rsyntaxtree 1.1.1 → 1.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (77) hide show
  1. checksums.yaml +4 -4
  2. data/.tags +233 -75
  3. data/README.md +23 -25
  4. data/Rakefile +71 -0
  5. data/docs/_examples/001.md +1 -0
  6. data/docs/_examples/002.md +1 -0
  7. data/docs/_examples/003.md +1 -0
  8. data/docs/_examples/004.md +1 -0
  9. data/docs/_examples/005.md +1 -0
  10. data/docs/_examples/006.md +1 -0
  11. data/docs/_examples/007.md +1 -0
  12. data/docs/_examples/008.md +1 -0
  13. data/docs/_examples/009.md +1 -0
  14. data/docs/_examples/010.md +1 -0
  15. data/docs/_examples/011.md +1 -0
  16. data/docs/_examples/012.md +1 -0
  17. data/docs/_examples/013.md +1 -0
  18. data/docs/_examples/014.md +1 -0
  19. data/docs/_examples/015.md +1 -0
  20. data/docs/_examples/016.md +2 -1
  21. data/docs/_examples/017.md +1 -0
  22. data/docs/_examples/018.md +1 -0
  23. data/docs/_examples/019.md +2 -1
  24. data/docs/_examples/020.md +1 -0
  25. data/docs/_examples/021.md +43 -0
  26. data/docs/_examples/022.md +58 -0
  27. data/docs/_examples/023.md +23 -0
  28. data/docs/_examples/024.md +23 -0
  29. data/docs/_examples/025.md +87 -0
  30. data/docs/_examples/026.md +27 -0
  31. data/docs/_examples/027.md +54 -0
  32. data/docs/_examples/028.md +20 -0
  33. data/docs/_includes/escape_char_table.html +1 -1
  34. data/docs/assets/img/001.png +0 -0
  35. data/docs/assets/img/002.png +0 -0
  36. data/docs/assets/img/003.png +0 -0
  37. data/docs/assets/img/004.png +0 -0
  38. data/docs/assets/img/005.png +0 -0
  39. data/docs/assets/img/006.png +0 -0
  40. data/docs/assets/img/007.png +0 -0
  41. data/docs/assets/img/008.png +0 -0
  42. data/docs/assets/img/009.png +0 -0
  43. data/docs/assets/img/010.png +0 -0
  44. data/docs/assets/img/011.png +0 -0
  45. data/docs/assets/img/012.png +0 -0
  46. data/docs/assets/img/013.png +0 -0
  47. data/docs/assets/img/014.png +0 -0
  48. data/docs/assets/img/015.png +0 -0
  49. data/docs/assets/img/016.png +0 -0
  50. data/docs/assets/img/017.png +0 -0
  51. data/docs/assets/img/018.png +0 -0
  52. data/docs/assets/img/019.png +0 -0
  53. data/docs/assets/img/020.png +0 -0
  54. data/docs/assets/img/021.png +0 -0
  55. data/docs/assets/img/022.png +0 -0
  56. data/docs/assets/img/023.png +0 -0
  57. data/docs/assets/img/024.png +0 -0
  58. data/docs/assets/img/025.png +0 -0
  59. data/docs/assets/img/026.png +0 -0
  60. data/docs/assets/img/027.png +0 -0
  61. data/docs/assets/img/028.png +0 -0
  62. data/docs/assets/svg/008.svg +2 -2
  63. data/docs/assets/svg/021.svg +86 -0
  64. data/docs/assets/svg/022.svg +163 -0
  65. data/docs/assets/svg/023.svg +116 -0
  66. data/docs/assets/svg/024.svg +47 -0
  67. data/docs/assets/svg/025.svg +170 -0
  68. data/docs/assets/svg/026.svg +41 -0
  69. data/docs/assets/svg/027.svg +92 -0
  70. data/docs/assets/svg/028.svg +42 -0
  71. data/docs/documentation.md +1 -1
  72. data/docs/documentation_ja.md +1 -1
  73. data/docs/examples.html +4 -2
  74. data/lib/rsyntaxtree/markup_parser.rb +1 -1
  75. data/lib/rsyntaxtree/version.rb +1 -1
  76. data/test/example_verify_test.rb +0 -21
  77. metadata +27 -3
data/.tags CHANGED
@@ -77,7 +77,7 @@
77
77
  !_TAG_PROGRAM_AUTHOR Universal Ctags Team //
78
78
  !_TAG_PROGRAM_NAME Universal Ctags /Derived from Exuberant Ctags/
79
79
  !_TAG_PROGRAM_URL https://ctags.io/ /official site/
80
- !_TAG_PROGRAM_VERSION 6.0.0 /c39ff7a7/
80
+ !_TAG_PROGRAM_VERSION 6.0.0 /1901123c/
81
81
  !_TAG_ROLE_DESCRIPTION!GemSpec!gem develDep /specifying development dependency/
82
82
  !_TAG_ROLE_DESCRIPTION!GemSpec!gem runtimeDep /specifying runtime dependency/
83
83
  !_TAG_ROLE_DESCRIPTION!HTML!class attribute /assigned as attributes/
@@ -224,23 +224,23 @@
224
224
  .site-footer-owner docs/_site/assets/css/style.css /^.site-footer-owner { display: block; font-weight: bold; }$/;" c
225
225
  404 docs/404.html /^ <h1>404<\/h1>$/;" h
226
226
  404 docs/_site/404.html /^ <h1>404<\/h1>$/;" h
227
- Author README.md /^### Author$/;" S
227
+ Author README.md /^## Author$/;" s
228
228
  BaseGraph lib/rsyntaxtree/base_graph.rb /^ class BaseGraph$/;" c class:RSyntaxTree
229
229
  BaseGraph lib/rsyntaxtree/base_graph.rb /^ class BaseGraph$/;" c module:RSyntaxTree
230
- BaseGraph lib/rsyntaxtree/base_graph_new.rb /^ class BaseGraph$/;" c class:RSyntaxTree
231
230
  Basic Usage docs/_site/documentation.html /^<h3 id="basic-usage">Basic Usage<\/h3>$/;" j
232
231
  Basic Usage docs/documentation.md /^### Basic Usage$/;" S chapter:Documentation
233
232
  Box and Circle docs/documentation.md /^#### Box and Circle$/;" t subsection:Documentation""Font Styles, Text Decoration, and Sub/Superscripts
234
233
  Cognitive Grammar (Experimental) docs/_site/examples.html /^<h2 id="category-cognitive-grammar-experimental"><b>Cognitive Grammar (Experimental)<\/b><\/h2>$/;" i
235
234
  Combinatory Categorial Grammar (Experimental) docs/_site/examples.html /^<h2 id="category-combinatory-categorial-grammar-experimental"><b>Combinatory Categorial Grammar /;" i
236
235
  Computer Science docs/_site/examples.html /^<h2 id="category-computer-science"><b>Computer Science<\/b><\/h2>$/;" i
237
- Development README.md /^### Development$/;" S
238
- Documentation README.md /^### Documentation$/;" S
236
+ Development README.md /^## Development$/;" s
237
+ Documentation README.md /^## Documentation$/;" s
239
238
  Documentation docs/_site/documentation.html /^ <h1 class="no_toc" id="documentation">Documentation<\/h1>$/;" h
240
239
  Documentation docs/documentation.md /^# Documentation$/;" c
241
240
  Draw Paths between Nodes (experimental) docs/_site/documentation.html /^<h3 id="draw-paths-between-nodes-experimental">Draw Paths between Nodes (experimental)<\/h3>$/;" j
242
241
  Draw Paths between Nodes (experimental) docs/documentation.md /^### Draw Paths between Nodes (experimental)$/;" S chapter:Documentation
243
242
  ETYPE_LEAF lib/rsyntaxtree.rb /^ETYPE_LEAF = 2$/;" C
243
+ ETYPE_LEAF lib/rsyntaxtree/base_graph.rb /^ ETYPE_LEAF == target.type &&$/;" C method:RSyntaxTree.BaseGraph.calculate_height
244
244
  ETYPE_NODE lib/rsyntaxtree.rb /^ETYPE_NODE = 1$/;" C
245
245
  Element lib/rsyntaxtree/element.rb /^ class Element$/;" c class:RSyntaxTree
246
246
  Element lib/rsyntaxtree/element.rb /^ class Element$/;" c module:RSyntaxTree
