/* The following code was generated by JFlex 1.4.1 on 3/23/13 10:01 AM */ /* * 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 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\106\1\103\1\102\1\37\1\42\1\45"+ "\1\31\1\43\1\10\1\25\6\123\1\27\2\24\1\53\1\6\1\3"+ "\1\46\1\17\1\52\1\101\1\110\1\26\1\12\1\114\1\22\1\41"+ "\1\116\1\122\1\14\1\124\1\117\1\21\1\113\1\112\1\111\1\15"+ "\1\120\1\13\1\11\1\16\1\115\1\121\1\23\1\40\1\20\1\23"+ "\1\105\1\35\1\105\1\47\1\30\1\0\1\67\1\100\1\64\1\66"+ "\1\74\1\71\1\56\1\63\1\55\1\124\1\76\1\65\1\75\1\62"+ "\1\60\1\73\1\120\1\57\1\70\1\61\1\32\1\77\1\107\1\104"+ "\1\72\1\125\1\126\1\47\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\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"+ "\1\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\4\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\6\0"+ "\1\120\1\121\15\0\1\122\1\40\5\0\1\40\1\0"+ "\1\76\1\123\4\0\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\7\0\1\64\17\0\1\137\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[804]; 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\127\0\256\0\u0105\0\u015c\0\u01b3\0\u020a\0\u0261"+ "\0\u02b8\0\u030f\0\u0366\0\u03bd\0\u0414\0\u046b\0\u04c2\0\u0519"+ "\0\u0570\0\u05c7\0\u061e\0\u0675\0\u06cc\0\u0723\0\u077a\0\u07d1"+ "\0\u0828\0\u087f\0\u08d6\0\u092d\0\u0984\0\u09db\0\u0a32\0\u0a89"+ "\0\u092d\0\u0ae0\0\u0b37\0\u0b8e\0\u0be5\0\u0c3c\0\u092d\0\u0c93"+ "\0\u0cea\0\u092d\0\u092d\0\u0d41\0\u0d98\0\u092d\0\u0def\0\u092d"+ "\0\u092d\0\u092d\0\u0e46\0\u092d\0\u0e9d\0\u0ef4\0\u0f4b\0\u0fa2"+ "\0\u0ff9\0\u1050\0\u10a7\0\u10fe\0\u1155\0\u11ac\0\u1203\0\u125a"+ "\0\u12b1\0\u1308\0\u135f\0\u13b6\0\u140d\0\u1464\0\u14bb\0\u0e46"+ "\0\u1512\0\u092d\0\u1569\0\u092d\0\u15c0\0\u092d\0\u092d\0\u092d"+ "\0\u092d\0\u092d\0\u092d\0\u092d\0\u1617\0\u092d\0\u166e\0\u16c5"+ "\0\u092d\0\u092d\0\u171c\0\u1773\0\u17ca\0\u1821\0\u1878\0\u18cf"+ "\0\u1926\0\u197d\0\u092d\0\u19d4\0\u1a2b\0\u1a82\0\u092d\0\u1ad9"+ "\0\u1b30\0\u1b87\0\u1bde\0\u1c35\0\u1c8c\0\u1ce3\0\u1d3a\0\u1d91"+ "\0\u1de8\0\u1e3f\0\u1e96\0\u1eed\0\u1f44\0\u1f9b\0\u092d\0\u1ff2"+ "\0\u2049\0\u20a0\0\u092d\0\u092d\0\u20f7\0\u214e\0\u092d\0\u20f7"+ "\0\u092d\0\u21a5\0\u092d\0\u21fc\0\u2253\0\u22aa\0\u2301\0\u2358"+ "\0\u23af\0\u092d\0\u2406\0\u092d\0\u092d\0\u245d\0\u092d\0\u24b4"+ "\0\u250b\0\u2562\0\u25b9\0\u2610\0\u092d\0\u092d\0\u092d\0\u092d"+ "\0\u245d\0\u24b4\0\u2667\0\u26be\0\u092d\0\u092d\0\u092d\0\u092d"+ "\0\u245d\0\u092d\0\u2715\0\u276c\0\u27c3\0\u281a\0\u2871\0\u28c8"+ "\0\u092d\0\u092d\0\u092d\0\u092d\0\u291f\0\u092d\0\u092d\0\u2976"+ "\0\u092d\0\u29cd\0\u2a24\0\u2a7b\0\u2ad2\0\u2b29\0\u2b80\0\u2bd7"+ "\0\u2c2e\0\u092d\0\u092d\0\u2c85\0\u2cdc\0\u2d33\0\u2d8a\0\u2de1"+ "\0\u092d\0\u2e38\0\u2e8f\0\u2ee6\0\u2f3d\0\u2f94\0\u2feb\0\u3042"+ "\0\u3099\0\u30f0\0\u3147\0\u319e\0\u31f5\0\u324c\0\u32a3\0\u32fa"+ "\0\u3351\0\u33a8\0\u33ff\0\u3456\0\u34ad\0\u3504\0\u355b\0\u35b2"+ "\0\u3609\0\u3660\0\u36b7\0\u370e\0\u3765\0\u37bc\0\u3813\0\u386a"+ "\0\u38c1\0\u3918\0\u396f\0\u39c6\0\u3a1d\0\u3a74\0\u3acb\0\u3b22"+ "\0\u3b79\0\u3bd0\0\u3c27\0\u3c7e\0\u3cd5\0\u3d2c\0\u3d83\0\u3dda"+ "\0\u3e31\0\u3e88\0\u3edf\0\u3f36\0\u3f8d\0\u3fe4\0\u403b\0\u4092"+ "\0\u40e9\0\u4140\0\u4197\0\u41ee\0\u4245\0\u429c\0\u42f3\0\u434a"+ "\0\u43a1\0\u43f8\0\u444f\0\u44a6\0\u092d\0\u19d4\0\u44fd\0\u4554"+ "\0\u092d\0\u45ab\0\u4602\0\u4554\0\u4659\0\u46b0\0\u4707\0\u475e"+ "\0\u475e\0\u47b5\0\u475e\0\u480c\0\u4863\0\u48ba\0\u4911\0\u4968"+ "\0\u49bf\0\u4a16\0\u1773\0\u4a6d\0\u4ac4\0\u4b1b\0\u4b72\0\u4bc9"+ "\0\u4c20\0\u4c77\0\u4cce\0\u4d25\0\u4d7c\0\u4dd3\0\u4e2a\0\u4e81"+ "\0\u4ed8\0\u4f2f\0\u4f86\0\u4fdd\0\u5034\0\u508b\0\u50e2\0\u5139"+ "\0\u5190\0\u51e7\0\u523e\0\u5295\0\u52ec\0\u5343\0\u539a\0\u53f1"+ "\0\u5448\0\u549f\0\u54f6\0\u554d\0\u55a4\0\u55fb\0\u5652\0\u56a9"+ "\0\u5700\0\u5757\0\u57ae\0\u5805\0\u585c\0\u58b3\0\u590a\0\u092d"+ "\0\u5961\0\u59b8\0\u5a0f\0\u092d\0\u5a66\0\u5abd\0\u5b14\0\u5b6b"+ "\0\u5bc2\0\u5c19\0\u092d\0\u5c70\0\u5cc7\0\u5d1e\0\u5d75\0\u5dcc"+ "\0\u5e23\0\u5e7a\0\u5ed1\0\u5f28\0\u5f7f\0\u5fd6\0\u602d\0\u6084"+ "\0\u60db\0\u6132\0\u092d\0\u6189\0\u61e0\0\u6237\0\u628e\0\u62e5"+ "\0\u2871\0\u633c\0\u092d\0\u092d\0\u6393\0\u63ea\0\u6441\0\u6498"+ "\0\u2b29\0\u64ef\0\u6546\0\u659d\0\u092d\0\u65f4\0\u664b\0\u66a2"+ "\0\u66f9\0\u6750\0\u67a7\0\u67fe\0\u6855\0\u68ac\0\u6903\0\u695a"+ "\0\u69b1\0\u6a08\0\u6a5f\0\u6ab6\0\u6b0d\0\u6b64\0\u6bbb\0\u6c12"+ "\0\u6c69\0\u6cc0\0\u6d17\0\u6d6e\0\u6dc5\0\u6e1c\0\u6e73\0\u6eca"+ "\0\u6f21\0\u6f78\0\u6fcf\0\u7026\0\u707d\0\u70d4\0\u712b\0\u3765"+ "\0\u7182\0\u71d9\0\u7230\0\u7287\0\u72de\0\u7335\0\u738c\0\u73e3"+ "\0\u743a\0\u7491\0\u74e8\0\u753f\0\u7596\0\u75ed\0\u7644\0\u11ac"+ "\0\u769b\0\u76f2\0\u7749\0\u77a0\0\u77f7\0\u784e\0\u78a5\0\u78fc"+ "\0\u7953\0\u79aa\0\u7a01\0\u7a58\0\u7aaf\0\u7b06\0\u7b5d\0\u7bb4"+ "\0\u7c0b\0\u7c62\0\u7cb9\0\u7d10\0\u7d67\0\u7dbe\0\u7e15\0\u7e6c"+ "\0\u475e\0\u7ec3\0\u7f1a\0\u7f71\0\u7fc8\0\u801f\0\u8076\0\u80cd"+ "\0\u8124\0\u817b\0\u81d2\0\u8229\0\u8280\0\u82d7\0\u832e\0\u8385"+ "\0\u83dc\0\u8433\0\u848a\0\u84e1\0\u8538\0\u858f\0\u85e6\0\u1773"+ "\0\u863d\0\u8694\0\u86eb\0\u8742\0\u8799\0\u87f0\0\u8847\0\u889e"+ "\0\u88f5\0\u894c\0\u89a3\0\u89fa\0\u8a51\0\u8aa8\0\u8aff\0\u8b56"+ "\0\u8bad\0\u8c04\0\u8c5b\0\u8cb2\0\u8d09\0\u8d60\0\u8db7\0\u8e0e"+ "\0\u8e65\0\u8ebc\0\u8f13\0\u8f6a\0\u8fc1\0\u9018\0\u906f\0\u90c6"+ "\0\u911d\0\u9174\0\u91cb\0\u9222\0\u9279\0\u92d0\0\u9327\0\u937e"+ "\0\u93d5\0\u942c\0\u9483\0\u94da\0\u9531\0\u9588\0\u95df\0\u9636"+ "\0\u968d\0\u96e4\0\u973b\0\u9792\0\u97e9\0\u9840\0\u9897\0\u98ee"+ "\0\u9945\0\u999c\0\u99f3\0\u9a4a\0\u9aa1\0\u9af8\0\u9b4f\0\u9ba6"+ "\0\u9bfd\0\u9c54\0\u9cab\0\u092d\0\u9d02\0\u9d59\0\u9db0\0\u9e07"+ "\0\u9e5e\0\u9eb5\0\u9f0c\0\u9f63\0\u9fba\0\ua011\0\ua068\0\ua0bf"+ "\0\ua116\0\ua16d\0\ua1c4\0\ua21b\0\ua272\0\ua2c9\0\ua320\0\ua377"+ "\0\ua3ce\0\ua425\0\ua47c\0\ua4d3\0\ua52a\0\u386a\0\ua581\0\u7026"+ "\0\ua5d8\0\ua62f\0\ua686\0\ua6dd\0\ua734\0\ua78b\0\ua7e2\0\ua839"+ "\0\ua890\0\ua8e7\0\ua93e\0\u092d\0\ua995\0\ua9ec\0\uaa43\0\uaa9a"+ "\0\uaaf1\0\uab48\0\uab9f\0\uabf6\0\uac4d\0\u1773\0\uaca4\0\uacfb"+ "\0\uad52\0\uada9\0\uae00\0\uae57\0\u1773\0\uaeae\0\uaf05\0\uaf5c"+ "\0\uafb3\0\ub00a\0\ub061\0\ub0b8\0\ub10f\0\ub166\0\ub1bd\0\ub214"+ "\0\ub26b\0\ub2c2\0\ub319\0\u1773\0\ub370\0\u1773\0\ub3c7\0\ub41e"+ "\0\ub475\0\ub4cc\0\u59b8\0\u092d\0\ub523\0\ub57a\0\ub5d1\0\ub628"+ "\0\ub67f\0\ub6d6\0\ub72d\0\ub784\0\ub7db\0\ub832\0\ub889\0\u092d"+ "\0\ub8e0\0\ub937\0\ub98e\0\ub9e5\0\uba3c\0\uba93\0\ubaea\0\ubb41"+ "\0\ubb98\0\ubbef\0\ubc46\0\ubc9d\0\ubcf4\0\ubd4b\0\ubda2\0\ubdf9"+ "\0\ube50\0\ubea7\0\ubefe\0\u9db0\0\ubf55\0\ubfac\0\uc003\0\uc05a"+ "\0\uc0b1\0\uc108\0\uc15f\0\uc1b6\0\uc20d\0\uc264\0\uc264\0\uc2bb"+ "\0\uc312\0\uc369\0\uc3c0\0\uc417\0\uc46e\0\uc4c5\0\uc51c\0\uc573"+ "\0\uc5ca\0\uc621\0\uc678\0\uc6cf\0\uc726\0\uc77d\0\uc7d4\0\uc82b"+ "\0\uc882\0\u8280\0\uc8d9\0\uc930\0\uc987\0\uc9de\0\uca35\0\uca8c"+ "\0\ucae3\0\ucb3a\0\ucb91\0\ucbe8\0\ucc3f\0\ucc96\0\ucced\0\ucd44"+ "\0\ucd9b\0\ucdf2\0\uce49\0\ub628\0\ucea0\0\ucef7\0\ucf4e\0\ucfa5"+ "\0\ucffc\0\ud053\0\ud0aa\0\ud101\0\ud158\0\ud1af\0\ud206\0\ud25d"+ "\0\ud2b4\0\ud30b\0\ud362\0\ud3b9\0\ubdf9\0\ud410\0\u2bd7\0\ud467"+ "\0\ud4be\0\ud515\0\ud56c\0\ud5c3\0\ud61a\0\ud671\0\ud6c8\0\ud71f"+ "\0\ud776\0\ud7cd\0\ud824\0\ud87b\0\ud8d2\0\ud929\0\ud980\0\ud9d7"+ "\0\u1773\0\uda2e\0\uda85\0\udadc\0\udb33\0\udb8a\0\udbe1\0\udc38"+ "\0\udc8f\0\udce6\0\udd3d\0\udd94\0\uddeb\0\ude42\0\ude99\0\udef0"+ "\0\udf47\0\udf9e\0\udff5\0\ue04c\0\ue0a3\0\ue0fa\0\ue151\0\u2bd7"+ "\0\ue1a8\0\ue1ff\0\ue256\0\ue2ad\0\ue304\0\ue35b\0\ue3b2\0\ue409"+ "\0\ue460\0\ue4b7\0\ue50e\0\ue565\0\ue5bc\0\ue613\0\ue66a\0\ue6c1"+ "\0\ue718\0\ue76f\0\ue7c6\0\ue81d\0\ue874\0\ue8cb\0\ue922\0\ue979"+ "\0\ue9d0\0\uea27\0\uea7e\0\u092d\0\uead5\0\ueb2c\0\ueb83\0\uebda"+ "\0\uec31\0\u092d\0\uec88\0\u092d\0\u092d\0\uecdf\0\ued36\0\ued8d"+ "\0\uede4\0\uee3b\0\uee92\0\u092d"; private static int [] zzUnpackRowMap() { int [] result = new int[804]; 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\121\32\2\40"+ "\1\41\26\40\1\42\31\40\1\43\5\40\1\44\15\40"+ "\1\45\17\40\2\46\1\47\47\46\1\50\54\46\2\51"+ "\1\52\14\51\1\53\107\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"+ "\37\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\6\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\117\111\106\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\37\54\1\117\20\54\7\111\1\120\117\111\106\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\37\54\1\123"+ "\20\54\7\111\1\124\117\111\106\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\134\1\153\1\154\1\134\1\155\1\156"+ "\1\157\1\160\1\161\1\162\1\134\1\163\1\164\2\134"+ "\1\165\1\166\1\125\2\147\1\134\1\147\1\167\1\170"+ "\2\134\1\171\10\134\1\137\2\134\1\147\2\172\1\173"+ "\4\172\1\174\25\172\1\175\71\172\2\176\1\177\32\176"+ "\1\200\50\176\1\201\20\176\2\202\1\203\1\204\33\202"+ "\1\205\23\202\1\206\5\202\1\207\15\202\1\210\17\202"+ "\2\211\1\212\1\213\57\211\1\206\5\211\1\207\15\211"+ "\1\210\17\211\1\214\1\36\1\215\1\216\1\36\1\214"+ "\1\147\1\217\1\220\6\221\1\61\4\221\2\214\1\221"+ "\1\214\3\221\1\214\1\222\1\214\1\61\3\221\1\61"+ "\1\221\1\214\1\131\2\61\3\214\1\223\1\61\24\221"+ "\1\224\2\147\1\221\1\147\1\225\14\221\1\214\2\221"+ "\1\226\1\227\1\36\1\230\1\231\1\36\3\227\1\232"+ "\6\233\1\227\4\233\2\227\1\233\1\227\3\233\4\227"+ "\1\234\2\233\2\227\1\235\6\227\1\236\1\227\24\233"+ "\3\227\1\233\2\227\14\233\1\227\2\233\1\227\1\237"+ "\1\36\1\240\1\241\1\36\1\237\1\242\1\217\1\243"+ "\6\244\1\237\4\244\2\245\1\244\1\245\1\244\1\246"+ "\1\244\1\237\1\247\1\244\2\237\2\244\1\237\1\131"+ "\1\235\1\131\3\237\1\250\3\237\24\244\1\237\1\251"+ "\1\252\1\244\1\237\1\225\14\244\1\245\2\244\1\237"+ "\2\172\1\253\4\172\1\254\25\172\1\255\71\172\2\176"+ "\1\256\32\176\1\255\50\176\1\257\20\176\2\260\1\261"+ "\34\260\1\262\23\260\1\263\5\260\1\264\15\260\1\265"+ "\17\260\2\32\4\0\122\32\1\33\2\0\1\36\1\0"+ "\121\32\137\0\1\266\1\267\5\270\1\0\10\270\2\0"+ "\1\270\5\0\2\270\7\0\1\271\1\272\2\0\13\270"+ "\1\267\10\270\3\0\1\270\2\0\17\270\2\0\1\36"+ "\2\0\1\36\122\0\4\37\1\0\1\37\1\273\120\37"+ "\2\40\1\0\26\40\1\0\31\40\1\0\5\40\1\0"+ "\15\40\1\0\17\40\31\0\1\274\156\0\1\275\122\0"+ "\1\276\3\0\1\277\154\0\1\300\17\0\2\46\1\0"+ "\47\46\1\0\54\46\17\0\1\301\107\0\2\51\1\0"+ "\14\51\1\0\107\51\2\54\1\0\1\54\1\0\2\54"+ "\2\0\6\54\1\0\26\54\1\0\37\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\37\54\1\0\20\54\17\0\1\60\107\0"+ "\2\63\1\0\1\63\1\0\2\63\2\0\6\63\1\0"+ "\26\63\1\0\37\63\1\0\22\63\1\0\1\63\1\0"+ "\2\63\2\0\1\63\1\302\2\63\1\303\1\304\1\0"+ "\2\63\1\305\7\63\1\306\13\63\1\0\11\63\1\307"+ "\1\304\2\63\1\302\2\63\1\310\3\63\1\303\1\305"+ "\1\311\10\63\1\0\1\63\1\310\1\307\1\63\1\311"+ "\1\63\1\306\13\63\1\0\1\63\1\0\2\63\2\0"+ "\3\63\1\312\2\63\1\0\2\63\1\313\23\63\1\0"+ "\6\63\1\312\2\63\1\314\6\63\1\315\4\63\1\313"+ "\11\63\1\0\1\63\1\315\1\314\17\63\1\0\1\63"+ "\1\0\2\63\2\0\6\63\1\0\12\63\1\316\13\63"+ "\1\0\37\63\1\0\6\63\1\316\13\63\1\0\1\63"+ "\1\0\2\63\2\0\1\317\5\63\1\0\1\63\1\320"+ "\17\63\1\321\4\63\1\0\13\63\1\322\2\63\1\320"+ "\2\63\1\317\1\321\3\63\1\323\10\63\1\0\3\63"+ "\1\322\1\323\15\63\1\0\1\63\1\0\2\63\2\0"+ "\2\63\1\324\3\63\1\0\1\63\1\325\24\63\1\0"+ "\10\63\1\324\5\63\1\325\1\63\1\326\16\63\1\0"+ "\1\63\1\326\20\63\1\0\1\63\1\0\2\63\2\0"+ "\2\63\1\110\1\327\1\63\1\110\1\0\2\63\1\330"+ "\3\63\1\331\12\63\1\332\4\63\1\0\6\63\1\327"+ "\1\63\1\110\1\63\1\110\1\63\1\333\2\63\1\110"+ "\1\334\1\63\1\332\2\63\1\330\3\63\1\331\5\63"+ "\1\0\1\63\1\334\3\63\1\110\5\63\1\333\6\63"+ "\1\0\1\63\1\0\2\63\2\0\3\63\1\335\2\63"+ "\1\0\2\63\1\336\23\63\1\0\6\63\1\335\11\63"+ "\1\337\4\63\1\336\11\63\1\0\1\63\1\337\20\63"+ "\1\0\1\63\1\0\2\63\2\0\6\63\1\0\26\63"+ "\1\0\26\63\1\340\1\63\1\341\6\63\1\0\4\63"+ "\1\340\5\63\1\341\7\63\1\0\1\63\1\0\2\63"+ "\2\0\2\63\1\110\1\323\2\63\1\0\1\63\1\342"+ "\10\63\1\343\13\63\1\0\6\63\1\323\1\344\1\110"+ "\1\345\4\63\1\342\1\346\1\347\16\63\1\0\1\63"+ "\1\347\1\345\2\63\1\346\1\343\1\344\12\63\1\0"+ "\1\63\1\0\2\63\2\0\6\63\1\0\1\63\1\110"+ "\24\63\1\0\16\63\1\110\20\63\1\0\22\63\1\0"+ "\1\63\1\0\2\63\2\0\2\63\1\350\1\351\2\63"+ "\1\0\26\63\1\0\6\63\1\351\1\63\1\350\1\352"+ "\25\63\1\0\2\63\1\352\17\63\1\0\1\63\1\0"+ "\2\63\2\0\4\63\1\353\1\63\1\0\1\63\1\110"+ "\4\63\1\354\3\63\1\355\13\63\1\0\16\63\1\110"+ "\5\63\1\353\4\63\1\354\5\63\1\0\6\63\1\355"+ "\13\63\1\0\1\63\1\0\2\63\2\0\6\63\1\0"+ "\2\63\1\356\23\63\1\0\11\63\1\357\6\63\1\360"+ "\4\63\1\356\11\63\1\0\1\63\1\360\1\357\17\63"+ "\1\0\1\63\1\0\2\63\2\0\2\63\1\110\2\63"+ "\1\361\1\0\2\63\1\362\23\63\1\0\10\63\1\110"+ "\1\63\1\361\12\63\1\362\11\63\1\0\14\63\1\110"+ "\5\63\1\0\1\63\1\0\2\63\2\0\3\63\1\363"+ "\1\63\1\110\1\0\1\63\1\110\1\364\16\63\1\365"+ "\4\63\1\0\6\63\1\363\3\63\1\110\3\63\2\110"+ "\1\366\1\63\1\365\2\63\1\364\11\63\1\0\1\63"+ "\1\366\3\63\1\110\14\63\1\0\1\63\1\0\2\63"+ "\2\0\1\367\1\370\1\371\1\63\1\372\1\63\1\0"+ "\6\63\1\373\3\63\1\374\13\63\1\0\10\63\1\371"+ "\4\63\1\370\1\63\1\375\1\63\1\367\2\63\1\372"+ "\4\63\1\373\5\63\1\0\5\63\1\375\1\374\13\63"+ "\1\0\1\63\1\0\2\63\2\0\6\63\1\0\2\63"+ "\1\376\7\63\1\377\13\63\1\0\20\63\1\u0100\4\63"+ "\1\376\11\63\1\0\1\63\1\u0100\4\63\1\377\13\63"+ "\1\0\1\63\1\0\2\63\2\0\6\63\1\0\2\63"+ "\1\u0101\3\63\1\u0102\17\63\1\0\25\63\1\u0101\3\63"+ "\1\u0102\5\63\1\0\22\63\1\0\1\63\1\0\2\63"+ "\2\0\3\63\1\u0103\2\63\1\0\26\63\1\0\6\63"+ "\1\u0103\11\63\1\u0104\16\63\1\0\1\63\1\u0104\16\63"+ "\7\111\1\0\117\111\106\113\1\0\20\113\17\0\1\u0105"+ "\107\0\1\125\10\0\6\125\1\0\11\125\1\0\1\125"+ "\1\0\3\125\1\0\2\125\13\0\25\125\2\0\1\125"+ "\2\0\17\125\4\0\1\u0106\4\0\1\u0107\35\0\1\61"+ "\65\0\1\61\40\0\1\61\60\0\10\u0108\1\u0109\24\u0108"+ "\1\u010a\1\u0108\1\u010b\6\u0108\1\u010c\60\u0108\1\125\10\0"+ "\6\134\1\0\11\134\1\0\1\134\1\0\1\125\1\u010d"+ "\1\134\1\0\2\134\13\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\u010d\1\134\1\0\2\134"+ "\13\0\5\134\1\u010e\16\134\1\125\2\0\1\134\2\0"+ "\17\134\20\0\1\u010f\26\0\1\61\60\0\1\u0110\10\0"+ "\6\u0110\1\0\1\u0110\1\u0111\1\u0112\1\u0110\2\137\1\u0110"+ "\1\137\1\u0110\1\0\1\u0110\1\0\3\u0110\1\0\1\u0110"+ "\1\u0113\1\0\1\u0114\11\0\10\u0110\1\u0111\1\u0113\2\u0110"+ "\1\u0113\2\u0110\1\u0112\5\u0110\2\0\1\u0110\2\0\5\u0110"+ "\1\u0113\6\u0110\1\137\2\u0110\1\0\1\u0110\10\0\6\u0110"+ "\1\0\1\u0110\1\u0111\1\u0112\1\u0110\1\u0115\1\u0116\1\u0110"+ "\1\u0116\1\u0110\1\0\1\u0110\1\0\3\u0110\1\0\1\u0117"+ "\1\u0113\1\0\1\u0114\11\0\10\u0110\1\u0111\1\u0113\2\u0110"+ "\1\u0113\2\u0110\1\u0112\5\u0110\2\0\1\u0117\2\0\5\u0110"+ "\1\u0113\6\u0110\1\u0116\2\u0110\32\0\1\61\14\0\1\61"+ "\60\0\1\125\10\0\6\134\1\0\11\134\1\0\1\134"+ "\1\0\1\125\1\u010d\1\134\1\0\2\134\13\0\5\134"+ "\1\u0118\16\134\1\125\2\0\1\134\2\0\17\134\47\0"+ "\1\61\122\0\1\61\3\0\1\61\104\0\2\u0114\1\0"+ "\1\u0114\73\0\1\u0114\3\0\1\125\10\0\6\134\1\0"+ "\11\134\1\0\1\134\1\0\1\125\1\u010d\1\134\1\0"+ "\2\134\13\0\5\134\1\u0119\5\134\1\u011a\1\u011b\3\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\u010d\1\134\1\0\2\134\13\0\3\134\1\u011d"+ "\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\u010d\1\134\1\0\2\134\13\0\17\134\1\u011e\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\u010d"+ "\1\134\1\0\2\134\13\0\2\134\1\u011f\3\134\1\u0120"+ "\6\134\1\u0121\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\u0122"+ "\1\0\1\125\1\u010d\1\134\1\0\2\134\13\0\12\134"+ "\1\u0123\4\134\1\u0124\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\u010d\1\134\1\0\2\134\13\0"+ "\3\134\1\u0125\2\134\1\u0126\1\134\1\u0127\1\134\1\u0128"+ "\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\u010d\1\134\1\0\2\134\13\0\3\134\1\u0129\13\134"+ "\1\u012a\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\u010d\1\134\1\0\2\134\13\0\3\134\1\u012b"+ "\13\134\1\u012c\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\u010d\1\134\1\0\2\134\13\0\23\134"+ "\1\u012d\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\u012e\1\0\1\125"+ "\1\u010d\1\134\1\0\2\134\13\0\4\134\1\u012f\1\134"+ "\1\u0130\6\134\1\u0131\6\134\1\125\2\0\1\134\2\0"+ "\1\u0132\16\134\1\0\1\125\10\0\6\134\1\0\11\134"+ "\1\0\1\u0133\1\0\1\125\1\u010d\1\134\1\0\2\134"+ "\13\0\1\u0134\2\134\1\u0135\4\134\1\u0136\1\134\1\u0137"+ "\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\u0138\1\0\1\125"+ "\1\u010d\1\134\1\0\2\134\13\0\2\134\1\u0139\7\134"+ "\1\u013a\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\u010d\1\134\1\0\2\134\13\0\5\134\1\u013b"+ "\2\134\1\u013c\1\134\1\u013d\1\u013e\6\134\1\u013f\1\134"+ "\1\125\2\0\1\u0140\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\u010d"+ "\1\134\1\0\2\134\13\0\3\134\1\u0141\6\134\1\u0135"+ "\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\u010d\1\134\1\0\2\134\13\0\2\134\1\u0142\1\u0143"+ "\11\134\1\u0144\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\u010d\1\134\1\0\2\134\13\0\1\u0145"+ "\5\134\1\u0146\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\u010d\1\134\1\0\2\134\13\0\12\134"+ "\1\u0147\11\134\1\125\2\0\1\134\2\0\17\134\1\0"+ "\2\172\1\0\4\172\1\0\25\172\1\0\71\172\2\u0148"+ "\1\0\27\u0148\1\u0149\51\u0148\1\u014a\22\u0148\2\176\1\0"+ "\32\176\1\0\50\176\1\0\20\176\2\202\2\0\33\202"+ "\1\0\23\202\1\0\5\202\1\0\15\202\1\0\17\202"+ "\10\0\1\u014b\126\0\1\u014c\177\0\1\u014d\122\0\1\u014e"+ "\3\0\1\u014f\154\0\1\u0150\17\0\2\211\2\0\57\211"+ "\1\0\5\211\1\0\15\211\1\0\17\211\10\0\1\u0151"+ "\126\0\1\u0152\155\0\1\u0153\100\0\6\221\1\0\13\221"+ "\5\0\2\221\1\0\1\221\11\0\24\221\3\0\1\221"+ "\2\0\17\221\12\0\6\u0154\1\0\4\u0154\2\0\1\u0154"+ "\1\0\3\u0154\4\0\3\u0154\1\0\1\u0154\11\0\24\u0154"+ "\3\0\1\u0154\2\0\14\u0154\1\0\2\u0154\54\0\1\u0155"+ "\3\0\1\u0156\1\u0157\1\u0158\1\u0159\1\u015a\1\u015b\1\u015c"+ "\1\u015d\1\u015e\1\0\1\u015f\2\0\1\u0160\2\0\1\u0161"+ "\40\0\6\u0162\1\0\4\u0162\2\0\1\u0162\1\0\3\u0162"+ "\4\0\3\u0162\1\0\1\u0162\11\0\24\u0162\3\0\1\u0162"+ "\2\0\14\u0162\1\0\2\u0162\12\0\6\233\1\0\13\233"+ "\5\0\2\233\13\0\24\233\3\0\1\233\2\0\17\233"+ "\12\0\6\233\1\0\4\233\2\0\1\233\1\0\3\233"+ "\5\0\2\233\13\0\24\233\3\0\1\233\2\0\14\233"+ "\1\0\2\233\11\0\7\244\1\0\4\244\2\0\1\244"+ "\1\0\3\244\2\0\1\244\1\0\1\u0153\2\244\13\0"+ "\24\244\2\0\1\252\1\244\2\0\14\244\1\0\2\244"+ "\11\0\7\244\1\0\4\244\2\0\1\244\1\0\3\244"+ "\2\0\1\244\2\0\2\244\13\0\24\244\2\0\1\252"+ "\1\244\2\0\14\244\1\0\2\244\25\0\2\245\1\0"+ "\1\245\13\0\1\245\4\0\1\u0163\4\0\1\u0164\6\0"+ "\1\u0165\3\0\1\u0163\2\0\1\u0166\1\u0167\1\u0168\25\0"+ "\1\245\13\0\7\244\1\0\4\244\2\245\1\244\1\245"+ "\3\244\2\0\1\244\2\0\2\244\13\0\24\244\2\0"+ "\1\252\1\244\2\0\14\244\1\245\2\244\13\0\1\u0169"+ "\7\0\1\u0169\1\0\4\u0169\11\0\1\u0169\22\0\1\u0169"+ "\1\0\2\u0169\1\0\1\u0169\2\0\1\u0169\3\0\1\u0169"+ "\7\0\1\u0169\3\0\1\u0169\6\0\1\u0169\60\0\1\u016a"+ "\51\0\2\u016b\1\0\124\u016b\2\260\1\0\34\260\1\0"+ "\23\260\1\0\5\260\1\0\15\260\1\0\17\260\10\0"+ "\1\u016c\177\0\1\u016d\122\0\1\u016e\3\0\1\u016f\154\0"+ "\1\u0170\30\0\6\u0171\1\0\10\u0171\2\0\1\u0171\5\0"+ "\2\u0171\13\0\24\u0171\3\0\1\u0171\2\0\17\u0171\12\0"+ "\1\270\1\u0172\3\270\1\u0173\1\0\10\270\2\0\1\270"+ "\5\0\2\270\13\0\4\270\1\u0173\2\270\1\u0172\14\270"+ "\3\0\1\270\2\0\17\270\12\0\6\270\1\0\10\270"+ "\2\0\1\270\5\0\2\270\13\0\24\270\3\0\1\270"+ "\2\0\17\270\32\0\1\u0174\114\0\1\u0175\170\0\1\u0176"+ "\132\0\1\u0177\134\0\1\u0178\142\0\1\u0179\17\0\2\63"+ "\1\0\1\63\1\0\2\63\2\0\2\63\1\u017a\3\63"+ "\1\0\26\63\1\0\10\63\1\u017a\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\u017b\16\63\1\0\1\63\1\u017b\20\63"+ "\1\0\1\63\1\0\2\63\2\0\2\63\1\u017c\3\63"+ "\1\0\1\316\25\63\1\0\10\63\1\u017c\12\63\1\316"+ "\13\63\1\0\22\63\1\0\1\63\1\0\2\63\2\0"+ "\1\63\1\u017d\1\u017e\3\63\1\0\1\63\1\u017f\24\63"+ "\1\0\10\63\1\u017e\4\63\1\u017d\1\u017f\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\24\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\u0180\13\63\1\0"+ "\37\63\1\0\6\63\1\u0180\13\63\1\0\1\63\1\0"+ "\2\63\2\0\6\63\1\0\26\63\1\0\26\63\1\u0181"+ "\10\63\1\0\4\63\1\u0181\15\63\1\0\1\63\1\0"+ "\2\63\2\0\6\63\1\0\26\63\1\0\20\63\1\u0182"+ "\16\63\1\0\1\63\1\u0182\20\63\1\0\1\63\1\0"+ "\2\63\2\0\5\63\1\u0183\1\0\26\63\1\0\12\63"+ "\1\u0183\24\63\1\0\22\63\1\0\1\63\1\0\2\63"+ "\2\0\6\63\1\0\26\63\1\0\13\63\1\u0184\23\63"+ "\1\0\3\63\1\u0184\16\63\1\0\1\63\1\0\2\63"+ "\2\0\6\63\1\0\1\63\1\u0185\24\63\1\0\16\63"+ "\1\u0185\1\u0183\6\63\1\u0186\10\63\1\0\4\63\1\u0186"+ "\1\u0183\14\63\1\0\1\63\1\0\2\63\2\0\4\63"+ "\1\u017d\1\63\1\0\26\63\1\0\13\63\1\u0187\10\63"+ "\1\u017d\12\63\1\0\3\63\1\u0187\16\63\1\0\1\63"+ "\1\0\2\63\2\0\6\63\1\0\1\63\1\u0183\24\63"+ "\1\0\16\63\1\u0183\20\63\1\0\22\63\1\0\1\63"+ "\1\0\2\63\2\0\3\63\1\u0188\2\63\1\0\26\63"+ "\1\0\6\63\1\u0188\30\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\u0189\16\63\1\0\1\63\1\u0189\20\63\1\0\1\63"+ "\1\0\2\63\2\0\2\63\1\u018a\3\63\1\0\26\63"+ "\1\0\10\63\1\u018a\26\63\1\0\22\63\1\0\1\63"+ "\1\0\2\63\2\0\1\110\3\63\1\u018b\1\63\1\0"+ "\26\63\1\0\21\63\1\110\2\63\1\u018b\12\63\1\0"+ "\22\63\1\0\1\63\1\0\2\63\2\0\6\63\1\0"+ "\26\63\1\0\7\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\11\63\1\u018c\13\63\1\110"+ "\11\63\1\0\2\63\1\u018c\17\63\1\0\1\63\1\0"+ "\2\63\2\0\6\63\1\0\26\63\1\0\20\63\1\u018d"+ "\16\63\1\0\1\63\1\u018d\20\63\1\0\1\63\1\0"+ "\2\63\2\0\2\63\1\u018e\3\63\1\0\26\63\1\0"+ "\10\63\1\u018e\26\63\1\0\22\63\1\0\1\63\1\0"+ "\2\63\2\0\5\63\1\316\1\0\26\63\1\0\12\63"+ "\1\316\13\63\1\u0183\10\63\1\0\4\63\1\u0183\15\63"+ "\1\0\1\63\1\0\2\63\2\0\6\63\1\0\20\63"+ "\1\u018f\5\63\1\0\35\63\1\u018f\1\63\1\0\22\63"+ "\1\0\1\63\1\0\2\63\2\0\6\63\1\0\26\63"+ "\1\0\11\63\1\345\25\63\1\0\2\63\1\345\17\63"+ "\1\0\1\63\1\0\2\63\2\0\6\63\1\0\26\63"+ "\1\0\11\63\1\u0190\25\63\1\0\2\63\1\u0190\17\63"+ "\1\0\1\63\1\0\2\63\2\0\6\63\1\0\2\63"+ "\1\u0191\23\63\1\0\25\63\1\u0191\11\63\1\0\22\63"+ "\1\0\1\63\1\0\2\63\2\0\6\63\1\0\6\63"+ "\1\316\17\63\1\0\31\63\1\316\5\63\1\0\22\63"+ "\1\0\1\63\1\0\2\63\2\0\6\63\1\0\26\63"+ "\1\0\13\63\1\u0192\23\63\1\0\3\63\1\u0192\16\63"+ "\1\0\1\63\1\0\2\63\2\0\6\63\1\0\26\63"+ "\1\0\7\63\1\u0193\27\63\1\0\7\63\1\u0193\12\63"+ "\1\0\1\63\1\0\2\63\2\0\6\63\1\0\1\u0194"+ "\5\63\1\u0195\17\63\1\0\23\63\1\u0194\5\63\1\u0195"+ "\5\63\1\0\22\63\1\0\1\63\1\0\2\63\2\0"+ "\6\63\1\0\6\63\1\u0196\17\63\1\0\31\63\1\u0196"+ "\5\63\1\0\22\63\1\0\1\63\1\0\2\63\2\0"+ "\6\63\1\0\2\63\1\u0197\23\63\1\0\25\63\1\u0197"+ "\11\63\1\0\22\63\1\0\1\63\1\0\2\63\2\0"+ "\3\63\1\u0198\2\63\1\0\26\63\1\0\6\63\1\u0198"+ "\2\63\1\u0199\25\63\1\0\2\63\1\u0199\17\63\1\0"+ "\1\63\1\0\2\63\2\0\5\63\1\u019a\1\0\26\63"+ "\1\0\12\63\1\u019a\24\63\1\0\22\63\1\0\1\63"+ "\1\0\2\63\2\0\1\u019b\5\63\1\0\26\63\1\0"+ "\21\63\1\u019b\15\63\1\0\22\63\1\0\1\63\1\0"+ "\2\63\2\0\6\63\1\0\26\63\1\0\17\63\1\u019c"+ "\17\63\1\0\5\63\1\u019c\14\63\1\0\1\63\1\0"+ "\2\63\2\0\6\63\1\0\26\63\1\0\11\63\1\110"+ "\25\63\1\0\2\63\1\110\17\63\1\0\1\63\1\0"+ "\2\63\2\0\1\u019d\5\63\1\0\26\63\1\0\21\63"+ "\1\u019d\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\u019e\16\63"+ "\1\0\1\63\1\u019e\20\63\1\0\1\63\1\0\2\63"+ "\2\0\6\63\1\0\2\63\1\u019f\23\63\1\0\7\63"+ "\1\u01a0\15\63\1\u019f\11\63\1\0\7\63\1\u01a0\12\63"+ "\1\0\1\63\1\0\2\63\2\0\2\63\1\u01a1\3\63"+ "\1\0\26\63\1\0\10\63\1\u01a1\1\u0184\1\63\1\u01a2"+ "\23\63\1\0\2\63\1\u0184\1\u01a2\16\63\1\0\1\63"+ "\1\0\2\63\2\0\5\63\1\u01a3\1\0\26\63\1\0"+ "\12\63\1\u01a3\24\63\1\0\22\63\1\0\1\63\1\0"+ "\2\63\2\0\6\63\1\0\26\63\1\0\37\63\1\0"+ "\15\63\1\u017f\4\63\1\0\1\63\1\0\2\63\2\0"+ "\5\63\1\u01a4\1\0\26\63\1\0\12\63\1\u01a4\24\63"+ "\1\0\22\63\1\0\1\63\1\0\2\63\2\0\1\u01a2"+ "\5\63\1\0\26\63\1\0\21\63\1\u01a2\15\63\1\0"+ "\22\63\1\0\1\63\1\0\2\63\2\0\1\u01a5\5\63"+ "\1\0\1\63\1\320\1\u01a6\3\63\1\u0104\12\63\1\u01a7"+ "\4\63\1\0\16\63\1\320\2\63\1\u01a5\1\u01a7\2\63"+ "\1\u01a6\3\63\1\u0104\5\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\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\26\63"+ "\1\u01a8\10\63\1\0\4\63\1\u01a8\15\63\1\0\1\63"+ "\1\0\2\63\2\0\6\63\1\0\26\63\1\0\20\63"+ "\1\u01a9\16\63\1\0\1\63\1\u01a9\20\63\1\0\1\63"+ "\1\0\2\63\2\0\2\63\1\110\3\63\1\0\26\63"+ "\1\0\10\63\1\110\7\63\1\u01aa\7\63\1\110\6\63"+ "\1\0\1\63\1\u01aa\10\63\1\110\7\63\1\0\1\63"+ "\1\0\2\63\2\0\5\63\1\u01ab\1\0\1\63\1\110"+ "\24\63\1\0\12\63\1\u01ab\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\13\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\u01ac"+ "\1\0\26\63\1\0\12\63\1\u01ac\24\63\1\0\22\63"+ "\1\0\1\63\1\0\2\63\2\0\3\63\1\u01ad\2\63"+ "\1\0\26\63\1\0\6\63\1\u01ad\30\63\1\0\22\63"+ "\1\0\1\63\1\0\2\63\2\0\2\63\1\u01ae\3\63"+ "\1\0\26\63\1\0\10\63\1\u01ae\26\63\1\0\22\63"+ "\1\0\1\63\1\0\2\63\2\0\5\63\1\u01af\1\0"+ "\2\63\1\u01b0\23\63\1\0\12\63\1\u01af\12\63\1\u01b0"+ "\11\63\1\0\22\63\1\0\1\63\1\0\2\63\2\0"+ "\4\63\1\u01b1\1\63\1\0\26\63\1\0\24\63\1\u01b1"+ "\12\63\1\0\22\63\1\0\1\63\1\0\2\63\2\0"+ "\6\63\1\0\6\63\1\u0104\17\63\1\0\31\63\1\u0104"+ "\5\63\1\0\22\63\1\0\1\63\1\0\2\63\2\0"+ "\6\63\1\0\26\63\1\0\17\63\1\u01b2\17\63\1\0"+ "\5\63\1\u01b2\14\63\1\0\1\63\1\0\2\63\2\0"+ "\6\63\1\0\26\63\1\0\17\63\1\u01b3\17\63\1\0"+ "\5\63\1\u01b3\14\63\1\0\1\63\1\0\2\63\2\0"+ "\5\63\1\u01b4\1\0\26\63\1\0\12\63\1\u01b4\1\u01b5"+ "\23\63\1\0\3\63\1\u01b5\16\63\1\0\1\63\1\0"+ "\2\63\2\0\6\63\1\0\1\63\1\u01b6\24\63\1\0"+ "\16\63\1\u01b6\20\63\1\0\22\63\1\0\1\63\1\0"+ "\2\63\2\0\2\63\1\u01b7\1\63\1\110\1\63\1\0"+ "\26\63\1\0\10\63\1\u01b7\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\u01b8\25\63\1\0\23\63\1\u01b8\13\63\1\0\22\63"+ "\1\0\1\63\1\0\2\63\2\0\6\63\1\0\26\63"+ "\1\0\17\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\17\63\1\u01b9\17\63\1\0\5\63\1\u01b9\14\63"+ "\1\0\1\63\1\0\2\63\2\0\2\63\1\110\3\63"+ "\1\0\26\63\1\0\10\63\1\110\26\63\1\0\20\63"+ "\11\0\1\u01ba\56\0\1\u01ba\36\0\10\u0108\1\u01bb\24\u0108"+ "\1\u010a\73\u0108\1\0\124\u0108\37\0\1\u01bc\67\0\1\125"+ "\10\0\6\125\1\0\11\125\1\0\1\u01bd\1\0\3\125"+ "\1\0\2\125\13\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\u010d\1\134\1\0\2\134\13\0\14\134"+ "\1\u01be\7\134\1\125\2\0\1\134\2\0\17\134\20\0"+ "\1\144\26\0\1\61\60\0\1\u0110\10\0\6\u0110\1\0"+ "\11\u0110\1\0\1\u0110\1\0\3\u0110\1\0\2\u0110\13\0"+ "\25\u0110\2\0\1\u0110\2\0\17\u0110\1\0\1\u0110\10\0"+ "\6\u0110\1\0\4\u0110\2\u01bf\1\u0110\1\u01bf\1\u0110\1\u01c0"+ "\1\u0110\1\0\3\u0110\1\0\2\u0110\1\u01c0\12\0\25\u0110"+ "\2\0\1\u0110\2\0\14\u0110\1\u01bf\2\u0110\1\0\1\u0110"+ "\10\0\6\u0110\1\0\2\u0110\1\u0112\1\u0110\2\u0114\1\u0110"+ "\1\u0114\1\u0110\1\0\1\u0110\1\0\3\u0110\1\0\1\u0110"+ "\1\u0113\13\0\11\u0110\1\u0113\2\u0110\1\u0113\2\u0110\1\u0112"+ "\5\u0110\2\0\1\u0110\2\0\5\u0110\1\u0113\6\u0110\1\u0114"+ "\2\u0110\1\0\1\u0110\10\0\6\u0110\1\0\2\u0110\1\u0112"+ "\1\u0110\2\u0115\1\u0110\1\u0115\1\u0110\1\0\1\u0110\1\0"+ "\3\u0110\1\0\1\u0110\1\u0113\1\0\1\u0114\11\0\11\u0110"+ "\1\u0113\2\u0110\1\u0113\2\u0110\1\u0112\5\u0110\2\0\1\u0110"+ "\2\0\5\u0110\1\u0113\6\u0110\1\u0115\2\u0110\1\0\1\u0110"+ "\10\0\6\u0110\1\0\1\u0110\1\u01c1\1\u0112\1\u0110\1\u0115"+ "\1\u0116\1\u0110\1\u0116\1\u0110\1\0\1\u0110\1\0\3\u0110"+ "\1\0\1\u0110\1\u0113\1\0\1\u0114\11\0\10\u0110\1\u01c1"+ "\1\u0113\2\u0110\1\u0113\2\u0110\1\u0112\5\u0110\2\0\1\u0110"+ "\2\0\5\u0110\1\u0113\6\u0110\1\u0116\2\u0110\1\0\1\u0110"+ "\10\0\1\u0110\1\u01c2\4\u0110\1\0\2\u0110\1\u01c2\1\u0110"+ "\4\u01c2\1\u0110\1\0\1\u0110\1\0\3\u0110\1\0\1\u0110"+ "\1\u01c2\13\0\7\u0110\1\u01c2\1\u0110\2\u01c2\1\u0110\1\u01c2"+ "\2\u0110\1\u01c2\3\u0110\1\u01c2\1\u0110\2\0\1\u0110\2\0"+ "\1\u0110\1\u01c2\3\u0110\1\u01c2\6\u0110\1\u01c2\2\u0110\1\0"+ "\1\125\10\0\6\134\1\0\11\134\1\0\1\134\1\0"+ "\1\125\1\u010d\1\134\1\0\2\134\13\0\17\134\1\u01c3"+ "\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\u010d\1\134\1\0\2\134\13\0\4\134\1\u01c4\6\134"+ "\1\u01c5\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\u010d\1\134\1\0\1\134\1\u01c6\13\0\24\134"+ "\1\125\2\0\1\134\2\0\3\134\1\u01c7\13\134\1\0"+ "\1\125\10\0\6\134\1\0\11\134\1\0\1\134\1\0"+ "\1\125\1\u010d\1\134\1\0\2\134\13\0\16\134\1\u01c8"+ "\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\u010d\1\134\1\0\2\134\13\0\4\134\1\u01c9\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\u010d"+ "\1\134\1\0\2\134\13\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\u01cb\1\0\1\125\1\u010d\1\134"+ "\1\0\2\134\13\0\12\134\1\u01cc\2\134\1\u011b\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\u010d"+ "\1\134\1\0\2\134\13\0\1\u01cd\1\134\1\u01ce\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\u010d"+ "\1\134\1\0\2\134\13\0\16\134\1\u01cf\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\u010d\1\134"+ "\1\0\2\134\13\0\10\134\1\u01d0\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\u010d\1\134\1\0"+ "\2\134\13\0\4\134\1\u01d1\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\u010d\1\134\1\0\2\134"+ "\13\0\24\134\1\125\2\0\1\134\2\0\1\u011b\16\134"+ "\1\0\1\125\10\0\6\134\1\0\11\134\1\0\1\134"+ "\1\0\1\125\1\u010d\1\134\1\0\2\134\13\0\5\134"+ "\1\u01d2\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\u010d\1\134\1\0\2\134\13\0\12\134\1\u01d3"+ "\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\u010d\1\134\1\0\2\134\13\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\u010d"+ "\1\134\1\0\2\134\13\0\4\134\1\u01d5\6\134\1\u01d6"+ "\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\u010d\1\134\1\0\2\134\13\0\5\134\1\u01d7\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\u010d"+ "\1\134\1\0\2\134\13\0\4\134\1\u01d8\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\u01d9\1\0\1\125\1\u010d\1\134"+ "\1\0\2\134\13\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\u010d\1\134\1\0\2\134\13\0"+ "\10\134\1\u01da\3\134\1\u01db\6\134\1\u01dc\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\u010d\1\134\1\0"+ "\2\134\13\0\13\134\1\u01dd\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\u010d\1\134\1\0\2\134"+ "\13\0\16\134\1\u01de\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\u010d\1\134\1\0\2\134\13\0"+ "\12\134\1\u01df\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\u010d\1\134\1\0\2\134\13\0\3\134"+ "\1\u01e0\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\u010d\1\134\1\0\2\134\13\0\5\134\1\u01e1"+ "\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\u010d\1\134\1\0\2\134\13\0\1\u01e2\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\u010d\1\134"+ "\1\0\2\134\13\0\5\134\1\u01e3\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\u010d\1\134\1\0"+ "\2\134\13\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\u010d\1\134\1\0\2\134"+ "\13\0\2\134\1\u011b\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\u010d\1\134\1\0\2\134\13\0"+ "\3\134\1\u01e5\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\u010d\1\134\1\0\2\134\13\0\10\134"+ "\1\u01e6\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\u010d\1\134\1\0\2\134\13\0\23\134\1\u01e7"+ "\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\u010d"+ "\1\134\1\0\2\134\13\0\1\u01e8\2\134\1\u01e9\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\u010d"+ "\1\134\1\0\2\134\13\0\2\134\1\u01ea\4\134\1\u01eb"+ "\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\u01ec\1\0\1\125"+ "\1\u010d\1\134\1\0\2\134\13\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\u010d\1\134\1\0"+ "\2\134\13\0\13\134\1\u01d6\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\u010d\1\134\1\0\2\134"+ "\13\0\7\134\1\u01ed\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\u010d\1\134\1\0\2\134\13\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\u010d\1\134\1\0\2\134\13\0\12\134"+ "\1\u01ef\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\u010d\1\134\1\0\2\134\13\0\4\134\1\u01f0"+ "\11\134\1\u01f1\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\u010d\1\134\1\0\2\134\13\0\1\u01f2"+ "\7\134\1\u01f3\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\u010d\1\134\1\0\2\134\13\0\17\134"+ "\1\u01f4\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\u010d\1\134\1\0\2\134\13\0\3\134\1\u01f5"+ "\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\u010d\1\134\1\0\2\134\13\0\4\134\1\u01f6\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\u010d"+ "\1\134\1\0\2\134\13\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\u010d\1\134"+ "\1\0\2\134\13\0\1\u01f8\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\u010d\1\134\1\0\2\134"+ "\13\0\24\134\1\125\2\0\1\134\2\0\3\134\1\u011b"+ "\13\134\13\0\1\u01f9\7\0\1\u01f9\1\0\4\u01f9\11\0"+ "\1\u01f9\22\0\1\u01f9\1\0\2\u01f9\1\0\1\u01f9\2\0"+ "\1\u01f9\3\0\1\u01f9\7\0\1\u01f9\3\0\1\u01f9\6\0"+ "\1\u01f9\15\0\1\u01fa\7\0\1\u01fa\1\0\4\u01fa\11\0"+ "\1\u01fa\22\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\14\0\1\u01fb\56\0\1\u01fb\117\0\1\u01fc\132\0"+ "\1\u01fd\134\0\1\u01fe\142\0\1\u01ff\30\0\1\u0200\56\0"+ "\1\u0200\47\0\1\u0201\56\0\1\u0201\47\0\6\u0154\1\0"+ "\13\u0154\5\0\2\u0154\1\0\1\u0154\11\0\24\u0154\3\0"+ "\1\u0154\2\0\17\u0154\70\0\1\u0202\1\0\1\u0203\6\0"+ "\1\u0204\106\0\1\u0205\130\0\1\u0206\133\0\1\u0207\117\0"+ "\1\u0208\1\u0209\125\0\1\u020a\131\0\1\u020b\120\0\1\u020c"+ "\11\0\1\u020d\114\0\1\u020e\135\0\1\u020f\117\0\1\u0210"+ "\2\0\1\u0211\130\0\1\u0212\12\0\1\u0213\106\0\1\u0214"+ "\62\0\6\u0162\1\0\13\u0162\5\0\2\u0162\1\0\1\u0162"+ "\11\0\24\u0162\3\0\1\u0162\2\0\17\u0162\63\0\1\u0163"+ "\141\0\1\u0163\112\0\1\u0163\2\0\1\u0163\17\0\1\u0163"+ "\117\0\1\u0163\6\0\1\u0163\112\0\1\u0163\4\0\1\u0163"+ "\126\0\1\u0215\112\0\1\u0216\132\0\1\u0217\134\0\1\u0218"+ "\142\0\1\u0219\30\0\2\270\1\u021a\3\270\1\0\10\270"+ "\2\0\1\270\5\0\2\270\13\0\2\270\1\u021a\21\270"+ "\3\0\1\270\2\0\17\270\12\0\6\270\1\0\1\u021b"+ "\7\270\2\0\1\270\5\0\2\270\13\0\15\270\1\u021b"+ "\6\270\3\0\1\270\2\0\17\270\32\0\1\u021c\170\0"+ "\1\u021d\127\0\1\u0178\105\0\1\u021e\116\0\1\u021f\63\0"+ "\2\63\1\0\1\63\1\0\2\63\2\0\3\63\1\u0220"+ "\2\63\1\0\26\63\1\0\6\63\1\u0220\30\63\1\0"+ "\22\63\1\0\1\63\1\0\2\63\2\0\1\63\1\u0194"+ "\4\63\1\0\26\63\1\0\13\63\1\110\1\63\1\u0194"+ "\21\63\1\0\3\63\1\110\16\63\1\0\1\63\1\0"+ "\2\63\2\0\3\63\1\u0221\2\63\1\0\26\63\1\0"+ "\6\63\1\u0221\2\63\1\u0222\25\63\1\0\2\63\1\u0222"+ "\17\63\1\0\1\63\1\0\2\63\2\0\5\63\1\u0223"+ "\1\0\26\63\1\0\12\63\1\u0223\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\u0194\6\63\1\0\12\63\1\u0194\7\63"+ "\1\0\1\63\1\0\2\63\2\0\6\63\1\0\2\63"+ "\1\u0224\23\63\1\0\25\63\1\u0224\11\63\1\0\22\63"+ "\1\0\1\63\1\0\2\63\2\0\2\63\1\u0225\3\63"+ "\1\0\26\63\1\0\10\63\1\u0225\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\24\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\u01a8\24\63\1\0\16\63\1\u01a8\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\25\63\1\110\11\63\1\0\22\63"+ "\1\0\1\63\1\0\2\63\2\0\5\63\1\u0194\1\0"+ "\26\63\1\0\12\63\1\u0194\24\63\1\0\22\63\1\0"+ "\1\63\1\0\2\63\2\0\6\63\1\0\26\63\1\0"+ "\7\63\1\u0226\27\63\1\0\7\63\1\u0226\12\63\1\0"+ "\1\63\1\0\2\63\2\0\6\63\1\0\26\63\1\0"+ "\26\63\1\u0227\10\63\1\0\4\63\1\u0227\15\63\1\0"+ "\1\63\1\0\2\63\2\0\6\63\1\0\26\63\1\0"+ "\30\63\1\u0228\6\63\1\0\12\63\1\u0228\7\63\1\0"+ "\1\63\1\0\2\63\2\0\6\63\1\0\26\63\1\0"+ "\13\63\1\u0229\23\63\1\0\3\63\1\u0229\16\63\1\0"+ "\1\63\1\0\2\63\2\0\6\63\1\0\1\u0194\25\63"+ "\1\0\23\63\1\u0194\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\u022a\16\63\1\0\1\63\1\u022a\20\63\1\0\1\63"+ "\1\0\2\63\2\0\6\63\1\0\12\63\1\u01a2\13\63"+ "\1\0\37\63\1\0\6\63\1\u01a2\13\63\1\0\1\63"+ "\1\0\2\63\2\0\6\63\1\0\26\63\1\0\7\63"+ "\1\u01b3\27\63\1\0\7\63\1\u01b3\12\63\1\0\1\63"+ "\1\0\2\63\2\0\3\63\1\u022b\2\63\1\0\26\63"+ "\1\0\6\63\1\u022b\30\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\u01a1\16\63\1\0\1\63\1\u01a1\20\63\1\0\1\63"+ "\1\0\2\63\2\0\5\63\1\u022c\1\0\26\63\1\0"+ "\12\63\1\u022c\24\63\1\0\22\63\1\0\1\63\1\0"+ "\2\63\2\0\6\63\1\0\26\63\1\0\11\63\1\u01a2"+ "\25\63\1\0\2\63\1\u01a2\17\63\1\0\1\63\1\0"+ "\2\63\2\0\6\63\1\0\26\63\1\0\20\63\1\u0102"+ "\16\63\1\0\1\63\1\u0102\20\63\1\0\1\63\1\0"+ "\2\63\2\0\6\63\1\0\26\63\1\0\27\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\u022d\23\63\1\0"+ "\25\63\1\u022d\11\63\1\0\22\63\1\0\1\63\1\0"+ "\2\63\2\0\6\63\1\0\2\63\1\u0104\23\63\1\0"+ "\25\63\1\u0104\11\63\1\0\22\63\1\0\1\63\1\0"+ "\2\63\2\0\6\63\1\0\2\63\1\u01a8\23\63\1\0"+ "\25\63\1\u01a8\11\63\1\0\22\63\1\0\1\63\1\0"+ "\2\63\2\0\6\63\1\0\2\63\1\u0102\23\63\1\0"+ "\25\63\1\u0102\11\63\1\0\22\63\1\0\1\63\1\0"+ "\2\63\2\0\6\63\1\0\26\63\1\0\13\63\1\u022e"+ "\23\63\1\0\3\63\1\u022e\16\63\1\0\1\63\1\0"+ "\2\63\2\0\1\63\1\u022f\4\63\1\0\26\63\1\0"+ "\15\63\1\u022f\21\63\1\0\22\63\1\0\1\63\1\0"+ "\2\63\2\0\5\63\1\u0230\1\0\26\63\1\0\12\63"+ "\1\u0230\24\63\1\0\22\63\1\0\1\63\1\0\2\63"+ "\2\0\6\63\1\0\26\63\1\0\11\63\1\u0231\25\63"+ "\1\0\2\63\1\u0231\17\63\1\0\1\63\1\0\2\63"+ "\2\0\6\63\1\0\1\110\25\63\1\0\23\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\u0232\23\63\1\0\25\63\1\u0232"+ "\11\63\1\0\22\63\1\0\1\63\1\0\2\63\2\0"+ "\6\63\1\0\26\63\1\0\26\63\1\u0233\10\63\1\0"+ "\4\63\1\u0233\15\63\1\0\1\63\1\0\2\63\2\0"+ "\6\63\1\0\1\63\1\u0234\24\63\1\0\16\63\1\u0234"+ "\20\63\1\0\22\63\1\0\1\63\1\0\2\63\2\0"+ "\6\63\1\0\12\63\1\u0235\13\63\1\0\37\63\1\0"+ "\6\63\1\u0235\13\63\1\0\1\63\1\0\2\63\2\0"+ "\6\63\1\0\26\63\1\0\26\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\12\63\1\110\24\63"+ "\1\0\22\63\1\0\1\63\1\0\2\63\2\0\3\63"+ "\1\u0230\2\63\1\0\26\63\1\0\6\63\1\u0230\1\u0226"+ "\27\63\1\0\7\63\1\u0226\12\63\1\0\1\63\1\0"+ "\2\63\2\0\4\63\1\u018b\1\63\1\0\26\63\1\0"+ "\24\63\1\u018b\12\63\1\0\22\63\1\0\1\63\1\0"+ "\2\63\2\0\1\63\1\302\4\63\1\0\26\63\1\0"+ "\15\63\1\302\21\63\1\0\22\63\1\0\1\63\1\0"+ "\2\63\2\0\6\63\1\0\26\63\1\0\26\63\1\u0236"+ "\10\63\1\0\4\63\1\u0236\15\63\1\0\1\63\1\0"+ "\2\63\2\0\2\63\1\u0237\3\63\1\0\26\63\1\0"+ "\10\63\1\u0237\26\63\1\0\22\63\1\0\1\63\1\0"+ "\2\63\2\0\6\63\1\0\26\63\1\0\17\63\1\u0238"+ "\17\63\1\0\5\63\1\u0238\14\63\1\0\1\63\1\0"+ "\2\63\2\0\6\63\1\0\1\63\1\u0239\24\63\1\0"+ "\16\63\1\u0239\20\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\u023a"+ "\16\63\1\0\1\63\1\u023a\20\63\1\0\1\63\1\0"+ "\2\63\2\0\6\63\1\0\26\63\1\0\20\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\17\63\1\u0183"+ "\17\63\1\0\5\63\1\u0183\14\63\1\0\1\63\1\0"+ "\2\63\2\0\6\63\1\0\26\63\1\0\11\63\1\u023c"+ "\25\63\1\0\2\63\1\u023c\17\63\1\0\1\63\1\0"+ "\2\63\2\0\3\63\1\u023d\2\63\1\0\26\63\1\0"+ "\6\63\1\u023d\30\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"+ "\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\u023e\24\63\1\0"+ "\16\63\1\u023e\20\63\1\0\22\63\1\0\1\63\1\0"+ "\2\63\2\0\3\63\1\346\2\63\1\0\26\63\1\0"+ "\6\63\1\346\30\63\1\0\22\63\1\0\1\63\1\0"+ "\2\63\2\0\2\63\1\u023f\3\63\1\0\26\63\1\0"+ "\10\63\1\u023f\26\63\1\0\22\63\1\0\1\63\1\0"+ "\2\63\2\0\6\63\1\0\2\63\1\u0104\23\63\1\0"+ "\20\63\1\110\4\63\1\u0104\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\37\63\1\0\6\63\1\110"+ "\13\63\1\0\1\63\1\0\2\63\2\0\5\63\1\u0240"+ "\1\0\26\63\1\0\12\63\1\u0240\24\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\110\7\63\1\0\10\63\1\110\1\u0241"+ "\10\63\1\0\1\63\1\0\2\63\2\0\6\63\1\0"+ "\26\63\1\0\7\63\1\u0242\27\63\1\0\7\63\1\u0242"+ "\12\63\1\0\1\63\1\0\2\63\2\0\6\63\1\0"+ "\2\63\1\346\23\63\1\0\25\63\1\346\11\63\1\0"+ "\20\63\12\0\1\u0243\51\0\1\u0243\117\0\2\u01bb\16\0"+ "\1\u01bb\41\0\1\u0244\116\0\1\125\10\0\1\125\1\u0245"+ "\4\125\1\0\2\125\1\u0245\1\125\4\u0245\1\125\1\0"+ "\1\125\1\0\3\125\1\0\1\125\1\u0245\13\0\7\125"+ "\1\u0245\1\125\2\u0245\1\125\1\u0245\2\125\1\u0245\3\125"+ "\1\u0245\1\125\2\0\1\125\2\0\1\125\1\u0245\3\125"+ "\1\u0245\6\125\1\u0245\2\125\1\0\1\125\10\0\6\134"+ "\1\0\11\134\1\0\1\134\1\0\1\125\1\u010d\1\134"+ "\1\0\2\134\13\0\1\u0246\23\134\1\125\2\0\1\134"+ "\2\0\17\134\1\0\1\u0110\10\0\6\u0110\1\0\4\u0110"+ "\2\u01bf\1\u0110\1\u01bf\1\u0110\1\0\1\u0110\1\0\3\u0110"+ "\1\0\1\u0110\1\u0113\13\0\11\u0110\1\u0113\2\u0110\1\u0113"+ "\10\u0110\2\0\1\u0110\2\0\5\u0110\1\u0113\6\u0110\1\u01bf"+ "\2\u0110\25\0\2\u01bf\1\0\1\u01bf\73\0\1\u01bf\3\0"+ "\1\u0110\10\0\1\u0110\1\u01c2\4\u0110\1\0\1\u0110\1\u01c1"+ "\1\u01c2\1\u0110\4\u01c2\1\u0110\1\0\1\u0110\1\0\3\u0110"+ "\1\0\1\u0110\1\u01c2\13\0\7\u0110\1\u01c2\1\u01c1\2\u01c2"+ "\1\u0110\1\u01c2\2\u0110\1\u01c2\3\u0110\1\u01c2\1\u0110\2\0"+ "\1\u0110\2\0\1\u0110\1\u01c2\3\u0110\1\u01c2\6\u0110\1\u01c2"+ "\2\u0110\1\0\1\125\10\0\6\134\1\0\11\134\1\0"+ "\1\134\1\0\1\125\1\u010d\1\134\1\0\2\134\13\0"+ "\13\134\1\u013e\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\u010d\1\134\1\0\2\134\13\0\17\134"+ "\1\u0247\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\u010d\1\134\1\0\2\134\13\0\4\134\1\u0248"+ "\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\u010d\1\134\1\0\2\134\13\0\1\u0249\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\u010d\1\134"+ "\1\0\2\134\13\0\12\134\1\u024a\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\u010d\1\134\1\0"+ "\2\134\13\0\3\134\1\u024b\4\134\1\u024c\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\u010d\1\134"+ "\1\0\2\134\13\0\3\134\1\u011b\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\u024d\1\0\1\125\1\u010d\1\134\1\0"+ "\2\134\13\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\u010d\1\134\1\0\2\134\13\0\17\134"+ "\1\u024e\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\u010d\1\134\1\0\2\134\13\0\5\134\1\u024f"+ "\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\u010d\1\134\1\0\2\134\13\0\13\134\1\u011b\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\u010d"+ "\1\134\1\0\2\134\13\0\3\134\1\u0250\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\u010d\1\134"+ "\1\0\2\134\13\0\17\134\1\u0251\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\u010d\1\134\1\0"+ "\2\134\13\0\10\134\1\u011b\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\u010d\1\134\1\0\2\134"+ "\13\0\1\u0252\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\u010d\1\134\1\0\2\134\13\0\4\134"+ "\1\u0253\6\134\1\u0254\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\u010d\1\134\1\0\2\134\13\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\u010d\1\134\1\0\2\134\13\0\13\134"+ "\1\u01cd\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\u010d\1\134\1\0\2\134\13\0\7\134\1\u01f7"+ "\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\u010d\1\134\1\0\2\134\13\0\17\134\1\u011b\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\u010d"+ "\1\134\1\0\2\134\13\0\1\134\1\u0255\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\u010d\1\134"+ "\1\0\2\134\13\0\23\134\1\u0256\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\u010d\1\134\1\0\2\134"+ "\13\0\17\134\1\u0257\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\u010d\1\134\1\0\2\134\13\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\u0259"+ "\1\0\1\125\1\u010d\1\134\1\0\2\134\13\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\u010d"+ "\1\134\1\0\2\134\13\0\4\134\1\u025a\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\u010d\1\134"+ "\1\0\2\134\13\0\17\134\1\u0135\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\u010d\1\134\1\0"+ "\2\134\13\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\u010d\1\134\1\0\2\134"+ "\13\0\2\134\1\u025c\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\u010d\1\134\1\0\2\134\13\0"+ "\7\134\1\u025d\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\u010d\1\134\1\0\2\134\13\0\4\134"+ "\1\u01d5\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\u010d\1\134\1\0\2\134\13\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\u010d\1\134\1\0\2\134\13\0\12\134\1\u025f\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\u010d"+ "\1\134\1\0\2\134\13\0\12\134\1\u025c\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\u010d\1\134"+ "\1\0\2\134\13\0\13\134\1\u01cb\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\u010d\1\134\1\0"+ "\2\134\13\0\10\134\1\u025b\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\u010d\1\134\1\0\2\134"+ "\13\0\22\134\1\u0260\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\u010d\1\134\1\0\2\134\13\0"+ "\4\134\1\u0261\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\u010d\1\134\1\0\2\134\13\0\13\134"+ "\1\u0262\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\u010d\1\134\1\0\2\134\13\0\21\134\1\u0263"+ "\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\u010d\1\134\1\0\2\134\13\0\20\134\1\u011b\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\u010d"+ "\1\134\1\0\2\134\13\0\6\134\1\u0264\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\u010d\1\134"+ "\1\0\2\134\13\0\12\134\1\u0265\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\u010d\1\134\1\0"+ "\2\134\13\0\10\134\1\u0266\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\u010d\1\134\1\0\2\134"+ "\13\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\u010d\1\134\1\0\2\134\13\0"+ "\3\134\1\u024b\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\u010d\1\134\1\0\2\134\13\0\11\134"+ "\1\u011b\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\u010d\1\134\1\0\2\134\13\0\12\134\1\u0268"+ "\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\u010d\1\134\1\0\2\134\13\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\u010d"+ "\1\134\1\0\2\134\13\0\10\134\1\u026a\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\u010d\1\134"+ "\1\0\2\134\13\0\17\134\1\u0255\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\u010d\1\134\1\0"+ "\2\134\13\0\6\134\1\u011b\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\u010d\1\134\1\0\2\134"+ "\13\0\10\134\1\u01d6\13\134\1\125\2\0\1\134\2\0"+ "\17\134\13\0\1\u026b\7\0\1\u026b\1\0\4\u026b\11\0"+ "\1\u026b\22\0\1\u026b\1\0\2\u026b\1\0\1\u026b\2\0"+ "\1\u026b\3\0\1\u026b\7\0\1\u026b\3\0\1\u026b\6\0"+ "\1\u026b\15\0\1\u026c\7\0\1\u026c\1\0\4\u026c\11\0"+ "\1\u026c\22\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\51\0\1\u026d\135\0\1\u026e\127\0"+ "\1\u01fe\105\0\1\u026f\116\0\1\u0270\75\0\1\u0271\51\0"+ "\1\u0271\60\0\1\u0272\42\0\1\u0272\136\0\1\u0273\112\0"+ "\1\u0274\145\0\1\u0275\112\0\1\u0208\133\0\1\u0276\120\0"+ "\1\u0277\130\0\1\u0278\130\0\1\u0279\142\0\1\u027a\123\0"+ "\1\u027b\114\0\1\u027c\126\0\1\u027d\5\0\1\u027e\126\0"+ "\1\u0212\117\0\1\u027f\124\0\1\u0280\133\0\1\u0281\131\0"+ "\1\u0282\132\0\1\u0283\123\0\1\u0284\131\0\1\u0285\126\0"+ "\1\u0286\127\0\1\u0218\105\0\1\u0287\116\0\1\u0288\74\0"+ "\3\270\1\u0289\2\270\1\0\10\270\2\0\1\270\5\0"+ "\2\270\13\0\1\u0289\23\270\3\0\1\270\2\0\17\270"+ "\12\0\6\270\1\0\1\270\1\u028a\6\270\2\0\1\270"+ "\5\0\2\270\13\0\10\270\1\u028a\13\270\3\0\1\270"+ "\2\0\17\270\54\0\1\u021e\14\0\1\u0178\46\0\1\u028b"+ "\123\0\2\u028c\1\0\7\u021f\1\0\10\u021f\2\u028c\1\u021f"+ "\1\0\1\u028c\1\0\1\u021f\1\u028c\2\u021f\2\u028c\1\0"+ "\2\u028c\1\0\5\u028c\24\u021f\3\u028c\1\u021f\2\u028c\17\u021f"+ "\1\0\2\63\1\0\1\63\1\0\2\63\2\0\4\63"+ "\1\u01a2\1\63\1\0\26\63\1\0\24\63\1\u01a2\12\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\u0183\7\63\1\0\10\63"+ "\1\u0183\11\63\1\0\1\63\1\0\2\63\2\0\6\63"+ "\1\0\26\63\1\0\13\63\1\323\23\63\1\0\3\63"+ "\1\323\16\63\1\0\1\63\1\0\2\63\2\0\3\63"+ "\1\u0230\2\63\1\0\26\63\1\0\6\63\1\u0230\30\63"+ "\1\0\22\63\1\0\1\63\1\0\2\63\2\0\1\63"+ "\1\u01a2\4\63\1\0\26\63\1\0\15\63\1\u01a2\21\63"+ "\1\0\22\63\1\0\1\63\1\0\2\63\2\0\1\63"+ "\1\u0183\4\63\1\0\26\63\1\0\15\63\1\u0183\21\63"+ "\1\0\22\63\1\0\1\63\1\0\2\63\2\0\2\63"+ "\1\u028d\3\63\1\0\26\63\1\0\10\63\1\u028d\26\63"+ "\1\0\22\63\1\0\1\63\1\0\2\63\2\0\6\63"+ "\1\0\2\63\1\u028e\23\63\1\0\20\63\1\u022d\4\63"+ "\1\u028e\11\63\1\0\1\63\1\u022d\20\63\1\0\1\63"+ "\1\0\2\63\2\0\6\63\1\0\26\63\1\0\20\63"+ "\1\u028f\16\63\1\0\1\63\1\u028f\20\63\1\0\1\63"+ "\1\0\2\63\2\0\6\63\1\0\26\63\1\0\17\63"+ "\1\u0290\17\63\1\0\5\63\1\u0290\14\63\1\0\1\63"+ "\1\0\2\63\2\0\6\63\1\0\26\63\1\0\26\63"+ "\1\u0183\10\63\1\0\4\63\1\u0183\15\63\1\0\1\63"+ "\1\0\2\63\2\0\6\63\1\0\26\63\1\0\13\63"+ "\1\u0291\23\63\1\0\3\63\1\u0291\16\63\1\0\1\63"+ "\1\0\2\63\2\0\6\63\1\0\26\63\1\0\20\63"+ "\1\u0292\16\63\1\0\1\63\1\u0292\20\63\1\0\1\63"+ "\1\0\2\63\2\0\6\63\1\0\26\63\1\0\13\63"+ "\1\u0102\23\63\1\0\3\63\1\u0102\16\63\1\0\1\63"+ "\1\0\2\63\2\0\5\63\1\u0293\1\0\26\63\1\0"+ "\12\63\1\u0293\24\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\u0294"+ "\7\63\1\0\10\63\1\u0294\11\63\1\0\1\63\1\0"+ "\2\63\2\0\6\63\1\0\26\63\1\0\11\63\1\365"+ "\25\63\1\0\2\63\1\365\17\63\1\0\1\63\1\0"+ "\2\63\2\0\6\63\1\0\12\63\1\u022d\13\63\1\0"+ "\37\63\1\0\6\63\1\u022d\13\63\1\0\1\63\1\0"+ "\2\63\2\0\6\63\1\0\21\63\1\u0295\4\63\1\0"+ "\22\63\1\u0295\14\63\1\0\22\63\1\0\1\63\1\0"+ "\2\63\2\0\6\63\1\0\2\63\1\u0296\23\63\1\0"+ "\25\63\1\u0296\11\63\1\0\22\63\1\0\1\63\1\0"+ "\2\63\2\0\6\63\1\0\26\63\1\0\17\63\1\u0297"+ "\17\63\1\0\5\63\1\u0297\14\63\1\0\1\63\1\0"+ "\2\63\2\0\2\63\1\u0183\3\63\1\0\26\63\1\0"+ "\10\63\1\u0183\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\u0298"+ "\16\63\1\0\1\63\1\u0298\20\63\1\0\1\63\1\0"+ "\2\63\2\0\6\63\1\0\26\63\1\0\11\63\1\323"+ "\25\63\1\0\2\63\1\323\17\63\1\0\1\63\1\0"+ "\2\63\2\0\3\63\1\u0299\2\63\1\0\26\63\1\0"+ "\6\63\1\u0299\30\63\1\0\22\63\1\0\1\63\1\0"+ "\2\63\2\0\5\63\1\u029a\1\0\1\63\1\u029b\24\63"+ "\1\0\7\63\1\u029c\2\63\1\u029a\3\63\1\u029b\20\63"+ "\1\0\7\63\1\u029c\12\63\1\0\1\63\1\0\2\63"+ "\2\0\6\63\1\0\26\63\1\0\13\63\1\u029d\23\63"+ "\1\0\3\63\1\u029d\16\63\1\0\1\63\1\0\2\63"+ "\2\0\1\63\1\316\4\63\1\0\26\63\1\0\15\63"+ "\1\316\21\63\1\0\22\63\1\0\1\63\1\0\2\63"+ "\2\0\6\63\1\0\2\63\1\u01a2\23\63\1\0\25\63"+ "\1\u01a2\11\63\1\0\22\63\1\0\1\63\1\0\2\63"+ "\2\0\6\63\1\0\2\63\1\u029e\23\63\1\0\25\63"+ "\1\u029e\11\63\1\0\22\63\1\0\1\63\1\0\2\63"+ "\2\0\3\63\1\u029f\2\63\1\0\26\63\1\0\6\63"+ "\1\u029f\30\63\1\0\22\63\1\0\1\63\1\0\2\63"+ "\2\0\6\63\1\0\12\63\1\u02a0\13\63\1\0\37\63"+ "\1\0\6\63\1\u02a0\13\63\1\0\1\63\1\0\2\63"+ "\2\0\6\63\1\0\2\63\1\365\23\63\1\0\25\63"+ "\1\365\11\63\1\0\20\63\13\0\1\u02a1\43\0\1\u02a1"+ "\47\0\1\125\10\0\1\125\1\u02a2\4\125\1\0\2\125"+ "\1\u02a2\1\125\4\u02a2\1\125\1\0\1\125\1\0\3\125"+ "\1\0\1\125\1\u02a2\13\0\7\125\1\u02a2\1\125\2\u02a2"+ "\1\125\1\u02a2\2\125\1\u02a2\3\125\1\u02a2\1\125\2\0"+ "\1\125\2\0\1\125\1\u02a2\3\125\1\u02a2\6\125\1\u02a2"+ "\2\125\1\0\1\125\10\0\6\134\1\0\11\134\1\0"+ "\1\134\1\0\1\125\1\u010d\1\134\1\0\2\134\13\0"+ "\5\134\1\u02a3\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\u010d\1\134\1\0\2\134\13\0\2\134"+ "\1\u02a4\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\u010d\1\134\1\0\2\134\13\0\12\134\1\u02a5"+ "\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\u010d\1\134\1\0\2\134\13\0\5\134\1\u02a6\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\u010d"+ "\1\134\1\0\2\134\13\0\24\134\1\125\2\0\1\134"+ "\2\0\3\134\1\u0266\13\134\1\0\1\125\10\0\6\134"+ "\1\0\11\134\1\0\1\134\1\0\1\125\1\u010d\1\134"+ "\1\0\2\134\13\0\2\134\1\u0254\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\u010d\1\134\1\0"+ "\2\134\13\0\17\134\1\u02a7\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\u010d\1\134\1\0\2\134"+ "\13\0\2\134\1\u02a8\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\u010d\1\134\1\0\2\134\13\0"+ "\13\134\1\u02a9\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\u010d\1\134\1\0\2\134\13\0\24\134"+ "\1\125\2\0\1\134\2\0\1\u02aa\16\134\1\0\1\125"+ "\10\0\6\134\1\0\11\134\1\0\1\134\1\0\1\125"+ "\1\u010d\1\134\1\0\2\134\13\0\3\134\1\u02ab\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\u010d"+ "\1\134\1\0\2\134\13\0\22\134\1\u01d6\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\u010d\1\134"+ "\1\0\2\134\13\0\1\u02ac\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\u010d\1\134\1\0\2\134"+ "\13\0\4\134\1\u011b\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\u010d\1\134\1\0\2\134\13\0"+ "\10\134\1\u01f6\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\u010d\1\134\1\0\2\134\13\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\u02ad\1\0"+ "\1\125\1\u010d\1\134\1\0\2\134\13\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\u010d\1\134"+ "\1\0\2\134\13\0\1\134\1\u02ae\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\u010d\1\134\1\0"+ "\2\134\13\0\2\134\1\u02af\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\u010d\1\134\1\0\2\134"+ "\13\0\1\u02b0\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\u010d\1\134\1\0\2\134\13\0\4\134"+ "\1\u0255\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\u010d\1\134\1\0\2\134\13\0\6\134\1\u02b1"+ "\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\u010d\1\134\1\0\2\134\13\0\4\134\1\u02b2\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\u010d"+ "\1\134\1\0\2\134\13\0\10\134\1\u02b3\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\u010d\1\134"+ "\1\0\2\134\13\0\12\134\1\u0257\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\u010d\1\134\1\0"+ "\2\134\13\0\17\134\1\u02b4\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\u010d\1\134\1\0\2\134"+ "\13\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\u010d\1\134\1\0\2\134\13\0"+ "\12\134\1\u02b6\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\u010d\1\134\1\0\2\134\13\0\16\134"+ "\1\u02b7\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\u010d\1\134\1\0\2\134\13\0\5\134\1\u02b8"+ "\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\u010d\1\134\1\0\2\134\13\0\4\134\1\u0146\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\u010d"+ "\1\134\1\0\2\134\13\0\21\134\1\u011b\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\u010d\1\134"+ "\1\0\2\134\13\0\17\134\1\u02b9\4\134\1\125\2\0"+ "\1\134\2\0\17\134\14\0\1\u02ba\43\0\1\u02ba\122\0"+ "\1\u026f\14\0\1\u01fe\46\0\1\u02bb\123\0\2\u02bc\1\0"+ "\7\u0270\1\0\10\u0270\2\u02bc\1\u0270\1\0\1\u02bc\1\0"+ "\1\u0270\1\u02bc\2\u0270\2\u02bc\1\0\2\u02bc\1\0\5\u02bc"+ "\24\u0270\3\u02bc\1\u0270\2\u02bc\17\u0270\14\0\1\u02bd\43\0"+ "\1\u02bd\67\0\1\u02be\51\0\1\u02be\115\0\1\u027a\124\0"+ "\1\u02bf\140\0\1\u02c0\127\0\1\u02c1\112\0\1\u02c2\101\0"+ "\1\u02c3\171\0\1\u02c4\116\0\1\u02c5\140\0\1\u0278\106\0"+ "\1\u0278\131\0\1\u02c1\122\0\1\u02c6\141\0\1\u027e\70\0"+ "\1\u02c7\174\0\1\u02c8\107\0\1\u02c9\122\0\1\u02ca\131\0"+ "\1\u02cb\121\0\1\u0287\14\0\1\u0218\46\0\1\u02cc\123\0"+ "\2\u02cd\1\0\7\u0288\1\0\10\u0288\2\u02cd\1\u0288\1\0"+ "\1\u02cd\1\0\1\u0288\1\u02cd\2\u0288\2\u02cd\1\0\2\u02cd"+ "\1\0\5\u02cd\24\u0288\3\u02cd\1\u0288\2\u02cd\17\u0288\12\0"+ "\4\270\1\u02ce\1\270\1\0\10\270\2\0\1\270\5\0"+ "\2\270\13\0\16\270\1\u02ce\5\270\3\0\1\270\2\0"+ "\17\270\12\0\6\270\1\0\2\270\1\u02cf\5\270\2\0"+ "\1\270\5\0\2\270\13\0\17\270\1\u02cf\4\270\3\0"+ "\1\270\2\0\17\270\11\0\1\u021f\116\0\2\63\1\0"+ "\1\63\1\0\2\63\2\0\6\63\1\0\26\63\1\0"+ "\11\63\1\u02d0\25\63\1\0\2\63\1\u02d0\17\63\1\0"+ "\1\63\1\0\2\63\2\0\6\63\1\0\26\63\1\0"+ "\13\63\1\u01a2\23\63\1\0\3\63\1\u01a2\16\63\1\0"+ "\1\63\1\0\2\63\2\0\1\110\5\63\1\0\26\63"+ "\1\0\21\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\u02d1\23\63"+ "\1\0\25\63\1\u02d1\11\63\1\0\22\63\1\0\1\63"+ "\1\0\2\63\2\0\5\63\1\u02d2\1\0\26\63\1\0"+ "\12\63\1\u02d2\24\63\1\0\22\63\1\0\1\63\1\0"+ "\2\63\2\0\2\63\1\u02d3\3\63\1\0\26\63\1\0"+ "\10\63\1\u02d3\26\63\1\0\22\63\1\0\1\63\1\0"+ "\2\63\2\0\1\u02d4\5\63\1\0\26\63\1\0\21\63"+ "\1\u02d4\15\63\1\0\22\63\1\0\1\63\1\0\2\63"+ "\2\0\6\63\1\0\26\63\1\0\37\63\1\0\11\63"+ "\1\u02d5\10\63\1\0\1\63\1\0\2\63\2\0\6\63"+ "\1\0\26\63\1\0\11\63\1\u028e\25\63\1\0\2\63"+ "\1\u028e\17\63\1\0\1\63\1\0\2\63\2\0\1\u023e"+ "\5\63\1\0\26\63\1\0\21\63\1\u023e\15\63\1\0"+ "\22\63\1\0\1\63\1\0\2\63\2\0\6\63\1\0"+ "\26\63\1\0\26\63\1\u02d6\10\63\1\0\4\63\1\u02d6"+ "\15\63\1\0\1\63\1\0\2\63\2\0\6\63\1\0"+ "\1\63\1\u028f\24\63\1\0\16\63\1\u028f\20\63\1\0"+ "\22\63\1\0\1\63\1\0\2\63\2\0\6\63\1\0"+ "\2\63\1\u02d7\23\63\1\0\25\63\1\u02d7\11\63\1\0"+ "\22\63\1\0\1\63\1\0\2\63\2\0\3\63\1\356"+ "\2\63\1\0\26\63\1\0\6\63\1\356\30\63\1\0"+ "\22\63\1\0\1\63\1\0\2\63\2\0\2\63\1\u02d8"+ "\3\63\1\0\26\63\1\0\10\63\1\u02d8\26\63\1\0"+ "\22\63\1\0\1\63\1\0\2\63\2\0\6\63\1\0"+ "\1\u01a1\25\63\1\0\23\63\1\u01a1\13\63\1\0\22\63"+ "\1\0\1\63\1\0\2\63\2\0\1\u028f\5\63\1\0"+ "\26\63\1\0\21\63\1\u028f\15\63\1\0\22\63\1\0"+ "\1\63\1\0\2\63\2\0\1\63\1\u02d9\4\63\1\0"+ "\26\63\1\0\15\63\1\u02d9\21\63\1\0\22\63\1\0"+ "\1\63\1\0\2\63\2\0\6\63\1\0\2\63\1\u0183"+ "\23\63\1\0\25\63\1\u0183\11\63\1\0\20\63\14\0"+ "\1\u02da\40\0\1\u02da\51\0\1\125\10\0\1\125\1\u02db"+ "\4\125\1\0\2\125\1\u02db\1\125\4\u02db\1\125\1\0"+ "\1\125\1\0\3\125\1\0\1\125\1\u02db\13\0\7\125"+ "\1\u02db\1\125\2\u02db\1\125\1\u02db\2\125\1\u02db\3\125"+ "\1\u02db\1\125\2\0\1\125\2\0\1\125\1\u02db\3\125"+ "\1\u02db\6\125\1\u02db\2\125\1\0\1\125\10\0\6\134"+ "\1\0\11\134\1\0\1\134\1\0\1\125\1\u010d\1\134"+ "\1\0\2\134\13\0\1\u02dc\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\u010d\1\134\1\0\2\134"+ "\13\0\14\134\1\u02dd\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\u010d\1\134\1\0\2\134\13\0"+ "\5\134\1\u02de\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\u010d\1\134\1\0\2\134\13\0\1\u02df"+ "\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\u010d\1\134\1\0\2\134\13\0\20\134\1\u02e0\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\u010d"+ "\1\134\1\0\2\134\13\0\5\134\1\u02e1\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\u010d\1\134"+ "\1\0\2\134\13\0\1\u02e2\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\u010d\1\134\1\0\2\134"+ "\13\0\14\134\1\u011b\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\u010d\1\134\1\0\2\134\13\0"+ "\5\134\1\u02e3\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\u010d\1\134\1\0\2\134\13\0\10\134"+ "\1\u0254\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\u010d\1\134\1\0\2\134\13\0\1\134\1\u01de"+ "\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\u010d\1\134\1\0\2\134\13\0\12\134\1\u02e4\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\u010d"+ "\1\134\1\0\2\134\13\0\7\134\1\u011b\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\u010d\1\134"+ "\1\0\2\134\13\0\2\134\1\u02e5\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\u010d\1\134\1\0"+ "\2\134\13\0\1\u02e6\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\u010d\1\134\1\0\2\134\13\0"+ "\10\134\1\u02e7\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\u010d\1\134\1\0\2\134\13\0\7\134"+ "\1\u02e8\14\134\1\125\2\0\1\134\2\0\17\134\1\0"+ "\1\125\10\0\3\134\1\u02e9\2\134\1\0\11\134\1\0"+ "\1\134\1\0\1\125\1\u010d\1\134\1\0\1\134\1\u02ea"+ "\13\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\u010d\1\134\1\0\2\134\13\0\1\134\1\u01d6"+ "\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\u010d\1\134\1\0\2\134\13\0\17\134\1\u0266\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\u010d"+ "\1\134\1\0\2\134\13\0\11\134\1\u01cd\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\u010d\1\134"+ "\1\0\2\134\13\0\12\134\1\u02eb\11\134\1\125\2\0"+ "\1\134\2\0\17\134\15\0\1\u02ec\40\0\1\u02ec\61\0"+ "\1\u0270\132\0\1\u02ed\40\0\1\u02ed\72\0\1\u02ee\43\0"+ "\1\u02ee\131\0\1\u02ef\116\0\1\u02f0\77\0\1\u02f1\171\0"+ "\1\u0208\112\0\1\u02f2\3\0\1\u02f3\1\u02f4\120\0\1\u0278"+ "\145\0\1\u02f5\127\0\1\u02f6\117\0\1\u0278\123\0\1\u02f5"+ "\133\0\1\u0278\115\0\1\u02f5\124\0\1\u02f7\57\0\1\u0288"+ "\127\0\5\270\1\u02f8\1\0\10\270\2\0\1\270\5\0"+ "\2\270\13\0\4\270\1\u02f8\17\270\3\0\1\270\2\0"+ "\17\270\1\0\2\63\1\0\1\63\1\0\2\63\2\0"+ "\6\63\1\0\12\63\1\u0181\13\63\1\0\37\63\1\0"+ "\6\63\1\u0181\13\63\1\0\1\63\1\0\2\63\2\0"+ "\6\63\1\0\20\63\1\110\5\63\1\0\35\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\u02f9\23\63\1\0\25\63\1\u02f9"+ "\11\63\1\0\22\63\1\0\1\63\1\0\2\63\2\0"+ "\6\63\1\0\2\63\1\u01b0\23\63\1\0\25\63\1\u01b0"+ "\11\63\1\0\22\63\1\0\1\63\1\0\2\63\2\0"+ "\6\63\1\0\26\63\1\0\11\63\1\307\25\63\1\0"+ "\2\63\1\307\17\63\1\0\1\63\1\0\2\63\2\0"+ "\6\63\1\0\12\63\1\u02fa\13\63\1\0\37\63\1\0"+ "\6\63\1\u02fa\13\63\1\0\1\63\1\0\2\63\2\0"+ "\6\63\1\0\2\63\1\u028f\23\63\1\0\25\63\1\u028f"+ "\11\63\1\0\22\63\1\0\1\63\1\0\2\63\2\0"+ "\6\63\1\0\26\63\1\0\26\63\1\u02fb\10\63\1\0"+ "\4\63\1\u02fb\15\63\1\0\1\63\1\0\2\63\2\0"+ "\3\63\1\u0102\2\63\1\0\26\63\1\0\6\63\1\u0102"+ "\30\63\1\0\22\63\1\0\1\63\1\0\2\63\2\0"+ "\6\63\1\0\26\63\1\0\11\63\1\u01a8\25\63\1\0"+ "\2\63\1\u01a8\15\63\15\0\1\u02fc\55\0\1\u02fc\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\13\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\u010d\1\134\1\0\2\134\13\0\4\134"+ "\1\u02e7\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\u010d\1\134\1\0\2\134\13\0\12\134\1\u02fd"+ "\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\u010d\1\134\1\0\2\134\13\0\7\134\1\u01cf\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\u010d"+ "\1\134\1\0\2\134\13\0\4\134\1\u02b7\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\u010d\1\134"+ "\1\0\2\134\13\0\17\134\1\u02fe\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\u010d\1\134\1\0"+ "\2\134\13\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\u01d6\1\0\1\125\1\u010d\1\134\1\0\2\134"+ "\13\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\u010d\1\134\1\0\2\134\13\0\7\134\1\u0254"+ "\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\u010d\1\134\1\0\2\134\13\0\3\134\1\u0300\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\u010d"+ "\1\134\1\0\2\134\13\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\u010d\1\134"+ "\1\0\2\134\13\0\15\134\1\u011b\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\u010d\1\134\1\0"+ "\2\134\13\0\4\134\1\u0302\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\u010d\1\134\1\0\2\134"+ "\13\0\5\134\1\u0303\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\u010d\1\134\1\0\2\134\13\0"+ "\10\134\1\u0304\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\u010d\1\134\1\0\2\134\13\0\5\134"+ "\1\u0255\16\134\1\125\2\0\1\134\2\0\17\134\16\0"+ "\1\u0305\55\0\1\u0305\50\0\1\u0306\55\0\1\u0306\55\0"+ "\1\u0307\51\0\1\u0307\113\0\1\u0308\124\0\1\u02f6\127\0"+ "\1\u02f2\3\0\1\u02f3\133\0\1\u0309\120\0\1\u030a\132\0"+ "\1\u0280\133\0\1\u030b\126\0\1\u0278\113\0\1\u030c\45\0"+ "\2\63\1\0\1\63\1\0\2\63\2\0\6\63\1\0"+ "\20\63\1\u01a2\5\63\1\0\35\63\1\u01a2\1\63\1\0"+ "\22\63\1\0\1\63\1\0\2\63\2\0\6\63\1\0"+ "\26\63\1\0\11\63\1\312\25\63\1\0\2\63\1\312"+ "\17\63\1\0\1\63\1\0\2\63\2\0\4\63\1\u030d"+ "\1\63\1\0\26\63\1\0\24\63\1\u030d\12\63\1\0"+ "\20\63\16\0\1\u030e\42\0\1\u030e\45\0\1\125\10\0"+ "\6\134\1\0\11\134\1\0\1\134\1\0\1\125\1\u010d"+ "\1\134\1\0\2\134\13\0\7\134\1\u01d6\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\u010d\1\134"+ "\1\0\2\134\13\0\5\134\1\u030f\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\u010d\1\134\1\0"+ "\2\134\13\0\5\134\1\u0254\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\u010d\1\134\1\0\2\134"+ "\13\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\u010d\1\134\1\0\2\134\13\0"+ "\5\134\1\u011b\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\u010d\1\134\1\0\2\134\13\0\17\134"+ "\1\u01f2\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\u010d\1\134\1\0\2\134\13\0\4\134\1\u0266"+ "\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\u010d\1\134\1\0\2\134\13\0\3\134\1\u0311\20\134"+ "\1\125\2\0\1\134\2\0\17\134\17\0\1\u0312\42\0"+ "\1\u0312\63\0\1\u0313\42\0\1\u0313\64\0\1\u0314\140\0"+ "\1\u0315\126\0\1\u0316\152\0\1\u0317\137\0\1\u0278\127\0"+ "\1\u0318\37\0\2\63\1\0\1\63\1\0\2\63\2\0"+ "\6\63\1\0\1\63\1\u0319\24\63\1\0\16\63\1\u0319"+ "\20\63\1\0\20\63\17\0\1\u031a\107\0\1\125\10\0"+ "\6\134\1\0\11\134\1\0\1\134\1\0\1\125\1\u010d"+ "\1\134\1\0\2\134\13\0\4\134\1\u01cd\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\u010d\1\134"+ "\1\0\2\134\13\0\1\u031b\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\u010d\1\134\1\0\2\134"+ "\13\0\12\134\1\u0303\11\134\1\125\2\0\1\134\2\0"+ "\17\134\20\0\1\u031c\126\0\1\u031d\174\0\1\u031e\122\0"+ "\1\u031f\132\0\1\u030b\123\0\1\u0320\44\0\2\63\1\0"+ "\1\63\1\0\2\63\2\0\6\63\1\0\26\63\1\0"+ "\20\63\1\312\16\63\1\0\1\63\1\312\16\63\1\125"+ "\10\0\6\134\1\0\11\134\1\0\1\134\1\0\1\125"+ "\1\u010d\1\134\1\0\2\134\13\0\24\134\1\125\2\0"+ "\1\134\2\0\16\134\1\u0302\56\0\1\u0321\16\0\1\u0322"+ "\124\0\1\u0323\115\0\1\u0324\127\0\1\u02f6\125\0\1\u0273"+ "\140\0\1\u02f6\33\0"; private static int [] zzUnpackTrans() { int [] result = new int[61161]; 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\17\1\1\11\3\1"+ "\2\11\2\1\1\11\1\1\1\11\1\1\1\11\6\1"+ "\1\11\1\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\10\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\6\0"+ "\1\11\1\1\15\0\1\1\1\11\5\0\1\1\1\0"+ "\2\11\4\0\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\7\0\1\11\17\0\3\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[804]; 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; } /** * 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; } /** * 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 95: { 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 94: { 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 805: break; case JS_CHAR: { addToken(start,zzStartRead-1, Token.ERROR_CHAR); addEndToken(INTERNAL_IN_JS); return firstToken; } case 806: break; case CSS_STRING: { addToken(start,zzStartRead-1, Token.LITERAL_STRING_DOUBLE_QUOTE); addEndToken(INTERNAL_CSS_STRING - cssPrevState); return firstToken; } case 807: break; case JS_MLC: { addToken(start,zzStartRead-1, Token.COMMENT_MULTILINE); addEndToken(INTERNAL_IN_JS_MLC); return firstToken; } case 808: break; case CSS_CHAR_LITERAL: { addToken(start,zzStartRead-1, Token.LITERAL_CHAR); addEndToken(INTERNAL_CSS_CHAR - cssPrevState); return firstToken; } case 809: break; case INTAG_SCRIPT: { addToken(zzMarkedPos,zzMarkedPos, INTERNAL_INTAG_SCRIPT); return firstToken; } case 810: break; case CSS_PROPERTY: { addEndToken(INTERNAL_CSS_PROPERTY); return firstToken; } case 811: break; case CSS_C_STYLE_COMMENT: { addToken(start,zzStartRead-1, Token.COMMENT_MULTILINE); addEndToken(INTERNAL_CSS_MLC - cssPrevState); return firstToken; } case 812: break; case CSS: { addEndToken(INTERNAL_CSS); return firstToken; } case 813: break; case CSS_VALUE: { addEndToken(INTERNAL_CSS_VALUE); return firstToken; } case 814: break; case COMMENT: { addToken(start,zzStartRead-1, Token.MARKUP_COMMENT); return firstToken; } case 815: break; case INATTR_DOUBLE_SCRIPT: { addToken(start,zzStartRead-1, Token.MARKUP_TAG_ATTRIBUTE_VALUE); addEndToken(INTERNAL_ATTR_DOUBLE_QUOTE_SCRIPT); return firstToken; } case 816: break; case PI: { addToken(start,zzStartRead-1, Token.MARKUP_PROCESSING_INSTRUCTION); return firstToken; } case 817: break; case JAVASCRIPT: { addEndToken(INTERNAL_IN_JS); return firstToken; } case 818: break; case INTAG: { addToken(zzMarkedPos,zzMarkedPos, INTERNAL_INTAG); return firstToken; } case 819: break; case INTAG_CHECK_TAG_NAME: { addToken(zzMarkedPos,zzMarkedPos, INTERNAL_INTAG); return firstToken; } case 820: break; case INATTR_SINGLE_STYLE: { addToken(start,zzStartRead-1, Token.MARKUP_TAG_ATTRIBUTE_VALUE); addEndToken(INTERNAL_ATTR_SINGLE_QUOTE_STYLE); return firstToken; } case 821: break; case DTD: { addToken(start,zzStartRead-1, Token.MARKUP_DTD); return firstToken; } case 822: break; case JS_EOL_COMMENT: { addToken(start,zzStartRead-1, Token.COMMENT_EOL); addEndToken(INTERNAL_IN_JS); return firstToken; } case 823: break; case INATTR_DOUBLE_STYLE: { addToken(start,zzStartRead-1, Token.MARKUP_TAG_ATTRIBUTE_VALUE); addEndToken(INTERNAL_ATTR_DOUBLE_QUOTE_STYLE); return firstToken; } case 824: break; case INATTR_SINGLE: { addToken(start,zzStartRead-1, Token.MARKUP_TAG_ATTRIBUTE_VALUE); addEndToken(INTERNAL_ATTR_SINGLE); return firstToken; } case 825: break; case YYINITIAL: { addNullToken(); return firstToken; } case 826: break; case INATTR_DOUBLE: { addToken(start,zzStartRead-1, Token.MARKUP_TAG_ATTRIBUTE_VALUE); addEndToken(INTERNAL_ATTR_DOUBLE); return firstToken; } case 827: break; case JS_STRING: { addToken(start,zzStartRead-1, Token.ERROR_STRING_DOUBLE); addEndToken(INTERNAL_IN_JS); return firstToken; } case 828: break; case INTAG_STYLE: { addToken(zzMarkedPos,zzMarkedPos, INTERNAL_INTAG_STYLE); return firstToken; } case 829: break; default: return null; } } else { zzScanError(ZZ_NO_MATCH); } } } } }