diff --git a/NEW_FEATURES.txt b/NEW_FEATURES.txt new file mode 100644 index 00000000..0f34ad99 --- /dev/null +++ b/NEW_FEATURES.txt @@ -0,0 +1,13 @@ + + +This file contains a brief description of new features which have been added to Smarty 3.1 + +Smarty 3.1.22 + + Namespace support within templates + ================================== + Within templates you can now use namespace specifications on: + - Constants like foo\bar\FOO + - Class names like foo\bar\Baz::FOO, foo\bar\Baz::$foo, foo\bar\Baz::foo() + - PHP function names like foo\bar\baz() + diff --git a/README.md b/README.md index 5d1fc788..2df85806 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,15 @@ #Smarty 3 template engine ##Distribution repository -Starting with Smarty 3.1.21 Composer has been configured to load the packages from github. + +*Read the NEW_FEATURES file for recent extensions to Smarty 3.1 functionality* + +Smarty packages are now on github and can be installed with Composer. **NOTE: Because of this change you must clear your local composer cache with the "composer clearcache" command** -To get the latest stable version use +The "smarty/smarty" package will start at libs/.... subfolder. + +To get the latest stable version of Smarty 3.1 use "require": { "smarty/smarty": "~3.1" @@ -18,11 +23,11 @@ in your composer.json file. "smarty/smarty": "~3.1@dev" } -The "smarty/smarty" package will start at libs/.... subfolder. +All stable releases since 3.1.11 are available +For a specific version use something like -To retrieve the development and documentation folders add - - "require-dev": { - "smarty/smarty-dev": "~3.1@dev" - } + "require": { + "smarty/smarty": "3.1.19" + } +Composer can also be used for Smarty2 versions 2.6.24 to 2.6.28 diff --git a/change_log.txt b/change_log.txt index 16f2b2a1..e8d514ba 100644 --- a/change_log.txt +++ b/change_log.txt @@ -1,5 +1,8 @@ ===== 3.1.22-dev ===== (xx.xx.2014) - 08.11.2014 + 12.11.2014 + - new feature added support of namespaces to template code + + 08.11.2014 - 10.11.2014 - bugfix subtemplate called in nocache mode could be called with wrong compile_id when it did change on one of the calling templates - improvement add code of template functions called in nocache mode dynamically to cache file (related to bugfix of 01.11.2014) - bugfix Debug Console did not include all data from merged compiled subtemplates diff --git a/libs/sysplugins/smarty_internal_templatelexer.php b/libs/sysplugins/smarty_internal_templatelexer.php index 4de8a9c0..4308942e 100644 --- a/libs/sysplugins/smarty_internal_templatelexer.php +++ b/libs/sysplugins/smarty_internal_templatelexer.php @@ -443,9 +443,7 @@ class Smarty_Internal_Templatelexer 54 => 0, 55 => 0, 56 => 0, - 57 => 0, - 58 => 0, - 59 => 0, + 57 => 2, 60 => 0, 61 => 0, 62 => 0, @@ -456,17 +454,20 @@ class Smarty_Internal_Templatelexer 67 => 0, 68 => 0, 69 => 0, - 70 => 1, + 70 => 0, + 71 => 0, 72 => 0, - 73 => 0, - 74 => 0, + 73 => 1, 75 => 0, 76 => 0, + 77 => 0, + 78 => 0, + 79 => 0, ); if ($this->counter >= strlen($this->data)) { return false; // end of input } - $yy_global_pattern = "/\G(\")|\G('[^'\\\\]*(?:\\\\.[^'\\\\]*)*')|\G([$]smarty\\.block\\.(child|parent))|\G(\\$)|\G(\\s*" . $this->rdel . ")|\G(\\s+is\\s+in\\s+)|\G(\\s+as\\s+)|\G(\\s+to\\s+)|\G(\\s+step\\s+)|\G(\\s+instanceof\\s+)|\G(\\s*===\\s*)|\G(\\s*!==\\s*)|\G(\\s*==\\s*|\\s+eq\\s+)|\G(\\s*!=\\s*|\\s*<>\\s*|\\s+(ne|neq)\\s+)|\G(\\s*>=\\s*|\\s+(ge|gte)\\s+)|\G(\\s*<=\\s*|\\s+(le|lte)\\s+)|\G(\\s*>\\s*|\\s+gt\\s+)|\G(\\s*<\\s*|\\s+lt\\s+)|\G(\\s+mod\\s+)|\G(!\\s*|not\\s+)|\G(\\s*&&\\s*|\\s*and\\s+)|\G(\\s*\\|\\|\\s*|\\s*or\\s+)|\G(\\s*xor\\s+)|\G(\\s+is\\s+odd\\s+by\\s+)|\G(\\s+is\\s+not\\s+odd\\s+by\\s+)|\G(\\s+is\\s+odd)|\G(\\s+is\\s+not\\s+odd)|\G(\\s+is\\s+even\\s+by\\s+)|\G(\\s+is\\s+not\\s+even\\s+by\\s+)|\G(\\s+is\\s+even)|\G(\\s+is\\s+not\\s+even)|\G(\\s+is\\s+div\\s+by\\s+)|\G(\\s+is\\s+not\\s+div\\s+by\\s+)|\G(\\((int(eger)?|bool(ean)?|float|double|real|string|binary|array|object)\\)\\s*)|\G(\\s*\\(\\s*)|\G(\\s*\\))|\G(\\[\\s*)|\G(\\s*\\])|\G(\\s*->\\s*)|\G(\\s*=>\\s*)|\G(\\s*=\\s*)|\G(\\+\\+|--)|\G(\\s*(\\+|-)\\s*)|\G(\\s*(\\*|\/|%)\\s*)|\G(@)|\G(#)|\G(\\s+[0-9]*[a-zA-Z_][a-zA-Z0-9_\-:]*\\s*=\\s*)|\G([0-9]*[a-zA-Z_]\\w*)|\G(\\d+)|\G(`)|\G(\\|)|\G(\\.)|\G(\\s*,\\s*)|\G(\\s*;)|\G(::)|\G(\\s*:\\s*)|\G(\\s*&\\s*)|\G(\\s*\\?\\s*)|\G(0[xX][0-9a-fA-F]+)|\G(\\s+)|\G(" . $this->ldel . "\\s*(if|elseif|else if|while)\\s+)|\G(" . $this->ldel . "\\s*for\\s+)|\G(" . $this->ldel . "\\s*foreach(?![^\s]))|\G(" . $this->ldel . "\\s*\/)|\G(" . $this->ldel . "\\s*)|\G([\S\s])/iS"; + $yy_global_pattern = "/\G(\")|\G('[^'\\\\]*(?:\\\\.[^'\\\\]*)*')|\G([$]smarty\\.block\\.(child|parent))|\G(\\$)|\G(\\s*" . $this->rdel . ")|\G(\\s+is\\s+in\\s+)|\G(\\s+as\\s+)|\G(\\s+to\\s+)|\G(\\s+step\\s+)|\G(\\s+instanceof\\s+)|\G(\\s*===\\s*)|\G(\\s*!==\\s*)|\G(\\s*==\\s*|\\s+eq\\s+)|\G(\\s*!=\\s*|\\s*<>\\s*|\\s+(ne|neq)\\s+)|\G(\\s*>=\\s*|\\s+(ge|gte)\\s+)|\G(\\s*<=\\s*|\\s+(le|lte)\\s+)|\G(\\s*>\\s*|\\s+gt\\s+)|\G(\\s*<\\s*|\\s+lt\\s+)|\G(\\s+mod\\s+)|\G(!\\s*|not\\s+)|\G(\\s*&&\\s*|\\s*and\\s+)|\G(\\s*\\|\\|\\s*|\\s*or\\s+)|\G(\\s*xor\\s+)|\G(\\s+is\\s+odd\\s+by\\s+)|\G(\\s+is\\s+not\\s+odd\\s+by\\s+)|\G(\\s+is\\s+odd)|\G(\\s+is\\s+not\\s+odd)|\G(\\s+is\\s+even\\s+by\\s+)|\G(\\s+is\\s+not\\s+even\\s+by\\s+)|\G(\\s+is\\s+even)|\G(\\s+is\\s+not\\s+even)|\G(\\s+is\\s+div\\s+by\\s+)|\G(\\s+is\\s+not\\s+div\\s+by\\s+)|\G(\\((int(eger)?|bool(ean)?|float|double|real|string|binary|array|object)\\)\\s*)|\G(\\s*\\(\\s*)|\G(\\s*\\))|\G(\\[\\s*)|\G(\\s*\\])|\G(\\s*->\\s*)|\G(\\s*=>\\s*)|\G(\\s*=\\s*)|\G(\\+\\+|--)|\G(\\s*(\\+|-)\\s*)|\G(\\s*(\\*|\/|%)\\s*)|\G(@)|\G(#)|\G(\\s+[0-9]*[a-zA-Z_][a-zA-Z0-9_\-:]*\\s*=\\s*)|\G(([0-9]*[a-zA-Z_]\\w*)?(\\\\[0-9]*[a-zA-Z_]\\w*)+)|\G([0-9]*[a-zA-Z_]\\w*)|\G(\\d+)|\G(`)|\G(\\|)|\G(\\.)|\G(\\s*,\\s*)|\G(\\s*;)|\G(::)|\G(\\s*:\\s*)|\G(\\s*&\\s*)|\G(\\s*\\?\\s*)|\G(0[xX][0-9a-fA-F]+)|\G(\\s+)|\G(" . $this->ldel . "\\s*(if|elseif|else if|while)\\s+)|\G(" . $this->ldel . "\\s*for\\s+)|\G(" . $this->ldel . "\\s*foreach(?![^\s]))|\G(" . $this->ldel . "\\s*\/)|\G(" . $this->ldel . "\\s*)|\G([\S\s])/iS"; do { if (preg_match($yy_global_pattern, $this->data, $yymatches, null, $this->counter)) { @@ -811,83 +812,93 @@ class Smarty_Internal_Templatelexer function yy_r2_57($yy_subpatterns) { - $this->token = Smarty_Internal_Templateparser::TP_ID; + $this->token = Smarty_Internal_Templateparser::TP_NAMESPACE; } - function yy_r2_58($yy_subpatterns) + function yy_r2_60($yy_subpatterns) + { + + if (defined($this->value)) { + $this->token = Smarty_Internal_Templateparser::TP_CONSTANT; + } else { + $this->token = Smarty_Internal_Templateparser::TP_ID; + } + } + + function yy_r2_61($yy_subpatterns) { $this->token = Smarty_Internal_Templateparser::TP_INTEGER; } - function yy_r2_59($yy_subpatterns) + function yy_r2_62($yy_subpatterns) { $this->token = Smarty_Internal_Templateparser::TP_BACKTICK; $this->yypopstate(); } - function yy_r2_60($yy_subpatterns) + function yy_r2_63($yy_subpatterns) { $this->token = Smarty_Internal_Templateparser::TP_VERT; } - function yy_r2_61($yy_subpatterns) + function yy_r2_64($yy_subpatterns) { $this->token = Smarty_Internal_Templateparser::TP_DOT; } - function yy_r2_62($yy_subpatterns) + function yy_r2_65($yy_subpatterns) { $this->token = Smarty_Internal_Templateparser::TP_COMMA; } - function yy_r2_63($yy_subpatterns) + function yy_r2_66($yy_subpatterns) { $this->token = Smarty_Internal_Templateparser::TP_SEMICOLON; } - function yy_r2_64($yy_subpatterns) + function yy_r2_67($yy_subpatterns) { $this->token = Smarty_Internal_Templateparser::TP_DOUBLECOLON; } - function yy_r2_65($yy_subpatterns) + function yy_r2_68($yy_subpatterns) { $this->token = Smarty_Internal_Templateparser::TP_COLON; } - function yy_r2_66($yy_subpatterns) + function yy_r2_69($yy_subpatterns) { $this->token = Smarty_Internal_Templateparser::TP_ANDSYM; } - function yy_r2_67($yy_subpatterns) + function yy_r2_70($yy_subpatterns) { $this->token = Smarty_Internal_Templateparser::TP_QMARK; } - function yy_r2_68($yy_subpatterns) + function yy_r2_71($yy_subpatterns) { $this->token = Smarty_Internal_Templateparser::TP_HEX; } - function yy_r2_69($yy_subpatterns) + function yy_r2_72($yy_subpatterns) { $this->token = Smarty_Internal_Templateparser::TP_SPACE; } - function yy_r2_70($yy_subpatterns) + function yy_r2_73($yy_subpatterns) { if ($this->smarty->auto_literal && isset($this->value[$this->ldel_length]) ? strpos(" \n\t\r", $this->value[$this->ldel_length]) !== false : false) { @@ -899,7 +910,7 @@ class Smarty_Internal_Templatelexer } } - function yy_r2_72($yy_subpatterns) + function yy_r2_75($yy_subpatterns) { if ($this->smarty->auto_literal && isset($this->value[$this->ldel_length]) ? strpos(" \n\t\r", $this->value[$this->ldel_length]) !== false : false) { @@ -911,7 +922,7 @@ class Smarty_Internal_Templatelexer } } - function yy_r2_73($yy_subpatterns) + function yy_r2_76($yy_subpatterns) { if ($this->smarty->auto_literal && isset($this->value[$this->ldel_length]) ? strpos(" \n\t\r", $this->value[$this->ldel_length]) !== false : false) { @@ -923,7 +934,7 @@ class Smarty_Internal_Templatelexer } } - function yy_r2_74($yy_subpatterns) + function yy_r2_77($yy_subpatterns) { if ($this->smarty->auto_literal && isset($this->value[$this->ldel_length]) ? strpos(" \n\t\r", $this->value[$this->ldel_length]) !== false : false) { @@ -935,7 +946,7 @@ class Smarty_Internal_Templatelexer } } - function yy_r2_75($yy_subpatterns) + function yy_r2_78($yy_subpatterns) { if ($this->smarty->auto_literal && isset($this->value[$this->ldel_length]) ? strpos(" \n\t\r", $this->value[$this->ldel_length]) !== false : false) { @@ -947,7 +958,7 @@ class Smarty_Internal_Templatelexer } } - function yy_r2_76($yy_subpatterns) + function yy_r2_79($yy_subpatterns) { $this->token = Smarty_Internal_Templateparser::TP_TEXT; diff --git a/libs/sysplugins/smarty_internal_templateparser.php b/libs/sysplugins/smarty_internal_templateparser.php index e2e8efbf..11ab43ce 100644 --- a/libs/sysplugins/smarty_internal_templateparser.php +++ b/libs/sysplugins/smarty_internal_templateparser.php @@ -206,1462 +206,1486 @@ class Smarty_Internal_Templateparser#line 80 "smarty_internal_templateparser.php const TP_HEX = 59; const TP_DOT = 60; const TP_SINGLEQUOTESTRING = 61; - const TP_DOUBLECOLON = 62; - const TP_AT = 63; - const TP_HATCH = 64; - const TP_OPENB = 65; - const TP_CLOSEB = 66; - const TP_EQUALS = 67; - const TP_NOTEQUALS = 68; - const TP_GREATERTHAN = 69; - const TP_LESSTHAN = 70; - const TP_GREATEREQUAL = 71; - const TP_LESSEQUAL = 72; - const TP_IDENTITY = 73; - const TP_NONEIDENTITY = 74; - const TP_MOD = 75; - const TP_LAND = 76; - const TP_LOR = 77; - const TP_LXOR = 78; - const TP_QUOTE = 79; - const TP_BACKTICK = 80; - const TP_DOLLARID = 81; - const YY_NO_ACTION = 560; - const YY_ACCEPT_ACTION = 559; - const YY_ERROR_ACTION = 558; + const TP_CONSTANT = 62; + const TP_DOUBLECOLON = 63; + const TP_NAMESPACE = 64; + const TP_AT = 65; + const TP_HATCH = 66; + const TP_OPENB = 67; + const TP_CLOSEB = 68; + const TP_EQUALS = 69; + const TP_NOTEQUALS = 70; + const TP_GREATERTHAN = 71; + const TP_LESSTHAN = 72; + const TP_GREATEREQUAL = 73; + const TP_LESSEQUAL = 74; + const TP_IDENTITY = 75; + const TP_NONEIDENTITY = 76; + const TP_MOD = 77; + const TP_LAND = 78; + const TP_LOR = 79; + const TP_LXOR = 80; + const TP_QUOTE = 81; + const TP_BACKTICK = 82; + const TP_DOLLARID = 83; + const YY_NO_ACTION = 572; + const YY_ACCEPT_ACTION = 571; + const YY_ERROR_ACTION = 570; - const YY_SZ_ACTTAB = 2541; + const YY_SZ_ACTTAB = 2591; static public $yy_action = array( /* 0 */ - 225, 35, 312, 333, 198, 272, 273, 275, 283, 292, + 226, 128, 315, 199, 191, 271, 274, 276, 275, 296, /* 10 */ - 293, 294, 295, 287, 288, 267, 190, 43, 19, 8, + 295, 297, 298, 287, 289, 269, 197, 22, 19, 8, /* 20 */ - 204, 14, 212, 299, 2, 108, 225, 9, 424, 41, + 197, 347, 336, 201, 4, 108, 272, 259, 235, 40, /* 30 */ - 139, 208, 225, 41, 250, 32, 228, 13, 159, 32, + 122, 203, 203, 193, 255, 42, 254, 192, 311, 486, /* 40 */ - 51, 52, 50, 44, 11, 12, 298, 300, 21, 23, + 51, 49, 46, 44, 20, 25, 314, 316, 31, 30, /* 50 */ - 303, 302, 25, 17, 225, 424, 234, 225, 225, 381, + 305, 306, 29, 18, 226, 93, 571, 95, 280, 228, /* 60 */ - 421, 424, 45, 38, 145, 357, 313, 323, 322, 324, + 273, 203, 312, 486, 114, 24, 121, 283, 317, 337, /* 70 */ - 325, 326, 320, 315, 314, 316, 317, 319, 127, 41, + 323, 324, 322, 321, 319, 320, 325, 326, 331, 332, /* 80 */ - 46, 42, 338, 41, 168, 32, 41, 421, 14, 32, + 284, 34, 357, 40, 278, 226, 496, 431, 26, 42, /* 90 */ - 299, 34, 32, 421, 51, 52, 50, 44, 11, 12, + 310, 37, 21, 496, 51, 49, 46, 44, 20, 25, /* 100 */ - 298, 300, 21, 23, 303, 302, 25, 17, 225, 104, + 314, 316, 31, 30, 305, 306, 29, 18, 226, 277, /* 110 */ - 185, 46, 46, 559, 95, 279, 242, 271, 3, 321, + 226, 355, 425, 6, 431, 245, 26, 484, 310, 37, /* 120 */ - 313, 323, 322, 324, 325, 326, 320, 315, 314, 316, + 431, 241, 317, 337, 323, 324, 322, 321, 319, 320, /* 130 */ - 317, 319, 14, 241, 299, 34, 208, 41, 225, 14, + 325, 326, 331, 332, 272, 243, 40, 40, 260, 40, /* 140 */ - 418, 299, 28, 32, 179, 7, 356, 285, 51, 52, + 33, 484, 42, 42, 285, 42, 343, 486, 51, 49, /* 150 */ - 50, 44, 11, 12, 298, 300, 21, 23, 303, 302, + 46, 44, 20, 25, 314, 316, 31, 30, 305, 306, /* 160 */ - 25, 17, 225, 225, 274, 424, 240, 41, 134, 190, + 29, 18, 226, 93, 204, 106, 182, 38, 129, 187, /* 170 */ - 332, 343, 340, 32, 313, 323, 322, 324, 325, 326, + 5, 486, 26, 226, 310, 303, 317, 337, 323, 324, /* 180 */ - 320, 315, 314, 316, 317, 319, 37, 122, 182, 31, + 322, 321, 319, 320, 325, 326, 331, 332, 272, 104, /* 190 */ - 202, 225, 424, 352, 225, 14, 7, 299, 424, 225, + 177, 165, 226, 203, 388, 39, 26, 335, 310, 303, /* 200 */ - 150, 386, 51, 52, 50, 44, 11, 12, 298, 300, + 360, 486, 51, 49, 46, 44, 20, 25, 314, 316, /* 210 */ - 21, 23, 303, 302, 25, 17, 225, 46, 349, 134, + 31, 30, 305, 306, 29, 18, 226, 203, 226, 243, /* 220 */ - 41, 278, 242, 271, 7, 29, 32, 341, 313, 323, + 431, 40, 279, 228, 273, 486, 251, 42, 130, 327, /* 230 */ - 322, 324, 325, 326, 320, 315, 314, 316, 317, 319, + 317, 337, 323, 324, 322, 321, 319, 320, 325, 326, /* 240 */ - 226, 227, 197, 304, 103, 184, 232, 134, 46, 14, + 331, 332, 226, 234, 428, 27, 26, 431, 310, 14, /* 250 */ - 35, 299, 265, 46, 321, 18, 51, 52, 50, 44, + 198, 311, 484, 431, 288, 248, 51, 49, 46, 44, /* 260 */ - 11, 12, 298, 300, 21, 23, 303, 302, 25, 17, + 20, 25, 314, 316, 31, 30, 305, 306, 29, 18, /* 270 */ - 225, 208, 264, 259, 258, 218, 6, 109, 345, 35, + 226, 428, 211, 328, 184, 103, 484, 428, 313, 9, /* 280 */ - 193, 263, 313, 323, 322, 324, 325, 326, 320, 315, + 202, 311, 236, 303, 317, 337, 323, 324, 322, 321, /* 290 */ - 314, 316, 317, 319, 241, 192, 304, 107, 102, 175, + 319, 320, 325, 326, 331, 332, 309, 101, 171, 178, /* 300 */ - 269, 201, 191, 304, 203, 142, 253, 208, 321, 335, + 246, 226, 256, 249, 222, 130, 257, 303, 303, 485, /* 310 */ - 51, 52, 50, 44, 11, 12, 298, 300, 21, 23, + 51, 49, 46, 44, 20, 25, 314, 316, 31, 30, /* 320 */ - 303, 302, 25, 17, 225, 208, 268, 196, 208, 305, + 305, 306, 29, 18, 226, 203, 205, 39, 183, 266, /* 330 */ - 485, 208, 230, 200, 308, 485, 313, 323, 322, 324, + 40, 43, 484, 485, 136, 107, 42, 303, 317, 337, /* 340 */ - 325, 326, 320, 315, 314, 316, 317, 319, 30, 159, + 323, 324, 322, 321, 319, 320, 325, 326, 331, 332, /* 350 */ - 105, 20, 233, 161, 186, 305, 301, 274, 256, 247, + 272, 230, 103, 308, 135, 205, 484, 39, 196, 264, /* 360 */ - 208, 225, 321, 36, 51, 52, 50, 44, 11, 12, + 2, 105, 292, 486, 51, 49, 46, 44, 20, 25, /* 370 */ - 298, 300, 21, 23, 303, 302, 25, 17, 225, 204, + 314, 316, 31, 30, 305, 306, 29, 18, 226, 93, /* 380 */ - 207, 14, 254, 299, 131, 259, 249, 225, 158, 127, + 267, 162, 166, 26, 124, 310, 203, 486, 109, 361, /* 390 */ - 313, 323, 322, 324, 325, 326, 320, 315, 314, 316, + 303, 303, 317, 337, 323, 324, 322, 321, 319, 320, /* 400 */ - 317, 319, 237, 262, 130, 225, 45, 183, 187, 14, + 325, 326, 331, 332, 309, 352, 176, 240, 205, 226, /* 410 */ - 169, 223, 301, 342, 274, 334, 321, 321, 51, 52, + 45, 226, 26, 393, 229, 303, 15, 158, 51, 49, /* 420 */ - 50, 44, 11, 12, 298, 300, 21, 23, 303, 302, + 46, 44, 20, 25, 314, 316, 31, 30, 305, 306, /* 430 */ - 25, 17, 225, 204, 204, 14, 6, 244, 141, 259, + 29, 18, 226, 205, 161, 26, 181, 217, 309, 195, /* 440 */ - 291, 46, 98, 194, 313, 323, 322, 324, 325, 326, + 26, 3, 250, 303, 116, 226, 317, 337, 323, 324, /* 450 */ - 320, 315, 314, 316, 317, 319, 132, 262, 227, 166, + 322, 321, 319, 320, 325, 326, 331, 332, 143, 230, /* 460 */ - 163, 189, 14, 284, 231, 26, 237, 27, 321, 321, + 284, 226, 185, 12, 309, 312, 231, 203, 45, 42, /* 470 */ - 321, 32, 51, 52, 50, 44, 11, 12, 298, 300, + 43, 158, 51, 49, 46, 44, 20, 25, 314, 316, /* 480 */ - 21, 23, 303, 302, 25, 17, 225, 204, 14, 276, + 31, 30, 305, 306, 29, 18, 226, 163, 206, 341, /* 490 */ - 245, 206, 22, 4, 144, 328, 150, 120, 313, 323, + 158, 342, 17, 26, 359, 244, 303, 351, 132, 345, /* 500 */ - 322, 324, 325, 326, 320, 315, 314, 316, 317, 319, + 317, 337, 323, 324, 322, 321, 319, 320, 325, 326, /* 510 */ - 195, 348, 262, 176, 171, 39, 30, 199, 143, 180, + 331, 332, 143, 268, 284, 172, 256, 294, 179, 180, /* 520 */ - 148, 281, 321, 260, 159, 230, 51, 52, 50, 44, + 155, 194, 256, 258, 303, 157, 51, 49, 46, 44, /* 530 */ - 11, 12, 298, 300, 21, 23, 303, 302, 25, 17, + 20, 25, 314, 316, 31, 30, 305, 306, 29, 18, /* 540 */ - 225, 296, 205, 129, 346, 289, 124, 329, 125, 339, + 226, 284, 263, 200, 167, 123, 137, 134, 173, 290, /* 550 */ - 97, 119, 313, 323, 322, 324, 325, 326, 320, 315, + 307, 282, 126, 303, 317, 337, 323, 324, 322, 321, /* 560 */ - 314, 316, 317, 319, 127, 262, 262, 239, 277, 282, + 319, 320, 325, 326, 331, 332, 309, 309, 270, 145, /* 570 */ - 307, 94, 266, 351, 269, 170, 159, 181, 172, 106, + 291, 363, 142, 32, 281, 155, 344, 354, 94, 100, /* 580 */ - 51, 52, 50, 44, 11, 12, 298, 300, 21, 23, + 51, 49, 46, 44, 20, 25, 314, 316, 31, 30, /* 590 */ - 303, 302, 25, 17, 225, 330, 270, 301, 15, 115, + 305, 306, 29, 18, 226, 284, 13, 35, 186, 340, /* 600 */ - 331, 310, 326, 255, 140, 126, 313, 323, 322, 324, + 6, 346, 205, 241, 125, 112, 102, 303, 317, 337, /* 610 */ - 325, 326, 320, 315, 314, 316, 317, 319, 301, 326, + 323, 324, 322, 321, 319, 320, 325, 326, 331, 332, /* 620 */ - 262, 326, 326, 326, 326, 326, 326, 326, 326, 326, + 309, 284, 284, 207, 350, 168, 309, 313, 174, 262, /* 630 */ - 326, 326, 326, 243, 51, 52, 50, 44, 11, 12, + 11, 115, 348, 265, 51, 49, 46, 44, 20, 25, /* 640 */ - 298, 300, 21, 23, 303, 302, 25, 17, 225, 40, + 314, 316, 31, 30, 305, 306, 29, 18, 226, 36, /* 650 */ - 326, 326, 326, 326, 326, 326, 326, 113, 99, 100, + 293, 188, 334, 334, 239, 334, 334, 334, 334, 98, /* 660 */ - 313, 323, 322, 324, 325, 326, 320, 315, 314, 316, + 118, 190, 317, 337, 323, 324, 322, 321, 319, 320, /* 670 */ - 317, 319, 262, 262, 262, 326, 326, 326, 326, 326, + 325, 326, 331, 332, 144, 284, 284, 334, 334, 334, /* 680 */ - 326, 326, 326, 326, 326, 326, 326, 326, 51, 52, + 334, 334, 334, 334, 334, 334, 97, 334, 51, 49, /* 690 */ - 50, 44, 11, 12, 298, 300, 21, 23, 303, 302, + 46, 44, 20, 25, 314, 316, 31, 30, 305, 306, /* 700 */ - 25, 17, 225, 326, 326, 326, 326, 326, 326, 326, + 29, 18, 284, 334, 334, 334, 334, 334, 334, 334, /* 710 */ - 326, 114, 326, 326, 313, 323, 322, 324, 325, 326, + 41, 334, 334, 334, 334, 334, 317, 337, 323, 324, /* 720 */ - 320, 315, 314, 316, 317, 319, 262, 326, 326, 326, + 322, 321, 319, 320, 325, 326, 331, 332, 226, 473, /* 730 */ - 326, 326, 326, 326, 326, 326, 326, 326, 326, 326, + 334, 151, 334, 151, 334, 334, 334, 334, 232, 334, /* 740 */ - 326, 286, 51, 52, 50, 44, 11, 12, 298, 300, + 334, 334, 156, 318, 329, 247, 141, 158, 338, 251, /* 750 */ - 21, 23, 303, 302, 25, 17, 225, 326, 326, 326, + 338, 473, 189, 473, 473, 261, 473, 473, 215, 225, /* 760 */ - 326, 326, 326, 326, 326, 326, 326, 326, 313, 323, + 333, 300, 473, 338, 473, 484, 473, 334, 51, 49, /* 770 */ - 322, 324, 325, 326, 320, 315, 314, 316, 317, 319, + 46, 44, 20, 25, 314, 316, 31, 30, 305, 306, /* 780 */ - 326, 326, 326, 326, 326, 326, 326, 326, 326, 326, + 29, 18, 226, 334, 334, 211, 334, 334, 334, 484, /* 790 */ - 326, 326, 326, 326, 326, 326, 51, 52, 50, 44, + 334, 334, 9, 334, 473, 158, 317, 337, 323, 324, /* 800 */ - 11, 12, 298, 300, 21, 23, 303, 302, 25, 17, + 322, 321, 319, 320, 325, 326, 331, 332, 473, 334, /* 810 */ - 326, 326, 326, 326, 326, 326, 326, 326, 326, 326, + 334, 334, 334, 334, 334, 334, 334, 334, 334, 334, /* 820 */ - 159, 326, 313, 323, 322, 324, 325, 326, 320, 315, + 334, 334, 51, 49, 46, 44, 20, 25, 314, 316, /* 830 */ - 314, 316, 317, 319, 326, 326, 326, 326, 51, 52, + 31, 30, 305, 306, 29, 18, 143, 334, 334, 334, /* 840 */ - 50, 44, 11, 12, 298, 300, 21, 23, 303, 302, + 334, 334, 334, 334, 334, 334, 334, 334, 334, 334, /* 850 */ - 25, 17, 326, 326, 326, 326, 326, 326, 212, 326, + 317, 337, 323, 324, 322, 321, 319, 320, 325, 326, /* 860 */ - 326, 326, 326, 9, 313, 323, 322, 324, 325, 326, + 331, 332, 334, 334, 51, 49, 46, 44, 20, 25, /* 870 */ - 320, 315, 314, 316, 317, 319, 326, 326, 326, 326, + 314, 316, 31, 30, 305, 306, 29, 18, 334, 334, /* 880 */ - 326, 326, 326, 8, 138, 211, 326, 326, 2, 108, + 334, 334, 334, 334, 334, 334, 334, 334, 334, 334, /* 890 */ - 326, 235, 326, 326, 139, 157, 165, 326, 250, 128, + 334, 334, 317, 337, 323, 324, 322, 321, 319, 320, /* 900 */ - 228, 326, 246, 326, 24, 321, 326, 48, 261, 326, + 325, 326, 331, 332, 334, 334, 429, 362, 334, 334, /* 910 */ - 326, 251, 336, 353, 326, 311, 326, 301, 174, 173, + 334, 8, 120, 213, 10, 334, 4, 108, 334, 4, /* 920 */ - 326, 326, 49, 47, 280, 238, 297, 321, 321, 105, + 108, 334, 122, 334, 233, 122, 255, 334, 254, 255, /* 930 */ - 1, 337, 326, 147, 326, 326, 326, 326, 326, 301, + 238, 254, 28, 429, 334, 47, 334, 334, 334, 429, /* 940 */ - 301, 8, 123, 92, 96, 257, 2, 108, 326, 311, + 334, 334, 484, 334, 26, 334, 310, 334, 334, 334, /* 950 */ - 326, 326, 139, 326, 326, 235, 250, 309, 228, 146, + 50, 48, 301, 252, 286, 299, 40, 218, 242, 103, /* 960 */ - 246, 326, 24, 128, 162, 48, 326, 326, 326, 326, + 1, 364, 42, 334, 334, 334, 484, 334, 334, 334, /* 970 */ - 235, 326, 350, 321, 155, 251, 336, 353, 128, 311, + 8, 133, 91, 334, 96, 4, 108, 356, 16, 358, /* 980 */ - 49, 47, 280, 238, 297, 301, 326, 105, 1, 326, + 334, 122, 334, 334, 334, 255, 334, 254, 334, 238, /* 990 */ - 251, 336, 353, 326, 311, 14, 326, 299, 326, 8, + 334, 28, 191, 169, 47, 334, 334, 334, 334, 334, /* 1000 */ - 138, 224, 96, 326, 2, 108, 326, 41, 326, 252, + 334, 334, 303, 334, 334, 22, 19, 334, 334, 50, /* 1010 */ - 139, 235, 326, 32, 250, 153, 228, 326, 246, 128, + 48, 301, 252, 286, 299, 334, 218, 334, 103, 1, /* 1020 */ - 24, 326, 326, 48, 326, 326, 326, 326, 326, 326, + 203, 334, 334, 334, 26, 362, 310, 334, 334, 8, /* 1030 */ - 326, 251, 336, 353, 326, 311, 326, 326, 49, 47, + 120, 227, 10, 96, 4, 108, 40, 4, 108, 334, /* 1040 */ - 280, 238, 297, 326, 326, 105, 1, 326, 326, 326, + 122, 334, 42, 122, 255, 334, 254, 255, 238, 254, /* 1050 */ - 326, 326, 14, 326, 299, 326, 326, 8, 142, 224, + 28, 334, 334, 47, 334, 334, 334, 334, 334, 232, /* 1060 */ - 96, 326, 2, 108, 41, 235, 248, 326, 139, 154, + 334, 334, 334, 150, 334, 334, 334, 141, 50, 48, /* 1070 */ - 32, 235, 250, 128, 228, 156, 246, 326, 33, 128, + 301, 252, 286, 299, 334, 218, 302, 103, 1, 215, /* 1080 */ - 326, 48, 326, 326, 326, 251, 336, 353, 326, 311, + 225, 333, 300, 334, 338, 334, 334, 334, 8, 120, /* 1090 */ - 326, 251, 336, 353, 326, 311, 49, 47, 280, 238, + 209, 334, 96, 4, 108, 353, 16, 358, 232, 122, /* 1100 */ - 297, 326, 326, 105, 1, 326, 326, 326, 326, 326, + 334, 334, 149, 255, 334, 254, 141, 223, 334, 28, /* 1110 */ - 326, 326, 326, 326, 326, 8, 138, 213, 96, 326, + 334, 334, 47, 334, 334, 334, 334, 334, 215, 225, /* 1120 */ - 2, 108, 326, 326, 326, 326, 139, 235, 326, 326, + 333, 300, 334, 338, 334, 334, 334, 50, 48, 301, /* 1130 */ - 250, 149, 228, 326, 246, 128, 24, 326, 326, 48, + 252, 286, 299, 334, 218, 334, 103, 1, 226, 334, /* 1140 */ - 326, 326, 326, 326, 326, 326, 326, 251, 336, 353, + 398, 334, 26, 334, 310, 334, 334, 8, 139, 227, /* 1150 */ - 326, 311, 326, 326, 49, 47, 280, 238, 297, 326, + 334, 96, 4, 108, 40, 334, 237, 232, 122, 253, /* 1160 */ - 326, 105, 1, 326, 326, 326, 326, 326, 326, 326, + 42, 147, 255, 334, 254, 141, 238, 40, 7, 334, /* 1170 */ - 326, 326, 326, 8, 138, 210, 96, 326, 2, 108, + 334, 47, 334, 42, 334, 334, 484, 215, 225, 333, /* 1180 */ - 326, 326, 326, 326, 139, 235, 326, 326, 250, 151, + 300, 334, 338, 334, 334, 334, 50, 48, 301, 252, /* 1190 */ - 228, 326, 219, 128, 24, 326, 326, 48, 326, 326, + 286, 299, 334, 218, 334, 103, 1, 334, 334, 334, /* 1200 */ - 326, 326, 326, 326, 326, 251, 336, 353, 326, 311, + 484, 334, 334, 334, 334, 334, 8, 120, 216, 334, /* 1210 */ - 326, 326, 49, 47, 280, 238, 297, 326, 326, 105, + 96, 4, 108, 334, 334, 334, 232, 122, 334, 334, /* 1220 */ - 1, 326, 326, 326, 326, 326, 326, 326, 326, 326, + 154, 255, 334, 254, 141, 238, 334, 28, 334, 334, /* 1230 */ - 326, 8, 136, 224, 96, 326, 2, 108, 326, 326, + 47, 334, 334, 334, 334, 334, 215, 225, 333, 300, /* 1240 */ - 326, 326, 139, 235, 326, 326, 250, 152, 228, 326, + 334, 338, 334, 334, 334, 50, 48, 301, 252, 286, /* 1250 */ - 246, 128, 24, 326, 326, 48, 326, 326, 326, 326, + 299, 334, 218, 334, 103, 1, 334, 334, 334, 334, /* 1260 */ - 326, 326, 326, 251, 336, 353, 326, 311, 326, 326, + 334, 334, 334, 334, 334, 8, 130, 227, 334, 96, /* 1270 */ - 49, 47, 280, 238, 297, 326, 326, 105, 1, 326, + 4, 108, 334, 334, 334, 232, 122, 334, 334, 153, /* 1280 */ - 225, 326, 391, 326, 422, 326, 326, 326, 326, 8, + 255, 334, 254, 141, 238, 334, 23, 334, 334, 47, /* 1290 */ - 135, 224, 96, 326, 2, 108, 326, 326, 326, 326, + 334, 334, 334, 334, 334, 215, 225, 333, 300, 334, /* 1300 */ - 139, 236, 229, 326, 250, 326, 228, 326, 246, 41, + 338, 334, 334, 334, 50, 48, 301, 252, 286, 299, /* 1310 */ - 5, 422, 326, 48, 326, 32, 326, 422, 7, 326, + 334, 218, 334, 103, 1, 334, 334, 334, 334, 334, /* 1320 */ - 7, 326, 326, 326, 198, 178, 326, 326, 49, 47, + 334, 334, 334, 334, 8, 140, 227, 334, 96, 4, /* 1330 */ - 280, 238, 297, 326, 321, 105, 1, 43, 19, 326, + 108, 334, 334, 334, 232, 122, 334, 334, 146, 255, /* 1340 */ - 326, 134, 326, 134, 326, 326, 326, 8, 138, 209, + 334, 254, 141, 238, 334, 28, 334, 334, 47, 334, /* 1350 */ - 96, 208, 2, 108, 326, 326, 326, 326, 139, 326, + 334, 334, 334, 334, 215, 225, 333, 300, 334, 338, /* 1360 */ - 326, 326, 250, 326, 228, 326, 246, 326, 24, 198, + 334, 334, 334, 50, 48, 301, 252, 286, 299, 334, /* 1370 */ - 164, 48, 326, 326, 326, 326, 326, 326, 326, 321, + 218, 334, 103, 1, 334, 334, 334, 334, 334, 334, /* 1380 */ - 326, 326, 43, 19, 326, 326, 49, 47, 280, 238, + 334, 334, 334, 8, 120, 208, 334, 96, 4, 108, /* 1390 */ - 297, 326, 326, 105, 1, 326, 208, 326, 326, 326, + 334, 334, 334, 232, 122, 334, 334, 148, 255, 334, /* 1400 */ - 326, 326, 326, 326, 326, 8, 142, 224, 96, 326, + 254, 141, 238, 334, 28, 334, 334, 47, 334, 334, /* 1410 */ - 2, 108, 326, 326, 326, 326, 139, 326, 326, 326, + 334, 334, 334, 215, 225, 333, 300, 334, 338, 334, /* 1420 */ - 250, 326, 228, 326, 246, 326, 33, 198, 177, 48, + 334, 334, 50, 48, 301, 252, 286, 299, 334, 218, /* 1430 */ - 326, 326, 326, 326, 326, 326, 326, 321, 326, 326, + 334, 103, 1, 334, 334, 334, 334, 334, 334, 334, /* 1440 */ - 43, 19, 326, 326, 49, 47, 280, 238, 297, 326, + 334, 334, 8, 130, 227, 334, 96, 4, 108, 334, /* 1450 */ - 326, 105, 326, 326, 208, 326, 326, 326, 326, 326, + 334, 334, 334, 122, 334, 334, 334, 255, 334, 254, /* 1460 */ - 326, 326, 326, 8, 142, 222, 96, 326, 2, 108, + 334, 238, 334, 23, 191, 159, 47, 334, 334, 334, /* 1470 */ - 326, 326, 326, 326, 139, 326, 326, 326, 250, 326, + 334, 334, 334, 334, 303, 334, 334, 22, 19, 334, /* 1480 */ - 228, 326, 246, 326, 33, 326, 467, 48, 326, 326, + 334, 50, 48, 301, 252, 286, 299, 232, 218, 334, /* 1490 */ - 326, 326, 326, 326, 326, 326, 326, 326, 326, 326, + 103, 131, 203, 334, 79, 141, 334, 334, 334, 334, /* 1500 */ - 326, 326, 49, 47, 280, 238, 297, 326, 467, 105, + 334, 334, 334, 304, 330, 96, 334, 214, 225, 333, /* 1510 */ - 467, 467, 326, 467, 467, 326, 326, 326, 326, 467, + 300, 232, 338, 334, 334, 131, 334, 334, 79, 141, /* 1520 */ - 326, 467, 7, 467, 96, 326, 326, 326, 326, 326, + 334, 334, 224, 339, 334, 334, 334, 304, 330, 334, /* 1530 */ - 326, 326, 326, 326, 326, 235, 326, 326, 467, 121, + 334, 214, 225, 333, 300, 232, 338, 334, 334, 152, /* 1540 */ - 326, 326, 86, 128, 326, 134, 326, 326, 326, 467, + 334, 334, 66, 117, 258, 334, 232, 349, 334, 334, /* 1550 */ - 326, 290, 318, 326, 326, 251, 336, 353, 326, 311, + 152, 304, 330, 87, 141, 214, 225, 333, 300, 334, /* 1560 */ - 326, 326, 326, 467, 326, 326, 326, 235, 326, 216, + 338, 334, 304, 330, 334, 334, 214, 225, 333, 300, /* 1570 */ - 354, 133, 326, 326, 68, 117, 249, 326, 326, 326, + 232, 338, 334, 334, 152, 334, 334, 56, 117, 138, /* 1580 */ - 326, 326, 326, 290, 318, 326, 326, 251, 336, 353, + 334, 334, 334, 334, 334, 334, 304, 330, 334, 334, /* 1590 */ - 235, 311, 326, 326, 133, 326, 326, 76, 128, 326, + 214, 225, 333, 300, 232, 338, 334, 334, 152, 334, /* 1600 */ - 326, 326, 326, 326, 326, 326, 290, 318, 326, 235, + 334, 70, 141, 334, 334, 334, 334, 334, 334, 334, /* 1610 */ - 251, 336, 353, 133, 311, 326, 76, 128, 326, 326, + 304, 330, 334, 334, 214, 225, 333, 300, 334, 338, /* 1620 */ - 326, 221, 326, 326, 326, 290, 318, 326, 326, 251, + 232, 191, 164, 334, 152, 334, 221, 70, 141, 334, /* 1630 */ - 336, 353, 326, 311, 326, 326, 326, 326, 235, 326, + 334, 303, 334, 334, 22, 19, 304, 330, 334, 334, /* 1640 */ - 215, 326, 121, 326, 326, 86, 128, 326, 326, 326, + 214, 225, 333, 300, 334, 338, 232, 334, 334, 203, /* 1650 */ - 326, 326, 326, 326, 290, 318, 326, 326, 251, 336, + 152, 334, 220, 70, 141, 334, 334, 334, 334, 334, /* 1660 */ - 353, 235, 311, 326, 326, 133, 326, 326, 59, 117, + 191, 175, 304, 330, 334, 334, 214, 225, 333, 300, /* 1670 */ - 137, 326, 326, 355, 326, 326, 326, 290, 318, 326, + 303, 338, 334, 22, 19, 232, 334, 334, 219, 152, /* 1680 */ - 326, 251, 336, 353, 235, 311, 326, 326, 133, 326, + 334, 334, 89, 141, 334, 334, 334, 334, 203, 334, /* 1690 */ - 326, 76, 128, 326, 326, 326, 326, 326, 326, 326, + 334, 304, 330, 334, 334, 214, 225, 333, 300, 232, /* 1700 */ - 290, 318, 326, 235, 251, 336, 353, 110, 311, 326, + 338, 334, 334, 152, 334, 334, 64, 141, 334, 334, /* 1710 */ - 69, 128, 326, 326, 326, 217, 326, 326, 326, 290, + 334, 334, 334, 334, 334, 304, 330, 334, 334, 210, /* 1720 */ - 318, 326, 326, 251, 336, 353, 326, 311, 326, 235, + 225, 333, 300, 334, 338, 232, 334, 334, 334, 110, /* 1730 */ - 101, 160, 326, 133, 326, 326, 57, 128, 326, 326, + 334, 334, 68, 141, 334, 334, 334, 334, 334, 334, /* 1740 */ - 321, 326, 326, 43, 19, 290, 318, 326, 235, 251, + 334, 304, 330, 334, 334, 214, 225, 333, 300, 334, /* 1750 */ - 336, 353, 133, 311, 326, 73, 128, 208, 326, 326, + 338, 232, 334, 334, 334, 152, 334, 334, 63, 141, /* 1760 */ - 326, 326, 326, 326, 290, 318, 326, 326, 251, 336, + 334, 334, 334, 334, 334, 99, 160, 304, 330, 334, /* 1770 */ - 353, 235, 311, 326, 326, 133, 326, 326, 78, 128, + 334, 214, 225, 333, 300, 303, 338, 334, 22, 19, /* 1780 */ - 326, 326, 326, 326, 326, 326, 326, 290, 318, 326, + 232, 334, 334, 334, 152, 334, 334, 57, 141, 334, /* 1790 */ - 235, 251, 336, 353, 133, 311, 326, 70, 128, 326, + 334, 334, 334, 203, 334, 334, 304, 330, 334, 334, /* 1800 */ - 326, 326, 326, 326, 326, 326, 290, 318, 326, 326, + 214, 225, 333, 300, 232, 338, 334, 334, 92, 334, /* 1810 */ - 251, 336, 353, 326, 311, 326, 235, 198, 167, 326, + 334, 52, 119, 334, 334, 334, 334, 334, 334, 334, /* 1820 */ - 133, 326, 326, 64, 128, 326, 326, 321, 326, 326, + 304, 330, 334, 334, 212, 225, 333, 300, 334, 338, /* 1830 */ - 43, 19, 290, 318, 326, 235, 251, 336, 353, 133, + 232, 334, 334, 334, 152, 334, 334, 88, 141, 334, /* 1840 */ - 311, 326, 67, 128, 208, 326, 326, 326, 326, 326, + 334, 334, 334, 334, 334, 334, 304, 330, 334, 334, /* 1850 */ - 326, 290, 318, 326, 326, 251, 336, 353, 235, 311, + 214, 225, 333, 300, 334, 338, 232, 334, 334, 334, /* 1860 */ - 326, 326, 133, 326, 326, 88, 128, 326, 326, 326, + 152, 334, 334, 82, 141, 334, 334, 334, 334, 334, /* 1870 */ - 326, 326, 326, 326, 290, 318, 326, 235, 251, 336, + 191, 170, 304, 330, 334, 334, 214, 225, 333, 300, /* 1880 */ - 353, 133, 311, 326, 82, 128, 326, 326, 326, 326, + 303, 338, 334, 22, 19, 232, 334, 334, 334, 152, /* 1890 */ - 326, 326, 326, 290, 318, 326, 326, 251, 336, 353, + 334, 334, 78, 141, 334, 334, 334, 334, 203, 334, /* 1900 */ - 326, 311, 326, 235, 198, 188, 326, 133, 326, 326, + 334, 304, 330, 334, 334, 214, 225, 333, 300, 232, /* 1910 */ - 72, 128, 326, 326, 321, 326, 326, 43, 19, 290, + 338, 334, 334, 152, 334, 334, 67, 141, 334, 334, /* 1920 */ - 318, 326, 235, 251, 336, 353, 93, 311, 326, 55, + 334, 334, 334, 334, 334, 304, 330, 334, 334, 214, /* 1930 */ - 116, 208, 326, 326, 326, 326, 326, 326, 290, 318, + 225, 333, 300, 334, 338, 232, 334, 334, 334, 152, /* 1940 */ - 326, 326, 251, 336, 353, 235, 311, 326, 326, 112, + 334, 334, 66, 141, 334, 334, 334, 334, 334, 334, /* 1950 */ - 326, 326, 87, 128, 326, 326, 326, 326, 326, 326, + 334, 304, 330, 334, 334, 214, 225, 333, 300, 334, /* 1960 */ - 326, 290, 318, 326, 235, 251, 336, 353, 133, 311, + 338, 232, 334, 334, 334, 152, 334, 334, 76, 141, /* 1970 */ - 326, 77, 128, 326, 326, 326, 326, 326, 326, 326, + 334, 334, 334, 334, 334, 334, 334, 304, 330, 334, /* 1980 */ - 290, 318, 326, 326, 251, 336, 353, 326, 311, 326, + 334, 214, 225, 333, 300, 334, 338, 334, 334, 334, /* 1990 */ - 235, 326, 326, 326, 133, 326, 326, 89, 128, 326, + 232, 334, 334, 334, 152, 334, 334, 81, 141, 334, /* 2000 */ - 326, 326, 326, 326, 326, 326, 290, 318, 326, 235, + 334, 334, 334, 334, 334, 334, 304, 330, 334, 334, /* 2010 */ - 251, 336, 353, 133, 311, 326, 75, 128, 326, 326, + 214, 225, 333, 300, 232, 338, 334, 334, 152, 334, /* 2020 */ - 326, 326, 326, 326, 326, 290, 318, 326, 326, 251, + 334, 80, 141, 334, 334, 334, 334, 334, 334, 334, /* 2030 */ - 336, 353, 235, 311, 326, 326, 133, 326, 326, 91, + 304, 330, 334, 334, 214, 225, 333, 300, 334, 338, /* 2040 */ - 128, 326, 326, 326, 326, 326, 326, 326, 290, 318, + 232, 334, 334, 334, 152, 334, 334, 84, 141, 334, /* 2050 */ - 326, 235, 251, 336, 353, 133, 311, 326, 62, 128, + 334, 334, 334, 334, 334, 334, 304, 330, 334, 334, /* 2060 */ - 326, 326, 326, 326, 326, 326, 326, 290, 318, 326, + 214, 225, 333, 300, 334, 338, 232, 334, 334, 334, /* 2070 */ - 326, 251, 336, 353, 326, 311, 326, 235, 326, 326, + 152, 334, 334, 69, 141, 334, 334, 334, 334, 334, /* 2080 */ - 326, 93, 326, 326, 53, 116, 326, 326, 326, 326, + 334, 334, 304, 330, 334, 334, 214, 225, 333, 300, /* 2090 */ - 326, 326, 326, 290, 318, 326, 235, 220, 336, 353, + 334, 338, 334, 334, 334, 232, 334, 334, 334, 152, /* 2100 */ - 133, 311, 326, 63, 128, 326, 326, 326, 326, 326, + 334, 334, 83, 141, 334, 334, 334, 334, 334, 334, /* 2110 */ - 326, 326, 290, 318, 326, 326, 251, 336, 353, 235, + 334, 304, 330, 334, 334, 214, 225, 333, 300, 232, /* 2120 */ - 311, 326, 326, 133, 326, 326, 61, 128, 326, 326, + 338, 334, 334, 152, 334, 334, 86, 141, 334, 334, /* 2130 */ - 326, 326, 326, 326, 326, 290, 318, 326, 235, 214, + 334, 334, 334, 334, 334, 304, 330, 334, 334, 214, /* 2140 */ - 336, 353, 133, 311, 326, 71, 128, 326, 326, 326, + 225, 333, 300, 334, 338, 232, 334, 334, 334, 152, /* 2150 */ - 326, 326, 326, 326, 290, 318, 326, 326, 251, 336, + 334, 334, 59, 141, 334, 334, 334, 334, 334, 334, /* 2160 */ - 353, 326, 311, 326, 235, 326, 326, 326, 133, 326, + 334, 304, 330, 334, 334, 214, 225, 333, 300, 334, /* 2170 */ - 326, 85, 128, 326, 326, 326, 326, 326, 326, 326, + 338, 232, 334, 334, 334, 152, 334, 334, 72, 141, /* 2180 */ - 290, 318, 326, 235, 251, 336, 353, 133, 311, 326, + 334, 334, 334, 334, 334, 334, 334, 304, 330, 334, /* 2190 */ - 65, 128, 326, 326, 326, 326, 326, 326, 326, 290, + 334, 214, 225, 333, 300, 334, 338, 334, 334, 334, /* 2200 */ - 318, 326, 326, 251, 336, 353, 235, 311, 326, 326, + 232, 334, 334, 334, 152, 334, 334, 61, 141, 334, /* 2210 */ - 111, 326, 326, 74, 128, 326, 326, 326, 326, 326, + 334, 334, 334, 334, 334, 334, 304, 330, 334, 334, /* 2220 */ - 326, 326, 290, 318, 326, 235, 251, 336, 353, 118, + 214, 225, 333, 300, 232, 338, 334, 334, 152, 334, /* 2230 */ - 311, 326, 58, 128, 326, 326, 326, 326, 326, 326, + 334, 77, 141, 334, 334, 334, 334, 334, 334, 334, /* 2240 */ - 326, 290, 318, 326, 326, 251, 336, 353, 326, 311, + 304, 330, 334, 334, 214, 225, 333, 300, 334, 338, /* 2250 */ - 326, 235, 326, 326, 326, 133, 326, 326, 56, 128, + 232, 334, 334, 334, 152, 334, 334, 62, 141, 334, /* 2260 */ - 326, 326, 326, 326, 326, 326, 326, 290, 318, 326, + 334, 334, 334, 334, 334, 334, 304, 330, 334, 334, /* 2270 */ - 235, 251, 336, 353, 133, 311, 326, 79, 128, 326, + 214, 225, 333, 300, 334, 338, 232, 334, 334, 334, /* 2280 */ - 326, 326, 326, 326, 326, 326, 290, 318, 326, 326, + 152, 334, 334, 74, 141, 334, 334, 334, 334, 334, /* 2290 */ - 251, 336, 353, 235, 311, 326, 326, 133, 326, 326, + 334, 334, 304, 330, 334, 334, 214, 225, 333, 300, /* 2300 */ - 80, 128, 326, 326, 326, 326, 326, 326, 326, 290, + 334, 338, 334, 334, 334, 232, 334, 334, 334, 111, /* 2310 */ - 318, 326, 235, 251, 336, 353, 133, 311, 326, 84, + 334, 334, 71, 141, 334, 334, 334, 334, 334, 334, /* 2320 */ - 128, 326, 326, 326, 326, 326, 326, 326, 290, 318, + 334, 304, 330, 334, 334, 214, 225, 333, 300, 232, /* 2330 */ - 326, 326, 251, 336, 353, 326, 311, 326, 235, 326, + 338, 334, 334, 113, 334, 334, 73, 141, 334, 334, /* 2340 */ - 326, 326, 133, 326, 326, 66, 128, 326, 326, 326, + 334, 334, 334, 334, 334, 304, 330, 334, 334, 214, /* 2350 */ - 326, 326, 326, 326, 290, 318, 326, 344, 251, 336, + 225, 333, 300, 334, 338, 232, 334, 334, 334, 152, /* 2360 */ - 353, 326, 311, 326, 10, 326, 326, 326, 326, 2, + 334, 334, 60, 141, 334, 334, 334, 334, 334, 334, /* 2370 */ - 108, 344, 326, 326, 326, 139, 326, 326, 10, 250, + 334, 304, 330, 334, 334, 214, 225, 333, 300, 334, /* 2380 */ - 326, 228, 326, 2, 108, 326, 326, 326, 326, 139, + 338, 232, 334, 334, 334, 92, 334, 334, 55, 119, /* 2390 */ - 326, 326, 326, 250, 326, 228, 235, 326, 326, 326, + 334, 334, 334, 334, 334, 334, 334, 304, 330, 334, /* 2400 */ - 133, 326, 326, 60, 128, 326, 326, 326, 326, 326, + 334, 214, 225, 333, 300, 334, 338, 334, 334, 334, /* 2410 */ - 326, 326, 290, 318, 326, 326, 251, 336, 353, 326, + 232, 334, 334, 334, 127, 334, 334, 58, 141, 334, /* 2420 */ - 311, 326, 326, 326, 326, 306, 16, 347, 326, 235, + 334, 334, 334, 334, 334, 334, 304, 330, 334, 334, /* 2430 */ - 326, 326, 326, 133, 326, 326, 81, 128, 326, 327, + 214, 225, 333, 300, 232, 338, 334, 334, 152, 334, /* 2440 */ - 16, 347, 326, 326, 326, 290, 318, 326, 326, 251, + 334, 75, 141, 334, 334, 334, 334, 334, 334, 334, /* 2450 */ - 336, 353, 326, 311, 326, 326, 235, 326, 326, 326, + 304, 330, 334, 334, 214, 225, 333, 300, 334, 338, /* 2460 */ - 133, 326, 326, 68, 128, 326, 326, 326, 326, 326, + 232, 334, 334, 334, 152, 334, 334, 54, 141, 334, /* 2470 */ - 326, 326, 290, 318, 326, 326, 251, 336, 353, 326, + 334, 334, 334, 334, 334, 334, 304, 330, 334, 334, /* 2480 */ - 311, 326, 235, 326, 326, 326, 133, 326, 326, 54, + 214, 225, 333, 300, 334, 338, 232, 334, 334, 334, /* 2490 */ - 128, 326, 326, 326, 326, 326, 326, 326, 290, 318, + 152, 334, 334, 65, 141, 334, 334, 334, 334, 334, /* 2500 */ - 326, 326, 251, 336, 353, 235, 311, 326, 326, 133, + 334, 334, 304, 330, 334, 334, 214, 225, 333, 300, /* 2510 */ - 326, 326, 83, 128, 326, 326, 235, 326, 326, 326, + 334, 338, 334, 334, 334, 232, 334, 334, 334, 152, /* 2520 */ - 133, 290, 318, 90, 128, 251, 336, 353, 326, 311, + 334, 334, 53, 141, 334, 334, 334, 334, 334, 334, /* 2530 */ - 326, 326, 290, 318, 326, 326, 251, 336, 353, 326, + 334, 304, 330, 334, 334, 214, 225, 333, 300, 232, /* 2540 */ - 311, + 338, 334, 334, 152, 334, 334, 85, 141, 334, 334, + /* 2550 */ + 334, 334, 334, 334, 334, 304, 330, 334, 334, 214, + /* 2560 */ + 225, 333, 300, 334, 338, 232, 334, 334, 334, 152, + /* 2570 */ + 334, 334, 90, 141, 334, 334, 334, 334, 334, 334, + /* 2580 */ + 334, 304, 330, 334, 334, 214, 225, 333, 300, 334, + /* 2590 */ + 338, ); static public $yy_lookahead = array( /* 0 */ - 1, 38, 3, 40, 91, 4, 5, 6, 7, 8, + 1, 19, 3, 93, 93, 4, 5, 6, 7, 8, /* 10 */ - 9, 10, 11, 12, 13, 14, 15, 104, 105, 18, + 9, 10, 11, 12, 13, 14, 15, 106, 107, 18, /* 20 */ - 118, 18, 60, 20, 23, 24, 1, 65, 3, 30, + 15, 16, 17, 20, 23, 24, 26, 19, 20, 30, /* 30 */ - 29, 118, 1, 30, 33, 36, 35, 21, 22, 36, + 29, 121, 121, 93, 33, 36, 35, 117, 118, 39, /* 40 */ 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, /* 50 */ - 51, 52, 53, 54, 1, 30, 31, 1, 1, 3, + 51, 52, 53, 54, 1, 55, 85, 86, 87, 88, /* 60 */ - 3, 36, 2, 18, 19, 20, 67, 68, 69, 70, + 89, 121, 122, 63, 100, 18, 19, 20, 69, 70, /* 70 */ - 71, 72, 73, 74, 75, 76, 77, 78, 62, 30, + 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, /* 80 */ - 55, 28, 37, 30, 111, 36, 30, 30, 18, 36, + 116, 28, 82, 30, 37, 1, 60, 3, 18, 36, /* 90 */ - 20, 21, 36, 36, 41, 42, 43, 44, 45, 46, + 20, 21, 18, 67, 41, 42, 43, 44, 45, 46, /* 100 */ - 47, 48, 49, 50, 51, 52, 53, 54, 1, 91, + 47, 48, 49, 50, 51, 52, 53, 54, 1, 62, /* 110 */ - 92, 55, 55, 83, 84, 85, 86, 87, 38, 101, + 1, 3, 3, 39, 30, 31, 18, 39, 20, 21, /* 120 */ - 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, + 36, 2, 69, 70, 71, 72, 73, 74, 75, 76, /* 130 */ - 77, 78, 18, 63, 20, 21, 118, 30, 1, 18, + 77, 78, 79, 80, 26, 65, 30, 30, 60, 30, /* 140 */ - 3, 20, 21, 36, 111, 39, 66, 26, 41, 42, + 21, 63, 36, 36, 40, 36, 68, 39, 41, 42, /* 150 */ 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, /* 160 */ - 53, 54, 1, 1, 26, 3, 60, 30, 62, 15, + 53, 54, 1, 55, 3, 93, 94, 18, 19, 20, /* 170 */ - 16, 17, 66, 36, 67, 68, 69, 70, 71, 72, + 38, 63, 18, 1, 20, 103, 69, 70, 71, 72, /* 180 */ - 73, 74, 75, 76, 77, 78, 18, 19, 20, 32, + 73, 74, 75, 76, 77, 78, 79, 80, 26, 93, /* 190 */ - 100, 1, 30, 109, 1, 18, 39, 20, 36, 1, + 94, 66, 1, 121, 3, 38, 18, 40, 20, 103, /* 200 */ - 116, 3, 41, 42, 43, 44, 45, 46, 47, 48, + 68, 39, 41, 42, 43, 44, 45, 46, 47, 48, /* 210 */ - 49, 50, 51, 52, 53, 54, 1, 55, 80, 62, + 49, 50, 51, 52, 53, 54, 1, 121, 1, 65, /* 220 */ - 30, 85, 86, 87, 39, 32, 36, 66, 67, 68, + 3, 30, 87, 88, 89, 63, 60, 36, 19, 20, /* 230 */ 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, /* 240 */ - 63, 86, 114, 115, 91, 92, 31, 62, 55, 18, + 79, 80, 1, 65, 3, 32, 18, 30, 20, 21, /* 250 */ - 38, 20, 40, 55, 101, 18, 41, 42, 43, 44, + 117, 118, 39, 36, 26, 40, 41, 42, 43, 44, /* 260 */ 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, /* 270 */ - 1, 118, 3, 94, 95, 96, 39, 122, 123, 38, + 1, 30, 60, 64, 94, 66, 63, 36, 115, 67, /* 280 */ - 91, 40, 67, 68, 69, 70, 71, 72, 73, 74, + 117, 118, 20, 103, 69, 70, 71, 72, 73, 74, /* 290 */ - 75, 76, 77, 78, 63, 114, 115, 100, 91, 92, + 75, 76, 77, 78, 79, 80, 116, 93, 94, 94, /* 300 */ - 112, 91, 114, 115, 91, 19, 20, 118, 101, 20, + 31, 1, 96, 97, 98, 19, 20, 103, 103, 39, /* 310 */ 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, /* 320 */ - 51, 52, 53, 54, 1, 118, 3, 100, 118, 119, + 51, 52, 53, 54, 1, 121, 121, 38, 94, 40, /* 330 */ - 60, 118, 2, 91, 3, 65, 67, 68, 69, 70, + 30, 21, 39, 63, 19, 102, 36, 103, 69, 70, /* 340 */ - 71, 72, 73, 74, 75, 76, 77, 78, 21, 22, + 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, /* 350 */ - 64, 21, 63, 92, 111, 119, 113, 26, 19, 20, + 26, 88, 66, 20, 39, 121, 63, 38, 93, 40, /* 360 */ - 118, 1, 101, 21, 41, 42, 43, 44, 45, 46, + 39, 114, 20, 39, 41, 42, 43, 44, 45, 46, /* 370 */ - 47, 48, 49, 50, 51, 52, 53, 54, 1, 118, + 47, 48, 49, 50, 51, 52, 53, 54, 1, 55, /* 380 */ - 3, 18, 22, 20, 19, 94, 95, 1, 98, 62, + 3, 94, 94, 18, 63, 20, 121, 63, 125, 126, /* 390 */ - 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, + 103, 103, 69, 70, 71, 72, 73, 74, 75, 76, /* 400 */ - 77, 78, 60, 113, 39, 1, 2, 92, 92, 18, + 77, 78, 79, 80, 116, 82, 94, 65, 121, 1, /* 410 */ - 111, 20, 113, 87, 26, 89, 101, 101, 41, 42, + 2, 1, 18, 3, 20, 103, 21, 22, 41, 42, /* 420 */ 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, /* 430 */ - 53, 54, 1, 118, 118, 18, 39, 20, 19, 94, + 53, 54, 1, 121, 94, 18, 114, 20, 116, 93, /* 440 */ - 95, 55, 98, 25, 67, 68, 69, 70, 71, 72, + 18, 39, 20, 103, 100, 1, 69, 70, 71, 72, /* 450 */ - 73, 74, 75, 76, 77, 78, 38, 113, 86, 92, + 73, 74, 75, 76, 77, 78, 79, 80, 63, 88, /* 460 */ - 92, 92, 18, 40, 20, 30, 60, 2, 101, 101, + 116, 1, 114, 30, 116, 122, 22, 121, 2, 36, /* 470 */ - 101, 36, 41, 42, 43, 44, 45, 46, 47, 48, + 21, 22, 41, 42, 43, 44, 45, 46, 47, 48, /* 480 */ - 49, 50, 51, 52, 53, 54, 1, 118, 18, 109, + 49, 50, 51, 52, 53, 54, 1, 94, 3, 89, /* 490 */ - 20, 20, 56, 39, 19, 123, 116, 98, 67, 68, + 22, 91, 32, 18, 118, 20, 103, 126, 100, 68, /* 500 */ 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, /* 510 */ - 25, 80, 113, 92, 64, 27, 21, 20, 19, 64, + 79, 80, 63, 112, 116, 94, 96, 97, 114, 114, /* 520 */ - 20, 3, 101, 20, 22, 2, 41, 42, 43, 44, + 119, 102, 96, 97, 103, 100, 41, 42, 43, 44, /* 530 */ 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, /* 540 */ - 1, 20, 3, 19, 3, 20, 20, 20, 19, 66, + 1, 116, 3, 102, 94, 19, 19, 19, 66, 20, /* 550 */ - 98, 98, 67, 68, 69, 70, 71, 72, 73, 74, + 20, 3, 101, 103, 69, 70, 71, 72, 73, 74, /* 560 */ - 75, 76, 77, 78, 62, 113, 113, 20, 37, 37, + 75, 76, 77, 78, 79, 80, 116, 116, 112, 20, /* 570 */ - 3, 20, 20, 101, 112, 111, 22, 111, 111, 111, + 3, 3, 19, 56, 20, 119, 68, 37, 20, 100, /* 580 */ 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, /* 590 */ - 51, 52, 53, 54, 1, 116, 30, 113, 97, 88, + 51, 52, 53, 54, 1, 116, 2, 27, 94, 37, /* 600 */ - 16, 115, 124, 97, 99, 98, 67, 68, 69, 70, + 39, 20, 121, 2, 20, 100, 100, 103, 69, 70, /* 610 */ - 71, 72, 73, 74, 75, 76, 77, 78, 113, 124, + 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, /* 620 */ - 113, 124, 124, 124, 124, 124, 124, 124, 124, 124, + 116, 116, 116, 20, 103, 114, 116, 115, 114, 16, /* 630 */ - 124, 124, 124, 40, 41, 42, 43, 44, 45, 46, + 99, 90, 119, 40, 41, 42, 43, 44, 45, 46, /* 640 */ 47, 48, 49, 50, 51, 52, 53, 54, 1, 2, /* 650 */ - 124, 124, 124, 124, 124, 124, 124, 98, 98, 98, + 30, 114, 127, 127, 99, 127, 127, 127, 127, 100, /* 660 */ - 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, + 100, 25, 69, 70, 71, 72, 73, 74, 75, 76, /* 670 */ - 77, 78, 113, 113, 113, 124, 124, 124, 124, 124, + 77, 78, 79, 80, 38, 116, 116, 127, 127, 127, /* 680 */ - 124, 124, 124, 124, 124, 124, 124, 124, 41, 42, + 127, 127, 127, 127, 127, 127, 100, 127, 41, 42, /* 690 */ 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, /* 700 */ - 53, 54, 1, 124, 124, 124, 124, 124, 124, 124, + 53, 54, 116, 127, 127, 127, 127, 127, 127, 127, /* 710 */ - 124, 98, 124, 124, 67, 68, 69, 70, 71, 72, + 21, 127, 127, 127, 127, 127, 69, 70, 71, 72, /* 720 */ - 73, 74, 75, 76, 77, 78, 113, 124, 124, 124, + 73, 74, 75, 76, 77, 78, 79, 80, 1, 3, /* 730 */ - 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, + 127, 96, 127, 96, 127, 127, 127, 127, 88, 127, /* 740 */ - 124, 40, 41, 42, 43, 44, 45, 46, 47, 48, + 127, 127, 92, 108, 109, 108, 96, 22, 113, 60, /* 750 */ - 49, 50, 51, 52, 53, 54, 1, 124, 124, 124, + 113, 25, 25, 27, 28, 105, 30, 31, 108, 109, /* 760 */ - 124, 124, 124, 124, 124, 124, 124, 124, 67, 68, + 110, 111, 36, 113, 38, 39, 40, 127, 41, 42, /* 770 */ - 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, - /* 780 */ - 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, - /* 790 */ - 124, 124, 124, 124, 124, 124, 41, 42, 43, 44, - /* 800 */ - 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, - /* 810 */ - 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, - /* 820 */ - 22, 124, 67, 68, 69, 70, 71, 72, 73, 74, - /* 830 */ - 75, 76, 77, 78, 124, 124, 124, 124, 41, 42, - /* 840 */ 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, + /* 780 */ + 53, 54, 1, 127, 127, 60, 127, 127, 127, 63, + /* 790 */ + 127, 127, 67, 127, 68, 22, 69, 70, 71, 72, + /* 800 */ + 73, 74, 75, 76, 77, 78, 79, 80, 82, 127, + /* 810 */ + 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, + /* 820 */ + 127, 127, 41, 42, 43, 44, 45, 46, 47, 48, + /* 830 */ + 49, 50, 51, 52, 53, 54, 63, 127, 127, 127, + /* 840 */ + 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, /* 850 */ - 53, 54, 124, 124, 124, 124, 124, 124, 60, 124, + 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, /* 860 */ - 124, 124, 124, 65, 67, 68, 69, 70, 71, 72, + 79, 80, 127, 127, 41, 42, 43, 44, 45, 46, /* 870 */ - 73, 74, 75, 76, 77, 78, 124, 124, 124, 124, + 47, 48, 49, 50, 51, 52, 53, 54, 127, 127, /* 880 */ - 124, 124, 124, 18, 19, 20, 124, 124, 23, 24, + 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, /* 890 */ - 124, 86, 124, 124, 29, 90, 92, 124, 33, 94, + 127, 127, 69, 70, 71, 72, 73, 74, 75, 76, /* 900 */ - 35, 124, 37, 124, 39, 101, 124, 42, 103, 124, + 77, 78, 79, 80, 127, 127, 3, 11, 127, 127, /* 910 */ - 124, 106, 107, 108, 124, 110, 124, 113, 92, 92, + 127, 18, 19, 20, 18, 127, 23, 24, 127, 23, /* 920 */ - 124, 124, 57, 58, 59, 60, 61, 101, 101, 64, + 24, 127, 29, 127, 21, 29, 33, 127, 35, 33, /* 930 */ - 65, 66, 124, 94, 124, 124, 124, 124, 124, 113, + 37, 35, 39, 30, 127, 42, 127, 127, 127, 36, /* 940 */ - 113, 18, 19, 20, 79, 106, 23, 24, 124, 110, + 127, 127, 39, 127, 18, 127, 20, 127, 127, 127, /* 950 */ - 124, 124, 29, 124, 124, 86, 33, 34, 35, 90, + 57, 58, 59, 60, 61, 62, 30, 64, 32, 66, /* 960 */ - 37, 124, 39, 94, 92, 42, 124, 124, 124, 124, + 67, 68, 36, 127, 127, 127, 63, 127, 127, 127, /* 970 */ - 86, 124, 103, 101, 90, 106, 107, 108, 94, 110, + 18, 19, 20, 127, 81, 23, 24, 81, 82, 83, /* 980 */ - 57, 58, 59, 60, 61, 113, 124, 64, 65, 124, + 127, 29, 127, 127, 127, 33, 34, 35, 127, 37, /* 990 */ - 106, 107, 108, 124, 110, 18, 124, 20, 124, 18, + 127, 39, 93, 94, 42, 127, 127, 127, 127, 127, /* 1000 */ - 19, 20, 79, 124, 23, 24, 124, 30, 124, 32, + 127, 127, 103, 127, 127, 106, 107, 127, 127, 57, /* 1010 */ - 29, 86, 124, 36, 33, 90, 35, 124, 37, 94, + 58, 59, 60, 61, 62, 127, 64, 127, 66, 67, /* 1020 */ - 39, 124, 124, 42, 124, 124, 124, 124, 124, 124, + 121, 127, 127, 127, 18, 11, 20, 127, 127, 18, /* 1030 */ - 124, 106, 107, 108, 124, 110, 124, 124, 57, 58, + 19, 20, 18, 81, 23, 24, 30, 23, 24, 127, /* 1040 */ - 59, 60, 61, 124, 124, 64, 65, 124, 124, 124, + 29, 127, 36, 29, 33, 127, 35, 33, 37, 35, /* 1050 */ - 124, 124, 18, 124, 20, 124, 124, 18, 19, 20, + 39, 127, 127, 42, 127, 127, 127, 127, 127, 88, /* 1060 */ - 79, 124, 23, 24, 30, 86, 32, 124, 29, 90, + 127, 127, 127, 92, 127, 127, 127, 96, 57, 58, /* 1070 */ - 36, 86, 33, 94, 35, 90, 37, 124, 39, 94, + 59, 60, 61, 62, 127, 64, 105, 66, 67, 108, /* 1080 */ - 124, 42, 124, 124, 124, 106, 107, 108, 124, 110, + 109, 110, 111, 127, 113, 127, 127, 127, 18, 19, /* 1090 */ - 124, 106, 107, 108, 124, 110, 57, 58, 59, 60, + 20, 127, 81, 23, 24, 81, 82, 83, 88, 29, /* 1100 */ - 61, 124, 124, 64, 65, 124, 124, 124, 124, 124, + 127, 127, 92, 33, 127, 35, 96, 37, 127, 39, /* 1110 */ - 124, 124, 124, 124, 124, 18, 19, 20, 79, 124, + 127, 127, 42, 127, 127, 127, 127, 127, 108, 109, /* 1120 */ - 23, 24, 124, 124, 124, 124, 29, 86, 124, 124, + 110, 111, 127, 113, 127, 127, 127, 57, 58, 59, /* 1130 */ - 33, 90, 35, 124, 37, 94, 39, 124, 124, 42, + 60, 61, 62, 127, 64, 127, 66, 67, 1, 127, /* 1140 */ - 124, 124, 124, 124, 124, 124, 124, 106, 107, 108, + 3, 127, 18, 127, 20, 127, 127, 18, 19, 20, /* 1150 */ - 124, 110, 124, 124, 57, 58, 59, 60, 61, 124, + 127, 81, 23, 24, 30, 127, 32, 88, 29, 22, /* 1160 */ - 124, 64, 65, 124, 124, 124, 124, 124, 124, 124, + 36, 92, 33, 127, 35, 96, 37, 30, 39, 127, /* 1170 */ - 124, 124, 124, 18, 19, 20, 79, 124, 23, 24, + 127, 42, 127, 36, 127, 127, 39, 108, 109, 110, /* 1180 */ - 124, 124, 124, 124, 29, 86, 124, 124, 33, 90, + 111, 127, 113, 127, 127, 127, 57, 58, 59, 60, /* 1190 */ - 35, 124, 37, 94, 39, 124, 124, 42, 124, 124, + 61, 62, 127, 64, 127, 66, 67, 127, 127, 127, /* 1200 */ - 124, 124, 124, 124, 124, 106, 107, 108, 124, 110, + 63, 127, 127, 127, 127, 127, 18, 19, 20, 127, /* 1210 */ - 124, 124, 57, 58, 59, 60, 61, 124, 124, 64, + 81, 23, 24, 127, 127, 127, 88, 29, 127, 127, /* 1220 */ - 65, 124, 124, 124, 124, 124, 124, 124, 124, 124, + 92, 33, 127, 35, 96, 37, 127, 39, 127, 127, /* 1230 */ - 124, 18, 19, 20, 79, 124, 23, 24, 124, 124, + 42, 127, 127, 127, 127, 127, 108, 109, 110, 111, /* 1240 */ - 124, 124, 29, 86, 124, 124, 33, 90, 35, 124, + 127, 113, 127, 127, 127, 57, 58, 59, 60, 61, /* 1250 */ - 37, 94, 39, 124, 124, 42, 124, 124, 124, 124, + 62, 127, 64, 127, 66, 67, 127, 127, 127, 127, /* 1260 */ - 124, 124, 124, 106, 107, 108, 124, 110, 124, 124, + 127, 127, 127, 127, 127, 18, 19, 20, 127, 81, /* 1270 */ - 57, 58, 59, 60, 61, 124, 124, 64, 65, 124, + 23, 24, 127, 127, 127, 88, 29, 127, 127, 92, /* 1280 */ - 1, 124, 3, 124, 3, 124, 124, 124, 124, 18, + 33, 127, 35, 96, 37, 127, 39, 127, 127, 42, /* 1290 */ - 19, 20, 79, 124, 23, 24, 124, 124, 124, 124, + 127, 127, 127, 127, 127, 108, 109, 110, 111, 127, /* 1300 */ - 29, 22, 21, 124, 33, 124, 35, 124, 37, 30, + 113, 127, 127, 127, 57, 58, 59, 60, 61, 62, /* 1310 */ - 39, 30, 124, 42, 124, 36, 124, 36, 39, 124, + 127, 64, 127, 66, 67, 127, 127, 127, 127, 127, /* 1320 */ - 39, 124, 124, 124, 91, 92, 124, 124, 57, 58, + 127, 127, 127, 127, 18, 19, 20, 127, 81, 23, /* 1330 */ - 59, 60, 61, 124, 101, 64, 65, 104, 105, 124, + 24, 127, 127, 127, 88, 29, 127, 127, 92, 33, /* 1340 */ - 124, 62, 124, 62, 124, 124, 124, 18, 19, 20, + 127, 35, 96, 37, 127, 39, 127, 127, 42, 127, /* 1350 */ - 79, 118, 23, 24, 124, 124, 124, 124, 29, 124, + 127, 127, 127, 127, 108, 109, 110, 111, 127, 113, /* 1360 */ - 124, 124, 33, 124, 35, 124, 37, 124, 39, 91, + 127, 127, 127, 57, 58, 59, 60, 61, 62, 127, /* 1370 */ - 92, 42, 124, 124, 124, 124, 124, 124, 124, 101, + 64, 127, 66, 67, 127, 127, 127, 127, 127, 127, /* 1380 */ - 124, 124, 104, 105, 124, 124, 57, 58, 59, 60, + 127, 127, 127, 18, 19, 20, 127, 81, 23, 24, /* 1390 */ - 61, 124, 124, 64, 65, 124, 118, 124, 124, 124, + 127, 127, 127, 88, 29, 127, 127, 92, 33, 127, /* 1400 */ - 124, 124, 124, 124, 124, 18, 19, 20, 79, 124, + 35, 96, 37, 127, 39, 127, 127, 42, 127, 127, /* 1410 */ - 23, 24, 124, 124, 124, 124, 29, 124, 124, 124, + 127, 127, 127, 108, 109, 110, 111, 127, 113, 127, /* 1420 */ - 33, 124, 35, 124, 37, 124, 39, 91, 92, 42, + 127, 127, 57, 58, 59, 60, 61, 62, 127, 64, /* 1430 */ - 124, 124, 124, 124, 124, 124, 124, 101, 124, 124, + 127, 66, 67, 127, 127, 127, 127, 127, 127, 127, /* 1440 */ - 104, 105, 124, 124, 57, 58, 59, 60, 61, 124, + 127, 127, 18, 19, 20, 127, 81, 23, 24, 127, /* 1450 */ - 124, 64, 124, 124, 118, 124, 124, 124, 124, 124, + 127, 127, 127, 29, 127, 127, 127, 33, 127, 35, /* 1460 */ - 124, 124, 124, 18, 19, 20, 79, 124, 23, 24, + 127, 37, 127, 39, 93, 94, 42, 127, 127, 127, /* 1470 */ - 124, 124, 124, 124, 29, 124, 124, 124, 33, 124, + 127, 127, 127, 127, 103, 127, 127, 106, 107, 127, /* 1480 */ - 35, 124, 37, 124, 39, 124, 3, 42, 124, 124, + 127, 57, 58, 59, 60, 61, 62, 88, 64, 127, /* 1490 */ - 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, + 66, 92, 121, 127, 95, 96, 127, 127, 127, 127, /* 1500 */ - 124, 124, 57, 58, 59, 60, 61, 124, 25, 64, + 127, 127, 127, 104, 105, 81, 127, 108, 109, 110, /* 1510 */ - 27, 28, 124, 30, 31, 124, 124, 124, 124, 36, + 111, 88, 113, 127, 127, 92, 127, 127, 95, 96, /* 1520 */ - 124, 38, 39, 40, 79, 124, 124, 124, 124, 124, + 127, 127, 123, 124, 127, 127, 127, 104, 105, 127, /* 1530 */ - 124, 124, 124, 124, 124, 86, 124, 124, 55, 90, + 127, 108, 109, 110, 111, 88, 113, 127, 127, 92, /* 1540 */ - 124, 124, 93, 94, 124, 62, 124, 124, 124, 66, + 127, 127, 95, 96, 97, 127, 88, 124, 127, 127, /* 1550 */ - 124, 102, 103, 124, 124, 106, 107, 108, 124, 110, + 92, 104, 105, 95, 96, 108, 109, 110, 111, 127, /* 1560 */ - 124, 124, 124, 80, 124, 124, 124, 86, 124, 120, + 113, 127, 104, 105, 127, 127, 108, 109, 110, 111, /* 1570 */ - 121, 90, 124, 124, 93, 94, 95, 124, 124, 124, + 88, 113, 127, 127, 92, 127, 127, 95, 96, 97, /* 1580 */ - 124, 124, 124, 102, 103, 124, 124, 106, 107, 108, + 127, 127, 127, 127, 127, 127, 104, 105, 127, 127, /* 1590 */ - 86, 110, 124, 124, 90, 124, 124, 93, 94, 124, + 108, 109, 110, 111, 88, 113, 127, 127, 92, 127, /* 1600 */ - 124, 124, 124, 124, 124, 124, 102, 103, 124, 86, + 127, 95, 96, 127, 127, 127, 127, 127, 127, 127, /* 1610 */ - 106, 107, 108, 90, 110, 124, 93, 94, 124, 124, + 104, 105, 127, 127, 108, 109, 110, 111, 127, 113, /* 1620 */ - 124, 117, 124, 124, 124, 102, 103, 124, 124, 106, + 88, 93, 94, 127, 92, 127, 120, 95, 96, 127, /* 1630 */ - 107, 108, 124, 110, 124, 124, 124, 124, 86, 124, + 127, 103, 127, 127, 106, 107, 104, 105, 127, 127, /* 1640 */ - 117, 124, 90, 124, 124, 93, 94, 124, 124, 124, + 108, 109, 110, 111, 127, 113, 88, 127, 127, 121, /* 1650 */ - 124, 124, 124, 124, 102, 103, 124, 124, 106, 107, + 92, 127, 120, 95, 96, 127, 127, 127, 127, 127, /* 1660 */ - 108, 86, 110, 124, 124, 90, 124, 124, 93, 94, + 93, 94, 104, 105, 127, 127, 108, 109, 110, 111, /* 1670 */ - 95, 124, 124, 121, 124, 124, 124, 102, 103, 124, + 103, 113, 127, 106, 107, 88, 127, 127, 120, 92, /* 1680 */ - 124, 106, 107, 108, 86, 110, 124, 124, 90, 124, + 127, 127, 95, 96, 127, 127, 127, 127, 121, 127, /* 1690 */ - 124, 93, 94, 124, 124, 124, 124, 124, 124, 124, + 127, 104, 105, 127, 127, 108, 109, 110, 111, 88, /* 1700 */ - 102, 103, 124, 86, 106, 107, 108, 90, 110, 124, + 113, 127, 127, 92, 127, 127, 95, 96, 127, 127, /* 1710 */ - 93, 94, 124, 124, 124, 117, 124, 124, 124, 102, + 127, 127, 127, 127, 127, 104, 105, 127, 127, 108, /* 1720 */ - 103, 124, 124, 106, 107, 108, 124, 110, 124, 86, + 109, 110, 111, 127, 113, 88, 127, 127, 127, 92, /* 1730 */ - 91, 92, 124, 90, 124, 124, 93, 94, 124, 124, + 127, 127, 95, 96, 127, 127, 127, 127, 127, 127, /* 1740 */ - 101, 124, 124, 104, 105, 102, 103, 124, 86, 106, + 127, 104, 105, 127, 127, 108, 109, 110, 111, 127, /* 1750 */ - 107, 108, 90, 110, 124, 93, 94, 118, 124, 124, + 113, 88, 127, 127, 127, 92, 127, 127, 95, 96, /* 1760 */ - 124, 124, 124, 124, 102, 103, 124, 124, 106, 107, + 127, 127, 127, 127, 127, 93, 94, 104, 105, 127, /* 1770 */ - 108, 86, 110, 124, 124, 90, 124, 124, 93, 94, + 127, 108, 109, 110, 111, 103, 113, 127, 106, 107, /* 1780 */ - 124, 124, 124, 124, 124, 124, 124, 102, 103, 124, + 88, 127, 127, 127, 92, 127, 127, 95, 96, 127, /* 1790 */ - 86, 106, 107, 108, 90, 110, 124, 93, 94, 124, + 127, 127, 127, 121, 127, 127, 104, 105, 127, 127, /* 1800 */ - 124, 124, 124, 124, 124, 124, 102, 103, 124, 124, + 108, 109, 110, 111, 88, 113, 127, 127, 92, 127, /* 1810 */ - 106, 107, 108, 124, 110, 124, 86, 91, 92, 124, + 127, 95, 96, 127, 127, 127, 127, 127, 127, 127, /* 1820 */ - 90, 124, 124, 93, 94, 124, 124, 101, 124, 124, + 104, 105, 127, 127, 108, 109, 110, 111, 127, 113, /* 1830 */ - 104, 105, 102, 103, 124, 86, 106, 107, 108, 90, + 88, 127, 127, 127, 92, 127, 127, 95, 96, 127, /* 1840 */ - 110, 124, 93, 94, 118, 124, 124, 124, 124, 124, + 127, 127, 127, 127, 127, 127, 104, 105, 127, 127, /* 1850 */ - 124, 102, 103, 124, 124, 106, 107, 108, 86, 110, + 108, 109, 110, 111, 127, 113, 88, 127, 127, 127, /* 1860 */ - 124, 124, 90, 124, 124, 93, 94, 124, 124, 124, + 92, 127, 127, 95, 96, 127, 127, 127, 127, 127, /* 1870 */ - 124, 124, 124, 124, 102, 103, 124, 86, 106, 107, + 93, 94, 104, 105, 127, 127, 108, 109, 110, 111, /* 1880 */ - 108, 90, 110, 124, 93, 94, 124, 124, 124, 124, + 103, 113, 127, 106, 107, 88, 127, 127, 127, 92, /* 1890 */ - 124, 124, 124, 102, 103, 124, 124, 106, 107, 108, + 127, 127, 95, 96, 127, 127, 127, 127, 121, 127, /* 1900 */ - 124, 110, 124, 86, 91, 92, 124, 90, 124, 124, + 127, 104, 105, 127, 127, 108, 109, 110, 111, 88, /* 1910 */ - 93, 94, 124, 124, 101, 124, 124, 104, 105, 102, + 113, 127, 127, 92, 127, 127, 95, 96, 127, 127, /* 1920 */ - 103, 124, 86, 106, 107, 108, 90, 110, 124, 93, + 127, 127, 127, 127, 127, 104, 105, 127, 127, 108, /* 1930 */ - 94, 118, 124, 124, 124, 124, 124, 124, 102, 103, + 109, 110, 111, 127, 113, 88, 127, 127, 127, 92, /* 1940 */ - 124, 124, 106, 107, 108, 86, 110, 124, 124, 90, + 127, 127, 95, 96, 127, 127, 127, 127, 127, 127, /* 1950 */ - 124, 124, 93, 94, 124, 124, 124, 124, 124, 124, + 127, 104, 105, 127, 127, 108, 109, 110, 111, 127, /* 1960 */ - 124, 102, 103, 124, 86, 106, 107, 108, 90, 110, + 113, 88, 127, 127, 127, 92, 127, 127, 95, 96, /* 1970 */ - 124, 93, 94, 124, 124, 124, 124, 124, 124, 124, + 127, 127, 127, 127, 127, 127, 127, 104, 105, 127, /* 1980 */ - 102, 103, 124, 124, 106, 107, 108, 124, 110, 124, + 127, 108, 109, 110, 111, 127, 113, 127, 127, 127, /* 1990 */ - 86, 124, 124, 124, 90, 124, 124, 93, 94, 124, + 88, 127, 127, 127, 92, 127, 127, 95, 96, 127, /* 2000 */ - 124, 124, 124, 124, 124, 124, 102, 103, 124, 86, + 127, 127, 127, 127, 127, 127, 104, 105, 127, 127, /* 2010 */ - 106, 107, 108, 90, 110, 124, 93, 94, 124, 124, + 108, 109, 110, 111, 88, 113, 127, 127, 92, 127, /* 2020 */ - 124, 124, 124, 124, 124, 102, 103, 124, 124, 106, + 127, 95, 96, 127, 127, 127, 127, 127, 127, 127, /* 2030 */ - 107, 108, 86, 110, 124, 124, 90, 124, 124, 93, + 104, 105, 127, 127, 108, 109, 110, 111, 127, 113, /* 2040 */ - 94, 124, 124, 124, 124, 124, 124, 124, 102, 103, + 88, 127, 127, 127, 92, 127, 127, 95, 96, 127, /* 2050 */ - 124, 86, 106, 107, 108, 90, 110, 124, 93, 94, + 127, 127, 127, 127, 127, 127, 104, 105, 127, 127, /* 2060 */ - 124, 124, 124, 124, 124, 124, 124, 102, 103, 124, + 108, 109, 110, 111, 127, 113, 88, 127, 127, 127, /* 2070 */ - 124, 106, 107, 108, 124, 110, 124, 86, 124, 124, + 92, 127, 127, 95, 96, 127, 127, 127, 127, 127, /* 2080 */ - 124, 90, 124, 124, 93, 94, 124, 124, 124, 124, + 127, 127, 104, 105, 127, 127, 108, 109, 110, 111, /* 2090 */ - 124, 124, 124, 102, 103, 124, 86, 106, 107, 108, + 127, 113, 127, 127, 127, 88, 127, 127, 127, 92, /* 2100 */ - 90, 110, 124, 93, 94, 124, 124, 124, 124, 124, + 127, 127, 95, 96, 127, 127, 127, 127, 127, 127, /* 2110 */ - 124, 124, 102, 103, 124, 124, 106, 107, 108, 86, + 127, 104, 105, 127, 127, 108, 109, 110, 111, 88, /* 2120 */ - 110, 124, 124, 90, 124, 124, 93, 94, 124, 124, + 113, 127, 127, 92, 127, 127, 95, 96, 127, 127, /* 2130 */ - 124, 124, 124, 124, 124, 102, 103, 124, 86, 106, + 127, 127, 127, 127, 127, 104, 105, 127, 127, 108, /* 2140 */ - 107, 108, 90, 110, 124, 93, 94, 124, 124, 124, + 109, 110, 111, 127, 113, 88, 127, 127, 127, 92, /* 2150 */ - 124, 124, 124, 124, 102, 103, 124, 124, 106, 107, + 127, 127, 95, 96, 127, 127, 127, 127, 127, 127, /* 2160 */ - 108, 124, 110, 124, 86, 124, 124, 124, 90, 124, + 127, 104, 105, 127, 127, 108, 109, 110, 111, 127, /* 2170 */ - 124, 93, 94, 124, 124, 124, 124, 124, 124, 124, + 113, 88, 127, 127, 127, 92, 127, 127, 95, 96, /* 2180 */ - 102, 103, 124, 86, 106, 107, 108, 90, 110, 124, + 127, 127, 127, 127, 127, 127, 127, 104, 105, 127, /* 2190 */ - 93, 94, 124, 124, 124, 124, 124, 124, 124, 102, + 127, 108, 109, 110, 111, 127, 113, 127, 127, 127, /* 2200 */ - 103, 124, 124, 106, 107, 108, 86, 110, 124, 124, + 88, 127, 127, 127, 92, 127, 127, 95, 96, 127, /* 2210 */ - 90, 124, 124, 93, 94, 124, 124, 124, 124, 124, + 127, 127, 127, 127, 127, 127, 104, 105, 127, 127, /* 2220 */ - 124, 124, 102, 103, 124, 86, 106, 107, 108, 90, + 108, 109, 110, 111, 88, 113, 127, 127, 92, 127, /* 2230 */ - 110, 124, 93, 94, 124, 124, 124, 124, 124, 124, + 127, 95, 96, 127, 127, 127, 127, 127, 127, 127, /* 2240 */ - 124, 102, 103, 124, 124, 106, 107, 108, 124, 110, + 104, 105, 127, 127, 108, 109, 110, 111, 127, 113, /* 2250 */ - 124, 86, 124, 124, 124, 90, 124, 124, 93, 94, + 88, 127, 127, 127, 92, 127, 127, 95, 96, 127, /* 2260 */ - 124, 124, 124, 124, 124, 124, 124, 102, 103, 124, + 127, 127, 127, 127, 127, 127, 104, 105, 127, 127, /* 2270 */ - 86, 106, 107, 108, 90, 110, 124, 93, 94, 124, + 108, 109, 110, 111, 127, 113, 88, 127, 127, 127, /* 2280 */ - 124, 124, 124, 124, 124, 124, 102, 103, 124, 124, + 92, 127, 127, 95, 96, 127, 127, 127, 127, 127, /* 2290 */ - 106, 107, 108, 86, 110, 124, 124, 90, 124, 124, + 127, 127, 104, 105, 127, 127, 108, 109, 110, 111, /* 2300 */ - 93, 94, 124, 124, 124, 124, 124, 124, 124, 102, + 127, 113, 127, 127, 127, 88, 127, 127, 127, 92, /* 2310 */ - 103, 124, 86, 106, 107, 108, 90, 110, 124, 93, + 127, 127, 95, 96, 127, 127, 127, 127, 127, 127, /* 2320 */ - 94, 124, 124, 124, 124, 124, 124, 124, 102, 103, + 127, 104, 105, 127, 127, 108, 109, 110, 111, 88, /* 2330 */ - 124, 124, 106, 107, 108, 124, 110, 124, 86, 124, + 113, 127, 127, 92, 127, 127, 95, 96, 127, 127, /* 2340 */ - 124, 124, 90, 124, 124, 93, 94, 124, 124, 124, + 127, 127, 127, 127, 127, 104, 105, 127, 127, 108, /* 2350 */ - 124, 124, 124, 124, 102, 103, 124, 11, 106, 107, + 109, 110, 111, 127, 113, 88, 127, 127, 127, 92, /* 2360 */ - 108, 124, 110, 124, 18, 124, 124, 124, 124, 23, + 127, 127, 95, 96, 127, 127, 127, 127, 127, 127, /* 2370 */ - 24, 11, 124, 124, 124, 29, 124, 124, 18, 33, + 127, 104, 105, 127, 127, 108, 109, 110, 111, 127, /* 2380 */ - 124, 35, 124, 23, 24, 124, 124, 124, 124, 29, + 113, 88, 127, 127, 127, 92, 127, 127, 95, 96, /* 2390 */ - 124, 124, 124, 33, 124, 35, 86, 124, 124, 124, + 127, 127, 127, 127, 127, 127, 127, 104, 105, 127, /* 2400 */ - 90, 124, 124, 93, 94, 124, 124, 124, 124, 124, + 127, 108, 109, 110, 111, 127, 113, 127, 127, 127, /* 2410 */ - 124, 124, 102, 103, 124, 124, 106, 107, 108, 124, + 88, 127, 127, 127, 92, 127, 127, 95, 96, 127, /* 2420 */ - 110, 124, 124, 124, 124, 79, 80, 81, 124, 86, + 127, 127, 127, 127, 127, 127, 104, 105, 127, 127, /* 2430 */ - 124, 124, 124, 90, 124, 124, 93, 94, 124, 79, + 108, 109, 110, 111, 88, 113, 127, 127, 92, 127, /* 2440 */ - 80, 81, 124, 124, 124, 102, 103, 124, 124, 106, + 127, 95, 96, 127, 127, 127, 127, 127, 127, 127, /* 2450 */ - 107, 108, 124, 110, 124, 124, 86, 124, 124, 124, + 104, 105, 127, 127, 108, 109, 110, 111, 127, 113, /* 2460 */ - 90, 124, 124, 93, 94, 124, 124, 124, 124, 124, + 88, 127, 127, 127, 92, 127, 127, 95, 96, 127, /* 2470 */ - 124, 124, 102, 103, 124, 124, 106, 107, 108, 124, + 127, 127, 127, 127, 127, 127, 104, 105, 127, 127, /* 2480 */ - 110, 124, 86, 124, 124, 124, 90, 124, 124, 93, + 108, 109, 110, 111, 127, 113, 88, 127, 127, 127, /* 2490 */ - 94, 124, 124, 124, 124, 124, 124, 124, 102, 103, + 92, 127, 127, 95, 96, 127, 127, 127, 127, 127, /* 2500 */ - 124, 124, 106, 107, 108, 86, 110, 124, 124, 90, + 127, 127, 104, 105, 127, 127, 108, 109, 110, 111, /* 2510 */ - 124, 124, 93, 94, 124, 124, 86, 124, 124, 124, + 127, 113, 127, 127, 127, 88, 127, 127, 127, 92, /* 2520 */ - 90, 102, 103, 93, 94, 106, 107, 108, 124, 110, + 127, 127, 95, 96, 127, 127, 127, 127, 127, 127, /* 2530 */ - 124, 124, 102, 103, 124, 124, 106, 107, 108, 124, + 127, 104, 105, 127, 127, 108, 109, 110, 111, 88, /* 2540 */ - 110, + 113, 127, 127, 92, 127, 127, 95, 96, 127, 127, + /* 2550 */ + 127, 127, 127, 127, 127, 104, 105, 127, 127, 108, + /* 2560 */ + 109, 110, 111, 127, 113, 88, 127, 127, 127, 92, + /* 2570 */ + 127, 127, 95, 96, 127, 127, 127, 127, 127, 127, + /* 2580 */ + 127, 104, 105, 127, 127, 108, 109, 110, 111, 127, + /* 2590 */ + 113, ); - const YY_SHIFT_USE_DFLT = - 39; - const YY_SHIFT_MAX = 259; + const YY_SHIFT_USE_DFLT = - 19; + const YY_SHIFT_MAX = 260; static public $yy_shift_ofst = array( /* 0 */ - 1, 1097, 1271, 1097, 981, 1271, 981, 981, 923, 865, + 1, 1188, 1011, 1011, 1129, 1188, 1011, 1129, 952, 893, /* 10 */ - 923, 981, 981, 981, 981, 981, 981, 981, 981, 981, + 952, 1011, 1070, 1365, 1011, 1011, 1011, 1011, 1011, 1011, /* 20 */ - 981, 981, 1213, 981, 981, 981, 1155, 1329, 981, 981, + 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, /* 30 */ - 981, 981, 981, 981, 981, 981, 981, 981, 981, 981, + 1011, 1011, 1306, 1011, 1011, 1011, 1011, 1011, 1011, 1011, /* 40 */ - 981, 1155, 981, 981, 1039, 1039, 1445, 1387, 1387, 1387, + 1070, 1011, 1011, 1011, 1247, 1247, 1424, 1424, 1424, 1424, /* 50 */ - 1387, 1387, 1387, - 1, 53, 107, 107, 107, 107, 107, + 1424, 1424, - 1, 53, 107, 107, 107, 107, 107, 485, /* 60 */ - 539, 431, 701, 161, 377, 269, 647, 485, 593, 215, + 431, 593, 647, 727, 323, 161, 215, 377, 269, 539, /* 70 */ - 323, 755, 755, 755, 755, 755, 755, 755, 755, 755, + 781, 781, 781, 781, 781, 781, 781, 781, 781, 781, /* 80 */ - 755, 755, 755, 755, 755, 755, 755, 755, 755, 755, + 781, 781, 781, 781, 781, 781, 781, 781, 781, 823, /* 90 */ - 797, 797, 1279, 56, 190, 1, 2346, 977, 1034, 3, + 823, 1137, 191, 209, 300, 1, 896, 1124, 926, 109, /* 100 */ - 3, 137, 137, 190, 190, 286, 798, 404, 365, 2360, + 1006, 109, 1006, 286, 300, 725, 300, 408, 315, 1014, /* 110 */ - 25, 162, 57, 121, 70, 154, 16, 327, 198, 231, + 84, 217, 70, 241, 228, 5, 154, 449, 98, 395, /* 120 */ - 114, 193, 417, 391, 360, 363, 363, 339, 502, 363, + 422, 365, 433, 365, 8, 444, 106, 410, 365, 394, /* 130 */ - 365, 363, 365, 386, 339, 444, 470, 49, 444, 435, + 365, 460, 365, 417, 365, 315, 365, 365, 106, 422, /* 140 */ - 49, 363, 363, 363, 363, 363, 31, 554, 31, 31, + 475, 773, 365, 8, 315, 172, 172, 172, 172, 172, /* 150 */ - 554, 31, 31, 31, 31, 31, 31, - 39, 177, 168, + 172, 468, 172, 172, 172, 468, - 19, 178, 149, 106, /* 160 */ - 49, 49, 49, 49, 49, 49, 49, 49, - 38, - 38, + 106, 106, 106, 106, 106, 26, 106, 106, 212, 106, /* 170 */ - - 38, 270, - 38, 49, 49, 49, 49, 49, 49, - 38, + 106, 106, 106, 26, 212, 106, 106, 106, 106, 212, /* 180 */ - 270, - 38, 237, 49, 49, 49, - 38, 49, 49, 49, + 212, 212, 106, 106, 106, 212, 106, 74, 212, 620, /* 190 */ - 584, 554, 554, 31, 566, 566, 60, 554, 31, 454, + 620, 172, 468, 172, 466, 172, 172, 613, 468, 172, /* 200 */ - 31, 31, 60, 31, - 39, - 39, - 39, - 39, - 39, 1483, + 466, 402, 468, - 19, - 19, - 19, - 19, - 19, 726, 903, /* 210 */ - 1281, 106, 45, 157, 138, - 37, 80, 241, 418, 342, + 0, 47, 108, 78, 324, 162, 213, 119, 270, 157, /* 220 */ - 331, 212, 185, 330, 185, 289, 552, 541, 526, 525, + 289, 319, 636, 689, 132, 321, 342, 293, 548, 402, /* 230 */ - 521, 523, 524, 527, 529, 567, 551, 532, 531, 483, + 568, 549, 567, 529, 554, 561, 508, 526, 166, - 18, /* 240 */ - 547, 503, 518, 436, 454, 465, 406, 397, 419, 423, + 581, 333, 527, 530, 594, 553, 528, 482, 517, 570, /* 250 */ - 471, 388, 475, 455, 500, 499, 497, 450, 488, 495, + 601, 562, 540, 558, 584, 603, 310, 125, 104, 3, + /* 260 */ + 262, ); - const YY_REDUCE_USE_DFLT = - 99; - const YY_REDUCE_MAX = 208; + const YY_REDUCE_USE_DFLT = - 91; + const YY_REDUCE_MAX = 207; static public $yy_reduce_ofst = array( /* 0 */ - 30, 1449, 1575, 1552, 1523, 1481, 1504, 1598, 1836, 2010, + - 29, 1399, 1532, 1558, 1482, 1423, 1506, 1447, 2293, 2267, /* 10 */ - 1991, 1791, 1685, 1643, 1704, 1749, 2033, 2078, 2310, 2419, + 1716, 1663, 1637, 1587, 1742, 1692, 1611, 2136, 1458, 2031, /* 20 */ - 2139, 2207, 2252, 2343, 2370, 1772, 1617, 1946, 1904, 2184, + 2007, 2057, 2083, 2112, 1978, 1952, 1821, 1797, 1847, 1873, /* 30 */ - 1923, 1878, 1859, 1965, 2052, 1662, 1817, 1730, 2097, 2396, + 1926, 1902, 2162, 2322, 2372, 2427, 2477, 2451, 2398, 2346, /* 40 */ - 2430, 2120, 2165, 2226, 869, 805, 985, 925, 884, 979, + 2217, 2188, 2241, 1768, 971, 650, 1069, 1010, 1128, 1187, /* 50 */ - 1099, 1041, 1157, 1639, 1233, 1639, 1336, 1278, 1726, 1813, + 1305, 1246, 1672, 899, 1777, 1672, 1567, 1371, 1528, - 89, /* 60 */ - - 87, - 87, - 87, - 87, - 87, - 87, - 87, - 87, - 87, - 87, + - 89, - 89, - 89, - 89, - 89, - 89, - 89, - 89, - 89, - 89, /* 70 */ - - 87, - 87, - 87, - 87, - 87, - 87, - 87, - 87, - 87, - 87, + - 89, - 89, - 89, - 89, - 89, - 89, - 89, - 89, - 89, - 89, /* 80 */ - - 87, - 87, - 87, - 87, - 87, - 87, - 87, - 87, - 87, - 87, + - 89, - 89, - 89, - 89, - 89, - 89, - 89, - 89, - 89, - 89, /* 90 */ - - 87, - 87, 18, 207, 153, 136, 155, 827, 872, 804, + - 89, 72, 204, 635, 96, 135, 263, 450, 504, 287, /* 100 */ - 826, 261, 316, 369, 315, 839, 188, 210, 179, 372, + 288, 205, 180, 637, 234, 163, 312, - 60, 206, 371, /* 110 */ - 189, 189, 189, 505, 299, 326, 128, 128, 189, 299, + - 90, - 90, 348, - 90, 451, 400, 348, - 80, 348, - 80, /* 120 */ - 299, 189, 507, 453, 242, 344, 243, 84, 128, 452, + 344, 425, 393, 479, 401, 346, 340, - 90, - 36, 398, /* 130 */ - 291, 399, 345, 189, 380, 613, 453, 421, 453, 368, + 344, - 90, 322, 344, 586, 426, 560, 506, 421, 505, /* 140 */ - 367, 560, 453, 559, 561, 290, 189, 128, 213, 189, + 344, - 80, 559, 456, 420, 265, - 90, - 90, - 90, - 90, /* 150 */ - 181, 189, 189, 189, 189, 189, 189, 189, 484, 479, + - 90, - 80, - 90, - 90, - 90, 133, - 90, 510, 513, 521, /* 160 */ - 472, 472, 472, 472, 472, 472, 472, 472, 462, 462, + 521, 521, 521, 521, 521, 514, 521, 521, 512, 521, /* 170 */ - 462, 464, 462, 472, 472, 472, 472, 472, 472, 462, + 521, 521, 521, 511, 512, 521, 521, 521, 521, 512, /* 180 */ - 467, 462, 466, 472, 472, 472, 462, 472, 472, 472, + 512, 512, 521, 521, 521, 512, 521, 537, 512, 555, /* 190 */ - 511, 486, 486, - 98, 501, 506, 236, 486, - 98, 468, + 531, 481, 376, 481, 343, 481, 481, 541, 376, 481, /* 200 */ - - 98, - 98, 236, - 98, 227, - 27, 197, 33, 90, + 343, 247, 376, 441, 405, 419, 404, 233, ); static public $yyExpectedTokens = array( /* 0 */ array(4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 18, 23, 24, 29, 33, 35,), /* 1 */ - array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 64, 65, 79,), + array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 62, 64, 66, 67, 81,), /* 2 */ - array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 64, 65, 79,), + array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 62, 64, 66, 67, 81,), /* 3 */ - array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 64, 65, 79,), + array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 62, 64, 66, 67, 81,), /* 4 */ - array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 64, 65, 79,), + array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 62, 64, 66, 67, 81,), /* 5 */ - array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 64, 65, 79,), + array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 62, 64, 66, 67, 81,), /* 6 */ - array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 64, 65, 79,), + array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 62, 64, 66, 67, 81,), /* 7 */ - array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 64, 65, 79,), + array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 62, 64, 66, 67, 81,), /* 8 */ - array(18, 19, 20, 23, 24, 29, 33, 34, 35, 37, 39, 42, 57, 58, 59, 60, 61, 64, 65, 79,), + array(18, 19, 20, 23, 24, 29, 33, 34, 35, 37, 39, 42, 57, 58, 59, 60, 61, 62, 64, 66, 67, 81,), /* 9 */ - array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 64, 65, 66, 79,), + array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 62, 64, 66, 67, 68, 81,), /* 10 */ - array(18, 19, 20, 23, 24, 29, 33, 34, 35, 37, 39, 42, 57, 58, 59, 60, 61, 64, 65, 79,), + array(18, 19, 20, 23, 24, 29, 33, 34, 35, 37, 39, 42, 57, 58, 59, 60, 61, 62, 64, 66, 67, 81,), /* 11 */ - array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 64, 65, 79,), + array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 62, 64, 66, 67, 81,), /* 12 */ - array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 64, 65, 79,), + array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 62, 64, 66, 67, 81,), /* 13 */ - array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 64, 65, 79,), + array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 62, 64, 66, 67, 81,), /* 14 */ - array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 64, 65, 79,), + array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 62, 64, 66, 67, 81,), /* 15 */ - array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 64, 65, 79,), + array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 62, 64, 66, 67, 81,), /* 16 */ - array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 64, 65, 79,), + array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 62, 64, 66, 67, 81,), /* 17 */ - array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 64, 65, 79,), + array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 62, 64, 66, 67, 81,), /* 18 */ - array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 64, 65, 79,), + array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 62, 64, 66, 67, 81,), /* 19 */ - array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 64, 65, 79,), + array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 62, 64, 66, 67, 81,), /* 20 */ - array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 64, 65, 79,), + array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 62, 64, 66, 67, 81,), /* 21 */ - array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 64, 65, 79,), + array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 62, 64, 66, 67, 81,), /* 22 */ - array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 64, 65, 79,), + array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 62, 64, 66, 67, 81,), /* 23 */ - array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 64, 65, 79,), + array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 62, 64, 66, 67, 81,), /* 24 */ - array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 64, 65, 79,), + array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 62, 64, 66, 67, 81,), /* 25 */ - array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 64, 65, 79,), + array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 62, 64, 66, 67, 81,), /* 26 */ - array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 64, 65, 79,), + array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 62, 64, 66, 67, 81,), /* 27 */ - array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 64, 65, 79,), + array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 62, 64, 66, 67, 81,), /* 28 */ - array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 64, 65, 79,), + array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 62, 64, 66, 67, 81,), /* 29 */ - array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 64, 65, 79,), + array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 62, 64, 66, 67, 81,), /* 30 */ - array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 64, 65, 79,), + array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 62, 64, 66, 67, 81,), /* 31 */ - array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 64, 65, 79,), + array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 62, 64, 66, 67, 81,), /* 32 */ - array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 64, 65, 79,), + array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 62, 64, 66, 67, 81,), /* 33 */ - array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 64, 65, 79,), + array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 62, 64, 66, 67, 81,), /* 34 */ - array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 64, 65, 79,), + array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 62, 64, 66, 67, 81,), /* 35 */ - array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 64, 65, 79,), + array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 62, 64, 66, 67, 81,), /* 36 */ - array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 64, 65, 79,), + array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 62, 64, 66, 67, 81,), /* 37 */ - array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 64, 65, 79,), + array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 62, 64, 66, 67, 81,), /* 38 */ - array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 64, 65, 79,), + array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 62, 64, 66, 67, 81,), /* 39 */ - array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 64, 65, 79,), + array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 62, 64, 66, 67, 81,), /* 40 */ - array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 64, 65, 79,), + array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 62, 64, 66, 67, 81,), /* 41 */ - array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 64, 65, 79,), + array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 62, 64, 66, 67, 81,), /* 42 */ - array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 64, 65, 79,), + array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 62, 64, 66, 67, 81,), /* 43 */ - array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 64, 65, 79,), + array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 62, 64, 66, 67, 81,), /* 44 */ - array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 64, 65, 79,), + array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 62, 64, 66, 67, 81,), /* 45 */ - array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 64, 65, 79,), + array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 62, 64, 66, 67, 81,), /* 46 */ - array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 64, 79,), + array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 62, 64, 66, 81,), /* 47 */ - array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 64, 79,), + array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 62, 64, 66, 81,), /* 48 */ - array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 64, 79,), + array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 62, 64, 66, 81,), /* 49 */ - array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 64, 79,), + array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 62, 64, 66, 81,), /* 50 */ - array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 64, 79,), + array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 62, 64, 66, 81,), /* 51 */ - array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 64, 79,), + array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 62, 64, 66, 81,), /* 52 */ - array(18, 19, 20, 23, 24, 29, 33, 35, 37, 39, 42, 57, 58, 59, 60, 61, 64, 79,), + array(1, 3, 30, 36, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80,), /* 53 */ - array(1, 3, 30, 36, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78,), + array(1, 28, 30, 36, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80,), /* 54 */ - array(1, 28, 30, 36, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78,), + array(1, 30, 36, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80,), /* 55 */ - array(1, 30, 36, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78,), + array(1, 30, 36, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80,), /* 56 */ - array(1, 30, 36, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78,), + array(1, 30, 36, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80,), /* 57 */ - array(1, 30, 36, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78,), + array(1, 30, 36, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80,), /* 58 */ - array(1, 30, 36, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78,), + array(1, 30, 36, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80,), /* 59 */ - array(1, 30, 36, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78,), + array(1, 3, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80,), /* 60 */ - array(1, 3, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78,), + array(1, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80,), /* 61 */ - array(1, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 80,), + array(1, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80,), /* 62 */ - array(1, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78,), + array(1, 2, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80,), /* 63 */ - array(1, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78,), + array(1, 25, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80,), /* 64 */ - array(1, 3, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78,), + array(1, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 82,), /* 65 */ - array(1, 3, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78,), + array(1, 3, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80,), /* 66 */ - array(1, 2, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78,), + array(1, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80,), /* 67 */ - array(1, 25, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78,), + array(1, 3, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80,), /* 68 */ - array(1, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78,), + array(1, 31, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80,), /* 69 */ - array(1, 31, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78,), + array(1, 3, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80,), /* 70 */ - array(1, 3, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78,), + array(1, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80,), /* 71 */ - array(1, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78,), + array(1, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80,), /* 72 */ - array(1, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78,), + array(1, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80,), /* 73 */ - array(1, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78,), + array(1, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80,), /* 74 */ - array(1, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78,), + array(1, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80,), /* 75 */ - array(1, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78,), + array(1, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80,), /* 76 */ - array(1, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78,), + array(1, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80,), /* 77 */ - array(1, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78,), + array(1, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80,), /* 78 */ - array(1, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78,), + array(1, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80,), /* 79 */ - array(1, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78,), + array(1, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80,), /* 80 */ - array(1, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78,), + array(1, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80,), /* 81 */ - array(1, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78,), + array(1, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80,), /* 82 */ - array(1, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78,), + array(1, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80,), /* 83 */ - array(1, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78,), + array(1, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80,), /* 84 */ - array(1, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78,), + array(1, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80,), /* 85 */ - array(1, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78,), + array(1, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80,), /* 86 */ - array(1, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78,), + array(1, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80,), /* 87 */ - array(1, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78,), + array(1, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80,), /* 88 */ - array(1, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78,), + array(1, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80,), /* 89 */ - array(1, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78,), + array(41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80,), /* 90 */ - array(41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78,), + array(41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80,), /* 91 */ - array(41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78,), + array(1, 3, 22, 30, 36, 39, 63,), /* 92 */ - array(1, 3, 22, 30, 36, 39, 62,), + array(1, 3, 30, 36,), /* 93 */ - array(1, 3, 30, 36, 55,), + array(19, 20, 64, 66,), /* 94 */ array(1, 30, 36,), /* 95 */ array(4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 18, 23, 24, 29, 33, 35,), /* 96 */ - array(11, 18, 23, 24, 29, 33, 35, 79, 80, 81,), + array(11, 18, 23, 24, 29, 33, 35, 81, 82, 83,), /* 97 */ array(18, 20, 30, 32, 36,), /* 98 */ array(18, 20, 30, 32, 36,), /* 99 */ - array(18, 20, 30, 36,), + array(1, 3, 30, 36,), /* 100 */ array(18, 20, 30, 36,), /* 101 */ array(1, 3, 30, 36,), /* 102 */ - array(1, 3, 30, 36,), + array(18, 20, 30, 36,), /* 103 */ - array(1, 30, 36,), + array(19, 20, 66,), /* 104 */ array(1, 30, 36,), /* 105 */ - array(19, 20, 64,), + array(22, 60, 67,), /* 106 */ - array(22, 60, 65,), + array(1, 30, 36,), /* 107 */ array(1, 2,), /* 108 */ array(19, 39,), /* 109 */ - array(11, 18, 23, 24, 29, 33, 35, 79, 80, 81,), + array(11, 18, 23, 24, 29, 33, 35, 81, 82, 83,), /* 110 */ - array(1, 3, 30, 31, 36, 55,), + array(1, 3, 30, 31, 36,), /* 111 */ - array(1, 3, 30, 36, 55,), + array(1, 3, 30, 36,), /* 112 */ - array(1, 3, 30, 36, 55,), + array(18, 20, 21, 65,), /* 113 */ - array(18, 20, 21, 26,), + array(1, 3, 30, 36,), /* 114 */ - array(18, 20, 21, 63,), + array(18, 20, 21, 26,), /* 115 */ array(15, 16, 17,), /* 116 */ - array(21, 22, 62,), + array(18, 20, 65,), /* 117 */ - array(21, 22, 62,), + array(21, 22, 63,), /* 118 */ - array(1, 3, 55,), - /* 119 */ - array(18, 20, 63,), - /* 120 */ array(18, 20, 21,), - /* 121 */ - array(1, 32, 55,), - /* 122 */ + /* 119 */ + array(21, 22, 63,), + /* 120 */ array(18, 20,), + /* 121 */ + array(18, 20,), + /* 122 */ + array(30, 36,), /* 123 */ array(18, 20,), /* 124 */ - array(1, 22,), - /* 125 */ - array(18, 20,), - /* 126 */ - array(18, 20,), - /* 127 */ array(19, 20,), + /* 125 */ + array(1, 22,), + /* 126 */ + array(30, 36,), + /* 127 */ + array(1, 3,), /* 128 */ - array(22, 62,), + array(18, 20,), /* 129 */ array(18, 20,), /* 130 */ - array(19, 39,), + array(18, 20,), /* 131 */ - array(18, 20,), + array(1, 32,), /* 132 */ - array(19, 39,), - /* 133 */ - array(1, 55,), - /* 134 */ - array(19, 20,), - /* 135 */ array(18, 20,), + /* 133 */ + array(18, 20,), + /* 134 */ + array(18, 20,), + /* 135 */ + array(19, 39,), /* 136 */ array(18, 20,), /* 137 */ - array(30, 36,), + array(18, 20,), /* 138 */ - array(18, 20,), + array(30, 36,), /* 139 */ - array(30, 36,), - /* 140 */ - array(30, 36,), - /* 141 */ array(18, 20,), + /* 140 */ + array(18, 20,), + /* 141 */ + array(22, 63,), /* 142 */ array(18, 20,), /* 143 */ - array(18, 20,), + array(19, 20,), /* 144 */ - array(18, 20,), + array(19, 39,), /* 145 */ - array(18, 20,), + array(1,), /* 146 */ array(1,), /* 147 */ - array(22,), + array(1,), /* 148 */ array(1,), /* 149 */ array(1,), /* 150 */ - array(22,), - /* 151 */ array(1,), + /* 151 */ + array(22,), /* 152 */ array(1,), /* 153 */ @@ -1669,15 +1693,15 @@ class Smarty_Internal_Templateparser#line 80 "smarty_internal_templateparser.php /* 154 */ array(1,), /* 155 */ - array(1,), + array(22,), /* 156 */ - array(1,), - /* 157 */ array(), + /* 157 */ + array(18, 20, 65,), /* 158 */ - array(18, 20, 63,), - /* 159 */ array(18, 19, 20,), + /* 159 */ + array(30, 36,), /* 160 */ array(30, 36,), /* 161 */ @@ -1689,25 +1713,25 @@ class Smarty_Internal_Templateparser#line 80 "smarty_internal_templateparser.php /* 164 */ array(30, 36,), /* 165 */ - array(30, 36,), + array(60, 67,), /* 166 */ array(30, 36,), /* 167 */ array(30, 36,), /* 168 */ - array(60, 65,), + array(60, 67,), /* 169 */ - array(60, 65,), + array(30, 36,), /* 170 */ - array(60, 65,), + array(30, 36,), /* 171 */ - array(60, 65,), + array(30, 36,), /* 172 */ - array(60, 65,), + array(30, 36,), /* 173 */ - array(30, 36,), + array(60, 67,), /* 174 */ - array(30, 36,), + array(60, 67,), /* 175 */ array(30, 36,), /* 176 */ @@ -1717,55 +1741,55 @@ class Smarty_Internal_Templateparser#line 80 "smarty_internal_templateparser.php /* 178 */ array(30, 36,), /* 179 */ - array(60, 65,), + array(60, 67,), /* 180 */ - array(60, 65,), + array(60, 67,), /* 181 */ - array(60, 65,), + array(60, 67,), /* 182 */ - array(18, 39,), + array(30, 36,), /* 183 */ array(30, 36,), /* 184 */ array(30, 36,), /* 185 */ - array(30, 36,), + array(60, 67,), /* 186 */ - array(60, 65,), + array(30, 36,), /* 187 */ - array(30, 36,), + array(18, 39,), /* 188 */ - array(30, 36,), + array(60, 67,), /* 189 */ - array(30, 36,), + array(30,), /* 190 */ - array(16,), + array(30,), /* 191 */ - array(22,), + array(1,), /* 192 */ array(22,), /* 193 */ array(1,), /* 194 */ - array(30,), + array(2,), /* 195 */ - array(30,), + array(1,), /* 196 */ - array(2,), + array(1,), /* 197 */ - array(22,), + array(16,), /* 198 */ - array(1,), + array(22,), /* 199 */ - array(39,), + array(1,), /* 200 */ - array(1,), - /* 201 */ - array(1,), - /* 202 */ array(2,), + /* 201 */ + array(39,), + /* 202 */ + array(22,), /* 203 */ - array(1,), + array(), /* 204 */ array(), /* 205 */ @@ -1775,111 +1799,111 @@ class Smarty_Internal_Templateparser#line 80 "smarty_internal_templateparser.php /* 207 */ array(), /* 208 */ - array(), + array(3, 25, 27, 28, 30, 31, 36, 38, 39, 40, 63, 68, 82,), /* 209 */ - array(3, 25, 27, 28, 30, 31, 36, 38, 39, 40, 55, 62, 66, 80,), + array(3, 21, 30, 36, 39, 63,), /* 210 */ - array(3, 21, 30, 36, 39, 62,), + array(26, 39, 55, 63, 82,), /* 211 */ - array(39, 60, 62, 66,), + array(18, 19, 20, 37, 62,), /* 212 */ - array(18, 19, 20, 37,), + array(3, 26, 39, 55, 63,), /* 213 */ - array(32, 39, 62,), + array(39, 60, 63, 68,), /* 214 */ - array(26, 80,), + array(26, 39, 55, 63,), /* 215 */ - array(38, 40,), + array(26, 39, 63,), /* 216 */ - array(38, 66,), + array(32, 39, 63,), /* 217 */ - array(38, 40,), + array(2, 21,), /* 218 */ - array(25, 38,), + array(39, 63,), /* 219 */ - array(21, 60,), + array(38, 40,), /* 220 */ - array(3, 26,), + array(38, 40,), /* 221 */ array(38, 40,), /* 222 */ - array(39, 62,), + array(25, 38,), /* 223 */ - array(2, 21,), + array(21, 60,), /* 224 */ - array(39, 62,), + array(38, 68,), /* 225 */ - array(20, 63,), + array(39, 63,), /* 226 */ - array(20,), + array(20, 65,), /* 227 */ - array(3,), + array(39, 63,), /* 228 */ - array(20,), + array(3,), /* 229 */ - array(20,), + array(39,), /* 230 */ - array(20,), + array(3,), /* 231 */ - array(2,), + array(20,), /* 232 */ - array(19,), + array(3,), /* 233 */ array(20,), /* 234 */ - array(19,), - /* 235 */ - array(3,), - /* 236 */ array(20,), + /* 235 */ + array(39,), + /* 236 */ + array(68,), /* 237 */ - array(37,), + array(19,), /* 238 */ - array(37,), + array(60,), /* 239 */ - array(66,), + array(19,), /* 240 */ array(20,), /* 241 */ array(20,), /* 242 */ - array(3,), + array(19,), /* 243 */ - array(56,), - /* 244 */ - array(39,), - /* 245 */ - array(2,), - /* 246 */ - array(60,), - /* 247 */ - array(39,), - /* 248 */ - array(19,), - /* 249 */ - array(40,), - /* 250 */ array(20,), - /* 251 */ - array(26,), - /* 252 */ + /* 244 */ + array(2,), + /* 245 */ array(19,), + /* 246 */ + array(19,), + /* 247 */ + array(66,), + /* 248 */ + array(56,), + /* 249 */ + array(27,), + /* 250 */ + array(2,), + /* 251 */ + array(37,), + /* 252 */ + array(37,), /* 253 */ - array(64,), + array(20,), /* 254 */ array(20,), /* 255 */ - array(19,), - /* 256 */ array(20,), - /* 257 */ - array(64,), - /* 258 */ - array(27,), - /* 259 */ + /* 256 */ array(21,), + /* 257 */ + array(66,), + /* 258 */ + array(40,), + /* 259 */ + array(20,), /* 260 */ - array(), + array(20,), /* 261 */ array(), /* 262 */ @@ -2074,86 +2098,102 @@ class Smarty_Internal_Templateparser#line 80 "smarty_internal_templateparser.php array(), /* 357 */ array(), + /* 358 */ + array(), + /* 359 */ + array(), + /* 360 */ + array(), + /* 361 */ + array(), + /* 362 */ + array(), + /* 363 */ + array(), + /* 364 */ + array(), ); static public $yy_default = array( /* 0 */ - 361, 541, 558, 558, 512, 558, 512, 512, 558, 558, + 368, 553, 524, 524, 570, 570, 524, 570, 570, 570, /* 10 */ - 558, 558, 558, 558, 558, 558, 558, 558, 558, 558, + 570, 570, 570, 570, 570, 570, 570, 570, 570, 570, /* 20 */ - 558, 558, 558, 558, 558, 558, 558, 558, 558, 558, + 570, 570, 570, 570, 570, 570, 570, 570, 570, 570, /* 30 */ - 558, 558, 558, 558, 558, 558, 558, 558, 558, 558, + 570, 570, 570, 570, 570, 570, 570, 570, 570, 570, /* 40 */ - 558, 558, 558, 558, 558, 558, 558, 558, 558, 558, + 570, 570, 570, 570, 570, 570, 570, 570, 570, 570, /* 50 */ - 558, 558, 558, 558, 418, 418, 418, 418, 387, 395, + 570, 570, 570, 425, 425, 425, 402, 425, 394, 570, /* 60 */ - 558, 558, 558, 558, 558, 558, 558, 558, 558, 423, + 570, 570, 570, 570, 570, 570, 570, 570, 430, 570, /* 70 */ - 558, 428, 425, 510, 423, 429, 511, 543, 444, 542, + 523, 430, 446, 427, 432, 522, 458, 554, 555, 556, /* 80 */ - 447, 448, 443, 442, 439, 452, 544, 420, 451, 400, + 455, 454, 436, 450, 451, 435, 449, 459, 407, 461, /* 90 */ - 456, 455, 467, 431, 418, 358, 558, 418, 418, 418, + 462, 473, 438, 570, 425, 365, 570, 425, 425, 445, /* 100 */ - 418, 438, 475, 418, 418, 558, 524, 409, 558, 558, + 425, 481, 425, 570, 425, 536, 425, 416, 570, 570, /* 110 */ - 431, 431, 431, 558, 485, 558, 476, 476, 431, 485, + 438, 438, 496, 438, 570, 570, 496, 487, 496, 487, /* 120 */ - 485, 431, 558, 558, 412, 558, 485, 558, 476, 558, + 570, 570, 425, 570, 570, 419, 425, 438, 570, 570, /* 130 */ - 558, 558, 558, 431, 558, 558, 558, 397, 558, 418, + 570, 438, 496, 570, 570, 570, 570, 570, 404, 570, /* 140 */ - 418, 558, 558, 558, 558, 558, 441, 476, 414, 434, + 570, 487, 570, 570, 570, 421, 441, 443, 465, 464, /* 150 */ - 521, 436, 435, 460, 459, 458, 454, 519, 486, 558, + 448, 487, 438, 442, 466, 533, 531, 497, 570, 396, /* 160 */ - 385, 384, 405, 404, 389, 406, 399, 388, 505, 483, + 392, 406, 391, 411, 395, 490, 415, 414, 493, 409, /* 170 */ - 482, 481, 480, 407, 408, 383, 398, 403, 402, 504, + 410, 390, 405, 492, 491, 403, 400, 399, 389, 517, /* 180 */ - 479, 502, 485, 393, 392, 390, 503, 382, 396, 394, + 516, 515, 397, 401, 413, 494, 412, 496, 514, 569, /* 190 */ - 378, 525, 522, 475, 557, 557, 513, 499, 438, 485, + 569, 445, 511, 417, 525, 420, 422, 385, 534, 481, /* 200 */ - 413, 410, 514, 415, 518, 485, 518, 485, 518, 433, + 526, 496, 537, 530, 496, 530, 496, 530, 440, 473, /* 210 */ - 467, 467, 558, 467, 457, 558, 558, 558, 558, 463, + 463, 570, 463, 473, 463, 463, 473, 509, 482, 570, /* 220 */ - 457, 558, 453, 497, 467, 558, 558, 558, 558, 558, + 570, 570, 570, 469, 570, 570, 570, 473, 570, 509, /* 230 */ - 558, 497, 558, 558, 558, 558, 558, 465, 558, 558, + 570, 570, 570, 570, 570, 535, 570, 570, 469, 570, /* 240 */ - 558, 558, 558, 469, 497, 497, 463, 523, 558, 558, + 570, 570, 570, 570, 509, 570, 570, 570, 475, 433, /* 250 */ - 558, 457, 558, 558, 558, 558, 558, 558, 426, 558, + 509, 471, 570, 570, 570, 570, 570, 570, 570, 570, /* 260 */ - 477, 520, 495, 507, 490, 508, 487, 374, 498, 484, + 570, 532, 382, 502, 520, 475, 519, 510, 483, 381, /* 270 */ - 556, 364, 363, 365, 461, 366, 472, 466, 360, 359, + 479, 370, 467, 371, 372, 374, 373, 501, 500, 367, /* 280 */ - 462, 362, 464, 367, 430, 401, 469, 372, 373, 419, + 366, 498, 369, 499, 507, 437, 476, 379, 408, 380, /* 290 */ - 432, 427, 368, 369, 370, 371, 433, 470, 445, 497, + 426, 480, 528, 568, 434, 376, 375, 377, 378, 478, /* 300 */ - 446, 496, 450, 449, 500, 517, 545, 474, 552, 411, + 477, 468, 447, 424, 439, 456, 457, 488, 440, 508, /* 310 */ - 501, 478, 553, 526, 534, 533, 535, 536, 437, 537, + 509, 512, 529, 495, 452, 565, 453, 538, 486, 544, /* 320 */ - 532, 417, 528, 527, 529, 530, 531, 546, 547, 515, + 545, 543, 542, 540, 541, 546, 547, 484, 485, 460, /* 330 */ - 506, 375, 376, 509, 377, 516, 468, 494, 489, 492, + 444, 548, 549, 474, 418, 521, 387, 539, 489, 551, /* 340 */ - 491, 493, 379, 380, 555, 548, 554, 551, 550, 549, + 470, 386, 384, 503, 504, 505, 527, 383, 518, 552, /* 350 */ - 440, 416, 473, 471, 539, 540, 538, 488, + 423, 559, 562, 558, 472, 564, 557, 561, 563, 513, + /* 360 */ + 550, 560, 567, 566, 506, ); - const YYNOCODE = 125; + const YYNOCODE = 128; const YYSTACKDEPTH = 500; - const YYNSTATE = 358; - const YYNRULE = 200; - const YYERRORSYMBOL = 82; + const YYNSTATE = 365; + const YYNRULE = 205; + const YYERRORSYMBOL = 84; const YYERRSYMDT = 'yy0'; const YYFALLBACK = 0; public static $yyFallback = array(); @@ -2197,22 +2237,23 @@ class Smarty_Internal_Templateparser#line 80 "smarty_internal_templateparser.php 'ISNOTEVEN', 'ISEVENBY', 'ISNOTEVENBY', 'ISODD', 'ISNOTODD', 'ISODDBY', 'ISNOTODDBY', 'INSTANCEOF', 'QMARK', 'NOT', 'TYPECAST', 'HEX', - 'DOT', 'SINGLEQUOTESTRING', 'DOUBLECOLON', 'AT', - 'HATCH', 'OPENB', 'CLOSEB', 'EQUALS', - 'NOTEQUALS', 'GREATERTHAN', 'LESSTHAN', 'GREATEREQUAL', - 'LESSEQUAL', 'IDENTITY', 'NONEIDENTITY', 'MOD', - 'LAND', 'LOR', 'LXOR', 'QUOTE', - 'BACKTICK', 'DOLLARID', 'error', 'start', - 'template', 'template_element', 'smartytag', 'literal', - 'literal_elements', 'literal_element', 'value', 'modifierlist', - 'attributes', 'expr', 'varindexed', 'statement', - 'statements', 'optspace', 'varvar', 'foraction', - 'modparameters', 'attribute', 'ternary', 'array', - 'ifcond', 'lop', 'variable', 'function', - 'doublequoted_with_quotes', 'static_class_access', 'object', 'arrayindex', - 'indexdef', 'varvarele', 'objectchain', 'objectelement', - 'method', 'params', 'modifier', 'modparameter', - 'arrayelements', 'arrayelement', 'doublequoted', 'doublequotedcontent', + 'DOT', 'SINGLEQUOTESTRING', 'CONSTANT', 'DOUBLECOLON', + 'NAMESPACE', 'AT', 'HATCH', 'OPENB', + 'CLOSEB', 'EQUALS', 'NOTEQUALS', 'GREATERTHAN', + 'LESSTHAN', 'GREATEREQUAL', 'LESSEQUAL', 'IDENTITY', + 'NONEIDENTITY', 'MOD', 'LAND', 'LOR', + 'LXOR', 'QUOTE', 'BACKTICK', 'DOLLARID', + 'error', 'start', 'template', 'template_element', + 'smartytag', 'literal', 'literal_elements', 'literal_element', + 'value', 'modifierlist', 'attributes', 'expr', + 'varindexed', 'statement', 'statements', 'optspace', + 'varvar', 'foraction', 'modparameters', 'attribute', + 'ternary', 'array', 'ifcond', 'lop', + 'variable', 'ns1', 'function', 'doublequoted_with_quotes', + 'static_class_access', 'object', 'arrayindex', 'indexdef', + 'varvarele', 'objectchain', 'objectelement', 'method', + 'params', 'modifier', 'modparameter', 'arrayelements', + 'arrayelement', 'doublequoted', 'doublequotedcontent', ); public static $yyRuleName = array( @@ -2407,214 +2448,224 @@ class Smarty_Internal_Templateparser#line 80 "smarty_internal_templateparser.php /* 94 */ "expr ::= expr ISNOTODDBY expr", /* 95 */ - "expr ::= value INSTANCEOF ID", + "expr ::= variable INSTANCEOF ns1", /* 96 */ - "expr ::= value INSTANCEOF value", - /* 97 */ "ternary ::= OPENP expr CLOSEP QMARK DOLLAR ID COLON expr", - /* 98 */ + /* 97 */ "ternary ::= OPENP expr CLOSEP QMARK expr COLON expr", - /* 99 */ + /* 98 */ "value ::= variable", - /* 100 */ + /* 99 */ "value ::= UNIMATH value", - /* 101 */ + /* 100 */ "value ::= NOT value", - /* 102 */ + /* 101 */ "value ::= TYPECAST value", - /* 103 */ + /* 102 */ "value ::= variable INCDEC", - /* 104 */ + /* 103 */ "value ::= HEX", - /* 105 */ + /* 104 */ "value ::= INTEGER", - /* 106 */ + /* 105 */ "value ::= INTEGER DOT INTEGER", - /* 107 */ + /* 106 */ "value ::= INTEGER DOT", - /* 108 */ + /* 107 */ "value ::= DOT INTEGER", - /* 109 */ + /* 108 */ "value ::= ID", - /* 110 */ + /* 109 */ "value ::= function", - /* 111 */ + /* 110 */ "value ::= OPENP expr CLOSEP", - /* 112 */ + /* 111 */ "value ::= SINGLEQUOTESTRING", - /* 113 */ + /* 112 */ "value ::= doublequoted_with_quotes", + /* 113 */ + "value ::= CONSTANT", /* 114 */ - "value ::= ID DOUBLECOLON static_class_access", - /* 115 */ "value ::= varindexed DOUBLECOLON static_class_access", - /* 116 */ + /* 115 */ "value ::= smartytag RDEL", - /* 117 */ + /* 116 */ "value ::= value modifierlist", + /* 117 */ + "value ::= NAMESPACE", /* 118 */ - "variable ::= varindexed", + "value ::= ns1 DOUBLECOLON static_class_access", /* 119 */ - "variable ::= DOLLAR varvar AT ID", + "ns1 ::= ID", /* 120 */ - "variable ::= object", + "ns1 ::= NAMESPACE", /* 121 */ - "variable ::= HATCH ID HATCH", + "ns1 ::= variable", /* 122 */ - "variable ::= HATCH ID HATCH arrayindex", + "variable ::= varindexed", /* 123 */ - "variable ::= HATCH variable HATCH", + "variable ::= DOLLAR varvar AT ID", /* 124 */ - "variable ::= HATCH variable HATCH arrayindex", + "variable ::= object", /* 125 */ - "varindexed ::= DOLLAR varvar arrayindex", + "variable ::= HATCH ID HATCH", /* 126 */ - "arrayindex ::= arrayindex indexdef", + "variable ::= HATCH ID HATCH arrayindex", /* 127 */ - "arrayindex ::=", + "variable ::= HATCH variable HATCH", /* 128 */ - "indexdef ::= DOT DOLLAR varvar", + "variable ::= HATCH variable HATCH arrayindex", /* 129 */ - "indexdef ::= DOT DOLLAR varvar AT ID", + "varindexed ::= DOLLAR varvar arrayindex", /* 130 */ - "indexdef ::= DOT ID", + "arrayindex ::= arrayindex indexdef", /* 131 */ - "indexdef ::= DOT INTEGER", + "arrayindex ::=", /* 132 */ - "indexdef ::= DOT LDEL expr RDEL", + "indexdef ::= DOT DOLLAR varvar", /* 133 */ - "indexdef ::= OPENB ID CLOSEB", + "indexdef ::= DOT DOLLAR varvar AT ID", /* 134 */ - "indexdef ::= OPENB ID DOT ID CLOSEB", + "indexdef ::= DOT ID", /* 135 */ - "indexdef ::= OPENB expr CLOSEB", + "indexdef ::= DOT INTEGER", /* 136 */ - "indexdef ::= OPENB CLOSEB", + "indexdef ::= DOT CONSTANT", /* 137 */ - "varvar ::= varvarele", + "indexdef ::= DOT LDEL expr RDEL", /* 138 */ - "varvar ::= varvar varvarele", + "indexdef ::= OPENB ID CLOSEB", /* 139 */ - "varvarele ::= ID", + "indexdef ::= OPENB ID DOT ID CLOSEB", /* 140 */ - "varvarele ::= LDEL expr RDEL", + "indexdef ::= OPENB expr CLOSEB", /* 141 */ - "object ::= varindexed objectchain", + "indexdef ::= OPENB CLOSEB", /* 142 */ - "objectchain ::= objectelement", + "varvar ::= varvarele", /* 143 */ - "objectchain ::= objectchain objectelement", + "varvar ::= varvar varvarele", /* 144 */ - "objectelement ::= PTR ID arrayindex", + "varvarele ::= ID", /* 145 */ - "objectelement ::= PTR DOLLAR varvar arrayindex", + "varvarele ::= LDEL expr RDEL", /* 146 */ - "objectelement ::= PTR LDEL expr RDEL arrayindex", + "object ::= varindexed objectchain", /* 147 */ - "objectelement ::= PTR ID LDEL expr RDEL arrayindex", + "objectchain ::= objectelement", /* 148 */ - "objectelement ::= PTR method", + "objectchain ::= objectchain objectelement", /* 149 */ - "function ::= ID OPENP params CLOSEP", + "objectelement ::= PTR ID arrayindex", /* 150 */ - "method ::= ID OPENP params CLOSEP", + "objectelement ::= PTR DOLLAR varvar arrayindex", /* 151 */ - "method ::= DOLLAR ID OPENP params CLOSEP", + "objectelement ::= PTR LDEL expr RDEL arrayindex", /* 152 */ - "params ::= params COMMA expr", + "objectelement ::= PTR ID LDEL expr RDEL arrayindex", /* 153 */ - "params ::= expr", + "objectelement ::= PTR method", /* 154 */ - "params ::=", + "function ::= ns1 OPENP params CLOSEP", /* 155 */ - "modifierlist ::= modifierlist modifier modparameters", + "method ::= ID OPENP params CLOSEP", /* 156 */ - "modifierlist ::= modifier modparameters", + "method ::= DOLLAR ID OPENP params CLOSEP", /* 157 */ - "modifier ::= VERT AT ID", + "params ::= params COMMA expr", /* 158 */ - "modifier ::= VERT ID", + "params ::= expr", /* 159 */ - "modparameters ::= modparameters modparameter", + "params ::=", /* 160 */ - "modparameters ::=", + "modifierlist ::= modifierlist modifier modparameters", /* 161 */ - "modparameter ::= COLON value", + "modifierlist ::= modifier modparameters", /* 162 */ - "modparameter ::= COLON array", + "modifier ::= VERT AT ID", /* 163 */ - "static_class_access ::= method", + "modifier ::= VERT ID", /* 164 */ - "static_class_access ::= method objectchain", + "modparameters ::= modparameters modparameter", /* 165 */ - "static_class_access ::= ID", + "modparameters ::=", /* 166 */ - "static_class_access ::= DOLLAR ID arrayindex", + "modparameter ::= COLON value", /* 167 */ - "static_class_access ::= DOLLAR ID arrayindex objectchain", + "modparameter ::= COLON array", /* 168 */ - "ifcond ::= EQUALS", + "static_class_access ::= method", /* 169 */ - "ifcond ::= NOTEQUALS", + "static_class_access ::= method objectchain", /* 170 */ - "ifcond ::= GREATERTHAN", + "static_class_access ::= ID", /* 171 */ - "ifcond ::= LESSTHAN", + "static_class_access ::= DOLLAR ID arrayindex", /* 172 */ - "ifcond ::= GREATEREQUAL", + "static_class_access ::= DOLLAR ID arrayindex objectchain", /* 173 */ - "ifcond ::= LESSEQUAL", + "ifcond ::= EQUALS", /* 174 */ - "ifcond ::= IDENTITY", + "ifcond ::= NOTEQUALS", /* 175 */ - "ifcond ::= NONEIDENTITY", + "ifcond ::= GREATERTHAN", /* 176 */ - "ifcond ::= MOD", + "ifcond ::= LESSTHAN", /* 177 */ - "lop ::= LAND", + "ifcond ::= GREATEREQUAL", /* 178 */ - "lop ::= LOR", + "ifcond ::= LESSEQUAL", /* 179 */ - "lop ::= LXOR", + "ifcond ::= IDENTITY", /* 180 */ - "array ::= OPENB arrayelements CLOSEB", + "ifcond ::= NONEIDENTITY", /* 181 */ - "arrayelements ::= arrayelement", + "ifcond ::= MOD", /* 182 */ - "arrayelements ::= arrayelements COMMA arrayelement", + "lop ::= LAND", /* 183 */ - "arrayelements ::=", + "lop ::= LOR", /* 184 */ - "arrayelement ::= value APTR expr", + "lop ::= LXOR", /* 185 */ - "arrayelement ::= ID APTR expr", + "array ::= OPENB arrayelements CLOSEB", /* 186 */ - "arrayelement ::= expr", + "arrayelements ::= arrayelement", /* 187 */ - "doublequoted_with_quotes ::= QUOTE QUOTE", + "arrayelements ::= arrayelements COMMA arrayelement", /* 188 */ - "doublequoted_with_quotes ::= QUOTE doublequoted QUOTE", + "arrayelements ::=", /* 189 */ - "doublequoted ::= doublequoted doublequotedcontent", + "arrayelement ::= value APTR expr", /* 190 */ - "doublequoted ::= doublequotedcontent", + "arrayelement ::= ID APTR expr", /* 191 */ - "doublequotedcontent ::= BACKTICK variable BACKTICK", + "arrayelement ::= expr", /* 192 */ - "doublequotedcontent ::= BACKTICK expr BACKTICK", + "doublequoted_with_quotes ::= QUOTE QUOTE", /* 193 */ - "doublequotedcontent ::= DOLLARID", + "doublequoted_with_quotes ::= QUOTE doublequoted QUOTE", /* 194 */ - "doublequotedcontent ::= LDEL variable RDEL", + "doublequoted ::= doublequoted doublequotedcontent", /* 195 */ - "doublequotedcontent ::= LDEL expr RDEL", + "doublequoted ::= doublequotedcontent", /* 196 */ - "doublequotedcontent ::= smartytag RDEL", + "doublequotedcontent ::= BACKTICK variable BACKTICK", /* 197 */ - "doublequotedcontent ::= TEXT", + "doublequotedcontent ::= BACKTICK expr BACKTICK", /* 198 */ - "optspace ::= SPACE", + "doublequotedcontent ::= DOLLARID", /* 199 */ + "doublequotedcontent ::= LDEL variable RDEL", + /* 200 */ + "doublequotedcontent ::= LDEL expr RDEL", + /* 201 */ + "doublequotedcontent ::= smartytag RDEL", + /* 202 */ + "doublequotedcontent ::= TEXT", + /* 203 */ + "optspace ::= SPACE", + /* 204 */ "optspace ::=", ); @@ -2887,7 +2938,7 @@ class Smarty_Internal_Templateparser#line 80 "smarty_internal_templateparser.php $this->internalError = true; $this->compiler->trigger_template_error("Stack overflow in template parser"); - #line 1725 "smarty_internal_templateparser.php" + #line 1752 "smarty_internal_templateparser.php" return; } @@ -2909,206 +2960,211 @@ class Smarty_Internal_Templateparser#line 80 "smarty_internal_templateparser.php } public static $yyRuleInfo = array( - array('lhs' => 83, 'rhs' => 1), - array('lhs' => 84, 'rhs' => 1), - array('lhs' => 84, 'rhs' => 2), - array('lhs' => 84, 'rhs' => 0), - array('lhs' => 85, 'rhs' => 2), - array('lhs' => 85, 'rhs' => 1), - array('lhs' => 85, 'rhs' => 1), - array('lhs' => 85, 'rhs' => 1), - array('lhs' => 85, 'rhs' => 1), - array('lhs' => 85, 'rhs' => 1), - array('lhs' => 85, 'rhs' => 1), - array('lhs' => 85, 'rhs' => 1), - array('lhs' => 85, 'rhs' => 1), - array('lhs' => 85, 'rhs' => 1), - array('lhs' => 85, 'rhs' => 1), - array('lhs' => 85, 'rhs' => 1), array('lhs' => 85, 'rhs' => 1), + array('lhs' => 86, 'rhs' => 1), + array('lhs' => 86, 'rhs' => 2), + array('lhs' => 86, 'rhs' => 0), array('lhs' => 87, 'rhs' => 2), - array('lhs' => 87, 'rhs' => 3), + array('lhs' => 87, 'rhs' => 1), + array('lhs' => 87, 'rhs' => 1), + array('lhs' => 87, 'rhs' => 1), + array('lhs' => 87, 'rhs' => 1), + array('lhs' => 87, 'rhs' => 1), + array('lhs' => 87, 'rhs' => 1), + array('lhs' => 87, 'rhs' => 1), + array('lhs' => 87, 'rhs' => 1), + array('lhs' => 87, 'rhs' => 1), + array('lhs' => 87, 'rhs' => 1), + array('lhs' => 87, 'rhs' => 1), + array('lhs' => 87, 'rhs' => 1), + array('lhs' => 89, 'rhs' => 2), + array('lhs' => 89, 'rhs' => 3), + array('lhs' => 90, 'rhs' => 2), + array('lhs' => 90, 'rhs' => 0), + array('lhs' => 91, 'rhs' => 1), + array('lhs' => 91, 'rhs' => 1), array('lhs' => 88, 'rhs' => 2), - array('lhs' => 88, 'rhs' => 0), - array('lhs' => 89, 'rhs' => 1), - array('lhs' => 89, 'rhs' => 1), - array('lhs' => 86, 'rhs' => 2), - array('lhs' => 86, 'rhs' => 4), - array('lhs' => 86, 'rhs' => 3), - array('lhs' => 86, 'rhs' => 4), - array('lhs' => 86, 'rhs' => 3), - array('lhs' => 86, 'rhs' => 5), - array('lhs' => 86, 'rhs' => 5), - array('lhs' => 86, 'rhs' => 6), - array('lhs' => 86, 'rhs' => 5), - array('lhs' => 86, 'rhs' => 3), - array('lhs' => 86, 'rhs' => 2), - array('lhs' => 86, 'rhs' => 5), - array('lhs' => 86, 'rhs' => 4), - array('lhs' => 86, 'rhs' => 6), - array('lhs' => 86, 'rhs' => 2), - array('lhs' => 86, 'rhs' => 3), - array('lhs' => 86, 'rhs' => 2), - array('lhs' => 86, 'rhs' => 3), - array('lhs' => 86, 'rhs' => 11), - array('lhs' => 99, 'rhs' => 2), - array('lhs' => 99, 'rhs' => 1), - array('lhs' => 86, 'rhs' => 5), - array('lhs' => 86, 'rhs' => 7), - array('lhs' => 86, 'rhs' => 2), - array('lhs' => 86, 'rhs' => 7), - array('lhs' => 86, 'rhs' => 10), - array('lhs' => 86, 'rhs' => 7), - array('lhs' => 86, 'rhs' => 10), - array('lhs' => 86, 'rhs' => 3), - array('lhs' => 86, 'rhs' => 4), - array('lhs' => 86, 'rhs' => 2), - array('lhs' => 86, 'rhs' => 2), - array('lhs' => 86, 'rhs' => 3), - array('lhs' => 86, 'rhs' => 4), - array('lhs' => 86, 'rhs' => 5), - array('lhs' => 92, 'rhs' => 2), - array('lhs' => 92, 'rhs' => 1), - array('lhs' => 92, 'rhs' => 0), - array('lhs' => 101, 'rhs' => 4), + array('lhs' => 88, 'rhs' => 4), + array('lhs' => 88, 'rhs' => 3), + array('lhs' => 88, 'rhs' => 4), + array('lhs' => 88, 'rhs' => 3), + array('lhs' => 88, 'rhs' => 5), + array('lhs' => 88, 'rhs' => 5), + array('lhs' => 88, 'rhs' => 6), + array('lhs' => 88, 'rhs' => 5), + array('lhs' => 88, 'rhs' => 3), + array('lhs' => 88, 'rhs' => 2), + array('lhs' => 88, 'rhs' => 5), + array('lhs' => 88, 'rhs' => 4), + array('lhs' => 88, 'rhs' => 6), + array('lhs' => 88, 'rhs' => 2), + array('lhs' => 88, 'rhs' => 3), + array('lhs' => 88, 'rhs' => 2), + array('lhs' => 88, 'rhs' => 3), + array('lhs' => 88, 'rhs' => 11), array('lhs' => 101, 'rhs' => 2), - array('lhs' => 101, 'rhs' => 2), - array('lhs' => 101, 'rhs' => 2), - array('lhs' => 101, 'rhs' => 2), - array('lhs' => 101, 'rhs' => 2), - array('lhs' => 101, 'rhs' => 4), - array('lhs' => 96, 'rhs' => 1), - array('lhs' => 96, 'rhs' => 3), + array('lhs' => 101, 'rhs' => 1), + array('lhs' => 88, 'rhs' => 5), + array('lhs' => 88, 'rhs' => 7), + array('lhs' => 88, 'rhs' => 2), + array('lhs' => 88, 'rhs' => 7), + array('lhs' => 88, 'rhs' => 10), + array('lhs' => 88, 'rhs' => 7), + array('lhs' => 88, 'rhs' => 10), + array('lhs' => 88, 'rhs' => 3), + array('lhs' => 88, 'rhs' => 4), + array('lhs' => 88, 'rhs' => 2), + array('lhs' => 88, 'rhs' => 2), + array('lhs' => 88, 'rhs' => 3), + array('lhs' => 88, 'rhs' => 4), + array('lhs' => 88, 'rhs' => 5), + array('lhs' => 94, 'rhs' => 2), + array('lhs' => 94, 'rhs' => 1), + array('lhs' => 94, 'rhs' => 0), + array('lhs' => 103, 'rhs' => 4), + array('lhs' => 103, 'rhs' => 2), + array('lhs' => 103, 'rhs' => 2), + array('lhs' => 103, 'rhs' => 2), + array('lhs' => 103, 'rhs' => 2), + array('lhs' => 103, 'rhs' => 2), + array('lhs' => 103, 'rhs' => 4), + array('lhs' => 98, 'rhs' => 1), + array('lhs' => 98, 'rhs' => 3), + array('lhs' => 97, 'rhs' => 4), + array('lhs' => 97, 'rhs' => 3), + array('lhs' => 97, 'rhs' => 3), + array('lhs' => 95, 'rhs' => 1), + array('lhs' => 95, 'rhs' => 1), array('lhs' => 95, 'rhs' => 4), array('lhs' => 95, 'rhs' => 3), array('lhs' => 95, 'rhs' => 3), - array('lhs' => 93, 'rhs' => 1), - array('lhs' => 93, 'rhs' => 1), - array('lhs' => 93, 'rhs' => 4), - array('lhs' => 93, 'rhs' => 3), - array('lhs' => 93, 'rhs' => 3), - array('lhs' => 93, 'rhs' => 3), - array('lhs' => 93, 'rhs' => 1), - array('lhs' => 93, 'rhs' => 2), - array('lhs' => 93, 'rhs' => 3), - array('lhs' => 93, 'rhs' => 3), - array('lhs' => 93, 'rhs' => 3), - array('lhs' => 93, 'rhs' => 3), - array('lhs' => 93, 'rhs' => 3), - array('lhs' => 93, 'rhs' => 3), - array('lhs' => 93, 'rhs' => 2), - array('lhs' => 93, 'rhs' => 2), - array('lhs' => 93, 'rhs' => 3), - array('lhs' => 93, 'rhs' => 3), - array('lhs' => 93, 'rhs' => 2), - array('lhs' => 93, 'rhs' => 2), - array('lhs' => 93, 'rhs' => 3), - array('lhs' => 93, 'rhs' => 3), - array('lhs' => 93, 'rhs' => 3), - array('lhs' => 93, 'rhs' => 3), - array('lhs' => 102, 'rhs' => 8), - array('lhs' => 102, 'rhs' => 7), - array('lhs' => 90, 'rhs' => 1), - array('lhs' => 90, 'rhs' => 2), - array('lhs' => 90, 'rhs' => 2), - array('lhs' => 90, 'rhs' => 2), - array('lhs' => 90, 'rhs' => 2), - array('lhs' => 90, 'rhs' => 1), - array('lhs' => 90, 'rhs' => 1), - array('lhs' => 90, 'rhs' => 3), - array('lhs' => 90, 'rhs' => 2), - array('lhs' => 90, 'rhs' => 2), - array('lhs' => 90, 'rhs' => 1), - array('lhs' => 90, 'rhs' => 1), - array('lhs' => 90, 'rhs' => 3), - array('lhs' => 90, 'rhs' => 1), - array('lhs' => 90, 'rhs' => 1), - array('lhs' => 90, 'rhs' => 3), - array('lhs' => 90, 'rhs' => 3), - array('lhs' => 90, 'rhs' => 2), - array('lhs' => 90, 'rhs' => 2), - array('lhs' => 106, 'rhs' => 1), - array('lhs' => 106, 'rhs' => 4), - array('lhs' => 106, 'rhs' => 1), - array('lhs' => 106, 'rhs' => 3), - array('lhs' => 106, 'rhs' => 4), - array('lhs' => 106, 'rhs' => 3), - array('lhs' => 106, 'rhs' => 4), - array('lhs' => 94, 'rhs' => 3), - array('lhs' => 111, 'rhs' => 2), - array('lhs' => 111, 'rhs' => 0), - array('lhs' => 112, 'rhs' => 3), - array('lhs' => 112, 'rhs' => 5), - array('lhs' => 112, 'rhs' => 2), - array('lhs' => 112, 'rhs' => 2), - array('lhs' => 112, 'rhs' => 4), - array('lhs' => 112, 'rhs' => 3), - array('lhs' => 112, 'rhs' => 5), - array('lhs' => 112, 'rhs' => 3), - array('lhs' => 112, 'rhs' => 2), - array('lhs' => 98, 'rhs' => 1), - array('lhs' => 98, 'rhs' => 2), - array('lhs' => 113, 'rhs' => 1), - array('lhs' => 113, 'rhs' => 3), - array('lhs' => 110, 'rhs' => 2), - array('lhs' => 114, 'rhs' => 1), - array('lhs' => 114, 'rhs' => 2), - array('lhs' => 115, 'rhs' => 3), - array('lhs' => 115, 'rhs' => 4), - array('lhs' => 115, 'rhs' => 5), - array('lhs' => 115, 'rhs' => 6), - array('lhs' => 115, 'rhs' => 2), - array('lhs' => 107, 'rhs' => 4), - array('lhs' => 116, 'rhs' => 4), - array('lhs' => 116, 'rhs' => 5), - array('lhs' => 117, 'rhs' => 3), - array('lhs' => 117, 'rhs' => 1), - array('lhs' => 117, 'rhs' => 0), - array('lhs' => 91, 'rhs' => 3), - array('lhs' => 91, 'rhs' => 2), - array('lhs' => 118, 'rhs' => 3), - array('lhs' => 118, 'rhs' => 2), - array('lhs' => 100, 'rhs' => 2), - array('lhs' => 100, 'rhs' => 0), - array('lhs' => 119, 'rhs' => 2), - array('lhs' => 119, 'rhs' => 2), + array('lhs' => 95, 'rhs' => 3), + array('lhs' => 95, 'rhs' => 1), + array('lhs' => 95, 'rhs' => 2), + array('lhs' => 95, 'rhs' => 3), + array('lhs' => 95, 'rhs' => 3), + array('lhs' => 95, 'rhs' => 3), + array('lhs' => 95, 'rhs' => 3), + array('lhs' => 95, 'rhs' => 3), + array('lhs' => 95, 'rhs' => 3), + array('lhs' => 95, 'rhs' => 2), + array('lhs' => 95, 'rhs' => 2), + array('lhs' => 95, 'rhs' => 3), + array('lhs' => 95, 'rhs' => 3), + array('lhs' => 95, 'rhs' => 2), + array('lhs' => 95, 'rhs' => 2), + array('lhs' => 95, 'rhs' => 3), + array('lhs' => 95, 'rhs' => 3), + array('lhs' => 95, 'rhs' => 3), + array('lhs' => 104, 'rhs' => 8), + array('lhs' => 104, 'rhs' => 7), + array('lhs' => 92, 'rhs' => 1), + array('lhs' => 92, 'rhs' => 2), + array('lhs' => 92, 'rhs' => 2), + array('lhs' => 92, 'rhs' => 2), + array('lhs' => 92, 'rhs' => 2), + array('lhs' => 92, 'rhs' => 1), + array('lhs' => 92, 'rhs' => 1), + array('lhs' => 92, 'rhs' => 3), + array('lhs' => 92, 'rhs' => 2), + array('lhs' => 92, 'rhs' => 2), + array('lhs' => 92, 'rhs' => 1), + array('lhs' => 92, 'rhs' => 1), + array('lhs' => 92, 'rhs' => 3), + array('lhs' => 92, 'rhs' => 1), + array('lhs' => 92, 'rhs' => 1), + array('lhs' => 92, 'rhs' => 1), + array('lhs' => 92, 'rhs' => 3), + array('lhs' => 92, 'rhs' => 2), + array('lhs' => 92, 'rhs' => 2), + array('lhs' => 92, 'rhs' => 1), + array('lhs' => 92, 'rhs' => 3), array('lhs' => 109, 'rhs' => 1), - array('lhs' => 109, 'rhs' => 2), array('lhs' => 109, 'rhs' => 1), - array('lhs' => 109, 'rhs' => 3), - array('lhs' => 109, 'rhs' => 4), - array('lhs' => 104, 'rhs' => 1), - array('lhs' => 104, 'rhs' => 1), - array('lhs' => 104, 'rhs' => 1), - array('lhs' => 104, 'rhs' => 1), - array('lhs' => 104, 'rhs' => 1), - array('lhs' => 104, 'rhs' => 1), - array('lhs' => 104, 'rhs' => 1), - array('lhs' => 104, 'rhs' => 1), - array('lhs' => 104, 'rhs' => 1), - array('lhs' => 105, 'rhs' => 1), - array('lhs' => 105, 'rhs' => 1), - array('lhs' => 105, 'rhs' => 1), - array('lhs' => 103, 'rhs' => 3), - array('lhs' => 120, 'rhs' => 1), - array('lhs' => 120, 'rhs' => 3), - array('lhs' => 120, 'rhs' => 0), - array('lhs' => 121, 'rhs' => 3), - array('lhs' => 121, 'rhs' => 3), - array('lhs' => 121, 'rhs' => 1), - array('lhs' => 108, 'rhs' => 2), + array('lhs' => 109, 'rhs' => 1), + array('lhs' => 108, 'rhs' => 1), + array('lhs' => 108, 'rhs' => 4), + array('lhs' => 108, 'rhs' => 1), array('lhs' => 108, 'rhs' => 3), + array('lhs' => 108, 'rhs' => 4), + array('lhs' => 108, 'rhs' => 3), + array('lhs' => 108, 'rhs' => 4), + array('lhs' => 96, 'rhs' => 3), + array('lhs' => 114, 'rhs' => 2), + array('lhs' => 114, 'rhs' => 0), + array('lhs' => 115, 'rhs' => 3), + array('lhs' => 115, 'rhs' => 5), + array('lhs' => 115, 'rhs' => 2), + array('lhs' => 115, 'rhs' => 2), + array('lhs' => 115, 'rhs' => 2), + array('lhs' => 115, 'rhs' => 4), + array('lhs' => 115, 'rhs' => 3), + array('lhs' => 115, 'rhs' => 5), + array('lhs' => 115, 'rhs' => 3), + array('lhs' => 115, 'rhs' => 2), + array('lhs' => 100, 'rhs' => 1), + array('lhs' => 100, 'rhs' => 2), + array('lhs' => 116, 'rhs' => 1), + array('lhs' => 116, 'rhs' => 3), + array('lhs' => 113, 'rhs' => 2), + array('lhs' => 117, 'rhs' => 1), + array('lhs' => 117, 'rhs' => 2), + array('lhs' => 118, 'rhs' => 3), + array('lhs' => 118, 'rhs' => 4), + array('lhs' => 118, 'rhs' => 5), + array('lhs' => 118, 'rhs' => 6), + array('lhs' => 118, 'rhs' => 2), + array('lhs' => 110, 'rhs' => 4), + array('lhs' => 119, 'rhs' => 4), + array('lhs' => 119, 'rhs' => 5), + array('lhs' => 120, 'rhs' => 3), + array('lhs' => 120, 'rhs' => 1), + array('lhs' => 120, 'rhs' => 0), + array('lhs' => 93, 'rhs' => 3), + array('lhs' => 93, 'rhs' => 2), + array('lhs' => 121, 'rhs' => 3), + array('lhs' => 121, 'rhs' => 2), + array('lhs' => 102, 'rhs' => 2), + array('lhs' => 102, 'rhs' => 0), array('lhs' => 122, 'rhs' => 2), - array('lhs' => 122, 'rhs' => 1), - array('lhs' => 123, 'rhs' => 3), - array('lhs' => 123, 'rhs' => 3), + array('lhs' => 122, 'rhs' => 2), + array('lhs' => 112, 'rhs' => 1), + array('lhs' => 112, 'rhs' => 2), + array('lhs' => 112, 'rhs' => 1), + array('lhs' => 112, 'rhs' => 3), + array('lhs' => 112, 'rhs' => 4), + array('lhs' => 106, 'rhs' => 1), + array('lhs' => 106, 'rhs' => 1), + array('lhs' => 106, 'rhs' => 1), + array('lhs' => 106, 'rhs' => 1), + array('lhs' => 106, 'rhs' => 1), + array('lhs' => 106, 'rhs' => 1), + array('lhs' => 106, 'rhs' => 1), + array('lhs' => 106, 'rhs' => 1), + array('lhs' => 106, 'rhs' => 1), + array('lhs' => 107, 'rhs' => 1), + array('lhs' => 107, 'rhs' => 1), + array('lhs' => 107, 'rhs' => 1), + array('lhs' => 105, 'rhs' => 3), array('lhs' => 123, 'rhs' => 1), array('lhs' => 123, 'rhs' => 3), - array('lhs' => 123, 'rhs' => 3), - array('lhs' => 123, 'rhs' => 2), - array('lhs' => 123, 'rhs' => 1), - array('lhs' => 97, 'rhs' => 1), - array('lhs' => 97, 'rhs' => 0), + array('lhs' => 123, 'rhs' => 0), + array('lhs' => 124, 'rhs' => 3), + array('lhs' => 124, 'rhs' => 3), + array('lhs' => 124, 'rhs' => 1), + array('lhs' => 111, 'rhs' => 2), + array('lhs' => 111, 'rhs' => 3), + array('lhs' => 125, 'rhs' => 2), + array('lhs' => 125, 'rhs' => 1), + array('lhs' => 126, 'rhs' => 3), + array('lhs' => 126, 'rhs' => 3), + array('lhs' => 126, 'rhs' => 1), + array('lhs' => 126, 'rhs' => 3), + array('lhs' => 126, 'rhs' => 3), + array('lhs' => 126, 'rhs' => 2), + array('lhs' => 126, 'rhs' => 1), + array('lhs' => 99, 'rhs' => 1), + array('lhs' => 99, 'rhs' => 0), ); public static $yyReduceMap = array( @@ -3130,15 +3186,15 @@ class Smarty_Internal_Templateparser#line 80 "smarty_internal_templateparser.php 16 => 16, 17 => 17, 20 => 17, - 199 => 17, + 204 => 17, 18 => 18, 72 => 18, 19 => 19, - 100 => 19, + 99 => 19, + 101 => 19, 102 => 19, - 103 => 19, - 126 => 19, - 164 => 19, + 130 => 19, + 169 => 19, 21 => 21, 22 => 21, 43 => 21, @@ -3147,19 +3203,24 @@ class Smarty_Internal_Templateparser#line 80 "smarty_internal_templateparser.php 73 => 21, 74 => 21, 79 => 21, - 99 => 21, + 98 => 21, + 103 => 21, 104 => 21, - 105 => 21, - 110 => 21, + 109 => 21, + 111 => 21, 112 => 21, 113 => 21, + 117 => 21, + 119 => 21, 120 => 21, - 137 => 21, - 163 => 21, - 165 => 21, - 181 => 21, + 121 => 21, + 124 => 21, + 142 => 21, + 168 => 21, + 170 => 21, 186 => 21, - 198 => 21, + 191 => 21, + 203 => 21, 23 => 23, 24 => 24, 25 => 25, @@ -3197,13 +3258,13 @@ class Smarty_Internal_Templateparser#line 80 "smarty_internal_templateparser.php 58 => 58, 59 => 59, 68 => 59, - 153 => 59, - 157 => 59, - 161 => 59, + 158 => 59, 162 => 59, + 166 => 59, + 167 => 59, 60 => 60, - 154 => 60, - 160 => 60, + 159 => 60, + 165 => 60, 61 => 61, 62 => 62, 63 => 62, @@ -3217,10 +3278,9 @@ class Smarty_Internal_Templateparser#line 80 "smarty_internal_templateparser.php 77 => 76, 78 => 76, 80 => 80, - 117 => 80, + 116 => 80, 81 => 81, 84 => 81, - 95 => 81, 82 => 82, 83 => 83, 85 => 85, @@ -3233,41 +3293,37 @@ class Smarty_Internal_Templateparser#line 80 "smarty_internal_templateparser.php 94 => 89, 90 => 90, 93 => 90, + 95 => 95, 96 => 96, 97 => 97, - 98 => 98, - 101 => 101, + 100 => 100, + 105 => 105, 106 => 106, 107 => 107, 108 => 108, - 109 => 109, - 111 => 111, + 110 => 110, 114 => 114, 115 => 115, - 116 => 116, 118 => 118, - 119 => 119, - 121 => 121, 122 => 122, 123 => 123, - 124 => 124, 125 => 125, + 126 => 126, 127 => 127, - 183 => 127, 128 => 128, 129 => 129, - 130 => 130, 131 => 131, + 188 => 131, 132 => 132, - 135 => 132, 133 => 133, 134 => 134, - 136 => 136, + 136 => 134, + 135 => 135, + 137 => 137, + 140 => 137, 138 => 138, 139 => 139, - 140 => 140, 141 => 141, - 142 => 142, 143 => 143, 144 => 144, 145 => 145, @@ -3278,15 +3334,15 @@ class Smarty_Internal_Templateparser#line 80 "smarty_internal_templateparser.php 150 => 150, 151 => 151, 152 => 152, + 153 => 153, + 154 => 154, 155 => 155, 156 => 156, - 158 => 158, - 159 => 159, - 166 => 166, - 167 => 167, - 168 => 168, - 169 => 169, - 170 => 170, + 157 => 157, + 160 => 160, + 161 => 161, + 163 => 163, + 164 => 164, 171 => 171, 172 => 172, 173 => 173, @@ -3297,20 +3353,25 @@ class Smarty_Internal_Templateparser#line 80 "smarty_internal_templateparser.php 178 => 178, 179 => 179, 180 => 180, + 181 => 181, 182 => 182, + 183 => 183, 184 => 184, 185 => 185, 187 => 187, - 188 => 188, 189 => 189, 190 => 190, - 191 => 191, - 192 => 191, - 194 => 191, + 192 => 192, 193 => 193, + 194 => 194, 195 => 195, 196 => 196, - 197 => 197, + 197 => 196, + 199 => 196, + 198 => 198, + 200 => 200, + 201 => 201, + 202 => 202, ); #line 97 "smarty_internal_templateparser.y" @@ -3318,7 +3379,7 @@ class Smarty_Internal_Templateparser#line 80 "smarty_internal_templateparser.php { $this->_retvalue = $this->root_buffer->to_smarty_php(); } - #line 2154 "smarty_internal_templateparser.php" + #line 2191 "smarty_internal_templateparser.php" #line 105 "smarty_internal_templateparser.y" function yy_r1() { @@ -3326,7 +3387,7 @@ class Smarty_Internal_Templateparser#line 80 "smarty_internal_templateparser.php $this->current_buffer->append_subtree($this->yystack[$this->yyidx + 0]->minor); } } - #line 2161 "smarty_internal_templateparser.php" + #line 2198 "smarty_internal_templateparser.php" #line 112 "smarty_internal_templateparser.y" function yy_r2() { @@ -3335,7 +3396,7 @@ class Smarty_Internal_Templateparser#line 80 "smarty_internal_templateparser.php $this->current_buffer->append_subtree($this->yystack[$this->yyidx + 0]->minor); } } - #line 2169 "smarty_internal_templateparser.php" + #line 2206 "smarty_internal_templateparser.php" #line 126 "smarty_internal_templateparser.y" function yy_r4() { @@ -3352,19 +3413,19 @@ class Smarty_Internal_Templateparser#line 80 "smarty_internal_templateparser.php $this->compiler->has_variable_string = false; $this->block_nesting_level = count($this->compiler->_tag_stack); } - #line 2181 "smarty_internal_templateparser.php" + #line 2218 "smarty_internal_templateparser.php" #line 138 "smarty_internal_templateparser.y" function yy_r5() { $this->_retvalue = null; } - #line 2186 "smarty_internal_templateparser.php" + #line 2223 "smarty_internal_templateparser.php" #line 143 "smarty_internal_templateparser.y" function yy_r6() { $this->_retvalue = new _smarty_text($this, $this->yystack[$this->yyidx + 0]->minor); } - #line 2191 "smarty_internal_templateparser.php" + #line 2228 "smarty_internal_templateparser.php" #line 148 "smarty_internal_templateparser.y" function yy_r7() { @@ -3389,7 +3450,7 @@ class Smarty_Internal_Templateparser#line 80 "smarty_internal_templateparser.php $this->_retvalue = null; } } - #line 2215 "smarty_internal_templateparser.php" + #line 2252 "smarty_internal_templateparser.php" #line 172 "smarty_internal_templateparser.y" function yy_r8() { @@ -3409,7 +3470,7 @@ class Smarty_Internal_Templateparser#line 80 "smarty_internal_templateparser.php $this->_retvalue = null; } } - #line 2234 "smarty_internal_templateparser.php" + #line 2271 "smarty_internal_templateparser.php" #line 190 "smarty_internal_templateparser.y" function yy_r9() { @@ -3428,7 +3489,7 @@ class Smarty_Internal_Templateparser#line 80 "smarty_internal_templateparser.php } } } - #line 2252 "smarty_internal_templateparser.php" + #line 2289 "smarty_internal_templateparser.php" #line 208 "smarty_internal_templateparser.y" function yy_r10() { @@ -3453,7 +3514,7 @@ class Smarty_Internal_Templateparser#line 80 "smarty_internal_templateparser.php } } } - #line 2276 "smarty_internal_templateparser.php" + #line 2313 "smarty_internal_templateparser.php" #line 232 "smarty_internal_templateparser.y" function yy_r11() { @@ -3475,7 +3536,7 @@ class Smarty_Internal_Templateparser#line 80 "smarty_internal_templateparser.php } } } - #line 2297 "smarty_internal_templateparser.php" + #line 2334 "smarty_internal_templateparser.php" #line 254 "smarty_internal_templateparser.y" function yy_r12() { @@ -3485,7 +3546,7 @@ class Smarty_Internal_Templateparser#line 80 "smarty_internal_templateparser.php $this->_retvalue = new _smarty_tag($this, $this->compiler->processNocacheCode("", $this->compiler, true)); $this->template->has_nocache_code = $save; } - #line 2306 "smarty_internal_templateparser.php" + #line 2343 "smarty_internal_templateparser.php" #line 263 "smarty_internal_templateparser.y" function yy_r13() { @@ -3495,19 +3556,19 @@ class Smarty_Internal_Templateparser#line 80 "smarty_internal_templateparser.php $this->_retvalue = new _smarty_text($this, $this->yystack[$this->yyidx + 0]->minor); } } - #line 2315 "smarty_internal_templateparser.php" + #line 2352 "smarty_internal_templateparser.php" #line 272 "smarty_internal_templateparser.y" function yy_r14() { $this->strip = true; } - #line 2320 "smarty_internal_templateparser.php" + #line 2357 "smarty_internal_templateparser.php" #line 276 "smarty_internal_templateparser.y" function yy_r15() { $this->strip = false; } - #line 2325 "smarty_internal_templateparser.php" + #line 2362 "smarty_internal_templateparser.php" #line 280 "smarty_internal_templateparser.y" function yy_r16() { @@ -3517,180 +3578,180 @@ class Smarty_Internal_Templateparser#line 80 "smarty_internal_templateparser.php SMARTY_INTERNAL_COMPILE_BLOCK::blockSource($this->compiler, $this->yystack[$this->yyidx + 0]->minor); } } - #line 2334 "smarty_internal_templateparser.php" + #line 2371 "smarty_internal_templateparser.php" #line 289 "smarty_internal_templateparser.y" function yy_r17() { $this->_retvalue = ''; } - #line 2339 "smarty_internal_templateparser.php" + #line 2376 "smarty_internal_templateparser.php" #line 293 "smarty_internal_templateparser.y" function yy_r18() { $this->_retvalue = $this->yystack[$this->yyidx + - 1]->minor; } - #line 2344 "smarty_internal_templateparser.php" + #line 2381 "smarty_internal_templateparser.php" #line 297 "smarty_internal_templateparser.y" function yy_r19() { $this->_retvalue = $this->yystack[$this->yyidx + - 1]->minor . $this->yystack[$this->yyidx + 0]->minor; } - #line 2349 "smarty_internal_templateparser.php" + #line 2386 "smarty_internal_templateparser.php" #line 305 "smarty_internal_templateparser.y" function yy_r21() { $this->_retvalue = $this->yystack[$this->yyidx + 0]->minor; } - #line 2354 "smarty_internal_templateparser.php" + #line 2391 "smarty_internal_templateparser.php" #line 318 "smarty_internal_templateparser.y" function yy_r23() { $this->_retvalue = $this->compiler->compileTag('private_print_expression', array(), array('value' => $this->yystack[$this->yyidx + 0]->minor)); } - #line 2359 "smarty_internal_templateparser.php" + #line 2396 "smarty_internal_templateparser.php" #line 322 "smarty_internal_templateparser.y" function yy_r24() { $this->_retvalue = $this->compiler->compileTag('private_print_expression', $this->yystack[$this->yyidx + 0]->minor, array('value' => $this->yystack[$this->yyidx + - 2]->minor, 'modifierlist' => $this->yystack[$this->yyidx + - 1]->minor)); } - #line 2364 "smarty_internal_templateparser.php" + #line 2401 "smarty_internal_templateparser.php" #line 326 "smarty_internal_templateparser.y" function yy_r25() { $this->_retvalue = $this->compiler->compileTag('private_print_expression', $this->yystack[$this->yyidx + 0]->minor, array('value' => $this->yystack[$this->yyidx + - 1]->minor)); } - #line 2369 "smarty_internal_templateparser.php" + #line 2406 "smarty_internal_templateparser.php" #line 330 "smarty_internal_templateparser.y" function yy_r26() { $this->_retvalue = $this->compiler->compileTag('private_print_expression', $this->yystack[$this->yyidx + 0]->minor, array('value' => $this->yystack[$this->yyidx + - 2]->minor, 'modifierlist' => $this->yystack[$this->yyidx + - 1]->minor)); } - #line 2374 "smarty_internal_templateparser.php" + #line 2411 "smarty_internal_templateparser.php" #line 343 "smarty_internal_templateparser.y" function yy_r28() { $this->_retvalue = $this->compiler->compileTag('assign', array(array('value' => $this->yystack[$this->yyidx + 0]->minor), array('var' => "'" . $this->yystack[$this->yyidx + - 2]->minor . "'"))); } - #line 2379 "smarty_internal_templateparser.php" + #line 2416 "smarty_internal_templateparser.php" #line 351 "smarty_internal_templateparser.y" function yy_r30() { $this->_retvalue = $this->compiler->compileTag('assign', array_merge(array(array('value' => $this->yystack[$this->yyidx + - 1]->minor), array('var' => "'" . $this->yystack[$this->yyidx + - 3]->minor . "'")), $this->yystack[$this->yyidx + 0]->minor)); } - #line 2384 "smarty_internal_templateparser.php" + #line 2421 "smarty_internal_templateparser.php" #line 355 "smarty_internal_templateparser.y" function yy_r31() { $this->_retvalue = $this->compiler->compileTag('assign', array_merge(array(array('value' => $this->yystack[$this->yyidx + - 1]->minor), array('var' => $this->yystack[$this->yyidx + - 3]->minor['var'])), $this->yystack[$this->yyidx + 0]->minor), array('smarty_internal_index' => $this->yystack[$this->yyidx + - 3]->minor['smarty_internal_index'])); } - #line 2389 "smarty_internal_templateparser.php" + #line 2426 "smarty_internal_templateparser.php" #line 360 "smarty_internal_templateparser.y" function yy_r32() { $this->_retvalue = $this->compiler->compileTag($this->yystack[$this->yyidx + - 1]->minor, $this->yystack[$this->yyidx + 0]->minor); } - #line 2394 "smarty_internal_templateparser.php" + #line 2431 "smarty_internal_templateparser.php" #line 364 "smarty_internal_templateparser.y" function yy_r33() { $this->_retvalue = $this->compiler->compileTag($this->yystack[$this->yyidx + 0]->minor, array()); } - #line 2399 "smarty_internal_templateparser.php" + #line 2436 "smarty_internal_templateparser.php" #line 369 "smarty_internal_templateparser.y" function yy_r34() { $this->_retvalue = $this->compiler->compileTag($this->yystack[$this->yyidx + - 3]->minor, $this->yystack[$this->yyidx + 0]->minor, array('object_method' => $this->yystack[$this->yyidx + - 1]->minor)); } - #line 2404 "smarty_internal_templateparser.php" + #line 2441 "smarty_internal_templateparser.php" #line 374 "smarty_internal_templateparser.y" function yy_r35() { $this->_retvalue = '' . $this->compiler->compileTag($this->yystack[$this->yyidx + - 2]->minor, $this->yystack[$this->yyidx + 0]->minor) . '_retvalue .= $this->compiler->compileTag('private_modifier', array(), array('modifierlist' => $this->yystack[$this->yyidx + - 1]->minor, 'value' => 'ob_get_clean()')) . '?>'; } - #line 2410 "smarty_internal_templateparser.php" + #line 2447 "smarty_internal_templateparser.php" #line 380 "smarty_internal_templateparser.y" function yy_r36() { $this->_retvalue = '' . $this->compiler->compileTag($this->yystack[$this->yyidx + - 4]->minor, $this->yystack[$this->yyidx + 0]->minor, array('object_method' => $this->yystack[$this->yyidx + - 2]->minor)) . '_retvalue .= $this->compiler->compileTag('private_modifier', array(), array('modifierlist' => $this->yystack[$this->yyidx + - 1]->minor, 'value' => 'ob_get_clean()')) . '?>'; } - #line 2416 "smarty_internal_templateparser.php" + #line 2453 "smarty_internal_templateparser.php" #line 386 "smarty_internal_templateparser.y" function yy_r37() { $tag = trim(substr($this->yystack[$this->yyidx + - 1]->minor, $this->lex->ldel_length)); $this->_retvalue = $this->compiler->compileTag(($tag == 'else if') ? 'elseif' : $tag, array(), array('if condition' => $this->yystack[$this->yyidx + 0]->minor)); } - #line 2422 "smarty_internal_templateparser.php" + #line 2459 "smarty_internal_templateparser.php" #line 391 "smarty_internal_templateparser.y" function yy_r38() { $tag = trim(substr($this->yystack[$this->yyidx + - 2]->minor, $this->lex->ldel_length)); $this->_retvalue = $this->compiler->compileTag(($tag == 'else if') ? 'elseif' : $tag, $this->yystack[$this->yyidx + 0]->minor, array('if condition' => $this->yystack[$this->yyidx + - 1]->minor)); } - #line 2428 "smarty_internal_templateparser.php" + #line 2465 "smarty_internal_templateparser.php" #line 396 "smarty_internal_templateparser.y" function yy_r39() { $tag = trim(substr($this->yystack[$this->yyidx + - 1]->minor, $this->lex->ldel_length)); $this->_retvalue = $this->compiler->compileTag(($tag == 'else if') ? 'elseif' : $tag, array(), array('if condition' => $this->yystack[$this->yyidx + 0]->minor)); } - #line 2434 "smarty_internal_templateparser.php" + #line 2471 "smarty_internal_templateparser.php" #line 407 "smarty_internal_templateparser.y" function yy_r41() { $this->_retvalue = $this->compiler->compileTag('for', array_merge($this->yystack[$this->yyidx + 0]->minor, array(array('start' => $this->yystack[$this->yyidx + - 9]->minor), array('ifexp' => $this->yystack[$this->yyidx + - 6]->minor), array('var' => $this->yystack[$this->yyidx + - 2]->minor), array('step' => $this->yystack[$this->yyidx + - 1]->minor))), 1); } - #line 2439 "smarty_internal_templateparser.php" + #line 2476 "smarty_internal_templateparser.php" #line 411 "smarty_internal_templateparser.y" function yy_r42() { $this->_retvalue = '=' . $this->yystack[$this->yyidx + 0]->minor; } - #line 2444 "smarty_internal_templateparser.php" + #line 2481 "smarty_internal_templateparser.php" #line 419 "smarty_internal_templateparser.y" function yy_r44() { $this->_retvalue = $this->compiler->compileTag('for', array_merge($this->yystack[$this->yyidx + 0]->minor, array(array('start' => $this->yystack[$this->yyidx + - 3]->minor), array('to' => $this->yystack[$this->yyidx + - 1]->minor))), 0); } - #line 2449 "smarty_internal_templateparser.php" + #line 2486 "smarty_internal_templateparser.php" #line 423 "smarty_internal_templateparser.y" function yy_r45() { $this->_retvalue = $this->compiler->compileTag('for', array_merge($this->yystack[$this->yyidx + 0]->minor, array(array('start' => $this->yystack[$this->yyidx + - 5]->minor), array('to' => $this->yystack[$this->yyidx + - 3]->minor), array('step' => $this->yystack[$this->yyidx + - 1]->minor))), 0); } - #line 2454 "smarty_internal_templateparser.php" + #line 2491 "smarty_internal_templateparser.php" #line 428 "smarty_internal_templateparser.y" function yy_r46() { $this->_retvalue = $this->compiler->compileTag('foreach', $this->yystack[$this->yyidx + 0]->minor); } - #line 2459 "smarty_internal_templateparser.php" + #line 2496 "smarty_internal_templateparser.php" #line 433 "smarty_internal_templateparser.y" function yy_r47() { $this->_retvalue = $this->compiler->compileTag('foreach', array_merge($this->yystack[$this->yyidx + 0]->minor, array(array('from' => $this->yystack[$this->yyidx + - 4]->minor), array('item' => $this->yystack[$this->yyidx + - 1]->minor)))); } - #line 2464 "smarty_internal_templateparser.php" + #line 2501 "smarty_internal_templateparser.php" #line 437 "smarty_internal_templateparser.y" function yy_r48() { $this->_retvalue = $this->compiler->compileTag('foreach', array_merge($this->yystack[$this->yyidx + 0]->minor, array(array('from' => $this->yystack[$this->yyidx + - 7]->minor), array('item' => $this->yystack[$this->yyidx + - 1]->minor), array('key' => $this->yystack[$this->yyidx + - 4]->minor)))); } - #line 2469 "smarty_internal_templateparser.php" + #line 2506 "smarty_internal_templateparser.php" #line 450 "smarty_internal_templateparser.y" function yy_r51() { $this->_retvalue = $this->compiler->compileTag('setfilter', array(), array('modifier_list' => array(array_merge(array($this->yystack[$this->yyidx + - 1]->minor), $this->yystack[$this->yyidx + 0]->minor)))); } - #line 2474 "smarty_internal_templateparser.php" + #line 2511 "smarty_internal_templateparser.php" #line 454 "smarty_internal_templateparser.y" function yy_r52() { $this->_retvalue = $this->compiler->compileTag('setfilter', array(), array('modifier_list' => array_merge(array(array_merge(array($this->yystack[$this->yyidx + - 2]->minor), $this->yystack[$this->yyidx + - 1]->minor)), $this->yystack[$this->yyidx + 0]->minor))); } - #line 2479 "smarty_internal_templateparser.php" + #line 2516 "smarty_internal_templateparser.php" #line 459 "smarty_internal_templateparser.y" function yy_r53() { @@ -3703,50 +3764,50 @@ class Smarty_Internal_Templateparser#line 80 "smarty_internal_templateparser.php $this->_retvalue = SMARTY_INTERNAL_COMPILE_BLOCK::compileParentBlock($this->compiler); } } - #line 2491 "smarty_internal_templateparser.php" + #line 2528 "smarty_internal_templateparser.php" #line 472 "smarty_internal_templateparser.y" function yy_r54() { $this->_retvalue = $this->compiler->compileTag($this->yystack[$this->yyidx + 0]->minor . 'close', array()); } - #line 2496 "smarty_internal_templateparser.php" + #line 2533 "smarty_internal_templateparser.php" #line 476 "smarty_internal_templateparser.y" function yy_r55() { $this->_retvalue = $this->compiler->compileTag($this->yystack[$this->yyidx + - 1]->minor . 'close', array(), array('modifier_list' => $this->yystack[$this->yyidx + 0]->minor)); } - #line 2501 "smarty_internal_templateparser.php" + #line 2538 "smarty_internal_templateparser.php" #line 481 "smarty_internal_templateparser.y" function yy_r56() { $this->_retvalue = $this->compiler->compileTag($this->yystack[$this->yyidx + - 2]->minor . 'close', array(), array('object_method' => $this->yystack[$this->yyidx + 0]->minor)); } - #line 2506 "smarty_internal_templateparser.php" + #line 2543 "smarty_internal_templateparser.php" #line 485 "smarty_internal_templateparser.y" function yy_r57() { $this->_retvalue = $this->compiler->compileTag($this->yystack[$this->yyidx + - 3]->minor . 'close', array(), array('object_method' => $this->yystack[$this->yyidx + - 1]->minor, 'modifier_list' => $this->yystack[$this->yyidx + 0]->minor)); } - #line 2511 "smarty_internal_templateparser.php" + #line 2548 "smarty_internal_templateparser.php" #line 493 "smarty_internal_templateparser.y" function yy_r58() { $this->_retvalue = $this->yystack[$this->yyidx + - 1]->minor; $this->_retvalue[] = $this->yystack[$this->yyidx + 0]->minor; } - #line 2517 "smarty_internal_templateparser.php" + #line 2554 "smarty_internal_templateparser.php" #line 499 "smarty_internal_templateparser.y" function yy_r59() { $this->_retvalue = array($this->yystack[$this->yyidx + 0]->minor); } - #line 2522 "smarty_internal_templateparser.php" + #line 2559 "smarty_internal_templateparser.php" #line 504 "smarty_internal_templateparser.y" function yy_r60() { $this->_retvalue = array(); } - #line 2527 "smarty_internal_templateparser.php" + #line 2564 "smarty_internal_templateparser.php" #line 509 "smarty_internal_templateparser.y" function yy_r61() { @@ -3760,156 +3821,157 @@ class Smarty_Internal_Templateparser#line 80 "smarty_internal_templateparser.php $this->_retvalue = array($this->yystack[$this->yyidx + - 2]->minor => "'" . $this->yystack[$this->yyidx + 0]->minor . "'"); } } - #line 2540 "smarty_internal_templateparser.php" + #line 2577 "smarty_internal_templateparser.php" #line 521 "smarty_internal_templateparser.y" function yy_r62() { $this->_retvalue = array(trim($this->yystack[$this->yyidx + - 1]->minor, " =\n\r\t") => $this->yystack[$this->yyidx + 0]->minor); } - #line 2545 "smarty_internal_templateparser.php" + #line 2582 "smarty_internal_templateparser.php" #line 529 "smarty_internal_templateparser.y" function yy_r64() { $this->_retvalue = "'" . $this->yystack[$this->yyidx + 0]->minor . "'"; } - #line 2550 "smarty_internal_templateparser.php" + #line 2587 "smarty_internal_templateparser.php" #line 541 "smarty_internal_templateparser.y" function yy_r67() { $this->_retvalue = array($this->yystack[$this->yyidx + - 2]->minor => $this->yystack[$this->yyidx + 0]->minor); } - #line 2555 "smarty_internal_templateparser.php" + #line 2592 "smarty_internal_templateparser.php" #line 554 "smarty_internal_templateparser.y" function yy_r69() { $this->yystack[$this->yyidx + - 2]->minor[] = $this->yystack[$this->yyidx + 0]->minor; $this->_retvalue = $this->yystack[$this->yyidx + - 2]->minor; } - #line 2561 "smarty_internal_templateparser.php" + #line 2598 "smarty_internal_templateparser.php" #line 559 "smarty_internal_templateparser.y" function yy_r70() { $this->_retvalue = array('var' => $this->yystack[$this->yyidx + - 2]->minor, 'value' => $this->yystack[$this->yyidx + 0]->minor); } - #line 2566 "smarty_internal_templateparser.php" + #line 2603 "smarty_internal_templateparser.php" #line 587 "smarty_internal_templateparser.y" function yy_r75() { $this->_retvalue = '$_smarty_tpl->getStreamVariable(\'' . $this->yystack[$this->yyidx + - 2]->minor . '://' . $this->yystack[$this->yyidx + 0]->minor . '\')'; } - #line 2571 "smarty_internal_templateparser.php" + #line 2608 "smarty_internal_templateparser.php" #line 592 "smarty_internal_templateparser.y" function yy_r76() { $this->_retvalue = $this->yystack[$this->yyidx + - 2]->minor . trim($this->yystack[$this->yyidx + - 1]->minor) . $this->yystack[$this->yyidx + 0]->minor; } - #line 2576 "smarty_internal_templateparser.php" + #line 2613 "smarty_internal_templateparser.php" #line 611 "smarty_internal_templateparser.y" function yy_r80() { $this->_retvalue = $this->compiler->compileTag('private_modifier', array(), array('value' => $this->yystack[$this->yyidx + - 1]->minor, 'modifierlist' => $this->yystack[$this->yyidx + 0]->minor)); } - #line 2581 "smarty_internal_templateparser.php" + #line 2618 "smarty_internal_templateparser.php" #line 617 "smarty_internal_templateparser.y" function yy_r81() { $this->_retvalue = $this->yystack[$this->yyidx + - 2]->minor . $this->yystack[$this->yyidx + - 1]->minor . $this->yystack[$this->yyidx + 0]->minor; } - #line 2586 "smarty_internal_templateparser.php" + #line 2623 "smarty_internal_templateparser.php" #line 621 "smarty_internal_templateparser.y" function yy_r82() { $this->_retvalue = 'in_array(' . $this->yystack[$this->yyidx + - 2]->minor . ',' . $this->yystack[$this->yyidx + 0]->minor . ')'; } - #line 2591 "smarty_internal_templateparser.php" + #line 2628 "smarty_internal_templateparser.php" #line 625 "smarty_internal_templateparser.y" function yy_r83() { $this->_retvalue = 'in_array(' . $this->yystack[$this->yyidx + - 2]->minor . ',(array)' . $this->yystack[$this->yyidx + 0]->minor . ')'; } - #line 2596 "smarty_internal_templateparser.php" + #line 2633 "smarty_internal_templateparser.php" #line 633 "smarty_internal_templateparser.y" function yy_r85() { $this->_retvalue = '!(' . $this->yystack[$this->yyidx + - 2]->minor . ' % ' . $this->yystack[$this->yyidx + 0]->minor . ')'; } - #line 2601 "smarty_internal_templateparser.php" + #line 2638 "smarty_internal_templateparser.php" #line 637 "smarty_internal_templateparser.y" function yy_r86() { $this->_retvalue = '(' . $this->yystack[$this->yyidx + - 2]->minor . ' % ' . $this->yystack[$this->yyidx + 0]->minor . ')'; } - #line 2606 "smarty_internal_templateparser.php" + #line 2643 "smarty_internal_templateparser.php" #line 641 "smarty_internal_templateparser.y" function yy_r87() { $this->_retvalue = '!(1 & ' . $this->yystack[$this->yyidx + - 1]->minor . ')'; } - #line 2611 "smarty_internal_templateparser.php" + #line 2648 "smarty_internal_templateparser.php" #line 645 "smarty_internal_templateparser.y" function yy_r88() { $this->_retvalue = '(1 & ' . $this->yystack[$this->yyidx + - 1]->minor . ')'; } - #line 2616 "smarty_internal_templateparser.php" + #line 2653 "smarty_internal_templateparser.php" #line 649 "smarty_internal_templateparser.y" function yy_r89() { $this->_retvalue = '!(1 & ' . $this->yystack[$this->yyidx + - 2]->minor . ' / ' . $this->yystack[$this->yyidx + 0]->minor . ')'; } - #line 2621 "smarty_internal_templateparser.php" + #line 2658 "smarty_internal_templateparser.php" #line 653 "smarty_internal_templateparser.y" function yy_r90() { $this->_retvalue = '(1 & ' . $this->yystack[$this->yyidx + - 2]->minor . ' / ' . $this->yystack[$this->yyidx + 0]->minor . ')'; } - #line 2626 "smarty_internal_templateparser.php" - #line 677 "smarty_internal_templateparser.y" - function yy_r96() + #line 2663 "smarty_internal_templateparser.php" + #line 673 "smarty_internal_templateparser.y" + function yy_r95() { - self::$prefix_number ++; - $this->compiler->prefix_code[] = 'yystack[$this->yyidx + 0]->minor . ';?>'; - $this->_retvalue = $this->yystack[$this->yyidx + - 2]->minor . $this->yystack[$this->yyidx + - 1]->minor . '$_tmp' . self::$prefix_number; + // self::$prefix_number++; + // $this->compiler->prefix_code[] = 'yystack[$this->yyidx + -2]->minor.';? >'; + // $this->_retvalue = '$_tmp'.self::$prefix_number.$this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor; + $this->_retvalue = $this->yystack[$this->yyidx + - 2]->minor . $this->yystack[$this->yyidx + - 1]->minor . $this->yystack[$this->yyidx + 0]->minor; } - #line 2633 "smarty_internal_templateparser.php" - #line 686 "smarty_internal_templateparser.y" - function yy_r97() + #line 2671 "smarty_internal_templateparser.php" + #line 684 "smarty_internal_templateparser.y" + function yy_r96() { $this->_retvalue = $this->yystack[$this->yyidx + - 6]->minor . ' ? ' . $this->compileVariable("'" . $this->yystack[$this->yyidx + - 2]->minor . "'") . ' : ' . $this->yystack[$this->yyidx + 0]->minor; } - #line 2638 "smarty_internal_templateparser.php" - #line 690 "smarty_internal_templateparser.y" - function yy_r98() + #line 2676 "smarty_internal_templateparser.php" + #line 688 "smarty_internal_templateparser.y" + function yy_r97() { $this->_retvalue = $this->yystack[$this->yyidx + - 5]->minor . ' ? ' . $this->yystack[$this->yyidx + - 2]->minor . ' : ' . $this->yystack[$this->yyidx + 0]->minor; } - #line 2643 "smarty_internal_templateparser.php" - #line 705 "smarty_internal_templateparser.y" - function yy_r101() + #line 2681 "smarty_internal_templateparser.php" + #line 703 "smarty_internal_templateparser.y" + function yy_r100() { $this->_retvalue = '!' . $this->yystack[$this->yyidx + 0]->minor; } - #line 2648 "smarty_internal_templateparser.php" - #line 726 "smarty_internal_templateparser.y" - function yy_r106() + #line 2686 "smarty_internal_templateparser.php" + #line 724 "smarty_internal_templateparser.y" + function yy_r105() { $this->_retvalue = $this->yystack[$this->yyidx + - 2]->minor . '.' . $this->yystack[$this->yyidx + 0]->minor; } - #line 2653 "smarty_internal_templateparser.php" - #line 730 "smarty_internal_templateparser.y" - function yy_r107() + #line 2691 "smarty_internal_templateparser.php" + #line 728 "smarty_internal_templateparser.y" + function yy_r106() { $this->_retvalue = $this->yystack[$this->yyidx + - 1]->minor . '.'; } - #line 2658 "smarty_internal_templateparser.php" - #line 734 "smarty_internal_templateparser.y" - function yy_r108() + #line 2696 "smarty_internal_templateparser.php" + #line 732 "smarty_internal_templateparser.y" + function yy_r107() { $this->_retvalue = '.' . $this->yystack[$this->yyidx + 0]->minor; } - #line 2663 "smarty_internal_templateparser.php" - #line 739 "smarty_internal_templateparser.y" - function yy_r109() + #line 2701 "smarty_internal_templateparser.php" + #line 737 "smarty_internal_templateparser.y" + function yy_r108() { if (preg_match('~^true$~i', $this->yystack[$this->yyidx + 0]->minor)) { $this->_retvalue = 'true'; @@ -3921,29 +3983,15 @@ class Smarty_Internal_Templateparser#line 80 "smarty_internal_templateparser.php $this->_retvalue = "'" . $this->yystack[$this->yyidx + 0]->minor . "'"; } } - #line 2676 "smarty_internal_templateparser.php" - #line 757 "smarty_internal_templateparser.y" - function yy_r111() + #line 2714 "smarty_internal_templateparser.php" + #line 755 "smarty_internal_templateparser.y" + function yy_r110() { $this->_retvalue = "(" . $this->yystack[$this->yyidx + - 1]->minor . ")"; } - #line 2681 "smarty_internal_templateparser.php" - #line 772 "smarty_internal_templateparser.y" + #line 2719 "smarty_internal_templateparser.php" + #line 774 "smarty_internal_templateparser.y" function yy_r114() - { - if (!$this->security || isset($this->smarty->registered_classes[$this->yystack[$this->yyidx + - 2]->minor]) || $this->smarty->security_policy->isTrustedStaticClass($this->yystack[$this->yyidx + - 2]->minor, $this->compiler)) { - if (isset($this->smarty->registered_classes[$this->yystack[$this->yyidx + - 2]->minor])) { - $this->_retvalue = $this->smarty->registered_classes[$this->yystack[$this->yyidx + - 2]->minor] . '::' . $this->yystack[$this->yyidx + 0]->minor; - } else { - $this->_retvalue = $this->yystack[$this->yyidx + - 2]->minor . '::' . $this->yystack[$this->yyidx + 0]->minor; - } - } else { - $this->compiler->trigger_template_error("static class '" . $this->yystack[$this->yyidx + - 2]->minor . "' is undefined or not allowed by security setting"); - } - } - #line 2694 "smarty_internal_templateparser.php" - #line 784 "smarty_internal_templateparser.y" - function yy_r115() { self::$prefix_number ++; if ($this->yystack[$this->yyidx + - 2]->minor['var'] == '\'smarty\'') { @@ -3953,17 +4001,31 @@ class Smarty_Internal_Templateparser#line 80 "smarty_internal_templateparser.php } $this->_retvalue = '$_tmp' . self::$prefix_number . '::' . $this->yystack[$this->yyidx + 0]->minor; } - #line 2706 "smarty_internal_templateparser.php" - #line 796 "smarty_internal_templateparser.y" - function yy_r116() + #line 2731 "smarty_internal_templateparser.php" + #line 786 "smarty_internal_templateparser.y" + function yy_r115() { self::$prefix_number ++; $this->compiler->prefix_code[] = '' . $this->yystack[$this->yyidx + - 1]->minor . ''; $this->_retvalue = '$_tmp' . self::$prefix_number; } - #line 2713 "smarty_internal_templateparser.php" - #line 811 "smarty_internal_templateparser.y" + #line 2738 "smarty_internal_templateparser.php" + #line 802 "smarty_internal_templateparser.y" function yy_r118() + { + if (!$this->security || isset($this->smarty->registered_classes[$this->yystack[$this->yyidx + - 2]->minor]) || $this->smarty->security_policy->isTrustedStaticClass($this->yystack[$this->yyidx + - 2]->minor, $this->compiler)) { + if (isset($this->smarty->registered_classes[$this->yystack[$this->yyidx + - 2]->minor])) { + $this->_retvalue = $this->smarty->registered_classes[$this->yystack[$this->yyidx + - 2]->minor] . '::' . $this->yystack[$this->yyidx + 0]->minor; + } else { + $this->_retvalue = $this->yystack[$this->yyidx + - 2]->minor . '::' . $this->yystack[$this->yyidx + 0]->minor; + } + } else { + $this->compiler->error("static class '" . $this->yystack[$this->yyidx + - 2]->minor . "' is undefined or not allowed by security setting"); + } + } + #line 2751 "smarty_internal_templateparser.php" + #line 836 "smarty_internal_templateparser.y" + function yy_r122() { if ($this->yystack[$this->yyidx + 0]->minor['var'] == '\'smarty\'') { $smarty_var = $this->compiler->compileTag('private_special_variable', array(), $this->yystack[$this->yyidx + 0]->minor['smarty_internal_index']); @@ -3975,117 +4037,117 @@ class Smarty_Internal_Templateparser#line 80 "smarty_internal_templateparser.php $this->_retvalue = $this->compileVariable($this->yystack[$this->yyidx + 0]->minor['var']) . $this->yystack[$this->yyidx + 0]->minor['smarty_internal_index']; } } - #line 2726 "smarty_internal_templateparser.php" - #line 824 "smarty_internal_templateparser.y" - function yy_r119() + #line 2764 "smarty_internal_templateparser.php" + #line 849 "smarty_internal_templateparser.y" + function yy_r123() { $this->_retvalue = '$_smarty_tpl->tpl_vars[' . $this->yystack[$this->yyidx + - 2]->minor . ']->' . $this->yystack[$this->yyidx + 0]->minor; } - #line 2731 "smarty_internal_templateparser.php" - #line 834 "smarty_internal_templateparser.y" - function yy_r121() + #line 2769 "smarty_internal_templateparser.php" + #line 859 "smarty_internal_templateparser.y" + function yy_r125() { $this->_retvalue = '$_smarty_tpl->getConfigVariable(\'' . $this->yystack[$this->yyidx + - 1]->minor . '\')'; } - #line 2736 "smarty_internal_templateparser.php" - #line 838 "smarty_internal_templateparser.y" - function yy_r122() + #line 2774 "smarty_internal_templateparser.php" + #line 863 "smarty_internal_templateparser.y" + function yy_r126() { $this->_retvalue = '(is_array($tmp = $_smarty_tpl->getConfigVariable(\'' . $this->yystack[$this->yyidx + - 2]->minor . '\')) ? $tmp' . $this->yystack[$this->yyidx + 0]->minor . ' :null)'; } - #line 2741 "smarty_internal_templateparser.php" - #line 842 "smarty_internal_templateparser.y" - function yy_r123() + #line 2779 "smarty_internal_templateparser.php" + #line 867 "smarty_internal_templateparser.y" + function yy_r127() { $this->_retvalue = '$_smarty_tpl->getConfigVariable(' . $this->yystack[$this->yyidx + - 1]->minor . ')'; } - #line 2746 "smarty_internal_templateparser.php" - #line 846 "smarty_internal_templateparser.y" - function yy_r124() + #line 2784 "smarty_internal_templateparser.php" + #line 871 "smarty_internal_templateparser.y" + function yy_r128() { $this->_retvalue = '(is_array($tmp = $_smarty_tpl->getConfigVariable(' . $this->yystack[$this->yyidx + - 2]->minor . ')) ? $tmp' . $this->yystack[$this->yyidx + 0]->minor . ' : null)'; } - #line 2751 "smarty_internal_templateparser.php" - #line 850 "smarty_internal_templateparser.y" - function yy_r125() + #line 2789 "smarty_internal_templateparser.php" + #line 875 "smarty_internal_templateparser.y" + function yy_r129() { $this->_retvalue = array('var' => $this->yystack[$this->yyidx + - 1]->minor, 'smarty_internal_index' => $this->yystack[$this->yyidx + 0]->minor); } - #line 2756 "smarty_internal_templateparser.php" - #line 863 "smarty_internal_templateparser.y" - function yy_r127() + #line 2794 "smarty_internal_templateparser.php" + #line 888 "smarty_internal_templateparser.y" + function yy_r131() { return; } - #line 2761 "smarty_internal_templateparser.php" - #line 869 "smarty_internal_templateparser.y" - function yy_r128() + #line 2799 "smarty_internal_templateparser.php" + #line 894 "smarty_internal_templateparser.y" + function yy_r132() { $this->_retvalue = '[' . $this->compileVariable($this->yystack[$this->yyidx + 0]->minor) . ']'; } - #line 2766 "smarty_internal_templateparser.php" - #line 873 "smarty_internal_templateparser.y" - function yy_r129() + #line 2804 "smarty_internal_templateparser.php" + #line 898 "smarty_internal_templateparser.y" + function yy_r133() { $this->_retvalue = '[' . $this->compileVariable($this->yystack[$this->yyidx + - 2]->minor) . '->' . $this->yystack[$this->yyidx + 0]->minor . ']'; } - #line 2771 "smarty_internal_templateparser.php" - #line 877 "smarty_internal_templateparser.y" - function yy_r130() + #line 2809 "smarty_internal_templateparser.php" + #line 902 "smarty_internal_templateparser.y" + function yy_r134() { $this->_retvalue = "['" . $this->yystack[$this->yyidx + 0]->minor . "']"; } - #line 2776 "smarty_internal_templateparser.php" - #line 881 "smarty_internal_templateparser.y" - function yy_r131() + #line 2814 "smarty_internal_templateparser.php" + #line 906 "smarty_internal_templateparser.y" + function yy_r135() { $this->_retvalue = "[" . $this->yystack[$this->yyidx + 0]->minor . "]"; } - #line 2781 "smarty_internal_templateparser.php" - #line 885 "smarty_internal_templateparser.y" - function yy_r132() + #line 2819 "smarty_internal_templateparser.php" + #line 915 "smarty_internal_templateparser.y" + function yy_r137() { $this->_retvalue = "[" . $this->yystack[$this->yyidx + - 1]->minor . "]"; } - #line 2786 "smarty_internal_templateparser.php" - #line 890 "smarty_internal_templateparser.y" - function yy_r133() + #line 2824 "smarty_internal_templateparser.php" + #line 920 "smarty_internal_templateparser.y" + function yy_r138() { $this->_retvalue = '[' . $this->compiler->compileTag('private_special_variable', array(), '[\'section\'][\'' . $this->yystack[$this->yyidx + - 1]->minor . '\'][\'index\']') . ']'; } - #line 2791 "smarty_internal_templateparser.php" - #line 894 "smarty_internal_templateparser.y" - function yy_r134() + #line 2829 "smarty_internal_templateparser.php" + #line 924 "smarty_internal_templateparser.y" + function yy_r139() { $this->_retvalue = '[' . $this->compiler->compileTag('private_special_variable', array(), '[\'section\'][\'' . $this->yystack[$this->yyidx + - 3]->minor . '\'][\'' . $this->yystack[$this->yyidx + - 1]->minor . '\']') . ']'; } - #line 2796 "smarty_internal_templateparser.php" - #line 904 "smarty_internal_templateparser.y" - function yy_r136() + #line 2834 "smarty_internal_templateparser.php" + #line 934 "smarty_internal_templateparser.y" + function yy_r141() { $this->_retvalue = '[]'; } - #line 2801 "smarty_internal_templateparser.php" - #line 917 "smarty_internal_templateparser.y" - function yy_r138() + #line 2839 "smarty_internal_templateparser.php" + #line 948 "smarty_internal_templateparser.y" + function yy_r143() { $this->_retvalue = $this->yystack[$this->yyidx + - 1]->minor . '.' . $this->yystack[$this->yyidx + 0]->minor; } - #line 2806 "smarty_internal_templateparser.php" - #line 922 "smarty_internal_templateparser.y" - function yy_r139() + #line 2844 "smarty_internal_templateparser.php" + #line 953 "smarty_internal_templateparser.y" + function yy_r144() { $this->_retvalue = '\'' . $this->yystack[$this->yyidx + 0]->minor . '\''; } - #line 2811 "smarty_internal_templateparser.php" - #line 927 "smarty_internal_templateparser.y" - function yy_r140() + #line 2849 "smarty_internal_templateparser.php" + #line 958 "smarty_internal_templateparser.y" + function yy_r145() { $this->_retvalue = '(' . $this->yystack[$this->yyidx + - 1]->minor . ')'; } - #line 2816 "smarty_internal_templateparser.php" - #line 934 "smarty_internal_templateparser.y" - function yy_r141() + #line 2854 "smarty_internal_templateparser.php" + #line 965 "smarty_internal_templateparser.y" + function yy_r146() { if ($this->yystack[$this->yyidx + - 1]->minor['var'] == '\'smarty\'') { $this->_retvalue = $this->compiler->compileTag('private_special_variable', array(), $this->yystack[$this->yyidx + - 1]->minor['smarty_internal_index']) . $this->yystack[$this->yyidx + 0]->minor; @@ -4093,63 +4155,63 @@ class Smarty_Internal_Templateparser#line 80 "smarty_internal_templateparser.php $this->_retvalue = $this->compileVariable($this->yystack[$this->yyidx + - 1]->minor['var']) . $this->yystack[$this->yyidx + - 1]->minor['smarty_internal_index'] . $this->yystack[$this->yyidx + 0]->minor; } } - #line 2825 "smarty_internal_templateparser.php" - #line 943 "smarty_internal_templateparser.y" - function yy_r142() + #line 2863 "smarty_internal_templateparser.php" + #line 974 "smarty_internal_templateparser.y" + function yy_r147() { $this->_retvalue = $this->yystack[$this->yyidx + 0]->minor; } - #line 2830 "smarty_internal_templateparser.php" - #line 948 "smarty_internal_templateparser.y" - function yy_r143() + #line 2868 "smarty_internal_templateparser.php" + #line 979 "smarty_internal_templateparser.y" + function yy_r148() { $this->_retvalue = $this->yystack[$this->yyidx + - 1]->minor . $this->yystack[$this->yyidx + 0]->minor; } - #line 2835 "smarty_internal_templateparser.php" - #line 953 "smarty_internal_templateparser.y" - function yy_r144() + #line 2873 "smarty_internal_templateparser.php" + #line 984 "smarty_internal_templateparser.y" + function yy_r149() { if ($this->security && substr($this->yystack[$this->yyidx + - 1]->minor, 0, 1) == '_') { $this->compiler->trigger_template_error(self::Err1); } $this->_retvalue = '->' . $this->yystack[$this->yyidx + - 1]->minor . $this->yystack[$this->yyidx + 0]->minor; } - #line 2843 "smarty_internal_templateparser.php" - #line 960 "smarty_internal_templateparser.y" - function yy_r145() + #line 2881 "smarty_internal_templateparser.php" + #line 991 "smarty_internal_templateparser.y" + function yy_r150() { if ($this->security) { $this->compiler->trigger_template_error(self::Err2); } $this->_retvalue = '->{' . $this->compileVariable($this->yystack[$this->yyidx + - 1]->minor) . $this->yystack[$this->yyidx + 0]->minor . '}'; } - #line 2851 "smarty_internal_templateparser.php" - #line 967 "smarty_internal_templateparser.y" - function yy_r146() + #line 2889 "smarty_internal_templateparser.php" + #line 998 "smarty_internal_templateparser.y" + function yy_r151() { if ($this->security) { $this->compiler->trigger_template_error(self::Err2); } $this->_retvalue = '->{' . $this->yystack[$this->yyidx + - 2]->minor . $this->yystack[$this->yyidx + 0]->minor . '}'; } - #line 2859 "smarty_internal_templateparser.php" - #line 974 "smarty_internal_templateparser.y" - function yy_r147() + #line 2897 "smarty_internal_templateparser.php" + #line 1005 "smarty_internal_templateparser.y" + function yy_r152() { if ($this->security) { $this->compiler->trigger_template_error(self::Err2); } $this->_retvalue = '->{\'' . $this->yystack[$this->yyidx + - 4]->minor . '\'.' . $this->yystack[$this->yyidx + - 2]->minor . $this->yystack[$this->yyidx + 0]->minor . '}'; } - #line 2867 "smarty_internal_templateparser.php" - #line 982 "smarty_internal_templateparser.y" - function yy_r148() + #line 2905 "smarty_internal_templateparser.php" + #line 1013 "smarty_internal_templateparser.y" + function yy_r153() { $this->_retvalue = '->' . $this->yystack[$this->yyidx + 0]->minor; } - #line 2872 "smarty_internal_templateparser.php" - #line 990 "smarty_internal_templateparser.y" - function yy_r149() + #line 2910 "smarty_internal_templateparser.php" + #line 1021 "smarty_internal_templateparser.y" + function yy_r154() { if (!$this->security || $this->smarty->security_policy->isTrustedPhpFunction($this->yystack[$this->yyidx + - 3]->minor, $this->compiler)) { if (strcasecmp($this->yystack[$this->yyidx + - 3]->minor, 'isset') === 0 || strcasecmp($this->yystack[$this->yyidx + - 3]->minor, 'empty') === 0 || strcasecmp($this->yystack[$this->yyidx + - 3]->minor, 'array') === 0 || is_callable($this->yystack[$this->yyidx + - 3]->minor)) { @@ -4184,18 +4246,18 @@ class Smarty_Internal_Templateparser#line 80 "smarty_internal_templateparser.php } } } - #line 2908 "smarty_internal_templateparser.php" - #line 1028 "smarty_internal_templateparser.y" - function yy_r150() + #line 2946 "smarty_internal_templateparser.php" + #line 1060 "smarty_internal_templateparser.y" + function yy_r155() { if ($this->security && substr($this->yystack[$this->yyidx + - 3]->minor, 0, 1) == '_') { $this->compiler->trigger_template_error(self::Err1); } $this->_retvalue = $this->yystack[$this->yyidx + - 3]->minor . "(" . implode(',', $this->yystack[$this->yyidx + - 1]->minor) . ")"; } - #line 2916 "smarty_internal_templateparser.php" - #line 1035 "smarty_internal_templateparser.y" - function yy_r151() + #line 2954 "smarty_internal_templateparser.php" + #line 1067 "smarty_internal_templateparser.y" + function yy_r156() { if ($this->security) { $this->compiler->trigger_template_error(self::Err2); @@ -4204,201 +4266,201 @@ class Smarty_Internal_Templateparser#line 80 "smarty_internal_templateparser.php $this->compiler->prefix_code[] = 'compileVariable("'" . $this->yystack[$this->yyidx + - 3]->minor . "'") . ';?>'; $this->_retvalue = '$_tmp' . self::$prefix_number . '(' . implode(',', $this->yystack[$this->yyidx + - 1]->minor) . ')'; } - #line 2926 "smarty_internal_templateparser.php" - #line 1046 "smarty_internal_templateparser.y" - function yy_r152() + #line 2964 "smarty_internal_templateparser.php" + #line 1078 "smarty_internal_templateparser.y" + function yy_r157() { $this->_retvalue = array_merge($this->yystack[$this->yyidx + - 2]->minor, array($this->yystack[$this->yyidx + 0]->minor)); } - #line 2931 "smarty_internal_templateparser.php" - #line 1063 "smarty_internal_templateparser.y" - function yy_r155() + #line 2969 "smarty_internal_templateparser.php" + #line 1095 "smarty_internal_templateparser.y" + function yy_r160() { $this->_retvalue = array_merge($this->yystack[$this->yyidx + - 2]->minor, array(array_merge($this->yystack[$this->yyidx + - 1]->minor, $this->yystack[$this->yyidx + 0]->minor))); } - #line 2936 "smarty_internal_templateparser.php" - #line 1067 "smarty_internal_templateparser.y" - function yy_r156() + #line 2974 "smarty_internal_templateparser.php" + #line 1099 "smarty_internal_templateparser.y" + function yy_r161() { $this->_retvalue = array(array_merge($this->yystack[$this->yyidx + - 1]->minor, $this->yystack[$this->yyidx + 0]->minor)); } - #line 2941 "smarty_internal_templateparser.php" - #line 1075 "smarty_internal_templateparser.y" - function yy_r158() + #line 2979 "smarty_internal_templateparser.php" + #line 1107 "smarty_internal_templateparser.y" + function yy_r163() { $this->_retvalue = array($this->yystack[$this->yyidx + 0]->minor); } - #line 2946 "smarty_internal_templateparser.php" - #line 1083 "smarty_internal_templateparser.y" - function yy_r159() + #line 2984 "smarty_internal_templateparser.php" + #line 1115 "smarty_internal_templateparser.y" + function yy_r164() { $this->_retvalue = array_merge($this->yystack[$this->yyidx + - 1]->minor, $this->yystack[$this->yyidx + 0]->minor); } - #line 2951 "smarty_internal_templateparser.php" - #line 1117 "smarty_internal_templateparser.y" - function yy_r166() + #line 2989 "smarty_internal_templateparser.php" + #line 1149 "smarty_internal_templateparser.y" + function yy_r171() { $this->_retvalue = '$' . $this->yystack[$this->yyidx + - 1]->minor . $this->yystack[$this->yyidx + 0]->minor; } - #line 2956 "smarty_internal_templateparser.php" - #line 1122 "smarty_internal_templateparser.y" - function yy_r167() + #line 2994 "smarty_internal_templateparser.php" + #line 1154 "smarty_internal_templateparser.y" + function yy_r172() { $this->_retvalue = '$' . $this->yystack[$this->yyidx + - 2]->minor . $this->yystack[$this->yyidx + - 1]->minor . $this->yystack[$this->yyidx + 0]->minor; } - #line 2961 "smarty_internal_templateparser.php" - #line 1128 "smarty_internal_templateparser.y" - function yy_r168() + #line 2999 "smarty_internal_templateparser.php" + #line 1160 "smarty_internal_templateparser.y" + function yy_r173() { $this->_retvalue = '=='; } - #line 2966 "smarty_internal_templateparser.php" - #line 1132 "smarty_internal_templateparser.y" - function yy_r169() + #line 3004 "smarty_internal_templateparser.php" + #line 1164 "smarty_internal_templateparser.y" + function yy_r174() { $this->_retvalue = '!='; } - #line 2971 "smarty_internal_templateparser.php" - #line 1136 "smarty_internal_templateparser.y" - function yy_r170() + #line 3009 "smarty_internal_templateparser.php" + #line 1168 "smarty_internal_templateparser.y" + function yy_r175() { $this->_retvalue = '>'; } - #line 2976 "smarty_internal_templateparser.php" - #line 1140 "smarty_internal_templateparser.y" - function yy_r171() + #line 3014 "smarty_internal_templateparser.php" + #line 1172 "smarty_internal_templateparser.y" + function yy_r176() { $this->_retvalue = '<'; } - #line 2981 "smarty_internal_templateparser.php" - #line 1144 "smarty_internal_templateparser.y" - function yy_r172() + #line 3019 "smarty_internal_templateparser.php" + #line 1176 "smarty_internal_templateparser.y" + function yy_r177() { $this->_retvalue = '>='; } - #line 2986 "smarty_internal_templateparser.php" - #line 1148 "smarty_internal_templateparser.y" - function yy_r173() + #line 3024 "smarty_internal_templateparser.php" + #line 1180 "smarty_internal_templateparser.y" + function yy_r178() { $this->_retvalue = '<='; } - #line 2991 "smarty_internal_templateparser.php" - #line 1152 "smarty_internal_templateparser.y" - function yy_r174() + #line 3029 "smarty_internal_templateparser.php" + #line 1184 "smarty_internal_templateparser.y" + function yy_r179() { $this->_retvalue = '==='; } - #line 2996 "smarty_internal_templateparser.php" - #line 1156 "smarty_internal_templateparser.y" - function yy_r175() + #line 3034 "smarty_internal_templateparser.php" + #line 1188 "smarty_internal_templateparser.y" + function yy_r180() { $this->_retvalue = '!=='; } - #line 3001 "smarty_internal_templateparser.php" - #line 1160 "smarty_internal_templateparser.y" - function yy_r176() + #line 3039 "smarty_internal_templateparser.php" + #line 1192 "smarty_internal_templateparser.y" + function yy_r181() { $this->_retvalue = '%'; } - #line 3006 "smarty_internal_templateparser.php" - #line 1164 "smarty_internal_templateparser.y" - function yy_r177() + #line 3044 "smarty_internal_templateparser.php" + #line 1196 "smarty_internal_templateparser.y" + function yy_r182() { $this->_retvalue = '&&'; } - #line 3011 "smarty_internal_templateparser.php" - #line 1168 "smarty_internal_templateparser.y" - function yy_r178() + #line 3049 "smarty_internal_templateparser.php" + #line 1200 "smarty_internal_templateparser.y" + function yy_r183() { $this->_retvalue = '||'; } - #line 3016 "smarty_internal_templateparser.php" - #line 1172 "smarty_internal_templateparser.y" - function yy_r179() + #line 3054 "smarty_internal_templateparser.php" + #line 1204 "smarty_internal_templateparser.y" + function yy_r184() { $this->_retvalue = ' XOR '; } - #line 3021 "smarty_internal_templateparser.php" - #line 1179 "smarty_internal_templateparser.y" - function yy_r180() + #line 3059 "smarty_internal_templateparser.php" + #line 1211 "smarty_internal_templateparser.y" + function yy_r185() { $this->_retvalue = 'array(' . $this->yystack[$this->yyidx + - 1]->minor . ')'; } - #line 3026 "smarty_internal_templateparser.php" - #line 1187 "smarty_internal_templateparser.y" - function yy_r182() + #line 3064 "smarty_internal_templateparser.php" + #line 1219 "smarty_internal_templateparser.y" + function yy_r187() { $this->_retvalue = $this->yystack[$this->yyidx + - 2]->minor . ',' . $this->yystack[$this->yyidx + 0]->minor; } - #line 3031 "smarty_internal_templateparser.php" - #line 1195 "smarty_internal_templateparser.y" - function yy_r184() + #line 3069 "smarty_internal_templateparser.php" + #line 1227 "smarty_internal_templateparser.y" + function yy_r189() { $this->_retvalue = $this->yystack[$this->yyidx + - 2]->minor . '=>' . $this->yystack[$this->yyidx + 0]->minor; } - #line 3036 "smarty_internal_templateparser.php" - #line 1199 "smarty_internal_templateparser.y" - function yy_r185() + #line 3074 "smarty_internal_templateparser.php" + #line 1231 "smarty_internal_templateparser.y" + function yy_r190() { $this->_retvalue = '\'' . $this->yystack[$this->yyidx + - 2]->minor . '\'=>' . $this->yystack[$this->yyidx + 0]->minor; } - #line 3041 "smarty_internal_templateparser.php" - #line 1211 "smarty_internal_templateparser.y" - function yy_r187() + #line 3079 "smarty_internal_templateparser.php" + #line 1243 "smarty_internal_templateparser.y" + function yy_r192() { $this->_retvalue = "''"; } - #line 3046 "smarty_internal_templateparser.php" - #line 1215 "smarty_internal_templateparser.y" - function yy_r188() + #line 3084 "smarty_internal_templateparser.php" + #line 1247 "smarty_internal_templateparser.y" + function yy_r193() { $this->_retvalue = $this->yystack[$this->yyidx + - 1]->minor->to_smarty_php(); } - #line 3051 "smarty_internal_templateparser.php" - #line 1220 "smarty_internal_templateparser.y" - function yy_r189() + #line 3089 "smarty_internal_templateparser.php" + #line 1252 "smarty_internal_templateparser.y" + function yy_r194() { $this->yystack[$this->yyidx + - 1]->minor->append_subtree($this->yystack[$this->yyidx + 0]->minor); $this->_retvalue = $this->yystack[$this->yyidx + - 1]->minor; } - #line 3057 "smarty_internal_templateparser.php" - #line 1225 "smarty_internal_templateparser.y" - function yy_r190() + #line 3095 "smarty_internal_templateparser.php" + #line 1257 "smarty_internal_templateparser.y" + function yy_r195() { $this->_retvalue = new _smarty_doublequoted($this, $this->yystack[$this->yyidx + 0]->minor); } - #line 3062 "smarty_internal_templateparser.php" - #line 1229 "smarty_internal_templateparser.y" - function yy_r191() + #line 3100 "smarty_internal_templateparser.php" + #line 1261 "smarty_internal_templateparser.y" + function yy_r196() { $this->_retvalue = new _smarty_code($this, '(string)' . $this->yystack[$this->yyidx + - 1]->minor); } - #line 3067 "smarty_internal_templateparser.php" - #line 1237 "smarty_internal_templateparser.y" - function yy_r193() + #line 3105 "smarty_internal_templateparser.php" + #line 1269 "smarty_internal_templateparser.y" + function yy_r198() { $this->_retvalue = new _smarty_code($this, '(string)$_smarty_tpl->tpl_vars[\'' . substr($this->yystack[$this->yyidx + 0]->minor, 1) . '\']->value'); } - #line 3072 "smarty_internal_templateparser.php" - #line 1245 "smarty_internal_templateparser.y" - function yy_r195() + #line 3110 "smarty_internal_templateparser.php" + #line 1277 "smarty_internal_templateparser.y" + function yy_r200() { $this->_retvalue = new _smarty_code($this, '(string)(' . $this->yystack[$this->yyidx + - 1]->minor . ')'); } - #line 3077 "smarty_internal_templateparser.php" - #line 1249 "smarty_internal_templateparser.y" - function yy_r196() + #line 3115 "smarty_internal_templateparser.php" + #line 1281 "smarty_internal_templateparser.y" + function yy_r201() { $this->_retvalue = new _smarty_tag($this, $this->yystack[$this->yyidx + - 1]->minor); } - #line 3082 "smarty_internal_templateparser.php" - #line 1253 "smarty_internal_templateparser.y" - function yy_r197() + #line 3120 "smarty_internal_templateparser.php" + #line 1285 "smarty_internal_templateparser.y" + function yy_r202() { $this->_retvalue = new _smarty_dq_content($this, $this->yystack[$this->yyidx + 0]->minor); } - #line 3087 "smarty_internal_templateparser.php" + #line 3125 "smarty_internal_templateparser.php" private $_retvalue; @@ -4461,7 +4523,7 @@ class Smarty_Internal_Templateparser#line 80 "smarty_internal_templateparser.php $this->internalError = true; $this->yymajor = $yymajor; $this->compiler->trigger_template_error(); - #line 3149 "smarty_internal_templateparser.php" + #line 3187 "smarty_internal_templateparser.php" } public function yy_accept() @@ -4479,7 +4541,7 @@ class Smarty_Internal_Templateparser#line 80 "smarty_internal_templateparser.php $this->retvalue = $this->_retvalue; //echo $this->retvalue."\n\n"; - #line 3167 "smarty_internal_templateparser.php" + #line 3205 "smarty_internal_templateparser.php" } public function doParse($yymajor, $yytokenvalue)