@@ -250,9 +250,8 @@ Escape Special Characters docs/_site/documentation.html /^<h3 id="escape-special
250
250
  Escape Special Characters docs/documentation.md /^### Escape Special Characters$/;" S chapter:Documentation
251
251
  Example Gallery docs/_site/examples.html /^ <h1 id="examples">Example Gallery<\/h1>$/;" h
252
252
  Example Gallery docs/examples.html /^<h1 id="examples">Example Gallery<\/h1>$/;" h
253
- ExampleParserTest test/example_verify_test.rb /^ class ExampleParserTest < Minitest::Test$/;" c
254
253
  ExampleParserTest test/example_verify_test.rb /^class ExampleParserTest < Minitest::Test$/;" c
255
- Examples README.md /^### Examples$/;" S
254
+ Examples README.md /^## Examples$/;" s
256
255
  FONT_DIR lib/rsyntaxtree.rb /^FONT_DIR = File.expand_path(File.join(__dir__, "\/..\/fonts"))$/;" C
257
256
  FONT_SCALING lib/rsyntaxtree.rb /^FONT_SCALING = 2$/;" C
258
257
  Font Styles docs/documentation.md /^#### Font Styles$/;" t subsection:Documentation""Font Styles, Text Decoration, and Sub/Superscripts
@@ -267,11 +266,12 @@ Head-Driven Phrase Structure Grammar (Experimental) docs/_site/examples.html /^<
267
266
  Horizontal Line docs/documentation.md /^#### Horizontal Line$/;" t subsection:Documentation""Font Styles, Text Decoration, and Sub/Superscripts
268
267
  Install Fonts for SVG docs/_site/documentation.html /^<h3 id="install-fonts-for-svg">Install Fonts for SVG<\/h3>$/;" j
269
268
  Install Fonts for SVG docs/documentation.md /^### Install Fonts for SVG$/;" S chapter:Documentation
270
- Installation README.md /^### Installation$/;" S
271
- License README.md /^### License$/;" S
269
+ Installation README.md /^## Installation$/;" s
270
+ License README.md /^## License$/;" s
272
271
  Markup lib/rsyntaxtree/markup_parser.rb /^module Markup$/;" m
272
+ Markup lib/rsyntaxtree/markup_parser_new.rb /^module Markup$/;" m
273
273
  MarkupParser lib/rsyntaxtree/markup_parser.rb /^class MarkupParser < Parslet::Parser$/;" c
274
- MarkupParserTest test/example_verify_test.rb /^class MarkupParserTest < Minitest::Test$/;" c
274
+ MarkupParser lib/rsyntaxtree/markup_parser_new.rb /^class MarkupParser < Parslet::Parser$/;" c
275
275
  MarkupParserTest test/markup_parser_test.rb /^class MarkupParserTest < Minitest::Test$/;" c
276
276
  Newline docs/documentation.md /^#### Newline$/;" t subsection:Documentation""Font Styles, Text Decoration, and Sub/Superscripts
277
277
  PNG形式を用いる場合 docs/_site/documentation_ja.html /^<h3 id="png形式を用いる場合">PNG形式を用いる場合<\/h3>$/;" j
@@ -286,21 +286,19 @@ RSyntaxTree docs/_site/documentation_ja.html /^ <\/h1>$/;" h
286
286
  RSyntaxTree docs/_site/examples.html /^ <\/h1>$/;" h
287
287
  RSyntaxTree lib/rsyntaxtree.rb /^module RSyntaxTree$/;" m
288
288
  RSyntaxTree lib/rsyntaxtree/base_graph.rb /^module RSyntaxTree$/;" m
289
- RSyntaxTree lib/rsyntaxtree/base_graph_new.rb /^module RSyntaxTree$/;" m
290
289
  RSyntaxTree lib/rsyntaxtree/element.rb /^module RSyntaxTree$/;" m
291
290
  RSyntaxTree lib/rsyntaxtree/elementlist.rb /^module RSyntaxTree$/;" m
292
291
  RSyntaxTree lib/rsyntaxtree/string_parser.rb /^module RSyntaxTree$/;" m
293
292
  RSyntaxTree lib/rsyntaxtree/svg_graph.rb /^module RSyntaxTree$/;" m
294
- RSyntaxTree lib/rsyntaxtree/svg_graph_.rb /^module RSyntaxTree$/;" m
295
293
  RSyntaxTree lib/rsyntaxtree/version.rb /^module RSyntaxTree$/;" m
296
294
  RSyntaxTree | Syntax tree generator made with Ruby docs/_site/404.html /^<title>RSyntaxTree | Syntax tree generator made with Ruby<\/title>$/;" j
297
295
  RSyntaxTree | Syntax tree generator made with Ruby docs/_site/documentation.html /^<title>RSyntaxTree | Syntax tree generator made with Ruby<\/title>$/;" j
298
296
  RSyntaxTree | Syntax tree generator made with Ruby docs/_site/documentation_ja.html /^<title>RSyntaxTree | Syntax tree generator made with Ruby<\/title>$/;" j
299
297
  RSyntaxTree | Syntax tree generator made with Ruby docs/_site/examples.html /^<title>RSyntaxTree | Syntax tree generator made with Ruby<\/title>$/;" j
298
+ References README.md /^## References$/;" s
300
299
  SUBSCRIPT_CONST lib/rsyntaxtree.rb /^SUBSCRIPT_CONST = 0.7$/;" C
301
300
  SVGGraph lib/rsyntaxtree/svg_graph.rb /^ class SVGGraph < BaseGraph$/;" c class:RSyntaxTree
302
301
  SVGGraph lib/rsyntaxtree/svg_graph.rb /^ class SVGGraph < BaseGraph$/;" c module:RSyntaxTree
303
- SVGGraph lib/rsyntaxtree/svg_graph_.rb /^ class SVGGraph < BaseGraph$/;" c class:RSyntaxTree
304
302
  SVG形式を用いる場合 docs/_site/documentation_ja.html /^<h3 id="svg形式を用いる場合">SVG形式を用いる場合<\/h3>$/;" j
305
303
  SVG形式を用いる場合 docs/documentation_ja.md /^### SVG形式を用いる場合$/;" S chapter:ドキュメンテーション
306
304
  String lib/rsyntaxtree/utils.rb /^class String$/;" c
@@ -317,10 +315,10 @@ Text Decoration docs/documentation.md /^#### Text Decoration$/;" t subsection:Do
317
315
  Tic-Tac-Toe docs/_site/examples.html /^<h2 id="category-tic-tac-toe"><b>Tic-Tac-Toe<\/b><\/h2>$/;" i
318
316
  Triangle, Square Brackets, Rectangle docs/_site/documentation.html /^<h3 id="triangle-square-brackets-rectangle">Triangle, Square Brackets, Rectangle<\/h3>$/;" j
319
317
  Triangle, Square Brackets, Rectangle docs/documentation.md /^### Triangle, Square Brackets, Rectangle$/;" S chapter:Documentation
320
- Usage README.md /^### Usage$/;" S
321
- VERSION lib/rsyntaxtree/version.rb /^ VERSION = "1.1.0"$/;" C module:RSyntaxTree
318
+ Usage README.md /^## Usage$/;" s
319
+ VERSION lib/rsyntaxtree/version.rb /^ VERSION = "1.1.1"$/;" C module:RSyntaxTree
322
320
  WHITESPACE_BLOCK lib/rsyntaxtree.rb /^WHITESPACE_BLOCK = "■"$/;" C
323
- Web Interface README.md /^### Web Interface$/;" S
321
+ Web Interface README.md /^## Web Interface$/;" s
324
322
  Whitespace inside Label docs/documentation.md /^#### Whitespace inside Label$/;" t subsection:Documentation""Font Styles, Text Decoration, and Sub/Superscripts
325
323
  a docs/_site/assets/css/style.css /^a { background-color: transparent; }$/;" s
