개정판 1fcf20b4
remove files related to tesseract
Change-Id: Iba799dda466e902afc961eaf282ca098fb1ad32f
DTI_PID/DTI_PID/App.py | ||
---|---|---|
99 | 99 |
@history 18.04.23 Jeongwoo Change method to execute ProjectDialog(dlg.exec_()→dlg.showDialog()) |
100 | 100 |
''' |
101 | 101 |
if __name__ == '__main__': |
102 |
from AppDocData import AppDocData |
|
102 | 103 |
from License import QLicenseDialog |
103 | 104 |
from ProjectDialog import Ui_Dialog |
104 | 105 |
from MainWindow import MainWindow |
DTI_PID/DTI_PID/MainWindow_UI.py | ||
---|---|---|
1 | 1 |
# -*- coding: utf-8 -*- |
2 | 2 |
|
3 |
# Form implementation generated from reading ui file './UI/MainWindow.ui'
|
|
3 |
# Form implementation generated from reading ui file '.\UI\MainWindow.ui'
|
|
4 | 4 |
# |
5 |
# Created by: PyQt5 UI code generator 5.12
|
|
5 |
# Created by: PyQt5 UI code generator 5.11.3
|
|
6 | 6 |
# |
7 | 7 |
# WARNING! All changes made in this file will be lost! |
8 | 8 |
|
9 | 9 |
from PyQt5 import QtCore, QtGui, QtWidgets |
10 | 10 |
|
11 |
|
|
12 | 11 |
class Ui_MainWindow(object): |
13 | 12 |
def setupUi(self, MainWindow): |
14 | 13 |
MainWindow.setObjectName("MainWindow") |
... | ... | |
441 | 440 |
self.actionViewVendor_Area.setCheckable(True) |
442 | 441 |
self.actionViewVendor_Area.setChecked(True) |
443 | 442 |
self.actionViewVendor_Area.setObjectName("actionViewVendor_Area") |
443 |
self.actionNew = QtWidgets.QAction(MainWindow) |
|
444 |
self.actionNew.setObjectName("actionNew") |
|
445 |
self.menu.addAction(self.actionNew) |
|
444 | 446 |
self.menu.addAction(self.actionOpen) |
445 | 447 |
self.menu.addAction(self.actionArea) |
446 | 448 |
self.menu.addAction(self.actionConfiguration) |
... | ... | |
464 | 466 |
self.menu_3.addAction(self.actionViewVendor_Area) |
465 | 467 |
self.menu_3.addSeparator() |
466 | 468 |
self.menu_3.addAction(self.actionDrawing_Only) |
467 |
self.menu_4.addAction(self.actionpdf_to_image) |
|
468 | 469 |
self.menu_5.addAction(self.actionFindReplaceText) |
469 | 470 |
self.menu_5.addAction(self.actionText_Data_List) |
470 | 471 |
self.menubar.addAction(self.menu.menuAction()) |
... | ... | |
578 | 579 |
self.actionVendor.setText(_translate("MainWindow", "Vendor")) |
579 | 580 |
self.actionVendor.setToolTip(_translate("MainWindow", "Set Vendor Package")) |
580 | 581 |
self.actionViewVendor_Area.setText(_translate("MainWindow", "Vendor Area(7)")) |
581 |
|
|
582 |
self.actionNew.setText(_translate("MainWindow", "New")) |
|
583 |
self.actionNew.setToolTip(_translate("MainWindow", "New Drawing")) |
|
584 |
self.actionNew.setShortcut(_translate("MainWindow", "Ctrl+N")) |
|
582 | 585 |
|
583 | 586 |
import MainWindow_rc |
587 |
|
|
588 |
if __name__ == "__main__": |
|
589 |
import sys |
|
590 |
app = QtWidgets.QApplication(sys.argv) |
|
591 |
MainWindow = QtWidgets.QMainWindow() |
|
592 |
ui = Ui_MainWindow() |
|
593 |
ui.setupUi(MainWindow) |
|
594 |
MainWindow.show() |
|
595 |
sys.exit(app.exec_()) |
|
596 |
|
DTI_PID/DTI_PID/Tesseract-OCR/doc/AUTHORS | ||
---|---|---|
1 |
Ray Smith (lead developer) <theraysmith@gmail.com> |
|
2 |
Ahmad Abdulkader |
|
3 |
Rika Antonova |
|
4 |
Nicholas Beato |
|
5 |
Jeff Breidenbach |
|
6 |
Samuel Charron |
|
7 |
Phil Cheatle |
|
8 |
Simon Crouch |
|
9 |
David Eger |
|
10 |
Sheelagh Huddleston |
|
11 |
Dan Johnson |
|
12 |
Rajesh Katikam |
|
13 |
Thomas Kielbus |
|
14 |
Dar-Shyang Lee |
|
15 |
Zongyi (Joe) Liu |
|
16 |
Robert Moss |
|
17 |
Chris Newton |
|
18 |
Michael Reimer |
|
19 |
Marius Renn |
|
20 |
Raquel Romano |
|
21 |
Christy Russon |
|
22 |
Shobhit Saxena |
|
23 |
Mark Seaman |
|
24 |
Faisal Shafait |
|
25 |
Hiroshi Takenaka |
|
26 |
Ranjith Unnikrishnan |
|
27 |
Joern Wanke |
|
28 |
Ping Ping Xiu |
|
29 |
Andrew Ziem |
|
30 |
Oscar Zuniga |
|
31 |
|
|
32 |
Community Contributors: |
|
33 |
Zdenko Podobný (Maintainer) |
|
34 |
Jim Regan (Maintainer) |
|
35 |
James R Barlow |
|
36 |
Amit Dovev |
|
37 |
Martin Ettl |
|
38 |
Tom Morris |
|
39 |
Tobias Müller |
|
40 |
Egor Pugin |
|
41 |
Sundar M. Vaidya |
|
42 |
Stefan Weil |
DTI_PID/DTI_PID/Tesseract-OCR/doc/COPYING | ||
---|---|---|
1 |
This package contains the Tesseract Open Source OCR Engine. |
|
2 |
Originally developed at Hewlett Packard Laboratories Bristol and |
|
3 |
at Hewlett Packard Co, Greeley Colorado, all the code |
|
4 |
in this distribution is now licensed under the Apache License: |
|
5 |
|
|
6 |
** Licensed under the Apache License, Version 2.0 (the "License"); |
|
7 |
** you may not use this file except in compliance with the License. |
|
8 |
** You may obtain a copy of the License at |
|
9 |
** http://www.apache.org/licenses/LICENSE-2.0 |
|
10 |
** Unless required by applicable law or agreed to in writing, software |
|
11 |
** distributed under the License is distributed on an "AS IS" BASIS, |
|
12 |
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
|
13 |
** See the License for the specific language governing permissions and |
|
14 |
** limitations under the License. |
|
15 |
|
|
16 |
|
|
17 |
Other Dependencies and Licenses: |
|
18 |
================================ |
|
19 |
|
|
20 |
Tesseract uses Leptonica library (http://leptonica.com/) which essentially |
|
21 |
uses a BSD 2-clause license. (http://leptonica.com/about-the-license.html) |
DTI_PID/DTI_PID/Tesseract-OCR/doc/README | ||
---|---|---|
1 |
How to run UNLV tests. |
|
2 |
|
|
3 |
The scripts in this directory make it possible to duplicate the tests |
|
4 |
published in the Fourth Annual Test of OCR Accuracy. |
|
5 |
See http://www.isri.unlv.edu/downloads/AT-1995.pdf |
|
6 |
but first you have to get the tools and data from UNLV: |
|
7 |
|
|
8 |
Step 1: to download the images goto |
|
9 |
http://www.isri.unlv.edu/ISRI/OCRtk |
|
10 |
and get 3b.tgz, Bb.tgz, Mb.tgz and Nb.tgz. |
|
11 |
|
|
12 |
Step 2: extract the files. It doesn't really matter where |
|
13 |
in your filesystem you put them, but they must go under a common |
|
14 |
root so you have directories 3, B, M and N in, for example, |
|
15 |
/users/me/ISRI-OCRtk. |
|
16 |
|
|
17 |
Step 3: Reorg the files |
|
18 |
The lack of tif extensions on the images is inconvenient, so there |
|
19 |
is a script to reorganize the data to match the rest of the test |
|
20 |
scripts. |
|
21 |
cd to /users/me/ISRI-OCRtk or wherever 3, B, M and N ended up and run |
|
22 |
/blah/blah/tesseract-ocr/testing/reorgdata.sh 3B |
|
23 |
This makes directories doe3.3B, bus.3B, mag.3B and news.3B. |
|
24 |
You can now get rid of 3, B, M, and N unless you want to get some of the |
|
25 |
other scanning resolutions out of them. |
|
26 |
|
|
27 |
Step 4: Download the ISRI toolkit from: |
|
28 |
http://www.isri.unlv.edu/downloads/ftk-1.0.tgz |
|
29 |
|
|
30 |
Step 5: If they work for you, use the binaries directly from the bin |
|
31 |
directory and put them in tesseract-ocr/testing/unlv |
|
32 |
otherwise build the tools for yourself and put them there. |
|
33 |
|
|
34 |
Step 6: cd back to your main tesseract-ocr dir and Build tesseract. |
|
35 |
|
|
36 |
Step 7: run testing/runalltests.sh with the root data dir and testname: |
|
37 |
testing/runalltests.sh /users/me/ISRI-OCRtk tess2.0 |
|
38 |
and go to the gym, have lunch etc. |
|
39 |
|
|
40 |
Step 8: There should be a file |
|
41 |
testing/reports/tess2.0.summary that contains the final summarized accuracy |
|
42 |
report and comparison with the 1995 results. |
|
43 |
|
DTI_PID/DTI_PID/Tesseract-OCR/tessdata/configs/ambigs.train | ||
---|---|---|
1 |
tessedit_ambigs_training 1 |
|
2 |
load_freq_dawg 0 |
|
3 |
load_punc_dawg 0 |
|
4 |
load_system_dawg 0 |
|
5 |
load_number_dawg 0 |
|
6 |
ambigs_debug_level 3 |
|
7 |
load_fixed_length_dawgs 0 |
DTI_PID/DTI_PID/Tesseract-OCR/tessdata/configs/api_config | ||
---|---|---|
1 |
tessedit_zero_rejection T |
DTI_PID/DTI_PID/Tesseract-OCR/tessdata/configs/bigram | ||
---|---|---|
1 |
load_bigram_dawg True |
|
2 |
tessedit_enable_bigram_correction True |
|
3 |
tessedit_bigram_debug 3 |
|
4 |
save_raw_choices True |
|
5 |
save_alt_choices True |
DTI_PID/DTI_PID/Tesseract-OCR/tessdata/configs/box.train | ||
---|---|---|
1 |
disable_character_fragments T |
|
2 |
file_type .bl |
|
3 |
textord_fast_pitch_test T |
|
4 |
tessedit_single_match 0 |
|
5 |
tessedit_zero_rejection T |
|
6 |
tessedit_minimal_rejection F |
|
7 |
tessedit_write_rep_codes F |
|
8 |
il1_adaption_test 1 |
|
9 |
edges_children_fix F |
|
10 |
edges_childarea 0.65 |
|
11 |
edges_boxarea 0.9 |
|
12 |
tessedit_resegment_from_boxes T |
|
13 |
tessedit_train_from_boxes T |
|
14 |
textord_no_rejects T |
DTI_PID/DTI_PID/Tesseract-OCR/tessdata/configs/box.train.stderr | ||
---|---|---|
1 |
file_type .bl |
|
2 |
#tessedit_use_nn F |
|
3 |
textord_fast_pitch_test T |
|
4 |
tessedit_single_match 0 |
|
5 |
tessedit_zero_rejection T |
|
6 |
tessedit_minimal_rejection F |
|
7 |
tessedit_write_rep_codes F |
|
8 |
il1_adaption_test 1 |
|
9 |
edges_children_fix F |
|
10 |
edges_childarea 0.65 |
|
11 |
edges_boxarea 0.9 |
|
12 |
tessedit_resegment_from_boxes T |
|
13 |
tessedit_train_from_boxes T |
|
14 |
#textord_repeat_extraction F |
|
15 |
textord_no_rejects T |
DTI_PID/DTI_PID/Tesseract-OCR/tessdata/configs/digits | ||
---|---|---|
1 |
tessedit_char_whitelist 0123456789-. |
DTI_PID/DTI_PID/Tesseract-OCR/tessdata/configs/hocr | ||
---|---|---|
1 |
tessedit_create_hocr 1 |
|
2 |
tessedit_pageseg_mode 1 |
|
3 |
hocr_font_info 0 |
DTI_PID/DTI_PID/Tesseract-OCR/tessdata/configs/inter | ||
---|---|---|
1 |
interactive_display_mode T |
|
2 |
tessedit_display_outwords T |
DTI_PID/DTI_PID/Tesseract-OCR/tessdata/configs/kannada | ||
---|---|---|
1 |
textord_skewsmooth_offset 8 |
|
2 |
textord_skewsmooth_offset2 8 |
|
3 |
textord_merge_desc 0.5 |
|
4 |
textord_no_rejects 1 |
DTI_PID/DTI_PID/Tesseract-OCR/tessdata/configs/linebox | ||
---|---|---|
1 |
tessedit_resegment_from_line_boxes 1 |
|
2 |
tessedit_make_boxes_from_boxes 1 |
DTI_PID/DTI_PID/Tesseract-OCR/tessdata/configs/logfile | ||
---|---|---|
1 |
debug_file tesseract.log |
DTI_PID/DTI_PID/Tesseract-OCR/tessdata/configs/makebox | ||
---|---|---|
1 |
tessedit_create_boxfile 1 |
DTI_PID/DTI_PID/Tesseract-OCR/tessdata/configs/pdf | ||
---|---|---|
1 |
tessedit_create_pdf 1 |
|
2 |
tessedit_pageseg_mode 1 |
DTI_PID/DTI_PID/Tesseract-OCR/tessdata/configs/quiet | ||
---|---|---|
1 |
debug_file /dev/null |
DTI_PID/DTI_PID/Tesseract-OCR/tessdata/configs/rebox | ||
---|---|---|
1 |
tessedit_resegment_from_boxes 1 |
|
2 |
tessedit_make_boxes_from_boxes 1 |
DTI_PID/DTI_PID/Tesseract-OCR/tessdata/configs/strokewidth | ||
---|---|---|
1 |
textord_show_blobs 0 |
|
2 |
textord_debug_tabfind 3 |
|
3 |
textord_tabfind_show_partitions 1 |
|
4 |
textord_tabfind_show_initial_partitions 1 |
|
5 |
textord_tabfind_show_columns 1 |
|
6 |
textord_tabfind_show_blocks 1 |
|
7 |
textord_tabfind_show_initialtabs 1 |
|
8 |
textord_tabfind_show_finaltabs 1 |
|
9 |
textord_tabfind_show_strokewidths 1 |
|
10 |
textord_tabfind_show_vlines 0 |
|
11 |
textord_tabfind_show_images 1 |
|
12 |
tessedit_dump_pageseg_images 0 |
DTI_PID/DTI_PID/Tesseract-OCR/tessdata/configs/tsv | ||
---|---|---|
1 |
tessedit_create_tsv 1 |
|
2 |
tessedit_pageseg_mode 1 |
DTI_PID/DTI_PID/Tesseract-OCR/tessdata/configs/txt | ||
---|---|---|
1 |
# This config file should be used with other cofig files which creates renderers. |
|
2 |
# usage example: tesseract eurotext.tif eurotext txt hocr pdf |
|
3 |
tessedit_create_txt 1 |
DTI_PID/DTI_PID/Tesseract-OCR/tessdata/configs/unlv | ||
---|---|---|
1 |
tessedit_write_unlv 1 |
|
2 |
tessedit_pageseg_mode 6 |
DTI_PID/DTI_PID/Tesseract-OCR/tessdata/eng.cube.bigrams | ||
---|---|---|
1 |
4 0002 000d |
|
2 |
487 0009 0024 |
|
3 |
453 0009 0026 |
|
4 |
358 0009 0028 |
|
5 |
1 0009 002c |
|
6 |
312 0009 002e |
|
7 |
1 0009 0030 |
|
8 |
361 0009 0031 |
|
9 |
122 0009 0032 |
|
10 |
95 0009 0033 |
|
11 |
85 0009 0034 |
|
12 |
111 0009 0035 |
|
13 |
106 0009 0036 |
|
14 |
121 0009 0037 |
|
15 |
34 0009 0038 |
|
16 |
32 0009 0039 |
|
17 |
251 0009 0041 |
|
18 |
230 0009 0042 |
|
19 |
413 0009 0043 |
|
20 |
128 0009 0044 |
|
21 |
118 0009 0045 |
|
22 |
107 0009 0046 |
|
23 |
31 0009 0047 |
|
24 |
81 0009 0048 |
|
25 |
241 0009 0049 |
|
26 |
36 0009 004a |
|
27 |
36 0009 004b |
|
28 |
143 0009 004c |
|
29 |
149 0009 004d |
|
30 |
68 0009 004e |
|
31 |
55 0009 004f |
|
32 |
127 0009 0050 |
|
33 |
4 0009 0051 |
|
34 |
114 0009 0052 |
|
35 |
231 0009 0053 |
|
36 |
122 0009 0054 |
|
37 |
109 0009 0055 |
|
38 |
23 0009 0056 |
|
39 |
76 0009 0057 |
|
40 |
1 0009 0058 |
|
41 |
84 0009 0059 |
|
42 |
3 0009 005a |
|
43 |
2050 0009 0061 |
|
44 |
1278 0009 0062 |
|
45 |
1395 0009 0063 |
|
46 |
973 0009 0064 |
|
47 |
740 0009 0065 |
|
48 |
1376 0009 0066 |
|
49 |
149 0009 0067 |
|
50 |
568 0009 0068 |
|
51 |
1417 0009 0069 |
|
52 |
93 0009 006a |
|
53 |
42 0009 006b |
|
54 |
587 0009 006c |
|
55 |
856 0009 006d |
|
56 |
468 0009 006e |
|
57 |
1954 0009 006f |
|
58 |
1499 0009 0070 |
|
59 |
6 0009 0071 |
|
60 |
577 0009 0072 |
|
61 |
922 0009 0073 |
|
62 |
2614 0009 0074 |
|
63 |
323 0009 0075 |
|
64 |
211 0009 0076 |
|
65 |
665 0009 0077 |
|
66 |
726 0009 0079 |
|
67 |
2 0009 007a |
|
68 |
82 0009 00a7 |
|
69 |
25 0009 201c |
|
70 |
5 000a 0014 |
|
71 |
159 000a 0018 |
|
72 |
1 000a 0021 |
|
73 |
45 000a 0022 |
|
74 |
29 000a 0023 |
|
75 |
569 000a 0024 |
|
76 |
31 000a 0025 |
|
77 |
3 000a 0026 |
|
78 |
376 000a 0027 |
|
79 |
793 000a 0028 |
|
80 |
5 000a 0029 |
|
81 |
66 000a 002a |
|
82 |
19 000a 002b |
|
83 |
11 000a 002c |
|
84 |
1004 000a 002d |
|
85 |
987 000a 002e |
|
86 |
8 000a 002f |
|
87 |
1312 000a 0030 |
|
88 |
5635 000a 0031 |
|
89 |
3417 000a 0032 |
|
90 |
2041 000a 0033 |
|
91 |
1392 000a 0034 |
|
92 |
1172 000a 0035 |
|
93 |
975 000a 0036 |
|
94 |
735 000a 0037 |
|
95 |
1150 000a 0038 |
|
96 |
557 000a 0039 |
|
97 |
3 000a 003a |
|
98 |
5 000a 003b |
|
99 |
17 000a 003c |
|
100 |
37 000a 003d |
|
101 |
1 000a 003e |
|
102 |
2 000a 003f |
|
103 |
3214 000a 0041 |
|
104 |
1401 000a 0042 |
|
105 |
3306 000a 0043 |
|
106 |
1325 000a 0044 |
|
107 |
1729 000a 0045 |
|
108 |
2596 000a 0046 |
|
109 |
766 000a 0047 |
|
110 |
1121 000a 0048 |
|
111 |
3430 000a 0049 |
|
112 |
468 000a 004a |
|
113 |
396 000a 004b |
|
114 |
826 000a 004c |
|
115 |
1784 000a 004d |
|
116 |
1069 000a 004e |
|
117 |
864 000a 004f |
|
118 |
1970 000a 0050 |
|
119 |
132 000a 0051 |
|
120 |
1606 000a 0052 |
|
121 |
2901 000a 0053 |
|
122 |
5249 000a 0054 |
|
123 |
864 000a 0055 |
|
124 |
332 000a 0056 |
|
125 |
1673 000a 0057 |
|
126 |
57 000a 0058 |
|
127 |
491 000a 0059 |
|
128 |
33 000a 005a |
|
129 |
82 000a 005b |
|
130 |
1 000a 005c |
|
131 |
58 000a 005d |
|
132 |
13 000a 005f |
|
133 |
1213 000a 0061 |
|
134 |
575 000a 0062 |
|
135 |
758 000a 0063 |
|
136 |
547 000a 0064 |
|
137 |
411 000a 0065 |
|
138 |
463 000a 0066 |
|
139 |
203 000a 0067 |
|
140 |
306 000a 0068 |
|
141 |
817 000a 0069 |
|
142 |
35 000a 006a |
|
143 |
66 000a 006b |
|
144 |
237 000a 006c |
|
145 |
376 000a 006d |
|
146 |
258 000a 006e |
|
147 |
587 000a 006f |
|
148 |
691 000a 0070 |
|
149 |
100 000a 0071 |
|
150 |
423 000a 0072 |
|
151 |
715 000a 0073 |
|
152 |
1265 000a 0074 |
|
153 |
140 000a 0075 |
|
154 |
160 000a 0076 |
|
155 |
1535 000a 0077 |
|
156 |
217 000a 0078 |
|
157 |
111 000a 0079 |
|
158 |
13 000a 007a |
|
159 |
6 000a 007b |
|
160 |
5 000a 007d |
|
161 |
2 000a 007e |
|
162 |
11 000a 00a3 |
|
163 |
1 000a 00a8 |
|
164 |
223 000a 00a9 |
|
165 |
1 000a 00ae |
|
166 |
12 000a 00af |
|
167 |
29 000a 00b5 |
|
168 |
1 000a 00b7 |
|
169 |
1 000a 00b9 |
|
170 |
1 000a 00c9 |
|
171 |
20 000a 00d8 |
|
172 |
2 000a 00e1 |
|
173 |
2 000a 0160 |
|
174 |
25 000a 0192 |
|
175 |
1 000a 02dd |
|
176 |
1 000a 0391 |
|
177 |
2 000a 0393 |
|
178 |
2 000a 0395 |
|
179 |
1 000a 03a0 |
|
180 |
9 000a 03b1 |
|
181 |
15 000a 03b2 |
|
182 |
8 000a 03b3 |
|
183 |
5 000a 03b4 |
|
184 |
1 000a 03b5 |
|
185 |
3 000a 03b7 |
|
186 |
1 000a 03b8 |
|
187 |
2 000a 03ba |
|
188 |
24 000a 03bb |
|
189 |
1 000a 03bd |
|
190 |
3 000a 03be |
|
191 |
3 000a 03c0 |
|
192 |
1 000a 03c1 |
|
193 |
5 000a 03c3 |
|
194 |
1 000a 03c4 |
|
195 |
3 000a 03c5 |
|
196 |
1 000a 03c6 |
|
197 |
1 000a 03c9 |
|
198 |
13 000a 2013 |
|
199 |
66 000a 2014 |
|
200 |
24 000a 2018 |
|
201 |
3 000a 2019 |
|
202 |
510 000a 201c |
|
203 |
695 000a 2022 |
|
204 |
13 000a 2026 |
|
205 |
1 000a 2126 |
|
206 |
3 000a 2192 |
|
207 |
5 000a 21d4 |
|
208 |
2 000a 2200 |
|
209 |
3 000a 2202 |
|
210 |
1 000a 2206 |
|
211 |
1 000a 2207 |
|
212 |
1 000a 2211 |
|
213 |
41 000a 2212 |
|
214 |
11 000a 2217 |
|
215 |
2 000a 221a |
|
216 |
189 000a 221e |
|
217 |
1 000a 223c |
|
218 |
35 000a 2283 |
|
219 |
602 000a 25a0 |
|
220 |
449 000a 25c6 |
|
221 |
3538 000a 25cb |
|
222 |
5 000a 25cf |
|
223 |
15 000a 2701 |
|
224 |
4 000a 2702 |
|
225 |
1 000a 2736 |
|
226 |
1 000a 2776 |
|
227 |
1 000a 2777 |
|
228 |
1 000a 2778 |
|
229 |
2 000a f8eb |
|
230 |
4 000a f8ee |
|
231 |
27 000a f8f1 |
|
232 |
1 000a f8f9 |
|
233 |
7 000a fb01 |
|
234 |
4 000a fb02 |
|
235 |
4 000a fffd |
|
236 |
66 000c 0018 |
|
237 |
3 000c 0028 |
|
238 |
26 000c 002a |
|
239 |
1 000c 002e |
|
240 |
37 000c 002f |
|
241 |
1553 000c 0031 |
|
242 |
966 000c 0032 |
|
243 |
421 000c 0033 |
|
244 |
261 000c 0034 |
|
245 |
198 000c 0035 |
|
246 |
219 000c 0036 |
|
247 |
185 000c 0037 |
|
248 |
232 000c 0038 |
|
249 |
156 000c 0039 |
|
250 |
522 000c 0041 |
|
251 |
151 000c 0042 |
|
252 |
1316 000c 0043 |
|
253 |
248 000c 0044 |
|
254 |
141 000c 0045 |
|
255 |
566 000c 0046 |
|
256 |
151 000c 0047 |
|
257 |
121 000c 0048 |
|
258 |
403 000c 0049 |
|
259 |
804 000c 004a |
|
260 |
120 000c 004b |
|
261 |
89 000c 004c |
|
262 |
72 000c 004d |
|
263 |
110 000c 004e |
|
264 |
49 000c 004f |
|
265 |
333 000c 0050 |
|
266 |
18 000c 0051 |
|
267 |
233 000c 0052 |
|
268 |
651 000c 0053 |
|
269 |
1354 000c 0054 |
|
270 |
64 000c 0055 |
|
271 |
16 000c 0056 |
|
272 |
235 000c 0057 |
|
273 |
3 000c 0058 |
|
274 |
50 000c 0059 |
|
275 |
1 000c 005a |
|
276 |
25 000c 0061 |
|
277 |
14 000c 0062 |
|
278 |
9 000c 0063 |
|
279 |
9 000c 0064 |
|
280 |
6 000c 0065 |
|
281 |
13 000c 0066 |
|
282 |
3 000c 0067 |
|
283 |
18 000c 0068 |
|
284 |
15 000c 0069 |
|
285 |
1 000c 006a |
|
286 |
1 000c 006b |
|
287 |
8 000c 006c |
|
288 |
28 000c 006d |
|
289 |
4 000c 006e |
|
290 |
11 000c 006f |
|
291 |
9 000c 0070 |
|
292 |
4 000c 0072 |
|
293 |
20 000c 0073 |
|
294 |
23 000c 0074 |
|
295 |
19 000c 0076 |
|
296 |
17 000c 0077 |
|
297 |
62 000c 0078 |
|
298 |
5 000c 0079 |
|
299 |
18 000c 007e |
|
300 |
2 000c 0095 |
|
301 |
4 000c 00a9 |
|
302 |
1 000c 2014 |
|
303 |
1 000c 2018 |
|
304 |
63 000c 201c |
|
305 |
1 000c 2022 |
|
306 |
1 000c 25a0 |
|
307 |
14 0014 000a |
|
308 |
16 0014 0014 |
|
309 |
53 0014 0020 |
|
310 |
373 0018 000a |
|
311 |
522 0018 0018 |
|
312 |
224 0018 0020 |
|
313 |
121 0018 002c |
|
314 |
117 0018 002e |
|
315 |
126 0018 002f |
|
316 |
74 0018 0030 |
|
317 |
30 0018 0031 |
|
318 |
50 0018 0037 |
|
319 |
11 0018 003a |
|
320 |
4 0020 0002 |
|
321 |
57 0020 0014 |
|
322 |
107 0020 0018 |
|
323 |
117 0020 0021 |
|
324 |
8037 0020 0022 |
|
325 |
583 0020 0023 |
|
326 |
5502 0020 0024 |
|
327 |
157 0020 0025 |
|
328 |
2138 0020 0026 |
|
329 |
2835 0020 0027 |
|
330 |
28928 0020 0028 |
|
331 |
512 0020 0029 |
|
332 |
1191 0020 002a |
|
333 |
955 0020 002b |
|
334 |
516 0020 002c |
|
335 |
10693 0020 002d |
|
336 |
31542 0020 002e |
|
337 |
1580 0020 002f |
|
338 |
11624 0020 0030 |
|
339 |
56830 0020 0031 |
|
340 |
31288 0020 0032 |
|
341 |
15699 0020 0033 |
|
342 |
11110 0020 0034 |
|
343 |
10448 0020 0035 |
|
344 |
7779 0020 0036 |
|
345 |
7352 0020 0037 |
|
346 |
6329 0020 0038 |
|
347 |
6014 0020 0039 |
|
348 |
406 0020 003a |
|
349 |
28 0020 003b |
|
350 |
768 0020 003c |
|
351 |
2685 0020 003d |
|
352 |
323 0020 003e |
|
353 |
96 0020 003f |
|
354 |
59 0020 0040 |
|
355 |
57411 0020 0041 |
|
356 |
31277 0020 0042 |
|
357 |
45309 0020 0043 |
|
358 |
25056 0020 0044 |
|
359 |
22323 0020 0045 |
|
360 |
27112 0020 0046 |
|
361 |
23044 0020 0047 |
|
362 |
32424 0020 0048 |
|
363 |
73910 0020 0049 |
|
364 |
17608 0020 004a |
|
365 |
9480 0020 004b |
|
366 |
19530 0020 004c |
|
367 |
37064 0020 004d |
|
368 |
19241 0020 004e |
|
369 |
17602 0020 004f |
|
370 |
32290 0020 0050 |
|
371 |
2481 0020 0051 |
|
372 |
26190 0020 0052 |
|
373 |
57150 0020 0053 |
|
374 |
66882 0020 0054 |
|
375 |
11811 0020 0055 |
|
376 |
6598 0020 0056 |
|
377 |
29960 0020 0057 |
|
378 |
766 0020 0058 |
|
379 |
8792 0020 0059 |
|
380 |
1880 0020 005a |
|
381 |
1653 0020 005b |
|
382 |
2 0020 005c |
|
383 |
54 0020 005d |
|
384 |
2 0020 005e |
|
385 |
651 0020 005f |
|
386 |
2 0020 0060 |
|
387 |
435513 0020 0061 |
|
388 |
154967 0020 0062 |
|
389 |
180206 0020 0063 |
|
390 |
118212 0020 0064 |
|
391 |
99298 0020 0065 |
|
392 |
144361 0020 0066 |
|
393 |
55490 0020 0067 |
|
394 |
161454 0020 0068 |
|
395 |
237912 0020 0069 |
|
396 |
9996 0020 006a |
|
397 |
19458 0020 006b |
|
398 |
89477 0020 006c |
|
399 |
136608 0020 006d |
|
400 |
73323 0020 006e |
|
401 |
266504 0020 006f |
|
402 |
149670 0020 0070 |
|
403 |
8688 0020 0071 |
|
404 |
98272 0020 0072 |
|
405 |
238493 0020 0073 |
|
406 |
563454 0020 0074 |
|
407 |
43548 0020 0075 |
|
408 |
25424 0020 0076 |
|
409 |
204451 0020 0077 |
|
410 |
1486 0020 0078 |
|
411 |
47210 0020 0079 |
|
412 |
710 0020 007a |
|
413 |
504 0020 007b |
|
414 |
258 0020 007c |
|
415 |
28 0020 007d |
|
416 |
23 0020 007e |
|
417 |
1 0020 0085 |
|
418 |
91 0020 0093 |
|
419 |
264 0020 0095 |
|
420 |
1465 0020 00a3 |
|
421 |
2 0020 00a5 |
|
422 |
26 0020 00a7 |
|
423 |
19 0020 00a8 |
|
424 |
694 0020 00a9 |
|
425 |
22 0020 00ab |
|
426 |
3 0020 00ac |
|
427 |
54 0020 00ae |
|
428 |
77 0020 00af |
|
429 |
13 0020 00b1 |
|
430 |
1 0020 00b4 |
|
431 |
150 0020 00b5 |
|
432 |
97 0020 00b7 |
|
433 |
1 0020 00b8 |
|
434 |
1 0020 00b9 |
|
435 |
23 0020 00bb |
|
436 |
3 0020 00bd |
|
437 |
4 0020 00c1 |
|
438 |
2 0020 00c4 |
|
439 |
13 0020 00c5 |
|
440 |
1 0020 00c8 |
|
441 |
31 0020 00c9 |
|
442 |
1 0020 00d1 |
|
443 |
10 0020 00d6 |
|
444 |
60 0020 00d7 |
|
445 |
39 0020 00d8 |
|
446 |
8 0020 00dc |
|
447 |
28 0020 00df |
|
448 |
388 0020 00e0 |
|
449 |
29 0020 00e1 |
|
450 |
2 0020 00e2 |
|
451 |
2 0020 00e4 |
|
452 |
2 0020 00e8 |
|
453 |
349 0020 00e9 |
|
454 |
42 0020 00ea |
|
455 |
4 0020 00ed |
|
456 |
4 0020 00f1 |
|
457 |
2 0020 00f3 |
|
458 |
1 0020 00f6 |
|
459 |
15 0020 00f7 |
|
460 |
16 0020 00fa |
|
461 |
3 0020 00fc |
|
462 |
18 0020 0153 |
|
463 |
3 0020 0192 |
|
464 |
1 0020 02c7 |
|
465 |
2 0020 02d8 |
|
466 |
16 0020 02d9 |
|
467 |
2 0020 02db |
|
468 |
18 0020 02dc |
|
469 |
1 0020 0392 |
|
470 |
31 0020 0393 |
|
471 |
1 0020 0395 |
|
472 |
1 0020 0396 |
|
473 |
1 0020 0397 |
|
474 |
1 0020 0398 |
|
475 |
1 0020 0399 |
|
476 |
1 0020 039a |
|
477 |
2 0020 039b |
|
478 |
1 0020 039c |
|
479 |
1 0020 039d |
|
480 |
1 0020 039e |
|
481 |
1 0020 039f |
|
482 |
15 0020 03a0 |
|
483 |
1 0020 03a1 |
|
484 |
4 0020 03a3 |
|
485 |
2 0020 03a4 |
|
486 |
1 0020 03a5 |
|
487 |
14 0020 03a6 |
|
488 |
1 0020 03a7 |
|
489 |
1 0020 03a8 |
|
490 |
186 0020 03b1 |
|
491 |
176 0020 03b2 |
|
492 |
211 0020 03b3 |
|
493 |
181 0020 03b4 |
|
494 |
26 0020 03b5 |
|
495 |
1 0020 03b6 |
|
496 |
33 0020 03b7 |
|
497 |
31 0020 03b8 |
|
498 |
2 0020 03b9 |
|
499 |
54 0020 03ba |
|
500 |
134 0020 03bb |
|
501 |
36 0020 03bd |
|
502 |
43 0020 03be |
|
503 |
1 0020 03bf |
|
504 |
103 0020 03c0 |
|
505 |
54 0020 03c1 |
|
506 |
1 0020 03c2 |
|
507 |
27 0020 03c3 |
|
508 |
39 0020 03c4 |
|
509 |
4 0020 03c5 |
|
510 |
87 0020 03c6 |
|
511 |
10 0020 03c7 |
|
512 |
5 0020 03c8 |
|
513 |
101 0020 03c9 |
|
514 |
5 0020 03d5 |
|
515 |
3076 0020 2013 |
|
516 |
807 0020 2014 |
|
517 |
3322 0020 2018 |
|
518 |
181 0020 2019 |
|
519 |
24580 0020 201c |
|
520 |
82 0020 201d |
|
521 |
2 0020 2020 |
|
522 |
5588 0020 2022 |
|
523 |
163 0020 2026 |
|
524 |
8 0020 20ac |
|
525 |
5 0020 211c |
|
526 |
11 0020 2126 |
|
527 |
152 0020 2192 |
|
528 |
3 0020 2194 |
|
529 |
12 0020 21d2 |
|
530 |
10 0020 21d4 |
|
531 |
46 0020 2200 |
|
532 |
134 0020 2202 |
|
533 |
4 0020 2203 |
|
534 |
2 0020 2205 |
|
535 |
55 0020 2206 |
|
536 |
8 0020 2207 |
|
537 |
116 0020 2208 |
|
538 |
2 0020 2209 |
|
539 |
3 0020 2211 |
|
540 |
1141 0020 2212 |
|
541 |
33 0020 2217 |
|
542 |
25 0020 221a |
|
543 |
3 0020 221d |
|
544 |
27 0020 221e |
|
545 |
9 0020 2227 |
|
546 |
1 0020 2228 |
|
547 |
6 0020 2229 |
|
548 |
17 0020 222a |
|
549 |
9 0020 222b |
|
550 |
1 0020 2235 |
|
551 |
27 0020 223c |
|
552 |
20 0020 2248 |
|
553 |
11 0020 2260 |
|
554 |
34 0020 2261 |
|
555 |
66 0020 2264 |
|
556 |
84 0020 2265 |
|
557 |
6 0020 2282 |
|
558 |
2 0020 2283 |
|
559 |
11 0020 2286 |
|
560 |
7 0020 22c5 |
|
561 |
1 0020 23a7 |
|
562 |
1 0020 23a8 |
|
563 |
1 0020 23a9 |
|
564 |
604 0020 25a0 |
|
565 |
161 0020 25c6 |
|
566 |
4775 0020 25cb |
|
567 |
36 0020 25cf |
|
568 |
1 0020 263a |
|
569 |
2 0020 2701 |
|
570 |
3 0020 2714 |
|
571 |
3 0020 2736 |
|
572 |
4 0020 2776 |
|
573 |
3 0020 2777 |
|
574 |
3 0020 2778 |
|
575 |
2 0020 2779 |
|
576 |
1 0020 27a2 |
|
577 |
10 0020 e00a |
|
578 |
1 0020 e00d |
|
579 |
32 0020 e01f |
|
580 |
1 0020 f647 |
|
581 |
1 0020 f64a |
|
582 |
5 0020 f6d9 |
|
583 |
1 0020 f8e6 |
|
584 |
2 0020 f8e7 |
|
585 |
1 0020 f8eb |
|
586 |
5 0020 f8ec |
|
587 |
3 0020 f8ed |
|
588 |
4 0020 f8ee |
|
589 |
10 0020 f8ef |
|
590 |
6 0020 f8f0 |
|
591 |
30 0020 f8f1 |
|
592 |
55 0020 f8f2 |
|
593 |
57 0020 f8f3 |
|
594 |
113 0020 f8f4 |
|
595 |
3 0020 f8f6 |
|
596 |
5 0020 f8f7 |
|
597 |
3 0020 f8f8 |
|
598 |
7 0020 f8f9 |
|
599 |
11 0020 f8fa |
|
600 |
7 0020 f8fb |
|
601 |
3 0020 f8fc |
|
602 |
2 0020 f8fd |
|
603 |
2 0020 f8fe |
|
604 |
3039 0020 fb01 |
|
605 |
559 0020 fb02 |
|
606 |
4 0020 fffd |
|
607 |
218 0021 000a |
|
608 |
3076 0021 0020 |
|
609 |
337 0021 0021 |
|
610 |
207 0021 0022 |
|
611 |
3 0021 0024 |
|
612 |
266 0021 0027 |
|
613 |
3 0021 0028 |
|
614 |
77 0021 0029 |
|
615 |
21 0021 002c |
|
616 |
21 0021 002d |
|
617 |
5 0021 002e |
|
618 |
1 0021 0030 |
|
619 |
11 0021 0031 |
|
620 |
8 0021 0032 |
|
621 |
2 0021 0033 |
|
622 |
4 0021 0034 |
|
623 |
1 0021 0035 |
|
624 |
1 0021 0036 |
|
625 |
2 0021 0038 |
|
626 |
2 0021 003d |
|
627 |
56 0021 003e |
|
628 |
6 0021 003f |
|
629 |
2 0021 0045 |
|
630 |
1 0021 0057 |
|
631 |
2 0021 005c |
|
632 |
1 0021 0068 |
|
633 |
2 0021 006e |
|
634 |
1 0021 0094 |
|
635 |
14 0021 2014 |
|
636 |
19 0021 2019 |
|
637 |
848 0021 201d |
|
638 |
2 0021 2026 |
|
639 |
60 0022 000a |
|
640 |
7 0022 000d |
|
641 |
7409 0022 0020 |
|
642 |
3 0022 0021 |
|
643 |
1 0022 0022 |
|
644 |
1 0022 0025 |
|
645 |
1 0022 0026 |
|
646 |
11 0022 0027 |
|
647 |
27 0022 0029 |
|
648 |
177 0022 002c |
|
649 |
31 0022 002d |
|
650 |
111 0022 002e |
|
651 |
1 0022 002f |
|
652 |
30 0022 0031 |
|
653 |
32 0022 0032 |
|
654 |
43 0022 0033 |
|
655 |
22 0022 0034 |
|
656 |
22 0022 0035 |
|
657 |
14 0022 0036 |
|
658 |
13 0022 0037 |
|
659 |
5 0022 0038 |
|
660 |
3 0022 0039 |
|
661 |
11 0022 003a |
|
662 |
46 0022 003b |
|
663 |
2 0022 003d |
|
664 |
8 0022 003e |
|
665 |
6 0022 003f |
|
666 |
422 0022 0041 |
|
667 |
238 0022 0042 |
|
668 |
174 0022 0043 |
|
669 |
250 0022 0044 |
|
670 |
91 0022 0045 |
|
671 |
94 0022 0046 |
|
672 |
187 0022 0047 |
|
673 |
365 0022 0048 |
|
674 |
1013 0022 0049 |
|
675 |
39 0022 004a |
|
676 |
17 0022 004b |
|
677 |
222 0022 004c |
|
678 |
217 0022 004d |
|
679 |
376 0022 004e |
|
680 |
211 0022 004f |
|
681 |
62 0022 0050 |
|
682 |
5 0022 0051 |
|
683 |
85 0022 0052 |
|
684 |
354 0022 0053 |
|
685 |
726 0022 0054 |
|
686 |
27 0022 0055 |
|
687 |
21 0022 0056 |
|
688 |
816 0022 0057 |
|
689 |
1 0022 0058 |
|
690 |
540 0022 0059 |
|
691 |
1 0022 005a |
|
692 |
2 0022 005b |
|
693 |
147 0022 0061 |
|
694 |
55 0022 0062 |
|
695 |
82 0022 0063 |
|
696 |
46 0022 0064 |
|
697 |
38 0022 0065 |
|
698 |
66 0022 0066 |
|
699 |
44 0022 0067 |
|
700 |
55 0022 0068 |
|
701 |
101 0022 0069 |
|
702 |
3 0022 006a |
|
703 |
7 0022 006b |
|
704 |
56 0022 006c |
|
705 |
80 0022 006d |
|
706 |
33 0022 006e |
|
707 |
54 0022 006f |
|
708 |
87 0022 0070 |
|
709 |
10 0022 0071 |
|
710 |
58 0022 0072 |
|
711 |
122 0022 0073 |
|
712 |
176 0022 0074 |
|
713 |
18 0022 0075 |
|
714 |
13 0022 0076 |
|
715 |
62 0022 0077 |
|
716 |
26 0022 0079 |
|
717 |
11 0022 2014 |
|
718 |
6 0022 2019 |
|
719 |
3 0023 000a |
|
720 |
165 0023 0020 |
|
721 |
27 0023 0023 |
|
722 |
4 0023 0028 |
|
723 |
10 0023 0029 |
|
724 |
26 0023 002c |
|
725 |
1 0023 002d |
|
726 |
2 0023 002e |
|
727 |
1 0023 0030 |
|
728 |
196 0023 0031 |
|
729 |
169 0023 0032 |
|
730 |
54 0023 0033 |
|
731 |
21 0023 0034 |
|
732 |
23 0023 0035 |
|
733 |
24 0023 0036 |
|
734 |
34 0023 0037 |
|
735 |
12 0023 0038 |
|
736 |
29 0023 0039 |
|
737 |
8 0023 003a |
|
738 |
1 0023 0040 |
|
739 |
4 0023 0043 |
|
740 |
3 0023 0044 |
|
741 |
5 0023 0046 |
|
742 |
1 0023 004e |
|
743 |
1 0023 0050 |
|
744 |
4 0023 0052 |
|
745 |
1 0023 0053 |
|
746 |
2 0023 0056 |
|
747 |
1 0023 0057 |
|
748 |
1 0023 005f |
|
749 |
1 0023 0061 |
|
750 |
1 0023 0062 |
|
751 |
2 0023 0064 |
|
752 |
1 0023 0066 |
|
753 |
1 0023 0069 |
|
754 |
2 0023 006c |
|
755 |
3 0023 006e |
|
756 |
2 0023 0072 |
|
757 |
1 0023 0073 |
|
758 |
1 0023 2014 |
|
759 |
29 0024 000a |
|
760 |
212 0024 0018 |
|
761 |
142 0024 0020 |
|
762 |
2 0024 0028 |
|
763 |
6 0024 0029 |
|
764 |
1 0024 002c |
|
765 |
29 0024 002e |
|
766 |
6 0024 002f |
|
767 |
279 0024 0030 |
|
768 |
2459 0024 0031 |
|
769 |
1355 0024 0032 |
|
770 |
761 0024 0033 |
|
771 |
560 0024 0034 |
|
772 |
570 0024 0035 |
|
773 |
314 0024 0036 |
|
774 |
328 0024 0037 |
|
775 |
200 0024 0038 |
|
776 |
226 0024 0039 |
|
777 |
15 0024 0041 |
|
778 |
11 0024 0042 |
|
779 |
27 0024 0043 |
|
780 |
1 0024 0044 |
|
781 |
1 0024 0046 |
|
782 |
3 0024 0047 |
|
783 |
2 0024 0048 |
|
784 |
1 0024 0049 |
|
785 |
1 0024 004a |
|
786 |
3 0024 004c |
|
787 |
9 0024 004d |
|
788 |
7 0024 004e |
|
789 |
9 0024 0053 |
|
790 |
8 0024 0054 |
|
791 |
3 0024 0055 |
|
792 |
9 0024 0056 |
|
793 |
1 0024 0059 |
|
794 |
23 0024 005b |
|
795 |
5 0024 005d |
|
796 |
32 0024 005f |
|
797 |
1 0024 0062 |
|
798 |
1 0024 0066 |
|
799 |
4 0024 006c |
|
800 |
65 0025 0009 |
|
801 |
259 0025 000a |
|
802 |
3382 0025 0020 |
|
803 |
1 0025 0021 |
|
804 |
3 0025 0027 |
|
805 |
259 0025 0029 |
|
806 |
3 0025 002a |
|
807 |
224 0025 002c |
|
808 |
4 0025 002d |
|
809 |
202 0025 002e |
|
810 |
28 0025 0032 |
|
811 |
1 0025 0037 |
|
812 |
2 0025 003a |
|
813 |
22 0025 003b |
|
814 |
3 0025 003e |
|
815 |
1 0025 003f |
|
816 |
1 0025 0042 |
|
817 |
1 0025 0049 |
|
818 |
1 0025 004a |
|
819 |
7 0025 0052 |
|
820 |
4 0025 0053 |
|
821 |
3 0025 0054 |
|
822 |
10 0025 005d |
|
823 |
2 0025 0061 |
|
824 |
1 0025 0062 |
|
825 |
2 0025 0064 |
|
826 |
1 0025 0066 |
|
827 |
1 0025 0069 |
|
828 |
1 0025 006c |
|
829 |
1 0025 006d |
|
830 |
4 0025 006f |
|
831 |
1 0025 0070 |
|
832 |
85 0025 0073 |
|
833 |
11 0025 0074 |
|
834 |
1 0025 0077 |
|
835 |
1 0025 0078 |
|
836 |
2 0025 2013 |
|
837 |
460 0026 0009 |
|
838 |
3 0026 000a |
|
839 |
2082 0026 0020 |
|
840 |
1 0026 0022 |
|
841 |
2 0026 0029 |
|
842 |
3 0026 002e |
|
843 |
3 0026 0031 |
|
844 |
42 0026 0041 |
|
845 |
4 0026 0042 |
|
846 |
3 0026 0043 |
|
847 |
821 0026 0044 |
|
848 |
21 0026 0045 |
|
849 |
13 0026 0046 |
|
850 |
5 0026 0048 |
|
851 |
4 0026 004c |
|
852 |
45 0026 004d |
|
853 |
1 0026 004e |
|
854 |
1 0026 004f |
|
855 |
197 0026 0050 |
|
856 |
2 0026 0052 |
|
857 |
1 0026 0053 |
|
858 |
84 0026 0054 |
|
859 |
1 0026 0057 |
|
860 |
5 0026 005b |
|
861 |
1 0026 005f |
|
862 |
2 0026 0061 |
|
863 |
2 0026 0062 |
|
864 |
13 0026 0063 |
|
865 |
2 0026 0064 |
|
866 |
2 0026 0068 |
|
867 |
1 0026 0069 |
|
868 |
1 0026 006c |
|
869 |
1 0026 006d |
|
870 |
2 0026 0070 |
|
871 |
1 0026 0073 |
|
872 |
1 0026 0074 |
|
873 |
1 0026 0076 |
|
874 |
13 0027 000a |
|
875 |
66 0027 000d |
|
876 |
2165 0027 0020 |
|
877 |
3 0027 0021 |
|
878 |
27 0027 0022 |
|
879 |
1 0027 0025 |
|
880 |
2 0027 0027 |
|
881 |
1 0027 0028 |
|
882 |
35 0027 0029 |
|
883 |
131 0027 002c |
|
884 |
15 0027 002d |
|
885 |
194 0027 002e |
|
886 |
8 0027 002f |
|
887 |
659 0027 0030 |
|
888 |
6 0027 0031 |
|
889 |
3 0027 0032 |
|
890 |
4 0027 0033 |
|
891 |
6 0027 0034 |
|
892 |
1 0027 0035 |
|
893 |
1 0027 0036 |
|
894 |
1 0027 0037 |
|
895 |
1 0027 0038 |
|
896 |
5 0027 003a |
|
897 |
32 0027 003b |
|
898 |
6 0027 003e |
|
899 |
14 0027 003f |
|
900 |
181 0027 0041 |
|
901 |
76 0027 0042 |
|
902 |
74 0027 0043 |
|
903 |
61 0027 0044 |
|
904 |
53 0027 0045 |
|
905 |
80 0027 0046 |
|
906 |
39 0027 0047 |
|
907 |
117 0027 0048 |
|
908 |
275 0027 0049 |
|
909 |
6 0027 004a |
|
910 |
2 0027 004b |
내보내기 Unified diff