file_name
stringlengths
6
65
file_path
stringlengths
58
240
content
stringlengths
684
891k
file_size
int64
688
891k
language
stringclasses
1 value
extension
stringclasses
1 value
repo_name
stringlengths
7
87
repo_stars
int64
8
31.8k
repo_forks
int64
0
9.36k
repo_open_issues
int64
0
1.54k
repo_created_at
stringlengths
20
20
repo_pushed_at
stringlengths
20
20
sha
stringlengths
64
64
input_ids
listlengths
301
255k
attention_mask
listlengths
1
1
n_tok
int64
301
255k
longline
bool
2 classes
alpha
float64
0.18
90.1
encoded
bool
2 classes
autogen
bool
1 class
WindFieldDungeonFailReasonOuterClass.java
/FileExtraction/Java_unseen/YuukiPS_Grasscutters-Original/src/generated/main/java/emu/grasscutter/net/proto/WindFieldDungeonFailReasonOuterClass.java
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: WindFieldDungeonFailReason.proto package emu.grasscutter.net.proto; public final class WindFieldDungeonFailReasonOuterClass { private WindFieldDungeonFailReasonOuterClass() {} public static void registerAllExtensions( com.google.protobuf.ExtensionRegistryLite registry) { } public static void registerAllExtensions( com.google.protobuf.ExtensionRegistry registry) { registerAllExtensions( (com.google.protobuf.ExtensionRegistryLite) registry); } /** * <pre> * Obf: EPFKHGDAOCP * </pre> * * Protobuf enum {@code WindFieldDungeonFailReason} */ public enum WindFieldDungeonFailReason implements com.google.protobuf.ProtocolMessageEnum { /** * <code>WIND_FIELD_DUNGEON_FAIL_NONE = 0;</code> */ WIND_FIELD_DUNGEON_FAIL_NONE(0), /** * <code>WIND_FIELD_DUNGEON_FAIL_CANCEL = 1;</code> */ WIND_FIELD_DUNGEON_FAIL_CANCEL(1), /** * <code>WIND_FIELD_DUNGEON_FAIL_TIMEOUT = 2;</code> */ WIND_FIELD_DUNGEON_FAIL_TIMEOUT(2), /** * <code>WIND_FIELD_DUNGEON_FAIL_ALL_AVATAR_DIE = 3;</code> */ WIND_FIELD_DUNGEON_FAIL_ALL_AVATAR_DIE(3), /** * <code>WIND_FIELD_DUNGEON_FAIL_LUA_INTERRUPT = 4;</code> */ WIND_FIELD_DUNGEON_FAIL_LUA_INTERRUPT(4), UNRECOGNIZED(-1), ; /** * <code>WIND_FIELD_DUNGEON_FAIL_NONE = 0;</code> */ public static final int WIND_FIELD_DUNGEON_FAIL_NONE_VALUE = 0; /** * <code>WIND_FIELD_DUNGEON_FAIL_CANCEL = 1;</code> */ public static final int WIND_FIELD_DUNGEON_FAIL_CANCEL_VALUE = 1; /** * <code>WIND_FIELD_DUNGEON_FAIL_TIMEOUT = 2;</code> */ public static final int WIND_FIELD_DUNGEON_FAIL_TIMEOUT_VALUE = 2; /** * <code>WIND_FIELD_DUNGEON_FAIL_ALL_AVATAR_DIE = 3;</code> */ public static final int WIND_FIELD_DUNGEON_FAIL_ALL_AVATAR_DIE_VALUE = 3; /** * <code>WIND_FIELD_DUNGEON_FAIL_LUA_INTERRUPT = 4;</code> */ public static final int WIND_FIELD_DUNGEON_FAIL_LUA_INTERRUPT_VALUE = 4; public final int getNumber() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalArgumentException( "Can't get the number of an unknown enum value."); } return value; } /** * @param value The numeric wire value of the corresponding enum entry. * @return The enum associated with the given numeric wire value. * @deprecated Use {@link #forNumber(int)} instead. */ @java.lang.Deprecated public static WindFieldDungeonFailReason valueOf(int value) { return forNumber(value); } /** * @param value The numeric wire value of the corresponding enum entry. * @return The enum associated with the given numeric wire value. */ public static WindFieldDungeonFailReason forNumber(int value) { switch (value) { case 0: return WIND_FIELD_DUNGEON_FAIL_NONE; case 1: return WIND_FIELD_DUNGEON_FAIL_CANCEL; case 2: return WIND_FIELD_DUNGEON_FAIL_TIMEOUT; case 3: return WIND_FIELD_DUNGEON_FAIL_ALL_AVATAR_DIE; case 4: return WIND_FIELD_DUNGEON_FAIL_LUA_INTERRUPT; default: return null; } } public static com.google.protobuf.Internal.EnumLiteMap<WindFieldDungeonFailReason> internalGetValueMap() { return internalValueMap; } private static final com.google.protobuf.Internal.EnumLiteMap< WindFieldDungeonFailReason> internalValueMap = new com.google.protobuf.Internal.EnumLiteMap<WindFieldDungeonFailReason>() { public WindFieldDungeonFailReason findValueByNumber(int number) { return WindFieldDungeonFailReason.forNumber(number); } }; public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalStateException( "Can't get the descriptor of an unrecognized enum value."); } return getDescriptor().getValues().get(ordinal()); } public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { return getDescriptor(); } public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() { return emu.grasscutter.net.proto.WindFieldDungeonFailReasonOuterClass.getDescriptor().getEnumTypes().get(0); } private static final WindFieldDungeonFailReason[] VALUES = values(); public static WindFieldDungeonFailReason valueOf( com.google.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { throw new java.lang.IllegalArgumentException( "EnumValueDescriptor is not for this type."); } if (desc.getIndex() == -1) { return UNRECOGNIZED; } return VALUES[desc.getIndex()]; } private final int value; private WindFieldDungeonFailReason(int value) { this.value = value; } // @@protoc_insertion_point(enum_scope:WindFieldDungeonFailReason) } public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { return descriptor; } private static com.google.protobuf.Descriptors.FileDescriptor descriptor; static { java.lang.String[] descriptorData = { "\n WindFieldDungeonFailReason.proto*\336\001\n\032W" + "indFieldDungeonFailReason\022 \n\034WIND_FIELD_" + "DUNGEON_FAIL_NONE\020\000\022\"\n\036WIND_FIELD_DUNGEO" + "N_FAIL_CANCEL\020\001\022#\n\037WIND_FIELD_DUNGEON_FA" + "IL_TIMEOUT\020\002\022*\n&WIND_FIELD_DUNGEON_FAIL_" + "ALL_AVATAR_DIE\020\003\022)\n%WIND_FIELD_DUNGEON_F" + "AIL_LUA_INTERRUPT\020\004B\033\n\031emu.grasscutter.n" + "et.protob\006proto3" }; descriptor = com.google.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] { }); } // @@protoc_insertion_point(outer_class_scope) }
6,135
Java
.java
YuukiPS/Grasscutters-Original
16
7
0
2023-04-11T10:53:57Z
2024-01-09T23:51:10Z
2609029b079aa3dfc6b6913ca43c65624d046d0e8085e8969887721894b2f59a
[ 325, 13046, 829, 341, 7088, 3129, 8986, 51, 244, 4103, 2387, 18805, 38, 222, 325, 1932, 63, 44100, 1195, 73, 28253, 4989, 10457, 51, 1822, 222, 222, 1337, 2667, 122, 51, 791, 369, 104, 4681, 51, 1317, 51, 1822, 64, 222, 222, 942, 1175, 462, 44100, 1195, 73, 28253, 4989, 10457, 29094, 320, 353, 964, 44100, 1195, 73, 28253, 4989, 10457, 29094, 365, 2172, 353, 581, 924, 782, 3923, 1947, 7460, 45, 416, 785, 51, 2193, 51, 3952, 51, 33976, 10886, 46, 320, 353, 339, 736, 581, 924, 782, 3923, 1947, 7460, 45, 416, 785, 51, 2193, 51, 3952, 51, 27983, 10886, 46, 320, 303, 3923, 1947, 7460, 45, 310, 327, 527, 51, 2193, 51, 3952, 51, 33976, 46, 10886, 312, 353, 339, 353, 1041, 682, 338, 350, 1023, 67, 682, 338, 565, 3618, 63, 20287, 12007, 21270, 12909, 2973, 682, 338, 594, 1023, 67, 682, 338, 682, 338, 42192, 3858, 3105, 707, 44100, 1195, 73, 28253, 4989, 10457, 130, 682, 588, 353, 581, 3858, 44100, 1195, 73, 28253, 4989, 10457, 416, 4584, 785, 51, 2193, 51, 3952, 51, 5519, 1193, 2773, 320, 303, 1041, 294, 338, 350, 707, 67, 92, 3339, 100, 6457, 100, 73, 1430, 3076, 586, 100, 8539, 100, 8476, 299, 244, 53, 2701, 707, 67, 294, 588, 303, 643, 3339, 100, 6457, 100, 73, 1430, 3076, 586, 100, 8539, 100, 8476, 45, 53, 490, 303, 1041, 294, 338, 350, 707, 67, 92, 3339, 100, 6457, 100, 73, 1430, 3076, 586, 100, 8539, 100, 27934, 299, 244, 54, 2701, 707, 67, 294, 588, 303, 643, 3339, 100, 6457, 100, 73, 1430, 3076, 586, 100, 8539, 100, 27934, 45, 54, 490, 303, 1041, 294, 338, 350, 707, 67, 92, 3339, 100, 6457, 100, 73, 1430, 3076, 586, 100, 8539, 100, 14232, 299, 244, 55, 2701, 707, 67, 294, 588, 303, 643, 3339, 100, 6457, 100, 73, 1430, 3076, 586, 100, 8539, 100, 14232, 45, 55, 490, 303, 1041, 294, 338, 350, 707, 67, 92, 3339, 100, 6457, 100, 73, 1430, 3076, 586, 100, 8539, 100, 2335, 100, 4583, 741, 802, 100, 20799, 299, 244, 56, 2701, 707, 67, 294, 588, 303, 643, 3339, 100, 6457, 100, 73, 1430, 3076, 586, 100, 8539, 100, 2335, 100, 4583, 741, 802, 100, 20799, 45, 56, 490, 303, 1041, 294, 338, 350, 707, 67, 92, 3339, 100, 6457, 100, 73, 1430, 3076, 586, 100, 8539, 100, 41703, 100, 45263, 299, 244, 57, 2701, 707, 67, 294, 588, 303, 643, 3339, 100, 6457, 100, 73, 1430, 3076, 586, 100, 8539, 100, 41703, 100, 45263, 45, 57, 490, 303, 6419, 632, 1213, 11799, 22674, 3766, 54, 490, 303, 2098, 465, 1041, 294, 338, 350, 707, 67, 92, 3339, 100, 6457, 100, 73, 1430, 3076, 586, 100, 8539, 100, 8476, 299, 244, 53, 2701, 707, 67, 294, 588, 303, 581, 924, 1175, 648, 643, 3339, 100, 6457, 100, 73, 1430, 3076, 586, 100, 8539, 100, 8476, 100, 5986, 299, 244, 53, 64, 303, 1041, 294, 338, 350, 707, 67, 92, 3339, 100, 6457, 100, 73, 1430, 3076, 586, 100, 8539, 100, 27934, 299, 244, 54, 2701, 707, 67, 294, 588, 303, 581, 924, 1175, 648, 643, 3339, 100, 6457, 100, 73, 1430, 3076, 586, 100, 8539, 100, 27934, 100, 5986, 299, 244, 54, 64, 303, 1041, 294, 338, 350, 707, 67, 92, 3339, 100, 6457, 100, 73, 1430, 3076, 586, 100, 8539, 100, 14232, 299, 244, 55, 2701, 707, 67, 294, 588, 303, 581, 924, 1175, 648, 643, 3339, 100, 6457, 100, 73, 1430, 3076, 586, 100, 8539, 100, 14232, 100, 5986, 299, 244, 55, 64, 303, 1041, 294, 338, 350, 707, 67, 92, 3339, 100, 6457, 100, 73, 1430, 3076, 586, 100, 8539, 100, 2335, 100, 4583, 741, 802, 100, 20799, 299, 244, 56, 2701, 707, 67, 294, 588, 303, 581, 924, 1175, 648, 643, 3339, 100, 6457, 100, 73, 1430, 3076, 586, 100, 8539, 100, 2335, 100, 4583, 741, 802, 100, 20799, 100, 5986, 299, 244, 56, 64, 303, 1041, 294, 338, 350, 707, 67, 92, 3339, 100, 6457, 100, 73, 1430, 3076, 586, 100, 8539, 100, 41703, 100, 45263, 299, 244, 57, 2701, 707, 67, 294, 588, 303, 581, 924, 1175, 648, 643, 3339, 100, 6457, 100, 73, 1430, 3076, 586, 100, 8539, 100, 41703, 100, 45263, 100, 5986, 299, 244, 57, 64, 4054, 581, 1175, 648, 640, 1936, 365, 320, 416, 434, 327, 597, 630, 6419, 632, 1213, 11799, 22674, 46, 320, 310, 1440, 556, 1401, 51, 1600, 51, 25894, 45, 343, 332, 4460, 1348, 640, 341, 1470, 451, 619, 8675, 3858, 804, 5377, 416, 339, 416, 461, 804, 64, 303, 339, 465, 1041, 294, 338, 496, 772, 804, 906, 12781, 7684, 804, 451, 341, 8475, 3858, 3429, 51, 294, 338, 496, 620, 906, 3858, 5764, 642, 341, 2716, 12781, 7684, 804, 51, 294, 338, 496, 15033, 4443, 3105, 1222, 607, 999, 1936, 45, 429, 4416, 4203, 51, 294, 588, 303, 496, 1874, 51, 1600, 51, 15375, 303, 581, 924, 44100, 1195, 73, 28253, 4989, 10457, 804, 1436, 45, 429, 804, 46, 320, 416, 461, 456, 1936, 45, 872, 312, 303, 339, 465, 1041, 294, 338, 496, 772, 804, 906, 12781, 7684, 804, 451, 341, 8475, 3858, 3429, 51, 294, 338, 496, 620, 906, 3858, 5764, 642, 341, 2716, 12781, 7684, 804, 51, 294, 588, 303, 581, 924, 44100, 1195, 73, 28253, 4989, 10457, 456, 1936, 45, 429, 804, 46, 320, 416, 3593, 327, 872, 46, 320, 310, 1152, 244, 53, 63, 461, 643, 3339, 100, 6457, 100, 73, 1430, 3076, 586, 100, 8539, 100, 8476, 64, 310, 1152, 244, 54, 63, 461, 643, 3339, 100, 6457, 100, 73, 1430, 3076, 586, 100, 8539, 100, 27934, 64, 310, 1152, 244, 55, 63, 461, 643, 3339, 100, 6457, 100, 73, 1430, 3076, 586, 100, 8539, 100, 14232, 64, 310, 1152, 244, 56, 63, 461, 643, 3339, 100, 6457, 100, 73, 1430, 3076, 586, 100, 8539, 100, 2335, 100, 4583, 741, 802, 100, 20799, 64, 310, 1152, 244, 57, 63, 461, 643, 3339, 100, 6457, 100, 73, 1430, 3076, 586, 100, 8539, 100, 41703, 100, 45263, 64, 310, 1263, 63, 461, 762, 64, 416, 339, 303, 339, 465, 581, 924, 785, 51, 2193, 51, 3952, 51, 4305, 51, 2773, 13662, 1225, 65, 27893, 1195, 73, 28253, 4989, 10457, 67, 310, 3584, 12642, 1225, 365, 320, 416, 461, 3584, 899, 1225, 64, 303, 339, 303, 964, 924, 1175, 785, 51, 2193, 51, 3952, 51, 4305, 51, 2773, 13662, 1225, 65, 310, 44100, 1195, 73, 28253, 4989, 10457, 67, 3584, 899, 1225, 299, 633, 556, 785, 51, 2193, 51, 3952, 51, 4305, 51, 2773, 13662, 1225, 65, 27893, 1195, 73, 28253, 4989, 10457, 6939, 320, 343, 581, 44100, 1195, 73, 28253, 4989, 10457, 2309, 899, 1103, 1936, 45, 429, 1470, 46, 320, 1108, 461, 44100, 1195, 73, 28253, 4989, 10457, 51, 999, 1936, 45, 2188, 312, 343, 339, 633, 1487, 465, 581, 1175, 785, 51, 2193, 51, 3952, 51, 17825, 51, 40710, 4336, 310, 21517, 4336, 365, 320, 416, 434, 327, 597, 630, 6419, 632, 1213, 11799, 22674, 46, 320, 310, 1440, 556, 1401, 51, 1600, 51, 45123, 45, 343, 332, 4460, 1348, 640, 341, 9869, 451, 619, 725, 13741, 3858, 804, 5377, 416, 339, 416, 461, 38767, 941, 45713, 941, 390, 45, 18537, 1052, 303, 339, 303, 581, 1175, 785, 51, 2193, 51, 3952, 51, 17825, 51, 2773, 4336, 310, 38767, 28510, 365, 320, 416, 461, 38767, 492, 303, 339, 303, 581, 924, 1175, 785, 51, 2193, 51, 3952, 51, 17825, 51, 2773, 4336, 310, 38767, 365, 320, 416, 461, 2667, 122, 51, 791, 369, 104, 4681, 51, 1317, 51, 1822, 51, 27893, 1195, 73, 28253, 4989, 10457, 29094, 51, 390, 4336, 941, 390, 2773, 2439, 941, 390, 45, 53, 312, 303, 339, 465, 964, 924, 1175, 44100, 1195, 73, 28253, 4989, 10457, 1197, 2757, 299, 2102, 492, 465, 581, 924, 44100, 1195, 73, 28253, 4989, 10457, 804, 1436, 45, 310, 785, 51, 2193, 51, 3952, 51, 17825, 51, 40710, 4336, 5615, 46, 320, 416, 434, 327, 3817, 51, 10276, 365, 882, 38767, 1177, 320, 310, 1440, 556, 1401, 51, 1600, 51, 25894, 45, 633, 332, 40710, 4336, 458, 666, 456, 477, 847, 5377, 416, 339, 416, 434, 327, 3817, 51, 27799, 365, 630, 449, 54, 46, 320, 310, 461, 6419, 632, 1213, 11799, 22674, 64, 416, 339, 416, 461, 2757, 96, 3817, 51, 27799, 22061, 303, 339, 465, 964, 1175, 648, 804, 64, 465, 964, 44100, 1195, 73, 28253, 4989, 10457, 45, 429, 804, 46, 320, 416, 477, 51, 872, 299, 804, 64, 303, 339, 465, 453, 10804, 12422, 100, 16284, 100, 1513, 45, 3880, 100, 3488, 63, 27893, 1195, 73, 28253, 4989, 10457, 46, 353, 339, 8886, 581, 924, 785, 51, 2193, 51, 3952, 51, 17825, 51, 33719, 416, 38767, 365, 320, 303, 461, 9869, 64, 353, 339, 353, 964, 924, 244, 785, 51, 2193, 51, 3952, 51, 17825, 51, 33719, 416, 9869, 64, 353, 924, 320, 303, 1401, 51, 1600, 51, 671, 1197, 9869, 768, 299, 320, 416, 2724, 115, 44100, 1195, 73, 28253, 4989, 10457, 51, 1822, 18943, 56, 56, 59, 97, 53, 53, 54, 97, 115, 97, 53, 56, 55, 92, 39, 494, 416, 332, 572, 1195, 73, 28253, 4989, 10457, 97, 53, 55, 55, 788, 115, 97, 53, 56, 57, 92, 3339, 100, 6457, 15727, 494, 416, 332, 73, 1430, 3076, 586, 100, 8539, 100, 8476, 97, 53, 55, 53, 97, 53, 53, 53, 97, 53, 55, 55, 13512, 115, 97, 53, 56, 59, 92, 3339, 100, 6457, 100, 73, 1430, 28808, 39, 494, 416, 332, 83, 100, 8539, 100, 27934, 97, 53, 55, 53, 97, 53, 53, 54, 97, 53, 55, 55, 46047, 115, 97, 53, 56, 60, 92, 3339, 100, 6457, 100, 73, 1430, 3076, 586, 100, 1867, 39, 494, 416, 332, 1484, 100, 14232, 97, 53, 55, 53, 97, 53, 53, 55, 97, 53, 55, 55, 18943, 115, 43, 92, 3339, 100, 6457, 100, 73, 1430, 3076, 586, 100, 8539, 15727, 494, 416, 332, 2335, 100, 4583, 741, 802, 100, 20799, 97, 53, 55, 53, 97, 53, 53, 56, 97, 53, 55, 55, 5443, 115, 42, 92, 3339, 100, 6457, 100, 73, 1430, 3076, 586, 100, 75, 39, 494, 416, 332, 9619, 100, 41703, 100, 45263, 97, 53, 55, 53, 97, 53, 53, 57, 71, 97, 53, 56, 56, 97, 115, 97, 53, 56, 54, 22241, 51, 791, 369, 104, 4681, 51, 115, 39, 494, 416, 332, 383, 51, 1822, 103, 97, 53, 53, 59, 1822, 56, 39, 303, 1487, 303, 9869, 299, 785, 51, 2193, 51, 3952, 51, 17825, 51, 33719, 416, 657, 3269, 3328, 6540, 991, 1811, 45, 9662, 768, 49, 310, 556, 785, 51, 2193, 51, 3952, 51, 17825, 51, 33719, 1197, 320, 310, 1141, 353, 339, 736, 453, 10804, 12422, 100, 16284, 100, 1513, 45, 11949, 100, 842, 100, 3488, 46, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
1,793
true
64.971475
true
null
Bin.java
/FileExtraction/Java_unseen/cicirello_InteractiveBinPacking/src/main/java/org/cicirello/ibp/Bin.java
/* * Interactive Bin Packing. * Copyright (C) 2008, 2010, 2020-2023 Vincent A. Cicirello * * This file is part of Interactive Bin Packing. * * Interactive Bin Packing is free software: * you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * Interactive Bin Packing is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <https://www.gnu.org/licenses/>. */ package org.cicirello.ibp; import java.util.ArrayList; import java.util.Collections; import java.util.Comparator; /** * This class represents a single bin for the bin packing problem. * * @author <a href=https://www.cicirello.org/ target=_top>Vincent A. Cicirello</a>, <a * href=https://www.cicirello.org/ target=_top>https://www.cicirello.org/</a> */ class Bin { private ArrayList<Item> contents; private int capacity; private int used; private String name; private int binNumber; /** * Construct a bin with a default capacity of 100. * * @param name A name for the bin * @param binNumber An integer id for the bin */ public Bin(String name, int binNumber) { contents = new ArrayList<Item>(); capacity = 100; used = 0; this.name = name; this.binNumber = binNumber; } /** * Construct a bin. * * @param name A name for the bin * @param binNumber An integer id for the bin * @param capacity The capacity of the bin (maximum number of units it can store). * @throws IllegalArgumentException if capacity is not positive */ public Bin(String name, int binNumber, int capacity) { if (capacity <= 0) throw new IllegalArgumentException("capacity must be positive"); contents = new ArrayList<Item>(); this.capacity = capacity; used = 0; this.name = name; this.binNumber = binNumber; } /** * Gets the first item in the bin. * * @return the first item in the bin, or null if empty */ public Item peek() { if (contents.size() > 0) return contents.get(0); else return null; } /** * Checks if the bin already contains an item. * * @param i The item to check. * @return true if the bin contains the item and false if it does not. */ public boolean contains(Item i) { return contents.contains(i); } /** * Checks if an item is the largest in a bin. * * @param i The item to check * @return true if i is the largest in the bin */ public boolean isLargest(Item i) { for (Item e : contents) { if (e.size() > i.size()) return false; } return contains(i); } /** * Checks whether the bin has sufficient remaining space for a new item to fit. * * @param i An item to check. * @return true if the bin has sufficient remaining space for i to fit */ public boolean fits(Item i) { int space = capacity - used; return i.size() <= space; } /** * Checks if the bin is full to capacity. * * @return true if the bin is full, false if there is still space remaining */ public boolean isFull() { return capacity <= used; } /** * Gets the amount of remaining space. * * @return number of units of space remaining */ public int space() { return capacity - used; } /** * Gets the bin's capacity. * * @return the capacity of the bin */ public int capacity() { return capacity; } /** * Gets the amount of space already used. * * @return number of units of the bin already used by items */ public int used() { return used; } /** * Gets a list of the items in the bin. * * @return a list of the items in the bin */ @SuppressWarnings("unchecked") public ArrayList<Item> getContents() { return (ArrayList<Item>) contents.clone(); } /** * Adds the item if it fits. * * @param i The item to add to the bin. * @return true if the item was added, and false if it didn't fit. */ public boolean add(Item i) { if (fits(i)) { contents.add(i); used += i.size(); return true; } else { return false; } } /** * Adds all of the items that fit. * * @param these The items to add to the bin. */ public void add(ArrayList<Item> these) { for (Item e : these) { add(e); } } /** * Removes an item from the bin. * * @param i The item to remove. * @return true if the item was removed, and false if the bin didn't contain the item */ public boolean remove(Item i) { if (contents.remove(i)) { used -= i.size(); return true; } else { return false; } } /** Removes all items from the bin. */ public void removeAll() { used = 0; contents.clear(); } /** * Formats a String of all of the items in the bin. * * @return a String listing all of the objects in the bin */ public String contentsToString() { StringBuilder result = new StringBuilder(); int i = 0; for (; i < contents.size() - 1; i++) { result.append(contents.get(i)); result.append(", "); } if (contents.size() > 0) { result.append(contents.get(i)); } else { result.append("empty"); } return result.toString(); } /** * Checks if the bin is empty. * * @return true if the bin is empty */ public boolean isEmpty() { return contents.size() == 0; } /** * Gets the integer id of the bin. * * @return the bin number */ public int getBinNumber() { return binNumber; } @Override public String toString() { return name; } /** * Sorts the bin contents by size. * * @param decreasing If true, then sorts from largest to smallest. Otherwise, sorts from smallest * to largest. */ public void sort(final boolean decreasing) { class SortContents implements Comparator<Item> { public int compare(Item i1, Item i2) { int val = i1.size() - i2.size(); if (decreasing) val *= -1; return val; } } Collections.sort(contents, new SortContents()); } }
6,461
Java
.java
cicirello/InteractiveBinPacking
8
1
1
2020-07-02T16:27:17Z
2024-05-06T23:43:24Z
e22cd8a9c9c89219f7e2bf81074bd24dcb88937aaa6e9fa9915ffb90f4e3e185
[ 1127, 222, 338, 42089, 24476, 14098, 318, 51, 222, 338, 2657, 327, 72, 46, 244, 55, 53, 53, 61, 49, 244, 55, 53, 54, 53, 49, 244, 55, 53, 55, 53, 50, 55, 53, 55, 56, 694, 285, 2488, 418, 51, 409, 314, 567, 113, 335, 222, 338, 222, 338, 1369, 822, 458, 1760, 451, 42089, 24476, 14098, 318, 51, 222, 338, 222, 338, 42089, 24476, 14098, 318, 458, 3760, 2951, 63, 222, 338, 863, 902, 14081, 580, 480, 52, 290, 5370, 222, 338, 580, 1549, 341, 5974, 451, 341, 6994, 6153, 5062, 1196, 641, 9582, 829, 222, 338, 341, 7834, 3870, 7120, 49, 3173, 1522, 244, 56, 451, 341, 1196, 49, 575, 222, 338, 327, 288, 1390, 2489, 46, 1364, 6146, 1522, 51, 222, 338, 222, 338, 42089, 24476, 14098, 318, 458, 2744, 347, 341, 9850, 708, 580, 1118, 545, 6386, 49, 222, 338, 1294, 4213, 2979, 9345, 64, 2895, 4462, 341, 4506, 14319, 451, 222, 338, 7934, 575, 8114, 4800, 418, 7848, 7763, 51, 244, 2819, 341, 222, 338, 6994, 6153, 5062, 1196, 456, 1851, 4261, 51, 222, 338, 222, 338, 2469, 1414, 1178, 6589, 331, 1948, 451, 341, 6994, 6153, 5062, 1196, 222, 338, 7979, 642, 477, 3477, 51, 244, 1691, 666, 49, 2337, 350, 662, 574, 1516, 51, 10627, 51, 1107, 52, 4205, 28699, 222, 588, 222, 222, 1337, 1105, 51, 38483, 567, 113, 335, 51, 947, 117, 64, 222, 222, 485, 1401, 51, 1058, 51, 7119, 64, 222, 485, 1401, 51, 1058, 51, 4293, 64, 222, 485, 1401, 51, 1058, 51, 18676, 64, 222, 222, 1350, 222, 338, 1369, 462, 10684, 331, 4005, 7412, 456, 341, 7412, 8928, 318, 3732, 51, 222, 338, 222, 338, 496, 2133, 350, 102, 995, 66, 662, 574, 1516, 51, 38483, 567, 113, 335, 51, 1107, 52, 1780, 11646, 1412, 67, 91, 285, 2488, 418, 51, 409, 314, 567, 113, 335, 396, 102, 2731, 350, 102, 222, 338, 281, 995, 66, 662, 574, 1516, 51, 38483, 567, 113, 335, 51, 1107, 52, 1780, 11646, 1412, 67, 662, 574, 1516, 51, 38483, 567, 113, 335, 51, 1107, 17442, 102, 67, 222, 588, 222, 842, 24476, 320, 736, 964, 5068, 65, 1114, 67, 7321, 64, 353, 964, 648, 13821, 64, 353, 964, 648, 1674, 64, 353, 964, 910, 655, 64, 353, 964, 648, 7412, 1936, 64, 736, 1041, 682, 338, 12983, 331, 7412, 642, 331, 1263, 13821, 451, 244, 54, 53, 53, 51, 682, 338, 682, 338, 496, 772, 655, 418, 655, 456, 341, 7412, 682, 338, 496, 772, 7412, 1936, 2262, 5009, 828, 456, 341, 7412, 682, 588, 353, 581, 24476, 45, 671, 655, 49, 648, 7412, 1936, 46, 320, 303, 7321, 299, 556, 5068, 65, 1114, 2938, 303, 13821, 299, 244, 54, 53, 53, 64, 303, 1674, 299, 244, 53, 64, 303, 477, 51, 444, 299, 655, 64, 303, 477, 51, 1793, 1936, 299, 7412, 1936, 64, 353, 339, 736, 1041, 682, 338, 12983, 331, 7412, 51, 682, 338, 682, 338, 496, 772, 655, 418, 655, 456, 341, 7412, 682, 338, 496, 772, 7412, 1936, 2262, 5009, 828, 456, 341, 7412, 682, 338, 496, 772, 13821, 906, 13821, 451, 341, 7412, 327, 16575, 1470, 451, 10058, 580, 902, 2989, 566, 682, 338, 496, 5124, 12134, 434, 13821, 458, 666, 11659, 682, 588, 353, 581, 24476, 45, 671, 655, 49, 648, 7412, 1936, 49, 648, 13821, 46, 320, 303, 434, 327, 13895, 2527, 244, 53, 46, 1440, 556, 12134, 459, 13895, 2315, 545, 11659, 742, 303, 7321, 299, 556, 5068, 65, 1114, 2938, 303, 477, 51, 13895, 299, 13821, 64, 303, 1674, 299, 244, 53, 64, 303, 477, 51, 444, 299, 655, 64, 303, 477, 51, 1793, 1936, 299, 7412, 1936, 64, 353, 339, 736, 1041, 682, 338, 7132, 341, 1950, 1641, 347, 341, 7412, 51, 682, 338, 682, 338, 496, 620, 341, 1950, 1641, 347, 341, 7412, 49, 575, 762, 434, 3517, 682, 588, 353, 581, 6337, 28470, 365, 320, 303, 434, 327, 8089, 51, 911, 365, 868, 244, 53, 46, 461, 7321, 51, 390, 45, 53, 312, 303, 832, 461, 762, 64, 353, 339, 736, 1041, 682, 338, 17269, 434, 341, 7412, 3443, 4326, 619, 1641, 51, 682, 338, 682, 338, 496, 772, 613, 906, 1641, 391, 1524, 51, 682, 338, 496, 620, 878, 434, 341, 7412, 4326, 341, 1641, 480, 920, 434, 580, 1976, 666, 51, 682, 588, 353, 581, 1922, 4326, 45, 1114, 613, 46, 320, 303, 461, 7321, 51, 4766, 45, 110, 312, 353, 339, 736, 1041, 682, 338, 17269, 434, 619, 1641, 458, 341, 22936, 347, 331, 7412, 51, 682, 338, 682, 338, 496, 772, 613, 906, 1641, 391, 1524, 682, 338, 496, 620, 878, 434, 613, 458, 341, 22936, 347, 341, 7412, 682, 588, 353, 581, 1922, 458, 81, 19063, 45, 1114, 613, 46, 320, 303, 456, 327, 1114, 503, 518, 7321, 46, 320, 416, 434, 327, 106, 51, 911, 365, 868, 613, 51, 911, 1177, 461, 920, 64, 303, 339, 303, 461, 4326, 45, 110, 312, 353, 339, 736, 1041, 682, 338, 17269, 4962, 341, 7412, 1421, 21713, 11479, 5153, 456, 331, 556, 1641, 391, 8240, 51, 682, 338, 682, 338, 496, 772, 613, 2262, 1641, 391, 1524, 51, 682, 338, 496, 620, 878, 434, 341, 7412, 1421, 21713, 11479, 5153, 456, 613, 391, 8240, 682, 588, 353, 581, 1922, 30871, 45, 1114, 613, 46, 320, 303, 648, 5153, 299, 13821, 449, 1674, 64, 303, 461, 613, 51, 911, 365, 2527, 5153, 64, 353, 339, 736, 1041, 682, 338, 17269, 434, 341, 7412, 458, 3559, 391, 13821, 51, 682, 338, 682, 338, 496, 620, 878, 434, 341, 7412, 458, 3559, 49, 920, 434, 2038, 458, 4224, 5153, 11479, 682, 588, 353, 581, 1922, 458, 4737, 365, 320, 303, 461, 13821, 2527, 1674, 64, 353, 339, 736, 1041, 682, 338, 7132, 341, 5190, 451, 11479, 5153, 51, 682, 338, 682, 338, 496, 620, 1470, 451, 10058, 451, 5153, 11479, 682, 588, 353, 581, 648, 5153, 365, 320, 303, 461, 13821, 449, 1674, 64, 353, 339, 736, 1041, 682, 338, 7132, 341, 7412, 1200, 13821, 51, 682, 338, 682, 338, 496, 620, 341, 13821, 451, 341, 7412, 682, 588, 353, 581, 648, 13821, 365, 320, 303, 461, 13821, 64, 353, 339, 736, 1041, 682, 338, 7132, 341, 5190, 451, 5153, 3443, 1674, 51, 682, 338, 682, 338, 496, 620, 1470, 451, 10058, 451, 341, 7412, 3443, 1674, 829, 3966, 682, 588, 353, 581, 648, 1674, 365, 320, 303, 461, 1674, 64, 353, 339, 736, 1041, 682, 338, 7132, 331, 1168, 451, 341, 3966, 347, 341, 7412, 51, 682, 338, 682, 338, 496, 620, 331, 1168, 451, 341, 3966, 347, 341, 7412, 682, 588, 353, 496, 14030, 459, 18362, 678, 353, 581, 5068, 65, 1114, 67, 640, 8048, 365, 320, 303, 461, 327, 7119, 65, 1114, 5111, 7321, 51, 6371, 492, 353, 339, 736, 1041, 682, 338, 15444, 341, 1641, 434, 580, 30871, 51, 682, 338, 682, 338, 496, 772, 613, 906, 1641, 391, 1035, 391, 341, 7412, 51, 682, 338, 496, 620, 878, 434, 341, 1641, 1616, 3654, 49, 480, 920, 434, 580, 9085, 1348, 8240, 51, 682, 588, 353, 581, 1922, 1035, 45, 1114, 613, 46, 320, 303, 434, 327, 16528, 45, 110, 509, 320, 416, 7321, 51, 688, 45, 110, 312, 416, 1674, 1475, 613, 51, 911, 492, 416, 461, 878, 64, 303, 339, 832, 320, 416, 461, 920, 64, 303, 339, 353, 339, 736, 1041, 682, 338, 15444, 1187, 451, 341, 3966, 708, 8240, 51, 682, 338, 682, 338, 496, 772, 3301, 906, 3966, 391, 1035, 391, 341, 7412, 51, 682, 588, 353, 581, 782, 1035, 45, 7119, 65, 1114, 67, 3301, 46, 320, 303, 456, 327, 1114, 503, 518, 3301, 46, 320, 416, 1035, 45, 106, 312, 303, 339, 353, 339, 736, 1041, 682, 338, 24968, 619, 1641, 664, 341, 7412, 51, 682, 338, 682, 338, 496, 772, 613, 906, 1641, 391, 3365, 51, 682, 338, 496, 620, 878, 434, 341, 1641, 1616, 6563, 49, 480, 920, 434, 341, 7412, 9085, 1348, 4814, 341, 1641, 682, 588, 353, 581, 1922, 3365, 45, 1114, 613, 46, 320, 303, 434, 327, 8089, 51, 2564, 45, 110, 509, 320, 416, 1674, 5928, 613, 51, 911, 492, 416, 461, 878, 64, 303, 339, 832, 320, 416, 461, 920, 64, 303, 339, 353, 339, 736, 1041, 24968, 1187, 3966, 664, 341, 7412, 51, 588, 353, 581, 782, 3365, 1947, 365, 320, 303, 1674, 299, 244, 53, 64, 303, 7321, 51, 3830, 492, 353, 339, 736, 1041, 682, 338, 3735, 1990, 331, 910, 451, 1187, 451, 341, 3966, 347, 341, 7412, 51, 682, 338, 682, 338, 496, 620, 331, 910, 14822, 1187, 451, 341, 4706, 347, 341, 7412, 682, 588, 353, 581, 910, 7321, 4602, 365, 320, 303, 9705, 1074, 299, 556, 9705, 492, 303, 648, 613, 299, 244, 53, 64, 303, 456, 23011, 613, 350, 7321, 51, 911, 365, 449, 244, 54, 64, 613, 2002, 320, 416, 1074, 51, 1713, 45, 8089, 51, 390, 45, 110, 894, 416, 1074, 51, 1713, 10803, 7173, 303, 339, 303, 434, 327, 8089, 51, 911, 365, 868, 244, 53, 46, 320, 416, 1074, 51, 1713, 45, 8089, 51, 390, 45, 110, 894, 303, 339, 832, 320, 416, 1074, 51, 1713, 459, 2970, 742, 303, 339, 303, 461, 1074, 51, 3127, 492, 353, 339, 736, 1041, 682, 338, 17269, 434, 341, 7412, 458, 3517, 51, 682, 338, 682, 338, 496, 620, 878, 434, 341, 7412, 458, 3517, 682, 588, 353, 581, 1922, 29059, 365, 320, 303, 461, 7321, 51, 911, 365, 630, 244, 53, 64, 353, 339, 736, 1041, 682, 338, 7132, 341, 5009, 828, 451, 341, 7412, 51, 682, 338, 682, 338, 496, 620, 341, 7412, 1470, 682, 588, 353, 581, 648, 640, 9084, 1936, 365, 320, 303, 461, 7412, 1936, 64, 353, 339, 736, 496, 1806, 353, 581, 910, 11349, 365, 320, 303, 461, 655, 64, 353, 339, 736, 1041, 682, 338, 11899, 120, 341, 7412, 7321, 829, 1354, 51, 682, 338, 682, 338, 496, 772, 428, 32706, 1691, 878, 49, 1636, 43031, 664, 22936, 391, 29134, 51, 12783, 49, 43031, 664, 29134, 682, 338, 281, 391, 22936, 51, 682, 588, 353, 581, 782, 3873, 45, 3242, 1922, 428, 32706, 46, 320, 303, 462, 11899, 8048, 4584, 34839, 65, 1114, 67, 320, 416, 581, 648, 8910, 45, 1114, 613, 54, 49, 6337, 613, 55, 46, 320, 310, 648, 928, 299, 613, 54, 51, 911, 365, 449, 613, 55, 51, 911, 492, 310, 434, 327, 305, 32706, 46, 928, 10465, 449, 54, 64, 310, 461, 928, 64, 416, 339, 303, 339, 303, 15490, 51, 3349, 45, 8089, 49, 556, 11899, 8048, 1052, 353, 339, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
1,757
true
61.569416
true
true
InventoryItemComponent.java
/FileExtraction/Java_unseen/SkySwimmer_EmuFeral/src/main/java/org/asf/emuferal/entities/components/InventoryItemComponent.java
package org.asf.emuferal.entities.components; import java.lang.reflect.InvocationTargetException; import com.google.gson.JsonObject; /** * Base class for all inventory item components. * * @author Owenvii * */ public abstract class InventoryItemComponent { /** * Gets the component name. This should be the name the object is stored as * under the components part of the inventory item. * * @return The component's name. */ public abstract String getComponentName(); /** * Converts this component to a JsonObject. * * @return The JsonObject component. */ public abstract JsonObject toJson(); /** * Populates the component with values from the jsonObject. */ protected abstract void getPropertiesFromJson(JsonObject object); /** * Populates a new component of type T with properties from a JsonObject. * * @param <T> The type of the component. * @param type The type of the component. * @param jsonObject The object to retrieve properties from. * @return A new inventory item component of type T. * @throws SecurityException * @throws NoSuchMethodException * @throws InvocationTargetException * @throws IllegalArgumentException * @throws IllegalAccessException * @throws InstantiationException */ public static <T extends InventoryItemComponent> InventoryItemComponent fromJson(Class<T> type, JsonObject jsonObject) throws InstantiationException, IllegalAccessException, IllegalArgumentException, InvocationTargetException, NoSuchMethodException, SecurityException { // create a new component of type t var newComponent = type.getDeclaredConstructor().newInstance(); // populate it with properties from the json object. newComponent.getPropertiesFromJson(jsonObject); // return it return newComponent; } }
1,812
Java
.java
SkySwimmer/EmuFeral
9
4
1
2022-05-19T15:15:10Z
2022-08-14T22:02:14Z
02f2435075df3a1675243820fde885226558eb8df5bcebc103452f03c9e0f057
[ 1337, 1105, 51, 321, 107, 51, 22241, 1036, 298, 51, 9259, 51, 3545, 64, 222, 222, 485, 1401, 51, 1600, 51, 9069, 51, 13777, 40534, 64, 222, 222, 485, 785, 51, 2193, 51, 19968, 51, 20587, 64, 222, 222, 1350, 222, 338, 3787, 462, 456, 1187, 17045, 1641, 6361, 51, 222, 338, 1676, 338, 496, 2133, 565, 124, 2141, 3660, 222, 338, 222, 588, 222, 942, 5560, 462, 28474, 1114, 1735, 320, 499, 221, 1350, 376, 338, 7132, 341, 2595, 655, 51, 1369, 1414, 545, 341, 655, 341, 1319, 458, 7129, 641, 376, 338, 1549, 341, 6361, 1760, 451, 341, 17045, 1641, 51, 376, 338, 4517, 338, 496, 620, 906, 2595, 1200, 655, 51, 376, 588, 222, 221, 942, 5560, 910, 640, 1735, 577, 492, 499, 221, 1350, 376, 338, 25316, 477, 2595, 391, 331, 30006, 51, 376, 338, 4517, 338, 496, 620, 906, 30006, 2595, 51, 376, 588, 222, 221, 942, 5560, 30006, 48307, 492, 499, 221, 1350, 376, 338, 13097, 26308, 341, 2595, 642, 2102, 664, 341, 27720, 51, 376, 588, 222, 221, 5332, 5560, 782, 640, 3303, 41483, 45, 20587, 1319, 312, 499, 221, 1350, 376, 338, 13097, 26308, 331, 556, 2595, 451, 847, 413, 642, 4324, 664, 331, 30006, 51, 376, 338, 4517, 338, 496, 772, 350, 89, 67, 370, 906, 847, 451, 341, 2595, 51, 376, 338, 496, 772, 847, 981, 906, 847, 451, 341, 2595, 51, 376, 338, 496, 772, 27720, 906, 1319, 391, 10857, 4324, 664, 51, 376, 338, 496, 620, 418, 556, 17045, 1641, 2595, 451, 847, 413, 51, 376, 338, 496, 5124, 7344, 1002, 376, 338, 496, 5124, 27721, 1885, 1002, 376, 338, 496, 5124, 39641, 40534, 376, 338, 496, 5124, 12134, 376, 338, 496, 5124, 8961, 27123, 376, 338, 496, 5124, 42030, 387, 1002, 376, 588, 222, 221, 942, 924, 350, 89, 2041, 28474, 1114, 1735, 67, 28474, 1114, 1735, 664, 2541, 45, 1359, 65, 89, 67, 847, 49, 374, 221, 20587, 27720, 46, 2589, 42030, 387, 1002, 49, 8961, 27123, 49, 12134, 49, 374, 221, 13777, 40534, 49, 27721, 1885, 1002, 49, 7344, 1002, 320, 376, 221, 325, 1506, 331, 556, 2595, 451, 847, 292, 376, 221, 887, 556, 1735, 299, 847, 51, 36823, 7935, 941, 20237, 492, 1332, 221, 325, 18985, 580, 642, 4324, 664, 341, 2379, 1319, 51, 376, 221, 909, 1735, 51, 40090, 41483, 45, 41349, 312, 1332, 221, 325, 461, 580, 376, 221, 620, 556, 1735, 64, 222, 221, 130, 222, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
409
true
74.889625
true
true
ErrorType.java
/FileExtraction/Java_unseen/taktik_icure-backend/src/main/java/org/taktik/icure/services/external/rest/v1/dto/be/ehealth/kmehr/v20161201/be/fgov/ehealth/standards/kmehr/schema/v1/ErrorType.java
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2019.06.14 at 03:49:54 PM CEST // package org.taktik.icure.services.external.rest.v1.dto.be.ehealth.kmehr.v20161201.be.fgov.ehealth.standards.kmehr.schema.v1; import java.io.Serializable; import java.util.ArrayList; import java.util.List; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlType; import org.taktik.icure.services.external.rest.v1.dto.be.ehealth.kmehr.v20161201.be.fgov.ehealth.standards.kmehr.cd.v1.CDERROR; import org.taktik.icure.services.external.rest.v1.dto.be.ehealth.kmehr.v20161201.be.fgov.ehealth.standards.kmehr.dt.v1.TextType; import org.taktik.icure.services.external.rest.v1.dto.be.ehealth.kmehr.v20161201.be.fgov.ehealth.standards.kmehr.id.v1.IDKMEHR; /** * to specify possible errors * * <p>Java class for errorType complex type. * * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> * &lt;complexType name="errorType"> * &lt;complexContent> * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * &lt;sequence> * &lt;element name="id" type="{http://www.ehealth.fgov.be/standards/kmehr/id/v1}ID-KMEHR" maxOccurs="unbounded" minOccurs="0"/> * &lt;element name="cd" type="{http://www.ehealth.fgov.be/standards/kmehr/cd/v1}CD-ERROR" maxOccurs="unbounded"/> * &lt;element name="description" type="{http://www.ehealth.fgov.be/standards/kmehr/dt/v1}textType"/> * &lt;element name="url" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * &lt;/sequence> * &lt;/restriction> * &lt;/complexContent> * &lt;/complexType> * </pre> * * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "errorType", propOrder = { "ids", "cds", "description", "url" }) public class ErrorType implements Serializable { private final static long serialVersionUID = 20161201L; @XmlElement(name = "id") protected List<IDKMEHR> ids; @XmlElement(name = "cd", required = true) protected List<CDERROR> cds; @XmlElement(required = true) protected TextType description; protected String url; /** * Gets the value of the ids property. * * <p> * This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. * This is why there is not a <CODE>set</CODE> method for the ids property. * * <p> * For example, to add a new item, do as follows: * <pre> * getIds().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link IDKMEHR } * * */ public List<IDKMEHR> getIds() { if (ids == null) { ids = new ArrayList<IDKMEHR>(); } return this.ids; } /** * Gets the value of the cds property. * * <p> * This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. * This is why there is not a <CODE>set</CODE> method for the cds property. * * <p> * For example, to add a new item, do as follows: * <pre> * getCds().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link CDERROR } * * */ public List<CDERROR> getCds() { if (cds == null) { cds = new ArrayList<CDERROR>(); } return this.cds; } /** * Gets the value of the description property. * * @return * possible object is * {@link TextType } * */ public TextType getDescription() { return description; } /** * Sets the value of the description property. * * @param value * allowed object is * {@link TextType } * */ public void setDescription(TextType value) { this.description = value; } /** * Gets the value of the url property. * * @return * possible object is * {@link String } * */ public String getUrl() { return url; } /** * Sets the value of the url property. * * @param value * allowed object is * {@link String } * */ public void setUrl(String value) { this.url = value; } }
5,007
Java
.java
taktik/icure-backend
19
25
3
2018-03-29T12:01:32Z
2022-11-18T08:44:46Z
2c68402f0406e71793de2aa9793b4b08a03c2c5101b513bf72c024ab50eb0ac0
[ 325, 222, 325, 1369, 822, 1616, 4741, 829, 341, 4957, 9043, 29327, 456, 7408, 17393, 45, 47329, 46, 9495, 19977, 49, 373, 55, 51, 55, 51, 61, 50, 103, 54, 56, 53, 62, 54, 54, 51, 54, 61, 53, 55, 244, 222, 325, 2819, 350, 102, 995, 366, 544, 574, 1874, 51, 9886, 51, 527, 52, 2608, 52, 8954, 103, 432, 544, 574, 1874, 51, 9886, 51, 527, 52, 2608, 52, 8954, 103, 396, 102, 67, 244, 222, 325, 6213, 23125, 391, 477, 822, 1118, 545, 15058, 12710, 334, 31635, 451, 341, 1932, 5379, 51, 244, 222, 325, 13046, 563, 63, 244, 55, 53, 54, 62, 51, 53, 59, 51, 54, 57, 840, 244, 53, 56, 63, 57, 62, 63, 58, 57, 9401, 409, 4143, 244, 222, 325, 499, 222, 1337, 1105, 51, 121, 11385, 1567, 51, 314, 532, 51, 4270, 51, 6183, 51, 4756, 51, 123, 54, 51, 12292, 51, 883, 51, 106, 9864, 51, 112, 308, 3943, 51, 123, 55, 53, 54, 59, 54, 55, 53, 54, 51, 883, 51, 4658, 1558, 51, 106, 9864, 51, 9165, 120, 51, 112, 308, 3943, 51, 3982, 51, 123, 54, 64, 222, 222, 485, 1401, 51, 735, 51, 12644, 64, 222, 485, 1401, 51, 1058, 51, 7119, 64, 222, 485, 1401, 51, 1058, 51, 739, 64, 222, 485, 3698, 51, 2608, 51, 2555, 51, 4341, 51, 4411, 41079, 64, 222, 485, 3698, 51, 2608, 51, 2555, 51, 4341, 51, 4411, 9794, 638, 64, 222, 485, 3698, 51, 2608, 51, 2555, 51, 4341, 51, 17093, 64, 222, 485, 3698, 51, 2608, 51, 2555, 51, 4341, 51, 40002, 64, 222, 485, 1105, 51, 121, 11385, 1567, 51, 314, 532, 51, 4270, 51, 6183, 51, 4756, 51, 123, 54, 51, 12292, 51, 883, 51, 106, 9864, 51, 112, 308, 3943, 51, 123, 55, 53, 54, 59, 54, 55, 53, 54, 51, 883, 51, 4658, 1558, 51, 106, 9864, 51, 9165, 120, 51, 112, 308, 3943, 51, 2105, 51, 123, 54, 51, 4778, 2946, 64, 222, 485, 1105, 51, 121, 11385, 1567, 51, 314, 532, 51, 4270, 51, 6183, 51, 4756, 51, 123, 54, 51, 12292, 51, 883, 51, 106, 9864, 51, 112, 308, 3943, 51, 123, 55, 53, 54, 59, 54, 55, 53, 54, 51, 883, 51, 4658, 1558, 51, 106, 9864, 51, 9165, 120, 51, 112, 308, 3943, 51, 2654, 51, 123, 54, 51, 1049, 638, 64, 222, 485, 1105, 51, 121, 11385, 1567, 51, 314, 532, 51, 4270, 51, 6183, 51, 4756, 51, 123, 54, 51, 12292, 51, 883, 51, 106, 9864, 51, 112, 308, 3943, 51, 123, 55, 53, 54, 59, 54, 55, 53, 54, 51, 883, 51, 4658, 1558, 51, 106, 9864, 51, 9165, 120, 51, 112, 308, 3943, 51, 333, 51, 123, 54, 51, 798, 80, 1043, 5157, 64, 499, 222, 1350, 222, 338, 391, 6405, 4222, 3896, 222, 338, 1676, 338, 350, 117, 67, 5445, 462, 456, 1067, 638, 8667, 847, 51, 222, 338, 1676, 338, 350, 117, 67, 1338, 2434, 5379, 10299, 15834, 341, 2816, 1813, 14561, 4824, 477, 462, 51, 222, 338, 1676, 338, 350, 1023, 67, 222, 338, 568, 2176, 64, 46990, 655, 366, 750, 638, 432, 222, 338, 280, 568, 2176, 64, 11493, 1795, 67, 222, 338, 281, 568, 2176, 64, 33955, 1712, 15469, 544, 574, 1516, 51, 124, 56, 51, 1107, 52, 55, 53, 53, 54, 52, 29064, 130, 1831, 638, 432, 222, 338, 981, 568, 2176, 64, 7543, 67, 222, 338, 282, 568, 2176, 64, 2559, 655, 366, 333, 39, 847, 15469, 544, 574, 1516, 51, 106, 9864, 51, 4658, 1558, 51, 883, 52, 9165, 120, 52, 112, 308, 3943, 52, 333, 52, 123, 54, 130, 798, 50, 80, 1043, 5157, 39, 1788, 34827, 366, 330, 28936, 39, 1865, 34827, 366, 53, 3551, 222, 338, 282, 568, 2176, 64, 2559, 655, 366, 2105, 39, 847, 15469, 544, 574, 1516, 51, 106, 9864, 51, 4658, 1558, 51, 883, 52, 9165, 120, 52, 112, 308, 3943, 52, 2105, 52, 123, 54, 130, 4778, 50, 2946, 39, 1788, 34827, 366, 330, 28936, 3551, 222, 338, 282, 568, 2176, 64, 2559, 655, 366, 2328, 39, 847, 15469, 544, 574, 1516, 51, 106, 9864, 51, 4658, 1558, 51, 883, 52, 9165, 120, 52, 112, 308, 3943, 52, 2654, 52, 123, 54, 130, 897, 638, 3551, 222, 338, 282, 568, 2176, 64, 2559, 655, 366, 983, 39, 847, 15469, 544, 574, 1516, 51, 124, 56, 51, 1107, 52, 55, 53, 53, 54, 52, 29064, 130, 819, 39, 1865, 34827, 366, 53, 3551, 222, 338, 981, 568, 2176, 6532, 7543, 67, 222, 338, 281, 568, 2176, 6532, 33955, 67, 222, 338, 280, 568, 2176, 6532, 11493, 1795, 67, 222, 338, 568, 2176, 6532, 46990, 67, 222, 338, 594, 1023, 67, 222, 338, 1676, 338, 1676, 588, 222, 69, 4411, 9794, 638, 45, 4411, 41079, 51, 6457, 46, 222, 69, 40002, 45, 444, 299, 332, 750, 638, 411, 7030, 2888, 299, 320, 303, 332, 3653, 411, 303, 332, 29148, 411, 303, 332, 2328, 411, 303, 332, 983, 39, 222, 1770, 222, 942, 462, 3099, 638, 303, 4584, 19182, 222, 128, 465, 964, 1175, 924, 1964, 19896, 299, 244, 55, 53, 54, 59, 54, 55, 53, 54, 81, 64, 303, 496, 17093, 45, 444, 299, 332, 333, 678, 303, 2532, 1701, 65, 798, 80, 1043, 5157, 67, 9673, 64, 303, 496, 17093, 45, 444, 299, 332, 2105, 411, 2147, 299, 878, 46, 303, 2532, 1701, 65, 4778, 2946, 67, 38077, 64, 303, 496, 17093, 45, 3662, 299, 878, 46, 303, 2532, 3336, 638, 3066, 64, 303, 2532, 910, 2001, 64, 465, 1041, 294, 338, 7132, 341, 804, 451, 341, 9673, 2821, 51, 294, 338, 5402, 338, 350, 117, 67, 294, 338, 1369, 22069, 1431, 3235, 331, 4141, 391, 341, 10918, 1168, 49, 294, 338, 666, 331, 10432, 51, 20830, 1364, 11402, 863, 1949, 391, 341, 294, 338, 4731, 1168, 1118, 545, 5041, 6529, 341, 25362, 1319, 51, 294, 338, 1369, 458, 6927, 2038, 458, 666, 331, 350, 3535, 67, 489, 396, 3535, 67, 1431, 456, 341, 9673, 2821, 51, 294, 338, 5402, 338, 350, 117, 67, 294, 338, 2643, 2301, 49, 391, 1035, 331, 556, 1641, 49, 764, 641, 11629, 63, 294, 338, 350, 1023, 67, 294, 338, 283, 640, 5345, 941, 688, 45, 909, 1114, 312, 294, 338, 594, 1023, 67, 294, 338, 5402, 338, 5402, 338, 350, 117, 67, 294, 338, 14592, 451, 341, 2434, 847, 45, 120, 46, 904, 6671, 347, 341, 1168, 294, 338, 3105, 1222, 2502, 80, 1043, 5157, 339, 294, 338, 5402, 338, 5402, 588, 303, 581, 1701, 65, 798, 80, 1043, 5157, 67, 640, 5345, 365, 320, 310, 434, 327, 3653, 630, 762, 46, 320, 343, 9673, 299, 556, 5068, 65, 798, 80, 1043, 5157, 2938, 310, 339, 310, 461, 477, 51, 3653, 64, 303, 339, 465, 1041, 294, 338, 7132, 341, 804, 451, 341, 38077, 2821, 51, 294, 338, 5402, 338, 350, 117, 67, 294, 338, 1369, 22069, 1431, 3235, 331, 4141, 391, 341, 10918, 1168, 49, 294, 338, 666, 331, 10432, 51, 20830, 1364, 11402, 863, 1949, 391, 341, 294, 338, 4731, 1168, 1118, 545, 5041, 6529, 341, 25362, 1319, 51, 294, 338, 1369, 458, 6927, 2038, 458, 666, 331, 350, 3535, 67, 489, 396, 3535, 67, 1431, 456, 341, 38077, 2821, 51, 294, 338, 5402, 338, 350, 117, 67, 294, 338, 2643, 2301, 49, 391, 1035, 331, 556, 1641, 49, 764, 641, 11629, 63, 294, 338, 350, 1023, 67, 294, 338, 283, 38941, 3246, 941, 688, 45, 909, 1114, 312, 294, 338, 594, 1023, 67, 294, 338, 5402, 338, 5402, 338, 350, 117, 67, 294, 338, 14592, 451, 341, 2434, 847, 45, 120, 46, 904, 6671, 347, 341, 1168, 294, 338, 3105, 1222, 20321, 2946, 339, 294, 338, 5402, 338, 5402, 588, 303, 581, 1701, 65, 4778, 2946, 67, 38941, 3246, 365, 320, 310, 434, 327, 29148, 630, 762, 46, 320, 343, 38077, 299, 556, 5068, 65, 4778, 2946, 2938, 310, 339, 310, 461, 477, 51, 29148, 64, 303, 339, 465, 1041, 294, 338, 7132, 341, 804, 451, 341, 3066, 2821, 51, 294, 338, 5402, 338, 496, 620, 294, 338, 281, 4222, 1319, 458, 294, 338, 281, 3105, 1222, 3336, 638, 339, 294, 338, 35399, 588, 303, 581, 3336, 638, 44685, 365, 320, 310, 461, 3066, 64, 303, 339, 465, 1041, 294, 338, 9023, 341, 804, 451, 341, 3066, 2821, 51, 294, 338, 5402, 338, 496, 772, 804, 294, 338, 281, 6671, 1319, 458, 294, 338, 281, 3105, 1222, 3336, 638, 339, 294, 338, 35399, 588, 303, 581, 782, 758, 3250, 45, 1049, 638, 804, 46, 320, 310, 477, 51, 2328, 299, 804, 64, 303, 339, 465, 1041, 294, 338, 7132, 341, 804, 451, 341, 2001, 2821, 51, 294, 338, 5402, 338, 496, 620, 294, 338, 281, 4222, 1319, 458, 294, 338, 281, 3105, 1222, 910, 339, 294, 338, 35399, 588, 303, 581, 910, 48017, 365, 320, 310, 461, 2001, 64, 303, 339, 465, 1041, 294, 338, 9023, 341, 804, 451, 341, 2001, 2821, 51, 294, 338, 5402, 338, 496, 772, 804, 294, 338, 281, 6671, 1319, 458, 294, 338, 281, 3105, 1222, 910, 339, 294, 338, 35399, 588, 303, 581, 782, 758, 2226, 45, 671, 804, 46, 320, 310, 477, 51, 983, 299, 804, 64, 303, 339, 222, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
1,531
true
59.516677
true
true
ChoreEntryAdapter.java
/FileExtraction/Java_unseen/patzly_grocy-android/app/src/main/java/xyz/zedler/patrick/grocy/adapter/ChoreEntryAdapter.java
/* * This file is part of Grocy Android. * * Grocy Android is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * Grocy Android is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with Grocy Android. If not, see http://www.gnu.org/licenses/. * * Copyright (c) 2020-2023 by Patrick Zedler and Dominic Zedler */ package xyz.zedler.patrick.grocy.adapter; import android.annotation.SuppressLint; import android.content.Context; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import androidx.annotation.NonNull; import androidx.core.content.res.ResourcesCompat; import androidx.recyclerview.widget.DiffUtil; import androidx.recyclerview.widget.LinearLayoutManager; import androidx.recyclerview.widget.ListUpdateCallback; import androidx.recyclerview.widget.RecyclerView; import java.util.ArrayList; import java.util.HashMap; import xyz.zedler.patrick.grocy.Constants.DATE; import xyz.zedler.patrick.grocy.R; import xyz.zedler.patrick.grocy.databinding.RowChoreEntryBinding; import xyz.zedler.patrick.grocy.model.Chore; import xyz.zedler.patrick.grocy.model.ChoreEntry; import xyz.zedler.patrick.grocy.model.User; import xyz.zedler.patrick.grocy.util.DateUtil; import xyz.zedler.patrick.grocy.util.NumUtil; import xyz.zedler.patrick.grocy.util.ResUtil; public class ChoreEntryAdapter extends RecyclerView.Adapter<ChoreEntryAdapter.ViewHolder> { private final static String TAG = ChoreEntryAdapter.class.getSimpleName(); private final static boolean DEBUG = false; private Context context; private final LinearLayoutManager linearLayoutManager; private final ArrayList<ChoreEntry> choreEntries; private final HashMap<Integer, Chore> choreHashMap; private final HashMap<Integer, User> usersHashMap; private final ChoreEntryAdapterListener listener; private final DateUtil dateUtil; private String sortMode; private boolean sortAscending; public ChoreEntryAdapter( Context context, LinearLayoutManager linearLayoutManager, ChoreEntryAdapterListener listener ) { this.context = context; this.linearLayoutManager = linearLayoutManager; this.choreEntries = new ArrayList<>(); this.choreHashMap = new HashMap<>(); this.usersHashMap = new HashMap<>(); this.listener = listener; this.dateUtil = new DateUtil(context); } @Override public void onDetachedFromRecyclerView(@NonNull RecyclerView recyclerView) { super.onDetachedFromRecyclerView(recyclerView); this.context = null; } public static class ViewHolder extends RecyclerView.ViewHolder { public ViewHolder(View view) { super(view); } } public static class TaskViewHolder extends ViewHolder { private final RowChoreEntryBinding binding; public TaskViewHolder(RowChoreEntryBinding binding) { super(binding.getRoot()); this.binding = binding; } } @NonNull @Override public ViewHolder onCreateViewHolder(@NonNull ViewGroup parent, int viewType) { return new TaskViewHolder(RowChoreEntryBinding.inflate( LayoutInflater.from(parent.getContext()), parent, false )); } @SuppressLint("ClickableViewAccessibility") @Override public void onBindViewHolder(@NonNull final ViewHolder viewHolder, int positionDoNotUse) { int position = viewHolder.getAdapterPosition(); ChoreEntry choreEntry = choreEntries.get(position); TaskViewHolder holder = (TaskViewHolder) viewHolder; // NAME holder.binding.title.setText(choreEntry.getChoreName()); // DUE DATE String date = choreEntry.getNextEstimatedExecutionTime(); Integer days = null; boolean colorDays = false; if (date != null && !date.isEmpty() && !date.equals(DATE.NEVER_OVERDUE_WITH_TIME)) { days = DateUtil.getDaysFromNow(date); } if (days != null) { holder.binding.days.setVisibility(View.VISIBLE); holder.binding.daysHuman.setVisibility(View.VISIBLE); if (choreEntry.getTrackDateOnlyBoolean()) { holder.binding.days.setText(dateUtil.getLocalizedDate(date, DateUtil.FORMAT_SHORT)); } else { holder.binding.days.setText(dateUtil.getLocalizedDate(date, DateUtil.FORMAT_SHORT_WITH_TIME)); } holder.binding.daysHuman.setText(dateUtil.getHumanForDaysFromNow(date)); if (days <= 5) { colorDays = true; } } else { holder.binding.days.setVisibility(View.GONE); holder.binding.daysHuman.setVisibility(View.GONE); } if (colorDays) { holder.binding.days.setTypeface( ResourcesCompat.getFont(context, R.font.jost_medium) ); int color; if (days < 0) { color = ResUtil.getColor(context, R.attr.colorError); } else if (days == 0) { color = ResUtil.getColor(context, R.attr.colorCustomBlue); } else { color = ResUtil.getColor(context, R.attr.colorCustomYellow); } holder.binding.days.setTextColor(color); holder.binding.daysHuman.setTextColor(color); } else { holder.binding.days.setTypeface( ResourcesCompat.getFont(context, R.font.jost_book) ); holder.binding.days.setTextColor( ResUtil.getColor(context, R.attr.colorOnSurfaceVariant) ); holder.binding.daysHuman.setTextColor( ResUtil.getColor(context, R.attr.colorOnSurfaceVariant) ); } // RESCHEDULED Chore chore = choreHashMap.get(choreEntry.getChoreId()); if (chore != null && chore.getRescheduledDate() != null && !chore.getRescheduledDate().isEmpty()) { holder.binding.imageReschedule.setVisibility(View.VISIBLE); } else { holder.binding.imageReschedule.setVisibility(View.GONE); } // USER User user = NumUtil.isStringInt(choreEntry.getNextExecutionAssignedToUserId()) ? usersHashMap.get(Integer.parseInt(choreEntry.getNextExecutionAssignedToUserId())) : null; if (user != null) { holder.binding.user.setText(user.getDisplayName()); holder.binding.user.setVisibility(View.VISIBLE); } else { holder.binding.user.setVisibility(View.GONE); } // REASSIGNED if (chore != null && NumUtil.isStringInt(chore.getRescheduledNextExecutionAssignedToUserId())) { holder.binding.imageReassign.setVisibility(View.VISIBLE); } else { holder.binding.imageReassign.setVisibility(View.GONE); } // CONTAINER holder.binding.linearContainer.setOnClickListener( view -> listener.onItemRowClicked(choreEntry) ); } @Override public int getItemCount() { return choreEntries.size(); } public interface ChoreEntryAdapterListener { void onItemRowClicked(ChoreEntry choreEntry); } public ChoreEntry getEntryForPos(int position) { if (position < 0 || position >= choreEntries.size()) { return null; } return choreEntries.get(position); } public void updateData( ArrayList<ChoreEntry> newList, HashMap<Integer, Chore> choreHashMap, HashMap<Integer, User> usersHashMap, String sortMode, boolean sortAscending, Runnable onListFilled ) { ChoreEntryAdapter.DiffCallback diffCallback = new ChoreEntryAdapter.DiffCallback( this.choreEntries, newList, this.choreHashMap, choreHashMap, this.usersHashMap, usersHashMap, this.sortMode, sortMode, this.sortAscending, sortAscending ); if (onListFilled != null && !newList.isEmpty() && choreEntries.isEmpty()) { onListFilled.run(); } DiffUtil.DiffResult diffResult = DiffUtil.calculateDiff(diffCallback); this.choreEntries.clear(); this.choreEntries.addAll(newList); this.choreHashMap.clear(); this.choreHashMap.putAll(choreHashMap); this.usersHashMap.clear(); this.usersHashMap.putAll(usersHashMap); this.sortMode = sortMode; this.sortAscending = sortAscending; diffResult.dispatchUpdatesTo(new AdapterListUpdateCallback(this, linearLayoutManager)); } static class DiffCallback extends DiffUtil.Callback { ArrayList<ChoreEntry> oldItems; ArrayList<ChoreEntry> newItems; HashMap<Integer, Chore> choreHashMapOld; HashMap<Integer, Chore> choreHashMapNew; HashMap<Integer, User> usersHashMapOld; HashMap<Integer, User> usersHashMapNew; String sortModeOld; String sortModeNew; boolean sortAscendingOld; boolean sortAscendingNew; public DiffCallback( ArrayList<ChoreEntry> oldItems, ArrayList<ChoreEntry> newItems, HashMap<Integer, Chore> choreHashMapOld, HashMap<Integer, Chore> choreHashMapNew, HashMap<Integer, User> usersHashMapOld, HashMap<Integer, User> usersHashMapNew, String sortModeOld, String sortModeNew, boolean sortAscendingOld, boolean sortAscendingNew ) { this.newItems = newItems; this.oldItems = oldItems; this.choreHashMapOld = choreHashMapOld; this.choreHashMapNew = choreHashMapNew; this.usersHashMapOld = usersHashMapOld; this.usersHashMapNew = usersHashMapNew; this.sortModeOld = sortModeOld; this.sortModeNew = sortModeNew; this.sortAscendingOld = sortAscendingOld; this.sortAscendingNew = sortAscendingNew; } @Override public int getOldListSize() { return oldItems.size(); } @Override public int getNewListSize() { return newItems.size(); } @Override public boolean areItemsTheSame(int oldItemPosition, int newItemPosition) { return compare(oldItemPosition, newItemPosition, false); } @Override public boolean areContentsTheSame(int oldItemPosition, int newItemPosition) { return compare(oldItemPosition, newItemPosition, true); } private boolean compare(int oldItemPos, int newItemPos, boolean compareContent) { ChoreEntry newItem = newItems.get(newItemPos); ChoreEntry oldItem = oldItems.get(oldItemPos); Chore choreOld = choreHashMapOld.get(oldItem.getChoreId()); Chore choreNew = choreHashMapNew.get(newItem.getChoreId()); if (choreOld == null && choreNew != null || choreOld != null && choreNew == null || choreOld != null && !choreOld.equals(choreNew)) { return false; } User userOld = NumUtil.isStringInt(oldItem.getNextExecutionAssignedToUserId()) ? usersHashMapOld.get(Integer.parseInt(oldItem.getNextExecutionAssignedToUserId())) : null; User userNew = NumUtil.isStringInt(newItem.getNextExecutionAssignedToUserId()) ? usersHashMapNew.get(Integer.parseInt(newItem.getNextExecutionAssignedToUserId())) : null; if (userOld == null && userNew != null || userOld != null && userNew == null || userOld != null && !userOld.equals(userNew)) { return false; } if (!compareContent) { return newItem.getId() == oldItem.getId(); } return newItem.equals(oldItem); } } /** * Custom ListUpdateCallback that prevents RecyclerView from scrolling down if top item is moved. */ public static final class AdapterListUpdateCallback implements ListUpdateCallback { @NonNull private final ChoreEntryAdapter mAdapter; private final LinearLayoutManager linearLayoutManager; public AdapterListUpdateCallback( @NonNull ChoreEntryAdapter adapter, LinearLayoutManager linearLayoutManager ) { this.mAdapter = adapter; this.linearLayoutManager = linearLayoutManager; } @Override public void onInserted(int position, int count) { mAdapter.notifyItemRangeInserted(position, count); } @Override public void onRemoved(int position, int count) { mAdapter.notifyItemRangeRemoved(position, count); } @Override public void onMoved(int fromPosition, int toPosition) { // workaround for https://github.com/patzly/grocy-android/issues/439 // figure out the position of the first visible item int firstPos = linearLayoutManager.findFirstCompletelyVisibleItemPosition(); int offsetTop = 0; if(firstPos >= 0) { View firstView = linearLayoutManager.findViewByPosition(firstPos); if (firstView != null) { offsetTop = linearLayoutManager.getDecoratedTop(firstView) - linearLayoutManager.getTopDecorationHeight(firstView); } } mAdapter.notifyItemMoved(fromPosition, toPosition); // reapply the saved position if(firstPos >= 0) { linearLayoutManager.scrollToPositionWithOffset(firstPos, offsetTop); } } @Override public void onChanged(int position, int count, Object payload) { mAdapter.notifyItemRangeChanged(position, count, payload); } } }
13,243
Java
.java
patzly/grocy-android
800
80
86
2020-04-06T20:01:15Z
2024-04-06T20:42:25Z
07183b1ade1146a24b15077b58a0cb5b379f05a2ef46f78daf0e786b2970b7bd
[ 1127, 222, 338, 1369, 822, 458, 1760, 451, 34790, 2499, 8107, 51, 222, 338, 222, 338, 34790, 2499, 8107, 458, 3760, 2951, 63, 863, 902, 14081, 580, 480, 52, 290, 5370, 222, 338, 580, 1549, 341, 5974, 451, 341, 6994, 6153, 5062, 1196, 641, 9582, 829, 222, 338, 341, 7834, 3870, 7120, 49, 3173, 1522, 244, 56, 451, 341, 1196, 49, 575, 222, 338, 327, 288, 1390, 2489, 46, 1364, 6146, 1522, 51, 222, 338, 222, 338, 34790, 2499, 8107, 458, 2744, 347, 341, 9850, 708, 580, 1118, 545, 6386, 49, 222, 338, 1294, 4213, 2979, 9345, 64, 2895, 4462, 341, 4506, 14319, 451, 222, 338, 7934, 575, 8114, 4800, 418, 7848, 7763, 51, 2819, 341, 222, 338, 6994, 6153, 5062, 1196, 456, 1851, 4261, 51, 222, 338, 222, 338, 2469, 1414, 1178, 6589, 331, 1948, 451, 341, 6994, 6153, 5062, 1196, 222, 338, 7979, 642, 34790, 2499, 8107, 51, 1691, 666, 49, 2337, 1930, 574, 1516, 51, 10627, 51, 1107, 52, 4205, 4735, 222, 338, 222, 338, 2657, 327, 104, 46, 244, 55, 53, 55, 53, 50, 55, 53, 55, 56, 829, 17540, 32894, 2538, 337, 1202, 480, 20356, 285, 314, 2538, 337, 1202, 222, 588, 222, 222, 1337, 22072, 51, 14047, 1202, 51, 7225, 32894, 51, 14156, 2499, 51, 8730, 64, 222, 222, 485, 2616, 51, 4341, 51, 10689, 20331, 64, 222, 485, 2616, 51, 1304, 51, 1237, 64, 222, 485, 2616, 51, 1090, 51, 25966, 64, 222, 485, 2616, 51, 1090, 51, 1089, 64, 222, 485, 2616, 51, 1090, 51, 22484, 64, 222, 485, 10484, 51, 4341, 51, 10082, 64, 222, 485, 10484, 51, 1284, 51, 1304, 51, 595, 51, 6061, 6823, 64, 222, 485, 10484, 51, 41468, 51, 3872, 51, 7849, 1747, 64, 222, 485, 10484, 51, 41468, 51, 3872, 51, 9505, 22445, 64, 222, 485, 10484, 51, 41468, 51, 3872, 51, 739, 2346, 3309, 64, 222, 485, 10484, 51, 41468, 51, 3872, 51, 21366, 64, 222, 485, 1401, 51, 1058, 51, 7119, 64, 222, 485, 1401, 51, 1058, 51, 8263, 64, 222, 485, 22072, 51, 14047, 1202, 51, 7225, 32894, 51, 14156, 2499, 51, 5238, 51, 5252, 64, 222, 485, 22072, 51, 14047, 1202, 51, 7225, 32894, 51, 14156, 2499, 51, 87, 64, 222, 485, 22072, 51, 14047, 1202, 51, 7225, 32894, 51, 14156, 2499, 51, 47930, 51, 2368, 846, 705, 2717, 5910, 64, 222, 485, 22072, 51, 14047, 1202, 51, 7225, 32894, 51, 14156, 2499, 51, 1184, 51, 846, 705, 64, 222, 485, 22072, 51, 14047, 1202, 51, 7225, 32894, 51, 14156, 2499, 51, 1184, 51, 846, 705, 2717, 64, 222, 485, 22072, 51, 14047, 1202, 51, 7225, 32894, 51, 14156, 2499, 51, 1184, 51, 1259, 64, 222, 485, 22072, 51, 14047, 1202, 51, 7225, 32894, 51, 14156, 2499, 51, 1058, 51, 1563, 1747, 64, 222, 485, 22072, 51, 14047, 1202, 51, 7225, 32894, 51, 14156, 2499, 51, 1058, 51, 2585, 1747, 64, 222, 485, 22072, 51, 14047, 1202, 51, 7225, 32894, 51, 14156, 2499, 51, 1058, 51, 740, 1747, 64, 222, 222, 942, 462, 1902, 705, 2717, 4433, 2041, 303, 25597, 51, 4433, 65, 846, 705, 2717, 4433, 51, 17087, 67, 320, 736, 964, 1175, 924, 910, 19318, 299, 1902, 705, 2717, 4433, 51, 842, 51, 26999, 492, 353, 964, 1175, 924, 1922, 9404, 299, 920, 64, 736, 964, 7063, 1637, 64, 353, 964, 1175, 43672, 10183, 22445, 64, 353, 964, 1175, 5068, 65, 846, 705, 2717, 67, 43571, 9917, 64, 353, 964, 1175, 8329, 65, 3078, 49, 1902, 705, 67, 43571, 8263, 64, 353, 964, 1175, 8329, 65, 3078, 49, 2694, 67, 4272, 8263, 64, 353, 964, 1175, 1902, 705, 2717, 4433, 2239, 7510, 64, 353, 964, 1175, 2833, 1747, 2361, 1747, 64, 353, 964, 910, 3873, 2116, 64, 353, 964, 1922, 3873, 42957, 64, 736, 581, 1902, 705, 2717, 4433, 45, 416, 7063, 1637, 49, 416, 43672, 10183, 22445, 49, 416, 1902, 705, 2717, 4433, 2239, 7510, 353, 848, 320, 303, 477, 51, 1834, 299, 1637, 64, 303, 477, 51, 8441, 22445, 299, 10183, 22445, 64, 303, 477, 51, 399, 705, 9917, 299, 556, 5068, 6984, 303, 477, 51, 399, 705, 8263, 299, 556, 8329, 6984, 303, 477, 51, 3724, 8263, 299, 556, 8329, 6984, 303, 477, 51, 9447, 299, 7510, 64, 303, 477, 51, 787, 1747, 299, 556, 2833, 1747, 45, 1834, 312, 353, 339, 736, 496, 1806, 353, 581, 782, 563, 40021, 1811, 21366, 4810, 10082, 25597, 334, 13308, 46, 320, 303, 2615, 51, 286, 40021, 1811, 21366, 45, 287, 13308, 312, 303, 477, 51, 1834, 299, 762, 64, 353, 339, 736, 581, 924, 462, 41648, 2041, 25597, 51, 17087, 320, 465, 581, 41648, 45, 1089, 2221, 46, 320, 416, 2615, 45, 1090, 312, 303, 339, 353, 339, 736, 581, 924, 462, 4211, 17087, 2041, 41648, 320, 465, 964, 1175, 5582, 846, 705, 2717, 5910, 9461, 64, 465, 581, 4211, 17087, 45, 2368, 846, 705, 2717, 5910, 9461, 46, 320, 416, 2615, 45, 9987, 51, 29847, 1052, 416, 477, 51, 9987, 299, 9461, 64, 303, 339, 353, 339, 736, 496, 10082, 353, 496, 1806, 353, 581, 41648, 16456, 17087, 4810, 10082, 29721, 2952, 49, 648, 2221, 638, 46, 320, 303, 461, 556, 4211, 17087, 45, 2368, 846, 705, 2717, 5910, 51, 23053, 45, 310, 37314, 51, 1097, 45, 2562, 51, 14722, 6198, 310, 2952, 49, 310, 920, 303, 11979, 353, 339, 736, 496, 10689, 20331, 459, 2668, 35973, 28020, 678, 353, 496, 1806, 353, 581, 782, 563, 3739, 17087, 4810, 10082, 1175, 41648, 42926, 49, 648, 2764, 42361, 4404, 46, 320, 465, 648, 2764, 299, 42926, 51, 390, 4433, 2746, 492, 465, 1902, 705, 2717, 43571, 2717, 299, 43571, 9917, 51, 390, 45, 2719, 312, 303, 4211, 17087, 15655, 299, 327, 2265, 17087, 46, 42926, 64, 465, 453, 8920, 465, 15655, 51, 9987, 51, 1333, 51, 6619, 45, 399, 705, 2717, 51, 390, 846, 705, 577, 1052, 465, 453, 493, 2018, 23734, 465, 910, 2361, 299, 43571, 2717, 51, 22998, 9208, 9853, 6141, 1061, 492, 303, 4418, 6952, 299, 762, 64, 303, 1922, 1989, 11964, 299, 920, 64, 303, 434, 327, 787, 882, 762, 979, 673, 787, 51, 6401, 365, 979, 673, 787, 51, 3591, 45, 5252, 51, 3585, 1986, 100, 9425, 73, 2018, 100, 12006, 100, 4812, 509, 320, 416, 6952, 299, 2833, 1747, 51, 390, 11964, 1811, 6538, 45, 787, 312, 303, 339, 465, 434, 327, 6140, 882, 762, 46, 320, 416, 15655, 51, 9987, 51, 6140, 51, 20070, 45, 1089, 51, 18392, 312, 416, 15655, 51, 9987, 51, 6140, 21586, 51, 20070, 45, 1089, 51, 18392, 312, 416, 434, 327, 399, 705, 2717, 51, 390, 4573, 1563, 4505, 4718, 1177, 320, 310, 15655, 51, 9987, 51, 6140, 51, 6619, 45, 787, 1747, 51, 390, 24210, 1563, 45, 787, 49, 2833, 1747, 51, 9309, 100, 15448, 894, 416, 339, 832, 320, 310, 15655, 51, 9987, 51, 6140, 51, 6619, 45, 787, 1747, 51, 390, 24210, 1563, 45, 787, 49, 2833, 1747, 51, 9309, 100, 15448, 100, 12006, 100, 4812, 894, 416, 339, 416, 15655, 51, 9987, 51, 6140, 21586, 51, 6619, 45, 787, 1747, 51, 390, 21586, 1580, 11964, 1811, 6538, 45, 787, 894, 416, 434, 327, 6140, 2527, 244, 58, 46, 320, 310, 1989, 11964, 299, 878, 64, 416, 339, 303, 339, 832, 320, 416, 15655, 51, 9987, 51, 6140, 51, 20070, 45, 1089, 51, 27774, 312, 416, 15655, 51, 9987, 51, 6140, 21586, 51, 20070, 45, 1089, 51, 27774, 312, 303, 339, 465, 434, 327, 1507, 11964, 46, 320, 416, 15655, 51, 9987, 51, 6140, 51, 26646, 1179, 45, 633, 17697, 6823, 51, 44828, 45, 1834, 49, 578, 51, 2204, 51, 111, 667, 100, 9998, 46, 416, 1110, 1704, 648, 1989, 64, 416, 434, 327, 6140, 350, 244, 53, 46, 320, 310, 1989, 299, 1955, 1747, 51, 24849, 45, 1834, 49, 578, 51, 2456, 51, 1507, 943, 312, 416, 339, 832, 434, 327, 6140, 630, 244, 53, 46, 320, 310, 1989, 299, 1955, 1747, 51, 24849, 45, 1834, 49, 578, 51, 2456, 51, 1507, 3414, 8991, 312, 416, 339, 832, 320, 310, 1989, 299, 1955, 1747, 51, 24849, 45, 1834, 49, 578, 51, 2456, 51, 1507, 3414, 30991, 312, 416, 339, 416, 15655, 51, 9987, 51, 6140, 51, 42626, 45, 1507, 312, 416, 15655, 51, 9987, 51, 6140, 21586, 51, 42626, 45, 1507, 312, 303, 339, 832, 320, 416, 15655, 51, 9987, 51, 6140, 51, 26646, 1179, 45, 633, 17697, 6823, 51, 44828, 45, 1834, 49, 578, 51, 2204, 51, 111, 667, 100, 2629, 46, 416, 1110, 416, 15655, 51, 9987, 51, 6140, 51, 42626, 45, 633, 1955, 1747, 51, 24849, 45, 1834, 49, 578, 51, 2456, 51, 1507, 1501, 8814, 10827, 46, 416, 1110, 416, 15655, 51, 9987, 51, 6140, 21586, 51, 42626, 45, 633, 1955, 1747, 51, 24849, 45, 1834, 49, 578, 51, 2456, 51, 1507, 1501, 8814, 10827, 46, 416, 1110, 303, 339, 465, 453, 11572, 1424, 1363, 809, 1363, 465, 1902, 705, 43571, 299, 43571, 8263, 51, 390, 45, 399, 705, 2717, 51, 390, 846, 705, 625, 1052, 303, 434, 327, 399, 705, 882, 762, 979, 43571, 51, 390, 740, 4990, 105, 1563, 365, 882, 762, 310, 979, 673, 399, 705, 51, 390, 740, 4990, 105, 1563, 941, 6401, 1177, 320, 416, 15655, 51, 9987, 51, 915, 740, 4990, 51, 20070, 45, 1089, 51, 18392, 312, 303, 339, 832, 320, 416, 15655, 51, 9987, 51, 915, 740, 4990, 51, 20070, 45, 1089, 51, 27774, 312, 303, 339, 465, 453, 14124, 465, 2694, 1275, 299, 10859, 1747, 51, 35645, 1438, 45, 399, 705, 2717, 51, 22998, 6141, 28530, 724, 10223, 1177, 310, 1037, 4272, 8263, 51, 390, 45, 3078, 51, 11824, 45, 399, 705, 2717, 51, 22998, 6141, 28530, 724, 10223, 5183, 518, 762, 64, 303, 434, 327, 514, 882, 762, 46, 320, 416, 15655, 51, 9987, 51, 514, 51, 6619, 45, 514, 51, 390, 12572, 1052, 416, 15655, 51, 9987, 51, 514, 51, 20070, 45, 1089, 51, 18392, 312, 303, 339, 832, 320, 416, 15655, 51, 9987, 51, 514, 51, 20070, 45, 1089, 51, 27774, 312, 303, 339, 465, 453, 3062, 3316, 19217, 465, 434, 327, 399, 705, 882, 762, 979, 10859, 1747, 51, 35645, 1438, 45, 399, 705, 51, 390, 740, 4990, 105, 3364, 6141, 28530, 724, 10223, 5183, 320, 416, 15655, 51, 9987, 51, 915, 454, 5179, 51, 20070, 45, 1089, 51, 18392, 312, 303, 339, 832, 320, 416, 15655, 51, 9987, 51, 915, 454, 5179, 51, 20070, 45, 1089, 51, 27774, 312, 303, 339, 465, 453, 2214, 37095, 546, 465, 15655, 51, 9987, 51, 8441, 2894, 51, 18903, 45, 310, 2221, 984, 7510, 51, 286, 1114, 2368, 14796, 45, 399, 705, 2717, 46, 303, 1110, 353, 339, 736, 496, 1806, 353, 581, 648, 26779, 1552, 365, 320, 303, 461, 43571, 9917, 51, 911, 492, 353, 339, 736, 581, 2586, 1902, 705, 2717, 4433, 2239, 320, 465, 782, 563, 1114, 2368, 14796, 45, 846, 705, 2717, 43571, 2717, 312, 353, 339, 736, 581, 1902, 705, 2717, 640, 2717, 1580, 3010, 45, 429, 2764, 46, 320, 303, 434, 327, 2719, 350, 244, 53, 1293, 2764, 2394, 43571, 9917, 51, 911, 1177, 320, 416, 461, 762, 64, 303, 339, 303, 461, 43571, 9917, 51, 390, 45, 2719, 312, 353, 339, 736, 581, 782, 1991, 768, 45, 416, 5068, 65, 846, 705, 2717, 67, 556, 739, 49, 416, 8329, 65, 3078, 49, 1902, 705, 67, 43571, 8263, 49, 416, 8329, 65, 3078, 49, 2694, 67, 4272, 8263, 49, 416, 910, 3873, 2116, 49, 416, 1922, 3873, 42957, 49, 416, 18662, 563, 739, 23963, 353, 848, 320, 303, 1902, 705, 2717, 4433, 51, 7849, 3309, 5861, 3309, 299, 556, 1902, 705, 2717, 4433, 51, 7849, 3309, 45, 310, 477, 51, 399, 705, 9917, 49, 310, 556, 739, 49, 310, 477, 51, 399, 705, 8263, 49, 310, 43571, 8263, 49, 310, 477, 51, 3724, 8263, 49, 310, 4272, 8263, 49, 310, 477, 51, 3349, 2116, 49, 310, 3873, 2116, 49, 310, 477, 51, 3349, 42957, 49, 310, 3873, 42957, 303, 1110, 465, 434, 327, 286, 739, 23963, 882, 762, 979, 673, 909, 739, 51, 6401, 365, 979, 43571, 9917, 51, 6401, 1177, 320, 416, 563, 739, 23963, 51, 1967, 492, 303, 339, 465, 21880, 1747, 51, 7849, 1413, 5861, 1413, 299, 21880, 1747, 51, 13000, 7849, 45, 4927, 3309, 312, 303, 477, 51, 399, 705, 9917, 51, 3830, 492, 303, 477, 51, 399, 705, 9917, 51, 15109, 45, 909, 739, 312, 303, 477, 51, 399, 705, 8263, 51, 3830, 492, 303, 477, 51, 399, 705, 8263, 51, 543, 1947, 45, 399, 705, 8263, 312, 303, 477, 51, 3724, 8263, 51, 3830, 492, 303, 477, 51, 3724, 8263, 51, 543, 1947, 45, 3724, 8263, 312, 303, 477, 51, 3349, 2116, 299, 3873, 2116, 64, 303, 477, 51, 3349, 42957, 299, 3873, 42957, 64, 303, 5861, 1413, 51, 7154, 15634, 724, 45, 909, 23656, 739, 2346, 3309, 45, 597, 49, 10183, 22445, 894, 353, 339, 736, 924, 462, 21880, 3309, 2041, 21880, 1747, 51, 3309, 320, 465, 5068, 65, 846, 705, 2717, 67, 3627, 3648, 64, 303, 5068, 65, 846, 705, 2717, 67, 556, 3648, 64, 303, 8329, 65, 3078, 49, 1902, 705, 67, 43571, 8263, 10560, 64, 303, 8329, 65, 3078, 49, 1902, 705, 67, 43571, 8263, 1827, 64, 303, 8329, 65, 3078, 49, 2694, 67, 4272, 8263, 10560, 64, 303, 8329, 65, 3078, 49, 2694, 67, 4272, 8263, 1827, 64, 303, 910, 3873, 2116, 10560, 64, 303, 910, 3873, 2116, 1827, 64, 303, 1922, 3873, 42957, 10560, 64, 303, 1922, 3873, 42957, 1827, 64, 465, 581, 21880, 3309, 45, 310, 5068, 65, 846, 705, 2717, 67, 3627, 3648, 49, 310, 5068, 65, 846, 705, 2717, 67, 556, 3648, 49, 310, 8329, 65, 3078, 49, 1902, 705, 67, 43571, 8263, 10560, 49, 310, 8329, 65, 3078, 49, 1902, 705, 67, 43571, 8263, 1827, 49, 310, 8329, 65, 3078, 49, 2694, 67, 4272, 8263, 10560, 49, 310, 8329, 65, 3078, 49, 2694, 67, 4272, 8263, 1827, 49, 310, 910, 3873, 2116, 10560, 49, 310, 910, 3873, 2116, 1827, 49, 310, 1922, 3873, 42957, 10560, 49, 310, 1922, 3873, 42957, 1827, 303, 848, 320, 416, 477, 51, 909, 3648, 299, 556, 3648, 64, 416, 477, 51, 1477, 3648, 299, 3627, 3648, 64, 416, 477, 51, 399, 705, 8263, 10560, 299, 43571, 8263, 10560, 64, 416, 477, 51, 399, 705, 8263, 1827, 299, 43571, 8263, 1827, 64, 416, 477, 51, 3724, 8263, 10560, 299, 4272, 8263, 10560, 64, 416, 477, 51, 3724, 8263, 1827, 299, 4272, 8263, 1827, 64, 416, 477, 51, 3349, 2116, 10560, 299, 3873, 2116, 10560, 64, 416, 477, 51, 3349, 2116, 1827, 299, 3873, 2116, 1827, 64, 416, 477, 51, 3349, 42957, 10560, 299, 3873, 42957, 10560, 64, 416, 477, 51, 3349, 42957, 1827, 299, 3873, 42957, 1827, 64, 303, 339, 465, 496, 1806, 303, 581, 648, 640, 10560, 739, 1269, 365, 320, 416, 461, 3627, 3648, 51, 911, 492, 303, 339, 465, 496, 1806, 303, 581, 648, 640, 1827, 739, 1269, 365, 320, 416, 461, 556, 3648, 51, 911, 492, 303, 339, 465, 496, 1806, 303, 581, 1922, 904, 3648, 1338, 8525, 45, 429, 3627, 1114, 2746, 49, 648, 556, 1114, 2746, 46, 320, 416, 461, 8910, 45, 1477, 1114, 2746, 49, 556, 1114, 2746, 49, 920, 312, 303, 339, 465, 496, 1806, 303, 581, 1922, 904, 8048, 1338, 8525, 45, 429, 3627, 1114, 2746, 49, 648, 556, 1114, 2746, 46, 320, 416, 461, 8910, 45, 1477, 1114, 2746, 49, 556, 1114, 2746, 49, 878, 312, 303, 339, 465, 964, 1922, 8910, 45, 429, 3627, 1114, 3010, 49, 648, 556, 1114, 3010, 49, 1922, 8910, 1795, 46, 320, 416, 1902, 705, 2717, 556, 1114, 299, 556, 3648, 51, 390, 45, 909, 1114, 3010, 312, 416, 1902, 705, 2717, 3627, 1114, 299, 3627, 3648, 51, 390, 45, 1477, 1114, 3010, 312, 1704, 1902, 705, 43571, 10560, 299, 43571, 8263, 10560, 51, 390, 45, 1477, 1114, 51, 390, 846, 705, 625, 1052, 416, 1902, 705, 43571, 1827, 299, 43571, 8263, 1827, 51, 390, 45, 909, 1114, 51, 390, 846, 705, 625, 1052, 416, 434, 327, 399, 705, 10560, 630, 762, 979, 43571, 1827, 882, 762, 633, 1293, 43571, 10560, 882, 762, 979, 43571, 1827, 630, 762, 633, 1293, 43571, 10560, 882, 762, 979, 673, 399, 705, 10560, 51, 3591, 45, 399, 705, 1827, 509, 320, 310, 461, 920, 64, 416, 339, 1704, 2694, 1275, 10560, 299, 10859, 1747, 51, 35645, 1438, 45, 1477, 1114, 51, 22998, 6141, 28530, 724, 10223, 1177, 633, 1037, 4272, 8263, 10560, 51, 390, 45, 3078, 51, 11824, 45, 1477, 1114, 51, 22998, 6141, 28530, 724, 10223, 5183, 518, 762, 64, 416, 2694, 1275, 1827, 299, 10859, 1747, 51, 35645, 1438, 45, 909, 1114, 51, 22998, 6141, 28530, 724, 10223, 1177, 633, 1037, 4272, 8263, 1827, 51, 390, 45, 3078, 51, 11824, 45, 909, 1114, 51, 22998, 6141, 28530, 724, 10223, 5183, 518, 762, 64, 416, 434, 327, 514, 10560, 630, 762, 979, 1275, 1827, 882, 762, 633, 1293, 1275, 10560, 882, 762, 979, 1275, 1827, 630, 762, 633, 1293, 1275, 10560, 882, 762, 979, 673, 514, 10560, 51, 3591, 45, 514, 1827, 509, 320, 310, 461, 920, 64, 416, 339, 1704, 434, 1445, 6076, 1795, 46, 320, 310, 461, 556, 1114, 51, 7068, 365, 630, 3627, 1114, 51, 7068, 492, 416, 339, 1704, 461, 556, 1114, 51, 3591, 45, 1477, 1114, 312, 303, 339, 353, 339, 736, 1041, 682, 338, 6041, 1701, 2346, 3309, 708, 29066, 25597, 664, 25531, 2850, 434, 2687, 1641, 458, 13643, 51, 682, 588, 353, 581, 924, 1175, 462, 23656, 739, 2346, 3309, 4584, 1701, 2346, 3309, 320, 465, 496, 10082, 303, 964, 1175, 1902, 705, 2717, 4433, 364, 4433, 64, 303, 964, 1175, 43672, 10183, 22445, 64, 465, 581, 23656, 739, 2346, 3309, 45, 310, 496, 10082, 1902, 705, 2717, 4433, 10726, 49, 310, 43672, 10183, 22445, 303, 848, 320, 416, 477, 51, 114, 4433, 299, 10726, 64, 416, 477, 51, 8441, 22445, 299, 10183, 22445, 64, 303, 339, 465, 496, 1806, 303, 581, 782, 563, 47321, 45, 429, 2764, 49, 648, 2409, 46, 320, 416, 364, 4433, 51, 9357, 1114, 3216, 47321, 45, 2719, 49, 2409, 312, 303, 339, 465, 496, 1806, 303, 581, 782, 563, 16971, 45, 429, 2764, 49, 648, 2409, 46, 320, 416, 364, 4433, 51, 9357, 1114, 3216, 16971, 45, 2719, 49, 2409, 312, 303, 339, 465, 496, 1806, 303, 581, 782, 563, 31837, 45, 429, 664, 2746, 49, 648, 391, 2746, 46, 320, 416, 453, 15725, 456, 1698, 574, 951, 51, 527, 52, 7225, 127, 651, 52, 14156, 2499, 50, 4048, 52, 4491, 52, 57, 56, 62, 416, 453, 11038, 986, 341, 2764, 451, 341, 1950, 8716, 1641, 416, 648, 1950, 3010, 299, 10183, 22445, 51, 45219, 1000, 749, 3151, 5671, 1114, 2746, 492, 416, 648, 3413, 3169, 299, 244, 53, 64, 416, 434, 45, 2251, 3010, 2394, 244, 53, 46, 320, 310, 4340, 1950, 1089, 299, 10183, 22445, 51, 1828, 1089, 1103, 2746, 45, 2251, 3010, 312, 310, 434, 327, 2251, 1089, 882, 762, 46, 320, 633, 3413, 3169, 299, 10183, 22445, 51, 390, 35834, 3169, 45, 2251, 1089, 46, 1108, 449, 10183, 22445, 51, 390, 3169, 20984, 3041, 45, 2251, 1089, 312, 310, 339, 416, 339, 1704, 364, 4433, 51, 9357, 1114, 31837, 45, 1097, 2746, 49, 391, 2746, 312, 1704, 453, 334, 4740, 341, 7533, 2764, 416, 434, 45, 2251, 3010, 2394, 244, 53, 46, 320, 310, 10183, 22445, 51, 37993, 2746, 1569, 3468, 45, 2251, 3010, 49, 3413, 3169, 312, 416, 339, 303, 339, 465, 496, 1806, 303, 581, 782, 20662, 45, 429, 2764, 49, 648, 2409, 49, 2210, 5808, 46, 320, 416, 364, 4433, 51, 9357, 1114, 3216, 3663, 45, 2719, 49, 2409, 49, 5808, 312, 303, 339, 353, 339, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
3,259
true
70.459866
true
true
TrackTreeCellRenderer.java
/FileExtraction/Java_unseen/jeanollion_bacmman/bacmman-gui/src/main/java/bacmman/ui/gui/configuration/TrackTreeCellRenderer.java
/* * Copyright (C) 2018 Jean Ollion * * This File is part of BACMMAN * * BACMMAN is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * BACMMAN is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with BACMMAN. If not, see <http://www.gnu.org/licenses/>. */ package bacmman.ui.gui.configuration; import bacmman.ui.gui.objects.RootTrackNode; import bacmman.ui.gui.objects.TrackNode; import bacmman.ui.gui.objects.TrackTreeGenerator; import java.awt.Color; import java.awt.Component; import javax.swing.JComponent; import javax.swing.JTree; import javax.swing.tree.DefaultTreeCellRenderer; import javax.swing.tree.TreeNode; /** * * @author Jean Ollion */ public class TrackTreeCellRenderer extends DefaultTreeCellRenderer { final TrackTreeGenerator generator; public TrackTreeCellRenderer(TrackTreeGenerator generator) { this.generator=generator; setLeafIcon(null); setClosedIcon(null); setOpenIcon(null); } @Override public Color getBackgroundNonSelectionColor() { return (null); } @Override public Color getBackground() { return (null); } public static final Color highlightColor = new Color(0, 100, 0); @Override public Component getTreeCellRendererComponent(final JTree tree, final Object value, final boolean sel, final boolean expanded, final boolean leaf, final int row, final boolean hasFocus) { final JComponent ret = (JComponent)super.getTreeCellRendererComponent(tree, value, sel, expanded, leaf, row, hasFocus); // mettre hasFocus = true? final TreeNode node = ((TreeNode) (value)); this.setText(value.toString()); if (node instanceof TrackNode && ((TrackNode)node).containsError() || node instanceof RootTrackNode && ((RootTrackNode)node).containsError()) ret.setForeground(Color.red); if (value instanceof TrackNode) { TrackNode tn = (TrackNode)value; if (generator.getHighlightedObjects(tn.getTrackHead().getPositionName()).contains(tn.getTrackHead())) ret.setForeground(highlightColor); } else if (node instanceof RootTrackNode) { if (generator.isHighlightedPosition(((RootTrackNode)node).getFieldName())) ret.setForeground(highlightColor); } return ret; } }
2,751
Java
.java
jeanollion/bacmman
10
0
2
2018-10-01T08:56:58Z
2024-05-06T16:08:22Z
d631d78a7dabcae3c5f170a2aec5f738fd7c52a013e9976acdf7e6ca331efc88
[ 1127, 1676, 338, 2657, 327, 72, 46, 244, 55, 53, 54, 61, 39318, 565, 629, 304, 222, 338, 222, 338, 1369, 2050, 458, 1760, 451, 570, 1205, 2842, 946, 222, 338, 222, 338, 570, 1205, 2842, 946, 458, 3760, 2951, 63, 863, 902, 14081, 580, 480, 52, 290, 5370, 222, 338, 580, 1549, 341, 5974, 451, 341, 6994, 6153, 5062, 1196, 641, 9582, 829, 222, 338, 341, 7834, 3870, 7120, 49, 3173, 1522, 244, 56, 451, 341, 1196, 49, 575, 222, 338, 327, 288, 1390, 2489, 46, 1364, 6146, 1522, 51, 222, 338, 222, 338, 570, 1205, 2842, 946, 458, 2744, 347, 341, 9850, 708, 580, 1118, 545, 6386, 49, 222, 338, 1294, 4213, 2979, 9345, 64, 2895, 4462, 341, 4506, 14319, 451, 222, 338, 7934, 575, 8114, 4800, 418, 7848, 7763, 51, 244, 2819, 341, 222, 338, 6994, 6153, 5062, 1196, 456, 1851, 4261, 51, 222, 338, 222, 338, 2469, 1414, 1178, 6589, 331, 1948, 451, 341, 6994, 6153, 5062, 1196, 222, 338, 7979, 642, 570, 1205, 2842, 946, 51, 244, 1691, 666, 49, 2337, 350, 544, 574, 1516, 51, 10627, 51, 1107, 52, 4205, 28699, 222, 588, 222, 1337, 342, 42608, 1607, 51, 1726, 51, 8472, 51, 5990, 64, 222, 222, 485, 342, 42608, 1607, 51, 1726, 51, 8472, 51, 5754, 51, 4069, 4573, 1230, 64, 222, 485, 342, 42608, 1607, 51, 1726, 51, 8472, 51, 5754, 51, 4573, 1230, 64, 222, 485, 342, 42608, 1607, 51, 1726, 51, 8472, 51, 5754, 51, 4573, 3371, 4829, 64, 222, 222, 485, 1401, 51, 8236, 51, 1530, 64, 222, 485, 1401, 51, 8236, 51, 1735, 64, 222, 485, 3698, 51, 5934, 51, 79, 1735, 64, 222, 485, 3698, 51, 5934, 51, 79, 3371, 64, 222, 485, 3698, 51, 5934, 51, 3266, 51, 2061, 3371, 2917, 6470, 64, 222, 485, 3698, 51, 5934, 51, 3266, 51, 15422, 64, 222, 222, 1350, 222, 338, 222, 338, 496, 2133, 39318, 565, 629, 304, 222, 588, 222, 942, 462, 12579, 3371, 2917, 6470, 2041, 4119, 3371, 2917, 6470, 320, 303, 1175, 12579, 3371, 4829, 9790, 64, 303, 581, 12579, 3371, 2917, 6470, 45, 4573, 3371, 4829, 9790, 46, 320, 310, 477, 51, 7147, 66, 7147, 64, 310, 758, 17192, 2930, 45, 1710, 312, 310, 758, 13629, 2930, 45, 1710, 312, 310, 758, 2981, 2930, 45, 1710, 312, 303, 339, 303, 496, 1806, 303, 581, 5459, 640, 5777, 3921, 5385, 1530, 365, 320, 310, 461, 327, 1710, 312, 303, 339, 465, 496, 1806, 303, 581, 5459, 640, 5777, 365, 320, 310, 461, 327, 1710, 312, 303, 339, 303, 581, 924, 1175, 5459, 8846, 1530, 299, 556, 5459, 45, 53, 49, 244, 54, 53, 53, 49, 244, 53, 312, 303, 496, 1806, 303, 581, 5715, 640, 3371, 2917, 6470, 1735, 45, 3242, 990, 3371, 4369, 49, 1175, 2210, 804, 49, 1175, 1922, 15818, 49, 1175, 1922, 20911, 49, 1175, 1922, 16522, 49, 1175, 648, 2720, 49, 1175, 1922, 1421, 8105, 46, 320, 310, 1175, 990, 1735, 2170, 299, 327, 79, 1735, 46, 5282, 51, 390, 3371, 2917, 6470, 1735, 45, 3266, 49, 804, 49, 15818, 49, 20911, 49, 16522, 49, 2720, 49, 1421, 8105, 312, 310, 453, 616, 2269, 287, 1421, 8105, 299, 878, 68, 310, 1175, 21390, 1560, 299, 1849, 15422, 46, 327, 872, 894, 310, 477, 51, 6619, 45, 872, 51, 3127, 1052, 310, 434, 327, 1271, 5118, 12579, 1230, 979, 1849, 4573, 1230, 46, 1271, 566, 4766, 943, 365, 1293, 1560, 5118, 14753, 4573, 1230, 979, 1849, 4069, 4573, 1230, 46, 1271, 566, 4766, 943, 1177, 2170, 51, 47080, 45, 1530, 51, 1116, 312, 2776, 434, 327, 872, 5118, 12579, 1230, 46, 320, 343, 12579, 1230, 42283, 299, 327, 4573, 1230, 46, 872, 64, 343, 434, 327, 7147, 51, 390, 13352, 337, 6699, 45, 1544, 51, 390, 4573, 7983, 941, 29668, 577, 4269, 4766, 45, 1544, 51, 390, 4573, 7983, 5183, 2170, 51, 47080, 45, 6584, 1530, 312, 310, 339, 832, 434, 327, 1271, 5118, 14753, 4573, 1230, 46, 320, 343, 434, 327, 7147, 51, 316, 13352, 337, 2746, 7738, 4069, 4573, 1230, 46, 1271, 566, 18257, 577, 5183, 2170, 51, 47080, 45, 6584, 1530, 312, 310, 339, 310, 461, 2170, 64, 303, 339, 222, 130, 499 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
694
true
71.210469
true
true
CraftingMatchModule.java
/FileExtraction/Java_unseen/OvercastNetwork_ProjectAres/PGM/src/main/java/tc/oc/pgm/crafting/CraftingMatchModule.java
package tc.oc.pgm.crafting; import java.util.Iterator; import java.util.Set; import org.bukkit.inventory.Recipe; import tc.oc.pgm.match.Match; import tc.oc.pgm.match.MatchModule; import tc.oc.pgm.utils.MaterialPattern; public class CraftingMatchModule extends MatchModule { private final Set<Recipe> customRecipes; private final Set<MaterialPattern> disabledRecipes; public CraftingMatchModule(Match match, Set<Recipe> customRecipes, Set<MaterialPattern> disabledRecipes) { super(match); this.customRecipes = customRecipes; this.disabledRecipes = disabledRecipes; } @Override public void enable() { super.enable(); for(Iterator<Recipe> iter = getMatch().getServer().recipeIterator(); iter.hasNext();) { Recipe recipe = iter.next(); for(MaterialPattern result : disabledRecipes) { if(result.matches(recipe.getResult())) { iter.remove(); break; } } } for(Recipe recipe : customRecipes) { getMatch().getServer().addRecipe(recipe); } } @Override public void disable() { // Recipe changes affect all worlds on the server, so we make changes at match start/end // to avoid interfering with adjacent matches. If we wait until unload() to reset them, // the next match would already be loaded. getMatch().getServer().resetRecipes(); super.disable(); } }
1,519
Java
.java
OvercastNetwork/ProjectAres
172
74
7
2017-01-30T00:44:55Z
2020-07-20T15:58:11Z
173042d9173d729a2091d38d95a967e954fc77d876a1b018af8ac5532b3aa1bf
[ 1337, 12893, 51, 561, 51, 2340, 114, 51, 6181, 318, 64, 222, 222, 485, 1401, 51, 1058, 51, 5740, 64, 222, 485, 1401, 51, 1058, 51, 903, 64, 222, 222, 485, 1105, 51, 20402, 51, 12944, 51, 16262, 64, 222, 485, 12893, 51, 561, 51, 2340, 114, 51, 2892, 51, 3683, 64, 222, 485, 12893, 51, 561, 51, 2340, 114, 51, 2892, 51, 3683, 2478, 64, 222, 485, 12893, 51, 561, 51, 2340, 114, 51, 2324, 51, 6347, 5526, 64, 222, 222, 942, 462, 34172, 318, 3683, 2478, 2041, 12259, 2478, 320, 465, 964, 1175, 1776, 65, 16262, 67, 3137, 38861, 64, 303, 964, 1175, 1776, 65, 6347, 5526, 67, 6879, 38861, 64, 465, 581, 34172, 318, 3683, 2478, 45, 3683, 2549, 49, 1776, 65, 16262, 67, 3137, 38861, 49, 1776, 65, 6347, 5526, 67, 6879, 38861, 46, 320, 310, 2615, 45, 2892, 312, 310, 477, 51, 3005, 38861, 299, 3137, 38861, 64, 310, 477, 51, 7081, 38861, 299, 6879, 38861, 64, 303, 339, 465, 496, 1806, 303, 581, 782, 5362, 365, 320, 310, 2615, 51, 4909, 492, 603, 456, 45, 5740, 65, 16262, 67, 3881, 299, 640, 3683, 941, 32789, 941, 13342, 5740, 492, 3881, 51, 16408, 492, 46, 320, 343, 30750, 15213, 299, 3881, 51, 1995, 492, 343, 456, 45, 6347, 5526, 1074, 518, 6879, 38861, 46, 320, 419, 434, 45, 1285, 51, 8936, 45, 13342, 51, 23946, 5183, 320, 547, 3881, 51, 2564, 492, 547, 1644, 64, 419, 339, 343, 339, 310, 339, 603, 456, 45, 16262, 15213, 518, 3137, 38861, 46, 320, 343, 640, 3683, 941, 32789, 941, 688, 16262, 45, 13342, 312, 310, 339, 303, 339, 465, 496, 1806, 303, 581, 782, 7383, 365, 320, 310, 453, 30750, 3417, 13343, 1187, 5810, 120, 563, 341, 2160, 49, 1278, 1019, 1949, 3417, 840, 2549, 1496, 52, 435, 310, 453, 391, 7373, 1447, 1036, 318, 642, 31745, 8012, 51, 1691, 1019, 4483, 6234, 725, 963, 365, 391, 5672, 3049, 49, 310, 453, 341, 2371, 2549, 2285, 3443, 545, 3906, 51, 310, 640, 3683, 941, 32789, 941, 4558, 38861, 492, 310, 2615, 51, 5826, 492, 303, 339, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
352
true
63.396972
true
true
Shacl4bibUseCases.java
/FileExtraction/Java_unseen/pkiraly_qa-catalogue/src/test/java/de/gwdg/metadataqa/marc/cli/utils/Shacl4bibUseCases.java
package de.gwdg.metadataqa.marc.cli.utils; import de.gwdg.metadataqa.api.configuration.schema.Rule; import de.gwdg.metadataqa.api.json.DataElement; import de.gwdg.metadataqa.api.rule.RuleCatalog; import de.gwdg.metadataqa.api.rule.RuleCheckingOutputType; import de.gwdg.metadataqa.api.schema.BaseSchema; import de.gwdg.metadataqa.api.schema.Schema; import de.gwdg.metadataqa.marc.CsvUtils; import de.gwdg.metadataqa.marc.RuleCatalogUtils; import de.gwdg.metadataqa.marc.dao.DataField; import de.gwdg.metadataqa.marc.dao.record.Marc21BibliographicRecord; import de.gwdg.metadataqa.marc.definition.tags.tags20x.Tag245; import org.junit.Before; import org.junit.Test; import java.util.HashMap; import java.util.List; import java.util.Map; import static org.junit.Assert.assertEquals; public class Shacl4bibUseCases { private Marc21BibliographicRecord marcRecord; @Before public void setUp() throws Exception { marcRecord = new Marc21BibliographicRecord("u2407796"); marcRecord.addDataField(new DataField(Tag245.getInstance(),"0", "0", "6", "880-01", "a", "iPhone the Bible wan jia sheng jing.")); } private Schema prepareSchema(String independent, String dependent, String pattern, Map<String, Object> config) { Schema schema = new BaseSchema() .addField(new DataElement(independent, independent) .addRule( new Rule() .withId(independent) .withMinCount(1) .withHidden((boolean) config.getOrDefault("hidden1", true)) .withDebug((boolean) config.getOrDefault("debug1", false)) )) .addField(new DataElement(dependent, dependent) .addRule( new Rule() .withId(dependent) .withAnd( List.of( new Rule().withDependencies(List.of(independent)) .withDebug((boolean) config.getOrDefault("debug2", false)), new Rule().withPattern(pattern) .withDebug((boolean) config.getOrDefault("debug2", false)) ) ) .withDebug((boolean) config.getOrDefault("debug2", false)) .withSuccessScore(3) .withNaScore(-3) .withFailureScore(-3) )) ; return schema; } private String execute(String independent, String dependent, String pattern) { return execute(independent, dependent, pattern, new HashMap<>()); } private String execute(String independent, String dependent, String pattern, Map<String, Object> config) { RuleCatalog ruleCatalog = RuleCatalogUtils.create(prepareSchema(independent, dependent, pattern, config)); ruleCatalog.setOutputType(RuleCheckingOutputType.BOTH); System.err.println(ruleCatalog.getHeader()); MarcSpecSelector selector = new MarcSpecSelector(marcRecord); List<Object> values = RuleCatalogUtils.extract(ruleCatalog, ruleCatalog.measure(selector)); return CsvUtils.createCsvFromObjects(values).trim(); } @Test public void existent_valid() { assertEquals("1,3,3", execute("245", "245$a", "iPhone")); } @Test public void existent_invalid() { assertEquals("0,-3,-3", execute("245", "245$a", "Linux")); } @Test public void existent_nonexistent() { assertEquals("NA,-3,-3", execute("245", "245$b", "iPhone")); } @Test public void nonexistent_valid() { assertEquals("0,-3,-3", execute("246", "245$a", "iPhone")); } @Test public void nonexistent_invalid() { assertEquals("0,0,0,-3,-3", execute("246", "245$a", "Linux", Map.of("hidden1", false, "debug2", true))); } @Test public void nonexistent_nonexistent() { assertEquals("NA,-3,-3", execute("246", "246$a", "iPhone")); } }
3,716
Java
.java
pkiraly/qa-catalogue
73
18
119
2017-06-24T12:41:58Z
2024-05-09T04:09:11Z
92166bc1a0483b4ef2377e8b8b2fd7459c97751654fe43942dca188e65adc000
[ 1337, 428, 51, 108, 4435, 108, 51, 4541, 9503, 51, 3321, 104, 51, 4556, 51, 2324, 64, 222, 222, 485, 428, 51, 108, 4435, 108, 51, 4541, 9503, 51, 1256, 51, 5990, 51, 3982, 51, 3855, 64, 222, 485, 428, 51, 108, 4435, 108, 51, 4541, 9503, 51, 1256, 51, 1279, 51, 768, 1325, 64, 222, 485, 428, 51, 108, 4435, 108, 51, 4541, 9503, 51, 1256, 51, 5286, 51, 3855, 12793, 64, 222, 485, 428, 51, 108, 4435, 108, 51, 4541, 9503, 51, 1256, 51, 5286, 51, 3855, 21301, 39061, 64, 222, 485, 428, 51, 108, 4435, 108, 51, 4541, 9503, 51, 1256, 51, 3982, 51, 1778, 3710, 64, 222, 485, 428, 51, 108, 4435, 108, 51, 4541, 9503, 51, 1256, 51, 3982, 51, 3710, 64, 222, 485, 428, 51, 108, 4435, 108, 51, 4541, 9503, 51, 3321, 104, 51, 21688, 2769, 64, 222, 485, 428, 51, 108, 4435, 108, 51, 4541, 9503, 51, 3321, 104, 51, 3855, 12793, 2769, 64, 222, 485, 428, 51, 108, 4435, 108, 51, 4541, 9503, 51, 3321, 104, 51, 13974, 51, 768, 1195, 64, 222, 485, 428, 51, 108, 4435, 108, 51, 4541, 9503, 51, 3321, 104, 51, 13974, 51, 4155, 51, 5695, 104, 55, 54, 30369, 17870, 14166, 3171, 64, 222, 485, 428, 51, 108, 4435, 108, 51, 4541, 9503, 51, 3321, 104, 51, 7401, 51, 3981, 51, 3981, 55, 53, 125, 51, 2649, 55, 57, 58, 64, 222, 485, 1105, 51, 3946, 51, 5670, 64, 222, 485, 1105, 51, 3946, 51, 1024, 64, 222, 222, 485, 1401, 51, 1058, 51, 8263, 64, 222, 485, 1401, 51, 1058, 51, 739, 64, 222, 485, 1401, 51, 1058, 51, 1225, 64, 222, 222, 485, 924, 1105, 51, 3946, 51, 3285, 51, 4993, 64, 222, 222, 942, 462, 2432, 12412, 57, 12615, 4404, 20901, 320, 736, 964, 8369, 104, 55, 54, 30369, 17870, 14166, 3171, 364, 10272, 3171, 64, 736, 496, 5670, 353, 581, 782, 14544, 365, 2589, 3284, 320, 303, 364, 10272, 3171, 299, 556, 8369, 104, 55, 54, 30369, 17870, 14166, 3171, 459, 122, 55, 57, 53, 60, 60, 62, 59, 742, 303, 364, 10272, 3171, 51, 45716, 1195, 45, 909, 2426, 1195, 45, 2649, 55, 57, 58, 51, 7432, 1046, 39, 53, 411, 332, 53, 411, 416, 332, 59, 411, 332, 61, 61, 53, 50, 53, 54, 411, 332, 102, 411, 332, 24579, 341, 33180, 360, 297, 614, 923, 807, 838, 614, 318, 34167, 353, 339, 736, 964, 9051, 11670, 3710, 45, 671, 16403, 49, 910, 20124, 49, 910, 5275, 49, 3531, 65, 671, 49, 2210, 67, 1377, 46, 320, 303, 9051, 5379, 299, 556, 3787, 3710, 365, 416, 657, 28851, 45, 909, 2426, 1325, 45, 29203, 49, 16403, 46, 310, 657, 688, 3855, 45, 633, 556, 13712, 365, 343, 657, 1814, 625, 45, 29203, 46, 343, 657, 1814, 2944, 1552, 45, 54, 46, 343, 657, 1814, 13831, 1181, 4412, 46, 1377, 51, 390, 13637, 459, 3887, 54, 411, 878, 509, 343, 657, 1814, 3544, 1181, 4412, 46, 1377, 51, 390, 13637, 459, 2824, 54, 411, 920, 509, 310, 9671, 416, 657, 28851, 45, 909, 2426, 1325, 45, 9702, 49, 20124, 46, 310, 657, 688, 3855, 45, 633, 556, 13712, 365, 343, 657, 1814, 625, 45, 9702, 46, 343, 657, 1814, 2199, 45, 1108, 1701, 51, 1048, 45, 419, 556, 13712, 941, 1814, 12721, 45, 739, 51, 1048, 45, 29203, 509, 1764, 657, 1814, 3544, 1181, 4412, 46, 1377, 51, 390, 13637, 459, 2824, 55, 411, 920, 3684, 419, 556, 13712, 941, 1814, 5526, 45, 5622, 46, 1764, 657, 1814, 3544, 1181, 4412, 46, 1377, 51, 390, 13637, 459, 2824, 55, 411, 920, 509, 1108, 848, 343, 848, 343, 657, 1814, 3544, 1181, 4412, 46, 1377, 51, 390, 13637, 459, 2824, 55, 411, 920, 509, 343, 657, 1814, 4424, 7066, 45, 56, 46, 343, 657, 1814, 20407, 7066, 3766, 56, 46, 343, 657, 1814, 7966, 7066, 3766, 56, 46, 310, 9671, 416, 2098, 303, 461, 5379, 64, 353, 339, 736, 964, 910, 5755, 45, 671, 16403, 49, 910, 20124, 49, 910, 5275, 46, 320, 303, 461, 5755, 45, 29203, 49, 20124, 49, 5275, 49, 556, 8329, 13366, 1052, 736, 339, 736, 964, 910, 5755, 45, 671, 16403, 49, 910, 20124, 49, 910, 5275, 49, 3531, 65, 671, 49, 2210, 67, 1377, 46, 320, 465, 13712, 12793, 5760, 12793, 299, 13712, 12793, 2769, 51, 1315, 45, 9272, 3710, 45, 29203, 49, 20124, 49, 5275, 49, 1377, 894, 303, 5760, 12793, 51, 489, 39061, 45, 3855, 21301, 39061, 51, 44906, 312, 303, 1189, 51, 549, 51, 3962, 45, 5286, 12793, 51, 31007, 1052, 465, 8369, 104, 2722, 4454, 9196, 299, 556, 8369, 104, 2722, 4454, 45, 3321, 104, 3171, 312, 303, 1701, 65, 976, 67, 2102, 299, 13712, 12793, 2769, 51, 8320, 45, 5286, 12793, 49, 5760, 12793, 51, 12154, 45, 9040, 894, 303, 461, 43310, 2769, 51, 1315, 21688, 1811, 6699, 45, 2857, 566, 5475, 492, 353, 339, 736, 496, 1024, 353, 581, 782, 2325, 323, 100, 1346, 365, 320, 303, 3803, 459, 54, 49, 56, 49, 56, 411, 5755, 459, 55, 57, 58, 411, 332, 55, 57, 58, 41, 102, 411, 332, 24579, 2992, 353, 339, 736, 496, 1024, 353, 581, 782, 2325, 323, 100, 5798, 365, 320, 303, 3803, 459, 53, 5465, 56, 5465, 56, 411, 5755, 459, 55, 57, 58, 411, 332, 55, 57, 58, 41, 102, 411, 332, 12191, 2992, 353, 339, 736, 496, 1024, 353, 581, 782, 2325, 323, 100, 3804, 29756, 365, 320, 303, 3803, 459, 1841, 5465, 56, 5465, 56, 411, 5755, 459, 55, 57, 58, 411, 332, 55, 57, 58, 41, 103, 411, 332, 24579, 2992, 353, 339, 736, 496, 1024, 353, 581, 782, 3000, 29756, 100, 1346, 365, 320, 303, 3803, 459, 53, 5465, 56, 5465, 56, 411, 5755, 459, 55, 57, 59, 411, 332, 55, 57, 58, 41, 102, 411, 332, 24579, 2992, 353, 339, 736, 496, 1024, 353, 581, 782, 3000, 29756, 100, 5798, 365, 320, 303, 3803, 459, 53, 49, 53, 49, 53, 5465, 56, 5465, 56, 411, 5755, 459, 55, 57, 59, 411, 332, 55, 57, 58, 41, 102, 411, 332, 12191, 411, 416, 3531, 51, 1048, 459, 3887, 54, 411, 920, 49, 332, 2824, 55, 411, 878, 4254, 353, 339, 736, 496, 1024, 353, 581, 782, 3000, 29756, 100, 3804, 29756, 365, 320, 303, 3803, 459, 1841, 5465, 56, 5465, 56, 411, 5755, 459, 55, 57, 59, 411, 332, 55, 57, 59, 41, 102, 411, 332, 24579, 2992, 353, 339, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
1,074
true
64.827772
true
true
Rgaa32016Rule110801Test.java
/FileExtraction/Java_unseen/Tanaguru_Tanaguru/rules/rgaa3-2016/src/test/java/org/tanaguru/rules/rgaa32016/Rgaa32016Rule110801Test.java
/* * Tanaguru - Automated webpage assessment * Copyright (C) 2008-2016 Tanaguru.org * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * * Contact us by mail: tanaguru AT tanaguru DOT org */ package org.tanaguru.rules.rgaa32016; import org.tanaguru.entity.audit.ProcessResult; import org.tanaguru.entity.audit.TestSolution; import org.tanaguru.rules.rgaa32016.test.Rgaa32016RuleImplementationTestCase; import org.tanaguru.rules.keystore.HtmlElementStore; import org.tanaguru.rules.keystore.RemarkMessageStore; /** * Unit test class for the implementation of the rule 11-8-1 of the referential Rgaa 3-2016. * * @author jkowalczyk */ public class Rgaa32016Rule110801Test extends Rgaa32016RuleImplementationTestCase { /** * Default constructor * @param testName */ public Rgaa32016Rule110801Test (String testName){ super(testName); } @Override protected void setUpRuleImplementationClassName() { setRuleImplementationClassName("org.tanaguru.rules.rgaa32016.Rgaa32016Rule110801"); } @Override protected void setUpWebResourceMap() { addWebResource("Rgaa32016.Test.11.08.01-3NMI-01"); addWebResource("Rgaa32016.Test.11.08.01-4NA-01"); addWebResource("Rgaa32016.Test.11.08.01-4NA-02"); addWebResource("Rgaa32016.Test.11.08.01-4NA-03"); } @Override protected void setProcess() { //---------------------------------------------------------------------- //------------------------------3NMI-01--------------------------------- //---------------------------------------------------------------------- ProcessResult processResult = processPageTest("Rgaa32016.Test.11.08.01-3NMI-01"); checkResultIsPreQualified(processResult, 1, 1); checkRemarkIsPresent( processResult, TestSolution.NEED_MORE_INFO, RemarkMessageStore.MANUAL_CHECK_ON_ELEMENTS_MSG, HtmlElementStore.SELECT_ELEMENT, 1); //---------------------------------------------------------------------- //------------------------------4NA-01---------------------------------- //---------------------------------------------------------------------- checkResultIsNotApplicable(processPageTest("Rgaa32016.Test.11.08.01-4NA-01")); //---------------------------------------------------------------------- //------------------------------4NA-02---------------------------------- //---------------------------------------------------------------------- checkResultIsNotApplicable(processPageTest("Rgaa32016.Test.11.08.01-4NA-02")); //---------------------------------------------------------------------- //------------------------------4NA-03---------------------------------- //---------------------------------------------------------------------- checkResultIsNotApplicable(processPageTest("Rgaa32016.Test.11.08.01-4NA-03")); } }
3,679
Java
.java
Tanaguru/Tanaguru
118
49
82
2013-03-05T16:26:12Z
2022-09-01T22:45:48Z
1129af26bdaae9dbe9a67ced5e466b001b1d20066a3e1d21b51fc3c388dbc09e
[ 1127, 222, 338, 413, 297, 500, 21446, 449, 13515, 751, 41171, 34138, 222, 338, 2657, 327, 72, 46, 244, 55, 53, 53, 61, 50, 55, 53, 54, 59, 244, 413, 297, 500, 21446, 51, 1107, 222, 338, 222, 338, 1369, 3477, 458, 3760, 2951, 63, 863, 902, 14081, 580, 480, 52, 290, 5370, 222, 338, 580, 1549, 341, 5974, 451, 341, 6994, 30994, 6153, 5062, 1196, 641, 222, 338, 9582, 829, 341, 7834, 3870, 7120, 49, 3173, 1522, 244, 56, 451, 341, 222, 338, 1196, 49, 575, 327, 288, 1390, 2489, 46, 1364, 6146, 1522, 51, 222, 338, 222, 338, 1369, 3477, 458, 2744, 347, 341, 9850, 708, 580, 1118, 545, 6386, 49, 222, 338, 1294, 4213, 2979, 9345, 64, 2895, 4462, 341, 4506, 14319, 451, 222, 338, 7934, 575, 8114, 4800, 418, 7848, 7763, 51, 244, 2819, 341, 222, 338, 6994, 30994, 6153, 5062, 1196, 456, 1851, 4261, 51, 222, 338, 222, 338, 2469, 1414, 1178, 6589, 331, 1948, 451, 341, 6994, 30994, 6153, 5062, 1196, 222, 338, 7979, 642, 477, 3477, 51, 244, 1691, 666, 49, 2337, 350, 544, 574, 1516, 51, 10627, 51, 1107, 52, 4205, 28699, 222, 338, 222, 338, 12140, 1790, 829, 10863, 63, 28111, 500, 21446, 13089, 28111, 500, 21446, 32730, 1105, 222, 588, 222, 1337, 1105, 51, 21977, 500, 21446, 51, 7021, 51, 1270, 2336, 56, 55, 53, 54, 59, 64, 222, 222, 485, 1105, 51, 21977, 500, 21446, 51, 2244, 51, 16662, 51, 2877, 1413, 64, 222, 485, 1105, 51, 21977, 500, 21446, 51, 2244, 51, 16662, 51, 1024, 13667, 64, 222, 485, 1105, 51, 21977, 500, 21446, 51, 7021, 51, 1270, 2336, 56, 55, 53, 54, 59, 51, 881, 51, 33653, 2336, 56, 55, 53, 54, 59, 3855, 14631, 7246, 64, 222, 485, 1105, 51, 21977, 500, 21446, 51, 7021, 51, 43899, 51, 6447, 1325, 2796, 64, 222, 485, 1105, 51, 21977, 500, 21446, 51, 7021, 51, 43899, 51, 25394, 1193, 2796, 64, 222, 222, 1350, 222, 338, 7148, 913, 462, 456, 341, 4753, 451, 341, 5760, 244, 54, 54, 50, 61, 50, 54, 451, 341, 5293, 2748, 578, 108, 2336, 244, 56, 50, 55, 53, 54, 59, 51, 222, 338, 222, 338, 496, 2133, 614, 112, 460, 298, 104, 6657, 112, 222, 588, 222, 942, 462, 578, 108, 2336, 56, 55, 53, 54, 59, 3855, 54, 54, 53, 61, 53, 54, 1024, 2041, 578, 108, 2336, 56, 55, 53, 54, 59, 3855, 14631, 7246, 320, 465, 1041, 294, 338, 4119, 4389, 294, 338, 496, 772, 913, 577, 294, 588, 303, 581, 578, 108, 2336, 56, 55, 53, 54, 59, 3855, 54, 54, 53, 61, 53, 54, 1024, 327, 671, 913, 577, 1528, 310, 2615, 45, 881, 577, 312, 303, 339, 465, 496, 1806, 303, 2532, 782, 14544, 3855, 14631, 8478, 365, 320, 310, 758, 3855, 14631, 8478, 459, 1107, 51, 21977, 500, 21446, 51, 7021, 51, 1270, 2336, 56, 55, 53, 54, 59, 51, 33653, 2336, 56, 55, 53, 54, 59, 3855, 54, 54, 53, 61, 53, 54, 742, 303, 339, 465, 496, 1806, 303, 2532, 782, 14544, 2609, 2305, 1225, 365, 320, 310, 1035, 2609, 2305, 459, 33653, 2336, 56, 55, 53, 54, 59, 51, 1024, 51, 54, 54, 51, 53, 61, 51, 53, 54, 50, 56, 83, 5899, 50, 53, 54, 742, 310, 1035, 2609, 2305, 459, 33653, 2336, 56, 55, 53, 54, 59, 51, 1024, 51, 54, 54, 51, 53, 61, 51, 53, 54, 50, 57, 1841, 50, 53, 54, 742, 310, 1035, 2609, 2305, 459, 33653, 2336, 56, 55, 53, 54, 59, 51, 1024, 51, 54, 54, 51, 53, 61, 51, 53, 54, 50, 57, 1841, 50, 53, 55, 742, 310, 1035, 2609, 2305, 459, 33653, 2336, 56, 55, 53, 54, 59, 51, 1024, 51, 54, 54, 51, 53, 61, 51, 53, 54, 50, 57, 1841, 50, 53, 56, 742, 465, 339, 465, 496, 1806, 303, 2532, 782, 758, 2877, 365, 320, 310, 453, 22769, 310, 453, 48181, 56, 83, 5899, 50, 53, 54, 1125, 50, 310, 453, 22769, 310, 6849, 1413, 2183, 1413, 299, 2183, 1983, 1024, 459, 33653, 2336, 56, 55, 53, 54, 59, 51, 1024, 51, 54, 54, 51, 53, 61, 51, 53, 54, 50, 56, 83, 5899, 50, 53, 54, 742, 310, 1524, 1413, 1640, 2641, 24219, 45, 2441, 1413, 49, 244, 54, 49, 244, 54, 312, 310, 1524, 25394, 1640, 9013, 45, 419, 2183, 1413, 49, 419, 2128, 13667, 51, 42320, 100, 39419, 100, 1608, 49, 419, 41131, 1193, 2796, 51, 10662, 4456, 100, 6239, 100, 586, 100, 14360, 88, 100, 8041, 49, 419, 13030, 1325, 2796, 51, 4635, 100, 14360, 49, 372, 54, 312, 2776, 453, 22769, 310, 453, 48181, 57, 1841, 50, 53, 54, 1125, 306, 310, 453, 22769, 310, 1524, 1413, 35683, 45738, 45, 2441, 1983, 1024, 459, 33653, 2336, 56, 55, 53, 54, 59, 51, 1024, 51, 54, 54, 51, 53, 61, 51, 53, 54, 50, 57, 1841, 50, 53, 54, 2992, 37364, 453, 22769, 310, 453, 48181, 57, 1841, 50, 53, 55, 1125, 306, 310, 453, 22769, 310, 1524, 1413, 35683, 45738, 45, 2441, 1983, 1024, 459, 33653, 2336, 56, 55, 53, 54, 59, 51, 1024, 51, 54, 54, 51, 53, 61, 51, 53, 54, 50, 57, 1841, 50, 53, 55, 2992, 46751, 453, 22769, 310, 453, 48181, 57, 1841, 50, 53, 56, 1125, 306, 310, 453, 22769, 310, 1524, 1413, 35683, 45738, 45, 2441, 1983, 1024, 459, 33653, 2336, 56, 55, 53, 54, 59, 51, 1024, 51, 54, 54, 51, 53, 61, 51, 53, 54, 50, 57, 1841, 50, 53, 56, 2992, 303, 339, 222, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
923
true
47.07801
true
true
UseCacheAndStoreKey.java
/FileExtraction/Java_unseen/AdoptOpenJDK_openjdk-aarch64-jdk8u/jdk/test/sun/security/krb5/auto/UseCacheAndStoreKey.java
/* * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ /* * @test * @bug 7201053 * @summary Krb5LoginModule shows NPE when both useTicketCache and storeKey * are set to true * @compile -XDignore.symbol.file UseCacheAndStoreKey.java * @run main/othervm -Dsun.net.spi.nameservice.provider.1=ns,mock UseCacheAndStoreKey */ import java.io.FileOutputStream; import javax.security.auth.login.LoginException; // The basic krb5 test skeleton you can copy from public class UseCacheAndStoreKey { public static void main(String[] args) throws Exception { new OneKDC(null).writeJAASConf(); // KDC would save ccache for client System.setProperty("test.kdc.save.ccache", "cache.here"); try (FileOutputStream fos = new FileOutputStream(OneKDC.JAAS_CONF)) { fos.write(( "me {\n" + " com.sun.security.auth.module.Krb5LoginModule required\n" + " principal=\"" + OneKDC.USER + "\"\n" + " useTicketCache=true\n" + " ticketCache=cache.here\n" + " isInitiator=true\n" + " storeKey=true;\n};\n" ).getBytes()); } // The first login will use default callback and succeed Context.fromJAAS("me"); // The second login uses ccache and won't be able to store the keys try { Context.fromJAAS("me"); throw new Exception("Should fail"); } catch (LoginException le) { if (le.getMessage().indexOf("NullPointerException") >= 0 || le.getCause() instanceof NullPointerException) { throw new Exception("NPE"); } } } }
2,738
Java
.java
AdoptOpenJDK/openjdk-aarch64-jdk8u
13
45
0
2020-07-16T16:13:20Z
2021-09-29T14:47:41Z
d4d3f869c41de5357fce773abd6185a070e7e55aff9296448b25ccaa1418cc03
[ 1127, 222, 338, 2657, 327, 104, 46, 244, 55, 53, 54, 55, 49, 17980, 480, 52, 290, 2840, 25094, 51, 3381, 4760, 5225, 51, 222, 338, 4103, 2387, 23740, 1895, 35234, 8995, 2387, 11988, 1895, 8968, 10961, 30441, 51, 222, 338, 222, 338, 1369, 1361, 458, 3760, 2951, 64, 863, 902, 14081, 580, 480, 52, 290, 5370, 580, 222, 338, 1549, 341, 5974, 451, 341, 6994, 6153, 5062, 1196, 1522, 244, 55, 1773, 49, 641, 222, 338, 9582, 829, 341, 7834, 3870, 7120, 51, 222, 338, 222, 338, 1369, 1361, 458, 2744, 347, 341, 9850, 708, 580, 1118, 545, 6386, 49, 1294, 4213, 222, 338, 2979, 9345, 64, 2895, 4462, 341, 4506, 14319, 451, 7934, 575, 222, 338, 8114, 4800, 418, 7848, 7763, 51, 244, 2819, 341, 6994, 6153, 5062, 1196, 222, 338, 1522, 244, 55, 456, 1851, 4261, 327, 102, 1948, 458, 5976, 347, 341, 7621, 822, 708, 222, 338, 20854, 297, 4850, 477, 1361, 566, 222, 338, 222, 338, 2469, 1414, 1178, 6589, 331, 1948, 451, 341, 6994, 6153, 5062, 1196, 1522, 222, 338, 244, 55, 7979, 642, 477, 1409, 64, 434, 666, 49, 2886, 391, 341, 7834, 3870, 7120, 49, 222, 338, 6367, 4345, 244, 58, 54, 34113, 1277, 49, 33316, 26912, 49, 25006, 49, 13083, 244, 53, 55, 54, 54, 53, 50, 54, 56, 53, 54, 15067, 51, 222, 338, 222, 338, 5304, 7272, 17980, 49, 244, 58, 53, 53, 17980, 27004, 3094, 49, 4777, 21100, 2432, 6868, 49, 10562, 244, 62, 57, 53, 59, 58, 15067, 222, 338, 575, 7739, 19955, 51, 11116, 51, 527, 434, 863, 1868, 5408, 2490, 575, 1178, 1364, 222, 338, 10034, 51, 222, 588, 222, 222, 1127, 222, 338, 496, 881, 222, 338, 496, 1468, 244, 60, 55, 53, 54, 53, 58, 56, 222, 338, 496, 1386, 1242, 4523, 58, 5333, 2478, 9873, 508, 1321, 1429, 4354, 813, 15761, 2610, 480, 2989, 971, 222, 338, 2052, 904, 758, 391, 878, 222, 338, 496, 7028, 449, 32662, 3634, 51, 7029, 51, 781, 4443, 2610, 2199, 2796, 971, 51, 1874, 222, 338, 496, 1967, 2594, 52, 2476, 3166, 449, 73, 9886, 51, 1317, 51, 10787, 51, 444, 2140, 51, 6390, 51, 54, 66, 2591, 49, 3628, 4443, 2610, 2199, 2796, 971, 222, 588, 222, 222, 485, 1401, 51, 735, 51, 991, 8783, 64, 222, 485, 3698, 51, 4386, 51, 2408, 51, 3632, 51, 5333, 1002, 64, 222, 222, 325, 906, 6575, 851, 4523, 58, 913, 37208, 863, 902, 1948, 664, 222, 942, 462, 4443, 2610, 2199, 2796, 971, 320, 465, 581, 924, 782, 2594, 45, 671, 1197, 2194, 46, 2589, 3284, 320, 603, 556, 8553, 80, 4439, 45, 1710, 566, 1838, 28937, 1117, 5204, 492, 603, 453, 1242, 4439, 2285, 4166, 300, 2630, 456, 2060, 310, 1189, 51, 17507, 459, 881, 51, 112, 3472, 51, 2882, 51, 1172, 914, 411, 332, 2630, 51, 7043, 742, 310, 1614, 327, 991, 8783, 315, 519, 299, 556, 37000, 45, 3597, 80, 4439, 51, 28937, 1117, 100, 14585, 509, 320, 343, 315, 519, 51, 1838, 1181, 419, 332, 308, 6922, 115, 39, 494, 419, 332, 283, 785, 51, 9886, 51, 4386, 51, 2408, 51, 1663, 51, 80, 4523, 58, 5333, 2478, 2147, 97, 115, 39, 494, 419, 332, 283, 16839, 29633, 494, 8553, 80, 4439, 51, 4991, 494, 12377, 97, 115, 39, 494, 419, 332, 283, 813, 15761, 2610, 66, 1527, 97, 115, 39, 494, 419, 332, 283, 14724, 2610, 66, 2630, 51, 7043, 97, 115, 39, 494, 419, 332, 283, 458, 3588, 18419, 66, 1527, 97, 115, 39, 494, 419, 332, 283, 2989, 971, 66, 1527, 8884, 115, 1274, 97, 115, 39, 419, 6824, 19682, 1052, 310, 339, 603, 453, 906, 1950, 6212, 1118, 813, 1263, 3325, 480, 24474, 310, 7063, 51, 1097, 28937, 1117, 459, 308, 742, 603, 453, 906, 3118, 6212, 5268, 300, 2630, 480, 7623, 1348, 545, 5320, 391, 2989, 341, 5050, 310, 1614, 320, 343, 7063, 51, 1097, 28937, 1117, 459, 308, 742, 343, 1440, 556, 3284, 459, 6473, 3562, 742, 310, 339, 2385, 327, 5333, 1002, 1018, 46, 320, 343, 434, 327, 293, 51, 7724, 941, 7149, 459, 26268, 678, 2394, 244, 53, 547, 1293, 1018, 51, 11641, 2533, 365, 5118, 23203, 46, 320, 419, 1440, 556, 3284, 459, 83, 1321, 742, 343, 339, 310, 339, 303, 339, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
711
true
63.148283
true
true
TarGzArchiver.java
/FileExtraction/Java_unseen/natliblux_BnLMetsExporter/src/main/java/lu/bnl/io/TarGzArchiver.java
/******************************************************************************* * Copyright (C) 2017-2020 Bibliothèque nationale de Luxembourg (BnL) * * This file is part of BnLMetsExporter. * * BnLMetsExporter is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * BnLMetsExporter is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with BnLMetsExporter. If not, see <http://www.gnu.org/licenses/>. *******************************************************************************/ package lu.bnl.io; import java.io.BufferedOutputStream; import java.io.ByteArrayOutputStream; import java.io.File; import java.io.FileOutputStream; import java.io.IOException; import java.io.OutputStreamWriter; import java.io.UnsupportedEncodingException; import java.io.Writer; import java.util.HashSet; import java.util.Set; import org.apache.commons.compress.archivers.tar.TarArchiveEntry; import org.apache.commons.compress.archivers.tar.TarArchiveOutputStream; import org.apache.commons.compress.compressors.gzip.GzipCompressorOutputStream; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import com.thoughtworks.xstream.XStream; import com.thoughtworks.xstream.io.xml.StaxDriver; import com.thoughtworks.xstream.io.xml.XmlFriendlyNameCoder; import lu.bnl.domain.model.PrimoDocument; public class TarGzArchiver implements Archiver { private static final Logger logger = LoggerFactory.getLogger(TarGzArchiver.class); private static final String encoding = "UTF-8"; // Files private String filename; private File archiveFile; // Streams private FileOutputStream fileOutput = null; private BufferedOutputStream bufferedOutput = null; private GzipCompressorOutputStream gzipOutput = null; private TarArchiveOutputStream tarOutput = null; // XML private XStream xstream = null; // Progress private Set<String> entries; public TarGzArchiver(String filename) { this.filename = this.getFixedFilename(filename); XmlFriendlyNameCoder replacer = new XmlFriendlyNameCoder("ddd", "_"); xstream = new XStream(new StaxDriver(replacer)); xstream.processAnnotations(PrimoDocument.class); this.entries = new HashSet<String>(); } @Override public void open() throws IOException { this.archiveFile = new File(this.filename); this.fileOutput = new FileOutputStream(archiveFile); this.bufferedOutput = new BufferedOutputStream(fileOutput); this.gzipOutput = new GzipCompressorOutputStream(bufferedOutput); this.tarOutput = new TarArchiveOutputStream(gzipOutput); tarOutput.setLongFileMode(TarArchiveOutputStream.LONGFILE_GNU); // Avoid error "File name is too long >100bytes) logger.info("TarGz streams successfully opened."); } @Override public void write(PrimoDocument article, ArchiverFilenameStrategy archiverFilenameStrategy) throws IOException { if (article != null) { String filename = this.getFilenameForPrimoDocument(article, archiverFilenameStrategy); // Track unique filename entries and log if duplicates found. if (entries.contains(filename)) { logger.info(String.format("Duplicate entry in the archive: %s", filename)); } else { entries.add(filename); } //System.out.println(filename); // DEBUG TarArchiveEntry tarEntry = new TarArchiveEntry(filename); //String xmlString = this.xstream.toXML(article); String xmlString = this.toXml(article); byte[] xmlBytes = xmlString.getBytes(encoding); // Make sure the right encoding is used. tarEntry.setSize(xmlBytes.length); this.tarOutput.putArchiveEntry(tarEntry); this.tarOutput.write(xmlBytes); this.tarOutput.closeArchiveEntry(); logger.info(String.format("Article \"%s\" successfully added to the archive (%d bytes).", filename, xmlBytes.length)); } } @Override public void close() throws IOException { this.tarOutput.finish(); this.tarOutput.close(); this.gzipOutput.close(); this.bufferedOutput.close(); this.fileOutput.close(); logger.info("TarGz streams successfully closed."); } /** * Converts an PrimoDocument to an XML String with the encoding * defined in the class (default: UTF-8) * * @param article * @return * @throws UnsupportedEncodingException */ private String toXml(PrimoDocument article) throws UnsupportedEncodingException { ByteArrayOutputStream outputStream = new ByteArrayOutputStream(); Writer writer = new OutputStreamWriter(outputStream, encoding); this.xstream.toXML(article, writer); String xml = outputStream.toString(encoding); return xml; } /** * Returns the filename always with the extension ".tar.gz". * If the filename does not end with the desired extension ".tar.gz", * then the extension is added and the new filename is returned. * * @param filename * @return The same or modified filename as a string. */ private String getFixedFilename(String filename) { String newFilename = filename; String extension = ".tar.gz"; if ( !newFilename.endsWith(extension) ) { newFilename += extension; } return newFilename; } /** * Returns a path to an XML filename from an PrimoDocument / article based on a given strategy. * * @param article * @param strategy * @return */ private String getFilenameForPrimoDocument(PrimoDocument article, ArchiverFilenameStrategy strategy) { String filename = null; // TODO: Choose default strategy if (strategy == ArchiverFilenameStrategy.PID_DIGITOOL) { filename = this.getFilenameFromPrimoDocument(article); } else if (strategy == ArchiverFilenameStrategy.ORIGINAL_DIR) { filename = this.getFilenameForOriginalDir(article); } else if ( strategy == ArchiverFilenameStrategy.ARK) { filename = this.getFilenameForArk(article); } return filename; } /** * Returns a path to an XML filename from an PrimoDocument / article. * The XML filename is based on the document ID, dmdid and id. * The path is created by the document ID, such that files are organised into * folders of about 1000 objects. * * @param article * @return The file path. */ private String getFilenameFromPrimoDocument(PrimoDocument article) { String documentID = article.getDocumentID(); String dmdid = article.getDmdid(); String id = article.getId(); String fileId = article.getFileId(); String begin = article.getBegin(); if (dmdid == null){ dmdid = ""; } String dir = documentID.substring(documentID.length() - 3) + "/" + documentID; // Take the last 3 number of the Document ID and then the Document ID return String.format("%s/%s-%s-%s.xml", dir, documentID, dmdid, id); } /** * The XML filename is based on the pid, dmdid an id. * The pid is used as directory. * * @param article * @return The file path. */ private String getFilenameForOriginalDir(PrimoDocument article) { String documentID = article.getDocumentID(); String dmdid = article.getDmdid(); String id = article.getId(); String dir = documentID; return String.format("%s/%s-%s-%s.xml", dir, documentID, dmdid, id); } /** * The XML filename is based on the ARK, dmdId and id. * The ARK is cleaned to support the file system (replacement of special characters) * * @param article * @return The file path. */ private String getFilenameForArk(PrimoDocument article) { String documentID = article.getDocumentID(); documentID = documentID.replace(":", "-"); documentID = documentID.replace("/", "-"); String dmdid = article.getDmdid(); String id = article.getId(); if (dmdid == null){ dmdid = ""; } String dir = documentID.substring(documentID.length() - 3) + "/" + documentID; // Take the last 3 number of the Document ID and then the Document ID return String.format("%s/%s-%s-%s.xml", dir, documentID, dmdid, id); } }
8,326
Java
.java
natliblux/BnLMetsExporter
13
1
0
2018-04-23T05:36:38Z
2022-04-25T08:38:53Z
c90a15c4577ea7a69c8533670740f5033056479099eb0e67666cee0adef64e2c
[ 28683, 222, 338, 2657, 327, 72, 46, 244, 55, 53, 54, 60, 50, 55, 53, 55, 53, 45477, 393, 8944, 7888, 554, 329, 44309, 428, 517, 1677, 15152, 534, 108, 327, 31474, 81, 46, 222, 338, 222, 338, 1369, 822, 458, 1760, 451, 570, 115, 81, 3373, 120, 22465, 51, 222, 338, 222, 338, 570, 115, 81, 3373, 120, 22465, 458, 3760, 2951, 63, 863, 902, 14081, 580, 480, 52, 290, 5370, 222, 338, 580, 1549, 341, 5974, 451, 341, 6994, 6153, 5062, 1196, 641, 9582, 829, 222, 338, 341, 7834, 3870, 7120, 49, 3173, 1522, 244, 56, 451, 341, 1196, 49, 575, 222, 338, 327, 288, 1390, 2489, 46, 1364, 6146, 1522, 51, 222, 338, 222, 338, 570, 115, 81, 3373, 120, 22465, 458, 2744, 347, 341, 9850, 708, 580, 1118, 545, 6386, 49, 222, 338, 1294, 4213, 2979, 9345, 64, 2895, 4462, 341, 4506, 14319, 451, 222, 338, 7934, 575, 8114, 4800, 418, 7848, 7763, 51, 244, 2819, 341, 222, 338, 6994, 6153, 5062, 1196, 456, 1851, 4261, 51, 222, 338, 222, 338, 2469, 1414, 1178, 6589, 331, 1948, 451, 341, 6994, 6153, 5062, 1196, 222, 338, 7979, 642, 570, 115, 81, 3373, 120, 22465, 51, 244, 1691, 666, 49, 2337, 350, 544, 574, 1516, 51, 10627, 51, 1107, 52, 4205, 28699, 222, 13533, 13214, 222, 1337, 21353, 51, 7422, 113, 51, 735, 64, 222, 222, 485, 1401, 51, 735, 51, 17640, 8783, 64, 222, 485, 1401, 51, 735, 51, 12561, 8783, 64, 222, 485, 1401, 51, 735, 51, 991, 64, 222, 485, 1401, 51, 735, 51, 991, 8783, 64, 222, 485, 1401, 51, 735, 51, 6860, 64, 222, 485, 1401, 51, 735, 51, 8783, 3989, 64, 222, 485, 1401, 51, 735, 51, 16737, 42302, 64, 222, 485, 1401, 51, 735, 51, 3989, 64, 222, 485, 1401, 51, 1058, 51, 17163, 64, 222, 485, 1401, 51, 1058, 51, 903, 64, 222, 222, 485, 1105, 51, 2121, 51, 8381, 51, 12456, 51, 1022, 5822, 51, 5384, 51, 31062, 13800, 2717, 64, 222, 485, 1105, 51, 2121, 51, 8381, 51, 12456, 51, 1022, 5822, 51, 5384, 51, 31062, 13800, 8783, 64, 222, 485, 1105, 51, 2121, 51, 8381, 51, 12456, 51, 12456, 1758, 51, 13624, 51, 76, 3992, 48003, 8783, 64, 222, 485, 1105, 51, 12172, 57, 111, 51, 3716, 64, 222, 485, 1105, 51, 12172, 57, 111, 51, 19580, 64, 222, 222, 485, 785, 51, 34721, 14108, 51, 125, 2255, 51, 93, 1880, 64, 222, 485, 785, 51, 34721, 14108, 51, 125, 2255, 51, 735, 51, 2608, 51, 520, 668, 6641, 64, 222, 485, 785, 51, 34721, 14108, 51, 125, 2255, 51, 735, 51, 2608, 51, 4411, 39316, 577, 34942, 64, 222, 222, 485, 21353, 51, 7422, 113, 51, 4136, 51, 1184, 51, 3995, 794, 3112, 64, 222, 222, 942, 462, 47571, 42631, 7867, 8444, 4584, 12763, 8444, 320, 499, 221, 2072, 924, 1175, 7145, 4101, 299, 21818, 51, 10588, 45, 31062, 42631, 7867, 8444, 51, 842, 312, 3038, 221, 2072, 924, 1175, 910, 7348, 299, 332, 6266, 50, 61, 884, 3038, 221, 325, 11105, 3038, 221, 2072, 910, 4891, 64, 3038, 221, 2072, 2050, 13647, 991, 64, 3038, 221, 325, 48640, 3038, 221, 2072, 37000, 822, 2319, 299, 762, 64, 3038, 221, 2072, 16900, 8783, 31703, 2319, 299, 762, 64, 3038, 221, 2072, 590, 3992, 48003, 8783, 24332, 2319, 299, 762, 64, 3038, 221, 2072, 47571, 13800, 8783, 13572, 2319, 299, 762, 64, 3038, 221, 325, 7408, 3038, 221, 2072, 1618, 1880, 837, 2255, 299, 762, 64, 3038, 221, 325, 15592, 3038, 221, 2072, 1776, 65, 671, 67, 8072, 64, 3038, 221, 942, 47571, 42631, 7867, 8444, 45, 671, 4891, 46, 320, 376, 221, 597, 51, 3633, 299, 477, 51, 390, 8223, 10246, 45, 3633, 312, 4102, 221, 4411, 39316, 577, 34942, 334, 34354, 299, 556, 12490, 39316, 577, 34942, 459, 20470, 411, 7302, 742, 8119, 221, 125, 2255, 299, 556, 1618, 1880, 45, 909, 1277, 668, 6641, 45, 287, 34354, 894, 376, 221, 125, 2255, 51, 2441, 13040, 45, 3995, 794, 3112, 51, 842, 312, 4102, 221, 597, 51, 9159, 299, 556, 14253, 65, 671, 2938, 222, 221, 130, 3038, 221, 69, 1806, 222, 221, 942, 782, 2177, 365, 2589, 6300, 320, 376, 221, 597, 51, 8945, 991, 244, 221, 66, 556, 2050, 45, 597, 51, 3633, 312, 4102, 221, 597, 51, 781, 2319, 244, 221, 66, 556, 37000, 45, 8945, 991, 312, 376, 221, 597, 51, 37273, 2319, 299, 556, 16900, 8783, 45, 781, 2319, 312, 376, 221, 597, 51, 13624, 2319, 244, 221, 66, 556, 590, 3992, 48003, 8783, 45, 37273, 2319, 312, 376, 221, 597, 51, 5384, 2319, 4238, 221, 66, 556, 47571, 13800, 8783, 45, 13624, 2319, 312, 376, 221, 5384, 2319, 51, 489, 3967, 991, 2116, 45, 31062, 13800, 8783, 51, 10129, 3555, 100, 21307, 312, 453, 30672, 1067, 332, 991, 655, 458, 5150, 1964, 868, 54, 53, 53, 3669, 46, 4102, 221, 4089, 51, 1357, 459, 31062, 42631, 18386, 7519, 13192, 5377, 1676, 221, 130, 3038, 221, 69, 1806, 222, 221, 942, 782, 2886, 45, 3995, 794, 3112, 9145, 49, 12763, 8444, 10246, 8095, 5843, 8444, 10246, 8095, 46, 2589, 6300, 320, 376, 221, 344, 327, 4082, 882, 762, 46, 320, 374, 221, 671, 4891, 299, 477, 51, 390, 10246, 1580, 3995, 794, 3112, 45, 4082, 49, 5843, 8444, 10246, 8095, 312, 30358, 221, 325, 12579, 5823, 4891, 8072, 480, 1264, 434, 27573, 2448, 51, 374, 221, 344, 327, 9159, 51, 4766, 45, 3633, 509, 320, 621, 221, 4089, 51, 1357, 45, 671, 51, 1664, 459, 18000, 3429, 347, 341, 13647, 63, 925, 120, 411, 4891, 894, 374, 221, 130, 832, 320, 621, 221, 9159, 51, 688, 45, 3633, 312, 374, 221, 130, 8212, 221, 325, 1615, 51, 560, 51, 3962, 45, 3633, 312, 453, 9404, 8212, 221, 31062, 13800, 2717, 13572, 2717, 299, 556, 47571, 13800, 2717, 45, 3633, 312, 8212, 221, 325, 671, 5604, 671, 299, 477, 51, 125, 2255, 51, 471, 5741, 45, 4082, 312, 374, 221, 671, 5604, 671, 299, 477, 51, 471, 4411, 45, 4082, 312, 374, 221, 2278, 1197, 5604, 3656, 299, 5604, 671, 51, 19682, 45, 8657, 312, 453, 6429, 3673, 341, 2109, 7348, 458, 1674, 51, 374, 221, 5384, 2717, 51, 29572, 45, 2608, 3656, 51, 1340, 312, 8212, 221, 597, 51, 5384, 2319, 51, 543, 13800, 2717, 45, 5384, 2717, 312, 8212, 221, 597, 51, 5384, 2319, 51, 1838, 45, 2608, 3656, 312, 621, 6993, 477, 51, 5384, 2319, 51, 2698, 13800, 2717, 492, 16311, 6993, 4101, 51, 1357, 45, 671, 51, 1664, 459, 11480, 25920, 120, 1508, 7519, 3654, 391, 341, 13647, 10045, 105, 3534, 566, 411, 4891, 49, 5604, 3656, 51, 1340, 894, 3281, 339, 222, 221, 130, 3038, 221, 69, 1806, 222, 221, 942, 782, 4248, 365, 2589, 6300, 320, 376, 221, 597, 51, 5384, 2319, 51, 11332, 492, 376, 221, 597, 51, 5384, 2319, 51, 2698, 492, 4102, 221, 597, 51, 13624, 2319, 51, 2698, 492, 376, 221, 597, 51, 37273, 2319, 51, 2698, 492, 376, 221, 597, 51, 781, 2319, 51, 2698, 492, 4102, 221, 4089, 51, 1357, 459, 31062, 42631, 18386, 7519, 8791, 5377, 222, 221, 130, 3038, 221, 1350, 376, 338, 25316, 619, 9158, 794, 3112, 391, 619, 7408, 910, 642, 341, 7348, 376, 338, 3433, 347, 341, 462, 327, 1555, 63, 9360, 50, 61, 46, 376, 338, 4517, 338, 496, 772, 9145, 376, 338, 496, 620, 376, 338, 496, 5124, 18082, 42302, 376, 588, 222, 221, 2072, 910, 391, 4411, 45, 3995, 794, 3112, 9145, 46, 2589, 18082, 42302, 320, 376, 221, 12561, 8783, 43109, 299, 556, 34785, 492, 376, 221, 3989, 7294, 299, 556, 35998, 3989, 45, 2051, 1880, 49, 7348, 312, 376, 221, 597, 51, 125, 2255, 51, 471, 5741, 45, 4082, 49, 7294, 312, 376, 221, 671, 5604, 299, 43109, 51, 3127, 45, 8657, 312, 4102, 221, 620, 5604, 64, 222, 221, 130, 3038, 221, 1350, 376, 338, 3777, 341, 4891, 5198, 642, 341, 5122, 4956, 5384, 51, 6756, 2316, 376, 338, 1691, 341, 4891, 1976, 666, 962, 642, 341, 10865, 5122, 4956, 5384, 51, 6756, 411, 4517, 338, 1636, 341, 5122, 458, 3654, 480, 341, 556, 4891, 458, 4731, 51, 376, 338, 4517, 338, 496, 772, 4891, 376, 338, 496, 620, 906, 2454, 575, 8851, 4891, 641, 331, 821, 51, 376, 588, 222, 221, 2072, 910, 640, 8223, 10246, 45, 671, 4891, 46, 320, 376, 221, 671, 556, 10246, 299, 4891, 64, 376, 221, 671, 5122, 299, 4956, 5384, 51, 6756, 884, 4102, 221, 344, 327, 673, 909, 10246, 51, 20982, 45, 6749, 46, 848, 320, 374, 221, 909, 10246, 1475, 5122, 64, 376, 221, 130, 4102, 221, 620, 556, 10246, 64, 222, 221, 130, 26000, 221, 1350, 376, 338, 3777, 331, 1536, 391, 619, 7408, 4891, 664, 619, 9158, 794, 3112, 536, 9145, 4148, 563, 331, 2716, 13732, 51, 376, 338, 8119, 338, 496, 772, 9145, 376, 338, 496, 772, 13732, 376, 338, 496, 620, 376, 588, 222, 221, 2072, 910, 640, 10246, 1580, 3995, 794, 3112, 45, 3995, 794, 3112, 9145, 49, 12763, 8444, 10246, 8095, 13732, 46, 320, 376, 221, 671, 4891, 299, 762, 64, 453, 4314, 63, 25879, 1263, 13732, 4102, 221, 344, 327, 14008, 630, 12763, 8444, 10246, 8095, 51, 17058, 100, 42825, 84, 1767, 46, 320, 8212, 221, 3633, 299, 477, 51, 390, 10246, 1811, 3995, 794, 3112, 45, 4082, 312, 23120, 221, 130, 832, 434, 244, 327, 14008, 630, 12763, 8444, 10246, 8095, 51, 28271, 744, 100, 3217, 46, 320, 8212, 221, 3633, 299, 477, 51, 390, 10246, 1580, 11313, 2995, 45, 4082, 312, 23120, 221, 130, 832, 434, 327, 13732, 630, 12763, 8444, 10246, 8095, 51, 9021, 46, 320, 2556, 221, 3633, 299, 477, 51, 390, 10246, 1580, 3437, 112, 45, 4082, 312, 1332, 221, 130, 1332, 221, 620, 4891, 64, 222, 221, 130, 26000, 221, 1350, 376, 338, 3777, 331, 1536, 391, 619, 7408, 4891, 664, 619, 9158, 794, 3112, 536, 9145, 51, 376, 338, 906, 7408, 4891, 458, 4148, 563, 341, 1840, 2502, 49, 362, 973, 333, 480, 828, 51, 376, 338, 906, 1536, 458, 244, 3290, 829, 341, 1840, 2502, 49, 3774, 708, 2293, 904, 10575, 8628, 2012, 4517, 338, 18634, 451, 2645, 244, 54, 53, 53, 53, 4706, 51, 376, 338, 4517, 338, 496, 772, 9145, 376, 338, 496, 620, 906, 822, 1536, 51, 376, 588, 222, 221, 2072, 910, 640, 10246, 1811, 3995, 794, 3112, 45, 3995, 794, 3112, 9145, 46, 320, 376, 221, 671, 1840, 798, 244, 221, 66, 9145, 51, 35778, 798, 492, 376, 221, 671, 362, 973, 333, 4238, 221, 66, 9145, 51, 390, 73, 973, 333, 492, 376, 221, 671, 828, 10883, 221, 66, 9145, 51, 7068, 492, 4102, 221, 671, 822, 625, 221, 66, 9145, 51, 22184, 625, 492, 376, 221, 671, 4258, 221, 66, 9145, 51, 390, 5951, 492, 4102, 221, 344, 327, 105, 973, 333, 630, 762, 1528, 374, 221, 105, 973, 333, 299, 5127, 376, 221, 130, 4102, 221, 671, 4937, 299, 1840, 798, 51, 8724, 45, 2826, 798, 51, 1340, 365, 449, 244, 56, 46, 494, 13198, 494, 1840, 798, 64, 453, 21798, 341, 2419, 244, 56, 1470, 451, 341, 6222, 2502, 480, 1636, 341, 6222, 2502, 4102, 221, 620, 910, 51, 1664, 4923, 120, 9731, 120, 9353, 120, 9353, 120, 51, 2608, 411, 4937, 49, 1840, 798, 49, 362, 973, 333, 49, 828, 312, 222, 221, 130, 3038, 221, 1350, 4517, 338, 906, 7408, 4891, 458, 4148, 563, 341, 12498, 49, 362, 973, 333, 619, 828, 51, 376, 338, 906, 12498, 458, 1674, 641, 3378, 51, 376, 338, 4517, 338, 496, 772, 9145, 376, 338, 496, 620, 906, 822, 1536, 51, 376, 588, 222, 221, 2072, 910, 640, 10246, 1580, 11313, 2995, 45, 3995, 794, 3112, 9145, 46, 320, 376, 221, 671, 1840, 798, 244, 221, 66, 9145, 51, 35778, 798, 492, 376, 221, 671, 362, 973, 333, 18178, 221, 66, 9145, 51, 390, 73, 973, 333, 492, 376, 221, 671, 828, 10883, 221, 66, 9145, 51, 7068, 492, 4102, 221, 671, 4937, 10883, 221, 66, 1840, 798, 64, 4102, 221, 620, 910, 51, 1664, 4923, 120, 9731, 120, 9353, 120, 9353, 120, 51, 2608, 411, 4937, 49, 1840, 798, 49, 362, 973, 333, 49, 828, 312, 222, 221, 130, 499, 221, 1350, 376, 338, 906, 7408, 4891, 458, 4148, 563, 341, 5500, 80, 49, 362, 973, 625, 480, 828, 51, 376, 338, 906, 5500, 80, 458, 28219, 391, 2208, 341, 822, 2684, 327, 27384, 451, 7472, 7152, 46, 376, 338, 4517, 338, 496, 772, 9145, 376, 338, 496, 620, 906, 822, 1536, 51, 376, 588, 222, 221, 2072, 910, 640, 10246, 1580, 3437, 112, 45, 3995, 794, 3112, 9145, 46, 320, 376, 221, 671, 1840, 798, 299, 9145, 51, 35778, 798, 492, 376, 221, 2826, 798, 299, 1840, 798, 51, 3249, 459, 9398, 4840, 742, 376, 221, 2826, 798, 299, 1840, 798, 51, 3249, 30677, 4840, 742, 1332, 221, 671, 362, 973, 333, 244, 221, 66, 9145, 51, 390, 73, 973, 333, 492, 376, 221, 671, 828, 4238, 221, 66, 9145, 51, 7068, 492, 4102, 221, 344, 327, 105, 973, 333, 630, 762, 1528, 374, 221, 105, 973, 333, 299, 5127, 376, 221, 130, 4102, 221, 671, 4937, 299, 1840, 798, 51, 8724, 45, 2826, 798, 51, 1340, 365, 449, 244, 56, 46, 494, 13198, 494, 1840, 798, 64, 453, 21798, 341, 2419, 244, 56, 1470, 451, 341, 6222, 2502, 480, 1636, 341, 6222, 2502, 4102, 221, 620, 910, 51, 1664, 4923, 120, 9731, 120, 9353, 120, 9353, 120, 51, 2608, 411, 4937, 49, 1840, 798, 49, 362, 973, 333, 49, 828, 312, 222, 221, 130, 376, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
2,254
true
70.630631
true
true
FinderWindow.java
/FileExtraction/Java_unseen/crbednarz_AMIDST/src/MoF/FinderWindow.java
package MoF; import amidst.Amidst; import amidst.gui.menu.AmidstMenu; import java.awt.BorderLayout; import java.awt.Container; import java.awt.event.*; import javax.swing.JFrame; public class FinderWindow extends JFrame { private static final long serialVersionUID = 196896954675968191L; public static FinderWindow instance; private Container pane; public Project curProject; //TODO public static boolean dataCollect; private final AmidstMenu menuBar; public FinderWindow() { //Initialize window super("Amidst v" + Amidst.version()); setSize(1000,800); //setLookAndFeel(); pane = getContentPane(); //UI Manager: pane.setLayout(new BorderLayout()); new UpdateManager(this, true).start(); setJMenuBar(menuBar = new AmidstMenu(this)); setVisible(true); setIconImage(Amidst.icon); instance = this; addWindowListener(new WindowAdapter() { @Override public void windowClosing(WindowEvent e) { dispose(); System.exit(0); } }); } public void clearProject() { // FIXME Release resources. if (curProject != null) { removeKeyListener(curProject.getKeyListener()); curProject.dispose(); pane.remove(curProject); System.gc(); } } public void setProject(Project ep) { menuBar.mapMenu.setEnabled(true); curProject = ep; addKeyListener(ep.getKeyListener()); pane.add(curProject, BorderLayout.CENTER); this.validate(); } }
1,407
Java
.java
crbednarz/AMIDST
271
54
93
2013-03-30T13:09:43Z
2015-12-30T17:38:07Z
3b33b54081340ae6d583946ea084145bc2ab9628942ebc3f694818aa773d69cf
[ 1337, 12444, 75, 64, 499, 222, 485, 3874, 333, 289, 51, 70, 7852, 289, 64, 222, 485, 3874, 333, 289, 51, 8472, 51, 3055, 51, 70, 7852, 289, 2689, 64, 222, 485, 1401, 51, 8236, 51, 7263, 2362, 64, 222, 485, 1401, 51, 8236, 51, 2894, 64, 222, 485, 1401, 51, 8236, 51, 1585, 7737, 222, 485, 3698, 51, 5934, 51, 79, 2163, 64, 222, 222, 942, 462, 10420, 512, 1684, 2041, 990, 2163, 320, 222, 221, 2072, 924, 1175, 1964, 19896, 299, 244, 54, 62, 59, 61, 62, 59, 62, 58, 57, 59, 60, 58, 62, 59, 61, 54, 62, 54, 81, 64, 222, 221, 942, 924, 10420, 512, 1684, 1998, 64, 222, 221, 2072, 9103, 24121, 64, 222, 221, 942, 5426, 2756, 3214, 64, 244, 453, 10767, 222, 221, 942, 924, 1922, 727, 7942, 64, 222, 221, 2072, 1175, 418, 7852, 289, 2689, 5279, 2914, 64, 222, 221, 942, 10420, 512, 1684, 365, 320, 376, 221, 325, 9968, 3240, 376, 221, 5282, 459, 70, 7852, 289, 373, 39, 494, 418, 7852, 289, 51, 1687, 1052, 4102, 221, 29572, 45, 54, 53, 53, 53, 49, 61, 53, 53, 312, 376, 221, 325, 489, 7767, 2199, 31535, 492, 376, 221, 16415, 299, 36828, 7586, 492, 376, 221, 325, 2299, 10706, 63, 376, 221, 16415, 51, 20113, 45, 909, 38816, 1052, 376, 221, 909, 4013, 1590, 45, 597, 49, 878, 566, 1384, 492, 376, 221, 489, 79, 41784, 45, 3055, 2914, 299, 556, 418, 7852, 289, 2689, 45, 597, 894, 376, 221, 18215, 45, 1527, 312, 376, 221, 30587, 1675, 45, 70, 7852, 289, 51, 1584, 312, 376, 221, 2403, 299, 477, 64, 4102, 221, 688, 15274, 45, 909, 12016, 4433, 365, 320, 374, 221, 69, 1806, 374, 221, 942, 782, 3240, 23745, 45, 1684, 1167, 503, 46, 320, 621, 221, 19904, 492, 621, 221, 1615, 51, 4788, 45, 53, 312, 374, 221, 130, 376, 221, 1933, 222, 221, 130, 3038, 221, 942, 782, 4250, 3214, 365, 320, 376, 221, 325, 18352, 11045, 6091, 51, 376, 221, 344, 327, 1556, 3214, 882, 762, 46, 320, 374, 221, 2564, 971, 2239, 45, 1556, 3214, 51, 11728, 2239, 1052, 374, 221, 1556, 3214, 51, 19904, 492, 374, 221, 16415, 51, 2564, 45, 1556, 3214, 312, 374, 221, 1615, 51, 9285, 492, 376, 221, 130, 222, 221, 130, 222, 221, 942, 782, 758, 3214, 45, 3214, 11265, 46, 320, 376, 221, 3055, 2914, 51, 1130, 2689, 51, 18822, 45, 1527, 312, 376, 221, 1556, 3214, 299, 11265, 64, 1332, 221, 688, 971, 2239, 45, 950, 51, 11728, 2239, 1052, 376, 221, 16415, 51, 688, 45, 1556, 3214, 49, 38816, 51, 16562, 312, 4102, 221, 597, 51, 4647, 492, 222, 221, 130, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
450
true
70.220327
true
true
ClinicianSpecialtiesConfigRefVo.java
/FileExtraction/Java_unseen/IMS-MAXIMS_openMAXIMS/Source Library/openmaxims_workspace/ValueObjects/src/ims/core/admin/vo/ClinicianSpecialtiesConfigRefVo.java
//############################################################################# //# # //# Copyright (C) <2015> <IMS MAXIMS> # //# # //# This program is free software: you can redistribute it and/or modify # //# it under the terms of the GNU Affero General Public License as # //# published by the Free Software Foundation, either version 3 of the # //# License, or (at your option) any later version. # //# # //# This program is distributed in the hope that it will be useful, # //# but WITHOUT ANY WARRANTY; without even the implied warranty of # //# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # //# GNU Affero General Public License for more details. # //# # //# You should have received a copy of the GNU Affero General Public License # //# along with this program. If not, see <http://www.gnu.org/licenses/>. # //# # //# IMS MAXIMS provides absolutely NO GUARANTEE OF THE CLINICAL SAFTEY of # //# this program. Users of this software do so entirely at their own risk. # //# IMS MAXIMS only ensures the Clinical Safety of unaltered run-time # //# software that it builds, deploys and maintains. # //# # //############################################################################# //#EOH // This code was generated by Barbara Worwood using IMS Development Environment (version 1.80 build 5589.25814) // Copyright (C) 1995-2015 IMS MAXIMS. All rights reserved. // WARNING: DO NOT MODIFY the content of this file package ims.core.admin.vo; /** * Linked to core.admin.ClinicianSpecialtiesConfig business object (ID: 1004100041). */ public class ClinicianSpecialtiesConfigRefVo extends ims.vo.ValueObjectRef implements ims.domain.IDomainGetter { private static final long serialVersionUID = 1L; public ClinicianSpecialtiesConfigRefVo() { } public ClinicianSpecialtiesConfigRefVo(Integer id, int version) { super(id, version); } public final boolean getID_ClinicianSpecialtiesConfigIsNotNull() { return this.id != null; } public final Integer getID_ClinicianSpecialtiesConfig() { return this.id; } public final void setID_ClinicianSpecialtiesConfig(Integer value) { this.id = value; } public final int getVersion_ClinicianSpecialtiesConfig() { return this.version; } public Object clone() { return new ClinicianSpecialtiesConfigRefVo(this.id, this.version); } public final ClinicianSpecialtiesConfigRefVo toClinicianSpecialtiesConfigRefVo() { if(this.id == null) return this; return new ClinicianSpecialtiesConfigRefVo(this.id, this.version); } public boolean equals(Object obj) { if(!(obj instanceof ClinicianSpecialtiesConfigRefVo)) return false; ClinicianSpecialtiesConfigRefVo compareObj = (ClinicianSpecialtiesConfigRefVo)obj; if(this.id != null && compareObj.getBoId() != null) return this.id.equals(compareObj.getBoId()); if(this.id != null && compareObj.getBoId() == null) return false; if(this.id == null && compareObj.getBoId() != null) return false; return super.equals(obj); } public int hashCode() { if(this.id != null) return this.id.intValue(); return super.hashCode(); } public boolean isValidated() { return true; } public String[] validate() { return null; } public String getBoClassName() { return "ims.core.admin.domain.objects.ClinicianSpecialtiesConfig"; } public Class getDomainClass() { return ims.core.admin.domain.objects.ClinicianSpecialtiesConfig.class; } public String getIItemText() { return toString(); } public String toString() { return this.getClass().toString() + " (ID: " + (this.id == null ? "null" : this.id.toString()) + ")"; } public int compareTo(Object obj) { if (obj == null) return -1; if (!(obj instanceof ClinicianSpecialtiesConfigRefVo)) throw new ClassCastException("A ClinicianSpecialtiesConfigRefVo object cannot be compared an Object of type " + obj.getClass().getName()); if (this.id == null) return 1; if (((ClinicianSpecialtiesConfigRefVo)obj).getBoId() == null) return -1; return this.id.compareTo(((ClinicianSpecialtiesConfigRefVo)obj).getBoId()); } // this method is not needed. It is here for compatibility purpose only. public int compareTo(Object obj, boolean caseInsensitive) { if(caseInsensitive); // this is to avoid Eclipse warning return compareTo(obj); } public Object getFieldValueByFieldName(String fieldName) { if(fieldName == null) throw new ims.framework.exceptions.CodingRuntimeException("Invalid field name"); fieldName = fieldName.toUpperCase(); if(fieldName.equals("ID_CLINICIANSPECIALTIESCONFIG")) return getID_ClinicianSpecialtiesConfig(); return super.getFieldValueByFieldName(fieldName); } }
5,435
Java
.java
IMS-MAXIMS/openMAXIMS
61
50
23
2014-06-12T12:04:02Z
2020-07-31T09:34:49Z
1cf67cb870ab967ba4ac7cb545b3b7d936e0a865701a608260df58d5e42036ee
[ 325, 19989, 8689, 222, 16802, 42053, 607, 222, 16802, 244, 2657, 327, 72, 46, 350, 55, 53, 54, 58, 67, 244, 350, 2348, 88, 7490, 2348, 88, 67, 22768, 607, 222, 16802, 42053, 607, 222, 16802, 244, 1369, 3477, 458, 3760, 2951, 63, 863, 902, 14081, 580, 480, 52, 290, 5370, 281, 607, 222, 16802, 244, 580, 1549, 341, 5974, 451, 341, 6994, 30994, 6153, 5062, 1196, 641, 2281, 607, 222, 16802, 244, 9582, 829, 341, 7834, 3870, 7120, 49, 3173, 1522, 244, 56, 451, 341, 981, 607, 222, 16802, 244, 1196, 49, 575, 327, 288, 1390, 2489, 46, 1364, 6146, 1522, 51, 10094, 607, 244, 222, 16802, 42053, 607, 222, 16802, 244, 1369, 3477, 458, 2744, 347, 341, 9850, 708, 580, 1118, 545, 6386, 49, 2052, 607, 222, 16802, 244, 1294, 4213, 2979, 9345, 64, 2895, 4462, 341, 4506, 14319, 451, 2281, 607, 222, 16802, 244, 7934, 575, 8114, 4800, 418, 7848, 7763, 51, 244, 2819, 341, 1485, 607, 222, 16802, 244, 6994, 30994, 6153, 5062, 1196, 456, 1851, 4261, 51, 7223, 607, 222, 16802, 42053, 607, 222, 16802, 244, 2469, 1414, 1178, 6589, 331, 1948, 451, 341, 6994, 30994, 6153, 5062, 1196, 607, 222, 16802, 244, 7979, 642, 477, 3477, 51, 244, 1691, 666, 49, 2337, 350, 544, 574, 1516, 51, 10627, 51, 1107, 52, 4205, 28699, 283, 607, 222, 16802, 42053, 607, 222, 16802, 244, 457, 2758, 7490, 2348, 88, 7388, 39501, 4452, 26147, 802, 946, 1731, 74, 2258, 2906, 5052, 540, 12634, 377, 5999, 1731, 94, 451, 283, 607, 222, 16802, 244, 477, 3477, 51, 244, 14213, 451, 477, 2951, 764, 1278, 22793, 840, 3641, 4387, 19916, 51, 244, 607, 222, 16802, 244, 457, 2758, 7490, 2348, 88, 1773, 26085, 341, 409, 1823, 1599, 377, 21778, 451, 725, 17776, 337, 1441, 50, 1021, 370, 607, 222, 16802, 244, 2951, 708, 580, 13968, 49, 428, 44513, 480, 48573, 51, 10094, 607, 222, 16802, 42053, 607, 222, 325, 19989, 8689, 222, 16802, 10207, 77, 222, 325, 1369, 1361, 1616, 4741, 829, 11489, 39305, 643, 290, 21100, 1493, 457, 2758, 15606, 10584, 327, 1687, 244, 54, 51, 61, 53, 1984, 244, 58, 58, 61, 62, 51, 55, 58, 61, 54, 57, 46, 222, 325, 2657, 327, 72, 46, 244, 54, 62, 62, 58, 50, 55, 53, 54, 58, 457, 2758, 7490, 2348, 88, 51, 3381, 4760, 5225, 51, 222, 325, 18226, 63, 4103, 2387, 24110, 341, 1813, 451, 477, 822, 222, 222, 1337, 3987, 120, 51, 1284, 51, 2317, 51, 2103, 64, 222, 222, 1350, 222, 338, 18218, 391, 5305, 51, 2317, 51, 40680, 39810, 11506, 43947, 1081, 12609, 1319, 327, 798, 63, 244, 54, 53, 53, 57, 54, 53, 53, 53, 57, 54, 566, 222, 588, 222, 942, 462, 409, 1823, 39810, 11506, 43947, 1081, 2099, 12536, 2041, 3987, 120, 51, 2103, 51, 43984, 2099, 4584, 3987, 120, 51, 4136, 51, 798, 2182, 11722, 222, 128, 222, 221, 2072, 924, 1175, 1964, 19896, 299, 244, 54, 81, 64, 499, 221, 942, 409, 1823, 39810, 11506, 43947, 1081, 2099, 12536, 365, 222, 221, 128, 222, 221, 130, 222, 221, 942, 409, 1823, 39810, 11506, 43947, 1081, 2099, 12536, 45, 3078, 828, 49, 648, 1522, 46, 222, 221, 128, 376, 221, 5282, 45, 333, 49, 1522, 312, 222, 221, 130, 222, 221, 942, 1175, 1922, 640, 798, 100, 40680, 39810, 11506, 43947, 1081, 25183, 365, 222, 221, 128, 376, 221, 620, 477, 51, 333, 882, 762, 64, 222, 221, 130, 222, 221, 942, 1175, 4418, 640, 798, 100, 40680, 39810, 11506, 43947, 1081, 365, 222, 221, 128, 376, 221, 620, 477, 51, 333, 64, 222, 221, 130, 222, 221, 942, 1175, 782, 758, 798, 100, 40680, 39810, 11506, 43947, 1081, 45, 3078, 804, 46, 222, 221, 128, 376, 221, 597, 51, 333, 299, 804, 64, 222, 221, 130, 222, 221, 942, 1175, 648, 640, 2080, 100, 40680, 39810, 11506, 43947, 1081, 365, 222, 221, 128, 376, 221, 620, 477, 51, 1687, 64, 222, 221, 130, 222, 221, 942, 2210, 7905, 365, 222, 221, 128, 376, 221, 620, 556, 409, 1823, 39810, 11506, 43947, 1081, 2099, 12536, 45, 597, 51, 333, 49, 477, 51, 1687, 312, 222, 221, 130, 222, 221, 942, 1175, 409, 1823, 39810, 11506, 43947, 1081, 2099, 12536, 391, 40680, 39810, 11506, 43947, 1081, 2099, 12536, 365, 222, 221, 128, 376, 221, 344, 45, 597, 51, 333, 630, 762, 46, 374, 221, 620, 477, 64, 376, 221, 620, 556, 409, 1823, 39810, 11506, 43947, 1081, 2099, 12536, 45, 597, 51, 333, 49, 477, 51, 1687, 312, 222, 221, 130, 222, 221, 942, 1922, 12432, 45, 976, 2847, 46, 222, 221, 128, 376, 221, 344, 32900, 2085, 5118, 409, 1823, 39810, 11506, 43947, 1081, 2099, 12536, 509, 374, 221, 620, 920, 64, 376, 221, 40680, 39810, 11506, 43947, 1081, 2099, 12536, 8910, 3287, 299, 327, 40680, 39810, 11506, 43947, 1081, 2099, 12536, 46, 2085, 64, 376, 221, 344, 45, 597, 51, 333, 882, 762, 979, 8910, 3287, 51, 390, 5558, 625, 365, 882, 762, 46, 374, 221, 620, 477, 51, 333, 51, 3591, 45, 6076, 3287, 51, 390, 5558, 625, 1052, 376, 221, 344, 45, 597, 51, 333, 882, 762, 979, 8910, 3287, 51, 390, 5558, 625, 365, 630, 762, 46, 374, 221, 620, 920, 64, 376, 221, 344, 45, 597, 51, 333, 630, 762, 979, 8910, 3287, 51, 390, 5558, 625, 365, 882, 762, 46, 374, 221, 620, 920, 64, 376, 221, 620, 2615, 51, 3591, 45, 2085, 312, 222, 221, 130, 222, 221, 942, 648, 17759, 365, 222, 221, 128, 376, 221, 344, 45, 597, 51, 333, 882, 762, 46, 374, 221, 620, 477, 51, 333, 51, 22777, 492, 376, 221, 620, 2615, 51, 14941, 492, 222, 221, 130, 222, 221, 942, 1922, 20424, 751, 365, 222, 221, 128, 376, 221, 620, 878, 64, 222, 221, 130, 222, 221, 942, 910, 1197, 6051, 365, 222, 221, 128, 376, 221, 620, 762, 64, 222, 221, 130, 222, 221, 942, 910, 640, 5558, 8478, 365, 222, 221, 128, 376, 221, 620, 332, 16178, 51, 1284, 51, 2317, 51, 4136, 51, 5754, 51, 40680, 39810, 11506, 43947, 1081, 884, 222, 221, 130, 222, 221, 942, 1727, 640, 5048, 1359, 365, 222, 221, 128, 376, 221, 620, 3987, 120, 51, 1284, 51, 2317, 51, 4136, 51, 5754, 51, 40680, 39810, 11506, 43947, 1081, 51, 842, 64, 222, 221, 130, 222, 221, 942, 910, 640, 78, 1114, 1049, 365, 222, 221, 128, 376, 221, 620, 11349, 492, 222, 221, 130, 222, 221, 942, 910, 11349, 365, 222, 221, 128, 376, 221, 620, 477, 51, 9699, 941, 3127, 365, 494, 332, 327, 798, 63, 332, 494, 327, 597, 51, 333, 630, 762, 1037, 332, 1710, 39, 518, 477, 51, 333, 51, 3127, 1177, 494, 34305, 222, 221, 130, 222, 221, 942, 648, 8910, 724, 45, 976, 2847, 46, 222, 221, 128, 376, 221, 344, 327, 2085, 630, 762, 46, 374, 221, 620, 449, 54, 64, 376, 221, 344, 11014, 2085, 5118, 409, 1823, 39810, 11506, 43947, 1081, 2099, 12536, 509, 374, 221, 5267, 556, 1727, 36886, 459, 70, 409, 1823, 39810, 11506, 43947, 1081, 2099, 12536, 1319, 4897, 545, 19187, 619, 2210, 451, 847, 332, 494, 2847, 51, 9699, 941, 5175, 1052, 376, 221, 344, 327, 597, 51, 333, 630, 762, 46, 374, 221, 620, 244, 54, 64, 376, 221, 344, 8587, 40680, 39810, 11506, 43947, 1081, 2099, 12536, 46, 2085, 566, 390, 5558, 625, 365, 630, 762, 46, 374, 221, 620, 449, 54, 64, 376, 221, 620, 477, 51, 333, 51, 23879, 7738, 40680, 39810, 11506, 43947, 1081, 2099, 12536, 46, 2085, 566, 390, 5558, 625, 1052, 222, 221, 130, 222, 221, 325, 477, 1431, 458, 666, 5366, 51, 2048, 458, 2464, 456, 14673, 11673, 1773, 51, 222, 221, 942, 648, 8910, 724, 45, 976, 2847, 49, 1922, 1152, 6916, 10477, 46, 222, 221, 128, 376, 221, 344, 45, 1749, 6916, 10477, 312, 453, 477, 458, 391, 7373, 29619, 5987, 376, 221, 620, 8910, 724, 45, 2085, 312, 222, 221, 130, 499, 221, 942, 2210, 640, 23413, 1103, 20484, 45, 671, 22759, 46, 222, 221, 128, 376, 221, 344, 45, 19216, 630, 762, 46, 374, 221, 5267, 556, 3987, 120, 51, 2863, 51, 11453, 51, 27406, 19296, 459, 3828, 1620, 655, 742, 376, 221, 19216, 299, 22759, 51, 18068, 492, 376, 221, 344, 45, 19216, 51, 3591, 459, 798, 100, 1601, 540, 1122, 26969, 33556, 3731, 6196, 2152, 374, 221, 620, 640, 798, 100, 40680, 39810, 11506, 43947, 1081, 492, 376, 221, 620, 2615, 51, 18257, 899, 1103, 20484, 45, 19216, 312, 222, 221, 130, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
1,416
true
61.439637
true
true
CC2Elm.java
/FileExtraction/Java_unseen/SEVA77_circuitjs1/src/main/java/com/lushprojects/circuitjs1/client/CC2Elm.java
/* Copyright (C) Paul Falstad and Iain Sharp This file is part of CircuitJS1. CircuitJS1 is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version. CircuitJS1 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with CircuitJS1. If not, see <http://www.gnu.org/licenses/>. */ package com.lushprojects.circuitjs1.client; class CC2Elm extends ChipElm { double gain; public CC2Elm(int xx, int yy) { super(xx, yy); gain = 1; } public CC2Elm(int xx, int yy, int g) { super(xx, yy); gain = g; } public CC2Elm(int xa, int ya, int xb, int yb, int f, StringTokenizer st) { super(xa, ya, xb, yb, f, st); gain = new Double(st.nextToken()).doubleValue(); } String dump() { return super.dump() + " " + gain; } String getChipName() { return "CC2"; } void setupPins() { sizeX = 2; sizeY = 3; pins = new Pin[3]; pins[0] = new Pin(0, SIDE_W, "X"); pins[0].output = true; pins[1] = new Pin(2, SIDE_W, "Y"); pins[2] = new Pin(1, SIDE_E, "Z"); } void getInfo(String arr[]) { arr[0] = (gain == 1) ? "CCII+~" : "CCII-~"; // ~ is for localization arr[1] = "X,Y = " + getVoltageText(volts[0]); arr[2] = "Z = " + getVoltageText(volts[2]); arr[3] = "I = " + getCurrentText(pins[0].current); } //boolean nonLinear() { return true; } @Override boolean isDigitalChip() { return false; } void stamp() { // X voltage = Y voltage sim.stampVoltageSource(0, nodes[0], pins[0].voltSource); sim.stampVCVS(0, nodes[1], 1, pins[0].voltSource); // Z current = gain * X current sim.stampCCCS(0, nodes[2], pins[0].voltSource, gain); } void calculateCurrent() { super.calculateCurrent(); pins[2].current = pins[0].current * gain; } void draw(Graphics g) { drawChip(g); } int getPostCount() { return 3; } int getVoltageSourceCount() { return 1; } int getDumpType() { return 179; } } class CC2NegElm extends CC2Elm { public CC2NegElm(int xx, int yy) { super(xx, yy, -1); } Class getDumpClass() { return CC2Elm.class; } }
2,506
Java
.java
SEVA77/circuitjs1
226
37
7
2018-03-09T03:32:35Z
2024-04-20T14:00:41Z
bb1106def0af963d4f3c535bf8a0437e3e1d14aeaaecb608cdbf0adc60b09998
[ 1127, 18081, 2657, 327, 72, 46, 30498, 525, 298, 289, 358, 480, 457, 524, 44874, 2205, 1369, 822, 458, 1760, 451, 41795, 4638, 54, 51, 465, 41795, 4638, 54, 458, 3760, 2951, 63, 863, 902, 14081, 580, 480, 52, 290, 5370, 303, 580, 1549, 341, 5974, 451, 341, 6994, 6153, 5062, 1196, 641, 9582, 829, 303, 341, 7834, 3870, 7120, 49, 3173, 1522, 244, 55, 451, 341, 1196, 49, 575, 303, 327, 288, 1390, 2489, 46, 1364, 6146, 1522, 51, 465, 41795, 4638, 54, 458, 2744, 347, 341, 9850, 708, 580, 1118, 545, 6386, 49, 303, 1294, 4213, 2979, 9345, 64, 2895, 4462, 341, 4506, 14319, 451, 303, 7934, 575, 8114, 4800, 418, 7848, 7763, 51, 244, 2819, 341, 303, 6994, 6153, 5062, 1196, 456, 1851, 4261, 51, 465, 2469, 1414, 1178, 6589, 331, 1948, 451, 341, 6994, 6153, 5062, 1196, 303, 7979, 642, 41795, 4638, 54, 51, 244, 1691, 666, 49, 2337, 350, 544, 574, 1516, 51, 10627, 51, 1107, 52, 4205, 28699, 222, 1975, 222, 222, 1337, 785, 51, 113, 1391, 7327, 51, 23478, 773, 54, 51, 1598, 64, 465, 462, 14242, 55, 41665, 2041, 1902, 658, 41665, 320, 222, 221, 2640, 19287, 64, 222, 221, 942, 14242, 55, 41665, 45, 429, 23701, 49, 648, 9604, 46, 320, 2615, 45, 2388, 49, 9604, 312, 19287, 299, 244, 54, 64, 339, 222, 221, 942, 14242, 55, 41665, 45, 429, 23701, 49, 648, 9604, 49, 648, 504, 46, 320, 2615, 45, 2388, 49, 9604, 312, 19287, 299, 504, 64, 339, 222, 221, 942, 14242, 55, 41665, 45, 429, 37783, 49, 648, 24306, 49, 648, 837, 103, 49, 648, 553, 103, 49, 648, 315, 49, 21131, 910, 22411, 395, 46, 320, 3281, 2615, 45, 2942, 49, 24306, 49, 837, 103, 49, 553, 103, 49, 315, 49, 395, 312, 3281, 19287, 299, 556, 6938, 45, 289, 51, 34074, 4269, 46881, 492, 222, 221, 130, 222, 221, 671, 10137, 365, 320, 3281, 461, 2615, 51, 5955, 365, 494, 332, 332, 494, 19287, 64, 222, 221, 130, 222, 221, 671, 640, 27412, 577, 365, 320, 461, 332, 2218, 55, 884, 339, 222, 221, 1134, 4721, 85, 2395, 365, 320, 3281, 1354, 93, 299, 244, 55, 64, 3281, 1354, 94, 299, 244, 56, 64, 3281, 28553, 299, 556, 19603, 96, 56, 988, 3281, 28553, 96, 53, 98, 299, 556, 19603, 45, 53, 49, 377, 8464, 100, 92, 49, 332, 93, 742, 3281, 28553, 96, 53, 1015, 2051, 299, 878, 64, 3281, 28553, 96, 54, 98, 299, 556, 19603, 45, 55, 49, 377, 8464, 100, 92, 49, 332, 94, 742, 3281, 28553, 96, 55, 98, 299, 556, 19603, 45, 54, 49, 377, 8464, 100, 74, 49, 332, 95, 742, 222, 221, 130, 222, 221, 1134, 640, 1139, 45, 671, 5941, 9798, 320, 3281, 5941, 96, 53, 98, 299, 327, 19528, 630, 244, 54, 46, 1037, 332, 2218, 7135, 48, 131, 39, 518, 332, 2218, 7135, 50, 131, 884, 453, 3182, 458, 456, 34821, 3281, 5941, 96, 54, 98, 299, 332, 93, 49, 94, 299, 332, 494, 640, 38927, 1049, 45, 3088, 1448, 96, 53, 2004, 3281, 5941, 96, 55, 98, 299, 332, 95, 299, 332, 494, 640, 38927, 1049, 45, 3088, 1448, 96, 55, 2004, 3281, 5941, 96, 56, 98, 299, 332, 78, 299, 332, 494, 23403, 1049, 45, 33939, 96, 53, 1015, 1719, 312, 222, 221, 130, 222, 221, 325, 4412, 3000, 9505, 365, 320, 461, 878, 64, 339, 222, 221, 69, 1806, 1922, 458, 23487, 27412, 365, 320, 461, 920, 64, 339, 222, 221, 1134, 26161, 365, 320, 3281, 453, 1618, 30608, 299, 1432, 30608, 3281, 3805, 51, 2750, 38927, 2044, 45, 53, 49, 5193, 96, 53, 636, 28553, 96, 53, 1015, 3088, 121, 2044, 312, 3281, 3805, 51, 2750, 8418, 5775, 45, 53, 49, 5193, 96, 54, 636, 244, 54, 49, 28553, 96, 53, 1015, 3088, 121, 2044, 312, 3281, 453, 2538, 1565, 299, 19287, 338, 1618, 1565, 3281, 3805, 51, 2750, 2218, 3765, 45, 53, 49, 5193, 96, 55, 636, 28553, 96, 53, 1015, 3088, 121, 2044, 49, 19287, 312, 222, 221, 130, 222, 221, 1134, 9226, 3075, 365, 320, 3281, 2615, 51, 13000, 3075, 492, 3281, 28553, 96, 55, 1015, 1719, 299, 28553, 96, 53, 1015, 1719, 338, 19287, 64, 222, 221, 130, 222, 221, 1134, 5194, 45, 8524, 504, 46, 320, 3281, 5194, 27412, 45, 108, 312, 222, 221, 130, 222, 221, 429, 640, 3176, 1552, 365, 320, 461, 244, 56, 64, 339, 222, 221, 429, 640, 38927, 2044, 1552, 365, 320, 461, 244, 54, 64, 339, 222, 221, 429, 640, 15433, 638, 365, 320, 461, 244, 54, 60, 62, 64, 339, 303, 339, 222, 222, 842, 14242, 55, 10665, 41665, 2041, 14242, 55, 41665, 320, 303, 581, 14242, 55, 10665, 41665, 45, 429, 23701, 49, 648, 9604, 46, 320, 2615, 45, 2388, 49, 9604, 49, 449, 54, 312, 339, 303, 1727, 640, 15433, 1359, 365, 320, 461, 14242, 55, 41665, 51, 842, 64, 339, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
818
true
61.13328
true
true
CTCustomShow.java
/FileExtraction/Java_unseen/lamsfoundation_lams/3rdParty_sources/poi/org/openxmlformats/schemas/presentationml/x2006/main/CTCustomShow.java
/* * XML Type: CT_CustomShow * Namespace: http://schemas.openxmlformats.org/presentationml/2006/main * Java type: org.openxmlformats.schemas.presentationml.x2006.main.CTCustomShow * * Automatically generated - do not modify. */ package org.openxmlformats.schemas.presentationml.x2006.main; import org.apache.xmlbeans.impl.schema.ElementFactory; import org.apache.xmlbeans.impl.schema.AbstractDocumentFactory; import org.apache.xmlbeans.impl.schema.DocumentFactory; import org.apache.xmlbeans.impl.schema.SimpleTypeFactory; /** * An XML CT_CustomShow(@http://schemas.openxmlformats.org/presentationml/2006/main). * * This is a complex type. */ public interface CTCustomShow extends org.apache.xmlbeans.XmlObject { DocumentFactory<org.openxmlformats.schemas.presentationml.x2006.main.CTCustomShow> Factory = new DocumentFactory<>(org.apache.poi.schemas.ooxml.system.ooxml.TypeSystemHolder.typeSystem, "ctcustomshow4617type"); org.apache.xmlbeans.SchemaType type = Factory.getType(); /** * Gets the "sldLst" element */ org.openxmlformats.schemas.presentationml.x2006.main.CTSlideRelationshipList getSldLst(); /** * Sets the "sldLst" element */ void setSldLst(org.openxmlformats.schemas.presentationml.x2006.main.CTSlideRelationshipList sldLst); /** * Appends and returns a new empty "sldLst" element */ org.openxmlformats.schemas.presentationml.x2006.main.CTSlideRelationshipList addNewSldLst(); /** * Gets the "extLst" element */ org.openxmlformats.schemas.presentationml.x2006.main.CTExtensionList getExtLst(); /** * True if has "extLst" element */ boolean isSetExtLst(); /** * Sets the "extLst" element */ void setExtLst(org.openxmlformats.schemas.presentationml.x2006.main.CTExtensionList extLst); /** * Appends and returns a new empty "extLst" element */ org.openxmlformats.schemas.presentationml.x2006.main.CTExtensionList addNewExtLst(); /** * Unsets the "extLst" element */ void unsetExtLst(); /** * Gets the "name" attribute */ java.lang.String getName(); /** * Gets (as xml) the "name" attribute */ org.openxmlformats.schemas.presentationml.x2006.main.STName xgetName(); /** * Sets the "name" attribute */ void setName(java.lang.String name); /** * Sets (as xml) the "name" attribute */ void xsetName(org.openxmlformats.schemas.presentationml.x2006.main.STName name); /** * Gets the "id" attribute */ long getId(); /** * Gets (as xml) the "id" attribute */ org.apache.xmlbeans.XmlUnsignedInt xgetId(); /** * Sets the "id" attribute */ void setId(long id); /** * Sets (as xml) the "id" attribute */ void xsetId(org.apache.xmlbeans.XmlUnsignedInt id); }
2,886
Java
.java
lamsfoundation/lams
37
23
0
2017-06-13T03:22:42Z
2024-04-11T17:31:25Z
86059e47a476b18439e837334f60b02d4af54477670fe2e875297e47c5e2d307
[ 1127, 222, 338, 7408, 2782, 63, 244, 26086, 100, 3414, 4325, 222, 338, 18694, 63, 1930, 574, 14322, 51, 1693, 18981, 48819, 1990, 51, 1107, 52, 8157, 713, 52, 55, 53, 53, 59, 52, 1850, 222, 338, 4957, 847, 63, 1105, 51, 1693, 18981, 48819, 1990, 51, 14322, 51, 8157, 713, 51, 125, 55, 53, 53, 59, 51, 1850, 51, 952, 3414, 4325, 222, 338, 222, 338, 42691, 4741, 449, 764, 666, 5370, 51, 222, 588, 222, 1337, 1105, 51, 1693, 18981, 48819, 1990, 51, 14322, 51, 8157, 713, 51, 125, 55, 53, 53, 59, 51, 1850, 64, 222, 222, 485, 1105, 51, 2121, 51, 2608, 9580, 51, 3126, 51, 3982, 51, 1325, 2232, 64, 222, 485, 1105, 51, 2121, 51, 2608, 9580, 51, 3126, 51, 3982, 51, 5597, 3112, 2232, 64, 222, 485, 1105, 51, 2121, 51, 2608, 9580, 51, 3126, 51, 3982, 51, 3112, 2232, 64, 222, 485, 1105, 51, 2121, 51, 2608, 9580, 51, 3126, 51, 3982, 51, 5302, 638, 2232, 64, 499, 222, 1350, 222, 338, 2262, 7408, 26086, 100, 3414, 4325, 4810, 544, 574, 14322, 51, 1693, 18981, 48819, 1990, 51, 1107, 52, 8157, 713, 52, 55, 53, 53, 59, 52, 1850, 566, 222, 338, 222, 338, 1369, 458, 331, 8667, 847, 51, 222, 588, 222, 942, 2586, 26086, 3414, 4325, 2041, 1105, 51, 2121, 51, 2608, 9580, 51, 4411, 976, 320, 303, 6222, 2232, 65, 1107, 51, 1693, 18981, 48819, 1990, 51, 14322, 51, 8157, 713, 51, 125, 55, 53, 53, 59, 51, 1850, 51, 952, 3414, 4325, 67, 15590, 299, 556, 6222, 2232, 11530, 1107, 51, 2121, 51, 24588, 51, 14322, 51, 623, 2608, 51, 2964, 51, 623, 2608, 51, 638, 1615, 6773, 51, 700, 1615, 49, 332, 307, 3005, 2276, 57, 59, 54, 60, 700, 742, 303, 1105, 51, 2121, 51, 2608, 9580, 51, 3710, 638, 847, 299, 15590, 51, 10276, 492, 4054, 1041, 294, 338, 7132, 341, 332, 120, 1400, 33701, 39, 2016, 294, 588, 303, 1105, 51, 1693, 18981, 48819, 1990, 51, 14322, 51, 8157, 713, 51, 125, 55, 53, 53, 59, 51, 1850, 51, 952, 14361, 13171, 739, 43543, 1400, 33701, 492, 465, 1041, 294, 338, 9023, 341, 332, 120, 1400, 33701, 39, 2016, 294, 588, 303, 782, 758, 88, 1400, 33701, 45, 1107, 51, 1693, 18981, 48819, 1990, 51, 14322, 51, 8157, 713, 51, 125, 55, 53, 53, 59, 51, 1850, 51, 952, 14361, 13171, 739, 328, 1400, 33701, 312, 465, 1041, 294, 338, 2013, 1510, 480, 3235, 331, 556, 3517, 332, 120, 1400, 33701, 39, 2016, 294, 588, 303, 1105, 51, 1693, 18981, 48819, 1990, 51, 14322, 51, 8157, 713, 51, 125, 55, 53, 53, 59, 51, 1850, 51, 952, 14361, 13171, 739, 1035, 1827, 88, 1400, 33701, 492, 465, 1041, 294, 338, 7132, 341, 332, 426, 33701, 39, 2016, 294, 588, 303, 1105, 51, 1693, 18981, 48819, 1990, 51, 14322, 51, 8157, 713, 51, 125, 55, 53, 53, 59, 51, 1850, 51, 952, 4823, 739, 640, 2739, 33701, 492, 465, 1041, 294, 338, 2969, 434, 1421, 332, 426, 33701, 39, 2016, 294, 588, 303, 1922, 37900, 2739, 33701, 492, 465, 1041, 294, 338, 9023, 341, 332, 426, 33701, 39, 2016, 294, 588, 303, 782, 758, 2739, 33701, 45, 1107, 51, 1693, 18981, 48819, 1990, 51, 14322, 51, 8157, 713, 51, 125, 55, 53, 53, 59, 51, 1850, 51, 952, 4823, 739, 1467, 33701, 312, 465, 1041, 294, 338, 2013, 1510, 480, 3235, 331, 556, 3517, 332, 426, 33701, 39, 2016, 294, 588, 303, 1105, 51, 1693, 18981, 48819, 1990, 51, 14322, 51, 8157, 713, 51, 125, 55, 53, 53, 59, 51, 1850, 51, 952, 4823, 739, 1035, 1827, 2739, 33701, 492, 465, 1041, 294, 338, 1703, 2047, 341, 332, 426, 33701, 39, 2016, 294, 588, 303, 782, 14014, 2739, 33701, 492, 465, 1041, 294, 338, 7132, 341, 332, 444, 39, 3895, 294, 588, 303, 1401, 51, 1600, 51, 671, 16389, 492, 465, 1041, 294, 338, 7132, 327, 321, 5604, 46, 341, 332, 444, 39, 3895, 294, 588, 303, 1105, 51, 1693, 18981, 48819, 1990, 51, 14322, 51, 8157, 713, 51, 125, 55, 53, 53, 59, 51, 1850, 51, 654, 577, 837, 5175, 492, 465, 1041, 294, 338, 9023, 341, 332, 444, 39, 3895, 294, 588, 303, 782, 28331, 45, 1874, 51, 1600, 51, 671, 655, 312, 465, 1041, 294, 338, 9023, 327, 321, 5604, 46, 341, 332, 444, 39, 3895, 294, 588, 303, 782, 837, 15779, 45, 1107, 51, 1693, 18981, 48819, 1990, 51, 14322, 51, 8157, 713, 51, 125, 55, 53, 53, 59, 51, 1850, 51, 654, 577, 655, 312, 465, 1041, 294, 338, 7132, 341, 332, 333, 39, 3895, 294, 588, 303, 1964, 19832, 492, 465, 1041, 294, 338, 7132, 327, 321, 5604, 46, 341, 332, 333, 39, 3895, 294, 588, 303, 1105, 51, 2121, 51, 2608, 9580, 51, 4411, 18360, 1438, 837, 7068, 492, 465, 1041, 294, 338, 9023, 341, 332, 333, 39, 3895, 294, 588, 303, 782, 29452, 45, 3239, 828, 312, 465, 1041, 294, 338, 9023, 327, 321, 5604, 46, 341, 332, 333, 39, 3895, 294, 588, 303, 782, 837, 21603, 45, 1107, 51, 2121, 51, 2608, 9580, 51, 4411, 18360, 1438, 828, 312, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
856
true
66.320166
true
true
MacroParserTest.java
/FileExtraction/Java_unseen/enonic_xp/modules/core/core-macro/src/test/java/com/enonic/xp/impl/macro/MacroParserTest.java
package com.enonic.xp.impl.macro; import java.util.Collection; import java.util.Iterator; import java.util.stream.Collectors; import org.junit.jupiter.api.Test; import com.enonic.xp.macro.Macro; import static org.junit.jupiter.api.Assertions.assertEquals; import static org.junit.jupiter.api.Assertions.assertTrue; import static org.junit.jupiter.api.Assertions.fail; public class MacroParserTest { private void assertValidMacro( final boolean expectedValid, final String text ) { try { final boolean isValid = new MacroParser().debugMode().parse( text ) != null; assertTrue( isValid && expectedValid, "Expected invalid macro: " + text ); } catch ( ParseException e ) { if ( expectedValid ) { e.printStackTrace(); fail( "Invalid macro: " + text + "\r\n" + e.getMessage() ); } } } @Test public void testValidMacro() { assertValidMacro( true, "[macroName /]" ); assertValidMacro( true, "[macroName/]" ); assertValidMacro( false, "[macroName par1=val1 /]" ); assertValidMacro( true, "[macroName par1=\"val1\" /]" ); assertValidMacro( true, "[macroName par1=\"val1\" par2=\"val2\" /]" ); assertValidMacro( true, "[macroName par1=\"val1\" par2=\"val2\"/]" ); assertValidMacro( true, "[1111 111=\"111\" 111=\"111\" /]" ); assertValidMacro( true, "[macroName par1=\"val1\" par2=\"val2\"]!!!????===[/macroName]" ); assertValidMacro( true, "[macroName par1=\"val1\" par2=\"val2\"]text[/macroName]" ); assertValidMacro( true, "[macroName par1=\"val1\" par2=\"val2\"] text [/macroName]" ); assertValidMacro( false, "[macroName par1=\"val1\" par2=\"val2\"]text [/macroName2]" ); assertValidMacro( false, "[macroName par1=\"val1\" par2=\"val2\"]!!!????===[/macroName2]" ); assertValidMacro( true, "[macroName par1=\"val1\" par2=\"val2\"]!!!????===[/macroName]" ); assertValidMacro( true, "[macro_name par1=\"?!--\" par2=\"---\"]text[/macro_name]" ); assertValidMacro( true, "[macro_name][macro_in_body/][/macro_name]" ); assertValidMacro( true, "[macro_name][macro_in_body/][/macro_in_body][/macro_name]" ); assertValidMacro( true, "[macro_name][macro_in_body/][/macro[/macro_name]" ); assertValidMacro( true, "[macro-na-me]with dashes in name[/macro-na-me]" ); assertValidMacro( false, "1x" ); assertValidMacro( false, "[macroName" ); assertValidMacro( false, "macroName]" ); assertValidMacro( false, "[macroName xxx]" ); assertValidMacro( false, "[macroName]ooo" ); assertValidMacro( false, "[macroName]ooo[/macroName" ); assertValidMacro( false, "[]ooo[/]" ); assertValidMacro( false, "[/]" ); assertValidMacro( false, "[_/]" ); assertValidMacro( false, "[-/]" ); } @Test public void testMacroInBody() { final String test1 = "[macroName]body [macroInBody/] body[/macroName]"; final MacroParser macroParser1 = new MacroParser(); final Macro parsedMacro1 = macroParser1.parse( test1 ); assertEquals( "[macroName]body [macroInBody/] body[/macroName]", parsedMacro1.toString() ); final String test2 = "[macroName ][macroInBody ]body body[/macroInBody][/macroName]"; final MacroParser macroParser2 = new MacroParser(); final Macro parsedMacro2 = macroParser2.parse( test2 ); assertEquals( "[macroName][macroInBody ]body body[/macroInBody][/macroName]", parsedMacro2.toString() ); final String test3 = "[macroName par1=\"val1\"][macroInBody ]body body[/macroInBody][/macroName]"; final MacroParser macroParser3 = new MacroParser(); final Macro parsedMacro3 = macroParser3.parse( test3 ); assertEquals( "[macroName par1=\"val1\"][macroInBody ]body body[/macroInBody][/macroName]", parsedMacro3.toString() ); } @Test public void testParseWithBodyAndAttributes() { final String macro = "[macroName par1=\"val1\" par2=\"val2\" par3=\"val3\"]body body[/macroName]"; final MacroParser parser = new MacroParser(); final Macro parsedMacro = parser.parse( macro ); assertEquals( "macroName", parsedMacro.getName() ); assertEquals( "body body", parsedMacro.getBody() ); assertEquals( 3, parsedMacro.getParameters().size() ); assertEquals( "val1", first( parsedMacro.getParameter( "par1" ) ) ); assertEquals( "val2", first( parsedMacro.getParameter( "par2" ) ) ); assertEquals( "val3", first( parsedMacro.getParameter( "par3" ) ) ); final String test2 = "[macroName ]body body[/macroName]"; final MacroParser macroParser2 = new MacroParser(); final Macro parsedMacro2 = macroParser2.parse( test2 ); assertEquals( "[macroName]body body[/macroName]", parsedMacro2.toString() ); } @Test public void testParseWithBody() { final String macro = "[macroName ]body body[/macroName]"; final MacroParser parser = new MacroParser(); final Macro parsedMacro = parser.parse( macro ); assertEquals( "macroName", parsedMacro.getName() ); assertEquals( "body body", parsedMacro.getBody() ); assertEquals( 0, parsedMacro.getParameters().size() ); } @Test public void testParseWithoutBodyAndAttributes() { final String macro = "[macroName par1=\"val1\" par2=\"val2\" par3=\"val3\"/]"; final MacroParser parser = new MacroParser(); final Macro parsedMacro = parser.parse( macro ); assertEquals( "macroName", parsedMacro.getName() ); assertEquals( "", parsedMacro.getBody() ); assertEquals( 3, parsedMacro.getParameters().size() ); assertEquals( "val1", first( parsedMacro.getParameter( "par1" ) ) ); assertEquals( "val2", first( parsedMacro.getParameter( "par2" ) ) ); assertEquals( "val3", first( parsedMacro.getParameter( "par3" ) ) ); } @Test public void testParseWithoutBody() { final String macro = "[macroName /]"; final MacroParser parser = new MacroParser(); final Macro parsedMacro = parser.parse( macro ); assertEquals( "macroName", parsedMacro.getName() ); assertEquals( "", parsedMacro.getBody() ); assertEquals( 0, parsedMacro.getParameters().size() ); } @Test public void testParseWithEscapedAttributes() { final String macro = "[macro_name123 par1 = \"value\\\"1\" par2 = \"\\\\va\\\"l\\\"ue2\"]/][body][/[/macro_name123 [/macro_name123]"; final MacroParser parser = new MacroParser(); final Macro parsedMacro = parser.parse( macro ); assertEquals( "macro_name123", parsedMacro.getName() ); assertEquals( "/][body][/[/macro_name123 ", parsedMacro.getBody() ); assertEquals( 2, parsedMacro.getParameters().size() ); assertEquals( "value\"1", first( parsedMacro.getParameter( "par1" ) ) ); assertEquals( "\\va\"l\"ue2", first( parsedMacro.getParameter( "par2" ) ) ); } @Test public void testNameNotStartingWithUnderscore() { final String macro = "[_mymacro][/_mymacro]"; try { new MacroParser().debugMode().parse( macro ); fail( "Expected exception" ); } catch ( ParseException e ) { assertEquals( "Name cannot start with underscore '_' at position 1", e.getMessage() ); } } @Test public void testAttributeNameNotStartingWithUnderscore() { final String macro = "[mymacro _body=\"something\"]real body[/mymacro]"; try { new MacroParser().debugMode().parse( macro ); fail( "Expected exception" ); } catch ( ParseException e ) { assertEquals( "Name cannot start with underscore '_' at position 9", e.getMessage() ); } } @Test public void testValidMacroWithMultiValues() { final String macro = "[macroName par1=\"val1\" par1=\"val2\" par2=\"other1\" par2=\"other2\" par3=\"something\" /]"; assertValidMacro( true, macro ); final MacroParser parser = new MacroParser(); final Macro parsedMacro = parser.parse( macro ); assertEquals( "macroName", parsedMacro.getName() ); assertEquals( "", parsedMacro.getBody() ); assertEquals( 5, parsedMacro.getParameters().size() ); assertEquals( 2, parsedMacro.getParameter( "par1" ).size() ); assertEquals( 2, parsedMacro.getParameter( "par2" ).size() ); assertEquals( 1, parsedMacro.getParameter( "par3" ).size() ); assertEquals( "val1,val2", parsedMacro.getParameter( "par1" ).stream().collect( Collectors.joining( "," ) ) ); assertEquals( "other1,other2", parsedMacro.getParameter( "par2" ).stream().collect( Collectors.joining( "," ) ) ); assertEquals( "something", parsedMacro.getParameter( "par3" ).stream().collect( Collectors.joining( "," ) ) ); } @Test public void testParseWithHtmlEncodedAttributes() { final String macro = "[macroName par1=\"&oslash;&aelig;&aring;\" par2=\"oea\"]body[/macroName]"; final MacroParser parser = new MacroParser(); final Macro parsedMacro = parser.parse( macro ); assertEquals( "macroName", parsedMacro.getName() ); assertEquals( "body", parsedMacro.getBody() ); assertEquals( 2, parsedMacro.getParameters().size() ); assertEquals( "øæå", first( parsedMacro.getParameter( "par1" ) ) ); assertEquals( "oea", first( parsedMacro.getParameter( "par2" ) ) ); } private <T> T first( final Collection<T> values ) { final Iterator<T> ite = values.iterator(); return ite.hasNext() ? ite.next() : null; } }
9,955
Java
.java
enonic/xp
198
34
283
2012-04-26T12:06:41Z
2024-05-08T21:18:34Z
4ef6bb01dbab72f9134d13c024bdcf6de50b80aa30fed70c6384d3507600bc5d
[ 1337, 785, 51, 291, 12756, 51, 13393, 51, 3126, 51, 10573, 64, 222, 222, 485, 1401, 51, 1058, 51, 2272, 64, 222, 485, 1401, 51, 1058, 51, 5740, 64, 222, 485, 1401, 51, 1058, 51, 2255, 51, 16862, 64, 222, 222, 485, 1105, 51, 3946, 51, 14127, 51, 1256, 51, 1024, 64, 222, 222, 485, 785, 51, 291, 12756, 51, 13393, 51, 10573, 51, 17807, 64, 222, 222, 485, 924, 1105, 51, 3946, 51, 14127, 51, 1256, 51, 16980, 51, 4993, 64, 222, 485, 924, 1105, 51, 3946, 51, 14127, 51, 1256, 51, 16980, 51, 6553, 64, 222, 485, 924, 1105, 51, 3946, 51, 14127, 51, 1256, 51, 16980, 51, 5077, 64, 222, 222, 942, 462, 31577, 2837, 1024, 222, 128, 465, 964, 782, 1217, 2320, 17807, 45, 1175, 1922, 2816, 2320, 49, 1175, 910, 1367, 848, 303, 320, 310, 1614, 310, 320, 343, 1175, 1922, 20424, 299, 556, 31577, 2837, 941, 2824, 2116, 941, 2228, 45, 1367, 848, 882, 762, 64, 343, 9396, 45, 20424, 979, 2816, 2320, 49, 332, 7705, 5549, 13299, 63, 332, 494, 1367, 1110, 310, 339, 310, 2385, 327, 33848, 503, 848, 310, 320, 343, 434, 327, 2816, 2320, 848, 343, 320, 419, 503, 51, 9428, 492, 419, 3562, 45, 332, 3828, 13299, 63, 332, 494, 1367, 494, 2724, 119, 97, 115, 39, 494, 503, 51, 7724, 365, 1110, 343, 339, 310, 339, 303, 339, 465, 496, 1024, 303, 581, 782, 913, 2320, 17807, 365, 303, 320, 310, 1217, 2320, 17807, 45, 878, 49, 7195, 10573, 577, 536, 12035, 1110, 310, 1217, 2320, 17807, 45, 878, 49, 7195, 10573, 577, 52, 12035, 1110, 310, 1217, 2320, 17807, 45, 920, 49, 7195, 10573, 577, 898, 54, 66, 718, 54, 536, 12035, 1110, 310, 1217, 2320, 17807, 45, 878, 49, 7195, 10573, 577, 898, 54, 4097, 718, 54, 1508, 536, 12035, 1110, 310, 1217, 2320, 17807, 45, 878, 49, 7195, 10573, 577, 898, 54, 4097, 718, 54, 1508, 898, 55, 4097, 718, 55, 1508, 536, 12035, 1110, 310, 1217, 2320, 17807, 45, 878, 49, 7195, 10573, 577, 898, 54, 4097, 718, 54, 1508, 898, 55, 4097, 718, 55, 1508, 52, 12035, 1110, 310, 1217, 2320, 17807, 45, 878, 49, 7195, 54, 54, 54, 54, 244, 54, 54, 54, 4097, 54, 54, 54, 1508, 244, 54, 54, 54, 4097, 54, 54, 54, 1508, 536, 12035, 1110, 310, 1217, 2320, 17807, 45, 878, 49, 7195, 10573, 577, 898, 54, 4097, 718, 54, 1508, 898, 55, 4097, 718, 55, 29493, 20882, 35426, 5858, 36212, 10573, 577, 12035, 1110, 603, 1217, 2320, 17807, 45, 878, 49, 7195, 10573, 577, 898, 54, 4097, 718, 54, 1508, 898, 55, 4097, 718, 55, 29493, 897, 36212, 10573, 577, 12035, 1110, 310, 1217, 2320, 17807, 45, 878, 49, 7195, 10573, 577, 898, 54, 4097, 718, 54, 1508, 898, 55, 4097, 718, 55, 29493, 1367, 29018, 10573, 577, 12035, 1110, 310, 1217, 2320, 17807, 45, 920, 49, 7195, 10573, 577, 898, 54, 4097, 718, 54, 1508, 898, 55, 4097, 718, 55, 29493, 897, 29018, 10573, 577, 55, 12035, 1110, 310, 1217, 2320, 17807, 45, 920, 49, 7195, 10573, 577, 898, 54, 4097, 718, 54, 1508, 898, 55, 4097, 718, 55, 29493, 20882, 35426, 5858, 36212, 10573, 577, 55, 12035, 1110, 310, 1217, 2320, 17807, 45, 878, 49, 7195, 10573, 577, 898, 54, 4097, 718, 54, 1508, 898, 55, 4097, 718, 55, 29493, 20882, 35426, 5858, 36212, 10573, 577, 12035, 1110, 310, 1217, 2320, 17807, 45, 878, 49, 7195, 10573, 100, 444, 898, 54, 4097, 68, 1625, 1508, 898, 55, 4097, 1577, 29493, 897, 36212, 10573, 100, 444, 12035, 1110, 310, 1217, 2320, 17807, 45, 878, 49, 7195, 10573, 100, 444, 1697, 10573, 100, 285, 100, 1561, 52, 1697, 52, 10573, 100, 444, 12035, 1110, 310, 1217, 2320, 17807, 45, 878, 49, 7195, 10573, 100, 444, 1697, 10573, 100, 285, 100, 1561, 52, 1697, 52, 10573, 100, 285, 100, 1561, 1697, 52, 10573, 100, 444, 12035, 1110, 310, 1217, 2320, 17807, 45, 878, 49, 7195, 10573, 100, 444, 1697, 10573, 100, 285, 100, 1561, 52, 1697, 52, 10573, 36212, 10573, 100, 444, 12035, 1110, 310, 1217, 2320, 17807, 45, 878, 49, 7195, 10573, 50, 3288, 50, 308, 98, 1814, 9512, 4301, 347, 655, 36212, 10573, 50, 3288, 50, 308, 12035, 1110, 603, 1217, 2320, 17807, 45, 920, 49, 332, 54, 125, 39, 1110, 310, 1217, 2320, 17807, 45, 920, 49, 7195, 10573, 577, 39, 1110, 310, 1217, 2320, 17807, 45, 920, 49, 332, 10573, 577, 12035, 1110, 310, 1217, 2320, 17807, 45, 920, 49, 7195, 10573, 577, 13093, 12035, 1110, 310, 1217, 2320, 17807, 45, 920, 49, 7195, 10573, 577, 98, 623, 116, 39, 1110, 310, 1217, 2320, 17807, 45, 920, 49, 7195, 10573, 577, 98, 623, 116, 36212, 10573, 577, 39, 1110, 310, 1217, 2320, 17807, 45, 920, 49, 332, 1197, 623, 116, 36212, 12035, 1110, 310, 1217, 2320, 17807, 45, 920, 49, 7195, 52, 12035, 1110, 310, 1217, 2320, 17807, 45, 920, 49, 7195, 26745, 12035, 1110, 310, 1217, 2320, 17807, 45, 920, 49, 332, 6510, 52, 12035, 1110, 303, 339, 465, 496, 1024, 303, 581, 782, 913, 17807, 402, 3069, 365, 303, 320, 310, 1175, 910, 913, 54, 299, 7195, 10573, 577, 98, 1561, 447, 10573, 402, 3069, 52, 98, 3376, 36212, 10573, 577, 41819, 310, 1175, 31577, 2837, 13299, 2837, 54, 299, 556, 31577, 2837, 492, 310, 1175, 31577, 8450, 17807, 54, 299, 13299, 2837, 54, 51, 2228, 45, 913, 54, 1110, 603, 3803, 45, 7195, 10573, 577, 98, 1561, 447, 10573, 402, 3069, 52, 98, 3376, 36212, 10573, 577, 9177, 8450, 17807, 54, 51, 3127, 365, 1110, 603, 1175, 910, 913, 55, 299, 7195, 10573, 577, 27171, 10573, 402, 3069, 1499, 1561, 3376, 36212, 10573, 402, 3069, 1697, 52, 10573, 577, 41819, 310, 1175, 31577, 2837, 13299, 2837, 55, 299, 556, 31577, 2837, 492, 310, 1175, 31577, 8450, 17807, 55, 299, 13299, 2837, 55, 51, 2228, 45, 913, 55, 1110, 603, 3803, 45, 7195, 10573, 577, 1697, 10573, 402, 3069, 1499, 1561, 3376, 36212, 10573, 402, 3069, 1697, 52, 10573, 577, 9177, 8450, 17807, 55, 51, 3127, 365, 1110, 603, 1175, 910, 913, 56, 299, 7195, 10573, 577, 898, 54, 4097, 718, 54, 97, 15576, 10573, 402, 3069, 1499, 1561, 3376, 36212, 10573, 402, 3069, 1697, 52, 10573, 577, 41819, 310, 1175, 31577, 2837, 13299, 2837, 56, 299, 556, 31577, 2837, 492, 310, 1175, 31577, 8450, 17807, 56, 299, 13299, 2837, 56, 51, 2228, 45, 913, 56, 1110, 603, 3803, 45, 7195, 10573, 577, 898, 54, 4097, 718, 54, 97, 15576, 10573, 402, 3069, 1499, 1561, 3376, 36212, 10573, 402, 3069, 1697, 52, 10573, 577, 9177, 8450, 17807, 56, 51, 3127, 365, 1110, 303, 339, 465, 496, 1024, 303, 581, 782, 913, 4493, 1569, 3069, 2199, 5097, 365, 303, 320, 310, 1175, 910, 13299, 299, 7195, 10573, 577, 898, 54, 4097, 718, 54, 1508, 898, 55, 4097, 718, 55, 1508, 898, 56, 4097, 718, 56, 29493, 1561, 3376, 36212, 10573, 577, 41819, 310, 1175, 31577, 2837, 4138, 299, 556, 31577, 2837, 492, 310, 1175, 31577, 8450, 17807, 299, 4138, 51, 2228, 45, 13299, 1110, 603, 3803, 45, 332, 10573, 577, 411, 8450, 17807, 51, 5175, 365, 1110, 310, 3803, 45, 332, 1561, 3376, 411, 8450, 17807, 51, 25386, 365, 1110, 310, 3803, 45, 244, 56, 49, 8450, 17807, 51, 43978, 941, 911, 365, 1110, 310, 3803, 45, 332, 718, 54, 411, 1950, 45, 8450, 17807, 51, 17745, 45, 332, 587, 54, 39, 848, 848, 1110, 310, 3803, 45, 332, 718, 55, 411, 1950, 45, 8450, 17807, 51, 17745, 45, 332, 587, 55, 39, 848, 848, 1110, 310, 3803, 45, 332, 718, 56, 411, 1950, 45, 8450, 17807, 51, 17745, 45, 332, 587, 56, 39, 848, 848, 1110, 603, 1175, 910, 913, 55, 299, 7195, 10573, 577, 1499, 1561, 3376, 36212, 10573, 577, 41819, 310, 1175, 31577, 2837, 13299, 2837, 55, 299, 556, 31577, 2837, 492, 310, 1175, 31577, 8450, 17807, 55, 299, 13299, 2837, 55, 51, 2228, 45, 913, 55, 1110, 603, 3803, 45, 7195, 10573, 577, 98, 1561, 3376, 36212, 10573, 577, 9177, 8450, 17807, 55, 51, 3127, 365, 1110, 303, 339, 465, 496, 1024, 303, 581, 782, 913, 4493, 1569, 3069, 365, 303, 320, 310, 1175, 910, 13299, 299, 7195, 10573, 577, 1499, 1561, 3376, 36212, 10573, 577, 41819, 310, 1175, 31577, 2837, 4138, 299, 556, 31577, 2837, 492, 310, 1175, 31577, 8450, 17807, 299, 4138, 51, 2228, 45, 13299, 1110, 603, 3803, 45, 332, 10573, 577, 411, 8450, 17807, 51, 5175, 365, 1110, 310, 3803, 45, 332, 1561, 3376, 411, 8450, 17807, 51, 25386, 365, 1110, 310, 3803, 45, 244, 53, 49, 8450, 17807, 51, 43978, 941, 911, 365, 1110, 303, 339, 465, 496, 1024, 303, 581, 782, 913, 4493, 11449, 3069, 2199, 5097, 365, 303, 320, 310, 1175, 910, 13299, 299, 7195, 10573, 577, 898, 54, 4097, 718, 54, 1508, 898, 55, 4097, 718, 55, 1508, 898, 56, 4097, 718, 56, 1508, 52, 41819, 310, 1175, 31577, 2837, 4138, 299, 556, 31577, 2837, 492, 310, 1175, 31577, 8450, 17807, 299, 4138, 51, 2228, 45, 13299, 1110, 603, 3803, 45, 332, 10573, 577, 411, 8450, 17807, 51, 5175, 365, 1110, 310, 3803, 45, 4343, 8450, 17807, 51, 25386, 365, 1110, 310, 3803, 45, 244, 56, 49, 8450, 17807, 51, 43978, 941, 911, 365, 1110, 310, 3803, 45, 332, 718, 54, 411, 1950, 45, 8450, 17807, 51, 17745, 45, 332, 587, 54, 39, 848, 848, 1110, 310, 3803, 45, 332, 718, 55, 411, 1950, 45, 8450, 17807, 51, 17745, 45, 332, 587, 55, 39, 848, 848, 1110, 310, 3803, 45, 332, 718, 56, 411, 1950, 45, 8450, 17807, 51, 17745, 45, 332, 587, 56, 39, 848, 848, 1110, 303, 339, 465, 496, 1024, 303, 581, 782, 913, 4493, 11449, 3069, 365, 303, 320, 310, 1175, 910, 13299, 299, 7195, 10573, 577, 536, 41819, 310, 1175, 31577, 2837, 4138, 299, 556, 31577, 2837, 492, 310, 1175, 31577, 8450, 17807, 299, 4138, 51, 2228, 45, 13299, 1110, 603, 3803, 45, 332, 10573, 577, 411, 8450, 17807, 51, 5175, 365, 1110, 310, 3803, 45, 4343, 8450, 17807, 51, 25386, 365, 1110, 310, 3803, 45, 244, 53, 49, 8450, 17807, 51, 43978, 941, 911, 365, 1110, 303, 339, 465, 496, 1024, 303, 581, 782, 913, 4493, 1569, 24854, 26678, 5097, 365, 303, 320, 310, 1175, 910, 13299, 299, 343, 7195, 10573, 100, 444, 54, 55, 56, 898, 54, 299, 4045, 872, 30953, 54, 1508, 898, 55, 299, 4045, 11469, 5335, 30953, 113, 30953, 359, 55, 29493, 52, 1697, 1561, 1697, 29374, 52, 10573, 100, 444, 54, 55, 56, 29018, 10573, 100, 444, 54, 55, 56, 41819, 310, 1175, 31577, 2837, 4138, 299, 556, 31577, 2837, 492, 310, 1175, 31577, 8450, 17807, 299, 4138, 51, 2228, 45, 13299, 1110, 603, 3803, 45, 332, 10573, 100, 444, 54, 55, 56, 411, 8450, 17807, 51, 5175, 365, 1110, 310, 3803, 45, 2450, 1697, 1561, 1697, 29374, 52, 10573, 100, 444, 54, 55, 56, 3021, 8450, 17807, 51, 25386, 365, 1110, 310, 3803, 45, 244, 55, 49, 8450, 17807, 51, 43978, 941, 911, 365, 1110, 310, 3803, 45, 332, 872, 1508, 54, 411, 1950, 45, 8450, 17807, 51, 17745, 45, 332, 587, 54, 39, 848, 848, 1110, 310, 3803, 45, 18469, 5335, 1508, 113, 1508, 359, 55, 411, 1950, 45, 8450, 17807, 51, 17745, 45, 332, 587, 55, 39, 848, 848, 1110, 303, 339, 465, 496, 1024, 303, 581, 782, 913, 577, 1355, 15623, 1569, 1079, 8346, 1284, 365, 303, 320, 310, 1175, 910, 13299, 299, 7195, 100, 1791, 10573, 1697, 8513, 1791, 10573, 41819, 310, 1614, 310, 320, 343, 556, 31577, 2837, 941, 2824, 2116, 941, 2228, 45, 13299, 1110, 1083, 3562, 45, 332, 7705, 3773, 39, 1110, 310, 339, 310, 2385, 327, 33848, 503, 848, 310, 320, 343, 3803, 45, 332, 577, 4897, 1496, 642, 41932, 27773, 840, 2764, 244, 54, 411, 503, 51, 7724, 365, 1110, 310, 339, 303, 339, 465, 496, 1024, 303, 581, 782, 913, 46149, 1355, 15623, 1569, 1079, 8346, 1284, 365, 303, 320, 310, 1175, 910, 13299, 299, 7195, 1791, 10573, 634, 1561, 4097, 20265, 29493, 4571, 3376, 36212, 1791, 10573, 41819, 310, 1614, 310, 320, 343, 556, 31577, 2837, 941, 2824, 2116, 941, 2228, 45, 13299, 1110, 1083, 3562, 45, 332, 7705, 3773, 39, 1110, 310, 339, 310, 2385, 327, 33848, 503, 848, 310, 320, 343, 3803, 45, 332, 577, 4897, 1496, 642, 41932, 27773, 840, 2764, 244, 62, 411, 503, 51, 7724, 365, 1110, 310, 339, 303, 339, 465, 496, 1024, 303, 581, 782, 913, 2320, 17807, 1569, 6230, 3367, 365, 303, 320, 310, 1175, 910, 13299, 299, 7195, 10573, 577, 898, 54, 4097, 718, 54, 1508, 898, 54, 4097, 718, 55, 1508, 898, 55, 4097, 2476, 54, 1508, 898, 55, 4097, 2476, 55, 1508, 898, 56, 4097, 20265, 1508, 536, 41819, 310, 1217, 2320, 17807, 45, 878, 49, 13299, 1110, 603, 1175, 31577, 2837, 4138, 299, 556, 31577, 2837, 492, 310, 1175, 31577, 8450, 17807, 299, 4138, 51, 2228, 45, 13299, 1110, 603, 3803, 45, 332, 10573, 577, 411, 8450, 17807, 51, 5175, 365, 1110, 310, 3803, 45, 4343, 8450, 17807, 51, 25386, 365, 1110, 310, 3803, 45, 244, 58, 49, 8450, 17807, 51, 43978, 941, 911, 365, 1110, 310, 3803, 45, 244, 55, 49, 8450, 17807, 51, 17745, 45, 332, 587, 54, 39, 6824, 911, 365, 1110, 310, 3803, 45, 244, 55, 49, 8450, 17807, 51, 17745, 45, 332, 587, 55, 39, 6824, 911, 365, 1110, 310, 3803, 45, 244, 54, 49, 8450, 17807, 51, 17745, 45, 332, 587, 56, 39, 6824, 911, 365, 1110, 603, 3803, 45, 332, 718, 54, 49, 718, 55, 411, 8450, 17807, 51, 17745, 45, 332, 587, 54, 39, 6824, 2255, 941, 6190, 45, 19808, 1758, 51, 2548, 318, 45, 17708, 848, 848, 1110, 310, 3803, 45, 332, 2476, 54, 49, 2476, 55, 411, 8450, 17807, 51, 17745, 45, 332, 587, 55, 39, 6824, 2255, 941, 6190, 45, 19808, 1758, 51, 2548, 318, 45, 17708, 848, 848, 1110, 310, 3803, 45, 332, 20265, 411, 8450, 17807, 51, 17745, 45, 332, 587, 56, 39, 6824, 2255, 941, 6190, 45, 19808, 1758, 51, 2548, 318, 45, 17708, 848, 848, 1110, 303, 339, 465, 496, 1024, 303, 581, 782, 913, 4493, 1569, 6447, 18037, 5097, 365, 303, 320, 310, 1175, 910, 13299, 299, 7195, 10573, 577, 898, 54, 4097, 43, 519, 113, 936, 2416, 15462, 384, 2416, 7016, 64, 1508, 898, 55, 4097, 116, 4551, 29493, 1561, 36212, 10573, 577, 41819, 310, 1175, 31577, 2837, 4138, 299, 556, 31577, 2837, 492, 310, 1175, 31577, 8450, 17807, 299, 4138, 51, 2228, 45, 13299, 1110, 603, 3803, 45, 332, 10573, 577, 411, 8450, 17807, 51, 5175, 365, 1110, 310, 3803, 45, 332, 1561, 411, 8450, 17807, 51, 25386, 365, 1110, 310, 3803, 45, 244, 55, 49, 8450, 17807, 51, 43978, 941, 911, 365, 1110, 310, 3803, 45, 332, 13401, 14844, 6598, 411, 1950, 45, 8450, 17807, 51, 17745, 45, 332, 587, 54, 39, 848, 848, 1110, 310, 3803, 45, 332, 116, 4551, 411, 1950, 45, 8450, 17807, 51, 17745, 45, 332, 587, 55, 39, 848, 848, 1110, 303, 339, 465, 964, 350, 89, 67, 413, 1950, 45, 1175, 7380, 65, 89, 67, 2102, 848, 303, 320, 310, 1175, 14730, 65, 89, 67, 580, 106, 299, 2102, 51, 5174, 492, 310, 461, 580, 106, 51, 16408, 365, 1037, 580, 106, 51, 1995, 365, 518, 762, 64, 303, 339, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
2,543
true
59.666399
true
true
Logger.java
/FileExtraction/Java_unseen/fvarrui_JavaPackager/src/main/java/io/github/fvarrui/javapackager/utils/Logger.java
package io.github.fvarrui.javapackager.utils; import org.apache.commons.lang3.StringUtils; import io.github.fvarrui.javapackager.packagers.Context; /** * Logging class */ public class Logger { private static final String TAB = " "; // uses four blank spaces as tab private static int tabs = 0; public static String error(String error) { if (Context.isMaven()) Context.getMavenContext().getLogger().error(StringUtils.repeat(TAB, tabs) + error); if (Context.isGradle()) Context.getGradleContext().getLogger().error(StringUtils.repeat(TAB, tabs) + error); return error; } public static String error(String error, Throwable t) { if (Context.isMaven()) { Context.getMavenContext().getLogger().error(StringUtils.repeat(TAB, tabs) + error); Context.getMavenContext().getLogger().error(t); } if (Context.isGradle()) { Context.getGradleContext().getLogger().error(StringUtils.repeat(TAB, tabs) + error, t); } return error; } public static String warn(String warn) { if (Context.isMaven()) Context.getMavenContext().getLogger().warn(StringUtils.repeat(TAB, tabs) + warn); if (Context.isGradle()) Context.getGradleContext().getLogger().warn(StringUtils.repeat(TAB, tabs) + warn); return warn; } public static String info(String info) { if (Context.isMaven()) Context.getMavenContext().getLogger().info(StringUtils.repeat(TAB, tabs) + info); if (Context.isGradle()) Context.getGradleContext().getLogger().quiet(StringUtils.repeat(TAB, tabs) + info); return info; } public static String debug(String debug) { if (Context.isMaven()) Context.getMavenContext().getLogger().debug(StringUtils.repeat(TAB, tabs) + debug); if (Context.isGradle()) Context.getGradleContext().getLogger().debug(StringUtils.repeat(TAB, tabs) + debug); return debug; } public static void infoIndent(String msg) { info(msg); tabs++; } public static void infoUnindent(String msg) { tabs--; info(msg); info(""); } public static void warnUnindent(String msg) { tabs--; warn(msg); info(""); } public static void errorUnindent(String msg) { tabs--; error(msg); info(""); } public static void errorUnindent(String msg, Throwable t) { tabs--; error(msg, t); info(""); } }
2,248
Java
.java
fvarrui/JavaPackager
954
126
43
2019-02-24T12:17:03Z
2024-04-30T23:51:23Z
8ac430784327d033bd181023645da32d816461d565e86efb6dcfa97a9cc25a3d
[ 1337, 3377, 51, 951, 51, 12320, 865, 1726, 51, 11741, 386, 478, 1227, 51, 2324, 64, 222, 222, 485, 1105, 51, 2121, 51, 8381, 51, 1600, 56, 51, 15193, 64, 222, 222, 485, 3377, 51, 951, 51, 12320, 865, 1726, 51, 11741, 386, 478, 1227, 51, 2440, 16859, 51, 1237, 64, 222, 222, 1350, 222, 338, 22994, 462, 1676, 588, 222, 942, 462, 7145, 320, 3038, 221, 2072, 924, 1175, 910, 30284, 299, 332, 283, 7216, 453, 5268, 12109, 11778, 13950, 641, 4890, 244, 3038, 221, 2072, 924, 648, 16992, 299, 244, 53, 64, 3038, 221, 942, 924, 910, 1067, 45, 671, 1067, 46, 320, 376, 221, 344, 327, 1237, 51, 316, 29940, 1177, 7063, 51, 25413, 5327, 1237, 941, 10588, 941, 750, 45, 15193, 51, 8116, 45, 18041, 49, 16992, 46, 494, 1067, 312, 376, 221, 344, 327, 1237, 51, 316, 42821, 1177, 7063, 51, 390, 42821, 1237, 941, 10588, 941, 750, 45, 15193, 51, 8116, 45, 18041, 49, 16992, 46, 494, 1067, 312, 376, 221, 620, 1067, 64, 222, 221, 130, 499, 221, 942, 924, 910, 1067, 45, 671, 1067, 49, 9953, 292, 46, 320, 376, 221, 344, 327, 1237, 51, 316, 29940, 1177, 320, 374, 221, 1237, 51, 25413, 5327, 1237, 941, 10588, 941, 750, 45, 15193, 51, 8116, 45, 18041, 49, 16992, 46, 494, 1067, 312, 374, 221, 1237, 51, 25413, 5327, 1237, 941, 10588, 941, 750, 45, 121, 312, 376, 221, 130, 376, 221, 344, 327, 1237, 51, 316, 42821, 1177, 320, 374, 221, 1237, 51, 390, 42821, 1237, 941, 10588, 941, 750, 45, 15193, 51, 8116, 45, 18041, 49, 16992, 46, 494, 1067, 49, 292, 312, 376, 221, 130, 376, 221, 620, 1067, 64, 222, 221, 130, 499, 221, 942, 924, 910, 17152, 45, 671, 17152, 46, 320, 376, 221, 344, 327, 1237, 51, 316, 29940, 1177, 7063, 51, 25413, 5327, 1237, 941, 10588, 941, 8453, 45, 15193, 51, 8116, 45, 18041, 49, 16992, 46, 494, 17152, 312, 376, 221, 344, 327, 1237, 51, 316, 42821, 1177, 7063, 51, 390, 42821, 1237, 941, 10588, 941, 8453, 45, 15193, 51, 8116, 45, 18041, 49, 16992, 46, 494, 17152, 312, 376, 221, 620, 17152, 64, 222, 221, 130, 499, 221, 942, 924, 910, 3116, 45, 671, 3116, 46, 320, 376, 221, 344, 327, 1237, 51, 316, 29940, 1177, 7063, 51, 25413, 5327, 1237, 941, 10588, 941, 1357, 45, 15193, 51, 8116, 45, 18041, 49, 16992, 46, 494, 3116, 312, 376, 221, 344, 327, 1237, 51, 316, 42821, 1177, 7063, 51, 390, 42821, 1237, 941, 10588, 941, 22303, 45, 15193, 51, 8116, 45, 18041, 49, 16992, 46, 494, 3116, 312, 376, 221, 620, 3116, 64, 222, 221, 130, 3038, 221, 942, 924, 910, 4598, 45, 671, 4598, 46, 320, 376, 221, 344, 327, 1237, 51, 316, 29940, 1177, 7063, 51, 25413, 5327, 1237, 941, 10588, 941, 2824, 45, 15193, 51, 8116, 45, 18041, 49, 16992, 46, 494, 4598, 312, 376, 221, 344, 327, 1237, 51, 316, 42821, 1177, 7063, 51, 390, 42821, 1237, 941, 10588, 941, 2824, 45, 15193, 51, 8116, 45, 18041, 49, 16992, 46, 494, 4598, 312, 376, 221, 620, 4598, 64, 222, 221, 130, 499, 221, 942, 924, 782, 3116, 13489, 45, 671, 3141, 46, 320, 376, 221, 1357, 45, 2093, 312, 376, 221, 10491, 3348, 222, 221, 130, 3038, 221, 942, 924, 782, 3116, 1079, 9383, 45, 671, 3141, 46, 320, 376, 221, 10491, 10606, 376, 221, 1357, 45, 2093, 312, 376, 221, 1357, 10928, 222, 221, 130, 3038, 221, 942, 924, 782, 17152, 1079, 9383, 45, 671, 3141, 46, 320, 376, 221, 10491, 10606, 376, 221, 8453, 45, 2093, 312, 376, 221, 1357, 10928, 222, 221, 130, 499, 221, 942, 924, 782, 1067, 1079, 9383, 45, 671, 3141, 46, 320, 376, 221, 10491, 10606, 376, 221, 750, 45, 2093, 312, 376, 221, 1357, 10928, 222, 221, 130, 3038, 221, 942, 924, 782, 1067, 1079, 9383, 45, 671, 3141, 49, 9953, 292, 46, 320, 376, 221, 10491, 10606, 376, 221, 750, 45, 2093, 49, 292, 312, 376, 221, 1357, 10928, 1676, 221, 130, 376, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
674
true
70.017794
true
true
EngineProperties.java
/FileExtraction/Java_unseen/integratedmodelling_klab/klab.hub/src/main/java/org/integratedmodelling/klab/hub/licenses/dto/EngineProperties.java
package org.integratedmodelling.klab.hub.licenses.dto; import java.time.LocalDateTime; import java.time.ZoneId; import java.util.Optional; import java.util.Properties; import org.integratedmodelling.klab.auth.KlabCertificate; import org.integratedmodelling.klab.hub.agreements.dto.Agreement; import org.integratedmodelling.klab.hub.users.dto.ProfileResource; public class EngineProperties implements IProperties { public EngineProperties(ProfileResource profile, Agreement agreement, LicenseConfiguration config) { if (config.getClass().getName().equals(BouncyConfiguration.class.getName())) { BouncyEngineProperties(profile, agreement, (BouncyConfiguration) config); } } private Optional<LocalDateTime> getExpirationTime(Agreement agreement) { if (agreement == null || !agreement.isExpirable()) { return Optional.empty(); } return Optional.of(agreement.getValidDate().toInstant().atZone(ZoneId.of("UTC")).toLocalDateTime()); } private void BouncyEngineProperties(ProfileResource profile, Agreement agreement, LicenseConfiguration config) { this.properties = new Properties(); Optional<LocalDateTime> expirationTime = getExpirationTime(agreement); if (!expirationTime.isEmpty()) { this.properties.setProperty(KlabCertificate.KEY_EXPIRATION, expirationTime.get().toString()); } else { // solution to avoid null pointer in old implementations, specially control center, put 5 years of validity // TODO manage NPE in old implementations this.properties.setProperty(KlabCertificate.KEY_EXPIRATION, LocalDateTime.now().plusDays(1825).toString()); } this.properties.setProperty(KlabCertificate.KEY_USERNAME, profile.getUsername()); this.properties.setProperty(KlabCertificate.KEY_EMAIL, profile.getEmail()); if (agreement != null) { this.properties.setProperty(KlabCertificate.KEY_AGREEMENT, agreement.getId()); } this.properties.setProperty(KlabCertificate.KEY_SIGNATURE, config.getKeyString()); this.properties.setProperty(KlabCertificate.KEY_PARTNER_NAME, config.getName()); this.properties.setProperty(KlabCertificate.KEY_PARTNER_EMAIL, config.getEmail()); this.properties.setProperty(KlabCertificate.KEY_PARTNER_HUB, config.getHubUrl()); this.properties.setProperty(KlabCertificate.KEY_CERTIFICATE_TYPE, KlabCertificate.Type.ENGINE.toString()); this.properties.setProperty(KlabCertificate.KEY_CERTIFICATE_LEVEL, KlabCertificate.Level.USER.toString()); } private Properties properties; public Properties getProperties() { return properties; } }
2,668
Java
.java
integratedmodelling/klab
10
5
8
2021-10-19T11:31:20Z
2024-05-09T08:53:52Z
0b3ae9502271557f98008a5da2a1cf42b37caebbf3032872fb31822cc66fa9e9
[ 1337, 1105, 51, 8006, 751, 2832, 39359, 51, 112, 4809, 51, 8530, 51, 4205, 51, 12292, 64, 222, 222, 485, 1401, 51, 1021, 51, 31890, 64, 222, 485, 1401, 51, 1021, 51, 6778, 625, 64, 222, 485, 1401, 51, 1058, 51, 7575, 64, 222, 485, 1401, 51, 1058, 51, 3303, 64, 222, 222, 485, 1105, 51, 8006, 751, 2832, 39359, 51, 112, 4809, 51, 2408, 51, 80, 4809, 9546, 64, 222, 485, 1105, 51, 8006, 751, 2832, 39359, 51, 112, 4809, 51, 8530, 51, 500, 287, 8424, 51, 12292, 51, 31628, 64, 222, 485, 1105, 51, 8006, 751, 2832, 39359, 51, 112, 4809, 51, 8530, 51, 3724, 51, 12292, 51, 4302, 2305, 64, 222, 222, 942, 462, 10092, 3303, 4584, 457, 3303, 320, 465, 581, 10092, 3303, 45, 4302, 2305, 6283, 49, 27009, 21674, 49, 1196, 2339, 1377, 46, 320, 310, 434, 327, 1180, 51, 9699, 941, 5175, 941, 3591, 45, 5558, 974, 126, 2339, 51, 842, 51, 5175, 5183, 320, 343, 11547, 974, 126, 3726, 3303, 45, 3975, 49, 21674, 49, 327, 5558, 974, 126, 2339, 46, 1377, 312, 310, 339, 303, 339, 465, 964, 5663, 65, 31890, 67, 640, 23859, 1061, 45, 31628, 21674, 46, 320, 310, 434, 327, 35576, 630, 762, 1293, 673, 35576, 51, 316, 3878, 37176, 1177, 320, 343, 461, 5663, 51, 2970, 492, 310, 339, 310, 461, 5663, 51, 1048, 45, 35576, 51, 390, 2320, 1563, 941, 471, 22154, 941, 288, 6778, 45, 6778, 625, 51, 1048, 459, 15680, 11606, 471, 31890, 1052, 303, 339, 465, 964, 782, 11547, 974, 126, 3726, 3303, 45, 4302, 2305, 6283, 49, 27009, 21674, 49, 1196, 2339, 1377, 46, 320, 310, 477, 51, 4659, 299, 556, 9749, 492, 603, 5663, 65, 31890, 67, 23869, 1061, 299, 640, 23859, 1061, 45, 35576, 312, 310, 434, 1445, 26894, 1061, 51, 6401, 1177, 320, 343, 477, 51, 4659, 51, 17507, 45, 80, 4809, 9546, 51, 3319, 100, 37027, 30613, 49, 23869, 1061, 51, 390, 941, 3127, 1052, 310, 339, 832, 320, 343, 453, 5319, 391, 7373, 762, 4964, 347, 3627, 17448, 49, 1394, 6346, 3518, 4216, 49, 4180, 244, 58, 11339, 451, 31866, 343, 453, 4314, 11857, 508, 1321, 347, 3627, 17448, 343, 477, 51, 4659, 51, 17507, 45, 80, 4809, 9546, 51, 3319, 100, 37027, 30613, 49, 32863, 51, 2192, 941, 5447, 11964, 45, 54, 61, 55, 58, 566, 3127, 1052, 310, 339, 1332, 221, 597, 51, 4659, 51, 17507, 45, 80, 4809, 9546, 51, 3319, 100, 19463, 49, 6283, 51, 38225, 1052, 376, 221, 597, 51, 4659, 51, 17507, 45, 80, 4809, 9546, 51, 3319, 100, 17923, 49, 6283, 51, 40420, 1052, 376, 221, 344, 327, 35576, 882, 762, 46, 320, 477, 51, 4659, 51, 17507, 45, 80, 4809, 9546, 51, 3319, 100, 1631, 7732, 3495, 49, 21674, 51, 7068, 1052, 339, 376, 221, 597, 51, 4659, 51, 17507, 45, 80, 4809, 9546, 51, 3319, 100, 36071, 49, 1377, 51, 11728, 671, 1052, 376, 221, 597, 51, 4659, 51, 17507, 45, 80, 4809, 9546, 51, 3319, 100, 14497, 13726, 100, 2491, 49, 1377, 51, 5175, 1052, 376, 221, 597, 51, 4659, 51, 17507, 45, 80, 4809, 9546, 51, 3319, 100, 14497, 13726, 100, 17923, 49, 1377, 51, 40420, 1052, 376, 221, 597, 51, 4659, 51, 17507, 45, 80, 4809, 9546, 51, 3319, 100, 14497, 13726, 100, 40514, 49, 1377, 51, 390, 4623, 2226, 1052, 376, 221, 597, 51, 4659, 51, 17507, 45, 80, 4809, 9546, 51, 3319, 100, 30543, 44398, 100, 2333, 49, 1242, 4809, 9546, 51, 638, 51, 28104, 51, 3127, 1052, 376, 221, 597, 51, 4659, 51, 17507, 45, 80, 4809, 9546, 51, 3319, 100, 30543, 44398, 100, 10736, 49, 1242, 4809, 9546, 51, 2671, 51, 4991, 51, 3127, 1052, 303, 339, 4054, 964, 9749, 4324, 64, 465, 581, 9749, 640, 3303, 365, 320, 310, 461, 4324, 64, 303, 339, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
636
true
74.850075
true
true
StorageActivity.java
/FileExtraction/Java_unseen/nzbget_android/app/src/main/java/net/nzbget/nzbget/StorageActivity.java
package net.nzbget.nzbget; import android.content.Context; import android.content.Intent; import android.content.SharedPreferences; import android.content.pm.PackageManager; import android.net.Uri; import android.os.Bundle; import android.preference.PreferenceManager; import android.support.v4.app.ActivityCompat; import android.support.v4.content.ContextCompat; import android.support.v4.provider.DocumentFile; import android.support.v7.app.AppCompatActivity; import android.util.Log; import android.view.LayoutInflater; import android.view.View; import android.widget.Button; import android.widget.LinearLayout; import android.widget.TextView; import org.json.JSONArray; import org.json.JSONObject; public class StorageActivity extends AppCompatActivity implements ActivityCompat.OnRequestPermissionsResultCallback { private String mLogTag = "StorageActivity"; public static String DEFAULT_PATH_NAME = "Default (no category)"; public static String PATH_NAME_PREF_PREFIX = "PATH_"; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_storage); setUpActivity(); } @Override public void onActivityResult(int requestCode, int resultCode, Intent resultData) { if (resultCode != RESULT_OK) return; else { Uri treeUri = resultData.getData(); DocumentFile pickedDir = DocumentFile.fromTreeUri(this, treeUri); grantUriPermission(getPackageName(), treeUri, Intent.FLAG_GRANT_READ_URI_PERMISSION | Intent.FLAG_GRANT_WRITE_URI_PERMISSION); getContentResolver().takePersistableUriPermission(treeUri, Intent.FLAG_GRANT_READ_URI_PERMISSION | Intent.FLAG_GRANT_WRITE_URI_PERMISSION); // Get path view LinearLayout containerLinearLayout = (LinearLayout)findViewById(R.id.pathContainer); if (requestCode < containerLinearLayout.getChildCount()) { LinearLayout pathLinearLayout = (LinearLayout)containerLinearLayout.getChildAt(requestCode); setChosenPath(PATH_NAME_PREF_PREFIX+((TextView) pathLinearLayout.findViewById(R.id.textTitlePath)).getText().toString(), pickedDir.getUri(), (TextView) pathLinearLayout.findViewById(R.id.textDisplayPath), (Button) pathLinearLayout.findViewById(R.id.buttonRemovePath)); } else { Log.i(mLogTag, "Received invalid resultCode in onActivityResult."); } } } @Override public void onRequestPermissionsResult(int requestCode, String permissions[], int[] grantResults) { // At least one result must be granted if (grantResults.length < 1) { MessageActivity.showErrorMessage(this, "Permission not granted", "NZBGet needs storage permission to write to external paths.", null); return; } // Verify that each required permission has been granted for (int result : grantResults) { if (result != PackageManager.PERMISSION_GRANTED) { MessageActivity.showErrorMessage(this, "Permission not granted", "NZBGet needs storage permission to write to external paths.", null); return; } } // Show folder picker showFolderPicker(requestCode); } private void setUpActivity() { // Add a view to set the default path addCategoryLayout(DEFAULT_PATH_NAME); // Get categories from API // HTTP request must not be done on the main thread Thread thread = new Thread(new Runnable() { @Override public void run() { try { JSONObject response = APIManager.getConfig(StorageActivity.this); // Get queue path JSONArray resultArray = response.getJSONArray("result"); for (int i = 0; i < resultArray.length(); i++) { JSONObject object = resultArray.getJSONObject(i); String name = object.getString("Name"); if (name != null && name.matches("^Category\\d\\.Name$")) { String categoryName = object.getString("Value"); addCategoryLayout(categoryName); } } } catch (Exception e) { StorageActivity.this.runOnUiThread(new Runnable() { public void run() { MessageActivity.showErrorMessage(StorageActivity.this, "Warning", "Could not get NZBGet categories. Make sure the NZBGet daemon is running.", new MessageActivity.OnClickListener() { @Override public void onClick() { StorageActivity.this.finish(); } }); } }); e.printStackTrace(); } } }); thread.start(); } private void addCategoryLayout(final String categoryName) { // We can only add to view on UI thread runOnUiThread(new Runnable() { @Override public void run() { SharedPreferences sharedPreferences = PreferenceManager.getDefaultSharedPreferences(StorageActivity.this); final LinearLayout containerLinearLayout = (LinearLayout) findViewById(R.id.pathContainer); final int layoutIndex = containerLinearLayout.getChildCount(); final LinearLayout pathLinearLayout = (LinearLayout) LayoutInflater.from(StorageActivity.this).inflate(R.layout.linearlayout_path_entry, null); ((TextView)pathLinearLayout.findViewById(R.id.textTitlePath)).setText(categoryName); ((Button)pathLinearLayout.findViewById(R.id.buttonChoosePath)).setOnClickListener(new View.OnClickListener() { @Override public void onClick(View view) { // Check storage permission first if (!PermissionManager.isStoragePermissionGranted(StorageActivity.this, layoutIndex)) { return; } showFolderPicker(layoutIndex); } }); final TextView textDisplayPath = (TextView)pathLinearLayout.findViewById(R.id.textDisplayPath); final Button buttonRemovePath = (Button)pathLinearLayout.findViewById(R.id.buttonRemovePath); buttonRemovePath.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View view) { removeChosenPath(PATH_NAME_PREF_PREFIX+categoryName, textDisplayPath, buttonRemovePath); } }); String pathFromSharedPreferences = sharedPreferences.getString(PATH_NAME_PREF_PREFIX+categoryName, ""); if (pathFromSharedPreferences != "") { textDisplayPath.setText(FileUtil.getFullPathFromTreeUri(Uri.parse(pathFromSharedPreferences), StorageActivity.this)); buttonRemovePath.setBackgroundTintList(ContextCompat.getColorStateList(StorageActivity.this, R.color.path_remove_botton_enabled)); } containerLinearLayout.addView(pathLinearLayout); } }); } public void showFolderPicker(int requestCode) { Intent intent = new Intent(Intent.ACTION_OPEN_DOCUMENT_TREE); intent.addFlags( Intent.FLAG_GRANT_READ_URI_PERMISSION | Intent.FLAG_GRANT_WRITE_URI_PERMISSION | Intent.FLAG_GRANT_PERSISTABLE_URI_PERMISSION | Intent.FLAG_GRANT_PREFIX_URI_PERMISSION); startActivityForResult(intent, requestCode); } private void setChosenPath(String sharedPrefsKey, Uri path, TextView pathTextView, Button removePathButton) { SharedPreferences sharedPreferences = PreferenceManager.getDefaultSharedPreferences(this); sharedPreferences.edit().putString(sharedPrefsKey, path.toString()).commit(); pathTextView.setText(FileUtil.getFullPathFromTreeUri(path, this)); removePathButton.setBackgroundTintList(ContextCompat.getColorStateList(this, R.color.path_remove_botton_enabled)); } private void removeChosenPath(String sharedPrefsKey, TextView pathTextView, Button removePathButton) { SharedPreferences sharedPreferences = PreferenceManager.getDefaultSharedPreferences(this); sharedPreferences.edit().remove(sharedPrefsKey).commit(); pathTextView.setText("Not chosen"); removePathButton.setBackgroundTintList(ContextCompat.getColorStateList(this, R.color.path_remove_botton_disabled)); } }
8,993
Java
.java
nzbget/android
11
4
3
2015-07-26T20:40:27Z
2019-04-23T21:04:18Z
02bbb0eeac3405f996b06044b8f35135e00c231109cf16ab8fa5bc1cb3c34810
[ 1337, 3723, 51, 16152, 103, 390, 51, 16152, 103, 390, 64, 222, 222, 485, 2616, 51, 1304, 51, 1237, 64, 222, 485, 2616, 51, 1304, 51, 8770, 64, 222, 485, 2616, 51, 1304, 51, 32235, 64, 222, 485, 2616, 51, 1304, 51, 4921, 51, 42759, 64, 222, 485, 2616, 51, 1317, 51, 5729, 64, 222, 485, 2616, 51, 519, 51, 4775, 64, 222, 485, 2616, 51, 29565, 51, 14366, 1590, 64, 222, 485, 2616, 51, 3608, 51, 123, 57, 51, 745, 51, 3697, 6823, 64, 222, 485, 2616, 51, 3608, 51, 123, 57, 51, 1304, 51, 1237, 6823, 64, 222, 485, 2616, 51, 3608, 51, 123, 57, 51, 6390, 51, 3112, 991, 64, 222, 485, 2616, 51, 3608, 51, 123, 60, 51, 745, 51, 35181, 64, 222, 485, 2616, 51, 1058, 51, 1353, 64, 222, 485, 2616, 51, 1090, 51, 25966, 64, 222, 485, 2616, 51, 1090, 51, 1089, 64, 222, 485, 2616, 51, 3872, 51, 1732, 64, 222, 485, 2616, 51, 3872, 51, 34164, 64, 222, 485, 2616, 51, 3872, 51, 12791, 64, 222, 222, 485, 1105, 51, 1279, 51, 27698, 64, 222, 485, 1105, 51, 1279, 51, 15543, 64, 222, 222, 942, 462, 9830, 3697, 2041, 36463, 4584, 13478, 6823, 51, 1501, 1123, 10967, 1413, 3309, 320, 465, 964, 910, 364, 1353, 2649, 299, 332, 3581, 3697, 884, 465, 581, 924, 910, 4050, 100, 4088, 100, 2491, 299, 332, 2061, 327, 1365, 6233, 15534, 303, 581, 924, 910, 13407, 100, 2491, 100, 2896, 75, 100, 9857, 299, 332, 4088, 100, 884, 465, 496, 1806, 303, 2532, 782, 16456, 45, 4775, 19902, 46, 320, 310, 2615, 51, 20217, 45, 20731, 312, 310, 31090, 45, 87, 51, 3106, 51, 6904, 100, 4239, 312, 310, 14544, 3697, 492, 303, 339, 465, 496, 1806, 303, 581, 782, 563, 3697, 1413, 45, 429, 1343, 1241, 49, 648, 47655, 49, 11790, 1074, 768, 46, 320, 310, 434, 327, 1285, 1241, 882, 20328, 100, 2966, 46, 343, 461, 64, 310, 832, 320, 343, 14433, 4369, 5729, 299, 1074, 768, 51, 11574, 492, 343, 6222, 991, 27714, 2995, 299, 6222, 991, 51, 1097, 3371, 5729, 45, 597, 49, 4369, 5729, 312, 343, 18839, 5729, 7052, 45, 390, 28458, 1046, 4369, 5729, 49, 11790, 51, 4705, 100, 45323, 100, 4423, 100, 6344, 100, 28689, 542, 11790, 51, 4705, 100, 45323, 100, 3230, 100, 6344, 100, 28689, 312, 343, 36828, 7266, 941, 11845, 28800, 463, 5729, 7052, 45, 3266, 5729, 49, 11790, 51, 4705, 100, 45323, 100, 4423, 100, 6344, 100, 28689, 542, 11790, 51, 4705, 100, 45323, 100, 3230, 100, 6344, 100, 28689, 312, 343, 453, 1408, 1536, 2221, 343, 41629, 3863, 34164, 299, 327, 34164, 46, 14137, 45, 87, 51, 333, 51, 1005, 2894, 312, 343, 434, 327, 1375, 1241, 350, 3863, 34164, 51, 24200, 1552, 1177, 320, 419, 41629, 1536, 34164, 299, 327, 34164, 46, 2646, 34164, 51, 24200, 1094, 45, 1375, 1241, 312, 419, 758, 846, 9976, 1233, 45, 4088, 100, 2491, 100, 2896, 75, 100, 9857, 48, 1181, 12791, 46, 1536, 34164, 51, 14137, 45, 87, 51, 333, 51, 897, 3188, 1233, 3445, 10624, 941, 3127, 1046, 27714, 2995, 51, 390, 5729, 1046, 327, 12791, 46, 1536, 34164, 51, 14137, 45, 87, 51, 333, 51, 897, 3948, 1233, 490, 327, 1732, 46, 1536, 34164, 51, 14137, 45, 87, 51, 333, 51, 1654, 4926, 1233, 894, 343, 339, 832, 320, 419, 2681, 51, 110, 45, 114, 1353, 2649, 49, 332, 10920, 5549, 47655, 347, 563, 3697, 1413, 5377, 343, 339, 310, 339, 303, 339, 465, 496, 1806, 303, 581, 782, 563, 1123, 10967, 1413, 45, 429, 1343, 1241, 49, 910, 4243, 10022, 648, 1197, 18839, 5483, 46, 320, 603, 453, 4612, 6247, 1611, 1074, 2315, 545, 11495, 310, 434, 327, 21099, 5483, 51, 1340, 350, 244, 54, 46, 320, 343, 4587, 3697, 51, 2276, 14472, 45, 597, 49, 332, 7052, 666, 11495, 411, 332, 30042, 71, 953, 5669, 4780, 6504, 391, 2886, 391, 6596, 7854, 4429, 762, 312, 343, 461, 64, 310, 339, 310, 453, 12082, 708, 2531, 2147, 6504, 1421, 2602, 11495, 310, 456, 327, 429, 1074, 518, 18839, 5483, 46, 320, 343, 434, 327, 1285, 882, 9718, 1590, 51, 28689, 100, 27672, 23885, 46, 320, 419, 4587, 3697, 51, 2276, 14472, 45, 597, 49, 332, 7052, 666, 11495, 411, 332, 30042, 71, 953, 5669, 4780, 6504, 391, 2886, 391, 6596, 7854, 4429, 762, 312, 419, 461, 64, 343, 339, 310, 339, 310, 453, 7933, 4865, 26399, 310, 2539, 5653, 9089, 45, 1375, 1241, 312, 303, 339, 465, 964, 782, 14544, 3697, 365, 320, 310, 453, 2242, 331, 2221, 391, 758, 341, 1263, 1536, 310, 1035, 4236, 2362, 45, 5815, 100, 4088, 100, 2491, 312, 310, 453, 1408, 12851, 664, 2347, 310, 453, 4818, 1343, 2315, 666, 545, 3412, 563, 341, 2594, 3682, 310, 7806, 3682, 299, 556, 7806, 45, 909, 18662, 365, 320, 343, 496, 1806, 343, 581, 782, 1441, 365, 320, 419, 1614, 244, 320, 547, 15439, 1808, 299, 2347, 1590, 51, 21431, 45, 3581, 3697, 51, 597, 312, 547, 453, 1408, 5535, 1536, 547, 34933, 1074, 1280, 299, 1808, 51, 390, 27698, 459, 1285, 742, 547, 456, 327, 429, 613, 299, 244, 53, 64, 613, 350, 1074, 1280, 51, 1340, 492, 613, 2002, 320, 733, 15439, 1319, 299, 1074, 1280, 51, 40883, 45, 110, 312, 733, 910, 655, 299, 1319, 51, 7080, 459, 577, 742, 733, 434, 327, 444, 882, 762, 979, 655, 51, 8936, 29336, 4236, 1750, 105, 25878, 577, 41, 2152, 320, 1031, 910, 6233, 577, 299, 1319, 51, 7080, 459, 899, 742, 1031, 1035, 4236, 2362, 45, 3168, 577, 312, 733, 339, 547, 339, 419, 339, 2385, 327, 1002, 503, 46, 320, 547, 9830, 3697, 51, 597, 51, 1967, 1501, 10818, 3032, 45, 909, 18662, 365, 320, 733, 581, 782, 1441, 365, 320, 1031, 4587, 3697, 51, 2276, 14472, 45, 3581, 3697, 51, 597, 49, 332, 5722, 411, 332, 9752, 666, 640, 508, 45670, 953, 12851, 51, 6429, 3673, 341, 508, 45670, 953, 19236, 458, 3991, 4429, 556, 4587, 3697, 51, 12733, 365, 320, 1396, 496, 1806, 1396, 581, 782, 7057, 365, 320, 1908, 9830, 3697, 51, 597, 51, 11332, 492, 1396, 339, 1031, 1141, 733, 339, 547, 1141, 547, 503, 51, 9428, 492, 419, 339, 343, 339, 310, 1141, 310, 3682, 51, 1384, 492, 303, 339, 465, 964, 782, 1035, 4236, 2362, 45, 3242, 910, 6233, 577, 46, 320, 310, 453, 2726, 902, 1773, 1035, 391, 2221, 563, 5326, 3682, 310, 1441, 1501, 10818, 3032, 45, 909, 18662, 365, 320, 343, 496, 1806, 343, 581, 782, 1441, 365, 320, 419, 42116, 7187, 11333, 299, 42838, 1590, 51, 13729, 32235, 45, 3581, 3697, 51, 597, 312, 419, 1175, 41629, 3863, 34164, 299, 327, 34164, 46, 15510, 45, 87, 51, 333, 51, 1005, 2894, 312, 419, 1175, 648, 6385, 1301, 299, 3863, 34164, 51, 24200, 1552, 492, 2125, 1175, 41629, 1536, 34164, 299, 327, 34164, 46, 37314, 51, 1097, 45, 3581, 3697, 51, 597, 566, 23053, 45, 87, 51, 3106, 51, 8441, 3106, 100, 1005, 100, 3054, 49, 762, 312, 419, 1849, 12791, 46, 1005, 34164, 51, 14137, 45, 87, 51, 333, 51, 897, 3188, 1233, 3445, 6619, 45, 3168, 577, 312, 419, 1849, 1732, 46, 1005, 34164, 51, 14137, 45, 87, 51, 333, 51, 1654, 21028, 1233, 3445, 18903, 45, 909, 4340, 51, 12733, 365, 320, 547, 496, 1806, 547, 581, 782, 7057, 45, 1089, 2221, 46, 320, 733, 453, 3471, 4780, 6504, 1950, 733, 434, 1445, 7052, 1590, 51, 316, 3581, 7052, 36914, 45, 3581, 3697, 51, 597, 49, 6385, 1301, 509, 320, 1031, 461, 64, 733, 339, 733, 2539, 5653, 9089, 45, 3106, 1301, 312, 547, 339, 419, 1141, 419, 1175, 18503, 1367, 3948, 1233, 299, 327, 12791, 46, 1005, 34164, 51, 14137, 45, 87, 51, 333, 51, 897, 3948, 1233, 312, 419, 1175, 7413, 3467, 4926, 1233, 299, 327, 1732, 46, 1005, 34164, 51, 14137, 45, 87, 51, 333, 51, 1654, 4926, 1233, 312, 419, 3467, 4926, 1233, 51, 18903, 45, 909, 4340, 51, 12733, 365, 320, 547, 496, 1806, 547, 581, 782, 7057, 45, 1089, 2221, 46, 320, 733, 3365, 846, 9976, 1233, 45, 4088, 100, 2491, 100, 2896, 75, 100, 9857, 48, 3168, 577, 49, 1367, 3948, 1233, 49, 3467, 4926, 1233, 312, 547, 339, 419, 1141, 2125, 910, 1536, 1811, 32235, 299, 7187, 11333, 51, 7080, 45, 4088, 100, 2491, 100, 2896, 75, 100, 9857, 48, 3168, 577, 49, 10780, 419, 434, 327, 1005, 1811, 32235, 882, 7756, 320, 547, 1367, 3948, 1233, 51, 6619, 45, 991, 1747, 51, 25736, 1233, 1811, 3371, 5729, 45, 5729, 51, 2228, 45, 1005, 1811, 32235, 490, 9830, 3697, 51, 597, 894, 547, 3467, 4926, 1233, 51, 28525, 33796, 739, 45, 1237, 6823, 51, 24849, 1095, 739, 45, 3581, 3697, 51, 597, 49, 578, 51, 1507, 51, 1005, 100, 2564, 100, 2213, 955, 100, 6572, 894, 419, 339, 2125, 3863, 34164, 51, 47863, 45, 1005, 34164, 312, 343, 339, 310, 1141, 303, 339, 465, 581, 782, 2539, 5653, 9089, 45, 429, 1343, 1241, 46, 320, 310, 11790, 8935, 299, 556, 11790, 45, 8770, 51, 8755, 100, 10937, 100, 23997, 100, 27813, 312, 310, 8935, 51, 688, 4644, 45, 419, 11790, 51, 4705, 100, 45323, 100, 4423, 100, 6344, 100, 28689, 733, 542, 11790, 51, 4705, 100, 45323, 100, 3230, 100, 6344, 100, 28689, 733, 542, 11790, 51, 4705, 100, 45323, 100, 3703, 31815, 2164, 100, 6344, 100, 28689, 733, 542, 11790, 51, 4705, 100, 45323, 100, 9857, 100, 6344, 100, 28689, 312, 310, 26819, 1580, 1413, 45, 13990, 49, 1343, 1241, 312, 303, 339, 465, 964, 782, 758, 846, 9976, 1233, 45, 671, 7187, 20042, 971, 49, 14433, 1536, 49, 18503, 1536, 12791, 49, 7413, 3365, 1233, 1732, 46, 320, 310, 42116, 7187, 11333, 299, 42838, 1590, 51, 13729, 32235, 45, 597, 312, 310, 7187, 11333, 51, 3189, 941, 38380, 45, 4206, 20042, 971, 49, 1536, 51, 3127, 4269, 3388, 492, 310, 1536, 12791, 51, 6619, 45, 991, 1747, 51, 25736, 1233, 1811, 3371, 5729, 45, 1005, 49, 477, 894, 310, 3365, 1233, 1732, 51, 28525, 33796, 739, 45, 1237, 6823, 51, 24849, 1095, 739, 45, 597, 49, 578, 51, 1507, 51, 1005, 100, 2564, 100, 2213, 955, 100, 6572, 894, 303, 339, 465, 964, 782, 3365, 846, 9976, 1233, 45, 671, 7187, 20042, 971, 49, 18503, 1536, 12791, 49, 7413, 3365, 1233, 1732, 46, 320, 310, 42116, 7187, 11333, 299, 42838, 1590, 51, 13729, 32235, 45, 597, 312, 310, 7187, 11333, 51, 3189, 941, 2564, 45, 4206, 20042, 971, 566, 3388, 492, 310, 1536, 12791, 51, 6619, 459, 1355, 16865, 742, 310, 3365, 1233, 1732, 51, 28525, 33796, 739, 45, 1237, 6823, 51, 24849, 1095, 739, 45, 597, 49, 578, 51, 1507, 51, 1005, 100, 2564, 100, 2213, 955, 100, 7081, 894, 303, 339, 222, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
1,784
true
63.549427
true
true
MiniMessageAnywhere.java
/FileExtraction/Java_unseen/gepron1x_minimessage-anywhere/src/main/java/me/gepron1x/minimessageanywhere/MiniMessageAnywhere.java
package me.gepron1x.minimessageanywhere; import cloud.commandframework.Command; import cloud.commandframework.bukkit.CloudBukkitCapabilities; import cloud.commandframework.exceptions.InvalidSyntaxException; import cloud.commandframework.exceptions.NoPermissionException; import cloud.commandframework.exceptions.NoSuchCommandException; import cloud.commandframework.execution.CommandExecutionCoordinator; import cloud.commandframework.paper.PaperCommandManager; import com.comphenix.protocol.PacketType; import com.comphenix.protocol.ProtocolLibrary; import com.comphenix.protocol.ProtocolManager; import me.gepron1x.minimessageanywhere.config.Config; import me.gepron1x.minimessageanywhere.config.ConfigManager; import me.gepron1x.minimessageanywhere.config.ParsingStrategy; import me.gepron1x.minimessageanywhere.config.serializer.MessageSerializer; import me.gepron1x.minimessageanywhere.config.serializer.PacketTypeSerializer; import me.gepron1x.minimessageanywhere.handler.GlobalComponentHandler; import me.gepron1x.minimessageanywhere.handler.MiniMessageComponentHandler; import me.gepron1x.minimessageanywhere.listener.PrettyChatListener; import me.gepron1x.minimessageanywhere.packetlistener.in.BookFilter; import me.gepron1x.minimessageanywhere.packetlistener.in.CommonFilter; import me.gepron1x.minimessageanywhere.packetlistener.out.*; import me.gepron1x.minimessageanywhere.processor.MiniMessageProcessor; import me.gepron1x.minimessageanywhere.util.MiniMessageEscaper; import me.gepron1x.minimessageanywhere.util.RegexUtils; import net.kyori.adventure.text.minimessage.MiniMessage; import net.kyori.adventure.text.minimessage.tag.resolver.TagResolver; import net.kyori.adventure.text.serializer.legacy.LegacyComponentSerializer; import org.bukkit.NamespacedKey; import org.bukkit.command.CommandSender; import org.bukkit.entity.Player; import org.bukkit.event.HandlerList; import org.bukkit.plugin.PluginManager; import org.bukkit.plugin.java.JavaPlugin; import org.jetbrains.annotations.NotNull; import space.arim.dazzleconf.ConfigurationOptions; import space.arim.dazzleconf.sorter.AnnotationBasedSorter; import java.text.MessageFormat; import java.util.HashSet; import java.util.List; import java.util.Objects; import java.util.Set; import java.util.function.Function; import java.util.function.Predicate; import java.util.regex.Pattern; public final class MiniMessageAnywhere extends JavaPlugin { private static final String NAME = "MiniMessageAnywhere"; private static final Pattern EMPTY = Pattern.compile("((.+))"); private ConfigManager<Config> configManager; private MiniMessage miniMessage; private PaperCommandManager<CommandSender> commandManager; private GlobalComponentHandler handler; private MiniMessageComponentHandler miniComponentHandler; private ProtocolManager protocolManager; @Override public void onEnable() { protocolManager = ProtocolLibrary.getProtocolManager(); handler = new GlobalComponentHandler(); ConfigurationOptions options = new ConfigurationOptions.Builder() .addSerialiser(new PacketTypeSerializer(PacketType.Play.Server.getInstance())) .addSerialiser(new MessageSerializer(MiniMessage.miniMessage())) .sorter(new AnnotationBasedSorter()) .build(); configManager = ConfigManager.create(getDataFolder().toPath(), "config.yml", Config.class, options); enable(); getLogger().info("Plugin successfully enabled."); } /** * reloads a plugin */ public void reload() { disable(); enable(); } private void enable() { configManager.reloadConfig(); Config config = configManager.getConfigData(); MiniMessage.Builder builder = MiniMessage.builder(); builder.tags(TagResolver.resolver( config.miniMessageSettings().placeholderResolver(), config.miniMessageSettings().transformationRegistry() )); builder.preProcessor(s -> { if (s.indexOf(LegacyComponentSerializer.SECTION_CHAR) == -1) return s; return this.miniMessage.serialize(LegacyComponentSerializer.legacySection().deserialize(s)).replace("\\<", "<"); }); this.miniMessage = builder.build(); Pattern messagePattern = getMessagePattern(); MiniMessageProcessor processor = setupProcessor(messagePattern); miniComponentHandler = new MiniMessageComponentHandler(miniMessage, processor); handler.addHandler(miniComponentHandler); registerListeners(); setupCommand(); if (config.prettyChat()) { getServer().getPluginManager().registerEvents(new PrettyChatListener(getServer(), handler), this); } Config.Filter filterConfig = config.filter(); List<PacketType> commonFilters = filterConfig.common(); Predicate<Player> ignore = player -> player.hasPermission(Permissions.IGNORE_FILTER); MiniMessageEscaper stripper = new MiniMessageEscaper(miniMessage); if (!commonFilters.isEmpty()) { protocolManager.addPacketListener(new CommonFilter(this, ignore, stripper)); } if (filterConfig.books()) { protocolManager.addPacketListener(new BookFilter(this, ignore, stripper)); } } private MiniMessageProcessor setupProcessor(Pattern messagePattern) { if (messagePattern == EMPTY) return MiniMessageProcessor.all(); return MiniMessageProcessor.regex(messagePattern); } private Pattern getMessagePattern() { Config config = configManager.getConfigData(); if (config.parsingStrategy() == ParsingStrategy.ALL) { return EMPTY; } else { Config.Regex regexConfig = config.regex(); String prefix = RegexUtils.adaptUserInput(regexConfig.prefix()); String suffix = RegexUtils.adaptUserInput(regexConfig.suffix()); return Pattern.compile(MessageFormat.format("({0}(.+){1})", prefix, suffix)); } } private void registerListeners() { Config config = configManager.getConfigData(); Set<AbstractListener> listeners = new HashSet<>(); listeners.add(new CommonListener(this, handler, config.commonPacketTypes())); Config.ListenTo listenTo = config.listenTo(); Config.ListenTo.Items items = listenTo.items(); if (items.enabled()) { listeners.add(new ItemListener(this, handler, items.disableItalic())); } if (listenTo.entities()) { listeners.add(new EntityMetadataListener(this, handler)); } if (listenTo.playerInfo()) { listeners.add(new PlayerInfoListener(this, handler)); } if (listenTo.MoTD()) { listeners.add(new ServerPingListener(this, handler)); } if (listenTo.itemFrames()) { listeners.add(new ItemFrameListener(this, handler)); } listeners.forEach(protocolManager::addPacketListener); } private void setupCommand() { try { commandManager = new PaperCommandManager<>( this, CommandExecutionCoordinator.simpleCoordinator(), Function.identity(), Function.identity() ); } catch (Exception e) { getLogger().severe("failed to initialize CommandManager. please contact developer"); getServer().getPluginManager().disablePlugin(this); return; } if (commandManager.queryCapability(CloudBukkitCapabilities.BRIGADIER)) { commandManager.registerBrigadier(); } Command.Builder<CommandSender> builder = commandManager.commandBuilder("mmanywhere"); commandManager.command(builder .permission(Permissions.INFO) .handler(ctx -> ctx.getSender().sendMessage(configManager.getConfigData().messages().info()) )); commandManager.command(builder.literal("reload") .permission(Permissions.RELOAD) .handler(ctx -> { reload(); ctx.getSender().sendMessage(configManager.getConfigData().messages().reloaded()); }) ); commandManager.registerExceptionHandler(NoPermissionException.class, (sender, e) -> sender.sendMessage(configManager.getConfigData().messages().noPermission()) ); commandManager.registerExceptionHandler(NoSuchCommandException.class, (sender, e) -> sender.sendMessage(configManager.getConfigData().messages().unknownCommand()) ); commandManager.registerExceptionHandler(InvalidSyntaxException.class, (sender, e) -> sender.sendMessage(configManager.getConfigData().messages().unknownCommand()) ); } private void disable() { handler.removeHandler(miniComponentHandler); HandlerList.unregisterAll(this); protocolManager.removePacketListeners(this); } /** * returns a GlobalComponentHandler, where you can add your own handlers * @return handler */ @NotNull public GlobalComponentHandler getHandler() { return handler; } /** * a shortcut to easly get plugin from PluginManager * * @param manager - manager to get plugin from * @return a minimessage anywhere plugin. */ @NotNull public static MiniMessageAnywhere get(PluginManager manager) { return (MiniMessageAnywhere) Objects.requireNonNull(manager.getPlugin(NAME), "MiniMessageAnywhere wasnt loaded!"); } public static NamespacedKey key(String name) { return new NamespacedKey(JavaPlugin.getPlugin(MiniMessageAnywhere.class), name); } @Override public void onDisable() { disable(); getLogger().info("Plugin disabled, cya!"); } }
10,046
Java
.java
gepron1x/minimessage-anywhere
13
2
4
2021-05-20T12:55:30Z
2023-08-23T17:12:04Z
7d42c631b9ed421383c1e4395b04a6384805036cb65fe91486bfb7a01b0549ea
[ 1337, 616, 51, 319, 796, 286, 54, 125, 51, 907, 531, 966, 1831, 2786, 64, 222, 222, 485, 8680, 51, 2514, 2863, 51, 2037, 64, 222, 485, 8680, 51, 2514, 2863, 51, 20402, 51, 5577, 982, 17120, 17645, 64, 222, 485, 8680, 51, 2514, 2863, 51, 11453, 51, 3828, 6651, 1002, 64, 222, 485, 8680, 51, 2514, 2863, 51, 11453, 51, 2042, 7052, 1002, 64, 222, 485, 8680, 51, 2514, 2863, 51, 11453, 51, 26348, 2037, 1002, 64, 222, 485, 8680, 51, 2514, 2863, 51, 10526, 51, 2037, 6141, 29728, 64, 222, 485, 8680, 51, 2514, 2863, 51, 12428, 51, 22267, 2037, 1590, 64, 222, 485, 785, 51, 998, 19802, 801, 51, 5732, 51, 6839, 638, 64, 222, 485, 785, 51, 998, 19802, 801, 51, 5732, 51, 5519, 5887, 64, 222, 485, 785, 51, 998, 19802, 801, 51, 5732, 51, 5519, 1590, 64, 222, 485, 616, 51, 319, 796, 286, 54, 125, 51, 907, 531, 966, 1831, 2786, 51, 1180, 51, 1081, 64, 222, 485, 616, 51, 319, 796, 286, 54, 125, 51, 907, 531, 966, 1831, 2786, 51, 1180, 51, 1081, 1590, 64, 222, 485, 616, 51, 319, 796, 286, 54, 125, 51, 907, 531, 966, 1831, 2786, 51, 1180, 51, 23716, 8095, 64, 222, 485, 616, 51, 319, 796, 286, 54, 125, 51, 907, 531, 966, 1831, 2786, 51, 1180, 51, 15237, 51, 1193, 7271, 64, 222, 485, 616, 51, 319, 796, 286, 54, 125, 51, 907, 531, 966, 1831, 2786, 51, 1180, 51, 15237, 51, 6839, 638, 7271, 64, 222, 485, 616, 51, 319, 796, 286, 54, 125, 51, 907, 531, 966, 1831, 2786, 51, 4543, 51, 4470, 1735, 1985, 64, 222, 485, 616, 51, 319, 796, 286, 54, 125, 51, 907, 531, 966, 1831, 2786, 51, 4543, 51, 26374, 1193, 1735, 1985, 64, 222, 485, 616, 51, 319, 796, 286, 54, 125, 51, 907, 531, 966, 1831, 2786, 51, 9447, 51, 20507, 7580, 2239, 64, 222, 485, 616, 51, 319, 796, 286, 54, 125, 51, 907, 531, 966, 1831, 2786, 51, 8776, 9447, 51, 285, 51, 6597, 2365, 64, 222, 485, 616, 51, 319, 796, 286, 54, 125, 51, 907, 531, 966, 1831, 2786, 51, 8776, 9447, 51, 285, 51, 5248, 2365, 64, 222, 485, 616, 51, 319, 796, 286, 54, 125, 51, 907, 531, 966, 1831, 2786, 51, 8776, 9447, 51, 560, 7737, 222, 485, 616, 51, 319, 796, 286, 54, 125, 51, 907, 531, 966, 1831, 2786, 51, 10093, 51, 26374, 1193, 6872, 64, 222, 485, 616, 51, 319, 796, 286, 54, 125, 51, 907, 531, 966, 1831, 2786, 51, 1058, 51, 26374, 1193, 24854, 5906, 64, 222, 485, 616, 51, 319, 796, 286, 54, 125, 51, 907, 531, 966, 1831, 2786, 51, 1058, 51, 10845, 2769, 64, 222, 485, 3723, 51, 7656, 15860, 51, 358, 20369, 51, 897, 51, 907, 531, 966, 51, 26374, 1193, 64, 222, 485, 3723, 51, 7656, 15860, 51, 358, 20369, 51, 897, 51, 907, 531, 966, 51, 2159, 51, 15668, 51, 2649, 7266, 64, 222, 485, 3723, 51, 7656, 15860, 51, 358, 20369, 51, 897, 51, 15237, 51, 18232, 51, 23022, 1735, 7271, 64, 222, 485, 1105, 51, 20402, 51, 577, 19960, 971, 64, 222, 485, 1105, 51, 20402, 51, 2514, 51, 2037, 10455, 64, 222, 485, 1105, 51, 20402, 51, 2244, 51, 3516, 64, 222, 485, 1105, 51, 20402, 51, 1585, 51, 1985, 739, 64, 222, 485, 1105, 51, 20402, 51, 2809, 51, 43417, 64, 222, 485, 1105, 51, 20402, 51, 2809, 51, 1874, 51, 5445, 4168, 64, 222, 485, 1105, 51, 15575, 51, 8839, 51, 4936, 64, 222, 485, 5153, 51, 301, 468, 51, 105, 9818, 293, 2982, 51, 2339, 2045, 64, 222, 485, 5153, 51, 301, 468, 51, 105, 9818, 293, 2982, 51, 48674, 51, 7945, 10339, 43620, 64, 222, 222, 485, 1401, 51, 897, 51, 1193, 2222, 64, 222, 485, 1401, 51, 1058, 51, 17163, 64, 222, 485, 1401, 51, 1058, 51, 739, 64, 222, 485, 1401, 51, 1058, 51, 6699, 64, 222, 485, 1401, 51, 1058, 51, 903, 64, 222, 485, 1401, 51, 1058, 51, 1144, 51, 2466, 64, 222, 485, 1401, 51, 1058, 51, 1144, 51, 12690, 64, 222, 485, 1401, 51, 1058, 51, 7927, 51, 5526, 64, 3067, 222, 942, 1175, 462, 27848, 1193, 4292, 2786, 2041, 4957, 4168, 320, 303, 964, 924, 1175, 910, 8920, 299, 332, 26374, 1193, 4292, 2786, 884, 303, 964, 924, 1175, 13405, 29390, 299, 13405, 51, 7028, 459, 1181, 33568, 509, 742, 465, 964, 3395, 1590, 65, 1081, 67, 1377, 1590, 64, 303, 964, 27848, 1193, 21779, 1193, 64, 303, 964, 33706, 2037, 1590, 65, 2037, 10455, 67, 2035, 1590, 64, 303, 964, 6566, 1735, 1985, 4908, 64, 303, 964, 27848, 1193, 1735, 1985, 21779, 1735, 1985, 64, 303, 964, 15653, 1590, 7088, 1590, 64, 303, 496, 1806, 303, 581, 782, 563, 6601, 365, 320, 310, 7088, 1590, 299, 15653, 5887, 51, 390, 5519, 1590, 492, 310, 4908, 299, 556, 6566, 1735, 1985, 492, 310, 8149, 2045, 2089, 299, 556, 8149, 2045, 51, 1812, 365, 419, 657, 688, 2960, 12080, 45, 909, 18706, 638, 7271, 45, 6839, 638, 51, 5202, 51, 2077, 51, 7432, 5183, 419, 657, 688, 2960, 12080, 45, 909, 4587, 7271, 45, 26374, 1193, 51, 15918, 1193, 5183, 419, 657, 48674, 45, 909, 20144, 10339, 43620, 1177, 419, 657, 1848, 492, 310, 1377, 1590, 299, 3395, 1590, 51, 1315, 45, 11574, 5653, 941, 471, 1233, 1046, 332, 1180, 51, 7083, 411, 3395, 51, 842, 49, 2089, 312, 310, 5362, 492, 310, 640, 3716, 941, 1357, 459, 4168, 7519, 5892, 5377, 465, 339, 465, 1041, 294, 338, 334, 13428, 331, 3985, 294, 588, 303, 581, 782, 17074, 365, 320, 310, 7383, 492, 310, 5362, 492, 465, 339, 303, 964, 782, 5362, 365, 320, 310, 1377, 1590, 51, 12998, 1081, 492, 310, 3395, 1377, 299, 1377, 1590, 51, 21431, 768, 492, 310, 27848, 1193, 51, 1812, 4914, 299, 27848, 1193, 51, 4179, 492, 310, 4914, 51, 3981, 45, 2649, 7266, 51, 15668, 45, 419, 1377, 51, 15918, 1193, 2977, 941, 10354, 7266, 1046, 419, 1377, 51, 15918, 1193, 2977, 941, 33194, 5389, 365, 310, 11979, 310, 4914, 51, 1023, 6872, 45, 120, 984, 320, 343, 434, 327, 120, 51, 7149, 45, 23022, 1735, 7271, 51, 20491, 100, 4935, 46, 630, 449, 54, 46, 461, 328, 64, 343, 461, 477, 51, 15918, 1193, 51, 6293, 45, 23022, 1735, 7271, 51, 18232, 5434, 941, 16997, 45, 120, 3445, 3249, 22904, 65, 411, 3791, 742, 310, 1141, 310, 477, 51, 15918, 1193, 299, 4914, 51, 1848, 492, 310, 13405, 1492, 5526, 299, 40451, 5526, 492, 310, 27848, 1193, 6872, 12814, 299, 4721, 6872, 45, 1454, 5526, 312, 310, 21779, 1735, 1985, 299, 556, 27848, 1193, 1735, 1985, 45, 15918, 1193, 49, 12814, 312, 310, 4908, 51, 688, 1985, 45, 15918, 1735, 1985, 312, 310, 3923, 14625, 492, 603, 4721, 2037, 492, 6934, 434, 327, 1180, 51, 15947, 7580, 1177, 320, 343, 640, 2077, 941, 390, 43417, 941, 3334, 5015, 45, 909, 38062, 7580, 2239, 45, 32789, 1046, 4908, 490, 477, 312, 310, 339, 603, 3395, 51, 2365, 2785, 1081, 299, 1377, 51, 2049, 492, 603, 1701, 65, 6839, 638, 67, 4959, 11785, 299, 2785, 1081, 51, 2297, 492, 310, 23410, 65, 3516, 67, 5091, 299, 4376, 984, 4376, 51, 2057, 7052, 45, 10967, 51, 24100, 100, 13382, 312, 310, 27848, 1193, 24854, 5906, 16481, 481, 299, 556, 27848, 1193, 24854, 5906, 45, 15918, 1193, 312, 310, 434, 1445, 2297, 11785, 51, 6401, 1177, 320, 343, 7088, 1590, 51, 688, 6839, 2239, 45, 909, 8762, 2365, 45, 597, 49, 5091, 49, 16481, 481, 894, 310, 339, 310, 434, 327, 2049, 1081, 51, 12278, 1177, 320, 343, 7088, 1590, 51, 688, 6839, 2239, 45, 909, 13357, 2365, 45, 597, 49, 5091, 49, 16481, 481, 894, 310, 339, 4054, 339, 465, 964, 27848, 1193, 6872, 4721, 6872, 45, 5526, 1492, 5526, 46, 320, 310, 434, 327, 1454, 5526, 630, 29390, 46, 461, 27848, 1193, 6872, 51, 483, 492, 310, 461, 27848, 1193, 6872, 51, 7927, 45, 1454, 5526, 312, 303, 339, 465, 964, 13405, 40451, 5526, 365, 320, 310, 3395, 1377, 299, 1377, 1590, 51, 21431, 768, 492, 310, 434, 327, 1180, 51, 26778, 8095, 365, 630, 39119, 8095, 51, 2335, 46, 320, 343, 461, 29390, 64, 310, 339, 832, 320, 343, 3395, 51, 10845, 9679, 1081, 299, 1377, 51, 7927, 492, 343, 910, 5216, 299, 18035, 2769, 51, 19638, 1259, 1630, 45, 7927, 1081, 51, 4271, 1052, 343, 910, 12820, 299, 18035, 2769, 51, 19638, 1259, 1630, 45, 7927, 1081, 51, 12440, 1052, 343, 461, 13405, 51, 7028, 45, 1193, 2222, 51, 1664, 459, 1389, 53, 12584, 33568, 1528, 54, 47017, 5216, 49, 12820, 894, 310, 339, 303, 339, 303, 964, 782, 3923, 14625, 365, 320, 310, 3395, 1377, 299, 1377, 1590, 51, 21431, 768, 492, 6934, 1776, 65, 5597, 2239, 67, 18370, 299, 556, 14253, 6984, 603, 18370, 51, 688, 45, 909, 8762, 2239, 45, 597, 49, 4908, 49, 1377, 51, 2297, 6839, 2439, 5086, 603, 3395, 51, 22601, 724, 14880, 724, 299, 1377, 51, 12227, 724, 492, 310, 3395, 51, 22601, 724, 51, 3648, 3966, 299, 14880, 724, 51, 3053, 492, 603, 434, 327, 3053, 51, 6572, 1177, 320, 343, 18370, 51, 688, 45, 909, 6337, 2239, 45, 597, 49, 4908, 49, 3966, 51, 5826, 34089, 5086, 310, 339, 310, 434, 327, 12227, 724, 51, 9259, 1177, 320, 343, 18370, 51, 688, 45, 909, 7276, 4108, 2239, 45, 597, 49, 4908, 894, 310, 339, 310, 434, 327, 12227, 724, 51, 3857, 1139, 1177, 320, 343, 18370, 51, 688, 45, 909, 9306, 1139, 2239, 45, 597, 49, 4908, 894, 310, 339, 310, 434, 327, 12227, 724, 51, 8852, 3202, 1177, 320, 343, 18370, 51, 688, 45, 909, 4242, 19807, 2239, 45, 597, 49, 4908, 894, 310, 339, 310, 434, 327, 12227, 724, 51, 1113, 13444, 1177, 320, 343, 18370, 51, 688, 45, 909, 6337, 2163, 2239, 45, 597, 49, 4908, 894, 310, 339, 310, 18370, 51, 5388, 45, 5732, 1590, 422, 688, 6839, 2239, 312, 465, 339, 303, 964, 782, 4721, 2037, 365, 320, 310, 1614, 320, 1819, 2035, 1590, 299, 556, 33706, 2037, 1590, 11530, 547, 477, 49, 547, 5730, 6141, 29728, 51, 6681, 29728, 1046, 547, 4564, 51, 8552, 1046, 547, 4564, 51, 8552, 365, 343, 1110, 310, 339, 2385, 327, 1002, 503, 46, 320, 343, 640, 3716, 941, 296, 29848, 459, 7824, 391, 7395, 5730, 1590, 51, 4335, 7272, 14383, 742, 343, 640, 2077, 941, 390, 43417, 941, 5826, 4168, 45, 597, 312, 343, 461, 64, 310, 339, 310, 434, 327, 2514, 1590, 51, 1234, 19505, 45, 5577, 982, 17120, 17645, 51, 4768, 1453, 1208, 78, 546, 509, 320, 343, 2035, 1590, 51, 3334, 71, 867, 358, 2506, 492, 310, 339, 310, 5730, 51, 1812, 65, 2037, 10455, 67, 4914, 299, 2035, 1590, 51, 2514, 1812, 459, 114, 11412, 2786, 742, 603, 2035, 1590, 51, 2514, 45, 4179, 419, 657, 9207, 45, 10967, 51, 1608, 46, 419, 657, 4543, 45, 2112, 984, 733, 3708, 51, 390, 10455, 941, 19693, 45, 1180, 1590, 51, 21431, 768, 941, 6296, 941, 1357, 1177, 419, 11979, 310, 2035, 1590, 51, 2514, 45, 4179, 51, 7549, 459, 12998, 678, 419, 657, 9207, 45, 10967, 51, 632, 5703, 46, 419, 657, 4543, 45, 2112, 984, 320, 547, 17074, 492, 547, 3708, 51, 390, 10455, 941, 19693, 45, 1180, 1590, 51, 21431, 768, 941, 6296, 941, 287, 5907, 1052, 419, 1809, 310, 1110, 310, 2035, 1590, 51, 3334, 35578, 45, 2042, 7052, 1002, 51, 842, 49, 419, 327, 8272, 49, 503, 46, 984, 7056, 51, 19693, 45, 1180, 1590, 51, 21431, 768, 941, 6296, 941, 1365, 7052, 1177, 310, 1110, 310, 2035, 1590, 51, 3334, 35578, 45, 26348, 2037, 1002, 51, 842, 49, 419, 327, 8272, 49, 503, 46, 984, 7056, 51, 19693, 45, 1180, 1590, 51, 21431, 768, 941, 6296, 941, 6887, 2037, 1177, 310, 1110, 310, 2035, 1590, 51, 3334, 35578, 45, 3828, 6651, 1002, 51, 842, 49, 419, 327, 8272, 49, 503, 46, 984, 7056, 51, 19693, 45, 1180, 1590, 51, 21431, 768, 941, 6296, 941, 6887, 2037, 1177, 310, 1110, 465, 339, 4054, 964, 782, 7383, 365, 320, 310, 4908, 51, 2564, 1985, 45, 15918, 1735, 1985, 312, 310, 15210, 739, 51, 28370, 1947, 45, 597, 312, 310, 7088, 1590, 51, 2564, 6839, 14625, 45, 597, 312, 465, 339, 45253, 1041, 294, 338, 3235, 331, 6566, 1735, 1985, 49, 2174, 863, 902, 1035, 1390, 4387, 15089, 294, 338, 496, 620, 4908, 294, 588, 303, 496, 4936, 303, 581, 6566, 1735, 1985, 640, 1985, 365, 320, 310, 461, 4908, 64, 303, 339, 465, 1041, 294, 338, 331, 19721, 391, 4887, 651, 640, 3985, 664, 11029, 1590, 294, 338, 294, 338, 496, 772, 7886, 449, 7886, 391, 640, 3985, 664, 294, 338, 496, 620, 331, 1865, 531, 966, 24323, 3985, 51, 294, 588, 303, 496, 4936, 303, 581, 924, 27848, 1193, 4292, 2786, 640, 45, 43417, 7886, 46, 320, 310, 461, 327, 26374, 1193, 4292, 2786, 46, 419, 14592, 51, 33197, 45, 4031, 51, 390, 4168, 45, 2491, 490, 332, 26374, 1193, 4292, 2786, 1616, 585, 3906, 9318, 303, 339, 465, 581, 924, 3286, 19960, 971, 1221, 45, 671, 655, 46, 320, 310, 461, 556, 3286, 19960, 971, 45, 5445, 4168, 51, 390, 4168, 45, 26374, 1193, 4292, 2786, 51, 842, 490, 655, 312, 303, 339, 465, 496, 1806, 303, 581, 782, 563, 12602, 365, 320, 310, 7383, 492, 310, 640, 3716, 941, 1357, 459, 4168, 6879, 49, 7458, 102, 9318, 465, 339, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
2,236
true
69.211627
true
true
GetPortaApplicativaResponse.java
/FileExtraction/Java_unseen/link-it_govway/tools/ws/config/server/src/org/openspcoop2/core/config/ws/server/wrapped/GetPortaApplicativaResponse.java
/* * GovWay - A customizable API Gateway * https://govway.org * * Copyright (c) 2005-2024 Link.it srl (https://link.it). * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3, as published by * the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * */ package org.openspcoop2.core.config.ws.server.wrapped; /** * <p>Java class for GetPortaApplicativaResponse complex type. * * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> * &lt;complexType name="getResponse"&gt; * &lt;sequence&gt; * &lt;element name="portaApplicativa" type="{http://www.openspcoop2.org/core/config}porta-applicativa" maxOccurs="1" /&gt; * &lt;/sequence&gt; * &lt;/complexType&gt; * </pre> * * */ import java.io.Serializable; import javax.xml.bind.annotation.XmlElement; import org.openspcoop2.core.config.PortaApplicativa; /** * GetPortaApplicativaResponse * * @author Poli Andrea ([email protected]) * @author $Author$ * @version $Rev$, $Date$ */ @javax.xml.bind.annotation.XmlAccessorType(javax.xml.bind.annotation.XmlAccessType.FIELD) @javax.xml.bind.annotation.XmlType(name = "getResponse", namespace="http://www.openspcoop2.org/core/config/management", propOrder = { "portaApplicativa" }) @javax.xml.bind.annotation.XmlRootElement(name = "getResponse") public class GetPortaApplicativaResponse extends org.openspcoop2.utils.beans.BaseBean implements Serializable , Cloneable { private static final long serialVersionUID = -1L; @XmlElement(name="portaApplicativa",required=true,nillable=false) private PortaApplicativa portaApplicativa; public void setPortaApplicativa(PortaApplicativa portaApplicativa){ this.portaApplicativa = portaApplicativa; } public PortaApplicativa getPortaApplicativa(){ return this.portaApplicativa; } }
2,305
Java
.java
link-it/govway
48
8
18
2018-06-25T07:52:40Z
2024-05-08T13:23:36Z
e4398c0764ad1d845d3fd6ffa9210e46029294542aac456676a96712d1956b74
[ 1127, 222, 338, 590, 1558, 17963, 449, 418, 3137, 6776, 2347, 19405, 1676, 338, 1698, 574, 7202, 3094, 51, 1107, 222, 338, 1676, 338, 2657, 327, 104, 46, 244, 55, 53, 53, 58, 50, 55, 53, 55, 57, 6130, 51, 302, 328, 1796, 327, 662, 574, 1222, 51, 302, 566, 222, 338, 1676, 338, 1369, 3477, 458, 3760, 2951, 63, 863, 902, 14081, 580, 480, 52, 290, 5370, 222, 338, 580, 1549, 341, 5974, 451, 341, 6994, 6153, 5062, 1196, 1522, 244, 56, 49, 641, 9582, 829, 222, 338, 341, 7834, 3870, 7120, 51, 222, 338, 222, 338, 1369, 3477, 458, 2744, 347, 341, 9850, 708, 580, 1118, 545, 6386, 49, 222, 338, 1294, 4213, 2979, 9345, 64, 2895, 4462, 341, 4506, 14319, 451, 222, 338, 7934, 575, 8114, 4800, 418, 7848, 7763, 51, 244, 2819, 341, 222, 338, 6994, 6153, 5062, 1196, 456, 1851, 4261, 51, 222, 338, 222, 338, 2469, 1414, 1178, 6589, 331, 1948, 451, 341, 6994, 6153, 5062, 1196, 222, 338, 7979, 642, 477, 3477, 51, 244, 1691, 666, 49, 2337, 350, 544, 574, 1516, 51, 10627, 51, 1107, 52, 4205, 28699, 222, 338, 222, 588, 222, 1337, 1105, 51, 1693, 438, 352, 539, 55, 51, 1284, 51, 1180, 51, 3624, 51, 1805, 51, 21084, 64, 222, 222, 1350, 222, 338, 350, 117, 67, 5445, 462, 456, 1408, 3451, 102, 25242, 31976, 1416, 8667, 847, 51, 222, 338, 1676, 338, 350, 117, 67, 1338, 2434, 5379, 10299, 15834, 341, 2816, 1813, 14561, 4824, 477, 462, 51, 222, 338, 1676, 338, 350, 1023, 67, 222, 338, 568, 2176, 64, 46990, 655, 366, 24122, 30424, 1855, 64, 222, 338, 281, 568, 2176, 64, 7543, 43, 1855, 64, 222, 338, 282, 568, 2176, 64, 2559, 655, 366, 644, 102, 25242, 31976, 39, 847, 15469, 544, 574, 1516, 51, 1693, 438, 352, 539, 55, 51, 1107, 52, 1284, 52, 1180, 130, 644, 102, 50, 23857, 31976, 39, 1788, 34827, 366, 54, 39, 43200, 1855, 64, 222, 338, 281, 568, 2176, 6532, 7543, 43, 1855, 64, 222, 338, 568, 2176, 6532, 46990, 43, 1855, 64, 222, 338, 594, 1023, 67, 222, 338, 1676, 338, 1676, 588, 353, 222, 485, 1401, 51, 735, 51, 12644, 64, 353, 222, 485, 3698, 51, 2608, 51, 2555, 51, 4341, 51, 17093, 64, 222, 485, 1105, 51, 1693, 438, 352, 539, 55, 51, 1284, 51, 1180, 51, 3451, 102, 25242, 31976, 64, 222, 222, 1350, 665, 222, 338, 1408, 3451, 102, 25242, 31976, 1416, 222, 338, 222, 338, 496, 2133, 14358, 110, 4262, 25706, 327, 3435, 110, 69, 1222, 51, 302, 46, 222, 338, 496, 2133, 417, 4372, 41, 222, 338, 496, 1687, 417, 14911, 15730, 417, 1563, 41, 222, 588, 222, 222, 69, 10775, 51, 2608, 51, 2555, 51, 4341, 51, 4411, 9794, 638, 45, 10775, 51, 2608, 51, 2555, 51, 4341, 51, 4411, 41079, 51, 6457, 46, 222, 69, 10775, 51, 2608, 51, 2555, 51, 4341, 51, 40002, 45, 444, 299, 332, 24122, 411, 3596, 366, 544, 574, 1516, 51, 1693, 438, 352, 539, 55, 51, 1107, 52, 1284, 52, 1180, 52, 9343, 411, 7030, 2888, 299, 320, 303, 332, 644, 102, 25242, 31976, 39, 222, 1770, 222, 69, 10775, 51, 2608, 51, 2555, 51, 4341, 51, 4411, 4069, 1325, 45, 444, 299, 332, 24122, 678, 222, 942, 462, 1408, 3451, 102, 25242, 31976, 1416, 2041, 1105, 51, 1693, 438, 352, 539, 55, 51, 2324, 51, 9580, 51, 1778, 5358, 4584, 19182, 1737, 14427, 463, 320, 3038, 221, 2072, 924, 1175, 1964, 19896, 299, 449, 54, 81, 64, 3038, 221, 69, 17093, 45, 444, 366, 644, 102, 25242, 31976, 411, 3662, 66, 1527, 49, 115, 747, 463, 66, 1886, 46, 222, 221, 2072, 8449, 102, 25242, 31976, 44420, 25242, 31976, 64, 3038, 221, 942, 782, 758, 3451, 102, 25242, 31976, 45, 3451, 102, 25242, 31976, 44420, 25242, 31976, 1528, 376, 221, 597, 51, 644, 102, 25242, 31976, 299, 44420, 25242, 31976, 64, 222, 221, 130, 3038, 221, 942, 8449, 102, 25242, 31976, 640, 3451, 102, 25242, 31976, 3261, 376, 221, 620, 477, 51, 644, 102, 25242, 31976, 64, 222, 221, 130, 15778, 15778, 222, 130 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
681
true
73.145336
true
true
XZDecDemo.java
/FileExtraction/Java_unseen/mars-sim_mars-sim/mars-sim-core/src/main/java/com/mars_sim/mapdata/xz/XZDecDemo.java
/** * Mars Simulation Project * XZDecDemo.java * @version 3.2.0 2021-06-20 * @author Manny Kung */ package com.mars_sim.mapdata.xz; /* * XZDecDemo * * Author: Lasse Collin <[email protected]> * * This file has been put into the public domain. * You can do whatever you want with this file. */ import java.io.*; import org.tukaani.xz.*; /** * Decompresses .xz files to standard output. If no arguments are given, * reads from standard input. */ class XZDecDemo { public static void main(String[] args) { byte[] buf = new byte[8192]; String name = null; try { if (args.length == 0) { name = "standard input"; InputStream in = new XZInputStream(System.in); int size; while ((size = in.read(buf)) != -1) System.out.write(buf, 0, size); in.close(); } else { // Read from files given on the command line. for (int i = 0; i < args.length; ++i) { name = args[i]; InputStream in = new FileInputStream(name); try { // Since XZInputStream does some buffering internally // anyway, BufferedInputStream doesn't seem to be // needed here to improve performance. // in = new BufferedInputStream(in); in = new XZInputStream(in); int size; while ((size = in.read(buf)) != -1) System.out.write(buf, 0, size); } finally { // Close FileInputStream (directly or indirectly // via XZInputStream, it doesn't matter). in.close(); } } } } catch (FileNotFoundException e) { System.err.println("XZDecDemo: Cannot open " + name + ": " + e.getMessage()); System.exit(1); } catch (EOFException e) { System.err.println("XZDecDemo: Unexpected end of input on " + name); System.exit(1); } catch (IOException e) { System.err.println("XZDecDemo: Error decompressing from " + name + ": " + e.getMessage()); System.exit(1); } } }
2,607
Java
.java
mars-sim/mars-sim
93
34
170
2015-08-28T14:13:23Z
2024-05-06T22:14:15Z
dd01d7e500ee17e23ce3a8b04e0c9c8a4781d899998718cdb3b17090a79b7f3c
[ 1350, 222, 338, 507, 4207, 31460, 5426, 222, 338, 1618, 95, 13796, 11576, 51, 1874, 222, 338, 496, 1687, 244, 56, 51, 55, 51, 53, 244, 55, 53, 55, 54, 50, 53, 59, 50, 55, 53, 222, 338, 496, 2133, 507, 26608, 1242, 3292, 222, 588, 222, 222, 1337, 785, 51, 47278, 100, 4535, 51, 1130, 624, 51, 13663, 64, 222, 222, 1127, 222, 338, 1618, 95, 13796, 11576, 222, 338, 222, 338, 6265, 63, 517, 14931, 2581, 1823, 350, 48537, 51, 4938, 285, 69, 121, 41955, 12914, 51, 1107, 67, 222, 338, 222, 338, 1369, 822, 1421, 2602, 4180, 2012, 341, 581, 5900, 51, 222, 338, 2469, 902, 764, 17017, 863, 2660, 642, 477, 822, 51, 222, 588, 222, 222, 485, 1401, 51, 735, 7737, 222, 485, 1105, 51, 121, 41955, 12914, 51, 13663, 7737, 222, 222, 1350, 222, 338, 1531, 998, 6079, 657, 13663, 2293, 391, 6244, 1716, 51, 1691, 1307, 4228, 904, 2716, 49, 222, 338, 14845, 664, 6244, 1533, 51, 222, 588, 222, 842, 1618, 95, 13796, 11576, 320, 303, 581, 924, 782, 2594, 45, 671, 1197, 2194, 46, 320, 310, 3447, 1197, 4856, 299, 556, 3447, 96, 61, 54, 62, 55, 988, 310, 910, 655, 299, 762, 64, 603, 1614, 320, 343, 434, 327, 1150, 51, 1340, 630, 244, 53, 46, 320, 419, 655, 299, 332, 9165, 1533, 884, 419, 18994, 347, 299, 556, 1618, 95, 6989, 45, 1615, 51, 285, 312, 2125, 648, 1354, 64, 419, 2236, 1849, 911, 299, 347, 51, 870, 45, 1972, 509, 882, 449, 54, 46, 547, 1189, 51, 560, 51, 1838, 45, 1972, 49, 244, 53, 49, 1354, 312, 12949, 347, 51, 2698, 492, 1083, 339, 832, 320, 419, 453, 4858, 664, 2293, 2716, 563, 341, 2035, 1646, 51, 419, 456, 327, 429, 613, 299, 244, 53, 64, 613, 350, 2194, 51, 1340, 64, 3323, 110, 46, 320, 547, 655, 299, 2194, 96, 110, 988, 547, 18994, 347, 299, 556, 34075, 45, 444, 312, 3704, 1614, 320, 733, 453, 12047, 1618, 95, 6989, 1976, 1649, 3129, 318, 22683, 733, 453, 17715, 49, 16900, 6989, 4183, 1348, 11934, 391, 545, 733, 453, 5366, 2464, 391, 14690, 7919, 51, 733, 453, 347, 299, 556, 16900, 6989, 45, 285, 312, 733, 347, 299, 556, 1618, 95, 6989, 45, 285, 312, 6205, 648, 1354, 64, 733, 2236, 1849, 911, 299, 347, 51, 870, 45, 1972, 509, 882, 449, 54, 46, 1031, 1189, 51, 560, 51, 1838, 45, 1972, 49, 244, 53, 49, 1354, 312, 3704, 339, 8312, 320, 733, 453, 11914, 34075, 327, 7241, 651, 575, 30408, 651, 733, 453, 4745, 1618, 95, 6989, 49, 580, 4183, 1348, 15254, 566, 733, 347, 51, 2698, 492, 547, 339, 419, 339, 343, 339, 310, 339, 2385, 327, 27322, 503, 46, 320, 343, 1189, 51, 549, 51, 3962, 459, 39432, 13796, 11576, 63, 16794, 2177, 332, 494, 655, 494, 10697, 332, 7723, 494, 503, 51, 7724, 1052, 343, 1189, 51, 4788, 45, 54, 312, 603, 339, 2385, 327, 9467, 1002, 503, 46, 320, 343, 1189, 51, 549, 51, 3962, 459, 39432, 13796, 11576, 63, 36166, 962, 451, 1533, 563, 332, 7723, 494, 655, 312, 343, 1189, 51, 4788, 45, 54, 312, 603, 339, 2385, 327, 6860, 503, 46, 320, 343, 1189, 51, 549, 51, 3962, 459, 39432, 13796, 11576, 63, 3099, 428, 12456, 318, 664, 332, 7723, 494, 655, 494, 10697, 332, 494, 503, 51, 7724, 1052, 343, 1189, 51, 4788, 45, 54, 312, 310, 339, 303, 339, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
575
true
45.623762
true
true
SysDictCrash.java
/FileExtraction/Java_unseen/AdoptOpenJDK_openjdk-jdk12u/test/hotspot/jtreg/runtime/appcds/sharedStrings/SysDictCrash.java
/* * Copyright (c) 2015, 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. * */ /* * @test * @summary Regression test for JDK-8098821 * @bug 8098821 * @requires vm.cds.archived.java.heap * @modules jdk.jartool/sun.tools.jar * @library /test/lib /test/hotspot/jtreg/runtime/appcds * @run driver SysDictCrash */ import jdk.test.lib.process.OutputAnalyzer; import jdk.test.lib.process.ProcessTools; public class SysDictCrash { public static void main(String[] args) throws Exception { SharedStringsUtils.run(args, SysDictCrash::test); } public static void test(String[] args) throws Exception { String vmOptionsPrefix[] = SharedStringsUtils.getChildVMOptionsPrefix(); // SharedBaseAddress=0 puts the archive at a very high address on solaris, // which provokes the crash. ProcessBuilder dumpPb = ProcessTools.createJavaProcessBuilder(true, TestCommon.concat(vmOptionsPrefix, "-XX:+UseG1GC", "-XX:MaxRAMPercentage=12.5", "-cp", ".", "-XX:SharedBaseAddress=0", "-XX:SharedArchiveFile=./SysDictCrash.jsa", "-Xshare:dump", "-showversion", "-Xlog:cds,cds+hashtables")); TestCommon.checkDump(TestCommon.executeAndLog(dumpPb, "dump")); ProcessBuilder runPb = ProcessTools.createJavaProcessBuilder(true, TestCommon.concat(vmOptionsPrefix, "-XX:+UseG1GC", "-XX:MaxRAMPercentage=12.5", "-XX:SharedArchiveFile=./SysDictCrash.jsa", "-Xshare:on", "-version")); TestCommon.checkExec(TestCommon.executeAndLog(runPb, "exec")); } }
2,616
Java
.java
AdoptOpenJDK/openjdk-jdk12u
38
37
0
2019-02-03T08:55:08Z
2021-09-29T14:37:49Z
92033b3371d9c047d9341c6b2e3cc6d94360727b3d18a14185134d5568dcff07
[ 1127, 222, 338, 2657, 327, 104, 46, 244, 55, 53, 54, 58, 49, 244, 55, 53, 54, 61, 49, 17980, 480, 52, 290, 2840, 25094, 51, 3381, 4760, 5225, 51, 222, 338, 4103, 2387, 23740, 1895, 35234, 8995, 2387, 11988, 1895, 8968, 10961, 30441, 51, 222, 338, 222, 338, 1369, 1361, 458, 3760, 2951, 64, 863, 902, 14081, 580, 480, 52, 290, 5370, 580, 222, 338, 1549, 341, 5974, 451, 341, 6994, 6153, 5062, 1196, 1522, 244, 55, 1773, 49, 641, 222, 338, 9582, 829, 341, 7834, 3870, 7120, 51, 222, 338, 222, 338, 1369, 1361, 458, 2744, 347, 341, 9850, 708, 580, 1118, 545, 6386, 49, 1294, 4213, 222, 338, 2979, 9345, 64, 2895, 4462, 341, 4506, 14319, 451, 7934, 575, 222, 338, 8114, 4800, 418, 7848, 7763, 51, 244, 2819, 341, 6994, 6153, 5062, 1196, 222, 338, 1522, 244, 55, 456, 1851, 4261, 327, 102, 1948, 458, 5976, 347, 341, 7621, 822, 708, 222, 338, 20854, 297, 4850, 477, 1361, 566, 222, 338, 222, 338, 2469, 1414, 1178, 6589, 331, 1948, 451, 341, 6994, 6153, 5062, 1196, 1522, 222, 338, 244, 55, 7979, 642, 477, 1409, 64, 434, 666, 49, 2886, 391, 341, 7834, 3870, 7120, 49, 222, 338, 6367, 4345, 244, 58, 54, 34113, 1277, 49, 33316, 26912, 49, 25006, 49, 13083, 244, 53, 55, 54, 54, 53, 50, 54, 56, 53, 54, 15067, 51, 222, 338, 222, 338, 5304, 7272, 17980, 49, 244, 58, 53, 53, 17980, 27004, 3094, 49, 4777, 21100, 2432, 6868, 49, 10562, 244, 62, 57, 53, 59, 58, 15067, 222, 338, 575, 7739, 19955, 51, 11116, 51, 527, 434, 863, 1868, 5408, 2490, 575, 1178, 1364, 222, 338, 10034, 51, 222, 338, 222, 588, 222, 222, 1127, 222, 338, 496, 881, 222, 338, 496, 1386, 34707, 913, 456, 33047, 50, 61, 53, 62, 61, 61, 55, 54, 222, 338, 496, 1468, 244, 61, 53, 62, 61, 61, 55, 54, 222, 338, 496, 13980, 8510, 51, 29148, 51, 1022, 6955, 51, 1874, 51, 14338, 222, 338, 496, 3490, 614, 4532, 51, 6873, 3749, 52, 9886, 51, 4303, 51, 6873, 222, 338, 496, 5261, 536, 881, 52, 1379, 536, 881, 52, 8156, 7529, 52, 23834, 1604, 52, 4700, 52, 745, 29148, 222, 338, 496, 1967, 5419, 19493, 7205, 31911, 222, 588, 222, 222, 485, 614, 4532, 51, 881, 51, 1379, 51, 2441, 51, 2319, 17430, 64, 222, 485, 614, 4532, 51, 881, 51, 1379, 51, 2441, 51, 2877, 7926, 64, 222, 222, 942, 462, 19493, 7205, 31911, 320, 303, 581, 924, 782, 2594, 45, 671, 1197, 2194, 46, 2589, 3284, 320, 310, 13160, 9634, 2769, 51, 1967, 45, 1150, 49, 19493, 7205, 31911, 422, 881, 312, 303, 339, 465, 581, 924, 782, 913, 45, 671, 1197, 2194, 46, 2589, 3284, 320, 310, 910, 8510, 2045, 5429, 1197, 299, 13160, 9634, 2769, 51, 24200, 5064, 2045, 5429, 492, 603, 453, 13160, 1778, 2455, 66, 53, 13856, 341, 13647, 840, 331, 5055, 3883, 2983, 563, 2334, 17221, 49, 310, 453, 1532, 32452, 27481, 341, 14865, 51, 310, 6849, 1812, 10137, 24713, 299, 6849, 7926, 51, 1315, 5445, 2877, 1812, 45, 1527, 49, 633, 2128, 5248, 51, 7289, 45, 3166, 2045, 5429, 49, 343, 4840, 2931, 30041, 4404, 76, 54, 11260, 411, 4840, 2931, 63, 2725, 87, 7116, 284, 8899, 66, 54, 55, 51, 58, 411, 343, 4840, 2217, 411, 43155, 343, 4840, 2931, 63, 7444, 1778, 2455, 66, 53, 411, 4840, 2931, 63, 7444, 13800, 991, 66, 1587, 10833, 7205, 31911, 51, 773, 102, 411, 343, 4840, 93, 6085, 63, 5955, 411, 343, 4840, 2276, 1687, 411, 4840, 93, 769, 63, 29148, 49, 29148, 48, 29344, 6981, 2992, 603, 2128, 5248, 51, 1571, 15433, 45, 1024, 5248, 51, 4540, 2199, 1353, 45, 5955, 24713, 49, 332, 5955, 2992, 603, 6849, 1812, 1441, 24713, 299, 6849, 7926, 51, 1315, 5445, 2877, 1812, 45, 1527, 49, 633, 2128, 5248, 51, 7289, 45, 3166, 2045, 5429, 49, 343, 4840, 2931, 30041, 4404, 76, 54, 11260, 411, 4840, 2931, 63, 2725, 87, 7116, 284, 8899, 66, 54, 55, 51, 58, 411, 343, 4840, 2931, 63, 7444, 13800, 991, 66, 1587, 10833, 7205, 31911, 51, 773, 102, 411, 343, 4840, 93, 6085, 63, 286, 411, 343, 4840, 1687, 2992, 603, 2128, 5248, 51, 1571, 2663, 45, 1024, 5248, 51, 4540, 2199, 1353, 45, 1967, 24713, 49, 332, 2510, 2992, 303, 339, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
723
true
67.431193
true
true
MCRQuery.java
/FileExtraction/Java_unseen/MyCoRe-Org_mycore/mycore-base/src/main/java/org/mycore/services/fieldquery/MCRQuery.java
/* * This file is part of *** M y C o R e *** * See http://www.mycore.de/ for details. * * MyCoRe is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * MyCoRe is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with MyCoRe. If not, see <http://www.gnu.org/licenses/>. */ package org.mycore.services.fieldquery; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import java.util.Objects; import java.util.stream.Collectors; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; import org.jdom2.Document; import org.jdom2.Element; import org.mycore.parsers.bool.MCRCondition; /** Represents a query with its condition and optional parameters */ public class MCRQuery { private static final Logger LOGGER = LogManager.getLogger(MCRQuery.class); /** The query condition */ private MCRCondition<Void> cond; /** The maximum number of results, default is 0 = unlimited */ private int maxResults = 0; /** The number of results per page, default is 10 */ private int numPerPage = 10; /** A list of MCRSortBy criteria, may be empty */ private List<MCRSortBy> sortBy = new ArrayList<>(); /** A List of SOLR fields they should be return in the response */ private List<String> returnFields = new ArrayList<>(); /** A cached xml representation of the query */ private Document doc = null; /** * Builds a new MCRQuery object without sort criteria and unlimited results. * * @param cond * the query conditions */ public MCRQuery(MCRCondition<Void> cond) { this.cond = MCRQueryParser.normalizeCondition(cond); } /** * Builds a new MCRQuery object with sort criteria and limited number of * results. * * @param cond * the query conditions * @param sortBy * a list of MCRSortBy criteria for sorting the results * @param maxResults * the maximum number of results to return * @param returnFields * the return fields for the SOLR parameter fl */ public MCRQuery(MCRCondition<Void> cond, List<MCRSortBy> sortBy, int maxResults, List<String> returnFields) { this.cond = MCRQueryParser.normalizeCondition(cond); this.setSortBy(sortBy); setMaxResults(maxResults); this.setReturnFields(returnFields); } /** * Returns the query condition * * @return the query condition */ public MCRCondition<Void> getCondition() { return cond; } /** * Returns the maximum number of results the query should return * * @return the maximum number of results, or 0 */ public int getMaxResults() { return maxResults; } /** * Sets the maximum number of results the query should return. Default is 0 * which means "return all results". * * @param maxResults * the maximum number of results */ public void setMaxResults(int maxResults) { if (maxResults < 0) { this.maxResults = 0; } else { this.maxResults = maxResults; } doc = null; } /** * Sets the maximum number of results the query should return. Default is 0 * which means "return all results". * * @param maxResultsString * the maximum number of results as String */ public void setMaxResults(String maxResultsString) { doc = null; if (maxResultsString == null || maxResultsString.length() == 0) { this.maxResults = 0; return; } try { this.maxResults = Integer.parseInt(maxResultsString); } catch (NumberFormatException e) { LOGGER.warn("The Results maxstring " + maxResultsString + " contains not an integer, 0 as default is set"); this.maxResults = 0; } } /** * Returns the number of results per page that the query should return * * @return the number of results per page */ public int getNumPerPage() { return numPerPage; } /** * Sets the number of results per page that the query should return. Default is 10. * * @param numPerPage * the number of results per page */ public void setNumPerPage(int numPerPage) { if (numPerPage < 0) { this.numPerPage = 10; } else { this.numPerPage = numPerPage; } doc = null; } /** * Sets the number of results per page that the query should return. Default is 10. * * @param numPerPageString * the number of results per page as String */ public void setNumPerPage(String numPerPageString) { doc = null; if (numPerPageString == null || numPerPageString.length() == 0) { this.numPerPage = 10; return; } try { this.numPerPage = Integer.parseInt(numPerPageString); } catch (NumberFormatException e) { LOGGER.warn("The numPerPage string " + numPerPageString + " contains not an integer, 10 as default is set"); this.numPerPage = 10; } } /** * Returns the list of MCRSortBy criteria for sorting query results * * @return a list of MCRSortBy objects, may be empty */ public List<MCRSortBy> getSortBy() { return sortBy; } /** * Sets the sort criteria for the query results * * @param sortBy * a list of MCRSortBy objects, may be empty */ public void setSortBy(List<MCRSortBy> sortBy) { if (sortBy == null) { sortBy = new ArrayList<>(); } this.sortBy = sortBy; doc = null; } /** * Sets the sort criteria for the query results * * @param sortBy * a MCRSortBy object */ public void setSortBy(MCRSortBy sortBy) { this.sortBy = new ArrayList<>(); if (sortBy != null) { this.sortBy.add(sortBy); } doc = null; } /** * Returns the list of SOLR-fields they should return for a query * results * * @return a list of field names, may be empty */ public List<String> getReturnFields() { return returnFields; } /** * Returns the CSV-list of SOLR-fields they should return for a query * results * * @return a list of field names, may be empty */ public String getReturnFieldsAsString() { return returnFields.stream().collect(Collectors.joining(",")); } /** * Sets the return fields list for the query results * * @param returnFields * a list of SOLR return fields, may be empty */ public void setReturnFields(List<String> returnFields) { this.returnFields = returnFields == null ? new ArrayList<>() : returnFields; } /** * Sets the return fields as String for the query results * * @param returnFields * a CSV-list of SOLR return fields, may be empty */ public void setReturnFields(String returnFields) { if (returnFields == null || returnFields.length() == 0) { this.returnFields = new ArrayList<>(); return; } this.returnFields = Arrays.asList(returnFields.split(",")); } /** * Builds a XML representation of the query * * @return a XML document containing all query parameters */ public synchronized Document buildXML() { if (doc == null) { Element query = new Element("query"); query.setAttribute("maxResults", String.valueOf(maxResults)); query.setAttribute("numPerPage", String.valueOf(numPerPage)); if (sortBy != null && sortBy.size() > 0) { Element sortByElem = new Element("sortBy"); query.addContent(sortByElem); for (MCRSortBy sb : sortBy) { Element ref = new Element("field"); ref.setAttribute("name", sb.getFieldName()); ref.setAttribute("order", sb.getSortOrder() ? "ascending" : "descending"); sortByElem.addContent(ref); } } if (returnFields != null && returnFields.size() > 0) { Element returns = new Element("returnFields"); returns.setText(returnFields.stream().collect(Collectors.joining(","))); query.addContent(returns); } Element conditions = new Element("conditions"); query.addContent(conditions); conditions.setAttribute("format", "xml"); conditions.addContent(cond.toXML()); doc = new Document(query); } return doc; } /** * Parses a XML representation of a query. * * @param doc * the XML document * @return the parsed MCRQuery */ public static MCRQuery parseXML(Document doc) { Element xml = doc.getRootElement(); Element conditions = xml.getChild("conditions"); MCRQuery query = null; if (conditions.getAttributeValue("format", "xml").equals("xml")) { Element condElem = conditions.getChildren().get(0); query = new MCRQuery(new MCRQueryParser().parse(condElem)); } else { String queryString = conditions.getTextTrim(); query = new MCRQuery(new MCRQueryParser().parse(queryString)); } String max = xml.getAttributeValue("maxResults", ""); query.setMaxResults(max); String num = xml.getAttributeValue("numPerPage", ""); query.setNumPerPage(num); List<MCRSortBy> sortBy = null; Element sortByElem = xml.getChild("sortBy"); if (sortByElem != null) { List<Element> children = sortByElem.getChildren(); sortBy = new ArrayList<>(children.size()); for (Element sortByChild : children) { String name = sortByChild.getAttributeValue("name"); String ad = sortByChild.getAttributeValue("order"); boolean direction = Objects.equals(ad, "ascending") ? MCRSortBy.ASCENDING : MCRSortBy.DESCENDING; sortBy.add(new MCRSortBy(name, direction)); } } if (sortBy != null) { query.setSortBy(sortBy); } Element returns = xml.getChild("returnFields"); if (returns != null) { query.setReturnFields(returns.getText()); } return query; } }
11,199
Java
.java
MyCoRe-Org/mycore
33
14
19
2016-10-07T06:02:02Z
2024-05-08T18:38:30Z
e53107cce4ca3dfd29a3be4d5ff357834d90fd0f80a9b6f045aec0084c388eb9
[ 1127, 222, 338, 1369, 822, 458, 1760, 451, 10439, 244, 507, 553, 409, 356, 578, 503, 244, 10439, 222, 338, 2819, 1930, 574, 1516, 51, 1791, 1284, 51, 305, 52, 456, 4261, 51, 222, 338, 222, 338, 4318, 2253, 454, 458, 3760, 2951, 63, 863, 902, 14081, 580, 480, 52, 290, 5370, 222, 338, 580, 1549, 341, 5974, 451, 341, 6994, 6153, 5062, 1196, 641, 9582, 829, 222, 338, 341, 7834, 3870, 7120, 49, 3173, 1522, 244, 56, 451, 341, 1196, 49, 575, 222, 338, 327, 288, 1390, 2489, 46, 1364, 6146, 1522, 51, 222, 338, 222, 338, 4318, 2253, 454, 458, 2744, 347, 341, 9850, 708, 580, 1118, 545, 6386, 49, 222, 338, 1294, 4213, 2979, 9345, 64, 2895, 4462, 341, 4506, 14319, 451, 222, 338, 7934, 575, 8114, 4800, 418, 7848, 7763, 51, 244, 2819, 341, 222, 338, 6994, 6153, 5062, 1196, 456, 1851, 4261, 51, 222, 338, 222, 338, 2469, 1414, 1178, 6589, 331, 1948, 451, 341, 6994, 6153, 5062, 1196, 222, 338, 7979, 642, 4318, 2253, 454, 51, 244, 1691, 666, 49, 2337, 350, 544, 574, 1516, 51, 10627, 51, 1107, 52, 4205, 28699, 222, 588, 222, 222, 1337, 1105, 51, 1791, 1284, 51, 4270, 51, 1512, 1234, 64, 222, 222, 485, 1401, 51, 1058, 51, 7119, 64, 222, 485, 1401, 51, 1058, 51, 9981, 64, 222, 485, 1401, 51, 1058, 51, 739, 64, 222, 485, 1401, 51, 1058, 51, 6699, 64, 222, 485, 1401, 51, 1058, 51, 2255, 51, 16862, 64, 222, 222, 485, 1105, 51, 2121, 51, 7506, 51, 769, 57, 111, 51, 1353, 1590, 64, 222, 485, 1105, 51, 2121, 51, 7506, 51, 769, 57, 111, 51, 3716, 64, 222, 485, 1105, 51, 111, 4734, 55, 51, 3112, 64, 222, 485, 1105, 51, 111, 4734, 55, 51, 1325, 64, 222, 485, 1105, 51, 1791, 1284, 51, 25865, 51, 2433, 51, 82, 3769, 5371, 64, 222, 222, 1350, 23121, 331, 2487, 642, 2840, 3721, 480, 5316, 3406, 588, 222, 942, 462, 507, 3769, 1643, 320, 465, 964, 924, 1175, 7145, 15794, 299, 2681, 1590, 51, 10588, 45, 82, 3769, 1643, 51, 842, 312, 465, 1041, 906, 2487, 3721, 588, 303, 964, 507, 3769, 5371, 65, 10717, 67, 16534, 64, 465, 1041, 906, 7123, 1470, 451, 3300, 49, 1263, 458, 244, 53, 299, 725, 17631, 588, 303, 964, 648, 1788, 5483, 299, 244, 53, 64, 465, 1041, 906, 1470, 451, 3300, 1313, 1957, 49, 1263, 458, 244, 54, 53, 588, 303, 964, 648, 1952, 27931, 299, 244, 54, 53, 64, 465, 1041, 418, 1168, 451, 507, 3769, 5217, 1103, 15296, 49, 1648, 545, 3517, 588, 303, 964, 1701, 65, 82, 3769, 5217, 1103, 67, 46703, 299, 556, 5068, 6984, 465, 1041, 418, 1701, 451, 35085, 87, 3844, 2974, 1414, 545, 461, 347, 341, 1808, 588, 303, 964, 1701, 65, 671, 67, 461, 4152, 299, 556, 5068, 6984, 465, 1041, 418, 10812, 5604, 10323, 451, 341, 2487, 588, 303, 964, 6222, 3714, 299, 762, 64, 465, 1041, 294, 338, 37141, 331, 556, 507, 3769, 1643, 1319, 2895, 3873, 15296, 480, 725, 17631, 3300, 51, 294, 338, 5402, 338, 496, 772, 16534, 294, 338, 1485, 341, 2487, 5496, 294, 588, 303, 581, 507, 3769, 1643, 45, 82, 3769, 5371, 65, 10717, 67, 16534, 46, 320, 310, 477, 51, 1345, 299, 507, 3769, 10773, 51, 13038, 5371, 45, 1345, 312, 303, 339, 465, 1041, 294, 338, 37141, 331, 556, 507, 3769, 1643, 1319, 642, 3873, 15296, 480, 14957, 1470, 451, 294, 338, 3300, 51, 294, 338, 5402, 338, 496, 772, 16534, 294, 338, 1485, 341, 2487, 5496, 294, 338, 496, 772, 46703, 294, 338, 1485, 331, 1168, 451, 507, 3769, 5217, 1103, 15296, 456, 22326, 341, 3300, 294, 338, 496, 772, 1788, 5483, 294, 338, 1485, 341, 7123, 1470, 451, 3300, 391, 461, 294, 338, 496, 772, 461, 4152, 294, 338, 1485, 341, 461, 3844, 456, 341, 35085, 87, 3416, 2040, 294, 588, 303, 581, 507, 3769, 1643, 45, 82, 3769, 5371, 65, 10717, 67, 16534, 49, 1701, 65, 82, 3769, 5217, 1103, 67, 46703, 49, 648, 1788, 5483, 49, 1701, 65, 671, 67, 461, 4152, 46, 320, 310, 477, 51, 1345, 299, 507, 3769, 10773, 51, 13038, 5371, 45, 1345, 312, 310, 477, 51, 489, 5217, 1103, 45, 33231, 312, 310, 758, 2725, 5483, 45, 1472, 5483, 312, 310, 477, 51, 489, 2907, 4152, 45, 620, 4152, 312, 303, 339, 465, 1041, 294, 338, 3777, 341, 2487, 3721, 294, 338, 5402, 338, 496, 620, 341, 2487, 3721, 294, 588, 303, 581, 507, 3769, 5371, 65, 10717, 67, 640, 5371, 365, 320, 310, 461, 16534, 64, 303, 339, 465, 1041, 294, 338, 3777, 341, 7123, 1470, 451, 3300, 341, 2487, 1414, 461, 294, 338, 5402, 338, 496, 620, 341, 7123, 1470, 451, 3300, 49, 575, 244, 53, 294, 588, 303, 581, 648, 39438, 5483, 365, 320, 310, 461, 1788, 5483, 64, 303, 339, 465, 1041, 294, 338, 9023, 341, 7123, 1470, 451, 3300, 341, 2487, 1414, 461, 51, 4119, 458, 244, 53, 294, 338, 1532, 6084, 332, 620, 1187, 3300, 2316, 294, 338, 5402, 338, 496, 772, 1788, 5483, 294, 338, 1485, 341, 7123, 1470, 451, 3300, 294, 588, 303, 581, 782, 758, 2725, 5483, 45, 429, 1788, 5483, 46, 320, 310, 434, 327, 1472, 5483, 350, 244, 53, 46, 320, 343, 477, 51, 1472, 5483, 299, 244, 53, 64, 310, 339, 832, 320, 343, 477, 51, 1472, 5483, 299, 1788, 5483, 64, 310, 339, 310, 3714, 299, 762, 64, 303, 339, 465, 1041, 294, 338, 9023, 341, 7123, 1470, 451, 3300, 341, 2487, 1414, 461, 51, 4119, 458, 244, 53, 294, 338, 1532, 6084, 332, 620, 1187, 3300, 2316, 294, 338, 5402, 338, 496, 772, 1788, 5483, 671, 294, 338, 1485, 341, 7123, 1470, 451, 3300, 641, 910, 294, 588, 303, 581, 782, 758, 2725, 5483, 45, 671, 1788, 5483, 671, 46, 320, 310, 3714, 299, 762, 64, 310, 434, 327, 1472, 5483, 671, 630, 762, 1293, 1788, 5483, 671, 51, 1340, 365, 630, 244, 53, 46, 320, 343, 477, 51, 1472, 5483, 299, 244, 53, 64, 343, 461, 64, 310, 339, 310, 1614, 320, 343, 477, 51, 1472, 5483, 299, 4418, 51, 11824, 45, 1472, 5483, 671, 312, 310, 339, 2385, 327, 1936, 25931, 503, 46, 320, 343, 15794, 51, 8453, 459, 1338, 19792, 1788, 819, 332, 494, 1788, 5483, 671, 494, 332, 4326, 666, 619, 5009, 49, 244, 53, 641, 1263, 458, 758, 742, 343, 477, 51, 1472, 5483, 299, 244, 53, 64, 310, 339, 303, 339, 465, 1041, 294, 338, 3777, 341, 1470, 451, 3300, 1313, 1957, 708, 341, 2487, 1414, 461, 294, 338, 5402, 338, 496, 620, 341, 1470, 451, 3300, 1313, 1957, 294, 588, 303, 581, 648, 44866, 27931, 365, 320, 310, 461, 1952, 27931, 64, 303, 339, 465, 1041, 294, 338, 9023, 341, 1470, 451, 3300, 1313, 1957, 708, 341, 2487, 1414, 461, 51, 4119, 458, 244, 54, 53, 51, 294, 338, 5402, 338, 496, 772, 1952, 27931, 294, 338, 1485, 341, 1470, 451, 3300, 1313, 1957, 294, 588, 303, 581, 782, 758, 2585, 27931, 45, 429, 1952, 27931, 46, 320, 310, 434, 327, 1538, 27931, 350, 244, 53, 46, 320, 343, 477, 51, 1538, 27931, 299, 244, 54, 53, 64, 310, 339, 832, 320, 343, 477, 51, 1538, 27931, 299, 1952, 27931, 64, 310, 339, 310, 3714, 299, 762, 64, 303, 339, 465, 1041, 294, 338, 9023, 341, 1470, 451, 3300, 1313, 1957, 708, 341, 2487, 1414, 461, 51, 4119, 458, 244, 54, 53, 51, 294, 338, 5402, 338, 496, 772, 1952, 27931, 671, 294, 338, 1485, 341, 1470, 451, 3300, 1313, 1957, 641, 910, 294, 588, 303, 581, 782, 758, 2585, 27931, 45, 671, 1952, 27931, 671, 46, 320, 310, 3714, 299, 762, 64, 310, 434, 327, 1538, 27931, 671, 630, 762, 1293, 1952, 27931, 671, 51, 1340, 365, 630, 244, 53, 46, 320, 343, 477, 51, 1538, 27931, 299, 244, 54, 53, 64, 343, 461, 64, 310, 339, 310, 1614, 320, 343, 477, 51, 1538, 27931, 299, 4418, 51, 11824, 45, 1538, 27931, 671, 312, 310, 339, 2385, 327, 1936, 25931, 503, 46, 320, 343, 15794, 51, 8453, 459, 1338, 1952, 27931, 821, 332, 494, 1952, 27931, 671, 494, 332, 4326, 666, 619, 5009, 49, 244, 54, 53, 641, 1263, 458, 758, 742, 343, 477, 51, 1538, 27931, 299, 244, 54, 53, 64, 310, 339, 303, 339, 465, 1041, 294, 338, 3777, 341, 1168, 451, 507, 3769, 5217, 1103, 15296, 456, 22326, 2487, 3300, 294, 338, 5402, 338, 496, 620, 331, 1168, 451, 507, 3769, 5217, 1103, 4706, 49, 1648, 545, 3517, 294, 588, 303, 581, 1701, 65, 82, 3769, 5217, 1103, 67, 640, 5217, 1103, 365, 320, 310, 461, 46703, 64, 303, 339, 465, 1041, 294, 338, 9023, 341, 3873, 15296, 456, 341, 2487, 3300, 294, 338, 5402, 338, 496, 772, 46703, 294, 338, 1485, 331, 1168, 451, 507, 3769, 5217, 1103, 4706, 49, 1648, 545, 3517, 294, 588, 303, 581, 782, 758, 5217, 1103, 45, 739, 65, 82, 3769, 5217, 1103, 67, 46703, 46, 320, 310, 434, 327, 33231, 630, 762, 46, 320, 343, 46703, 299, 556, 5068, 6984, 310, 339, 310, 477, 51, 33231, 299, 46703, 64, 310, 3714, 299, 762, 64, 303, 339, 465, 1041, 294, 338, 9023, 341, 3873, 15296, 456, 341, 2487, 3300, 294, 338, 5402, 338, 496, 772, 46703, 294, 338, 1485, 331, 507, 3769, 5217, 1103, 1319, 294, 588, 303, 581, 782, 758, 5217, 1103, 45, 82, 3769, 5217, 1103, 46703, 46, 320, 310, 477, 51, 33231, 299, 556, 5068, 6984, 310, 434, 327, 33231, 882, 762, 46, 320, 343, 477, 51, 33231, 51, 688, 45, 33231, 312, 310, 339, 310, 3714, 299, 762, 64, 303, 339, 465, 1041, 294, 338, 3777, 341, 1168, 451, 35085, 87, 50, 4169, 2974, 1414, 461, 456, 331, 2487, 294, 338, 3300, 294, 338, 5402, 338, 496, 620, 331, 1168, 451, 1620, 4492, 49, 1648, 545, 3517, 294, 588, 303, 581, 1701, 65, 671, 67, 640, 2907, 4152, 365, 320, 310, 461, 461, 4152, 64, 303, 339, 465, 1041, 294, 338, 3777, 341, 15663, 50, 687, 451, 35085, 87, 50, 4169, 2974, 1414, 461, 456, 331, 2487, 294, 338, 3300, 294, 338, 5402, 338, 496, 620, 331, 1168, 451, 1620, 4492, 49, 1648, 545, 3517, 294, 588, 303, 581, 910, 640, 2907, 4152, 15021, 365, 320, 310, 461, 461, 4152, 51, 2255, 941, 6190, 45, 16862, 51, 2548, 318, 10803, 2992, 303, 339, 465, 1041, 294, 338, 9023, 341, 461, 3844, 1168, 456, 341, 2487, 3300, 294, 338, 5402, 338, 496, 772, 461, 4152, 294, 338, 1485, 331, 1168, 451, 35085, 87, 461, 3844, 49, 1648, 545, 3517, 294, 588, 303, 581, 782, 758, 2907, 4152, 45, 739, 65, 671, 67, 461, 4152, 46, 320, 310, 477, 51, 620, 4152, 299, 461, 4152, 630, 762, 1037, 556, 5068, 65, 6939, 518, 461, 4152, 64, 303, 339, 465, 1041, 294, 338, 9023, 341, 461, 3844, 641, 910, 456, 341, 2487, 3300, 294, 338, 5402, 338, 496, 772, 461, 4152, 294, 338, 1485, 331, 15663, 50, 687, 451, 35085, 87, 461, 3844, 49, 1648, 545, 3517, 294, 588, 303, 581, 782, 758, 2907, 4152, 45, 671, 461, 4152, 46, 320, 310, 434, 327, 620, 4152, 630, 762, 1293, 461, 4152, 51, 1340, 365, 630, 244, 53, 46, 320, 343, 477, 51, 620, 4152, 299, 556, 5068, 6984, 343, 461, 64, 310, 339, 310, 477, 51, 620, 4152, 299, 14479, 51, 14100, 45, 620, 4152, 51, 3045, 10803, 2992, 303, 339, 465, 1041, 294, 338, 37141, 331, 7408, 10323, 451, 341, 2487, 294, 338, 5402, 338, 496, 620, 331, 7408, 1840, 6663, 1187, 2487, 3406, 294, 588, 303, 581, 13436, 6222, 1984, 5741, 365, 320, 310, 434, 327, 1446, 630, 762, 46, 320, 343, 6840, 2487, 299, 556, 6840, 459, 1234, 742, 343, 2487, 51, 10790, 459, 1472, 5483, 411, 910, 51, 9169, 45, 1472, 5483, 894, 343, 2487, 51, 10790, 459, 1538, 27931, 411, 910, 51, 9169, 45, 1538, 27931, 894, 1083, 434, 327, 33231, 882, 762, 979, 46703, 51, 911, 365, 868, 244, 53, 46, 320, 419, 6840, 46703, 10795, 299, 556, 6840, 459, 33231, 742, 419, 2487, 51, 688, 1795, 45, 33231, 10795, 312, 419, 456, 327, 82, 3769, 5217, 1103, 6127, 518, 46703, 46, 320, 547, 6840, 2505, 299, 556, 6840, 459, 1512, 742, 547, 2505, 51, 10790, 459, 444, 411, 6127, 51, 18257, 577, 1052, 547, 2505, 51, 10790, 459, 1191, 411, 6127, 51, 390, 45115, 365, 1037, 332, 46120, 39, 518, 332, 3817, 4034, 742, 547, 46703, 10795, 51, 688, 1795, 45, 631, 312, 419, 339, 343, 339, 1083, 434, 327, 620, 4152, 882, 762, 979, 461, 4152, 51, 911, 365, 868, 244, 53, 46, 320, 419, 6840, 3235, 299, 556, 6840, 459, 620, 4152, 742, 419, 3235, 51, 6619, 45, 620, 4152, 51, 2255, 941, 6190, 45, 16862, 51, 2548, 318, 46719, 4254, 419, 2487, 51, 688, 1795, 45, 3268, 312, 343, 339, 1083, 6840, 5496, 299, 556, 6840, 459, 8438, 742, 343, 2487, 51, 688, 1795, 45, 8438, 312, 343, 5496, 51, 10790, 459, 1664, 411, 332, 2608, 742, 343, 5496, 51, 688, 1795, 45, 1345, 51, 471, 5741, 1052, 343, 3714, 299, 556, 6222, 45, 1234, 312, 310, 339, 310, 461, 3714, 64, 303, 339, 465, 1041, 294, 338, 44280, 331, 7408, 10323, 451, 331, 2487, 51, 294, 338, 5402, 338, 496, 772, 3714, 294, 338, 1485, 341, 7408, 1840, 294, 338, 496, 620, 341, 8450, 507, 3769, 1643, 294, 588, 303, 581, 924, 507, 3769, 1643, 3203, 5741, 45, 3112, 3714, 46, 320, 310, 6840, 5604, 299, 3714, 51, 29847, 1325, 492, 310, 6840, 5496, 299, 5604, 51, 24200, 459, 8438, 742, 310, 507, 3769, 1643, 2487, 299, 762, 64, 310, 434, 327, 8438, 51, 11383, 899, 459, 1664, 411, 332, 2608, 1912, 3591, 459, 2608, 2152, 320, 343, 6840, 16534, 10795, 299, 5496, 51, 28817, 941, 390, 45, 53, 312, 343, 2487, 299, 556, 507, 3769, 1643, 45, 909, 507, 3769, 10773, 941, 2228, 45, 1345, 10795, 894, 310, 339, 832, 320, 343, 910, 43007, 299, 5496, 51, 10624, 13988, 492, 343, 2487, 299, 556, 507, 3769, 1643, 45, 909, 507, 3769, 10773, 941, 2228, 45, 43432, 894, 310, 339, 603, 910, 1788, 299, 5604, 51, 11383, 899, 459, 1472, 5483, 411, 10780, 310, 2487, 51, 27235, 5483, 45, 1472, 312, 310, 910, 1952, 299, 5604, 51, 11383, 899, 459, 1538, 27931, 411, 10780, 310, 2487, 51, 489, 2585, 27931, 45, 1538, 312, 603, 1701, 65, 82, 3769, 5217, 1103, 67, 46703, 299, 762, 64, 310, 6840, 46703, 10795, 299, 5604, 51, 24200, 459, 33231, 742, 603, 434, 327, 33231, 10795, 882, 762, 46, 320, 343, 1701, 65, 1325, 67, 5727, 299, 46703, 10795, 51, 28817, 492, 343, 46703, 299, 556, 5068, 11530, 4931, 51, 911, 1052, 1083, 456, 327, 1325, 46703, 2950, 518, 5727, 46, 320, 419, 910, 655, 299, 46703, 2950, 51, 11383, 899, 459, 444, 742, 419, 910, 1564, 299, 46703, 2950, 51, 11383, 899, 459, 1191, 742, 2125, 1922, 6999, 299, 14592, 51, 3591, 45, 358, 49, 332, 46120, 678, 1037, 507, 3769, 5217, 1103, 51, 17563, 38898, 518, 507, 3769, 5217, 1103, 51, 12360, 38898, 64, 419, 46703, 51, 688, 45, 909, 507, 3769, 5217, 1103, 45, 444, 49, 6999, 894, 343, 339, 310, 339, 603, 434, 327, 33231, 882, 762, 46, 320, 343, 2487, 51, 489, 5217, 1103, 45, 33231, 312, 310, 339, 603, 6840, 3235, 299, 5604, 51, 24200, 459, 620, 4152, 742, 310, 434, 327, 3268, 882, 762, 46, 320, 343, 2487, 51, 489, 2907, 4152, 45, 3268, 51, 10624, 1052, 310, 339, 603, 461, 2487, 64, 303, 339, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
2,584
true
58.69274
true
true
MemLeakMessage.java
/FileExtraction/Java_unseen/ddg-server_KingdomFactions/src/nl/dusdavidgames/kingdomfactions/modules/memleak/MemLeakMessage.java
package nl.dusdavidgames.kingdomfactions.modules.memleak; import java.util.ArrayList; import java.util.Queue; import org.bukkit.command.CommandSender; import lombok.Getter; import lombok.Setter; import nl.dusdavidgames.kingdomfactions.KingdomFactionsPlugin; import nl.dusdavidgames.kingdomfactions.modules.chat.ChatModule; import nl.dusdavidgames.kingdomfactions.modules.command.CommandModule; import nl.dusdavidgames.kingdomfactions.modules.empirewand.SpellModule; import nl.dusdavidgames.kingdomfactions.modules.faction.FactionModule; import nl.dusdavidgames.kingdomfactions.modules.kingdom.KingdomModule; import nl.dusdavidgames.kingdomfactions.modules.kingdom.kingdom.Kingdom; import nl.dusdavidgames.kingdomfactions.modules.nexus.NexusModule; import nl.dusdavidgames.kingdomfactions.modules.player.PlayerModule; import nl.dusdavidgames.kingdomfactions.modules.player.deathban.DeathBanModule; import nl.dusdavidgames.kingdomfactions.modules.player.player.online.KingdomFactionsPlayer; import nl.dusdavidgames.kingdomfactions.modules.shops.ShopsModule; import nl.dusdavidgames.kingdomfactions.modules.shops.shop.Shop; import nl.dusdavidgames.kingdomfactions.modules.shops.shoplogger.ShopLogger; public class MemLeakMessage { private static @Getter @Setter MemLeakMessage instance; public MemLeakMessage() { setInstance(this); } public void sendMessage(CommandSender sender) { sender.sendMessage("--------"); send("Channels", ChatModule.getInstance().getChannels(), sender); sender.sendMessage("--------"); send("Commands", CommandModule.getInstance().getCommand(), sender); sender.sendMessage("--------"); send("Data list", KingdomFactionsPlugin.getInstance().getDataManager().getDataList(), sender); sender.sendMessage("--------"); send("Spells", SpellModule.getInstance().getSpells(), sender); sender.sendMessage("--------"); send("Factions object", FactionModule.getInstance().getFactions(), sender); sender.sendMessage("--------"); send("Kingdoms", KingdomModule.getInstance().getKingdoms(), sender); // send("Kingdom menu", KingdomMenuModule.getInstance().getItems(), sender); send("Kingdom guards", getKingdomGuards(), sender); sender.sendMessage("--------"); send("Nexuses", NexusModule.getInstance().getNexuses(), sender); // send("Nexus update owner", NexusModule.getInstance().getUpdateOwner(), sender); // send("Nexus edit health", NexusModule.getInstance().getEditHealth(), sender); // send("Nexus info", NexusModule.getInstance().getNexusInfo(), sender); sender.sendMessage("--------"); send("Deathbans", DeathBanModule.getInstance().getBans(), sender); sender.sendMessage("--------"); send("Player list", PlayerModule.getInstance().getPlayers(), sender); send("Player queue", PlayerModule.getInstance().getQueue(), sender); send("Player cooldowns", getCooldowns(), sender); send("Player chatprofile holders", getChatHolders(), sender); send("Player meta data", getMetaData(), sender); sender.sendMessage("--------"); send("Shops", ShopsModule.getInstance().getShops(), sender); send("Shop items", getShopItems(), sender); send("Shop logs", ShopLogger.getInstance().getShopLogs(), sender); } private int getShopItems(){ int i = 0; for(Shop shop : ShopsModule.getInstance().getShops()){ i += shop.getShopItemAmount(); } return i; } private int getKingdomGuards() { int i = 0; for (Kingdom kingdom : KingdomModule.getInstance().getKingdoms()) { i += kingdom.getNexus().getGuards().size(); } return i; } private int getCooldowns(){ int i = 0; for(KingdomFactionsPlayer player : PlayerModule.getInstance().getPlayers()){ i += player.getCooldowns().size(); } return i; } private int getChatHolders(){ int i = 0; for(KingdomFactionsPlayer player : PlayerModule.getInstance().getPlayers()){ i += player.getChatProfile().getHolders().size(); } return i; } private int getMetaData(){ int i = 0; for(KingdomFactionsPlayer player : PlayerModule.getInstance().getPlayers()){ i += player.getMetaData().size(); } return i; } private void send(String name, ArrayList<?> list, CommandSender sender) { sender.sendMessage(name + " : " + list.size()); } private void send(String name, int i, CommandSender sender) { sender.sendMessage(name + " : " + i); } //private void send(String name, HashMap<?, ?> list, CommandSender sender) { // sender.sendMessage(name + ": " + list.size()); //} private void send(String name, Queue<?> list, CommandSender sender) { sender.sendMessage(name + " : " + list.size()); } }
4,599
Java
.java
ddg-server/KingdomFactions
9
7
1
2017-06-19T12:48:09Z
2020-10-05T18:26:50Z
d83bc03fe03bd4337eb17b04edad8b44016e63822006968ca80cc60d3658f516
[ 1337, 19708, 51, 105, 371, 27928, 17793, 51, 12897, 4734, 107, 3564, 51, 3490, 51, 1853, 37982, 64, 222, 222, 485, 1401, 51, 1058, 51, 7119, 64, 222, 485, 1401, 51, 1058, 51, 4098, 64, 222, 222, 485, 1105, 51, 20402, 51, 2514, 51, 2037, 10455, 64, 222, 222, 485, 13243, 51, 11722, 64, 222, 485, 13243, 51, 16923, 64, 222, 485, 19708, 51, 105, 371, 27928, 17793, 51, 12897, 4734, 107, 3564, 51, 36396, 4734, 75, 3564, 4168, 64, 222, 485, 19708, 51, 105, 371, 27928, 17793, 51, 12897, 4734, 107, 3564, 51, 3490, 51, 6184, 51, 7580, 2478, 64, 222, 485, 19708, 51, 105, 371, 27928, 17793, 51, 12897, 4734, 107, 3564, 51, 3490, 51, 2514, 51, 2037, 2478, 64, 222, 485, 19708, 51, 105, 371, 27928, 17793, 51, 12897, 4734, 107, 3564, 51, 3490, 51, 975, 567, 48836, 51, 18128, 2478, 64, 222, 485, 19708, 51, 105, 371, 27928, 17793, 51, 12897, 4734, 107, 3564, 51, 3490, 51, 47976, 51, 48265, 2478, 64, 222, 485, 19708, 51, 105, 371, 27928, 17793, 51, 12897, 4734, 107, 3564, 51, 3490, 51, 12897, 4734, 51, 36396, 4734, 2478, 64, 222, 485, 19708, 51, 105, 371, 27928, 17793, 51, 12897, 4734, 107, 3564, 51, 3490, 51, 12897, 4734, 51, 12897, 4734, 51, 36396, 4734, 64, 222, 485, 19708, 51, 105, 371, 27928, 17793, 51, 12897, 4734, 107, 3564, 51, 3490, 51, 37359, 51, 83, 28652, 2478, 64, 222, 485, 19708, 51, 105, 371, 27928, 17793, 51, 12897, 4734, 107, 3564, 51, 3490, 51, 3857, 51, 3516, 2478, 64, 222, 485, 19708, 51, 105, 371, 27928, 17793, 51, 12897, 4734, 107, 3564, 51, 3490, 51, 3857, 51, 22638, 10365, 51, 24233, 27174, 2478, 64, 222, 485, 19708, 51, 105, 371, 27928, 17793, 51, 12897, 4734, 107, 3564, 51, 3490, 51, 3857, 51, 3857, 51, 11800, 51, 36396, 4734, 75, 3564, 3516, 64, 222, 485, 19708, 51, 105, 371, 27928, 17793, 51, 12897, 4734, 107, 3564, 51, 3490, 51, 41528, 51, 1207, 4178, 2478, 64, 222, 485, 19708, 51, 105, 371, 27928, 17793, 51, 12897, 4734, 107, 3564, 51, 3490, 51, 41528, 51, 5579, 51, 12826, 64, 222, 485, 19708, 51, 105, 371, 27928, 17793, 51, 12897, 4734, 107, 3564, 51, 3490, 51, 41528, 51, 5579, 4089, 51, 12826, 3716, 64, 222, 222, 942, 462, 6388, 42640, 1193, 320, 499, 221, 2072, 924, 496, 11722, 496, 16923, 6388, 42640, 1193, 1998, 64, 499, 221, 942, 6388, 42640, 1193, 365, 320, 376, 221, 489, 1825, 45, 597, 312, 222, 221, 130, 499, 221, 942, 782, 39209, 45, 2037, 10455, 7056, 46, 320, 376, 221, 8272, 51, 19693, 459, 448, 742, 376, 221, 2729, 459, 15440, 411, 16083, 2478, 51, 7432, 941, 390, 15440, 1046, 7056, 312, 376, 221, 8272, 51, 19693, 459, 448, 742, 376, 221, 2729, 459, 9769, 411, 5730, 2478, 51, 7432, 941, 390, 2037, 1046, 7056, 312, 376, 221, 8272, 51, 19693, 459, 448, 742, 376, 221, 2729, 459, 768, 1168, 411, 27729, 4734, 75, 3564, 4168, 51, 7432, 941, 11574, 1590, 941, 11574, 739, 1046, 7056, 312, 376, 221, 8272, 51, 19693, 459, 448, 742, 376, 221, 2729, 459, 18128, 120, 411, 37764, 2478, 51, 7432, 941, 390, 18128, 120, 1046, 7056, 312, 376, 221, 8272, 51, 19693, 459, 448, 742, 376, 221, 2729, 459, 75, 3564, 1319, 411, 525, 1160, 2478, 51, 7432, 941, 30306, 3564, 1046, 7056, 312, 376, 221, 8272, 51, 19693, 459, 448, 742, 376, 221, 2729, 459, 36396, 4734, 120, 411, 27729, 4734, 2478, 51, 7432, 941, 390, 36396, 4734, 120, 1046, 7056, 312, 222, 221, 325, 221, 2729, 459, 36396, 4734, 5279, 411, 27729, 4734, 2689, 2478, 51, 7432, 941, 39341, 1046, 7056, 312, 376, 221, 2729, 459, 36396, 4734, 3949, 8824, 411, 640, 36396, 4734, 5719, 8824, 1046, 7056, 312, 376, 221, 8272, 51, 19693, 459, 448, 742, 376, 221, 2729, 459, 83, 346, 7678, 411, 508, 28652, 2478, 51, 7432, 941, 47302, 346, 7678, 1046, 7056, 312, 303, 453, 244, 3256, 459, 83, 28652, 1991, 7431, 411, 508, 28652, 2478, 51, 7432, 941, 390, 2346, 6456, 1046, 7056, 312, 222, 221, 325, 221, 2729, 459, 83, 28652, 4588, 11817, 411, 508, 28652, 2478, 51, 7432, 941, 390, 3594, 10038, 1046, 7056, 312, 222, 221, 325, 221, 2729, 459, 83, 28652, 3116, 411, 508, 28652, 2478, 51, 7432, 941, 47302, 28652, 1139, 1046, 7056, 312, 376, 221, 8272, 51, 19693, 459, 448, 742, 376, 221, 2729, 459, 24233, 103, 711, 411, 1531, 569, 27174, 2478, 51, 7432, 941, 33465, 711, 1046, 7056, 312, 376, 221, 8272, 51, 19693, 459, 448, 742, 376, 221, 2729, 459, 3516, 1168, 411, 9306, 2478, 51, 7432, 941, 390, 17670, 1046, 7056, 312, 376, 221, 2729, 459, 3516, 5535, 411, 9306, 2478, 51, 7432, 941, 390, 4098, 1046, 7056, 312, 376, 221, 2729, 459, 3516, 17948, 1772, 120, 411, 640, 30444, 120, 1046, 7056, 312, 376, 221, 2729, 459, 3516, 11217, 3975, 7649, 502, 411, 640, 7580, 17552, 502, 1046, 7056, 312, 376, 221, 2729, 459, 3516, 6096, 727, 411, 640, 13185, 1046, 7056, 312, 376, 221, 8272, 51, 19693, 459, 448, 742, 376, 221, 2729, 459, 1207, 4178, 411, 2432, 4178, 2478, 51, 7432, 941, 390, 1207, 4178, 1046, 7056, 312, 376, 221, 2729, 459, 12826, 3966, 411, 640, 12826, 3648, 1046, 7056, 312, 376, 221, 2729, 459, 12826, 8831, 411, 20791, 3716, 51, 7432, 941, 390, 12826, 13359, 1046, 7056, 312, 222, 221, 130, 3038, 221, 2072, 648, 640, 12826, 3648, 3261, 376, 221, 429, 613, 299, 244, 53, 64, 4102, 221, 999, 45, 12826, 17728, 518, 2432, 4178, 2478, 51, 7432, 941, 390, 1207, 4178, 13059, 374, 221, 110, 1475, 17728, 51, 390, 12826, 1114, 5956, 492, 376, 221, 130, 4102, 221, 620, 613, 64, 222, 221, 130, 499, 221, 2072, 648, 640, 36396, 4734, 5719, 8824, 365, 320, 376, 221, 429, 613, 299, 244, 53, 64, 376, 221, 999, 327, 36396, 4734, 35631, 4734, 518, 27729, 4734, 2478, 51, 7432, 941, 390, 36396, 4734, 120, 1177, 320, 374, 221, 110, 1475, 35631, 4734, 51, 47302, 28652, 941, 390, 5719, 8824, 941, 911, 492, 376, 221, 130, 376, 221, 620, 613, 64, 222, 221, 130, 3038, 221, 2072, 648, 640, 30444, 120, 3261, 376, 221, 429, 613, 299, 244, 53, 64, 4102, 221, 999, 45, 36396, 4734, 75, 3564, 3516, 4376, 518, 9306, 2478, 51, 7432, 941, 390, 17670, 13059, 374, 221, 110, 1475, 4376, 51, 11641, 1071, 1772, 120, 941, 911, 492, 376, 221, 130, 4102, 221, 620, 613, 64, 222, 221, 130, 3038, 221, 2072, 648, 640, 7580, 17552, 502, 3261, 376, 221, 429, 613, 299, 244, 53, 64, 4102, 221, 999, 45, 36396, 4734, 75, 3564, 3516, 4376, 518, 9306, 2478, 51, 7432, 941, 390, 17670, 13059, 374, 221, 110, 1475, 4376, 51, 390, 7580, 4302, 941, 390, 17552, 502, 941, 911, 492, 376, 221, 130, 4102, 221, 620, 613, 64, 222, 221, 130, 3038, 221, 2072, 648, 640, 13185, 3261, 376, 221, 429, 613, 299, 244, 53, 64, 4102, 221, 999, 45, 36396, 4734, 75, 3564, 3516, 4376, 518, 9306, 2478, 51, 7432, 941, 390, 17670, 13059, 374, 221, 110, 1475, 4376, 51, 390, 13185, 941, 911, 492, 376, 221, 130, 4102, 221, 620, 613, 64, 222, 221, 130, 499, 221, 2072, 782, 3256, 45, 671, 655, 49, 5068, 11667, 1168, 49, 5730, 10455, 7056, 46, 320, 376, 221, 8272, 51, 19693, 45, 444, 494, 332, 518, 332, 494, 1168, 51, 911, 1052, 222, 221, 130, 499, 221, 2072, 782, 3256, 45, 671, 655, 49, 648, 613, 49, 5730, 10455, 7056, 46, 320, 376, 221, 8272, 51, 19693, 45, 444, 494, 332, 518, 332, 494, 613, 312, 222, 221, 130, 499, 221, 325, 2072, 782, 3256, 45, 671, 655, 49, 8329, 36628, 2860, 1168, 49, 5730, 10455, 7056, 46, 320, 222, 221, 325, 221, 8272, 51, 19693, 45, 444, 494, 10697, 332, 494, 1168, 51, 911, 1052, 222, 221, 27576, 3038, 221, 2072, 782, 3256, 45, 671, 655, 49, 14317, 11667, 1168, 49, 5730, 10455, 7056, 46, 320, 376, 221, 8272, 51, 19693, 45, 444, 494, 332, 518, 332, 494, 1168, 51, 911, 1052, 222, 221, 130, 222, 130 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
1,348
true
72.428789
true
true
ActivationGroupDesc.java
/FileExtraction/Java_unseen/renatoalencar_java-brazuca/src/java.rmi/share/classes/java/rmi/activation/ActivationGroupDesc.java
/* * Copyright (c) 1997, 2020, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ package java.rmi.activation; import java.io.IOException; import java.io.ObjectInputStream; import java.io.Serializable; import java.rmi.MarshalledObject; import java.util.Arrays; import java.util.Properties; /** * An activation group descriptor contains the information necessary to * create/recreate an activation group in which to activate objects. * Such a descriptor contains: <ul> * <li> the group's class name, * <li> the group's code location (the location of the group's class), and * <li> a "marshalled" object that can contain group specific * initialization data. </ul> <p> * * The group's class must be a concrete subclass of * <code>ActivationGroup</code>. A subclass of * <code>ActivationGroup</code> is created/recreated via the * <code>ActivationGroup.createGroup</code> static method that invokes * a special constructor that takes two arguments: <ul> * * <li> the group's <code>ActivationGroupID</code>, and * <li> the group's initialization data (in a * <code>java.rmi.MarshalledObject</code>)</ul> * * @author Ann Wollrath * @since 1.2 * @see ActivationGroup * @see ActivationGroupID * @deprecated * See the <a href="{@docRoot}/java.rmi/java/rmi/activation/package-summary.html"> * {@code java.rmi.activation}</a> package specification for further information. */ @Deprecated(forRemoval=true, since="15") public final class ActivationGroupDesc implements Serializable { /** * @serial The group's fully package qualified class name. */ private String className; /** * @serial The location from where to load the group's class. */ private String location; /** * @serial The group's initialization data. */ private MarshalledObject<?> data; /** * @serial The controlling options for executing the VM in * another process. */ private CommandEnvironment env; /** * @serial A properties map which will override those set * by default in the subprocess environment. */ private Properties props; /** indicate compatibility with the Java 2 SDK v1.2 version of class */ @java.io.Serial private static final long serialVersionUID = -4936225423168276595L; /** * Constructs a group descriptor that uses the system defaults for group * implementation and code location. Properties specify Java * environment overrides (which will override system properties in * the group implementation's VM). The command * environment can control the exact command/options used in * starting the child VM, or can be <code>null</code> to accept * rmid's default. * * <p>This constructor will create an <code>ActivationGroupDesc</code> * with a <code>null</code> group class name, which indicates the system's * default <code>ActivationGroup</code> implementation. * * @param overrides the set of properties to set when the group is * recreated. * @param cmd the controlling options for executing the VM in * another process (or <code>null</code>). * @since 1.2 */ public ActivationGroupDesc(Properties overrides, CommandEnvironment cmd) { this(null, null, null, overrides, cmd); } /** * Specifies an alternate group implementation and execution * environment to be used for the group. * * @param className the group's package qualified class name or * <code>null</code>. A <code>null</code> group class name indicates * the system's default <code>ActivationGroup</code> implementation. * @param location the location from where to load the group's * class * @param data the group's initialization data contained in * marshalled form (could contain properties, for example) * @param overrides a properties map which will override those set * by default in the subprocess environment (will be translated * into <code>-D</code> options), or <code>null</code>. * @param cmd the controlling options for executing the VM in * another process (or <code>null</code>). * @since 1.2 */ public ActivationGroupDesc(String className, String location, MarshalledObject<?> data, Properties overrides, CommandEnvironment cmd) { this.props = overrides; this.env = cmd; this.data = data; this.location = location; this.className = className; } /** * Returns the group's class name (possibly <code>null</code>). A * <code>null</code> group class name indicates the system's default * <code>ActivationGroup</code> implementation. * @return the group's class name * @since 1.2 */ public String getClassName() { return className; } /** * Returns the group's code location. * @return the group's code location * @since 1.2 */ public String getLocation() { return location; } /** * Returns the group's initialization data. * @return the group's initialization data * @since 1.2 */ public MarshalledObject<?> getData() { return data; } /** * Returns the group's property-override list. * @return the property-override list, or <code>null</code> * @since 1.2 */ public Properties getPropertyOverrides() { return (props != null) ? (Properties) props.clone() : null; } /** * Returns the group's command-environment control object. * @return the command-environment object, or <code>null</code> * @since 1.2 */ public CommandEnvironment getCommandEnvironment() { return this.env; } /** * Startup options for ActivationGroup implementations. * * This class allows overriding default system properties and * specifying implementation-defined options for ActivationGroups. * @since 1.2 */ public static class CommandEnvironment implements Serializable { @java.io.Serial private static final long serialVersionUID = 6165754737887770191L; /** * @serial */ private String command; /** * @serial */ private String[] options; /** * Create a CommandEnvironment with all the necessary * information. * * @param cmdpath the name of the java executable, including * the full path, or <code>null</code>, meaning "use rmid's default". * The named program <em>must</em> be able to accept multiple * <code>-Dpropname=value</code> options (as documented for the * "java" tool) * * @param argv extra options which will be used in creating the * ActivationGroup. Null has the same effect as an empty * list. * @since 1.2 */ public CommandEnvironment(String cmdpath, String[] argv) { this.command = cmdpath; // might be null // Hold a safe copy of argv in this.options if (argv == null) { this.options = new String[0]; } else { this.options = new String[argv.length]; System.arraycopy(argv, 0, this.options, 0, argv.length); } } /** * Fetch the configured path-qualified java command name. * * @return the configured name, or <code>null</code> if configured to * accept the default * @since 1.2 */ public String getCommandPath() { return (this.command); } /** * Fetch the configured java command options. * * @return An array of the command options which will be passed * to the new child command by rmid. * Note that rmid may add other options before or after these * options, or both. * Never returns <code>null</code>. * @since 1.2 */ public String[] getCommandOptions() { return options.clone(); } /** * Compares two command environments for content equality. * * @param obj the Object to compare with * @return true if these Objects are equal; false otherwise. * @see java.util.Hashtable * @since 1.2 */ public boolean equals(Object obj) { if (obj instanceof CommandEnvironment) { CommandEnvironment env = (CommandEnvironment) obj; return ((command == null ? env.command == null : command.equals(env.command)) && Arrays.equals(options, env.options)); } else { return false; } } /** * Return identical values for similar * <code>CommandEnvironment</code>s. * @return an integer * @see java.util.Hashtable */ public int hashCode() { // hash command and ignore possibly expensive options return (command == null ? 0 : command.hashCode()); } /** * <code>readObject</code> for custom serialization. * * <p>This method reads this object's serialized form for this * class as follows: * <p>This method first invokes <code>defaultReadObject</code> on * the specified object input stream, and if <code>options</code> * is <code>null</code>, then <code>options</code> is set to a * zero-length array of <code>String</code>. * * @param in the {@code ObjectInputStream} from which data is read * @throws IOException if an I/O error occurs * @throws ClassNotFoundException if a serialized class cannot be loaded * */ @java.io.Serial private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException { in.defaultReadObject(); if (options == null) { options = new String[0]; } } } /** * Compares two activation group descriptors for content equality. * * @param obj the Object to compare with * @return true if these Objects are equal; false otherwise. * @see java.util.Hashtable * @since 1.2 */ public boolean equals(Object obj) { if (obj instanceof ActivationGroupDesc) { ActivationGroupDesc desc = (ActivationGroupDesc) obj; return ((className == null ? desc.className == null : className.equals(desc.className)) && (location == null ? desc.location == null : location.equals(desc.location)) && (data == null ? desc.data == null : data.equals(desc.data)) && (env == null ? desc.env == null : env.equals(desc.env)) && (props == null ? desc.props == null : props.equals(desc.props))); } else { return false; } } /** * Produce identical numbers for similar <code>ActivationGroupDesc</code>s. * @return an integer * @see java.util.Hashtable */ public int hashCode() { // hash location, className, data, and env // but omit props (may be expensive) return ((location == null ? 0 : location.hashCode() << 24) ^ (env == null ? 0 : env.hashCode() << 16) ^ (className == null ? 0 : className.hashCode() << 8) ^ (data == null ? 0 : data.hashCode())); } }
13,289
Java
.java
renatoalencar/java-brazuca
17
0
1
2021-04-24T22:28:18Z
2021-09-09T02:22:30Z
18759846ce43fbc08c4b3329557bae8cb4c656110732c88eab1e6492f6f3159d
[ 1127, 222, 338, 2657, 327, 104, 46, 244, 54, 62, 62, 60, 49, 244, 55, 53, 55, 53, 49, 17980, 480, 52, 290, 2840, 25094, 51, 3381, 4760, 5225, 51, 222, 338, 4103, 2387, 23740, 1895, 35234, 8995, 2387, 11988, 1895, 8968, 10961, 30441, 51, 222, 338, 222, 338, 1369, 1361, 458, 3760, 2951, 64, 863, 902, 14081, 580, 480, 52, 290, 5370, 580, 222, 338, 1549, 341, 5974, 451, 341, 6994, 6153, 5062, 1196, 1522, 244, 55, 1773, 49, 641, 222, 338, 9582, 829, 341, 7834, 3870, 7120, 51, 244, 17980, 6759, 1218, 477, 222, 338, 8445, 822, 641, 5405, 391, 341, 332, 44978, 39, 3773, 641, 3961, 222, 338, 829, 17980, 347, 341, 7621, 822, 708, 20854, 297, 4850, 477, 1361, 51, 222, 338, 222, 338, 1369, 1361, 458, 2744, 347, 341, 9850, 708, 580, 1118, 545, 6386, 49, 1294, 4213, 222, 338, 2979, 9345, 64, 2895, 4462, 341, 4506, 14319, 451, 7934, 575, 222, 338, 8114, 4800, 418, 7848, 7763, 51, 244, 2819, 341, 6994, 6153, 5062, 1196, 222, 338, 1522, 244, 55, 456, 1851, 4261, 327, 102, 1948, 458, 5976, 347, 341, 7621, 822, 708, 222, 338, 20854, 297, 4850, 477, 1361, 566, 222, 338, 222, 338, 2469, 1414, 1178, 6589, 331, 1948, 451, 341, 6994, 6153, 5062, 1196, 1522, 222, 338, 244, 55, 7979, 642, 477, 1409, 64, 434, 666, 49, 2886, 391, 341, 7834, 3870, 7120, 49, 222, 338, 6367, 4345, 244, 58, 54, 34113, 1277, 49, 33316, 26912, 49, 25006, 49, 13083, 244, 53, 55, 54, 54, 53, 50, 54, 56, 53, 54, 15067, 51, 222, 338, 222, 338, 5304, 7272, 17980, 49, 244, 58, 53, 53, 17980, 27004, 3094, 49, 4777, 21100, 2432, 6868, 49, 10562, 244, 62, 57, 53, 59, 58, 15067, 222, 338, 575, 7739, 19955, 51, 11116, 51, 527, 434, 863, 1868, 5408, 2490, 575, 1178, 1364, 222, 338, 10034, 51, 222, 588, 222, 222, 1337, 1401, 51, 31139, 51, 15380, 64, 222, 222, 485, 1401, 51, 735, 51, 6860, 64, 222, 485, 1401, 51, 735, 51, 976, 6989, 64, 222, 485, 1401, 51, 735, 51, 12644, 64, 222, 485, 1401, 51, 31139, 51, 8728, 1250, 976, 64, 222, 485, 1401, 51, 1058, 51, 9981, 64, 222, 485, 1401, 51, 1058, 51, 3303, 64, 222, 222, 1350, 222, 338, 2262, 13626, 2370, 9869, 4326, 341, 2490, 7527, 391, 222, 338, 1506, 52, 287, 1315, 619, 13626, 2370, 347, 1532, 391, 18199, 4706, 51, 222, 338, 32029, 331, 9869, 4326, 63, 350, 357, 67, 222, 338, 350, 393, 67, 341, 2370, 1200, 462, 655, 49, 222, 338, 350, 393, 67, 341, 2370, 1200, 1361, 3913, 327, 1402, 3913, 451, 341, 2370, 1200, 462, 490, 480, 222, 338, 350, 393, 67, 331, 332, 8416, 1250, 39, 1319, 708, 902, 4814, 2370, 2835, 222, 338, 13603, 727, 51, 594, 357, 67, 350, 117, 67, 222, 338, 222, 338, 906, 2370, 1200, 462, 2315, 545, 331, 26316, 22964, 451, 222, 338, 350, 707, 67, 17576, 1582, 396, 707, 4513, 418, 22964, 451, 222, 338, 350, 707, 67, 17576, 1582, 396, 707, 67, 458, 3290, 52, 287, 4536, 4745, 341, 222, 338, 350, 707, 67, 17576, 1582, 51, 1315, 1582, 396, 707, 67, 924, 1431, 708, 48028, 222, 338, 331, 7472, 4389, 708, 8756, 3161, 4228, 63, 350, 357, 67, 222, 338, 222, 338, 350, 393, 67, 341, 2370, 1200, 350, 707, 67, 17576, 33353, 396, 707, 2731, 480, 222, 338, 350, 393, 67, 341, 2370, 1200, 13603, 727, 327, 285, 331, 222, 338, 350, 707, 67, 1874, 51, 31139, 51, 8728, 1250, 976, 396, 707, 22897, 357, 67, 222, 338, 222, 338, 496, 2133, 665, 43759, 643, 5819, 119, 569, 222, 338, 496, 8152, 370, 54, 51, 55, 222, 338, 496, 2987, 282, 35619, 1582, 222, 338, 496, 2987, 282, 35619, 33353, 222, 338, 496, 15033, 222, 338, 2819, 341, 350, 102, 995, 15469, 69, 1446, 4069, 3206, 1874, 51, 31139, 52, 1874, 52, 31139, 52, 15380, 52, 1337, 50, 1386, 51, 935, 432, 222, 338, 3105, 707, 1401, 51, 31139, 51, 15380, 5014, 102, 67, 2670, 14224, 456, 9710, 2490, 51, 222, 588, 222, 69, 15375, 45, 999, 36411, 66, 1527, 49, 4577, 366, 54, 58, 678, 222, 942, 1175, 462, 35619, 1582, 5349, 4584, 19182, 320, 465, 1041, 294, 338, 496, 3557, 906, 2370, 1200, 12114, 2670, 16783, 462, 655, 51, 294, 588, 303, 964, 910, 2631, 64, 465, 1041, 294, 338, 496, 3557, 906, 3913, 664, 2174, 391, 2480, 341, 2370, 1200, 462, 51, 294, 588, 303, 964, 910, 3913, 64, 465, 1041, 294, 338, 496, 3557, 906, 2370, 1200, 13603, 727, 51, 294, 588, 303, 964, 18312, 1250, 976, 11667, 727, 64, 465, 1041, 294, 338, 496, 3557, 906, 42259, 2089, 456, 16952, 341, 8558, 347, 294, 338, 4691, 2183, 51, 294, 588, 303, 964, 5730, 6342, 4550, 64, 465, 1041, 294, 338, 496, 3557, 418, 4324, 2010, 1532, 1118, 2695, 5543, 758, 294, 338, 829, 1263, 347, 341, 16606, 4730, 51, 294, 588, 303, 964, 9749, 5589, 64, 465, 1041, 14197, 14673, 642, 341, 4957, 244, 55, 8787, 373, 54, 51, 55, 1522, 451, 462, 588, 303, 496, 1874, 51, 735, 51, 2960, 303, 964, 924, 1175, 1964, 19896, 299, 449, 57, 62, 56, 59, 55, 55, 58, 57, 55, 56, 54, 59, 61, 55, 60, 59, 58, 62, 58, 81, 64, 465, 1041, 294, 338, 29755, 331, 2370, 9869, 708, 5268, 341, 2684, 10086, 456, 2370, 294, 338, 4753, 480, 1361, 3913, 51, 244, 9749, 6405, 4957, 294, 338, 4730, 19980, 327, 7916, 1118, 2695, 2684, 4324, 347, 294, 338, 341, 2370, 4753, 1200, 8558, 566, 244, 906, 2035, 294, 338, 4730, 902, 3518, 341, 7174, 2035, 52, 2200, 1674, 347, 294, 338, 8074, 341, 2851, 8558, 49, 575, 902, 545, 350, 707, 67, 1710, 396, 707, 67, 391, 5531, 294, 338, 559, 7852, 1200, 1263, 51, 294, 338, 294, 338, 350, 117, 67, 2287, 4389, 1118, 1506, 619, 350, 707, 67, 17576, 1582, 5349, 396, 707, 67, 294, 338, 642, 331, 350, 707, 67, 1710, 396, 707, 67, 2370, 462, 655, 49, 1532, 12005, 341, 2684, 1200, 294, 338, 1263, 350, 707, 67, 17576, 1582, 396, 707, 67, 4753, 51, 294, 338, 294, 338, 496, 772, 19980, 341, 758, 451, 4324, 391, 758, 1429, 341, 2370, 458, 294, 338, 334, 4536, 51, 294, 338, 496, 772, 4781, 341, 42259, 2089, 456, 16952, 341, 8558, 347, 294, 338, 4691, 2183, 327, 290, 350, 707, 67, 1710, 396, 707, 33883, 294, 338, 496, 8152, 244, 54, 51, 55, 294, 588, 303, 581, 35619, 1582, 5349, 45, 3303, 19980, 49, 7723, 5730, 6342, 4781, 46, 303, 320, 310, 477, 45, 1710, 49, 762, 49, 762, 49, 19980, 49, 4781, 312, 303, 339, 465, 1041, 294, 338, 18995, 619, 26441, 2370, 4753, 480, 6111, 294, 338, 4730, 391, 545, 1674, 456, 341, 2370, 51, 294, 338, 294, 338, 496, 772, 2631, 341, 2370, 1200, 2670, 16783, 462, 655, 575, 294, 338, 350, 707, 67, 1710, 396, 707, 4513, 418, 350, 707, 67, 1710, 396, 707, 67, 2370, 462, 655, 12005, 294, 338, 341, 2684, 1200, 1263, 350, 707, 67, 17576, 1582, 396, 707, 67, 4753, 51, 294, 338, 496, 772, 3913, 341, 3913, 664, 2174, 391, 2480, 341, 2370, 1200, 294, 338, 462, 294, 338, 496, 772, 727, 341, 2370, 1200, 13603, 727, 14561, 347, 294, 338, 31977, 1250, 2252, 327, 21681, 4814, 4324, 49, 456, 2301, 46, 294, 338, 496, 772, 19980, 331, 4324, 2010, 1532, 1118, 2695, 5543, 758, 294, 338, 829, 1263, 347, 341, 16606, 4730, 327, 11119, 545, 25075, 294, 338, 2012, 350, 707, 13115, 73, 396, 707, 67, 2089, 490, 575, 350, 707, 67, 1710, 396, 707, 4513, 294, 338, 496, 772, 4781, 341, 42259, 2089, 456, 16952, 341, 8558, 347, 294, 338, 4691, 2183, 327, 290, 350, 707, 67, 1710, 396, 707, 33883, 294, 338, 496, 8152, 244, 54, 51, 55, 294, 588, 303, 581, 35619, 1582, 5349, 45, 671, 2631, 49, 7723, 910, 3913, 49, 7723, 18312, 1250, 976, 11667, 727, 49, 7723, 9749, 19980, 49, 7723, 5730, 6342, 4781, 46, 303, 320, 310, 477, 51, 2976, 299, 19980, 64, 310, 477, 51, 2141, 299, 4781, 64, 310, 477, 51, 624, 299, 727, 64, 310, 477, 51, 2665, 299, 3913, 64, 310, 477, 51, 8686, 299, 2631, 64, 303, 339, 465, 1041, 294, 338, 3777, 341, 2370, 1200, 462, 655, 327, 45959, 350, 707, 67, 1710, 396, 707, 33883, 244, 418, 294, 338, 350, 707, 67, 1710, 396, 707, 67, 2370, 462, 655, 12005, 341, 2684, 1200, 1263, 294, 338, 350, 707, 67, 17576, 1582, 396, 707, 67, 4753, 51, 294, 338, 496, 620, 341, 2370, 1200, 462, 655, 294, 338, 496, 8152, 244, 54, 51, 55, 294, 588, 303, 581, 910, 640, 8478, 365, 320, 310, 461, 2631, 64, 303, 339, 465, 1041, 294, 338, 3777, 341, 2370, 1200, 1361, 3913, 51, 294, 338, 496, 620, 341, 2370, 1200, 1361, 3913, 294, 338, 496, 8152, 244, 54, 51, 55, 294, 588, 303, 581, 910, 640, 2941, 365, 320, 310, 461, 3913, 64, 303, 339, 465, 1041, 294, 338, 3777, 341, 2370, 1200, 13603, 727, 51, 294, 338, 496, 620, 341, 2370, 1200, 13603, 727, 294, 338, 496, 8152, 244, 54, 51, 55, 294, 588, 303, 581, 18312, 1250, 976, 11667, 22920, 365, 320, 310, 461, 727, 64, 303, 339, 465, 1041, 294, 338, 3777, 341, 2370, 1200, 2821, 50, 7110, 1168, 51, 294, 338, 496, 620, 341, 2821, 50, 7110, 1168, 49, 575, 350, 707, 67, 1710, 396, 707, 67, 294, 338, 496, 8152, 244, 54, 51, 55, 294, 588, 303, 581, 9749, 46207, 25919, 365, 320, 310, 461, 327, 2976, 882, 762, 46, 1037, 327, 3303, 46, 5589, 51, 6371, 365, 518, 762, 64, 303, 339, 465, 1041, 294, 338, 3777, 341, 2370, 1200, 2035, 50, 9247, 3518, 1319, 51, 294, 338, 496, 620, 341, 2035, 50, 9247, 1319, 49, 575, 350, 707, 67, 1710, 396, 707, 67, 294, 338, 496, 8152, 244, 54, 51, 55, 294, 588, 303, 581, 5730, 6342, 640, 2037, 6342, 365, 320, 310, 461, 477, 51, 2141, 64, 303, 339, 4054, 1041, 294, 338, 38918, 2089, 456, 35619, 1582, 17448, 51, 294, 338, 294, 338, 1369, 462, 6990, 37567, 1263, 2684, 4324, 480, 294, 338, 17255, 4753, 50, 2202, 2089, 456, 35619, 7339, 51, 294, 338, 496, 8152, 244, 54, 51, 55, 294, 588, 303, 581, 924, 462, 5730, 6342, 4584, 19182, 320, 310, 496, 1874, 51, 735, 51, 2960, 310, 964, 924, 1175, 1964, 19896, 299, 244, 59, 54, 59, 58, 60, 58, 57, 60, 56, 60, 61, 61, 60, 60, 60, 53, 54, 62, 54, 81, 64, 603, 1041, 295, 338, 496, 3557, 295, 588, 310, 964, 910, 2035, 64, 603, 1041, 295, 338, 496, 3557, 295, 588, 310, 964, 910, 1197, 2089, 64, 603, 1041, 295, 338, 2673, 331, 5730, 6342, 642, 1187, 341, 7527, 295, 338, 2490, 51, 295, 338, 295, 338, 496, 772, 4781, 1005, 341, 655, 451, 341, 1401, 15020, 49, 6252, 295, 338, 341, 3559, 1536, 49, 575, 350, 707, 67, 1710, 396, 707, 2731, 14290, 332, 558, 559, 7852, 1200, 1263, 2316, 295, 338, 906, 8213, 3477, 350, 423, 67, 12175, 396, 423, 67, 545, 5320, 391, 5531, 4632, 295, 338, 350, 707, 13115, 73, 4664, 444, 66, 872, 396, 707, 67, 2089, 327, 321, 17420, 456, 341, 295, 338, 332, 1874, 39, 4572, 46, 295, 338, 295, 338, 496, 772, 6194, 6737, 2089, 1532, 1118, 545, 1674, 347, 6913, 341, 295, 338, 35619, 1582, 51, 244, 9286, 1421, 341, 2454, 5769, 641, 619, 3517, 295, 338, 1168, 51, 295, 338, 496, 8152, 244, 54, 51, 55, 295, 588, 310, 581, 5730, 6342, 45, 671, 4781, 1005, 49, 6636, 910, 1197, 6194, 46, 310, 320, 343, 477, 51, 2514, 299, 4781, 1005, 64, 281, 453, 4816, 545, 762, 1083, 453, 27005, 331, 10065, 1948, 451, 6194, 347, 477, 51, 2200, 343, 434, 327, 6129, 630, 762, 46, 320, 419, 477, 51, 2200, 299, 556, 910, 96, 53, 988, 343, 339, 832, 320, 419, 477, 51, 2200, 299, 556, 910, 96, 6129, 51, 1340, 988, 419, 1189, 51, 40816, 45, 6129, 49, 244, 53, 49, 477, 51, 2200, 49, 244, 53, 49, 6194, 51, 1340, 312, 343, 339, 310, 339, 603, 1041, 295, 338, 15562, 341, 9576, 1536, 50, 22337, 1401, 2035, 655, 51, 295, 338, 295, 338, 496, 620, 341, 9576, 655, 49, 575, 350, 707, 67, 1710, 396, 707, 67, 434, 9576, 391, 295, 338, 5531, 341, 1263, 295, 338, 496, 8152, 244, 54, 51, 55, 295, 588, 310, 581, 910, 640, 2037, 1233, 365, 320, 343, 461, 327, 597, 51, 2514, 312, 310, 339, 603, 1041, 295, 338, 15562, 341, 9576, 1401, 2035, 2089, 51, 295, 338, 295, 338, 496, 620, 2262, 1437, 451, 341, 2035, 2089, 1532, 1118, 545, 5424, 295, 338, 391, 341, 556, 2851, 2035, 829, 559, 7852, 51, 295, 338, 5857, 708, 559, 7852, 1648, 1035, 1623, 2089, 2688, 575, 2703, 3301, 295, 338, 2089, 49, 575, 4354, 51, 295, 338, 32718, 3235, 350, 707, 67, 1710, 396, 707, 4513, 295, 338, 496, 8152, 244, 54, 51, 55, 295, 588, 310, 581, 910, 1197, 640, 2037, 2045, 365, 320, 343, 461, 2089, 51, 6371, 492, 310, 339, 603, 1041, 295, 338, 2270, 11026, 3161, 2035, 20319, 456, 1813, 28614, 51, 295, 338, 295, 338, 496, 772, 981, 2847, 281, 341, 2210, 391, 8910, 642, 295, 338, 496, 620, 665, 878, 434, 3301, 14592, 904, 5058, 64, 920, 5897, 51, 295, 338, 496, 2987, 282, 1401, 51, 1058, 51, 40367, 295, 338, 496, 8152, 244, 54, 51, 55, 295, 588, 310, 581, 1922, 12432, 45, 976, 2847, 46, 320, 1083, 434, 327, 2085, 5118, 5730, 6342, 46, 320, 419, 5730, 6342, 4550, 299, 327, 2037, 6342, 46, 2847, 64, 419, 461, 547, 1849, 2514, 630, 762, 1037, 4550, 51, 2514, 630, 762, 518, 2876, 2035, 51, 3591, 45, 2141, 51, 2514, 509, 979, 3507, 14479, 51, 3591, 45, 2200, 49, 4550, 51, 2200, 894, 343, 339, 832, 320, 419, 461, 920, 64, 343, 339, 310, 339, 603, 1041, 295, 338, 2762, 21090, 2102, 456, 6735, 295, 338, 350, 707, 67, 2037, 6342, 396, 707, 67, 120, 51, 295, 338, 496, 620, 619, 5009, 295, 338, 496, 2987, 1401, 51, 1058, 51, 40367, 295, 588, 310, 581, 648, 17759, 365, 310, 320, 343, 453, 3696, 2035, 480, 5091, 19698, 32453, 2089, 343, 461, 327, 2514, 630, 762, 1037, 244, 53, 518, 2035, 51, 14941, 1052, 310, 339, 603, 1041, 295, 338, 350, 707, 67, 870, 976, 396, 707, 67, 456, 3137, 22672, 51, 295, 338, 295, 338, 350, 117, 67, 2287, 1431, 14845, 477, 1319, 1200, 14304, 2252, 456, 477, 295, 338, 462, 641, 11629, 63, 295, 338, 350, 117, 67, 2287, 1431, 1950, 48028, 350, 707, 67, 1555, 2248, 976, 396, 707, 67, 563, 295, 338, 341, 3205, 1319, 1533, 3458, 49, 480, 434, 350, 707, 67, 2200, 396, 707, 67, 295, 338, 458, 350, 707, 67, 1710, 396, 707, 2731, 1636, 350, 707, 67, 2200, 396, 707, 67, 458, 758, 391, 331, 295, 338, 5953, 50, 1340, 1437, 451, 350, 707, 67, 671, 396, 707, 4513, 295, 338, 295, 338, 496, 772, 244, 347, 341, 3105, 707, 2210, 6989, 130, 664, 1532, 727, 458, 1511, 295, 338, 496, 5124, 6300, 434, 619, 457, 52, 84, 1067, 12996, 295, 338, 496, 5124, 1727, 9941, 434, 331, 14304, 462, 4897, 545, 3906, 295, 338, 295, 588, 310, 496, 1874, 51, 735, 51, 2960, 310, 964, 782, 1511, 976, 45, 976, 6989, 347, 46, 343, 2589, 6300, 49, 1727, 9941, 310, 320, 343, 347, 51, 1555, 2248, 976, 492, 343, 434, 327, 2200, 630, 762, 46, 320, 419, 2089, 299, 556, 910, 96, 53, 988, 343, 339, 310, 339, 303, 339, 465, 1041, 294, 338, 2270, 11026, 3161, 13626, 2370, 26527, 456, 1813, 28614, 51, 294, 338, 294, 338, 496, 772, 280, 2847, 281, 341, 2210, 391, 8910, 642, 294, 338, 496, 620, 244, 878, 434, 3301, 14592, 904, 5058, 64, 920, 5897, 51, 294, 338, 496, 2987, 2429, 1401, 51, 1058, 51, 40367, 294, 338, 496, 8152, 244, 54, 51, 55, 294, 588, 303, 581, 1922, 12432, 45, 976, 2847, 46, 320, 603, 434, 327, 2085, 5118, 35619, 1582, 5349, 46, 320, 343, 35619, 1582, 5349, 5615, 299, 327, 17576, 1582, 5349, 46, 2847, 64, 343, 461, 419, 1849, 8686, 630, 762, 1037, 5615, 51, 8686, 630, 762, 518, 1764, 2631, 51, 3591, 45, 3817, 51, 8686, 509, 979, 372, 327, 2665, 630, 762, 1037, 5615, 51, 2665, 630, 762, 518, 1764, 3913, 51, 3591, 45, 3817, 51, 2665, 509, 979, 372, 327, 624, 630, 762, 1037, 5615, 51, 624, 630, 762, 518, 727, 51, 3591, 45, 3817, 51, 624, 509, 979, 372, 327, 2141, 630, 762, 1037, 5615, 51, 2141, 630, 762, 518, 4550, 51, 3591, 45, 3817, 51, 2141, 509, 979, 372, 327, 2976, 630, 762, 1037, 5615, 51, 2976, 630, 762, 518, 1764, 5589, 51, 3591, 45, 3817, 51, 2976, 4254, 310, 339, 832, 320, 343, 461, 920, 64, 310, 339, 303, 339, 465, 1041, 294, 338, 1330, 4092, 21090, 7560, 456, 6735, 350, 707, 67, 17576, 1582, 5349, 396, 707, 67, 120, 51, 294, 338, 496, 620, 619, 5009, 294, 338, 496, 2987, 1401, 51, 1058, 51, 40367, 294, 588, 303, 581, 648, 17759, 365, 320, 310, 453, 3696, 3913, 49, 2631, 49, 727, 49, 480, 4550, 310, 453, 1294, 27976, 5589, 327, 17340, 545, 32453, 46, 310, 461, 1849, 2665, 630, 762, 547, 1037, 244, 53, 547, 518, 3913, 51, 14941, 365, 1281, 244, 55, 57, 46, 5317, 419, 327, 2141, 630, 762, 547, 1037, 244, 53, 547, 518, 4550, 51, 14941, 365, 1281, 244, 54, 59, 46, 5317, 419, 327, 8686, 630, 762, 547, 1037, 244, 53, 547, 518, 2631, 51, 14941, 365, 1281, 244, 61, 46, 5317, 419, 327, 624, 630, 762, 547, 1037, 244, 53, 547, 518, 727, 51, 14941, 5086, 303, 339, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
2,980
true
58.725261
true
true
ServerboundPackets1_7_2.java
/FileExtraction/Java_unseen/ViaVersion_ViaLegacy/src/main/java/net/raphimc/vialegacy/protocols/release/protocol1_7_6_10to1_7_2_5/ServerboundPackets1_7_2.java
/* * This file is part of ViaLegacy - https://github.com/RaphiMC/ViaLegacy * Copyright (C) 2020-2024 RK_01/RaphiMC and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ package net.raphimc.vialegacy.protocols.release.protocol1_7_6_10to1_7_2_5; import com.viaversion.viaversion.api.protocol.packet.ServerboundPacketType; public enum ServerboundPackets1_7_2 implements ServerboundPacketType { KEEP_ALIVE, // 0x00 CHAT_MESSAGE, // 0x01 INTERACT_ENTITY, // 0x02 PLAYER_MOVEMENT, // 0x03 PLAYER_POSITION, // 0x04 PLAYER_ROTATION, // 0x05 PLAYER_POSITION_AND_ROTATION, // 0x06 PLAYER_DIGGING, // 0x07 PLAYER_BLOCK_PLACEMENT, // 0x08 HELD_ITEM_CHANGE, // 0x09 ANIMATION, // 0x0A ENTITY_ACTION, // 0x0B STEER_VEHICLE, // 0x0C CLOSE_WINDOW, // 0x0D CLICK_WINDOW, // 0x0E WINDOW_CONFIRMATION, // 0x0F CREATIVE_INVENTORY_ACTION, // 0x10 CLICK_WINDOW_BUTTON, // 0x11 UPDATE_SIGN, // 0x12 PLAYER_ABILITIES, // 0x13 TAB_COMPLETE, // 0x14 CLIENT_SETTINGS, // 0x15 CLIENT_STATUS, // 0x16 PLUGIN_MESSAGE; // 0x17 @Override public int getId() { return ordinal(); } @Override public String getName() { return name(); } }
1,862
Java
.java
ViaVersion/ViaLegacy
65
3
1
2023-01-03T21:20:02Z
2024-05-05T10:32:33Z
4e03fe9680425c1b4d3f546d34cb4f45a042af42c362a65b5fdcd847f333f7d9
[ 1127, 222, 338, 1369, 822, 458, 1760, 451, 694, 923, 23022, 449, 1698, 574, 951, 51, 527, 52, 87, 2178, 110, 6613, 52, 28562, 23022, 222, 338, 2657, 327, 72, 46, 244, 55, 53, 55, 53, 50, 55, 53, 55, 57, 578, 80, 100, 53, 54, 52, 87, 2178, 110, 6613, 480, 13356, 222, 338, 222, 338, 1369, 3477, 458, 3760, 2951, 63, 863, 902, 14081, 580, 480, 52, 290, 5370, 222, 338, 580, 1549, 341, 5974, 451, 341, 6994, 6153, 5062, 1196, 641, 9582, 829, 222, 338, 341, 7834, 3870, 7120, 49, 3173, 1522, 244, 56, 451, 341, 1196, 49, 575, 222, 338, 327, 288, 1390, 2489, 46, 1364, 6146, 1522, 51, 222, 338, 222, 338, 1369, 3477, 458, 2744, 347, 341, 9850, 708, 580, 1118, 545, 6386, 49, 222, 338, 1294, 4213, 2979, 9345, 64, 2895, 4462, 341, 4506, 14319, 451, 222, 338, 7934, 575, 8114, 4800, 418, 7848, 7763, 51, 244, 2819, 341, 222, 338, 6994, 6153, 5062, 1196, 456, 1851, 4261, 51, 222, 338, 222, 338, 2469, 1414, 1178, 6589, 331, 1948, 451, 341, 6994, 6153, 5062, 1196, 222, 338, 7979, 642, 477, 3477, 51, 244, 1691, 666, 49, 2337, 350, 544, 574, 1516, 51, 10627, 51, 1107, 52, 4205, 28699, 222, 588, 222, 1337, 3723, 51, 1801, 468, 104, 51, 15801, 18232, 51, 31406, 51, 3794, 51, 5732, 54, 100, 60, 100, 59, 100, 54, 53, 471, 54, 100, 60, 100, 55, 100, 58, 64, 222, 222, 485, 785, 51, 15801, 1687, 51, 15801, 1687, 51, 1256, 51, 5732, 51, 8776, 51, 2077, 4484, 6839, 638, 64, 222, 222, 942, 3858, 4242, 4484, 29769, 54, 100, 60, 100, 55, 4584, 4242, 4484, 6839, 638, 320, 465, 1242, 4171, 85, 100, 744, 5765, 49, 453, 244, 53, 125, 53, 53, 303, 5571, 741, 100, 9570, 49, 453, 244, 53, 125, 53, 54, 303, 16283, 3833, 100, 18770, 49, 453, 244, 53, 125, 53, 55, 303, 466, 21191, 100, 13522, 3495, 49, 453, 244, 53, 125, 53, 56, 303, 466, 21191, 100, 19646, 49, 453, 244, 53, 125, 53, 57, 303, 466, 21191, 100, 25670, 2909, 49, 453, 244, 53, 125, 53, 58, 303, 466, 21191, 100, 19646, 100, 3362, 100, 25670, 2909, 49, 453, 244, 53, 125, 53, 59, 303, 466, 21191, 100, 18934, 32390, 49, 453, 244, 53, 125, 53, 60, 303, 466, 21191, 100, 10326, 100, 15293, 3495, 49, 453, 244, 53, 125, 53, 61, 303, 696, 6033, 100, 10938, 100, 13870, 49, 453, 244, 53, 125, 53, 62, 303, 1753, 2348, 2909, 49, 453, 244, 53, 125, 53, 70, 303, 39923, 2932, 100, 8755, 49, 453, 244, 53, 125, 53, 71, 303, 30462, 546, 100, 2494, 77, 1122, 833, 49, 453, 244, 53, 125, 53, 72, 303, 45664, 100, 18393, 49, 453, 244, 53, 125, 53, 73, 303, 409, 3164, 80, 100, 18393, 49, 453, 244, 53, 125, 53, 74, 303, 33881, 92, 100, 46732, 2909, 49, 453, 244, 53, 125, 53, 75, 303, 15686, 13828, 100, 540, 4929, 5655, 100, 8755, 49, 453, 244, 53, 125, 54, 53, 303, 409, 3164, 80, 100, 18393, 100, 15003, 49, 453, 244, 53, 125, 54, 54, 303, 16409, 100, 9876, 49, 453, 244, 53, 125, 54, 55, 303, 466, 21191, 100, 1336, 1484, 33412, 49, 453, 244, 53, 125, 54, 56, 303, 30284, 100, 25659, 49, 453, 244, 53, 125, 54, 57, 303, 35534, 100, 24244, 49, 453, 244, 53, 125, 54, 58, 303, 35534, 100, 5965, 49, 453, 244, 53, 125, 54, 59, 303, 466, 11830, 7337, 100, 9570, 64, 453, 244, 53, 125, 54, 60, 465, 496, 1806, 303, 581, 648, 19832, 365, 320, 310, 461, 40204, 492, 303, 339, 465, 496, 1806, 303, 581, 910, 16389, 365, 320, 310, 461, 655, 492, 303, 339, 222, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
626
true
63.909774
true
true
ExcludingPatternFilter.java
/FileExtraction/Java_unseen/bonitasoft_bonita-web/server/src/main/java/org/bonitasoft/console/common/server/filter/ExcludingPatternFilter.java
package org.bonitasoft.console.common.server.filter; import java.io.IOException; import java.util.regex.Pattern; import javax.servlet.Filter; import javax.servlet.FilterChain; import javax.servlet.FilterConfig; import javax.servlet.ServletException; import javax.servlet.ServletRequest; import javax.servlet.ServletResponse; import javax.servlet.http.HttpServletRequest; /** * @author Anthony Birembaut */ public abstract class ExcludingPatternFilter implements Filter { protected URLExcludePattern urlExcludePattern; @Override public void init(FilterConfig filterConfig) throws ServletException { urlExcludePattern = new URLExcludePattern(filterConfig, getDefaultExcludedPages()); } @Override public void destroy() { } @Override public void doFilter(ServletRequest request, ServletResponse response, FilterChain chain) throws IOException, ServletException { final String url = ((HttpServletRequest) request).getRequestURL().toString(); if (matchExcludePatterns(url)) { excludePatternFiltering(request, response, chain); } else { proceedWithFiltering(request, response, chain); } } public void excludePatternFiltering(ServletRequest request, ServletResponse response, FilterChain chain) throws IOException, ServletException { chain.doFilter(request, response); } public abstract void proceedWithFiltering(ServletRequest request, ServletResponse response, FilterChain chain) throws ServletException, IOException; public abstract String getDefaultExcludedPages(); public Pattern compilePattern(final String stringPattern) { return urlExcludePattern.compilePattern(stringPattern); } /** * check the given url against the local url exclude pattern * * @param url * the url to check * @return true if the url match the pattern */ public boolean matchExcludePatterns(final String url) { return urlExcludePattern.matchExcludePatterns(url); } public Pattern getExcludePattern() { return urlExcludePattern.getExcludePattern(); } }
2,171
Java
.java
bonitasoft/bonita-web
23
46
4
2013-07-11T08:39:00Z
2023-12-05T22:31:02Z
0db1960c0c8aea107da8540f875148b4349a8850d1055effa6fb935fd1a2726d
[ 1337, 1105, 51, 4848, 23915, 22582, 51, 4482, 51, 2297, 51, 1805, 51, 2049, 64, 222, 222, 485, 1401, 51, 735, 51, 6860, 64, 222, 485, 1401, 51, 1058, 51, 7927, 51, 5526, 64, 222, 222, 485, 3698, 51, 10010, 51, 2365, 64, 222, 485, 3698, 51, 10010, 51, 46176, 64, 222, 485, 3698, 51, 10010, 51, 2365, 1081, 64, 222, 485, 3698, 51, 10010, 51, 7399, 1002, 64, 222, 485, 3698, 51, 10010, 51, 7399, 1123, 64, 222, 485, 3698, 51, 10010, 51, 7399, 1416, 64, 222, 485, 3698, 51, 10010, 51, 544, 51, 18804, 64, 222, 222, 1350, 222, 338, 496, 2133, 2262, 1661, 126, 570, 567, 1253, 4872, 222, 588, 222, 942, 5560, 462, 1300, 13390, 5526, 2365, 4584, 8301, 320, 465, 2532, 3846, 19970, 5526, 2001, 19970, 5526, 64, 2205, 496, 1806, 303, 581, 782, 3238, 45, 2365, 1081, 2785, 1081, 46, 2589, 39586, 320, 310, 2001, 19970, 5526, 299, 556, 3846, 19970, 5526, 45, 2049, 1081, 49, 23916, 46249, 10771, 1052, 303, 339, 2205, 496, 1806, 303, 581, 782, 10088, 365, 320, 303, 339, 2205, 496, 1806, 303, 581, 782, 764, 2365, 45, 7399, 1123, 1343, 49, 24622, 1416, 1808, 49, 8301, 7429, 8269, 46, 2589, 6300, 49, 39586, 320, 310, 1175, 910, 2001, 299, 1849, 18804, 46, 1343, 566, 22565, 2427, 941, 3127, 492, 310, 434, 327, 2892, 19970, 18114, 45, 983, 509, 320, 343, 11270, 5526, 37353, 45, 1375, 49, 1808, 49, 8269, 312, 310, 339, 832, 320, 343, 21881, 1569, 37353, 45, 1375, 49, 1808, 49, 8269, 312, 310, 339, 303, 339, 465, 581, 782, 11270, 5526, 37353, 45, 7399, 1123, 1343, 49, 24622, 1416, 1808, 49, 8301, 7429, 8269, 46, 2589, 6300, 49, 39586, 320, 310, 8269, 51, 1428, 2365, 45, 1375, 49, 1808, 312, 303, 339, 465, 581, 5560, 782, 21881, 1569, 37353, 45, 7399, 1123, 1343, 49, 24622, 1416, 1808, 49, 8301, 7429, 8269, 46, 2589, 39586, 49, 6300, 64, 465, 581, 5560, 910, 23916, 46249, 10771, 492, 465, 581, 13405, 8340, 5526, 45, 3242, 910, 821, 5526, 46, 320, 310, 461, 2001, 19970, 5526, 51, 7028, 5526, 45, 819, 5526, 312, 303, 339, 465, 1041, 294, 338, 1524, 341, 2716, 2001, 8209, 341, 2212, 2001, 11270, 5275, 294, 338, 294, 338, 496, 772, 2001, 294, 338, 370, 341, 2001, 391, 1524, 294, 338, 496, 620, 878, 434, 341, 2001, 2549, 341, 5275, 294, 588, 303, 581, 1922, 2549, 19970, 18114, 45, 3242, 910, 2001, 46, 320, 310, 461, 2001, 19970, 5526, 51, 2892, 19970, 18114, 45, 983, 312, 303, 339, 465, 581, 13405, 640, 19970, 5526, 365, 320, 310, 461, 2001, 19970, 5526, 51, 390, 19970, 5526, 492, 303, 339, 294, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
446
true
73.146016
true
true
GeoTIFFFactory.java
/FileExtraction/Java_unseen/openjump-gis_openjump/src/org/geotiff/image/jai/GeoTIFFFactory.java
/* * GeoTIFF extension to JAI. * * Software distributed distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. * Permission granted to use and modify this code, * so long as this copyright notice appears in the derived code. * * Portions created by: Niles Ritter * are Copyright (C): Niles Ritter, GeoTIFF.org, 1999,2000. * All Rights Reserved. * Contributor(s): Niles Ritter */ package org.geotiff.image.jai; import java.io.IOException; import java.util.Enumeration; import java.util.Hashtable; import java.util.Vector; import java.util.TreeMap; import java.util.Iterator; import org.libtiff.jai.codec.XTIFFFactory; import org.libtiff.jai.codec.XTIFFDirectory; // Warning: media libraries subject to change import com.sun.media.jai.codec.SeekableStream; /** * A factory object for a GeoTIFFDirectory and its corresponding * XTIFFField class. * * @see XTIFFDirectory * @see org.libtiff.jai.codec.XTIFFField */ public class GeoTIFFFactory extends XTIFFFactory implements java.io.Serializable { /** * Default constructor */ public GeoTIFFFactory() {} /** * Constructs a TIFFDirectoryFactory from a SeekableStream. * The directory parameter specifies which directory to read from * the linked list present in the stream; directory 0 is normally * read but it is possible to store multiple images in a single * TIFF file by maintaing multiple directories. * * @param stream a SeekableStream to read from. * @param directory the index of the directory to read. */ public XTIFFDirectory createDirectory(SeekableStream stream, int directory) throws IOException { return new GeoTIFFDirectory(stream,directory); } /** * Constructs a TIFFDirectory by reading a SeekableStream. * The ifd_offset parameter specifies the stream offset from which * to begin reading; this mechanism is sometimes used to store * private IFDs within a TIFF file that are not part of the normal * sequence of IFDs. * * @param stream a SeekableStream to read from. * @param ifd_offset the long byte offset of the directory. */ public XTIFFDirectory createDirectory(SeekableStream stream,long ifd_offset) throws IOException { return new GeoTIFFDirectory(stream,ifd_offset); } /** * Constructs an empty TIFFDirectory for writing */ public XTIFFDirectory createDirectory() { return new GeoTIFFDirectory(); } }
2,506
Java
.java
openjump-gis/openjump
25
13
13
2021-01-14T23:03:17Z
2024-04-14T20:01:35Z
dff3ca7c83a2be1c431b00cbed6d13d649fd9a2993189c22cd6f70ab13bb8297
[ 1127, 222, 338, 16287, 1944, 1158, 5122, 391, 990, 6231, 51, 222, 338, 1676, 338, 3870, 2744, 2744, 563, 619, 332, 1117, 2771, 39, 222, 338, 15065, 49, 4213, 9345, 2258, 2979, 4489, 49, 3173, 3927, 575, 4506, 51, 1676, 338, 11125, 11495, 391, 813, 480, 5370, 477, 1361, 49, 222, 338, 1278, 1964, 641, 477, 5550, 5410, 12946, 347, 341, 12015, 1361, 51, 222, 338, 222, 338, 8449, 1804, 3290, 829, 63, 508, 6924, 578, 4473, 1676, 338, 904, 2657, 327, 72, 731, 508, 6924, 578, 4473, 49, 16287, 1944, 1158, 51, 1107, 49, 244, 54, 62, 62, 62, 49, 55, 53, 53, 53, 51, 222, 338, 3381, 12902, 11921, 51, 222, 338, 42692, 45, 120, 731, 508, 6924, 578, 4473, 222, 588, 222, 222, 1337, 1105, 51, 319, 385, 2961, 51, 915, 51, 111, 3063, 64, 222, 222, 485, 1401, 51, 735, 51, 6860, 64, 222, 485, 1401, 51, 1058, 51, 21933, 64, 222, 485, 1401, 51, 1058, 51, 40367, 64, 222, 485, 1401, 51, 1058, 51, 2880, 64, 222, 485, 1401, 51, 1058, 51, 39397, 64, 222, 485, 1401, 51, 1058, 51, 5740, 64, 222, 222, 485, 1105, 51, 1379, 37067, 51, 111, 3063, 51, 12786, 51, 93, 1944, 1158, 2232, 64, 222, 485, 1105, 51, 1379, 37067, 51, 111, 3063, 51, 12786, 51, 93, 1944, 1158, 4562, 64, 222, 222, 325, 16855, 63, 7459, 11382, 5405, 391, 1557, 222, 485, 785, 51, 9886, 51, 3453, 51, 111, 3063, 51, 12786, 51, 18441, 463, 1880, 64, 5357, 222, 1350, 222, 338, 418, 7769, 1319, 456, 331, 16287, 1944, 1158, 4562, 480, 2840, 8475, 222, 338, 1618, 1944, 1158, 1195, 462, 51, 1676, 338, 222, 338, 496, 2987, 1618, 1944, 1158, 4562, 222, 338, 496, 2987, 1105, 51, 1379, 37067, 51, 111, 3063, 51, 12786, 51, 93, 1944, 1158, 1195, 222, 588, 222, 942, 462, 16287, 1944, 1158, 2232, 2041, 1618, 1944, 1158, 2232, 244, 222, 30559, 1401, 51, 735, 51, 12644, 222, 128, 222, 221, 1350, 376, 338, 4119, 4389, 376, 588, 303, 581, 16287, 1944, 1158, 2232, 365, 2172, 465, 1041, 294, 338, 29755, 331, 31216, 1158, 4562, 2232, 664, 331, 40623, 463, 1880, 51, 294, 338, 906, 3378, 3416, 15834, 1532, 3378, 391, 1511, 664, 294, 338, 341, 12258, 1168, 5041, 347, 341, 3458, 64, 3378, 244, 53, 458, 20216, 294, 338, 1511, 1294, 580, 458, 4222, 391, 2989, 4632, 5753, 347, 331, 4005, 294, 338, 31216, 1158, 822, 829, 8297, 102, 318, 4632, 14920, 51, 294, 338, 294, 338, 496, 772, 3458, 331, 40623, 463, 1880, 391, 1511, 664, 51, 294, 338, 496, 772, 3378, 341, 1671, 451, 341, 3378, 391, 1511, 51, 294, 588, 303, 581, 1618, 1944, 1158, 4562, 1506, 4562, 45, 18441, 463, 1880, 3458, 49, 648, 3378, 46, 310, 2589, 6300, 320, 222, 221, 620, 556, 16287, 1944, 1158, 4562, 45, 2255, 49, 5687, 312, 303, 339, 465, 1041, 294, 338, 29755, 331, 31216, 1158, 4562, 829, 9198, 331, 40623, 463, 1880, 51, 294, 338, 906, 434, 105, 100, 2897, 3416, 15834, 341, 3458, 3413, 664, 1532, 294, 338, 391, 4258, 9198, 64, 477, 17018, 458, 16400, 1674, 391, 2989, 294, 338, 964, 5515, 21187, 4824, 331, 31216, 1158, 822, 708, 904, 666, 1760, 451, 341, 4330, 294, 338, 6645, 451, 5515, 21187, 51, 294, 338, 294, 338, 496, 772, 3458, 331, 40623, 463, 1880, 391, 1511, 664, 51, 294, 338, 496, 772, 434, 105, 100, 2897, 341, 1964, 3447, 3413, 451, 341, 3378, 51, 294, 588, 303, 581, 1618, 1944, 1158, 4562, 1506, 4562, 45, 18441, 463, 1880, 3458, 49, 3239, 434, 105, 100, 2897, 46, 310, 2589, 6300, 320, 222, 221, 620, 556, 16287, 1944, 1158, 4562, 45, 2255, 49, 31121, 100, 2897, 312, 303, 339, 465, 1041, 294, 338, 29755, 619, 3517, 31216, 1158, 4562, 456, 4144, 294, 588, 303, 581, 1618, 1944, 1158, 4562, 1506, 4562, 365, 320, 222, 221, 620, 556, 16287, 1944, 1158, 4562, 492, 303, 339, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
656
true
71.827614
true
true
AutoSize.java
/FileExtraction/Java_unseen/He-Ze_Autonomous-Surface-Vehicle-Simulator/lib/jars/lwjgl-source-2.9.3/src/java/org/lwjgl/util/generator/AutoSize.java
/* * Copyright (c) 2002-2008 LWJGL Project * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * * * Neither the name of 'LWJGL' nor the names of * its contributors may be used to endorse or promote products derived * from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ package org.lwjgl.util.generator; /** * * AutoSize specifies that a parameter should be pre-computed * according to the remaining() of a Buffer parameter. * * @author elias_naur <[email protected]> * @version $Revision$ * $Id$ */ import java.lang.annotation.Target; import java.lang.annotation.ElementType; @Auto @Target({ElementType.METHOD,ElementType.PARAMETER}) public @interface AutoSize { String value(); // The name of the Buffer parameter String expression() default ""; // This value is added after the argument boolean useExpression() default false; // When this is true, the expression result will be used directly. boolean canBeNull() default false; // When this is true and the Buffer parameter is null, 0 will be used. boolean isNative() default false; // When this is true, auto-sizing will be performed in native code. }
2,437
Java
.java
He-Ze/Autonomous-Surface-Vehicle-Simulator
19
2
1
2020-09-05T14:23:31Z
2021-08-07T06:45:49Z
d59320bc943b31c1380d86e864644c493b24a5533b61b0e23817b29b6c913118
[ 1127, 222, 338, 2657, 327, 104, 46, 244, 55, 53, 53, 55, 50, 55, 53, 53, 61, 517, 23154, 2079, 5426, 222, 338, 3381, 4760, 5225, 51, 222, 338, 222, 338, 20357, 480, 813, 347, 1932, 480, 5314, 10556, 49, 642, 575, 2895, 222, 338, 11402, 49, 904, 15005, 3961, 708, 341, 2434, 5496, 904, 222, 338, 3294, 63, 222, 338, 222, 338, 338, 12761, 451, 1932, 1361, 2315, 13775, 341, 3713, 5550, 222, 338, 280, 5410, 49, 477, 1168, 451, 5496, 480, 341, 2434, 12206, 51, 222, 338, 222, 338, 338, 12761, 347, 5314, 2252, 2315, 8022, 341, 3713, 5550, 222, 338, 280, 5410, 49, 477, 1168, 451, 5496, 480, 341, 2434, 12206, 347, 341, 222, 338, 280, 4349, 480, 52, 290, 1623, 12962, 3961, 642, 341, 7507, 51, 222, 338, 222, 338, 338, 23195, 341, 655, 451, 349, 81, 23154, 2079, 44, 12397, 341, 4492, 451, 222, 338, 280, 2840, 13356, 1648, 545, 1674, 391, 21975, 575, 19124, 10062, 12015, 222, 338, 280, 664, 477, 2951, 2895, 2835, 9591, 6658, 6504, 51, 222, 338, 222, 338, 8968, 5427, 2771, 10081, 6944, 2906, 8995, 11471, 3133, 13654, 222, 338, 332, 1117, 2771, 39, 3133, 2979, 10184, 1895, 8467, 3912, 49, 9993, 49, 7744, 2387, 8493, 222, 338, 2841, 49, 2906, 8467, 3912, 2258, 7934, 3133, 8114, 4800, 418, 7848, 222, 338, 7763, 15862, 19626, 51, 1255, 4452, 8454, 10180, 2906, 8995, 29796, 1895, 222, 338, 13654, 6761, 10389, 4800, 2979, 14703, 49, 17637, 49, 18689, 49, 17084, 49, 222, 338, 19235, 49, 1895, 17621, 10053, 327, 12347, 49, 7744, 2387, 8493, 2841, 49, 222, 338, 19225, 2258, 19230, 19041, 1895, 18655, 64, 17895, 2258, 6134, 49, 9606, 49, 1895, 222, 338, 17908, 64, 1895, 18929, 19297, 46, 18960, 19316, 3133, 5716, 2979, 19250, 2258, 222, 338, 9015, 49, 10473, 1255, 10313, 49, 18383, 9015, 49, 1895, 10763, 327, 12347, 222, 338, 18106, 1895, 10692, 46, 10481, 1255, 2979, 18211, 7002, 2258, 2906, 6134, 2258, 8968, 222, 338, 5427, 49, 18440, 5515, 18712, 2258, 2906, 18828, 2258, 18372, 18550, 51, 222, 588, 222, 1337, 1105, 51, 9449, 51, 1058, 51, 7147, 64, 222, 222, 1350, 222, 338, 222, 338, 7998, 1269, 15834, 708, 331, 3416, 1414, 545, 1426, 50, 24557, 222, 338, 9299, 391, 341, 11479, 365, 451, 331, 7730, 3416, 51, 222, 338, 222, 338, 496, 2133, 1871, 3247, 100, 3288, 324, 350, 361, 3247, 100, 3288, 324, 69, 3724, 51, 21426, 51, 1317, 67, 222, 338, 496, 1687, 417, 14021, 41, 222, 338, 417, 625, 41, 222, 588, 222, 222, 485, 1401, 51, 1600, 51, 4341, 51, 2937, 64, 222, 485, 1401, 51, 1600, 51, 4341, 51, 22421, 64, 222, 222, 69, 4754, 222, 69, 2937, 1389, 22421, 51, 9545, 49, 22421, 51, 13302, 1770, 222, 942, 496, 3352, 7998, 1269, 320, 222, 221, 671, 804, 492, 453, 906, 655, 451, 341, 7730, 3416, 222, 221, 671, 6112, 365, 1263, 5127, 453, 1369, 804, 458, 3654, 2703, 341, 2814, 222, 221, 4412, 813, 3503, 365, 1263, 920, 64, 453, 5094, 477, 458, 878, 49, 341, 6112, 1074, 1118, 545, 1674, 7045, 51, 222, 221, 4412, 902, 33778, 365, 1263, 920, 64, 453, 5094, 477, 458, 878, 480, 341, 7730, 3416, 458, 762, 49, 244, 53, 1118, 545, 1674, 51, 222, 221, 4412, 458, 6137, 365, 1263, 920, 64, 453, 5094, 477, 458, 878, 49, 2283, 50, 19118, 1118, 545, 13594, 347, 7565, 1361, 51, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
569
true
75.461633
true
true
Channel.java
/FileExtraction/Java_unseen/arianne_marauroa/src/marauroa/common/net/Channel.java
/* $Id: IDisconnectedListener.java,v 1.6 2007/04/09 14:40:01 arianne_rpg Exp $ */ /*************************************************************************** * (C) Copyright 2007-2011 - Marauroa * *************************************************************************** *************************************************************************** * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 2 of the License, or * * (at your option) any later version. * * * ***************************************************************************/ package marauroa.common.net; import java.net.InetAddress; import java.net.InetSocketAddress; /** * a connection between client and server * * @author hendrik */ public class Channel { private Object internalChannel; private InetSocketAddress address; private ConnectionManager connectionManager; private boolean waitingForPerception; /** * creates a new Channel object. */ public Channel() { // default constructor } /** * creates a new Channel object. * * @param connectionManager the manager to contact to send anything using this channel * @param address the ip-address and port Oof the other end * @param internalChannel an internal channel object used by the manager */ public Channel(ConnectionManager connectionManager, InetSocketAddress address, Object internalChannel) { this.connectionManager = connectionManager; this.address = address; this.internalChannel = internalChannel; } /** * gets the internal channel * * @return internal channel */ public Object getInternalChannel() { return internalChannel; } /** * gets the ip-address of the other end * * @return InetAddress */ public InetAddress getInetAddress() { return address.getAddress(); } /** * gets the ip-address and port of the other end * * @return InetSocketAddress */ public InetSocketAddress getInetSocketAddress() { return address; } /** * gets the connection manager * * @return connection manager */ public ConnectionManager getConnectionManager() { return connectionManager; } /** * are we waiting for a perception? * * @return true, if we are waiting for a perception */ public boolean isWaitingForPerception() { return waitingForPerception; } /** * sets the flag indicating whether this connection is waiting for a perception * * @param waitingForPerception waiting for perception */ public void setWaitingForPerception(boolean waitingForPerception) { this.waitingForPerception = waitingForPerception; } @Override public String toString() { return "Channel [internalChannel=" + internalChannel + ", address=" + address + "]"; } }
3,076
Java
.java
arianne/marauroa
42
26
2
2015-12-21T21:02:14Z
2024-03-14T23:02:03Z
30d29c71467e57c2e0e97e1f7fe1047a9d603c09617e6e71a079534698ff4934
[ 1127, 417, 625, 63, 457, 38688, 2239, 51, 1874, 49, 123, 244, 54, 51, 59, 244, 55, 53, 53, 60, 52, 53, 57, 52, 53, 62, 244, 54, 57, 63, 57, 53, 63, 53, 54, 2119, 2560, 960, 100, 119, 2340, 9665, 417, 588, 222, 11528, 8150, 222, 338, 4714, 327, 72, 46, 2657, 244, 55, 53, 53, 60, 50, 55, 53, 54, 54, 449, 8369, 4474, 309, 102, 6031, 338, 222, 13533, 345, 222, 13533, 345, 222, 338, 41101, 338, 222, 338, 280, 1369, 3477, 458, 3760, 2951, 64, 863, 902, 14081, 580, 480, 52, 290, 5370, 244, 338, 222, 338, 280, 580, 1549, 341, 5974, 451, 341, 6994, 6153, 5062, 1196, 641, 9582, 829, 244, 338, 222, 338, 280, 341, 7834, 3870, 7120, 64, 3173, 1522, 244, 55, 451, 341, 1196, 49, 575, 281, 338, 222, 338, 280, 327, 288, 1390, 2489, 46, 1364, 6146, 1522, 51, 19054, 338, 222, 338, 41101, 338, 222, 13533, 15722, 222, 1337, 11633, 4474, 309, 102, 51, 2297, 51, 1317, 64, 222, 222, 485, 1401, 51, 1317, 51, 30922, 2455, 64, 222, 485, 1401, 51, 1317, 51, 30922, 34871, 64, 3067, 222, 1350, 222, 338, 331, 3401, 3761, 2060, 480, 2160, 222, 338, 222, 338, 496, 2133, 439, 435, 22539, 222, 588, 222, 942, 462, 11028, 320, 499, 221, 2072, 2210, 3584, 3542, 64, 222, 221, 2072, 36499, 34871, 2983, 64, 222, 221, 2072, 9475, 1590, 3401, 1590, 64, 222, 221, 2072, 1922, 10774, 1580, 1852, 826, 64, 499, 221, 1350, 376, 338, 9602, 331, 556, 11028, 1319, 51, 376, 588, 222, 221, 942, 11028, 365, 320, 376, 221, 325, 1263, 4389, 222, 221, 130, 499, 221, 1350, 376, 338, 9602, 331, 556, 11028, 1319, 51, 376, 338, 376, 338, 496, 772, 3401, 1590, 341, 7886, 391, 7272, 391, 3256, 8003, 1493, 477, 3842, 376, 338, 496, 772, 2983, 341, 4762, 50, 2485, 480, 2618, 565, 1048, 341, 1623, 962, 376, 338, 496, 772, 3584, 3542, 619, 3584, 3842, 1319, 1674, 829, 341, 7886, 376, 588, 222, 221, 942, 11028, 45, 38422, 3401, 1590, 49, 36499, 34871, 2983, 49, 2210, 3584, 3542, 46, 320, 376, 221, 597, 51, 3854, 1590, 299, 3401, 1590, 64, 376, 221, 597, 51, 2485, 299, 2983, 64, 376, 221, 597, 51, 3269, 3542, 299, 3584, 3542, 64, 222, 221, 130, 499, 221, 1350, 376, 338, 8572, 341, 3584, 3842, 376, 338, 376, 338, 496, 620, 3584, 3842, 376, 588, 222, 221, 942, 2210, 640, 4305, 3542, 365, 320, 376, 221, 620, 3584, 3542, 64, 222, 221, 130, 499, 221, 1350, 376, 338, 8572, 341, 4762, 50, 2485, 451, 341, 1623, 962, 376, 338, 376, 338, 496, 620, 36499, 2455, 376, 588, 222, 221, 942, 36499, 2455, 640, 30922, 2455, 365, 320, 376, 221, 620, 2983, 51, 31228, 492, 222, 221, 130, 499, 221, 1350, 376, 338, 8572, 341, 4762, 50, 2485, 480, 2618, 451, 341, 1623, 962, 376, 338, 376, 338, 496, 620, 36499, 34871, 376, 588, 222, 221, 942, 36499, 34871, 640, 30922, 34871, 365, 320, 376, 221, 620, 2983, 64, 222, 221, 130, 499, 221, 1350, 376, 338, 8572, 341, 3401, 7886, 376, 338, 376, 338, 496, 620, 3401, 7886, 376, 588, 222, 221, 942, 9475, 1590, 640, 38422, 365, 320, 376, 221, 620, 3401, 1590, 64, 222, 221, 130, 499, 221, 1350, 376, 338, 904, 1019, 10774, 456, 331, 1313, 826, 68, 376, 338, 376, 338, 496, 620, 878, 49, 434, 1019, 904, 10774, 456, 331, 1313, 826, 376, 588, 222, 221, 942, 1922, 458, 21058, 1580, 1852, 826, 365, 320, 376, 221, 620, 10774, 1580, 1852, 826, 64, 222, 221, 130, 499, 221, 1350, 376, 338, 6930, 341, 4666, 15285, 4962, 477, 3401, 458, 10774, 456, 331, 1313, 826, 376, 338, 376, 338, 496, 772, 10774, 1580, 1852, 826, 10774, 456, 1313, 826, 376, 588, 222, 221, 942, 782, 758, 21058, 1580, 1852, 826, 45, 4412, 10774, 1580, 1852, 826, 46, 320, 376, 221, 597, 51, 21095, 1580, 1852, 826, 299, 10774, 1580, 1852, 826, 64, 222, 221, 130, 499, 221, 69, 1806, 222, 221, 942, 910, 11349, 365, 320, 376, 221, 620, 332, 3542, 447, 3269, 3542, 366, 494, 3584, 3542, 494, 3021, 2983, 366, 494, 2983, 494, 42872, 222, 221, 130, 222, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
704
true
58.777633
true
true
RSACipher.java
/FileExtraction/Java_unseen/openjdk_jdk6/jdk/src/windows/classes/sun/security/mscapi/RSACipher.java
/* * Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ package sun.security.mscapi; import java.math.BigInteger; import java.security.*; import java.security.Key; import java.security.interfaces.*; import java.security.spec.*; import javax.crypto.*; import javax.crypto.spec.*; import sun.security.internal.spec.TlsRsaPremasterSecretParameterSpec; import sun.security.util.KeyUtil; import sun.security.rsa.RSAKeyFactory; /** * RSA cipher implementation using the Microsoft Crypto API. * Supports RSA en/decryption and signing/verifying using PKCS#1 v1.5 padding. * * Objects should be instantiated by calling Cipher.getInstance() using the * following algorithm name: * * . "RSA/ECB/PKCS1Padding" (or "RSA") for PKCS#1 padding. The mode (blocktype) * is selected based on the en/decryption mode and public/private key used. * * We only do one RSA operation per doFinal() call. If the application passes * more data via calls to update() or doFinal(), we throw an * IllegalBlockSizeException when doFinal() is called (see JCE API spec). * Bulk encryption using RSA does not make sense and is not standardized. * * Note: RSA keys should be at least 512 bits long * * @since 1.6 * @author Andreas Sterbenz * @author Vincent Ryan */ public final class RSACipher extends CipherSpi { // constant for an empty byte array private final static byte[] B0 = new byte[0]; // mode constant for public key encryption private final static int MODE_ENCRYPT = 1; // mode constant for private key decryption private final static int MODE_DECRYPT = 2; // mode constant for private key encryption (signing) private final static int MODE_SIGN = 3; // mode constant for public key decryption (verifying) private final static int MODE_VERIFY = 4; // constant for PKCS#1 v1.5 RSA private final static String PAD_PKCS1 = "PKCS1Padding"; private final static int PAD_PKCS1_LENGTH = 11; // current mode, one of MODE_* above. Set when init() is called private int mode; // active padding type, one of PAD_* above. Set by setPadding() private String paddingType; private int paddingLength = 0; // buffer for the data private byte[] buffer; // offset into the buffer (number of bytes buffered) private int bufOfs; // size of the output (the length of the key). private int outputSize; // the public key, if we were initialized using a public key private sun.security.mscapi.Key publicKey; // the private key, if we were initialized using a private key private sun.security.mscapi.Key privateKey; // cipher parameter for TLS RSA premaster secret private AlgorithmParameterSpec spec = null; // the source of randomness private SecureRandom random; public RSACipher() { paddingType = PAD_PKCS1; } // modes do not make sense for RSA, but allow ECB // see JCE spec protected void engineSetMode(String mode) throws NoSuchAlgorithmException { if (mode.equalsIgnoreCase("ECB") == false) { throw new NoSuchAlgorithmException("Unsupported mode " + mode); } } // set the padding type // see JCE spec protected void engineSetPadding(String paddingName) throws NoSuchPaddingException { if (paddingName.equalsIgnoreCase(PAD_PKCS1)) { paddingType = PAD_PKCS1; } else { throw new NoSuchPaddingException ("Padding " + paddingName + " not supported"); } } // return 0 as block size, we are not a block cipher // see JCE spec protected int engineGetBlockSize() { return 0; } // return the output size // see JCE spec protected int engineGetOutputSize(int inputLen) { return outputSize; } // no iv, return null // see JCE spec protected byte[] engineGetIV() { return null; } // no parameters, return null // see JCE spec protected AlgorithmParameters engineGetParameters() { return null; } // see JCE spec protected void engineInit(int opmode, Key key, SecureRandom random) throws InvalidKeyException { init(opmode, key); } // see JCE spec protected void engineInit(int opmode, Key key, AlgorithmParameterSpec params, SecureRandom random) throws InvalidKeyException, InvalidAlgorithmParameterException { if (params != null) { if (!(params instanceof TlsRsaPremasterSecretParameterSpec)) { throw new InvalidAlgorithmParameterException( "Parameters not supported"); } spec = params; this.random = random; // for TLS RSA premaster secret } init(opmode, key); } // see JCE spec protected void engineInit(int opmode, Key key, AlgorithmParameters params, SecureRandom random) throws InvalidKeyException, InvalidAlgorithmParameterException { if (params != null) { throw new InvalidAlgorithmParameterException ("Parameters not supported"); } init(opmode, key); } // initialize this cipher private void init(int opmode, Key key) throws InvalidKeyException { boolean encrypt; switch (opmode) { case Cipher.ENCRYPT_MODE: case Cipher.WRAP_MODE: paddingLength = PAD_PKCS1_LENGTH; encrypt = true; break; case Cipher.DECRYPT_MODE: case Cipher.UNWRAP_MODE: paddingLength = 0; // reset encrypt = false; break; default: throw new InvalidKeyException("Unknown mode: " + opmode); } if (!(key instanceof sun.security.mscapi.Key)) { if (key instanceof java.security.interfaces.RSAPublicKey) { java.security.interfaces.RSAPublicKey rsaKey = (java.security.interfaces.RSAPublicKey) key; // Convert key to MSCAPI format BigInteger modulus = rsaKey.getModulus(); BigInteger exponent = rsaKey.getPublicExponent(); // Check against the local and global values to make sure // the sizes are ok. Round up to the nearest byte. RSAKeyFactory.checkKeyLengths(((modulus.bitLength() + 7) & ~7), exponent, -1, RSAKeyPairGenerator.KEY_SIZE_MAX); byte[] modulusBytes = modulus.toByteArray(); byte[] exponentBytes = exponent.toByteArray(); // Adjust key length due to sign bit int keyBitLength = (modulusBytes[0] == 0) ? (modulusBytes.length - 1) * 8 : modulusBytes.length * 8; byte[] keyBlob = RSASignature.generatePublicKeyBlob( keyBitLength, modulusBytes, exponentBytes); key = RSASignature.importPublicKey(keyBlob, keyBitLength); } else { throw new InvalidKeyException("Unsupported key type: " + key); } } if (key instanceof PublicKey) { mode = encrypt ? MODE_ENCRYPT : MODE_VERIFY; publicKey = (sun.security.mscapi.Key)key; privateKey = null; outputSize = publicKey.length() / 8; } else if (key instanceof PrivateKey) { mode = encrypt ? MODE_SIGN : MODE_DECRYPT; privateKey = (sun.security.mscapi.Key)key; publicKey = null; outputSize = privateKey.length() / 8; } else { throw new InvalidKeyException("Unknown key type: " + key); } bufOfs = 0; buffer = new byte[outputSize]; } // internal update method private void update(byte[] in, int inOfs, int inLen) { if ((inLen == 0) || (in == null)) { return; } if (bufOfs + inLen > (buffer.length - paddingLength)) { bufOfs = buffer.length + 1; return; } System.arraycopy(in, inOfs, buffer, bufOfs, inLen); bufOfs += inLen; } // internal doFinal() method. Here we perform the actual RSA operation private byte[] doFinal() throws BadPaddingException, IllegalBlockSizeException { if (bufOfs > buffer.length) { throw new IllegalBlockSizeException("Data must not be longer " + "than " + (buffer.length - paddingLength) + " bytes"); } try { byte[] data = buffer; switch (mode) { case MODE_SIGN: return encryptDecrypt(data, bufOfs, privateKey.getHCryptKey(), true); case MODE_VERIFY: return encryptDecrypt(data, bufOfs, publicKey.getHCryptKey(), false); case MODE_ENCRYPT: return encryptDecrypt(data, bufOfs, publicKey.getHCryptKey(), true); case MODE_DECRYPT: return encryptDecrypt(data, bufOfs, privateKey.getHCryptKey(), false); default: throw new AssertionError("Internal error"); } } catch (KeyException e) { throw new ProviderException(e); } finally { bufOfs = 0; } } // see JCE spec protected byte[] engineUpdate(byte[] in, int inOfs, int inLen) { update(in, inOfs, inLen); return B0; } // see JCE spec protected int engineUpdate(byte[] in, int inOfs, int inLen, byte[] out, int outOfs) { update(in, inOfs, inLen); return 0; } // see JCE spec protected byte[] engineDoFinal(byte[] in, int inOfs, int inLen) throws BadPaddingException, IllegalBlockSizeException { update(in, inOfs, inLen); return doFinal(); } // see JCE spec protected int engineDoFinal(byte[] in, int inOfs, int inLen, byte[] out, int outOfs) throws ShortBufferException, BadPaddingException, IllegalBlockSizeException { if (outputSize > out.length - outOfs) { throw new ShortBufferException ("Need " + outputSize + " bytes for output"); } update(in, inOfs, inLen); byte[] result = doFinal(); int n = result.length; System.arraycopy(result, 0, out, outOfs, n); return n; } // see JCE spec protected byte[] engineWrap(Key key) throws InvalidKeyException, IllegalBlockSizeException { byte[] encoded = key.getEncoded(); // TODO - unextractable key if ((encoded == null) || (encoded.length == 0)) { throw new InvalidKeyException("Could not obtain encoded key"); } if (encoded.length > buffer.length) { throw new InvalidKeyException("Key is too long for wrapping"); } update(encoded, 0, encoded.length); try { return doFinal(); } catch (BadPaddingException e) { // should not occur throw new InvalidKeyException("Wrapping failed", e); } } // see JCE spec protected java.security.Key engineUnwrap(byte[] wrappedKey, String algorithm, int type) throws InvalidKeyException, NoSuchAlgorithmException { if (wrappedKey.length > buffer.length) { throw new InvalidKeyException("Key is too long for unwrapping"); } boolean isTlsRsaPremasterSecret = algorithm.equals("TlsRsaPremasterSecret"); Exception failover = null; byte[] encoded = null; update(wrappedKey, 0, wrappedKey.length); try { encoded = doFinal(); } catch (BadPaddingException e) { if (isTlsRsaPremasterSecret) { failover = e; } else { throw new InvalidKeyException("Unwrapping failed", e); } } catch (IllegalBlockSizeException e) { // should not occur, handled with length check above throw new InvalidKeyException("Unwrapping failed", e); } if (isTlsRsaPremasterSecret) { if (!(spec instanceof TlsRsaPremasterSecretParameterSpec)) { throw new IllegalStateException( "No TlsRsaPremasterSecretParameterSpec specified"); } // polish the TLS premaster secret encoded = KeyUtil.checkTlsPreMasterSecretKey( ((TlsRsaPremasterSecretParameterSpec)spec).getClientVersion(), ((TlsRsaPremasterSecretParameterSpec)spec).getServerVersion(), random, encoded, (failover != null)); } return constructKey(encoded, algorithm, type); } // see JCE spec protected int engineGetKeySize(Key key) throws InvalidKeyException { if (key instanceof sun.security.mscapi.Key) { return ((sun.security.mscapi.Key) key).length(); } else if (key instanceof RSAKey) { return ((RSAKey) key).getModulus().bitLength(); } else { throw new InvalidKeyException("Unsupported key type: " + key); } } // Construct an X.509 encoded public key. private static PublicKey constructPublicKey(byte[] encodedKey, String encodedKeyAlgorithm) throws InvalidKeyException, NoSuchAlgorithmException { try { KeyFactory keyFactory = KeyFactory.getInstance(encodedKeyAlgorithm); X509EncodedKeySpec keySpec = new X509EncodedKeySpec(encodedKey); return keyFactory.generatePublic(keySpec); } catch (NoSuchAlgorithmException nsae) { throw new NoSuchAlgorithmException("No installed provider " + "supports the " + encodedKeyAlgorithm + " algorithm", nsae); } catch (InvalidKeySpecException ike) { throw new InvalidKeyException("Cannot construct public key", ike); } } // Construct a PKCS #8 encoded private key. private static PrivateKey constructPrivateKey(byte[] encodedKey, String encodedKeyAlgorithm) throws InvalidKeyException, NoSuchAlgorithmException { try { KeyFactory keyFactory = KeyFactory.getInstance(encodedKeyAlgorithm); PKCS8EncodedKeySpec keySpec = new PKCS8EncodedKeySpec(encodedKey); return keyFactory.generatePrivate(keySpec); } catch (NoSuchAlgorithmException nsae) { throw new NoSuchAlgorithmException("No installed provider " + "supports the " + encodedKeyAlgorithm + " algorithm", nsae); } catch (InvalidKeySpecException ike) { throw new InvalidKeyException("Cannot construct private key", ike); } } // Construct an encoded secret key. private static SecretKey constructSecretKey(byte[] encodedKey, String encodedKeyAlgorithm) { return new SecretKeySpec(encodedKey, encodedKeyAlgorithm); } private static Key constructKey(byte[] encodedKey, String encodedKeyAlgorithm, int keyType) throws InvalidKeyException, NoSuchAlgorithmException { switch (keyType) { case Cipher.PUBLIC_KEY: return constructPublicKey(encodedKey, encodedKeyAlgorithm); case Cipher.PRIVATE_KEY: return constructPrivateKey(encodedKey, encodedKeyAlgorithm); case Cipher.SECRET_KEY: return constructSecretKey(encodedKey, encodedKeyAlgorithm); default: throw new InvalidKeyException("Unknown key type " + keyType); } } /* * Encrypt/decrypt a data buffer using Microsoft Crypto API with HCRYPTKEY. * It expects and returns ciphertext data in big-endian form. */ private native static byte[] encryptDecrypt(byte[] data, int dataSize, long hCryptKey, boolean doEncrypt) throws KeyException; }
17,254
Java
.java
openjdk/jdk6
17
17
0
2021-02-16T14:00:35Z
2021-02-16T14:23:11Z
a6ac302d4659643d9ae703845d811b208e18b4c7e262edd85d5cda5be01c27da
[ 1127, 222, 338, 2657, 327, 104, 46, 244, 55, 53, 53, 58, 49, 244, 55, 53, 54, 55, 49, 17980, 480, 52, 290, 2840, 25094, 51, 3381, 4760, 5225, 51, 222, 338, 4103, 2387, 23740, 1895, 35234, 8995, 2387, 11988, 1895, 8968, 10961, 30441, 51, 222, 338, 222, 338, 1369, 1361, 458, 3760, 2951, 64, 863, 902, 14081, 580, 480, 52, 290, 5370, 580, 222, 338, 1549, 341, 5974, 451, 341, 6994, 6153, 5062, 1196, 1522, 244, 55, 1773, 49, 641, 222, 338, 9582, 829, 341, 7834, 3870, 7120, 51, 244, 17980, 6759, 1218, 477, 222, 338, 8445, 822, 641, 5405, 391, 341, 332, 44978, 39, 3773, 641, 3961, 222, 338, 829, 17980, 347, 341, 7621, 822, 708, 20854, 297, 4850, 477, 1361, 51, 222, 338, 222, 338, 1369, 1361, 458, 2744, 347, 341, 9850, 708, 580, 1118, 545, 6386, 49, 1294, 4213, 222, 338, 2979, 9345, 64, 2895, 4462, 341, 4506, 14319, 451, 7934, 575, 222, 338, 8114, 4800, 418, 7848, 7763, 51, 244, 2819, 341, 6994, 6153, 5062, 1196, 222, 338, 1522, 244, 55, 456, 1851, 4261, 327, 102, 1948, 458, 5976, 347, 341, 7621, 822, 708, 222, 338, 20854, 297, 4850, 477, 1361, 566, 222, 338, 222, 338, 2469, 1414, 1178, 6589, 331, 1948, 451, 341, 6994, 6153, 5062, 1196, 1522, 222, 338, 244, 55, 7979, 642, 477, 1409, 64, 434, 666, 49, 2886, 391, 341, 7834, 3870, 7120, 49, 222, 338, 6367, 4345, 244, 58, 54, 34113, 1277, 49, 33316, 26912, 49, 25006, 49, 13083, 244, 53, 55, 54, 54, 53, 50, 54, 56, 53, 54, 15067, 51, 222, 338, 222, 338, 5304, 7272, 17980, 49, 244, 58, 53, 53, 17980, 27004, 3094, 49, 4777, 21100, 2432, 6868, 49, 10562, 244, 62, 57, 53, 59, 58, 15067, 222, 338, 575, 7739, 19955, 51, 11116, 51, 527, 434, 863, 1868, 5408, 2490, 575, 1178, 1364, 222, 338, 10034, 51, 222, 588, 222, 222, 1337, 15315, 51, 4386, 51, 35268, 1256, 64, 222, 222, 485, 1401, 51, 3851, 51, 21520, 64, 222, 485, 1401, 51, 4386, 7737, 222, 485, 1401, 51, 4386, 51, 971, 64, 222, 485, 1401, 51, 4386, 51, 11204, 7737, 222, 485, 1401, 51, 4386, 51, 2314, 7737, 222, 222, 485, 3698, 51, 8866, 7737, 222, 485, 3698, 51, 8866, 51, 2314, 7737, 222, 222, 485, 15315, 51, 4386, 51, 3269, 51, 2314, 51, 30073, 87, 2473, 2641, 2611, 7795, 3026, 2722, 64, 222, 485, 15315, 51, 4386, 51, 1058, 51, 971, 1747, 64, 222, 222, 485, 15315, 51, 4386, 51, 20528, 51, 20213, 971, 2232, 64, 222, 222, 1350, 222, 338, 29954, 18844, 4753, 1493, 341, 3802, 24369, 2347, 51, 222, 338, 36260, 29954, 949, 52, 305, 8567, 480, 23103, 52, 6970, 318, 1493, 47887, 40, 54, 373, 54, 51, 58, 3747, 51, 222, 338, 222, 338, 14592, 1414, 545, 30949, 829, 8294, 40326, 51, 7432, 365, 1493, 341, 222, 338, 2434, 8274, 655, 63, 222, 338, 222, 338, 244, 657, 332, 20213, 52, 74, 5442, 52, 36240, 54, 10350, 39, 327, 290, 332, 20213, 678, 456, 47887, 40, 54, 3747, 51, 906, 2945, 327, 1540, 700, 46, 222, 338, 283, 458, 4337, 4148, 563, 341, 949, 52, 305, 8567, 2945, 480, 581, 52, 2072, 1221, 1674, 51, 222, 338, 222, 338, 2726, 1773, 764, 1611, 29954, 4231, 1313, 764, 9795, 365, 1495, 51, 1691, 341, 3039, 18203, 222, 338, 1851, 727, 4745, 7410, 391, 1991, 365, 575, 764, 9795, 1046, 1019, 1440, 619, 222, 338, 8961, 35496, 1002, 1429, 764, 9795, 365, 458, 3845, 327, 2987, 990, 1973, 2347, 1394, 566, 222, 338, 36250, 17533, 1493, 29954, 1976, 666, 1949, 10589, 480, 458, 666, 6244, 1209, 51, 222, 338, 222, 338, 5857, 63, 29954, 5050, 1414, 545, 840, 6247, 244, 58, 54, 55, 7037, 1964, 222, 338, 222, 338, 496, 8152, 283, 54, 51, 59, 222, 338, 496, 2133, 244, 4262, 287, 321, 377, 410, 10596, 127, 222, 338, 496, 2133, 244, 694, 285, 2488, 578, 14488, 222, 588, 222, 942, 1175, 462, 28774, 1205, 9110, 2041, 40326, 32701, 320, 465, 453, 8100, 456, 619, 3517, 3447, 1437, 303, 964, 1175, 924, 3447, 1197, 570, 53, 299, 556, 3447, 96, 53, 988, 465, 453, 2945, 8100, 456, 581, 1221, 17533, 303, 964, 1175, 924, 648, 24863, 100, 35919, 299, 244, 54, 64, 303, 453, 2945, 8100, 456, 964, 1221, 428, 8567, 303, 964, 1175, 924, 648, 24863, 100, 869, 17388, 299, 244, 55, 64, 303, 453, 2945, 8100, 456, 964, 1221, 17533, 327, 34090, 46, 303, 964, 1175, 924, 648, 24863, 100, 9876, 283, 299, 244, 56, 64, 303, 453, 2945, 8100, 456, 581, 1221, 428, 8567, 327, 6970, 318, 46, 303, 964, 1175, 924, 648, 24863, 100, 23276, 244, 299, 244, 57, 64, 465, 453, 8100, 456, 47887, 40, 54, 373, 54, 51, 58, 29954, 303, 964, 1175, 924, 910, 43255, 100, 36240, 54, 299, 332, 36240, 54, 10350, 884, 303, 964, 1175, 924, 648, 43255, 100, 36240, 54, 100, 9567, 299, 244, 54, 54, 64, 465, 453, 1565, 2945, 49, 1611, 451, 24863, 22794, 3713, 51, 1776, 1429, 3238, 365, 458, 3845, 303, 964, 648, 2945, 64, 465, 453, 4537, 3747, 847, 49, 1611, 451, 43255, 22794, 3713, 51, 1776, 829, 758, 10350, 365, 303, 964, 910, 3747, 638, 64, 303, 964, 648, 3747, 2396, 299, 244, 53, 64, 465, 453, 3129, 456, 341, 727, 303, 964, 3447, 1197, 3129, 64, 303, 453, 3413, 2012, 341, 3129, 327, 2188, 451, 3534, 31703, 46, 303, 964, 648, 4856, 1436, 120, 64, 465, 453, 1354, 451, 341, 1716, 327, 1402, 3124, 451, 341, 1221, 566, 303, 964, 648, 1716, 1269, 64, 465, 453, 341, 581, 1221, 49, 434, 1019, 4547, 8777, 1493, 331, 581, 1221, 303, 964, 15315, 51, 4386, 51, 35268, 1256, 51, 971, 36251, 64, 465, 453, 341, 964, 1221, 49, 434, 1019, 4547, 8777, 1493, 331, 964, 1221, 303, 964, 15315, 51, 4386, 51, 35268, 1256, 51, 971, 39483, 64, 465, 453, 18844, 3416, 456, 16819, 29954, 1426, 2611, 9321, 303, 964, 24608, 3026, 2722, 1394, 299, 762, 64, 465, 453, 341, 1932, 451, 4051, 4342, 303, 964, 25525, 6124, 4051, 64, 465, 581, 28774, 1205, 9110, 365, 320, 310, 3747, 638, 299, 43255, 100, 36240, 54, 64, 303, 339, 465, 453, 19395, 764, 666, 1949, 10589, 456, 29954, 49, 1294, 2625, 535, 5442, 303, 453, 2337, 990, 1973, 1394, 303, 2532, 782, 6894, 903, 2116, 45, 671, 2945, 46, 2589, 27721, 46430, 320, 310, 434, 327, 2832, 51, 18993, 459, 74, 5442, 678, 630, 920, 46, 320, 343, 1440, 556, 27721, 46430, 459, 16737, 2945, 332, 494, 2945, 312, 310, 339, 303, 339, 465, 453, 758, 341, 3747, 847, 303, 453, 2337, 990, 1973, 1394, 303, 2532, 782, 6894, 903, 10350, 45, 671, 3747, 577, 46, 343, 2589, 27721, 10350, 1002, 320, 310, 434, 327, 5297, 577, 51, 18993, 45, 21247, 100, 36240, 54, 509, 320, 343, 3747, 638, 299, 43255, 100, 36240, 54, 64, 310, 339, 832, 320, 343, 1440, 556, 27721, 10350, 1002, 419, 2903, 10350, 332, 494, 3747, 577, 494, 332, 666, 5430, 742, 310, 339, 303, 339, 465, 453, 461, 244, 53, 641, 2181, 1354, 49, 1019, 904, 666, 331, 2181, 18844, 303, 453, 2337, 990, 1973, 1394, 303, 2532, 648, 6894, 953, 35496, 365, 320, 310, 461, 244, 53, 64, 303, 339, 465, 453, 461, 341, 1716, 1354, 303, 453, 2337, 990, 1973, 1394, 303, 2532, 648, 6894, 47013, 1269, 45, 429, 1533, 5752, 46, 320, 310, 461, 1716, 1269, 64, 303, 339, 465, 453, 1307, 15598, 49, 461, 762, 303, 453, 2337, 990, 1973, 1394, 303, 2532, 3447, 1197, 6894, 953, 5102, 365, 320, 310, 461, 762, 64, 303, 339, 465, 453, 1307, 3406, 49, 461, 762, 303, 453, 2337, 990, 1973, 1394, 303, 2532, 24608, 3694, 6894, 953, 3694, 365, 320, 310, 461, 762, 64, 303, 339, 465, 453, 2337, 990, 1973, 1394, 303, 2532, 782, 6894, 3588, 45, 429, 3107, 2832, 49, 3907, 1221, 49, 25525, 6124, 4051, 46, 343, 2589, 8083, 971, 1002, 320, 310, 3238, 45, 539, 2832, 49, 1221, 312, 303, 339, 465, 453, 2337, 990, 1973, 1394, 303, 2532, 782, 6894, 3588, 45, 429, 3107, 2832, 49, 3907, 1221, 49, 343, 24608, 3026, 2722, 2822, 49, 25525, 6124, 4051, 46, 343, 2589, 8083, 971, 1002, 49, 8083, 10462, 3026, 1002, 320, 603, 434, 327, 2155, 882, 762, 46, 320, 343, 434, 11014, 2155, 5118, 413, 3259, 87, 2473, 2641, 2611, 7795, 3026, 2722, 509, 320, 419, 1440, 556, 8083, 10462, 3026, 1002, 45, 733, 332, 3694, 666, 5430, 742, 343, 339, 343, 1394, 299, 2822, 64, 343, 477, 51, 3917, 299, 4051, 64, 280, 453, 456, 16819, 29954, 1426, 2611, 9321, 310, 339, 310, 3238, 45, 539, 2832, 49, 1221, 312, 303, 339, 465, 453, 2337, 990, 1973, 1394, 303, 2532, 782, 6894, 3588, 45, 429, 3107, 2832, 49, 3907, 1221, 49, 343, 24608, 3694, 2822, 49, 25525, 6124, 4051, 46, 343, 2589, 8083, 971, 1002, 49, 8083, 10462, 3026, 1002, 320, 603, 434, 327, 2155, 882, 762, 46, 320, 343, 1440, 556, 8083, 10462, 3026, 1002, 419, 2903, 3694, 666, 5430, 742, 310, 339, 310, 3238, 45, 539, 2832, 49, 1221, 312, 303, 339, 465, 453, 7395, 477, 18844, 303, 964, 782, 3238, 45, 429, 3107, 2832, 49, 3907, 1221, 46, 2589, 8083, 971, 1002, 320, 603, 1922, 18899, 64, 603, 3593, 327, 539, 2832, 46, 320, 310, 1152, 40326, 51, 35919, 100, 4986, 63, 310, 1152, 40326, 51, 13972, 100, 4986, 63, 343, 3747, 2396, 299, 43255, 100, 36240, 54, 100, 9567, 64, 343, 18899, 299, 878, 64, 343, 1644, 64, 310, 1152, 40326, 51, 869, 17388, 100, 4986, 63, 310, 1152, 40326, 51, 1430, 13972, 100, 4986, 63, 343, 3747, 2396, 299, 244, 53, 64, 453, 5672, 343, 18899, 299, 920, 64, 343, 1644, 64, 310, 1263, 63, 343, 1440, 556, 8083, 971, 1002, 459, 5850, 2945, 63, 332, 494, 3107, 2832, 312, 310, 339, 603, 434, 11014, 697, 5118, 15315, 51, 4386, 51, 35268, 1256, 51, 971, 509, 320, 343, 434, 327, 697, 5118, 1401, 51, 4386, 51, 11204, 51, 10187, 1910, 497, 971, 46, 320, 419, 1401, 51, 4386, 51, 11204, 51, 10187, 1910, 497, 971, 40189, 971, 299, 547, 327, 1874, 51, 4386, 51, 11204, 51, 10187, 1910, 497, 971, 46, 1221, 64, 2125, 453, 8145, 1221, 391, 507, 2134, 2571, 2224, 2125, 21721, 2065, 16129, 299, 40189, 971, 51, 390, 2590, 16129, 492, 419, 21721, 19805, 299, 244, 40189, 971, 51, 390, 5998, 29559, 492, 2125, 453, 3471, 8209, 341, 2212, 480, 3671, 2102, 391, 1949, 3673, 419, 453, 341, 13027, 904, 3847, 51, 244, 23037, 992, 391, 341, 24642, 3447, 51, 419, 29954, 971, 2232, 51, 1571, 971, 46418, 7738, 47275, 51, 2417, 2396, 365, 494, 244, 60, 46, 568, 3182, 60, 490, 547, 19805, 49, 449, 54, 49, 29954, 31300, 4829, 51, 3319, 100, 3382, 100, 3470, 312, 2125, 3447, 1197, 2065, 16129, 3656, 299, 2065, 16129, 51, 35743, 492, 419, 3447, 1197, 19805, 3656, 299, 19805, 51, 35743, 492, 2125, 453, 25557, 1221, 3124, 7278, 391, 2613, 3510, 419, 648, 1221, 4596, 2396, 299, 327, 47275, 3656, 96, 53, 98, 630, 244, 53, 46, 547, 1037, 327, 47275, 3656, 51, 1340, 449, 244, 54, 46, 338, 244, 61, 547, 518, 2065, 16129, 3656, 51, 1340, 338, 244, 61, 64, 2125, 3447, 1197, 1221, 10405, 299, 28774, 1117, 646, 1190, 51, 5555, 15414, 10405, 45, 547, 1221, 4596, 2396, 49, 2065, 16129, 3656, 49, 19805, 3656, 312, 2125, 1221, 299, 28774, 1117, 646, 1190, 51, 485, 15414, 45, 697, 10405, 49, 1221, 4596, 2396, 312, 1083, 339, 832, 320, 419, 1440, 556, 8083, 971, 1002, 459, 16737, 1221, 847, 63, 332, 494, 1221, 312, 343, 339, 310, 339, 603, 434, 327, 697, 5118, 35133, 46, 320, 343, 2945, 299, 18899, 1037, 24863, 100, 35919, 518, 24863, 100, 23276, 64, 343, 36251, 299, 327, 9886, 51, 4386, 51, 35268, 1256, 51, 971, 46, 697, 64, 343, 39483, 299, 762, 64, 343, 1716, 1269, 299, 36251, 51, 1340, 365, 536, 244, 61, 64, 310, 339, 832, 434, 327, 697, 5118, 12406, 971, 46, 320, 343, 2945, 299, 18899, 1037, 24863, 100, 9876, 518, 24863, 100, 869, 17388, 64, 343, 39483, 299, 327, 9886, 51, 4386, 51, 35268, 1256, 51, 971, 46, 697, 64, 343, 36251, 299, 762, 64, 343, 1716, 1269, 299, 39483, 51, 1340, 365, 536, 244, 61, 64, 310, 339, 832, 320, 343, 1440, 556, 8083, 971, 1002, 459, 5850, 1221, 847, 63, 332, 494, 1221, 312, 310, 339, 603, 4856, 1436, 120, 299, 244, 53, 64, 310, 3129, 299, 556, 3447, 96, 2051, 1269, 988, 303, 339, 465, 453, 3584, 1991, 1431, 303, 964, 782, 1991, 45, 2278, 1197, 347, 49, 648, 347, 1436, 120, 49, 648, 347, 5752, 46, 320, 310, 434, 1849, 285, 5752, 630, 244, 53, 46, 1293, 327, 285, 630, 762, 509, 320, 343, 461, 64, 310, 339, 310, 434, 327, 1972, 1436, 120, 494, 347, 5752, 868, 327, 2683, 51, 1340, 449, 3747, 2396, 509, 320, 343, 4856, 1436, 120, 299, 3129, 51, 1340, 494, 244, 54, 64, 343, 461, 64, 310, 339, 310, 1189, 51, 40816, 45, 285, 49, 347, 1436, 120, 49, 3129, 49, 4856, 1436, 120, 49, 347, 5752, 312, 310, 4856, 1436, 120, 1475, 347, 5752, 64, 303, 339, 465, 453, 3584, 764, 9795, 365, 1431, 51, 9597, 1019, 4464, 341, 4668, 29954, 4231, 303, 964, 3447, 1197, 764, 9795, 365, 2589, 11074, 10350, 1002, 49, 343, 8961, 35496, 1002, 320, 310, 434, 327, 1972, 1436, 120, 868, 3129, 51, 1340, 46, 320, 343, 1440, 556, 8961, 35496, 1002, 459, 768, 2315, 666, 545, 8940, 332, 419, 494, 332, 20954, 332, 494, 327, 2683, 51, 1340, 449, 3747, 2396, 46, 244, 494, 332, 3534, 742, 310, 339, 603, 1614, 320, 343, 3447, 1197, 727, 299, 3129, 64, 343, 3593, 327, 2832, 46, 320, 343, 1152, 24863, 100, 9876, 63, 419, 461, 18899, 27543, 45, 624, 49, 4856, 1436, 120, 49, 547, 39483, 51, 390, 15418, 2479, 971, 1046, 878, 312, 1083, 1152, 24863, 100, 23276, 63, 419, 461, 18899, 27543, 45, 624, 49, 4856, 1436, 120, 49, 547, 36251, 51, 390, 15418, 2479, 971, 1046, 920, 312, 1083, 1152, 24863, 100, 35919, 63, 419, 461, 18899, 27543, 45, 624, 49, 4856, 1436, 120, 49, 547, 36251, 51, 390, 15418, 2479, 971, 1046, 878, 312, 1083, 1152, 24863, 100, 869, 17388, 63, 419, 461, 18899, 27543, 45, 624, 49, 4856, 1436, 120, 49, 547, 39483, 51, 390, 15418, 2479, 971, 1046, 920, 312, 1083, 1263, 63, 419, 1440, 556, 34845, 459, 4305, 1067, 742, 343, 339, 603, 339, 2385, 327, 971, 1002, 503, 46, 320, 343, 1440, 556, 15724, 1002, 45, 106, 312, 603, 339, 8312, 320, 343, 4856, 1436, 120, 299, 244, 53, 64, 310, 339, 303, 339, 465, 453, 2337, 990, 1973, 1394, 303, 2532, 3447, 1197, 6894, 2346, 45, 2278, 1197, 347, 49, 648, 347, 1436, 120, 49, 648, 347, 5752, 46, 320, 310, 1991, 45, 285, 49, 347, 1436, 120, 49, 347, 5752, 312, 310, 461, 570, 53, 64, 303, 339, 465, 453, 2337, 990, 1973, 1394, 303, 2532, 648, 6894, 2346, 45, 2278, 1197, 347, 49, 648, 347, 1436, 120, 49, 648, 347, 5752, 49, 3447, 1197, 986, 49, 343, 648, 986, 1436, 120, 46, 320, 310, 1991, 45, 285, 49, 347, 1436, 120, 49, 347, 5752, 312, 310, 461, 244, 53, 64, 303, 339, 465, 453, 2337, 990, 1973, 1394, 303, 2532, 3447, 1197, 6894, 2573, 9795, 45, 2278, 1197, 347, 49, 648, 347, 1436, 120, 49, 648, 347, 5752, 46, 343, 2589, 11074, 10350, 1002, 49, 8961, 35496, 1002, 320, 310, 1991, 45, 285, 49, 347, 1436, 120, 49, 347, 5752, 312, 310, 461, 764, 9795, 492, 303, 339, 465, 453, 2337, 990, 1973, 1394, 303, 2532, 648, 6894, 2573, 9795, 45, 2278, 1197, 347, 49, 648, 347, 1436, 120, 49, 648, 347, 5752, 49, 3447, 1197, 986, 49, 343, 648, 986, 1436, 120, 46, 2589, 13813, 30225, 49, 11074, 10350, 1002, 49, 343, 8961, 35496, 1002, 320, 310, 434, 327, 2051, 1269, 868, 986, 51, 1340, 449, 986, 1436, 120, 46, 320, 343, 1440, 556, 13813, 30225, 419, 2903, 14980, 332, 494, 1716, 1269, 494, 332, 3534, 456, 1716, 742, 310, 339, 310, 1991, 45, 285, 49, 347, 1436, 120, 49, 347, 5752, 312, 310, 3447, 1197, 1074, 299, 764, 9795, 492, 310, 648, 329, 299, 1074, 51, 1340, 64, 310, 1189, 51, 40816, 45, 1285, 49, 244, 53, 49, 986, 49, 986, 1436, 120, 49, 329, 312, 310, 461, 329, 64, 303, 339, 465, 453, 2337, 990, 1973, 1394, 303, 2532, 3447, 1197, 6894, 10007, 45, 971, 1221, 46, 2589, 8083, 971, 1002, 49, 343, 8961, 35496, 1002, 320, 310, 3447, 1197, 11849, 299, 1221, 51, 390, 18037, 492, 453, 4314, 449, 725, 8320, 463, 1221, 310, 434, 1849, 12631, 630, 762, 46, 1293, 327, 12631, 51, 1340, 630, 244, 53, 509, 320, 343, 1440, 556, 8083, 971, 1002, 459, 9752, 666, 4245, 11849, 1221, 742, 310, 339, 310, 434, 327, 12631, 51, 1340, 868, 3129, 51, 1340, 46, 320, 343, 1440, 556, 8083, 971, 1002, 459, 971, 458, 5150, 1964, 456, 30003, 742, 310, 339, 310, 1991, 45, 12631, 49, 244, 53, 49, 11849, 51, 1340, 312, 310, 1614, 320, 343, 461, 764, 9795, 492, 310, 339, 2385, 327, 8421, 10350, 1002, 503, 46, 320, 343, 453, 1414, 666, 13820, 343, 1440, 556, 8083, 971, 1002, 459, 10614, 2801, 3818, 411, 503, 312, 310, 339, 303, 339, 465, 453, 2337, 990, 1973, 1394, 303, 2532, 1401, 51, 4386, 51, 971, 6894, 1079, 4087, 45, 2278, 1197, 16279, 971, 49, 343, 910, 8274, 49, 343, 648, 847, 46, 2589, 8083, 971, 1002, 49, 27721, 46430, 320, 603, 434, 327, 21084, 971, 51, 1340, 868, 3129, 51, 1340, 46, 320, 343, 1440, 556, 8083, 971, 1002, 459, 971, 458, 5150, 1964, 456, 725, 48924, 742, 310, 339, 603, 1922, 458, 30073, 87, 2473, 2641, 2611, 7795, 299, 419, 8274, 51, 3591, 459, 30073, 87, 2473, 2641, 2611, 7795, 742, 310, 3284, 45221, 299, 762, 64, 310, 3447, 1197, 11849, 299, 762, 64, 603, 1991, 45, 21084, 971, 49, 244, 53, 49, 16279, 971, 51, 1340, 312, 310, 1614, 320, 343, 11849, 299, 764, 9795, 492, 310, 339, 2385, 327, 8421, 10350, 1002, 503, 46, 320, 343, 434, 327, 316, 30073, 87, 2473, 2641, 2611, 7795, 46, 320, 419, 45221, 299, 503, 64, 343, 339, 832, 320, 419, 1440, 556, 8083, 971, 1002, 459, 1079, 48924, 3818, 411, 503, 312, 343, 339, 310, 339, 2385, 327, 15083, 35496, 1002, 503, 46, 320, 343, 453, 1414, 666, 13820, 49, 13748, 642, 3124, 1524, 3713, 343, 1440, 556, 8083, 971, 1002, 459, 1079, 48924, 3818, 411, 503, 312, 310, 339, 603, 434, 327, 316, 30073, 87, 2473, 2641, 2611, 7795, 46, 320, 343, 434, 11014, 2314, 5118, 413, 3259, 87, 2473, 2641, 2611, 7795, 3026, 2722, 509, 320, 419, 1440, 556, 21641, 45, 733, 332, 2042, 413, 3259, 87, 2473, 2641, 2611, 7795, 3026, 2722, 3205, 742, 343, 339, 1083, 453, 7757, 1729, 341, 16819, 1426, 2611, 9321, 343, 11849, 299, 3907, 1747, 51, 1571, 30073, 2641, 8801, 32640, 45, 419, 1849, 30073, 87, 2473, 2641, 2611, 7795, 3026, 2722, 46, 2314, 566, 19754, 2080, 1046, 419, 1849, 30073, 87, 2473, 2641, 2611, 7795, 3026, 2722, 46, 2314, 566, 32789, 2080, 1046, 419, 4051, 49, 11849, 49, 327, 1939, 30939, 882, 762, 894, 310, 339, 603, 461, 8551, 971, 45, 12631, 49, 8274, 49, 847, 312, 303, 339, 465, 453, 2337, 990, 1973, 1394, 303, 2532, 648, 6894, 37759, 1269, 45, 971, 1221, 46, 2589, 8083, 971, 1002, 320, 603, 434, 327, 697, 5118, 15315, 51, 4386, 51, 35268, 1256, 51, 971, 46, 320, 343, 461, 1849, 9886, 51, 4386, 51, 35268, 1256, 51, 971, 46, 1221, 566, 1340, 492, 603, 339, 832, 434, 327, 697, 5118, 29954, 971, 46, 320, 343, 461, 1849, 20213, 971, 46, 1221, 566, 390, 2590, 16129, 941, 2417, 2396, 492, 603, 339, 832, 320, 343, 1440, 556, 8083, 971, 1002, 459, 16737, 1221, 847, 63, 332, 494, 1221, 312, 310, 339, 303, 339, 465, 453, 12983, 619, 1618, 51, 58, 53, 62, 11849, 581, 1221, 51, 303, 964, 924, 35133, 8551, 15414, 45, 2278, 1197, 11849, 971, 49, 310, 910, 11849, 971, 10462, 46, 343, 2589, 8083, 971, 1002, 49, 27721, 46430, 320, 603, 1614, 320, 343, 3907, 2232, 1221, 2232, 299, 3907, 2232, 51, 7432, 45, 12631, 971, 10462, 312, 343, 1618, 58, 53, 62, 18037, 42654, 1221, 2722, 299, 556, 1618, 58, 53, 62, 18037, 42654, 45, 12631, 971, 312, 1083, 461, 1221, 2232, 51, 5555, 5998, 45, 697, 2722, 312, 603, 339, 2385, 327, 26348, 46430, 329, 2473, 106, 46, 320, 343, 1440, 556, 27721, 46430, 459, 2042, 6733, 6897, 332, 494, 419, 332, 25129, 341, 332, 494, 11849, 971, 10462, 494, 332, 8274, 411, 329, 2473, 106, 312, 603, 339, 2385, 327, 3828, 42654, 1002, 613, 498, 46, 320, 343, 1440, 556, 8083, 971, 1002, 459, 11400, 8551, 581, 1221, 411, 613, 498, 312, 310, 339, 303, 339, 465, 453, 12983, 331, 47887, 607, 61, 11849, 964, 1221, 51, 303, 964, 924, 12406, 971, 8551, 22913, 45, 2278, 1197, 11849, 971, 49, 310, 910, 11849, 971, 10462, 46, 343, 2589, 8083, 971, 1002, 49, 27721, 46430, 320, 603, 1614, 320, 343, 3907, 2232, 1221, 2232, 299, 3907, 2232, 51, 7432, 45, 12631, 971, 10462, 312, 343, 47887, 61, 18037, 42654, 1221, 2722, 299, 556, 47887, 61, 18037, 42654, 45, 12631, 971, 312, 1083, 461, 1221, 2232, 51, 5555, 6533, 45, 697, 2722, 312, 603, 339, 2385, 327, 26348, 46430, 329, 2473, 106, 46, 320, 343, 1440, 556, 27721, 46430, 459, 2042, 6733, 6897, 332, 494, 419, 332, 25129, 341, 332, 494, 11849, 971, 10462, 494, 332, 8274, 411, 329, 2473, 106, 312, 603, 339, 2385, 327, 3828, 42654, 1002, 613, 498, 46, 320, 343, 1440, 556, 8083, 971, 1002, 459, 11400, 8551, 964, 1221, 411, 613, 498, 312, 310, 339, 303, 339, 465, 453, 12983, 619, 11849, 9321, 1221, 51, 303, 964, 924, 20746, 971, 8551, 32640, 45, 2278, 1197, 11849, 971, 49, 310, 910, 11849, 971, 10462, 46, 320, 603, 461, 556, 20746, 42654, 45, 12631, 971, 49, 11849, 971, 10462, 312, 303, 339, 465, 964, 924, 3907, 8551, 971, 45, 2278, 1197, 11849, 971, 49, 343, 910, 11849, 971, 10462, 49, 343, 648, 1221, 638, 46, 2589, 8083, 971, 1002, 49, 27721, 46430, 320, 603, 3593, 327, 697, 638, 46, 320, 343, 1152, 40326, 51, 10880, 100, 3319, 63, 419, 461, 8551, 15414, 45, 12631, 971, 49, 11849, 971, 10462, 312, 343, 1152, 40326, 51, 16846, 100, 3319, 63, 419, 461, 8551, 22913, 45, 12631, 971, 49, 11849, 971, 10462, 312, 343, 1152, 40326, 51, 17231, 100, 3319, 63, 419, 461, 8551, 32640, 45, 12631, 971, 49, 11849, 971, 10462, 312, 343, 1263, 63, 419, 1440, 556, 8083, 971, 1002, 459, 5850, 1221, 847, 332, 494, 1221, 638, 312, 310, 339, 303, 339, 465, 1276, 294, 338, 24076, 52, 23222, 331, 727, 3129, 1493, 3802, 24369, 2347, 642, 696, 17388, 3319, 51, 294, 338, 2048, 23152, 480, 3235, 43589, 727, 347, 6546, 50, 29367, 2252, 51, 294, 588, 303, 964, 7565, 924, 3447, 1197, 18899, 27543, 45, 2278, 1197, 727, 49, 648, 727, 1269, 49, 310, 1964, 439, 23401, 971, 49, 1922, 764, 19379, 46, 2589, 3907, 1002, 64, 222, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
3,881
true
61.469804
true
true
AbstractControlPanel.java
/FileExtraction/Java_unseen/ptidejteam_Ptidej-v5_2/InfoVis/src/infovis/panel/AbstractControlPanel.java
/***************************************************************************** * Copyright (C) 2003 Jean-Daniel Fekete and INRIA, France * * ------------------------------------------------------------------------- * * This software is published under the terms of the QPL Software License * * a copy of which has been included with this distribution in the * * license-infovis.txt file. * *****************************************************************************/ package infovis.panel; import infovis.Visualization; import java.awt.Dimension; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import javax.swing.BorderFactory; import javax.swing.Box; import javax.swing.BoxLayout; import javax.swing.JComponent; import javax.swing.event.ChangeEvent; import javax.swing.event.ChangeListener; import javax.swing.event.ListDataEvent; import javax.swing.event.ListDataListener; /** * @author Jean-Daniel Fekete * @version $Revision: 1.1 $ */ public abstract class AbstractControlPanel extends Box implements ListDataListener, ActionListener, ChangeListener { /** * */ private static final long serialVersionUID = 1L; private Visualization visualization; Dimension maxSliderDimension = new Dimension(Integer.MAX_VALUE, 30); /** * Constructor for AbstractControlPanel. * @param axis */ public AbstractControlPanel(Visualization vis) { super(BoxLayout.Y_AXIS); this.visualization = vis; } public void setTitleBorder(JComponent comp, String title) { comp.setBorder(BorderFactory.createTitledBorder(title)); } public void setMaximumSize(JComponent rs) { rs.setMaximumSize(this.maxSliderDimension); } /** * @see javax.swing.event.ListDataListener#contentsChanged(ListDataEvent) */ public void contentsChanged(ListDataEvent e) { } /** * @see javax.swing.event.ListDataListener#intervalAdded(ListDataEvent) */ public void intervalAdded(ListDataEvent e) { } /** * @see javax.swing.event.ListDataListener#intervalRemoved(ListDataEvent) */ public void intervalRemoved(ListDataEvent e) { } /** * @see java.awt.event.ActionListener#actionPerformed(ActionEvent) */ public void actionPerformed(ActionEvent e) { } /** * @see javax.swing.event.ChangeListener#stateChanged(ChangeEvent) */ public void stateChanged(ChangeEvent e) { } /** * Returns the visualization. * @return the Visualization */ public Visualization getVisualization() { return this.visualization; } }
2,826
Java
.java
ptidejteam/Ptidej-v5.2
9
8
0
2017-05-16T18:53:18Z
2018-01-13T01:05:21Z
d9c2d7c258fc87830b217256a2ac6bf11360b51674e88e03fb4cf9516764bdab
[ 11528, 13494, 222, 338, 2657, 327, 72, 46, 244, 55, 53, 53, 56, 39318, 50, 28198, 691, 525, 3764, 15324, 480, 1255, 4727, 70, 49, 45569, 6031, 338, 222, 338, 37378, 338, 222, 338, 1369, 2951, 458, 9582, 1549, 341, 5974, 451, 341, 1931, 2759, 3870, 1196, 283, 338, 222, 338, 331, 1948, 451, 1532, 1421, 2602, 5976, 642, 477, 7507, 347, 341, 2281, 338, 222, 338, 3553, 50, 1357, 1893, 51, 2787, 822, 51, 33906, 338, 222, 13533, 22121, 222, 1337, 3116, 1893, 51, 4719, 64, 222, 222, 485, 3116, 1893, 51, 39661, 64, 222, 222, 485, 1401, 51, 8236, 51, 9884, 64, 222, 485, 1401, 51, 8236, 51, 1585, 51, 18126, 64, 222, 485, 1401, 51, 8236, 51, 1585, 51, 17317, 64, 222, 222, 485, 3698, 51, 5934, 51, 7263, 2232, 64, 222, 485, 3698, 51, 5934, 51, 1723, 64, 222, 485, 3698, 51, 5934, 51, 30400, 64, 222, 485, 3698, 51, 5934, 51, 79, 1735, 64, 222, 485, 3698, 51, 5934, 51, 1585, 51, 25211, 64, 222, 485, 3698, 51, 5934, 51, 1585, 51, 17089, 64, 222, 485, 3698, 51, 5934, 51, 1585, 51, 739, 768, 1167, 64, 222, 485, 3698, 51, 5934, 51, 1585, 51, 739, 768, 2239, 64, 222, 222, 1350, 222, 338, 496, 2133, 39318, 50, 28198, 691, 525, 3764, 15324, 222, 338, 496, 1687, 417, 14021, 63, 244, 54, 51, 54, 417, 222, 588, 222, 942, 5560, 462, 7406, 2436, 3686, 2041, 9979, 303, 4584, 1701, 768, 2239, 49, 41931, 49, 5621, 2239, 320, 303, 1041, 376, 338, 4517, 588, 222, 221, 2072, 924, 1175, 1964, 19896, 299, 244, 54, 81, 64, 222, 221, 2072, 45202, 24929, 64, 303, 17432, 283, 1788, 12330, 9884, 299, 556, 17432, 45, 3078, 51, 3470, 100, 5986, 49, 244, 56, 53, 312, 465, 1041, 294, 338, 12836, 456, 7406, 2436, 3686, 51, 294, 338, 496, 772, 6100, 294, 588, 303, 581, 7406, 2436, 3686, 45, 39661, 3084, 46, 320, 310, 2615, 45, 30400, 51, 94, 100, 31795, 312, 310, 477, 51, 30366, 299, 3084, 64, 303, 339, 2205, 581, 782, 46821, 7263, 45, 79, 1735, 940, 49, 910, 1799, 46, 320, 310, 940, 51, 38618, 45, 7263, 2232, 51, 1315, 3188, 105, 7263, 45, 1333, 894, 303, 339, 2205, 581, 782, 758, 12739, 1269, 45, 79, 1735, 9240, 46, 320, 310, 9240, 51, 34654, 1269, 45, 597, 51, 1472, 12330, 9884, 312, 303, 339, 465, 1041, 294, 338, 496, 2987, 3698, 51, 5934, 51, 1585, 51, 739, 768, 2239, 40, 8089, 3663, 45, 739, 768, 1167, 46, 294, 588, 303, 581, 782, 7321, 3663, 45, 739, 768, 1167, 503, 46, 320, 303, 339, 465, 1041, 294, 338, 496, 2987, 3698, 51, 5934, 51, 1585, 51, 739, 768, 2239, 40, 7591, 11030, 45, 739, 768, 1167, 46, 294, 588, 303, 581, 782, 7917, 11030, 45, 739, 768, 1167, 503, 46, 320, 303, 339, 465, 1041, 294, 338, 496, 2987, 3698, 51, 5934, 51, 1585, 51, 739, 768, 2239, 40, 7591, 16971, 45, 739, 768, 1167, 46, 294, 588, 303, 581, 782, 7917, 16971, 45, 739, 768, 1167, 503, 46, 320, 303, 339, 2205, 1041, 294, 338, 496, 2987, 1401, 51, 8236, 51, 1585, 51, 17317, 40, 1160, 15748, 45, 18126, 46, 294, 588, 303, 581, 782, 29546, 45, 18126, 503, 46, 320, 303, 339, 465, 1041, 294, 338, 496, 2987, 3698, 51, 5934, 51, 1585, 51, 17089, 40, 1311, 3663, 45, 25211, 46, 294, 588, 303, 581, 782, 1621, 3663, 45, 25211, 503, 46, 320, 303, 339, 465, 1041, 294, 338, 3777, 341, 24929, 51, 294, 338, 496, 620, 341, 45202, 294, 588, 303, 581, 45202, 640, 39661, 365, 320, 310, 461, 477, 51, 30366, 64, 303, 339, 222, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
614
true
61.544091
true
true
KillauraB.java
/FileExtraction/Java_unseen/Araykal_Open-Karhu/src/main/java/me/liwk/karhu/check/impl/combat/killaura/KillauraB.java
/* * Class file decompiled by SakuraFlower */ package me.liwk.karhu.check.impl.combat.killaura; import me.liwk.karhu.Karhu; import me.liwk.karhu.api.check.Category; import me.liwk.karhu.api.check.CheckInfo; import me.liwk.karhu.api.check.SubCategory; import me.liwk.karhu.check.type.PacketCheck; import me.liwk.karhu.data.KarhuPlayer; import me.liwk.karhu.event.AttackEvent; import me.liwk.karhu.event.BlockPlaceEvent; import me.liwk.karhu.event.Event; import me.liwk.karhu.event.FlyingEvent; import me.liwk.karhu.event.InteractEvent; @CheckInfo( name = "Killaura (B)", category = Category.COMBAT, subCategory = SubCategory.KILLAURA, experimental = false ) public final class KillauraB extends PacketCheck { private boolean sentInteract; private boolean sentAttack; public KillauraB(KarhuPlayer data, Karhu karhu) { super(data, karhu); } @Override public void handle(Event packet) { if (!this.data.isNewerThan8()) { if (packet instanceof FlyingEvent) { this.sentInteract = false; this.sentAttack = false; } else if (packet instanceof AttackEvent) { this.sentAttack = true; } else if (packet instanceof InteractEvent) { this.sentInteract = true; } else if (packet instanceof BlockPlaceEvent) { if (this.sentAttack && !this.sentInteract && this.data.getLastTarget() != null) { if (++this.violations > 1.0) { this.fail("* Illegal block order", this.getBanVL(), 60L); } } else { this.violations = Math.max(this.violations - 0.1, 0.0); } } } } }
1,529
Java
.java
Araykal/Open-Karhu
31
10
0
2024-03-05T06:03:22Z
2024-04-21T02:16:47Z
d48784832305e1eedb26a2b1f75732df5df300c36d46193546420636b70aae4e
[ 1127, 222, 338, 1727, 822, 428, 19255, 829, 377, 793, 5684, 4078, 284, 222, 588, 222, 222, 1337, 616, 51, 393, 19095, 51, 14943, 8290, 51, 1571, 51, 3126, 51, 527, 8237, 51, 112, 6815, 5684, 64, 222, 222, 485, 616, 51, 393, 19095, 51, 14943, 8290, 51, 35790, 8290, 64, 222, 485, 616, 51, 393, 19095, 51, 14943, 8290, 51, 1256, 51, 1571, 51, 4236, 64, 222, 485, 616, 51, 393, 19095, 51, 14943, 8290, 51, 1256, 51, 1571, 51, 2157, 1139, 64, 222, 485, 616, 51, 393, 19095, 51, 14943, 8290, 51, 1256, 51, 1571, 51, 1736, 4236, 64, 222, 485, 616, 51, 393, 19095, 51, 14943, 8290, 51, 1571, 51, 700, 51, 6839, 2157, 64, 222, 485, 616, 51, 393, 19095, 51, 14943, 8290, 51, 624, 51, 35790, 8290, 3516, 64, 222, 485, 616, 51, 393, 19095, 51, 14943, 8290, 51, 1585, 51, 13321, 1167, 64, 222, 485, 616, 51, 393, 19095, 51, 14943, 8290, 51, 1585, 51, 2246, 9194, 1167, 64, 222, 485, 616, 51, 393, 19095, 51, 14943, 8290, 51, 1585, 51, 1167, 64, 222, 485, 616, 51, 393, 19095, 51, 14943, 8290, 51, 1585, 51, 75, 9470, 1167, 64, 222, 485, 616, 51, 393, 19095, 51, 14943, 8290, 51, 1585, 51, 47202, 1167, 64, 222, 222, 69, 2157, 1139, 45, 222, 221, 444, 299, 332, 80, 6815, 5684, 327, 71, 5742, 222, 221, 3168, 299, 9954, 51, 26950, 741, 49, 222, 221, 1133, 4236, 299, 3743, 4236, 51, 80, 1484, 6444, 1282, 70, 49, 222, 221, 19782, 299, 920, 222, 46, 222, 942, 1175, 462, 1242, 6815, 5684, 71, 2041, 18706, 2157, 320, 222, 221, 2072, 1922, 4643, 47202, 64, 222, 221, 2072, 1922, 4643, 13321, 64, 499, 221, 942, 1242, 6815, 5684, 71, 45, 35790, 8290, 3516, 727, 49, 35389, 8290, 45883, 8290, 46, 320, 376, 221, 5282, 45, 624, 49, 45883, 8290, 312, 222, 221, 130, 499, 221, 69, 1806, 222, 221, 942, 782, 2902, 45, 1167, 6892, 46, 320, 376, 221, 344, 1445, 597, 51, 624, 51, 42651, 284, 11548, 61, 1177, 320, 374, 221, 344, 327, 8776, 5118, 525, 9470, 1167, 46, 320, 621, 221, 597, 51, 5948, 47202, 299, 920, 64, 621, 221, 597, 51, 5948, 13321, 299, 920, 64, 374, 221, 130, 832, 434, 327, 8776, 5118, 37403, 1167, 46, 320, 621, 221, 597, 51, 5948, 13321, 299, 878, 64, 374, 221, 130, 832, 434, 327, 8776, 5118, 4821, 555, 1167, 46, 320, 621, 221, 597, 51, 5948, 47202, 299, 878, 64, 374, 221, 130, 832, 434, 327, 8776, 5118, 6579, 9194, 1167, 46, 320, 621, 221, 344, 327, 597, 51, 5948, 13321, 979, 673, 597, 51, 5948, 47202, 979, 477, 51, 624, 51, 20164, 2937, 365, 882, 762, 46, 320, 596, 221, 344, 41004, 597, 51, 4811, 42633, 868, 244, 54, 51, 53, 46, 320, 1397, 221, 597, 51, 5077, 21471, 8961, 2181, 2554, 411, 477, 51, 390, 27174, 4147, 1046, 244, 59, 53, 81, 312, 596, 221, 130, 621, 221, 130, 832, 320, 596, 221, 597, 51, 4811, 42633, 299, 4189, 51, 1472, 45, 597, 51, 4811, 42633, 449, 244, 53, 51, 54, 49, 244, 53, 51, 53, 312, 621, 221, 130, 374, 221, 130, 376, 221, 130, 222, 221, 130, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
538
true
71.223022
true
true
HTMLPaneEditorKit.java
/FileExtraction/Java_unseen/RPTools_maptool/src/main/java/net/rptools/maptool/client/ui/htmlframe/HTMLPaneEditorKit.java
/* * This software Copyright by the RPTools.net development team, and * licensed under the Affero GPL Version 3 or, at your option, any later * version. * * MapTool Source Code is distributed in the hope that it will be * useful, but WITHOUT ANY WARRANTY; without even the implied warranty * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit * <http://www.gnu.org/licenses/> and specifically the Affero license * text at <http://www.gnu.org/licenses/agpl.html>. */ package net.rptools.maptool.client.ui.htmlframe; import javax.swing.text.ViewFactory; import javax.swing.text.html.HTMLEditorKit; import net.rptools.maptool.client.swing.MessagePanelEditorKit; @SuppressWarnings("serial") class HTMLPaneEditorKit extends MessagePanelEditorKit { private final HTMLPaneViewFactory viewFactory; HTMLPaneEditorKit(HTMLPane htmlPane) { setUseMacroLinkToolTips(false); viewFactory = new HTMLPaneViewFactory(super.getViewFactory(), htmlPane); } @Override public ViewFactory getViewFactory() { return viewFactory; } @Override public HTMLEditorKit.Parser getParser() { return super.getParser(); } }
1,277
Java
.java
RPTools/maptool
747
255
742
2014-10-21T12:26:48Z
2024-05-09T03:49:27Z
169b86050c449baf4d9d97b167025dc191a1e81377fa0a038f3d3e1c72c0ee4a
[ 1127, 222, 338, 1369, 2951, 2657, 829, 341, 8229, 7926, 51, 1317, 8230, 6507, 49, 480, 222, 338, 14391, 1549, 341, 30994, 23508, 3050, 244, 56, 575, 49, 840, 1390, 2489, 49, 1364, 6146, 222, 338, 1522, 51, 222, 338, 222, 338, 3531, 3670, 6391, 4420, 458, 2744, 347, 341, 9850, 708, 580, 1118, 545, 222, 338, 6386, 49, 1294, 4213, 2979, 9345, 64, 2895, 4462, 341, 4506, 14319, 222, 338, 451, 7934, 575, 8114, 4800, 418, 7848, 7763, 51, 222, 338, 222, 338, 2469, 1414, 1178, 6589, 331, 1948, 451, 341, 6994, 30994, 6153, 5062, 222, 338, 1196, 338, 7979, 642, 477, 1932, 4420, 51, 244, 1691, 666, 49, 4335, 7739, 222, 338, 350, 544, 574, 1516, 51, 10627, 51, 1107, 52, 4205, 2056, 480, 21493, 341, 30994, 3553, 222, 338, 1367, 840, 350, 544, 574, 1516, 51, 10627, 51, 1107, 52, 4205, 52, 500, 576, 51, 935, 4513, 222, 588, 222, 1337, 3723, 51, 47138, 7570, 51, 1130, 3749, 51, 1598, 51, 1726, 51, 9667, 506, 1028, 64, 222, 222, 485, 3698, 51, 5934, 51, 897, 51, 1089, 2232, 64, 222, 485, 3698, 51, 5934, 51, 897, 51, 935, 51, 1971, 14539, 105, 1534, 7179, 64, 222, 485, 3723, 51, 47138, 7570, 51, 1130, 3749, 51, 1598, 51, 5934, 51, 1193, 3686, 4836, 7179, 64, 222, 222, 69, 14030, 459, 3557, 678, 222, 842, 5796, 7586, 4836, 7179, 2041, 4587, 3686, 4836, 7179, 320, 353, 964, 1175, 5796, 7586, 1089, 2232, 2221, 2232, 64, 736, 5796, 7586, 4836, 7179, 45, 4438, 7586, 4177, 7586, 46, 320, 303, 758, 4404, 17807, 2375, 20495, 120, 45, 1886, 312, 303, 2221, 2232, 299, 556, 5796, 7586, 1089, 2232, 45, 5282, 51, 28987, 2232, 1046, 4177, 7586, 312, 353, 339, 736, 496, 1806, 353, 581, 4340, 2232, 640, 1089, 2232, 365, 320, 303, 461, 2221, 2232, 64, 353, 339, 736, 496, 1806, 353, 581, 3044, 14539, 105, 1534, 7179, 51, 2837, 640, 2837, 365, 320, 303, 461, 2615, 51, 390, 2837, 492, 353, 339, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
335
true
76.115897
true
true
ExternalRepository.java
/FileExtraction/Java_unseen/headsupdev_agile/agile-apps/agile-app-artifacts/src/main/java/org/headsupdev/agile/app/artifacts/ExternalRepository.java
/* * HeadsUp Agile * Copyright 2009-2012 Heads Up Development. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ package org.headsupdev.agile.app.artifacts; import org.headsupdev.agile.api.Permission; import org.headsupdev.agile.security.permission.RepositoryReadPermission; import org.headsupdev.agile.web.MountPoint; /** * Repository browser external browse page * * @author Andrew Williams * @version $Id$ * @since 1.0 */ @MountPoint( "external" ) public class ExternalRepository extends ReleaseRepository { public Permission getRequiredPermission() { return new RepositoryReadPermission(); } public String getRepositoryName() { return "3rd Party"; } public String getRepositoryId() { return "external"; } }
1,411
Java
.java
headsupdev/agile
23
14
2
2012-05-14T22:09:49Z
2023-09-26T19:40:19Z
4136a3fa231589970f6b218c7f0b14d2bf5bbc554b0a40538e9cff26ae7006f9
[ 1127, 222, 338, 17258, 120, 1405, 8194, 433, 222, 338, 2657, 244, 55, 53, 53, 62, 50, 55, 53, 54, 55, 17258, 120, 2791, 15606, 51, 222, 338, 222, 338, 1369, 3477, 458, 3760, 2951, 63, 863, 902, 14081, 580, 480, 52, 290, 5370, 222, 338, 580, 1549, 341, 5974, 451, 341, 6994, 30994, 6153, 5062, 1196, 641, 222, 338, 9582, 829, 341, 7834, 3870, 7120, 49, 3173, 1522, 244, 56, 451, 341, 222, 338, 1196, 49, 575, 327, 288, 1390, 2489, 46, 1364, 6146, 1522, 51, 222, 338, 222, 338, 1369, 3477, 458, 2744, 347, 341, 9850, 708, 580, 1118, 545, 6386, 49, 222, 338, 1294, 4213, 2979, 9345, 64, 2895, 4462, 341, 4506, 14319, 451, 222, 338, 7934, 575, 8114, 4800, 418, 7848, 7763, 51, 244, 2819, 341, 222, 338, 6994, 30994, 6153, 5062, 1196, 456, 1851, 4261, 51, 222, 338, 222, 338, 2469, 1414, 1178, 6589, 331, 1948, 451, 341, 6994, 30994, 6153, 5062, 1196, 222, 338, 7979, 642, 477, 3477, 51, 244, 1691, 666, 49, 2337, 350, 544, 574, 1516, 51, 10627, 51, 1107, 52, 4205, 28699, 222, 588, 222, 222, 1337, 1105, 51, 1843, 5557, 1920, 51, 37737, 51, 745, 51, 23394, 64, 222, 222, 485, 1105, 51, 1843, 5557, 1920, 51, 37737, 51, 1256, 51, 7052, 64, 222, 485, 1105, 51, 1843, 5557, 1920, 51, 37737, 51, 4386, 51, 9207, 51, 3231, 2248, 7052, 64, 222, 485, 1105, 51, 1843, 5557, 1920, 51, 37737, 51, 1857, 51, 11891, 1962, 64, 222, 222, 1350, 222, 338, 14205, 5439, 6596, 32813, 1957, 222, 338, 222, 338, 496, 2133, 44018, 643, 6634, 1480, 222, 338, 496, 1687, 417, 625, 41, 222, 338, 496, 8152, 244, 54, 51, 53, 222, 588, 222, 69, 11891, 1962, 45, 332, 6183, 39, 848, 222, 942, 462, 16933, 3231, 303, 2041, 11045, 3231, 222, 128, 303, 581, 11125, 640, 5425, 7052, 365, 303, 320, 310, 461, 556, 14205, 2248, 7052, 492, 303, 339, 465, 581, 910, 640, 3231, 577, 365, 303, 320, 310, 461, 332, 56, 5344, 35452, 884, 303, 339, 465, 581, 910, 640, 3231, 625, 365, 303, 320, 310, 461, 332, 6183, 884, 303, 339, 222, 130 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
357
true
71.722183
true
true
ListenerPlayerParticles.java
/FileExtraction/Java_unseen/SirBlobman_CombatLogX/expansion/compatibility/PlayerParticles/src/main/java/combatlogx/expansion/compatibility/player/particles/ListenerPlayerParticles.java
package combatlogx.expansion.compatibility.player.particles; import org.jetbrains.annotations.NotNull; import org.bukkit.entity.Player; import org.bukkit.event.EventHandler; import org.bukkit.event.EventPriority; import com.github.sirblobman.combatlogx.api.event.PlayerTagEvent; import com.github.sirblobman.combatlogx.api.event.PlayerUntagEvent; import com.github.sirblobman.combatlogx.api.expansion.ExpansionListener; import dev.esophose.playerparticles.api.PlayerParticlesAPI; public final class ListenerPlayerParticles extends ExpansionListener { private PlayerParticlesExpansion expansion; public ListenerPlayerParticles(@NotNull PlayerParticlesExpansion expansion) { super(expansion); this.expansion = expansion; } @EventHandler(priority = EventPriority.MONITOR, ignoreCancelled = true) public void onTag(PlayerTagEvent e) { if (isTagDisablesParticles()) { Player player = e.getPlayer(); PlayerParticlesAPI api = PlayerParticlesAPI.getInstance(); api.togglePlayerParticleVisibility(player, true); } } @EventHandler(priority = EventPriority.MONITOR, ignoreCancelled = true) public void onUntag(PlayerUntagEvent e) { if (isUntagEnablesParticles()) { Player player = e.getPlayer(); PlayerParticlesAPI api = PlayerParticlesAPI.getInstance(); api.togglePlayerParticleVisibility(player, false); } } private @NotNull PlayerParticlesExpansion getPlayerParticlesExpansion() { return this.expansion; } private @NotNull PlayerParticlesConfiguration getConfiguration() { PlayerParticlesExpansion expansion = getPlayerParticlesExpansion(); return expansion.getConfiguration(); } private boolean isTagDisablesParticles() { PlayerParticlesConfiguration configuration = getConfiguration(); return configuration.isTagDisablesParticles(); } private boolean isUntagEnablesParticles() { PlayerParticlesConfiguration configuration = getConfiguration(); return configuration.isUntagEnablesParticles(); } }
2,146
Java
.java
SirBlobman/CombatLogX
145
45
47
2016-12-22T20:20:23Z
2024-05-07T13:19:37Z
9d309b361d508111300cadd8c25e8cb9eebbaed8182deaea244f697c5027e768
[ 1337, 785, 8237, 769, 125, 51, 36455, 51, 29119, 51, 3857, 51, 26617, 64, 222, 222, 485, 1105, 51, 15575, 51, 8839, 51, 4936, 64, 222, 222, 485, 1105, 51, 20402, 51, 2244, 51, 3516, 64, 222, 485, 1105, 51, 20402, 51, 1585, 51, 9889, 64, 222, 485, 1105, 51, 20402, 51, 1585, 51, 1167, 10333, 64, 222, 222, 485, 785, 51, 951, 51, 36690, 3020, 1607, 51, 527, 8237, 769, 125, 51, 1256, 51, 1585, 51, 3516, 2649, 1167, 64, 222, 485, 785, 51, 951, 51, 36690, 3020, 1607, 51, 527, 8237, 769, 125, 51, 1256, 51, 1585, 51, 3516, 12672, 500, 1167, 64, 222, 485, 785, 51, 951, 51, 36690, 3020, 1607, 51, 527, 8237, 769, 125, 51, 1256, 51, 36455, 51, 32964, 2239, 64, 222, 222, 485, 5693, 51, 326, 21552, 2500, 51, 3857, 26617, 51, 1256, 51, 3516, 29431, 2571, 64, 222, 222, 942, 1175, 462, 29163, 3516, 29431, 2041, 9665, 14541, 2239, 320, 303, 964, 9306, 29431, 32964, 27199, 64, 465, 581, 29163, 3516, 29431, 4810, 4936, 9306, 29431, 32964, 27199, 46, 320, 310, 2615, 45, 36455, 312, 310, 477, 51, 36455, 299, 27199, 64, 303, 339, 465, 496, 9889, 45, 9792, 299, 3916, 10333, 51, 41132, 49, 5091, 23092, 299, 878, 46, 303, 581, 782, 563, 2649, 45, 3516, 2649, 1167, 503, 46, 320, 310, 434, 327, 316, 2649, 1744, 6981, 29431, 1177, 320, 343, 9306, 4376, 299, 503, 51, 32872, 492, 343, 9306, 29431, 2571, 4142, 299, 9306, 29431, 2571, 51, 7432, 492, 343, 4142, 51, 4652, 3516, 15038, 9952, 45, 3857, 49, 878, 312, 310, 339, 303, 339, 465, 496, 9889, 45, 9792, 299, 3916, 10333, 51, 41132, 49, 5091, 23092, 299, 878, 46, 303, 581, 782, 563, 12672, 500, 45, 3516, 12672, 500, 1167, 503, 46, 320, 310, 434, 327, 316, 12672, 500, 6601, 120, 29431, 1177, 320, 343, 9306, 4376, 299, 503, 51, 32872, 492, 343, 9306, 29431, 2571, 4142, 299, 9306, 29431, 2571, 51, 7432, 492, 343, 4142, 51, 4652, 3516, 15038, 9952, 45, 3857, 49, 920, 312, 310, 339, 303, 339, 465, 964, 496, 4936, 9306, 29431, 32964, 640, 3516, 29431, 32964, 365, 320, 310, 461, 477, 51, 36455, 64, 303, 339, 465, 964, 496, 4936, 9306, 29431, 2339, 640, 2339, 365, 320, 310, 9306, 29431, 32964, 27199, 299, 640, 3516, 29431, 32964, 492, 310, 461, 27199, 51, 38309, 492, 303, 339, 465, 964, 1922, 458, 2649, 1744, 6981, 29431, 365, 320, 310, 9306, 29431, 2339, 3505, 299, 640, 2339, 492, 310, 461, 3505, 51, 316, 2649, 1744, 6981, 29431, 492, 303, 339, 465, 964, 1922, 458, 12672, 500, 6601, 120, 29431, 365, 320, 310, 9306, 29431, 2339, 3505, 299, 640, 2339, 492, 310, 461, 3505, 51, 316, 12672, 500, 6601, 120, 29431, 492, 303, 339, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
461
true
73.998136
true
true
MCRORCIDInvalidScopeException.java
/FileExtraction/Java_unseen/MyCoRe-Org_mycore/mycore-orcid2/src/main/java/org/mycore/orcid2/client/exception/MCRORCIDInvalidScopeException.java
/* * This file is part of *** M y C o R e *** * See http://www.mycore.de/ for details. * * MyCoRe is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * MyCoRe is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with MyCoRe. If not, see <http://www.gnu.org/licenses/>. */ package org.mycore.orcid2.client.exception; import org.mycore.orcid2.exception.MCRORCIDException; /** * This class is used if a scope is invalid. */ public class MCRORCIDInvalidScopeException extends MCRORCIDException { private static final long serialVersionUID = 1L; /** * Creates new MCRORCIDInvalidScopeException. */ public MCRORCIDInvalidScopeException() { super("Invalid scope"); } }
1,157
Java
.java
MyCoRe-Org/mycore
33
14
19
2016-10-07T06:02:02Z
2024-05-08T18:38:30Z
01dbb8fd216385047f7833f11d8bd1a41f08f7c213d877c73a34984c0a75bc6f
[ 1127, 222, 338, 1369, 822, 458, 1760, 451, 10439, 244, 507, 553, 409, 356, 578, 503, 244, 10439, 222, 338, 2819, 1930, 574, 1516, 51, 1791, 1284, 51, 305, 52, 456, 4261, 51, 222, 338, 222, 338, 4318, 2253, 454, 458, 3760, 2951, 63, 863, 902, 14081, 580, 480, 52, 290, 5370, 222, 338, 580, 1549, 341, 5974, 451, 341, 6994, 6153, 5062, 1196, 641, 9582, 829, 222, 338, 341, 7834, 3870, 7120, 49, 3173, 1522, 244, 56, 451, 341, 1196, 49, 575, 222, 338, 327, 288, 1390, 2489, 46, 1364, 6146, 1522, 51, 222, 338, 222, 338, 4318, 2253, 454, 458, 2744, 347, 341, 9850, 708, 580, 1118, 545, 6386, 49, 222, 338, 1294, 4213, 2979, 9345, 64, 2895, 4462, 341, 4506, 14319, 451, 222, 338, 7934, 575, 8114, 4800, 418, 7848, 7763, 51, 244, 2819, 341, 222, 338, 6994, 6153, 5062, 1196, 456, 1851, 4261, 51, 222, 338, 222, 338, 2469, 1414, 1178, 6589, 331, 1948, 451, 341, 6994, 6153, 5062, 1196, 222, 338, 7979, 642, 4318, 2253, 454, 51, 244, 1691, 666, 49, 2337, 350, 544, 574, 1516, 51, 10627, 51, 1107, 52, 4205, 28699, 222, 588, 222, 222, 1337, 1105, 51, 1791, 1284, 51, 290, 11788, 55, 51, 1598, 51, 3918, 64, 222, 222, 485, 1105, 51, 1791, 1284, 51, 290, 11788, 55, 51, 3918, 51, 82, 3769, 776, 20251, 1002, 64, 222, 222, 1350, 222, 338, 1369, 462, 458, 1674, 434, 331, 4589, 458, 5549, 51, 222, 588, 222, 942, 462, 507, 3769, 776, 20251, 3828, 5518, 1002, 2041, 507, 3769, 776, 20251, 1002, 320, 465, 964, 924, 1175, 1964, 19896, 299, 244, 54, 81, 64, 465, 1041, 294, 338, 9308, 556, 507, 3769, 776, 20251, 3828, 5518, 1002, 51, 294, 588, 303, 581, 507, 3769, 776, 20251, 3828, 5518, 1002, 365, 320, 310, 2615, 459, 3828, 4589, 742, 303, 339, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
309
true
71.564391
true
true
PixelScene.java
/FileExtraction/Java_unseen/wolispace_soft-pixel-dungeon/src/com/shatteredpixel/shatteredpixeldungeon/scenes/PixelScene.java
/* * Pixel Dungeon * Copyright (C) 2012-2014 Oleg Dolya * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/> */ package com.shatteredpixel.shatteredpixeldungeon.scenes; import javax.microedition.khronos.opengles.GL10; import android.opengl.GLES20; import com.shatteredpixel.shatteredpixeldungeon.ShatteredPixelDungeon; import com.watabou.input.Touchscreen; import com.watabou.noosa.BitmapText; import com.watabou.noosa.BitmapText.Font; import com.watabou.noosa.audio.Sample; import com.watabou.noosa.BitmapTextMultiline; import com.watabou.noosa.Camera; import com.watabou.noosa.ColorBlock; import com.watabou.noosa.Game; import com.watabou.noosa.Scene; import com.watabou.noosa.Visual; import com.shatteredpixel.shatteredpixeldungeon.Assets; import com.shatteredpixel.shatteredpixeldungeon.Badges; import com.shatteredpixel.shatteredpixeldungeon.effects.BadgeBanner; import com.watabou.utils.BitmapCache; public class PixelScene extends Scene { public static final float MIN_WIDTH = 128; public static final float MIN_HEIGHT = 224; public static float defaultZoom = 0; public static float minZoom; public static float maxZoom; public static boolean landscapeAvailable; public static Camera uiCamera; public static BitmapText.Font font1x; public static BitmapText.Font font15x; public static BitmapText.Font font2x; public static BitmapText.Font font25x; public static BitmapText.Font font3x; @Override public void create() { super.create(); GameScene.scene = null; defaultZoom = (int)Math.ceil( Game.density * 2.5 ); while (( Game.width / defaultZoom < MIN_WIDTH || Game.height / defaultZoom < MIN_HEIGHT ) && defaultZoom > 1) { defaultZoom--; } landscapeAvailable = Game.height / defaultZoom >= MIN_WIDTH && Game.width / defaultZoom >= MIN_HEIGHT; if (ShatteredPixelDungeon.scaleUp()) { while ((Game.width / (defaultZoom + 1) >= MIN_WIDTH && Game.height / (defaultZoom + 1) >= MIN_HEIGHT)) { defaultZoom++; } } minZoom = 1; maxZoom = defaultZoom * 2; Camera.reset( new PixelCamera( defaultZoom ) ); float uiZoom = defaultZoom; uiCamera = Camera.createFullscreen( uiZoom ); Camera.add( uiCamera ); if (font1x == null) { // 3x5 (6) font1x = Font.colorMarked( BitmapCache.get( Assets.FONTS1X ), 0x00000000, BitmapText.Font.LATIN_FULL ); font1x.baseLine = 6; font1x.tracking = -1; // 5x8 (10) font15x = Font.colorMarked( BitmapCache.get( Assets.FONTS15X ), 12, 0x00000000, BitmapText.Font.LATIN_FULL ); font15x.baseLine = 9; font15x.tracking = -1; // 6x10 (12) font2x = Font.colorMarked( BitmapCache.get( Assets.FONTS2X ), 14, 0x00000000, BitmapText.Font.LATIN_FULL ); font2x.baseLine = 11; font2x.tracking = -1; // 7x12 (15) font25x = Font.colorMarked( BitmapCache.get( Assets.FONTS25X ), 17, 0x00000000, BitmapText.Font.LATIN_FULL ); font25x.baseLine = 13; font25x.tracking = -1; // 9x15 (18) font3x = Font.colorMarked( BitmapCache.get( Assets.FONTS3X ), 22, 0x00000000, BitmapText.Font.LATIN_FULL ); font3x.baseLine = 17; font3x.tracking = -2; } Sample.INSTANCE.load( Assets.SND_CLICK, Assets.SND_BADGE, Assets.SND_GOLD ); } @Override public void destroy() { super.destroy(); Touchscreen.event.removeAll(); } public static BitmapText.Font font; public static float scale; public static void chooseFont( float size ) { float pt = size * defaultZoom; if (pt >= 19) { scale = pt / 19; if (1.5 <= scale && scale < 2) { font = font25x; scale = (int)(pt / 14); } else { font = font3x; scale = (int)scale; } } else if (pt >= 14) { scale = pt / 14; if (1.8 <= scale && scale < 2) { font = font2x; scale = (int)(pt / 12); } else { font = font25x; scale = (int)scale; } } else if (pt >= 12) { scale = pt / 12; if (1.7 <= scale && scale < 2) { font = font15x; scale = (int)(pt / 10); } else { font = font2x; scale = (int)scale; } } else if (pt >= 10) { scale = pt / 10; if (1.4 <= scale && scale < 2) { font = font1x; scale = (int)(pt / 7); } else { font = font15x; scale = (int)scale; } } else { font = font1x; scale = Math.max( 1, (int)(pt / 7) ); } scale /= defaultZoom; } public static BitmapText createText( float size ) { return createText( null, size ); } public static BitmapText createText( String text, float size ) { chooseFont( size ); BitmapText result = new BitmapText( text, font ); result.scale.set( scale ); return result; } public static BitmapTextMultiline createMultiline( float size ) { return createMultiline( null, size ); } public static BitmapTextMultiline createMultiline( String text, float size ) { chooseFont( size ); BitmapTextMultiline result = new BitmapTextMultiline( text, font ); result.scale.set( scale ); return result; } public static float align( Camera camera, float pos ) { return ((int)(pos * camera.zoom)) / camera.zoom; } public static float align( float pos ) { return ((int)(pos * defaultZoom)) / defaultZoom; } public static void align( Visual v ) { Camera c = v.camera(); v.x = align( c, v.x ); v.y = align( c, v.y ); } public static boolean noFade = false; protected void fadeIn() { if (noFade) { noFade = false; } else { fadeIn( 0xFF000000, false ); } } protected void fadeIn( int color, boolean light ) { add( new Fader( color, light ) ); } public static void showBadge( Badges.Badge badge ) { BadgeBanner banner = BadgeBanner.show( badge.image ); banner.camera = uiCamera; banner.x = align( banner.camera, (banner.camera.width - banner.width) / 2 ); banner.y = align( banner.camera, (banner.camera.height - banner.height) / 3 ); Game.scene().add( banner ); } protected static class Fader extends ColorBlock { private static float FADE_TIME = 1f; private boolean light; private float time; public Fader( int color, boolean light ) { super( uiCamera.width, uiCamera.height, color ); this.light = light; camera = uiCamera; alpha( 1f ); time = FADE_TIME; } @Override public void update() { super.update(); if ((time -= Game.elapsed) <= 0) { alpha( 0f ); parent.remove( this ); } else { alpha( time / FADE_TIME ); } } @Override public void draw() { if (light) { GLES20.glBlendFunc( GL10.GL_SRC_ALPHA, GL10.GL_ONE ); super.draw(); GLES20.glBlendFunc( GL10.GL_SRC_ALPHA, GL10.GL_ONE_MINUS_SRC_ALPHA ); } else { super.draw(); } } } private static class PixelCamera extends Camera { public PixelCamera( float zoom ) { super( (int)(Game.width - Math.ceil( Game.width / zoom ) * zoom) / 2, (int)(Game.height - Math.ceil( Game.height / zoom ) * zoom) / 2, (int)Math.ceil( Game.width / zoom ), (int)Math.ceil( Game.height / zoom ), zoom ); } @Override protected void updateMatrix() { float sx = align( this, scroll.x + shakeX ); float sy = align( this, scroll.y + shakeY ); matrix[0] = +zoom * invW2; matrix[5] = -zoom * invH2; matrix[12] = -1 + x * invW2 - sx * matrix[0]; matrix[13] = +1 - y * invH2 - sy * matrix[5]; } } }
8,064
Java
.java
wolispace/soft-pixel-dungeon
10
5
0
2015-03-02T01:50:06Z
2015-03-04T10:34:49Z
e1d81f9ffbc0a345703439662702b79fece1fec75d6de61d6d33d87601794475
[ 1127, 222, 338, 20244, 493, 28253, 222, 338, 2657, 327, 72, 46, 244, 55, 53, 54, 55, 50, 55, 53, 54, 57, 244, 565, 2358, 493, 4628, 102, 222, 338, 222, 338, 1369, 3477, 458, 3760, 2951, 63, 863, 902, 14081, 580, 480, 52, 290, 5370, 222, 338, 580, 1549, 341, 5974, 451, 341, 6994, 6153, 5062, 1196, 641, 9582, 829, 222, 338, 341, 7834, 3870, 7120, 49, 3173, 1522, 244, 56, 451, 341, 1196, 49, 575, 222, 338, 327, 288, 1390, 2489, 46, 1364, 6146, 1522, 51, 222, 338, 222, 338, 1369, 3477, 458, 2744, 347, 341, 9850, 708, 580, 1118, 545, 6386, 49, 222, 338, 1294, 4213, 2979, 9345, 64, 2895, 4462, 341, 4506, 14319, 451, 222, 338, 7934, 575, 8114, 4800, 418, 7848, 7763, 51, 244, 2819, 341, 222, 338, 6994, 6153, 5062, 1196, 456, 1851, 4261, 51, 222, 338, 222, 338, 2469, 1414, 1178, 6589, 331, 1948, 451, 341, 6994, 6153, 5062, 1196, 222, 338, 7979, 642, 477, 3477, 51, 244, 1691, 666, 49, 2337, 350, 544, 574, 1516, 51, 10627, 51, 1107, 52, 4205, 2056, 222, 588, 222, 1337, 785, 51, 635, 6319, 337, 7807, 51, 635, 6319, 337, 7807, 105, 28253, 51, 37023, 64, 222, 222, 485, 3698, 51, 9465, 31697, 51, 16359, 48770, 51, 13064, 1904, 51, 2079, 54, 53, 64, 222, 222, 485, 2616, 51, 16006, 51, 38097, 55, 53, 64, 222, 222, 485, 785, 51, 635, 6319, 337, 7807, 51, 635, 6319, 337, 7807, 105, 28253, 51, 1207, 6319, 337, 7040, 73, 28253, 64, 222, 485, 785, 51, 124, 1626, 663, 51, 1151, 51, 10464, 4475, 64, 222, 485, 785, 51, 124, 1626, 663, 51, 1365, 22201, 51, 9384, 1049, 64, 222, 485, 785, 51, 124, 1626, 663, 51, 1365, 22201, 51, 9384, 1049, 51, 3728, 64, 222, 485, 785, 51, 124, 1626, 663, 51, 1365, 22201, 51, 7376, 51, 5209, 64, 222, 485, 785, 51, 124, 1626, 663, 51, 1365, 22201, 51, 9384, 1049, 11253, 17342, 64, 222, 485, 785, 51, 124, 1626, 663, 51, 1365, 22201, 51, 7139, 64, 222, 485, 785, 51, 124, 1626, 663, 51, 1365, 22201, 51, 1530, 2246, 64, 222, 485, 785, 51, 124, 1626, 663, 51, 1365, 22201, 51, 3783, 64, 222, 485, 785, 51, 124, 1626, 663, 51, 1365, 22201, 51, 7320, 64, 222, 485, 785, 51, 124, 1626, 663, 51, 1365, 22201, 51, 7442, 64, 222, 485, 785, 51, 635, 6319, 337, 7807, 51, 635, 6319, 337, 7807, 105, 28253, 51, 14016, 64, 222, 485, 785, 51, 635, 6319, 337, 7807, 51, 635, 6319, 337, 7807, 105, 28253, 51, 8421, 3859, 64, 222, 485, 785, 51, 635, 6319, 337, 7807, 51, 635, 6319, 337, 7807, 105, 28253, 51, 16413, 51, 24018, 20781, 64, 222, 485, 785, 51, 124, 1626, 663, 51, 2324, 51, 9384, 2610, 64, 222, 222, 942, 462, 20244, 7320, 2041, 15179, 320, 3038, 221, 942, 924, 1175, 1916, 14369, 100, 10582, 221, 66, 244, 54, 55, 61, 64, 222, 221, 942, 924, 1175, 1916, 14369, 100, 15000, 221, 66, 244, 55, 55, 57, 64, 3038, 221, 942, 924, 1916, 1263, 12750, 299, 244, 53, 64, 222, 221, 942, 924, 1916, 1865, 12750, 64, 222, 221, 942, 924, 1916, 1788, 12750, 64, 3038, 221, 942, 924, 1922, 37079, 8590, 64, 3038, 221, 942, 924, 15910, 7900, 7139, 64, 3038, 221, 942, 924, 16761, 1049, 51, 3728, 2377, 54, 125, 64, 222, 221, 942, 924, 16761, 1049, 51, 3728, 2377, 54, 58, 125, 64, 222, 221, 942, 924, 16761, 1049, 51, 3728, 2377, 55, 125, 64, 222, 221, 942, 924, 16761, 1049, 51, 3728, 2377, 55, 58, 125, 64, 222, 221, 942, 924, 16761, 1049, 51, 3728, 2377, 56, 125, 64, 3038, 221, 69, 1806, 222, 221, 942, 782, 1506, 365, 320, 4102, 221, 5282, 51, 1315, 492, 4102, 221, 3783, 7320, 51, 7615, 299, 762, 64, 4102, 221, 1555, 12750, 299, 327, 429, 46, 5728, 51, 17741, 45, 6067, 51, 18350, 338, 244, 55, 51, 58, 1110, 376, 221, 5544, 1849, 374, 221, 3783, 51, 1660, 536, 1263, 12750, 350, 14369, 100, 10582, 1293, 8671, 221, 3783, 51, 2296, 536, 1263, 12750, 350, 14369, 100, 15000, 374, 221, 46, 979, 1263, 12750, 868, 244, 54, 46, 320, 8212, 221, 1555, 12750, 10606, 376, 221, 130, 4102, 221, 6836, 10959, 8590, 299, 8671, 221, 3783, 51, 2296, 536, 1263, 12750, 2394, 14369, 100, 10582, 979, 8671, 221, 3783, 51, 1660, 536, 1263, 12750, 2394, 14369, 100, 15000, 64, 23120, 221, 344, 327, 1207, 6319, 337, 7040, 73, 28253, 51, 3826, 1405, 1177, 320, 374, 221, 5544, 1849, 3783, 51, 1660, 536, 327, 1555, 12750, 494, 244, 54, 46, 2394, 14369, 100, 10582, 979, 6067, 51, 2296, 536, 327, 1555, 12750, 494, 244, 54, 46, 2394, 14369, 100, 15000, 509, 320, 621, 221, 1555, 12750, 3348, 374, 221, 130, 21997, 221, 130, 376, 221, 907, 12750, 299, 244, 54, 64, 376, 221, 1472, 12750, 299, 1263, 12750, 338, 244, 55, 64, 45904, 4102, 221, 7139, 51, 4558, 45, 556, 20244, 7139, 45, 1263, 12750, 848, 1110, 4102, 221, 1832, 7900, 12750, 299, 1263, 12750, 64, 376, 221, 1726, 7139, 299, 15910, 51, 1315, 24546, 45, 7900, 12750, 1110, 376, 221, 7139, 51, 688, 45, 7900, 7139, 1110, 4102, 221, 344, 327, 2204, 54, 125, 630, 762, 46, 320, 8212, 221, 325, 244, 56, 125, 58, 327, 59, 46, 374, 221, 2204, 54, 125, 299, 8929, 51, 1507, 44773, 45, 12493, 221, 9384, 2610, 51, 390, 45, 25769, 51, 5929, 88, 54, 93, 2604, 244, 53, 125, 53, 53, 53, 53, 53, 53, 53, 53, 49, 16761, 1049, 51, 3728, 51, 22341, 540, 100, 15744, 1110, 374, 221, 2204, 54, 125, 51, 1460, 1829, 299, 244, 59, 64, 374, 221, 2204, 54, 125, 51, 17092, 299, 449, 54, 64, 8212, 221, 325, 244, 58, 125, 61, 327, 54, 53, 46, 374, 221, 2204, 54, 58, 125, 299, 8929, 51, 1507, 44773, 45, 19753, 221, 9384, 2610, 51, 390, 45, 25769, 51, 5929, 88, 54, 58, 93, 2604, 244, 54, 55, 49, 244, 53, 125, 53, 53, 53, 53, 53, 53, 53, 53, 49, 16761, 1049, 51, 3728, 51, 22341, 540, 100, 15744, 1110, 374, 221, 2204, 54, 58, 125, 51, 1460, 1829, 299, 244, 62, 64, 374, 221, 2204, 54, 58, 125, 51, 17092, 299, 449, 54, 64, 8212, 221, 325, 244, 59, 125, 54, 53, 327, 54, 55, 46, 374, 221, 2204, 55, 125, 299, 8929, 51, 1507, 44773, 45, 12493, 221, 9384, 2610, 51, 390, 45, 25769, 51, 5929, 88, 55, 93, 2604, 244, 54, 57, 49, 244, 53, 125, 53, 53, 53, 53, 53, 53, 53, 53, 49, 16761, 1049, 51, 3728, 51, 22341, 540, 100, 15744, 1110, 374, 221, 2204, 55, 125, 51, 1460, 1829, 299, 244, 54, 54, 64, 374, 221, 2204, 55, 125, 51, 17092, 299, 449, 54, 64, 8212, 221, 325, 244, 60, 125, 54, 55, 327, 54, 58, 46, 374, 221, 2204, 55, 58, 125, 299, 8929, 51, 1507, 44773, 45, 12493, 221, 9384, 2610, 51, 390, 45, 25769, 51, 5929, 88, 55, 58, 93, 2604, 244, 54, 60, 49, 244, 53, 125, 53, 53, 53, 53, 53, 53, 53, 53, 49, 16761, 1049, 51, 3728, 51, 22341, 540, 100, 15744, 1110, 374, 221, 2204, 55, 58, 125, 51, 1460, 1829, 299, 244, 54, 56, 64, 374, 221, 2204, 55, 58, 125, 51, 17092, 299, 449, 54, 64, 8212, 221, 325, 244, 62, 125, 54, 58, 327, 54, 61, 46, 374, 221, 2204, 56, 125, 299, 8929, 51, 1507, 44773, 45, 12493, 221, 9384, 2610, 51, 390, 45, 25769, 51, 5929, 88, 56, 93, 2604, 244, 55, 55, 49, 244, 53, 125, 53, 53, 53, 53, 53, 53, 53, 53, 49, 16761, 1049, 51, 3728, 51, 22341, 540, 100, 15744, 1110, 374, 221, 2204, 56, 125, 51, 1460, 1829, 299, 244, 54, 60, 64, 374, 221, 2204, 56, 125, 51, 17092, 299, 449, 55, 64, 376, 221, 130, 4102, 221, 5209, 51, 12457, 51, 963, 45, 8671, 221, 14016, 51, 88, 9116, 100, 37373, 49, 8671, 221, 14016, 51, 88, 9116, 100, 13721, 3076, 49, 8671, 221, 14016, 51, 88, 9116, 100, 76, 9403, 1110, 222, 221, 130, 3038, 221, 69, 1806, 222, 221, 942, 782, 10088, 365, 320, 376, 221, 5282, 51, 6978, 492, 376, 221, 10464, 4475, 51, 1585, 51, 28768, 492, 222, 221, 130, 3038, 221, 942, 924, 16761, 1049, 51, 3728, 2377, 64, 222, 221, 942, 924, 1916, 5271, 64, 3038, 221, 942, 924, 782, 9206, 3728, 45, 1916, 1354, 848, 320, 4102, 221, 1832, 9261, 299, 1354, 338, 1263, 12750, 64, 4102, 221, 344, 327, 404, 2394, 244, 54, 62, 46, 320, 8212, 221, 3826, 299, 9261, 536, 244, 54, 62, 64, 374, 221, 344, 327, 54, 51, 58, 2527, 5271, 979, 5271, 350, 244, 55, 46, 320, 621, 221, 2204, 299, 2377, 55, 58, 125, 64, 621, 221, 3826, 299, 327, 429, 2516, 404, 536, 244, 54, 57, 312, 374, 221, 130, 832, 320, 621, 221, 2204, 299, 2377, 56, 125, 64, 621, 221, 3826, 299, 327, 429, 46, 3826, 64, 374, 221, 130, 23120, 221, 130, 832, 434, 327, 404, 2394, 244, 54, 57, 46, 320, 8212, 221, 3826, 299, 9261, 536, 244, 54, 57, 64, 374, 221, 344, 327, 54, 51, 61, 2527, 5271, 979, 5271, 350, 244, 55, 46, 320, 621, 221, 2204, 299, 2377, 55, 125, 64, 621, 221, 3826, 299, 327, 429, 2516, 404, 536, 244, 54, 55, 312, 374, 221, 130, 832, 320, 621, 221, 2204, 299, 2377, 55, 58, 125, 64, 621, 221, 3826, 299, 327, 429, 46, 3826, 64, 374, 221, 130, 23120, 221, 130, 832, 434, 327, 404, 2394, 244, 54, 55, 46, 320, 8212, 221, 3826, 299, 9261, 536, 244, 54, 55, 64, 374, 221, 344, 327, 54, 51, 60, 2527, 5271, 979, 5271, 350, 244, 55, 46, 320, 621, 221, 2204, 299, 2377, 54, 58, 125, 64, 621, 221, 3826, 299, 327, 429, 2516, 404, 536, 244, 54, 53, 312, 374, 221, 130, 832, 320, 621, 221, 2204, 299, 2377, 55, 125, 64, 621, 221, 3826, 299, 327, 429, 46, 3826, 64, 374, 221, 130, 23120, 221, 130, 832, 434, 327, 404, 2394, 244, 54, 53, 46, 320, 8212, 221, 3826, 299, 9261, 536, 244, 54, 53, 64, 374, 221, 344, 327, 54, 51, 57, 2527, 5271, 979, 5271, 350, 244, 55, 46, 320, 621, 221, 2204, 299, 2377, 54, 125, 64, 621, 221, 3826, 299, 327, 429, 2516, 404, 536, 244, 60, 312, 374, 221, 130, 832, 320, 621, 221, 2204, 299, 2377, 54, 58, 125, 64, 621, 221, 3826, 299, 327, 429, 46, 3826, 64, 374, 221, 130, 23120, 221, 130, 832, 320, 8212, 221, 2204, 299, 2377, 54, 125, 64, 374, 221, 3826, 299, 4189, 51, 1472, 45, 244, 54, 49, 327, 429, 2516, 404, 536, 244, 60, 46, 1110, 23120, 221, 130, 4102, 221, 3826, 14414, 1263, 12750, 64, 222, 221, 130, 3038, 221, 942, 924, 16761, 1049, 1506, 1049, 45, 1916, 1354, 848, 320, 376, 221, 620, 1506, 1049, 45, 762, 49, 1354, 1110, 222, 221, 130, 3038, 221, 942, 924, 16761, 1049, 1506, 1049, 45, 910, 1367, 49, 1916, 1354, 848, 320, 4102, 221, 17376, 3728, 45, 1354, 1110, 4102, 221, 9384, 1049, 1074, 299, 556, 16761, 1049, 45, 1367, 49, 2377, 1110, 376, 221, 1285, 51, 3826, 51, 489, 45, 5271, 1110, 4102, 221, 620, 1074, 64, 222, 221, 130, 3038, 221, 942, 924, 16761, 1049, 11253, 17342, 1506, 11253, 17342, 45, 1916, 1354, 848, 320, 376, 221, 620, 1506, 11253, 17342, 45, 762, 49, 1354, 1110, 222, 221, 130, 3038, 221, 942, 924, 16761, 1049, 11253, 17342, 1506, 11253, 17342, 45, 910, 1367, 49, 1916, 1354, 848, 320, 4102, 221, 17376, 3728, 45, 1354, 1110, 4102, 221, 9384, 1049, 11253, 17342, 1074, 299, 556, 16761, 1049, 11253, 17342, 45, 1367, 49, 2377, 1110, 376, 221, 1285, 51, 3826, 51, 489, 45, 5271, 1110, 4102, 221, 620, 1074, 64, 222, 221, 130, 3038, 221, 942, 924, 1916, 3030, 45, 15910, 8630, 49, 1916, 3423, 848, 320, 376, 221, 620, 1849, 429, 2516, 985, 338, 8630, 51, 11473, 509, 536, 8630, 51, 11473, 64, 222, 221, 130, 3038, 221, 942, 924, 1916, 3030, 45, 1916, 3423, 848, 320, 376, 221, 620, 1849, 429, 2516, 985, 338, 1263, 12750, 509, 536, 1263, 12750, 64, 222, 221, 130, 3038, 221, 942, 924, 782, 3030, 45, 8879, 373, 848, 320, 376, 221, 7139, 300, 299, 373, 51, 9002, 492, 376, 221, 123, 51, 125, 299, 3030, 45, 300, 49, 373, 51, 125, 1110, 376, 221, 123, 51, 126, 299, 3030, 45, 300, 49, 373, 51, 126, 1110, 222, 221, 130, 465, 581, 924, 1922, 1307, 22418, 299, 920, 64, 303, 2532, 782, 33276, 365, 320, 310, 434, 327, 1365, 22418, 46, 320, 343, 1307, 22418, 299, 920, 64, 310, 339, 832, 320, 343, 33276, 45, 244, 53, 4776, 53, 53, 53, 53, 53, 53, 49, 920, 1110, 310, 339, 303, 339, 3038, 221, 5332, 782, 33276, 45, 648, 1989, 49, 1922, 6314, 848, 320, 376, 221, 688, 45, 556, 525, 839, 45, 1989, 49, 6314, 848, 1110, 222, 221, 130, 3038, 221, 942, 924, 782, 2539, 24018, 45, 11074, 3859, 51, 24018, 15074, 848, 320, 376, 221, 24018, 20781, 26558, 299, 40174, 20781, 51, 2276, 45, 15074, 51, 915, 1110, 376, 221, 12012, 51, 9002, 299, 7900, 7139, 64, 376, 221, 12012, 51, 125, 299, 3030, 45, 26558, 51, 9002, 49, 327, 12012, 51, 9002, 51, 1660, 449, 26558, 51, 1660, 46, 536, 244, 55, 1110, 376, 221, 12012, 51, 126, 299, 3030, 45, 26558, 51, 9002, 49, 327, 12012, 51, 9002, 51, 2296, 449, 26558, 51, 2296, 46, 536, 244, 56, 1110, 376, 221, 3783, 51, 7615, 941, 688, 45, 26558, 1110, 222, 221, 130, 3038, 221, 5332, 924, 462, 525, 839, 2041, 5459, 2246, 320, 4102, 221, 2072, 924, 1916, 18478, 869, 100, 4812, 299, 244, 54, 107, 64, 4102, 221, 2072, 1922, 6314, 64, 4102, 221, 2072, 1916, 1153, 64, 4102, 221, 942, 525, 839, 45, 648, 1989, 49, 1922, 6314, 848, 320, 374, 221, 5282, 45, 7900, 7139, 51, 1660, 49, 7900, 7139, 51, 2296, 49, 1989, 1110, 8212, 221, 597, 51, 2447, 299, 6314, 64, 8212, 221, 9002, 299, 7900, 7139, 64, 8212, 221, 4945, 45, 244, 54, 107, 1110, 374, 221, 1021, 299, 18478, 869, 100, 4812, 64, 376, 221, 130, 4102, 221, 69, 1806, 376, 221, 942, 782, 1991, 365, 320, 8212, 221, 5282, 51, 1896, 492, 8212, 221, 344, 1849, 1021, 5928, 6067, 51, 18155, 46, 2527, 244, 53, 46, 320, 621, 221, 4945, 45, 244, 53, 107, 1110, 621, 221, 2562, 51, 2564, 45, 477, 1110, 374, 221, 130, 832, 320, 621, 221, 4945, 45, 1153, 536, 18478, 869, 100, 4812, 1110, 374, 221, 130, 376, 221, 130, 4102, 221, 69, 1806, 376, 221, 942, 782, 5194, 365, 320, 374, 221, 344, 327, 2447, 46, 320, 621, 221, 38097, 55, 53, 51, 1861, 17984, 4221, 45, 3210, 54, 53, 51, 2079, 100, 12784, 100, 19997, 49, 3210, 54, 53, 51, 2079, 100, 4451, 1110, 621, 221, 5282, 51, 3903, 492, 621, 221, 38097, 55, 53, 51, 1861, 17984, 4221, 45, 3210, 54, 53, 51, 2079, 100, 12784, 100, 19997, 49, 3210, 54, 53, 51, 2079, 100, 4451, 100, 33724, 100, 12784, 100, 19997, 1110, 374, 221, 130, 832, 320, 621, 221, 5282, 51, 3903, 492, 374, 221, 130, 376, 221, 130, 222, 221, 130, 3038, 221, 2072, 924, 462, 20244, 7139, 2041, 15910, 320, 4102, 221, 942, 20244, 7139, 45, 1916, 13170, 848, 320, 374, 221, 5282, 45, 12493, 221, 45, 429, 2516, 3783, 51, 1660, 449, 4189, 51, 17741, 45, 6067, 51, 1660, 536, 13170, 848, 338, 13170, 46, 536, 244, 55, 49, 12493, 221, 45, 429, 2516, 3783, 51, 2296, 449, 4189, 51, 17741, 45, 6067, 51, 2296, 536, 13170, 848, 338, 13170, 46, 536, 244, 55, 49, 12493, 221, 45, 429, 46, 5728, 51, 17741, 45, 6067, 51, 1660, 536, 13170, 2604, 12493, 221, 45, 429, 46, 5728, 51, 17741, 45, 6067, 51, 2296, 536, 13170, 2604, 13170, 1110, 376, 221, 130, 4102, 221, 69, 1806, 376, 221, 5332, 782, 1991, 4181, 365, 320, 374, 221, 1832, 23516, 299, 3030, 45, 477, 49, 7508, 51, 125, 494, 807, 1082, 93, 1110, 374, 221, 1832, 11425, 299, 3030, 45, 477, 49, 7508, 51, 126, 494, 807, 1082, 94, 1110, 8212, 221, 4948, 96, 53, 98, 299, 494, 11473, 338, 4712, 92, 55, 64, 374, 221, 4948, 96, 58, 98, 299, 449, 11473, 338, 4712, 77, 55, 64, 8212, 221, 4948, 96, 54, 55, 98, 299, 449, 54, 494, 837, 338, 4712, 92, 55, 449, 23516, 338, 5083, 96, 53, 988, 374, 221, 4948, 96, 54, 56, 98, 299, 494, 54, 449, 553, 338, 4712, 77, 55, 449, 11425, 338, 5083, 96, 58, 988, 23120, 221, 130, 222, 221, 130, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
2,798
true
61.383929
true
true
OrdersRequiringAuthorisation.java
/FileExtraction/Java_unseen/IMS-MAXIMS_openMAXIMS/Source Library/openmaxims_workspace/OCRR/src/ims/ocrr/domain/OrdersRequiringAuthorisation.java
//############################################################################# //# # //# Copyright (C) <2015> <IMS MAXIMS> # //# # //# This program is free software: you can redistribute it and/or modify # //# it under the terms of the GNU Affero General Public License as # //# published by the Free Software Foundation, either version 3 of the # //# License, or (at your option) any later version. # //# # //# This program is distributed in the hope that it will be useful, # //# but WITHOUT ANY WARRANTY; without even the implied warranty of # //# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # //# GNU Affero General Public License for more details. # //# # //# You should have received a copy of the GNU Affero General Public License # //# along with this program. If not, see <http://www.gnu.org/licenses/>. # //# # //# IMS MAXIMS provides absolutely NO GUARANTEE OF THE CLINICAL SAFTEY of # //# this program. Users of this software do so entirely at their own risk. # //# IMS MAXIMS only ensures the Clinical Safety of unaltered run-time # //# software that it builds, deploys and maintains. # //# # //############################################################################# //#EOH // This code was generated by Barbara Worwood using IMS Development Environment (version 1.80 build 5589.25814) // Copyright (C) 1995-2015 IMS MAXIMS. All rights reserved. // WARNING: DO NOT MODIFY the content of this file package ims.ocrr.domain; // Generated from form domain impl public interface OrdersRequiringAuthorisation extends ims.domain.DomainInterface { // Generated from form domain interface definition /** * listWardsForHospitalByName */ public ims.core.vo.LocationLiteVoCollection listWardsForHospitalByNameLite(ims.core.resource.place.vo.LocationRefVo location, String name); // Generated from form domain interface definition /** * listClinicsForHospitalByName */ public ims.core.vo.ClinicLiteVoCollection listClinicsForHospitalByNameLite(ims.core.resource.place.vo.LocationRefVo location, String name); // Generated from form domain interface definition /** * List active locations where the location type is hospital */ public ims.core.vo.LocShortMappingsVoCollection listActiveHospitals(); // Generated from form domain interface definition /** * list from OcsOrder where OrderAuthorisaton = AWAITING_AUTHORISATION */ public ims.ocrr.vo.OcsOrderInvVoCollection listOrdersRequiringAuthorisation(ims.framework.utils.Date dateFrom, ims.framework.utils.Date dateTo, ims.core.resource.place.vo.ClinicRefVo clinic, ims.core.resource.place.vo.LocationRefVo location, ims.core.resource.people.vo.HcpRefVo responsibleClinician); // Generated from form domain interface definition public ims.core.vo.HcpLiteVoCollection listHcpLiteByName(String hcpName); // Generated from form domain interface definition public ims.core.vo.LocationLiteVoCollection listAandEForHospitalByNameLite(ims.core.resource.place.vo.LocationRefVo hosp, String name); // Generated from form domain interface definition public ims.core.vo.LocationLiteVoCollection listUserEnteredLocationsForHospitalByNameLite(ims.core.resource.place.vo.LocationRefVo hosp, String name); // Generated from form domain interface definition public ims.core.vo.LocationLiteVo getCurrentHospital(ims.framework.interfaces.ILocation currentLocation); // Generated from form domain interface definition public ims.core.vo.LocationLiteVo getHospital(ims.core.resource.place.vo.LocationRefVo hospitalRef); }
4,226
Java
.java
IMS-MAXIMS/openMAXIMS
61
50
23
2014-06-12T12:04:02Z
2020-07-31T09:34:49Z
cd65a08c9afdf169a7e93255a6996fcc3ba6161ff18590ac7d9eeb9cdbd95e1f
[ 325, 19989, 8689, 222, 16802, 42053, 607, 222, 16802, 244, 2657, 327, 72, 46, 350, 55, 53, 54, 58, 67, 244, 350, 2348, 88, 7490, 2348, 88, 67, 22768, 607, 222, 16802, 42053, 607, 222, 16802, 244, 1369, 3477, 458, 3760, 2951, 63, 863, 902, 14081, 580, 480, 52, 290, 5370, 281, 607, 222, 16802, 244, 580, 1549, 341, 5974, 451, 341, 6994, 30994, 6153, 5062, 1196, 641, 2281, 607, 222, 16802, 244, 9582, 829, 341, 7834, 3870, 7120, 49, 3173, 1522, 244, 56, 451, 341, 981, 607, 222, 16802, 244, 1196, 49, 575, 327, 288, 1390, 2489, 46, 1364, 6146, 1522, 51, 10094, 607, 244, 222, 16802, 42053, 607, 222, 16802, 244, 1369, 3477, 458, 2744, 347, 341, 9850, 708, 580, 1118, 545, 6386, 49, 2052, 607, 222, 16802, 244, 1294, 4213, 2979, 9345, 64, 2895, 4462, 341, 4506, 14319, 451, 2281, 607, 222, 16802, 244, 7934, 575, 8114, 4800, 418, 7848, 7763, 51, 244, 2819, 341, 1485, 607, 222, 16802, 244, 6994, 30994, 6153, 5062, 1196, 456, 1851, 4261, 51, 7223, 607, 222, 16802, 42053, 607, 222, 16802, 244, 2469, 1414, 1178, 6589, 331, 1948, 451, 341, 6994, 30994, 6153, 5062, 1196, 607, 222, 16802, 244, 7979, 642, 477, 3477, 51, 244, 1691, 666, 49, 2337, 350, 544, 574, 1516, 51, 10627, 51, 1107, 52, 4205, 28699, 283, 607, 222, 16802, 42053, 607, 222, 16802, 244, 457, 2758, 7490, 2348, 88, 7388, 39501, 4452, 26147, 802, 946, 1731, 74, 2258, 2906, 5052, 540, 12634, 377, 5999, 1731, 94, 451, 283, 607, 222, 16802, 244, 477, 3477, 51, 244, 14213, 451, 477, 2951, 764, 1278, 22793, 840, 3641, 4387, 19916, 51, 244, 607, 222, 16802, 244, 457, 2758, 7490, 2348, 88, 1773, 26085, 341, 409, 1823, 1599, 377, 21778, 451, 725, 17776, 337, 1441, 50, 1021, 370, 607, 222, 16802, 244, 2951, 708, 580, 13968, 49, 428, 44513, 480, 48573, 51, 10094, 607, 222, 16802, 42053, 607, 222, 325, 19989, 8689, 222, 16802, 10207, 77, 222, 325, 1369, 1361, 1616, 4741, 829, 11489, 39305, 643, 290, 21100, 1493, 457, 2758, 15606, 10584, 327, 1687, 244, 54, 51, 61, 53, 1984, 244, 58, 58, 61, 62, 51, 55, 58, 61, 54, 57, 46, 222, 325, 2657, 327, 72, 46, 244, 54, 62, 62, 58, 50, 55, 53, 54, 58, 457, 2758, 7490, 2348, 88, 51, 3381, 4760, 5225, 51, 222, 325, 18226, 63, 4103, 2387, 24110, 341, 1813, 451, 477, 822, 222, 222, 1337, 3987, 120, 51, 561, 609, 51, 4136, 64, 222, 222, 325, 13046, 664, 2252, 5900, 9951, 222, 942, 2586, 38013, 454, 467, 13577, 4372, 9556, 2041, 3987, 120, 51, 4136, 51, 5048, 3058, 222, 128, 222, 221, 325, 13046, 664, 2252, 5900, 2586, 5658, 222, 221, 1350, 222, 221, 47, 1168, 92, 8824, 1580, 13930, 21069, 9809, 222, 221, 1975, 222, 221, 942, 3987, 120, 51, 1284, 51, 2103, 51, 2941, 13662, 12536, 2272, 1168, 92, 8824, 1580, 13930, 21069, 9809, 13662, 45, 16178, 51, 1284, 51, 3157, 51, 1878, 51, 2103, 51, 2941, 2099, 12536, 3913, 49, 910, 655, 312, 499, 221, 325, 13046, 664, 2252, 5900, 2586, 5658, 222, 221, 1350, 222, 221, 47, 1168, 40680, 1339, 1580, 13930, 21069, 9809, 222, 221, 1975, 222, 221, 942, 3987, 120, 51, 1284, 51, 2103, 51, 40680, 314, 13662, 12536, 2272, 1168, 40680, 1339, 1580, 13930, 21069, 9809, 13662, 45, 16178, 51, 1284, 51, 3157, 51, 1878, 51, 2103, 51, 2941, 2099, 12536, 3913, 49, 910, 655, 312, 499, 221, 325, 13046, 664, 2252, 5900, 2586, 5658, 222, 221, 1350, 222, 221, 47, 1701, 4537, 14357, 2174, 341, 3913, 847, 458, 47162, 222, 221, 1975, 222, 221, 942, 3987, 120, 51, 1284, 51, 2103, 51, 1624, 6881, 18504, 12536, 2272, 1168, 4091, 13930, 438, 302, 3561, 492, 499, 221, 325, 13046, 664, 2252, 5900, 2586, 5658, 222, 221, 1350, 222, 221, 47, 1168, 664, 565, 1766, 2888, 2174, 7700, 4372, 316, 20417, 299, 418, 16706, 1410, 100, 37336, 1309, 2909, 222, 221, 1975, 222, 221, 942, 3987, 120, 51, 561, 609, 51, 2103, 51, 84, 1766, 2888, 6358, 12536, 2272, 1168, 15939, 454, 467, 13577, 4372, 9556, 45, 16178, 51, 2863, 51, 2324, 51, 1563, 2361, 1811, 49, 3987, 120, 51, 2863, 51, 2324, 51, 1563, 2361, 724, 49, 3987, 120, 51, 1284, 51, 3157, 51, 1878, 51, 2103, 51, 40680, 314, 2099, 12536, 37138, 314, 49, 3987, 120, 51, 1284, 51, 3157, 51, 1878, 51, 2103, 51, 2941, 2099, 12536, 3913, 49, 3987, 120, 51, 1284, 51, 3157, 51, 16677, 51, 2103, 51, 77, 2217, 2099, 12536, 18387, 40680, 39810, 312, 499, 221, 325, 13046, 664, 2252, 5900, 2586, 5658, 222, 221, 942, 3987, 120, 51, 1284, 51, 2103, 51, 77, 2217, 13662, 12536, 2272, 1168, 77, 2217, 13662, 9809, 45, 671, 439, 2217, 577, 312, 499, 221, 325, 13046, 664, 2252, 5900, 2586, 5658, 222, 221, 942, 3987, 120, 51, 1284, 51, 2103, 51, 2941, 13662, 12536, 2272, 1168, 70, 382, 74, 1580, 13930, 21069, 9809, 13662, 45, 16178, 51, 1284, 51, 3157, 51, 1878, 51, 2103, 51, 2941, 2099, 12536, 6531, 438, 49, 910, 655, 312, 499, 221, 325, 13046, 664, 2252, 5900, 2586, 5658, 222, 221, 942, 3987, 120, 51, 1284, 51, 2103, 51, 2941, 13662, 12536, 2272, 1168, 1259, 42645, 15547, 1580, 13930, 21069, 9809, 13662, 45, 16178, 51, 1284, 51, 3157, 51, 1878, 51, 2103, 51, 2941, 2099, 12536, 6531, 438, 49, 910, 655, 312, 499, 221, 325, 13046, 664, 2252, 5900, 2586, 5658, 222, 221, 942, 3987, 120, 51, 1284, 51, 2103, 51, 2941, 13662, 12536, 23403, 13930, 21069, 45, 16178, 51, 2863, 51, 11204, 51, 1484, 7957, 1565, 2941, 312, 499, 221, 325, 13046, 664, 2252, 5900, 2586, 5658, 222, 221, 942, 3987, 120, 51, 1284, 51, 2103, 51, 2941, 13662, 12536, 640, 13930, 21069, 45, 16178, 51, 1284, 51, 3157, 51, 1878, 51, 2103, 51, 2941, 2099, 12536, 47162, 2099, 312, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
977
true
62.734714
true
true
SuppressSVMWarnings.java
/FileExtraction/Java_unseen/AdoptOpenJDK_openjdk-jdk12u/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.common/src/org/graalvm/compiler/core/common/SuppressSVMWarnings.java
/* * Copyright (c) 2014, 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ package org.graalvm.compiler.core.common; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; @Retention(RetentionPolicy.RUNTIME) public @interface SuppressSVMWarnings { String[] value(); }
1,287
Java
.java
AdoptOpenJDK/openjdk-jdk12u
38
37
0
2019-02-03T08:55:08Z
2021-09-29T14:37:49Z
3bd3cf8cb5d9d7f4fe7276f1c38219899c1d01d1c4da481eef00eb3e7e6df601
[ 1127, 222, 338, 2657, 327, 104, 46, 244, 55, 53, 54, 57, 49, 244, 55, 53, 54, 61, 49, 17980, 480, 52, 290, 2840, 25094, 51, 3381, 4760, 5225, 51, 222, 338, 4103, 2387, 23740, 1895, 35234, 8995, 2387, 11988, 1895, 8968, 10961, 30441, 51, 222, 338, 222, 338, 1369, 1361, 458, 3760, 2951, 64, 863, 902, 14081, 580, 480, 52, 290, 5370, 580, 222, 338, 1549, 341, 5974, 451, 341, 6994, 6153, 5062, 1196, 1522, 244, 55, 1773, 49, 641, 222, 338, 9582, 829, 341, 7834, 3870, 7120, 51, 222, 338, 222, 338, 1369, 1361, 458, 2744, 347, 341, 9850, 708, 580, 1118, 545, 6386, 49, 1294, 4213, 222, 338, 2979, 9345, 64, 2895, 4462, 341, 4506, 14319, 451, 7934, 575, 222, 338, 8114, 4800, 418, 7848, 7763, 51, 244, 2819, 341, 6994, 6153, 5062, 1196, 222, 338, 1522, 244, 55, 456, 1851, 4261, 327, 102, 1948, 458, 5976, 347, 341, 7621, 822, 708, 222, 338, 20854, 297, 4850, 477, 1361, 566, 222, 338, 222, 338, 2469, 1414, 1178, 6589, 331, 1948, 451, 341, 6994, 6153, 5062, 1196, 1522, 222, 338, 244, 55, 7979, 642, 477, 1409, 64, 434, 666, 49, 2886, 391, 341, 7834, 3870, 7120, 49, 222, 338, 6367, 4345, 244, 58, 54, 34113, 1277, 49, 33316, 26912, 49, 25006, 49, 13083, 244, 53, 55, 54, 54, 53, 50, 54, 56, 53, 54, 15067, 51, 222, 338, 222, 338, 5304, 7272, 17980, 49, 244, 58, 53, 53, 17980, 27004, 3094, 49, 4777, 21100, 2432, 6868, 49, 10562, 244, 62, 57, 53, 59, 58, 15067, 222, 338, 575, 7739, 19955, 51, 11116, 51, 527, 434, 863, 1868, 5408, 2490, 575, 1178, 1364, 222, 338, 10034, 51, 222, 588, 499, 222, 1337, 1105, 51, 22502, 298, 3166, 51, 10203, 51, 1284, 51, 2297, 64, 222, 222, 485, 1401, 51, 1600, 51, 4341, 51, 21227, 64, 222, 485, 1401, 51, 1600, 51, 4341, 51, 43441, 64, 222, 222, 69, 21227, 45, 43441, 51, 29358, 46, 222, 942, 496, 3352, 14668, 1398, 88, 5064, 12072, 320, 303, 910, 1197, 804, 492, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
343
true
73.348873
true
true
XSLTErrorResources_sv.java
/FileExtraction/Java_unseen/hzio_HotSpotSourceCodeExploration/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/res/XSLTErrorResources_sv.java
/* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. */ /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.sun.org.apache.xalan.internal.res; import java.util.ListResourceBundle; /** * Set up error messages. * We build a two dimensional array of message keys and * message strings. In order to add a new message here, * you need to first add a String constant. And * you need to enter key , value pair as part of contents * Array. You also need to update MAX_CODE for error strings * and MAX_WARNING for warnings ( Needed for only information * purpose ) */ public class XSLTErrorResources_sv extends ListResourceBundle { /* * This file contains error and warning messages related to Xalan Error * Handling. * * General notes to translators: * * 1) Xalan (or more properly, Xalan-interpretive) and XSLTC are names of * components. * XSLT is an acronym for "XML Stylesheet Language: Transformations". * XSLTC is an acronym for XSLT Compiler. * * 2) A stylesheet is a description of how to transform an input XML document * into a resultant XML document (or HTML document or text). The * stylesheet itself is described in the form of an XML document. * * 3) A template is a component of a stylesheet that is used to match a * particular portion of an input document and specifies the form of the * corresponding portion of the output document. * * 4) An element is a mark-up tag in an XML document; an attribute is a * modifier on the tag. For example, in <elem attr='val' attr2='val2'> * "elem" is an element name, "attr" and "attr2" are attribute names with * the values "val" and "val2", respectively. * * 5) A namespace declaration is a special attribute that is used to associate * a prefix with a URI (the namespace). The meanings of element names and * attribute names that use that prefix are defined with respect to that * namespace. * * 6) "Translet" is an invented term that describes the class file that * results from compiling an XML stylesheet into a Java class. * * 7) XPath is a specification that describes a notation for identifying * nodes in a tree-structured representation of an XML document. An * instance of that notation is referred to as an XPath expression. * */ /* * Static variables */ public static final String ER_INVALID_NAMESPACE_URI_VALUE_FOR_RESULT_PREFIX = "ER_INVALID_SET_NAMESPACE_URI_VALUE_FOR_RESULT_PREFIX"; public static final String ER_INVALID_NAMESPACE_URI_VALUE_FOR_RESULT_PREFIX_FOR_DEFAULT = "ER_INVALID_NAMESPACE_URI_VALUE_FOR_RESULT_PREFIX_FOR_DEFAULT"; public static final String ER_NO_CURLYBRACE = "ER_NO_CURLYBRACE"; public static final String ER_FUNCTION_NOT_SUPPORTED = "ER_FUNCTION_NOT_SUPPORTED"; public static final String ER_ILLEGAL_ATTRIBUTE = "ER_ILLEGAL_ATTRIBUTE"; public static final String ER_NULL_SOURCENODE_APPLYIMPORTS = "ER_NULL_SOURCENODE_APPLYIMPORTS"; public static final String ER_CANNOT_ADD = "ER_CANNOT_ADD"; public static final String ER_NULL_SOURCENODE_HANDLEAPPLYTEMPLATES="ER_NULL_SOURCENODE_HANDLEAPPLYTEMPLATES"; public static final String ER_NO_NAME_ATTRIB = "ER_NO_NAME_ATTRIB"; public static final String ER_TEMPLATE_NOT_FOUND = "ER_TEMPLATE_NOT_FOUND"; public static final String ER_CANT_RESOLVE_NAME_AVT = "ER_CANT_RESOLVE_NAME_AVT"; public static final String ER_REQUIRES_ATTRIB = "ER_REQUIRES_ATTRIB"; public static final String ER_MUST_HAVE_TEST_ATTRIB = "ER_MUST_HAVE_TEST_ATTRIB"; public static final String ER_BAD_VAL_ON_LEVEL_ATTRIB = "ER_BAD_VAL_ON_LEVEL_ATTRIB"; public static final String ER_PROCESSINGINSTRUCTION_NAME_CANT_BE_XML = "ER_PROCESSINGINSTRUCTION_NAME_CANT_BE_XML"; public static final String ER_PROCESSINGINSTRUCTION_NOTVALID_NCNAME = "ER_PROCESSINGINSTRUCTION_NOTVALID_NCNAME"; public static final String ER_NEED_MATCH_ATTRIB = "ER_NEED_MATCH_ATTRIB"; public static final String ER_NEED_NAME_OR_MATCH_ATTRIB = "ER_NEED_NAME_OR_MATCH_ATTRIB"; public static final String ER_CANT_RESOLVE_NSPREFIX = "ER_CANT_RESOLVE_NSPREFIX"; public static final String ER_ILLEGAL_VALUE = "ER_ILLEGAL_VALUE"; public static final String ER_NO_OWNERDOC = "ER_NO_OWNERDOC"; public static final String ER_ELEMTEMPLATEELEM_ERR ="ER_ELEMTEMPLATEELEM_ERR"; public static final String ER_NULL_CHILD = "ER_NULL_CHILD"; public static final String ER_NEED_SELECT_ATTRIB = "ER_NEED_SELECT_ATTRIB"; public static final String ER_NEED_TEST_ATTRIB = "ER_NEED_TEST_ATTRIB"; public static final String ER_NEED_NAME_ATTRIB = "ER_NEED_NAME_ATTRIB"; public static final String ER_NO_CONTEXT_OWNERDOC = "ER_NO_CONTEXT_OWNERDOC"; public static final String ER_COULD_NOT_CREATE_XML_PROC_LIAISON = "ER_COULD_NOT_CREATE_XML_PROC_LIAISON"; public static final String ER_PROCESS_NOT_SUCCESSFUL = "ER_PROCESS_NOT_SUCCESSFUL"; public static final String ER_NOT_SUCCESSFUL = "ER_NOT_SUCCESSFUL"; public static final String ER_ENCODING_NOT_SUPPORTED = "ER_ENCODING_NOT_SUPPORTED"; public static final String ER_COULD_NOT_CREATE_TRACELISTENER = "ER_COULD_NOT_CREATE_TRACELISTENER"; public static final String ER_KEY_REQUIRES_NAME_ATTRIB = "ER_KEY_REQUIRES_NAME_ATTRIB"; public static final String ER_KEY_REQUIRES_MATCH_ATTRIB = "ER_KEY_REQUIRES_MATCH_ATTRIB"; public static final String ER_KEY_REQUIRES_USE_ATTRIB = "ER_KEY_REQUIRES_USE_ATTRIB"; public static final String ER_REQUIRES_ELEMENTS_ATTRIB = "ER_REQUIRES_ELEMENTS_ATTRIB"; public static final String ER_MISSING_PREFIX_ATTRIB = "ER_MISSING_PREFIX_ATTRIB"; public static final String ER_BAD_STYLESHEET_URL = "ER_BAD_STYLESHEET_URL"; public static final String ER_FILE_NOT_FOUND = "ER_FILE_NOT_FOUND"; public static final String ER_IOEXCEPTION = "ER_IOEXCEPTION"; public static final String ER_NO_HREF_ATTRIB = "ER_NO_HREF_ATTRIB"; public static final String ER_STYLESHEET_INCLUDES_ITSELF = "ER_STYLESHEET_INCLUDES_ITSELF"; public static final String ER_PROCESSINCLUDE_ERROR ="ER_PROCESSINCLUDE_ERROR"; public static final String ER_MISSING_LANG_ATTRIB = "ER_MISSING_LANG_ATTRIB"; public static final String ER_MISSING_CONTAINER_ELEMENT_COMPONENT = "ER_MISSING_CONTAINER_ELEMENT_COMPONENT"; public static final String ER_CAN_ONLY_OUTPUT_TO_ELEMENT = "ER_CAN_ONLY_OUTPUT_TO_ELEMENT"; public static final String ER_PROCESS_ERROR = "ER_PROCESS_ERROR"; public static final String ER_UNIMPLNODE_ERROR = "ER_UNIMPLNODE_ERROR"; public static final String ER_NO_SELECT_EXPRESSION ="ER_NO_SELECT_EXPRESSION"; public static final String ER_CANNOT_SERIALIZE_XSLPROCESSOR = "ER_CANNOT_SERIALIZE_XSLPROCESSOR"; public static final String ER_NO_INPUT_STYLESHEET = "ER_NO_INPUT_STYLESHEET"; public static final String ER_FAILED_PROCESS_STYLESHEET = "ER_FAILED_PROCESS_STYLESHEET"; public static final String ER_COULDNT_PARSE_DOC = "ER_COULDNT_PARSE_DOC"; public static final String ER_COULDNT_FIND_FRAGMENT = "ER_COULDNT_FIND_FRAGMENT"; public static final String ER_NODE_NOT_ELEMENT = "ER_NODE_NOT_ELEMENT"; public static final String ER_FOREACH_NEED_MATCH_OR_NAME_ATTRIB = "ER_FOREACH_NEED_MATCH_OR_NAME_ATTRIB"; public static final String ER_TEMPLATES_NEED_MATCH_OR_NAME_ATTRIB = "ER_TEMPLATES_NEED_MATCH_OR_NAME_ATTRIB"; public static final String ER_NO_CLONE_OF_DOCUMENT_FRAG = "ER_NO_CLONE_OF_DOCUMENT_FRAG"; public static final String ER_CANT_CREATE_ITEM = "ER_CANT_CREATE_ITEM"; public static final String ER_XMLSPACE_ILLEGAL_VALUE = "ER_XMLSPACE_ILLEGAL_VALUE"; public static final String ER_NO_XSLKEY_DECLARATION = "ER_NO_XSLKEY_DECLARATION"; public static final String ER_CANT_CREATE_URL = "ER_CANT_CREATE_URL"; public static final String ER_XSLFUNCTIONS_UNSUPPORTED = "ER_XSLFUNCTIONS_UNSUPPORTED"; public static final String ER_PROCESSOR_ERROR = "ER_PROCESSOR_ERROR"; public static final String ER_NOT_ALLOWED_INSIDE_STYLESHEET = "ER_NOT_ALLOWED_INSIDE_STYLESHEET"; public static final String ER_RESULTNS_NOT_SUPPORTED = "ER_RESULTNS_NOT_SUPPORTED"; public static final String ER_DEFAULTSPACE_NOT_SUPPORTED = "ER_DEFAULTSPACE_NOT_SUPPORTED"; public static final String ER_INDENTRESULT_NOT_SUPPORTED = "ER_INDENTRESULT_NOT_SUPPORTED"; public static final String ER_ILLEGAL_ATTRIB = "ER_ILLEGAL_ATTRIB"; public static final String ER_UNKNOWN_XSL_ELEM = "ER_UNKNOWN_XSL_ELEM"; public static final String ER_BAD_XSLSORT_USE = "ER_BAD_XSLSORT_USE"; public static final String ER_MISPLACED_XSLWHEN = "ER_MISPLACED_XSLWHEN"; public static final String ER_XSLWHEN_NOT_PARENTED_BY_XSLCHOOSE = "ER_XSLWHEN_NOT_PARENTED_BY_XSLCHOOSE"; public static final String ER_MISPLACED_XSLOTHERWISE = "ER_MISPLACED_XSLOTHERWISE"; public static final String ER_XSLOTHERWISE_NOT_PARENTED_BY_XSLCHOOSE = "ER_XSLOTHERWISE_NOT_PARENTED_BY_XSLCHOOSE"; public static final String ER_NOT_ALLOWED_INSIDE_TEMPLATE = "ER_NOT_ALLOWED_INSIDE_TEMPLATE"; public static final String ER_UNKNOWN_EXT_NS_PREFIX = "ER_UNKNOWN_EXT_NS_PREFIX"; public static final String ER_IMPORTS_AS_FIRST_ELEM = "ER_IMPORTS_AS_FIRST_ELEM"; public static final String ER_IMPORTING_ITSELF = "ER_IMPORTING_ITSELF"; public static final String ER_XMLSPACE_ILLEGAL_VAL ="ER_XMLSPACE_ILLEGAL_VAL"; public static final String ER_PROCESSSTYLESHEET_NOT_SUCCESSFUL = "ER_PROCESSSTYLESHEET_NOT_SUCCESSFUL"; public static final String ER_SAX_EXCEPTION = "ER_SAX_EXCEPTION"; public static final String ER_XSLT_ERROR = "ER_XSLT_ERROR"; public static final String ER_CURRENCY_SIGN_ILLEGAL= "ER_CURRENCY_SIGN_ILLEGAL"; public static final String ER_DOCUMENT_FUNCTION_INVALID_IN_STYLESHEET_DOM = "ER_DOCUMENT_FUNCTION_INVALID_IN_STYLESHEET_DOM"; public static final String ER_CANT_RESOLVE_PREFIX_OF_NON_PREFIX_RESOLVER = "ER_CANT_RESOLVE_PREFIX_OF_NON_PREFIX_RESOLVER"; public static final String ER_REDIRECT_COULDNT_GET_FILENAME = "ER_REDIRECT_COULDNT_GET_FILENAME"; public static final String ER_CANNOT_BUILD_FORMATTERLISTENER_IN_REDIRECT = "ER_CANNOT_BUILD_FORMATTERLISTENER_IN_REDIRECT"; public static final String ER_INVALID_PREFIX_IN_EXCLUDERESULTPREFIX = "ER_INVALID_PREFIX_IN_EXCLUDERESULTPREFIX"; public static final String ER_MISSING_NS_URI = "ER_MISSING_NS_URI"; public static final String ER_MISSING_ARG_FOR_OPTION = "ER_MISSING_ARG_FOR_OPTION"; public static final String ER_INVALID_OPTION = "ER_INVALID_OPTION"; public static final String ER_MALFORMED_FORMAT_STRING = "ER_MALFORMED_FORMAT_STRING"; public static final String ER_STYLESHEET_REQUIRES_VERSION_ATTRIB = "ER_STYLESHEET_REQUIRES_VERSION_ATTRIB"; public static final String ER_ILLEGAL_ATTRIBUTE_VALUE = "ER_ILLEGAL_ATTRIBUTE_VALUE"; public static final String ER_CHOOSE_REQUIRES_WHEN ="ER_CHOOSE_REQUIRES_WHEN"; public static final String ER_NO_APPLY_IMPORT_IN_FOR_EACH = "ER_NO_APPLY_IMPORT_IN_FOR_EACH"; public static final String ER_CANT_USE_DTM_FOR_OUTPUT = "ER_CANT_USE_DTM_FOR_OUTPUT"; public static final String ER_CANT_USE_DTM_FOR_INPUT = "ER_CANT_USE_DTM_FOR_INPUT"; public static final String ER_CALL_TO_EXT_FAILED = "ER_CALL_TO_EXT_FAILED"; public static final String ER_PREFIX_MUST_RESOLVE = "ER_PREFIX_MUST_RESOLVE"; public static final String ER_INVALID_UTF16_SURROGATE = "ER_INVALID_UTF16_SURROGATE"; public static final String ER_XSLATTRSET_USED_ITSELF = "ER_XSLATTRSET_USED_ITSELF"; public static final String ER_CANNOT_MIX_XERCESDOM ="ER_CANNOT_MIX_XERCESDOM"; public static final String ER_TOO_MANY_LISTENERS = "ER_TOO_MANY_LISTENERS"; public static final String ER_IN_ELEMTEMPLATEELEM_READOBJECT = "ER_IN_ELEMTEMPLATEELEM_READOBJECT"; public static final String ER_DUPLICATE_NAMED_TEMPLATE = "ER_DUPLICATE_NAMED_TEMPLATE"; public static final String ER_INVALID_KEY_CALL = "ER_INVALID_KEY_CALL"; public static final String ER_REFERENCING_ITSELF = "ER_REFERENCING_ITSELF"; public static final String ER_ILLEGAL_DOMSOURCE_INPUT = "ER_ILLEGAL_DOMSOURCE_INPUT"; public static final String ER_CLASS_NOT_FOUND_FOR_OPTION = "ER_CLASS_NOT_FOUND_FOR_OPTION"; public static final String ER_REQUIRED_ELEM_NOT_FOUND = "ER_REQUIRED_ELEM_NOT_FOUND"; public static final String ER_INPUT_CANNOT_BE_NULL ="ER_INPUT_CANNOT_BE_NULL"; public static final String ER_URI_CANNOT_BE_NULL = "ER_URI_CANNOT_BE_NULL"; public static final String ER_FILE_CANNOT_BE_NULL = "ER_FILE_CANNOT_BE_NULL"; public static final String ER_SOURCE_CANNOT_BE_NULL = "ER_SOURCE_CANNOT_BE_NULL"; public static final String ER_CANNOT_INIT_BSFMGR = "ER_CANNOT_INIT_BSFMGR"; public static final String ER_CANNOT_CMPL_EXTENSN = "ER_CANNOT_CMPL_EXTENSN"; public static final String ER_CANNOT_CREATE_EXTENSN = "ER_CANNOT_CREATE_EXTENSN"; public static final String ER_INSTANCE_MTHD_CALL_REQUIRES = "ER_INSTANCE_MTHD_CALL_REQUIRES"; public static final String ER_INVALID_ELEMENT_NAME ="ER_INVALID_ELEMENT_NAME"; public static final String ER_ELEMENT_NAME_METHOD_STATIC = "ER_ELEMENT_NAME_METHOD_STATIC"; public static final String ER_EXTENSION_FUNC_UNKNOWN = "ER_EXTENSION_FUNC_UNKNOWN"; public static final String ER_MORE_MATCH_CONSTRUCTOR = "ER_MORE_MATCH_CONSTRUCTOR"; public static final String ER_MORE_MATCH_METHOD = "ER_MORE_MATCH_METHOD"; public static final String ER_MORE_MATCH_ELEMENT = "ER_MORE_MATCH_ELEMENT"; public static final String ER_INVALID_CONTEXT_PASSED = "ER_INVALID_CONTEXT_PASSED"; public static final String ER_POOL_EXISTS = "ER_POOL_EXISTS"; public static final String ER_NO_DRIVER_NAME = "ER_NO_DRIVER_NAME"; public static final String ER_NO_URL = "ER_NO_URL"; public static final String ER_POOL_SIZE_LESSTHAN_ONE = "ER_POOL_SIZE_LESSTHAN_ONE"; public static final String ER_INVALID_DRIVER = "ER_INVALID_DRIVER"; public static final String ER_NO_STYLESHEETROOT = "ER_NO_STYLESHEETROOT"; public static final String ER_ILLEGAL_XMLSPACE_VALUE = "ER_ILLEGAL_XMLSPACE_VALUE"; public static final String ER_PROCESSFROMNODE_FAILED = "ER_PROCESSFROMNODE_FAILED"; public static final String ER_RESOURCE_COULD_NOT_LOAD = "ER_RESOURCE_COULD_NOT_LOAD"; public static final String ER_BUFFER_SIZE_LESSTHAN_ZERO = "ER_BUFFER_SIZE_LESSTHAN_ZERO"; public static final String ER_UNKNOWN_ERROR_CALLING_EXTENSION = "ER_UNKNOWN_ERROR_CALLING_EXTENSION"; public static final String ER_NO_NAMESPACE_DECL = "ER_NO_NAMESPACE_DECL"; public static final String ER_ELEM_CONTENT_NOT_ALLOWED = "ER_ELEM_CONTENT_NOT_ALLOWED"; public static final String ER_STYLESHEET_DIRECTED_TERMINATION = "ER_STYLESHEET_DIRECTED_TERMINATION"; public static final String ER_ONE_OR_TWO = "ER_ONE_OR_TWO"; public static final String ER_TWO_OR_THREE = "ER_TWO_OR_THREE"; public static final String ER_COULD_NOT_LOAD_RESOURCE = "ER_COULD_NOT_LOAD_RESOURCE"; public static final String ER_CANNOT_INIT_DEFAULT_TEMPLATES = "ER_CANNOT_INIT_DEFAULT_TEMPLATES"; public static final String ER_RESULT_NULL = "ER_RESULT_NULL"; public static final String ER_RESULT_COULD_NOT_BE_SET = "ER_RESULT_COULD_NOT_BE_SET"; public static final String ER_NO_OUTPUT_SPECIFIED = "ER_NO_OUTPUT_SPECIFIED"; public static final String ER_CANNOT_TRANSFORM_TO_RESULT_TYPE = "ER_CANNOT_TRANSFORM_TO_RESULT_TYPE"; public static final String ER_CANNOT_TRANSFORM_SOURCE_TYPE = "ER_CANNOT_TRANSFORM_SOURCE_TYPE"; public static final String ER_NULL_CONTENT_HANDLER ="ER_NULL_CONTENT_HANDLER"; public static final String ER_NULL_ERROR_HANDLER = "ER_NULL_ERROR_HANDLER"; public static final String ER_CANNOT_CALL_PARSE = "ER_CANNOT_CALL_PARSE"; public static final String ER_NO_PARENT_FOR_FILTER ="ER_NO_PARENT_FOR_FILTER"; public static final String ER_NO_STYLESHEET_IN_MEDIA = "ER_NO_STYLESHEET_IN_MEDIA"; public static final String ER_NO_STYLESHEET_PI = "ER_NO_STYLESHEET_PI"; public static final String ER_NOT_SUPPORTED = "ER_NOT_SUPPORTED"; public static final String ER_PROPERTY_VALUE_BOOLEAN = "ER_PROPERTY_VALUE_BOOLEAN"; public static final String ER_COULD_NOT_FIND_EXTERN_SCRIPT = "ER_COULD_NOT_FIND_EXTERN_SCRIPT"; public static final String ER_RESOURCE_COULD_NOT_FIND = "ER_RESOURCE_COULD_NOT_FIND"; public static final String ER_OUTPUT_PROPERTY_NOT_RECOGNIZED = "ER_OUTPUT_PROPERTY_NOT_RECOGNIZED"; public static final String ER_FAILED_CREATING_ELEMLITRSLT = "ER_FAILED_CREATING_ELEMLITRSLT"; public static final String ER_VALUE_SHOULD_BE_NUMBER = "ER_VALUE_SHOULD_BE_NUMBER"; public static final String ER_VALUE_SHOULD_EQUAL = "ER_VALUE_SHOULD_EQUAL"; public static final String ER_FAILED_CALLING_METHOD = "ER_FAILED_CALLING_METHOD"; public static final String ER_FAILED_CREATING_ELEMTMPL = "ER_FAILED_CREATING_ELEMTMPL"; public static final String ER_CHARS_NOT_ALLOWED = "ER_CHARS_NOT_ALLOWED"; public static final String ER_ATTR_NOT_ALLOWED = "ER_ATTR_NOT_ALLOWED"; public static final String ER_BAD_VALUE = "ER_BAD_VALUE"; public static final String ER_ATTRIB_VALUE_NOT_FOUND = "ER_ATTRIB_VALUE_NOT_FOUND"; public static final String ER_ATTRIB_VALUE_NOT_RECOGNIZED = "ER_ATTRIB_VALUE_NOT_RECOGNIZED"; public static final String ER_NULL_URI_NAMESPACE = "ER_NULL_URI_NAMESPACE"; public static final String ER_NUMBER_TOO_BIG = "ER_NUMBER_TOO_BIG"; public static final String ER_CANNOT_FIND_SAX1_DRIVER = "ER_CANNOT_FIND_SAX1_DRIVER"; public static final String ER_SAX1_DRIVER_NOT_LOADED = "ER_SAX1_DRIVER_NOT_LOADED"; public static final String ER_SAX1_DRIVER_NOT_INSTANTIATED = "ER_SAX1_DRIVER_NOT_INSTANTIATED" ; public static final String ER_SAX1_DRIVER_NOT_IMPLEMENT_PARSER = "ER_SAX1_DRIVER_NOT_IMPLEMENT_PARSER"; public static final String ER_PARSER_PROPERTY_NOT_SPECIFIED = "ER_PARSER_PROPERTY_NOT_SPECIFIED"; public static final String ER_PARSER_ARG_CANNOT_BE_NULL = "ER_PARSER_ARG_CANNOT_BE_NULL" ; public static final String ER_FEATURE = "ER_FEATURE"; public static final String ER_PROPERTY = "ER_PROPERTY" ; public static final String ER_NULL_ENTITY_RESOLVER ="ER_NULL_ENTITY_RESOLVER"; public static final String ER_NULL_DTD_HANDLER = "ER_NULL_DTD_HANDLER" ; public static final String ER_NO_DRIVER_NAME_SPECIFIED = "ER_NO_DRIVER_NAME_SPECIFIED"; public static final String ER_NO_URL_SPECIFIED = "ER_NO_URL_SPECIFIED"; public static final String ER_POOLSIZE_LESS_THAN_ONE = "ER_POOLSIZE_LESS_THAN_ONE"; public static final String ER_INVALID_DRIVER_NAME = "ER_INVALID_DRIVER_NAME"; public static final String ER_ERRORLISTENER = "ER_ERRORLISTENER"; public static final String ER_ASSERT_NO_TEMPLATE_PARENT = "ER_ASSERT_NO_TEMPLATE_PARENT"; public static final String ER_ASSERT_REDUNDENT_EXPR_ELIMINATOR = "ER_ASSERT_REDUNDENT_EXPR_ELIMINATOR"; public static final String ER_NOT_ALLOWED_IN_POSITION = "ER_NOT_ALLOWED_IN_POSITION"; public static final String ER_NONWHITESPACE_NOT_ALLOWED_IN_POSITION = "ER_NONWHITESPACE_NOT_ALLOWED_IN_POSITION"; public static final String ER_NAMESPACE_CONTEXT_NULL_NAMESPACE = "ER_NAMESPACE_CONTEXT_NULL_NAMESPACE"; public static final String ER_NAMESPACE_CONTEXT_NULL_PREFIX = "ER_NAMESPACE_CONTEXT_NULL_PREFIX"; public static final String ER_XPATH_RESOLVER_NULL_QNAME = "ER_XPATH_RESOLVER_NULL_QNAME"; public static final String ER_XPATH_RESOLVER_NEGATIVE_ARITY = "ER_XPATH_RESOLVER_NEGATIVE_ARITY"; public static final String INVALID_TCHAR = "INVALID_TCHAR"; public static final String INVALID_QNAME = "INVALID_QNAME"; public static final String INVALID_ENUM = "INVALID_ENUM"; public static final String INVALID_NMTOKEN = "INVALID_NMTOKEN"; public static final String INVALID_NCNAME = "INVALID_NCNAME"; public static final String INVALID_BOOLEAN = "INVALID_BOOLEAN"; public static final String INVALID_NUMBER = "INVALID_NUMBER"; public static final String ER_ARG_LITERAL = "ER_ARG_LITERAL"; public static final String ER_DUPLICATE_GLOBAL_VAR ="ER_DUPLICATE_GLOBAL_VAR"; public static final String ER_DUPLICATE_VAR = "ER_DUPLICATE_VAR"; public static final String ER_TEMPLATE_NAME_MATCH = "ER_TEMPLATE_NAME_MATCH"; public static final String ER_INVALID_PREFIX = "ER_INVALID_PREFIX"; public static final String ER_NO_ATTRIB_SET = "ER_NO_ATTRIB_SET"; public static final String ER_FUNCTION_NOT_FOUND = "ER_FUNCTION_NOT_FOUND"; public static final String ER_CANT_HAVE_CONTENT_AND_SELECT = "ER_CANT_HAVE_CONTENT_AND_SELECT"; public static final String ER_INVALID_SET_PARAM_VALUE = "ER_INVALID_SET_PARAM_VALUE"; public static final String ER_SET_FEATURE_NULL_NAME = "ER_SET_FEATURE_NULL_NAME"; public static final String ER_GET_FEATURE_NULL_NAME = "ER_GET_FEATURE_NULL_NAME"; public static final String ER_UNSUPPORTED_FEATURE = "ER_UNSUPPORTED_FEATURE"; public static final String ER_EXTENSION_ELEMENT_NOT_ALLOWED_IN_SECURE_PROCESSING = "ER_EXTENSION_ELEMENT_NOT_ALLOWED_IN_SECURE_PROCESSING"; public static final String WG_FOUND_CURLYBRACE = "WG_FOUND_CURLYBRACE"; public static final String WG_COUNT_ATTRIB_MATCHES_NO_ANCESTOR = "WG_COUNT_ATTRIB_MATCHES_NO_ANCESTOR"; public static final String WG_EXPR_ATTRIB_CHANGED_TO_SELECT = "WG_EXPR_ATTRIB_CHANGED_TO_SELECT"; public static final String WG_NO_LOCALE_IN_FORMATNUMBER = "WG_NO_LOCALE_IN_FORMATNUMBER"; public static final String WG_LOCALE_NOT_FOUND = "WG_LOCALE_NOT_FOUND"; public static final String WG_CANNOT_MAKE_URL_FROM ="WG_CANNOT_MAKE_URL_FROM"; public static final String WG_CANNOT_LOAD_REQUESTED_DOC = "WG_CANNOT_LOAD_REQUESTED_DOC"; public static final String WG_CANNOT_FIND_COLLATOR ="WG_CANNOT_FIND_COLLATOR"; public static final String WG_FUNCTIONS_SHOULD_USE_URL = "WG_FUNCTIONS_SHOULD_USE_URL"; public static final String WG_ENCODING_NOT_SUPPORTED_USING_UTF8 = "WG_ENCODING_NOT_SUPPORTED_USING_UTF8"; public static final String WG_ENCODING_NOT_SUPPORTED_USING_JAVA = "WG_ENCODING_NOT_SUPPORTED_USING_JAVA"; public static final String WG_SPECIFICITY_CONFLICTS = "WG_SPECIFICITY_CONFLICTS"; public static final String WG_PARSING_AND_PREPARING = "WG_PARSING_AND_PREPARING"; public static final String WG_ATTR_TEMPLATE = "WG_ATTR_TEMPLATE"; public static final String WG_CONFLICT_BETWEEN_XSLSTRIPSPACE_AND_XSLPRESERVESPACE = "WG_CONFLICT_BETWEEN_XSLSTRIPSPACE_AND_XSLPRESERVESP"; public static final String WG_ATTRIB_NOT_HANDLED = "WG_ATTRIB_NOT_HANDLED"; public static final String WG_NO_DECIMALFORMAT_DECLARATION = "WG_NO_DECIMALFORMAT_DECLARATION"; public static final String WG_OLD_XSLT_NS = "WG_OLD_XSLT_NS"; public static final String WG_ONE_DEFAULT_XSLDECIMALFORMAT_ALLOWED = "WG_ONE_DEFAULT_XSLDECIMALFORMAT_ALLOWED"; public static final String WG_XSLDECIMALFORMAT_NAMES_MUST_BE_UNIQUE = "WG_XSLDECIMALFORMAT_NAMES_MUST_BE_UNIQUE"; public static final String WG_ILLEGAL_ATTRIBUTE = "WG_ILLEGAL_ATTRIBUTE"; public static final String WG_COULD_NOT_RESOLVE_PREFIX = "WG_COULD_NOT_RESOLVE_PREFIX"; public static final String WG_STYLESHEET_REQUIRES_VERSION_ATTRIB = "WG_STYLESHEET_REQUIRES_VERSION_ATTRIB"; public static final String WG_ILLEGAL_ATTRIBUTE_NAME = "WG_ILLEGAL_ATTRIBUTE_NAME"; public static final String WG_ILLEGAL_ATTRIBUTE_VALUE = "WG_ILLEGAL_ATTRIBUTE_VALUE"; public static final String WG_EMPTY_SECOND_ARG = "WG_EMPTY_SECOND_ARG"; public static final String WG_PROCESSINGINSTRUCTION_NAME_CANT_BE_XML = "WG_PROCESSINGINSTRUCTION_NAME_CANT_BE_XML"; public static final String WG_PROCESSINGINSTRUCTION_NOTVALID_NCNAME = "WG_PROCESSINGINSTRUCTION_NOTVALID_NCNAME"; public static final String WG_ILLEGAL_ATTRIBUTE_POSITION = "WG_ILLEGAL_ATTRIBUTE_POSITION"; public static final String NO_MODIFICATION_ALLOWED_ERR = "NO_MODIFICATION_ALLOWED_ERR"; /* * Now fill in the message text. * Then fill in the message text for that message code in the * array. Use the new error code as the index into the array. */ // Error messages... /** Get the lookup table for error messages. * * @return The message lookup table. */ public Object[][] getContents() { return new Object[][] { /** Error message ID that has a null message, but takes in a single object. */ {"ER0000" , "{0}" }, { ER_NO_CURLYBRACE, "Fel: Uttryck kan inte inneh\u00E5lla '{'"}, { ER_ILLEGAL_ATTRIBUTE , "{0} har ett otill\u00E5tet attribut: {1}"}, {ER_NULL_SOURCENODE_APPLYIMPORTS , "sourceNode \u00E4r null i xsl:apply-imports!"}, {ER_CANNOT_ADD, "Kan inte addera {0} till {1}"}, { ER_NULL_SOURCENODE_HANDLEAPPLYTEMPLATES, "sourceNode \u00E4r null i handleApplyTemplatesInstruction!"}, { ER_NO_NAME_ATTRIB, "{0} m\u00E5ste ha ett namnattribut."}, {ER_TEMPLATE_NOT_FOUND, "Hittade inte mallen med namnet: {0}"}, {ER_CANT_RESOLVE_NAME_AVT, "Kunde inte matcha namn-AVT i xsl:call-template."}, {ER_REQUIRES_ATTRIB, "{0} kr\u00E4ver attribut: {1}"}, { ER_MUST_HAVE_TEST_ATTRIB, "{0} m\u00E5ste ha ett ''test''-attribut."}, {ER_BAD_VAL_ON_LEVEL_ATTRIB, "Felaktigt v\u00E4rde i niv\u00E5attribut: {0}"}, {ER_PROCESSINGINSTRUCTION_NAME_CANT_BE_XML, "Namn p\u00E5 bearbetningsinstruktion kan inte vara 'xml'"}, { ER_PROCESSINGINSTRUCTION_NOTVALID_NCNAME, "Namn p\u00E5 bearbetningsinstruktion m\u00E5ste vara ett giltigt NCName: {0}"}, { ER_NEED_MATCH_ATTRIB, "{0} m\u00E5ste ha ett matchningsattribut n\u00E4r det anger ett l\u00E4ge."}, { ER_NEED_NAME_OR_MATCH_ATTRIB, "{0} kr\u00E4ver antingen ett namn eller ett matchningsattribut."}, {ER_CANT_RESOLVE_NSPREFIX, "Kan inte matcha prefix f\u00F6r namnrymd: {0}"}, { ER_ILLEGAL_VALUE, "xml:space har ett otill\u00E5tet v\u00E4rde: {0}"}, { ER_NO_OWNERDOC, "Underordnad nod har inget \u00E4gardokument!"}, { ER_ELEMTEMPLATEELEM_ERR, "ElemTemplateElement-fel: {0}"}, { ER_NULL_CHILD, "F\u00F6rs\u00F6ker l\u00E4gga till en null-underordnad!"}, { ER_NEED_SELECT_ATTRIB, "{0} kr\u00E4ver ett select-attribut."}, { ER_NEED_TEST_ATTRIB , "xsl:when m\u00E5ste ha ett 'test'-attribut."}, { ER_NEED_NAME_ATTRIB, "xsl:with-parametern m\u00E5ste ha ett 'namn'-attribut."}, { ER_NO_CONTEXT_OWNERDOC, "context har inget \u00E4gardokument!"}, {ER_COULD_NOT_CREATE_XML_PROC_LIAISON, "Kunde inte skapa XML TransformerFactory Liaison: {0}"}, {ER_PROCESS_NOT_SUCCESSFUL, "Xalan: Processen utf\u00F6rdes inte."}, { ER_NOT_SUCCESSFUL, "Xalan: utf\u00F6rdes inte."}, { ER_ENCODING_NOT_SUPPORTED, "Kodningen st\u00F6ds inte: {0}"}, {ER_COULD_NOT_CREATE_TRACELISTENER, "Kunde inte TraceListener: {0}"}, {ER_KEY_REQUIRES_NAME_ATTRIB, "xsl:key kr\u00E4ver ett 'namn'-attribut!"}, { ER_KEY_REQUIRES_MATCH_ATTRIB, "xsl:key kr\u00E4ver ett 'matchning'-attribut!"}, { ER_KEY_REQUIRES_USE_ATTRIB, "xsl:key kr\u00E4ver ett 'anv\u00E4nd'-attribut!"}, { ER_REQUIRES_ELEMENTS_ATTRIB, "(StylesheetHandler) {0} kr\u00E4ver ett ''element''-attribut!"}, { ER_MISSING_PREFIX_ATTRIB, "(StylesheetHandler) ''prefix'' f\u00F6r {0}-attribut saknas"}, { ER_BAD_STYLESHEET_URL, "Formatmall-URL \u00E4r felaktig: {0}"}, { ER_FILE_NOT_FOUND, "Formatmallfil kunde inte hittas: {0}"}, { ER_IOEXCEPTION, "Fick IO-undantag med formatmallfil: {0}"}, { ER_NO_HREF_ATTRIB, "(StylesheetHandler) Hittade inte href-attribut f\u00F6r {0}"}, { ER_STYLESHEET_INCLUDES_ITSELF, "(StylesheetHandler) {0} inkluderar, direkt eller indirekt, sig sj\u00E4lv!"}, { ER_PROCESSINCLUDE_ERROR, "StylesheetHandler.processInclude-fel, {0}"}, { ER_MISSING_LANG_ATTRIB, "(StylesheetHandler) ''lang'' f\u00F6r {0}-attribut saknas"}, { ER_MISSING_CONTAINER_ELEMENT_COMPONENT, "(StylesheetHandler) {0}-element?? \u00E4r felplacerat Container-elementet ''component'' saknas"}, { ER_CAN_ONLY_OUTPUT_TO_ELEMENT, "Kan endast skicka utdata till ett Element, ett DocumentFragment, ett Document eller en PrintWriter."}, { ER_PROCESS_ERROR, "StylesheetRoot.process-fel"}, { ER_UNIMPLNODE_ERROR, "UnImplNode-fel: {0}"}, { ER_NO_SELECT_EXPRESSION, "Fel! Hittade inte xpath select-uttryck (-select)."}, { ER_CANNOT_SERIALIZE_XSLPROCESSOR, "Kan inte serialisera en XSLProcessor!"}, { ER_NO_INPUT_STYLESHEET, "Formatmallindata ej angiven!"}, { ER_FAILED_PROCESS_STYLESHEET, "Kunde inte behandla formatmall!"}, { ER_COULDNT_PARSE_DOC, "Kunde inte tolka dokumentet {0}!"}, { ER_COULDNT_FIND_FRAGMENT, "Hittade inte fragment: {0}"}, { ER_NODE_NOT_ELEMENT, "Nod som pekades p\u00E5 av fragment-identifierare var inte ett element: {0}"}, { ER_FOREACH_NEED_MATCH_OR_NAME_ATTRIB, "for-each kr\u00E4ver antingen en matchning eller ett namnattribut"}, { ER_TEMPLATES_NEED_MATCH_OR_NAME_ATTRIB, "templates kr\u00E4ver antingen en matchning eller ett namnattribut"}, { ER_NO_CLONE_OF_DOCUMENT_FRAG, "Ingen klon av ett dokumentfragment!"}, { ER_CANT_CREATE_ITEM, "Kan inte skapa element i resultattr\u00E4d: {0}"}, { ER_XMLSPACE_ILLEGAL_VALUE, "xml:space i k\u00E4ll-XML har ett otill\u00E5tet v\u00E4rde: {0}"}, { ER_NO_XSLKEY_DECLARATION, "Det finns ingen xsl:key-deklaration f\u00F6r {0}!"}, { ER_CANT_CREATE_URL, "Fel! Kan inte skapa URL f\u00F6r: {0}"}, { ER_XSLFUNCTIONS_UNSUPPORTED, "xsl:functions st\u00F6ds inte"}, { ER_PROCESSOR_ERROR, "XSLT TransformerFactory-fel"}, { ER_NOT_ALLOWED_INSIDE_STYLESHEET, "(StylesheetHandler) {0} \u00E4r inte till\u00E5ten inne i en formatmall!"}, { ER_RESULTNS_NOT_SUPPORTED, "result-ns st\u00F6ds inte l\u00E4ngre! Anv\u00E4nd xsl:output ist\u00E4llet."}, { ER_DEFAULTSPACE_NOT_SUPPORTED, "default-space st\u00F6ds inte l\u00E4ngre! Anv\u00E4nd xsl:strip-space eller xsl:preserve-space ist\u00E4llet."}, { ER_INDENTRESULT_NOT_SUPPORTED, "indent-result st\u00F6ds inte l\u00E4ngre! Anv\u00E4nd xsl:output ist\u00E4llet."}, { ER_ILLEGAL_ATTRIB, "(StylesheetHandler) {0} har ett otill\u00E5tet attribut: {1}"}, { ER_UNKNOWN_XSL_ELEM, "Ok\u00E4nt XSL-element: {0}"}, { ER_BAD_XSLSORT_USE, "(StylesheetHandler) xsl:sort kan endast anv\u00E4ndas med xsl:apply-templates eller xsl:for-each."}, { ER_MISPLACED_XSLWHEN, "(StylesheetHandler) felplacerade xsl:when!"}, { ER_XSLWHEN_NOT_PARENTED_BY_XSLCHOOSE, "(StylesheetHandler) xsl:when h\u00E4rstammar inte fr\u00E5n xsl:choose!"}, { ER_MISPLACED_XSLOTHERWISE, "(StylesheetHandler) felplacerade xsl:otherwise!"}, { ER_XSLOTHERWISE_NOT_PARENTED_BY_XSLCHOOSE, "(StylesheetHandler) xsl:otherwise h\u00E4rstammar inte fr\u00E5n xsl:choose!"}, { ER_NOT_ALLOWED_INSIDE_TEMPLATE, "(StylesheetHandler) {0} \u00E4r inte till\u00E5ten inne i en mall!"}, { ER_UNKNOWN_EXT_NS_PREFIX, "(StylesheetHandler) ok\u00E4nt namnrymdsprefix {1} f\u00F6r till\u00E4gg {0}"}, { ER_IMPORTS_AS_FIRST_ELEM, "(StylesheetHandler) Imports kan endast f\u00F6rekomma som de f\u00F6rsta elementen i formatmallen!"}, { ER_IMPORTING_ITSELF, "(StylesheetHandler) {0} importerar, direkt eller indirekt, sig sj\u00E4lv!"}, { ER_XMLSPACE_ILLEGAL_VAL, "(StylesheetHandler) xml:space har ett otill\u00E5tet v\u00E4rde: {0}"}, { ER_PROCESSSTYLESHEET_NOT_SUCCESSFUL, "processStylesheet utf\u00F6rdes inte!"}, { ER_SAX_EXCEPTION, "SAX-undantag"}, // add this message to fix bug 21478 { ER_FUNCTION_NOT_SUPPORTED, "Funktionen st\u00F6ds inte!"}, { ER_XSLT_ERROR, "XSLT-fel"}, { ER_CURRENCY_SIGN_ILLEGAL, "valutatecken \u00E4r inte till\u00E5tet i formatm\u00F6nsterstr\u00E4ng"}, { ER_DOCUMENT_FUNCTION_INVALID_IN_STYLESHEET_DOM, "Dokumentfunktion st\u00F6ds inte i Stylesheet DOM!"}, { ER_CANT_RESOLVE_PREFIX_OF_NON_PREFIX_RESOLVER, "Kan inte matcha prefix med matchning som saknar prefix!"}, { ER_REDIRECT_COULDNT_GET_FILENAME, "Redirect-till\u00E4gg: Hittade inte filnamn - fil eller valattribut m\u00E5ste returnera giltig str\u00E4ng."}, { ER_CANNOT_BUILD_FORMATTERLISTENER_IN_REDIRECT, "Kan inte bygga FormatterListener i Redirect-till\u00E4gg!"}, { ER_INVALID_PREFIX_IN_EXCLUDERESULTPREFIX, "Prefix i exclude-result-prefixes \u00E4r inte giltigt: {0}"}, { ER_MISSING_NS_URI, "Namnrymds-URI saknas f\u00F6r angivna prefix"}, { ER_MISSING_ARG_FOR_OPTION, "Argument saknas f\u00F6r alternativet: {0}"}, { ER_INVALID_OPTION, "Ogiltigt alternativ: {0}"}, { ER_MALFORMED_FORMAT_STRING, "Felaktigt utformad formatstr\u00E4ng: {0}"}, { ER_STYLESHEET_REQUIRES_VERSION_ATTRIB, "xsl:stylesheet kr\u00E4ver ett 'version'-attribut!"}, { ER_ILLEGAL_ATTRIBUTE_VALUE, "Attribut: {0} har ett otill\u00E5tet v\u00E4rde: {1}"}, { ER_CHOOSE_REQUIRES_WHEN, "xsl:choose kr\u00E4ver xsl:when"}, { ER_NO_APPLY_IMPORT_IN_FOR_EACH, "xsl:apply-imports inte till\u00E5tet i xsl:for-each"}, { ER_CANT_USE_DTM_FOR_OUTPUT, "Kan inte anv\u00E4nda DTMLiaison till en DOM utdatanod... skicka en com.sun.org.apache.xpath.internal.DOM2Helper ist\u00E4llet!"}, { ER_CANT_USE_DTM_FOR_INPUT, "Kan inte anv\u00E4nda DTMLiaison till en DOM indatanod... skicka en com.sun.org.apache.xpath.internal.DOM2Helper ist\u00E4llet!"}, { ER_CALL_TO_EXT_FAILED, "Anrop till till\u00E4ggselement utf\u00F6rdes inte: {0}"}, { ER_PREFIX_MUST_RESOLVE, "Prefix m\u00E5ste matchas till en namnrymd: {0}"}, { ER_INVALID_UTF16_SURROGATE, "Ogiltigt UTF-16-surrogat uppt\u00E4ckt: {0} ?"}, { ER_XSLATTRSET_USED_ITSELF, "xsl:attribute-set {0} anv\u00E4nde sig sj\u00E4lvt, vilket kommer att orsaka en o\u00E4ndlig slinga."}, { ER_CANNOT_MIX_XERCESDOM, "Kan inte blanda icke-Xerces-DOM-indata med Xerces-DOM-utdata!"}, { ER_TOO_MANY_LISTENERS, "addTraceListenersToStylesheet - TooManyListenersException"}, { ER_IN_ELEMTEMPLATEELEM_READOBJECT, "I ElemTemplateElement.readObject: {0}"}, { ER_DUPLICATE_NAMED_TEMPLATE, "Hittade fler \u00E4n en mall med namnet: {0}"}, { ER_INVALID_KEY_CALL, "Ogiltigt funktionsanrop: rekursiva key()-anrop \u00E4r inte till\u00E5tna"}, { ER_REFERENCING_ITSELF, "Variabeln {0} refererar, direkt eller indirekt, till sig sj\u00E4lv!"}, { ER_ILLEGAL_DOMSOURCE_INPUT, "Indatanoden till en DOMSource f\u00F6r newTemplates f\u00E5r inte vara null!"}, { ER_CLASS_NOT_FOUND_FOR_OPTION, "Klassfil f\u00F6r alternativ {0} saknas"}, { ER_REQUIRED_ELEM_NOT_FOUND, "Obligatoriska element hittades inte: {0}"}, { ER_INPUT_CANNOT_BE_NULL, "InputStream kan inte vara null"}, { ER_URI_CANNOT_BE_NULL, "URI kan inte vara null"}, { ER_FILE_CANNOT_BE_NULL, "Fil kan inte vara null"}, { ER_SOURCE_CANNOT_BE_NULL, "InputSource kan inte vara null"}, { ER_CANNOT_INIT_BSFMGR, "Kunde inte initiera BSF Manager"}, { ER_CANNOT_CMPL_EXTENSN, "Kunde inte kompilera till\u00E4gg"}, { ER_CANNOT_CREATE_EXTENSN, "Kunde inte skapa till\u00E4gg: {0} p\u00E5 grund av: {1}"}, { ER_INSTANCE_MTHD_CALL_REQUIRES, "Instansmetodanrop till metod {0} kr\u00E4ver en objektinstans som f\u00F6rsta argument"}, { ER_INVALID_ELEMENT_NAME, "Ogiltigt elementnamn angivet {0}"}, { ER_ELEMENT_NAME_METHOD_STATIC, "Elementnamnmetod m\u00E5ste vara statisk {0}"}, { ER_EXTENSION_FUNC_UNKNOWN, "Till\u00E4ggsfunktion {0} : {1} \u00E4r ok\u00E4nd"}, { ER_MORE_MATCH_CONSTRUCTOR, "Fler \u00E4n en b\u00E4sta matchning f\u00F6r konstruktor f\u00F6r {0}"}, { ER_MORE_MATCH_METHOD, "Fler \u00E4n en b\u00E4sta matchning f\u00F6r metod {0}"}, { ER_MORE_MATCH_ELEMENT, "Fler \u00E4n en b\u00E4sta matchning f\u00F6r elementmetod {0}"}, { ER_INVALID_CONTEXT_PASSED, "Ogiltig kontext skickad f\u00F6r att utv\u00E4rdera {0}"}, { ER_POOL_EXISTS, "Pool finns redan"}, { ER_NO_DRIVER_NAME, "Inget drivrutinsnamn angivet"}, { ER_NO_URL, "Ingen URL angiven"}, { ER_POOL_SIZE_LESSTHAN_ONE, "Poolstorlek \u00E4r mindre \u00E4n ett!"}, { ER_INVALID_DRIVER, "Ogiltigt drivrutinsnamn angivet!"}, { ER_NO_STYLESHEETROOT, "Hittade inte formatmallen roten!"}, { ER_ILLEGAL_XMLSPACE_VALUE, "Otill\u00E5tet v\u00E4rde f\u00F6r xml:space"}, { ER_PROCESSFROMNODE_FAILED, "processFromNode utf\u00F6rdes inte"}, { ER_RESOURCE_COULD_NOT_LOAD, "Resursen [ {0} ] kunde inte laddas: {1} \n {2} \t {3}"}, { ER_BUFFER_SIZE_LESSTHAN_ZERO, "Buffertstorlek <=0"}, { ER_UNKNOWN_ERROR_CALLING_EXTENSION, "Ok\u00E4nt fel vid anrop av till\u00E4gg"}, { ER_NO_NAMESPACE_DECL, "Prefix {0} har ingen motsvarande namnrymdsdeklaration"}, { ER_ELEM_CONTENT_NOT_ALLOWED, "Elementinneh\u00E5ll inte till\u00E5tet f\u00F6r lang=javaclass {0}"}, { ER_STYLESHEET_DIRECTED_TERMINATION, "Avslutning via formatmall"}, { ER_ONE_OR_TWO, "1 eller 2"}, { ER_TWO_OR_THREE, "2 eller 3"}, { ER_COULD_NOT_LOAD_RESOURCE, "Kunde inte ladda {0} (kontrollera CLASSPATH), anv\u00E4nder nu enbart standardv\u00E4rden"}, { ER_CANNOT_INIT_DEFAULT_TEMPLATES, "Kan inte initiera standardmallar"}, { ER_RESULT_NULL, "Result borde inte vara null"}, { ER_RESULT_COULD_NOT_BE_SET, "Result kunde inte st\u00E4llas in"}, { ER_NO_OUTPUT_SPECIFIED, "Ingen utdata angiven"}, { ER_CANNOT_TRANSFORM_TO_RESULT_TYPE, "Kan inte omvandla till Result av typ {0}"}, { ER_CANNOT_TRANSFORM_SOURCE_TYPE, "Kan inte omvandla Source av typ {0}"}, { ER_NULL_CONTENT_HANDLER, "Inneh\u00E5llshanterare med v\u00E4rde null"}, { ER_NULL_ERROR_HANDLER, "Felhanterare med v\u00E4rde null"}, { ER_CANNOT_CALL_PARSE, "parse kan inte anropas om ContentHandler inte har satts"}, { ER_NO_PARENT_FOR_FILTER, "Ingen \u00F6verordnad f\u00F6r filter"}, { ER_NO_STYLESHEET_IN_MEDIA, "Formatmall saknas i: {0}, media= {1}"}, { ER_NO_STYLESHEET_PI, "PI f\u00F6r xml-formatmall saknas i: {0}"}, { ER_NOT_SUPPORTED, "Underst\u00F6ds inte: {0}"}, { ER_PROPERTY_VALUE_BOOLEAN, "V\u00E4rde f\u00F6r egenskap {0} b\u00F6r vara en boolesk instans"}, { ER_COULD_NOT_FIND_EXTERN_SCRIPT, "Kunde inte h\u00E4mta externt skript fr\u00E5n {0}"}, { ER_RESOURCE_COULD_NOT_FIND, "Resursen [ {0} ] kunde inte h\u00E4mtas.\n {1}"}, { ER_OUTPUT_PROPERTY_NOT_RECOGNIZED, "Utdataegenskap kan inte identifieras: {0}"}, { ER_FAILED_CREATING_ELEMLITRSLT, "Kunde inte skapa instans av ElemLiteralResult"}, //Earlier (JDK 1.4 XALAN 2.2-D11) at key code '204' the key name was ER_PRIORITY_NOT_PARSABLE // In latest Xalan code base key name is ER_VALUE_SHOULD_BE_NUMBER. This should also be taken care //in locale specific files like XSLTErrorResources_de.java, XSLTErrorResources_fr.java etc. //NOTE: Not only the key name but message has also been changed. { ER_VALUE_SHOULD_BE_NUMBER, "V\u00E4rdet f\u00F6r {0} b\u00F6r inneh\u00E5lla ett tal som kan tolkas"}, { ER_VALUE_SHOULD_EQUAL, "V\u00E4rdet f\u00F6r {0} b\u00F6r vara ja eller nej"}, { ER_FAILED_CALLING_METHOD, "Kunde inte anropa metoden {0}"}, { ER_FAILED_CREATING_ELEMTMPL, "Kunde inte skapa instans av ElemTemplateElement"}, { ER_CHARS_NOT_ALLOWED, "Tecken \u00E4r inte till\u00E5tna i dokumentet i det h\u00E4r skedet"}, { ER_ATTR_NOT_ALLOWED, "Attributet \"{0}\" \u00E4r inte till\u00E5tet i elementet {1}!"}, { ER_BAD_VALUE, "{0} felaktigt v\u00E4rde {1} "}, { ER_ATTRIB_VALUE_NOT_FOUND, "Attributet {0} saknas "}, { ER_ATTRIB_VALUE_NOT_RECOGNIZED, "Attributv\u00E4rdet {0} kan inte identifieras "}, { ER_NULL_URI_NAMESPACE, "F\u00F6rs\u00F6ker generera ett namnrymdsprefix med en null-URI"}, { ER_NUMBER_TOO_BIG, "F\u00F6rs\u00F6ker formatera ett tal som \u00E4r st\u00F6rre \u00E4n det st\u00F6rsta l\u00E5nga heltalet"}, { ER_CANNOT_FIND_SAX1_DRIVER, "Hittar inte SAX1-drivrutinen klass {0}"}, { ER_SAX1_DRIVER_NOT_LOADED, "SAX1-drivrutinen klass {0} hittades, men kan inte laddas"}, { ER_SAX1_DRIVER_NOT_INSTANTIATED, "SAX1-drivrutinen klass {0} laddades, men kan inte instansieras"}, { ER_SAX1_DRIVER_NOT_IMPLEMENT_PARSER, "SAX1-drivrutinen klass {0} implementerar inte org.xml.sax.Parser"}, { ER_PARSER_PROPERTY_NOT_SPECIFIED, "Systemegenskapen org.xml.sax.parser \u00E4r inte angiven"}, { ER_PARSER_ARG_CANNOT_BE_NULL, "Parserargument m\u00E5ste vara null"}, { ER_FEATURE, "Funktion: {0}"}, { ER_PROPERTY, "Egenskap: {0}"}, { ER_NULL_ENTITY_RESOLVER, "Enhetsmatchning med v\u00E4rde null"}, { ER_NULL_DTD_HANDLER, "DTD-hanterare med v\u00E4rde null"}, { ER_NO_DRIVER_NAME_SPECIFIED, "Inget angivet drivrutinsnamn!"}, { ER_NO_URL_SPECIFIED, "Ingen URL angiven!"}, { ER_POOLSIZE_LESS_THAN_ONE, "Poolstorlek \u00E4r mindre \u00E4n ett!"}, { ER_INVALID_DRIVER_NAME, "Ogiltigt drivrutinsnamn angivet!"}, { ER_ERRORLISTENER, "ErrorListener"}, // Note to translators: The following message should not normally be displayed // to users. It describes a situation in which the processor has detected // an internal consistency problem in itself, and it provides this message // for the developer to help diagnose the problem. The name // 'ElemTemplateElement' is the name of a class, and should not be // translated. { ER_ASSERT_NO_TEMPLATE_PARENT, "Programmerarfel! Uttrycket har ingen \u00F6verordnad ElemTemplateElement!"}, // Note to translators: The following message should not normally be displayed // to users. It describes a situation in which the processor has detected // an internal consistency problem in itself, and it provides this message // for the developer to help diagnose the problem. The substitution text // provides further information in order to diagnose the problem. The name // 'RedundentExprEliminator' is the name of a class, and should not be // translated. { ER_ASSERT_REDUNDENT_EXPR_ELIMINATOR, "Programmerarens utsaga i RedundentExprEliminator: {0}"}, { ER_NOT_ALLOWED_IN_POSITION, "{0} \u00E4r inte till\u00E5ten i denna position i formatmallen!"}, { ER_NONWHITESPACE_NOT_ALLOWED_IN_POSITION, "Text utan blanktecken \u00E4r inte till\u00E5ten i denna position i formatmallen!"}, // This code is shared with warning codes. // SystemId Unknown { INVALID_TCHAR, "Otill\u00E5tet v\u00E4rde: {1} anv\u00E4nds f\u00F6r CHAR-attributet: {0}. Ett attribut av CHAR-typ f\u00E5r bara ha 1 tecken!"}, // Note to translators: The following message is used if the value of // an attribute in a stylesheet is invalid. "QNAME" is the XML data-type of // the attribute, and should not be translated. The substitution text {1} is // the attribute value and {0} is the attribute name. //The following codes are shared with the warning codes... { INVALID_QNAME, "Otill\u00E5tet v\u00E4rde: {1} anv\u00E4nds f\u00F6r QNAME-attributet: {0}"}, // Note to translators: The following message is used if the value of // an attribute in a stylesheet is invalid. "ENUM" is the XML data-type of // the attribute, and should not be translated. The substitution text {1} is // the attribute value, {0} is the attribute name, and {2} is a list of valid // values. { INVALID_ENUM, "Otill\u00E5tet v\u00E4rde: {1} anv\u00E4nds f\u00F6r ENUM-attributet: {0}. Giltiga v\u00E4rden \u00E4r: {2}."}, // Note to translators: The following message is used if the value of // an attribute in a stylesheet is invalid. "NMTOKEN" is the XML data-type // of the attribute, and should not be translated. The substitution text {1} is // the attribute value and {0} is the attribute name. { INVALID_NMTOKEN, "Otill\u00E5tet v\u00E4rde: {1} anv\u00E4nds f\u00F6r NMTOKEN-attributet: {0} "}, // Note to translators: The following message is used if the value of // an attribute in a stylesheet is invalid. "NCNAME" is the XML data-type // of the attribute, and should not be translated. The substitution text {1} is // the attribute value and {0} is the attribute name. { INVALID_NCNAME, "Otill\u00E5tet v\u00E4rde: {1} anv\u00E4nds f\u00F6r NCNAME-attributet: {0} "}, // Note to translators: The following message is used if the value of // an attribute in a stylesheet is invalid. "boolean" is the XSLT data-type // of the attribute, and should not be translated. The substitution text {1} is // the attribute value and {0} is the attribute name. { INVALID_BOOLEAN, "Otill\u00E5tet v\u00E4rde: {1} anv\u00E4nds f\u00F6r boolean-attributet: {0} "}, // Note to translators: The following message is used if the value of // an attribute in a stylesheet is invalid. "number" is the XSLT data-type // of the attribute, and should not be translated. The substitution text {1} is // the attribute value and {0} is the attribute name. { INVALID_NUMBER, "Otill\u00E5tet v\u00E4rde: {1} anv\u00E4nds f\u00F6r number-attributet: {0} "}, // End of shared codes... // Note to translators: A "match pattern" is a special form of XPath expression // that is used for matching patterns. The substitution text is the name of // a function. The message indicates that when this function is referenced in // a match pattern, its argument must be a string literal (or constant.) // ER_ARG_LITERAL - new error message for bugzilla //5202 { ER_ARG_LITERAL, "Argument f\u00F6r {0} i matchningsm\u00F6nstret m\u00E5ste vara litteral."}, // Note to translators: The following message indicates that two definitions of // a variable. A "global variable" is a variable that is accessible everywher // in the stylesheet. // ER_DUPLICATE_GLOBAL_VAR - new error message for bugzilla #790 { ER_DUPLICATE_GLOBAL_VAR, "Dubbel deklaration av global variabel."}, // Note to translators: The following message indicates that two definitions of // a variable were encountered. // ER_DUPLICATE_VAR - new error message for bugzilla #790 { ER_DUPLICATE_VAR, "Dubbel deklaration av variabel."}, // Note to translators: "xsl:template, "name" and "match" are XSLT keywords // which must not be translated. // ER_TEMPLATE_NAME_MATCH - new error message for bugzilla #789 { ER_TEMPLATE_NAME_MATCH, "xsl:template m\u00E5ste ha name- och/eller match-attribut"}, // Note to translators: "exclude-result-prefixes" is an XSLT keyword which // should not be translated. The message indicates that a namespace prefix // encountered as part of the value of the exclude-result-prefixes attribute // was in error. // ER_INVALID_PREFIX - new error message for bugzilla #788 { ER_INVALID_PREFIX, "Prefix i exclude-result-prefixes \u00E4r inte giltigt: {0}"}, // Note to translators: An "attribute set" is a set of attributes that can // be added to an element in the output document as a group. The message // indicates that there was a reference to an attribute set named {0} that // was never defined. // ER_NO_ATTRIB_SET - new error message for bugzilla #782 { ER_NO_ATTRIB_SET, "attributserien {0} finns inte"}, // Note to translators: This message indicates that there was a reference // to a function named {0} for which no function definition could be found. { ER_FUNCTION_NOT_FOUND, "Det finns ingen funktion med namnet {0}"}, // Note to translators: This message indicates that the XSLT instruction // that is named by the substitution text {0} must not contain other XSLT // instructions (content) or a "select" attribute. The word "select" is // an XSLT keyword in this case and must not be translated. { ER_CANT_HAVE_CONTENT_AND_SELECT, "Elementet {0} kan inte ha b\u00E5de inneh\u00E5ll och select-attribut."}, // Note to translators: This message indicates that the value argument // of setParameter must be a valid Java Object. { ER_INVALID_SET_PARAM_VALUE, "Parameterv\u00E4rdet f\u00F6r {0} m\u00E5ste vara giltigt Java-objekt"}, { ER_INVALID_NAMESPACE_URI_VALUE_FOR_RESULT_PREFIX_FOR_DEFAULT, "result-prefix-attributet i xsl:namespace-alias-element har v\u00E4rdet '#default', men det finns ingen deklaration av standardnamnrymd inom omfattningen av elementet"}, { ER_INVALID_NAMESPACE_URI_VALUE_FOR_RESULT_PREFIX, "result-prefix-attributet i xsl:namespace-alias-element har v\u00E4rdet ''{0}'', men det finns ingen deklaration av namnrymd f\u00F6r prefixet ''{0}'' inom omfattningen av elementet."}, { ER_SET_FEATURE_NULL_NAME, "Funktionsnamnet kan inte vara null i TransformerFactory.setFeature(namn p\u00E5 str\u00E4ng, booleskt v\u00E4rde)."}, { ER_GET_FEATURE_NULL_NAME, "Funktionsnamnet kan inte vara null i TransformerFactory.getFeature(namn p\u00E5 str\u00E4ng)."}, { ER_UNSUPPORTED_FEATURE, "Kan inte st\u00E4lla in funktionen ''{0}'' i denna TransformerFactory."}, { ER_EXTENSION_ELEMENT_NOT_ALLOWED_IN_SECURE_PROCESSING, "Anv\u00E4ndning av till\u00E4ggselementet ''{0}'' \u00E4r inte till\u00E5tet n\u00E4r s\u00E4ker bearbetning till\u00E4mpas."}, { ER_NAMESPACE_CONTEXT_NULL_NAMESPACE, "Kan inte h\u00E4mta prefix f\u00F6r namnrymds-uri som \u00E4r null."}, { ER_NAMESPACE_CONTEXT_NULL_PREFIX, "Kan inte h\u00E4mta namnrymds-uri f\u00F6r prefix som \u00E4r null."}, { ER_XPATH_RESOLVER_NULL_QNAME, "Funktionsnamn f\u00E5r inte vara null."}, { ER_XPATH_RESOLVER_NEGATIVE_ARITY, "Ariteten kan inte vara negativ."}, // Warnings... { WG_FOUND_CURLYBRACE, "Hittade '}' men det finns ingen \u00F6ppen attributmall!"}, { WG_COUNT_ATTRIB_MATCHES_NO_ANCESTOR, "Varning: r\u00E4knarattribut matchar inte \u00F6verordnad i xsl:number! Target = {0}"}, { WG_EXPR_ATTRIB_CHANGED_TO_SELECT, "Gammal syntax: Namnet p\u00E5 'expr'-attributet har \u00E4ndrats till 'select'."}, { WG_NO_LOCALE_IN_FORMATNUMBER, "Xalan hanterar \u00E4nnu inte spr\u00E5kkonventionen i funktionen format-number."}, { WG_LOCALE_NOT_FOUND, "Varning: Hittade inte spr\u00E5kkonvention f\u00F6r xml:lang={0}"}, { WG_CANNOT_MAKE_URL_FROM, "Kan inte skapa URL fr\u00E5n: {0}"}, { WG_CANNOT_LOAD_REQUESTED_DOC, "Kan inte ladda beg\u00E4rt dokument: {0}"}, { WG_CANNOT_FIND_COLLATOR, "Hittade inte kollationering f\u00F6r <sort xml:lang={0}"}, { WG_FUNCTIONS_SHOULD_USE_URL, "Gammal syntax: funktionsinstruktionen b\u00F6r anv\u00E4nda url:en {0}"}, { WG_ENCODING_NOT_SUPPORTED_USING_UTF8, "kodning underst\u00F6ds inte: {0}, anv\u00E4nder UTF-8"}, { WG_ENCODING_NOT_SUPPORTED_USING_JAVA, "kodning underst\u00F6ds inte: {0}, anv\u00E4nder Java {1}"}, { WG_SPECIFICITY_CONFLICTS, "Specifika konflikter hittades: {0} Senast hittade i formatmall kommer att anv\u00E4ndas."}, { WG_PARSING_AND_PREPARING, "========= Tolkar och f\u00F6rbereder {0} =========="}, { WG_ATTR_TEMPLATE, "Attributmall, {0}"}, { WG_CONFLICT_BETWEEN_XSLSTRIPSPACE_AND_XSLPRESERVESPACE, "Matchningskonflikt mellan xsl:strip-space och xsl:preserve-space"}, { WG_ATTRIB_NOT_HANDLED, "Xalan hanterar \u00E4nnu inte attributet {0}!"}, { WG_NO_DECIMALFORMAT_DECLARATION, "Hittade ingen deklaration f\u00F6r decimalformatet: {0}"}, { WG_OLD_XSLT_NS, "XSLT-namnrymd saknas eller \u00E4r inkorrekt. "}, { WG_ONE_DEFAULT_XSLDECIMALFORMAT_ALLOWED, "Endast en standarddeklaration av xsl:decimal-format \u00E4r till\u00E5ten."}, { WG_XSLDECIMALFORMAT_NAMES_MUST_BE_UNIQUE, "Namn p\u00E5 xsl:decimal-format m\u00E5ste vara unika. Namnet \"{0}\" har blivit duplicerat."}, { WG_ILLEGAL_ATTRIBUTE, "{0} har ett otill\u00E5tet attribut: {1}"}, { WG_COULD_NOT_RESOLVE_PREFIX, "Kunde inte matcha namnrymdsprefix: {0}. Noden ignoreras."}, { WG_STYLESHEET_REQUIRES_VERSION_ATTRIB, "xsl:stylesheet kr\u00E4ver ett 'version'-attribut!"}, { WG_ILLEGAL_ATTRIBUTE_NAME, "Otill\u00E5tet attributnamn: {0}"}, { WG_ILLEGAL_ATTRIBUTE_VALUE, "Otill\u00E5tet v\u00E4rde anv\u00E4nds f\u00F6r attributet {0}: {1}"}, { WG_EMPTY_SECOND_ARG, "Resulterande nodupps\u00E4ttning fr\u00E5n dokumentfunktionens andra argumentet \u00E4r tomt. En tom nodupps\u00E4ttning anv\u00E4nds."}, //Following are the new WARNING keys added in XALAN code base after Jdk 1.4 (Xalan 2.2-D11) // Note to translators: "name" and "xsl:processing-instruction" are keywords // and must not be translated. { WG_PROCESSINGINSTRUCTION_NAME_CANT_BE_XML, "'name'-attributets v\u00E4rde f\u00F6r xsl:processing-instruction kan inte vara 'xml'"}, // Note to translators: "name" and "xsl:processing-instruction" are keywords // and must not be translated. "NCName" is an XML data-type and must not be // translated. { WG_PROCESSINGINSTRUCTION_NOTVALID_NCNAME, "''name''-attributets v\u00E4rde f\u00F6r xsl:processing-instruction m\u00E5ste vara giltigt NCName: {0}"}, // Note to translators: This message is reported if the stylesheet that is // being processed attempted to construct an XML document with an attribute in a // place other than on an element. The substitution text specifies the name of // the attribute. { WG_ILLEGAL_ATTRIBUTE_POSITION, "Kan inte l\u00E4gga till attributet {0} efter underordnade noder eller innan ett element har skapats. Attributet ignoreras."}, { NO_MODIFICATION_ALLOWED_ERR, "F\u00F6rs\u00F6ker \u00E4ndra ett objekt d\u00E4r \u00E4ndringar inte \u00E4r till\u00E5tna." }, //Check: WHY THERE IS A GAP B/W NUMBERS in the XSLTErrorResources properties file? // Other miscellaneous text used inside the code... { "ui_language", "en"}, { "help_language", "en" }, { "language", "en" }, { "BAD_CODE", "Parameter f\u00F6r createMessage ligger utanf\u00F6r gr\u00E4nsv\u00E4rdet"}, { "FORMAT_FAILED", "Undantag utl\u00F6st vid messageFormat-anrop"}, { "version", ">>>>>>> Xalan version "}, { "version2", "<<<<<<<"}, { "yes", "ja"}, { "line", "Rad nr"}, { "column","Kolumn nr"}, { "xsldone", "XSLProcessor: utf\u00F6rd"}, // Note to translators: The following messages provide usage information // for the Xalan Process command line. "Process" is the name of a Java class, // and should not be translated. { "xslProc_option", "Process-klassalternativ f\u00F6r Xalan-J-kommandorad:"}, { "xslProc_option", "Process-klassalternativ f\u00F6r Xalan-J-kommandorad:"}, { "xslProc_invalid_xsltc_option", "Alternativet {0} underst\u00F6ds inte i XSLTC-l\u00E4ge."}, { "xslProc_invalid_xalan_option", "Alternativet {0} kan anv\u00E4ndas endast med -XSLTC."}, { "xslProc_no_input", "Fel: Ingen formatmall eller indata-xml har angetts. K\u00F6r kommandot utan n\u00E5got alternativ f\u00F6r att visa syntax."}, { "xslProc_common_options", "-Allm\u00E4nna alternativ-"}, { "xslProc_xalan_options", "-Alternativ f\u00F6r Xalan-"}, { "xslProc_xsltc_options", "-Alternativ f\u00F6r XSLTC-"}, { "xslProc_return_to_continue", "(tryck p\u00E5 Enter f\u00F6r att forts\u00E4tta)"}, // Note to translators: The option name and the parameter name do not need to // be translated. Only translate the messages in parentheses. Note also that // leading whitespace in the messages is used to indent the usage information // for each option in the English messages. // Do not translate the keywords: XSLTC, SAX, DOM and DTM. { "optionXSLTC", " [-XSLTC (anv\u00E4nd XSLTC f\u00F6r transformering)]"}, { "optionIN", " [-IN inputXMLURL]"}, { "optionXSL", " [-XSL XSLTransformationURL]"}, { "optionOUT", " [-OUT outputFileName]"}, { "optionLXCIN", " [-LXCIN compiledStylesheetFileNameIn]"}, { "optionLXCOUT", " [-LXCOUT compiledStylesheetFileNameOutOut]"}, { "optionPARSER", " [-PARSER fullt kvalificerat klassnamn p\u00E5 parserf\u00F6rbindelse]"}, { "optionE", " [-E (Ut\u00F6ka inte enhetsreferenser)]"}, { "optionV", " [-E (Ut\u00F6ka inte enhetsreferenser)]"}, { "optionQC", " [-QC (Tysta m\u00F6nsterkonfliktvarningar)]"}, { "optionQ", " [-Q (Tyst l\u00E4ge)]"}, { "optionLF", " [-LF (Anv\u00E4nd radmatningar endast f\u00F6r utdata {standard \u00E4r CR/LF})]"}, { "optionCR", " [-CR (Anv\u00E4nd radmatningar endast f\u00F6r utdata {standard \u00E4r CR/LF})]"}, { "optionESCAPE", " [-ESCAPE (Vilka tecken \u00E4r skiftningstecken {standard \u00E4r <>&\"'\\r\\n}]"}, { "optionINDENT", " [-INDENT (Best\u00E4m antal blanksteg f\u00F6r indrag {standard \u00E4r 0})]"}, { "optionTT", " [-TT (Sp\u00E5ra mallar vid anrop.)]"}, { "optionTG", " [-TG (Sp\u00E5ra varje generationsh\u00E4ndelse.)]"}, { "optionTS", " [-TS (Sp\u00E5ra varje urvalsh\u00E4ndelse.)]"}, { "optionTTC", " [-TTC (Sp\u00E5ra mallunderordnade n\u00E4r de bearbetas.)]"}, { "optionTCLASS", " [-TCLASS (TraceListener-klass f\u00F6r sp\u00E5rningstill\u00E4gg.)]"}, { "optionVALIDATE", " [-VALIDATE (St\u00E4ll in om validering utf\u00F6rs. Standard \u00E4r att validering \u00E4r avst\u00E4ngd.)]"}, { "optionEDUMP", " [-EDUMP {valfritt filnamn} (G\u00F6r stackdump vid fel.)]"}, { "optionXML", " [-XML (Anv\u00E4nd XML-formaterare och l\u00E4gg till XML-huvud.)]"}, { "optionTEXT", " [-TEXT (Anv\u00E4nd enkel textformaterare.)]"}, { "optionHTML", " [-HTML (Anv\u00E4nd HTML-formaterare.)]"}, { "optionPARAM", " [-PARAM-namnuttryck (St\u00E4ll in parameter f\u00F6r formatmall)]"}, { "noParsermsg1", "XSL-processen utf\u00F6rdes inte."}, { "noParsermsg2", "** Hittade inte parser **"}, { "noParsermsg3", "Kontrollera klass\u00F6kv\u00E4gen."}, { "noParsermsg4", "Om du inte har IBMs XML Parser f\u00F6r Java kan du ladda ned den fr\u00E5n"}, { "noParsermsg5", "IBMs AlphaWorks: http://www.alphaworks.ibm.com/formula/xml"}, { "optionURIRESOLVER", " [-URIRESOLVER fullst\u00E4ndigt klassnamn (URIResolver som anv\u00E4nds vid matchning av URI-er)]"}, { "optionENTITYRESOLVER", " [-ENTITYRESOLVER fullst\u00E4ndigt klassnamn (EntityResolver som anv\u00E4nds vid matchning av enheter)]"}, { "optionCONTENTHANDLER", " [-CONTENTHANDLER fullst\u00E4ndigt klassnamn (ContentHandler som anv\u00E4nds vid serialisering av utdata)]"}, { "optionLINENUMBERS", " [-L anv\u00E4nd radnummer i k\u00E4lldokument]"}, { "optionSECUREPROCESSING", " [-SECURE (ange att s\u00E4ker bearbetning ska till\u00E4mpas.)]"}, // Following are the new options added in XSLTErrorResources.properties files after Jdk 1.4 (Xalan 2.2-D11) { "optionMEDIA", " [-MEDIA mediaType (anv\u00E4nd medieattribut f\u00F6r att hitta formatmall som h\u00F6r ihop med dokument.)]"}, { "optionFLAVOR", " [-FLAVOR flavorName (Anv\u00E4nd s2s=SAX eller d2d=DOM vid transformering.)] "}, // Added by sboag/scurcuru; experimental { "optionDIAG", " [-DIAG (Skriv ut tid f\u00F6r transformering i millisekunder.)]"}, { "optionINCREMENTAL", " [-INCREMENTAL (beg\u00E4r inkrementell DTM-konstruktion genom att ange http://xml.apache.org/xalan/features/incremental true.)]"}, { "optionNOOPTIMIMIZE", " [-NOOPTIMIMIZE (beg\u00E4r att ingen formatmallsoptimering utf\u00F6rs genom att ange http://xml.apache.org/xalan/features/optimize false.)]"}, { "optionRL", " [-RL rekursionsgr\u00E4ns (verifiera numeriskt gr\u00E4nsv\u00E4rde f\u00F6r formatmallens rekursionsdjup.)]"}, { "optionXO", " [-XO [transletName] (tilldela namnet till genererad translet)]"}, { "optionXD", " [-XD destinationDirectory (ange destinationskatalog f\u00F6r translet)]"}, { "optionXJ", " [-XJ jarfile (paketerar transletklasserna i en jar-fil med namnet <jarfile>)]"}, { "optionXP", " [-XP package (anger paketnamnsprefix f\u00F6r alla genererade transletklasser)]"}, //AddITIONAL STRINGS that need L10n // Note to translators: The following message describes usage of a particular // command-line option that is used to enable the "template inlining" // optimization. The optimization involves making a copy of the code // generated for a template in another template that refers to it. { "optionXN", " [-XN (aktiverar mallinfogning)]" }, { "optionXX", " [-XX (aktiverar ytterligare fels\u00F6kningsmeddelanden)]"}, { "optionXT" , " [-XT (anv\u00E4nder translet vid transformering om m\u00F6jligt)]"}, { "diagTiming"," --------- Transformering av {0} via {1} tog {2} ms" }, { "recursionTooDeep","Mallkapslingen \u00E4r f\u00F6r djup. kapsling = {0}, mall {1} {2}" }, { "nameIs", "namnet \u00E4r" }, { "matchPatternIs", "matchningsm\u00F6nstret \u00E4r" } }; } // ================= INFRASTRUCTURE ====================== /** String for use when a bad error code was encountered. */ public static final String BAD_CODE = "BAD_CODE"; /** String for use when formatting of the error string failed. */ public static final String FORMAT_FAILED = "FORMAT_FAILED"; }
63,799
Java
.java
hzio/HotSpotSourceCodeExploration
24
2
0
2018-04-30T04:49:46Z
2018-07-01T19:37:36Z
c6c0ee9207de6eaa5c316936a8bbdf66970bacc90418154740e17723f3ff08cc
[ 1127, 222, 338, 2657, 327, 104, 46, 244, 55, 53, 54, 60, 49, 17980, 480, 52, 290, 2840, 25094, 51, 3381, 4760, 5225, 51, 222, 588, 222, 1127, 222, 338, 4773, 391, 341, 3954, 3870, 7120, 327, 17888, 46, 1549, 1611, 575, 1851, 222, 338, 13890, 3553, 15153, 51, 244, 2819, 341, 15077, 822, 2744, 642, 222, 338, 477, 1409, 456, 5408, 2490, 12052, 5550, 13677, 51, 222, 338, 906, 18011, 12815, 477, 822, 391, 2469, 1549, 341, 3954, 1196, 49, 3050, 244, 55, 51, 53, 222, 338, 327, 1402, 332, 3801, 742, 863, 1648, 666, 813, 477, 822, 2959, 347, 4960, 642, 222, 338, 341, 1196, 51, 244, 2469, 1648, 4245, 331, 1948, 451, 341, 1196, 840, 222, 338, 222, 338, 665, 1930, 574, 1516, 51, 2121, 51, 1107, 52, 4205, 52, 4106, 50, 55, 51, 53, 222, 338, 222, 338, 5416, 2147, 829, 4568, 4940, 575, 5129, 391, 347, 4144, 49, 2951, 222, 338, 2744, 1549, 341, 1196, 458, 2744, 563, 619, 332, 1117, 2771, 39, 5128, 49, 222, 338, 4213, 3912, 1895, 5186, 2258, 2979, 4489, 49, 3173, 3927, 575, 4506, 51, 222, 338, 2819, 341, 1196, 456, 341, 2835, 2940, 5139, 4243, 480, 222, 338, 5191, 1549, 341, 1196, 51, 222, 588, 222, 222, 1337, 785, 51, 9886, 51, 1107, 51, 2121, 51, 125, 17679, 51, 3269, 51, 595, 64, 222, 222, 485, 1401, 51, 1058, 51, 739, 44616, 64, 222, 222, 1350, 222, 338, 1776, 992, 1067, 5231, 51, 222, 338, 2726, 1984, 331, 3161, 43841, 1437, 451, 1492, 5050, 480, 222, 338, 1492, 5872, 51, 719, 2554, 391, 1035, 331, 556, 1492, 2464, 49, 222, 338, 863, 1868, 391, 1950, 1035, 331, 910, 8100, 51, 4262, 222, 338, 244, 863, 1868, 391, 6621, 1221, 1737, 804, 6120, 641, 1760, 451, 7321, 222, 338, 2647, 51, 2469, 2353, 1868, 391, 1991, 7490, 100, 3535, 456, 1067, 5872, 222, 338, 480, 7490, 100, 10436, 456, 11740, 327, 508, 15864, 456, 1773, 2490, 222, 338, 11673, 848, 222, 588, 222, 942, 462, 1618, 3910, 89, 943, 6061, 100, 2289, 2041, 1701, 44616, 222, 128, 222, 222, 1127, 222, 338, 1369, 822, 4326, 1067, 480, 5987, 5231, 5898, 391, 1618, 17679, 3099, 222, 338, 43244, 51, 222, 338, 222, 338, 244, 6153, 10178, 391, 1650, 113, 4079, 63, 222, 338, 222, 338, 280, 54, 46, 1618, 17679, 327, 290, 1851, 10285, 49, 1618, 17679, 50, 10872, 680, 46, 480, 1618, 3910, 6552, 904, 4492, 451, 222, 338, 281, 6361, 51, 222, 338, 281, 1618, 3910, 89, 458, 619, 1449, 39798, 456, 332, 5741, 33629, 2708, 6638, 63, 11685, 1014, 2316, 222, 338, 281, 1618, 3910, 6552, 458, 619, 1449, 39798, 456, 1618, 3910, 89, 20178, 51, 222, 338, 222, 338, 280, 55, 46, 418, 41330, 458, 331, 3066, 451, 2650, 391, 4549, 619, 1533, 7408, 1840, 222, 338, 281, 2012, 331, 1074, 710, 7408, 1840, 327, 290, 5796, 1840, 575, 1367, 566, 244, 906, 222, 338, 281, 41330, 8032, 458, 10309, 347, 341, 2252, 451, 619, 7408, 1840, 51, 222, 338, 222, 338, 280, 56, 46, 418, 3098, 458, 331, 2595, 451, 331, 41330, 708, 458, 1674, 391, 2549, 331, 222, 338, 281, 8445, 22849, 451, 619, 1533, 1840, 480, 15834, 341, 2252, 451, 341, 222, 338, 281, 8475, 22849, 451, 341, 1716, 1840, 51, 222, 338, 222, 338, 280, 57, 46, 2262, 2016, 458, 331, 3658, 50, 436, 2621, 347, 619, 7408, 1840, 64, 619, 3895, 458, 331, 222, 338, 281, 15348, 563, 341, 2621, 51, 244, 2643, 2301, 49, 347, 350, 7617, 5612, 1080, 718, 44, 5612, 55, 1080, 718, 55, 3035, 222, 338, 281, 332, 7617, 39, 458, 619, 2016, 655, 49, 332, 2456, 39, 480, 332, 2456, 55, 39, 904, 3895, 4492, 642, 222, 338, 281, 341, 2102, 332, 718, 39, 480, 332, 718, 55, 411, 22864, 51, 222, 338, 222, 338, 280, 58, 46, 418, 3596, 13317, 458, 331, 7472, 3895, 708, 458, 1674, 391, 29117, 222, 338, 281, 331, 5216, 642, 331, 7417, 327, 1402, 3596, 566, 244, 906, 5712, 2070, 451, 2016, 4492, 480, 222, 338, 281, 3895, 4492, 708, 813, 708, 5216, 904, 3433, 642, 10198, 391, 708, 222, 338, 281, 3596, 51, 222, 338, 222, 338, 280, 59, 46, 332, 1794, 749, 39, 458, 619, 37347, 337, 5626, 708, 18885, 341, 462, 822, 708, 222, 338, 281, 3300, 664, 27921, 619, 7408, 41330, 2012, 331, 4957, 462, 51, 222, 338, 222, 338, 280, 60, 46, 37105, 458, 331, 14224, 708, 18885, 331, 27678, 456, 31622, 222, 338, 281, 5193, 347, 331, 4369, 50, 25156, 10323, 451, 619, 7408, 1840, 51, 244, 2262, 222, 338, 281, 1998, 451, 708, 27678, 458, 31775, 391, 641, 619, 37105, 6112, 51, 222, 338, 222, 588, 736, 1276, 682, 338, 14352, 4918, 682, 588, 353, 581, 924, 1175, 910, 32345, 100, 8614, 100, 9617, 100, 6344, 100, 5986, 100, 7331, 100, 6394, 100, 9857, 299, 310, 332, 546, 100, 8614, 100, 2710, 100, 9617, 100, 6344, 100, 5986, 100, 7331, 100, 6394, 100, 9857, 884, 736, 581, 924, 1175, 910, 32345, 100, 8614, 100, 9617, 100, 6344, 100, 5986, 100, 7331, 100, 6394, 100, 9857, 100, 7331, 100, 5815, 299, 310, 332, 546, 100, 8614, 100, 9617, 100, 6344, 100, 5986, 100, 7331, 100, 6394, 100, 9857, 100, 7331, 100, 5815, 884, 736, 581, 924, 1175, 910, 32345, 100, 2593, 100, 46130, 94, 47666, 299, 332, 546, 100, 2593, 100, 46130, 94, 47666, 884, 353, 581, 924, 1175, 910, 32345, 100, 9840, 100, 3922, 100, 22446, 299, 332, 546, 100, 9840, 100, 3922, 100, 22446, 884, 353, 581, 924, 1175, 910, 32345, 100, 1484, 24137, 744, 100, 18384, 299, 332, 546, 100, 1484, 24137, 744, 100, 18384, 884, 353, 581, 924, 1175, 910, 32345, 100, 3305, 100, 3644, 1282, 72, 21106, 869, 100, 1910, 19394, 13555, 88, 299, 332, 546, 100, 3305, 100, 3644, 1282, 72, 21106, 869, 100, 1910, 19394, 13555, 88, 884, 353, 581, 924, 1175, 910, 32345, 100, 16808, 3922, 100, 5375, 299, 332, 546, 100, 16808, 3922, 100, 5375, 884, 353, 581, 924, 1175, 910, 32345, 100, 3305, 100, 3644, 1282, 72, 21106, 869, 100, 12831, 1910, 19394, 10118, 22341, 959, 366, 546, 100, 3305, 100, 3644, 1282, 72, 21106, 869, 100, 12831, 1910, 19394, 10118, 22341, 959, 884, 353, 581, 924, 1175, 910, 32345, 100, 2593, 100, 2491, 100, 41574, 299, 332, 546, 100, 2593, 100, 2491, 100, 41574, 884, 353, 581, 924, 1175, 910, 32345, 100, 17127, 100, 3922, 100, 13189, 299, 332, 546, 100, 17127, 100, 3922, 100, 13189, 884, 353, 581, 924, 1175, 910, 32345, 100, 72, 4525, 100, 31030, 2494, 100, 2491, 100, 4583, 89, 299, 332, 546, 100, 72, 4525, 100, 31030, 2494, 100, 2491, 100, 4583, 89, 884, 353, 581, 924, 1175, 910, 32345, 100, 4869, 44715, 100, 41574, 299, 332, 546, 100, 4869, 44715, 100, 41574, 884, 353, 581, 924, 1175, 910, 32345, 100, 48131, 100, 19788, 100, 3780, 100, 41574, 299, 332, 546, 100, 48131, 100, 19788, 100, 3780, 100, 41574, 884, 353, 581, 924, 1175, 910, 32345, 100, 13721, 100, 2730, 100, 586, 100, 10736, 100, 41574, 299, 295, 332, 546, 100, 13721, 100, 2730, 100, 586, 100, 10736, 100, 41574, 884, 353, 581, 924, 1175, 910, 32345, 100, 17204, 1410, 33480, 35015, 100, 2491, 100, 72, 4525, 100, 4671, 100, 5741, 299, 295, 332, 546, 100, 17204, 1410, 33480, 35015, 100, 2491, 100, 72, 4525, 100, 4671, 100, 5741, 884, 353, 581, 924, 1175, 910, 32345, 100, 17204, 1410, 33480, 35015, 100, 3922, 5924, 100, 6912, 2491, 299, 295, 332, 546, 100, 17204, 1410, 33480, 35015, 100, 3922, 5924, 100, 6912, 2491, 884, 353, 581, 924, 1175, 910, 32345, 100, 42320, 100, 15896, 100, 41574, 299, 332, 546, 100, 42320, 100, 15896, 100, 41574, 884, 353, 581, 924, 1175, 910, 32345, 100, 42320, 100, 2491, 100, 776, 100, 15896, 100, 41574, 299, 295, 332, 546, 100, 42320, 100, 2491, 100, 776, 100, 15896, 100, 41574, 884, 353, 581, 924, 1175, 910, 32345, 100, 72, 4525, 100, 31030, 2494, 100, 83, 2249, 632, 6443, 299, 295, 332, 546, 100, 72, 4525, 100, 31030, 2494, 100, 83, 2249, 632, 6443, 884, 353, 581, 924, 1175, 910, 32345, 100, 1484, 24137, 744, 100, 5986, 299, 332, 546, 100, 1484, 24137, 744, 100, 5986, 884, 353, 581, 924, 1175, 910, 32345, 100, 2593, 100, 31980, 14859, 299, 332, 546, 100, 2593, 100, 31980, 14859, 884, 353, 581, 924, 1175, 910, 32345, 100, 32271, 17127, 32271, 100, 2220, 18310, 546, 100, 32271, 17127, 32271, 100, 2220, 884, 353, 581, 924, 1175, 910, 32345, 100, 3305, 100, 31563, 299, 332, 546, 100, 3305, 100, 31563, 884, 353, 581, 924, 1175, 910, 32345, 100, 42320, 100, 4635, 100, 41574, 299, 332, 546, 100, 42320, 100, 4635, 100, 41574, 884, 353, 581, 924, 1175, 910, 32345, 100, 42320, 100, 3780, 100, 41574, 299, 332, 546, 100, 42320, 100, 3780, 100, 41574, 884, 353, 581, 924, 1175, 910, 32345, 100, 42320, 100, 2491, 100, 41574, 299, 332, 546, 100, 42320, 100, 2491, 100, 41574, 884, 353, 581, 924, 1175, 910, 32345, 100, 2593, 100, 13947, 100, 31980, 14859, 299, 332, 546, 100, 2593, 100, 13947, 100, 31980, 14859, 884, 353, 581, 924, 1175, 910, 32345, 100, 1213, 33831, 100, 3922, 100, 6046, 100, 5741, 100, 10822, 100, 1816, 70, 1309, 586, 299, 295, 332, 546, 100, 1213, 33831, 100, 3922, 100, 6046, 100, 5741, 100, 10822, 100, 1816, 70, 1309, 586, 884, 353, 581, 924, 1175, 910, 32345, 100, 17204, 100, 3922, 100, 6696, 19982, 299, 295, 332, 546, 100, 17204, 100, 3922, 100, 6696, 19982, 884, 353, 581, 924, 1175, 910, 32345, 100, 3922, 100, 6696, 19982, 299, 332, 546, 100, 3922, 100, 6696, 19982, 884, 353, 581, 924, 1175, 910, 32345, 100, 35855, 100, 3922, 100, 22446, 299, 295, 332, 546, 100, 35855, 100, 3922, 100, 22446, 884, 353, 581, 924, 1175, 910, 32345, 100, 1213, 33831, 100, 3922, 100, 6046, 100, 13180, 4625, 16016, 299, 295, 332, 546, 100, 1213, 33831, 100, 3922, 100, 6046, 100, 13180, 4625, 16016, 884, 353, 581, 924, 1175, 910, 32345, 100, 3319, 100, 4869, 44715, 100, 2491, 100, 41574, 299, 295, 332, 546, 100, 3319, 100, 4869, 44715, 100, 2491, 100, 41574, 884, 353, 581, 924, 1175, 910, 32345, 100, 3319, 100, 4869, 44715, 100, 15896, 100, 41574, 299, 295, 332, 546, 100, 3319, 100, 4869, 44715, 100, 15896, 100, 41574, 884, 353, 581, 924, 1175, 910, 32345, 100, 3319, 100, 4869, 44715, 100, 4866, 100, 41574, 299, 295, 332, 546, 100, 3319, 100, 4869, 44715, 100, 4866, 100, 41574, 884, 353, 581, 924, 1175, 910, 32345, 100, 4869, 44715, 100, 14360, 88, 100, 41574, 299, 295, 332, 546, 100, 4869, 44715, 100, 14360, 88, 100, 41574, 884, 353, 581, 924, 1175, 910, 32345, 100, 26599, 100, 9857, 100, 41574, 299, 295, 332, 546, 100, 26599, 100, 9857, 100, 41574, 884, 353, 581, 924, 1175, 910, 32345, 100, 13721, 100, 19535, 10882, 1692, 1235, 100, 2427, 299, 332, 546, 100, 13721, 100, 19535, 10882, 1692, 1235, 100, 2427, 884, 353, 581, 924, 1175, 910, 32345, 100, 3555, 100, 3922, 100, 13189, 299, 332, 546, 100, 3555, 100, 3922, 100, 13189, 884, 353, 581, 924, 1175, 910, 32345, 100, 2354, 19077, 299, 332, 546, 100, 2354, 19077, 884, 353, 581, 924, 1175, 910, 32345, 100, 2593, 100, 77, 4196, 100, 41574, 299, 332, 546, 100, 2593, 100, 77, 4196, 100, 41574, 884, 353, 581, 924, 1175, 910, 32345, 100, 19535, 10882, 1692, 1235, 100, 46884, 100, 799, 28810, 299, 295, 332, 546, 100, 19535, 10882, 1692, 1235, 100, 46884, 100, 799, 28810, 884, 353, 581, 924, 1175, 910, 32345, 100, 17204, 8570, 100, 2946, 18310, 546, 100, 17204, 8570, 100, 2946, 884, 353, 581, 924, 1175, 910, 32345, 100, 26599, 100, 24221, 100, 41574, 299, 332, 546, 100, 26599, 100, 24221, 100, 41574, 884, 353, 581, 924, 1175, 910, 32345, 100, 26599, 100, 26935, 100, 14360, 100, 17971, 299, 295, 332, 546, 100, 26599, 100, 26935, 100, 14360, 100, 17971, 884, 353, 581, 924, 1175, 910, 32345, 100, 16808, 100, 13003, 100, 10838, 100, 1425, 100, 14360, 299, 295, 332, 546, 100, 16808, 100, 13003, 100, 10838, 100, 1425, 100, 14360, 884, 353, 581, 924, 1175, 910, 32345, 100, 17204, 100, 2946, 299, 332, 546, 100, 17204, 100, 2946, 884, 353, 581, 924, 1175, 910, 32345, 100, 1430, 18956, 9183, 100, 2946, 299, 332, 546, 100, 1430, 18956, 9183, 100, 2946, 884, 353, 581, 924, 1175, 910, 32345, 100, 2593, 100, 4635, 100, 43246, 18310, 546, 100, 2593, 100, 4635, 100, 43246, 884, 353, 581, 924, 1175, 910, 32345, 100, 16808, 3922, 100, 16423, 8490, 100, 93, 3910, 17204, 776, 299, 295, 332, 546, 100, 16808, 3922, 100, 16423, 8490, 100, 93, 3910, 17204, 776, 884, 353, 581, 924, 1175, 910, 32345, 100, 2593, 100, 10834, 100, 19535, 10882, 1692, 1235, 299, 332, 546, 100, 2593, 100, 10834, 100, 19535, 10882, 1692, 1235, 884, 353, 581, 924, 1175, 910, 32345, 100, 10811, 100, 17204, 100, 19535, 10882, 1692, 1235, 299, 295, 332, 546, 100, 10811, 100, 17204, 100, 19535, 10882, 1692, 1235, 884, 353, 581, 924, 1175, 910, 32345, 100, 1213, 33831, 4750, 100, 30730, 100, 14859, 299, 332, 546, 100, 1213, 33831, 4750, 100, 30730, 100, 14859, 884, 353, 581, 924, 1175, 910, 32345, 100, 1213, 33831, 4750, 100, 24691, 100, 36074, 299, 295, 332, 546, 100, 1213, 33831, 4750, 100, 24691, 100, 36074, 884, 353, 581, 924, 1175, 910, 32345, 100, 9183, 100, 3922, 100, 14360, 299, 332, 546, 100, 9183, 100, 3922, 100, 14360, 884, 353, 581, 924, 1175, 910, 32345, 100, 17373, 10029, 100, 42320, 100, 15896, 100, 776, 100, 2491, 100, 41574, 299, 295, 332, 546, 100, 17373, 10029, 100, 42320, 100, 15896, 100, 776, 100, 2491, 100, 41574, 884, 353, 581, 924, 1175, 910, 32345, 100, 10118, 22341, 959, 100, 42320, 100, 15896, 100, 776, 100, 2491, 100, 41574, 299, 295, 332, 546, 100, 10118, 22341, 959, 100, 42320, 100, 15896, 100, 776, 100, 2491, 100, 41574, 884, 353, 581, 924, 1175, 910, 32345, 100, 2593, 100, 1601, 4451, 100, 2124, 100, 23997, 100, 30017, 299, 295, 332, 546, 100, 2593, 100, 1601, 4451, 100, 2124, 100, 23997, 100, 30017, 884, 353, 581, 924, 1175, 910, 32345, 100, 72, 4525, 100, 6046, 100, 10938, 299, 332, 546, 100, 72, 4525, 100, 6046, 100, 10938, 884, 353, 581, 924, 1175, 910, 32345, 100, 5741, 13174, 100, 1484, 24137, 744, 100, 5986, 299, 295, 332, 546, 100, 5741, 13174, 100, 1484, 24137, 744, 100, 5986, 884, 353, 581, 924, 1175, 910, 32345, 100, 2593, 100, 93, 3910, 3319, 100, 7557, 802, 2909, 299, 295, 332, 546, 100, 2593, 100, 93, 3910, 3319, 100, 7557, 802, 2909, 884, 353, 581, 924, 1175, 910, 32345, 100, 72, 4525, 100, 6046, 100, 2427, 299, 332, 546, 100, 72, 4525, 100, 6046, 100, 2427, 884, 353, 581, 924, 1175, 910, 32345, 100, 93, 3910, 49142, 100, 48945, 299, 295, 332, 546, 100, 93, 3910, 49142, 100, 48945, 884, 353, 581, 924, 1175, 910, 32345, 100, 17204, 776, 100, 2946, 299, 332, 546, 100, 17204, 776, 100, 2946, 884, 353, 581, 924, 1175, 910, 32345, 100, 3922, 100, 33851, 100, 14013, 8464, 100, 19535, 10882, 1692, 1235, 299, 295, 332, 546, 100, 3922, 100, 33851, 100, 14013, 8464, 100, 19535, 10882, 1692, 1235, 884, 353, 581, 924, 1175, 910, 32345, 100, 6394, 3033, 100, 3922, 100, 22446, 299, 295, 332, 546, 100, 6394, 3033, 100, 3922, 100, 22446, 884, 353, 581, 924, 1175, 910, 32345, 100, 5815, 13174, 100, 3922, 100, 22446, 299, 295, 332, 546, 100, 5815, 13174, 100, 3922, 100, 22446, 884, 353, 581, 924, 1175, 910, 32345, 100, 3339, 1456, 6394, 100, 3922, 100, 22446, 299, 295, 332, 546, 100, 3339, 1456, 6394, 100, 3922, 100, 22446, 884, 353, 581, 924, 1175, 910, 32345, 100, 1484, 24137, 744, 100, 41574, 299, 332, 546, 100, 1484, 24137, 744, 100, 41574, 884, 353, 581, 924, 1175, 910, 32345, 100, 14165, 100, 93, 3910, 100, 32271, 299, 332, 546, 100, 14165, 100, 93, 3910, 100, 32271, 884, 353, 581, 924, 1175, 910, 32345, 100, 13721, 100, 93, 3910, 29630, 100, 4866, 299, 332, 546, 100, 13721, 100, 93, 3910, 29630, 100, 4866, 884, 353, 581, 924, 1175, 910, 32345, 100, 10591, 2759, 1205, 1363, 100, 93, 3910, 5886, 299, 332, 546, 100, 10591, 2759, 1205, 1363, 100, 93, 3910, 5886, 884, 353, 581, 924, 1175, 910, 32345, 100, 93, 3910, 5886, 100, 3922, 100, 27701, 1363, 100, 6275, 100, 93, 3910, 1424, 42555, 299, 295, 332, 546, 100, 93, 3910, 5886, 100, 3922, 100, 27701, 1363, 100, 6275, 100, 93, 3910, 1424, 42555, 884, 353, 581, 924, 1175, 910, 32345, 100, 10591, 2759, 1205, 1363, 100, 93, 3910, 21127, 10383, 299, 295, 332, 546, 100, 10591, 2759, 1205, 1363, 100, 93, 3910, 21127, 10383, 884, 353, 581, 924, 1175, 910, 32345, 100, 93, 3910, 21127, 10383, 100, 3922, 100, 27701, 1363, 100, 6275, 100, 93, 3910, 1424, 42555, 299, 295, 332, 546, 100, 93, 3910, 21127, 10383, 100, 3922, 100, 27701, 1363, 100, 6275, 100, 93, 3910, 1424, 42555, 884, 353, 581, 924, 1175, 910, 32345, 100, 3922, 100, 33851, 100, 14013, 8464, 100, 17127, 299, 295, 332, 546, 100, 3922, 100, 33851, 100, 14013, 8464, 100, 17127, 884, 353, 581, 924, 1175, 910, 32345, 100, 14165, 100, 2411, 100, 3033, 100, 9857, 299, 295, 332, 546, 100, 14165, 100, 2411, 100, 3033, 100, 9857, 884, 353, 581, 924, 1175, 910, 32345, 100, 13555, 88, 100, 1117, 100, 16825, 100, 32271, 299, 295, 332, 546, 100, 13555, 88, 100, 1117, 100, 16825, 100, 32271, 884, 353, 581, 924, 1175, 910, 32345, 100, 13555, 1410, 100, 799, 28810, 299, 332, 546, 100, 13555, 1410, 100, 799, 28810, 884, 353, 581, 924, 1175, 910, 32345, 100, 5741, 13174, 100, 1484, 24137, 744, 100, 2730, 18310, 546, 100, 5741, 13174, 100, 1484, 24137, 744, 100, 2730, 884, 353, 581, 924, 1175, 910, 32345, 100, 17204, 19535, 10882, 1692, 1235, 100, 3922, 100, 6696, 19982, 299, 295, 332, 546, 100, 17204, 19535, 10882, 1692, 1235, 100, 3922, 100, 6696, 19982, 884, 353, 581, 924, 1175, 910, 32345, 100, 42188, 100, 19077, 299, 332, 546, 100, 42188, 100, 19077, 884, 353, 581, 924, 1175, 910, 32345, 100, 93, 3910, 89, 100, 2946, 299, 332, 546, 100, 93, 3910, 89, 100, 2946, 884, 353, 581, 924, 1175, 910, 32345, 100, 7525, 632, 45563, 100, 9876, 100, 1484, 24137, 744, 66, 295, 332, 546, 100, 7525, 632, 45563, 100, 9876, 100, 1484, 24137, 744, 884, 353, 581, 924, 1175, 910, 32345, 100, 23997, 100, 9840, 100, 8614, 100, 540, 100, 19535, 10882, 1692, 1235, 100, 8869, 299, 295, 332, 546, 100, 23997, 100, 9840, 100, 8614, 100, 540, 100, 19535, 10882, 1692, 1235, 100, 8869, 884, 353, 581, 924, 1175, 910, 32345, 100, 72, 4525, 100, 31030, 2494, 100, 9857, 100, 2124, 100, 10012, 100, 9857, 100, 31030, 1986, 299, 295, 332, 546, 100, 72, 4525, 100, 31030, 2494, 100, 9857, 100, 2124, 100, 10012, 100, 9857, 100, 31030, 1986, 884, 353, 581, 924, 1175, 910, 32345, 100, 632, 9672, 100, 1213, 33831, 4750, 100, 2804, 100, 18846, 299, 295, 332, 546, 100, 632, 9672, 100, 1213, 33831, 4750, 100, 2804, 100, 18846, 884, 353, 581, 924, 1175, 910, 32345, 100, 16808, 3922, 100, 9494, 100, 9309, 2933, 4625, 16016, 100, 540, 100, 632, 9672, 299, 295, 332, 546, 100, 16808, 3922, 100, 9494, 100, 9309, 2933, 4625, 16016, 100, 540, 100, 632, 9672, 884, 353, 581, 924, 1175, 910, 32345, 100, 8614, 100, 9857, 100, 540, 100, 30292, 3807, 546, 959, 2254, 9857, 299, 295, 332, 546, 100, 8614, 100, 9857, 100, 540, 100, 30292, 3807, 546, 959, 2254, 9857, 884, 353, 581, 924, 1175, 910, 32345, 100, 26599, 100, 3033, 100, 6344, 299, 332, 546, 100, 26599, 100, 3033, 100, 6344, 884, 353, 581, 924, 1175, 910, 32345, 100, 26599, 100, 5436, 100, 7331, 100, 10534, 299, 295, 332, 546, 100, 26599, 100, 5436, 100, 7331, 100, 10534, 884, 353, 581, 924, 1175, 910, 32345, 100, 8614, 100, 10534, 299, 332, 546, 100, 8614, 100, 10534, 884, 353, 581, 924, 1175, 910, 32345, 100, 43150, 7331, 14264, 100, 9309, 100, 5215, 299, 295, 332, 546, 100, 43150, 7331, 14264, 100, 9309, 100, 5215, 884, 353, 581, 924, 1175, 910, 32345, 100, 19535, 10882, 1692, 1235, 100, 4869, 44715, 100, 4539, 100, 41574, 299, 295, 332, 546, 100, 19535, 10882, 1692, 1235, 100, 4869, 44715, 100, 4539, 100, 41574, 884, 353, 581, 924, 1175, 910, 32345, 100, 1484, 24137, 744, 100, 18384, 100, 5986, 299, 295, 332, 546, 100, 1484, 24137, 744, 100, 18384, 100, 5986, 884, 353, 581, 924, 1175, 910, 32345, 100, 1424, 42555, 100, 4869, 44715, 100, 5886, 18310, 546, 100, 1424, 42555, 100, 4869, 44715, 100, 5886, 884, 353, 581, 924, 1175, 910, 32345, 100, 2593, 100, 1910, 19394, 100, 13555, 100, 540, 100, 7331, 100, 29502, 299, 295, 332, 546, 100, 2593, 100, 1910, 19394, 100, 13555, 100, 540, 100, 7331, 100, 29502, 884, 353, 581, 924, 1175, 910, 32345, 100, 72, 4525, 100, 4866, 100, 6286, 82, 100, 7331, 100, 10838, 299, 295, 332, 546, 100, 72, 4525, 100, 4866, 100, 6286, 82, 100, 7331, 100, 10838, 884, 353, 581, 924, 1175, 910, 32345, 100, 72, 4525, 100, 4866, 100, 6286, 82, 100, 7331, 100, 10834, 299, 295, 332, 546, 100, 72, 4525, 100, 4866, 100, 6286, 82, 100, 7331, 100, 10834, 884, 353, 581, 924, 1175, 910, 32345, 100, 5043, 100, 1425, 100, 2411, 100, 10811, 299, 332, 546, 100, 5043, 100, 1425, 100, 2411, 100, 10811, 884, 353, 581, 924, 1175, 910, 32345, 100, 9857, 100, 48131, 100, 31030, 2494, 299, 332, 546, 100, 9857, 100, 48131, 100, 31030, 2494, 884, 353, 581, 924, 1175, 910, 32345, 100, 8614, 100, 6266, 54, 59, 100, 27704, 1030, 32239, 299, 295, 332, 546, 100, 8614, 100, 6266, 54, 59, 100, 27704, 1030, 32239, 884, 353, 581, 924, 1175, 910, 32345, 100, 93, 3910, 11485, 2710, 100, 9211, 100, 799, 28810, 299, 295, 332, 546, 100, 93, 3910, 11485, 2710, 100, 9211, 100, 799, 28810, 884, 353, 581, 924, 1175, 910, 32345, 100, 16808, 3922, 100, 35860, 100, 93, 546, 19078, 8869, 18310, 546, 100, 16808, 3922, 100, 35860, 100, 93, 546, 19078, 8869, 884, 353, 581, 924, 1175, 910, 32345, 100, 35723, 100, 10662, 94, 100, 4625, 737, 9146, 299, 332, 546, 100, 35723, 100, 10662, 94, 100, 4625, 737, 9146, 884, 353, 581, 924, 1175, 910, 32345, 100, 540, 100, 32271, 17127, 32271, 100, 4423, 8469, 299, 295, 332, 546, 100, 540, 100, 32271, 17127, 32271, 100, 4423, 8469, 884, 353, 581, 924, 1175, 910, 32345, 100, 47445, 1775, 100, 36926, 100, 17127, 299, 295, 332, 546, 100, 47445, 1775, 100, 36926, 100, 17127, 884, 353, 581, 924, 1175, 910, 32345, 100, 8614, 100, 3319, 100, 5043, 299, 332, 546, 100, 8614, 100, 3319, 100, 5043, 884, 353, 581, 924, 1175, 910, 32345, 100, 18798, 8771, 1410, 100, 799, 28810, 299, 332, 546, 100, 18798, 8771, 1410, 100, 799, 28810, 884, 353, 581, 924, 1175, 910, 32345, 100, 1484, 24137, 744, 100, 1700, 2758, 35215, 100, 10834, 299, 295, 332, 546, 100, 1484, 24137, 744, 100, 1700, 2758, 35215, 100, 10834, 884, 353, 581, 924, 1175, 910, 32345, 100, 7428, 100, 3922, 100, 13189, 100, 7331, 100, 10534, 299, 295, 332, 546, 100, 7428, 100, 3922, 100, 13189, 100, 7331, 100, 10534, 884, 353, 581, 924, 1175, 910, 32345, 100, 22422, 100, 32271, 100, 3922, 100, 13189, 299, 295, 332, 546, 100, 22422, 100, 32271, 100, 3922, 100, 13189, 884, 353, 581, 924, 1175, 910, 32345, 100, 10834, 100, 16808, 3922, 100, 4671, 100, 3305, 18310, 546, 100, 10834, 100, 16808, 3922, 100, 4671, 100, 3305, 884, 353, 581, 924, 1175, 910, 32345, 100, 6344, 100, 16808, 3922, 100, 4671, 100, 3305, 299, 332, 546, 100, 6344, 100, 16808, 3922, 100, 4671, 100, 3305, 884, 353, 581, 924, 1175, 910, 32345, 100, 3555, 100, 16808, 3922, 100, 4671, 100, 3305, 299, 332, 546, 100, 3555, 100, 16808, 3922, 100, 4671, 100, 3305, 884, 353, 581, 924, 1175, 910, 32345, 100, 8192, 100, 16808, 3922, 100, 4671, 100, 3305, 299, 295, 332, 546, 100, 8192, 100, 16808, 3922, 100, 4671, 100, 3305, 884, 353, 581, 924, 1175, 910, 32345, 100, 16808, 3922, 100, 7545, 100, 11415, 15484, 4290, 299, 332, 546, 100, 16808, 3922, 100, 7545, 100, 11415, 15484, 4290, 884, 353, 581, 924, 1175, 910, 32345, 100, 16808, 3922, 100, 23490, 81, 100, 2411, 737, 12451, 299, 332, 546, 100, 16808, 3922, 100, 23490, 81, 100, 2411, 737, 12451, 884, 353, 581, 924, 1175, 910, 32345, 100, 16808, 3922, 100, 6046, 100, 2411, 737, 12451, 299, 295, 332, 546, 100, 16808, 3922, 100, 6046, 100, 2411, 737, 12451, 884, 353, 581, 924, 1175, 910, 32345, 100, 12457, 100, 82, 1797, 73, 100, 5043, 100, 4869, 44715, 299, 295, 332, 546, 100, 12457, 100, 82, 1797, 73, 100, 5043, 100, 4869, 44715, 884, 353, 581, 924, 1175, 910, 32345, 100, 8614, 100, 14360, 100, 2491, 18310, 546, 100, 8614, 100, 14360, 100, 2491, 884, 353, 581, 924, 1175, 910, 32345, 100, 14360, 100, 2491, 100, 9545, 100, 14659, 299, 295, 332, 546, 100, 14360, 100, 2491, 100, 9545, 100, 14659, 884, 353, 581, 924, 1175, 910, 32345, 100, 19798, 100, 12496, 100, 14165, 299, 295, 332, 546, 100, 19798, 100, 12496, 100, 14165, 884, 353, 581, 924, 1175, 910, 32345, 100, 39419, 100, 15896, 100, 1742, 43694, 299, 295, 332, 546, 100, 39419, 100, 15896, 100, 1742, 43694, 884, 353, 581, 924, 1175, 910, 32345, 100, 39419, 100, 15896, 100, 9545, 299, 332, 546, 100, 39419, 100, 15896, 100, 9545, 884, 353, 581, 924, 1175, 910, 32345, 100, 39419, 100, 15896, 100, 14360, 299, 332, 546, 100, 39419, 100, 15896, 100, 14360, 884, 353, 581, 924, 1175, 910, 32345, 100, 8614, 100, 13947, 100, 30338, 9730, 299, 295, 332, 546, 100, 8614, 100, 13947, 100, 30338, 9730, 884, 353, 581, 924, 1175, 910, 32345, 100, 23124, 100, 26900, 299, 332, 546, 100, 23124, 100, 26900, 884, 353, 581, 924, 1175, 910, 32345, 100, 2593, 100, 21364, 100, 2491, 299, 332, 546, 100, 2593, 100, 21364, 100, 2491, 884, 353, 581, 924, 1175, 910, 32345, 100, 2593, 100, 2427, 299, 332, 546, 100, 2593, 100, 2427, 884, 353, 581, 924, 1175, 910, 32345, 100, 23124, 100, 3382, 100, 10882, 654, 77, 946, 100, 4451, 299, 295, 332, 546, 100, 23124, 100, 3382, 100, 10882, 654, 77, 946, 100, 4451, 884, 353, 581, 924, 1175, 910, 32345, 100, 8614, 100, 21364, 299, 332, 546, 100, 8614, 100, 21364, 884, 353, 581, 924, 1175, 910, 32345, 100, 2593, 100, 19535, 10882, 1692, 1235, 7799, 299, 332, 546, 100, 2593, 100, 19535, 10882, 1692, 1235, 7799, 884, 353, 581, 924, 1175, 910, 32345, 100, 1484, 24137, 744, 100, 5741, 13174, 100, 5986, 299, 295, 332, 546, 100, 1484, 24137, 744, 100, 5741, 13174, 100, 5986, 884, 353, 581, 924, 1175, 910, 32345, 100, 17204, 9077, 9183, 100, 10811, 299, 295, 332, 546, 100, 17204, 9077, 9183, 100, 10811, 884, 353, 581, 924, 1175, 910, 32345, 100, 16935, 100, 1213, 33831, 100, 3922, 100, 5703, 299, 295, 332, 546, 100, 16935, 100, 1213, 33831, 100, 3922, 100, 5703, 884, 353, 581, 924, 1175, 910, 32345, 100, 8455, 100, 3382, 100, 10882, 654, 77, 946, 100, 13977, 299, 295, 332, 546, 100, 8455, 100, 3382, 100, 10882, 654, 77, 946, 100, 13977, 884, 353, 581, 924, 1175, 910, 32345, 100, 14165, 100, 2946, 100, 5043, 1410, 100, 19798, 299, 295, 332, 546, 100, 14165, 100, 2946, 100, 5043, 1410, 100, 19798, 884, 353, 581, 924, 1175, 910, 32345, 100, 2593, 100, 9617, 100, 7557, 299, 332, 546, 100, 2593, 100, 9617, 100, 7557, 884, 353, 581, 924, 1175, 910, 32345, 100, 32271, 100, 11841, 100, 3922, 100, 33851, 299, 295, 332, 546, 100, 32271, 100, 11841, 100, 3922, 100, 33851, 884, 353, 581, 924, 1175, 910, 32345, 100, 19535, 10882, 1692, 1235, 100, 9672, 1363, 100, 40456, 2909, 299, 295, 332, 546, 100, 19535, 10882, 1692, 1235, 100, 9672, 1363, 100, 40456, 2909, 884, 353, 581, 924, 1175, 910, 32345, 100, 4451, 100, 776, 100, 36373, 299, 332, 546, 100, 4451, 100, 776, 100, 36373, 884, 353, 581, 924, 1175, 910, 32345, 100, 36373, 100, 776, 100, 1797, 7732, 299, 332, 546, 100, 36373, 100, 776, 100, 1797, 7732, 884, 353, 581, 924, 1175, 910, 32345, 100, 1213, 33831, 100, 3922, 100, 5703, 100, 16935, 299, 295, 332, 546, 100, 1213, 33831, 100, 3922, 100, 5703, 100, 16935, 884, 353, 581, 924, 1175, 910, 32345, 100, 16808, 3922, 100, 7545, 100, 5815, 100, 10118, 22341, 959, 299, 295, 332, 546, 100, 16808, 3922, 100, 7545, 100, 5815, 100, 10118, 22341, 959, 884, 353, 581, 924, 1175, 910, 32345, 100, 6394, 100, 3305, 299, 332, 546, 100, 6394, 100, 3305, 884, 353, 581, 924, 1175, 910, 32345, 100, 6394, 100, 1213, 33831, 100, 3922, 100, 4671, 100, 2710, 299, 295, 332, 546, 100, 6394, 100, 1213, 33831, 100, 3922, 100, 4671, 100, 2710, 884, 353, 581, 924, 1175, 910, 32345, 100, 2593, 100, 10838, 100, 42663, 299, 332, 546, 100, 2593, 100, 10838, 100, 42663, 884, 353, 581, 924, 1175, 910, 32345, 100, 16808, 3922, 100, 23536, 100, 1425, 100, 6394, 100, 2333, 299, 295, 332, 546, 100, 16808, 3922, 100, 23536, 100, 1425, 100, 6394, 100, 2333, 884, 353, 581, 924, 1175, 910, 32345, 100, 16808, 3922, 100, 23536, 100, 8192, 100, 2333, 299, 295, 332, 546, 100, 16808, 3922, 100, 23536, 100, 8192, 100, 2333, 884, 353, 581, 924, 1175, 910, 32345, 100, 3305, 100, 11841, 100, 19315, 18310, 546, 100, 3305, 100, 11841, 100, 19315, 884, 353, 581, 924, 1175, 910, 32345, 100, 3305, 100, 2946, 100, 19315, 299, 332, 546, 100, 3305, 100, 2946, 100, 19315, 884, 353, 581, 924, 1175, 910, 32345, 100, 16808, 3922, 100, 5043, 100, 30730, 299, 332, 546, 100, 16808, 3922, 100, 5043, 100, 30730, 884, 353, 581, 924, 1175, 910, 32345, 100, 2593, 100, 27701, 100, 7331, 100, 13382, 18310, 546, 100, 2593, 100, 27701, 100, 7331, 100, 13382, 884, 353, 581, 924, 1175, 910, 32345, 100, 2593, 100, 19535, 10882, 1692, 1235, 100, 540, 100, 21484, 299, 295, 332, 546, 100, 2593, 100, 19535, 10882, 1692, 1235, 100, 540, 100, 21484, 884, 353, 581, 924, 1175, 910, 32345, 100, 2593, 100, 19535, 10882, 1692, 1235, 100, 1182, 299, 332, 546, 100, 2593, 100, 19535, 10882, 1692, 1235, 100, 1182, 884, 353, 581, 924, 1175, 910, 32345, 100, 3922, 100, 22446, 299, 332, 546, 100, 3922, 100, 22446, 884, 353, 581, 924, 1175, 910, 32345, 100, 12323, 100, 5986, 100, 24812, 299, 295, 332, 546, 100, 12323, 100, 5986, 100, 24812, 884, 353, 581, 924, 1175, 910, 32345, 100, 1213, 33831, 100, 3922, 100, 24691, 100, 11362, 100, 12224, 299, 295, 332, 546, 100, 1213, 33831, 100, 3922, 100, 24691, 100, 11362, 100, 12224, 884, 353, 581, 924, 1175, 910, 32345, 100, 16935, 100, 1213, 33831, 100, 3922, 100, 24691, 299, 295, 332, 546, 100, 16935, 100, 1213, 33831, 100, 3922, 100, 24691, 884, 353, 581, 924, 1175, 910, 32345, 100, 10838, 100, 12323, 100, 3922, 100, 632, 1213, 11799, 22674, 299, 295, 332, 546, 100, 10838, 100, 12323, 100, 3922, 100, 632, 1213, 11799, 22674, 884, 353, 581, 924, 1175, 910, 32345, 100, 10811, 100, 3424, 37289, 100, 74, 833, 1696, 799, 87, 3910, 89, 299, 295, 332, 546, 100, 10811, 100, 3424, 37289, 100, 74, 833, 1696, 799, 87, 3910, 89, 884, 353, 581, 924, 1175, 910, 32345, 100, 5986, 100, 40049, 33831, 100, 4671, 100, 10468, 299, 295, 332, 546, 100, 5986, 100, 40049, 33831, 100, 4671, 100, 10468, 884, 353, 581, 924, 1175, 910, 32345, 100, 5986, 100, 40049, 33831, 100, 5914, 299, 332, 546, 100, 5986, 100, 40049, 33831, 100, 5914, 884, 353, 581, 924, 1175, 910, 32345, 100, 10811, 100, 5043, 1410, 100, 9545, 299, 295, 332, 546, 100, 10811, 100, 5043, 1410, 100, 9545, 884, 353, 581, 924, 1175, 910, 32345, 100, 10811, 100, 3424, 37289, 100, 74, 833, 3911, 41279, 299, 295, 332, 546, 100, 10811, 100, 3424, 37289, 100, 74, 833, 3911, 41279, 884, 353, 581, 924, 1175, 910, 32345, 100, 45787, 100, 3922, 100, 33851, 299, 332, 546, 100, 45787, 100, 3922, 100, 33851, 884, 353, 581, 924, 1175, 910, 32345, 100, 11485, 100, 3922, 100, 33851, 299, 332, 546, 100, 11485, 100, 3922, 100, 33851, 884, 353, 581, 924, 1175, 910, 32345, 100, 13721, 100, 5986, 299, 332, 546, 100, 13721, 100, 5986, 884, 353, 581, 924, 1175, 910, 32345, 100, 41574, 100, 5986, 100, 3922, 100, 13189, 299, 295, 332, 546, 100, 41574, 100, 5986, 100, 3922, 100, 13189, 884, 353, 581, 924, 1175, 910, 32345, 100, 41574, 100, 5986, 100, 3922, 100, 632, 1213, 11799, 22674, 299, 295, 332, 546, 100, 41574, 100, 5986, 100, 3922, 100, 632, 1213, 11799, 22674, 884, 353, 581, 924, 1175, 910, 32345, 100, 3305, 100, 6344, 100, 9617, 299, 332, 546, 100, 3305, 100, 6344, 100, 9617, 884, 353, 581, 924, 1175, 910, 32345, 100, 10468, 100, 35723, 100, 19943, 299, 332, 546, 100, 10468, 100, 35723, 100, 19943, 884, 353, 581, 924, 1175, 910, 244, 32345, 100, 16808, 3922, 100, 24691, 100, 42188, 54, 100, 21364, 299, 295, 332, 546, 100, 16808, 3922, 100, 24691, 100, 42188, 54, 100, 21364, 884, 353, 581, 924, 1175, 910, 244, 32345, 100, 42188, 54, 100, 21364, 100, 3922, 100, 43106, 299, 295, 332, 546, 100, 42188, 54, 100, 21364, 100, 3922, 100, 43106, 884, 353, 581, 924, 1175, 910, 244, 32345, 100, 42188, 54, 100, 21364, 100, 3922, 100, 6587, 39362, 8153, 299, 295, 332, 546, 100, 42188, 54, 100, 21364, 100, 3922, 100, 6587, 39362, 8153, 39, 2098, 353, 581, 924, 1175, 910, 32345, 100, 42188, 54, 100, 21364, 100, 3922, 100, 25765, 100, 28107, 299, 295, 332, 546, 100, 42188, 54, 100, 21364, 100, 3922, 100, 25765, 100, 28107, 884, 353, 581, 924, 1175, 910, 244, 32345, 100, 28107, 100, 12323, 100, 3922, 100, 42663, 299, 295, 332, 546, 100, 28107, 100, 12323, 100, 3922, 100, 42663, 884, 353, 581, 924, 1175, 910, 244, 32345, 100, 28107, 100, 5436, 100, 16808, 3922, 100, 4671, 100, 3305, 299, 295, 332, 546, 100, 28107, 100, 5436, 100, 16808, 3922, 100, 4671, 100, 3305, 39, 2098, 353, 581, 924, 1175, 910, 244, 32345, 100, 17434, 299, 332, 546, 100, 17434, 884, 353, 581, 924, 1175, 910, 32345, 100, 12323, 299, 332, 546, 100, 12323, 39, 2098, 353, 581, 924, 1175, 910, 32345, 100, 3305, 100, 18770, 100, 31030, 1986, 18310, 546, 100, 3305, 100, 18770, 100, 31030, 1986, 884, 353, 581, 924, 1175, 910, 244, 32345, 100, 3305, 100, 20514, 100, 19315, 299, 332, 546, 100, 3305, 100, 20514, 100, 19315, 39, 2098, 353, 581, 924, 1175, 910, 32345, 100, 2593, 100, 21364, 100, 2491, 100, 42663, 299, 295, 332, 546, 100, 2593, 100, 21364, 100, 2491, 100, 42663, 884, 353, 581, 924, 1175, 910, 32345, 100, 2593, 100, 2427, 100, 42663, 299, 332, 546, 100, 2593, 100, 2427, 100, 42663, 884, 353, 581, 924, 1175, 910, 32345, 100, 23124, 3382, 100, 20359, 100, 41076, 100, 4451, 299, 295, 332, 546, 100, 23124, 3382, 100, 20359, 100, 41076, 100, 4451, 884, 353, 581, 924, 1175, 910, 32345, 100, 8614, 100, 21364, 100, 2491, 299, 332, 546, 100, 8614, 100, 21364, 100, 2491, 884, 353, 581, 924, 1175, 910, 32345, 100, 2946, 4625, 16016, 299, 332, 546, 100, 2946, 4625, 16016, 884, 353, 581, 924, 1175, 910, 32345, 100, 6480, 100, 2593, 100, 17127, 100, 27701, 299, 295, 332, 546, 100, 6480, 100, 2593, 100, 17127, 100, 27701, 884, 353, 581, 924, 1175, 910, 32345, 100, 6480, 100, 7106, 6144, 1456, 100, 17786, 100, 74, 1816, 4697, 7275, 299, 295, 332, 546, 100, 6480, 100, 7106, 6144, 1456, 100, 17786, 100, 74, 1816, 4697, 7275, 884, 353, 581, 924, 1175, 910, 32345, 100, 3922, 100, 33851, 100, 540, 100, 19646, 299, 295, 332, 546, 100, 3922, 100, 33851, 100, 540, 100, 19646, 884, 353, 581, 924, 1175, 910, 32345, 100, 10012, 11981, 34140, 8994, 100, 3922, 100, 33851, 100, 540, 100, 19646, 299, 295, 332, 546, 100, 10012, 11981, 34140, 8994, 100, 3922, 100, 33851, 100, 540, 100, 19646, 884, 353, 581, 924, 1175, 910, 32345, 100, 9617, 100, 13947, 100, 3305, 100, 9617, 299, 295, 332, 546, 100, 9617, 100, 13947, 100, 3305, 100, 9617, 884, 353, 581, 924, 1175, 910, 32345, 100, 9617, 100, 13947, 100, 3305, 100, 9857, 299, 295, 332, 546, 100, 9617, 100, 13947, 100, 3305, 100, 9857, 884, 353, 581, 924, 1175, 910, 32345, 100, 93, 4088, 100, 31030, 1986, 100, 3305, 100, 40447, 299, 295, 332, 546, 100, 93, 4088, 100, 31030, 1986, 100, 3305, 100, 40447, 884, 353, 581, 924, 1175, 910, 32345, 100, 93, 4088, 100, 31030, 1986, 100, 43470, 100, 802, 2932, 299, 295, 332, 546, 100, 93, 4088, 100, 31030, 1986, 100, 43470, 100, 802, 2932, 884, 353, 581, 924, 1175, 910, 22836, 100, 89, 4935, 299, 332, 8614, 100, 89, 4935, 884, 353, 581, 924, 1175, 910, 22836, 100, 40447, 299, 332, 8614, 100, 40447, 884, 353, 581, 924, 1175, 910, 22836, 100, 18565, 299, 332, 8614, 100, 18565, 884, 353, 581, 924, 1175, 910, 22836, 100, 22339, 9070, 299, 332, 8614, 100, 22339, 9070, 884, 353, 581, 924, 1175, 910, 22836, 100, 6912, 2491, 299, 332, 8614, 100, 6912, 2491, 884, 353, 581, 924, 1175, 910, 22836, 100, 24812, 299, 332, 8614, 100, 24812, 884, 353, 581, 924, 1175, 910, 22836, 100, 10468, 299, 332, 8614, 100, 10468, 884, 353, 581, 924, 1175, 910, 32345, 100, 5436, 100, 24769, 299, 332, 546, 100, 5436, 100, 24769, 884, 353, 581, 924, 1175, 910, 32345, 100, 47445, 1775, 100, 14277, 100, 7421, 18310, 546, 100, 47445, 1775, 100, 14277, 100, 7421, 884, 353, 581, 924, 1175, 910, 32345, 100, 47445, 1775, 100, 7421, 299, 332, 546, 100, 47445, 1775, 100, 7421, 884, 353, 581, 924, 1175, 910, 32345, 100, 17127, 100, 2491, 100, 15896, 299, 332, 546, 100, 17127, 100, 2491, 100, 15896, 884, 353, 581, 924, 1175, 910, 32345, 100, 8614, 100, 9857, 299, 332, 546, 100, 8614, 100, 9857, 884, 353, 581, 924, 1175, 910, 32345, 100, 2593, 100, 41574, 100, 2710, 299, 332, 546, 100, 2593, 100, 41574, 100, 2710, 884, 353, 581, 924, 1175, 910, 32345, 100, 9840, 100, 3922, 100, 13189, 299, 295, 332, 546, 100, 9840, 100, 3922, 100, 13189, 884, 353, 581, 924, 1175, 910, 32345, 100, 72, 4525, 100, 19788, 100, 11841, 100, 3362, 100, 4635, 299, 294, 332, 546, 100, 72, 4525, 100, 19788, 100, 11841, 100, 3362, 100, 4635, 884, 353, 581, 924, 1175, 910, 32345, 100, 8614, 100, 2710, 100, 7608, 100, 5986, 299, 332, 546, 100, 8614, 100, 2710, 100, 7608, 100, 5986, 884, 353, 581, 924, 1175, 910, 32345, 100, 2710, 100, 17434, 100, 3305, 100, 2491, 299, 310, 332, 546, 100, 2710, 100, 17434, 100, 3305, 100, 2491, 884, 353, 581, 924, 1175, 910, 32345, 100, 2804, 100, 17434, 100, 3305, 100, 2491, 299, 310, 332, 546, 100, 2804, 100, 17434, 100, 3305, 100, 2491, 884, 353, 581, 924, 1175, 910, 32345, 100, 48945, 100, 17434, 299, 310, 332, 546, 100, 48945, 100, 17434, 884, 353, 581, 924, 1175, 910, 32345, 100, 19798, 100, 14360, 100, 3922, 100, 33851, 100, 540, 100, 34730, 100, 17204, 1410, 299, 310, 332, 546, 100, 19798, 100, 14360, 100, 3922, 100, 33851, 100, 540, 100, 34730, 100, 17204, 1410, 884, 736, 581, 924, 1175, 910, 643, 76, 100, 13189, 100, 46130, 94, 47666, 299, 332, 21125, 100, 13189, 100, 46130, 94, 47666, 884, 353, 581, 924, 1175, 910, 643, 76, 100, 7516, 100, 41574, 100, 15896, 959, 100, 2593, 100, 6316, 17356, 299, 295, 332, 21125, 100, 7516, 100, 41574, 100, 15896, 959, 100, 2593, 100, 6316, 17356, 884, 353, 581, 924, 1175, 910, 643, 76, 100, 17786, 100, 41574, 100, 27702, 100, 1425, 100, 4635, 299, 295, 332, 21125, 100, 17786, 100, 41574, 100, 27702, 100, 1425, 100, 4635, 884, 353, 581, 924, 1175, 910, 643, 76, 100, 2593, 100, 11150, 74, 100, 540, 100, 9309, 10468, 299, 295, 332, 21125, 100, 2593, 100, 11150, 74, 100, 540, 100, 9309, 10468, 884, 353, 581, 924, 1175, 910, 643, 76, 100, 11150, 74, 100, 3922, 100, 13189, 299, 332, 21125, 100, 11150, 74, 100, 3922, 100, 13189, 884, 353, 581, 924, 1175, 910, 643, 76, 100, 16808, 3922, 100, 8292, 100, 2427, 100, 9077, 18310, 21125, 100, 16808, 3922, 100, 8292, 100, 2427, 100, 9077, 884, 353, 581, 924, 1175, 910, 643, 76, 100, 16808, 3922, 100, 5703, 100, 7921, 1363, 100, 14859, 299, 295, 332, 21125, 100, 16808, 3922, 100, 5703, 100, 7921, 1363, 100, 14859, 884, 353, 581, 924, 1175, 910, 643, 76, 100, 16808, 3922, 100, 24691, 100, 21692, 7275, 18310, 21125, 100, 16808, 3922, 100, 24691, 100, 21692, 7275, 884, 353, 581, 924, 1175, 910, 643, 76, 100, 49142, 100, 40049, 33831, 100, 4866, 100, 2427, 299, 295, 332, 21125, 100, 49142, 100, 40049, 33831, 100, 4866, 100, 2427, 884, 353, 581, 924, 1175, 910, 643, 76, 100, 35855, 100, 3922, 100, 22446, 100, 48346, 100, 6266, 61, 299, 295, 332, 21125, 100, 35855, 100, 3922, 100, 22446, 100, 48346, 100, 6266, 61, 884, 353, 581, 924, 1175, 910, 643, 76, 100, 35855, 100, 3922, 100, 22446, 100, 48346, 100, 18633, 299, 295, 332, 21125, 100, 35855, 100, 3922, 100, 22446, 100, 48346, 100, 18633, 884, 353, 581, 924, 1175, 910, 643, 76, 100, 15600, 39138, 2932, 100, 14585, 1816, 952, 88, 299, 295, 332, 21125, 100, 15600, 39138, 2932, 100, 14585, 1816, 952, 88, 884, 353, 581, 924, 1175, 910, 643, 76, 100, 4200, 11318, 100, 3362, 100, 2896, 4200, 1410, 299, 295, 332, 21125, 100, 4200, 11318, 100, 3362, 100, 2896, 4200, 1410, 884, 353, 581, 924, 1175, 910, 643, 76, 100, 11485, 100, 17127, 299, 332, 21125, 100, 11485, 100, 17127, 884, 353, 581, 924, 1175, 910, 643, 76, 100, 14585, 1816, 952, 100, 71, 36410, 100, 93, 3910, 45505, 13174, 100, 3362, 100, 93, 3910, 2896, 39725, 959, 8994, 299, 332, 21125, 100, 14585, 1816, 952, 100, 71, 36410, 100, 93, 3910, 45505, 13174, 100, 3362, 100, 93, 3910, 2896, 39725, 28085, 884, 353, 581, 924, 1175, 910, 643, 76, 100, 41574, 100, 3922, 100, 8876, 10334, 299, 332, 21125, 100, 41574, 100, 3922, 100, 8876, 10334, 884, 353, 581, 924, 1175, 910, 643, 76, 100, 2593, 100, 37571, 9309, 100, 7557, 802, 2909, 299, 295, 332, 21125, 100, 2593, 100, 37571, 9309, 100, 7557, 802, 2909, 884, 353, 581, 924, 1175, 910, 643, 76, 100, 9403, 100, 93, 3910, 89, 100, 3033, 299, 332, 21125, 100, 9403, 100, 93, 3910, 89, 100, 3033, 884, 353, 581, 924, 1175, 910, 643, 76, 100, 4451, 100, 5815, 100, 93, 3910, 37571, 9309, 100, 33851, 299, 295, 332, 21125, 100, 4451, 100, 5815, 100, 93, 3910, 37571, 9309, 100, 33851, 884, 353, 581, 924, 1175, 910, 643, 76, 100, 93, 3910, 37571, 9309, 100, 8362, 100, 48131, 100, 4671, 100, 34582, 299, 295, 332, 21125, 100, 93, 3910, 37571, 9309, 100, 8362, 100, 48131, 100, 4671, 100, 34582, 884, 353, 581, 924, 1175, 910, 643, 76, 100, 1484, 24137, 744, 100, 18384, 299, 332, 21125, 100, 1484, 24137, 744, 100, 18384, 884, 353, 581, 924, 1175, 910, 643, 76, 100, 1213, 33831, 100, 3922, 100, 31030, 2494, 100, 9857, 299, 295, 332, 21125, 100, 1213, 33831, 100, 3922, 100, 31030, 2494, 100, 9857, 884, 353, 581, 924, 1175, 910, 643, 76, 100, 19535, 10882, 1692, 1235, 100, 4869, 44715, 100, 4539, 100, 41574, 299, 295, 332, 21125, 100, 19535, 10882, 1692, 1235, 100, 4869, 44715, 100, 4539, 100, 41574, 884, 353, 581, 924, 1175, 910, 643, 76, 100, 1484, 24137, 744, 100, 18384, 100, 2491, 299, 295, 332, 21125, 100, 1484, 24137, 744, 100, 18384, 100, 2491, 884, 353, 581, 924, 1175, 910, 643, 76, 100, 1484, 24137, 744, 100, 18384, 100, 5986, 299, 295, 332, 21125, 100, 1484, 24137, 744, 100, 18384, 100, 5986, 884, 353, 581, 924, 1175, 910, 643, 76, 100, 13070, 100, 23768, 100, 5436, 299, 332, 21125, 100, 13070, 100, 23768, 100, 5436, 884, 353, 581, 924, 1175, 910, 643, 76, 100, 17204, 1410, 33480, 35015, 100, 2491, 100, 72, 4525, 100, 4671, 100, 5741, 299, 295, 332, 21125, 100, 17204, 1410, 33480, 35015, 100, 2491, 100, 72, 4525, 100, 4671, 100, 5741, 884, 353, 581, 924, 1175, 910, 643, 76, 100, 17204, 1410, 33480, 35015, 100, 3922, 5924, 100, 6912, 2491, 299, 295, 332, 21125, 100, 17204, 1410, 33480, 35015, 100, 3922, 5924, 100, 6912, 2491, 884, 353, 581, 924, 1175, 910, 643, 76, 100, 1484, 24137, 744, 100, 18384, 100, 19646, 299, 295, 332, 21125, 100, 1484, 24137, 744, 100, 18384, 100, 19646, 884, 353, 581, 924, 1175, 910, 4452, 100, 2414, 12369, 9586, 100, 33851, 100, 2220, 299, 295, 332, 2593, 100, 2414, 12369, 9586, 100, 33851, 100, 2220, 884, 736, 1276, 682, 338, 9188, 5342, 347, 341, 1492, 1367, 51, 682, 338, 7794, 5342, 347, 341, 1492, 1367, 456, 708, 1492, 1361, 347, 341, 682, 338, 1437, 51, 4443, 341, 556, 1067, 1361, 641, 341, 1671, 2012, 341, 1437, 51, 682, 588, 736, 453, 3099, 5231, 1198, 736, 1041, 1408, 341, 11478, 1877, 456, 1067, 5231, 51, 303, 338, 303, 338, 496, 620, 906, 1492, 11478, 1877, 51, 303, 588, 353, 581, 2210, 11338, 640, 8048, 365, 353, 320, 416, 461, 556, 2210, 11338, 320, 736, 1041, 3099, 1492, 2502, 708, 1421, 331, 762, 1492, 49, 1294, 8756, 347, 331, 4005, 1319, 51, 283, 588, 353, 3479, 546, 53, 53, 53, 53, 39, 1737, 10738, 53, 3864, 820, 465, 320, 32345, 100, 2593, 100, 46130, 94, 47666, 49, 416, 332, 75, 361, 63, 33502, 1287, 473, 14614, 12956, 347, 38768, 97, 122, 53, 53, 74, 58, 11872, 8950, 44, 3933, 465, 320, 32345, 100, 1484, 24137, 744, 100, 18384, 1737, 294, 10738, 53, 130, 10940, 25574, 29260, 747, 97, 122, 53, 53, 74, 58, 121, 383, 38581, 63, 320, 54, 3864, 855, 736, 320, 546, 100, 3305, 100, 3644, 1282, 72, 21106, 869, 100, 1910, 19394, 13555, 88, 1737, 416, 332, 1876, 1230, 788, 122, 53, 53, 74, 57, 119, 762, 613, 837, 2021, 63, 4740, 50, 22451, 38, 3933, 736, 320, 546, 100, 16808, 3922, 100, 5375, 49, 416, 332, 80, 297, 12956, 1564, 512, 102, 320, 53, 130, 12435, 320, 54, 3864, 855, 465, 320, 32345, 100, 3305, 100, 3644, 1282, 72, 21106, 869, 100, 12831, 1910, 19394, 10118, 22341, 959, 49, 416, 332, 1876, 1230, 788, 122, 53, 53, 74, 57, 119, 762, 613, 2902, 9913, 15550, 9592, 38, 3933, 465, 320, 32345, 100, 2593, 100, 2491, 100, 41574, 49, 294, 10738, 53, 130, 364, 97, 122, 53, 53, 74, 58, 6704, 14079, 25574, 32225, 17566, 1154, 3128, 855, 465, 320, 546, 100, 17127, 100, 3922, 100, 13189, 49, 294, 332, 11161, 1371, 305, 12956, 364, 6576, 11292, 32225, 1317, 63, 320, 53, 3864, 855, 465, 320, 546, 100, 72, 4525, 100, 31030, 2494, 100, 2491, 100, 4583, 89, 49, 416, 332, 80, 40111, 12956, 2549, 102, 32225, 115, 50, 4583, 89, 613, 837, 2021, 63, 1872, 50, 2402, 3128, 855, 465, 320, 546, 100, 4869, 44715, 100, 41574, 49, 294, 10738, 53, 130, 26960, 97, 122, 53, 53, 74, 57, 443, 38581, 63, 320, 54, 3864, 855, 465, 320, 32345, 100, 48131, 100, 19788, 100, 3780, 100, 41574, 49, 416, 10738, 53, 130, 364, 97, 122, 53, 53, 74, 58, 6704, 14079, 25574, 4267, 881, 2723, 50, 44166, 3128, 855, 465, 320, 546, 100, 13721, 100, 2730, 100, 586, 100, 10736, 100, 41574, 49, 416, 332, 75, 361, 11385, 22975, 373, 97, 122, 53, 53, 74, 57, 119, 305, 613, 329, 407, 97, 122, 53, 53, 74, 58, 44166, 63, 320, 53, 3864, 855, 465, 320, 546, 100, 17204, 1410, 33480, 35015, 100, 2491, 100, 72, 4525, 100, 4671, 100, 5741, 49, 416, 332, 47331, 115, 317, 97, 122, 53, 53, 74, 58, 41070, 8644, 1244, 7137, 484, 3434, 9106, 14614, 12956, 792, 102, 349, 2608, 44, 3933, 465, 320, 32345, 100, 17204, 1410, 33480, 35015, 100, 3922, 5924, 100, 6912, 2491, 49, 416, 332, 47331, 115, 317, 97, 122, 53, 53, 74, 58, 41070, 8644, 1244, 7137, 484, 3434, 9106, 364, 97, 122, 53, 53, 74, 58, 6704, 792, 102, 25574, 504, 3430, 22975, 28451, 577, 63, 320, 53, 3864, 855, 465, 320, 32345, 100, 42320, 100, 15896, 100, 41574, 49, 416, 10738, 53, 130, 364, 97, 122, 53, 53, 74, 58, 6704, 14079, 25574, 2549, 1244, 13159, 1154, 329, 97, 122, 53, 53, 74, 57, 119, 2765, 619, 892, 25574, 475, 97, 122, 53, 53, 74, 57, 319, 3128, 855, 465, 320, 32345, 100, 42320, 100, 2491, 100, 776, 100, 15896, 100, 41574, 49, 416, 10738, 53, 130, 26960, 97, 122, 53, 53, 74, 57, 443, 619, 1073, 291, 25574, 32225, 115, 25699, 25574, 2549, 1244, 13159, 1154, 3128, 855, 465, 320, 546, 100, 72, 4525, 100, 31030, 2494, 100, 83, 2249, 632, 6443, 49, 416, 332, 80, 297, 12956, 2549, 102, 5216, 315, 97, 122, 53, 53, 75, 59, 119, 32225, 115, 1012, 973, 63, 320, 53, 3864, 855, 465, 320, 32345, 100, 1484, 24137, 744, 100, 5986, 49, 294, 332, 2608, 63, 1183, 10940, 25574, 29260, 747, 97, 122, 53, 53, 74, 58, 121, 383, 373, 97, 122, 53, 53, 74, 57, 119, 305, 63, 320, 53, 3864, 855, 465, 320, 32345, 100, 2593, 100, 31980, 14859, 49, 416, 332, 12921, 675, 45468, 27272, 10940, 11467, 383, 788, 122, 53, 53, 74, 57, 43427, 29030, 38, 3933, 465, 320, 32345, 100, 32271, 17127, 32271, 100, 2220, 49, 294, 332, 10795, 3455, 1325, 50, 25003, 63, 320, 53, 3864, 855, 465, 320, 32345, 100, 3305, 100, 31563, 49, 294, 332, 75, 97, 122, 53, 53, 75, 59, 3685, 97, 122, 53, 53, 75, 59, 4797, 475, 97, 122, 53, 53, 74, 57, 46085, 12435, 949, 762, 50, 8505, 675, 45468, 38, 3933, 465, 320, 32345, 100, 42320, 100, 4635, 100, 41574, 49, 294, 10738, 53, 130, 26960, 97, 122, 53, 53, 74, 57, 443, 25574, 2209, 50, 44166, 3128, 855, 465, 320, 32345, 100, 42320, 100, 3780, 100, 41574, 1737, 416, 332, 13078, 63, 6045, 364, 97, 122, 53, 53, 74, 58, 6704, 14079, 25574, 349, 881, 27967, 44166, 3128, 855, 465, 320, 32345, 100, 42320, 100, 2491, 100, 41574, 49, 416, 332, 13078, 63, 1814, 50, 18508, 919, 364, 97, 122, 53, 53, 74, 58, 6704, 14079, 25574, 349, 21117, 115, 27967, 44166, 3128, 855, 465, 320, 32345, 100, 2593, 100, 13947, 100, 31980, 14859, 49, 416, 332, 1834, 10940, 11467, 383, 788, 122, 53, 53, 74, 57, 43427, 29030, 38, 3933, 465, 320, 546, 100, 1213, 33831, 100, 3922, 100, 6046, 100, 5741, 100, 10822, 100, 1816, 70, 1309, 586, 49, 416, 332, 80, 40111, 12956, 3057, 21012, 7408, 35010, 2232, 517, 923, 5853, 63, 320, 53, 3864, 855, 465, 320, 546, 100, 17204, 100, 3922, 100, 6696, 19982, 49, 416, 332, 93, 17679, 63, 6849, 291, 6471, 97, 122, 53, 53, 75, 59, 119, 7233, 12956, 3128, 855, 465, 320, 32345, 100, 3922, 100, 6696, 19982, 49, 294, 332, 93, 17679, 63, 6471, 97, 122, 53, 53, 75, 59, 119, 7233, 12956, 3128, 855, 465, 320, 32345, 100, 35855, 100, 3922, 100, 22446, 49, 294, 332, 80, 450, 1244, 291, 395, 97, 122, 53, 53, 75, 59, 3246, 12956, 63, 320, 53, 3864, 855, 465, 320, 546, 100, 1213, 33831, 100, 3922, 100, 6046, 100, 13180, 4625, 16016, 49, 416, 332, 80, 40111, 12956, 16307, 2239, 63, 320, 53, 3864, 855, 465, 320, 546, 100, 3319, 100, 4869, 44715, 100, 2491, 100, 41574, 49, 416, 332, 13078, 63, 697, 26960, 97, 122, 53, 53, 74, 57, 443, 25574, 349, 21117, 115, 27967, 44166, 38, 3933, 465, 320, 32345, 100, 3319, 100, 4869, 44715, 100, 15896, 100, 41574, 49, 416, 332, 13078, 63, 697, 26960, 97, 122, 53, 53, 74, 57, 443, 25574, 349, 2892, 1244, 27967, 44166, 38, 3933, 465, 320, 32345, 100, 3319, 100, 4869, 44715, 100, 4866, 100, 41574, 49, 416, 332, 13078, 63, 697, 26960, 97, 122, 53, 53, 74, 57, 443, 25574, 349, 297, 123, 97, 122, 53, 53, 74, 57, 1462, 27967, 44166, 38, 3933, 465, 320, 32345, 100, 4869, 44715, 100, 14360, 88, 100, 41574, 49, 416, 11616, 2291, 7161, 1985, 46, 320, 53, 130, 26960, 97, 122, 53, 53, 74, 57, 443, 25574, 4267, 2559, 2723, 50, 44166, 38, 3933, 465, 320, 32345, 100, 26599, 100, 9857, 100, 41574, 49, 416, 11616, 2291, 7161, 1985, 46, 4267, 4271, 2723, 315, 97, 122, 53, 53, 75, 59, 119, 320, 53, 11973, 44166, 328, 793, 28080, 3933, 465, 320, 32345, 100, 13721, 100, 19535, 10882, 1692, 1235, 100, 2427, 49, 294, 332, 2222, 26292, 50, 2427, 788, 122, 53, 53, 74, 57, 119, 20659, 11385, 384, 63, 320, 53, 3864, 855, 465, 320, 32345, 100, 3555, 100, 3922, 100, 13189, 49, 294, 332, 2222, 26292, 5049, 38286, 305, 12956, 8990, 25365, 63, 320, 53, 3864, 855, 465, 320, 32345, 100, 2354, 19077, 49, 416, 332, 75, 1246, 4398, 50, 21522, 500, 11292, 2224, 26292, 5049, 63, 320, 53, 3864, 855, 465, 320, 32345, 100, 2593, 100, 77, 4196, 100, 41574, 49, 416, 11616, 2291, 7161, 1985, 46, 27389, 1371, 305, 12956, 995, 50, 44166, 315, 97, 122, 53, 53, 75, 59, 119, 320, 53, 3864, 855, 465, 320, 32345, 100, 19535, 10882, 1692, 1235, 100, 46884, 100, 799, 28810, 49, 416, 11616, 2291, 7161, 1985, 46, 320, 53, 130, 44790, 6318, 512, 301, 49, 15404, 4455, 25699, 4873, 567, 4455, 49, 6980, 328, 111, 97, 122, 53, 53, 74, 57, 6995, 38, 3933, 465, 320, 32345, 100, 17204, 8570, 100, 2946, 49, 416, 332, 2291, 7161, 1985, 51, 2441, 8518, 50, 25003, 49, 320, 53, 3864, 855, 465, 320, 32345, 100, 26599, 100, 24221, 100, 41574, 49, 416, 11616, 2291, 7161, 1985, 46, 4267, 1600, 2723, 315, 97, 122, 53, 53, 75, 59, 119, 320, 53, 11973, 44166, 328, 793, 28080, 3933, 465, 320, 32345, 100, 26599, 100, 26935, 100, 14360, 100, 17971, 49, 416, 11616, 2291, 7161, 1985, 46, 320, 53, 11973, 2559, 10400, 788, 122, 53, 53, 74, 57, 119, 20659, 34354, 288, 9103, 50, 2559, 383, 4267, 2307, 2723, 328, 793, 28080, 3933, 465, 320, 32345, 100, 16808, 100, 13003, 100, 10838, 100, 1425, 100, 14360, 49, 416, 332, 80, 297, 962, 652, 3057, 1246, 102, 8196, 624, 12435, 25574, 6840, 49, 25574, 6222, 5763, 49, 25574, 6222, 25699, 949, 47163, 3128, 855, 465, 320, 32345, 100, 17204, 100, 2946, 49, 294, 332, 2291, 7161, 4069, 51, 2441, 50, 25003, 3933, 465, 320, 32345, 100, 1430, 18956, 9183, 100, 2946, 49, 294, 332, 1079, 3499, 1230, 50, 25003, 63, 320, 53, 3864, 855, 465, 320, 32345, 100, 2593, 100, 4635, 100, 43246, 49, 416, 332, 75, 361, 38, 27389, 1371, 305, 12956, 37905, 2209, 50, 322, 1287, 473, 7224, 1632, 566, 3933, 465, 320, 32345, 100, 16808, 3922, 100, 16423, 8490, 100, 93, 3910, 17204, 776, 49, 416, 332, 80, 297, 12956, 4569, 316, 3017, 949, 1618, 3910, 6872, 38, 3933, 465, 320, 32345, 100, 2593, 100, 10834, 100, 19535, 10882, 1692, 1235, 49, 416, 332, 2222, 26292, 572, 420, 16323, 619, 15813, 38, 3933, 465, 320, 32345, 100, 10811, 100, 17204, 100, 19535, 10882, 1692, 1235, 49, 416, 332, 80, 40111, 12956, 545, 4685, 3104, 2224, 26292, 38, 3933, 465, 320, 32345, 100, 1213, 33831, 4750, 100, 30730, 100, 14859, 49, 294, 332, 80, 40111, 12956, 27073, 3812, 40157, 383, 320, 53, 23558, 3933, 465, 320, 32345, 100, 1213, 33831, 4750, 100, 24691, 100, 36074, 49, 294, 332, 11161, 1371, 305, 12956, 10299, 63, 320, 53, 3864, 855, 465, 320, 32345, 100, 9183, 100, 3922, 100, 14360, 49, 416, 332, 83, 450, 11784, 3358, 112, 6949, 317, 97, 122, 53, 53, 74, 58, 2458, 10299, 50, 7907, 605, 792, 12956, 25574, 2016, 63, 320, 53, 3864, 855, 465, 320, 32345, 100, 17373, 10029, 100, 42320, 100, 15896, 100, 776, 100, 2491, 100, 41574, 49, 416, 332, 999, 50, 5530, 26960, 97, 122, 53, 53, 74, 57, 443, 619, 1073, 291, 949, 2549, 1244, 25699, 25574, 32225, 17566, 1154, 3933, 465, 320, 32345, 100, 10118, 22341, 959, 100, 42320, 100, 15896, 100, 776, 100, 2491, 100, 41574, 49, 416, 332, 8887, 26960, 97, 122, 53, 53, 74, 57, 443, 619, 1073, 291, 949, 2549, 1244, 25699, 25574, 32225, 17566, 1154, 3933, 465, 320, 32345, 100, 2593, 100, 1601, 4451, 100, 2124, 100, 23997, 100, 30017, 49, 416, 332, 402, 2536, 851, 9541, 2458, 25574, 40157, 9883, 38, 3933, 465, 320, 32345, 100, 72, 4525, 100, 6046, 100, 10938, 49, 416, 332, 80, 297, 12956, 3057, 21012, 2016, 613, 1074, 2456, 97, 122, 53, 53, 74, 57, 105, 63, 320, 53, 3864, 855, 465, 320, 32345, 100, 5741, 13174, 100, 1484, 24137, 744, 100, 5986, 49, 416, 332, 2608, 63, 1183, 613, 851, 97, 122, 53, 53, 74, 57, 629, 50, 5741, 10940, 25574, 29260, 747, 97, 122, 53, 53, 74, 58, 121, 383, 373, 97, 122, 53, 53, 74, 57, 119, 305, 63, 320, 53, 3864, 855, 465, 320, 32345, 100, 2593, 100, 93, 3910, 3319, 100, 7557, 802, 2909, 49, 416, 332, 2150, 43764, 11467, 291, 837, 2021, 63, 697, 50, 45161, 4055, 387, 315, 97, 122, 53, 53, 75, 59, 119, 320, 53, 23558, 3933, 465, 320, 32345, 100, 72, 4525, 100, 6046, 100, 2427, 49, 294, 332, 75, 361, 38, 1242, 297, 12956, 3057, 21012, 3846, 315, 97, 122, 53, 53, 75, 59, 119, 63, 320, 53, 3864, 855, 465, 320, 32345, 100, 93, 3910, 49142, 100, 48945, 49, 294, 332, 13078, 63, 8259, 395, 97, 122, 53, 53, 75, 59, 3246, 12956, 3933, 465, 320, 32345, 100, 17204, 776, 100, 2946, 49, 294, 332, 93, 3910, 89, 35010, 2232, 50, 25003, 3933, 465, 320, 32345, 100, 3922, 100, 33851, 100, 14013, 8464, 100, 19535, 10882, 1692, 1235, 49, 416, 11616, 2291, 7161, 1985, 46, 320, 53, 130, 788, 122, 53, 53, 74, 57, 119, 12956, 12435, 97, 122, 53, 53, 74, 58, 2495, 347, 960, 613, 949, 2224, 26292, 38, 3933, 465, 320, 32345, 100, 6394, 3033, 100, 3922, 100, 22446, 49, 416, 332, 1285, 50, 2591, 395, 97, 122, 53, 53, 75, 59, 3246, 12956, 475, 97, 122, 53, 53, 74, 57, 1159, 287, 38, 2262, 123, 97, 122, 53, 53, 74, 57, 1462, 837, 2021, 63, 2051, 8535, 97, 122, 53, 53, 74, 57, 113, 749, 3128, 855, 465, 320, 32345, 100, 5815, 13174, 100, 3922, 100, 22446, 49, 416, 332, 1555, 50, 1183, 395, 97, 122, 53, 53, 75, 59, 3246, 12956, 475, 97, 122, 53, 53, 74, 57, 1159, 287, 38, 2262, 123, 97, 122, 53, 53, 74, 57, 1462, 837, 2021, 63, 7237, 50, 1183, 25699, 837, 2021, 63, 32618, 50, 1183, 8535, 97, 122, 53, 53, 74, 57, 113, 749, 3128, 855, 465, 320, 32345, 100, 3339, 1456, 6394, 100, 3922, 100, 22446, 49, 416, 332, 9383, 50, 1285, 395, 97, 122, 53, 53, 75, 59, 3246, 12956, 475, 97, 122, 53, 53, 74, 57, 1159, 287, 38, 2262, 123, 97, 122, 53, 53, 74, 57, 1462, 837, 2021, 63, 2051, 8535, 97, 122, 53, 53, 74, 57, 113, 749, 3128, 855, 465, 320, 32345, 100, 1484, 24137, 744, 100, 41574, 49, 416, 11616, 2291, 7161, 1985, 46, 320, 53, 130, 10940, 25574, 29260, 747, 97, 122, 53, 53, 74, 58, 121, 383, 38581, 63, 320, 54, 3864, 855, 465, 320, 32345, 100, 14165, 100, 93, 3910, 100, 32271, 49, 294, 332, 7573, 97, 122, 53, 53, 74, 57, 585, 1618, 3910, 50, 2559, 63, 320, 53, 3864, 855, 465, 320, 32345, 100, 13721, 100, 93, 3910, 29630, 100, 4866, 49, 416, 11616, 2291, 7161, 1985, 46, 837, 2021, 63, 3349, 14614, 962, 652, 20617, 97, 122, 53, 53, 74, 57, 1462, 321, 11292, 837, 2021, 63, 4740, 50, 8887, 25699, 837, 2021, 63, 999, 50, 5530, 3128, 855, 465, 320, 32345, 100, 10591, 2759, 1205, 1363, 100, 93, 3910, 5886, 49, 416, 11616, 2291, 7161, 1985, 46, 20659, 34354, 1546, 837, 2021, 63, 6045, 38, 3933, 465, 320, 32345, 100, 93, 3910, 5886, 100, 3922, 100, 27701, 1363, 100, 6275, 100, 93, 3910, 1424, 42555, 49, 416, 11616, 2291, 7161, 1985, 46, 837, 2021, 63, 6045, 439, 97, 122, 53, 53, 74, 57, 9630, 424, 3321, 12956, 4953, 97, 122, 53, 53, 74, 58, 115, 837, 2021, 63, 17376, 38, 3933, 465, 320, 32345, 100, 10591, 2759, 1205, 1363, 100, 93, 3910, 21127, 10383, 49, 416, 11616, 2291, 7161, 1985, 46, 20659, 34354, 1546, 837, 2021, 63, 31867, 38, 3933, 465, 320, 32345, 100, 93, 3910, 21127, 10383, 100, 3922, 100, 27701, 1363, 100, 6275, 100, 93, 3910, 1424, 42555, 49, 416, 11616, 2291, 7161, 1985, 46, 837, 2021, 63, 31867, 439, 97, 122, 53, 53, 74, 57, 9630, 424, 3321, 12956, 4953, 97, 122, 53, 53, 74, 58, 115, 837, 2021, 63, 17376, 38, 3933, 465, 320, 32345, 100, 3922, 100, 33851, 100, 14013, 8464, 100, 17127, 49, 416, 11616, 2291, 7161, 1985, 46, 320, 53, 130, 788, 122, 53, 53, 74, 57, 119, 12956, 12435, 97, 122, 53, 53, 74, 58, 2495, 347, 960, 613, 949, 364, 483, 38, 3933, 465, 320, 32345, 100, 14165, 100, 2411, 100, 3033, 100, 9857, 49, 416, 11616, 2291, 7161, 1985, 46, 3847, 97, 122, 53, 53, 74, 57, 585, 32225, 115, 1012, 973, 438, 2257, 320, 54, 130, 315, 97, 122, 53, 53, 75, 59, 119, 12435, 97, 122, 53, 53, 74, 57, 6487, 320, 53, 3864, 855, 465, 320, 32345, 100, 13555, 88, 100, 1117, 100, 16825, 100, 32271, 49, 416, 11616, 2291, 7161, 1985, 46, 44949, 14614, 962, 652, 315, 97, 122, 53, 53, 75, 59, 287, 24907, 954, 11784, 428, 315, 97, 122, 53, 53, 75, 59, 9630, 102, 2016, 291, 613, 2224, 114, 6576, 38, 3933, 465, 320, 32345, 100, 13555, 1410, 100, 799, 28810, 49, 416, 11616, 2291, 7161, 1985, 46, 320, 53, 130, 48767, 301, 49, 15404, 4455, 25699, 4873, 567, 4455, 49, 6980, 328, 111, 97, 122, 53, 53, 74, 57, 6995, 38, 3933, 465, 320, 32345, 100, 5741, 13174, 100, 1484, 24137, 744, 100, 2730, 49, 416, 11616, 2291, 7161, 1985, 46, 5604, 63, 1183, 10940, 25574, 29260, 747, 97, 122, 53, 53, 74, 58, 121, 383, 373, 97, 122, 53, 53, 74, 57, 119, 305, 63, 320, 53, 3864, 855, 465, 320, 32345, 100, 17204, 19535, 10882, 1692, 1235, 100, 3922, 100, 6696, 19982, 49, 416, 332, 2441, 2291, 7161, 6471, 97, 122, 53, 53, 75, 59, 119, 7233, 12956, 38, 3933, 465, 320, 32345, 100, 42188, 100, 19077, 49, 294, 332, 42188, 50, 21522, 500, 3933, 222, 222, 325, 244, 1035, 477, 1492, 391, 2435, 4845, 244, 55, 54, 57, 60, 61, 303, 320, 32345, 100, 9840, 100, 3922, 100, 22446, 49, 294, 332, 75, 26985, 291, 395, 97, 122, 53, 53, 75, 59, 3246, 12956, 38, 3933, 465, 320, 32345, 100, 93, 3910, 89, 100, 2946, 49, 294, 332, 93, 3910, 89, 50, 25003, 3933, 465, 320, 32345, 100, 7525, 632, 45563, 100, 9876, 100, 1484, 24137, 744, 49, 416, 332, 718, 322, 351, 473, 291, 788, 122, 53, 53, 74, 57, 119, 12956, 12435, 97, 122, 53, 53, 74, 58, 121, 383, 613, 2224, 114, 97, 122, 53, 53, 75, 59, 115, 6449, 484, 97, 122, 53, 53, 74, 57, 1159, 3933, 465, 320, 32345, 100, 23997, 100, 9840, 100, 8614, 100, 540, 100, 19535, 10882, 1692, 1235, 100, 8869, 49, 416, 332, 73, 29030, 107, 26985, 395, 97, 122, 53, 53, 75, 59, 3246, 12956, 613, 33629, 2708, 12108, 38, 3933, 465, 320, 32345, 100, 72, 4525, 100, 31030, 2494, 100, 9857, 100, 2124, 100, 10012, 100, 9857, 100, 31030, 1986, 49, 416, 332, 80, 297, 12956, 2549, 102, 5216, 11292, 2549, 1244, 11784, 328, 793, 43595, 5216, 38, 3933, 465, 320, 32345, 100, 632, 9672, 100, 1213, 33831, 4750, 100, 2804, 100, 18846, 49, 416, 332, 11446, 50, 43654, 97, 122, 53, 53, 74, 57, 6487, 63, 27389, 1371, 305, 12956, 8649, 21117, 115, 449, 8649, 25699, 928, 44166, 364, 97, 122, 53, 53, 74, 58, 6704, 461, 3017, 504, 3430, 384, 615, 97, 122, 53, 53, 74, 57, 1159, 3128, 855, 465, 320, 32345, 100, 16808, 3922, 100, 9494, 100, 9309, 2933, 4625, 16016, 100, 540, 100, 632, 9672, 49, 416, 332, 80, 297, 12956, 829, 46085, 47436, 2239, 613, 18098, 50, 43654, 97, 122, 53, 53, 74, 57, 6487, 38, 3933, 465, 320, 32345, 100, 8614, 100, 9857, 100, 540, 100, 30292, 3807, 546, 959, 2254, 9857, 49, 416, 332, 5429, 613, 11270, 50, 1285, 50, 41411, 788, 122, 53, 53, 74, 57, 119, 12956, 504, 3430, 22975, 63, 320, 53, 3864, 855, 465, 320, 32345, 100, 26599, 100, 3033, 100, 6344, 49, 416, 332, 47331, 115, 1012, 47800, 50, 6344, 328, 793, 28080, 315, 97, 122, 53, 53, 75, 59, 119, 28787, 407, 3288, 5216, 3933, 465, 320, 32345, 100, 26599, 100, 5436, 100, 7331, 100, 10534, 49, 416, 332, 3501, 328, 793, 28080, 315, 97, 122, 53, 53, 75, 59, 119, 9637, 6221, 383, 63, 320, 53, 3864, 855, 465, 320, 32345, 100, 8614, 100, 10534, 49, 294, 332, 34687, 3430, 22975, 9637, 6221, 63, 320, 53, 3864, 855, 465, 320, 32345, 100, 43150, 7331, 14264, 100, 9309, 100, 5215, 49, 294, 332, 75, 361, 11385, 22975, 8196, 618, 358, 2224, 484, 97, 122, 53, 53, 74, 57, 1159, 63, 320, 53, 3864, 855, 465, 320, 32345, 100, 19535, 10882, 1692, 1235, 100, 4869, 44715, 100, 4539, 100, 41574, 49, 416, 332, 13078, 63, 5169, 26960, 97, 122, 53, 53, 74, 57, 443, 25574, 349, 1687, 27967, 44166, 38, 3933, 465, 320, 32345, 100, 1484, 24137, 744, 100, 18384, 100, 5986, 49, 416, 332, 40359, 63, 320, 53, 130, 10940, 25574, 29260, 747, 97, 122, 53, 53, 74, 58, 121, 383, 373, 97, 122, 53, 53, 74, 57, 119, 305, 63, 320, 54, 3864, 855, 465, 320, 32345, 100, 1424, 42555, 100, 4869, 44715, 100, 5886, 49, 294, 332, 13078, 63, 17376, 26960, 97, 122, 53, 53, 74, 57, 443, 837, 2021, 63, 6045, 3933, 465, 320, 32345, 100, 2593, 100, 1910, 19394, 100, 13555, 100, 540, 100, 7331, 100, 29502, 49, 416, 332, 13078, 63, 4740, 50, 22451, 12956, 12435, 97, 122, 53, 53, 74, 58, 121, 383, 613, 837, 2021, 63, 999, 50, 5530, 3933, 465, 320, 32345, 100, 72, 4525, 100, 4866, 100, 6286, 82, 100, 7331, 100, 10838, 49, 416, 332, 80, 297, 12956, 20617, 97, 122, 53, 53, 74, 57, 1462, 102, 19895, 1696, 923, 5853, 12435, 949, 12108, 8196, 2923, 297, 450, 1198, 3057, 1246, 102, 949, 785, 51, 9886, 51, 1107, 51, 2121, 51, 16735, 51, 3269, 51, 8869, 55, 2775, 8535, 97, 122, 53, 53, 74, 57, 113, 749, 38, 3933, 465, 320, 32345, 100, 72, 4525, 100, 4866, 100, 6286, 82, 100, 7331, 100, 10834, 49, 416, 332, 80, 297, 12956, 20617, 97, 122, 53, 53, 74, 57, 1462, 102, 19895, 1696, 923, 5853, 12435, 949, 12108, 347, 2923, 297, 450, 1198, 3057, 1246, 102, 949, 785, 51, 9886, 51, 1107, 51, 2121, 51, 16735, 51, 3269, 51, 8869, 55, 2775, 8535, 97, 122, 53, 53, 74, 57, 113, 749, 38, 3933, 465, 320, 32345, 100, 5043, 100, 1425, 100, 2411, 100, 10811, 49, 416, 332, 1062, 1996, 12435, 12435, 97, 122, 53, 53, 74, 57, 6487, 296, 746, 6471, 97, 122, 53, 53, 75, 59, 119, 7233, 12956, 63, 320, 53, 3864, 855, 465, 320, 32345, 100, 9857, 100, 48131, 100, 31030, 2494, 49, 416, 332, 5429, 364, 97, 122, 53, 53, 74, 58, 6704, 2549, 321, 12435, 949, 32225, 115, 1012, 973, 63, 320, 53, 3864, 855, 465, 320, 32345, 100, 8614, 100, 6266, 54, 59, 100, 27704, 1030, 32239, 49, 416, 332, 34687, 3430, 22975, 9360, 50, 54, 59, 50, 8863, 19985, 288, 992, 404, 97, 122, 53, 53, 74, 57, 473, 121, 63, 320, 53, 130, 1037, 3933, 465, 320, 32345, 100, 93, 3910, 11485, 2710, 100, 9211, 100, 799, 28810, 49, 416, 332, 13078, 63, 4902, 50, 489, 320, 53, 130, 20617, 97, 122, 53, 53, 74, 57, 115, 305, 6980, 328, 111, 97, 122, 53, 53, 74, 57, 6995, 121, 49, 373, 354, 18306, 18845, 2322, 3725, 575, 120, 13994, 949, 356, 97, 122, 53, 53, 74, 57, 1462, 13255, 328, 2943, 102, 3128, 855, 465, 320, 32345, 100, 16808, 3922, 100, 35860, 100, 93, 546, 19078, 8869, 49, 416, 332, 80, 297, 12956, 3162, 16932, 12905, 498, 50, 93, 284, 1109, 50, 8869, 50, 572, 420, 11292, 1618, 284, 1109, 50, 8869, 50, 322, 624, 38, 3933, 465, 320, 32345, 100, 35723, 100, 10662, 94, 100, 4625, 737, 9146, 49, 416, 332, 688, 4804, 14625, 724, 2291, 7161, 449, 37325, 7445, 14625, 1002, 3933, 465, 320, 32345, 100, 540, 100, 32271, 17127, 32271, 100, 4423, 8469, 49, 416, 332, 78, 535, 2078, 3455, 1325, 51, 870, 976, 63, 320, 53, 3864, 855, 465, 320, 32345, 100, 47445, 1775, 100, 36926, 100, 17127, 49, 416, 332, 11161, 1371, 305, 315, 1202, 788, 122, 53, 53, 74, 57, 115, 949, 364, 483, 11292, 32225, 1317, 63, 320, 53, 3864, 855, 465, 320, 32345, 100, 8614, 100, 3319, 100, 5043, 49, 416, 332, 34687, 3430, 22975, 19442, 25576, 297, 1996, 63, 334, 112, 6069, 17171, 1221, 17681, 297, 1996, 788, 122, 53, 53, 74, 57, 119, 12956, 12435, 97, 122, 53, 53, 74, 58, 1544, 102, 3933, 465, 320, 32345, 100, 18798, 8771, 1410, 100, 799, 28810, 49, 416, 332, 21837, 834, 115, 320, 53, 130, 5293, 284, 301, 49, 15404, 4455, 25699, 4873, 567, 4455, 49, 12435, 6980, 328, 111, 97, 122, 53, 53, 74, 57, 6995, 38, 3933, 465, 320, 32345, 100, 1484, 24137, 744, 100, 1700, 2758, 35215, 100, 10834, 49, 416, 332, 402, 2923, 297, 450, 291, 12435, 949, 12108, 2044, 315, 97, 122, 53, 53, 75, 59, 119, 556, 15550, 315, 97, 122, 53, 53, 74, 58, 119, 12956, 792, 102, 762, 38, 3933, 465, 320, 32345, 100, 7428, 100, 3922, 100, 13189, 100, 7331, 100, 10534, 49, 310, 332, 80, 405, 5049, 315, 97, 122, 53, 53, 75, 59, 119, 9637, 6221, 320, 53, 130, 328, 793, 28080, 3933, 465, 320, 32345, 100, 22422, 100, 32271, 100, 3922, 100, 13189, 49, 310, 332, 84, 1570, 384, 738, 316, 3812, 2016, 8990, 1371, 7233, 12956, 63, 320, 53, 3864, 855, 465, 320, 32345, 100, 10834, 100, 16808, 3922, 100, 4671, 100, 3305, 49, 310, 332, 6989, 14614, 12956, 792, 102, 762, 3933, 465, 320, 32345, 100, 6344, 100, 16808, 3922, 100, 4671, 100, 3305, 49, 310, 332, 6344, 14614, 12956, 792, 102, 762, 3933, 465, 320, 32345, 100, 3555, 100, 16808, 3922, 100, 4671, 100, 3305, 49, 310, 332, 20639, 14614, 12956, 792, 102, 762, 3933, 465, 320, 32345, 100, 8192, 100, 16808, 3922, 100, 4671, 100, 3305, 49, 419, 332, 1630, 2044, 14614, 12956, 792, 102, 762, 3933, 465, 320, 32345, 100, 16808, 3922, 100, 7545, 100, 11415, 15484, 4290, 49, 419, 332, 80, 40111, 12956, 3238, 28324, 570, 12084, 10706, 3933, 465, 320, 32345, 100, 16808, 3922, 100, 23490, 81, 100, 2411, 737, 12451, 49, 419, 332, 80, 40111, 12956, 27858, 354, 3017, 12435, 97, 122, 53, 53, 74, 57, 6487, 3933, 465, 320, 32345, 100, 16808, 3922, 100, 6046, 100, 2411, 737, 12451, 49, 416, 332, 80, 40111, 12956, 3057, 21012, 12435, 97, 122, 53, 53, 74, 57, 6487, 63, 320, 53, 130, 317, 97, 122, 53, 53, 74, 58, 2935, 660, 2458, 63, 320, 54, 3864, 855, 465, 320, 32345, 100, 12457, 100, 82, 1797, 73, 100, 5043, 100, 4869, 44715, 49, 416, 332, 3245, 711, 2580, 450, 297, 1996, 12435, 3294, 450, 320, 53, 130, 26960, 97, 122, 53, 53, 74, 57, 443, 949, 34225, 2342, 711, 11784, 315, 97, 122, 53, 53, 75, 59, 9630, 102, 2814, 3933, 465, 320, 32345, 100, 8614, 100, 14360, 100, 2491, 49, 416, 332, 34687, 3430, 22975, 2016, 21117, 115, 28787, 407, 383, 320, 53, 3864, 855, 465, 320, 32345, 100, 14360, 100, 2491, 100, 9545, 100, 14659, 49, 416, 332, 1325, 21117, 115, 2580, 450, 364, 97, 122, 53, 53, 74, 58, 6704, 792, 102, 6339, 8265, 320, 53, 3864, 855, 465, 320, 32345, 100, 19798, 100, 12496, 100, 14165, 49, 1819, 332, 89, 747, 97, 122, 53, 53, 74, 57, 108, 5399, 107, 26985, 320, 53, 130, 518, 320, 54, 130, 788, 122, 53, 53, 74, 57, 119, 3847, 97, 122, 53, 53, 74, 57, 1462, 3933, 465, 320, 32345, 100, 39419, 100, 15896, 100, 1742, 43694, 49, 1819, 332, 75, 1202, 788, 122, 53, 53, 74, 57, 115, 949, 342, 97, 122, 53, 53, 74, 57, 16742, 2549, 1244, 315, 97, 122, 53, 53, 75, 59, 119, 13020, 484, 3434, 9102, 315, 97, 122, 53, 53, 75, 59, 119, 320, 53, 3864, 855, 465, 320, 32345, 100, 39419, 100, 15896, 100, 9545, 49, 1819, 332, 75, 1202, 788, 122, 53, 53, 74, 57, 115, 949, 342, 97, 122, 53, 53, 74, 57, 16742, 2549, 1244, 315, 97, 122, 53, 53, 75, 59, 119, 3294, 450, 320, 53, 3864, 855, 465, 320, 32345, 100, 39419, 100, 15896, 100, 14360, 49, 1819, 332, 75, 1202, 788, 122, 53, 53, 74, 57, 115, 949, 342, 97, 122, 53, 53, 74, 57, 16742, 2549, 1244, 315, 97, 122, 53, 53, 75, 59, 119, 2016, 2580, 450, 320, 53, 3864, 855, 465, 320, 32345, 100, 8614, 100, 13947, 100, 30338, 9730, 49, 1819, 332, 34687, 3430, 384, 20456, 426, 3057, 1246, 358, 315, 97, 122, 53, 53, 75, 59, 119, 3725, 8196, 123, 97, 122, 53, 53, 74, 57, 119, 512, 102, 320, 53, 3864, 855, 465, 320, 32345, 100, 23124, 100, 26900, 49, 1819, 332, 4227, 43764, 3363, 297, 3933, 465, 320, 32345, 100, 2593, 100, 21364, 100, 2491, 49, 1819, 332, 402, 390, 362, 774, 24919, 2395, 21117, 115, 28787, 407, 383, 3933, 465, 320, 32345, 100, 2593, 100, 2427, 49, 1819, 332, 402, 2536, 3846, 619, 15813, 3933, 465, 320, 32345, 100, 23124, 100, 3382, 100, 10882, 654, 77, 946, 100, 4451, 49, 1819, 332, 4227, 14456, 33371, 788, 122, 53, 53, 74, 57, 119, 12218, 287, 788, 122, 53, 53, 74, 57, 115, 25574, 38, 3933, 465, 320, 32345, 100, 8614, 100, 21364, 49, 1819, 332, 34687, 3430, 22975, 362, 774, 24919, 2395, 21117, 115, 28787, 407, 383, 38, 3933, 465, 320, 32345, 100, 2593, 100, 19535, 10882, 1692, 1235, 7799, 49, 1819, 332, 11161, 1371, 305, 12956, 2224, 114, 6576, 1138, 2495, 38, 3933, 465, 320, 32345, 100, 1484, 24137, 744, 100, 5741, 13174, 100, 5986, 49, 295, 332, 42467, 747, 97, 122, 53, 53, 74, 58, 121, 383, 373, 97, 122, 53, 53, 74, 57, 119, 305, 315, 97, 122, 53, 53, 75, 59, 119, 5604, 63, 1183, 3933, 465, 320, 32345, 100, 17204, 9077, 9183, 100, 10811, 49, 295, 332, 2441, 1811, 1230, 6471, 97, 122, 53, 53, 75, 59, 119, 7233, 12956, 3933, 465, 320, 32345, 100, 16935, 100, 1213, 33831, 100, 3922, 100, 5703, 49, 310, 332, 740, 6069, 291, 447, 320, 53, 130, 1499, 38286, 305, 12956, 475, 688, 321, 63, 320, 54, 130, 788, 115, 320, 55, 130, 788, 121, 320, 56, 3864, 855, 465, 320, 32345, 100, 8455, 100, 3382, 100, 10882, 654, 77, 946, 100, 13977, 49, 310, 332, 20334, 600, 14456, 33371, 2527, 53, 3933, 465, 320, 32345, 100, 14165, 100, 2946, 100, 5043, 1410, 100, 19798, 49, 310, 332, 7573, 97, 122, 53, 53, 74, 57, 585, 20659, 27176, 619, 1996, 2458, 12435, 97, 122, 53, 53, 74, 57, 6487, 3933, 465, 320, 32345, 100, 2593, 100, 9617, 100, 7557, 49, 310, 332, 5429, 320, 53, 130, 10940, 11467, 291, 364, 13899, 887, 13710, 32225, 115, 1012, 47800, 45161, 4055, 387, 3933, 465, 320, 32345, 100, 32271, 100, 11841, 100, 3922, 100, 33851, 49, 310, 332, 1325, 285, 38768, 97, 122, 53, 53, 74, 58, 629, 12956, 12435, 97, 122, 53, 53, 74, 58, 121, 383, 315, 97, 122, 53, 53, 75, 59, 119, 7285, 66, 11741, 32119, 320, 53, 3864, 855, 465, 320, 32345, 100, 19535, 10882, 1692, 1235, 100, 9672, 1363, 100, 40456, 2909, 49, 310, 332, 4713, 2021, 322, 1244, 4745, 2224, 26292, 3933, 465, 320, 32345, 100, 4451, 100, 776, 100, 36373, 49, 310, 332, 54, 25699, 244, 55, 3933, 465, 320, 32345, 100, 36373, 100, 776, 100, 1797, 7732, 49, 310, 332, 55, 25699, 244, 56, 3933, 465, 320, 32345, 100, 1213, 33831, 100, 3922, 100, 5703, 100, 16935, 49, 310, 332, 80, 40111, 12956, 475, 49004, 320, 53, 130, 327, 31579, 1406, 102, 5052, 1117, 43365, 490, 20617, 97, 122, 53, 53, 74, 57, 2795, 17458, 949, 103, 521, 6244, 123, 97, 122, 53, 53, 74, 57, 119, 5130, 3933, 465, 320, 32345, 100, 16808, 3922, 100, 7545, 100, 5815, 100, 10118, 22341, 959, 49, 310, 332, 80, 297, 12956, 3238, 28324, 6244, 26292, 301, 3933, 465, 320, 32345, 100, 6394, 100, 3305, 49, 310, 332, 1413, 41569, 305, 12956, 792, 102, 762, 3933, 465, 320, 32345, 100, 6394, 100, 1213, 33831, 100, 3922, 100, 4671, 100, 2710, 49, 310, 332, 1413, 38286, 305, 12956, 395, 97, 122, 53, 53, 74, 57, 629, 321, 347, 3933, 465, 320, 32345, 100, 2593, 100, 10838, 100, 42663, 49, 310, 332, 402, 2536, 8196, 624, 619, 15813, 3933, 465, 320, 32345, 100, 16808, 3922, 100, 23536, 100, 1425, 100, 6394, 100, 2333, 49, 310, 332, 80, 297, 12956, 356, 8398, 382, 3104, 12435, 4717, 2458, 5686, 320, 53, 3864, 855, 465, 320, 32345, 100, 16808, 3922, 100, 23536, 100, 8192, 100, 2333, 49, 310, 332, 80, 297, 12956, 356, 8398, 382, 3104, 6391, 2458, 5686, 320, 53, 3864, 855, 465, 320, 32345, 100, 3305, 100, 11841, 100, 19315, 49, 310, 332, 402, 38768, 97, 122, 53, 53, 74, 58, 629, 635, 297, 410, 605, 11292, 373, 97, 122, 53, 53, 74, 57, 119, 305, 762, 3933, 465, 320, 32345, 100, 3305, 100, 2946, 100, 19315, 49, 310, 332, 75, 361, 14628, 410, 605, 11292, 373, 97, 122, 53, 53, 74, 57, 119, 305, 762, 3933, 465, 320, 32345, 100, 16808, 3922, 100, 5043, 100, 30730, 49, 310, 332, 2228, 14614, 12956, 619, 1996, 321, 13996, 6261, 1985, 12956, 10940, 19664, 1448, 3933, 465, 320, 32345, 100, 2593, 100, 27701, 100, 7331, 100, 13382, 49, 310, 332, 402, 2536, 788, 122, 53, 53, 75, 59, 443, 675, 45468, 315, 97, 122, 53, 53, 75, 59, 119, 2785, 3933, 465, 320, 32345, 100, 2593, 100, 19535, 10882, 1692, 1235, 100, 540, 100, 21484, 49, 295, 332, 2222, 26292, 328, 793, 28080, 613, 63, 320, 53, 855, 7459, 66, 320, 54, 3864, 855, 465, 320, 32345, 100, 2593, 100, 19535, 10882, 1692, 1235, 100, 1182, 49, 295, 332, 1182, 315, 97, 122, 53, 53, 75, 59, 119, 5604, 50, 1664, 26292, 328, 793, 28080, 613, 63, 320, 53, 3864, 855, 465, 320, 32345, 100, 3922, 100, 22446, 49, 1586, 332, 12921, 289, 97, 122, 53, 53, 75, 59, 3246, 12956, 63, 320, 53, 3864, 855, 465, 320, 32345, 100, 12323, 100, 5986, 100, 24812, 49, 1586, 332, 91, 97, 122, 53, 53, 74, 57, 119, 305, 315, 97, 122, 53, 53, 75, 59, 119, 16314, 1249, 25999, 320, 53, 130, 342, 97, 122, 53, 53, 75, 59, 119, 792, 102, 949, 342, 623, 1904, 112, 1458, 711, 3933, 465, 320, 32345, 100, 1213, 33831, 100, 3922, 100, 24691, 100, 11362, 100, 12224, 49, 295, 332, 80, 40111, 12956, 439, 97, 122, 53, 53, 74, 57, 114, 1371, 557, 410, 585, 3057, 42468, 4953, 97, 122, 53, 53, 74, 58, 115, 320, 53, 3864, 855, 465, 320, 32345, 100, 16935, 100, 1213, 33831, 100, 3922, 100, 24691, 49, 310, 332, 740, 6069, 291, 447, 320, 53, 130, 1499, 38286, 305, 12956, 439, 97, 122, 53, 53, 74, 57, 1619, 321, 5339, 115, 320, 54, 3864, 855, 465, 320, 32345, 100, 10838, 100, 12323, 100, 3922, 100, 632, 1213, 11799, 22674, 49, 310, 332, 29467, 624, 4215, 1249, 25999, 14614, 12956, 7262, 321, 63, 320, 53, 3864, 855, 465, 320, 32345, 100, 10811, 100, 3424, 37289, 100, 74, 833, 1696, 799, 87, 3910, 89, 49, 310, 332, 80, 40111, 12956, 3057, 21012, 1458, 711, 2458, 535, 2078, 8216, 1413, 3933, 736, 453, 74, 301, 5477, 327, 25766, 244, 54, 51, 57, 1618, 744, 946, 244, 55, 51, 55, 50, 73, 54, 54, 46, 840, 1221, 1361, 349, 55, 53, 57, 44, 341, 1221, 655, 1616, 32345, 100, 28148, 100, 3922, 100, 4200, 88, 2164, 353, 453, 719, 6623, 1618, 17679, 1361, 1712, 1221, 655, 458, 244, 32345, 100, 5986, 100, 40049, 33831, 100, 4671, 100, 10468, 51, 1369, 1414, 2353, 545, 11560, 9412, 353, 453, 285, 11262, 2835, 2293, 2144, 1618, 3910, 89, 943, 6061, 100, 305, 51, 1874, 49, 1618, 3910, 89, 943, 6061, 100, 2197, 51, 1874, 5795, 51, 353, 453, 10897, 63, 3204, 1773, 341, 1221, 655, 1294, 1492, 1421, 2353, 2602, 5386, 51, 303, 320, 32345, 100, 5986, 100, 40049, 33831, 100, 4671, 100, 10468, 49, 310, 332, 91, 97, 122, 53, 53, 74, 57, 119, 2145, 315, 97, 122, 53, 53, 75, 59, 119, 320, 53, 130, 342, 97, 122, 53, 53, 75, 59, 119, 347, 38768, 97, 122, 53, 53, 74, 58, 11872, 25574, 35958, 11784, 14614, 27073, 29984, 3933, 465, 320, 32345, 100, 5986, 100, 40049, 33831, 100, 5914, 49, 310, 332, 91, 97, 122, 53, 53, 74, 57, 119, 2145, 315, 97, 122, 53, 53, 75, 59, 119, 320, 53, 130, 342, 97, 122, 53, 53, 75, 59, 119, 792, 102, 23173, 25699, 1188, 111, 3933, 465, 320, 32345, 100, 10811, 100, 5043, 1410, 100, 9545, 49, 310, 332, 80, 40111, 12956, 619, 1996, 102, 3294, 450, 291, 320, 53, 3864, 855, 465, 320, 32345, 100, 10811, 100, 3424, 37289, 100, 74, 833, 3911, 41279, 49, 310, 332, 80, 40111, 12956, 3057, 21012, 1458, 711, 2458, 535, 2078, 3455, 1325, 3933, 465, 320, 32345, 100, 45787, 100, 3922, 100, 33851, 49, 310, 332, 3841, 473, 291, 788, 122, 53, 53, 74, 57, 119, 12956, 12435, 97, 122, 53, 53, 74, 58, 1544, 102, 613, 40157, 383, 613, 2765, 439, 97, 122, 53, 53, 74, 57, 119, 328, 498, 2145, 3933, 465, 320, 32345, 100, 11485, 100, 3922, 100, 33851, 49, 310, 332, 40359, 383, 4045, 128, 53, 39860, 788, 122, 53, 53, 74, 57, 119, 12956, 12435, 97, 122, 53, 53, 74, 58, 121, 383, 613, 2016, 383, 320, 54, 23558, 3933, 465, 320, 32345, 100, 13721, 100, 5986, 49, 294, 10738, 53, 130, 20659, 11385, 22975, 373, 97, 122, 53, 53, 74, 57, 119, 305, 320, 54, 130, 332, 855, 465, 320, 32345, 100, 41574, 100, 5986, 100, 3922, 100, 13189, 49, 294, 332, 40359, 383, 320, 53, 130, 328, 793, 28080, 332, 855, 465, 320, 32345, 100, 41574, 100, 5986, 100, 3922, 100, 632, 1213, 11799, 22674, 49, 294, 332, 40359, 123, 97, 122, 53, 53, 74, 57, 119, 2145, 320, 53, 130, 14614, 12956, 7262, 321, 332, 855, 465, 320, 32345, 100, 3305, 100, 6344, 100, 9617, 49, 294, 332, 75, 97, 122, 53, 53, 75, 59, 3685, 97, 122, 53, 53, 75, 59, 4797, 1817, 3017, 25574, 32225, 115, 1012, 973, 438, 2257, 11292, 949, 762, 50, 6344, 3933, 465, 320, 32345, 100, 10468, 100, 35723, 100, 19943, 49, 294, 332, 75, 97, 122, 53, 53, 75, 59, 3685, 97, 122, 53, 53, 75, 59, 4797, 2224, 3017, 25574, 35958, 11784, 788, 122, 53, 53, 74, 57, 119, 395, 97, 122, 53, 53, 75, 59, 119, 287, 788, 122, 53, 53, 74, 57, 115, 2765, 395, 97, 122, 53, 53, 75, 59, 9630, 102, 475, 97, 122, 53, 53, 74, 58, 1159, 102, 5229, 1371, 749, 3933, 465, 320, 32345, 100, 16808, 3922, 100, 24691, 100, 42188, 54, 100, 21364, 49, 294, 332, 11161, 5384, 12956, 45334, 54, 50, 105, 774, 24919, 29762, 11597, 320, 53, 3864, 855, 465, 320, 32345, 100, 42188, 54, 100, 21364, 100, 3922, 100, 43106, 49, 294, 332, 42188, 54, 50, 105, 774, 24919, 29762, 11597, 320, 53, 130, 8990, 1371, 7233, 49, 10466, 14614, 12956, 475, 688, 321, 3933, 465, 320, 32345, 100, 42188, 54, 100, 21364, 100, 3922, 100, 6587, 39362, 8153, 49, 294, 332, 42188, 54, 50, 105, 774, 24919, 29762, 11597, 320, 53, 130, 475, 688, 6949, 49, 10466, 14614, 12956, 1458, 711, 2506, 321, 3933, 465, 320, 32345, 100, 42188, 54, 100, 21364, 100, 3922, 100, 25765, 100, 28107, 49, 294, 332, 42188, 54, 50, 105, 774, 24919, 29762, 11597, 320, 53, 130, 2075, 284, 301, 12956, 1105, 51, 2608, 51, 31965, 51, 2837, 3933, 465, 320, 32345, 100, 28107, 100, 12323, 100, 3922, 100, 42663, 49, 294, 332, 88, 757, 42492, 32053, 25999, 291, 1105, 51, 2608, 51, 31965, 51, 3936, 788, 122, 53, 53, 74, 57, 119, 12956, 619, 15813, 3933, 465, 320, 32345, 100, 28107, 100, 5436, 100, 16808, 3922, 100, 4671, 100, 3305, 49, 294, 332, 2837, 2686, 364, 97, 122, 53, 53, 74, 58, 6704, 792, 102, 762, 3933, 465, 320, 32345, 100, 17434, 49, 294, 332, 75, 26985, 63, 320, 53, 3864, 855, 465, 320, 32345, 100, 12323, 49, 294, 332, 29457, 1249, 25999, 63, 320, 53, 3864, 855, 465, 320, 32345, 100, 3305, 100, 18770, 100, 31030, 1986, 49, 294, 332, 795, 34486, 2892, 1244, 11292, 373, 97, 122, 53, 53, 74, 57, 119, 305, 762, 3933, 465, 320, 32345, 100, 3305, 100, 20514, 100, 19315, 49, 294, 332, 20514, 50, 14628, 410, 605, 11292, 373, 97, 122, 53, 53, 74, 57, 119, 305, 762, 3933, 465, 320, 32345, 100, 2593, 100, 21364, 100, 2491, 100, 42663, 49, 294, 332, 402, 390, 28787, 407, 383, 362, 774, 24919, 2395, 21117, 115, 38, 3933, 465, 320, 32345, 100, 2593, 100, 2427, 100, 42663, 49, 294, 332, 402, 2536, 3846, 619, 15813, 38, 3933, 465, 320, 32345, 100, 23124, 3382, 100, 20359, 100, 41076, 100, 4451, 49, 294, 332, 4227, 14456, 33371, 788, 122, 53, 53, 74, 57, 119, 12218, 287, 788, 122, 53, 53, 74, 57, 115, 25574, 38, 3933, 465, 320, 32345, 100, 8614, 100, 21364, 100, 2491, 49, 294, 332, 34687, 3430, 22975, 362, 774, 24919, 2395, 21117, 115, 28787, 407, 383, 38, 3933, 465, 320, 32345, 100, 2946, 4625, 16016, 49, 294, 332, 943, 2239, 3933, 499, 222, 325, 5857, 391, 1650, 113, 4079, 63, 244, 906, 2434, 1492, 1414, 666, 20216, 545, 11083, 222, 325, 280, 391, 4272, 51, 244, 2048, 18885, 331, 18765, 347, 1532, 341, 12814, 1421, 14117, 222, 325, 280, 619, 3584, 25437, 3732, 347, 8032, 49, 480, 580, 7388, 477, 1492, 222, 325, 280, 456, 341, 14383, 391, 3071, 15595, 33287, 341, 3732, 51, 244, 906, 655, 222, 325, 280, 349, 10795, 3455, 1325, 44, 458, 341, 655, 451, 331, 462, 49, 480, 1414, 666, 545, 222, 325, 280, 25075, 51, 303, 320, 32345, 100, 6480, 100, 2593, 100, 17127, 100, 27701, 49, 294, 332, 5756, 2322, 301, 25003, 38, 33502, 1287, 2380, 10940, 11467, 291, 788, 122, 53, 53, 75, 59, 443, 675, 45468, 535, 2078, 3455, 1325, 38, 3933, 499, 222, 325, 5857, 391, 1650, 113, 4079, 63, 244, 906, 2434, 1492, 1414, 666, 20216, 545, 11083, 222, 325, 280, 391, 4272, 51, 244, 2048, 18885, 331, 18765, 347, 1532, 341, 12814, 1421, 14117, 222, 325, 280, 619, 3584, 25437, 3732, 347, 8032, 49, 480, 580, 7388, 477, 1492, 222, 325, 280, 456, 341, 14383, 391, 3071, 15595, 33287, 341, 3732, 51, 244, 906, 29528, 1367, 222, 325, 280, 7388, 9710, 2490, 347, 2554, 391, 15595, 33287, 341, 3732, 51, 244, 906, 655, 222, 325, 280, 349, 4038, 660, 323, 6158, 32084, 738, 44, 458, 341, 655, 451, 331, 462, 49, 480, 1414, 666, 545, 222, 325, 280, 25075, 51, 303, 320, 32345, 100, 6480, 100, 7106, 6144, 1456, 100, 17786, 100, 74, 1816, 4697, 7275, 49, 294, 332, 5756, 2322, 605, 2591, 8196, 45603, 613, 4777, 660, 323, 6158, 32084, 738, 63, 320, 53, 3864, 855, 465, 320, 32345, 100, 3922, 100, 33851, 100, 540, 100, 19646, 49, 294, 10738, 53, 130, 788, 122, 53, 53, 74, 57, 119, 12956, 12435, 97, 122, 53, 53, 74, 58, 2495, 613, 5554, 3288, 2764, 613, 2224, 114, 6576, 38, 3933, 465, 320, 32345, 100, 10012, 11981, 34140, 8994, 100, 3922, 100, 33851, 100, 540, 100, 19646, 49, 294, 332, 1049, 8196, 297, 11778, 538, 473, 291, 788, 122, 53, 53, 74, 57, 119, 12956, 12435, 97, 122, 53, 53, 74, 58, 2495, 613, 5554, 3288, 2764, 613, 2224, 114, 6576, 38, 3933, 736, 453, 1369, 1361, 458, 7187, 642, 5987, 12685, 51, 353, 453, 1189, 625, 17911, 303, 320, 22836, 100, 89, 4935, 49, 294, 332, 42467, 747, 97, 122, 53, 53, 74, 58, 121, 383, 373, 97, 122, 53, 53, 74, 57, 119, 305, 63, 320, 54, 130, 20617, 97, 122, 53, 53, 74, 57, 1462, 120, 315, 97, 122, 53, 53, 75, 59, 119, 8798, 50, 44166, 383, 63, 320, 53, 4037, 535, 2269, 38581, 2458, 8798, 50, 13084, 315, 97, 122, 53, 53, 74, 58, 119, 5710, 102, 14079, 244, 54, 2713, 473, 291, 38, 3933, 465, 453, 5857, 391, 1650, 113, 4079, 63, 244, 906, 2434, 1492, 458, 1674, 434, 341, 804, 451, 303, 453, 619, 3895, 347, 331, 41330, 458, 5549, 51, 244, 332, 40447, 39, 458, 341, 7408, 727, 50, 700, 451, 303, 453, 341, 3895, 49, 480, 1414, 666, 545, 25075, 51, 244, 906, 29528, 1367, 320, 54, 130, 458, 303, 453, 341, 3895, 804, 480, 320, 53, 130, 458, 341, 3895, 655, 51, 353, 453, 1338, 2434, 12685, 904, 7187, 642, 341, 5987, 12685, 1198, 303, 320, 22836, 100, 40447, 49, 294, 332, 42467, 747, 97, 122, 53, 53, 74, 58, 121, 383, 373, 97, 122, 53, 53, 74, 57, 119, 305, 63, 320, 54, 130, 20617, 97, 122, 53, 53, 74, 57, 1462, 120, 315, 97, 122, 53, 53, 75, 59, 119, 1931, 2491, 50, 44166, 383, 63, 320, 53, 3864, 855, 465, 453, 5857, 391, 1650, 113, 4079, 63, 244, 906, 2434, 1492, 458, 1674, 434, 341, 804, 451, 303, 453, 619, 3895, 347, 331, 41330, 458, 5549, 51, 244, 332, 18565, 39, 458, 341, 7408, 727, 50, 700, 451, 303, 453, 341, 3895, 49, 480, 1414, 666, 545, 25075, 51, 244, 906, 29528, 1367, 320, 54, 130, 458, 303, 453, 341, 3895, 804, 49, 320, 53, 130, 458, 341, 3895, 655, 49, 480, 320, 55, 130, 458, 331, 1168, 451, 2101, 303, 453, 2102, 51, 303, 320, 22836, 100, 18565, 49, 294, 332, 42467, 747, 97, 122, 53, 53, 74, 58, 121, 383, 373, 97, 122, 53, 53, 74, 57, 119, 305, 63, 320, 54, 130, 20617, 97, 122, 53, 53, 74, 57, 1462, 120, 315, 97, 122, 53, 53, 75, 59, 119, 3650, 2364, 50, 44166, 383, 63, 320, 53, 4037, 590, 3430, 21657, 373, 97, 122, 53, 53, 74, 57, 119, 5130, 788, 122, 53, 53, 74, 57, 119, 63, 320, 55, 130, 3128, 855, 222, 222, 325, 5857, 391, 1650, 113, 4079, 63, 244, 906, 2434, 1492, 458, 1674, 434, 341, 804, 451, 222, 325, 619, 3895, 347, 331, 41330, 458, 5549, 51, 244, 332, 22339, 9070, 39, 458, 341, 7408, 727, 50, 700, 222, 325, 451, 341, 3895, 49, 480, 1414, 666, 545, 25075, 51, 244, 906, 29528, 1367, 320, 54, 130, 458, 222, 325, 341, 3895, 804, 480, 320, 53, 130, 458, 341, 3895, 655, 51, 303, 320, 22836, 100, 22339, 9070, 49, 294, 332, 42467, 747, 97, 122, 53, 53, 74, 58, 121, 383, 373, 97, 122, 53, 53, 74, 57, 119, 305, 63, 320, 54, 130, 20617, 97, 122, 53, 53, 74, 57, 1462, 120, 315, 97, 122, 53, 53, 75, 59, 119, 508, 82, 9070, 50, 44166, 383, 63, 320, 53, 130, 332, 855, 222, 222, 325, 5857, 391, 1650, 113, 4079, 63, 244, 906, 2434, 1492, 458, 1674, 434, 341, 804, 451, 222, 325, 619, 3895, 347, 331, 41330, 458, 5549, 51, 244, 332, 6912, 2491, 39, 458, 341, 7408, 727, 50, 700, 222, 325, 451, 341, 3895, 49, 480, 1414, 666, 545, 25075, 51, 244, 906, 29528, 1367, 320, 54, 130, 458, 222, 325, 341, 3895, 804, 480, 320, 53, 130, 458, 341, 3895, 655, 51, 303, 320, 22836, 100, 6912, 2491, 49, 294, 332, 42467, 747, 97, 122, 53, 53, 74, 58, 121, 383, 373, 97, 122, 53, 53, 74, 57, 119, 305, 63, 320, 54, 130, 20617, 97, 122, 53, 53, 74, 57, 1462, 120, 315, 97, 122, 53, 53, 75, 59, 119, 28451, 2491, 50, 44166, 383, 63, 320, 53, 130, 332, 855, 222, 222, 325, 5857, 391, 1650, 113, 4079, 63, 244, 906, 2434, 1492, 458, 1674, 434, 341, 804, 451, 222, 325, 619, 3895, 347, 331, 41330, 458, 5549, 51, 244, 332, 4412, 39, 458, 341, 1618, 3910, 89, 727, 50, 700, 222, 325, 451, 341, 3895, 49, 480, 1414, 666, 545, 25075, 51, 244, 906, 29528, 1367, 320, 54, 130, 458, 222, 325, 341, 3895, 804, 480, 320, 53, 130, 458, 341, 3895, 655, 51, 303, 320, 22836, 100, 24812, 49, 294, 332, 42467, 747, 97, 122, 53, 53, 74, 58, 121, 383, 373, 97, 122, 53, 53, 74, 57, 119, 305, 63, 320, 54, 130, 20617, 97, 122, 53, 53, 74, 57, 1462, 120, 315, 97, 122, 53, 53, 75, 59, 119, 1922, 50, 44166, 383, 63, 320, 53, 130, 332, 855, 222, 222, 325, 5857, 391, 1650, 113, 4079, 63, 244, 906, 2434, 1492, 458, 1674, 434, 341, 804, 451, 222, 325, 619, 3895, 347, 331, 41330, 458, 5549, 51, 244, 332, 2188, 39, 458, 341, 1618, 3910, 89, 727, 50, 700, 222, 325, 451, 341, 3895, 49, 480, 1414, 666, 545, 25075, 51, 244, 906, 29528, 1367, 320, 54, 130, 458, 222, 325, 341, 3895, 804, 480, 320, 53, 130, 458, 341, 3895, 655, 51, 294, 320, 22836, 100, 10468, 49, 294, 332, 42467, 747, 97, 122, 53, 53, 74, 58, 121, 383, 373, 97, 122, 53, 53, 74, 57, 119, 305, 63, 320, 54, 130, 20617, 97, 122, 53, 53, 74, 57, 1462, 120, 315, 97, 122, 53, 53, 75, 59, 119, 1470, 50, 44166, 383, 63, 320, 53, 130, 332, 855, 8886, 453, 4733, 451, 7187, 12685, 1198, 222, 222, 325, 5857, 391, 1650, 113, 4079, 63, 244, 418, 332, 2892, 5275, 39, 458, 331, 7472, 2252, 451, 37105, 6112, 222, 325, 708, 458, 1674, 456, 9225, 15137, 51, 244, 906, 29528, 1367, 458, 341, 655, 451, 222, 325, 331, 686, 51, 244, 906, 1492, 12005, 708, 1429, 477, 686, 458, 15157, 347, 222, 325, 331, 2549, 5275, 49, 2840, 2814, 2315, 545, 331, 821, 10668, 327, 290, 8100, 7475, 222, 325, 32345, 100, 5436, 100, 24769, 449, 556, 1067, 1492, 456, 4845, 13338, 453, 58, 55, 53, 55, 303, 320, 32345, 100, 5436, 100, 24769, 49, 294, 332, 3501, 315, 97, 122, 53, 53, 75, 59, 119, 320, 53, 130, 613, 2549, 1244, 1752, 97, 122, 53, 53, 75, 59, 115, 29506, 364, 97, 122, 53, 53, 74, 58, 6704, 792, 102, 475, 4473, 298, 3128, 855, 222, 222, 325, 5857, 391, 1650, 113, 4079, 63, 244, 906, 2434, 1492, 12005, 708, 3161, 13190, 451, 222, 325, 331, 2702, 51, 244, 418, 332, 3277, 2702, 39, 458, 331, 2702, 708, 458, 17762, 3659, 1373, 284, 222, 325, 347, 341, 41330, 51, 222, 325, 32345, 100, 47445, 1775, 100, 14277, 100, 7421, 449, 556, 1067, 1492, 456, 4845, 13338, 607, 60, 62, 53, 303, 320, 32345, 100, 47445, 1775, 100, 14277, 100, 7421, 49, 294, 332, 73, 375, 11008, 428, 112, 4055, 387, 2458, 3671, 10054, 834, 3128, 855, 499, 222, 325, 5857, 391, 1650, 113, 4079, 63, 244, 906, 2434, 1492, 12005, 708, 3161, 13190, 451, 222, 325, 331, 2702, 4547, 18919, 51, 222, 325, 32345, 100, 47445, 1775, 100, 7421, 449, 556, 1067, 1492, 456, 4845, 13338, 607, 60, 62, 53, 303, 320, 32345, 100, 47445, 1775, 100, 7421, 49, 294, 332, 73, 375, 11008, 428, 112, 4055, 387, 2458, 10054, 834, 3128, 855, 465, 453, 5857, 391, 1650, 113, 4079, 63, 244, 332, 13078, 63, 2402, 49, 332, 444, 39, 480, 332, 2892, 39, 904, 1618, 3910, 89, 16418, 303, 453, 1532, 2315, 666, 545, 25075, 51, 303, 453, 32345, 100, 17127, 100, 2491, 100, 15896, 449, 556, 1067, 1492, 456, 4845, 13338, 607, 60, 61, 62, 303, 320, 32345, 100, 17127, 100, 2491, 100, 15896, 49, 294, 332, 13078, 63, 2402, 364, 97, 122, 53, 53, 74, 58, 6704, 14079, 655, 50, 14446, 52, 15204, 2549, 50, 44166, 3933, 465, 453, 5857, 391, 1650, 113, 4079, 63, 244, 332, 10463, 50, 1285, 50, 41411, 39, 458, 619, 1618, 3910, 89, 11688, 1532, 303, 453, 1414, 666, 545, 25075, 51, 244, 906, 1492, 12005, 708, 331, 3596, 5216, 303, 453, 18919, 641, 1760, 451, 341, 804, 451, 341, 11270, 50, 1285, 50, 41411, 3895, 303, 453, 1616, 347, 1067, 51, 303, 453, 32345, 100, 8614, 100, 9857, 449, 556, 1067, 1492, 456, 4845, 13338, 607, 60, 61, 61, 303, 320, 32345, 100, 8614, 100, 9857, 49, 294, 332, 5429, 613, 11270, 50, 1285, 50, 41411, 788, 122, 53, 53, 74, 57, 119, 12956, 504, 3430, 22975, 63, 320, 53, 3864, 855, 465, 453, 5857, 391, 1650, 113, 4079, 63, 244, 2262, 332, 4902, 758, 39, 458, 331, 758, 451, 5437, 708, 902, 303, 453, 545, 3654, 391, 619, 2016, 347, 341, 1716, 1840, 641, 331, 2370, 51, 244, 906, 1492, 303, 453, 12005, 708, 2038, 1616, 331, 4141, 391, 619, 3895, 758, 8213, 320, 53, 130, 708, 303, 453, 1616, 7162, 3433, 51, 303, 453, 32345, 100, 2593, 100, 41574, 100, 2710, 449, 556, 1067, 1492, 456, 4845, 13338, 607, 60, 61, 55, 303, 320, 32345, 100, 2593, 100, 41574, 100, 2710, 49, 294, 332, 44166, 528, 8629, 320, 53, 130, 43764, 12956, 3933, 465, 453, 5857, 391, 1650, 113, 4079, 63, 244, 1369, 1492, 12005, 708, 2038, 1616, 331, 4141, 303, 453, 391, 331, 686, 8213, 320, 53, 130, 456, 1532, 1307, 686, 5658, 3087, 545, 2448, 51, 303, 320, 32345, 100, 9840, 100, 3922, 100, 13189, 49, 294, 332, 2150, 43764, 11467, 291, 47326, 11292, 32225, 1317, 320, 53, 3864, 855, 465, 453, 5857, 391, 1650, 113, 4079, 63, 244, 1369, 1492, 12005, 708, 341, 1618, 3910, 89, 12419, 303, 453, 708, 458, 8213, 829, 341, 29528, 1367, 320, 53, 130, 2315, 666, 4814, 1623, 1618, 3910, 89, 303, 453, 9410, 327, 1304, 46, 575, 331, 332, 1632, 39, 3895, 51, 244, 906, 3619, 332, 1632, 39, 458, 303, 453, 619, 1618, 3910, 89, 11688, 347, 477, 1152, 480, 2315, 666, 545, 25075, 51, 303, 320, 32345, 100, 72, 4525, 100, 19788, 100, 11841, 100, 3362, 100, 4635, 49, 294, 332, 1325, 383, 320, 53, 130, 14614, 12956, 14079, 342, 97, 122, 53, 53, 74, 58, 305, 347, 38768, 97, 122, 53, 53, 74, 58, 629, 14446, 2209, 50, 44166, 3128, 855, 465, 453, 5857, 391, 1650, 113, 4079, 63, 244, 1369, 1492, 12005, 708, 341, 804, 2814, 303, 453, 451, 758, 3026, 2315, 545, 331, 2101, 4957, 2210, 51, 303, 320, 32345, 100, 8614, 100, 2710, 100, 7608, 100, 5986, 49, 294, 332, 3026, 123, 97, 122, 53, 53, 74, 57, 119, 2145, 315, 97, 122, 53, 53, 75, 59, 119, 320, 53, 130, 364, 97, 122, 53, 53, 74, 58, 6704, 792, 102, 504, 3430, 22975, 4957, 50, 2085, 3764, 121, 3933, 465, 320, 32345, 100, 8614, 100, 9617, 100, 6344, 100, 5986, 100, 7331, 100, 6394, 100, 9857, 100, 7331, 100, 5815, 49, 416, 332, 1285, 50, 4271, 50, 44166, 383, 613, 837, 2021, 63, 2029, 50, 7910, 50, 2559, 10940, 373, 97, 122, 53, 53, 74, 57, 119, 2145, 5323, 1555, 389, 10466, 2765, 43764, 11467, 291, 428, 112, 4055, 387, 2458, 6244, 21117, 115, 1012, 973, 347, 437, 356, 10599, 3150, 1244, 291, 2458, 2016, 383, 3933, 465, 320, 32345, 100, 8614, 100, 9617, 100, 6344, 100, 5986, 100, 7331, 100, 6394, 100, 9857, 49, 416, 332, 1285, 50, 4271, 50, 44166, 383, 613, 837, 2021, 63, 2029, 50, 7910, 50, 2559, 10940, 373, 97, 122, 53, 53, 74, 57, 119, 2145, 4267, 128, 53, 8154, 389, 10466, 2765, 43764, 11467, 291, 428, 112, 4055, 387, 2458, 32225, 115, 1012, 973, 315, 97, 122, 53, 53, 75, 59, 119, 5216, 383, 4267, 128, 53, 130, 2723, 347, 437, 356, 10599, 3150, 1244, 291, 2458, 2016, 383, 3128, 855, 465, 320, 32345, 100, 2710, 100, 17434, 100, 3305, 100, 2491, 49, 416, 332, 75, 2156, 25576, 21117, 1317, 14614, 12956, 792, 102, 762, 613, 35010, 2232, 51, 489, 4249, 45, 21117, 115, 317, 97, 122, 53, 53, 74, 58, 615, 97, 122, 53, 53, 74, 57, 1159, 49, 342, 623, 1904, 4455, 373, 97, 122, 53, 53, 74, 57, 119, 305, 566, 3933, 465, 320, 32345, 100, 2804, 100, 17434, 100, 3305, 100, 2491, 49, 416, 332, 75, 2156, 25576, 21117, 1317, 14614, 12956, 792, 102, 762, 613, 35010, 2232, 51, 390, 4249, 45, 21117, 115, 317, 97, 122, 53, 53, 74, 58, 615, 97, 122, 53, 53, 74, 57, 1159, 566, 3933, 465, 320, 32345, 100, 48945, 100, 17434, 49, 416, 332, 80, 297, 12956, 395, 97, 122, 53, 53, 74, 57, 11872, 347, 47326, 291, 4267, 128, 53, 130, 2723, 613, 5554, 3288, 35010, 2232, 3128, 855, 465, 320, 32345, 100, 19798, 100, 14360, 100, 3922, 100, 33851, 100, 540, 100, 34730, 100, 17204, 1410, 49, 633, 332, 1062, 123, 97, 122, 53, 53, 74, 57, 1462, 1244, 2458, 12435, 97, 122, 53, 53, 74, 57, 6487, 296, 746, 383, 4267, 128, 53, 130, 2723, 788, 122, 53, 53, 74, 57, 119, 12956, 12435, 97, 122, 53, 53, 74, 58, 121, 383, 329, 97, 122, 53, 53, 74, 57, 119, 328, 97, 122, 53, 53, 74, 57, 4797, 41070, 8644, 1244, 12435, 97, 122, 53, 53, 74, 57, 336, 321, 3128, 855, 465, 320, 32345, 100, 9617, 100, 13947, 100, 3305, 100, 9617, 49, 416, 332, 80, 297, 12956, 439, 97, 122, 53, 53, 74, 57, 114, 1371, 5216, 315, 97, 122, 53, 53, 75, 59, 119, 32225, 115, 1012, 47800, 50, 3469, 11784, 788, 122, 53, 53, 74, 57, 119, 762, 3128, 855, 465, 320, 32345, 100, 9617, 100, 13947, 100, 3305, 100, 9857, 49, 416, 332, 80, 297, 12956, 439, 97, 122, 53, 53, 74, 57, 114, 1371, 32225, 115, 1012, 47800, 50, 3469, 315, 97, 122, 53, 53, 75, 59, 119, 5216, 11784, 788, 122, 53, 53, 74, 57, 119, 762, 3128, 855, 465, 320, 32345, 100, 93, 4088, 100, 31030, 1986, 100, 3305, 100, 40447, 49, 416, 332, 75, 2156, 25576, 21117, 115, 315, 97, 122, 53, 53, 74, 58, 119, 12956, 792, 102, 762, 3128, 855, 465, 320, 32345, 100, 93, 4088, 100, 31030, 1986, 100, 43470, 100, 802, 2932, 49, 416, 332, 70, 1204, 383, 291, 14614, 12956, 792, 102, 7571, 6221, 3128, 855, 353, 453, 16855, 120, 1198, 465, 320, 643, 76, 100, 13189, 100, 46130, 94, 47666, 49, 416, 332, 11161, 1371, 305, 349, 8154, 10466, 2765, 43764, 11467, 291, 788, 122, 53, 53, 75, 59, 612, 291, 38581, 26292, 38, 3933, 465, 320, 643, 76, 100, 7516, 100, 41574, 100, 15896, 959, 100, 2593, 100, 6316, 17356, 49, 416, 332, 1901, 1244, 63, 559, 97, 122, 53, 53, 74, 57, 9914, 301, 44166, 2549, 301, 12956, 788, 122, 53, 53, 75, 59, 443, 675, 45468, 613, 837, 2021, 63, 2188, 38, 10069, 299, 320, 53, 3864, 855, 465, 320, 643, 76, 100, 17786, 100, 41574, 100, 27702, 100, 1425, 100, 4635, 49, 416, 332, 76, 424, 7994, 8361, 63, 40812, 1317, 317, 97, 122, 53, 53, 74, 58, 349, 3396, 27967, 44166, 383, 10940, 788, 122, 53, 53, 74, 57, 1462, 119, 1990, 12435, 349, 1632, 2503, 3933, 465, 320, 643, 76, 100, 2593, 100, 11150, 74, 100, 540, 100, 9309, 10468, 49, 416, 332, 93, 17679, 31052, 410, 301, 788, 122, 53, 53, 74, 57, 4042, 122, 12956, 9179, 97, 122, 53, 53, 74, 58, 14751, 286, 8964, 291, 613, 47326, 291, 2224, 50, 2188, 3128, 855, 465, 320, 643, 76, 100, 11150, 74, 100, 3922, 100, 13189, 49, 416, 332, 1901, 1244, 63, 27389, 1371, 305, 12956, 9179, 97, 122, 53, 53, 74, 58, 14751, 286, 8964, 315, 97, 122, 53, 53, 75, 59, 119, 5604, 63, 1600, 1305, 53, 3864, 855, 465, 320, 643, 76, 100, 16808, 3922, 100, 8292, 100, 2427, 100, 9077, 49, 416, 332, 80, 297, 12956, 3057, 21012, 3846, 4953, 97, 122, 53, 53, 74, 58, 115, 63, 320, 53, 3864, 855, 465, 320, 643, 76, 100, 16808, 3922, 100, 5703, 100, 7921, 1363, 100, 14859, 49, 416, 332, 80, 297, 12956, 475, 49004, 35526, 97, 122, 53, 53, 74, 57, 2069, 40157, 63, 320, 53, 3864, 855, 465, 320, 643, 76, 100, 16808, 3922, 100, 24691, 100, 21692, 7275, 49, 416, 332, 11161, 1371, 305, 12956, 39680, 3840, 8683, 315, 97, 122, 53, 53, 75, 59, 119, 350, 3349, 5604, 63, 1600, 1305, 53, 3864, 855, 465, 320, 643, 76, 100, 49142, 100, 40049, 33831, 100, 4866, 100, 2427, 49, 416, 332, 76, 424, 7994, 8361, 63, 19442, 25576, 18748, 3434, 9106, 291, 342, 97, 122, 53, 53, 75, 59, 119, 20617, 97, 122, 53, 53, 74, 57, 1462, 102, 2001, 63, 291, 320, 53, 3864, 855, 465, 320, 643, 76, 100, 35855, 100, 3922, 100, 22446, 100, 48346, 100, 6266, 61, 49, 416, 332, 112, 450, 1244, 1549, 289, 97, 122, 53, 53, 75, 59, 3246, 12956, 63, 320, 53, 855, 20617, 97, 122, 53, 53, 74, 57, 2795, 9360, 50, 61, 3933, 465, 320, 643, 76, 100, 35855, 100, 3922, 100, 22446, 100, 48346, 100, 18633, 49, 416, 332, 112, 450, 1244, 1549, 289, 97, 122, 53, 53, 75, 59, 3246, 12956, 63, 320, 53, 855, 20617, 97, 122, 53, 53, 74, 57, 2795, 4957, 320, 54, 3864, 855, 465, 320, 643, 76, 100, 15600, 39138, 2932, 100, 14585, 1816, 952, 88, 49, 416, 332, 2722, 1056, 3812, 13020, 107, 6065, 410, 8990, 1371, 7233, 63, 320, 53, 130, 42984, 652, 8990, 1371, 305, 613, 2224, 26292, 18845, 2322, 3725, 20617, 97, 122, 53, 53, 74, 57, 1462, 321, 3128, 855, 465, 320, 643, 76, 100, 4200, 11318, 100, 3362, 100, 2896, 4200, 1410, 49, 416, 332, 16465, 413, 381, 14943, 14446, 315, 97, 122, 53, 53, 75, 59, 119, 709, 14979, 320, 53, 130, 30342, 366, 855, 465, 320, 643, 76, 100, 11485, 100, 17127, 49, 294, 332, 40359, 26292, 49, 320, 53, 3864, 855, 465, 320, 643, 76, 100, 14585, 1816, 952, 100, 71, 36410, 100, 93, 3910, 45505, 13174, 100, 3362, 100, 93, 3910, 2896, 39725, 959, 8994, 49, 416, 332, 3683, 1244, 2009, 286, 107, 393, 4455, 616, 629, 297, 837, 2021, 63, 7237, 50, 1183, 14446, 837, 2021, 63, 32618, 50, 1183, 3933, 465, 320, 643, 76, 100, 41574, 100, 3922, 100, 8876, 10334, 49, 416, 332, 93, 17679, 31052, 410, 301, 788, 122, 53, 53, 74, 57, 4042, 122, 12956, 38581, 383, 320, 53, 23558, 3933, 465, 320, 643, 76, 100, 2593, 100, 37571, 9309, 100, 7557, 802, 2909, 49, 416, 332, 11161, 1371, 305, 11467, 291, 428, 112, 4055, 387, 315, 97, 122, 53, 53, 75, 59, 119, 10262, 618, 351, 121, 63, 320, 53, 3864, 855, 465, 320, 643, 76, 100, 9403, 100, 93, 3910, 89, 100, 3033, 49, 294, 332, 93, 3910, 89, 50, 21117, 115, 1012, 973, 328, 793, 28080, 25699, 788, 122, 53, 53, 74, 57, 119, 44790, 1899, 4455, 51, 332, 855, 465, 320, 643, 76, 100, 4451, 100, 5815, 100, 93, 3910, 37571, 9309, 100, 33851, 49, 416, 332, 2117, 652, 949, 6244, 45161, 4055, 387, 2458, 837, 2021, 63, 12730, 50, 1664, 788, 122, 53, 53, 74, 57, 119, 12435, 97, 122, 53, 53, 74, 58, 2495, 3128, 855, 465, 320, 643, 76, 100, 93, 3910, 37571, 9309, 100, 8362, 100, 48131, 100, 4671, 100, 34582, 49, 416, 332, 47331, 115, 317, 97, 122, 53, 53, 74, 58, 837, 2021, 63, 12730, 50, 1664, 364, 97, 122, 53, 53, 74, 58, 6704, 792, 102, 725, 13042, 51, 40812, 1317, 4045, 128, 53, 39860, 10940, 342, 393, 26120, 362, 5545, 284, 288, 3128, 855, 465, 320, 643, 76, 100, 1484, 24137, 744, 100, 18384, 49, 416, 10738, 53, 130, 10940, 25574, 29260, 747, 97, 122, 53, 53, 74, 58, 121, 383, 38581, 63, 320, 54, 3864, 855, 465, 320, 643, 76, 100, 1213, 33831, 100, 3922, 100, 31030, 2494, 100, 9857, 49, 416, 332, 80, 40111, 12956, 2549, 102, 32225, 115, 1012, 973, 438, 2257, 63, 320, 53, 4037, 508, 450, 291, 16811, 290, 11919, 3128, 855, 465, 320, 643, 76, 100, 19535, 10882, 1692, 1235, 100, 4869, 44715, 100, 4539, 100, 41574, 49, 416, 332, 13078, 63, 5169, 26960, 97, 122, 53, 53, 74, 57, 443, 25574, 349, 1687, 27967, 44166, 38, 3933, 465, 320, 643, 76, 100, 1484, 24137, 744, 100, 18384, 100, 2491, 49, 416, 332, 42467, 747, 97, 122, 53, 53, 74, 58, 121, 383, 38581, 21117, 115, 63, 320, 53, 3864, 855, 465, 320, 643, 76, 100, 1484, 24137, 744, 100, 18384, 100, 5986, 49, 416, 332, 42467, 747, 97, 122, 53, 53, 74, 58, 121, 383, 373, 97, 122, 53, 53, 74, 57, 119, 305, 20617, 97, 122, 53, 53, 74, 57, 1462, 120, 315, 97, 122, 53, 53, 75, 59, 119, 38581, 383, 320, 53, 10714, 320, 54, 3864, 855, 465, 320, 643, 76, 100, 13070, 100, 23768, 100, 5436, 49, 416, 332, 740, 357, 410, 13710, 27272, 436, 1088, 97, 122, 53, 53, 74, 57, 2269, 1244, 4953, 97, 122, 53, 53, 74, 58, 115, 40157, 107, 26985, 1249, 480, 1709, 2814, 383, 788, 122, 53, 53, 74, 57, 119, 391, 1619, 51, 2445, 20152, 27272, 436, 1088, 97, 122, 53, 53, 74, 57, 2269, 1244, 20617, 97, 122, 53, 53, 74, 57, 1462, 120, 3128, 855, 736, 453, 34013, 904, 341, 556, 18226, 5050, 3654, 347, 1618, 744, 946, 1361, 1712, 2703, 990, 4532, 244, 54, 51, 57, 327, 93, 17679, 244, 55, 51, 55, 50, 73, 54, 54, 46, 465, 453, 5857, 391, 1650, 113, 4079, 63, 244, 332, 444, 39, 480, 332, 13078, 63, 9608, 50, 18358, 39, 904, 16418, 303, 453, 480, 2315, 666, 545, 25075, 51, 303, 320, 643, 76, 100, 17204, 1410, 33480, 35015, 100, 2491, 100, 72, 4525, 100, 4671, 100, 5741, 49, 416, 5343, 444, 27967, 44166, 5284, 373, 97, 122, 53, 53, 74, 57, 119, 305, 315, 97, 122, 53, 53, 75, 59, 119, 837, 2021, 63, 9608, 50, 18358, 14614, 12956, 792, 102, 349, 2608, 44, 3933, 465, 453, 5857, 391, 1650, 113, 4079, 63, 244, 332, 444, 39, 480, 332, 13078, 63, 9608, 50, 18358, 39, 904, 16418, 303, 453, 480, 2315, 666, 545, 25075, 51, 244, 332, 6912, 577, 39, 458, 619, 7408, 727, 50, 700, 480, 2315, 666, 545, 303, 453, 25075, 51, 303, 320, 643, 76, 100, 17204, 1410, 33480, 35015, 100, 3922, 5924, 100, 6912, 2491, 49, 416, 332, 2723, 444, 2723, 50, 44166, 5284, 373, 97, 122, 53, 53, 74, 57, 119, 305, 315, 97, 122, 53, 53, 75, 59, 119, 837, 2021, 63, 9608, 50, 18358, 364, 97, 122, 53, 53, 74, 58, 6704, 792, 102, 504, 3430, 22975, 28451, 577, 63, 320, 53, 3864, 855, 465, 453, 5857, 391, 1650, 113, 4079, 63, 244, 1369, 1492, 458, 14535, 434, 341, 41330, 708, 458, 303, 453, 4019, 11487, 35326, 391, 8551, 619, 7408, 1840, 642, 619, 3895, 347, 331, 303, 453, 3687, 1623, 2806, 563, 619, 2016, 51, 244, 906, 29528, 1367, 15834, 341, 655, 451, 303, 453, 341, 3895, 51, 303, 320, 643, 76, 100, 1484, 24137, 744, 100, 18384, 100, 19646, 49, 416, 332, 80, 297, 12956, 475, 97, 122, 53, 53, 74, 57, 46085, 12435, 38581, 383, 320, 53, 130, 503, 2007, 1549, 675, 115, 1546, 27272, 284, 25699, 347, 10158, 25574, 2016, 10940, 3057, 386, 1990, 51, 4612, 1154, 383, 16811, 290, 11919, 3128, 855, 465, 320, 4452, 100, 2414, 12369, 9586, 100, 33851, 100, 2220, 49, 416, 332, 75, 97, 122, 53, 53, 75, 59, 3685, 97, 122, 53, 53, 75, 59, 4797, 788, 122, 53, 53, 74, 57, 1462, 1709, 25574, 34225, 362, 97, 122, 53, 53, 74, 57, 119, 788, 122, 53, 53, 74, 57, 1462, 2601, 301, 12956, 788, 122, 53, 53, 74, 57, 119, 12435, 97, 122, 53, 53, 74, 58, 1544, 102, 3128, 303, 820, 465, 453, 2157, 63, 8746, 94, 413, 4400, 2771, 418, 590, 1910, 570, 52, 92, 23773, 88, 347, 341, 1618, 3910, 89, 943, 6061, 4324, 822, 68, 736, 453, 7868, 4004, 36758, 1367, 1674, 6529, 341, 1361, 1198, 353, 320, 332, 1726, 100, 4210, 411, 332, 291, 3933, 353, 320, 244, 332, 4771, 100, 4210, 411, 244, 332, 291, 39, 820, 353, 320, 244, 332, 4210, 411, 244, 332, 291, 39, 820, 353, 320, 332, 13721, 100, 3535, 411, 332, 3026, 315, 97, 122, 53, 53, 75, 59, 119, 1506, 1193, 25059, 892, 8196, 297, 107, 97, 122, 53, 53, 75, 59, 119, 2935, 97, 122, 53, 53, 74, 57, 115, 2289, 97, 122, 53, 53, 74, 57, 119, 2145, 3933, 353, 320, 244, 332, 9309, 100, 10811, 411, 332, 1079, 105, 710, 500, 8196, 113, 97, 122, 53, 53, 75, 59, 289, 27176, 1492, 2222, 50, 297, 1996, 3933, 353, 320, 244, 332, 1687, 411, 332, 17090, 11978, 1618, 17679, 1522, 332, 855, 353, 320, 244, 332, 1687, 55, 411, 244, 332, 12960, 47279, 3933, 353, 320, 244, 332, 7150, 411, 332, 4615, 3933, 353, 320, 332, 948, 411, 332, 4922, 21486, 3933, 353, 320, 332, 2628, 1479, 80, 381, 1148, 21486, 3933, 353, 320, 332, 4913, 1400, 677, 411, 332, 93, 3910, 6872, 63, 6471, 97, 122, 53, 53, 75, 59, 5344, 3933, 8886, 453, 5857, 391, 1650, 113, 4079, 63, 244, 906, 2434, 5231, 2372, 6898, 2490, 353, 453, 456, 341, 1618, 17679, 6849, 2035, 1646, 51, 244, 332, 2877, 39, 458, 341, 655, 451, 331, 4957, 462, 49, 353, 453, 480, 1414, 666, 545, 25075, 51, 353, 320, 332, 13078, 11102, 100, 1779, 411, 332, 2877, 50, 23303, 15833, 6221, 315, 97, 122, 53, 53, 75, 59, 119, 1618, 17679, 50, 79, 50, 24907, 1013, 290, 358, 1941, 855, 353, 320, 332, 13078, 11102, 100, 1779, 411, 332, 2877, 50, 23303, 15833, 6221, 315, 97, 122, 53, 53, 75, 59, 119, 1618, 17679, 50, 79, 50, 24907, 1013, 290, 358, 1941, 855, 353, 320, 332, 13078, 11102, 100, 5798, 100, 13078, 5492, 100, 1779, 411, 332, 16881, 6221, 383, 320, 53, 130, 1549, 289, 97, 122, 53, 53, 75, 59, 3246, 12956, 613, 1618, 3910, 6552, 50, 113, 97, 122, 53, 53, 74, 57, 319, 3128, 855, 353, 320, 332, 13078, 11102, 100, 5798, 100, 125, 17679, 100, 1779, 411, 332, 16881, 6221, 383, 320, 53, 130, 14614, 20617, 97, 122, 53, 53, 74, 57, 1462, 321, 962, 652, 11292, 449, 93, 3910, 6552, 3128, 855, 353, 320, 332, 13078, 11102, 100, 1365, 100, 1151, 411, 332, 75, 361, 63, 719, 2536, 2224, 26292, 25699, 347, 624, 50, 2608, 10940, 619, 390, 1448, 51, 1242, 97, 122, 53, 53, 75, 59, 119, 18845, 1013, 385, 8196, 297, 329, 97, 122, 53, 53, 74, 58, 9300, 9637, 6221, 315, 97, 122, 53, 53, 75, 59, 119, 3725, 3084, 102, 8361, 3128, 855, 353, 320, 332, 13078, 11102, 100, 2297, 100, 2200, 411, 4840, 1947, 114, 97, 122, 53, 53, 74, 57, 115, 3288, 9637, 6221, 50, 3933, 353, 320, 332, 13078, 11102, 100, 125, 17679, 100, 2200, 411, 4840, 16881, 6221, 315, 97, 122, 53, 53, 75, 59, 119, 1618, 17679, 50, 3933, 353, 320, 332, 13078, 11102, 100, 13078, 5492, 100, 2200, 411, 4840, 16881, 6221, 315, 97, 122, 53, 53, 75, 59, 119, 1618, 3910, 6552, 50, 3933, 353, 320, 332, 13078, 11102, 100, 620, 100, 471, 100, 7514, 411, 11616, 1287, 473, 317, 97, 122, 53, 53, 74, 58, 11426, 315, 97, 122, 53, 53, 75, 59, 119, 3725, 27454, 120, 97, 122, 53, 53, 74, 57, 121, 1371, 46, 3933, 3051, 453, 5857, 391, 1650, 113, 4079, 63, 906, 2489, 655, 480, 341, 3416, 655, 764, 666, 1868, 391, 682, 453, 545, 25075, 51, 9303, 8793, 341, 5231, 347, 45560, 51, 244, 5857, 2353, 708, 682, 453, 16021, 19858, 347, 341, 5231, 458, 1674, 391, 10549, 341, 6898, 2490, 682, 453, 456, 2531, 2489, 347, 341, 17792, 5231, 51, 682, 453, 3291, 666, 8793, 341, 16418, 63, 1618, 3910, 6552, 49, 45334, 49, 12108, 480, 493, 9043, 51, 353, 320, 332, 1779, 93, 3910, 6552, 411, 332, 280, 9675, 93, 3910, 6552, 327, 297, 123, 97, 122, 53, 53, 74, 57, 1462, 1618, 3910, 6552, 315, 97, 122, 53, 53, 75, 59, 119, 4549, 8683, 2201, 3933, 353, 320, 332, 1779, 540, 411, 332, 280, 9675, 540, 1533, 5741, 2427, 98, 3933, 353, 320, 332, 1779, 93, 3910, 411, 332, 280, 9675, 93, 3910, 1618, 3910, 21435, 2427, 98, 3933, 353, 320, 332, 1779, 4256, 411, 244, 332, 280, 9675, 4256, 1716, 6793, 98, 3933, 353, 320, 332, 1779, 81, 18603, 540, 411, 332, 280, 9675, 81, 18603, 540, 13850, 2291, 7161, 6793, 402, 98, 3933, 353, 320, 332, 1779, 26532, 1213, 1086, 411, 332, 280, 9675, 26532, 1213, 1086, 13850, 2291, 7161, 6793, 1529, 1529, 98, 3933, 353, 320, 332, 1779, 28107, 411, 332, 280, 9675, 28107, 3559, 121, 851, 718, 1057, 284, 288, 11597, 21117, 115, 317, 97, 122, 53, 53, 74, 58, 4138, 107, 97, 122, 53, 53, 75, 59, 119, 1793, 4066, 296, 98, 3933, 353, 320, 244, 332, 1779, 74, 411, 332, 280, 9675, 74, 327, 29467, 97, 122, 53, 53, 75, 59, 3812, 12956, 949, 34486, 2250, 291, 528, 2201, 3933, 353, 320, 244, 332, 1779, 91, 411, 244, 332, 280, 9675, 74, 327, 29467, 97, 122, 53, 53, 75, 59, 3812, 12956, 949, 34486, 2250, 291, 528, 2201, 3933, 353, 320, 244, 332, 1779, 26248, 411, 332, 280, 9675, 26248, 327, 89, 757, 102, 364, 97, 122, 53, 53, 75, 59, 115, 6449, 18084, 107, 393, 4455, 887, 43433, 2201, 3933, 353, 320, 244, 332, 1779, 86, 411, 332, 280, 9675, 86, 244, 327, 89, 757, 475, 97, 122, 53, 53, 74, 57, 319, 2201, 3933, 353, 320, 244, 332, 1779, 22908, 411, 332, 280, 9675, 22908, 327, 1062, 123, 97, 122, 53, 53, 74, 57, 1462, 5902, 1322, 43433, 962, 652, 315, 97, 122, 53, 53, 75, 59, 119, 8196, 624, 320, 9165, 788, 122, 53, 53, 74, 57, 119, 9975, 52, 22908, 1770, 98, 3933, 353, 320, 244, 332, 1779, 3769, 411, 332, 280, 9675, 3769, 327, 1062, 123, 97, 122, 53, 53, 74, 57, 1462, 5902, 1322, 43433, 962, 652, 315, 97, 122, 53, 53, 75, 59, 119, 8196, 624, 320, 9165, 788, 122, 53, 53, 74, 57, 119, 9975, 52, 22908, 1770, 98, 3933, 353, 320, 332, 1779, 48777, 411, 332, 280, 9675, 48777, 327, 91, 354, 3812, 2713, 473, 291, 788, 122, 53, 53, 74, 57, 119, 3057, 2064, 1244, 6704, 473, 291, 320, 9165, 788, 122, 53, 53, 74, 57, 119, 350, 2893, 1508, 44, 1750, 119, 1750, 115, 10608, 3933, 353, 320, 332, 1779, 3339, 1456, 411, 332, 280, 9675, 3339, 1456, 327, 15050, 97, 122, 53, 53, 74, 57, 114, 17123, 298, 11778, 289, 4215, 315, 97, 122, 53, 53, 75, 59, 119, 4873, 2471, 320, 9165, 788, 122, 53, 53, 74, 57, 119, 244, 53, 1770, 98, 3933, 353, 320, 332, 1779, 6992, 411, 332, 280, 9675, 6992, 327, 2184, 97, 122, 53, 53, 74, 58, 1709, 364, 483, 301, 27176, 619, 1996, 51, 2201, 3933, 353, 320, 332, 1779, 26010, 411, 332, 280, 9675, 26010, 327, 2184, 97, 122, 53, 53, 74, 58, 1709, 792, 2718, 11753, 635, 97, 122, 53, 53, 74, 57, 115, 4066, 296, 51, 2201, 3933, 353, 320, 332, 1779, 7157, 411, 332, 280, 9675, 7157, 327, 2184, 97, 122, 53, 53, 74, 58, 1709, 792, 2718, 13387, 718, 635, 97, 122, 53, 53, 74, 57, 115, 4066, 296, 51, 2201, 3933, 353, 320, 244, 332, 1779, 89, 6552, 411, 332, 280, 9675, 89, 6552, 327, 2184, 97, 122, 53, 53, 74, 58, 1709, 364, 483, 8505, 675, 115, 1546, 329, 97, 122, 53, 53, 74, 57, 119, 428, 41070, 8644, 321, 51, 2201, 3933, 353, 320, 332, 1779, 89, 7428, 411, 332, 280, 9675, 89, 7428, 327, 4804, 2239, 50, 23303, 315, 97, 122, 53, 53, 75, 59, 119, 1887, 97, 122, 53, 53, 74, 58, 119, 1244, 38243, 97, 122, 53, 53, 74, 57, 6487, 51, 2201, 3933, 353, 320, 332, 1779, 46039, 411, 332, 280, 9675, 46039, 327, 520, 97, 122, 53, 53, 74, 57, 629, 347, 13996, 928, 1411, 318, 6471, 97, 122, 53, 53, 75, 59, 3685, 51, 9312, 788, 122, 53, 53, 74, 57, 119, 3725, 928, 1411, 318, 788, 122, 53, 53, 74, 57, 119, 2458, 289, 97, 122, 53, 53, 74, 57, 1159, 105, 51, 2201, 3933, 353, 320, 332, 1779, 1363, 39887, 411, 332, 280, 9675, 1363, 39887, 320, 718, 107, 36950, 8649, 21117, 115, 130, 327, 76, 97, 122, 53, 53, 75, 59, 119, 4154, 5955, 27176, 20659, 51, 2201, 3933, 353, 320, 244, 332, 1779, 5741, 411, 332, 280, 9675, 5741, 327, 1062, 123, 97, 122, 53, 53, 74, 57, 1462, 7408, 50, 1664, 284, 605, 14446, 475, 97, 122, 53, 53, 74, 57, 6487, 12435, 7408, 50, 109, 7976, 856, 51, 2201, 3933, 353, 320, 244, 332, 1779, 6025, 411, 332, 280, 9675, 6025, 327, 1062, 123, 97, 122, 53, 53, 74, 57, 1462, 949, 15239, 1367, 1664, 284, 605, 51, 2201, 3933, 353, 320, 244, 332, 1779, 4438, 411, 332, 280, 9675, 4438, 327, 1062, 123, 97, 122, 53, 53, 74, 57, 1462, 5796, 50, 1664, 284, 605, 51, 2201, 3933, 353, 320, 244, 332, 1779, 7608, 411, 332, 280, 9675, 7608, 50, 21117, 22287, 1287, 473, 327, 520, 97, 122, 53, 53, 74, 57, 629, 347, 3416, 315, 97, 122, 53, 53, 75, 59, 119, 2224, 26292, 2201, 3933, 353, 320, 244, 332, 1365, 2837, 2093, 54, 411, 332, 93, 3910, 50, 2441, 291, 6471, 97, 122, 53, 53, 75, 59, 119, 7233, 12956, 3128, 855, 353, 320, 244, 332, 1365, 2837, 2093, 55, 411, 32958, 27389, 1371, 305, 12956, 4138, 1137, 3933, 353, 320, 332, 1365, 2837, 2093, 56, 411, 244, 332, 45126, 1406, 102, 11597, 97, 122, 53, 53, 75, 59, 12478, 97, 122, 53, 53, 74, 57, 2536, 3128, 855, 353, 320, 332, 1365, 2837, 2093, 57, 411, 332, 19940, 6305, 12956, 10940, 23528, 11085, 7408, 12264, 315, 97, 122, 53, 53, 75, 59, 119, 4957, 14614, 6305, 475, 49004, 329, 337, 5554, 4953, 97, 122, 53, 53, 74, 58, 115, 3933, 353, 320, 332, 1365, 2837, 2093, 58, 411, 332, 3077, 11085, 26930, 17961, 63, 1930, 574, 1516, 51, 32450, 831, 721, 120, 51, 16160, 51, 527, 52, 20182, 52, 2608, 3933, 353, 320, 332, 1779, 6344, 31030, 1986, 411, 332, 280, 9675, 6344, 31030, 1986, 3559, 289, 97, 122, 53, 53, 74, 57, 1462, 22975, 11597, 21117, 115, 327, 6344, 7266, 11784, 20617, 97, 122, 53, 53, 74, 57, 1462, 120, 27176, 2549, 1244, 2458, 7417, 50, 284, 2201, 3933, 353, 320, 332, 1779, 18770, 31030, 1986, 411, 244, 332, 280, 9675, 18770, 31030, 1986, 3559, 289, 97, 122, 53, 53, 74, 57, 1462, 22975, 11597, 21117, 115, 327, 2234, 7266, 11784, 20617, 97, 122, 53, 53, 74, 57, 1462, 120, 27176, 2549, 1244, 2458, 949, 36842, 2201, 3933, 353, 320, 332, 1779, 11841, 19315, 411, 244, 332, 280, 9675, 11841, 19315, 3559, 289, 97, 122, 53, 53, 74, 57, 1462, 22975, 11597, 21117, 115, 327, 1795, 1985, 11784, 20617, 97, 122, 53, 53, 74, 57, 1462, 120, 27176, 4569, 316, 8683, 2458, 8196, 624, 2201, 3933, 353, 320, 244, 332, 1779, 7734, 18565, 7789, 88, 411, 244, 332, 280, 9675, 81, 20617, 97, 122, 53, 53, 74, 57, 1462, 5902, 43927, 613, 851, 97, 122, 53, 53, 74, 57, 25685, 29030, 98, 3933, 353, 320, 332, 1779, 34730, 17204, 1410, 411, 332, 280, 9675, 34730, 327, 701, 3725, 328, 97, 122, 53, 53, 74, 57, 4797, 41070, 8644, 1244, 3057, 102, 12435, 97, 122, 53, 53, 74, 57, 336, 321, 51, 2201, 3933, 465, 453, 41565, 904, 341, 556, 2089, 3654, 347, 1618, 3910, 89, 943, 6061, 51, 4659, 2293, 2703, 990, 4532, 244, 54, 51, 57, 327, 93, 17679, 244, 55, 51, 55, 50, 73, 54, 54, 46, 8886, 320, 244, 332, 1779, 21484, 411, 244, 332, 280, 9675, 21484, 7459, 638, 327, 297, 123, 97, 122, 53, 53, 74, 57, 1462, 11292, 1093, 44166, 315, 97, 122, 53, 53, 75, 59, 119, 3725, 8990, 1371, 2224, 26292, 11784, 439, 97, 122, 53, 53, 75, 59, 119, 613, 18976, 11292, 40157, 51, 2201, 3933, 353, 320, 244, 332, 1779, 3329, 4583, 776, 411, 244, 332, 280, 9675, 3329, 4583, 776, 36440, 577, 327, 1062, 123, 97, 122, 53, 53, 74, 57, 1462, 328, 55, 120, 66, 42188, 25699, 362, 55, 105, 66, 8869, 27176, 4549, 8683, 51, 2201, 332, 855, 453, 9093, 829, 328, 730, 500, 52, 564, 324, 1556, 122, 64, 23761, 353, 320, 332, 1779, 42185, 411, 332, 280, 9675, 42185, 327, 4561, 774, 8196, 14226, 315, 97, 122, 53, 53, 75, 59, 119, 4549, 8683, 613, 36965, 38262, 8505, 51, 2201, 3933, 353, 320, 332, 1779, 10426, 744, 411, 244, 332, 280, 9675, 10426, 744, 327, 28056, 97, 122, 53, 53, 74, 57, 119, 44790, 46137, 1042, 493, 9043, 50, 18084, 484, 3434, 9106, 4515, 437, 3725, 21992, 1930, 574, 2608, 51, 2121, 51, 1107, 52, 125, 17679, 52, 5977, 52, 37280, 878, 51, 2201, 3933, 353, 320, 244, 332, 1779, 2593, 1970, 12555, 2348, 8490, 411, 244, 332, 280, 9675, 2593, 1970, 12555, 2348, 8490, 327, 28056, 97, 122, 53, 53, 74, 57, 119, 3725, 11467, 291, 2224, 26292, 780, 404, 2862, 318, 6471, 97, 122, 53, 53, 75, 59, 3685, 4515, 437, 3725, 21992, 1930, 574, 2608, 51, 2121, 51, 1107, 52, 125, 17679, 52, 5977, 52, 22990, 920, 51, 2201, 3933, 353, 320, 332, 1779, 2802, 411, 244, 332, 280, 9675, 2802, 334, 41944, 818, 120, 791, 97, 122, 53, 53, 74, 57, 2591, 327, 38136, 102, 37598, 316, 4455, 2935, 97, 122, 53, 53, 74, 57, 115, 2289, 97, 122, 53, 53, 74, 57, 119, 305, 315, 97, 122, 53, 53, 75, 59, 119, 2224, 26292, 1249, 334, 41944, 818, 2728, 111, 436, 51, 2201, 3933, 353, 320, 280, 332, 1779, 20622, 411, 244, 332, 280, 9675, 20622, 447, 1568, 749, 577, 98, 327, 43654, 305, 3104, 32225, 1317, 12435, 1817, 284, 358, 1650, 749, 2201, 3933, 353, 320, 244, 332, 1779, 32662, 411, 332, 280, 9675, 32662, 8061, 4562, 327, 701, 3481, 26672, 112, 6712, 315, 97, 122, 53, 53, 75, 59, 119, 1650, 749, 2201, 3933, 353, 320, 244, 332, 1779, 28268, 411, 244, 332, 280, 9675, 28268, 22324, 781, 327, 38498, 14291, 301, 1650, 749, 23303, 42618, 613, 949, 22324, 50, 5049, 11292, 32225, 1317, 350, 6873, 781, 67, 2201, 3933, 353, 320, 280, 332, 1779, 15535, 411, 244, 332, 280, 9675, 15535, 2670, 327, 6015, 317, 23060, 21117, 115, 438, 2257, 315, 97, 122, 53, 53, 75, 59, 119, 30299, 1817, 284, 1546, 1650, 749, 23303, 284, 2201, 3933, 736, 453, 1121, 3958, 744, 244, 9324, 9833, 708, 1868, 517, 54, 53, 115, 353, 453, 5857, 391, 1650, 113, 4079, 63, 244, 906, 2434, 1492, 18885, 6898, 451, 331, 8445, 353, 453, 2035, 50, 948, 2489, 708, 458, 1674, 391, 5362, 341, 332, 2402, 347, 22902, 39, 353, 453, 16891, 51, 244, 906, 16891, 37572, 9046, 331, 1948, 451, 341, 1361, 353, 453, 4741, 456, 331, 3098, 347, 4691, 3098, 708, 25523, 391, 580, 51, 353, 320, 332, 1779, 21490, 411, 244, 332, 280, 9675, 21490, 327, 11385, 8444, 301, 364, 483, 1357, 108, 1244, 2201, 39, 820, 353, 320, 332, 1779, 2931, 411, 244, 332, 280, 9675, 2931, 327, 11385, 8444, 301, 553, 121, 410, 13255, 605, 315, 9918, 97, 122, 53, 53, 75, 59, 112, 31265, 1987, 4066, 382, 291, 2201, 3933, 353, 320, 332, 1779, 23729, 39, 1737, 332, 280, 9675, 23729, 327, 297, 123, 97, 122, 53, 53, 74, 57, 2795, 1650, 749, 27176, 4549, 8683, 13996, 364, 97, 122, 53, 53, 75, 59, 11254, 22975, 2201, 3933, 353, 320, 332, 13173, 23826, 1479, 36821, 11685, 8683, 2458, 320, 53, 130, 4745, 320, 54, 130, 391, 108, 320, 55, 130, 6753, 39, 820, 353, 320, 332, 46362, 20564, 11585, 1479, 82, 483, 25999, 2021, 24239, 788, 122, 53, 53, 74, 57, 119, 315, 97, 122, 53, 53, 75, 59, 119, 48104, 436, 51, 35668, 2021, 318, 299, 320, 53, 855, 364, 483, 320, 54, 130, 320, 55, 3864, 820, 353, 320, 332, 444, 1640, 411, 332, 21117, 1317, 788, 122, 53, 53, 74, 57, 119, 39, 820, 353, 320, 332, 2892, 5526, 1640, 411, 332, 2892, 1244, 1752, 97, 122, 53, 53, 75, 59, 115, 29506, 788, 122, 53, 53, 74, 57, 119, 39, 339, 736, 1487, 736, 339, 353, 453, 19984, 1255, 4016, 70, 27173, 19984, 18459, 736, 1041, 910, 456, 813, 1429, 331, 6677, 1067, 1361, 1616, 18919, 51, 283, 588, 353, 581, 924, 1175, 910, 43409, 100, 3535, 299, 332, 13721, 100, 3535, 884, 736, 1041, 910, 456, 813, 1429, 17998, 451, 341, 1067, 821, 3818, 51, 280, 588, 353, 581, 924, 1175, 910, 31424, 100, 10811, 299, 332, 9309, 100, 10811, 884, 222, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
21,596
true
67.080989
true
true
ReceiverAutoStart.java
/FileExtraction/Java_unseen/niks255_FairEmail/app/src/main/java/eu/faircode/email/ReceiverAutoStart.java
package eu.faircode.email; /* This file is part of FairEmail. FairEmail is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. FairEmail is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with FairEmail. If not, see <http://www.gnu.org/licenses/>. Copyright 2018-2024 by Marcel Bokhorst (M66B) */ import android.app.AlarmManager; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; public class ReceiverAutoStart extends BroadcastReceiver { // https://developer.android.com/reference/android/app/AlarmManager#ACTION_SCHEDULE_EXACT_ALARM_PERMISSION_STATE_CHANGED @Override public void onReceive(final Context context, Intent intent) { String action = intent.getAction(); if (AlarmManager.ACTION_SCHEDULE_EXACT_ALARM_PERMISSION_STATE_CHANGED.equals(action) || Intent.ACTION_BOOT_COMPLETED.equals(action) || Intent.ACTION_MY_PACKAGE_REPLACED.equals(action)) { EntityLog.log(context, "Received " + intent); if (Intent.ACTION_MY_PACKAGE_REPLACED.equals(action)) ApplicationEx.upgrade(context); if (AlarmManager.ACTION_SCHEDULE_EXACT_ALARM_PERMISSION_STATE_CHANGED.equals(action)) { ServiceSynchronize.stop(context); ServiceSend.stop(context); } ServiceSynchronize.boot(context); ServiceSend.boot(context); } } }
1,926
Java
.java
niks255/FairEmail
50
5
0
2020-01-10T19:34:12Z
2024-04-27T12:42:47Z
373a40be031617ec8fa1caff6c4de7f2e8a638231bc5d6b679b3ddf82eb0916a
[ 1337, 14604, 51, 34514, 707, 51, 1951, 64, 222, 222, 1127, 303, 1369, 822, 458, 1760, 451, 525, 2017, 4490, 51, 465, 525, 2017, 4490, 458, 3760, 2951, 63, 863, 902, 14081, 580, 480, 52, 290, 5370, 303, 580, 1549, 341, 5974, 451, 341, 6994, 6153, 5062, 1196, 641, 9582, 829, 303, 341, 7834, 3870, 7120, 49, 3173, 1522, 244, 56, 451, 341, 1196, 49, 575, 303, 327, 288, 1390, 2489, 46, 1364, 6146, 1522, 51, 465, 525, 2017, 4490, 458, 2744, 347, 341, 9850, 708, 580, 1118, 545, 6386, 49, 303, 1294, 4213, 2979, 9345, 64, 2895, 4462, 341, 4506, 14319, 451, 303, 7934, 575, 8114, 4800, 418, 7848, 7763, 51, 244, 2819, 341, 303, 6994, 6153, 5062, 1196, 456, 1851, 4261, 51, 465, 2469, 1414, 1178, 6589, 331, 1948, 451, 341, 6994, 6153, 5062, 1196, 303, 7979, 642, 525, 2017, 4490, 51, 244, 1691, 666, 49, 2337, 350, 544, 574, 1516, 51, 10627, 51, 1107, 52, 4205, 28699, 465, 2657, 244, 55, 53, 54, 61, 50, 55, 53, 55, 57, 829, 8369, 3331, 570, 1273, 19242, 289, 327, 82, 59, 59, 71, 46, 222, 1975, 222, 222, 485, 2616, 51, 745, 51, 20628, 1590, 64, 222, 485, 2616, 51, 1304, 51, 16985, 12715, 64, 222, 485, 2616, 51, 1304, 51, 1237, 64, 222, 485, 2616, 51, 1304, 51, 8770, 64, 222, 222, 942, 462, 43756, 4754, 2148, 2041, 37177, 12715, 320, 303, 453, 1698, 574, 8641, 51, 4048, 51, 527, 52, 3592, 52, 4048, 52, 745, 52, 20628, 1590, 40, 8755, 100, 29130, 7238, 100, 1478, 3833, 100, 43481, 100, 28689, 100, 6113, 100, 27702, 465, 496, 1806, 303, 581, 782, 563, 11709, 45, 3242, 7063, 1637, 49, 11790, 8935, 46, 320, 310, 910, 2146, 299, 8935, 51, 28103, 492, 310, 434, 327, 20628, 1590, 51, 8755, 100, 29130, 7238, 100, 1478, 3833, 100, 43481, 100, 28689, 100, 6113, 100, 27702, 51, 3591, 45, 1160, 46, 1293, 419, 11790, 51, 8755, 100, 24941, 100, 42510, 51, 3591, 45, 1160, 46, 1293, 419, 11790, 51, 8755, 100, 11844, 100, 15803, 100, 42432, 1205, 1363, 51, 3591, 45, 1160, 509, 320, 343, 7276, 1353, 51, 769, 45, 1834, 49, 332, 10920, 332, 494, 8935, 312, 1083, 434, 327, 8770, 51, 8755, 100, 11844, 100, 15803, 100, 42432, 1205, 1363, 51, 3591, 45, 1160, 509, 419, 6700, 589, 51, 13906, 45, 1834, 312, 1083, 434, 327, 20628, 1590, 51, 8755, 100, 29130, 7238, 100, 1478, 3833, 100, 43481, 100, 28689, 100, 6113, 100, 27702, 51, 3591, 45, 1160, 509, 320, 419, 4860, 47890, 51, 4074, 45, 1834, 312, 419, 4860, 4878, 51, 4074, 45, 1834, 312, 343, 339, 1083, 4860, 47890, 51, 3621, 45, 1834, 312, 343, 4860, 4878, 51, 3621, 45, 1834, 312, 310, 339, 303, 339, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
460
true
69.366563
true
true
QRChatDialog.java
/FileExtraction/Java_unseen/tonikelope_coronapoker/src/main/java/com/tonikelope/coronapoker/QRChatDialog.java
/* * Copyright (C) 2020 tonikelope _ _ _ _ | |_ ___ _ __ (_) | _____| | ___ _ __ ___ | __/ _ \| '_ \| | |/ / _ \ |/ _ \| '_ \ / _ \ | || (_) | | | | | < __/ | (_) | |_) | __/ \__\___/|_| |_|_|_|\_\___|_|\___/| .__/ \___| ____ ___ ____ ___ |___ \ / _ \|___ \ / _ \ __) || | | | __) || | | | / __/ | |_| |/ __/ | |_| | |_____| \___/|_____| \___/ https://github.com/tonikelope/coronapoker * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ package com.tonikelope.coronapoker; import com.google.zxing.BarcodeFormat; import com.google.zxing.WriterException; import com.google.zxing.client.j2se.MatrixToImageWriter; import com.google.zxing.common.BitMatrix; import com.google.zxing.qrcode.QRCodeWriter; import java.awt.Dimension; import java.util.logging.Level; import java.util.logging.Logger; import java.util.regex.Matcher; import java.util.regex.Pattern; import javax.swing.ImageIcon; /** * * @author tonikelope */ public class QRChatDialog extends javax.swing.JDialog implements ClipboardChangeObserver { public static final int QR_SIZE = 300; private volatile boolean cboard_monitor = false; private volatile String link = null; private volatile boolean cancel = false; public boolean isCancel() { return cancel; } public String getLink() { return link; } /** * Creates new form Identicon */ public QRChatDialog(java.awt.Frame parent, boolean modal, String link, boolean clipboard_monitor) { super(parent, modal); this.link = link; cboard_monitor = clipboard_monitor; initComponents(); share_button.setVisible(cboard_monitor); updateQR(link); share_button.setEnabled(false); Helpers.updateFonts(this, Helpers.GUI_FONT, null); Helpers.translateComponents(this, false); pack(); if (cboard_monitor) { Helpers.CLIPBOARD_SPY.attachObserver(this); } } private void updateQR(String link) { if (link != null) { try { QRCodeWriter barcodeWriter = new QRCodeWriter(); BitMatrix bitMatrix = barcodeWriter.encode(link, BarcodeFormat.QR_CODE, QR_SIZE, QR_SIZE); Helpers.GUIRunAndWait(() -> { qr_status.setText(link); qr_status.setToolTipText(Translator.translate("Click para copiar enlace")); share_button.setEnabled(true); ImageIcon icon = new ImageIcon(MatrixToImageWriter.toBufferedImage(bitMatrix)); icon_label.setIcon(icon); pack(); if (isVisible()) { setVisible(false); setLocationRelativeTo(getParent()); setVisible(true); } }); } catch (WriterException ex) { Logger.getLogger(QRChatDialog.class.getName()).log(Level.SEVERE, null, ex); } } } /** * This method is called from within the constructor to initialize the form. * WARNING: Do NOT modify this code. The content of this method is always * regenerated by the Form Editor. */ @SuppressWarnings("unchecked") // <editor-fold defaultstate="collapsed" desc="Generated Code">//GEN-BEGIN:initComponents private void initComponents() { jPanel1 = new javax.swing.JPanel(); icon_label = new javax.swing.JLabel(); close_button = new javax.swing.JButton(); qr_status = new javax.swing.JLabel(); share_button = new javax.swing.JButton(); setDefaultCloseOperation(javax.swing.WindowConstants.DO_NOTHING_ON_CLOSE); setTitle("VIDEO CHAT"); setFocusable(false); setUndecorated(true); setResizable(false); addWindowListener(new java.awt.event.WindowAdapter() { public void windowActivated(java.awt.event.WindowEvent evt) { formWindowActivated(evt); } public void windowDeactivated(java.awt.event.WindowEvent evt) { formWindowDeactivated(evt); } }); jPanel1.setBorder(javax.swing.BorderFactory.createLineBorder(new java.awt.Color(26, 115, 232), 8)); icon_label.setIcon(new javax.swing.ImageIcon(getClass().getResource("/images/duo_big.png"))); // NOI18N icon_label.setCursor(new java.awt.Cursor(java.awt.Cursor.HAND_CURSOR)); icon_label.setDoubleBuffered(true); icon_label.setFocusable(false); icon_label.setPreferredSize(new Dimension(QR_SIZE, QR_SIZE)); icon_label.addMouseListener(new java.awt.event.MouseAdapter() { public void mouseClicked(java.awt.event.MouseEvent evt) { icon_labelMouseClicked(evt); } }); close_button.setBackground(new java.awt.Color(255, 0, 0)); close_button.setFont(new java.awt.Font("Dialog", 1, 18)); // NOI18N close_button.setForeground(new java.awt.Color(255, 255, 255)); close_button.setText("CERRAR"); close_button.setCursor(new java.awt.Cursor(java.awt.Cursor.HAND_CURSOR)); close_button.setDoubleBuffered(true); close_button.setFocusable(false); close_button.addActionListener(new java.awt.event.ActionListener() { public void actionPerformed(java.awt.event.ActionEvent evt) { close_buttonActionPerformed(evt); } }); qr_status.setFont(new java.awt.Font("Dialog", 1, 18)); // NOI18N qr_status.setHorizontalAlignment(javax.swing.SwingConstants.CENTER); qr_status.setText("Monitorizando portapapeles..."); qr_status.setCursor(new java.awt.Cursor(java.awt.Cursor.HAND_CURSOR)); qr_status.addMouseListener(new java.awt.event.MouseAdapter() { public void mouseClicked(java.awt.event.MouseEvent evt) { qr_statusMouseClicked(evt); } }); share_button.setBackground(new java.awt.Color(26, 115, 232)); share_button.setFont(new java.awt.Font("Dialog", 1, 18)); // NOI18N share_button.setForeground(new java.awt.Color(255, 255, 255)); share_button.setText("COMPARTIR"); share_button.setCursor(new java.awt.Cursor(java.awt.Cursor.HAND_CURSOR)); share_button.setDoubleBuffered(true); share_button.setFocusable(false); share_button.addActionListener(new java.awt.event.ActionListener() { public void actionPerformed(java.awt.event.ActionEvent evt) { share_buttonActionPerformed(evt); } }); javax.swing.GroupLayout jPanel1Layout = new javax.swing.GroupLayout(jPanel1); jPanel1.setLayout(jPanel1Layout); jPanel1Layout.setHorizontalGroup( jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGroup(jPanel1Layout.createSequentialGroup() .addContainerGap() .addGroup(jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addComponent(close_button, javax.swing.GroupLayout.Alignment.TRAILING, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE) .addComponent(qr_status, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE) .addComponent(share_button, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE) .addGroup(jPanel1Layout.createSequentialGroup() .addGap(0, 0, Short.MAX_VALUE) .addComponent(icon_label, javax.swing.GroupLayout.PREFERRED_SIZE, 300, javax.swing.GroupLayout.PREFERRED_SIZE) .addGap(0, 0, Short.MAX_VALUE))) .addContainerGap()) ); jPanel1Layout.setVerticalGroup( jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGroup(jPanel1Layout.createSequentialGroup() .addContainerGap() .addComponent(qr_status) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED) .addComponent(icon_label, javax.swing.GroupLayout.PREFERRED_SIZE, 300, javax.swing.GroupLayout.PREFERRED_SIZE) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED) .addComponent(share_button) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED) .addComponent(close_button) .addContainerGap()) ); javax.swing.GroupLayout layout = new javax.swing.GroupLayout(getContentPane()); getContentPane().setLayout(layout); layout.setHorizontalGroup( layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addComponent(jPanel1, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE) ); layout.setVerticalGroup( layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addComponent(jPanel1, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE) ); pack(); }// </editor-fold>//GEN-END:initComponents private void close_buttonActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_close_buttonActionPerformed // TODO add your handling code here: if (cboard_monitor) { Helpers.CLIPBOARD_SPY.detachObserver(this); } this.cancel = true; dispose(); }//GEN-LAST:event_close_buttonActionPerformed private void share_buttonActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_share_buttonActionPerformed // TODO add your handling code here: if (cboard_monitor) { Helpers.CLIPBOARD_SPY.detachObserver(this); } dispose(); }//GEN-LAST:event_share_buttonActionPerformed private void icon_labelMouseClicked(java.awt.event.MouseEvent evt) {//GEN-FIRST:event_icon_labelMouseClicked // TODO add your handling code here: if (this.link != null) { if (cboard_monitor) { Helpers.CLIPBOARD_SPY.detachObserver(this); } Helpers.copyTextToClipboard(this.link); Helpers.mostrarMensajeInformativo(this, "¡ENLACE COPIADO EN EL PORTAPAPELES!"); if (cboard_monitor) { Helpers.CLIPBOARD_SPY.attachObserver(this); } } else if (cboard_monitor) { Helpers.openBrowserURL("https://meet.google.com"); } }//GEN-LAST:event_icon_labelMouseClicked private void qr_statusMouseClicked(java.awt.event.MouseEvent evt) {//GEN-FIRST:event_qr_statusMouseClicked // TODO add your handling code here: if (this.link != null) { Helpers.copyTextToClipboard(this.link); Helpers.mostrarMensajeInformativo(this, "¡ENLACE COPIADO EN EL PORTAPAPELES!"); } else if (cboard_monitor) { Helpers.openBrowserURL("https://meet.google.com"); } }//GEN-LAST:event_qr_statusMouseClicked private void formWindowActivated(java.awt.event.WindowEvent evt) {//GEN-FIRST:event_formWindowActivated // TODO add your handling code here: if (isModal()) { Init.CURRENT_MODAL_DIALOG.add(this); } }//GEN-LAST:event_formWindowActivated private void formWindowDeactivated(java.awt.event.WindowEvent evt) {//GEN-FIRST:event_formWindowDeactivated // TODO add your handling code here: if (isModal()) { try { Init.CURRENT_MODAL_DIALOG.removeLast(); } catch (Exception ex) { } } }//GEN-LAST:event_formWindowDeactivated // Variables declaration - do not modify//GEN-BEGIN:variables private javax.swing.JButton close_button; private javax.swing.JLabel icon_label; private javax.swing.JPanel jPanel1; private javax.swing.JLabel qr_status; private javax.swing.JButton share_button; // End of variables declaration//GEN-END:variables @Override public void notifyClipboardChange() { String contenido = Helpers.extractStringFromClipboardContents(Helpers.CLIPBOARD_SPY.getContents()); if (contenido != null) { Pattern pattern = Pattern.compile("https://(?:duo\\.app\\.goo\\.gl|meet\\.google\\.com)/[^ \r\n]+", Pattern.DOTALL); Matcher matcher = pattern.matcher(contenido); if (matcher.find()) { String new_link = matcher.group(0); if (!new_link.equals(link)) { link = new_link; updateQR(link); } } } } }
13,646
Java
.java
tonikelope/coronapoker
12
3
0
2020-08-12T16:39:30Z
2024-05-08T19:50:56Z
bf02a73e7b4ffec84ebb730e6e59944ca08ffeba68171b6725417ef847bfe16d
[ 1127, 222, 338, 2657, 327, 72, 46, 244, 55, 53, 55, 53, 292, 25615, 498, 18483, 222, 634, 2868, 634, 634, 370, 634, 6031, 222, 129, 45780, 8967, 244, 634, 1176, 47625, 542, 1176, 4715, 129, 542, 8967, 244, 634, 1176, 280, 8967, 244, 222, 129, 1176, 52, 634, 29289, 7637, 29289, 542, 542, 52, 536, 634, 788, 542, 52, 634, 29289, 7637, 788, 536, 634, 788, 222, 129, 1293, 47625, 542, 542, 542, 542, 542, 280, 350, 244, 1176, 52, 542, 47625, 542, 542, 7943, 542, 244, 1176, 52, 222, 788, 523, 97, 4715, 52, 129, 19273, 42500, 19273, 19273, 5031, 97, 4715, 129, 100, 12331, 4715, 52, 129, 657, 17065, 788, 4715, 129, 222, 24099, 283, 8967, 244, 24099, 283, 8967, 280, 222, 129, 4715, 788, 244, 536, 634, 29289, 4715, 788, 244, 536, 634, 788, 5246, 1176, 46, 1293, 542, 542, 542, 1176, 46, 1293, 542, 542, 542, 222, 536, 1176, 52, 542, 42500, 542, 52, 1176, 52, 542, 42500, 542, 222, 129, 2707, 19273, 788, 4715, 52, 129, 2707, 19273, 788, 4715, 52, 1676, 222, 662, 574, 951, 51, 527, 52, 955, 29350, 18483, 52, 2881, 286, 386, 14521, 222, 338, 222, 338, 1369, 3477, 458, 3760, 2951, 63, 863, 902, 14081, 580, 480, 52, 290, 5370, 222, 338, 580, 1549, 341, 5974, 451, 341, 6994, 6153, 5062, 1196, 641, 9582, 829, 222, 338, 341, 7834, 3870, 7120, 49, 3173, 1522, 244, 56, 451, 341, 1196, 49, 575, 222, 338, 327, 288, 1390, 2489, 46, 1364, 6146, 1522, 51, 222, 338, 222, 338, 1369, 3477, 458, 2744, 347, 341, 9850, 708, 580, 1118, 545, 6386, 49, 222, 338, 1294, 4213, 2979, 9345, 64, 2895, 4462, 341, 4506, 14319, 451, 222, 338, 7934, 575, 8114, 4800, 418, 7848, 7763, 51, 244, 2819, 341, 222, 338, 6994, 6153, 5062, 1196, 456, 1851, 4261, 51, 222, 338, 222, 338, 2469, 1414, 1178, 6589, 331, 1948, 451, 341, 6994, 6153, 5062, 1196, 222, 338, 7979, 642, 477, 3477, 51, 244, 1691, 666, 49, 2337, 350, 544, 574, 1516, 51, 10627, 51, 1107, 52, 4205, 28699, 222, 588, 222, 1337, 785, 51, 955, 29350, 18483, 51, 2881, 286, 386, 14521, 64, 222, 222, 485, 785, 51, 2193, 51, 19512, 318, 51, 37042, 2222, 64, 222, 485, 785, 51, 2193, 51, 19512, 318, 51, 3989, 1002, 64, 222, 485, 785, 51, 2193, 51, 19512, 318, 51, 1598, 51, 111, 55, 296, 51, 4181, 724, 1675, 3989, 64, 222, 485, 785, 51, 2193, 51, 19512, 318, 51, 2297, 51, 4596, 4181, 64, 222, 485, 785, 51, 2193, 51, 19512, 318, 51, 48228, 51, 17382, 1241, 3989, 64, 222, 485, 1401, 51, 8236, 51, 9884, 64, 222, 485, 1401, 51, 1058, 51, 7506, 51, 2671, 64, 222, 485, 1401, 51, 1058, 51, 7506, 51, 3716, 64, 222, 485, 1401, 51, 1058, 51, 7927, 51, 11947, 64, 222, 485, 1401, 51, 1058, 51, 7927, 51, 5526, 64, 222, 485, 3698, 51, 5934, 51, 1675, 2930, 64, 222, 222, 1350, 222, 338, 222, 338, 496, 2133, 292, 25615, 498, 18483, 222, 588, 222, 942, 462, 27876, 7580, 3742, 2041, 3698, 51, 5934, 51, 79, 3742, 4584, 28706, 2207, 1810, 9136, 320, 465, 581, 924, 1175, 648, 27876, 100, 3382, 299, 244, 56, 53, 53, 64, 303, 964, 12014, 1922, 300, 2207, 100, 8243, 299, 920, 64, 303, 964, 12014, 910, 2572, 299, 762, 64, 303, 964, 12014, 1922, 8260, 299, 920, 64, 465, 581, 1922, 458, 7034, 365, 320, 310, 461, 8260, 64, 303, 339, 465, 581, 910, 640, 2375, 365, 320, 310, 461, 2572, 64, 303, 339, 465, 1041, 294, 338, 9308, 556, 2252, 17509, 1584, 294, 588, 303, 581, 27876, 7580, 3742, 45, 1874, 51, 8236, 51, 2163, 2952, 49, 1922, 10794, 49, 910, 2572, 49, 1922, 27528, 100, 8243, 46, 320, 310, 2615, 45, 2562, 49, 10794, 312, 603, 477, 51, 1222, 299, 2572, 64, 603, 300, 2207, 100, 8243, 299, 27528, 100, 8243, 64, 603, 3238, 8176, 492, 603, 8642, 100, 1654, 51, 18215, 45, 104, 2207, 100, 8243, 312, 603, 1991, 17382, 45, 1222, 312, 603, 8642, 100, 1654, 51, 18822, 45, 1886, 312, 603, 32447, 51, 1896, 32747, 45, 597, 49, 32447, 51, 10586, 100, 5929, 49, 762, 312, 603, 32447, 51, 7407, 8176, 45, 597, 49, 920, 312, 603, 8928, 492, 603, 434, 327, 104, 2207, 100, 8243, 46, 320, 343, 32447, 51, 32457, 21533, 100, 2249, 94, 51, 9962, 9136, 45, 597, 312, 310, 339, 303, 339, 465, 964, 782, 1991, 17382, 45, 671, 2572, 46, 320, 603, 434, 327, 1222, 882, 762, 46, 320, 1083, 1614, 320, 419, 27876, 1241, 3989, 35007, 3989, 299, 556, 27876, 1241, 3989, 492, 2125, 7600, 4181, 3510, 4181, 299, 35007, 3989, 51, 4458, 45, 1222, 49, 11489, 707, 2222, 51, 17382, 100, 3535, 49, 27876, 100, 3382, 49, 27876, 100, 3382, 312, 2125, 32447, 51, 10586, 2544, 2199, 6494, 4133, 984, 320, 547, 26504, 100, 1535, 51, 6619, 45, 1222, 312, 3704, 26504, 100, 1535, 51, 42561, 1049, 45, 23234, 51, 7407, 459, 2668, 3925, 6175, 16593, 949, 13546, 2992, 3704, 8642, 100, 1654, 51, 18822, 45, 1527, 312, 3704, 4393, 2930, 4282, 299, 556, 4393, 2930, 45, 4181, 724, 1675, 3989, 51, 471, 17640, 1675, 45, 2417, 4181, 894, 3704, 4282, 100, 1194, 51, 30587, 45, 1584, 312, 3704, 8928, 492, 3704, 434, 327, 31215, 1177, 320, 733, 758, 5671, 45, 1886, 312, 733, 758, 2941, 11776, 724, 45, 18777, 1052, 733, 758, 5671, 45, 1527, 312, 547, 339, 419, 1141, 343, 339, 2385, 327, 3989, 1002, 557, 46, 320, 419, 7145, 51, 10588, 45, 17382, 7580, 3742, 51, 842, 51, 5175, 4269, 769, 45, 2671, 51, 38715, 49, 762, 49, 557, 312, 343, 339, 310, 339, 303, 339, 465, 1041, 294, 338, 1369, 1431, 458, 3845, 664, 4824, 341, 4389, 391, 7395, 341, 2252, 51, 294, 338, 18226, 63, 3291, 2387, 5370, 477, 1361, 51, 906, 1813, 451, 477, 1431, 458, 5198, 294, 338, 40662, 829, 341, 3735, 11419, 51, 294, 588, 303, 496, 14030, 459, 18362, 678, 303, 453, 350, 5739, 50, 8727, 1263, 1311, 366, 28757, 39, 5615, 366, 6540, 4420, 31146, 7155, 50, 12188, 63, 1683, 8176, 303, 964, 782, 3238, 8176, 365, 320, 603, 36935, 54, 299, 556, 3698, 51, 5934, 51, 32273, 492, 310, 4282, 100, 1194, 299, 556, 3698, 51, 5934, 51, 22786, 492, 310, 4248, 100, 1654, 299, 556, 3698, 51, 5934, 51, 32880, 492, 310, 26504, 100, 1535, 299, 556, 3698, 51, 5934, 51, 22786, 492, 310, 8642, 100, 1654, 299, 556, 3698, 51, 5934, 51, 32880, 492, 603, 43312, 4187, 3786, 45, 10775, 51, 5934, 51, 1684, 5238, 51, 1700, 100, 44422, 1410, 100, 586, 100, 18758, 312, 310, 46821, 459, 21026, 5571, 741, 742, 310, 758, 8105, 463, 45, 1886, 312, 310, 758, 1079, 8336, 751, 45, 1527, 312, 310, 758, 33375, 45, 1886, 312, 310, 1035, 15274, 45, 909, 1401, 51, 8236, 51, 1585, 51, 1684, 4433, 365, 320, 343, 581, 782, 3240, 29423, 45, 1874, 51, 8236, 51, 1585, 51, 1684, 1167, 13975, 46, 320, 419, 2252, 1684, 29423, 45, 12000, 312, 343, 339, 343, 581, 782, 3240, 703, 25201, 45, 1874, 51, 8236, 51, 1585, 51, 1684, 1167, 13975, 46, 320, 419, 2252, 1684, 703, 25201, 45, 12000, 312, 343, 339, 310, 1141, 603, 36935, 54, 51, 38618, 45, 10775, 51, 5934, 51, 7263, 2232, 51, 1315, 1829, 7263, 45, 909, 1401, 51, 8236, 51, 1530, 45, 55, 59, 49, 244, 54, 54, 58, 49, 244, 55, 56, 55, 490, 244, 61, 894, 603, 4282, 100, 1194, 51, 30587, 45, 909, 3698, 51, 5934, 51, 1675, 2930, 45, 9699, 941, 17633, 4229, 2266, 52, 1815, 116, 100, 7400, 51, 1665, 13265, 453, 32876, 54, 61, 83, 310, 4282, 100, 1194, 51, 489, 7424, 45, 909, 1401, 51, 8236, 51, 7424, 45, 1874, 51, 8236, 51, 7424, 51, 8876, 100, 33394, 894, 310, 4282, 100, 1194, 51, 489, 4090, 17640, 45, 1527, 312, 310, 4282, 100, 1194, 51, 489, 8105, 463, 45, 1886, 312, 310, 4282, 100, 1194, 51, 45046, 45, 909, 17432, 45, 17382, 100, 3382, 49, 27876, 100, 3382, 894, 310, 4282, 100, 1194, 51, 688, 6042, 2239, 45, 909, 1401, 51, 8236, 51, 1585, 51, 6042, 4433, 365, 320, 343, 581, 782, 8466, 14796, 45, 1874, 51, 8236, 51, 1585, 51, 21464, 13975, 46, 320, 419, 4282, 100, 1194, 6042, 14796, 45, 12000, 312, 343, 339, 310, 1141, 603, 4248, 100, 1654, 51, 28525, 45, 909, 1401, 51, 8236, 51, 1530, 45, 55, 58, 58, 49, 244, 53, 49, 244, 53, 894, 310, 4248, 100, 1654, 51, 21617, 45, 909, 1401, 51, 8236, 51, 3728, 459, 3742, 411, 244, 54, 49, 244, 54, 61, 894, 453, 32876, 54, 61, 83, 310, 4248, 100, 1654, 51, 47080, 45, 909, 1401, 51, 8236, 51, 1530, 45, 55, 58, 58, 49, 244, 55, 58, 58, 49, 244, 55, 58, 58, 894, 310, 4248, 100, 1654, 51, 6619, 459, 72, 2220, 802, 742, 310, 4248, 100, 1654, 51, 489, 7424, 45, 909, 1401, 51, 8236, 51, 7424, 45, 1874, 51, 8236, 51, 7424, 51, 8876, 100, 33394, 894, 310, 4248, 100, 1654, 51, 489, 4090, 17640, 45, 1527, 312, 310, 4248, 100, 1654, 51, 489, 8105, 463, 45, 1886, 312, 310, 4248, 100, 1654, 51, 24508, 45, 909, 1401, 51, 8236, 51, 1585, 51, 17317, 365, 320, 343, 581, 782, 29546, 45, 1874, 51, 8236, 51, 1585, 51, 18126, 13975, 46, 320, 419, 4248, 100, 1654, 22791, 45, 12000, 312, 343, 339, 310, 1141, 603, 26504, 100, 1535, 51, 21617, 45, 909, 1401, 51, 8236, 51, 3728, 459, 3742, 411, 244, 54, 49, 244, 54, 61, 894, 453, 32876, 54, 61, 83, 310, 26504, 100, 1535, 51, 41069, 7759, 45, 10775, 51, 5934, 51, 16153, 5238, 51, 16562, 312, 310, 26504, 100, 1535, 51, 6619, 459, 8538, 445, 5917, 2618, 386, 1754, 1904, 19874, 310, 26504, 100, 1535, 51, 489, 7424, 45, 909, 1401, 51, 8236, 51, 7424, 45, 1874, 51, 8236, 51, 7424, 51, 8876, 100, 33394, 894, 310, 26504, 100, 1535, 51, 688, 6042, 2239, 45, 909, 1401, 51, 8236, 51, 1585, 51, 6042, 4433, 365, 320, 343, 581, 782, 8466, 14796, 45, 1874, 51, 8236, 51, 1585, 51, 21464, 13975, 46, 320, 419, 26504, 100, 1535, 6042, 14796, 45, 12000, 312, 343, 339, 310, 1141, 603, 8642, 100, 1654, 51, 28525, 45, 909, 1401, 51, 8236, 51, 1530, 45, 55, 59, 49, 244, 54, 54, 58, 49, 244, 55, 56, 55, 894, 310, 8642, 100, 1654, 51, 21617, 45, 909, 1401, 51, 8236, 51, 3728, 459, 3742, 411, 244, 54, 49, 244, 54, 61, 894, 453, 32876, 54, 61, 83, 310, 8642, 100, 1654, 51, 47080, 45, 909, 1401, 51, 8236, 51, 1530, 45, 55, 58, 58, 49, 244, 55, 58, 58, 49, 244, 55, 58, 58, 894, 310, 8642, 100, 1654, 51, 6619, 459, 5772, 802, 1944, 87, 742, 310, 8642, 100, 1654, 51, 489, 7424, 45, 909, 1401, 51, 8236, 51, 7424, 45, 1874, 51, 8236, 51, 7424, 51, 8876, 100, 33394, 894, 310, 8642, 100, 1654, 51, 489, 4090, 17640, 45, 1527, 312, 310, 8642, 100, 1654, 51, 489, 8105, 463, 45, 1886, 312, 310, 8642, 100, 1654, 51, 24508, 45, 909, 1401, 51, 8236, 51, 1585, 51, 17317, 365, 320, 343, 581, 782, 29546, 45, 1874, 51, 8236, 51, 1585, 51, 18126, 13975, 46, 320, 419, 8642, 100, 1654, 22791, 45, 12000, 312, 343, 339, 310, 1141, 603, 3698, 51, 5934, 51, 13305, 36935, 54, 2362, 299, 556, 3698, 51, 5934, 51, 13305, 45, 25373, 54, 312, 310, 36935, 54, 51, 20113, 45, 25373, 54, 2362, 312, 310, 36935, 54, 2362, 51, 41069, 1582, 45, 343, 36935, 54, 2362, 51, 33205, 45, 10775, 51, 5934, 51, 13305, 51, 7759, 51, 37249, 46, 343, 657, 26446, 45, 25373, 54, 2362, 51, 42158, 365, 419, 657, 688, 2894, 15719, 365, 419, 657, 26446, 45, 25373, 54, 2362, 51, 33205, 45, 10775, 51, 5934, 51, 13305, 51, 7759, 51, 37249, 46, 547, 657, 18334, 45, 2698, 100, 1654, 49, 3698, 51, 5934, 51, 13305, 51, 7759, 51, 1328, 9619, 1410, 49, 3698, 51, 5934, 51, 13305, 51, 5815, 100, 3382, 49, 3698, 51, 5934, 51, 13305, 51, 5815, 100, 3382, 49, 13813, 51, 3470, 100, 5986, 46, 547, 657, 18334, 45, 13652, 100, 1535, 49, 3698, 51, 5934, 51, 13305, 51, 5815, 100, 3382, 49, 3698, 51, 5934, 51, 13305, 51, 5815, 100, 3382, 49, 13813, 51, 3470, 100, 5986, 46, 547, 657, 18334, 45, 6085, 100, 1654, 49, 3698, 51, 5934, 51, 13305, 51, 5815, 100, 3382, 49, 3698, 51, 5934, 51, 13305, 51, 5815, 100, 3382, 49, 13813, 51, 3470, 100, 5986, 46, 547, 657, 26446, 45, 25373, 54, 2362, 51, 42158, 365, 733, 657, 43828, 45, 53, 49, 244, 53, 49, 13813, 51, 3470, 100, 5986, 46, 733, 657, 18334, 45, 1584, 100, 1194, 49, 3698, 51, 5934, 51, 13305, 51, 22100, 100, 3382, 49, 244, 56, 53, 53, 49, 3698, 51, 5934, 51, 13305, 51, 22100, 100, 3382, 46, 733, 657, 43828, 45, 53, 49, 244, 53, 49, 13813, 51, 3470, 100, 5986, 2636, 419, 657, 688, 2894, 15719, 1177, 310, 1110, 310, 36935, 54, 2362, 51, 489, 11916, 1582, 45, 343, 36935, 54, 2362, 51, 33205, 45, 10775, 51, 5934, 51, 13305, 51, 7759, 51, 37249, 46, 343, 657, 26446, 45, 25373, 54, 2362, 51, 42158, 365, 419, 657, 688, 2894, 15719, 365, 419, 657, 18334, 45, 13652, 100, 1535, 46, 419, 657, 688, 17211, 15719, 45, 10775, 51, 5934, 51, 2362, 2291, 51, 1735, 19046, 51, 1430, 45205, 46, 419, 657, 18334, 45, 1584, 100, 1194, 49, 3698, 51, 5934, 51, 13305, 51, 22100, 100, 3382, 49, 244, 56, 53, 53, 49, 3698, 51, 5934, 51, 13305, 51, 22100, 100, 3382, 46, 419, 657, 688, 17211, 15719, 45, 10775, 51, 5934, 51, 2362, 2291, 51, 1735, 19046, 51, 1430, 45205, 46, 419, 657, 18334, 45, 6085, 100, 1654, 46, 419, 657, 688, 17211, 15719, 45, 10775, 51, 5934, 51, 2362, 2291, 51, 1735, 19046, 51, 1430, 45205, 46, 419, 657, 18334, 45, 2698, 100, 1654, 46, 419, 657, 688, 2894, 15719, 1177, 310, 1110, 603, 3698, 51, 5934, 51, 13305, 6385, 299, 556, 3698, 51, 5934, 51, 13305, 45, 16618, 7586, 1052, 310, 36828, 7586, 941, 20113, 45, 3106, 312, 310, 6385, 51, 41069, 1582, 45, 343, 6385, 51, 33205, 45, 10775, 51, 5934, 51, 13305, 51, 7759, 51, 37249, 46, 343, 657, 18334, 45, 25373, 54, 49, 3698, 51, 5934, 51, 13305, 51, 5815, 100, 3382, 49, 3698, 51, 5934, 51, 13305, 51, 5815, 100, 3382, 49, 13813, 51, 3470, 100, 5986, 46, 310, 1110, 310, 6385, 51, 489, 11916, 1582, 45, 343, 6385, 51, 33205, 45, 10775, 51, 5934, 51, 13305, 51, 7759, 51, 37249, 46, 343, 657, 18334, 45, 25373, 54, 49, 3698, 51, 5934, 51, 13305, 51, 5815, 100, 3382, 49, 3698, 51, 5934, 51, 13305, 51, 5815, 100, 3382, 49, 13813, 51, 3470, 100, 5986, 46, 310, 1110, 603, 8928, 492, 303, 28843, 594, 5739, 50, 8727, 47447, 7155, 50, 3298, 63, 1683, 8176, 465, 964, 782, 4248, 100, 1654, 22791, 45, 1874, 51, 8236, 51, 1585, 51, 18126, 13975, 46, 24167, 7155, 50, 16825, 63, 1585, 100, 2698, 100, 1654, 22791, 310, 453, 4314, 1035, 1390, 9946, 1361, 2464, 63, 603, 434, 327, 104, 2207, 100, 8243, 46, 320, 343, 32447, 51, 32457, 21533, 100, 2249, 94, 51, 18762, 9136, 45, 597, 312, 310, 339, 603, 477, 51, 8158, 299, 878, 64, 603, 27131, 492, 303, 28843, 7155, 50, 14388, 63, 1585, 100, 2698, 100, 1654, 22791, 465, 964, 782, 8642, 100, 1654, 22791, 45, 1874, 51, 8236, 51, 1585, 51, 18126, 13975, 46, 24167, 7155, 50, 16825, 63, 1585, 100, 6085, 100, 1654, 22791, 310, 453, 4314, 1035, 1390, 9946, 1361, 2464, 63, 603, 434, 327, 104, 2207, 100, 8243, 46, 320, 343, 32447, 51, 32457, 21533, 100, 2249, 94, 51, 18762, 9136, 45, 597, 312, 310, 339, 603, 27131, 492, 303, 28843, 7155, 50, 14388, 63, 1585, 100, 6085, 100, 1654, 22791, 465, 964, 782, 4282, 100, 1194, 6042, 14796, 45, 1874, 51, 8236, 51, 1585, 51, 21464, 13975, 46, 24167, 7155, 50, 16825, 63, 1585, 100, 1584, 100, 1194, 6042, 14796, 310, 453, 4314, 1035, 1390, 9946, 1361, 2464, 63, 603, 434, 327, 597, 51, 1222, 882, 762, 46, 320, 1083, 434, 327, 104, 2207, 100, 8243, 46, 320, 419, 32447, 51, 32457, 21533, 100, 2249, 94, 51, 18762, 9136, 45, 597, 312, 343, 339, 1083, 32447, 51, 3014, 1049, 724, 25946, 45, 597, 51, 1222, 312, 343, 32447, 51, 794, 20496, 33042, 402, 1664, 10072, 45, 597, 49, 332, 162, 132, 737, 81, 3280, 3380, 1182, 11401, 3650, 10544, 15869, 1910, 34469, 10882, 9318, 1083, 434, 327, 104, 2207, 100, 8243, 46, 320, 419, 32447, 51, 32457, 21533, 100, 2249, 94, 51, 9962, 9136, 45, 597, 312, 343, 339, 603, 339, 832, 434, 327, 104, 2207, 100, 8243, 46, 320, 343, 32447, 51, 1693, 9611, 2427, 459, 662, 574, 33064, 51, 2193, 51, 527, 742, 310, 339, 303, 28843, 7155, 50, 14388, 63, 1585, 100, 1584, 100, 1194, 6042, 14796, 465, 964, 782, 26504, 100, 1535, 6042, 14796, 45, 1874, 51, 8236, 51, 1585, 51, 21464, 13975, 46, 24167, 7155, 50, 16825, 63, 1585, 100, 13652, 100, 1535, 6042, 14796, 310, 453, 4314, 1035, 1390, 9946, 1361, 2464, 63, 603, 434, 327, 597, 51, 1222, 882, 762, 46, 320, 1083, 32447, 51, 3014, 1049, 724, 25946, 45, 597, 51, 1222, 312, 1083, 32447, 51, 794, 20496, 33042, 402, 1664, 10072, 45, 597, 49, 332, 162, 132, 737, 81, 3280, 3380, 1182, 11401, 3650, 10544, 15869, 1910, 34469, 10882, 9318, 603, 339, 832, 434, 327, 104, 2207, 100, 8243, 46, 320, 343, 32447, 51, 1693, 9611, 2427, 459, 662, 574, 33064, 51, 2193, 51, 527, 742, 310, 339, 303, 28843, 7155, 50, 14388, 63, 1585, 100, 13652, 100, 1535, 6042, 14796, 465, 964, 782, 2252, 1684, 29423, 45, 1874, 51, 8236, 51, 1585, 51, 1684, 1167, 13975, 46, 24167, 7155, 50, 16825, 63, 1585, 100, 618, 1684, 29423, 310, 453, 4314, 1035, 1390, 9946, 1361, 2464, 63, 310, 434, 327, 316, 5827, 1177, 320, 343, 10161, 51, 13929, 100, 6730, 744, 100, 33648, 51, 688, 45, 597, 312, 310, 339, 303, 28843, 7155, 50, 14388, 63, 1585, 100, 618, 1684, 29423, 465, 964, 782, 2252, 1684, 703, 25201, 45, 1874, 51, 8236, 51, 1585, 51, 1684, 1167, 13975, 46, 24167, 7155, 50, 16825, 63, 1585, 100, 618, 1684, 703, 25201, 310, 453, 4314, 1035, 1390, 9946, 1361, 2464, 63, 310, 434, 327, 316, 5827, 1177, 320, 343, 1614, 320, 419, 10161, 51, 13929, 100, 6730, 744, 100, 33648, 51, 2564, 3283, 492, 343, 339, 2385, 327, 1002, 557, 46, 320, 343, 339, 310, 339, 303, 28843, 7155, 50, 14388, 63, 1585, 100, 618, 1684, 703, 25201, 465, 453, 19949, 13317, 449, 764, 666, 5370, 325, 7155, 50, 12188, 63, 9605, 303, 964, 3698, 51, 5934, 51, 32880, 4248, 100, 1654, 64, 303, 964, 3698, 51, 5934, 51, 22786, 4282, 100, 1194, 64, 303, 964, 3698, 51, 5934, 51, 32273, 36935, 54, 64, 303, 964, 3698, 51, 5934, 51, 22786, 26504, 100, 1535, 64, 303, 964, 3698, 51, 5934, 51, 32880, 8642, 100, 1654, 64, 303, 453, 4733, 451, 4918, 13317, 325, 7155, 50, 3298, 63, 9605, 465, 496, 1806, 303, 581, 782, 11745, 25946, 1810, 365, 320, 603, 910, 729, 27152, 299, 32447, 51, 8320, 671, 1811, 25946, 8048, 45, 10268, 51, 32457, 21533, 100, 2249, 94, 51, 390, 8048, 1052, 603, 434, 327, 44561, 882, 762, 46, 320, 1083, 13405, 5275, 299, 13405, 51, 7028, 459, 662, 574, 18465, 1815, 116, 25878, 745, 25878, 41608, 25878, 1861, 129, 33064, 25878, 2193, 25878, 527, 4201, 12477, 788, 119, 97, 115, 6176, 411, 13405, 51, 6744, 2335, 312, 1083, 33077, 20633, 299, 5275, 51, 16943, 45, 44561, 312, 1083, 434, 327, 16943, 51, 1828, 1177, 320, 2125, 910, 556, 100, 1222, 299, 20633, 51, 1382, 45, 53, 312, 2125, 434, 1445, 909, 100, 1222, 51, 3591, 45, 1222, 509, 320, 3704, 2572, 299, 556, 100, 1222, 64, 3704, 1991, 17382, 45, 1222, 312, 419, 339, 343, 339, 603, 339, 303, 339, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
3,354
true
61.602169
true
true
DossierMarkUtils.java
/FileExtraction/Java_unseen/VietOpenCPS_opencps-v2/modules/backend-api-rest/src/main/java/org/opencps/api/controller/util/DossierMarkUtils.java
package org.opencps.api.controller.util; import java.util.ArrayList; import java.util.List; import org.opencps.api.dossiermark.model.DossierMarkModel; import org.opencps.api.dossiermark.model.DossierMarkResultDetailModel; import org.opencps.dossiermgt.model.DossierMark; import com.liferay.portal.kernel.log.Log; import com.liferay.portal.kernel.log.LogFactoryUtil; public class DossierMarkUtils { private static final Log _log = LogFactoryUtil.getLog(DossierMarkUtils.class); public static DossierMarkResultDetailModel mappingDossierMarkDetailModel(DossierMark dossierMark) { if (dossierMark == null) { return null; } DossierMarkResultDetailModel model = new DossierMarkResultDetailModel(); try { model.setDossierMarkId(dossierMark.getDossierMarkId()); model.setFileCheck(dossierMark.getFileCheck()); model.setFileMark(dossierMark.getFileMark()); model.setFileComment(dossierMark.getFileComment()); model.setRecordCount(dossierMark.getRecordCount()); } catch (Exception e) { _log.error(e); } return model; } public static List<DossierMarkModel> mappingDossierMarks(List<DossierMark> lstDossierMark){ List<DossierMarkModel> result = new ArrayList<DossierMarkModel>(); try { for(DossierMark dossierMark : lstDossierMark){ DossierMarkModel model = new DossierMarkModel(); model.setDossierId(dossierMark.getDossierId()); model.setDossierPartNo(dossierMark.getDossierPartNo()); model.setFileCheck(dossierMark.getFileCheck()); model.setFileMark(dossierMark.getFileMark()); model.setFileComment(dossierMark.getFileComment()); model.setRecordCount(dossierMark.getRecordCount()); result.add(model); } return result; } catch (Exception e) { _log.error(e); } return result; } }
1,785
Java
.java
VietOpenCPS/opencps-v2
21
41
49
2017-07-31T10:22:39Z
2021-07-21T07:51:38Z
f4a25456afc921ea94708e77bfb6f242f65291610ac3a4afc81fb2216631bee1
[ 222, 1337, 1105, 51, 13941, 1088, 51, 1256, 51, 4641, 51, 1058, 64, 222, 222, 485, 1401, 51, 1058, 51, 7119, 64, 222, 485, 1401, 51, 1058, 51, 739, 64, 222, 222, 485, 1105, 51, 13941, 1088, 51, 1256, 51, 1428, 47227, 1846, 51, 1184, 51, 2573, 47227, 4503, 1262, 64, 222, 485, 1105, 51, 13941, 1088, 51, 1256, 51, 1428, 47227, 1846, 51, 1184, 51, 2573, 47227, 4503, 1413, 5295, 1262, 64, 222, 485, 1105, 51, 13941, 1088, 51, 1428, 47227, 114, 1855, 51, 1184, 51, 2573, 47227, 4503, 64, 222, 222, 485, 785, 51, 113, 24080, 414, 51, 10802, 51, 6515, 51, 769, 51, 1353, 64, 222, 485, 785, 51, 113, 24080, 414, 51, 10802, 51, 6515, 51, 769, 51, 1353, 2232, 1747, 64, 222, 222, 942, 462, 3291, 47227, 4503, 2769, 320, 499, 221, 2072, 924, 1175, 2681, 634, 769, 299, 2681, 2232, 1747, 51, 38182, 45, 2573, 47227, 4503, 2769, 51, 842, 312, 499, 221, 942, 924, 3291, 47227, 4503, 1413, 5295, 1262, 8023, 2573, 47227, 4503, 5295, 1262, 45, 2573, 47227, 4503, 764, 47227, 4503, 46, 320, 376, 221, 344, 327, 1428, 47227, 4503, 630, 762, 46, 320, 374, 221, 620, 762, 64, 376, 221, 130, 1332, 221, 2573, 47227, 4503, 1413, 5295, 1262, 1573, 299, 556, 3291, 47227, 4503, 1413, 5295, 1262, 492, 376, 221, 1287, 320, 374, 221, 1184, 51, 489, 2573, 47227, 4503, 625, 45, 1428, 47227, 4503, 51, 390, 2573, 47227, 4503, 625, 1052, 374, 221, 1184, 51, 489, 991, 2157, 45, 1428, 47227, 4503, 51, 22184, 2157, 1052, 374, 221, 1184, 51, 489, 991, 4503, 45, 1428, 47227, 4503, 51, 22184, 4503, 1052, 374, 221, 1184, 51, 489, 991, 6327, 45, 1428, 47227, 4503, 51, 22184, 6327, 1052, 374, 221, 1184, 51, 489, 3171, 1552, 45, 1428, 47227, 4503, 51, 390, 3171, 1552, 1052, 376, 221, 130, 2385, 327, 1002, 503, 46, 320, 374, 221, 100, 769, 51, 750, 45, 106, 312, 376, 221, 130, 376, 221, 620, 1573, 64, 222, 221, 130, 499, 221, 942, 924, 1701, 65, 2573, 47227, 4503, 1262, 67, 8023, 2573, 47227, 37257, 45, 739, 65, 2573, 47227, 4503, 67, 20408, 2573, 47227, 4503, 1528, 376, 221, 739, 65, 2573, 47227, 4503, 1262, 67, 1074, 299, 556, 5068, 65, 2573, 47227, 4503, 1262, 2938, 376, 221, 1287, 320, 8212, 221, 999, 45, 2573, 47227, 4503, 764, 47227, 4503, 518, 20408, 2573, 47227, 4503, 1528, 621, 221, 2573, 47227, 4503, 1262, 1573, 299, 556, 3291, 47227, 4503, 1262, 492, 13699, 221, 1184, 51, 489, 2573, 47227, 625, 45, 1428, 47227, 4503, 51, 390, 2573, 47227, 625, 1052, 621, 221, 1184, 51, 489, 2573, 47227, 2655, 2042, 45, 1428, 47227, 4503, 51, 390, 2573, 47227, 2655, 2042, 1052, 621, 221, 1184, 51, 489, 991, 2157, 45, 1428, 47227, 4503, 51, 22184, 2157, 1052, 621, 221, 1184, 51, 489, 991, 4503, 45, 1428, 47227, 4503, 51, 22184, 4503, 1052, 621, 221, 1184, 51, 489, 991, 6327, 45, 1428, 47227, 4503, 51, 22184, 6327, 1052, 621, 221, 1184, 51, 489, 3171, 1552, 45, 1428, 47227, 4503, 51, 390, 3171, 1552, 1052, 13699, 221, 1285, 51, 688, 45, 1184, 312, 374, 221, 130, 374, 221, 620, 1074, 64, 376, 221, 130, 2385, 327, 1002, 503, 46, 320, 374, 221, 100, 769, 51, 750, 45, 106, 312, 376, 221, 130, 376, 221, 620, 1074, 64, 222, 221, 130, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
560
true
76.638655
true
true
ThemeReader.java
/FileExtraction/Java_unseen/dsrg-uoft_hottub/jdk/src/windows/classes/sun/awt/windows/ThemeReader.java
/* * Copyright (c) 2004, 2014, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ package sun.awt.windows; import java.awt.Color; import java.awt.Dimension; import java.awt.Insets; import java.awt.Point; import java.util.HashMap; import java.util.Map; import java.util.concurrent.locks.Lock; import java.util.concurrent.locks.ReadWriteLock; import java.util.concurrent.locks.ReentrantReadWriteLock; /* !!!! WARNING !!!! * This class has to be in sync with * src/solaris/classes/sun/awt/windows/ThemeReader.java * while we continue to build WinL&F on solaris */ /** * Implements Theme Support for Windows XP. * * @author Sergey Salishev * @author Bino George * @author Igor Kushnirskiy */ public final class ThemeReader { private static final Map<String, Long> widgetToTheme = new HashMap<>(); // lock for the cache // reading should be done with readLock // writing with writeLock private static final ReadWriteLock readWriteLock = new ReentrantReadWriteLock(); private static final Lock readLock = readWriteLock.readLock(); private static final Lock writeLock = readWriteLock.writeLock(); private static volatile boolean valid = false; static volatile boolean xpStyleEnabled; static void flush() { // Could be called on Toolkit thread, so do not try to acquire locks // to avoid deadlock with theme initialization valid = false; } public static native boolean isThemed(); public static boolean isXPStyleEnabled() { return xpStyleEnabled; } // this should be called only with writeLock held private static Long getThemeImpl(String widget) { Long theme = widgetToTheme.get(widget); if (theme == null) { int i = widget.indexOf("::"); if (i > 0) { // We're using the syntax "subAppName::controlName" here, as used by msstyles. // See documentation for SetWindowTheme on MSDN. setWindowTheme(widget.substring(0, i)); theme = openTheme(widget.substring(i+2)); setWindowTheme(null); } else { theme = openTheme(widget); } widgetToTheme.put(widget, theme); } return theme; } // returns theme value // this method should be invoked with readLock locked private static Long getTheme(String widget) { if (!valid) { readLock.unlock(); writeLock.lock(); try { if (!valid) { // Close old themes. for (Long value : widgetToTheme.values()) { closeTheme(value); } widgetToTheme.clear(); valid = true; } } finally { readLock.lock(); writeLock.unlock(); } } // mostly copied from the javadoc for ReentrantReadWriteLock Long theme = widgetToTheme.get(widget); if (theme == null) { readLock.unlock(); writeLock.lock(); try { theme = getThemeImpl(widget); } finally { readLock.lock(); writeLock.unlock();// Unlock write, still hold read } } return theme; } private static native void paintBackground(int[] buffer, long theme, int part, int state, int x, int y, int w, int h, int stride); public static void paintBackground(int[] buffer, String widget, int part, int state, int x, int y, int w, int h, int stride) { readLock.lock(); try { paintBackground(buffer, getTheme(widget), part, state, x, y, w, h, stride); } finally { readLock.unlock(); } } private static native Insets getThemeMargins(long theme, int part, int state, int marginType); public static Insets getThemeMargins(String widget, int part, int state, int marginType) { readLock.lock(); try { return getThemeMargins(getTheme(widget), part, state, marginType); } finally { readLock.unlock(); } } private static native boolean isThemePartDefined(long theme, int part, int state); public static boolean isThemePartDefined(String widget, int part, int state) { readLock.lock(); try { return isThemePartDefined(getTheme(widget), part, state); } finally { readLock.unlock(); } } private static native Color getColor(long theme, int part, int state, int property); public static Color getColor(String widget, int part, int state, int property) { readLock.lock(); try { return getColor(getTheme(widget), part, state, property); } finally { readLock.unlock(); } } private static native int getInt(long theme, int part, int state, int property); public static int getInt(String widget, int part, int state, int property) { readLock.lock(); try { return getInt(getTheme(widget), part, state, property); } finally { readLock.unlock(); } } private static native int getEnum(long theme, int part, int state, int property); public static int getEnum(String widget, int part, int state, int property) { readLock.lock(); try { return getEnum(getTheme(widget), part, state, property); } finally { readLock.unlock(); } } private static native boolean getBoolean(long theme, int part, int state, int property); public static boolean getBoolean(String widget, int part, int state, int property) { readLock.lock(); try { return getBoolean(getTheme(widget), part, state, property); } finally { readLock.unlock(); } } private static native boolean getSysBoolean(long theme, int property); public static boolean getSysBoolean(String widget, int property) { readLock.lock(); try { return getSysBoolean(getTheme(widget), property); } finally { readLock.unlock(); } } private static native Point getPoint(long theme, int part, int state, int property); public static Point getPoint(String widget, int part, int state, int property) { readLock.lock(); try { return getPoint(getTheme(widget), part, state, property); } finally { readLock.unlock(); } } private static native Dimension getPosition(long theme, int part, int state, int property); public static Dimension getPosition(String widget, int part, int state, int property) { readLock.lock(); try { return getPosition(getTheme(widget), part,state,property); } finally { readLock.unlock(); } } private static native Dimension getPartSize(long theme, int part, int state); public static Dimension getPartSize(String widget, int part, int state) { readLock.lock(); try { return getPartSize(getTheme(widget), part, state); } finally { readLock.unlock(); } } private static native long openTheme(String widget); private static native void closeTheme(long theme); private static native void setWindowTheme(String subAppName); private static native long getThemeTransitionDuration(long theme, int part, int stateFrom, int stateTo, int propId); public static long getThemeTransitionDuration(String widget, int part, int stateFrom, int stateTo, int propId) { readLock.lock(); try { return getThemeTransitionDuration(getTheme(widget), part, stateFrom, stateTo, propId); } finally { readLock.unlock(); } } public static native boolean isGetThemeTransitionDurationDefined(); private static native Insets getThemeBackgroundContentMargins(long theme, int part, int state, int boundingWidth, int boundingHeight); public static Insets getThemeBackgroundContentMargins(String widget, int part, int state, int boundingWidth, int boundingHeight) { readLock.lock(); try { return getThemeBackgroundContentMargins(getTheme(widget), part, state, boundingWidth, boundingHeight); } finally { readLock.unlock(); } } }
10,401
Java
.java
dsrg-uoft/hottub
29
7
0
2016-10-03T02:26:21Z
2018-12-14T18:12:42Z
8752cc03c965a99e96fe0466d0342f4ff3ffbf1f4885fc644c2e8cf206a7e174
[ 1127, 222, 338, 2657, 327, 104, 46, 244, 55, 53, 53, 57, 49, 244, 55, 53, 54, 57, 49, 17980, 480, 52, 290, 2840, 25094, 51, 3381, 4760, 5225, 51, 222, 338, 4103, 2387, 23740, 1895, 35234, 8995, 2387, 11988, 1895, 8968, 10961, 30441, 51, 222, 338, 222, 338, 1369, 1361, 458, 3760, 2951, 64, 863, 902, 14081, 580, 480, 52, 290, 5370, 580, 222, 338, 1549, 341, 5974, 451, 341, 6994, 6153, 5062, 1196, 1522, 244, 55, 1773, 49, 641, 222, 338, 9582, 829, 341, 7834, 3870, 7120, 51, 244, 17980, 6759, 1218, 477, 222, 338, 8445, 822, 641, 5405, 391, 341, 332, 44978, 39, 3773, 641, 3961, 222, 338, 829, 17980, 347, 341, 7621, 822, 708, 20854, 297, 4850, 477, 1361, 51, 222, 338, 222, 338, 1369, 1361, 458, 2744, 347, 341, 9850, 708, 580, 1118, 545, 6386, 49, 1294, 4213, 222, 338, 2979, 9345, 64, 2895, 4462, 341, 4506, 14319, 451, 7934, 575, 222, 338, 8114, 4800, 418, 7848, 7763, 51, 244, 2819, 341, 6994, 6153, 5062, 1196, 222, 338, 1522, 244, 55, 456, 1851, 4261, 327, 102, 1948, 458, 5976, 347, 341, 7621, 822, 708, 222, 338, 20854, 297, 4850, 477, 1361, 566, 222, 338, 222, 338, 2469, 1414, 1178, 6589, 331, 1948, 451, 341, 6994, 6153, 5062, 1196, 1522, 222, 338, 244, 55, 7979, 642, 477, 1409, 64, 434, 666, 49, 2886, 391, 341, 7834, 3870, 7120, 49, 222, 338, 6367, 4345, 244, 58, 54, 34113, 1277, 49, 33316, 26912, 49, 25006, 49, 13083, 244, 53, 55, 54, 54, 53, 50, 54, 56, 53, 54, 15067, 51, 222, 338, 222, 338, 5304, 7272, 17980, 49, 244, 58, 53, 53, 17980, 27004, 3094, 49, 4777, 21100, 2432, 6868, 49, 10562, 244, 62, 57, 53, 59, 58, 15067, 222, 338, 575, 7739, 19955, 51, 11116, 51, 527, 434, 863, 1868, 5408, 2490, 575, 1178, 1364, 222, 338, 10034, 51, 222, 588, 222, 222, 1337, 15315, 51, 8236, 51, 5921, 64, 222, 222, 485, 1401, 51, 8236, 51, 1530, 64, 222, 485, 1401, 51, 8236, 51, 9884, 64, 222, 485, 1401, 51, 8236, 51, 20375, 64, 222, 485, 1401, 51, 8236, 51, 1962, 64, 222, 485, 1401, 51, 1058, 51, 8263, 64, 222, 485, 1401, 51, 1058, 51, 1225, 64, 222, 485, 1401, 51, 1058, 51, 8349, 51, 26424, 51, 4645, 64, 222, 485, 1401, 51, 1058, 51, 8349, 51, 26424, 51, 24845, 4645, 64, 222, 485, 1401, 51, 1058, 51, 8349, 51, 26424, 51, 454, 33366, 24845, 4645, 64, 222, 222, 1127, 673, 20882, 18226, 673, 20882, 222, 338, 1369, 462, 1421, 391, 545, 347, 7659, 642, 222, 338, 1581, 52, 2614, 17221, 52, 4844, 52, 9886, 52, 8236, 52, 5921, 52, 6537, 3314, 51, 1874, 222, 338, 2236, 1019, 4056, 391, 1984, 13376, 81, 43, 75, 563, 2334, 17221, 222, 588, 499, 222, 1350, 222, 338, 34799, 14588, 6332, 456, 4030, 31971, 51, 222, 338, 222, 338, 496, 2133, 2074, 319, 126, 23082, 316, 311, 123, 222, 338, 496, 2133, 570, 6114, 7203, 24731, 222, 338, 496, 2133, 457, 3426, 1242, 1391, 115, 495, 2009, 16120, 222, 588, 222, 942, 1175, 462, 14588, 3314, 320, 465, 964, 924, 1175, 3531, 65, 671, 49, 6374, 67, 6866, 724, 6537, 299, 556, 8329, 6984, 465, 453, 5449, 456, 341, 3337, 303, 453, 9198, 1414, 545, 3412, 642, 1511, 4645, 303, 453, 4144, 642, 2886, 4645, 303, 964, 924, 1175, 4858, 2553, 4645, 1511, 2553, 4645, 299, 310, 556, 922, 33366, 24845, 4645, 492, 303, 964, 924, 1175, 15094, 1511, 4645, 299, 1511, 2553, 4645, 51, 870, 4645, 492, 303, 964, 924, 1175, 15094, 2886, 4645, 299, 1511, 2553, 4645, 51, 1838, 4645, 492, 303, 964, 924, 12014, 1922, 2101, 299, 920, 64, 465, 924, 12014, 1922, 33718, 2291, 4006, 64, 465, 924, 782, 15037, 365, 320, 310, 453, 12624, 545, 3845, 563, 34045, 3682, 49, 1278, 764, 666, 1614, 391, 20928, 32417, 310, 453, 391, 7373, 13517, 827, 642, 6099, 13603, 310, 2101, 299, 920, 64, 303, 339, 465, 581, 924, 7565, 1922, 458, 1338, 1987, 492, 465, 581, 924, 1922, 458, 15535, 2291, 4006, 365, 320, 310, 461, 33718, 2291, 4006, 64, 303, 339, 465, 453, 477, 1414, 545, 3845, 1773, 642, 2886, 4645, 22569, 303, 964, 924, 6374, 640, 6537, 3499, 45, 671, 6866, 46, 320, 310, 6374, 6099, 299, 6866, 724, 6537, 51, 390, 45, 3872, 312, 310, 434, 327, 4679, 630, 762, 46, 320, 343, 648, 613, 299, 6866, 51, 7149, 459, 422, 742, 343, 434, 327, 110, 868, 244, 53, 46, 320, 419, 453, 2726, 4501, 1493, 341, 8361, 332, 1133, 37479, 422, 2452, 577, 39, 2464, 49, 641, 1674, 829, 6753, 3498, 51, 419, 453, 2819, 4349, 456, 1776, 1684, 6537, 563, 507, 3197, 83, 51, 419, 758, 1684, 6537, 45, 3872, 51, 8724, 45, 53, 49, 613, 894, 419, 6099, 299, 2177, 6537, 45, 3872, 51, 8724, 45, 110, 48, 55, 894, 419, 758, 1684, 6537, 45, 1710, 312, 343, 339, 832, 320, 419, 6099, 299, 2177, 6537, 45, 3872, 312, 343, 339, 343, 6866, 724, 6537, 51, 543, 45, 3872, 49, 6099, 312, 310, 339, 310, 461, 6099, 64, 303, 339, 465, 453, 3235, 6099, 804, 303, 453, 477, 1431, 1414, 545, 16638, 642, 1511, 4645, 19129, 303, 964, 924, 6374, 640, 6537, 45, 671, 6866, 46, 320, 310, 434, 1445, 1346, 46, 320, 343, 1511, 4645, 51, 11203, 492, 343, 2886, 4645, 51, 827, 492, 343, 1614, 320, 419, 434, 1445, 1346, 46, 320, 547, 453, 11914, 3627, 29597, 51, 547, 456, 327, 3967, 804, 518, 6866, 724, 6537, 51, 2857, 1177, 320, 733, 4248, 6537, 45, 872, 312, 547, 339, 547, 6866, 724, 6537, 51, 3830, 492, 547, 2101, 299, 878, 64, 419, 339, 343, 339, 8312, 320, 419, 1511, 4645, 51, 827, 492, 419, 2886, 4645, 51, 11203, 492, 343, 339, 310, 339, 603, 453, 21123, 14664, 664, 341, 44015, 456, 922, 33366, 24845, 4645, 310, 6374, 6099, 299, 6866, 724, 6537, 51, 390, 45, 3872, 312, 310, 434, 327, 4679, 630, 762, 46, 320, 343, 1511, 4645, 51, 11203, 492, 343, 2886, 4645, 51, 827, 492, 343, 1614, 320, 419, 6099, 299, 640, 6537, 3499, 45, 3872, 312, 343, 339, 8312, 320, 419, 1511, 4645, 51, 827, 492, 419, 2886, 4645, 51, 11203, 36622, 1703, 827, 2886, 49, 4224, 7649, 1511, 343, 339, 310, 339, 310, 461, 6099, 64, 303, 339, 465, 964, 924, 7565, 782, 16870, 5777, 45, 429, 1197, 3129, 49, 1964, 6099, 49, 16324, 648, 1760, 49, 648, 1621, 49, 648, 837, 49, 16324, 648, 553, 49, 648, 360, 49, 648, 439, 49, 648, 12621, 312, 465, 581, 924, 782, 16870, 5777, 45, 429, 1197, 3129, 49, 910, 6866, 49, 2624, 648, 1760, 49, 648, 1621, 49, 648, 837, 49, 648, 553, 49, 648, 360, 49, 648, 439, 49, 648, 12621, 46, 320, 310, 1511, 4645, 51, 827, 492, 310, 1614, 320, 343, 16870, 5777, 45, 2683, 49, 640, 6537, 45, 3872, 490, 1760, 49, 1621, 49, 837, 49, 553, 49, 360, 49, 439, 49, 12621, 312, 310, 339, 8312, 320, 343, 1511, 4645, 51, 11203, 492, 310, 339, 303, 339, 465, 964, 924, 7565, 719, 2047, 640, 6537, 37145, 45, 3239, 6099, 49, 648, 1760, 49, 2286, 648, 1621, 49, 648, 3307, 638, 312, 465, 581, 924, 719, 2047, 640, 6537, 37145, 45, 671, 6866, 49, 648, 1760, 49, 648, 1621, 49, 648, 3307, 638, 46, 320, 310, 1511, 4645, 51, 827, 492, 310, 1614, 320, 343, 461, 640, 6537, 37145, 45, 390, 6537, 45, 3872, 490, 1760, 49, 1621, 49, 3307, 638, 312, 310, 339, 8312, 320, 343, 1511, 4645, 51, 11203, 492, 310, 339, 303, 339, 465, 964, 924, 7565, 1922, 458, 6537, 2655, 12425, 45, 3239, 6099, 49, 648, 1760, 49, 648, 1621, 312, 465, 581, 924, 1922, 458, 6537, 2655, 12425, 45, 671, 6866, 49, 648, 1760, 49, 648, 1621, 46, 320, 310, 1511, 4645, 51, 827, 492, 310, 1614, 320, 343, 461, 458, 6537, 2655, 12425, 45, 390, 6537, 45, 3872, 490, 1760, 49, 1621, 312, 310, 339, 8312, 320, 343, 1511, 4645, 51, 11203, 492, 310, 339, 303, 339, 465, 964, 924, 7565, 5459, 640, 1530, 45, 3239, 6099, 49, 648, 1760, 49, 648, 1621, 49, 11271, 648, 2821, 312, 465, 581, 924, 5459, 640, 1530, 45, 671, 6866, 49, 648, 1760, 49, 648, 1621, 49, 648, 2821, 46, 320, 310, 1511, 4645, 51, 827, 492, 310, 1614, 320, 343, 461, 640, 1530, 45, 390, 6537, 45, 3872, 490, 1760, 49, 1621, 49, 2821, 312, 310, 339, 8312, 320, 343, 1511, 4645, 51, 11203, 492, 310, 339, 303, 339, 465, 964, 924, 7565, 648, 640, 1438, 45, 3239, 6099, 49, 648, 1760, 49, 648, 1621, 49, 9488, 648, 2821, 312, 465, 581, 924, 648, 640, 1438, 45, 671, 6866, 49, 648, 1760, 49, 648, 1621, 49, 648, 2821, 46, 320, 310, 1511, 4645, 51, 827, 492, 310, 1614, 320, 343, 461, 640, 1438, 45, 390, 6537, 45, 3872, 490, 1760, 49, 1621, 49, 2821, 312, 310, 339, 8312, 320, 343, 1511, 4645, 51, 11203, 492, 310, 339, 303, 339, 465, 964, 924, 7565, 648, 640, 2773, 45, 3239, 6099, 49, 648, 1760, 49, 648, 1621, 49, 8506, 648, 2821, 312, 465, 581, 924, 648, 640, 2773, 45, 671, 6866, 49, 648, 1760, 49, 648, 1621, 49, 648, 2821, 46, 320, 310, 1511, 4645, 51, 827, 492, 310, 1614, 320, 343, 461, 640, 2773, 45, 390, 6537, 45, 3872, 490, 1760, 49, 1621, 49, 2821, 312, 310, 339, 8312, 320, 343, 1511, 4645, 51, 11203, 492, 310, 339, 303, 339, 465, 964, 924, 7565, 1922, 640, 4718, 45, 3239, 6099, 49, 648, 1760, 49, 648, 1621, 49, 13703, 648, 2821, 312, 465, 581, 924, 1922, 640, 4718, 45, 671, 6866, 49, 648, 1760, 49, 648, 1621, 49, 9488, 648, 2821, 46, 320, 310, 1511, 4645, 51, 827, 492, 310, 1614, 320, 343, 461, 640, 4718, 45, 390, 6537, 45, 3872, 490, 1760, 49, 1621, 49, 2821, 312, 310, 339, 8312, 320, 343, 1511, 4645, 51, 11203, 492, 310, 339, 303, 339, 465, 964, 924, 7565, 1922, 640, 10833, 4718, 45, 3239, 6099, 49, 648, 2821, 312, 465, 581, 924, 1922, 640, 10833, 4718, 45, 671, 6866, 49, 648, 2821, 46, 320, 310, 1511, 4645, 51, 827, 492, 310, 1614, 320, 343, 461, 640, 10833, 4718, 45, 390, 6537, 45, 3872, 490, 2821, 312, 310, 339, 8312, 320, 343, 1511, 4645, 51, 11203, 492, 310, 339, 303, 339, 465, 964, 924, 7565, 6460, 640, 1962, 45, 3239, 6099, 49, 648, 1760, 49, 648, 1621, 49, 11271, 648, 2821, 312, 465, 581, 924, 6460, 640, 1962, 45, 671, 6866, 49, 648, 1760, 49, 648, 1621, 49, 648, 2821, 46, 320, 310, 1511, 4645, 51, 827, 492, 310, 1614, 320, 343, 461, 640, 1962, 45, 390, 6537, 45, 3872, 490, 1760, 49, 1621, 49, 2821, 312, 310, 339, 8312, 320, 343, 1511, 4645, 51, 11203, 492, 310, 339, 303, 339, 465, 964, 924, 7565, 17432, 640, 2746, 45, 3239, 6099, 49, 648, 1760, 49, 648, 1621, 49, 4197, 648, 2821, 312, 465, 581, 924, 17432, 640, 2746, 45, 671, 6866, 49, 648, 1760, 49, 648, 1621, 49, 2493, 648, 2821, 46, 320, 310, 1511, 4645, 51, 827, 492, 310, 1614, 320, 343, 461, 640, 2746, 45, 390, 6537, 45, 3872, 490, 1760, 49, 1311, 49, 2449, 312, 310, 339, 8312, 320, 343, 1511, 4645, 51, 11203, 492, 310, 339, 303, 339, 465, 964, 924, 7565, 17432, 640, 2655, 1269, 45, 3239, 6099, 49, 648, 1760, 49, 4197, 648, 1621, 312, 465, 581, 924, 17432, 640, 2655, 1269, 45, 671, 6866, 49, 648, 1760, 49, 648, 1621, 46, 320, 310, 1511, 4645, 51, 827, 492, 310, 1614, 320, 343, 461, 640, 2655, 1269, 45, 390, 6537, 45, 3872, 490, 1760, 49, 1621, 312, 310, 339, 8312, 320, 343, 1511, 4645, 51, 11203, 492, 310, 339, 303, 339, 465, 964, 924, 7565, 1964, 2177, 6537, 45, 671, 6866, 312, 465, 964, 924, 7565, 782, 4248, 6537, 45, 3239, 6099, 312, 465, 964, 924, 7565, 782, 758, 1684, 6537, 45, 671, 1381, 37479, 312, 465, 964, 924, 7565, 1964, 640, 6537, 10829, 6203, 45, 3239, 6099, 49, 648, 1760, 49, 2493, 648, 1621, 1811, 49, 648, 1621, 724, 49, 648, 7030, 625, 312, 465, 581, 924, 1964, 640, 6537, 10829, 6203, 45, 671, 6866, 49, 648, 1760, 49, 10013, 648, 1621, 1811, 49, 648, 1621, 724, 49, 648, 7030, 625, 46, 320, 310, 1511, 4645, 51, 827, 492, 310, 1614, 320, 343, 461, 640, 6537, 10829, 6203, 45, 390, 6537, 45, 3872, 490, 13586, 1760, 49, 1621, 1811, 49, 1621, 724, 49, 7030, 625, 312, 310, 339, 8312, 320, 343, 1511, 4645, 51, 11203, 492, 310, 339, 303, 339, 465, 581, 924, 7565, 1922, 458, 953, 6537, 10829, 6203, 12425, 492, 465, 964, 924, 7565, 719, 2047, 640, 6537, 5777, 1795, 37145, 45, 3239, 6099, 49, 3507, 648, 1760, 49, 648, 1621, 49, 648, 20511, 2627, 49, 648, 20511, 3041, 312, 465, 581, 924, 719, 2047, 640, 6537, 5777, 1795, 37145, 45, 671, 6866, 49, 547, 648, 1760, 49, 648, 1621, 49, 648, 20511, 2627, 49, 648, 20511, 3041, 46, 320, 310, 1511, 4645, 51, 827, 492, 310, 1614, 320, 343, 461, 640, 6537, 5777, 1795, 37145, 45, 390, 6537, 45, 3872, 490, 1908, 1760, 49, 1621, 49, 20511, 2627, 49, 20511, 3041, 312, 310, 339, 8312, 320, 343, 1511, 4645, 51, 11203, 492, 310, 339, 303, 339, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
2,228
true
58.109797
true
true
SListTest.java
/FileExtraction/Java_unseen/VerifAPS_stvs/src/test/java/edu/kit/iti/formal/stvs/logic/specification/smtlib/SListTest.java
package edu.kit.iti.formal.stvs.logic.specification.smtlib; import de.tudresden.inf.lat.jsexp.Sexp; import de.tudresden.inf.lat.jsexp.SexpFactory; import org.junit.Before; import org.junit.Test; import java.util.Arrays; import java.util.List; import static org.junit.Assert.*; /** * Created by csicar on 28.02.17. */ public class SListTest { private SList simple; private SList multivalue; private SList nested; @Before public void setupInstance() { this.simple = new SList("testValue"); this.multivalue = new SList("val1", "val2", "val3"); this.nested = new SList("val1", new SList("nested1.1", "nested1.2"), new SList("nested2.1")); } @Test public void isAtom() throws Exception { assertEquals(false, simple.isAtom()); assertEquals(false, multivalue.isAtom()); assertEquals(false, nested.isAtom()); } @Test public void toText() throws Exception { assertEquals(" ( testValue ) ", simple.toText()); assertEquals(" ( val1 val2 val3 ) ", multivalue.toText()); assertEquals(" ( val1 ( nested1.1 nested1.2 ) ( nested2.1 ) ) ", nested.toText()); } @Test public void addAllStringArguments() throws Exception { List<String> newElements = Arrays.asList("add1", "add2", "add3"); simple.addAll("add1", "add2", "add3"); assertEquals( new SList("testValue", "add1", "add2", "add3"), simple); multivalue.addAll("add1", "add2", "add3"); assertEquals( new SList("val1", "val2", "val3", "add1", "add2", "add3"), multivalue); nested.addAll("add1", "add2", "add3"); assertEquals( new SList("val1", new SList("nested1.1", "nested1.2"), new SList("nested2.1"), new SAtom ("add1"), new SAtom("add2"), new SAtom("add3")), nested ); } @Test public void addAllArgumentExpressions() throws Exception { List<String> newElements = Arrays.asList("add1", "add2", "add3"); simple.addAll( new SAtom("add1"), new SAtom("add2"), new SAtom("add3")); assertEquals( new SList("testValue", "add1", "add2", "add3"), simple); simple.addAll( new SAtom("add4"), new SAtom("add5") ); assertEquals( new SList("testValue", "add1", "add2", "add3", "add4", "add5"), simple); multivalue.addAll( new SAtom("add1"), new SAtom("add2"), new SAtom("add3")); assertEquals( new SList("val1", "val2", "val3", "add1", "add2", "add3"), multivalue); nested.addAll( new SAtom("add1"), new SAtom("add2"), new SAtom("add3")); assertEquals( new SList("val1", new SList("nested1.1", "nested1.2"), new SList("nested2.1"), new SAtom ("add1"), new SAtom("add2"), new SAtom("add3")), nested ); SList inner = new SList("inner1", "inner2"); simple.addAll(inner); inner.addAll(new SAtom("inner3")); assertEquals( new SList("testValue", new SAtom("add1"), new SAtom("add2"), new SAtom("add3"), new SAtom("add4"), new SAtom("add5"), new SList ("inner1", "inner2", "inner3")), simple ); } @Test public void addAllListOfExpressions() throws Exception { List<String> newElements = Arrays.asList("add1", "add2", "add3"); simple.addAll(Arrays.asList( new SAtom("add1"), new SAtom("add2"), new SAtom("add3"))); assertEquals( new SList("testValue", "add1", "add2", "add3"), simple); simple.addAll(Arrays.asList( new SAtom("add4"), new SAtom("add5") )); assertEquals( new SList("testValue", "add1", "add2", "add3", "add4", "add5"), simple); multivalue.addAll(Arrays.asList( new SAtom("add1"), new SAtom("add2"), new SAtom("add3"))); assertEquals( new SList("val1", "val2", "val3", "add1", "add2", "add3"), multivalue); nested.addAll(Arrays.asList( new SAtom("add1"), new SAtom("add2"), new SAtom("add3"))); assertEquals( new SList("val1", new SList("nested1.1", "nested1.2"), new SList("nested2.1"), new SAtom ("add1"), new SAtom("add2"), new SAtom("add3")), nested ); SList inner = new SList("inner1", "inner2"); simple.addAll(inner); inner.addAll(Arrays.asList(new SAtom("inner3"))); assertEquals( new SList("testValue", new SAtom("add1"), new SAtom("add2"), new SAtom("add3"), new SAtom("add4"), new SAtom("add5"), new SList ("inner1", "inner2", "inner3")), simple ); } @Test public void addListElements() throws Exception { simple.addListElements(Arrays.asList( "add1", "add2", "add3")); assertEquals( new SList("testValue", "add1", "add2", "add3"), simple); multivalue.addListElements(Arrays.asList( "add1", "add2", "add3")); assertEquals( new SList("val1", "val2", "val3", "add1", "add2", "add3"), multivalue); nested.addListElements(Arrays.asList( "add1", "add2", "add3")); assertEquals( new SList("val1", new SList("nested1.1", "nested1.2"), new SList("nested2.1"), new SAtom ("add1"), new SAtom("add2"), new SAtom("add3")), nested ); } @Test public void getList() throws Exception { assertEquals(Arrays.asList( new SAtom("testValue")), simple.getList()); assertEquals(Arrays.asList( new SAtom("val1"), new SAtom("val2"), new SAtom("val3")), multivalue.getList()); assertEquals(Arrays.asList( new SAtom("val1"), new SList("nested1.1", "nested1.2"), new SList("nested2.1")), nested.getList()); } @Test public void testEquals() throws Exception { assertEquals(new SList("testValue"), simple); assertEquals((SExpression) new SList("testValue"), simple); assertEquals(new SList("val1", "val2", "val3"), multivalue); assertEquals(new SList(Arrays.asList( new SAtom("val1"), new SList("nested1.1", "nested1.2"), new SList("nested2.1"))), nested ); assertEquals(simple, simple); assertEquals(multivalue, multivalue); assertEquals(nested, nested); assertNotEquals(new SList("testValue", "val2"), simple); assertNotEquals(new SList(), simple); assertNotEquals(new SList("val1", "val2", "val3", "val4", "val4"), multivalue); assertNotEquals(new SList(), multivalue); assertNotEquals(this, simple); assertNotEquals(this, multivalue); assertNotEquals(this, nested); assertFalse(nested.equals(null)); } @Test public void testHashCode() throws Exception { assertEquals(new SList("testValue").hashCode(), simple.hashCode()); assertEquals(((SExpression) new SList("testValue")).hashCode(), simple.hashCode()); assertEquals(new SList("val1", "val2", "val3").hashCode(), multivalue.hashCode()); assertEquals(new SList(Arrays.asList( new SAtom("val1"), new SList("nested1.1", "nested1.2"), new SList("nested2.1"))).hashCode(), nested.hashCode() ); } @Test public void toSexpr() throws Exception { Sexp sexp = SexpFactory.newNonAtomicSexp(); sexp.add(SexpFactory.newAtomicSexp("testValue")); assertEquals(sexp, simple.toSexpr()); } @Test public void testSexprConstructor() { Sexp sexp = SexpFactory.newNonAtomicSexp(); sexp.add(SexpFactory.newAtomicSexp("testValue")); assertEquals(new SList(sexp), simple); } @Test public void toStringTest() throws Exception { assertNotEquals("", simple.toString()); } }
7,688
Java
.java
VerifAPS/stvs
9
0
23
2017-03-21T13:12:19Z
2018-10-12T00:07:26Z
908c2453c1289178198794a234935d0704a440ea41bd475f6773074bf0d4426d
[ 1337, 15357, 51, 3788, 51, 16341, 51, 618, 298, 51, 289, 4876, 51, 4566, 51, 25889, 51, 44031, 1379, 64, 222, 222, 485, 428, 51, 121, 856, 595, 5130, 51, 5290, 51, 4520, 51, 111, 296, 13393, 51, 88, 2858, 64, 222, 485, 428, 51, 121, 856, 595, 5130, 51, 5290, 51, 4520, 51, 111, 296, 13393, 51, 88, 2858, 2232, 64, 222, 485, 1105, 51, 3946, 51, 5670, 64, 222, 485, 1105, 51, 3946, 51, 1024, 64, 222, 222, 485, 1401, 51, 1058, 51, 9981, 64, 222, 485, 1401, 51, 1058, 51, 739, 64, 222, 222, 485, 924, 1105, 51, 3946, 51, 3285, 7737, 222, 222, 1350, 222, 338, 6956, 829, 9122, 314, 301, 563, 244, 55, 61, 51, 53, 55, 51, 54, 60, 51, 222, 588, 222, 942, 462, 377, 739, 1024, 320, 353, 964, 377, 739, 4313, 64, 736, 964, 377, 739, 10164, 407, 491, 64, 353, 964, 377, 739, 11825, 64, 353, 496, 5670, 353, 581, 782, 4721, 1825, 365, 320, 303, 477, 51, 6681, 299, 556, 377, 739, 459, 881, 899, 742, 303, 477, 51, 7758, 407, 491, 299, 556, 377, 739, 459, 718, 54, 411, 332, 718, 55, 411, 332, 718, 56, 742, 303, 477, 51, 15391, 299, 556, 377, 739, 459, 718, 54, 411, 556, 377, 739, 459, 15391, 54, 51, 54, 411, 332, 15391, 54, 51, 55, 2132, 556, 377, 739, 459, 15391, 55, 51, 54, 2992, 353, 339, 736, 496, 1024, 353, 581, 782, 458, 7869, 365, 2589, 3284, 320, 303, 3803, 45, 1886, 49, 4313, 51, 316, 7869, 1052, 303, 3803, 45, 1886, 49, 10164, 407, 491, 51, 316, 7869, 1052, 303, 3803, 45, 1886, 49, 11825, 51, 316, 7869, 1052, 353, 339, 736, 496, 1024, 353, 581, 782, 391, 1049, 365, 2589, 3284, 320, 303, 3803, 459, 327, 913, 899, 848, 3021, 4313, 51, 471, 1049, 1052, 303, 3803, 459, 327, 928, 54, 928, 55, 928, 56, 848, 3021, 10164, 407, 491, 51, 471, 1049, 1052, 303, 3803, 459, 327, 928, 54, 244, 327, 11825, 54, 51, 54, 11825, 54, 51, 55, 848, 280, 327, 11825, 55, 51, 54, 848, 244, 848, 3021, 11825, 51, 471, 1049, 1052, 353, 339, 736, 496, 1024, 353, 581, 782, 1035, 1947, 671, 8560, 365, 2589, 3284, 320, 303, 1701, 65, 671, 67, 556, 7466, 299, 14479, 51, 14100, 459, 688, 54, 411, 332, 688, 55, 411, 332, 688, 56, 742, 465, 4313, 51, 15109, 459, 688, 54, 411, 332, 688, 55, 411, 332, 688, 56, 742, 303, 3803, 45, 310, 556, 377, 739, 459, 881, 899, 411, 332, 688, 54, 411, 332, 688, 55, 411, 332, 688, 56, 2132, 310, 4313, 312, 303, 10164, 407, 491, 51, 15109, 459, 688, 54, 411, 332, 688, 55, 411, 332, 688, 56, 742, 303, 3803, 45, 310, 556, 377, 739, 459, 718, 54, 411, 332, 718, 55, 411, 332, 718, 56, 411, 332, 688, 54, 411, 332, 688, 55, 411, 332, 688, 56, 2132, 310, 10164, 407, 491, 312, 303, 11825, 51, 15109, 459, 688, 54, 411, 332, 688, 55, 411, 332, 688, 56, 742, 303, 3803, 45, 310, 556, 377, 739, 459, 718, 54, 411, 556, 377, 739, 459, 15391, 54, 51, 54, 411, 332, 15391, 54, 51, 55, 2132, 556, 377, 739, 459, 15391, 55, 51, 54, 2132, 556, 377, 7869, 343, 2903, 688, 54, 2132, 556, 377, 7869, 459, 688, 55, 2132, 556, 377, 7869, 459, 688, 56, 12967, 310, 11825, 310, 1110, 353, 339, 736, 496, 1024, 353, 581, 782, 1035, 1947, 3501, 18559, 365, 2589, 3284, 320, 303, 1701, 65, 671, 67, 556, 7466, 299, 14479, 51, 14100, 459, 688, 54, 411, 332, 688, 55, 411, 332, 688, 56, 742, 465, 4313, 51, 15109, 45, 310, 556, 377, 7869, 459, 688, 54, 2132, 310, 556, 377, 7869, 459, 688, 55, 2132, 310, 556, 377, 7869, 459, 688, 56, 2992, 303, 3803, 45, 310, 556, 377, 739, 459, 881, 899, 411, 332, 688, 54, 411, 332, 688, 55, 411, 332, 688, 56, 2132, 310, 4313, 312, 303, 4313, 51, 15109, 45, 310, 556, 377, 7869, 459, 688, 57, 2132, 310, 556, 377, 7869, 459, 688, 58, 678, 303, 1110, 303, 3803, 45, 310, 556, 377, 739, 459, 881, 899, 411, 332, 688, 54, 411, 332, 688, 55, 411, 332, 688, 56, 411, 332, 688, 57, 411, 332, 688, 58, 2132, 310, 4313, 312, 4054, 10164, 407, 491, 51, 15109, 45, 310, 556, 377, 7869, 459, 688, 54, 2132, 310, 556, 377, 7869, 459, 688, 55, 2132, 310, 556, 377, 7869, 459, 688, 56, 2992, 303, 3803, 45, 310, 556, 377, 739, 459, 718, 54, 411, 332, 718, 55, 411, 332, 718, 56, 411, 332, 688, 54, 411, 332, 688, 55, 411, 332, 688, 56, 2132, 310, 10164, 407, 491, 312, 465, 11825, 51, 15109, 45, 310, 556, 377, 7869, 459, 688, 54, 2132, 310, 556, 377, 7869, 459, 688, 55, 2132, 310, 556, 377, 7869, 459, 688, 56, 2992, 303, 3803, 45, 310, 556, 377, 739, 459, 718, 54, 411, 556, 377, 739, 459, 15391, 54, 51, 54, 411, 332, 15391, 54, 51, 55, 2132, 556, 377, 739, 459, 15391, 55, 51, 54, 2132, 556, 377, 7869, 343, 2903, 688, 54, 2132, 556, 377, 7869, 459, 688, 55, 2132, 556, 377, 7869, 459, 688, 56, 12967, 310, 11825, 303, 1110, 465, 377, 739, 8287, 299, 556, 377, 739, 459, 3384, 54, 411, 332, 3384, 55, 742, 303, 4313, 51, 15109, 45, 3384, 312, 303, 8287, 51, 15109, 45, 909, 377, 7869, 459, 3384, 56, 2992, 303, 3803, 45, 310, 556, 377, 739, 459, 881, 899, 411, 556, 377, 7869, 459, 688, 54, 2132, 556, 377, 7869, 459, 688, 55, 2132, 556, 377, 7869, 459, 688, 56, 2132, 343, 556, 377, 7869, 459, 688, 57, 2132, 556, 377, 7869, 459, 688, 58, 2132, 556, 377, 739, 343, 2903, 3384, 54, 411, 332, 3384, 55, 411, 332, 3384, 56, 12967, 310, 4313, 303, 1110, 353, 339, 736, 496, 1024, 353, 581, 782, 1035, 1947, 23791, 18559, 365, 2589, 3284, 320, 303, 1701, 65, 671, 67, 556, 7466, 299, 14479, 51, 14100, 459, 688, 54, 411, 332, 688, 55, 411, 332, 688, 56, 742, 465, 4313, 51, 15109, 45, 9981, 51, 14100, 45, 310, 556, 377, 7869, 459, 688, 54, 2132, 310, 556, 377, 7869, 459, 688, 55, 2132, 310, 556, 377, 7869, 459, 688, 56, 13265, 303, 3803, 45, 310, 556, 377, 739, 459, 881, 899, 411, 332, 688, 54, 411, 332, 688, 55, 411, 332, 688, 56, 2132, 310, 4313, 312, 303, 4313, 51, 15109, 45, 9981, 51, 14100, 45, 310, 556, 377, 7869, 459, 688, 57, 2132, 310, 556, 377, 7869, 459, 688, 58, 678, 303, 11979, 303, 3803, 45, 310, 556, 377, 739, 459, 881, 899, 411, 332, 688, 54, 411, 332, 688, 55, 411, 332, 688, 56, 411, 332, 688, 57, 411, 332, 688, 58, 2132, 310, 4313, 312, 465, 10164, 407, 491, 51, 15109, 45, 9981, 51, 14100, 45, 310, 556, 377, 7869, 459, 688, 54, 2132, 310, 556, 377, 7869, 459, 688, 55, 2132, 310, 556, 377, 7869, 459, 688, 56, 13265, 303, 3803, 45, 310, 556, 377, 739, 459, 718, 54, 411, 332, 718, 55, 411, 332, 718, 56, 411, 332, 688, 54, 411, 332, 688, 55, 411, 332, 688, 56, 2132, 310, 10164, 407, 491, 312, 465, 11825, 51, 15109, 45, 9981, 51, 14100, 45, 310, 556, 377, 7869, 459, 688, 54, 2132, 310, 556, 377, 7869, 459, 688, 55, 2132, 310, 556, 377, 7869, 459, 688, 56, 13265, 303, 3803, 45, 310, 556, 377, 739, 459, 718, 54, 411, 556, 377, 739, 459, 15391, 54, 51, 54, 411, 332, 15391, 54, 51, 55, 2132, 556, 377, 739, 459, 15391, 55, 51, 54, 2132, 556, 377, 7869, 343, 2903, 688, 54, 2132, 556, 377, 7869, 459, 688, 55, 2132, 556, 377, 7869, 459, 688, 56, 12967, 310, 11825, 303, 1110, 465, 377, 739, 8287, 299, 556, 377, 739, 459, 3384, 54, 411, 332, 3384, 55, 742, 303, 4313, 51, 15109, 45, 3384, 312, 303, 8287, 51, 15109, 45, 9981, 51, 14100, 45, 909, 377, 7869, 459, 3384, 56, 13265, 303, 3803, 45, 310, 556, 377, 739, 459, 881, 899, 411, 556, 377, 7869, 459, 688, 54, 2132, 556, 377, 7869, 459, 688, 55, 2132, 556, 377, 7869, 459, 688, 56, 2132, 343, 556, 377, 7869, 459, 688, 57, 2132, 556, 377, 7869, 459, 688, 58, 2132, 556, 377, 739, 343, 2903, 3384, 54, 411, 332, 3384, 55, 411, 332, 3384, 56, 12967, 310, 4313, 303, 1110, 353, 339, 736, 496, 1024, 353, 581, 782, 1035, 739, 7466, 365, 2589, 3284, 320, 465, 4313, 51, 688, 739, 7466, 45, 9981, 51, 14100, 45, 310, 332, 688, 54, 411, 332, 688, 55, 411, 332, 688, 56, 2992, 303, 3803, 45, 310, 556, 377, 739, 459, 881, 899, 411, 332, 688, 54, 411, 332, 688, 55, 411, 332, 688, 56, 2132, 310, 4313, 312, 465, 10164, 407, 491, 51, 688, 739, 7466, 45, 9981, 51, 14100, 45, 310, 332, 688, 54, 411, 332, 688, 55, 411, 332, 688, 56, 2992, 303, 3803, 45, 310, 556, 377, 739, 459, 718, 54, 411, 332, 718, 55, 411, 332, 718, 56, 411, 332, 688, 54, 411, 332, 688, 55, 411, 332, 688, 56, 2132, 310, 10164, 407, 491, 312, 465, 11825, 51, 688, 739, 7466, 45, 9981, 51, 14100, 45, 310, 332, 688, 54, 411, 332, 688, 55, 411, 332, 688, 56, 2992, 303, 3803, 45, 310, 556, 377, 739, 459, 718, 54, 411, 556, 377, 739, 459, 15391, 54, 51, 54, 411, 332, 15391, 54, 51, 55, 2132, 556, 377, 739, 459, 15391, 55, 51, 54, 2132, 556, 377, 7869, 343, 2903, 688, 54, 2132, 556, 377, 7869, 459, 688, 55, 2132, 556, 377, 7869, 459, 688, 56, 12967, 310, 11825, 303, 1110, 353, 339, 736, 496, 1024, 353, 581, 782, 40911, 365, 2589, 3284, 320, 303, 3803, 45, 9981, 51, 14100, 45, 310, 556, 377, 7869, 459, 881, 899, 12967, 310, 4313, 51, 29376, 1052, 303, 3803, 45, 9981, 51, 14100, 45, 310, 556, 377, 7869, 459, 718, 54, 2132, 310, 556, 377, 7869, 459, 718, 55, 2132, 310, 556, 377, 7869, 459, 718, 56, 12967, 310, 10164, 407, 491, 51, 29376, 1052, 303, 3803, 45, 9981, 51, 14100, 45, 310, 556, 377, 7869, 459, 718, 54, 2132, 310, 556, 377, 739, 459, 15391, 54, 51, 54, 411, 332, 15391, 54, 51, 55, 2132, 310, 556, 377, 739, 459, 15391, 55, 51, 54, 12967, 310, 11825, 51, 29376, 1052, 353, 339, 736, 496, 1024, 353, 581, 782, 913, 2273, 365, 2589, 3284, 320, 303, 3803, 45, 909, 377, 739, 459, 881, 899, 2132, 4313, 312, 303, 3803, 1181, 88, 3503, 46, 556, 377, 739, 459, 881, 899, 2132, 4313, 312, 303, 3803, 45, 909, 377, 739, 459, 718, 54, 411, 332, 718, 55, 411, 332, 718, 56, 2132, 10164, 407, 491, 312, 303, 3803, 45, 909, 377, 739, 45, 9981, 51, 14100, 45, 310, 556, 377, 7869, 459, 718, 54, 2132, 310, 556, 377, 739, 459, 15391, 54, 51, 54, 411, 332, 15391, 54, 51, 55, 2132, 310, 556, 377, 739, 459, 15391, 55, 51, 54, 2152, 490, 310, 11825, 310, 1110, 303, 3803, 45, 6681, 49, 4313, 312, 303, 3803, 45, 7758, 407, 491, 49, 10164, 407, 491, 312, 303, 3803, 45, 15391, 49, 11825, 312, 303, 1217, 1355, 2273, 45, 909, 377, 739, 459, 881, 899, 411, 332, 718, 55, 2132, 4313, 312, 303, 1217, 1355, 2273, 45, 909, 377, 739, 1046, 4313, 312, 303, 1217, 1355, 2273, 45, 909, 377, 739, 459, 718, 54, 411, 332, 718, 55, 411, 332, 718, 56, 411, 332, 718, 57, 411, 332, 718, 57, 2132, 10164, 407, 491, 312, 303, 1217, 1355, 2273, 45, 909, 377, 739, 1046, 10164, 407, 491, 312, 303, 1217, 1355, 2273, 45, 597, 49, 4313, 312, 303, 1217, 1355, 2273, 45, 597, 49, 10164, 407, 491, 312, 303, 1217, 1355, 2273, 45, 597, 49, 11825, 312, 303, 12745, 45, 15391, 51, 3591, 45, 1710, 894, 736, 339, 736, 496, 1024, 353, 581, 782, 913, 14940, 365, 2589, 3284, 320, 303, 3803, 45, 909, 377, 739, 459, 881, 899, 1912, 14941, 1046, 4313, 51, 14941, 1052, 303, 3803, 7738, 88, 3503, 46, 556, 377, 739, 459, 881, 899, 11606, 14941, 1046, 4313, 51, 14941, 1052, 303, 3803, 45, 909, 377, 739, 459, 718, 54, 411, 332, 718, 55, 411, 332, 718, 56, 1912, 14941, 1046, 10164, 407, 491, 51, 14941, 1052, 303, 3803, 45, 909, 377, 739, 45, 9981, 51, 14100, 45, 310, 556, 377, 7869, 459, 718, 54, 2132, 310, 556, 377, 739, 459, 15391, 54, 51, 54, 411, 332, 15391, 54, 51, 55, 2132, 310, 556, 377, 739, 459, 15391, 55, 51, 54, 2152, 566, 14941, 1046, 310, 11825, 51, 14941, 365, 303, 1110, 353, 339, 736, 496, 1024, 353, 581, 782, 391, 88, 3396, 365, 2589, 3284, 320, 303, 377, 2858, 47225, 299, 377, 2858, 2232, 51, 909, 3921, 17122, 88, 2858, 492, 303, 47225, 51, 688, 45, 88, 2858, 2232, 51, 909, 17122, 88, 2858, 459, 881, 899, 2992, 303, 3803, 45, 296, 13393, 49, 4313, 51, 471, 88, 3396, 1052, 353, 339, 8886, 496, 1024, 353, 581, 782, 913, 88, 3396, 7935, 365, 320, 303, 377, 2858, 47225, 299, 377, 2858, 2232, 51, 909, 3921, 17122, 88, 2858, 492, 303, 47225, 51, 688, 45, 88, 2858, 2232, 51, 909, 17122, 88, 2858, 459, 881, 899, 2992, 303, 3803, 45, 909, 377, 739, 45, 296, 13393, 490, 4313, 312, 353, 339, 736, 496, 1024, 353, 581, 782, 11349, 1024, 365, 2589, 3284, 320, 303, 1217, 1355, 2273, 13963, 4313, 51, 3127, 1052, 353, 339, 222, 222, 130 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
2,265
true
56.75078
true
true
Projectile.java
/FileExtraction/Java_unseen/HamaIndustries_FEMultiPlayer-V2/src/net/fe/fightStage/anim/Projectile.java
package net.fe.fightStage.anim; import net.fe.FEResources; import net.fe.fightStage.FightStage; import chu.engine.Entity; import chu.engine.Game; import chu.engine.anim.Transform; // TODO: Auto-generated Javadoc /** * The Class Projectile. */ public class Projectile extends Entity { /** The destination. */ private float destination; /** The dir. */ private int dir; /** The destroy on hit. */ private boolean destroyOnHit; /** The hit. */ private boolean hit; /** The name. */ private String name; /** * Instantiates a new projectile. * * @param name the name * @param y the y * @param f the f * @param left the left * @param destroyOnHit the destroy on hit * @param args the args */ public Projectile(String name, float y, FightStage f, boolean left, boolean destroyOnHit, AnimationArgs args){ super(0,y); // TODO getTextures if(args.wepAnimName.equals("javelin")) sprite.addAnimation("default", FEResources.getTexture("proj_javelin")); else sprite.addAnimation("default", FEResources.getTexture("proj_arrow")); if(left){ x = FightStage.CENTRAL_AXIS - f.distanceToHead(); destination = FightStage.CENTRAL_AXIS + f.distanceToHead(); dir = 1; } else { destination = FightStage.CENTRAL_AXIS - f.distanceToHead(); x = FightStage.CENTRAL_AXIS + f.distanceToHead(); dir = -1; } this.destroyOnHit = destroyOnHit; this.name = name; renderDepth = FightStage.EFFECT_DEPTH; hit = false; } /* (non-Javadoc) * @see chu.engine.Entity#onStep() */ public void onStep(){ x += dir*getVelocity(name)*40*Game.getDeltaSeconds(); } /* (non-Javadoc) * @see chu.engine.Entity#render() */ public void render(){ Transform t = new Transform(); if(dir == 1) t.flipHorizontal(); sprite.render(x, y, renderDepth, t); } /* (non-Javadoc) * @see chu.engine.Entity#endStep() */ public void endStep(){ if(dir*x > dir*destination && !hit){ getStage().setCurrentEvent(FightStage.ATTACKED); hit = true; if(destroyOnHit){ destroy(); } } //Destroy if out of bounds if(x > 500 || x < -500) destroy(); } /** * Gets the stage. * * @return the stage */ public FightStage getStage(){ return (FightStage) stage; } /** * Gets the velocity. * * @param name the name * @return the velocity */ public static int getVelocity(String name){ //TODO return 30; } }
2,405
Java
.java
HamaIndustries/FEMultiPlayer-V2
26
31
41
2016-01-15T01:18:07Z
2022-03-21T23:58:29Z
916eae39a34e9e5cc460fdeb75ecf7edd548775fc9a6b5c4837f559d9c058e15
[ 1337, 3723, 51, 1247, 51, 36472, 9589, 51, 12088, 64, 222, 222, 485, 3723, 51, 1247, 51, 8921, 326, 2131, 64, 222, 485, 3723, 51, 1247, 51, 36472, 9589, 51, 42518, 9589, 64, 222, 485, 683, 122, 51, 3502, 51, 2234, 64, 222, 485, 683, 122, 51, 3502, 51, 3783, 64, 222, 485, 683, 122, 51, 3502, 51, 12088, 51, 4879, 64, 222, 222, 325, 4314, 63, 7998, 50, 6413, 990, 20888, 222, 1350, 222, 338, 906, 1727, 5426, 433, 51, 222, 588, 222, 942, 462, 5426, 433, 2041, 7276, 320, 3038, 221, 1350, 906, 8061, 51, 588, 222, 221, 2072, 1916, 8061, 64, 3038, 221, 1350, 906, 4937, 51, 588, 222, 221, 2072, 648, 4937, 64, 3038, 221, 1350, 906, 10088, 563, 8990, 51, 588, 222, 221, 2072, 1922, 10088, 1501, 11161, 64, 3038, 221, 1350, 906, 8990, 51, 588, 222, 221, 2072, 1922, 8990, 64, 3038, 221, 1350, 906, 655, 51, 588, 222, 221, 2072, 910, 655, 64, 3038, 221, 1350, 376, 338, 42030, 1218, 331, 556, 2091, 433, 51, 376, 338, 376, 338, 496, 772, 655, 341, 655, 376, 338, 496, 772, 553, 341, 553, 376, 338, 496, 772, 315, 341, 315, 376, 338, 496, 772, 2859, 341, 2859, 376, 338, 496, 772, 10088, 1501, 11161, 341, 10088, 563, 8990, 376, 338, 496, 772, 2194, 341, 2194, 376, 588, 222, 221, 942, 5426, 433, 45, 671, 655, 49, 1916, 553, 49, 525, 712, 9589, 315, 49, 8671, 221, 4412, 2859, 49, 1922, 10088, 1501, 11161, 49, 19350, 3097, 2194, 1528, 376, 221, 5282, 45, 53, 49, 126, 312, 376, 221, 325, 4314, 640, 24317, 376, 221, 344, 45, 1150, 51, 124, 950, 8742, 577, 51, 3591, 459, 111, 6092, 285, 2152, 374, 221, 13999, 51, 688, 6614, 459, 1555, 411, 525, 546, 326, 2131, 51, 390, 4900, 459, 11044, 100, 111, 6092, 285, 2992, 376, 221, 728, 374, 221, 13999, 51, 688, 6614, 459, 1555, 411, 525, 546, 326, 2131, 51, 390, 4900, 459, 11044, 100, 6477, 2992, 376, 221, 344, 45, 1892, 1528, 374, 221, 125, 299, 525, 712, 9589, 51, 72, 35230, 744, 100, 31795, 449, 315, 51, 8069, 724, 7983, 492, 374, 221, 9750, 299, 525, 712, 9589, 51, 72, 35230, 744, 100, 31795, 494, 315, 51, 8069, 724, 7983, 492, 374, 221, 1537, 299, 244, 54, 64, 376, 221, 130, 832, 320, 374, 221, 9750, 299, 525, 712, 9589, 51, 72, 35230, 744, 100, 31795, 449, 315, 51, 8069, 724, 7983, 492, 374, 221, 125, 299, 525, 712, 9589, 51, 72, 35230, 744, 100, 31795, 494, 315, 51, 8069, 724, 7983, 492, 374, 221, 1537, 299, 449, 54, 64, 376, 221, 130, 376, 221, 597, 51, 6978, 1501, 11161, 299, 10088, 1501, 11161, 64, 376, 221, 597, 51, 444, 299, 655, 64, 376, 221, 3183, 8036, 299, 525, 712, 9589, 51, 37978, 100, 18405, 64, 376, 221, 11369, 299, 920, 64, 222, 221, 130, 3038, 221, 1127, 327, 3804, 50, 29282, 46, 376, 338, 496, 2987, 683, 122, 51, 3502, 51, 2234, 40, 286, 3549, 365, 376, 588, 222, 221, 942, 782, 563, 3549, 3261, 376, 221, 125, 1475, 4937, 47, 390, 14597, 45, 444, 4613, 57, 53, 47, 3783, 51, 390, 9212, 9031, 492, 222, 221, 130, 3038, 221, 1127, 327, 3804, 50, 29282, 46, 376, 338, 496, 2987, 683, 122, 51, 3502, 51, 2234, 40, 3183, 365, 376, 588, 222, 221, 942, 782, 2922, 3261, 376, 221, 4879, 292, 299, 556, 11685, 492, 376, 221, 344, 45, 1537, 630, 244, 54, 46, 292, 51, 16292, 11388, 492, 376, 221, 13999, 51, 3183, 45, 125, 49, 553, 49, 2922, 8036, 49, 292, 312, 222, 221, 130, 3038, 221, 1127, 327, 3804, 50, 29282, 46, 376, 338, 496, 2987, 683, 122, 51, 3502, 51, 2234, 40, 435, 3549, 365, 376, 588, 222, 221, 942, 782, 962, 3549, 3261, 376, 221, 344, 45, 1537, 47, 125, 868, 4937, 47, 9750, 979, 673, 11369, 1528, 374, 221, 390, 9589, 941, 28118, 1167, 45, 42518, 9589, 51, 12743, 3289, 1363, 312, 374, 221, 11369, 299, 878, 64, 374, 221, 344, 45, 6978, 1501, 11161, 1528, 621, 221, 6978, 492, 374, 221, 130, 376, 221, 130, 376, 221, 325, 9413, 434, 986, 451, 11622, 376, 221, 344, 45, 125, 868, 244, 58, 53, 53, 1293, 837, 350, 449, 58, 53, 53, 46, 374, 221, 6978, 492, 222, 221, 130, 499, 221, 1350, 376, 338, 7132, 341, 10035, 51, 376, 338, 376, 338, 496, 620, 341, 10035, 376, 588, 222, 221, 942, 525, 712, 9589, 640, 9589, 3261, 376, 221, 620, 327, 42518, 9589, 46, 10035, 64, 222, 221, 130, 3038, 221, 1350, 376, 338, 7132, 341, 15689, 51, 376, 338, 376, 338, 496, 772, 655, 341, 655, 376, 338, 496, 620, 341, 15689, 376, 588, 222, 221, 942, 924, 648, 640, 14597, 45, 671, 655, 1528, 376, 221, 325, 10767, 376, 221, 620, 244, 56, 53, 64, 222, 221, 130, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
816
true
64.864865
true
true
RustDataObject.java
/FileExtraction/Java_unseen/drrb_rust-netbeans/src/main/java/com/github/drrb/rust/netbeans/RustDataObject.java
/** * Copyright (C) 2017 drrb * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software * Foundation, either version 3 of the License, or (at your option) any later * version. * * This program is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more * details. * * You should have received a copy of the GNU General Public License along with * this program. If not, see <http://www.gnu.org/licenses/>. */ package com.github.drrb.rust.netbeans; import java.io.IOException; import org.netbeans.core.spi.multiview.MultiViewElement; import org.netbeans.core.spi.multiview.text.MultiViewEditorElement; import org.openide.awt.ActionID; import org.openide.awt.ActionReference; import org.openide.awt.ActionReferences; import org.openide.filesystems.FileObject; import org.openide.filesystems.MIMEResolver; import org.openide.loaders.DataObject; import org.openide.loaders.DataObjectExistsException; import org.openide.loaders.MultiDataObject; import org.openide.loaders.MultiFileLoader; import org.openide.util.Lookup; import org.openide.util.NbBundle.Messages; import org.openide.windows.TopComponent; @Messages({ "LBL_Rust_LOADER=Files of Rust" }) @MIMEResolver.ExtensionRegistration( mimeType = RustLanguage.MIME_TYPE, displayName = "#LBL_Rust_LOADER", extension = "rs", position = 20) //Arbitrary, to silence warnings @DataObject.Registration( mimeType = RustLanguage.MIME_TYPE, iconBase = "com/github/drrb/rust/netbeans/rust-icon_16x16.png", displayName = "#LBL_Rust_LOADER", position = 300) @ActionReferences({ @ActionReference( path = "Loaders/text/x-rust-source/Actions", id = @ActionID(category = "System", id = "org.openide.actions.OpenAction"), position = 100, separatorAfter = 200), @ActionReference( path = "Loaders/text/x-rust-source/Actions", id = @ActionID(category = "Edit", id = "org.openide.actions.CutAction"), position = 300), @ActionReference( path = "Loaders/text/x-rust-source/Actions", id = @ActionID(category = "Edit", id = "org.openide.actions.CopyAction"), position = 400, separatorAfter = 500), @ActionReference( path = "Loaders/text/x-rust-source/Actions", id = @ActionID(category = "Edit", id = "org.openide.actions.DeleteAction"), position = 600), @ActionReference( path = "Loaders/text/x-rust-source/Actions", id = @ActionID(category = "System", id = "org.openide.actions.RenameAction"), position = 700, separatorAfter = 800), @ActionReference( path = "Loaders/text/x-rust-source/Actions", id = @ActionID(category = "System", id = "org.openide.actions.SaveAsTemplateAction"), position = 900, separatorAfter = 1000), @ActionReference( path = "Loaders/text/x-rust-source/Actions", id = @ActionID(category = "System", id = "org.openide.actions.FileSystemAction"), position = 1100, separatorAfter = 1200), @ActionReference( path = "Loaders/text/x-rust-source/Actions", id = @ActionID(category = "System", id = "org.openide.actions.ToolsAction"), position = 1300), @ActionReference( path = "Loaders/text/x-rust-source/Actions", id = @ActionID(category = "System", id = "org.openide.actions.PropertiesAction"), position = 1400) }) public class RustDataObject extends MultiDataObject { @MultiViewElement.Registration( displayName = "#LBL_Rust_EDITOR", iconBase = "com/github/drrb/rust/netbeans/rust-icon_16x16.png", mimeType = RustLanguage.MIME_TYPE, persistenceType = TopComponent.PERSISTENCE_ONLY_OPENED, preferredID = "rust.source", position = 1000) @Messages("LBL_Rust_EDITOR=Source") public static MultiViewEditorElement createEditor(Lookup lookup) { return new MultiViewEditorElement(lookup); } public RustDataObject(FileObject pf, MultiFileLoader loader) throws DataObjectExistsException, IOException { super(pf, loader); registerEditor(RustLanguage.MIME_TYPE, true); } @Override protected int associateLookup() { return 1; } }
4,772
Java
.java
drrb/rust-netbeans
52
20
15
2013-07-25T12:53:43Z
2022-09-26T10:03:19Z
2ca14bacd7c9d53d3c808513433b40e624c9a6fdd616c86d6b36431499afc0ce
[ 1350, 222, 338, 2657, 327, 72, 46, 244, 55, 53, 54, 60, 362, 609, 103, 222, 338, 222, 338, 1369, 3477, 458, 3760, 2951, 63, 863, 902, 14081, 580, 480, 52, 290, 5370, 580, 1549, 222, 338, 341, 5974, 451, 341, 6994, 6153, 5062, 1196, 641, 9582, 829, 341, 7834, 3870, 222, 338, 7120, 49, 3173, 1522, 244, 56, 451, 341, 1196, 49, 575, 327, 288, 1390, 2489, 46, 1364, 6146, 222, 338, 1522, 51, 222, 338, 222, 338, 1369, 3477, 458, 2744, 347, 341, 9850, 708, 580, 1118, 545, 6386, 49, 1294, 4213, 222, 338, 2979, 9345, 64, 2895, 4462, 341, 4506, 14319, 451, 7934, 575, 8114, 222, 338, 4800, 418, 7848, 7763, 51, 2819, 341, 6994, 6153, 5062, 1196, 456, 1851, 222, 338, 4261, 51, 222, 338, 222, 338, 2469, 1414, 1178, 6589, 331, 1948, 451, 341, 6994, 6153, 5062, 1196, 7979, 642, 222, 338, 477, 3477, 51, 1691, 666, 49, 2337, 350, 544, 574, 1516, 51, 10627, 51, 1107, 52, 4205, 28699, 222, 588, 222, 1337, 785, 51, 951, 51, 105, 609, 103, 51, 7427, 51, 33482, 64, 222, 222, 485, 1401, 51, 735, 51, 6860, 64, 222, 485, 1105, 51, 33482, 51, 1284, 51, 10787, 51, 7758, 407, 656, 51, 6230, 1089, 1325, 64, 222, 485, 1105, 51, 33482, 51, 1284, 51, 10787, 51, 7758, 407, 656, 51, 897, 51, 6230, 1089, 4836, 1325, 64, 222, 485, 1105, 51, 1693, 824, 51, 8236, 51, 1728, 798, 64, 222, 485, 1105, 51, 1693, 824, 51, 8236, 51, 1728, 3580, 64, 222, 485, 1105, 51, 1693, 824, 51, 8236, 51, 1728, 15651, 64, 222, 485, 1105, 51, 1693, 824, 51, 18280, 120, 51, 44537, 64, 222, 485, 1105, 51, 1693, 824, 51, 18280, 120, 51, 82, 2348, 546, 326, 4441, 64, 222, 485, 1105, 51, 1693, 824, 51, 38158, 51, 27595, 64, 222, 485, 1105, 51, 1693, 824, 51, 38158, 51, 27595, 7544, 1002, 64, 222, 485, 1105, 51, 1693, 824, 51, 38158, 51, 6230, 27595, 64, 222, 485, 1105, 51, 1693, 824, 51, 38158, 51, 6230, 991, 4903, 64, 222, 485, 1105, 51, 1693, 824, 51, 1058, 51, 10138, 64, 222, 485, 1105, 51, 1693, 824, 51, 1058, 51, 21580, 4775, 51, 6389, 64, 222, 485, 1105, 51, 1693, 824, 51, 5921, 51, 3169, 1735, 64, 222, 222, 69, 6389, 1389, 303, 332, 30472, 100, 41041, 100, 5703, 546, 66, 3852, 451, 19262, 39, 222, 1770, 222, 69, 82, 2348, 546, 326, 4441, 51, 4823, 11509, 45, 310, 43352, 299, 19262, 5980, 51, 14036, 100, 2333, 49, 310, 23058, 299, 5126, 30472, 100, 41041, 100, 5703, 546, 411, 310, 5122, 299, 332, 3685, 411, 310, 2764, 299, 244, 55, 53, 46, 453, 3437, 13143, 49, 391, 12869, 961, 11740, 222, 69, 27595, 51, 11509, 45, 310, 43352, 299, 19262, 5980, 51, 14036, 100, 2333, 49, 310, 4282, 1778, 299, 332, 527, 52, 951, 52, 105, 609, 103, 52, 7427, 52, 33482, 52, 7427, 50, 1584, 100, 54, 59, 125, 54, 59, 51, 1665, 411, 310, 23058, 299, 5126, 30472, 100, 41041, 100, 5703, 546, 411, 310, 2764, 299, 244, 56, 53, 53, 46, 222, 69, 1728, 15651, 1389, 303, 496, 1728, 3580, 45, 343, 1536, 299, 332, 1789, 2996, 52, 897, 52, 125, 50, 7427, 50, 1876, 52, 7113, 411, 343, 828, 299, 343, 496, 1728, 798, 45, 3168, 299, 332, 1615, 411, 828, 299, 332, 1107, 51, 1693, 824, 51, 3564, 51, 2981, 1728, 2132, 343, 2764, 299, 244, 54, 53, 53, 49, 343, 17599, 5131, 299, 244, 55, 53, 53, 490, 303, 496, 1728, 3580, 45, 343, 1536, 299, 332, 1789, 2996, 52, 897, 52, 125, 50, 7427, 50, 1876, 52, 7113, 411, 343, 828, 299, 343, 496, 1728, 798, 45, 3168, 299, 332, 3594, 411, 828, 299, 332, 1107, 51, 1693, 824, 51, 3564, 51, 18025, 1728, 2132, 343, 2764, 299, 244, 56, 53, 53, 490, 303, 496, 1728, 3580, 45, 343, 1536, 299, 332, 1789, 2996, 52, 897, 52, 125, 50, 7427, 50, 1876, 52, 7113, 411, 343, 828, 299, 343, 496, 1728, 798, 45, 3168, 299, 332, 3594, 411, 828, 299, 332, 1107, 51, 1693, 824, 51, 3564, 51, 4014, 1728, 2132, 343, 2764, 299, 244, 57, 53, 53, 49, 343, 17599, 5131, 299, 244, 58, 53, 53, 490, 303, 496, 1728, 3580, 45, 343, 1536, 299, 332, 1789, 2996, 52, 897, 52, 125, 50, 7427, 50, 1876, 52, 7113, 411, 343, 828, 299, 343, 496, 1728, 798, 45, 3168, 299, 332, 3594, 411, 828, 299, 332, 1107, 51, 1693, 824, 51, 3564, 51, 3422, 1728, 2132, 343, 2764, 299, 244, 59, 53, 53, 490, 303, 496, 1728, 3580, 45, 343, 1536, 299, 332, 1789, 2996, 52, 897, 52, 125, 50, 7427, 50, 1876, 52, 7113, 411, 343, 828, 299, 343, 496, 1728, 798, 45, 3168, 299, 332, 1615, 411, 828, 299, 332, 1107, 51, 1693, 824, 51, 3564, 51, 21722, 1728, 2132, 343, 2764, 299, 244, 60, 53, 53, 49, 343, 17599, 5131, 299, 244, 61, 53, 53, 490, 303, 496, 1728, 3580, 45, 343, 1536, 299, 332, 1789, 2996, 52, 897, 52, 125, 50, 7427, 50, 1876, 52, 7113, 411, 343, 828, 299, 343, 496, 1728, 798, 45, 3168, 299, 332, 1615, 411, 828, 299, 332, 1107, 51, 1693, 824, 51, 3564, 51, 5134, 1482, 3455, 1728, 2132, 343, 2764, 299, 244, 62, 53, 53, 49, 343, 17599, 5131, 299, 244, 54, 53, 53, 53, 490, 303, 496, 1728, 3580, 45, 343, 1536, 299, 332, 1789, 2996, 52, 897, 52, 125, 50, 7427, 50, 1876, 52, 7113, 411, 343, 828, 299, 343, 496, 1728, 798, 45, 3168, 299, 332, 1615, 411, 828, 299, 332, 1107, 51, 1693, 824, 51, 3564, 51, 13867, 1728, 2132, 343, 2764, 299, 244, 54, 54, 53, 53, 49, 343, 17599, 5131, 299, 244, 54, 55, 53, 53, 490, 303, 496, 1728, 3580, 45, 343, 1536, 299, 332, 1789, 2996, 52, 897, 52, 125, 50, 7427, 50, 1876, 52, 7113, 411, 343, 828, 299, 343, 496, 1728, 798, 45, 3168, 299, 332, 1615, 411, 828, 299, 332, 1107, 51, 1693, 824, 51, 3564, 51, 7926, 1728, 2132, 343, 2764, 299, 244, 54, 56, 53, 53, 490, 303, 496, 1728, 3580, 45, 343, 1536, 299, 332, 1789, 2996, 52, 897, 52, 125, 50, 7427, 50, 1876, 52, 7113, 411, 343, 828, 299, 343, 496, 1728, 798, 45, 3168, 299, 332, 1615, 411, 828, 299, 332, 1107, 51, 1693, 824, 51, 3564, 51, 3303, 1728, 2132, 343, 2764, 299, 244, 54, 57, 53, 53, 46, 222, 1770, 222, 942, 462, 19262, 27595, 2041, 10497, 27595, 320, 465, 496, 6230, 1089, 1325, 51, 11509, 45, 343, 23058, 299, 5126, 30472, 100, 41041, 100, 28002, 411, 343, 4282, 1778, 299, 332, 527, 52, 951, 52, 105, 609, 103, 52, 7427, 52, 33482, 52, 7427, 50, 1584, 100, 54, 59, 125, 54, 59, 51, 1665, 411, 343, 43352, 299, 19262, 5980, 51, 14036, 100, 2333, 49, 343, 33113, 638, 299, 9068, 1735, 51, 3703, 31815, 8317, 100, 13003, 100, 10937, 1363, 49, 343, 16321, 798, 299, 332, 7427, 51, 1876, 411, 343, 2764, 299, 244, 54, 53, 53, 53, 46, 303, 496, 6389, 459, 30472, 100, 41041, 100, 28002, 66, 2044, 678, 303, 581, 924, 10497, 1089, 4836, 1325, 1506, 4836, 45, 10138, 11478, 46, 320, 310, 461, 556, 10497, 1089, 4836, 1325, 45, 10124, 312, 303, 339, 465, 581, 19262, 27595, 45, 44537, 19170, 49, 10497, 991, 4903, 11527, 46, 2589, 2426, 976, 7544, 1002, 49, 6300, 320, 310, 2615, 45, 7146, 49, 11527, 312, 310, 3923, 4836, 45, 41041, 5980, 51, 14036, 100, 2333, 49, 878, 312, 303, 339, 465, 496, 1806, 303, 2532, 648, 29117, 10138, 365, 320, 310, 461, 244, 54, 64, 303, 339, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
1,280
true
63.327745
true
true
CTM.java
/FileExtraction/Java_unseen/Pokefenn_Chisel/src/main/java/info/jbcs/minecraft/chisel/client/render/CTM.java
package info.jbcs.minecraft.chisel.client.render; import info.jbcs.minecraft.chisel.api.IFacade; import net.minecraft.block.Block; import net.minecraft.world.IBlockAccess; public class CTM { static int submaps[][] = { {16, 17, 18, 19}, {16, 9, 18, 13}, {8, 9, 12, 13}, {8, 17, 12, 19}, {16, 9, 6, 15}, {8, 17, 14, 7}, {2, 11, 6, 15}, {8, 9, 14, 15}, {10, 1, 14, 15}, {10, 11, 14, 5}, {0, 11, 4, 15}, {0, 1, 14, 15}, {}, {}, {}, {}, {16, 17, 6, 7}, {16, 9, 6, 5}, {8, 9, 4, 5}, {8, 17, 4, 7}, {2, 11, 18, 13}, {10, 3, 12, 19}, {10, 11, 12, 13}, {10, 3, 14, 7}, {0, 11, 14, 15}, {10, 11, 4, 15}, {10, 11, 4, 5}, {10, 1, 14, 5}, {}, {}, {}, {}, {2, 3, 6, 7}, {2, 1, 6, 5}, {0, 1, 4, 5}, {0, 3, 4, 7}, {2, 11, 6, 5}, {8, 9, 4, 15}, {2, 1, 6, 15}, {8, 9, 14, 5}, {0, 1, 4, 15}, {0, 1, 14, 5}, {10, 1, 4, 15}, {0, 11, 14, 5}, {}, {}, {}, {}, {2, 3, 18, 19}, {2, 1, 18, 13}, {0, 1, 12, 13}, {0, 3, 12, 19}, {10, 1, 12, 13}, {0, 3, 14, 7}, {0, 11, 12, 13}, {10, 3, 4, 7}, {0, 11, 4, 5}, {10, 1, 4, 5}, {10, 11, 14, 15}, {0, 1, 4, 5}, {}, {}, {}, {}, }; public static int[] getSubmapIndices(IBlockAccess world, int x, int y, int z, int side) { int index = getTexture(world, x, y, z, side); return submaps[index]; } public static int getTexture(IBlockAccess world, int x, int y, int z, int side) { if(world == null) return 0; int texture = 0; Block block = world.getBlock(x, y, z); int blockMetadata = world.getBlockMetadata(x, y, z); boolean b[] = new boolean[6]; if(side <= 1) { b[0] = isConnected(world, x - 1, y, z, side, block, blockMetadata); b[1] = isConnected(world, x + 1, y, z, side, block, blockMetadata); b[2] = isConnected(world, x, y, z + 1, side, block, blockMetadata); b[3] = isConnected(world, x, y, z - 1, side, block, blockMetadata); } else if(side == 2) { b[0] = isConnected(world, x + 1, y, z, side, block, blockMetadata); b[1] = isConnected(world, x - 1, y, z, side, block, blockMetadata); b[2] = isConnected(world, x, y - 1, z, side, block, blockMetadata); b[3] = isConnected(world, x, y + 1, z, side, block, blockMetadata); } else if(side == 3) { b[0] = isConnected(world, x - 1, y, z, side, block, blockMetadata); b[1] = isConnected(world, x + 1, y, z, side, block, blockMetadata); b[2] = isConnected(world, x, y - 1, z, side, block, blockMetadata); b[3] = isConnected(world, x, y + 1, z, side, block, blockMetadata); } else if(side == 4) { b[0] = isConnected(world, x, y, z - 1, side, block, blockMetadata); b[1] = isConnected(world, x, y, z + 1, side, block, blockMetadata); b[2] = isConnected(world, x, y - 1, z, side, block, blockMetadata); b[3] = isConnected(world, x, y + 1, z, side, block, blockMetadata); } else if(side == 5) { b[0] = isConnected(world, x, y, z + 1, side, block, blockMetadata); b[1] = isConnected(world, x, y, z - 1, side, block, blockMetadata); b[2] = isConnected(world, x, y - 1, z, side, block, blockMetadata); b[3] = isConnected(world, x, y + 1, z, side, block, blockMetadata); } if(b[0] & !b[1] & !b[2] & !b[3]) texture = 3; else if(!b[0] & b[1] & !b[2] & !b[3]) texture = 1; else if(!b[0] & !b[1] & b[2] & !b[3]) texture = 16; else if(!b[0] & !b[1] & !b[2] & b[3]) texture = 48; else if(b[0] & b[1] & !b[2] & !b[3]) texture = 2; else if(!b[0] & !b[1] & b[2] & b[3]) texture = 32; else if(b[0] & !b[1] & b[2] & !b[3]) texture = 19; else if(b[0] & !b[1] & !b[2] & b[3]) texture = 51; else if(!b[0] & b[1] & b[2] & !b[3]) texture = 17; else if(!b[0] & b[1] & !b[2] & b[3]) texture = 49; else if(!b[0] & b[1] & b[2] & b[3]) texture = 33; else if(b[0] & !b[1] & b[2] & b[3]) texture = 35; else if(b[0] & b[1] & !b[2] & b[3]) texture = 50; else if(b[0] & b[1] & b[2] & !b[3]) texture = 18; else if(b[0] & b[1] & b[2] & b[3]) texture = 34; boolean b2[] = new boolean[6]; if(side <= 1) { b2[0] = !isConnected(world, x + 1, y, z + 1, side, block, blockMetadata); b2[1] = !isConnected(world, x - 1, y, z + 1, side, block, blockMetadata); b2[2] = !isConnected(world, x + 1, y, z - 1, side, block, blockMetadata); b2[3] = !isConnected(world, x - 1, y, z - 1, side, block, blockMetadata); } else if(side == 2) { b2[0] = !isConnected(world, x - 1, y - 1, z, side, block, blockMetadata); b2[1] = !isConnected(world, x + 1, y - 1, z, side, block, blockMetadata); b2[2] = !isConnected(world, x - 1, y + 1, z, side, block, blockMetadata); b2[3] = !isConnected(world, x + 1, y + 1, z, side, block, blockMetadata); } else if(side == 3) { b2[0] = !isConnected(world, x + 1, y - 1, z, side, block, blockMetadata); b2[1] = !isConnected(world, x - 1, y - 1, z, side, block, blockMetadata); b2[2] = !isConnected(world, x + 1, y + 1, z, side, block, blockMetadata); b2[3] = !isConnected(world, x - 1, y + 1, z, side, block, blockMetadata); } else if(side == 4) { b2[0] = !isConnected(world, x, y - 1, z + 1, side, block, blockMetadata); b2[1] = !isConnected(world, x, y - 1, z - 1, side, block, blockMetadata); b2[2] = !isConnected(world, x, y + 1, z + 1, side, block, blockMetadata); b2[3] = !isConnected(world, x, y + 1, z - 1, side, block, blockMetadata); } else if(side == 5) { b2[0] = !isConnected(world, x, y - 1, z - 1, side, block, blockMetadata); b2[1] = !isConnected(world, x, y - 1, z + 1, side, block, blockMetadata); b2[2] = !isConnected(world, x, y + 1, z - 1, side, block, blockMetadata); b2[3] = !isConnected(world, x, y + 1, z + 1, side, block, blockMetadata); } if(texture == 17 && b2[0]) texture = 4; if(texture == 19 && b2[1]) texture = 5; if(texture == 49 && b2[2]) texture = 20; if(texture == 51 && b2[3]) texture = 21; if(texture == 18 && b2[0] && b2[1]) texture = 7; if(texture == 33 && b2[0] && b2[2]) texture = 6; if(texture == 35 && b2[3] && b2[1]) texture = 23; if(texture == 50 && b2[3] && b2[2]) texture = 22; if(texture == 18 && !b2[0] && b2[1]) texture = 39; if(texture == 33 && b2[0] && !b2[2]) texture = 38; if(texture == 35 && !b2[3] && b2[1]) texture = 53; if(texture == 50 && b2[3] && !b2[2]) texture = 52; if(texture == 18 && b2[0] && !b2[1]) texture = 37; if(texture == 33 && !b2[0] && b2[2]) texture = 36; if(texture == 35 && b2[3] && !b2[1]) texture = 55; if(texture == 50 && !b2[3] && b2[2]) texture = 54; if(texture == 34 && b2[0] && b2[1] && b2[2] && b2[3]) texture = 58; if(texture == 34 && !b2[0] && b2[1] && b2[2] && b2[3]) texture = 9; if(texture == 34 && b2[0] && !b2[1] && b2[2] && b2[3]) texture = 25; if(texture == 34 && b2[0] && b2[1] && !b2[2] && b2[3]) texture = 8; if(texture == 34 && b2[0] && b2[1] && b2[2] && !b2[3]) texture = 24; if(texture == 34 && b2[0] && b2[1] && !b2[2] && !b2[3]) texture = 11; if(texture == 34 && !b2[0] && !b2[1] && b2[2] && b2[3]) texture = 26; if(texture == 34 && !b2[0] && b2[1] && !b2[2] && b2[3]) texture = 27; if(texture == 34 && b2[0] && !b2[1] && b2[2] && !b2[3]) texture = 10; if(texture == 34 && b2[0] && !b2[1] && !b2[2] && b2[3]) texture = 42; if(texture == 34 && !b2[0] && b2[1] && b2[2] && !b2[3]) texture = 43; if(texture == 34 && b2[0] && !b2[1] && !b2[2] && !b2[3]) texture = 40; if(texture == 34 && !b2[0] && b2[1] && !b2[2] && !b2[3]) texture = 41; if(texture == 34 && !b2[0] && !b2[1] && b2[2] && !b2[3]) texture = 56; if(texture == 34 && !b2[0] && !b2[1] && !b2[2] && b2[3]) texture = 57; return texture; } private static boolean isConnected(IBlockAccess world, int x, int y, int z, int side, Block block, int meta) { int x2 = x, y2 = y, z2 = z; switch(side) { case 0: y2--; break; case 1: y2++; break; case 2: z2--; break; case 3: z2++; break; case 4: x2--; break; case 5: x2++; break; } return getBlockOrFacade(world, x, y, z, side).equals(block) && getBlockOrFacadeMetadata(world, x, y, z, side) == meta && (!getBlockOrFacade(world, x2, y2, z2, side).equals(block) || getBlockOrFacadeMetadata(world, x2, y2, z2, side) != meta); } private static int getBlockOrFacadeMetadata(IBlockAccess world, int x, int y, int z, int side) { Block blk = world.getBlock(x, y, z); if(blk instanceof IFacade) { return ((IFacade)blk).getFacadeMetadata(world, x, y, z, side); } return world.getBlockMetadata(x, y, z); } private static Block getBlockOrFacade(IBlockAccess world, int x, int y, int z, int side) { Block blk = world.getBlock(x, y, z); if(blk instanceof IFacade) { blk = ((IFacade)blk).getFacade(world, x, y, z, side); } return blk; } }
11,038
Java
.java
Pokefenn/Chisel
37
29
17
2014-04-21T10:49:38Z
2014-10-16T17:09:03Z
990bdae83a2284f733cbf38d50f580e244d2e79fc517c7410afed4723d4a1738
[ 1337, 3116, 51, 11663, 1766, 51, 8654, 51, 399, 1145, 113, 51, 1598, 51, 3183, 64, 222, 222, 485, 3116, 51, 11663, 1766, 51, 8654, 51, 399, 1145, 113, 51, 1256, 51, 2971, 24029, 64, 222, 485, 3723, 51, 8654, 51, 1540, 51, 2246, 64, 222, 485, 3723, 51, 8654, 51, 5879, 51, 78, 2246, 2807, 64, 222, 222, 942, 462, 409, 9043, 222, 128, 303, 924, 648, 1381, 8222, 11338, 299, 320, 343, 320, 54, 59, 49, 244, 54, 60, 49, 244, 54, 61, 49, 244, 54, 62, 855, 343, 320, 54, 59, 49, 244, 62, 49, 244, 54, 61, 49, 244, 54, 56, 855, 343, 320, 61, 49, 244, 62, 49, 244, 54, 55, 49, 244, 54, 56, 855, 343, 320, 61, 49, 244, 54, 60, 49, 244, 54, 55, 49, 244, 54, 62, 855, 343, 320, 54, 59, 49, 244, 62, 49, 244, 59, 49, 244, 54, 58, 855, 343, 320, 61, 49, 244, 54, 60, 49, 244, 54, 57, 49, 244, 60, 855, 343, 320, 55, 49, 244, 54, 54, 49, 244, 59, 49, 244, 54, 58, 855, 343, 320, 61, 49, 244, 62, 49, 244, 54, 57, 49, 244, 54, 58, 855, 343, 320, 54, 53, 49, 244, 54, 49, 244, 54, 57, 49, 244, 54, 58, 855, 343, 320, 54, 53, 49, 244, 54, 54, 49, 244, 54, 57, 49, 244, 58, 855, 343, 320, 53, 49, 244, 54, 54, 49, 244, 57, 49, 244, 54, 58, 855, 343, 320, 53, 49, 244, 54, 49, 244, 54, 57, 49, 244, 54, 58, 855, 343, 6680, 343, 6680, 343, 6680, 343, 6680, 343, 320, 54, 59, 49, 244, 54, 60, 49, 244, 59, 49, 244, 60, 855, 343, 320, 54, 59, 49, 244, 62, 49, 244, 59, 49, 244, 58, 855, 343, 320, 61, 49, 244, 62, 49, 244, 57, 49, 244, 58, 855, 343, 320, 61, 49, 244, 54, 60, 49, 244, 57, 49, 244, 60, 855, 343, 320, 55, 49, 244, 54, 54, 49, 244, 54, 61, 49, 244, 54, 56, 855, 343, 320, 54, 53, 49, 244, 56, 49, 244, 54, 55, 49, 244, 54, 62, 855, 343, 320, 54, 53, 49, 244, 54, 54, 49, 244, 54, 55, 49, 244, 54, 56, 855, 343, 320, 54, 53, 49, 244, 56, 49, 244, 54, 57, 49, 244, 60, 855, 343, 320, 53, 49, 244, 54, 54, 49, 244, 54, 57, 49, 244, 54, 58, 855, 343, 320, 54, 53, 49, 244, 54, 54, 49, 244, 57, 49, 244, 54, 58, 855, 343, 320, 54, 53, 49, 244, 54, 54, 49, 244, 57, 49, 244, 58, 855, 343, 320, 54, 53, 49, 244, 54, 49, 244, 54, 57, 49, 244, 58, 855, 343, 6680, 343, 6680, 343, 6680, 343, 6680, 343, 320, 55, 49, 244, 56, 49, 244, 59, 49, 244, 60, 855, 343, 320, 55, 49, 244, 54, 49, 244, 59, 49, 244, 58, 855, 343, 320, 53, 49, 244, 54, 49, 244, 57, 49, 244, 58, 855, 343, 320, 53, 49, 244, 56, 49, 244, 57, 49, 244, 60, 855, 343, 320, 55, 49, 244, 54, 54, 49, 244, 59, 49, 244, 58, 855, 343, 320, 61, 49, 244, 62, 49, 244, 57, 49, 244, 54, 58, 855, 343, 320, 55, 49, 244, 54, 49, 244, 59, 49, 244, 54, 58, 855, 343, 320, 61, 49, 244, 62, 49, 244, 54, 57, 49, 244, 58, 855, 343, 320, 53, 49, 244, 54, 49, 244, 57, 49, 244, 54, 58, 855, 343, 320, 53, 49, 244, 54, 49, 244, 54, 57, 49, 244, 58, 855, 343, 320, 54, 53, 49, 244, 54, 49, 244, 57, 49, 244, 54, 58, 855, 343, 320, 53, 49, 244, 54, 54, 49, 244, 54, 57, 49, 244, 58, 855, 343, 6680, 343, 6680, 343, 6680, 343, 6680, 343, 320, 55, 49, 244, 56, 49, 244, 54, 61, 49, 244, 54, 62, 855, 343, 320, 55, 49, 244, 54, 49, 244, 54, 61, 49, 244, 54, 56, 855, 343, 320, 53, 49, 244, 54, 49, 244, 54, 55, 49, 244, 54, 56, 855, 343, 320, 53, 49, 244, 56, 49, 244, 54, 55, 49, 244, 54, 62, 855, 343, 320, 54, 53, 49, 244, 54, 49, 244, 54, 55, 49, 244, 54, 56, 855, 343, 320, 53, 49, 244, 56, 49, 244, 54, 57, 49, 244, 60, 855, 343, 320, 53, 49, 244, 54, 54, 49, 244, 54, 55, 49, 244, 54, 56, 855, 343, 320, 54, 53, 49, 244, 56, 49, 244, 57, 49, 244, 60, 855, 343, 320, 53, 49, 244, 54, 54, 49, 244, 57, 49, 244, 58, 855, 343, 320, 54, 53, 49, 244, 54, 49, 244, 57, 49, 244, 58, 855, 343, 320, 54, 53, 49, 244, 54, 54, 49, 244, 54, 57, 49, 244, 54, 58, 855, 343, 320, 53, 49, 244, 54, 49, 244, 57, 49, 244, 58, 855, 343, 6680, 343, 6680, 343, 6680, 343, 6680, 303, 1487, 465, 581, 924, 648, 1197, 640, 1736, 1130, 13386, 45, 78, 2246, 2807, 5810, 49, 648, 837, 49, 648, 553, 49, 648, 1308, 49, 648, 5226, 46, 303, 320, 310, 648, 1671, 299, 640, 4900, 45, 5879, 49, 837, 49, 553, 49, 1308, 49, 5226, 312, 603, 461, 1381, 8222, 96, 1076, 988, 303, 339, 465, 581, 924, 648, 640, 4900, 45, 78, 2246, 2807, 5810, 49, 648, 837, 49, 648, 553, 49, 648, 1308, 49, 648, 5226, 46, 303, 320, 310, 434, 45, 5879, 630, 762, 46, 343, 461, 244, 53, 64, 603, 648, 8934, 299, 244, 53, 64, 310, 6579, 2181, 299, 5810, 51, 25641, 45, 125, 49, 553, 49, 1308, 312, 310, 648, 2181, 4108, 299, 5810, 51, 25641, 4108, 45, 125, 49, 553, 49, 1308, 312, 603, 1922, 342, 1197, 299, 556, 1922, 96, 59, 988, 310, 434, 45, 2691, 2527, 244, 54, 46, 310, 320, 343, 342, 96, 53, 98, 299, 458, 11883, 45, 5879, 49, 837, 449, 244, 54, 49, 553, 49, 1308, 49, 5226, 49, 2181, 49, 2181, 4108, 312, 343, 342, 96, 54, 98, 299, 458, 11883, 45, 5879, 49, 837, 494, 244, 54, 49, 553, 49, 1308, 49, 5226, 49, 2181, 49, 2181, 4108, 312, 343, 342, 96, 55, 98, 299, 458, 11883, 45, 5879, 49, 837, 49, 553, 49, 1308, 494, 244, 54, 49, 5226, 49, 2181, 49, 2181, 4108, 312, 343, 342, 96, 56, 98, 299, 458, 11883, 45, 5879, 49, 837, 49, 553, 49, 1308, 449, 244, 54, 49, 5226, 49, 2181, 49, 2181, 4108, 312, 310, 339, 832, 434, 45, 2691, 630, 244, 55, 46, 310, 320, 343, 342, 96, 53, 98, 299, 458, 11883, 45, 5879, 49, 837, 494, 244, 54, 49, 553, 49, 1308, 49, 5226, 49, 2181, 49, 2181, 4108, 312, 343, 342, 96, 54, 98, 299, 458, 11883, 45, 5879, 49, 837, 449, 244, 54, 49, 553, 49, 1308, 49, 5226, 49, 2181, 49, 2181, 4108, 312, 343, 342, 96, 55, 98, 299, 458, 11883, 45, 5879, 49, 837, 49, 553, 449, 244, 54, 49, 1308, 49, 5226, 49, 2181, 49, 2181, 4108, 312, 343, 342, 96, 56, 98, 299, 458, 11883, 45, 5879, 49, 837, 49, 553, 494, 244, 54, 49, 1308, 49, 5226, 49, 2181, 49, 2181, 4108, 312, 310, 339, 832, 434, 45, 2691, 630, 244, 56, 46, 310, 320, 343, 342, 96, 53, 98, 299, 458, 11883, 45, 5879, 49, 837, 449, 244, 54, 49, 553, 49, 1308, 49, 5226, 49, 2181, 49, 2181, 4108, 312, 343, 342, 96, 54, 98, 299, 458, 11883, 45, 5879, 49, 837, 494, 244, 54, 49, 553, 49, 1308, 49, 5226, 49, 2181, 49, 2181, 4108, 312, 343, 342, 96, 55, 98, 299, 458, 11883, 45, 5879, 49, 837, 49, 553, 449, 244, 54, 49, 1308, 49, 5226, 49, 2181, 49, 2181, 4108, 312, 343, 342, 96, 56, 98, 299, 458, 11883, 45, 5879, 49, 837, 49, 553, 494, 244, 54, 49, 1308, 49, 5226, 49, 2181, 49, 2181, 4108, 312, 310, 339, 832, 434, 45, 2691, 630, 244, 57, 46, 310, 320, 343, 342, 96, 53, 98, 299, 458, 11883, 45, 5879, 49, 837, 49, 553, 49, 1308, 449, 244, 54, 49, 5226, 49, 2181, 49, 2181, 4108, 312, 343, 342, 96, 54, 98, 299, 458, 11883, 45, 5879, 49, 837, 49, 553, 49, 1308, 494, 244, 54, 49, 5226, 49, 2181, 49, 2181, 4108, 312, 343, 342, 96, 55, 98, 299, 458, 11883, 45, 5879, 49, 837, 49, 553, 449, 244, 54, 49, 1308, 49, 5226, 49, 2181, 49, 2181, 4108, 312, 343, 342, 96, 56, 98, 299, 458, 11883, 45, 5879, 49, 837, 49, 553, 494, 244, 54, 49, 1308, 49, 5226, 49, 2181, 49, 2181, 4108, 312, 310, 339, 832, 434, 45, 2691, 630, 244, 58, 46, 310, 320, 343, 342, 96, 53, 98, 299, 458, 11883, 45, 5879, 49, 837, 49, 553, 49, 1308, 494, 244, 54, 49, 5226, 49, 2181, 49, 2181, 4108, 312, 343, 342, 96, 54, 98, 299, 458, 11883, 45, 5879, 49, 837, 49, 553, 49, 1308, 449, 244, 54, 49, 5226, 49, 2181, 49, 2181, 4108, 312, 343, 342, 96, 55, 98, 299, 458, 11883, 45, 5879, 49, 837, 49, 553, 449, 244, 54, 49, 1308, 49, 5226, 49, 2181, 49, 2181, 4108, 312, 343, 342, 96, 56, 98, 299, 458, 11883, 45, 5879, 49, 837, 49, 553, 494, 244, 54, 49, 1308, 49, 5226, 49, 2181, 49, 2181, 4108, 312, 310, 339, 310, 434, 45, 103, 96, 53, 98, 568, 673, 103, 96, 54, 98, 568, 673, 103, 96, 55, 98, 568, 673, 103, 96, 56, 1156, 343, 8934, 299, 244, 56, 64, 310, 832, 434, 3848, 103, 96, 53, 98, 568, 342, 96, 54, 98, 568, 673, 103, 96, 55, 98, 568, 673, 103, 96, 56, 1156, 343, 8934, 299, 244, 54, 64, 310, 832, 434, 3848, 103, 96, 53, 98, 568, 673, 103, 96, 54, 98, 568, 342, 96, 55, 98, 568, 673, 103, 96, 56, 1156, 343, 8934, 299, 244, 54, 59, 64, 310, 832, 434, 3848, 103, 96, 53, 98, 568, 673, 103, 96, 54, 98, 568, 673, 103, 96, 55, 98, 568, 342, 96, 56, 1156, 343, 8934, 299, 244, 57, 61, 64, 310, 832, 434, 45, 103, 96, 53, 98, 568, 342, 96, 54, 98, 568, 673, 103, 96, 55, 98, 568, 673, 103, 96, 56, 1156, 343, 8934, 299, 244, 55, 64, 310, 832, 434, 3848, 103, 96, 53, 98, 568, 673, 103, 96, 54, 98, 568, 342, 96, 55, 98, 568, 342, 96, 56, 1156, 343, 8934, 299, 244, 56, 55, 64, 310, 832, 434, 45, 103, 96, 53, 98, 568, 673, 103, 96, 54, 98, 568, 342, 96, 55, 98, 568, 673, 103, 96, 56, 1156, 343, 8934, 299, 244, 54, 62, 64, 310, 832, 434, 45, 103, 96, 53, 98, 568, 673, 103, 96, 54, 98, 568, 673, 103, 96, 55, 98, 568, 342, 96, 56, 1156, 343, 8934, 299, 244, 58, 54, 64, 310, 832, 434, 3848, 103, 96, 53, 98, 568, 342, 96, 54, 98, 568, 342, 96, 55, 98, 568, 673, 103, 96, 56, 1156, 343, 8934, 299, 244, 54, 60, 64, 310, 832, 434, 3848, 103, 96, 53, 98, 568, 342, 96, 54, 98, 568, 673, 103, 96, 55, 98, 568, 342, 96, 56, 1156, 343, 8934, 299, 244, 57, 62, 64, 310, 832, 434, 3848, 103, 96, 53, 98, 568, 342, 96, 54, 98, 568, 342, 96, 55, 98, 568, 342, 96, 56, 1156, 343, 8934, 299, 244, 56, 56, 64, 310, 832, 434, 45, 103, 96, 53, 98, 568, 673, 103, 96, 54, 98, 568, 342, 96, 55, 98, 568, 342, 96, 56, 1156, 343, 8934, 299, 244, 56, 58, 64, 310, 832, 434, 45, 103, 96, 53, 98, 568, 342, 96, 54, 98, 568, 673, 103, 96, 55, 98, 568, 342, 96, 56, 1156, 343, 8934, 299, 244, 58, 53, 64, 310, 832, 434, 45, 103, 96, 53, 98, 568, 342, 96, 54, 98, 568, 342, 96, 55, 98, 568, 673, 103, 96, 56, 1156, 343, 8934, 299, 244, 54, 61, 64, 310, 832, 434, 45, 103, 96, 53, 98, 568, 342, 96, 54, 98, 568, 342, 96, 55, 98, 568, 342, 96, 56, 1156, 343, 8934, 299, 244, 56, 57, 64, 603, 1922, 342, 55, 1197, 299, 556, 1922, 96, 59, 988, 310, 434, 45, 2691, 2527, 244, 54, 46, 310, 320, 343, 342, 55, 96, 53, 98, 299, 673, 45240, 45, 5879, 49, 837, 494, 244, 54, 49, 553, 49, 1308, 494, 244, 54, 49, 5226, 49, 2181, 49, 2181, 4108, 312, 343, 342, 55, 96, 54, 98, 299, 673, 45240, 45, 5879, 49, 837, 449, 244, 54, 49, 553, 49, 1308, 494, 244, 54, 49, 5226, 49, 2181, 49, 2181, 4108, 312, 343, 342, 55, 96, 55, 98, 299, 673, 45240, 45, 5879, 49, 837, 494, 244, 54, 49, 553, 49, 1308, 449, 244, 54, 49, 5226, 49, 2181, 49, 2181, 4108, 312, 343, 342, 55, 96, 56, 98, 299, 673, 45240, 45, 5879, 49, 837, 449, 244, 54, 49, 553, 49, 1308, 449, 244, 54, 49, 5226, 49, 2181, 49, 2181, 4108, 312, 310, 339, 832, 434, 45, 2691, 630, 244, 55, 46, 310, 320, 343, 342, 55, 96, 53, 98, 299, 673, 45240, 45, 5879, 49, 837, 449, 244, 54, 49, 553, 449, 244, 54, 49, 1308, 49, 5226, 49, 2181, 49, 2181, 4108, 312, 343, 342, 55, 96, 54, 98, 299, 673, 45240, 45, 5879, 49, 837, 494, 244, 54, 49, 553, 449, 244, 54, 49, 1308, 49, 5226, 49, 2181, 49, 2181, 4108, 312, 343, 342, 55, 96, 55, 98, 299, 673, 45240, 45, 5879, 49, 837, 449, 244, 54, 49, 553, 494, 244, 54, 49, 1308, 49, 5226, 49, 2181, 49, 2181, 4108, 312, 343, 342, 55, 96, 56, 98, 299, 673, 45240, 45, 5879, 49, 837, 494, 244, 54, 49, 553, 494, 244, 54, 49, 1308, 49, 5226, 49, 2181, 49, 2181, 4108, 312, 310, 339, 832, 434, 45, 2691, 630, 244, 56, 46, 310, 320, 343, 342, 55, 96, 53, 98, 299, 673, 45240, 45, 5879, 49, 837, 494, 244, 54, 49, 553, 449, 244, 54, 49, 1308, 49, 5226, 49, 2181, 49, 2181, 4108, 312, 343, 342, 55, 96, 54, 98, 299, 673, 45240, 45, 5879, 49, 837, 449, 244, 54, 49, 553, 449, 244, 54, 49, 1308, 49, 5226, 49, 2181, 49, 2181, 4108, 312, 343, 342, 55, 96, 55, 98, 299, 673, 45240, 45, 5879, 49, 837, 494, 244, 54, 49, 553, 494, 244, 54, 49, 1308, 49, 5226, 49, 2181, 49, 2181, 4108, 312, 343, 342, 55, 96, 56, 98, 299, 673, 45240, 45, 5879, 49, 837, 449, 244, 54, 49, 553, 494, 244, 54, 49, 1308, 49, 5226, 49, 2181, 49, 2181, 4108, 312, 310, 339, 832, 434, 45, 2691, 630, 244, 57, 46, 310, 320, 343, 342, 55, 96, 53, 98, 299, 673, 45240, 45, 5879, 49, 837, 49, 553, 449, 244, 54, 49, 1308, 494, 244, 54, 49, 5226, 49, 2181, 49, 2181, 4108, 312, 343, 342, 55, 96, 54, 98, 299, 673, 45240, 45, 5879, 49, 837, 49, 553, 449, 244, 54, 49, 1308, 449, 244, 54, 49, 5226, 49, 2181, 49, 2181, 4108, 312, 343, 342, 55, 96, 55, 98, 299, 673, 45240, 45, 5879, 49, 837, 49, 553, 494, 244, 54, 49, 1308, 494, 244, 54, 49, 5226, 49, 2181, 49, 2181, 4108, 312, 343, 342, 55, 96, 56, 98, 299, 673, 45240, 45, 5879, 49, 837, 49, 553, 494, 244, 54, 49, 1308, 449, 244, 54, 49, 5226, 49, 2181, 49, 2181, 4108, 312, 310, 339, 832, 434, 45, 2691, 630, 244, 58, 46, 310, 320, 343, 342, 55, 96, 53, 98, 299, 673, 45240, 45, 5879, 49, 837, 49, 553, 449, 244, 54, 49, 1308, 449, 244, 54, 49, 5226, 49, 2181, 49, 2181, 4108, 312, 343, 342, 55, 96, 54, 98, 299, 673, 45240, 45, 5879, 49, 837, 49, 553, 449, 244, 54, 49, 1308, 494, 244, 54, 49, 5226, 49, 2181, 49, 2181, 4108, 312, 343, 342, 55, 96, 55, 98, 299, 673, 45240, 45, 5879, 49, 837, 49, 553, 494, 244, 54, 49, 1308, 449, 244, 54, 49, 5226, 49, 2181, 49, 2181, 4108, 312, 343, 342, 55, 96, 56, 98, 299, 673, 45240, 45, 5879, 49, 837, 49, 553, 494, 244, 54, 49, 1308, 494, 244, 54, 49, 5226, 49, 2181, 49, 2181, 4108, 312, 310, 339, 603, 434, 45, 8288, 630, 244, 54, 60, 979, 342, 55, 96, 53, 1156, 343, 8934, 299, 244, 57, 64, 310, 434, 45, 8288, 630, 244, 54, 62, 979, 342, 55, 96, 54, 1156, 343, 8934, 299, 244, 58, 64, 310, 434, 45, 8288, 630, 244, 57, 62, 979, 342, 55, 96, 55, 1156, 343, 8934, 299, 244, 55, 53, 64, 310, 434, 45, 8288, 630, 244, 58, 54, 979, 342, 55, 96, 56, 1156, 343, 8934, 299, 244, 55, 54, 64, 603, 434, 45, 8288, 630, 244, 54, 61, 979, 342, 55, 96, 53, 98, 979, 342, 55, 96, 54, 1156, 343, 8934, 299, 244, 60, 64, 310, 434, 45, 8288, 630, 244, 56, 56, 979, 342, 55, 96, 53, 98, 979, 342, 55, 96, 55, 1156, 343, 8934, 299, 244, 59, 64, 310, 434, 45, 8288, 630, 244, 56, 58, 979, 342, 55, 96, 56, 98, 979, 342, 55, 96, 54, 1156, 343, 8934, 299, 244, 55, 56, 64, 310, 434, 45, 8288, 630, 244, 58, 53, 979, 342, 55, 96, 56, 98, 979, 342, 55, 96, 55, 1156, 343, 8934, 299, 244, 55, 55, 64, 603, 434, 45, 8288, 630, 244, 54, 61, 979, 673, 103, 55, 96, 53, 98, 979, 342, 55, 96, 54, 1156, 343, 8934, 299, 244, 56, 62, 64, 310, 434, 45, 8288, 630, 244, 56, 56, 979, 342, 55, 96, 53, 98, 979, 673, 103, 55, 96, 55, 1156, 343, 8934, 299, 244, 56, 61, 64, 310, 434, 45, 8288, 630, 244, 56, 58, 979, 673, 103, 55, 96, 56, 98, 979, 342, 55, 96, 54, 1156, 343, 8934, 299, 244, 58, 56, 64, 310, 434, 45, 8288, 630, 244, 58, 53, 979, 342, 55, 96, 56, 98, 979, 673, 103, 55, 96, 55, 1156, 343, 8934, 299, 244, 58, 55, 64, 603, 434, 45, 8288, 630, 244, 54, 61, 979, 342, 55, 96, 53, 98, 979, 673, 103, 55, 96, 54, 1156, 343, 8934, 299, 244, 56, 60, 64, 310, 434, 45, 8288, 630, 244, 56, 56, 979, 673, 103, 55, 96, 53, 98, 979, 342, 55, 96, 55, 1156, 343, 8934, 299, 244, 56, 59, 64, 310, 434, 45, 8288, 630, 244, 56, 58, 979, 342, 55, 96, 56, 98, 979, 673, 103, 55, 96, 54, 1156, 343, 8934, 299, 244, 58, 58, 64, 310, 434, 45, 8288, 630, 244, 58, 53, 979, 673, 103, 55, 96, 56, 98, 979, 342, 55, 96, 55, 1156, 343, 8934, 299, 244, 58, 57, 64, 6934, 434, 45, 8288, 630, 244, 56, 57, 979, 342, 55, 96, 53, 98, 979, 342, 55, 96, 54, 98, 979, 342, 55, 96, 55, 98, 979, 342, 55, 96, 56, 1156, 343, 8934, 299, 244, 58, 61, 64, 603, 434, 45, 8288, 630, 244, 56, 57, 979, 673, 103, 55, 96, 53, 98, 979, 342, 55, 96, 54, 98, 979, 342, 55, 96, 55, 98, 979, 342, 55, 96, 56, 1156, 343, 8934, 299, 244, 62, 64, 310, 434, 45, 8288, 630, 244, 56, 57, 979, 342, 55, 96, 53, 98, 979, 673, 103, 55, 96, 54, 98, 979, 342, 55, 96, 55, 98, 979, 342, 55, 96, 56, 1156, 343, 8934, 299, 244, 55, 58, 64, 310, 434, 45, 8288, 630, 244, 56, 57, 979, 342, 55, 96, 53, 98, 979, 342, 55, 96, 54, 98, 979, 673, 103, 55, 96, 55, 98, 979, 342, 55, 96, 56, 1156, 343, 8934, 299, 244, 61, 64, 310, 434, 45, 8288, 630, 244, 56, 57, 979, 342, 55, 96, 53, 98, 979, 342, 55, 96, 54, 98, 979, 342, 55, 96, 55, 98, 979, 673, 103, 55, 96, 56, 1156, 343, 8934, 299, 244, 55, 57, 64, 603, 434, 45, 8288, 630, 244, 56, 57, 979, 342, 55, 96, 53, 98, 979, 342, 55, 96, 54, 98, 979, 673, 103, 55, 96, 55, 98, 979, 673, 103, 55, 96, 56, 1156, 343, 8934, 299, 244, 54, 54, 64, 310, 434, 45, 8288, 630, 244, 56, 57, 979, 673, 103, 55, 96, 53, 98, 979, 673, 103, 55, 96, 54, 98, 979, 342, 55, 96, 55, 98, 979, 342, 55, 96, 56, 1156, 343, 8934, 299, 244, 55, 59, 64, 310, 434, 45, 8288, 630, 244, 56, 57, 979, 673, 103, 55, 96, 53, 98, 979, 342, 55, 96, 54, 98, 979, 673, 103, 55, 96, 55, 98, 979, 342, 55, 96, 56, 1156, 343, 8934, 299, 244, 55, 60, 64, 310, 434, 45, 8288, 630, 244, 56, 57, 979, 342, 55, 96, 53, 98, 979, 673, 103, 55, 96, 54, 98, 979, 342, 55, 96, 55, 98, 979, 673, 103, 55, 96, 56, 1156, 343, 8934, 299, 244, 54, 53, 64, 603, 434, 45, 8288, 630, 244, 56, 57, 979, 342, 55, 96, 53, 98, 979, 673, 103, 55, 96, 54, 98, 979, 673, 103, 55, 96, 55, 98, 979, 342, 55, 96, 56, 1156, 343, 8934, 299, 244, 57, 55, 64, 310, 434, 45, 8288, 630, 244, 56, 57, 979, 673, 103, 55, 96, 53, 98, 979, 342, 55, 96, 54, 98, 979, 342, 55, 96, 55, 98, 979, 673, 103, 55, 96, 56, 1156, 343, 8934, 299, 244, 57, 56, 64, 603, 434, 45, 8288, 630, 244, 56, 57, 979, 342, 55, 96, 53, 98, 979, 673, 103, 55, 96, 54, 98, 979, 673, 103, 55, 96, 55, 98, 979, 673, 103, 55, 96, 56, 1156, 343, 8934, 299, 244, 57, 53, 64, 310, 434, 45, 8288, 630, 244, 56, 57, 979, 673, 103, 55, 96, 53, 98, 979, 342, 55, 96, 54, 98, 979, 673, 103, 55, 96, 55, 98, 979, 673, 103, 55, 96, 56, 1156, 343, 8934, 299, 244, 57, 54, 64, 310, 434, 45, 8288, 630, 244, 56, 57, 979, 673, 103, 55, 96, 53, 98, 979, 673, 103, 55, 96, 54, 98, 979, 342, 55, 96, 55, 98, 979, 673, 103, 55, 96, 56, 1156, 343, 8934, 299, 244, 58, 59, 64, 310, 434, 45, 8288, 630, 244, 56, 57, 979, 673, 103, 55, 96, 53, 98, 979, 673, 103, 55, 96, 54, 98, 979, 673, 103, 55, 96, 55, 98, 979, 342, 55, 96, 56, 1156, 343, 8934, 299, 244, 58, 60, 64, 310, 461, 8934, 64, 303, 339, 465, 964, 924, 1922, 458, 11883, 45, 78, 2246, 2807, 5810, 49, 648, 837, 49, 648, 553, 49, 648, 1308, 49, 648, 5226, 49, 6579, 2181, 49, 648, 6096, 46, 303, 320, 310, 648, 837, 55, 299, 837, 49, 553, 55, 299, 553, 49, 1308, 55, 299, 1308, 64, 603, 3593, 45, 2691, 46, 310, 320, 343, 1152, 244, 53, 63, 419, 553, 55, 10606, 419, 1644, 64, 343, 1152, 244, 54, 63, 419, 553, 55, 3348, 419, 1644, 64, 343, 1152, 244, 55, 63, 419, 1308, 55, 10606, 419, 1644, 64, 343, 1152, 244, 56, 63, 419, 1308, 55, 3348, 419, 1644, 64, 343, 1152, 244, 57, 63, 419, 837, 55, 10606, 419, 1644, 64, 343, 1152, 244, 58, 63, 419, 837, 55, 3348, 419, 1644, 64, 310, 339, 603, 461, 640, 2246, 1543, 19572, 45, 5879, 49, 837, 49, 553, 49, 1308, 49, 5226, 566, 3591, 45, 1540, 46, 979, 640, 2246, 1543, 19572, 4108, 45, 5879, 49, 837, 49, 553, 49, 1308, 49, 5226, 46, 630, 6096, 979, 1445, 25641, 1543, 19572, 45, 5879, 49, 837, 55, 49, 553, 55, 49, 1308, 55, 49, 5226, 566, 3591, 45, 1540, 46, 1293, 640, 2246, 1543, 19572, 4108, 45, 5879, 49, 837, 55, 49, 553, 55, 49, 1308, 55, 49, 5226, 46, 882, 6096, 312, 303, 339, 465, 964, 924, 648, 640, 2246, 1543, 19572, 4108, 45, 78, 2246, 2807, 5810, 49, 648, 837, 49, 648, 553, 49, 648, 1308, 49, 648, 5226, 46, 320, 416, 6579, 28027, 299, 5810, 51, 25641, 45, 125, 49, 553, 49, 1308, 312, 416, 434, 45, 13212, 5118, 5515, 24029, 46, 320, 310, 461, 1849, 2971, 24029, 46, 13212, 566, 390, 19572, 4108, 45, 5879, 49, 837, 49, 553, 49, 1308, 49, 5226, 312, 416, 339, 416, 461, 5810, 51, 25641, 4108, 45, 125, 49, 553, 49, 1308, 312, 303, 339, 465, 964, 924, 6579, 640, 2246, 1543, 19572, 45, 78, 2246, 2807, 5810, 49, 648, 837, 49, 648, 553, 49, 648, 1308, 49, 648, 5226, 46, 320, 416, 6579, 28027, 299, 5810, 51, 25641, 45, 125, 49, 553, 49, 1308, 312, 416, 434, 45, 13212, 5118, 5515, 24029, 46, 320, 310, 28027, 299, 1849, 2971, 24029, 46, 13212, 566, 390, 19572, 45, 5879, 49, 837, 49, 553, 49, 1308, 49, 5226, 312, 416, 339, 416, 461, 28027, 64, 303, 339, 222, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
4,138
true
34.263454
true
true
equals002a.java
/FileExtraction/Java_unseen/SAP_SapMachine/test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/equals/equals002a.java
/* * Copyright (c) 2000, 2021, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ package nsk.jdi.Field.equals; import nsk.share.*; import nsk.share.jpda.*; import nsk.share.jdi.*; public class equals002a { boolean z0, z1[]={z0}, z2[][]={z1}; byte b0, b1[]={b0}, b2[][]={b1}; char c0, c1[]={c0}, c2[][]={c1}; double d0, d1[]={d0}, d2[][]={d1}; float f0, f1[]={f0}, f2[][]={f1}; int i0, i1[]={i0}, i2[][]={i1}; long l0, l1[]={l0}, l2[][]={l1}; static long lS0, lS1[]={lS0}, lS2[][]={lS1}; private long lP0, lP1[]={lP0}, lP2[][]={lP1}; public long lU0, lU1[]={lU0}, lU2[][]={lU1}; protected long lR0, lR1[]={lR0}, lR2[][]={lR1}; transient long lT0, lT1[]={lT0}, lT2[][]={lT1}; volatile long lV0, lV1[]={lV0}, lV2[][]={lV1}; final long lF0 = 999, lF1[]={lF0}, lF2[][]={lF1}; class Class {} Class X0, X1[]={X0}, X2[][]={X1}; Boolean Z0, Z1[]={Z0}, Z2[][]={Z1}; Byte B0, B1[]={B0}, B2[][]={B1}; Character C0, C1[]={C0}, C2[][]={C1}; Double D0, D1[]={D0}, D2[][]={D1}; Float F0, F1[]={F0}, F2[][]={F1}; Integer I0, I1[]={I0}, I2[][]={I1}; Long L0, L1[]={L0}, L2[][]={L1}; String S0, S1[]={S0}, S2[][]={S1}; Object O0, O1[]={O0}, O2[][]={O1}; static Long LS0, LS1[]={LS0}, LS2[][]={LS1}; private Long LP0, LP1[]={LP0}, LP2[][]={LP1}; public Long LU0, LU1[]={LU0}, LU2[][]={LU1}; protected Long LR0, LR1[]={LR0}, LR2[][]={LR1}; transient Long LT0, LT1[]={LT0}, LT2[][]={LT1}; volatile Long LV0, LV1[]={LV0}, LV2[][]={LV1}; final Long LF0 = Long.valueOf(999), LF1[]={LF0}, LF2[][]={LF1}; interface Inter {} Inter E0, E1[]={E0}, E2[][]={E1}; static Inter ES0, ES1[]={ES0}, ES2[][]={ES1}; private Inter EP0, EP1[]={EP0}, EP2[][]={EP1}; public Inter EU0, EU1[]={EU0}, EU2[][]={EU1}; protected Inter ER0, ER1[]={ER0}, ER2[][]={ER1}; transient Inter ET0, ET1[]={ET0}, ET2[][]={ET1}; volatile Inter EV0, EV1[]={EV0}, EV2[][]={EV1}; final Inter EF0 = null, EF1[]={EF0}, EF2[][]={EF1}; public static void main (String argv[]) { ArgumentHandler argHandler = new ArgumentHandler(argv); Log log = new Log(System.err, argHandler); IOPipe pipe = argHandler.createDebugeeIOPipe(log); log.display("DEBUGEE> debugee started."); pipe.println("ready"); String instruction = pipe.readln(); if (instruction.equals("quit")) { log.display("DEBUGEE> \"quit\" signal recieved."); log.display("DEBUGEE> completed succesfully."); System.exit(95); } log.complain("DEBUGEE FAILURE> unexpected signal " + "(no \"quit\") - " + instruction); log.complain("DEBUGEE FAILURE> TEST FAILED"); System.exit(97); } }
3,862
Java
.java
SAP/SapMachine
487
90
10
2017-11-13T21:40:03Z
2024-05-09T00:31:05Z
0c4b147445444bb3e39f6dcc7e9ed5592837c43aecfec8e93b651d421174c651
[ 1127, 222, 338, 2657, 327, 104, 46, 244, 55, 53, 53, 53, 49, 244, 55, 53, 55, 54, 49, 17980, 480, 52, 290, 2840, 25094, 51, 3381, 4760, 5225, 51, 222, 338, 4103, 2387, 23740, 1895, 35234, 8995, 2387, 11988, 1895, 8968, 10961, 30441, 51, 222, 338, 222, 338, 1369, 1361, 458, 3760, 2951, 64, 863, 902, 14081, 580, 480, 52, 290, 5370, 580, 222, 338, 1549, 341, 5974, 451, 341, 6994, 6153, 5062, 1196, 1522, 244, 55, 1773, 49, 641, 222, 338, 9582, 829, 341, 7834, 3870, 7120, 51, 222, 338, 222, 338, 1369, 1361, 458, 2744, 347, 341, 9850, 708, 580, 1118, 545, 6386, 49, 1294, 4213, 222, 338, 2979, 9345, 64, 2895, 4462, 341, 4506, 14319, 451, 7934, 575, 222, 338, 8114, 4800, 418, 7848, 7763, 51, 244, 2819, 341, 6994, 6153, 5062, 1196, 222, 338, 1522, 244, 55, 456, 1851, 4261, 327, 102, 1948, 458, 5976, 347, 341, 7621, 822, 708, 222, 338, 20854, 297, 4850, 477, 1361, 566, 222, 338, 222, 338, 2469, 1414, 1178, 6589, 331, 1948, 451, 341, 6994, 6153, 5062, 1196, 1522, 222, 338, 244, 55, 7979, 642, 477, 1409, 64, 434, 666, 49, 2886, 391, 341, 7834, 3870, 7120, 49, 222, 338, 6367, 4345, 244, 58, 54, 34113, 1277, 49, 33316, 26912, 49, 25006, 49, 13083, 244, 53, 55, 54, 54, 53, 50, 54, 56, 53, 54, 15067, 51, 222, 338, 222, 338, 5304, 7272, 17980, 49, 244, 58, 53, 53, 17980, 27004, 3094, 49, 4777, 21100, 2432, 6868, 49, 10562, 244, 62, 57, 53, 59, 58, 15067, 222, 338, 575, 7739, 19955, 51, 11116, 51, 527, 434, 863, 1868, 5408, 2490, 575, 1178, 1364, 222, 338, 10034, 51, 222, 588, 499, 222, 1337, 329, 2009, 51, 111, 1351, 51, 1195, 51, 3591, 64, 222, 222, 485, 329, 2009, 51, 6085, 7737, 222, 485, 329, 2009, 51, 6085, 51, 11558, 1830, 7737, 222, 485, 329, 2009, 51, 6085, 51, 111, 1351, 7737, 499, 222, 942, 462, 12432, 53, 53, 55, 102, 320, 303, 1922, 1308, 53, 49, 1308, 54, 1197, 1305, 127, 53, 855, 1308, 55, 11338, 1305, 127, 54, 1274, 303, 3447, 283, 342, 53, 49, 342, 54, 1197, 1305, 103, 53, 855, 342, 55, 11338, 1305, 103, 54, 1274, 303, 1370, 283, 300, 53, 49, 300, 54, 1197, 1305, 104, 53, 855, 300, 55, 11338, 1305, 104, 54, 1274, 303, 2082, 244, 362, 53, 49, 362, 54, 1197, 1305, 105, 53, 855, 362, 55, 11338, 1305, 105, 54, 1274, 303, 1916, 280, 315, 53, 49, 315, 54, 1197, 1305, 107, 53, 855, 315, 55, 11338, 1305, 107, 54, 1274, 303, 648, 281, 613, 53, 49, 613, 54, 1197, 1305, 110, 53, 855, 613, 55, 11338, 1305, 110, 54, 1274, 303, 1964, 283, 475, 53, 49, 475, 54, 1197, 1305, 113, 53, 855, 475, 55, 11338, 1305, 113, 54, 1274, 465, 924, 283, 1964, 475, 88, 53, 49, 475, 88, 54, 1197, 1305, 113, 88, 53, 855, 475, 88, 55, 11338, 1305, 113, 88, 54, 1274, 303, 964, 280, 1964, 475, 85, 53, 49, 475, 85, 54, 1197, 1305, 113, 85, 53, 855, 475, 85, 55, 11338, 1305, 113, 85, 54, 1274, 303, 581, 283, 1964, 475, 90, 53, 49, 475, 90, 54, 1197, 1305, 113, 90, 53, 855, 475, 90, 55, 11338, 1305, 113, 90, 54, 1274, 303, 2532, 1964, 475, 87, 53, 49, 475, 87, 54, 1197, 1305, 113, 87, 53, 855, 475, 87, 55, 11338, 1305, 113, 87, 54, 1274, 303, 30215, 1964, 475, 89, 53, 49, 475, 89, 54, 1197, 1305, 113, 89, 53, 855, 475, 89, 55, 11338, 1305, 113, 89, 54, 1274, 303, 12014, 244, 1964, 475, 91, 53, 49, 475, 91, 54, 1197, 1305, 113, 91, 53, 855, 475, 91, 55, 11338, 1305, 113, 91, 54, 1274, 303, 1175, 281, 1964, 475, 75, 53, 299, 244, 62, 62, 62, 49, 475, 75, 54, 1197, 1305, 113, 75, 53, 855, 475, 75, 55, 11338, 1305, 113, 75, 54, 1274, 465, 462, 1727, 2172, 303, 1727, 281, 1618, 53, 49, 1618, 54, 1197, 1305, 93, 53, 855, 1618, 55, 11338, 1305, 93, 54, 1274, 303, 5080, 280, 2538, 53, 49, 2538, 54, 1197, 1305, 95, 53, 855, 2538, 55, 11338, 1305, 95, 54, 1274, 303, 8049, 665, 570, 53, 49, 570, 54, 1197, 1305, 71, 53, 855, 570, 55, 11338, 1305, 71, 54, 1274, 303, 15045, 409, 53, 49, 409, 54, 1197, 1305, 72, 53, 855, 409, 55, 11338, 1305, 72, 54, 1274, 303, 6938, 283, 493, 53, 49, 493, 54, 1197, 1305, 73, 53, 855, 493, 55, 11338, 1305, 73, 54, 1274, 303, 8182, 281, 525, 53, 49, 525, 54, 1197, 1305, 75, 53, 855, 525, 55, 11338, 1305, 75, 54, 1274, 303, 4418, 280, 457, 53, 49, 457, 54, 1197, 1305, 78, 53, 855, 457, 55, 11338, 1305, 78, 54, 1274, 303, 6374, 665, 517, 53, 49, 517, 54, 1197, 1305, 81, 53, 855, 517, 55, 11338, 1305, 81, 54, 1274, 303, 910, 283, 377, 53, 49, 377, 54, 1197, 1305, 88, 53, 855, 377, 55, 11338, 1305, 88, 54, 1274, 303, 2210, 283, 565, 53, 49, 565, 54, 1197, 1305, 84, 53, 855, 565, 55, 11338, 1305, 84, 54, 1274, 465, 924, 283, 6374, 37902, 53, 49, 37902, 54, 1197, 1305, 4912, 53, 855, 37902, 55, 11338, 1305, 4912, 54, 1274, 303, 964, 280, 6374, 15707, 53, 49, 15707, 54, 1197, 1305, 7603, 53, 855, 15707, 55, 11338, 1305, 7603, 54, 1274, 303, 581, 283, 6374, 33659, 53, 49, 33659, 54, 1197, 1305, 11830, 53, 855, 33659, 55, 11338, 1305, 11830, 54, 1274, 303, 2532, 6374, 47831, 53, 49, 47831, 54, 1197, 1305, 14909, 53, 855, 47831, 55, 11338, 1305, 14909, 54, 1274, 303, 30215, 6374, 33478, 53, 49, 33478, 54, 1197, 1305, 11717, 53, 855, 33478, 55, 11338, 1305, 11717, 54, 1274, 303, 12014, 244, 6374, 31077, 53, 49, 31077, 54, 1197, 1305, 20740, 53, 855, 31077, 55, 11338, 1305, 20740, 54, 1274, 303, 1175, 281, 6374, 517, 75, 53, 299, 6374, 51, 9169, 45, 62, 62, 62, 490, 517, 75, 54, 1197, 1305, 22908, 53, 855, 517, 75, 55, 11338, 1305, 22908, 54, 1274, 465, 2586, 4821, 2172, 303, 4821, 535, 53, 49, 535, 54, 1197, 1305, 74, 53, 855, 535, 55, 11338, 1305, 74, 54, 1274, 303, 924, 283, 4821, 15098, 53, 49, 15098, 54, 1197, 1305, 959, 53, 855, 15098, 55, 11338, 1305, 959, 54, 1274, 303, 964, 280, 4821, 20287, 53, 49, 20287, 54, 1197, 1305, 7426, 53, 855, 20287, 55, 11338, 1305, 7426, 54, 1274, 303, 581, 283, 4821, 45554, 53, 49, 45554, 54, 1197, 1305, 22331, 53, 855, 45554, 55, 11338, 1305, 22331, 54, 1274, 303, 2532, 4821, 32345, 53, 49, 32345, 54, 1197, 1305, 546, 53, 855, 32345, 55, 11338, 1305, 546, 54, 1274, 303, 30215, 4821, 20520, 53, 49, 20520, 54, 1197, 1305, 1235, 53, 855, 20520, 55, 11338, 1305, 1235, 54, 1274, 303, 12014, 244, 4821, 39358, 53, 49, 39358, 54, 1197, 1305, 17072, 53, 855, 39358, 55, 11338, 1305, 17072, 54, 1274, 303, 1175, 281, 4821, 18511, 53, 299, 762, 49, 18511, 54, 1197, 1305, 11063, 53, 855, 18511, 55, 11338, 1305, 11063, 54, 1274, 465, 581, 924, 782, 2594, 327, 671, 6194, 9798, 320, 310, 7115, 1985, 1657, 1985, 299, 556, 7115, 1985, 45, 6129, 312, 310, 2681, 1264, 299, 556, 2681, 45, 1615, 51, 549, 49, 1657, 1985, 312, 310, 457, 1970, 6053, 13581, 299, 1657, 1985, 51, 1315, 703, 716, 41067, 78, 1970, 6053, 45, 769, 312, 603, 1264, 51, 2784, 459, 2913, 4171, 67, 428, 716, 41067, 7326, 5377, 310, 13581, 51, 3962, 459, 2603, 742, 310, 910, 12419, 299, 13581, 51, 870, 2517, 492, 310, 434, 327, 18358, 51, 3591, 459, 16998, 2152, 320, 343, 1264, 51, 2784, 459, 2913, 4171, 67, 4045, 16998, 1508, 7086, 8835, 21951, 5377, 343, 1264, 51, 2784, 459, 2913, 4171, 67, 9442, 10723, 1109, 4955, 5377, 343, 1189, 51, 4788, 45, 62, 58, 312, 310, 339, 310, 1264, 51, 25635, 524, 459, 2913, 4171, 33458, 67, 15370, 7086, 332, 674, 494, 11616, 1365, 4045, 16998, 33826, 449, 332, 494, 12419, 312, 310, 1264, 51, 25635, 524, 459, 2913, 4171, 33458, 67, 5904, 28663, 742, 310, 1189, 51, 4788, 45, 62, 60, 312, 303, 339, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
1,367
true
50.7768
true
true
ExtractorState.java
/FileExtraction/Java_unseen/b3dgs_lionengine/lionengine-game/src/main/java/com/b3dgs/lionengine/game/feature/tile/map/extractable/ExtractorState.java
/* * Copyright (C) 2013-2024 Byron 3D Games Studio (www.b3dgs.com) Pierre-Alexandre ([email protected]) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <https://www.gnu.org/licenses/>. */ package com.b3dgs.lionengine.game.feature.tile.map.extractable; /** * Extractor states. */ enum ExtractorState { /** State none. */ NONE, /** State go to resources. */ GOTO_RESOURCES, /** State extracting. */ EXTRACTING, /** State go to warehouse. */ GOTO_WAREHOUSE, /** State drop off. */ DROPOFF; }
1,138
Java
.java
b3dgs/lionengine
136
25
2
2013-07-25T09:35:41Z
2024-01-11T16:38:49Z
93f0ba5bb0a4202ab312bfad34f7dd0e8123c4c16509b3b1da634fd6ee4866b0
[ 1127, 222, 338, 2657, 327, 72, 46, 244, 55, 53, 54, 56, 50, 55, 53, 55, 57, 4529, 2575, 244, 56, 73, 41082, 9394, 327, 1516, 51, 103, 56, 105, 5399, 51, 527, 46, 466, 2506, 287, 50, 27414, 44476, 327, 5559, 69, 103, 56, 105, 5399, 51, 527, 46, 222, 338, 1676, 338, 1369, 3477, 458, 3760, 2951, 63, 863, 902, 14081, 580, 480, 52, 290, 5370, 222, 338, 580, 1549, 341, 5974, 451, 341, 6994, 6153, 5062, 1196, 641, 9582, 829, 222, 338, 341, 7834, 3870, 7120, 49, 3173, 1522, 244, 56, 451, 341, 1196, 49, 575, 222, 338, 327, 288, 1390, 2489, 46, 1364, 6146, 1522, 51, 222, 338, 1676, 338, 1369, 3477, 458, 2744, 347, 341, 9850, 708, 580, 1118, 545, 6386, 49, 222, 338, 1294, 4213, 2979, 9345, 64, 2895, 4462, 341, 4506, 14319, 451, 222, 338, 7934, 575, 8114, 4800, 418, 7848, 7763, 51, 2819, 341, 222, 338, 6994, 6153, 5062, 1196, 456, 1851, 4261, 51, 222, 338, 1676, 338, 2469, 1414, 1178, 6589, 331, 1948, 451, 341, 6994, 6153, 5062, 1196, 222, 338, 7979, 642, 477, 3477, 51, 1691, 666, 49, 2337, 350, 662, 574, 1516, 51, 10627, 51, 1107, 52, 4205, 28699, 222, 588, 222, 1337, 785, 51, 103, 56, 105, 5399, 51, 113, 304, 3502, 51, 3642, 51, 3317, 51, 8344, 51, 1130, 51, 8320, 463, 64, 222, 222, 1350, 222, 338, 15269, 290, 10134, 51, 222, 588, 222, 3880, 15269, 290, 1095, 222, 128, 303, 1041, 5036, 4919, 51, 588, 303, 33152, 49, 303, 1041, 5036, 2006, 391, 6091, 51, 588, 303, 42725, 100, 43923, 49, 303, 1041, 5036, 42578, 51, 588, 303, 2800, 8601, 1410, 49, 303, 1041, 5036, 2006, 391, 46339, 51, 588, 303, 42725, 100, 35267, 2271, 4866, 49, 303, 1041, 5036, 6310, 2143, 51, 588, 303, 493, 1030, 1862, 1158, 64, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
308
true
68.568841
true
true
ECKey.java
/FileExtraction/Java_unseen/bcmapp_bcm-android/thirdpart/bitcoin/src/main/java/org/bitcoinj/core/ECKey.java
/* * Copyright 2011 Google Inc. * Copyright 2014 Andreas Schildbach * Copyright 2014-2016 the libsecp256k1 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.bitcoinj.core; import org.bitcoinj.crypto.*; import com.google.common.annotations.VisibleForTesting; import com.google.common.base.MoreObjects; import com.google.common.base.Objects; import com.google.common.base.Preconditions; import com.google.common.primitives.UnsignedBytes; import org.bitcoin.NativeSecp256k1; import org.bitcoin.NativeSecp256k1Util; import org.bitcoin.Secp256k1Context; import org.bitcoinj.wallet.Protos; import org.bitcoinj.wallet.Wallet; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.spongycastle.asn1.*; import org.spongycastle.asn1.x9.X9ECParameters; import org.spongycastle.asn1.x9.X9IntegerConverter; import org.spongycastle.crypto.AsymmetricCipherKeyPair; import org.spongycastle.crypto.digests.SHA256Digest; import org.spongycastle.crypto.ec.CustomNamedCurves; import org.spongycastle.crypto.generators.ECKeyPairGenerator; import org.spongycastle.crypto.params.*; import org.spongycastle.crypto.signers.ECDSASigner; import org.spongycastle.crypto.signers.HMacDSAKCalculator; import org.spongycastle.math.ec.ECAlgorithms; import org.spongycastle.math.ec.ECPoint; import org.spongycastle.math.ec.FixedPointCombMultiplier; import org.spongycastle.math.ec.FixedPointUtil; import org.spongycastle.math.ec.custom.sec.SecP256K1Curve; import org.spongycastle.util.Properties; import org.spongycastle.util.encoders.Base64; import javax.annotation.Nullable; import java.io.ByteArrayOutputStream; import java.io.IOException; import java.math.BigInteger; import java.nio.charset.StandardCharsets; import java.security.SecureRandom; import java.security.SignatureException; import java.util.Arrays; import java.util.Comparator; import static com.google.common.base.Preconditions.*; // TODO: Move this class to tracking compression state itself. // The Bouncy Castle developers are deprecating their own tracking of the compression state. /** * <p>Represents an elliptic curve public and (optionally) private key, usable for digital signatures but not encryption. * Creating a new ECKey with the empty constructor will generate a new random keypair. Other static methods can be used * when you already have the public or private parts. If you create a key with only the public part, you can check * signatures but not create them.</p> * <p> * <p>ECKey also provides access to Bitcoin Core compatible text message signing, as accessible via the UI or JSON-RPC. * This is slightly different to signing raw bytes - if you want to sign your own data and it won't be exposed as * text to people, you don't want to use this. If in doubt, ask on the mailing list.</p> * <p> * <p>The ECDSA algorithm supports <i>key recovery</i> in which a signature plus a couple of discriminator bits can * be reversed to find the public key used to calculate it. This can be convenient when you have a message and a * signature and want to find out who signed it, rather than requiring the user to provide the expected identity.</p> * <p> * <p>This class supports a variety of serialization forms. The methods that accept/return byte arrays serialize * private keys as raw byte arrays and public keys using the SEC standard byte encoding for public keys. Signatures * are encoded using ASN.1/DER inside the Bitcoin protocol.</p> * <p> * <p>A key can be <i>compressed</i> or <i>uncompressed</i>. This refers to whether the public key is represented * when encoded into bytes as an (x, y) coordinate on the elliptic curve, or whether it's represented as just an X * co-ordinate and an extra byte that carries a sign bit. With the latter form the Y coordinate can be calculated * dynamically, however, <b>because the binary serialization is different the address of a key changes if its * compression status is changed</b>. If you deviate from the defaults it's important to understand this: money sent * to a compressed version of the key will have a different address to the same key in uncompressed form. Whether * a public key is compressed or not is recorded in the SEC binary serialisation format, and preserved in a flag in * this class so round-tripping preserves state. Unless you're working with old software or doing unusual things, you * can usually ignore the compressed/uncompressed distinction.</p> */ public class ECKey implements EncryptableItem { private static final Logger log = LoggerFactory.getLogger(ECKey.class); /** * Sorts oldest keys first, newest last. */ public static final Comparator<ECKey> AGE_COMPARATOR = new Comparator<ECKey>() { @Override public int compare(ECKey k1, ECKey k2) { if (k1.creationTimeSeconds == k2.creationTimeSeconds) return 0; else return k1.creationTimeSeconds > k2.creationTimeSeconds ? 1 : -1; } }; /** * Compares pub key bytes using {@link com.google.common.primitives.UnsignedBytes#lexicographicalComparator()} */ public static final Comparator<ECKey> PUBKEY_COMPARATOR = new Comparator<ECKey>() { private Comparator<byte[]> comparator = UnsignedBytes.lexicographicalComparator(); @Override public int compare(ECKey k1, ECKey k2) { return comparator.compare(k1.getPubKey(), k2.getPubKey()); } }; // The parameters of the secp256k1 curve that Bitcoin uses. private static final X9ECParameters CURVE_PARAMS = CustomNamedCurves.getByName("secp256k1"); /** * The parameters of the secp256k1 curve that Bitcoin uses. */ public static final ECDomainParameters CURVE; /** * Equal to CURVE.getN().shiftRight(1), used for canonicalising the S value of a signature. If you aren't * sure what this is about, you can ignore it. */ public static final BigInteger HALF_CURVE_ORDER; private static final SecureRandom secureRandom; static { // Init proper random number generator, as some old Android installations have bugs that make it unsecure. if (Utils.isAndroidRuntime()) new LinuxSecureRandom(); // Tell Bouncy Castle to precompute data that's needed during secp256k1 calculations. Increasing the width // number makes calculations faster, but at a cost of extra memory usage and with decreasing returns. 12 was // picked after consulting with the BC team. FixedPointUtil.precompute(CURVE_PARAMS.getG(), 12); CURVE = new ECDomainParameters(CURVE_PARAMS.getCurve(), CURVE_PARAMS.getG(), CURVE_PARAMS.getN(), CURVE_PARAMS.getH()); HALF_CURVE_ORDER = CURVE_PARAMS.getN().shiftRight(1); secureRandom = new SecureRandom(); } // The two parts of the key. If "priv" is set, "pub" can always be calculated. If "pub" is set but not "priv", we // can only verify signatures not make them. protected final BigInteger priv; // A field element. protected final LazyECPoint pub; // Creation time of the key in seconds since the epoch, or zero if the key was deserialized from a version that did // not have this field. protected long creationTimeSeconds; protected KeyCrypter keyCrypter; protected EncryptedData encryptedPrivateKey; private byte[] pubKeyHash; /** * Generates an entirely new keypair. Point compression is used so the resulting public key will be 33 bytes * (32 for the co-ordinate and 1 byte to represent the y bit). */ public ECKey() { this(secureRandom); } /** * Generates an entirely new keypair with the given {@link SecureRandom} object. Point compression is used so the * resulting public key will be 33 bytes (32 for the co-ordinate and 1 byte to represent the y bit). */ public ECKey(SecureRandom secureRandom) { ECKeyPairGenerator generator = new ECKeyPairGenerator(); ECKeyGenerationParameters keygenParams = new ECKeyGenerationParameters(CURVE, secureRandom); generator.init(keygenParams); AsymmetricCipherKeyPair keypair = generator.generateKeyPair(); ECPrivateKeyParameters privParams = (ECPrivateKeyParameters) keypair.getPrivate(); ECPublicKeyParameters pubParams = (ECPublicKeyParameters) keypair.getPublic(); priv = privParams.getD(); pub = new LazyECPoint(CURVE.getCurve(), pubParams.getQ().getEncoded(true)); creationTimeSeconds = Utils.currentTimeSeconds(); } protected ECKey(@Nullable BigInteger priv, ECPoint pub) { this(priv, new LazyECPoint(checkNotNull(pub))); } protected ECKey(@Nullable BigInteger priv, LazyECPoint pub) { if (priv != null) { checkArgument(priv.bitLength() <= 32 * 8, "private key exceeds 32 bytes: %s bits", priv.bitLength()); // Try and catch buggy callers or bad key imports, etc. Zero and one are special because these are often // used as sentinel values and because scripting languages have a habit of auto-casting true and false to // 1 and 0 or vice-versa. Type confusion bugs could therefore result in private keys with these values. checkArgument(!priv.equals(BigInteger.ZERO)); checkArgument(!priv.equals(BigInteger.ONE)); } this.priv = priv; this.pub = checkNotNull(pub); } /** * Utility for compressing an elliptic curve point. Returns the same point if it's already compressed. * See the ECKey class docs for a discussion of point compression. */ public static ECPoint compressPoint(ECPoint point) { return getPointWithCompression(point, true); } public static LazyECPoint compressPoint(LazyECPoint point) { return point.isCompressed() ? point : new LazyECPoint(compressPoint(point.get())); } /** * Utility for decompressing an elliptic curve point. Returns the same point if it's already compressed. * See the ECKey class docs for a discussion of point compression. */ public static ECPoint decompressPoint(ECPoint point) { return getPointWithCompression(point, false); } public static LazyECPoint decompressPoint(LazyECPoint point) { return !point.isCompressed() ? point : new LazyECPoint(decompressPoint(point.get())); } private static ECPoint getPointWithCompression(ECPoint point, boolean compressed) { if (point.isCompressed() == compressed) return point; point = point.normalize(); BigInteger x = point.getAffineXCoord().toBigInteger(); BigInteger y = point.getAffineYCoord().toBigInteger(); return CURVE.getCurve().createPoint(x, y, compressed); } /** * Construct an ECKey from an ASN.1 encoded private key. These are produced by OpenSSL and stored by Bitcoin * Core in its wallet. Note that this is slow because it requires an EC point multiply. */ public static ECKey fromASN1(byte[] asn1privkey) { return extractKeyFromASN1(asn1privkey); } /** * Creates an ECKey given the private key only. The public key is calculated from it (this is slow). The resulting * public key is compressed. */ public static ECKey fromPrivate(BigInteger privKey) { return fromPrivate(privKey, true); } /** * Creates an ECKey given the private key only. The public key is calculated from it (this is slow), either * compressed or not. */ public static ECKey fromPrivate(BigInteger privKey, boolean compressed) { ECPoint point = publicPointFromPrivate(privKey); return new ECKey(privKey, getPointWithCompression(point, compressed)); } /** * Creates an ECKey given the private key only. The public key is calculated from it (this is slow). The resulting * public key is compressed. */ public static ECKey fromPrivate(byte[] privKeyBytes) { return fromPrivate(new BigInteger(1, privKeyBytes)); } /** * Creates an ECKey given the private key only. The public key is calculated from it (this is slow), either * compressed or not. */ public static ECKey fromPrivate(byte[] privKeyBytes, boolean compressed) { return fromPrivate(new BigInteger(1, privKeyBytes), compressed); } /** * Creates an ECKey that simply trusts the caller to ensure that point is really the result of multiplying the * generator point by the private key. This is used to speed things up when you know you have the right values * already. The compression state of pub will be preserved. */ public static ECKey fromPrivateAndPrecalculatedPublic(BigInteger priv, ECPoint pub) { return new ECKey(priv, pub); } /** * Creates an ECKey that simply trusts the caller to ensure that point is really the result of multiplying the * generator point by the private key. This is used to speed things up when you know you have the right values * already. The compression state of the point will be preserved. */ public static ECKey fromPrivateAndPrecalculatedPublic(byte[] priv, byte[] pub) { checkNotNull(priv); checkNotNull(pub); return new ECKey(new BigInteger(1, priv), CURVE.getCurve().decodePoint(pub)); } /** * Creates an ECKey that cannot be used for signing, only verifying signatures, from the given point. The * compression state of pub will be preserved. */ public static ECKey fromPublicOnly(ECPoint pub) { return new ECKey(null, pub); } /** * Creates an ECKey that cannot be used for signing, only verifying signatures, from the given encoded point. * The compression state of pub will be preserved. */ public static ECKey fromPublicOnly(byte[] pub) { return new ECKey(null, CURVE.getCurve().decodePoint(pub)); } /** * Returns a copy of this key, but with the public point represented in uncompressed form. Normally you would * never need this: it's for specialised scenarios or when backwards compatibility in encoded form is necessary. */ public ECKey decompress() { if (!pub.isCompressed()) return this; else return new ECKey(priv, decompressPoint(pub.get())); } /** * Creates an ECKey given only the private key bytes. This is the same as using the BigInteger constructor, but * is more convenient if you are importing a key from elsewhere. The public key will be automatically derived * from the private key. */ @Deprecated public ECKey(@Nullable byte[] privKeyBytes, @Nullable byte[] pubKey) { this(privKeyBytes == null ? null : new BigInteger(1, privKeyBytes), pubKey); } /** * Create a new ECKey with an encrypted private key, a public key and a KeyCrypter. * * @param encryptedPrivateKey The private key, encrypted, * @param pubKey The keys public key * @param keyCrypter The KeyCrypter that will be used, with an AES key, to encrypt and decrypt the private key */ @Deprecated public ECKey(EncryptedData encryptedPrivateKey, byte[] pubKey, KeyCrypter keyCrypter) { this((byte[]) null, pubKey); this.keyCrypter = checkNotNull(keyCrypter); this.encryptedPrivateKey = encryptedPrivateKey; } /** * Constructs a key that has an encrypted private component. The given object wraps encrypted bytes and an * initialization vector. Note that the key will not be decrypted during this call: the returned ECKey is * unusable for signing unless a decryption key is supplied. */ public static ECKey fromEncrypted(EncryptedData encryptedPrivateKey, KeyCrypter crypter, byte[] pubKey) { ECKey key = fromPublicOnly(pubKey); key.encryptedPrivateKey = checkNotNull(encryptedPrivateKey); key.keyCrypter = checkNotNull(crypter); return key; } /** * Creates an ECKey given either the private key only, the public key only, or both. If only the private key * is supplied, the public key will be calculated from it (this is slow). If both are supplied, it's assumed * the public key already correctly matches the private key. If only the public key is supplied, this ECKey cannot * be used for signing. * * @param compressed If set to true and pubKey is null, the derived public key will be in compressed form. */ @Deprecated public ECKey(@Nullable BigInteger privKey, @Nullable byte[] pubKey, boolean compressed) { if (privKey == null && pubKey == null) throw new IllegalArgumentException("ECKey requires at least private or public key"); this.priv = privKey; if (pubKey == null) { // Derive public from private. ECPoint point = publicPointFromPrivate(privKey); point = getPointWithCompression(point, compressed); this.pub = new LazyECPoint(point); } else { // We expect the pubkey to be in regular encoded form, just as a BigInteger. Therefore the first byte is // a special marker byte. // TODO: This is probably not a useful API and may be confusing. this.pub = new LazyECPoint(CURVE.getCurve(), pubKey); } } /** * Creates an ECKey given either the private key only, the public key only, or both. If only the private key * is supplied, the public key will be calculated from it (this is slow). If both are supplied, it's assumed * the public key already correctly matches the public key. If only the public key is supplied, this ECKey cannot * be used for signing. */ @Deprecated private ECKey(@Nullable BigInteger privKey, @Nullable byte[] pubKey) { this(privKey, pubKey, false); } /** * Returns true if this key doesn't have unencrypted access to private key bytes. This may be because it was never * given any private key bytes to begin with (a watching key), or because the key is encrypted. You can use * {@link #isEncrypted()} to tell the cases apart. */ public boolean isPubKeyOnly() { return priv == null; } /** * Returns true if this key has unencrypted access to private key bytes. Does the opposite of * {@link #isPubKeyOnly()}. */ public boolean hasPrivKey() { return priv != null; } /** * Returns true if this key is watch only, meaning it has a public key but no private key. */ public boolean isWatching() { return isPubKeyOnly() && !isEncrypted(); } /** * Output this ECKey as an ASN.1 encoded private key, as understood by OpenSSL or used by Bitcoin Core * in its wallet storage format. * * @throws org.bitcoinj.core.ECKey.MissingPrivateKeyException if the private key is missing or encrypted. */ public byte[] toASN1() { try { byte[] privKeyBytes = getPrivKeyBytes(); ByteArrayOutputStream baos = new ByteArrayOutputStream(400); // ASN1_SEQUENCE(EC_PRIVATEKEY) = { // ASN1_SIMPLE(EC_PRIVATEKEY, version, LONG), // ASN1_SIMPLE(EC_PRIVATEKEY, privateKey, ASN1_OCTET_STRING), // ASN1_EXP_OPT(EC_PRIVATEKEY, parameters, ECPKPARAMETERS, 0), // ASN1_EXP_OPT(EC_PRIVATEKEY, publicKey, ASN1_BIT_STRING, 1) // } ASN1_SEQUENCE_END(EC_PRIVATEKEY) DERSequenceGenerator seq = new DERSequenceGenerator(baos); seq.addObject(new ASN1Integer(1)); // version seq.addObject(new DEROctetString(privKeyBytes)); seq.addObject(new DERTaggedObject(0, CURVE_PARAMS.toASN1Primitive())); seq.addObject(new DERTaggedObject(1, new DERBitString(getPubKey()))); seq.close(); return baos.toByteArray(); } catch (IOException e) { throw new RuntimeException(e); // Cannot happen, writing to memory stream. } } /** * Returns public key bytes from the given private key. To convert a byte array into a BigInteger, use <tt> * new BigInteger(1, bytes);</tt> */ public static byte[] publicKeyFromPrivate(BigInteger privKey, boolean compressed) { ECPoint point = publicPointFromPrivate(privKey); return point.getEncoded(compressed); } /** * Returns public key point from the given private key. To convert a byte array into a BigInteger, use <tt> * new BigInteger(1, bytes);</tt> */ public static ECPoint publicPointFromPrivate(BigInteger privKey) { /* * TODO: FixedPointCombMultiplier currently doesn't support scalars longer than the group order, * but that could change in future versions. */ if (privKey.bitLength() > CURVE.getN().bitLength()) { privKey = privKey.mod(CURVE.getN()); } return new FixedPointCombMultiplier().multiply(CURVE.getG(), privKey); } /** * Gets the hash160 form of the public key (as seen in addresses). */ public byte[] getPubKeyHash() { if (pubKeyHash == null) pubKeyHash = Utils.sha256hash160(this.pub.getEncoded()); return pubKeyHash; } /** * Gets the raw public key value. This appears in transaction scriptSigs. Note that this is <b>not</b> the same * as the pubKeyHash/address. */ public byte[] getPubKey() { return pub.getEncoded(); } /** * Gets the public key in the form of an elliptic curve point object from Bouncy Castle. */ public ECPoint getPubKeyPoint() { return pub.get(); } /** * Gets the private key in the form of an integer field element. The public key is derived by performing EC * point addition this number of times (i.e. point multiplying). * * @throws java.lang.IllegalStateException if the private key bytes are not available. */ public BigInteger getPrivKey() { if (priv == null) throw new MissingPrivateKeyException(); return priv; } /** * Returns whether this key is using the compressed form or not. Compressed pubkeys are only 33 bytes, not 64. */ public boolean isCompressed() { return pub.isCompressed(); } /** * Groups the two components that make up a signature, and provides a way to encode to DER form, which is * how ECDSA signatures are represented when embedded in other data structures in the Bitcoin protocol. The raw * components can be useful for doing further EC maths on them. */ public static class ECDSASignature { /** * The two components of the signature. */ public final BigInteger r, s; /** * Constructs a signature with the given components. Does NOT automatically canonicalise the signature. */ public ECDSASignature(BigInteger r, BigInteger s) { this.r = r; this.s = s; } /** * Returns true if the S component is "low", that means it is below {@link ECKey#HALF_CURVE_ORDER}. See <a * href="https://github.com/bitcoin/bips/blob/master/bip-0062.mediawiki#Low_S_values_in_signatures">BIP62</a>. */ public boolean isCanonical() { return s.compareTo(HALF_CURVE_ORDER) <= 0; } /** * Will automatically adjust the S component to be less than or equal to half the curve order, if necessary. * This is required because for every signature (r,s) the signature (r, -s (mod N)) is a valid signature of * the same message. However, we dislike the ability to modify the bits of a Bitcoin transaction after it's * been signed, as that violates various assumed invariants. Thus in future only one of those forms will be * considered legal and the other will be banned. */ public ECDSASignature toCanonicalised() { if (!isCanonical()) { // The order of the curve is the number of valid points that exist on that curve. If S is in the upper // half of the number of valid points, then bring it back to the lower half. Otherwise, imagine that // N = 10 // s = 8, so (-8 % 10 == 2) thus both (r, 8) and (r, 2) are valid solutions. // 10 - 8 == 2, giving us always the latter solution, which is canonical. return new ECDSASignature(r, CURVE.getN().subtract(s)); } else { return this; } } /** * DER is an international standard for serializing data structures which is widely used in cryptography. * It's somewhat like protocol buffers but less convenient. This method returns a standard DER encoding * of the signature, as recognized by OpenSSL and other libraries. */ public byte[] encodeToDER() { try { return derByteStream().toByteArray(); } catch (IOException e) { throw new RuntimeException(e); // Cannot happen. } } public static ECDSASignature decodeFromDER(byte[] bytes) throws IllegalArgumentException { ASN1InputStream decoder = null; try { // BouncyCastle by default is strict about parsing ASN.1 integers. We relax this check, because some // Bitcoin signatures would not parse. Properties.setThreadOverride("org.spongycastle.asn1.allow_unsafe_integer", true); decoder = new ASN1InputStream(bytes); final ASN1Primitive seqObj = decoder.readObject(); if (seqObj == null) throw new IllegalArgumentException("Reached past end of ASN.1 stream."); if (!(seqObj instanceof DLSequence)) throw new IllegalArgumentException("Read unexpected class: " + seqObj.getClass().getName()); final DLSequence seq = (DLSequence) seqObj; ASN1Integer r, s; try { r = (ASN1Integer) seq.getObjectAt(0); s = (ASN1Integer) seq.getObjectAt(1); } catch (ClassCastException e) { throw new IllegalArgumentException(e); } // OpenSSL deviates from the DER spec by interpreting these values as unsigned, though they should not be // Thus, we always use the positive versions. See: http://r6.ca/blog/20111119T211504Z.html return new ECDSASignature(r.getPositiveValue(), s.getPositiveValue()); } catch (IOException e) { throw new IllegalArgumentException(e); } finally { if (decoder != null) try { decoder.close(); } catch (IOException x) { } Properties.removeThreadOverride("org.spongycastle.asn1.allow_unsafe_integer"); } } protected ByteArrayOutputStream derByteStream() throws IOException { // Usually 70-72 bytes. ByteArrayOutputStream bos = new ByteArrayOutputStream(72); DERSequenceGenerator seq = new DERSequenceGenerator(bos); seq.addObject(new ASN1Integer(r)); seq.addObject(new ASN1Integer(s)); seq.close(); return bos; } @Override public boolean equals(Object o) { if (this == o) return true; if (o == null || getClass() != o.getClass()) return false; ECDSASignature other = (ECDSASignature) o; return r.equals(other.r) && s.equals(other.s); } @Override public int hashCode() { return Objects.hashCode(r, s); } } /** * Signs the given hash and returns the R and S components as BigIntegers. In the Bitcoin protocol, they are * usually encoded using ASN.1 format, so you want {@link ECKey.ECDSASignature#toASN1()} * instead. However sometimes the independent components can be useful, for instance, if you're going to do * further EC maths on them. * * @throws KeyCrypterException if this ECKey doesn't have a private part. */ public ECDSASignature sign(Sha256Hash input) throws KeyCrypterException { return sign(input, null); } /** * If this global variable is set to true, sign() creates a dummy signature and verify() always returns true. * This is intended to help accelerate unit tests that do a lot of signing/verifying, which in the debugger * can be painfully slow. */ @VisibleForTesting public static boolean FAKE_SIGNATURES = false; /** * Signs the given hash and returns the R and S components as BigIntegers. In the Bitcoin protocol, they are * usually encoded using DER format, so you want {@link ECKey.ECDSASignature#encodeToDER()} * instead. However sometimes the independent components can be useful, for instance, if you're doing to do further * EC maths on them. * * @param aesKey The AES key to use for decryption of the private key. If null then no decryption is required. * @throws KeyCrypterException if there's something wrong with aesKey. * @throws ECKey.MissingPrivateKeyException if this key cannot sign because it's pubkey only. */ public ECDSASignature sign(Sha256Hash input, @Nullable KeyParameter aesKey) throws KeyCrypterException { KeyCrypter crypter = getKeyCrypter(); if (crypter != null) { if (aesKey == null) throw new KeyIsEncryptedException(); return decrypt(aesKey).sign(input); } else { // No decryption of private key required. if (priv == null) throw new MissingPrivateKeyException(); } return doSign(input, priv); } protected ECDSASignature doSign(Sha256Hash input, BigInteger privateKeyForSigning) { if (Secp256k1Context.isEnabled()) { try { byte[] signature = NativeSecp256k1.sign( input.getBytes(), Utils.bigIntegerToBytes(privateKeyForSigning, 32) ); return ECDSASignature.decodeFromDER(signature); } catch (NativeSecp256k1Util.AssertFailException e) { log.error("Caught AssertFailException inside secp256k1", e); throw new RuntimeException(e); } } if (FAKE_SIGNATURES) return TransactionSignature.dummy(); checkNotNull(privateKeyForSigning); ECDSASigner signer = new ECDSASigner(new HMacDSAKCalculator(new SHA256Digest())); ECPrivateKeyParameters privKey = new ECPrivateKeyParameters(privateKeyForSigning, CURVE); signer.init(true, privKey); BigInteger[] components = signer.generateSignature(input.getBytes()); return new ECDSASignature(components[0], components[1]).toCanonicalised(); } /** * <p>Verifies the given ECDSA signature against the message bytes using the public key bytes.</p> * <p> * <p>When using native ECDSA verification, data must be 32 bytes, and no element may be * larger than 520 bytes.</p> * * @param data Hash of the data to verify. * @param signature ASN.1 encoded signature. * @param pub The public key bytes to use. */ public static boolean verify(byte[] data, ECDSASignature signature, byte[] pub) { if (FAKE_SIGNATURES) return true; if (Secp256k1Context.isEnabled()) { try { return NativeSecp256k1.verify(data, signature.encodeToDER(), pub); } catch (NativeSecp256k1Util.AssertFailException e) { log.error("Caught AssertFailException inside secp256k1", e); return false; } } ECDSASigner signer = new ECDSASigner(); ECPublicKeyParameters params = new ECPublicKeyParameters(CURVE.getCurve().decodePoint(pub), CURVE); signer.init(false, params); try { return signer.verifySignature(data, signature.r, signature.s); } catch (NullPointerException e) { // Bouncy Castle contains a bug that can cause NPEs given specially crafted signatures. Those signatures // are inherently invalid/attack sigs so we just fail them here rather than crash the thread. log.error("Caught NPE inside bouncy castle", e); return false; } } /** * Verifies the given ASN.1 encoded ECDSA signature against a hash using the public key. * * @param data Hash of the data to verify. * @param signature ASN.1 encoded signature. * @param pub The public key bytes to use. */ public static boolean verify(byte[] data, byte[] signature, byte[] pub) { if (Secp256k1Context.isEnabled()) { try { return NativeSecp256k1.verify(data, signature, pub); } catch (NativeSecp256k1Util.AssertFailException e) { log.error("Caught AssertFailException inside secp256k1", e); return false; } } return verify(data, ECDSASignature.decodeFromDER(signature), pub); } /** * Verifies the given ASN.1 encoded ECDSA signature against a hash using the public key. * * @param hash Hash of the data to verify. * @param signature ASN.1 encoded signature. */ public boolean verify(byte[] hash, byte[] signature) { return ECKey.verify(hash, signature, getPubKey()); } /** * Verifies the given R/S pair (signature) against a hash using the public key. */ public boolean verify(Sha256Hash sigHash, ECDSASignature signature) { return ECKey.verify(sigHash.getBytes(), signature, getPubKey()); } /** * Verifies the given ASN.1 encoded ECDSA signature against a hash using the public key, and throws an exception * if the signature doesn't match * * @throws java.security.SignatureException if the signature does not match. */ public void verifyOrThrow(byte[] hash, byte[] signature) throws SignatureException { if (!verify(hash, signature)) throw new SignatureException(); } /** * Verifies the given R/S pair (signature) against a hash using the public key, and throws an exception * if the signature doesn't match * * @throws java.security.SignatureException if the signature does not match. */ public void verifyOrThrow(Sha256Hash sigHash, ECDSASignature signature) throws SignatureException { if (!ECKey.verify(sigHash.getBytes(), signature, getPubKey())) throw new SignatureException(); } /** * Returns true if the given pubkey is canonical, i.e. the correct length taking into account compression. */ public static boolean isPubKeyCanonical(byte[] pubkey) { if (pubkey.length < 33) return false; if (pubkey[0] == 0x04) { // Uncompressed pubkey if (pubkey.length != 65) return false; } else if (pubkey[0] == 0x02 || pubkey[0] == 0x03) { // Compressed pubkey if (pubkey.length != 33) return false; } else return false; return true; } private static ECKey extractKeyFromASN1(byte[] asn1privkey) { // To understand this code, see the definition of the ASN.1 format for EC private keys in the OpenSSL source // code in ec_asn1.c: // // ASN1_SEQUENCE(EC_PRIVATEKEY) = { // ASN1_SIMPLE(EC_PRIVATEKEY, version, LONG), // ASN1_SIMPLE(EC_PRIVATEKEY, privateKey, ASN1_OCTET_STRING), // ASN1_EXP_OPT(EC_PRIVATEKEY, parameters, ECPKPARAMETERS, 0), // ASN1_EXP_OPT(EC_PRIVATEKEY, publicKey, ASN1_BIT_STRING, 1) // } ASN1_SEQUENCE_END(EC_PRIVATEKEY) // try { ASN1InputStream decoder = new ASN1InputStream(asn1privkey); DLSequence seq = (DLSequence) decoder.readObject(); checkArgument(decoder.readObject() == null, "Input contains extra bytes"); decoder.close(); checkArgument(seq.size() == 4, "Input does not appear to be an ASN.1 OpenSSL EC private key"); checkArgument(((ASN1Integer) seq.getObjectAt(0)).getValue().equals(BigInteger.ONE), "Input is of wrong version"); byte[] privbits = ((ASN1OctetString) seq.getObjectAt(1)).getOctets(); BigInteger privkey = new BigInteger(1, privbits); ASN1TaggedObject pubkey = (ASN1TaggedObject) seq.getObjectAt(3); checkArgument(pubkey.getTagNo() == 1, "Input has 'publicKey' with bad tag number"); byte[] pubbits = ((DERBitString) pubkey.getObject()).getBytes(); checkArgument(pubbits.length == 33 || pubbits.length == 65, "Input has 'publicKey' with invalid length"); int encoding = pubbits[0] & 0xFF; // Only allow compressed(2,3) and uncompressed(4), not infinity(0) or hybrid(6,7) checkArgument(encoding >= 2 && encoding <= 4, "Input has 'publicKey' with invalid encoding"); // Now sanity check to ensure the pubkey bytes match the privkey. boolean compressed = (pubbits.length == 33); ECKey key = new ECKey(privkey, null, compressed); if (!Arrays.equals(key.getPubKey(), pubbits)) throw new IllegalArgumentException("Public key in ASN.1 structure does not match private key."); return key; } catch (IOException e) { throw new RuntimeException(e); // Cannot happen, reading from memory stream. } } /** * Signs a text message using the standard Bitcoin messaging signing format and returns the signature as a base64 * encoded string. * * @throws IllegalStateException if this ECKey does not have the private part. * @throws KeyCrypterException if this ECKey is encrypted and no AESKey is provided or it does not decrypt the ECKey. */ public String signMessage(String message) throws KeyCrypterException { return signMessage(message, null); } /** * Signs a text message using the standard Bitcoin messaging signing format and returns the signature as a base64 * encoded string. * * @throws IllegalStateException if this ECKey does not have the private part. * @throws KeyCrypterException if this ECKey is encrypted and no AESKey is provided or it does not decrypt the ECKey. */ public String signMessage(String message, @Nullable KeyParameter aesKey) throws KeyCrypterException { byte[] data = formatMessageForSigning(message); Sha256Hash hash = Sha256Hash.twiceOf(data); ECDSASignature sig = sign(hash, aesKey); byte recId = findRecoveryId(hash, sig); int headerByte = recId + 27 + (isCompressed() ? 4 : 0); byte[] sigData = new byte[65]; // 1 header + 32 bytes for R + 32 bytes for S sigData[0] = (byte) headerByte; System.arraycopy(Utils.bigIntegerToBytes(sig.r, 32), 0, sigData, 1, 32); System.arraycopy(Utils.bigIntegerToBytes(sig.s, 32), 0, sigData, 33, 32); return new String(Base64.encode(sigData), StandardCharsets.UTF_8); } /** * Given an arbitrary piece of text and a Bitcoin-format message signature encoded in base64, returns an ECKey * containing the public key that was used to sign it. This can then be compared to the expected public key to * determine if the signature was correct. These sorts of signatures are compatible with the Bitcoin-Qt/bitcoind * format generated by signmessage/verifymessage RPCs and GUI menu options. They are intended for humans to verify * their communications with each other, hence the base64 format and the fact that the input is text. * * @param message Some piece of human readable text. * @param signatureBase64 The Bitcoin-format message signature in base64 * @throws SignatureException If the public key could not be recovered or if there was a signature format error. */ public static ECKey signedMessageToKey(String message, String signatureBase64) throws SignatureException { byte[] signatureEncoded; try { signatureEncoded = Base64.decode(signatureBase64); } catch (RuntimeException e) { // This is what you get back from Bouncy Castle if base64 doesn't decode :( throw new SignatureException("Could not decode base64", e); } // Parse the signature bytes into r/s and the selector value. if (signatureEncoded.length < 65) throw new SignatureException("Signature truncated, expected 65 bytes and got " + signatureEncoded.length); int header = signatureEncoded[0] & 0xFF; // The header byte: 0x1B = first key with even y, 0x1C = first key with odd y, // 0x1D = second key with even y, 0x1E = second key with odd y if (header < 27 || header > 34) throw new SignatureException("Header byte out of range: " + header); BigInteger r = new BigInteger(1, Arrays.copyOfRange(signatureEncoded, 1, 33)); BigInteger s = new BigInteger(1, Arrays.copyOfRange(signatureEncoded, 33, 65)); ECDSASignature sig = new ECDSASignature(r, s); byte[] messageBytes = formatMessageForSigning(message); // Note that the C++ code doesn't actually seem to specify any character encoding. Presumably it's whatever // JSON-SPIRIT hands back. Assume UTF-8 for now. Sha256Hash messageHash = Sha256Hash.twiceOf(messageBytes); boolean compressed = false; if (header >= 31) { compressed = true; header -= 4; } int recId = header - 27; ECKey key = ECKey.recoverFromSignature(recId, sig, messageHash, compressed); if (key == null) throw new SignatureException("Could not recover public key from signature"); return key; } /** * Convenience wrapper around {@link ECKey#signedMessageToKey(String, String)}. If the key derived from the * signature is not the same as this one, throws a SignatureException. */ public void verifyMessage(String message, String signatureBase64) throws SignatureException { ECKey key = ECKey.signedMessageToKey(message, signatureBase64); if (!key.pub.equals(pub)) throw new SignatureException("Signature did not match for message"); } /** * Returns the recovery ID, a byte with value between 0 and 3, inclusive, that specifies which of 4 possible * curve points was used to sign a message. This value is also referred to as "v". * * @throws RuntimeException if no recovery ID can be found. */ public byte findRecoveryId(Sha256Hash hash, ECDSASignature sig) { byte recId = -1; for (byte i = 0; i < 4; i++) { ECKey k = ECKey.recoverFromSignature(i, sig, hash, isCompressed()); if (k != null && k.pub.equals(pub)) { recId = i; break; } } if (recId == -1) throw new RuntimeException("Could not construct a recoverable key. This should never happen."); return recId; } /** * <p>Given the components of a signature and a selector value, recover and return the public key * that generated the signature according to the algorithm in SEC1v2 section 4.1.6.</p> * <p> * <p>The recId is an index from 0 to 3 which indicates which of the 4 possible keys is the correct one. Because * the key recovery operation yields multiple potential keys, the correct key must either be stored alongside the * signature, or you must be willing to try each recId in turn until you find one that outputs the key you are * expecting.</p> * <p> * <p>If this method returns null it means recovery was not possible and recId should be iterated.</p> * <p> * <p>Given the above two points, a correct usage of this method is inside a for loop from 0 to 3, and if the * output is null OR a key that is not the one you expect, you try again with the next recId.</p> * * @param recId Which possible key to recover. * @param sig the R and S components of the signature, wrapped. * @param message Hash of the data that was signed. * @param compressed Whether or not the original pubkey was compressed. * @return An ECKey containing only the public part, or null if recovery wasn't possible. */ @Nullable public static ECKey recoverFromSignature(int recId, ECDSASignature sig, Sha256Hash message, boolean compressed) { Preconditions.checkArgument(recId >= 0, "recId must be positive"); Preconditions.checkArgument(sig.r.signum() >= 0, "r must be positive"); Preconditions.checkArgument(sig.s.signum() >= 0, "s must be positive"); Preconditions.checkNotNull(message); // 1.0 For j from 0 to h (h == recId here and the loop is outside this function) // 1.1 Let x = r + jn BigInteger n = CURVE.getN(); // Curve order. BigInteger i = BigInteger.valueOf((long) recId / 2); BigInteger x = sig.r.add(i.multiply(n)); // 1.2. Convert the integer x to an octet string X of length mlen using the conversion routine // specified in Section 2.3.7, where mlen = ⌈(log2 p)/8⌉ or mlen = ⌈m/8⌉. // 1.3. Convert the octet string (16 set binary digits)||X to an elliptic curve point R using the // conversion routine specified in Section 2.3.4. If this conversion routine outputs “invalid”, then // do another iteration of Step 1. // // More concisely, what these points mean is to use X as a compressed public key. BigInteger prime = SecP256K1Curve.q; if (x.compareTo(prime) >= 0) { // Cannot have point co-ordinates larger than this as everything takes place modulo Q. return null; } // Compressed keys require you to know an extra bit of data about the y-coord as there are two possibilities. // So it's encoded in the recId. ECPoint R = decompressKey(x, (recId & 1) == 1); // 1.4. If nR != point at infinity, then do another iteration of Step 1 (callers responsibility). if (!R.multiply(n).isInfinity()) return null; // 1.5. Compute e from M using Steps 2 and 3 of ECDSA signature verification. BigInteger e = message.toBigInteger(); // 1.6. For k from 1 to 2 do the following. (loop is outside this function via iterating recId) // 1.6.1. Compute a candidate public key as: // Q = mi(r) * (sR - eG) // // Where mi(x) is the modular multiplicative inverse. We transform this into the following: // Q = (mi(r) * s ** R) + (mi(r) * -e ** G) // Where -e is the modular additive inverse of e, that is z such that z + e = 0 (mod n). In the above equation // ** is point multiplication and + is point addition (the EC group operator). // // We can find the additive inverse by subtracting e from zero then taking the mod. For example the additive // inverse of 3 modulo 11 is 8 because 3 + 8 mod 11 = 0, and -3 mod 11 = 8. BigInteger eInv = BigInteger.ZERO.subtract(e).mod(n); BigInteger rInv = sig.r.modInverse(n); BigInteger srInv = rInv.multiply(sig.s).mod(n); BigInteger eInvrInv = rInv.multiply(eInv).mod(n); ECPoint q = ECAlgorithms.sumOfTwoMultiplies(CURVE.getG(), eInvrInv, R, srInv); return ECKey.fromPublicOnly(q.getEncoded(compressed)); } /** * Decompress a compressed public key (x co-ord and low-bit of y-coord). */ private static ECPoint decompressKey(BigInteger xBN, boolean yBit) { X9IntegerConverter x9 = new X9IntegerConverter(); byte[] compEnc = x9.integerToBytes(xBN, 1 + x9.getByteLength(CURVE.getCurve())); compEnc[0] = (byte) (yBit ? 0x03 : 0x02); return CURVE.getCurve().decodePoint(compEnc); } /** * Returns a 32 byte array containing the private key. * * @throws org.bitcoinj.core.ECKey.MissingPrivateKeyException if the private key bytes are missing/encrypted. */ public byte[] getPrivKeyBytes() { return Utils.bigIntegerToBytes(getPrivKey(), 32); } /** * Exports the private key in the form used by Bitcoin Core's "dumpprivkey" and "importprivkey" commands. Use * the {@link DumpedPrivateKey#toString()} method to get the string. * * @param params The network this key is intended for use on. * @return Private key bytes as a {@link DumpedPrivateKey}. * @throws IllegalStateException if the private key is not available. */ public DumpedPrivateKey getPrivateKeyEncoded(NetworkParameters params) { return new DumpedPrivateKey(params, getPrivKeyBytes(), isCompressed()); } /** * Returns the creation time of this key or zero if the key was deserialized from a version that did not store * that data. */ @Override public long getCreationTimeSeconds() { return creationTimeSeconds; } /** * Sets the creation time of this key. Zero is a convention to mean "unavailable". This method can be useful when * you have a raw key you are importing from somewhere else. */ public void setCreationTimeSeconds(long newCreationTimeSeconds) { if (newCreationTimeSeconds < 0) throw new IllegalArgumentException("Cannot set creation time to negative value: " + newCreationTimeSeconds); creationTimeSeconds = newCreationTimeSeconds; } /** * Create an encrypted private key with the keyCrypter and the AES key supplied. * This method returns a new encrypted key and leaves the original unchanged. * * @param keyCrypter The keyCrypter that specifies exactly how the encrypted bytes are created. * @param aesKey The KeyParameter with the AES encryption key (usually constructed with keyCrypter#deriveKey and cached as it is slow to create). * @return encryptedKey */ public ECKey encrypt(KeyCrypter keyCrypter, KeyParameter aesKey) throws KeyCrypterException { checkNotNull(keyCrypter); final byte[] privKeyBytes = getPrivKeyBytes(); EncryptedData encryptedPrivateKey = keyCrypter.encrypt(privKeyBytes, aesKey); ECKey result = ECKey.fromEncrypted(encryptedPrivateKey, keyCrypter, getPubKey()); result.setCreationTimeSeconds(creationTimeSeconds); return result; } /** * Create a decrypted private key with the keyCrypter and AES key supplied. Note that if the aesKey is wrong, this * has some chance of throwing KeyCrypterException due to the corrupted padding that will result, but it can also * just yield a garbage key. * * @param keyCrypter The keyCrypter that specifies exactly how the decrypted bytes are created. * @param aesKey The KeyParameter with the AES encryption key (usually constructed with keyCrypter#deriveKey and cached). */ public ECKey decrypt(KeyCrypter keyCrypter, KeyParameter aesKey) throws KeyCrypterException { checkNotNull(keyCrypter); // Check that the keyCrypter matches the one used to encrypt the keys, if set. if (this.keyCrypter != null && !this.keyCrypter.equals(keyCrypter)) throw new KeyCrypterException("The keyCrypter being used to decrypt the key is different to the one that was used to encrypt it"); checkState(encryptedPrivateKey != null, "This key is not encrypted"); byte[] unencryptedPrivateKey = keyCrypter.decrypt(encryptedPrivateKey, aesKey); ECKey key = ECKey.fromPrivate(unencryptedPrivateKey); if (!isCompressed()) key = key.decompress(); if (!Arrays.equals(key.getPubKey(), getPubKey())) throw new KeyCrypterException("Provided AES key is wrong"); key.setCreationTimeSeconds(creationTimeSeconds); return key; } /** * Create a decrypted private key with AES key. Note that if the AES key is wrong, this * has some chance of throwing KeyCrypterException due to the corrupted padding that will result, but it can also * just yield a garbage key. * * @param aesKey The KeyParameter with the AES encryption key (usually constructed with keyCrypter#deriveKey and cached). */ public ECKey decrypt(KeyParameter aesKey) throws KeyCrypterException { final KeyCrypter crypter = getKeyCrypter(); if (crypter == null) throw new KeyCrypterException("No key crypter available"); return decrypt(crypter, aesKey); } /** * Creates decrypted private key if needed. */ public ECKey maybeDecrypt(@Nullable KeyParameter aesKey) throws KeyCrypterException { return isEncrypted() && aesKey != null ? decrypt(aesKey) : this; } /** * <p>Check that it is possible to decrypt the key with the keyCrypter and that the original key is returned.</p> * <p> * <p>Because it is a critical failure if the private keys cannot be decrypted successfully (resulting of loss of all * bitcoins controlled by the private key) you can use this method to check when you *encrypt* a wallet that * it can definitely be decrypted successfully.</p> * <p> * <p>See {@link Wallet#encrypt(KeyCrypter keyCrypter, KeyParameter aesKey)} for example usage.</p> * * @return true if the encrypted key can be decrypted back to the original key successfully. */ public static boolean encryptionIsReversible(ECKey originalKey, ECKey encryptedKey, KeyCrypter keyCrypter, KeyParameter aesKey) { try { ECKey rebornUnencryptedKey = encryptedKey.decrypt(keyCrypter, aesKey); byte[] originalPrivateKeyBytes = originalKey.getPrivKeyBytes(); byte[] rebornKeyBytes = rebornUnencryptedKey.getPrivKeyBytes(); if (!Arrays.equals(originalPrivateKeyBytes, rebornKeyBytes)) { log.error("The check that encryption could be reversed failed for {}", originalKey); return false; } return true; } catch (KeyCrypterException kce) { log.error(kce.getMessage()); return false; } } /** * Indicates whether the private key is encrypted (true) or not (false). * A private key is deemed to be encrypted when there is both a KeyCrypter and the encryptedPrivateKey is non-zero. */ @Override public boolean isEncrypted() { return keyCrypter != null && encryptedPrivateKey != null && encryptedPrivateKey.encryptedBytes.length > 0; } @Nullable @Override public Protos.Wallet.EncryptionType getEncryptionType() { return keyCrypter != null ? keyCrypter.getUnderstoodEncryptionType() : Protos.Wallet.EncryptionType.UNENCRYPTED; } /** * A wrapper for {@link #getPrivKeyBytes()} that returns null if the private key bytes are missing or would have * to be derived (for the HD key case). */ @Override @Nullable public byte[] getSecretBytes() { if (hasPrivKey()) return getPrivKeyBytes(); else return null; } /** * An alias for {@link #getEncryptedPrivateKey()} */ @Nullable @Override public EncryptedData getEncryptedData() { return getEncryptedPrivateKey(); } /** * Returns the the encrypted private key bytes and initialisation vector for this ECKey, or null if the ECKey * is not encrypted. */ @Nullable public EncryptedData getEncryptedPrivateKey() { return encryptedPrivateKey; } /** * Returns the KeyCrypter that was used to encrypt to encrypt this ECKey. You need this to decrypt the ECKey. */ @Nullable public KeyCrypter getKeyCrypter() { return keyCrypter; } public static class MissingPrivateKeyException extends RuntimeException { } public static class KeyIsEncryptedException extends MissingPrivateKeyException { } @Override public boolean equals(Object o) { if (this == o) return true; if (o == null || !(o instanceof ECKey)) return false; ECKey other = (ECKey) o; return Objects.equal(this.priv, other.priv) && Objects.equal(this.pub, other.pub) && Objects.equal(this.creationTimeSeconds, other.creationTimeSeconds) && Objects.equal(this.keyCrypter, other.keyCrypter) && Objects.equal(this.encryptedPrivateKey, other.encryptedPrivateKey); } @Override public int hashCode() { return pub.hashCode(); } @Override public String toString() { return toString(false, null, null); } /** * Produce a string rendering of the ECKey INCLUDING the private key. * Unless you absolutely need the private key it is better for security reasons to just use {@link #toString()}. */ public String toStringWithPrivate(@Nullable KeyParameter aesKey, NetworkParameters params) { return toString(true, aesKey, params); } public String getPrivateKeyAsHex() { return Utils.HEX.encode(getPrivKeyBytes()); } public String getPublicKeyAsHex() { return Utils.HEX.encode(pub.getEncoded()); } public String getPrivateKeyAsWiF(NetworkParameters params) { return getPrivateKeyEncoded(params).toString(); } private String toString(boolean includePrivate, @Nullable KeyParameter aesKey, NetworkParameters params) { final MoreObjects.ToStringHelper helper = MoreObjects.toStringHelper(this).omitNullValues(); helper.add("pub HEX", getPublicKeyAsHex()); if (includePrivate) { ECKey decryptedKey = isEncrypted() ? decrypt(checkNotNull(aesKey)) : this; try { helper.add("priv HEX", decryptedKey.getPrivateKeyAsHex()); helper.add("priv WIF", decryptedKey.getPrivateKeyAsWiF(params)); } catch (IllegalStateException e) { // TODO: Make hasPrivKey() work for deterministic keys and fix this. } catch (Exception e) { final String message = e.getMessage(); helper.add("priv EXCEPTION", e.getClass().getName() + (message != null ? ": " + message : "")); } } if (creationTimeSeconds > 0) helper.add("creationTimeSeconds", creationTimeSeconds); helper.add("keyCrypter", keyCrypter); if (includePrivate) helper.add("encryptedPrivateKey", encryptedPrivateKey); helper.add("isEncrypted", isEncrypted()); helper.add("isPubKeyOnly", isPubKeyOnly()); return helper.toString(); } public void formatKeyWithAddress(boolean includePrivateKeys, @Nullable KeyParameter aesKey, StringBuilder builder, NetworkParameters params) { final Address address = LegacyAddress.fromKey(params, this); builder.append(" addr:"); builder.append(address.toString()); builder.append(" hash160:"); builder.append(Utils.HEX.encode(getPubKeyHash())); if (creationTimeSeconds > 0) builder.append(" creationTimeSeconds:").append(creationTimeSeconds); builder.append("\n"); if (includePrivateKeys) { builder.append(" "); builder.append(toStringWithPrivate(aesKey, params)); builder.append("\n"); } } /** * The string that prefixes all text messages signed using Bitcoin keys. */ private static final String BITCOIN_SIGNED_MESSAGE_HEADER = "Bitcoin Signed Message:\n"; private static final byte[] BITCOIN_SIGNED_MESSAGE_HEADER_BYTES = BITCOIN_SIGNED_MESSAGE_HEADER.getBytes(StandardCharsets.UTF_8); /** * <p>Given a textual message, returns a byte buffer formatted as follows:</p> * <p><tt>[24] "Bitcoin Signed Message:\n" [message.length as a varint] message</tt></p> */ private static byte[] formatMessageForSigning(String message) { try { ByteArrayOutputStream bos = new ByteArrayOutputStream(); bos.write(BITCOIN_SIGNED_MESSAGE_HEADER_BYTES.length); bos.write(BITCOIN_SIGNED_MESSAGE_HEADER_BYTES); byte[] messageBytes = message.getBytes(StandardCharsets.UTF_8); VarInt size = new VarInt(messageBytes.length); bos.write(size.encode()); bos.write(messageBytes); return bos.toByteArray(); } catch (IOException e) { throw new RuntimeException(e); // Cannot happen. } } }
62,116
Java
.java
bcmapp/bcm-android
48
18
26
2019-12-24T09:36:50Z
2020-03-05T07:14:22Z
9bd55d0973f5b678cef3f6ab7865ce864a050a869159588a5f316c318b410bfd
[ 1127, 222, 338, 2657, 244, 55, 53, 54, 54, 6608, 6367, 51, 222, 338, 2657, 244, 55, 53, 54, 57, 4262, 287, 321, 377, 2680, 103, 886, 222, 338, 2657, 244, 55, 53, 54, 57, 50, 55, 53, 54, 59, 341, 5053, 48008, 55, 58, 59, 112, 54, 13356, 222, 338, 222, 338, 4773, 1549, 341, 3954, 1196, 49, 3050, 244, 55, 51, 53, 327, 1402, 332, 3801, 742, 222, 338, 863, 1648, 666, 813, 477, 822, 2959, 347, 4960, 642, 341, 1196, 51, 222, 338, 2469, 1648, 4245, 331, 1948, 451, 341, 1196, 840, 222, 338, 222, 338, 283, 1930, 574, 1516, 51, 2121, 51, 1107, 52, 4205, 52, 4106, 50, 55, 51, 53, 222, 338, 222, 338, 5416, 2147, 829, 4568, 4940, 575, 5129, 391, 347, 4144, 49, 2951, 222, 338, 2744, 1549, 341, 1196, 458, 2744, 563, 619, 332, 1117, 2771, 39, 5128, 49, 222, 338, 4213, 3912, 1895, 5186, 2258, 2979, 4489, 49, 3173, 3927, 575, 4506, 51, 222, 338, 2819, 341, 1196, 456, 341, 2835, 2940, 5139, 4243, 480, 222, 338, 5191, 1549, 341, 1196, 51, 222, 588, 222, 222, 1337, 1105, 51, 27513, 111, 51, 1284, 64, 222, 222, 485, 1105, 51, 27513, 111, 51, 8866, 7737, 222, 222, 485, 785, 51, 2193, 51, 2297, 51, 8839, 51, 5671, 37450, 64, 222, 485, 785, 51, 2193, 51, 2297, 51, 1460, 51, 8901, 6699, 64, 222, 485, 785, 51, 2193, 51, 2297, 51, 1460, 51, 6699, 64, 222, 485, 785, 51, 2193, 51, 2297, 51, 1460, 51, 36329, 64, 222, 485, 785, 51, 2193, 51, 2297, 51, 31101, 51, 18360, 3656, 64, 222, 222, 485, 1105, 51, 27513, 51, 6137, 3110, 117, 55, 58, 59, 112, 54, 64, 222, 485, 1105, 51, 27513, 51, 6137, 3110, 117, 55, 58, 59, 112, 54, 1747, 64, 222, 485, 1105, 51, 27513, 51, 3110, 117, 55, 58, 59, 112, 54, 1237, 64, 222, 485, 1105, 51, 27513, 111, 51, 12274, 51, 17850, 64, 222, 485, 1105, 51, 27513, 111, 51, 12274, 51, 12129, 64, 222, 485, 1105, 51, 12172, 57, 111, 51, 3716, 64, 222, 485, 1105, 51, 12172, 57, 111, 51, 19580, 64, 222, 485, 1105, 51, 438, 805, 43505, 51, 17508, 54, 7737, 222, 485, 1105, 51, 438, 805, 43505, 51, 17508, 54, 51, 125, 62, 51, 93, 62, 6147, 3694, 64, 222, 485, 1105, 51, 438, 805, 43505, 51, 17508, 54, 51, 125, 62, 51, 93, 62, 3078, 6521, 64, 222, 485, 1105, 51, 438, 805, 43505, 51, 8866, 51, 1482, 37001, 23178, 31300, 64, 222, 485, 1105, 51, 438, 805, 43505, 51, 8866, 51, 13997, 120, 51, 9452, 55, 58, 59, 15087, 64, 222, 485, 1105, 51, 438, 805, 43505, 51, 8866, 51, 754, 51, 3414, 11061, 4306, 4973, 64, 222, 485, 1105, 51, 438, 805, 43505, 51, 8866, 51, 28332, 51, 6147, 31300, 4829, 64, 222, 485, 1105, 51, 438, 805, 43505, 51, 8866, 51, 2155, 7737, 222, 485, 1105, 51, 438, 805, 43505, 51, 8866, 51, 1352, 502, 51, 6147, 4150, 1117, 646, 284, 64, 222, 485, 1105, 51, 438, 805, 43505, 51, 8866, 51, 1352, 502, 51, 77, 8009, 73, 3569, 80, 18587, 64, 222, 485, 1105, 51, 438, 805, 43505, 51, 3851, 51, 754, 51, 6147, 30627, 64, 222, 485, 1105, 51, 438, 805, 43505, 51, 3851, 51, 754, 51, 6147, 1962, 64, 222, 485, 1105, 51, 438, 805, 43505, 51, 3851, 51, 754, 51, 8223, 1962, 1251, 103, 24185, 64, 222, 485, 1105, 51, 438, 805, 43505, 51, 3851, 51, 754, 51, 8223, 1962, 1747, 64, 222, 485, 1105, 51, 438, 805, 43505, 51, 3851, 51, 754, 51, 3005, 51, 4237, 51, 3110, 85, 55, 58, 59, 80, 54, 12107, 64, 222, 485, 1105, 51, 438, 805, 43505, 51, 1058, 51, 3303, 64, 222, 485, 1105, 51, 438, 805, 43505, 51, 1058, 51, 291, 27191, 51, 1778, 59, 57, 64, 222, 222, 485, 3698, 51, 4341, 51, 6825, 64, 222, 222, 485, 1401, 51, 735, 51, 12561, 8783, 64, 222, 485, 1401, 51, 735, 51, 6860, 64, 222, 485, 1401, 51, 3851, 51, 21520, 64, 222, 485, 1401, 51, 11780, 51, 15220, 51, 44137, 64, 222, 485, 1401, 51, 4386, 51, 16591, 6124, 64, 222, 485, 1401, 51, 4386, 51, 7790, 1002, 64, 222, 485, 1401, 51, 1058, 51, 9981, 64, 222, 485, 1401, 51, 1058, 51, 18676, 64, 222, 222, 485, 924, 785, 51, 2193, 51, 2297, 51, 1460, 51, 36329, 7737, 222, 222, 325, 4314, 63, 11531, 477, 462, 391, 15549, 18757, 1621, 8032, 51, 222, 325, 906, 11547, 974, 126, 23876, 293, 15470, 904, 48758, 1761, 3641, 4387, 15549, 451, 341, 18757, 1621, 51, 222, 222, 1350, 222, 338, 350, 117, 67, 454, 19426, 619, 1871, 393, 36754, 14574, 581, 480, 327, 1779, 1266, 46, 964, 1221, 49, 31403, 456, 18461, 29164, 1294, 666, 17533, 51, 222, 338, 19801, 331, 556, 13493, 971, 642, 341, 3517, 4389, 1118, 4468, 331, 556, 4051, 1221, 5227, 51, 7868, 924, 4457, 902, 545, 1674, 222, 338, 1429, 863, 3443, 1178, 341, 581, 575, 964, 8740, 51, 1691, 863, 1506, 331, 1221, 642, 1773, 341, 581, 1760, 49, 863, 902, 1524, 222, 338, 29164, 1294, 666, 1506, 3049, 1746, 117, 67, 222, 338, 350, 117, 67, 222, 338, 350, 117, 67, 6147, 971, 2353, 7388, 2872, 391, 35404, 7357, 13039, 1367, 1492, 23103, 49, 641, 17762, 4745, 341, 5326, 575, 3411, 50, 9508, 51, 222, 338, 1369, 458, 20828, 3473, 391, 23103, 5096, 3534, 449, 434, 863, 2660, 391, 2613, 1390, 4387, 727, 480, 580, 7623, 1348, 545, 23432, 641, 222, 338, 1367, 391, 7049, 49, 863, 2818, 1348, 2660, 391, 813, 477, 51, 1691, 347, 40046, 49, 7676, 563, 341, 40650, 1168, 1746, 117, 67, 222, 338, 350, 117, 67, 222, 338, 350, 117, 67, 1338, 535, 4778, 3569, 8274, 9568, 350, 110, 67, 697, 25423, 396, 110, 67, 347, 1532, 331, 8214, 10972, 331, 17162, 451, 42901, 7037, 902, 222, 338, 545, 29424, 391, 2309, 341, 581, 1221, 1674, 391, 9226, 580, 51, 1369, 902, 545, 27497, 1429, 863, 1178, 331, 1492, 480, 331, 222, 338, 8214, 480, 2660, 391, 2309, 986, 6574, 11289, 580, 49, 9302, 2806, 33772, 341, 1275, 391, 2372, 341, 2816, 10645, 1746, 117, 67, 222, 338, 350, 117, 67, 222, 338, 350, 117, 67, 2287, 462, 9568, 331, 26937, 451, 22672, 10556, 51, 906, 4457, 708, 5531, 52, 620, 3447, 12146, 12747, 222, 338, 964, 5050, 641, 5096, 3447, 12146, 480, 581, 5050, 1493, 341, 5508, 72, 6244, 3447, 7348, 456, 581, 5050, 51, 19766, 120, 222, 338, 904, 11849, 1493, 23815, 51, 54, 52, 5002, 6529, 341, 35404, 7088, 1746, 117, 67, 222, 338, 350, 117, 67, 222, 338, 350, 117, 67, 70, 1221, 902, 545, 350, 110, 67, 15843, 396, 110, 67, 575, 350, 110, 67, 330, 15843, 396, 110, 4513, 1369, 25523, 391, 4962, 341, 581, 1221, 458, 17760, 222, 338, 1429, 11849, 2012, 3534, 641, 619, 327, 125, 49, 553, 46, 12676, 563, 341, 1871, 393, 36754, 14574, 49, 575, 4962, 580, 1200, 17760, 641, 2277, 619, 1618, 222, 338, 2118, 50, 675, 3061, 480, 619, 6737, 3447, 708, 6378, 3089, 331, 2613, 3510, 51, 6485, 341, 27017, 2252, 341, 1432, 12676, 902, 545, 16515, 222, 338, 22530, 49, 11536, 49, 350, 103, 67, 26197, 341, 5314, 22672, 458, 3473, 341, 2983, 451, 331, 1221, 3417, 434, 2840, 222, 338, 18757, 2302, 458, 5386, 396, 103, 4513, 1691, 863, 428, 4811, 351, 664, 341, 10086, 580, 1200, 8956, 391, 7677, 477, 63, 17586, 4643, 222, 338, 391, 331, 21331, 1522, 451, 341, 1221, 1118, 1178, 331, 3473, 2983, 391, 341, 2454, 1221, 347, 725, 15843, 2252, 51, 14074, 222, 338, 331, 581, 1221, 458, 21331, 575, 666, 458, 24006, 347, 341, 5508, 72, 5314, 4569, 9556, 2224, 49, 480, 37870, 347, 331, 4666, 347, 222, 338, 477, 462, 1278, 7880, 50, 2774, 11787, 1426, 33109, 1621, 51, 5416, 863, 4501, 4757, 642, 3627, 2951, 575, 8132, 725, 35574, 6397, 49, 863, 222, 338, 902, 13559, 5091, 341, 21331, 52, 330, 15843, 1694, 41242, 1746, 117, 67, 222, 588, 222, 942, 462, 13493, 971, 4584, 24076, 463, 1114, 320, 303, 964, 924, 1175, 7145, 1264, 299, 21818, 51, 10588, 45, 6147, 971, 51, 842, 312, 465, 1041, 294, 338, 11899, 120, 45695, 5050, 1950, 49, 37228, 2419, 51, 294, 588, 303, 581, 924, 1175, 34839, 65, 6147, 971, 67, 418, 3076, 100, 5772, 802, 7275, 299, 556, 34839, 65, 6147, 971, 6939, 320, 603, 496, 1806, 310, 581, 648, 8910, 45, 6147, 971, 851, 54, 49, 13493, 971, 851, 55, 46, 320, 343, 434, 327, 112, 54, 51, 16772, 1061, 9031, 630, 851, 55, 51, 16772, 1061, 9031, 46, 419, 461, 244, 53, 64, 343, 832, 419, 461, 851, 54, 51, 16772, 1061, 9031, 868, 851, 55, 51, 16772, 1061, 9031, 1037, 244, 54, 518, 449, 54, 64, 310, 339, 303, 1487, 465, 1041, 294, 338, 2270, 11026, 2563, 1221, 3534, 1493, 3105, 1222, 785, 51, 2193, 51, 2297, 51, 31101, 51, 18360, 3656, 40, 1927, 5701, 42318, 18676, 9768, 294, 588, 303, 581, 924, 1175, 34839, 65, 6147, 971, 67, 466, 2453, 3319, 100, 5772, 802, 7275, 299, 556, 34839, 65, 6147, 971, 6939, 320, 310, 964, 34839, 65, 2278, 16420, 35614, 299, 40621, 3656, 51, 1927, 5701, 42318, 18676, 492, 603, 496, 1806, 310, 581, 648, 8910, 45, 6147, 971, 851, 54, 49, 13493, 971, 851, 55, 46, 320, 343, 461, 35614, 51, 6076, 45, 112, 54, 51, 390, 32941, 1046, 851, 55, 51, 390, 32941, 1052, 310, 339, 303, 1487, 465, 453, 906, 3406, 451, 341, 427, 2217, 55, 58, 59, 112, 54, 14574, 708, 35404, 5268, 51, 303, 964, 924, 1175, 1618, 62, 6147, 3694, 12299, 2494, 100, 17339, 299, 6041, 11061, 4306, 4973, 51, 390, 9809, 459, 48008, 55, 58, 59, 112, 54, 742, 465, 1041, 294, 338, 906, 3406, 451, 341, 427, 2217, 55, 58, 59, 112, 54, 14574, 708, 35404, 5268, 51, 294, 588, 303, 581, 924, 1175, 535, 4778, 2182, 3694, 12299, 2494, 64, 465, 1041, 294, 338, 15677, 391, 12299, 2494, 51, 47302, 941, 5514, 4058, 45, 54, 490, 1674, 456, 21974, 12500, 341, 377, 804, 451, 331, 8214, 51, 1691, 863, 15445, 1348, 294, 338, 3673, 2794, 477, 458, 2645, 49, 863, 902, 5091, 580, 51, 294, 588, 303, 581, 924, 1175, 21721, 17691, 75, 100, 7525, 2494, 100, 9359, 64, 465, 964, 924, 1175, 25525, 6124, 14699, 6124, 64, 465, 924, 320, 310, 453, 10161, 7257, 4051, 1470, 9790, 49, 641, 1649, 3627, 8107, 2462, 1014, 1178, 16799, 708, 1949, 580, 725, 11847, 51, 310, 434, 327, 2769, 51, 316, 9213, 5061, 1177, 343, 556, 7959, 16591, 6124, 492, 603, 453, 30843, 11547, 974, 126, 23876, 293, 391, 1426, 7946, 727, 708, 1200, 5366, 5945, 427, 2217, 55, 58, 59, 112, 54, 29532, 51, 719, 32706, 341, 1882, 310, 453, 1470, 7437, 29532, 15211, 49, 1294, 840, 331, 7896, 451, 6737, 4137, 6898, 480, 642, 428, 32706, 3235, 51, 244, 54, 55, 1616, 310, 453, 27714, 2703, 13659, 318, 642, 341, 18253, 6507, 51, 310, 10123, 1962, 1747, 51, 1023, 7946, 45, 7525, 2494, 100, 17339, 51, 390, 76, 1046, 244, 54, 55, 312, 310, 12299, 2494, 299, 556, 535, 4778, 2182, 3694, 45, 7525, 2494, 100, 17339, 51, 390, 12107, 1046, 12299, 2494, 100, 17339, 51, 390, 76, 1046, 12299, 2494, 100, 17339, 51, 47302, 1046, 419, 12299, 2494, 100, 17339, 51, 390, 77, 1052, 310, 17691, 75, 100, 7525, 2494, 100, 9359, 299, 12299, 2494, 100, 17339, 51, 47302, 941, 5514, 4058, 45, 54, 312, 310, 14699, 6124, 299, 556, 25525, 6124, 492, 303, 339, 465, 453, 906, 3161, 8740, 451, 341, 1221, 51, 1691, 332, 7251, 39, 458, 758, 49, 332, 2879, 39, 902, 5198, 545, 16515, 51, 1691, 332, 2879, 39, 458, 758, 1294, 666, 332, 7251, 411, 1019, 303, 453, 902, 1773, 6152, 29164, 666, 1949, 3049, 51, 303, 2532, 1175, 21721, 9823, 64, 244, 453, 418, 1620, 2016, 51, 303, 2532, 1175, 23980, 6147, 1962, 2563, 64, 465, 453, 29802, 1153, 451, 341, 1221, 347, 6810, 4577, 341, 11084, 49, 575, 5953, 434, 341, 1221, 1616, 40521, 664, 331, 1522, 708, 4163, 303, 453, 666, 1178, 477, 1620, 51, 303, 2532, 1964, 10075, 1061, 9031, 64, 465, 2532, 3907, 23401, 284, 1221, 23401, 284, 64, 303, 2532, 2445, 10516, 768, 15796, 22913, 64, 465, 964, 3447, 1197, 2563, 971, 2899, 64, 465, 1041, 294, 338, 32476, 619, 22793, 556, 1221, 5227, 51, 6460, 18757, 458, 1674, 1278, 341, 14341, 581, 1221, 1118, 545, 244, 56, 56, 3534, 294, 338, 327, 56, 55, 456, 341, 2118, 50, 675, 3061, 480, 244, 54, 3447, 391, 4073, 341, 553, 3510, 566, 294, 588, 303, 581, 13493, 971, 365, 320, 310, 477, 45, 11847, 6124, 312, 303, 339, 465, 1041, 294, 338, 32476, 619, 22793, 556, 1221, 5227, 642, 341, 2716, 3105, 1222, 25525, 6124, 130, 1319, 51, 6460, 18757, 458, 1674, 1278, 341, 294, 338, 14341, 581, 1221, 1118, 545, 244, 56, 56, 3534, 327, 56, 55, 456, 341, 2118, 50, 675, 3061, 480, 244, 54, 3447, 391, 4073, 341, 553, 3510, 566, 294, 588, 303, 581, 13493, 971, 45, 16591, 6124, 14699, 6124, 46, 320, 310, 13493, 31300, 4829, 9790, 299, 556, 13493, 31300, 4829, 492, 310, 13493, 971, 17323, 3694, 1221, 2536, 2799, 299, 556, 13493, 971, 17323, 3694, 45, 7525, 2494, 49, 14699, 6124, 312, 310, 9790, 51, 1683, 45, 697, 2536, 2799, 312, 310, 2915, 37001, 23178, 31300, 1221, 5227, 299, 9790, 51, 5555, 31300, 492, 310, 535, 2973, 817, 971, 3694, 9823, 2799, 299, 327, 74, 2973, 817, 971, 3694, 46, 1221, 5227, 51, 390, 6533, 492, 310, 535, 2973, 497, 971, 3694, 2563, 2799, 299, 327, 74, 2973, 497, 971, 3694, 46, 1221, 5227, 51, 390, 5998, 492, 310, 9823, 299, 9823, 2799, 51, 390, 73, 492, 310, 2563, 299, 556, 23980, 6147, 1962, 45, 7525, 2494, 51, 390, 12107, 1046, 2563, 2799, 51, 390, 86, 941, 390, 18037, 45, 1527, 894, 310, 10075, 1061, 9031, 299, 13245, 51, 14386, 9031, 492, 303, 339, 465, 2532, 13493, 971, 4810, 6825, 21721, 9823, 49, 13493, 1962, 2563, 46, 320, 310, 477, 45, 7251, 49, 556, 23980, 6147, 1962, 45, 42657, 45, 2879, 4254, 303, 339, 465, 2532, 13493, 971, 4810, 6825, 21721, 9823, 49, 23980, 6147, 1962, 2563, 46, 320, 310, 434, 327, 7251, 882, 762, 46, 320, 343, 1524, 3501, 45, 7251, 51, 2417, 2396, 365, 2527, 244, 56, 55, 338, 244, 61, 49, 332, 2072, 1221, 35301, 244, 56, 55, 3534, 63, 925, 120, 7037, 411, 9823, 51, 2417, 2396, 1052, 343, 453, 8982, 480, 2385, 4845, 4701, 1495, 502, 575, 6677, 1221, 14463, 49, 5795, 51, 19561, 480, 1611, 904, 7472, 3318, 3301, 904, 12324, 343, 453, 1674, 641, 47048, 2102, 480, 3318, 49091, 15142, 1178, 331, 38331, 451, 2283, 50, 2420, 318, 878, 480, 920, 391, 343, 453, 244, 54, 480, 244, 53, 575, 41249, 50, 443, 2473, 51, 2782, 26204, 16799, 3087, 16438, 1074, 347, 964, 5050, 642, 3301, 2102, 51, 343, 1524, 3501, 3848, 7251, 51, 3591, 45, 21520, 51, 13977, 894, 343, 1524, 3501, 3848, 7251, 51, 3591, 45, 21520, 51, 4451, 894, 310, 339, 310, 477, 51, 7251, 299, 9823, 64, 310, 477, 51, 2879, 299, 45170, 45, 2879, 312, 303, 339, 465, 1041, 294, 338, 23194, 456, 20921, 318, 619, 1871, 393, 36754, 14574, 2282, 51, 3777, 341, 2454, 2282, 434, 580, 1200, 3443, 21331, 51, 294, 338, 2819, 341, 13493, 971, 462, 7748, 456, 331, 14210, 451, 2282, 18757, 51, 294, 588, 303, 581, 924, 13493, 1962, 20921, 1962, 45, 6147, 1962, 2282, 46, 320, 310, 461, 640, 1962, 1569, 20571, 45, 1513, 49, 878, 312, 303, 339, 465, 581, 924, 23980, 6147, 1962, 20921, 1962, 45, 18832, 6147, 1962, 2282, 46, 320, 310, 461, 2282, 51, 316, 22928, 365, 1037, 2282, 518, 556, 23980, 6147, 1962, 45, 12456, 1962, 45, 1513, 51, 390, 5086, 303, 339, 465, 1041, 294, 338, 23194, 456, 428, 12456, 318, 619, 1871, 393, 36754, 14574, 2282, 51, 3777, 341, 2454, 2282, 434, 580, 1200, 3443, 21331, 51, 294, 338, 2819, 341, 13493, 971, 462, 7748, 456, 331, 14210, 451, 2282, 18757, 51, 294, 588, 303, 581, 924, 13493, 1962, 428, 12456, 1962, 45, 6147, 1962, 2282, 46, 320, 310, 461, 640, 1962, 1569, 20571, 45, 1513, 49, 920, 312, 303, 339, 465, 581, 924, 23980, 6147, 1962, 428, 12456, 1962, 45, 18832, 6147, 1962, 2282, 46, 320, 310, 461, 673, 1513, 51, 316, 22928, 365, 1037, 2282, 518, 556, 23980, 6147, 1962, 45, 305, 12456, 1962, 45, 1513, 51, 390, 5086, 303, 339, 465, 964, 924, 13493, 1962, 640, 1962, 1569, 20571, 45, 6147, 1962, 2282, 49, 1922, 21331, 46, 320, 310, 434, 327, 1513, 51, 316, 22928, 365, 630, 21331, 46, 343, 461, 2282, 64, 310, 2282, 299, 2282, 51, 13038, 492, 310, 21721, 837, 299, 2282, 51, 390, 35883, 93, 5643, 941, 471, 21520, 492, 310, 21721, 553, 299, 2282, 51, 390, 35883, 94, 5643, 941, 471, 21520, 492, 310, 461, 12299, 2494, 51, 390, 12107, 941, 1315, 1962, 45, 125, 49, 553, 49, 21331, 312, 303, 339, 465, 1041, 294, 338, 12983, 619, 13493, 971, 664, 619, 23815, 51, 54, 11849, 964, 1221, 51, 8227, 904, 16526, 829, 31375, 480, 7129, 829, 35404, 294, 338, 7357, 347, 2840, 13269, 51, 5857, 708, 477, 458, 12920, 3318, 580, 7190, 619, 13493, 2282, 22277, 51, 294, 588, 303, 581, 924, 13493, 971, 664, 25471, 54, 45, 2278, 1197, 30952, 54, 7251, 697, 46, 320, 310, 461, 6600, 971, 1811, 25471, 54, 45, 17508, 54, 7251, 697, 312, 303, 339, 465, 1041, 294, 338, 9308, 619, 13493, 971, 2716, 341, 964, 1221, 1773, 51, 906, 581, 1221, 458, 16515, 664, 580, 327, 597, 458, 12920, 566, 906, 14341, 294, 338, 581, 1221, 458, 21331, 51, 294, 588, 303, 581, 924, 13493, 971, 664, 6533, 45, 21520, 9823, 971, 46, 320, 310, 461, 664, 6533, 45, 7251, 971, 49, 878, 312, 303, 339, 465, 1041, 294, 338, 9308, 619, 13493, 971, 2716, 341, 964, 1221, 1773, 51, 906, 581, 1221, 458, 16515, 664, 580, 327, 597, 458, 12920, 490, 3173, 294, 338, 21331, 575, 666, 51, 294, 588, 303, 581, 924, 13493, 971, 664, 6533, 45, 21520, 9823, 971, 49, 1922, 21331, 46, 320, 310, 13493, 1962, 2282, 299, 581, 1962, 1811, 6533, 45, 7251, 971, 312, 310, 461, 556, 13493, 971, 45, 7251, 971, 49, 640, 1962, 1569, 20571, 45, 1513, 49, 21331, 894, 303, 339, 465, 1041, 294, 338, 9308, 619, 13493, 971, 2716, 341, 964, 1221, 1773, 51, 906, 581, 1221, 458, 16515, 664, 580, 327, 597, 458, 12920, 566, 906, 14341, 294, 338, 581, 1221, 458, 21331, 51, 294, 588, 303, 581, 924, 13493, 971, 664, 6533, 45, 2278, 1197, 9823, 971, 3656, 46, 320, 310, 461, 664, 6533, 45, 909, 21721, 45, 54, 49, 9823, 971, 3656, 894, 303, 339, 465, 1041, 294, 338, 9308, 619, 13493, 971, 2716, 341, 964, 1221, 1773, 51, 906, 581, 1221, 458, 16515, 664, 580, 327, 597, 458, 12920, 490, 3173, 294, 338, 21331, 575, 666, 51, 294, 588, 303, 581, 924, 13493, 971, 664, 6533, 45, 2278, 1197, 9823, 971, 3656, 49, 1922, 21331, 46, 320, 310, 461, 664, 6533, 45, 909, 21721, 45, 54, 49, 9823, 971, 3656, 490, 21331, 312, 303, 339, 465, 1041, 294, 338, 9308, 619, 13493, 971, 708, 9677, 18061, 120, 341, 13099, 391, 7197, 708, 2282, 458, 6411, 341, 1074, 451, 22277, 318, 341, 294, 338, 9790, 2282, 829, 341, 964, 1221, 51, 1369, 458, 1674, 391, 8246, 6397, 992, 1429, 863, 3722, 863, 1178, 341, 2109, 2102, 294, 338, 3443, 51, 906, 18757, 1621, 451, 2563, 1118, 545, 37870, 51, 294, 588, 303, 581, 924, 13493, 971, 664, 6533, 2199, 2641, 38655, 5998, 45, 21520, 9823, 49, 13493, 1962, 2563, 46, 320, 310, 461, 556, 13493, 971, 45, 7251, 49, 2563, 312, 303, 339, 465, 1041, 294, 338, 9308, 619, 13493, 971, 708, 9677, 18061, 120, 341, 13099, 391, 7197, 708, 2282, 458, 6411, 341, 1074, 451, 22277, 318, 341, 294, 338, 9790, 2282, 829, 341, 964, 1221, 51, 1369, 458, 1674, 391, 8246, 6397, 992, 1429, 863, 3722, 863, 1178, 341, 2109, 2102, 294, 338, 3443, 51, 906, 18757, 1621, 451, 341, 2282, 1118, 545, 37870, 51, 294, 588, 303, 581, 924, 13493, 971, 664, 6533, 2199, 2641, 38655, 5998, 45, 2278, 1197, 9823, 49, 3447, 1197, 2563, 46, 320, 310, 45170, 45, 7251, 312, 310, 45170, 45, 2879, 312, 310, 461, 556, 13493, 971, 45, 909, 21721, 45, 54, 49, 9823, 490, 12299, 2494, 51, 390, 12107, 941, 5480, 1962, 45, 2879, 894, 303, 339, 465, 1041, 294, 338, 9308, 619, 13493, 971, 708, 4897, 545, 1674, 456, 23103, 49, 1773, 6152, 318, 29164, 49, 664, 341, 2716, 2282, 51, 906, 294, 338, 18757, 1621, 451, 2563, 1118, 545, 37870, 51, 294, 588, 303, 581, 924, 13493, 971, 664, 5998, 4505, 45, 6147, 1962, 2563, 46, 320, 310, 461, 556, 13493, 971, 45, 1710, 49, 2563, 312, 303, 339, 465, 1041, 294, 338, 9308, 619, 13493, 971, 708, 4897, 545, 1674, 456, 23103, 49, 1773, 6152, 318, 29164, 49, 664, 341, 2716, 11849, 2282, 51, 294, 338, 906, 18757, 1621, 451, 2563, 1118, 545, 37870, 51, 294, 588, 303, 581, 924, 13493, 971, 664, 5998, 4505, 45, 2278, 1197, 2563, 46, 320, 310, 461, 556, 13493, 971, 45, 1710, 49, 12299, 2494, 51, 390, 12107, 941, 5480, 1962, 45, 2879, 894, 303, 339, 465, 1041, 294, 338, 3777, 331, 1948, 451, 477, 1221, 49, 1294, 642, 341, 581, 2282, 17760, 347, 725, 15843, 2252, 51, 31440, 1266, 863, 2285, 294, 338, 7162, 1868, 477, 63, 580, 1200, 456, 7472, 8628, 21654, 575, 1429, 24385, 14673, 347, 11849, 2252, 458, 7527, 51, 294, 588, 303, 581, 13493, 971, 428, 12456, 365, 320, 310, 434, 1445, 2879, 51, 316, 22928, 1177, 343, 461, 477, 64, 310, 832, 343, 461, 556, 13493, 971, 45, 7251, 49, 428, 12456, 1962, 45, 2879, 51, 390, 5086, 303, 339, 465, 1041, 294, 338, 9308, 619, 13493, 971, 2716, 1773, 341, 964, 1221, 3534, 51, 1369, 458, 341, 2454, 641, 1493, 341, 21721, 4389, 49, 1294, 294, 338, 458, 1851, 27497, 434, 863, 904, 29453, 331, 1221, 664, 33261, 51, 906, 581, 1221, 1118, 545, 6936, 12015, 294, 338, 664, 341, 964, 1221, 51, 294, 588, 303, 496, 15375, 303, 581, 13493, 971, 4810, 6825, 3447, 1197, 9823, 971, 3656, 49, 496, 6825, 3447, 1197, 2563, 971, 46, 320, 310, 477, 45, 7251, 971, 3656, 630, 762, 1037, 762, 518, 556, 21721, 45, 54, 49, 9823, 971, 3656, 490, 2563, 971, 312, 303, 339, 465, 1041, 294, 338, 2673, 331, 556, 13493, 971, 642, 619, 15796, 964, 1221, 49, 331, 581, 1221, 480, 331, 3907, 23401, 284, 51, 294, 338, 294, 338, 496, 772, 15796, 22913, 906, 964, 1221, 49, 15796, 49, 294, 338, 496, 772, 2563, 971, 2868, 906, 5050, 581, 1221, 294, 338, 496, 772, 1221, 23401, 284, 2052, 906, 3907, 23401, 284, 708, 1118, 545, 1674, 49, 642, 619, 22543, 1221, 49, 391, 18899, 480, 24850, 341, 964, 1221, 294, 588, 303, 496, 15375, 303, 581, 13493, 971, 45, 28871, 768, 15796, 22913, 49, 3447, 1197, 2563, 971, 49, 3907, 23401, 284, 1221, 23401, 284, 46, 320, 310, 477, 1181, 2278, 9798, 762, 49, 2563, 971, 312, 603, 477, 51, 697, 23401, 284, 299, 45170, 45, 697, 23401, 284, 312, 310, 477, 51, 20739, 22913, 299, 15796, 22913, 64, 303, 339, 465, 1041, 294, 338, 29755, 331, 1221, 708, 1421, 619, 15796, 964, 2595, 51, 906, 2716, 1319, 33839, 15796, 3534, 480, 619, 294, 338, 13603, 4065, 51, 5857, 708, 341, 1221, 1118, 666, 545, 38266, 5945, 477, 1495, 63, 341, 4731, 13493, 971, 458, 294, 338, 725, 19043, 456, 23103, 7361, 331, 428, 8567, 1221, 458, 13810, 51, 294, 588, 303, 581, 924, 13493, 971, 664, 28871, 45, 28871, 768, 15796, 22913, 49, 3907, 23401, 284, 22319, 284, 49, 3447, 1197, 2563, 971, 46, 320, 310, 13493, 971, 1221, 299, 664, 5998, 4505, 45, 2879, 971, 312, 310, 1221, 51, 20739, 22913, 299, 45170, 45, 20739, 22913, 312, 310, 1221, 51, 697, 23401, 284, 299, 45170, 45, 3712, 284, 312, 310, 461, 1221, 64, 303, 339, 465, 1041, 294, 338, 9308, 619, 13493, 971, 2716, 3173, 341, 964, 1221, 1773, 49, 341, 581, 1221, 1773, 49, 575, 4354, 51, 1691, 1773, 341, 964, 1221, 294, 338, 458, 13810, 49, 341, 581, 1221, 1118, 545, 16515, 664, 580, 327, 597, 458, 12920, 566, 1691, 4354, 904, 13810, 49, 580, 1200, 20985, 294, 338, 341, 581, 1221, 3443, 8487, 8012, 341, 964, 1221, 51, 1691, 1773, 341, 581, 1221, 458, 13810, 49, 477, 13493, 971, 4897, 294, 338, 545, 1674, 456, 23103, 51, 294, 338, 294, 338, 496, 772, 21331, 1691, 758, 391, 878, 480, 2563, 971, 458, 762, 49, 341, 12015, 581, 1221, 1118, 545, 347, 21331, 2252, 51, 294, 588, 303, 496, 15375, 303, 581, 13493, 971, 4810, 6825, 21721, 9823, 971, 49, 496, 6825, 3447, 1197, 2563, 971, 49, 1922, 21331, 46, 320, 310, 434, 327, 7251, 971, 630, 762, 979, 2563, 971, 630, 762, 46, 343, 1440, 556, 12134, 459, 6147, 971, 7190, 840, 6247, 964, 575, 581, 1221, 742, 310, 477, 51, 7251, 299, 9823, 971, 64, 310, 434, 327, 2879, 971, 630, 762, 46, 320, 343, 453, 15933, 680, 581, 664, 964, 51, 343, 13493, 1962, 2282, 299, 581, 1962, 1811, 6533, 45, 7251, 971, 312, 343, 2282, 299, 640, 1962, 1569, 20571, 45, 1513, 49, 21331, 312, 343, 477, 51, 2879, 299, 556, 23980, 6147, 1962, 45, 1513, 312, 310, 339, 832, 320, 343, 453, 2726, 1443, 341, 2563, 697, 391, 545, 347, 10639, 11849, 2252, 49, 2277, 641, 331, 21721, 51, 20830, 341, 1950, 3447, 458, 343, 453, 331, 7472, 10091, 3447, 51, 343, 453, 4314, 63, 1369, 458, 7821, 666, 331, 6386, 2347, 480, 1648, 545, 27419, 51, 343, 477, 51, 2879, 299, 556, 23980, 6147, 1962, 45, 7525, 2494, 51, 390, 12107, 1046, 2563, 971, 312, 310, 339, 303, 339, 465, 1041, 294, 338, 9308, 619, 13493, 971, 2716, 3173, 341, 964, 1221, 1773, 49, 341, 581, 1221, 1773, 49, 575, 4354, 51, 1691, 1773, 341, 964, 1221, 294, 338, 458, 13810, 49, 341, 581, 1221, 1118, 545, 16515, 664, 580, 327, 597, 458, 12920, 566, 1691, 4354, 904, 13810, 49, 580, 1200, 20985, 294, 338, 341, 581, 1221, 3443, 8487, 8012, 341, 581, 1221, 51, 1691, 1773, 341, 581, 1221, 458, 13810, 49, 477, 13493, 971, 4897, 294, 338, 545, 1674, 456, 23103, 51, 294, 588, 303, 496, 15375, 303, 964, 13493, 971, 4810, 6825, 21721, 9823, 971, 49, 496, 6825, 3447, 1197, 2563, 971, 46, 320, 310, 477, 45, 7251, 971, 49, 2563, 971, 49, 920, 312, 303, 339, 465, 1041, 294, 338, 3777, 878, 434, 477, 1221, 4183, 1348, 1178, 725, 20739, 2872, 391, 964, 1221, 3534, 51, 1369, 1648, 545, 3318, 580, 1616, 7162, 294, 338, 2716, 1364, 964, 1221, 3534, 391, 4258, 642, 327, 102, 37651, 1221, 490, 575, 3318, 341, 1221, 458, 15796, 51, 2469, 902, 813, 294, 338, 3105, 1222, 607, 316, 28871, 9768, 391, 8912, 341, 6819, 37395, 51, 294, 588, 303, 581, 1922, 458, 32941, 4505, 365, 320, 310, 461, 9823, 630, 762, 64, 303, 339, 465, 1041, 294, 338, 3777, 878, 434, 477, 1221, 1421, 725, 20739, 2872, 391, 964, 1221, 3534, 51, 12901, 341, 30560, 451, 294, 338, 3105, 1222, 607, 316, 32941, 4505, 41271, 294, 588, 303, 581, 1922, 1421, 12023, 971, 365, 320, 310, 461, 9823, 882, 762, 64, 303, 339, 465, 1041, 294, 338, 3777, 878, 434, 477, 1221, 458, 9754, 1773, 49, 14290, 580, 1421, 331, 581, 1221, 1294, 1307, 964, 1221, 51, 294, 588, 303, 581, 1922, 458, 9416, 318, 365, 320, 310, 461, 458, 32941, 4505, 365, 979, 673, 316, 28871, 492, 303, 339, 465, 1041, 294, 338, 5601, 477, 13493, 971, 641, 619, 23815, 51, 54, 11849, 964, 1221, 49, 641, 32594, 829, 31375, 575, 1674, 829, 35404, 7357, 294, 338, 347, 2840, 13269, 4780, 2224, 51, 294, 338, 294, 338, 496, 5124, 1105, 51, 27513, 111, 51, 1284, 51, 6147, 971, 51, 9095, 22913, 1002, 434, 341, 964, 1221, 458, 5839, 575, 15796, 51, 294, 588, 303, 581, 3447, 1197, 391, 25471, 54, 365, 320, 310, 1614, 320, 343, 3447, 1197, 9823, 971, 3656, 299, 640, 12023, 971, 3656, 492, 343, 34785, 11639, 519, 299, 556, 34785, 45, 57, 53, 53, 312, 1083, 453, 23815, 54, 100, 31210, 45, 6147, 100, 16846, 3319, 46, 299, 320, 343, 453, 280, 23815, 54, 100, 28467, 45, 6147, 100, 16846, 3319, 49, 1522, 49, 27018, 490, 343, 453, 280, 23815, 54, 100, 28467, 45, 6147, 100, 16846, 3319, 49, 39483, 49, 23815, 54, 100, 39644, 1235, 100, 5215, 490, 343, 453, 280, 23815, 54, 100, 12279, 100, 14559, 45, 6147, 100, 16846, 3319, 49, 3406, 49, 535, 2973, 80, 34014, 49, 244, 53, 490, 343, 453, 280, 23815, 54, 100, 12279, 100, 14559, 45, 6147, 100, 16846, 3319, 49, 36251, 49, 23815, 54, 100, 5676, 100, 5215, 49, 244, 54, 46, 343, 453, 339, 23815, 54, 100, 31210, 100, 3298, 45, 6147, 100, 16846, 3319, 46, 343, 493, 546, 5908, 4829, 8717, 299, 556, 493, 546, 5908, 4829, 45, 2679, 519, 312, 343, 8717, 51, 688, 976, 45, 909, 23815, 54, 3078, 45, 54, 894, 453, 1522, 343, 8717, 51, 688, 976, 45, 909, 493, 9629, 307, 383, 671, 45, 7251, 971, 3656, 894, 343, 8717, 51, 688, 976, 45, 909, 493, 546, 35601, 976, 45, 53, 49, 12299, 2494, 100, 17339, 51, 471, 25471, 54, 12216, 5086, 343, 8717, 51, 688, 976, 45, 909, 493, 546, 35601, 976, 45, 54, 49, 556, 493, 546, 4596, 671, 45, 390, 32941, 25545, 343, 8717, 51, 2698, 492, 343, 461, 11639, 519, 51, 35743, 492, 310, 339, 2385, 327, 6860, 503, 46, 320, 343, 1440, 556, 13383, 45, 106, 312, 244, 453, 16794, 7305, 49, 4144, 391, 4137, 3458, 51, 310, 339, 303, 339, 465, 1041, 294, 338, 3777, 581, 1221, 3534, 664, 341, 2716, 964, 1221, 51, 2634, 4511, 331, 3447, 1437, 2012, 331, 21721, 49, 813, 350, 2269, 67, 294, 338, 556, 21721, 45, 54, 49, 3534, 25032, 2269, 67, 294, 588, 303, 581, 924, 3447, 1197, 36251, 1811, 6533, 45, 21520, 9823, 971, 49, 1922, 21331, 46, 320, 310, 13493, 1962, 2282, 299, 581, 1962, 1811, 6533, 45, 7251, 971, 312, 310, 461, 2282, 51, 390, 18037, 45, 15843, 312, 303, 339, 465, 1041, 294, 338, 3777, 581, 1221, 2282, 664, 341, 2716, 964, 1221, 51, 2634, 4511, 331, 3447, 1437, 2012, 331, 21721, 49, 813, 350, 2269, 67, 294, 338, 556, 21721, 45, 54, 49, 3534, 25032, 2269, 67, 294, 588, 303, 581, 924, 13493, 1962, 581, 1962, 1811, 6533, 45, 21520, 9823, 971, 46, 320, 310, 1276, 295, 338, 4314, 63, 10123, 1962, 1251, 103, 24185, 5937, 4183, 1348, 2208, 5915, 4207, 8940, 2806, 341, 2370, 2554, 49, 295, 338, 1294, 708, 3087, 1557, 347, 7078, 7058, 51, 295, 588, 310, 434, 327, 7251, 971, 51, 2417, 2396, 365, 868, 12299, 2494, 51, 47302, 941, 2417, 2396, 1177, 320, 343, 9823, 971, 299, 9823, 971, 51, 1820, 45, 7525, 2494, 51, 47302, 1052, 310, 339, 310, 461, 556, 10123, 1962, 1251, 103, 24185, 941, 20228, 45, 7525, 2494, 51, 390, 76, 1046, 9823, 971, 312, 303, 339, 465, 1041, 294, 338, 7132, 341, 3696, 54, 59, 53, 2252, 451, 341, 581, 1221, 327, 321, 10955, 347, 11022, 566, 294, 588, 303, 581, 3447, 1197, 640, 32941, 2899, 365, 320, 310, 434, 327, 2879, 971, 2899, 630, 762, 46, 343, 2563, 971, 2899, 299, 13245, 51, 5578, 55, 58, 59, 2905, 54, 59, 53, 45, 597, 51, 2879, 51, 390, 18037, 1052, 310, 461, 2563, 971, 2899, 64, 303, 339, 465, 1041, 294, 338, 7132, 341, 5096, 581, 1221, 804, 51, 1369, 12946, 347, 6148, 3273, 11997, 120, 51, 5857, 708, 477, 458, 350, 103, 67, 1226, 396, 103, 67, 341, 2454, 294, 338, 641, 341, 2563, 971, 2899, 52, 2485, 51, 294, 588, 303, 581, 3447, 1197, 640, 32941, 365, 320, 310, 461, 2563, 51, 390, 18037, 492, 303, 339, 465, 1041, 294, 338, 7132, 341, 581, 1221, 347, 341, 2252, 451, 619, 1871, 393, 36754, 14574, 2282, 1319, 664, 11547, 974, 126, 23876, 293, 51, 294, 588, 303, 581, 13493, 1962, 640, 32941, 1962, 365, 320, 310, 461, 2563, 51, 390, 492, 303, 339, 465, 1041, 294, 338, 7132, 341, 964, 1221, 347, 341, 2252, 451, 619, 5009, 1620, 2016, 51, 906, 581, 1221, 458, 12015, 829, 23464, 13493, 294, 338, 2282, 10898, 477, 1470, 451, 6524, 327, 110, 51, 106, 51, 2282, 22277, 318, 566, 294, 338, 294, 338, 496, 5124, 1401, 51, 1600, 51, 45123, 434, 341, 964, 1221, 3534, 904, 666, 3322, 51, 294, 588, 303, 581, 21721, 640, 12023, 971, 365, 320, 310, 434, 327, 7251, 630, 762, 46, 343, 1440, 556, 20884, 22913, 1002, 492, 310, 461, 9823, 64, 303, 339, 465, 1041, 294, 338, 3777, 4962, 477, 1221, 458, 1493, 341, 21331, 2252, 575, 666, 51, 2270, 4787, 2563, 3519, 904, 1773, 244, 56, 56, 3534, 49, 666, 244, 59, 57, 51, 294, 588, 303, 581, 1922, 458, 22928, 365, 320, 310, 461, 2563, 51, 316, 22928, 492, 303, 339, 465, 1041, 294, 338, 28599, 341, 3161, 6361, 708, 1949, 992, 331, 8214, 49, 480, 7388, 331, 3374, 391, 9356, 391, 493, 546, 2252, 49, 1532, 458, 294, 338, 2650, 535, 4778, 3569, 29164, 904, 17760, 1429, 17696, 347, 1623, 727, 16602, 347, 341, 35404, 7088, 51, 906, 5096, 294, 338, 6361, 902, 545, 6386, 456, 8132, 9710, 13493, 7820, 120, 563, 3049, 51, 294, 588, 303, 581, 924, 462, 13493, 4150, 1117, 646, 1190, 320, 310, 1041, 295, 338, 906, 3161, 6361, 451, 341, 8214, 51, 295, 588, 310, 581, 1175, 21721, 559, 49, 328, 64, 603, 1041, 295, 338, 29755, 331, 8214, 642, 341, 2716, 6361, 51, 12901, 2387, 6936, 21974, 1145, 341, 8214, 51, 295, 588, 310, 581, 13493, 4150, 1117, 646, 1190, 45, 21520, 559, 49, 21721, 328, 46, 320, 343, 477, 51, 119, 299, 559, 64, 343, 477, 51, 120, 299, 328, 64, 310, 339, 603, 1041, 295, 338, 3777, 878, 434, 341, 377, 2595, 458, 332, 760, 411, 708, 6084, 580, 458, 4834, 3105, 1222, 13493, 971, 40, 34215, 100, 7525, 2494, 100, 9359, 4037, 2819, 350, 102, 295, 338, 995, 366, 662, 574, 951, 51, 527, 52, 27513, 52, 103, 9524, 52, 3020, 52, 2611, 52, 39667, 50, 53, 53, 59, 55, 51, 3996, 831, 10142, 40, 12020, 100, 88, 100, 2857, 100, 285, 100, 47164, 432, 71, 2046, 59, 55, 396, 102, 4513, 295, 588, 310, 581, 1922, 458, 23984, 365, 320, 343, 461, 328, 51, 23879, 45, 34215, 100, 7525, 2494, 100, 9359, 46, 2527, 244, 53, 64, 310, 339, 603, 1041, 295, 338, 13513, 6936, 10907, 341, 377, 2595, 391, 545, 6717, 2806, 575, 5058, 391, 11243, 341, 14574, 2554, 49, 434, 7527, 51, 295, 338, 1369, 458, 2147, 3318, 456, 3659, 8214, 327, 119, 49, 120, 46, 341, 8214, 327, 119, 49, 449, 120, 327, 1820, 508, 509, 458, 331, 2101, 8214, 451, 295, 338, 341, 2454, 1492, 51, 8786, 49, 1019, 1236, 6257, 341, 13636, 391, 5370, 341, 7037, 451, 331, 35404, 6148, 2703, 580, 1200, 295, 338, 2602, 11289, 49, 641, 708, 27963, 1218, 10329, 20985, 347, 25571, 51, 23245, 347, 7078, 1773, 1611, 451, 5543, 10556, 1118, 545, 295, 338, 11901, 23451, 480, 341, 1623, 1118, 545, 342, 12357, 51, 295, 588, 310, 581, 13493, 4150, 1117, 646, 1190, 391, 23984, 8628, 365, 320, 343, 434, 1445, 316, 23984, 1177, 320, 419, 453, 906, 2554, 451, 341, 14574, 458, 341, 1470, 451, 2101, 5018, 708, 2325, 563, 708, 14574, 51, 1691, 377, 458, 347, 341, 8373, 419, 453, 11243, 451, 341, 1470, 451, 2101, 5018, 49, 1636, 18020, 580, 1769, 391, 341, 7245, 11243, 51, 12783, 49, 34608, 708, 419, 453, 283, 508, 299, 244, 54, 53, 419, 453, 283, 328, 299, 244, 61, 49, 1278, 7224, 61, 925, 244, 54, 53, 630, 244, 55, 46, 15004, 4354, 327, 119, 49, 244, 61, 46, 480, 327, 119, 49, 244, 55, 46, 904, 2101, 16351, 51, 419, 453, 281, 54, 53, 449, 244, 61, 630, 244, 55, 49, 21261, 1790, 5198, 341, 27017, 5319, 49, 1532, 458, 21974, 51, 419, 461, 556, 13493, 4150, 1117, 646, 1190, 45, 119, 49, 12299, 2494, 51, 47302, 941, 25340, 45, 120, 894, 343, 339, 832, 320, 419, 461, 477, 64, 343, 339, 310, 339, 603, 1041, 295, 338, 493, 546, 458, 619, 39333, 6244, 456, 4569, 6206, 727, 16602, 1532, 458, 47701, 1674, 347, 14547, 7952, 51, 295, 338, 2048, 1200, 29815, 2144, 7088, 17353, 1294, 6717, 27497, 51, 1369, 1431, 3235, 331, 6244, 493, 546, 7348, 295, 338, 451, 341, 8214, 49, 641, 27367, 829, 31375, 480, 1623, 11382, 51, 295, 588, 310, 581, 3447, 1197, 9356, 724, 5002, 365, 320, 343, 1614, 320, 419, 461, 3768, 3945, 1880, 941, 35743, 492, 343, 339, 2385, 327, 6860, 503, 46, 320, 419, 1440, 556, 13383, 45, 106, 312, 244, 453, 16794, 7305, 51, 343, 339, 310, 339, 603, 581, 924, 13493, 4150, 1117, 646, 1190, 9860, 1811, 5002, 45, 2278, 1197, 3534, 46, 2589, 12134, 320, 343, 23815, 54, 6989, 18983, 299, 762, 64, 343, 1614, 320, 419, 453, 11547, 974, 126, 41196, 829, 1263, 458, 6527, 2645, 11713, 23815, 51, 54, 18789, 51, 2726, 42002, 477, 1524, 49, 3318, 1649, 419, 453, 35404, 29164, 2285, 666, 3203, 51, 419, 9749, 51, 489, 3032, 1806, 459, 1107, 51, 438, 805, 43505, 51, 17508, 54, 51, 4582, 100, 16253, 100, 5831, 411, 878, 312, 419, 18983, 299, 556, 23815, 54, 6989, 45, 3669, 312, 419, 1175, 23815, 54, 12216, 8717, 3287, 299, 18983, 51, 870, 976, 492, 419, 434, 327, 4974, 3287, 630, 762, 46, 547, 1440, 556, 12134, 459, 41432, 11181, 962, 451, 23815, 51, 54, 3458, 5377, 419, 434, 11014, 4974, 3287, 5118, 27629, 5908, 509, 547, 1440, 556, 12134, 459, 2248, 15370, 462, 63, 332, 494, 8717, 3287, 51, 9699, 941, 5175, 1052, 419, 1175, 27629, 5908, 8717, 299, 327, 4132, 5908, 46, 8717, 3287, 64, 419, 23815, 54, 3078, 559, 49, 328, 64, 419, 1614, 320, 547, 559, 299, 327, 25471, 54, 3078, 46, 8717, 51, 19717, 1094, 45, 53, 312, 547, 328, 299, 327, 25471, 54, 3078, 46, 8717, 51, 19717, 1094, 45, 54, 312, 419, 339, 2385, 327, 1359, 36886, 503, 46, 320, 547, 1440, 556, 12134, 45, 106, 312, 419, 339, 419, 453, 31375, 428, 4811, 1218, 664, 341, 493, 546, 1394, 829, 20590, 1073, 3301, 2102, 641, 3638, 49, 8439, 2974, 1414, 666, 545, 419, 453, 23245, 49, 1019, 5198, 813, 341, 11659, 7058, 51, 2819, 63, 1930, 574, 119, 59, 51, 1192, 52, 5241, 52, 55, 53, 54, 54, 54, 54, 54, 62, 89, 55, 54, 54, 58, 53, 57, 95, 51, 935, 419, 461, 556, 13493, 4150, 1117, 646, 1190, 45, 119, 51, 390, 17982, 899, 1046, 328, 51, 390, 17982, 899, 1052, 343, 339, 2385, 327, 6860, 503, 46, 320, 419, 1440, 556, 12134, 45, 106, 312, 343, 339, 8312, 320, 419, 434, 327, 14937, 882, 762, 46, 547, 1614, 320, 733, 18983, 51, 2698, 492, 547, 339, 2385, 327, 6860, 837, 46, 320, 547, 339, 419, 9749, 51, 2564, 3032, 1806, 459, 1107, 51, 438, 805, 43505, 51, 17508, 54, 51, 4582, 100, 16253, 100, 5831, 742, 343, 339, 310, 339, 603, 2532, 34785, 3768, 3945, 1880, 365, 2589, 6300, 320, 343, 453, 41720, 244, 60, 53, 50, 60, 55, 3534, 51, 343, 34785, 342, 519, 299, 556, 34785, 45, 60, 55, 312, 343, 493, 546, 5908, 4829, 8717, 299, 556, 493, 546, 5908, 4829, 45, 18013, 312, 343, 8717, 51, 688, 976, 45, 909, 23815, 54, 3078, 45, 119, 894, 343, 8717, 51, 688, 976, 45, 909, 23815, 54, 3078, 45, 120, 894, 343, 8717, 51, 2698, 492, 343, 461, 342, 519, 64, 310, 339, 603, 496, 1806, 310, 581, 1922, 12432, 45, 976, 356, 46, 320, 343, 434, 327, 597, 630, 356, 46, 419, 461, 878, 64, 343, 434, 327, 116, 630, 762, 1293, 27042, 365, 882, 356, 51, 9699, 1177, 419, 461, 920, 64, 343, 13493, 4150, 1117, 646, 1190, 1623, 299, 327, 6147, 4150, 1117, 646, 1190, 46, 356, 64, 343, 461, 559, 51, 3591, 45, 2476, 51, 119, 46, 979, 328, 51, 3591, 45, 2476, 51, 120, 312, 310, 339, 603, 496, 1806, 310, 581, 648, 17759, 365, 320, 343, 461, 14592, 51, 14941, 45, 119, 49, 328, 312, 310, 339, 303, 339, 465, 1041, 294, 338, 7443, 120, 341, 2716, 3696, 480, 3235, 341, 578, 480, 377, 6361, 641, 7766, 46227, 8002, 51, 719, 341, 35404, 7088, 49, 2974, 904, 294, 338, 13559, 11849, 1493, 23815, 51, 54, 2224, 49, 1278, 863, 2660, 3105, 1222, 13493, 971, 51, 6147, 4150, 1117, 646, 1190, 40, 471, 25471, 54, 9768, 294, 338, 4203, 51, 8786, 16400, 341, 16403, 6361, 902, 545, 6386, 49, 456, 1998, 49, 434, 863, 4501, 6808, 391, 764, 294, 338, 9710, 13493, 7820, 120, 563, 3049, 51, 294, 338, 294, 338, 496, 5124, 3907, 23401, 284, 1002, 434, 477, 13493, 971, 4183, 1348, 1178, 331, 964, 1760, 51, 294, 588, 303, 581, 13493, 4150, 1117, 646, 1190, 2613, 45, 25019, 55, 58, 59, 2899, 1533, 46, 2589, 3907, 23401, 284, 1002, 320, 310, 461, 2613, 45, 1151, 49, 762, 312, 303, 339, 465, 1041, 294, 338, 1691, 477, 3671, 2702, 458, 758, 391, 878, 49, 2613, 365, 9602, 331, 11657, 8214, 480, 6152, 365, 5198, 3235, 878, 51, 294, 338, 1369, 458, 14217, 391, 3071, 16652, 7385, 4220, 3326, 708, 764, 331, 8233, 451, 23103, 52, 6970, 318, 49, 1532, 347, 341, 25856, 294, 338, 902, 545, 24072, 4955, 12920, 51, 294, 588, 303, 496, 5671, 37450, 303, 581, 924, 1922, 18478, 2241, 100, 36071, 88, 299, 920, 64, 465, 1041, 294, 338, 7443, 120, 341, 2716, 3696, 480, 3235, 341, 578, 480, 377, 6361, 641, 7766, 46227, 8002, 51, 719, 341, 35404, 7088, 49, 2974, 904, 294, 338, 13559, 11849, 1493, 493, 546, 2224, 49, 1278, 863, 2660, 3105, 1222, 13493, 971, 51, 6147, 4150, 1117, 646, 1190, 40, 4458, 724, 5002, 9768, 294, 338, 4203, 51, 8786, 16400, 341, 16403, 6361, 902, 545, 6386, 49, 456, 1998, 49, 434, 863, 4501, 8132, 391, 764, 9710, 294, 338, 13493, 7820, 120, 563, 3049, 51, 294, 338, 294, 338, 496, 772, 29951, 971, 906, 22543, 1221, 391, 813, 456, 428, 8567, 451, 341, 964, 1221, 51, 1691, 762, 1636, 1307, 428, 8567, 458, 2147, 51, 294, 338, 496, 5124, 3907, 23401, 284, 1002, 2868, 434, 2038, 1200, 4682, 6661, 642, 29951, 971, 51, 294, 338, 496, 5124, 13493, 971, 51, 9095, 22913, 1002, 434, 477, 1221, 4897, 2613, 3318, 580, 1200, 2563, 697, 1773, 51, 294, 588, 303, 581, 13493, 4150, 1117, 646, 1190, 2613, 45, 25019, 55, 58, 59, 2899, 1533, 49, 496, 6825, 3907, 3026, 29951, 971, 46, 2589, 3907, 23401, 284, 1002, 320, 310, 3907, 23401, 284, 22319, 284, 299, 39774, 23401, 284, 492, 310, 434, 327, 3712, 284, 882, 762, 46, 320, 343, 434, 327, 16477, 971, 630, 762, 46, 419, 1440, 556, 3907, 1640, 28871, 1002, 492, 343, 461, 24850, 45, 16477, 971, 566, 1352, 45, 1151, 312, 310, 339, 832, 320, 343, 453, 3155, 428, 8567, 451, 964, 1221, 2147, 51, 343, 434, 327, 7251, 630, 762, 46, 419, 1440, 556, 20884, 22913, 1002, 492, 310, 339, 310, 461, 764, 3399, 45, 1151, 49, 9823, 312, 303, 339, 465, 2532, 13493, 4150, 1117, 646, 1190, 764, 3399, 45, 25019, 55, 58, 59, 2899, 1533, 49, 21721, 39483, 1580, 27447, 46, 320, 310, 434, 327, 3110, 117, 55, 58, 59, 112, 54, 1237, 51, 30684, 1177, 320, 343, 1614, 320, 419, 3447, 1197, 8214, 299, 13122, 3110, 117, 55, 58, 59, 112, 54, 51, 1352, 45, 733, 1533, 51, 19682, 1046, 733, 13245, 51, 7400, 3078, 45615, 45, 36878, 1580, 27447, 49, 244, 56, 55, 46, 419, 1110, 419, 461, 13493, 4150, 1117, 646, 1190, 51, 5480, 1811, 5002, 45, 9588, 312, 343, 339, 2385, 327, 6137, 3110, 117, 55, 58, 59, 112, 54, 1747, 51, 3285, 4989, 1002, 503, 46, 320, 419, 1264, 51, 750, 459, 15041, 10325, 3187, 4989, 1002, 6529, 427, 2217, 55, 58, 59, 112, 54, 411, 503, 312, 419, 1440, 556, 13383, 45, 106, 312, 343, 339, 310, 339, 310, 434, 327, 1867, 2241, 100, 36071, 88, 46, 343, 461, 11726, 7790, 51, 11230, 492, 310, 45170, 45, 36878, 1580, 27447, 312, 310, 13493, 4150, 1117, 646, 284, 33272, 299, 556, 13493, 4150, 1117, 646, 284, 45, 909, 696, 8009, 73, 3569, 80, 18587, 45, 909, 11856, 55, 58, 59, 15087, 5086, 310, 535, 2973, 817, 971, 3694, 9823, 971, 299, 556, 535, 2973, 817, 971, 3694, 45, 36878, 1580, 27447, 49, 12299, 2494, 312, 310, 33272, 51, 1683, 45, 1527, 49, 9823, 971, 312, 310, 21721, 1197, 6361, 299, 33272, 51, 5555, 7790, 45, 1151, 51, 19682, 1052, 310, 461, 556, 13493, 4150, 1117, 646, 1190, 45, 3545, 96, 53, 636, 6361, 96, 54, 8527, 471, 23984, 8628, 492, 303, 339, 465, 1041, 294, 338, 350, 117, 67, 4319, 6871, 341, 2716, 535, 4778, 3569, 8214, 8209, 341, 1492, 3534, 1493, 341, 581, 1221, 3534, 1746, 117, 67, 294, 338, 350, 117, 67, 294, 338, 350, 117, 67, 5797, 1493, 7565, 535, 4778, 3569, 18217, 49, 727, 2315, 545, 244, 56, 55, 3534, 49, 480, 1307, 2016, 1648, 545, 294, 338, 14365, 2806, 244, 58, 55, 53, 3534, 1746, 117, 67, 294, 338, 294, 338, 496, 772, 727, 665, 5042, 451, 341, 727, 391, 6152, 51, 294, 338, 496, 772, 8214, 23815, 51, 54, 11849, 8214, 51, 294, 338, 496, 772, 2563, 981, 906, 581, 1221, 3534, 391, 813, 51, 294, 588, 303, 581, 924, 1922, 6152, 45, 2278, 1197, 727, 49, 13493, 4150, 1117, 646, 1190, 8214, 49, 3447, 1197, 2563, 46, 320, 310, 434, 327, 1867, 2241, 100, 36071, 88, 46, 343, 461, 878, 64, 603, 434, 327, 3110, 117, 55, 58, 59, 112, 54, 1237, 51, 30684, 1177, 320, 343, 1614, 320, 419, 461, 13122, 3110, 117, 55, 58, 59, 112, 54, 51, 6970, 45, 624, 49, 8214, 51, 4458, 724, 5002, 1046, 2563, 312, 343, 339, 2385, 327, 6137, 3110, 117, 55, 58, 59, 112, 54, 1747, 51, 3285, 4989, 1002, 503, 46, 320, 419, 1264, 51, 750, 459, 15041, 10325, 3187, 4989, 1002, 6529, 427, 2217, 55, 58, 59, 112, 54, 411, 503, 312, 419, 461, 920, 64, 343, 339, 310, 339, 603, 13493, 4150, 1117, 646, 284, 33272, 299, 556, 13493, 4150, 1117, 646, 284, 492, 310, 535, 2973, 497, 971, 3694, 2822, 299, 556, 535, 2973, 497, 971, 3694, 45, 7525, 2494, 51, 390, 12107, 941, 5480, 1962, 45, 2879, 490, 12299, 2494, 312, 310, 33272, 51, 1683, 45, 1886, 49, 2822, 312, 310, 1614, 320, 343, 461, 33272, 51, 6970, 7790, 45, 624, 49, 8214, 51, 119, 49, 8214, 51, 120, 312, 310, 339, 2385, 327, 26268, 503, 46, 320, 343, 453, 11547, 974, 126, 23876, 293, 4326, 331, 4845, 708, 902, 5758, 508, 1321, 120, 2716, 1394, 6346, 32024, 337, 29164, 51, 37827, 29164, 343, 453, 904, 347, 2752, 12654, 5549, 52, 15605, 6980, 120, 1278, 1019, 2277, 3562, 3049, 2464, 9302, 2806, 14865, 341, 3682, 51, 343, 1264, 51, 750, 459, 15041, 10325, 508, 1321, 6529, 2978, 974, 126, 9947, 293, 411, 503, 312, 343, 461, 920, 64, 310, 339, 303, 339, 465, 1041, 294, 338, 46214, 341, 2716, 23815, 51, 54, 11849, 535, 4778, 3569, 8214, 8209, 331, 3696, 1493, 341, 581, 1221, 51, 294, 338, 294, 338, 496, 772, 727, 665, 5042, 451, 341, 727, 391, 6152, 51, 294, 338, 496, 772, 8214, 23815, 51, 54, 11849, 8214, 51, 294, 338, 496, 772, 2563, 981, 906, 581, 1221, 3534, 391, 813, 51, 294, 588, 303, 581, 924, 1922, 6152, 45, 2278, 1197, 727, 49, 3447, 1197, 8214, 49, 3447, 1197, 2563, 46, 320, 310, 434, 327, 3110, 117, 55, 58, 59, 112, 54, 1237, 51, 30684, 1177, 320, 343, 1614, 320, 419, 461, 13122, 3110, 117, 55, 58, 59, 112, 54, 51, 6970, 45, 624, 49, 8214, 49, 2563, 312, 343, 339, 2385, 327, 6137, 3110, 117, 55, 58, 59, 112, 54, 1747, 51, 3285, 4989, 1002, 503, 46, 320, 419, 1264, 51, 750, 459, 15041, 10325, 3187, 4989, 1002, 6529, 427, 2217, 55, 58, 59, 112, 54, 411, 503, 312, 419, 461, 920, 64, 343, 339, 310, 339, 310, 461, 6152, 45, 624, 49, 13493, 4150, 1117, 646, 1190, 51, 5480, 1811, 5002, 45, 9588, 490, 2563, 312, 303, 339, 465, 1041, 294, 338, 46214, 341, 2716, 23815, 51, 54, 11849, 535, 4778, 3569, 8214, 8209, 331, 3696, 1493, 341, 581, 1221, 51, 294, 338, 294, 338, 496, 772, 3696, 665, 5042, 451, 341, 727, 391, 6152, 51, 294, 338, 496, 772, 8214, 23815, 51, 54, 11849, 8214, 51, 294, 588, 303, 581, 1922, 6152, 45, 2278, 1197, 3696, 49, 3447, 1197, 8214, 46, 320, 310, 461, 13493, 971, 51, 6970, 45, 2905, 49, 8214, 49, 640, 32941, 1052, 303, 339, 465, 1041, 294, 338, 46214, 341, 2716, 578, 52, 88, 6120, 327, 9588, 46, 8209, 331, 3696, 1493, 341, 581, 1221, 51, 294, 588, 303, 581, 1922, 6152, 45, 25019, 55, 58, 59, 2899, 6980, 2899, 49, 13493, 4150, 1117, 646, 1190, 8214, 46, 320, 310, 461, 13493, 971, 51, 6970, 45, 5037, 2899, 51, 19682, 1046, 8214, 49, 640, 32941, 1052, 303, 339, 465, 1041, 294, 338, 46214, 341, 2716, 23815, 51, 54, 11849, 535, 4778, 3569, 8214, 8209, 331, 3696, 1493, 341, 581, 1221, 49, 480, 2589, 619, 3773, 294, 338, 434, 341, 8214, 4183, 1348, 2549, 294, 338, 294, 338, 496, 5124, 1401, 51, 4386, 51, 7790, 1002, 434, 341, 8214, 1976, 666, 2549, 51, 294, 588, 303, 581, 782, 6152, 48915, 45, 2278, 1197, 3696, 49, 3447, 1197, 8214, 46, 2589, 19766, 1002, 320, 310, 434, 1445, 6970, 45, 2905, 49, 8214, 509, 343, 1440, 556, 19766, 1002, 492, 303, 339, 465, 1041, 294, 338, 46214, 341, 2716, 578, 52, 88, 6120, 327, 9588, 46, 8209, 331, 3696, 1493, 341, 581, 1221, 49, 480, 2589, 619, 3773, 294, 338, 434, 341, 8214, 4183, 1348, 2549, 294, 338, 294, 338, 496, 5124, 1401, 51, 4386, 51, 7790, 1002, 434, 341, 8214, 1976, 666, 2549, 51, 294, 588, 303, 581, 782, 6152, 48915, 45, 25019, 55, 58, 59, 2899, 6980, 2899, 49, 13493, 4150, 1117, 646, 1190, 8214, 46, 2589, 19766, 1002, 320, 310, 434, 1445, 6147, 971, 51, 6970, 45, 5037, 2899, 51, 19682, 1046, 8214, 49, 640, 32941, 5183, 343, 1440, 556, 19766, 1002, 492, 303, 339, 465, 1041, 294, 338, 3777, 878, 434, 341, 2716, 2563, 697, 458, 21974, 49, 613, 51, 106, 51, 341, 3831, 3124, 15170, 2012, 3513, 18757, 51, 294, 588, 303, 581, 924, 1922, 458, 32941, 23984, 45, 2278, 1197, 2563, 697, 46, 320, 310, 434, 327, 36083, 51, 1340, 350, 244, 56, 56, 46, 343, 461, 920, 64, 310, 434, 327, 36083, 96, 53, 98, 630, 244, 53, 125, 53, 57, 46, 320, 343, 453, 1703, 15843, 2563, 697, 343, 434, 327, 36083, 51, 1340, 882, 244, 59, 58, 46, 419, 461, 920, 64, 310, 339, 832, 434, 327, 36083, 96, 53, 98, 630, 244, 53, 125, 53, 55, 1293, 2563, 697, 96, 53, 98, 630, 244, 53, 125, 53, 56, 46, 320, 343, 453, 2270, 4787, 2563, 697, 343, 434, 327, 36083, 51, 1340, 882, 244, 56, 56, 46, 419, 461, 920, 64, 310, 339, 832, 343, 461, 920, 64, 310, 461, 878, 64, 303, 339, 465, 964, 924, 13493, 971, 6600, 971, 1811, 25471, 54, 45, 2278, 1197, 30952, 54, 7251, 697, 46, 320, 310, 453, 2634, 7677, 477, 1361, 49, 2337, 341, 5658, 451, 341, 23815, 51, 54, 2224, 456, 13493, 964, 5050, 347, 341, 31375, 1932, 310, 453, 1361, 347, 11050, 100, 17508, 54, 51, 104, 63, 310, 453, 310, 453, 23815, 54, 100, 31210, 45, 6147, 100, 16846, 3319, 46, 299, 320, 310, 453, 280, 23815, 54, 100, 28467, 45, 6147, 100, 16846, 3319, 49, 1522, 49, 27018, 490, 310, 453, 280, 23815, 54, 100, 28467, 45, 6147, 100, 16846, 3319, 49, 39483, 49, 23815, 54, 100, 39644, 1235, 100, 5215, 490, 310, 453, 280, 23815, 54, 100, 12279, 100, 14559, 45, 6147, 100, 16846, 3319, 49, 3406, 49, 535, 2973, 80, 34014, 49, 244, 53, 490, 310, 453, 280, 23815, 54, 100, 12279, 100, 14559, 45, 6147, 100, 16846, 3319, 49, 36251, 49, 23815, 54, 100, 5676, 100, 5215, 49, 244, 54, 46, 310, 453, 339, 23815, 54, 100, 31210, 100, 3298, 45, 6147, 100, 16846, 3319, 46, 310, 453, 310, 1614, 320, 343, 23815, 54, 6989, 18983, 299, 556, 23815, 54, 6989, 45, 17508, 54, 7251, 697, 312, 343, 27629, 5908, 8717, 299, 327, 4132, 5908, 46, 18983, 51, 870, 976, 492, 343, 1524, 3501, 45, 14937, 51, 870, 976, 365, 630, 762, 49, 332, 1630, 4326, 6737, 3534, 742, 343, 18983, 51, 2698, 492, 1083, 1524, 3501, 45, 4974, 51, 911, 365, 630, 244, 57, 49, 332, 1630, 1976, 666, 9268, 391, 545, 619, 23815, 51, 54, 31375, 13493, 964, 1221, 742, 1083, 1524, 3501, 7738, 25471, 54, 3078, 46, 8717, 51, 19717, 1094, 45, 53, 3445, 6693, 941, 3591, 45, 21520, 51, 4451, 490, 547, 332, 1630, 458, 451, 6661, 1522, 742, 1083, 3447, 1197, 9823, 5966, 299, 1849, 25471, 54, 16203, 383, 671, 46, 8717, 51, 19717, 1094, 45, 54, 3445, 390, 16203, 5284, 492, 343, 21721, 9823, 697, 299, 556, 21721, 45, 54, 49, 9823, 5966, 312, 1083, 23815, 54, 35601, 976, 2563, 697, 299, 327, 25471, 54, 35601, 976, 46, 8717, 51, 19717, 1094, 45, 56, 312, 343, 1524, 3501, 45, 36083, 51, 36638, 2042, 365, 630, 244, 54, 49, 332, 1630, 1421, 349, 29956, 44, 642, 6677, 2621, 1470, 742, 343, 3447, 1197, 2563, 5966, 299, 1849, 5002, 4596, 671, 46, 2563, 697, 51, 19717, 4269, 19682, 492, 343, 1524, 3501, 45, 2879, 5966, 51, 1340, 630, 244, 56, 56, 1293, 2563, 5966, 51, 1340, 630, 244, 59, 58, 49, 332, 1630, 1421, 349, 29956, 44, 642, 5549, 3124, 742, 343, 648, 7348, 299, 2563, 5966, 96, 53, 98, 568, 244, 53, 4776, 64, 343, 453, 9303, 2625, 21331, 45, 55, 49, 56, 46, 480, 725, 15843, 45, 57, 490, 666, 47075, 45, 53, 46, 575, 42009, 45, 59, 49, 60, 46, 343, 1524, 3501, 45, 8657, 2394, 244, 55, 979, 7348, 2527, 244, 57, 49, 332, 1630, 1421, 349, 29956, 44, 642, 5549, 7348, 742, 1083, 453, 9188, 37113, 1524, 391, 7197, 341, 2563, 697, 3534, 2549, 341, 9823, 697, 51, 343, 1922, 21331, 299, 327, 2879, 5966, 51, 1340, 630, 244, 56, 56, 312, 343, 13493, 971, 1221, 299, 556, 13493, 971, 45, 7251, 697, 49, 762, 49, 21331, 312, 343, 434, 1445, 9981, 51, 3591, 45, 697, 51, 390, 32941, 1046, 2563, 5966, 509, 419, 1440, 556, 12134, 459, 5998, 1221, 347, 23815, 51, 54, 5213, 1976, 666, 2549, 964, 1221, 5377, 343, 461, 1221, 64, 310, 339, 2385, 327, 6860, 503, 46, 320, 343, 1440, 556, 13383, 45, 106, 312, 244, 453, 16794, 7305, 49, 9198, 664, 4137, 3458, 51, 310, 339, 303, 339, 465, 1041, 294, 338, 7443, 120, 331, 1367, 1492, 1493, 341, 6244, 35404, 35182, 23103, 2224, 480, 3235, 341, 8214, 641, 331, 1712, 59, 57, 294, 338, 11849, 821, 51, 294, 338, 294, 338, 496, 5124, 21641, 434, 477, 13493, 971, 1976, 666, 1178, 341, 964, 1760, 51, 294, 338, 496, 5124, 3907, 23401, 284, 1002, 280, 434, 477, 13493, 971, 458, 15796, 480, 1307, 22543, 971, 458, 3961, 575, 580, 1976, 666, 24850, 341, 13493, 971, 51, 294, 588, 303, 581, 910, 2613, 1193, 45, 671, 1492, 46, 2589, 3907, 23401, 284, 1002, 320, 310, 461, 2613, 1193, 45, 1454, 49, 762, 312, 303, 339, 465, 1041, 294, 338, 7443, 120, 331, 1367, 1492, 1493, 341, 6244, 35404, 35182, 23103, 2224, 480, 3235, 341, 8214, 641, 331, 1712, 59, 57, 294, 338, 11849, 821, 51, 294, 338, 294, 338, 496, 5124, 21641, 434, 477, 13493, 971, 1976, 666, 1178, 341, 964, 1760, 51, 294, 338, 496, 5124, 3907, 23401, 284, 1002, 280, 434, 477, 13493, 971, 458, 15796, 480, 1307, 22543, 971, 458, 3961, 575, 580, 1976, 666, 24850, 341, 13493, 971, 51, 294, 588, 303, 581, 910, 2613, 1193, 45, 671, 1492, 49, 496, 6825, 3907, 3026, 29951, 971, 46, 2589, 3907, 23401, 284, 1002, 320, 310, 3447, 1197, 727, 299, 2224, 1193, 1580, 27447, 45, 1454, 312, 310, 2432, 102, 55, 58, 59, 2899, 3696, 299, 2432, 102, 55, 58, 59, 2899, 51, 4176, 584, 1436, 45, 624, 312, 310, 13493, 4150, 1117, 646, 1190, 6980, 299, 2613, 45, 2905, 49, 29951, 971, 312, 310, 3447, 8835, 625, 299, 2309, 22868, 625, 45, 2905, 49, 6980, 312, 310, 648, 3353, 3945, 299, 8835, 625, 494, 244, 55, 60, 494, 327, 316, 22928, 365, 1037, 244, 57, 518, 244, 53, 312, 310, 3447, 1197, 6980, 768, 299, 556, 3447, 96, 59, 58, 988, 244, 453, 244, 54, 3353, 494, 244, 56, 55, 3534, 456, 578, 494, 244, 56, 55, 3534, 456, 377, 310, 6980, 768, 96, 53, 98, 299, 327, 2278, 46, 3353, 3945, 64, 310, 1189, 51, 40816, 45, 2769, 51, 7400, 3078, 45615, 45, 5037, 51, 119, 49, 244, 56, 55, 490, 244, 53, 49, 6980, 768, 49, 244, 54, 49, 244, 56, 55, 312, 310, 1189, 51, 40816, 45, 2769, 51, 7400, 3078, 45615, 45, 5037, 51, 120, 49, 244, 56, 55, 490, 244, 53, 49, 6980, 768, 49, 244, 56, 56, 49, 244, 56, 55, 312, 310, 461, 556, 910, 45, 1778, 59, 57, 51, 4458, 45, 5037, 768, 490, 9312, 32606, 51, 6266, 100, 61, 312, 303, 339, 465, 1041, 294, 338, 15328, 619, 16948, 15386, 451, 1367, 480, 331, 35404, 50, 1664, 1492, 8214, 11849, 347, 1712, 59, 57, 49, 3235, 619, 13493, 971, 294, 338, 6663, 341, 581, 1221, 708, 1616, 1674, 391, 2613, 580, 51, 1369, 902, 1636, 545, 19187, 391, 341, 2816, 581, 1221, 391, 294, 338, 9949, 434, 341, 8214, 1616, 3831, 51, 8227, 43031, 451, 29164, 904, 13039, 642, 341, 35404, 50, 9079, 52, 2417, 352, 572, 294, 338, 2224, 4741, 829, 2613, 1454, 52, 6970, 1454, 17275, 120, 480, 13029, 5279, 2089, 51, 11241, 904, 14217, 456, 45262, 391, 6152, 294, 338, 3641, 40226, 642, 2531, 1623, 49, 26323, 341, 1712, 59, 57, 2224, 480, 341, 8465, 708, 341, 1533, 458, 1367, 51, 294, 338, 294, 338, 496, 772, 1492, 282, 4202, 15386, 451, 13492, 18990, 1367, 51, 294, 338, 496, 772, 8214, 1778, 59, 57, 906, 35404, 50, 1664, 1492, 8214, 347, 1712, 59, 57, 294, 338, 496, 5124, 19766, 1002, 1691, 341, 581, 1221, 3087, 666, 545, 334, 12010, 575, 434, 2038, 1616, 331, 8214, 2224, 1067, 51, 294, 588, 303, 581, 924, 13493, 971, 11289, 1193, 724, 971, 45, 671, 1492, 49, 910, 8214, 1778, 59, 57, 46, 2589, 19766, 1002, 320, 310, 3447, 1197, 8214, 18037, 64, 310, 1614, 320, 343, 8214, 18037, 299, 3787, 59, 57, 51, 5480, 45, 9588, 1778, 59, 57, 312, 310, 339, 2385, 327, 19296, 503, 46, 320, 343, 453, 1369, 458, 2794, 863, 640, 1769, 664, 11547, 974, 126, 23876, 293, 434, 1712, 59, 57, 4183, 1348, 9860, 31184, 343, 1440, 556, 19766, 1002, 459, 9752, 666, 9860, 1712, 59, 57, 411, 503, 312, 310, 339, 310, 453, 8663, 341, 8214, 3534, 2012, 559, 52, 120, 480, 341, 9196, 804, 51, 310, 434, 327, 9588, 18037, 51, 1340, 350, 244, 59, 58, 46, 343, 1440, 556, 19766, 1002, 459, 7790, 33816, 49, 2816, 244, 59, 58, 3534, 480, 5441, 332, 494, 8214, 18037, 51, 1340, 312, 310, 648, 3353, 299, 8214, 18037, 96, 53, 98, 568, 244, 53, 4776, 64, 310, 453, 906, 3353, 3447, 63, 244, 53, 125, 54, 71, 299, 1950, 1221, 642, 4462, 553, 49, 244, 53, 125, 54, 72, 299, 1950, 1221, 642, 17869, 553, 49, 310, 453, 6031, 53, 125, 54, 73, 299, 3118, 1221, 642, 4462, 553, 49, 244, 53, 125, 54, 74, 299, 3118, 1221, 642, 17869, 553, 310, 434, 327, 2127, 350, 244, 55, 60, 1293, 3353, 868, 244, 56, 57, 46, 343, 1440, 556, 19766, 1002, 459, 2661, 3447, 986, 451, 2189, 63, 332, 494, 3353, 312, 310, 21721, 559, 299, 556, 21721, 45, 54, 49, 14479, 51, 36927, 3216, 45, 9588, 18037, 49, 244, 54, 49, 244, 56, 56, 894, 310, 21721, 328, 299, 556, 21721, 45, 54, 49, 14479, 51, 36927, 3216, 45, 9588, 18037, 49, 244, 56, 56, 49, 244, 59, 58, 894, 310, 13493, 4150, 1117, 646, 1190, 6980, 299, 556, 13493, 4150, 1117, 646, 1190, 45, 119, 49, 328, 312, 310, 3447, 1197, 1492, 3656, 299, 2224, 1193, 1580, 27447, 45, 1454, 312, 310, 453, 5857, 708, 341, 409, 1065, 1361, 4183, 1348, 6750, 11934, 391, 6405, 1364, 5373, 7348, 51, 30170, 397, 5723, 580, 1200, 17017, 310, 453, 3411, 50, 11924, 87, 799, 30324, 1769, 51, 41627, 9360, 50, 61, 456, 2483, 51, 310, 2432, 102, 55, 58, 59, 2899, 1492, 2899, 299, 2432, 102, 55, 58, 59, 2899, 51, 4176, 584, 1436, 45, 1454, 3656, 312, 310, 1922, 21331, 299, 920, 64, 310, 434, 327, 2127, 2394, 244, 56, 54, 46, 320, 343, 21331, 299, 878, 64, 343, 3353, 5928, 244, 57, 64, 310, 339, 310, 648, 8835, 625, 299, 3353, 449, 244, 55, 60, 64, 310, 13493, 971, 1221, 299, 13493, 971, 51, 25152, 1811, 7790, 45, 4898, 625, 49, 6980, 49, 1492, 2899, 49, 21331, 312, 310, 434, 327, 697, 630, 762, 46, 343, 1440, 556, 19766, 1002, 459, 9752, 666, 21668, 581, 1221, 664, 8214, 742, 310, 461, 1221, 64, 303, 339, 465, 1041, 294, 338, 46032, 7780, 6857, 3105, 1222, 13493, 971, 40, 2076, 1193, 724, 971, 45, 671, 49, 910, 31927, 1691, 341, 1221, 12015, 664, 341, 294, 338, 8214, 458, 666, 341, 2454, 641, 477, 1611, 49, 2589, 331, 19766, 1002, 51, 294, 588, 303, 581, 782, 6152, 1193, 45, 671, 1492, 49, 910, 8214, 1778, 59, 57, 46, 2589, 19766, 1002, 320, 310, 13493, 971, 1221, 299, 13493, 971, 51, 2076, 1193, 724, 971, 45, 1454, 49, 8214, 1778, 59, 57, 312, 310, 434, 1445, 697, 51, 2879, 51, 3591, 45, 2879, 509, 343, 1440, 556, 19766, 1002, 459, 7790, 4163, 666, 2549, 456, 1492, 742, 303, 339, 465, 1041, 294, 338, 3777, 341, 25423, 2502, 49, 331, 3447, 642, 804, 3761, 244, 53, 480, 244, 56, 49, 35364, 49, 708, 15834, 1532, 451, 244, 57, 4222, 294, 338, 14574, 5018, 1616, 1674, 391, 2613, 331, 1492, 51, 1369, 804, 458, 2353, 31775, 391, 641, 332, 123, 2316, 294, 338, 294, 338, 496, 5124, 13383, 434, 1307, 25423, 2502, 902, 545, 2448, 51, 294, 588, 303, 581, 3447, 2309, 22868, 625, 45, 25019, 55, 58, 59, 2899, 3696, 49, 13493, 4150, 1117, 646, 1190, 6980, 46, 320, 310, 3447, 8835, 625, 299, 449, 54, 64, 310, 456, 327, 2278, 613, 299, 244, 53, 64, 613, 350, 244, 57, 64, 613, 2002, 320, 343, 13493, 971, 851, 299, 13493, 971, 51, 25152, 1811, 7790, 45, 110, 49, 6980, 49, 3696, 49, 458, 22928, 1052, 343, 434, 327, 112, 882, 762, 979, 851, 51, 2879, 51, 3591, 45, 2879, 509, 320, 419, 8835, 625, 299, 613, 64, 419, 1644, 64, 343, 339, 310, 339, 310, 434, 327, 4898, 625, 630, 449, 54, 46, 343, 1440, 556, 13383, 459, 9752, 666, 8551, 331, 21668, 463, 1221, 51, 1369, 1414, 7162, 7305, 5377, 310, 461, 8835, 625, 64, 303, 339, 465, 1041, 294, 338, 350, 117, 67, 16634, 341, 6361, 451, 331, 8214, 480, 331, 9196, 804, 49, 21668, 480, 461, 341, 581, 1221, 294, 338, 708, 4741, 341, 8214, 9299, 391, 341, 8274, 347, 5508, 72, 54, 123, 55, 4193, 244, 57, 51, 54, 51, 59, 1746, 117, 67, 294, 338, 350, 117, 67, 294, 338, 350, 117, 67, 1338, 8835, 625, 458, 619, 1671, 664, 244, 53, 391, 244, 56, 1532, 12005, 1532, 451, 341, 244, 57, 4222, 5050, 458, 341, 3831, 1611, 51, 18424, 294, 338, 341, 1221, 25423, 4231, 41177, 4632, 13857, 5050, 49, 341, 3831, 1221, 2315, 3173, 545, 7129, 7979, 2691, 341, 294, 338, 8214, 49, 575, 863, 2315, 545, 32306, 391, 1614, 2531, 8835, 625, 347, 6940, 6234, 863, 2309, 1611, 708, 10176, 341, 1221, 863, 904, 294, 338, 27101, 1746, 117, 67, 294, 338, 350, 117, 67, 294, 338, 350, 117, 67, 2811, 477, 1431, 3235, 762, 580, 6084, 25423, 1616, 666, 4222, 480, 8835, 625, 1414, 545, 3881, 751, 1746, 117, 67, 294, 338, 350, 117, 67, 294, 338, 350, 117, 67, 16634, 341, 3713, 3161, 5018, 49, 331, 3831, 6898, 451, 477, 1431, 458, 6529, 331, 456, 5276, 664, 244, 53, 391, 244, 56, 49, 480, 434, 341, 294, 338, 1716, 458, 762, 1895, 331, 1221, 708, 458, 666, 341, 1611, 863, 1443, 49, 863, 1614, 4076, 642, 341, 2371, 8835, 625, 1746, 117, 67, 294, 338, 294, 338, 496, 772, 8835, 625, 665, 20602, 4222, 1221, 391, 21668, 51, 294, 338, 496, 772, 6980, 370, 341, 578, 480, 377, 6361, 451, 341, 8214, 49, 16279, 51, 294, 338, 496, 772, 1492, 283, 5042, 451, 341, 727, 708, 1616, 11289, 51, 294, 338, 496, 772, 21331, 14074, 575, 666, 341, 4732, 2563, 697, 1616, 21331, 51, 294, 338, 496, 620, 2262, 13493, 971, 6663, 1773, 341, 581, 1760, 49, 575, 762, 434, 25423, 16970, 1348, 4222, 51, 294, 588, 303, 496, 6825, 303, 581, 924, 13493, 971, 21668, 1811, 7790, 45, 429, 8835, 625, 49, 13493, 4150, 1117, 646, 1190, 6980, 49, 2432, 102, 55, 58, 59, 2899, 1492, 49, 1922, 21331, 46, 320, 310, 40554, 51, 1571, 3501, 45, 4898, 625, 2394, 244, 53, 49, 332, 4898, 625, 2315, 545, 11659, 742, 310, 40554, 51, 1571, 3501, 45, 5037, 51, 119, 51, 1352, 397, 365, 2394, 244, 53, 49, 332, 119, 2315, 545, 11659, 742, 310, 40554, 51, 1571, 3501, 45, 5037, 51, 120, 51, 1352, 397, 365, 2394, 244, 53, 49, 332, 120, 2315, 545, 11659, 742, 310, 40554, 51, 42657, 45, 1454, 312, 310, 453, 244, 54, 51, 53, 2643, 614, 664, 244, 53, 391, 439, 280, 327, 109, 630, 8835, 625, 2464, 480, 341, 5276, 458, 11154, 477, 686, 46, 310, 453, 283, 54, 51, 54, 10412, 837, 299, 559, 494, 614, 115, 310, 21721, 329, 299, 12299, 2494, 51, 47302, 492, 244, 453, 32298, 2554, 51, 310, 21721, 613, 299, 21721, 51, 9169, 1181, 3239, 46, 8835, 625, 536, 244, 55, 312, 310, 21721, 837, 299, 6980, 51, 119, 51, 688, 45, 110, 51, 20228, 45, 115, 894, 310, 453, 283, 54, 51, 55, 51, 8145, 341, 5009, 837, 391, 619, 20545, 383, 821, 1618, 451, 3124, 364, 1688, 1493, 341, 11781, 16132, 310, 453, 370, 3205, 347, 13648, 244, 55, 51, 56, 51, 60, 49, 2174, 364, 1688, 299, 3408, 258, 254, 45, 769, 55, 317, 4201, 61, 194, 258, 255, 575, 364, 1688, 299, 3408, 258, 254, 114, 52, 61, 194, 258, 255, 51, 310, 453, 283, 54, 51, 56, 51, 8145, 341, 20545, 383, 821, 327, 54, 59, 758, 5314, 16198, 44360, 93, 391, 619, 1871, 393, 36754, 14574, 2282, 578, 1493, 341, 310, 453, 370, 11781, 16132, 3205, 347, 13648, 244, 55, 51, 56, 51, 57, 51, 1691, 477, 11781, 16132, 10176, 7861, 5798, 32378, 1636, 310, 453, 370, 764, 4691, 13403, 451, 11564, 244, 54, 51, 310, 453, 310, 453, 12662, 30849, 651, 49, 2794, 3301, 5018, 5712, 458, 391, 813, 1618, 641, 331, 21331, 581, 1221, 51, 310, 21721, 16852, 299, 5546, 85, 55, 58, 59, 80, 54, 12107, 51, 118, 64, 310, 434, 327, 125, 51, 23879, 45, 17837, 46, 2394, 244, 53, 46, 320, 343, 453, 16794, 1178, 2282, 2118, 50, 675, 6514, 14365, 2806, 477, 641, 9010, 8756, 3687, 41623, 1931, 51, 343, 461, 762, 64, 310, 339, 310, 453, 2270, 4787, 5050, 1224, 863, 391, 3722, 619, 6737, 3510, 451, 727, 2645, 341, 553, 50, 5708, 641, 2038, 904, 3161, 13398, 13862, 51, 310, 453, 2790, 580, 1200, 11849, 347, 341, 8835, 625, 51, 310, 13493, 1962, 578, 299, 428, 12456, 971, 45, 125, 49, 327, 4898, 625, 568, 244, 54, 46, 630, 244, 54, 312, 310, 453, 283, 54, 51, 57, 51, 1691, 329, 87, 882, 2282, 840, 47075, 49, 1636, 764, 4691, 13403, 451, 11564, 244, 54, 327, 1872, 502, 31378, 566, 310, 434, 1445, 87, 51, 20228, 45, 115, 566, 316, 25208, 1177, 343, 461, 762, 64, 310, 453, 283, 54, 51, 58, 51, 12923, 503, 664, 507, 1493, 17098, 244, 55, 480, 244, 56, 451, 535, 4778, 3569, 8214, 18217, 51, 310, 21721, 503, 299, 1492, 51, 471, 21520, 492, 310, 453, 283, 54, 51, 59, 51, 2643, 851, 664, 244, 54, 391, 244, 55, 764, 341, 2434, 51, 280, 327, 5856, 458, 11154, 477, 686, 4745, 3881, 1761, 8835, 625, 46, 310, 453, 283, 54, 51, 59, 51, 54, 51, 12923, 331, 15164, 581, 1221, 641, 63, 310, 453, 3403, 1931, 299, 12908, 45, 119, 46, 338, 327, 120, 87, 449, 503, 76, 46, 310, 453, 310, 453, 18381, 12908, 45, 125, 46, 458, 341, 46175, 12099, 425, 1372, 19423, 51, 2726, 4549, 477, 2012, 341, 2434, 63, 310, 453, 3403, 1931, 299, 327, 4557, 45, 119, 46, 338, 328, 1137, 578, 46, 494, 327, 4557, 45, 119, 46, 338, 449, 106, 1137, 590, 46, 310, 453, 18381, 449, 106, 458, 341, 46175, 1035, 4853, 19423, 451, 503, 49, 708, 458, 1308, 3774, 708, 1308, 494, 503, 299, 244, 53, 327, 1820, 329, 566, 719, 341, 3713, 23265, 310, 453, 1137, 458, 2282, 38552, 480, 494, 458, 2282, 10898, 327, 1402, 13493, 2370, 4156, 566, 310, 453, 310, 453, 2726, 902, 2309, 341, 1035, 4853, 19423, 829, 27898, 318, 503, 664, 5953, 1636, 15170, 341, 2065, 51, 2643, 2301, 341, 1035, 4853, 310, 453, 19423, 451, 244, 56, 41623, 244, 54, 54, 458, 244, 61, 3318, 244, 56, 494, 244, 61, 2065, 244, 54, 54, 299, 244, 53, 49, 480, 449, 56, 2065, 244, 54, 54, 299, 244, 61, 51, 310, 21721, 503, 6358, 299, 21721, 51, 13977, 51, 25340, 45, 106, 566, 1820, 45, 115, 312, 310, 21721, 559, 6358, 299, 6980, 51, 119, 51, 1820, 23149, 45, 115, 312, 310, 21721, 17308, 6358, 299, 559, 6358, 51, 20228, 45, 5037, 51, 120, 566, 1820, 45, 115, 312, 310, 21721, 503, 6358, 119, 6358, 299, 559, 6358, 51, 20228, 45, 106, 6358, 566, 1820, 45, 115, 312, 310, 13493, 1962, 2706, 299, 13493, 30627, 51, 1055, 1436, 8625, 11013, 6844, 45, 7525, 2494, 51, 390, 76, 1046, 503, 6358, 119, 6358, 49, 578, 49, 17308, 6358, 312, 310, 461, 13493, 971, 51, 1097, 5998, 4505, 45, 118, 51, 390, 18037, 45, 15843, 894, 303, 339, 465, 1041, 294, 338, 1531, 12456, 331, 21331, 581, 1221, 327, 125, 2118, 50, 675, 480, 7487, 50, 2417, 451, 553, 50, 5708, 566, 294, 588, 303, 964, 924, 13493, 1962, 428, 12456, 971, 45, 21520, 837, 14337, 49, 1922, 553, 4596, 46, 320, 310, 1618, 62, 3078, 6521, 837, 62, 299, 556, 1618, 62, 3078, 6521, 492, 310, 3447, 1197, 940, 25311, 299, 837, 62, 51, 5831, 45615, 45, 8175, 83, 49, 244, 54, 494, 837, 62, 51, 45579, 2396, 45, 7525, 2494, 51, 390, 12107, 5086, 310, 940, 25311, 96, 53, 98, 299, 327, 2278, 46, 327, 126, 4596, 1037, 244, 53, 125, 53, 56, 518, 244, 53, 125, 53, 55, 312, 310, 461, 12299, 2494, 51, 390, 12107, 941, 5480, 1962, 45, 998, 25311, 312, 303, 339, 465, 1041, 294, 338, 3777, 331, 244, 56, 55, 3447, 1437, 6663, 341, 964, 1221, 51, 294, 338, 294, 338, 496, 5124, 1105, 51, 27513, 111, 51, 1284, 51, 6147, 971, 51, 9095, 22913, 1002, 434, 341, 964, 1221, 3534, 904, 5839, 52, 20739, 51, 294, 588, 303, 581, 3447, 1197, 640, 12023, 971, 3656, 365, 320, 310, 461, 13245, 51, 7400, 3078, 45615, 45, 390, 12023, 971, 1046, 244, 56, 55, 312, 303, 339, 465, 1041, 294, 338, 1300, 11178, 341, 964, 1221, 347, 341, 2252, 1674, 829, 35404, 7357, 1200, 332, 5955, 7251, 697, 39, 480, 332, 485, 7251, 697, 39, 6364, 51, 4443, 294, 338, 341, 3105, 1222, 16835, 337, 22913, 40, 3127, 9768, 1431, 391, 640, 341, 821, 51, 294, 338, 294, 338, 496, 772, 2822, 906, 4017, 477, 1221, 458, 14217, 456, 813, 563, 51, 294, 338, 496, 620, 12406, 1221, 3534, 641, 331, 3105, 1222, 16835, 337, 22913, 4037, 294, 338, 496, 5124, 21641, 434, 341, 964, 1221, 458, 666, 3322, 51, 294, 588, 303, 581, 16835, 337, 22913, 640, 22913, 18037, 45, 4723, 3694, 2822, 46, 320, 310, 461, 556, 16835, 337, 22913, 45, 2155, 49, 640, 12023, 971, 3656, 1046, 458, 22928, 1052, 303, 339, 465, 1041, 294, 338, 3777, 341, 10075, 1153, 451, 477, 1221, 575, 5953, 434, 341, 1221, 1616, 40521, 664, 331, 1522, 708, 4163, 666, 2989, 294, 338, 708, 727, 51, 294, 588, 303, 496, 1806, 303, 581, 1964, 640, 12614, 1061, 9031, 365, 320, 310, 461, 10075, 1061, 9031, 64, 303, 339, 465, 1041, 294, 338, 9023, 341, 10075, 1153, 451, 477, 1221, 51, 19561, 458, 331, 20684, 391, 5712, 332, 330, 7249, 2316, 1369, 1431, 902, 545, 6386, 1429, 294, 338, 863, 1178, 331, 5096, 1221, 863, 904, 29453, 664, 20812, 832, 51, 294, 588, 303, 581, 782, 758, 12614, 1061, 9031, 45, 3239, 556, 12614, 1061, 9031, 46, 320, 310, 434, 327, 909, 12614, 1061, 9031, 350, 244, 53, 46, 343, 1440, 556, 12134, 459, 11400, 758, 10075, 1153, 391, 11058, 804, 63, 332, 494, 556, 12614, 1061, 9031, 312, 310, 10075, 1061, 9031, 299, 556, 12614, 1061, 9031, 64, 303, 339, 465, 1041, 294, 338, 2673, 619, 15796, 964, 1221, 642, 341, 1221, 23401, 284, 480, 341, 22543, 1221, 13810, 51, 294, 338, 1369, 1431, 3235, 331, 556, 15796, 1221, 480, 26267, 341, 4732, 30345, 51, 294, 338, 294, 338, 496, 772, 1221, 23401, 284, 906, 1221, 23401, 284, 708, 15834, 11153, 2650, 341, 15796, 3534, 904, 3290, 51, 294, 338, 496, 772, 29951, 971, 281, 906, 3907, 3026, 642, 341, 22543, 17533, 1221, 327, 36809, 23051, 642, 1221, 23401, 284, 40, 11222, 971, 480, 10812, 641, 580, 458, 12920, 391, 1506, 566, 294, 338, 496, 620, 15796, 971, 294, 588, 303, 581, 13493, 971, 18899, 45, 971, 23401, 284, 1221, 23401, 284, 49, 3907, 3026, 29951, 971, 46, 2589, 3907, 23401, 284, 1002, 320, 310, 45170, 45, 697, 23401, 284, 312, 310, 1175, 3447, 1197, 9823, 971, 3656, 299, 640, 12023, 971, 3656, 492, 310, 2445, 10516, 768, 15796, 22913, 299, 1221, 23401, 284, 51, 11302, 45, 7251, 971, 3656, 49, 29951, 971, 312, 310, 13493, 971, 1074, 299, 13493, 971, 51, 1097, 28871, 45, 20739, 22913, 49, 1221, 23401, 284, 49, 640, 32941, 1052, 310, 1074, 51, 489, 12614, 1061, 9031, 45, 16772, 1061, 9031, 312, 310, 461, 1074, 64, 303, 339, 465, 1041, 294, 338, 2673, 331, 38266, 964, 1221, 642, 341, 1221, 23401, 284, 480, 22543, 1221, 13810, 51, 5857, 708, 434, 341, 29951, 971, 458, 6661, 49, 477, 294, 338, 1421, 1649, 16551, 451, 34158, 3907, 23401, 284, 1002, 7278, 391, 341, 45088, 3747, 708, 1118, 1074, 49, 1294, 580, 902, 2353, 294, 338, 2277, 6785, 331, 29262, 1221, 51, 294, 338, 294, 338, 496, 772, 1221, 23401, 284, 906, 1221, 23401, 284, 708, 15834, 11153, 2650, 341, 38266, 3534, 904, 3290, 51, 294, 338, 496, 772, 29951, 971, 281, 906, 3907, 3026, 642, 341, 22543, 17533, 1221, 327, 36809, 23051, 642, 1221, 23401, 284, 40, 11222, 971, 480, 10812, 566, 294, 588, 303, 581, 13493, 971, 24850, 45, 971, 23401, 284, 1221, 23401, 284, 49, 3907, 3026, 29951, 971, 46, 2589, 3907, 23401, 284, 1002, 320, 310, 45170, 45, 697, 23401, 284, 312, 310, 453, 3471, 708, 341, 1221, 23401, 284, 8012, 341, 1611, 1674, 391, 18899, 341, 5050, 49, 434, 758, 51, 310, 434, 327, 597, 51, 697, 23401, 284, 882, 762, 979, 673, 597, 51, 697, 23401, 284, 51, 3591, 45, 697, 23401, 284, 509, 343, 1440, 556, 3907, 23401, 284, 1002, 459, 1338, 1221, 23401, 284, 4019, 1674, 391, 24850, 341, 1221, 458, 3473, 391, 341, 1611, 708, 1616, 1674, 391, 18899, 580, 742, 310, 1524, 1095, 45, 20739, 22913, 882, 762, 49, 332, 2287, 1221, 458, 666, 15796, 742, 310, 3447, 1197, 725, 20739, 22913, 299, 1221, 23401, 284, 51, 23222, 45, 20739, 22913, 49, 29951, 971, 312, 310, 13493, 971, 1221, 299, 13493, 971, 51, 1097, 6533, 45, 330, 20739, 22913, 312, 310, 434, 1445, 316, 22928, 1177, 343, 1221, 299, 1221, 51, 305, 12456, 492, 310, 434, 1445, 9981, 51, 3591, 45, 697, 51, 390, 32941, 1046, 640, 32941, 5183, 343, 1440, 556, 3907, 23401, 284, 1002, 459, 29515, 22543, 1221, 458, 6661, 742, 310, 1221, 51, 489, 12614, 1061, 9031, 45, 16772, 1061, 9031, 312, 310, 461, 1221, 64, 303, 339, 465, 1041, 294, 338, 2673, 331, 38266, 964, 1221, 642, 22543, 1221, 51, 5857, 708, 434, 341, 22543, 1221, 458, 6661, 49, 477, 294, 338, 1421, 1649, 16551, 451, 34158, 3907, 23401, 284, 1002, 7278, 391, 341, 45088, 3747, 708, 1118, 1074, 49, 1294, 580, 902, 2353, 294, 338, 2277, 6785, 331, 29262, 1221, 51, 294, 338, 294, 338, 496, 772, 29951, 971, 906, 3907, 3026, 642, 341, 22543, 17533, 1221, 327, 36809, 23051, 642, 1221, 23401, 284, 40, 11222, 971, 480, 10812, 566, 294, 588, 303, 581, 13493, 971, 24850, 45, 971, 3026, 29951, 971, 46, 2589, 3907, 23401, 284, 1002, 320, 310, 1175, 3907, 23401, 284, 22319, 284, 299, 39774, 23401, 284, 492, 310, 434, 327, 3712, 284, 630, 762, 46, 343, 1440, 556, 3907, 23401, 284, 1002, 459, 2042, 1221, 22319, 284, 3322, 742, 310, 461, 24850, 45, 3712, 284, 49, 29951, 971, 312, 303, 339, 465, 1041, 294, 338, 9308, 38266, 964, 1221, 434, 5366, 51, 294, 588, 303, 581, 13493, 971, 8784, 27543, 4810, 6825, 3907, 3026, 29951, 971, 46, 2589, 3907, 23401, 284, 1002, 320, 310, 461, 458, 28871, 365, 979, 29951, 971, 882, 762, 1037, 24850, 45, 16477, 971, 46, 518, 477, 64, 303, 339, 465, 1041, 294, 338, 350, 117, 67, 2157, 708, 580, 458, 4222, 391, 24850, 341, 1221, 642, 341, 1221, 23401, 284, 480, 708, 341, 4732, 1221, 458, 4731, 1746, 117, 67, 294, 338, 350, 117, 67, 294, 338, 350, 117, 67, 30827, 580, 458, 331, 18893, 7837, 434, 341, 964, 5050, 4897, 545, 38266, 7519, 327, 1285, 318, 451, 7891, 451, 1187, 294, 338, 3510, 33120, 28354, 829, 341, 964, 1221, 46, 863, 902, 813, 477, 1431, 391, 1524, 1429, 863, 338, 11302, 47, 331, 13269, 708, 294, 338, 580, 902, 20548, 545, 38266, 7519, 1746, 117, 67, 294, 338, 350, 117, 67, 294, 338, 350, 117, 67, 7496, 3105, 1222, 25787, 40, 11302, 45, 971, 23401, 284, 1221, 23401, 284, 49, 3907, 3026, 29951, 971, 4416, 456, 2301, 6898, 1746, 117, 67, 294, 338, 294, 338, 496, 620, 878, 434, 341, 15796, 1221, 902, 545, 38266, 1769, 391, 341, 4732, 1221, 7519, 51, 294, 588, 303, 581, 924, 1922, 17533, 1640, 454, 5257, 1497, 45, 6147, 971, 4732, 971, 49, 13493, 971, 15796, 971, 49, 3907, 23401, 284, 1221, 23401, 284, 49, 3907, 3026, 29951, 971, 46, 320, 310, 1614, 320, 343, 13493, 971, 334, 41400, 1079, 20739, 971, 299, 15796, 971, 51, 23222, 45, 697, 23401, 284, 49, 29951, 971, 312, 343, 3447, 1197, 4732, 22913, 3656, 299, 4732, 971, 51, 390, 12023, 971, 3656, 492, 343, 3447, 1197, 334, 41400, 971, 3656, 299, 334, 41400, 1079, 20739, 971, 51, 390, 12023, 971, 3656, 492, 343, 434, 1445, 9981, 51, 3591, 45, 7351, 22913, 3656, 49, 334, 41400, 971, 3656, 509, 320, 419, 1264, 51, 750, 459, 1338, 1524, 708, 17533, 3087, 545, 29424, 3818, 456, 12267, 4732, 971, 312, 419, 461, 920, 64, 343, 339, 343, 461, 878, 64, 310, 339, 2385, 327, 971, 23401, 284, 1002, 851, 388, 46, 320, 343, 1264, 51, 750, 45, 112, 388, 51, 7724, 1052, 343, 461, 920, 64, 310, 339, 303, 339, 465, 1041, 294, 338, 25403, 4962, 341, 964, 1221, 458, 15796, 327, 1527, 46, 575, 666, 327, 1886, 566, 294, 338, 418, 964, 1221, 458, 33103, 1987, 391, 545, 15796, 1429, 2038, 458, 4354, 331, 3907, 23401, 284, 480, 341, 15796, 22913, 458, 3000, 50, 6187, 51, 294, 588, 303, 496, 1806, 303, 581, 1922, 458, 28871, 365, 320, 310, 461, 1221, 23401, 284, 882, 762, 979, 15796, 22913, 882, 762, 979, 15796, 22913, 51, 20739, 3656, 51, 1340, 868, 244, 53, 64, 303, 339, 465, 496, 6825, 303, 496, 1806, 303, 581, 9133, 120, 51, 12129, 51, 15069, 638, 640, 15069, 638, 365, 320, 310, 461, 1221, 23401, 284, 882, 762, 1037, 1221, 23401, 284, 51, 390, 12921, 27084, 15069, 638, 365, 518, 9133, 120, 51, 12129, 51, 15069, 638, 51, 1430, 35919, 1363, 64, 303, 339, 465, 1041, 294, 338, 418, 7780, 456, 3105, 1222, 607, 390, 12023, 971, 3656, 9768, 708, 3235, 762, 434, 341, 964, 1221, 3534, 904, 5839, 575, 2285, 1178, 294, 338, 391, 545, 12015, 327, 999, 341, 19010, 1221, 1152, 566, 294, 588, 303, 496, 1806, 303, 496, 6825, 303, 581, 3447, 1197, 640, 7795, 3656, 365, 320, 310, 434, 327, 2057, 12023, 971, 1177, 343, 461, 640, 12023, 971, 3656, 492, 310, 832, 343, 461, 762, 64, 303, 339, 465, 1041, 294, 338, 2262, 8816, 456, 3105, 1222, 607, 390, 28871, 22913, 9768, 294, 588, 303, 496, 6825, 303, 496, 1806, 303, 581, 2445, 10516, 768, 640, 28871, 768, 365, 320, 310, 461, 640, 28871, 22913, 492, 303, 339, 465, 1041, 294, 338, 3777, 341, 341, 15796, 964, 1221, 3534, 480, 2838, 9556, 4065, 456, 477, 13493, 971, 49, 575, 762, 434, 341, 13493, 971, 294, 338, 458, 666, 15796, 51, 294, 588, 303, 496, 6825, 303, 581, 2445, 10516, 768, 640, 28871, 22913, 365, 320, 310, 461, 15796, 22913, 64, 303, 339, 465, 1041, 294, 338, 3777, 341, 3907, 23401, 284, 708, 1616, 1674, 391, 18899, 391, 18899, 477, 13493, 971, 51, 2469, 1868, 477, 391, 24850, 341, 13493, 971, 51, 294, 588, 303, 496, 6825, 303, 581, 3907, 23401, 284, 39774, 23401, 284, 365, 320, 310, 461, 1221, 23401, 284, 64, 303, 339, 465, 581, 924, 462, 20884, 22913, 1002, 2041, 13383, 320, 303, 339, 465, 581, 924, 462, 3907, 1640, 28871, 1002, 2041, 20884, 22913, 1002, 320, 303, 339, 465, 496, 1806, 303, 581, 1922, 12432, 45, 976, 356, 46, 320, 310, 434, 327, 597, 630, 356, 46, 343, 461, 878, 64, 310, 434, 327, 116, 630, 762, 1293, 13687, 116, 5118, 13493, 971, 509, 343, 461, 920, 64, 310, 13493, 971, 1623, 299, 327, 6147, 971, 46, 356, 64, 310, 461, 14592, 51, 2247, 45, 597, 51, 7251, 49, 1623, 51, 7251, 46, 419, 979, 14592, 51, 2247, 45, 597, 51, 2879, 49, 1623, 51, 2879, 46, 419, 979, 14592, 51, 2247, 45, 597, 51, 16772, 1061, 9031, 49, 1623, 51, 16772, 1061, 9031, 46, 419, 979, 14592, 51, 2247, 45, 597, 51, 697, 23401, 284, 49, 1623, 51, 697, 23401, 284, 46, 419, 979, 14592, 51, 2247, 45, 597, 51, 20739, 22913, 49, 1623, 51, 20739, 22913, 312, 303, 339, 465, 496, 1806, 303, 581, 648, 17759, 365, 320, 310, 461, 2563, 51, 14941, 492, 303, 339, 465, 496, 1806, 303, 581, 910, 11349, 365, 320, 310, 461, 11349, 45, 1886, 49, 762, 49, 762, 312, 303, 339, 465, 1041, 294, 338, 1330, 4092, 331, 821, 13595, 451, 341, 13493, 971, 9993, 341, 964, 1221, 51, 294, 338, 5416, 863, 39501, 1868, 341, 964, 1221, 580, 458, 6106, 456, 7669, 17516, 391, 2277, 813, 3105, 1222, 607, 3127, 41271, 294, 588, 303, 581, 910, 11349, 1569, 6533, 4810, 6825, 3907, 3026, 29951, 971, 49, 8187, 3694, 2822, 46, 320, 310, 461, 11349, 45, 1527, 49, 29951, 971, 49, 2822, 312, 303, 339, 465, 581, 910, 640, 22913, 1482, 10226, 365, 320, 310, 461, 13245, 51, 25885, 51, 4458, 45, 390, 12023, 971, 3656, 1052, 303, 339, 465, 581, 910, 640, 15414, 1482, 10226, 365, 320, 310, 461, 13245, 51, 25885, 51, 4458, 45, 2879, 51, 390, 18037, 1052, 303, 339, 465, 581, 910, 640, 22913, 1482, 23086, 75, 45, 4723, 3694, 2822, 46, 320, 310, 461, 640, 22913, 18037, 45, 2155, 566, 3127, 492, 303, 339, 465, 964, 910, 11349, 45, 4412, 2323, 6533, 49, 496, 6825, 3907, 3026, 29951, 971, 49, 8187, 3694, 2822, 46, 320, 310, 1175, 12662, 6699, 51, 4602, 2775, 9348, 299, 12662, 6699, 51, 3127, 2775, 45, 597, 566, 28460, 1898, 3367, 492, 310, 9348, 51, 688, 459, 2879, 46691, 411, 640, 15414, 1482, 10226, 1052, 310, 434, 327, 1032, 6533, 46, 320, 343, 13493, 971, 38266, 971, 299, 458, 28871, 365, 1037, 24850, 45, 42657, 45, 16477, 971, 509, 518, 477, 64, 343, 1614, 320, 419, 9348, 51, 688, 459, 7251, 46691, 411, 38266, 971, 51, 390, 22913, 1482, 10226, 1052, 419, 9348, 51, 688, 459, 7251, 643, 2971, 411, 38266, 971, 51, 390, 22913, 1482, 23086, 75, 45, 2155, 894, 343, 339, 2385, 327, 45123, 503, 46, 320, 419, 453, 4314, 63, 6429, 1421, 12023, 971, 365, 1409, 456, 17291, 5050, 480, 2435, 477, 51, 343, 339, 2385, 327, 1002, 503, 46, 320, 419, 1175, 910, 1492, 299, 503, 51, 7724, 492, 419, 9348, 51, 688, 459, 7251, 46996, 411, 503, 51, 9699, 941, 5175, 365, 494, 327, 1454, 882, 762, 1037, 10697, 332, 494, 1492, 518, 36995, 343, 339, 310, 339, 310, 434, 327, 16772, 1061, 9031, 868, 244, 53, 46, 343, 9348, 51, 688, 459, 16772, 1061, 9031, 411, 10075, 1061, 9031, 312, 310, 9348, 51, 688, 459, 697, 23401, 284, 411, 1221, 23401, 284, 312, 310, 434, 327, 1032, 6533, 46, 343, 9348, 51, 688, 459, 20739, 22913, 411, 15796, 22913, 312, 310, 9348, 51, 688, 459, 316, 28871, 411, 458, 28871, 1052, 310, 9348, 51, 688, 459, 316, 32941, 4505, 411, 458, 32941, 4505, 1052, 310, 461, 9348, 51, 3127, 492, 303, 339, 465, 581, 782, 2224, 971, 1569, 2455, 45, 4412, 2323, 6533, 5044, 49, 496, 6825, 3907, 3026, 29951, 971, 49, 9705, 4914, 49, 9488, 8187, 3694, 2822, 46, 320, 310, 1175, 8984, 2983, 299, 34112, 2455, 51, 1097, 971, 45, 2155, 49, 477, 312, 310, 4914, 51, 1713, 459, 244, 8712, 20120, 310, 4914, 51, 1713, 45, 2485, 51, 3127, 1052, 310, 4914, 51, 1713, 459, 244, 3696, 54, 59, 53, 20120, 310, 4914, 51, 1713, 45, 2769, 51, 25885, 51, 4458, 45, 390, 32941, 2899, 5086, 310, 434, 327, 16772, 1061, 9031, 868, 244, 53, 46, 343, 4914, 51, 1713, 459, 244, 10075, 1061, 9031, 63, 1912, 1713, 45, 16772, 1061, 9031, 312, 310, 4914, 51, 1713, 5564, 115, 742, 310, 434, 327, 1032, 6533, 5044, 46, 320, 343, 4914, 51, 1713, 459, 244, 7173, 343, 4914, 51, 1713, 45, 3127, 1569, 6533, 45, 16477, 971, 49, 2822, 894, 343, 4914, 51, 1713, 5564, 115, 742, 310, 339, 303, 339, 465, 1041, 294, 338, 906, 821, 708, 34041, 1187, 1367, 5231, 11289, 1493, 35404, 5050, 51, 294, 588, 303, 964, 924, 1175, 910, 20521, 1213, 540, 100, 18496, 100, 9570, 100, 10862, 299, 332, 41373, 33521, 4587, 3509, 115, 884, 303, 964, 924, 1175, 3447, 1197, 20521, 1213, 540, 100, 18496, 100, 9570, 100, 10862, 100, 19143, 299, 20521, 1213, 540, 100, 18496, 100, 9570, 100, 10862, 51, 19682, 45, 44137, 51, 6266, 100, 61, 312, 465, 1041, 294, 338, 350, 117, 67, 16634, 331, 1367, 1050, 1492, 49, 3235, 331, 3447, 3129, 14179, 641, 11629, 4018, 117, 67, 294, 338, 350, 117, 789, 2269, 8838, 55, 57, 98, 332, 41373, 33521, 4587, 3509, 115, 39, 447, 1454, 51, 1340, 641, 331, 792, 429, 98, 1492, 396, 2269, 873, 117, 67, 294, 588, 303, 964, 924, 3447, 1197, 2224, 1193, 1580, 27447, 45, 671, 1492, 46, 320, 310, 1614, 320, 343, 34785, 342, 519, 299, 556, 34785, 492, 343, 342, 519, 51, 1838, 45, 5676, 1213, 540, 100, 18496, 100, 9570, 100, 10862, 100, 19143, 51, 1340, 312, 343, 342, 519, 51, 1838, 45, 5676, 1213, 540, 100, 18496, 100, 9570, 100, 10862, 100, 19143, 312, 343, 3447, 1197, 1492, 3656, 299, 1492, 51, 19682, 45, 44137, 51, 6266, 100, 61, 312, 343, 7352, 1438, 1354, 299, 556, 7352, 1438, 45, 1454, 3656, 51, 1340, 312, 343, 342, 519, 51, 1838, 45, 911, 51, 4458, 1052, 343, 342, 519, 51, 1838, 45, 1454, 3656, 312, 343, 461, 342, 519, 51, 35743, 492, 310, 339, 2385, 327, 6860, 503, 46, 320, 343, 1440, 556, 13383, 45, 106, 312, 244, 453, 16794, 7305, 51, 310, 339, 303, 339, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
14,771
true
64.683434
true
true
XericsTalismanMode.java
/FileExtraction/Java_unseen/xKylee_plugins-source/menuentryswapperextended/src/main/java/net/runelite/client/plugins/menuentryswapperextended/util/XericsTalismanMode.java
/* * Copyright (c) 2018, https://openosrs.com * Copyright (c) 2018, Kyle <https://github.com/kyleeld> * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, this * list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright notice, * this list of conditions and the following disclaimer in the documentation * and/or other materials provided with the distribution. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ package net.runelite.client.plugins.menuentryswapperextended.util; public enum XericsTalismanMode { OFF("Off"), XERICS_LOOKOUT("Xeric's Lookout"), XERICS_GLADE("Xeric's Glade"), XERICS_INFERNO("Xeric's Inferno"), XERICS_HEART("Xeric's Heart"), XERICS_HONOUR("Xeric's Honour"); private final String name; XericsTalismanMode(String name) { this.name = name; } @Override public String toString() { return name; } }
1,866
Java
.java
xKylee/plugins-source
85
223
0
2020-02-10T23:26:25Z
2023-07-30T19:46:36Z
9c69867e3736711b7fdb012ed7f59e7bcd6e91e77226633fb77b9bd3a151e2a4
[ 1127, 222, 338, 2657, 327, 104, 46, 244, 55, 53, 54, 61, 49, 1698, 574, 1693, 519, 3685, 51, 527, 222, 338, 2657, 327, 104, 46, 244, 55, 53, 54, 61, 49, 1242, 876, 350, 662, 574, 951, 51, 527, 52, 112, 876, 15426, 67, 222, 338, 3381, 4760, 5225, 51, 222, 338, 222, 338, 20357, 480, 813, 347, 1932, 480, 5314, 10556, 49, 642, 575, 2895, 222, 338, 11402, 49, 904, 15005, 3961, 708, 341, 2434, 5496, 904, 3294, 63, 222, 338, 222, 338, 244, 54, 51, 12761, 451, 1932, 1361, 2315, 13775, 341, 3713, 5550, 5410, 49, 477, 222, 338, 283, 1168, 451, 5496, 480, 341, 2434, 12206, 51, 222, 338, 244, 55, 51, 12761, 347, 5314, 2252, 2315, 8022, 341, 3713, 5550, 5410, 49, 222, 338, 283, 477, 1168, 451, 5496, 480, 341, 2434, 12206, 347, 341, 4349, 222, 338, 283, 480, 52, 290, 1623, 12962, 3961, 642, 341, 7507, 51, 222, 338, 222, 338, 8968, 5427, 2771, 10081, 6944, 2906, 8995, 11471, 3133, 13654, 332, 1117, 2771, 39, 3133, 222, 338, 2979, 10184, 1895, 8467, 3912, 49, 9993, 49, 7744, 2387, 8493, 2841, 49, 2906, 8467, 222, 338, 3912, 2258, 7934, 3133, 8114, 4800, 418, 7848, 7763, 15862, 222, 338, 19626, 51, 1255, 4452, 8454, 10180, 2906, 8995, 29796, 1895, 13654, 6761, 10389, 4800, 222, 338, 2979, 14703, 49, 17637, 49, 18689, 49, 17084, 49, 19235, 49, 1895, 17621, 10053, 222, 338, 327, 12347, 49, 7744, 2387, 8493, 2841, 49, 19225, 2258, 19230, 19041, 1895, 18655, 64, 222, 338, 17895, 2258, 6134, 49, 9606, 49, 1895, 17908, 64, 1895, 18929, 19297, 46, 18960, 19316, 3133, 222, 338, 5716, 2979, 19250, 2258, 9015, 49, 10473, 1255, 10313, 49, 18383, 9015, 49, 1895, 10763, 222, 338, 327, 12347, 18106, 1895, 10692, 46, 10481, 1255, 2979, 18211, 7002, 2258, 2906, 6134, 2258, 8968, 222, 338, 5427, 49, 18440, 5515, 18712, 2258, 2906, 18828, 2258, 18372, 18550, 51, 222, 588, 222, 1337, 3723, 51, 1967, 29443, 51, 1598, 51, 5573, 51, 3055, 3054, 10430, 481, 17168, 51, 1058, 64, 222, 222, 942, 3858, 1618, 40907, 89, 46475, 1607, 2116, 222, 128, 222, 221, 6672, 459, 2542, 2132, 222, 221, 93, 546, 14442, 100, 38604, 4256, 459, 93, 4704, 1200, 12641, 560, 2132, 222, 221, 93, 546, 14442, 100, 2079, 25818, 459, 93, 4704, 1200, 27020, 1546, 2132, 222, 221, 93, 546, 14442, 100, 540, 8921, 2593, 459, 93, 4704, 1200, 719, 1036, 1365, 2132, 222, 221, 93, 546, 14442, 100, 1692, 3015, 459, 93, 4704, 1200, 39566, 2132, 222, 221, 93, 546, 14442, 100, 77, 586, 84, 1282, 459, 93, 4704, 1200, 696, 286, 534, 742, 499, 221, 2072, 1175, 910, 655, 64, 499, 221, 93, 40907, 89, 46475, 1607, 2116, 45, 671, 655, 46, 222, 221, 128, 376, 221, 597, 51, 444, 299, 655, 64, 222, 221, 130, 499, 221, 69, 1806, 222, 221, 942, 910, 11349, 365, 222, 221, 128, 376, 221, 620, 655, 64, 222, 221, 130, 222, 130 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
492
true
75.026795
true
true
ClipEntity.java
/FileExtraction/Java_unseen/delight-im_NationSoccer/AndEngine/src/org/andengine/entity/clip/ClipEntity.java
package org.andengine.entity.clip; import org.andengine.engine.camera.Camera; import org.andengine.entity.Entity; import org.andengine.opengl.util.GLState; import org.andengine.util.Constants; import org.andengine.util.math.MathUtils; /** * A {@link ClipEntity} clips drawing of all its children in a rectangle, which is defined as the axis aligned bounding box around itself. * It can be attached anywhere in the scene graph, which means that it inherits transformations from its parents, which have a direct effect on the clipping area. * * (c) 2012 Zynga Inc. * * @author Nicolas Gramlich <[email protected]> * @since 13:53:29 - 10.05.2012 */ public class ClipEntity extends Entity { // =========================================================== // Constants // =========================================================== // =========================================================== // Fields // =========================================================== private boolean mClippingEnabled = true; // =========================================================== // Constructors // =========================================================== public ClipEntity() { super(); } public ClipEntity(final float pX, final float pY) { super(pX, pY); } public ClipEntity(final float pX, final float pY, final float pWidth, final float pHeight) { super(pX, pY, pWidth, pHeight); } // =========================================================== // Getter & Setter // =========================================================== public boolean isClippingEnabled() { return this.mClippingEnabled; } public void setClippingEnabled(final boolean pClippingEnabled) { this.mClippingEnabled = pClippingEnabled; } // =========================================================== // Methods for/from SuperClass/Interfaces // =========================================================== @Override protected void onManagedDraw(final GLState pGLState, final Camera pCamera) { if (this.mClippingEnabled) { /* Enable scissor test, while remembering previous state. */ final boolean wasScissorTestEnabled = pGLState.enableScissorTest(); final int surfaceHeight = pCamera.getSurfaceHeight(); /* In order to apply clipping, we need to determine the the axis aligned bounds in OpenGL coordinates. */ /* Determine clipping coordinates of each corner in surface coordinates. */ final float[] lowerLeftSurfaceCoordinates = pCamera.getSurfaceCoordinatesFromSceneCoordinates(this.convertLocalCoordinatesToSceneCoordinates(0, 0)); final int lowerLeftX = (int) Math.round(lowerLeftSurfaceCoordinates[Constants.VERTEX_INDEX_X]); final int lowerLeftY = surfaceHeight - (int) Math.round(lowerLeftSurfaceCoordinates[Constants.VERTEX_INDEX_Y]); final float[] upperLeftSurfaceCoordinates = pCamera.getSurfaceCoordinatesFromSceneCoordinates(this.convertLocalCoordinatesToSceneCoordinates(0, this.mHeight)); final int upperLeftX = (int) Math.round(upperLeftSurfaceCoordinates[Constants.VERTEX_INDEX_X]); final int upperLeftY = surfaceHeight - (int) Math.round(upperLeftSurfaceCoordinates[Constants.VERTEX_INDEX_Y]); final float[] upperRightSurfaceCoordinates = pCamera.getSurfaceCoordinatesFromSceneCoordinates(this.convertLocalCoordinatesToSceneCoordinates(this.mWidth, this.mHeight)); final int upperRightX = (int) Math.round(upperRightSurfaceCoordinates[Constants.VERTEX_INDEX_X]); final int upperRightY = surfaceHeight - (int) Math.round(upperRightSurfaceCoordinates[Constants.VERTEX_INDEX_Y]); final float[] lowerRightSurfaceCoordinates = pCamera.getSurfaceCoordinatesFromSceneCoordinates(this.convertLocalCoordinatesToSceneCoordinates(this.mWidth, 0)); final int lowerRightX = (int) Math.round(lowerRightSurfaceCoordinates[Constants.VERTEX_INDEX_X]); final int lowerRightY = surfaceHeight - (int) Math.round(lowerRightSurfaceCoordinates[Constants.VERTEX_INDEX_Y]); /* Determine minimum and maximum x clipping coordinates. */ final int minClippingX = MathUtils.min(lowerLeftX, upperLeftX, upperRightX, lowerRightX); final int maxClippingX = MathUtils.max(lowerLeftX, upperLeftX, upperRightX, lowerRightX); /* Determine minimum and maximum y clipping coordinates. */ final int minClippingY = MathUtils.min(lowerLeftY, upperLeftY, upperRightY, lowerRightY); final int maxClippingY = MathUtils.max(lowerLeftY, upperLeftY, upperRightY, lowerRightY); /* Determine clipping width and height. */ final int clippingWidth = maxClippingX - minClippingX; final int clippingHeight = maxClippingY - minClippingY; /* Finally apply the clipping. */ pGLState.glPushScissor(minClippingX, minClippingY, clippingWidth, clippingHeight); /* Draw children, etc... */ super.onManagedDraw(pGLState, pCamera); /* Revert scissor test to previous state. */ pGLState.glPopScissor(); pGLState.setScissorTestEnabled(wasScissorTestEnabled); } else { super.onManagedDraw(pGLState, pCamera); } } // =========================================================== // Methods // =========================================================== // =========================================================== // Inner and Anonymous Classes // =========================================================== }
5,309
Java
.java
delight-im/NationSoccer
14
8
0
2013-08-10T15:31:39Z
2014-03-20T00:37:15Z
2a5b0328402c346d86380c016ef17cbc7f3bb13ea1db63f4c6fd12e10685ba02
[ 1337, 1105, 51, 382, 3502, 51, 2244, 51, 10390, 64, 222, 222, 485, 1105, 51, 382, 3502, 51, 3502, 51, 9002, 51, 7139, 64, 222, 485, 1105, 51, 382, 3502, 51, 2244, 51, 2234, 64, 222, 485, 1105, 51, 382, 3502, 51, 16006, 51, 1058, 51, 2079, 1095, 64, 222, 485, 1105, 51, 382, 3502, 51, 1058, 51, 5238, 64, 222, 485, 1105, 51, 382, 3502, 51, 1058, 51, 3851, 51, 5728, 2769, 64, 222, 222, 1350, 222, 338, 418, 3105, 1222, 28706, 2234, 130, 9204, 1088, 19785, 451, 1187, 2840, 5727, 347, 331, 19354, 49, 1532, 458, 3433, 641, 341, 6100, 19639, 20511, 4410, 6857, 8032, 51, 222, 338, 2048, 902, 545, 13079, 24323, 347, 341, 9641, 4023, 49, 1532, 6084, 708, 580, 47608, 35249, 664, 2840, 20845, 49, 1532, 1178, 331, 3889, 5769, 563, 341, 46154, 5978, 51, 222, 338, 222, 338, 327, 104, 46, 244, 55, 53, 54, 55, 2538, 860, 3829, 6367, 51, 222, 338, 222, 338, 496, 2133, 508, 18690, 321, 40861, 13388, 350, 115, 1786, 13388, 69, 40906, 3829, 51, 527, 67, 222, 338, 496, 8152, 244, 54, 56, 63, 58, 56, 63, 55, 62, 449, 244, 54, 53, 51, 53, 58, 51, 55, 53, 54, 55, 222, 588, 222, 942, 462, 28706, 2234, 2041, 7276, 320, 222, 221, 325, 21422, 18420, 222, 221, 325, 14072, 222, 221, 325, 21422, 18420, 499, 221, 325, 21422, 18420, 222, 221, 325, 17650, 222, 221, 325, 21422, 18420, 499, 221, 2072, 1922, 364, 14793, 11787, 4006, 299, 878, 64, 499, 221, 325, 21422, 18420, 222, 221, 325, 34731, 222, 221, 325, 21422, 18420, 499, 221, 942, 28706, 2234, 365, 320, 376, 221, 5282, 492, 222, 221, 130, 499, 221, 942, 28706, 2234, 45, 3242, 1916, 317, 93, 49, 1175, 1916, 317, 94, 46, 320, 376, 221, 5282, 45, 31740, 49, 317, 94, 312, 222, 221, 130, 499, 221, 942, 28706, 2234, 45, 3242, 1916, 317, 93, 49, 1175, 1916, 317, 94, 49, 1175, 1916, 317, 2627, 49, 1175, 1916, 317, 3041, 46, 320, 376, 221, 5282, 45, 31740, 49, 317, 94, 49, 317, 2627, 49, 317, 3041, 312, 222, 221, 130, 499, 221, 325, 21422, 18420, 222, 221, 325, 35542, 568, 45973, 222, 221, 325, 21422, 18420, 499, 221, 942, 1922, 458, 14793, 11787, 4006, 365, 320, 376, 221, 620, 477, 51, 114, 14793, 11787, 4006, 64, 222, 221, 130, 499, 221, 942, 782, 758, 14793, 11787, 4006, 45, 3242, 1922, 317, 14793, 11787, 4006, 46, 320, 376, 221, 597, 51, 114, 14793, 11787, 4006, 299, 317, 14793, 11787, 4006, 64, 222, 221, 130, 499, 221, 325, 21422, 18420, 222, 221, 325, 14944, 456, 52, 1097, 16044, 1359, 52, 12303, 222, 221, 325, 21422, 18420, 499, 221, 69, 1806, 222, 221, 5332, 782, 563, 12395, 2900, 45, 3242, 3210, 1095, 317, 2079, 1095, 49, 1175, 15910, 317, 7139, 46, 320, 376, 221, 344, 327, 597, 51, 114, 14793, 11787, 4006, 46, 320, 374, 221, 1127, 11602, 2240, 46419, 913, 49, 2236, 15667, 318, 4575, 1621, 51, 588, 374, 221, 3242, 1922, 1616, 2391, 46419, 1024, 4006, 299, 317, 2079, 1095, 51, 4909, 2391, 46419, 1024, 492, 2556, 221, 3242, 648, 11234, 3041, 299, 317, 7139, 51, 390, 8814, 3041, 492, 2556, 221, 1127, 719, 2554, 391, 4894, 46154, 49, 1019, 1868, 391, 9949, 341, 341, 6100, 19639, 11622, 347, 26194, 10547, 51, 588, 2556, 221, 1127, 22032, 46154, 10547, 451, 2531, 15581, 347, 11234, 10547, 51, 588, 374, 221, 3242, 1916, 1197, 7245, 3695, 8814, 18583, 299, 317, 7139, 51, 390, 8814, 18583, 1811, 7320, 18583, 45, 597, 51, 5975, 3340, 18583, 724, 7320, 18583, 45, 53, 49, 244, 53, 894, 374, 221, 3242, 648, 7245, 3695, 93, 299, 327, 429, 46, 4189, 51, 1514, 45, 5773, 3695, 8814, 18583, 96, 5238, 51, 20366, 100, 9199, 100, 93, 2004, 374, 221, 3242, 648, 7245, 3695, 94, 299, 11234, 3041, 449, 327, 429, 46, 4189, 51, 1514, 45, 5773, 3695, 8814, 18583, 96, 5238, 51, 20366, 100, 9199, 100, 94, 2004, 2556, 221, 3242, 1916, 1197, 8373, 3695, 8814, 18583, 299, 317, 7139, 51, 390, 8814, 18583, 1811, 7320, 18583, 45, 597, 51, 5975, 3340, 18583, 724, 7320, 18583, 45, 53, 49, 477, 51, 114, 3041, 894, 374, 221, 3242, 648, 8373, 3695, 93, 299, 327, 429, 46, 4189, 51, 1514, 45, 7647, 3695, 8814, 18583, 96, 5238, 51, 20366, 100, 9199, 100, 93, 2004, 374, 221, 3242, 648, 8373, 3695, 94, 299, 11234, 3041, 449, 327, 429, 46, 4189, 51, 1514, 45, 7647, 3695, 8814, 18583, 96, 5238, 51, 20366, 100, 9199, 100, 94, 2004, 2556, 221, 3242, 1916, 1197, 8373, 4058, 8814, 18583, 299, 317, 7139, 51, 390, 8814, 18583, 1811, 7320, 18583, 45, 597, 51, 5975, 3340, 18583, 724, 7320, 18583, 45, 597, 51, 114, 2627, 49, 477, 51, 114, 3041, 894, 374, 221, 3242, 648, 8373, 4058, 93, 299, 327, 429, 46, 4189, 51, 1514, 45, 7647, 4058, 8814, 18583, 96, 5238, 51, 20366, 100, 9199, 100, 93, 2004, 374, 221, 3242, 648, 8373, 4058, 94, 299, 11234, 3041, 449, 327, 429, 46, 4189, 51, 1514, 45, 7647, 4058, 8814, 18583, 96, 5238, 51, 20366, 100, 9199, 100, 94, 2004, 2556, 221, 3242, 1916, 1197, 7245, 4058, 8814, 18583, 299, 317, 7139, 51, 390, 8814, 18583, 1811, 7320, 18583, 45, 597, 51, 5975, 3340, 18583, 724, 7320, 18583, 45, 597, 51, 114, 2627, 49, 244, 53, 894, 374, 221, 3242, 648, 7245, 4058, 93, 299, 327, 429, 46, 4189, 51, 1514, 45, 5773, 4058, 8814, 18583, 96, 5238, 51, 20366, 100, 9199, 100, 93, 2004, 374, 221, 3242, 648, 7245, 4058, 94, 299, 11234, 3041, 449, 327, 429, 46, 4189, 51, 1514, 45, 5773, 4058, 8814, 18583, 96, 5238, 51, 20366, 100, 9199, 100, 94, 2004, 2556, 221, 1127, 22032, 9367, 480, 7123, 837, 46154, 10547, 51, 588, 374, 221, 3242, 648, 1865, 14793, 11787, 93, 299, 4189, 2769, 51, 907, 45, 5773, 3695, 93, 49, 8373, 3695, 93, 49, 8373, 4058, 93, 49, 7245, 4058, 93, 312, 374, 221, 3242, 648, 1788, 14793, 11787, 93, 299, 4189, 2769, 51, 1472, 45, 5773, 3695, 93, 49, 8373, 3695, 93, 49, 8373, 4058, 93, 49, 7245, 4058, 93, 312, 2556, 221, 1127, 22032, 9367, 480, 7123, 553, 46154, 10547, 51, 588, 374, 221, 3242, 648, 1865, 14793, 11787, 94, 299, 4189, 2769, 51, 907, 45, 5773, 3695, 94, 49, 8373, 3695, 94, 49, 8373, 4058, 94, 49, 7245, 4058, 94, 312, 374, 221, 3242, 648, 1788, 14793, 11787, 94, 299, 4189, 2769, 51, 1472, 45, 5773, 3695, 94, 49, 8373, 3695, 94, 49, 8373, 4058, 94, 49, 7245, 4058, 94, 312, 2556, 221, 1127, 22032, 46154, 1882, 480, 2401, 51, 588, 374, 221, 3242, 648, 46154, 2627, 299, 1788, 14793, 11787, 93, 449, 1865, 14793, 11787, 93, 64, 374, 221, 3242, 648, 46154, 3041, 299, 1788, 14793, 11787, 94, 449, 1865, 14793, 11787, 94, 64, 2556, 221, 1127, 25605, 4894, 341, 46154, 51, 588, 374, 221, 117, 2079, 1095, 51, 1861, 8101, 2391, 46419, 45, 907, 14793, 11787, 93, 49, 1865, 14793, 11787, 94, 49, 46154, 2627, 49, 46154, 3041, 312, 2556, 221, 1127, 10181, 5727, 49, 5795, 1198, 588, 374, 221, 5282, 51, 286, 12395, 2900, 45, 117, 2079, 1095, 49, 317, 7139, 312, 2556, 221, 1127, 922, 1645, 2240, 46419, 913, 391, 4575, 1621, 51, 588, 374, 221, 117, 2079, 1095, 51, 1861, 5138, 2391, 46419, 492, 374, 221, 117, 2079, 1095, 51, 489, 2391, 46419, 1024, 4006, 45, 14505, 2391, 46419, 1024, 4006, 312, 376, 221, 130, 832, 320, 374, 221, 5282, 51, 286, 12395, 2900, 45, 117, 2079, 1095, 49, 317, 7139, 312, 376, 221, 130, 222, 221, 130, 499, 221, 325, 21422, 18420, 222, 221, 325, 14944, 222, 221, 325, 21422, 18420, 499, 221, 325, 21422, 18420, 222, 221, 325, 29323, 480, 2262, 8697, 26172, 222, 221, 325, 21422, 18420, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
1,303
true
63.929177
true
true
DialogEntity.java
/FileExtraction/Java_unseen/umerov1999_Old2_Fenrir-for-VK/app/src/main/java/dev/ragnarok/fenrir/db/model/entity/DialogEntity.java
package dev.ragnarok.fenrir.db.model.entity; public class DialogEntity extends Entity { private final int peerId; private String title; private int unreadCount; private String photo50; private String photo100; private String photo200; private int inRead; private int outRead; private MessageEntity message; private KeyboardEntity currentKeyboard; private MessageEntity pinned; private int lastMessageId; private int acl; private boolean isGroupChannel; private int major_id; private int minor_id; public DialogEntity(int peerId) { this.peerId = peerId; } public int getAcl() { return acl; } public DialogEntity setAcl(int acl) { this.acl = acl; return this; } public MessageEntity getPinned() { return pinned; } public DialogEntity setPinned(MessageEntity pinned) { this.pinned = pinned; return this; } public int getInRead() { return inRead; } public DialogEntity setInRead(int inRead) { this.inRead = inRead; return this; } public int getOutRead() { return outRead; } public DialogEntity setOutRead(int outRead) { this.outRead = outRead; return this; } public int getPeerId() { return peerId; } public String getTitle() { return title; } public DialogEntity setTitle(String title) { this.title = title; return this; } public KeyboardEntity getCurrentKeyboard() { return currentKeyboard; } public DialogEntity setCurrentKeyboard(KeyboardEntity currentKeyboard) { this.currentKeyboard = currentKeyboard; return this; } public int getUnreadCount() { return unreadCount; } public DialogEntity setUnreadCount(int unreadCount) { this.unreadCount = unreadCount; return this; } public String getPhoto50() { return photo50; } public DialogEntity setPhoto50(String photo50) { this.photo50 = photo50; return this; } public SimpleDialogEntity simplify() { return new SimpleDialogEntity(peerId) .setTitle(title) .setPhoto200(photo200) .setPhoto100(photo100) .setPhoto50(photo50) .setOutRead(outRead) .setInRead(inRead) .setUnreadCount(unreadCount) .setPinned(pinned) .setLastMessageId(lastMessageId) .setAcl(acl) .setCurrentKeyboard(currentKeyboard) .setGroupChannel(isGroupChannel) .setMajor_id(major_id) .setMinor_id(minor_id); } public String getPhoto100() { return photo100; } public DialogEntity setPhoto100(String photo100) { this.photo100 = photo100; return this; } public String getPhoto200() { return photo200; } public DialogEntity setPhoto200(String photo200) { this.photo200 = photo200; return this; } public MessageEntity getMessage() { return message; } public DialogEntity setMessage(MessageEntity message) { this.message = message; return this; } public int getLastMessageId() { return lastMessageId; } public DialogEntity setLastMessageId(int lastMessageId) { this.lastMessageId = lastMessageId; return this; } public boolean isGroupChannel() { return isGroupChannel; } public DialogEntity setGroupChannel(boolean groupChannel) { isGroupChannel = groupChannel; return this; } public int getMajor_id() { return major_id; } public DialogEntity setMajor_id(int major_id) { this.major_id = major_id; return this; } public int getMinor_id() { return minor_id; } public DialogEntity setMinor_id(int minor_id) { this.minor_id = minor_id; return this; } }
4,140
Java
.java
umerov1999/Old2_Fenrir-for-VK
19
5
0
2021-08-02T02:23:34Z
2022-01-09T18:17:47Z
75b7c3d832866ab846191a6f281a914d2f65924516fd3ac9f4652ebec2ce1ab6
[ 1337, 5693, 51, 2471, 43595, 1273, 51, 24831, 26271, 51, 1219, 51, 1184, 51, 2244, 64, 499, 222, 942, 462, 13695, 2234, 2041, 7276, 320, 465, 964, 1175, 648, 10373, 625, 64, 465, 964, 910, 1799, 64, 465, 964, 648, 49045, 1552, 64, 465, 964, 910, 15139, 58, 53, 64, 465, 964, 910, 15139, 54, 53, 53, 64, 465, 964, 910, 15139, 55, 53, 53, 64, 465, 964, 648, 347, 2248, 64, 465, 964, 648, 986, 2248, 64, 465, 964, 4587, 2234, 1492, 64, 465, 964, 21281, 2234, 1565, 12368, 64, 465, 964, 4587, 2234, 38149, 64, 465, 964, 648, 2419, 41348, 64, 465, 964, 648, 32600, 64, 465, 964, 1922, 458, 1582, 3542, 64, 465, 964, 648, 12372, 100, 333, 64, 465, 964, 648, 14899, 100, 333, 64, 465, 581, 13695, 2234, 45, 429, 10373, 625, 46, 320, 310, 477, 51, 10362, 625, 299, 10373, 625, 64, 303, 339, 465, 581, 648, 640, 23600, 365, 320, 310, 461, 32600, 64, 303, 339, 465, 581, 13695, 2234, 758, 23600, 45, 429, 32600, 46, 320, 310, 477, 51, 12412, 299, 32600, 64, 310, 461, 477, 64, 303, 339, 465, 581, 4587, 2234, 640, 8875, 9844, 365, 320, 310, 461, 38149, 64, 303, 339, 465, 581, 13695, 2234, 758, 8875, 9844, 45, 1193, 2234, 38149, 46, 320, 310, 477, 51, 40437, 299, 38149, 64, 310, 461, 477, 64, 303, 339, 465, 581, 648, 640, 402, 2248, 365, 320, 310, 461, 347, 2248, 64, 303, 339, 465, 581, 13695, 2234, 758, 402, 2248, 45, 429, 347, 2248, 46, 320, 310, 477, 51, 285, 2248, 299, 347, 2248, 64, 310, 461, 477, 64, 303, 339, 465, 581, 648, 640, 1529, 2248, 365, 320, 310, 461, 986, 2248, 64, 303, 339, 465, 581, 13695, 2234, 758, 1529, 2248, 45, 429, 986, 2248, 46, 320, 310, 477, 51, 560, 2248, 299, 986, 2248, 64, 310, 461, 477, 64, 303, 339, 465, 581, 648, 640, 11099, 625, 365, 320, 310, 461, 10373, 625, 64, 303, 339, 465, 581, 910, 640, 3188, 365, 320, 310, 461, 1799, 64, 303, 339, 465, 581, 13695, 2234, 46821, 45, 671, 1799, 46, 320, 310, 477, 51, 1333, 299, 1799, 64, 310, 461, 477, 64, 303, 339, 465, 581, 21281, 2234, 23403, 12368, 365, 320, 310, 461, 1565, 12368, 64, 303, 339, 465, 581, 13695, 2234, 40332, 12368, 45, 12368, 2234, 1565, 12368, 46, 320, 310, 477, 51, 1719, 12368, 299, 1565, 12368, 64, 310, 461, 477, 64, 303, 339, 465, 581, 648, 640, 1079, 870, 1552, 365, 320, 310, 461, 49045, 1552, 64, 303, 339, 465, 581, 13695, 2234, 758, 1079, 870, 1552, 45, 429, 49045, 1552, 46, 320, 310, 477, 51, 45841, 1552, 299, 49045, 1552, 64, 310, 461, 477, 64, 303, 339, 465, 581, 910, 640, 12101, 58, 53, 365, 320, 310, 461, 15139, 58, 53, 64, 303, 339, 465, 581, 13695, 2234, 758, 12101, 58, 53, 45, 671, 15139, 58, 53, 46, 320, 310, 477, 51, 9130, 58, 53, 299, 15139, 58, 53, 64, 310, 461, 477, 64, 303, 339, 465, 581, 7169, 3742, 2234, 25238, 365, 320, 310, 461, 556, 7169, 3742, 2234, 45, 10362, 625, 46, 419, 657, 17359, 45, 1333, 46, 419, 657, 489, 12101, 55, 53, 53, 45, 9130, 55, 53, 53, 46, 419, 657, 489, 12101, 54, 53, 53, 45, 9130, 54, 53, 53, 46, 419, 657, 489, 12101, 58, 53, 45, 9130, 58, 53, 46, 419, 657, 489, 1529, 2248, 45, 560, 2248, 46, 419, 657, 489, 402, 2248, 45, 285, 2248, 46, 419, 657, 489, 1079, 870, 1552, 45, 45841, 1552, 46, 419, 657, 489, 8875, 9844, 45, 40437, 46, 419, 657, 489, 3283, 41348, 45, 2153, 41348, 46, 419, 657, 489, 23600, 45, 12412, 46, 419, 657, 28118, 12368, 45, 1719, 12368, 46, 419, 657, 489, 1582, 3542, 45, 316, 1582, 3542, 46, 419, 657, 489, 14638, 100, 333, 45, 13183, 100, 333, 46, 419, 657, 489, 22514, 100, 333, 45, 17757, 100, 333, 312, 303, 339, 465, 581, 910, 640, 12101, 54, 53, 53, 365, 320, 310, 461, 15139, 54, 53, 53, 64, 303, 339, 465, 581, 13695, 2234, 758, 12101, 54, 53, 53, 45, 671, 15139, 54, 53, 53, 46, 320, 310, 477, 51, 9130, 54, 53, 53, 299, 15139, 54, 53, 53, 64, 310, 461, 477, 64, 303, 339, 465, 581, 910, 640, 12101, 55, 53, 53, 365, 320, 310, 461, 15139, 55, 53, 53, 64, 303, 339, 465, 581, 13695, 2234, 758, 12101, 55, 53, 53, 45, 671, 15139, 55, 53, 53, 46, 320, 310, 477, 51, 9130, 55, 53, 53, 299, 15139, 55, 53, 53, 64, 310, 461, 477, 64, 303, 339, 465, 581, 4587, 2234, 40451, 365, 320, 310, 461, 1492, 64, 303, 339, 465, 581, 13695, 2234, 758, 1193, 45, 1193, 2234, 1492, 46, 320, 310, 477, 51, 1454, 299, 1492, 64, 310, 461, 477, 64, 303, 339, 465, 581, 648, 36640, 41348, 365, 320, 310, 461, 2419, 41348, 64, 303, 339, 465, 581, 13695, 2234, 758, 3283, 41348, 45, 429, 2419, 41348, 46, 320, 310, 477, 51, 2153, 41348, 299, 2419, 41348, 64, 310, 461, 477, 64, 303, 339, 465, 581, 1922, 458, 1582, 3542, 365, 320, 310, 461, 458, 1582, 3542, 64, 303, 339, 465, 581, 13695, 2234, 758, 1582, 3542, 45, 4412, 2370, 3542, 46, 320, 310, 458, 1582, 3542, 299, 2370, 3542, 64, 310, 461, 477, 64, 303, 339, 465, 581, 648, 640, 14638, 100, 333, 365, 320, 310, 461, 12372, 100, 333, 64, 303, 339, 465, 581, 13695, 2234, 758, 14638, 100, 333, 45, 429, 12372, 100, 333, 46, 320, 310, 477, 51, 13183, 100, 333, 299, 12372, 100, 333, 64, 310, 461, 477, 64, 303, 339, 465, 581, 648, 640, 22514, 100, 333, 365, 320, 310, 461, 14899, 100, 333, 64, 303, 339, 465, 581, 13695, 2234, 758, 22514, 100, 333, 45, 429, 14899, 100, 333, 46, 320, 310, 477, 51, 17757, 100, 333, 299, 14899, 100, 333, 64, 310, 461, 477, 64, 303, 339, 222, 130 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
990
true
58.454106
true
true
ModedRuleBaseIndex.java
/FileExtraction/Java_unseen/SEAL-UCLA_Ref-Finder/code/bin/tyRuBa/engine/ModedRuleBaseIndex.java
/* * Ref-Finder * Copyright (C) <2015> <PLSE_UCLA> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ package tyRuBa.engine; import java.io.PrintStream; import java.util.ArrayList; import tyRuBa.modes.BindingList; import tyRuBa.modes.CompositeType; import tyRuBa.modes.ConstructorType; import tyRuBa.modes.PredInfo; import tyRuBa.modes.PredInfoProvider; import tyRuBa.modes.TupleType; import tyRuBa.modes.Type; import tyRuBa.modes.TypeConstructor; import tyRuBa.modes.TypeMapping; import tyRuBa.modes.TypeModeError; public abstract class ModedRuleBaseIndex implements PredInfoProvider { public abstract void enableMetaData(); protected abstract ModedRuleBaseCollection getModedRuleBases(PredicateIdentifier paramPredicateIdentifier) throws TypeModeError; public RuleBase getBest(PredicateIdentifier predID, BindingList bindings) { try { return getModedRuleBases(predID).getBest(bindings); } catch (TypeModeError e) { throw new Error("this should never happen"); } } public abstract void insert(PredInfo paramPredInfo) throws TypeModeError; public final void insert(RBComponent r) throws TypeModeError { RBComponent converted = r.convertToNormalForm(); TupleType resultTypes = converted.typecheck(this); ModedRuleBaseCollection rulebases = getModedRuleBases(converted.getPredId()); rulebases.insertInEach(converted, this, resultTypes); } public abstract void dumpFacts(PrintStream paramPrintStream); public CompositeType addType(CompositeType type) throws TypeModeError { TypeConstructor newTypeConst = type.getTypeConstructor(); TypeConstructor oldTypeConst = findTypeConst(newTypeConst.getName(), newTypeConst.getTypeArity()); if (oldTypeConst != null) { if (oldTypeConst.isInitialized()) { throw new TypeModeError("Duplicate declaration for type " + type); } oldTypeConst.setParameter(type.getArgs()); return (CompositeType)oldTypeConst.apply(type.getArgs(), false); } newTypeConst.setParameter(type.getArgs()); basicAddTypeConst(newTypeConst); return type; } public abstract void addFunctorConst(Type paramType, CompositeType paramCompositeType); public abstract ConstructorType findConstructorType(FunctorIdentifier paramFunctorIdentifier); public abstract TypeConstructor findType(String paramString); public abstract TypeConstructor findTypeConst(String paramString, int paramInt); protected abstract void basicAddTypeConst(TypeConstructor paramTypeConstructor); public abstract void addTypePredicate(TypeConstructor paramTypeConstructor, ArrayList paramArrayList); public final PredInfo getPredInfo(PredicateIdentifier predId) throws TypeModeError { PredInfo result = maybeGetPredInfo(predId); if (result == null) { if (predId.getArity() == 1) { TypeConstructor t = findType(predId.getName()); if (t != null) { NativePredicate.defineTypeTest(this, predId, t); return maybeGetPredInfo(predId); } } else if (predId.getArity() == 2) { String name = predId.getName(); if (name.startsWith("convertTo")) { TypeConstructor t = findType(name.substring("convertTo".length())); if (t != null) { NativePredicate.defineConvertTo(this, t); return maybeGetPredInfo(predId); } } } throw new TypeModeError("Unknown predicate " + predId); } return result; } public abstract void addTypeMapping(TypeMapping paramTypeMapping, FunctorIdentifier paramFunctorIdentifier) throws TypeModeError; public abstract TypeMapping findTypeMapping(Class paramClass); public abstract void backup(); }
4,459
Java
.java
SEAL-UCLA/Ref-Finder
8
9
1
2015-09-29T23:42:35Z
2016-11-08T14:07:24Z
64e2771d4f84c957dbcb3d4c92fa91ff7f9b549413d2f6b2356f3588bc674212
[ 1127, 244, 222, 47, 283, 7911, 50, 15868, 222, 47, 283, 2657, 327, 72, 46, 350, 55, 53, 54, 58, 67, 244, 350, 2759, 825, 100, 90, 46609, 67, 222, 47, 222, 47, 283, 1369, 3477, 458, 3760, 2951, 63, 863, 902, 14081, 580, 480, 52, 290, 5370, 222, 47, 283, 580, 1549, 341, 5974, 451, 341, 6994, 6153, 5062, 1196, 641, 9582, 829, 222, 47, 283, 341, 7834, 3870, 7120, 49, 3173, 1522, 244, 56, 451, 341, 1196, 49, 575, 222, 47, 283, 327, 288, 1390, 2489, 46, 1364, 6146, 1522, 51, 222, 47, 222, 47, 283, 1369, 3477, 458, 2744, 347, 341, 9850, 708, 580, 1118, 545, 6386, 49, 222, 47, 283, 1294, 4213, 2979, 9345, 64, 2895, 4462, 341, 4506, 14319, 451, 222, 47, 283, 7934, 575, 8114, 4800, 418, 7848, 7763, 51, 244, 2819, 341, 222, 47, 283, 6994, 6153, 5062, 1196, 456, 1851, 4261, 51, 222, 47, 222, 47, 283, 2469, 1414, 1178, 6589, 331, 1948, 451, 341, 6994, 6153, 5062, 1196, 222, 47, 283, 7979, 642, 477, 3477, 51, 244, 1691, 666, 49, 2337, 350, 544, 574, 1516, 51, 10627, 51, 1107, 52, 4205, 28699, 222, 1975, 222, 1337, 5184, 28837, 22728, 51, 3502, 64, 222, 222, 485, 1401, 51, 735, 51, 4026, 1880, 64, 222, 485, 1401, 51, 1058, 51, 7119, 64, 222, 485, 5184, 28837, 22728, 51, 24360, 51, 5910, 739, 64, 222, 485, 5184, 28837, 22728, 51, 24360, 51, 14377, 638, 64, 222, 485, 5184, 28837, 22728, 51, 24360, 51, 7935, 638, 64, 222, 485, 5184, 28837, 22728, 51, 24360, 51, 7964, 1139, 64, 222, 485, 5184, 28837, 22728, 51, 24360, 51, 7964, 1139, 2588, 64, 222, 485, 5184, 28837, 22728, 51, 24360, 51, 8937, 638, 64, 222, 485, 5184, 28837, 22728, 51, 24360, 51, 638, 64, 222, 485, 5184, 28837, 22728, 51, 24360, 51, 638, 7935, 64, 222, 485, 5184, 28837, 22728, 51, 24360, 51, 638, 4815, 64, 222, 485, 5184, 28837, 22728, 51, 24360, 51, 638, 2116, 943, 64, 222, 222, 942, 5560, 462, 10750, 105, 3855, 1778, 1301, 353, 4584, 14509, 1139, 2588, 222, 128, 353, 581, 5560, 782, 5362, 13185, 492, 4070, 2532, 5560, 10750, 105, 3855, 1778, 2272, 640, 2116, 105, 3855, 48242, 45, 12690, 5551, 4380, 12690, 5551, 46, 303, 2589, 2782, 2116, 943, 64, 4070, 581, 13712, 1778, 640, 15050, 45, 12690, 5551, 4726, 798, 49, 17393, 739, 16597, 46, 353, 320, 303, 1614, 303, 320, 416, 461, 640, 2116, 105, 3855, 48242, 45, 8639, 798, 566, 390, 15050, 45, 15908, 312, 303, 339, 303, 2385, 327, 638, 2116, 943, 503, 46, 303, 320, 416, 1440, 556, 3099, 459, 597, 1414, 7162, 7305, 742, 303, 339, 353, 339, 4070, 581, 5560, 782, 5567, 45, 7964, 1139, 4380, 7964, 1139, 46, 303, 2589, 2782, 2116, 943, 64, 4070, 581, 1175, 782, 5567, 45, 13631, 1735, 559, 46, 303, 2589, 2782, 2116, 943, 353, 320, 303, 20071, 1735, 12829, 299, 559, 51, 36151, 5981, 1260, 492, 303, 11724, 638, 1074, 2439, 299, 12829, 51, 700, 1571, 45, 597, 312, 303, 10750, 105, 3855, 1778, 2272, 5760, 29959, 299, 640, 2116, 105, 3855, 48242, 45, 36042, 51, 390, 7964, 625, 1052, 303, 5760, 29959, 51, 3233, 402, 3875, 45, 36042, 49, 477, 49, 1074, 2439, 312, 353, 339, 4070, 581, 5560, 782, 10137, 7338, 120, 45, 4026, 1880, 4380, 4026, 1880, 312, 4070, 581, 26431, 638, 1035, 638, 45, 14377, 638, 847, 46, 303, 2589, 2782, 2116, 943, 353, 320, 303, 2782, 7935, 556, 638, 2793, 299, 847, 51, 10276, 7935, 492, 303, 2782, 7935, 3627, 638, 2793, 299, 8586, 2309, 638, 2793, 45, 909, 638, 2793, 51, 5175, 1046, 556, 638, 2793, 51, 10276, 3437, 562, 1052, 303, 434, 327, 1477, 638, 2793, 882, 762, 46, 303, 320, 416, 434, 327, 1477, 638, 2793, 51, 43849, 1177, 320, 310, 1440, 556, 2782, 2116, 943, 459, 18000, 13317, 456, 847, 332, 494, 847, 312, 416, 339, 416, 3627, 638, 2793, 51, 31887, 45, 700, 51, 390, 3097, 1052, 416, 461, 327, 14377, 638, 46, 1477, 638, 2793, 51, 4740, 45, 700, 51, 390, 3097, 1046, 920, 312, 303, 339, 303, 556, 638, 2793, 51, 31887, 45, 700, 51, 390, 3097, 1052, 303, 6575, 1121, 638, 2793, 45, 909, 638, 2793, 312, 303, 461, 847, 64, 353, 339, 4070, 581, 5560, 782, 1035, 33926, 2793, 45, 638, 4380, 638, 49, 26431, 638, 4380, 14377, 638, 312, 4070, 581, 5560, 12836, 638, 2309, 7935, 638, 45, 33926, 5551, 4380, 33926, 5551, 312, 4070, 581, 5560, 2782, 7935, 2309, 638, 45, 671, 4380, 671, 312, 4070, 581, 5560, 2782, 7935, 2309, 638, 2793, 45, 671, 4380, 671, 49, 648, 4380, 1438, 312, 4070, 2532, 5560, 782, 6575, 1121, 638, 2793, 45, 638, 7935, 4380, 638, 7935, 312, 4070, 581, 5560, 782, 1035, 638, 12690, 45, 638, 7935, 4380, 638, 7935, 49, 5068, 4380, 7119, 312, 4070, 581, 1175, 14509, 1139, 640, 7964, 1139, 45, 12690, 5551, 4726, 625, 46, 303, 2589, 2782, 2116, 943, 353, 320, 303, 14509, 1139, 1074, 299, 8784, 953, 7964, 1139, 45, 8639, 625, 312, 303, 434, 327, 1285, 630, 762, 46, 303, 320, 416, 434, 327, 8639, 625, 51, 390, 3437, 562, 365, 630, 244, 54, 46, 416, 320, 310, 2782, 7935, 292, 299, 2309, 638, 45, 8639, 625, 51, 5175, 1052, 310, 434, 327, 121, 882, 762, 46, 310, 320, 633, 13122, 12690, 51, 1252, 638, 1024, 45, 597, 49, 4726, 625, 49, 292, 312, 633, 461, 8784, 953, 7964, 1139, 45, 8639, 625, 312, 310, 339, 416, 339, 416, 832, 434, 327, 8639, 625, 51, 390, 3437, 562, 365, 630, 244, 55, 46, 416, 320, 310, 910, 655, 299, 4726, 625, 51, 5175, 492, 310, 434, 327, 444, 51, 13907, 459, 36151, 2152, 310, 320, 633, 2782, 7935, 292, 299, 2309, 638, 45, 444, 51, 8724, 459, 36151, 2316, 1340, 5086, 633, 434, 327, 121, 882, 762, 46, 633, 320, 343, 13122, 12690, 51, 1252, 39963, 45, 597, 49, 292, 312, 343, 461, 8784, 953, 7964, 1139, 45, 8639, 625, 312, 633, 339, 310, 339, 416, 339, 416, 1440, 556, 2782, 2116, 943, 459, 5850, 14093, 332, 494, 4726, 625, 312, 303, 339, 303, 461, 1074, 64, 353, 339, 4070, 581, 5560, 782, 1035, 638, 4815, 45, 638, 4815, 4380, 638, 4815, 49, 21754, 5330, 5551, 4380, 33926, 5551, 46, 303, 2589, 2782, 2116, 943, 64, 4070, 581, 5560, 2782, 4815, 2309, 638, 4815, 45, 1359, 4380, 1359, 312, 4070, 581, 5560, 782, 12801, 492, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
1,075
true
71.787396
true
true
EditorMetaMenu.java
/FileExtraction/Java_unseen/MediusEcho_ParticleHats/ParticleHats/src/com/mediusecho/particlehats/editor/menus/EditorMetaMenu.java
package com.mediusecho.particlehats.editor.menus; import org.bukkit.Bukkit; import org.bukkit.Material; import org.bukkit.entity.Player; import org.bukkit.inventory.ItemStack; import com.mediusecho.particlehats.ParticleHats; import com.mediusecho.particlehats.compatibility.CompatibleMaterial; import com.mediusecho.particlehats.database.Database; import com.mediusecho.particlehats.database.Database.DataType; import com.mediusecho.particlehats.editor.EditorLore; import com.mediusecho.particlehats.editor.EditorMenuManager; import com.mediusecho.particlehats.editor.MetaState; import com.mediusecho.particlehats.locale.Message; import com.mediusecho.particlehats.particles.Hat; import com.mediusecho.particlehats.ui.AbstractStaticMenu; import com.mediusecho.particlehats.util.ItemUtil; public class EditorMetaMenu extends AbstractStaticMenu { private final EditorMenuManager editorManager; private final Hat targetHat; public EditorMetaMenu(ParticleHats core, EditorMenuManager menuManager, Player owner) { super(core, menuManager, owner); this.editorManager = menuManager; this.targetHat = menuManager.getBaseHat(); this.inventory = Bukkit.createInventory(null, 54, Message.EDITOR_META_MENU_TITLE.getValue()); build(); } @Override public void open () { EditorLore.updateNameDescription(getItem(13), targetHat); EditorLore.updateDescriptionDescription(getItem(11), targetHat.getDescription()); EditorLore.updateDescriptionDescription(getItem(19), targetHat.getPermissionDescription()); EditorLore.updatePermissionDescription(getItem(15), targetHat); EditorLore.updateLabelDescription(getItem(29), targetHat.getLabel()); EditorLore.updateEquipDescription(getItem(33), targetHat.getEquipDisplayMessage()); EditorLore.updatePermissionDeniedDescription(getItem(25), targetHat.getPermissionDeniedDisplayMessage()); super.open(); } @Override protected void build() { setButton(49, backButtonItem, backButtonAction); // Name ItemStack nameItem = ItemUtil.createItem(CompatibleMaterial.PLAYER_HEAD, Message.EDITOR_META_MENU_SET_NAME); setButton(13, nameItem, (event, slot) -> { if (event.isLeftClick()) { editorManager.getOwnerState().setMetaState(MetaState.HAT_NAME); core.prompt(owner, MetaState.HAT_NAME); menuManager.closeInventory(); } else { targetHat.setName(Message.EDITOR_MISC_NEW_PARTICLE.getRawValue()); EditorLore.updateNameDescription(getItem(13), targetHat); } return MenuClickResult.NEUTRAL; }); // Description ItemStack descriptionItem = ItemUtil.createItem(CompatibleMaterial.WRITABLE_BOOK, Message.EDITOR_META_MENU_SET_DESCRIPTION); setButton(11, descriptionItem, (event, slot) -> { if (event.isLeftClick()) { EditorDescriptionMenu editorDescriptionMenu = new EditorDescriptionMenu(core, editorManager, owner, true); menuManager.addMenu(editorDescriptionMenu); editorDescriptionMenu.open(); } else if (event.isShiftRightClick()) { if (!targetHat.getDescription().isEmpty()) { targetHat.getDescription().clear(); Database database = core.getDatabase(); String menuName = editorManager.getMenuName(); database.saveMetaData(menuName, targetHat, DataType.DESCRIPTION, 0); EditorLore.updateDescriptionDescription(getItem(11), targetHat.getDescription()); } } return MenuClickResult.NEUTRAL; }); // Permission Description ItemStack permissionDescriptionItem = ItemUtil.createItem(Material.BOOK, Message.EDITOR_META_MENU_SET_PERMISSION_DESCRIPTION); setButton(19, permissionDescriptionItem, (event, slot) -> { if (event.isLeftClick()) { EditorDescriptionMenu editorDescriptionMenu = new EditorDescriptionMenu(core, editorManager, owner, false); menuManager.addMenu(editorDescriptionMenu); editorDescriptionMenu.open(); } else if (event.isShiftRightClick()) { if (!targetHat.getPermissionDescription().isEmpty()) { targetHat.getPermissionDescription().clear(); Database database = core.getDatabase(); String menuName = editorManager.getMenuName(); database.saveMetaData(menuName, targetHat, DataType.PERMISSION_DESCRIPTION, 0); EditorLore.updateDescriptionDescription(getItem(19), targetHat.getPermissionDescription()); } } return MenuClickResult.NEUTRAL; }); // Permission ItemStack permissionItem = ItemUtil.createItem(Material.PAPER, Message.EDITOR_META_MENU_SET_PERMISSION); setButton(15, permissionItem, (event, slot) -> { editorManager.getOwnerState().setMetaState(MetaState.HAT_PERMISSION); core.prompt(owner, MetaState.HAT_PERMISSION); menuManager.closeInventory(); return MenuClickResult.NEUTRAL; }); // Label ItemStack labelItem = ItemUtil.createItem(Material.NAME_TAG, Message.EDITOR_META_MENU_SET_LABEL); setButton(29, labelItem, (event, slot) -> { if (event.isLeftClick()) { editorManager.getOwnerState().setMetaState(MetaState.HAT_LABEL); core.prompt(owner, MetaState.HAT_LABEL); menuManager.closeInventory(); } else if (event.isShiftRightClick()) { core.getDatabase().onLabelChange(targetHat.getLabel(), null, null, -1); targetHat.removeLabel(); EditorLore.updateLabelDescription(getItem(29), targetHat.getLabel()); } return MenuClickResult.NEUTRAL; }); // Equip ItemStack equipItem = ItemUtil.createItem(Material.LEATHER_HELMET, Message.EDITOR_META_MENU_SET_EQUIP_MESSAGE); setButton(33, equipItem, (event, slot) -> { if (event.isLeftClick()) { editorManager.getOwnerState().setMetaState(MetaState.HAT_EQUIP_MESSAGE); core.prompt(owner, MetaState.HAT_EQUIP_MESSAGE); menuManager.closeInventory(); } else if (event.isShiftRightClick()) { targetHat.removeEquipMessage(); EditorLore.updateEquipDescription(getItem(33), targetHat.getEquipDisplayMessage()); } return MenuClickResult.NEUTRAL; }); // Permission Denied ItemStack permissionDeniedItem = ItemUtil.createItem(CompatibleMaterial.MAP, Message.EDITOR_META_MENU_SET_PERMISSION_MESSAGE); setButton(25, permissionDeniedItem, (event, slot) -> { if (event.isLeftClick()) { editorManager.getOwnerState().setMetaState(MetaState.HAT_PERMISSION_MESSAGE); core.prompt(owner, MetaState.HAT_PERMISSION_MESSAGE); menuManager.closeInventory(); } else if (event.isShiftRightClick()) { targetHat.removePermissionDeniedMessage(); EditorLore.updatePermissionDeniedDescription(getItem(25), targetHat.getPermissionDeniedDisplayMessage()); } return MenuClickResult.NEUTRAL; }); // Tags ItemStack tagItem = ItemUtil.createItem(Material.BOWL, Message.EDITOR_META_MENU_SET_TAG); setButton(31, tagItem, (event, slot) -> { EditorTagMenuOverview editorTagMenuOverview = new EditorTagMenuOverview(core, editorManager, owner); menuManager.addMenu(editorTagMenuOverview); editorTagMenuOverview.open(); return MenuClickResult.NEUTRAL; }); } @Override public void onClose(boolean forced) {} @Override public void onTick(int ticks) {} }
7,134
Java
.java
MediusEcho/ParticleHats
14
2
3
2019-02-04T20:43:39Z
2024-05-06T20:57:41Z
37f4df9fbed68d5d127a0c6311639f1345f61a58f7159b85c4f22ebf2800f29d
[ 1337, 785, 51, 3996, 558, 1525, 51, 20304, 109, 1990, 51, 5739, 51, 25475, 64, 222, 222, 485, 1105, 51, 20402, 51, 982, 17120, 64, 222, 485, 1105, 51, 20402, 51, 6347, 64, 222, 485, 1105, 51, 20402, 51, 2244, 51, 3516, 64, 222, 485, 1105, 51, 20402, 51, 12944, 51, 26022, 64, 222, 222, 485, 785, 51, 3996, 558, 1525, 51, 20304, 109, 1990, 51, 15038, 77, 1990, 64, 222, 485, 785, 51, 3996, 558, 1525, 51, 20304, 109, 1990, 51, 29119, 51, 17271, 6347, 64, 222, 485, 785, 51, 3996, 558, 1525, 51, 20304, 109, 1990, 51, 4617, 51, 3969, 64, 222, 485, 785, 51, 3996, 558, 1525, 51, 20304, 109, 1990, 51, 4617, 51, 3969, 51, 9894, 64, 222, 485, 785, 51, 3996, 558, 1525, 51, 20304, 109, 1990, 51, 5739, 51, 4836, 81, 705, 64, 222, 485, 785, 51, 3996, 558, 1525, 51, 20304, 109, 1990, 51, 5739, 51, 4836, 2689, 1590, 64, 222, 485, 785, 51, 3996, 558, 1525, 51, 20304, 109, 1990, 51, 5739, 51, 4247, 1095, 64, 222, 485, 785, 51, 3996, 558, 1525, 51, 20304, 109, 1990, 51, 6925, 51, 1193, 64, 222, 485, 785, 51, 3996, 558, 1525, 51, 20304, 109, 1990, 51, 26617, 51, 41546, 64, 222, 485, 785, 51, 3996, 558, 1525, 51, 20304, 109, 1990, 51, 1726, 51, 5597, 5983, 2689, 64, 222, 485, 785, 51, 3996, 558, 1525, 51, 20304, 109, 1990, 51, 1058, 51, 1114, 1747, 64, 222, 222, 942, 462, 11419, 4247, 2689, 2041, 7406, 5983, 2689, 320, 499, 221, 2072, 1175, 11419, 2689, 1590, 7020, 1590, 64, 222, 221, 2072, 1175, 30044, 1780, 41546, 64, 3038, 221, 942, 11419, 4247, 2689, 45, 15038, 77, 1990, 5305, 49, 11419, 2689, 1590, 5279, 1590, 49, 9306, 7431, 46, 1676, 221, 128, 376, 221, 5282, 45, 1284, 49, 5279, 1590, 49, 7431, 312, 4102, 221, 597, 51, 5739, 1590, 299, 5279, 1590, 64, 376, 221, 597, 51, 2000, 41546, 299, 5279, 1590, 51, 32143, 41546, 492, 376, 221, 597, 51, 12944, 299, 2755, 17120, 51, 1315, 12420, 45, 1710, 49, 244, 58, 57, 49, 4587, 51, 28002, 100, 14246, 100, 21310, 100, 13772, 51, 6693, 1052, 4102, 221, 1848, 492, 222, 221, 130, 3038, 221, 69, 1806, 222, 221, 942, 782, 2177, 1423, 222, 221, 128, 376, 221, 4836, 81, 705, 51, 1896, 577, 3250, 45, 12244, 45, 54, 56, 490, 1780, 41546, 312, 21997, 221, 4836, 81, 705, 51, 1896, 3250, 3250, 45, 12244, 45, 54, 54, 490, 1780, 41546, 51, 32844, 1052, 376, 221, 4836, 81, 705, 51, 1896, 3250, 3250, 45, 12244, 45, 54, 62, 490, 1780, 41546, 51, 390, 7052, 3250, 1052, 376, 221, 4836, 81, 705, 51, 1896, 7052, 3250, 45, 12244, 45, 54, 58, 490, 1780, 41546, 312, 376, 221, 4836, 81, 705, 51, 1896, 2186, 3250, 45, 12244, 45, 55, 62, 490, 1780, 41546, 51, 38885, 1052, 376, 221, 4836, 81, 705, 51, 1896, 34497, 3250, 45, 12244, 45, 56, 56, 490, 1780, 41546, 51, 390, 34497, 3948, 1193, 1052, 376, 221, 4836, 81, 705, 51, 1896, 7052, 27185, 3250, 45, 12244, 45, 55, 58, 490, 1780, 41546, 51, 390, 7052, 27185, 3948, 1193, 1052, 4102, 221, 5282, 51, 1693, 492, 222, 221, 130, 499, 221, 69, 1806, 222, 221, 5332, 782, 1984, 365, 1676, 221, 128, 376, 221, 489, 1732, 45, 57, 62, 49, 1769, 1732, 1114, 49, 1769, 1732, 1728, 312, 4102, 221, 325, 3286, 376, 221, 26022, 655, 1114, 299, 6337, 1747, 51, 1315, 1114, 45, 17271, 6347, 51, 19409, 100, 6902, 49, 4587, 51, 28002, 100, 14246, 100, 21310, 100, 2710, 100, 2491, 312, 376, 221, 489, 1732, 45, 54, 56, 49, 655, 1114, 49, 327, 1585, 49, 9848, 46, 984, 376, 221, 128, 374, 221, 344, 327, 1585, 51, 316, 3695, 2668, 1177, 374, 221, 128, 621, 221, 5739, 1590, 51, 47828, 1095, 941, 489, 4247, 1095, 45, 4247, 1095, 51, 77, 741, 100, 2491, 312, 621, 221, 1284, 51, 13226, 45, 5645, 49, 11990, 1095, 51, 77, 741, 100, 2491, 312, 621, 221, 3055, 1590, 51, 2698, 12420, 492, 374, 221, 130, 8212, 221, 728, 374, 221, 128, 621, 221, 2000, 41546, 51, 15779, 45, 1193, 51, 28002, 100, 32461, 100, 11364, 100, 85, 7299, 833, 51, 44829, 899, 1052, 621, 221, 4836, 81, 705, 51, 1896, 577, 3250, 45, 12244, 45, 54, 56, 490, 1780, 41546, 312, 374, 221, 130, 374, 221, 620, 9999, 2668, 1413, 51, 3585, 1086, 87, 744, 64, 376, 221, 1933, 4102, 221, 325, 5602, 376, 221, 26022, 3066, 1114, 299, 6337, 1747, 51, 1315, 1114, 45, 17271, 6347, 51, 2607, 799, 2164, 100, 26814, 49, 4587, 51, 28002, 100, 14246, 100, 21310, 100, 2710, 100, 17519, 312, 376, 221, 489, 1732, 45, 54, 54, 49, 3066, 1114, 49, 327, 1585, 49, 9848, 46, 984, 376, 221, 128, 374, 221, 344, 327, 1585, 51, 316, 3695, 2668, 1177, 374, 221, 128, 621, 221, 4836, 3250, 2689, 7020, 3250, 2689, 299, 556, 11419, 3250, 2689, 45, 1284, 49, 7020, 1590, 49, 7431, 49, 878, 312, 621, 221, 3055, 1590, 51, 688, 2689, 45, 5739, 3250, 2689, 312, 621, 221, 5739, 3250, 2689, 51, 1693, 492, 374, 221, 130, 8212, 221, 728, 434, 327, 1585, 51, 316, 10221, 4058, 2668, 1177, 374, 221, 128, 621, 221, 344, 1445, 2000, 41546, 51, 32844, 941, 6401, 1177, 621, 221, 128, 596, 221, 2000, 41546, 51, 32844, 941, 3830, 492, 21926, 221, 3969, 3520, 299, 5305, 51, 390, 3969, 492, 596, 221, 671, 5279, 577, 299, 7020, 1590, 51, 390, 2689, 577, 492, 596, 221, 4617, 51, 2882, 13185, 45, 3055, 577, 49, 1780, 41546, 49, 21849, 51, 17519, 49, 244, 53, 312, 21926, 221, 4836, 81, 705, 51, 1896, 3250, 3250, 45, 12244, 45, 54, 54, 490, 1780, 41546, 51, 32844, 1052, 621, 221, 130, 374, 221, 130, 374, 221, 620, 9999, 2668, 1413, 51, 3585, 1086, 87, 744, 64, 376, 221, 1933, 4102, 221, 325, 11125, 5602, 376, 221, 26022, 6504, 3250, 1114, 299, 6337, 1747, 51, 1315, 1114, 45, 6347, 51, 26814, 49, 4587, 51, 28002, 100, 14246, 100, 21310, 100, 2710, 100, 28689, 100, 17519, 312, 376, 221, 489, 1732, 45, 54, 62, 49, 6504, 3250, 1114, 49, 327, 1585, 49, 9848, 46, 984, 376, 221, 128, 374, 221, 344, 327, 1585, 51, 316, 3695, 2668, 1177, 374, 221, 128, 621, 221, 4836, 3250, 2689, 7020, 3250, 2689, 299, 556, 11419, 3250, 2689, 45, 1284, 49, 7020, 1590, 49, 7431, 49, 920, 312, 621, 221, 3055, 1590, 51, 688, 2689, 45, 5739, 3250, 2689, 312, 621, 221, 5739, 3250, 2689, 51, 1693, 492, 374, 221, 130, 8212, 221, 728, 434, 327, 1585, 51, 316, 10221, 4058, 2668, 1177, 374, 221, 128, 621, 221, 344, 1445, 2000, 41546, 51, 390, 7052, 3250, 941, 6401, 1177, 621, 221, 128, 596, 221, 2000, 41546, 51, 390, 7052, 3250, 941, 3830, 492, 21926, 221, 3969, 3520, 299, 5305, 51, 390, 3969, 492, 596, 221, 671, 5279, 577, 299, 7020, 1590, 51, 390, 2689, 577, 492, 596, 221, 4617, 51, 2882, 13185, 45, 3055, 577, 49, 1780, 41546, 49, 21849, 51, 28689, 100, 17519, 49, 244, 53, 312, 21926, 221, 4836, 81, 705, 51, 1896, 3250, 3250, 45, 12244, 45, 54, 62, 490, 1780, 41546, 51, 390, 7052, 3250, 1052, 621, 221, 130, 374, 221, 130, 374, 221, 620, 9999, 2668, 1413, 51, 3585, 1086, 87, 744, 64, 376, 221, 1933, 4102, 221, 325, 11125, 376, 221, 26022, 6504, 1114, 299, 6337, 1747, 51, 1315, 1114, 45, 6347, 51, 85, 1910, 546, 49, 4587, 51, 28002, 100, 14246, 100, 21310, 100, 2710, 100, 28689, 312, 376, 221, 489, 1732, 45, 54, 58, 49, 6504, 1114, 49, 327, 1585, 49, 9848, 46, 984, 376, 221, 128, 374, 221, 5739, 1590, 51, 47828, 1095, 941, 489, 4247, 1095, 45, 4247, 1095, 51, 77, 741, 100, 28689, 312, 374, 221, 1284, 51, 13226, 45, 5645, 49, 11990, 1095, 51, 77, 741, 100, 28689, 312, 374, 221, 3055, 1590, 51, 2698, 12420, 492, 374, 221, 620, 9999, 2668, 1413, 51, 3585, 1086, 87, 744, 64, 376, 221, 1933, 4102, 221, 325, 9305, 376, 221, 26022, 2300, 1114, 299, 6337, 1747, 51, 1315, 1114, 45, 6347, 51, 2491, 100, 6545, 49, 4587, 51, 28002, 100, 14246, 100, 21310, 100, 2710, 100, 11387, 312, 376, 221, 489, 1732, 45, 55, 62, 49, 2300, 1114, 49, 327, 1585, 49, 9848, 46, 984, 376, 221, 128, 374, 221, 344, 327, 1585, 51, 316, 3695, 2668, 1177, 374, 221, 128, 621, 221, 5739, 1590, 51, 47828, 1095, 941, 489, 4247, 1095, 45, 4247, 1095, 51, 77, 741, 100, 11387, 312, 621, 221, 1284, 51, 13226, 45, 5645, 49, 11990, 1095, 51, 77, 741, 100, 11387, 312, 621, 221, 3055, 1590, 51, 2698, 12420, 492, 374, 221, 130, 8212, 221, 728, 434, 327, 1585, 51, 316, 10221, 4058, 2668, 1177, 374, 221, 128, 621, 221, 1284, 51, 390, 3969, 941, 286, 2186, 1810, 45, 2000, 41546, 51, 38885, 1046, 762, 49, 762, 49, 449, 54, 312, 621, 221, 2000, 41546, 51, 2564, 2186, 492, 621, 221, 4836, 81, 705, 51, 1896, 2186, 3250, 45, 12244, 45, 55, 62, 490, 1780, 41546, 51, 38885, 1052, 374, 221, 130, 8212, 221, 620, 9999, 2668, 1413, 51, 3585, 1086, 87, 744, 64, 376, 221, 1933, 4102, 221, 325, 535, 8915, 376, 221, 26022, 31415, 1114, 299, 6337, 1747, 51, 1315, 1114, 45, 6347, 51, 833, 41554, 100, 23929, 18315, 49, 4587, 51, 28002, 100, 14246, 100, 21310, 100, 2710, 100, 2709, 90, 2046, 100, 9570, 312, 376, 221, 489, 1732, 45, 56, 56, 49, 31415, 1114, 49, 327, 1585, 49, 9848, 46, 984, 376, 221, 128, 374, 221, 344, 327, 1585, 51, 316, 3695, 2668, 1177, 374, 221, 128, 621, 221, 5739, 1590, 51, 47828, 1095, 941, 489, 4247, 1095, 45, 4247, 1095, 51, 77, 741, 100, 2709, 90, 2046, 100, 9570, 312, 621, 221, 1284, 51, 13226, 45, 5645, 49, 11990, 1095, 51, 77, 741, 100, 2709, 90, 2046, 100, 9570, 312, 621, 221, 3055, 1590, 51, 2698, 12420, 492, 374, 221, 130, 8212, 221, 728, 434, 327, 1585, 51, 316, 10221, 4058, 2668, 1177, 374, 221, 128, 621, 221, 2000, 41546, 51, 2564, 34497, 1193, 492, 621, 221, 4836, 81, 705, 51, 1896, 34497, 3250, 45, 12244, 45, 56, 56, 490, 1780, 41546, 51, 390, 34497, 3948, 1193, 1052, 374, 221, 130, 374, 221, 620, 9999, 2668, 1413, 51, 3585, 1086, 87, 744, 64, 376, 221, 1933, 4102, 221, 325, 11125, 22767, 4850, 376, 221, 26022, 6504, 27185, 1114, 299, 6337, 1747, 51, 1315, 1114, 45, 17271, 6347, 51, 5847, 49, 4587, 51, 28002, 100, 14246, 100, 21310, 100, 2710, 100, 28689, 100, 9570, 312, 376, 221, 489, 1732, 45, 55, 58, 49, 6504, 27185, 1114, 49, 327, 1585, 49, 9848, 46, 984, 376, 221, 128, 374, 221, 344, 327, 1585, 51, 316, 3695, 2668, 1177, 374, 221, 128, 621, 221, 5739, 1590, 51, 47828, 1095, 941, 489, 4247, 1095, 45, 4247, 1095, 51, 77, 741, 100, 28689, 100, 9570, 312, 621, 221, 1284, 51, 13226, 45, 5645, 49, 11990, 1095, 51, 77, 741, 100, 28689, 100, 9570, 312, 621, 221, 3055, 1590, 51, 2698, 12420, 492, 374, 221, 130, 8212, 221, 728, 434, 327, 1585, 51, 316, 10221, 4058, 2668, 1177, 374, 221, 128, 621, 221, 2000, 41546, 51, 2564, 7052, 27185, 1193, 492, 621, 221, 4836, 81, 705, 51, 1896, 7052, 27185, 3250, 45, 12244, 45, 55, 58, 490, 1780, 41546, 51, 390, 7052, 27185, 3948, 1193, 1052, 374, 221, 130, 374, 221, 620, 9999, 2668, 1413, 51, 3585, 1086, 87, 744, 64, 376, 221, 1933, 4102, 221, 325, 22105, 376, 221, 26022, 2621, 1114, 299, 6337, 1747, 51, 1315, 1114, 45, 6347, 51, 3199, 12755, 49, 4587, 51, 28002, 100, 14246, 100, 21310, 100, 2710, 100, 6545, 312, 376, 221, 489, 1732, 45, 56, 54, 49, 2621, 1114, 49, 327, 1585, 49, 9848, 46, 984, 376, 221, 128, 374, 221, 4836, 2649, 2689, 19299, 7020, 2649, 2689, 19299, 299, 556, 11419, 2649, 2689, 19299, 45, 1284, 49, 7020, 1590, 49, 7431, 312, 374, 221, 3055, 1590, 51, 688, 2689, 45, 5739, 2649, 2689, 19299, 312, 374, 221, 5739, 2649, 2689, 19299, 51, 1693, 492, 374, 221, 620, 9999, 2668, 1413, 51, 3585, 1086, 87, 744, 64, 376, 221, 1933, 222, 221, 130, 499, 221, 69, 1806, 222, 221, 942, 782, 31402, 45, 4412, 28554, 46, 2172, 499, 221, 69, 1806, 222, 221, 942, 782, 563, 10397, 45, 429, 23571, 46, 2172, 222, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
2,072
true
74.222035
true
true
BillableUsersBillingProcessFilterTask.java
/FileExtraction/Java_unseen/mosabsalih_jBilling/src/java/com/sapienter/jbilling/server/process/task/BillableUsersBillingProcessFilterTask.java
/* jBilling - The Enterprise Open Source Billing System Copyright (C) 2003-2011 Enterprise jBilling Software Ltd. and Emiliano Conde This file is part of jbilling. jbilling is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. jbilling is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with jbilling. If not, see <http://www.gnu.org/licenses/>. */ package com.sapienter.jbilling.server.process.task; import org.hibernate.ScrollableResults; import com.sapienter.jbilling.server.pluggableTask.PluggableTask; import com.sapienter.jbilling.server.process.db.BillingProcessDAS; import java.util.Date; /** * Basic filter task for returning the appropriate customers to run through the billing cycle * The task returns all active customers who have orders that are billable * * @author Kevin Salerno * */ public class BillableUsersBillingProcessFilterTask extends PluggableTask implements IBillingProcessFilterTask { public ScrollableResults findUsersToProcess(Integer theEntityId, Date billingDate){ return new BillingProcessDAS().findBillableUsersToProcess(theEntityId, billingDate); } }
1,629
Java
.java
mosabsalih/jBilling
43
70
0
2011-11-28T06:39:35Z
2011-09-27T21:24:27Z
ac70735caacc88e7f3fd7ebcc4f5b9abe80b9e2e97ea3e2be9319631fbcf3974
[ 1127, 222, 614, 21773, 449, 906, 23417, 3944, 6391, 47575, 1189, 222, 2657, 327, 72, 46, 244, 55, 53, 53, 56, 50, 55, 53, 54, 54, 23417, 614, 21773, 3870, 19534, 51, 480, 14866, 354, 25720, 1356, 305, 499, 1369, 822, 458, 1760, 451, 614, 19424, 51, 499, 614, 19424, 458, 3760, 2951, 63, 863, 902, 14081, 580, 480, 52, 290, 5370, 222, 580, 1549, 341, 5974, 451, 341, 6994, 30994, 6153, 5062, 1196, 641, 9582, 829, 222, 341, 7834, 3870, 7120, 49, 3173, 1522, 244, 56, 451, 341, 1196, 49, 575, 222, 327, 288, 1390, 2489, 46, 1364, 6146, 1522, 51, 499, 614, 19424, 458, 2744, 347, 341, 9850, 708, 580, 1118, 545, 6386, 49, 222, 1294, 4213, 2979, 9345, 64, 2895, 4462, 341, 4506, 14319, 451, 222, 7934, 575, 8114, 4800, 418, 7848, 7763, 51, 244, 2819, 341, 222, 6994, 30994, 6153, 5062, 1196, 456, 1851, 4261, 51, 499, 2469, 1414, 1178, 6589, 331, 1948, 451, 341, 6994, 30994, 6153, 5062, 1196, 222, 7979, 642, 614, 19424, 51, 244, 1691, 666, 49, 2337, 350, 544, 574, 1516, 51, 10627, 51, 1107, 52, 4205, 28699, 222, 588, 222, 222, 1337, 785, 51, 120, 1256, 1422, 51, 11663, 9217, 51, 1805, 51, 2441, 51, 2810, 64, 222, 222, 485, 1105, 51, 20294, 51, 5606, 463, 5483, 64, 222, 222, 485, 785, 51, 120, 1256, 1422, 51, 11663, 9217, 51, 1805, 51, 21589, 15321, 2265, 51, 25700, 15321, 2265, 64, 222, 485, 785, 51, 120, 1256, 1422, 51, 11663, 9217, 51, 1805, 51, 2441, 51, 1219, 51, 21773, 2877, 73, 1117, 64, 222, 222, 485, 1401, 51, 1058, 51, 1563, 64, 222, 222, 1350, 222, 338, 9280, 2785, 2918, 456, 14122, 341, 9150, 20200, 391, 1441, 3939, 341, 29285, 14790, 222, 338, 906, 2918, 3235, 1187, 4537, 20200, 6574, 1178, 17634, 708, 904, 27614, 463, 222, 338, 1676, 338, 496, 2133, 48499, 377, 18916, 1365, 222, 338, 222, 588, 222, 942, 462, 32848, 463, 3715, 21773, 2877, 2365, 2265, 2041, 36882, 15321, 2265, 303, 4584, 457, 21773, 2877, 2365, 2265, 320, 465, 581, 19160, 463, 5483, 2309, 3715, 724, 2877, 45, 3078, 341, 38646, 49, 2833, 29285, 1563, 1528, 310, 461, 556, 47575, 2877, 73, 1117, 941, 1828, 19621, 463, 3715, 724, 2877, 45, 1402, 38646, 49, 29285, 1563, 312, 3403, 303, 339, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
385
true
77.931904
true
true
Perlin.java
/FileExtraction/Java_unseen/BukkitPE_BukkitPE/src/main/java/net/BukkitPE/level/generator/noise/Perlin.java
package net.BukkitPE.level.generator.noise; import net.BukkitPE.math.BukkitPERandom; /** * BukkitPE Project */ public class Perlin extends Noise { public static final int[][] grad3 = { {1, 1, 0}, {-1, 1, 0}, {1, -1, 0}, {-1, -1, 0}, {1, 0, 1}, {-1, 0, 1}, {1, 0, -1}, {-1, 0, -1}, {0, 1, 1}, {0, -1, 1}, {0, 1, -1}, {0, -1, -1} }; public Perlin(BukkitPERandom random, double octaves, double persistence) { this(random, octaves, persistence, 1); } public Perlin(BukkitPERandom random, double octaves, double persistence, double expansion) { this.octaves = octaves; this.persistence = persistence; this.expansion = expansion; this.offsetX = random.nextFloat() * 256; this.offsetY = random.nextFloat() * 256; this.offsetZ = random.nextFloat() * 256; this.perm = new int[512]; for (int i = 0; i < 256; ++i) { this.perm[i] = random.nextBoundedInt(256); } for (int i = 0; i < 256; ++i) { int pos = random.nextBoundedInt(256 - i) + i; int old = this.perm[i]; this.perm[i] = this.perm[pos]; this.perm[pos] = old; this.perm[i + 256] = this.perm[i]; } } @Override public double getNoise2D(double x, double y) { return this.getNoise3D(x, y, 0); } @Override public double getNoise3D(double x, double y, double z) { x += this.offsetX; y += this.offsetY; z += this.offsetZ; int floorX = (int) x; int floorY = (int) y; int floorZ = (int) z; int X = floorX & 0xFF; int Y = floorY & 0xFF; int Z = floorZ & 0xFF; x -= floorX; y -= floorY; z -= floorZ; //Fade curves //fX = fade(x); //fY = fade(y); //fZ = fade(z); double fX = x * x * x * (x * (x * 6 - 15) + 10); double fY = y * y * y * (y * (y * 6 - 15) + 10); double fZ = z * z * z * (z * (z * 6 - 15) + 10); //Cube corners int A = this.perm[X] + Y; int B = this.perm[X + 1] + Y; int AA = this.perm[A] + Z; int AB = this.perm[A + 1] + Z; int BA = this.perm[B] + Z; int BB = this.perm[B + 1] + Z; double AA1 = grad(this.perm[AA], x, y, z); double BA1 = grad(this.perm[BA], x - 1, y, z); double AB1 = grad(this.perm[AB], x, y - 1, z); double BB1 = grad(this.perm[BB], x - 1, y - 1, z); double AA2 = grad(this.perm[AA + 1], x, y, z - 1); double BA2 = grad(this.perm[BA + 1], x - 1, y, z - 1); double AB2 = grad(this.perm[AB + 1], x, y - 1, z - 1); double BB2 = grad(this.perm[BB + 1], x - 1, y - 1, z - 1); double xLerp11 = AA1 + fX * (BA1 - AA1); double zLerp1 = xLerp11 + fY * (AB1 + fX * (BB1 - AB1) - xLerp11); double xLerp21 = AA2 + fX * (BA2 - AA2); return zLerp1 + fZ * (xLerp21 + fY * (AB2 + fX * (BB2 - AB2) - xLerp21) - zLerp1); } }
3,058
Java
.java
BukkitPE/BukkitPE
47
15
2
2016-01-31T21:37:26Z
2017-05-21T20:12:08Z
0b1d0f29553bde525e9c5409501a583753db67c35435bf2f47220a8beae29e4f
[ 1337, 3723, 51, 982, 17120, 1321, 51, 2675, 51, 7147, 51, 16121, 64, 222, 222, 485, 3723, 51, 982, 17120, 1321, 51, 3851, 51, 982, 17120, 3703, 1945, 64, 222, 222, 1350, 222, 338, 2755, 17120, 1321, 5426, 222, 588, 222, 942, 462, 4235, 1823, 2041, 3155, 1145, 320, 303, 581, 924, 1175, 648, 11338, 8184, 56, 299, 320, 343, 320, 54, 49, 244, 54, 49, 244, 53, 855, 15635, 54, 49, 244, 54, 49, 244, 53, 855, 320, 54, 49, 449, 54, 49, 244, 53, 855, 15635, 54, 49, 449, 54, 49, 244, 53, 855, 343, 320, 54, 49, 244, 53, 49, 244, 54, 855, 15635, 54, 49, 244, 53, 49, 244, 54, 855, 320, 54, 49, 244, 53, 49, 449, 54, 855, 15635, 54, 49, 244, 53, 49, 449, 54, 855, 343, 320, 53, 49, 244, 54, 49, 244, 54, 855, 320, 53, 49, 449, 54, 49, 244, 54, 855, 320, 53, 49, 244, 54, 49, 449, 54, 855, 320, 53, 49, 449, 54, 49, 449, 54, 130, 303, 1487, 465, 581, 4235, 1823, 45, 982, 17120, 3703, 1945, 4051, 49, 2082, 20545, 7777, 49, 2082, 33113, 46, 320, 310, 477, 45, 3917, 49, 20545, 7777, 49, 33113, 49, 244, 54, 312, 303, 339, 465, 581, 4235, 1823, 45, 982, 17120, 3703, 1945, 4051, 49, 2082, 20545, 7777, 49, 2082, 33113, 49, 2082, 27199, 46, 320, 310, 477, 51, 13206, 7777, 299, 20545, 7777, 64, 310, 477, 51, 10782, 299, 33113, 64, 310, 477, 51, 36455, 299, 27199, 64, 310, 477, 51, 2897, 93, 299, 4051, 51, 1995, 3690, 365, 338, 244, 55, 58, 59, 64, 310, 477, 51, 2897, 94, 299, 4051, 51, 1995, 3690, 365, 338, 244, 55, 58, 59, 64, 310, 477, 51, 2897, 95, 299, 4051, 51, 1995, 3690, 365, 338, 244, 55, 58, 59, 64, 310, 477, 51, 13178, 299, 556, 648, 96, 58, 54, 55, 988, 310, 456, 327, 429, 613, 299, 244, 53, 64, 613, 350, 244, 55, 58, 59, 64, 3323, 110, 46, 320, 343, 477, 51, 13178, 96, 110, 98, 299, 4051, 51, 1995, 44284, 1438, 45, 55, 58, 59, 312, 310, 339, 310, 456, 327, 429, 613, 299, 244, 53, 64, 613, 350, 244, 55, 58, 59, 64, 3323, 110, 46, 320, 343, 648, 3423, 299, 4051, 51, 1995, 44284, 1438, 45, 55, 58, 59, 449, 613, 46, 494, 613, 64, 343, 648, 3627, 299, 477, 51, 13178, 96, 110, 988, 343, 477, 51, 13178, 96, 110, 98, 299, 477, 51, 13178, 96, 985, 988, 343, 477, 51, 13178, 96, 985, 98, 299, 3627, 64, 343, 477, 51, 13178, 96, 110, 494, 244, 55, 58, 59, 98, 299, 477, 51, 13178, 96, 110, 988, 310, 339, 303, 339, 465, 496, 1806, 303, 581, 2082, 640, 24408, 55, 73, 45, 2640, 837, 49, 2082, 553, 46, 320, 310, 461, 477, 51, 390, 24408, 56, 73, 45, 125, 49, 553, 49, 244, 53, 312, 303, 339, 465, 496, 1806, 303, 581, 2082, 640, 24408, 56, 73, 45, 2640, 837, 49, 2082, 553, 49, 2082, 1308, 46, 320, 310, 837, 1475, 477, 51, 2897, 93, 64, 310, 553, 1475, 477, 51, 2897, 94, 64, 310, 1308, 1475, 477, 51, 2897, 95, 64, 603, 648, 17675, 93, 299, 327, 429, 46, 837, 64, 310, 648, 17675, 94, 299, 327, 429, 46, 553, 64, 310, 648, 17675, 95, 299, 327, 429, 46, 1308, 64, 603, 648, 1618, 299, 17675, 93, 568, 244, 53, 4776, 64, 310, 648, 1432, 299, 17675, 94, 568, 244, 53, 4776, 64, 310, 648, 2538, 299, 17675, 95, 568, 244, 53, 4776, 64, 603, 837, 5928, 17675, 93, 64, 310, 553, 5928, 17675, 94, 64, 310, 1308, 5928, 17675, 95, 64, 603, 453, 22418, 32400, 310, 453, 107, 93, 299, 12295, 45, 125, 312, 310, 453, 107, 94, 299, 12295, 45, 126, 312, 310, 453, 107, 95, 299, 12295, 45, 127, 312, 310, 2082, 315, 93, 299, 837, 338, 837, 338, 837, 338, 327, 125, 338, 327, 125, 338, 244, 59, 449, 244, 54, 58, 46, 494, 244, 54, 53, 312, 310, 2082, 315, 94, 299, 553, 338, 553, 338, 553, 338, 327, 126, 338, 327, 126, 338, 244, 59, 449, 244, 54, 58, 46, 494, 244, 54, 53, 312, 310, 2082, 315, 95, 299, 1308, 338, 1308, 338, 1308, 338, 327, 127, 338, 327, 127, 338, 244, 59, 449, 244, 54, 58, 46, 494, 244, 54, 53, 312, 603, 453, 17435, 35666, 310, 648, 418, 299, 477, 51, 13178, 96, 93, 98, 494, 1432, 64, 310, 648, 570, 299, 477, 51, 13178, 96, 93, 494, 244, 54, 98, 494, 1432, 64, 603, 648, 41823, 299, 477, 51, 13178, 96, 70, 98, 494, 2538, 64, 310, 648, 20660, 299, 477, 51, 13178, 96, 70, 494, 244, 54, 98, 494, 2538, 64, 310, 648, 570, 70, 299, 477, 51, 13178, 96, 71, 98, 494, 2538, 64, 310, 648, 31860, 299, 477, 51, 13178, 96, 71, 494, 244, 54, 98, 494, 2538, 64, 603, 2082, 41823, 54, 299, 8184, 45, 597, 51, 13178, 96, 2162, 636, 837, 49, 553, 49, 1308, 312, 310, 2082, 570, 70, 54, 299, 8184, 45, 597, 51, 13178, 96, 6807, 636, 837, 449, 244, 54, 49, 553, 49, 1308, 312, 310, 2082, 20660, 54, 299, 8184, 45, 597, 51, 13178, 96, 1336, 636, 837, 49, 553, 449, 244, 54, 49, 1308, 312, 310, 2082, 31860, 54, 299, 8184, 45, 597, 51, 13178, 96, 5117, 636, 837, 449, 244, 54, 49, 553, 449, 244, 54, 49, 1308, 312, 310, 2082, 41823, 55, 299, 8184, 45, 597, 51, 13178, 96, 2162, 494, 244, 54, 636, 837, 49, 553, 49, 1308, 449, 244, 54, 312, 310, 2082, 570, 70, 55, 299, 8184, 45, 597, 51, 13178, 96, 6807, 494, 244, 54, 636, 837, 449, 244, 54, 49, 553, 49, 1308, 449, 244, 54, 312, 310, 2082, 20660, 55, 299, 8184, 45, 597, 51, 13178, 96, 1336, 494, 244, 54, 636, 837, 49, 553, 449, 244, 54, 49, 1308, 449, 244, 54, 312, 310, 2082, 31860, 55, 299, 8184, 45, 597, 51, 13178, 96, 5117, 494, 244, 54, 636, 837, 449, 244, 54, 49, 553, 449, 244, 54, 49, 1308, 449, 244, 54, 312, 603, 2082, 837, 48608, 54, 54, 299, 41823, 54, 494, 315, 93, 338, 327, 6807, 54, 449, 41823, 54, 312, 603, 2082, 1308, 48608, 54, 299, 837, 48608, 54, 54, 494, 315, 94, 338, 327, 1336, 54, 494, 315, 93, 338, 327, 5117, 54, 449, 20660, 54, 46, 449, 837, 48608, 54, 54, 312, 603, 2082, 837, 48608, 55, 54, 299, 41823, 55, 494, 315, 93, 338, 327, 6807, 55, 449, 41823, 55, 312, 603, 461, 1308, 48608, 54, 494, 315, 95, 338, 327, 125, 48608, 55, 54, 494, 315, 94, 338, 327, 1336, 55, 494, 315, 93, 338, 327, 5117, 55, 449, 20660, 55, 46, 449, 837, 48608, 55, 54, 46, 449, 1308, 48608, 54, 312, 465, 339, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
1,146
true
43.557881
true
true
IOExecutor.java
/FileExtraction/Java_unseen/MyCATApache_Mycat2/common/src/main/java/io/mycat/IOExecutor.java
package io.mycat; import io.mycat.util.VertxUtil; import io.vertx.core.Future; import io.vertx.core.Handler; import io.vertx.core.Promise; import io.vertx.core.Vertx; import io.vertx.core.impl.VertxImpl; import io.vertx.core.impl.future.PromiseInternal; import io.vertx.core.spi.metrics.PoolMetrics; import io.vertx.core.spi.metrics.VertxMetrics; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import java.util.Arrays; import java.util.List; import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; import java.util.concurrent.RejectedExecutionException; import java.util.concurrent.atomic.AtomicLong; public interface IOExecutor { static final Logger LOGGER = LoggerFactory.getLogger(IOExecutor.class); public <T> Future<T> executeBlocking(Handler<Promise<T>> blockingCodeHandler); long count(); public static List<Thread> findAllThreads() { Thread[] allThreads = ThreadUtil.findAllThreads(); return Arrays.asList(allThreads); } public static boolean interrupt(long pid) { return findAllThreads().stream().filter(i -> i.getId() == pid).findFirst().map(thread -> { try { LOGGER.info("prepare interrupt id:{}", thread.getId()); thread.interrupt(); LOGGER.info("interrupt id:{}", thread.getId()); return true; } catch (Exception e) { LOGGER.error("interrupt id:{} fail", thread.getId(), e); } return false; }).orElse(false); } public static boolean kill(long pid) { return findAllThreads().stream().filter(i -> i.getId() == pid).findFirst().map(thread -> { try { LOGGER.info("prepare kill id:{}", thread.getId()); thread.stop(); LOGGER.info("kill id:{}", thread.getId()); return true; } catch (java.lang.ThreadDeath threadDeath){ LOGGER.error("kill id:{} fail", thread.getId(), threadDeath); return false; }catch (Exception e) { LOGGER.error("kill id:{} fail", thread.getId(), e); } return false; }).orElse(false); } public static final IOExecutor DEFAULT = new IOExecutor() { final ExecutorService executorService = Executors.newCachedThreadPool(); private final AtomicLong count = new AtomicLong(); public <T> Future<T> executeBlocking(Handler<Promise<T>> blockingCodeHandler) { count.getAndIncrement(); PromiseInternal<Object> promise = VertxUtil.newPromise(); try { executorService.execute(() -> { try { blockingCodeHandler.handle((Promise<T>) promise); } catch (Exception e) { promise.tryFail(e); } }); return (Future) promise.future(); } finally { count.decrementAndGet(); } } @Override public long count() { return count.get(); } }; public static IOExecutor fromVertx(Vertx vertx) { class VertxIOExecutor implements IOExecutor { private final ExecutorService executorService = Executors.newCachedThreadPool(); private final VertxMetrics metrics; private PoolMetrics<?> poolMetrics; private final AtomicLong count = new AtomicLong(); public VertxIOExecutor(VertxMetrics metrics) { this.metrics = metrics; this.poolMetrics = metrics.createPoolMetrics("io", "mycat.io-thread", Integer.MAX_VALUE); } public <T> Future<T> executeBlocking(Handler<Promise<T>> blockingCodeHandler) { count.getAndIncrement(); Promise<T> promise = VertxUtil.newPromise(); PoolMetrics metrics = poolMetrics; Object queueMetric = metrics != null ? metrics.submitted() : null; Future<T> fut = promise.future(); try { Runnable command = () -> { Object execMetric = null; if (metrics != null) { execMetric = metrics.begin(queueMetric); } try { blockingCodeHandler.handle(promise); } catch (Throwable e) { promise.tryFail(e); } if (metrics != null) { metrics.end(execMetric, fut.succeeded()); } }; executorService.execute(command); } catch (RejectedExecutionException e) { // Pool is already shut down if (metrics != null) { metrics.rejected(queueMetric); } throw e; } finally { count.decrementAndGet(); } return fut; } @Override public long count() { return count.get(); } } return new VertxIOExecutor((VertxMetrics) ((VertxImpl) vertx).getMetrics()); } }
5,435
Java
.java
MyCATApache/Mycat2
1,635
469
160
2017-08-04T06:58:32Z
2023-08-15T09:17:05Z
5a0d713f4087bec4d0a03436435c7b5cc4f5829ae68761477b2ede1808dcef29
[ 1337, 3377, 51, 1791, 2612, 64, 222, 222, 485, 3377, 51, 1791, 2612, 51, 1058, 51, 3832, 125, 1747, 64, 222, 485, 3377, 51, 28349, 51, 1284, 51, 8271, 64, 222, 485, 3377, 51, 28349, 51, 1284, 51, 1985, 64, 222, 485, 3377, 51, 28349, 51, 1284, 51, 7969, 64, 222, 485, 3377, 51, 28349, 51, 1284, 51, 3832, 125, 64, 222, 485, 3377, 51, 28349, 51, 1284, 51, 3126, 51, 3832, 125, 3499, 64, 222, 485, 3377, 51, 28349, 51, 1284, 51, 3126, 51, 9689, 51, 7969, 4305, 64, 222, 485, 3377, 51, 28349, 51, 1284, 51, 10787, 51, 8113, 51, 4227, 9509, 64, 222, 485, 3377, 51, 28349, 51, 1284, 51, 10787, 51, 8113, 51, 3832, 125, 9509, 64, 222, 485, 1105, 51, 12172, 57, 111, 51, 3716, 64, 222, 485, 1105, 51, 12172, 57, 111, 51, 19580, 64, 222, 222, 485, 1401, 51, 1058, 51, 9981, 64, 222, 485, 1401, 51, 1058, 51, 739, 64, 222, 485, 1401, 51, 1058, 51, 8349, 51, 25815, 64, 222, 485, 1401, 51, 1058, 51, 8349, 51, 38628, 64, 222, 485, 1401, 51, 1058, 51, 8349, 51, 32548, 32510, 64, 222, 485, 1401, 51, 1058, 51, 8349, 51, 6238, 51, 17122, 3967, 64, 222, 222, 942, 2586, 4398, 7592, 320, 303, 924, 1175, 7145, 15794, 299, 21818, 51, 10588, 45, 2354, 7592, 51, 842, 312, 465, 581, 350, 89, 67, 12102, 65, 89, 67, 5755, 20210, 45, 1985, 65, 7969, 65, 89, 2023, 21147, 1241, 1985, 312, 465, 1964, 2409, 492, 465, 581, 924, 1701, 65, 3032, 67, 34626, 18145, 365, 320, 310, 7806, 1197, 1187, 18145, 299, 7806, 1747, 51, 18896, 18145, 492, 310, 461, 14479, 51, 14100, 45, 483, 18145, 312, 303, 339, 465, 581, 924, 1922, 11269, 45, 3239, 12498, 46, 320, 310, 461, 34626, 18145, 941, 2255, 941, 2049, 45, 110, 984, 613, 51, 7068, 365, 630, 12498, 566, 45219, 941, 1130, 45, 3442, 984, 320, 343, 1614, 320, 419, 15794, 51, 1357, 459, 9272, 11269, 828, 19192, 411, 3682, 51, 7068, 1052, 419, 3682, 51, 15334, 492, 419, 15794, 51, 1357, 459, 15334, 828, 19192, 411, 3682, 51, 7068, 1052, 419, 461, 878, 64, 343, 339, 2385, 327, 1002, 503, 46, 320, 419, 15794, 51, 750, 459, 15334, 828, 19192, 3562, 411, 3682, 51, 7068, 1046, 503, 312, 343, 339, 343, 461, 920, 64, 310, 7694, 26628, 45, 1886, 312, 303, 339, 465, 581, 924, 1922, 17480, 45, 3239, 12498, 46, 320, 310, 461, 34626, 18145, 941, 2255, 941, 2049, 45, 110, 984, 613, 51, 7068, 365, 630, 12498, 566, 45219, 941, 1130, 45, 3442, 984, 320, 343, 1614, 320, 419, 15794, 51, 1357, 459, 9272, 17480, 828, 19192, 411, 3682, 51, 7068, 1052, 419, 3682, 51, 4074, 492, 419, 15794, 51, 1357, 459, 14043, 828, 19192, 411, 3682, 51, 7068, 1052, 419, 461, 878, 64, 343, 339, 2385, 327, 1874, 51, 1600, 51, 3032, 24233, 3682, 24233, 1528, 419, 15794, 51, 750, 459, 14043, 828, 19192, 3562, 411, 3682, 51, 7068, 1046, 3682, 24233, 312, 419, 461, 920, 64, 343, 339, 5639, 327, 1002, 503, 46, 320, 419, 15794, 51, 750, 459, 14043, 828, 19192, 3562, 411, 3682, 51, 7068, 1046, 503, 312, 343, 339, 343, 461, 920, 64, 310, 7694, 26628, 45, 1886, 312, 303, 339, 465, 581, 924, 1175, 4398, 7592, 4050, 299, 556, 4398, 7592, 365, 320, 310, 1175, 28109, 1201, 30892, 299, 6798, 21770, 51, 909, 14526, 19370, 492, 310, 964, 1175, 16181, 3967, 2409, 299, 556, 16181, 3967, 492, 603, 581, 350, 89, 67, 12102, 65, 89, 67, 5755, 20210, 45, 1985, 65, 7969, 65, 89, 2023, 21147, 1241, 1985, 46, 320, 343, 2409, 51, 390, 2199, 13814, 492, 343, 4680, 4305, 65, 976, 67, 10335, 299, 11466, 125, 1747, 51, 909, 7969, 492, 343, 1614, 320, 419, 30892, 51, 4540, 4133, 984, 320, 547, 1614, 320, 733, 21147, 1241, 1985, 51, 2972, 1181, 7969, 65, 89, 5111, 10335, 312, 547, 339, 2385, 327, 1002, 503, 46, 320, 733, 10335, 51, 1287, 4989, 45, 106, 312, 547, 339, 419, 1141, 419, 461, 327, 8271, 46, 10335, 51, 9689, 492, 343, 339, 8312, 320, 419, 2409, 51, 44217, 35335, 492, 343, 339, 310, 339, 603, 496, 1806, 310, 581, 1964, 2409, 365, 320, 343, 461, 2409, 51, 390, 492, 310, 339, 303, 1487, 465, 581, 924, 4398, 7592, 664, 3832, 125, 45, 3832, 125, 4674, 125, 46, 320, 310, 462, 11466, 125, 2354, 7592, 4584, 4398, 7592, 320, 343, 964, 1175, 28109, 1201, 30892, 299, 6798, 21770, 51, 909, 14526, 19370, 492, 343, 964, 1175, 11466, 125, 9509, 8681, 64, 343, 964, 23143, 9509, 11667, 6937, 9509, 64, 343, 964, 1175, 16181, 3967, 2409, 299, 556, 16181, 3967, 492, 1083, 581, 11466, 125, 2354, 7592, 45, 3832, 125, 9509, 8681, 46, 320, 419, 477, 51, 8113, 299, 8681, 64, 419, 477, 51, 5195, 9509, 299, 8681, 51, 1315, 4227, 9509, 459, 735, 411, 332, 1791, 2612, 51, 735, 50, 3442, 411, 4418, 51, 3470, 100, 5986, 312, 343, 339, 1083, 581, 350, 89, 67, 12102, 65, 89, 67, 5755, 20210, 45, 1985, 65, 7969, 65, 89, 2023, 21147, 1241, 1985, 46, 320, 419, 2409, 51, 390, 2199, 13814, 492, 419, 4680, 65, 89, 67, 10335, 299, 11466, 125, 1747, 51, 909, 7969, 492, 419, 23143, 9509, 8681, 299, 6937, 9509, 64, 419, 2210, 5535, 9149, 299, 8681, 882, 762, 1037, 8681, 51, 33880, 365, 518, 762, 64, 419, 12102, 65, 89, 67, 29731, 299, 10335, 51, 9689, 492, 419, 1614, 320, 547, 18662, 2035, 299, 1423, 984, 320, 733, 2210, 2321, 9149, 299, 762, 64, 733, 434, 327, 8113, 882, 762, 46, 320, 1031, 2321, 9149, 299, 8681, 51, 2425, 45, 3941, 9149, 312, 733, 339, 733, 1614, 320, 1031, 21147, 1241, 1985, 51, 2972, 45, 12534, 312, 733, 339, 2385, 327, 14080, 503, 46, 320, 1031, 10335, 51, 1287, 4989, 45, 106, 312, 733, 339, 733, 434, 327, 8113, 882, 762, 46, 320, 1031, 8681, 51, 435, 45, 2510, 9149, 49, 29731, 51, 47597, 1052, 733, 339, 547, 1487, 547, 30892, 51, 4540, 45, 2514, 312, 419, 339, 2385, 327, 32548, 32510, 503, 46, 320, 547, 453, 23143, 458, 3443, 26031, 2850, 547, 434, 327, 8113, 882, 762, 46, 320, 733, 8681, 51, 35501, 45, 3941, 9149, 312, 547, 339, 547, 1440, 503, 64, 419, 339, 8312, 320, 547, 2409, 51, 44217, 35335, 492, 419, 339, 419, 461, 29731, 64, 343, 339, 1083, 496, 1806, 343, 581, 1964, 2409, 365, 320, 419, 461, 2409, 51, 390, 492, 343, 339, 310, 339, 310, 461, 556, 11466, 125, 2354, 7592, 1181, 3832, 125, 9509, 46, 1849, 3832, 125, 3499, 46, 4674, 125, 566, 390, 9509, 1052, 303, 339, 222, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
1,110
true
53.468261
true
true
ft2DFilterView.java
/FileExtraction/Java_unseen/yaoguangluo_HuaRuiJi2_8_0/sound/org/tinos/node/sound/fft2d/filter/ft2DFilterView.java
package org.tinos.node.sound.fft2d.filter; import java.awt.Color; import java.awt.Dimension; import java.awt.Graphics; import java.awt.Graphics2D; import java.awt.Image; import java.awt.Panel; import java.awt.ScrollPane; import java.awt.image.BufferedImage; import java.util.Vector; import javax.swing.JButton; import org.tinos.gui.osgi.*; public class ft2DFilterView extends ObjectView { private static final long serialVersionUID = 1L; public JButton button; public String path; @SuppressWarnings("rawtypes") public Vector lines = new Vector(); public ft2DFilterView() { } public void view() throws Exception { scrollPane = new ScrollPane(); lygout.toHead(); panel=new Panel() { /** * */ private static final long serialVersionUID = 1L; @SuppressWarnings("unused") public void paint(Graphics g) { Dimension d = this.getSize(); int w = 500; int h = 500; // System.out.println(d.width+"**"+d.height); int INFOPAD = 15; //Graphics g= getGraphics(); Graphics2D g2 = (Graphics2D) g; g2.setBackground(Color.white); g2.clearRect(0, 0, w, h); g2.setColor(Color.white); g2.fillRect(0, h-INFOPAD, w, INFOPAD); if (lygout.adataFrame.audiofft != null) { // .. render sampling graph .. g2.setColor(Color.black); /* for(int i = 0; i < lygout.adataFrame.audiofft[0].length-1; i++) { //System.out.println(v.getX1()+"|"+v.getY1()+"|"+v.getX2()+"|"+v.getY2()); int x0=(int)lygout.adataFrame.audiofft[0][i].getImaginary(); int y0=(int)lygout.adataFrame.audiofft[0][i].getReal(); int x1=(int)lygout.adataFrame.audiofft[0][i+1].getImaginary(); int y1=(int)lygout.adataFrame.audiofft[0][i+1].getReal(); g2.drawLine(Math.abs(x0/1024), Math.abs(y0/1024), Math.abs(x1/1024), Math.abs(y1/1024)); } */ BufferedImage image = new BufferedImage(lygout.fftmatrix[0].length, lygout.fftmatrix.length, BufferedImage.TYPE_INT_RGB); for (int i = 0; i < image.getHeight(); ++i) { for (int j1 = 0; j1 < image.getWidth(); ++j1) { int val = (int) lygout.fftmatrix[i][j1]; int pixel = (val << 16) | (val << 8) | (val); image.setRGB(j1, i, pixel); } } Image im=(Image)image; g2.drawImage(im,0,0,this); } } }; // scrollPane.add(panel); add(scrollPane); close=false; } @Override public ObjectView clone() { objectView = (ObjectView)super.clone(); return objectView; } }
3,381
Java
.java
yaoguangluo/HuaRuiJi2.8.0
16
7
2
2020-04-20T05:13:01Z
2022-01-04T23:20:28Z
0c803594538f10fb3cbafaf67015119dd0eb0efe491fef6910e57f7f6f8c81de
[ 1337, 1105, 51, 26158, 519, 51, 1271, 51, 10067, 51, 19393, 55, 105, 51, 2049, 64, 222, 485, 1401, 51, 8236, 51, 1530, 64, 499, 222, 485, 1401, 51, 8236, 51, 9884, 64, 222, 485, 1401, 51, 8236, 51, 8524, 64, 222, 485, 1401, 51, 8236, 51, 8524, 55, 73, 64, 222, 485, 1401, 51, 8236, 51, 1675, 64, 222, 485, 1401, 51, 8236, 51, 3686, 64, 222, 485, 1401, 51, 8236, 51, 29314, 64, 499, 222, 485, 1401, 51, 8236, 51, 915, 51, 17640, 1675, 64, 222, 485, 1401, 51, 1058, 51, 2880, 64, 222, 222, 485, 3698, 51, 5934, 51, 32880, 64, 222, 222, 485, 1105, 51, 26158, 519, 51, 8472, 51, 30082, 7737, 3067, 222, 942, 462, 18473, 55, 73, 2365, 1089, 2041, 2210, 1089, 222, 128, 222, 221, 2072, 924, 1175, 1964, 19896, 299, 244, 54, 81, 64, 222, 221, 942, 24328, 3467, 64, 222, 221, 942, 910, 1536, 64, 222, 221, 69, 14030, 459, 1312, 2529, 678, 222, 221, 942, 4126, 5452, 299, 556, 4126, 492, 222, 221, 942, 18473, 55, 73, 2365, 1089, 365, 222, 221, 128, 353, 221, 130, 222, 221, 942, 782, 2221, 365, 2589, 3284, 222, 221, 128, 376, 221, 5828, 7586, 299, 556, 19160, 7586, 492, 376, 221, 651, 108, 560, 51, 471, 7983, 492, 376, 221, 4719, 66, 909, 19920, 365, 376, 221, 128, 374, 221, 1350, 621, 338, 12493, 588, 374, 221, 2072, 924, 1175, 1964, 19896, 299, 244, 54, 81, 64, 2556, 221, 69, 14030, 459, 12086, 678, 374, 221, 942, 782, 16870, 45, 8524, 504, 46, 320, 2556, 665, 221, 17432, 362, 299, 477, 51, 24600, 492, 374, 2052, 648, 360, 299, 244, 58, 53, 53, 64, 374, 2052, 648, 439, 299, 244, 58, 53, 53, 64, 374, 282, 453, 1189, 51, 560, 51, 3962, 45, 105, 51, 1660, 5688, 345, 5141, 105, 51, 2296, 312, 374, 2052, 648, 9945, 21247, 299, 244, 54, 58, 64, 374, 2052, 453, 8524, 504, 66, 640, 8524, 492, 8671, 2052, 16054, 55, 73, 504, 55, 299, 327, 8524, 55, 73, 46, 504, 64, 374, 2052, 504, 55, 51, 28525, 45, 1530, 51, 4911, 312, 374, 2052, 504, 55, 51, 3830, 4377, 45, 53, 49, 244, 53, 49, 360, 49, 439, 312, 374, 2052, 504, 55, 51, 20394, 45, 1530, 51, 4911, 312, 374, 2052, 504, 55, 51, 43263, 45, 53, 49, 439, 50, 1608, 21247, 49, 360, 49, 9945, 21247, 312, 374, 2868, 434, 327, 651, 108, 560, 51, 2020, 2163, 51, 7376, 19393, 882, 762, 46, 8671, 2868, 320, 374, 7223, 453, 4390, 2922, 20714, 4023, 4390, 374, 7223, 504, 55, 51, 20394, 45, 1530, 51, 7061, 312, 374, 7704, 374, 7223, 1276, 374, 7223, 456, 45, 429, 613, 299, 244, 53, 64, 613, 350, 475, 12705, 560, 51, 2020, 2163, 51, 7376, 19393, 96, 53, 1015, 1340, 50, 54, 64, 613, 2002, 8671, 7223, 320, 374, 442, 18178, 453, 1615, 51, 560, 51, 3962, 45, 123, 51, 18807, 54, 30575, 129, 5141, 123, 51, 20421, 54, 30575, 129, 5141, 123, 51, 18807, 55, 30575, 129, 5141, 123, 51, 20421, 55, 1052, 374, 6039, 18178, 648, 837, 53, 4381, 429, 46, 651, 108, 560, 51, 2020, 2163, 51, 7376, 19393, 96, 53, 1697, 110, 1015, 390, 42332, 3190, 492, 374, 6039, 18178, 648, 553, 53, 4381, 429, 46, 651, 108, 560, 51, 2020, 2163, 51, 7376, 19393, 96, 53, 1697, 110, 1015, 390, 6893, 492, 374, 6039, 18178, 648, 837, 54, 4381, 429, 46, 651, 108, 560, 51, 2020, 2163, 51, 7376, 19393, 96, 53, 1697, 110, 48, 54, 1015, 390, 42332, 3190, 492, 374, 6039, 18178, 648, 553, 54, 4381, 429, 46, 651, 108, 560, 51, 2020, 2163, 51, 7376, 19393, 96, 53, 1697, 110, 48, 54, 1015, 390, 6893, 492, 374, 442, 24425, 374, 6039, 24425, 374, 6039, 18178, 504, 55, 51, 3903, 1829, 45, 5728, 51, 3615, 45, 125, 53, 52, 54, 53, 55, 57, 490, 4189, 51, 3615, 45, 126, 53, 52, 54, 53, 55, 57, 490, 4189, 51, 3615, 45, 125, 54, 52, 54, 53, 55, 57, 490, 4189, 51, 3615, 45, 126, 54, 52, 54, 53, 55, 57, 894, 374, 442, 24425, 374, 7223, 339, 374, 7223, 588, 374, 7704, 374, 7223, 44182, 1802, 299, 556, 44182, 45, 651, 108, 560, 51, 19393, 4948, 96, 53, 1015, 1340, 49, 475, 12705, 560, 51, 19393, 4948, 51, 1340, 49, 44182, 51, 2333, 100, 1860, 100, 7832, 312, 16311, 3177, 665, 456, 327, 429, 613, 299, 244, 53, 64, 613, 350, 1802, 51, 22361, 492, 3323, 110, 46, 320, 16311, 3177, 281, 20075, 456, 327, 429, 614, 54, 299, 244, 53, 64, 614, 54, 350, 1802, 51, 21398, 492, 3323, 111, 54, 46, 320, 16311, 3177, 281, 33016, 221, 429, 928, 299, 327, 429, 46, 475, 12705, 560, 51, 19393, 4948, 96, 110, 1697, 111, 54, 988, 16311, 3177, 281, 313, 221, 429, 6592, 299, 327, 718, 1281, 244, 54, 59, 46, 542, 327, 718, 1281, 244, 61, 46, 542, 327, 718, 312, 16311, 3177, 281, 313, 221, 915, 51, 489, 7832, 45, 111, 54, 49, 613, 49, 6592, 312, 16311, 3177, 38261, 221, 130, 16311, 3177, 665, 339, 16311, 3177, 981, 4393, 3987, 4381, 1675, 46, 915, 64, 16311, 313, 2281, 504, 55, 51, 37719, 45, 468, 49, 53, 49, 53, 49, 597, 312, 31425, 7704, 374, 7704, 374, 2429, 374, 7704, 374, 7704, 374, 7704, 374, 2868, 339, 16311, 339, 376, 221, 1274, 21997, 221, 325, 376, 221, 5828, 7586, 51, 688, 45, 4719, 312, 376, 221, 688, 45, 5828, 7586, 312, 376, 221, 2698, 66, 1886, 64, 222, 221, 130, 3281, 496, 1806, 280, 3281, 581, 2210, 1089, 7905, 365, 320, 283, 8820, 1319, 1089, 299, 327, 976, 1089, 46, 5282, 51, 6371, 492, 8119, 370, 461, 1319, 1089, 64, 280, 3281, 339, 8119, 376, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
967
true
46.104491
true
true
AbstractQueueChannel.java
/FileExtraction/Java_unseen/TinyGroup_tiny/framework/org.tinygroup.channel/src/main/java/org/tinygroup/channel/impl/AbstractQueueChannel.java
/** * Copyright (c) 1997-2013, www.tinygroup.org ([email protected]). * * Licensed under the GPL, Version 3.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.gnu.org/licenses/gpl.html * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.tinygroup.channel.impl; import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; import org.tinygroup.event.Event; import org.tinygroup.queue.PriorityQueue; import org.tinygroup.queue.impl.PriorityQueueImpl; /** * 抽象通道,实现了事件相关,日志 队列 * * @author luoguo * */ public abstract class AbstractQueueChannel extends AbstractChannel { private PriorityQueue<Event> sendQueue = null; private PriorityQueue<Event> receiveQueue = null; ExecutorService executorService = Executors.newFixedThreadPool(Runtime .getRuntime().availableProcessors() * 2); private volatile Boolean stopSign = true; private EventProcessTask eventProcessTask; public void setQueueInfo(int sendQueueSize, int receiveQueueSize) { if (sendQueueSize > 0) { sendQueue = new PriorityQueueImpl<Event>(sendQueueSize); } if (receiveQueueSize > 0) { receiveQueue = new PriorityQueueImpl<Event>(receiveQueueSize); } } /** * 真正的发送处理 * * @param event */ protected abstract void sendReal(Event event); /** * 真正的接收处理 * * @param event */ protected abstract void receiveReal(Event event); protected void send(Event event) { sendQueue.offer(event); eventProcessTask.notify(); } protected void receive(Event event) { receiveQueue.offer(event); eventProcessTask.notify(); } public void start() { stopSign = false; eventProcessTask = new EventProcessTask(); executorService.execute(eventProcessTask); } public void stop() { stopSign = true; executorService.shutdown(); } class EventProcessTask extends Thread { public void run() { while (!stopSign) { processSend(); processReceive(); if (sendQueue.isEmpty() && receiveQueue.isEmpty()) { try { wait(); } catch (InterruptedException e) { } } } } private void processReceive() { synchronized (sendQueue) { executorService.execute(new SendEventTask(sendQueue.peek())); } } private void processSend() { synchronized (receiveQueue) { executorService.execute(new ReceiveProcessTask(receiveQueue .peek())); } } } class ReceiveProcessTask extends Thread { private Event event; public ReceiveProcessTask(Event event) { this.event = event; } public void run() { receiveReal(event); } } class SendEventTask extends Thread { private Event event; public SendEventTask(Event event) { this.event = event; } public void run() { sendReal(event); } } }
3,172
Java
.java
TinyGroup/tiny
8
8
0
2014-05-26T13:26:27Z
2014-05-26T13:40:07Z
ae7a306f6fabd533f264cc0c899a5debf8b122057f23e5ece804f7f514abb942
[ 1350, 222, 338, 244, 2657, 327, 104, 46, 244, 54, 62, 62, 60, 50, 55, 53, 54, 56, 49, 19955, 51, 20243, 1382, 51, 1107, 327, 6318, 116, 100, 3114, 116, 69, 314, 1968, 51, 527, 566, 222, 338, 222, 338, 244, 4773, 1549, 341, 23508, 49, 3050, 244, 56, 51, 53, 327, 1402, 332, 3801, 742, 222, 338, 244, 863, 1648, 666, 813, 477, 822, 2959, 347, 4960, 642, 341, 1196, 51, 222, 338, 244, 2469, 1648, 4245, 331, 1948, 451, 341, 1196, 840, 222, 338, 222, 338, 981, 1930, 574, 1516, 51, 10627, 51, 1107, 52, 4205, 52, 43817, 51, 935, 222, 338, 222, 338, 244, 5416, 2147, 829, 4568, 4940, 575, 5129, 391, 347, 4144, 49, 2951, 222, 338, 244, 2744, 1549, 341, 1196, 458, 2744, 563, 619, 332, 1117, 2771, 39, 5128, 49, 222, 338, 244, 4213, 3912, 1895, 5186, 2258, 2979, 4489, 49, 3173, 3927, 575, 4506, 51, 222, 338, 244, 2819, 341, 1196, 456, 341, 2835, 2940, 5139, 4243, 480, 222, 338, 244, 5191, 1549, 341, 1196, 51, 222, 588, 222, 1337, 1105, 51, 20243, 1382, 51, 3253, 51, 3126, 64, 222, 222, 485, 1401, 51, 1058, 51, 8349, 51, 25815, 64, 222, 485, 1401, 51, 1058, 51, 8349, 51, 38628, 64, 222, 222, 485, 1105, 51, 20243, 1382, 51, 1585, 51, 1167, 64, 222, 485, 1105, 51, 20243, 1382, 51, 3941, 51, 10333, 4098, 64, 222, 485, 1105, 51, 20243, 1382, 51, 3941, 51, 3126, 51, 10333, 4098, 3499, 64, 222, 222, 1350, 222, 338, 29885, 159, 8075, 6107, 12623, 1140, 12666, 3956, 16056, 19797, 1140, 19964, 244, 29855, 222, 338, 1676, 338, 496, 2133, 21353, 835, 15884, 222, 338, 1676, 588, 222, 942, 5560, 462, 7406, 4098, 3542, 2041, 7406, 3542, 320, 499, 221, 2072, 21794, 4098, 65, 1167, 67, 3256, 4098, 299, 762, 64, 222, 221, 2072, 21794, 4098, 65, 1167, 67, 7776, 4098, 299, 762, 64, 222, 221, 25815, 30892, 299, 6798, 21770, 51, 909, 8223, 19370, 45, 5061, 374, 221, 51, 390, 5061, 941, 7249, 36683, 365, 338, 244, 55, 312, 222, 221, 2072, 12014, 5080, 4739, 3399, 299, 878, 64, 222, 221, 2072, 3916, 2877, 2265, 1708, 2877, 2265, 64, 499, 221, 942, 782, 758, 4098, 1139, 45, 429, 3256, 4098, 1269, 49, 648, 7776, 4098, 1269, 46, 320, 376, 221, 344, 327, 2729, 4098, 1269, 868, 244, 53, 46, 320, 374, 221, 2729, 4098, 299, 556, 21794, 4098, 3499, 65, 1167, 1579, 2729, 4098, 1269, 312, 376, 221, 130, 376, 221, 344, 327, 13156, 4098, 1269, 868, 244, 53, 46, 320, 374, 221, 13156, 4098, 299, 556, 21794, 4098, 3499, 65, 1167, 1579, 13156, 4098, 1269, 312, 376, 221, 130, 222, 221, 130, 499, 221, 1350, 376, 338, 244, 18263, 8825, 1096, 17004, 11474, 376, 338, 4517, 338, 496, 772, 1708, 376, 588, 222, 221, 5332, 5560, 782, 3256, 6893, 45, 1167, 1708, 312, 499, 221, 1350, 376, 338, 244, 18263, 8825, 1096, 29135, 11474, 376, 338, 4517, 338, 496, 772, 1708, 376, 588, 222, 221, 5332, 5560, 782, 7776, 6893, 45, 1167, 1708, 312, 499, 221, 5332, 782, 3256, 45, 1167, 1708, 46, 320, 376, 221, 2729, 4098, 51, 16613, 45, 1585, 312, 376, 221, 1585, 2877, 2265, 51, 9357, 492, 222, 221, 130, 499, 221, 5332, 782, 7776, 45, 1167, 1708, 46, 320, 376, 221, 13156, 4098, 51, 16613, 45, 1585, 312, 376, 221, 1585, 2877, 2265, 51, 9357, 492, 222, 221, 130, 499, 221, 942, 782, 1496, 365, 320, 376, 221, 4074, 3399, 299, 920, 64, 376, 221, 1585, 2877, 2265, 299, 556, 3916, 2877, 2265, 492, 376, 221, 15194, 1201, 51, 4540, 45, 1585, 2877, 2265, 312, 222, 221, 130, 499, 221, 942, 782, 4739, 365, 320, 376, 221, 4074, 3399, 299, 878, 64, 376, 221, 15194, 1201, 51, 16075, 492, 222, 221, 130, 499, 221, 842, 3916, 2877, 2265, 2041, 7806, 320, 376, 221, 942, 782, 1441, 365, 320, 374, 221, 5544, 1445, 4074, 3399, 46, 320, 621, 221, 2441, 4878, 492, 621, 221, 2441, 11709, 492, 621, 221, 344, 327, 2729, 4098, 51, 6401, 365, 979, 7776, 4098, 51, 6401, 1177, 320, 596, 221, 1287, 320, 1397, 221, 1702, 492, 596, 221, 130, 2385, 327, 28321, 503, 46, 320, 596, 221, 130, 621, 221, 130, 374, 221, 130, 376, 221, 130, 1332, 221, 2072, 782, 2183, 11709, 365, 320, 374, 221, 34508, 327, 2729, 4098, 46, 320, 621, 221, 15194, 1201, 51, 4540, 45, 909, 8573, 1167, 2265, 45, 2729, 4098, 51, 20106, 5086, 374, 221, 130, 1332, 221, 130, 1332, 221, 2072, 782, 2183, 4878, 365, 320, 374, 221, 34508, 327, 13156, 4098, 46, 320, 621, 221, 15194, 1201, 51, 4540, 45, 909, 26496, 2877, 2265, 45, 13156, 4098, 1397, 221, 51, 20106, 5086, 374, 221, 130, 376, 221, 130, 222, 221, 130, 499, 221, 842, 26496, 2877, 2265, 2041, 7806, 320, 376, 221, 2072, 3916, 1708, 64, 1332, 221, 942, 26496, 2877, 2265, 45, 1167, 1708, 46, 320, 374, 221, 597, 51, 1585, 299, 1708, 64, 376, 221, 130, 1332, 221, 942, 782, 1441, 365, 320, 374, 221, 13156, 6893, 45, 1585, 312, 376, 221, 130, 222, 221, 130, 499, 221, 842, 8573, 1167, 2265, 2041, 7806, 320, 376, 221, 2072, 3916, 1708, 64, 1332, 221, 942, 8573, 1167, 2265, 45, 1167, 1708, 46, 320, 374, 221, 597, 51, 1585, 299, 1708, 64, 376, 221, 130, 1332, 221, 942, 782, 1441, 365, 320, 374, 221, 2729, 6893, 45, 1585, 312, 376, 221, 130, 222, 221, 130, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
910
true
70.192926
true
true
ConsoleUserInterfaceTest.java
/FileExtraction/Java_unseen/RichardBradley_casio-cfx-9800g/cfx-9800g-emulator/test/org/bradders/casiocfx9800g/ui/ConsoleUserInterfaceTest.java
package org.bradders.casiocfx9800g.ui; import static org.hamcrest.Matchers.equalTo; import static org.junit.Assert.assertThat; import java.math.BigDecimal; import org.bradders.casiocfx9800g.EvaluationTestBase; import org.bradders.casiocfx9800g.ui.GraphImageJLabel.PointBigDecimal; import org.junit.Test; public class ConsoleUserInterfaceTest extends EvaluationTestBase { @Test public void testEachBitmapPixelIsCoveredByIterateGraphXValues() { ConsoleUserInterface ui = new ConsoleUserInterfaceNoFrame(); ui.range(bd(1), bd(1.62), bd(10), bd(1), bd(1.62), bd(10)); int x = 0; for (BigDecimal graphX : ui.iterateGraphXValues()) { assertThat( ui.graph.mapPointToBitmapCoords(new PointBigDecimal(graphX, BigDecimal.ZERO)).x, equalTo(x)); x++; } assertThat(x, equalTo(GraphImageJLabel.WIDTH_PIXELS)); } @Test public void testDoubleRounding() { assertThat((int)0.9999999999985, equalTo(0)); } }
1,060
Java
.java
RichardBradley/casio-cfx-9800g
9
1
0
2013-09-01T10:54:00Z
2013-11-20T22:28:38Z
16a645d809c17c98c315db667339a86d05c66eb9ef3231b7ac96ca35a14cd617
[ 1337, 1105, 51, 858, 688, 502, 51, 104, 8033, 561, 5172, 62, 61, 53, 53, 108, 51, 1726, 64, 222, 222, 485, 924, 1105, 51, 28777, 51, 17349, 51, 38066, 64, 222, 485, 924, 1105, 51, 3946, 51, 3285, 51, 17427, 64, 222, 222, 485, 1401, 51, 3851, 51, 20808, 64, 222, 222, 485, 1105, 51, 858, 688, 502, 51, 104, 8033, 561, 5172, 62, 61, 53, 53, 108, 51, 19633, 35464, 64, 222, 485, 1105, 51, 858, 688, 502, 51, 104, 8033, 561, 5172, 62, 61, 53, 53, 108, 51, 1726, 51, 3418, 1675, 22786, 51, 1962, 20808, 64, 222, 485, 1105, 51, 3946, 51, 1024, 64, 222, 222, 942, 462, 6497, 1259, 3058, 1024, 2041, 32698, 35464, 222, 128, 682, 496, 1024, 682, 581, 782, 913, 3875, 9384, 7040, 1640, 11429, 35704, 48287, 3418, 93, 3367, 365, 682, 320, 416, 6497, 1259, 3058, 7900, 299, 556, 6497, 1259, 3058, 2042, 2163, 492, 416, 7900, 51, 3623, 45, 4209, 45, 54, 490, 25255, 45, 54, 51, 59, 55, 490, 25255, 45, 54, 53, 490, 25255, 45, 54, 490, 25255, 45, 54, 51, 59, 55, 490, 25255, 45, 54, 53, 894, 8911, 648, 837, 299, 244, 53, 64, 416, 456, 327, 20808, 4023, 93, 518, 7900, 51, 24844, 3418, 93, 3367, 1177, 416, 320, 295, 7624, 45, 3102, 7900, 51, 2275, 51, 1130, 1962, 724, 9384, 17473, 45, 909, 6460, 20808, 45, 2275, 93, 49, 17262, 51, 13977, 3445, 125, 49, 3102, 37436, 45, 125, 894, 295, 837, 3348, 416, 339, 416, 7624, 45, 125, 49, 37436, 45, 3418, 1675, 22786, 51, 10582, 100, 21319, 88, 894, 682, 339, 19918, 496, 1024, 682, 581, 782, 913, 4090, 10242, 318, 365, 682, 320, 416, 7624, 1181, 429, 46, 53, 51, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 61, 58, 49, 37436, 45, 53, 894, 682, 339, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
312
true
65.429688
true
true
StatusPlayer.java
/FileExtraction/Java_unseen/ajgeiss0702_ajQueue/spigot/src/main/java/us/ajg0702/queue/spigot/placeholders/placeholders/StatusPlayer.java
package us.ajg0702.queue.spigot.placeholders.placeholders; import org.bukkit.Bukkit; import org.bukkit.OfflinePlayer; import org.bukkit.entity.Player; import us.ajg0702.queue.api.spigot.AjQueueSpigotAPI; import us.ajg0702.queue.api.spigot.MessagedResponse; import us.ajg0702.queue.spigot.SpigotMain; import us.ajg0702.queue.spigot.placeholders.Placeholder; import us.ajg0702.queue.spigot.utils.UUIDStringKey; import java.util.Map; import java.util.UUID; import java.util.concurrent.ConcurrentHashMap; import java.util.concurrent.ExecutionException; import java.util.concurrent.TimeUnit; import java.util.concurrent.TimeoutException; import java.util.logging.Level; import java.util.regex.Matcher; public class StatusPlayer extends Placeholder { public StatusPlayer(SpigotMain plugin) { super(plugin); } private final Map<UUIDStringKey, String> cache = new ConcurrentHashMap<>(); @Override public String getRegex() { return "status_(.*)_player"; } @Override public String parse(Matcher matcher, OfflinePlayer p) { String queue = matcher.group(1); UUIDStringKey key = new UUIDStringKey(p.getUniqueId(), queue); if(!p.isOnline()) return "You aren't online!"; Bukkit.getScheduler().runTaskAsynchronously(plugin, () -> { if(!p.isOnline()) return; try { String response = AjQueueSpigotAPI.getInstance() .getServerStatusString(queue, p.getUniqueId()) .get(30, TimeUnit.SECONDS); cache.put(key, response); } catch (InterruptedException | ExecutionException e) { throw new RuntimeException(e); } catch (TimeoutException | IllegalArgumentException ignored) {} }); return cache.getOrDefault(key, "..."); } @Override public void cleanCache(Player player) { cache.entrySet().removeIf(entry -> entry.getKey().getUuid().equals(player.getUniqueId())); } }
2,015
Java
.java
ajgeiss0702/ajQueue
49
19
2
2022-02-22T21:46:53Z
2024-04-08T23:13:02Z
66f8b53610ba861f0839e0a197b74afde567e2ae50b2b0ac95570b5a87de3052
[ 1337, 1790, 51, 2512, 108, 53, 60, 53, 55, 51, 3941, 51, 438, 384, 385, 51, 47235, 51, 47235, 64, 222, 222, 485, 1105, 51, 20402, 51, 982, 17120, 64, 222, 485, 1105, 51, 20402, 51, 27122, 3516, 64, 222, 485, 1105, 51, 20402, 51, 2244, 51, 3516, 64, 222, 485, 1790, 51, 2512, 108, 53, 60, 53, 55, 51, 3941, 51, 1256, 51, 438, 384, 385, 51, 25691, 4098, 2184, 384, 385, 2571, 64, 222, 485, 1790, 51, 2512, 108, 53, 60, 53, 55, 51, 3941, 51, 1256, 51, 438, 384, 385, 51, 1193, 105, 1416, 64, 222, 485, 1790, 51, 2512, 108, 53, 60, 53, 55, 51, 3941, 51, 438, 384, 385, 51, 2184, 384, 385, 4370, 64, 222, 485, 1790, 51, 2512, 108, 53, 60, 53, 55, 51, 3941, 51, 438, 384, 385, 51, 47235, 51, 18378, 64, 222, 485, 1790, 51, 2512, 108, 53, 60, 53, 55, 51, 3941, 51, 438, 384, 385, 51, 2324, 51, 7604, 671, 971, 64, 222, 222, 485, 1401, 51, 1058, 51, 1225, 64, 222, 485, 1401, 51, 1058, 51, 7604, 64, 222, 485, 1401, 51, 1058, 51, 8349, 51, 18705, 8263, 64, 222, 485, 1401, 51, 1058, 51, 8349, 51, 32510, 64, 222, 485, 1401, 51, 1058, 51, 8349, 51, 27785, 64, 222, 485, 1401, 51, 1058, 51, 8349, 51, 46072, 64, 222, 485, 1401, 51, 1058, 51, 7506, 51, 2671, 64, 222, 485, 1401, 51, 1058, 51, 7927, 51, 11947, 64, 222, 222, 942, 462, 5415, 3516, 2041, 17693, 3757, 320, 303, 581, 5415, 3516, 45, 2184, 384, 385, 4370, 3985, 46, 320, 310, 2615, 45, 2809, 312, 303, 339, 465, 964, 1175, 3531, 65, 7604, 671, 971, 49, 910, 67, 3337, 299, 556, 22219, 8263, 6984, 465, 496, 1806, 303, 581, 910, 640, 10845, 365, 320, 310, 461, 332, 1535, 5920, 3440, 11518, 3857, 884, 303, 339, 465, 496, 1806, 303, 581, 910, 3203, 45, 11947, 20633, 49, 7467, 948, 3516, 317, 46, 320, 310, 910, 5535, 299, 20633, 51, 1382, 45, 54, 312, 310, 14286, 671, 971, 1221, 299, 556, 14286, 671, 971, 45, 117, 51, 390, 34245, 1046, 5535, 312, 603, 434, 3848, 117, 51, 316, 14097, 1177, 461, 332, 4296, 15445, 1348, 12667, 23953, 603, 2755, 17120, 51, 390, 11438, 941, 1967, 2265, 1482, 43241, 45, 2809, 49, 1423, 984, 320, 343, 434, 3848, 117, 51, 316, 14097, 1177, 461, 64, 343, 1614, 320, 419, 910, 1808, 299, 46900, 4098, 2184, 384, 385, 2571, 51, 7432, 365, 733, 657, 32789, 1551, 671, 45, 3941, 49, 317, 51, 390, 34245, 1177, 733, 657, 390, 45, 56, 53, 49, 22458, 51, 18369, 312, 2125, 3337, 51, 543, 45, 697, 49, 1808, 312, 343, 339, 2385, 327, 28321, 542, 16254, 1002, 503, 46, 320, 419, 1440, 556, 13383, 45, 106, 312, 343, 339, 2385, 327, 46072, 542, 12134, 10308, 46, 2172, 310, 1141, 603, 461, 3337, 51, 390, 13637, 45, 697, 49, 332, 19874, 303, 339, 465, 496, 1806, 303, 581, 782, 5084, 2610, 45, 3516, 4376, 46, 320, 310, 3337, 51, 24338, 941, 2564, 2811, 45, 3054, 984, 3429, 51, 11728, 941, 390, 15291, 941, 3591, 45, 3857, 51, 390, 34245, 5086, 303, 339, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
530
true
66.799007
true
true
RecordsConfig.java
/FileExtraction/Java_unseen/rockitconsulting_test_rockitizer/src/main/java/com/rockit/common/blackboxtester/assertions/fixedlength/RecordsConfig.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package com.rockit.common.blackboxtester.assertions.fixedlength; import java.util.HashMap; /** * Test.Rockitizer - API regression testing framework * Copyright (C) 2020 rockit.consulting GmbH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see http://www.gnu.org/licenses/. * */ public class RecordsConfig { private static RecordsConfig instance; private final HashMap<String, RecordConfig> configHolder; public static RecordsConfig getInstance() { if (instance == null) { return new RecordsConfig(); } else { return instance; } } public RecordConfig getRecordConfig(String recordConfigString) { String[] nameAndConfig = recordConfigString.split("#"); if (!this.configHolder.containsKey(nameAndConfig[0])) { this.configHolder.put(nameAndConfig[0], new RecordConfig(nameAndConfig[1])); } return this.configHolder.get(nameAndConfig[0]); } private RecordsConfig() { configHolder = new HashMap<>(); } }
1,801
Java
.java
rockitconsulting/test.rockitizer
10
20
3
2017-04-20T11:23:21Z
2024-05-08T14:54:47Z
066eac7bdeaf18951a099837f940a0d2945156f1f678c187d351ebcc38bcc8ce
[ 1127, 222, 338, 2634, 1557, 477, 3553, 3353, 49, 9206, 1196, 19319, 347, 5426, 9749, 51, 222, 338, 2634, 1557, 477, 3098, 822, 49, 9206, 15630, 542, 24177, 222, 338, 480, 2177, 341, 3098, 347, 341, 7020, 51, 222, 588, 222, 1337, 785, 51, 22239, 302, 51, 2297, 51, 7061, 1521, 24449, 51, 33246, 51, 8653, 1340, 64, 222, 222, 485, 1401, 51, 1058, 51, 8263, 64, 222, 222, 1350, 222, 47, 244, 2128, 51, 40656, 302, 2292, 449, 2347, 18051, 6351, 8376, 244, 222, 47, 280, 2657, 327, 72, 46, 244, 55, 53, 55, 53, 244, 31861, 302, 51, 22673, 318, 34723, 222, 47, 222, 47, 280, 1369, 3477, 458, 3760, 2951, 63, 863, 902, 14081, 580, 480, 52, 290, 5370, 222, 47, 280, 580, 1549, 341, 5974, 451, 341, 6994, 6153, 5062, 1196, 641, 9582, 829, 222, 47, 280, 341, 7834, 3870, 7120, 49, 3173, 1522, 244, 56, 451, 341, 1196, 49, 575, 222, 47, 280, 327, 288, 1390, 2489, 46, 1364, 6146, 1522, 51, 222, 47, 222, 47, 280, 1369, 3477, 458, 2744, 347, 341, 9850, 708, 580, 1118, 545, 6386, 49, 222, 47, 280, 1294, 4213, 2979, 9345, 64, 2895, 4462, 341, 4506, 14319, 451, 222, 47, 280, 7934, 575, 8114, 4800, 418, 7848, 7763, 51, 244, 2819, 341, 222, 47, 280, 6994, 6153, 5062, 1196, 456, 1851, 4261, 51, 222, 47, 222, 47, 280, 2469, 1414, 1178, 6589, 331, 1948, 451, 341, 6994, 6153, 5062, 1196, 222, 47, 280, 7979, 642, 477, 3477, 51, 244, 1691, 666, 49, 2337, 1930, 574, 1516, 51, 10627, 51, 1107, 52, 4205, 4735, 222, 47, 222, 1975, 222, 222, 942, 462, 29862, 1081, 320, 465, 964, 924, 29862, 1081, 1998, 64, 303, 964, 1175, 8329, 65, 671, 49, 9807, 1081, 67, 1377, 6773, 64, 465, 581, 924, 29862, 1081, 31605, 365, 320, 310, 434, 327, 2403, 630, 762, 46, 320, 343, 461, 556, 29862, 1081, 492, 310, 339, 832, 320, 343, 461, 1998, 64, 310, 339, 303, 339, 465, 581, 9807, 1081, 640, 3171, 1081, 45, 671, 3646, 1081, 671, 46, 320, 310, 910, 1197, 655, 2199, 1081, 299, 3646, 1081, 671, 51, 3045, 4139, 742, 603, 434, 1445, 597, 51, 1180, 6773, 51, 15927, 45, 444, 2199, 1081, 96, 53, 5310, 320, 343, 477, 51, 1180, 6773, 51, 543, 45, 444, 2199, 1081, 96, 53, 636, 556, 9807, 1081, 45, 444, 2199, 1081, 96, 54, 10679, 310, 339, 310, 461, 477, 51, 1180, 6773, 51, 390, 45, 444, 2199, 1081, 96, 53, 2004, 303, 339, 465, 964, 29862, 1081, 365, 320, 310, 1377, 6773, 299, 556, 8329, 6984, 303, 339, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
435
true
69.46141
true
true
MenuHelper.java
/FileExtraction/Java_unseen/HMCL-dev_HMCL-PE/HMCLPE/src/main/java/com/tungsten/hmclpe/control/MenuHelper.java
package com.tungsten.hmclpe.control; import android.annotation.SuppressLint; import android.content.Context; import android.content.Intent; import android.view.View; import android.widget.AdapterView; import android.widget.ArrayAdapter; import android.widget.Button; import android.widget.CompoundButton; import android.widget.SeekBar; import android.widget.Spinner; import android.widget.TextView; import android.widget.Toast; import androidx.appcompat.app.AlertDialog; import androidx.appcompat.app.AppCompatActivity; import androidx.appcompat.widget.SwitchCompat; import androidx.drawerlayout.widget.DrawerLayout; import com.google.gson.Gson; import com.tungsten.hmclpe.R; import com.tungsten.hmclpe.control.bean.BaseButtonInfo; import com.tungsten.hmclpe.control.bean.BaseRockerViewInfo; import com.tungsten.hmclpe.control.view.LayoutPanel; import com.tungsten.hmclpe.control.view.TouchCharInput; import com.tungsten.hmclpe.launcher.dialogs.control.AddViewDialog; import com.tungsten.hmclpe.launcher.dialogs.control.ChildManagerDialog; import com.tungsten.hmclpe.launcher.dialogs.control.EditControlPatternDialog; import com.tungsten.hmclpe.launcher.list.local.controller.ChildLayout; import com.tungsten.hmclpe.launcher.list.local.controller.ControlPattern; import com.tungsten.hmclpe.manifest.AppManifest; import com.tungsten.hmclpe.launcher.setting.InitializeSetting; import com.tungsten.hmclpe.launcher.setting.SettingUtils; import com.tungsten.hmclpe.launcher.setting.game.GameMenuSetting; import com.tungsten.hmclpe.utils.file.AssetsUtils; import com.tungsten.hmclpe.utils.file.FileStringUtils; import com.tungsten.hmclpe.utils.file.FileUtils; import java.util.ArrayList; public class MenuHelper implements CompoundButton.OnCheckedChangeListener, View.OnClickListener, AdapterView.OnItemSelectedListener, SeekBar.OnSeekBarChangeListener { public Context context; public AppCompatActivity activity; public boolean fullscreen; public String gameDir; public DrawerLayout drawerLayout; public LayoutPanel baseLayout; public int launcher; public float scaleFactor; public int screenWidth; public int screenHeight; public GameMenuSetting gameMenuSetting; public TouchCharInput touchCharInput; public SwitchCompat switchMenuFloat; public SwitchCompat switchMenuView; public SwitchCompat switchMenuSlide; public SwitchCompat switchFloatMovable; public SwitchCompat switchAdvanceInput; public SwitchCompat switchTouch; public SwitchCompat switchMousePatch; public SwitchCompat switchSensor; public SwitchCompat switchHalfScreen; public Spinner spinnerTouchMode; public Spinner spinnerMouseMode; public TextView sensitivityText; public SeekBar sensitivitySeekbar; public TextView mouseSpeedText; public SeekBar mouseSpeedSeekbar; public TextView mouseSizeText; public SeekBar mouseSizeSeekbar; public SwitchCompat switchHideUI; public Button openHin2nMenu; public Button forceExit; public Spinner patternSpinner; public SwitchCompat editModeSwitch; public SwitchCompat showOutlineSwitch; public Button editInfo; public Button manageChild; public Spinner childSpinner; public Button addView; public ArrayList<ControlPattern> patternList; public ControlPattern currentPattern; public String initialPattern; public String currentChild; public boolean editMode; public boolean showOutline; public boolean enableNameEditor; public ArrayList<String> childLayoutList; public ArrayAdapter<String> childAdapter; public int gameCursorMode = 0; public ViewManager viewManager; public MKManager mkManager; public boolean enterLock; public float cursorX; public float cursorY; public float pointerX; public float pointerY; public float currentX; public float currentY; public MenuHelper(Context context, AppCompatActivity activity,boolean fullscreen,String gameDir, DrawerLayout drawerLayout, LayoutPanel baseLayout,boolean editMode,String currentPattern,int launcher,float scaleFactor){ this.context = context; this.activity = activity; this.fullscreen = fullscreen; this.gameDir = gameDir; this.drawerLayout = drawerLayout; this.baseLayout = baseLayout; this.editMode = editMode; this.showOutline = false; this.enableNameEditor = editMode; this.launcher = launcher; this.scaleFactor = scaleFactor; patternList = SettingUtils.getControlPatternList(); if (patternList.size() == 0) { InitializeSetting.initializeControlPattern(activity, new AssetsUtils.FileOperateCallback() { @Override public void onSuccess() { patternList = SettingUtils.getControlPatternList(); preInit(baseLayout,editMode,currentPattern); } @Override public void onFailed(String error) { } }); } else { preInit(baseLayout,editMode,currentPattern); } } public void enableCursor() { gameCursorMode = 0; if (viewManager != null) { viewManager.enableCursor(); } if (mkManager != null) { mkManager.enableCursor(); } } public void disableCursor(){ gameCursorMode = 1; if (viewManager != null) { viewManager.disableCursor(); } if (mkManager != null) { mkManager.disableCursor(); } } public void preInit (LayoutPanel baseLayout,boolean editMode,String currentPattern) { for (ControlPattern controlPattern : patternList){ if (controlPattern.name.equals(currentPattern)){ this.currentPattern = controlPattern; } } if (currentPattern == null) { currentPattern = SettingUtils.getControlPatternList().get(0).name; } currentChild = SettingUtils.getChildList(currentPattern).size() > 0 ? SettingUtils.getChildList(currentPattern).get(0).name : null; if (launcher == 0){ baseLayout.showBackground(); } gameMenuSetting = GameMenuSetting.getGameMenuSetting(); init(); } @SuppressLint("SetTextI18n") public void init(){ touchCharInput = activity.findViewById(R.id.input_scanner); touchCharInput.setCharacterSender(this, new LwjglCharSender()); switchMenuFloat = activity.findViewById(R.id.switch_float_button); switchMenuView = activity.findViewById(R.id.switch_bar); switchMenuSlide = activity.findViewById(R.id.switch_gesture); switchFloatMovable = activity.findViewById(R.id.switch_float_movable); switchAdvanceInput = activity.findViewById(R.id.switch_advance_input); switchTouch = activity.findViewById(R.id.switch_touch); switchMousePatch = activity.findViewById(R.id.switch_mouse_patch); switchSensor = activity.findViewById(R.id.switch_control_sensor); switchHalfScreen = activity.findViewById(R.id.switch_half_screen); spinnerTouchMode = activity.findViewById(R.id.spinner_touch_mode); spinnerMouseMode = activity.findViewById(R.id.spinner_mouse_mode); sensitivityText = activity.findViewById(R.id.sensitivity_text); sensitivitySeekbar = activity.findViewById(R.id.sensor_sensitivity); mouseSpeedText = activity.findViewById(R.id.mouse_speed_text); mouseSpeedSeekbar = activity.findViewById(R.id.mouse_speed); mouseSizeText = activity.findViewById(R.id.mouse_size_text); mouseSizeSeekbar = activity.findViewById(R.id.mouse_size); switchHideUI = activity.findViewById(R.id.switch_hide_ui); openHin2nMenu = activity.findViewById(R.id.open_hin2n_menu); forceExit = activity.findViewById(R.id.force_exit); switchMenuFloat.setChecked(gameMenuSetting.menuFloatSetting.enable); switchMenuView.setChecked(gameMenuSetting.menuViewSetting.enable); switchMenuSlide.setChecked(gameMenuSetting.menuSlideSetting); switchFloatMovable.setChecked(gameMenuSetting.menuFloatSetting.movable); switchAdvanceInput.setChecked(gameMenuSetting.advanceInput); switchTouch.setChecked(gameMenuSetting.enableTouch); switchMousePatch.setChecked(gameMenuSetting.mousePatch); switchSensor.setChecked(gameMenuSetting.enableSensor); switchHalfScreen.setChecked(gameMenuSetting.disableHalfScreen); switchHideUI.setChecked(gameMenuSetting.hideUI); switchMenuFloat.setOnCheckedChangeListener(this); switchMenuView.setOnCheckedChangeListener(this); switchMenuSlide.setOnCheckedChangeListener(this); switchFloatMovable.setOnCheckedChangeListener(this); switchAdvanceInput.setOnCheckedChangeListener(this); switchTouch.setOnCheckedChangeListener(this); switchMousePatch.setOnCheckedChangeListener(this); switchSensor.setOnCheckedChangeListener(this); switchHalfScreen.setOnCheckedChangeListener(this); switchHideUI.setOnCheckedChangeListener(this); openHin2nMenu.setOnClickListener(this); forceExit.setOnClickListener(this); ArrayList<String> touchModes = new ArrayList<>(); touchModes.add(context.getString(R.string.drawer_game_menu_control_touch_mode_create)); touchModes.add(context.getString(R.string.drawer_game_menu_control_touch_mode_attack)); ArrayAdapter<String> touchModeAdapter = new ArrayAdapter<>(context,R.layout.item_spinner_drop_down_small,touchModes); spinnerTouchMode.setAdapter(touchModeAdapter); spinnerTouchMode.setSelection(gameMenuSetting.touchMode); spinnerTouchMode.setOnItemSelectedListener(this); ArrayList<String> mouseModes = new ArrayList<>(); mouseModes.add(context.getString(R.string.drawer_game_menu_control_mouse_mode_click)); mouseModes.add(context.getString(R.string.drawer_game_menu_control_mouse_mode_slide)); ArrayAdapter<String> mouseModeAdapter = new ArrayAdapter<>(context,R.layout.item_spinner_drop_down_small,mouseModes); spinnerMouseMode.setAdapter(mouseModeAdapter); spinnerMouseMode.setSelection(gameMenuSetting.mouseMode); spinnerMouseMode.setOnItemSelectedListener(this); patternSpinner = activity.findViewById(R.id.current_pattern_spinner); editModeSwitch = activity.findViewById(R.id.switch_edit_mode); showOutlineSwitch = activity.findViewById(R.id.switch_show_outline); editInfo = activity.findViewById(R.id.edit_pattern_info); manageChild = activity.findViewById(R.id.manage_child_layout); childSpinner = activity.findViewById(R.id.current_child_spinner); addView = activity.findViewById(R.id.add_view); sensitivityText.setText(Integer.toString(gameMenuSetting.sensitivity)); sensitivitySeekbar.setProgress(gameMenuSetting.sensitivity); sensitivitySeekbar.setOnSeekBarChangeListener(this); mouseSpeedText.setText(Float.toString(gameMenuSetting.mouseSpeed * 100)); mouseSpeedSeekbar.setProgress((int) (gameMenuSetting.mouseSpeed * 100)); mouseSpeedSeekbar.setOnSeekBarChangeListener(this); mouseSizeText.setText(Integer.toString(gameMenuSetting.mouseSize)); mouseSizeSeekbar.setProgress(gameMenuSetting.mouseSize); mouseSizeSeekbar.setOnSeekBarChangeListener(this); ArrayList<String> patterns = new ArrayList<>(); for (ControlPattern controlPattern : patternList){ patterns.add(controlPattern.name); } ArrayAdapter<String> patternAdapter = new ArrayAdapter<>(context, R.layout.item_spinner_drop_down_small,patterns); patternSpinner.setAdapter(patternAdapter); patternSpinner.setSelection(patternAdapter.getPosition(currentPattern.name)); ArrayList<ChildLayout> list = SettingUtils.getChildList(currentPattern.name); childLayoutList = new ArrayList<>(); for (ChildLayout childLayout : list){ childLayoutList.add(childLayout.name); } childAdapter = new ArrayAdapter<>(context, R.layout.item_spinner_drop_down_small,childLayoutList); childSpinner.setAdapter(childAdapter); if (editMode) { editInfo.setEnabled(true); manageChild.setEnabled(true); childSpinner.setEnabled(true); addView.setEnabled(true); } else { editInfo.setEnabled(false); manageChild.setEnabled(false); childSpinner.setEnabled(false); addView.setEnabled(false); } editModeSwitch.setChecked(editMode); childSpinner.setSelection(0); patternSpinner.setOnItemSelectedListener(this); editModeSwitch.setOnCheckedChangeListener(this); showOutlineSwitch.setOnCheckedChangeListener(this); editInfo.setOnClickListener(this); manageChild.setOnClickListener(this); childSpinner.setOnItemSelectedListener(this); addView.setOnClickListener(this); baseLayout.post(() -> { screenWidth = baseLayout.getWidth(); screenHeight = baseLayout.getHeight(); viewManager = new ViewManager(context,activity,this,baseLayout,launcher); mkManager = new MKManager(this); checkOpenMenuSetting(); }); if (gameMenuSetting.menuSlideSetting){ drawerLayout.setDrawerLockMode(DrawerLayout.LOCK_MODE_UNLOCKED); } else { drawerLayout.setDrawerLockMode(DrawerLayout.LOCK_MODE_LOCKED_CLOSED); } } private void checkOpenMenuSetting(){ if (!gameMenuSetting.menuFloatSetting.enable && !gameMenuSetting.menuViewSetting.enable && !gameMenuSetting.menuSlideSetting){ switchMenuFloat.setChecked(true); } } public void refreshChildSpinner(){ ArrayList<ChildLayout> list = SettingUtils.getChildList(currentPattern.name); childLayoutList = new ArrayList<>(); for (ChildLayout childLayout : list){ childLayoutList.add(childLayout.name); } childAdapter = new ArrayAdapter<>(context, R.layout.item_spinner_drop_down_small,childLayoutList); childSpinner.setAdapter(childAdapter); if (childLayoutList.size() == 0){ currentChild = null; } else { if (childLayoutList.contains(currentChild)){ childSpinner.setSelection(childAdapter.getPosition(currentChild)); } else { childSpinner.setSelection(0); currentChild = childLayoutList.get(0); } } viewManager.refreshLayout(currentPattern.name,currentChild,editMode); } public void onActivityResult(int requestCode, int resultCode, Intent data) { } @Override public void onCheckedChanged(CompoundButton compoundButton, boolean b) { if (compoundButton == switchMenuFloat) { gameMenuSetting.menuFloatSetting.enable = b; if (b){ baseLayout.addView(viewManager.menuFloat); } else { baseLayout.removeView(viewManager.menuFloat); } checkOpenMenuSetting(); GameMenuSetting.saveGameMenuSetting(gameMenuSetting); } if (compoundButton == switchMenuView) { gameMenuSetting.menuViewSetting.enable = b; if (b){ baseLayout.addView(viewManager.menuView); } else { baseLayout.removeView(viewManager.menuView); } checkOpenMenuSetting(); GameMenuSetting.saveGameMenuSetting(gameMenuSetting); } if (compoundButton == switchMenuSlide) { gameMenuSetting.menuSlideSetting = b; if (b){ drawerLayout.setDrawerLockMode(DrawerLayout.LOCK_MODE_UNLOCKED); } else { drawerLayout.setDrawerLockMode(DrawerLayout.LOCK_MODE_LOCKED_CLOSED); } checkOpenMenuSetting(); GameMenuSetting.saveGameMenuSetting(gameMenuSetting); } if (compoundButton == switchFloatMovable) { gameMenuSetting.menuFloatSetting.movable = b; GameMenuSetting.saveGameMenuSetting(gameMenuSetting); } if (compoundButton == switchAdvanceInput) { gameMenuSetting.advanceInput = b; GameMenuSetting.saveGameMenuSetting(gameMenuSetting); } if (compoundButton == switchTouch) { gameMenuSetting.enableTouch = b; GameMenuSetting.saveGameMenuSetting(gameMenuSetting); } if (compoundButton == switchMousePatch) { gameMenuSetting.mousePatch = b; GameMenuSetting.saveGameMenuSetting(gameMenuSetting); } if (compoundButton == switchSensor) { gameMenuSetting.enableSensor = b; GameMenuSetting.saveGameMenuSetting(gameMenuSetting); if (viewManager != null){ viewManager.setSensorEnable(b); } } if (compoundButton == switchHalfScreen) { gameMenuSetting.disableHalfScreen = b; GameMenuSetting.saveGameMenuSetting(gameMenuSetting); } if (compoundButton == switchHideUI) { gameMenuSetting.hideUI = b; GameMenuSetting.saveGameMenuSetting(gameMenuSetting); viewManager.hideUI(b); } if (compoundButton == editModeSwitch) { editMode = b; if (b) { editInfo.setEnabled(true); manageChild.setEnabled(true); childSpinner.setEnabled(true); addView.setEnabled(true); } else { editInfo.setEnabled(false); manageChild.setEnabled(false); childSpinner.setEnabled(false); addView.setEnabled(false); } viewManager.refreshLayout(currentPattern.name,currentChild,b); } if (compoundButton == showOutlineSwitch) { showOutline = b; if (viewManager != null) { viewManager.refreshViews(); } } } @Override public void onClick(View view) { if (view == openHin2nMenu) { } if (view == forceExit) { AlertDialog.Builder builder = new AlertDialog.Builder(context); builder.setTitle(context.getString(R.string.dialog_force_exit_title)); builder.setMessage(context.getString(R.string.dialog_force_exit_message)); builder.setPositiveButton(context.getString(R.string.dialog_force_exit_positive), (dialogInterface, i) -> { android.os.Process.killProcess(android.os.Process.myPid()); }); builder.setNegativeButton(context.getString(R.string.dialog_force_exit_negative), (dialogInterface, i) -> {}); AlertDialog dialog = builder.create(); dialog.show(); } if (view == editInfo){ EditControlPatternDialog dialog = new EditControlPatternDialog(context,activity,enableNameEditor, new EditControlPatternDialog.OnPatternInfoChangeListener() { @Override public void OnInfoChange(ControlPattern controlPattern) { if (currentPattern.name.equals(initialPattern)){ initialPattern = controlPattern.name; } FileUtils.rename(AppManifest.CONTROLLER_DIR + "/" + currentPattern.name,controlPattern.name); Gson gson = new Gson(); String string = gson.toJson(controlPattern); FileStringUtils.writeFile(AppManifest.CONTROLLER_DIR + "/" + controlPattern.name + "/info.json",string); for (ChildLayout child : SettingUtils.getChildList(controlPattern.name)) { for (BaseButtonInfo info : child.baseButtonList) { info.pattern = controlPattern.name; } for (BaseRockerViewInfo info : child.baseRockerViewList) { info.pattern = controlPattern.name; } ChildLayout.saveChildLayout(controlPattern.name,child); } patternList = SettingUtils.getControlPatternList(); currentPattern = controlPattern; ArrayList<String> patterns = new ArrayList<>(); for (ControlPattern pattern : patternList){ patterns.add(pattern.name); } ArrayAdapter<String> patternAdapter = new ArrayAdapter<>(context, R.layout.item_spinner_drop_down_small,patterns); patternSpinner.setAdapter(patternAdapter); patternSpinner.setSelection(patternAdapter.getPosition(currentPattern.name)); } },currentPattern); dialog.show(); } if (view == manageChild){ ChildManagerDialog dialog = new ChildManagerDialog(context,this,currentPattern); dialog.show(); } if (view == addView){ if (currentChild == null){ Toast.makeText(context,context.getString(R.string.drawer_custom_menu_warn),Toast.LENGTH_SHORT).show(); } else { AddViewDialog dialog = new AddViewDialog(context, currentPattern.name,currentChild, screenWidth, screenHeight, new AddViewDialog.OnViewCreateListener() { @Override public void onButtonCreate(BaseButtonInfo baseButtonInfo) { viewManager.addButton(baseButtonInfo,View.VISIBLE); } @Override public void onRockerCreate(BaseRockerViewInfo baseRockerViewInfo) { viewManager.addRocker(baseRockerViewInfo,View.VISIBLE); } },fullscreen); dialog.show(); } } } @Override public void onItemSelected(AdapterView<?> adapterView, View view, int i, long l) { if (adapterView == spinnerTouchMode){ gameMenuSetting.touchMode = i; GameMenuSetting.saveGameMenuSetting(gameMenuSetting); } if (adapterView == spinnerMouseMode){ gameMenuSetting.mouseMode = i; GameMenuSetting.saveGameMenuSetting(gameMenuSetting); } if (adapterView == patternSpinner){ String str = (String) patternSpinner.getItemAtPosition(i); for (ControlPattern controlPattern : patternList){ if (controlPattern.name.equals(str)){ currentPattern = controlPattern; break; } } refreshChildSpinner(); } if (adapterView == childSpinner){ currentChild = (String) childSpinner.getItemAtPosition(i); if (editMode) { viewManager.refreshLayout(currentPattern.name,(String) childSpinner.getItemAtPosition(i), true); } } } @Override public void onNothingSelected(AdapterView<?> adapterView) { } @SuppressLint("SetTextI18n") @Override public void onProgressChanged(SeekBar seekBar, int i, boolean b) { if (seekBar == sensitivitySeekbar){ gameMenuSetting.sensitivity = i; sensitivityText.setText(Integer.toString(i)); } if (seekBar == mouseSpeedSeekbar){ gameMenuSetting.mouseSpeed = (float) i / 100f; mouseSpeedText.setText(Integer.toString(i)); } if (seekBar == mouseSizeSeekbar){ gameMenuSetting.mouseSize = i; mouseSizeText.setText(Integer.toString(i)); } GameMenuSetting.saveGameMenuSetting(gameMenuSetting); } @Override public void onStartTrackingTouch(SeekBar seekBar) { } @Override public void onStopTrackingTouch(SeekBar seekBar) { } }
24,450
Java
.java
HMCL-dev/HMCL-PE
677
91
99
2022-08-18T10:50:39Z
2024-04-02T00:39:41Z
5bcfde7fc4c1db62f6d321873f227adee6985d2c161f3b9ae2e506627344995b
[ 1337, 785, 51, 121, 3292, 25005, 51, 10677, 592, 367, 51, 2452, 64, 222, 222, 485, 2616, 51, 4341, 51, 10689, 20331, 64, 222, 485, 2616, 51, 1304, 51, 1237, 64, 222, 485, 2616, 51, 1304, 51, 8770, 64, 222, 485, 2616, 51, 1090, 51, 1089, 64, 222, 485, 2616, 51, 3872, 51, 4433, 1089, 64, 222, 485, 2616, 51, 3872, 51, 1280, 4433, 64, 222, 485, 2616, 51, 3872, 51, 1732, 64, 222, 485, 2616, 51, 3872, 51, 18133, 1732, 64, 222, 485, 2616, 51, 3872, 51, 18441, 2914, 64, 222, 485, 2616, 51, 3872, 51, 19837, 64, 222, 485, 2616, 51, 3872, 51, 12791, 64, 222, 485, 2616, 51, 3872, 51, 15030, 64, 222, 222, 485, 10484, 51, 32355, 51, 745, 51, 40628, 64, 222, 485, 10484, 51, 32355, 51, 745, 51, 35181, 64, 222, 485, 10484, 51, 32355, 51, 3872, 51, 7940, 6823, 64, 222, 485, 10484, 51, 30016, 3106, 51, 3872, 51, 16860, 2362, 64, 222, 222, 485, 785, 51, 2193, 51, 19968, 51, 33548, 64, 222, 485, 785, 51, 121, 3292, 25005, 51, 10677, 592, 367, 51, 87, 64, 222, 485, 785, 51, 121, 3292, 25005, 51, 10677, 592, 367, 51, 2452, 51, 12455, 51, 1778, 1732, 1139, 64, 222, 485, 785, 51, 121, 3292, 25005, 51, 10677, 592, 367, 51, 2452, 51, 12455, 51, 1778, 87, 3073, 1089, 1139, 64, 222, 485, 785, 51, 121, 3292, 25005, 51, 10677, 592, 367, 51, 2452, 51, 1090, 51, 23446, 64, 222, 485, 785, 51, 121, 3292, 25005, 51, 10677, 592, 367, 51, 2452, 51, 1090, 51, 10464, 2674, 1630, 64, 222, 485, 785, 51, 121, 3292, 25005, 51, 10677, 592, 367, 51, 23682, 51, 41463, 51, 2452, 51, 1121, 1089, 3742, 64, 222, 485, 785, 51, 121, 3292, 25005, 51, 10677, 592, 367, 51, 23682, 51, 41463, 51, 2452, 51, 2950, 1590, 3742, 64, 222, 485, 785, 51, 121, 3292, 25005, 51, 10677, 592, 367, 51, 23682, 51, 41463, 51, 2452, 51, 3594, 2436, 5526, 3742, 64, 222, 485, 785, 51, 121, 3292, 25005, 51, 10677, 592, 367, 51, 23682, 51, 687, 51, 1717, 51, 4641, 51, 2950, 2362, 64, 222, 485, 785, 51, 121, 3292, 25005, 51, 10677, 592, 367, 51, 23682, 51, 687, 51, 1717, 51, 4641, 51, 2436, 5526, 64, 222, 485, 785, 51, 121, 3292, 25005, 51, 10677, 592, 367, 51, 10788, 51, 1306, 12061, 64, 222, 485, 785, 51, 121, 3292, 25005, 51, 10677, 592, 367, 51, 23682, 51, 8129, 51, 9968, 7093, 64, 222, 485, 785, 51, 121, 3292, 25005, 51, 10677, 592, 367, 51, 23682, 51, 8129, 51, 7093, 2769, 64, 222, 485, 785, 51, 121, 3292, 25005, 51, 10677, 592, 367, 51, 23682, 51, 8129, 51, 3642, 51, 3783, 2689, 7093, 64, 222, 485, 785, 51, 121, 3292, 25005, 51, 10677, 592, 367, 51, 2324, 51, 781, 51, 14016, 2769, 64, 222, 485, 785, 51, 121, 3292, 25005, 51, 10677, 592, 367, 51, 2324, 51, 781, 51, 991, 15193, 64, 222, 485, 785, 51, 121, 3292, 25005, 51, 10677, 592, 367, 51, 2324, 51, 781, 51, 39463, 64, 222, 222, 485, 1401, 51, 1058, 51, 7119, 64, 222, 222, 942, 462, 9999, 2775, 4584, 42160, 1732, 51, 1501, 9027, 17089, 49, 4340, 51, 12733, 49, 23656, 1089, 51, 1501, 31264, 2239, 49, 40623, 2914, 51, 1501, 18441, 2914, 17089, 320, 465, 581, 7063, 1637, 64, 303, 581, 36463, 8800, 64, 303, 581, 1922, 39659, 64, 303, 581, 910, 4204, 2995, 64, 303, 581, 10181, 284, 2362, 34192, 2362, 64, 303, 581, 11409, 3686, 1712, 2362, 64, 303, 581, 648, 42483, 64, 303, 581, 1916, 5271, 9176, 64, 465, 581, 648, 4820, 2627, 64, 303, 581, 648, 4820, 3041, 64, 465, 581, 6067, 2689, 7093, 4204, 2689, 7093, 64, 465, 581, 26700, 2674, 1630, 12800, 2674, 1630, 64, 465, 581, 15763, 6823, 3593, 2689, 3690, 64, 303, 581, 15763, 6823, 3593, 2689, 1089, 64, 303, 581, 15763, 6823, 3593, 2689, 14361, 64, 303, 581, 15763, 6823, 3593, 3690, 7230, 463, 64, 303, 581, 15763, 6823, 3593, 28004, 1630, 64, 303, 581, 15763, 6823, 3593, 10464, 64, 303, 581, 15763, 6823, 3593, 6042, 9786, 64, 303, 581, 15763, 6823, 3593, 11813, 64, 303, 581, 15763, 6823, 3593, 19179, 4627, 64, 303, 581, 5034, 3384, 30674, 10464, 2116, 64, 303, 581, 5034, 3384, 30674, 6042, 2116, 64, 303, 581, 18503, 44474, 1049, 64, 303, 581, 40623, 2914, 44474, 18441, 1652, 64, 303, 581, 18503, 8466, 8186, 1049, 64, 303, 581, 40623, 2914, 8466, 8186, 18441, 1652, 64, 303, 581, 18503, 8466, 1269, 1049, 64, 303, 581, 40623, 2914, 8466, 1269, 18441, 1652, 64, 303, 581, 15763, 6823, 3593, 13483, 2299, 64, 303, 581, 7413, 2177, 77, 285, 55, 115, 2689, 64, 303, 581, 7413, 7679, 8121, 64, 465, 581, 5034, 3384, 5275, 19837, 64, 303, 581, 15763, 6823, 4588, 2116, 7940, 64, 303, 581, 15763, 6823, 2539, 20083, 7940, 64, 303, 581, 7413, 4588, 1139, 64, 303, 581, 7413, 11857, 2950, 64, 303, 581, 5034, 3384, 2851, 19837, 64, 303, 581, 7413, 1035, 1089, 64, 465, 581, 5068, 65, 2436, 5526, 67, 5275, 739, 64, 303, 581, 7822, 5526, 1565, 5526, 64, 303, 581, 910, 2838, 5526, 64, 303, 581, 910, 1565, 2950, 64, 303, 581, 1922, 4588, 2116, 64, 303, 581, 1922, 2539, 20083, 64, 303, 581, 1922, 5362, 577, 4836, 64, 303, 581, 5068, 65, 671, 67, 2851, 2362, 739, 64, 303, 581, 2647, 4433, 65, 671, 67, 2851, 4433, 64, 465, 581, 648, 4204, 7424, 2116, 299, 244, 53, 64, 465, 581, 4340, 1590, 2221, 1590, 64, 303, 581, 507, 80, 1590, 8670, 1590, 64, 465, 581, 1922, 6621, 4645, 64, 465, 581, 1916, 6226, 93, 64, 303, 581, 1916, 6226, 94, 64, 303, 581, 1916, 4964, 93, 64, 303, 581, 1916, 4964, 94, 64, 303, 581, 1916, 1565, 93, 64, 303, 581, 1916, 1565, 94, 64, 465, 581, 9999, 2775, 45, 1237, 1637, 49, 36463, 8800, 49, 4412, 39659, 49, 671, 4204, 2995, 49, 10181, 284, 2362, 34192, 2362, 49, 11409, 3686, 1712, 2362, 49, 4412, 4588, 2116, 49, 671, 1565, 5526, 49, 429, 42483, 49, 1832, 5271, 9176, 1528, 310, 477, 51, 1834, 299, 1637, 64, 310, 477, 51, 6904, 299, 8800, 64, 310, 477, 51, 21578, 299, 39659, 64, 310, 477, 51, 3642, 2995, 299, 4204, 2995, 64, 310, 477, 51, 30016, 2362, 299, 34192, 2362, 64, 310, 477, 51, 1460, 2362, 299, 1712, 2362, 64, 310, 477, 51, 3189, 2116, 299, 4588, 2116, 64, 310, 477, 51, 2276, 20083, 299, 920, 64, 310, 477, 51, 4909, 577, 4836, 299, 4588, 2116, 64, 310, 477, 51, 23682, 299, 42483, 64, 310, 477, 51, 3826, 9176, 299, 5271, 9176, 64, 310, 5275, 739, 299, 15478, 2769, 51, 390, 2436, 5526, 739, 492, 310, 434, 327, 5622, 739, 51, 911, 365, 630, 244, 53, 46, 320, 343, 8977, 7093, 51, 8796, 2436, 5526, 45, 6904, 49, 556, 25769, 2769, 51, 991, 6425, 351, 3309, 365, 320, 419, 496, 1806, 419, 581, 782, 34776, 365, 320, 547, 5275, 739, 299, 15478, 2769, 51, 390, 2436, 5526, 739, 492, 547, 1426, 3588, 45, 1460, 2362, 49, 3189, 2116, 49, 1719, 5526, 312, 419, 339, 2125, 496, 1806, 419, 581, 782, 563, 5296, 45, 671, 1067, 46, 320, 2125, 339, 343, 1141, 310, 339, 310, 832, 320, 343, 1426, 3588, 45, 1460, 2362, 49, 3189, 2116, 49, 1719, 5526, 312, 310, 339, 303, 339, 465, 581, 782, 5362, 7424, 365, 320, 310, 4204, 7424, 2116, 299, 244, 53, 64, 310, 434, 327, 1090, 1590, 882, 762, 46, 320, 343, 2221, 1590, 51, 4909, 7424, 492, 310, 339, 310, 434, 327, 4785, 1590, 882, 762, 46, 320, 343, 8670, 1590, 51, 4909, 7424, 492, 310, 339, 303, 339, 465, 581, 782, 7383, 7424, 3261, 310, 4204, 7424, 2116, 299, 244, 54, 64, 310, 434, 327, 1090, 1590, 882, 762, 46, 320, 343, 2221, 1590, 51, 5826, 7424, 492, 310, 339, 310, 434, 327, 4785, 1590, 882, 762, 46, 320, 343, 8670, 1590, 51, 5826, 7424, 492, 310, 339, 303, 339, 465, 581, 782, 1426, 3588, 327, 23446, 1712, 2362, 49, 4412, 4588, 2116, 49, 671, 1565, 5526, 46, 320, 310, 456, 327, 2436, 5526, 3518, 5526, 518, 5275, 739, 1528, 343, 434, 327, 2452, 5526, 51, 444, 51, 3591, 45, 1719, 5526, 7717, 419, 477, 51, 1719, 5526, 299, 3518, 5526, 64, 343, 339, 310, 339, 310, 434, 327, 1719, 5526, 630, 762, 46, 320, 343, 1565, 5526, 299, 15478, 2769, 51, 390, 2436, 5526, 739, 941, 390, 45, 53, 566, 444, 64, 310, 339, 310, 1565, 2950, 299, 15478, 2769, 51, 24200, 739, 45, 1719, 5526, 566, 911, 365, 868, 244, 53, 1037, 15478, 2769, 51, 24200, 739, 45, 1719, 5526, 566, 390, 45, 53, 566, 444, 518, 762, 64, 310, 434, 327, 23682, 630, 244, 53, 1528, 343, 1712, 2362, 51, 2276, 5777, 492, 310, 339, 603, 4204, 2689, 7093, 299, 6067, 2689, 7093, 51, 390, 3783, 2689, 7093, 492, 310, 3238, 492, 303, 339, 465, 496, 10689, 20331, 459, 39007, 78, 54, 61, 115, 678, 303, 581, 782, 3238, 3261, 310, 12800, 2674, 1630, 299, 8800, 51, 14137, 45, 87, 51, 333, 51, 1151, 100, 20316, 312, 310, 12800, 2674, 1630, 51, 489, 6891, 10455, 45, 597, 49, 556, 517, 4233, 2674, 10455, 1052, 603, 3593, 2689, 3690, 299, 8800, 51, 14137, 45, 87, 51, 333, 51, 4651, 100, 1832, 100, 1654, 312, 310, 3593, 2689, 1089, 299, 8800, 51, 14137, 45, 87, 51, 333, 51, 4651, 100, 1652, 312, 310, 3593, 2689, 14361, 299, 8800, 51, 14137, 45, 87, 51, 333, 51, 4651, 100, 42992, 312, 310, 3593, 3690, 7230, 463, 299, 8800, 51, 14137, 45, 87, 51, 333, 51, 4651, 100, 1832, 100, 3492, 463, 312, 310, 3593, 28004, 1630, 299, 8800, 51, 14137, 45, 87, 51, 333, 51, 4651, 100, 22662, 100, 1151, 312, 310, 3593, 10464, 299, 8800, 51, 14137, 45, 87, 51, 333, 51, 4651, 100, 11252, 312, 310, 3593, 6042, 9786, 299, 8800, 51, 14137, 45, 87, 51, 333, 51, 4651, 100, 7079, 100, 2690, 312, 310, 3593, 11813, 299, 8800, 51, 14137, 45, 87, 51, 333, 51, 4651, 100, 2452, 100, 12625, 312, 310, 3593, 19179, 4627, 299, 8800, 51, 14137, 45, 87, 51, 333, 51, 4651, 100, 10919, 100, 4475, 312, 310, 30674, 10464, 2116, 299, 8800, 51, 14137, 45, 87, 51, 333, 51, 20743, 100, 11252, 100, 2832, 312, 310, 30674, 6042, 2116, 299, 8800, 51, 14137, 45, 87, 51, 333, 51, 20743, 100, 7079, 100, 2832, 312, 310, 44474, 1049, 299, 8800, 51, 14137, 45, 87, 51, 333, 51, 120, 21292, 100, 897, 312, 310, 44474, 18441, 1652, 299, 8800, 51, 14137, 45, 87, 51, 333, 51, 12625, 100, 120, 21292, 312, 310, 8466, 8186, 1049, 299, 8800, 51, 14137, 45, 87, 51, 333, 51, 7079, 100, 7682, 100, 897, 312, 310, 8466, 8186, 18441, 1652, 299, 8800, 51, 14137, 45, 87, 51, 333, 51, 7079, 100, 7682, 312, 310, 8466, 1269, 1049, 299, 8800, 51, 14137, 45, 87, 51, 333, 51, 7079, 100, 911, 100, 897, 312, 310, 8466, 1269, 18441, 1652, 299, 8800, 51, 14137, 45, 87, 51, 333, 51, 7079, 100, 911, 312, 310, 3593, 13483, 2299, 299, 8800, 51, 14137, 45, 87, 51, 333, 51, 4651, 100, 5845, 100, 1726, 312, 310, 2177, 77, 285, 55, 115, 2689, 299, 8800, 51, 14137, 45, 87, 51, 333, 51, 1693, 100, 47374, 55, 115, 100, 3055, 312, 310, 7679, 8121, 299, 8800, 51, 14137, 45, 87, 51, 333, 51, 5556, 100, 4788, 312, 603, 3593, 2689, 3690, 51, 47187, 45, 3642, 2689, 7093, 51, 3055, 3690, 7093, 51, 4909, 312, 310, 3593, 2689, 1089, 51, 47187, 45, 3642, 2689, 7093, 51, 3055, 1089, 7093, 51, 4909, 312, 310, 3593, 2689, 14361, 51, 47187, 45, 3642, 2689, 7093, 51, 3055, 14361, 7093, 312, 310, 3593, 3690, 7230, 463, 51, 47187, 45, 3642, 2689, 7093, 51, 3055, 3690, 7093, 51, 3492, 463, 312, 310, 3593, 28004, 1630, 51, 47187, 45, 3642, 2689, 7093, 51, 22662, 1630, 312, 310, 3593, 10464, 51, 47187, 45, 3642, 2689, 7093, 51, 4909, 10464, 312, 310, 3593, 6042, 9786, 51, 47187, 45, 3642, 2689, 7093, 51, 7079, 9786, 312, 310, 3593, 11813, 51, 47187, 45, 3642, 2689, 7093, 51, 4909, 11813, 312, 310, 3593, 19179, 4627, 51, 47187, 45, 3642, 2689, 7093, 51, 5826, 19179, 4627, 312, 310, 3593, 13483, 2299, 51, 47187, 45, 3642, 2689, 7093, 51, 5845, 2299, 312, 603, 3593, 2689, 3690, 51, 22304, 9027, 17089, 45, 597, 312, 310, 3593, 2689, 1089, 51, 22304, 9027, 17089, 45, 597, 312, 310, 3593, 2689, 14361, 51, 22304, 9027, 17089, 45, 597, 312, 310, 3593, 3690, 7230, 463, 51, 22304, 9027, 17089, 45, 597, 312, 310, 3593, 28004, 1630, 51, 22304, 9027, 17089, 45, 597, 312, 310, 3593, 10464, 51, 22304, 9027, 17089, 45, 597, 312, 310, 3593, 6042, 9786, 51, 22304, 9027, 17089, 45, 597, 312, 310, 3593, 11813, 51, 22304, 9027, 17089, 45, 597, 312, 310, 3593, 19179, 4627, 51, 22304, 9027, 17089, 45, 597, 312, 310, 3593, 13483, 2299, 51, 22304, 9027, 17089, 45, 597, 312, 310, 2177, 77, 285, 55, 115, 2689, 51, 18903, 45, 597, 312, 310, 7679, 8121, 51, 18903, 45, 597, 312, 603, 5068, 65, 671, 67, 12800, 21475, 299, 556, 5068, 6984, 310, 12800, 21475, 51, 688, 45, 1834, 51, 7080, 45, 87, 51, 819, 51, 30016, 100, 3642, 100, 3055, 100, 2452, 100, 11252, 100, 2832, 100, 1315, 894, 310, 12800, 21475, 51, 688, 45, 1834, 51, 7080, 45, 87, 51, 819, 51, 30016, 100, 3642, 100, 3055, 100, 2452, 100, 11252, 100, 2832, 100, 15605, 894, 310, 2647, 4433, 65, 671, 67, 12800, 2116, 4433, 299, 556, 2647, 4433, 11530, 1834, 49, 87, 51, 3106, 51, 1113, 100, 20743, 100, 3850, 100, 1772, 100, 4901, 49, 11252, 21475, 312, 310, 30674, 10464, 2116, 51, 43226, 45, 11252, 2116, 4433, 312, 310, 30674, 10464, 2116, 51, 46408, 45, 3642, 2689, 7093, 51, 11252, 2116, 312, 310, 30674, 10464, 2116, 51, 22304, 31264, 2239, 45, 597, 312, 603, 5068, 65, 671, 67, 8466, 21475, 299, 556, 5068, 6984, 310, 8466, 21475, 51, 688, 45, 1834, 51, 7080, 45, 87, 51, 819, 51, 30016, 100, 3642, 100, 3055, 100, 2452, 100, 7079, 100, 2832, 100, 2956, 894, 310, 8466, 21475, 51, 688, 45, 1834, 51, 7080, 45, 87, 51, 819, 51, 30016, 100, 3642, 100, 3055, 100, 2452, 100, 7079, 100, 2832, 100, 7277, 894, 310, 2647, 4433, 65, 671, 67, 8466, 2116, 4433, 299, 556, 2647, 4433, 11530, 1834, 49, 87, 51, 3106, 51, 1113, 100, 20743, 100, 3850, 100, 1772, 100, 4901, 49, 7079, 21475, 312, 310, 30674, 6042, 2116, 51, 43226, 45, 7079, 2116, 4433, 312, 310, 30674, 6042, 2116, 51, 46408, 45, 3642, 2689, 7093, 51, 7079, 2116, 312, 310, 30674, 6042, 2116, 51, 22304, 31264, 2239, 45, 597, 312, 603, 5275, 19837, 299, 8800, 51, 14137, 45, 87, 51, 333, 51, 1719, 100, 5622, 100, 20743, 312, 310, 4588, 2116, 7940, 299, 8800, 51, 14137, 45, 87, 51, 333, 51, 4651, 100, 3189, 100, 2832, 312, 310, 2539, 20083, 7940, 299, 8800, 51, 14137, 45, 87, 51, 333, 51, 4651, 100, 2276, 100, 11944, 312, 310, 4588, 1139, 299, 8800, 51, 14137, 45, 87, 51, 333, 51, 3189, 100, 5622, 100, 1357, 312, 310, 11857, 2950, 299, 8800, 51, 14137, 45, 87, 51, 333, 51, 10885, 100, 2680, 100, 3106, 312, 310, 2851, 19837, 299, 8800, 51, 14137, 45, 87, 51, 333, 51, 1719, 100, 2680, 100, 20743, 312, 310, 1035, 1089, 299, 8800, 51, 14137, 45, 87, 51, 333, 51, 688, 100, 1090, 312, 603, 44474, 1049, 51, 6619, 45, 3078, 51, 3127, 45, 3642, 2689, 7093, 51, 120, 21292, 894, 310, 44474, 18441, 1652, 51, 489, 5291, 45, 3642, 2689, 7093, 51, 120, 21292, 312, 310, 44474, 18441, 1652, 51, 22304, 18441, 2914, 17089, 45, 597, 312, 603, 8466, 8186, 1049, 51, 6619, 45, 3690, 51, 3127, 45, 3642, 2689, 7093, 51, 7079, 8186, 338, 244, 54, 53, 53, 894, 310, 8466, 8186, 18441, 1652, 51, 489, 5291, 1181, 429, 46, 327, 3642, 2689, 7093, 51, 7079, 8186, 338, 244, 54, 53, 53, 894, 310, 8466, 8186, 18441, 1652, 51, 22304, 18441, 2914, 17089, 45, 597, 312, 603, 8466, 1269, 1049, 51, 6619, 45, 3078, 51, 3127, 45, 3642, 2689, 7093, 51, 7079, 1269, 894, 310, 8466, 1269, 18441, 1652, 51, 489, 5291, 45, 3642, 2689, 7093, 51, 7079, 1269, 312, 310, 8466, 1269, 18441, 1652, 51, 22304, 18441, 2914, 17089, 45, 597, 312, 603, 5068, 65, 671, 67, 15137, 299, 556, 5068, 6984, 310, 456, 327, 2436, 5526, 3518, 5526, 518, 5275, 739, 1528, 343, 15137, 51, 688, 45, 2452, 5526, 51, 444, 312, 310, 339, 310, 2647, 4433, 65, 671, 67, 5275, 4433, 299, 556, 2647, 4433, 11530, 1834, 49, 578, 51, 3106, 51, 1113, 100, 20743, 100, 3850, 100, 1772, 100, 4901, 49, 15735, 312, 310, 5275, 19837, 51, 43226, 45, 5622, 4433, 312, 310, 5275, 19837, 51, 46408, 45, 5622, 4433, 51, 29668, 45, 1719, 5526, 51, 444, 894, 603, 5068, 65, 2950, 2362, 67, 1168, 299, 15478, 2769, 51, 24200, 739, 45, 1719, 5526, 51, 444, 312, 310, 2851, 2362, 739, 299, 556, 5068, 6984, 310, 456, 327, 2950, 2362, 2851, 2362, 518, 1168, 1528, 343, 2851, 2362, 739, 51, 688, 45, 2680, 2362, 51, 444, 312, 310, 339, 310, 2851, 4433, 299, 556, 2647, 4433, 11530, 1834, 49, 578, 51, 3106, 51, 1113, 100, 20743, 100, 3850, 100, 1772, 100, 4901, 49, 2680, 2362, 739, 312, 310, 2851, 19837, 51, 43226, 45, 2680, 4433, 312, 603, 434, 327, 3189, 2116, 46, 320, 343, 4588, 1139, 51, 18822, 45, 1527, 312, 343, 11857, 2950, 51, 18822, 45, 1527, 312, 343, 2851, 19837, 51, 18822, 45, 1527, 312, 343, 1035, 1089, 51, 18822, 45, 1527, 312, 310, 339, 310, 832, 320, 343, 4588, 1139, 51, 18822, 45, 1886, 312, 343, 11857, 2950, 51, 18822, 45, 1886, 312, 343, 2851, 19837, 51, 18822, 45, 1886, 312, 343, 1035, 1089, 51, 18822, 45, 1886, 312, 310, 339, 310, 4588, 2116, 7940, 51, 47187, 45, 3189, 2116, 312, 603, 2851, 19837, 51, 46408, 45, 53, 312, 603, 5275, 19837, 51, 22304, 31264, 2239, 45, 597, 312, 310, 4588, 2116, 7940, 51, 22304, 9027, 17089, 45, 597, 312, 310, 2539, 20083, 7940, 51, 22304, 9027, 17089, 45, 597, 312, 310, 4588, 1139, 51, 18903, 45, 597, 312, 310, 11857, 2950, 51, 18903, 45, 597, 312, 310, 2851, 19837, 51, 22304, 31264, 2239, 45, 597, 312, 310, 1035, 1089, 51, 18903, 45, 597, 312, 603, 1712, 2362, 51, 1545, 4133, 984, 320, 343, 4820, 2627, 299, 1712, 2362, 51, 21398, 492, 343, 4820, 3041, 299, 1712, 2362, 51, 22361, 492, 343, 2221, 1590, 299, 556, 4340, 1590, 45, 1834, 49, 6904, 49, 597, 49, 1460, 2362, 49, 23682, 312, 343, 8670, 1590, 299, 556, 507, 80, 1590, 45, 597, 312, 343, 1524, 2981, 2689, 7093, 492, 310, 1141, 603, 434, 327, 3642, 2689, 7093, 51, 3055, 14361, 7093, 1528, 343, 34192, 2362, 51, 489, 16860, 4645, 2116, 45, 16860, 2362, 51, 5364, 100, 4986, 100, 32777, 1363, 312, 310, 339, 310, 832, 320, 343, 34192, 2362, 51, 489, 16860, 4645, 2116, 45, 16860, 2362, 51, 5364, 100, 4986, 100, 5364, 1363, 100, 37586, 312, 310, 339, 303, 339, 465, 964, 782, 1524, 2981, 2689, 7093, 3261, 310, 434, 1445, 3642, 2689, 7093, 51, 3055, 3690, 7093, 51, 4909, 979, 673, 3642, 2689, 7093, 51, 3055, 1089, 7093, 51, 4909, 979, 673, 3642, 2689, 7093, 51, 3055, 14361, 7093, 1528, 343, 3593, 2689, 3690, 51, 47187, 45, 1527, 312, 310, 339, 303, 339, 465, 581, 782, 9736, 2950, 19837, 3261, 310, 5068, 65, 2950, 2362, 67, 1168, 299, 15478, 2769, 51, 24200, 739, 45, 1719, 5526, 51, 444, 312, 310, 2851, 2362, 739, 299, 556, 5068, 6984, 310, 456, 327, 2950, 2362, 2851, 2362, 518, 1168, 1528, 343, 2851, 2362, 739, 51, 688, 45, 2680, 2362, 51, 444, 312, 310, 339, 310, 2851, 4433, 299, 556, 2647, 4433, 11530, 1834, 49, 578, 51, 3106, 51, 1113, 100, 20743, 100, 3850, 100, 1772, 100, 4901, 49, 2680, 2362, 739, 312, 310, 2851, 19837, 51, 43226, 45, 2680, 4433, 312, 310, 434, 327, 2680, 2362, 739, 51, 911, 365, 630, 244, 53, 1528, 343, 1565, 2950, 299, 762, 64, 310, 339, 310, 832, 320, 343, 434, 327, 2680, 2362, 739, 51, 4766, 45, 1719, 2950, 7717, 419, 2851, 19837, 51, 46408, 45, 2680, 4433, 51, 29668, 45, 1719, 2950, 894, 343, 339, 343, 832, 320, 419, 2851, 19837, 51, 46408, 45, 53, 312, 419, 1565, 2950, 299, 2851, 2362, 739, 51, 390, 45, 53, 312, 343, 339, 310, 339, 310, 2221, 1590, 51, 8195, 2362, 45, 1719, 5526, 51, 444, 49, 1719, 2950, 49, 3189, 2116, 312, 303, 339, 465, 581, 782, 563, 3697, 1413, 45, 429, 1343, 1241, 49, 648, 47655, 49, 11790, 727, 46, 320, 465, 339, 465, 496, 1806, 303, 581, 782, 563, 42796, 45, 18133, 1732, 27089, 1732, 49, 1922, 342, 46, 320, 310, 434, 327, 26799, 1732, 630, 3593, 2689, 3690, 46, 320, 343, 4204, 2689, 7093, 51, 3055, 3690, 7093, 51, 4909, 299, 342, 64, 343, 434, 327, 103, 1528, 419, 1712, 2362, 51, 47863, 45, 1090, 1590, 51, 3055, 3690, 312, 343, 339, 343, 832, 320, 419, 1712, 2362, 51, 2564, 1089, 45, 1090, 1590, 51, 3055, 3690, 312, 343, 339, 343, 1524, 2981, 2689, 7093, 492, 343, 6067, 2689, 7093, 51, 2882, 3783, 2689, 7093, 45, 3642, 2689, 7093, 312, 310, 339, 310, 434, 327, 26799, 1732, 630, 3593, 2689, 1089, 46, 320, 343, 4204, 2689, 7093, 51, 3055, 1089, 7093, 51, 4909, 299, 342, 64, 343, 434, 327, 103, 1528, 419, 1712, 2362, 51, 47863, 45, 1090, 1590, 51, 3055, 1089, 312, 343, 339, 343, 832, 320, 419, 1712, 2362, 51, 2564, 1089, 45, 1090, 1590, 51, 3055, 1089, 312, 343, 339, 343, 1524, 2981, 2689, 7093, 492, 343, 6067, 2689, 7093, 51, 2882, 3783, 2689, 7093, 45, 3642, 2689, 7093, 312, 310, 339, 310, 434, 327, 26799, 1732, 630, 3593, 2689, 14361, 46, 320, 343, 4204, 2689, 7093, 51, 3055, 14361, 7093, 299, 342, 64, 343, 434, 327, 103, 1528, 419, 34192, 2362, 51, 489, 16860, 4645, 2116, 45, 16860, 2362, 51, 5364, 100, 4986, 100, 32777, 1363, 312, 343, 339, 343, 832, 320, 419, 34192, 2362, 51, 489, 16860, 4645, 2116, 45, 16860, 2362, 51, 5364, 100, 4986, 100, 5364, 1363, 100, 37586, 312, 343, 339, 343, 1524, 2981, 2689, 7093, 492, 343, 6067, 2689, 7093, 51, 2882, 3783, 2689, 7093, 45, 3642, 2689, 7093, 312, 310, 339, 310, 434, 327, 26799, 1732, 630, 3593, 3690, 7230, 463, 46, 320, 343, 4204, 2689, 7093, 51, 3055, 3690, 7093, 51, 3492, 463, 299, 342, 64, 343, 6067, 2689, 7093, 51, 2882, 3783, 2689, 7093, 45, 3642, 2689, 7093, 312, 310, 339, 310, 434, 327, 26799, 1732, 630, 3593, 28004, 1630, 46, 320, 343, 4204, 2689, 7093, 51, 22662, 1630, 299, 342, 64, 343, 6067, 2689, 7093, 51, 2882, 3783, 2689, 7093, 45, 3642, 2689, 7093, 312, 310, 339, 310, 434, 327, 26799, 1732, 630, 3593, 10464, 46, 320, 343, 4204, 2689, 7093, 51, 4909, 10464, 299, 342, 64, 343, 6067, 2689, 7093, 51, 2882, 3783, 2689, 7093, 45, 3642, 2689, 7093, 312, 310, 339, 310, 434, 327, 26799, 1732, 630, 3593, 6042, 9786, 46, 320, 343, 4204, 2689, 7093, 51, 7079, 9786, 299, 342, 64, 343, 6067, 2689, 7093, 51, 2882, 3783, 2689, 7093, 45, 3642, 2689, 7093, 312, 310, 339, 310, 434, 327, 26799, 1732, 630, 3593, 11813, 46, 320, 343, 4204, 2689, 7093, 51, 4909, 11813, 299, 342, 64, 343, 6067, 2689, 7093, 51, 2882, 3783, 2689, 7093, 45, 3642, 2689, 7093, 312, 343, 434, 327, 1090, 1590, 882, 762, 1528, 419, 2221, 1590, 51, 489, 11813, 6601, 45, 103, 312, 343, 339, 310, 339, 310, 434, 327, 26799, 1732, 630, 3593, 19179, 4627, 46, 320, 343, 4204, 2689, 7093, 51, 5826, 19179, 4627, 299, 342, 64, 343, 6067, 2689, 7093, 51, 2882, 3783, 2689, 7093, 45, 3642, 2689, 7093, 312, 310, 339, 310, 434, 327, 26799, 1732, 630, 3593, 13483, 2299, 46, 320, 343, 4204, 2689, 7093, 51, 5845, 2299, 299, 342, 64, 343, 6067, 2689, 7093, 51, 2882, 3783, 2689, 7093, 45, 3642, 2689, 7093, 312, 343, 2221, 1590, 51, 5845, 2299, 45, 103, 312, 310, 339, 310, 434, 327, 26799, 1732, 630, 4588, 2116, 7940, 46, 320, 343, 4588, 2116, 299, 342, 64, 343, 434, 327, 103, 46, 320, 419, 4588, 1139, 51, 18822, 45, 1527, 312, 419, 11857, 2950, 51, 18822, 45, 1527, 312, 419, 2851, 19837, 51, 18822, 45, 1527, 312, 419, 1035, 1089, 51, 18822, 45, 1527, 312, 343, 339, 343, 832, 320, 419, 4588, 1139, 51, 18822, 45, 1886, 312, 419, 11857, 2950, 51, 18822, 45, 1886, 312, 419, 2851, 19837, 51, 18822, 45, 1886, 312, 419, 1035, 1089, 51, 18822, 45, 1886, 312, 343, 339, 343, 2221, 1590, 51, 8195, 2362, 45, 1719, 5526, 51, 444, 49, 1719, 2950, 49, 103, 312, 310, 339, 310, 434, 327, 26799, 1732, 630, 2539, 20083, 7940, 46, 320, 343, 2539, 20083, 299, 342, 64, 343, 434, 327, 1090, 1590, 882, 762, 46, 320, 419, 2221, 1590, 51, 8195, 12026, 492, 343, 339, 310, 339, 303, 339, 465, 496, 1806, 303, 581, 782, 7057, 45, 1089, 2221, 46, 320, 310, 434, 327, 1090, 630, 2177, 77, 285, 55, 115, 2689, 46, 320, 603, 339, 310, 434, 327, 1090, 630, 7679, 8121, 46, 320, 343, 37468, 51, 1812, 4914, 299, 556, 37468, 51, 1812, 45, 1834, 312, 343, 4914, 51, 17359, 45, 1834, 51, 7080, 45, 87, 51, 819, 51, 5962, 100, 5556, 100, 4788, 100, 1333, 894, 343, 4914, 51, 28901, 45, 1834, 51, 7080, 45, 87, 51, 819, 51, 5962, 100, 5556, 100, 4788, 100, 1454, 894, 343, 4914, 51, 489, 17982, 1732, 45, 1834, 51, 7080, 45, 87, 51, 819, 51, 5962, 100, 5556, 100, 4788, 100, 18614, 490, 327, 5962, 3058, 49, 613, 46, 984, 320, 419, 2616, 51, 519, 51, 2877, 51, 14043, 2877, 45, 4048, 51, 519, 51, 2877, 51, 1791, 21096, 1052, 343, 1141, 343, 4914, 51, 489, 17144, 1732, 45, 1834, 51, 7080, 45, 87, 51, 819, 51, 5962, 100, 5556, 100, 4788, 100, 15327, 490, 327, 5962, 3058, 49, 613, 46, 984, 18917, 343, 37468, 7501, 299, 4914, 51, 1315, 492, 343, 7501, 51, 2276, 492, 310, 339, 310, 434, 327, 1090, 630, 4588, 1139, 1528, 343, 10605, 2436, 5526, 3742, 7501, 299, 556, 10605, 2436, 5526, 3742, 45, 1834, 49, 6904, 49, 4909, 577, 4836, 49, 556, 10605, 2436, 5526, 3742, 51, 1501, 5526, 1139, 17089, 365, 320, 419, 496, 1806, 419, 581, 782, 2715, 1139, 1810, 45, 2436, 5526, 3518, 5526, 46, 320, 547, 434, 327, 1719, 5526, 51, 444, 51, 3591, 45, 4353, 5526, 7717, 733, 2838, 5526, 299, 3518, 5526, 51, 444, 64, 547, 339, 547, 36423, 51, 13287, 45, 1306, 12061, 51, 34935, 100, 3217, 494, 13198, 494, 1565, 5526, 51, 444, 49, 2452, 5526, 51, 444, 312, 547, 33317, 35202, 299, 556, 33317, 492, 547, 910, 821, 299, 35202, 51, 22693, 45, 2452, 5526, 312, 547, 2050, 15193, 51, 39009, 45, 1306, 12061, 51, 34935, 100, 3217, 494, 13198, 494, 3518, 5526, 51, 444, 494, 2450, 1357, 51, 1279, 411, 819, 312, 547, 456, 327, 2950, 2362, 2851, 518, 15478, 2769, 51, 24200, 739, 45, 2452, 5526, 51, 444, 509, 320, 733, 456, 327, 1778, 1732, 1139, 3116, 518, 2851, 51, 1460, 1732, 739, 46, 320, 1031, 3116, 51, 5622, 299, 3518, 5526, 51, 444, 64, 733, 339, 733, 456, 327, 1778, 87, 3073, 1089, 1139, 3116, 518, 2851, 51, 1460, 87, 3073, 1089, 739, 46, 320, 1031, 3116, 51, 5622, 299, 3518, 5526, 51, 444, 64, 733, 339, 733, 17149, 2362, 51, 2882, 2950, 2362, 45, 2452, 5526, 51, 444, 49, 2680, 312, 547, 339, 547, 5275, 739, 299, 15478, 2769, 51, 390, 2436, 5526, 739, 492, 547, 1565, 5526, 299, 3518, 5526, 64, 547, 5068, 65, 671, 67, 15137, 299, 556, 5068, 6984, 547, 456, 327, 2436, 5526, 5275, 518, 5275, 739, 1528, 733, 15137, 51, 688, 45, 5622, 51, 444, 312, 547, 339, 547, 2647, 4433, 65, 671, 67, 5275, 4433, 299, 556, 2647, 4433, 11530, 1834, 49, 578, 51, 3106, 51, 1113, 100, 20743, 100, 3850, 100, 1772, 100, 4901, 49, 15735, 312, 547, 5275, 19837, 51, 43226, 45, 5622, 4433, 312, 547, 5275, 19837, 51, 46408, 45, 5622, 4433, 51, 29668, 45, 1719, 5526, 51, 444, 894, 419, 339, 343, 820, 1719, 5526, 312, 343, 7501, 51, 2276, 492, 310, 339, 310, 434, 327, 1090, 630, 11857, 2950, 1528, 343, 17149, 1590, 3742, 7501, 299, 556, 17149, 1590, 3742, 45, 1834, 49, 597, 49, 1719, 5526, 312, 343, 7501, 51, 2276, 492, 310, 339, 310, 434, 327, 1090, 630, 1035, 1089, 1528, 343, 434, 327, 1719, 2950, 630, 762, 1528, 419, 15250, 51, 26139, 45, 1834, 49, 1834, 51, 7080, 45, 87, 51, 819, 51, 30016, 100, 3005, 100, 3055, 100, 8453, 490, 15030, 51, 9567, 100, 15448, 566, 2276, 492, 343, 339, 343, 832, 320, 419, 2242, 1089, 3742, 7501, 299, 556, 2242, 1089, 3742, 45, 1834, 49, 1565, 5526, 51, 444, 49, 1719, 2950, 49, 4820, 2627, 49, 4820, 3041, 49, 556, 2242, 1089, 3742, 51, 1501, 1089, 1940, 2239, 365, 320, 547, 496, 1806, 547, 581, 782, 563, 1732, 1940, 45, 1778, 1732, 1139, 1712, 1732, 1139, 46, 320, 733, 2221, 1590, 51, 688, 1732, 45, 1460, 1732, 1139, 49, 1089, 51, 18392, 312, 547, 339, 3704, 496, 1806, 547, 581, 782, 563, 87, 3073, 1940, 45, 1778, 87, 3073, 1089, 1139, 1712, 87, 3073, 1089, 1139, 46, 320, 733, 2221, 1590, 51, 688, 87, 3073, 45, 1460, 87, 3073, 1089, 1139, 49, 1089, 51, 18392, 312, 547, 339, 419, 820, 21578, 312, 419, 7501, 51, 2276, 492, 343, 339, 310, 339, 303, 339, 465, 496, 1806, 303, 581, 782, 563, 31264, 45, 4433, 1089, 11667, 10726, 1089, 49, 4340, 2221, 49, 648, 613, 49, 1964, 475, 46, 320, 310, 434, 327, 8730, 1089, 630, 30674, 10464, 2116, 1528, 343, 4204, 2689, 7093, 51, 11252, 2116, 299, 613, 64, 343, 6067, 2689, 7093, 51, 2882, 3783, 2689, 7093, 45, 3642, 2689, 7093, 312, 310, 339, 310, 434, 327, 8730, 1089, 630, 30674, 6042, 2116, 1528, 343, 4204, 2689, 7093, 51, 7079, 2116, 299, 613, 64, 343, 6067, 2689, 7093, 51, 2882, 3783, 2689, 7093, 45, 3642, 2689, 7093, 312, 310, 339, 310, 434, 327, 8730, 1089, 630, 5275, 19837, 1528, 343, 910, 615, 299, 327, 671, 46, 5275, 19837, 51, 12244, 1094, 2746, 45, 110, 312, 343, 456, 327, 2436, 5526, 3518, 5526, 518, 5275, 739, 1528, 419, 434, 327, 2452, 5526, 51, 444, 51, 3591, 45, 484, 7717, 547, 1565, 5526, 299, 3518, 5526, 64, 547, 1644, 64, 419, 339, 343, 339, 343, 9736, 2950, 19837, 492, 310, 339, 310, 434, 327, 8730, 1089, 630, 2851, 19837, 1528, 343, 1565, 2950, 299, 327, 671, 46, 2851, 19837, 51, 12244, 1094, 2746, 45, 110, 312, 343, 434, 327, 3189, 2116, 46, 320, 419, 2221, 1590, 51, 8195, 2362, 45, 1719, 5526, 51, 444, 12804, 671, 46, 2851, 19837, 51, 12244, 1094, 2746, 45, 110, 490, 878, 312, 343, 339, 310, 339, 303, 339, 465, 496, 1806, 303, 581, 782, 563, 17975, 4559, 45, 4433, 1089, 11667, 10726, 1089, 46, 320, 465, 339, 465, 496, 10689, 20331, 459, 39007, 78, 54, 61, 115, 678, 303, 496, 1806, 303, 581, 782, 563, 5291, 3663, 45, 18441, 2914, 22829, 2914, 49, 648, 613, 49, 1922, 342, 46, 320, 310, 434, 327, 14405, 2914, 630, 44474, 18441, 1652, 1528, 343, 4204, 2689, 7093, 51, 120, 21292, 299, 613, 64, 343, 44474, 1049, 51, 6619, 45, 3078, 51, 3127, 45, 110, 894, 310, 339, 310, 434, 327, 14405, 2914, 630, 8466, 8186, 18441, 1652, 1528, 343, 4204, 2689, 7093, 51, 7079, 8186, 299, 327, 1832, 46, 613, 536, 244, 54, 53, 53, 107, 64, 343, 8466, 8186, 1049, 51, 6619, 45, 3078, 51, 3127, 45, 110, 894, 310, 339, 310, 434, 327, 14405, 2914, 630, 8466, 1269, 18441, 1652, 1528, 343, 4204, 2689, 7093, 51, 7079, 1269, 299, 613, 64, 343, 8466, 1269, 1049, 51, 6619, 45, 3078, 51, 3127, 45, 110, 894, 310, 339, 310, 6067, 2689, 7093, 51, 2882, 3783, 2689, 7093, 45, 3642, 2689, 7093, 312, 303, 339, 465, 496, 1806, 303, 581, 782, 47455, 15112, 10464, 45, 18441, 2914, 22829, 2914, 46, 320, 465, 339, 465, 496, 1806, 303, 581, 782, 563, 6496, 15112, 10464, 45, 18441, 2914, 22829, 2914, 46, 320, 465, 339, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
5,412
true
65.93047
true
true
Undo.java
/FileExtraction/Java_unseen/OpenSourcePhysics_tracker/src/org/opensourcephysics/cabrillo/tracker/Undo.java
/* * The tracker package defines a set of video/image analysis tools * built on the Open Source Physics framework by Wolfgang Christian. * * Copyright (c) 2019 Douglas Brown * * Tracker is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * Tracker is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with Tracker; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston MA 02111-1307 USA * or view the license online at <http://www.gnu.org/copyleft/gpl.html> * * For additional Tracker information and documentation, please see * <http://physlets.org/tracker/>. */ package org.opensourcephysics.cabrillo.tracker; import javax.swing.JDialog; import javax.swing.undo.*; import java.awt.Point; import java.io.IOException; import java.util.*; import org.opensourcephysics.controls.*; import org.opensourcephysics.media.core.*; /** * A class to handle undo/redo operations for Tracker. * * @author Douglas Brown */ public class Undo { // static fields protected static Map<TrackerPanel, Undo> undomap = new HashMap<TrackerPanel, Undo>(); // instance fields protected UndoableEditSupport undoSupport; protected MyUndoManager undoManager; /** * Private constructor. */ private Undo() { // set up the undo system undoManager = new MyUndoManager(); // undoManager.setLimit(20); undoSupport = new UndoableEditSupport(); undoSupport.addUndoableEditListener(undoManager); XML.setLoader(TrackProperties.class, TrackProperties.getLoader()); } /** * Reports whether an undoable edit is available for the specified panel. * * @param panel the TrackerPanel * @return true if an undoable edit is available */ public static boolean canUndo(TrackerPanel panel) { return getUndo(panel).undoManager.canUndo(); } /** * Gets the undoable edit description for the specified panel. * * @param panel the TrackerPanel * @return the undoable edit description */ public static String getUndoDescription(TrackerPanel panel) { String desc = TrackerRes.getString("TMenuBar.MenuItem.Undo"); //$NON-NLS-1$ UndoableEdit edit = getUndo(panel).undoManager.getUndoEdit(); if (edit!=null) { desc += " "+edit.getPresentationName(); //$NON-NLS-1$ } return desc; } /** * Undoes the most recently posted edit for the specified panel. * * @param panel the TrackerPanel */ public static void undo(TrackerPanel panel) { // check last edit and (if trackEdit) modify its redo state with current state of track if (!getUndo(panel).undoManager.canRedo()) { UndoableEdit lastEdit = getUndo(panel).undoManager.getUndoEdit(); if (lastEdit!=null && lastEdit instanceof TrackEdit) { TrackEdit trackEdit = (TrackEdit)lastEdit; String name = trackEdit.trackName; TTrack track = panel.getTrack(name); if (track!=null) { trackEdit.redo = new XMLControlElement(track).toXML(); } } } getUndo(panel).undoManager.undo(); refreshMenus(panel); panel.repaint(); } /** * Reports whether an undoable edit is available for the specified panel. * * @param panel the TrackerPanel * @return true if an undoable edit is available */ public static boolean canRedo(TrackerPanel panel) { return getUndo(panel).undoManager.canRedo(); } /** * Gets the redoable edit description for the specified panel. * * @param panel the TrackerPanel * @return the redoable edit description */ public static String getRedoDescription(TrackerPanel panel) { String desc = TrackerRes.getString("TMenuBar.MenuItem.Redo"); //$NON-NLS-1$ UndoableEdit edit = getUndo(panel).undoManager.getRedoEdit(); if (edit!=null) { desc += " "+edit.getPresentationName(); //$NON-NLS-1$ } return desc; } /** * Redoes the most recently undone edit for the specified panel. * * @param panel the TrackerPanel */ public static void redo(TrackerPanel panel) { getUndo(panel).undoManager.redo(); refreshMenus(panel); panel.repaint(); } //_____________________ private and protected methods ______________________ /** * Posts an undoable edit for a deleted track. * * @param track the track */ protected static void postTrackDelete(TTrack track) { TrackerPanel panel = track.trackerPanel; if (panel == null) return; UndoableEdit edit = getUndo(panel).new TrackDelete(panel, track); getUndo(panel).undoSupport.postEdit(edit); refreshMenus(panel); } /** * Posts an undoable edit for a TrackerPanel cleared of tracks. * * @param panel the TrackerPanel that has been cleared * @param xml a list of XML strings describing the cleared tracks */ protected static void postTrackClear(TrackerPanel panel, List<String> xml) { UndoableEdit edit = getUndo(panel).new TrackClear(panel, xml); getUndo(panel).undoSupport.postEdit(edit); refreshMenus(panel); } /** * Posts an undoable edit for a changed track. * * @param track the changed track * @param control an XMLControl with the previous state of the track */ protected static void postTrackEdit(TTrack track, XMLControl control) { TrackerPanel panel = track.trackerPanel; if (panel == null) return; UndoableEdit edit = getUndo(panel).new TrackEdit(track, control); getUndo(panel).undoSupport.postEdit(edit); refreshMenus(panel); } /** * Posts an undoable edit for multiple changed tracks. * * @param tracksAndXMLControls list of array elements, each element = {track, track's previous state} */ protected static void postMultiTrackEdit(ArrayList<Object[]> tracksAndXMLControls) { if (tracksAndXMLControls==null || tracksAndXMLControls.size()==0) return; TTrack track = (TTrack)tracksAndXMLControls.get(0)[0]; TrackerPanel panel = track.trackerPanel; if (panel == null) return; UndoableEdit edit = null; for (Object[] next: tracksAndXMLControls) { track = (TTrack)next[0]; XMLControl control = (XMLControl)next[1]; if (edit==null) { // create track edit for first track edit = getUndo(panel).new TrackEdit(track, control); } else { // create compound edit for subsequent tracks UndoableEdit trackEdit = getUndo(panel).new TrackEdit(track, control); edit = getUndo(panel).new CompoundEdit(trackEdit, edit); } } getUndo(panel).undoSupport.postEdit(edit); refreshMenus(panel); } /** * Posts an undoable edit for a changed step. * * @param step the changed step * @param control an XMLControl with the previous state of the track */ protected static void postStepEdit(Step step, XMLControl control) { TrackerPanel panel = step.getTrack().trackerPanel; if (panel == null) return; UndoableEdit edit = getUndo(panel).new StepEdit(step, control); getUndo(panel).undoSupport.postEdit(edit); refreshMenus(panel); } /** * Posts an undoable edit for a changed StepSet. * * @param steps the changed StepSet * @param control an XMLControl with the previous state of the StepSet */ protected static void postStepSetEdit(StepSet steps, XMLControl control) { TrackerPanel panel = steps.trackerPanel; TTrack track = null; boolean singleTrack = true; for (Step step: steps) { if (step.getTrack()!=null) { if (track==null) track = step.getTrack(); else { // track not null, so compare if (track!=step.getTrack()) { singleTrack = false; break; } } } } UndoableEdit edit; if (track!=null && singleTrack) { edit = getUndo(panel).new TrackEdit(track, control); } else { edit = getUndo(panel).new StepSetEdit(steps, control); } getUndo(panel).undoSupport.postEdit(edit); steps.setChanged(false); // prevents clear() method from saving another undoable edit steps.clear(); refreshMenus(panel); } /** * Posts an undoable edit for a changed coordinate system. * * @param panel the TrackerPanel with the changed coords * @param control an XMLControl with the previous state of the coords */ protected static void postCoordsEdit(TrackerPanel panel, XMLControl control) { UndoableEdit edit = getUndo(panel).new CoordsEdit(panel, control); getUndo(panel).undoSupport.postEdit(edit); refreshMenus(panel); } /** * Posts a compound undoable edit for tracks that control the coords. * * @param track the changed track * @param trackControl an XMLControl with the previous state of the track * @param coordsControl an XMLControl with the previous state of the coords */ protected static void postTrackAndCoordsEdit(TTrack track, XMLControl trackControl, XMLControl coordsControl) { TrackerPanel panel = track.trackerPanel; if (panel == null) return; // coords edit first! UndoableEdit edit1 = getUndo(panel).new CoordsEdit(panel, coordsControl); UndoableEdit edit2 = getUndo(panel).new TrackEdit(track, trackControl); UndoableEdit compound = getUndo(panel).new CompoundEdit(edit1, edit2); getUndo(panel).undoSupport.postEdit(compound); refreshMenus(panel); } /** * Posts an undoable edit for an edited image video. * * @param panel the TrackerPanel with the new video clip * @param paths paths to the video files * @param index step number at which edit occured * @param step step number after edit occured * @param added true if a frame was added */ protected static void postImageVideoEdit(TrackerPanel panel, String[] paths, int index, int step, boolean added) { UndoableEdit edit = getUndo(panel).new ImageVideoEdit( panel, paths, index, step, added); getUndo(panel).undoSupport.postEdit(edit); refreshMenus(panel); } /** * Posts an undoable edit for a replaced video clip. * * @param panel the TrackerPanel with the new video clip * @param control an XMLControl describing the previous video clip */ protected static void postVideoReplace(TrackerPanel panel, XMLControl control) { UndoableEdit edit = getUndo(panel).new VideoReplace(panel, control); getUndo(panel).undoSupport.postEdit(edit); refreshMenus(panel); } /** * Posts an undoable edit for a video filter deletion. * * @param panel the TrackerPanel with the new video clip * @param filter the deleted filter */ protected static void postFilterDelete(TrackerPanel panel, Filter filter) { UndoableEdit edit = getUndo(panel).new FilterDelete(panel, filter); getUndo(panel).undoSupport.postEdit(edit); refreshMenus(panel); } /** * Posts an undoable edit for a change to a video filter. * * @param panel the TrackerPanel with the new video clip * @param filter the filter * @param control an XMLControl with the previous state of the filter */ protected static void postFilterEdit(TrackerPanel panel, Filter filter, XMLControl control) { UndoableEdit edit = getUndo(panel).new FilterEdit(panel, filter, control); getUndo(panel).undoSupport.postEdit(edit); refreshMenus(panel); } /** * Posts an undoable edit for a TrackerPanel cleared of video filters. * * @param panel the TrackerPanel that has been cleared * @param xml a list of XML strings describing the cleared tracks */ protected static void postFilterClear(TrackerPanel panel, List<String> xml) { UndoableEdit edit = getUndo(panel).new FilterClear(panel, xml); getUndo(panel).undoSupport.postEdit(edit); refreshMenus(panel); } /** * Posts an undoable edit for a footprint, name or color change. * * @param track the track with the changed property * @param control an XMLControl with the previous state of the footprint */ protected static void postTrackDisplayEdit(TTrack track, XMLControl control) { TrackerPanel panel = track.trackerPanel; if (panel == null) return; UndoableEdit edit = getUndo(panel).new TrackDisplayEdit(track, control); getUndo(panel).undoSupport.postEdit(edit); refreshMenus(panel); } private static Undo getUndo(TrackerPanel panel) { Undo undo = undomap.get(panel); if (undo == null) { undo = new Undo(); undomap.put(panel, undo); } return undo; } private static void refreshMenus(TrackerPanel panel) { TMenuBar menubar = TMenuBar.getMenuBar(panel); if (menubar != null) menubar.refresh(); } //______________________ inner UndoableEdit classes ______________________ /** * A class to undo/redo track changes. */ protected class TrackEdit extends TEdit { String trackName, trackType; private TrackEdit(TTrack track, XMLControl control) { super(track.trackerPanel, track, control); trackName = track.getName(); String s = track.getClass().getSimpleName(); trackType = TrackerRes.getString(s+".Name"); //$NON-NLS-1$ if (trackType.startsWith("!")) { //$NON-NLS-1$ trackType = s; } } protected void load(String xml) { XMLControl control = new XMLControlElement(xml); TTrack track = panel.getTrack(trackName); if (track==null) return; control.loadObject(track); track.erase(); track.firePropertyChange("steps", null, null); //$NON-NLS-1$ // TrackEdit is also used for text column edits track.firePropertyChange("text_column", null, null); //$NON-NLS-1$ } public String getPresentationName() { return TrackerRes.getString("Undo.Description.Edit")+" " //$NON-NLS-1$ //$NON-NLS-2$ +trackType; } } /** * A class to undo/redo step changes. */ protected class StepEdit extends TEdit { Step step; String trackType; private StepEdit(Step step, XMLControl control) { super(step.getTrack().trackerPanel, step, control); this.step = step; String s = step.getTrack().getClass().getSimpleName(); trackType = TrackerRes.getString(s+".Name"); //$NON-NLS-1$ if (trackType.startsWith("!")) { //$NON-NLS-1$ trackType = s; } } protected void load(String xml) { XMLControl control = new XMLControlElement(xml); control.loadObject(step); step.erase(); TTrackBar.getTrackbar(panel).refresh(); } public String getPresentationName() { return TrackerRes.getString("Undo.Description.Edit")+" " //$NON-NLS-1$ //$NON-NLS-2$ +trackType; } } /** * A class to undo/redo footprint, color and name changes. */ protected class TrackDisplayEdit extends TEdit { String undoName, redoName; String trackName, trackType; private TrackDisplayEdit(TTrack track, XMLControl control) { super(track.trackerPanel, new TrackProperties(track), control); control = new XMLControlElement(undo); TrackProperties props = (TrackProperties)control.loadObject(null); undoName = track.getName(); redoName = props.name; String s = track.getClass().getSimpleName(); trackType = TrackerRes.getString(s+".Name"); //$NON-NLS-1$ if (trackType.startsWith("!")) { //$NON-NLS-1$ trackType = s; } } public void undo() throws CannotUndoException { trackName = undoName; super.undo(); } public void redo() throws CannotUndoException { trackName = redoName; super.redo(); } protected void load(String xml) { XMLControl control = new XMLControlElement(xml); TrackProperties props = (TrackProperties)control.loadObject(null); TTrack track = panel.getTrack(trackName); if (track==null) return; track.setName(props.name); if (props.colors!=null) { if (props.colors.length==1) { track.setColor(props.colors[0]); } else if (track instanceof ParticleDataTrack) { ((ParticleDataTrack)track).setAllColors(props.colors); } } if (props.footprints!=null) { if (props.footprints.length==1) { track.setFootprint(props.footprints[0]); } else if (track instanceof ParticleDataTrack) { ((ParticleDataTrack)track).setAllFootprints(props.footprints); } } } public String getPresentationName() { return TrackerRes.getString("Undo.Description.Edit")+" " //$NON-NLS-1$ //$NON-NLS-2$ +trackType; } } /** * A class to undo/redo stepset changes. */ protected class StepSetEdit extends TEdit { private StepSetEdit(StepSet steps, XMLControl control) { super(steps.trackerPanel, steps, control); } protected void load(String xml) { XMLControl control = new XMLControlElement(xml); StepSet steps = new StepSet(panel); control.loadObject(steps); } public String getPresentationName() { return TrackerRes.getString("Undo.Description.Edit")+" " //$NON-NLS-1$ //$NON-NLS-2$ +TrackerRes.getString("Undo.Description.Steps"); //$NON-NLS-1$ } } /** * A class to undo/redo coords changes. */ protected class CoordsEdit extends TEdit { private CoordsEdit(TrackerPanel panel, XMLControl control) { super(panel, panel.getCoords(), control); } protected void load(String xml) { XMLControl control = new XMLControlElement(xml); ImageCoordSystem coords = panel.getCoords(); control.loadObject(coords); } public String getPresentationName() { return TrackerRes.getString("Undo.Description.Edit")+" " //$NON-NLS-1$ //$NON-NLS-2$ +TrackerRes.getString("TMenuBar.Menu.Coords"); //$NON-NLS-1$ } } /** * A class to undo/redo image video edits. */ protected class ImageVideoEdit extends AbstractUndoableEdit { String[] paths; // image path TrackerPanel panel; int n; // add/remove index int step; // post-removal step number boolean added; // true if original edit was an addImage private ImageVideoEdit(TrackerPanel panel, String[] imagePaths, int index, int step, boolean added) { this.panel = panel; paths = imagePaths; n = index; this.step = step; this.added = added; } public void undo() throws CannotUndoException { super.undo(); if (added) removeImages(); else addImages(); } public void redo() throws CannotUndoException { super.redo(); if (added) addImages(); else removeImages(); } private void addImages() { if (paths == null || paths.length==0) return; try { int index = n; for (int i = 0; i < paths.length; i++) { String path = paths[i]; if (path == null) continue; ImageVideo imageVid = (ImageVideo)panel.getVideo(); imageVid.insert(path, index, false); VideoClip clip = panel.getPlayer().getVideoClip(); clip.setStepCount(imageVid.getFrameCount()); int step = panel.getPlayer().getVideoClip().frameToStep(index++); panel.getPlayer().setStepNumber(step); } } catch (IOException ex) { ex.printStackTrace(); } } private void removeImages() { if (panel.getVideo() instanceof ImageVideo) { ImageVideo imageVid = (ImageVideo)panel.getVideo(); for (int i = 0; i < paths.length; i++) { imageVid.remove(n); } int len = imageVid.getFrameCount(); VideoClip clip = panel.getPlayer().getVideoClip(); clip.setStepCount(len); panel.getPlayer().setStepNumber(step); } } public String getPresentationName() { if (added) { return TrackerRes.getString("Undo.Description.Add")+" " //$NON-NLS-1$ //$NON-NLS-2$ +TrackerRes.getString("Undo.Description.Images"); //$NON-NLS-1$ } return TrackerRes.getString("Undo.Description.Remove")+" " //$NON-NLS-1$ //$NON-NLS-2$ +TrackerRes.getString("Undo.Description.Images"); //$NON-NLS-1$ } } /** * A class to undo/redo video replacements. */ protected class VideoReplace extends TEdit { private VideoReplace(TrackerPanel panel, XMLControl control) { super(panel, panel.getPlayer().getVideoClip(), control); } public void undo() throws CannotUndoException { // if ImageVideo, save invalid images Video video = panel.getVideo(); if (video instanceof ImageVideo) { ((ImageVideo)video).saveInvalidImages(); } // refresh redo state redo = new XMLControlElement(panel.getPlayer().getVideoClip()).toXML(); super.undo(); } public void redo() throws CannotUndoException { // if ImageVideo, save invalid images Video video = panel.getVideo(); if (video instanceof ImageVideo) { ((ImageVideo)video).saveInvalidImages(); } // refresh undo state undo = new XMLControlElement(panel.getPlayer().getVideoClip()).toXML(); super.redo(); } protected void load(String xml) { // clear filters from old video Video video = panel.getVideo(); if (video!=null) { TActions.getAction("clearFilters", panel).actionPerformed(null); //$NON-NLS-1$ } XMLControl control = new XMLControlElement(xml); VideoClip clip = (VideoClip)control.loadObject(null); panel.getPlayer().setVideoClip(clip); video = panel.getVideo(); if (video!=null) { for (Filter filter: video.getFilterStack().getFilters()) { filter.setVideoPanel(panel); if (filter.inspectorX != Integer.MIN_VALUE) { filter.inspectorVisible = true; if (panel.visibleFilters == null) { panel.visibleFilters = new HashMap<Filter, Point>(); } Point p = new Point(filter.inspectorX, filter.inspectorY); panel.visibleFilters.put(filter, p); } } } } public String getPresentationName() { return TrackerRes.getString("Undo.Description.Replace")+" " //$NON-NLS-1$ //$NON-NLS-2$ +TrackerRes.getString("Undo.Description.Video"); //$NON-NLS-1$ } } /** * A class to undo/redo changes to objects associated with a TrackerPanel. * The constructor takes the TrackerPanel, the object AFTER being changed, * and an XMLControl storing the state of the object BEFORE the changes. */ protected abstract class TEdit extends AbstractUndoableEdit { String undo; // xml string String redo; // xml string TrackerPanel panel; protected TEdit(TrackerPanel panel, Object obj, XMLControl control) { this.panel = panel; undo = control.toXML(); control = new XMLControlElement(obj); redo = control.toXML(); } public void undo() throws CannotUndoException { super.undo(); load(undo); } public void redo() throws CannotUndoException { super.redo(); load(redo); } abstract void load(String xml); } /** * A class to undo/redo a pair of UndoableEdits. */ protected class CompoundEdit extends AbstractUndoableEdit { UndoableEdit editA; UndoableEdit editB; protected CompoundEdit(UndoableEdit edit1, UndoableEdit edit2) { editA = edit1; editB = edit2; } public void undo() throws CannotUndoException { super.undo(); editA.undo(); editB.undo(); } public void redo() throws CannotUndoException { super.redo(); editA.redo(); editB.redo(); } public String getPresentationName() { return editA.getPresentationName(); } } /** * A class to undo/redo track deletion. */ protected class TrackDelete extends AbstractUndoableEdit { String xml; int trackID; TrackerPanel panel; String trackType; private TrackDelete(TrackerPanel panel, TTrack track) { XMLControl control = new XMLControlElement(track); xml = control.toXML(); this.panel = panel; String s = track.getClass().getSimpleName(); trackType = TrackerRes.getString(s+".Name"); //$NON-NLS-1$ if (trackType.startsWith("!")) { //$NON-NLS-1$ trackType = s; } } public void undo() throws CannotUndoException { super.undo(); XMLControl control = new XMLControlElement(xml); TTrack track = (TTrack)control.loadObject(null); panel.addTrack(track); trackID = track.getID(); panel.requestFocus(); } public void redo() throws CannotUndoException { super.redo(); TTrack track = TTrack.getTrack(trackID); track.delete(false); } public String getPresentationName() { return TrackerRes.getString("Undo.Description.Delete")+" " //$NON-NLS-1$ //$NON-NLS-2$ +trackType; } } /** * A class to undo/redo clearing tracks. */ protected class TrackClear extends AbstractUndoableEdit { List<String> xml; TrackerPanel panel; private TrackClear(TrackerPanel trackerPanel, List<String> xml) { this.xml = xml; panel = trackerPanel; } public void undo() throws CannotUndoException { super.undo(); Iterator<String> it = xml.iterator(); while (it.hasNext()) { XMLControl control = new XMLControlElement(it.next()); TTrack track = (TTrack)control.loadObject(null); panel.addTrack(track); } panel.requestFocus(); } public void redo() throws CannotUndoException { super.redo(); panel.clearTracks(); } public String getPresentationName() { return TrackerRes.getString("Undo.Description.Clear")+" " //$NON-NLS-1$ //$NON-NLS-2$ +TrackerRes.getString("Undo.Description.Tracks"); //$NON-NLS-1$ } } /** * A class to undo/redo filter deletion. */ protected class FilterDelete extends AbstractUndoableEdit { String xml; TrackerPanel panel; int i; Filter filter; String filterName; private FilterDelete(TrackerPanel trackerPanel, Filter filter) { xml = new XMLControlElement(filter).toXML(); panel = trackerPanel; i = panel.getVideo().getFilterStack().lastIndexRemoved(); filterName = filter.getClass().getSimpleName(); int j = filterName.indexOf("Filter"); //$NON-NLS-1$ if (j>0 && j<filterName.length()-1) { filterName = filterName.substring(0, j); } filterName = MediaRes.getString("VideoFilter."+filterName); //$NON-NLS-1$ } public void undo() throws CannotUndoException { super.undo(); Video video = panel.getVideo(); if (video != null) { XMLControl control = new XMLControlElement(xml); filter = (Filter)control.loadObject(null); filter.setVideoPanel(panel); video.getFilterStack().insertFilter(filter, i); if (filter.inspectorX != Integer.MIN_VALUE) { filter.inspectorVisible = true; if (panel.visibleFilters == null) { panel.visibleFilters = new HashMap<Filter, Point>(); } Point p = new Point(filter.inspectorX, filter.inspectorY); panel.visibleFilters.put(filter, p); } // if (filter.inspectorX != Integer.MIN_VALUE) { // Dimension dim = Toolkit.getDefaultToolkit().getScreenSize(); // TFrame frame = panel.getTFrame(); // JDialog inspector = filter.getInspector(); // int x = Math.max(filter.inspectorX + frame.getLocation().x, 0); // x = Math.min(x, dim.width-inspector.getWidth()); // int y = Math.max(filter.inspectorY + frame.getLocation().y, 0); // y = Math.min(y, dim.height-inspector.getHeight()); // inspector.setLocation(x, y); // inspector.setVisible(true); // } } } public void redo() throws CannotUndoException { super.redo(); Video video = panel.getVideo(); if (video != null) { filter.setVideoPanel(null); TMenuBar menubar = TMenuBar.getMenuBar(panel); menubar.refreshing = true; // prevents posting another undoable edit video.getFilterStack().removeFilter(filter); menubar.refreshing = false; i = video.getFilterStack().lastIndexRemoved(); filter = null; // eliminate all references to deleted filter } } public String getPresentationName() { return TrackerRes.getString("Undo.Description.Delete")+" " //$NON-NLS-1$ //$NON-NLS-2$ +TrackerRes.getString("Undo.Description.Filter"); //$NON-NLS-1$ } } /** * A class to undo/redo filter clearing. */ protected class FilterClear extends AbstractUndoableEdit { List<String> xml; TrackerPanel panel; private FilterClear(TrackerPanel trackerPanel, List<String> xml) { this.xml = xml; panel = trackerPanel; } public void undo() throws CannotUndoException { super.undo(); Video video = panel.getVideo(); if (video != null) { for (String next: xml) { XMLControl control = new XMLControlElement(next); Filter filter = (Filter)control.loadObject(null); filter.setVideoPanel(panel); video.getFilterStack().addFilter(filter); if (filter.inspectorX != Integer.MIN_VALUE) { filter.inspectorVisible = true; if (panel.visibleFilters == null) { panel.visibleFilters = new HashMap<Filter, Point>(); } Point p = new Point(filter.inspectorX, filter.inspectorY); panel.visibleFilters.put(filter, p); } } } } public void redo() throws CannotUndoException { super.redo(); Video video = panel.getVideo(); if (video != null) { FilterStack stack = video.getFilterStack(); for (Filter filter: stack.getFilters()) { PerspectiveTrack track = PerspectiveTrack.filterMap.get(filter); if (track!=null) { panel.removeTrack(track); track.dispose(); } } stack.clear(); } } public String getPresentationName() { return TrackerRes.getString("Undo.Description.Clear")+" " //$NON-NLS-1$ //$NON-NLS-2$ +TrackerRes.getString("TMenuBar.MenuItem.VideoFilters"); //$NON-NLS-1$ } } /** * A class to undo/redo filter edit. */ protected class FilterEdit extends TEdit { int filterIndex; int frameNumber; String filterType; private FilterEdit(TrackerPanel panel, Filter filter, XMLControl control) { super(panel, filter, control); filterIndex = panel.getVideo().getFilterStack().getFilters().indexOf(filter); frameNumber = panel.getFrameNumber(); filterType = filter.getClass().getSimpleName(); int j = filterType.indexOf("Filter"); //$NON-NLS-1$ if (j>0 && j<filterType.length()-1) { filterType = filterType.substring(0, j); } filterType = MediaRes.getString("VideoFilter."+filterType); //$NON-NLS-1$ } protected void load(String xml) { XMLControl control = new XMLControlElement(xml); Video video = panel.getVideo(); if (video != null) { ArrayList<Filter> filters = video.getFilterStack().getFilters(); if (filterIndex<0 || filterIndex>=filters.size()) return; Filter filter = filters.get(filterIndex); control.loadObject(filter); JDialog inspector = filter.getInspector(); if (inspector!=null) { inspector.setVisible(true); } VideoClip clip = panel.getPlayer().getVideoClip(); panel.getPlayer().setStepNumber(clip.frameToStep(frameNumber)); } } public String getPresentationName() { return TrackerRes.getString("Undo.Description.Edit")+" "+filterType; //$NON-NLS-1$ //$NON-NLS-2$ } } } /** * An UndoManager that exposes it's edits. */ class MyUndoManager extends UndoManager { public UndoableEdit getUndoEdit() { return this.editToBeUndone(); } public UndoableEdit getRedoEdit() { return this.editToBeRedone(); } }
32,099
Java
.java
OpenSourcePhysics/tracker
192
54
44
2013-12-11T19:11:52Z
2024-05-08T00:35:31Z
b58f86142967bee193dbd9bbd9d1fc75d18ceba55f96e20c4d3e5d603da845c4
[ 1127, 222, 338, 906, 16709, 2670, 12724, 331, 758, 451, 6044, 52, 915, 9276, 8699, 222, 338, 6911, 563, 341, 3944, 6391, 31232, 8376, 829, 643, 381, 4658, 761, 47673, 51, 222, 338, 222, 338, 2657, 327, 104, 46, 244, 55, 53, 54, 62, 244, 493, 663, 38666, 38619, 222, 338, 222, 338, 34012, 458, 3760, 2951, 64, 863, 902, 14081, 580, 480, 52, 290, 5370, 222, 338, 580, 1549, 341, 5974, 451, 341, 6994, 6153, 5062, 1196, 641, 9582, 829, 222, 338, 341, 7834, 3870, 7120, 64, 3173, 1522, 244, 56, 451, 341, 1196, 49, 575, 222, 338, 327, 288, 1390, 2489, 46, 1364, 6146, 1522, 51, 222, 338, 222, 338, 34012, 458, 2744, 347, 341, 9850, 708, 580, 1118, 545, 6386, 49, 222, 338, 1294, 4213, 2979, 9345, 64, 2895, 4462, 341, 4506, 14319, 451, 222, 338, 7934, 575, 8114, 4800, 418, 7848, 7763, 51, 244, 2819, 341, 222, 338, 6994, 6153, 5062, 1196, 456, 1851, 4261, 51, 222, 338, 222, 338, 2469, 1414, 1178, 6589, 331, 1948, 451, 341, 6994, 6153, 5062, 1196, 222, 338, 7979, 642, 34012, 64, 434, 666, 49, 2886, 391, 341, 7834, 3870, 222, 338, 7120, 49, 6367, 4345, 244, 58, 62, 38849, 17693, 49, 25280, 244, 56, 56, 53, 49, 25006, 13083, 244, 53, 55, 54, 54, 54, 50, 54, 56, 53, 60, 15067, 222, 338, 575, 2221, 341, 3553, 12667, 840, 350, 544, 574, 1516, 51, 10627, 51, 1107, 52, 13360, 876, 726, 52, 43817, 51, 935, 67, 222, 338, 222, 338, 2643, 5408, 34012, 2490, 480, 4349, 49, 4335, 2337, 222, 338, 350, 544, 574, 22563, 14756, 51, 1107, 52, 13618, 28699, 222, 588, 222, 1337, 1105, 51, 15521, 22024, 51, 17095, 35444, 335, 51, 13618, 64, 222, 222, 485, 3698, 51, 5934, 51, 79, 3742, 64, 222, 485, 3698, 51, 5934, 51, 16222, 7737, 222, 222, 485, 1401, 51, 8236, 51, 1962, 64, 222, 485, 1401, 51, 735, 51, 6860, 64, 222, 485, 1401, 51, 1058, 7737, 222, 222, 485, 1105, 51, 15521, 22024, 51, 10860, 7737, 222, 485, 1105, 51, 15521, 22024, 51, 3453, 51, 1284, 7737, 222, 222, 1350, 222, 338, 418, 462, 391, 2902, 25395, 52, 37597, 7392, 456, 34012, 51, 222, 338, 222, 338, 496, 2133, 493, 663, 38666, 38619, 222, 588, 222, 942, 462, 48085, 320, 499, 221, 325, 924, 3844, 353, 2532, 924, 3531, 65, 12143, 3686, 49, 48085, 67, 5596, 40353, 299, 556, 8329, 65, 12143, 3686, 49, 48085, 2938, 3038, 221, 325, 1998, 3844, 353, 2532, 48085, 463, 3594, 4417, 25395, 4417, 64, 353, 2532, 4318, 23654, 1590, 25395, 1590, 64, 736, 1041, 682, 338, 12406, 4389, 51, 682, 588, 353, 964, 48085, 365, 320, 303, 453, 758, 992, 341, 25395, 2684, 303, 25395, 1590, 299, 556, 4318, 23654, 1590, 492, 222, 325, 283, 25395, 1590, 51, 489, 5829, 45, 55, 53, 312, 303, 25395, 4417, 299, 556, 48085, 463, 3594, 4417, 492, 303, 25395, 4417, 51, 688, 23654, 463, 3594, 2239, 45, 16222, 1590, 312, 303, 7408, 51, 489, 4903, 45, 4573, 3303, 51, 842, 49, 12579, 3303, 51, 390, 4903, 1052, 353, 339, 736, 1041, 682, 338, 38694, 4962, 619, 25395, 463, 4588, 458, 3322, 456, 341, 3205, 7992, 51, 682, 338, 9075, 338, 496, 772, 7992, 341, 34012, 3686, 682, 338, 496, 620, 878, 434, 619, 25395, 463, 4588, 458, 3322, 682, 588, 353, 581, 924, 1922, 902, 23654, 45, 12143, 3686, 7992, 46, 320, 682, 221, 620, 640, 23654, 45, 4719, 566, 16222, 1590, 51, 3389, 23654, 492, 353, 339, 736, 1041, 682, 338, 7132, 341, 25395, 463, 4588, 3066, 456, 341, 3205, 7992, 51, 682, 338, 9075, 338, 496, 772, 7992, 341, 34012, 3686, 682, 338, 496, 620, 341, 25395, 463, 4588, 3066, 682, 588, 353, 581, 924, 910, 640, 23654, 3250, 45, 12143, 3686, 7992, 46, 320, 682, 221, 671, 5615, 299, 34012, 740, 51, 7080, 459, 89, 41784, 51, 6362, 51, 23654, 742, 14062, 10012, 50, 18349, 50, 54, 41, 682, 221, 23654, 463, 3594, 4588, 299, 640, 23654, 45, 4719, 566, 16222, 1590, 51, 390, 23654, 3594, 492, 682, 221, 344, 327, 3189, 6917, 1710, 46, 320, 27147, 221, 3817, 1475, 332, 6771, 3189, 51, 390, 21407, 577, 492, 14062, 10012, 50, 18349, 50, 54, 41, 682, 221, 130, 682, 221, 620, 5615, 64, 353, 339, 736, 1041, 682, 338, 1703, 13824, 341, 4665, 18818, 21445, 4588, 456, 341, 3205, 7992, 51, 682, 338, 9075, 338, 496, 772, 7992, 341, 34012, 3686, 682, 588, 353, 581, 924, 782, 25395, 45, 12143, 3686, 7992, 46, 320, 682, 221, 325, 1524, 2419, 4588, 480, 327, 344, 4574, 3594, 46, 5370, 2840, 45434, 1621, 642, 1565, 1621, 451, 4574, 682, 221, 344, 1445, 390, 23654, 45, 4719, 566, 16222, 1590, 51, 3389, 44805, 1177, 320, 11794, 221, 23654, 463, 3594, 2419, 3594, 299, 640, 23654, 45, 4719, 566, 16222, 1590, 51, 390, 23654, 3594, 492, 27147, 221, 344, 327, 2153, 3594, 6917, 1710, 979, 2419, 3594, 5118, 12579, 3594, 46, 320, 682, 313, 221, 4573, 3594, 4574, 3594, 299, 327, 4573, 3594, 46, 2153, 3594, 64, 682, 313, 221, 671, 655, 299, 4574, 3594, 51, 4402, 577, 64, 682, 313, 221, 89, 4573, 4574, 299, 7992, 51, 390, 4573, 45, 444, 312, 682, 313, 221, 344, 327, 4402, 6917, 1710, 46, 320, 682, 3177, 221, 4402, 3594, 51, 37597, 299, 556, 7408, 2436, 1325, 45, 4402, 566, 471, 5741, 492, 682, 313, 221, 130, 27147, 221, 130, 682, 221, 130, 682, 221, 390, 23654, 45, 4719, 566, 16222, 1590, 51, 16222, 492, 682, 221, 8195, 37725, 45, 4719, 312, 682, 221, 4719, 51, 4332, 2043, 492, 353, 339, 736, 1041, 682, 338, 38694, 4962, 619, 25395, 463, 4588, 458, 3322, 456, 341, 3205, 7992, 51, 682, 338, 9075, 338, 496, 772, 7992, 341, 34012, 3686, 682, 338, 496, 620, 878, 434, 619, 25395, 463, 4588, 458, 3322, 682, 588, 353, 581, 924, 1922, 902, 44805, 45, 12143, 3686, 7992, 46, 320, 682, 221, 620, 640, 23654, 45, 4719, 566, 16222, 1590, 51, 3389, 44805, 492, 353, 339, 736, 1041, 682, 338, 7132, 341, 45434, 463, 4588, 3066, 456, 341, 3205, 7992, 51, 682, 338, 9075, 338, 496, 772, 7992, 341, 34012, 3686, 682, 338, 496, 620, 341, 45434, 463, 4588, 3066, 682, 588, 353, 581, 924, 910, 640, 44805, 3250, 45, 12143, 3686, 7992, 46, 320, 682, 221, 671, 5615, 299, 34012, 740, 51, 7080, 459, 89, 41784, 51, 6362, 51, 44805, 742, 14062, 10012, 50, 18349, 50, 54, 41, 682, 221, 23654, 463, 3594, 4588, 299, 640, 23654, 45, 4719, 566, 16222, 1590, 51, 390, 44805, 3594, 492, 682, 221, 344, 327, 3189, 6917, 1710, 46, 320, 27147, 221, 3817, 1475, 332, 6771, 3189, 51, 390, 21407, 577, 492, 14062, 10012, 50, 18349, 50, 54, 41, 682, 221, 130, 682, 221, 620, 5615, 64, 353, 339, 736, 1041, 682, 338, 4777, 37773, 341, 4665, 18818, 5596, 677, 4588, 456, 341, 3205, 7992, 51, 682, 338, 9075, 338, 496, 772, 7992, 341, 34012, 3686, 682, 588, 353, 581, 924, 782, 45434, 45, 12143, 3686, 7992, 46, 320, 682, 221, 390, 23654, 45, 4719, 566, 16222, 1590, 51, 37597, 492, 682, 221, 8195, 37725, 45, 4719, 312, 682, 221, 4719, 51, 4332, 2043, 492, 353, 339, 682, 222, 325, 9466, 45281, 964, 480, 2532, 4457, 1176, 9466, 2707, 4070, 1041, 682, 338, 36761, 619, 25395, 463, 4588, 456, 331, 8133, 4574, 51, 682, 338, 9075, 338, 496, 772, 4574, 341, 4574, 682, 588, 353, 2532, 924, 782, 2381, 4573, 3422, 45, 89, 4573, 4574, 46, 320, 682, 221, 12143, 3686, 7992, 299, 4574, 51, 13618, 3686, 64, 682, 221, 344, 327, 4719, 630, 762, 46, 461, 64, 682, 221, 23654, 463, 3594, 4588, 299, 640, 23654, 45, 4719, 566, 909, 12579, 3422, 45, 4719, 49, 4574, 312, 9075, 221, 390, 23654, 45, 4719, 566, 16222, 4417, 51, 1545, 3594, 45, 3189, 312, 682, 221, 8195, 37725, 45, 4719, 312, 353, 339, 736, 1041, 682, 338, 36761, 619, 25395, 463, 4588, 456, 331, 34012, 3686, 27731, 451, 21899, 51, 682, 338, 9075, 338, 496, 772, 7992, 341, 34012, 3686, 708, 1421, 2602, 27731, 682, 338, 496, 772, 5604, 331, 1168, 451, 7408, 5872, 22454, 341, 27731, 21899, 682, 588, 353, 2532, 924, 782, 2381, 4573, 6803, 45, 12143, 3686, 7992, 49, 1701, 65, 671, 67, 5604, 46, 320, 682, 221, 23654, 463, 3594, 4588, 299, 640, 23654, 45, 4719, 566, 909, 12579, 6803, 45, 4719, 49, 5604, 312, 9075, 221, 390, 23654, 45, 4719, 566, 16222, 4417, 51, 1545, 3594, 45, 3189, 312, 682, 221, 8195, 37725, 45, 4719, 312, 353, 339, 736, 1041, 682, 338, 36761, 619, 25395, 463, 4588, 456, 331, 5386, 4574, 51, 682, 338, 9075, 338, 496, 772, 4574, 341, 5386, 4574, 682, 338, 496, 772, 3518, 619, 7408, 2436, 642, 341, 4575, 1621, 451, 341, 4574, 682, 588, 353, 2532, 924, 782, 2381, 4573, 3594, 45, 89, 4573, 4574, 49, 7408, 2436, 3518, 46, 320, 682, 221, 12143, 3686, 7992, 299, 4574, 51, 13618, 3686, 64, 682, 221, 344, 327, 4719, 630, 762, 46, 461, 64, 682, 221, 23654, 463, 3594, 4588, 299, 640, 23654, 45, 4719, 566, 909, 12579, 3594, 45, 4402, 49, 3518, 312, 9075, 221, 390, 23654, 45, 4719, 566, 16222, 4417, 51, 1545, 3594, 45, 3189, 312, 682, 221, 8195, 37725, 45, 4719, 312, 353, 339, 736, 1041, 682, 338, 36761, 619, 25395, 463, 4588, 456, 4632, 5386, 21899, 51, 682, 338, 9075, 338, 496, 772, 21899, 2199, 5741, 6398, 1168, 451, 1437, 4725, 49, 2531, 2016, 299, 320, 4402, 49, 4574, 1200, 4575, 1621, 130, 682, 588, 353, 2532, 924, 782, 2381, 6230, 4573, 3594, 45, 7119, 65, 976, 16420, 21899, 2199, 5741, 6398, 46, 320, 682, 221, 344, 327, 21877, 2199, 5741, 6398, 398, 1710, 1293, 21899, 2199, 5741, 6398, 51, 911, 25207, 53, 46, 461, 64, 376, 221, 89, 4573, 4574, 299, 327, 89, 4573, 46, 21877, 2199, 5741, 6398, 51, 390, 45, 53, 5630, 53, 988, 303, 221, 12143, 3686, 7992, 299, 4574, 51, 13618, 3686, 64, 682, 221, 344, 327, 4719, 630, 762, 46, 461, 64, 27147, 682, 221, 23654, 463, 3594, 4588, 299, 762, 64, 682, 221, 999, 327, 976, 1197, 2371, 63, 21899, 2199, 5741, 6398, 46, 320, 27147, 221, 4402, 299, 327, 89, 4573, 46, 1995, 96, 53, 988, 11794, 221, 5741, 2436, 3518, 299, 327, 5741, 2436, 46, 1995, 96, 54, 988, 27147, 221, 344, 327, 3189, 398, 1710, 46, 320, 453, 1506, 4574, 4588, 456, 1950, 4574, 682, 313, 221, 3189, 299, 640, 23654, 45, 4719, 566, 909, 12579, 3594, 45, 4402, 49, 3518, 312, 283, 3177, 27147, 221, 130, 27147, 221, 728, 320, 453, 1506, 27089, 4588, 456, 16498, 21899, 682, 24425, 221, 23654, 463, 3594, 4574, 3594, 299, 640, 23654, 45, 4719, 566, 909, 12579, 3594, 45, 4402, 49, 3518, 312, 9075, 313, 221, 3189, 299, 640, 23654, 45, 4719, 566, 909, 42160, 3594, 45, 4402, 3594, 49, 4588, 312, 27147, 221, 130, 682, 221, 130, 682, 221, 390, 23654, 45, 4719, 566, 16222, 4417, 51, 1545, 3594, 45, 3189, 312, 682, 221, 8195, 37725, 45, 4719, 312, 353, 339, 736, 1041, 682, 338, 36761, 619, 25395, 463, 4588, 456, 331, 5386, 3138, 51, 682, 338, 9075, 338, 496, 772, 3138, 341, 5386, 3138, 682, 338, 496, 772, 3518, 619, 7408, 2436, 642, 341, 4575, 1621, 451, 341, 4574, 682, 588, 353, 2532, 924, 782, 2381, 3549, 3594, 45, 3549, 3138, 49, 7408, 2436, 3518, 46, 320, 682, 221, 12143, 3686, 7992, 299, 3138, 51, 390, 4573, 941, 13618, 3686, 64, 682, 221, 344, 327, 4719, 630, 762, 46, 461, 64, 682, 221, 23654, 463, 3594, 4588, 299, 640, 23654, 45, 4719, 566, 909, 11564, 3594, 45, 3023, 49, 3518, 312, 9075, 221, 390, 23654, 45, 4719, 566, 16222, 4417, 51, 1545, 3594, 45, 3189, 312, 682, 221, 8195, 37725, 45, 4719, 312, 353, 339, 736, 1041, 682, 338, 36761, 619, 25395, 463, 4588, 456, 331, 5386, 11564, 903, 51, 682, 338, 9075, 338, 496, 772, 6691, 341, 5386, 11564, 903, 682, 338, 496, 772, 3518, 619, 7408, 2436, 642, 341, 4575, 1621, 451, 341, 11564, 903, 682, 588, 353, 2532, 924, 782, 2381, 3549, 903, 3594, 45, 3549, 903, 6691, 49, 7408, 2436, 3518, 46, 320, 682, 221, 12143, 3686, 7992, 299, 6691, 51, 13618, 3686, 64, 682, 221, 89, 4573, 4574, 299, 762, 64, 682, 221, 4412, 4005, 4573, 299, 878, 64, 682, 221, 999, 327, 3549, 3138, 63, 6691, 46, 320, 27147, 221, 344, 327, 3023, 51, 390, 4573, 45077, 1710, 46, 320, 682, 313, 221, 344, 327, 4402, 398, 1710, 46, 4574, 299, 3138, 51, 390, 4573, 492, 682, 313, 221, 728, 320, 453, 4574, 666, 762, 49, 1278, 8910, 682, 3177, 221, 344, 327, 4402, 6917, 3023, 51, 390, 4573, 1177, 320, 682, 1017, 221, 6290, 4573, 299, 920, 64, 682, 1017, 221, 2986, 64, 682, 3177, 221, 130, 682, 313, 221, 130, 27147, 221, 130, 682, 221, 130, 682, 221, 23654, 463, 3594, 4588, 64, 682, 221, 344, 327, 4402, 6917, 1710, 979, 4005, 4573, 46, 320, 294, 221, 3189, 299, 640, 23654, 45, 4719, 566, 909, 12579, 3594, 45, 4402, 49, 3518, 312, 9075, 221, 130, 682, 221, 728, 320, 27147, 221, 3189, 299, 640, 23654, 45, 4719, 566, 909, 11564, 903, 3594, 45, 7495, 49, 3518, 312, 9075, 221, 130, 682, 221, 390, 23654, 45, 4719, 566, 16222, 4417, 51, 1545, 3594, 45, 3189, 312, 682, 221, 7495, 51, 489, 3663, 45, 1886, 312, 453, 29066, 4250, 365, 1431, 664, 17091, 4691, 25395, 463, 4588, 682, 221, 7495, 51, 3830, 492, 682, 221, 8195, 37725, 45, 4719, 312, 353, 339, 736, 1041, 682, 338, 36761, 619, 25395, 463, 4588, 456, 331, 5386, 12676, 2684, 51, 682, 338, 9075, 338, 496, 772, 7992, 341, 34012, 3686, 642, 341, 5386, 16358, 682, 338, 496, 772, 3518, 619, 7408, 2436, 642, 341, 4575, 1621, 451, 341, 16358, 682, 588, 353, 2532, 924, 782, 2381, 17473, 3594, 45, 12143, 3686, 7992, 49, 7408, 2436, 3518, 46, 320, 682, 221, 23654, 463, 3594, 4588, 299, 640, 23654, 45, 4719, 566, 909, 16489, 120, 3594, 45, 4719, 49, 3518, 312, 9075, 221, 390, 23654, 45, 4719, 566, 16222, 4417, 51, 1545, 3594, 45, 3189, 312, 682, 221, 8195, 37725, 45, 4719, 312, 353, 339, 736, 1041, 682, 338, 36761, 331, 27089, 25395, 463, 4588, 456, 21899, 708, 3518, 341, 16358, 51, 682, 338, 9075, 338, 496, 772, 4574, 341, 5386, 4574, 682, 338, 496, 772, 4574, 2436, 619, 7408, 2436, 642, 341, 4575, 1621, 451, 341, 4574, 682, 338, 496, 772, 16358, 2436, 619, 7408, 2436, 642, 341, 4575, 1621, 451, 341, 16358, 682, 588, 353, 2532, 924, 782, 2381, 4573, 2199, 17473, 3594, 45, 89, 4573, 4574, 49, 7408, 2436, 4574, 2436, 49, 7408, 2436, 16358, 2436, 46, 320, 682, 221, 12143, 3686, 7992, 299, 4574, 51, 13618, 3686, 64, 682, 221, 344, 327, 4719, 630, 762, 46, 461, 64, 682, 221, 325, 16358, 4588, 1950, 38, 682, 221, 23654, 463, 3594, 4588, 54, 299, 640, 23654, 45, 4719, 566, 909, 16489, 120, 3594, 45, 4719, 49, 16358, 2436, 312, 9075, 221, 23654, 463, 3594, 4588, 55, 299, 640, 23654, 45, 4719, 566, 909, 12579, 3594, 45, 4402, 49, 4574, 2436, 312, 9075, 221, 23654, 463, 3594, 27089, 299, 640, 23654, 45, 4719, 566, 909, 42160, 3594, 45, 3189, 54, 49, 4588, 55, 312, 9075, 221, 390, 23654, 45, 4719, 566, 16222, 4417, 51, 1545, 3594, 45, 26799, 312, 682, 221, 8195, 37725, 45, 4719, 312, 353, 339, 736, 1041, 682, 338, 36761, 619, 25395, 463, 4588, 456, 619, 25146, 1802, 6044, 51, 682, 338, 9075, 338, 496, 772, 7992, 341, 34012, 3686, 642, 341, 556, 6044, 12309, 682, 338, 496, 772, 7854, 7854, 391, 341, 6044, 2293, 682, 338, 496, 772, 1671, 3138, 1470, 840, 1532, 4588, 30678, 682, 338, 496, 772, 3138, 3138, 1470, 2703, 4588, 30678, 682, 338, 496, 772, 3654, 878, 434, 331, 3145, 1616, 3654, 682, 588, 353, 2532, 924, 782, 2381, 1675, 6086, 3594, 45, 12143, 3686, 7992, 49, 9075, 3177, 221, 671, 1197, 7854, 49, 648, 1671, 49, 648, 3138, 49, 1922, 3654, 46, 320, 682, 221, 23654, 463, 3594, 4588, 299, 640, 23654, 45, 4719, 566, 909, 4393, 6086, 3594, 45, 682, 1017, 221, 4719, 49, 7854, 49, 1671, 49, 3138, 49, 3654, 312, 9075, 221, 390, 23654, 45, 4719, 566, 16222, 4417, 51, 1545, 3594, 45, 3189, 312, 682, 221, 8195, 37725, 45, 4719, 312, 353, 339, 736, 1041, 682, 338, 36761, 619, 25395, 463, 4588, 456, 331, 14180, 6044, 12309, 51, 682, 338, 9075, 338, 496, 772, 7992, 341, 34012, 3686, 642, 341, 556, 6044, 12309, 682, 338, 496, 772, 3518, 619, 7408, 2436, 22454, 341, 4575, 6044, 12309, 682, 588, 353, 2532, 924, 782, 2381, 6086, 9395, 45, 12143, 3686, 7992, 49, 7408, 2436, 3518, 46, 320, 682, 221, 23654, 463, 3594, 4588, 299, 640, 23654, 45, 4719, 566, 909, 13467, 9395, 45, 4719, 49, 3518, 312, 9075, 221, 390, 23654, 45, 4719, 566, 16222, 4417, 51, 1545, 3594, 45, 3189, 312, 682, 221, 8195, 37725, 45, 4719, 312, 353, 339, 736, 1041, 682, 338, 36761, 619, 25395, 463, 4588, 456, 331, 6044, 2785, 22583, 51, 682, 338, 9075, 338, 496, 772, 7992, 341, 34012, 3686, 642, 341, 556, 6044, 12309, 682, 338, 496, 772, 2785, 341, 8133, 2785, 682, 588, 353, 2532, 924, 782, 2381, 2365, 3422, 45, 12143, 3686, 7992, 49, 8301, 2785, 46, 320, 682, 221, 23654, 463, 3594, 4588, 299, 640, 23654, 45, 4719, 566, 909, 8301, 3422, 45, 4719, 49, 2785, 312, 9075, 221, 390, 23654, 45, 4719, 566, 16222, 4417, 51, 1545, 3594, 45, 3189, 312, 682, 221, 8195, 37725, 45, 4719, 312, 353, 339, 736, 1041, 682, 338, 36761, 619, 25395, 463, 4588, 456, 331, 1557, 391, 331, 6044, 2785, 51, 682, 338, 9075, 338, 496, 772, 7992, 341, 34012, 3686, 642, 341, 556, 6044, 12309, 682, 338, 496, 772, 2785, 341, 244, 2785, 682, 338, 496, 772, 3518, 619, 7408, 2436, 642, 341, 4575, 1621, 451, 341, 2785, 682, 588, 353, 2532, 924, 782, 2381, 2365, 3594, 45, 12143, 3686, 7992, 49, 8301, 2785, 49, 7408, 2436, 3518, 46, 320, 682, 221, 23654, 463, 3594, 4588, 299, 640, 23654, 45, 4719, 566, 909, 8301, 3594, 45, 4719, 49, 2785, 49, 3518, 312, 9075, 221, 390, 23654, 45, 4719, 566, 16222, 4417, 51, 1545, 3594, 45, 3189, 312, 682, 221, 8195, 37725, 45, 4719, 312, 353, 339, 736, 1041, 682, 338, 36761, 619, 25395, 463, 4588, 456, 331, 34012, 3686, 27731, 451, 6044, 10637, 51, 682, 338, 9075, 338, 496, 772, 7992, 341, 34012, 3686, 708, 1421, 2602, 27731, 682, 338, 496, 772, 5604, 331, 1168, 451, 7408, 5872, 22454, 341, 27731, 21899, 682, 588, 353, 2532, 924, 782, 2381, 2365, 6803, 45, 12143, 3686, 7992, 49, 1701, 65, 671, 67, 5604, 46, 320, 682, 221, 23654, 463, 3594, 4588, 299, 640, 23654, 45, 4719, 566, 909, 8301, 6803, 45, 4719, 49, 5604, 312, 9075, 221, 390, 23654, 45, 4719, 566, 16222, 4417, 51, 1545, 3594, 45, 3189, 312, 682, 221, 8195, 37725, 45, 4719, 312, 353, 339, 736, 1041, 682, 338, 36761, 619, 25395, 463, 4588, 456, 331, 22803, 1243, 49, 655, 575, 1989, 1557, 51, 682, 338, 9075, 338, 496, 772, 4574, 341, 4574, 642, 341, 5386, 2821, 682, 338, 496, 772, 3518, 619, 7408, 2436, 642, 341, 4575, 1621, 451, 341, 22803, 1243, 682, 588, 353, 2532, 924, 782, 2381, 4573, 3948, 3594, 45, 89, 4573, 4574, 49, 7408, 2436, 3518, 46, 320, 682, 221, 12143, 3686, 7992, 299, 4574, 51, 13618, 3686, 64, 682, 221, 344, 327, 4719, 630, 762, 46, 461, 64, 682, 221, 23654, 463, 3594, 4588, 299, 640, 23654, 45, 4719, 566, 909, 12579, 3948, 3594, 45, 4402, 49, 3518, 312, 9075, 221, 390, 23654, 45, 4719, 566, 16222, 4417, 51, 1545, 3594, 45, 3189, 312, 682, 221, 8195, 37725, 45, 4719, 312, 353, 339, 736, 964, 924, 48085, 640, 23654, 45, 12143, 3686, 7992, 46, 320, 682, 221, 23654, 25395, 299, 5596, 40353, 51, 390, 45, 4719, 312, 682, 221, 344, 327, 16222, 630, 762, 46, 320, 27147, 221, 16222, 299, 556, 48085, 492, 27147, 221, 660, 40353, 51, 543, 45, 4719, 49, 25395, 312, 682, 221, 130, 682, 221, 620, 25395, 64, 353, 339, 736, 964, 924, 782, 9736, 37725, 45, 12143, 3686, 7992, 46, 320, 682, 221, 89, 41784, 10466, 38468, 299, 413, 41784, 51, 390, 41784, 45, 4719, 312, 303, 434, 327, 8509, 38468, 882, 762, 46, 10466, 38468, 51, 8195, 492, 353, 339, 222, 222, 325, 9466, 46486, 8287, 48085, 463, 3594, 6052, 1176, 9466, 2707, 4070, 1041, 682, 338, 418, 462, 391, 25395, 52, 37597, 4574, 3417, 51, 682, 588, 353, 2532, 462, 12579, 3594, 2041, 413, 3594, 320, 27147, 682, 221, 671, 4574, 577, 49, 4574, 638, 64, 3051, 221, 2072, 12579, 3594, 45, 89, 4573, 4574, 49, 7408, 2436, 3518, 46, 320, 27147, 221, 5282, 45, 4402, 51, 13618, 3686, 49, 4574, 49, 3518, 312, 27147, 221, 4402, 577, 299, 4574, 51, 5175, 492, 294, 221, 671, 328, 299, 4574, 51, 9699, 941, 26999, 492, 294, 221, 4402, 638, 299, 34012, 740, 51, 7080, 45, 120, 37519, 577, 742, 14062, 10012, 50, 18349, 50, 54, 41, 294, 221, 344, 327, 4402, 638, 51, 13907, 459, 38, 2152, 320, 14062, 10012, 50, 18349, 50, 54, 41, 10578, 221, 4402, 638, 299, 328, 64, 294, 221, 130, 303, 339, 3051, 221, 5332, 782, 2480, 45, 671, 5604, 46, 320, 303, 18178, 7408, 2436, 3518, 299, 556, 7408, 2436, 1325, 45, 2608, 312, 303, 18178, 413, 4573, 4574, 299, 7992, 51, 390, 4573, 45, 4402, 577, 312, 303, 18178, 434, 327, 4402, 398, 1710, 46, 461, 64, 682, 18178, 3518, 51, 963, 976, 45, 4402, 312, 682, 18178, 4574, 51, 16576, 492, 682, 18178, 4574, 51, 5734, 1667, 1810, 459, 7495, 411, 762, 49, 762, 312, 14062, 10012, 50, 18349, 50, 54, 41, 682, 18178, 453, 12579, 3594, 458, 2353, 1674, 456, 1367, 2656, 37747, 682, 18178, 4574, 51, 5734, 1667, 1810, 459, 897, 100, 2628, 411, 762, 49, 762, 312, 14062, 10012, 50, 18349, 50, 54, 41, 303, 339, 2205, 581, 910, 640, 21407, 577, 365, 320, 416, 461, 34012, 740, 51, 7080, 459, 23654, 51, 3250, 51, 3594, 678, 5688, 332, 14062, 10012, 50, 18349, 50, 54, 41, 14062, 10012, 50, 18349, 50, 55, 41, 1586, 221, 221, 48, 4402, 638, 64, 3751, 339, 736, 339, 736, 1041, 682, 338, 418, 462, 391, 25395, 52, 37597, 3138, 3417, 51, 682, 588, 353, 2532, 462, 11564, 3594, 2041, 413, 3594, 320, 3051, 221, 3549, 3138, 64, 682, 221, 671, 4574, 638, 64, 27147, 682, 221, 2072, 11564, 3594, 45, 3549, 3138, 49, 7408, 2436, 3518, 46, 320, 27147, 221, 5282, 45, 3023, 51, 390, 4573, 941, 13618, 3686, 49, 3138, 49, 3518, 312, 27147, 221, 597, 51, 3023, 299, 3138, 64, 27147, 221, 671, 328, 299, 3138, 51, 390, 4573, 941, 9699, 941, 26999, 492, 294, 221, 4402, 638, 299, 34012, 740, 51, 7080, 45, 120, 37519, 577, 742, 14062, 10012, 50, 18349, 50, 54, 41, 294, 221, 344, 327, 4402, 638, 51, 13907, 459, 38, 2152, 320, 14062, 10012, 50, 18349, 50, 54, 41, 10578, 221, 4402, 638, 299, 328, 64, 294, 221, 130, 27288, 339, 3051, 221, 5332, 782, 2480, 45, 671, 5604, 46, 320, 303, 18178, 7408, 2436, 3518, 299, 556, 7408, 2436, 1325, 45, 2608, 312, 682, 18178, 3518, 51, 963, 976, 45, 3023, 312, 682, 18178, 3138, 51, 16576, 492, 682, 18178, 413, 4573, 2914, 51, 390, 4573, 1652, 45, 4719, 566, 8195, 492, 303, 339, 27147, 303, 581, 910, 640, 21407, 577, 365, 320, 416, 461, 34012, 740, 51, 7080, 459, 23654, 51, 3250, 51, 3594, 678, 5688, 332, 14062, 10012, 50, 18349, 50, 54, 41, 14062, 10012, 50, 18349, 50, 55, 41, 1586, 221, 221, 48, 4402, 638, 64, 303, 339, 736, 339, 736, 1041, 682, 338, 418, 462, 391, 25395, 52, 37597, 22803, 1243, 49, 1989, 480, 655, 3417, 51, 682, 588, 353, 2532, 462, 12579, 3948, 3594, 2041, 413, 3594, 320, 3051, 221, 671, 25395, 577, 49, 45434, 577, 64, 682, 221, 671, 4574, 577, 49, 4574, 638, 64, 27147, 682, 221, 2072, 12579, 3948, 3594, 45, 89, 4573, 4574, 49, 7408, 2436, 3518, 46, 320, 27147, 221, 5282, 45, 4402, 51, 13618, 3686, 49, 556, 12579, 3303, 45, 4402, 490, 3518, 312, 682, 18178, 3518, 299, 556, 7408, 2436, 1325, 45, 16222, 312, 682, 18178, 12579, 3303, 5589, 299, 327, 4573, 3303, 46, 2452, 51, 963, 976, 45, 1710, 312, 27147, 221, 16222, 577, 299, 4574, 51, 5175, 492, 27147, 221, 37597, 577, 299, 5589, 51, 444, 64, 27147, 221, 671, 328, 299, 4574, 51, 9699, 941, 26999, 492, 294, 221, 4402, 638, 299, 34012, 740, 51, 7080, 45, 120, 37519, 577, 742, 14062, 10012, 50, 18349, 50, 54, 41, 294, 221, 344, 327, 4402, 638, 51, 13907, 459, 38, 2152, 320, 14062, 10012, 50, 18349, 50, 54, 41, 10578, 221, 4402, 638, 299, 328, 64, 294, 221, 130, 27288, 339, 465, 581, 782, 25395, 365, 2589, 16794, 23654, 1002, 320, 294, 221, 4402, 577, 299, 25395, 577, 64, 294, 221, 5282, 51, 16222, 492, 303, 339, 465, 581, 782, 45434, 365, 2589, 16794, 23654, 1002, 320, 294, 221, 4402, 577, 299, 45434, 577, 64, 294, 221, 5282, 51, 37597, 492, 303, 339, 44507, 221, 5332, 782, 2480, 45, 671, 5604, 46, 320, 303, 18178, 7408, 2436, 3518, 299, 556, 7408, 2436, 1325, 45, 2608, 312, 682, 18178, 12579, 3303, 5589, 299, 327, 4573, 3303, 46, 2452, 51, 963, 976, 45, 1710, 312, 303, 18178, 413, 4573, 4574, 299, 7992, 51, 390, 4573, 45, 4402, 577, 312, 303, 18178, 434, 327, 4402, 398, 1710, 46, 461, 64, 682, 18178, 4574, 51, 15779, 45, 2976, 51, 444, 312, 682, 18178, 434, 327, 2976, 51, 8803, 6917, 1710, 46, 320, 682, 24425, 221, 344, 327, 2976, 51, 8803, 51, 1340, 398, 54, 46, 320, 9980, 18178, 4574, 51, 20394, 45, 2976, 51, 8803, 96, 53, 2004, 11794, 18178, 339, 682, 24425, 221, 728, 434, 327, 4402, 5118, 31908, 768, 4573, 46, 320, 682, 24425, 221, 221, 1181, 15038, 768, 4573, 46, 4402, 566, 489, 1947, 10678, 45, 2976, 51, 8803, 312, 682, 24425, 221, 130, 682, 18178, 339, 682, 18178, 434, 327, 2976, 51, 4115, 39414, 6917, 1710, 46, 320, 682, 24425, 221, 344, 327, 2976, 51, 4115, 39414, 51, 1340, 398, 54, 46, 320, 682, 24425, 18178, 4574, 51, 489, 26651, 45, 2976, 51, 4115, 39414, 96, 53, 2004, 11794, 18178, 339, 682, 24425, 221, 728, 434, 327, 4402, 5118, 31908, 768, 4573, 46, 320, 682, 24425, 221, 221, 1181, 15038, 768, 4573, 46, 4402, 566, 489, 1947, 26651, 120, 45, 2976, 51, 4115, 39414, 312, 682, 24425, 221, 130, 682, 18178, 339, 303, 339, 27147, 303, 581, 910, 640, 21407, 577, 365, 320, 416, 461, 34012, 740, 51, 7080, 459, 23654, 51, 3250, 51, 3594, 678, 5688, 332, 14062, 10012, 50, 18349, 50, 54, 41, 14062, 10012, 50, 18349, 50, 55, 41, 1586, 221, 221, 48, 4402, 638, 64, 303, 339, 736, 339, 736, 1041, 682, 338, 418, 462, 391, 25395, 52, 37597, 3138, 489, 3417, 51, 682, 588, 353, 2532, 462, 11564, 903, 3594, 2041, 413, 3594, 320, 27147, 682, 221, 2072, 11564, 903, 3594, 45, 3549, 903, 6691, 49, 7408, 2436, 3518, 46, 320, 27147, 221, 5282, 45, 7495, 51, 13618, 3686, 49, 6691, 49, 3518, 312, 303, 339, 3051, 221, 5332, 782, 2480, 45, 671, 5604, 46, 320, 303, 18178, 7408, 2436, 3518, 299, 556, 7408, 2436, 1325, 45, 2608, 312, 303, 18178, 11564, 903, 6691, 299, 556, 11564, 903, 45, 4719, 312, 682, 18178, 3518, 51, 963, 976, 45, 7495, 312, 303, 339, 27147, 303, 581, 910, 640, 21407, 577, 365, 320, 416, 461, 34012, 740, 51, 7080, 459, 23654, 51, 3250, 51, 3594, 678, 5688, 332, 14062, 10012, 50, 18349, 50, 54, 41, 14062, 10012, 50, 18349, 50, 55, 41, 1586, 221, 221, 48, 12143, 740, 51, 7080, 459, 23654, 51, 3250, 51, 12810, 742, 14062, 10012, 50, 18349, 50, 54, 41, 303, 339, 736, 339, 736, 1041, 682, 338, 418, 462, 391, 25395, 52, 37597, 16358, 3417, 51, 682, 588, 353, 2532, 462, 16489, 120, 3594, 2041, 413, 3594, 320, 27147, 682, 221, 2072, 16489, 120, 3594, 45, 12143, 3686, 7992, 49, 7408, 2436, 3518, 46, 320, 27147, 221, 5282, 45, 4719, 49, 7992, 51, 390, 17473, 1046, 3518, 312, 303, 339, 3051, 221, 5332, 782, 2480, 45, 671, 5604, 46, 320, 303, 18178, 7408, 2436, 3518, 299, 556, 7408, 2436, 1325, 45, 2608, 312, 303, 18178, 4393, 5643, 1615, 16358, 299, 7992, 51, 390, 17473, 492, 682, 18178, 3518, 51, 963, 976, 45, 11853, 312, 303, 339, 27147, 303, 581, 910, 640, 21407, 577, 365, 320, 416, 461, 34012, 740, 51, 7080, 459, 23654, 51, 3250, 51, 3594, 678, 5688, 332, 14062, 10012, 50, 18349, 50, 54, 41, 14062, 10012, 50, 18349, 50, 55, 41, 1586, 221, 221, 48, 12143, 740, 51, 7080, 459, 89, 41784, 51, 2689, 51, 17473, 742, 14062, 10012, 50, 18349, 50, 54, 41, 303, 339, 736, 339, 736, 1041, 682, 338, 418, 462, 391, 25395, 52, 37597, 1802, 6044, 37747, 51, 682, 588, 353, 2532, 462, 4393, 6086, 3594, 2041, 7406, 23654, 463, 3594, 320, 27147, 682, 221, 671, 1197, 7854, 64, 453, 1802, 1536, 682, 221, 12143, 3686, 7992, 64, 682, 221, 429, 329, 64, 453, 1035, 52, 2564, 1671, 682, 221, 429, 3138, 64, 453, 2381, 50, 32929, 718, 3138, 1470, 682, 221, 4412, 3654, 64, 453, 878, 434, 4732, 4588, 1616, 619, 1035, 1675, 27147, 682, 221, 2072, 4393, 6086, 3594, 45, 12143, 3686, 7992, 49, 5402, 3177, 221, 671, 1197, 1802, 9648, 49, 648, 1671, 49, 648, 3138, 49, 1922, 3654, 46, 320, 27147, 221, 597, 51, 4719, 299, 7992, 64, 27147, 221, 8501, 299, 1802, 9648, 64, 27147, 221, 115, 299, 1671, 64, 27147, 221, 597, 51, 3023, 299, 3138, 64, 27147, 221, 597, 51, 11051, 299, 3654, 64, 303, 339, 465, 581, 782, 25395, 365, 2589, 16794, 23654, 1002, 320, 294, 221, 5282, 51, 16222, 492, 294, 221, 344, 327, 11051, 46, 3365, 9622, 492, 294, 221, 728, 1035, 9622, 492, 303, 339, 465, 581, 782, 45434, 365, 2589, 16794, 23654, 1002, 320, 294, 221, 5282, 51, 37597, 492, 294, 221, 344, 327, 11051, 46, 1035, 9622, 492, 294, 221, 728, 3365, 9622, 492, 303, 339, 44507, 221, 2072, 782, 1035, 9622, 365, 320, 27147, 221, 344, 327, 8501, 630, 762, 1293, 7854, 51, 1340, 398, 53, 46, 461, 64, 374, 221, 1287, 320, 621, 221, 429, 1671, 299, 329, 64, 621, 221, 999, 327, 429, 613, 299, 244, 53, 64, 613, 350, 7854, 51, 1340, 64, 613, 2002, 320, 596, 221, 671, 1536, 299, 7854, 96, 110, 988, 596, 221, 344, 327, 1005, 630, 762, 46, 4056, 64, 596, 221, 1675, 6086, 1802, 91, 333, 299, 327, 1675, 6086, 46, 4719, 51, 390, 6086, 492, 596, 221, 915, 91, 333, 51, 3233, 45, 1005, 49, 1671, 49, 920, 312, 596, 221, 6086, 10399, 12309, 299, 7992, 51, 32872, 941, 390, 6086, 10399, 492, 596, 221, 10390, 51, 489, 3549, 1552, 45, 915, 91, 333, 51, 390, 2163, 1552, 1052, 596, 221, 429, 3138, 299, 7992, 51, 32872, 941, 390, 6086, 10399, 941, 1763, 724, 3549, 45, 1076, 24872, 596, 221, 4719, 51, 32872, 941, 489, 3549, 1936, 45, 3023, 312, 621, 221, 130, 374, 221, 130, 374, 221, 5639, 327, 6860, 557, 46, 320, 621, 221, 346, 51, 9428, 492, 374, 221, 130, 303, 339, 27147, 682, 221, 2072, 782, 3365, 9622, 365, 320, 27147, 221, 344, 327, 4719, 51, 390, 6086, 365, 5118, 4393, 6086, 46, 320, 10578, 221, 1675, 6086, 1802, 91, 333, 299, 327, 1675, 6086, 46, 4719, 51, 390, 6086, 492, 682, 313, 221, 999, 327, 429, 613, 299, 244, 53, 64, 613, 350, 7854, 51, 1340, 64, 613, 2002, 320, 682, 3177, 221, 915, 91, 333, 51, 2564, 45, 115, 312, 682, 313, 221, 130, 1586, 221, 429, 2095, 299, 1802, 91, 333, 51, 390, 2163, 1552, 492, 682, 313, 221, 6086, 10399, 12309, 299, 7992, 51, 32872, 941, 390, 6086, 10399, 492, 682, 313, 221, 10390, 51, 489, 3549, 1552, 45, 1688, 312, 682, 313, 221, 4719, 51, 32872, 941, 489, 3549, 1936, 45, 3023, 312, 27147, 221, 130, 303, 339, 27147, 303, 581, 910, 640, 21407, 577, 365, 320, 294, 221, 344, 327, 11051, 46, 320, 7817, 461, 34012, 740, 51, 7080, 459, 23654, 51, 3250, 51, 1121, 678, 5688, 332, 14062, 10012, 50, 18349, 50, 54, 41, 14062, 10012, 50, 18349, 50, 55, 41, 17782, 221, 221, 48, 12143, 740, 51, 7080, 459, 23654, 51, 3250, 51, 9622, 742, 14062, 10012, 50, 18349, 50, 54, 41, 294, 221, 130, 416, 461, 34012, 740, 51, 7080, 459, 23654, 51, 3250, 51, 4926, 678, 5688, 332, 14062, 10012, 50, 18349, 50, 54, 41, 14062, 10012, 50, 18349, 50, 55, 41, 1586, 221, 221, 48, 12143, 740, 51, 7080, 459, 23654, 51, 3250, 51, 9622, 742, 14062, 10012, 50, 18349, 50, 54, 41, 303, 339, 736, 339, 736, 1041, 682, 338, 418, 462, 391, 25395, 52, 37597, 6044, 15914, 120, 51, 682, 588, 353, 2532, 462, 13467, 9395, 2041, 413, 3594, 320, 27147, 682, 221, 2072, 13467, 9395, 45, 12143, 3686, 7992, 49, 7408, 2436, 3518, 46, 320, 27147, 221, 5282, 45, 4719, 49, 7992, 51, 32872, 941, 390, 6086, 10399, 1046, 3518, 312, 303, 339, 465, 581, 782, 25395, 365, 2589, 16794, 23654, 1002, 320, 294, 221, 325, 434, 4393, 6086, 49, 4166, 5549, 5753, 294, 221, 6086, 6044, 299, 7992, 51, 390, 6086, 492, 294, 221, 344, 327, 5011, 5118, 4393, 6086, 46, 320, 10578, 221, 1181, 1675, 6086, 46, 5011, 566, 2882, 3828, 9622, 492, 294, 221, 130, 294, 221, 325, 9736, 45434, 1621, 294, 221, 37597, 299, 556, 7408, 2436, 1325, 45, 4719, 51, 32872, 941, 390, 6086, 10399, 4269, 471, 5741, 492, 294, 221, 5282, 51, 16222, 492, 303, 339, 465, 581, 782, 45434, 365, 2589, 16794, 23654, 1002, 320, 294, 221, 325, 434, 4393, 6086, 49, 4166, 5549, 5753, 294, 221, 6086, 6044, 299, 7992, 51, 390, 6086, 492, 294, 221, 344, 327, 5011, 5118, 4393, 6086, 46, 320, 10578, 221, 1181, 1675, 6086, 46, 5011, 566, 2882, 3828, 9622, 492, 294, 221, 130, 294, 221, 325, 9736, 25395, 1621, 294, 221, 16222, 299, 556, 7408, 2436, 1325, 45, 4719, 51, 32872, 941, 390, 6086, 10399, 4269, 471, 5741, 492, 294, 221, 5282, 51, 37597, 492, 303, 339, 44507, 221, 5332, 782, 2480, 45, 671, 5604, 46, 320, 27147, 221, 325, 4250, 10637, 664, 3627, 6044, 294, 221, 6086, 6044, 299, 7992, 51, 390, 6086, 492, 294, 221, 344, 327, 5011, 6917, 1710, 46, 320, 10578, 221, 89, 7113, 51, 28103, 459, 3830, 11785, 411, 7992, 566, 1160, 15748, 45, 1710, 312, 14062, 10012, 50, 18349, 50, 54, 41, 294, 221, 130, 303, 18178, 7408, 2436, 3518, 299, 556, 7408, 2436, 1325, 45, 2608, 312, 303, 18178, 13467, 10399, 12309, 299, 327, 6086, 10399, 46, 2452, 51, 963, 976, 45, 1710, 312, 416, 7992, 51, 32872, 941, 489, 6086, 10399, 45, 10390, 312, 294, 221, 5011, 299, 7992, 51, 390, 6086, 492, 416, 434, 327, 5011, 6917, 1710, 46, 320, 1586, 221, 999, 327, 2365, 2785, 63, 6044, 51, 390, 2365, 3131, 941, 390, 11785, 1177, 320, 1586, 221, 221, 2049, 51, 489, 6086, 3686, 45, 4719, 312, 295, 221, 344, 327, 2049, 51, 36311, 93, 882, 4418, 51, 4697, 100, 5986, 46, 320, 10604, 221, 2049, 51, 36311, 5671, 299, 878, 64, 10604, 221, 344, 327, 4719, 51, 7913, 11785, 630, 762, 46, 320, 295, 313, 221, 4719, 51, 7913, 11785, 299, 556, 8329, 65, 2365, 49, 6460, 2938, 10604, 221, 130, 10604, 221, 1962, 317, 299, 556, 6460, 45, 2049, 51, 36311, 93, 49, 2785, 51, 36311, 94, 312, 10604, 221, 4719, 51, 7913, 11785, 51, 543, 45, 2049, 49, 317, 312, 221, 295, 221, 130, 1586, 221, 130, 416, 339, 303, 339, 27147, 303, 581, 910, 640, 21407, 577, 365, 320, 416, 461, 34012, 740, 51, 7080, 459, 23654, 51, 3250, 51, 9395, 678, 5688, 332, 14062, 10012, 50, 18349, 50, 54, 41, 14062, 10012, 50, 18349, 50, 55, 41, 1586, 221, 221, 48, 12143, 740, 51, 7080, 459, 23654, 51, 3250, 51, 6086, 742, 14062, 10012, 50, 18349, 50, 54, 41, 303, 339, 736, 339, 736, 1041, 682, 338, 418, 462, 391, 25395, 52, 37597, 3417, 391, 4706, 5764, 642, 331, 34012, 3686, 51, 682, 338, 906, 4389, 8756, 341, 34012, 3686, 49, 341, 1319, 48030, 4019, 5386, 49, 682, 338, 480, 619, 7408, 2436, 21561, 341, 1621, 451, 341, 1319, 6761, 17373, 341, 3417, 51, 682, 588, 353, 2532, 5560, 462, 413, 3594, 2041, 7406, 23654, 463, 3594, 320, 27147, 682, 221, 671, 25395, 64, 453, 5604, 821, 682, 221, 671, 45434, 64, 453, 5604, 821, 682, 221, 12143, 3686, 7992, 64, 27147, 682, 221, 5332, 413, 3594, 45, 12143, 3686, 7992, 49, 2210, 2847, 49, 7408, 2436, 3518, 46, 320, 294, 221, 597, 51, 4719, 299, 7992, 64, 294, 221, 16222, 299, 3518, 51, 471, 5741, 492, 682, 18178, 3518, 299, 556, 7408, 2436, 1325, 45, 2085, 312, 682, 18178, 45434, 299, 3518, 51, 471, 5741, 492, 303, 339, 465, 581, 782, 25395, 365, 2589, 16794, 23654, 1002, 320, 294, 221, 5282, 51, 16222, 492, 294, 221, 963, 45, 16222, 312, 303, 339, 465, 581, 782, 45434, 365, 2589, 16794, 23654, 1002, 320, 294, 221, 5282, 51, 37597, 492, 294, 221, 963, 45, 37597, 312, 303, 339, 2205, 5560, 782, 2480, 45, 671, 5604, 312, 353, 339, 736, 1041, 682, 338, 418, 462, 391, 25395, 52, 37597, 331, 6120, 451, 48085, 463, 1953, 1526, 51, 682, 588, 353, 2532, 462, 42160, 3594, 2041, 7406, 23654, 463, 3594, 320, 27147, 682, 221, 23654, 463, 3594, 4588, 70, 64, 682, 221, 23654, 463, 3594, 4588, 71, 64, 27147, 682, 221, 5332, 42160, 3594, 45, 23654, 463, 3594, 4588, 54, 49, 48085, 463, 3594, 4588, 55, 46, 320, 27147, 221, 3189, 70, 299, 4588, 54, 64, 27147, 221, 3189, 71, 299, 4588, 55, 64, 303, 339, 465, 581, 782, 25395, 365, 2589, 16794, 23654, 1002, 320, 294, 221, 5282, 51, 16222, 492, 294, 221, 3189, 70, 51, 16222, 492, 294, 221, 3189, 71, 51, 16222, 492, 303, 339, 465, 581, 782, 45434, 365, 2589, 16794, 23654, 1002, 320, 294, 221, 5282, 51, 37597, 492, 294, 221, 3189, 70, 51, 37597, 492, 294, 221, 3189, 71, 51, 37597, 492, 303, 339, 294, 27147, 303, 581, 910, 640, 21407, 577, 365, 320, 416, 461, 4588, 70, 51, 390, 21407, 577, 492, 303, 339, 736, 339, 736, 1041, 682, 338, 418, 462, 391, 25395, 52, 37597, 4574, 22583, 51, 682, 588, 353, 2532, 462, 12579, 3422, 2041, 7406, 23654, 463, 3594, 320, 27147, 682, 221, 671, 5604, 64, 682, 221, 429, 4574, 798, 64, 682, 221, 12143, 3686, 7992, 64, 682, 221, 671, 4574, 638, 64, 465, 964, 12579, 3422, 45, 12143, 3686, 7992, 49, 413, 4573, 4574, 46, 320, 294, 221, 5741, 2436, 3518, 299, 556, 7408, 2436, 1325, 45, 4402, 312, 294, 221, 2608, 299, 3518, 51, 471, 5741, 492, 294, 221, 597, 51, 4719, 299, 7992, 64, 27147, 221, 671, 328, 299, 4574, 51, 9699, 941, 26999, 492, 294, 221, 4402, 638, 299, 34012, 740, 51, 7080, 45, 120, 37519, 577, 742, 14062, 10012, 50, 18349, 50, 54, 41, 294, 221, 344, 327, 4402, 638, 51, 13907, 459, 38, 2152, 320, 14062, 10012, 50, 18349, 50, 54, 41, 10578, 221, 4402, 638, 299, 328, 64, 294, 221, 130, 27288, 339, 465, 581, 782, 25395, 365, 2589, 16794, 23654, 1002, 320, 294, 221, 5282, 51, 16222, 492, 294, 221, 5741, 2436, 3518, 299, 556, 7408, 2436, 1325, 45, 2608, 312, 294, 221, 89, 4573, 4574, 299, 327, 89, 4573, 46, 2452, 51, 963, 976, 45, 1710, 312, 416, 7992, 51, 688, 4573, 45, 4402, 312, 416, 4574, 798, 299, 4574, 51, 37541, 492, 416, 7992, 51, 1375, 8105, 492, 303, 339, 465, 581, 782, 45434, 365, 2589, 16794, 23654, 1002, 320, 294, 221, 5282, 51, 37597, 492, 294, 221, 89, 4573, 4574, 299, 413, 4573, 51, 390, 4573, 45, 4402, 798, 312, 294, 221, 4402, 51, 2577, 45, 1886, 312, 303, 339, 2205, 581, 910, 640, 21407, 577, 365, 320, 416, 461, 34012, 740, 51, 7080, 459, 23654, 51, 3250, 51, 3422, 678, 5688, 332, 14062, 10012, 50, 18349, 50, 54, 41, 14062, 10012, 50, 18349, 50, 55, 41, 1586, 221, 221, 48, 4402, 638, 64, 303, 339, 736, 339, 736, 1041, 682, 338, 418, 462, 391, 25395, 52, 37597, 44041, 21899, 51, 682, 588, 353, 2532, 462, 12579, 6803, 2041, 7406, 23654, 463, 3594, 320, 27147, 682, 221, 739, 65, 671, 67, 5604, 64, 682, 221, 12143, 3686, 7992, 64, 465, 964, 12579, 6803, 45, 12143, 3686, 16709, 3686, 49, 1701, 65, 671, 67, 5604, 46, 320, 294, 221, 597, 51, 2608, 299, 5604, 64, 294, 221, 4719, 299, 16709, 3686, 64, 303, 339, 465, 581, 782, 25395, 365, 2589, 16794, 23654, 1002, 320, 294, 221, 5282, 51, 16222, 492, 294, 221, 5740, 65, 671, 67, 580, 299, 5604, 51, 5174, 492, 294, 221, 5544, 327, 302, 51, 16408, 1177, 320, 1586, 221, 5741, 2436, 3518, 299, 556, 7408, 2436, 1325, 45, 302, 51, 1995, 1052, 1586, 221, 89, 4573, 4574, 299, 327, 89, 4573, 46, 2452, 51, 963, 976, 45, 1710, 312, 310, 7992, 51, 688, 4573, 45, 4402, 312, 281, 313, 294, 221, 130, 416, 7992, 51, 1375, 8105, 492, 303, 339, 465, 581, 782, 45434, 365, 2589, 16794, 23654, 1002, 320, 294, 221, 5282, 51, 37597, 492, 416, 7992, 51, 3830, 24133, 492, 303, 339, 27147, 303, 581, 910, 640, 21407, 577, 365, 320, 416, 461, 34012, 740, 51, 7080, 459, 23654, 51, 3250, 51, 6803, 678, 5688, 332, 14062, 10012, 50, 18349, 50, 54, 41, 14062, 10012, 50, 18349, 50, 55, 41, 1586, 221, 221, 48, 12143, 740, 51, 7080, 459, 23654, 51, 3250, 51, 24133, 742, 14062, 10012, 50, 18349, 50, 54, 41, 303, 339, 736, 339, 736, 1041, 682, 338, 418, 462, 391, 25395, 52, 37597, 2785, 22583, 51, 682, 588, 353, 2532, 462, 8301, 3422, 2041, 7406, 23654, 463, 3594, 320, 27147, 682, 221, 671, 5604, 64, 682, 221, 12143, 3686, 7992, 64, 682, 221, 429, 613, 64, 682, 221, 2365, 2785, 64, 682, 221, 671, 2785, 577, 64, 465, 964, 8301, 3422, 45, 12143, 3686, 16709, 3686, 49, 8301, 2785, 46, 320, 294, 221, 2608, 299, 556, 7408, 2436, 1325, 45, 2049, 566, 471, 5741, 492, 294, 221, 4719, 299, 16709, 3686, 64, 416, 613, 299, 7992, 51, 390, 6086, 941, 390, 2365, 3131, 941, 2153, 1301, 16971, 492, 416, 2785, 577, 299, 2785, 51, 9699, 941, 26999, 492, 416, 648, 614, 299, 2785, 577, 51, 7149, 459, 2365, 742, 14062, 10012, 50, 18349, 50, 54, 41, 416, 434, 327, 111, 67, 53, 979, 614, 65, 2049, 577, 51, 1340, 17681, 54, 46, 320, 1586, 221, 2049, 577, 299, 2785, 577, 51, 8724, 45, 53, 49, 614, 312, 416, 339, 416, 2785, 577, 299, 9826, 740, 51, 7080, 459, 6086, 2365, 3128, 48, 2049, 577, 312, 14062, 10012, 50, 18349, 50, 54, 41, 303, 339, 465, 581, 782, 25395, 365, 2589, 16794, 23654, 1002, 320, 294, 221, 5282, 51, 16222, 492, 416, 13467, 6044, 299, 7992, 51, 390, 6086, 492, 416, 434, 327, 5011, 882, 762, 46, 320, 310, 7408, 2436, 3518, 299, 556, 7408, 2436, 1325, 45, 2608, 312, 310, 2785, 299, 327, 2365, 46, 2452, 51, 963, 976, 45, 1710, 312, 310, 2785, 51, 489, 6086, 3686, 45, 4719, 312, 310, 6044, 51, 390, 2365, 3131, 941, 3233, 2365, 45, 2049, 49, 613, 312, 281, 313, 1586, 221, 344, 327, 2049, 51, 36311, 93, 882, 4418, 51, 4697, 100, 5986, 46, 320, 1586, 221, 221, 2049, 51, 36311, 5671, 299, 878, 64, 1586, 221, 221, 344, 327, 4719, 51, 7913, 11785, 630, 762, 46, 320, 1586, 313, 221, 4719, 51, 7913, 11785, 299, 556, 8329, 65, 2365, 49, 6460, 2938, 1586, 221, 221, 130, 1586, 221, 221, 1962, 317, 299, 556, 6460, 45, 2049, 51, 36311, 93, 49, 2785, 51, 36311, 94, 312, 1586, 221, 221, 4719, 51, 7913, 11785, 51, 543, 45, 2049, 49, 317, 312, 221, 1586, 221, 130, 222, 325, 981, 221, 344, 327, 2049, 51, 36311, 93, 882, 4418, 51, 4697, 100, 5986, 46, 320, 222, 325, 2052, 17432, 4446, 299, 34045, 51, 13729, 24291, 941, 390, 4627, 1269, 492, 222, 325, 2052, 413, 2163, 3145, 299, 7992, 51, 47516, 2163, 492, 222, 325, 981, 221, 221, 79, 3742, 47500, 299, 2785, 51, 390, 19252, 492, 222, 325, 281, 313, 221, 429, 837, 299, 4189, 51, 1472, 45, 2049, 51, 36311, 93, 494, 3145, 51, 26716, 941, 125, 49, 244, 53, 312, 222, 325, 281, 313, 221, 125, 299, 4189, 51, 907, 45, 125, 49, 4446, 51, 1660, 50, 36311, 51, 21398, 1052, 222, 325, 281, 313, 221, 429, 553, 299, 4189, 51, 1472, 45, 2049, 51, 36311, 94, 494, 3145, 51, 26716, 941, 126, 49, 244, 53, 312, 222, 325, 281, 313, 221, 126, 299, 4189, 51, 907, 45, 126, 49, 4446, 51, 2296, 50, 36311, 51, 22361, 1052, 222, 325, 282, 221, 36311, 51, 35853, 45, 125, 49, 553, 312, 222, 325, 981, 221, 221, 36311, 51, 18215, 45, 1527, 312, 222, 325, 981, 221, 130, 416, 339, 303, 339, 465, 581, 782, 45434, 365, 2589, 16794, 23654, 1002, 320, 294, 221, 5282, 51, 37597, 492, 416, 13467, 6044, 299, 7992, 51, 390, 6086, 492, 416, 434, 327, 5011, 882, 762, 46, 320, 310, 2785, 51, 489, 6086, 3686, 45, 1710, 312, 310, 413, 41784, 10466, 38468, 299, 413, 41784, 51, 390, 41784, 45, 4719, 312, 310, 10466, 38468, 51, 8195, 318, 299, 878, 64, 453, 29066, 35132, 4691, 25395, 463, 4588, 310, 6044, 51, 390, 2365, 3131, 941, 2564, 2365, 45, 2049, 312, 310, 10466, 38468, 51, 8195, 318, 299, 920, 64, 310, 613, 299, 6044, 51, 390, 2365, 3131, 941, 2153, 1301, 16971, 492, 310, 2785, 299, 762, 64, 453, 40851, 1187, 10656, 391, 8133, 2785, 416, 339, 303, 339, 2205, 581, 910, 640, 21407, 577, 365, 320, 416, 461, 34012, 740, 51, 7080, 459, 23654, 51, 3250, 51, 3422, 678, 5688, 332, 14062, 10012, 50, 18349, 50, 54, 41, 14062, 10012, 50, 18349, 50, 55, 41, 1586, 221, 221, 48, 12143, 740, 51, 7080, 459, 23654, 51, 3250, 51, 2365, 742, 14062, 10012, 50, 18349, 50, 54, 41, 303, 339, 736, 339, 736, 1041, 682, 338, 418, 462, 391, 25395, 52, 37597, 2785, 44041, 51, 682, 588, 353, 2532, 462, 8301, 6803, 2041, 7406, 23654, 463, 3594, 320, 27147, 682, 221, 739, 65, 671, 67, 5604, 64, 682, 221, 12143, 3686, 7992, 64, 465, 964, 8301, 6803, 45, 12143, 3686, 16709, 3686, 49, 1701, 65, 671, 67, 5604, 46, 320, 294, 221, 597, 51, 2608, 299, 5604, 64, 294, 221, 4719, 299, 16709, 3686, 64, 303, 339, 465, 581, 782, 25395, 365, 2589, 16794, 23654, 1002, 320, 294, 221, 5282, 51, 16222, 492, 416, 13467, 6044, 299, 7992, 51, 390, 6086, 492, 416, 434, 327, 5011, 882, 762, 46, 320, 1586, 221, 999, 327, 671, 2371, 63, 5604, 46, 320, 295, 221, 5741, 2436, 3518, 299, 556, 7408, 2436, 1325, 45, 1995, 312, 295, 221, 2365, 2785, 299, 327, 2365, 46, 2452, 51, 963, 976, 45, 1710, 312, 633, 2785, 51, 489, 6086, 3686, 45, 4719, 312, 633, 6044, 51, 390, 2365, 3131, 941, 688, 2365, 45, 2049, 312, 281, 313, 295, 221, 344, 327, 2049, 51, 36311, 93, 882, 4418, 51, 4697, 100, 5986, 46, 320, 10604, 221, 2049, 51, 36311, 5671, 299, 878, 64, 10604, 221, 344, 327, 4719, 51, 7913, 11785, 630, 762, 46, 320, 295, 313, 221, 4719, 51, 7913, 11785, 299, 556, 8329, 65, 2365, 49, 6460, 2938, 10604, 221, 130, 10604, 221, 1962, 317, 299, 556, 6460, 45, 2049, 51, 36311, 93, 49, 2785, 51, 36311, 94, 312, 10604, 221, 4719, 51, 7913, 11785, 51, 543, 45, 2049, 49, 317, 312, 221, 295, 221, 130, 1586, 221, 130, 416, 339, 303, 339, 465, 581, 782, 45434, 365, 2589, 16794, 23654, 1002, 320, 294, 221, 5282, 51, 37597, 492, 416, 13467, 6044, 299, 7992, 51, 390, 6086, 492, 416, 434, 327, 5011, 882, 762, 46, 320, 1586, 221, 2365, 3131, 4154, 299, 6044, 51, 390, 2365, 3131, 492, 1586, 221, 999, 327, 2365, 2785, 63, 4154, 51, 390, 11785, 1177, 320, 295, 221, 44721, 4573, 4574, 299, 17370, 16530, 4573, 51, 2049, 1225, 51, 390, 45, 2049, 312, 1586, 221, 221, 344, 327, 4402, 6917, 1710, 46, 320, 1586, 313, 221, 4719, 51, 2564, 4573, 45, 4402, 312, 1586, 313, 221, 4402, 51, 19904, 492, 1586, 221, 221, 130, 1586, 221, 130, 310, 4154, 51, 3830, 492, 416, 339, 303, 339, 2205, 581, 910, 640, 21407, 577, 365, 320, 416, 461, 34012, 740, 51, 7080, 459, 23654, 51, 3250, 51, 6803, 678, 5688, 332, 14062, 10012, 50, 18349, 50, 54, 41, 14062, 10012, 50, 18349, 50, 55, 41, 1586, 221, 221, 48, 12143, 740, 51, 7080, 459, 89, 41784, 51, 6362, 51, 6086, 11785, 742, 14062, 10012, 50, 18349, 50, 54, 41, 303, 339, 736, 339, 4070, 1041, 682, 338, 418, 462, 391, 25395, 52, 37597, 2785, 4588, 51, 682, 588, 353, 2532, 462, 8301, 3594, 2041, 413, 3594, 320, 27147, 682, 221, 429, 2785, 1301, 64, 682, 221, 429, 3145, 1936, 64, 682, 221, 671, 2785, 638, 64, 27147, 303, 964, 8301, 3594, 45, 12143, 3686, 7992, 49, 8301, 2785, 49, 7408, 2436, 3518, 46, 320, 294, 221, 5282, 45, 4719, 49, 2785, 49, 3518, 312, 294, 221, 2049, 1301, 299, 7992, 51, 390, 6086, 941, 390, 2365, 3131, 941, 390, 11785, 941, 7149, 45, 2049, 312, 294, 221, 1763, 1936, 299, 7992, 51, 390, 2163, 1936, 492, 416, 2785, 638, 299, 2785, 51, 9699, 941, 26999, 492, 416, 648, 614, 299, 2785, 638, 51, 7149, 459, 2365, 742, 14062, 10012, 50, 18349, 50, 54, 41, 416, 434, 327, 111, 67, 53, 979, 614, 65, 2049, 638, 51, 1340, 17681, 54, 46, 320, 1586, 221, 2049, 638, 299, 2785, 638, 51, 8724, 45, 53, 49, 614, 312, 416, 339, 416, 2785, 638, 299, 9826, 740, 51, 7080, 459, 6086, 2365, 3128, 48, 2049, 638, 312, 14062, 10012, 50, 18349, 50, 54, 41, 303, 339, 3051, 221, 5332, 782, 2480, 45, 671, 5604, 46, 320, 303, 18178, 7408, 2436, 3518, 299, 556, 7408, 2436, 1325, 45, 2608, 312, 416, 13467, 6044, 299, 7992, 51, 390, 6086, 492, 416, 434, 327, 5011, 882, 762, 46, 320, 981, 221, 310, 5068, 65, 2365, 67, 10637, 299, 6044, 51, 390, 2365, 3131, 941, 390, 11785, 492, 310, 434, 327, 2049, 1301, 65, 53, 1293, 2785, 1301, 7168, 9252, 51, 911, 1177, 461, 64, 310, 8301, 2785, 299, 10637, 51, 390, 45, 2049, 1301, 312, 11794, 18178, 3518, 51, 963, 976, 45, 2049, 312, 11794, 18178, 990, 3742, 47500, 299, 2785, 51, 390, 19252, 492, 11794, 18178, 434, 327, 36311, 6917, 1710, 46, 320, 11794, 24425, 221, 36311, 51, 18215, 45, 1527, 312, 11794, 18178, 339, 11794, 18178, 13467, 10399, 12309, 299, 7992, 51, 32872, 941, 390, 6086, 10399, 492, 11794, 18178, 7992, 51, 32872, 941, 489, 3549, 1936, 45, 10390, 51, 1763, 724, 3549, 45, 1763, 1936, 894, 416, 339, 303, 339, 27147, 303, 581, 910, 640, 21407, 577, 365, 320, 416, 461, 34012, 740, 51, 7080, 459, 23654, 51, 3250, 51, 3594, 678, 5688, 6771, 2049, 638, 64, 14062, 10012, 50, 18349, 50, 54, 41, 14062, 10012, 50, 18349, 50, 55, 41, 303, 339, 736, 339, 682, 222, 130, 222, 222, 1350, 222, 338, 2262, 48085, 1590, 708, 41220, 580, 1200, 37747, 51, 222, 588, 222, 842, 4318, 23654, 1590, 2041, 48085, 1590, 320, 222, 221, 942, 48085, 463, 3594, 640, 23654, 3594, 365, 320, 376, 221, 620, 477, 51, 3189, 25976, 1079, 5099, 492, 222, 221, 130, 3038, 221, 942, 48085, 463, 3594, 640, 44805, 3594, 365, 320, 376, 221, 620, 477, 51, 3189, 25976, 4038, 677, 492, 222, 221, 130, 376, 222, 130, 499 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
8,658
true
65.366522
true
true
FilterTypeOuterClass.java
/FileExtraction/Java_unseen/AngelicPretty_Gshine-Server/src/generated/main/java/emu/grasscutter/net/proto/FilterTypeOuterClass.java
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: FilterType.proto package emu.grasscutter.net.proto; public final class FilterTypeOuterClass { private FilterTypeOuterClass() {} public static void registerAllExtensions( com.google.protobuf.ExtensionRegistryLite registry) { } public static void registerAllExtensions( com.google.protobuf.ExtensionRegistry registry) { registerAllExtensions( (com.google.protobuf.ExtensionRegistryLite) registry); } /** * Protobuf enum {@code FilterType} */ public enum FilterType implements com.google.protobuf.ProtocolMessageEnum { /** * <code>FILTER_TYPE_ALL = 0;</code> */ FILTER_TYPE_ALL(0), /** * <code>FILTER_TYPE_AIR = 1;</code> */ FILTER_TYPE_AIR(1), /** * <code>FILTER_TYPE_WATER = 2;</code> */ FILTER_TYPE_WATER(2), UNRECOGNIZED(-1), ; /** * <code>FILTER_TYPE_ALL = 0;</code> */ public static final int FILTER_TYPE_ALL_VALUE = 0; /** * <code>FILTER_TYPE_AIR = 1;</code> */ public static final int FILTER_TYPE_AIR_VALUE = 1; /** * <code>FILTER_TYPE_WATER = 2;</code> */ public static final int FILTER_TYPE_WATER_VALUE = 2; public final int getNumber() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalArgumentException( "Can't get the number of an unknown enum value."); } return value; } /** * @param value The numeric wire value of the corresponding enum entry. * @return The enum associated with the given numeric wire value. * @deprecated Use {@link #forNumber(int)} instead. */ @java.lang.Deprecated public static FilterType valueOf(int value) { return forNumber(value); } /** * @param value The numeric wire value of the corresponding enum entry. * @return The enum associated with the given numeric wire value. */ public static FilterType forNumber(int value) { switch (value) { case 0: return FILTER_TYPE_ALL; case 1: return FILTER_TYPE_AIR; case 2: return FILTER_TYPE_WATER; default: return null; } } public static com.google.protobuf.Internal.EnumLiteMap<FilterType> internalGetValueMap() { return internalValueMap; } private static final com.google.protobuf.Internal.EnumLiteMap< FilterType> internalValueMap = new com.google.protobuf.Internal.EnumLiteMap<FilterType>() { public FilterType findValueByNumber(int number) { return FilterType.forNumber(number); } }; public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalStateException( "Can't get the descriptor of an unrecognized enum value."); } return getDescriptor().getValues().get(ordinal()); } public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { return getDescriptor(); } public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() { return emu.grasscutter.net.proto.FilterTypeOuterClass.getDescriptor().getEnumTypes().get(0); } private static final FilterType[] VALUES = values(); public static FilterType valueOf( com.google.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { throw new java.lang.IllegalArgumentException( "EnumValueDescriptor is not for this type."); } if (desc.getIndex() == -1) { return UNRECOGNIZED; } return VALUES[desc.getIndex()]; } private final int value; private FilterType(int value) { this.value = value; } // @@protoc_insertion_point(enum_scope:FilterType) } public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { return descriptor; } private static com.google.protobuf.Descriptors.FileDescriptor descriptor; static { java.lang.String[] descriptorData = { "\n\020FilterType.proto*M\n\nFilterType\022\023\n\017FILT" + "ER_TYPE_ALL\020\000\022\023\n\017FILTER_TYPE_AIR\020\001\022\025\n\021FI" + "LTER_TYPE_WATER\020\002B\033\n\031emu.grasscutter.net" + ".protob\006proto3" }; descriptor = com.google.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] { }); } // @@protoc_insertion_point(outer_class_scope) }
4,689
Java
.java
AngelicPretty/Gshine-Server
209
35
1
2023-02-23T01:48:47Z
2023-05-11T03:15:36Z
4bd4779d11271af674b5f140e3cacbbb3768eb56e164503f02237e9a74931d30
[ 325, 13046, 829, 341, 7088, 3129, 8986, 51, 244, 4103, 2387, 18805, 38, 222, 325, 1932, 63, 8301, 638, 51, 1822, 222, 222, 1337, 2667, 122, 51, 791, 369, 104, 4681, 51, 1317, 51, 1822, 64, 222, 222, 942, 1175, 462, 8301, 638, 29094, 320, 353, 964, 8301, 638, 29094, 365, 2172, 353, 581, 924, 782, 3923, 1947, 7460, 45, 416, 785, 51, 2193, 51, 3952, 51, 33976, 10886, 46, 320, 353, 339, 736, 581, 924, 782, 3923, 1947, 7460, 45, 416, 785, 51, 2193, 51, 3952, 51, 27983, 10886, 46, 320, 303, 3923, 1947, 7460, 45, 310, 327, 527, 51, 2193, 51, 3952, 51, 33976, 46, 10886, 312, 353, 339, 353, 1041, 682, 338, 42192, 3858, 3105, 707, 8301, 638, 130, 682, 588, 353, 581, 3858, 8301, 638, 416, 4584, 785, 51, 2193, 51, 3952, 51, 5519, 1193, 2773, 320, 303, 1041, 294, 338, 350, 707, 67, 13382, 100, 2333, 100, 2335, 299, 244, 53, 2701, 707, 67, 294, 588, 303, 32626, 100, 2333, 100, 2335, 45, 53, 490, 303, 1041, 294, 338, 350, 707, 67, 13382, 100, 2333, 100, 39608, 299, 244, 54, 2701, 707, 67, 294, 588, 303, 32626, 100, 2333, 100, 39608, 45, 54, 490, 303, 1041, 294, 338, 350, 707, 67, 13382, 100, 2333, 100, 47744, 299, 244, 55, 2701, 707, 67, 294, 588, 303, 32626, 100, 2333, 100, 47744, 45, 55, 490, 303, 6419, 632, 1213, 11799, 22674, 3766, 54, 490, 303, 2098, 465, 1041, 294, 338, 350, 707, 67, 13382, 100, 2333, 100, 2335, 299, 244, 53, 2701, 707, 67, 294, 588, 303, 581, 924, 1175, 648, 32626, 100, 2333, 100, 2335, 100, 5986, 299, 244, 53, 64, 303, 1041, 294, 338, 350, 707, 67, 13382, 100, 2333, 100, 39608, 299, 244, 54, 2701, 707, 67, 294, 588, 303, 581, 924, 1175, 648, 32626, 100, 2333, 100, 39608, 100, 5986, 299, 244, 54, 64, 303, 1041, 294, 338, 350, 707, 67, 13382, 100, 2333, 100, 47744, 299, 244, 55, 2701, 707, 67, 294, 588, 303, 581, 924, 1175, 648, 32626, 100, 2333, 100, 47744, 100, 5986, 299, 244, 55, 64, 4054, 581, 1175, 648, 640, 1936, 365, 320, 416, 434, 327, 597, 630, 6419, 632, 1213, 11799, 22674, 46, 320, 310, 1440, 556, 1401, 51, 1600, 51, 25894, 45, 343, 332, 4460, 1348, 640, 341, 1470, 451, 619, 8675, 3858, 804, 5377, 416, 339, 416, 461, 804, 64, 303, 339, 465, 1041, 294, 338, 496, 772, 804, 906, 12781, 7684, 804, 451, 341, 8475, 3858, 3429, 51, 294, 338, 496, 620, 906, 3858, 5764, 642, 341, 2716, 12781, 7684, 804, 51, 294, 338, 496, 15033, 4443, 3105, 1222, 607, 999, 1936, 45, 429, 4416, 4203, 51, 294, 588, 303, 496, 1874, 51, 1600, 51, 15375, 303, 581, 924, 8301, 638, 804, 1436, 45, 429, 804, 46, 320, 416, 461, 456, 1936, 45, 872, 312, 303, 339, 465, 1041, 294, 338, 496, 772, 804, 906, 12781, 7684, 804, 451, 341, 8475, 3858, 3429, 51, 294, 338, 496, 620, 906, 3858, 5764, 642, 341, 2716, 12781, 7684, 804, 51, 294, 588, 303, 581, 924, 8301, 638, 456, 1936, 45, 429, 804, 46, 320, 416, 3593, 327, 872, 46, 320, 310, 1152, 244, 53, 63, 461, 32626, 100, 2333, 100, 2335, 64, 310, 1152, 244, 54, 63, 461, 32626, 100, 2333, 100, 39608, 64, 310, 1152, 244, 55, 63, 461, 32626, 100, 2333, 100, 47744, 64, 310, 1263, 63, 461, 762, 64, 416, 339, 303, 339, 465, 581, 924, 785, 51, 2193, 51, 3952, 51, 4305, 51, 2773, 13662, 1225, 65, 2365, 638, 67, 310, 3584, 12642, 1225, 365, 320, 416, 461, 3584, 899, 1225, 64, 303, 339, 303, 964, 924, 1175, 785, 51, 2193, 51, 3952, 51, 4305, 51, 2773, 13662, 1225, 65, 310, 8301, 638, 67, 3584, 899, 1225, 299, 633, 556, 785, 51, 2193, 51, 3952, 51, 4305, 51, 2773, 13662, 1225, 65, 2365, 638, 6939, 320, 343, 581, 8301, 638, 2309, 899, 1103, 1936, 45, 429, 1470, 46, 320, 1108, 461, 8301, 638, 51, 999, 1936, 45, 2188, 312, 343, 339, 633, 1487, 465, 581, 1175, 785, 51, 2193, 51, 3952, 51, 17825, 51, 40710, 4336, 310, 21517, 4336, 365, 320, 416, 434, 327, 597, 630, 6419, 632, 1213, 11799, 22674, 46, 320, 310, 1440, 556, 1401, 51, 1600, 51, 45123, 45, 343, 332, 4460, 1348, 640, 341, 9869, 451, 619, 725, 13741, 3858, 804, 5377, 416, 339, 416, 461, 38767, 941, 45713, 941, 390, 45, 18537, 1052, 303, 339, 303, 581, 1175, 785, 51, 2193, 51, 3952, 51, 17825, 51, 2773, 4336, 310, 38767, 28510, 365, 320, 416, 461, 38767, 492, 303, 339, 303, 581, 924, 1175, 785, 51, 2193, 51, 3952, 51, 17825, 51, 2773, 4336, 310, 38767, 365, 320, 416, 461, 2667, 122, 51, 791, 369, 104, 4681, 51, 1317, 51, 1822, 51, 2365, 638, 29094, 51, 390, 4336, 941, 390, 2773, 2439, 941, 390, 45, 53, 312, 303, 339, 465, 964, 924, 1175, 8301, 638, 1197, 2757, 299, 2102, 492, 465, 581, 924, 8301, 638, 804, 1436, 45, 310, 785, 51, 2193, 51, 3952, 51, 17825, 51, 40710, 4336, 5615, 46, 320, 416, 434, 327, 3817, 51, 10276, 365, 882, 38767, 1177, 320, 310, 1440, 556, 1401, 51, 1600, 51, 25894, 45, 633, 332, 40710, 4336, 458, 666, 456, 477, 847, 5377, 416, 339, 416, 434, 327, 3817, 51, 27799, 365, 630, 449, 54, 46, 320, 310, 461, 6419, 632, 1213, 11799, 22674, 64, 416, 339, 416, 461, 2757, 96, 3817, 51, 27799, 22061, 303, 339, 465, 964, 1175, 648, 804, 64, 465, 964, 8301, 638, 45, 429, 804, 46, 320, 416, 477, 51, 872, 299, 804, 64, 303, 339, 465, 453, 10804, 12422, 100, 16284, 100, 1513, 45, 3880, 100, 3488, 63, 2365, 638, 46, 353, 339, 8886, 581, 924, 785, 51, 2193, 51, 3952, 51, 17825, 51, 33719, 416, 38767, 365, 320, 303, 461, 9869, 64, 353, 339, 353, 964, 924, 244, 785, 51, 2193, 51, 3952, 51, 17825, 51, 33719, 416, 9869, 64, 353, 924, 320, 303, 1401, 51, 1600, 51, 671, 1197, 9869, 768, 299, 320, 416, 2724, 115, 97, 53, 55, 53, 2365, 638, 51, 1822, 47, 82, 97, 115, 97, 115, 2365, 638, 97, 53, 55, 55, 97, 53, 55, 56, 97, 115, 97, 53, 54, 60, 7217, 89, 39, 494, 416, 332, 546, 100, 2333, 100, 2335, 97, 53, 55, 53, 97, 53, 53, 53, 97, 53, 55, 55, 97, 53, 55, 56, 97, 115, 97, 53, 54, 60, 13382, 100, 2333, 100, 39608, 97, 53, 55, 53, 97, 53, 53, 54, 97, 53, 55, 55, 97, 53, 55, 58, 97, 115, 97, 53, 55, 54, 1836, 39, 494, 416, 332, 81, 2933, 100, 2333, 100, 47744, 97, 53, 55, 53, 97, 53, 53, 55, 71, 97, 53, 56, 56, 97, 115, 97, 53, 56, 54, 22241, 51, 791, 369, 104, 4681, 51, 1317, 39, 494, 416, 4956, 1822, 103, 97, 53, 53, 59, 1822, 56, 39, 303, 1487, 303, 9869, 299, 785, 51, 2193, 51, 3952, 51, 17825, 51, 33719, 416, 657, 3269, 3328, 6540, 991, 1811, 45, 9662, 768, 49, 310, 556, 785, 51, 2193, 51, 3952, 51, 17825, 51, 33719, 1197, 320, 310, 1141, 353, 339, 736, 453, 10804, 12422, 100, 16284, 100, 1513, 45, 11949, 100, 842, 100, 3488, 46, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
1,206
true
63.126466
true
null
CDORTHONAVCOMvalues.java
/FileExtraction/Java_unseen/taktik_icure-backend/src/main/java/org/taktik/icure/be/ehealth/dto/kmehr/v20181201/be/fgov/ehealth/standards/kmehr/cd/v1/CDORTHONAVCOMvalues.java
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2019.06.14 at 03:49:15 PM CEST // package org.taktik.icure.be.ehealth.dto.kmehr.v20181201.be.fgov.ehealth.standards.kmehr.cd.v1; import javax.xml.bind.annotation.XmlEnum; import javax.xml.bind.annotation.XmlEnumValue; import javax.xml.bind.annotation.XmlType; /** * <p>Java class for CD-ORTHO-NAVCOMvalues. * * <p>The following schema fragment specifies the expected content contained within this class. * <p> * <pre> * &lt;simpleType name="CD-ORTHO-NAVCOMvalues"> * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}string"> * &lt;enumeration value="navigationcomputerglobal"/> * &lt;enumeration value="navigationcomputerstem"/> * &lt;enumeration value="navigationcomputercup"/> * &lt;enumeration value="none"/> * &lt;/restriction> * &lt;/simpleType> * </pre> * */ @XmlType(name = "CD-ORTHO-NAVCOMvalues") @XmlEnum public enum CDORTHONAVCOMvalues { @XmlEnumValue("navigationcomputerglobal") NAVIGATIONCOMPUTERGLOBAL("navigationcomputerglobal"), @XmlEnumValue("navigationcomputerstem") NAVIGATIONCOMPUTERSTEM("navigationcomputerstem"), @XmlEnumValue("navigationcomputercup") NAVIGATIONCOMPUTERCUP("navigationcomputercup"), @XmlEnumValue("none") NONE("none"); private final String value; CDORTHONAVCOMvalues(String v) { value = v; } public String value() { return value; } public static CDORTHONAVCOMvalues fromValue(String v) { for (CDORTHONAVCOMvalues c: CDORTHONAVCOMvalues.values()) { if (c.value.equals(v)) { return c; } } throw new IllegalArgumentException(v); } }
1,977
Java
.java
taktik/icure-backend
19
25
3
2018-03-29T12:01:32Z
2022-11-18T08:44:46Z
dd384076c02e915d6804fe5972312c010bdc8b7e304f2608e8ef893f5055e9ad
[ 325, 222, 325, 1369, 822, 1616, 4741, 829, 341, 4957, 9043, 29327, 456, 7408, 17393, 45, 47329, 46, 9495, 19977, 49, 373, 55, 51, 55, 51, 61, 50, 103, 54, 56, 53, 62, 54, 54, 51, 54, 61, 53, 55, 244, 222, 325, 2819, 350, 102, 995, 366, 544, 574, 1874, 51, 9886, 51, 527, 52, 2608, 52, 8954, 103, 432, 544, 574, 1874, 51, 9886, 51, 527, 52, 2608, 52, 8954, 103, 396, 102, 67, 244, 222, 325, 6213, 23125, 391, 477, 822, 1118, 545, 15058, 12710, 334, 31635, 451, 341, 1932, 5379, 51, 244, 222, 325, 13046, 563, 63, 244, 55, 53, 54, 62, 51, 53, 59, 51, 54, 57, 840, 244, 53, 56, 63, 57, 62, 63, 54, 58, 9401, 409, 4143, 244, 222, 325, 499, 222, 1337, 1105, 51, 121, 11385, 1567, 51, 314, 532, 51, 883, 51, 106, 9864, 51, 12292, 51, 112, 308, 3943, 51, 123, 55, 53, 54, 61, 54, 55, 53, 54, 51, 883, 51, 4658, 1558, 51, 106, 9864, 51, 9165, 120, 51, 112, 308, 3943, 51, 2105, 51, 123, 54, 64, 222, 222, 485, 3698, 51, 2608, 51, 2555, 51, 4341, 51, 4411, 2773, 64, 222, 485, 3698, 51, 2608, 51, 2555, 51, 4341, 51, 4411, 40710, 64, 222, 485, 3698, 51, 2608, 51, 2555, 51, 4341, 51, 40002, 64, 499, 222, 1350, 222, 338, 350, 117, 67, 5445, 462, 456, 20321, 50, 776, 1797, 84, 50, 34557, 8678, 2857, 51, 222, 338, 1676, 338, 350, 117, 67, 1338, 2434, 5379, 10299, 15834, 341, 2816, 1813, 14561, 4824, 477, 462, 51, 222, 338, 350, 117, 67, 222, 338, 350, 1023, 67, 222, 338, 568, 2176, 64, 6681, 638, 655, 366, 4778, 50, 776, 1797, 84, 50, 34557, 8678, 2857, 432, 222, 338, 280, 568, 2176, 64, 33955, 1712, 15469, 544, 574, 1516, 51, 124, 56, 51, 1107, 52, 55, 53, 53, 54, 52, 29064, 130, 819, 432, 222, 338, 281, 568, 2176, 64, 36953, 804, 366, 9135, 22260, 3277, 3551, 222, 338, 281, 568, 2176, 64, 36953, 804, 366, 9135, 22260, 23331, 3551, 222, 338, 281, 568, 2176, 64, 36953, 804, 366, 9135, 22260, 15257, 3551, 222, 338, 281, 568, 2176, 64, 36953, 804, 366, 4129, 3551, 222, 338, 280, 568, 2176, 6532, 33955, 67, 222, 338, 568, 2176, 6532, 6681, 638, 67, 222, 338, 594, 1023, 67, 222, 338, 1676, 588, 222, 69, 40002, 45, 444, 299, 332, 4778, 50, 776, 1797, 84, 50, 34557, 8678, 2857, 678, 222, 69, 4411, 2773, 222, 942, 3858, 20321, 776, 14243, 4583, 8678, 2857, 320, 465, 496, 4411, 40710, 459, 9135, 22260, 3277, 678, 303, 28618, 1453, 2909, 5772, 1086, 546, 14277, 459, 9135, 22260, 3277, 2132, 303, 496, 4411, 40710, 459, 9135, 22260, 23331, 678, 303, 28618, 1453, 2909, 5772, 1086, 546, 11033, 459, 9135, 22260, 23331, 2132, 303, 496, 4411, 40710, 459, 9135, 22260, 15257, 678, 303, 28618, 1453, 2909, 5772, 1086, 546, 21769, 459, 9135, 22260, 15257, 2132, 303, 496, 4411, 40710, 459, 4129, 678, 303, 33152, 459, 4129, 742, 303, 964, 1175, 910, 804, 64, 465, 20321, 776, 14243, 4583, 8678, 2857, 45, 671, 373, 46, 320, 310, 804, 299, 373, 64, 303, 339, 465, 581, 910, 804, 365, 320, 310, 461, 804, 64, 303, 339, 465, 581, 924, 20321, 776, 14243, 4583, 8678, 2857, 664, 899, 45, 671, 373, 46, 320, 310, 456, 327, 4778, 776, 14243, 4583, 8678, 2857, 300, 63, 20321, 776, 14243, 4583, 8678, 2857, 51, 2857, 1177, 320, 343, 434, 327, 104, 51, 872, 51, 3591, 45, 123, 509, 320, 419, 461, 300, 64, 343, 339, 310, 339, 310, 1440, 556, 12134, 45, 123, 312, 303, 339, 222, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
608
true
67.121902
true
true
FormInfo.java
/FileExtraction/Java_unseen/IMS-MAXIMS_openMAXIMS/Source Library/openmaxims_workspace-archive/Clinical/src/ims/clinical/forms/dementiacorrectcompletiondatestep2dialog/FormInfo.java
//############################################################################# //# # //# Copyright (C) <2014> <IMS MAXIMS> # //# # //# This program is free software: you can redistribute it and/or modify # //# it under the terms of the GNU Affero General Public License as # //# published by the Free Software Foundation, either version 3 of the # //# License, or (at your option) any later version. # //# # //# This program is distributed in the hope that it will be useful, # //# but WITHOUT ANY WARRANTY; without even the implied warranty of # //# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # //# GNU Affero General Public License for more details. # //# # //# You should have received a copy of the GNU Affero General Public License # //# along with this program. If not, see <http://www.gnu.org/licenses/>. # //# # //############################################################################# //#EOH // This code was generated by Barbara Worwood using IMS Development Environment (version 1.80 build 5007.25751) // Copyright (C) 1995-2014 IMS MAXIMS. All rights reserved. // WARNING: DO NOT MODIFY the content of this file package ims.clinical.forms.dementiacorrectcompletiondatestep2dialog; public final class FormInfo extends ims.framework.FormInfo { private static final long serialVersionUID = 1L; public FormInfo(Integer formId) { super(formId); } public String getNamespaceName() { return "Clinical"; } public String getFormName() { return "DementiaCorrectCompletionDateStep2Dialog"; } public int getWidth() { return 440; } public int getHeight() { return 112; } public String[] getContextVariables() { return new String[] { }; } public String getLocalVariablesPrefix() { return "_lv_Clinical.DementiaCorrectCompletionDateStep2Dialog.__internal_x_context__" + String.valueOf(getFormId()); } public ims.framework.FormInfo[] getComponentsFormInfo() { ims.framework.FormInfo[] componentsInfo = new ims.framework.FormInfo[0]; return componentsInfo; } public String getImagePath() { return ""; } }
2,598
Java
.java
IMS-MAXIMS/openMAXIMS
61
50
23
2014-06-12T12:04:02Z
2020-07-31T09:34:49Z
3c8b28a02c38e3e75e6029a7645f3340bb81a78dbba0df4ca6b6fcc9861bdf92
[ 325, 19989, 8689, 222, 16802, 42053, 607, 222, 16802, 244, 2657, 327, 72, 46, 350, 55, 53, 54, 57, 67, 244, 350, 2348, 88, 7490, 2348, 88, 67, 22768, 607, 222, 16802, 42053, 607, 222, 16802, 244, 1369, 3477, 458, 3760, 2951, 63, 863, 902, 14081, 580, 480, 52, 290, 5370, 281, 607, 222, 16802, 244, 580, 1549, 341, 5974, 451, 341, 6994, 30994, 6153, 5062, 1196, 641, 2281, 607, 222, 16802, 244, 9582, 829, 341, 7834, 3870, 7120, 49, 3173, 1522, 244, 56, 451, 341, 981, 607, 222, 16802, 244, 1196, 49, 575, 327, 288, 1390, 2489, 46, 1364, 6146, 1522, 51, 10094, 607, 244, 222, 16802, 42053, 607, 222, 16802, 244, 1369, 3477, 458, 2744, 347, 341, 9850, 708, 580, 1118, 545, 6386, 49, 2052, 607, 222, 16802, 244, 1294, 4213, 2979, 9345, 64, 2895, 4462, 341, 4506, 14319, 451, 2281, 607, 222, 16802, 244, 7934, 575, 8114, 4800, 418, 7848, 7763, 51, 244, 2819, 341, 1485, 607, 222, 16802, 244, 6994, 30994, 6153, 5062, 1196, 456, 1851, 4261, 51, 7223, 607, 222, 16802, 42053, 607, 222, 16802, 244, 2469, 1414, 1178, 6589, 331, 1948, 451, 341, 6994, 30994, 6153, 5062, 1196, 607, 222, 16802, 244, 7979, 642, 477, 3477, 51, 244, 1691, 666, 49, 2337, 350, 544, 574, 1516, 51, 10627, 51, 1107, 52, 4205, 28699, 283, 607, 222, 16802, 42053, 607, 222, 325, 19989, 8689, 222, 16802, 10207, 77, 222, 325, 1369, 1361, 1616, 4741, 829, 11489, 39305, 643, 290, 21100, 1493, 457, 2758, 15606, 10584, 327, 1687, 244, 54, 51, 61, 53, 1984, 244, 58, 53, 53, 60, 51, 55, 58, 60, 58, 54, 46, 222, 325, 2657, 327, 72, 46, 244, 54, 62, 62, 58, 50, 55, 53, 54, 57, 457, 2758, 7490, 2348, 88, 51, 3381, 4760, 5225, 51, 222, 325, 18226, 63, 4103, 2387, 24110, 341, 1813, 451, 477, 822, 222, 222, 1337, 3987, 120, 51, 27764, 1599, 51, 8543, 51, 305, 488, 38101, 5420, 15825, 787, 3023, 55, 5962, 64, 222, 222, 942, 1175, 462, 3735, 1139, 2041, 3987, 120, 51, 2863, 51, 1260, 1139, 222, 128, 222, 221, 2072, 924, 1175, 1964, 19896, 299, 244, 54, 81, 64, 222, 221, 942, 3735, 1139, 45, 3078, 2252, 625, 46, 222, 221, 128, 376, 221, 5282, 45, 618, 625, 312, 222, 221, 130, 222, 221, 942, 910, 640, 5923, 577, 365, 222, 221, 128, 376, 221, 620, 332, 40680, 1599, 884, 222, 221, 130, 222, 221, 942, 910, 640, 1260, 577, 365, 222, 221, 128, 376, 221, 620, 332, 73, 2781, 923, 14877, 11935, 1563, 3549, 55, 3742, 884, 222, 221, 130, 222, 221, 942, 648, 640, 2627, 365, 222, 221, 128, 376, 221, 620, 244, 57, 57, 53, 64, 222, 221, 130, 222, 221, 942, 648, 640, 3041, 365, 222, 221, 128, 376, 221, 620, 244, 54, 54, 55, 64, 222, 221, 130, 222, 221, 942, 910, 1197, 42590, 10169, 365, 222, 221, 128, 376, 221, 620, 556, 910, 1197, 320, 244, 1487, 222, 221, 130, 222, 221, 942, 910, 640, 3340, 10169, 5429, 365, 222, 221, 128, 376, 221, 620, 7302, 6995, 100, 40680, 1599, 51, 73, 2781, 923, 14877, 11935, 1563, 3549, 55, 3742, 3688, 3269, 100, 125, 100, 1834, 523, 39, 494, 910, 51, 9169, 45, 390, 1260, 625, 1052, 222, 221, 130, 222, 221, 942, 3987, 120, 51, 2863, 51, 1260, 1139, 1197, 640, 8176, 1260, 1139, 365, 222, 221, 128, 376, 221, 16178, 51, 2863, 51, 1260, 1139, 1197, 6361, 1139, 299, 556, 3987, 120, 51, 2863, 51, 1260, 1139, 96, 53, 988, 376, 221, 620, 6361, 1139, 64, 222, 221, 130, 222, 221, 942, 910, 44066, 1233, 365, 222, 221, 128, 376, 221, 620, 5127, 222, 221, 130, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
616
true
52.040031
true
true
DynamicTexture.java
/FileExtraction/Java_unseen/SkidJava_BaseClient/lucid_1.8.8/net/minecraft/client/renderer/texture/DynamicTexture.java
package net.minecraft.client.renderer.texture; import java.awt.image.BufferedImage; import java.io.IOException; import net.minecraft.client.resources.IResourceManager; import optfine.Config; import shadersmod.client.ShadersTex; public class DynamicTexture extends AbstractTexture { private final int[] dynamicTextureData; /** width of this icon in pixels */ private final int width; /** height of this icon in pixels */ private final int height; private static final String __OBFID = "CL_00001048"; private boolean shadersInitialized; public DynamicTexture(BufferedImage bufferedImage) { this(bufferedImage.getWidth(), bufferedImage.getHeight()); bufferedImage.getRGB(0, 0, bufferedImage.getWidth(), bufferedImage.getHeight(), this.dynamicTextureData, 0, bufferedImage.getWidth()); this.updateDynamicTexture(); } public DynamicTexture(int textureWidth, int textureHeight) { this.shadersInitialized = false; this.width = textureWidth; this.height = textureHeight; this.dynamicTextureData = new int[textureWidth * textureHeight * 3]; if (Config.isShaders()) { ShadersTex.initDynamicTexture(this.getGlTextureId(), textureWidth, textureHeight, this); this.shadersInitialized = true; } else { TextureUtil.allocateTexture(this.getGlTextureId(), textureWidth, textureHeight); } } public void loadTexture(IResourceManager resourceManager) throws IOException { } public void updateDynamicTexture() { if (Config.isShaders()) { if (!this.shadersInitialized) { ShadersTex.initDynamicTexture(this.getGlTextureId(), this.width, this.height, this); this.shadersInitialized = true; } ShadersTex.updateDynamicTexture(this.getGlTextureId(), this.dynamicTextureData, this.width, this.height, this); } else { TextureUtil.uploadTexture(this.getGlTextureId(), this.dynamicTextureData, this.width, this.height); } } public int[] getTextureData() { return this.dynamicTextureData; } }
2,249
Java
.java
SkidJava/BaseClient
22
7
0
2017-09-10T02:00:48Z
2017-10-14T07:49:15Z
2b1ce109b2c07637a891f2e8080bc5618971cedac5c66533ee2c6f9b94b4a36a
[ 1337, 3723, 51, 8654, 51, 1598, 51, 9405, 51, 8288, 64, 222, 222, 485, 1401, 51, 8236, 51, 915, 51, 17640, 1675, 64, 222, 485, 1401, 51, 735, 51, 6860, 64, 222, 222, 485, 3723, 51, 8654, 51, 1598, 51, 5390, 51, 78, 27559, 64, 222, 485, 2948, 31227, 51, 1081, 64, 222, 485, 45196, 1820, 51, 1598, 51, 44835, 9930, 64, 222, 222, 942, 462, 14800, 4900, 2041, 7406, 4900, 222, 128, 303, 964, 1175, 648, 1197, 7108, 4900, 768, 64, 465, 1041, 1882, 451, 477, 4282, 347, 10888, 588, 303, 964, 1175, 648, 1882, 64, 465, 1041, 2401, 451, 477, 4282, 347, 10888, 588, 303, 964, 1175, 648, 2401, 64, 303, 964, 924, 1175, 910, 1176, 4409, 75, 798, 299, 332, 1601, 100, 53, 53, 53, 53, 54, 53, 57, 61, 884, 303, 964, 1922, 45196, 13743, 64, 465, 581, 14800, 4900, 45, 17640, 1675, 31703, 1675, 46, 303, 320, 310, 477, 45, 37273, 1675, 51, 21398, 1046, 31703, 1675, 51, 22361, 1052, 310, 31703, 1675, 51, 390, 7832, 45, 53, 49, 244, 53, 49, 31703, 1675, 51, 21398, 1046, 31703, 1675, 51, 22361, 1046, 477, 51, 9018, 4900, 768, 49, 244, 53, 49, 31703, 1675, 51, 21398, 1052, 310, 477, 51, 1896, 7193, 4900, 492, 303, 339, 465, 581, 14800, 4900, 45, 429, 8934, 2627, 49, 648, 8934, 3041, 46, 303, 320, 310, 477, 51, 41851, 13743, 299, 920, 64, 310, 477, 51, 1660, 299, 8934, 2627, 64, 310, 477, 51, 2296, 299, 8934, 3041, 64, 310, 477, 51, 9018, 4900, 768, 299, 556, 648, 96, 8288, 2627, 338, 8934, 3041, 338, 244, 56, 988, 603, 434, 327, 1081, 51, 316, 44835, 1177, 310, 320, 343, 2432, 2996, 9930, 51, 1683, 7193, 4900, 45, 597, 51, 390, 11731, 4900, 625, 1046, 8934, 2627, 49, 8934, 3041, 49, 477, 312, 343, 477, 51, 41851, 13743, 299, 878, 64, 310, 339, 310, 832, 310, 320, 343, 13507, 1747, 51, 14942, 4900, 45, 597, 51, 390, 11731, 4900, 625, 1046, 8934, 2627, 49, 8934, 3041, 312, 310, 339, 303, 339, 465, 581, 782, 2480, 4900, 45, 78, 27559, 2885, 1590, 46, 2589, 6300, 303, 320, 303, 339, 465, 581, 782, 1991, 7193, 4900, 365, 303, 320, 310, 434, 327, 1081, 51, 316, 44835, 1177, 310, 320, 343, 434, 1445, 597, 51, 41851, 13743, 46, 343, 320, 419, 2432, 2996, 9930, 51, 1683, 7193, 4900, 45, 597, 51, 390, 11731, 4900, 625, 1046, 477, 51, 1660, 49, 477, 51, 2296, 49, 477, 312, 419, 477, 51, 41851, 13743, 299, 878, 64, 343, 339, 1083, 2432, 2996, 9930, 51, 1896, 7193, 4900, 45, 597, 51, 390, 11731, 4900, 625, 1046, 477, 51, 9018, 4900, 768, 49, 477, 51, 1660, 49, 477, 51, 2296, 49, 477, 312, 310, 339, 310, 832, 310, 320, 343, 13507, 1747, 51, 4480, 4900, 45, 597, 51, 390, 11731, 4900, 625, 1046, 477, 51, 9018, 4900, 768, 49, 477, 51, 1660, 49, 477, 51, 2296, 312, 310, 339, 303, 339, 465, 581, 648, 1197, 640, 4900, 768, 365, 303, 320, 310, 461, 477, 51, 9018, 4900, 768, 64, 303, 339, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
515
true
65.762561
true
true
UMLFeatureOwnerScopeCheckBox.java
/FileExtraction/Java_unseen/ptidejteam_Ptidej-v5_2/PADL Creator JavaFile (Eclipse) Tests/data/argouml/trunk/src_new/org/argouml/uml/ui/foundation/core/UMLFeatureOwnerScopeCheckBox.java
// $Id$ // Copyright (c) 1996-2006 The Regents of the University of California. All // Rights Reserved. Permission to use, copy, modify, and distribute this // software and its documentation without fee, and without a written // agreement is hereby granted, provided that the above copyright notice // and this paragraph appear in all copies. This software program and // documentation are copyrighted by The Regents of the University of // California. The software program and documentation are supplied "AS // IS", without any accompanying services from The Regents. The Regents // does not warrant that the operation of the program will be // uninterrupted or error-free. The end-user understands that the program // was developed for research purposes and is advised not to rely // exclusively on the program for any reason. IN NO EVENT SHALL THE // UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, // SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, // ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF // THE UNIVERSITY OF CALIFORNIA HAS BEEN ADVISED OF THE POSSIBILITY OF // SUCH DAMAGE. THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY // WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE // PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND THE UNIVERSITY OF // CALIFORNIA HAS NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, // UPDATES, ENHANCEMENTS, OR MODIFICATIONS. package org.argouml.uml.ui.foundation.core; import org.argouml.i18n.Translator; import org.argouml.model.Model; import org.argouml.uml.ui.UMLCheckBox2; /** * @since Nov 6, 2002 * @author [email protected] */ public class UMLFeatureOwnerScopeCheckBox extends UMLCheckBox2 { /** * Constructor for UMLFeatureOwnerScopeCheckBox. */ public UMLFeatureOwnerScopeCheckBox() { super(Translator.localize("checkbox.static-lc"), ActionSetFeatureOwnerScope.getInstance(), "ownerScope"); } /** * @see org.argouml.uml.ui.UMLCheckBox2#buildModel() */ public void buildModel() { Object scope = Model.getFacade().getOwnerScope(getTarget()); if (scope != null && scope.equals( Model.getScopeKind().getClassifier())) { setSelected(true); } else { setSelected(false); } } }
2,473
Java
.java
ptidejteam/Ptidej-v5.2
9
8
0
2017-05-16T18:53:18Z
2018-01-13T01:05:21Z
928994c91d069ba65699da77bc2f99a8307737e75ebca2a7af68059d9be082a4
[ 325, 417, 625, 41, 222, 325, 2657, 327, 104, 46, 244, 54, 62, 62, 59, 50, 55, 53, 53, 59, 906, 7894, 10753, 451, 341, 11451, 451, 34327, 51, 3381, 222, 325, 12902, 11921, 51, 11125, 391, 813, 49, 1948, 49, 5370, 49, 480, 11915, 477, 222, 325, 2951, 480, 2840, 4349, 2895, 18307, 49, 480, 2895, 331, 6658, 222, 325, 21674, 458, 13528, 11495, 49, 3961, 708, 341, 3713, 5550, 5410, 222, 325, 480, 477, 18841, 9268, 347, 1187, 8685, 51, 244, 1369, 2951, 3477, 480, 222, 325, 4349, 904, 5550, 337, 829, 906, 7894, 10753, 451, 341, 11451, 451, 222, 325, 34327, 51, 906, 2951, 3477, 480, 4349, 904, 13810, 332, 1117, 222, 325, 2771, 411, 2895, 1364, 22156, 6694, 664, 906, 7894, 10753, 51, 906, 7894, 10753, 222, 325, 1976, 666, 13085, 710, 708, 341, 4231, 451, 341, 3477, 1118, 545, 222, 325, 725, 1164, 12830, 575, 1067, 50, 4010, 51, 906, 962, 50, 514, 7677, 120, 708, 341, 3477, 222, 325, 1616, 18928, 456, 13261, 15010, 480, 458, 9801, 8628, 666, 391, 24064, 222, 325, 39410, 8637, 563, 341, 3477, 456, 1364, 5982, 51, 244, 1255, 4452, 8454, 10180, 2906, 222, 325, 6419, 16491, 88, 2932, 2258, 31252, 2971, 776, 83, 7851, 6761, 10389, 2841, 2979, 10864, 1730, 4800, 14703, 49, 17637, 49, 222, 325, 17084, 49, 18689, 49, 1895, 17621, 10053, 49, 9993, 3920, 654, 17908, 49, 222, 325, 10481, 7002, 2258, 2906, 6134, 2258, 8968, 5427, 3133, 457, 7157, 47408, 2909, 49, 18440, 5515, 222, 325, 2906, 6419, 16491, 88, 2932, 2258, 31252, 2971, 776, 83, 7851, 35854, 6761, 737, 18712, 2258, 2906, 18828, 2258, 222, 325, 18372, 18550, 51, 2906, 6419, 16491, 88, 2932, 2258, 31252, 2971, 776, 83, 7851, 37652, 39138, 31554, 48892, 88, 2979, 222, 325, 3912, 49, 9993, 49, 7744, 2387, 8493, 2841, 49, 2906, 8467, 3912, 2258, 222, 325, 7934, 3133, 8114, 4800, 418, 7848, 7763, 51, 2906, 5427, 222, 325, 10081, 33584, 26708, 2771, 5716, 1753, 332, 1117, 2771, 39, 5128, 49, 3133, 2906, 6419, 16491, 88, 2932, 2258, 222, 325, 31252, 2971, 776, 83, 7851, 35854, 4452, 565, 5165, 1453, 19412, 2841, 4174, 5689, 74, 507, 12574, 737, 6316, 49, 47674, 49, 222, 325, 10159, 9872, 959, 49, 3650, 77, 6316, 32445, 49, 1895, 7707, 12369, 9586, 88, 51, 222, 222, 1337, 1105, 51, 10667, 15303, 51, 15303, 51, 1726, 51, 19076, 51, 1284, 64, 222, 222, 485, 1105, 51, 10667, 15303, 51, 110, 54, 61, 115, 51, 23234, 64, 222, 485, 1105, 51, 10667, 15303, 51, 1184, 51, 1262, 64, 222, 485, 1105, 51, 10667, 15303, 51, 15303, 51, 1726, 51, 14783, 13592, 55, 64, 222, 222, 1350, 222, 338, 496, 8152, 16549, 244, 59, 49, 244, 55, 53, 53, 55, 222, 338, 496, 2133, 23173, 386, 51, 10507, 284, 19242, 289, 69, 4913, 57, 483, 51, 8387, 222, 588, 222, 942, 462, 650, 1696, 4249, 6456, 5518, 13592, 2041, 650, 1696, 13592, 55, 320, 465, 1041, 294, 338, 12836, 456, 650, 1696, 4249, 6456, 5518, 13592, 51, 294, 588, 303, 581, 650, 1696, 4249, 6456, 5518, 13592, 365, 320, 310, 2615, 45, 23234, 51, 40166, 459, 7909, 51, 1592, 50, 9091, 2132, 419, 5255, 903, 4249, 6456, 5518, 51, 7432, 1046, 332, 5645, 5518, 742, 303, 339, 465, 1041, 294, 338, 496, 2987, 1105, 51, 10667, 15303, 51, 15303, 51, 1726, 51, 14783, 13592, 55, 40, 1848, 1262, 365, 294, 588, 303, 581, 782, 1984, 1262, 365, 320, 310, 2210, 4589, 299, 3707, 51, 390, 19572, 941, 47828, 5518, 45, 26028, 1052, 310, 434, 327, 3488, 882, 762, 419, 979, 4589, 51, 3591, 45, 733, 3707, 51, 390, 5518, 4676, 941, 9699, 1914, 5183, 320, 343, 43313, 45, 1527, 312, 310, 339, 832, 320, 343, 43313, 45, 1886, 312, 310, 339, 303, 339, 222, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
632
true
71.451678
true
true
TestLWorldProfiling.java
/FileExtraction/Java_unseen/openjdk_valhalla/test/hotspot/jtreg/compiler/valhalla/inlinetypes/TestLWorldProfiling.java
/* * Copyright (c) 2019, 2024, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ package compiler.valhalla.inlinetypes; import compiler.lib.ir_framework.*; import jdk.test.lib.Asserts; import jdk.test.whitebox.WhiteBox; import java.lang.reflect.Method; import jdk.internal.value.ValueClass; import jdk.internal.vm.annotation.ImplicitlyConstructible; import jdk.internal.vm.annotation.LooselyConsistentValue; import jdk.internal.vm.annotation.NullRestricted; import static compiler.valhalla.inlinetypes.InlineTypeIRNode.*; import static compiler.valhalla.inlinetypes.InlineTypes.*; /* * @test * @key randomness * @summary Test value class specific type profiling. * @library /test/lib / * @requires (os.simpleArch == "x64" | os.simpleArch == "aarch64") * @enablePreview * @modules java.base/jdk.internal.value * java.base/jdk.internal.vm.annotation * @run main/othervm/timeout=300 compiler.valhalla.inlinetypes.TestLWorldProfiling */ @ForceCompileClassInitializer public class TestLWorldProfiling { public static void main(String[] args) { final Scenario[] scenarios = { new Scenario(0, "-XX:FlatArrayElementMaxSize=-1", "-XX:-UseArrayLoadStoreProfile", "-XX:-UseACmpProfile", "-XX:TypeProfileLevel=0", "-XX:-MonomorphicArrayCheck"), new Scenario(1, "-XX:FlatArrayElementMaxSize=-1", "-XX:+UseArrayLoadStoreProfile", "-XX:+UseACmpProfile", "-XX:TypeProfileLevel=0"), new Scenario(2, "-XX:FlatArrayElementMaxSize=-1", "-XX:-UseArrayLoadStoreProfile", "-XX:-UseACmpProfile", "-XX:TypeProfileLevel=222", "-XX:-MonomorphicArrayCheck"), new Scenario(3, "-XX:FlatArrayElementMaxSize=-1", "-XX:-UseArrayLoadStoreProfile", "-XX:-UseACmpProfile", "-XX:TypeProfileLevel=0", "-XX:-MonomorphicArrayCheck", "-XX:TieredStopAtLevel=4", "-XX:-TieredCompilation"), new Scenario(4, "-XX:FlatArrayElementMaxSize=-1", "-XX:+UseArrayLoadStoreProfile", "-XX:+UseACmpProfile", "-XX:TypeProfileLevel=0", "-XX:TieredStopAtLevel=4", "-XX:-TieredCompilation"), new Scenario(5, "-XX:FlatArrayElementMaxSize=-1", "-XX:-UseArrayLoadStoreProfile", "-XX:-UseACmpProfile", "-XX:TypeProfileLevel=222", "-XX:-MonomorphicArrayCheck", "-XX:TieredStopAtLevel=4", "-XX:-TieredCompilation") }; InlineTypes.getFramework() .addScenarios(scenarios) .addFlags("-XX:+IgnoreUnrecognizedVMOptions", "--enable-preview", "--add-exports", "java.base/jdk.internal.vm.annotation=ALL-UNNAMED", "--add-exports", "java.base/jdk.internal.value=ALL-UNNAMED") .addHelperClasses(MyValue1.class, MyValue2.class) .start(); } @NullRestricted private static final MyValue1 testValue1 = MyValue1.createWithFieldsInline(rI, rL); @NullRestricted private static final MyValue2 testValue2 = MyValue2.createWithFieldsInline(rI, rD); private static final MyValue1[] testValue1Array = (MyValue1[])ValueClass.newNullRestrictedArray(MyValue1.class, 1); static { testValue1Array[0] = testValue1; } private static final MyValue2[] testValue2Array = (MyValue2[])ValueClass.newNullRestrictedArray(MyValue2.class, 1); static { testValue2Array[0] = testValue2; } private static final Integer[] testIntegerArray = new Integer[] { 42 }; private static final Long[] testLongArray = new Long[] { 42L }; private static final Double[] testDoubleArray = new Double[] { 42.0D }; private static final MyValue1[] testValue1NotFlatArray = new MyValue1[] { testValue1 }; private static final MyValue1[][] testValue1ArrayArray = new MyValue1[][] { testValue1Array }; // Wrap these variables into helper class because // WhiteBox API needs to be initialized by TestFramework first. static class WBFlags { static final boolean UseACmpProfile = (Boolean) WhiteBox.getWhiteBox().getVMFlag("UseACmpProfile"); static final boolean TieredCompilation = (Boolean) WhiteBox.getWhiteBox().getVMFlag("TieredCompilation"); static final boolean ProfileInterpreter = (Boolean) WhiteBox.getWhiteBox().getVMFlag("ProfileInterpreter"); static final boolean UseArrayLoadStoreProfile = (Boolean) WhiteBox.getWhiteBox().getVMFlag("UseArrayLoadStoreProfile"); static final long TypeProfileLevel = (Long) WhiteBox.getWhiteBox().getVMFlag("TypeProfileLevel"); } static abstract class NonValueAbstract { } static class NonValueClass1 extends NonValueAbstract { int x; public NonValueClass1(int x) { this.x = x; } } static class NonValueClass2 extends NonValueAbstract { int x; public NonValueClass2(int x) { this.x = x; } } static final NonValueClass1 obj = new NonValueClass1(rI); static final NonValueClass2 otherObj = new NonValueClass2(rI); // aaload @Test @IR(applyIfOr = {"UseArrayLoadStoreProfile", "true", "TypeProfileLevel", "= 222"}, failOn = {LOAD_UNKNOWN_INLINE}) @IR(applyIfAnd={"UseACmpProfile", "false", "TypeProfileLevel", "!= 222"}, counts = {LOAD_UNKNOWN_INLINE, "= 1"}) public Object test1(Object[] array) { return array[0]; } @Run(test = "test1") @Warmup(10000) public void test1_verifier(RunInfo info) { if (info.isWarmUp()) { Object o = test1(testValue1Array); Asserts.assertEQ(((MyValue1)o).hash(), testValue1.hash()); } else { Object o = test1(testValue2Array); Asserts.assertEQ(((MyValue2)o).hash(), testValue2.hash()); } } @Test @IR(applyIfOr = {"UseArrayLoadStoreProfile", "true", "TypeProfileLevel", "= 222"}, failOn = {LOAD_UNKNOWN_INLINE}) @IR(applyIfAnd = {"UseArrayLoadStoreProfile", "false", "TypeProfileLevel", "!= 222"}, counts = {LOAD_UNKNOWN_INLINE, "= 1"}) public Object test2(Object[] array) { return array[0]; } @Run(test = "test2") @Warmup(10000) public void test2_verifier(RunInfo info) { if (info.isWarmUp()) { Object o = test2(testIntegerArray); Asserts.assertEQ(o, 42); } else { Object o = test2(testLongArray); Asserts.assertEQ(o, 42L); } } @Test @IR(counts = {LOAD_UNKNOWN_INLINE, "= 1"}) public Object test3(Object[] array) { return array[0]; } @Run(test = "test3") @Warmup(10000) public void test3_verifier() { Object o = test3(testValue1Array); Asserts.assertEQ(((MyValue1)o).hash(), testValue1.hash()); o = test3(testValue2Array); Asserts.assertEQ(((MyValue2)o).hash(), testValue2.hash()); } @Test @IR(applyIf = {"UseArrayLoadStoreProfile", "true"}, failOn = {LOAD_UNKNOWN_INLINE}) @IR(applyIf = {"UseArrayLoadStoreProfile", "false"}, counts = {LOAD_UNKNOWN_INLINE, "= 1"}) public Object test4(Object[] array) { return array[0]; } @Run(test = "test4") @Warmup(10000) public void test4_verifier(RunInfo info) { if (info.isWarmUp()) { Object o = test4(testIntegerArray); Asserts.assertEQ(o, 42); o = test4(testLongArray); Asserts.assertEQ(o, 42L); } else { Object o = test4(testValue2Array); Asserts.assertEQ(((MyValue2)o).hash(), testValue2.hash()); } } @Test @IR(counts = {LOAD_UNKNOWN_INLINE, "= 1"}) public Object test5(Object[] array) { return array[0]; } @Run(test = "test5") @Warmup(10000) public void test5_verifier() { Object o = test5(testValue1Array); Asserts.assertEQ(((MyValue1)o).hash(), testValue1.hash()); o = test5(testValue1NotFlatArray); Asserts.assertEQ(((MyValue1)o).hash(), testValue1.hash()); } // Check that profile data that's useless at the aaload is // leveraged at a later point @DontInline public void test6_no_inline() { } @ForceInline public void test6_helper(NonValueAbstract[] arg) { if (arg instanceof NonValueClass1[]) { test6_no_inline(); } } @Test // TODO 8325106 double-check rule modifications done by 8325660 @IR(applyIfOr = {"UseArrayLoadStoreProfile", "true", "TypeProfileLevel", "= 222"}, counts = {CALL, "= 4", CLASS_CHECK_TRAP, "= 1", NULL_CHECK_TRAP, "= 1", RANGE_CHECK_TRAP, "= 1"}) @IR(applyIfAnd = {"UseArrayLoadStoreProfile", "false", "TypeProfileLevel", "!= 222"}, counts = {CALL, "= 3", RANGE_CHECK_TRAP, "= 1", NULL_CHECK_TRAP, "= 1"}) public Object test6(NonValueAbstract[] array) { NonValueAbstract v = array[0]; test6_helper(array); return v; } @Run(test = "test6") @Warmup(10000) public void test6_verifier(RunInfo info) { if (info.isWarmUp()) { // pollute profile test6_helper(new NonValueClass1[1]); test6_helper(new NonValueClass2[1]); } test6(new NonValueClass1[1]); } @DontInline public void test7_no_inline() { } @ForceInline public void test7_helper(Object arg) { if (arg instanceof NonValueClass1) { test7_no_inline(); } } @Test // TODO 8325106 double-check rule modifications done by 8325660 @IR(applyIfOr = {"UseArrayLoadStoreProfile", "true", "TypeProfileLevel", "= 222"}, counts = {CALL, "= 3", CLASS_CHECK_TRAP, "= 0", NULL_CHECK_TRAP, "= 1", RANGE_CHECK_TRAP, "= 1"}) @IR(applyIfAnd = {"UseArrayLoadStoreProfile", "false", "TypeProfileLevel", "!= 222"}, counts = {CALL, "= 3", RANGE_CHECK_TRAP, "= 1", NULL_CHECK_TRAP, "= 1"}) public Object test7(NonValueAbstract[] array) { NonValueAbstract v = array[0]; test7_helper(v); return v; } @Run(test = "test7") @Warmup(10000) public void test7_verifier(RunInfo info) { if (info.isWarmUp()) { // pollute profile test7_helper(new NonValueClass1(rI)); test7_helper(new NonValueClass2(rI)); } test7(new NonValueClass1[1]); } @DontInline public void test8_no_inline() { } public void test8_helper(Object arg) { if (arg instanceof Long) { test8_no_inline(); } } @Test @IR(applyIf = {"UseArrayLoadStoreProfile", "true"}, counts = {CALL, "= 5", CLASS_CHECK_TRAP, "= 1", NULL_CHECK_TRAP, "= 2", RANGE_CHECK_TRAP, "= 1"}) @IR(applyIf = {"UseArrayLoadStoreProfile", "false"}, counts = {CALL, "= 5", RANGE_CHECK_TRAP, "= 1", NULL_CHECK_TRAP, "= 2"}) public Object test8(Object[] array) { Object v = array[0]; test8_helper(v); return v; } @Run(test = "test8") @Warmup(10000) public void test8_verifier(RunInfo info) { if (info.isWarmUp()) { // pollute profile test8_helper(42L); test8_helper(42.0D); } test8(testValue1Array); test8(testValue1NotFlatArray); } // aastore @Test @IR(applyIfOr = {"UseArrayLoadStoreProfile", "true", "TypeProfileLevel", "= 222"}, failOn = {STORE_UNKNOWN_INLINE}) @IR(applyIfAnd = {"UseArrayLoadStoreProfile", "false", "TypeProfileLevel", "!= 222"}, counts = {STORE_UNKNOWN_INLINE, "= 1"}) public void test9(Object[] array, Object v) { array[0] = v; } @Run(test = "test9") @Warmup(10000) public void test9_verifier() { test9(testValue1Array, testValue1); Asserts.assertEQ(testValue1Array[0].hash(), testValue1.hash()); } @Test @IR(applyIfOr = {"UseArrayLoadStoreProfile", "true", "TypeProfileLevel", "= 222"}, failOn = {STORE_UNKNOWN_INLINE}) @IR(applyIfAnd = {"UseArrayLoadStoreProfile", "false", "TypeProfileLevel", "!= 222"}, counts = {STORE_UNKNOWN_INLINE, "= 1"}) public void test10(Object[] array, Object v) { array[0] = v; } @Run(test = "test10") @Warmup(10000) public void test10_verifier() { test10(testIntegerArray, 42); } @Test @IR(counts = {STORE_UNKNOWN_INLINE, "= 1"}) public void test11(Object[] array, Object v) { array[0] = v; } @Run(test = "test11") @Warmup(10000) public void test11_verifier() { test11(testValue1Array, testValue1); test11(testValue2Array, testValue2); } @Test @IR(applyIf = {"UseArrayLoadStoreProfile", "true"}, failOn = {STORE_UNKNOWN_INLINE}) @IR(applyIf = {"UseArrayLoadStoreProfile", "false"}, counts = {STORE_UNKNOWN_INLINE, "= 1"}) public void test12(Object[] array, Object v) { array[0] = v; } @Run(test = "test12") @Warmup(10000) public void test12_verifier() { test12(testIntegerArray, 42); test12(testLongArray, 42L); } @Test @IR(counts = {STORE_UNKNOWN_INLINE, "= 1"}) public void test13(Object[] array, Object v) { array[0] = v; } @Run(test = "test13") @Warmup(10000) public void test13_verifier() { test13(testValue1Array, testValue1); test13(testValue1NotFlatArray, testValue1); } // MonomorphicArrayCheck @Test public void test14(Number[] array, Number v) { array[0] = v; } @Run(test = "test14") @Warmup(10000) public void test14_verifier(RunInfo info) { if (info.isWarmUp()) { test14(testIntegerArray, 42); } else { Method m = info.getTest(); boolean deopt = false; for (int i = 0; i < 100; i++) { test14(testIntegerArray, 42); if (!info.isCompilationSkipped() && !TestFramework.isCompiled(m)) { deopt = true; } } if (deopt && TestFramework.isStableDeopt(m, CompLevel.C2) && !WBFlags.TieredCompilation && WBFlags.ProfileInterpreter && (WBFlags.UseArrayLoadStoreProfile || WBFlags.TypeProfileLevel == 222)) { throw new RuntimeException("Monomorphic array check should rely on profiling and be accurate"); } } } // null free array profiling @ImplicitlyConstructible @LooselyConsistentValue static value class NotFlattenable { private Object o1 = null; private Object o2 = null; private Object o3 = null; private Object o4 = null; private Object o5 = null; private Object o6 = null; } @NullRestricted private static final NotFlattenable notFlattenable = new NotFlattenable(); private static final NotFlattenable[] testNotFlattenableArray = (NotFlattenable[])ValueClass.newNullRestrictedArray(NotFlattenable.class, 1); @Test // TODO 8325106 // @IR(applyIfOr = {"UseArrayLoadStoreProfile", "true", "TypeProfileLevel", "= 222"}, @IR(applyIf = {"UseArrayLoadStoreProfile", "true"}, counts = {NULL_CHECK_TRAP, "= 2"}, failOn = {STORE_UNKNOWN_INLINE}) @IR(applyIfAnd = {"UseArrayLoadStoreProfile", "false", "TypeProfileLevel", "!= 222"}, counts = {NULL_CHECK_TRAP, "= 3", STORE_UNKNOWN_INLINE, "= 1"}) public void test15(Object[] array, Object v) { array[0] = v; } @Run(test = "test15") @Warmup(10000) public void test15_verifier() { test15(testNotFlattenableArray, notFlattenable); try { test15(testNotFlattenableArray, null); throw new RuntimeException("NullPointerException expected"); } catch (NullPointerException npe) { // Expected } } @Test @IR(applyIf = {"UseArrayLoadStoreProfile", "true"}, counts = {NULL_CHECK_TRAP, "= 2"}, failOn = {STORE_UNKNOWN_INLINE}) @IR(applyIf = {"UseArrayLoadStoreProfile", "false"}, counts = {NULL_CHECK_TRAP, "= 3", STORE_UNKNOWN_INLINE, "= 1"}) public void test16(Object[] array, Object v) { array[0] = v; } @Run(test = "test16") @Warmup(10000) public void test16_verifier() { test16(testNotFlattenableArray, notFlattenable); try { test16(testNotFlattenableArray, null); throw new RuntimeException("NullPointerException expected"); } catch (NullPointerException npe) { // Expected } test16(testIntegerArray, 42); } @Test @IR(applyIf = {"UseArrayLoadStoreProfile", "true"}, counts = {NULL_CHECK_TRAP, "= 1"}, failOn = {STORE_UNKNOWN_INLINE}) @IR(applyIf = {"UseArrayLoadStoreProfile", "false"}, counts = {NULL_CHECK_TRAP, "= 3", STORE_UNKNOWN_INLINE, "= 1"}) public void test17(Object[] array, Object v) { array[0] = v; } @Run(test = "test17") @Warmup(10000) public void test17_verifier() { test17(testIntegerArray, 42); test17(testIntegerArray, null); testIntegerArray[0] = 42; test17(testLongArray, 42L); } public void test18_helper(Object[] array, Object v) { array[0] = v; } @Test @IR(applyIf = {"UseArrayLoadStoreProfile", "true"}, counts = {NULL_CHECK_TRAP, "= 1"}, failOn = {STORE_UNKNOWN_INLINE}) @IR(applyIf = {"UseArrayLoadStoreProfile", "false"}, counts = {NULL_CHECK_TRAP, "= 3", STORE_UNKNOWN_INLINE, "= 1"}) public Object test18(Object[] array, Object v1) { Object v2 = array[0]; test18_helper(array, v1); return v2; } @Run(test = "test18") @Warmup(10000) public void test18_verifier() { test18_helper(testValue1Array, testValue1); // pollute profile test18(testIntegerArray, 42); test18(testIntegerArray, null); testIntegerArray[0] = 42; test18(testLongArray, 42L); } // maybe null free, not flat @Test @IR(applyIf = {"UseArrayLoadStoreProfile", "true"}, failOn = {LOAD_UNKNOWN_INLINE}) @IR(applyIf = {"UseArrayLoadStoreProfile", "false"}, counts = {LOAD_UNKNOWN_INLINE, "= 1"}) public Object test19(Object[] array) { return array[0]; } @Run(test = "test19") @Warmup(10000) public void test19_verifier() { Object o = test19(testIntegerArray); Asserts.assertEQ(o, 42); o = test19(testNotFlattenableArray); Asserts.assertEQ(o, notFlattenable); } @Test @IR(applyIf = {"UseArrayLoadStoreProfile", "true"}, failOn = {STORE_UNKNOWN_INLINE}) @IR(applyIf = {"UseArrayLoadStoreProfile", "false"}, counts = {STORE_UNKNOWN_INLINE, "= 1"}) public void test20(Object[] array, Object o) { array[0] = o; } @Run(test = "test20") @Warmup(10000) public void test20_verifier() { test20(testIntegerArray, 42); test20(testNotFlattenableArray, notFlattenable); } // acmp tests // branch frequency profiling causes not equal branch to be optimized out @Test @IR(counts = {IRNode.UNSTABLE_IF_TRAP, " = 1"}) public boolean test21(Object o1, Object o2) { return o1 == o2; } @Run(test = "test21") @Warmup(10000) public void test21_verifier() { test21(obj, obj); test21(testValue1, testValue1); } // Input profiled non null @Test @IR(applyIf = {"UseACmpProfile", "true"}, failOn = {SUBSTITUTABILITY_TEST}, counts = {NULL_ASSERT_TRAP, "= 1"}) @IR(applyIf = {"UseACmpProfile", "false"}, counts = {SUBSTITUTABILITY_TEST, "= 1"}) public boolean test22(Object o1, Object o2) { return o1 == o2; } @Run(test = "test22") @Warmup(10000) public void test22_verifier(RunInfo info) { test22(obj, null); test22(otherObj, null); if (!info.isWarmUp()) { Method m = info.getTest(); TestFramework.assertCompiledByC2(m); test22(obj, otherObj); if (WBFlags.UseACmpProfile) { TestFramework.assertDeoptimizedByC2(m); } } } @Test @IR(applyIfOr = {"UseACmpProfile", "true", "TypeProfileLevel", "= 222"}, failOn = {SUBSTITUTABILITY_TEST}, counts = {NULL_ASSERT_TRAP, "= 1"}) @IR(applyIfAnd = {"UseACmpProfile", "false", "TypeProfileLevel", "!= 222"}, counts = {SUBSTITUTABILITY_TEST, "= 1"}) public boolean test23(Object o1, Object o2) { return o1 == o2; } @Run(test = "test23") @Warmup(10000) public void test23_verifier(RunInfo info) { test23(null, obj); test23(null, otherObj); if (!info.isWarmUp()) { Method m = info.getTest(); TestFramework.assertCompiledByC2(m); test23(obj, otherObj); if (WBFlags.UseACmpProfile || WBFlags.TypeProfileLevel != 0) { TestFramework.assertDeoptimizedByC2(m); } } } @Test @IR(applyIf = {"UseACmpProfile", "true"}, failOn = {SUBSTITUTABILITY_TEST}, counts = {NULL_ASSERT_TRAP, "= 1"}) @IR(applyIf = {"UseACmpProfile", "false"}, counts = {SUBSTITUTABILITY_TEST, "= 1"}) public boolean test24(Object o1, Object o2) { return o1 != o2; } @Run(test = "test24") @Warmup(10000) public void test24_verifier(RunInfo info) { test24(obj, null); test24(otherObj, null); if (!info.isWarmUp()) { Method m = info.getTest(); TestFramework.assertCompiledByC2(m); test24(obj, otherObj); if (WBFlags.UseACmpProfile) { TestFramework.assertDeoptimizedByC2(m); } } } @Test @IR(applyIfOr = {"UseACmpProfile", "true", "TypeProfileLevel", "= 222"}, failOn = {SUBSTITUTABILITY_TEST}, counts = {NULL_ASSERT_TRAP, "= 1"}) @IR(applyIfAnd = {"UseACmpProfile", "false", "TypeProfileLevel", "!= 222"}, counts = {SUBSTITUTABILITY_TEST, "= 1"}) public boolean test25(Object o1, Object o2) { return o1 != o2; } @Run(test = "test25") @Warmup(10000) public void test25_verifier(RunInfo info) { test25(null, obj); test25(null, otherObj); if (!info.isWarmUp()) { Method m = info.getTest(); TestFramework.assertCompiledByC2(m); test25(obj, otherObj); if (WBFlags.UseACmpProfile || WBFlags.TypeProfileLevel != 0) { TestFramework.assertDeoptimizedByC2(m); } } } // Input profiled not value class with known type @Test @IR(applyIfOr = {"UseACmpProfile", "true", "TypeProfileLevel", "= 222"}, failOn = {SUBSTITUTABILITY_TEST}, counts = {NULL_CHECK_TRAP, "= 1", CLASS_CHECK_TRAP, "= 1"}) @IR(applyIfAnd = {"UseACmpProfile", "false", "TypeProfileLevel", "!= 222"}, counts = {SUBSTITUTABILITY_TEST, "= 1"}) public boolean test26(Object o1, Object o2) { return o1 == o2; } @Run(test = "test26") @Warmup(10000) public void test26_verifier(RunInfo info) { test26(obj, obj); test26(obj, otherObj); if (!info.isWarmUp()) { Method m = info.getTest(); TestFramework.assertCompiledByC2(m); for (int i = 0; i < 10; i++) { test26(otherObj, obj); } if (WBFlags.UseACmpProfile || WBFlags.TypeProfileLevel != 0) { TestFramework.assertDeoptimizedByC2(m); } } } @Test @IR(applyIf = {"UseACmpProfile", "true"}, failOn = {SUBSTITUTABILITY_TEST}, counts = { NULL_CHECK_TRAP, "= 1", CLASS_CHECK_TRAP, "= 1"}) @IR(applyIf = {"UseACmpProfile", "false"}, counts = {SUBSTITUTABILITY_TEST, "= 1"}) public boolean test27(Object o1, Object o2) { return o1 == o2; } @Run(test = "test27") @Warmup(10000) public void test27_verifier(RunInfo info) { test27(obj, obj); test27(otherObj, obj); if (!info.isWarmUp()) { Method m = info.getTest(); TestFramework.assertCompiledByC2(m); for (int i = 0; i < 10; i++) { test27(obj, otherObj); } if (WBFlags.UseACmpProfile) { TestFramework.assertDeoptimizedByC2(m); } } } @Test @IR(applyIfOr = {"UseACmpProfile", "true", "TypeProfileLevel", "= 222"}, failOn = {SUBSTITUTABILITY_TEST}, counts = {NULL_CHECK_TRAP, "= 1", CLASS_CHECK_TRAP, "= 1"}) @IR(applyIfAnd = {"UseACmpProfile", "false", "TypeProfileLevel", "!= 222"}, counts = {SUBSTITUTABILITY_TEST, "= 1"}) public boolean test28(Object o1, Object o2) { return o1 != o2; } @Run(test = "test28") @Warmup(10000) public void test28_verifier(RunInfo info) { test28(obj, obj); test28(obj, otherObj); if (!info.isWarmUp()) { Method m = info.getTest(); TestFramework.assertCompiledByC2(m); for (int i = 0; i < 10; i++) { test28(otherObj, obj); } if (WBFlags.UseACmpProfile || WBFlags.TypeProfileLevel != 0) { TestFramework.assertDeoptimizedByC2(m); } } } @Test @IR(applyIf = {"UseACmpProfile", "true"}, failOn = {SUBSTITUTABILITY_TEST}, counts = {NULL_CHECK_TRAP, "= 1", CLASS_CHECK_TRAP, "= 1"}) @IR(applyIf = {"UseACmpProfile", "false"}, counts = {SUBSTITUTABILITY_TEST, "= 1"}) public boolean test29(Object o1, Object o2) { return o1 != o2; } @Run(test = "test29") @Warmup(10000) public void test29_verifier(RunInfo info) { test29(obj, obj); test29(otherObj, obj); if (!info.isWarmUp()) { Method m = info.getTest(); TestFramework.assertCompiledByC2(m); for (int i = 0; i < 10; i++) { test29(obj, otherObj); } if (WBFlags.UseACmpProfile) { TestFramework.assertDeoptimizedByC2(m); } } } @Test @IR(applyIfOr = {"UseACmpProfile", "true", "TypeProfileLevel", "= 222"}, failOn = {SUBSTITUTABILITY_TEST, NULL_CHECK_TRAP}, counts = {CLASS_CHECK_TRAP, "= 1"}) @IR(applyIfAnd = {"UseACmpProfile", "false", "TypeProfileLevel", "!= 222"}, counts = {SUBSTITUTABILITY_TEST, "= 1"}) public boolean test30(Object o1, Object o2) { return o1 == o2; } @Run(test = "test30") @Warmup(10000) public void test30_verifier(RunInfo info) { test30(obj, obj); test30(obj, otherObj); test30(null, 42); if (!info.isWarmUp()) { Method m = info.getTest(); TestFramework.assertCompiledByC2(m); for (int i = 0; i < 10; i++) { test30(otherObj, obj); } if (WBFlags.UseACmpProfile || WBFlags.TypeProfileLevel != 0) { TestFramework.assertDeoptimizedByC2(m); } } } @Test @IR(applyIf = {"UseACmpProfile", "true"}, failOn = {SUBSTITUTABILITY_TEST, NULL_CHECK_TRAP}) @IR(applyIf = {"UseACmpProfile", "false"}, counts = {SUBSTITUTABILITY_TEST, "= 1"}) public boolean test31(Object o1, Object o2) { return o1 == o2; } @Run(test = "test31") @Warmup(10000) public void test31_verifier(RunInfo info) { test31(obj, obj); test31(otherObj, obj); test31(obj, null); if (!info.isWarmUp()) { Method m = info.getTest(); TestFramework.assertCompiledByC2(m); for (int i = 0; i < 10; i++) { test31(obj, otherObj); } if (WBFlags.UseACmpProfile) { TestFramework.assertDeoptimizedByC2(m); } } } // Input profiled not value class with unknown type @Test @IR(applyIf = {"UseACmpProfile", "true"}, failOn = {SUBSTITUTABILITY_TEST}, counts = {NULL_CHECK_TRAP, "= 1", CLASS_CHECK_TRAP, "= 1"}) @IR(applyIf = {"UseACmpProfile", "false"}, counts = {SUBSTITUTABILITY_TEST, "= 1"}) public boolean test32(Object o1, Object o2) { return o1 == o2; } @Run(test = "test32") @Warmup(10000) public void test32_verifier(RunInfo info) { test32(obj, obj); test32(obj, testValue1); test32(otherObj, obj); if (!info.isWarmUp()) { Method m = info.getTest(); TestFramework.assertCompiledByC2(m); for (int i = 0; i < 10; i++) { test32(testValue1, 42); } if (WBFlags.UseACmpProfile) { TestFramework.assertDeoptimizedByC2(m); } } } @Test @IR(applyIf = {"UseACmpProfile", "true"}, failOn = {SUBSTITUTABILITY_TEST}, counts = {NULL_CHECK_TRAP, "= 1", CLASS_CHECK_TRAP, "= 1"}) @IR(applyIf = {"UseACmpProfile", "false"}, counts = {SUBSTITUTABILITY_TEST, "= 1"}) public boolean test33(Object o1, Object o2) { return o1 == o2; } @Run(test = "test33") @Warmup(10000) public void test33_verifier(RunInfo info) { test33(obj, obj); test33(testValue1, obj); test33(obj, otherObj); if (!info.isWarmUp()) { Method m = info.getTest(); TestFramework.assertCompiledByC2(m); for (int i = 0; i < 10; i++) { test33(obj, testValue1); } if (WBFlags.UseACmpProfile) { TestFramework.assertDeoptimizedByC2(m); } } } @Test @IR(applyIf = {"UseACmpProfile", "true"}, failOn = {SUBSTITUTABILITY_TEST}, counts = {NULL_CHECK_TRAP, "= 1", CLASS_CHECK_TRAP, "= 1"}) @IR(applyIf = {"UseACmpProfile", "false"}, counts = {SUBSTITUTABILITY_TEST, "= 1"}) public boolean test34(Object o1, Object o2) { return o1 != o2; } @Run(test = "test34") @Warmup(10000) public void test34_verifier(RunInfo info) { test34(obj, obj); test34(obj, testValue1); test34(otherObj, obj); if (!info.isWarmUp()) { Method m = info.getTest(); TestFramework.assertCompiledByC2(m); for (int i = 0; i < 10; i++) { test34(testValue1, 42); } if (WBFlags.UseACmpProfile) { TestFramework.assertDeoptimizedByC2(m); } } } @Test @IR(applyIf = {"UseACmpProfile", "true"}, failOn = {SUBSTITUTABILITY_TEST}, counts = {NULL_CHECK_TRAP, "= 1", CLASS_CHECK_TRAP, "= 1"}) @IR(applyIf = {"UseACmpProfile", "false"}, counts = {SUBSTITUTABILITY_TEST, "= 1"}) public boolean test35(Object o1, Object o2) { return o1 != o2; } @Run(test = "test35") @Warmup(10000) public void test35_verifier(RunInfo info) { test35(obj, obj); test35(testValue1, obj); test35(obj, otherObj); if (!info.isWarmUp()) { Method m = info.getTest(); TestFramework.assertCompiledByC2(m); for (int i = 0; i < 10; i++) { test35(obj, testValue1); } if (WBFlags.UseACmpProfile) { TestFramework.assertDeoptimizedByC2(m); } } } @Test @IR(applyIf = {"UseACmpProfile", "true"}, failOn = {SUBSTITUTABILITY_TEST, NULL_CHECK_TRAP}, counts = {CLASS_CHECK_TRAP, "= 1"}) @IR(applyIf = {"UseACmpProfile", "false"}, counts = {SUBSTITUTABILITY_TEST, "= 1"}) public boolean test36(Object o1, Object o2) { return o1 == o2; } @Run(test = "test36") @Warmup(10000) public void test36_verifier(RunInfo info) { test36(obj, otherObj); test36(otherObj, testValue1); test36(null, obj); if (!info.isWarmUp()) { Method m = info.getTest(); TestFramework.assertCompiledByC2(m); for (int i = 0; i < 10; i++) { test36(testValue1, obj); } if (WBFlags.UseACmpProfile) { TestFramework.assertDeoptimizedByC2(m); } } } @Test @IR(applyIf = {"UseACmpProfile", "true"}, failOn = {SUBSTITUTABILITY_TEST, NULL_CHECK_TRAP}) @IR(applyIf = {"UseACmpProfile", "false"}, counts = {SUBSTITUTABILITY_TEST, "= 1"}) public boolean test37(Object o1, Object o2) { return o1 == o2; } @Run(test = "test37") @Warmup(10000) public void test37_verifier(RunInfo info) { test37(otherObj, obj); test37(testValue1, otherObj); test37(obj, null); if (!info.isWarmUp()) { Method m = info.getTest(); TestFramework.assertCompiledByC2(m); for (int i = 0; i < 10; i++) { test37(obj, testValue1); } if (WBFlags.UseACmpProfile) { TestFramework.assertDeoptimizedByC2(m); } } } // Test that acmp profile data that's unused at the acmp is fed to // speculation and leverage later @Test @IR(applyIfOr = {"UseACmpProfile", "true", "TypeProfileLevel", "= 222"}, failOn = {SUBSTITUTABILITY_TEST}, counts = {CLASS_CHECK_TRAP, "= 2"}) @IR(applyIfAnd = {"UseACmpProfile", "false", "TypeProfileLevel", "!= 222"}, counts = {SUBSTITUTABILITY_TEST, "= 2"}) public void test38(Object o1, Object o2, Object o3) { if (o1 == o2) { test38_helper2(); } test38_helper(o1, o3); } public void test38_helper(Object o1, Object o2) { if (o1 == o2) { } } public void test38_helper2() { } @Run(test = "test38") @Warmup(10000) public void test38_verifier() { test38(obj, obj, obj); test38_helper(testValue1, testValue2); } @Test @IR(applyIfOr = {"UseACmpProfile", "true", "TypeProfileLevel", "= 222"}, failOn = {SUBSTITUTABILITY_TEST}, counts = {CLASS_CHECK_TRAP, "= 2"}) @IR(applyIfAnd = {"UseACmpProfile", "false", "TypeProfileLevel", "!= 222"}, counts = {SUBSTITUTABILITY_TEST, "= 2"}) public void test39(Object o1, Object o2, Object o3) { if (o1 == o2) { test39_helper2(); } test39_helper(o2, o3); } public void test39_helper(Object o1, Object o2) { if (o1 == o2) { } } public void test39_helper2() { } @Run(test = "test39") @Warmup(10000) public void test39_verifier() { test39(obj, obj, obj); test39_helper(testValue1, testValue2); } // Test array access with polluted array type profile static abstract value class Test40Abstract { } static value class Test40Class extends Test40Abstract { } @ImplicitlyConstructible @LooselyConsistentValue static value class Test40Inline extends Test40Abstract { } @ForceInline public Object test40_access(Object[] array) { return array[0]; } @Test public Object test40(Test40Abstract[] array) { return test40_access(array); } @Run(test = "test40") @Warmup(10000) public void test40_verifier(RunInfo info) { // Make sure multiple implementors of Test40Abstract are loaded Test40Inline tmp1 = new Test40Inline(); Test40Class tmp2 = new Test40Class(); if (info.isWarmUp()) { // Pollute profile with Object[] (exact) test40_access(new Object[1]); } else { // When inlining test40_access, profiling contradicts actual type of array test40(new Test40Class[1]); } } // Same as test40 but with array store @ForceInline public void test41_access(Object[] array, Object val) { array[0] = val; } @Test public void test41(Test40Inline[] array, Object val) { test41_access(array, val); } @Run(test = "test41") @Warmup(10000) public void test41_verifier(RunInfo info) { // Make sure multiple implementors of Test40Abstract are loaded Test40Inline tmp1 = new Test40Inline(); Test40Class tmp2 = new Test40Class(); if (info.isWarmUp()) { // Pollute profile with exact Object[] test41_access(new Object[1], new Object()); } else { // When inlining test41_access, profiling contradicts actual type of array Test40Inline[] array = (Test40Inline[])ValueClass.newNullRestrictedArray(Test40Inline.class, 1); test41(array, new Test40Inline()); } } }
38,740
Java
.java
openjdk/valhalla
492
88
5
2019-04-18T06:02:51Z
2024-05-09T07:43:42Z
2ab16baf6179f18414a4944cc7db1bb7a3fa4f03c2a2c51c3f9a7ebcdfc1ea5c
[ 1127, 222, 338, 2657, 327, 104, 46, 244, 55, 53, 54, 62, 49, 244, 55, 53, 55, 57, 49, 17980, 480, 52, 290, 2840, 25094, 51, 3381, 4760, 5225, 51, 222, 338, 4103, 2387, 23740, 1895, 35234, 8995, 2387, 11988, 1895, 8968, 10961, 30441, 51, 222, 338, 222, 338, 1369, 1361, 458, 3760, 2951, 64, 863, 902, 14081, 580, 480, 52, 290, 5370, 580, 222, 338, 1549, 341, 5974, 451, 341, 6994, 6153, 5062, 1196, 1522, 244, 55, 1773, 49, 641, 222, 338, 9582, 829, 341, 7834, 3870, 7120, 51, 222, 338, 222, 338, 1369, 1361, 458, 2744, 347, 341, 9850, 708, 580, 1118, 545, 6386, 49, 1294, 4213, 222, 338, 2979, 9345, 64, 2895, 4462, 341, 4506, 14319, 451, 7934, 575, 222, 338, 8114, 4800, 418, 7848, 7763, 51, 244, 2819, 341, 6994, 6153, 5062, 1196, 222, 338, 1522, 244, 55, 456, 1851, 4261, 327, 102, 1948, 458, 5976, 347, 341, 7621, 822, 708, 222, 338, 20854, 297, 4850, 477, 1361, 566, 222, 338, 222, 338, 2469, 1414, 1178, 6589, 331, 1948, 451, 341, 6994, 6153, 5062, 1196, 1522, 222, 338, 244, 55, 7979, 642, 477, 1409, 64, 434, 666, 49, 2886, 391, 341, 7834, 3870, 7120, 49, 222, 338, 6367, 4345, 244, 58, 54, 34113, 1277, 49, 33316, 26912, 49, 25006, 49, 13083, 244, 53, 55, 54, 54, 53, 50, 54, 56, 53, 54, 15067, 51, 222, 338, 222, 338, 5304, 7272, 17980, 49, 244, 58, 53, 53, 17980, 27004, 3094, 49, 4777, 21100, 2432, 6868, 49, 10562, 244, 62, 57, 53, 59, 58, 15067, 222, 338, 575, 7739, 19955, 51, 11116, 51, 527, 434, 863, 1868, 5408, 2490, 575, 1178, 1364, 222, 338, 10034, 51, 222, 588, 222, 222, 1337, 8986, 51, 718, 109, 24030, 51, 285, 1823, 383, 1707, 64, 222, 222, 485, 8986, 51, 1379, 51, 495, 100, 2863, 7737, 222, 485, 614, 4532, 51, 881, 51, 1379, 51, 3285, 120, 64, 222, 485, 614, 4532, 51, 881, 51, 4911, 1521, 51, 11076, 1723, 64, 222, 222, 485, 1401, 51, 1600, 51, 9069, 51, 1885, 64, 222, 222, 485, 614, 4532, 51, 3269, 51, 872, 51, 899, 1359, 64, 222, 485, 614, 4532, 51, 3269, 51, 3166, 51, 4341, 51, 24450, 651, 13613, 1497, 64, 222, 485, 614, 4532, 51, 3269, 51, 3166, 51, 4341, 51, 81, 4784, 651, 8412, 5462, 899, 64, 222, 485, 614, 4532, 51, 3269, 51, 3166, 51, 4341, 51, 1898, 37415, 64, 222, 222, 485, 924, 8986, 51, 718, 109, 24030, 51, 285, 1823, 383, 1707, 51, 10148, 638, 3914, 1230, 7737, 222, 485, 924, 8986, 51, 718, 109, 24030, 51, 285, 1823, 383, 1707, 51, 10148, 2439, 7737, 222, 222, 1127, 222, 338, 496, 881, 222, 338, 496, 697, 4051, 4342, 222, 338, 496, 1386, 2128, 804, 462, 2835, 847, 43732, 51, 222, 338, 496, 5261, 536, 881, 52, 1379, 536, 222, 338, 496, 13980, 327, 519, 51, 6681, 7867, 630, 332, 125, 59, 57, 39, 542, 2355, 51, 6681, 7867, 630, 332, 39455, 59, 57, 678, 222, 338, 496, 4909, 10621, 222, 338, 496, 3490, 1401, 51, 1460, 52, 12461, 51, 3269, 51, 872, 222, 338, 2052, 1401, 51, 1460, 52, 12461, 51, 3269, 51, 3166, 51, 4341, 222, 338, 496, 1967, 2594, 52, 2476, 3166, 52, 5470, 66, 56, 53, 53, 8986, 51, 718, 109, 24030, 51, 285, 1823, 383, 1707, 51, 1024, 81, 6719, 44478, 222, 588, 222, 222, 69, 10500, 13784, 1359, 20038, 222, 942, 462, 2128, 81, 6719, 44478, 320, 465, 581, 924, 782, 2594, 45, 671, 1197, 2194, 46, 320, 310, 1175, 34366, 1197, 21654, 299, 320, 419, 556, 34366, 45, 53, 49, 733, 4840, 2931, 63, 12476, 1280, 1325, 38448, 6626, 54, 411, 733, 4840, 2931, 6012, 4404, 1280, 3028, 2796, 4302, 411, 733, 4840, 2931, 6012, 4404, 1205, 336, 4302, 411, 733, 4840, 2931, 63, 638, 4302, 2671, 66, 53, 411, 733, 4840, 2931, 6012, 3554, 47907, 1280, 2157, 2132, 419, 556, 34366, 45, 54, 49, 733, 4840, 2931, 63, 12476, 1280, 1325, 38448, 6626, 54, 411, 733, 4840, 2931, 30041, 4404, 1280, 3028, 2796, 4302, 411, 733, 4840, 2931, 30041, 4404, 1205, 336, 4302, 411, 733, 4840, 2931, 63, 638, 4302, 2671, 66, 53, 2132, 419, 556, 34366, 45, 55, 49, 733, 4840, 2931, 63, 12476, 1280, 1325, 38448, 6626, 54, 411, 733, 4840, 2931, 6012, 4404, 1280, 3028, 2796, 4302, 411, 733, 4840, 2931, 6012, 4404, 1205, 336, 4302, 411, 733, 4840, 2931, 63, 638, 4302, 2671, 66, 55, 55, 55, 411, 733, 4840, 2931, 6012, 3554, 47907, 1280, 2157, 2132, 419, 556, 34366, 45, 56, 49, 733, 4840, 2931, 63, 12476, 1280, 1325, 38448, 6626, 54, 411, 733, 4840, 2931, 6012, 4404, 1280, 3028, 2796, 4302, 411, 733, 4840, 2931, 6012, 4404, 1205, 336, 4302, 411, 733, 4840, 2931, 63, 638, 4302, 2671, 66, 53, 411, 733, 4840, 2931, 6012, 3554, 47907, 1280, 2157, 411, 733, 4840, 2931, 63, 28998, 337, 6496, 1094, 2671, 66, 57, 411, 733, 4840, 2931, 6012, 28998, 337, 25339, 2132, 419, 556, 34366, 45, 57, 49, 733, 4840, 2931, 63, 12476, 1280, 1325, 38448, 6626, 54, 411, 733, 4840, 2931, 30041, 4404, 1280, 3028, 2796, 4302, 411, 733, 4840, 2931, 30041, 4404, 1205, 336, 4302, 411, 733, 4840, 2931, 63, 638, 4302, 2671, 66, 53, 411, 733, 4840, 2931, 63, 28998, 337, 6496, 1094, 2671, 66, 57, 411, 733, 4840, 2931, 6012, 28998, 337, 25339, 2132, 419, 556, 34366, 45, 58, 49, 733, 4840, 2931, 63, 12476, 1280, 1325, 38448, 6626, 54, 411, 733, 4840, 2931, 6012, 4404, 1280, 3028, 2796, 4302, 411, 733, 4840, 2931, 6012, 4404, 1205, 336, 4302, 411, 733, 4840, 2931, 63, 638, 4302, 2671, 66, 55, 55, 55, 411, 733, 4840, 2931, 6012, 3554, 47907, 1280, 2157, 411, 733, 4840, 2931, 63, 28998, 337, 6496, 1094, 2671, 66, 57, 411, 733, 4840, 2931, 6012, 28998, 337, 25339, 678, 310, 1487, 603, 29707, 2439, 51, 390, 5946, 365, 4528, 657, 688, 2391, 30829, 45, 44610, 46, 4528, 657, 688, 4644, 10364, 2931, 30041, 7186, 41854, 5064, 2045, 411, 7931, 4909, 50, 8693, 411, 6056, 7931, 688, 50, 3796, 411, 332, 1874, 51, 1460, 52, 12461, 51, 3269, 51, 3166, 51, 4341, 66, 2335, 50, 1430, 36926, 411, 6056, 7931, 688, 50, 3796, 411, 332, 1874, 51, 1460, 52, 12461, 51, 3269, 51, 872, 66, 2335, 50, 1430, 36926, 678, 4528, 657, 688, 2775, 8038, 45, 3781, 899, 54, 51, 842, 49, 9488, 4318, 899, 55, 51, 842, 46, 4528, 657, 1384, 492, 303, 339, 465, 496, 1898, 37415, 303, 964, 924, 1175, 4318, 899, 54, 913, 899, 54, 299, 4318, 899, 54, 51, 1315, 1569, 4152, 10148, 45, 119, 78, 49, 559, 81, 312, 303, 496, 1898, 37415, 303, 964, 924, 1175, 4318, 899, 55, 913, 899, 55, 299, 4318, 899, 55, 51, 1315, 1569, 4152, 10148, 45, 119, 78, 49, 559, 73, 312, 303, 964, 924, 1175, 4318, 899, 54, 1197, 913, 899, 54, 1280, 299, 327, 3781, 899, 54, 9798, 899, 1359, 51, 909, 1898, 37415, 1280, 45, 3781, 899, 54, 51, 842, 49, 244, 54, 312, 303, 924, 320, 310, 913, 899, 54, 1280, 96, 53, 98, 299, 913, 899, 54, 64, 303, 339, 303, 964, 924, 1175, 4318, 899, 55, 1197, 913, 899, 55, 1280, 299, 327, 3781, 899, 55, 9798, 899, 1359, 51, 909, 1898, 37415, 1280, 45, 3781, 899, 55, 51, 842, 49, 244, 54, 312, 303, 924, 320, 310, 913, 899, 55, 1280, 96, 53, 98, 299, 913, 899, 55, 64, 303, 339, 303, 964, 924, 1175, 4418, 1197, 913, 3078, 1280, 299, 556, 4418, 1197, 320, 244, 57, 55, 1487, 303, 964, 924, 1175, 6374, 1197, 913, 3967, 1280, 299, 556, 6374, 1197, 320, 244, 57, 55, 81, 1487, 303, 964, 924, 1175, 6938, 1197, 913, 4090, 1280, 299, 556, 6938, 1197, 320, 244, 57, 55, 51, 53, 73, 1487, 303, 964, 924, 1175, 4318, 899, 54, 1197, 913, 899, 54, 1355, 12476, 1280, 299, 556, 4318, 899, 54, 1197, 320, 913, 899, 54, 1487, 303, 964, 924, 1175, 4318, 899, 54, 11338, 913, 899, 54, 1280, 1280, 299, 556, 4318, 899, 54, 11338, 320, 913, 899, 54, 1280, 1487, 465, 453, 27817, 3301, 4918, 2012, 9348, 462, 3318, 303, 453, 24759, 1723, 2347, 5669, 391, 545, 8777, 829, 2128, 5946, 1950, 51, 303, 924, 462, 643, 71, 4644, 320, 310, 924, 1175, 1922, 4443, 1205, 336, 4302, 299, 327, 4718, 46, 24759, 1723, 51, 390, 11076, 1723, 941, 390, 5064, 5266, 459, 4404, 1205, 336, 4302, 742, 310, 924, 1175, 1922, 413, 2506, 337, 25339, 299, 327, 4718, 46, 24759, 1723, 51, 390, 11076, 1723, 941, 390, 5064, 5266, 459, 28998, 337, 25339, 742, 310, 924, 1175, 1922, 12839, 18661, 299, 327, 4718, 46, 24759, 1723, 51, 390, 11076, 1723, 941, 390, 5064, 5266, 459, 4302, 18661, 742, 310, 924, 1175, 1922, 4443, 1280, 3028, 2796, 4302, 299, 327, 4718, 46, 24759, 1723, 51, 390, 11076, 1723, 941, 390, 5064, 5266, 459, 4404, 1280, 3028, 2796, 4302, 742, 310, 924, 1175, 1964, 2782, 4302, 2671, 299, 327, 3967, 46, 24759, 1723, 51, 390, 11076, 1723, 941, 390, 5064, 5266, 459, 638, 4302, 2671, 742, 303, 339, 465, 924, 5560, 462, 12511, 899, 5597, 320, 465, 339, 465, 924, 462, 12511, 899, 1359, 54, 2041, 12511, 899, 5597, 320, 310, 648, 837, 64, 603, 581, 12511, 899, 1359, 54, 45, 429, 837, 46, 320, 343, 477, 51, 125, 299, 837, 64, 310, 339, 303, 339, 465, 924, 462, 12511, 899, 1359, 55, 2041, 12511, 899, 5597, 320, 310, 648, 837, 64, 603, 581, 12511, 899, 1359, 55, 45, 429, 837, 46, 320, 343, 477, 51, 125, 299, 837, 64, 310, 339, 303, 339, 465, 924, 1175, 12511, 899, 1359, 54, 2847, 299, 556, 12511, 899, 1359, 54, 45, 119, 78, 312, 303, 924, 1175, 12511, 899, 1359, 55, 1623, 3287, 299, 556, 12511, 899, 1359, 55, 45, 119, 78, 312, 465, 453, 331, 16004, 465, 496, 1024, 303, 496, 3914, 45, 4740, 2811, 1543, 299, 3479, 4404, 1280, 3028, 2796, 4302, 411, 332, 1527, 411, 332, 638, 4302, 2671, 411, 30573, 244, 55, 55, 55, 3933, 310, 3562, 1501, 299, 320, 5703, 100, 14165, 100, 13336, 1770, 303, 496, 3914, 45, 4740, 2811, 2199, 8492, 4404, 1205, 336, 4302, 411, 332, 1886, 411, 332, 638, 4302, 2671, 411, 332, 6917, 244, 55, 55, 55, 3933, 310, 15283, 299, 320, 5703, 100, 14165, 100, 13336, 49, 30573, 244, 54, 15147, 303, 581, 2210, 913, 54, 45, 976, 1197, 1437, 46, 320, 310, 461, 1437, 96, 53, 988, 303, 339, 465, 496, 2544, 45, 881, 299, 332, 881, 54, 678, 303, 496, 92, 3932, 436, 45, 54, 53, 53, 53, 53, 46, 303, 581, 782, 913, 54, 100, 38136, 45, 2544, 1139, 3116, 46, 320, 310, 434, 327, 1357, 51, 316, 92, 3932, 1405, 1177, 320, 343, 2210, 356, 299, 913, 54, 45, 881, 899, 54, 1280, 312, 343, 3187, 120, 51, 880, 2709, 7738, 3781, 899, 54, 46, 116, 566, 2905, 1046, 913, 899, 54, 51, 2905, 1052, 310, 339, 832, 320, 343, 2210, 356, 299, 913, 54, 45, 881, 899, 55, 1280, 312, 343, 3187, 120, 51, 880, 2709, 7738, 3781, 899, 55, 46, 116, 566, 2905, 1046, 913, 899, 55, 51, 2905, 1052, 310, 339, 303, 339, 465, 496, 1024, 303, 496, 3914, 45, 4740, 2811, 1543, 299, 3479, 4404, 1280, 3028, 2796, 4302, 411, 332, 1527, 411, 332, 638, 4302, 2671, 411, 30573, 244, 55, 55, 55, 3933, 310, 3562, 1501, 299, 320, 5703, 100, 14165, 100, 13336, 1770, 303, 496, 3914, 45, 4740, 2811, 2199, 299, 3479, 4404, 1280, 3028, 2796, 4302, 411, 332, 1886, 411, 332, 638, 4302, 2671, 411, 332, 6917, 244, 55, 55, 55, 3933, 310, 15283, 299, 320, 5703, 100, 14165, 100, 13336, 49, 30573, 244, 54, 15147, 303, 581, 2210, 913, 55, 45, 976, 1197, 1437, 46, 320, 310, 461, 1437, 96, 53, 988, 303, 339, 465, 496, 2544, 45, 881, 299, 332, 881, 55, 678, 303, 496, 92, 3932, 436, 45, 54, 53, 53, 53, 53, 46, 303, 581, 782, 913, 55, 100, 38136, 45, 2544, 1139, 3116, 46, 320, 310, 434, 327, 1357, 51, 316, 92, 3932, 1405, 1177, 320, 343, 2210, 356, 299, 913, 55, 45, 881, 3078, 1280, 312, 343, 3187, 120, 51, 880, 2709, 45, 116, 49, 244, 57, 55, 312, 310, 339, 832, 320, 343, 2210, 356, 299, 913, 55, 45, 881, 3967, 1280, 312, 343, 3187, 120, 51, 880, 2709, 45, 116, 49, 244, 57, 55, 81, 312, 310, 339, 303, 339, 465, 496, 1024, 303, 496, 3914, 45, 10632, 299, 320, 5703, 100, 14165, 100, 13336, 49, 30573, 244, 54, 15147, 303, 581, 2210, 913, 56, 45, 976, 1197, 1437, 46, 320, 310, 461, 1437, 96, 53, 988, 303, 339, 465, 496, 2544, 45, 881, 299, 332, 881, 56, 678, 303, 496, 92, 3932, 436, 45, 54, 53, 53, 53, 53, 46, 303, 581, 782, 913, 56, 100, 38136, 365, 320, 310, 2210, 356, 299, 913, 56, 45, 881, 899, 54, 1280, 312, 310, 3187, 120, 51, 880, 2709, 7738, 3781, 899, 54, 46, 116, 566, 2905, 1046, 913, 899, 54, 51, 2905, 1052, 310, 356, 299, 913, 56, 45, 881, 899, 55, 1280, 312, 310, 3187, 120, 51, 880, 2709, 7738, 3781, 899, 55, 46, 116, 566, 2905, 1046, 913, 899, 55, 51, 2905, 1052, 303, 339, 465, 496, 1024, 303, 496, 3914, 45, 4740, 2811, 299, 3479, 4404, 1280, 3028, 2796, 4302, 411, 332, 1527, 3933, 310, 3562, 1501, 299, 320, 5703, 100, 14165, 100, 13336, 1770, 303, 496, 3914, 45, 4740, 2811, 299, 3479, 4404, 1280, 3028, 2796, 4302, 411, 332, 1886, 3933, 310, 15283, 299, 320, 5703, 100, 14165, 100, 13336, 49, 30573, 244, 54, 15147, 303, 581, 2210, 913, 57, 45, 976, 1197, 1437, 46, 320, 310, 461, 1437, 96, 53, 988, 303, 339, 465, 496, 2544, 45, 881, 299, 332, 881, 57, 678, 303, 496, 92, 3932, 436, 45, 54, 53, 53, 53, 53, 46, 303, 581, 782, 913, 57, 100, 38136, 45, 2544, 1139, 3116, 46, 320, 310, 434, 327, 1357, 51, 316, 92, 3932, 1405, 1177, 320, 343, 2210, 356, 299, 913, 57, 45, 881, 3078, 1280, 312, 343, 3187, 120, 51, 880, 2709, 45, 116, 49, 244, 57, 55, 312, 343, 356, 299, 913, 57, 45, 881, 3967, 1280, 312, 343, 3187, 120, 51, 880, 2709, 45, 116, 49, 244, 57, 55, 81, 312, 310, 339, 832, 320, 343, 2210, 356, 299, 913, 57, 45, 881, 899, 55, 1280, 312, 343, 3187, 120, 51, 880, 2709, 7738, 3781, 899, 55, 46, 116, 566, 2905, 1046, 913, 899, 55, 51, 2905, 1052, 310, 339, 303, 339, 465, 496, 1024, 303, 496, 3914, 45, 10632, 299, 320, 5703, 100, 14165, 100, 13336, 49, 30573, 244, 54, 15147, 303, 581, 2210, 913, 58, 45, 976, 1197, 1437, 46, 320, 310, 461, 1437, 96, 53, 988, 303, 339, 465, 496, 2544, 45, 881, 299, 332, 881, 58, 678, 303, 496, 92, 3932, 436, 45, 54, 53, 53, 53, 53, 46, 303, 581, 782, 913, 58, 100, 38136, 365, 320, 310, 2210, 356, 299, 913, 58, 45, 881, 899, 54, 1280, 312, 310, 3187, 120, 51, 880, 2709, 7738, 3781, 899, 54, 46, 116, 566, 2905, 1046, 913, 899, 54, 51, 2905, 1052, 310, 356, 299, 913, 58, 45, 881, 899, 54, 1355, 12476, 1280, 312, 310, 3187, 120, 51, 880, 2709, 7738, 3781, 899, 54, 46, 116, 566, 2905, 1046, 913, 899, 54, 51, 2905, 1052, 303, 339, 465, 453, 3471, 708, 6283, 727, 708, 1200, 39042, 840, 341, 331, 16004, 458, 303, 453, 48083, 4854, 840, 331, 6146, 2282, 303, 496, 41383, 10148, 303, 581, 782, 913, 59, 100, 1365, 100, 3236, 365, 320, 303, 339, 465, 496, 10500, 10148, 303, 581, 782, 913, 59, 100, 4328, 45, 3921, 899, 5597, 1197, 1657, 46, 320, 310, 434, 327, 645, 5118, 12511, 899, 1359, 54, 9798, 320, 343, 913, 59, 100, 1365, 100, 3236, 492, 310, 339, 303, 339, 465, 496, 1024, 303, 453, 4314, 244, 61, 56, 55, 58, 54, 53, 59, 2082, 50, 1571, 5760, 23125, 3412, 829, 244, 61, 56, 55, 58, 59, 59, 53, 303, 496, 3914, 45, 4740, 2811, 1543, 299, 3479, 4404, 1280, 3028, 2796, 4302, 411, 332, 1527, 411, 332, 638, 4302, 2671, 411, 30573, 244, 55, 55, 55, 3933, 310, 15283, 299, 320, 5043, 49, 30573, 244, 57, 411, 8752, 100, 6239, 100, 47016, 49, 30573, 244, 54, 411, 1199, 100, 6239, 100, 47016, 49, 30573, 244, 54, 411, 578, 19110, 100, 6239, 100, 47016, 49, 30573, 244, 54, 15147, 303, 496, 3914, 45, 4740, 2811, 2199, 299, 3479, 4404, 1280, 3028, 2796, 4302, 411, 332, 1886, 411, 332, 638, 4302, 2671, 411, 332, 6917, 244, 55, 55, 55, 3933, 310, 15283, 299, 320, 5043, 49, 30573, 244, 56, 411, 578, 19110, 100, 6239, 100, 47016, 49, 30573, 244, 54, 411, 1199, 100, 6239, 100, 47016, 49, 30573, 244, 54, 15147, 303, 581, 2210, 913, 59, 45, 3921, 899, 5597, 1197, 1437, 46, 320, 310, 12511, 899, 5597, 373, 299, 1437, 96, 53, 988, 310, 913, 59, 100, 4328, 45, 977, 312, 310, 461, 373, 64, 303, 339, 465, 496, 2544, 45, 881, 299, 332, 881, 59, 678, 303, 496, 92, 3932, 436, 45, 54, 53, 53, 53, 53, 46, 303, 581, 782, 913, 59, 100, 38136, 45, 2544, 1139, 3116, 46, 320, 310, 434, 327, 1357, 51, 316, 92, 3932, 1405, 1177, 320, 343, 453, 17835, 1161, 6283, 343, 913, 59, 100, 4328, 45, 909, 12511, 899, 1359, 54, 96, 54, 2004, 343, 913, 59, 100, 4328, 45, 909, 12511, 899, 1359, 55, 96, 54, 2004, 310, 339, 310, 913, 59, 45, 909, 12511, 899, 1359, 54, 96, 54, 2004, 303, 339, 465, 496, 41383, 10148, 303, 581, 782, 913, 60, 100, 1365, 100, 3236, 365, 320, 303, 339, 465, 496, 10500, 10148, 303, 581, 782, 913, 60, 100, 4328, 45, 976, 1657, 46, 320, 310, 434, 327, 645, 5118, 12511, 899, 1359, 54, 46, 320, 343, 913, 60, 100, 1365, 100, 3236, 492, 310, 339, 303, 339, 465, 496, 1024, 303, 453, 4314, 244, 61, 56, 55, 58, 54, 53, 59, 2082, 50, 1571, 5760, 23125, 3412, 829, 244, 61, 56, 55, 58, 59, 59, 53, 303, 496, 3914, 45, 4740, 2811, 1543, 299, 3479, 4404, 1280, 3028, 2796, 4302, 411, 332, 1527, 411, 332, 638, 4302, 2671, 411, 30573, 244, 55, 55, 55, 3933, 310, 15283, 299, 320, 5043, 49, 30573, 244, 56, 411, 8752, 100, 6239, 100, 47016, 49, 30573, 244, 53, 411, 1199, 100, 6239, 100, 47016, 49, 30573, 244, 54, 411, 578, 19110, 100, 6239, 100, 47016, 49, 30573, 244, 54, 15147, 303, 496, 3914, 45, 4740, 2811, 2199, 299, 3479, 4404, 1280, 3028, 2796, 4302, 411, 332, 1886, 411, 332, 638, 4302, 2671, 411, 332, 6917, 244, 55, 55, 55, 3933, 310, 15283, 299, 320, 5043, 49, 30573, 244, 56, 411, 578, 19110, 100, 6239, 100, 47016, 49, 30573, 244, 54, 411, 1199, 100, 6239, 100, 47016, 49, 30573, 244, 54, 15147, 303, 581, 2210, 913, 60, 45, 3921, 899, 5597, 1197, 1437, 46, 320, 310, 12511, 899, 5597, 373, 299, 1437, 96, 53, 988, 310, 913, 60, 100, 4328, 45, 123, 312, 310, 461, 373, 64, 303, 339, 465, 496, 2544, 45, 881, 299, 332, 881, 60, 678, 303, 496, 92, 3932, 436, 45, 54, 53, 53, 53, 53, 46, 303, 581, 782, 913, 60, 100, 38136, 45, 2544, 1139, 3116, 46, 320, 310, 434, 327, 1357, 51, 316, 92, 3932, 1405, 1177, 320, 343, 453, 17835, 1161, 6283, 343, 913, 60, 100, 4328, 45, 909, 12511, 899, 1359, 54, 45, 119, 78, 894, 343, 913, 60, 100, 4328, 45, 909, 12511, 899, 1359, 55, 45, 119, 78, 894, 310, 339, 310, 913, 60, 45, 909, 12511, 899, 1359, 54, 96, 54, 2004, 303, 339, 465, 496, 41383, 10148, 303, 581, 782, 913, 61, 100, 1365, 100, 3236, 365, 320, 303, 339, 465, 581, 782, 913, 61, 100, 4328, 45, 976, 1657, 46, 320, 310, 434, 327, 645, 5118, 6374, 46, 320, 343, 913, 61, 100, 1365, 100, 3236, 492, 310, 339, 303, 339, 465, 496, 1024, 303, 496, 3914, 45, 4740, 2811, 299, 3479, 4404, 1280, 3028, 2796, 4302, 411, 332, 1527, 3933, 310, 15283, 299, 320, 5043, 49, 30573, 244, 58, 411, 8752, 100, 6239, 100, 47016, 49, 30573, 244, 54, 411, 1199, 100, 6239, 100, 47016, 49, 30573, 244, 55, 411, 1764, 578, 19110, 100, 6239, 100, 47016, 49, 30573, 244, 54, 15147, 303, 496, 3914, 45, 4740, 2811, 299, 3479, 4404, 1280, 3028, 2796, 4302, 411, 332, 1886, 3933, 310, 15283, 299, 320, 5043, 49, 30573, 244, 58, 411, 578, 19110, 100, 6239, 100, 47016, 49, 30573, 244, 54, 411, 1199, 100, 6239, 100, 47016, 49, 30573, 244, 55, 15147, 303, 581, 2210, 913, 61, 45, 976, 1197, 1437, 46, 320, 310, 2210, 373, 299, 1437, 96, 53, 988, 310, 913, 61, 100, 4328, 45, 123, 312, 310, 461, 373, 64, 303, 339, 465, 496, 2544, 45, 881, 299, 332, 881, 61, 678, 303, 496, 92, 3932, 436, 45, 54, 53, 53, 53, 53, 46, 303, 581, 782, 913, 61, 100, 38136, 45, 2544, 1139, 3116, 46, 320, 310, 434, 327, 1357, 51, 316, 92, 3932, 1405, 1177, 320, 343, 453, 17835, 1161, 6283, 343, 913, 61, 100, 4328, 45, 57, 55, 81, 312, 343, 913, 61, 100, 4328, 45, 57, 55, 51, 53, 73, 312, 310, 339, 310, 913, 61, 45, 881, 899, 54, 1280, 312, 310, 913, 61, 45, 881, 899, 54, 1355, 12476, 1280, 312, 303, 339, 465, 453, 331, 33361, 465, 496, 1024, 303, 496, 3914, 45, 4740, 2811, 1543, 299, 3479, 4404, 1280, 3028, 2796, 4302, 411, 332, 1527, 411, 332, 638, 4302, 2671, 411, 30573, 244, 55, 55, 55, 3933, 310, 3562, 1501, 299, 320, 15842, 100, 14165, 100, 13336, 1770, 303, 496, 3914, 45, 4740, 2811, 2199, 299, 3479, 4404, 1280, 3028, 2796, 4302, 411, 332, 1886, 411, 332, 638, 4302, 2671, 411, 332, 6917, 244, 55, 55, 55, 3933, 310, 15283, 299, 320, 15842, 100, 14165, 100, 13336, 49, 30573, 244, 54, 15147, 303, 581, 782, 913, 62, 45, 976, 1197, 1437, 49, 2210, 373, 46, 320, 310, 1437, 96, 53, 98, 299, 373, 64, 303, 339, 465, 496, 2544, 45, 881, 299, 332, 881, 62, 678, 303, 496, 92, 3932, 436, 45, 54, 53, 53, 53, 53, 46, 303, 581, 782, 913, 62, 100, 38136, 365, 320, 310, 913, 62, 45, 881, 899, 54, 1280, 49, 913, 899, 54, 312, 310, 3187, 120, 51, 880, 2709, 45, 881, 899, 54, 1280, 96, 53, 1015, 2905, 1046, 913, 899, 54, 51, 2905, 1052, 303, 339, 465, 496, 1024, 303, 496, 3914, 45, 4740, 2811, 1543, 299, 3479, 4404, 1280, 3028, 2796, 4302, 411, 332, 1527, 411, 332, 638, 4302, 2671, 411, 30573, 244, 55, 55, 55, 3933, 310, 3562, 1501, 299, 320, 15842, 100, 14165, 100, 13336, 1770, 303, 496, 3914, 45, 4740, 2811, 2199, 299, 3479, 4404, 1280, 3028, 2796, 4302, 411, 332, 1886, 411, 332, 638, 4302, 2671, 411, 332, 6917, 244, 55, 55, 55, 3933, 310, 15283, 299, 320, 15842, 100, 14165, 100, 13336, 49, 30573, 244, 54, 15147, 303, 581, 782, 913, 54, 53, 45, 976, 1197, 1437, 49, 2210, 373, 46, 320, 310, 1437, 96, 53, 98, 299, 373, 64, 303, 339, 465, 496, 2544, 45, 881, 299, 332, 881, 54, 53, 678, 303, 496, 92, 3932, 436, 45, 54, 53, 53, 53, 53, 46, 303, 581, 782, 913, 54, 53, 100, 38136, 365, 320, 310, 913, 54, 53, 45, 881, 3078, 1280, 49, 244, 57, 55, 312, 303, 339, 465, 496, 1024, 303, 496, 3914, 45, 10632, 299, 320, 15842, 100, 14165, 100, 13336, 49, 30573, 244, 54, 15147, 303, 581, 782, 913, 54, 54, 45, 976, 1197, 1437, 49, 2210, 373, 46, 320, 310, 1437, 96, 53, 98, 299, 373, 64, 303, 339, 465, 496, 2544, 45, 881, 299, 332, 881, 54, 54, 678, 303, 496, 92, 3932, 436, 45, 54, 53, 53, 53, 53, 46, 303, 581, 782, 913, 54, 54, 100, 38136, 365, 320, 310, 913, 54, 54, 45, 881, 899, 54, 1280, 49, 913, 899, 54, 312, 310, 913, 54, 54, 45, 881, 899, 55, 1280, 49, 913, 899, 55, 312, 303, 339, 465, 496, 1024, 303, 496, 3914, 45, 4740, 2811, 299, 3479, 4404, 1280, 3028, 2796, 4302, 411, 332, 1527, 3933, 310, 3562, 1501, 299, 320, 15842, 100, 14165, 100, 13336, 1770, 303, 496, 3914, 45, 4740, 2811, 299, 3479, 4404, 1280, 3028, 2796, 4302, 411, 332, 1886, 3933, 310, 15283, 299, 320, 15842, 100, 14165, 100, 13336, 49, 30573, 244, 54, 15147, 303, 581, 782, 913, 54, 55, 45, 976, 1197, 1437, 49, 2210, 373, 46, 320, 310, 1437, 96, 53, 98, 299, 373, 64, 303, 339, 465, 496, 2544, 45, 881, 299, 332, 881, 54, 55, 678, 303, 496, 92, 3932, 436, 45, 54, 53, 53, 53, 53, 46, 303, 581, 782, 913, 54, 55, 100, 38136, 365, 320, 310, 913, 54, 55, 45, 881, 3078, 1280, 49, 244, 57, 55, 312, 310, 913, 54, 55, 45, 881, 3967, 1280, 49, 244, 57, 55, 81, 312, 303, 339, 465, 496, 1024, 303, 496, 3914, 45, 10632, 299, 320, 15842, 100, 14165, 100, 13336, 49, 30573, 244, 54, 15147, 303, 581, 782, 913, 54, 56, 45, 976, 1197, 1437, 49, 2210, 373, 46, 320, 310, 1437, 96, 53, 98, 299, 373, 64, 303, 339, 465, 496, 2544, 45, 881, 299, 332, 881, 54, 56, 678, 303, 496, 92, 3932, 436, 45, 54, 53, 53, 53, 53, 46, 303, 581, 782, 913, 54, 56, 100, 38136, 365, 320, 310, 913, 54, 56, 45, 881, 899, 54, 1280, 49, 913, 899, 54, 312, 310, 913, 54, 56, 45, 881, 899, 54, 1355, 12476, 1280, 49, 913, 899, 54, 312, 303, 339, 465, 453, 5913, 47907, 1280, 2157, 303, 496, 1024, 303, 581, 782, 913, 54, 57, 45, 1936, 1197, 1437, 49, 5132, 373, 46, 320, 310, 1437, 96, 53, 98, 299, 373, 64, 303, 339, 465, 496, 2544, 45, 881, 299, 332, 881, 54, 57, 678, 303, 496, 92, 3932, 436, 45, 54, 53, 53, 53, 53, 46, 303, 581, 782, 913, 54, 57, 100, 38136, 45, 2544, 1139, 3116, 46, 320, 310, 434, 327, 1357, 51, 316, 92, 3932, 1405, 1177, 320, 343, 913, 54, 57, 45, 881, 3078, 1280, 49, 244, 57, 55, 312, 310, 339, 832, 320, 343, 5409, 364, 299, 3116, 51, 38824, 492, 343, 1922, 428, 2238, 299, 920, 64, 343, 456, 327, 429, 613, 299, 244, 53, 64, 613, 350, 244, 54, 53, 53, 64, 613, 2002, 320, 419, 913, 54, 57, 45, 881, 3078, 1280, 49, 244, 57, 55, 312, 419, 434, 1445, 1357, 51, 316, 25339, 42906, 365, 979, 673, 1024, 5946, 51, 316, 33920, 45, 114, 509, 320, 547, 428, 2238, 299, 878, 64, 419, 339, 343, 339, 343, 434, 327, 305, 2238, 979, 2128, 5946, 51, 316, 31969, 703, 2238, 45, 114, 49, 2270, 2671, 51, 72, 55, 46, 979, 673, 21766, 4644, 51, 28998, 337, 25339, 979, 643, 71, 4644, 51, 4302, 18661, 979, 419, 327, 21766, 4644, 51, 4404, 1280, 3028, 2796, 4302, 1293, 643, 71, 4644, 51, 638, 4302, 2671, 630, 244, 55, 55, 55, 509, 320, 419, 1440, 556, 13383, 459, 3554, 47907, 1437, 1524, 1414, 24064, 563, 43732, 480, 545, 26652, 742, 343, 339, 310, 339, 303, 339, 465, 453, 762, 3760, 1437, 43732, 465, 496, 24450, 651, 13613, 1497, 303, 496, 81, 4784, 651, 8412, 5462, 899, 303, 924, 804, 462, 3204, 38851, 463, 320, 310, 964, 2210, 356, 54, 299, 762, 64, 310, 964, 2210, 356, 55, 299, 762, 64, 310, 964, 2210, 356, 56, 299, 762, 64, 310, 964, 2210, 356, 57, 299, 762, 64, 310, 964, 2210, 356, 58, 299, 762, 64, 310, 964, 2210, 356, 59, 299, 762, 64, 303, 339, 465, 496, 1898, 37415, 303, 964, 924, 1175, 3204, 38851, 463, 666, 38851, 463, 299, 556, 3204, 38851, 463, 492, 303, 964, 924, 1175, 3204, 38851, 463, 1197, 913, 1355, 38851, 463, 1280, 299, 327, 1355, 38851, 463, 9798, 899, 1359, 51, 909, 1898, 37415, 1280, 45, 1355, 38851, 463, 51, 842, 49, 244, 54, 312, 465, 496, 1024, 222, 325, 4314, 244, 61, 56, 55, 58, 54, 53, 59, 222, 325, 283, 496, 3914, 45, 4740, 2811, 1543, 299, 3479, 4404, 1280, 3028, 2796, 4302, 411, 332, 1527, 411, 332, 638, 4302, 2671, 411, 30573, 244, 55, 55, 55, 3933, 303, 496, 3914, 45, 4740, 2811, 299, 3479, 4404, 1280, 3028, 2796, 4302, 411, 332, 1527, 3933, 310, 15283, 299, 320, 3305, 100, 6239, 100, 47016, 49, 30573, 244, 55, 3933, 310, 3562, 1501, 299, 320, 15842, 100, 14165, 100, 13336, 1770, 303, 496, 3914, 45, 4740, 2811, 2199, 299, 3479, 4404, 1280, 3028, 2796, 4302, 411, 332, 1886, 411, 332, 638, 4302, 2671, 411, 332, 6917, 244, 55, 55, 55, 3933, 310, 15283, 299, 320, 3305, 100, 6239, 100, 47016, 49, 30573, 244, 56, 411, 26262, 100, 14165, 100, 13336, 49, 30573, 244, 54, 15147, 303, 581, 782, 913, 54, 58, 45, 976, 1197, 1437, 49, 2210, 373, 46, 320, 310, 1437, 96, 53, 98, 299, 373, 64, 303, 339, 465, 496, 2544, 45, 881, 299, 332, 881, 54, 58, 678, 303, 496, 92, 3932, 436, 45, 54, 53, 53, 53, 53, 46, 303, 581, 782, 913, 54, 58, 100, 38136, 365, 320, 310, 913, 54, 58, 45, 881, 1355, 38851, 463, 1280, 49, 666, 38851, 463, 312, 310, 1614, 320, 343, 913, 54, 58, 45, 881, 1355, 38851, 463, 1280, 49, 762, 312, 343, 1440, 556, 13383, 459, 26268, 2816, 742, 310, 339, 2385, 327, 26268, 329, 367, 46, 320, 343, 453, 11975, 310, 339, 303, 339, 465, 496, 1024, 303, 496, 3914, 45, 4740, 2811, 299, 3479, 4404, 1280, 3028, 2796, 4302, 411, 332, 1527, 3933, 310, 15283, 299, 320, 3305, 100, 6239, 100, 47016, 49, 30573, 244, 55, 3933, 310, 3562, 1501, 299, 320, 15842, 100, 14165, 100, 13336, 1770, 303, 496, 3914, 45, 4740, 2811, 299, 3479, 4404, 1280, 3028, 2796, 4302, 411, 332, 1886, 3933, 310, 15283, 299, 320, 3305, 100, 6239, 100, 47016, 49, 30573, 244, 56, 411, 26262, 100, 14165, 100, 13336, 49, 30573, 244, 54, 15147, 303, 581, 782, 913, 54, 59, 45, 976, 1197, 1437, 49, 2210, 373, 46, 320, 310, 1437, 96, 53, 98, 299, 373, 64, 303, 339, 465, 496, 2544, 45, 881, 299, 332, 881, 54, 59, 678, 303, 496, 92, 3932, 436, 45, 54, 53, 53, 53, 53, 46, 303, 581, 782, 913, 54, 59, 100, 38136, 365, 320, 310, 913, 54, 59, 45, 881, 1355, 38851, 463, 1280, 49, 666, 38851, 463, 312, 310, 1614, 320, 343, 913, 54, 59, 45, 881, 1355, 38851, 463, 1280, 49, 762, 312, 343, 1440, 556, 13383, 459, 26268, 2816, 742, 310, 339, 2385, 327, 26268, 329, 367, 46, 320, 343, 453, 11975, 310, 339, 310, 913, 54, 59, 45, 881, 3078, 1280, 49, 244, 57, 55, 312, 303, 339, 465, 496, 1024, 303, 496, 3914, 45, 4740, 2811, 299, 3479, 4404, 1280, 3028, 2796, 4302, 411, 332, 1527, 3933, 310, 15283, 299, 320, 3305, 100, 6239, 100, 47016, 49, 30573, 244, 54, 3933, 310, 3562, 1501, 299, 320, 15842, 100, 14165, 100, 13336, 1770, 303, 496, 3914, 45, 4740, 2811, 299, 3479, 4404, 1280, 3028, 2796, 4302, 411, 332, 1886, 3933, 310, 15283, 299, 320, 3305, 100, 6239, 100, 47016, 49, 30573, 244, 56, 411, 26262, 100, 14165, 100, 13336, 49, 30573, 244, 54, 15147, 303, 581, 782, 913, 54, 60, 45, 976, 1197, 1437, 49, 2210, 373, 46, 320, 310, 1437, 96, 53, 98, 299, 373, 64, 303, 339, 465, 496, 2544, 45, 881, 299, 332, 881, 54, 60, 678, 303, 496, 92, 3932, 436, 45, 54, 53, 53, 53, 53, 46, 303, 581, 782, 913, 54, 60, 100, 38136, 365, 320, 310, 913, 54, 60, 45, 881, 3078, 1280, 49, 244, 57, 55, 312, 310, 913, 54, 60, 45, 881, 3078, 1280, 49, 762, 312, 310, 913, 3078, 1280, 96, 53, 98, 299, 244, 57, 55, 64, 310, 913, 54, 60, 45, 881, 3967, 1280, 49, 244, 57, 55, 81, 312, 303, 339, 465, 581, 782, 913, 54, 61, 100, 4328, 45, 976, 1197, 1437, 49, 2210, 373, 46, 320, 310, 1437, 96, 53, 98, 299, 373, 64, 303, 339, 465, 496, 1024, 303, 496, 3914, 45, 4740, 2811, 299, 3479, 4404, 1280, 3028, 2796, 4302, 411, 332, 1527, 3933, 310, 15283, 299, 320, 3305, 100, 6239, 100, 47016, 49, 30573, 244, 54, 3933, 310, 3562, 1501, 299, 320, 15842, 100, 14165, 100, 13336, 1770, 303, 496, 3914, 45, 4740, 2811, 299, 3479, 4404, 1280, 3028, 2796, 4302, 411, 332, 1886, 3933, 310, 15283, 299, 320, 3305, 100, 6239, 100, 47016, 49, 30573, 244, 56, 411, 26262, 100, 14165, 100, 13336, 49, 30573, 244, 54, 15147, 303, 581, 2210, 913, 54, 61, 45, 976, 1197, 1437, 49, 2210, 373, 54, 46, 320, 310, 2210, 373, 55, 299, 1437, 96, 53, 988, 310, 913, 54, 61, 100, 4328, 45, 977, 49, 373, 54, 312, 310, 461, 373, 55, 64, 303, 339, 465, 496, 2544, 45, 881, 299, 332, 881, 54, 61, 678, 303, 496, 92, 3932, 436, 45, 54, 53, 53, 53, 53, 46, 303, 581, 782, 913, 54, 61, 100, 38136, 365, 320, 310, 913, 54, 61, 100, 4328, 45, 881, 899, 54, 1280, 49, 913, 899, 54, 312, 453, 17835, 1161, 6283, 310, 913, 54, 61, 45, 881, 3078, 1280, 49, 244, 57, 55, 312, 310, 913, 54, 61, 45, 881, 3078, 1280, 49, 762, 312, 310, 913, 3078, 1280, 96, 53, 98, 299, 244, 57, 55, 64, 310, 913, 54, 61, 45, 881, 3967, 1280, 49, 244, 57, 55, 81, 312, 303, 339, 465, 453, 8784, 762, 3760, 49, 666, 11948, 465, 496, 1024, 303, 496, 3914, 45, 4740, 2811, 299, 3479, 4404, 1280, 3028, 2796, 4302, 411, 332, 1527, 3933, 310, 3562, 1501, 299, 320, 5703, 100, 14165, 100, 13336, 1770, 303, 496, 3914, 45, 4740, 2811, 299, 3479, 4404, 1280, 3028, 2796, 4302, 411, 332, 1886, 3933, 310, 15283, 299, 320, 5703, 100, 14165, 100, 13336, 49, 30573, 244, 54, 15147, 303, 581, 2210, 913, 54, 62, 45, 976, 1197, 1437, 46, 320, 310, 461, 1437, 96, 53, 988, 303, 339, 465, 496, 2544, 45, 881, 299, 332, 881, 54, 62, 678, 303, 496, 92, 3932, 436, 45, 54, 53, 53, 53, 53, 46, 303, 581, 782, 913, 54, 62, 100, 38136, 365, 320, 310, 2210, 356, 299, 913, 54, 62, 45, 881, 3078, 1280, 312, 310, 3187, 120, 51, 880, 2709, 45, 116, 49, 244, 57, 55, 312, 310, 356, 299, 913, 54, 62, 45, 881, 1355, 38851, 463, 1280, 312, 310, 3187, 120, 51, 880, 2709, 45, 116, 49, 666, 38851, 463, 312, 303, 339, 465, 496, 1024, 303, 496, 3914, 45, 4740, 2811, 299, 3479, 4404, 1280, 3028, 2796, 4302, 411, 332, 1527, 3933, 310, 3562, 1501, 299, 320, 15842, 100, 14165, 100, 13336, 1770, 303, 496, 3914, 45, 4740, 2811, 299, 3479, 4404, 1280, 3028, 2796, 4302, 411, 332, 1886, 3933, 310, 15283, 299, 320, 15842, 100, 14165, 100, 13336, 49, 30573, 244, 54, 15147, 303, 581, 782, 913, 55, 53, 45, 976, 1197, 1437, 49, 2210, 356, 46, 320, 310, 1437, 96, 53, 98, 299, 356, 64, 303, 339, 465, 496, 2544, 45, 881, 299, 332, 881, 55, 53, 678, 303, 496, 92, 3932, 436, 45, 54, 53, 53, 53, 53, 46, 303, 581, 782, 913, 55, 53, 100, 38136, 365, 320, 310, 913, 55, 53, 45, 881, 3078, 1280, 49, 244, 57, 55, 312, 310, 913, 55, 53, 45, 881, 1355, 38851, 463, 1280, 49, 666, 38851, 463, 312, 303, 339, 465, 453, 1449, 336, 3326, 465, 453, 5586, 13526, 43732, 15665, 666, 5058, 5586, 391, 545, 25056, 986, 303, 496, 1024, 303, 496, 3914, 45, 10632, 299, 320, 3914, 1230, 51, 1430, 654, 2164, 100, 2971, 100, 47016, 49, 332, 299, 244, 54, 15147, 303, 581, 1922, 913, 55, 54, 45, 976, 356, 54, 49, 2210, 356, 55, 46, 320, 310, 461, 356, 54, 630, 356, 55, 64, 303, 339, 465, 496, 2544, 45, 881, 299, 332, 881, 55, 54, 678, 303, 496, 92, 3932, 436, 45, 54, 53, 53, 53, 53, 46, 303, 581, 782, 913, 55, 54, 100, 38136, 365, 320, 310, 913, 55, 54, 45, 2085, 49, 2847, 312, 310, 913, 55, 54, 45, 881, 899, 54, 49, 913, 899, 54, 312, 303, 339, 465, 453, 4257, 6283, 105, 3000, 762, 303, 496, 1024, 303, 496, 3914, 45, 4740, 2811, 299, 3479, 4404, 1205, 336, 4302, 411, 332, 1527, 3933, 310, 3562, 1501, 299, 320, 7107, 16805, 1086, 4943, 100, 3780, 855, 310, 15283, 299, 320, 3305, 100, 6480, 100, 47016, 49, 30573, 244, 54, 15147, 303, 496, 3914, 45, 4740, 2811, 299, 3479, 4404, 1205, 336, 4302, 411, 332, 1886, 3933, 310, 15283, 299, 320, 7107, 16805, 1086, 4943, 100, 3780, 49, 30573, 244, 54, 15147, 303, 581, 1922, 913, 55, 55, 45, 976, 356, 54, 49, 2210, 356, 55, 46, 320, 310, 461, 356, 54, 630, 356, 55, 64, 303, 339, 465, 496, 2544, 45, 881, 299, 332, 881, 55, 55, 678, 303, 496, 92, 3932, 436, 45, 54, 53, 53, 53, 53, 46, 303, 581, 782, 913, 55, 55, 100, 38136, 45, 2544, 1139, 3116, 46, 320, 310, 913, 55, 55, 45, 2085, 49, 762, 312, 310, 913, 55, 55, 45, 2476, 3287, 49, 762, 312, 310, 434, 1445, 1357, 51, 316, 92, 3932, 1405, 1177, 320, 343, 5409, 364, 299, 3116, 51, 38824, 492, 343, 2128, 5946, 51, 880, 33920, 1103, 72, 55, 45, 114, 312, 343, 913, 55, 55, 45, 2085, 49, 1623, 3287, 312, 343, 434, 327, 21766, 4644, 51, 4404, 1205, 336, 4302, 46, 320, 419, 2128, 5946, 51, 880, 703, 35180, 1103, 72, 55, 45, 114, 312, 343, 339, 310, 339, 303, 339, 465, 496, 1024, 303, 496, 3914, 45, 4740, 2811, 1543, 299, 3479, 4404, 1205, 336, 4302, 411, 332, 1527, 411, 332, 638, 4302, 2671, 411, 30573, 244, 55, 55, 55, 3933, 310, 3562, 1501, 299, 320, 7107, 16805, 1086, 4943, 100, 3780, 855, 310, 15283, 299, 320, 3305, 100, 6480, 100, 47016, 49, 30573, 244, 54, 15147, 303, 496, 3914, 45, 4740, 2811, 2199, 299, 3479, 4404, 1205, 336, 4302, 411, 332, 1886, 411, 332, 638, 4302, 2671, 411, 332, 6917, 244, 55, 55, 55, 3933, 310, 15283, 299, 320, 7107, 16805, 1086, 4943, 100, 3780, 49, 30573, 244, 54, 15147, 303, 581, 1922, 913, 55, 56, 45, 976, 356, 54, 49, 2210, 356, 55, 46, 320, 310, 461, 356, 54, 630, 356, 55, 64, 303, 339, 465, 496, 2544, 45, 881, 299, 332, 881, 55, 56, 678, 303, 496, 92, 3932, 436, 45, 54, 53, 53, 53, 53, 46, 303, 581, 782, 913, 55, 56, 100, 38136, 45, 2544, 1139, 3116, 46, 320, 310, 913, 55, 56, 45, 1710, 49, 2847, 312, 310, 913, 55, 56, 45, 1710, 49, 1623, 3287, 312, 310, 434, 1445, 1357, 51, 316, 92, 3932, 1405, 1177, 320, 343, 5409, 364, 299, 3116, 51, 38824, 492, 343, 2128, 5946, 51, 880, 33920, 1103, 72, 55, 45, 114, 312, 343, 913, 55, 56, 45, 2085, 49, 1623, 3287, 312, 343, 434, 327, 21766, 4644, 51, 4404, 1205, 336, 4302, 1293, 643, 71, 4644, 51, 638, 4302, 2671, 882, 244, 53, 46, 320, 419, 2128, 5946, 51, 880, 703, 35180, 1103, 72, 55, 45, 114, 312, 343, 339, 310, 339, 303, 339, 465, 496, 1024, 303, 496, 3914, 45, 4740, 2811, 299, 3479, 4404, 1205, 336, 4302, 411, 332, 1527, 3933, 310, 3562, 1501, 299, 320, 7107, 16805, 1086, 4943, 100, 3780, 855, 310, 15283, 299, 320, 3305, 100, 6480, 100, 47016, 49, 30573, 244, 54, 15147, 303, 496, 3914, 45, 4740, 2811, 299, 3479, 4404, 1205, 336, 4302, 411, 332, 1886, 3933, 310, 15283, 299, 320, 7107, 16805, 1086, 4943, 100, 3780, 49, 30573, 244, 54, 15147, 303, 581, 1922, 913, 55, 57, 45, 976, 356, 54, 49, 2210, 356, 55, 46, 320, 310, 461, 356, 54, 882, 356, 55, 64, 303, 339, 465, 496, 2544, 45, 881, 299, 332, 881, 55, 57, 678, 303, 496, 92, 3932, 436, 45, 54, 53, 53, 53, 53, 46, 303, 581, 782, 913, 55, 57, 100, 38136, 45, 2544, 1139, 3116, 46, 320, 310, 913, 55, 57, 45, 2085, 49, 762, 312, 310, 913, 55, 57, 45, 2476, 3287, 49, 762, 312, 310, 434, 1445, 1357, 51, 316, 92, 3932, 1405, 1177, 320, 343, 5409, 364, 299, 3116, 51, 38824, 492, 343, 2128, 5946, 51, 880, 33920, 1103, 72, 55, 45, 114, 312, 343, 913, 55, 57, 45, 2085, 49, 1623, 3287, 312, 1819, 434, 327, 21766, 4644, 51, 4404, 1205, 336, 4302, 46, 320, 372, 2128, 5946, 51, 880, 703, 35180, 1103, 72, 55, 45, 114, 312, 343, 339, 310, 339, 303, 339, 465, 496, 1024, 303, 496, 3914, 45, 4740, 2811, 1543, 299, 3479, 4404, 1205, 336, 4302, 411, 332, 1527, 411, 332, 638, 4302, 2671, 411, 30573, 244, 55, 55, 55, 3933, 310, 3562, 1501, 299, 320, 7107, 16805, 1086, 4943, 100, 3780, 855, 310, 15283, 299, 320, 3305, 100, 6480, 100, 47016, 49, 30573, 244, 54, 15147, 303, 496, 3914, 45, 4740, 2811, 2199, 299, 3479, 4404, 1205, 336, 4302, 411, 332, 1886, 411, 332, 638, 4302, 2671, 411, 332, 6917, 244, 55, 55, 55, 3933, 310, 15283, 299, 320, 7107, 16805, 1086, 4943, 100, 3780, 49, 30573, 244, 54, 15147, 303, 581, 1922, 913, 55, 58, 45, 976, 356, 54, 49, 2210, 356, 55, 46, 320, 310, 461, 356, 54, 882, 356, 55, 64, 303, 339, 465, 496, 2544, 45, 881, 299, 332, 881, 55, 58, 678, 303, 496, 92, 3932, 436, 45, 54, 53, 53, 53, 53, 46, 303, 581, 782, 913, 55, 58, 100, 38136, 45, 2544, 1139, 3116, 46, 320, 310, 913, 55, 58, 45, 1710, 49, 2847, 312, 310, 913, 55, 58, 45, 1710, 49, 1623, 3287, 312, 310, 434, 1445, 1357, 51, 316, 92, 3932, 1405, 1177, 320, 343, 5409, 364, 299, 3116, 51, 38824, 492, 343, 2128, 5946, 51, 880, 33920, 1103, 72, 55, 45, 114, 312, 343, 913, 55, 58, 45, 2085, 49, 1623, 3287, 312, 343, 434, 327, 21766, 4644, 51, 4404, 1205, 336, 4302, 1293, 643, 71, 4644, 51, 638, 4302, 2671, 882, 244, 53, 46, 320, 419, 2128, 5946, 51, 880, 703, 35180, 1103, 72, 55, 45, 114, 312, 343, 339, 310, 339, 303, 339, 465, 453, 4257, 6283, 105, 666, 804, 462, 642, 8998, 847, 303, 496, 1024, 303, 496, 3914, 45, 4740, 2811, 1543, 299, 3479, 4404, 1205, 336, 4302, 411, 332, 1527, 411, 332, 638, 4302, 2671, 411, 30573, 244, 55, 55, 55, 3933, 310, 3562, 1501, 299, 320, 7107, 16805, 1086, 4943, 100, 3780, 855, 310, 15283, 299, 320, 3305, 100, 6239, 100, 47016, 49, 30573, 244, 54, 411, 8752, 100, 6239, 100, 47016, 49, 30573, 244, 54, 15147, 303, 496, 3914, 45, 4740, 2811, 2199, 299, 3479, 4404, 1205, 336, 4302, 411, 332, 1886, 411, 332, 638, 4302, 2671, 411, 332, 6917, 244, 55, 55, 55, 3933, 310, 15283, 299, 320, 7107, 16805, 1086, 4943, 100, 3780, 49, 30573, 244, 54, 15147, 303, 581, 1922, 913, 55, 59, 45, 976, 356, 54, 49, 2210, 356, 55, 46, 320, 310, 461, 356, 54, 630, 356, 55, 64, 303, 339, 465, 496, 2544, 45, 881, 299, 332, 881, 55, 59, 678, 303, 496, 92, 3932, 436, 45, 54, 53, 53, 53, 53, 46, 303, 581, 782, 913, 55, 59, 100, 38136, 45, 2544, 1139, 3116, 46, 320, 310, 913, 55, 59, 45, 2085, 49, 2847, 312, 310, 913, 55, 59, 45, 2085, 49, 1623, 3287, 312, 310, 434, 1445, 1357, 51, 316, 92, 3932, 1405, 1177, 320, 343, 5409, 364, 299, 3116, 51, 38824, 492, 343, 2128, 5946, 51, 880, 33920, 1103, 72, 55, 45, 114, 312, 343, 456, 327, 429, 613, 299, 244, 53, 64, 613, 350, 244, 54, 53, 64, 613, 2002, 320, 419, 913, 55, 59, 45, 2476, 3287, 49, 2847, 312, 343, 339, 343, 434, 327, 21766, 4644, 51, 4404, 1205, 336, 4302, 1293, 643, 71, 4644, 51, 638, 4302, 2671, 882, 244, 53, 46, 320, 419, 2128, 5946, 51, 880, 703, 35180, 1103, 72, 55, 45, 114, 312, 343, 339, 310, 339, 303, 339, 465, 496, 1024, 303, 496, 3914, 45, 4740, 2811, 299, 3479, 4404, 1205, 336, 4302, 411, 332, 1527, 3933, 310, 3562, 1501, 299, 320, 7107, 16805, 1086, 4943, 100, 3780, 855, 310, 15283, 299, 320, 1199, 100, 6239, 100, 47016, 49, 30573, 244, 54, 411, 8752, 100, 6239, 100, 47016, 49, 30573, 244, 54, 15147, 303, 496, 3914, 45, 4740, 2811, 299, 3479, 4404, 1205, 336, 4302, 411, 332, 1886, 3933, 310, 15283, 299, 320, 7107, 16805, 1086, 4943, 100, 3780, 49, 30573, 244, 54, 15147, 303, 581, 1922, 913, 55, 60, 45, 976, 356, 54, 49, 2210, 356, 55, 46, 320, 310, 461, 356, 54, 630, 356, 55, 64, 303, 339, 465, 496, 2544, 45, 881, 299, 332, 881, 55, 60, 678, 303, 496, 92, 3932, 436, 45, 54, 53, 53, 53, 53, 46, 303, 581, 782, 913, 55, 60, 100, 38136, 45, 2544, 1139, 3116, 46, 320, 310, 913, 55, 60, 45, 2085, 49, 2847, 312, 310, 913, 55, 60, 45, 2476, 3287, 49, 2847, 312, 310, 434, 1445, 1357, 51, 316, 92, 3932, 1405, 1177, 320, 343, 5409, 364, 299, 3116, 51, 38824, 492, 343, 2128, 5946, 51, 880, 33920, 1103, 72, 55, 45, 114, 312, 343, 456, 327, 429, 613, 299, 244, 53, 64, 613, 350, 244, 54, 53, 64, 613, 2002, 320, 419, 913, 55, 60, 45, 2085, 49, 1623, 3287, 312, 343, 339, 343, 434, 327, 21766, 4644, 51, 4404, 1205, 336, 4302, 46, 320, 419, 2128, 5946, 51, 880, 703, 35180, 1103, 72, 55, 45, 114, 312, 343, 339, 310, 339, 303, 339, 465, 496, 1024, 303, 496, 3914, 45, 4740, 2811, 1543, 299, 3479, 4404, 1205, 336, 4302, 411, 332, 1527, 411, 332, 638, 4302, 2671, 411, 30573, 244, 55, 55, 55, 3933, 310, 3562, 1501, 299, 320, 7107, 16805, 1086, 4943, 100, 3780, 855, 310, 15283, 299, 320, 3305, 100, 6239, 100, 47016, 49, 30573, 244, 54, 411, 8752, 100, 6239, 100, 47016, 49, 30573, 244, 54, 15147, 303, 496, 3914, 45, 4740, 2811, 2199, 299, 3479, 4404, 1205, 336, 4302, 411, 332, 1886, 411, 332, 638, 4302, 2671, 411, 332, 6917, 244, 55, 55, 55, 3933, 310, 15283, 299, 320, 7107, 16805, 1086, 4943, 100, 3780, 49, 30573, 244, 54, 15147, 303, 581, 1922, 913, 55, 61, 45, 976, 356, 54, 49, 2210, 356, 55, 46, 320, 310, 461, 356, 54, 882, 356, 55, 64, 303, 339, 465, 496, 2544, 45, 881, 299, 332, 881, 55, 61, 678, 303, 496, 92, 3932, 436, 45, 54, 53, 53, 53, 53, 46, 303, 581, 782, 913, 55, 61, 100, 38136, 45, 2544, 1139, 3116, 46, 320, 310, 913, 55, 61, 45, 2085, 49, 2847, 312, 310, 913, 55, 61, 45, 2085, 49, 1623, 3287, 312, 310, 434, 1445, 1357, 51, 316, 92, 3932, 1405, 1177, 320, 343, 5409, 364, 299, 3116, 51, 38824, 492, 343, 2128, 5946, 51, 880, 33920, 1103, 72, 55, 45, 114, 312, 343, 456, 327, 429, 613, 299, 244, 53, 64, 613, 350, 244, 54, 53, 64, 613, 2002, 320, 419, 913, 55, 61, 45, 2476, 3287, 49, 2847, 312, 343, 339, 343, 434, 327, 21766, 4644, 51, 4404, 1205, 336, 4302, 1293, 643, 71, 4644, 51, 638, 4302, 2671, 882, 244, 53, 46, 320, 419, 2128, 5946, 51, 880, 703, 35180, 1103, 72, 55, 45, 114, 312, 343, 339, 310, 339, 303, 339, 465, 496, 1024, 303, 496, 3914, 45, 4740, 2811, 299, 3479, 4404, 1205, 336, 4302, 411, 332, 1527, 3933, 310, 3562, 1501, 299, 320, 7107, 16805, 1086, 4943, 100, 3780, 855, 310, 15283, 299, 320, 3305, 100, 6239, 100, 47016, 49, 30573, 244, 54, 411, 8752, 100, 6239, 100, 47016, 49, 30573, 244, 54, 15147, 303, 496, 3914, 45, 4740, 2811, 299, 3479, 4404, 1205, 336, 4302, 411, 332, 1886, 3933, 310, 15283, 299, 320, 7107, 16805, 1086, 4943, 100, 3780, 49, 30573, 244, 54, 15147, 303, 581, 1922, 913, 55, 62, 45, 976, 356, 54, 49, 2210, 356, 55, 46, 320, 310, 461, 356, 54, 882, 356, 55, 64, 303, 339, 465, 496, 2544, 45, 881, 299, 332, 881, 55, 62, 678, 303, 496, 92, 3932, 436, 45, 54, 53, 53, 53, 53, 46, 303, 581, 782, 913, 55, 62, 100, 38136, 45, 2544, 1139, 3116, 46, 320, 310, 913, 55, 62, 45, 2085, 49, 2847, 312, 310, 913, 55, 62, 45, 2476, 3287, 49, 2847, 312, 310, 434, 1445, 1357, 51, 316, 92, 3932, 1405, 1177, 320, 343, 5409, 364, 299, 3116, 51, 38824, 492, 343, 2128, 5946, 51, 880, 33920, 1103, 72, 55, 45, 114, 312, 343, 456, 327, 429, 613, 299, 244, 53, 64, 613, 350, 244, 54, 53, 64, 613, 2002, 320, 419, 913, 55, 62, 45, 2085, 49, 1623, 3287, 312, 343, 339, 343, 434, 327, 21766, 4644, 51, 4404, 1205, 336, 4302, 46, 320, 419, 2128, 5946, 51, 880, 703, 35180, 1103, 72, 55, 45, 114, 312, 343, 339, 310, 339, 303, 339, 465, 496, 1024, 303, 496, 3914, 45, 4740, 2811, 1543, 299, 3479, 4404, 1205, 336, 4302, 411, 332, 1527, 411, 332, 638, 4302, 2671, 411, 30573, 244, 55, 55, 55, 3933, 310, 3562, 1501, 299, 320, 7107, 16805, 1086, 4943, 100, 3780, 49, 1199, 100, 6239, 100, 47016, 855, 310, 15283, 299, 320, 7428, 100, 6239, 100, 47016, 49, 30573, 244, 54, 15147, 303, 496, 3914, 45, 4740, 2811, 2199, 299, 3479, 4404, 1205, 336, 4302, 411, 332, 1886, 411, 332, 638, 4302, 2671, 411, 332, 6917, 244, 55, 55, 55, 3933, 310, 15283, 299, 320, 7107, 16805, 1086, 4943, 100, 3780, 49, 30573, 244, 54, 15147, 303, 581, 1922, 913, 56, 53, 45, 976, 356, 54, 49, 2210, 356, 55, 46, 320, 310, 461, 356, 54, 630, 356, 55, 64, 303, 339, 465, 496, 2544, 45, 881, 299, 332, 881, 56, 53, 678, 303, 496, 92, 3932, 436, 45, 54, 53, 53, 53, 53, 46, 303, 581, 782, 913, 56, 53, 100, 38136, 45, 2544, 1139, 3116, 46, 320, 310, 913, 56, 53, 45, 2085, 49, 2847, 312, 310, 913, 56, 53, 45, 2085, 49, 1623, 3287, 312, 310, 913, 56, 53, 45, 1710, 49, 244, 57, 55, 312, 310, 434, 1445, 1357, 51, 316, 92, 3932, 1405, 1177, 320, 343, 5409, 364, 299, 3116, 51, 38824, 492, 343, 2128, 5946, 51, 880, 33920, 1103, 72, 55, 45, 114, 312, 343, 456, 327, 429, 613, 299, 244, 53, 64, 613, 350, 244, 54, 53, 64, 613, 2002, 320, 419, 913, 56, 53, 45, 2476, 3287, 49, 2847, 312, 343, 339, 343, 434, 327, 21766, 4644, 51, 4404, 1205, 336, 4302, 1293, 643, 71, 4644, 51, 638, 4302, 2671, 882, 244, 53, 46, 320, 419, 2128, 5946, 51, 880, 703, 35180, 1103, 72, 55, 45, 114, 312, 343, 339, 310, 339, 303, 339, 465, 496, 1024, 303, 496, 3914, 45, 4740, 2811, 299, 3479, 4404, 1205, 336, 4302, 411, 332, 1527, 3933, 310, 3562, 1501, 299, 320, 7107, 16805, 1086, 4943, 100, 3780, 49, 1199, 100, 6239, 100, 47016, 1770, 303, 496, 3914, 45, 4740, 2811, 299, 3479, 4404, 1205, 336, 4302, 411, 332, 1886, 3933, 310, 15283, 299, 320, 7107, 16805, 1086, 4943, 100, 3780, 49, 30573, 244, 54, 15147, 303, 581, 1922, 913, 56, 54, 45, 976, 356, 54, 49, 2210, 356, 55, 46, 320, 310, 461, 356, 54, 630, 356, 55, 64, 303, 339, 465, 496, 2544, 45, 881, 299, 332, 881, 56, 54, 678, 303, 496, 92, 3932, 436, 45, 54, 53, 53, 53, 53, 46, 303, 581, 782, 913, 56, 54, 100, 38136, 45, 2544, 1139, 3116, 46, 320, 310, 913, 56, 54, 45, 2085, 49, 2847, 312, 310, 913, 56, 54, 45, 2476, 3287, 49, 2847, 312, 310, 913, 56, 54, 45, 2085, 49, 762, 312, 310, 434, 1445, 1357, 51, 316, 92, 3932, 1405, 1177, 320, 343, 5409, 364, 299, 3116, 51, 38824, 492, 343, 2128, 5946, 51, 880, 33920, 1103, 72, 55, 45, 114, 312, 343, 456, 327, 429, 613, 299, 244, 53, 64, 613, 350, 244, 54, 53, 64, 613, 2002, 320, 419, 913, 56, 54, 45, 2085, 49, 1623, 3287, 312, 343, 339, 343, 434, 327, 21766, 4644, 51, 4404, 1205, 336, 4302, 46, 320, 419, 2128, 5946, 51, 880, 703, 35180, 1103, 72, 55, 45, 114, 312, 343, 339, 310, 339, 303, 339, 465, 453, 4257, 6283, 105, 666, 804, 462, 642, 8675, 847, 303, 496, 1024, 303, 496, 3914, 45, 4740, 2811, 299, 3479, 4404, 1205, 336, 4302, 411, 332, 1527, 3933, 310, 3562, 1501, 299, 320, 7107, 16805, 1086, 4943, 100, 3780, 855, 310, 15283, 299, 320, 3305, 100, 6239, 100, 47016, 49, 30573, 244, 54, 411, 8752, 100, 6239, 100, 47016, 49, 30573, 244, 54, 15147, 303, 496, 3914, 45, 4740, 2811, 299, 3479, 4404, 1205, 336, 4302, 411, 332, 1886, 3933, 310, 15283, 299, 320, 7107, 16805, 1086, 4943, 100, 3780, 49, 30573, 244, 54, 15147, 303, 581, 1922, 913, 56, 55, 45, 976, 356, 54, 49, 2210, 356, 55, 46, 320, 310, 461, 356, 54, 630, 356, 55, 64, 303, 339, 465, 496, 2544, 45, 881, 299, 332, 881, 56, 55, 678, 303, 496, 92, 3932, 436, 45, 54, 53, 53, 53, 53, 46, 303, 581, 782, 913, 56, 55, 100, 38136, 45, 2544, 1139, 3116, 46, 320, 310, 913, 56, 55, 45, 2085, 49, 2847, 312, 310, 913, 56, 55, 45, 2085, 49, 913, 899, 54, 312, 310, 913, 56, 55, 45, 2476, 3287, 49, 2847, 312, 310, 434, 1445, 1357, 51, 316, 92, 3932, 1405, 1177, 320, 343, 5409, 364, 299, 3116, 51, 38824, 492, 343, 2128, 5946, 51, 880, 33920, 1103, 72, 55, 45, 114, 312, 343, 456, 327, 429, 613, 299, 244, 53, 64, 613, 350, 244, 54, 53, 64, 613, 2002, 320, 419, 913, 56, 55, 45, 881, 899, 54, 49, 244, 57, 55, 312, 343, 339, 343, 434, 327, 21766, 4644, 51, 4404, 1205, 336, 4302, 46, 320, 419, 2128, 5946, 51, 880, 703, 35180, 1103, 72, 55, 45, 114, 312, 343, 339, 310, 339, 303, 339, 465, 496, 1024, 303, 496, 3914, 45, 4740, 2811, 299, 3479, 4404, 1205, 336, 4302, 411, 332, 1527, 3933, 310, 3562, 1501, 299, 320, 7107, 16805, 1086, 4943, 100, 3780, 855, 310, 15283, 299, 320, 3305, 100, 6239, 100, 47016, 49, 30573, 244, 54, 411, 8752, 100, 6239, 100, 47016, 49, 30573, 244, 54, 15147, 303, 496, 3914, 45, 4740, 2811, 299, 3479, 4404, 1205, 336, 4302, 411, 332, 1886, 3933, 310, 15283, 299, 320, 7107, 16805, 1086, 4943, 100, 3780, 49, 30573, 244, 54, 15147, 303, 581, 1922, 913, 56, 56, 45, 976, 356, 54, 49, 2210, 356, 55, 46, 320, 310, 461, 356, 54, 630, 356, 55, 64, 303, 339, 465, 496, 2544, 45, 881, 299, 332, 881, 56, 56, 678, 303, 496, 92, 3932, 436, 45, 54, 53, 53, 53, 53, 46, 303, 581, 782, 913, 56, 56, 100, 38136, 45, 2544, 1139, 3116, 46, 320, 310, 913, 56, 56, 45, 2085, 49, 2847, 312, 310, 913, 56, 56, 45, 881, 899, 54, 49, 2847, 312, 310, 913, 56, 56, 45, 2085, 49, 1623, 3287, 312, 310, 434, 1445, 1357, 51, 316, 92, 3932, 1405, 1177, 320, 343, 5409, 364, 299, 3116, 51, 38824, 492, 343, 2128, 5946, 51, 880, 33920, 1103, 72, 55, 45, 114, 312, 343, 456, 327, 429, 613, 299, 244, 53, 64, 613, 350, 244, 54, 53, 64, 613, 2002, 320, 419, 913, 56, 56, 45, 2085, 49, 913, 899, 54, 312, 343, 339, 343, 434, 327, 21766, 4644, 51, 4404, 1205, 336, 4302, 46, 320, 419, 2128, 5946, 51, 880, 703, 35180, 1103, 72, 55, 45, 114, 312, 343, 339, 310, 339, 303, 339, 465, 496, 1024, 303, 496, 3914, 45, 4740, 2811, 299, 3479, 4404, 1205, 336, 4302, 411, 332, 1527, 3933, 310, 3562, 1501, 299, 320, 7107, 16805, 1086, 4943, 100, 3780, 855, 310, 15283, 299, 320, 3305, 100, 6239, 100, 47016, 49, 30573, 244, 54, 411, 8752, 100, 6239, 100, 47016, 49, 30573, 244, 54, 15147, 303, 496, 3914, 45, 4740, 2811, 299, 3479, 4404, 1205, 336, 4302, 411, 332, 1886, 3933, 310, 15283, 299, 320, 7107, 16805, 1086, 4943, 100, 3780, 49, 30573, 244, 54, 15147, 303, 581, 1922, 913, 56, 57, 45, 976, 356, 54, 49, 2210, 356, 55, 46, 320, 310, 461, 356, 54, 882, 356, 55, 64, 303, 339, 465, 496, 2544, 45, 881, 299, 332, 881, 56, 57, 678, 303, 496, 92, 3932, 436, 45, 54, 53, 53, 53, 53, 46, 303, 581, 782, 913, 56, 57, 100, 38136, 45, 2544, 1139, 3116, 46, 320, 310, 913, 56, 57, 45, 2085, 49, 2847, 312, 310, 913, 56, 57, 45, 2085, 49, 913, 899, 54, 312, 310, 913, 56, 57, 45, 2476, 3287, 49, 2847, 312, 310, 434, 1445, 1357, 51, 316, 92, 3932, 1405, 1177, 320, 343, 5409, 364, 299, 3116, 51, 38824, 492, 343, 2128, 5946, 51, 880, 33920, 1103, 72, 55, 45, 114, 312, 343, 456, 327, 429, 613, 299, 244, 53, 64, 613, 350, 244, 54, 53, 64, 613, 2002, 320, 419, 913, 56, 57, 45, 881, 899, 54, 49, 244, 57, 55, 312, 343, 339, 343, 434, 327, 21766, 4644, 51, 4404, 1205, 336, 4302, 46, 320, 419, 2128, 5946, 51, 880, 703, 35180, 1103, 72, 55, 45, 114, 312, 343, 339, 310, 339, 303, 339, 465, 496, 1024, 303, 496, 3914, 45, 4740, 2811, 299, 3479, 4404, 1205, 336, 4302, 411, 332, 1527, 3933, 310, 3562, 1501, 299, 320, 7107, 16805, 1086, 4943, 100, 3780, 855, 310, 15283, 299, 320, 3305, 100, 6239, 100, 47016, 49, 30573, 244, 54, 411, 8752, 100, 6239, 100, 47016, 49, 30573, 244, 54, 15147, 303, 496, 3914, 45, 4740, 2811, 299, 3479, 4404, 1205, 336, 4302, 411, 332, 1886, 3933, 310, 15283, 299, 320, 7107, 16805, 1086, 4943, 100, 3780, 49, 30573, 244, 54, 15147, 303, 581, 1922, 913, 56, 58, 45, 976, 356, 54, 49, 2210, 356, 55, 46, 320, 310, 461, 356, 54, 882, 356, 55, 64, 303, 339, 465, 496, 2544, 45, 881, 299, 332, 881, 56, 58, 678, 303, 496, 92, 3932, 436, 45, 54, 53, 53, 53, 53, 46, 303, 581, 782, 913, 56, 58, 100, 38136, 45, 2544, 1139, 3116, 46, 320, 310, 913, 56, 58, 45, 2085, 49, 2847, 312, 310, 913, 56, 58, 45, 881, 899, 54, 49, 2847, 312, 310, 913, 56, 58, 45, 2085, 49, 1623, 3287, 312, 310, 434, 1445, 1357, 51, 316, 92, 3932, 1405, 1177, 320, 343, 5409, 364, 299, 3116, 51, 38824, 492, 343, 2128, 5946, 51, 880, 33920, 1103, 72, 55, 45, 114, 312, 343, 456, 327, 429, 613, 299, 244, 53, 64, 613, 350, 244, 54, 53, 64, 613, 2002, 320, 419, 913, 56, 58, 45, 2085, 49, 913, 899, 54, 312, 343, 339, 343, 434, 327, 21766, 4644, 51, 4404, 1205, 336, 4302, 46, 320, 419, 2128, 5946, 51, 880, 703, 35180, 1103, 72, 55, 45, 114, 312, 343, 339, 310, 339, 303, 339, 465, 496, 1024, 303, 496, 3914, 45, 4740, 2811, 299, 3479, 4404, 1205, 336, 4302, 411, 332, 1527, 3933, 310, 3562, 1501, 299, 320, 7107, 16805, 1086, 4943, 100, 3780, 49, 1199, 100, 6239, 100, 47016, 855, 310, 15283, 299, 320, 7428, 100, 6239, 100, 47016, 49, 30573, 244, 54, 15147, 303, 496, 3914, 45, 4740, 2811, 299, 3479, 4404, 1205, 336, 4302, 411, 332, 1886, 3933, 310, 15283, 299, 320, 7107, 16805, 1086, 4943, 100, 3780, 49, 30573, 244, 54, 15147, 303, 581, 1922, 913, 56, 59, 45, 976, 356, 54, 49, 2210, 356, 55, 46, 320, 310, 461, 356, 54, 630, 356, 55, 64, 303, 339, 465, 496, 2544, 45, 881, 299, 332, 881, 56, 59, 678, 303, 496, 92, 3932, 436, 45, 54, 53, 53, 53, 53, 46, 303, 581, 782, 913, 56, 59, 100, 38136, 45, 2544, 1139, 3116, 46, 320, 310, 913, 56, 59, 45, 2085, 49, 1623, 3287, 312, 310, 913, 56, 59, 45, 2476, 3287, 49, 913, 899, 54, 312, 310, 913, 56, 59, 45, 1710, 49, 2847, 312, 310, 434, 1445, 1357, 51, 316, 92, 3932, 1405, 1177, 320, 343, 5409, 364, 299, 3116, 51, 38824, 492, 343, 2128, 5946, 51, 880, 33920, 1103, 72, 55, 45, 114, 312, 343, 456, 327, 429, 613, 299, 244, 53, 64, 613, 350, 244, 54, 53, 64, 613, 2002, 320, 419, 913, 56, 59, 45, 881, 899, 54, 49, 2847, 312, 343, 339, 343, 434, 327, 21766, 4644, 51, 4404, 1205, 336, 4302, 46, 320, 419, 2128, 5946, 51, 880, 703, 35180, 1103, 72, 55, 45, 114, 312, 343, 339, 310, 339, 303, 339, 465, 496, 1024, 303, 496, 3914, 45, 4740, 2811, 299, 3479, 4404, 1205, 336, 4302, 411, 332, 1527, 3933, 310, 3562, 1501, 299, 320, 7107, 16805, 1086, 4943, 100, 3780, 49, 1199, 100, 6239, 100, 47016, 1770, 303, 496, 3914, 45, 4740, 2811, 299, 3479, 4404, 1205, 336, 4302, 411, 332, 1886, 3933, 310, 15283, 299, 320, 7107, 16805, 1086, 4943, 100, 3780, 49, 30573, 244, 54, 15147, 303, 581, 1922, 913, 56, 60, 45, 976, 356, 54, 49, 2210, 356, 55, 46, 320, 310, 461, 356, 54, 630, 356, 55, 64, 303, 339, 465, 496, 2544, 45, 881, 299, 332, 881, 56, 60, 678, 303, 496, 92, 3932, 436, 45, 54, 53, 53, 53, 53, 46, 303, 581, 782, 913, 56, 60, 100, 38136, 45, 2544, 1139, 3116, 46, 320, 310, 913, 56, 60, 45, 2476, 3287, 49, 2847, 312, 310, 913, 56, 60, 45, 881, 899, 54, 49, 1623, 3287, 312, 310, 913, 56, 60, 45, 2085, 49, 762, 312, 310, 434, 1445, 1357, 51, 316, 92, 3932, 1405, 1177, 320, 343, 5409, 364, 299, 3116, 51, 38824, 492, 343, 2128, 5946, 51, 880, 33920, 1103, 72, 55, 45, 114, 312, 343, 456, 327, 429, 613, 299, 244, 53, 64, 613, 350, 244, 54, 53, 64, 613, 2002, 320, 419, 913, 56, 60, 45, 2085, 49, 913, 899, 54, 312, 343, 339, 343, 434, 327, 21766, 4644, 51, 4404, 1205, 336, 4302, 46, 320, 419, 2128, 5946, 51, 880, 703, 35180, 1103, 72, 55, 45, 114, 312, 343, 339, 310, 339, 303, 339, 465, 453, 2128, 708, 1449, 336, 6283, 727, 708, 1200, 15648, 840, 341, 1449, 336, 458, 33190, 391, 303, 453, 1394, 3935, 480, 42109, 6146, 303, 496, 1024, 303, 496, 3914, 45, 4740, 2811, 1543, 299, 3479, 4404, 1205, 336, 4302, 411, 332, 1527, 411, 332, 638, 4302, 2671, 411, 30573, 244, 55, 55, 55, 3933, 310, 3562, 1501, 299, 320, 7107, 16805, 1086, 4943, 100, 3780, 855, 310, 15283, 299, 320, 7428, 100, 6239, 100, 47016, 49, 30573, 244, 55, 15147, 303, 496, 3914, 45, 4740, 2811, 2199, 299, 3479, 4404, 1205, 336, 4302, 411, 332, 1886, 411, 332, 638, 4302, 2671, 411, 332, 6917, 244, 55, 55, 55, 3933, 310, 15283, 299, 320, 7107, 16805, 1086, 4943, 100, 3780, 49, 30573, 244, 55, 15147, 303, 581, 782, 913, 56, 61, 45, 976, 356, 54, 49, 2210, 356, 55, 49, 2210, 356, 56, 46, 320, 310, 434, 327, 116, 54, 630, 356, 55, 46, 320, 343, 913, 56, 61, 100, 4328, 55, 492, 310, 339, 310, 913, 56, 61, 100, 4328, 45, 116, 54, 49, 356, 56, 312, 303, 339, 465, 581, 782, 913, 56, 61, 100, 4328, 45, 976, 356, 54, 49, 2210, 356, 55, 46, 320, 310, 434, 327, 116, 54, 630, 356, 55, 46, 320, 310, 339, 303, 339, 465, 581, 782, 913, 56, 61, 100, 4328, 55, 365, 320, 303, 339, 465, 496, 2544, 45, 881, 299, 332, 881, 56, 61, 678, 303, 496, 92, 3932, 436, 45, 54, 53, 53, 53, 53, 46, 303, 581, 782, 913, 56, 61, 100, 38136, 365, 320, 310, 913, 56, 61, 45, 2085, 49, 2847, 49, 2847, 312, 310, 913, 56, 61, 100, 4328, 45, 881, 899, 54, 49, 913, 899, 55, 312, 303, 339, 465, 496, 1024, 303, 496, 3914, 45, 4740, 2811, 1543, 299, 3479, 4404, 1205, 336, 4302, 411, 332, 1527, 411, 332, 638, 4302, 2671, 411, 30573, 244, 55, 55, 55, 3933, 310, 3562, 1501, 299, 320, 7107, 16805, 1086, 4943, 100, 3780, 855, 310, 15283, 299, 320, 7428, 100, 6239, 100, 47016, 49, 30573, 244, 55, 15147, 303, 496, 3914, 45, 4740, 2811, 2199, 299, 3479, 4404, 1205, 336, 4302, 411, 332, 1886, 411, 332, 638, 4302, 2671, 411, 332, 6917, 244, 55, 55, 55, 3933, 310, 15283, 299, 320, 7107, 16805, 1086, 4943, 100, 3780, 49, 30573, 244, 55, 15147, 303, 581, 782, 913, 56, 62, 45, 976, 356, 54, 49, 2210, 356, 55, 49, 2210, 356, 56, 46, 320, 310, 434, 327, 116, 54, 630, 356, 55, 46, 320, 343, 913, 56, 62, 100, 4328, 55, 492, 310, 339, 310, 913, 56, 62, 100, 4328, 45, 116, 55, 49, 356, 56, 312, 303, 339, 465, 581, 782, 913, 56, 62, 100, 4328, 45, 976, 356, 54, 49, 2210, 356, 55, 46, 320, 310, 434, 327, 116, 54, 630, 356, 55, 46, 320, 310, 339, 303, 339, 465, 581, 782, 913, 56, 62, 100, 4328, 55, 365, 320, 303, 339, 465, 496, 2544, 45, 881, 299, 332, 881, 56, 62, 678, 303, 496, 92, 3932, 436, 45, 54, 53, 53, 53, 53, 46, 303, 581, 782, 913, 56, 62, 100, 38136, 365, 320, 310, 913, 56, 62, 45, 2085, 49, 2847, 49, 2847, 312, 310, 913, 56, 62, 100, 4328, 45, 881, 899, 54, 49, 913, 899, 55, 312, 303, 339, 465, 453, 2128, 1437, 2872, 642, 17835, 5666, 1437, 847, 6283, 303, 924, 5560, 804, 462, 2128, 57, 53, 5597, 320, 339, 303, 924, 804, 462, 2128, 57, 53, 1359, 2041, 2128, 57, 53, 5597, 320, 339, 465, 496, 24450, 651, 13613, 1497, 303, 496, 81, 4784, 651, 8412, 5462, 899, 303, 924, 804, 462, 2128, 57, 53, 10148, 2041, 2128, 57, 53, 5597, 320, 339, 465, 496, 10500, 10148, 303, 581, 2210, 913, 57, 53, 100, 3575, 45, 976, 1197, 1437, 46, 320, 310, 461, 1437, 96, 53, 988, 303, 339, 465, 496, 1024, 303, 581, 2210, 913, 57, 53, 45, 1024, 57, 53, 5597, 1197, 1437, 46, 320, 310, 461, 913, 57, 53, 100, 3575, 45, 977, 312, 303, 339, 465, 496, 2544, 45, 881, 299, 332, 881, 57, 53, 678, 303, 496, 92, 3932, 436, 45, 54, 53, 53, 53, 53, 46, 303, 581, 782, 913, 57, 53, 100, 38136, 45, 2544, 1139, 3116, 46, 320, 310, 453, 6429, 3673, 4632, 2075, 1758, 451, 2128, 57, 53, 5597, 904, 3906, 310, 2128, 57, 53, 10148, 3709, 54, 299, 556, 2128, 57, 53, 10148, 492, 310, 2128, 57, 53, 1359, 3709, 55, 299, 556, 2128, 57, 53, 1359, 492, 310, 434, 327, 1357, 51, 316, 92, 3932, 1405, 1177, 320, 343, 453, 30765, 1161, 6283, 642, 2210, 1197, 327, 16964, 46, 343, 913, 57, 53, 100, 3575, 45, 909, 2210, 96, 54, 2004, 310, 339, 832, 320, 343, 453, 5094, 347, 22902, 913, 57, 53, 100, 3575, 49, 43732, 12603, 358, 3607, 120, 4668, 847, 451, 1437, 343, 913, 57, 53, 45, 909, 2128, 57, 53, 1359, 96, 54, 2004, 310, 339, 303, 339, 465, 453, 18997, 641, 913, 57, 53, 1294, 642, 1437, 2989, 303, 496, 10500, 10148, 303, 581, 782, 913, 57, 54, 100, 3575, 45, 976, 1197, 1437, 49, 2210, 928, 46, 320, 310, 1437, 96, 53, 98, 299, 928, 64, 303, 339, 465, 496, 1024, 303, 581, 782, 913, 57, 54, 45, 1024, 57, 53, 10148, 1197, 1437, 49, 2210, 928, 46, 320, 310, 913, 57, 54, 100, 3575, 45, 977, 49, 928, 312, 303, 339, 465, 496, 2544, 45, 881, 299, 332, 881, 57, 54, 678, 303, 496, 92, 3932, 436, 45, 54, 53, 53, 53, 53, 46, 303, 581, 782, 913, 57, 54, 100, 38136, 45, 2544, 1139, 3116, 46, 320, 310, 453, 6429, 3673, 4632, 2075, 1758, 451, 2128, 57, 53, 5597, 904, 3906, 310, 2128, 57, 53, 10148, 3709, 54, 299, 556, 2128, 57, 53, 10148, 492, 310, 2128, 57, 53, 1359, 3709, 55, 299, 556, 2128, 57, 53, 1359, 492, 310, 434, 327, 1357, 51, 316, 92, 3932, 1405, 1177, 320, 343, 453, 30765, 1161, 6283, 642, 7174, 2210, 1197, 343, 913, 57, 54, 100, 3575, 45, 909, 2210, 96, 54, 636, 556, 2210, 1052, 310, 339, 832, 320, 343, 453, 5094, 347, 22902, 913, 57, 54, 100, 3575, 49, 43732, 12603, 358, 3607, 120, 4668, 847, 451, 1437, 343, 2128, 57, 53, 10148, 1197, 1437, 299, 327, 1024, 57, 53, 10148, 9798, 899, 1359, 51, 909, 1898, 37415, 1280, 45, 1024, 57, 53, 10148, 51, 842, 49, 244, 54, 312, 343, 913, 57, 54, 45, 977, 49, 556, 2128, 57, 53, 10148, 1052, 310, 339, 303, 339, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
11,457
true
53.335054
true
true
IncrementalRelativeFileSets.java
/FileExtraction/Java_unseen/tyron12233_CodeAssist/build-tools/codeassist-builder-plugin/src/main/java/com/tyron/builder/files/IncrementalRelativeFileSets.java
package com.tyron.builder.files; import com.android.ide.common.resources.FileStatus; import com.google.common.base.Functions; import com.google.common.base.Preconditions; import com.google.common.collect.ImmutableMap; import com.google.common.collect.Maps; import com.google.common.collect.Sets; import com.google.common.io.Closer; import org.jetbrains.annotations.NotNull; import java.io.File; import java.io.IOException; import java.io.UncheckedIOException; import java.util.Collection; import java.util.Collections; import java.util.Map; import java.util.Set; /** * Utilities for incremental relative file sets, immutable maps of relative files to status. */ public final class IncrementalRelativeFileSets { /** * Utility class: no visible constructor. */ private IncrementalRelativeFileSets() { } /** * Reads a directory and adds all files in the directory in a new incremental relative set. The * status of each file is set to {@link FileStatus#NEW}. This method is used to construct an * initial set of files and is, therefore, an incremental update from zero. * * @param directory the directory, must be an existing directory * @return the file set * @deprecated Prefer the new Gradle InputChanges API. */ @Deprecated @NotNull public static ImmutableMap<RelativeFile, FileStatus> fromDirectory(@NotNull File directory) { Preconditions.checkArgument(directory.isDirectory(), "!directory.isDirectory()"); return ImmutableMap.copyOf( Maps.asMap( RelativeFiles.fromDirectory(directory), Functions.constant(FileStatus.NEW))); } /** * Reads a zip file and adds all files in the file in a new incremental relative set. The * status of each file is set to {@link FileStatus#NEW}. This method is used to construct an * initial set of files and is, therefore, an incremental update from zero. * * @param zip the zip file to read, must be a valid, existing zip file * @return the file set * @throws IOException failed to read the zip file */ @NotNull public static ImmutableMap<RelativeFile, FileStatus> fromZip(@NotNull File zip) throws IOException { return fromZip(zip, FileStatus.NEW); } /** * Reads a zip file and adds all files in the file in a new incremental relative set. The * status of each file is set to {@code status}. * * @param zip the zip file to read, must be a valid, existing zip file * @param status the status to set the files to * @return the file set * @throws IOException failed to read the zip file */ @NotNull public static ImmutableMap<RelativeFile, FileStatus> fromZip( @NotNull File zip, FileStatus status) throws IOException { Preconditions.checkArgument(zip.isFile(), "!zip.isFile(): %s", zip); return ImmutableMap.<RelativeFile, FileStatus>builder() .putAll( Maps.asMap( RelativeFiles.fromZip(new ZipCentralDirectory(zip)), f -> status)) .build(); } /** * Reads a zip file and adds all files in the file in a new incremental relative set. The status * of each file is set to {@link FileStatus#NEW}. This method is used to construct an initial * set of files and is, therefore, an incremental update from zero. * * @param zip the zip file to read, must be a valid, existing zip file * @return the file set * @throws IOException failed to read the zip file */ @NotNull public static ImmutableMap<RelativeFile, FileStatus> fromZip(@NotNull ZipCentralDirectory zip) throws IOException { return fromZip(zip, FileStatus.NEW); } /** * Reads a zip file and adds all files in the file in a new incremental relative set. The status * of each file is set to {@code status}. * * @param zip the zip file to read, must be a valid, existing zip file * @param status the status to set the files to * @return the file set * @throws IOException failed to read the zip file */ @NotNull public static ImmutableMap<RelativeFile, FileStatus> fromZip( @NotNull ZipCentralDirectory zip, FileStatus status) throws IOException { return ImmutableMap.<RelativeFile, FileStatus>builder() .putAll(Maps.asMap(RelativeFiles.fromZip(zip), f -> status)) .build(); } /** * Computes the incremental file set that results from comparing a zip file with a possibly * existing cached file. If the cached file does not exist, then the whole zip is reported as * {@link FileStatus#NEW}. If {@code zip} does not exist and a cached file exists, then the * whole zip is reported as {@link FileStatus#REMOVED}. Otherwise, both zips are compared and * the difference returned. * * @param zipCentralDirectory the zip file to read, must be a valid, existing zip file * @param cache the cache where to find the old version of the zip * @param cacheUpdates receives all runnables that will update the cache; running all runnables * placed in this set will ensure that a second invocation of this method reports no changes * @return the file set * @throws IOException failed to read the zip file */ @NotNull public static Map<RelativeFile, FileStatus> fromZip( @NotNull ZipCentralDirectory zipCentralDirectory, @NotNull KeyedFileCache cache, @NotNull Set<Runnable> cacheUpdates) throws IOException { File zipFile = zipCentralDirectory.getFile(); File oldFile = cache.get(zipFile); if (oldFile == null) { /* * No old zip in cache. If the zip also doesn't exist, report all empty. */ if (!zipFile.isFile()) { return ImmutableMap.of(); } cacheUpdates.add(() -> { try { cache.add(zipCentralDirectory); } catch (IOException e) { throw new UncheckedIOException(e); } }); return fromZip(zipCentralDirectory, FileStatus.NEW); } if (!zipFile.isFile()) { /* * Zip does not exist, but a cached version does. This means the zip was deleted * and all entries are removed. */ ZipCentralDirectory oldCdr = new ZipCentralDirectory(oldFile); Collection<DirectoryEntry> entries = oldCdr.getEntries().values(); Map<RelativeFile, FileStatus> map = Maps.newHashMapWithExpectedSize(entries.size()); for (DirectoryEntry entry : entries) { map.put(new RelativeFile(zipFile, entry.getName()), FileStatus.REMOVED); } cacheUpdates.add((() -> { try { cache.remove(zipFile); } catch (IOException e) { throw new UncheckedIOException(e); } })); return Collections.unmodifiableMap(map); } /* * We have both a new and old zip. Compare both. */ Map<RelativeFile, FileStatus> result = Maps.newHashMap(); Closer closer = Closer.create(); try { Map<String, DirectoryEntry> newEntries = zipCentralDirectory.getEntries(); Map<String, DirectoryEntry> oldEntries = new ZipCentralDirectory(oldFile).getEntries(); /* * Search for new and modified files. */ for (DirectoryEntry entry : newEntries.values()) { String path = entry.getName(); RelativeFile newRelative = new RelativeFile(zipFile, path); DirectoryEntry oldEntry = oldEntries.get(path); if (oldEntry == null) { result.put(newRelative, FileStatus.NEW); continue; } if (oldEntry.getCrc32() != entry.getCrc32() || oldEntry.getSize() != entry.getSize()) { result.put(newRelative, FileStatus.CHANGED); } /* * If we get here, then the file exists in both unmodified. */ } for (DirectoryEntry entry : oldEntries.values()) { String path = entry.getName(); RelativeFile oldRelative = new RelativeFile(zipFile, path); DirectoryEntry newEntry = newEntries.get(path); if (newEntry == null) { /* * File does not exist in new. It has been deleted. */ result.put(oldRelative, FileStatus.REMOVED); } } } catch (Throwable t) { throw closer.rethrow(t, IOException.class); } finally { closer.close(); } cacheUpdates.add(() -> { try { cache.add(zipCentralDirectory); } catch (IOException e) { throw new UncheckedIOException(e); } }); return Collections.unmodifiableMap(result); } }
9,444
Java
.java
tyron12233/CodeAssist
875
168
139
2021-08-16T11:30:27Z
2023-11-09T23:59:12Z
6a1520babccb996990fbaa43d781bd653ef14db8f0e397673b0e1ff05ba47475
[ 1337, 785, 51, 637, 2575, 51, 4179, 51, 2558, 64, 222, 222, 485, 785, 51, 4048, 51, 824, 51, 2297, 51, 5390, 51, 991, 1551, 64, 222, 485, 785, 51, 2193, 51, 2297, 51, 1460, 51, 10910, 64, 222, 485, 785, 51, 2193, 51, 2297, 51, 1460, 51, 36329, 64, 222, 485, 785, 51, 2193, 51, 2297, 51, 6190, 51, 15026, 1225, 64, 222, 485, 785, 51, 2193, 51, 2297, 51, 6190, 51, 15938, 64, 222, 485, 785, 51, 2193, 51, 2297, 51, 6190, 51, 10532, 64, 222, 485, 785, 51, 2193, 51, 2297, 51, 735, 51, 43216, 64, 222, 222, 485, 1105, 51, 15575, 51, 8839, 51, 4936, 64, 222, 222, 485, 1401, 51, 735, 51, 991, 64, 222, 485, 1401, 51, 735, 51, 6860, 64, 222, 485, 1401, 51, 735, 51, 45944, 6860, 64, 222, 485, 1401, 51, 1058, 51, 2272, 64, 222, 485, 1401, 51, 1058, 51, 4293, 64, 222, 485, 1401, 51, 1058, 51, 1225, 64, 222, 485, 1401, 51, 1058, 51, 903, 64, 222, 222, 1350, 222, 338, 29811, 456, 33507, 6498, 822, 6930, 49, 26079, 14302, 451, 6498, 2293, 391, 2302, 51, 222, 588, 222, 942, 1175, 462, 29471, 298, 11776, 991, 10532, 320, 465, 1041, 294, 338, 23194, 462, 63, 1307, 8716, 4389, 51, 294, 588, 303, 964, 29471, 298, 11776, 991, 10532, 365, 320, 303, 339, 465, 1041, 294, 338, 29513, 331, 3378, 480, 10487, 1187, 2293, 347, 341, 3378, 347, 331, 556, 33507, 6498, 758, 51, 906, 294, 338, 2302, 451, 2531, 822, 458, 758, 391, 3105, 1222, 2050, 1551, 40, 11364, 4037, 1369, 1431, 458, 1674, 391, 8551, 619, 294, 338, 2838, 758, 451, 2293, 480, 458, 49, 16438, 49, 619, 33507, 1991, 664, 5953, 51, 294, 338, 294, 338, 496, 772, 3378, 341, 3378, 49, 2315, 545, 619, 4917, 3378, 294, 338, 496, 620, 341, 822, 758, 294, 338, 496, 15033, 466, 2250, 341, 556, 30621, 4257, 9572, 2347, 51, 294, 588, 303, 496, 15375, 303, 496, 4936, 303, 581, 924, 45369, 65, 11776, 991, 49, 2050, 1551, 67, 664, 4562, 4810, 4936, 2050, 3378, 46, 320, 310, 40554, 51, 1571, 3501, 45, 5687, 51, 30815, 1046, 32471, 5687, 51, 30815, 33942, 310, 461, 45369, 51, 36927, 45, 419, 23318, 51, 321, 1225, 45, 733, 29438, 3852, 51, 1097, 4562, 45, 5687, 490, 733, 14772, 51, 8696, 45, 991, 1551, 51, 11364, 4254, 303, 339, 465, 1041, 294, 338, 29513, 331, 8617, 822, 480, 10487, 1187, 2293, 347, 341, 822, 347, 331, 556, 33507, 6498, 758, 51, 906, 294, 338, 2302, 451, 2531, 822, 458, 758, 391, 3105, 1222, 2050, 1551, 40, 11364, 4037, 1369, 1431, 458, 1674, 391, 8551, 619, 294, 338, 2838, 758, 451, 2293, 480, 458, 49, 16438, 49, 619, 33507, 1991, 664, 5953, 51, 294, 338, 294, 338, 496, 772, 8617, 341, 8617, 822, 391, 1511, 49, 2315, 545, 331, 2101, 49, 4917, 8617, 822, 294, 338, 496, 620, 341, 822, 758, 294, 338, 496, 5124, 6300, 3818, 391, 1511, 341, 8617, 822, 294, 588, 303, 496, 4936, 303, 581, 924, 45369, 65, 11776, 991, 49, 2050, 1551, 67, 664, 13593, 4810, 4936, 2050, 8617, 46, 343, 2589, 6300, 320, 310, 461, 664, 13593, 45, 3992, 49, 2050, 1551, 51, 11364, 312, 303, 339, 465, 1041, 294, 338, 29513, 331, 8617, 822, 480, 10487, 1187, 2293, 347, 341, 822, 347, 331, 556, 33507, 6498, 758, 51, 906, 294, 338, 2302, 451, 2531, 822, 458, 758, 391, 3105, 707, 2302, 4037, 294, 338, 294, 338, 496, 772, 8617, 341, 8617, 822, 391, 1511, 49, 2315, 545, 331, 2101, 49, 4917, 8617, 822, 294, 338, 496, 772, 2302, 341, 2302, 391, 758, 341, 2293, 391, 294, 338, 496, 620, 341, 822, 758, 294, 338, 496, 5124, 6300, 3818, 391, 1511, 341, 8617, 822, 294, 588, 303, 496, 4936, 303, 581, 924, 45369, 65, 11776, 991, 49, 2050, 1551, 67, 664, 13593, 45, 343, 496, 4936, 2050, 8617, 49, 343, 2050, 1551, 2302, 46, 343, 2589, 6300, 320, 310, 40554, 51, 1571, 3501, 45, 3992, 51, 41746, 1046, 32471, 3992, 51, 41746, 2284, 925, 120, 411, 8617, 312, 603, 461, 45369, 5717, 11776, 991, 49, 2050, 1551, 67, 4179, 365, 419, 657, 543, 1947, 45, 733, 23318, 51, 321, 1225, 45, 1396, 29438, 3852, 51, 1097, 13593, 45, 909, 23049, 25314, 4562, 45, 3992, 3684, 315, 984, 2302, 509, 419, 657, 1848, 492, 303, 339, 465, 1041, 294, 338, 29513, 331, 8617, 822, 480, 10487, 1187, 2293, 347, 341, 822, 347, 331, 556, 33507, 6498, 758, 51, 906, 2302, 294, 338, 451, 2531, 822, 458, 758, 391, 3105, 1222, 2050, 1551, 40, 11364, 4037, 1369, 1431, 458, 1674, 391, 8551, 619, 2838, 294, 338, 758, 451, 2293, 480, 458, 49, 16438, 49, 619, 33507, 1991, 664, 5953, 51, 294, 338, 294, 338, 496, 772, 8617, 341, 8617, 822, 391, 1511, 49, 2315, 545, 331, 2101, 49, 4917, 8617, 822, 294, 338, 496, 620, 341, 822, 758, 294, 338, 496, 5124, 6300, 3818, 391, 1511, 341, 8617, 822, 294, 588, 303, 496, 4936, 303, 581, 924, 45369, 65, 11776, 991, 49, 2050, 1551, 67, 664, 13593, 4810, 4936, 23049, 25314, 4562, 8617, 46, 343, 2589, 6300, 320, 310, 461, 664, 13593, 45, 3992, 49, 2050, 1551, 51, 11364, 312, 303, 339, 465, 1041, 294, 338, 29513, 331, 8617, 822, 480, 10487, 1187, 2293, 347, 341, 822, 347, 331, 556, 33507, 6498, 758, 51, 906, 2302, 294, 338, 451, 2531, 822, 458, 758, 391, 3105, 707, 2302, 4037, 294, 338, 294, 338, 496, 772, 8617, 341, 8617, 822, 391, 1511, 49, 2315, 545, 331, 2101, 49, 4917, 8617, 822, 294, 338, 496, 772, 2302, 341, 2302, 391, 758, 341, 2293, 391, 294, 338, 496, 620, 341, 822, 758, 294, 338, 496, 5124, 6300, 3818, 391, 1511, 341, 8617, 822, 294, 588, 303, 496, 4936, 303, 581, 924, 45369, 65, 11776, 991, 49, 2050, 1551, 67, 664, 13593, 45, 343, 496, 4936, 23049, 25314, 4562, 8617, 49, 2050, 1551, 2302, 46, 2589, 6300, 320, 310, 461, 45369, 5717, 11776, 991, 49, 2050, 1551, 67, 4179, 365, 419, 657, 543, 1947, 45, 15938, 51, 321, 1225, 45, 11776, 3852, 51, 1097, 13593, 45, 3992, 490, 315, 984, 2302, 509, 419, 657, 1848, 492, 303, 339, 465, 1041, 294, 338, 41953, 341, 33507, 822, 758, 708, 3300, 664, 31457, 331, 8617, 822, 642, 331, 19698, 294, 338, 4917, 10812, 822, 51, 1691, 341, 10812, 822, 1976, 666, 2325, 49, 1636, 341, 9859, 8617, 458, 14535, 641, 294, 338, 3105, 1222, 2050, 1551, 40, 11364, 4037, 1691, 3105, 707, 8617, 130, 1976, 666, 2325, 480, 331, 10812, 822, 5394, 49, 1636, 341, 294, 338, 9859, 8617, 458, 14535, 641, 3105, 1222, 2050, 1551, 40, 632, 44982, 4037, 12783, 49, 4354, 8617, 120, 904, 19187, 480, 294, 338, 341, 10609, 4731, 51, 294, 338, 294, 338, 496, 772, 8617, 25314, 4562, 341, 8617, 822, 391, 1511, 49, 2315, 545, 331, 2101, 49, 4917, 8617, 822, 294, 338, 496, 772, 3337, 341, 3337, 2174, 391, 2309, 341, 3627, 1522, 451, 341, 8617, 294, 338, 496, 772, 3337, 15634, 22880, 1187, 1441, 115, 6981, 708, 1118, 1991, 341, 3337, 64, 3991, 1187, 1441, 115, 6981, 294, 338, 281, 17180, 347, 477, 758, 1118, 7197, 708, 331, 3118, 18586, 451, 477, 1431, 14194, 1307, 3417, 294, 338, 496, 620, 341, 822, 758, 294, 338, 496, 5124, 6300, 3818, 391, 1511, 341, 8617, 822, 294, 588, 303, 496, 4936, 303, 581, 924, 3531, 65, 11776, 991, 49, 2050, 1551, 67, 664, 13593, 45, 343, 496, 4936, 23049, 25314, 4562, 8617, 25314, 4562, 49, 343, 496, 4936, 3907, 337, 991, 2610, 3337, 49, 343, 496, 4936, 1776, 65, 17695, 67, 3337, 15634, 46, 343, 2589, 6300, 320, 310, 2050, 8617, 991, 299, 8617, 25314, 4562, 51, 22184, 492, 310, 2050, 3627, 991, 299, 3337, 51, 390, 45, 3992, 991, 312, 310, 434, 327, 1477, 991, 630, 762, 46, 320, 343, 1276, 1819, 338, 3155, 3627, 8617, 347, 3337, 51, 1691, 341, 8617, 2353, 4183, 1348, 2325, 49, 3652, 1187, 3517, 51, 1819, 588, 343, 434, 1445, 3992, 991, 51, 41746, 1177, 320, 419, 461, 45369, 51, 1048, 492, 343, 339, 1083, 3337, 15634, 51, 688, 4133, 984, 320, 419, 1614, 320, 547, 3337, 51, 688, 45, 3992, 25314, 4562, 312, 419, 339, 2385, 327, 6860, 503, 46, 320, 547, 1440, 556, 1703, 7156, 6860, 45, 106, 312, 419, 339, 343, 1141, 343, 461, 664, 13593, 45, 3992, 25314, 4562, 49, 2050, 1551, 51, 11364, 312, 310, 339, 603, 434, 1445, 3992, 991, 51, 41746, 1177, 320, 343, 1276, 1819, 338, 23049, 1976, 666, 2325, 49, 1294, 331, 10812, 1522, 1976, 51, 1369, 6084, 341, 8617, 1616, 8133, 1819, 338, 480, 1187, 8072, 904, 6563, 51, 1819, 588, 343, 23049, 25314, 4562, 3627, 72, 3529, 299, 556, 23049, 25314, 4562, 45, 1477, 991, 312, 343, 7380, 65, 4562, 2717, 67, 8072, 299, 3627, 72, 3529, 51, 390, 9917, 941, 2857, 492, 1083, 3531, 65, 11776, 991, 49, 2050, 1551, 67, 2010, 299, 23318, 51, 909, 8263, 1569, 7705, 1269, 45, 9159, 51, 911, 1052, 1083, 456, 327, 4562, 2717, 3429, 518, 8072, 46, 320, 419, 2010, 51, 543, 45, 909, 29438, 991, 45, 3992, 991, 49, 3429, 51, 5175, 6198, 2050, 1551, 51, 632, 44982, 312, 343, 339, 1083, 3337, 15634, 51, 688, 1181, 365, 984, 320, 419, 1614, 320, 547, 3337, 51, 2564, 45, 3992, 991, 312, 419, 339, 2385, 327, 6860, 503, 46, 320, 547, 1440, 556, 1703, 7156, 6860, 45, 106, 312, 419, 339, 343, 10542, 343, 461, 15490, 51, 40234, 1225, 45, 1130, 312, 310, 339, 603, 1276, 295, 338, 2726, 1178, 4354, 331, 556, 480, 3627, 8617, 51, 18910, 4354, 51, 295, 588, 310, 3531, 65, 11776, 991, 49, 2050, 1551, 67, 1074, 299, 23318, 51, 909, 8263, 492, 603, 12652, 528, 30890, 299, 12652, 528, 51, 1315, 492, 310, 1614, 320, 343, 3531, 65, 671, 49, 10613, 2717, 67, 556, 9917, 299, 8617, 25314, 4562, 51, 390, 9917, 492, 343, 3531, 65, 671, 49, 10613, 2717, 67, 3627, 9917, 299, 556, 23049, 25314, 4562, 45, 1477, 991, 566, 390, 9917, 492, 1083, 1276, 1819, 338, 7438, 456, 556, 480, 8851, 2293, 51, 1819, 588, 343, 456, 327, 4562, 2717, 3429, 518, 556, 9917, 51, 2857, 1177, 320, 419, 910, 1536, 299, 3429, 51, 5175, 492, 419, 29438, 991, 556, 11776, 299, 556, 29438, 991, 45, 3992, 991, 49, 1536, 312, 2125, 10613, 2717, 3627, 2717, 299, 3627, 9917, 51, 390, 45, 1005, 312, 419, 434, 327, 1477, 2717, 630, 762, 46, 320, 547, 1074, 51, 543, 45, 909, 11776, 49, 2050, 1551, 51, 11364, 312, 547, 4056, 64, 419, 339, 2125, 434, 327, 1477, 2717, 51, 11641, 918, 56, 55, 365, 882, 3429, 51, 11641, 918, 56, 55, 365, 733, 1293, 3627, 2717, 51, 24600, 365, 882, 3429, 51, 24600, 1177, 320, 547, 1074, 51, 543, 45, 909, 11776, 49, 2050, 1551, 51, 27702, 312, 419, 339, 2125, 1276, 372, 338, 1691, 1019, 640, 2464, 49, 1636, 341, 822, 5394, 347, 4354, 725, 10492, 51, 372, 588, 343, 339, 1083, 456, 327, 4562, 2717, 3429, 518, 3627, 9917, 51, 2857, 1177, 320, 419, 910, 1536, 299, 3429, 51, 5175, 492, 419, 29438, 991, 3627, 11776, 299, 556, 29438, 991, 45, 3992, 991, 49, 1536, 312, 2125, 10613, 2717, 556, 2717, 299, 556, 9917, 51, 390, 45, 1005, 312, 419, 434, 327, 909, 2717, 630, 762, 46, 320, 547, 1276, 3507, 338, 2050, 1976, 666, 2325, 347, 556, 51, 2048, 1421, 2602, 8133, 51, 3507, 588, 547, 1074, 51, 543, 45, 1477, 11776, 49, 2050, 1551, 51, 632, 44982, 312, 419, 339, 343, 339, 310, 339, 2385, 327, 14080, 292, 46, 320, 343, 1440, 30890, 51, 287, 5267, 45, 121, 49, 6300, 51, 842, 312, 310, 339, 8312, 320, 343, 30890, 51, 2698, 492, 310, 339, 603, 3337, 15634, 51, 688, 4133, 984, 320, 343, 1614, 320, 419, 3337, 51, 688, 45, 3992, 25314, 4562, 312, 343, 339, 2385, 327, 6860, 503, 46, 320, 419, 1440, 556, 1703, 7156, 6860, 45, 106, 312, 343, 339, 310, 1141, 310, 461, 15490, 51, 40234, 1225, 45, 1285, 312, 303, 339, 222, 222, 130 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
2,015
true
60.027531
true
true
ScriptRunner.java
/FileExtraction/Java_unseen/Captain-Chaos_WorldPainter/WorldPainter/WPGUI/src/main/java/org/pepsoft/worldpainter/tools/scripts/ScriptRunner.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package org.pepsoft.worldpainter.tools.scripts; import org.jetbrains.annotations.NotNull; import org.pepsoft.util.undo.UndoManager; import org.pepsoft.worldpainter.Configuration; import org.pepsoft.worldpainter.Dimension; import org.pepsoft.worldpainter.World2; import org.pepsoft.worldpainter.WorldPainterDialog; import org.pepsoft.worldpainter.layers.Layer; import org.pepsoft.worldpainter.util.FileFilter; import org.pepsoft.worldpainter.util.FileUtils; import org.pepsoft.worldpainter.vo.EventVO; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import javax.script.*; import javax.swing.*; import javax.swing.event.ChangeEvent; import javax.swing.event.ChangeListener; import javax.swing.event.DocumentEvent; import javax.swing.event.DocumentListener; import java.awt.*; import java.io.*; import java.nio.charset.Charset; import java.text.NumberFormat; import java.text.ParseException; import java.util.List; import java.util.*; import java.util.regex.Matcher; import java.util.regex.Pattern; import static java.util.stream.Collectors.joining; import static org.pepsoft.util.AwtUtils.doLaterOnEventThread; import static org.pepsoft.util.swing.MessageUtils.beepAndShowError; import static org.pepsoft.worldpainter.Constants.ATTRIBUTE_KEY_SCRIPT_FILENAME; import static org.pepsoft.worldpainter.Constants.ATTRIBUTE_KEY_SCRIPT_NAME; import static org.pepsoft.worldpainter.ExceptionHandler.doWithoutExceptionReporting; /** * * @author Pepijn Schmitz */ public class ScriptRunner extends WorldPainterDialog { /** * Creates new form ScriptRunner */ public ScriptRunner(Window parent, World2 world, Dimension dimension, Collection<UndoManager> undoManagers) { super(parent); this.world = world; this.dimension = dimension; this.undoManagers = undoManagers; initComponents(); Configuration config = Configuration.getInstance(); recentScriptFiles = (config.getRecentScriptFiles() != null) ? new ArrayList<>(config.getRecentScriptFiles()) : new ArrayList<>(); recentScriptFiles.removeIf(file -> !file.isFile()); jComboBox1.setModel(new DefaultComboBoxModel<>(recentScriptFiles.toArray(new File[recentScriptFiles.size()]))); if ((jComboBox1.getSelectedItem() != null) && ((File) jComboBox1.getSelectedItem()).isFile()) { setupScript((File) jComboBox1.getSelectedItem()); } setControlStates(); getRootPane().setDefaultButton(jButton2); scaleToUI(); pack(); setLocationRelativeTo(parent); } private void setControlStates() { jButton2.setEnabled((jComboBox1.getSelectedItem() != null) && ((File) jComboBox1.getSelectedItem()).isFile() && ((scriptDescriptor == null) || scriptDescriptor.isValid())); } private void selectFile() { Set<String> extensions = new HashSet<>(); SCRIPT_ENGINE_MANAGER.getEngineFactories().forEach(factory -> extensions.addAll(factory.getExtensions())); File script = FileUtils.selectFileForOpen(this, "Select Script", (File) jComboBox1.getSelectedItem(), new FileFilter() { @Override public boolean accept(File f) { if (f.isDirectory()) { return true; } else { String name = f.getName(); int p = name.lastIndexOf('.'); if (p >= 0) { return extensions.contains(name.substring(p + 1)); } else { return false; } } } @Override public String getDescription() { StringBuilder sb = new StringBuilder(); sb.append("Script files ("); sb.append(extensions.stream().map(extension -> "*." + extension).collect(joining(", "))); sb.append(')'); return sb.toString(); } @Override public String getExtensions() { return String.join(";", extensions); } }); if ((script != null) && script.isFile()) { recentScriptFiles.remove(script); recentScriptFiles.add(0, script); jComboBox1.setModel(new DefaultComboBoxModel<>(recentScriptFiles.toArray(new File[recentScriptFiles.size()]))); jComboBox1.setSelectedItem(script); setupScript(script); setControlStates(); } } private void setupScript(File script) { scriptDescriptor = analyseScript(script); // Remove any previously added fields: while (panelDescriptor.getComponentCount() > 2) { panelDescriptor.remove(2); } // If there is a descriptor, use it to add fields for the parameters: if (scriptDescriptor != null) { if (scriptDescriptor.name != null) { labelName.setText(scriptDescriptor.name); } else { labelName.setText(script.getName()); } if (scriptDescriptor.description != null) { addRegular(panelDescriptor, new JLabel("Description:")); JTextArea textArea = new JTextArea(scriptDescriptor.description); textArea.setEditable(false); textArea.setOpaque(false); addlastOnLine(panelDescriptor, textArea); } boolean allFieldsOptional = true; for (ParameterDescriptor paramDescriptor: scriptDescriptor.parameterDescriptors) { boolean showAsMandatory = (! paramDescriptor.optional) && ((paramDescriptor instanceof FileParameterDescriptor) || (paramDescriptor instanceof FloatParameterDescriptor) || (paramDescriptor instanceof StringParameterDescriptor)); JLabel label = new JLabel(((paramDescriptor.displayName != null) ? paramDescriptor.displayName : paramDescriptor.name) + (showAsMandatory ? "*:" : ":")); allFieldsOptional &= ! showAsMandatory; JComponent editor = paramDescriptor.getEditor(); label.setLabelFor(editor); if (paramDescriptor.description != null) { label.setToolTipText(paramDescriptor.description); } addRegular(panelDescriptor, label); if (paramDescriptor.description != null) { editor.setToolTipText(paramDescriptor.description); } addlastOnLine(panelDescriptor, editor); paramDescriptor.setChangeListener(e -> setControlStates()); } if (! allFieldsOptional) { addlastOnLine(panelDescriptor, new JLabel("* mandatory parameter")); } jLabel2.setVisible(! scriptDescriptor.hideCmdLineParams); jLabel3.setVisible(! scriptDescriptor.hideCmdLineParams); jScrollPane1.setVisible(! scriptDescriptor.hideCmdLineParams); } else { labelName.setText(script.getName()); jLabel2.setVisible(true); jLabel3.setVisible(true); jScrollPane1.setVisible(true); } pack(); } private void addRegular(JPanel panel, JComponent component) { GridBagConstraints constraints = new GridBagConstraints(); constraints.anchor = GridBagConstraints.BASELINE_LEADING; constraints.insets = new Insets(3, 0, 3, 3); panel.add(component, constraints); } private void addlastOnLine(JPanel panel, JComponent component) { GridBagConstraints constraints = new GridBagConstraints(); constraints.anchor = GridBagConstraints.BASELINE_LEADING; constraints.insets = new Insets(3, 3, 3, 0); constraints.fill = GridBagConstraints.HORIZONTAL; constraints.weightx = 1.0; constraints.gridwidth = GridBagConstraints.REMAINDER; panel.add(component, constraints); } private ScriptDescriptor analyseScript(File script) { if (! script.isFile()) { return null; } Map<String, String> properties = new LinkedHashMap<>(); try (BufferedReader in = new BufferedReader(new FileReader(script))) { String line; while ((line = in.readLine()) != null) { line = line.trim(); if (line.isEmpty()) { continue; } else if (line.startsWith("#") || line.startsWith("//")) { if (((line.startsWith("#")) && (line.substring(1).trim().startsWith("--"))) || ((line.startsWith("//")) && (line.substring(2).trim().startsWith("--")))) { // Script descriptor comment continue; } else { Matcher matcher = DESCRIPTOR_PATTERN.matcher(line); if (matcher.find()) { properties.put(matcher.group(1), matcher.group(2)); } } } else { // Stop after the first non-comment and non-empty line break; } } } catch (IOException e) { throw new RuntimeException("I/O error reading script " + script, e); } if (properties.isEmpty()) { return null; } else { ScriptDescriptor descriptor = new ScriptDescriptor(); Map<String, ParameterDescriptor> paramMap = new LinkedHashMap<>(); properties.forEach((key, value) -> { if (key.equals("name")) { descriptor.name = value.trim(); } else if (key.equals("description")) { descriptor.description = value.trim().replace("\\n", "\n"); } else if (key.startsWith("param.")) { String[] parts = key.split("\\."); if (parts.length != 3) { throw new IllegalArgumentException("Invalid key \"" + key + "\" in script descriptor"); } ParameterDescriptor paramDescriptor = paramMap.get(parts[1]); switch (parts[2]) { case "type": if (paramDescriptor == null) { switch (value.toLowerCase().trim()) { case "string": paramDescriptor = new StringParameterDescriptor(); break; case "integer": paramDescriptor = new IntegerParameterDescriptor(); break; case "percentage": paramDescriptor = new PercentageParameterDescriptor(); break; case "float": paramDescriptor = new FloatParameterDescriptor(); break; case "file": paramDescriptor = new FileParameterDescriptor(); break; case "boolean": paramDescriptor = new BooleanParameterDescriptor(); break; default: throw new IllegalArgumentException("Invalid type \"" + value + "\" specified for parameter " + parts[1]); } paramDescriptor.name = parts[1]; paramMap.put(parts[1], paramDescriptor); descriptor.parameterDescriptors.add(paramDescriptor); } else { throw new IllegalArgumentException("Type specified more than once for parameter " + parts[1]); } break; case "description": paramDescriptor.description = value.replace("\\n", "\n"); break; case "optional": paramDescriptor.optional = value.trim().isEmpty() || Boolean.parseBoolean(value.toLowerCase().trim()); break; case "default": paramDescriptor.defaultValue = paramDescriptor.toObject(value.trim()); break; case "displayName": paramDescriptor.displayName = value.trim(); break; default: throw new IllegalArgumentException("Invalid key \"" + key + "\" in script descriptor"); } } else if (key.equals("hideCmdLineParams")) { descriptor.hideCmdLineParams = "true".equalsIgnoreCase(value.trim()); } else { throw new IllegalArgumentException("Invalid key \"" + key + "\" in script descriptor"); } }); return descriptor; } } private void run() { jComboBox1.setEnabled(false); jButton1.setEnabled(false); jTextArea1.setEnabled(false); jButton2.setEnabled(false); jButton3.setEnabled(false); jTextArea2.setText(null); final File scriptFile = (File) jComboBox1.getSelectedItem(); final String scriptFilePath = scriptFile.getParentFile().getAbsolutePath(); final String scriptFileName = scriptFile.getName(), scriptName; final Map<String, Object> params; if (scriptDescriptor != null) { params = scriptDescriptor.getValues(); if (scriptDescriptor.name != null) { scriptName = scriptDescriptor.name; } else { scriptName = scriptFileName; } } else { params = null; scriptName = scriptFileName; } new Thread(scriptFileName) { @Override public void run() { try { final Configuration config = Configuration.getInstance(); final int p = scriptFileName.lastIndexOf('.'); final String extension = scriptFileName.substring(p + 1); ScriptEngine scriptEngine; synchronized (SCRIPT_ENGINES) { if (SCRIPT_ENGINES.containsKey(extension)) { scriptEngine = SCRIPT_ENGINES.get(extension); } else { scriptEngine = SCRIPT_ENGINE_MANAGER.getEngineByExtension(extension); if (scriptEngine == null) { logger.error("No script engine found for extension \"" + extension + "\""); doLaterOnEventThread(() -> beepAndShowError(ScriptRunner.this, "No script engine installed for extension \"" + extension + "\"", "Error")); return; } SCRIPT_ENGINES.put(extension, scriptEngine); logger.info("Using script engine {} version {} for scripts of type {}", scriptEngine.getFactory().getEngineName(), scriptEngine.getFactory().getEngineVersion(), extension); } } scriptEngine.put(ScriptEngine.FILENAME, scriptFileName); config.setRecentScriptFiles(new ArrayList<>(recentScriptFiles)); // Initialise script context final Bindings bindings = scriptEngine.getBindings(ScriptContext.ENGINE_SCOPE); final ScriptingContext context = new ScriptingContext(false); bindings.put("wp", context); final String[] parameters = jTextArea1.getText().isEmpty() ? new String[0] : jTextArea1.getText().split("\\R"); bindings.put("argc", parameters.length + 1); final String[] argv = new String[parameters.length + 1]; argv[0] = scriptFileName; System.arraycopy(parameters, 0, argv, 1, parameters.length); bindings.put("argv", argv); bindings.put("arguments", parameters); if (params != null) { bindings.put("params", params); } if (world != null) { bindings.put("world", world); } if (dimension != null) { bindings.put("dimension", dimension); } final Map<String, Layer.DataSize> dataSizes = new HashMap<>(); for (Layer.DataSize dataSize: Layer.DataSize.values()) { dataSizes.put(dataSize.name(), dataSize); } bindings.put("DataSize", dataSizes); bindings.put("scriptDir", scriptFilePath); // Capture output final List<String> textQueue = new LinkedList<>(); final boolean[] textUpdateScheduled = new boolean[] {false}; Writer writer = new Writer() { @Override public void write(char @NotNull [] cbuf, int off, int len) { synchronized (textQueue) { textQueue.add(new String(cbuf, off, len)); if (! textUpdateScheduled[0]) { doLaterOnEventThread(() -> { synchronized (textQueue) { // Join the fragments first so that // only one string need be appended // to the text area's document jTextArea2.append(String.join("", textQueue)); textQueue.clear(); textUpdateScheduled[0] = false; } }); textUpdateScheduled[0] = true; } } } @Override public void flush() {} @Override public void close() {} }; scriptEngine.getContext().setWriter(writer); scriptEngine.getContext().setErrorWriter(writer); // Log the execution config.logEvent(new EventVO("script.execute").addTimestamp() .setAttribute(ATTRIBUTE_KEY_SCRIPT_NAME, scriptName) .setAttribute(ATTRIBUTE_KEY_SCRIPT_FILENAME, scriptFileName)); logger.info("Executing script {} from file {}", scriptName, scriptFileName); // TODO add an event to the world history (after it has succeeded, and first make that history // undoable) // Execute script if (dimension != null) { dimension.setEventsInhibited(true); } try { // Load the script final String script = org.pepsoft.util.FileUtils.load(scriptFile, Charset.defaultCharset()); // Compile the script, if the engine supports it, and run it final long start; if (scriptEngine instanceof Compilable) { final CompiledScript compiledScript; if (COMPILED_SCRIPTS.containsKey(script)) { compiledScript = COMPILED_SCRIPTS.get(script); } else { logger.info("Compiling script {}", scriptName); compiledScript = ((Compilable) scriptEngine).compile(new FileReader(scriptFile)); COMPILED_SCRIPTS.put(script, compiledScript); } start = System.currentTimeMillis(); compiledScript.eval(); } else { start = System.currentTimeMillis(); scriptEngine.eval(script); } logger.debug("Running script {} took {} ms", scriptName, System.currentTimeMillis() - start); // Check that go() was invoked on the last operation: context.checkGoCalled(null); } catch (RuntimeException e) { logger.error(e.getClass().getSimpleName() + " occurred while executing " + scriptFileName, e); doLaterOnEventThread(() -> beepAndShowError(ScriptRunner.this, e.getClass().getSimpleName() + " occurred (message: " + e.getMessage() + ")", "Error")); } catch (javax.script.ScriptException e) { logger.error("ScriptException occurred while executing " + scriptFileName, e); final StringBuilder sb = new StringBuilder(); sb.append(e.getMessage()); if (e.getLineNumber() != -1) { sb.append(" ("); sb.append(e.getLineNumber()); if (e.getColumnNumber() != -1) { sb.append(':'); sb.append(e.getColumnNumber()); } sb.append(')'); } doLaterOnEventThread(() -> beepAndShowError(ScriptRunner.this, sb.toString(), "Error")); } catch (IOException e) { logger.error("I/O error occurred while executing " + scriptFileName, e); doLaterOnEventThread(() -> beepAndShowError(ScriptRunner.this, "I/O error while executing " + scriptFileName, "Error")); } finally { if (dimension != null) { dimension.setEventsInhibited(false); } if (undoManagers != null) { undoManagers.forEach(UndoManager::armSavePoint); } } } finally { doLaterOnEventThread(() -> { jComboBox1.setEnabled(true); jButton1.setEnabled(true); jTextArea1.setEnabled(true); jButton2.setEnabled(true); jButton3.setText("Close"); jButton3.setEnabled(true); }); } } }.start(); } /** * This method is called from within the constructor to initialize the form. * WARNING: Do NOT modify this code. The content of this method is always * regenerated by the Form Editor. */ @SuppressWarnings("unchecked") // <editor-fold defaultstate="collapsed" desc="Generated Code">//GEN-BEGIN:initComponents private void initComponents() { java.awt.GridBagConstraints gridBagConstraints; jLabel1 = new javax.swing.JLabel(); jComboBox1 = new javax.swing.JComboBox(); jButton1 = new javax.swing.JButton(); jLabel2 = new javax.swing.JLabel(); jScrollPane1 = new javax.swing.JScrollPane(); jTextArea1 = new javax.swing.JTextArea(); jLabel3 = new javax.swing.JLabel(); jLabel4 = new javax.swing.JLabel(); jButton2 = new javax.swing.JButton(); jScrollPane2 = new javax.swing.JScrollPane(); jTextArea2 = new javax.swing.JTextArea(); jButton3 = new javax.swing.JButton(); panelDescriptor = new javax.swing.JPanel(); jLabel5 = new javax.swing.JLabel(); labelName = new javax.swing.JLabel(); setDefaultCloseOperation(javax.swing.WindowConstants.DO_NOTHING_ON_CLOSE); setTitle("Run Script"); jLabel1.setText("Script:"); jComboBox1.setModel(new javax.swing.DefaultComboBoxModel(new String[] { "Item 1", "Item 2", "Item 3", "Item 4" })); jComboBox1.addActionListener(new java.awt.event.ActionListener() { public void actionPerformed(java.awt.event.ActionEvent evt) { jComboBox1ActionPerformed(evt); } }); jButton1.setText("..."); jButton1.addActionListener(new java.awt.event.ActionListener() { public void actionPerformed(java.awt.event.ActionEvent evt) { jButton1ActionPerformed(evt); } }); jLabel2.setText("Parameters:"); jTextArea1.setColumns(20); jTextArea1.setRows(5); jScrollPane1.setViewportView(jTextArea1); jLabel3.setText("(one per line)"); jLabel4.setText("Output:"); jButton2.setText("Run"); jButton2.addActionListener(new java.awt.event.ActionListener() { public void actionPerformed(java.awt.event.ActionEvent evt) { jButton2ActionPerformed(evt); } }); jTextArea2.setEditable(false); jTextArea2.setColumns(20); jTextArea2.setLineWrap(true); jTextArea2.setRows(5); jTextArea2.setWrapStyleWord(true); jScrollPane2.setViewportView(jTextArea2); jButton3.setText("Cancel"); jButton3.addActionListener(new java.awt.event.ActionListener() { public void actionPerformed(java.awt.event.ActionEvent evt) { jButton3ActionPerformed(evt); } }); panelDescriptor.setLayout(new java.awt.GridBagLayout()); jLabel5.setText("Name:"); gridBagConstraints = new java.awt.GridBagConstraints(); gridBagConstraints.anchor = java.awt.GridBagConstraints.FIRST_LINE_START; gridBagConstraints.insets = new java.awt.Insets(0, 1, 0, 2); panelDescriptor.add(jLabel5, gridBagConstraints); labelName.setText("jLabel6"); gridBagConstraints = new java.awt.GridBagConstraints(); gridBagConstraints.gridwidth = java.awt.GridBagConstraints.REMAINDER; gridBagConstraints.anchor = java.awt.GridBagConstraints.FIRST_LINE_START; gridBagConstraints.weightx = 1.0; gridBagConstraints.insets = new java.awt.Insets(0, 2, 0, 0); panelDescriptor.add(labelName, gridBagConstraints); javax.swing.GroupLayout layout = new javax.swing.GroupLayout(getContentPane()); getContentPane().setLayout(layout); layout.setHorizontalGroup( layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGroup(javax.swing.GroupLayout.Alignment.TRAILING, layout.createSequentialGroup() .addContainerGap() .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.TRAILING) .addComponent(jScrollPane2) .addGroup(javax.swing.GroupLayout.Alignment.LEADING, layout.createSequentialGroup() .addComponent(jLabel1) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) .addComponent(jComboBox1, 0, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) .addComponent(jButton1)) .addGroup(javax.swing.GroupLayout.Alignment.LEADING, layout.createSequentialGroup() .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addComponent(jLabel2) .addComponent(jLabel3)) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) .addComponent(jScrollPane1, javax.swing.GroupLayout.DEFAULT_SIZE, 598, Short.MAX_VALUE)) .addGroup(layout.createSequentialGroup() .addGap(0, 0, Short.MAX_VALUE) .addComponent(jButton2) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) .addComponent(jButton3)) .addGroup(javax.swing.GroupLayout.Alignment.LEADING, layout.createSequentialGroup() .addComponent(jLabel4) .addGap(0, 0, Short.MAX_VALUE)) .addComponent(panelDescriptor, javax.swing.GroupLayout.Alignment.LEADING, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)) .addContainerGap()) ); layout.setVerticalGroup( layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGroup(layout.createSequentialGroup() .addContainerGap() .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE) .addComponent(jLabel1) .addComponent(jComboBox1, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE) .addComponent(jButton1)) .addGap(18, 18, 18) .addComponent(panelDescriptor, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE) .addGap(18, 18, 18) .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGroup(layout.createSequentialGroup() .addComponent(jLabel2) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) .addComponent(jLabel3)) .addComponent(jScrollPane1, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) .addComponent(jLabel4) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) .addComponent(jScrollPane2, javax.swing.GroupLayout.DEFAULT_SIZE, 243, Short.MAX_VALUE) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE) .addComponent(jButton2) .addComponent(jButton3)) .addContainerGap()) ); pack(); }// </editor-fold>//GEN-END:initComponents private void jButton1ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jButton1ActionPerformed selectFile(); }//GEN-LAST:event_jButton1ActionPerformed private void jButton2ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jButton2ActionPerformed run(); }//GEN-LAST:event_jButton2ActionPerformed private void jComboBox1ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jComboBox1ActionPerformed setupScript((File) jComboBox1.getSelectedItem()); setControlStates(); }//GEN-LAST:event_jComboBox1ActionPerformed private void jButton3ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jButton3ActionPerformed cancel(); }//GEN-LAST:event_jButton3ActionPerformed // Variables declaration - do not modify//GEN-BEGIN:variables private javax.swing.JButton jButton1; private javax.swing.JButton jButton2; private javax.swing.JButton jButton3; private javax.swing.JComboBox jComboBox1; private javax.swing.JLabel jLabel1; private javax.swing.JLabel jLabel2; private javax.swing.JLabel jLabel3; private javax.swing.JLabel jLabel4; private javax.swing.JLabel jLabel5; private javax.swing.JScrollPane jScrollPane1; private javax.swing.JScrollPane jScrollPane2; private javax.swing.JTextArea jTextArea1; private javax.swing.JTextArea jTextArea2; private javax.swing.JLabel labelName; private javax.swing.JPanel panelDescriptor; // End of variables declaration//GEN-END:variables private final World2 world; private final Dimension dimension; private final ArrayList<File> recentScriptFiles; private final Collection<UndoManager> undoManagers; private ScriptDescriptor scriptDescriptor; private static final ScriptEngineManager SCRIPT_ENGINE_MANAGER = new ScriptEngineManager(); private static final Pattern DESCRIPTOR_PATTERN = Pattern.compile("script\\.([.a-zA-Z_0-9]+)=(.+)$"); private static final Map<String, ScriptEngine> SCRIPT_ENGINES = new HashMap<>(); private static final Map<String, CompiledScript> COMPILED_SCRIPTS = new HashMap<>(); private static final Logger logger = LoggerFactory.getLogger(ScriptRunner.class); @SuppressWarnings("Convert2MethodRef") // This is shorter static class ScriptDescriptor { boolean isValid() { return parameterDescriptors.stream().allMatch(p -> p.isEditorValid()); } Map<String, Object> getValues() { Map<String, Object> values = new HashMap<>(); parameterDescriptors.forEach(p -> { Object value = p.getValue(); if (value != null) { values.put(p.name, value); } }); return values; } String name, description; List<ParameterDescriptor> parameterDescriptors = new ArrayList<>(); boolean hideCmdLineParams; } abstract static class ParameterDescriptor<T, E extends JComponent> { E getEditor() { if (editor == null) { editor = createEditor(); } if (defaultValue != null) { setValue(defaultValue); } return editor; } boolean isEditorValid() { return true; } abstract T getValue(); abstract void setValue(T value); abstract T toObject(String str); ChangeListener getChangeListener() { return changeListener; } void setChangeListener(ChangeListener changeListener) { this.changeListener = changeListener; } protected abstract E createEditor(); protected void notifyChangeListener() { if (changeListener != null) { changeListener.stateChanged(new ChangeEvent(this)); } } String name, description, displayName; boolean optional; E editor; T defaultValue; private ChangeListener changeListener; } static class StringParameterDescriptor extends ParameterDescriptor<String, JTextField> { @Override protected JTextField createEditor() { JTextField field = new JTextField(defaultValue); field.getDocument().addDocumentListener(new DocumentListener() { @Override public void insertUpdate(DocumentEvent e) { notifyChangeListener(); } @Override public void removeUpdate(DocumentEvent e) { notifyChangeListener(); } @Override public void changedUpdate(DocumentEvent e) { notifyChangeListener(); } }); return field; } @Override String toObject(String str) { return str; } @Override boolean isEditorValid() { return optional || (! editor.getText().trim().isEmpty()); } @Override String getValue() { String text = editor.getText(); return text.trim().isEmpty() ? null : text.trim(); } @Override void setValue(String value) { editor.setText(value); } } static class IntegerParameterDescriptor extends ParameterDescriptor<Integer, JSpinner> { @Override protected JSpinner createEditor() { JSpinner spinner = new JSpinner(); spinner.addChangeListener(e -> notifyChangeListener()); return spinner; } @Override Integer toObject(String str) { return Integer.valueOf(str); } @Override Integer getValue() { return (Integer) editor.getValue(); } @Override void setValue(Integer value) { editor.setValue(value); } } static class PercentageParameterDescriptor extends ParameterDescriptor<Integer, JPanel> { @Override protected JPanel createEditor() { JPanel panel = new JPanel(new GridBagLayout()) { @Override public int getBaseline(int width, int height) { return getComponent(0).getBaseline(width, height); } }; GridBagConstraints constraints = new GridBagConstraints(); constraints.weightx = 1.0; constraints.fill = GridBagConstraints.HORIZONTAL; SpinnerNumberModel spinnerModel = new SpinnerNumberModel(0, 0, 100, 1); JSpinner spinner = new JSpinner(spinnerModel); spinner.setToolTipText(description); spinner.addChangeListener(e -> notifyChangeListener()); panel.add(spinner, constraints); constraints.weightx = 0.0; constraints.gridwidth = GridBagConstraints.REMAINDER; JLabel label = new JLabel("%"); label.setToolTipText(description); panel.add(label, constraints); return panel; } @Override Integer toObject(String str) { if (str.endsWith("%")) { return Integer.valueOf(str.substring(0, str.length() - 1).trim()); } else { return Integer.valueOf(str.trim()); } } @Override Integer getValue() { return (Integer) ((JSpinner) editor.getComponent(0)).getValue(); } @Override void setValue(Integer value) { ((JSpinner) editor.getComponent(0)).setValue(value); } } static class FloatParameterDescriptor extends ParameterDescriptor<Float, JFormattedTextField> { @Override protected JFormattedTextField createEditor() { JFormattedTextField field = new JFormattedTextField(NumberFormat.getNumberInstance()); field.setHorizontalAlignment(SwingConstants.TRAILING); field.addPropertyChangeListener("value", e -> notifyChangeListener()); return field; } @Override Float toObject(String str) { return Float.valueOf(str); } @Override boolean isEditorValid() { try { editor.commitEdit(); return optional || (editor.getValue() != null); } catch (ParseException e) { return optional; } } @Override Float getValue() { Number nr = (Number) editor.getValue(); return (nr != null) ? nr.floatValue() : null; } @Override void setValue(Float value) { editor.setValue(value); } } static class FileParameterDescriptor extends ParameterDescriptor<File, JPanel> { @Override protected JPanel createEditor() { JPanel panel = new JPanel(new GridBagLayout()) { @Override public int getBaseline(int width, int height) { return getComponent(0).getBaseline(width, height); } }; GridBagConstraints constraints = new GridBagConstraints(); constraints.weightx = 1.0; constraints.fill = GridBagConstraints.HORIZONTAL; JTextField field = new JTextField(); field.setToolTipText(description); field.getDocument().addDocumentListener(new DocumentListener() { @Override public void insertUpdate(DocumentEvent e) { notifyChangeListener(); } @Override public void removeUpdate(DocumentEvent e) { notifyChangeListener(); } @Override public void changedUpdate(DocumentEvent e) { notifyChangeListener(); } }); panel.add(field, constraints); constraints.weightx = 0.0; constraints.gridwidth = GridBagConstraints.REMAINDER; constraints.insets = new Insets(0, 3, 0, 0); JButton button = new JButton("..."); button.setToolTipText(description); button.addActionListener(e -> { JFileChooser fileChooser = new JFileChooser(); if (! field.getText().trim().isEmpty()) { fileChooser.setSelectedFile(new File(field.getText().trim())); } if (doWithoutExceptionReporting(() -> fileChooser.showOpenDialog(panel)) == JFileChooser.APPROVE_OPTION) { field.setText(fileChooser.getSelectedFile().getAbsolutePath()); } }); panel.add(button, constraints); return panel; } @Override File toObject(String str) { return new File(str); } @Override boolean isEditorValid() { if (optional) { return true; } else { String text = ((JTextField) editor.getComponent(0)).getText(); return (! text.trim().isEmpty()) && new File(text.trim()).isFile(); } } @Override File getValue() { String text = ((JTextField) editor.getComponent(0)).getText(); return text.trim().isEmpty() ? null : new File(text.trim()); } @Override void setValue(File value) { ((JTextField) editor.getComponent(0)).setText(value.getAbsolutePath()); } } static class BooleanParameterDescriptor extends ParameterDescriptor<Boolean, JCheckBox> { @Override protected JCheckBox createEditor() { JCheckBox checkBox = new JCheckBox(" "); checkBox.addChangeListener(e -> notifyChangeListener()); return checkBox; } @Override Boolean toObject(String str) { return Boolean.valueOf(str); } @Override Boolean getValue() { return editor.isSelected(); } @Override void setValue(Boolean value) { editor.setSelected(value); } } }
44,237
Java
.java
Captain-Chaos/WorldPainter
340
57
175
2013-07-04T14:55:59Z
2024-04-19T06:52:49Z
823192acfe9af243c5dd898755e61819016836c1bf47bda92806159c824adc5c
[ 1127, 222, 338, 2634, 1557, 477, 3553, 3353, 49, 9206, 1196, 19319, 347, 5426, 9749, 51, 222, 338, 2634, 1557, 477, 3098, 822, 49, 9206, 15630, 542, 24177, 222, 338, 480, 2177, 341, 3098, 347, 341, 7020, 51, 222, 588, 222, 1337, 1105, 51, 25012, 1705, 51, 5879, 117, 18703, 51, 4303, 51, 8128, 64, 222, 222, 485, 1105, 51, 15575, 51, 8839, 51, 4936, 64, 222, 485, 1105, 51, 25012, 1705, 51, 1058, 51, 16222, 51, 23654, 1590, 64, 222, 485, 1105, 51, 25012, 1705, 51, 5879, 117, 18703, 51, 2339, 64, 222, 485, 1105, 51, 25012, 1705, 51, 5879, 117, 18703, 51, 9884, 64, 222, 485, 1105, 51, 25012, 1705, 51, 5879, 117, 18703, 51, 6719, 55, 64, 222, 485, 1105, 51, 25012, 1705, 51, 5879, 117, 18703, 51, 6719, 38437, 3742, 64, 222, 485, 1105, 51, 25012, 1705, 51, 5879, 117, 18703, 51, 8367, 51, 4789, 64, 222, 485, 1105, 51, 25012, 1705, 51, 5879, 117, 18703, 51, 1058, 51, 991, 2365, 64, 222, 485, 1105, 51, 25012, 1705, 51, 5879, 117, 18703, 51, 1058, 51, 39463, 64, 222, 485, 1105, 51, 25012, 1705, 51, 5879, 117, 18703, 51, 2103, 51, 1167, 6834, 64, 222, 485, 1105, 51, 12172, 57, 111, 51, 3716, 64, 222, 485, 1105, 51, 12172, 57, 111, 51, 19580, 64, 222, 222, 485, 3698, 51, 1442, 7737, 222, 485, 3698, 51, 5934, 7737, 222, 485, 3698, 51, 5934, 51, 1585, 51, 25211, 64, 222, 485, 3698, 51, 5934, 51, 1585, 51, 17089, 64, 222, 485, 3698, 51, 5934, 51, 1585, 51, 3112, 1167, 64, 222, 485, 3698, 51, 5934, 51, 1585, 51, 3112, 2239, 64, 222, 485, 1401, 51, 8236, 7737, 222, 485, 1401, 51, 735, 7737, 222, 485, 1401, 51, 11780, 51, 15220, 51, 26052, 64, 222, 485, 1401, 51, 897, 51, 44838, 64, 222, 485, 1401, 51, 897, 51, 26004, 64, 222, 485, 1401, 51, 1058, 51, 739, 64, 222, 485, 1401, 51, 1058, 7737, 222, 485, 1401, 51, 1058, 51, 7927, 51, 11947, 64, 222, 485, 1401, 51, 1058, 51, 7927, 51, 5526, 64, 222, 222, 485, 924, 1401, 51, 1058, 51, 2255, 51, 16862, 51, 2548, 318, 64, 222, 485, 924, 1105, 51, 25012, 1705, 51, 1058, 51, 70, 6009, 2769, 51, 1428, 31312, 1501, 1167, 3032, 64, 222, 485, 924, 1105, 51, 25012, 1705, 51, 1058, 51, 5934, 51, 1193, 2769, 51, 883, 950, 2199, 4325, 943, 64, 222, 485, 924, 1105, 51, 25012, 1705, 51, 5879, 117, 18703, 51, 5238, 51, 18384, 100, 3319, 100, 12224, 100, 18846, 64, 222, 485, 924, 1105, 51, 25012, 1705, 51, 5879, 117, 18703, 51, 5238, 51, 18384, 100, 3319, 100, 12224, 100, 2491, 64, 222, 485, 924, 1105, 51, 25012, 1705, 51, 5879, 117, 18703, 51, 35578, 51, 1428, 11449, 1002, 28657, 64, 222, 222, 1350, 222, 338, 222, 338, 496, 2133, 466, 950, 25371, 10469, 930, 127, 222, 588, 222, 942, 462, 10293, 7980, 2041, 10914, 38437, 3742, 320, 303, 1041, 294, 338, 9308, 556, 2252, 10293, 7980, 294, 588, 303, 581, 10293, 7980, 45, 1684, 2952, 49, 10914, 55, 5810, 49, 17432, 8811, 49, 7380, 65, 23654, 1590, 67, 25395, 36080, 46, 320, 310, 2615, 45, 2562, 312, 310, 477, 51, 5879, 299, 5810, 64, 310, 477, 51, 11786, 299, 8811, 64, 310, 477, 51, 16222, 36080, 299, 25395, 36080, 64, 603, 3238, 8176, 492, 2776, 8149, 1377, 299, 8149, 51, 7432, 492, 310, 8303, 3223, 3852, 299, 327, 1180, 51, 390, 20311, 3223, 3852, 365, 882, 762, 46, 1037, 556, 5068, 11530, 1180, 51, 390, 20311, 3223, 3852, 1177, 518, 556, 5068, 6984, 310, 8303, 3223, 3852, 51, 2564, 2811, 45, 781, 984, 673, 781, 51, 41746, 1052, 310, 614, 11248, 54, 51, 42723, 45, 909, 4119, 11248, 1262, 11530, 18631, 3223, 3852, 51, 14315, 45, 909, 2050, 96, 18631, 3223, 3852, 51, 911, 7688, 4254, 310, 434, 1849, 35216, 54, 51, 21851, 1114, 365, 882, 762, 46, 979, 1849, 991, 46, 614, 11248, 54, 51, 21851, 1114, 4269, 41746, 1177, 320, 343, 4721, 3223, 1181, 991, 46, 614, 11248, 54, 51, 21851, 1114, 1052, 310, 339, 310, 758, 2436, 10982, 492, 2776, 640, 4069, 7586, 941, 27356, 1732, 45, 21171, 55, 312, 310, 5271, 724, 2299, 492, 310, 8928, 492, 310, 758, 2941, 11776, 724, 45, 2562, 312, 303, 339, 465, 964, 782, 758, 2436, 10982, 365, 320, 310, 35102, 55, 51, 18822, 1181, 35216, 54, 51, 21851, 1114, 365, 882, 762, 46, 419, 979, 1849, 991, 46, 614, 11248, 54, 51, 21851, 1114, 4269, 41746, 365, 419, 979, 1849, 1442, 4336, 630, 762, 46, 1293, 3273, 4336, 51, 13431, 5086, 303, 339, 2205, 964, 782, 2209, 991, 365, 320, 310, 1776, 65, 671, 67, 11612, 299, 556, 14253, 6984, 310, 377, 38213, 100, 28104, 100, 26549, 51, 390, 3726, 29399, 941, 5388, 45, 5802, 984, 11612, 51, 15109, 45, 5802, 51, 390, 7460, 5086, 310, 2050, 3273, 299, 36423, 51, 1632, 991, 1580, 2981, 45, 597, 49, 332, 1926, 10293, 411, 327, 991, 46, 614, 11248, 54, 51, 21851, 1114, 1046, 556, 2050, 2365, 365, 320, 343, 496, 1806, 343, 581, 1922, 5531, 45, 991, 315, 46, 320, 419, 434, 327, 107, 51, 30815, 1177, 320, 547, 461, 878, 64, 419, 339, 832, 320, 547, 910, 655, 299, 315, 51, 5175, 492, 547, 648, 317, 299, 655, 51, 27268, 49059, 547, 434, 327, 117, 2394, 244, 53, 46, 320, 733, 461, 11612, 51, 4766, 45, 444, 51, 8724, 45, 117, 494, 244, 54, 894, 547, 339, 832, 320, 733, 461, 920, 64, 547, 339, 419, 339, 343, 339, 1083, 496, 1806, 343, 581, 910, 44685, 365, 320, 419, 9705, 6127, 299, 556, 9705, 492, 419, 6127, 51, 1713, 459, 3223, 2293, 327, 742, 419, 6127, 51, 1713, 45, 9088, 51, 2255, 941, 1130, 45, 6749, 984, 11577, 3128, 494, 5122, 566, 6190, 45, 2548, 318, 10803, 332, 4254, 419, 6127, 51, 1713, 482, 34924, 419, 461, 6127, 51, 3127, 492, 343, 339, 1083, 496, 1806, 343, 581, 910, 640, 7460, 365, 320, 419, 461, 910, 51, 2548, 459, 13960, 11612, 312, 343, 339, 310, 1141, 310, 434, 1849, 1442, 882, 762, 46, 979, 3273, 51, 41746, 1177, 320, 343, 8303, 3223, 3852, 51, 2564, 45, 1442, 312, 343, 8303, 3223, 3852, 51, 688, 45, 53, 49, 3273, 312, 343, 614, 11248, 54, 51, 42723, 45, 909, 4119, 11248, 1262, 11530, 18631, 3223, 3852, 51, 14315, 45, 909, 2050, 96, 18631, 3223, 3852, 51, 911, 7688, 4254, 343, 614, 11248, 54, 51, 26623, 1114, 45, 1442, 312, 343, 4721, 3223, 45, 1442, 312, 343, 758, 2436, 10982, 492, 310, 339, 303, 339, 465, 964, 782, 4721, 3223, 45, 991, 3273, 46, 320, 310, 3273, 4336, 299, 17986, 296, 3223, 45, 1442, 312, 2776, 453, 6491, 1364, 12935, 3654, 3844, 63, 310, 2236, 327, 4719, 4336, 51, 23441, 1552, 365, 868, 244, 55, 46, 320, 343, 7992, 4336, 51, 2564, 45, 55, 312, 310, 339, 2776, 453, 1691, 2038, 458, 331, 9869, 49, 813, 580, 391, 1035, 3844, 456, 341, 3406, 63, 310, 434, 327, 1442, 4336, 882, 762, 46, 320, 343, 434, 327, 1442, 4336, 51, 444, 882, 762, 46, 320, 419, 2300, 577, 51, 6619, 45, 1442, 4336, 51, 444, 312, 343, 339, 832, 320, 419, 2300, 577, 51, 6619, 45, 1442, 51, 5175, 1052, 343, 339, 343, 434, 327, 1442, 4336, 51, 2328, 882, 762, 46, 320, 419, 1035, 14380, 45, 4719, 4336, 49, 556, 23731, 459, 3250, 63, 2992, 419, 990, 26974, 1367, 5585, 299, 556, 990, 26974, 45, 1442, 4336, 51, 2328, 312, 419, 1367, 5585, 51, 489, 21596, 45, 1886, 312, 419, 1367, 5585, 51, 489, 31045, 45, 1886, 312, 419, 1035, 2153, 1501, 1829, 45, 4719, 4336, 49, 1367, 5585, 312, 343, 339, 343, 1922, 1187, 4152, 7575, 299, 878, 64, 343, 456, 327, 3026, 4336, 4380, 4336, 63, 3273, 4336, 51, 5616, 17825, 46, 320, 419, 1922, 2539, 1482, 21764, 299, 1445, 4380, 4336, 51, 5311, 46, 979, 1849, 772, 4336, 5118, 2050, 3026, 4336, 46, 1293, 327, 772, 4336, 5118, 8182, 3026, 4336, 46, 1293, 327, 772, 4336, 5118, 910, 3026, 4336, 894, 419, 23731, 2300, 299, 556, 23731, 7738, 772, 4336, 51, 16169, 882, 762, 46, 1037, 4380, 4336, 51, 16169, 518, 4380, 4336, 51, 444, 46, 494, 327, 2276, 1482, 21764, 1037, 11577, 1941, 518, 10697, 2992, 419, 1187, 4152, 7575, 11851, 673, 2539, 1482, 21764, 64, 419, 990, 1735, 7020, 299, 4380, 4336, 51, 390, 4836, 492, 419, 2300, 51, 44062, 1580, 45, 5739, 312, 419, 434, 327, 772, 4336, 51, 2328, 882, 762, 46, 320, 547, 2300, 51, 42561, 1049, 45, 772, 4336, 51, 2328, 312, 419, 339, 419, 1035, 14380, 45, 4719, 4336, 49, 2300, 312, 419, 434, 327, 772, 4336, 51, 2328, 882, 762, 46, 320, 547, 7020, 51, 42561, 1049, 45, 772, 4336, 51, 2328, 312, 419, 339, 419, 1035, 2153, 1501, 1829, 45, 4719, 4336, 49, 7020, 312, 419, 4380, 4336, 51, 489, 17089, 45, 106, 984, 758, 2436, 10982, 1052, 343, 339, 343, 434, 1445, 1187, 4152, 7575, 46, 320, 419, 1035, 2153, 1501, 1829, 45, 4719, 4336, 49, 556, 23731, 21471, 22982, 3416, 2992, 343, 339, 1083, 26133, 55, 51, 18215, 3848, 3273, 4336, 51, 5845, 5285, 1829, 2799, 312, 343, 26133, 56, 51, 18215, 3848, 3273, 4336, 51, 5845, 5285, 1829, 2799, 312, 343, 614, 29314, 54, 51, 18215, 3848, 3273, 4336, 51, 5845, 5285, 1829, 2799, 312, 310, 339, 832, 320, 343, 2300, 577, 51, 6619, 45, 1442, 51, 5175, 1052, 343, 26133, 55, 51, 18215, 45, 1527, 312, 343, 26133, 56, 51, 18215, 45, 1527, 312, 343, 614, 29314, 54, 51, 18215, 45, 1527, 312, 310, 339, 603, 8928, 492, 303, 339, 2205, 964, 782, 1035, 14380, 45, 32273, 7992, 49, 990, 1735, 2595, 46, 320, 310, 25956, 13397, 299, 556, 25956, 492, 310, 13397, 51, 9934, 299, 25956, 51, 6185, 4794, 100, 37249, 64, 310, 13397, 51, 285, 2047, 299, 556, 719, 2047, 45, 56, 49, 244, 53, 49, 244, 56, 49, 244, 56, 312, 310, 7992, 51, 688, 45, 2307, 49, 13397, 312, 303, 339, 465, 964, 782, 1035, 2153, 1501, 1829, 45, 32273, 7992, 49, 990, 1735, 2595, 46, 320, 310, 25956, 13397, 299, 556, 25956, 492, 310, 13397, 51, 9934, 299, 25956, 51, 6185, 4794, 100, 37249, 64, 310, 13397, 51, 285, 2047, 299, 556, 719, 2047, 45, 56, 49, 244, 56, 49, 244, 56, 49, 244, 53, 312, 310, 13397, 51, 4182, 299, 25956, 51, 31354, 64, 310, 13397, 51, 3327, 125, 299, 244, 54, 51, 53, 64, 310, 13397, 51, 3393, 1660, 299, 25956, 51, 632, 1418, 3339, 546, 64, 310, 7992, 51, 688, 45, 2307, 49, 13397, 312, 303, 339, 2205, 964, 10293, 4336, 17986, 296, 3223, 45, 991, 3273, 46, 320, 310, 434, 1445, 3273, 51, 41746, 1177, 320, 343, 461, 762, 64, 310, 339, 603, 3531, 65, 671, 49, 910, 67, 4324, 299, 556, 34961, 6984, 310, 1614, 327, 35094, 347, 299, 556, 28731, 45, 909, 38773, 45, 1442, 2636, 320, 343, 910, 1646, 64, 343, 2236, 1849, 948, 299, 347, 51, 29240, 1177, 882, 762, 46, 320, 419, 1646, 299, 1646, 51, 5475, 492, 419, 434, 327, 948, 51, 6401, 1177, 320, 547, 4056, 64, 419, 339, 832, 434, 327, 948, 51, 13907, 4139, 678, 1293, 1646, 51, 13907, 34263, 2152, 320, 547, 434, 8587, 948, 51, 13907, 4139, 2152, 979, 327, 948, 51, 8724, 45, 54, 566, 5475, 941, 13907, 13715, 14040, 733, 1293, 1849, 948, 51, 13907, 34263, 2152, 979, 327, 948, 51, 8724, 45, 55, 566, 5475, 941, 13907, 13715, 2152, 509, 320, 733, 453, 10293, 9869, 5101, 733, 4056, 64, 547, 339, 832, 320, 733, 33077, 20633, 299, 22163, 37917, 100, 21598, 51, 16943, 45, 948, 312, 733, 434, 327, 16943, 51, 1828, 1177, 320, 1031, 4324, 51, 543, 45, 16943, 51, 1382, 45, 54, 490, 20633, 51, 1382, 45, 55, 894, 733, 339, 547, 339, 419, 339, 832, 320, 547, 453, 12321, 2703, 341, 1950, 3000, 50, 3666, 480, 3000, 50, 2970, 1646, 547, 1644, 64, 419, 339, 343, 339, 310, 339, 2385, 327, 6860, 503, 46, 320, 343, 1440, 556, 13383, 459, 78, 52, 84, 1067, 9198, 3273, 332, 494, 3273, 49, 503, 312, 310, 339, 310, 434, 327, 4659, 51, 6401, 1177, 320, 343, 461, 762, 64, 310, 339, 832, 320, 343, 10293, 4336, 9869, 299, 556, 10293, 4336, 492, 343, 3531, 65, 671, 49, 10922, 4336, 67, 4380, 1225, 299, 556, 34961, 6984, 343, 4324, 51, 5388, 1181, 697, 49, 804, 46, 984, 320, 419, 434, 327, 697, 51, 3591, 459, 444, 2152, 320, 547, 9869, 51, 444, 299, 804, 51, 5475, 492, 419, 339, 832, 434, 327, 697, 51, 3591, 459, 2328, 2152, 320, 547, 9869, 51, 2328, 299, 804, 51, 5475, 941, 3249, 22904, 115, 411, 2724, 115, 742, 419, 339, 832, 434, 327, 697, 51, 13907, 459, 772, 47067, 320, 547, 910, 1197, 8740, 299, 1221, 51, 3045, 22904, 5377, 547, 434, 327, 10043, 51, 1340, 882, 244, 56, 46, 320, 733, 1440, 556, 12134, 459, 3828, 1221, 25656, 494, 1221, 494, 12377, 347, 3273, 9869, 742, 547, 339, 547, 10922, 4336, 4380, 4336, 299, 4380, 1225, 51, 390, 45, 10043, 96, 54, 2004, 547, 3593, 327, 10043, 96, 55, 1156, 320, 733, 1152, 332, 700, 582, 1031, 434, 327, 772, 4336, 630, 762, 46, 320, 1396, 3593, 327, 872, 51, 10498, 941, 5475, 1177, 320, 1908, 1152, 332, 819, 582, 2493, 4380, 4336, 299, 556, 910, 3026, 4336, 492, 2493, 1644, 64, 1908, 1152, 332, 5831, 582, 2493, 4380, 4336, 299, 556, 4418, 3026, 4336, 492, 2493, 1644, 64, 1908, 1152, 332, 20093, 582, 2493, 4380, 4336, 299, 556, 4235, 8899, 3026, 4336, 492, 2493, 1644, 64, 1908, 1152, 332, 1832, 582, 2493, 4380, 4336, 299, 556, 8182, 3026, 4336, 492, 2493, 1644, 64, 1908, 1152, 332, 781, 582, 2493, 4380, 4336, 299, 556, 2050, 3026, 4336, 492, 2493, 1644, 64, 1908, 1152, 332, 4412, 582, 2493, 4380, 4336, 299, 556, 5080, 3026, 4336, 492, 2493, 1644, 64, 1908, 1263, 63, 2493, 1440, 556, 12134, 459, 3828, 847, 25656, 494, 804, 494, 12377, 3205, 456, 3416, 332, 494, 8740, 96, 54, 2004, 1396, 339, 1396, 4380, 4336, 51, 444, 299, 8740, 96, 54, 988, 1396, 4380, 1225, 51, 543, 45, 10043, 96, 54, 636, 4380, 4336, 312, 1396, 9869, 51, 5616, 17825, 51, 688, 45, 772, 4336, 312, 1031, 339, 832, 320, 1396, 1440, 556, 12134, 459, 638, 3205, 1851, 2806, 5065, 456, 3416, 332, 494, 8740, 96, 54, 2004, 1031, 339, 1031, 1644, 64, 733, 1152, 332, 2328, 582, 1031, 4380, 4336, 51, 2328, 299, 804, 51, 3249, 22904, 115, 411, 2724, 115, 742, 1031, 1644, 64, 733, 1152, 332, 5311, 582, 1031, 4380, 4336, 51, 5311, 299, 804, 51, 5475, 941, 6401, 365, 1293, 5080, 51, 2228, 4718, 45, 872, 51, 10498, 941, 5475, 1052, 1031, 1644, 64, 733, 1152, 332, 1555, 582, 1031, 4380, 4336, 51, 23452, 299, 4380, 4336, 51, 37986, 45, 872, 51, 5475, 1052, 1031, 1644, 64, 733, 1152, 332, 16169, 582, 1031, 4380, 4336, 51, 16169, 299, 804, 51, 5475, 492, 1031, 1644, 64, 733, 1263, 63, 1031, 1440, 556, 12134, 459, 3828, 1221, 25656, 494, 1221, 494, 12377, 347, 3273, 9869, 742, 547, 339, 419, 339, 832, 434, 327, 697, 51, 3591, 459, 5845, 5285, 1829, 2799, 2152, 320, 547, 9869, 51, 5845, 5285, 1829, 2799, 299, 332, 1527, 2316, 18993, 45, 872, 51, 5475, 1052, 419, 339, 832, 320, 547, 1440, 556, 12134, 459, 3828, 1221, 25656, 494, 1221, 494, 12377, 347, 3273, 9869, 742, 419, 339, 343, 1141, 343, 461, 9869, 64, 310, 339, 303, 339, 465, 964, 782, 1441, 365, 320, 310, 614, 11248, 54, 51, 18822, 45, 1886, 312, 310, 35102, 54, 51, 18822, 45, 1886, 312, 310, 614, 26974, 54, 51, 18822, 45, 1886, 312, 310, 35102, 55, 51, 18822, 45, 1886, 312, 310, 35102, 56, 51, 18822, 45, 1886, 312, 310, 614, 26974, 55, 51, 6619, 45, 1710, 312, 310, 1175, 2050, 3273, 991, 299, 327, 991, 46, 614, 11248, 54, 51, 21851, 1114, 492, 310, 1175, 910, 3273, 9141, 299, 3273, 991, 51, 18777, 991, 941, 24697, 492, 310, 1175, 910, 3273, 6793, 299, 3273, 991, 51, 5175, 1046, 3273, 577, 64, 310, 1175, 3531, 65, 671, 49, 2210, 67, 2822, 64, 310, 434, 327, 1442, 4336, 882, 762, 46, 320, 343, 2822, 299, 3273, 4336, 51, 45713, 492, 343, 434, 327, 1442, 4336, 51, 444, 882, 762, 46, 320, 419, 3273, 577, 299, 3273, 4336, 51, 444, 64, 343, 339, 832, 320, 419, 3273, 577, 299, 3273, 6793, 64, 343, 339, 310, 339, 832, 320, 343, 2822, 299, 762, 64, 343, 3273, 577, 299, 3273, 6793, 64, 310, 339, 310, 556, 7806, 45, 1442, 6793, 46, 320, 343, 496, 1806, 343, 581, 782, 1441, 365, 320, 419, 1614, 320, 547, 1175, 8149, 1377, 299, 8149, 51, 7432, 492, 547, 1175, 648, 317, 299, 3273, 6793, 51, 27268, 49059, 547, 1175, 910, 5122, 299, 3273, 6793, 51, 8724, 45, 117, 494, 244, 54, 312, 547, 10293, 3726, 3273, 3726, 64, 547, 13436, 327, 12224, 100, 737, 7337, 959, 46, 320, 733, 434, 327, 12224, 100, 737, 7337, 959, 51, 15927, 45, 6749, 509, 320, 1031, 3273, 3726, 299, 377, 38213, 100, 737, 7337, 959, 51, 390, 45, 6749, 312, 733, 339, 832, 320, 1031, 3273, 3726, 299, 377, 38213, 100, 28104, 100, 26549, 51, 390, 3726, 1103, 4823, 45, 6749, 312, 1031, 434, 327, 1442, 3726, 630, 762, 46, 320, 1396, 4101, 51, 750, 459, 2042, 3273, 6894, 2448, 456, 5122, 25656, 494, 5122, 494, 12377, 742, 1396, 764, 31312, 1501, 1167, 3032, 4133, 984, 545, 950, 2199, 4325, 943, 45, 3223, 7980, 51, 597, 49, 332, 2042, 3273, 6894, 6733, 456, 5122, 25656, 494, 5122, 494, 12377, 411, 332, 943, 2992, 1396, 461, 64, 1031, 339, 1031, 377, 38213, 100, 737, 7337, 959, 51, 543, 45, 6749, 49, 3273, 3726, 312, 1031, 4101, 51, 1357, 459, 9529, 3273, 6894, 2172, 1522, 2172, 456, 10119, 451, 847, 12267, 3273, 3726, 51, 390, 2232, 941, 390, 3726, 577, 1046, 3273, 3726, 51, 390, 2232, 941, 390, 3726, 2080, 1046, 5122, 312, 733, 339, 547, 339, 3704, 3273, 3726, 51, 543, 45, 3223, 3726, 51, 18846, 49, 3273, 6793, 312, 547, 1377, 51, 489, 20311, 3223, 3852, 45, 909, 5068, 11530, 18631, 3223, 3852, 894, 3704, 453, 5782, 1145, 3273, 1637, 547, 1175, 11461, 2070, 16597, 299, 3273, 3726, 51, 390, 17391, 45, 3223, 1237, 51, 28104, 100, 15091, 312, 547, 1175, 10293, 318, 1237, 1637, 299, 556, 10293, 318, 1237, 45, 1886, 312, 547, 16597, 51, 543, 459, 5180, 411, 1637, 312, 547, 1175, 910, 1197, 3406, 299, 614, 26974, 54, 51, 10624, 941, 6401, 365, 1037, 556, 910, 96, 53, 98, 518, 614, 26974, 54, 51, 10624, 941, 3045, 22904, 87, 742, 547, 16597, 51, 543, 459, 15288, 411, 3406, 51, 1340, 494, 244, 54, 312, 547, 1175, 910, 1197, 6194, 299, 556, 910, 96, 5173, 51, 1340, 494, 244, 54, 988, 547, 6194, 96, 53, 98, 299, 3273, 6793, 64, 547, 1189, 51, 40816, 45, 5173, 49, 244, 53, 49, 6194, 49, 244, 54, 49, 3406, 51, 1340, 312, 547, 16597, 51, 543, 459, 6129, 411, 6194, 312, 547, 16597, 51, 543, 459, 8306, 411, 3406, 312, 547, 434, 327, 2155, 882, 762, 46, 320, 733, 16597, 51, 543, 459, 2155, 411, 2822, 312, 547, 339, 547, 434, 327, 5879, 882, 762, 46, 320, 733, 16597, 51, 543, 459, 5879, 411, 5810, 312, 547, 339, 547, 434, 327, 11786, 882, 762, 46, 320, 733, 16597, 51, 543, 459, 11786, 411, 8811, 312, 547, 339, 547, 1175, 3531, 65, 671, 49, 15208, 51, 35076, 67, 727, 16304, 299, 556, 8329, 6984, 547, 456, 327, 4789, 51, 35076, 727, 1269, 63, 15208, 51, 35076, 51, 2857, 1177, 320, 733, 727, 16304, 51, 543, 45, 624, 1269, 51, 444, 1046, 727, 1269, 312, 547, 339, 547, 16597, 51, 543, 459, 35076, 411, 727, 16304, 312, 547, 16597, 51, 543, 459, 1442, 2995, 411, 3273, 9141, 312, 3704, 453, 30237, 1716, 547, 1175, 1701, 65, 671, 67, 1367, 4098, 299, 556, 21057, 6984, 547, 1175, 1922, 1197, 1367, 2346, 18382, 299, 556, 1922, 1197, 320, 1886, 1274, 547, 26244, 7294, 299, 556, 26244, 365, 320, 733, 496, 1806, 733, 581, 782, 2886, 45, 1612, 496, 4936, 1627, 300, 1972, 49, 648, 2143, 49, 648, 2095, 46, 320, 1031, 13436, 327, 897, 4098, 46, 320, 1396, 1367, 4098, 51, 688, 45, 909, 910, 45, 104, 1972, 49, 2143, 49, 2095, 894, 1396, 434, 1445, 1367, 2346, 18382, 96, 53, 1156, 320, 1908, 764, 31312, 1501, 1167, 3032, 4133, 984, 320, 2493, 13436, 327, 897, 4098, 46, 320, 3402, 453, 19710, 341, 28965, 1950, 1278, 708, 3402, 453, 1773, 1611, 821, 1868, 545, 22355, 3402, 453, 391, 341, 1367, 5978, 1200, 1840, 3402, 614, 26974, 55, 51, 1713, 45, 671, 51, 2548, 13963, 1367, 4098, 894, 3402, 1367, 4098, 51, 3830, 492, 3402, 1367, 2346, 18382, 96, 53, 98, 299, 920, 64, 2493, 339, 1908, 1141, 1908, 1367, 2346, 18382, 96, 53, 98, 299, 878, 64, 1396, 339, 1031, 339, 733, 339, 6205, 496, 1806, 581, 782, 15037, 365, 2172, 733, 496, 1806, 581, 782, 4248, 365, 2172, 547, 1487, 547, 3273, 3726, 51, 14722, 941, 489, 3989, 45, 7595, 312, 547, 3273, 3726, 51, 14722, 941, 42042, 3989, 45, 7595, 312, 3704, 453, 2681, 341, 6111, 547, 1377, 51, 769, 1167, 45, 909, 3916, 6834, 459, 1442, 51, 4540, 1912, 688, 7477, 365, 1031, 657, 10790, 45, 18384, 100, 3319, 100, 12224, 100, 2491, 49, 3273, 577, 46, 1031, 657, 10790, 45, 18384, 100, 3319, 100, 12224, 100, 18846, 49, 3273, 6793, 894, 547, 4101, 51, 1357, 459, 32723, 3273, 2172, 664, 822, 12267, 3273, 577, 49, 3273, 6793, 312, 547, 453, 4314, 1035, 619, 1708, 391, 341, 5810, 8172, 327, 5497, 580, 1421, 25264, 49, 480, 1950, 1949, 708, 8172, 547, 453, 244, 25395, 463, 46, 3704, 453, 13015, 3273, 547, 434, 327, 11786, 882, 762, 46, 320, 733, 8811, 51, 489, 5015, 402, 43814, 45, 1527, 312, 547, 339, 547, 1614, 320, 733, 453, 6859, 341, 3273, 733, 1175, 910, 3273, 299, 1105, 51, 25012, 1705, 51, 1058, 51, 39463, 51, 963, 45, 1442, 991, 49, 46987, 51, 1555, 26052, 1052, 6205, 453, 23933, 341, 3273, 49, 434, 341, 6894, 9568, 580, 49, 480, 1441, 580, 733, 1175, 1964, 1496, 64, 733, 434, 327, 1442, 3726, 5118, 2270, 354, 463, 46, 320, 1031, 1175, 2270, 1938, 3223, 13850, 3223, 64, 1031, 434, 327, 17083, 10334, 100, 6581, 7157, 51, 15927, 45, 1442, 509, 320, 1396, 13850, 3223, 299, 46981, 10334, 100, 6581, 7157, 51, 390, 45, 1442, 312, 1031, 339, 832, 320, 1396, 4101, 51, 1357, 459, 1000, 10943, 3273, 12267, 3273, 577, 312, 1396, 13850, 3223, 299, 1849, 1000, 354, 463, 46, 3273, 3726, 566, 7028, 45, 909, 38773, 45, 1442, 991, 894, 1396, 46981, 10334, 100, 6581, 7157, 51, 543, 45, 1442, 49, 13850, 3223, 312, 1031, 339, 1031, 1496, 299, 1189, 51, 17217, 492, 1031, 13850, 3223, 51, 6635, 492, 733, 339, 832, 320, 1031, 1496, 299, 1189, 51, 17217, 492, 1031, 3273, 3726, 51, 6635, 45, 1442, 312, 733, 339, 733, 4101, 51, 2824, 459, 9519, 3273, 2172, 15654, 2172, 6753, 411, 3273, 577, 49, 1189, 51, 17217, 365, 449, 1496, 312, 6205, 453, 3471, 708, 2006, 365, 1616, 16638, 563, 341, 2419, 4231, 63, 733, 1637, 51, 1571, 6103, 9406, 45, 1710, 312, 547, 339, 2385, 327, 19296, 503, 46, 320, 733, 4101, 51, 750, 45, 106, 51, 9699, 941, 26999, 365, 494, 332, 12341, 2236, 16952, 332, 494, 3273, 6793, 49, 503, 312, 733, 764, 31312, 1501, 1167, 3032, 4133, 984, 545, 950, 2199, 4325, 943, 45, 3223, 7980, 51, 597, 49, 503, 51, 9699, 941, 26999, 365, 494, 332, 12341, 327, 1454, 63, 332, 494, 503, 51, 7724, 365, 494, 332, 5742, 332, 943, 2992, 547, 339, 2385, 327, 10775, 51, 1442, 51, 3223, 1002, 503, 46, 320, 733, 4101, 51, 750, 459, 3223, 1002, 12341, 2236, 16952, 332, 494, 3273, 6793, 49, 503, 312, 733, 1175, 9705, 6127, 299, 556, 9705, 492, 733, 6127, 51, 1713, 45, 106, 51, 7724, 1052, 733, 434, 327, 106, 51, 390, 29652, 365, 882, 449, 54, 46, 320, 1031, 6127, 51, 1713, 459, 327, 742, 1031, 6127, 51, 1713, 45, 106, 51, 390, 29652, 1052, 1031, 434, 327, 106, 51, 19226, 1936, 365, 882, 449, 54, 46, 320, 1396, 6127, 51, 1713, 16496, 912, 1396, 6127, 51, 1713, 45, 106, 51, 19226, 1936, 1052, 1031, 339, 1031, 6127, 51, 1713, 482, 34924, 733, 339, 733, 764, 31312, 1501, 1167, 3032, 4133, 984, 545, 950, 2199, 4325, 943, 45, 3223, 7980, 51, 597, 49, 6127, 51, 3127, 1046, 332, 943, 2992, 547, 339, 2385, 327, 6860, 503, 46, 320, 733, 4101, 51, 750, 459, 78, 52, 84, 1067, 12341, 2236, 16952, 332, 494, 3273, 6793, 49, 503, 312, 733, 764, 31312, 1501, 1167, 3032, 4133, 984, 545, 950, 2199, 4325, 943, 45, 3223, 7980, 51, 597, 49, 332, 78, 52, 84, 1067, 2236, 16952, 332, 494, 3273, 6793, 49, 332, 943, 2992, 547, 339, 8312, 320, 733, 434, 327, 11786, 882, 762, 46, 320, 1031, 8811, 51, 489, 5015, 402, 43814, 45, 1886, 312, 733, 339, 733, 434, 327, 16222, 36080, 882, 762, 46, 320, 1031, 25395, 36080, 51, 5388, 45, 23654, 1590, 422, 3932, 5134, 1962, 312, 733, 339, 547, 339, 419, 339, 8312, 320, 547, 764, 31312, 1501, 1167, 3032, 4133, 984, 320, 733, 614, 11248, 54, 51, 18822, 45, 1527, 312, 733, 35102, 54, 51, 18822, 45, 1527, 312, 733, 614, 26974, 54, 51, 18822, 45, 1527, 312, 733, 35102, 55, 51, 18822, 45, 1527, 312, 733, 35102, 56, 51, 6619, 459, 4187, 742, 733, 35102, 56, 51, 18822, 45, 1527, 312, 547, 1141, 419, 339, 343, 339, 310, 12349, 1384, 492, 303, 339, 465, 1041, 294, 338, 1369, 1431, 458, 3845, 664, 4824, 341, 4389, 391, 7395, 341, 2252, 51, 294, 338, 18226, 63, 3291, 2387, 5370, 477, 1361, 51, 906, 1813, 451, 477, 1431, 458, 5198, 294, 338, 40662, 829, 341, 3735, 11419, 51, 294, 588, 303, 496, 14030, 459, 18362, 678, 303, 453, 350, 5739, 50, 8727, 1263, 1311, 366, 28757, 39, 5615, 366, 6540, 4420, 31146, 7155, 50, 12188, 63, 1683, 8176, 303, 964, 782, 3238, 8176, 365, 320, 310, 1401, 51, 8236, 51, 3567, 13400, 5145, 13400, 64, 603, 26133, 54, 299, 556, 3698, 51, 5934, 51, 22786, 492, 310, 614, 11248, 54, 299, 556, 3698, 51, 5934, 51, 79, 11248, 492, 310, 35102, 54, 299, 556, 3698, 51, 5934, 51, 32880, 492, 310, 26133, 55, 299, 556, 3698, 51, 5934, 51, 22786, 492, 310, 614, 29314, 54, 299, 556, 3698, 51, 5934, 51, 79, 29314, 492, 310, 614, 26974, 54, 299, 556, 3698, 51, 5934, 51, 79, 26974, 492, 310, 26133, 56, 299, 556, 3698, 51, 5934, 51, 22786, 492, 310, 26133, 57, 299, 556, 3698, 51, 5934, 51, 22786, 492, 310, 35102, 55, 299, 556, 3698, 51, 5934, 51, 32880, 492, 310, 614, 29314, 55, 299, 556, 3698, 51, 5934, 51, 79, 29314, 492, 310, 614, 26974, 55, 299, 556, 3698, 51, 5934, 51, 79, 26974, 492, 310, 35102, 56, 299, 556, 3698, 51, 5934, 51, 32880, 492, 310, 7992, 4336, 299, 556, 3698, 51, 5934, 51, 32273, 492, 310, 26133, 58, 299, 556, 3698, 51, 5934, 51, 22786, 492, 310, 2300, 577, 299, 556, 3698, 51, 5934, 51, 22786, 492, 603, 43312, 4187, 3786, 45, 10775, 51, 5934, 51, 1684, 5238, 51, 1700, 100, 44422, 1410, 100, 586, 100, 18758, 312, 310, 46821, 459, 2544, 10293, 742, 603, 26133, 54, 51, 6619, 459, 3223, 20120, 603, 614, 11248, 54, 51, 42723, 45, 909, 3698, 51, 5934, 51, 2061, 11248, 1262, 45, 909, 910, 1197, 320, 332, 1114, 244, 54, 411, 332, 1114, 244, 55, 411, 332, 1114, 244, 56, 411, 332, 1114, 244, 57, 39, 10542, 310, 614, 11248, 54, 51, 24508, 45, 909, 1401, 51, 8236, 51, 1585, 51, 17317, 365, 320, 343, 581, 782, 29546, 45, 1874, 51, 8236, 51, 1585, 51, 18126, 13975, 46, 320, 419, 614, 11248, 54, 22791, 45, 12000, 312, 343, 339, 310, 1141, 603, 35102, 54, 51, 6619, 459, 19874, 310, 35102, 54, 51, 24508, 45, 909, 1401, 51, 8236, 51, 1585, 51, 17317, 365, 320, 343, 581, 782, 29546, 45, 1874, 51, 8236, 51, 1585, 51, 18126, 13975, 46, 320, 419, 35102, 54, 22791, 45, 12000, 312, 343, 339, 310, 1141, 603, 26133, 55, 51, 6619, 459, 3694, 20120, 603, 614, 26974, 54, 51, 489, 7633, 45, 55, 53, 312, 310, 614, 26974, 54, 51, 489, 7264, 45, 58, 312, 310, 614, 29314, 54, 51, 489, 16659, 1089, 45, 111, 26974, 54, 312, 603, 26133, 56, 51, 6619, 21858, 677, 1313, 1646, 13365, 603, 26133, 57, 51, 6619, 459, 2319, 20120, 603, 35102, 55, 51, 6619, 459, 2544, 742, 310, 35102, 55, 51, 24508, 45, 909, 1401, 51, 8236, 51, 1585, 51, 17317, 365, 320, 343, 581, 782, 29546, 45, 1874, 51, 8236, 51, 1585, 51, 18126, 13975, 46, 320, 419, 35102, 55, 22791, 45, 12000, 312, 343, 339, 310, 1141, 603, 614, 26974, 55, 51, 489, 21596, 45, 1886, 312, 310, 614, 26974, 55, 51, 489, 7633, 45, 55, 53, 312, 310, 614, 26974, 55, 51, 489, 1829, 10007, 45, 1527, 312, 310, 614, 26974, 55, 51, 489, 7264, 45, 58, 312, 310, 614, 26974, 55, 51, 489, 10007, 2291, 5108, 45, 1527, 312, 310, 614, 29314, 55, 51, 489, 16659, 1089, 45, 111, 26974, 55, 312, 603, 35102, 56, 51, 6619, 459, 7034, 742, 310, 35102, 56, 51, 24508, 45, 909, 1401, 51, 8236, 51, 1585, 51, 17317, 365, 320, 343, 581, 782, 29546, 45, 1874, 51, 8236, 51, 1585, 51, 18126, 13975, 46, 320, 419, 35102, 56, 22791, 45, 12000, 312, 343, 339, 310, 1141, 603, 7992, 4336, 51, 20113, 45, 909, 1401, 51, 8236, 51, 3567, 44547, 1052, 603, 26133, 58, 51, 6619, 459, 577, 20120, 310, 5145, 13400, 299, 556, 1401, 51, 8236, 51, 3567, 13400, 492, 310, 5145, 13400, 51, 9934, 299, 1401, 51, 8236, 51, 3567, 13400, 51, 16825, 100, 4794, 100, 7393, 64, 310, 5145, 13400, 51, 285, 2047, 299, 556, 1401, 51, 8236, 51, 20375, 45, 53, 49, 244, 54, 49, 244, 53, 49, 244, 55, 312, 310, 7992, 4336, 51, 688, 45, 29780, 58, 49, 5145, 13400, 312, 603, 2300, 577, 51, 6619, 459, 29780, 59, 742, 310, 5145, 13400, 299, 556, 1401, 51, 8236, 51, 3567, 13400, 492, 310, 5145, 13400, 51, 3393, 1660, 299, 1401, 51, 8236, 51, 3567, 13400, 51, 632, 1418, 3339, 546, 64, 310, 5145, 13400, 51, 9934, 299, 1401, 51, 8236, 51, 3567, 13400, 51, 16825, 100, 4794, 100, 7393, 64, 310, 5145, 13400, 51, 3327, 125, 299, 244, 54, 51, 53, 64, 310, 5145, 13400, 51, 285, 2047, 299, 556, 1401, 51, 8236, 51, 20375, 45, 53, 49, 244, 55, 49, 244, 53, 49, 244, 53, 312, 310, 7992, 4336, 51, 688, 45, 1194, 577, 49, 5145, 13400, 312, 603, 3698, 51, 5934, 51, 13305, 6385, 299, 556, 3698, 51, 5934, 51, 13305, 45, 16618, 7586, 1052, 310, 36828, 7586, 941, 20113, 45, 3106, 312, 310, 6385, 51, 41069, 1582, 45, 343, 6385, 51, 33205, 45, 10775, 51, 5934, 51, 13305, 51, 7759, 51, 37249, 46, 343, 657, 26446, 45, 10775, 51, 5934, 51, 13305, 51, 7759, 51, 1328, 9619, 1410, 49, 6385, 51, 42158, 365, 419, 657, 688, 2894, 15719, 365, 419, 657, 26446, 45, 3106, 51, 33205, 45, 10775, 51, 5934, 51, 13305, 51, 7759, 51, 1328, 9619, 1410, 46, 547, 657, 18334, 45, 111, 29314, 55, 46, 547, 657, 26446, 45, 10775, 51, 5934, 51, 13305, 51, 7759, 51, 37249, 49, 6385, 51, 42158, 365, 733, 657, 18334, 45, 29780, 54, 46, 733, 657, 688, 17211, 15719, 45, 10775, 51, 5934, 51, 2362, 2291, 51, 1735, 19046, 51, 45205, 46, 733, 657, 18334, 45, 35216, 54, 49, 244, 53, 49, 3698, 51, 5934, 51, 13305, 51, 5815, 100, 3382, 49, 13813, 51, 3470, 100, 5986, 46, 733, 657, 688, 17211, 15719, 45, 10775, 51, 5934, 51, 2362, 2291, 51, 1735, 19046, 51, 45205, 46, 733, 657, 18334, 45, 21171, 54, 509, 547, 657, 26446, 45, 10775, 51, 5934, 51, 13305, 51, 7759, 51, 37249, 49, 6385, 51, 42158, 365, 733, 657, 26446, 45, 3106, 51, 33205, 45, 10775, 51, 5934, 51, 13305, 51, 7759, 51, 37249, 46, 1031, 657, 18334, 45, 29780, 55, 46, 1031, 657, 18334, 45, 29780, 56, 509, 733, 657, 688, 17211, 15719, 45, 10775, 51, 5934, 51, 2362, 2291, 51, 1735, 19046, 51, 45205, 46, 733, 657, 18334, 45, 111, 29314, 54, 49, 3698, 51, 5934, 51, 13305, 51, 5815, 100, 3382, 49, 244, 58, 62, 61, 49, 13813, 51, 3470, 100, 5986, 509, 547, 657, 26446, 45, 3106, 51, 42158, 365, 733, 657, 43828, 45, 53, 49, 244, 53, 49, 13813, 51, 3470, 100, 5986, 46, 733, 657, 18334, 45, 21171, 55, 46, 733, 657, 688, 17211, 15719, 45, 10775, 51, 5934, 51, 2362, 2291, 51, 1735, 19046, 51, 45205, 46, 733, 657, 18334, 45, 21171, 56, 509, 547, 657, 26446, 45, 10775, 51, 5934, 51, 13305, 51, 7759, 51, 37249, 49, 6385, 51, 42158, 365, 733, 657, 18334, 45, 29780, 57, 46, 733, 657, 43828, 45, 53, 49, 244, 53, 49, 13813, 51, 3470, 100, 5986, 509, 547, 657, 18334, 45, 4719, 4336, 49, 3698, 51, 5934, 51, 13305, 51, 7759, 51, 37249, 49, 3698, 51, 5934, 51, 13305, 51, 5815, 100, 3382, 49, 3698, 51, 5934, 51, 13305, 51, 5815, 100, 3382, 49, 13813, 51, 3470, 100, 5986, 509, 419, 657, 688, 2894, 15719, 1177, 310, 1110, 310, 6385, 51, 489, 11916, 1582, 45, 343, 6385, 51, 33205, 45, 10775, 51, 5934, 51, 13305, 51, 7759, 51, 37249, 46, 343, 657, 26446, 45, 3106, 51, 42158, 365, 419, 657, 688, 2894, 15719, 365, 419, 657, 26446, 45, 3106, 51, 33205, 45, 10775, 51, 5934, 51, 13305, 51, 7759, 51, 6185, 4794, 46, 547, 657, 18334, 45, 29780, 54, 46, 547, 657, 18334, 45, 35216, 54, 49, 3698, 51, 5934, 51, 13305, 51, 22100, 100, 3382, 49, 3698, 51, 5934, 51, 13305, 51, 5815, 100, 3382, 49, 3698, 51, 5934, 51, 13305, 51, 22100, 100, 3382, 46, 547, 657, 18334, 45, 21171, 54, 509, 419, 657, 43828, 45, 54, 61, 49, 244, 54, 61, 49, 244, 54, 61, 46, 419, 657, 18334, 45, 4719, 4336, 49, 3698, 51, 5934, 51, 13305, 51, 22100, 100, 3382, 49, 3698, 51, 5934, 51, 13305, 51, 5815, 100, 3382, 49, 3698, 51, 5934, 51, 13305, 51, 22100, 100, 3382, 46, 419, 657, 43828, 45, 54, 61, 49, 244, 54, 61, 49, 244, 54, 61, 46, 419, 657, 26446, 45, 3106, 51, 33205, 45, 10775, 51, 5934, 51, 13305, 51, 7759, 51, 37249, 46, 547, 657, 26446, 45, 3106, 51, 42158, 365, 733, 657, 18334, 45, 29780, 55, 46, 733, 657, 688, 17211, 15719, 45, 10775, 51, 5934, 51, 2362, 2291, 51, 1735, 19046, 51, 45205, 46, 733, 657, 18334, 45, 29780, 56, 509, 547, 657, 18334, 45, 111, 29314, 54, 49, 3698, 51, 5934, 51, 13305, 51, 22100, 100, 3382, 49, 3698, 51, 5934, 51, 13305, 51, 5815, 100, 3382, 49, 3698, 51, 5934, 51, 13305, 51, 22100, 100, 3382, 509, 419, 657, 688, 17211, 15719, 45, 10775, 51, 5934, 51, 2362, 2291, 51, 1735, 19046, 51, 45205, 46, 419, 657, 18334, 45, 29780, 57, 46, 419, 657, 688, 17211, 15719, 45, 10775, 51, 5934, 51, 2362, 2291, 51, 1735, 19046, 51, 45205, 46, 419, 657, 18334, 45, 111, 29314, 55, 49, 3698, 51, 5934, 51, 13305, 51, 5815, 100, 3382, 49, 244, 55, 57, 56, 49, 13813, 51, 3470, 100, 5986, 46, 419, 657, 688, 17211, 15719, 45, 10775, 51, 5934, 51, 2362, 2291, 51, 1735, 19046, 51, 45205, 46, 419, 657, 26446, 45, 3106, 51, 33205, 45, 10775, 51, 5934, 51, 13305, 51, 7759, 51, 6185, 4794, 46, 547, 657, 18334, 45, 21171, 55, 46, 547, 657, 18334, 45, 21171, 56, 509, 419, 657, 688, 2894, 15719, 1177, 310, 1110, 603, 8928, 492, 303, 28843, 594, 5739, 50, 8727, 47447, 7155, 50, 3298, 63, 1683, 8176, 465, 964, 782, 35102, 54, 22791, 45, 1874, 51, 8236, 51, 1585, 51, 18126, 13975, 46, 24167, 7155, 50, 16825, 63, 1585, 100, 21171, 54, 22791, 310, 2209, 991, 492, 303, 28843, 7155, 50, 14388, 63, 1585, 100, 21171, 54, 22791, 465, 964, 782, 35102, 55, 22791, 45, 1874, 51, 8236, 51, 1585, 51, 18126, 13975, 46, 24167, 7155, 50, 16825, 63, 1585, 100, 21171, 55, 22791, 310, 1441, 492, 303, 28843, 7155, 50, 14388, 63, 1585, 100, 21171, 55, 22791, 465, 964, 782, 614, 11248, 54, 22791, 45, 1874, 51, 8236, 51, 1585, 51, 18126, 13975, 46, 24167, 7155, 50, 16825, 63, 1585, 100, 35216, 54, 22791, 310, 4721, 3223, 1181, 991, 46, 614, 11248, 54, 51, 21851, 1114, 1052, 310, 758, 2436, 10982, 492, 303, 28843, 7155, 50, 14388, 63, 1585, 100, 35216, 54, 22791, 465, 964, 782, 35102, 56, 22791, 45, 1874, 51, 8236, 51, 1585, 51, 18126, 13975, 46, 24167, 7155, 50, 16825, 63, 1585, 100, 21171, 56, 22791, 310, 8260, 492, 303, 28843, 7155, 50, 14388, 63, 1585, 100, 21171, 56, 22791, 465, 453, 19949, 13317, 449, 764, 666, 5370, 325, 7155, 50, 12188, 63, 9605, 303, 964, 3698, 51, 5934, 51, 32880, 35102, 54, 64, 303, 964, 3698, 51, 5934, 51, 32880, 35102, 55, 64, 303, 964, 3698, 51, 5934, 51, 32880, 35102, 56, 64, 303, 964, 3698, 51, 5934, 51, 79, 11248, 614, 11248, 54, 64, 303, 964, 3698, 51, 5934, 51, 22786, 26133, 54, 64, 303, 964, 3698, 51, 5934, 51, 22786, 26133, 55, 64, 303, 964, 3698, 51, 5934, 51, 22786, 26133, 56, 64, 303, 964, 3698, 51, 5934, 51, 22786, 26133, 57, 64, 303, 964, 3698, 51, 5934, 51, 22786, 26133, 58, 64, 303, 964, 3698, 51, 5934, 51, 79, 29314, 614, 29314, 54, 64, 303, 964, 3698, 51, 5934, 51, 79, 29314, 614, 29314, 55, 64, 303, 964, 3698, 51, 5934, 51, 79, 26974, 614, 26974, 54, 64, 303, 964, 3698, 51, 5934, 51, 79, 26974, 614, 26974, 55, 64, 303, 964, 3698, 51, 5934, 51, 22786, 2300, 577, 64, 303, 964, 3698, 51, 5934, 51, 32273, 7992, 4336, 64, 303, 453, 4733, 451, 4918, 13317, 325, 7155, 50, 3298, 63, 9605, 465, 964, 1175, 10914, 55, 5810, 64, 303, 964, 1175, 17432, 8811, 64, 303, 964, 1175, 5068, 65, 991, 67, 8303, 3223, 3852, 64, 303, 964, 1175, 7380, 65, 23654, 1590, 67, 25395, 36080, 64, 303, 964, 10293, 4336, 3273, 4336, 64, 465, 964, 924, 1175, 10293, 3726, 1590, 377, 38213, 100, 28104, 100, 26549, 299, 556, 10293, 3726, 1590, 492, 303, 964, 924, 1175, 13405, 22163, 37917, 100, 21598, 299, 13405, 51, 7028, 459, 1442, 25878, 2034, 51, 102, 50, 15169, 50, 95, 100, 53, 50, 62, 44285, 4381, 33568, 9565, 742, 303, 964, 924, 1175, 3531, 65, 671, 49, 10293, 3726, 67, 377, 38213, 100, 737, 7337, 959, 299, 556, 8329, 6984, 303, 964, 924, 1175, 3531, 65, 671, 49, 2270, 1938, 3223, 67, 46981, 10334, 100, 6581, 7157, 299, 556, 8329, 6984, 303, 964, 924, 1175, 7145, 4101, 299, 21818, 51, 10588, 45, 3223, 7980, 51, 842, 312, 465, 496, 14030, 459, 6734, 55, 1885, 2099, 678, 453, 1369, 458, 35845, 303, 924, 462, 10293, 4336, 320, 310, 1922, 20424, 365, 320, 343, 461, 3416, 17825, 51, 2255, 941, 483, 3683, 45, 117, 984, 317, 51, 316, 4836, 2320, 1052, 310, 339, 603, 3531, 65, 671, 49, 2210, 67, 640, 3367, 365, 320, 343, 3531, 65, 671, 49, 2210, 67, 2102, 299, 556, 8329, 6984, 343, 3416, 17825, 51, 5388, 45, 117, 984, 320, 419, 2210, 804, 299, 317, 51, 6693, 492, 419, 434, 327, 872, 882, 762, 46, 320, 547, 2102, 51, 543, 45, 117, 51, 444, 49, 804, 312, 419, 339, 343, 1141, 343, 461, 2102, 64, 310, 339, 603, 910, 655, 49, 3066, 64, 310, 1701, 65, 3026, 4336, 67, 3416, 17825, 299, 556, 5068, 6984, 310, 1922, 10618, 5285, 1829, 2799, 64, 303, 339, 465, 5560, 924, 462, 10922, 4336, 65, 89, 49, 535, 2041, 990, 1735, 67, 320, 310, 535, 640, 4836, 365, 320, 343, 434, 327, 5739, 630, 762, 46, 320, 419, 7020, 299, 1506, 4836, 492, 343, 339, 343, 434, 327, 23452, 882, 762, 46, 320, 419, 27609, 45, 23452, 312, 343, 339, 343, 461, 7020, 64, 310, 339, 603, 1922, 458, 4836, 2320, 365, 320, 343, 461, 878, 64, 310, 339, 603, 5560, 413, 21517, 492, 603, 5560, 782, 27609, 45, 89, 804, 312, 603, 5560, 413, 391, 976, 45, 671, 615, 312, 603, 5621, 2239, 640, 17089, 365, 320, 343, 461, 1557, 2239, 64, 310, 339, 603, 782, 758, 17089, 45, 17089, 1557, 2239, 46, 320, 343, 477, 51, 2357, 2239, 299, 1557, 2239, 64, 310, 339, 603, 2532, 5560, 535, 1506, 4836, 492, 603, 2532, 782, 11745, 17089, 365, 320, 343, 434, 327, 2357, 2239, 882, 762, 46, 320, 419, 1557, 2239, 51, 1311, 3663, 45, 909, 5621, 1167, 45, 597, 894, 343, 339, 310, 339, 603, 910, 655, 49, 3066, 49, 23058, 64, 310, 1922, 5316, 64, 310, 535, 7020, 64, 310, 413, 14327, 64, 603, 964, 5621, 2239, 1557, 2239, 64, 303, 339, 465, 924, 462, 910, 3026, 4336, 2041, 10922, 4336, 65, 671, 49, 40760, 67, 320, 310, 496, 1806, 310, 2532, 40760, 1506, 4836, 365, 320, 343, 40760, 1620, 299, 556, 40760, 45, 23452, 312, 343, 1620, 51, 35778, 941, 688, 3112, 2239, 45, 909, 6222, 2239, 365, 320, 419, 496, 1806, 419, 581, 782, 5567, 2346, 45, 3112, 1167, 503, 46, 320, 547, 11745, 17089, 492, 419, 339, 2125, 496, 1806, 419, 581, 782, 3365, 2346, 45, 3112, 1167, 503, 46, 320, 547, 11745, 17089, 492, 419, 339, 2125, 496, 1806, 419, 581, 782, 5386, 2346, 45, 3112, 1167, 503, 46, 320, 547, 11745, 17089, 492, 419, 339, 343, 1141, 343, 461, 1620, 64, 310, 339, 603, 496, 1806, 310, 910, 391, 976, 45, 671, 615, 46, 320, 343, 461, 615, 64, 310, 339, 603, 496, 1806, 310, 1922, 458, 4836, 2320, 365, 320, 343, 461, 5316, 1293, 1445, 7020, 51, 10624, 941, 5475, 941, 6401, 1052, 310, 339, 603, 496, 1806, 310, 910, 21517, 365, 320, 343, 910, 1367, 299, 7020, 51, 10624, 492, 343, 461, 1367, 51, 5475, 941, 6401, 365, 1037, 762, 518, 1367, 51, 5475, 492, 310, 339, 603, 496, 1806, 310, 782, 27609, 45, 671, 804, 46, 320, 343, 7020, 51, 6619, 45, 872, 312, 310, 339, 303, 339, 465, 924, 462, 4418, 3026, 4336, 2041, 10922, 4336, 65, 3078, 49, 990, 19837, 67, 320, 310, 496, 1806, 310, 2532, 990, 19837, 1506, 4836, 365, 320, 343, 990, 19837, 30674, 299, 556, 990, 19837, 492, 343, 30674, 51, 688, 17089, 45, 106, 984, 11745, 17089, 1052, 343, 461, 30674, 64, 310, 339, 603, 496, 1806, 310, 4418, 391, 976, 45, 671, 615, 46, 320, 343, 461, 4418, 51, 9169, 45, 484, 312, 310, 339, 603, 496, 1806, 310, 4418, 21517, 365, 320, 343, 461, 327, 3078, 46, 7020, 51, 6693, 492, 310, 339, 603, 496, 1806, 310, 782, 27609, 45, 3078, 804, 46, 320, 343, 7020, 51, 11534, 45, 872, 312, 310, 339, 303, 339, 465, 924, 462, 4235, 8899, 3026, 4336, 2041, 10922, 4336, 65, 3078, 49, 22299, 67, 320, 310, 496, 1806, 310, 2532, 22299, 1506, 4836, 365, 320, 343, 22299, 7992, 299, 556, 22299, 45, 909, 7877, 44547, 1177, 320, 419, 496, 1806, 419, 581, 648, 640, 27067, 45, 429, 1882, 49, 648, 2401, 46, 320, 547, 461, 640, 1735, 45, 53, 566, 390, 27067, 45, 1660, 49, 2401, 312, 419, 339, 343, 1487, 343, 25956, 13397, 299, 556, 25956, 492, 343, 13397, 51, 3327, 125, 299, 244, 54, 51, 53, 64, 343, 13397, 51, 4182, 299, 25956, 51, 31354, 64, 343, 5034, 3384, 1936, 1262, 30674, 1262, 299, 556, 5034, 3384, 1936, 1262, 45, 53, 49, 244, 53, 49, 244, 54, 53, 53, 49, 244, 54, 312, 343, 990, 19837, 30674, 299, 556, 990, 19837, 45, 20743, 1262, 312, 343, 30674, 51, 42561, 1049, 45, 2328, 312, 343, 30674, 51, 688, 17089, 45, 106, 984, 11745, 17089, 1052, 343, 7992, 51, 688, 45, 20743, 49, 13397, 312, 343, 13397, 51, 3327, 125, 299, 244, 53, 51, 53, 64, 343, 13397, 51, 3393, 1660, 299, 25956, 51, 632, 1418, 3339, 546, 64, 343, 23731, 2300, 299, 556, 23731, 4923, 742, 343, 2300, 51, 42561, 1049, 45, 2328, 312, 343, 7992, 51, 688, 45, 1194, 49, 13397, 312, 343, 461, 7992, 64, 310, 339, 603, 496, 1806, 310, 4418, 391, 976, 45, 671, 615, 46, 320, 343, 434, 327, 484, 51, 20982, 4923, 2152, 320, 419, 461, 4418, 51, 9169, 45, 484, 51, 8724, 45, 53, 49, 615, 51, 1340, 365, 449, 244, 54, 566, 5475, 1052, 343, 339, 832, 320, 419, 461, 4418, 51, 9169, 45, 484, 51, 5475, 1052, 343, 339, 310, 339, 603, 496, 1806, 310, 4418, 21517, 365, 320, 343, 461, 327, 3078, 46, 1849, 79, 19837, 46, 7020, 51, 23441, 45, 53, 3445, 6693, 492, 310, 339, 603, 496, 1806, 310, 782, 27609, 45, 3078, 804, 46, 320, 343, 1849, 79, 19837, 46, 7020, 51, 23441, 45, 53, 3445, 11534, 45, 872, 312, 310, 339, 303, 339, 465, 924, 462, 8182, 3026, 4336, 2041, 10922, 4336, 65, 3690, 49, 990, 20929, 10213, 67, 320, 310, 496, 1806, 310, 2532, 990, 20929, 10213, 1506, 4836, 365, 320, 343, 990, 20929, 10213, 1620, 299, 556, 990, 20929, 10213, 45, 44838, 51, 37863, 1825, 1052, 343, 1620, 51, 41069, 7759, 45, 16153, 5238, 51, 1328, 9619, 1410, 312, 343, 1620, 51, 36538, 17089, 459, 872, 411, 503, 984, 11745, 17089, 1052, 343, 461, 1620, 64, 310, 339, 603, 496, 1806, 310, 8182, 391, 976, 45, 671, 615, 46, 320, 343, 461, 8182, 51, 9169, 45, 484, 312, 310, 339, 603, 496, 1806, 310, 1922, 458, 4836, 2320, 365, 320, 343, 1614, 320, 419, 7020, 51, 3388, 3594, 492, 419, 461, 5316, 1293, 327, 5739, 51, 6693, 365, 882, 762, 312, 343, 339, 2385, 327, 26004, 503, 46, 320, 419, 461, 5316, 64, 343, 339, 310, 339, 603, 496, 1806, 310, 8182, 21517, 365, 320, 343, 5132, 21486, 299, 327, 1936, 46, 7020, 51, 6693, 492, 343, 461, 327, 9490, 882, 762, 46, 1037, 21486, 51, 1832, 899, 365, 518, 762, 64, 310, 339, 603, 496, 1806, 310, 782, 27609, 45, 3690, 804, 46, 320, 343, 7020, 51, 11534, 45, 872, 312, 310, 339, 303, 339, 465, 924, 462, 2050, 3026, 4336, 2041, 10922, 4336, 65, 991, 49, 22299, 67, 320, 310, 496, 1806, 310, 2532, 22299, 1506, 4836, 365, 320, 343, 22299, 7992, 299, 556, 22299, 45, 909, 7877, 44547, 1177, 320, 419, 496, 1806, 419, 581, 648, 640, 27067, 45, 429, 1882, 49, 648, 2401, 46, 320, 547, 461, 640, 1735, 45, 53, 566, 390, 27067, 45, 1660, 49, 2401, 312, 419, 339, 343, 1487, 343, 25956, 13397, 299, 556, 25956, 492, 343, 13397, 51, 3327, 125, 299, 244, 54, 51, 53, 64, 343, 13397, 51, 4182, 299, 25956, 51, 31354, 64, 343, 40760, 1620, 299, 556, 40760, 492, 343, 1620, 51, 42561, 1049, 45, 2328, 312, 343, 1620, 51, 35778, 941, 688, 3112, 2239, 45, 909, 6222, 2239, 365, 320, 419, 496, 1806, 419, 581, 782, 5567, 2346, 45, 3112, 1167, 503, 46, 320, 547, 11745, 17089, 492, 419, 339, 2125, 496, 1806, 419, 581, 782, 3365, 2346, 45, 3112, 1167, 503, 46, 320, 547, 11745, 17089, 492, 419, 339, 2125, 496, 1806, 419, 581, 782, 5386, 2346, 45, 3112, 1167, 503, 46, 320, 547, 11745, 17089, 492, 419, 339, 343, 1141, 343, 7992, 51, 688, 45, 1512, 49, 13397, 312, 343, 13397, 51, 3327, 125, 299, 244, 53, 51, 53, 64, 343, 13397, 51, 3393, 1660, 299, 25956, 51, 632, 1418, 3339, 546, 64, 343, 13397, 51, 285, 2047, 299, 556, 719, 2047, 45, 53, 49, 244, 56, 49, 244, 53, 49, 244, 53, 312, 343, 24328, 3467, 299, 556, 24328, 459, 19874, 343, 3467, 51, 42561, 1049, 45, 2328, 312, 343, 3467, 51, 24508, 45, 106, 984, 320, 419, 990, 45617, 822, 21216, 299, 556, 990, 45617, 492, 419, 434, 1445, 1620, 51, 10624, 941, 5475, 941, 6401, 1177, 320, 547, 822, 21216, 51, 26623, 991, 45, 909, 2050, 45, 1512, 51, 10624, 941, 5475, 5086, 419, 339, 419, 434, 327, 1428, 11449, 1002, 28657, 4133, 984, 822, 21216, 51, 2276, 2981, 3742, 45, 4719, 509, 630, 990, 45617, 51, 35859, 2494, 100, 10534, 46, 320, 547, 1620, 51, 6619, 45, 781, 21216, 51, 21851, 991, 941, 24697, 1052, 419, 339, 343, 1141, 343, 7992, 51, 688, 45, 1654, 49, 13397, 312, 343, 461, 7992, 64, 310, 339, 603, 496, 1806, 310, 2050, 391, 976, 45, 671, 615, 46, 320, 343, 461, 556, 2050, 45, 484, 312, 310, 339, 603, 496, 1806, 310, 1922, 458, 4836, 2320, 365, 320, 343, 434, 327, 5311, 46, 320, 419, 461, 878, 64, 343, 339, 832, 320, 419, 910, 1367, 299, 1849, 31845, 46, 7020, 51, 23441, 45, 53, 3445, 10624, 492, 419, 461, 1445, 1367, 51, 5475, 941, 6401, 1177, 979, 556, 2050, 45, 897, 51, 5475, 4269, 41746, 492, 343, 339, 310, 339, 603, 496, 1806, 310, 2050, 21517, 365, 320, 343, 910, 1367, 299, 1849, 31845, 46, 7020, 51, 23441, 45, 53, 3445, 10624, 492, 343, 461, 1367, 51, 5475, 941, 6401, 365, 1037, 762, 518, 556, 2050, 45, 897, 51, 5475, 1052, 310, 339, 603, 496, 1806, 310, 782, 27609, 45, 991, 804, 46, 320, 343, 1849, 31845, 46, 7020, 51, 23441, 45, 53, 3445, 6619, 45, 872, 51, 24697, 1052, 310, 339, 303, 339, 465, 924, 462, 5080, 3026, 4336, 2041, 10922, 4336, 65, 4718, 49, 990, 13592, 67, 320, 310, 496, 1806, 310, 2532, 990, 13592, 1506, 4836, 365, 320, 343, 990, 13592, 44979, 299, 556, 990, 13592, 459, 7173, 343, 44979, 51, 688, 17089, 45, 106, 984, 11745, 17089, 1052, 343, 461, 44979, 64, 310, 339, 603, 496, 1806, 310, 5080, 391, 976, 45, 671, 615, 46, 320, 343, 461, 5080, 51, 9169, 45, 484, 312, 310, 339, 603, 496, 1806, 310, 5080, 21517, 365, 320, 343, 461, 7020, 51, 34103, 492, 310, 339, 603, 496, 1806, 310, 782, 27609, 45, 4718, 804, 46, 320, 343, 7020, 51, 26623, 45, 872, 312, 310, 339, 303, 339, 222, 130 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
8,377
true
54.497366
true
true
FabricMerger.java
/FileExtraction/Java_unseen/MrShieh-X_console-minecraft-launcher/src/main/java/com/mrshiehx/cmcl/modules/extra/fabric/FabricMerger.java
/* * Console Minecraft Launcher * Copyright (C) 2021-2023 MrShiehX <[email protected]> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <https://www.gnu.org/licenses/>. * */ package com.mrshiehx.cmcl.modules.extra.fabric; import com.mrshiehx.cmcl.api.download.DownloadSource; public class FabricMerger extends AbstractFabricMerger { @Override protected String getModLoaderName() { return "Fabric"; } @Override protected String getMavenUrl() { return DownloadSource.getProvider().fabricMaven(); } @Override protected String getMetaUrl() { return DownloadSource.getProvider().fabricMeta() + "v2/"; } @Override protected String getStorageName() { return "fabric"; } }
1,324
Java
.java
MrShieh-X/console-minecraft-launcher
140
10
6
2022-03-12T07:57:33Z
2023-08-30T13:10:27Z
d966481202604e2af4adb7882d08f82f0e5c7ac879f4bea383e3757385353b69
[ 1127, 222, 338, 6497, 35022, 23488, 284, 222, 338, 2657, 327, 72, 46, 244, 55, 53, 55, 54, 50, 55, 53, 55, 56, 244, 34474, 1207, 1093, 109, 93, 350, 56, 58, 58, 56, 57, 54, 56, 61, 61, 55, 69, 10903, 51, 527, 67, 222, 338, 222, 338, 1369, 3477, 458, 3760, 2951, 63, 863, 902, 14081, 580, 480, 52, 290, 5370, 222, 338, 580, 1549, 341, 5974, 451, 341, 6994, 6153, 5062, 1196, 641, 9582, 829, 222, 338, 341, 7834, 3870, 7120, 49, 3173, 1522, 244, 56, 451, 341, 1196, 49, 575, 222, 338, 327, 288, 1390, 2489, 46, 1364, 6146, 1522, 51, 222, 338, 222, 338, 1369, 3477, 458, 2744, 347, 341, 9850, 708, 580, 1118, 545, 6386, 49, 222, 338, 1294, 4213, 2979, 9345, 64, 2895, 4462, 341, 4506, 14319, 451, 222, 338, 7934, 575, 8114, 4800, 418, 7848, 7763, 51, 244, 2819, 341, 222, 338, 6994, 6153, 5062, 1196, 456, 1851, 4261, 51, 222, 338, 222, 338, 2469, 1414, 1178, 6589, 331, 1948, 451, 341, 6994, 6153, 5062, 1196, 222, 338, 7979, 642, 477, 3477, 51, 244, 1691, 666, 49, 2337, 350, 662, 574, 1516, 51, 10627, 51, 1107, 52, 4205, 28699, 222, 338, 222, 588, 222, 222, 1337, 785, 51, 8090, 635, 1093, 8794, 51, 4112, 592, 51, 3490, 51, 7625, 51, 11169, 64, 222, 222, 485, 785, 51, 8090, 635, 1093, 8794, 51, 4112, 592, 51, 1256, 51, 5000, 51, 7511, 2044, 64, 222, 222, 942, 462, 25482, 14449, 892, 2041, 7406, 27968, 14449, 892, 320, 303, 496, 1806, 303, 2532, 910, 640, 2590, 4903, 577, 365, 320, 310, 461, 332, 27968, 884, 303, 339, 465, 496, 1806, 303, 2532, 910, 640, 29940, 2226, 365, 320, 310, 461, 12497, 2044, 51, 390, 2588, 941, 11169, 29940, 492, 303, 339, 465, 496, 1806, 303, 2532, 910, 640, 4247, 2226, 365, 320, 310, 461, 12497, 2044, 51, 390, 2588, 941, 11169, 4247, 365, 494, 332, 123, 55, 26217, 303, 339, 465, 496, 1806, 303, 2532, 910, 640, 3581, 577, 365, 320, 310, 461, 332, 11169, 884, 303, 339, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
346
true
69.486405
true
true
Logger.java
/FileExtraction/Java_unseen/superzanti_ServerSync/src/main/java/com/superzanti/serversync/util/Logger.java
package com.superzanti.serversync.util; import com.superzanti.serversync.ServerSync; import java.util.Arrays; import java.util.concurrent.Executors; import java.util.concurrent.ScheduledExecutorService; import java.util.concurrent.ScheduledFuture; import java.util.concurrent.TimeUnit; import java.util.logging.Handler; /** * Wrapper for serversyncs logs * * @author Rheimus, Alfuken */ public class Logger { public static LoggerInstance instance = null; private static final Object mutex = new Object(); private static Handler uiHandler; // Probably a heinous implementation of debounce but whatever private static final long dbTimeMS = 2000L; private static final ScheduledExecutorService dbRunner = Executors.newSingleThreadScheduledExecutor(); private static ScheduledFuture<?> waitingFlush; public static String getContext() { return ServerSync.MODE == null ? "undefined" : ServerSync.MODE.toString(); } public static LoggerInstance getInstance() { LoggerInstance result = instance; if (result == null) { //synchronized block to remove overhead synchronized (mutex) { result = instance; if (result == null) { // if instance is null, initialize instance = result = new LoggerInstance(getContext()); } } } return result; } public static void instantiate(String context) { instance = new LoggerInstance(context); } public static synchronized void setSystemOutput(boolean output) { // enable/disable System.out logging getInstance().javaLogger.setUseParentHandlers(output); } public static synchronized void log(String s) { getInstance().log(s); } public static synchronized void error(String s) { getInstance().error(s); } public static synchronized void debug(String s) { getInstance().debug(s); } public static synchronized void debug(Exception e) { getInstance().debug(Arrays.toString(e.getStackTrace())); } public static synchronized void outputError(Object object) { getInstance().debug("Failed to write object (" + object + ") to output stream"); } public static synchronized void attachUIHandler(Handler handler) { if (uiHandler != null) { uiHandler.close(); getInstance().javaLogger.removeHandler(uiHandler); } uiHandler = handler; getInstance().javaLogger.addHandler(uiHandler); } public static synchronized void flush() { if (uiHandler != null) { if (waitingFlush == null || waitingFlush.isDone()) { waitingFlush = dbRunner.schedule(() -> { uiHandler.flush(); }, dbTimeMS, TimeUnit.MILLISECONDS); } } } }
2,928
Java
.java
superzanti/ServerSync
148
25
45
2015-06-04T07:28:05Z
2023-12-26T11:08:18Z
438accdbb784b379215396e3192f8fcce5e6956851472c8fde0da8e2a52e70ce
[ 1337, 785, 51, 5282, 127, 7330, 51, 1805, 5220, 51, 1058, 64, 222, 222, 485, 785, 51, 5282, 127, 7330, 51, 1805, 5220, 51, 2077, 4774, 64, 222, 222, 485, 1401, 51, 1058, 51, 9981, 64, 222, 485, 1401, 51, 1058, 51, 8349, 51, 38628, 64, 222, 485, 1401, 51, 1058, 51, 8349, 51, 18382, 25815, 64, 222, 485, 1401, 51, 1058, 51, 8349, 51, 18382, 8271, 64, 222, 485, 1401, 51, 1058, 51, 8349, 51, 27785, 64, 222, 485, 1401, 51, 1058, 51, 7506, 51, 1985, 64, 222, 222, 1350, 222, 338, 21723, 456, 2160, 5220, 120, 8831, 222, 338, 222, 338, 496, 2133, 578, 46656, 371, 49, 418, 506, 122, 934, 222, 588, 222, 942, 462, 7145, 320, 303, 581, 924, 7145, 1825, 1998, 299, 762, 64, 303, 964, 924, 1175, 2210, 22764, 299, 556, 2210, 492, 303, 964, 924, 15210, 7900, 1985, 64, 465, 453, 41318, 331, 957, 285, 3311, 4753, 451, 46509, 1294, 17017, 303, 964, 924, 1175, 1964, 3100, 1061, 2758, 299, 244, 55, 53, 53, 53, 81, 64, 303, 964, 924, 1175, 42459, 25815, 3100, 7980, 299, 6798, 21770, 51, 909, 6284, 3032, 18382, 7592, 492, 303, 964, 924, 42459, 8271, 11667, 10774, 15941, 64, 465, 581, 924, 910, 42590, 365, 320, 310, 461, 4242, 4774, 51, 4986, 630, 762, 1037, 332, 6384, 39, 518, 4242, 4774, 51, 4986, 51, 3127, 492, 303, 339, 465, 581, 924, 7145, 1825, 31605, 365, 320, 310, 7145, 1825, 1074, 299, 1998, 64, 310, 434, 327, 1285, 630, 762, 46, 320, 343, 453, 34508, 2181, 391, 3365, 28372, 343, 13436, 327, 8461, 46, 320, 419, 1074, 299, 1998, 64, 419, 434, 327, 1285, 630, 762, 46, 320, 547, 453, 434, 1998, 458, 762, 49, 7395, 547, 1998, 299, 1074, 299, 556, 7145, 1825, 45, 14722, 1052, 419, 339, 343, 339, 310, 339, 310, 461, 1074, 64, 303, 339, 465, 581, 924, 782, 26202, 45, 671, 1637, 46, 320, 310, 1998, 299, 556, 7145, 1825, 45, 1834, 312, 303, 339, 465, 581, 924, 13436, 782, 758, 1615, 2319, 45, 4412, 1716, 46, 320, 310, 453, 5362, 52, 5826, 1189, 51, 560, 5751, 310, 31605, 941, 1874, 3716, 51, 489, 4404, 4449, 15544, 45, 2051, 312, 303, 339, 465, 581, 924, 13436, 782, 1264, 45, 671, 328, 46, 320, 310, 31605, 941, 769, 45, 120, 312, 303, 339, 465, 581, 924, 13436, 782, 1067, 45, 671, 328, 46, 320, 310, 31605, 941, 750, 45, 120, 312, 303, 339, 465, 581, 924, 13436, 782, 4598, 45, 671, 328, 46, 320, 310, 31605, 941, 2824, 45, 120, 312, 303, 339, 465, 581, 924, 13436, 782, 4598, 45, 1002, 503, 46, 320, 310, 31605, 941, 2824, 45, 9981, 51, 3127, 45, 106, 51, 390, 8432, 5086, 303, 339, 465, 581, 924, 13436, 782, 1716, 943, 45, 976, 1319, 46, 320, 310, 31605, 941, 2824, 459, 5296, 391, 2886, 1319, 2903, 494, 1319, 494, 7816, 391, 1716, 3458, 742, 303, 339, 465, 581, 924, 13436, 782, 12390, 2299, 1985, 45, 1985, 4908, 46, 320, 310, 434, 327, 1726, 1985, 882, 762, 46, 320, 343, 7900, 1985, 51, 2698, 492, 343, 31605, 941, 1874, 3716, 51, 2564, 1985, 45, 1726, 1985, 312, 310, 339, 310, 7900, 1985, 299, 4908, 64, 310, 31605, 941, 1874, 3716, 51, 688, 1985, 45, 1726, 1985, 312, 303, 339, 465, 581, 924, 13436, 782, 15037, 365, 320, 310, 434, 327, 1726, 1985, 882, 762, 46, 320, 343, 434, 327, 21095, 15941, 630, 762, 1293, 10774, 15941, 51, 316, 9114, 1177, 320, 419, 10774, 15941, 299, 3100, 7980, 51, 8598, 4133, 984, 320, 547, 7900, 1985, 51, 9327, 492, 419, 820, 3100, 1061, 2758, 49, 22458, 51, 39050, 312, 343, 339, 310, 339, 303, 339, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
617
true
63.900273
true
true
TooSmallStackSize.java
/FileExtraction/Java_unseen/dragonwell-project_dragonwell17/test/jdk/tools/launcher/TooSmallStackSize.java
/* * Copyright (c) 2014, 2019, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ /* * @test * @bug 6762191 8222334 * @summary Setting stack size to 16K causes segmentation fault * @compile TooSmallStackSize.java * @run main TooSmallStackSize */ /* * The primary purpose of this test is to make sure we can run with a 16k stack * size without crashing. Also this test will determine the minimum allowed * stack size for the platform (as provided by the JVM error message when a very * small stack is used), and then verify that the JVM can be launched with that stack * size without a crash or any error messages. * * Note: The '-Xss<size>' and '-XX:ThreadStackSize=<k-bytes>' options * both control Java thread stack size. This repo's version of the test * exercises the '-Xss' option. The hotspot repo's version of the test * exercises the '-XX:ThreadStackSize' VM option. */ public class TooSmallStackSize extends TestHelper { /* for debugging. Normally false. */ static final boolean verbose = false; static void printTestOutput(TestResult tr) { System.out.println("*** exitValue = " + tr.exitValue); for (String x : tr.testOutput) { System.out.println(x); } } /* * Returns the minimum stack size this platform will allowed based on the * contents of the error message the JVM outputs when too small of a * -Xss size was used. * * The TestResult argument must contain the result of having already run * the JVM with too small of a stack size. */ static String getMinStackAllowed(TestResult tr) { /* * The JVM output will contain in one of the lines: * "The Java thread stack size specified is too small. Specify at least 100k" * Although the actual size will vary. We need to extract this size * string from the output and return it. */ String matchStr = "Specify at least "; for (String x : tr.testOutput) { int match_idx = x.indexOf(matchStr); if (match_idx >= 0) { int size_start_idx = match_idx + matchStr.length(); int k_start_idx = x.indexOf("k", size_start_idx); return x.substring(size_start_idx, k_start_idx + 1); // include the "k" } } System.out.println("Expect='" + matchStr + "'"); System.out.println("Actual:"); printTestOutput(tr); System.out.println("FAILED: Could not get the stack size from the output"); throw new RuntimeException("test fails"); } /* * Run the JVM with the specified stack size. * * Returns the minimum allowed stack size gleaned from the error message, * if there is an error message. Otherwise returns the stack size passed in. */ static String checkStack(String stackSize) { String min_stack_allowed; if (verbose) System.out.println("*** Testing " + stackSize); TestResult tr = doExec(javaCmd, "-Xss" + stackSize, "-version"); if (verbose) printTestOutput(tr); if (tr.isOK()) { System.out.println("PASSED: got no error message with stack size of " + stackSize); min_stack_allowed = stackSize; } else { String matchStr = "The Java thread stack size specified is too small"; if (tr.contains(matchStr)) { System.out.println("PASSED: got expected error message with stack size of " + stackSize); min_stack_allowed = getMinStackAllowed(tr); } else { // Likely a crash System.out.println("Expect='" + matchStr + "'"); System.out.println("Actual:"); printTestOutput(tr); System.out.println("FAILED: Did not get expected error message with stack size of " + stackSize); throw new RuntimeException("test fails"); } } return min_stack_allowed; } /* * Run the JVM with the minimum allowed stack size. This should always succeed. */ static void checkMinStackAllowed(String stackSize) { if (verbose) System.out.println("*** Testing " + stackSize); TestResult tr = doExec(javaCmd, "-Xss" + stackSize, "-version"); if (verbose) printTestOutput(tr); if (tr.isOK()) { System.out.println("PASSED: VM launched with minimum allowed stack size of " + stackSize); } else { // Likely a crash System.out.println("Test output:"); printTestOutput(tr); System.out.println("FAILED: VM failed to launch with minimum allowed stack size of " + stackSize); throw new RuntimeException("test fails"); } } public static void main(String... args) { /* * The result of a 16k stack size should be a quick exit with a complaint * that the stack size is too small. However, for some win32 builds, the * stack is always at least 64k, and this also sometimes is the minimum * allowed size, so we won't see an error in this case. * * This test case will also produce a crash on some platforms if the fix * for 6762191 is not yet in place. */ checkStack("16k"); /* * Try with a 64k stack size, which is the size that the launcher will * set to if you try setting to anything smaller. This should produce the same * result as setting to 16k if the fix for 6762191 is in place. */ String min_stack_allowed = checkStack("64k"); /* * Try again with a the minimum stack size that was given in the error message */ checkMinStackAllowed(min_stack_allowed); /* * Try again with a size that is not OS page aligned. This is to help test that * asserts added for 8176768 are not triggered. */ checkMinStackAllowed("513k"); /* * Try with 0k which indicates that the default thread stack size either from JVM or system * will be used, this should always succeed. */ checkMinStackAllowed("0k"); } }
7,254
Java
.java
dragonwell-project/dragonwell17
275
40
45
2021-09-26T02:21:56Z
2024-04-25T08:12:53Z
a438f3eb73892de1ea9c31a76ab877248bd89413897e87424fdcfdbf33613933
[ 1127, 222, 338, 2657, 327, 104, 46, 244, 55, 53, 54, 57, 49, 244, 55, 53, 54, 62, 49, 17980, 480, 52, 290, 2840, 25094, 51, 3381, 4760, 5225, 51, 222, 338, 4103, 2387, 23740, 1895, 35234, 8995, 2387, 11988, 1895, 8968, 10961, 30441, 51, 222, 338, 222, 338, 1369, 1361, 458, 3760, 2951, 64, 863, 902, 14081, 580, 480, 52, 290, 5370, 580, 222, 338, 1549, 341, 5974, 451, 341, 6994, 6153, 5062, 1196, 1522, 244, 55, 1773, 49, 641, 222, 338, 9582, 829, 341, 7834, 3870, 7120, 51, 222, 338, 222, 338, 1369, 1361, 458, 2744, 347, 341, 9850, 708, 580, 1118, 545, 6386, 49, 1294, 4213, 222, 338, 2979, 9345, 64, 2895, 4462, 341, 4506, 14319, 451, 7934, 575, 222, 338, 8114, 4800, 418, 7848, 7763, 51, 244, 2819, 341, 6994, 6153, 5062, 1196, 222, 338, 1522, 244, 55, 456, 1851, 4261, 327, 102, 1948, 458, 5976, 347, 341, 7621, 822, 708, 222, 338, 20854, 297, 4850, 477, 1361, 566, 222, 338, 222, 338, 2469, 1414, 1178, 6589, 331, 1948, 451, 341, 6994, 6153, 5062, 1196, 1522, 222, 338, 244, 55, 7979, 642, 477, 1409, 64, 434, 666, 49, 2886, 391, 341, 7834, 3870, 7120, 49, 222, 338, 6367, 4345, 244, 58, 54, 34113, 1277, 49, 33316, 26912, 49, 25006, 49, 13083, 244, 53, 55, 54, 54, 53, 50, 54, 56, 53, 54, 15067, 51, 222, 338, 222, 338, 5304, 7272, 17980, 49, 244, 58, 53, 53, 17980, 27004, 3094, 49, 4777, 21100, 2432, 6868, 49, 10562, 244, 62, 57, 53, 59, 58, 15067, 222, 338, 575, 7739, 19955, 51, 11116, 51, 527, 434, 863, 1868, 5408, 2490, 575, 1178, 1364, 222, 338, 10034, 51, 222, 588, 222, 222, 1127, 222, 338, 496, 881, 222, 338, 496, 1468, 244, 59, 60, 59, 55, 54, 62, 54, 244, 61, 55, 55, 55, 56, 56, 57, 222, 338, 496, 1386, 15478, 4154, 1354, 391, 244, 54, 59, 80, 15665, 34276, 18819, 222, 338, 496, 7028, 37325, 12480, 3131, 1269, 51, 1874, 222, 338, 496, 1967, 2594, 37325, 12480, 3131, 1269, 222, 588, 222, 222, 1127, 222, 338, 906, 7470, 11673, 451, 477, 913, 458, 391, 1949, 3673, 1019, 902, 1441, 642, 331, 244, 54, 59, 112, 4154, 222, 338, 1354, 2895, 14865, 318, 51, 8688, 477, 913, 1118, 9949, 341, 9367, 6671, 222, 338, 4154, 1354, 456, 341, 5637, 327, 321, 3961, 829, 341, 30751, 1067, 1492, 1429, 331, 5055, 222, 338, 5562, 4154, 458, 1674, 490, 480, 1636, 6152, 708, 341, 30751, 902, 545, 35965, 642, 708, 4154, 222, 338, 1354, 2895, 331, 14865, 575, 1364, 1067, 5231, 51, 222, 338, 222, 338, 5857, 63, 906, 6483, 93, 441, 65, 911, 6466, 480, 6483, 2931, 63, 3032, 3131, 1269, 18407, 112, 50, 3669, 6466, 2089, 222, 338, 4354, 3518, 4957, 3682, 4154, 1354, 51, 1369, 5885, 1200, 1522, 451, 341, 913, 222, 338, 46903, 341, 6483, 93, 441, 44, 2489, 51, 906, 14372, 7529, 5885, 1200, 1522, 451, 341, 913, 222, 338, 46903, 341, 6483, 2931, 63, 3032, 3131, 1269, 44, 8558, 2489, 51, 222, 588, 222, 222, 942, 462, 37325, 12480, 3131, 1269, 2041, 2128, 2775, 320, 303, 1276, 456, 15073, 51, 31440, 1266, 920, 51, 588, 303, 924, 1175, 1922, 9628, 299, 920, 64, 465, 924, 782, 1489, 1024, 2319, 45, 41146, 573, 46, 320, 310, 1189, 51, 560, 51, 3962, 459, 8150, 4338, 899, 299, 332, 494, 573, 51, 4788, 899, 312, 310, 456, 327, 671, 837, 518, 573, 51, 881, 2319, 46, 320, 343, 1189, 51, 560, 51, 3962, 45, 125, 312, 310, 339, 303, 339, 465, 1276, 294, 338, 3777, 341, 9367, 4154, 1354, 477, 5637, 1118, 6671, 4148, 563, 341, 294, 338, 7321, 451, 341, 1067, 1492, 341, 30751, 10176, 1429, 5150, 5562, 451, 331, 294, 338, 449, 93, 441, 1354, 1616, 1674, 51, 294, 338, 294, 338, 906, 2128, 1413, 2814, 2315, 4814, 341, 1074, 451, 7712, 3443, 1441, 294, 338, 341, 30751, 642, 5150, 5562, 451, 331, 4154, 1354, 51, 294, 588, 303, 924, 910, 640, 2944, 3131, 12764, 45, 41146, 573, 46, 320, 310, 1276, 295, 338, 906, 30751, 1716, 1118, 4814, 347, 1611, 451, 341, 5452, 63, 295, 338, 280, 332, 1338, 4957, 3682, 4154, 1354, 3205, 458, 5150, 5562, 51, 23765, 840, 6247, 244, 54, 53, 53, 112, 39, 295, 338, 28547, 341, 4668, 1354, 1118, 21241, 51, 2726, 1868, 391, 6600, 477, 1354, 295, 338, 821, 664, 341, 1716, 480, 461, 580, 51, 295, 588, 310, 910, 2549, 2026, 299, 332, 31544, 840, 6247, 7216, 310, 456, 327, 671, 837, 518, 573, 51, 881, 2319, 46, 320, 343, 648, 2549, 100, 2910, 299, 837, 51, 7149, 45, 2892, 2026, 312, 343, 434, 327, 2892, 100, 2910, 2394, 244, 53, 46, 320, 419, 648, 1354, 100, 1384, 100, 2910, 299, 2549, 100, 2910, 494, 2549, 2026, 51, 1340, 492, 419, 648, 851, 100, 1384, 100, 2910, 299, 837, 51, 7149, 459, 112, 411, 1354, 100, 1384, 100, 2910, 312, 419, 461, 837, 51, 8724, 45, 911, 100, 1384, 100, 2910, 49, 851, 100, 1384, 100, 2910, 494, 244, 54, 312, 453, 2323, 341, 332, 112, 39, 343, 339, 310, 339, 603, 1189, 51, 560, 51, 3962, 459, 5027, 19050, 494, 2549, 2026, 494, 46827, 310, 1189, 51, 560, 51, 3962, 459, 11075, 20120, 310, 1489, 1024, 2319, 45, 378, 312, 310, 1189, 51, 560, 51, 3962, 459, 10811, 63, 12624, 666, 640, 341, 4154, 1354, 664, 341, 1716, 742, 310, 1440, 556, 13383, 459, 881, 8163, 742, 303, 339, 465, 1276, 294, 338, 4507, 341, 30751, 642, 341, 3205, 4154, 1354, 51, 294, 338, 294, 338, 3777, 341, 9367, 6671, 4154, 1354, 504, 1091, 337, 664, 341, 1067, 1492, 49, 294, 338, 434, 2038, 458, 619, 1067, 1492, 51, 12783, 3235, 341, 4154, 1354, 5424, 347, 51, 294, 588, 303, 924, 910, 1524, 3131, 45, 671, 4154, 1269, 46, 320, 310, 910, 1865, 100, 3056, 100, 11330, 64, 603, 434, 327, 10563, 46, 343, 1189, 51, 560, 51, 3962, 459, 8150, 15613, 332, 494, 4154, 1269, 312, 310, 2128, 1413, 573, 299, 764, 2663, 45, 1874, 5285, 49, 4840, 93, 441, 39, 494, 4154, 1269, 49, 4840, 1687, 742, 310, 434, 327, 10563, 46, 343, 1489, 1024, 2319, 45, 378, 312, 603, 434, 327, 378, 51, 316, 2966, 1177, 320, 343, 1189, 51, 560, 51, 3962, 459, 30338, 9730, 63, 5441, 1307, 1067, 1492, 642, 4154, 1354, 451, 332, 494, 4154, 1269, 312, 343, 1865, 100, 3056, 100, 11330, 299, 4154, 1269, 64, 310, 339, 832, 320, 343, 910, 2549, 2026, 299, 332, 1338, 4957, 3682, 4154, 1354, 3205, 458, 5150, 5562, 884, 343, 434, 327, 378, 51, 4766, 45, 2892, 2026, 509, 320, 419, 1189, 51, 560, 51, 3962, 459, 30338, 9730, 63, 5441, 2816, 1067, 1492, 642, 4154, 1354, 451, 332, 494, 4154, 1269, 312, 419, 1865, 100, 3056, 100, 11330, 299, 640, 2944, 3131, 12764, 45, 378, 312, 343, 339, 832, 320, 419, 453, 517, 1567, 3151, 331, 14865, 419, 1189, 51, 560, 51, 3962, 459, 5027, 19050, 494, 2549, 2026, 494, 46827, 419, 1189, 51, 560, 51, 3962, 459, 11075, 20120, 419, 1489, 1024, 2319, 45, 378, 312, 419, 1189, 51, 560, 51, 3962, 459, 10811, 63, 19222, 666, 640, 2816, 1067, 1492, 642, 4154, 1354, 451, 332, 494, 4154, 1269, 312, 419, 1440, 556, 13383, 459, 881, 8163, 742, 343, 339, 310, 339, 603, 461, 1865, 100, 3056, 100, 11330, 64, 303, 339, 465, 1276, 294, 338, 4507, 341, 30751, 642, 341, 9367, 6671, 4154, 1354, 51, 1369, 1414, 5198, 24474, 51, 294, 588, 303, 924, 782, 1524, 2944, 3131, 12764, 45, 671, 4154, 1269, 46, 320, 310, 434, 327, 10563, 46, 343, 1189, 51, 560, 51, 3962, 459, 8150, 15613, 332, 494, 4154, 1269, 312, 310, 2128, 1413, 573, 299, 764, 2663, 45, 1874, 5285, 49, 4840, 93, 441, 39, 494, 4154, 1269, 49, 4840, 1687, 742, 310, 434, 327, 10563, 46, 343, 1489, 1024, 2319, 45, 378, 312, 603, 434, 327, 378, 51, 316, 2966, 1177, 320, 343, 1189, 51, 560, 51, 3962, 459, 30338, 9730, 63, 8558, 35965, 642, 9367, 6671, 4154, 1354, 451, 332, 494, 4154, 1269, 312, 310, 339, 832, 320, 343, 453, 517, 1567, 3151, 331, 14865, 343, 1189, 51, 560, 51, 3962, 459, 1024, 1716, 20120, 343, 1489, 1024, 2319, 45, 378, 312, 343, 1189, 51, 560, 51, 3962, 459, 10811, 63, 8558, 3818, 391, 11305, 642, 9367, 6671, 4154, 1354, 451, 332, 494, 4154, 1269, 312, 343, 1440, 556, 13383, 459, 881, 8163, 742, 310, 339, 303, 339, 465, 581, 924, 782, 2594, 45, 671, 1198, 2194, 46, 320, 310, 1276, 295, 338, 906, 1074, 451, 331, 244, 54, 59, 112, 4154, 1354, 1414, 545, 331, 8289, 4338, 642, 331, 19132, 2043, 295, 338, 708, 341, 4154, 1354, 458, 5150, 5562, 51, 8786, 49, 456, 1649, 8902, 56, 55, 13968, 49, 341, 295, 338, 4154, 458, 5198, 840, 6247, 244, 59, 57, 112, 49, 480, 477, 2353, 16400, 458, 341, 9367, 295, 338, 6671, 1354, 49, 1278, 1019, 7623, 1348, 2337, 619, 1067, 347, 477, 1152, 51, 295, 338, 295, 338, 1369, 913, 1152, 1118, 2353, 13909, 331, 14865, 563, 1649, 17510, 434, 341, 2435, 295, 338, 456, 244, 59, 60, 59, 55, 54, 62, 54, 458, 666, 6320, 347, 3687, 51, 295, 588, 310, 1524, 3131, 459, 54, 59, 112, 742, 603, 1276, 295, 338, 8982, 642, 331, 244, 59, 57, 112, 4154, 1354, 49, 1532, 458, 341, 1354, 708, 341, 42483, 1118, 295, 338, 758, 391, 434, 863, 1614, 5767, 391, 8003, 14788, 51, 1369, 1414, 13909, 341, 2454, 295, 338, 1074, 641, 5767, 391, 244, 54, 59, 112, 434, 341, 2435, 456, 244, 59, 60, 59, 55, 54, 62, 54, 458, 347, 3687, 51, 295, 588, 310, 910, 1865, 100, 3056, 100, 11330, 299, 1524, 3131, 459, 59, 57, 112, 742, 603, 1276, 295, 338, 8982, 4076, 642, 331, 341, 9367, 4154, 1354, 708, 1616, 2716, 347, 341, 1067, 1492, 295, 588, 310, 1524, 2944, 3131, 12764, 45, 907, 100, 3056, 100, 11330, 312, 603, 1276, 295, 338, 8982, 4076, 642, 331, 1354, 708, 458, 666, 6652, 1957, 19639, 51, 1369, 458, 391, 3071, 913, 708, 295, 338, 1217, 120, 3654, 456, 244, 61, 54, 60, 59, 60, 59, 61, 904, 666, 16782, 51, 295, 588, 310, 1524, 2944, 3131, 12764, 459, 58, 54, 56, 112, 742, 603, 1276, 295, 338, 8982, 642, 244, 53, 112, 1532, 12005, 708, 341, 1263, 3682, 4154, 1354, 3173, 664, 30751, 575, 2684, 295, 338, 1118, 545, 1674, 49, 477, 1414, 5198, 24474, 51, 295, 588, 310, 1524, 2944, 3131, 12764, 459, 53, 112, 742, 303, 339, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
1,765
true
61.414392
true
true
NTLMException.java
/FileExtraction/Java_unseen/openjdk_jdk19/src/java.base/share/classes/com/sun/security/ntlm/NTLMException.java
/* * Copyright (c) 2010, 2022, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ package com.sun.security.ntlm; import java.security.GeneralSecurityException; /** * An NTLM-related Exception */ public final class NTLMException extends GeneralSecurityException { @java.io.Serial private static final long serialVersionUID = -3298539507906689430L; /** * If the incoming packet is invalid. */ public static final int PACKET_READ_ERROR = 1; /** * If the client cannot get a domain value from the server and the * caller has not provided one. */ public static final int NO_DOMAIN_INFO = 2; /** * If the client name is not found on server's user database. */ public static final int USER_UNKNOWN = 3; /** * If authentication fails. */ public static final int AUTH_FAILED = 4; /** * If an illegal version string is provided. */ public static final int BAD_VERSION = 5; /** * Protocol errors. */ public static final int PROTOCOL = 6; private int errorCode; /** * Constructs an NTLMException object. * @param errorCode the error code, which can be retrieved by * the {@link #errorCode() } method. * @param msg the string message, which can be retrieved by * the {@link Exception#getMessage() } method. */ public NTLMException(int errorCode, String msg) { super(msg); this.errorCode = errorCode; } /** * Returns the error code associated with this NTLMException. * @return the error code */ public int errorCode() { return errorCode; } }
2,792
Java
.java
openjdk/jdk19
39
57
0
2022-06-09T06:30:21Z
2023-05-16T14:33:05Z
026d250726cc7454c3ed2d4ba025f18665e114a5f1bc31fcbbae2e6556e31e01
[ 1127, 222, 338, 2657, 327, 104, 46, 244, 55, 53, 54, 53, 49, 244, 55, 53, 55, 55, 49, 17980, 480, 52, 290, 2840, 25094, 51, 3381, 4760, 5225, 51, 222, 338, 4103, 2387, 23740, 1895, 35234, 8995, 2387, 11988, 1895, 8968, 10961, 30441, 51, 222, 338, 222, 338, 1369, 1361, 458, 3760, 2951, 64, 863, 902, 14081, 580, 480, 52, 290, 5370, 580, 222, 338, 1549, 341, 5974, 451, 341, 6994, 6153, 5062, 1196, 1522, 244, 55, 1773, 49, 641, 222, 338, 9582, 829, 341, 7834, 3870, 7120, 51, 244, 17980, 6759, 1218, 477, 222, 338, 8445, 822, 641, 5405, 391, 341, 332, 44978, 39, 3773, 641, 3961, 222, 338, 829, 17980, 347, 341, 7621, 822, 708, 20854, 297, 4850, 477, 1361, 51, 222, 338, 222, 338, 1369, 1361, 458, 2744, 347, 341, 9850, 708, 580, 1118, 545, 6386, 49, 1294, 4213, 222, 338, 2979, 9345, 64, 2895, 4462, 341, 4506, 14319, 451, 7934, 575, 222, 338, 8114, 4800, 418, 7848, 7763, 51, 244, 2819, 341, 6994, 6153, 5062, 1196, 222, 338, 1522, 244, 55, 456, 1851, 4261, 327, 102, 1948, 458, 5976, 347, 341, 7621, 822, 708, 222, 338, 20854, 297, 4850, 477, 1361, 566, 222, 338, 222, 338, 2469, 1414, 1178, 6589, 331, 1948, 451, 341, 6994, 6153, 5062, 1196, 1522, 222, 338, 244, 55, 7979, 642, 477, 1409, 64, 434, 666, 49, 2886, 391, 341, 7834, 3870, 7120, 49, 222, 338, 6367, 4345, 244, 58, 54, 34113, 1277, 49, 33316, 26912, 49, 25006, 49, 13083, 244, 53, 55, 54, 54, 53, 50, 54, 56, 53, 54, 15067, 51, 222, 338, 222, 338, 5304, 7272, 17980, 49, 244, 58, 53, 53, 17980, 27004, 3094, 49, 4777, 21100, 2432, 6868, 49, 10562, 244, 62, 57, 53, 59, 58, 15067, 222, 338, 575, 7739, 19955, 51, 11116, 51, 527, 434, 863, 1868, 5408, 2490, 575, 1178, 1364, 222, 338, 10034, 51, 222, 588, 222, 222, 1337, 785, 51, 9886, 51, 4386, 51, 585, 12779, 64, 222, 222, 485, 1401, 51, 4386, 51, 8633, 5196, 1002, 64, 222, 222, 1350, 222, 338, 2262, 47081, 82, 50, 10518, 3284, 222, 588, 222, 942, 1175, 462, 47081, 82, 1002, 2041, 6153, 5196, 1002, 320, 303, 496, 1874, 51, 735, 51, 2960, 303, 964, 924, 1175, 1964, 19896, 299, 449, 56, 55, 62, 61, 58, 56, 62, 58, 53, 60, 62, 53, 59, 59, 61, 62, 57, 56, 53, 81, 64, 465, 1041, 294, 338, 1691, 341, 14959, 6892, 458, 5549, 51, 294, 588, 303, 581, 924, 1175, 648, 30081, 1235, 100, 4423, 100, 2946, 299, 244, 54, 64, 465, 1041, 294, 338, 1691, 341, 2060, 4897, 640, 331, 5900, 804, 664, 341, 2160, 480, 341, 294, 338, 13099, 1421, 666, 3961, 1611, 51, 294, 588, 303, 581, 924, 1175, 648, 4452, 100, 16792, 100, 1608, 299, 244, 55, 64, 465, 1041, 294, 338, 1691, 341, 2060, 655, 458, 666, 2448, 563, 2160, 1200, 1275, 3520, 51, 294, 588, 303, 581, 924, 1175, 648, 14124, 100, 14165, 299, 244, 56, 64, 465, 1041, 294, 338, 1691, 9162, 8163, 51, 294, 588, 303, 581, 924, 1175, 648, 10761, 100, 10811, 299, 244, 57, 64, 465, 1041, 294, 338, 1691, 619, 24211, 1522, 821, 458, 3961, 51, 294, 588, 303, 581, 924, 1175, 648, 43409, 100, 4539, 299, 244, 58, 64, 465, 1041, 294, 338, 15653, 3896, 51, 294, 588, 303, 581, 924, 1175, 648, 32861, 4067, 299, 244, 59, 64, 465, 964, 648, 28943, 64, 465, 1041, 294, 338, 29755, 619, 47081, 82, 1002, 1319, 51, 294, 338, 496, 772, 28943, 341, 1067, 1361, 49, 1532, 902, 545, 19213, 829, 294, 338, 341, 3105, 1222, 607, 28098, 365, 339, 1431, 51, 294, 338, 496, 772, 3141, 341, 821, 1492, 49, 1532, 902, 545, 19213, 829, 294, 338, 341, 3105, 1222, 3284, 40, 7724, 365, 339, 1431, 51, 294, 588, 303, 581, 47081, 82, 1002, 45, 429, 28943, 49, 910, 3141, 46, 320, 310, 2615, 45, 2093, 312, 310, 477, 51, 28098, 299, 28943, 64, 303, 339, 465, 1041, 294, 338, 3777, 341, 1067, 1361, 5764, 642, 477, 47081, 82, 1002, 51, 294, 338, 496, 620, 341, 1067, 1361, 294, 588, 303, 581, 648, 28943, 365, 320, 310, 461, 28943, 64, 303, 339, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
701
true
66.404011
true
true
StringScanner.java
/FileExtraction/Java_unseen/dogtagpki_pki/tests/dogtag/shared/java/argparser/StringScanner.java
/** * Copyright John E. Lloyd, 2004. All rights reserved. Permission to use, * copy, modify and redistribute is granted, provided that this copyright * notice is retained and the author is given credit whenever appropriate. * * This software is distributed "as is", without any warranty, including * any implied warranty of merchantability or fitness for a particular * use. The author assumes no responsibility for, and shall not be liable * for, any special, indirect, or consequential damages, or any damages * whatsoever, arising out of or in connection with the use of this * software. */ class StringScanner { private char[] buf; private int idx; private int len; private String stringDelimiters = ""; public StringScanner (String s) { buf = new char[s.length()+1]; s.getChars (0, s.length(), buf, 0); len = s.length(); buf[len] = 0; idx = 0; } public int getIndex() { return idx; } public void setIndex(int i) { if (i < 0) { idx = 0; } else if (i > len) { idx = len; } else { idx = i; } } public void setStringDelimiters (String s) { stringDelimiters = s; } public String getStringDelimiters() { return stringDelimiters; } public char scanChar () throws StringScanException { int idxSave = idx; skipWhiteSpace(); try { if (buf[idx] == '\'') { return scanQuotedChar(); } else { return scanUnquotedChar(); } } catch (StringScanException e) { idx = idxSave; throw e; } } public char scanQuotedChar () throws StringScanException { StringScanException exception = null; char retval = 0; int idxSave = idx; skipWhiteSpace(); if (idx == len) { exception = new StringScanException (idx, "end of input"); } else if (buf[idx++] == '\'') { try { retval = scanUnquotedChar(); } catch (StringScanException e) { exception = e; } if (exception==null) { if (idx==len) { exception = new StringScanException (idx, "end of input"); } else if (buf[idx++] != '\'') { exception = new StringScanException (idx-1, "unclosed quoted character"); } } } else { exception = new StringScanException (idx-1, "uninitialized quoted character"); } if (exception!=null) { idx = idxSave; throw exception; } return retval; } public char scanUnquotedChar () throws StringScanException { StringScanException exception = null; char c, retval = 0; int idxSave = idx; if (idx == len) { exception = new StringScanException (idx, "end of input"); } else if ((c = buf[idx++]) == '\\') { if (idx == len) { exception = new StringScanException (idx, "end of input"); } else { c = buf[idx++]; if (c == '"') { retval = '"'; } else if (c == '\'') { retval = '\''; } else if (c == '\\') { retval = '\\'; } else if (c == 'n') { retval = '\n'; } else if (c == 't') { retval = '\t'; } else if (c == 'b') { retval = '\b'; } else if (c == 'r') { retval = '\r'; } else if (c == 'f') { retval = '\f'; } else if ('0' <= c && c < '8') { int v = c - '0'; for (int j=0; j<2; j++) { if (idx==len) { break; } c = buf[idx]; if ('0' <= c && c < '8' && (v*8 + (c-'0')) <= 255) { v = v*8 + (c-'0'); idx++; } else { break; } } retval = (char)v; } else { exception = new StringScanException (idx-1, "illegal escape character '" + c + "'"); } } } else { retval = c; } if (exception!=null) { idx = idxSave; throw exception; } return retval; } public String scanQuotedString () throws StringScanException { StringScanException exception = null; StringBuffer sbuf = new StringBuffer(len); char c; int idxSave = idx; skipWhiteSpace(); if (idx == len) { exception = new StringScanException (idx, "end of input"); } else if ((c=buf[idx++]) == '"') { while (idx<len && (c=buf[idx]) != '"' && c != '\n') { if (c == '\\') { try { c = scanUnquotedChar(); } catch (StringScanException e) { exception = e; break; } } else { idx++; } sbuf.append (c); } if (exception == null && idx>=len) { exception = new StringScanException (len, "end of input"); } else if (exception == null && c == '\n') { exception = new StringScanException (idx, "unclosed quoted string"); } else { idx++; } } else { exception = new StringScanException (idx-1, "quoted string must start with \""); } if (exception != null) { idx = idxSave; throw exception; } return sbuf.toString(); } public String scanNonWhiteSpaceString() throws StringScanException { StringBuffer sbuf = new StringBuffer(len); int idxSave = idx; char c; skipWhiteSpace(); if (idx == len) { StringScanException e = new StringScanException ( idx, "end of input"); idx = idxSave; throw e; } else { c = buf[idx++]; while (idx<len && !Character.isWhitespace(c) && stringDelimiters.indexOf(c) == -1) { sbuf.append(c); c = buf[idx++]; } if (Character.isWhitespace(c) || stringDelimiters.indexOf(c) != -1) { idx--; } else { sbuf.append(c); } } return sbuf.toString(); } public String scanString () throws StringScanException { int idxSave = idx; skipWhiteSpace(); try { if (buf[idx] == '"') { return scanQuotedString(); } else { return scanNonWhiteSpaceString(); } } catch (StringScanException e) { idx = idxSave; throw e; } } public String getString () throws StringScanException { StringBuffer sbuf = new StringBuffer(len); while (idx < len) { sbuf.append (buf[idx++]); } return sbuf.toString(); } public long scanInt () throws StringScanException { int idxSave = idx; char c; int sign = 1; skipWhiteSpace(); if ((c=buf[idx]) == '-' || c == '+') { sign = (c == '-' ? -1 : 1); idx++; } try { if (idx==len) { throw new StringScanException (len, "end of input"); } else if ((c=buf[idx]) == '0') { if ((c=buf[idx+1]) == 'x' || c == 'X') { idx += 2; return sign*scanInt (16, false); } else { return sign*scanInt (8, false); } } else { return sign*scanInt (10, false); } } catch (StringScanException e) { idx = idxSave; throw e; } } public long scanInt (int radix) throws StringScanException { return scanInt (radix, /*skipWhite=*/true); } private String baseDesc (int radix) { switch (radix) { case 10: { return "decimal"; } case 8: { return "octal"; } case 16: { return "hex"; } default: { return "base " + radix; } } } public long scanInt (int radix, boolean skipWhite) throws StringScanException { StringScanException exception = null; int charval, idxSave = idx; char c; long val = 0; boolean negate = false; if (skipWhite) { skipWhiteSpace(); } if ((c=buf[idx]) == '-' || c == '+') { negate = (c == '-'); idx++; } if (idx >= len) { exception = new StringScanException (len, "end of input"); } else if ((charval=Character.digit(buf[idx++],radix)) == -1) { exception = new StringScanException (idx-1, "malformed " + baseDesc(radix) + " integer"); } else { val = charval; while ((charval=Character.digit(buf[idx],radix)) != -1) { val = val*radix + charval; idx++; } if (Character.isLetter(c=buf[idx]) || Character.isDigit(c) || c == '_') { exception = new StringScanException (idx, "malformed " + baseDesc(radix) + " integer"); } } if (exception != null) { idx = idxSave; throw exception; } return negate ? -val : val; } public double scanDouble () throws StringScanException { StringScanException exception = null; int idxSave = idx; char c; // parse [-][0-9]*[.][0-9]*[eE][-][0-9]* boolean hasDigits = false; boolean signed; double value = 0; skipWhiteSpace(); if (idx == len) { exception = new StringScanException ("end of input"); } else { if ((c=buf[idx]) == '-' || c == '+') { signed = true; idx++; } if (matchDigits()) { hasDigits = true; } if (buf[idx] == '.') { idx++; } if (!hasDigits && (buf[idx] < '0' || buf[idx] > '9')) { if (idx==len) { exception = new StringScanException (idx, "end of input"); } else { exception = new StringScanException ( idx, "malformed floating number: no digits"); } } else { matchDigits(); if ((c=buf[idx]) == 'e' || c == 'E') { idx++; if ((c=buf[idx]) == '-' || c == '+') { signed = true; idx++; } if (buf[idx] < '0' || buf[idx] > '9') { if (idx==len) { exception = new StringScanException( idx, "end of input"); } else { exception = new StringScanException (idx, "malformed floating number: no digits in exponent"); } } else { matchDigits(); } } } } if (exception == null) { // if (Character.isLetterOrDigit(c=buf[idx]) || c == '_') // { exception = new StringScanException (idx, //"malformed floating number"); // } // else { try { value = Double.parseDouble(new String(buf, idxSave, idx-idxSave)); } catch (NumberFormatException e) { exception = new StringScanException ( idx, "malformed floating number"); } } } if (exception != null) { idx = idxSave; throw exception; } return value; } public boolean scanBoolean () throws StringScanException { StringScanException exception = null; int idxSave = idx; String testStr = "false"; boolean testval = false; char c; skipWhiteSpace(); if (buf[idx] == 't') { testStr = "true"; testval = true; } else { testval = false; } int i = 0; for (i=0; i<testStr.length(); i++) { if (testStr.charAt(i) != buf[idx]) { if (idx==len) { exception = new StringScanException (idx, "end of input"); } break; } idx++; } if (exception==null) { if (i<testStr.length() || Character.isLetterOrDigit(c=buf[idx]) || c == '_') { exception = new StringScanException (idx, "illegal boolean"); } } if (exception != null) { idx = idxSave; throw exception; } return testval; } public boolean matchString (String s) { int k = idx; for (int i=0; i<s.length(); i++) { if (k >= len || s.charAt(i) != buf[k++]) { return false; } } idx = k; return true; } public boolean matchDigits () { int k = idx; char c; while ((c=buf[k]) >= '0' && c <= '9') { k++; } if (k > idx) { idx = k; return true; } else { return false; } } public void skipWhiteSpace() { while (Character.isWhitespace(buf[idx])) { idx++; } } private int skipWhiteSpace(int k) { while (Character.isWhitespace(buf[k])) { k++; } return k; } public boolean atEnd() { return idx == len; } public boolean atBeginning() { return idx == 0; } public void ungetc() { if (idx > 0) { idx--; } } public char getc() { char c = buf[idx]; if (idx < len) { idx++; } return c; } public char peekc() { return buf[idx]; } public String substring (int i0, int i1) { if (i0 < 0) { i0 = 0; } else if (i0 >= len) { i0= len-1; } if (i1 < 0) { i1 = 0; } else if (i1 > len) { i1= len; } if (i1 <= i0) { return ""; } return new String (buf, i0, i1-i0); } public String substring (int i0) { if (i0 < 0) { i0 = 0; } if (i0 >= len) { return ""; } else { return new String (buf, i0, len-i0); } } }
12,928
Java
.java
dogtagpki/pki
323
130
961
2017-02-16T19:36:36Z
2024-05-09T02:30:28Z
6b91680904e906516da2b441c57e7980a7a705d46c48bc314332c624d468cc50
[ 1350, 353, 338, 2657, 21588, 535, 51, 517, 3934, 105, 49, 244, 55, 53, 53, 57, 51, 3381, 4760, 5225, 51, 11125, 391, 813, 49, 353, 338, 1948, 49, 5370, 480, 14081, 458, 11495, 49, 3961, 708, 477, 5550, 353, 338, 5410, 458, 48244, 480, 341, 4096, 458, 2716, 18977, 18952, 9150, 51, 353, 338, 353, 338, 1369, 244, 2951, 458, 2744, 332, 321, 458, 411, 2895, 1364, 14319, 49, 6252, 5246, 338, 1364, 4506, 14319, 451, 42713, 3478, 575, 34195, 456, 331, 8445, 353, 338, 813, 51, 906, 4096, 22424, 1307, 31378, 456, 49, 480, 9912, 666, 545, 1045, 463, 353, 338, 456, 49, 1364, 7472, 49, 30408, 49, 575, 476, 42585, 13676, 120, 49, 575, 1364, 13676, 120, 353, 338, 2794, 780, 4367, 49, 2119, 12500, 986, 451, 575, 347, 3401, 642, 341, 813, 451, 477, 353, 338, 2951, 51, 353, 588, 222, 222, 842, 910, 13037, 222, 128, 222, 221, 2072, 1370, 1197, 4856, 64, 222, 221, 2072, 648, 5444, 64, 222, 221, 2072, 648, 2095, 64, 222, 221, 2072, 910, 821, 28017, 502, 299, 5127, 499, 221, 942, 910, 13037, 327, 671, 328, 46, 376, 320, 11794, 4856, 299, 556, 1370, 96, 120, 51, 1340, 19218, 54, 988, 11794, 328, 51, 390, 16356, 327, 53, 49, 328, 51, 1340, 1046, 4856, 49, 244, 53, 312, 11794, 2095, 299, 328, 51, 1340, 492, 11794, 4856, 96, 1688, 98, 299, 244, 53, 64, 11794, 5444, 299, 244, 53, 64, 376, 339, 499, 221, 942, 648, 640, 1301, 365, 376, 320, 461, 5444, 64, 376, 339, 499, 221, 942, 782, 758, 1301, 45, 429, 613, 46, 376, 320, 434, 327, 110, 350, 244, 53, 46, 3281, 320, 5444, 299, 244, 53, 64, 3281, 339, 11794, 832, 434, 327, 110, 868, 2095, 46, 3281, 320, 5444, 299, 2095, 64, 3281, 339, 11794, 832, 3281, 320, 5444, 299, 613, 64, 3281, 339, 376, 339, 499, 221, 942, 782, 758, 671, 28017, 502, 327, 671, 328, 46, 376, 320, 821, 28017, 502, 299, 328, 64, 376, 339, 3038, 221, 942, 910, 26625, 28017, 502, 365, 376, 320, 461, 821, 28017, 502, 64, 376, 339, 499, 221, 942, 1370, 8971, 2674, 1423, 11794, 2589, 910, 8818, 1002, 4517, 320, 11794, 648, 5444, 5134, 299, 5444, 64, 11794, 7130, 22608, 492, 11794, 1614, 3281, 320, 434, 327, 1972, 96, 2910, 98, 630, 26246, 704, 17782, 320, 461, 8971, 42110, 2674, 492, 17782, 339, 7817, 832, 17782, 320, 461, 8971, 1079, 38569, 2674, 492, 17782, 339, 3281, 339, 11794, 2385, 327, 671, 8818, 1002, 503, 46, 3281, 320, 5444, 299, 5444, 5134, 64, 7817, 1440, 503, 64, 3281, 339, 376, 339, 499, 221, 942, 1370, 8971, 42110, 2674, 1423, 11794, 2589, 910, 8818, 1002, 376, 320, 11794, 910, 8818, 1002, 3773, 299, 762, 64, 11794, 1370, 18679, 299, 244, 53, 64, 11794, 648, 5444, 5134, 299, 5444, 64, 1332, 280, 7130, 22608, 492, 11794, 434, 327, 2910, 630, 2095, 46, 3281, 320, 3773, 299, 556, 910, 8818, 1002, 327, 2910, 49, 332, 435, 451, 1533, 742, 3281, 339, 11794, 832, 434, 327, 1972, 96, 2910, 13415, 630, 26246, 704, 3281, 320, 1614, 17782, 320, 18679, 299, 8971, 1079, 38569, 2674, 492, 17782, 339, 7817, 2385, 327, 671, 8818, 1002, 503, 46, 17782, 320, 3773, 299, 503, 64, 17782, 339, 7817, 434, 327, 3918, 398, 1710, 46, 17782, 320, 434, 327, 2910, 398, 1688, 46, 9139, 320, 3773, 299, 556, 910, 8818, 1002, 22104, 327, 2910, 49, 332, 435, 451, 1533, 742, 9139, 339, 374, 832, 434, 327, 1972, 96, 2910, 13415, 882, 26246, 704, 9139, 320, 3773, 299, 556, 910, 8818, 1002, 22104, 327, 2910, 50, 54, 49, 332, 974, 4875, 34177, 5373, 742, 9139, 339, 17782, 339, 3281, 339, 11794, 832, 3281, 320, 3773, 299, 556, 910, 8818, 1002, 374, 327, 2910, 50, 54, 49, 332, 330, 16150, 34177, 5373, 742, 3281, 339, 11794, 434, 327, 3918, 6917, 1710, 46, 3281, 320, 5444, 299, 5444, 5134, 64, 7817, 1440, 3773, 64, 3281, 339, 11794, 461, 18679, 64, 376, 339, 499, 221, 942, 1370, 8971, 1079, 38569, 2674, 1423, 11794, 2589, 910, 8818, 1002, 376, 320, 11794, 910, 8818, 1002, 3773, 299, 762, 64, 11794, 1370, 300, 49, 18679, 299, 244, 53, 64, 11794, 648, 5444, 5134, 299, 5444, 64, 1332, 280, 434, 327, 2910, 630, 2095, 46, 3281, 320, 3773, 299, 556, 910, 8818, 1002, 327, 2910, 49, 332, 435, 451, 1533, 742, 3281, 339, 11794, 832, 434, 1849, 104, 299, 4856, 96, 2910, 1065, 1156, 630, 17257, 704, 3281, 320, 434, 327, 2910, 630, 2095, 46, 17782, 320, 3773, 299, 556, 910, 8818, 1002, 327, 2910, 49, 332, 435, 451, 1533, 742, 17782, 339, 7817, 832, 17782, 320, 8671, 300, 299, 4856, 96, 2910, 31755, 374, 434, 327, 104, 630, 6121, 704, 9139, 320, 18679, 299, 6121, 938, 9139, 339, 374, 832, 434, 327, 104, 630, 26246, 704, 9139, 320, 18679, 299, 26246, 938, 9139, 339, 374, 832, 434, 327, 104, 630, 17257, 704, 9139, 320, 18679, 299, 17257, 938, 9139, 339, 374, 832, 434, 327, 104, 630, 349, 115, 704, 9139, 320, 18679, 299, 3243, 115, 938, 9139, 339, 374, 832, 434, 327, 104, 630, 349, 121, 704, 9139, 320, 18679, 299, 3243, 121, 938, 9139, 339, 374, 832, 434, 327, 104, 630, 349, 103, 704, 9139, 320, 18679, 299, 3243, 103, 938, 9139, 339, 374, 832, 434, 327, 104, 630, 349, 119, 704, 9139, 320, 18679, 299, 3243, 119, 938, 9139, 339, 374, 832, 434, 327, 104, 630, 349, 107, 704, 9139, 320, 18679, 299, 3243, 107, 938, 9139, 339, 374, 832, 434, 2751, 53, 44, 2527, 300, 979, 300, 350, 349, 61, 704, 9139, 320, 648, 373, 299, 300, 449, 349, 53, 938, 6993, 456, 327, 429, 614, 66, 53, 64, 614, 65, 55, 64, 614, 2002, 16311, 320, 434, 327, 2910, 398, 1688, 46, 374, 221, 128, 1644, 64, 374, 221, 130, 22104, 300, 299, 4856, 96, 2910, 988, 22104, 434, 2751, 53, 44, 2527, 300, 979, 300, 350, 349, 61, 44, 979, 327, 123, 47, 61, 494, 327, 104, 21107, 53, 2878, 2527, 244, 55, 58, 58, 46, 374, 221, 128, 373, 299, 373, 47, 61, 494, 327, 104, 21107, 53, 912, 14648, 5444, 3348, 374, 221, 130, 22104, 832, 374, 221, 128, 1644, 64, 374, 221, 130, 16311, 339, 6993, 18679, 299, 327, 1612, 46, 123, 64, 9139, 339, 374, 832, 9139, 320, 3773, 299, 556, 910, 8818, 1002, 22104, 327, 2910, 50, 54, 49, 332, 354, 5744, 15821, 5373, 6121, 494, 300, 494, 46827, 9139, 339, 17782, 339, 3281, 339, 11794, 832, 3281, 320, 18679, 299, 300, 64, 3281, 339, 11794, 434, 327, 3918, 6917, 1710, 46, 3281, 320, 5444, 299, 5444, 5134, 64, 7817, 1440, 3773, 64, 3281, 339, 11794, 461, 18679, 64, 376, 339, 499, 221, 942, 910, 8971, 42110, 671, 1423, 11794, 2589, 910, 8818, 1002, 376, 320, 4517, 280, 910, 8818, 1002, 3773, 299, 762, 64, 11794, 21917, 328, 1972, 299, 556, 21917, 45, 1688, 312, 11794, 1370, 300, 64, 11794, 648, 5444, 5134, 299, 5444, 64, 1332, 280, 7130, 22608, 492, 11794, 434, 327, 2910, 630, 2095, 46, 3281, 320, 3773, 299, 556, 910, 8818, 1002, 327, 2910, 49, 332, 435, 451, 1533, 742, 3281, 339, 11794, 832, 434, 1849, 104, 66, 1972, 96, 2910, 1065, 1156, 630, 6121, 704, 3281, 320, 2236, 327, 2910, 65, 1688, 979, 327, 104, 66, 1972, 96, 2910, 1156, 882, 37401, 979, 300, 882, 3243, 115, 704, 17782, 320, 434, 327, 104, 630, 17257, 704, 9139, 320, 1614, 16311, 320, 300, 299, 8971, 1079, 38569, 2674, 492, 16311, 339, 6993, 2385, 327, 671, 8818, 1002, 503, 46, 16311, 320, 3773, 299, 503, 64, 22104, 1644, 64, 16311, 339, 9139, 339, 374, 832, 9139, 320, 5444, 3348, 9139, 339, 374, 328, 1972, 51, 1713, 327, 104, 312, 17782, 339, 7817, 434, 327, 3918, 630, 762, 979, 5444, 7168, 1688, 46, 17782, 320, 3773, 299, 556, 910, 8818, 1002, 327, 1688, 49, 332, 435, 451, 1533, 742, 17782, 339, 7817, 832, 434, 327, 3918, 630, 762, 979, 300, 630, 3243, 115, 704, 17782, 320, 3773, 299, 556, 910, 8818, 1002, 244, 6993, 327, 2910, 49, 332, 974, 4875, 34177, 821, 742, 17782, 339, 7817, 832, 17782, 320, 5444, 3348, 17782, 339, 3281, 339, 11794, 832, 3281, 320, 3773, 299, 556, 910, 8818, 1002, 327, 2910, 50, 54, 49, 222, 39, 38569, 821, 2315, 1496, 642, 4045, 742, 3281, 339, 11794, 434, 327, 3918, 882, 762, 46, 3281, 320, 5444, 299, 5444, 5134, 64, 7817, 1440, 3773, 64, 3281, 339, 11794, 461, 328, 1972, 51, 3127, 492, 376, 339, 499, 221, 942, 910, 8971, 3921, 22608, 671, 365, 11794, 2589, 910, 8818, 1002, 376, 320, 11794, 21917, 328, 1972, 299, 556, 21917, 45, 1688, 312, 11794, 648, 5444, 5134, 299, 5444, 64, 11794, 1370, 300, 64, 1332, 280, 7130, 22608, 492, 11794, 434, 327, 2910, 630, 2095, 46, 3281, 320, 910, 8818, 1002, 503, 299, 556, 910, 8818, 1002, 327, 42589, 5444, 49, 332, 435, 451, 1533, 742, 7817, 5444, 299, 5444, 5134, 64, 7817, 1440, 503, 64, 3281, 339, 11794, 832, 3281, 320, 300, 299, 4856, 96, 2910, 31755, 7817, 2236, 327, 2910, 65, 1688, 979, 673, 6891, 51, 316, 31627, 45, 104, 46, 24342, 979, 821, 28017, 502, 51, 7149, 45, 104, 46, 630, 449, 54, 46, 17782, 320, 328, 1972, 51, 1713, 45, 104, 312, 374, 300, 299, 4856, 96, 2910, 31755, 17782, 339, 7817, 434, 327, 6891, 51, 316, 31627, 45, 104, 46, 1293, 9139, 821, 28017, 502, 51, 7149, 45, 104, 46, 882, 449, 54, 46, 17782, 320, 5444, 10606, 17782, 339, 7817, 832, 17782, 320, 328, 1972, 51, 1713, 45, 104, 312, 17782, 339, 3281, 339, 11794, 461, 328, 1972, 51, 3127, 492, 376, 339, 499, 221, 942, 910, 8971, 671, 1423, 11794, 2589, 910, 8818, 1002, 4517, 320, 11794, 648, 5444, 5134, 299, 5444, 64, 11794, 7130, 22608, 492, 11794, 1614, 3281, 320, 434, 327, 1972, 96, 2910, 98, 630, 6121, 704, 17782, 320, 461, 8971, 42110, 671, 492, 17782, 339, 7817, 832, 17782, 320, 461, 8971, 3921, 22608, 671, 492, 17782, 339, 3281, 339, 11794, 2385, 327, 671, 8818, 1002, 503, 46, 3281, 320, 5444, 299, 5444, 5134, 64, 7817, 1440, 503, 64, 3281, 339, 376, 339, 499, 221, 942, 910, 26625, 1423, 11794, 2589, 910, 8818, 1002, 4517, 320, 11794, 21917, 328, 1972, 299, 556, 21917, 45, 1688, 312, 11794, 2236, 327, 2910, 350, 2095, 46, 3281, 320, 328, 1972, 51, 1713, 327, 1972, 96, 2910, 1065, 2004, 3281, 339, 11794, 461, 328, 1972, 51, 3127, 492, 376, 339, 499, 221, 942, 1964, 8971, 1438, 1423, 11794, 2589, 910, 8818, 1002, 376, 320, 11794, 648, 5444, 5134, 299, 5444, 64, 11794, 1370, 300, 64, 11794, 648, 2613, 299, 244, 54, 64, 1332, 280, 7130, 22608, 492, 11794, 434, 1849, 104, 66, 1972, 96, 2910, 1156, 630, 20524, 1293, 300, 630, 10715, 704, 3281, 320, 2613, 299, 327, 104, 630, 20524, 1037, 449, 54, 518, 244, 54, 312, 7817, 5444, 3348, 3281, 339, 11794, 1614, 3281, 320, 434, 327, 2910, 398, 1688, 46, 17782, 320, 1440, 556, 910, 8818, 1002, 327, 1688, 49, 332, 435, 451, 1533, 742, 17782, 339, 7817, 832, 434, 1849, 104, 66, 1972, 96, 2910, 1156, 630, 349, 53, 704, 17782, 320, 434, 1849, 104, 66, 1972, 96, 2910, 48, 54, 1156, 630, 349, 125, 44, 1293, 300, 630, 349, 93, 704, 9139, 320, 5444, 1475, 244, 55, 64, 6993, 461, 2613, 47, 6987, 1438, 327, 54, 59, 49, 920, 312, 9139, 339, 374, 832, 9139, 320, 461, 2613, 47, 6987, 1438, 327, 61, 49, 920, 312, 9139, 339, 17782, 339, 7817, 832, 17782, 320, 461, 2613, 47, 6987, 1438, 327, 54, 53, 49, 920, 312, 17782, 339, 3281, 339, 11794, 2385, 327, 671, 8818, 1002, 503, 46, 3281, 320, 5444, 299, 5444, 5134, 64, 7817, 1440, 503, 64, 3281, 339, 376, 339, 499, 221, 942, 1964, 8971, 1438, 327, 429, 44719, 46, 11794, 2589, 910, 8818, 1002, 376, 320, 11794, 461, 8971, 1438, 327, 28457, 49, 1276, 5969, 11076, 33668, 1527, 312, 376, 339, 499, 221, 2072, 910, 1712, 5349, 327, 429, 44719, 46, 376, 320, 11794, 3593, 327, 28457, 46, 3281, 320, 1152, 244, 54, 53, 63, 17782, 320, 461, 332, 12730, 884, 17782, 339, 7817, 1152, 244, 61, 63, 17782, 320, 461, 332, 13206, 298, 884, 17782, 339, 7817, 1152, 244, 54, 59, 63, 17782, 320, 461, 332, 6961, 884, 17782, 339, 7817, 1263, 63, 17782, 320, 461, 332, 1460, 332, 494, 44719, 64, 17782, 339, 3281, 339, 376, 339, 499, 221, 942, 1964, 8971, 1438, 327, 429, 44719, 49, 1922, 7130, 11076, 46, 11794, 2589, 910, 8818, 1002, 376, 320, 11794, 910, 8818, 1002, 3773, 299, 762, 64, 11794, 648, 1370, 718, 49, 5444, 5134, 299, 5444, 64, 11794, 1370, 300, 64, 11794, 1964, 928, 299, 244, 53, 64, 11794, 1922, 7571, 351, 299, 920, 64, 1332, 280, 434, 327, 5969, 11076, 46, 3281, 320, 7130, 22608, 492, 3281, 339, 11794, 434, 1849, 104, 66, 1972, 96, 2910, 1156, 630, 20524, 1293, 300, 630, 10715, 704, 3281, 320, 7571, 351, 299, 327, 104, 630, 6483, 912, 7817, 5444, 3348, 3281, 339, 11794, 434, 327, 2910, 2394, 2095, 46, 3281, 320, 3773, 299, 556, 910, 8818, 1002, 327, 1688, 49, 332, 435, 451, 1533, 742, 3281, 339, 11794, 832, 434, 1849, 1612, 718, 66, 6891, 51, 15234, 45, 1972, 96, 2910, 1065, 636, 28457, 509, 630, 449, 54, 46, 3281, 320, 3773, 299, 556, 910, 8818, 1002, 22104, 327, 2910, 50, 54, 49, 332, 7994, 6023, 332, 494, 1712, 5349, 45, 28457, 46, 494, 332, 5009, 742, 3281, 339, 11794, 832, 3281, 320, 928, 299, 1370, 718, 64, 7817, 2236, 1849, 1612, 718, 66, 6891, 51, 15234, 45, 1972, 96, 2910, 636, 28457, 509, 882, 449, 54, 46, 17782, 320, 928, 299, 928, 47, 28457, 494, 1370, 718, 64, 374, 5444, 3348, 17782, 339, 7817, 434, 327, 6891, 51, 316, 17658, 45, 104, 66, 1972, 96, 2910, 1156, 1293, 9139, 15045, 51, 316, 21521, 45, 104, 46, 1293, 300, 630, 7637, 704, 17782, 320, 3773, 299, 556, 910, 8818, 1002, 8671, 981, 327, 2910, 49, 332, 7994, 6023, 332, 494, 1712, 5349, 45, 28457, 46, 494, 332, 5009, 742, 17782, 339, 3281, 339, 11794, 434, 327, 3918, 882, 762, 46, 3281, 320, 5444, 299, 5444, 5134, 64, 7817, 1440, 3773, 64, 3281, 339, 11794, 461, 7571, 351, 1037, 449, 718, 518, 928, 64, 376, 339, 499, 221, 942, 2082, 8971, 4090, 1423, 11794, 2589, 910, 8818, 1002, 376, 320, 11794, 910, 8818, 1002, 3773, 299, 762, 64, 11794, 648, 5444, 5134, 299, 5444, 64, 11794, 1370, 300, 64, 11794, 453, 3203, 9675, 1697, 53, 50, 62, 6642, 96, 51, 1697, 53, 50, 62, 6642, 96, 106, 74, 1697, 50, 1697, 53, 50, 62, 6642, 11794, 1922, 1421, 22306, 299, 920, 64, 11794, 1922, 11289, 64, 11794, 2082, 804, 299, 244, 53, 64, 1332, 280, 7130, 22608, 492, 11794, 434, 327, 2910, 630, 2095, 46, 3281, 320, 3773, 299, 556, 910, 8818, 1002, 2903, 435, 451, 1533, 742, 3281, 339, 11794, 832, 3281, 320, 4517, 665, 434, 1849, 104, 66, 1972, 96, 2910, 1156, 630, 20524, 1293, 300, 630, 10715, 704, 17782, 320, 11289, 299, 878, 64, 374, 5444, 3348, 17782, 339, 7817, 434, 327, 2892, 22306, 1177, 17782, 320, 1421, 22306, 299, 878, 64, 17782, 339, 7817, 434, 327, 1972, 96, 2910, 98, 630, 41788, 17782, 320, 5444, 3348, 17782, 339, 7817, 434, 1445, 2057, 22306, 979, 327, 1972, 96, 2910, 98, 350, 349, 53, 44, 1293, 4856, 96, 2910, 98, 868, 349, 62, 2878, 17782, 320, 434, 327, 2910, 398, 1688, 46, 9139, 320, 3773, 299, 556, 910, 8818, 1002, 327, 2910, 49, 332, 435, 451, 1533, 742, 9139, 339, 374, 832, 9139, 320, 3773, 299, 556, 910, 8818, 1002, 327, 22104, 5444, 49, 332, 7994, 6023, 15398, 1470, 63, 1307, 16198, 742, 9139, 339, 17782, 339, 7817, 832, 17782, 320, 2549, 22306, 492, 2556, 434, 1849, 104, 66, 1972, 96, 2910, 1156, 630, 349, 106, 44, 1293, 300, 630, 349, 74, 704, 9139, 320, 5444, 3348, 6993, 434, 1849, 104, 66, 1972, 96, 2910, 1156, 630, 20524, 1293, 300, 630, 10715, 704, 16311, 320, 11289, 299, 878, 64, 22104, 5444, 3348, 16311, 339, 6993, 434, 327, 1972, 96, 2910, 98, 350, 349, 53, 44, 1293, 4856, 96, 2910, 98, 868, 349, 62, 704, 16311, 320, 434, 327, 2910, 398, 1688, 46, 374, 221, 128, 3773, 299, 556, 910, 8818, 1002, 45, 24342, 5444, 49, 332, 435, 451, 1533, 742, 374, 221, 130, 22104, 832, 374, 221, 128, 3773, 299, 556, 910, 8818, 1002, 327, 2910, 49, 222, 39, 7994, 6023, 15398, 1470, 63, 1307, 16198, 347, 19805, 742, 374, 221, 130, 16311, 339, 6993, 832, 16311, 320, 2549, 22306, 492, 16311, 339, 9139, 339, 17782, 339, 3281, 339, 11794, 434, 327, 3918, 630, 762, 46, 3281, 320, 244, 222, 325, 221, 665, 434, 327, 6891, 51, 316, 17658, 1543, 21521, 45, 104, 66, 1972, 96, 2910, 1156, 1293, 300, 630, 7637, 704, 222, 325, 221, 981, 320, 3773, 299, 556, 910, 8818, 1002, 327, 2910, 49, 244, 222, 325, 39, 7994, 6023, 15398, 1470, 742, 222, 325, 221, 981, 339, 222, 325, 221, 665, 832, 17782, 320, 374, 1614, 9139, 320, 804, 299, 6938, 51, 38832, 45, 909, 910, 45, 1972, 49, 5444, 5134, 49, 2904, 981, 5444, 50, 2910, 5134, 894, 9139, 339, 374, 2385, 327, 1936, 25931, 503, 46, 9139, 320, 3773, 299, 556, 910, 8818, 1002, 327, 221, 22104, 5444, 49, 332, 7994, 6023, 15398, 1470, 742, 9139, 339, 17782, 339, 3281, 339, 11794, 434, 327, 3918, 882, 762, 46, 3281, 320, 5444, 299, 5444, 5134, 64, 7817, 1440, 3773, 64, 3281, 339, 11794, 461, 804, 64, 376, 339, 499, 221, 942, 1922, 8971, 4718, 1423, 11794, 2589, 910, 8818, 1002, 376, 320, 11794, 910, 8818, 1002, 3773, 299, 762, 64, 11794, 648, 5444, 5134, 299, 5444, 64, 11794, 910, 913, 2026, 299, 332, 1886, 884, 11794, 1922, 913, 718, 299, 920, 64, 11794, 1370, 300, 64, 1332, 280, 7130, 22608, 492, 11794, 434, 327, 1972, 96, 2910, 98, 630, 349, 121, 704, 3281, 320, 913, 2026, 299, 332, 1527, 884, 7817, 913, 718, 299, 878, 64, 3281, 339, 4517, 280, 832, 3281, 320, 913, 718, 299, 920, 64, 3281, 339, 11794, 648, 613, 299, 244, 53, 64, 11794, 456, 327, 110, 66, 53, 64, 613, 65, 881, 2026, 51, 1340, 492, 613, 2002, 3281, 320, 434, 327, 881, 2026, 51, 15602, 45, 110, 46, 882, 4856, 96, 2910, 1156, 17782, 320, 434, 327, 2910, 398, 1688, 46, 9139, 320, 3773, 299, 556, 910, 8818, 1002, 327, 2910, 49, 332, 435, 451, 1533, 742, 9139, 339, 374, 1644, 64, 17782, 339, 7817, 5444, 3348, 3281, 339, 11794, 434, 327, 3918, 398, 1710, 46, 3281, 320, 434, 327, 110, 65, 881, 2026, 51, 1340, 365, 1293, 8671, 244, 15045, 51, 316, 17658, 1543, 21521, 45, 104, 66, 1972, 96, 2910, 1156, 1293, 300, 630, 7637, 704, 17782, 320, 3773, 299, 556, 910, 8818, 1002, 327, 2910, 49, 332, 354, 5744, 1922, 742, 17782, 339, 3281, 339, 1017, 981, 11794, 434, 327, 3918, 882, 762, 46, 3281, 320, 5444, 299, 5444, 5134, 64, 7817, 1440, 3773, 64, 3281, 339, 11794, 461, 913, 718, 64, 376, 339, 499, 221, 942, 1922, 2549, 671, 327, 671, 328, 46, 376, 320, 11794, 648, 851, 299, 5444, 64, 11794, 456, 327, 429, 613, 66, 53, 64, 613, 65, 120, 51, 1340, 492, 613, 2002, 3281, 320, 434, 327, 112, 2394, 2095, 1293, 328, 51, 15602, 45, 110, 46, 882, 4856, 96, 112, 1065, 1156, 17782, 320, 461, 920, 64, 17782, 339, 3281, 339, 11794, 5444, 299, 851, 64, 11794, 461, 878, 64, 376, 339, 499, 221, 942, 1922, 2549, 22306, 1423, 376, 320, 11794, 648, 851, 299, 5444, 64, 11794, 1370, 300, 64, 1332, 280, 2236, 1849, 104, 66, 1972, 96, 112, 1156, 2394, 349, 53, 44, 979, 300, 2527, 349, 62, 704, 3281, 320, 851, 3348, 3281, 339, 11794, 434, 327, 112, 868, 5444, 46, 3281, 320, 5444, 299, 851, 64, 7817, 461, 878, 64, 3281, 339, 11794, 832, 3281, 320, 461, 920, 64, 3281, 339, 376, 339, 499, 221, 942, 782, 7130, 22608, 365, 376, 320, 11794, 2236, 327, 6891, 51, 316, 31627, 45, 1972, 96, 2910, 5310, 3281, 320, 5444, 3348, 3281, 339, 376, 339, 499, 221, 2072, 648, 7130, 22608, 45, 429, 851, 46, 376, 320, 11794, 2236, 327, 6891, 51, 316, 31627, 45, 1972, 96, 112, 5310, 3281, 320, 851, 3348, 3281, 339, 11794, 461, 851, 64, 376, 339, 499, 221, 942, 1922, 840, 2117, 365, 376, 320, 11794, 461, 5444, 630, 2095, 64, 376, 339, 499, 221, 942, 1922, 840, 46284, 365, 376, 320, 11794, 461, 5444, 630, 244, 53, 64, 376, 339, 499, 221, 942, 782, 725, 43874, 365, 376, 320, 11794, 434, 327, 2910, 868, 244, 53, 46, 3281, 320, 5444, 10606, 3281, 339, 376, 339, 499, 221, 942, 1370, 640, 104, 365, 376, 320, 11794, 1370, 300, 299, 4856, 96, 2910, 988, 11794, 434, 327, 2910, 350, 2095, 46, 3281, 320, 5444, 3348, 3281, 339, 11794, 461, 300, 64, 376, 339, 499, 221, 942, 1370, 28470, 104, 365, 376, 320, 11794, 461, 4856, 96, 2910, 988, 376, 339, 499, 221, 942, 910, 33900, 327, 429, 613, 53, 49, 648, 613, 54, 46, 376, 320, 11794, 434, 327, 110, 53, 350, 244, 53, 46, 3281, 320, 613, 53, 299, 244, 53, 64, 3281, 339, 11794, 832, 434, 327, 110, 53, 2394, 2095, 46, 3281, 320, 613, 53, 66, 2095, 50, 54, 64, 3281, 339, 11794, 434, 327, 110, 54, 350, 244, 53, 46, 3281, 320, 613, 54, 299, 244, 53, 64, 3281, 339, 11794, 832, 434, 327, 110, 54, 868, 2095, 46, 3281, 320, 613, 54, 66, 2095, 64, 3281, 339, 11794, 434, 327, 110, 54, 2527, 613, 53, 46, 3281, 320, 461, 5127, 3281, 339, 11794, 461, 556, 910, 327, 1972, 49, 613, 53, 49, 613, 54, 50, 110, 53, 312, 376, 339, 499, 221, 942, 910, 33900, 327, 429, 613, 53, 46, 376, 320, 11794, 434, 327, 110, 53, 350, 244, 53, 46, 3281, 320, 613, 53, 299, 244, 53, 64, 3281, 339, 11794, 434, 327, 110, 53, 2394, 2095, 46, 3281, 320, 461, 5127, 3281, 339, 11794, 832, 3281, 320, 461, 556, 910, 327, 1972, 49, 613, 53, 49, 2095, 50, 110, 53, 312, 3281, 339, 376, 339, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
3,718
true
49.21875
true
true
ErrorMessages_ja.java
/FileExtraction/Java_unseen/AdoptOpenJDK_openjdk-aarch64-jdk8u/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/runtime/ErrorMessages_ja.java
/* * reserved comment block * DO NOT REMOVE OR ALTER! */ /* * Copyright 2001-2004 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.sun.org.apache.xalan.internal.xsltc.runtime; import java.util.ListResourceBundle; /** * @author Morten Jorgensen */ public class ErrorMessages_ja extends ListResourceBundle { /* * XSLTC run-time error messages. * * General notes to translators and definitions: * * 1) XSLTC is the name of the product. It is an acronym for XML Stylesheet: * Transformations Compiler * * 2) A stylesheet is a description of how to transform an input XML document * into a resultant output XML document (or HTML document or text) * * 3) An axis is a particular "dimension" in a tree representation of an XML * document; the nodes in the tree are divided along different axes. * Traversing the "child" axis, for instance, means that the program * would visit each child of a particular node; traversing the "descendant" * axis means that the program would visit the child nodes of a particular * node, their children, and so on until the leaf nodes of the tree are * reached. * * 4) An iterator is an object that traverses nodes in a tree along a * particular axis, one at a time. * * 5) An element is a mark-up tag in an XML document; an attribute is a * modifier on the tag. For example, in <elem attr='val' attr2='val2'> * "elem" is an element name, "attr" and "attr2" are attribute names with * the values "val" and "val2", respectively. * * 6) A namespace declaration is a special attribute that is used to associate * a prefix with a URI (the namespace). The meanings of element names and * attribute names that use that prefix are defined with respect to that * namespace. * * 7) DOM is an acronym for Document Object Model. It is a tree * representation of an XML document. * * SAX is an acronym for the Simple API for XML processing. It is an API * used inform an XML processor (in this case XSLTC) of the structure and * content of an XML document. * * Input to the stylesheet processor can come from an XML parser in the * form of a DOM tree or through the SAX API. * * 8) DTD is a document type declaration. It is a way of specifying the * grammar for an XML file, the names and types of elements, attributes, * etc. * * 9) Translet is an invented term that refers to the class file that contains * the compiled form of a stylesheet. */ // These message should be read from a locale-specific resource bundle /** Get the lookup table for error messages. * * @return The message lookup table. */ public Object[][] getContents() { return new Object[][] { /* * Note to translators: the substitution text in the following message * is a class name. Used for internal errors in the processor. */ {BasisLibrary.RUN_TIME_INTERNAL_ERR, "''{0}''\u5185\u306E\u30E9\u30F3\u30BF\u30A4\u30E0\u5185\u90E8\u30A8\u30E9\u30FC\u3067\u3059"}, /* * Note to translators: <xsl:copy> is a keyword that should not be * translated. */ {BasisLibrary.RUN_TIME_COPY_ERR, "<xsl:copy>\u306E\u5B9F\u884C\u4E2D\u306E\u30E9\u30F3\u30BF\u30A4\u30E0\u30FB\u30A8\u30E9\u30FC\u3067\u3059\u3002"}, /* * Note to translators: The substitution text refers to data types. * The message is displayed if a value in a particular context needs to * be converted to type {1}, but that's not possible for a value of type * {0}. */ {BasisLibrary.DATA_CONVERSION_ERR, "''{0}''\u304B\u3089''{1}''\u3078\u306E\u5909\u63DB\u304C\u7121\u52B9\u3067\u3059\u3002"}, /* * Note to translators: This message is displayed if the function named * by the substitution text is not a function that is supported. XSLTC * is the acronym naming the product. */ {BasisLibrary.EXTERNAL_FUNC_ERR, "\u5916\u90E8\u95A2\u6570''{0}''\u306FXSLTC\u306B\u3088\u3063\u3066\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002"}, /* * Note to translators: This message is displayed if two values are * compared for equality, but the data type of one of the values is * unknown. */ {BasisLibrary.EQUALITY_EXPR_ERR, "\u7B49\u4FA1\u5F0F\u306B\u4E0D\u660E\u306A\u5F15\u6570\u30BF\u30A4\u30D7\u304C\u3042\u308A\u307E\u3059\u3002"}, /* * Note to translators: The substitution text for {0} will be a data * type; the substitution text for {1} will be the name of a function. * This is displayed if an argument of the particular data type is not * permitted for a call to this function. */ {BasisLibrary.INVALID_ARGUMENT_ERR, "''{1}''\u306E\u547C\u51FA\u3057\u306E\u5F15\u6570\u30BF\u30A4\u30D7''{0}''\u304C\u7121\u52B9\u3067\u3059"}, /* * Note to translators: There is way of specifying a format for a * number using a pattern; the processor was unable to format the * particular value using the specified pattern. */ {BasisLibrary.FORMAT_NUMBER_ERR, "\u30D1\u30BF\u30FC\u30F3''{1}''\u3092\u4F7F\u7528\u3057\u3066\u6570\u5024''{0}''\u3092\u30D5\u30A9\u30FC\u30DE\u30C3\u30C8\u3057\u3088\u3046\u3068\u3057\u307E\u3057\u305F\u3002"}, /* * Note to translators: The following represents an internal error * situation in XSLTC. The processor was unable to create a copy of an * iterator. (See definition of iterator above.) */ {BasisLibrary.ITERATOR_CLONE_ERR, "\u30A4\u30C6\u30EC\u30FC\u30BF''{0}''\u306E\u30AF\u30ED\u30FC\u30F3\u3092\u4F5C\u6210\u3067\u304D\u307E\u305B\u3093\u3002"}, /* * Note to translators: The following represents an internal error * situation in XSLTC. The processor attempted to create an iterator * for a particular axis (see definition above) that it does not * support. */ {BasisLibrary.AXIS_SUPPORT_ERR, "\u8EF8''{0}''\u306E\u30A4\u30C6\u30EC\u30FC\u30BF\u306F\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002"}, /* * Note to translators: The following represents an internal error * situation in XSLTC. The processor attempted to create an iterator * for a particular axis (see definition above) that it does not * support. */ {BasisLibrary.TYPED_AXIS_SUPPORT_ERR, "\u578B\u6307\u5B9A\u3055\u308C\u305F\u8EF8''{0}''\u306E\u30A4\u30C6\u30EC\u30FC\u30BF\u306F\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002"}, /* * Note to translators: This message is reported if the stylesheet * being processed attempted to construct an XML document with an * attribute in a place other than on an element. The substitution text * specifies the name of the attribute. */ {BasisLibrary.STRAY_ATTRIBUTE_ERR, "\u5C5E\u6027''{0}''\u304C\u8981\u7D20\u306E\u5916\u5074\u306B\u3042\u308A\u307E\u3059\u3002"}, /* * Note to translators: As with the preceding message, a namespace * declaration has the form of an attribute and is only permitted to * appear on an element. The substitution text {0} is the namespace * prefix and {1} is the URI that was being used in the erroneous * namespace declaration. */ {BasisLibrary.STRAY_NAMESPACE_ERR, "\u30CD\u30FC\u30E0\u30B9\u30DA\u30FC\u30B9\u5BA3\u8A00''{0}''=''{1}''\u304C\u8981\u7D20\u306E\u5916\u5074\u306B\u3042\u308A\u307E\u3059\u3002"}, /* * Note to translators: The stylesheet contained a reference to a * namespace prefix that was undefined. The value of the substitution * text is the name of the prefix. */ {BasisLibrary.NAMESPACE_PREFIX_ERR, "\u63A5\u982D\u8F9E''{0}''\u306E\u30CD\u30FC\u30E0\u30B9\u30DA\u30FC\u30B9\u304C\u5BA3\u8A00\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002"}, /* * Note to translators: The following represents an internal error. * DOMAdapter is a Java class in XSLTC. */ {BasisLibrary.DOM_ADAPTER_INIT_ERR, "DOMAdapter\u304C\u9593\u9055\u3063\u305F\u30BF\u30A4\u30D7\u306E\u30BD\u30FC\u30B9DOM\u3092\u4F7F\u7528\u3057\u3066\u4F5C\u6210\u3055\u308C\u307E\u3057\u305F\u3002"}, /* * Note to translators: The following message indicates that the XML * parser that is providing input to XSLTC cannot be used because it * does not describe to XSLTC the structure of the input XML document's * DTD. */ {BasisLibrary.PARSER_DTD_SUPPORT_ERR, "\u4F7F\u7528\u4E2D\u306ESAX\u30D1\u30FC\u30B5\u30FC\u306FDTD\u5BA3\u8A00\u30A4\u30D9\u30F3\u30C8\u3092\u51E6\u7406\u3057\u307E\u305B\u3093\u3002"}, /* * Note to translators: The following message indicates that the XML * parser that is providing input to XSLTC cannot be used because it * does not distinguish between ordinary XML attributes and namespace * declarations. */ {BasisLibrary.NAMESPACES_SUPPORT_ERR, "\u4F7F\u7528\u4E2D\u306ESAX\u30D1\u30FC\u30B5\u30FC\u306B\u306FXML\u30CD\u30FC\u30E0\u30B9\u30DA\u30FC\u30B9\u306E\u30B5\u30DD\u30FC\u30C8\u304C\u3042\u308A\u307E\u305B\u3093\u3002"}, /* * Note to translators: The substitution text is the URI that was in * error. */ {BasisLibrary.CANT_RESOLVE_RELATIVE_URI_ERR, "URI\u53C2\u7167''{0}''\u3092\u89E3\u6C7A\u3067\u304D\u307E\u305B\u3093\u3067\u3057\u305F\u3002"}, /* * Note to translators: The stylesheet contained an element that was * not recognized as part of the XSL syntax. The substitution text * gives the element name. */ {BasisLibrary.UNSUPPORTED_XSL_ERR, "\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u306A\u3044XSL\u8981\u7D20''{0}''"}, /* * Note to translators: The stylesheet referred to an extension to the * XSL syntax and indicated that it was defined by XSLTC, but XSLTC does * not recognize the particular extension named. The substitution text * gives the extension name. */ {BasisLibrary.UNSUPPORTED_EXT_ERR, "\u8A8D\u8B58\u3055\u308C\u306A\u3044XSLTC\u62E1\u5F35''{0}''"}, /* * Note to translators: This error message is produced if the translet * class was compiled using a newer version of XSLTC and deployed for * execution with an older version of XSLTC. The substitution text is * the name of the translet class. */ {BasisLibrary.UNKNOWN_TRANSLET_VERSION_ERR, "\u6307\u5B9A\u3055\u308C\u305Ftranslet\u306E''{0}''\u306F\u3001\u4F7F\u7528\u4E2D\u306EXSLTC\u30E9\u30F3\u30BF\u30A4\u30E0\u306E\u30D0\u30FC\u30B8\u30E7\u30F3\u3088\u308A\u3082\u65B0\u3057\u3044XSLTC\u306E\u30D0\u30FC\u30B8\u30E7\u30F3\u3092\u4F7F\u7528\u3057\u3066\u4F5C\u6210\u3055\u308C\u305F\u3082\u306E\u3067\u3059\u3002\u3053\u306Etranslet\u3092\u5B9F\u884C\u3059\u308B\u306B\u306F\u3001\u30B9\u30BF\u30A4\u30EB\u30B7\u30FC\u30C8\u3092\u518D\u30B3\u30F3\u30D1\u30A4\u30EB\u3059\u308B\u304B\u3001\u3088\u308A\u65B0\u3057\u3044\u30D0\u30FC\u30B8\u30E7\u30F3\u306EXSLTC\u3092\u4F7F\u7528\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002"}, /* * Note to translators: An attribute whose effective value is required * to be a "QName" had a value that was incorrect. * 'QName' is an XML syntactic term that must not be translated. The * substitution text contains the actual value of the attribute. */ {BasisLibrary.INVALID_QNAME_ERR, "\u5024\u304CQName\u3067\u3042\u308B\u3053\u3068\u304C\u5FC5\u8981\u306A\u5C5E\u6027\u306E\u5024\u304C''{0}''\u3067\u3057\u305F"}, /* * Note to translators: An attribute whose effective value is required * to be a "NCName" had a value that was incorrect. * 'NCName' is an XML syntactic term that must not be translated. The * substitution text contains the actual value of the attribute. */ {BasisLibrary.INVALID_NCNAME_ERR, "\u5024\u304CNCName\u3067\u3042\u308B\u3053\u3068\u304C\u5FC5\u8981\u306A\u5C5E\u6027\u306E\u5024\u304C''{0}''\u3067\u3057\u305F"}, {BasisLibrary.UNALLOWED_EXTENSION_FUNCTION_ERR, "\u30BB\u30AD\u30E5\u30A2\u51E6\u7406\u6A5F\u80FD\u304Ctrue\u306B\u8A2D\u5B9A\u3055\u308C\u3066\u3044\u308B\u3068\u304D\u3001\u62E1\u5F35\u95A2\u6570''{0}''\u306E\u4F7F\u7528\u306F\u8A31\u53EF\u3055\u308C\u307E\u305B\u3093\u3002"}, {BasisLibrary.UNALLOWED_EXTENSION_ELEMENT_ERR, "\u30BB\u30AD\u30E5\u30A2\u51E6\u7406\u6A5F\u80FD\u304Ctrue\u306B\u8A2D\u5B9A\u3055\u308C\u3066\u3044\u308B\u3068\u304D\u3001\u62E1\u5F35\u8981\u7D20''{0}''\u306E\u4F7F\u7528\u306F\u8A31\u53EF\u3055\u308C\u307E\u305B\u3093\u3002"}, }; } }
13,945
Java
.java
AdoptOpenJDK/openjdk-aarch64-jdk8u
13
45
0
2020-07-16T16:13:20Z
2021-09-29T14:47:41Z
6d04e655a39e50c636d711124a53c8583532b3a443ef44050d5d0fd102c49fae
[ 1127, 222, 338, 5225, 5101, 2181, 222, 338, 4103, 2387, 35234, 1895, 23740, 38, 222, 588, 222, 1127, 222, 338, 2657, 244, 55, 53, 53, 54, 50, 55, 53, 53, 57, 906, 3954, 3870, 7120, 51, 222, 338, 222, 338, 4773, 1549, 341, 3954, 1196, 49, 3050, 244, 55, 51, 53, 327, 1402, 332, 3801, 742, 222, 338, 863, 1648, 666, 813, 477, 822, 2959, 347, 4960, 642, 341, 1196, 51, 222, 338, 2469, 1648, 4245, 331, 1948, 451, 341, 1196, 840, 222, 338, 222, 338, 281, 1930, 574, 1516, 51, 2121, 51, 1107, 52, 4205, 52, 4106, 50, 55, 51, 53, 222, 338, 222, 338, 5416, 2147, 829, 4568, 4940, 575, 5129, 391, 347, 4144, 49, 2951, 222, 338, 2744, 1549, 341, 1196, 458, 2744, 563, 619, 332, 1117, 2771, 39, 5128, 49, 222, 338, 4213, 3912, 1895, 5186, 2258, 2979, 4489, 49, 3173, 3927, 575, 4506, 51, 222, 338, 2819, 341, 1196, 456, 341, 2835, 2940, 5139, 4243, 480, 222, 338, 5191, 1549, 341, 1196, 51, 222, 588, 222, 222, 1337, 785, 51, 9886, 51, 1107, 51, 2121, 51, 125, 17679, 51, 3269, 51, 13078, 5492, 51, 4700, 64, 222, 222, 485, 1401, 51, 1058, 51, 739, 44616, 64, 222, 222, 1350, 222, 338, 496, 2133, 507, 392, 291, 990, 1107, 1249, 291, 222, 588, 222, 942, 462, 3099, 6389, 100, 4615, 2041, 1701, 44616, 320, 222, 222, 1127, 222, 338, 1618, 3910, 6552, 1441, 50, 1021, 1067, 5231, 51, 222, 338, 222, 338, 6153, 10178, 391, 1650, 113, 4079, 480, 13190, 63, 222, 338, 222, 338, 283, 54, 46, 1618, 3910, 6552, 458, 341, 655, 451, 341, 4072, 51, 244, 2048, 458, 619, 1449, 39798, 456, 7408, 33629, 2708, 63, 222, 338, 665, 11685, 1014, 20178, 222, 338, 222, 338, 283, 55, 46, 418, 41330, 458, 331, 3066, 451, 2650, 391, 4549, 619, 1533, 7408, 1840, 222, 338, 665, 2012, 331, 1074, 710, 1716, 7408, 1840, 327, 290, 5796, 1840, 575, 1367, 46, 222, 338, 222, 338, 283, 56, 46, 2262, 6100, 458, 331, 8445, 332, 11786, 39, 347, 331, 4369, 10323, 451, 619, 7408, 222, 338, 665, 1840, 64, 341, 5193, 347, 341, 4369, 904, 32459, 7979, 3473, 17921, 51, 222, 338, 665, 1588, 15243, 1755, 341, 332, 2680, 39, 6100, 49, 456, 1998, 49, 6084, 708, 341, 3477, 222, 338, 665, 2285, 7739, 2531, 2851, 451, 331, 8445, 1560, 64, 8366, 443, 1755, 341, 332, 3817, 23192, 39, 222, 338, 665, 6100, 6084, 708, 341, 3477, 2285, 7739, 341, 2851, 5193, 451, 331, 8445, 222, 338, 665, 1560, 49, 3641, 5727, 49, 480, 1278, 563, 6234, 341, 16522, 5193, 451, 341, 4369, 904, 222, 338, 665, 16691, 51, 222, 338, 222, 338, 283, 57, 46, 2262, 10033, 458, 619, 1319, 708, 8366, 443, 1490, 5193, 347, 331, 4369, 7979, 331, 222, 338, 665, 8445, 6100, 49, 1611, 840, 331, 1153, 51, 222, 338, 222, 338, 283, 58, 46, 2262, 2016, 458, 331, 3658, 50, 436, 2621, 347, 619, 7408, 1840, 64, 619, 3895, 458, 331, 222, 338, 665, 15348, 563, 341, 2621, 51, 244, 2643, 2301, 49, 347, 350, 7617, 5612, 1080, 718, 44, 5612, 55, 1080, 718, 55, 3035, 222, 338, 665, 332, 7617, 39, 458, 619, 2016, 655, 49, 332, 2456, 39, 480, 332, 2456, 55, 39, 904, 3895, 4492, 642, 222, 338, 665, 341, 2102, 332, 718, 39, 480, 332, 718, 55, 411, 22864, 51, 222, 338, 222, 338, 283, 59, 46, 418, 3596, 13317, 458, 331, 7472, 3895, 708, 458, 1674, 391, 29117, 222, 338, 665, 331, 5216, 642, 331, 7417, 327, 1402, 3596, 566, 244, 906, 5712, 2070, 451, 2016, 4492, 480, 222, 338, 665, 3895, 4492, 708, 813, 708, 5216, 904, 3433, 642, 10198, 391, 708, 222, 338, 665, 3596, 51, 222, 338, 222, 338, 283, 60, 46, 12108, 458, 619, 1449, 39798, 456, 6222, 2210, 3707, 51, 244, 2048, 458, 331, 4369, 222, 338, 665, 10323, 451, 619, 7408, 1840, 51, 222, 338, 222, 338, 665, 45334, 458, 619, 1449, 39798, 456, 341, 7169, 2347, 456, 7408, 8220, 51, 244, 2048, 458, 619, 2347, 222, 338, 665, 1674, 7973, 619, 7408, 12814, 327, 285, 477, 1152, 1618, 3910, 6552, 46, 451, 341, 5213, 480, 222, 338, 665, 1813, 451, 619, 7408, 1840, 51, 222, 338, 222, 338, 665, 4257, 391, 341, 41330, 12814, 902, 6558, 664, 619, 7408, 4138, 347, 341, 222, 338, 665, 2252, 451, 331, 12108, 4369, 575, 3939, 341, 45334, 2347, 51, 222, 338, 222, 338, 283, 61, 46, 493, 3202, 458, 331, 1840, 847, 13317, 51, 244, 2048, 458, 331, 3374, 451, 17255, 341, 222, 338, 665, 21368, 456, 619, 7408, 822, 49, 341, 4492, 480, 3756, 451, 4725, 49, 5437, 49, 222, 338, 665, 5795, 51, 222, 338, 222, 338, 283, 62, 46, 3574, 749, 458, 619, 37347, 337, 5626, 708, 25523, 391, 341, 462, 822, 708, 4326, 222, 338, 665, 341, 13850, 2252, 451, 331, 41330, 51, 222, 588, 465, 453, 8227, 1492, 1414, 545, 1511, 664, 331, 11262, 50, 10281, 2885, 9916, 303, 1041, 1408, 341, 11478, 1877, 456, 1067, 5231, 51, 294, 338, 294, 338, 496, 620, 906, 1492, 11478, 1877, 51, 294, 588, 303, 581, 2210, 11338, 640, 8048, 365, 303, 320, 310, 461, 556, 2210, 11338, 320, 603, 1276, 295, 338, 5857, 391, 1650, 113, 4079, 63, 244, 341, 29528, 1367, 347, 341, 2434, 1492, 295, 338, 458, 331, 462, 655, 51, 244, 12785, 456, 3584, 3896, 347, 341, 12814, 51, 295, 588, 310, 320, 31904, 5887, 51, 6338, 100, 4812, 100, 16745, 100, 2220, 49, 310, 332, 2723, 128, 53, 130, 2723, 97, 122, 58, 54, 61, 58, 97, 122, 56, 53, 59, 74, 97, 122, 56, 53, 74, 62, 97, 122, 56, 53, 75, 56, 97, 122, 56, 53, 8726, 97, 122, 56, 53, 70, 57, 97, 122, 56, 53, 74, 53, 97, 122, 58, 54, 61, 58, 97, 122, 62, 53, 74, 61, 97, 122, 56, 53, 70, 61, 97, 122, 56, 53, 74, 62, 97, 122, 56, 53, 5315, 97, 122, 56, 53, 59, 60, 97, 122, 56, 53, 58, 62, 3933, 603, 1276, 295, 338, 5857, 391, 1650, 113, 4079, 63, 244, 350, 13078, 63, 3014, 67, 458, 331, 11688, 708, 1414, 666, 545, 295, 338, 25075, 51, 295, 588, 310, 320, 31904, 5887, 51, 6338, 100, 4812, 100, 10962, 100, 2220, 49, 310, 3791, 13078, 63, 3014, 5224, 122, 56, 53, 59, 74, 97, 122, 58, 71, 62, 75, 97, 122, 61, 61, 57, 72, 97, 122, 57, 74, 55, 73, 97, 122, 56, 53, 59, 74, 97, 122, 56, 53, 74, 62, 97, 122, 56, 53, 75, 56, 97, 122, 56, 53, 8726, 97, 122, 56, 53, 70, 57, 97, 122, 56, 53, 74, 53, 97, 122, 56, 53, 9547, 97, 122, 56, 53, 70, 61, 97, 122, 56, 53, 74, 62, 97, 122, 56, 53, 5315, 97, 122, 56, 53, 59, 60, 97, 122, 56, 53, 58, 62, 97, 122, 56, 53, 53, 55, 3933, 603, 1276, 295, 338, 5857, 391, 1650, 113, 4079, 63, 244, 906, 29528, 1367, 25523, 391, 727, 3756, 51, 295, 338, 906, 1492, 458, 11083, 434, 331, 804, 347, 331, 8445, 1637, 5669, 391, 295, 338, 545, 12829, 391, 847, 320, 54, 855, 1294, 708, 1200, 666, 4222, 456, 331, 804, 451, 847, 295, 338, 320, 53, 4037, 295, 588, 310, 320, 31904, 5887, 51, 4629, 100, 42474, 100, 2220, 49, 310, 332, 2723, 128, 53, 130, 2723, 97, 122, 56, 53, 57, 71, 97, 122, 56, 53, 61, 62, 2723, 128, 54, 130, 2723, 97, 122, 56, 53, 60, 61, 97, 122, 56, 53, 59, 74, 97, 122, 58, 62, 53, 62, 97, 122, 59, 56, 2015, 97, 122, 56, 53, 57, 72, 97, 122, 60, 54, 55, 54, 97, 122, 58, 55, 71, 62, 97, 122, 56, 53, 59, 60, 97, 122, 56, 53, 58, 62, 97, 122, 56, 53, 53, 55, 3933, 603, 1276, 295, 338, 5857, 391, 1650, 113, 4079, 63, 244, 1369, 1492, 458, 11083, 434, 341, 686, 8213, 295, 338, 829, 341, 29528, 1367, 458, 666, 331, 686, 708, 458, 5430, 51, 244, 1618, 3910, 6552, 295, 338, 458, 341, 1449, 39798, 22564, 341, 4072, 51, 295, 588, 310, 320, 31904, 5887, 51, 14417, 100, 12496, 100, 2220, 49, 310, 2724, 122, 58, 62, 54, 59, 97, 122, 62, 53, 74, 61, 97, 122, 62, 58, 70, 55, 97, 122, 59, 58, 60, 53, 2723, 128, 53, 130, 2723, 97, 122, 56, 53, 59, 8695, 3910, 6552, 97, 122, 56, 53, 59, 71, 97, 122, 56, 53, 61, 61, 97, 122, 56, 53, 59, 56, 97, 122, 56, 53, 59, 59, 97, 122, 56, 53, 71, 58, 97, 122, 56, 53, 2936, 97, 122, 56, 53, 5315, 97, 122, 56, 53, 72, 61, 97, 122, 56, 53, 58, 58, 97, 122, 56, 53, 61, 72, 97, 122, 56, 53, 59, 59, 97, 122, 56, 53, 57, 57, 97, 122, 56, 53, 60, 74, 97, 122, 56, 53, 58, 71, 97, 122, 56, 53, 62, 56, 97, 122, 56, 53, 53, 55, 3933, 603, 1276, 295, 338, 5857, 391, 1650, 113, 4079, 63, 244, 1369, 1492, 458, 11083, 434, 3161, 2102, 904, 295, 338, 19187, 456, 28614, 49, 1294, 341, 727, 847, 451, 1611, 451, 341, 2102, 458, 295, 338, 8675, 51, 295, 588, 310, 320, 31904, 5887, 51, 5914, 2932, 100, 17786, 100, 2220, 49, 310, 2724, 122, 60, 71, 57, 62, 97, 122, 57, 1867, 54, 97, 122, 58, 75, 53, 75, 97, 122, 56, 53, 59, 71, 97, 122, 57, 74, 53, 73, 97, 122, 59, 59, 53, 74, 97, 122, 56, 53, 59, 70, 97, 122, 58, 75, 54, 58, 97, 122, 59, 58, 60, 53, 97, 122, 56, 53, 8726, 97, 122, 56, 53, 70, 57, 97, 122, 56, 53, 73, 60, 97, 122, 56, 53, 57, 72, 97, 122, 56, 53, 57, 55, 97, 122, 56, 53, 61, 70, 97, 122, 56, 53, 60, 74, 97, 122, 56, 53, 58, 62, 97, 122, 56, 53, 53, 55, 3933, 603, 1276, 295, 338, 5857, 391, 1650, 113, 4079, 63, 244, 906, 29528, 1367, 456, 320, 53, 130, 1118, 545, 331, 727, 295, 338, 847, 64, 341, 29528, 1367, 456, 320, 54, 130, 1118, 545, 341, 655, 451, 331, 686, 51, 295, 338, 1369, 458, 11083, 434, 619, 2814, 451, 341, 8445, 727, 847, 458, 666, 295, 338, 15005, 456, 331, 1495, 391, 477, 686, 51, 295, 588, 310, 320, 31904, 5887, 51, 8614, 100, 29899, 100, 2220, 49, 310, 332, 2723, 128, 54, 130, 2723, 97, 122, 56, 53, 59, 74, 97, 122, 58, 57, 60, 72, 97, 122, 58, 54, 1867, 97, 122, 56, 53, 58, 60, 97, 122, 56, 53, 59, 74, 97, 122, 58, 75, 54, 58, 97, 122, 59, 58, 60, 53, 97, 122, 56, 53, 8726, 97, 122, 56, 53, 70, 57, 97, 122, 56, 53, 73, 60, 2723, 128, 53, 130, 2723, 97, 122, 56, 53, 57, 72, 97, 122, 60, 54, 55, 54, 97, 122, 58, 55, 71, 62, 97, 122, 56, 53, 59, 60, 97, 122, 56, 53, 58, 62, 3933, 603, 1276, 295, 338, 5857, 391, 1650, 113, 4079, 63, 244, 5825, 458, 3374, 451, 17255, 331, 2224, 456, 331, 295, 338, 1470, 1493, 331, 5275, 64, 341, 12814, 1616, 17043, 391, 2224, 341, 295, 338, 8445, 804, 1493, 341, 3205, 5275, 51, 295, 588, 310, 320, 31904, 5887, 51, 9309, 100, 10468, 100, 2220, 49, 310, 2724, 122, 56, 53, 73, 54, 97, 122, 56, 53, 8726, 97, 122, 56, 53, 5315, 97, 122, 56, 53, 75, 56, 2723, 128, 54, 130, 2723, 97, 122, 56, 53, 62, 55, 97, 122, 57, 75, 60, 75, 97, 122, 60, 58, 55, 61, 97, 122, 56, 53, 58, 60, 97, 122, 56, 53, 59, 59, 97, 122, 59, 58, 60, 53, 97, 122, 58, 53, 55, 57, 2723, 128, 53, 130, 2723, 97, 122, 56, 53, 62, 55, 97, 122, 56, 53, 73, 58, 97, 122, 56, 53, 70, 62, 97, 122, 56, 53, 5315, 97, 122, 56, 53, 869, 97, 122, 56, 53, 72, 56, 97, 122, 56, 53, 72, 61, 97, 122, 56, 53, 58, 60, 97, 122, 56, 53, 61, 61, 97, 122, 56, 53, 57, 59, 97, 122, 56, 53, 59, 61, 97, 122, 56, 53, 58, 60, 97, 122, 56, 53, 60, 74, 97, 122, 56, 53, 58, 60, 97, 122, 56, 53, 58, 75, 97, 122, 56, 53, 53, 55, 3933, 603, 1276, 295, 338, 5857, 391, 1650, 113, 4079, 63, 244, 906, 2434, 10684, 619, 3584, 1067, 295, 338, 18765, 347, 1618, 3910, 6552, 51, 244, 906, 12814, 1616, 17043, 391, 1506, 331, 1948, 451, 619, 295, 338, 10033, 51, 244, 327, 7496, 5658, 451, 10033, 3713, 7475, 295, 588, 310, 320, 31904, 5887, 51, 20937, 100, 1601, 4451, 100, 2220, 49, 310, 2724, 122, 56, 53, 70, 57, 97, 122, 56, 53, 72, 59, 97, 122, 56, 53, 6147, 97, 122, 56, 53, 5315, 97, 122, 56, 53, 8726, 2723, 128, 53, 130, 2723, 97, 122, 56, 53, 59, 74, 97, 122, 56, 53, 5999, 97, 122, 56, 53, 1363, 97, 122, 56, 53, 5315, 97, 122, 56, 53, 75, 56, 97, 122, 56, 53, 62, 55, 97, 122, 57, 75, 58, 72, 97, 122, 59, 55, 54, 53, 97, 122, 56, 53, 59, 60, 97, 122, 56, 53, 57, 73, 97, 122, 56, 53, 60, 74, 97, 122, 56, 53, 58, 71, 97, 122, 56, 53, 62, 56, 97, 122, 56, 53, 53, 55, 3933, 603, 1276, 295, 338, 5857, 391, 1650, 113, 4079, 63, 244, 906, 2434, 10684, 619, 3584, 1067, 295, 338, 18765, 347, 1618, 3910, 6552, 51, 244, 906, 12814, 35326, 391, 1506, 619, 10033, 295, 338, 456, 331, 8445, 6100, 327, 2987, 5658, 3713, 46, 708, 580, 1976, 666, 295, 338, 2208, 51, 295, 588, 310, 320, 31904, 5887, 51, 31795, 100, 14135, 100, 2220, 49, 310, 2724, 122, 61, 11063, 61, 2723, 128, 53, 130, 2723, 97, 122, 56, 53, 59, 74, 97, 122, 56, 53, 70, 57, 97, 122, 56, 53, 72, 59, 97, 122, 56, 53, 6147, 97, 122, 56, 53, 5315, 97, 122, 56, 53, 8726, 97, 122, 56, 53, 59, 75, 97, 122, 56, 53, 71, 58, 97, 122, 56, 53, 2936, 97, 122, 56, 53, 5315, 97, 122, 56, 53, 72, 61, 97, 122, 56, 53, 58, 58, 97, 122, 56, 53, 61, 72, 97, 122, 56, 53, 59, 59, 97, 122, 56, 53, 57, 57, 97, 122, 56, 53, 60, 74, 97, 122, 56, 53, 58, 71, 97, 122, 56, 53, 62, 56, 97, 122, 56, 53, 53, 55, 3933, 603, 1276, 295, 338, 5857, 391, 1650, 113, 4079, 63, 244, 906, 2434, 10684, 619, 3584, 1067, 295, 338, 18765, 347, 1618, 3910, 6552, 51, 244, 906, 12814, 35326, 391, 1506, 619, 10033, 295, 338, 456, 331, 8445, 6100, 327, 2987, 5658, 3713, 46, 708, 580, 1976, 666, 295, 338, 2208, 51, 295, 588, 310, 320, 31904, 5887, 51, 2333, 73, 100, 31795, 100, 14135, 100, 2220, 49, 310, 2724, 122, 58, 60, 61, 71, 97, 122, 59, 56, 53, 60, 97, 122, 58, 71, 62, 70, 97, 122, 56, 53, 58, 58, 97, 122, 56, 53, 61, 72, 97, 122, 56, 53, 58, 75, 97, 122, 61, 11063, 61, 2723, 128, 53, 130, 2723, 97, 122, 56, 53, 59, 74, 97, 122, 56, 53, 70, 57, 97, 122, 56, 53, 72, 59, 97, 122, 56, 53, 6147, 97, 122, 56, 53, 5315, 97, 122, 56, 53, 8726, 97, 122, 56, 53, 59, 75, 97, 122, 56, 53, 71, 58, 97, 122, 56, 53, 2936, 97, 122, 56, 53, 5315, 97, 122, 56, 53, 72, 61, 97, 122, 56, 53, 58, 58, 97, 122, 56, 53, 61, 72, 97, 122, 56, 53, 59, 59, 97, 122, 56, 53, 57, 57, 97, 122, 56, 53, 60, 74, 97, 122, 56, 53, 58, 71, 97, 122, 56, 53, 62, 56, 97, 122, 56, 53, 53, 55, 3933, 603, 1276, 295, 338, 5857, 391, 1650, 113, 4079, 63, 244, 1369, 1492, 458, 14535, 434, 341, 41330, 295, 338, 4019, 11487, 35326, 391, 8551, 619, 7408, 1840, 642, 619, 295, 338, 3895, 347, 331, 3687, 1623, 2806, 563, 619, 2016, 51, 244, 906, 29528, 1367, 295, 338, 15834, 341, 655, 451, 341, 3895, 51, 295, 588, 310, 320, 31904, 5887, 51, 2393, 2749, 100, 18384, 100, 2220, 49, 310, 2724, 122, 58, 72, 58, 74, 97, 122, 59, 53, 55, 60, 2723, 128, 53, 130, 2723, 97, 122, 56, 53, 57, 72, 97, 122, 61, 62, 61, 54, 97, 122, 60, 73, 55, 53, 97, 122, 56, 53, 59, 74, 97, 122, 58, 62, 54, 59, 97, 122, 58, 53, 60, 57, 97, 122, 56, 53, 59, 71, 97, 122, 56, 53, 57, 55, 97, 122, 56, 53, 61, 70, 97, 122, 56, 53, 60, 74, 97, 122, 56, 53, 58, 62, 97, 122, 56, 53, 53, 55, 3933, 603, 1276, 295, 338, 5857, 391, 1650, 113, 4079, 63, 244, 2915, 642, 341, 46079, 1492, 49, 331, 3596, 295, 338, 13317, 1421, 341, 2252, 451, 619, 3895, 480, 458, 1773, 15005, 391, 295, 338, 9268, 563, 619, 2016, 51, 244, 906, 29528, 1367, 320, 53, 130, 458, 341, 3596, 295, 338, 5216, 480, 320, 54, 130, 458, 341, 7417, 708, 1616, 4019, 1674, 347, 341, 1155, 677, 3311, 295, 338, 3596, 13317, 51, 295, 588, 310, 320, 31904, 5887, 51, 2393, 2749, 100, 9617, 100, 2220, 49, 310, 2724, 122, 56, 53, 4778, 97, 122, 56, 53, 5315, 97, 122, 56, 53, 74, 53, 97, 122, 56, 53, 71, 62, 97, 122, 56, 53, 5472, 97, 122, 56, 53, 5315, 97, 122, 56, 53, 71, 62, 97, 122, 58, 6807, 56, 97, 122, 61, 70, 53, 53, 2723, 128, 53, 130, 2723, 1080, 16046, 54, 130, 2723, 97, 122, 56, 53, 57, 72, 97, 122, 61, 62, 61, 54, 97, 122, 60, 73, 55, 53, 97, 122, 56, 53, 59, 74, 97, 122, 58, 62, 54, 59, 97, 122, 58, 53, 60, 57, 97, 122, 56, 53, 59, 71, 97, 122, 56, 53, 57, 55, 97, 122, 56, 53, 61, 70, 97, 122, 56, 53, 60, 74, 97, 122, 56, 53, 58, 62, 97, 122, 56, 53, 53, 55, 3933, 603, 1276, 295, 338, 5857, 391, 1650, 113, 4079, 63, 244, 906, 41330, 14561, 331, 4141, 391, 331, 295, 338, 3596, 5216, 708, 1616, 3483, 51, 244, 906, 804, 451, 341, 29528, 295, 338, 1367, 458, 341, 655, 451, 341, 5216, 51, 295, 588, 310, 320, 31904, 5887, 51, 9617, 100, 9857, 100, 2220, 49, 310, 2724, 122, 59, 56, 70, 58, 97, 122, 62, 61, 55, 73, 97, 122, 61, 75, 62, 74, 2723, 128, 53, 130, 2723, 97, 122, 56, 53, 59, 74, 97, 122, 56, 53, 4778, 97, 122, 56, 53, 5315, 97, 122, 56, 53, 74, 53, 97, 122, 56, 53, 71, 62, 97, 122, 56, 53, 5472, 97, 122, 56, 53, 5315, 97, 122, 56, 53, 71, 62, 97, 122, 56, 53, 57, 72, 97, 122, 58, 6807, 56, 97, 122, 61, 70, 53, 53, 97, 122, 56, 53, 58, 58, 97, 122, 56, 53, 61, 72, 97, 122, 56, 53, 59, 59, 97, 122, 56, 53, 57, 57, 97, 122, 56, 53, 60, 74, 97, 122, 56, 53, 58, 71, 97, 122, 56, 53, 62, 56, 97, 122, 56, 53, 53, 55, 3933, 603, 1276, 295, 338, 5857, 391, 1650, 113, 4079, 63, 244, 906, 2434, 10684, 619, 3584, 1067, 51, 295, 338, 4103, 1418, 105, 2623, 458, 331, 4957, 462, 347, 1618, 3910, 6552, 51, 295, 588, 310, 320, 31904, 5887, 51, 8869, 100, 48749, 100, 7545, 100, 2220, 49, 310, 332, 1700, 1418, 105, 2623, 97, 122, 56, 53, 57, 72, 97, 122, 62, 58, 62, 56, 97, 122, 62, 53, 58, 58, 97, 122, 56, 53, 59, 56, 97, 122, 56, 53, 58, 75, 97, 122, 56, 53, 8726, 97, 122, 56, 53, 70, 57, 97, 122, 56, 53, 73, 60, 97, 122, 56, 53, 59, 74, 97, 122, 56, 53, 7664, 97, 122, 56, 53, 5315, 97, 122, 56, 53, 71, 62, 8869, 97, 122, 56, 53, 62, 55, 97, 122, 57, 75, 60, 75, 97, 122, 60, 58, 55, 61, 97, 122, 56, 53, 58, 60, 97, 122, 56, 53, 59, 59, 97, 122, 57, 75, 58, 72, 97, 122, 59, 55, 54, 53, 97, 122, 56, 53, 58, 58, 97, 122, 56, 53, 61, 72, 97, 122, 56, 53, 60, 74, 97, 122, 56, 53, 58, 60, 97, 122, 56, 53, 58, 75, 97, 122, 56, 53, 53, 55, 3933, 603, 1276, 295, 338, 5857, 391, 1650, 113, 4079, 63, 244, 906, 2434, 1492, 12005, 708, 341, 7408, 295, 338, 4138, 708, 458, 15502, 1533, 391, 1618, 3910, 6552, 4897, 545, 1674, 3318, 580, 295, 338, 1976, 666, 5523, 391, 1618, 3910, 6552, 341, 5213, 451, 341, 1533, 7408, 1840, 1200, 295, 338, 493, 3202, 51, 295, 588, 310, 320, 31904, 5887, 51, 28107, 100, 20514, 100, 14135, 100, 2220, 49, 310, 2724, 122, 57, 75, 60, 75, 97, 122, 60, 58, 55, 61, 97, 122, 57, 74, 55, 73, 97, 122, 56, 53, 59, 959, 4311, 97, 122, 56, 53, 73, 54, 97, 122, 56, 53, 5315, 97, 122, 56, 53, 71, 58, 97, 122, 56, 53, 5315, 97, 122, 56, 53, 59, 6360, 3202, 97, 122, 58, 6807, 56, 97, 122, 61, 70, 53, 53, 97, 122, 56, 53, 70, 57, 97, 122, 56, 53, 73, 62, 97, 122, 56, 53, 75, 56, 97, 122, 56, 53, 72, 61, 97, 122, 56, 53, 62, 55, 97, 122, 58, 54, 74, 59, 97, 122, 60, 57, 53, 59, 97, 122, 56, 53, 58, 60, 97, 122, 56, 53, 60, 74, 97, 122, 56, 53, 58, 71, 97, 122, 56, 53, 62, 56, 97, 122, 56, 53, 53, 55, 3933, 603, 1276, 295, 338, 5857, 391, 1650, 113, 4079, 63, 244, 906, 2434, 1492, 12005, 708, 341, 7408, 295, 338, 4138, 708, 458, 15502, 1533, 391, 1618, 3910, 6552, 4897, 545, 1674, 3318, 580, 295, 338, 1976, 666, 34484, 3761, 48746, 7408, 5437, 480, 3596, 295, 338, 20621, 51, 295, 588, 310, 320, 31904, 5887, 51, 8362, 85, 45848, 100, 14135, 100, 2220, 49, 310, 2724, 122, 57, 75, 60, 75, 97, 122, 60, 58, 55, 61, 97, 122, 57, 74, 55, 73, 97, 122, 56, 53, 59, 959, 4311, 97, 122, 56, 53, 73, 54, 97, 122, 56, 53, 5315, 97, 122, 56, 53, 71, 58, 97, 122, 56, 53, 5315, 97, 122, 56, 53, 59, 71, 97, 122, 56, 53, 59, 26621, 97, 122, 56, 53, 4778, 97, 122, 56, 53, 5315, 97, 122, 56, 53, 74, 53, 97, 122, 56, 53, 71, 62, 97, 122, 56, 53, 5472, 97, 122, 56, 53, 5315, 97, 122, 56, 53, 71, 62, 97, 122, 56, 53, 59, 74, 97, 122, 56, 53, 71, 58, 97, 122, 56, 53, 2936, 97, 122, 56, 53, 5315, 97, 122, 56, 53, 72, 61, 97, 122, 56, 53, 57, 72, 97, 122, 56, 53, 57, 55, 97, 122, 56, 53, 61, 70, 97, 122, 56, 53, 60, 74, 97, 122, 56, 53, 58, 71, 97, 122, 56, 53, 62, 56, 97, 122, 56, 53, 53, 55, 3933, 603, 1276, 295, 338, 5857, 391, 1650, 113, 4079, 63, 244, 906, 29528, 1367, 458, 341, 7417, 708, 1616, 347, 295, 338, 1067, 51, 295, 588, 310, 320, 31904, 5887, 51, 72, 4525, 100, 31030, 2494, 100, 16466, 13828, 100, 6344, 100, 2220, 49, 310, 332, 6344, 97, 122, 58, 56, 72, 55, 97, 122, 60, 54, 59, 60, 2723, 128, 53, 130, 2723, 97, 122, 56, 53, 62, 55, 97, 122, 61, 62, 74, 56, 97, 122, 59, 72, 60, 70, 97, 122, 56, 53, 59, 60, 97, 122, 56, 53, 57, 73, 97, 122, 56, 53, 60, 74, 97, 122, 56, 53, 58, 71, 97, 122, 56, 53, 62, 56, 97, 122, 56, 53, 59, 60, 97, 122, 56, 53, 58, 60, 97, 122, 56, 53, 58, 75, 97, 122, 56, 53, 53, 55, 3933, 11274, 1276, 295, 338, 5857, 391, 1650, 113, 4079, 63, 244, 906, 41330, 14561, 619, 2016, 708, 1616, 295, 338, 666, 27367, 641, 1760, 451, 341, 1618, 3910, 8361, 51, 244, 906, 29528, 1367, 295, 338, 13437, 341, 2016, 655, 51, 295, 588, 310, 320, 31904, 5887, 51, 48945, 100, 93, 3910, 100, 2220, 49, 310, 2724, 122, 56, 53, 71, 58, 97, 122, 56, 53, 2936, 97, 122, 56, 53, 5315, 97, 122, 56, 53, 72, 61, 97, 122, 56, 53, 58, 58, 97, 122, 56, 53, 61, 72, 97, 122, 56, 53, 59, 59, 97, 122, 56, 53, 57, 57, 97, 122, 56, 53, 59, 70, 97, 122, 56, 53, 57, 57, 93, 3910, 97, 122, 61, 62, 61, 54, 97, 122, 60, 73, 55, 53, 2723, 128, 53, 130, 2723, 3933, 603, 1276, 295, 338, 5857, 391, 1650, 113, 4079, 63, 244, 906, 41330, 31775, 391, 619, 5122, 391, 341, 295, 338, 1618, 3910, 8361, 480, 26977, 708, 580, 1616, 3433, 829, 1618, 3910, 6552, 49, 1294, 1618, 3910, 6552, 1976, 295, 338, 666, 29867, 341, 8445, 5122, 8213, 51, 244, 906, 29528, 1367, 295, 338, 13437, 341, 5122, 655, 51, 295, 588, 310, 320, 31904, 5887, 51, 48945, 100, 2411, 100, 2220, 49, 310, 2724, 122, 61, 70, 61, 73, 97, 122, 61, 71, 58, 61, 97, 122, 56, 53, 58, 58, 97, 122, 56, 53, 61, 72, 97, 122, 56, 53, 59, 70, 97, 122, 56, 53, 57, 57, 93, 3910, 6552, 97, 122, 59, 55, 74, 54, 97, 122, 58, 75, 56, 58, 2723, 128, 53, 130, 2723, 3933, 6934, 1276, 295, 338, 5857, 391, 1650, 113, 4079, 63, 244, 1369, 1067, 1492, 458, 16526, 434, 341, 1650, 749, 295, 338, 462, 1616, 13850, 1493, 331, 21954, 1522, 451, 1618, 3910, 6552, 480, 18371, 456, 295, 338, 6111, 642, 619, 17409, 1522, 451, 1618, 3910, 6552, 51, 244, 906, 29528, 1367, 458, 295, 338, 341, 655, 451, 341, 1650, 749, 462, 51, 295, 588, 310, 320, 31904, 5887, 51, 14165, 100, 12048, 14125, 100, 4539, 100, 2220, 49, 310, 2724, 122, 59, 56, 53, 60, 97, 122, 58, 71, 62, 70, 97, 122, 56, 53, 58, 58, 97, 122, 56, 53, 61, 72, 97, 122, 56, 53, 58, 75, 1568, 749, 97, 122, 56, 53, 59, 74, 2723, 128, 53, 130, 2723, 97, 122, 56, 53, 59, 75, 97, 122, 56, 53, 53, 54, 97, 122, 57, 75, 60, 75, 97, 122, 60, 58, 55, 61, 97, 122, 57, 74, 55, 73, 97, 122, 56, 53, 59, 1478, 3910, 6552, 97, 122, 56, 53, 74, 62, 97, 122, 56, 53, 75, 56, 97, 122, 56, 53, 8726, 97, 122, 56, 53, 70, 57, 97, 122, 56, 53, 74, 53, 97, 122, 56, 53, 59, 74, 97, 122, 56, 53, 73, 53, 97, 122, 56, 53, 5315, 97, 122, 56, 53, 71, 61, 97, 122, 56, 53, 74, 60, 97, 122, 56, 53, 75, 56, 97, 122, 56, 53, 61, 61, 97, 122, 56, 53, 61, 70, 97, 122, 56, 53, 61, 55, 97, 122, 59, 58, 71, 53, 97, 122, 56, 53, 58, 60, 97, 122, 56, 53, 57, 57, 93, 3910, 6552, 97, 122, 56, 53, 59, 74, 97, 122, 56, 53, 73, 53, 97, 122, 56, 53, 5315, 97, 122, 56, 53, 71, 61, 97, 122, 56, 53, 74, 60, 97, 122, 56, 53, 75, 56, 97, 122, 56, 53, 62, 55, 97, 122, 57, 75, 60, 75, 97, 122, 60, 58, 55, 61, 97, 122, 56, 53, 58, 60, 97, 122, 56, 53, 59, 59, 97, 122, 57, 75, 58, 72, 97, 122, 59, 55, 54, 53, 97, 122, 56, 53, 58, 58, 97, 122, 56, 53, 61, 72, 97, 122, 56, 53, 58, 75, 97, 122, 56, 53, 61, 55, 97, 122, 56, 53, 59, 74, 97, 122, 56, 53, 59, 60, 97, 122, 56, 53, 58, 62, 97, 122, 56, 53, 53, 55, 97, 122, 56, 53, 58, 56, 97, 122, 56, 53, 59, 74, 1568, 749, 97, 122, 56, 53, 62, 55, 97, 122, 58, 71, 62, 75, 97, 122, 61, 61, 57, 72, 97, 122, 56, 53, 58, 62, 97, 122, 56, 53, 61, 71, 97, 122, 56, 53, 59, 71, 97, 122, 56, 53, 59, 75, 97, 122, 56, 53, 53, 54, 97, 122, 56, 53, 71, 62, 97, 122, 56, 53, 8726, 97, 122, 56, 53, 70, 57, 97, 122, 56, 53, 9649, 97, 122, 56, 53, 71, 60, 97, 122, 56, 53, 5315, 97, 122, 56, 53, 72, 61, 97, 122, 56, 53, 62, 55, 97, 122, 58, 54, 61, 73, 97, 122, 56, 53, 71, 56, 97, 122, 56, 53, 75, 56, 97, 122, 56, 53, 73, 54, 97, 122, 56, 53, 70, 57, 97, 122, 56, 53, 9649, 97, 122, 56, 53, 58, 62, 97, 122, 56, 53, 61, 71, 97, 122, 56, 53, 57, 71, 97, 122, 56, 53, 53, 54, 97, 122, 56, 53, 61, 61, 97, 122, 56, 53, 61, 70, 97, 122, 59, 58, 71, 53, 97, 122, 56, 53, 58, 60, 97, 122, 56, 53, 57, 57, 97, 122, 56, 53, 73, 53, 97, 122, 56, 53, 5315, 97, 122, 56, 53, 71, 61, 97, 122, 56, 53, 74, 60, 97, 122, 56, 53, 75, 56, 97, 122, 56, 53, 59, 1478, 3910, 6552, 97, 122, 56, 53, 62, 55, 97, 122, 57, 75, 60, 75, 97, 122, 60, 58, 55, 61, 97, 122, 56, 53, 58, 62, 97, 122, 56, 53, 61, 71, 97, 122, 58, 5315, 58, 97, 122, 61, 62, 61, 54, 97, 122, 56, 53, 57, 72, 97, 122, 56, 53, 57, 55, 97, 122, 56, 53, 61, 70, 97, 122, 56, 53, 60, 74, 97, 122, 56, 53, 58, 62, 97, 122, 56, 53, 53, 55, 3933, 603, 1276, 295, 338, 5857, 391, 1650, 113, 4079, 63, 244, 2262, 3895, 13719, 19103, 804, 458, 2147, 295, 338, 391, 545, 331, 332, 25553, 39, 5069, 331, 804, 708, 1616, 12487, 51, 295, 338, 349, 25553, 44, 458, 619, 7408, 20352, 25060, 5626, 708, 2315, 666, 545, 25075, 51, 244, 906, 295, 338, 29528, 1367, 4326, 341, 4668, 804, 451, 341, 3895, 51, 295, 588, 310, 320, 31904, 5887, 51, 8614, 100, 40447, 100, 2220, 49, 310, 2724, 122, 58, 53, 55, 57, 97, 122, 56, 53, 57, 20748, 577, 97, 122, 56, 53, 59, 60, 97, 122, 56, 53, 57, 55, 97, 122, 56, 53, 61, 71, 97, 122, 56, 53, 58, 56, 97, 122, 56, 53, 59, 61, 97, 122, 56, 53, 57, 72, 97, 122, 58, 5315, 58, 97, 122, 61, 62, 61, 54, 97, 122, 56, 53, 59, 70, 97, 122, 58, 72, 58, 74, 97, 122, 59, 53, 55, 60, 97, 122, 56, 53, 59, 74, 97, 122, 58, 53, 55, 57, 97, 122, 56, 53, 57, 72, 2723, 128, 53, 130, 2723, 97, 122, 56, 53, 59, 60, 97, 122, 56, 53, 58, 60, 97, 122, 56, 53, 58, 75, 3933, 6934, 1276, 295, 338, 5857, 391, 1650, 113, 4079, 63, 244, 2262, 3895, 13719, 19103, 804, 458, 2147, 295, 338, 391, 545, 331, 332, 6912, 577, 39, 5069, 331, 804, 708, 1616, 12487, 51, 295, 338, 349, 6912, 577, 44, 458, 619, 7408, 20352, 25060, 5626, 708, 2315, 666, 545, 25075, 51, 244, 906, 295, 338, 29528, 1367, 4326, 341, 4668, 804, 451, 341, 3895, 51, 295, 588, 310, 320, 31904, 5887, 51, 8614, 100, 6912, 2491, 100, 2220, 49, 310, 2724, 122, 58, 53, 55, 57, 97, 122, 56, 53, 57, 72, 6912, 577, 97, 122, 56, 53, 59, 60, 97, 122, 56, 53, 57, 55, 97, 122, 56, 53, 61, 71, 97, 122, 56, 53, 58, 56, 97, 122, 56, 53, 59, 61, 97, 122, 56, 53, 57, 72, 97, 122, 58, 5315, 58, 97, 122, 61, 62, 61, 54, 97, 122, 56, 53, 59, 70, 97, 122, 58, 72, 58, 74, 97, 122, 59, 53, 55, 60, 97, 122, 56, 53, 59, 74, 97, 122, 58, 53, 55, 57, 97, 122, 56, 53, 57, 72, 2723, 128, 53, 130, 2723, 97, 122, 56, 53, 59, 60, 97, 122, 56, 53, 58, 60, 97, 122, 56, 53, 58, 75, 3933, 603, 320, 31904, 5887, 51, 1430, 33851, 100, 19798, 100, 9840, 100, 2220, 49, 310, 2724, 122, 56, 53, 5117, 97, 122, 56, 53, 1208, 97, 122, 56, 53, 74, 58, 97, 122, 56, 53, 70, 55, 97, 122, 58, 54, 74, 59, 97, 122, 60, 57, 53, 59, 97, 122, 59, 70, 58, 75, 97, 122, 61, 53, 6360, 97, 122, 56, 53, 57, 72, 1527, 97, 122, 56, 53, 59, 71, 97, 122, 61, 70, 55, 73, 97, 122, 58, 71, 62, 70, 97, 122, 56, 53, 58, 58, 97, 122, 56, 53, 61, 72, 97, 122, 56, 53, 59, 59, 97, 122, 56, 53, 57, 57, 97, 122, 56, 53, 61, 71, 97, 122, 56, 53, 59, 61, 97, 122, 56, 53, 57, 73, 97, 122, 56, 53, 53, 54, 97, 122, 59, 55, 74, 54, 97, 122, 58, 75, 56, 58, 97, 122, 62, 58, 70, 55, 97, 122, 59, 58, 60, 53, 2723, 128, 53, 130, 2723, 97, 122, 56, 53, 59, 74, 97, 122, 57, 75, 60, 75, 97, 122, 60, 58, 55, 61, 97, 122, 56, 53, 59, 75, 97, 122, 61, 70, 56, 54, 97, 122, 58, 56, 11063, 97, 122, 56, 53, 58, 58, 97, 122, 56, 53, 61, 72, 97, 122, 56, 53, 60, 74, 97, 122, 56, 53, 58, 71, 97, 122, 56, 53, 62, 56, 97, 122, 56, 53, 53, 55, 3933, 603, 320, 31904, 5887, 51, 1430, 33851, 100, 19798, 100, 14360, 100, 2220, 49, 310, 2724, 122, 56, 53, 5117, 97, 122, 56, 53, 1208, 97, 122, 56, 53, 74, 58, 97, 122, 56, 53, 70, 55, 97, 122, 58, 54, 74, 59, 97, 122, 60, 57, 53, 59, 97, 122, 59, 70, 58, 75, 97, 122, 61, 53, 6360, 97, 122, 56, 53, 57, 72, 1527, 97, 122, 56, 53, 59, 71, 97, 122, 61, 70, 55, 73, 97, 122, 58, 71, 62, 70, 97, 122, 56, 53, 58, 58, 97, 122, 56, 53, 61, 72, 97, 122, 56, 53, 59, 59, 97, 122, 56, 53, 57, 57, 97, 122, 56, 53, 61, 71, 97, 122, 56, 53, 59, 61, 97, 122, 56, 53, 57, 73, 97, 122, 56, 53, 53, 54, 97, 122, 59, 55, 74, 54, 97, 122, 58, 75, 56, 58, 97, 122, 61, 62, 61, 54, 97, 122, 60, 73, 55, 53, 2723, 128, 53, 130, 2723, 97, 122, 56, 53, 59, 74, 97, 122, 57, 75, 60, 75, 97, 122, 60, 58, 55, 61, 97, 122, 56, 53, 59, 75, 97, 122, 61, 70, 56, 54, 97, 122, 58, 56, 11063, 97, 122, 56, 53, 58, 58, 97, 122, 56, 53, 61, 72, 97, 122, 56, 53, 60, 74, 97, 122, 56, 53, 58, 71, 97, 122, 56, 53, 62, 56, 97, 122, 56, 53, 53, 55, 3933, 303, 1487, 303, 339, 222, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
5,852
true
53.804231
true
true
Frame.java
/FileExtraction/Java_unseen/fauu_Kamite/src/main/java/io/github/kamitejp/controlgui/ui/Frame.java
package io.github.kamitejp.controlgui.ui; import java.awt.Dimension; import java.awt.Toolkit; import java.lang.invoke.MethodHandles; import javax.swing.GroupLayout; import javax.swing.JButton; import javax.swing.JFrame; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; import io.github.kamitejp.Kamite; import io.github.kamitejp.controlgui.ControlGUI; import io.github.kamitejp.controlgui.MessageAppender; import io.github.kamitejp.platform.Platform; import io.github.kamitejp.platform.linux.gnome.GnomePlatform; import io.github.kamitejp.platform.linux.xorg.XorgDesktop; import io.github.kamitejp.platform.linux.xorg.XorgPlatform; public class Frame extends JFrame { private static final Logger LOG = LogManager.getLogger(MethodHandles.lookup().lookupClass()); private static final Dimension DEFAULT_WINDOW_SIZE = new Dimension(750, 600); private static final int DEF = GroupLayout.DEFAULT_SIZE; private static final int MAX = Short.MAX_VALUE; public void init(Platform platform) { var toolkit = Toolkit.getDefaultToolkit(); setTitle(Kamite.APP_NAME_DISPLAY); setSize(DEFAULT_WINDOW_SIZE); setMinimumSize(DEFAULT_WINDOW_SIZE); setIconImages(ControlGUI.ICON_IMAGES); setLocationRelativeTo(null); setDefaultCloseOperation(EXIT_ON_CLOSE); maybeFixGnomeWindowName(platform, toolkit); var pane = getContentPane(); var layout = new GroupLayout(pane); pane.setLayout(layout); layout.setAutoCreateGaps(true); layout.setAutoCreateContainerGaps(true); var msgArea = new MessageArea(); MessageAppender.setTargetContainer(msgArea); // QUAL: Hacky Message.platform = platform; var quitButton = new JButton("Close Kamite"); quitButton.addActionListener(e -> System.exit(0)); layout.setHorizontalGroup( layout.createParallelGroup() .addComponent(msgArea.getScrollPane(), 200, DEF, MAX) .addComponent(quitButton, DEF, DEF, MAX) ); layout.setVerticalGroup( layout.createSequentialGroup() .addComponent(msgArea.getScrollPane()) .addComponent(quitButton) ); pack(); msgArea.requestFocus(); setVisible(true); LOG.debug("Initialized control GUI"); } private static void maybeFixGnomeWindowName(Platform platform, Toolkit toolkit) { var isGnome = false; if (platform instanceof GnomePlatform) { isGnome = true; } else if (platform instanceof XorgPlatform xorgPlatform) { if (xorgPlatform.getDesktop() == XorgDesktop.GNOME) { isGnome = true; } } if (isGnome) { try { var awtAppClassNameField = toolkit.getClass().getDeclaredField("awtAppClassName"); awtAppClassNameField.setAccessible(true); // NOPMD - necessary awtAppClassNameField.set(toolkit, Kamite.APP_NAME_DISPLAY); LOG.debug("Applied GNOME control GUI window name fix"); } catch (NoSuchFieldException | SecurityException | IllegalAccessException e) { LOG.warn("Error while setting 'awtAppClassName'", () -> e.toString()); } } } }
3,095
Java
.java
fauu/Kamite
93
2
2
2022-07-08T17:25:55Z
2024-02-22T22:42:28Z
166df42aff98ca8fbfdd9bbcd551ce3ec01180f9a580121bd7f8737105b57d04
[ 1337, 3377, 51, 951, 51, 112, 424, 676, 11558, 51, 2452, 8472, 51, 1726, 64, 222, 222, 485, 1401, 51, 8236, 51, 9884, 64, 222, 485, 1401, 51, 8236, 51, 24291, 64, 222, 485, 1401, 51, 1600, 51, 7845, 51, 1885, 24405, 64, 222, 222, 485, 3698, 51, 5934, 51, 13305, 64, 222, 485, 3698, 51, 5934, 51, 32880, 64, 222, 485, 3698, 51, 5934, 51, 79, 2163, 64, 222, 222, 485, 1105, 51, 2121, 51, 7506, 51, 769, 57, 111, 51, 1353, 1590, 64, 222, 485, 1105, 51, 2121, 51, 7506, 51, 769, 57, 111, 51, 3716, 64, 222, 222, 485, 3377, 51, 951, 51, 112, 424, 676, 11558, 51, 80, 424, 676, 64, 222, 485, 3377, 51, 951, 51, 112, 424, 676, 11558, 51, 2452, 8472, 51, 2436, 10586, 64, 222, 485, 3377, 51, 951, 51, 112, 424, 676, 11558, 51, 2452, 8472, 51, 1193, 34380, 64, 222, 485, 3377, 51, 951, 51, 112, 424, 676, 11558, 51, 5146, 51, 6851, 64, 222, 485, 3377, 51, 951, 51, 112, 424, 676, 11558, 51, 5146, 51, 4793, 51, 25452, 51, 76, 15110, 6851, 64, 222, 485, 3377, 51, 951, 51, 112, 424, 676, 11558, 51, 5146, 51, 4793, 51, 125, 1107, 51, 93, 1107, 13050, 64, 222, 485, 3377, 51, 951, 51, 112, 424, 676, 11558, 51, 5146, 51, 4793, 51, 125, 1107, 51, 93, 1107, 6851, 64, 222, 222, 942, 462, 7191, 2041, 990, 2163, 320, 353, 964, 924, 1175, 7145, 5784, 299, 2681, 1590, 51, 10588, 45, 1885, 24405, 51, 10124, 941, 10124, 1359, 1052, 736, 964, 924, 1175, 17432, 4050, 100, 18393, 100, 3382, 299, 556, 17432, 45, 60, 58, 53, 49, 244, 59, 53, 53, 312, 736, 964, 924, 1175, 648, 17495, 299, 7072, 2362, 51, 5815, 100, 3382, 64, 353, 964, 924, 1175, 648, 7490, 299, 13813, 51, 3470, 100, 5986, 64, 736, 581, 782, 3238, 45, 6851, 5637, 46, 320, 303, 792, 40296, 299, 34045, 51, 13729, 24291, 492, 465, 46821, 45, 80, 424, 676, 51, 6876, 100, 2491, 100, 20747, 312, 303, 758, 1269, 45, 5815, 100, 18393, 100, 3382, 312, 303, 758, 13368, 1269, 45, 5815, 100, 18393, 100, 3382, 312, 303, 758, 2930, 9622, 45, 2436, 10586, 51, 18566, 100, 78, 9373, 312, 303, 758, 2941, 11776, 724, 45, 1710, 312, 303, 43312, 4187, 3786, 45, 14256, 100, 586, 100, 18758, 312, 465, 8784, 6682, 76, 15110, 1684, 577, 45, 5146, 49, 40296, 312, 465, 792, 24121, 299, 36828, 7586, 492, 303, 792, 6385, 299, 556, 7072, 2362, 45, 16415, 312, 303, 24121, 51, 20113, 45, 3106, 312, 465, 6385, 51, 42856, 1940, 76, 7341, 45, 1527, 312, 303, 6385, 51, 42856, 1940, 2894, 76, 7341, 45, 1527, 312, 465, 792, 3141, 5585, 299, 556, 4587, 5585, 492, 303, 4587, 34380, 51, 45611, 2894, 45, 2093, 5585, 312, 303, 453, 1931, 4456, 63, 35823, 126, 303, 4587, 51, 5146, 299, 5637, 64, 465, 792, 22429, 1732, 299, 556, 24328, 459, 4187, 1242, 424, 676, 742, 303, 22429, 1732, 51, 24508, 45, 106, 984, 1189, 51, 4788, 45, 53, 894, 465, 6385, 51, 41069, 1582, 45, 416, 6385, 51, 33205, 365, 310, 657, 18334, 45, 2093, 5585, 51, 390, 29314, 1046, 244, 55, 53, 53, 49, 17495, 49, 7490, 46, 310, 657, 18334, 45, 16998, 1732, 49, 17495, 49, 17495, 49, 7490, 46, 303, 1110, 303, 6385, 51, 489, 11916, 1582, 45, 416, 6385, 51, 42158, 365, 310, 657, 18334, 45, 2093, 5585, 51, 390, 29314, 1177, 310, 657, 18334, 45, 16998, 1732, 46, 303, 1110, 465, 8928, 492, 303, 3141, 5585, 51, 1375, 8105, 492, 303, 758, 5671, 45, 1527, 312, 465, 5784, 51, 2824, 459, 13743, 3518, 13029, 742, 353, 339, 736, 964, 924, 782, 8784, 6682, 76, 15110, 1684, 577, 45, 6851, 5637, 49, 34045, 40296, 46, 320, 303, 792, 458, 76, 15110, 299, 920, 64, 303, 434, 327, 5146, 5118, 590, 15110, 6851, 46, 320, 416, 458, 76, 15110, 299, 878, 64, 303, 339, 832, 434, 327, 5146, 5118, 1618, 1107, 6851, 837, 1107, 6851, 46, 320, 416, 434, 327, 125, 1107, 6851, 51, 390, 13050, 365, 630, 1618, 1107, 13050, 51, 76, 2593, 1043, 46, 320, 310, 458, 76, 15110, 299, 878, 64, 416, 339, 303, 339, 303, 434, 327, 316, 76, 15110, 46, 320, 416, 1614, 320, 310, 792, 331, 6009, 1306, 8478, 1195, 299, 40296, 51, 9699, 941, 36823, 1195, 459, 8236, 1306, 8478, 742, 310, 331, 6009, 1306, 8478, 1195, 51, 45167, 45, 1527, 312, 453, 508, 1970, 5121, 449, 7527, 310, 331, 6009, 1306, 8478, 1195, 51, 489, 45, 21924, 49, 1242, 424, 676, 51, 6876, 100, 2491, 100, 20747, 312, 310, 5784, 51, 2824, 459, 34186, 590, 2593, 1043, 3518, 13029, 3240, 655, 2435, 742, 416, 339, 2385, 327, 26348, 1195, 1002, 542, 7344, 1002, 542, 8961, 27123, 503, 46, 320, 310, 5784, 51, 8453, 459, 943, 2236, 5767, 349, 8236, 1306, 8478, 13077, 1423, 984, 503, 51, 3127, 1052, 416, 339, 303, 339, 353, 339, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
828
true
72.116317
true
true
WekaPipelineFactory.java
/FileExtraction/Java_unseen/starlibs_AILibs/softwareconfiguration/mlplan/weka/src/main/java/ai/libs/mlplan/weka/weka/WekaPipelineFactory.java
package ai.libs.mlplan.weka.weka; import java.util.LinkedList; import java.util.List; import java.util.Map.Entry; import java.util.Objects; import java.util.stream.Collectors; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import ai.libs.jaicore.components.api.IComponentInstance; import ai.libs.jaicore.components.api.IParameter; import ai.libs.jaicore.components.api.IParameterDomain; import ai.libs.jaicore.components.exceptions.ComponentInstantiationFailedException; import ai.libs.jaicore.components.model.NumericParameterDomain; import ai.libs.jaicore.ml.weka.classification.learner.IWekaClassifier; import ai.libs.jaicore.ml.weka.classification.learner.WekaClassifier; import ai.libs.jaicore.ml.weka.classification.pipeline.MLPipeline; import ai.libs.mlplan.core.ILearnerFactory; import weka.attributeSelection.ASEvaluation; import weka.attributeSelection.ASSearch; import weka.classifiers.AbstractClassifier; import weka.classifiers.Classifier; import weka.classifiers.SingleClassifierEnhancer; import weka.classifiers.functions.SMO; import weka.classifiers.functions.SMOreg; import weka.classifiers.functions.supportVector.Kernel; import weka.classifiers.meta.Stacking; import weka.classifiers.meta.Vote; import weka.core.OptionHandler; public class WekaPipelineFactory implements ILearnerFactory<IWekaClassifier> { private Logger logger = LoggerFactory.getLogger(WekaPipelineFactory.class); private static final String L_CLASSIFIER = "learner"; @Override public IWekaClassifier getComponentInstantiation(final IComponentInstance groundComponent) throws ComponentInstantiationFailedException { this.logger.debug("Instantiate weka classifier from component instance {}.", groundComponent); try { if (groundComponent.getComponent().getName().equals("pipeline")) { IComponentInstance preprocessorCI = null; /* Retrieve component instances of pipeline */ preprocessorCI = groundComponent.getSatisfactionOfRequiredInterface("preprocessor").iterator().next(); IComponentInstance evaluatorCI = preprocessorCI.getSatisfactionOfRequiredInterface("eval").iterator().next(); IComponentInstance searcherCI = preprocessorCI.getSatisfactionOfRequiredInterface("search").iterator().next(); ASEvaluation eval = ASEvaluation.forName(evaluatorCI.getComponent().getName(), this.getParameterList(evaluatorCI).toArray(new String[0])); ASSearch search = ASSearch.forName(searcherCI.getComponent().getName(), this.getParameterList(searcherCI).toArray(new String[0])); IWekaClassifier c = this.getComponentInstantiation(groundComponent.getSatisfactionOfRequiredInterface(L_CLASSIFIER).iterator().next()); this.logger.debug("Returning a MLPipeline object (aseval: {}, assearch: {}, classifier: {})", eval != null, search != null, c != null); return new WekaClassifier(new MLPipeline(search, eval, c.getClassifier())); } else { Classifier c = AbstractClassifier.forName(groundComponent.getComponent().getName(), this.getParameterList(groundComponent).toArray(new String[0])); List<String> options = this.getParameterList(groundComponent); options.add("-do-not-check-capabilities"); if (c instanceof OptionHandler) { ((OptionHandler) c).setOptions(options.toArray(new String[0])); } for (Entry<String, List<IComponentInstance>> reqI : groundComponent.getSatisfactionOfRequiredInterfaces().entrySet()) { switch (reqI.getKey()) { case "W": if (c instanceof SingleClassifierEnhancer) { // suppose that this defines a base classifier ((SingleClassifierEnhancer) c).setClassifier(this.getComponentInstantiation(reqI.getValue().iterator().next()).getClassifier()); } else { this.logger.error("Got required interface W but classifier {} is not single classifier enhancer", c.getClass().getName()); } break; case "K": if (c instanceof SMO || c instanceof SMOreg) { IComponentInstance kernel = reqI.getValue().iterator().next(); Kernel k = (Kernel) Class.forName(kernel.getComponent().getName()).getDeclaredConstructor().newInstance(); k.setOptions(this.getParameterList(kernel).toArray(new String[0])); if (c instanceof SMO) { ((SMO) c).setKernel(k); } else if (c instanceof SMOreg) { ((SMOreg) c).setKernel(k); } } else { this.logger.error("Got required interface K but classifier {} is not SMO", c.getClass().getName()); } break; case "B": // suppose that this defines a base classifier List<Classifier> baseClassifierList = reqI.getValue().stream().map(x -> { try { return this.getComponentInstantiation(x).getClassifier(); } catch (ComponentInstantiationFailedException e) { return null; } }).filter(Objects::nonNull).collect(Collectors.toList()); if (baseClassifierList.size() != reqI.getValue().size()) { this.logger.error("Could not instantiate base learners correctly."); throw new ComponentInstantiationFailedException("Could not instantiate base learner list of Stacking."); } if (c instanceof Stacking) { ((Stacking) c).setClassifiers(baseClassifierList.toArray(new Classifier[] {})); } else if (c instanceof Vote) { ((Vote) c).setClassifiers(baseClassifierList.toArray(new Classifier[] {})); } else { this.logger.error("Unsupported option B for classifier {}", c.getClass().getName()); } break; case "M": if (c instanceof Stacking) { Classifier baseClassifier = this.getComponentInstantiation(reqI.getValue().iterator().next()).getClassifier(); ((Stacking) c).setMetaClassifier(baseClassifier); } else { this.logger.error("Unsupported option B for classifier {}", c.getClass().getName()); } break; default: this.logger.error("Got required interface {} for classifier {}. Dont know what to do with it...", reqI.getKey(), c.getClass().getName()); break; } } return new WekaClassifier(c); } } catch (Exception e) { throw new ComponentInstantiationFailedException(e, "Could not instantiate component."); } } private List<IWekaClassifier> getListOfBaseLearners(final IComponentInstance ci) throws ComponentInstantiationFailedException { List<IWekaClassifier> baseLearnerList = new LinkedList<>(); if (ci.getComponent().getName().equals("MultipleBaseLearnerListElement")) { baseLearnerList.add(this.getComponentInstantiation(ci.getSatisfactionOfRequiredInterface(L_CLASSIFIER).iterator().next())); } else if (ci.getComponent().getName().equals("MultipleBaseLearnerListChain")) { baseLearnerList.add(this.getComponentInstantiation(ci.getSatisfactionOfRequiredInterface(L_CLASSIFIER).iterator().next())); baseLearnerList.addAll(this.getListOfBaseLearners(ci.getSatisfactionOfRequiredInterface("chain").iterator().next())); } return baseLearnerList; } private List<String> getParameterList(final IComponentInstance ci) { List<String> parameters = new LinkedList<>(); for (Entry<String, String> parameterValues : ci.getParameterValues().entrySet()) { IParameter param = ci.getComponent().getParameter(parameterValues.getKey()); boolean isDefault = param.isDefaultValue(parameterValues.getValue()); if (parameterValues.getKey().toLowerCase().endsWith("activator") || parameterValues.getValue().equals("REMOVED") || isDefault) { continue; } if (!parameterValues.getValue().equals("false")) { parameters.add("-" + parameterValues.getKey()); } IParameterDomain domain = ci.getComponent().getParameter(parameterValues.getKey()).getDefaultDomain(); if (parameterValues.getValue() != null && !parameterValues.getValue().equals("") && !parameterValues.getValue().equals("true") && !parameterValues.getValue().equals("false")) { if (domain instanceof NumericParameterDomain && ((NumericParameterDomain) domain).isInteger()) { parameters.add(((int) Double.parseDouble(parameterValues.getValue())) + ""); } else { parameters.add(parameterValues.getValue()); } } } return parameters; } }
8,287
Java
.java
starlibs/AILibs
38
36
7
2017-06-28T06:19:54Z
2023-07-06T21:34:06Z
f847a612b8c63f7ddc0221cf2a9a8c22251aa973bd004569f0dabba1eb752a75
[ 1337, 16968, 51, 8828, 51, 713, 5649, 51, 1399, 3812, 51, 1399, 3812, 64, 222, 222, 485, 1401, 51, 1058, 51, 20535, 64, 222, 485, 1401, 51, 1058, 51, 739, 64, 222, 485, 1401, 51, 1058, 51, 1225, 51, 2717, 64, 222, 485, 1401, 51, 1058, 51, 6699, 64, 222, 485, 1401, 51, 1058, 51, 2255, 51, 16862, 64, 222, 222, 485, 1105, 51, 12172, 57, 111, 51, 3716, 64, 222, 485, 1105, 51, 12172, 57, 111, 51, 19580, 64, 222, 222, 485, 16968, 51, 8828, 51, 4615, 314, 705, 51, 3545, 51, 1256, 51, 78, 1735, 1825, 64, 222, 485, 16968, 51, 8828, 51, 4615, 314, 705, 51, 3545, 51, 1256, 51, 78, 3026, 64, 222, 485, 16968, 51, 8828, 51, 4615, 314, 705, 51, 3545, 51, 1256, 51, 78, 3026, 5048, 64, 222, 485, 16968, 51, 8828, 51, 4615, 314, 705, 51, 3545, 51, 11453, 51, 1735, 48162, 39800, 64, 222, 485, 16968, 51, 8828, 51, 4615, 314, 705, 51, 3545, 51, 1184, 51, 12930, 3026, 5048, 64, 222, 485, 16968, 51, 8828, 51, 4615, 314, 705, 51, 713, 51, 1399, 3812, 51, 15358, 51, 1784, 1403, 51, 78, 3139, 3812, 16077, 64, 222, 485, 16968, 51, 8828, 51, 4615, 314, 705, 51, 713, 51, 1399, 3812, 51, 15358, 51, 1784, 1403, 51, 3139, 3812, 16077, 64, 222, 485, 16968, 51, 8828, 51, 4615, 314, 705, 51, 713, 51, 1399, 3812, 51, 15358, 51, 9319, 51, 1696, 8401, 64, 222, 485, 16968, 51, 8828, 51, 713, 5649, 51, 1284, 51, 1484, 1954, 1403, 2232, 64, 222, 485, 1019, 3812, 51, 4902, 5385, 51, 3221, 3466, 387, 64, 222, 485, 1019, 3812, 51, 4902, 5385, 51, 1117, 3209, 64, 222, 485, 1019, 3812, 51, 842, 6684, 51, 5597, 16077, 64, 222, 485, 1019, 3812, 51, 842, 6684, 51, 16077, 64, 222, 485, 1019, 3812, 51, 842, 6684, 51, 6284, 16077, 47798, 10006, 64, 222, 485, 1019, 3812, 51, 842, 6684, 51, 8259, 51, 88, 2414, 64, 222, 485, 1019, 3812, 51, 842, 6684, 51, 8259, 51, 88, 2414, 1604, 64, 222, 485, 1019, 3812, 51, 842, 6684, 51, 8259, 51, 3608, 2880, 51, 10047, 64, 222, 485, 1019, 3812, 51, 842, 6684, 51, 2874, 51, 3131, 318, 64, 222, 485, 1019, 3812, 51, 842, 6684, 51, 2874, 51, 21152, 64, 222, 485, 1019, 3812, 51, 1284, 51, 2846, 1985, 64, 222, 222, 942, 462, 2726, 3812, 8401, 2232, 4584, 457, 1494, 23647, 2232, 65, 78, 3139, 3812, 16077, 67, 320, 499, 221, 2072, 7145, 4101, 299, 21818, 51, 10588, 45, 3139, 3812, 8401, 2232, 51, 842, 312, 499, 221, 2072, 924, 1175, 910, 517, 100, 25504, 2142, 44038, 299, 332, 1784, 1403, 884, 499, 221, 69, 1806, 222, 221, 942, 457, 3139, 3812, 16077, 640, 1735, 48162, 45, 3242, 457, 1735, 1825, 16470, 1735, 46, 2589, 5715, 48162, 39800, 320, 376, 221, 597, 51, 4089, 51, 2824, 459, 3245, 14005, 1019, 3812, 18949, 664, 2595, 1998, 2172, 4429, 16470, 1735, 312, 376, 221, 1287, 320, 374, 221, 344, 327, 1765, 1735, 51, 23441, 941, 5175, 941, 3591, 459, 9319, 2152, 320, 621, 221, 78, 1735, 1825, 1426, 10093, 4264, 299, 762, 64, 621, 221, 1127, 19814, 2595, 6947, 451, 8613, 588, 621, 221, 30434, 4264, 299, 16470, 1735, 51, 18721, 11308, 1160, 1436, 5425, 3058, 459, 30434, 1912, 5174, 941, 1995, 492, 621, 221, 78, 1735, 1825, 43459, 4264, 299, 1426, 10093, 4264, 51, 18721, 11308, 1160, 1436, 5425, 3058, 459, 6635, 1912, 5174, 941, 1995, 492, 621, 221, 78, 1735, 1825, 3252, 284, 4264, 299, 1426, 10093, 4264, 51, 18721, 11308, 1160, 1436, 5425, 3058, 459, 1925, 1912, 5174, 941, 1995, 492, 5033, 221, 3221, 3466, 387, 10018, 299, 418, 825, 3466, 387, 51, 31918, 45, 44327, 4264, 51, 23441, 941, 5175, 1046, 477, 51, 17745, 739, 45, 44327, 4264, 566, 14315, 45, 909, 910, 96, 53, 10679, 621, 221, 1117, 3209, 3252, 299, 2486, 3209, 51, 31918, 45, 1925, 284, 4264, 51, 23441, 941, 5175, 1046, 477, 51, 17745, 739, 45, 1925, 284, 4264, 566, 14315, 45, 909, 910, 96, 53, 10679, 5033, 221, 78, 3139, 3812, 16077, 300, 299, 477, 51, 23441, 48162, 45, 1765, 1735, 51, 18721, 11308, 1160, 1436, 5425, 3058, 45, 81, 100, 25504, 2142, 44038, 566, 5174, 941, 1995, 1052, 621, 221, 597, 51, 4089, 51, 2824, 459, 2907, 318, 331, 507, 7603, 3890, 1319, 327, 479, 718, 63, 6680, 641, 1925, 63, 6680, 18949, 63, 12794, 411, 10018, 882, 762, 49, 3252, 882, 762, 49, 300, 882, 762, 312, 621, 221, 620, 556, 2726, 3812, 16077, 45, 909, 507, 7603, 3890, 45, 1925, 49, 10018, 49, 300, 51, 9699, 1914, 5086, 2556, 221, 130, 832, 320, 621, 221, 16077, 300, 299, 7406, 16077, 51, 31918, 45, 1765, 1735, 51, 23441, 941, 5175, 1046, 477, 51, 17745, 739, 45, 1765, 1735, 566, 14315, 45, 909, 910, 96, 53, 10679, 621, 221, 739, 65, 671, 67, 2089, 299, 477, 51, 17745, 739, 45, 1765, 1735, 312, 621, 221, 2200, 51, 688, 10364, 1428, 50, 1226, 50, 1571, 50, 25214, 742, 5033, 221, 344, 327, 104, 5118, 3678, 1985, 46, 320, 596, 221, 1181, 2846, 1985, 46, 300, 566, 489, 2045, 45, 2200, 51, 14315, 45, 909, 910, 96, 53, 10679, 621, 221, 130, 5033, 221, 999, 327, 2717, 65, 671, 49, 1701, 65, 78, 1735, 1825, 2023, 3630, 78, 518, 16470, 1735, 51, 18721, 11308, 1160, 1436, 5425, 12303, 941, 24338, 1177, 320, 596, 221, 4651, 327, 2418, 78, 51, 11728, 1177, 320, 596, 221, 1749, 332, 92, 582, 1397, 221, 344, 327, 104, 5118, 12392, 16077, 47798, 10006, 46, 320, 453, 34907, 708, 477, 12724, 331, 1712, 18949, 1504, 221, 1181, 6284, 16077, 47798, 10006, 46, 300, 566, 489, 16077, 45, 597, 51, 23441, 48162, 45, 2418, 78, 51, 6693, 941, 5174, 941, 1995, 4269, 9699, 1914, 1052, 1397, 221, 130, 832, 320, 1504, 221, 597, 51, 4089, 51, 750, 459, 19165, 2147, 2586, 643, 1294, 18949, 2172, 458, 666, 4005, 18949, 949, 109, 10006, 411, 300, 51, 9699, 941, 5175, 1052, 1397, 221, 130, 1397, 221, 2986, 64, 596, 221, 1749, 332, 80, 582, 1397, 221, 344, 327, 104, 5118, 377, 2414, 1293, 300, 5118, 377, 2414, 1604, 46, 320, 1504, 221, 78, 1735, 1825, 5960, 299, 3630, 78, 51, 6693, 941, 5174, 941, 1995, 492, 1504, 221, 10047, 851, 299, 327, 10047, 46, 1727, 51, 31918, 45, 6515, 51, 23441, 941, 5175, 4269, 36823, 7935, 941, 20237, 492, 1504, 221, 112, 51, 489, 2045, 45, 597, 51, 17745, 739, 45, 6515, 566, 14315, 45, 909, 910, 96, 53, 10679, 1504, 221, 344, 327, 104, 5118, 377, 2414, 46, 320, 2904, 221, 1181, 88, 2414, 46, 300, 566, 489, 10047, 45, 112, 312, 1504, 221, 130, 832, 434, 327, 104, 5118, 377, 2414, 1604, 46, 320, 2904, 221, 1181, 88, 2414, 1604, 46, 300, 566, 489, 10047, 45, 112, 312, 1504, 221, 130, 1397, 221, 130, 832, 320, 1504, 221, 597, 51, 4089, 51, 750, 459, 19165, 2147, 2586, 1242, 1294, 18949, 2172, 458, 666, 377, 2414, 411, 300, 51, 9699, 941, 5175, 1052, 1397, 221, 130, 1397, 221, 2986, 64, 596, 221, 1749, 332, 71, 582, 453, 34907, 708, 477, 12724, 331, 1712, 18949, 1397, 221, 739, 65, 16077, 67, 1712, 16077, 739, 299, 3630, 78, 51, 6693, 941, 2255, 941, 1130, 45, 125, 984, 320, 1504, 221, 1287, 320, 2904, 221, 620, 477, 51, 23441, 48162, 45, 125, 566, 9699, 1914, 492, 1504, 221, 130, 2385, 327, 1735, 48162, 39800, 503, 46, 320, 2904, 221, 620, 762, 64, 1504, 221, 130, 1397, 221, 12675, 2049, 45, 6699, 422, 3804, 1898, 566, 6190, 45, 16862, 51, 15341, 1052, 1397, 221, 344, 327, 1460, 16077, 739, 51, 911, 365, 882, 3630, 78, 51, 6693, 941, 911, 1177, 320, 1504, 221, 597, 51, 4089, 51, 750, 459, 9752, 666, 26202, 1712, 7396, 502, 8487, 5377, 1504, 221, 5267, 556, 5715, 48162, 39800, 459, 9752, 666, 26202, 1712, 1018, 23647, 1168, 451, 9784, 318, 5377, 1397, 221, 130, 1397, 221, 344, 327, 104, 5118, 9784, 318, 46, 320, 1504, 221, 1181, 3131, 318, 46, 300, 566, 489, 1359, 6684, 45, 1460, 16077, 739, 51, 14315, 45, 909, 1727, 1914, 1197, 2172, 894, 1397, 221, 130, 832, 434, 327, 104, 5118, 694, 1721, 46, 320, 1504, 221, 1181, 21152, 46, 300, 566, 489, 1359, 6684, 45, 1460, 16077, 739, 51, 14315, 45, 909, 1727, 1914, 1197, 2172, 894, 1397, 221, 130, 832, 320, 1504, 221, 597, 51, 4089, 51, 750, 459, 16737, 2489, 570, 456, 18949, 12267, 300, 51, 9699, 941, 5175, 1052, 1397, 221, 130, 1397, 221, 2986, 64, 596, 221, 1749, 332, 82, 582, 1397, 221, 344, 327, 104, 5118, 9784, 318, 46, 320, 1504, 221, 16077, 1712, 16077, 299, 477, 51, 23441, 48162, 45, 2418, 78, 51, 6693, 941, 5174, 941, 1995, 4269, 9699, 1914, 492, 1504, 221, 1181, 3131, 318, 46, 300, 566, 489, 4247, 16077, 45, 1460, 16077, 312, 1397, 221, 130, 832, 320, 1504, 221, 597, 51, 4089, 51, 750, 459, 16737, 2489, 570, 456, 18949, 12267, 300, 51, 9699, 941, 5175, 1052, 1397, 221, 130, 1397, 221, 2986, 64, 596, 221, 1555, 63, 1397, 221, 597, 51, 4089, 51, 750, 459, 19165, 2147, 2586, 2172, 456, 18949, 2172, 51, 493, 406, 3722, 2794, 391, 764, 642, 580, 28105, 3630, 78, 51, 11728, 1046, 300, 51, 9699, 941, 5175, 1052, 1397, 221, 2986, 64, 596, 221, 130, 621, 221, 130, 621, 221, 620, 556, 2726, 3812, 16077, 45, 104, 312, 374, 221, 130, 376, 221, 130, 2385, 327, 1002, 503, 46, 320, 374, 221, 5267, 556, 5715, 48162, 39800, 45, 106, 49, 332, 9752, 666, 26202, 2595, 5377, 376, 221, 130, 222, 221, 130, 499, 221, 2072, 1701, 65, 78, 3139, 3812, 16077, 67, 640, 23791, 1778, 21071, 502, 45, 3242, 457, 1735, 1825, 13932, 46, 2589, 5715, 48162, 39800, 320, 376, 221, 739, 65, 78, 3139, 3812, 16077, 67, 1712, 1494, 23647, 739, 299, 556, 21057, 6984, 1332, 221, 344, 327, 1891, 51, 23441, 941, 5175, 941, 3591, 459, 11727, 1778, 1494, 23647, 739, 1325, 2152, 320, 374, 221, 1460, 1494, 23647, 739, 51, 688, 45, 597, 51, 23441, 48162, 45, 1891, 51, 18721, 11308, 1160, 1436, 5425, 3058, 45, 81, 100, 25504, 2142, 44038, 566, 5174, 941, 1995, 5086, 376, 221, 130, 832, 434, 327, 1891, 51, 23441, 941, 5175, 941, 3591, 459, 11727, 1778, 1494, 23647, 739, 7429, 2152, 320, 374, 221, 1460, 1494, 23647, 739, 51, 688, 45, 597, 51, 23441, 48162, 45, 1891, 51, 18721, 11308, 1160, 1436, 5425, 3058, 45, 81, 100, 25504, 2142, 44038, 566, 5174, 941, 1995, 5086, 374, 221, 1460, 1494, 23647, 739, 51, 15109, 45, 597, 51, 390, 23791, 1778, 21071, 502, 45, 1891, 51, 18721, 11308, 1160, 1436, 5425, 3058, 459, 5089, 1912, 5174, 941, 1995, 5086, 376, 221, 130, 1332, 221, 620, 1712, 1494, 23647, 739, 64, 222, 221, 130, 499, 221, 2072, 1701, 65, 671, 67, 640, 3026, 739, 45, 3242, 457, 1735, 1825, 13932, 46, 320, 376, 221, 739, 65, 671, 67, 3406, 299, 556, 21057, 6984, 1332, 221, 999, 327, 2717, 65, 671, 49, 910, 67, 3416, 3367, 518, 13932, 51, 17745, 3367, 941, 24338, 1177, 320, 2556, 221, 78, 3026, 4380, 299, 13932, 51, 23441, 941, 17745, 45, 5616, 3367, 51, 11728, 1052, 374, 221, 4412, 458, 2061, 299, 4380, 51, 316, 20021, 45, 5616, 3367, 51, 6693, 1052, 2556, 221, 344, 327, 5616, 3367, 51, 11728, 941, 10498, 941, 20982, 459, 5453, 738, 678, 1293, 3416, 3367, 51, 6693, 941, 3591, 459, 632, 44982, 678, 1293, 458, 2061, 46, 320, 621, 221, 7514, 64, 374, 221, 130, 2556, 221, 344, 1445, 5616, 3367, 51, 6693, 941, 3591, 459, 1886, 2152, 320, 621, 221, 5173, 51, 688, 10364, 39, 494, 3416, 3367, 51, 11728, 1052, 374, 221, 130, 374, 221, 78, 3026, 5048, 5900, 299, 13932, 51, 23441, 941, 17745, 45, 5616, 3367, 51, 11728, 4269, 13729, 5048, 492, 374, 221, 344, 327, 5616, 3367, 51, 6693, 365, 882, 762, 979, 673, 5616, 3367, 51, 6693, 941, 3591, 18001, 979, 673, 5616, 3367, 51, 6693, 941, 3591, 459, 1527, 678, 979, 673, 5616, 3367, 51, 6693, 941, 3591, 459, 1886, 2152, 320, 621, 221, 344, 327, 4136, 5118, 26642, 3026, 5048, 979, 1849, 12930, 3026, 5048, 46, 5900, 566, 316, 3078, 1177, 320, 596, 221, 5173, 51, 688, 7738, 429, 46, 6938, 51, 38832, 45, 5616, 3367, 51, 6693, 5183, 494, 10780, 621, 221, 130, 832, 320, 596, 221, 5173, 51, 688, 45, 5616, 3367, 51, 6693, 1052, 621, 221, 130, 374, 221, 130, 376, 221, 130, 1332, 221, 620, 3406, 64, 222, 221, 130, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
2,096
true
73.466371
true
true
ExecutionDialog.java
/FileExtraction/Java_unseen/boecker-lab_sirius/sirius_gui/src/main/java/de/unijena/bioinf/ms/gui/dialogs/ExecutionDialog.java
/* * * This file is part of the SIRIUS library for analyzing MS and MS/MS data * * Copyright (C) 2013-2020 Kai Dührkop, Markus Fleischauer, Marcus Ludwig, Martin A. Hoffman, Fleming Kretschmer and Sebastian Böcker, * Chair of Bioinformatics, Friedrich-Schilller University. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License along with SIRIUS. If not, see <https://www.gnu.org/licenses/lgpl-3.0.txt> */ package de.unijena.bioinf.ms.gui.dialogs; import de.unijena.bioinf.jjobs.LoadingBackroundTask; import de.unijena.bioinf.ms.frontend.subtools.InputFilesOptions; import de.unijena.bioinf.ms.gui.compute.SubToolConfigPanel; import de.unijena.bioinf.ms.gui.compute.jjobs.Jobs; import de.unijena.bioinf.ms.gui.logging.TextAreaJJobContainer; import de.unijena.bioinf.projectspace.InstanceBean; import org.jetbrains.annotations.NotNull; import org.jetbrains.annotations.Nullable; import org.slf4j.LoggerFactory; import javax.swing.*; import java.awt.*; import java.nio.file.Path; import java.util.ArrayList; import java.util.List; import java.util.Map; import java.util.stream.Collectors; import static de.unijena.bioinf.ms.gui.mainframe.MainFrame.MF; public class ExecutionDialog<P extends SubToolConfigPanel<?>> extends JDialog { public ExecutionDialog(@NotNull P configPanel) { init(configPanel, compounds, nonCompoundInput); } public ExecutionDialog(@NotNull P configPanel, @Nullable List<InstanceBean> compounds, @Nullable List<Path> nonCompoundInput, Frame owner) { super(owner); init(configPanel, compounds, nonCompoundInput); } public ExecutionDialog(@NotNull P configPanel, @Nullable List<InstanceBean> compounds, @Nullable List<Path> nonCompoundInput, Frame owner, boolean modal) { super(owner, modal); init(configPanel, compounds, nonCompoundInput); } public ExecutionDialog(@NotNull P configPanel, @Nullable List<InstanceBean> compounds, @Nullable List<Path> nonCompoundInput, Frame owner, String title) { super(owner, title); init(configPanel, compounds, nonCompoundInput); } public ExecutionDialog(@NotNull P configPanel, @Nullable List<InstanceBean> compounds, @Nullable List<Path> nonCompoundInput, Frame owner, String title, boolean modal) { super(owner, title, modal); init(configPanel, compounds, nonCompoundInput); } public ExecutionDialog(@NotNull P configPanel, @Nullable List<InstanceBean> compounds, @Nullable List<Path> nonCompoundInput, Dialog owner) { super(owner); init(configPanel, compounds, nonCompoundInput); } public ExecutionDialog(@NotNull P configPanel, @Nullable List<InstanceBean> compounds, @Nullable List<Path> nonCompoundInput, Dialog owner, boolean modal) { super(owner, modal); init(configPanel, compounds, nonCompoundInput); } public ExecutionDialog(@NotNull P configPanel, @Nullable List<InstanceBean> compounds, @Nullable List<Path> nonCompoundInput, Dialog owner, String title) { super(owner, title); init(configPanel, compounds, nonCompoundInput); } public ExecutionDialog(@NotNull P configPanel, @Nullable List<InstanceBean> compounds, @Nullable List<Path> nonCompoundInput, Dialog owner, String title, boolean modal) { super(owner, title, modal); init(configPanel, compounds, nonCompoundInput); } protected JButton execute, cancel; protected P configPanel; protected boolean indeterminateProgress = true; @Nullable List<InstanceBean> compounds = null; @Nullable List<Path> nonCompoundInput = null; protected void init(@NotNull P configPanel, @Nullable List<InstanceBean> compounds, @Nullable List<Path> nonCompoundInput) { this.configPanel = configPanel; this.compounds = compounds; this.nonCompoundInput = nonCompoundInput; setLayout(new BorderLayout()); add(this.configPanel, BorderLayout.CENTER); JPanel buttons = new JPanel(new FlowLayout(FlowLayout.RIGHT)); execute = new JButton("Run"); cancel = new JButton("Cancel"); buttons.add(execute); buttons.add(cancel); add(buttons, BorderLayout.SOUTH); execute.addActionListener(e -> execute()); cancel.addActionListener(e -> cancel()); // setMinimumSize(new Dimension(350, getMinimumSize().height)); } public void start() { setResizable(false); setDefaultCloseOperation(DISPOSE_ON_CLOSE); pack(); setLocationRelativeTo(getOwner()); setVisible(true); } public void setIndeterminateProgress(boolean indeterminateProgress) { this.indeterminateProgress = indeterminateProgress; } public boolean isIndeterminateProgress() { return indeterminateProgress; } public void setCompounds(@Nullable List<InstanceBean> compounds) { this.compounds = compounds; } public void setNonCompoundInput(@Nullable List<Path> nonCompoundInput) { this.nonCompoundInput = nonCompoundInput; } protected void cancel() { dispose(); } protected void execute() { dispose(); try { List<String> command = new ArrayList<>(); command.add(configPanel.toolCommand()); command.addAll(configPanel.asParameterList()); final TextAreaJJobContainer<Boolean> j = Jobs.runCommand(command, compounds, getInputFilesOptions(), configPanel.toolCommand()); LoadingBackroundTask.connectToJob(this.getOwner() != null ? this.getOwner() : MF, "Running '" + configPanel.toolCommand() + "'...", indeterminateProgress, j); } catch (Exception e) { LoggerFactory.getLogger(getClass()).error("Error when running '" + configPanel.toolCommand() + "'.", e); new ExceptionDialog(MF, e.getMessage()); } } private InputFilesOptions getInputFilesOptions() { if (nonCompoundInput == null) return null; InputFilesOptions inputFiles = new InputFilesOptions(); Map<Path, Integer> map = nonCompoundInput.stream().sequential().collect(Collectors.toMap(k -> k, k -> (int) k.toFile().length())); inputFiles.msInput = new InputFilesOptions.MsInput(null, null, map); return inputFiles; } }
6,865
Java
.java
boecker-lab/sirius
75
17
34
2017-06-16T16:21:34Z
2024-05-09T03:58:38Z
fbd054d899d31d7fa0eb5567d65a723cdf0948deea8e7463d48235e83bcb41b4
[ 1127, 222, 338, 222, 338, 244, 1369, 822, 458, 1760, 451, 341, 377, 3914, 28975, 4277, 456, 17986, 26817, 13419, 480, 13419, 52, 2758, 727, 222, 338, 222, 338, 244, 2657, 327, 72, 46, 244, 55, 53, 54, 56, 50, 55, 53, 55, 53, 1242, 3063, 493, 2022, 3943, 40233, 49, 7797, 371, 525, 293, 30305, 4474, 284, 49, 8369, 6217, 517, 856, 124, 384, 49, 36801, 418, 51, 696, 1739, 1607, 49, 525, 2078, 318, 1242, 287, 5166, 2322, 480, 47943, 36949, 570, 2827, 6011, 49, 222, 338, 244, 1902, 2017, 451, 18638, 18931, 24445, 49, 525, 14055, 16452, 50, 13556, 354, 28935, 11451, 51, 222, 338, 222, 338, 244, 1369, 4277, 458, 3760, 2951, 64, 863, 902, 14081, 580, 480, 52, 290, 222, 338, 244, 5370, 580, 1549, 341, 5974, 451, 341, 6994, 16227, 6153, 5062, 222, 338, 244, 1196, 641, 9582, 829, 341, 7834, 3870, 7120, 64, 3173, 222, 338, 244, 1522, 244, 56, 451, 341, 1196, 49, 575, 327, 288, 1390, 2489, 46, 1364, 6146, 1522, 51, 222, 338, 222, 338, 244, 1369, 4277, 458, 2744, 347, 341, 9850, 708, 580, 1118, 545, 6386, 49, 222, 338, 244, 1294, 4213, 2979, 9345, 64, 2895, 4462, 341, 4506, 14319, 451, 222, 338, 244, 7934, 575, 8114, 4800, 418, 7848, 7763, 51, 244, 2819, 341, 6994, 222, 338, 244, 16227, 6153, 5062, 1196, 456, 1851, 4261, 51, 222, 338, 222, 338, 244, 2469, 1414, 1178, 6589, 331, 1948, 451, 341, 6994, 16227, 6153, 5062, 1196, 7979, 642, 377, 3914, 28975, 51, 1691, 666, 49, 2337, 350, 662, 574, 1516, 51, 10627, 51, 1107, 52, 4205, 52, 4095, 576, 50, 56, 51, 53, 51, 2787, 67, 222, 588, 222, 222, 1337, 428, 51, 330, 5807, 10236, 51, 12787, 5290, 51, 893, 51, 8472, 51, 41463, 64, 222, 222, 485, 428, 51, 330, 5807, 10236, 51, 12787, 5290, 51, 111, 10372, 51, 7077, 2509, 1514, 2265, 64, 222, 485, 428, 51, 330, 5807, 10236, 51, 12787, 5290, 51, 893, 51, 12717, 51, 1133, 4303, 51, 1630, 3852, 2045, 64, 222, 485, 428, 51, 330, 5807, 10236, 51, 12787, 5290, 51, 893, 51, 8472, 51, 7946, 51, 1736, 3670, 1081, 3686, 64, 222, 485, 428, 51, 330, 5807, 10236, 51, 12787, 5290, 51, 893, 51, 8472, 51, 7946, 51, 111, 10372, 51, 14502, 64, 222, 485, 428, 51, 330, 5807, 10236, 51, 12787, 5290, 51, 893, 51, 8472, 51, 7506, 51, 26974, 79, 3798, 2894, 64, 222, 485, 428, 51, 330, 5807, 10236, 51, 12787, 5290, 51, 2268, 1183, 51, 1825, 5358, 64, 222, 485, 1105, 51, 15575, 51, 8839, 51, 4936, 64, 222, 485, 1105, 51, 15575, 51, 8839, 51, 6825, 64, 222, 485, 1105, 51, 12172, 57, 111, 51, 19580, 64, 222, 222, 485, 3698, 51, 5934, 7737, 222, 485, 1401, 51, 8236, 7737, 222, 485, 1401, 51, 11780, 51, 781, 51, 1233, 64, 222, 485, 1401, 51, 1058, 51, 7119, 64, 222, 485, 1401, 51, 1058, 51, 739, 64, 222, 485, 1401, 51, 1058, 51, 1225, 64, 222, 485, 1401, 51, 1058, 51, 2255, 51, 16862, 64, 222, 222, 485, 924, 428, 51, 330, 5807, 10236, 51, 12787, 5290, 51, 893, 51, 8472, 51, 1850, 1763, 51, 4370, 2163, 51, 13148, 64, 222, 222, 942, 462, 16254, 3742, 65, 85, 2041, 3743, 3670, 1081, 3686, 31785, 2041, 990, 3742, 320, 465, 581, 16254, 3742, 4810, 4936, 466, 1377, 3686, 46, 320, 310, 3238, 45, 1180, 3686, 49, 27089, 120, 49, 3000, 18133, 1630, 312, 303, 339, 465, 581, 16254, 3742, 4810, 4936, 466, 1377, 3686, 49, 496, 6825, 1701, 65, 1825, 5358, 67, 27089, 120, 49, 496, 6825, 1701, 65, 1233, 67, 3000, 18133, 1630, 49, 7191, 7431, 46, 320, 310, 2615, 45, 5645, 312, 310, 3238, 45, 1180, 3686, 49, 27089, 120, 49, 3000, 18133, 1630, 312, 303, 339, 465, 581, 16254, 3742, 4810, 4936, 466, 1377, 3686, 49, 496, 6825, 1701, 65, 1825, 5358, 67, 27089, 120, 49, 496, 6825, 1701, 65, 1233, 67, 3000, 18133, 1630, 49, 7191, 7431, 49, 1922, 10794, 46, 320, 310, 2615, 45, 5645, 49, 10794, 312, 310, 3238, 45, 1180, 3686, 49, 27089, 120, 49, 3000, 18133, 1630, 312, 303, 339, 465, 581, 16254, 3742, 4810, 4936, 466, 1377, 3686, 49, 496, 6825, 1701, 65, 1825, 5358, 67, 27089, 120, 49, 496, 6825, 1701, 65, 1233, 67, 3000, 18133, 1630, 49, 7191, 7431, 49, 910, 1799, 46, 320, 310, 2615, 45, 5645, 49, 1799, 312, 310, 3238, 45, 1180, 3686, 49, 27089, 120, 49, 3000, 18133, 1630, 312, 303, 339, 465, 581, 16254, 3742, 4810, 4936, 466, 1377, 3686, 49, 496, 6825, 1701, 65, 1825, 5358, 67, 27089, 120, 49, 496, 6825, 1701, 65, 1233, 67, 3000, 18133, 1630, 49, 7191, 7431, 49, 910, 1799, 49, 1922, 10794, 46, 320, 310, 2615, 45, 5645, 49, 1799, 49, 10794, 312, 310, 3238, 45, 1180, 3686, 49, 27089, 120, 49, 3000, 18133, 1630, 312, 303, 339, 4054, 581, 16254, 3742, 4810, 4936, 466, 1377, 3686, 49, 496, 6825, 1701, 65, 1825, 5358, 67, 27089, 120, 49, 496, 6825, 1701, 65, 1233, 67, 3000, 18133, 1630, 49, 13695, 7431, 46, 320, 310, 2615, 45, 5645, 312, 310, 3238, 45, 1180, 3686, 49, 27089, 120, 49, 3000, 18133, 1630, 312, 303, 339, 465, 581, 16254, 3742, 4810, 4936, 466, 1377, 3686, 49, 496, 6825, 1701, 65, 1825, 5358, 67, 27089, 120, 49, 496, 6825, 1701, 65, 1233, 67, 3000, 18133, 1630, 49, 13695, 7431, 49, 1922, 10794, 46, 320, 310, 2615, 45, 5645, 49, 10794, 312, 310, 3238, 45, 1180, 3686, 49, 27089, 120, 49, 3000, 18133, 1630, 312, 303, 339, 465, 581, 16254, 3742, 4810, 4936, 466, 1377, 3686, 49, 496, 6825, 1701, 65, 1825, 5358, 67, 27089, 120, 49, 496, 6825, 1701, 65, 1233, 67, 3000, 18133, 1630, 49, 13695, 7431, 49, 910, 1799, 46, 320, 310, 2615, 45, 5645, 49, 1799, 312, 310, 3238, 45, 1180, 3686, 49, 27089, 120, 49, 3000, 18133, 1630, 312, 303, 339, 465, 581, 16254, 3742, 4810, 4936, 466, 1377, 3686, 49, 496, 6825, 1701, 65, 1825, 5358, 67, 27089, 120, 49, 496, 6825, 1701, 65, 1233, 67, 3000, 18133, 1630, 49, 13695, 7431, 49, 910, 1799, 49, 1922, 10794, 46, 320, 310, 2615, 45, 5645, 49, 1799, 49, 10794, 312, 310, 3238, 45, 1180, 3686, 49, 27089, 120, 49, 3000, 18133, 1630, 312, 303, 339, 465, 2532, 24328, 5755, 49, 8260, 64, 303, 2532, 466, 1377, 3686, 64, 303, 2532, 1922, 347, 43968, 5291, 299, 878, 64, 465, 496, 6825, 1701, 65, 1825, 5358, 67, 27089, 120, 299, 762, 64, 303, 496, 6825, 1701, 65, 1233, 67, 3000, 18133, 1630, 299, 762, 64, 465, 2532, 782, 3238, 4810, 4936, 466, 1377, 3686, 49, 496, 6825, 1701, 65, 1825, 5358, 67, 27089, 120, 49, 496, 6825, 1701, 65, 1233, 67, 3000, 18133, 1630, 46, 320, 310, 477, 51, 1180, 3686, 299, 1377, 3686, 64, 310, 477, 51, 26799, 120, 299, 27089, 120, 64, 310, 477, 51, 3804, 18133, 1630, 299, 3000, 18133, 1630, 64, 603, 758, 2362, 45, 909, 38816, 1052, 310, 1035, 45, 597, 51, 1180, 3686, 49, 38816, 51, 16562, 312, 603, 22299, 12033, 299, 556, 22299, 45, 909, 12433, 2362, 45, 4078, 2362, 51, 6517, 894, 310, 5755, 299, 556, 24328, 459, 2544, 742, 310, 8260, 299, 556, 24328, 459, 7034, 742, 310, 12033, 51, 688, 45, 4540, 312, 310, 12033, 51, 688, 45, 8158, 312, 310, 1035, 45, 11432, 49, 38816, 51, 3644, 5938, 312, 603, 5755, 51, 24508, 45, 106, 984, 5755, 1052, 603, 8260, 51, 24508, 45, 106, 984, 8260, 1052, 222, 222, 325, 370, 758, 13368, 1269, 45, 909, 17432, 45, 56, 58, 53, 49, 640, 13368, 1269, 941, 2296, 894, 303, 339, 465, 581, 782, 1496, 365, 320, 310, 758, 33375, 45, 1886, 312, 310, 43312, 4187, 3786, 45, 5988, 6856, 100, 586, 100, 18758, 312, 310, 8928, 492, 310, 758, 2941, 11776, 724, 45, 47828, 1052, 310, 758, 5671, 45, 1527, 312, 303, 339, 465, 581, 782, 758, 402, 43968, 5291, 45, 4412, 347, 43968, 5291, 46, 320, 310, 477, 51, 285, 43968, 5291, 299, 347, 43968, 5291, 64, 303, 339, 465, 581, 1922, 43337, 43968, 5291, 365, 320, 310, 461, 347, 43968, 5291, 64, 303, 339, 465, 581, 782, 758, 18133, 120, 4810, 6825, 1701, 65, 1825, 5358, 67, 27089, 120, 46, 320, 310, 477, 51, 26799, 120, 299, 27089, 120, 64, 303, 339, 465, 581, 782, 758, 3921, 18133, 1630, 4810, 6825, 1701, 65, 1233, 67, 3000, 18133, 1630, 46, 320, 310, 477, 51, 3804, 18133, 1630, 299, 3000, 18133, 1630, 64, 303, 339, 465, 2532, 782, 8260, 365, 320, 310, 27131, 492, 303, 339, 465, 2532, 782, 5755, 365, 320, 310, 27131, 492, 310, 1614, 320, 343, 1701, 65, 671, 67, 2035, 299, 556, 5068, 6984, 343, 2035, 51, 688, 45, 1180, 3686, 51, 3749, 2037, 1052, 343, 2035, 51, 15109, 45, 1180, 3686, 51, 321, 3026, 739, 1052, 1083, 1175, 3336, 5585, 79, 3798, 2894, 65, 4718, 67, 614, 299, 46012, 51, 1967, 2037, 45, 2514, 49, 27089, 120, 49, 640, 1630, 3852, 2045, 1046, 1377, 3686, 51, 3749, 2037, 1052, 343, 19565, 2509, 1514, 2265, 51, 3532, 724, 3798, 45, 597, 51, 47828, 365, 882, 762, 1037, 477, 51, 47828, 365, 518, 30976, 49, 332, 9519, 6121, 494, 1377, 3686, 51, 3749, 2037, 365, 494, 5343, 28105, 347, 43968, 5291, 49, 614, 312, 603, 339, 2385, 327, 1002, 503, 46, 320, 343, 21818, 51, 10588, 45, 9699, 4269, 750, 459, 943, 1429, 3991, 6121, 494, 1377, 3686, 51, 3749, 2037, 365, 494, 332, 2503, 411, 503, 312, 343, 556, 3284, 3742, 45, 13148, 49, 503, 51, 7724, 1052, 310, 339, 303, 339, 465, 964, 4257, 3852, 2045, 640, 1630, 3852, 2045, 365, 320, 310, 434, 327, 3804, 18133, 1630, 630, 762, 46, 343, 461, 762, 64, 310, 4257, 3852, 2045, 1533, 3852, 299, 556, 4257, 3852, 2045, 492, 310, 3531, 65, 1233, 49, 4418, 67, 2010, 299, 3000, 18133, 1630, 51, 2255, 941, 42585, 941, 6190, 45, 16862, 51, 39975, 45, 112, 984, 851, 49, 851, 984, 327, 429, 46, 851, 51, 471, 991, 941, 1340, 5086, 310, 1533, 3852, 51, 893, 1630, 299, 556, 4257, 3852, 2045, 51, 11085, 1630, 45, 1710, 49, 762, 49, 2010, 312, 310, 461, 1533, 3852, 64, 303, 339, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
1,706
true
70.508524
true
true
BaselineObsImpl.java
/FileExtraction/Java_unseen/IMS-MAXIMS_openMAXIMS/Source Library/openmaxims_workspace-archive/RefMan/src/ims/RefMan/domain/impl/BaselineObsImpl.java
// This code was generated by Rory Fitzpatrick using IMS Development Environment (version 1.64 build 3155.28032) // Copyright (C) 1995-2008 IMS MAXIMS plc. All rights reserved. package ims.RefMan.domain.impl; import ims.admin.domain.MosAdmin; import ims.admin.domain.MosSearch; import ims.admin.domain.impl.MosAdminImpl; import ims.admin.domain.impl.MosSearchImpl; import ims.admin.helper.Keywords; import ims.RefMan.domain.base.impl.BaseBaselineObsComponentImpl; import ims.RefMan.domain.objects.NursingNotes; import ims.RefMan.vo.BaselineObservationsVoCollection; import ims.RefMan.vo.CatsReferralRefVo; import ims.RefMan.vo.PresentationReferralSummaryVo; import ims.RefMan.vo.PresentationReferralSummaryVoCollection; import ims.RefMan.vo.domain.BaselineObservationsVoAssembler; import ims.RefMan.vo.domain.PresentationReferralSummaryVoAssembler; import ims.core.resource.people.domain.objects.Hcp; import ims.core.resource.people.domain.objects.MemberOfStaff; import ims.core.vo.AllergenVoCollection; import ims.core.vo.HcpLiteVo; import ims.core.vo.MemberOfStaffShortVo; import ims.core.vo.MemberOfStaffShortVoCollection; import ims.core.vo.MemberOfStaffVo; import ims.core.vo.domain.AllergenVoAssembler; import ims.core.vo.domain.HcpLiteVoAssembler; import ims.core.vo.domain.MemberOfStaffVoAssembler; import ims.domain.DomainFactory; import ims.domain.exceptions.DomainInterfaceException; import ims.framework.exceptions.CodingRuntimeException; import java.io.Serializable; import java.util.ArrayList; import java.util.List; public class BaselineObsImpl extends BaseBaselineObsComponentImpl { private static final long serialVersionUID = 1L; /** * saveBaselineObs */ public ims.RefMan.vo.BaselineObservationsVo saveBaselineObs(ims.RefMan.vo.BaselineObservationsVo voBaselineObs) throws ims.domain.exceptions.StaleObjectException { if(voBaselineObs == null) throw new CodingRuntimeException("Invalid voBaselineObs"); if(!voBaselineObs.isValidated()) throw new CodingRuntimeException("voBaselineObs not validated"); DomainFactory factory = getDomainFactory(); NursingNotes domainObject = BaselineObservationsVoAssembler.extractNursingNotes(factory, voBaselineObs); factory.save(domainObject); return BaselineObservationsVoAssembler.create(domainObject); } /** * get BaselineObs */ public ims.RefMan.vo.BaselineObservationsVo getBaselineObs(ims.RefMan.vo.CatsReferralRefVo voCATSReferralRef) { if(voCATSReferralRef != null) { DomainFactory factory = getDomainFactory(); StringBuffer hql = new StringBuffer(" from BaselineObservations bl where "); String andStr = " "; ArrayList<String> markers = new ArrayList<String>(); ArrayList<Serializable> values = new ArrayList<Serializable>(); hql.append(andStr + " bl.catsReferral.id = :cats"); markers.add("cats"); values.add(voCATSReferralRef.getID_CatsReferral()); andStr = " and "; List listAdditional = factory.find(hql.toString(), markers,values); if(listAdditional != null && listAdditional.size() > 0) { BaselineObservationsVoCollection voColl = BaselineObservationsVoAssembler.createBaselineObservationsVoCollectionFromNursingNotes(listAdditional); if(voColl != null && voColl.size() > 0) return voColl.get(0); } } return null; } public MemberOfStaffShortVoCollection listMOS(MemberOfStaffShortVo voMOSFilter) { MosSearch mosSearch = (MosSearch)getDomainImpl(MosSearchImpl.class); return mosSearch.listMembersOfStaff(voMOSFilter); } public MemberOfStaffVo getMemberOfStaff(MemberOfStaffShortVo mos) { MosAdmin mosAdmin = (MosAdmin)getDomainImpl(MosAdminImpl.class); return mosAdmin.getMemberOfStaff(mos); } public HcpLiteVo getHCP(MemberOfStaffShortVo voMOS) { DomainFactory factory = getDomainFactory(); String hql = " from Hcp h " + " where h.mos.id = :mosid"; List hcpList = factory.find(hql,new String[]{"mosid"}, new Object[]{voMOS.getID_MemberOfStaff()}); if (hcpList == null || hcpList.size() == 0) return null; return HcpLiteVoAssembler.create((Hcp)hcpList.get(0)); } public MemberOfStaffVo getMos(HcpLiteVo voHCP) { DomainFactory factory = getDomainFactory(); String hql = " from MemberOfStaff m " + " where m.hcp.id = :hcpid"; List mosList = factory.find(hql,new String[]{"hcpid"}, new Object[]{voHCP.getID_Hcp()}); if (mosList == null || mosList.size() == 0) return null; return MemberOfStaffVoAssembler.create((MemberOfStaff)mosList.get(0)); } public PresentationReferralSummaryVo getPresentationReferralSummary(CatsReferralRefVo catsRefVo) { if(catsRefVo != null) { DomainFactory factory = getDomainFactory(); StringBuffer hql = new StringBuffer(" from PresentationReferralSummary presRS where "); String andStr = " "; ArrayList<String> markers = new ArrayList<String>(); ArrayList<Serializable> values = new ArrayList<Serializable>(); hql.append(andStr + " presRS.catsReferral.id = :cats"); markers.add("cats"); values.add(catsRefVo.getID_CatsReferral()); andStr = " and "; List listAdditional = factory.find(hql.toString(), markers,values); if(listAdditional != null && listAdditional.size() > 0) { PresentationReferralSummaryVoCollection voColl = PresentationReferralSummaryVoAssembler.createPresentationReferralSummaryVoCollectionFromPresentationReferralSummary(listAdditional); if(voColl != null && voColl.size() > 0) return voColl.get(0); } } return null; } public AllergenVoCollection listActiveAllergies(String filter) throws DomainInterfaceException { DomainFactory factory = getDomainFactory(); StringBuffer hql = new StringBuffer(" from "); hql.append("Allergen x "); hql.append(" join x.keywords as kw"); ArrayList names = new ArrayList(); ArrayList values = new ArrayList(); hql.append(" where x.isActive = :isActive"); names.add("isActive"); values.add(Boolean.TRUE); List resultsList = Keywords.searchByKeywords(factory, filter, hql.toString(), names, values); if (resultsList.size() > 0) return AllergenVoAssembler.createAllergenVoCollectionFromAllergen(resultsList).sort(); else return null; } }
6,188
Java
.java
IMS-MAXIMS/openMAXIMS
61
50
23
2014-06-12T12:04:02Z
2020-07-31T09:34:49Z
e2e0ddca54f8faac2f4b5bce3150ae06be78aff5d8a11d5531ed3ecd660c43f1
[ 325, 1369, 1361, 1616, 4741, 829, 578, 647, 525, 22403, 7225, 32894, 1493, 457, 2758, 15606, 10584, 327, 1687, 244, 54, 51, 59, 57, 1984, 244, 56, 54, 58, 58, 51, 55, 61, 53, 56, 55, 46, 222, 325, 2657, 327, 72, 46, 244, 54, 62, 62, 58, 50, 55, 53, 53, 61, 457, 2758, 7490, 2348, 88, 1302, 104, 51, 3381, 4760, 5225, 51, 222, 222, 1337, 3987, 120, 51, 2099, 1272, 51, 4136, 51, 3126, 64, 222, 222, 485, 3987, 120, 51, 2317, 51, 4136, 51, 82, 519, 4208, 64, 222, 485, 3987, 120, 51, 2317, 51, 4136, 51, 82, 519, 3209, 64, 222, 485, 3987, 120, 51, 2317, 51, 4136, 51, 3126, 51, 82, 519, 4208, 3499, 64, 222, 485, 3987, 120, 51, 2317, 51, 4136, 51, 3126, 51, 82, 519, 3209, 3499, 64, 222, 485, 3987, 120, 51, 2317, 51, 4328, 51, 23174, 64, 222, 485, 3987, 120, 51, 2099, 1272, 51, 4136, 51, 1460, 51, 3126, 51, 1778, 27067, 31275, 1735, 3499, 64, 222, 485, 3987, 120, 51, 2099, 1272, 51, 4136, 51, 5754, 51, 83, 324, 1755, 11440, 64, 222, 485, 3987, 120, 51, 2099, 1272, 51, 2103, 51, 27067, 2263, 15509, 12536, 2272, 64, 222, 485, 3987, 120, 51, 2099, 1272, 51, 2103, 51, 72, 1990, 2099, 26155, 2099, 12536, 64, 222, 485, 3987, 120, 51, 2099, 1272, 51, 2103, 51, 21407, 2099, 26155, 8111, 12536, 64, 222, 485, 3987, 120, 51, 2099, 1272, 51, 2103, 51, 21407, 2099, 26155, 8111, 12536, 2272, 64, 222, 485, 3987, 120, 51, 2099, 1272, 51, 2103, 51, 4136, 51, 27067, 2263, 15509, 12536, 24277, 64, 222, 485, 3987, 120, 51, 2099, 1272, 51, 2103, 51, 4136, 51, 21407, 2099, 26155, 8111, 12536, 24277, 64, 222, 485, 3987, 120, 51, 1284, 51, 3157, 51, 16677, 51, 4136, 51, 5754, 51, 77, 2217, 64, 222, 485, 3987, 120, 51, 1284, 51, 3157, 51, 16677, 51, 4136, 51, 5754, 51, 4605, 1436, 27331, 64, 222, 485, 3987, 120, 51, 1284, 51, 2103, 51, 1947, 284, 2536, 12536, 2272, 64, 222, 485, 3987, 120, 51, 1284, 51, 2103, 51, 77, 2217, 13662, 12536, 64, 222, 485, 3987, 120, 51, 1284, 51, 2103, 51, 4605, 1436, 27331, 6881, 12536, 64, 222, 485, 3987, 120, 51, 1284, 51, 2103, 51, 4605, 1436, 27331, 6881, 12536, 2272, 64, 222, 485, 3987, 120, 51, 1284, 51, 2103, 51, 4605, 1436, 27331, 12536, 64, 222, 485, 3987, 120, 51, 1284, 51, 2103, 51, 4136, 51, 1947, 284, 2536, 12536, 24277, 64, 222, 485, 3987, 120, 51, 1284, 51, 2103, 51, 4136, 51, 77, 2217, 13662, 12536, 24277, 64, 222, 485, 3987, 120, 51, 1284, 51, 2103, 51, 4136, 51, 4605, 1436, 27331, 12536, 24277, 64, 222, 485, 3987, 120, 51, 4136, 51, 5048, 2232, 64, 222, 485, 3987, 120, 51, 4136, 51, 11453, 51, 5048, 3058, 1002, 64, 222, 485, 3987, 120, 51, 2863, 51, 11453, 51, 27406, 19296, 64, 222, 222, 485, 1401, 51, 735, 51, 12644, 64, 222, 485, 1401, 51, 1058, 51, 7119, 64, 222, 485, 1401, 51, 1058, 51, 739, 64, 222, 222, 942, 462, 3787, 948, 31275, 3499, 2041, 3787, 27067, 31275, 1735, 3499, 222, 128, 499, 221, 2072, 924, 1175, 1964, 19896, 299, 244, 54, 81, 64, 499, 221, 1350, 222, 221, 47, 4166, 27067, 31275, 222, 221, 1975, 222, 221, 942, 3987, 120, 51, 2099, 1272, 51, 2103, 51, 27067, 2263, 15509, 12536, 4166, 27067, 31275, 45, 16178, 51, 2099, 1272, 51, 2103, 51, 27067, 2263, 15509, 12536, 9180, 27067, 31275, 46, 2589, 3987, 120, 51, 4136, 51, 11453, 51, 520, 1572, 976, 1002, 222, 221, 128, 376, 221, 344, 45, 2103, 27067, 31275, 630, 762, 46, 374, 221, 5267, 556, 41942, 19296, 459, 3828, 9180, 27067, 31275, 742, 376, 221, 344, 3848, 2103, 27067, 31275, 51, 13431, 751, 1177, 374, 221, 5267, 556, 41942, 19296, 459, 2103, 27067, 31275, 666, 25762, 742, 4102, 221, 5048, 2232, 7769, 299, 640, 5048, 2232, 492, 376, 221, 83, 324, 1755, 11440, 5900, 976, 299, 3787, 948, 2263, 15509, 12536, 24277, 51, 8320, 83, 324, 1755, 11440, 45, 5802, 49, 9180, 27067, 31275, 312, 4102, 221, 5802, 51, 2882, 45, 4136, 976, 312, 4102, 221, 620, 3787, 948, 2263, 15509, 12536, 24277, 51, 1315, 45, 4136, 976, 312, 222, 221, 130, 499, 221, 1350, 222, 221, 47, 640, 3787, 948, 31275, 222, 221, 1975, 222, 221, 942, 3987, 120, 51, 2099, 1272, 51, 2103, 51, 27067, 2263, 15509, 12536, 640, 27067, 31275, 45, 16178, 51, 2099, 1272, 51, 2103, 51, 72, 1990, 2099, 26155, 2099, 12536, 9180, 15582, 88, 2099, 26155, 2099, 46, 222, 221, 128, 376, 221, 344, 45, 2103, 15582, 88, 2099, 26155, 2099, 882, 762, 46, 376, 221, 128, 374, 221, 5048, 2232, 7769, 299, 640, 5048, 2232, 492, 374, 221, 35285, 439, 1383, 299, 556, 21917, 459, 664, 3787, 948, 2263, 15509, 3162, 2174, 7173, 8671, 221, 671, 480, 2026, 299, 332, 7216, 27726, 221, 7119, 65, 671, 67, 24303, 299, 556, 5068, 65, 671, 2938, 374, 221, 7119, 65, 12644, 67, 2102, 299, 556, 5068, 65, 12644, 2938, 27726, 221, 109, 1383, 51, 1713, 45, 382, 2026, 494, 332, 3162, 51, 24578, 2099, 26155, 51, 333, 299, 518, 24578, 742, 40663, 221, 25258, 51, 688, 459, 24578, 742, 374, 221, 2857, 51, 688, 45, 2103, 15582, 88, 2099, 26155, 2099, 51, 37541, 100, 72, 1990, 2099, 26155, 1052, 374, 221, 382, 2026, 299, 332, 480, 7216, 221, 2556, 221, 739, 1168, 11644, 299, 7769, 51, 1828, 45, 109, 1383, 51, 3127, 1046, 24303, 49, 2857, 312, 374, 221, 344, 45, 687, 11644, 882, 762, 979, 1168, 11644, 51, 911, 365, 868, 244, 53, 46, 374, 221, 128, 12493, 221, 27067, 2263, 15509, 12536, 2272, 9180, 9453, 299, 3787, 948, 2263, 15509, 12536, 24277, 51, 1315, 27067, 2263, 15509, 12536, 2272, 1811, 83, 324, 1755, 11440, 45, 687, 11644, 312, 621, 221, 344, 45, 2103, 9453, 882, 762, 979, 9180, 9453, 51, 911, 365, 868, 244, 53, 46, 596, 221, 620, 9180, 9453, 51, 390, 45, 53, 312, 374, 221, 130, 376, 221, 130, 376, 221, 620, 762, 64, 222, 221, 130, 499, 221, 942, 13987, 1436, 27331, 6881, 12536, 2272, 1168, 41739, 45, 4605, 1436, 27331, 6881, 12536, 9180, 41739, 2365, 46, 1676, 221, 128, 376, 221, 82, 519, 3209, 364, 519, 3209, 299, 327, 82, 519, 3209, 46, 390, 5048, 3499, 45, 82, 519, 3209, 3499, 51, 842, 312, 376, 221, 620, 364, 519, 3209, 51, 687, 9651, 1436, 27331, 45, 2103, 41739, 2365, 312, 222, 221, 130, 499, 221, 942, 13987, 1436, 27331, 12536, 640, 4605, 1436, 27331, 45, 4605, 1436, 27331, 6881, 12536, 364, 519, 46, 376, 320, 376, 221, 82, 519, 4208, 364, 519, 4208, 299, 327, 82, 519, 4208, 46, 390, 5048, 3499, 45, 82, 519, 4208, 3499, 51, 842, 312, 376, 221, 620, 364, 519, 4208, 51, 390, 4605, 1436, 27331, 45, 8526, 312, 222, 221, 130, 499, 221, 942, 696, 2217, 13662, 12536, 640, 77, 2973, 45, 4605, 1436, 27331, 6881, 12536, 9180, 41739, 46, 1676, 221, 128, 376, 221, 5048, 2232, 7769, 299, 640, 5048, 2232, 492, 376, 221, 671, 439, 1383, 299, 332, 664, 696, 2217, 439, 332, 494, 376, 221, 39, 2174, 439, 51, 8526, 51, 333, 299, 518, 8526, 333, 884, 1332, 221, 739, 439, 2217, 739, 299, 7769, 51, 1828, 45, 109, 1383, 49, 909, 910, 41167, 8526, 333, 3933, 556, 2210, 14161, 2103, 41739, 51, 37541, 100, 4605, 1436, 27331, 365, 1933, 1332, 221, 344, 327, 109, 2217, 739, 630, 762, 1293, 439, 2217, 739, 51, 911, 365, 630, 244, 53, 46, 374, 221, 620, 762, 64, 1332, 221, 620, 696, 2217, 13662, 12536, 24277, 51, 1315, 1181, 77, 2217, 46, 109, 2217, 739, 51, 390, 45, 53, 894, 222, 221, 130, 499, 221, 942, 13987, 1436, 27331, 12536, 640, 82, 519, 45, 77, 2217, 13662, 12536, 9180, 77, 2973, 46, 1676, 221, 128, 376, 221, 5048, 2232, 7769, 299, 640, 5048, 2232, 492, 376, 221, 671, 439, 1383, 299, 332, 664, 13987, 1436, 27331, 364, 332, 494, 376, 221, 39, 2174, 364, 51, 109, 2217, 51, 333, 299, 518, 109, 2217, 333, 884, 1332, 221, 739, 364, 519, 739, 299, 7769, 51, 1828, 45, 109, 1383, 49, 909, 910, 41167, 109, 2217, 333, 3933, 556, 2210, 14161, 2103, 77, 2973, 51, 37541, 100, 77, 2217, 365, 1933, 1332, 221, 344, 327, 8526, 739, 630, 762, 1293, 364, 519, 739, 51, 911, 365, 630, 244, 53, 46, 374, 221, 620, 762, 64, 1332, 221, 620, 13987, 1436, 27331, 12536, 24277, 51, 1315, 1181, 4605, 1436, 27331, 46, 8526, 739, 51, 390, 45, 53, 894, 222, 221, 130, 499, 221, 942, 44497, 2099, 26155, 8111, 12536, 640, 21407, 2099, 26155, 8111, 45, 72, 1990, 2099, 26155, 2099, 12536, 33243, 2099, 12536, 46, 1676, 221, 128, 376, 221, 344, 45, 24578, 2099, 12536, 882, 762, 46, 376, 221, 128, 374, 221, 5048, 2232, 7769, 299, 640, 5048, 2232, 492, 374, 221, 35285, 439, 1383, 299, 556, 21917, 459, 664, 44497, 2099, 26155, 8111, 9960, 10187, 2174, 7173, 8671, 221, 671, 480, 2026, 299, 332, 7216, 27726, 221, 7119, 65, 671, 67, 24303, 299, 556, 5068, 65, 671, 2938, 374, 221, 7119, 65, 12644, 67, 2102, 299, 556, 5068, 65, 12644, 2938, 27726, 221, 109, 1383, 51, 1713, 45, 382, 2026, 494, 332, 9960, 10187, 51, 24578, 2099, 26155, 51, 333, 299, 518, 24578, 742, 40663, 221, 25258, 51, 688, 459, 24578, 742, 374, 221, 2857, 51, 688, 45, 24578, 2099, 12536, 51, 37541, 100, 72, 1990, 2099, 26155, 1052, 374, 221, 382, 2026, 299, 332, 480, 7216, 221, 2556, 221, 739, 1168, 11644, 299, 7769, 51, 1828, 45, 109, 1383, 51, 3127, 1046, 24303, 49, 2857, 312, 374, 221, 344, 45, 687, 11644, 882, 762, 979, 1168, 11644, 51, 911, 365, 868, 244, 53, 46, 374, 221, 128, 12493, 221, 21407, 2099, 26155, 8111, 12536, 2272, 9180, 9453, 299, 44497, 2099, 26155, 8111, 12536, 24277, 51, 1315, 21407, 2099, 26155, 8111, 12536, 2272, 1811, 21407, 2099, 26155, 8111, 45, 687, 11644, 312, 621, 221, 344, 45, 2103, 9453, 882, 762, 979, 9180, 9453, 51, 911, 365, 868, 244, 53, 46, 596, 221, 620, 9180, 9453, 51, 390, 45, 53, 312, 374, 221, 130, 376, 221, 130, 376, 221, 620, 762, 64, 222, 221, 130, 499, 221, 942, 3381, 284, 2536, 12536, 2272, 1168, 4091, 1947, 15082, 753, 45, 671, 2785, 46, 2589, 14064, 3058, 1002, 1676, 221, 128, 376, 221, 5048, 2232, 7769, 299, 640, 5048, 2232, 492, 376, 221, 35285, 439, 1383, 299, 556, 21917, 459, 664, 7173, 4102, 221, 109, 1383, 51, 1713, 459, 1947, 284, 2536, 837, 7173, 376, 221, 109, 1383, 51, 1713, 459, 7163, 837, 51, 7267, 641, 8569, 742, 4102, 221, 7119, 4492, 299, 556, 5068, 492, 376, 221, 7119, 2102, 299, 556, 5068, 492, 4102, 221, 109, 1383, 51, 1713, 459, 2174, 837, 51, 22630, 299, 518, 22630, 742, 376, 221, 4288, 51, 688, 459, 22630, 742, 376, 221, 2857, 51, 688, 45, 4718, 51, 6382, 312, 221, 4102, 221, 739, 3300, 739, 299, 3907, 4094, 51, 1925, 1103, 23174, 45, 5802, 49, 2785, 49, 439, 1383, 51, 3127, 1046, 4492, 49, 2102, 312, 376, 221, 344, 327, 4333, 739, 51, 911, 365, 868, 244, 53, 46, 374, 221, 620, 3381, 284, 2536, 12536, 24277, 51, 1315, 1947, 284, 2536, 12536, 2272, 1811, 1947, 284, 2536, 45, 4333, 739, 566, 3349, 492, 376, 221, 728, 374, 221, 620, 762, 64, 222, 221, 130, 499, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
1,909
true
75.921138
true
true
TournamentSelection.java
/FileExtraction/Java_unseen/SpoonLabs_astor/examples/evo_suite_test/math_70_spooned/src/default/org/apache/commons/math/genetics/TournamentSelection.java
package org.apache.commons.math.genetics; public class TournamentSelection implements org.apache.commons.math.genetics.SelectionPolicy { private int arity; public TournamentSelection(int arity) { this.arity = arity; } public org.apache.commons.math.genetics.ChromosomePair select(org.apache.commons.math.genetics.Population population) { return new org.apache.commons.math.genetics.ChromosomePair(tournament(((org.apache.commons.math.genetics.ListPopulation)(population))) , tournament(((org.apache.commons.math.genetics.ListPopulation)(population)))); } private org.apache.commons.math.genetics.Chromosome tournament(org.apache.commons.math.genetics.ListPopulation population) { if ((population.getPopulationSize()) < (this.arity)) throw new java.lang.IllegalArgumentException("Tournament arity cannot be bigger than population size."); org.apache.commons.math.genetics.ListPopulation tournamentPopulation = new org.apache.commons.math.genetics.ListPopulation(this.arity) { public org.apache.commons.math.genetics.Population nextGeneration() { return null; } }; java.util.List<org.apache.commons.math.genetics.Chromosome> chromosomes = new java.util.ArrayList<org.apache.commons.math.genetics.Chromosome>(population.getChromosomes()); for (int i = 0 ; i < (this.arity) ; i++) { int rind = org.apache.commons.math.genetics.GeneticAlgorithm.getRandomGenerator().nextInt(chromosomes.size()); tournamentPopulation.addChromosome(chromosomes.get(rind)); chromosomes.remove(rind); } return tournamentPopulation.getFittestChromosome(); } public int getArity() { return arity; } public void setArity(int arity) { this.arity = arity; } }
1,695
Java
.java
SpoonLabs/astor
198
107
78
2014-10-01T09:34:41Z
2023-09-29T11:23:56Z
6edf5cb6b199b9dcfe80b7b8178125286517fd6f3414704a4b3bcd2536faaac4
[ 1337, 1105, 51, 2121, 51, 8381, 51, 3851, 51, 2536, 35589, 64, 499, 222, 942, 462, 2634, 18785, 5385, 4584, 1105, 51, 2121, 51, 8381, 51, 3851, 51, 2536, 35589, 51, 5385, 4263, 320, 222, 221, 2072, 648, 2119, 562, 64, 499, 221, 942, 2634, 18785, 5385, 45, 429, 2119, 562, 46, 320, 376, 221, 597, 51, 13381, 299, 2119, 562, 64, 222, 221, 130, 499, 221, 942, 1105, 51, 2121, 51, 8381, 51, 3851, 51, 2536, 35589, 51, 36859, 23388, 5460, 2209, 45, 1107, 51, 2121, 51, 8381, 51, 3851, 51, 2536, 35589, 51, 11815, 17934, 46, 320, 376, 221, 620, 556, 1105, 51, 2121, 51, 8381, 51, 3851, 51, 2536, 35589, 51, 36859, 23388, 5460, 45, 35357, 7738, 1107, 51, 2121, 51, 8381, 51, 3851, 51, 2536, 35589, 51, 739, 11815, 2516, 24067, 2636, 1737, 46365, 7738, 1107, 51, 2121, 51, 8381, 51, 3851, 51, 2536, 35589, 51, 739, 11815, 2516, 24067, 21433, 222, 221, 130, 499, 221, 2072, 1105, 51, 2121, 51, 8381, 51, 3851, 51, 2536, 35589, 51, 36859, 23388, 46365, 45, 1107, 51, 2121, 51, 8381, 51, 3851, 51, 2536, 35589, 51, 739, 11815, 17934, 46, 320, 376, 221, 344, 1849, 24067, 51, 390, 11815, 1269, 1177, 350, 327, 597, 51, 13381, 509, 374, 221, 5267, 556, 1401, 51, 1600, 51, 25894, 459, 40331, 2119, 562, 4897, 545, 25396, 2806, 17934, 1354, 5377, 4102, 221, 1107, 51, 2121, 51, 8381, 51, 3851, 51, 2536, 35589, 51, 739, 11815, 46365, 11815, 299, 556, 1105, 51, 2121, 51, 8381, 51, 3851, 51, 2536, 35589, 51, 739, 11815, 45, 597, 51, 13381, 46, 320, 374, 221, 942, 1105, 51, 2121, 51, 8381, 51, 3851, 51, 2536, 35589, 51, 11815, 2371, 17323, 365, 320, 621, 221, 620, 762, 64, 374, 221, 130, 376, 221, 1274, 376, 221, 1874, 51, 1058, 51, 739, 65, 1107, 51, 2121, 51, 8381, 51, 3851, 51, 2536, 35589, 51, 36859, 23388, 67, 45770, 120, 299, 556, 1401, 51, 1058, 51, 7119, 65, 1107, 51, 2121, 51, 8381, 51, 3851, 51, 2536, 35589, 51, 36859, 23388, 1579, 24067, 51, 390, 36859, 23388, 120, 1052, 376, 221, 999, 327, 429, 613, 299, 244, 53, 2098, 613, 350, 327, 597, 51, 13381, 46, 2098, 613, 2002, 320, 374, 221, 429, 559, 572, 299, 1105, 51, 2121, 51, 8381, 51, 3851, 51, 2536, 35589, 51, 5154, 19410, 10462, 51, 44218, 4829, 941, 20827, 45, 16117, 23388, 120, 51, 911, 1052, 374, 221, 35357, 11815, 51, 688, 36859, 23388, 45, 16117, 23388, 120, 51, 390, 45, 119, 572, 894, 374, 221, 16117, 23388, 120, 51, 2564, 45, 119, 572, 312, 376, 221, 130, 376, 221, 620, 46365, 11815, 51, 390, 14088, 881, 36859, 23388, 492, 222, 221, 130, 499, 221, 942, 648, 640, 3437, 562, 365, 320, 376, 221, 620, 2119, 562, 64, 222, 221, 130, 499, 221, 942, 782, 758, 3437, 562, 45, 429, 2119, 562, 46, 320, 376, 221, 597, 51, 13381, 299, 2119, 562, 64, 222, 221, 130, 222, 130, 499 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
495
true
77.345133
true
true
StatementLifecycleQuerySubscriber.java
/FileExtraction/Java_unseen/neo4j_neo4j/community/fabric/query-router/src/main/java/org/neo4j/router/impl/subscriber/StatementLifecycleQuerySubscriber.java
/* * Copyright (c) "Neo4j" * Neo4j Sweden AB [https://neo4j.com] * * This file is part of Neo4j. * * Neo4j is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <https://www.gnu.org/licenses/>. */ package org.neo4j.router.impl.subscriber; import org.neo4j.fabric.executor.QueryStatementLifecycles; import org.neo4j.graphdb.QueryStatistics; import org.neo4j.kernel.impl.query.DelegatingQuerySubscriber; import org.neo4j.kernel.impl.query.QuerySubscriber; public class StatementLifecycleQuerySubscriber extends DelegatingQuerySubscriber { private final QueryStatementLifecycles.StatementLifecycle statementLifecycle; public StatementLifecycleQuerySubscriber( QuerySubscriber querySubscriber, QueryStatementLifecycles.StatementLifecycle statementLifecycle) { super(querySubscriber); this.statementLifecycle = statementLifecycle; } @Override public void onResultCompleted(QueryStatistics statistics) { super.onResultCompleted(statistics); statementLifecycle.endSuccess(); } @Override public void onError(Throwable throwable) throws Exception { super.onError(throwable); statementLifecycle.endFailure(throwable); } }
1,765
Java
.java
neo4j/neo4j
12,521
2,320
303
2012-11-12T08:46:15Z
2024-04-24T10:23:06Z
2c7f1991681ef92cbf545ff83901e74b766616f7c2e95a9fd4fd5e70afa9894f
[ 1127, 222, 338, 2657, 327, 104, 46, 332, 36459, 57, 111, 39, 222, 338, 37995, 57, 111, 6505, 34061, 20660, 447, 662, 574, 23307, 57, 111, 51, 527, 98, 222, 338, 222, 338, 1369, 822, 458, 1760, 451, 37995, 57, 111, 51, 222, 338, 222, 338, 37995, 57, 111, 458, 3760, 2951, 63, 863, 902, 14081, 580, 480, 52, 290, 5370, 222, 338, 580, 1549, 341, 5974, 451, 341, 6994, 6153, 5062, 1196, 641, 9582, 829, 222, 338, 341, 7834, 3870, 7120, 49, 3173, 1522, 244, 56, 451, 341, 1196, 49, 575, 222, 338, 327, 288, 1390, 2489, 46, 1364, 6146, 1522, 51, 222, 338, 222, 338, 1369, 3477, 458, 2744, 347, 341, 9850, 708, 580, 1118, 545, 6386, 49, 222, 338, 1294, 4213, 2979, 9345, 64, 2895, 4462, 341, 4506, 14319, 451, 222, 338, 7934, 575, 8114, 4800, 418, 7848, 7763, 51, 244, 2819, 341, 222, 338, 6994, 6153, 5062, 1196, 456, 1851, 4261, 51, 222, 338, 222, 338, 2469, 1414, 1178, 6589, 331, 1948, 451, 341, 6994, 6153, 5062, 1196, 222, 338, 7979, 642, 477, 3477, 51, 244, 1691, 666, 49, 2337, 350, 662, 574, 1516, 51, 10627, 51, 1107, 52, 4205, 28699, 222, 588, 222, 1337, 1105, 51, 23307, 57, 111, 51, 5794, 51, 3126, 51, 23057, 64, 222, 222, 485, 1105, 51, 23307, 57, 111, 51, 11169, 51, 15194, 51, 1643, 5510, 81, 9535, 10813, 1904, 64, 222, 485, 1105, 51, 23307, 57, 111, 51, 2275, 1219, 51, 1643, 13487, 64, 222, 485, 1105, 51, 23307, 57, 111, 51, 6515, 51, 3126, 51, 1234, 51, 41184, 1643, 16671, 64, 222, 485, 1105, 51, 23307, 57, 111, 51, 6515, 51, 3126, 51, 1234, 51, 1643, 16671, 64, 222, 222, 942, 462, 19885, 18331, 1643, 16671, 2041, 41806, 1761, 1643, 16671, 320, 465, 964, 1175, 6662, 5510, 81, 9535, 10813, 1904, 51, 5510, 18331, 7627, 18331, 64, 465, 581, 19885, 18331, 1643, 16671, 45, 343, 6662, 16671, 2487, 16671, 49, 6662, 5510, 81, 9535, 10813, 1904, 51, 5510, 18331, 7627, 18331, 46, 320, 310, 2615, 45, 1234, 16671, 312, 310, 477, 51, 9854, 18331, 299, 7627, 18331, 64, 303, 339, 465, 496, 1806, 303, 581, 782, 563, 1413, 8557, 45, 1643, 13487, 14598, 46, 320, 310, 2615, 51, 286, 1413, 8557, 45, 16686, 312, 310, 7627, 18331, 51, 435, 4424, 492, 303, 339, 465, 496, 1806, 303, 581, 782, 25217, 45, 14080, 24466, 46, 2589, 3284, 320, 310, 2615, 51, 29856, 45, 35451, 312, 310, 7627, 18331, 51, 435, 7966, 45, 35451, 312, 303, 339, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
420
true
75.127479
true
true
CommentServiceImpl.java
/FileExtraction/Java_unseen/zcbin_minimall/minimall-db/src/main/java/com/zcb/minimalldb/service/impl/CommentServiceImpl.java
package com.zcb.minimalldb.service.impl; import com.github.pagehelper.PageHelper; import com.zcb.minimalldb.dao.CommentMapper; import com.zcb.minimalldb.domain.AddressExample; import com.zcb.minimalldb.domain.Comment; import com.zcb.minimalldb.domain.CommentExample; import com.zcb.minimalldb.service.ICommentService; import org.springframework.stereotype.Service; import org.springframework.util.StringUtils; import javax.annotation.Resource; import java.time.LocalDateTime; import java.util.List; /** * @author zcbin * @title: CommentServiceImpl * @projectName minimall * @description: TODO * @date 2019/6/5 19:35 */ @Service public class CommentServiceImpl implements ICommentService { @Resource private CommentMapper commentMapper; @Override public List<Comment> queryByGid(Integer gid, int offet, int limit) { CommentExample example = new CommentExample(); example.or().andGoodIdEqualTo(gid).andDeletedEqualTo(false); example.setOrderByClause(Comment.Column.addTime.desc()); PageHelper.startPage(offet, limit); return commentMapper.selectByExampleSelective(example); } @Override public int addComment(Comment comment) { comment.setAddTime(LocalDateTime.now()); comment.setUpdateTime(LocalDateTime.now()); return commentMapper.insertSelective(comment); } @Override public int updateComment(Comment comment) { comment.setUpdateTime(LocalDateTime.now()); return commentMapper.updateByPrimaryKeySelective(comment); } @Override public Comment queryById(Integer id) { return commentMapper.selectByPrimaryKey(id); } @Override public int deleteComment(Integer id) { return commentMapper.logicalDeleteByPrimaryKey(id); } @Override public List<Comment> query(String type, Integer gid, int offet, int limit) { CommentExample example = new CommentExample(); if (!"0".equals(type)) { //查询某一类 example.or().andTypeEqualTo(type).andGoodIdEqualTo(gid).andDeletedEqualTo(false); } else { example.or().andGoodIdEqualTo(gid).andDeletedEqualTo(false); } PageHelper.startPage(offet, limit); return commentMapper.selectByExample(example); } @Override public List<Comment> query(Integer userId, Integer goodId, Integer offset, Integer limit, String sort, String order) { CommentExample example = new CommentExample(); CommentExample.Criteria criteria = example.createCriteria(); if (!StringUtils.isEmpty(userId)) { criteria.andUserIdEqualTo(userId); } if (!StringUtils.isEmpty(goodId)) { criteria.andGoodIdEqualTo(goodId); } criteria.andDeletedEqualTo(false); if (!StringUtils.isEmpty(sort) && !StringUtils.isEmpty(order)) { example.setOrderByClause(sort + " " + order); } PageHelper.startPage(offset, limit); return commentMapper.selectByExample(example); } }
3,054
Java
.java
zcbin/minimall
46
3
8
2019-04-25T01:18:50Z
2022-06-21T02:21:11Z
abdefe960b59b7934f480129380e35f1db6bdd240af8af0dc43a5865ba28b619
[ 1337, 785, 51, 127, 2519, 51, 43662, 483, 1219, 51, 2140, 51, 3126, 64, 222, 222, 485, 785, 51, 951, 51, 1655, 4328, 51, 1983, 2775, 64, 222, 485, 785, 51, 127, 2519, 51, 43662, 483, 1219, 51, 13974, 51, 6327, 5640, 64, 222, 485, 785, 51, 127, 2519, 51, 43662, 483, 1219, 51, 4136, 51, 2455, 5306, 64, 222, 485, 785, 51, 127, 2519, 51, 43662, 483, 1219, 51, 4136, 51, 6327, 64, 222, 485, 785, 51, 127, 2519, 51, 43662, 483, 1219, 51, 4136, 51, 6327, 5306, 64, 222, 485, 785, 51, 127, 2519, 51, 43662, 483, 1219, 51, 2140, 51, 1122, 437, 488, 1201, 64, 222, 485, 1105, 51, 4140, 51, 19017, 51, 1201, 64, 222, 485, 1105, 51, 4140, 51, 1058, 51, 15193, 64, 222, 222, 485, 3698, 51, 4341, 51, 2305, 64, 222, 485, 1401, 51, 1021, 51, 31890, 64, 222, 485, 1401, 51, 1058, 51, 739, 64, 222, 222, 1350, 222, 338, 496, 2133, 1308, 104, 1793, 222, 338, 496, 1333, 63, 14523, 22806, 222, 338, 496, 38949, 18279, 483, 222, 338, 496, 2328, 63, 4314, 222, 338, 496, 787, 244, 55, 53, 54, 62, 52, 59, 52, 58, 244, 54, 62, 63, 56, 58, 222, 588, 222, 69, 1201, 222, 942, 462, 14523, 22806, 4584, 457, 6327, 1201, 320, 303, 496, 2305, 303, 964, 14523, 5640, 5101, 5640, 64, 465, 496, 1806, 303, 581, 1701, 65, 6327, 67, 2487, 1103, 35410, 45, 3078, 29050, 49, 648, 2143, 383, 49, 648, 2741, 46, 320, 310, 14523, 5306, 2301, 299, 556, 14523, 5306, 492, 310, 2301, 51, 290, 941, 382, 13718, 625, 10257, 45, 15949, 566, 382, 13578, 10257, 45, 1886, 312, 603, 2301, 51, 489, 19027, 11156, 45, 6327, 51, 2154, 51, 688, 1061, 51, 3817, 1052, 310, 6021, 2775, 51, 1384, 1983, 45, 1739, 383, 49, 2741, 312, 310, 461, 5101, 5640, 51, 1632, 1103, 5306, 1926, 680, 45, 2783, 312, 303, 339, 465, 496, 1806, 303, 581, 648, 1035, 6327, 45, 6327, 5101, 46, 320, 310, 5101, 51, 489, 1121, 1061, 45, 31890, 51, 2192, 1052, 310, 5101, 51, 489, 37451, 45, 31890, 51, 2192, 1052, 310, 461, 5101, 5640, 51, 3233, 1926, 680, 45, 3666, 312, 303, 339, 465, 496, 1806, 303, 581, 648, 1991, 6327, 45, 6327, 5101, 46, 320, 310, 5101, 51, 489, 37451, 45, 31890, 51, 2192, 1052, 310, 461, 5101, 5640, 51, 1896, 1103, 18923, 1926, 680, 45, 3666, 312, 303, 339, 465, 496, 1806, 303, 581, 14523, 2487, 3229, 45, 3078, 828, 46, 320, 310, 461, 5101, 5640, 51, 1632, 1103, 18923, 45, 333, 312, 303, 339, 465, 496, 1806, 303, 581, 648, 3081, 6327, 45, 3078, 828, 46, 320, 310, 461, 5101, 5640, 51, 11101, 3422, 1103, 18923, 45, 333, 312, 303, 339, 465, 496, 1806, 303, 581, 1701, 65, 6327, 67, 2487, 45, 671, 847, 49, 4418, 29050, 49, 648, 2143, 383, 49, 648, 2741, 46, 320, 310, 14523, 5306, 2301, 299, 556, 14523, 5306, 492, 310, 434, 1445, 39, 53, 2316, 3591, 45, 700, 509, 320, 453, 14768, 19926, 2288, 5079, 343, 2301, 51, 290, 941, 382, 638, 10257, 45, 700, 566, 382, 13718, 625, 10257, 45, 15949, 566, 382, 13578, 10257, 45, 1886, 312, 310, 339, 832, 320, 343, 2301, 51, 290, 941, 382, 13718, 625, 10257, 45, 15949, 566, 382, 13578, 10257, 45, 1886, 312, 310, 339, 603, 6021, 2775, 51, 1384, 1983, 45, 1739, 383, 49, 2741, 312, 310, 461, 5101, 5640, 51, 1632, 1103, 5306, 45, 2783, 312, 303, 339, 465, 496, 1806, 303, 581, 1701, 65, 6327, 67, 2487, 45, 3078, 10546, 49, 4418, 4667, 625, 49, 4418, 3413, 49, 4418, 2741, 49, 910, 3873, 49, 910, 2554, 46, 320, 310, 14523, 5306, 2301, 299, 556, 14523, 5306, 492, 310, 14523, 5306, 51, 11810, 15296, 299, 2301, 51, 1315, 11810, 492, 310, 434, 1445, 15193, 51, 6401, 45, 9073, 509, 320, 343, 15296, 51, 382, 10223, 10257, 45, 9073, 312, 310, 339, 310, 434, 1445, 15193, 51, 6401, 45, 7136, 625, 509, 320, 343, 15296, 51, 382, 13718, 625, 10257, 45, 7136, 625, 312, 310, 339, 310, 15296, 51, 382, 13578, 10257, 45, 1886, 312, 310, 434, 1445, 15193, 51, 6401, 45, 3349, 46, 979, 673, 15193, 51, 6401, 45, 1191, 509, 320, 343, 2301, 51, 489, 19027, 11156, 45, 3349, 494, 332, 332, 494, 2554, 312, 310, 339, 310, 6021, 2775, 51, 1384, 1983, 45, 2897, 49, 2741, 312, 310, 461, 5101, 5640, 51, 1632, 1103, 5306, 45, 2783, 312, 303, 339, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
748
true
69.513798
true
true
TestLauncher.java
/FileExtraction/Java_unseen/mozilla_pluotsorbet/tests/com/nokia/mid/impl/jms/core/TestLauncher.java
package com.nokia.mid.impl.jms.core; import gnu.testlet.TestHarness; import gnu.testlet.Testlet; import gnu.testlet.TestUtils; import java.io.*; import javax.microedition.io.file.*; import javax.microedition.io.*; public class TestLauncher implements Testlet { public int getExpectedPass() { return 3; } public int getExpectedFail() { return 0; } public int getExpectedKnownFail() { return 0; } native boolean checkImageModalDialog(); public void test(TestHarness th) { try { FileConnection file = (FileConnection)Connector.open("file:////test.jpg", Connector.READ_WRITE); if (!file.exists()) { file.create(); } OutputStream os = file.openDataOutputStream(); InputStream is = getClass().getResourceAsStream("/org/mozilla/io/test.jpg"); os.write(TestUtils.read(is)); os.close(); boolean expectedFailure = false; try { Launcher.handleContent("image_not_exists.jpg"); } catch (Exception e) { expectedFailure = true; } th.check(expectedFailure, true); expectedFailure = false; try { Launcher.handleContent("not_supported_ext.mp3"); } catch (Exception e) { expectedFailure = true; } th.check(expectedFailure, true); Launcher.handleContent("test.jpg"); th.check(checkImageModalDialog(), true); file.delete(); file.close(); } catch (Exception e) { th.fail("Unexpected exception: " + e); e.printStackTrace(); } } }
1,718
Java
.java
mozilla/pluotsorbet
231
46
290
2014-07-11T06:23:27Z
2017-02-17T17:51:26Z
0451d6ef3745efe878a28315cfe561874b8c4fd64244c9b2a905cfeab152361c
[ 1337, 785, 51, 46631, 923, 51, 7852, 51, 3126, 51, 40140, 51, 1284, 64, 222, 222, 485, 504, 10024, 51, 881, 749, 51, 28822, 64, 222, 485, 504, 10024, 51, 881, 749, 51, 1024, 749, 64, 222, 485, 504, 10024, 51, 881, 749, 51, 32384, 64, 222, 485, 1401, 51, 735, 7737, 222, 485, 3698, 51, 9465, 31697, 51, 735, 51, 781, 7737, 222, 485, 3698, 51, 9465, 31697, 51, 735, 7737, 222, 222, 942, 462, 2128, 22614, 4584, 2128, 749, 320, 303, 581, 648, 640, 7705, 6136, 365, 320, 461, 244, 56, 64, 339, 303, 581, 648, 640, 7705, 4989, 365, 320, 461, 244, 53, 64, 339, 303, 581, 648, 640, 7705, 19259, 4989, 365, 320, 461, 244, 53, 64, 339, 303, 7565, 1922, 1524, 1675, 5827, 3742, 492, 465, 581, 782, 913, 45, 28822, 379, 46, 320, 310, 1614, 320, 343, 2050, 2815, 822, 299, 327, 991, 2815, 46, 9940, 51, 1693, 459, 781, 574, 325, 881, 51, 3090, 411, 25827, 51, 4423, 100, 3230, 312, 343, 434, 1445, 781, 51, 4678, 1177, 320, 419, 822, 51, 1315, 492, 343, 339, 343, 35998, 2355, 299, 822, 51, 1693, 768, 8783, 492, 343, 18994, 458, 299, 27042, 941, 17633, 40396, 4229, 1107, 52, 16404, 52, 735, 52, 881, 51, 3090, 742, 343, 2355, 51, 1838, 45, 32384, 51, 870, 45, 316, 894, 343, 2355, 51, 2698, 492, 1083, 1922, 2816, 7966, 299, 920, 64, 343, 1614, 320, 419, 23488, 284, 51, 2972, 1795, 459, 915, 100, 1226, 100, 4678, 51, 3090, 742, 343, 339, 2385, 327, 1002, 503, 46, 320, 419, 2816, 7966, 299, 878, 64, 343, 339, 343, 379, 51, 1571, 45, 3156, 7966, 49, 878, 312, 1083, 2816, 7966, 299, 920, 64, 343, 1614, 320, 419, 23488, 284, 51, 2972, 1795, 459, 1226, 100, 7101, 100, 426, 51, 336, 56, 742, 343, 339, 2385, 327, 1002, 503, 46, 320, 419, 2816, 7966, 299, 878, 64, 343, 339, 343, 379, 51, 1571, 45, 3156, 7966, 49, 878, 312, 1083, 23488, 284, 51, 2972, 1795, 459, 881, 51, 3090, 742, 343, 379, 51, 1571, 45, 1571, 1675, 5827, 3742, 1046, 878, 312, 1083, 822, 51, 2577, 492, 343, 822, 51, 2698, 492, 310, 339, 2385, 327, 1002, 503, 46, 320, 343, 379, 51, 5077, 459, 10202, 3773, 63, 332, 494, 503, 312, 343, 503, 51, 9428, 492, 310, 339, 303, 339, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
395
true
56.810244
true
true
PlaceholderManagerTest.java
/FileExtraction/Java_unseen/TriggerReactor_TriggerReactor/core/src/test/java/io/github/wysohn/triggerreactor/core/manager/js/placeholder/PlaceholderManagerTest.java
package io.github.wysohn.triggerreactor.core.manager.js.placeholder; import com.google.inject.AbstractModule; import com.google.inject.Guice; import com.google.inject.Provides; import com.google.inject.multibindings.ProvidesIntoSet; import io.github.wysohn.triggerreactor.core.main.IPluginManagement; import io.github.wysohn.triggerreactor.core.manager.IJavascriptFileLoader; import io.github.wysohn.triggerreactor.core.manager.js.IJSFolderContentCopyHelper; import io.github.wysohn.triggerreactor.core.manager.js.IScriptEngineGateway; import io.github.wysohn.triggerreactor.core.module.MockPluginManagementModule; import io.github.wysohn.triggerreactor.core.module.TestFileModule; import io.github.wysohn.triggerreactor.core.module.manager.PlaceholderModule; import io.github.wysohn.triggerreactor.core.script.interpreter.TaskSupervisor; import org.junit.Before; import org.junit.Rule; import org.junit.Test; import org.junit.rules.TemporaryFolder; import javax.script.ScriptEngine; import java.io.File; import java.io.IOException; import java.nio.file.Files; import static org.junit.Assert.assertTrue; import static org.mockito.ArgumentMatchers.any; import static org.mockito.Mockito.*; public class PlaceholderManagerTest { @Rule public TemporaryFolder folder = new TemporaryFolder(); IPluginManagement mockPluginManagement; TaskSupervisor taskSupervisor; IJSFolderContentCopyHelper mockCopyHelper; IJavascriptFileLoader mockFileLoader; IScriptEngineGateway mockScriptEngineGateway; PlaceholderManager placeholderManager; @Before public void setUp() throws Exception { mockPluginManagement = mock(IPluginManagement.class); taskSupervisor = mock(TaskSupervisor.class); mockCopyHelper = mock(IJSFolderContentCopyHelper.class); mockFileLoader = mock(IJavascriptFileLoader.class); mockScriptEngineGateway = mock(IScriptEngineGateway.class); placeholderManager = Guice.createInjector( new MockPluginManagementModule(mockPluginManagement), new TestFileModule(folder), new PlaceholderModule(), new AbstractModule() { @Provides TaskSupervisor taskSupervisor() { return taskSupervisor; } @ProvidesIntoSet public IScriptEngineGateway provideScriptEngineGateway() { return mockScriptEngineGateway; } @Provides public IJSFolderContentCopyHelper provideJSFolderContentCopyHelper() { return mockCopyHelper; } @Provides public IJavascriptFileLoader provideJavascriptFileLoader() { return mockFileLoader; } } ).getInstance(PlaceholderManager.class); } @Test public void initialize() throws IOException { // arrange File dummyJSFile = folder.newFile("dummy.js"); File dummyNonJSFile = folder.newFile("dummy.txt"); Files.write(dummyJSFile.toPath(), "function dummy() { return 1; }".getBytes()); Files.write(dummyNonJSFile.toPath(), "function dummy() { return 1; }".getBytes()); // act placeholderManager.initialize(); // assert verify(mockCopyHelper).copyFolderFromJar("Placeholder", folder.getRoot()); } @Test public void reload() throws IOException { // arrange File dummyJSFile = folder.newFile("dummy.js"); File dummyNonJSFile = folder.newFile("dummy.txt"); File childFolder = folder.newFolder("nested"); File dummyJSFileNested = new File(childFolder, "dummy.js"); Files.write(dummyJSFile.toPath(), "function dummy() { return 1; }".getBytes()); Files.write(dummyNonJSFile.toPath(), "function dummy() { return 1; }".getBytes()); Files.write(dummyJSFileNested.toPath(), "function dummy() { return 1; }".getBytes()); ScriptEngine scriptEngine = mock(ScriptEngine.class); when(mockScriptEngineGateway.getEngine()).thenReturn(scriptEngine); when(mockFileLoader.listFiles(any(), any())).thenReturn(new File[]{dummyJSFile, dummyNonJSFile, childFolder, dummyJSFileNested}); // act placeholderManager.reload(); // assert verify(mockFileLoader).listFiles( eq(new File(folder.getRoot(), PlaceholderManager.JAR_FOLDER_LOCATION)), any()); assertTrue(placeholderManager.containsKey("dummy")); assertTrue(placeholderManager.containsKey("nested@dummy")); verify(mockScriptEngineGateway, times(2)).getEngine(); } @Test public void shutdown() { // arrange // act // assert } @Test public void saveAll() { // arrange // act // assert } }
5,042
Java
.java
TriggerReactor/TriggerReactor
50
18
107
2017-05-11T04:13:16Z
2024-04-28T10:59:33Z
c21ec73c6c2ba77c7a85d892abb2a0e08d184dae05b2b036ae1bddeece06b704
[ 1337, 3377, 51, 951, 51, 13127, 780, 12704, 51, 7513, 41578, 51, 1284, 51, 4031, 51, 773, 51, 10354, 64, 222, 222, 485, 785, 51, 2193, 51, 10287, 51, 5597, 2478, 64, 222, 485, 785, 51, 2193, 51, 10287, 51, 5719, 584, 64, 222, 485, 785, 51, 2193, 51, 10287, 51, 29316, 64, 222, 485, 785, 51, 2193, 51, 10287, 51, 7758, 947, 572, 2070, 51, 29316, 13650, 903, 64, 222, 485, 3377, 51, 951, 51, 13127, 780, 12704, 51, 7513, 41578, 51, 1284, 51, 1850, 51, 78, 4168, 8596, 64, 222, 485, 3377, 51, 951, 51, 13127, 780, 12704, 51, 7513, 41578, 51, 1284, 51, 4031, 51, 19099, 3700, 991, 4903, 64, 222, 485, 3377, 51, 951, 51, 13127, 780, 12704, 51, 7513, 41578, 51, 1284, 51, 4031, 51, 773, 51, 78, 4638, 5653, 1795, 4014, 2775, 64, 222, 485, 3377, 51, 951, 51, 13127, 780, 12704, 51, 7513, 41578, 51, 1284, 51, 4031, 51, 773, 51, 1309, 1254, 3726, 10835, 64, 222, 485, 3377, 51, 951, 51, 13127, 780, 12704, 51, 7513, 41578, 51, 1284, 51, 1663, 51, 3672, 4168, 8596, 2478, 64, 222, 485, 3377, 51, 951, 51, 13127, 780, 12704, 51, 7513, 41578, 51, 1284, 51, 1663, 51, 1024, 991, 2478, 64, 222, 485, 3377, 51, 951, 51, 13127, 780, 12704, 51, 7513, 41578, 51, 1284, 51, 1663, 51, 4031, 51, 18378, 2478, 64, 222, 485, 3377, 51, 951, 51, 13127, 780, 12704, 51, 7513, 41578, 51, 1284, 51, 1442, 51, 27061, 51, 2265, 44261, 64, 222, 485, 1105, 51, 3946, 51, 5670, 64, 222, 485, 1105, 51, 3946, 51, 3855, 64, 222, 485, 1105, 51, 3946, 51, 1024, 64, 222, 485, 1105, 51, 3946, 51, 7021, 51, 24704, 5653, 64, 222, 222, 485, 3698, 51, 1442, 51, 3223, 3726, 64, 222, 485, 1401, 51, 735, 51, 991, 64, 222, 485, 1401, 51, 735, 51, 6860, 64, 222, 485, 1401, 51, 11780, 51, 781, 51, 3852, 64, 222, 222, 485, 924, 1105, 51, 3946, 51, 3285, 51, 6553, 64, 222, 485, 924, 1105, 51, 15524, 51, 3501, 17349, 51, 1831, 64, 222, 485, 924, 1105, 51, 15524, 51, 17076, 7737, 222, 222, 942, 462, 17693, 3757, 1590, 1024, 320, 303, 496, 3855, 303, 581, 38071, 5653, 4865, 299, 556, 38071, 5653, 492, 465, 457, 4168, 8596, 4408, 4168, 8596, 64, 303, 4211, 44261, 2918, 44261, 64, 303, 457, 4638, 5653, 1795, 4014, 2775, 4408, 4014, 2775, 64, 303, 457, 27438, 991, 4903, 4408, 991, 4903, 64, 303, 2771, 1254, 3726, 10835, 4408, 3223, 3726, 10835, 64, 465, 17693, 3757, 1590, 5679, 1590, 64, 465, 496, 5670, 303, 581, 782, 14544, 365, 2589, 3284, 320, 310, 4408, 4168, 8596, 299, 4408, 45, 78, 4168, 8596, 51, 842, 312, 310, 2918, 44261, 299, 4408, 45, 2265, 44261, 51, 842, 312, 310, 4408, 4014, 2775, 299, 4408, 45, 78, 4638, 5653, 1795, 4014, 2775, 51, 842, 312, 310, 4408, 991, 4903, 299, 4408, 45, 19099, 3700, 991, 4903, 51, 842, 312, 310, 4408, 3223, 3726, 10835, 299, 4408, 45, 1309, 1254, 3726, 10835, 51, 842, 312, 603, 5679, 1590, 299, 8098, 584, 51, 1315, 26669, 45, 419, 556, 7509, 4168, 8596, 2478, 45, 3628, 4168, 8596, 490, 419, 556, 2128, 991, 2478, 45, 6204, 490, 419, 556, 17693, 3757, 2478, 1046, 419, 556, 7406, 2478, 365, 320, 547, 496, 29316, 547, 4211, 44261, 2918, 44261, 365, 320, 733, 461, 2918, 44261, 64, 547, 339, 3704, 496, 29316, 13650, 903, 547, 581, 2771, 1254, 3726, 10835, 2372, 3223, 3726, 10835, 365, 320, 733, 461, 4408, 3223, 3726, 10835, 64, 547, 339, 3704, 496, 29316, 547, 581, 457, 4638, 5653, 1795, 4014, 2775, 2372, 4638, 5653, 1795, 4014, 2775, 365, 320, 733, 461, 4408, 4014, 2775, 64, 547, 339, 3704, 496, 29316, 547, 581, 457, 27438, 991, 4903, 2372, 27438, 991, 4903, 365, 320, 733, 461, 4408, 991, 4903, 64, 547, 339, 419, 339, 310, 6824, 7432, 45, 18378, 1590, 51, 842, 312, 303, 339, 465, 496, 1024, 303, 581, 782, 7395, 365, 2589, 6300, 320, 310, 453, 26538, 310, 2050, 11657, 4638, 991, 299, 4865, 51, 909, 991, 459, 11230, 51, 773, 742, 310, 2050, 11657, 3921, 4638, 991, 299, 4865, 51, 909, 991, 459, 11230, 51, 2787, 742, 603, 11105, 51, 1838, 45, 11230, 4638, 991, 51, 471, 1233, 1046, 332, 1144, 11657, 365, 320, 461, 244, 54, 64, 339, 2316, 19682, 1052, 310, 11105, 51, 1838, 45, 11230, 3921, 4638, 991, 51, 471, 1233, 1046, 332, 1144, 11657, 365, 320, 461, 244, 54, 64, 339, 2316, 19682, 1052, 603, 453, 1733, 310, 5679, 1590, 51, 8796, 492, 603, 453, 1217, 310, 6152, 45, 3628, 4014, 2775, 566, 3014, 5653, 1811, 20388, 459, 18378, 411, 4865, 51, 29847, 1052, 303, 339, 465, 496, 1024, 303, 581, 782, 17074, 365, 2589, 6300, 320, 310, 453, 26538, 310, 2050, 11657, 4638, 991, 299, 4865, 51, 909, 991, 459, 11230, 51, 773, 742, 310, 2050, 11657, 3921, 4638, 991, 299, 4865, 51, 909, 991, 459, 11230, 51, 2787, 742, 310, 2050, 2851, 5653, 299, 4865, 51, 909, 5653, 459, 15391, 742, 310, 2050, 11657, 4638, 991, 14109, 299, 556, 2050, 45, 2680, 5653, 49, 332, 11230, 51, 773, 742, 603, 11105, 51, 1838, 45, 11230, 4638, 991, 51, 471, 1233, 1046, 332, 1144, 11657, 365, 320, 461, 244, 54, 64, 339, 2316, 19682, 1052, 310, 11105, 51, 1838, 45, 11230, 3921, 4638, 991, 51, 471, 1233, 1046, 332, 1144, 11657, 365, 320, 461, 244, 54, 64, 339, 2316, 19682, 1052, 310, 11105, 51, 1838, 45, 11230, 4638, 991, 14109, 51, 471, 1233, 1046, 332, 1144, 11657, 365, 320, 461, 244, 54, 64, 339, 2316, 19682, 1052, 603, 10293, 3726, 3273, 3726, 299, 4408, 45, 3223, 3726, 51, 842, 312, 603, 1429, 45, 3628, 3223, 3726, 10835, 51, 390, 3726, 4269, 14303, 45, 1442, 3726, 312, 310, 1429, 45, 3628, 991, 4903, 51, 687, 3852, 45, 1831, 1046, 1364, 22293, 14303, 45, 909, 2050, 14161, 11230, 4638, 991, 49, 419, 11657, 3921, 4638, 991, 49, 419, 2851, 5653, 49, 419, 11657, 4638, 991, 14109, 1933, 603, 453, 1733, 310, 5679, 1590, 51, 12998, 492, 603, 453, 1217, 310, 6152, 45, 3628, 991, 4903, 566, 687, 3852, 45, 419, 7103, 45, 909, 2050, 45, 6204, 51, 29847, 1046, 17693, 3757, 1590, 51, 48099, 100, 19890, 100, 17022, 3684, 419, 1364, 1052, 310, 9396, 45, 10354, 1590, 51, 15927, 459, 11230, 2992, 310, 9396, 45, 10354, 1590, 51, 15927, 459, 15391, 69, 11230, 2992, 310, 6152, 45, 3628, 3223, 3726, 10835, 49, 6524, 45, 55, 3445, 390, 3726, 492, 303, 339, 465, 496, 1024, 303, 581, 782, 17859, 365, 320, 310, 453, 26538, 603, 453, 1733, 603, 453, 1217, 303, 339, 465, 496, 1024, 303, 581, 782, 4166, 1947, 365, 320, 310, 453, 26538, 603, 453, 1733, 603, 453, 1217, 303, 339, 222, 130 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
1,129
true
65.98572
true
true
NpcFactionSpellcaster.java
/FileExtraction/Java_unseen/P3pp3rF1y_AncientWarfare2/src/main/java/net/shadowmage/ancientwarfare/npc/entity/faction/NpcFactionSpellcaster.java
package net.shadowmage.ancientwarfare.npc.entity.faction; import net.minecraft.entity.EntityLiving; import net.minecraft.entity.ai.EntityAIRestrictOpenDoor; import net.minecraft.entity.ai.EntityAISwimming; import net.minecraft.entity.ai.EntityAIWatchClosest2; import net.minecraft.entity.player.EntityPlayer; import net.minecraft.world.World; import net.shadowmage.ancientwarfare.npc.ai.NpcAIAttackNearest; import net.shadowmage.ancientwarfare.npc.ai.NpcAIDoor; import net.shadowmage.ancientwarfare.npc.ai.NpcAIFollowPlayer; import net.shadowmage.ancientwarfare.npc.ai.NpcAIMoveHome; import net.shadowmage.ancientwarfare.npc.ai.NpcAIWander; import net.shadowmage.ancientwarfare.npc.ai.NpcAIWatchClosest; import net.shadowmage.ancientwarfare.npc.ai.faction.NpcAIFactionArcherStayAtHome; import net.shadowmage.ancientwarfare.npc.ai.faction.NpcAIFactionHurt; /* Spellcaster NPC class for the base spellcaster NPCs, casting some basic AW spells. * This class is only used if EBWizardry is not present. Cannot have any reference to EBWizardry objects. */ public class NpcFactionSpellcaster extends NpcFaction { @SuppressWarnings("unused") public NpcFactionSpellcaster(World world) { super(world); addAI(); } @SuppressWarnings("unused") public NpcFactionSpellcaster(World world, String factionName) { super(world, factionName); addAI(); } @SuppressWarnings("Duplicates") private void addAI() { tasks.addTask(0, new EntityAISwimming(this)); tasks.addTask(0, new EntityAIRestrictOpenDoor(this)); tasks.addTask(0, new NpcAIDoor(this, true)); tasks.addTask(1, new NpcAIFollowPlayer(this)); tasks.addTask(2, new NpcAIMoveHome(this, 50.f, 5.f, 30.f, 5.f)); tasks.addTask(2, new NpcAIFactionArcherStayAtHome(this)); tasks.addTask(101, new EntityAIWatchClosest2(this, EntityPlayer.class, 3.0F, 1.0F)); tasks.addTask(102, new NpcAIWander(this)); tasks.addTask(103, new NpcAIWatchClosest(this, EntityLiving.class, 8.0F)); targetTasks.addTask(1, new NpcAIFactionHurt(this, this::isHostileTowards)); targetTasks.addTask(2, new NpcAIAttackNearest(this, this::isHostileTowards)); } @Override public boolean canAttackClass(Class claz) { return true; } @Override public boolean worksInRain() { return true; } @Override public boolean isPassive() { return false; } @Override public String getNpcType() { return "spellcaster"; } @Override public boolean shouldSleep() { return false; } }
2,441
Java
.java
P3pp3rF1y/AncientWarfare2
138
96
99
2014-02-12T00:05:03Z
2021-11-12T02:53:53Z
c91532d9fbae24d675816bdee4518db5fb1a0c37d39ec6463456fbf6970080bd
[ 1337, 3723, 51, 7219, 1457, 51, 1981, 1633, 9767, 107, 605, 51, 22233, 51, 2244, 51, 47976, 64, 222, 222, 485, 3723, 51, 8654, 51, 2244, 51, 2234, 38958, 64, 222, 485, 3723, 51, 8654, 51, 2244, 51, 3063, 51, 2234, 6231, 43921, 2981, 27023, 64, 222, 485, 3723, 51, 8654, 51, 2244, 51, 3063, 51, 2234, 70, 1309, 124, 468, 6755, 64, 222, 485, 3723, 51, 8654, 51, 2244, 51, 3063, 51, 2234, 6231, 9416, 34905, 55, 64, 222, 485, 3723, 51, 8654, 51, 2244, 51, 3857, 51, 2234, 3516, 64, 222, 485, 3723, 51, 8654, 51, 5879, 51, 6719, 64, 222, 485, 3723, 51, 7219, 1457, 51, 1981, 1633, 9767, 107, 605, 51, 22233, 51, 3063, 51, 35914, 6231, 13321, 35832, 64, 222, 485, 3723, 51, 7219, 1457, 51, 1981, 1633, 9767, 107, 605, 51, 22233, 51, 3063, 51, 35914, 70, 798, 116, 290, 64, 222, 485, 3723, 51, 7219, 1457, 51, 1981, 1633, 9767, 107, 605, 51, 22233, 51, 3063, 51, 35914, 70, 2971, 1757, 3516, 64, 222, 485, 3723, 51, 7219, 1457, 51, 1981, 1633, 9767, 107, 605, 51, 22233, 51, 3063, 51, 35914, 12049, 1946, 4637, 64, 222, 485, 3723, 51, 7219, 1457, 51, 1981, 1633, 9767, 107, 605, 51, 22233, 51, 3063, 51, 35914, 6231, 92, 19184, 64, 222, 485, 3723, 51, 7219, 1457, 51, 1981, 1633, 9767, 107, 605, 51, 22233, 51, 3063, 51, 35914, 6231, 9416, 34905, 64, 222, 485, 3723, 51, 7219, 1457, 51, 1981, 1633, 9767, 107, 605, 51, 22233, 51, 3063, 51, 47976, 51, 35914, 70, 2971, 1160, 7867, 284, 520, 414, 1094, 4637, 64, 222, 485, 3723, 51, 7219, 1457, 51, 1981, 1633, 9767, 107, 605, 51, 22233, 51, 3063, 51, 47976, 51, 35914, 70, 2971, 1160, 77, 22948, 64, 222, 222, 1127, 37764, 28930, 508, 3446, 462, 456, 341, 1712, 15035, 28930, 508, 3446, 120, 49, 48160, 1649, 6575, 34523, 15035, 120, 51, 222, 338, 1369, 462, 458, 1773, 1674, 434, 25629, 22934, 1012, 458, 666, 5041, 51, 16794, 1178, 1364, 4141, 391, 25629, 22934, 1012, 4706, 51, 588, 222, 942, 462, 41552, 48265, 18128, 28930, 2041, 41552, 48265, 320, 499, 221, 69, 14030, 459, 12086, 678, 222, 221, 942, 41552, 48265, 18128, 28930, 45, 6719, 5810, 46, 320, 376, 221, 5282, 45, 5879, 312, 376, 221, 688, 6231, 492, 222, 221, 130, 499, 221, 69, 14030, 459, 12086, 678, 222, 221, 942, 41552, 48265, 18128, 28930, 45, 6719, 5810, 49, 910, 315, 1160, 577, 46, 320, 376, 221, 5282, 45, 5879, 49, 315, 1160, 577, 312, 376, 221, 688, 6231, 492, 222, 221, 130, 499, 221, 69, 14030, 459, 41442, 678, 222, 221, 2072, 782, 1035, 6231, 365, 320, 376, 221, 8255, 51, 688, 2265, 45, 53, 49, 556, 7276, 70, 1309, 124, 468, 6755, 45, 597, 894, 376, 221, 8255, 51, 688, 2265, 45, 53, 49, 556, 7276, 6231, 43921, 2981, 27023, 45, 597, 894, 376, 221, 8255, 51, 688, 2265, 45, 53, 49, 556, 41552, 70, 798, 116, 290, 45, 597, 49, 878, 894, 376, 221, 8255, 51, 688, 2265, 45, 54, 49, 556, 41552, 70, 2971, 1757, 3516, 45, 597, 894, 376, 221, 8255, 51, 688, 2265, 45, 55, 49, 556, 41552, 12049, 1946, 4637, 45, 597, 49, 244, 58, 53, 51, 107, 49, 244, 58, 51, 107, 49, 244, 56, 53, 51, 107, 49, 244, 58, 51, 107, 894, 376, 221, 8255, 51, 688, 2265, 45, 55, 49, 556, 41552, 70, 2971, 1160, 7867, 284, 520, 414, 1094, 4637, 45, 597, 894, 1332, 221, 8255, 51, 688, 2265, 45, 54, 53, 54, 49, 556, 7276, 6231, 9416, 34905, 55, 45, 597, 49, 7276, 3516, 51, 842, 49, 244, 56, 51, 53, 75, 49, 244, 54, 51, 53, 75, 894, 376, 221, 8255, 51, 688, 2265, 45, 54, 53, 55, 49, 556, 41552, 6231, 92, 19184, 45, 597, 894, 376, 221, 8255, 51, 688, 2265, 45, 54, 53, 56, 49, 556, 41552, 6231, 9416, 34905, 45, 597, 49, 7276, 38958, 51, 842, 49, 244, 61, 51, 53, 75, 894, 1332, 221, 2000, 6706, 51, 688, 2265, 45, 54, 49, 556, 41552, 70, 2971, 1160, 77, 22948, 45, 597, 49, 477, 422, 316, 3680, 433, 47934, 8824, 894, 376, 221, 2000, 6706, 51, 688, 2265, 45, 55, 49, 556, 41552, 6231, 13321, 35832, 45, 597, 49, 477, 422, 316, 3680, 433, 47934, 8824, 894, 222, 221, 130, 499, 221, 69, 1806, 222, 221, 942, 1922, 902, 13321, 1359, 45, 1359, 1553, 1392, 46, 320, 376, 221, 620, 878, 64, 222, 221, 130, 499, 221, 69, 1806, 222, 221, 942, 1922, 4864, 402, 40497, 365, 320, 376, 221, 620, 878, 64, 222, 221, 130, 499, 221, 69, 1806, 222, 221, 942, 1922, 458, 6136, 680, 365, 320, 376, 221, 620, 920, 64, 222, 221, 130, 499, 221, 69, 1806, 222, 221, 942, 910, 640, 35914, 638, 365, 320, 376, 221, 620, 332, 19303, 28930, 884, 222, 221, 130, 499, 221, 69, 1806, 222, 221, 942, 1922, 1414, 15145, 365, 320, 376, 221, 620, 920, 64, 222, 221, 130, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
836
true
77.099549
true
true
MedMskSpinePathImpl.java
/FileExtraction/Java_unseen/IMS-MAXIMS_openMAXIMS/Source Library/openmaxims_workspace-archive/SpinalInjuries/src/ims/spinalinjuries/domain/impl/MedMskSpinePathImpl.java
//############################################################################# //# # //# Copyright (C) <2014> <IMS MAXIMS> # //# # //# This program is free software: you can redistribute it and/or modify # //# it under the terms of the GNU Affero General Public License as # //# published by the Free Software Foundation, either version 3 of the # //# License, or (at your option) any later version. # //# # //# This program is distributed in the hope that it will be useful, # //# but WITHOUT ANY WARRANTY; without even the implied warranty of # //# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # //# GNU Affero General Public License for more details. # //# # //# You should have received a copy of the GNU Affero General Public License # //# along with this program. If not, see <http://www.gnu.org/licenses/>. # //# # //############################################################################# //#EOH // This code was generated by Barbara Worwood using IMS Development Environment (version 1.22 build 41222.900) // Copyright (C) 1995-2005 IMS MAXIMS plc. All rights reserved. package ims.spinalinjuries.domain.impl; import java.util.ArrayList; import java.util.List; import ims.admin.domain.HcpAdmin; import ims.admin.domain.impl.HcpAdminImpl; import ims.clinicaladmin.domain.Vertebrallevels; import ims.clinicaladmin.domain.impl.VertebrallevelsImpl; import ims.core.patient.vo.PatientRefVo; import ims.core.vo.CareContextLiteVo; import ims.core.vo.CareContextShortVo; import ims.core.vo.ClinicalContactShortVo; import ims.core.vo.HcpLiteVoCollection; import ims.core.vo.VertebrallevelVoCollection; import ims.core.vo.domain.CareContextShortVoAssembler; import ims.core.vo.lookups.ContactType; import ims.domain.DomainFactory; import ims.domain.exceptions.DomainRuntimeException; import ims.domain.exceptions.StaleObjectException; import ims.domain.impl.DomainImpl; import ims.framework.enumerations.SortOrder; import ims.generalmedical.vo.MSKSpinePathologyFindingShortVoCollection; import ims.generalmedical.vo.MSKSpinePathologyFindingVo; import ims.generalmedical.vo.MSKSpinePathologyFindingVoCollection; import ims.generalmedical.vo.domain.MSKSpinePathologyFindingShortVoAssembler; import ims.generalmedical.vo.domain.MSKSpinePathologyFindingVoAssembler; import ims.medical.domain.objects.MskSpinePath; import ims.core.admin.domain.objects.CareContext; import ims.core.admin.vo.CareContextRefVo; import ims.core.clinical.domain.objects.PatientProblem; public class MedMskSpinePathImpl extends DomainImpl implements ims.spinalinjuries.domain.MedMskSpinePath, ims.domain.impl.Transactional { /** * Gets the SpinePathology details for the given episode */ public MSKSpinePathologyFindingVoCollection getMskSpinePath(ClinicalContactShortVo contact, Boolean activeOnly) { DomainFactory factory = getDomainFactory(); String hql = " from MskSpinePath mskSpinePath "; StringBuffer condStr = new StringBuffer(); String andStr = " "; ArrayList markers = new ArrayList(); ArrayList values = new ArrayList(); if (contact != null) { condStr.append(andStr + " mskSpinePath.clinicalContact.id = :id_ClinicalContact "); markers.add("id_ClinicalContact"); values.add(contact.getID_ClinicalContact()); andStr = " and "; } if (activeOnly != null) { condStr.append(andStr + " mskSpinePath.isActive = :active"); markers.add("active"); values.add(activeOnly); andStr = " and "; } if (andStr.equals(" and ")) hql += " where "; hql += condStr.toString(); MSKSpinePathologyFindingVoCollection voSpinePathology = MSKSpinePathologyFindingVoAssembler.createMSKSpinePathologyFindingVoCollectionFromMskSpinePath(factory.find(hql, markers, values)); if(voSpinePathology != null && voSpinePathology.size()>0) return voSpinePathology; else return null; } /** * Saves the given details */ public MSKSpinePathologyFindingVo saveMskSpinePath(MSKSpinePathologyFindingVo exam, CareContextShortVo careContext) throws StaleObjectException { if (!exam.isValidated()) throw new DomainRuntimeException("Examination has not been validated!"); DomainFactory factory = getDomainFactory(); CareContext domCareContext = CareContextShortVoAssembler.extractCareContext(factory, careContext); MskSpinePath domPath = MSKSpinePathologyFindingVoAssembler.extractMskSpinePath(factory, exam); if (exam.getIsProblem().booleanValue() == true) { PatientProblem prob = new PatientProblem(); prob.setIsActive(Boolean.TRUE); prob.setPatientProblem("MSK Spine Pathology - Level:" + exam.getPathSite().getName() + " of injury"); prob.setProblemContext("Spine Pathology"); prob.setCareContext(domCareContext); factory.save(prob); } factory.save(domPath); return MSKSpinePathologyFindingVoAssembler.create(domPath); } /* * (non-Javadoc) * * @see ims.spinalinjuries.domain.MedMskSpinePath#listVertebralLevel(java.lang.Boolean) */ public VertebrallevelVoCollection listVertebralLevel(Boolean activeOnly) { Vertebrallevels impl = (Vertebrallevels) getDomainImpl(VertebrallevelsImpl.class); return impl.listVertebralLevel(Boolean.TRUE); } public HcpLiteVoCollection listHcpLiteByName(String hcpName) { HcpAdmin impl = (HcpAdmin) getDomainImpl(HcpAdminImpl.class); return impl.listHcpLiteByName(hcpName); } public MSKSpinePathologyFindingShortVoCollection listByCareContext(CareContextLiteVo voCareContext) { DomainFactory factory = getDomainFactory(); StringBuffer hql = new StringBuffer(); String query = "from MskSpinePath msp"; ArrayList markers= new ArrayList(); ArrayList values = new ArrayList(); String andStr = " "; if(voCareContext != null) { hql.append(andStr + " msp.careContext.id = :cc"); markers.add("cc"); values.add(voCareContext.getID_CareContext()); andStr = " and "; } if (markers.size() > 0) query += " where "; query += hql.toString(); List spine = factory.find(query,markers,values); MSKSpinePathologyFindingShortVoCollection voSpinePathologyFinding = MSKSpinePathologyFindingShortVoAssembler.createMSKSpinePathologyFindingShortVoCollectionFromMskSpinePath(spine); if(voSpinePathologyFinding != null && voSpinePathologyFinding.size()>0) return voSpinePathologyFinding; else return null; } public MSKSpinePathologyFindingVoCollection getByCareContext(CareContextLiteVo voCareContext, Boolean active) { DomainFactory factory = getDomainFactory(); StringBuffer hql = new StringBuffer(); String query = "from MskSpinePath msp "; ArrayList markers= new ArrayList(); ArrayList values = new ArrayList(); String andStr = " "; if(voCareContext != null) { hql.append(andStr + " msp.careContext.id = :cc"); markers.add("cc"); values.add(voCareContext.getID_CareContext()); andStr = " and "; } if (active != null) { hql.append(andStr + " msp.isActive = :active"); markers.add("active"); values.add(active); andStr = " and "; } hql.append(andStr + "msp.clinicalContact is null"); if (markers.size() > 0) query += " where "; query += hql.toString(); List neuros = factory.find(query,markers,values); MSKSpinePathologyFindingVoCollection voSpinePathologyFindingColl = MSKSpinePathologyFindingVoAssembler.createMSKSpinePathologyFindingVoCollectionFromMskSpinePath(neuros); if(voSpinePathologyFindingColl != null && voSpinePathologyFindingColl.size()>0) return voSpinePathologyFindingColl.sort(SortOrder.DESCENDING); else return null; } public MSKSpinePathologyFindingVoCollection getSpinalMedicalAdmissionPathologyByCareContext(CareContextRefVo voCareContextRef) { DomainFactory factory = getDomainFactory(); List spine = factory.find(" from MskSpinePath spine where spine.clinicalContact.id = " + "( select cons.id from CareContext con join con.clinicalContacts cons where cons.contactType = :type and con.id = :idcare)", new String[]{"type", "idcare" }, new Object[]{ getDomLookup(ContactType.SPINALMEDICALADMISSION),voCareContextRef.getID_CareContext()}); MSKSpinePathologyFindingVoCollection collSpinePathology = MSKSpinePathologyFindingVoAssembler.createMSKSpinePathologyFindingVoCollectionFromMskSpinePath(spine); if(collSpinePathology != null && collSpinePathology.size()>0) return collSpinePathology.sort(SortOrder.DESCENDING); else return null; } public Integer countForPrimaryPathology(ims.core.vo.PatientShort pID) { DomainFactory factory = getDomainFactory(); List spine = factory.find("select count (m1_1.id) from MskSpinePath as m1_1 left join m1_1.careContext as c1_1 left join c1_1.episodeOfCare as e1_1 left join e1_1.careSpell as c2_1 where (c2_1.patient.id = :PID and m1_1.isPrimaryPathology = 1)", new String[]{"PID" }, new Object[]{pID.getID_Patient()}); if(spine != null && spine.size() > 0) { Object value = spine.get(0); if(value instanceof Long){ Long lValue = (Long)spine.get(0); if(lValue.intValue()>0) return new Integer(1); } } return null; } //wdev-11015 public MSKSpinePathologyFindingVo getMskSpinePathForPrimaryPathology(PatientRefVo voRef) { if(voRef == null) return null; DomainFactory factory = getDomainFactory(); List spine = factory.find("select m1_1 from MskSpinePath as m1_1 left join m1_1.careContext as c1_1 left join c1_1.episodeOfCare as e1_1 left join e1_1.careSpell as c2_1 where (c2_1.patient.id = :PID and m1_1.isPrimaryPathology = 1)", new String[]{"PID" }, new Object[]{voRef.getID_Patient()}); MSKSpinePathologyFindingVoCollection collSpinePathology = MSKSpinePathologyFindingVoAssembler.createMSKSpinePathologyFindingVoCollectionFromMskSpinePath(spine); if(collSpinePathology != null && collSpinePathology.size() > 0) { return collSpinePathology.get(0); } return null; } }
10,374
Java
.java
IMS-MAXIMS/openMAXIMS
61
50
23
2014-06-12T12:04:02Z
2020-07-31T09:34:49Z
b139baedcee1ced32e9fe8032f347c4b4817f785ab01653d4157426355eb0b16
[ 325, 19989, 8689, 222, 16802, 42053, 607, 222, 16802, 244, 2657, 327, 72, 46, 350, 55, 53, 54, 57, 67, 244, 350, 2348, 88, 7490, 2348, 88, 67, 22768, 607, 222, 16802, 42053, 607, 222, 16802, 244, 1369, 3477, 458, 3760, 2951, 63, 863, 902, 14081, 580, 480, 52, 290, 5370, 281, 607, 222, 16802, 244, 580, 1549, 341, 5974, 451, 341, 6994, 30994, 6153, 5062, 1196, 641, 2281, 607, 222, 16802, 244, 9582, 829, 341, 7834, 3870, 7120, 49, 3173, 1522, 244, 56, 451, 341, 981, 607, 222, 16802, 244, 1196, 49, 575, 327, 288, 1390, 2489, 46, 1364, 6146, 1522, 51, 10094, 607, 244, 222, 16802, 42053, 607, 222, 16802, 244, 1369, 3477, 458, 2744, 347, 341, 9850, 708, 580, 1118, 545, 6386, 49, 2052, 607, 222, 16802, 244, 1294, 4213, 2979, 9345, 64, 2895, 4462, 341, 4506, 14319, 451, 2281, 607, 222, 16802, 244, 7934, 575, 8114, 4800, 418, 7848, 7763, 51, 244, 2819, 341, 1485, 607, 222, 16802, 244, 6994, 30994, 6153, 5062, 1196, 456, 1851, 4261, 51, 7223, 607, 222, 16802, 42053, 607, 222, 16802, 244, 2469, 1414, 1178, 6589, 331, 1948, 451, 341, 6994, 30994, 6153, 5062, 1196, 607, 222, 16802, 244, 7979, 642, 477, 3477, 51, 244, 1691, 666, 49, 2337, 350, 544, 574, 1516, 51, 10627, 51, 1107, 52, 4205, 28699, 283, 607, 222, 16802, 42053, 607, 222, 325, 19989, 8689, 222, 16802, 10207, 77, 222, 325, 1369, 1361, 1616, 4741, 829, 11489, 39305, 643, 290, 21100, 1493, 457, 2758, 15606, 10584, 327, 1687, 244, 54, 51, 55, 55, 1984, 244, 57, 54, 55, 55, 55, 51, 62, 53, 53, 46, 222, 325, 2657, 327, 72, 46, 244, 54, 62, 62, 58, 50, 55, 53, 53, 58, 457, 2758, 7490, 2348, 88, 1302, 104, 51, 3381, 4760, 5225, 51, 222, 222, 1337, 3987, 120, 51, 438, 871, 48171, 324, 753, 51, 4136, 51, 3126, 64, 222, 222, 485, 1401, 51, 1058, 51, 7119, 64, 222, 485, 1401, 51, 1058, 51, 739, 64, 222, 485, 3987, 120, 51, 2317, 51, 4136, 51, 77, 2217, 4208, 64, 222, 485, 3987, 120, 51, 2317, 51, 4136, 51, 3126, 51, 77, 2217, 4208, 3499, 64, 222, 485, 3987, 120, 51, 27764, 1599, 2317, 51, 4136, 51, 4319, 538, 858, 298, 13792, 64, 222, 485, 3987, 120, 51, 27764, 1599, 2317, 51, 4136, 51, 3126, 51, 4319, 538, 858, 298, 13792, 3499, 64, 222, 485, 3987, 120, 51, 1284, 51, 16976, 51, 2103, 51, 18754, 2099, 12536, 64, 222, 485, 3987, 120, 51, 1284, 51, 2103, 51, 20646, 1237, 13662, 12536, 64, 222, 485, 3987, 120, 51, 1284, 51, 2103, 51, 20646, 1237, 6881, 12536, 64, 222, 485, 3987, 120, 51, 1284, 51, 2103, 51, 40680, 1599, 5883, 6881, 12536, 64, 222, 485, 3987, 120, 51, 1284, 51, 2103, 51, 77, 2217, 13662, 12536, 2272, 64, 222, 485, 3987, 120, 51, 1284, 51, 2103, 51, 4319, 538, 858, 298, 2675, 12536, 2272, 64, 222, 485, 3987, 120, 51, 1284, 51, 2103, 51, 4136, 51, 20646, 1237, 6881, 12536, 24277, 64, 222, 485, 3987, 120, 51, 1284, 51, 2103, 51, 6436, 9026, 51, 5883, 638, 64, 222, 485, 3987, 120, 51, 4136, 51, 5048, 2232, 64, 222, 485, 3987, 120, 51, 4136, 51, 11453, 51, 5048, 19296, 64, 222, 485, 3987, 120, 51, 4136, 51, 11453, 51, 520, 1572, 976, 1002, 64, 222, 485, 3987, 120, 51, 4136, 51, 3126, 51, 5048, 3499, 64, 222, 485, 3987, 120, 51, 2863, 51, 3880, 284, 1014, 51, 45115, 64, 222, 485, 3987, 120, 51, 8323, 38947, 51, 2103, 51, 36476, 2184, 501, 1233, 10551, 41284, 6881, 12536, 2272, 64, 222, 485, 3987, 120, 51, 8323, 38947, 51, 2103, 51, 36476, 2184, 501, 1233, 10551, 41284, 12536, 64, 222, 485, 3987, 120, 51, 8323, 38947, 51, 2103, 51, 36476, 2184, 501, 1233, 10551, 41284, 12536, 2272, 64, 222, 485, 3987, 120, 51, 8323, 38947, 51, 2103, 51, 4136, 51, 36476, 2184, 501, 1233, 10551, 41284, 6881, 12536, 24277, 64, 222, 485, 3987, 120, 51, 8323, 38947, 51, 2103, 51, 4136, 51, 36476, 2184, 501, 1233, 10551, 41284, 12536, 24277, 64, 222, 485, 3987, 120, 51, 38947, 51, 4136, 51, 5754, 51, 30183, 2184, 501, 1233, 64, 222, 485, 3987, 120, 51, 1284, 51, 2317, 51, 4136, 51, 5754, 51, 20646, 1237, 64, 222, 485, 3987, 120, 51, 1284, 51, 2317, 51, 2103, 51, 20646, 1237, 2099, 12536, 64, 222, 485, 3987, 120, 51, 1284, 51, 27764, 1599, 51, 4136, 51, 5754, 51, 18754, 14780, 64, 222, 222, 942, 462, 14340, 30183, 2184, 501, 1233, 3499, 2041, 14064, 3499, 4584, 3987, 120, 51, 438, 871, 48171, 324, 753, 51, 4136, 51, 8676, 30183, 2184, 501, 1233, 49, 3987, 120, 51, 4136, 51, 3126, 51, 23416, 222, 128, 222, 221, 1350, 376, 338, 7132, 341, 5034, 501, 1233, 10551, 4261, 456, 341, 2716, 21765, 376, 588, 222, 221, 942, 507, 9727, 2184, 501, 1233, 10551, 41284, 12536, 2272, 640, 30183, 2184, 501, 1233, 45, 40680, 1599, 5883, 6881, 12536, 7272, 49, 5080, 4537, 4505, 46, 222, 221, 128, 376, 221, 5048, 2232, 7769, 299, 640, 5048, 2232, 492, 1332, 221, 671, 439, 1383, 299, 332, 664, 507, 2009, 2184, 501, 1233, 364, 2009, 2184, 501, 1233, 7216, 376, 221, 35285, 16534, 2026, 299, 556, 21917, 492, 376, 221, 671, 480, 2026, 299, 332, 7216, 1332, 221, 7119, 24303, 299, 556, 5068, 492, 376, 221, 7119, 2102, 299, 556, 5068, 492, 1332, 221, 344, 327, 5559, 882, 762, 46, 376, 221, 128, 374, 221, 1345, 2026, 51, 1713, 45, 382, 2026, 494, 332, 364, 2009, 2184, 501, 1233, 51, 27764, 1599, 5883, 51, 333, 299, 518, 333, 100, 40680, 1599, 5883, 7173, 374, 221, 25258, 51, 688, 459, 333, 100, 40680, 1599, 5883, 742, 374, 221, 2857, 51, 688, 45, 5559, 51, 37541, 100, 40680, 1599, 5883, 1052, 374, 221, 382, 2026, 299, 332, 480, 7216, 376, 221, 130, 1332, 221, 344, 327, 2498, 4505, 882, 762, 46, 376, 221, 128, 374, 221, 1345, 2026, 51, 1713, 45, 382, 2026, 494, 332, 364, 2009, 2184, 501, 1233, 51, 22630, 299, 518, 2498, 742, 374, 221, 25258, 51, 688, 459, 2498, 742, 374, 221, 2857, 51, 688, 45, 2498, 4505, 312, 374, 221, 382, 2026, 299, 332, 480, 7216, 376, 221, 130, 1332, 221, 344, 327, 382, 2026, 51, 3591, 459, 480, 29583, 374, 221, 109, 1383, 1475, 332, 2174, 7216, 1332, 221, 109, 1383, 1475, 16534, 2026, 51, 3127, 492, 1332, 221, 36476, 2184, 501, 1233, 10551, 41284, 12536, 2272, 9180, 2184, 501, 1233, 10551, 299, 507, 9727, 2184, 501, 1233, 10551, 41284, 12536, 24277, 51, 1315, 36476, 2184, 501, 1233, 10551, 41284, 12536, 2272, 1811, 30183, 2184, 501, 1233, 45, 5802, 51, 1828, 45, 109, 1383, 49, 24303, 49, 2102, 894, 376, 221, 344, 45, 2103, 2184, 501, 1233, 10551, 882, 762, 979, 9180, 2184, 501, 1233, 10551, 51, 911, 15355, 53, 46, 374, 221, 620, 9180, 2184, 501, 1233, 10551, 64, 376, 221, 728, 374, 221, 620, 762, 64, 499, 221, 130, 499, 221, 1350, 376, 338, 377, 7777, 341, 2716, 4261, 376, 588, 222, 221, 942, 507, 9727, 2184, 501, 1233, 10551, 41284, 12536, 4166, 30183, 2184, 501, 1233, 45, 36476, 2184, 501, 1233, 10551, 41284, 12536, 21389, 49, 36320, 1237, 6881, 12536, 9412, 1237, 46, 2589, 1277, 1572, 976, 1002, 222, 221, 128, 376, 221, 344, 1445, 16318, 51, 13431, 751, 1177, 374, 221, 5267, 556, 14064, 19296, 459, 25322, 3163, 1421, 666, 2602, 25762, 9318, 4102, 221, 5048, 2232, 7769, 299, 640, 5048, 2232, 492, 27606, 221, 20646, 1237, 7593, 20646, 1237, 299, 36320, 1237, 6881, 12536, 24277, 51, 8320, 20646, 1237, 45, 5802, 49, 9412, 1237, 312, 4102, 221, 30183, 2184, 501, 1233, 7593, 1233, 299, 507, 9727, 2184, 501, 1233, 10551, 41284, 12536, 24277, 51, 8320, 30183, 2184, 501, 1233, 45, 5802, 49, 21389, 312, 376, 221, 344, 327, 16318, 51, 43448, 14780, 941, 4412, 899, 365, 630, 878, 46, 376, 221, 128, 374, 221, 18754, 14780, 2404, 299, 556, 33989, 14780, 492, 374, 221, 7242, 51, 31022, 4091, 45, 4718, 51, 6382, 312, 374, 221, 7242, 51, 489, 18754, 14780, 459, 36476, 5034, 501, 5404, 10551, 449, 11587, 1941, 494, 244, 21389, 51, 17676, 7309, 941, 5175, 365, 494, 332, 451, 36786, 14351, 742, 374, 221, 7242, 51, 489, 14780, 1237, 459, 2184, 501, 5404, 10551, 742, 374, 221, 7242, 51, 489, 20646, 1237, 45, 4734, 20646, 1237, 312, 374, 221, 5802, 51, 2882, 45, 7242, 312, 376, 221, 130, 376, 221, 5802, 51, 2882, 45, 4734, 1233, 312, 3177, 376, 221, 620, 507, 9727, 2184, 501, 1233, 10551, 41284, 12536, 24277, 51, 1315, 45, 4734, 1233, 312, 222, 221, 130, 222, 221, 1127, 376, 338, 327, 3804, 50, 29282, 46, 376, 338, 4517, 338, 496, 2987, 3987, 120, 51, 438, 871, 48171, 324, 753, 51, 4136, 51, 8676, 30183, 2184, 501, 1233, 40, 687, 4319, 538, 858, 298, 2671, 45, 1874, 51, 1600, 51, 4718, 46, 376, 588, 222, 221, 942, 5788, 538, 858, 298, 2675, 12536, 2272, 1168, 4319, 538, 858, 298, 2671, 45, 4718, 4537, 4505, 46, 222, 221, 128, 376, 221, 4319, 538, 858, 298, 13792, 9951, 299, 327, 4319, 538, 858, 298, 13792, 46, 640, 5048, 3499, 45, 4319, 538, 858, 298, 13792, 3499, 51, 842, 312, 376, 221, 620, 9951, 51, 687, 4319, 538, 858, 298, 2671, 45, 4718, 51, 6382, 312, 222, 221, 130, 499, 221, 942, 696, 2217, 13662, 12536, 2272, 1168, 77, 2217, 13662, 9809, 45, 671, 439, 2217, 577, 46, 222, 221, 128, 376, 221, 77, 2217, 4208, 9951, 299, 327, 77, 2217, 4208, 46, 640, 5048, 3499, 45, 77, 2217, 4208, 3499, 51, 842, 312, 376, 221, 620, 9951, 51, 687, 77, 2217, 13662, 9809, 45, 109, 2217, 577, 312, 499, 221, 130, 3038, 221, 942, 507, 9727, 2184, 501, 1233, 10551, 41284, 6881, 12536, 2272, 1168, 1103, 20646, 1237, 45, 20646, 1237, 13662, 12536, 9180, 20646, 1237, 46, 222, 221, 128, 376, 221, 5048, 2232, 7769, 299, 640, 5048, 2232, 492, 376, 221, 35285, 439, 1383, 299, 556, 21917, 492, 376, 221, 671, 2487, 299, 332, 1097, 507, 2009, 2184, 501, 1233, 364, 438, 884, 376, 221, 7119, 24303, 66, 556, 5068, 492, 376, 221, 7119, 2102, 299, 556, 5068, 492, 376, 221, 671, 480, 2026, 299, 332, 7216, 1332, 221, 344, 45, 2103, 20646, 1237, 882, 762, 46, 376, 221, 128, 374, 221, 109, 1383, 51, 1713, 45, 382, 2026, 494, 332, 364, 438, 51, 12818, 1237, 51, 333, 299, 518, 1172, 742, 374, 221, 25258, 51, 688, 459, 1172, 742, 374, 221, 2857, 51, 688, 45, 2103, 20646, 1237, 51, 37541, 100, 20646, 1237, 1052, 374, 221, 382, 2026, 299, 332, 480, 7216, 376, 221, 130, 1332, 221, 344, 327, 25258, 51, 911, 365, 868, 244, 53, 46, 2487, 1475, 332, 2174, 7216, 376, 221, 1234, 1475, 439, 1383, 51, 3127, 492, 221, 4102, 221, 739, 1887, 501, 299, 7769, 51, 1828, 45, 1234, 49, 25258, 49, 2857, 312, 1332, 221, 36476, 2184, 501, 1233, 10551, 41284, 6881, 12536, 2272, 9180, 2184, 501, 1233, 10551, 41284, 299, 507, 9727, 2184, 501, 1233, 10551, 41284, 6881, 12536, 24277, 51, 1315, 36476, 2184, 501, 1233, 10551, 41284, 6881, 12536, 2272, 1811, 30183, 2184, 501, 1233, 45, 438, 501, 312, 376, 221, 344, 45, 2103, 2184, 501, 1233, 10551, 41284, 882, 762, 979, 9180, 2184, 501, 1233, 10551, 41284, 51, 911, 15355, 53, 46, 374, 221, 620, 9180, 2184, 501, 1233, 10551, 41284, 64, 376, 221, 728, 374, 221, 620, 762, 64, 15662, 221, 130, 499, 221, 942, 507, 9727, 2184, 501, 1233, 10551, 41284, 12536, 2272, 40310, 20646, 1237, 45, 20646, 1237, 13662, 12536, 9180, 20646, 1237, 49, 5080, 4537, 46, 222, 221, 128, 376, 221, 5048, 2232, 7769, 299, 640, 5048, 2232, 492, 376, 221, 35285, 439, 1383, 299, 556, 21917, 492, 376, 221, 671, 2487, 299, 332, 1097, 507, 2009, 2184, 501, 1233, 364, 438, 7216, 376, 221, 7119, 24303, 66, 556, 5068, 492, 376, 221, 7119, 2102, 299, 556, 5068, 492, 376, 221, 671, 480, 2026, 299, 332, 7216, 1332, 221, 344, 45, 2103, 20646, 1237, 882, 762, 46, 376, 221, 128, 374, 221, 109, 1383, 51, 1713, 45, 382, 2026, 494, 332, 364, 438, 51, 12818, 1237, 51, 333, 299, 518, 1172, 742, 374, 221, 25258, 51, 688, 459, 1172, 742, 374, 221, 2857, 51, 688, 45, 2103, 20646, 1237, 51, 37541, 100, 20646, 1237, 1052, 374, 221, 382, 2026, 299, 332, 480, 7216, 376, 221, 130, 4102, 221, 344, 327, 2498, 882, 762, 46, 376, 221, 128, 374, 221, 109, 1383, 51, 1713, 45, 382, 2026, 494, 332, 364, 438, 51, 22630, 299, 518, 2498, 742, 374, 221, 25258, 51, 688, 459, 2498, 742, 374, 221, 2857, 51, 688, 45, 2498, 312, 374, 221, 382, 2026, 299, 332, 480, 7216, 376, 221, 130, 4102, 221, 109, 1383, 51, 1713, 45, 382, 2026, 494, 332, 36581, 51, 27764, 1599, 5883, 458, 762, 742, 4102, 221, 344, 327, 25258, 51, 911, 365, 868, 244, 53, 46, 2487, 1475, 332, 2174, 7216, 376, 221, 1234, 1475, 439, 1383, 51, 3127, 492, 221, 4102, 221, 739, 1188, 122, 4190, 299, 7769, 51, 1828, 45, 1234, 49, 25258, 49, 2857, 312, 376, 221, 36476, 2184, 501, 1233, 10551, 41284, 12536, 2272, 9180, 2184, 501, 1233, 10551, 41284, 9453, 299, 507, 9727, 2184, 501, 1233, 10551, 41284, 12536, 24277, 51, 1315, 36476, 2184, 501, 1233, 10551, 41284, 12536, 2272, 1811, 30183, 2184, 501, 1233, 45, 960, 122, 4190, 312, 376, 221, 344, 45, 2103, 2184, 501, 1233, 10551, 41284, 9453, 882, 762, 979, 9180, 2184, 501, 1233, 10551, 41284, 9453, 51, 911, 15355, 53, 46, 374, 221, 620, 9180, 2184, 501, 1233, 10551, 41284, 9453, 51, 3349, 45, 45115, 51, 12360, 38898, 312, 376, 221, 728, 31425, 221, 620, 762, 64, 222, 221, 130, 499, 221, 942, 507, 9727, 2184, 501, 1233, 10551, 41284, 12536, 2272, 640, 2184, 871, 43036, 1785, 1722, 1233, 10551, 1103, 20646, 1237, 45, 20646, 1237, 2099, 12536, 9180, 20646, 1237, 2099, 46, 222, 221, 128, 376, 221, 5048, 2232, 7769, 299, 640, 5048, 2232, 492, 15778, 221, 739, 1887, 501, 299, 280, 7769, 51, 1828, 459, 664, 507, 2009, 2184, 501, 1233, 1887, 501, 2174, 1887, 501, 51, 27764, 1599, 5883, 51, 333, 299, 332, 494, 12493, 221, 26471, 2209, 3132, 51, 333, 664, 36320, 1237, 476, 7163, 476, 51, 27764, 1599, 18881, 3132, 2174, 3132, 51, 5559, 638, 299, 518, 700, 480, 476, 51, 333, 299, 518, 333, 12818, 5742, 621, 221, 909, 910, 41167, 700, 411, 332, 333, 12818, 39, 820, 621, 221, 909, 2210, 14161, 640, 7810, 10138, 45, 5883, 638, 51, 2249, 540, 744, 14264, 12634, 1208, 21795, 490, 2103, 20646, 1237, 2099, 51, 37541, 100, 20646, 1237, 365, 1933, 4102, 221, 36476, 2184, 501, 1233, 10551, 41284, 12536, 2272, 11082, 2184, 501, 1233, 10551, 299, 507, 9727, 2184, 501, 1233, 10551, 41284, 12536, 24277, 51, 1315, 36476, 2184, 501, 1233, 10551, 41284, 12536, 2272, 1811, 30183, 2184, 501, 1233, 45, 438, 501, 312, 376, 221, 344, 45, 4938, 2184, 501, 1233, 10551, 882, 762, 979, 11082, 2184, 501, 1233, 10551, 51, 911, 15355, 53, 46, 374, 221, 620, 11082, 2184, 501, 1233, 10551, 51, 3349, 45, 45115, 51, 12360, 38898, 312, 376, 221, 728, 31425, 221, 620, 762, 64, 222, 221, 130, 3038, 221, 942, 4418, 2409, 1580, 9029, 1233, 10551, 45, 16178, 51, 1284, 51, 2103, 51, 18754, 6881, 317, 798, 46, 222, 221, 128, 376, 221, 5048, 2232, 7769, 299, 640, 5048, 2232, 492, 4102, 221, 739, 1887, 501, 299, 280, 7769, 51, 1828, 459, 1632, 2409, 327, 114, 54, 100, 54, 51, 333, 46, 664, 507, 2009, 2184, 501, 1233, 641, 364, 54, 100, 54, 2859, 7163, 364, 54, 100, 54, 51, 12818, 1237, 641, 300, 54, 100, 54, 2859, 7163, 300, 54, 100, 54, 51, 20107, 1436, 20646, 641, 503, 54, 100, 54, 2859, 7163, 503, 54, 100, 54, 51, 12818, 18128, 641, 300, 55, 100, 54, 2174, 327, 104, 55, 100, 54, 51, 16976, 51, 333, 299, 518, 17058, 480, 364, 54, 100, 54, 51, 316, 9029, 1233, 10551, 299, 244, 54, 5742, 621, 221, 909, 910, 41167, 17058, 39, 820, 556, 2210, 14161, 117, 798, 51, 37541, 100, 18754, 365, 1933, 4102, 221, 344, 45, 438, 501, 882, 762, 979, 1887, 501, 51, 911, 365, 868, 244, 53, 46, 376, 221, 128, 374, 221, 976, 804, 299, 1887, 501, 51, 390, 45, 53, 312, 374, 221, 344, 45, 872, 5118, 6374, 1528, 621, 221, 3967, 475, 899, 299, 327, 3967, 46, 438, 501, 51, 390, 45, 53, 312, 621, 221, 344, 45, 113, 899, 51, 22777, 15355, 53, 46, 596, 221, 620, 556, 4418, 45, 54, 312, 374, 221, 130, 376, 221, 130, 4102, 221, 620, 762, 64, 222, 221, 130, 41482, 221, 325, 124, 1920, 50, 54, 54, 53, 54, 58, 222, 221, 942, 507, 9727, 2184, 501, 1233, 10551, 41284, 12536, 640, 30183, 2184, 501, 1233, 1580, 9029, 1233, 10551, 45, 18754, 2099, 12536, 9180, 2099, 46, 1676, 221, 128, 376, 221, 344, 45, 2103, 2099, 630, 762, 46, 374, 221, 620, 762, 64, 4102, 221, 5048, 2232, 7769, 299, 640, 5048, 2232, 492, 4102, 221, 739, 1887, 501, 299, 280, 7769, 51, 1828, 459, 1632, 364, 54, 100, 54, 664, 507, 2009, 2184, 501, 1233, 641, 364, 54, 100, 54, 2859, 7163, 364, 54, 100, 54, 51, 12818, 1237, 641, 300, 54, 100, 54, 2859, 7163, 300, 54, 100, 54, 51, 20107, 1436, 20646, 641, 503, 54, 100, 54, 2859, 7163, 503, 54, 100, 54, 51, 12818, 18128, 641, 300, 55, 100, 54, 2174, 327, 104, 55, 100, 54, 51, 16976, 51, 333, 299, 518, 17058, 480, 364, 54, 100, 54, 51, 316, 9029, 1233, 10551, 299, 244, 54, 5742, 621, 221, 909, 910, 41167, 17058, 39, 820, 556, 2210, 14161, 2103, 2099, 51, 37541, 100, 18754, 365, 1933, 376, 221, 36476, 2184, 501, 1233, 10551, 41284, 12536, 2272, 11082, 2184, 501, 1233, 10551, 299, 507, 9727, 2184, 501, 1233, 10551, 41284, 12536, 24277, 51, 1315, 36476, 2184, 501, 1233, 10551, 41284, 12536, 2272, 1811, 30183, 2184, 501, 1233, 45, 438, 501, 312, 376, 221, 344, 45, 4938, 2184, 501, 1233, 10551, 882, 762, 979, 11082, 2184, 501, 1233, 10551, 51, 911, 365, 868, 244, 53, 46, 376, 221, 128, 374, 221, 620, 11082, 2184, 501, 1233, 10551, 51, 390, 45, 53, 312, 376, 221, 130, 4102, 221, 620, 762, 64, 222, 221, 130, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
3,061
true
69.905533
true
true
TopicAll.java
/FileExtraction/Java_unseen/thinkingrock-gtd_tr-pc/modules/au.com.trgtd.tr.view.filters/src/au/com/trgtd/tr/view/filters/TopicAll.java
/* * ThinkingRock, a project management tool for Personal Computers. * Copyright (C) 2006 Avente Pty Ltd * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <https://www.gnu.org/licenses/>. */ package au.com.trgtd.tr.view.filters; import au.com.trgtd.tr.appl.Constants; import java.io.Serializable; import org.openide.util.NbBundle; import tr.model.topic.Topic; /** * Topic for selection of all topics. * * @author Jeremy Moore */ public final class TopicAll extends Topic implements Serializable { private static final long serialVersionUID = 7738438725287L; public static final String ID = ChoiceAll.ID; public TopicAll() { super(Constants.ID_FILTER_TOPICS_ALL); super.setName(NbBundle.getMessage(TopicAll.class, "filter-all")); } public boolean equals(Object object) { return object instanceof TopicAll; } }
1,457
Java
.java
thinkingrock-gtd/tr-pc
17
13
32
2018-09-08T21:14:37Z
2024-04-06T17:52:59Z
961e31f88ffbcf8ddaee053e1e1ba6b24281d983bb907da017ea1e793766bc7f
[ 1127, 222, 338, 40057, 318, 40656, 49, 331, 2091, 11151, 4572, 456, 34212, 40022, 502, 51, 1676, 338, 2657, 327, 72, 46, 244, 55, 53, 53, 59, 418, 672, 106, 466, 637, 19534, 222, 338, 1676, 338, 1369, 3477, 458, 3760, 2951, 63, 863, 902, 14081, 580, 480, 52, 290, 5370, 222, 338, 580, 1549, 341, 5974, 451, 341, 6994, 6153, 5062, 1196, 641, 9582, 829, 222, 338, 341, 7834, 3870, 7120, 49, 3173, 1522, 244, 56, 451, 341, 1196, 49, 575, 222, 338, 327, 288, 1390, 2489, 46, 1364, 6146, 1522, 51, 222, 338, 1676, 338, 1369, 3477, 458, 2744, 347, 341, 9850, 708, 580, 1118, 545, 6386, 49, 222, 338, 1294, 4213, 2979, 9345, 64, 2895, 4462, 341, 4506, 14319, 451, 222, 338, 7934, 575, 8114, 4800, 418, 7848, 7763, 51, 244, 2819, 341, 222, 338, 6994, 6153, 5062, 1196, 456, 1851, 4261, 51, 222, 338, 1676, 338, 2469, 1414, 1178, 6589, 331, 1948, 451, 341, 6994, 6153, 5062, 1196, 222, 338, 7979, 642, 477, 3477, 51, 244, 1691, 666, 49, 2337, 350, 662, 574, 1516, 51, 10627, 51, 1107, 52, 4205, 28699, 222, 588, 222, 1337, 13279, 51, 527, 51, 378, 108, 689, 51, 378, 51, 1090, 51, 9252, 64, 222, 222, 485, 13279, 51, 527, 51, 378, 108, 689, 51, 378, 51, 37778, 51, 5238, 64, 222, 485, 1401, 51, 735, 51, 12644, 64, 222, 485, 1105, 51, 1693, 824, 51, 1058, 51, 21580, 4775, 64, 222, 485, 573, 51, 1184, 51, 5490, 51, 8304, 64, 353, 222, 1350, 222, 338, 22329, 456, 7818, 451, 1187, 18590, 51, 222, 338, 222, 338, 496, 2133, 47386, 10377, 507, 623, 287, 222, 588, 222, 222, 942, 1175, 462, 22329, 1947, 2041, 22329, 4584, 19182, 320, 2205, 964, 924, 1175, 1964, 19896, 299, 244, 60, 60, 56, 61, 57, 56, 61, 60, 55, 58, 55, 61, 60, 81, 64, 465, 581, 924, 1175, 910, 2502, 299, 37461, 1947, 51, 798, 64, 2205, 581, 22329, 1947, 365, 320, 310, 2615, 45, 5238, 51, 798, 100, 13382, 100, 9526, 14442, 100, 2335, 312, 310, 2615, 51, 15779, 45, 21580, 4775, 51, 7724, 45, 8304, 1947, 51, 842, 49, 332, 2049, 50, 483, 2992, 303, 339, 2205, 581, 1922, 12432, 45, 976, 1319, 46, 320, 310, 461, 1319, 5118, 22329, 1947, 64, 303, 339, 222, 130, 3067 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
385
true
70.967742
true
true
AbstractEventExecutor.java
/FileExtraction/Java_unseen/Segurad_AtlasMC/atlas-node-api/src/main/java/de/atlasmc/event/AbstractEventExecutor.java
package de.atlasmc.event; import de.atlasmc.plugin.Plugin; public abstract class AbstractEventExecutor implements EventExecutor { private final boolean ignorecancelled; private final Class<? extends Event> eventClass; private final EventPriority priority; private final Listener listener; private final Plugin plugin; public AbstractEventExecutor(Plugin plugin, Class<? extends Event> eventClass, boolean ignoreCancelled, EventPriority priority, Listener listener) { if (plugin == null) throw new IllegalArgumentException("Plugin can not be null!"); if (eventClass == null) throw new IllegalArgumentException("Event class can not be null!"); if (priority == null) throw new IllegalArgumentException("Priority can not be null!"); if (listener == null) throw new IllegalArgumentException("Listener can not be null!"); this.plugin = plugin; this.eventClass = eventClass; this.ignorecancelled = ignoreCancelled; this.priority = priority; this.listener = listener; } @Override public Listener getListener() { return listener; } @Override public boolean getIgnoreCancelled() { return ignorecancelled; } @Override public Class<? extends Event> getEventClass() { return eventClass; } @Override public EventPriority getPriority() { return priority; } @Override public Plugin getPlugin() { return plugin; } @Override public void fireEvent(Event event) throws Exception { if (!eventClass.isInstance(event)) return; internalFireEvent(event); } /** * Called to fire the event. Only called when the event is a instance of the event class * @param event * @throws Exception */ protected abstract void internalFireEvent(Event event) throws Exception; }
1,735
Java
.java
Segurad/AtlasMC
13
1
0
2021-09-30T19:05:25Z
2024-03-26T12:34:05Z
da12b698821faa5139d547ca5c8cc290954f570c32eecc072db57e2c8bf85870
[ 1337, 428, 51, 24159, 6070, 51, 1585, 64, 222, 222, 485, 428, 51, 24159, 6070, 51, 2809, 51, 4168, 64, 222, 222, 942, 5560, 462, 7406, 1167, 7592, 4584, 3916, 7592, 320, 499, 221, 2072, 1175, 1922, 5091, 42819, 64, 222, 221, 2072, 1175, 1727, 1907, 2041, 3916, 67, 1708, 1359, 64, 222, 221, 2072, 1175, 3916, 10333, 9961, 64, 222, 221, 2072, 1175, 29163, 7510, 64, 222, 221, 2072, 1175, 11029, 3985, 64, 3038, 221, 942, 7406, 1167, 7592, 45, 4168, 3985, 49, 1727, 1907, 2041, 3916, 67, 1708, 1359, 49, 1922, 5091, 23092, 49, 3916, 10333, 9961, 49, 29163, 7510, 46, 320, 376, 221, 344, 327, 2809, 630, 762, 46, 374, 221, 5267, 556, 12134, 459, 4168, 902, 666, 545, 762, 9318, 376, 221, 344, 327, 1585, 1359, 630, 762, 46, 374, 221, 5267, 556, 12134, 459, 1167, 462, 902, 666, 545, 762, 9318, 376, 221, 344, 327, 9792, 630, 762, 46, 374, 221, 5267, 556, 12134, 459, 10333, 902, 666, 545, 762, 9318, 376, 221, 344, 327, 9447, 630, 762, 46, 374, 221, 5267, 556, 12134, 459, 2239, 902, 666, 545, 762, 9318, 376, 221, 597, 51, 2809, 299, 3985, 64, 376, 221, 597, 51, 1585, 1359, 299, 1708, 1359, 64, 376, 221, 597, 51, 3634, 42819, 299, 5091, 23092, 64, 376, 221, 597, 51, 9792, 299, 9961, 64, 376, 221, 597, 51, 9447, 299, 7510, 64, 222, 221, 130, 3038, 221, 69, 1806, 222, 221, 942, 29163, 640, 2239, 365, 320, 376, 221, 620, 7510, 64, 222, 221, 130, 499, 221, 69, 1806, 222, 221, 942, 1922, 640, 7186, 23092, 365, 320, 376, 221, 620, 5091, 42819, 64, 222, 221, 130, 499, 221, 69, 1806, 222, 221, 942, 1727, 1907, 2041, 3916, 67, 640, 1167, 1359, 365, 320, 376, 221, 620, 1708, 1359, 64, 222, 221, 130, 499, 221, 69, 1806, 222, 221, 942, 3916, 10333, 640, 10333, 365, 320, 376, 221, 620, 9961, 64, 222, 221, 130, 499, 221, 69, 1806, 222, 221, 942, 11029, 640, 4168, 365, 320, 376, 221, 620, 3985, 64, 222, 221, 130, 499, 221, 69, 1806, 222, 221, 942, 782, 8388, 1167, 45, 1167, 1708, 46, 2589, 3284, 320, 376, 221, 344, 1445, 1585, 1359, 51, 316, 1825, 45, 1585, 509, 374, 221, 620, 64, 376, 221, 3269, 9374, 1167, 45, 1585, 312, 222, 221, 130, 3038, 221, 1350, 376, 338, 18034, 391, 8388, 341, 1708, 51, 9303, 3845, 1429, 341, 1708, 458, 331, 1998, 451, 341, 1708, 462, 376, 338, 496, 772, 1708, 376, 338, 496, 5124, 3284, 4517, 588, 222, 221, 5332, 5560, 782, 3584, 9374, 1167, 45, 1167, 1708, 46, 2589, 3284, 64, 222, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
440
true
74.639769
true
true
P2PServer.java
/FileExtraction/Java_unseen/matsjj_thundernetwork/thunder-core/src/main/java/network/thunder/core/communication/nio/P2PServer.java
/* * Copyright 2012 The Netty Project * * The Netty Project licenses this file to you under the Apache License, * version 2.0 (the "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at: * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations * under the License. */ package network.thunder.core.communication.nio; import io.netty.bootstrap.ServerBootstrap; import io.netty.channel.EventLoopGroup; import io.netty.channel.nio.NioEventLoopGroup; import io.netty.channel.socket.nio.NioServerSocketChannel; import io.netty.handler.logging.LogLevel; import io.netty.handler.logging.LoggingHandler; import network.thunder.core.communication.nio.handler.ChannelInit; import network.thunder.core.communication.objects.messages.interfaces.factories.ContextFactory; /** */ public final class P2PServer { ContextFactory contextFactory; public P2PServer (ContextFactory contextFactory) { this.contextFactory = contextFactory; } //We will add a new handler for the different layers //Furthermore, we will add a new handler for the different message types, //as it will greatly improve readability and maintainability of the code. public void startServer (int port) { try { EventLoopGroup bossGroup = new NioEventLoopGroup(1); EventLoopGroup workerGroup = new NioEventLoopGroup(); ServerBootstrap b = new ServerBootstrap(); b.group(bossGroup, workerGroup) .channel(NioServerSocketChannel.class).handler(new LoggingHandler(LogLevel.INFO)).childHandler(new ChannelInit(contextFactory)); System.out.println(b.bind(port).sync().channel()); } catch (Exception e) { throw new RuntimeException(e); } } }
2,118
Java
.java
matsjj/thundernetwork
50
9
2
2015-08-11T13:02:23Z
2022-02-23T11:07:03Z
c1477c78fa5c321c720d3432922dc3ed6883d4779b83089d5cc2ea46516b0615
[ 1127, 222, 338, 2657, 244, 55, 53, 54, 55, 906, 10866, 637, 5426, 222, 338, 222, 338, 906, 10866, 637, 5426, 12815, 477, 822, 391, 863, 1549, 341, 3954, 1196, 49, 222, 338, 1522, 244, 55, 51, 53, 327, 1402, 332, 3801, 742, 863, 1648, 666, 813, 477, 822, 2959, 347, 4960, 222, 338, 642, 341, 1196, 51, 2469, 1648, 4245, 331, 1948, 451, 341, 1196, 840, 63, 222, 338, 222, 338, 280, 1930, 574, 1516, 51, 2121, 51, 1107, 52, 4205, 52, 4106, 50, 55, 51, 53, 222, 338, 222, 338, 5416, 2147, 829, 4568, 4940, 575, 5129, 391, 347, 4144, 49, 2951, 222, 338, 2744, 1549, 341, 1196, 458, 2744, 563, 619, 332, 1117, 2771, 39, 5128, 49, 4213, 222, 338, 3912, 1895, 5186, 2258, 2979, 4489, 49, 3173, 3927, 575, 4506, 51, 2819, 341, 222, 338, 1196, 456, 341, 2835, 2940, 5139, 4243, 480, 5191, 222, 338, 1549, 341, 1196, 51, 222, 588, 222, 1337, 4017, 51, 368, 8505, 51, 1284, 51, 29868, 51, 11780, 64, 222, 222, 485, 3377, 51, 19116, 51, 5182, 51, 2077, 15561, 64, 222, 485, 3377, 51, 19116, 51, 3253, 51, 34878, 1582, 64, 222, 485, 3377, 51, 19116, 51, 3253, 51, 11780, 51, 44298, 34878, 1582, 64, 222, 485, 3377, 51, 19116, 51, 3253, 51, 4825, 51, 11780, 51, 44298, 2077, 48713, 64, 222, 485, 3377, 51, 19116, 51, 4543, 51, 7506, 51, 20086, 64, 222, 485, 3377, 51, 19116, 51, 4543, 51, 7506, 51, 11165, 1985, 64, 222, 485, 4017, 51, 368, 8505, 51, 1284, 51, 29868, 51, 11780, 51, 4543, 51, 3542, 3588, 64, 222, 485, 4017, 51, 368, 8505, 51, 1284, 51, 29868, 51, 5754, 51, 6296, 51, 11204, 51, 42007, 51, 1237, 2232, 64, 222, 222, 1350, 222, 588, 222, 942, 1175, 462, 466, 55, 85, 2077, 320, 465, 7063, 2232, 1637, 2232, 64, 465, 581, 466, 55, 85, 2077, 327, 1237, 2232, 1637, 2232, 46, 320, 310, 477, 51, 1834, 2232, 299, 1637, 2232, 64, 303, 339, 465, 453, 3139, 1118, 1035, 331, 556, 4908, 456, 341, 3473, 11888, 303, 453, 44914, 7047, 49, 1019, 1118, 1035, 331, 556, 4908, 456, 341, 3473, 1492, 3756, 49, 303, 453, 321, 580, 1118, 39511, 14690, 1511, 3478, 480, 18024, 3478, 451, 341, 1361, 51, 465, 581, 782, 1496, 2077, 327, 429, 2618, 46, 320, 310, 1614, 320, 1083, 3916, 7503, 1582, 39942, 1582, 299, 556, 508, 735, 34878, 1582, 45, 54, 312, 343, 3916, 7503, 1582, 10371, 1582, 299, 556, 508, 735, 34878, 1582, 492, 1083, 4242, 15561, 342, 299, 556, 4242, 15561, 492, 343, 342, 51, 1382, 45, 14160, 1582, 49, 10371, 1582, 46, 547, 657, 3253, 45, 44298, 2077, 48713, 51, 842, 566, 4543, 45, 909, 22994, 1985, 45, 20086, 51, 1608, 3445, 2680, 1985, 45, 909, 11028, 3588, 45, 1834, 2232, 894, 1083, 1189, 51, 560, 51, 3962, 45, 103, 51, 2555, 45, 644, 566, 5220, 941, 3253, 1052, 310, 339, 2385, 327, 1002, 503, 46, 320, 343, 1440, 556, 13383, 45, 106, 312, 310, 339, 303, 339, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
506
true
72.521246
true
true
ExifFilterUtils.java
/FileExtraction/Java_unseen/DigitalMediaServer_DigitalMediaServer/src/main/java/net/pms/image/thumbnailator/ExifFilterUtils.java
package net.pms.image.thumbnailator; import net.coobird.thumbnailator.filters.ImageFilter; import net.coobird.thumbnailator.filters.Pipeline; import net.coobird.thumbnailator.util.exif.Orientation; /** * This class is a copy of * {@link net.coobird.thumbnailator.util.exif.ExifFilterUtils} that use bugfixed * versions of {@link net.coobird.thumbnailator.filters.Rotation} and * {@link net.coobird.thumbnailator.filters.Rotation}. * * When the original classes <a * href="https://github.com/coobird/thumbnailator/pull/92">are fixed</a>, this * class can be removed. */ public final class ExifFilterUtils { /** * This class should not be instantiated. */ private ExifFilterUtils() {}; /** * Returns a {@link ImageFilter} which will perform the transformations * required to properly orient the thumbnail according to the Exif * orientation. * * @param orientation The Exif orientation * @return {@link ImageFilter}s required to properly * orient the image. */ public static ImageFilter getFilterForOrientation(Orientation orientation) { Pipeline filters = new Pipeline(); if (orientation == Orientation.TOP_RIGHT) { filters.add(Flip.HORIZONTAL); } else if (orientation == Orientation.BOTTOM_RIGHT) { filters.add(Rotation.ROTATE_180_DEGREES); } else if (orientation == Orientation.BOTTOM_LEFT) { filters.add(Rotation.ROTATE_180_DEGREES); filters.add(Flip.HORIZONTAL); } else if (orientation == Orientation.LEFT_TOP) { filters.add(Rotation.RIGHT_90_DEGREES); filters.add(Flip.HORIZONTAL); } else if (orientation == Orientation.RIGHT_TOP) { filters.add(Rotation.RIGHT_90_DEGREES); } else if (orientation == Orientation.RIGHT_BOTTOM) { filters.add(Rotation.LEFT_90_DEGREES); filters.add(Flip.HORIZONTAL); } else if (orientation == Orientation.LEFT_BOTTOM) { filters.add(Rotation.LEFT_90_DEGREES); } return filters; } }
1,939
Java
.java
DigitalMediaServer/DigitalMediaServer
33
7
38
2016-02-19T15:26:46Z
2024-03-25T18:54:54Z
699f96793c8e14817ba581bf6deb2674205ecff42c88853baf34a7c6442aaf5f
[ 1337, 3723, 51, 41678, 51, 915, 51, 12316, 738, 64, 222, 222, 485, 3723, 51, 352, 926, 4405, 51, 12316, 738, 51, 9252, 51, 1675, 2365, 64, 222, 485, 3723, 51, 352, 926, 4405, 51, 12316, 738, 51, 9252, 51, 8401, 64, 222, 485, 3723, 51, 352, 926, 4405, 51, 12316, 738, 51, 1058, 51, 346, 344, 51, 13986, 64, 222, 222, 1350, 222, 338, 1369, 462, 458, 331, 1948, 451, 222, 338, 3105, 1222, 3723, 51, 352, 926, 4405, 51, 12316, 738, 51, 1058, 51, 346, 344, 51, 589, 344, 2365, 2769, 130, 708, 813, 4845, 8653, 222, 338, 7058, 451, 3105, 1222, 3723, 51, 352, 926, 4405, 51, 12316, 738, 51, 9252, 51, 10493, 130, 480, 222, 338, 3105, 1222, 3723, 51, 352, 926, 4405, 51, 12316, 738, 51, 9252, 51, 10493, 4037, 222, 338, 222, 338, 5094, 341, 4732, 6052, 350, 102, 222, 338, 995, 366, 662, 574, 951, 51, 527, 52, 352, 926, 4405, 52, 12316, 738, 52, 3990, 52, 62, 55, 432, 605, 5264, 396, 102, 2731, 477, 222, 338, 462, 902, 545, 6563, 51, 222, 588, 222, 942, 1175, 462, 1300, 344, 2365, 2769, 222, 128, 222, 221, 1350, 376, 338, 1369, 462, 1414, 666, 545, 30949, 51, 376, 588, 222, 221, 2072, 1300, 344, 2365, 2769, 365, 5340, 499, 221, 1350, 376, 338, 3777, 331, 3105, 1222, 4393, 2365, 130, 1532, 1118, 4464, 341, 35249, 376, 338, 2147, 391, 10285, 26852, 341, 23177, 9299, 391, 341, 1300, 344, 376, 338, 14111, 51, 376, 338, 376, 338, 496, 772, 14111, 221, 1338, 1300, 344, 14111, 376, 338, 496, 620, 3177, 221, 19464, 1222, 4393, 2365, 130, 120, 2147, 391, 10285, 376, 338, 244, 9186, 221, 18529, 341, 1802, 51, 376, 588, 222, 221, 942, 924, 4393, 2365, 640, 2365, 1580, 13986, 45, 13986, 14111, 46, 222, 221, 128, 376, 221, 8401, 10637, 299, 556, 18686, 492, 1332, 221, 344, 327, 16557, 630, 37240, 51, 9526, 100, 6517, 46, 376, 221, 128, 374, 221, 9252, 51, 688, 45, 23256, 51, 31354, 312, 376, 221, 130, 376, 221, 728, 434, 327, 16557, 630, 37240, 51, 27991, 100, 6517, 46, 376, 221, 128, 374, 221, 9252, 51, 688, 45, 10493, 51, 25670, 1775, 100, 54, 61, 53, 100, 869, 22215, 959, 312, 376, 221, 130, 376, 221, 728, 434, 327, 16557, 630, 37240, 51, 27991, 100, 10779, 46, 376, 221, 128, 374, 221, 9252, 51, 688, 45, 10493, 51, 25670, 1775, 100, 54, 61, 53, 100, 869, 22215, 959, 312, 374, 221, 9252, 51, 688, 45, 23256, 51, 31354, 312, 376, 221, 130, 376, 221, 728, 434, 327, 16557, 630, 37240, 51, 10779, 100, 9526, 46, 376, 221, 128, 374, 221, 9252, 51, 688, 45, 10493, 51, 6517, 100, 62, 53, 100, 869, 22215, 959, 312, 374, 221, 9252, 51, 688, 45, 23256, 51, 31354, 312, 376, 221, 130, 376, 221, 728, 434, 327, 16557, 630, 37240, 51, 6517, 100, 9526, 46, 376, 221, 128, 374, 221, 9252, 51, 688, 45, 10493, 51, 6517, 100, 62, 53, 100, 869, 22215, 959, 312, 376, 221, 130, 376, 221, 728, 434, 327, 16557, 630, 37240, 51, 6517, 100, 27991, 46, 376, 221, 128, 374, 221, 9252, 51, 688, 45, 10493, 51, 10779, 100, 62, 53, 100, 869, 22215, 959, 312, 374, 221, 9252, 51, 688, 45, 23256, 51, 31354, 312, 376, 221, 130, 376, 221, 728, 434, 327, 16557, 630, 37240, 51, 10779, 100, 27991, 46, 376, 221, 128, 374, 221, 9252, 51, 688, 45, 10493, 51, 10779, 100, 62, 53, 100, 869, 22215, 959, 312, 376, 221, 130, 1332, 221, 620, 10637, 64, 222, 221, 130, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
601
true
71.170707
true
true
ConditionalArgTypes_2.java
/FileExtraction/Java_unseen/openjdk_jdk6/langtools/test/tools/javac/ConditionalArgTypes_2.java
/* * Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ /* * @test * @bug 4312781 4881179 4949543 * @summary Verify that both branches of a conditional expression must agree in type. * @author maddox * * @compile/fail -source 1.4 ConditionalArgTypes_2.java * @compile ConditionalArgTypes_2.java */ // This case was working before -- controlling expression is not a constant. class ConditionalArgTypes_2 { public static void main (String [] args) { boolean b = true; System.out.println(b?0:false); } }
1,554
Java
.java
openjdk/jdk6
17
17
0
2021-02-16T14:00:35Z
2021-02-16T14:23:11Z
d8e771ad8c2377297f2ed7d407297bc975442eec6edac6900d81298ae4e7c15e
[ 1127, 222, 338, 2657, 327, 104, 46, 244, 55, 53, 53, 53, 49, 244, 55, 53, 54, 53, 49, 17980, 480, 52, 290, 2840, 25094, 51, 3381, 4760, 5225, 51, 222, 338, 4103, 2387, 23740, 1895, 35234, 8995, 2387, 11988, 1895, 8968, 10961, 30441, 51, 222, 338, 222, 338, 1369, 1361, 458, 3760, 2951, 64, 863, 902, 14081, 580, 480, 52, 290, 5370, 580, 222, 338, 1549, 341, 5974, 451, 341, 6994, 6153, 5062, 1196, 1522, 244, 55, 1773, 49, 641, 222, 338, 9582, 829, 341, 7834, 3870, 7120, 51, 222, 338, 222, 338, 1369, 1361, 458, 2744, 347, 341, 9850, 708, 580, 1118, 545, 6386, 49, 1294, 4213, 222, 338, 2979, 9345, 64, 2895, 4462, 341, 4506, 14319, 451, 7934, 575, 222, 338, 8114, 4800, 418, 7848, 7763, 51, 244, 2819, 341, 6994, 6153, 5062, 1196, 222, 338, 1522, 244, 55, 456, 1851, 4261, 327, 102, 1948, 458, 5976, 347, 341, 7621, 822, 708, 222, 338, 20854, 297, 4850, 477, 1361, 566, 222, 338, 222, 338, 2469, 1414, 1178, 6589, 331, 1948, 451, 341, 6994, 6153, 5062, 1196, 1522, 222, 338, 244, 55, 7979, 642, 477, 1409, 64, 434, 666, 49, 2886, 391, 341, 7834, 3870, 7120, 49, 222, 338, 6367, 4345, 244, 58, 54, 34113, 1277, 49, 33316, 26912, 49, 25006, 49, 13083, 244, 53, 55, 54, 54, 53, 50, 54, 56, 53, 54, 15067, 51, 222, 338, 222, 338, 5304, 7272, 17980, 49, 244, 58, 53, 53, 17980, 27004, 3094, 49, 4777, 21100, 2432, 6868, 49, 10562, 244, 62, 57, 53, 59, 58, 15067, 222, 338, 575, 7739, 19955, 51, 11116, 51, 527, 434, 863, 1868, 5408, 2490, 575, 1178, 1364, 222, 338, 10034, 51, 222, 588, 222, 222, 1127, 222, 338, 496, 881, 222, 338, 496, 1468, 244, 57, 56, 54, 55, 60, 61, 54, 244, 57, 61, 61, 54, 54, 60, 62, 244, 57, 62, 57, 62, 58, 57, 56, 222, 338, 496, 1386, 12082, 708, 4354, 19207, 451, 331, 21221, 6112, 2315, 14938, 347, 847, 51, 222, 338, 496, 2133, 364, 688, 1290, 222, 338, 222, 338, 496, 7028, 52, 5077, 449, 1876, 244, 54, 51, 57, 40321, 1782, 2439, 100, 55, 51, 1874, 222, 338, 496, 7028, 5707, 40321, 1782, 2439, 100, 55, 51, 1874, 222, 588, 222, 222, 325, 1369, 1152, 1616, 4757, 2688, 790, 42259, 6112, 458, 666, 331, 8100, 51, 222, 222, 842, 40321, 1782, 2439, 100, 55, 320, 303, 581, 924, 782, 2594, 327, 671, 1627, 2194, 46, 320, 310, 1922, 342, 299, 878, 64, 310, 1189, 51, 560, 51, 3962, 45, 103, 68, 53, 63, 1886, 312, 303, 339, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
434
true
68.532819
true
true
LocalUser.java
/FileExtraction/Java_unseen/mschipperheyn_spring-social-jpa/spring-social-jpa-quickstart/src/main/java/org/springframework/social/quickstart/model/LocalUser.java
package org.springframework.social.quickstart.model; import java.util.HashSet; import java.util.Set; import javax.persistence.CascadeType; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.FetchType; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.OneToMany; import javax.persistence.Table; /* * @author Marc Schipperheyn [email protected] */ @Entity @Table(name = "User") public class LocalUser { private Long id; private String email,nickName,password; private Set<SocialUser> socialUsers; @Id @GeneratedValue(strategy = GenerationType.AUTO) @Column(name="userId", nullable=true, insertable=false, updatable=false) public Long getId() { return id; } public void setId(Long userId) { this.id = userId; } @Column(length=55) public String getEmail() { return email; } public void setEmail(String email) { this.email = email; } @Column(length=55) public String getNickName() { return nickName; } public void setNickName(String nickName) { this.nickName = nickName; } @Column(length=55) public String getPassword() { return password; } public void setPassword(String password) { this.password = password; } @OneToMany(cascade={CascadeType.ALL},mappedBy="user",fetch=FetchType.LAZY) public Set<SocialUser> getSocialUsers() { if(socialUsers == null) socialUsers = new HashSet<SocialUser>(); return socialUsers; } public void setSocialUsers(Set<SocialUser> socialUsers) { this.socialUsers = socialUsers; } }
1,607
Java
.java
mschipperheyn/spring-social-jpa
25
14
2
2011-08-26T18:22:16Z
2019-02-13T17:06:15Z
3d2ba6416c91031ee0a21bb1f7655b5db573bbdc324ec7b538081a5de31c3b39
[ 1337, 1105, 51, 4140, 51, 10683, 51, 24370, 51, 1184, 64, 222, 222, 485, 1401, 51, 1058, 51, 17163, 64, 222, 485, 1401, 51, 1058, 51, 903, 64, 222, 222, 485, 3698, 51, 10782, 51, 31155, 638, 64, 222, 485, 3698, 51, 10782, 51, 2154, 64, 222, 485, 3698, 51, 10782, 51, 2234, 64, 222, 485, 3698, 51, 10782, 51, 8684, 638, 64, 222, 485, 3698, 51, 10782, 51, 35422, 64, 222, 485, 3698, 51, 10782, 51, 17323, 638, 64, 222, 485, 3698, 51, 10782, 51, 625, 64, 222, 485, 3698, 51, 10782, 51, 44543, 64, 222, 485, 3698, 51, 10782, 51, 1617, 64, 222, 222, 1127, 222, 338, 496, 2133, 8369, 104, 10469, 658, 481, 311, 860, 364, 10272, 69, 18644, 5966, 51, 8387, 222, 588, 222, 222, 69, 2234, 222, 69, 1617, 45, 444, 299, 332, 1259, 678, 222, 942, 462, 7099, 1259, 320, 222, 221, 2072, 6374, 828, 64, 222, 221, 2072, 910, 4111, 49, 14987, 577, 49, 2911, 64, 222, 221, 2072, 1776, 65, 19911, 1259, 67, 15333, 3715, 64, 499, 221, 69, 625, 222, 221, 69, 35422, 45, 14008, 299, 26045, 638, 51, 13237, 46, 222, 221, 69, 2154, 45, 444, 366, 9073, 411, 12610, 66, 1527, 49, 19919, 1292, 66, 1886, 49, 992, 43960, 66, 1886, 46, 222, 221, 942, 6374, 19832, 365, 320, 376, 221, 620, 828, 64, 222, 221, 130, 499, 221, 942, 782, 29452, 45, 3967, 10546, 46, 320, 376, 221, 597, 51, 333, 299, 10546, 64, 222, 221, 130, 3038, 221, 69, 2154, 45, 1340, 66, 58, 58, 46, 15767, 221, 942, 910, 640, 4490, 365, 320, 376, 221, 620, 4111, 64, 222, 221, 130, 499, 221, 942, 782, 758, 4490, 45, 671, 4111, 46, 320, 376, 221, 597, 51, 1951, 299, 4111, 64, 222, 221, 130, 499, 221, 69, 2154, 45, 1340, 66, 58, 58, 46, 222, 221, 942, 910, 640, 25581, 577, 365, 320, 376, 221, 620, 22132, 577, 64, 222, 221, 130, 499, 221, 942, 782, 758, 25581, 577, 45, 671, 22132, 577, 46, 320, 376, 221, 597, 51, 14987, 577, 299, 22132, 577, 64, 222, 221, 130, 499, 221, 69, 2154, 45, 1340, 66, 58, 58, 46, 15767, 221, 942, 910, 640, 4060, 365, 320, 376, 221, 620, 3894, 64, 222, 221, 130, 499, 221, 942, 782, 758, 4060, 45, 671, 3894, 46, 320, 376, 221, 597, 51, 2911, 299, 3894, 64, 222, 221, 130, 499, 221, 69, 44543, 45, 26650, 1305, 31155, 638, 51, 2335, 855, 19922, 1103, 366, 514, 411, 5151, 66, 8684, 638, 51, 6444, 26026, 46, 222, 221, 942, 1776, 65, 19911, 1259, 67, 640, 19911, 3715, 365, 320, 376, 221, 344, 45, 10683, 3715, 630, 762, 46, 374, 221, 10683, 3715, 299, 556, 14253, 65, 19911, 1259, 2938, 376, 221, 620, 15333, 3715, 64, 222, 221, 130, 3067, 221, 942, 782, 758, 19911, 3715, 45, 903, 65, 19911, 1259, 67, 15333, 3715, 46, 320, 376, 221, 597, 51, 10683, 3715, 299, 15333, 3715, 64, 222, 221, 130, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
499
true
74.548849
true
true
PrefConst.java
/FileExtraction/Java_unseen/tianma8023_XposedSmsCode/app/src/main/java/com/tianma/xsmscode/common/constant/PrefConst.java
package com.tianma.xsmscode.common.constant; import com.github.tianma8023.xposed.smscode.BuildConfig; /** * Preference相关的常量 */ public interface PrefConst { String PREF_NAME = BuildConfig.APPLICATION_ID + "_preferences"; // General String KEY_ENABLE = "pref_enable"; String KEY_HIDE_LAUNCHER_ICON = "pref_hide_launcher_icon"; String KEY_CHOOSE_THEME = "pref_choose_theme"; // SMS Code String KEY_SHOW_TOAST = "pref_show_toast"; String KEY_COPY_TO_CLIPBOARD = "pref_copy_to_clipboard"; String KEY_ENABLE_AUTO_INPUT_CODE = "pref_enable_auto_input_code"; String KEY_AUTO_INPUT_CODE_DELAY = "pref_auto_input_code_delay"; String KEY_AUTO_INPUT_CODE_DELAY_DEFAULT = "0"; String KEY_APP_BLOCK_ENTRY = "pref_app_block_entry"; String KEY_BLOCK_SMS = "pref_block_sms"; String KEY_DEDUPLICATE_SMS = "pref_deduplicate_sms"; // Code Notification String KEY_SHOW_CODE_NOTIFICATION = "pref_show_code_notification"; String KEY_AUTO_CANCEL_CODE_NOTIFICATION = "pref_auto_cancel_code_notification"; String KEY_NOTIFICATION_RETENTION_TIME = "pref_notification_retention_time"; String NOTIFICATION_RETENTION_TIME_DEFAULT = "5"; // Code Record String KEY_ENABLE_CODE_RECORDS = "pref_enable_code_records"; int MAX_SMS_RECORDS_COUNT_DEFAULT = 20; String KEY_ENTRY_CODE_RECORDS = "pref_entry_code_records"; // Code Rules String KEY_SMSCODE_KEYWORDS = "pref_smscode_keywords"; String SMSCODE_KEYWORDS_DEFAULT = SmsCodeConst.VERIFICATION_KEYWORDS_REGEX; String KEY_SMSCODE_TEST = "pref_smscode_test"; String KEY_CODE_RULES = "pref_code_rules"; // Experimental String KEY_MARK_AS_READ = "pref_mark_as_read"; String KEY_DELETE_SMS = "pref_delete_sms"; String KEY_KILL_ME = "pref_kill_me"; // Others String KEY_VERBOSE_LOG_MODE = "pref_verbose_log_mode"; // About String KEY_ABOUT = "pref_about"; String KEY_VERSION = "pref_version"; String KEY_JOIN_QQ_GROUP = "pref_join_qq_group"; String KEY_SOURCE_CODE = "pref_source_code"; String KEY_DONATE_BY_ALIPAY = "pref_donate_by_alipay"; String KEY_PRIVACY_POLICY = "pref_privacy_policy"; String KEY_PRIVACY_POLICY_ACCEPTED = "pref_privacy_policy_accepted"; }
2,268
Java
.java
tianma8023/XposedSmsCode
718
61
18
2018-05-26T05:35:04Z
2024-05-03T23:56:54Z
c3c8c32f43ce304f5a461a1e08be0fc6dfee3cf746c33c92864c57504ea92756
[ 1337, 785, 51, 121, 2560, 954, 51, 4913, 893, 707, 51, 2297, 51, 8696, 64, 222, 222, 485, 785, 51, 951, 51, 121, 2560, 954, 61, 53, 55, 56, 51, 125, 6865, 51, 19425, 707, 51, 3328, 1081, 64, 222, 222, 1350, 222, 338, 42838, 19797, 1096, 8425, 6975, 222, 588, 222, 942, 2586, 40971, 2793, 320, 465, 910, 466, 4196, 100, 2491, 299, 5256, 1081, 51, 16251, 100, 798, 494, 7302, 22561, 884, 465, 453, 6153, 303, 910, 5591, 100, 9355, 299, 332, 13471, 100, 4909, 884, 303, 910, 5591, 100, 40446, 100, 6444, 39393, 546, 100, 18566, 299, 332, 13471, 100, 5845, 100, 23682, 100, 1584, 884, 303, 910, 5591, 100, 1424, 42555, 100, 30497, 299, 332, 13471, 100, 17376, 100, 4679, 884, 465, 453, 27607, 4420, 303, 910, 5591, 100, 19397, 100, 1425, 4392, 299, 332, 13471, 100, 2276, 100, 21399, 884, 303, 910, 5591, 100, 10962, 100, 1425, 100, 32457, 21533, 299, 332, 13471, 100, 3014, 100, 471, 100, 27766, 884, 303, 910, 5591, 100, 9355, 100, 13237, 100, 10834, 100, 3535, 299, 332, 13471, 100, 4909, 100, 2853, 100, 1151, 100, 707, 884, 303, 910, 5591, 100, 13237, 100, 10834, 100, 3535, 100, 21382, 299, 332, 13471, 100, 2853, 100, 1151, 100, 707, 100, 7875, 884, 303, 910, 5591, 100, 13237, 100, 10834, 100, 3535, 100, 21382, 100, 5815, 299, 332, 53, 884, 303, 910, 5591, 100, 6876, 100, 10326, 100, 8715, 299, 332, 13471, 100, 745, 100, 1540, 100, 3054, 884, 303, 910, 5591, 100, 10326, 100, 26063, 299, 332, 13471, 100, 1540, 100, 19425, 884, 303, 910, 5591, 100, 10884, 2430, 3164, 1775, 100, 26063, 299, 332, 13471, 100, 1001, 7394, 100, 19425, 884, 4054, 453, 4420, 14387, 303, 910, 5591, 100, 19397, 100, 3535, 100, 29747, 299, 332, 13471, 100, 2276, 100, 707, 100, 8855, 884, 303, 910, 5591, 100, 13237, 100, 27934, 100, 3535, 100, 29747, 299, 332, 13471, 100, 2853, 100, 8158, 100, 707, 100, 8855, 884, 303, 910, 5591, 100, 29747, 100, 8556, 1456, 1034, 100, 4812, 299, 332, 13471, 100, 8855, 100, 44039, 100, 1021, 884, 303, 910, 2387, 19862, 100, 8556, 1456, 1034, 100, 4812, 100, 5815, 299, 332, 58, 884, 4054, 453, 4420, 9807, 303, 910, 5591, 100, 9355, 100, 3535, 100, 23595, 88, 299, 332, 13471, 100, 4909, 100, 707, 100, 11552, 884, 303, 648, 7490, 100, 26063, 100, 23595, 88, 100, 7516, 100, 5815, 299, 244, 55, 53, 64, 303, 910, 5591, 100, 8715, 100, 3535, 100, 23595, 88, 299, 332, 13471, 100, 3054, 100, 707, 100, 11552, 884, 465, 453, 4420, 27979, 303, 910, 5591, 100, 26063, 3535, 100, 27134, 88, 299, 332, 13471, 100, 19425, 707, 100, 7267, 884, 303, 910, 27607, 3535, 100, 27134, 88, 100, 5815, 299, 377, 893, 1241, 2793, 51, 1986, 19862, 100, 27134, 88, 100, 29370, 64, 303, 910, 5591, 100, 26063, 3535, 100, 3780, 299, 332, 13471, 100, 19425, 707, 100, 881, 884, 303, 910, 5591, 100, 3535, 100, 87, 27904, 299, 332, 13471, 100, 707, 100, 7021, 884, 465, 453, 37319, 303, 910, 5591, 100, 12214, 100, 1117, 100, 4423, 299, 332, 13471, 100, 1846, 100, 321, 100, 870, 884, 303, 910, 5591, 100, 6698, 100, 26063, 299, 332, 13471, 100, 2577, 100, 19425, 884, 303, 910, 5591, 100, 48932, 100, 1043, 299, 332, 13471, 100, 14043, 100, 308, 884, 465, 453, 565, 7505, 303, 910, 5591, 100, 28121, 100, 3612, 100, 4986, 299, 332, 13471, 100, 10563, 100, 769, 100, 2832, 884, 465, 453, 17769, 303, 910, 5591, 100, 1336, 4256, 299, 332, 13471, 100, 7476, 884, 303, 910, 5591, 100, 4539, 299, 332, 13471, 100, 1687, 884, 303, 910, 5591, 100, 27460, 100, 14626, 100, 9781, 299, 332, 13471, 100, 2548, 100, 10903, 100, 1382, 884, 303, 910, 5591, 100, 8192, 100, 3535, 299, 332, 13471, 100, 1876, 100, 707, 884, 303, 910, 5591, 100, 73, 586, 1775, 100, 6275, 100, 744, 2046, 2749, 299, 332, 13471, 100, 11682, 351, 100, 1186, 100, 41139, 884, 303, 910, 5591, 100, 12744, 32179, 100, 27540, 299, 332, 13471, 100, 24310, 100, 6060, 884, 303, 910, 5591, 100, 12744, 32179, 100, 27540, 100, 28416, 1363, 299, 332, 13471, 100, 24310, 100, 6060, 100, 27202, 884, 222, 130, 222 ]
[ [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ]
702
true
69.131975
true
true