326
324
  a docs/_site/assets/css/style.css /^a { color: #1e6bb8; text-decoration: none; }$/;" s
@@ -333,6 +331,54 @@ add lib/rsyntaxtree/elementlist.rb /^ def add(element)$/;" f class:RSyntaxTre
333
331
  add_child lib/rsyntaxtree/element.rb /^ def add_child(child_id)$/;" f
334
332
  add_child lib/rsyntaxtree/element.rb /^ def add_child(child_id)$/;" f class:RSyntaxTree.Element
335
333
  all_emoji? lib/rsyntaxtree/utils.rb /^ def all_emoji?$/;" f class:String
334
+ arrow docs/assets/svg/001.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" d
335
+ arrow docs/assets/svg/001.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" i
336
+ arrow docs/assets/svg/002.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" d
337
+ arrow docs/assets/svg/002.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" i
338
+ arrow docs/assets/svg/003.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" d
339
+ arrow docs/assets/svg/003.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" i
340
+ arrow docs/assets/svg/004.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" d
341
+ arrow docs/assets/svg/004.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" i
342
+ arrow docs/assets/svg/005.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" d
343
+ arrow docs/assets/svg/005.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" i
344
+ arrow docs/assets/svg/006.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" d
345
+ arrow docs/assets/svg/006.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" i
346
+ arrow docs/assets/svg/007.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" d
347
+ arrow docs/assets/svg/007.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" i
348
+ arrow docs/assets/svg/008.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" d
349
+ arrow docs/assets/svg/008.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" i
350
+ arrow docs/assets/svg/009.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" d
351
+ arrow docs/assets/svg/009.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" i
352
+ arrow docs/assets/svg/010.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" d
353
+ arrow docs/assets/svg/010.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" i
354
+ arrow docs/assets/svg/011.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" d
355
+ arrow docs/assets/svg/011.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" i
356
+ arrow docs/assets/svg/012.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" d
357
+ arrow docs/assets/svg/012.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" i
358
+ arrow docs/assets/svg/013.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" d
359
+ arrow docs/assets/svg/013.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" i
360
+ arrow docs/assets/svg/014.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" d
361
+ arrow docs/assets/svg/014.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" i
362
+ arrow docs/assets/svg/015.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="11.200000000000001" markerHeight="/;" d
363
+ arrow docs/assets/svg/015.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="11.200000000000001" markerHeight="/;" i
364
+ arrow docs/assets/svg/016.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="11.200000000000001" markerHeight="/;" d
365
+ arrow docs/assets/svg/016.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="11.200000000000001" markerHeight="/;" i
366
+ arrow docs/assets/svg/017.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" d
367
+ arrow docs/assets/svg/017.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" i
368
+ arrow docs/assets/svg/018.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" d
369
+ arrow docs/assets/svg/018.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" i
370
+ arrow docs/assets/svg/019.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="12.160000000000002" markerHeight="/;" d
371
+ arrow docs/assets/svg/019.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="12.160000000000002" markerHeight="/;" i
372
+ arrow docs/assets/svg/020.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="11.200000000000001" markerHeight="/;" d
373
+ arrow docs/assets/svg/020.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="11.200000000000001" markerHeight="/;" i
374
+ arrow docs/assets/svg/021.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" d
375
+ arrow docs/assets/svg/021.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" i
376
+ arrow docs/assets/svg/022.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" d
377
+ arrow docs/assets/svg/022.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" i
378
+ arrow docs/assets/svg/023.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="12.160000000000002" markerHeight="/;" d
379
+ arrow docs/assets/svg/023.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="12.160000000000002" markerHeight="/;" i
380
+ arrow docs/assets/svg/024.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" d
381
+ arrow docs/assets/svg/024.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" i
336
382
  arrow img/sample.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="7.823437500000001" markerHeight="7/;" d
337
383
  arrow img/sample.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="7.823437500000001" markerHeight="7/;" i
338
384
  article docs/_site/assets/css/style.css /^article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, s/;" s
@@ -352,15 +398,10 @@ button::-moz-focus-inner docs/_site/assets/css/style.css /^button::-moz-focus-in
352
398
  button[disabled] docs/_site/assets/css/style.css /^button[disabled], html input[disabled] { cursor: default; }$/;" s
353
399
  calculate_height lib/rsyntaxtree/base_graph.rb /^ def calculate_height(id = 1)$/;" f class:RSyntaxTree
354
400
  calculate_height lib/rsyntaxtree/base_graph.rb /^ def calculate_height(id = 1)$/;" f class:RSyntaxTree.BaseGraph
355
- calculate_height lib/rsyntaxtree/base_graph_new.rb /^ def calculate_height(id = 1)$/;" f class:RSyntaxTree
356
401
  calculate_indent lib/rsyntaxtree/base_graph.rb /^ def calculate_indent$/;" f
357
- calculate_indent lib/rsyntaxtree/base_graph.rb /^ def calculate_indent$/;" f class:RSyntaxTree
358
402
  calculate_indent lib/rsyntaxtree/base_graph.rb /^ def calculate_indent$/;" f class:RSyntaxTree.BaseGraph
359
- calculate_indent lib/rsyntaxtree/base_graph_new.rb /^ def calculate_indent$/;" f
360
403
  calculate_level lib/rsyntaxtree/base_graph.rb /^ def calculate_level$/;" f class:RSyntaxTree.BaseGraph
361
- calculate_level lib/rsyntaxtree/base_graph_new.rb /^ def calculate_level$/;" f class:RSyntaxTree.BaseGraph
362
404
  calculate_width lib/rsyntaxtree/base_graph.rb /^ def calculate_width(id = 1)$/;" f class:RSyntaxTree.BaseGraph
363
- calculate_width lib/rsyntaxtree/base_graph_new.rb /^ def calculate_width(id = 1)$/;" f class:RSyntaxTree.BaseGraph
364
405
  canvas docs/_site/assets/css/style.css /^audio, canvas, progress, video { display: inline-block; \/* 1 *\/ vertical-align: baseline; \/* /;" s
365
406
  category-cognitive-grammar-experimental docs/_site/examples.html /^<h2 id="category-cognitive-grammar-experimental"><b>Cognitive Grammar (Experimental)<\/b><\/h2>$/;" I
366
407
  category-combinatory-categorial-grammar-experimental docs/_site/examples.html /^<h2 id="category-combinatory-categorial-grammar-experimental"><b>Combinatory Categorial Grammar /;" I
@@ -397,7 +438,6 @@ copyToClipBoard docs/_site/examples.html /^ function copyToClipBoard(id){$/;" f
397
438
  copyToClipBoard docs/examples.html /^ function copyToClipBoard(id){$/;" f
398
439
  data lib/rsyntaxtree/string_parser.rb /^ attr_accessor :data, :elist, :pos, :id, :level$/;" A class:RSyntaxTree.StringParser
399
440
  data= lib/rsyntaxtree/string_parser.rb /^ attr_accessor :data, :elist, :pos, :id, :level$/;" A class:RSyntaxTree.StringParser
400
- default Rakefile /^task default: "test"$/;" t
401
441
  details docs/_site/assets/css/style.css /^article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, s/;" s
402
442
  dfn docs/_site/assets/css/style.css /^dfn { font-style: italic; }$/;" s
403
443
  div.grid docs/_site/assets/css/style.css /^@media only screen and (max-width: 768px) { div.grid { display: block; } }$/;" c
@@ -405,21 +445,14 @@ div.grid docs/_site/assets/css/style.css /^div.grid { display: grid; grid-templa
405
445
  documentation docs/_site/documentation.html /^ <h1 class="no_toc" id="documentation">Documentation<\/h1>$/;" I
406
446
  draw-paths-between-nodes-experimental docs/_site/documentation.html /^<h3 id="draw-paths-between-nodes-experimental">Draw Paths between Nodes (experimental)<\/h3>$/;" I
407
447
  draw_a_path lib/rsyntaxtree/svg_graph.rb /^ def draw_a_path(s_x, s_y, t_x, t_y, target_arrow = :none)$/;" f class:RSyntaxTree.SVGGraph
408
- draw_a_path lib/rsyntaxtree/svg_graph_.rb /^ def draw_a_path(s_x, s_y, t_x, t_y, target_arrow = :none)$/;" f class:RSyntaxTree.SVGGraph
409
448
  draw_connector lib/rsyntaxtree/base_graph.rb /^ def draw_connector(id = 1)$/;" f
410
- draw_connector lib/rsyntaxtree/base_graph.rb /^ def draw_connector(id = 1)$/;" f class:RSyntaxTree
411
449
  draw_connector lib/rsyntaxtree/base_graph.rb /^ def draw_connector(id = 1)$/;" f class:RSyntaxTree.BaseGraph
412
- draw_connector lib/rsyntaxtree/base_graph_new.rb /^ def draw_connector(id = 1)$/;" f
413
450
  draw_element lib/rsyntaxtree/svg_graph.rb /^ def draw_element(element)$/;" f class:RSyntaxTree
414
451
  draw_element lib/rsyntaxtree/svg_graph.rb /^ def draw_element(element)$/;" f class:RSyntaxTree.SVGGraph
415
- draw_element lib/rsyntaxtree/svg_graph_.rb /^ def draw_element(element)$/;" f class:RSyntaxTree
416
452
  draw_elements lib/rsyntaxtree/base_graph.rb /^ def draw_elements$/;" f
417
- draw_elements lib/rsyntaxtree/base_graph.rb /^ def draw_elements$/;" f class:RSyntaxTree
418
453
  draw_elements lib/rsyntaxtree/base_graph.rb /^ def draw_elements$/;" f class:RSyntaxTree.BaseGraph
419
- draw_elements lib/rsyntaxtree/base_graph_new.rb /^ def draw_elements$/;" f
420
454
  draw_paths lib/rsyntaxtree/svg_graph.rb /^ def draw_paths$/;" f
421
455
  draw_paths lib/rsyntaxtree/svg_graph.rb /^ def draw_paths$/;" f class:RSyntaxTree.SVGGraph
422
- draw_paths lib/rsyntaxtree/svg_graph_.rb /^ def draw_paths$/;" f
423
456
  draw_png lib/rsyntaxtree.rb /^ def draw_png(binary = false)$/;" f class:RSyntaxTree.RSGenerator
424
457
  draw_svg lib/rsyntaxtree.rb /^ def draw_svg$/;" f class:RSyntaxTree.RSGenerator
425
458
  draw_tree lib/rsyntaxtree.rb /^ def draw_tree$/;" f class:RSyntaxTree.RSGenerator
@@ -444,9 +477,9 @@ fonts-used-to-generate-png docs/_site/documentation.html /^<h3 id="fonts-used-to
444
477
  fontsize lib/rsyntaxtree/element.rb /^ attr_accessor :id, :parent, :type, :level, :width, :height, :content, :content_width, :conte/;" A class:RSyntaxTree.Element
445
478
  fontsize= lib/rsyntaxtree/element.rb /^ attr_accessor :id, :parent, :type, :level, :width, :height, :content, :content_width, :conte/;" A class:RSyntaxTree.Element
446
479
  footer docs/_site/assets/css/style.css /^article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, s/;" s
480
+ generate Rakefile /^task :generate do$/;" t
447
481
  generate_line lib/rsyntaxtree/svg_graph.rb /^ def generate_line(x1, y1, x2, y2, col, dashed = false, arrow = false, stroke_width = 1)$/;" f
448
482
  generate_line lib/rsyntaxtree/svg_graph.rb /^ def generate_line(x1, y1, x2, y2, col, dashed = false, arrow = false, stroke_width = 1)$/;" f class:RSyntaxTree.SVGGraph
449
- generate_line lib/rsyntaxtree/svg_graph_.rb /^ def generate_line(x1, y1, x2, y2, col, dashed = false, arrow = false, stroke_width = 1)$/;" f
450
483
  get_child_count lib/rsyntaxtree/elementlist.rb /^ def get_child_count(id)$/;" f class:RSyntaxTree.ElementList
451
484
  get_children lib/rsyntaxtree/elementlist.rb /^ def get_children(id)$/;" f class:RSyntaxTree.ElementList
452
485
  get_element_width lib/rsyntaxtree/elementlist.rb /^ def get_element_width(id)$/;" f class:RSyntaxTree.ElementList
@@ -457,9 +490,7 @@ get_first lib/rsyntaxtree/elementlist.rb /^ def get_first$/;" f class:RSyntax
457
490
  get_id lib/rsyntaxtree/elementlist.rb /^ def get_id(id)$/;" f class:RSyntaxTree.ElementList
458
491
  get_indent lib/rsyntaxtree/elementlist.rb /^ def get_indent(id)$/;" f class:RSyntaxTree.ElementList
459
492
  get_leftmost lib/rsyntaxtree/base_graph.rb /^ def get_leftmost(id = 1)$/;" f
460
- get_leftmost lib/rsyntaxtree/base_graph.rb /^ def get_leftmost(id = 1)$/;" f class:RSyntaxTree
461
493
  get_leftmost lib/rsyntaxtree/base_graph.rb /^ def get_leftmost(id = 1)$/;" f class:RSyntaxTree.BaseGraph
462
- get_leftmost lib/rsyntaxtree/base_graph_new.rb /^ def get_leftmost(id = 1)$/;" f
463
494
  get_level_height lib/rsyntaxtree/elementlist.rb /^ def get_level_height$/;" f class:RSyntaxTree.ElementList
464
495
  get_metrics lib/rsyntaxtree/utils.rb /^ def get_metrics(text, font, fontsize, font_style, font_weight)$/;" f class:FontMetrics
465
496
  get_metrics lib/rsyntaxtree/utils.rb /^ def get_metrics(text, font, fontsize, font_style, font_weight)$/;" f module:FontMetrics
@@ -467,13 +498,155 @@ get_next lib/rsyntaxtree/elementlist.rb /^ def get_next$/;" f class:RSyntaxTr
467
498
  get_next_token lib/rsyntaxtree/string_parser.rb /^ def get_next_token$/;" f
468
499
  get_next_token lib/rsyntaxtree/string_parser.rb /^ def get_next_token$/;" f class:RSyntaxTree.StringParser
469
500
  get_rightmost lib/rsyntaxtree/base_graph.rb /^ def get_rightmost(id = 1)$/;" f
470
- get_rightmost lib/rsyntaxtree/base_graph.rb /^ def get_rightmost(id = 1)$/;" f class:RSyntaxTree
471
501
  get_rightmost lib/rsyntaxtree/base_graph.rb /^ def get_rightmost(id = 1)$/;" f class:RSyntaxTree.BaseGraph
472
- get_rightmost lib/rsyntaxtree/base_graph_new.rb /^ def get_rightmost(id = 1)$/;" f
473
502
  grid docs/assets/css/style.scss /^ div.grid {$/;" c
474
503
  grid docs/assets/css/style.scss /^div.grid {$/;" c
475
504
  h1 docs/_site/assets/css/style.css /^h1 { font-size: 2em; margin: 0.67em 0; }$/;" s
476
505
  h3 docs/_site/assets/css/style.css /^h3 { border-bottom: 1px solid lightgray; margin-top: 1em; margin-bottom: 1em; padding-bottom: 0./;" s
506
+ hatchBlack docs/assets/svg/001.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" d
507
+ hatchBlack docs/assets/svg/001.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" i
508
+ hatchBlack docs/assets/svg/002.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" d
509
+ hatchBlack docs/assets/svg/002.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" i
510
+ hatchBlack docs/assets/svg/003.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" d
511
+ hatchBlack docs/assets/svg/003.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" i
512
+ hatchBlack docs/assets/svg/004.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" d
513
+ hatchBlack docs/assets/svg/004.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" i
514
+ hatchBlack docs/assets/svg/005.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" d
515
+ hatchBlack docs/assets/svg/005.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" i
516
+ hatchBlack docs/assets/svg/006.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" d
517
+ hatchBlack docs/assets/svg/006.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" i
518
+ hatchBlack docs/assets/svg/007.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" d
519
+ hatchBlack docs/assets/svg/007.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" i
520
+ hatchBlack docs/assets/svg/008.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" d
521
+ hatchBlack docs/assets/svg/008.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" i
522
+ hatchBlack docs/assets/svg/009.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" d
523
+ hatchBlack docs/assets/svg/009.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" i
524
+ hatchBlack docs/assets/svg/010.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" d
525
+ hatchBlack docs/assets/svg/010.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" i
526
+ hatchBlack docs/assets/svg/011.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" d
527
+ hatchBlack docs/assets/svg/011.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" i
528
+ hatchBlack docs/assets/svg/012.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" d
529
+ hatchBlack docs/assets/svg/012.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" i
530
+ hatchBlack docs/assets/svg/013.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" d
531
+ hatchBlack docs/assets/svg/013.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" i
532
+ hatchBlack docs/assets/svg/014.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" d
533
+ hatchBlack docs/assets/svg/014.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" i
534
+ hatchBlack docs/assets/svg/015.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" d
535
+ hatchBlack docs/assets/svg/015.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" i
536
+ hatchBlack docs/assets/svg/016.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" d
537
+ hatchBlack docs/assets/svg/016.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" i
538
+ hatchBlack docs/assets/svg/017.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" d
539
+ hatchBlack docs/assets/svg/017.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" i
540
+ hatchBlack docs/assets/svg/018.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" d
541
+ hatchBlack docs/assets/svg/018.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" i
542
+ hatchBlack docs/assets/svg/019.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" d
543
+ hatchBlack docs/assets/svg/019.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" i
544
+ hatchBlack docs/assets/svg/020.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" d
545
+ hatchBlack docs/assets/svg/020.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" i
546
+ hatchBlack docs/assets/svg/021.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" d
547
+ hatchBlack docs/assets/svg/021.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" i
548
+ hatchBlack docs/assets/svg/022.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" d
549
+ hatchBlack docs/assets/svg/022.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" i
550
+ hatchBlack docs/assets/svg/023.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" d
551
+ hatchBlack docs/assets/svg/023.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" i
552
+ hatchBlack docs/assets/svg/024.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" d
553
+ hatchBlack docs/assets/svg/024.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" i
554
+ hatchForLeaf docs/assets/svg/001.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
555
+ hatchForLeaf docs/assets/svg/001.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
556
+ hatchForLeaf docs/assets/svg/002.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
557
+ hatchForLeaf docs/assets/svg/002.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
558
+ hatchForLeaf docs/assets/svg/003.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
559
+ hatchForLeaf docs/assets/svg/003.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
560
+ hatchForLeaf docs/assets/svg/004.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
561
+ hatchForLeaf docs/assets/svg/004.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
562
+ hatchForLeaf docs/assets/svg/005.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
563
+ hatchForLeaf docs/assets/svg/005.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
564
+ hatchForLeaf docs/assets/svg/006.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
565
+ hatchForLeaf docs/assets/svg/006.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
566
+ hatchForLeaf docs/assets/svg/007.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
567
+ hatchForLeaf docs/assets/svg/007.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
568
+ hatchForLeaf docs/assets/svg/008.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
569
+ hatchForLeaf docs/assets/svg/008.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
570
+ hatchForLeaf docs/assets/svg/009.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
571
+ hatchForLeaf docs/assets/svg/009.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
572
+ hatchForLeaf docs/assets/svg/010.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
573
+ hatchForLeaf docs/assets/svg/010.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
574
+ hatchForLeaf docs/assets/svg/011.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
575
+ hatchForLeaf docs/assets/svg/011.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
576
+ hatchForLeaf docs/assets/svg/012.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
577
+ hatchForLeaf docs/assets/svg/012.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
578
+ hatchForLeaf docs/assets/svg/013.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
579
+ hatchForLeaf docs/assets/svg/013.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
580
+ hatchForLeaf docs/assets/svg/014.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
581
+ hatchForLeaf docs/assets/svg/014.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
582
+ hatchForLeaf docs/assets/svg/015.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
583
+ hatchForLeaf docs/assets/svg/015.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
584
+ hatchForLeaf docs/assets/svg/016.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
585
+ hatchForLeaf docs/assets/svg/016.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
586
+ hatchForLeaf docs/assets/svg/017.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
587
+ hatchForLeaf docs/assets/svg/017.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
588
+ hatchForLeaf docs/assets/svg/018.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
589
+ hatchForLeaf docs/assets/svg/018.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
590
+ hatchForLeaf docs/assets/svg/019.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
591
+ hatchForLeaf docs/assets/svg/019.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
592
+ hatchForLeaf docs/assets/svg/020.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
593
+ hatchForLeaf docs/assets/svg/020.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
594
+ hatchForLeaf docs/assets/svg/021.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
595
+ hatchForLeaf docs/assets/svg/021.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
596
+ hatchForLeaf docs/assets/svg/022.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
597
+ hatchForLeaf docs/assets/svg/022.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
598
+ hatchForLeaf docs/assets/svg/023.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
599
+ hatchForLeaf docs/assets/svg/023.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
600
+ hatchForLeaf docs/assets/svg/024.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
601
+ hatchForLeaf docs/assets/svg/024.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
602
+ hatchForNode docs/assets/svg/001.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
603
+ hatchForNode docs/assets/svg/001.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
604
+ hatchForNode docs/assets/svg/002.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
605
+ hatchForNode docs/assets/svg/002.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
606
+ hatchForNode docs/assets/svg/003.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
607
+ hatchForNode docs/assets/svg/003.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
608
+ hatchForNode docs/assets/svg/004.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
609
+ hatchForNode docs/assets/svg/004.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
610
+ hatchForNode docs/assets/svg/005.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
611
+ hatchForNode docs/assets/svg/005.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
612
+ hatchForNode docs/assets/svg/006.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
613
+ hatchForNode docs/assets/svg/006.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
614
+ hatchForNode docs/assets/svg/007.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
615
+ hatchForNode docs/assets/svg/007.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
616
+ hatchForNode docs/assets/svg/008.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
617
+ hatchForNode docs/assets/svg/008.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
618
+ hatchForNode docs/assets/svg/009.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
619
+ hatchForNode docs/assets/svg/009.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
620
+ hatchForNode docs/assets/svg/010.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
621
+ hatchForNode docs/assets/svg/010.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
622
+ hatchForNode docs/assets/svg/011.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
623
+ hatchForNode docs/assets/svg/011.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
624
+ hatchForNode docs/assets/svg/012.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
625
+ hatchForNode docs/assets/svg/012.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
626
+ hatchForNode docs/assets/svg/013.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
627
+ hatchForNode docs/assets/svg/013.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
628
+ hatchForNode docs/assets/svg/014.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
629
+ hatchForNode docs/assets/svg/014.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
630
+ hatchForNode docs/assets/svg/015.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
631
+ hatchForNode docs/assets/svg/015.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
632
+ hatchForNode docs/assets/svg/016.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
633
+ hatchForNode docs/assets/svg/016.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
634
+ hatchForNode docs/assets/svg/017.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
635
+ hatchForNode docs/assets/svg/017.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
636
+ hatchForNode docs/assets/svg/018.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
637
+ hatchForNode docs/assets/svg/018.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
638
+ hatchForNode docs/assets/svg/019.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
639
+ hatchForNode docs/assets/svg/019.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
640
+ hatchForNode docs/assets/svg/020.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
641
+ hatchForNode docs/assets/svg/020.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
642
+ hatchForNode docs/assets/svg/021.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
643
+ hatchForNode docs/assets/svg/021.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
644
+ hatchForNode docs/assets/svg/022.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
645
+ hatchForNode docs/assets/svg/022.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
646
+ hatchForNode docs/assets/svg/023.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
647
+ hatchForNode docs/assets/svg/023.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
648
+ hatchForNode docs/assets/svg/024.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
649
+ hatchForNode docs/assets/svg/024.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
477
650
  header docs/_site/assets/css/style.css /^article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, s/;" s
478
651
  height lib/rsyntaxtree/element.rb /^ attr_accessor :id, :parent, :type, :level, :width, :height, :content, :content_width, :conte/;" A class:RSyntaxTree.Element
479
652
  height lib/rsyntaxtree/svg_graph.rb /^ attr_accessor :width, :height$/;" A class:RSyntaxTree.SVGGraph
@@ -495,18 +668,11 @@ id= lib/rsyntaxtree/string_parser.rb /^ attr_accessor :data, :elist, :pos, :i
495
668
  img docs/_site/assets/css/style.css /^img { border: 0; }$/;" s
496
669
  initialize lib/rsyntaxtree.rb /^ def initialize(params = {})$/;" f class:RSyntaxTree.RSGenerator
497
670
  initialize lib/rsyntaxtree.rb /^ def initialize(msg = "Error: something unexpected occurred")$/;" f class:RSTError
498
- initialize lib/rsyntaxtree/base_graph.rb /^ def initialize(element_list, params)$/;" f class:RSyntaxTree.BaseGraph
499
671
  initialize lib/rsyntaxtree/base_graph.rb /^ def initialize(element_list, params, global)$/;" f class:RSyntaxTree.BaseGraph
500
- initialize lib/rsyntaxtree/base_graph_new.rb /^ def initialize(element_list, params)$/;" f class:RSyntaxTree.BaseGraph
501
- initialize lib/rsyntaxtree/base_graph_new.rb /^ def initialize(element_list, params, global)$/;" f class:RSyntaxTree.BaseGraph
502
- initialize lib/rsyntaxtree/element.rb /^ def initialize(id, parent, content, level, fontset, fontsize)$/;" f class:RSyntaxTree.Element
503
672
  initialize lib/rsyntaxtree/element.rb /^ def initialize(id, parent, content, level, fontset, fontsize, global)$/;" f class:RSyntaxTree.Element
504
673
  initialize lib/rsyntaxtree/elementlist.rb /^ def initialize$/;" f class:RSyntaxTree.ElementList
505
- initialize lib/rsyntaxtree/string_parser.rb /^ def initialize(str, fontset, fontsize)$/;" f class:RSyntaxTree.StringParser
506
674
  initialize lib/rsyntaxtree/string_parser.rb /^ def initialize(str, fontset, fontsize, global)$/;" f class:RSyntaxTree.StringParser
507
- initialize lib/rsyntaxtree/svg_graph.rb /^ def initialize(element_list, params)$/;" f class:RSyntaxTree.SVGGraph
508
675
  initialize lib/rsyntaxtree/svg_graph.rb /^ def initialize(element_list, params, global)$/;" f class:RSyntaxTree.SVGGraph
509
- initialize lib/rsyntaxtree/svg_graph_.rb /^ def initialize(element_list, params)$/;" f class:RSyntaxTree.SVGGraph
510
676
  input docs/_site/assets/css/style.css /^button, input, optgroup, select, textarea { color: inherit; \/* 1 *\/ font: inherit; \/* 2 *\/ m/;" s
511
677
  input docs/_site/assets/css/style.css /^input { line-height: normal; }$/;" s
512
678
  input::-moz-focus-inner docs/_site/assets/css/style.css /^button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }$/;" s
@@ -530,12 +696,9 @@ level= lib/rsyntaxtree/element.rb /^ attr_accessor :id, :parent, :type, :leve
530
696
  level= lib/rsyntaxtree/string_parser.rb /^ attr_accessor :data, :elist, :pos, :id, :level$/;" A class:RSyntaxTree.StringParser
531
697
  line_to_parent lib/rsyntaxtree/svg_graph.rb /^ def line_to_parent(parent, child)$/;" f
532
698
  line_to_parent lib/rsyntaxtree/svg_graph.rb /^ def line_to_parent(parent, child)$/;" f class:RSyntaxTree.SVGGraph
533
- line_to_parent lib/rsyntaxtree/svg_graph_.rb /^ def line_to_parent(parent, child)$/;" f
534
699
  main docs/_site/assets/css/style.css /^article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, s/;" s
535
700
  make_balance lib/rsyntaxtree/base_graph.rb /^ def make_balance(id = 1)$/;" f
536
- make_balance lib/rsyntaxtree/base_graph.rb /^ def make_balance(id = 1)$/;" f class:RSyntaxTree
537
701
  make_balance lib/rsyntaxtree/base_graph.rb /^ def make_balance(id = 1)$/;" f class:RSyntaxTree.BaseGraph
538
- make_balance lib/rsyntaxtree/base_graph_new.rb /^ def make_balance(id = 1)$/;" f
539
702
  make_tree lib/rsyntaxtree/string_parser.rb /^ def make_tree(parent)$/;" f
540
703
  make_tree lib/rsyntaxtree/string_parser.rb /^ def make_tree(parent)$/;" f class:RSyntaxTree.StringParser
541
704
  mark docs/_site/assets/css/style.css /^mark { background: #ff0; color: #000; }$/;" s
@@ -576,9 +739,31 @@ menu docs/_site/assets/css/style.css /^article, aside, details, figcaption, figu
576
739
  nav docs/_site/assets/css/style.css /^article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, s/;" s
577
740
  newline docs/_site/documentation.html /^<h4 id="newline">Newline<\/h4>$/;" I
578
741
  node_centering lib/rsyntaxtree/base_graph.rb /^ def node_centering$/;" f
579
- node_centering lib/rsyntaxtree/base_graph.rb /^ def node_centering$/;" f class:RSyntaxTree
580
742
  node_centering lib/rsyntaxtree/base_graph.rb /^ def node_centering$/;" f class:RSyntaxTree.BaseGraph
581
- node_centering lib/rsyntaxtree/base_graph_new.rb /^ def node_centering$/;" f
743
+ ns1d99b24d0101 docs/assets/svg/001.svg /^ <svg width="647.8000000000001" height="770.4" viewBox="-20, -20, 667.8000000000001, 790.4" ver/;" n uri:http://www.w3.org/2000/svg
744
+ ns1dabcace0101 docs/assets/svg/002.svg /^ <svg width="1601.0" height="1668.0000000000002" viewBox="-20, -20, 1621.0, 1688.0000000000002"/;" n uri:http://www.w3.org/2000/svg
745
+ ns1dbde34f0101 docs/assets/svg/003.svg /^ <svg width="1344.1999999999998" height="1668.0000000000002" viewBox="-20, -20, 1364.1999999999/;" n uri:http://www.w3.org/2000/svg
746
+ ns1dcffbd00101 docs/assets/svg/004.svg /^ <svg width="1614.1999999999998" height="1668.0000000000002" viewBox="-20, -20, 1634.1999999999/;" n uri:http://www.w3.org/2000/svg
747
+ ns1de214510101 docs/assets/svg/005.svg /^ <svg width="918.8" height="1084.6" viewBox="-20, -20, 938.8, 1104.6" version="1.1" xmlns="http/;" n uri:http://www.w3.org/2000/svg
748
+ ns1df42cd20101 docs/assets/svg/006.svg /^ <svg width="1159.1999999999998" height="1388.8" viewBox="-20, -20, 1179.1999999999998, 1408.8"/;" n uri:http://www.w3.org/2000/svg
749
+ ns1e0645530101 docs/assets/svg/007.svg /^ <svg width="1617.7999999999997" height="1513.1999999999998" viewBox="-20, -20, 1637.7999999999/;" n uri:http://www.w3.org/2000/svg
750
+ ns1e185dd40101 docs/assets/svg/008.svg /^ <svg width="1705.6" height="1997.2" viewBox="-20, -20, 1725.6, 2017.2" version="1.1" xmlns="ht/;" n uri:http://www.w3.org/2000/svg
751
+ ns1e2a76550101 docs/assets/svg/009.svg /^ <svg width="1292.6" height="1388.8" viewBox="-20, -20, 1312.6, 1408.8" version="1.1" xmlns="ht/;" n uri:http://www.w3.org/2000/svg
752
+ ns1fdcc26d0101 docs/assets/svg/010.svg /^ <svg width="2481.3999999999996" height="2696.6000000000004" viewBox="-20, -20, 2501.3999999999/;" n uri:http://www.w3.org/2000/svg
753
+ ns1feedaee0101 docs/assets/svg/011.svg /^ <svg width="1175.7999999999997" height="1219.1999999999998" viewBox="-20, -20, 1195.7999999999/;" n uri:http://www.w3.org/2000/svg
754
+ ns2000f36f0101 docs/assets/svg/012.svg /^ <svg width="1173.7999999999997" height="2064.0" viewBox="-20, -20, 1193.7999999999997, 2084.0"/;" n uri:http://www.w3.org/2000/svg
755
+ ns20130bf00101 docs/assets/svg/013.svg /^ <svg width="2539.7999999999997" height="3987.0" viewBox="-20, -20, 2559.7999999999997, 4007.0"/;" n uri:http://www.w3.org/2000/svg
756
+ ns202524710101 docs/assets/svg/014.svg /^ <svg width="1796.7999999999997" height="2205.7999999999997" viewBox="-20, -20, 1816.7999999999/;" n uri:http://www.w3.org/2000/svg
757
+ ns20373cf20101 docs/assets/svg/015.svg /^ <svg width="1850.8333333333335" height="964.3000000000001" viewBox="-20, -20, 1870.83333333333/;" n uri:http://www.w3.org/2000/svg
758
+ ns204955730101 docs/assets/svg/016.svg /^ <svg width="2050.0" height="1841.1999999999998" viewBox="-20, -20, 2070.0, 1861.1999999999998"/;" n uri:http://www.w3.org/2000/svg
759
+ ns205b6df40101 docs/assets/svg/017.svg /^ <svg width="1353.4" height="1069.6" viewBox="-20, -20, 1373.4, 1089.6" version="1.1" xmlns="ht/;" n uri:http://www.w3.org/2000/svg
760
+ ns206d86750101 docs/assets/svg/018.svg /^ <svg width="2166.6" height="1668.0000000000002" viewBox="-20, -20, 2186.6, 1688.0000000000002"/;" n uri:http://www.w3.org/2000/svg
761
+ ns207f9ef60101 docs/assets/svg/019.svg /^ <svg width="3728.6000000000004" height="3295.999999999999" viewBox="-20, -20, 3748.60000000000/;" n uri:http://www.w3.org/2000/svg
762
+ ns2231eb0e0101 docs/assets/svg/020.svg /^ <svg width="1840.0" height="1232.9" viewBox="-20, -20, 1860.0, 1252.9" version="1.1" xmlns="ht/;" n uri:http://www.w3.org/2000/svg
763
+ ns2244038f0101 docs/assets/svg/021.svg /^ <svg width="3657.9999999999995" height="1606.4" viewBox="-20, -20, 3677.9999999999995, 1626.4"/;" n uri:http://www.w3.org/2000/svg
764
+ ns22561c100101 docs/assets/svg/022.svg /^ <svg width="3054.6" height="2605.6" viewBox="-20, -20, 3074.6, 2625.6" version="1.1" xmlns="ht/;" n uri:http://www.w3.org/2000/svg
765
+ ns226834910101 docs/assets/svg/023.svg /^ <svg width="1438.6000000000004" height="1069.6" viewBox="-20, -20, 1458.6000000000004, 1089.6"/;" n uri:http://www.w3.org/2000/svg
766
+ ns227a4d120101 docs/assets/svg/024.svg /^ <svg width="1554.7999999999997" height="1192.8000000000002" viewBox="-20, -20, 1574.7999999999/;" n uri:http://www.w3.org/2000/svg
582
767
  ns59d2ecb30101 docs/_site/feed.xml /^<?xml version="1.0" encoding="utf-8"?><feed xmlns="http:\/\/www.w3.org\/2005\/Atom" ><generator /;" n uri:http://www.w3.org/2005/Atom
583
768
  ns8fb8be310101 img/sample.svg /^ <svg width="1211.119140625" height="941.0" viewBox="-40, -40, 1251.119140625, 981.0" version="/;" n uri:http://www.w3.org/2000/svg
584
769
  optgroup docs/_site/assets/css/style.css /^button, input, optgroup, select, textarea { color: inherit; \/* 1 *\/ font: inherit; \/* 2 *\/ m/;" s
@@ -587,12 +772,11 @@ parent lib/rsyntaxtree/element.rb /^ attr_accessor :id, :parent, :type, :leve
587
772
  parent= lib/rsyntaxtree/element.rb /^ attr_accessor :id, :parent, :type, :level, :width, :height, :content, :content_width, :conte/;" A class:RSyntaxTree.Element
588
773
  parse lib/rsyntaxtree/markup_parser.rb /^ def parse(txt)$/;" f class:Markup
589
774
  parse lib/rsyntaxtree/markup_parser.rb /^ def parse(txt)$/;" f module:Markup
775
+ parse lib/rsyntaxtree/markup_parser_new.rb /^ def parse(txt)$/;" f class:Markup
590
776
  parse lib/rsyntaxtree/string_parser.rb /^ def parse$/;" f
591
777
  parse lib/rsyntaxtree/string_parser.rb /^ def parse$/;" f class:RSyntaxTree.StringParser
592
778
  parse_list lib/rsyntaxtree/base_graph.rb /^ def parse_list$/;" f
593
- parse_list lib/rsyntaxtree/base_graph.rb /^ def parse_list$/;" f class:RSyntaxTree
594
779
  parse_list lib/rsyntaxtree/base_graph.rb /^ def parse_list$/;" f class:RSyntaxTree.BaseGraph
595
- parse_list lib/rsyntaxtree/base_graph_new.rb /^ def parse_list$/;" f
596
780
  path lib/rsyntaxtree/element.rb /^ attr_accessor :id, :parent, :type, :level, :width, :height, :content, :content_width, :conte/;" A class:RSyntaxTree.Element
597
781
  path= lib/rsyntaxtree/element.rb /^ attr_accessor :id, :parent, :type, :level, :width, :height, :content, :content_width, :conte/;" A class:RSyntaxTree.Element
598
782
  png形式を用いる場合 docs/_site/documentation_ja.html /^<h3 id="png形式を用いる場合">PNG形式を用いる場合<\/h3>$/;" I
@@ -611,11 +795,8 @@ set_hierarchy lib/rsyntaxtree/elementlist.rb /^ def set_hierarchy$/;" f class
611
795
  set_indent lib/rsyntaxtree/elementlist.rb /^ def set_indent(id, indent)$/;" f class:RSyntaxTree.ElementList
612
796
  set_tspan lib/rsyntaxtree/svg_graph.rb /^ def set_tspan(this_x, this_y, style, decoration, fontstyle, text)$/;" f
613
797
  set_tspan lib/rsyntaxtree/svg_graph.rb /^ def set_tspan(this_x, this_y, style, decoration, fontstyle, text)$/;" f class:RSyntaxTree.SVGGraph
614
- set_tspan lib/rsyntaxtree/svg_graph_.rb /^ def set_tspan(this_x, this_y, style, decoration, fontstyle, text)$/;" f
615
798
  setup lib/rsyntaxtree/element.rb /^ def setup$/;" f class:RSyntaxTree
616
799
  setup lib/rsyntaxtree/element.rb /^ def setup$/;" f class:RSyntaxTree.Element
617
- setup test/example_verify_test.rb /^ def setup$/;" f class:ExampleParserTest
618
- setup test/example_verify_test.rb /^ def setup$/;" f class:MarkupParserTest
619
800
  setup test/markup_parser_test.rb /^ def setup$/;" f class:MarkupParserTest
620
801
  skip-to-content docs/_layouts/default.html /^ <a id="skip-to-content" href="#content">Skip to the content.<\/a>$/;" I
621
802
  skip-to-content docs/_site/404.html /^ <a id="skip-to-content" href="#content">Skip to the content.<\/a>$/;" I
@@ -638,71 +819,48 @@ sup docs/_site/assets/css/style.css /^sub, sup { font-size: 75%; line-height: 0;
638
819
  sup docs/_site/assets/css/style.css /^sup { top: -0.5em; }$/;" s
639
820
  svg:not(:root) docs/_site/assets/css/style.css /^svg:not(:root) { overflow: hidden; }$/;" s
640
821
  svg_data lib/rsyntaxtree/svg_graph.rb /^ def svg_data$/;" f class:RSyntaxTree.SVGGraph
641
- svg_data lib/rsyntaxtree/svg_graph_.rb /^ def svg_data$/;" f class:RSyntaxTree.SVGGraph
642
822
  svg形式を用いる場合 docs/_site/documentation_ja.html /^<h3 id="svg形式を用いる場合">SVG形式を用いる場合<\/h3>$/;" I
643
823
  table docs/_site/assets/css/style.css /^table { border-collapse: collapse; border-spacing: 0; }$/;" s
644
824
  table-of-contents docs/_site/documentation.html /^<h3 class="no_toc" id="table-of-contents">Table of Contents<\/h3>$/;" I
645
825
  td docs/_site/assets/css/style.css /^td, th { padding: 0; }$/;" s
646
826
  template docs/_site/assets/css/style.css /^[hidden], template { display: none; }$/;" s
647
- test_evaluator test/example_verify_test.rb /^ def test_evaluator$/;" f
648
827
  test_evaluator test/markup_parser_test.rb /^ def test_evaluator$/;" f
649
828
  test_evaluator test/markup_parser_test.rb /^ def test_evaluator$/;" f class:MarkupParserTest
650
- test_rule_bold test/example_verify_test.rb /^ def test_rule_bold$/;" f
651
829
  test_rule_bold test/markup_parser_test.rb /^ def test_rule_bold$/;" f
652
830
  test_rule_bold test/markup_parser_test.rb /^ def test_rule_bold$/;" f class:MarkupParserTest
653
- test_rule_bolditalic test/example_verify_test.rb /^ def test_rule_bolditalic$/;" f
654
831
  test_rule_bolditalic test/markup_parser_test.rb /^ def test_rule_bolditalic$/;" f
655
832
  test_rule_bolditalic test/markup_parser_test.rb /^ def test_rule_bolditalic$/;" f class:MarkupParserTest
656
- test_rule_border test/example_verify_test.rb /^ def test_rule_border$/;" f
657
833
  test_rule_border test/markup_parser_test.rb /^ def test_rule_border$/;" f
658
834
  test_rule_border test/markup_parser_test.rb /^ def test_rule_border$/;" f class:MarkupParserTest
659
- test_rule_box test/example_verify_test.rb /^ def test_rule_box$/;" f
660
835
  test_rule_box test/markup_parser_test.rb /^ def test_rule_box$/;" f
661
836
  test_rule_box test/markup_parser_test.rb /^ def test_rule_box$/;" f class:MarkupParserTest
662
- test_rule_brackets test/example_verify_test.rb /^ def test_rule_brackets$/;" f class:MarkupParserTest
663
837
  test_rule_brackets test/markup_parser_test.rb /^ def test_rule_brackets$/;" f class:MarkupParserTest
664
- test_rule_cr test/example_verify_test.rb /^ def test_rule_cr$/;" f class:MarkupParserTest
665
838
  test_rule_cr test/markup_parser_test.rb /^ def test_rule_cr$/;" f class:MarkupParserTest
666
- test_rule_escaped test/example_verify_test.rb /^ def test_rule_escaped$/;" f class:MarkupParserTest
667
839
  test_rule_escaped test/markup_parser_test.rb /^ def test_rule_escaped$/;" f class:MarkupParserTest
668
- test_rule_italic test/example_verify_test.rb /^ def test_rule_italic$/;" f
669
840
  test_rule_italic test/markup_parser_test.rb /^ def test_rule_italic$/;" f
670
841
  test_rule_italic test/markup_parser_test.rb /^ def test_rule_italic$/;" f class:MarkupParserTest
671
- test_rule_line test/example_verify_test.rb /^ def test_rule_line$/;" f
672
842
  test_rule_line test/markup_parser_test.rb /^ def test_rule_line$/;" f
673
843
  test_rule_line test/markup_parser_test.rb /^ def test_rule_line$/;" f class:MarkupParserTest
674
- test_rule_lines test/example_verify_test.rb /^ def test_rule_lines$/;" f
675
844
  test_rule_lines test/markup_parser_test.rb /^ def test_rule_lines$/;" f
676
845
  test_rule_lines test/markup_parser_test.rb /^ def test_rule_lines$/;" f class:MarkupParserTest
677
- test_rule_linethrough test/example_verify_test.rb /^ def test_rule_linethrough$/;" f
678
846
  test_rule_linethrough test/markup_parser_test.rb /^ def test_rule_linethrough$/;" f
679
847
  test_rule_linethrough test/markup_parser_test.rb /^ def test_rule_linethrough$/;" f class:MarkupParserTest
680
- test_rule_markup test/example_verify_test.rb /^ def test_rule_markup$/;" f
681
848
  test_rule_markup test/markup_parser_test.rb /^ def test_rule_markup$/;" f
682
849
  test_rule_markup test/markup_parser_test.rb /^ def test_rule_markup$/;" f class:MarkupParserTest
683
- test_rule_non_escaped test/example_verify_test.rb /^ def test_rule_non_escaped$/;" f
684
850
  test_rule_non_escaped test/markup_parser_test.rb /^ def test_rule_non_escaped$/;" f
685
851
  test_rule_non_escaped test/markup_parser_test.rb /^ def test_rule_non_escaped$/;" f class:MarkupParserTest
686
- test_rule_overline test/example_verify_test.rb /^ def test_rule_overline$/;" f
687
852
  test_rule_overline test/markup_parser_test.rb /^ def test_rule_overline$/;" f
688
853
  test_rule_overline test/markup_parser_test.rb /^ def test_rule_overline$/;" f class:MarkupParserTest
689
- test_rule_path test/example_verify_test.rb /^ def test_rule_path$/;" f class:MarkupParserTest
690
854
  test_rule_path test/markup_parser_test.rb /^ def test_rule_path$/;" f class:MarkupParserTest
691
- test_rule_subscript test/example_verify_test.rb /^ def test_rule_subscript$/;" f
692
855
  test_rule_subscript test/markup_parser_test.rb /^ def test_rule_subscript$/;" f
693
856
  test_rule_subscript test/markup_parser_test.rb /^ def test_rule_subscript$/;" f class:MarkupParserTest
694
- test_rule_superscript test/example_verify_test.rb /^ def test_rule_superscript$/;" f
695
857
  test_rule_superscript test/markup_parser_test.rb /^ def test_rule_superscript$/;" f
696
858
  test_rule_superscript test/markup_parser_test.rb /^ def test_rule_superscript$/;" f class:MarkupParserTest
697
- test_rule_text test/example_verify_test.rb /^ def test_rule_text$/;" f
698
859
  test_rule_text test/markup_parser_test.rb /^ def test_rule_text$/;" f
699
860
  test_rule_text test/markup_parser_test.rb /^ def test_rule_text$/;" f class:MarkupParserTest
700
- test_rule_triangle test/example_verify_test.rb /^ def test_rule_triangle$/;" f class:MarkupParserTest
701
861
  test_rule_triangle test/markup_parser_test.rb /^ def test_rule_triangle$/;" f class:MarkupParserTest
702
- test_rule_underline test/example_verify_test.rb /^ def test_rule_underline$/;" f
703
862
  test_rule_underline test/markup_parser_test.rb /^ def test_rule_underline$/;" f
704
863
  test_rule_underline test/markup_parser_test.rb /^ def test_rule_underline$/;" f class:MarkupParserTest
705
- test_setup test/example_verify_test.rb /^ def test_setup$/;" f class:MarkupParserTest
706
864
  text-001 docs/_site/examples.html /^ <div id="text-001" style='max-height: 600px; overflow-y: auto; margin-bottom: 20px;'>$/;" I
707
865
  text-002 docs/_site/examples.html /^ <div id="text-002" style='max-height: 600px; overflow-y: auto; margin-bottom: 20px;'>$/;" I
708
866
  text-003 docs/_site/examples.html /^ <div id="text-003" style='max-height: 600px; overflow-y: auto; margin-bottom: 20px;'>$/;" I
@@ -733,7 +891,6 @@ triangle-square-brackets-rectangle docs/_site/documentation.html /^<h3 id="trian
733
891
  triangle= lib/rsyntaxtree/element.rb /^ attr_accessor :id, :parent, :type, :level, :width, :height, :content, :content_width, :conte/;" A class:RSyntaxTree.Element
734
892
  triangle_to_parent lib/rsyntaxtree/svg_graph.rb /^ def triangle_to_parent(parent, child)$/;" f
735
893
  triangle_to_parent lib/rsyntaxtree/svg_graph.rb /^ def triangle_to_parent(parent, child)$/;" f class:RSyntaxTree.SVGGraph
736
- triangle_to_parent lib/rsyntaxtree/svg_graph_.rb /^ def triangle_to_parent(parent, child)$/;" f
737
894
  type lib/rsyntaxtree/element.rb /^ attr_accessor :id, :parent, :type, :level, :width, :height, :content, :content_width, :conte/;" A class:RSyntaxTree.Element
738
895
  type= lib/rsyntaxtree/element.rb /^ attr_accessor :id, :parent, :type, :level, :width, :height, :content, :content_width, :conte/;" A class:RSyntaxTree.Element
739
896
  valid lib/rsyntaxtree/string_parser.rb /^ def self.valid?(data)$/;" F class:RSyntaxTree
@@ -747,6 +904,7 @@ width lib/rsyntaxtree/svg_graph.rb /^ attr_accessor :width, :height$/;" A cla
747
904
  width= lib/rsyntaxtree/element.rb /^ attr_accessor :id, :parent, :type, :level, :width, :height, :content, :content_width, :conte/;" A class:RSyntaxTree.Element
748
905
  width= lib/rsyntaxtree/svg_graph.rb /^ attr_accessor :width, :height$/;" A class:RSyntaxTree.SVGGraph
749
906
  {{ category.name }} docs/examples.html /^<h2 id="category-{{category.name | slugify }}"><b>{{ category.name }}<\/b><\/h2>$/;" i
907
+ {{ example.caption }} docs/examples.html /^<h3>{{ example.caption }}<\/h3>$/;" j
750
908
  {{ page.description | default: site.description | default: site.github.project_tagline }} docs/_layouts/default.html /^ <h2 class="project-tagline">{{ page.description | default: site.description | default: sit/;" i
751
909
  {{ page.title | default: site.title | default: site.github.repository_name }} docs/_layouts/default.html /^ <\/h1>$/;" h
752
910
  コネクター docs/_site/documentation_ja.html /^<h3 id="コネクター">コネクター<\/h3>$/;" I