querly 0.15.0 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3,6 +3,16 @@ module Querly
3
3
  attr_reader :path
4
4
  attr_reader :node
5
5
 
6
+ def self.load(path:, source:)
7
+ parser = Parser::Ruby25.new(Builder.new).tap do |parser|
8
+ parser.diagnostics.all_errors_are_fatal = true
9
+ parser.diagnostics.ignore_warnings = true
10
+ end
11
+ buffer = Parser::Source::Buffer.new(path.to_s, 1)
12
+ buffer.source = source
13
+ self.new(path: path, node: parser.parse(buffer))
14
+ end
15
+
6
16
  def initialize(path:, node:)
7
17
  @path = path
8
18
  @node = node
@@ -11,5 +21,15 @@ module Querly
11
21
  def root_pair
12
22
  NodePair.new(node: node)
13
23
  end
24
+
25
+ class Builder < Parser::Builders::Default
26
+ def string_value(token)
27
+ value(token)
28
+ end
29
+
30
+ def emit_lambda
31
+ true
32
+ end
33
+ end
14
34
  end
15
35
  end
@@ -2,23 +2,36 @@ module Querly
2
2
  class ScriptEnumerator
3
3
  attr_reader :paths
4
4
  attr_reader :config
5
+ attr_reader :threads
5
6
 
6
- def initialize(paths:, config:)
7
+ def initialize(paths:, config:, threads:)
7
8
  @paths = paths
8
9
  @config = config
10
+ @threads = threads
9
11
  end
10
12
 
13
+ # Yields `Script` object concurrently, in different threads.
11
14
  def each(&block)
15
+ if block_given?
16
+ Parallel.each(each_path, in_threads: threads) do |path|
17
+ load_script_from_path path, &block
18
+ end
19
+ else
20
+ self.enum_for :each
21
+ end
22
+ end
23
+
24
+ def each_path(&block)
12
25
  if block_given?
13
26
  paths.each do |path|
14
27
  if path.directory?
15
28
  enumerate_files_in_dir(path, &block)
16
29
  else
17
- load_script_from_path path, &block
30
+ yield path
18
31
  end
19
32
  end
20
33
  else
21
- self.enum_for :each
34
+ enum_for :each_path
22
35
  end
23
36
  end
24
37
 
@@ -45,9 +58,7 @@ module Querly
45
58
  path.read
46
59
  end
47
60
 
48
- buffer = Parser::Source::Buffer.new(path.to_s, 1)
49
- buffer.source = source
50
- script = Script.new(path: path, node: parser.parse(buffer))
61
+ script = Script.load(path: path, source: source)
51
62
  rescue StandardError, LoadError, Preprocessor::Error => exn
52
63
  script = exn
53
64
  end
@@ -55,13 +66,6 @@ module Querly
55
66
  yield(path, script)
56
67
  end
57
68
 
58
- def parser
59
- Parser::Ruby25.new(Builder.new).tap do |parser|
60
- parser.diagnostics.all_errors_are_fatal = true
61
- parser.diagnostics.ignore_warnings = true
62
- end
63
- end
64
-
65
69
  def preprocessors
66
70
  config&.preprocessors || {}
67
71
  end
@@ -98,17 +102,7 @@ module Querly
98
102
  preprocessors.key?(path.extname)
99
103
  end
100
104
 
101
- load_script_from_path(path, &block) if should_load_file
102
- end
103
- end
104
-
105
- class Builder < Parser::Builders::Default
106
- def string_value(token)
107
- value(token)
108
- end
109
-
110
- def emit_lambda
111
- true
105
+ yield path if should_load_file
112
106
  end
113
107
  end
114
108
  end
@@ -1,3 +1,3 @@
1
1
  module Querly
2
- VERSION = "0.15.0"
2
+ VERSION = "1.2.0"
3
3
  end
