rsyntaxtree 1.0.6 → 1.0.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (80) hide show
  1. checksums.yaml +4 -4
  2. data/.tags +434 -46
  3. data/README.md +61 -28
  4. data/bin/rsyntaxtree +0 -1
  5. data/docs/.gitignore +5 -0
  6. data/docs/404.html +25 -0
  7. data/docs/Gemfile +31 -0
  8. data/docs/_config.yml +77 -0
  9. data/docs/_examples/001.md +22 -0
  10. data/docs/_examples/002.md +31 -0
  11. data/docs/_examples/003.md +25 -0
  12. data/docs/_examples/004.md +25 -0
  13. data/docs/_examples/005.md +22 -0
  14. data/docs/_examples/006.md +25 -0
  15. data/docs/_examples/007.md +26 -0
  16. data/docs/_examples/008.md +28 -0
  17. data/docs/_examples/009.md +24 -0
  18. data/docs/_examples/010.md +48 -0
  19. data/docs/_examples/011.md +37 -0
  20. data/docs/_examples/012.md +40 -0
  21. data/docs/_examples/013.md +62 -0
  22. data/docs/_examples/014.md +47 -0
  23. data/docs/_examples/015.md +30 -0
  24. data/docs/_examples/016.md +82 -0
  25. data/docs/_examples/017.md +22 -0
  26. data/docs/_examples/018.md +28 -0
  27. data/docs/_examples/019.md +59 -0
  28. data/docs/_examples/020.md +39 -0
  29. data/docs/_includes/box_and_circle_table.html +54 -0
  30. data/docs/_includes/escape_char_table.html +28 -0
  31. data/docs/_includes/social_media_links.html +13 -0
  32. data/docs/_layouts/default.html +43 -0
  33. data/docs/assets/css/style.scss +25 -0
  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/{img → docs/assets/img}/elements/circle.png +0 -0
  55. data/{img → docs/assets/img}/elements/circle_abc.png +0 -0
  56. data/{img → docs/assets/img}/elements/circle_bold.png +0 -0
  57. data/{img → docs/assets/img}/elements/circle_hatched.png +0 -0
  58. data/{img → docs/assets/img}/elements/circle_one.png +0 -0
  59. data/{img → docs/assets/img}/elements/connector.png +0 -0
  60. data/{img → docs/assets/img}/elements/connector_bold.png +0 -0
  61. data/{img → docs/assets/img}/elements/square.png +0 -0
  62. data/{img → docs/assets/img}/elements/square_abc.png +0 -0
  63. data/{img → docs/assets/img}/elements/square_bold.png +0 -0
  64. data/{img → docs/assets/img}/elements/square_hatched.png +0 -0
  65. data/{img → docs/assets/img}/elements/square_one.png +0 -0
  66. data/docs/assets/img/favicon/apple-touch-icon.png +0 -0
  67. data/docs/assets/img/favicon/favicon-16x16.png +0 -0
  68. data/docs/assets/img/favicon/favicon-32x32.png +0 -0
  69. data/docs/assets/img/favicon/favicon.ico +0 -0
  70. data/docs/documentation.md +153 -0
  71. data/docs/documentation_ja.md +166 -0
  72. data/docs/examples.html +68 -0
  73. data/docs/index.html +2 -0
  74. data/img/rsyntaxtree-web-screenshot.png +0 -0
  75. data/lib/rsyntaxtree/base_graph.rb +2 -0
  76. data/lib/rsyntaxtree/markup_parser.rb +1 -1
  77. data/lib/rsyntaxtree/version.rb +1 -1
  78. data/lib/rsyntaxtree.rb +2 -0
  79. data/rsyntaxtree.gemspec +1 -1
  80. metadata +73 -15
data/.tags CHANGED
@@ -4,33 +4,200 @@
4
4
  !_TAG_OUTPUT_FILESEP slash /slash or backslash/
5
5
  !_TAG_OUTPUT_MODE u-ctags /u-ctags or e-ctags/
6
6
  !_TAG_PATTERN_LENGTH_LIMIT 96 /0 for no limit/
7
- !_TAG_PROC_CWD /Users/yohasebe/Dropbox/code/rsyntaxtree/ //
7
+ !_TAG_PROC_CWD /Users/yohasebe/Library/CloudStorage/Dropbox/code/rsyntaxtree/ //
8
8
  !_TAG_PROGRAM_AUTHOR Universal Ctags Team //
9
9
  !_TAG_PROGRAM_NAME Universal Ctags /Derived from Exuberant Ctags/
10
10
  !_TAG_PROGRAM_URL https://ctags.io/ /official site/
