/* The following code was generated by JFlex 1.4.1 on 6/20/15 6:54 PM */ /* * 01/24/2005 * * HTMLTokenMaker.java - Generates tokens for HTML syntax highlighting. * * This library is distributed under a modified BSD license. See the included * RSyntaxTextArea.License.txt file for details. */ package org.fife.ui.rsyntaxtextarea.modes; import java.io.*; import javax.swing.text.Segment; import org.fife.ui.rsyntaxtextarea.*; /** * Scanner for HTML 5 files. * * This implementation was created using * <a href="http://www.jflex.de/">JFlex</a> 1.4.1; however, the generated file * was modified for performance. Memory allocation needs to be almost * completely removed to be competitive with the handwritten lexers (subclasses * of <code>AbstractTokenMaker</code>, so this class has been modified so that * Strings are never allocated (via yytext()), and the scanner never has to * worry about refilling its buffer (needlessly copying chars around). * We can achieve this because RText always scans exactly 1 line of tokens at a * time, and hands the scanner this line as an array of characters (a Segment * really). Since tokens contain pointers to char arrays instead of Strings * holding their contents, there is no need for allocating new memory for * Strings.<p> * * The actual algorithm generated for scanning has, of course, not been * modified.<p> * * If you wish to regenerate this file yourself, keep in mind the following: * <ul> * <li>The generated <code>HTMLTokenMaker.java</code> file will contain two * definitions of both <code>zzRefill</code> and <code>yyreset</code>. * You should hand-delete the second of each definition (the ones * generated by the lexer), as these generated methods modify the input * buffer, which we'll never have to do.</li> * <li>You should also change the declaration/definition of zzBuffer to NOT * be initialized. This is a needless memory allocation for us since we * will be pointing the array somewhere else anyway.</li> * <li>You should NOT call <code>yylex()</code> on the generated scanner * directly; rather, you should use <code>getTokenList</code> as you would * with any other <code>TokenMaker</code> instance.</li> * </ul> * * @author Robert Futrell * @version 0.9 */ public class HTMLTokenMaker extends AbstractMarkupTokenMaker { /** This character denotes the end of file */ public static final int YYEOF = -1; /** lexical states */ public static final int INATTR_SINGLE_SCRIPT = 10; public static final int JS_CHAR = 16; public static final int CSS_STRING = 22; public static final int JS_MLC = 17; public static final int CSS_CHAR_LITERAL = 23; public static final int INTAG_SCRIPT = 8; public static final int CSS_PROPERTY = 20; public static final int CSS_C_STYLE_COMMENT = 24; public static final int CSS = 19; public static final int CSS_VALUE = 21; public static final int COMMENT = 1; public static final int INATTR_DOUBLE_SCRIPT = 9; public static final int PI = 2; public static final int JAVASCRIPT = 14; public static final int INTAG = 4; public static final int INTAG_CHECK_TAG_NAME = 5; public static final int INATTR_SINGLE_STYLE = 13; public static final int DTD = 3; public static final int JS_EOL_COMMENT = 18; public static final int INATTR_DOUBLE_STYLE = 12; public static final int INATTR_SINGLE = 7; public static final int YYINITIAL = 0; public static final int INATTR_DOUBLE = 6; public static final int JS_STRING = 15; public static final int INTAG_STYLE = 11; /** * Translates characters to character classes */ private static final String ZZ_CMAP_PACKED = "\11\0\1\4\1\2\1\0\1\1\1\33\22\0\1\4\1\51\1\7"+ "\1\34\1\36\1\50\1\5\1\107\1\104\1\103\1\37\1\42\1\45"+ "\1\31\1\43\1\10\1\25\6\124\1\27\2\24\1\53\1\6\1\3"+ "\1\46\1\17\1\52\1\102\1\111\1\26\1\12\1\115\1\22\1\41"+ "\1\117\1\123\1\14\1\125\1\120\1\21\1\114\1\113\1\112\1\15"+ "\1\121\1\13\1\11\1\16\1\116\1\122\1\23\1\40\1\20\1\23"+ "\1\106\1\35\1\106\1\47\1\30\1\0\1\70\1\101\1\65\1\67"+ "\1\75\1\72\1\57\1\64\1\56\1\125\1\77\1\66\1\76\1\63"+ "\1\61\1\74\1\121\1\60\1\71\1\62\1\32\1\100\1\110\1\105"+ "\1\73\1\126\1\127\1\55\1\44\1\54\uff81\0"; /** * Translates characters to character classes */ private static final char [] ZZ_CMAP = zzUnpackCMap(ZZ_CMAP_PACKED); /** * Translates DFA states to action switch labels. */ private static final int [] ZZ_ACTION = zzUnpackAction(); private static final String ZZ_ACTION_PACKED_0 = "\6\0\2\1\1\0\2\1\1\0\2\1\7\0\1\2"+ "\3\0\2\2\1\3\1\4\1\5\1\6\1\1\1\7"+ "\5\1\1\10\2\1\1\11\1\12\2\13\1\14\1\15"+ "\1\16\1\17\1\20\1\21\1\22\1\23\2\21\2\23"+ "\3\21\2\23\5\21\1\23\3\21\1\23\1\1\1\24"+ "\1\1\1\25\1\15\1\26\1\27\1\30\1\31\1\32"+ "\1\33\1\34\1\35\1\36\2\17\1\2\1\37\1\17"+ "\2\2\1\17\2\40\1\17\1\2\1\35\2\17\1\2"+ "\1\41\1\35\17\2\1\42\2\2\1\1\1\43\1\44"+ "\1\45\1\1\1\46\1\47\1\50\1\1\1\51\6\1"+ "\1\52\4\1\1\53\1\54\1\53\1\55\1\53\1\56"+ "\1\53\1\57\1\53\1\60\1\61\1\62\1\63\2\62"+ "\1\64\1\62\1\65\1\66\1\67\1\70\1\67\1\71"+ "\2\2\1\40\1\2\2\67\1\72\1\73\1\74\1\75"+ "\1\76\1\77\1\100\1\1\1\101\1\1\1\4\2\102"+ "\1\103\1\104\1\6\5\0\1\105\31\21\1\23\1\21"+ "\1\23\2\21\1\23\44\21\1\106\3\0\1\107\1\0"+ "\1\110\1\17\1\35\1\2\1\17\1\111\1\40\1\111"+ "\2\112\1\111\1\113\1\111\1\2\1\64\1\2\1\64"+ "\17\2\1\64\34\2\1\114\1\115\1\116\1\0\1\117"+ "\12\0\1\120\1\121\15\0\1\122\1\40\5\0\1\40"+ "\1\0\1\76\1\123\1\124\2\102\1\0\1\125\4\0"+ "\13\21\1\23\64\21\1\0\1\126\1\0\1\35\1\2"+ "\1\112\1\0\2\113\1\2\1\56\23\2\1\127\40\2"+ "\41\0\2\102\1\130\2\0\1\131\22\21\1\23\5\21"+ "\1\23\12\21\1\0\1\132\1\35\10\2\1\133\6\2"+ "\1\56\16\2\1\134\1\2\1\135\4\2\1\0\1\1"+ "\3\0\1\136\3\0\1\137\6\0\1\64\15\0\2\102"+ "\2\0\11\21\1\23\12\21\1\0\1\35\7\2\1\64"+ "\10\2\1\64\6\2\24\0\1\102\1\140\12\21\1\0"+ "\1\35\5\2\1\141\12\2\14\0\1\142\3\21\1\0"+ "\10\2\10\0\1\21\1\0\3\2\2\0\1\143\4\0"+ "\1\21\1\144\1\2\1\145\1\146\6\0\1\147"; private static int [] zzUnpackAction() { int [] result = new int[805]; int offset = 0; offset = zzUnpackAction(ZZ_ACTION_PACKED_0, offset, result); return result; } private static int zzUnpackAction(String packed, int offset, int [] result) { int i = 0; /* index in packed string */ int j = offset; /* index in unpacked array */ int l = packed.length(); while (i < l) { int count = packed.charAt(i++); int value = packed.charAt(i++); do result[j++] = value; while (--count > 0); } return j; } /** * Translates a state to a row index in the transition table */ private static final int [] ZZ_ROWMAP = zzUnpackRowMap(); private static final String ZZ_ROWMAP_PACKED_0 = "\0\0\0\130\0\260\0\u0108\0\u0160\0\u01b8\0\u0210\0\u0268"+ "\0\u02c0\0\u0318\0\u0370\0\u03c8\0\u0420\0\u0478\0\u04d0\0\u0528"+ "\0\u0580\0\u05d8\0\u0630\0\u0688\0\u06e0\0\u0738\0\u0790\0\u07e8"+ "\0\u0840\0\u0898\0\u08f0\0\u0948\0\u09a0\0\u09f8\0\u0a50\0\u0aa8"+ "\0\u0948\0\u0b00\0\u0b58\0\u0bb0\0\u0c08\0\u0c60\0\u0948\0\u0cb8"+ "\0\u0d10\0\u0948\0\u0948\0\u0d68\0\u0dc0\0\u0948\0\u0e18\0\u0948"+ "\0\u0948\0\u0948\0\u0e70\0\u0948\0\u0ec8\0\u0f20\0\u0f78\0\u0fd0"+ "\0\u1028\0\u1080\0\u10d8\0\u1130\0\u1188\0\u11e0\0\u1238\0\u1290"+ "\0\u12e8\0\u1340\0\u1398\0\u13f0\0\u1448\0\u14a0\0\u14f8\0\u0e70"+ "\0\u1550\0\u0948\0\u15a8\0\u0948\0\u1600\0\u0948\0\u0948\0\u0948"+ "\0\u0948\0\u0948\0\u0948\0\u0948\0\u1658\0\u0948\0\u16b0\0\u1708"+ "\0\u0948\0\u0948\0\u1760\0\u17b8\0\u1810\0\u1868\0\u18c0\0\u1918"+ "\0\u1970\0\u19c8\0\u0948\0\u1a20\0\u1a78\0\u1ad0\0\u0948\0\u1b28"+ "\0\u1b80\0\u1bd8\0\u1c30\0\u1c88\0\u1ce0\0\u1d38\0\u1d90\0\u1de8"+ "\0\u1e40\0\u1e98\0\u1ef0\0\u1f48\0\u1fa0\0\u1ff8\0\u2050\0\u0948"+ "\0\u20a8\0\u2100\0\u2158\0\u0948\0\u0948\0\u21b0\0\u2208\0\u0948"+ "\0\u21b0\0\u0948\0\u2260\0\u0948\0\u22b8\0\u2310\0\u2368\0\u23c0"+ "\0\u2418\0\u2470\0\u0948\0\u24c8\0\u2520\0\u2578\0\u25d0\0\u0948"+ "\0\u0948\0\u2628\0\u0948\0\u2680\0\u26d8\0\u2730\0\u2788\0\u27e0"+ "\0\u0948\0\u0948\0\u0948\0\u0948\0\u2628\0\u2680\0\u2838\0\u2890"+ "\0\u0948\0\u0948\0\u0948\0\u0948\0\u2628\0\u0948\0\u28e8\0\u2940"+ "\0\u2998\0\u29f0\0\u2a48\0\u2aa0\0\u0948\0\u0948\0\u0948\0\u0948"+ "\0\u2af8\0\u0948\0\u0948\0\u2b50\0\u0948\0\u2ba8\0\u2c00\0\u2c58"+ "\0\u2cb0\0\u2d08\0\u0948\0\u0948\0\u2d60\0\u2db8\0\u2e10\0\u2e68"+ "\0\u2ec0\0\u0948\0\u2f18\0\u2f70\0\u2fc8\0\u3020\0\u3078\0\u30d0"+ "\0\u3128\0\u3180\0\u31d8\0\u3230\0\u3288\0\u32e0\0\u3338\0\u3390"+ "\0\u33e8\0\u3440\0\u3498\0\u34f0\0\u3548\0\u35a0\0\u35f8\0\u3650"+ "\0\u36a8\0\u3700\0\u3758\0\u37b0\0\u3808\0\u3860\0\u38b8\0\u3910"+ "\0\u3968\0\u39c0\0\u3a18\0\u3a70\0\u3ac8\0\u3b20\0\u3b78\0\u3bd0"+ "\0\u3c28\0\u3c80\0\u3cd8\0\u3d30\0\u3d88\0\u3de0\0\u3e38\0\u3e90"+ "\0\u3ee8\0\u3f40\0\u3f98\0\u3ff0\0\u4048\0\u40a0\0\u40f8\0\u4150"+ "\0\u41a8\0\u4200\0\u4258\0\u42b0\0\u4308\0\u4360\0\u43b8\0\u4410"+ "\0\u4468\0\u44c0\0\u4518\0\u4570\0\u45c8\0\u0948\0\u1a20\0\u4620"+ "\0\u4678\0\u0948\0\u46d0\0\u4728\0\u4678\0\u4780\0\u47d8\0\u4830"+ "\0\u4888\0\u4888\0\u48e0\0\u4888\0\u4938\0\u4990\0\u49e8\0\u4a40"+ "\0\u4a98\0\u4af0\0\u4b48\0\u17b8\0\u4ba0\0\u4bf8\0\u4c50\0\u4ca8"+ "\0\u4d00\0\u4d58\0\u4db0\0\u4e08\0\u4e60\0\u4eb8\0\u4f10\0\u4f68"+ "\0\u4fc0\0\u5018\0\u5070\0\u50c8\0\u5120\0\u5178\0\u51d0\0\u5228"+ "\0\u5280\0\u52d8\0\u5330\0\u5388\0\u53e0\0\u5438\0\u5490\0\u54e8"+ "\0\u5540\0\u5598\0\u55f0\0\u5648\0\u56a0\0\u56f8\0\u5750\0\u57a8"+ "\0\u5800\0\u5858\0\u58b0\0\u5908\0\u5960\0\u59b8\0\u5a10\0\u5a68"+ "\0\u0948\0\u5ac0\0\u5b18\0\u5b70\0\u0948\0\u5bc8\0\u5c20\0\u5c78"+ "\0\u5cd0\0\u5d28\0\u5d80\0\u5dd8\0\u5e30\0\u5e88\0\u5ee0\0\u0948"+ "\0\u5f38\0\u5f90\0\u5fe8\0\u6040\0\u6098\0\u60f0\0\u6148\0\u61a0"+ "\0\u61f8\0\u6250\0\u62a8\0\u6300\0\u6358\0\u63b0\0\u6408\0\u0948"+ "\0\u6460\0\u64b8\0\u6510\0\u6568\0\u65c0\0\u2a48\0\u6618\0\u0948"+ "\0\u0948\0\u2c00\0\u6670\0\u66c8\0\u6720\0\u0948\0\u6778\0\u67d0"+ "\0\u6828\0\u6880\0\u68d8\0\u6930\0\u6988\0\u69e0\0\u6a38\0\u6a90"+ "\0\u6ae8\0\u6b40\0\u6b98\0\u6bf0\0\u6c48\0\u6ca0\0\u6cf8\0\u6d50"+ "\0\u6da8\0\u6e00\0\u6e58\0\u6eb0\0\u6f08\0\u6f60\0\u6fb8\0\u7010"+ "\0\u7068\0\u70c0\0\u7118\0\u7170\0\u71c8\0\u7220\0\u7278\0\u72d0"+ "\0\u3860\0\u7328\0\u7380\0\u73d8\0\u7430\0\u7488\0\u74e0\0\u7538"+ "\0\u7590\0\u75e8\0\u7640\0\u7698\0\u76f0\0\u7748\0\u77a0\0\u77f8"+ "\0\u11e0\0\u7850\0\u78a8\0\u7900\0\u7958\0\u79b0\0\u7a08\0\u7a60"+ "\0\u7ab8\0\u7b10\0\u7b68\0\u7bc0\0\u7c18\0\u7c70\0\u7cc8\0\u7d20"+ "\0\u7d78\0\u7dd0\0\u7e28\0\u7e80\0\u7ed8\0\u7f30\0\u7f88\0\u7fe0"+ "\0\u8038\0\u4888\0\u8090\0\u80e8\0\u8140\0\u8198\0\u81f0\0\u8248"+ "\0\u82a0\0\u82f8\0\u8350\0\u83a8\0\u8400\0\u8458\0\u84b0\0\u8508"+ "\0\u8560\0\u85b8\0\u8610\0\u8668\0\u86c0\0\u8718\0\u8770\0\u87c8"+ "\0\u17b8\0\u8820\0\u8878\0\u88d0\0\u8928\0\u8980\0\u89d8\0\u8a30"+ "\0\u8a88\0\u8ae0\0\u8b38\0\u8b90\0\u8be8\0\u8c40\0\u8c98\0\u8cf0"+ "\0\u8d48\0\u8da0\0\u8df8\0\u8e50\0\u8ea8\0\u8f00\0\u8f58\0\u8fb0"+ "\0\u9008\0\u9060\0\u90b8\0\u9110\0\u9168\0\u91c0\0\u9218\0\u9270"+ "\0\u92c8\0\u9320\0\u9378\0\u93d0\0\u9428\0\u9480\0\u94d8\0\u9530"+ "\0\u9588\0\u95e0\0\u9638\0\u9690\0\u96e8\0\u9740\0\u9798\0\u97f0"+ "\0\u9848\0\u98a0\0\u98f8\0\u9950\0\u99a8\0\u9a00\0\u9a58\0\u9ab0"+ "\0\u9b08\0\u9b60\0\u9bb8\0\u9c10\0\u9c68\0\u9cc0\0\u9d18\0\u9d70"+ "\0\u9dc8\0\u9e20\0\u9e78\0\u9ed0\0\u0948\0\u9f28\0\u9f80\0\u9fd8"+ "\0\ua030\0\ua088\0\ua0e0\0\ua138\0\ua190\0\ua1e8\0\ua240\0\ua298"+ "\0\ua2f0\0\ua348\0\ua3a0\0\ua3f8\0\ua450\0\ua4a8\0\ua500\0\ua558"+ "\0\ua5b0\0\ua608\0\ua660\0\ua6b8\0\ua710\0\ua768\0\u3968\0\ua7c0"+ "\0\u71c8\0\ua818\0\ua870\0\ua8c8\0\ua920\0\ua978\0\ua9d0\0\uaa28"+ "\0\uaa80\0\uaad8\0\uab30\0\uab88\0\u0948\0\uabe0\0\uac38\0\uac90"+ "\0\uace8\0\uad40\0\uad98\0\uadf0\0\uae48\0\uaea0\0\u17b8\0\uaef8"+ "\0\uaf50\0\uafa8\0\ub000\0\ub058\0\ub0b0\0\u17b8\0\ub108\0\ub160"+ "\0\ub1b8\0\ub210\0\ub268\0\ub2c0\0\ub318\0\ub370\0\ub3c8\0\ub420"+ "\0\ub478\0\ub4d0\0\ub528\0\ub580\0\u17b8\0\ub5d8\0\u17b8\0\ub630"+ "\0\ub688\0\ub6e0\0\ub738\0\u5b18\0\u0948\0\ub790\0\ub7e8\0\ub840"+ "\0\ub898\0\ub8f0\0\ub948\0\ub9a0\0\ub9f8\0\uba50\0\ubaa8\0\ubb00"+ "\0\ubb58\0\ubbb0\0\ubc08\0\u0948\0\ubc60\0\ubcb8\0\ubd10\0\ubd68"+ "\0\ubdc0\0\ube18\0\ube70\0\ubec8\0\ubf20\0\ubf78\0\ubfd0\0\uc028"+ "\0\uc080\0\uc0d8\0\uc130\0\uc188\0\u9fd8\0\uc1e0\0\uc238\0\uc290"+ "\0\uc2e8\0\uc340\0\uc398\0\uc3f0\0\uc448\0\uc4a0\0\uc4f8\0\uc4f8"+ "\0\uc550\0\uc5a8\0\uc600\0\uc658\0\uc6b0\0\uc708\0\uc760\0\uc7b8"+ "\0\uc810\0\uc868\0\uc8c0\0\uc918\0\uc970\0\uc9c8\0\uca20\0\uca78"+ "\0\ucad0\0\ucb28\0\u8458\0\ucb80\0\ucbd8\0\ucc30\0\ucc88\0\ucce0"+ "\0\ucd38\0\ucd90\0\ucde8\0\uce40\0\uce98\0\ucef0\0\ucf48\0\ucfa0"+ "\0\ucff8\0\ud050\0\ud0a8\0\ud100\0\ub898\0\ud158\0\ud1b0\0\ub9f8"+ "\0\ud208\0\ud260\0\ud2b8\0\ud310\0\ud368\0\ud3c0\0\ud418\0\ud470"+ "\0\ud4c8\0\ud520\0\ud578\0\ud5d0\0\ud628\0\ud680\0\ud6d8\0\u2cb0"+ "\0\ud730\0\ud788\0\ud7e0\0\ud838\0\ud890\0\ud8e8\0\ud940\0\ud998"+ "\0\ud9f0\0\uda48\0\udaa0\0\udaf8\0\udb50\0\udba8\0\udc00\0\udc58"+ "\0\udcb0\0\u17b8\0\udd08\0\udd60\0\uddb8\0\ude10\0\ude68\0\udec0"+ "\0\udf18\0\udf70\0\udfc8\0\ue020\0\ue078\0\ue0d0\0\ue128\0\ue180"+ "\0\ue1d8\0\ue230\0\ue288\0\ue2e0\0\ue338\0\ue390\0\ue3e8\0\ue440"+ "\0\u2cb0\0\ue498\0\ue4f0\0\ue548\0\ue5a0\0\ue5f8\0\ue650\0\ue6a8"+ "\0\ue700\0\ue758\0\ue7b0\0\ue808\0\ue860\0\ue8b8\0\ue910\0\ue968"+ "\0\ue9c0\0\uea18\0\uea70\0\ueac8\0\ueb20\0\ueb78\0\uebd0\0\uec28"+ "\0\uec80\0\uecd8\0\ued30\0\ued88\0\u0948\0\uede0\0\uee38\0\uee90"+ "\0\ueee8\0\uef40\0\u0948\0\uef98\0\u0948\0\u0948\0\ueff0\0\uf048"+ "\0\uf0a0\0\uf0f8\0\uf150\0\uf1a8\0\u0948"; private static int [] zzUnpackRowMap() { int [] result = new int[805]; int offset = 0; offset = zzUnpackRowMap(ZZ_ROWMAP_PACKED_0, offset, result); return result; } private static int zzUnpackRowMap(String packed, int offset, int [] result) { int i = 0; /* index in packed string */ int j = offset; /* index in unpacked array */ int l = packed.length(); while (i < l) { int high = packed.charAt(i++) << 16; result[j++] = high | packed.charAt(i++); } return j; } /** * The transition table of the DFA */ private static final int [] ZZ_TRANS = zzUnpackTrans(); private static final String ZZ_TRANS_PACKED_0 = "\1\32\1\33\1\34\1\35\1\36\1\37\122\32\2\40"+ "\1\41\26\40\1\42\32\40\1\43\5\40\1\44\15\40"+ "\1\45\17\40\2\46\1\47\47\46\1\50\55\46\2\51"+ "\1\52\14\51\1\53\110\51\1\54\1\55\1\0\1\54"+ "\1\36\2\54\1\56\1\57\6\54\1\60\26\54\1\61"+ "\40\54\1\62\20\54\2\63\1\0\1\63\1\64\2\63"+ "\2\64\1\65\1\66\1\67\1\70\1\71\1\72\1\64"+ "\1\63\1\73\1\74\3\63\1\75\3\63\1\76\6\63"+ "\1\77\4\63\1\64\7\63\1\70\1\63\1\67\1\100"+ "\1\72\1\101\1\102\1\66\1\73\1\103\1\104\1\65"+ "\1\77\1\63\1\71\1\74\1\105\1\106\1\107\1\75"+ "\5\63\1\64\1\63\1\104\1\100\1\101\1\105\1\103"+ "\1\76\1\63\1\106\1\110\1\107\1\102\4\63\7\111"+ "\1\112\120\111\107\113\1\112\20\113\1\54\1\55\1\0"+ "\1\54\1\36\2\54\1\114\1\115\6\54\1\116\26\54"+ "\1\61\40\54\1\117\20\54\7\111\1\120\120\111\107\113"+ "\1\120\20\113\1\54\1\55\1\0\1\54\1\36\2\54"+ "\1\121\1\115\6\54\1\122\26\54\1\61\40\54\1\123"+ "\20\54\7\111\1\124\120\111\107\113\1\124\20\113\1\125"+ "\1\36\1\126\1\127\1\36\1\130\1\131\1\132\1\133"+ "\3\134\1\135\2\134\1\136\4\134\1\137\1\140\1\134"+ "\1\137\1\134\1\141\1\142\1\143\2\125\1\134\1\144"+ "\2\134\1\145\1\146\1\147\1\131\4\144\3\61\1\150"+ "\1\151\1\152\1\153\1\134\1\154\1\155\1\134\1\156"+ "\1\157\1\160\1\161\1\162\1\163\1\134\1\164\1\165"+ "\2\134\1\166\1\167\1\125\2\147\1\134\1\147\1\170"+ "\1\171\2\134\1\172\10\134\1\137\2\134\1\147\2\173"+ "\1\174\4\173\1\175\25\173\1\176\72\173\2\177\1\200"+ "\32\177\1\201\51\177\1\202\20\177\2\203\1\204\1\205"+ "\33\203\1\206\24\203\1\207\5\203\1\210\15\203\1\211"+ "\17\203\2\212\1\213\1\214\60\212\1\215\5\212\1\216"+ "\15\212\1\217\17\212\1\220\1\36\1\221\1\222\1\36"+ "\1\220\1\147\1\223\1\224\6\225\1\61\4\225\2\220"+ "\1\225\1\220\3\225\1\220\1\226\1\220\1\61\3\225"+ "\1\61\1\225\1\220\1\131\2\61\3\220\1\227\2\61"+ "\24\225\1\230\2\147\1\225\1\147\1\231\14\225\1\220"+ "\2\225\1\232\1\233\1\36\1\234\1\235\1\36\3\233"+ "\1\236\6\237\1\233\4\237\2\233\1\237\1\233\3\237"+ "\4\233\1\240\2\237\2\233\1\241\6\233\1\242\2\233"+ "\24\237\3\233\1\237\2\233\14\237\1\233\2\237\1\233"+ "\1\243\1\36\1\244\1\245\1\36\1\243\1\246\1\223"+ "\1\247\6\250\1\243\4\250\2\251\1\250\1\251\1\250"+ "\1\252\1\250\1\243\1\253\1\250\2\243\2\250\1\243"+ "\1\131\1\241\1\131\3\243\1\254\4\243\24\250\1\243"+ "\1\255\1\256\1\250\1\243\1\231\14\250\1\251\2\250"+ "\1\243\2\173\1\257\4\173\1\260\25\173\1\261\72\173"+ "\2\177\1\262\32\177\1\261\51\177\1\263\20\177\2\264"+ "\1\265\34\264\1\266\24\264\1\207\5\264\1\210\15\264"+ "\1\211\17\264\2\32\4\0\123\32\1\33\2\0\1\36"+ "\1\0\122\32\140\0\1\267\1\270\5\271\1\0\10\271"+ "\2\0\1\271\5\0\2\271\7\0\1\272\1\273\3\0"+ "\13\271\1\270\10\271\3\0\1\271\2\0\17\271\2\0"+ "\1\36\2\0\1\36\123\0\4\37\1\0\1\37\1\274"+ "\121\37\2\40\1\0\26\40\1\0\32\40\1\0\5\40"+ "\1\0\15\40\1\0\17\40\31\0\1\275\160\0\1\276"+ "\123\0\1\277\3\0\1\300\155\0\1\301\17\0\2\46"+ "\1\0\47\46\1\0\55\46\17\0\1\302\110\0\2\51"+ "\1\0\14\51\1\0\110\51\2\54\1\0\1\54\1\0"+ "\2\54\2\0\6\54\1\0\26\54\1\0\40\54\1\0"+ "\21\54\1\55\1\0\1\54\1\36\2\54\2\0\6\54"+ "\1\0\26\54\1\0\40\54\1\0\20\54\17\0\1\60"+ "\110\0\2\63\1\0\1\63\1\0\2\63\2\0\6\63"+ "\1\0\26\63\1\0\40\63\1\0\22\63\1\0\1\63"+ "\1\0\2\63\2\0\1\63\1\303\2\63\1\304\1\305"+ "\1\0\2\63\1\306\7\63\1\307\13\63\1\0\12\63"+ "\1\310\1\305\2\63\1\303\2\63\1\311\3\63\1\304"+ "\1\306\1\312\10\63\1\0\1\63\1\311\1\310\1\63"+ "\1\312\1\63\1\307\13\63\1\0\1\63\1\0\2\63"+ "\2\0\3\63\1\313\2\63\1\0\2\63\1\314\23\63"+ "\1\0\7\63\1\313\2\63\1\315\6\63\1\316\4\63"+ "\1\314\11\63\1\0\1\63\1\316\1\315\17\63\1\0"+ "\1\63\1\0\2\63\2\0\6\63\1\0\12\63\1\317"+ "\13\63\1\0\40\63\1\0\6\63\1\317\13\63\1\0"+ "\1\63\1\0\2\63\2\0\1\320\5\63\1\0\1\63"+ "\1\321\17\63\1\322\4\63\1\0\14\63\1\323\2\63"+ "\1\321\2\63\1\320\1\322\3\63\1\324\10\63\1\0"+ "\3\63\1\323\1\324\15\63\1\0\1\63\1\0\2\63"+ "\2\0\2\63\1\325\3\63\1\0\1\63\1\326\24\63"+ "\1\0\11\63\1\325\5\63\1\326\1\63\1\327\16\63"+ "\1\0\1\63\1\327\20\63\1\0\1\63\1\0\2\63"+ "\2\0\2\63\1\110\1\330\1\63\1\110\1\0\2\63"+ "\1\331\3\63\1\332\12\63\1\333\4\63\1\0\7\63"+ "\1\330\1\63\1\110\1\63\1\110\1\63\1\334\2\63"+ "\1\110\1\335\1\63\1\333\2\63\1\331\3\63\1\332"+ "\5\63\1\0\1\63\1\335\3\63\1\110\5\63\1\334"+ "\6\63\1\0\1\63\1\0\2\63\2\0\3\63\1\336"+ "\2\63\1\0\2\63\1\337\23\63\1\0\7\63\1\336"+ "\11\63\1\340\4\63\1\337\11\63\1\0\1\63\1\340"+ "\20\63\1\0\1\63\1\0\2\63\2\0\6\63\1\0"+ "\26\63\1\0\27\63\1\341\1\63\1\342\6\63\1\0"+ "\4\63\1\341\5\63\1\342\7\63\1\0\1\63\1\0"+ "\2\63\2\0\2\63\1\110\1\324\2\63\1\0\1\63"+ "\1\343\10\63\1\344\13\63\1\0\7\63\1\324\1\345"+ "\1\110\1\346\4\63\1\343\1\347\1\350\16\63\1\0"+ "\1\63\1\350\1\346\2\63\1\347\1\344\1\345\12\63"+ "\1\0\1\63\1\0\2\63\2\0\6\63\1\0\1\63"+ "\1\110\24\63\1\0\17\63\1\110\20\63\1\0\22\63"+ "\1\0\1\63\1\0\2\63\2\0\2\63\1\351\1\352"+ "\2\63\1\0\26\63\1\0\7\63\1\352\1\63\1\351"+ "\1\353\25\63\1\0\2\63\1\353\17\63\1\0\1\63"+ "\1\0\2\63\2\0\4\63\1\354\1\63\1\0\1\63"+ "\1\110\4\63\1\355\3\63\1\356\13\63\1\0\17\63"+ "\1\110\5\63\1\354\4\63\1\355\5\63\1\0\6\63"+ "\1\356\13\63\1\0\1\63\1\0\2\63\2\0\6\63"+ "\1\0\2\63\1\357\23\63\1\0\12\63\1\360\6\63"+ "\1\361\4\63\1\357\11\63\1\0\1\63\1\361\1\360"+ "\17\63\1\0\1\63\1\0\2\63\2\0\2\63\1\110"+ "\2\63\1\362\1\0\2\63\1\363\23\63\1\0\11\63"+ "\1\110\1\63\1\362\12\63\1\363\11\63\1\0\14\63"+ "\1\110\5\63\1\0\1\63\1\0\2\63\2\0\3\63"+ "\1\364\1\63\1\110\1\0\1\63\1\110\1\365\16\63"+ "\1\366\4\63\1\0\7\63\1\364\3\63\1\110\3\63"+ "\2\110\1\367\1\63\1\366\2\63\1\365\11\63\1\0"+ "\1\63\1\367\3\63\1\110\14\63\1\0\1\63\1\0"+ "\2\63\2\0\1\370\1\371\1\372\1\63\1\373\1\63"+ "\1\0\6\63\1\374\3\63\1\375\13\63\1\0\11\63"+ "\1\372\4\63\1\371\1\63\1\376\1\63\1\370\2\63"+ "\1\373\4\63\1\374\5\63\1\0\5\63\1\376\1\375"+ "\13\63\1\0\1\63\1\0\2\63\2\0\6\63\1\0"+ "\2\63\1\377\7\63\1\u0100\13\63\1\0\21\63\1\u0101"+ "\4\63\1\377\11\63\1\0\1\63\1\u0101\4\63\1\u0100"+ "\13\63\1\0\1\63\1\0\2\63\2\0\6\63\1\0"+ "\2\63\1\u0102\3\63\1\u0103\17\63\1\0\26\63\1\u0102"+ "\3\63\1\u0103\5\63\1\0\22\63\1\0\1\63\1\0"+ "\2\63\2\0\3\63\1\u0104\2\63\1\0\26\63\1\0"+ "\7\63\1\u0104\11\63\1\u0105\16\63\1\0\1\63\1\u0105"+ "\16\63\7\111\1\0\120\111\107\113\1\0\20\113\17\0"+ "\1\u0106\110\0\1\125\10\0\6\125\1\0\11\125\1\0"+ "\1\125\1\0\3\125\1\0\2\125\14\0\25\125\2\0"+ "\1\125\2\0\17\125\4\0\1\u0107\4\0\1\u0108\35\0"+ "\1\61\66\0\1\61\40\0\1\61\61\0\10\u0109\1\u010a"+ "\24\u0109\1\u010b\1\u0109\1\u010c\6\u0109\1\u010d\61\u0109\1\125"+ "\10\0\6\134\1\0\11\134\1\0\1\134\1\0\1\125"+ "\1\u010e\1\134\1\0\2\134\14\0\24\134\1\125\2\0"+ "\1\134\2\0\17\134\1\0\1\125\10\0\6\134\1\0"+ "\11\134\1\0\1\134\1\0\1\125\1\u010e\1\134\1\0"+ "\2\134\14\0\5\134\1\u010f\16\134\1\125\2\0\1\134"+ "\2\0\17\134\20\0\1\u0110\26\0\1\61\61\0\1\u0111"+ "\10\0\6\u0111\1\0\1\u0111\1\u0112\1\u0113\1\u0111\2\137"+ "\1\u0111\1\137\1\u0111\1\0\1\u0111\1\0\3\u0111\1\0"+ "\1\u0111\1\u0114\1\0\1\u0115\12\0\10\u0111\1\u0112\1\u0114"+ "\2\u0111\1\u0114\2\u0111\1\u0113\5\u0111\2\0\1\u0111\2\0"+ "\5\u0111\1\u0114\6\u0111\1\137\2\u0111\1\0\1\u0111\10\0"+ "\6\u0111\1\0\1\u0111\1\u0112\1\u0113\1\u0111\1\u0116\1\u0117"+ "\1\u0111\1\u0117\1\u0111\1\0\1\u0111\1\0\3\u0111\1\0"+ "\1\u0118\1\u0114\1\0\1\u0115\12\0\10\u0111\1\u0112\1\u0114"+ "\2\u0111\1\u0114\2\u0111\1\u0113\5\u0111\2\0\1\u0118\2\0"+ "\5\u0111\1\u0114\6\u0111\1\u0117\2\u0111\32\0\1\61\14\0"+ "\1\61\61\0\1\125\10\0\6\134\1\0\11\134\1\0"+ "\1\134\1\0\1\125\1\u010e\1\134\1\0\2\134\14\0"+ "\5\134\1\u0119\16\134\1\125\2\0\1\134\2\0\17\134"+ "\47\0\1\61\123\0\1\61\3\0\1\61\105\0\2\u0115"+ "\1\0\1\u0115\74\0\1\u0115\51\0\1\61\6\0\1\61"+ "\52\0\1\125\10\0\6\134\1\0\11\134\1\0\1\134"+ "\1\0\1\125\1\u010e\1\134\1\0\2\134\14\0\5\134"+ "\1\u011a\5\134\1\u011b\1\u011c\3\134\1\u011d\3\134\1\125"+ "\2\0\1\134\2\0\17\134\1\0\1\125\10\0\6\134"+ "\1\0\11\134\1\0\1\134\1\0\1\125\1\u010e\1\134"+ "\1\0\2\134\14\0\3\134\1\u011e\20\134\1\125\2\0"+ "\1\134\2\0\17\134\1\0\1\125\10\0\6\134\1\0"+ "\11\134\1\0\1\134\1\0\1\125\1\u010e\1\134\1\0"+ "\2\134\14\0\17\134\1\u011f\4\134\1\125\2\0\1\134"+ "\2\0\17\134\1\0\1\125\10\0\6\134\1\0\11\134"+ "\1\0\1\134\1\0\1\125\1\u010e\1\134\1\0\2\134"+ "\14\0\2\134\1\u0120\3\134\1\u0121\6\134\1\u0122\6\134"+ "\1\125\2\0\1\134\2\0\17\134\1\0\1\125\10\0"+ "\6\134\1\0\11\134\1\0\1\u0123\1\0\1\125\1\u010e"+ "\1\134\1\0\2\134\14\0\12\134\1\u0124\4\134\1\u0125"+ "\4\134\1\125\2\0\1\134\2\0\17\134\1\0\1\125"+ "\10\0\6\134\1\0\11\134\1\0\1\134\1\0\1\125"+ "\1\u010e\1\134\1\0\2\134\14\0\3\134\1\u0126\2\134"+ "\1\u0127\1\134\1\u0128\1\134\1\u0129\11\134\1\125\2\0"+ "\1\134\2\0\17\134\1\0\1\125\10\0\6\134\1\0"+ "\11\134\1\0\1\134\1\0\1\125\1\u010e\1\134\1\0"+ "\2\134\14\0\3\134\1\u012a\13\134\1\u012b\4\134\1\125"+ "\2\0\1\134\2\0\17\134\1\0\1\125\10\0\6\134"+ "\1\0\11\134\1\0\1\134\1\0\1\125\1\u010e\1\134"+ "\1\0\2\134\14\0\3\134\1\u012c\13\134\1\u012d\4\134"+ "\1\125\2\0\1\134\2\0\17\134\1\0\1\125\10\0"+ "\6\134\1\0\11\134\1\0\1\134\1\0\1\125\1\u010e"+ "\1\134\1\0\2\134\14\0\23\134\1\u012e\1\125\2\0"+ "\1\134\2\0\17\134\1\0\1\125\10\0\6\134\1\0"+ "\11\134\1\0\1\u012f\1\0\1\125\1\u010e\1\134\1\0"+ "\2\134\14\0\4\134\1\u0130\1\134\1\u0131\6\134\1\u0132"+ "\6\134\1\125\2\0\1\134\2\0\1\u0133\16\134\1\0"+ "\1\125\10\0\6\134\1\0\11\134\1\0\1\u0134\1\0"+ "\1\125\1\u010e\1\134\1\0\2\134\14\0\1\u0135\2\134"+ "\1\u0136\4\134\1\u0137\1\134\1\u0138\11\134\1\125\2\0"+ "\1\134\2\0\17\134\1\0\1\125\10\0\6\134\1\0"+ "\11\134\1\0\1\u0139\1\0\1\125\1\u010e\1\134\1\0"+ "\2\134\14\0\2\134\1\u013a\7\134\1\u013b\11\134\1\125"+ "\2\0\1\134\2\0\17\134\1\0\1\125\10\0\6\134"+ "\1\0\11\134\1\0\1\134\1\0\1\125\1\u010e\1\134"+ "\1\0\2\134\14\0\5\134\1\u013c\2\134\1\u013d\1\134"+ "\1\u013e\1\u013f\6\134\1\u0140\1\134\1\125\2\0\1\u0141"+ "\2\0\17\134\1\0\1\125\10\0\6\134\1\0\11\134"+ "\1\0\1\134\1\0\1\125\1\u010e\1\134\1\0\2\134"+ "\14\0\3\134\1\u0142\6\134\1\u0136\11\134\1\125\2\0"+ "\1\134\2\0\17\134\1\0\1\125\10\0\6\134\1\0"+ "\11\134\1\0\1\134\1\0\1\125\1\u010e\1\134\1\0"+ "\2\134\14\0\2\134\1\u0143\1\u0144\11\134\1\u0145\6\134"+ "\1\125\2\0\1\134\2\0\17\134\1\0\1\125\10\0"+ "\6\134\1\0\11\134\1\0\1\134\1\0\1\125\1\u010e"+ "\1\134\1\0\2\134\14\0\1\u0146\5\134\1\u0147\15\134"+ "\1\125\2\0\1\134\2\0\17\134\1\0\1\125\10\0"+ "\6\134\1\0\11\134\1\0\1\134\1\0\1\125\1\u010e"+ "\1\134\1\0\2\134\14\0\12\134\1\u0148\11\134\1\125"+ "\2\0\1\134\2\0\17\134\1\0\2\173\1\0\4\173"+ "\1\0\25\173\1\0\72\173\2\u0149\1\0\27\u0149\1\u014a"+ "\52\u0149\1\u014b\22\u0149\2\177\1\0\32\177\1\0\51\177"+ "\1\0\20\177\2\203\2\0\33\203\1\0\24\203\1\0"+ "\5\203\1\0\15\203\1\0\17\203\10\0\1\u014c\127\0"+ "\1\u014d\201\0\1\u014e\123\0\1\u014f\3\0\1\u0150\155\0"+ "\1\u0151\17\0\2\212\2\0\60\212\1\0\5\212\1\0"+ "\15\212\1\0\17\212\10\0\1\u0152\201\0\1\u0153\123\0"+ "\1\u0154\3\0\1\u0155\155\0\1\u0156\27\0\1\u0157\156\0"+ "\1\u0158\101\0\6\225\1\0\13\225\5\0\2\225\1\0"+ "\1\225\12\0\24\225\3\0\1\225\2\0\17\225\12\0"+ "\6\u0159\1\0\4\u0159\2\0\1\u0159\1\0\3\u0159\4\0"+ "\3\u0159\1\0\1\u0159\12\0\24\u0159\3\0\1\u0159\2\0"+ "\14\u0159\1\0\2\u0159\54\0\1\u015a\4\0\1\u015b\1\u015c"+ "\1\u015d\1\u015e\1\u015f\1\u0160\1\u0161\1\u0162\1\u0163\1\0"+ "\1\u0164\2\0\1\u0165\2\0\1\u0166\40\0\6\u0167\1\0"+ "\4\u0167\2\0\1\u0167\1\0\3\u0167\4\0\3\u0167\1\0"+ "\1\u0167\12\0\24\u0167\3\0\1\u0167\2\0\14\u0167\1\0"+ "\2\u0167\12\0\6\237\1\0\13\237\5\0\2\237\14\0"+ "\24\237\3\0\1\237\2\0\17\237\12\0\6\237\1\0"+ "\4\237\2\0\1\237\1\0\3\237\5\0\2\237\14\0"+ "\24\237\3\0\1\237\2\0\14\237\1\0\2\237\11\0"+ "\7\250\1\0\4\250\2\0\1\250\1\0\3\250\2\0"+ "\1\250\1\0\1\u0158\2\250\14\0\24\250\2\0\1\256"+ "\1\250\2\0\14\250\1\0\2\250\11\0\7\250\1\0"+ "\4\250\2\0\1\250\1\0\3\250\2\0\1\250\2\0"+ "\2\250\14\0\24\250\2\0\1\256\1\250\2\0\14\250"+ "\1\0\2\250\25\0\2\251\1\0\1\251\13\0\1\251"+ "\4\0\1\u0168\5\0\1\u0169\6\0\1\u016a\3\0\1\u0168"+ "\2\0\1\u016b\1\u016c\1\u016d\25\0\1\251\13\0\7\250"+ "\1\0\4\250\2\251\1\250\1\251\3\250\2\0\1\250"+ "\2\0\2\250\14\0\24\250\2\0\1\256\1\250\2\0"+ "\14\250\1\251\2\250\13\0\1\u016e\7\0\1\u016e\1\0"+ "\4\u016e\11\0\1\u016e\23\0\1\u016e\1\0\2\u016e\1\0"+ "\1\u016e\2\0\1\u016e\3\0\1\u016e\7\0\1\u016e\3\0"+ "\1\u016e\6\0\1\u016e\61\0\1\u016f\51\0\2\u0170\1\0"+ "\125\u0170\2\264\1\0\34\264\1\0\24\264\1\0\5\264"+ "\1\0\15\264\1\0\17\264\10\0\1\u0171\130\0\6\u0172"+ "\1\0\10\u0172\2\0\1\u0172\5\0\2\u0172\14\0\24\u0172"+ "\3\0\1\u0172\2\0\17\u0172\12\0\1\271\1\u0173\3\271"+ "\1\u0174\1\0\10\271\2\0\1\271\5\0\2\271\14\0"+ "\4\271\1\u0174\2\271\1\u0173\14\271\3\0\1\271\2\0"+ "\17\271\12\0\6\271\1\0\10\271\2\0\1\271\5\0"+ "\2\271\14\0\24\271\3\0\1\271\2\0\17\271\32\0"+ "\1\u0175\115\0\1\u0176\172\0\1\u0177\133\0\1\u0178\135\0"+ "\1\u0179\143\0\1\u017a\17\0\2\63\1\0\1\63\1\0"+ "\2\63\2\0\2\63\1\u017b\3\63\1\0\26\63\1\0"+ "\11\63\1\u017b\26\63\1\0\22\63\1\0\1\63\1\0"+ "\2\63\2\0\6\63\1\0\26\63\1\0\21\63\1\u017c"+ "\16\63\1\0\1\63\1\u017c\20\63\1\0\1\63\1\0"+ "\2\63\2\0\2\63\1\u017d\3\63\1\0\1\317\25\63"+ "\1\0\11\63\1\u017d\12\63\1\317\13\63\1\0\22\63"+ "\1\0\1\63\1\0\2\63\2\0\1\63\1\u017e\1\u017f"+ "\3\63\1\0\1\63\1\u0180\24\63\1\0\11\63\1\u017f"+ "\4\63\1\u017e\1\u0180\20\63\1\0\22\63\1\0\1\63"+ "\1\0\2\63\2\0\4\63\1\110\1\63\1\0\6\63"+ "\1\110\17\63\1\0\25\63\1\110\4\63\1\110\5\63"+ "\1\0\22\63\1\0\1\63\1\0\2\63\2\0\6\63"+ "\1\0\12\63\1\u0181\13\63\1\0\40\63\1\0\6\63"+ "\1\u0181\13\63\1\0\1\63\1\0\2\63\2\0\6\63"+ "\1\0\26\63\1\0\27\63\1\u0182\10\63\1\0\4\63"+ "\1\u0182\15\63\1\0\1\63\1\0\2\63\2\0\6\63"+ "\1\0\26\63\1\0\21\63\1\u0183\16\63\1\0\1\63"+ "\1\u0183\20\63\1\0\1\63\1\0\2\63\2\0\5\63"+ "\1\u0184\1\0\26\63\1\0\13\63\1\u0184\24\63\1\0"+ "\22\63\1\0\1\63\1\0\2\63\2\0\6\63\1\0"+ "\26\63\1\0\14\63\1\u0185\23\63\1\0\3\63\1\u0185"+ "\16\63\1\0\1\63\1\0\2\63\2\0\6\63\1\0"+ "\1\63\1\u0186\24\63\1\0\17\63\1\u0186\1\u0184\6\63"+ "\1\u0187\10\63\1\0\4\63\1\u0187\1\u0184\14\63\1\0"+ "\1\63\1\0\2\63\2\0\4\63\1\u017e\1\63\1\0"+ "\26\63\1\0\14\63\1\u0188\10\63\1\u017e\12\63\1\0"+ "\3\63\1\u0188\16\63\1\0\1\63\1\0\2\63\2\0"+ "\6\63\1\0\1\63\1\u0184\24\63\1\0\17\63\1\u0184"+ "\20\63\1\0\22\63\1\0\1\63\1\0\2\63\2\0"+ "\3\63\1\u0189\2\63\1\0\26\63\1\0\7\63\1\u0189"+ "\30\63\1\0\22\63\1\0\1\63\1\0\2\63\2\0"+ "\6\63\1\0\26\63\1\0\21\63\1\u018a\16\63\1\0"+ "\1\63\1\u018a\20\63\1\0\1\63\1\0\2\63\2\0"+ "\2\63\1\u018b\3\63\1\0\26\63\1\0\11\63\1\u018b"+ "\26\63\1\0\22\63\1\0\1\63\1\0\2\63\2\0"+ "\1\110\3\63\1\u018c\1\63\1\0\26\63\1\0\22\63"+ "\1\110\2\63\1\u018c\12\63\1\0\22\63\1\0\1\63"+ "\1\0\2\63\2\0\6\63\1\0\26\63\1\0\10\63"+ "\1\110\27\63\1\0\7\63\1\110\12\63\1\0\1\63"+ "\1\0\2\63\2\0\6\63\1\0\2\63\1\110\23\63"+ "\1\0\12\63\1\u018d\13\63\1\110\11\63\1\0\2\63"+ "\1\u018d\17\63\1\0\1\63\1\0\2\63\2\0\6\63"+ "\1\0\26\63\1\0\21\63\1\u018e\16\63\1\0\1\63"+ "\1\u018e\20\63\1\0\1\63\1\0\2\63\2\0\2\63"+ "\1\u018f\3\63\1\0\26\63\1\0\11\63\1\u018f\26\63"+ "\1\0\22\63\1\0\1\63\1\0\2\63\2\0\5\63"+ "\1\317\1\0\26\63\1\0\13\63\1\317\13\63\1\u0184"+ "\10\63\1\0\4\63\1\u0184\15\63\1\0\1\63\1\0"+ "\2\63\2\0\6\63\1\0\20\63\1\u0190\5\63\1\0"+ "\36\63\1\u0190\1\63\1\0\22\63\1\0\1\63\1\0"+ "\2\63\2\0\6\63\1\0\26\63\1\0\12\63\1\346"+ "\25\63\1\0\2\63\1\346\17\63\1\0\1\63\1\0"+ "\2\63\2\0\6\63\1\0\26\63\1\0\12\63\1\u0191"+ "\25\63\1\0\2\63\1\u0191\17\63\1\0\1\63\1\0"+ "\2\63\2\0\6\63\1\0\2\63\1\u0192\23\63\1\0"+ "\26\63\1\u0192\11\63\1\0\22\63\1\0\1\63\1\0"+ "\2\63\2\0\6\63\1\0\6\63\1\317\17\63\1\0"+ "\32\63\1\317\5\63\1\0\22\63\1\0\1\63\1\0"+ "\2\63\2\0\6\63\1\0\26\63\1\0\14\63\1\u0193"+ "\23\63\1\0\3\63\1\u0193\16\63\1\0\1\63\1\0"+ "\2\63\2\0\6\63\1\0\26\63\1\0\10\63\1\u0194"+ "\27\63\1\0\7\63\1\u0194\12\63\1\0\1\63\1\0"+ "\2\63\2\0\6\63\1\0\1\u0195\5\63\1\u0196\17\63"+ "\1\0\24\63\1\u0195\5\63\1\u0196\5\63\1\0\22\63"+ "\1\0\1\63\1\0\2\63\2\0\6\63\1\0\6\63"+ "\1\u0197\17\63\1\0\32\63\1\u0197\5\63\1\0\22\63"+ "\1\0\1\63\1\0\2\63\2\0\6\63\1\0\2\63"+ "\1\u0198\23\63\1\0\26\63\1\u0198\11\63\1\0\22\63"+ "\1\0\1\63\1\0\2\63\2\0\3\63\1\u0199\2\63"+ "\1\0\26\63\1\0\7\63\1\u0199\2\63\1\u019a\25\63"+ "\1\0\2\63\1\u019a\17\63\1\0\1\63\1\0\2\63"+ "\2\0\5\63\1\u019b\1\0\26\63\1\0\13\63\1\u019b"+ "\24\63\1\0\22\63\1\0\1\63\1\0\2\63\2\0"+ "\1\u019c\5\63\1\0\26\63\1\0\22\63\1\u019c\15\63"+ "\1\0\22\63\1\0\1\63\1\0\2\63\2\0\6\63"+ "\1\0\26\63\1\0\20\63\1\u019d\17\63\1\0\5\63"+ "\1\u019d\14\63\1\0\1\63\1\0\2\63\2\0\6\63"+ "\1\0\26\63\1\0\12\63\1\110\25\63\1\0\2\63"+ "\1\110\17\63\1\0\1\63\1\0\2\63\2\0\1\u019e"+ "\5\63\1\0\26\63\1\0\22\63\1\u019e\15\63\1\0"+ "\22\63\1\0\1\63\1\0\2\63\2\0\6\63\1\0"+ "\26\63\1\0\21\63\1\u019f\16\63\1\0\1\63\1\u019f"+ "\20\63\1\0\1\63\1\0\2\63\2\0\6\63\1\0"+ "\2\63\1\u01a0\23\63\1\0\10\63\1\u01a1\15\63\1\u01a0"+ "\11\63\1\0\7\63\1\u01a1\12\63\1\0\1\63\1\0"+ "\2\63\2\0\2\63\1\u01a2\3\63\1\0\26\63\1\0"+ "\11\63\1\u01a2\1\u0185\1\63\1\u01a3\23\63\1\0\2\63"+ "\1\u0185\1\u01a3\16\63\1\0\1\63\1\0\2\63\2\0"+ "\5\63\1\u01a4\1\0\26\63\1\0\13\63\1\u01a4\24\63"+ "\1\0\22\63\1\0\1\63\1\0\2\63\2\0\6\63"+ "\1\0\26\63\1\0\40\63\1\0\15\63\1\u0180\4\63"+ "\1\0\1\63\1\0\2\63\2\0\5\63\1\u01a5\1\0"+ "\26\63\1\0\13\63\1\u01a5\24\63\1\0\22\63\1\0"+ "\1\63\1\0\2\63\2\0\1\u01a3\5\63\1\0\26\63"+ "\1\0\22\63\1\u01a3\15\63\1\0\22\63\1\0\1\63"+ "\1\0\2\63\2\0\1\u01a6\5\63\1\0\1\63\1\321"+ "\1\u01a7\3\63\1\u0105\12\63\1\u01a8\4\63\1\0\17\63"+ "\1\321\2\63\1\u01a6\1\u01a8\2\63\1\u01a7\3\63\1\u0105"+ "\5\63\1\0\22\63\1\0\1\63\1\0\2\63\2\0"+ "\6\63\1\0\26\63\1\0\31\63\1\110\6\63\1\0"+ "\12\63\1\110\7\63\1\0\1\63\1\0\2\63\2\0"+ "\6\63\1\0\26\63\1\0\27\63\1\u01a9\10\63\1\0"+ "\4\63\1\u01a9\15\63\1\0\1\63\1\0\2\63\2\0"+ "\6\63\1\0\26\63\1\0\21\63\1\u01aa\16\63\1\0"+ "\1\63\1\u01aa\20\63\1\0\1\63\1\0\2\63\2\0"+ "\2\63\1\110\3\63\1\0\26\63\1\0\11\63\1\110"+ "\7\63\1\u01ab\7\63\1\110\6\63\1\0\1\63\1\u01ab"+ "\10\63\1\110\7\63\1\0\1\63\1\0\2\63\2\0"+ "\5\63\1\u01ac\1\0\1\63\1\110\24\63\1\0\13\63"+ "\1\u01ac\3\63\1\110\20\63\1\0\22\63\1\0\1\63"+ "\1\0\2\63\2\0\6\63\1\0\26\63\1\0\14\63"+ "\1\110\23\63\1\0\3\63\1\110\16\63\1\0\1\63"+ "\1\0\2\63\2\0\5\63\1\u01ad\1\0\26\63\1\0"+ "\13\63\1\u01ad\24\63\1\0\22\63\1\0\1\63\1\0"+ "\2\63\2\0\3\63\1\u01ae\2\63\1\0\26\63\1\0"+ "\7\63\1\u01ae\30\63\1\0\22\63\1\0\1\63\1\0"+ "\2\63\2\0\2\63\1\u01af\3\63\1\0\26\63\1\0"+ "\11\63\1\u01af\26\63\1\0\22\63\1\0\1\63\1\0"+ "\2\63\2\0\5\63\1\u01b0\1\0\2\63\1\u01b1\23\63"+ "\1\0\13\63\1\u01b0\12\63\1\u01b1\11\63\1\0\22\63"+ "\1\0\1\63\1\0\2\63\2\0\4\63\1\u01b2\1\63"+ "\1\0\26\63\1\0\25\63\1\u01b2\12\63\1\0\22\63"+ "\1\0\1\63\1\0\2\63\2\0\6\63\1\0\6\63"+ "\1\u0105\17\63\1\0\32\63\1\u0105\5\63\1\0\22\63"+ "\1\0\1\63\1\0\2\63\2\0\6\63\1\0\26\63"+ "\1\0\20\63\1\u01b3\17\63\1\0\5\63\1\u01b3\14\63"+ "\1\0\1\63\1\0\2\63\2\0\6\63\1\0\26\63"+ "\1\0\20\63\1\u01b4\17\63\1\0\5\63\1\u01b4\14\63"+ "\1\0\1\63\1\0\2\63\2\0\5\63\1\u01b5\1\0"+ "\26\63\1\0\13\63\1\u01b5\1\u01b6\23\63\1\0\3\63"+ "\1\u01b6\16\63\1\0\1\63\1\0\2\63\2\0\6\63"+ "\1\0\1\63\1\u01b7\24\63\1\0\17\63\1\u01b7\20\63"+ "\1\0\22\63\1\0\1\63\1\0\2\63\2\0\2\63"+ "\1\u01b8\1\63\1\110\1\63\1\0\26\63\1\0\11\63"+ "\1\u01b8\13\63\1\110\12\63\1\0\22\63\1\0\1\63"+ "\1\0\2\63\2\0\6\63\1\0\1\u01b9\25\63\1\0"+ "\24\63\1\u01b9\13\63\1\0\22\63\1\0\1\63\1\0"+ "\2\63\2\0\6\63\1\0\26\63\1\0\20\63\1\110"+ "\17\63\1\0\5\63\1\110\14\63\1\0\1\63\1\0"+ "\2\63\2\0\6\63\1\0\26\63\1\0\20\63\1\u01ba"+ "\17\63\1\0\5\63\1\u01ba\14\63\1\0\1\63\1\0"+ "\2\63\2\0\2\63\1\110\3\63\1\0\26\63\1\0"+ "\11\63\1\110\26\63\1\0\20\63\11\0\1\u01bb\57\0"+ "\1\u01bb\36\0\10\u0109\1\u01bc\24\u0109\1\u010b\74\u0109\1\0"+ "\125\u0109\37\0\1\u01bd\70\0\1\125\10\0\6\125\1\0"+ "\11\125\1\0\1\u01be\1\0\3\125\1\0\2\125\14\0"+ "\25\125\2\0\1\125\2\0\17\125\1\0\1\125\10\0"+ "\6\134\1\0\11\134\1\0\1\134\1\0\1\125\1\u010e"+ "\1\134\1\0\2\134\14\0\14\134\1\u01bf\7\134\1\125"+ "\2\0\1\134\2\0\17\134\20\0\1\144\26\0\1\61"+ "\61\0\1\u0111\10\0\6\u0111\1\0\11\u0111\1\0\1\u0111"+ "\1\0\3\u0111\1\0\2\u0111\14\0\25\u0111\2\0\1\u0111"+ "\2\0\17\u0111\1\0\1\u0111\10\0\6\u0111\1\0\4\u0111"+ "\2\u01c0\1\u0111\1\u01c0\1\u0111\1\u01c1\1\u0111\1\0\3\u0111"+ "\1\0\2\u0111\1\u01c1\13\0\25\u0111\2\0\1\u0111\2\0"+ "\14\u0111\1\u01c0\2\u0111\1\0\1\u0111\10\0\6\u0111\1\0"+ "\2\u0111\1\u0113\1\u0111\2\u0115\1\u0111\1\u0115\1\u0111\1\0"+ "\1\u0111\1\0\3\u0111\1\0\1\u0111\1\u0114\14\0\11\u0111"+ "\1\u0114\2\u0111\1\u0114\2\u0111\1\u0113\5\u0111\2\0\1\u0111"+ "\2\0\5\u0111\1\u0114\6\u0111\1\u0115\2\u0111\1\0\1\u0111"+ "\10\0\6\u0111\1\0\2\u0111\1\u0113\1\u0111\2\u0116\1\u0111"+ "\1\u0116\1\u0111\1\0\1\u0111\1\0\3\u0111\1\0\1\u0111"+ "\1\u0114\1\0\1\u0115\12\0\11\u0111\1\u0114\2\u0111\1\u0114"+ "\2\u0111\1\u0113\5\u0111\2\0\1\u0111\2\0\5\u0111\1\u0114"+ "\6\u0111\1\u0116\2\u0111\1\0\1\u0111\10\0\6\u0111\1\0"+ "\1\u0111\1\u01c2\1\u0113\1\u0111\1\u0116\1\u0117\1\u0111\1\u0117"+ "\1\u0111\1\0\1\u0111\1\0\3\u0111\1\0\1\u0111\1\u0114"+ "\1\0\1\u0115\12\0\10\u0111\1\u01c2\1\u0114\2\u0111\1\u0114"+ "\2\u0111\1\u0113\5\u0111\2\0\1\u0111\2\0\5\u0111\1\u0114"+ "\6\u0111\1\u0117\2\u0111\1\0\1\u0111\10\0\1\u0111\1\u01c3"+ "\4\u0111\1\0\2\u0111\1\u01c3\1\u0111\4\u01c3\1\u0111\1\0"+ "\1\u0111\1\0\3\u0111\1\0\1\u0111\1\u01c3\14\0\7\u0111"+ "\1\u01c3\1\u0111\2\u01c3\1\u0111\1\u01c3\2\u0111\1\u01c3\3\u0111"+ "\1\u01c3\1\u0111\2\0\1\u0111\2\0\1\u0111\1\u01c3\3\u0111"+ "\1\u01c3\6\u0111\1\u01c3\2\u0111\1\0\1\125\10\0\6\134"+ "\1\0\11\134\1\0\1\134\1\0\1\125\1\u010e\1\134"+ "\1\0\2\134\14\0\17\134\1\u01c4\4\134\1\125\2\0"+ "\1\134\2\0\17\134\1\0\1\125\10\0\6\134\1\0"+ "\11\134\1\0\1\134\1\0\1\125\1\u010e\1\134\1\0"+ "\2\134\14\0\4\134\1\u01c5\6\134\1\u01c6\10\134\1\125"+ "\2\0\1\134\2\0\17\134\1\0\1\125\10\0\6\134"+ "\1\0\11\134\1\0\1\134\1\0\1\125\1\u010e\1\134"+ "\1\0\1\134\1\u01c7\14\0\24\134\1\125\2\0\1\134"+ "\2\0\3\134\1\u01c8\13\134\1\0\1\125\10\0\6\134"+ "\1\0\11\134\1\0\1\134\1\0\1\125\1\u010e\1\134"+ "\1\0\2\134\14\0\16\134\1\u01c9\5\134\1\125\2\0"+ "\1\134\2\0\17\134\1\0\1\125\10\0\6\134\1\0"+ "\11\134\1\0\1\134\1\0\1\125\1\u010e\1\134\1\0"+ "\2\134\14\0\4\134\1\u01ca\17\134\1\125\2\0\1\134"+ "\2\0\17\134\1\0\1\125\10\0\6\134\1\0\11\134"+ "\1\0\1\134\1\0\1\125\1\u010e\1\134\1\0\2\134"+ "\14\0\4\134\1\u01cb\17\134\1\125\2\0\1\134\2\0"+ "\17\134\1\0\1\125\10\0\6\134\1\0\11\134\1\0"+ "\1\u01cc\1\0\1\125\1\u010e\1\134\1\0\2\134\14\0"+ "\12\134\1\u01cd\2\134\1\u011c\6\134\1\125\2\0\1\134"+ "\2\0\17\134\1\0\1\125\10\0\6\134\1\0\11\134"+ "\1\0\1\134\1\0\1\125\1\u010e\1\134\1\0\2\134"+ "\14\0\1\u01ce\1\134\1\u01cf\21\134\1\125\2\0\1\134"+ "\2\0\17\134\1\0\1\125\10\0\6\134\1\0\11\134"+ "\1\0\1\134\1\0\1\125\1\u010e\1\134\1\0\2\134"+ "\14\0\16\134\1\u01d0\5\134\1\125\2\0\1\134\2\0"+ "\17\134\1\0\1\125\10\0\6\134\1\0\11\134\1\0"+ "\1\134\1\0\1\125\1\u010e\1\134\1\0\2\134\14\0"+ "\10\134\1\u01d1\13\134\1\125\2\0\1\134\2\0\17\134"+ "\1\0\1\125\10\0\6\134\1\0\11\134\1\0\1\134"+ "\1\0\1\125\1\u010e\1\134\1\0\2\134\14\0\4\134"+ "\1\u01d2\17\134\1\125\2\0\1\134\2\0\17\134\1\0"+ "\1\125\10\0\6\134\1\0\11\134\1\0\1\134\1\0"+ "\1\125\1\u010e\1\134\1\0\2\134\14\0\24\134\1\125"+ "\2\0\1\134\2\0\1\u011c\16\134\1\0\1\125\10\0"+ "\6\134\1\0\11\134\1\0\1\134\1\0\1\125\1\u010e"+ "\1\134\1\0\2\134\14\0\5\134\1\u01d3\16\134\1\125"+ "\2\0\1\134\2\0\17\134\1\0\1\125\10\0\6\134"+ "\1\0\11\134\1\0\1\134\1\0\1\125\1\u010e\1\134"+ "\1\0\2\134\14\0\12\134\1\u01d4\11\134\1\125\2\0"+ "\1\134\2\0\17\134\1\0\1\125\10\0\6\134\1\0"+ "\11\134\1\0\1\134\1\0\1\125\1\u010e\1\134\1\0"+ "\2\134\14\0\12\134\1\u01d5\11\134\1\125\2\0\1\134"+ "\2\0\17\134\1\0\1\125\10\0\6\134\1\0\11\134"+ "\1\0\1\134\1\0\1\125\1\u010e\1\134\1\0\2\134"+ "\14\0\4\134\1\u01d6\6\134\1\u01d7\10\134\1\125\2\0"+ "\1\134\2\0\17\134\1\0\1\125\10\0\6\134\1\0"+ "\11\134\1\0\1\134\1\0\1\125\1\u010e\1\134\1\0"+ "\2\134\14\0\5\134\1\u01d8\16\134\1\125\2\0\1\134"+ "\2\0\17\134\1\0\1\125\10\0\6\134\1\0\11\134"+ "\1\0\1\134\1\0\1\125\1\u010e\1\134\1\0\2\134"+ "\14\0\4\134\1\u01d9\17\134\1\125\2\0\1\134\2\0"+ "\17\134\1\0\1\125\10\0\6\134\1\0\11\134\1\0"+ "\1\u01da\1\0\1\125\1\u010e\1\134\1\0\2\134\14\0"+ "\24\134\1\125\2\0\1\134\2\0\17\134\1\0\1\125"+ "\10\0\6\134\1\0\11\134\1\0\1\134\1\0\1\125"+ "\1\u010e\1\134\1\0\2\134\14\0\10\134\1\u01db\3\134"+ "\1\u01dc\6\134\1\u01dd\1\125\2\0\1\134\2\0\17\134"+ "\1\0\1\125\10\0\6\134\1\0\11\134\1\0\1\134"+ "\1\0\1\125\1\u010e\1\134\1\0\2\134\14\0\13\134"+ "\1\u01de\10\134\1\125\2\0\1\134\2\0\17\134\1\0"+ "\1\125\10\0\6\134\1\0\11\134\1\0\1\134\1\0"+ "\1\125\1\u010e\1\134\1\0\2\134\14\0\16\134\1\u01df"+ "\5\134\1\125\2\0\1\134\2\0\17\134\1\0\1\125"+ "\10\0\6\134\1\0\11\134\1\0\1\134\1\0\1\125"+ "\1\u010e\1\134\1\0\2\134\14\0\12\134\1\u01e0\11\134"+ "\1\125\2\0\1\134\2\0\17\134\1\0\1\125\10\0"+ "\6\134\1\0\11\134\1\0\1\134\1\0\1\125\1\u010e"+ "\1\134\1\0\2\134\14\0\3\134\1\u01e1\20\134\1\125"+ "\2\0\1\134\2\0\17\134\1\0\1\125\10\0\6\134"+ "\1\0\11\134\1\0\1\134\1\0\1\125\1\u010e\1\134"+ "\1\0\2\134\14\0\5\134\1\u01e2\16\134\1\125\2\0"+ "\1\134\2\0\17\134\1\0\1\125\10\0\6\134\1\0"+ "\11\134\1\0\1\134\1\0\1\125\1\u010e\1\134\1\0"+ "\2\134\14\0\1\u01e3\23\134\1\125\2\0\1\134\2\0"+ "\17\134\1\0\1\125\10\0\6\134\1\0\11\134\1\0"+ "\1\134\1\0\1\125\1\u010e\1\134\1\0\2\134\14\0"+ "\5\134\1\u01e4\16\134\1\125\2\0\1\134\2\0\17\134"+ "\1\0\1\125\10\0\6\134\1\0\11\134\1\0\1\134"+ "\1\0\1\125\1\u010e\1\134\1\0\2\134\14\0\5\134"+ "\1\u01e5\16\134\1\125\2\0\1\134\2\0\17\134\1\0"+ "\1\125\10\0\6\134\1\0\11\134\1\0\1\134\1\0"+ "\1\125\1\u010e\1\134\1\0\2\134\14\0\2\134\1\u011c"+ "\21\134\1\125\2\0\1\134\2\0\17\134\1\0\1\125"+ "\10\0\6\134\1\0\11\134\1\0\1\134\1\0\1\125"+ "\1\u010e\1\134\1\0\2\134\14\0\3\134\1\u01e6\20\134"+ "\1\125\2\0\1\134\2\0\17\134\1\0\1\125\10\0"+ "\6\134\1\0\11\134\1\0\1\134\1\0\1\125\1\u010e"+ "\1\134\1\0\2\134\14\0\10\134\1\u01e7\13\134\1\125"+ "\2\0\1\134\2\0\17\134\1\0\1\125\10\0\6\134"+ "\1\0\11\134\1\0\1\134\1\0\1\125\1\u010e\1\134"+ "\1\0\2\134\14\0\23\134\1\u01e8\1\125\2\0\1\134"+ "\2\0\17\134\1\0\1\125\10\0\6\134\1\0\11\134"+ "\1\0\1\134\1\0\1\125\1\u010e\1\134\1\0\2\134"+ "\14\0\1\u01e9\2\134\1\u01ea\20\134\1\125\2\0\1\134"+ "\2\0\17\134\1\0\1\125\10\0\6\134\1\0\11\134"+ "\1\0\1\134\1\0\1\125\1\u010e\1\134\1\0\2\134"+ "\14\0\2\134\1\u01eb\4\134\1\u01ec\14\134\1\125\2\0"+ "\1\134\2\0\17\134\1\0\1\125\10\0\6\134\1\0"+ "\11\134\1\0\1\u01ed\1\0\1\125\1\u010e\1\134\1\0"+ "\2\134\14\0\24\134\1\125\2\0\1\134\2\0\17\134"+ "\1\0\1\125\10\0\6\134\1\0\11\134\1\0\1\134"+ "\1\0\1\125\1\u010e\1\134\1\0\2\134\14\0\13\134"+ "\1\u01d7\10\134\1\125\2\0\1\134\2\0\17\134\1\0"+ "\1\125\10\0\6\134\1\0\11\134\1\0\1\134\1\0"+ "\1\125\1\u010e\1\134\1\0\2\134\14\0\7\134\1\u01ee"+ "\14\134\1\125\2\0\1\134\2\0\17\134\1\0\1\125"+ "\10\0\6\134\1\0\11\134\1\0\1\134\1\0\1\125"+ "\1\u010e\1\134\1\0\2\134\14\0\7\134\1\u01ef\14\134"+ "\1\125\2\0\1\134\2\0\17\134\1\0\1\125\10\0"+ "\6\134\1\0\11\134\1\0\1\134\1\0\1\125\1\u010e"+ "\1\134\1\0\2\134\14\0\12\134\1\u01f0\11\134\1\125"+ "\2\0\1\134\2\0\17\134\1\0\1\125\10\0\6\134"+ "\1\0\11\134\1\0\1\134\1\0\1\125\1\u010e\1\134"+ "\1\0\2\134\14\0\4\134\1\u01f1\11\134\1\u01f2\5\134"+ "\1\125\2\0\1\134\2\0\17\134\1\0\1\125\10\0"+ "\6\134\1\0\11\134\1\0\1\134\1\0\1\125\1\u010e"+ "\1\134\1\0\2\134\14\0\1\u01f3\7\134\1\u01f4\13\134"+ "\1\125\2\0\1\134\2\0\17\134\1\0\1\125\10\0"+ "\6\134\1\0\11\134\1\0\1\134\1\0\1\125\1\u010e"+ "\1\134\1\0\2\134\14\0\17\134\1\u01f5\4\134\1\125"+ "\2\0\1\134\2\0\17\134\1\0\1\125\10\0\6\134"+ "\1\0\11\134\1\0\1\134\1\0\1\125\1\u010e\1\134"+ "\1\0\2\134\14\0\3\134\1\u01f6\20\134\1\125\2\0"+ "\1\134\2\0\17\134\1\0\1\125\10\0\6\134\1\0"+ "\11\134\1\0\1\134\1\0\1\125\1\u010e\1\134\1\0"+ "\2\134\14\0\4\134\1\u01f7\17\134\1\125\2\0\1\134"+ "\2\0\17\134\1\0\1\125\10\0\6\134\1\0\11\134"+ "\1\0\1\134\1\0\1\125\1\u010e\1\134\1\0\2\134"+ "\14\0\4\134\1\u01f8\17\134\1\125\2\0\1\134\2\0"+ "\17\134\1\0\1\125\10\0\6\134\1\0\11\134\1\0"+ "\1\134\1\0\1\125\1\u010e\1\134\1\0\2\134\14\0"+ "\1\u01f9\23\134\1\125\2\0\1\134\2\0\17\134\1\0"+ "\1\125\10\0\6\134\1\0\11\134\1\0\1\134\1\0"+ "\1\125\1\u010e\1\134\1\0\2\134\14\0\24\134\1\125"+ "\2\0\1\134\2\0\3\134\1\u011c\13\134\13\0\1\u01fa"+ "\7\0\1\u01fa\1\0\4\u01fa\11\0\1\u01fa\23\0\1\u01fa"+ "\1\0\2\u01fa\1\0\1\u01fa\2\0\1\u01fa\3\0\1\u01fa"+ "\7\0\1\u01fa\3\0\1\u01fa\6\0\1\u01fa\15\0\1\u01fb"+ "\7\0\1\u01fb\1\0\4\u01fb\11\0\1\u01fb\23\0\1\u01fb"+ "\1\0\2\u01fb\1\0\1\u01fb\2\0\1\u01fb\3\0\1\u01fb"+ "\7\0\1\u01fb\3\0\1\u01fb\6\0\1\u01fb\14\0\1\u01fc"+ "\57\0\1\u01fc\120\0\1\u01fd\133\0\1\u01fe\135\0\1\u01ff"+ "\143\0\1\u0200\30\0\1\u0201\57\0\1\u0201\120\0\1\u0202"+ "\133\0\1\u0203\135\0\1\u0204\143\0\1\u0205\30\0\1\u0206"+ "\57\0\1\u0206\47\0\6\u0159\1\0\13\u0159\5\0\2\u0159"+ "\1\0\1\u0159\12\0\24\u0159\3\0\1\u0159\2\0\17\u0159"+ "\71\0\1\u0207\1\0\1\u0208\6\0\1\u0209\107\0\1\u020a"+ "\131\0\1\u020b\134\0\1\u020c\120\0\1\u020d\1\u020e\126\0"+ "\1\u020f\132\0\1\u0210\121\0\1\u0211\11\0\1\u0212\115\0"+ "\1\u0213\136\0\1\u0214\120\0\1\u0215\2\0\1\u0216\131\0"+ "\1\u0217\12\0\1\u0218\107\0\1\u0219\62\0\6\u0167\1\0"+ "\13\u0167\5\0\2\u0167\1\0\1\u0167\12\0\24\u0167\3\0"+ "\1\u0167\2\0\17\u0167\64\0\1\u0168\142\0\1\u0168\113\0"+ "\1\u0168\2\0\1\u0168\17\0\1\u0168\120\0\1\u0168\6\0"+ "\1\u0168\113\0\1\u0168\4\0\1\u0168\127\0\1\u021a\42\0"+ "\2\271\1\u021b\3\271\1\0\10\271\2\0\1\271\5\0"+ "\2\271\14\0\2\271\1\u021b\21\271\3\0\1\271\2\0"+ "\17\271\12\0\6\271\1\0\1\u021c\7\271\2\0\1\271"+ "\5\0\2\271\14\0\15\271\1\u021c\6\271\3\0\1\271"+ "\2\0\17\271\32\0\1\u021d\172\0\1\u021e\130\0\1\u0179"+ "\105\0\1\u021f\117\0\1\u0220\64\0\2\63\1\0\1\63"+ "\1\0\2\63\2\0\3\63\1\u0221\2\63\1\0\26\63"+ "\1\0\7\63\1\u0221\30\63\1\0\22\63\1\0\1\63"+ "\1\0\2\63\2\0\1\63\1\u0195\4\63\1\0\26\63"+ "\1\0\14\63\1\110\1\63\1\u0195\21\63\1\0\3\63"+ "\1\110\16\63\1\0\1\63\1\0\2\63\2\0\3\63"+ "\1\u0222\2\63\1\0\26\63\1\0\7\63\1\u0222\2\63"+ "\1\u0223\25\63\1\0\2\63\1\u0223\17\63\1\0\1\63"+ "\1\0\2\63\2\0\5\63\1\u0224\1\0\26\63\1\0"+ "\13\63\1\u0224\24\63\1\0\22\63\1\0\1\63\1\0"+ "\2\63\2\0\6\63\1\0\26\63\1\0\31\63\1\u0195"+ "\6\63\1\0\12\63\1\u0195\7\63\1\0\1\63\1\0"+ "\2\63\2\0\6\63\1\0\2\63\1\u0225\23\63\1\0"+ "\26\63\1\u0225\11\63\1\0\22\63\1\0\1\63\1\0"+ "\2\63\2\0\2\63\1\u0226\3\63\1\0\26\63\1\0"+ "\11\63\1\u0226\26\63\1\0\22\63\1\0\1\63\1\0"+ "\2\63\2\0\4\63\1\110\1\63\1\0\26\63\1\0"+ "\25\63\1\110\12\63\1\0\22\63\1\0\1\63\1\0"+ "\2\63\2\0\6\63\1\0\1\63\1\u01a9\24\63\1\0"+ "\17\63\1\u01a9\20\63\1\0\22\63\1\0\1\63\1\0"+ "\2\63\2\0\6\63\1\0\2\63\1\110\23\63\1\0"+ "\26\63\1\110\11\63\1\0\22\63\1\0\1\63\1\0"+ "\2\63\2\0\5\63\1\u0195\1\0\26\63\1\0\13\63"+ "\1\u0195\24\63\1\0\22\63\1\0\1\63\1\0\2\63"+ "\2\0\6\63\1\0\26\63\1\0\10\63\1\u0227\27\63"+ "\1\0\7\63\1\u0227\12\63\1\0\1\63\1\0\2\63"+ "\2\0\6\63\1\0\26\63\1\0\27\63\1\u0228\10\63"+ "\1\0\4\63\1\u0228\15\63\1\0\1\63\1\0\2\63"+ "\2\0\6\63\1\0\26\63\1\0\31\63\1\u0229\6\63"+ "\1\0\12\63\1\u0229\7\63\1\0\1\63\1\0\2\63"+ "\2\0\6\63\1\0\26\63\1\0\14\63\1\u022a\23\63"+ "\1\0\3\63\1\u022a\16\63\1\0\1\63\1\0\2\63"+ "\2\0\6\63\1\0\1\u0195\25\63\1\0\24\63\1\u0195"+ "\13\63\1\0\22\63\1\0\1\63\1\0\2\63\2\0"+ "\6\63\1\0\26\63\1\0\21\63\1\u022b\16\63\1\0"+ "\1\63\1\u022b\20\63\1\0\1\63\1\0\2\63\2\0"+ "\6\63\1\0\12\63\1\u01a3\13\63\1\0\40\63\1\0"+ "\6\63\1\u01a3\13\63\1\0\1\63\1\0\2\63\2\0"+ "\6\63\1\0\26\63\1\0\10\63\1\u01b4\27\63\1\0"+ "\7\63\1\u01b4\12\63\1\0\1\63\1\0\2\63\2\0"+ "\3\63\1\u022c\2\63\1\0\26\63\1\0\7\63\1\u022c"+ "\30\63\1\0\22\63\1\0\1\63\1\0\2\63\2\0"+ "\6\63\1\0\26\63\1\0\21\63\1\u01a2\16\63\1\0"+ "\1\63\1\u01a2\20\63\1\0\1\63\1\0\2\63\2\0"+ "\5\63\1\u022d\1\0\26\63\1\0\13\63\1\u022d\24\63"+ "\1\0\22\63\1\0\1\63\1\0\2\63\2\0\6\63"+ "\1\0\26\63\1\0\12\63\1\u01a3\25\63\1\0\2\63"+ "\1\u01a3\17\63\1\0\1\63\1\0\2\63\2\0\6\63"+ "\1\0\26\63\1\0\21\63\1\u0103\16\63\1\0\1\63"+ "\1\u0103\20\63\1\0\1\63\1\0\2\63\2\0\6\63"+ "\1\0\26\63\1\0\30\63\1\110\7\63\1\0\10\63"+ "\1\110\11\63\1\0\1\63\1\0\2\63\2\0\6\63"+ "\1\0\2\63\1\u022e\23\63\1\0\26\63\1\u022e\11\63"+ "\1\0\22\63\1\0\1\63\1\0\2\63\2\0\6\63"+ "\1\0\2\63\1\u0105\23\63\1\0\26\63\1\u0105\11\63"+ "\1\0\22\63\1\0\1\63\1\0\2\63\2\0\6\63"+ "\1\0\2\63\1\u01a9\23\63\1\0\26\63\1\u01a9\11\63"+ "\1\0\22\63\1\0\1\63\1\0\2\63\2\0\6\63"+ "\1\0\2\63\1\u0103\23\63\1\0\26\63\1\u0103\11\63"+ "\1\0\22\63\1\0\1\63\1\0\2\63\2\0\6\63"+ "\1\0\26\63\1\0\14\63\1\u022f\23\63\1\0\3\63"+ "\1\u022f\16\63\1\0\1\63\1\0\2\63\2\0\1\63"+ "\1\u0230\4\63\1\0\26\63\1\0\16\63\1\u0230\21\63"+ "\1\0\22\63\1\0\1\63\1\0\2\63\2\0\5\63"+ "\1\u0231\1\0\26\63\1\0\13\63\1\u0231\24\63\1\0"+ "\22\63\1\0\1\63\1\0\2\63\2\0\6\63\1\0"+ "\26\63\1\0\12\63\1\u0232\25\63\1\0\2\63\1\u0232"+ "\17\63\1\0\1\63\1\0\2\63\2\0\6\63\1\0"+ "\1\110\25\63\1\0\24\63\1\110\13\63\1\0\22\63"+ "\1\0\1\63\1\0\2\63\2\0\6\63\1\0\2\63"+ "\1\u0233\23\63\1\0\26\63\1\u0233\11\63\1\0\22\63"+ "\1\0\1\63\1\0\2\63\2\0\6\63\1\0\26\63"+ "\1\0\27\63\1\u0234\10\63\1\0\4\63\1\u0234\15\63"+ "\1\0\1\63\1\0\2\63\2\0\6\63\1\0\1\63"+ "\1\u0235\24\63\1\0\17\63\1\u0235\20\63\1\0\22\63"+ "\1\0\1\63\1\0\2\63\2\0\6\63\1\0\12\63"+ "\1\u0236\13\63\1\0\40\63\1\0\6\63\1\u0236\13\63"+ "\1\0\1\63\1\0\2\63\2\0\6\63\1\0\26\63"+ "\1\0\27\63\1\110\10\63\1\0\4\63\1\110\15\63"+ "\1\0\1\63\1\0\2\63\2\0\5\63\1\110\1\0"+ "\26\63\1\0\13\63\1\110\24\63\1\0\22\63\1\0"+ "\1\63\1\0\2\63\2\0\3\63\1\u0231\2\63\1\0"+ "\26\63\1\0\7\63\1\u0231\1\u0227\27\63\1\0\7\63"+ "\1\u0227\12\63\1\0\1\63\1\0\2\63\2\0\4\63"+ "\1\u018c\1\63\1\0\26\63\1\0\25\63\1\u018c\12\63"+ "\1\0\22\63\1\0\1\63\1\0\2\63\2\0\1\63"+ "\1\303\4\63\1\0\26\63\1\0\16\63\1\303\21\63"+ "\1\0\22\63\1\0\1\63\1\0\2\63\2\0\6\63"+ "\1\0\26\63\1\0\27\63\1\u0237\10\63\1\0\4\63"+ "\1\u0237\15\63\1\0\1\63\1\0\2\63\2\0\2\63"+ "\1\u0238\3\63\1\0\26\63\1\0\11\63\1\u0238\26\63"+ "\1\0\22\63\1\0\1\63\1\0\2\63\2\0\6\63"+ "\1\0\26\63\1\0\20\63\1\u0239\17\63\1\0\5\63"+ "\1\u0239\14\63\1\0\1\63\1\0\2\63\2\0\6\63"+ "\1\0\1\63\1\u023a\24\63\1\0\17\63\1\u023a\20\63"+ "\1\0\22\63\1\0\1\63\1\0\2\63\2\0\6\63"+ "\1\0\26\63\1\0\21\63\1\u023b\16\63\1\0\1\63"+ "\1\u023b\20\63\1\0\1\63\1\0\2\63\2\0\6\63"+ "\1\0\26\63\1\0\21\63\1\u023c\16\63\1\0\1\63"+ "\1\u023c\20\63\1\0\1\63\1\0\2\63\2\0\6\63"+ "\1\0\26\63\1\0\20\63\1\u0184\17\63\1\0\5\63"+ "\1\u0184\14\63\1\0\1\63\1\0\2\63\2\0\6\63"+ "\1\0\26\63\1\0\12\63\1\u023d\25\63\1\0\2\63"+ "\1\u023d\17\63\1\0\1\63\1\0\2\63\2\0\3\63"+ "\1\u023e\2\63\1\0\26\63\1\0\7\63\1\u023e\30\63"+ "\1\0\22\63\1\0\1\63\1\0\2\63\2\0\6\63"+ "\1\0\26\63\1\0\21\63\1\110\16\63\1\0\1\63"+ "\1\110\20\63\1\0\1\63\1\0\2\63\2\0\6\63"+ "\1\0\1\63\1\u023f\24\63\1\0\17\63\1\u023f\20\63"+ "\1\0\22\63\1\0\1\63\1\0\2\63\2\0\3\63"+ "\1\347\2\63\1\0\26\63\1\0\7\63\1\347\30\63"+ "\1\0\22\63\1\0\1\63\1\0\2\63\2\0\2\63"+ "\1\u0240\3\63\1\0\26\63\1\0\11\63\1\u0240\26\63"+ "\1\0\22\63\1\0\1\63\1\0\2\63\2\0\6\63"+ "\1\0\2\63\1\u0105\23\63\1\0\21\63\1\110\4\63"+ "\1\u0105\11\63\1\0\1\63\1\110\20\63\1\0\1\63"+ "\1\0\2\63\2\0\6\63\1\0\12\63\1\110\13\63"+ "\1\0\40\63\1\0\6\63\1\110\13\63\1\0\1\63"+ "\1\0\2\63\2\0\5\63\1\u0241\1\0\26\63\1\0"+ "\13\63\1\u0241\24\63\1\0\22\63\1\0\1\63\1\0"+ "\2\63\2\0\6\63\1\0\26\63\1\0\30\63\1\110"+ "\7\63\1\0\10\63\1\110\1\u0242\10\63\1\0\1\63"+ "\1\0\2\63\2\0\6\63\1\0\26\63\1\0\10\63"+ "\1\u0243\27\63\1\0\7\63\1\u0243\12\63\1\0\1\63"+ "\1\0\2\63\2\0\6\63\1\0\2\63\1\347\23\63"+ "\1\0\26\63\1\347\11\63\1\0\20\63\12\0\1\u0244"+ "\52\0\1\u0244\120\0\2\u01bc\16\0\1\u01bc\41\0\1\u0245"+ "\117\0\1\125\10\0\1\125\1\u0246\4\125\1\0\2\125"+ "\1\u0246\1\125\4\u0246\1\125\1\0\1\125\1\0\3\125"+ "\1\0\1\125\1\u0246\14\0\7\125\1\u0246\1\125\2\u0246"+ "\1\125\1\u0246\2\125\1\u0246\3\125\1\u0246\1\125\2\0"+ "\1\125\2\0\1\125\1\u0246\3\125\1\u0246\6\125\1\u0246"+ "\2\125\1\0\1\125\10\0\6\134\1\0\11\134\1\0"+ "\1\134\1\0\1\125\1\u010e\1\134\1\0\2\134\14\0"+ "\1\u0247\23\134\1\125\2\0\1\134\2\0\17\134\1\0"+ "\1\u0111\10\0\6\u0111\1\0\4\u0111\2\u01c0\1\u0111\1\u01c0"+ "\1\u0111\1\0\1\u0111\1\0\3\u0111\1\0\1\u0111\1\u0114"+ "\14\0\11\u0111\1\u0114\2\u0111\1\u0114\10\u0111\2\0\1\u0111"+ "\2\0\5\u0111\1\u0114\6\u0111\1\u01c0\2\u0111\25\0\2\u01c0"+ "\1\0\1\u01c0\74\0\1\u01c0\3\0\1\u0111\10\0\1\u0111"+ "\1\u01c3\4\u0111\1\0\1\u0111\1\u01c2\1\u01c3\1\u0111\4\u01c3"+ "\1\u0111\1\0\1\u0111\1\0\3\u0111\1\0\1\u0111\1\u01c3"+ "\14\0\7\u0111\1\u01c3\1\u01c2\2\u01c3\1\u0111\1\u01c3\2\u0111"+ "\1\u01c3\3\u0111\1\u01c3\1\u0111\2\0\1\u0111\2\0\1\u0111"+ "\1\u01c3\3\u0111\1\u01c3\6\u0111\1\u01c3\2\u0111\1\0\1\125"+ "\10\0\6\134\1\0\11\134\1\0\1\134\1\0\1\125"+ "\1\u010e\1\134\1\0\2\134\14\0\13\134\1\u013f\10\134"+ "\1\125\2\0\1\134\2\0\17\134\1\0\1\125\10\0"+ "\6\134\1\0\11\134\1\0\1\134\1\0\1\125\1\u010e"+ "\1\134\1\0\2\134\14\0\17\134\1\u0248\4\134\1\125"+ "\2\0\1\134\2\0\17\134\1\0\1\125\10\0\6\134"+ "\1\0\11\134\1\0\1\134\1\0\1\125\1\u010e\1\134"+ "\1\0\2\134\14\0\4\134\1\u0249\17\134\1\125\2\0"+ "\1\134\2\0\17\134\1\0\1\125\10\0\6\134\1\0"+ "\11\134\1\0\1\134\1\0\1\125\1\u010e\1\134\1\0"+ "\2\134\14\0\1\u024a\23\134\1\125\2\0\1\134\2\0"+ "\17\134\1\0\1\125\10\0\6\134\1\0\11\134\1\0"+ "\1\134\1\0\1\125\1\u010e\1\134\1\0\2\134\14\0"+ "\12\134\1\u024b\11\134\1\125\2\0\1\134\2\0\17\134"+ "\1\0\1\125\10\0\6\134\1\0\11\134\1\0\1\134"+ "\1\0\1\125\1\u010e\1\134\1\0\2\134\14\0\3\134"+ "\1\u024c\4\134\1\u024d\13\134\1\125\2\0\1\134\2\0"+ "\17\134\1\0\1\125\10\0\6\134\1\0\11\134\1\0"+ "\1\134\1\0\1\125\1\u010e\1\134\1\0\2\134\14\0"+ "\3\134\1\u011c\20\134\1\125\2\0\1\134\2\0\17\134"+ "\1\0\1\125\10\0\6\134\1\0\11\134\1\0\1\u024e"+ "\1\0\1\125\1\u010e\1\134\1\0\2\134\14\0\24\134"+ "\1\125\2\0\1\134\2\0\17\134\1\0\1\125\10\0"+ "\6\134\1\0\11\134\1\0\1\134\1\0\1\125\1\u010e"+ "\1\134\1\0\2\134\14\0\17\134\1\u024f\4\134\1\125"+ "\2\0\1\134\2\0\17\134\1\0\1\125\10\0\6\134"+ "\1\0\11\134\1\0\1\134\1\0\1\125\1\u010e\1\134"+ "\1\0\2\134\14\0\5\134\1\u0250\16\134\1\125\2\0"+ "\1\134\2\0\17\134\1\0\1\125\10\0\6\134\1\0"+ "\11\134\1\0\1\134\1\0\1\125\1\u010e\1\134\1\0"+ "\2\134\14\0\13\134\1\u011c\10\134\1\125\2\0\1\134"+ "\2\0\17\134\1\0\1\125\10\0\6\134\1\0\11\134"+ "\1\0\1\134\1\0\1\125\1\u010e\1\134\1\0\2\134"+ "\14\0\3\134\1\u0251\20\134\1\125\2\0\1\134\2\0"+ "\17\134\1\0\1\125\10\0\6\134\1\0\11\134\1\0"+ "\1\134\1\0\1\125\1\u010e\1\134\1\0\2\134\14\0"+ "\17\134\1\u0252\4\134\1\125\2\0\1\134\2\0\17\134"+ "\1\0\1\125\10\0\6\134\1\0\11\134\1\0\1\134"+ "\1\0\1\125\1\u010e\1\134\1\0\2\134\14\0\10\134"+ "\1\u011c\13\134\1\125\2\0\1\134\2\0\17\134\1\0"+ "\1\125\10\0\6\134\1\0\11\134\1\0\1\134\1\0"+ "\1\125\1\u010e\1\134\1\0\2\134\14\0\1\u0253\23\134"+ "\1\125\2\0\1\134\2\0\17\134\1\0\1\125\10\0"+ "\6\134\1\0\11\134\1\0\1\134\1\0\1\125\1\u010e"+ "\1\134\1\0\2\134\14\0\4\134\1\u0254\6\134\1\u0255"+ "\10\134\1\125\2\0\1\134\2\0\17\134\1\0\1\125"+ "\10\0\6\134\1\0\11\134\1\0\1\134\1\0\1\125"+ "\1\u010e\1\134\1\0\2\134\14\0\2\134\1\u0256\21\134"+ "\1\125\2\0\1\134\2\0\17\134\1\0\1\125\10\0"+ "\6\134\1\0\11\134\1\0\1\134\1\0\1\125\1\u010e"+ "\1\134\1\0\2\134\14\0\13\134\1\u01ce\10\134\1\125"+ "\2\0\1\134\2\0\17\134\1\0\1\125\10\0\6\134"+ "\1\0\11\134\1\0\1\134\1\0\1\125\1\u010e\1\134"+ "\1\0\2\134\14\0\7\134\1\u01f8\14\134\1\125\2\0"+ "\1\134\2\0\17\134\1\0\1\125\10\0\6\134\1\0"+ "\11\134\1\0\1\134\1\0\1\125\1\u010e\1\134\1\0"+ "\2\134\14\0\17\134\1\u011c\4\134\1\125\2\0\1\134"+ "\2\0\17\134\1\0\1\125\10\0\6\134\1\0\11\134"+ "\1\0\1\134\1\0\1\125\1\u010e\1\134\1\0\2\134"+ "\14\0\1\134\1\u0256\22\134\1\125\2\0\1\134\2\0"+ "\17\134\1\0\1\125\10\0\6\134\1\0\11\134\1\0"+ "\1\134\1\0\1\125\1\u010e\1\134\1\0\2\134\14\0"+ "\23\134\1\u0257\1\125\2\0\1\134\2\0\17\134\1\0"+ "\1\125\10\0\6\134\1\0\11\134\1\0\1\134\1\0"+ "\1\125\1\u010e\1\134\1\0\2\134\14\0\17\134\1\u0258"+ "\4\134\1\125\2\0\1\134\2\0\17\134\1\0\1\125"+ "\10\0\6\134\1\0\11\134\1\0\1\134\1\0\1\125"+ "\1\u010e\1\134\1\0\2\134\14\0\12\134\1\u0259\11\134"+ "\1\125\2\0\1\134\2\0\17\134\1\0\1\125\10\0"+ "\6\134\1\0\11\134\1\0\1\u025a\1\0\1\125\1\u010e"+ "\1\134\1\0\2\134\14\0\24\134\1\125\2\0\1\134"+ "\2\0\17\134\1\0\1\125\10\0\6\134\1\0\11\134"+ "\1\0\1\134\1\0\1\125\1\u010e\1\134\1\0\2\134"+ "\14\0\4\134\1\u025b\17\134\1\125\2\0\1\134\2\0"+ "\17\134\1\0\1\125\10\0\6\134\1\0\11\134\1\0"+ "\1\134\1\0\1\125\1\u010e\1\134\1\0\2\134\14\0"+ "\17\134\1\u0136\4\134\1\125\2\0\1\134\2\0\17\134"+ "\1\0\1\125\10\0\6\134\1\0\11\134\1\0\1\134"+ "\1\0\1\125\1\u010e\1\134\1\0\2\134\14\0\4\134"+ "\1\u025c\17\134\1\125\2\0\1\134\2\0\17\134\1\0"+ "\1\125\10\0\6\134\1\0\11\134\1\0\1\134\1\0"+ "\1\125\1\u010e\1\134\1\0\2\134\14\0\2\134\1\u025d"+ "\21\134\1\125\2\0\1\134\2\0\17\134\1\0\1\125"+ "\10\0\6\134\1\0\11\134\1\0\1\134\1\0\1\125"+ "\1\u010e\1\134\1\0\2\134\14\0\7\134\1\u025e\14\134"+ "\1\125\2\0\1\134\2\0\17\134\1\0\1\125\10\0"+ "\6\134\1\0\11\134\1\0\1\134\1\0\1\125\1\u010e"+ "\1\134\1\0\2\134\14\0\4\134\1\u01d6\17\134\1\125"+ "\2\0\1\134\2\0\17\134\1\0\1\125\10\0\6\134"+ "\1\0\11\134\1\0\1\134\1\0\1\125\1\u010e\1\134"+ "\1\0\2\134\14\0\7\134\1\u025f\14\134\1\125\2\0"+ "\1\134\2\0\17\134\1\0\1\125\10\0\6\134\1\0"+ "\11\134\1\0\1\134\1\0\1\125\1\u010e\1\134\1\0"+ "\2\134\14\0\12\134\1\u0260\11\134\1\125\2\0\1\134"+ "\2\0\17\134\1\0\1\125\10\0\6\134\1\0\11\134"+ "\1\0\1\134\1\0\1\125\1\u010e\1\134\1\0\2\134"+ "\14\0\12\134\1\u025d\11\134\1\125\2\0\1\134\2\0"+ "\17\134\1\0\1\125\10\0\6\134\1\0\11\134\1\0"+ "\1\134\1\0\1\125\1\u010e\1\134\1\0\2\134\14\0"+ "\13\134\1\u01cc\10\134\1\125\2\0\1\134\2\0\17\134"+ "\1\0\1\125\10\0\6\134\1\0\11\134\1\0\1\134"+ "\1\0\1\125\1\u010e\1\134\1\0\2\134\14\0\10\134"+ "\1\u025c\13\134\1\125\2\0\1\134\2\0\17\134\1\0"+ "\1\125\10\0\6\134\1\0\11\134\1\0\1\134\1\0"+ "\1\125\1\u010e\1\134\1\0\2\134\14\0\22\134\1\u0261"+ "\1\134\1\125\2\0\1\134\2\0\17\134\1\0\1\125"+ "\10\0\6\134\1\0\11\134\1\0\1\134\1\0\1\125"+ "\1\u010e\1\134\1\0\2\134\14\0\4\134\1\u0262\17\134"+ "\1\125\2\0\1\134\2\0\17\134\1\0\1\125\10\0"+ "\6\134\1\0\11\134\1\0\1\134\1\0\1\125\1\u010e"+ "\1\134\1\0\2\134\14\0\13\134\1\u0263\10\134\1\125"+ "\2\0\1\134\2\0\17\134\1\0\1\125\10\0\6\134"+ "\1\0\11\134\1\0\1\134\1\0\1\125\1\u010e\1\134"+ "\1\0\2\134\14\0\21\134\1\u0264\2\134\1\125\2\0"+ "\1\134\2\0\17\134\1\0\1\125\10\0\6\134\1\0"+ "\11\134\1\0\1\134\1\0\1\125\1\u010e\1\134\1\0"+ "\2\134\14\0\20\134\1\u011c\3\134\1\125\2\0\1\134"+ "\2\0\17\134\1\0\1\125\10\0\6\134\1\0\11\134"+ "\1\0\1\134\1\0\1\125\1\u010e\1\134\1\0\2\134"+ "\14\0\6\134\1\u0265\15\134\1\125\2\0\1\134\2\0"+ "\17\134\1\0\1\125\10\0\6\134\1\0\11\134\1\0"+ "\1\134\1\0\1\125\1\u010e\1\134\1\0\2\134\14\0"+ "\12\134\1\u0266\11\134\1\125\2\0\1\134\2\0\17\134"+ "\1\0\1\125\10\0\6\134\1\0\11\134\1\0\1\134"+ "\1\0\1\125\1\u010e\1\134\1\0\2\134\14\0\10\134"+ "\1\u0267\13\134\1\125\2\0\1\134\2\0\17\134\1\0"+ "\1\125\10\0\6\134\1\0\11\134\1\0\1\134\1\0"+ "\1\125\1\u010e\1\134\1\0\2\134\14\0\17\134\1\u0268"+ "\4\134\1\125\2\0\1\134\2\0\17\134\1\0\1\125"+ "\10\0\6\134\1\0\11\134\1\0\1\134\1\0\1\125"+ "\1\u010e\1\134\1\0\2\134\14\0\3\134\1\u024c\20\134"+ "\1\125\2\0\1\134\2\0\17\134\1\0\1\125\10\0"+ "\6\134\1\0\11\134\1\0\1\134\1\0\1\125\1\u010e"+ "\1\134\1\0\2\134\14\0\11\134\1\u011c\12\134\1\125"+ "\2\0\1\134\2\0\17\134\1\0\1\125\10\0\6\134"+ "\1\0\11\134\1\0\1\134\1\0\1\125\1\u010e\1\134"+ "\1\0\2\134\14\0\12\134\1\u0269\11\134\1\125\2\0"+ "\1\134\2\0\17\134\1\0\1\125\10\0\6\134\1\0"+ "\11\134\1\0\1\134\1\0\1\125\1\u010e\1\134\1\0"+ "\2\134\14\0\12\134\1\u026a\11\134\1\125\2\0\1\134"+ "\2\0\17\134\1\0\1\125\10\0\6\134\1\0\11\134"+ "\1\0\1\134\1\0\1\125\1\u010e\1\134\1\0\2\134"+ "\14\0\10\134\1\u026b\13\134\1\125\2\0\1\134\2\0"+ "\17\134\1\0\1\125\10\0\6\134\1\0\11\134\1\0"+ "\1\134\1\0\1\125\1\u010e\1\134\1\0\2\134\14\0"+ "\17\134\1\u0256\4\134\1\125\2\0\1\134\2\0\17\134"+ "\1\0\1\125\10\0\6\134\1\0\11\134\1\0\1\134"+ "\1\0\1\125\1\u010e\1\134\1\0\2\134\14\0\6\134"+ "\1\u011c\15\134\1\125\2\0\1\134\2\0\17\134\1\0"+ "\1\125\10\0\6\134\1\0\11\134\1\0\1\134\1\0"+ "\1\125\1\u010e\1\134\1\0\2\134\14\0\10\134\1\u01d7"+ "\13\134\1\125\2\0\1\134\2\0\17\134\13\0\1\u026c"+ "\7\0\1\u026c\1\0\4\u026c\11\0\1\u026c\23\0\1\u026c"+ "\1\0\2\u026c\1\0\1\u026c\2\0\1\u026c\3\0\1\u026c"+ "\7\0\1\u026c\3\0\1\u026c\6\0\1\u026c\15\0\1\u026d"+ "\7\0\1\u026d\1\0\4\u026d\11\0\1\u026d\23\0\1\u026d"+ "\1\0\2\u026d\1\0\1\u026d\2\0\1\u026d\3\0\1\u026d"+ "\7\0\1\u026d\3\0\1\u026d\6\0\1\u026d\15\0\1\u026e"+ "\52\0\1\u026e\136\0\1\u026f\130\0\1\u01ff\105\0\1\u0270"+ "\117\0\1\u0271\76\0\1\u0272\52\0\1\u0272\136\0\1\u0273"+ "\130\0\1\u0204\105\0\1\u0274\117\0\1\u0275\102\0\1\u0276"+ "\43\0\1\u0276\137\0\1\u0277\113\0\1\u0278\146\0\1\u0279"+ "\113\0\1\u020d\134\0\1\u027a\121\0\1\u027b\131\0\1\u027c"+ "\131\0\1\u027d\143\0\1\u027e\124\0\1\u027f\115\0\1\u0280"+ "\127\0\1\u0281\5\0\1\u0282\127\0\1\u0217\120\0\1\u0283"+ "\125\0\1\u0284\134\0\1\u0285\132\0\1\u0286\133\0\1\u0287"+ "\124\0\1\u0288\132\0\1\u0289\44\0\3\271\1\u028a\2\271"+ "\1\0\10\271\2\0\1\271\5\0\2\271\14\0\1\u028a"+ "\23\271\3\0\1\271\2\0\17\271\12\0\6\271\1\0"+ "\1\271\1\u028b\6\271\2\0\1\271\5\0\2\271\14\0"+ "\10\271\1\u028b\13\271\3\0\1\271\2\0\17\271\54\0"+ "\1\u021f\15\0\1\u0179\46\0\1\u028c\124\0\2\u028d\1\0"+ "\7\u0220\1\0\10\u0220\2\u028d\1\u0220\1\0\1\u028d\1\0"+ "\1\u0220\1\u028d\2\u0220\2\u028d\1\0\2\u028d\1\0\5\u028d"+ "\1\0\24\u0220\3\u028d\1\u0220\2\u028d\17\u0220\1\0\2\63"+ "\1\0\1\63\1\0\2\63\2\0\4\63\1\u01a3\1\63"+ "\1\0\26\63\1\0\25\63\1\u01a3\12\63\1\0\22\63"+ "\1\0\1\63\1\0\2\63\2\0\6\63\1\0\26\63"+ "\1\0\30\63\1\u0184\7\63\1\0\10\63\1\u0184\11\63"+ "\1\0\1\63\1\0\2\63\2\0\6\63\1\0\26\63"+ "\1\0\14\63\1\324\23\63\1\0\3\63\1\324\16\63"+ "\1\0\1\63\1\0\2\63\2\0\3\63\1\u0231\2\63"+ "\1\0\26\63\1\0\7\63\1\u0231\30\63\1\0\22\63"+ "\1\0\1\63\1\0\2\63\2\0\1\63\1\u01a3\4\63"+ "\1\0\26\63\1\0\16\63\1\u01a3\21\63\1\0\22\63"+ "\1\0\1\63\1\0\2\63\2\0\1\63\1\u0184\4\63"+ "\1\0\26\63\1\0\16\63\1\u0184\21\63\1\0\22\63"+ "\1\0\1\63\1\0\2\63\2\0\2\63\1\u028e\3\63"+ "\1\0\26\63\1\0\11\63\1\u028e\26\63\1\0\22\63"+ "\1\0\1\63\1\0\2\63\2\0\6\63\1\0\2\63"+ "\1\u028f\23\63\1\0\21\63\1\u022e\4\63\1\u028f\11\63"+ "\1\0\1\63\1\u022e\20\63\1\0\1\63\1\0\2\63"+ "\2\0\6\63\1\0\26\63\1\0\21\63\1\u0290\16\63"+ "\1\0\1\63\1\u0290\20\63\1\0\1\63\1\0\2\63"+ "\2\0\6\63\1\0\26\63\1\0\20\63\1\u0291\17\63"+ "\1\0\5\63\1\u0291\14\63\1\0\1\63\1\0\2\63"+ "\2\0\6\63\1\0\26\63\1\0\27\63\1\u0184\10\63"+ "\1\0\4\63\1\u0184\15\63\1\0\1\63\1\0\2\63"+ "\2\0\6\63\1\0\26\63\1\0\14\63\1\u0292\23\63"+ "\1\0\3\63\1\u0292\16\63\1\0\1\63\1\0\2\63"+ "\2\0\6\63\1\0\26\63\1\0\21\63\1\u0293\16\63"+ "\1\0\1\63\1\u0293\20\63\1\0\1\63\1\0\2\63"+ "\2\0\6\63\1\0\26\63\1\0\14\63\1\u0103\23\63"+ "\1\0\3\63\1\u0103\16\63\1\0\1\63\1\0\2\63"+ "\2\0\5\63\1\u0294\1\0\26\63\1\0\13\63\1\u0294"+ "\24\63\1\0\22\63\1\0\1\63\1\0\2\63\2\0"+ "\6\63\1\0\26\63\1\0\30\63\1\u0295\7\63\1\0"+ "\10\63\1\u0295\11\63\1\0\1\63\1\0\2\63\2\0"+ "\6\63\1\0\26\63\1\0\12\63\1\366\25\63\1\0"+ "\2\63\1\366\17\63\1\0\1\63\1\0\2\63\2\0"+ "\6\63\1\0\12\63\1\u022e\13\63\1\0\40\63\1\0"+ "\6\63\1\u022e\13\63\1\0\1\63\1\0\2\63\2\0"+ "\6\63\1\0\21\63\1\u0296\4\63\1\0\23\63\1\u0296"+ "\14\63\1\0\22\63\1\0\1\63\1\0\2\63\2\0"+ "\6\63\1\0\2\63\1\u0297\23\63\1\0\26\63\1\u0297"+ "\11\63\1\0\22\63\1\0\1\63\1\0\2\63\2\0"+ "\6\63\1\0\26\63\1\0\20\63\1\u0298\17\63\1\0"+ "\5\63\1\u0298\14\63\1\0\1\63\1\0\2\63\2\0"+ "\2\63\1\u0184\3\63\1\0\26\63\1\0\11\63\1\u0184"+ "\26\63\1\0\22\63\1\0\1\63\1\0\2\63\2\0"+ "\6\63\1\0\26\63\1\0\21\63\1\u0299\16\63\1\0"+ "\1\63\1\u0299\20\63\1\0\1\63\1\0\2\63\2\0"+ "\6\63\1\0\26\63\1\0\12\63\1\324\25\63\1\0"+ "\2\63\1\324\17\63\1\0\1\63\1\0\2\63\2\0"+ "\3\63\1\u029a\2\63\1\0\26\63\1\0\7\63\1\u029a"+ "\30\63\1\0\22\63\1\0\1\63\1\0\2\63\2\0"+ "\5\63\1\u029b\1\0\1\63\1\u029c\24\63\1\0\10\63"+ "\1\u029d\2\63\1\u029b\3\63\1\u029c\20\63\1\0\7\63"+ "\1\u029d\12\63\1\0\1\63\1\0\2\63\2\0\6\63"+ "\1\0\26\63\1\0\14\63\1\u029e\23\63\1\0\3\63"+ "\1\u029e\16\63\1\0\1\63\1\0\2\63\2\0\1\63"+ "\1\317\4\63\1\0\26\63\1\0\16\63\1\317\21\63"+ "\1\0\22\63\1\0\1\63\1\0\2\63\2\0\6\63"+ "\1\0\2\63\1\u01a3\23\63\1\0\26\63\1\u01a3\11\63"+ "\1\0\22\63\1\0\1\63\1\0\2\63\2\0\6\63"+ "\1\0\2\63\1\u029f\23\63\1\0\26\63\1\u029f\11\63"+ "\1\0\22\63\1\0\1\63\1\0\2\63\2\0\3\63"+ "\1\u02a0\2\63\1\0\26\63\1\0\7\63\1\u02a0\30\63"+ "\1\0\22\63\1\0\1\63\1\0\2\63\2\0\6\63"+ "\1\0\12\63\1\u02a1\13\63\1\0\40\63\1\0\6\63"+ "\1\u02a1\13\63\1\0\1\63\1\0\2\63\2\0\6\63"+ "\1\0\2\63\1\366\23\63\1\0\26\63\1\366\11\63"+ "\1\0\20\63\13\0\1\u02a2\44\0\1\u02a2\47\0\1\125"+ "\10\0\1\125\1\u02a3\4\125\1\0\2\125\1\u02a3\1\125"+ "\4\u02a3\1\125\1\0\1\125\1\0\3\125\1\0\1\125"+ "\1\u02a3\14\0\7\125\1\u02a3\1\125\2\u02a3\1\125\1\u02a3"+ "\2\125\1\u02a3\3\125\1\u02a3\1\125\2\0\1\125\2\0"+ "\1\125\1\u02a3\3\125\1\u02a3\6\125\1\u02a3\2\125\1\0"+ "\1\125\10\0\6\134\1\0\11\134\1\0\1\134\1\0"+ "\1\125\1\u010e\1\134\1\0\2\134\14\0\5\134\1\u02a4"+ "\16\134\1\125\2\0\1\134\2\0\17\134\1\0\1\125"+ "\10\0\6\134\1\0\11\134\1\0\1\134\1\0\1\125"+ "\1\u010e\1\134\1\0\2\134\14\0\2\134\1\u02a5\21\134"+ "\1\125\2\0\1\134\2\0\17\134\1\0\1\125\10\0"+ "\6\134\1\0\11\134\1\0\1\134\1\0\1\125\1\u010e"+ "\1\134\1\0\2\134\14\0\12\134\1\u02a6\11\134\1\125"+ "\2\0\1\134\2\0\17\134\1\0\1\125\10\0\6\134"+ "\1\0\11\134\1\0\1\134\1\0\1\125\1\u010e\1\134"+ "\1\0\2\134\14\0\5\134\1\u02a7\16\134\1\125\2\0"+ "\1\134\2\0\17\134\1\0\1\125\10\0\6\134\1\0"+ "\11\134\1\0\1\134\1\0\1\125\1\u010e\1\134\1\0"+ "\2\134\14\0\24\134\1\125\2\0\1\134\2\0\3\134"+ "\1\u0267\13\134\1\0\1\125\10\0\6\134\1\0\11\134"+ "\1\0\1\134\1\0\1\125\1\u010e\1\134\1\0\2\134"+ "\14\0\2\134\1\u0255\21\134\1\125\2\0\1\134\2\0"+ "\17\134\1\0\1\125\10\0\6\134\1\0\11\134\1\0"+ "\1\134\1\0\1\125\1\u010e\1\134\1\0\2\134\14\0"+ "\17\134\1\u02a8\4\134\1\125\2\0\1\134\2\0\17\134"+ "\1\0\1\125\10\0\6\134\1\0\11\134\1\0\1\134"+ "\1\0\1\125\1\u010e\1\134\1\0\2\134\14\0\2\134"+ "\1\u02a9\21\134\1\125\2\0\1\134\2\0\17\134\1\0"+ "\1\125\10\0\6\134\1\0\11\134\1\0\1\134\1\0"+ "\1\125\1\u010e\1\134\1\0\2\134\14\0\13\134\1\u02aa"+ "\10\134\1\125\2\0\1\134\2\0\17\134\1\0\1\125"+ "\10\0\6\134\1\0\11\134\1\0\1\134\1\0\1\125"+ "\1\u010e\1\134\1\0\2\134\14\0\24\134\1\125\2\0"+ "\1\134\2\0\1\u02ab\16\134\1\0\1\125\10\0\6\134"+ "\1\0\11\134\1\0\1\134\1\0\1\125\1\u010e\1\134"+ "\1\0\2\134\14\0\3\134\1\u02ac\20\134\1\125\2\0"+ "\1\134\2\0\17\134\1\0\1\125\10\0\6\134\1\0"+ "\11\134\1\0\1\134\1\0\1\125\1\u010e\1\134\1\0"+ "\2\134\14\0\22\134\1\u01d7\1\134\1\125\2\0\1\134"+ "\2\0\17\134\1\0\1\125\10\0\6\134\1\0\11\134"+ "\1\0\1\134\1\0\1\125\1\u010e\1\134\1\0\2\134"+ "\14\0\1\u02ad\23\134\1\125\2\0\1\134\2\0\17\134"+ "\1\0\1\125\10\0\6\134\1\0\11\134\1\0\1\134"+ "\1\0\1\125\1\u010e\1\134\1\0\2\134\14\0\4\134"+ "\1\u011c\17\134\1\125\2\0\1\134\2\0\17\134\1\0"+ "\1\125\10\0\6\134\1\0\11\134\1\0\1\134\1\0"+ "\1\125\1\u010e\1\134\1\0\2\134\14\0\10\134\1\u01f7"+ "\13\134\1\125\2\0\1\134\2\0\17\134\1\0\1\125"+ "\10\0\6\134\1\0\11\134\1\0\1\134\1\0\1\125"+ "\1\u010e\1\134\1\0\2\134\14\0\4\134\1\u01d7\17\134"+ "\1\125\2\0\1\134\2\0\17\134\1\0\1\125\10\0"+ "\6\134\1\0\11\134\1\0\1\u02ae\1\0\1\125\1\u010e"+ "\1\134\1\0\2\134\14\0\24\134\1\125\2\0\1\134"+ "\2\0\17\134\1\0\1\125\10\0\6\134\1\0\11\134"+ "\1\0\1\134\1\0\1\125\1\u010e\1\134\1\0\2\134"+ "\14\0\1\134\1\u02af\22\134\1\125\2\0\1\134\2\0"+ "\17\134\1\0\1\125\10\0\6\134\1\0\11\134\1\0"+ "\1\134\1\0\1\125\1\u010e\1\134\1\0\2\134\14\0"+ "\2\134\1\u02b0\21\134\1\125\2\0\1\134\2\0\17\134"+ "\1\0\1\125\10\0\6\134\1\0\11\134\1\0\1\134"+ "\1\0\1\125\1\u010e\1\134\1\0\2\134\14\0\1\u02b1"+ "\23\134\1\125\2\0\1\134\2\0\17\134\1\0\1\125"+ "\10\0\6\134\1\0\11\134\1\0\1\134\1\0\1\125"+ "\1\u010e\1\134\1\0\2\134\14\0\4\134\1\u0256\17\134"+ "\1\125\2\0\1\134\2\0\17\134\1\0\1\125\10\0"+ "\6\134\1\0\11\134\1\0\1\134\1\0\1\125\1\u010e"+ "\1\134\1\0\2\134\14\0\6\134\1\u02b2\15\134\1\125"+ "\2\0\1\134\2\0\17\134\1\0\1\125\10\0\6\134"+ "\1\0\11\134\1\0\1\134\1\0\1\125\1\u010e\1\134"+ "\1\0\2\134\14\0\4\134\1\u02b3\17\134\1\125\2\0"+ "\1\134\2\0\17\134\1\0\1\125\10\0\6\134\1\0"+ "\11\134\1\0\1\134\1\0\1\125\1\u010e\1\134\1\0"+ "\2\134\14\0\10\134\1\u02b4\13\134\1\125\2\0\1\134"+ "\2\0\17\134\1\0\1\125\10\0\6\134\1\0\11\134"+ "\1\0\1\134\1\0\1\125\1\u010e\1\134\1\0\2\134"+ "\14\0\12\134\1\u0258\11\134\1\125\2\0\1\134\2\0"+ "\17\134\1\0\1\125\10\0\6\134\1\0\11\134\1\0"+ "\1\134\1\0\1\125\1\u010e\1\134\1\0\2\134\14\0"+ "\17\134\1\u02b5\4\134\1\125\2\0\1\134\2\0\17\134"+ "\1\0\1\125\10\0\6\134\1\0\11\134\1\0\1\134"+ "\1\0\1\125\1\u010e\1\134\1\0\2\134\14\0\17\134"+ "\1\u02b6\4\134\1\125\2\0\1\134\2\0\17\134\1\0"+ "\1\125\10\0\6\134\1\0\11\134\1\0\1\134\1\0"+ "\1\125\1\u010e\1\134\1\0\2\134\14\0\12\134\1\u02b7"+ "\11\134\1\125\2\0\1\134\2\0\17\134\1\0\1\125"+ "\10\0\6\134\1\0\11\134\1\0\1\134\1\0\1\125"+ "\1\u010e\1\134\1\0\2\134\14\0\16\134\1\u02b8\5\134"+ "\1\125\2\0\1\134\2\0\17\134\1\0\1\125\10\0"+ "\6\134\1\0\11\134\1\0\1\134\1\0\1\125\1\u010e"+ "\1\134\1\0\2\134\14\0\5\134\1\u02b9\16\134\1\125"+ "\2\0\1\134\2\0\17\134\1\0\1\125\10\0\6\134"+ "\1\0\11\134\1\0\1\134\1\0\1\125\1\u010e\1\134"+ "\1\0\2\134\14\0\4\134\1\u0147\17\134\1\125\2\0"+ "\1\134\2\0\17\134\1\0\1\125\10\0\6\134\1\0"+ "\11\134\1\0\1\134\1\0\1\125\1\u010e\1\134\1\0"+ "\2\134\14\0\21\134\1\u011c\2\134\1\125\2\0\1\134"+ "\2\0\17\134\1\0\1\125\10\0\6\134\1\0\11\134"+ "\1\0\1\134\1\0\1\125\1\u010e\1\134\1\0\2\134"+ "\14\0\17\134\1\u02ba\4\134\1\125\2\0\1\134\2\0"+ "\17\134\14\0\1\u02bb\44\0\1\u02bb\122\0\1\u0270\15\0"+ "\1\u01ff\46\0\1\u02bc\124\0\2\u02bd\1\0\7\u0271\1\0"+ "\10\u0271\2\u02bd\1\u0271\1\0\1\u02bd\1\0\1\u0271\1\u02bd"+ "\2\u0271\2\u02bd\1\0\2\u02bd\1\0\5\u02bd\1\0\24\u0271"+ "\3\u02bd\1\u0271\2\u02bd\17\u0271\14\0\1\u02be\44\0\1\u02be"+ "\122\0\1\u0274\15\0\1\u0204\46\0\1\u02bf\124\0\2\u02c0"+ "\1\0\7\u0275\1\0\10\u0275\2\u02c0\1\u0275\1\0\1\u02c0"+ "\1\0\1\u0275\1\u02c0\2\u0275\2\u02c0\1\0\2\u02c0\1\0"+ "\5\u02c0\1\0\24\u0275\3\u02c0\1\u0275\2\u02c0\17\u0275\21\0"+ "\1\u02c1\52\0\1\u02c1\116\0\1\u027e\125\0\1\u02c2\141\0"+ "\1\u02c3\130\0\1\u02c4\113\0\1\u02c5\101\0\1\u02c6\173\0"+ "\1\u02c7\117\0\1\u02c8\141\0\1\u027c\107\0\1\u027c\132\0"+ "\1\u02c4\123\0\1\u02c9\142\0\1\u0282\70\0\1\u02ca\176\0"+ "\1\u02cb\110\0\1\u02cc\123\0\1\u02cd\132\0\1\u02ce\57\0"+ "\4\271\1\u02cf\1\271\1\0\10\271\2\0\1\271\5\0"+ "\2\271\14\0\16\271\1\u02cf\5\271\3\0\1\271\2\0"+ "\17\271\12\0\6\271\1\0\2\271\1\u02d0\5\271\2\0"+ "\1\271\5\0\2\271\14\0\17\271\1\u02d0\4\271\3\0"+ "\1\271\2\0\17\271\11\0\1\u0220\117\0\2\63\1\0"+ "\1\63\1\0\2\63\2\0\6\63\1\0\26\63\1\0"+ "\12\63\1\u02d1\25\63\1\0\2\63\1\u02d1\17\63\1\0"+ "\1\63\1\0\2\63\2\0\6\63\1\0\26\63\1\0"+ "\14\63\1\u01a3\23\63\1\0\3\63\1\u01a3\16\63\1\0"+ "\1\63\1\0\2\63\2\0\1\110\5\63\1\0\26\63"+ "\1\0\22\63\1\110\15\63\1\0\22\63\1\0\1\63"+ "\1\0\2\63\2\0\6\63\1\0\2\63\1\u02d2\23\63"+ "\1\0\26\63\1\u02d2\11\63\1\0\22\63\1\0\1\63"+ "\1\0\2\63\2\0\5\63\1\u02d3\1\0\26\63\1\0"+ "\13\63\1\u02d3\24\63\1\0\22\63\1\0\1\63\1\0"+ "\2\63\2\0\2\63\1\u02d4\3\63\1\0\26\63\1\0"+ "\11\63\1\u02d4\26\63\1\0\22\63\1\0\1\63\1\0"+ "\2\63\2\0\1\u02d5\5\63\1\0\26\63\1\0\22\63"+ "\1\u02d5\15\63\1\0\22\63\1\0\1\63\1\0\2\63"+ "\2\0\6\63\1\0\26\63\1\0\40\63\1\0\11\63"+ "\1\u02d6\10\63\1\0\1\63\1\0\2\63\2\0\6\63"+ "\1\0\26\63\1\0\12\63\1\u028f\25\63\1\0\2\63"+ "\1\u028f\17\63\1\0\1\63\1\0\2\63\2\0\1\u023f"+ "\5\63\1\0\26\63\1\0\22\63\1\u023f\15\63\1\0"+ "\22\63\1\0\1\63\1\0\2\63\2\0\6\63\1\0"+ "\26\63\1\0\27\63\1\u02d7\10\63\1\0\4\63\1\u02d7"+ "\15\63\1\0\1\63\1\0\2\63\2\0\6\63\1\0"+ "\1\63\1\u0290\24\63\1\0\17\63\1\u0290\20\63\1\0"+ "\22\63\1\0\1\63\1\0\2\63\2\0\6\63\1\0"+ "\2\63\1\u02d8\23\63\1\0\26\63\1\u02d8\11\63\1\0"+ "\22\63\1\0\1\63\1\0\2\63\2\0\3\63\1\357"+ "\2\63\1\0\26\63\1\0\7\63\1\357\30\63\1\0"+ "\22\63\1\0\1\63\1\0\2\63\2\0\2\63\1\u02d9"+ "\3\63\1\0\26\63\1\0\11\63\1\u02d9\26\63\1\0"+ "\22\63\1\0\1\63\1\0\2\63\2\0\6\63\1\0"+ "\1\u01a2\25\63\1\0\24\63\1\u01a2\13\63\1\0\22\63"+ "\1\0\1\63\1\0\2\63\2\0\1\u0290\5\63\1\0"+ "\26\63\1\0\22\63\1\u0290\15\63\1\0\22\63\1\0"+ "\1\63\1\0\2\63\2\0\1\63\1\u02da\4\63\1\0"+ "\26\63\1\0\16\63\1\u02da\21\63\1\0\22\63\1\0"+ "\1\63\1\0\2\63\2\0\6\63\1\0\2\63\1\u0184"+ "\23\63\1\0\26\63\1\u0184\11\63\1\0\20\63\14\0"+ "\1\u02db\41\0\1\u02db\51\0\1\125\10\0\1\125\1\u02dc"+ "\4\125\1\0\2\125\1\u02dc\1\125\4\u02dc\1\125\1\0"+ "\1\125\1\0\3\125\1\0\1\125\1\u02dc\14\0\7\125"+ "\1\u02dc\1\125\2\u02dc\1\125\1\u02dc\2\125\1\u02dc\3\125"+ "\1\u02dc\1\125\2\0\1\125\2\0\1\125\1\u02dc\3\125"+ "\1\u02dc\6\125\1\u02dc\2\125\1\0\1\125\10\0\6\134"+ "\1\0\11\134\1\0\1\134\1\0\1\125\1\u010e\1\134"+ "\1\0\2\134\14\0\1\u02dd\23\134\1\125\2\0\1\134"+ "\2\0\17\134\1\0\1\125\10\0\6\134\1\0\11\134"+ "\1\0\1\134\1\0\1\125\1\u010e\1\134\1\0\2\134"+ "\14\0\14\134\1\u02de\7\134\1\125\2\0\1\134\2\0"+ "\17\134\1\0\1\125\10\0\6\134\1\0\11\134\1\0"+ "\1\134\1\0\1\125\1\u010e\1\134\1\0\2\134\14\0"+ "\5\134\1\u02df\16\134\1\125\2\0\1\134\2\0\17\134"+ "\1\0\1\125\10\0\6\134\1\0\11\134\1\0\1\134"+ "\1\0\1\125\1\u010e\1\134\1\0\2\134\14\0\1\u02e0"+ "\23\134\1\125\2\0\1\134\2\0\17\134\1\0\1\125"+ "\10\0\6\134\1\0\11\134\1\0\1\134\1\0\1\125"+ "\1\u010e\1\134\1\0\2\134\14\0\20\134\1\u02e1\3\134"+ "\1\125\2\0\1\134\2\0\17\134\1\0\1\125\10\0"+ "\6\134\1\0\11\134\1\0\1\134\1\0\1\125\1\u010e"+ "\1\134\1\0\2\134\14\0\5\134\1\u02e2\16\134\1\125"+ "\2\0\1\134\2\0\17\134\1\0\1\125\10\0\6\134"+ "\1\0\11\134\1\0\1\134\1\0\1\125\1\u010e\1\134"+ "\1\0\2\134\14\0\1\u02e3\23\134\1\125\2\0\1\134"+ "\2\0\17\134\1\0\1\125\10\0\6\134\1\0\11\134"+ "\1\0\1\134\1\0\1\125\1\u010e\1\134\1\0\2\134"+ "\14\0\14\134\1\u011c\7\134\1\125\2\0\1\134\2\0"+ "\17\134\1\0\1\125\10\0\6\134\1\0\11\134\1\0"+ "\1\134\1\0\1\125\1\u010e\1\134\1\0\2\134\14\0"+ "\5\134\1\u02e4\16\134\1\125\2\0\1\134\2\0\17\134"+ "\1\0\1\125\10\0\6\134\1\0\11\134\1\0\1\134"+ "\1\0\1\125\1\u010e\1\134\1\0\2\134\14\0\10\134"+ "\1\u0255\13\134\1\125\2\0\1\134\2\0\17\134\1\0"+ "\1\125\10\0\6\134\1\0\11\134\1\0\1\134\1\0"+ "\1\125\1\u010e\1\134\1\0\2\134\14\0\1\134\1\u01df"+ "\22\134\1\125\2\0\1\134\2\0\17\134\1\0\1\125"+ "\10\0\6\134\1\0\11\134\1\0\1\134\1\0\1\125"+ "\1\u010e\1\134\1\0\2\134\14\0\12\134\1\u02e5\11\134"+ "\1\125\2\0\1\134\2\0\17\134\1\0\1\125\10\0"+ "\6\134\1\0\11\134\1\0\1\134\1\0\1\125\1\u010e"+ "\1\134\1\0\2\134\14\0\7\134\1\u011c\14\134\1\125"+ "\2\0\1\134\2\0\17\134\1\0\1\125\10\0\6\134"+ "\1\0\11\134\1\0\1\134\1\0\1\125\1\u010e\1\134"+ "\1\0\2\134\14\0\2\134\1\u02e6\21\134\1\125\2\0"+ "\1\134\2\0\17\134\1\0\1\125\10\0\6\134\1\0"+ "\11\134\1\0\1\134\1\0\1\125\1\u010e\1\134\1\0"+ "\2\134\14\0\1\u02e7\23\134\1\125\2\0\1\134\2\0"+ "\17\134\1\0\1\125\10\0\6\134\1\0\11\134\1\0"+ "\1\134\1\0\1\125\1\u010e\1\134\1\0\2\134\14\0"+ "\10\134\1\u02e8\13\134\1\125\2\0\1\134\2\0\17\134"+ "\1\0\1\125\10\0\6\134\1\0\11\134\1\0\1\134"+ "\1\0\1\125\1\u010e\1\134\1\0\2\134\14\0\7\134"+ "\1\u02e9\14\134\1\125\2\0\1\134\2\0\17\134\1\0"+ "\1\125\10\0\3\134\1\u02ea\2\134\1\0\11\134\1\0"+ "\1\134\1\0\1\125\1\u010e\1\134\1\0\1\134\1\u02eb"+ "\14\0\24\134\1\125\2\0\1\134\2\0\17\134\1\0"+ "\1\125\10\0\6\134\1\0\11\134\1\0\1\134\1\0"+ "\1\125\1\u010e\1\134\1\0\2\134\14\0\1\134\1\u01d7"+ "\22\134\1\125\2\0\1\134\2\0\17\134\1\0\1\125"+ "\10\0\6\134\1\0\11\134\1\0\1\134\1\0\1\125"+ "\1\u010e\1\134\1\0\2\134\14\0\17\134\1\u0267\4\134"+ "\1\125\2\0\1\134\2\0\17\134\1\0\1\125\10\0"+ "\6\134\1\0\11\134\1\0\1\134\1\0\1\125\1\u010e"+ "\1\134\1\0\2\134\14\0\11\134\1\u01ce\12\134\1\125"+ "\2\0\1\134\2\0\17\134\1\0\1\125\10\0\6\134"+ "\1\0\11\134\1\0\1\134\1\0\1\125\1\u010e\1\134"+ "\1\0\2\134\14\0\12\134\1\u02ec\11\134\1\125\2\0"+ "\1\134\2\0\17\134\15\0\1\u02ed\41\0\1\u02ed\61\0"+ "\1\u0271\133\0\1\u02ee\41\0\1\u02ee\61\0\1\u0275\140\0"+ "\1\u02ef\44\0\1\u02ef\132\0\1\u02f0\117\0\1\u02f1\77\0"+ "\1\u02f2\173\0\1\u020d\113\0\1\u02f3\3\0\1\u02f4\1\u02f5"+ "\121\0\1\u027c\146\0\1\u02f6\130\0\1\u02f7\120\0\1\u027c"+ "\124\0\1\u02f6\134\0\1\u027c\116\0\1\u02f6\125\0\1\u02f8"+ "\60\0\5\271\1\u02f9\1\0\10\271\2\0\1\271\5\0"+ "\2\271\14\0\4\271\1\u02f9\17\271\3\0\1\271\2\0"+ "\17\271\1\0\2\63\1\0\1\63\1\0\2\63\2\0"+ "\6\63\1\0\12\63\1\u0182\13\63\1\0\40\63\1\0"+ "\6\63\1\u0182\13\63\1\0\1\63\1\0\2\63\2\0"+ "\6\63\1\0\20\63\1\110\5\63\1\0\36\63\1\110"+ "\1\63\1\0\22\63\1\0\1\63\1\0\2\63\2\0"+ "\6\63\1\0\2\63\1\u02fa\23\63\1\0\26\63\1\u02fa"+ "\11\63\1\0\22\63\1\0\1\63\1\0\2\63\2\0"+ "\6\63\1\0\2\63\1\u01b1\23\63\1\0\26\63\1\u01b1"+ "\11\63\1\0\22\63\1\0\1\63\1\0\2\63\2\0"+ "\6\63\1\0\26\63\1\0\12\63\1\310\25\63\1\0"+ "\2\63\1\310\17\63\1\0\1\63\1\0\2\63\2\0"+ "\6\63\1\0\12\63\1\u02fb\13\63\1\0\40\63\1\0"+ "\6\63\1\u02fb\13\63\1\0\1\63\1\0\2\63\2\0"+ "\6\63\1\0\2\63\1\u0290\23\63\1\0\26\63\1\u0290"+ "\11\63\1\0\22\63\1\0\1\63\1\0\2\63\2\0"+ "\6\63\1\0\26\63\1\0\27\63\1\u02fc\10\63\1\0"+ "\4\63\1\u02fc\15\63\1\0\1\63\1\0\2\63\2\0"+ "\3\63\1\u0103\2\63\1\0\26\63\1\0\7\63\1\u0103"+ "\30\63\1\0\22\63\1\0\1\63\1\0\2\63\2\0"+ "\6\63\1\0\26\63\1\0\12\63\1\u01a9\25\63\1\0"+ "\2\63\1\u01a9\15\63\15\0\1\u02fd\56\0\1\u02fd\33\0"+ "\1\125\10\0\1\125\1\134\4\125\1\0\2\125\1\134"+ "\1\125\4\134\1\125\1\0\1\125\1\0\3\125\1\0"+ "\1\125\1\134\14\0\7\125\1\134\1\125\2\134\1\125"+ "\1\134\2\125\1\134\3\125\1\134\1\125\2\0\1\125"+ "\2\0\1\125\1\134\3\125\1\134\6\125\1\134\2\125"+ "\1\0\1\125\10\0\6\134\1\0\11\134\1\0\1\134"+ "\1\0\1\125\1\u010e\1\134\1\0\2\134\14\0\4\134"+ "\1\u02e8\17\134\1\125\2\0\1\134\2\0\17\134\1\0"+ "\1\125\10\0\6\134\1\0\11\134\1\0\1\134\1\0"+ "\1\125\1\u010e\1\134\1\0\2\134\14\0\12\134\1\u02fe"+ "\11\134\1\125\2\0\1\134\2\0\17\134\1\0\1\125"+ "\10\0\6\134\1\0\11\134\1\0\1\134\1\0\1\125"+ "\1\u010e\1\134\1\0\2\134\14\0\7\134\1\u01d0\14\134"+ "\1\125\2\0\1\134\2\0\17\134\1\0\1\125\10\0"+ "\6\134\1\0\11\134\1\0\1\134\1\0\1\125\1\u010e"+ "\1\134\1\0\2\134\14\0\4\134\1\u02b8\17\134\1\125"+ "\2\0\1\134\2\0\17\134\1\0\1\125\10\0\6\134"+ "\1\0\11\134\1\0\1\134\1\0\1\125\1\u010e\1\134"+ "\1\0\2\134\14\0\17\134\1\u02ff\4\134\1\125\2\0"+ "\1\134\2\0\17\134\1\0\1\125\10\0\6\134\1\0"+ "\11\134\1\0\1\134\1\0\1\125\1\u010e\1\134\1\0"+ "\2\134\14\0\17\134\1\u0300\4\134\1\125\2\0\1\134"+ "\2\0\17\134\1\0\1\125\10\0\6\134\1\0\11\134"+ "\1\0\1\u01d7\1\0\1\125\1\u010e\1\134\1\0\2\134"+ "\14\0\24\134\1\125\2\0\1\134\2\0\17\134\1\0"+ "\1\125\10\0\6\134\1\0\11\134\1\0\1\134\1\0"+ "\1\125\1\u010e\1\134\1\0\2\134\14\0\7\134\1\u0255"+ "\14\134\1\125\2\0\1\134\2\0\17\134\1\0\1\125"+ "\10\0\6\134\1\0\11\134\1\0\1\134\1\0\1\125"+ "\1\u010e\1\134\1\0\2\134\14\0\3\134\1\u0301\20\134"+ "\1\125\2\0\1\134\2\0\17\134\1\0\1\125\10\0"+ "\6\134\1\0\11\134\1\0\1\134\1\0\1\125\1\u010e"+ "\1\134\1\0\2\134\14\0\3\134\1\u0302\20\134\1\125"+ "\2\0\1\134\2\0\17\134\1\0\1\125\10\0\6\134"+ "\1\0\11\134\1\0\1\134\1\0\1\125\1\u010e\1\134"+ "\1\0\2\134\14\0\15\134\1\u011c\6\134\1\125\2\0"+ "\1\134\2\0\17\134\1\0\1\125\10\0\6\134\1\0"+ "\11\134\1\0\1\134\1\0\1\125\1\u010e\1\134\1\0"+ "\2\134\14\0\4\134\1\u0303\17\134\1\125\2\0\1\134"+ "\2\0\17\134\1\0\1\125\10\0\6\134\1\0\11\134"+ "\1\0\1\134\1\0\1\125\1\u010e\1\134\1\0\2\134"+ "\14\0\5\134\1\u0304\16\134\1\125\2\0\1\134\2\0"+ "\17\134\1\0\1\125\10\0\6\134\1\0\11\134\1\0"+ "\1\134\1\0\1\125\1\u010e\1\134\1\0\2\134\14\0"+ "\10\134\1\u0305\13\134\1\125\2\0\1\134\2\0\17\134"+ "\1\0\1\125\10\0\6\134\1\0\11\134\1\0\1\134"+ "\1\0\1\125\1\u010e\1\134\1\0\2\134\14\0\5\134"+ "\1\u0256\16\134\1\125\2\0\1\134\2\0\17\134\16\0"+ "\1\u0306\56\0\1\u0306\50\0\1\u0307\56\0\1\u0307\55\0"+ "\1\u0308\52\0\1\u0308\114\0\1\u0309\125\0\1\u02f7\130\0"+ "\1\u02f3\3\0\1\u02f4\134\0\1\u030a\121\0\1\u030b\133\0"+ "\1\u0284\134\0\1\u030c\127\0\1\u027c\114\0\1\u030d\45\0"+ "\2\63\1\0\1\63\1\0\2\63\2\0\6\63\1\0"+ "\20\63\1\u01a3\5\63\1\0\36\63\1\u01a3\1\63\1\0"+ "\22\63\1\0\1\63\1\0\2\63\2\0\6\63\1\0"+ "\26\63\1\0\12\63\1\313\25\63\1\0\2\63\1\313"+ "\17\63\1\0\1\63\1\0\2\63\2\0\4\63\1\u030e"+ "\1\63\1\0\26\63\1\0\25\63\1\u030e\12\63\1\0"+ "\20\63\16\0\1\u030f\43\0\1\u030f\45\0\1\125\10\0"+ "\6\134\1\0\11\134\1\0\1\134\1\0\1\125\1\u010e"+ "\1\134\1\0\2\134\14\0\7\134\1\u01d7\14\134\1\125"+ "\2\0\1\134\2\0\17\134\1\0\1\125\10\0\6\134"+ "\1\0\11\134\1\0\1\134\1\0\1\125\1\u010e\1\134"+ "\1\0\2\134\14\0\5\134\1\u0310\16\134\1\125\2\0"+ "\1\134\2\0\17\134\1\0\1\125\10\0\6\134\1\0"+ "\11\134\1\0\1\134\1\0\1\125\1\u010e\1\134\1\0"+ "\2\134\14\0\5\134\1\u0255\16\134\1\125\2\0\1\134"+ "\2\0\17\134\1\0\1\125\10\0\6\134\1\0\11\134"+ "\1\0\1\134\1\0\1\125\1\u010e\1\134\1\0\2\134"+ "\14\0\5\134\1\u0311\16\134\1\125\2\0\1\134\2\0"+ "\17\134\1\0\1\125\10\0\6\134\1\0\11\134\1\0"+ "\1\134\1\0\1\125\1\u010e\1\134\1\0\2\134\14\0"+ "\5\134\1\u011c\16\134\1\125\2\0\1\134\2\0\17\134"+ "\1\0\1\125\10\0\6\134\1\0\11\134\1\0\1\134"+ "\1\0\1\125\1\u010e\1\134\1\0\2\134\14\0\17\134"+ "\1\u01f3\4\134\1\125\2\0\1\134\2\0\17\134\1\0"+ "\1\125\10\0\6\134\1\0\11\134\1\0\1\134\1\0"+ "\1\125\1\u010e\1\134\1\0\2\134\14\0\4\134\1\u0267"+ "\17\134\1\125\2\0\1\134\2\0\17\134\1\0\1\125"+ "\10\0\6\134\1\0\11\134\1\0\1\134\1\0\1\125"+ "\1\u010e\1\134\1\0\2\134\14\0\3\134\1\u0312\20\134"+ "\1\125\2\0\1\134\2\0\17\134\17\0\1\u0313\43\0"+ "\1\u0313\63\0\1\u0314\43\0\1\u0314\64\0\1\u0315\141\0"+ "\1\u0316\127\0\1\u0317\154\0\1\u0318\140\0\1\u027c\130\0"+ "\1\u0319\37\0\2\63\1\0\1\63\1\0\2\63\2\0"+ "\6\63\1\0\1\63\1\u031a\24\63\1\0\17\63\1\u031a"+ "\20\63\1\0\20\63\17\0\1\u031b\110\0\1\125\10\0"+ "\6\134\1\0\11\134\1\0\1\134\1\0\1\125\1\u010e"+ "\1\134\1\0\2\134\14\0\4\134\1\u01ce\17\134\1\125"+ "\2\0\1\134\2\0\17\134\1\0\1\125\10\0\6\134"+ "\1\0\11\134\1\0\1\134\1\0\1\125\1\u010e\1\134"+ "\1\0\2\134\14\0\1\u031c\23\134\1\125\2\0\1\134"+ "\2\0\17\134\1\0\1\125\10\0\6\134\1\0\11\134"+ "\1\0\1\134\1\0\1\125\1\u010e\1\134\1\0\2\134"+ "\14\0\12\134\1\u0304\11\134\1\125\2\0\1\134\2\0"+ "\17\134\20\0\1\u031d\127\0\1\u031e\176\0\1\u031f\123\0"+ "\1\u0320\133\0\1\u030c\124\0\1\u0321\44\0\2\63\1\0"+ "\1\63\1\0\2\63\2\0\6\63\1\0\26\63\1\0"+ "\21\63\1\313\16\63\1\0\1\63\1\313\16\63\1\125"+ "\10\0\6\134\1\0\11\134\1\0\1\134\1\0\1\125"+ "\1\u010e\1\134\1\0\2\134\14\0\24\134\1\125\2\0"+ "\1\134\2\0\16\134\1\u0303\57\0\1\u0322\16\0\1\u0323"+ "\125\0\1\u0324\116\0\1\u0325\130\0\1\u02f7\126\0\1\u0277"+ "\141\0\1\u02f7\33\0"; private static int [] zzUnpackTrans() { int [] result = new int[61952]; int offset = 0; offset = zzUnpackTrans(ZZ_TRANS_PACKED_0, offset, result); return result; } private static int zzUnpackTrans(String packed, int offset, int [] result) { int i = 0; /* index in packed string */ int j = offset; /* index in unpacked array */ int l = packed.length(); while (i < l) { int count = packed.charAt(i++); int value = packed.charAt(i++); value--; do result[j++] = value; while (--count > 0); } return j; } /* error codes */ private static final int ZZ_UNKNOWN_ERROR = 0; private static final int ZZ_NO_MATCH = 1; private static final int ZZ_PUSHBACK_2BIG = 2; /* error messages for the codes above */ private static final String ZZ_ERROR_MSG[] = { "Unkown internal scanner error", "Error: could not match input", "Error: pushback value was too large" }; /** * ZZ_ATTRIBUTE[aState] contains the attributes of state <code>aState</code> */ private static final int [] ZZ_ATTRIBUTE = zzUnpackAttribute(); private static final String ZZ_ATTRIBUTE_PACKED_0 = "\6\0\2\1\1\0\2\1\1\0\2\1\7\0\1\1"+ "\3\0\2\1\1\11\4\1\1\11\5\1\1\11\2\1"+ "\2\11\2\1\1\11\1\1\3\11\1\1\1\11\25\1"+ "\1\11\1\1\1\11\1\1\7\11\1\1\1\11\2\1"+ "\2\11\10\1\1\11\3\1\1\11\20\1\1\11\3\1"+ "\2\11\2\1\1\11\1\1\1\11\1\1\1\11\6\1"+ "\1\11\4\1\2\11\1\1\1\11\5\1\4\11\4\1"+ "\4\11\1\1\1\11\6\1\4\11\1\1\2\11\1\1"+ "\1\11\5\1\2\11\5\0\1\11\103\1\1\11\3\0"+ "\1\11\1\0\75\1\1\11\2\1\1\0\1\11\12\0"+ "\1\11\1\1\15\0\1\1\1\11\5\0\1\1\1\0"+ "\2\11\3\1\1\0\1\11\4\0\100\1\1\0\1\1"+ "\1\0\3\1\1\0\70\1\41\0\2\1\1\11\2\0"+ "\44\1\1\0\1\11\46\1\1\0\1\11\3\0\1\1"+ "\3\0\1\1\6\0\1\11\15\0\2\1\2\0\24\1"+ "\1\0\30\1\24\0\14\1\1\0\21\1\14\0\4\1"+ "\1\0\10\1\10\0\1\1\1\0\3\1\2\0\1\11"+ "\4\0\1\1\1\11\1\1\2\11\6\0\1\11"; private static int [] zzUnpackAttribute() { int [] result = new int[805]; int offset = 0; offset = zzUnpackAttribute(ZZ_ATTRIBUTE_PACKED_0, offset, result); return result; } private static int zzUnpackAttribute(String packed, int offset, int [] result) { int i = 0; /* index in packed string */ int j = offset; /* index in unpacked array */ int l = packed.length(); while (i < l) { int count = packed.charAt(i++); int value = packed.charAt(i++); do result[j++] = value; while (--count > 0); } return j; } /** the input device */ private java.io.Reader zzReader; /** the current state of the DFA */ private int zzState; /** the current lexical state */ private int zzLexicalState = YYINITIAL; /** this buffer contains the current text to be matched and is the source of the yytext() string */ private char zzBuffer[]; /** the textposition at the last accepting state */ private int zzMarkedPos; /** the current text position in the buffer */ private int zzCurrentPos; /** startRead marks the beginning of the yytext() string in the buffer */ private int zzStartRead; /** endRead marks the last character in the buffer, that has been read from input */ private int zzEndRead; /** zzAtEOF == true <=> the scanner is at the EOF */ private boolean zzAtEOF; /* user code: */ /** * Type specific to XMLTokenMaker denoting a line ending with an unclosed * double-quote attribute. */ public static final int INTERNAL_ATTR_DOUBLE = -1; /** * Type specific to XMLTokenMaker denoting a line ending with an unclosed * single-quote attribute. */ public static final int INTERNAL_ATTR_SINGLE = -2; /** * Token type specific to HTMLTokenMaker; this signals that the user has * ended a line with an unclosed HTML tag; thus a new line is beginning * still inside of the tag. */ public static final int INTERNAL_INTAG = -3; /** * Token type specific to HTMLTokenMaker; this signals that the user has * ended a line with an unclosed <code><script></code> tag. */ public static final int INTERNAL_INTAG_SCRIPT = -4; /** * Token type specifying we're in a double-qouted attribute in a * script tag. */ public static final int INTERNAL_ATTR_DOUBLE_QUOTE_SCRIPT = -5; /** * Token type specifying we're in a single-qouted attribute in a * script tag. */ public static final int INTERNAL_ATTR_SINGLE_QUOTE_SCRIPT = -6; /** * Token type specific to HTMLTokenMaker; this signals that the user has * ended a line with an unclosed <code><style></code> tag. */ public static final int INTERNAL_INTAG_STYLE = -7; /** * Token type specifying we're in a double-qouted attribute in a * style tag. */ public static final int INTERNAL_ATTR_DOUBLE_QUOTE_STYLE = -8; /** * Token type specifying we're in a single-qouted attribute in a * style tag. */ public static final int INTERNAL_ATTR_SINGLE_QUOTE_STYLE = -9; /** * Token type specifying we're in JavaScript. */ public static final int INTERNAL_IN_JS = -10; /** * Token type specifying we're in a JavaScript multiline comment. */ public static final int INTERNAL_IN_JS_MLC = -11; /** * Token type specifying we're in an invalid multi-line JS string. */ public static final int INTERNAL_IN_JS_STRING_INVALID = -12; /** * Token type specifying we're in a valid multi-line JS string. */ public static final int INTERNAL_IN_JS_STRING_VALID = -13; /** * Token type specifying we're in an invalid multi-line JS single-quoted string. */ public static final int INTERNAL_IN_JS_CHAR_INVALID = -14; /** * Token type specifying we're in a valid multi-line JS single-quoted string. */ public static final int INTERNAL_IN_JS_CHAR_VALID = -15; /** * Internal type denoting a line ending in CSS. */ public static final int INTERNAL_CSS = -16; /** * Internal type denoting a line ending in a CSS property. */ public static final int INTERNAL_CSS_PROPERTY = -17; /** * Internal type denoting a line ending in a CSS property value. */ public static final int INTERNAL_CSS_VALUE = -18; /** * Internal type denoting line ending in a CSS double-quote string. * The state to return to is embedded in the actual end token type. */ public static final int INTERNAL_CSS_STRING = -(1<<11); /** * Internal type denoting line ending in a CSS single-quote string. * The state to return to is embedded in the actual end token type. */ public static final int INTERNAL_CSS_CHAR = -(2<<11); /** * Internal type denoting line ending in a CSS multi-line comment. * The state to return to is embedded in the actual end token type. */ public static final int INTERNAL_CSS_MLC = -(3<<11); /** * The state previous CSS-related state we were in before going into a CSS * string, multi-line comment, etc. */ private int cssPrevState; /** * Whether closing markup tags are automatically completed for HTML. */ private static boolean completeCloseTags; /** * When in the JS_STRING state, whether the current string is valid. */ private boolean validJSString; /** * Language state set on HTML tokens. Must be 0. */ private static final int LANG_INDEX_DEFAULT = 0; /** * Language state set on JavaScript tokens. */ private static final int LANG_INDEX_JS = 1; /** * Language state set on CSS tokens. */ private static final int LANG_INDEX_CSS = 2; /** * Constructor. This must be here because JFlex does not generate a * no-parameter constructor. */ public HTMLTokenMaker() { super(); } /** * Adds the token specified to the current linked list of tokens as an * "end token;" that is, at <code>zzMarkedPos</code>. * * @param tokenType The token's type. */ private void addEndToken(int tokenType) { addToken(zzMarkedPos,zzMarkedPos, tokenType); } /** * Adds the token specified to the current linked list of tokens. * * @param tokenType The token's type. * @see #addToken(int, int, int) */ private void addHyperlinkToken(int start, int end, int tokenType) { int so = start + offsetShift; addToken(zzBuffer, start,end, tokenType, so, true); } /** * Adds the token specified to the current linked list of tokens. * * @param tokenType The token's type. */ private void addToken(int tokenType) { addToken(zzStartRead, zzMarkedPos-1, tokenType); } /** * Adds the token specified to the current linked list of tokens. * * @param tokenType The token's type. */ private void addToken(int start, int end, int tokenType) { int so = start + offsetShift; addToken(zzBuffer, start,end, tokenType, so); } /** * Adds the token specified to the current linked list of tokens. * * @param array The character array. * @param start The starting offset in the array. * @param end The ending offset in the array. * @param tokenType The token's type. * @param startOffset The offset in the document at which this token * occurs. */ @Override public void addToken(char[] array, int start, int end, int tokenType, int startOffset) { super.addToken(array, start,end, tokenType, startOffset); zzStartRead = zzMarkedPos; } /** * {@inheritDoc} */ @Override protected OccurrenceMarker createOccurrenceMarker() { return new HtmlOccurrenceMarker(); } /** * Sets whether markup close tags should be completed. You might not want * this to be the case, since some tags in standard HTML aren't usually * closed. * * @return Whether closing markup tags are completed. * @see #setCompleteCloseTags(boolean) */ @Override public boolean getCompleteCloseTags() { return completeCloseTags; } @Override public boolean getCurlyBracesDenoteCodeBlocks(int languageIndex) { return languageIndex==LANG_INDEX_CSS || languageIndex==LANG_INDEX_JS; } /** * {@inheritDoc} */ @Override public String[] getLineCommentStartAndEnd(int languageIndex) { switch (languageIndex) { case LANG_INDEX_JS: return new String[] { "//", null }; case LANG_INDEX_CSS: return new String[] { "/*", "*/" }; default: return new String[] { "<!--", "-->" }; } } /** * Returns <code>Token.MARKUP_TAG_NAME</code>. * * @param type The token type. * @return Whether tokens of this type should have "mark occurrences" * enabled. */ @Override public boolean getMarkOccurrencesOfTokenType(int type) { return type==Token.MARKUP_TAG_NAME; } /** * Overridden to handle newlines in JS and CSS differently than those in * markup. */ @Override public boolean getShouldIndentNextLineAfter(Token token) { int languageIndex = token==null ? 0 : token.getLanguageIndex(); if (getCurlyBracesDenoteCodeBlocks(languageIndex)) { if (token!=null && token.length()==1) { char ch = token.charAt(0); return ch=='{' || ch=='('; } } return false; } /** * Returns the first token in the linked list of tokens generated * from <code>text</code>. This method must be implemented by * subclasses so they can correctly implement syntax highlighting. * * @param text The text from which to get tokens. * @param initialTokenType The token type we should start with. * @param startOffset The offset into the document at which * <code>text</code> starts. * @return The first <code>Token</code> in a linked list representing * the syntax highlighted text. */ public Token getTokenList(Segment text, int initialTokenType, int startOffset) { resetTokenList(); this.offsetShift = -text.offset + startOffset; cssPrevState = CSS; // Shouldn't be necessary int languageIndex = 0; // Start off in the proper state. int state = Token.NULL; switch (initialTokenType) { case Token.MARKUP_COMMENT: state = COMMENT; break; case Token.PREPROCESSOR: state = PI; break; case Token.VARIABLE: state = DTD; break; case INTERNAL_INTAG: state = INTAG; break; case INTERNAL_INTAG_SCRIPT: state = INTAG_SCRIPT; break; case INTERNAL_INTAG_STYLE: state = INTAG_STYLE; break; case INTERNAL_ATTR_DOUBLE: state = INATTR_DOUBLE; break; case INTERNAL_ATTR_SINGLE: state = INATTR_SINGLE; break; case INTERNAL_ATTR_DOUBLE_QUOTE_SCRIPT: state = INATTR_DOUBLE_SCRIPT; break; case INTERNAL_ATTR_SINGLE_QUOTE_SCRIPT: state = INATTR_SINGLE_SCRIPT; break; case INTERNAL_ATTR_DOUBLE_QUOTE_STYLE: state = INATTR_DOUBLE_STYLE; break; case INTERNAL_ATTR_SINGLE_QUOTE_STYLE: state = INATTR_SINGLE_STYLE; break; case INTERNAL_IN_JS: state = JAVASCRIPT; languageIndex = LANG_INDEX_JS; break; case INTERNAL_IN_JS_MLC: state = JS_MLC; languageIndex = LANG_INDEX_JS; break; case INTERNAL_IN_JS_STRING_INVALID: state = JS_STRING; validJSString = false; languageIndex = LANG_INDEX_JS; break; case INTERNAL_IN_JS_STRING_VALID: state = JS_STRING; validJSString = true; languageIndex = LANG_INDEX_JS; break; case INTERNAL_IN_JS_CHAR_INVALID: state = JS_CHAR; validJSString = false; languageIndex = LANG_INDEX_JS; break; case INTERNAL_IN_JS_CHAR_VALID: state = JS_CHAR; validJSString = true; languageIndex = LANG_INDEX_JS; break; case INTERNAL_CSS: state = CSS; languageIndex = LANG_INDEX_CSS; break; case INTERNAL_CSS_PROPERTY: state = CSS_PROPERTY; languageIndex = LANG_INDEX_CSS; break; case INTERNAL_CSS_VALUE: state = CSS_VALUE; languageIndex = LANG_INDEX_CSS; break; default: if (initialTokenType<-1024) { int main = -(-initialTokenType & 0xffffff00); switch (main) { default: // Should never happen case INTERNAL_CSS_STRING: state = CSS_STRING; break; case INTERNAL_CSS_CHAR: state = CSS_CHAR_LITERAL; break; case INTERNAL_CSS_MLC: state = CSS_C_STYLE_COMMENT; break; } cssPrevState = -initialTokenType&0xff; languageIndex = LANG_INDEX_CSS; } else { state = Token.NULL; } break; } setLanguageIndex(languageIndex); start = text.offset; s = text; try { yyreset(zzReader); yybegin(state); return yylex(); } catch (IOException ioe) { ioe.printStackTrace(); return new TokenImpl(); } } /** * Sets whether markup close tags should be completed. You might not want * this to be the case, since some tags in standard HTML aren't usually * closed. * * @param complete Whether closing markup tags are completed. * @see #getCompleteCloseTags() */ public static void setCompleteCloseTags(boolean complete) { completeCloseTags = complete; } /** * Refills the input buffer. * * @return <code>true</code> if EOF was reached, otherwise * <code>false</code>. */ private boolean zzRefill() { return zzCurrentPos>=s.offset+s.count; } /** * Resets the scanner to read from a new input stream. * Does not close the old reader. * * All internal variables are reset, the old input stream * <b>cannot</b> be reused (internal buffer is discarded and lost). * Lexical state is set to <tt>YY_INITIAL</tt>. * * @param reader the new input stream */ public final void yyreset(java.io.Reader reader) { // 's' has been updated. zzBuffer = s.array; /* * We replaced the line below with the two below it because zzRefill * no longer "refills" the buffer (since the way we do it, it's always * "full" the first time through, since it points to the segment's * array). So, we assign zzEndRead here. */ //zzStartRead = zzEndRead = s.offset; zzStartRead = s.offset; zzEndRead = zzStartRead + s.count - 1; zzCurrentPos = zzMarkedPos = s.offset; zzLexicalState = YYINITIAL; zzReader = reader; zzAtEOF = false; } /** * Creates a new scanner * There is also a java.io.InputStream version of this constructor. * * @param in the java.io.Reader to read input from. */ public HTMLTokenMaker(java.io.Reader in) { this.zzReader = in; } /** * Creates a new scanner. * There is also java.io.Reader version of this constructor. * * @param in the java.io.Inputstream to read input from. */ public HTMLTokenMaker(java.io.InputStream in) { this(new java.io.InputStreamReader(in)); } /** * Unpacks the compressed character translation table. * * @param packed the packed character translation table * @return the unpacked character translation table */ private static char [] zzUnpackCMap(String packed) { char [] map = new char[0x10000]; int i = 0; /* index in packed string */ int j = 0; /* index in unpacked array */ while (i < 194) { int count = packed.charAt(i++); char value = packed.charAt(i++); do map[j++] = value; while (--count > 0); } return map; } /** * Closes the input stream. */ public final void yyclose() throws java.io.IOException { zzAtEOF = true; /* indicate end of file */ zzEndRead = zzStartRead; /* invalidate buffer */ if (zzReader != null) zzReader.close(); } /** * Returns the current lexical state. */ public final int yystate() { return zzLexicalState; } /** * Enters a new lexical state * * @param newState the new lexical state */ @Override public final void yybegin(int newState) { zzLexicalState = newState; } /** * Returns the text matched by the current regular expression. */ public final String yytext() { return new String( zzBuffer, zzStartRead, zzMarkedPos-zzStartRead ); } /** * Returns the character at position <tt>pos</tt> from the * matched text. * * It is equivalent to yytext().charAt(pos), but faster * * @param pos the position of the character to fetch. * A value from 0 to yylength()-1. * * @return the character at position pos */ public final char yycharat(int pos) { return zzBuffer[zzStartRead+pos]; } /** * Returns the length of the matched text region. */ public final int yylength() { return zzMarkedPos-zzStartRead; } /** * Reports an error that occured while scanning. * * In a wellformed scanner (no or only correct usage of * yypushback(int) and a match-all fallback rule) this method * will only be called with things that "Can't Possibly Happen". * If this method is called, something is seriously wrong * (e.g. a JFlex bug producing a faulty scanner etc.). * * Usual syntax/scanner level error handling should be done * in error fallback rules. * * @param errorCode the code of the errormessage to display */ private void zzScanError(int errorCode) { String message; try { message = ZZ_ERROR_MSG[errorCode]; } catch (ArrayIndexOutOfBoundsException e) { message = ZZ_ERROR_MSG[ZZ_UNKNOWN_ERROR]; } throw new Error(message); } /** * Pushes the specified amount of characters back into the input stream. * * They will be read again by then next call of the scanning method * * @param number the number of characters to be read again. * This number must not be greater than yylength()! */ public void yypushback(int number) { if ( number > yylength() ) zzScanError(ZZ_PUSHBACK_2BIG); zzMarkedPos -= number; } /** * Resumes scanning until the next regular expression is matched, * the end of input is encountered or an I/O-Error occurs. * * @return the next token * @exception java.io.IOException if any I/O-Error occurs */ public org.fife.ui.rsyntaxtextarea.Token yylex() throws java.io.IOException { int zzInput; int zzAction; // cached fields: int zzCurrentPosL; int zzMarkedPosL; int zzEndReadL = zzEndRead; char [] zzBufferL = zzBuffer; char [] zzCMapL = ZZ_CMAP; int [] zzTransL = ZZ_TRANS; int [] zzRowMapL = ZZ_ROWMAP; int [] zzAttrL = ZZ_ATTRIBUTE; while (true) { zzMarkedPosL = zzMarkedPos; zzAction = -1; zzCurrentPosL = zzCurrentPos = zzStartRead = zzMarkedPosL; zzState = zzLexicalState; zzForAction: { while (true) { if (zzCurrentPosL < zzEndReadL) zzInput = zzBufferL[zzCurrentPosL++]; else if (zzAtEOF) { zzInput = YYEOF; break zzForAction; } else { // store back cached positions zzCurrentPos = zzCurrentPosL; zzMarkedPos = zzMarkedPosL; boolean eof = zzRefill(); // get translated positions and possibly new buffer zzCurrentPosL = zzCurrentPos; zzMarkedPosL = zzMarkedPos; zzBufferL = zzBuffer; zzEndReadL = zzEndRead; if (eof) { zzInput = YYEOF; break zzForAction; } else { zzInput = zzBufferL[zzCurrentPosL++]; } } int zzNext = zzTransL[ zzRowMapL[zzState] + zzCMapL[zzInput] ]; if (zzNext == -1) break zzForAction; zzState = zzNext; int zzAttributes = zzAttrL[zzState]; if ( (zzAttributes & 1) == 1 ) { zzAction = zzState; zzMarkedPosL = zzCurrentPosL; if ( (zzAttributes & 8) == 8 ) break zzForAction; } } } // store back cached position zzMarkedPos = zzMarkedPosL; switch (zzAction < 0 ? zzAction : ZZ_ACTION[zzAction]) { case 54: { addToken(Token.OPERATOR); yybegin(CSS_VALUE); } case 104: break; case 73: { addToken(Token.ERROR_NUMBER_FORMAT); } case 105: break; case 63: { addToken(start,zzStartRead-1, Token.LITERAL_CHAR); addEndToken(INTERNAL_CSS_CHAR - cssPrevState); return firstToken; } case 106: break; case 23: { start = zzMarkedPos-1; yybegin(INATTR_SINGLE_SCRIPT); } case 107: break; case 10: { yybegin(YYINITIAL); addToken(start,zzStartRead, Token.MARKUP_DTD); } case 108: break; case 49: { addToken(Token.SEPARATOR); yybegin(CSS_PROPERTY); } case 109: break; case 4: { addToken(Token.MARKUP_TAG_DELIMITER); yybegin(INTAG); } case 110: break; case 97: { addToken(Token.RESERVED_WORD_2); } case 111: break; case 83: { addToken(start,zzStartRead+1, Token.COMMENT_MULTILINE); yybegin(cssPrevState); } case 112: break; case 80: { start = zzMarkedPos-2; cssPrevState = zzLexicalState; yybegin(CSS_C_STYLE_COMMENT); } case 113: break; case 39: { /* Line ending in '\' => continue to next line. */ if (validJSString) { addToken(start,zzStartRead, Token.LITERAL_CHAR); addEndToken(INTERNAL_IN_JS_CHAR_VALID); } else { addToken(start,zzStartRead, Token.ERROR_CHAR); addEndToken(INTERNAL_IN_JS_CHAR_INVALID); } return firstToken; } case 114: break; case 5: { addToken(Token.WHITESPACE); } case 115: break; case 98: { addToken(zzStartRead,zzStartRead, Token.MARKUP_TAG_DELIMITER); addToken(zzMarkedPos-6,zzMarkedPos-1, Token.MARKUP_TAG_NAME); start = zzMarkedPos; yybegin(INTAG_SCRIPT); } case 116: break; case 82: { addToken(Token.REGEX); } case 117: break; case 41: { addToken(start,zzStartRead-1, Token.COMMENT_MULTILINE); addEndToken(INTERNAL_IN_JS_MLC); return firstToken; } case 118: break; case 102: { int temp = zzStartRead; addToken(start,zzStartRead-1, Token.COMMENT_EOL); yybegin(YYINITIAL, LANG_INDEX_DEFAULT); addToken(temp,temp+1, Token.MARKUP_TAG_DELIMITER); addToken(zzMarkedPos-7,zzMarkedPos-2, Token.MARKUP_TAG_NAME); addToken(zzMarkedPos-1,zzMarkedPos-1, Token.MARKUP_TAG_DELIMITER); } case 119: break; case 93: { addToken(Token.FUNCTION); } case 120: break; case 8: { addToken(start,zzStartRead-1, Token.MARKUP_PROCESSING_INSTRUCTION); return firstToken; } case 121: break; case 35: { addToken(start,zzStartRead-1, Token.ERROR_STRING_DOUBLE); addEndToken(INTERNAL_IN_JS); return firstToken; } case 122: break; case 45: { start = zzMarkedPos-1; cssPrevState = zzLexicalState; yybegin(CSS_STRING); } case 123: break; case 20: { yybegin(INTAG); addToken(start,zzStartRead, Token.MARKUP_TAG_ATTRIBUTE_VALUE); } case 124: break; case 25: { start = zzMarkedPos-1; yybegin(INATTR_DOUBLE_STYLE); } case 125: break; case 76: { /* Skip all escaped chars. */ } case 126: break; case 70: { addToken(Token.MARKUP_TAG_DELIMITER); yybegin(YYINITIAL); } case 127: break; case 28: { yybegin(INTAG_STYLE); addToken(start,zzStartRead, Token.MARKUP_TAG_ATTRIBUTE_VALUE); } case 128: break; case 92: { if(JavaScriptTokenMaker.isJavaScriptCompatible("1.6")){ addToken(Token.RESERVED_WORD);} else {addToken(Token.IDENTIFIER);} } case 129: break; case 87: { if(JavaScriptTokenMaker.isJavaScriptCompatible("1.7")){ addToken(Token.RESERVED_WORD);} else {addToken(Token.IDENTIFIER);} } case 130: break; case 55: { /*System.out.println("css_value: " + yytext());*/ addToken(Token.IDENTIFIER); } case 131: break; case 17: { /* A non-recognized HTML tag name */ yypushback(yylength()); yybegin(INTAG); } case 132: break; case 26: { addToken(Token.MARKUP_TAG_DELIMITER); yybegin(CSS, LANG_INDEX_CSS); } case 133: break; case 64: { addToken(start,zzStartRead, Token.LITERAL_CHAR); yybegin(cssPrevState); } case 134: break; case 27: { start = zzMarkedPos-1; yybegin(INATTR_SINGLE_STYLE); } case 135: break; case 7: { addToken(start,zzStartRead-1, Token.MARKUP_COMMENT); return firstToken; } case 136: break; case 78: { /* Invalid latin-1 character \xXX */ validJSString = false; } case 137: break; case 24: { yybegin(INTAG_SCRIPT); addToken(start,zzStartRead, Token.MARKUP_TAG_ATTRIBUTE_VALUE); } case 138: break; case 36: { int type = validJSString ? Token.LITERAL_STRING_DOUBLE_QUOTE : Token.ERROR_STRING_DOUBLE; addToken(start,zzStartRead, type); yybegin(JAVASCRIPT); } case 139: break; case 90: { addToken(Token.COMMENT_MULTILINE); } case 140: break; case 68: { start = zzMarkedPos-2; yybegin(PI); } case 141: break; case 99: { yybegin(YYINITIAL, LANG_INDEX_DEFAULT); addToken(zzStartRead,zzStartRead+1, Token.MARKUP_TAG_DELIMITER); addToken(zzMarkedPos-6,zzMarkedPos-2, Token.MARKUP_TAG_NAME); addToken(zzMarkedPos-1,zzMarkedPos-1, Token.MARKUP_TAG_DELIMITER); } case 142: break; case 50: { /*System.out.println("css_property: " + yytext());*/ addToken(Token.IDENTIFIER); } case 143: break; case 9: { addToken(start,zzStartRead-1, Token.MARKUP_DTD); return firstToken; } case 144: break; case 66: { int count = yylength(); addToken(zzStartRead,zzStartRead, Token.MARKUP_TAG_DELIMITER); zzMarkedPos -= (count-1); //yypushback(count-1); yybegin(INTAG_CHECK_TAG_NAME); } case 145: break; case 62: { /* Skip escaped chars. */ } case 146: break; case 77: { /* Invalid Unicode character \\uXXXX */ validJSString = false; } case 147: break; case 96: { addToken(zzStartRead,zzStartRead, Token.MARKUP_TAG_DELIMITER); addToken(zzMarkedPos-5,zzMarkedPos-1, Token.MARKUP_TAG_NAME); start = zzMarkedPos; cssPrevState = zzLexicalState; yybegin(INTAG_STYLE); } case 148: break; case 69: { yybegin(YYINITIAL); addToken(start,zzStartRead+1, Token.MARKUP_PROCESSING_INSTRUCTION); } case 149: break; case 79: { yybegin(JAVASCRIPT); addToken(start,zzStartRead+1, Token.COMMENT_MULTILINE); } case 150: break; case 30: { addEndToken(INTERNAL_IN_JS); return firstToken; } case 151: break; case 38: { addToken(start,zzStartRead-1, Token.ERROR_CHAR); addEndToken(INTERNAL_IN_JS); return firstToken; } case 152: break; case 15: { addToken(Token.OPERATOR); } case 153: break; case 57: { addToken(Token.OPERATOR); yybegin(CSS_PROPERTY); } case 154: break; case 88: { start = zzMarkedPos-4; yybegin(COMMENT); } case 155: break; case 85: { yybegin(YYINITIAL); addToken(start,zzStartRead+2, Token.MARKUP_COMMENT); } case 156: break; case 101: { yybegin(YYINITIAL, LANG_INDEX_DEFAULT); int temp = zzStartRead; addToken(start,zzStartRead-1, Token.COMMENT_MULTILINE); addToken(temp,temp+1, Token.MARKUP_TAG_DELIMITER); addToken(zzMarkedPos-7,zzMarkedPos-2, Token.MARKUP_TAG_NAME); addToken(zzMarkedPos-1,zzMarkedPos-1, Token.MARKUP_TAG_DELIMITER); } case 157: break; case 81: { addToken(Token.VARIABLE); } case 158: break; case 43: { /*System.out.println("CSS: " + yytext());*/ addToken(Token.IDENTIFIER); } case 159: break; case 2: { addToken(Token.IDENTIFIER); } case 160: break; case 94: { int temp=zzStartRead; addToken(start,zzStartRead-1, Token.COMMENT_MULTILINE); addHyperlinkToken(temp,zzMarkedPos-1, Token.COMMENT_MULTILINE); start = zzMarkedPos; } case 161: break; case 22: { addToken(Token.MARKUP_TAG_DELIMITER); yybegin(JAVASCRIPT, LANG_INDEX_JS); } case 162: break; case 95: { int temp=zzStartRead; addToken(start,zzStartRead-1, Token.COMMENT_EOL); addHyperlinkToken(temp,zzMarkedPos-1, Token.COMMENT_EOL); start = zzMarkedPos; } case 163: break; case 53: { addToken(Token.SEPARATOR); yybegin(CSS); } case 164: break; case 31: { start = zzMarkedPos-1; validJSString = true; yybegin(JS_STRING); } case 165: break; case 61: { addToken(start,zzStartRead, Token.LITERAL_STRING_DOUBLE_QUOTE); yybegin(cssPrevState); } case 166: break; case 51: { addEndToken(INTERNAL_CSS_PROPERTY); return firstToken; } case 167: break; case 40: { int type = validJSString ? Token.LITERAL_CHAR : Token.ERROR_CHAR; addToken(start,zzStartRead, type); yybegin(JAVASCRIPT); } case 168: break; case 34: { start = zzMarkedPos-1; validJSString = true; yybegin(JS_CHAR); } case 169: break; case 72: { start = zzMarkedPos-2; yybegin(JS_MLC); } case 170: break; case 75: { addToken(Token.LITERAL_NUMBER_HEXADECIMAL); } case 171: break; case 59: { int temp = zzMarkedPos - 2; addToken(zzStartRead, temp, Token.FUNCTION); addToken(zzMarkedPos-1, zzMarkedPos-1, Token.SEPARATOR); zzStartRead = zzCurrentPos = zzMarkedPos; } case 172: break; case 103: { addToken(Token.ANNOTATION); } case 173: break; case 29: { addToken(Token.ERROR_IDENTIFIER); } case 174: break; case 56: { addEndToken(INTERNAL_CSS_VALUE); return firstToken; } case 175: break; case 89: { int temp=zzStartRead; addToken(start,zzStartRead-1, Token.MARKUP_COMMENT); addHyperlinkToken(temp,zzMarkedPos-1, Token.MARKUP_COMMENT); start = zzMarkedPos; } case 176: break; case 6: { addToken(Token.MARKUP_ENTITY_REFERENCE); } case 177: break; case 91: { addToken(Token.LITERAL_BOOLEAN); } case 178: break; case 18: { /* Shouldn't happen */ yypushback(1); yybegin(INTAG); } case 179: break; case 3: { addNullToken(); return firstToken; } case 180: break; case 44: { addEndToken(INTERNAL_CSS); return firstToken; } case 181: break; case 100: { yybegin(YYINITIAL, LANG_INDEX_DEFAULT); addToken(zzStartRead,zzStartRead+1, Token.MARKUP_TAG_DELIMITER); addToken(zzMarkedPos-7,zzMarkedPos-2, Token.MARKUP_TAG_NAME); addToken(zzMarkedPos-1,zzMarkedPos-1, Token.MARKUP_TAG_DELIMITER); } case 182: break; case 48: { start = zzMarkedPos-1; cssPrevState = zzLexicalState; yybegin(CSS_CHAR_LITERAL); } case 183: break; case 52: { addToken(Token.RESERVED_WORD); } case 184: break; case 12: { start = zzMarkedPos-1; yybegin(INATTR_DOUBLE); } case 185: break; case 14: { yybegin(YYINITIAL); addToken(Token.MARKUP_TAG_DELIMITER); } case 186: break; case 46: { addToken(Token.DATA_TYPE); } case 187: break; case 33: { addToken(Token.SEPARATOR); } case 188: break; case 84: { int count = yylength(); addToken(zzStartRead,zzStartRead+1, Token.MARKUP_TAG_DELIMITER); zzMarkedPos -= (count-2); //yypushback(count-2); yybegin(INTAG_CHECK_TAG_NAME); } case 189: break; case 60: { addToken(start,zzStartRead-1, Token.LITERAL_STRING_DOUBLE_QUOTE); addEndToken(INTERNAL_CSS_STRING - cssPrevState); return firstToken; } case 190: break; case 58: { /* End of a function */ addToken(Token.SEPARATOR); } case 191: break; case 19: { addToken(Token.MARKUP_TAG_NAME); } case 192: break; case 11: { addToken(Token.MARKUP_TAG_ATTRIBUTE); } case 193: break; case 71: { start = zzMarkedPos-2; yybegin(JS_EOL_COMMENT); } case 194: break; case 37: { /* Line ending in '\' => continue to next line. */ if (validJSString) { addToken(start,zzStartRead, Token.LITERAL_STRING_DOUBLE_QUOTE); addEndToken(INTERNAL_IN_JS_STRING_VALID); } else { addToken(start,zzStartRead, Token.ERROR_STRING_DOUBLE); addEndToken(INTERNAL_IN_JS_STRING_INVALID); } return firstToken; } case 195: break; case 74: { addToken(Token.LITERAL_NUMBER_FLOAT); } case 196: break; case 16: { start = zzMarkedPos-1; yybegin(INATTR_SINGLE); } case 197: break; case 86: { boolean highlightedAsRegex = false; if (firstToken==null) { addToken(Token.REGEX); highlightedAsRegex = true; } else { // If this is *likely* to be a regex, based on // the previous token, highlight it as such. Token t = firstToken.getLastNonCommentNonWhitespaceToken(); if (RSyntaxUtilities.regexCanFollowInJavaScript(t)) { addToken(Token.REGEX); highlightedAsRegex = true; } } // If it doesn't *appear* to be a regex, highlight it as // individual tokens. if (!highlightedAsRegex) { int temp = zzStartRead + 1; addToken(zzStartRead, zzStartRead, Token.OPERATOR); zzStartRead = zzCurrentPos = zzMarkedPos = temp; } } case 198: break; case 13: { addToken(Token.MARKUP_TAG_DELIMITER); } case 199: break; case 65: { addToken(start,zzStartRead-1, Token.COMMENT_MULTILINE); addEndToken(INTERNAL_CSS_MLC - cssPrevState); return firstToken; } case 200: break; case 32: { addToken(Token.LITERAL_NUMBER_DECIMAL_INT); } case 201: break; case 67: { start = zzMarkedPos-2; yybegin(DTD); } case 202: break; case 21: { start = zzMarkedPos-1; yybegin(INATTR_DOUBLE_SCRIPT); } case 203: break; case 42: { addToken(start,zzStartRead-1, Token.COMMENT_EOL); addEndToken(INTERNAL_IN_JS); return firstToken; } case 204: break; case 47: { /* Unknown pseudo class */ addToken(Token.DATA_TYPE); } case 205: break; case 1: { } case 206: break; default: if (zzInput == YYEOF && zzStartRead == zzCurrentPos) { zzAtEOF = true; switch (zzLexicalState) { case INATTR_SINGLE_SCRIPT: { addToken(start,zzStartRead-1, Token.MARKUP_TAG_ATTRIBUTE_VALUE); addEndToken(INTERNAL_ATTR_SINGLE_QUOTE_SCRIPT); return firstToken; } case 806: break; case JS_CHAR: { addToken(start,zzStartRead-1, Token.ERROR_CHAR); addEndToken(INTERNAL_IN_JS); return firstToken; } case 807: break; case CSS_STRING: { addToken(start,zzStartRead-1, Token.LITERAL_STRING_DOUBLE_QUOTE); addEndToken(INTERNAL_CSS_STRING - cssPrevState); return firstToken; } case 808: break; case JS_MLC: { addToken(start,zzStartRead-1, Token.COMMENT_MULTILINE); addEndToken(INTERNAL_IN_JS_MLC); return firstToken; } case 809: break; case CSS_CHAR_LITERAL: { addToken(start,zzStartRead-1, Token.LITERAL_CHAR); addEndToken(INTERNAL_CSS_CHAR - cssPrevState); return firstToken; } case 810: break; case INTAG_SCRIPT: { addToken(zzMarkedPos,zzMarkedPos, INTERNAL_INTAG_SCRIPT); return firstToken; } case 811: break; case CSS_PROPERTY: { addEndToken(INTERNAL_CSS_PROPERTY); return firstToken; } case 812: break; case CSS_C_STYLE_COMMENT: { addToken(start,zzStartRead-1, Token.COMMENT_MULTILINE); addEndToken(INTERNAL_CSS_MLC - cssPrevState); return firstToken; } case 813: break; case CSS: { addEndToken(INTERNAL_CSS); return firstToken; } case 814: break; case CSS_VALUE: { addEndToken(INTERNAL_CSS_VALUE); return firstToken; } case 815: break; case COMMENT: { addToken(start,zzStartRead-1, Token.MARKUP_COMMENT); return firstToken; } case 816: break; case INATTR_DOUBLE_SCRIPT: { addToken(start,zzStartRead-1, Token.MARKUP_TAG_ATTRIBUTE_VALUE); addEndToken(INTERNAL_ATTR_DOUBLE_QUOTE_SCRIPT); return firstToken; } case 817: break; case PI: { addToken(start,zzStartRead-1, Token.MARKUP_PROCESSING_INSTRUCTION); return firstToken; } case 818: break; case JAVASCRIPT: { addEndToken(INTERNAL_IN_JS); return firstToken; } case 819: break; case INTAG: { addToken(zzMarkedPos,zzMarkedPos, INTERNAL_INTAG); return firstToken; } case 820: break; case INTAG_CHECK_TAG_NAME: { addToken(zzMarkedPos,zzMarkedPos, INTERNAL_INTAG); return firstToken; } case 821: break; case INATTR_SINGLE_STYLE: { addToken(start,zzStartRead-1, Token.MARKUP_TAG_ATTRIBUTE_VALUE); addEndToken(INTERNAL_ATTR_SINGLE_QUOTE_STYLE); return firstToken; } case 822: break; case DTD: { addToken(start,zzStartRead-1, Token.MARKUP_DTD); return firstToken; } case 823: break; case JS_EOL_COMMENT: { addToken(start,zzStartRead-1, Token.COMMENT_EOL); addEndToken(INTERNAL_IN_JS); return firstToken; } case 824: break; case INATTR_DOUBLE_STYLE: { addToken(start,zzStartRead-1, Token.MARKUP_TAG_ATTRIBUTE_VALUE); addEndToken(INTERNAL_ATTR_DOUBLE_QUOTE_STYLE); return firstToken; } case 825: break; case INATTR_SINGLE: { addToken(start,zzStartRead-1, Token.MARKUP_TAG_ATTRIBUTE_VALUE); addEndToken(INTERNAL_ATTR_SINGLE); return firstToken; } case 826: break; case YYINITIAL: { addNullToken(); return firstToken; } case 827: break; case INATTR_DOUBLE: { addToken(start,zzStartRead-1, Token.MARKUP_TAG_ATTRIBUTE_VALUE); addEndToken(INTERNAL_ATTR_DOUBLE); return firstToken; } case 828: break; case JS_STRING: { addToken(start,zzStartRead-1, Token.ERROR_STRING_DOUBLE); addEndToken(INTERNAL_IN_JS); return firstToken; } case 829: break; case INTAG_STYLE: { addToken(zzMarkedPos,zzMarkedPos, INTERNAL_INTAG_STYLE); return firstToken; } case 830: break; default: return null; } } else { zzScanError(ZZ_NO_MATCH); } } } } }