@@ -0,0 +1,793 @@
1
+ %PDF-1.7
2
+
3
+ 1 0 obj
4
+ << /Length 2 0 R >>
5
+ stream
6
+ 0.787109 0 d0
7
+ 0.059082 -0.169922 0.668945 0.895020 re
8
+ /DeviceRGB cs
9
+ 0.000000 0.000000 0.000000 scn
10
+ /E1 gs
11
+ f
12
+
13
+ endstream
14
+ endobj
15
+
16
+ 2 0 obj
17
+ 108
18
+ endobj
19
+
20
+ 3 0 obj
21
+ << /Length 4 0 R >>
22
+ stream
23
+ 0.278809 0 d0
24
+ 0.082031 0.000000 0.114746 0.759766 re
25
+ /DeviceRGB cs
26
+ 0.000000 0.000000 0.000000 scn
27
+ /E1 gs
28
+ f
29
+
30
+ endstream
31
+ endobj
32
+
33
+ 4 0 obj
34
+ 107
35
+ endobj
36
+
37
+ 5 0 obj
38
+ << /Length 6 0 R >>
39
+ stream
40
+ 0.431152 0 d0
41
+ 0.082031 0.000000 0.331055 0.549805 re
42
+ /DeviceRGB cs
43
+ 0.000000 0.000000 0.000000 scn
44
+ /E1 gs
45
+ f
46
+
47
+ endstream
48
+ endobj
49
+
50
+ 6 0 obj
51
+ 107
52
+ endobj
53
+
54
+ 7 0 obj
55
+ << /Length 8 0 R >>
56
+ stream
57
+ 0.576172 0 d0
58
+ 0.049805 -0.009766 0.478027 0.559570 re
59
+ /DeviceRGB cs
60
+ 0.000000 0.000000 0.000000 scn
61
+ /E1 gs
62
+ f
63
+
64
+ endstream
65
+ endobj
66
+
67
+ 8 0 obj
68
+ 108
69
+ endobj
70
+
71
+ 9 0 obj
72
+ << /Length 10 0 R >>
73
+ stream
74
+ 0.536133 0 d0
75
+ 0.000000 -0.240234 0.536133 0.780273 re
76
+ /DeviceRGB cs
77
+ 0.000000 0.000000 0.000000 scn
78
+ /E1 gs
79
+ f
80
+
81
+ endstream
82
+ endobj
83
+
84
+ 10 0 obj
85
+ 108
86
+ endobj
87
+
88
+ 11 0 obj
89
+ << /Length 12 0 R >>
90
+ stream
91
+ 0.634766 0 d0
92
+ 0.077148 -0.009766 0.476074 0.549805 re
93
+ /DeviceRGB cs
94
+ 0.000000 0.000000 0.000000 scn
95
+ /E1 gs
96
+ f
97
+
98
+ endstream
99
+ endobj
100
+
101
+ 12 0 obj
102
+ 108
103
+ endobj
104
+
105
+ 13 0 obj
106
+ [ 0.536133 0.278809 0.431152 0.787109 0.576172 0.634766 ]
107
+ endobj
108
+
109
+ 14 0 obj
110
+ << /Length 15 0 R >>
111
+ stream
112
+ /CIDInit /ProcSet findresource begin
113
+ 12 dict begin
114
+ begincmap
115
+ /CIDSystemInfo
116
+ << /Registry (FigmaPDF)
117
+ /Ordering (FigmaPDF)
118
+ /Supplement 0
119
+ >> def
120
+ /CMapName /A-B-C def
121
+ /CMapType 2 def
122
+ 1 begincodespacerange
123
+ <00> <FF>
124
+ endcodespacerange
125
+ 1 beginbfchar
126
+ <00> <0079>
127
+ endbfchar
128
+ 1 beginbfchar
129
+ <01> <006C>
130
+ endbfchar
131
+ 1 beginbfchar
132
+ <02> <0072>
133
+ endbfchar
134
+ 1 beginbfchar
135
+ <03> <0051>
136
+ endbfchar
137
+ 1 beginbfchar
138
+ <04> <0065>
139
+ endbfchar
140
+ 1 beginbfchar
141
+ <05> <0075>
142
+ endbfchar
143
+ endcmap
144
+ CMapName currentdict /CMap defineresource pop
145
+ end
146
+ end
147
+ endstream
148
+ endobj
149
+
150
+ 15 0 obj
151
+ 512
152
+ endobj
153
+
154
+ 16 0 obj
155
+ << /Subtype /Type3
156
+ /CharProcs << /C3 1 0 R
157
+ /C1 3 0 R
158
+ /C4 7 0 R
159
+ /C0 9 0 R
160
+ /C2 5 0 R
161
+ /C5 11 0 R
162
+ >>
163
+ /Encoding << /Type /Encoding
164
+ /Differences [ 0 /C0 /C1 /C2 /C3 /C4 /C5 ]
165
+ >>
166
+ /Widths 13 0 R
167
+ /FontBBox [ 0.000000 0.000000 0.000000 0.000000 ]
168
+ /FontMatrix [ 1.000000 0.000000 0.000000 1.000000 0.000000 0.000000 ]
169
+ /Type /Font
170
+ /ToUnicode 14 0 R
171
+ /FirstChar 0
172
+ /LastChar 5
173
+ /Resources << /ExtGState << /E1 << /ca 0.000000 >> >> >>
174
+ >>
175
+ endobj
176
+
177
+ 17 0 obj
178
+ << /Length 18 0 R
179
+ /FunctionType 4
180
+ /Domain [ 0.000000 1.000000 ]
181
+ /Range [ 0.000000 1.000000 0.000000 1.000000 0.000000 1.000000 ]
182
+ >>
183
+ stream
184
+ { 0.925490 exch 0.133333 exch 0.152941 exch dup 0.030175 gt { exch pop exch pop exch pop dup 0.030175 sub -0.319443 mul 0.925490 add exch dup 0.030175 sub -0.012131 mul 0.133333 add exch dup 0.030175 sub 0.230484 mul 0.152941 add exch } if dup 1.000000 gt { exch pop exch pop exch pop 0.615686 exch 0.121569 exch 0.376471 exch } if pop }
185
+ endstream
186
+ endobj
187
+
188
+ 18 0 obj
189
+ 338
190
+ endobj
191
+
192
+ 19 0 obj
193
+ << /Length 20 0 R
194
+ /FunctionType 4
195
+ /Domain [ 0.000000 1.000000 ]
196
+ /Range [ 0.000000 1.000000 0.000000 1.000000 0.000000 1.000000 ]
197
+ >>
198
+ stream
199
+ { 0.925490 exch 0.133333 exch 0.152941 exch dup 0.030175 gt { exch pop exch pop exch pop dup 0.030175 sub -0.319443 mul 0.925490 add exch dup 0.030175 sub -0.012131 mul 0.133333 add exch dup 0.030175 sub 0.230484 mul 0.152941 add exch } if dup 1.000000 gt { exch pop exch pop exch pop 0.615686 exch 0.121569 exch 0.376471 exch } if pop }
200
+ endstream
201
+ endobj
202
+
203
+ 20 0 obj
204
+ 338
205
+ endobj
206
+
207
+ 21 0 obj
208
+ << /Length 22 0 R
209
+ /FunctionType 4
210
+ /Domain [ 0.000000 1.000000 ]
211
+ /Range [ 0.000000 1.000000 0.000000 1.000000 0.000000 1.000000 ]
212
+ >>
213
+ stream
214
+ { 0.925490 exch 0.133333 exch 0.152941 exch dup 0.030175 gt { exch pop exch pop exch pop dup 0.030175 sub -0.319443 mul 0.925490 add exch dup 0.030175 sub -0.012131 mul 0.133333 add exch dup 0.030175 sub 0.230484 mul 0.152941 add exch } if dup 1.000000 gt { exch pop exch pop exch pop 0.615686 exch 0.121569 exch 0.376471 exch } if pop }
215
+ endstream
216
+ endobj
217
+
218
+ 22 0 obj
219
+ 338
220
+ endobj
221
+
222
+ 23 0 obj
223
+ << /Length 24 0 R
224
+ /FunctionType 4
225
+ /Domain [ 0.000000 1.000000 ]
226
+ /Range [ 0.000000 1.000000 0.000000 1.000000 0.000000 1.000000 ]
227
+ >>
228
+ stream
229
+ { 0.925490 exch 0.133333 exch 0.152941 exch dup 0.030175 gt { exch pop exch pop exch pop dup 0.030175 sub -0.319443 mul 0.925490 add exch dup 0.030175 sub -0.012131 mul 0.133333 add exch dup 0.030175 sub 0.230484 mul 0.152941 add exch } if dup 1.000000 gt { exch pop exch pop exch pop 0.615686 exch 0.121569 exch 0.376471 exch } if pop }
230
+ endstream
231
+ endobj
232
+
233
+ 24 0 obj
234
+ 338
235
+ endobj
236
+
237
+ 25 0 obj
238
+ << /Length 26 0 R
239
+ /FunctionType 4
240
+ /Domain [ 0.000000 1.000000 ]
241
+ /Range [ 0.000000 1.000000 0.000000 1.000000 0.000000 1.000000 ]
242
+ >>
243
+ stream
244
+ { 0.925490 exch 0.133333 exch 0.152941 exch dup 0.030175 gt { exch pop exch pop exch pop dup 0.030175 sub -0.319443 mul 0.925490 add exch dup 0.030175 sub -0.012131 mul 0.133333 add exch dup 0.030175 sub 0.230484 mul 0.152941 add exch } if dup 1.000000 gt { exch pop exch pop exch pop 0.615686 exch 0.121569 exch 0.376471 exch } if pop }
245
+ endstream
246
+ endobj
247
+
248
+ 26 0 obj
249
+ 338
250
+ endobj
251
+
252
+ 27 0 obj
253
+ << /Length 28 0 R
254
+ /FunctionType 4
255
+ /Domain [ 0.000000 1.000000 ]
256
+ /Range [ 0.000000 1.000000 0.000000 1.000000 0.000000 1.000000 ]
257
+ >>
258
+ stream
259
+ { 0.925490 exch 0.133333 exch 0.152941 exch dup 0.030175 gt { exch pop exch pop exch pop dup 0.030175 sub -0.319443 mul 0.925490 add exch dup 0.030175 sub -0.012131 mul 0.133333 add exch dup 0.030175 sub 0.230484 mul 0.152941 add exch } if dup 1.000000 gt { exch pop exch pop exch pop 0.615686 exch 0.121569 exch 0.376471 exch } if pop }
260
+ endstream
261
+ endobj
262
+
263
+ 28 0 obj
264
+ 338
265
+ endobj
266
+
267
+ 29 0 obj
268
+ << /Length 30 0 R
269
+ /FunctionType 4
270
+ /Domain [ 0.000000 1.000000 ]
271
+ /Range [ 0.000000 1.000000 0.000000 1.000000 0.000000 1.000000 ]
272
+ >>
273
+ stream
274
+ { 0.925490 exch 0.133333 exch 0.152941 exch dup 0.030175 gt { exch pop exch pop exch pop dup 0.030175 sub -0.319443 mul 0.925490 add exch dup 0.030175 sub -0.012131 mul 0.133333 add exch dup 0.030175 sub 0.230484 mul 0.152941 add exch } if dup 1.000000 gt { exch pop exch pop exch pop 0.615686 exch 0.121569 exch 0.376471 exch } if pop }
275
+ endstream
276
+ endobj
277
+
278
+ 30 0 obj
279
+ 338
280
+ endobj
281
+
282
+ 31 0 obj
283
+ << /Length 32 0 R
284
+ /FunctionType 4
285
+ /Domain [ 0.000000 1.000000 ]
286
+ /Range [ 0.000000 1.000000 0.000000 1.000000 0.000000 1.000000 ]
287
+ >>
288
+ stream
289
+ { 0.925490 exch 0.133333 exch 0.152941 exch dup 0.030175 gt { exch pop exch pop exch pop dup 0.030175 sub -0.319443 mul 0.925490 add exch dup 0.030175 sub -0.012131 mul 0.133333 add exch dup 0.030175 sub 0.230484 mul 0.152941 add exch } if dup 1.000000 gt { exch pop exch pop exch pop 0.615686 exch 0.121569 exch 0.376471 exch } if pop }
290
+ endstream
291
+ endobj
292
+
293
+ 32 0 obj
294
+ 338
295
+ endobj
296
+
297
+ 33 0 obj
298
+ << /Length 34 0 R
299
+ /FunctionType 4
300
+ /Domain [ 0.000000 1.000000 ]
301
+ /Range [ 0.000000 1.000000 0.000000 1.000000 0.000000 1.000000 ]
302
+ >>
303
+ stream
304
+ { 0.925490 exch 0.133333 exch 0.152941 exch dup 0.030175 gt { exch pop exch pop exch pop dup 0.030175 sub -0.319443 mul 0.925490 add exch dup 0.030175 sub -0.012131 mul 0.133333 add exch dup 0.030175 sub 0.230484 mul 0.152941 add exch } if dup 1.000000 gt { exch pop exch pop exch pop 0.615686 exch 0.121569 exch 0.376471 exch } if pop }
305
+ endstream
306
+ endobj
307
+
308
+ 34 0 obj
309
+ 338
310
+ endobj
311
+
312
+ 35 0 obj
313
+ << /Length 36 0 R
314
+ /FunctionType 4
315
+ /Domain [ 0.000000 1.000000 ]
316
+ /Range [ 0.000000 1.000000 0.000000 1.000000 0.000000 1.000000 ]
317
+ >>
318
+ stream
319
+ { 0.925490 exch 0.133333 exch 0.152941 exch dup 0.030175 gt { exch pop exch pop exch pop dup 0.030175 sub -0.319443 mul 0.925490 add exch dup 0.030175 sub -0.012131 mul 0.133333 add exch dup 0.030175 sub 0.230484 mul 0.152941 add exch } if dup 1.000000 gt { exch pop exch pop exch pop 0.615686 exch 0.121569 exch 0.376471 exch } if pop }
320
+ endstream
321
+ endobj
322
+
323
+ 36 0 obj
324
+ 338
325
+ endobj
326
+
327
+ 37 0 obj
328
+ << /Font << /F1 16 0 R >>
329
+ /Pattern << /P9 << /Matrix [ -456.403107 334.985687 -253.249512 -384.984283 767.715149 202.168488 ]
330
+ /Shading << /Coords [ 0.000000 0.000000 1.000000 0.000000 ]
331
+ /Extend [ true true ]
332
+ /Domain [ 0.000000 1.000000 ]
333
+ /ShadingType 2
334
+ /ColorSpace /DeviceRGB
335
+ /Function 17 0 R
336
+ >>
337
+ /PatternType 2
338
+ /Type /Pattern
339
+ >>
340
+ /P4 << /Matrix [ -472.897858 347.092865 -262.402557 -398.897980 965.521729 477.568634 ]
341
+ /Shading << /Coords [ 0.000000 0.000000 1.000000 0.000000 ]
342
+ /Extend [ true true ]
343
+ /Domain [ 0.000000 1.000000 ]
344
+ /ShadingType 2
345
+ /ColorSpace /DeviceRGB
346
+ /Function 21 0 R
347
+ >>
348
+ /PatternType 2
349
+ /Type /Pattern
350
+ >>
351
+ /P3 << /Matrix [ -472.817261 347.034302 -262.358612 -398.829651 991.976074 517.990051 ]
352
+ /Shading << /Coords [ 0.000000 0.000000 1.000000 0.000000 ]
353
+ /Extend [ true true ]
354
+ /Domain [ 0.000000 1.000000 ]
355
+ /ShadingType 2
356
+ /ColorSpace /DeviceRGB
357
+ /Function 23 0 R
358
+ >>
359
+ /PatternType 2
360
+ /Type /Pattern
361
+ >>
362
+ /P8 << /Matrix [ 668.582336 -617.889343 503.960907 536.924805 29.065033 625.800415 ]
363
+ /Shading << /Coords [ 0.000000 0.000000 1.000000 0.000000 ]
364
+ /Extend [ true true ]
365
+ /Domain [ 0.000000 1.000000 ]
366
+ /ShadingType 2
367
+ /ColorSpace /DeviceRGB
368
+ /Function 19 0 R
369
+ >>
370
+ /PatternType 2
371
+ /Type /Pattern
372
+ >>
373
+ /P6 << /Matrix [ -472.854156 347.061768 -262.379486 -398.860626 823.471191 262.309235 ]
374
+ /Shading << /Coords [ 0.000000 0.000000 1.000000 0.000000 ]
375
+ /Extend [ true true ]
376
+ /Domain [ 0.000000 1.000000 ]
377
+ /ShadingType 2
378
+ /ColorSpace /DeviceRGB
379
+ /Function 25 0 R
380
+ >>
381
+ /PatternType 2
382
+ /Type /Pattern
383
+ >>
384
+ /P5 << /Matrix [ 668.247681 -617.580444 503.709137 536.655884 -288.963867 287.523315 ]
385
+ /Shading << /Coords [ 0.000000 0.000000 1.000000 0.000000 ]
386
+ /Extend [ true true ]
387
+ /Domain [ 0.000000 1.000000 ]
388
+ /ShadingType 2
389
+ /ColorSpace /DeviceRGB
390
+ /Function 27 0 R
391
+ >>
392
+ /PatternType 2
393
+ /Type /Pattern
394
+ >>
395
+ /P2 << /Matrix [ 668.113892 -617.456299 503.607697 536.548645 -111.029144 476.692810 ]
396
+ /Shading << /Coords [ 0.000000 0.000000 1.000000 0.000000 ]
397
+ /Extend [ true true ]
398
+ /Domain [ 0.000000 1.000000 ]
399
+ /ShadingType 2
400
+ /ColorSpace /DeviceRGB
401
+ /Function 29 0 R
402
+ >>
403
+ /PatternType 2
404
+ /Type /Pattern
405
+ >>
406
+ /P10 << /Matrix [ 668.820312 -618.110352 504.141418 537.115662 -309.551758 268.921082 ]
407
+ /Shading << /Coords [ 0.000000 0.000000 1.000000 0.000000 ]
408
+ /Extend [ true true ]
409
+ /Domain [ 0.000000 1.000000 ]
410
+ /ShadingType 2
411
+ /ColorSpace /DeviceRGB
412
+ /Function 31 0 R
413
+ >>
414
+ /PatternType 2
415
+ /Type /Pattern
416
+ >>
417
+ /P7 << /Matrix [ 667.899719 -617.259277 503.447235 536.376404 -148.258698 436.542480 ]
418
+ /Shading << /Coords [ 0.000000 0.000000 1.000000 0.000000 ]
419
+ /Extend [ true true ]
420
+ /Domain [ 0.000000 1.000000 ]
421
+ /ShadingType 2
422
+ /ColorSpace /DeviceRGB
423
+ /Function 33 0 R
424
+ >>
425
+ /PatternType 2
426
+ /Type /Pattern
427
+ >>
428
+ /P1 << /Matrix [ -472.585571 346.863068 -262.228821 -398.634460 849.503662 302.746765 ]
429
+ /Shading << /Coords [ 0.000000 0.000000 1.000000 0.000000 ]
430
+ /Extend [ true true ]
431
+ /Domain [ 0.000000 1.000000 ]
432
+ /ShadingType 2
433
+ /ColorSpace /DeviceRGB
434
+ /Function 35 0 R
435
+ >>
436
+ /PatternType 2
437
+ /Type /Pattern
438
+ >>
439
+ >>
440
+ >>
441
+ endobj
442
+
443
+ 38 0 obj
444
+ << /Length 39 0 R >>
445
+ stream
446
+ /DeviceRGB CS
447
+ /DeviceRGB cs
448
+ q
449
+ 1.000000 0.000000 -0.000000 1.000000 133.084595 402.809448 cm
450
+ 142.918472 0.000046 m
451
+ 0.000000 0.000046 l
452
+ 47.935383 119.785767 l
453
+ 191.741547 119.785767 l
454
+ 142.918472 0.000046 l
455
+ h
456
+ /Pattern cs
457
+ /P1 scn
458
+ f
459
+ n
460
+ Q
461
+ q
462
+ 1.000000 0.000000 -0.000000 1.000000 191.672302 549.214355 cm
463
+ 143.806168 -0.000061 m
464
+ 0.000000 -0.000061 l
465
+ 7.989236 19.520569 l
466
+ 32.844624 81.631676 92.320007 119.785645 165.110779 119.785645 c
467
+ 191.741547 119.785645 l
468
+ 143.806168 -0.000061 l
469
+ h
470
+ /Pattern cs
471
+ /P2 scn
472
+ f
473
+ n
474
+ Q
475
+ q
476
+ 1.000000 0.000000 -0.000000 1.000000 369.210754 549.214355 cm
477
+ 142.918472 -0.000061 m
478
+ 0.000000 -0.000061 l
479
+ 47.935383 119.785645 l
480
+ 190.853867 119.785645 l
481
+ 142.918472 -0.000061 l
482
+ h
483
+ /Pattern cs
484
+ /P3 scn
485
+ f
486
+ n
487
+ Q
488
+ q
489
+ 1.000000 0.000000 -0.000000 1.000000 486.386017 402.809448 cm
490
+ 143.806107 0.000046 m
491
+ 0.000000 0.000046 l
492
+ 47.935379 119.785767 l
493
+ 191.741486 119.785767 l
494
+ 143.806107 0.000046 l
495
+ h
496
+ /Pattern cs
497
+ /P4 scn
498
+ f
499
+ n
500
+ Q
501
+ q
502
+ 1.000000 0.000000 -0.000000 1.000000 117.000000 256.404785 cm
503
+ 100.415352 -0.000061 m
504
+ 96.864578 -0.000061 l
505
+ 35.613811 -0.000061 -15.872333 67.434853 4.544590 119.785645 c
506
+ 148.350739 119.785645 l
507
+ 100.415352 -0.000061 l
508
+ h
509
+ /Pattern cs
510
+ /P5 scn
511
+ f
512
+ n
513
+ Q
514
+ q
515
+ 1.000000 0.000000 -0.000000 1.000000 251.147766 256.404785 cm
516
+ 143.806152 -0.000061 m
517
+ 0.000000 -0.000061 l
518
+ 47.935383 119.785645 l
519
+ 191.741547 119.785645 l
520
+ 143.806152 -0.000061 l
521
+ h
522
+ /Pattern cs
523
+ /P6 scn
524
+ f
525
+ n
526
+ Q
527
+ q
528
+ 1.000000 0.000000 -0.000000 1.000000 427.798523 256.404785 cm
529
+ 3.550783 -0.000061 m
530
+ 0.000000 -0.000061 l
531
+ 47.935394 119.785645 l
532
+ 191.741516 119.785645 l
533
+ 161.559982 45.252319 90.544624 -0.000061 3.550783 -0.000061 c
534
+ h
535
+ /Pattern cs
536
+ /P7 scn
537
+ f
538
+ n
539
+ Q
540
+ q
541
+ 1.000000 0.000000 -0.000000 1.000000 545.861450 549.214355 cm
542
+ 143.806152 -0.000061 m
543
+ 0.000000 -0.000061 l
544
+ 47.935394 119.785645 l
545
+ 51.486145 119.785645 l
546
+ 112.736908 119.785645 164.223068 52.350731 143.806152 -0.000061 c
547
+ h
548
+ /Pattern cs
549
+ /P8 scn
550
+ f
551
+ n
552
+ Q
553
+ q
554
+ 1.000000 0.000000 -0.000000 1.000000 369.210754 110.000000 cm
555
+ 110.073837 0.000031 m
556
+ 0.000000 0.000031 l
557
+ 47.935379 119.785767 l
558
+ 85.218460 119.785767 l
559
+ 132.266159 119.785767 171.324615 68.322266 155.346161 29.280983 c
560
+ 147.356934 11.534950 130.490753 0.000031 110.073837 0.000031 c
561
+ h
562
+ /Pattern cs
563
+ /P9 scn
564
+ f
565
+ n
566
+ Q
567
+ q
568
+ 1.000000 0.000000 -0.000000 1.000000 235.062988 110.000000 cm
569
+ 100.415375 0.000031 m
570
+ 96.864609 0.000031 l
571
+ 35.613827 0.000031 -15.872336 67.434967 4.544590 119.785767 c
572
+ 148.350769 119.785767 l
573
+ 100.415375 0.000031 l
574
+ h
575
+ /Pattern cs
576
+ /P10 scn
577
+ f
578
+ n
579
+ Q
580
+ q
581
+ 1.000000 0.000000 -0.000000 1.000000 874.000000 294.000000 cm
582
+ 0.000000 -21.000000 m
583
+ h
584
+ 218.408203 86.373047 m
585
+ 218.408203 60.396484 213.427734 38.521484 203.466797 20.748047 c
586
+ 193.603516 2.974609 179.199219 -9.525391 160.253906 -16.751953 c
587
+ 211.523438 -71.976562 l
588
+ 164.355469 -71.976562 l
589
+ 123.925781 -23.929688 l
590
+ 118.212891 -23.929688 l
591
+ 85.888672 -23.929688 61.035156 -14.359375 43.652344 4.781250 c
592
+ 26.367188 24.019531 17.724609 51.314453 17.724609 86.666016 c
593
+ 17.724609 122.017578 26.416016 149.166016 43.798828 168.111328 c
594
+ 61.279297 187.056641 86.181641 196.529297 118.505859 196.529297 c
595
+ 150.341797 196.529297 174.951172 186.910156 192.333984 167.671875 c
596
+ 209.716797 148.433594 218.408203 121.333984 218.408203 86.373047 c
597
+ h
598
+ 54.931641 86.373047 m
599
+ 54.931641 60.005859 60.253906 39.986328 70.898438 26.314453 c
600
+ 81.542969 12.740234 97.314453 5.953125 118.212891 5.953125 c
601
+ 139.013672 5.953125 154.687500 12.691406 165.234375 26.167969 c
602
+ 175.878906 39.644531 181.201172 59.712891 181.201172 86.373047 c
603
+ 181.201172 112.642578 175.927734 132.564453 165.380859 146.138672 c
604
+ 154.931641 159.712891 139.306641 166.500000 118.505859 166.500000 c
605
+ 97.509766 166.500000 81.640625 159.712891 70.898438 146.138672 c
606
+ 60.253906 132.564453 54.931641 112.642578 54.931641 86.373047 c
607
+ h
608
+ 251.132812 -21.000000 m
609
+ h
610
+ 390.000000 -21.000000 m
611
+ 385.166016 0.240234 l
612
+ 383.408203 0.240234 l
613
+ 378.623047 -7.279297 371.787109 -13.187500 362.900391 -17.484375 c
614
+ 354.111328 -21.781250 344.052734 -23.929688 332.724609 -23.929688 c
615
+ 313.095703 -23.929688 298.447266 -19.046875 288.779297 -9.281250 c
616
+ 279.111328 0.484375 274.277344 15.279297 274.277344 35.103516 c
617
+ 274.277344 141.011719 l
618
+ 308.994141 141.011719 l
619
+ 308.994141 41.109375 l
620
+ 308.994141 28.707031 311.533203 19.380859 316.611328 13.130859 c
621
+ 321.689453 6.978516 329.648438 3.902344 340.488281 3.902344 c
622
+ 354.941406 3.902344 365.537109 8.199219 372.275391 16.792969 c
623
+ 379.111328 25.484375 382.529297 39.986328 382.529297 60.298828 c
624
+ 382.529297 141.011719 l
625
+ 417.099609 141.011719 l
626
+ 417.099609 -21.000000 l
627
+ 390.000000 -21.000000 l
628
+ h
629
+ 456.562500 -21.000000 m
630
+ h
631
+ 551.923828 -23.929688 m
632
+ 526.728516 -23.929688 507.001953 -16.605469 492.744141 -1.957031 c
633
+ 478.583984 12.789062 471.503906 33.052734 471.503906 58.833984 c
634
+ 471.503906 85.298828 478.095703 106.099609 491.279297 121.236328 c
635
+ 504.462891 136.373047 522.578125 143.941406 545.625000 143.941406 c
636
+ 567.011719 143.941406 583.906250 137.447266 596.308594 124.458984 c
637
+ 608.710938 111.470703 614.912109 93.599609 614.912109 70.845703 c
638
+ 614.912109 52.242188 l
639
+ 506.953125 52.242188 l
640
+ 507.441406 36.519531 511.689453 24.410156 519.697266 15.914062 c
641
+ 527.705078 7.515625 538.984375 3.316406 553.535156 3.316406 c
642
+ 563.105469 3.316406 571.992188 4.195312 580.195312 5.953125 c
643
+ 588.496094 7.808594 597.382812 10.835938 606.855469 15.035156 c
644
+ 606.855469 -12.943359 l
645
+ 598.457031 -16.947266 589.960938 -19.779297 581.367188 -21.439453 c
646
+ 572.773438 -23.099609 562.958984 -23.929688 551.923828 -23.929688 c
647
+ h
648
+ 545.625000 117.867188 m
649
+ 534.687500 117.867188 525.898438 114.400391 519.257812 107.466797 c
650
+ 512.714844 100.533203 508.808594 90.425781 507.539062 77.144531 c
651
+ 581.074219 77.144531 l
652
+ 580.878906 90.523438 577.656250 100.630859 571.406250 107.466797 c
653
+ 565.156250 114.400391 556.562500 117.867188 545.625000 117.867188 c
654
+ h
655
+ 644.414062 -21.000000 m
656
+ h
657
+ 751.201172 143.941406 m
658
+ 758.134766 143.941406 763.847656 143.453125 768.339844 142.476562 c
659
+ 764.970703 110.396484 l
660
+ 760.087891 111.568359 755.009766 112.154297 749.736328 112.154297 c
661
+ 735.966797 112.154297 724.785156 107.662109 716.191406 98.677734 c
662
+ 707.695312 89.693359 703.447266 78.023438 703.447266 63.667969 c
663
+ 703.447266 -21.000000 l
664
+ 669.023438 -21.000000 l
665
+ 669.023438 141.011719 l
666
+ 695.976562 141.011719 l
667
+ 700.517578 112.447266 l
668
+ 702.275391 112.447266 l
669
+ 707.646484 122.115234 714.628906 129.781250 723.222656 135.445312 c
670
+ 731.914062 141.109375 741.240234 143.941406 751.201172 143.941406 c
671
+ h
672
+ 788.906250 -21.000000 m
673
+ h
674
+ 847.939453 -21.000000 m
675
+ 813.515625 -21.000000 l
676
+ 813.515625 206.929688 l
677
+ 847.939453 206.929688 l
678
+ 847.939453 -21.000000 l
679
+ h
680
+ 887.695312 -21.000000 m
681
+ h
682
+ 887.695312 141.011719 m
683
+ 925.195312 141.011719 l
684
+ 958.154297 49.166016 l
685
+ 963.134766 36.080078 966.455078 23.775391 968.115234 12.251953 c
686
+ 969.287109 12.251953 l
687
+ 970.166016 17.623047 971.777344 24.117188 974.121094 31.734375 c
688
+ 976.464844 39.449219 988.867188 75.875000 1011.328125 141.011719 c
689
+ 1048.535156 141.011719 l
690
+ 979.248047 -42.533203 l
691
+ 966.650391 -76.224609 945.654297 -93.070312 916.259766 -93.070312 c
692
+ 908.642578 -93.070312 901.220703 -92.240234 893.994141 -90.580078 c
693
+ 893.994141 -63.333984 l
694
+ 899.169922 -64.505859 905.078125 -65.091797 911.718750 -65.091797 c
695
+ 928.320312 -65.091797 939.990234 -55.472656 946.728516 -36.234375 c
696
+ 952.734375 -21.000000 l
697
+ 887.695312 141.011719 l
698
+ h
699
+ 0.160784 0.200000 0.262745 scn
700
+ f
701
+ n
702
+ Q
703
+ q
704
+ 1.000000 0.000000 -0.000000 1.000000 874.000000 294.000000 cm
705
+ BT
706
+ 300.000000 0.000000 0.000000 300.000000 0.000000 -21.000000 Tm
707
+ /F1 1.000000 Tf
708
+ [ (\003) -50.000000 (\005) -50.000000 (\004) -50.000000 (\002) -50.488281 (\001) -50.488281 (\000) ] TJ
709
+ ET
710
+ Q
711
+
712
+ endstream
713
+ endobj
714
+
715
+ 39 0 obj
716
+ 7467
717
+ endobj
718
+
719
+ 40 0 obj
720
+ << /MediaBox [ 0.000000 0.000000 2038.000000 778.000000 ]
721
+ /Resources 37 0 R
722
+ /Contents 38 0 R
723
+ /Parent 41 0 R
724
+ /Type /Page
725
+ >>
726
+ endobj
727
+
728
+ 41 0 obj
729
+ << /Kids [ 40 0 R ]
730
+ /Count 1
731
+ /Type /Pages
732
+ >>
733
+ endobj
734
+
735
+ 42 0 obj
736
+ << /Type /Catalog
737
+ /Pages 41 0 R
738
+ >>
739
+ endobj
740
+
741
+ xref
742
+ 0 43
743
+ 0000000000 65535 f
744
+ 0000000010 00000 n
745
+ 0000000174 00000 n
746
+ 0000000196 00000 n
747
+ 0000000359 00000 n
748
+ 0000000381 00000 n
749
+ 0000000544 00000 n
750
+ 0000000566 00000 n
751
+ 0000000730 00000 n
752
+ 0000000752 00000 n
753
+ 0000000917 00000 n
754
+ 0000000940 00000 n
755
+ 0000001106 00000 n
756
+ 0000001129 00000 n
757
+ 0000001206 00000 n
758
+ 0000001776 00000 n
759
+ 0000001799 00000 n
760
+ 0000002436 00000 n
761
+ 0000002960 00000 n
762
+ 0000002983 00000 n
763
+ 0000003507 00000 n
764
+ 0000003530 00000 n
765
+ 0000004054 00000 n
766
+ 0000004077 00000 n
767
+ 0000004601 00000 n
768
+ 0000004624 00000 n
769
+ 0000005148 00000 n
770
+ 0000005171 00000 n
771
+ 0000005695 00000 n
772
+ 0000005718 00000 n
773
+ 0000006242 00000 n
774
+ 0000006265 00000 n
775
+ 0000006789 00000 n
776
+ 0000006812 00000 n
777
+ 0000007336 00000 n
778
+ 0000007359 00000 n
779
+ 0000007883 00000 n
780
+ 0000007906 00000 n
781
+ 0000014117 00000 n
782
+ 0000021642 00000 n
783
+ 0000021666 00000 n
784
+ 0000021830 00000 n
785
+ 0000021906 00000 n
786
+ trailer
787
+ << /ID [ (some) (id) ]
788
+ /Root 42 0 R
789
+ /Size 43
790
+ >>
791
+ startxref
792
+ 21967
793
+ %%EOF