11
- !_TAG_PROGRAM_VERSION 5.9.0 /58c0e68a/
12
- Author README.md /^### Author$/;" S chapter:🌲 RSyntaxTree: yet another syntax tree generator in Ruby
13
- BaseGraph lib/rsyntaxtree/base_graph.rb /^ class BaseGraph$/;" c class:RSyntaxTree
11
+ !_TAG_PROGRAM_VERSION 5.9.0 /08fd0c4d/
12
+ #skip-to-content docs/_site/assets/css/style.css /^#skip-to-content { height: 1px; width: 1px; position: absolute; overflow: hidden; top: -10px; }$/;" i
13
+ #skip-to-content:focus docs/_site/assets/css/style.css /^#skip-to-content:focus { position: fixed; top: 10px; left: 10px; height: auto; width: auto; back/;" i
14
+ * docs/_site/assets/css/style.css /^* { box-sizing: border-box; }$/;" s
15
+ .btn docs/_site/assets/css/style.css /^.btn { display: inline-block; margin-bottom: 1rem; color: rgba(255, 255, 255, 0.7); background-c/;" c
16
+ .btn docs/_site/assets/css/style.css /^@media screen and (max-width: 42em) { .btn { display: block; width: 100%; padding: 0.75rem; font/;" c
17
+ .btn docs/_site/assets/css/style.css /^@media screen and (min-width: 42em) and (max-width: 64em) { .btn { padding: 0.6rem 0.9rem; font-/;" c
18
+ .btn docs/_site/assets/css/style.css /^@media screen and (min-width: 64em) { .btn { padding: 0.75rem 1rem; } }$/;" c
19
+ .btn + .btn docs/_site/assets/css/style.css /^ .btn + .btn { margin-top: 1rem; margin-left: 0; } }$/;" c
20
+ .btn + .btn docs/_site/assets/css/style.css /^.btn + .btn { margin-left: 1rem; }$/;" c
21
+ .btn:hover docs/_site/assets/css/style.css /^.btn:hover { color: rgba(255, 255, 255, 0.8); text-decoration: none; background-color: rgba(255,/;" c
22
+ .highlight docs/_site/assets/css/style.css /^.highlight { background-color: #f8f8f8; }$/;" c
23
+ .highlight .bp docs/_site/assets/css/style.css /^.highlight .bp { color: #999999; }$/;" c
24
+ .highlight .c docs/_site/assets/css/style.css /^.highlight .c, .highlight .cd { color: #999988; font-style: italic; }$/;" c
25
+ .highlight .c1 docs/_site/assets/css/style.css /^.highlight .c1 { color: #999988; font-style: italic; }$/;" c
26
+ .highlight .cd docs/_site/assets/css/style.css /^.highlight .c, .highlight .cd { color: #999988; font-style: italic; }$/;" c
27
+ .highlight .cm docs/_site/assets/css/style.css /^.highlight .cm { color: #999988; font-style: italic; }$/;" c
28
+ .highlight .cp docs/_site/assets/css/style.css /^.highlight .cp { color: #999999; font-weight: bold; }$/;" c
29
+ .highlight .cs docs/_site/assets/css/style.css /^.highlight .cs { color: #999999; font-weight: bold; font-style: italic; }$/;" c
30
+ .highlight .err docs/_site/assets/css/style.css /^.highlight .err { color: #a61717; background-color: #e3d2d2; }$/;" c
31
+ .highlight .gd docs/_site/assets/css/style.css /^.highlight .gd { color: #000000; background-color: #ffdddd; }$/;" c
32
+ .highlight .ge docs/_site/assets/css/style.css /^.highlight .ge { color: #000000; font-style: italic; }$/;" c
33
+ .highlight .gh docs/_site/assets/css/style.css /^.highlight .gh { color: #999999; }$/;" c
34
+ .highlight .gi docs/_site/assets/css/style.css /^.highlight .gi { color: #000000; background-color: #ddffdd; }$/;" c
35
+ .highlight .go docs/_site/assets/css/style.css /^.highlight .go { color: #888888; }$/;" c
36
+ .highlight .gp docs/_site/assets/css/style.css /^.highlight .gp { color: #555555; }$/;" c
37
+ .highlight .gr docs/_site/assets/css/style.css /^.highlight .gr { color: #aa0000; }$/;" c
38
+ .highlight .gs docs/_site/assets/css/style.css /^.highlight .gs { font-weight: bold; }$/;" c
39
+ .highlight .gt docs/_site/assets/css/style.css /^.highlight .gt { color: #aa0000; }$/;" c
40
+ .highlight .gu docs/_site/assets/css/style.css /^.highlight .gu { color: #aaaaaa; }$/;" c
41
+ .highlight .il docs/_site/assets/css/style.css /^.highlight .il { color: #009999; }$/;" c
42
+ .highlight .k docs/_site/assets/css/style.css /^.highlight .k, .highlight .kv { color: #000000; font-weight: bold; }$/;" c
43
+ .highlight .kc docs/_site/assets/css/style.css /^.highlight .kc { color: #000000; font-weight: bold; }$/;" c
44
+ .highlight .kd docs/_site/assets/css/style.css /^.highlight .kd { color: #000000; font-weight: bold; }$/;" c
45
+ .highlight .kn docs/_site/assets/css/style.css /^.highlight .kn { color: #000000; font-weight: bold; }$/;" c
46
+ .highlight .kp docs/_site/assets/css/style.css /^.highlight .kp { color: #000000; font-weight: bold; }$/;" c
47
+ .highlight .kr docs/_site/assets/css/style.css /^.highlight .kr { color: #000000; font-weight: bold; }$/;" c
48
+ .highlight .kt docs/_site/assets/css/style.css /^.highlight .kt { color: #445588; font-weight: bold; }$/;" c
49
+ .highlight .kv docs/_site/assets/css/style.css /^.highlight .k, .highlight .kv { color: #000000; font-weight: bold; }$/;" c
50
+ .highlight .m docs/_site/assets/css/style.css /^.highlight .m, .highlight .mb, .highlight .mx { color: #009999; }$/;" c
51
+ .highlight .mb docs/_site/assets/css/style.css /^.highlight .m, .highlight .mb, .highlight .mx { color: #009999; }$/;" c
52
+ .highlight .mf docs/_site/assets/css/style.css /^.highlight .mf { color: #009999; }$/;" c
53
+ .highlight .mh docs/_site/assets/css/style.css /^.highlight .mh { color: #009999; }$/;" c
54
+ .highlight .mi docs/_site/assets/css/style.css /^.highlight .mi { color: #009999; }$/;" c
55
+ .highlight .mo docs/_site/assets/css/style.css /^.highlight .mo { color: #009999; }$/;" c
56
+ .highlight .mx docs/_site/assets/css/style.css /^.highlight .m, .highlight .mb, .highlight .mx { color: #009999; }$/;" c
57
+ .highlight .na docs/_site/assets/css/style.css /^.highlight .na { color: #008080; }$/;" c
58
+ .highlight .nb docs/_site/assets/css/style.css /^.highlight .nb { color: #0086B3; }$/;" c
59
+ .highlight .nc docs/_site/assets/css/style.css /^.highlight .nc { color: #445588; font-weight: bold; }$/;" c
60
+ .highlight .nd docs/_site/assets/css/style.css /^.highlight .nd { color: #3c5d5d; font-weight: bold; }$/;" c
61
+ .highlight .ne docs/_site/assets/css/style.css /^.highlight .ne { color: #990000; font-weight: bold; }$/;" c
62
+ .highlight .nf docs/_site/assets/css/style.css /^.highlight .nf { color: #990000; font-weight: bold; }$/;" c
63
+ .highlight .ni docs/_site/assets/css/style.css /^.highlight .ni { color: #800080; }$/;" c
64
+ .highlight .nl docs/_site/assets/css/style.css /^.highlight .nl { color: #990000; font-weight: bold; }$/;" c
65
+ .highlight .nn docs/_site/assets/css/style.css /^.highlight .nn { color: #555555; }$/;" c
66
+ .highlight .no docs/_site/assets/css/style.css /^.highlight .no { color: #008080; }$/;" c
67
+ .highlight .nt docs/_site/assets/css/style.css /^.highlight .nt { color: #000080; }$/;" c
68
+ .highlight .nv docs/_site/assets/css/style.css /^.highlight .nv { color: #008080; }$/;" c
69
+ .highlight .o docs/_site/assets/css/style.css /^.highlight .o { color: #000000; font-weight: bold; }$/;" c
70
+ .highlight .ow docs/_site/assets/css/style.css /^.highlight .ow { color: #000000; font-weight: bold; }$/;" c
71
+ .highlight .s docs/_site/assets/css/style.css /^.highlight .s { color: #d14; }$/;" c
72
+ .highlight .s1 docs/_site/assets/css/style.css /^.highlight .s1 { color: #d14; }$/;" c
73
+ .highlight .s2 docs/_site/assets/css/style.css /^.highlight .s2 { color: #d14; }$/;" c
74
+ .highlight .sb docs/_site/assets/css/style.css /^.highlight .sb { color: #d14; }$/;" c
75
+ .highlight .sc docs/_site/assets/css/style.css /^.highlight .sc { color: #d14; }$/;" c
76
+ .highlight .sd docs/_site/assets/css/style.css /^.highlight .sd { color: #d14; }$/;" c
77
+ .highlight .se docs/_site/assets/css/style.css /^.highlight .se { color: #d14; }$/;" c
78
+ .highlight .sh docs/_site/assets/css/style.css /^.highlight .sh { color: #d14; }$/;" c
79
+ .highlight .si docs/_site/assets/css/style.css /^.highlight .si { color: #d14; }$/;" c
80
+ .highlight .sr docs/_site/assets/css/style.css /^.highlight .sr { color: #009926; }$/;" c
81
+ .highlight .ss docs/_site/assets/css/style.css /^.highlight .ss { color: #990073; }$/;" c
82
+ .highlight .sx docs/_site/assets/css/style.css /^.highlight .sx { color: #d14; }$/;" c
83
+ .highlight .vc docs/_site/assets/css/style.css /^.highlight .vc { color: #008080; }$/;" c
84
+ .highlight .vg docs/_site/assets/css/style.css /^.highlight .vg { color: #008080; }$/;" c
85
+ .highlight .vi docs/_site/assets/css/style.css /^.highlight .vi { color: #008080; }$/;" c
86
+ .highlight .w docs/_site/assets/css/style.css /^.highlight .w { color: #bbbbbb; }$/;" c
87
+ .highlight table pre docs/_site/assets/css/style.css /^.highlight table pre { margin: 0; }$/;" s
88
+ .highlight table td docs/_site/assets/css/style.css /^.highlight table td { padding: 5px; }$/;" s
89
+ .main-content docs/_site/assets/css/style.css /^.main-content { word-wrap: break-word; }$/;" c
90
+ .main-content docs/_site/assets/css/style.css /^@media screen and (max-width: 42em) { .main-content { padding: 2rem 1rem; font-size: 1rem; } }$/;" c
91
+ .main-content docs/_site/assets/css/style.css /^@media screen and (min-width: 42em) and (max-width: 64em) { .main-content { padding: 2rem 4rem; /;" c
92
+ .main-content docs/_site/assets/css/style.css /^@media screen and (min-width: 64em) { .main-content { max-width: 64rem; padding: 2rem 6rem; marg/;" c
93
+ .main-content .highlight docs/_site/assets/css/style.css /^.main-content .highlight { margin-bottom: 1rem; }$/;" c
94
+ .main-content .highlight pre docs/_site/assets/css/style.css /^.main-content .highlight pre { margin-bottom: 0; word-break: normal; }$/;" s
95
+ .main-content .highlight pre docs/_site/assets/css/style.css /^.main-content .highlight pre, .main-content pre { padding: 0.8rem; overflow: auto; font-size: 0./;" s
96
+ .main-content :first-child docs/_site/assets/css/style.css /^.main-content :first-child { margin-top: 0; }$/;" s
97
+ .main-content blockquote docs/_site/assets/css/style.css /^.main-content blockquote { padding: 0 1rem; margin-left: 0; color: #819198; border-left: 0.3rem /;" s
98
+ .main-content blockquote > :first-child docs/_site/assets/css/style.css /^.main-content blockquote > :first-child { margin-top: 0; }$/;" s
99
+ .main-content blockquote > :last-child docs/_site/assets/css/style.css /^.main-content blockquote > :last-child { margin-bottom: 0; }$/;" s
100
+ .main-content code docs/_site/assets/css/style.css /^.main-content code { padding: 2px 4px; font-family: Consolas, "Liberation Mono", Menlo, Courier,/;" s
101
+ .main-content dl docs/_site/assets/css/style.css /^.main-content dl { padding: 0; }$/;" s
102
+ .main-content dl dd docs/_site/assets/css/style.css /^.main-content dl dd { padding: 0; margin-bottom: 1rem; }$/;" s
103
+ .main-content dl dt docs/_site/assets/css/style.css /^.main-content dl dt { padding: 0; margin-top: 1rem; font-size: 1rem; font-weight: bold; }$/;" s
104
+ .main-content h1 docs/_site/assets/css/style.css /^.main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-/;" s
105
+ .main-content h2 docs/_site/assets/css/style.css /^.main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-/;" s
106
+ .main-content h3 docs/_site/assets/css/style.css /^.main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-/;" s
107
+ .main-content h4 docs/_site/assets/css/style.css /^.main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-/;" s
108
+ .main-content h5 docs/_site/assets/css/style.css /^.main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-/;" s
109
+ .main-content h6 docs/_site/assets/css/style.css /^.main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-/;" s
110
+ .main-content hr docs/_site/assets/css/style.css /^.main-content hr { height: 2px; padding: 0; margin: 1rem 0; background-color: #eff0f1; border: 0/;" s
111
+ .main-content img docs/_site/assets/css/style.css /^.main-content img { max-width: 100%; }$/;" s
112
+ .main-content kbd docs/_site/assets/css/style.css /^.main-content kbd { background-color: #fafbfc; border: 1px solid #c6cbd1; border-bottom-color: #/;" s
113
+ .main-content ol docs/_site/assets/css/style.css /^.main-content ul, .main-content ol { margin-top: 0; }$/;" s
114
+ .main-content p docs/_site/assets/css/style.css /^.main-content p { margin-bottom: 1em; }$/;" s
115
+ .main-content pre docs/_site/assets/css/style.css /^.main-content .highlight pre, .main-content pre { padding: 0.8rem; overflow: auto; font-size: 0./;" s
116
+ .main-content pre docs/_site/assets/css/style.css /^.main-content pre { padding: 0.8rem; margin-top: 0; margin-bottom: 1rem; font: 1rem Consolas, "L/;" s
117
+ .main-content pre > code docs/_site/assets/css/style.css /^.main-content pre > code { padding: 0; margin: 0; font-size: 0.9rem; color: #567482; word-break:/;" s
118
+ .main-content pre code docs/_site/assets/css/style.css /^.main-content pre code, .main-content pre tt { display: inline; max-width: initial; padding: 0; /;" s
119
+ .main-content pre code:after docs/_site/assets/css/style.css /^.main-content pre code:before, .main-content pre code:after, .main-content pre tt:before, .main-/;" s
120
+ .main-content pre code:before docs/_site/assets/css/style.css /^.main-content pre code:before, .main-content pre code:after, .main-content pre tt:before, .main-/;" s
121
+ .main-content pre tt docs/_site/assets/css/style.css /^.main-content pre code, .main-content pre tt { display: inline; max-width: initial; padding: 0; /;" s
122
+ .main-content pre tt:after docs/_site/assets/css/style.css /^.main-content pre code:before, .main-content pre code:after, .main-content pre tt:before, .main-/;" s
123
+ .main-content pre tt:before docs/_site/assets/css/style.css /^.main-content pre code:before, .main-content pre code:after, .main-content pre tt:before, .main-/;" s
124
+ .main-content table docs/_site/assets/css/style.css /^.main-content table { display: block; width: 100%; overflow: auto; word-break: normal; word-brea/;" s
125
+ .main-content table td docs/_site/assets/css/style.css /^.main-content table th, .main-content table td { padding: 0.5rem 1rem; border: 1px solid #e9ebec/;" s
126
+ .main-content table th docs/_site/assets/css/style.css /^.main-content table th { font-weight: bold; }$/;" s
127
+ .main-content table th docs/_site/assets/css/style.css /^.main-content table th, .main-content table td { padding: 0.5rem 1rem; border: 1px solid #e9ebec/;" s
128
+ .main-content ul docs/_site/assets/css/style.css /^.main-content ul, .main-content ol { margin-top: 0; }$/;" s
129
+ .page-header docs/_site/assets/css/style.css /^.page-header { color: #fff; text-align: center; background-color: #159957; background-image: lin/;" c
130
+ .page-header docs/_site/assets/css/style.css /^@media screen and (max-width: 42em) { .page-header { padding: 2rem 1rem; } }$/;" c
131
+ .page-header docs/_site/assets/css/style.css /^@media screen and (min-width: 42em) and (max-width: 64em) { .page-header { padding: 3rem 4rem; }/;" c
132
+ .page-header docs/_site/assets/css/style.css /^@media screen and (min-width: 64em) { .page-header { padding: 5rem 6rem; } }$/;" c
133
+ .project-name docs/_site/assets/css/style.css /^.project-name { margin-top: 0; margin-bottom: 0.1rem; }$/;" c
134
+ .project-name docs/_site/assets/css/style.css /^@media screen and (max-width: 42em) { .project-name { font-size: 1.75rem; } }$/;" c
135
+ .project-name docs/_site/assets/css/style.css /^@media screen and (min-width: 42em) and (max-width: 64em) { .project-name { font-size: 2.25rem; /;" c
136
+ .project-name docs/_site/assets/css/style.css /^@media screen and (min-width: 64em) { .project-name { font-size: 3.25rem; } }$/;" c
137
+ .project-tagline docs/_site/assets/css/style.css /^.project-tagline { margin-bottom: 2rem; font-weight: normal; opacity: 0.7; }$/;" c
138
+ .project-tagline docs/_site/assets/css/style.css /^@media screen and (max-width: 42em) { .project-tagline { font-size: 1rem; } }$/;" c
139
+ .project-tagline docs/_site/assets/css/style.css /^@media screen and (min-width: 42em) and (max-width: 64em) { .project-tagline { font-size: 1.15re/;" c
140
+ .project-tagline docs/_site/assets/css/style.css /^@media screen and (min-width: 64em) { .project-tagline { font-size: 1.25rem; } }$/;" c
141
+ .site-footer docs/_site/assets/css/style.css /^.site-footer { padding-top: 2rem; margin-top: 2rem; border-top: solid 1px #eff0f1; }$/;" c
142
+ .site-footer docs/_site/assets/css/style.css /^@media screen and (max-width: 42em) { .site-footer { font-size: 0.9rem; } }$/;" c
143
+ .site-footer docs/_site/assets/css/style.css /^@media screen and (min-width: 42em) and (max-width: 64em) { .site-footer { font-size: 1rem; } }$/;" c
144
+ .site-footer docs/_site/assets/css/style.css /^@media screen and (min-width: 64em) { .site-footer { font-size: 1rem; } }$/;" c
145
+ .site-footer-credits docs/_site/assets/css/style.css /^.site-footer-credits { color: #819198; }$/;" c
146
+ .site-footer-owner docs/_site/assets/css/style.css /^.site-footer-owner { display: block; font-weight: bold; }$/;" c
147
+ 404 docs/404.html /^ <h1>404<\/h1>$/;" h
148
+ 404 docs/_site/404.html /^ <h1>404<\/h1>$/;" h
149
+ Author README.md /^### Author$/;" S
14
150
  BaseGraph lib/rsyntaxtree/base_graph.rb /^ class BaseGraph$/;" c module:RSyntaxTree
15
- Development README.md /^### Development$/;" S chapter:🌲 RSyntaxTree: yet another syntax tree generator in Ruby
151
+ Basic Usage docs/_site/documentation.html /^<h3 id="basic-usage">Basic Usage<\/h3>$/;" j
152
+ Basic Usage docs/documentation.md /^### Basic Usage$/;" S chapter:Documentation
153
+ Box and Circle docs/documentation.md /^#### Box and Circle$/;" t subsection:Documentation""Font Styles, Text Decoration, and Sub/Superscripts
154
+ Cognitive Grammar (Experimental) docs/_site/examples.html /^<h2 id="category-cognitive-grammar-experimental"><b>Cognitive Grammar (Experimental)<\/b><\/h2>$/;" i
155
+ Combinatory Categorial Grammar (Experimental) docs/_site/examples.html /^<h2 id="category-combinatory-categorial-grammar-experimental"><b>Combinatory Categorial Grammar /;" i
156
+ Computer Science docs/_site/examples.html /^<h2 id="category-computer-science"><b>Computer Science<\/b><\/h2>$/;" i
157
+ Development README.md /^### Development$/;" S
158
+ Documentation README.md /^### Documentation$/;" S
159
+ Documentation docs/_site/documentation.html /^ <h1 class="no_toc" id="documentation">Documentation<\/h1>$/;" h
160
+ Documentation docs/documentation.md /^# Documentation$/;" c
161
+ Draw Paths between Nodes (experimental) docs/_site/documentation.html /^<h3 id="draw-paths-between-nodes-experimental">Draw Paths between Nodes (experimental)<\/h3>$/;" j
162
+ Draw Paths between Nodes (experimental) docs/documentation.md /^### Draw Paths between Nodes (experimental)$/;" S chapter:Documentation
16
163
  ETYPE_LEAF lib/rsyntaxtree.rb /^ETYPE_LEAF = 2$/;" C
17
164
  ETYPE_NODE lib/rsyntaxtree.rb /^ETYPE_NODE = 1$/;" C
18
- Element lib/rsyntaxtree/element.rb /^ class Element$/;" c class:RSyntaxTree
19
165
  Element lib/rsyntaxtree/element.rb /^ class Element$/;" c module:RSyntaxTree
20
- ElementList lib/rsyntaxtree/elementlist.rb /^ class ElementList$/;" c class:RSyntaxTree
21
166
  ElementList lib/rsyntaxtree/elementlist.rb /^ class ElementList$/;" c module:RSyntaxTree
22
- Example README.md /^### Example$/;" S chapter:🌲 RSyntaxTree: yet another syntax tree generator in Ruby
167
+ Escape Special Characters docs/_site/documentation.html /^<h3 id="escape-special-characters">Escape Special Characters<\/h3>$/;" j
168
+ Escape Special Characters docs/documentation.md /^### Escape Special Characters$/;" S chapter:Documentation
169
+ Example Gallery docs/_site/examples.html /^ <h1 id="examples">Example Gallery<\/h1>$/;" h
170
+ Example Gallery docs/examples.html /^<h1 id="examples">Example Gallery<\/h1>$/;" h
171
+ Examples README.md /^### Examples$/;" S
23
172
  FONT_DIR lib/rsyntaxtree.rb /^FONT_DIR = File.expand_path(File.dirname(__FILE__) + "\/..\/fonts")$/;" C
24
173
  FONT_SCALING lib/rsyntaxtree.rb /^FONT_SCALING = 2$/;" C
174
+ Font Styles docs/documentation.md /^#### Font Styles$/;" t subsection:Documentation""Font Styles, Text Decoration, and Sub/Superscripts
175
+ Font Styles, Text Decoration, and Sub/Superscripts docs/_site/documentation.html /^<h3 id="font-styles-text-decoration-and-subsuperscripts">Font Styles, Text Decoration, and Sub\//;" j
176
+ Font Styles, Text Decoration, and Sub/Superscripts docs/documentation.md /^### Font Styles, Text Decoration, and Sub\/Superscripts$/;" S chapter:Documentation
25
177
  FontMetrics lib/rsyntaxtree/utils.rb /^module FontMetrics$/;" m
26
- Installation README.md /^### Installation$/;" S chapter:🌲 RSyntaxTree: yet another syntax tree generator in Ruby
27
- License README.md /^### License$/;" S chapter:🌲 RSyntaxTree: yet another syntax tree generator in Ruby
178
+ Fonts Used to Generate PNG docs/_site/documentation.html /^<h3 id="fonts-used-to-generate-png">Fonts Used to Generate PNG<\/h3>$/;" j
179
+ Fonts Used to Generate PNG docs/documentation.md /^### Fonts Used to Generate PNG$/;" S chapter:Documentation
180
+ General docs/_site/examples.html /^<h2 id="category-general"><b>General<\/b><\/h2>$/;" i
181
+ Generative Grammar docs/_site/examples.html /^<h2 id="category-generative-grammar"><b>Generative Grammar<\/b><\/h2>$/;" i
182
+ Head-Driven Phrase Structure Grammar (Experimental) docs/_site/examples.html /^<h2 id="category-head-driven-phrase-structure-grammar-experimental"><b>Head-Driven Phrase Struct/;" i
183
+ Horizontal Line docs/documentation.md /^#### Horizontal Line$/;" t subsection:Documentation""Font Styles, Text Decoration, and Sub/Superscripts
184
+ Install Fonts for SVG docs/_site/documentation.html /^<h3 id="install-fonts-for-svg">Install Fonts for SVG<\/h3>$/;" j
185
+ Install Fonts for SVG docs/documentation.md /^### Install Fonts for SVG$/;" S chapter:Documentation
186
+ Installation README.md /^### Installation$/;" S
187
+ License README.md /^### License$/;" S
28
188
  Markup lib/rsyntaxtree/markup_parser.rb /^module Markup$/;" m
29
189
  MarkupParser lib/rsyntaxtree/markup_parser.rb /^class MarkupParser < Parslet::Parser$/;" c
30
190
  MarkupParserTest test/markup_parser_test.rb /^class MarkupParserTest < Minitest::Test$/;" c
31
- RSGenerator lib/rsyntaxtree.rb /^ class RSGenerator$/;" c class:RSyntaxTree
191
+ Newline docs/documentation.md /^#### Newline$/;" t subsection:Documentation""Font Styles, Text Decoration, and Sub/Superscripts
192
+ PNG形式を用いる場合 docs/_site/documentation_ja.html /^<h3 id="png形式を用いる場合">PNG形式を用いる場合<\/h3>$/;" j
193
+ PNG形式を用いる場合 docs/documentation_ja.md /^### PNG形式を用いる場合$/;" S chapter:ドキュメンテーション
194
+ Phonology docs/_site/examples.html /^<h2 id="category-phonology"><b>Phonology<\/b><\/h2>$/;" i
32
195
  RSGenerator lib/rsyntaxtree.rb /^ class RSGenerator$/;" c module:RSyntaxTree
33
196
  RSTError lib/rsyntaxtree.rb /^class RSTError < StandardError$/;" c
197
+ RSyntaxTree docs/_site/404.html /^ <\/h1>$/;" h
198
+ RSyntaxTree docs/_site/documentation.html /^ <\/h1>$/;" h
199
+ RSyntaxTree docs/_site/documentation_ja.html /^ <\/h1>$/;" h
200
+ RSyntaxTree docs/_site/examples.html /^ <\/h1>$/;" h
34
201
  RSyntaxTree lib/rsyntaxtree.rb /^module RSyntaxTree$/;" m
35
202
  RSyntaxTree lib/rsyntaxtree/base_graph.rb /^module RSyntaxTree$/;" m
36
203
  RSyntaxTree lib/rsyntaxtree/element.rb /^module RSyntaxTree$/;" m
@@ -38,30 +205,91 @@ RSyntaxTree lib/rsyntaxtree/elementlist.rb /^module RSyntaxTree$/;" m
38
205
  RSyntaxTree lib/rsyntaxtree/string_parser.rb /^module RSyntaxTree$/;" m
39
206
  RSyntaxTree lib/rsyntaxtree/svg_graph.rb /^module RSyntaxTree$/;" m
40
207
  RSyntaxTree lib/rsyntaxtree/version.rb /^module RSyntaxTree$/;" m
208
+ RSyntaxTree | Syntax tree generator made with Ruby docs/_site/404.html /^<title>RSyntaxTree | Syntax tree generator made with Ruby<\/title>$/;" j
209
+ RSyntaxTree | Syntax tree generator made with Ruby docs/_site/documentation.html /^<title>RSyntaxTree | Syntax tree generator made with Ruby<\/title>$/;" j
210
+ RSyntaxTree | Syntax tree generator made with Ruby docs/_site/documentation_ja.html /^<title>RSyntaxTree | Syntax tree generator made with Ruby<\/title>$/;" j
211
+ RSyntaxTree | Syntax tree generator made with Ruby docs/_site/examples.html /^<title>RSyntaxTree | Syntax tree generator made with Ruby<\/title>$/;" j
41
212
  SUBSCRIPT_CONST lib/rsyntaxtree.rb /^SUBSCRIPT_CONST = 0.7$/;" C
42
- SVGGraph lib/rsyntaxtree/svg_graph.rb /^ class SVGGraph < BaseGraph$/;" c class:RSyntaxTree
43
213
  SVGGraph lib/rsyntaxtree/svg_graph.rb /^ class SVGGraph < BaseGraph$/;" c module:RSyntaxTree
214
+ SVG形式を用いる場合 docs/_site/documentation_ja.html /^<h3 id="svg形式を用いる場合">SVG形式を用いる場合<\/h3>$/;" j
215
+ SVG形式を用いる場合 docs/documentation_ja.md /^### SVG形式を用いる場合$/;" S chapter:ドキュメンテーション
44
216
  String lib/rsyntaxtree/utils.rb /^class String$/;" c
45
- StringParser lib/rsyntaxtree/string_parser.rb /^ class StringParser$/;" c class:RSyntaxTree
46
217
  StringParser lib/rsyntaxtree/string_parser.rb /^ class StringParser$/;" c module:RSyntaxTree
47
- Tips README.md /^### Tips$/;" S chapter:🌲 RSyntaxTree: yet another syntax tree generator in Ruby
48
- Usage README.md /^### Usage$/;" S chapter:🌲 RSyntaxTree: yet another syntax tree generator in Ruby
49
- VERSION lib/rsyntaxtree/version.rb /^ VERSION = "1.0.2"$/;" C module:RSyntaxTree
218
+ Subscript and Superscript docs/documentation.md /^#### Subscript and Superscript$/;" t subsection:Documentation""Font Styles, Text Decoration, and Sub/Superscripts
219
+ Syntax tree generator made with Ruby docs/_site/404.html /^ <h2 class="project-tagline">Syntax tree generator made with Ruby<\/h2>$/;" i
220
+ Syntax tree generator made with Ruby docs/_site/documentation.html /^ <h2 class="project-tagline">Syntax tree generator made with Ruby<\/h2>$/;" i
221
+ Syntax tree generator made with Ruby docs/_site/documentation_ja.html /^ <h2 class="project-tagline">Syntax tree generator made with Ruby<\/h2>$/;" i
222
+ Syntax tree generator made with Ruby docs/_site/examples.html /^ <h2 class="project-tagline">Syntax tree generator made with Ruby<\/h2>$/;" i
223
+ Table of Contents docs/_site/documentation.html /^<h3 class="no_toc" id="table-of-contents">Table of Contents<\/h3>$/;" j
224
+ Table of Contents docs/documentation.md /^### Table of Contents$/;" S chapter:Documentation
225
+ Text Decoration docs/documentation.md /^#### Text Decoration$/;" t subsection:Documentation""Font Styles, Text Decoration, and Sub/Superscripts
226
+ Tic-Tac-Toe docs/_site/examples.html /^<h2 id="category-tic-tac-toe"><b>Tic-Tac-Toe<\/b><\/h2>$/;" i
227
+ Triangle, Square Brackets, Rectangle docs/_site/documentation.html /^<h3 id="triangle-square-brackets-rectangle">Triangle, Square Brackets, Rectangle<\/h3>$/;" j
228
+ Triangle, Square Brackets, Rectangle docs/documentation.md /^### Triangle, Square Brackets, Rectangle$/;" S chapter:Documentation
229
+ Usage README.md /^### Usage$/;" S
230
+ VERSION lib/rsyntaxtree/version.rb /^ VERSION = "1.0.8"$/;" C module:RSyntaxTree
50
231
  WHITESPACE_BLOCK lib/rsyntaxtree.rb /^WHITESPACE_BLOCK = "■"$/;" C
51
- Web Interface README.md /^### Web Interface$/;" S chapter:🌲 RSyntaxTree: yet another syntax tree generator in Ruby
232
+ Web Interface README.md /^### Web Interface$/;" S
233
+ Whitespace inside Label docs/documentation.md /^#### Whitespace inside Label$/;" t subsection:Documentation""Font Styles, Text Decoration, and Sub/Superscripts
234
+ a docs/_site/assets/css/style.css /^a { background-color: transparent; }$/;" s
235
+ a docs/_site/assets/css/style.css /^a { color: #1e6bb8; text-decoration: none; }$/;" s
236
+ a i docs/_site/assets/css/style.css /^a i { margin: 5px; }$/;" s
237
+ a:active docs/_site/assets/css/style.css /^a:active, a:hover { outline: 0; }$/;" s
238
+ a:hover docs/_site/assets/css/style.css /^a:active, a:hover { outline: 0; }$/;" s
239
+ a:hover docs/_site/assets/css/style.css /^a:hover { text-decoration: underline; }$/;" s
240
+ abbr[title] docs/_site/assets/css/style.css /^abbr[title] { border-bottom: 1px dotted; }$/;" s
52
241
  add lib/rsyntaxtree/elementlist.rb /^ def add(element)$/;" f class:RSyntaxTree.ElementList
53
242
  add_child lib/rsyntaxtree/element.rb /^ def add_child(child_id)$/;" f class:RSyntaxTree.Element
54
243
  all_emoji? lib/rsyntaxtree/utils.rb /^ def all_emoji?$/;" f class:String
244
+ arrow img/sample.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="7.823437500000001" markerHeight="7/;" d
245
+ arrow img/sample.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="7.823437500000001" markerHeight="7/;" i
246
+ article docs/_site/assets/css/style.css /^article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, s/;" s
247
+ aside docs/_site/assets/css/style.css /^article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, s/;" s
248
+ audio docs/_site/assets/css/style.css /^audio, canvas, progress, video { display: inline-block; \/* 1 *\/ vertical-align: baseline; \/* /;" s
249
+ audio:not([controls] ) docs/_site/assets/css/style.css /^audio:not([controls]) { display: none; height: 0; }$/;" s
250
+ b docs/_site/assets/css/style.css /^b, strong { font-weight: bold; }$/;" s
251
+ basic-usage docs/_site/documentation.html /^<h3 id="basic-usage">Basic Usage<\/h3>$/;" I
252
+ body docs/_site/assets/css/style.css /^body { margin: 0; }$/;" s
253
+ body docs/_site/assets/css/style.css /^body { padding: 0; margin: 0; font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans/;" s
254
+ box-and-circle docs/_site/documentation.html /^<h4 id="box-and-circle">Box and Circle<\/h4>$/;" I
255
+ button docs/_site/assets/css/style.css /^button { overflow: visible; }$/;" s
256
+ button docs/_site/assets/css/style.css /^button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearanc/;" s
257
+ button docs/_site/assets/css/style.css /^button, input, optgroup, select, textarea { color: inherit; \/* 1 *\/ font: inherit; \/* 2 *\/ m/;" s
258
+ button docs/_site/assets/css/style.css /^button, select { text-transform: none; }$/;" s
259
+ button::-moz-focus-inner docs/_site/assets/css/style.css /^button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }$/;" s
260
+ button[disabled] docs/_site/assets/css/style.css /^button[disabled], html input[disabled] { cursor: default; }$/;" s
55
261
  calculate_height lib/rsyntaxtree/base_graph.rb /^ def calculate_height(id = 1)$/;" f class:RSyntaxTree.BaseGraph
56
262
  calculate_indent lib/rsyntaxtree/base_graph.rb /^ def calculate_indent$/;" f class:RSyntaxTree.BaseGraph
57
263
  calculate_level lib/rsyntaxtree/base_graph.rb /^ def calculate_level$/;" f class:RSyntaxTree.BaseGraph
58
264
  calculate_width lib/rsyntaxtree/base_graph.rb /^ def calculate_width(id = 1)$/;" f class:RSyntaxTree.BaseGraph
59
- check_data lib/rsyntaxtree.rb /^ def self.check_data(text)$/;" F class:RSyntaxTree.RSGenerator
265
+ canvas docs/_site/assets/css/style.css /^audio, canvas, progress, video { display: inline-block; \/* 1 *\/ vertical-align: baseline; \/* /;" s
266
+ category-cognitive-grammar-experimental docs/_site/examples.html /^<h2 id="category-cognitive-grammar-experimental"><b>Cognitive Grammar (Experimental)<\/b><\/h2>$/;" I
267
+ category-combinatory-categorial-grammar-experimental docs/_site/examples.html /^<h2 id="category-combinatory-categorial-grammar-experimental"><b>Combinatory Categorial Grammar /;" I
268
+ category-computer-science docs/_site/examples.html /^<h2 id="category-computer-science"><b>Computer Science<\/b><\/h2>$/;" I
269
+ category-general docs/_site/examples.html /^<h2 id="category-general"><b>General<\/b><\/h2>$/;" I
270
+ category-generative-grammar docs/_site/examples.html /^<h2 id="category-generative-grammar"><b>Generative Grammar<\/b><\/h2>$/;" I
271
+ category-head-driven-phrase-structure-grammar-experimental docs/_site/examples.html /^<h2 id="category-head-driven-phrase-structure-grammar-experimental"><b>Head-Driven Phrase Struct/;" I
272
+ category-phonology docs/_site/examples.html /^<h2 id="category-phonology"><b>Phonology<\/b><\/h2>$/;" I
273
+ category-tic-tac-toe docs/_site/examples.html /^<h2 id="category-tic-tac-toe"><b>Tic-Tac-Toe<\/b><\/h2>$/;" I
274
+ category-{{category.name | slugify }} docs/examples.html /^<h2 id="category-{{category.name | slugify }}"><b>{{ category.name }}<\/b><\/h2>$/;" I
60
275
  check_data lib/rsyntaxtree.rb /^ def self.check_data(text)$/;" S class:RSyntaxTree.RSGenerator
276
+ code docs/_site/assets/css/style.css /^code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }$/;" s
61
277
  contains_cjk? lib/rsyntaxtree/utils.rb /^ def contains_cjk?$/;" f class:String
62
278
  contains_emoji? lib/rsyntaxtree/utils.rb /^ def contains_emoji?$/;" f class:String
279
+ content docs/_layouts/default.html /^ <main id="content" class="main-content" role="main">$/;" I
280
+ content docs/_site/404.html /^ <main id="content" class="main-content" role="main">$/;" I
281
+ content docs/_site/documentation.html /^ <main id="content" class="main-content" role="main">$/;" I
282
+ content docs/_site/documentation_ja.html /^ <main id="content" class="main-content" role="main">$/;" I
283
+ content docs/_site/examples.html /^ <main id="content" class="main-content" role="main">$/;" I
63
284
  data lib/rsyntaxtree/string_parser.rb /^ attr_accessor :data, :elist, :pos, :id, :level$/;" A class:RSyntaxTree.StringParser
64
285
  data= lib/rsyntaxtree/string_parser.rb /^ attr_accessor :data, :elist, :pos, :id, :level$/;" A class:RSyntaxTree.StringParser
286
+ default Rakefile /^task default: "test"$/;" t
287
+ details docs/_site/assets/css/style.css /^article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, s/;" s
288
+ dfn docs/_site/assets/css/style.css /^dfn { font-style: italic; }$/;" s
289
+ div.grid docs/_site/assets/css/style.css /^@media only screen and (max-width: 768px) { div.grid { display: block; } }$/;" c
290
+ div.grid docs/_site/assets/css/style.css /^div.grid { display: grid; grid-template-columns: 1fr 1fr; }$/;" c
291
+ documentation docs/_site/documentation.html /^ <h1 class="no_toc" id="documentation">Documentation<\/h1>$/;" I
292
+ draw-paths-between-nodes-experimental docs/_site/documentation.html /^<h3 id="draw-paths-between-nodes-experimental">Draw Paths between Nodes (experimental)<\/h3>$/;" I
65
293
  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
66
294
  draw_connector lib/rsyntaxtree/base_graph.rb /^ def draw_connector(id = 1)$/;" f class:RSyntaxTree.BaseGraph
67
295
  draw_element lib/rsyntaxtree/svg_graph.rb /^ def draw_element(element)$/;" f class:RSyntaxTree.SVGGraph
@@ -74,6 +302,17 @@ elements lib/rsyntaxtree/elementlist.rb /^ attr_accessor :elements, :iterator
74
302
  elements= lib/rsyntaxtree/elementlist.rb /^ attr_accessor :elements, :iterator $/;" A class:RSyntaxTree.ElementList
75
303
  elist lib/rsyntaxtree/string_parser.rb /^ attr_accessor :data, :elist, :pos, :id, :level$/;" A class:RSyntaxTree.StringParser
76
304
  elist= lib/rsyntaxtree/string_parser.rb /^ attr_accessor :data, :elist, :pos, :id, :level$/;" A class:RSyntaxTree.StringParser
305
+ escape-special-characters docs/_site/documentation.html /^<h3 id="escape-special-characters">Escape Special Characters<\/h3>$/;" I
306
+ examples docs/_site/examples.html /^ <h1 id="examples">Example Gallery<\/h1>$/;" I
307
+ examples docs/examples.html /^<h1 id="examples">Example Gallery<\/h1>$/;" I
308
+ fieldset docs/_site/assets/css/style.css /^fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }$/;" s
309
+ figcaption docs/_site/assets/css/style.css /^article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, s/;" s
310
+ figure docs/_site/assets/css/style.css /^article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, s/;" s
311
+ figure docs/_site/assets/css/style.css /^figure { margin: 1em 40px; }$/;" s
312
+ font-styles docs/_site/documentation.html /^<h4 id="font-styles">Font Styles<\/h4>$/;" I
313
+ font-styles-text-decoration-and-subsuperscripts docs/_site/documentation.html /^<h3 id="font-styles-text-decoration-and-subsuperscripts">Font Styles, Text Decoration, and Sub\//;" I
314
+ fonts-used-to-generate-png docs/_site/documentation.html /^<h3 id="fonts-used-to-generate-png">Fonts Used to Generate PNG<\/h3>$/;" I
315
+ footer docs/_site/assets/css/style.css /^article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, s/;" s
77
316
  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
78
317
  get_child_count lib/rsyntaxtree/elementlist.rb /^ def get_child_count(id)$/;" f class:RSyntaxTree.ElementList
79
318
  get_children lib/rsyntaxtree/elementlist.rb /^ def get_children(id)$/;" f class:RSyntaxTree.ElementList
@@ -85,17 +324,29 @@ get_id lib/rsyntaxtree/elementlist.rb /^ def get_id(id)$/;" f class:RSyntaxTr
85
324
  get_indent lib/rsyntaxtree/elementlist.rb /^ def get_indent(id)$/;" f class:RSyntaxTree.ElementList
86
325
  get_leftmost lib/rsyntaxtree/base_graph.rb /^ def get_leftmost(id = 1)$/;" f class:RSyntaxTree.BaseGraph
87
326
  get_level_height lib/rsyntaxtree/elementlist.rb /^ def get_level_height$/;" f class:RSyntaxTree.ElementList
88
- get_metrics lib/rsyntaxtree/utils.rb /^ def get_metrics(text, font, fontsize, font_style, font_weight)$/;" f class:FontMetrics
89
327
  get_metrics lib/rsyntaxtree/utils.rb /^ def get_metrics(text, font, fontsize, font_style, font_weight)$/;" f module:FontMetrics
90
328
  get_next lib/rsyntaxtree/elementlist.rb /^ def get_next$/;" f class:RSyntaxTree.ElementList
91
329
  get_next_token lib/rsyntaxtree/string_parser.rb /^ def get_next_token$/;" f class:RSyntaxTree.StringParser
92
330
  get_rightmost lib/rsyntaxtree/base_graph.rb /^ def get_rightmost(id = 1)$/;" f class:RSyntaxTree.BaseGraph
331
+ grid docs/assets/css/style.scss /^ div.grid {$/;" c
332
+ grid docs/assets/css/style.scss /^div.grid {$/;" c
333
+ h1 docs/_site/assets/css/style.css /^h1 { font-size: 2em; margin: 0.67em 0; }$/;" s
334
+ h3 docs/_site/assets/css/style.css /^h3 { border-bottom: 1px solid lightgray; margin-top: 1em; margin-bottom: 1em; padding-bottom: 0./;" s
335
+ header docs/_site/assets/css/style.css /^article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, s/;" s
93
336
  height lib/rsyntaxtree/svg_graph.rb /^ attr_accessor :width, :height$/;" A class:RSyntaxTree.SVGGraph
94
337
  height= lib/rsyntaxtree/svg_graph.rb /^ attr_accessor :width, :height$/;" A class:RSyntaxTree.SVGGraph
338
+ hgroup docs/_site/assets/css/style.css /^article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, s/;" s
339
+ hidden docs/_site/assets/css/style.css /^[hidden], template { display: none; }$/;" s
340
+ horizontal-line docs/_site/documentation.html /^<h4 id="horizontal-line">Horizontal Line<\/h4>$/;" I
341
+ hr docs/_site/assets/css/style.css /^hr { box-sizing: content-box; height: 0; }$/;" s
342
+ html docs/_site/assets/css/style.css /^html { font-family: sans-serif; \/* 1 *\/ -ms-text-size-adjust: 100%; \/* 2 *\/ -webkit-text-siz/;" s
343
+ html input[disabled] docs/_site/assets/css/style.css /^button[disabled], html input[disabled] { cursor: default; }$/;" s
344
+ html input[type="button"] docs/_site/assets/css/style.css /^button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearanc/;" s
95
345
  id lib/rsyntaxtree/element.rb /^ attr_accessor :id,$/;" A class:RSyntaxTree.Element
96
346
  id lib/rsyntaxtree/string_parser.rb /^ attr_accessor :data, :elist, :pos, :id, :level$/;" A class:RSyntaxTree.StringParser
97
347
  id= lib/rsyntaxtree/element.rb /^ attr_accessor :id,$/;" A class:RSyntaxTree.Element
98
348
  id= lib/rsyntaxtree/string_parser.rb /^ attr_accessor :data, :elist, :pos, :id, :level$/;" A class:RSyntaxTree.StringParser
349
+ img docs/_site/assets/css/style.css /^img { border: 0; }$/;" s
99
350
  initialize lib/rsyntaxtree.rb /^ def initialize(params = {})$/;" f class:RSyntaxTree.RSGenerator
100
351
  initialize lib/rsyntaxtree.rb /^ def initialize(msg="Error: something unexpected occurred")$/;" f class:RSTError
101
352
  initialize lib/rsyntaxtree/base_graph.rb /^ def initialize(element_list, params)$/;" f class:RSyntaxTree.BaseGraph
@@ -103,77 +354,214 @@ initialize lib/rsyntaxtree/element.rb /^ def initialize(id, parent, content,
103
354
  initialize lib/rsyntaxtree/elementlist.rb /^ def initialize$/;" f class:RSyntaxTree.ElementList
104
355
  initialize lib/rsyntaxtree/string_parser.rb /^ def initialize(str, fontset, fontsize)$/;" f class:RSyntaxTree.StringParser
105
356
  initialize lib/rsyntaxtree/svg_graph.rb /^ def initialize(element_list, params)$/;" f class:RSyntaxTree.SVGGraph
357
+ input docs/_site/assets/css/style.css /^button, input, optgroup, select, textarea { color: inherit; \/* 1 *\/ font: inherit; \/* 2 *\/ m/;" s
358
+ input docs/_site/assets/css/style.css /^input { line-height: normal; }$/;" s
359
+ input::-moz-focus-inner docs/_site/assets/css/style.css /^button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }$/;" s
360
+ input[type="checkbox"] docs/_site/assets/css/style.css /^input[type="checkbox"], input[type="radio"] { box-sizing: border-box; \/* 1 *\/ padding: 0; \/* /;" s
361
+ input[type="number"] ::-webkit-inner-spin-button docs/_site/assets/css/style.css /^input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button/;" s
362
+ input[type="number"] ::-webkit-outer-spin-button docs/_site/assets/css/style.css /^input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button/;" s
363
+ input[type="radio"] docs/_site/assets/css/style.css /^input[type="checkbox"], input[type="radio"] { box-sizing: border-box; \/* 1 *\/ padding: 0; \/* /;" s
364
+ input[type="reset"] docs/_site/assets/css/style.css /^button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearanc/;" s
365
+ input[type="search"] docs/_site/assets/css/style.css /^input[type="search"] { -webkit-appearance: textfield; \/* 1 *\/ \/* 2 *\/ box-sizing: content-bo/;" s
366
+ input[type="search"] ::-webkit-search-cancel-button docs/_site/assets/css/style.css /^input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decorat/;" s
367
+ input[type="search"] ::-webkit-search-decoration docs/_site/assets/css/style.css /^input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decorat/;" s
368
+ input[type="submit"] docs/_site/assets/css/style.css /^button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearanc/;" s
369
+ install-fonts-for-svg docs/_site/documentation.html /^<h3 id="install-fonts-for-svg">Install Fonts for SVG<\/h3>$/;" I
106
370
  iterator lib/rsyntaxtree/elementlist.rb /^ attr_accessor :elements, :iterator $/;" A class:RSyntaxTree.ElementList
107
371
  iterator= lib/rsyntaxtree/elementlist.rb /^ attr_accessor :elements, :iterator $/;" A class:RSyntaxTree.ElementList
372
+ kbd docs/_site/assets/css/style.css /^code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }$/;" s
373
+ legend docs/_site/assets/css/style.css /^legend { border: 0; \/* 1 *\/ padding: 0; \/* 2 *\/ }$/;" s
108
374
  level lib/rsyntaxtree/string_parser.rb /^ attr_accessor :data, :elist, :pos, :id, :level$/;" A class:RSyntaxTree.StringParser
109
375
  level= lib/rsyntaxtree/string_parser.rb /^ attr_accessor :data, :elist, :pos, :id, :level$/;" A class:RSyntaxTree.StringParser
110
376
  line_to_parent lib/rsyntaxtree/svg_graph.rb /^ def line_to_parent(parent, child)$/;" f class:RSyntaxTree.SVGGraph
111
- line_to_parent lib/rsyntaxtree/svg_graph.rb /^ def line_to_parent(parent, child)$/;" f class:RSyntaxTree
112
- line_to_parent2 lib/rsyntaxtree/svg_graph.rb /^ def line_to_parent2(parent, child)$/;" f class:RSyntaxTree.SVGGraph
377
+ main docs/_site/assets/css/style.css /^article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, s/;" s
113
378
  make_balance lib/rsyntaxtree/base_graph.rb /^ def make_balance(id = 1)$/;" f class:RSyntaxTree.BaseGraph
114
379
  make_tree lib/rsyntaxtree/string_parser.rb /^ def make_tree(parent)$/;" f class:RSyntaxTree.StringParser
115
- monoline_to_parent lib/rsyntaxtree/svg_graph.rb /^ def monoline_to_parent(parent, child)$/;" f class:RSyntaxTree.SVGGraph
380
+ mark docs/_site/assets/css/style.css /^mark { background: #ff0; color: #000; }$/;" s
381
+ markdown-toc docs/_site/documentation.html /^<ol id="markdown-toc">$/;" I
382
+ markdown-toc docs/_site/documentation_ja.html /^<ol id="markdown-toc">$/;" I
383
+ markdown-toc-basic-usage docs/_site/documentation.html /^ <li><a href="#basic-usage" id="markdown-toc-basic-usage">Basic Usage<\/a><\/li>$/;" I
384
+ markdown-toc-box-and-circle docs/_site/documentation.html /^ <li><a href="#box-and-circle" id="markdown-toc-box-and-circle">Box and Circle<\/a><\/li>$/;" I
385
+ markdown-toc-draw-paths-between-nodes-experimental docs/_site/documentation.html /^ <li><a href="#draw-paths-between-nodes-experimental" id="markdown-toc-draw-paths-between-nodes/;" I
386
+ markdown-toc-escape-special-characters docs/_site/documentation.html /^ <li><a href="#escape-special-characters" id="markdown-toc-escape-special-characters">Escape Sp/;" I
387
+ markdown-toc-font-styles docs/_site/documentation.html /^ <li><a href="#font-styles" id="markdown-toc-font-styles">Font Styles<\/a><\/li>$/;" I
388
+ markdown-toc-font-styles-text-decoration-and-subsuperscripts docs/_site/documentation.html /^ <li><a href="#font-styles-text-decoration-and-subsuperscripts" id="markdown-toc-font-styles-te/;" I
389
+ markdown-toc-fonts-used-to-generate-png docs/_site/documentation.html /^ <li><a href="#fonts-used-to-generate-png" id="markdown-toc-fonts-used-to-generate-png">Fonts U/;" I
390
+ markdown-toc-horizontal-line docs/_site/documentation.html /^ <li><a href="#horizontal-line" id="markdown-toc-horizontal-line">Horizontal Line<\/a><\/li/;" I
391
+ markdown-toc-install-fonts-for-svg docs/_site/documentation.html /^ <li><a href="#install-fonts-for-svg" id="markdown-toc-install-fonts-for-svg">Install Fonts for/;" I
392
+ markdown-toc-newline docs/_site/documentation.html /^ <li><a href="#newline" id="markdown-toc-newline">Newline<\/a><\/li>$/;" I
393
+ markdown-toc-png形式を用いる場合 docs/_site/documentation_ja.html /^ <li><a href="#png形式を用いる場合" id="markdown-toc-png形式を用いる場合">PNG形/;" I
394
+ markdown-toc-subscript-and-superscript docs/_site/documentation.html /^ <li><a href="#subscript-and-superscript" id="markdown-toc-subscript-and-superscript">Subsc/;" I
395
+ markdown-toc-svg形式を用いる場合 docs/_site/documentation_ja.html /^ <li><a href="#svg形式を用いる場合" id="markdown-toc-svg形式を用いる場合">SVG形/;" I
396
+ markdown-toc-text-decoration docs/_site/documentation.html /^ <li><a href="#text-decoration" id="markdown-toc-text-decoration">Text Decoration<\/a><\/li/;" I
397
+ markdown-toc-triangle-square-brackets-rectangle docs/_site/documentation.html /^ <li><a href="#triangle-square-brackets-rectangle" id="markdown-toc-triangle-square-brackets-re/;" I
398
+ markdown-toc-whitespace-inside-label docs/_site/documentation.html /^ <li><a href="#whitespace-inside-label" id="markdown-toc-whitespace-inside-label">Whitespac/;" I
399
+ markdown-toc-コネクター docs/_site/documentation_ja.html /^ <li><a href="#コネクター" id="markdown-toc-コネクター">コネクター<\/a><\/li>$/;" I
400
+ markdown-toc-スペースと改行 docs/_site/documentation_ja.html /^ <li><a href="#スペースと改行" id="markdown-toc-スペースと改行">スペースと改/;" I
401
+ markdown-toc-テキストの描画 docs/_site/documentation_ja.html /^ <li><a href="#テキストの描画" id="markdown-toc-テキストの描画">テキストの描/;" I
402
+ markdown-toc-テキスト以外の要素の描画 docs/_site/documentation_ja.html /^ <li><a href="#テキスト以外の要素の描画" id="markdown-toc-テキスト以外の要素/;" I
403
+ markdown-toc-テキスト装飾 docs/_site/documentation_ja.html /^ <li><a href="#テキスト装飾" id="markdown-toc-テキスト装飾">テキスト装飾</;" I
404
+ markdown-toc-ノードからノードへのパスの描画試験的機能 docs/_site/documentation_ja.html /^ <li><a href="#ノードからノードへのパスの描画試験的機能" id="markdown-toc-ノ/;" I
405
+ markdown-toc-フォントスタイル docs/_site/documentation_ja.html /^ <li><a href="#フォントスタイル" id="markdown-toc-フォントスタイル">フォン/;" I
406
+ markdown-toc-ボックスとサークル docs/_site/documentation_ja.html /^ <li><a href="#ボックスとサークル" id="markdown-toc-ボックスとサークル">ボ/;" I
407
+ markdown-toc-ラベル内のスペース docs/_site/documentation_ja.html /^ <li><a href="#ラベル内のスペース" id="markdown-toc-ラベル内のスペース">ラ/;" I
408
+ markdown-toc-リーフを囲む括弧と矩形の描画 docs/_site/documentation_ja.html /^ <li><a href="#リーフを囲む括弧と矩形の描画" id="markdown-toc-リーフを囲む括/;" I
409
+ markdown-toc-一部の文字を表示するためのエスケープ docs/_site/documentation_ja.html /^ <li><a href="#一部の文字を表示するためのエスケープ" id="markdown-toc-一部の/;" I
410
+ markdown-toc-上付き文字と下付き文字 docs/_site/documentation_ja.html /^ <li><a href="#上付き文字と下付き文字" id="markdown-toc-上付き文字と下付/;" I
411
+ markdown-toc-基本的な使い方 docs/_site/documentation_ja.html /^ <li><a href="#基本的な使い方" id="markdown-toc-基本的な使い方">基本的な使い/;" I
412
+ markdown-toc-改行 docs/_site/documentation_ja.html /^ <li><a href="#改行" id="markdown-toc-改行">改行<\/a><\/li>$/;" I
413
+ markdown-toc-水平線 docs/_site/documentation_ja.html /^ <li><a href="#水平線" id="markdown-toc-水平線">水平線<\/a><\/li>$/;" I
414
+ menu docs/_site/assets/css/style.css /^article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, s/;" s
415
+ nav docs/_site/assets/css/style.css /^article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, s/;" s
416
+ newline docs/_site/documentation.html /^<h4 id="newline">Newline<\/h4>$/;" I
116
417
  node_centering lib/rsyntaxtree/base_graph.rb /^ def node_centering$/;" f class:RSyntaxTree.BaseGraph
117
- parse lib/rsyntaxtree/markup_parser.rb /^ def parse(txt)$/;" f class:Markup
418
+ 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
419
+ 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
420
+ optgroup docs/_site/assets/css/style.css /^button, input, optgroup, select, textarea { color: inherit; \/* 1 *\/ font: inherit; \/* 2 *\/ m/;" s
421
+ optgroup docs/_site/assets/css/style.css /^optgroup { font-weight: bold; }$/;" s
118
422
  parse lib/rsyntaxtree/markup_parser.rb /^ def parse(txt)$/;" f module:Markup
119
423
  parse lib/rsyntaxtree/string_parser.rb /^ def parse$/;" f class:RSyntaxTree.StringParser
120
424
  parse_list lib/rsyntaxtree/base_graph.rb /^ def parse_list$/;" f class:RSyntaxTree.BaseGraph
121
- polyline_to_parent lib/rsyntaxtree/svg_graph.rb /^ def polyline_to_parent(parent, child)$/;" f class:RSyntaxTree.SVGGraph
122
- polyline_to_parent lib/rsyntaxtree/svg_graph.rb /^ def polyline_to_parent(parent, child)$/;" f class:RSyntaxTree.SVGGraph.line_to_parent
425
+ png形式を用いる場合 docs/_site/documentation_ja.html /^<h3 id="png形式を用いる場合">PNG形式を用いる場合<\/h3>$/;" I
123
426
  pos lib/rsyntaxtree/string_parser.rb /^ attr_accessor :data, :elist, :pos, :id, :level$/;" A class:RSyntaxTree.StringParser
124
427
  pos= lib/rsyntaxtree/string_parser.rb /^ attr_accessor :data, :elist, :pos, :id, :level$/;" A class:RSyntaxTree.StringParser
428
+ pre docs/_site/assets/css/style.css /^code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }$/;" s
429
+ pre docs/_site/assets/css/style.css /^pre { overflow: auto; }$/;" s
430
+ progress docs/_site/assets/css/style.css /^audio, canvas, progress, video { display: inline-block; \/* 1 *\/ vertical-align: baseline; \/* /;" s
125
431
  rsyntaxtree rsyntaxtree.gemspec /^ s.name = "rsyntaxtree"$/;" g
432
+ samp docs/_site/assets/css/style.css /^code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }$/;" s
433
+ section docs/_site/assets/css/style.css /^article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, s/;" s
434
+ select docs/_site/assets/css/style.css /^button, input, optgroup, select, textarea { color: inherit; \/* 1 *\/ font: inherit; \/* 2 *\/ m/;" s
435
+ select docs/_site/assets/css/style.css /^button, select { text-transform: none; }$/;" s
126
436
  set_element_width lib/rsyntaxtree/elementlist.rb /^ def set_element_width(id, width)$/;" f class:RSyntaxTree.ElementList
127
437
  set_hierarchy lib/rsyntaxtree/elementlist.rb /^ def set_hierarchy$/;" f class:RSyntaxTree.ElementList
128
438
  set_indent lib/rsyntaxtree/elementlist.rb /^ def set_indent(id, indent)$/;" f class:RSyntaxTree.ElementList
129
439
  set_tspan lib/rsyntaxtree/svg_graph.rb /^ def set_tspan(this_x, this_y, style, decoration, fontstyle, text)$/;" f class:RSyntaxTree.SVGGraph
130
440
  setup lib/rsyntaxtree/element.rb /^ def setup$/;" f class:RSyntaxTree.Element
131
441
  setup test/markup_parser_test.rb /^ def setup$/;" f class:MarkupParserTest
442
+ skip-to-content docs/_layouts/default.html /^ <a id="skip-to-content" href="#content">Skip to the content.<\/a>$/;" I
443
+ skip-to-content docs/_site/404.html /^ <a id="skip-to-content" href="#content">Skip to the content.<\/a>$/;" I
444
+ skip-to-content docs/_site/documentation.html /^ <a id="skip-to-content" href="#content">Skip to the content.<\/a>$/;" I
445
+ skip-to-content docs/_site/documentation_ja.html /^ <a id="skip-to-content" href="#content">Skip to the content.<\/a>$/;" I
446
+ skip-to-content docs/_site/examples.html /^ <a id="skip-to-content" href="#content">Skip to the content.<\/a>$/;" I
447
+ small docs/_site/assets/css/style.css /^small { font-size: 80%; }$/;" s
448
+ social-media docs/_includes/social_media_links.html /^<div id="social-media" style='color: black;'>$/;" I
449
+ social-media docs/_site/404.html /^<div id="social-media" style='color: black;'>$/;" I
450
+ social-media docs/_site/documentation.html /^<div id="social-media" style='color: black;'>$/;" I
451
+ social-media docs/_site/documentation_ja.html /^<div id="social-media" style='color: black;'>$/;" I
452
+ social-media docs/_site/examples.html /^<div id="social-media" style='color: black;'>$/;" I
132
453
  split_by_emoji lib/rsyntaxtree/utils.rb /^ def split_by_emoji$/;" f class:String
454
+ strong docs/_site/assets/css/style.css /^b, strong { font-weight: bold; }$/;" s
455
+ sub docs/_site/assets/css/style.css /^sub { bottom: -0.25em; }$/;" s
456
+ sub docs/_site/assets/css/style.css /^sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }$/;" s
457
+ subscript-and-superscript docs/_site/documentation.html /^<h4 id="subscript-and-superscript">Subscript and Superscript<\/h4>$/;" I
458
+ summary docs/_site/assets/css/style.css /^article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, s/;" s
459
+ sup docs/_site/assets/css/style.css /^sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }$/;" s
460
+ sup docs/_site/assets/css/style.css /^sup { top: -0.5em; }$/;" s
461
+ svg:not(:root) docs/_site/assets/css/style.css /^svg:not(:root) { overflow: hidden; }$/;" s
133
462
  svg_data lib/rsyntaxtree/svg_graph.rb /^ def svg_data$/;" f class:RSyntaxTree.SVGGraph
134
- test_evaluator test/markup_parser_test.rb /^ def test_evaluator$/;" f
463
+ svg形式を用いる場合 docs/_site/documentation_ja.html /^<h3 id="svg形式を用いる場合">SVG形式を用いる場合<\/h3>$/;" I
464
+ table docs/_site/assets/css/style.css /^table { border-collapse: collapse; border-spacing: 0; }$/;" s
465
+ table-of-contents docs/_site/documentation.html /^<h3 class="no_toc" id="table-of-contents">Table of Contents<\/h3>$/;" I
466
+ td docs/_site/assets/css/style.css /^td, th { padding: 0; }$/;" s
467
+ template docs/_site/assets/css/style.css /^[hidden], template { display: none; }$/;" s
135
468
  test_evaluator test/markup_parser_test.rb /^ def test_evaluator$/;" f class:MarkupParserTest
136
- test_rule_bold test/markup_parser_test.rb /^ def test_rule_bold$/;" f
137
469
  test_rule_bold test/markup_parser_test.rb /^ def test_rule_bold$/;" f class:MarkupParserTest
138
- test_rule_bolditalic test/markup_parser_test.rb /^ def test_rule_bolditalic$/;" f
139
470
  test_rule_bolditalic test/markup_parser_test.rb /^ def test_rule_bolditalic$/;" f class:MarkupParserTest
140
- test_rule_border test/markup_parser_test.rb /^ def test_rule_border$/;" f
141
471
  test_rule_border test/markup_parser_test.rb /^ def test_rule_border$/;" f class:MarkupParserTest
142
- test_rule_box test/markup_parser_test.rb /^ def test_rule_box$/;" f
143
472
  test_rule_box test/markup_parser_test.rb /^ def test_rule_box$/;" f class:MarkupParserTest
144
473
  test_rule_brackets test/markup_parser_test.rb /^ def test_rule_brackets$/;" f class:MarkupParserTest
145
474
  test_rule_cr test/markup_parser_test.rb /^ def test_rule_cr$/;" f class:MarkupParserTest
146
475
  test_rule_escaped test/markup_parser_test.rb /^ def test_rule_escaped$/;" f class:MarkupParserTest
147
- test_rule_italic test/markup_parser_test.rb /^ def test_rule_italic$/;" f
148
476
  test_rule_italic test/markup_parser_test.rb /^ def test_rule_italic$/;" f class:MarkupParserTest
149
- test_rule_line test/markup_parser_test.rb /^ def test_rule_line$/;" f
150
477
  test_rule_line test/markup_parser_test.rb /^ def test_rule_line$/;" f class:MarkupParserTest
151
- test_rule_lines test/markup_parser_test.rb /^ def test_rule_lines$/;" f
152
478
  test_rule_lines test/markup_parser_test.rb /^ def test_rule_lines$/;" f class:MarkupParserTest
153
- test_rule_linethrough test/markup_parser_test.rb /^ def test_rule_linethrough$/;" f
154
479
  test_rule_linethrough test/markup_parser_test.rb /^ def test_rule_linethrough$/;" f class:MarkupParserTest
155
- test_rule_markup test/markup_parser_test.rb /^ def test_rule_markup$/;" f
156
480
  test_rule_markup test/markup_parser_test.rb /^ def test_rule_markup$/;" f class:MarkupParserTest
157
- test_rule_non_escaped test/markup_parser_test.rb /^ def test_rule_non_escaped$/;" f
158
481
  test_rule_non_escaped test/markup_parser_test.rb /^ def test_rule_non_escaped$/;" f class:MarkupParserTest
159
- test_rule_overline test/markup_parser_test.rb /^ def test_rule_overline$/;" f
160
482
  test_rule_overline test/markup_parser_test.rb /^ def test_rule_overline$/;" f class:MarkupParserTest
161
483
  test_rule_path test/markup_parser_test.rb /^ def test_rule_path$/;" f class:MarkupParserTest
162
- test_rule_subscript test/markup_parser_test.rb /^ def test_rule_subscript$/;" f
163
484
  test_rule_subscript test/markup_parser_test.rb /^ def test_rule_subscript$/;" f class:MarkupParserTest
164
- test_rule_superscript test/markup_parser_test.rb /^ def test_rule_superscript$/;" f
165
485
  test_rule_superscript test/markup_parser_test.rb /^ def test_rule_superscript$/;" f class:MarkupParserTest
166
- test_rule_text test/markup_parser_test.rb /^ def test_rule_text$/;" f
167
486
  test_rule_text test/markup_parser_test.rb /^ def test_rule_text$/;" f class:MarkupParserTest
168
487
  test_rule_triangle test/markup_parser_test.rb /^ def test_rule_triangle$/;" f class:MarkupParserTest
169
- test_rule_underline test/markup_parser_test.rb /^ def test_rule_underline$/;" f
170
488
  test_rule_underline test/markup_parser_test.rb /^ def test_rule_underline$/;" f class:MarkupParserTest
489
+ text-001 docs/_site/examples.html /^ <div id="text-001" style='max-height: 600px; overflow-y: auto; margin-bottom: 20px;'>$/;" I
490
+ text-002 docs/_site/examples.html /^ <div id="text-002" style='max-height: 600px; overflow-y: auto; margin-bottom: 20px;'>$/;" I
491
+ text-003 docs/_site/examples.html /^ <div id="text-003" style='max-height: 600px; overflow-y: auto; margin-bottom: 20px;'>$/;" I
492
+ text-004 docs/_site/examples.html /^ <div id="text-004" style='max-height: 600px; overflow-y: auto; margin-bottom: 20px;'>$/;" I
493
+ text-005 docs/_site/examples.html /^ <div id="text-005" style='max-height: 600px; overflow-y: auto; margin-bottom: 20px;'>$/;" I
494
+ text-006 docs/_site/examples.html /^ <div id="text-006" style='max-height: 600px; overflow-y: auto; margin-bottom: 20px;'>$/;" I
495
+ text-007 docs/_site/examples.html /^ <div id="text-007" style='max-height: 600px; overflow-y: auto; margin-bottom: 20px;'>$/;" I
496
+ text-008 docs/_site/examples.html /^ <div id="text-008" style='max-height: 600px; overflow-y: auto; margin-bottom: 20px;'>$/;" I
497
+ text-009 docs/_site/examples.html /^ <div id="text-009" style='max-height: 600px; overflow-y: auto; margin-bottom: 20px;'>$/;" I
498
+ text-010 docs/_site/examples.html /^ <div id="text-010" style='max-height: 600px; overflow-y: auto; margin-bottom: 20px;'>$/;" I
499
+ text-011 docs/_site/examples.html /^ <div id="text-011" style='max-height: 600px; overflow-y: auto; margin-bottom: 20px;'>$/;" I
500
+ text-012 docs/_site/examples.html /^ <div id="text-012" style='max-height: 600px; overflow-y: auto; margin-bottom: 20px;'>$/;" I
501
+ text-013 docs/_site/examples.html /^ <div id="text-013" style='max-height: 600px; overflow-y: auto; margin-bottom: 20px;'>$/;" I
502
+ text-014 docs/_site/examples.html /^ <div id="text-014" style='max-height: 600px; overflow-y: auto; margin-bottom: 20px;'>$/;" I
503
+ text-015 docs/_site/examples.html /^ <div id="text-015" style='max-height: 600px; overflow-y: auto; margin-bottom: 20px;'>$/;" I
504
+ text-016 docs/_site/examples.html /^ <div id="text-016" style='max-height: 600px; overflow-y: auto; margin-bottom: 20px;'>$/;" I
505
+ text-017 docs/_site/examples.html /^ <div id="text-017" style='max-height: 600px; overflow-y: auto; margin-bottom: 20px;'>$/;" I
506
+ text-018 docs/_site/examples.html /^ <div id="text-018" style='max-height: 600px; overflow-y: auto; margin-bottom: 20px;'>$/;" I
507
+ text-019 docs/_site/examples.html /^ <div id="text-019" style='max-height: 600px; overflow-y: auto; margin-bottom: 20px;'>$/;" I
508
+ text-020 docs/_site/examples.html /^ <div id="text-020" style='max-height: 600px; overflow-y: auto; margin-bottom: 20px;'>$/;" I
509
+ text-decoration docs/_site/documentation.html /^<h4 id="text-decoration">Text Decoration<\/h4>$/;" I
510
+ text-{{example.name}} docs/examples.html /^ <div id="text-{{example.name}}" style='max-height: 600px; overflow-y: auto; margin-bottom: 2/;" I
511
+ textarea docs/_site/assets/css/style.css /^button, input, optgroup, select, textarea { color: inherit; \/* 1 *\/ font: inherit; \/* 2 *\/ m/;" s
512
+ textarea docs/_site/assets/css/style.css /^textarea { overflow: auto; }$/;" s
513
+ th docs/_site/assets/css/style.css /^td, th { padding: 0; }$/;" s
514
+ triangle-square-brackets-rectangle docs/_site/documentation.html /^<h3 id="triangle-square-brackets-rectangle">Triangle, Square Brackets, Rectangle<\/h3>$/;" I
171
515
  triangle_to_parent lib/rsyntaxtree/svg_graph.rb /^ def triangle_to_parent(parent, child)$/;" f class:RSyntaxTree.SVGGraph
172
- triangle_to_parent lib/rsyntaxtree/svg_graph.rb /^ def triangle_to_parent(parent, child)$/;" f class:RSyntaxTree.SVGGraph.line_to_parent
173
- triangle_to_parent lib/rsyntaxtree/svg_graph.rb /^ def triangle_to_parent(parent, child)$/;" f class:RSyntaxTree
174
- triangle_to_parent2 lib/rsyntaxtree/svg_graph.rb /^ def triangle_to_parent2(parent, child)$/;" f class:RSyntaxTree.SVGGraph
175
- valid lib/rsyntaxtree/string_parser.rb /^ def self.valid?(data)$/;" F class:RSyntaxTree.StringParser
176
516
  valid? lib/rsyntaxtree/string_parser.rb /^ def self.valid?(data)$/;" S class:RSyntaxTree.StringParser
517
+ video docs/_site/assets/css/style.css /^audio, canvas, progress, video { display: inline-block; \/* 1 *\/ vertical-align: baseline; \/* /;" s
518
+ whitespace-inside-label docs/_site/documentation.html /^<h4 id="whitespace-inside-label">Whitespace inside Label<\/h4>$/;" I
177
519
  width lib/rsyntaxtree/svg_graph.rb /^ attr_accessor :width, :height$/;" A class:RSyntaxTree.SVGGraph
178
520
  width= lib/rsyntaxtree/svg_graph.rb /^ attr_accessor :width, :height$/;" A class:RSyntaxTree.SVGGraph
179
- 🌲 RSyntaxTree: yet another syntax tree generator in Ruby README.md /^# 🌲 RSyntaxTree: yet another syntax tree generator in Ruby$/;" c
521
+ {{ category.name }} docs/examples.html /^<h2 id="category-{{category.name | slugify }}"><b>{{ category.name }}<\/b><\/h2>$/;" i
522
+ {{ 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
523
+ {{ page.title | default: site.title | default: site.github.repository_name }} docs/_layouts/default.html /^ <\/h1>$/;" h
524
+ コネクター docs/_site/documentation_ja.html /^<h3 id="コネクター">コネクター<\/h3>$/;" I
525
+ コネクター docs/_site/documentation_ja.html /^<h3 id="コネクター">コネクター<\/h3>$/;" j
526
+ コネクター docs/documentation_ja.md /^### コネクター$/;" S chapter:ドキュメンテーション
527
+ スペースと改行 docs/_site/documentation_ja.html /^<h3 id="スペースと改行">スペースと改行<\/h3>$/;" I
528
+ スペースと改行 docs/_site/documentation_ja.html /^<h3 id="スペースと改行">スペースと改行<\/h3>$/;" j
529
+ スペースと改行 docs/documentation_ja.md /^### スペースと改行$/;" S chapter:ドキュメンテーション
530
+ テキストの描画 docs/_site/documentation_ja.html /^<h3 id="テキストの描画">テキストの描画<\/h3>$/;" I
531
+ テキストの描画 docs/_site/documentation_ja.html /^<h3 id="テキストの描画">テキストの描画<\/h3>$/;" j
532
+ テキストの描画 docs/documentation_ja.md /^### テキストの描画$/;" S chapter:ドキュメンテーション
533
+ テキスト以外の要素の描画 docs/_site/documentation_ja.html /^<h3 id="テキスト以外の要素の描画">テキスト以外の要素の描画<\/h3>$/;" I
534
+ テキスト以外の要素の描画 docs/_site/documentation_ja.html /^<h3 id="テキスト以外の要素の描画">テキスト以外の要素の描画<\/h3>$/;" j
535
+ テキスト以外の要素の描画 docs/documentation_ja.md /^### テキスト以外の要素の描画$/;" S chapter:ドキュメンテーション
536
+ テキスト装飾 docs/_site/documentation_ja.html /^<h4 id="テキスト装飾">テキスト装飾<\/h4>$/;" I
537
+ テキスト装飾 docs/documentation_ja.md /^#### テキスト装飾$/;" t subsection:ドキュメンテーション""テキストの描画
538
+ ドキュメンテーション docs/_site/documentation_ja.html /^ <h1 class="no_toc" id="ドキュメンテーション">ドキュメンテーション<\/h1/;" I
539
+ ドキュメンテーション docs/_site/documentation_ja.html /^ <h1 class="no_toc" id="ドキュメンテーション">ドキュメンテーション<\/h1/;" h
540
+ ドキュメンテーション docs/documentation_ja.md /^# ドキュメンテーション$/;" c
541
+ ノードからノードへのパスの描画試験的機能 docs/_site/documentation_ja.html /^<h3 id="ノードからノードへのパスの描画試験的機能">ノードからノードへ/;" I
542
+ ノードからノードへのパスの描画(試験的機能) docs/_site/documentation_ja.html /^<h3 id="ノードからノードへのパスの描画試験的機能">ノードからノードへ/;" j
543
+ ノードからノードへのパスの描画(試験的機能) docs/documentation_ja.md /^### ノードからノードへのパスの描画(試験的機能)$/;" S chapter:ドキュメンテーション
544
+ フォントスタイル docs/_site/documentation_ja.html /^<h4 id="フォントスタイル">フォント・スタイル<\/h4>$/;" I
545
+ フォント・スタイル docs/documentation_ja.md /^#### フォント・スタイル$/;" t subsection:ドキュメンテーション""テキストの描画
546
+ ボックスとサークル docs/_site/documentation_ja.html /^<h4 id="ボックスとサークル">ボックスとサークル<\/h4>$/;" I
547
+ ボックスとサークル docs/documentation_ja.md /^#### ボックスとサークル$/;" t subsection:ドキュメンテーション""テキスト以外の要素の描画
548
+ ラベル内のスペース docs/_site/documentation_ja.html /^<h4 id="ラベル内のスペース">ラベル内のスペース<\/h4>$/;" I
549
+ ラベル内のスペース docs/documentation_ja.md /^#### ラベル内のスペース$/;" t subsection:ドキュメンテーション""スペースと改行
550
+ リーフを囲む括弧と矩形の描画 docs/_site/documentation_ja.html /^<h3 id="リーフを囲む括弧と矩形の描画">リーフを囲む括弧と矩形の描画<\//;" I
551
+ リーフを囲む括弧と矩形の描画 docs/_site/documentation_ja.html /^<h3 id="リーフを囲む括弧と矩形の描画">リーフを囲む括弧と矩形の描画<\//;" j
552
+ リーフを囲む括弧と矩形の描画 docs/documentation_ja.md /^### リーフを囲む括弧と矩形の描画$/;" S chapter:ドキュメンテーション
553
+ 一部の文字を表示するためのエスケープ docs/_site/documentation_ja.html /^<h3 id="一部の文字を表示するためのエスケープ">一部の文字を表示するた/;" I
554
+ 一部の文字を表示するためのエスケープ docs/_site/documentation_ja.html /^<h3 id="一部の文字を表示するためのエスケープ">一部の文字を表示するた/;" j
555
+ 一部の文字を表示するためのエスケープ docs/documentation_ja.md /^### 一部の文字を表示するためのエスケープ$/;" S chapter:ドキュメンテーション
556
+ 上付き文字と下付き文字 docs/_site/documentation_ja.html /^<h4 id="上付き文字と下付き文字">上付き文字と下付き文字<\/h4>$/;" I
557
+ 上付き文字と下付き文字 docs/documentation_ja.md /^#### 上付き文字と下付き文字$/;" t subsection:ドキュメンテーション""テキストの描画
558
+ 基本的な使い方 docs/_site/documentation_ja.html /^<h3 id="基本的な使い方">基本的な使い方<\/h3>$/;" I
559
+ 基本的な使い方 docs/_site/documentation_ja.html /^<h3 id="基本的な使い方">基本的な使い方<\/h3>$/;" j
560
+ 基本的な使い方 docs/documentation_ja.md /^### 基本的な使い方$/;" S chapter:ドキュメンテーション
561
+ 改行 docs/_site/documentation_ja.html /^<h4 id="改行">改行<\/h4>$/;" I
562
+ 改行 docs/documentation_ja.md /^#### 改行$/;" t subsection:ドキュメンテーション""スペースと改行
563
+ 水平線 docs/_site/documentation_ja.html /^<h4 id="水平線">水平線<\/h4>$/;" I
564
+ 水平線 docs/documentation_ja.md /^#### 水平線$/;" t subsection:ドキュメンテーション""テキスト以外の要素の描画
565
+ 目次 docs/_site/documentation_ja.html /^<h3 class="no_toc" id="目次">目次<\/h3>$/;" I
566
+ 目次 docs/_site/documentation_ja.html /^<h3 class="no_toc" id="目次">目次<\/h3>$/;" j
567
+ 目次 docs/documentation_ja.md /^### 目次$/;" S chapter:ドキュメンテーション