rsyntaxtree 1.1.3 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.rubocop.yml +1 -1
- data/.tags +581 -102
- data/docs/_examples/000.md +25 -0
- data/docs/_examples/010.md +0 -1
- data/docs/_examples/029.md +56 -0
- data/docs/_examples/030.md +33 -0
- data/docs/_examples/031.md +20 -0
- data/docs/_examples/032.md +26 -0
- data/docs/_examples/033.md +26 -0
- data/docs/_examples/034.md +26 -0
- data/docs/assets/img/000.png +0 -0
- data/docs/assets/img/001.png +0 -0
- data/docs/assets/img/002.png +0 -0
- data/docs/assets/img/003.png +0 -0
- data/docs/assets/img/004.png +0 -0
- data/docs/assets/img/005.png +0 -0
- data/docs/assets/img/006.png +0 -0
- data/docs/assets/img/007.png +0 -0
- data/docs/assets/img/008.png +0 -0
- data/docs/assets/img/009.png +0 -0
- data/docs/assets/img/010.png +0 -0
- data/docs/assets/img/011.png +0 -0
- data/docs/assets/img/012.png +0 -0
- data/docs/assets/img/013.png +0 -0
- data/docs/assets/img/014.png +0 -0
- data/docs/assets/img/015.png +0 -0
- data/docs/assets/img/017.png +0 -0
- data/docs/assets/img/018.png +0 -0
- data/docs/assets/img/019.png +0 -0
- data/docs/assets/img/020.png +0 -0
- data/docs/assets/img/021.png +0 -0
- data/docs/assets/img/022.png +0 -0
- data/docs/assets/img/023.png +0 -0
- data/docs/assets/img/024.png +0 -0
- data/docs/assets/img/025.png +0 -0
- data/docs/assets/img/026.png +0 -0
- data/docs/assets/img/027.png +0 -0
- data/docs/assets/img/028.png +0 -0
- data/docs/assets/img/029.png +0 -0
- data/docs/assets/img/030.png +0 -0
- data/docs/assets/img/031.png +0 -0
- data/docs/assets/img/032.png +0 -0
- data/docs/assets/img/033.png +0 -0
- data/docs/assets/img/034.png +0 -0
- data/docs/assets/svg/000.svg +68 -0
- data/docs/assets/svg/001.svg +3 -0
- data/docs/assets/svg/002.svg +3 -0
- data/docs/assets/svg/003.svg +3 -0
- data/docs/assets/svg/004.svg +3 -0
- data/docs/assets/svg/005.svg +3 -0
- data/docs/assets/svg/006.svg +3 -0
- data/docs/assets/svg/007.svg +3 -0
- data/docs/assets/svg/008.svg +3 -0
- data/docs/assets/svg/009.svg +3 -0
- data/docs/assets/svg/010.svg +13 -8
- data/docs/assets/svg/011.svg +3 -0
- data/docs/assets/svg/012.svg +3 -0
- data/docs/assets/svg/013.svg +3 -0
- data/docs/assets/svg/014.svg +3 -0
- data/docs/assets/svg/015.svg +3 -0
- data/docs/assets/svg/016.svg +3 -0
- data/docs/assets/svg/017.svg +3 -0
- data/docs/assets/svg/018.svg +3 -0
- data/docs/assets/svg/019.svg +186 -183
- data/docs/assets/svg/020.svg +3 -0
- data/docs/assets/svg/021.svg +3 -0
- data/docs/assets/svg/022.svg +69 -66
- data/docs/assets/svg/023.svg +18 -15
- data/docs/assets/svg/024.svg +3 -0
- data/docs/assets/svg/025.svg +3 -0
- data/docs/assets/svg/026.svg +3 -0
- data/docs/assets/svg/027.svg +3 -0
- data/docs/assets/svg/028.svg +3 -0
- data/docs/assets/svg/029.svg +126 -0
- data/docs/assets/svg/030.svg +76 -0
- data/docs/assets/svg/031.svg +36 -0
- data/docs/assets/svg/032.svg +73 -0
- data/docs/assets/svg/033.svg +74 -0
- data/docs/assets/svg/034.svg +91 -0
- data/docs/documentation.md +18 -5
- data/docs/documentation_ja.md +11 -3
- data/docs/examples.html +44 -41
- data/lib/rsyntaxtree/element.rb +1 -2
- data/lib/rsyntaxtree/markup_parser.rb +1 -1
- data/lib/rsyntaxtree/svg_graph.rb +90 -18
- data/lib/rsyntaxtree/version.rb +1 -1
- data/test/markup_parser_test.rb +2 -0
- metadata +24 -3
data/.tags
CHANGED
|
@@ -224,27 +224,35 @@
|
|
|
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
|
+
Animal ontology docs/_site/examples.html /^ <h2 id="category-formal-concept-analysis"><b>Formal Concept Analysis<\/b><\/h2><h3>Animal on/;" j
|
|
228
|
+
Arithmetic parser docs/_site/examples.html /^ <div><a href="#examples">🔝<\/a><\/div><h3>Arithmetic parser<\/h3>$/;" j
|
|
227
229
|
Author README.md /^## Author$/;" s
|
|
228
|
-
BaseGraph lib/rsyntaxtree/base_graph.rb /^ class BaseGraph$/;" c class:RSyntaxTree
|
|
229
230
|
BaseGraph lib/rsyntaxtree/base_graph.rb /^ class BaseGraph$/;" c module:RSyntaxTree
|
|
230
231
|
Basic Usage docs/_site/documentation.html /^<h3 id="basic-usage">Basic Usage<\/h3>$/;" j
|
|
231
232
|
Basic Usage docs/documentation.md /^### Basic Usage$/;" S chapter:Documentation
|
|
233
|
+
Basic binary tree docs/_site/examples.html /^ <div><a href="#examples">🔝<\/a><\/div><h3>Basic binary tree<\/h3>$/;" j
|
|
234
|
+
Basic polyline sample docs/_site/examples.html /^ <div><a href="#examples">🔝<\/a><\/div><h3>Basic polyline sample<\/h3>$/;" j
|
|
235
|
+
Basic tree with triangles docs/_site/examples.html /^ <div><a href="#examples">🔝<\/a><\/div><h3>Basic tree with triangles<\/h3>$/;" j
|
|
232
236
|
Box and Circle docs/documentation.md /^#### Box and Circle$/;" t subsection:Documentation""Font Styles, Text Decoration, and Sub/Superscripts
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
237
|
+
CCG sample docs/_site/examples.html /^ <div><a href="#examples">🔝<\/a><\/div><h3>CCG sample<\/h3>$/;" j
|
|
238
|
+
CCG sample docs/_site/examples.html /^ <h2 id="category-combinatory-categorial-grammar"><b>Combinatory Categorial Grammar<\/b><\/h2/;" j
|
|
239
|
+
Cognitive Grammar docs/_site/examples.html /^ <h2 id="category-cognitive-grammar"><b>Cognitive Grammar<\/b><\/h2><h3>Cognitive Grammar sam/;" i
|
|
240
|
+
Cognitive Grammar sample docs/_site/examples.html /^ <h2 id="category-cognitive-grammar"><b>Cognitive Grammar<\/b><\/h2><h3>Cognitive Grammar sam/;" j
|
|
241
|
+
Combinatory Categorial Grammar docs/_site/examples.html /^ <h2 id="category-combinatory-categorial-grammar"><b>Combinatory Categorial Grammar<\/b><\/h2/;" i
|
|
242
|
+
Computer Science docs/_site/examples.html /^ <h2 id="category-computer-science"><b>Computer Science<\/b><\/h2><h3>Programming language pa/;" i
|
|
243
|
+
Construction Grammar docs/_site/examples.html /^ <h2 id="category-construction-grammar"><b>Construction Grammar<\/b><\/h2><h3>Network of non-/;" i
|
|
236
244
|
Development README.md /^## Development$/;" s
|
|
237
245
|
Documentation README.md /^## Documentation$/;" s
|
|
238
246
|
Documentation docs/_site/documentation.html /^ <h1 class="no_toc" id="documentation">Documentation<\/h1>$/;" h
|
|
239
247
|
Documentation docs/documentation.md /^# Documentation$/;" c
|
|
248
|
+
Draw Extra Connectors between Nodes (experimental) docs/_site/documentation.html /^<h3 id="draw-extra-connectors-between-nodes-experimental">Draw Extra Connectors between Nodes (e/;" j
|
|
249
|
+
Draw Extra Connectors between Nodes (experimental) docs/documentation.md /^### Draw Extra Connectors between Nodes (experimental)$/;" S chapter:Documentation
|
|
240
250
|
Draw Paths between Nodes (experimental) docs/_site/documentation.html /^<h3 id="draw-paths-between-nodes-experimental">Draw Paths between Nodes (experimental)<\/h3>$/;" j
|
|
241
251
|
Draw Paths between Nodes (experimental) docs/documentation.md /^### Draw Paths between Nodes (experimental)$/;" S chapter:Documentation
|
|
242
252
|
ETYPE_LEAF lib/rsyntaxtree.rb /^ETYPE_LEAF = 2$/;" C
|
|
243
253
|
ETYPE_LEAF lib/rsyntaxtree/base_graph.rb /^ ETYPE_LEAF == target.type &&$/;" C method:RSyntaxTree.BaseGraph.calculate_height
|
|
244
254
|
ETYPE_NODE lib/rsyntaxtree.rb /^ETYPE_NODE = 1$/;" C
|
|
245
|
-
Element lib/rsyntaxtree/element.rb /^ class Element$/;" c class:RSyntaxTree
|
|
246
255
|
Element lib/rsyntaxtree/element.rb /^ class Element$/;" c module:RSyntaxTree
|
|
247
|
-
ElementList lib/rsyntaxtree/elementlist.rb /^ class ElementList$/;" c class:RSyntaxTree
|
|
248
256
|
ElementList lib/rsyntaxtree/elementlist.rb /^ class ElementList$/;" c module:RSyntaxTree
|
|
249
257
|
Escape Special Characters docs/_site/documentation.html /^<h3 id="escape-special-characters">Escape Special Characters<\/h3>$/;" j
|
|
250
258
|
Escape Special Characters docs/documentation.md /^### Escape Special Characters$/;" S chapter:Documentation
|
|
@@ -260,24 +268,34 @@ Font Styles, Text Decoration, and Sub/Superscripts docs/documentation.md /^### F
|
|
|
260
268
|
FontMetrics lib/rsyntaxtree/utils.rb /^module FontMetrics$/;" m
|
|
261
269
|
Fonts Used to Generate PNG docs/_site/documentation.html /^<h3 id="fonts-used-to-generate-png">Fonts Used to Generate PNG<\/h3>$/;" j
|
|
262
270
|
Fonts Used to Generate PNG docs/documentation.md /^### Fonts Used to Generate PNG$/;" S chapter:Documentation
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
271
|
+
Formal Concept Analysis docs/_site/examples.html /^ <h2 id="category-formal-concept-analysis"><b>Formal Concept Analysis<\/b><\/h2><h3>Animal on/;" i
|
|
272
|
+
Formal Semantics docs/_site/examples.html /^ <h2 id="category-formal-semantics"><b>Formal Semantics<\/b><\/h2><h3>Lambda calculus<\/h3>$/;" i
|
|
273
|
+
From phoneme to sentence docs/_site/examples.html /^ <div><a href="#examples">🔝<\/a><\/div><h3>From phoneme to sentence<\/h3>$/;" j
|
|
274
|
+
General docs/_site/examples.html /^ <h2 id="category-general"><b>General<\/b><\/h2><h3>RSyntaxTree basic example<\/h3>$/;" i
|
|
275
|
+
Generative Grammar docs/_site/examples.html /^ <h2 id="category-generative-grammar"><b>Generative Grammar<\/b><\/h2><h3>Minimalistic syntre/;" i
|
|
276
|
+
HPSG sample docs/_site/examples.html /^ <h2 id="category-head-driven-phrase-structure-grammar"><b>Head-Driven Phrase Structure Gramm/;" j
|
|
277
|
+
Head-Driven Phrase Structure Grammar docs/_site/examples.html /^ <h2 id="category-head-driven-phrase-structure-grammar"><b>Head-Driven Phrase Structure Gramm/;" i
|
|
266
278
|
Horizontal Line docs/documentation.md /^#### Horizontal Line$/;" t subsection:Documentation""Font Styles, Text Decoration, and Sub/Superscripts
|
|
267
279
|
Install Fonts for SVG docs/_site/documentation.html /^<h3 id="install-fonts-for-svg">Install Fonts for SVG<\/h3>$/;" j
|
|
268
280
|
Install Fonts for SVG docs/documentation.md /^### Install Fonts for SVG$/;" S chapter:Documentation
|
|
269
281
|
Installation README.md /^## Installation$/;" s
|
|
282
|
+
Lambda calculus docs/_site/examples.html /^ <h2 id="category-formal-semantics"><b>Formal Semantics<\/b><\/h2><h3>Lambda calculus<\/h3>$/;" j
|
|
270
283
|
License README.md /^## License$/;" s
|
|
271
284
|
Markup lib/rsyntaxtree/markup_parser.rb /^module Markup$/;" m
|
|
272
|
-
Markup lib/rsyntaxtree/markup_parser_new.rb /^module Markup$/;" m
|
|
273
285
|
MarkupParser lib/rsyntaxtree/markup_parser.rb /^class MarkupParser < Parslet::Parser$/;" c
|
|
274
|
-
MarkupParser lib/rsyntaxtree/markup_parser_new.rb /^class MarkupParser < Parslet::Parser$/;" c
|
|
275
286
|
MarkupParserTest test/markup_parser_test.rb /^class MarkupParserTest < Minitest::Test$/;" c
|
|
287
|
+
Minimalistic syntree docs/_site/examples.html /^ <div><a href="#examples">🔝<\/a><\/div><h3>Minimalistic syntree<\/h3>$/;" j
|
|
288
|
+
Minimalistic syntree docs/_site/examples.html /^ <h2 id="category-generative-grammar"><b>Generative Grammar<\/b><\/h2><h3>Minimalistic syntre/;" j
|
|
289
|
+
Miscellaneous docs/_site/examples.html /^ <h2 id="category-miscellaneous"><b>Miscellaneous<\/b><\/h2><h3>Tick-tac-toe<\/h3>$/;" i
|
|
290
|
+
Network of non-prototypical sentence constructions docs/_site/examples.html /^ <h2 id="category-construction-grammar"><b>Construction Grammar<\/b><\/h2><h3>Network of non-/;" j
|
|
276
291
|
Newline docs/documentation.md /^#### Newline$/;" t subsection:Documentation""Font Styles, Text Decoration, and Sub/Superscripts
|
|
292
|
+
Non-binary tree sample docs/_site/examples.html /^ <div><a href="#examples">🔝<\/a><\/div><h3>Non-binary tree sample<\/h3>$/;" j
|
|
277
293
|
PNG形式を用いる場合 docs/_site/documentation_ja.html /^<h3 id="png形式を用いる場合">PNG形式を用いる場合<\/h3>$/;" j
|
|
278
294
|
PNG形式を用いる場合 docs/documentation_ja.md /^### PNG形式を用いる場合$/;" S chapter:ドキュメンテーション
|
|
279
|
-
Phonology docs/_site/examples.html
|
|
280
|
-
|
|
295
|
+
Phonology docs/_site/examples.html /^ <h2 id="category-phonology"><b>Phonology<\/b><\/h2><h3>Phonology sample<\/h3>$/;" i
|
|
296
|
+
Phonology sample docs/_site/examples.html /^ <h2 id="category-phonology"><b>Phonology<\/b><\/h2><h3>Phonology sample<\/h3>$/;" j
|
|
297
|
+
Pragmatics docs/_site/examples.html /^ <h2 id="category-pragmatics"><b>Pragmatics<\/b><\/h2><h3>Types of meaning<\/h3>$/;" i
|
|
298
|
+
Programming language parser docs/_site/examples.html /^ <h2 id="category-computer-science"><b>Computer Science<\/b><\/h2><h3>Programming language pa/;" j
|
|
281
299
|
RSGenerator lib/rsyntaxtree.rb /^ class RSGenerator$/;" c module:RSyntaxTree
|
|
282
300
|
RSTError lib/rsyntaxtree.rb /^class RSTError < StandardError$/;" c
|
|
283
301
|
RSyntaxTree docs/_site/404.html /^ <\/h1>$/;" h
|
|
@@ -291,19 +309,19 @@ RSyntaxTree lib/rsyntaxtree/elementlist.rb /^module RSyntaxTree$/;" m
|
|
|
291
309
|
RSyntaxTree lib/rsyntaxtree/string_parser.rb /^module RSyntaxTree$/;" m
|
|
292
310
|
RSyntaxTree lib/rsyntaxtree/svg_graph.rb /^module RSyntaxTree$/;" m
|
|
293
311
|
RSyntaxTree lib/rsyntaxtree/version.rb /^module RSyntaxTree$/;" m
|
|
312
|
+
RSyntaxTree basic example docs/_site/examples.html /^ <h2 id="category-general"><b>General<\/b><\/h2><h3>RSyntaxTree basic example<\/h3>$/;" j
|
|
294
313
|
RSyntaxTree | Syntax tree generator made with Ruby docs/_site/404.html /^<title>RSyntaxTree | Syntax tree generator made with Ruby<\/title>$/;" j
|
|
295
314
|
RSyntaxTree | Syntax tree generator made with Ruby docs/_site/documentation.html /^<title>RSyntaxTree | Syntax tree generator made with Ruby<\/title>$/;" j
|
|
296
315
|
RSyntaxTree | Syntax tree generator made with Ruby docs/_site/documentation_ja.html /^<title>RSyntaxTree | Syntax tree generator made with Ruby<\/title>$/;" j
|
|
297
316
|
RSyntaxTree | Syntax tree generator made with Ruby docs/_site/examples.html /^<title>RSyntaxTree | Syntax tree generator made with Ruby<\/title>$/;" j
|
|
298
317
|
References README.md /^## References$/;" s
|
|
299
318
|
SUBSCRIPT_CONST lib/rsyntaxtree.rb /^SUBSCRIPT_CONST = 0.7$/;" C
|
|
300
|
-
SVGGraph lib/rsyntaxtree/svg_graph.rb /^ class SVGGraph < BaseGraph$/;" c class:RSyntaxTree
|
|
301
319
|
SVGGraph lib/rsyntaxtree/svg_graph.rb /^ class SVGGraph < BaseGraph$/;" c module:RSyntaxTree
|
|
302
320
|
SVG形式を用いる場合 docs/_site/documentation_ja.html /^<h3 id="svg形式を用いる場合">SVG形式を用いる場合<\/h3>$/;" j
|
|
303
321
|
SVG形式を用いる場合 docs/documentation_ja.md /^### SVG形式を用いる場合$/;" S chapter:ドキュメンテーション
|
|
304
322
|
String lib/rsyntaxtree/utils.rb /^class String$/;" c
|
|
305
|
-
StringParser lib/rsyntaxtree/string_parser.rb /^ class StringParser$/;" c class:RSyntaxTree
|
|
306
323
|
StringParser lib/rsyntaxtree/string_parser.rb /^ class StringParser$/;" c module:RSyntaxTree
|
|
324
|
+
Subject-predicate construction docs/_site/examples.html /^ <div><a href="#examples">🔝<\/a><\/div><h3>Subject-predicate construction<\/h3>$/;" j
|
|
307
325
|
Subscript and Superscript docs/documentation.md /^#### Subscript and Superscript$/;" t subsection:Documentation""Font Styles, Text Decoration, and Sub/Superscripts
|
|
308
326
|
Syntax tree generator made with Ruby docs/_site/404.html /^ <h2 class="project-tagline">Syntax tree generator made with Ruby<\/h2>$/;" i
|
|
309
327
|
Syntax tree generator made with Ruby docs/_site/documentation.html /^ <h2 class="project-tagline">Syntax tree generator made with Ruby<\/h2>$/;" i
|
|
@@ -312,14 +330,21 @@ Syntax tree generator made with Ruby docs/_site/examples.html /^ <h2 class=
|
|
|
312
330
|
Table of Contents docs/_site/documentation.html /^<h3 class="no_toc" id="table-of-contents">Table of Contents<\/h3>$/;" j
|
|
313
331
|
Table of Contents docs/documentation.md /^### Table of Contents$/;" S chapter:Documentation
|
|
314
332
|
Text Decoration docs/documentation.md /^#### Text Decoration$/;" t subsection:Documentation""Font Styles, Text Decoration, and Sub/Superscripts
|
|
315
|
-
|
|
333
|
+
Tick-tac-toe docs/_site/examples.html /^ <h2 id="category-miscellaneous"><b>Miscellaneous<\/b><\/h2><h3>Tick-tac-toe<\/h3>$/;" j
|
|
334
|
+
Tournament docs/_site/examples.html /^ <div><a href="#examples">🔝<\/a><\/div><h3>Tournament<\/h3>$/;" j
|
|
335
|
+
Tree with text labels in bold docs/_site/examples.html /^ <div><a href="#examples">🔝<\/a><\/div><h3>Tree with text labels in bold<\/h3>$/;" j
|
|
316
336
|
Triangle, Square Brackets, Rectangle docs/_site/documentation.html /^<h3 id="triangle-square-brackets-rectangle">Triangle, Square Brackets, Rectangle<\/h3>$/;" j
|
|
317
337
|
Triangle, Square Brackets, Rectangle docs/documentation.md /^### Triangle, Square Brackets, Rectangle$/;" S chapter:Documentation
|
|
338
|
+
Types of meaning docs/_site/examples.html /^ <h2 id="category-pragmatics"><b>Pragmatics<\/b><\/h2><h3>Types of meaning<\/h3>$/;" j
|
|
339
|
+
Types of reference docs/_site/examples.html /^ <div><a href="#examples">🔝<\/a><\/div><h3>Types of reference<\/h3>$/;" j
|
|
340
|
+
Types of rejoinder docs/_site/examples.html /^ <div><a href="#examples">🔝<\/a><\/div><h3>Types of rejoinder<\/h3>$/;" j
|
|
318
341
|
Usage README.md /^## Usage$/;" s
|
|
319
|
-
VERSION lib/rsyntaxtree/version.rb /^ VERSION = "1.
|
|
342
|
+
VERSION lib/rsyntaxtree/version.rb /^ VERSION = "1.2.0"$/;" C module:RSyntaxTree
|
|
320
343
|
WHITESPACE_BLOCK lib/rsyntaxtree.rb /^WHITESPACE_BLOCK = "■"$/;" C
|
|
321
344
|
Web Interface README.md /^## Web Interface$/;" s
|
|
322
345
|
Whitespace inside Label docs/documentation.md /^#### Whitespace inside Label$/;" t subsection:Documentation""Font Styles, Text Decoration, and Sub/Superscripts
|
|
346
|
+
X-bar model docs/_site/examples.html /^ <div><a href="#examples">🔝<\/a><\/div><h3>X-bar model<\/h3>$/;" j
|
|
347
|
+
X-bar model (with Japanese labels) docs/_site/examples.html /^ <div><a href="#examples">🔝<\/a><\/div><h3>X-bar model (with Japanese labels)<\/h3>$/;" j
|
|
323
348
|
a docs/_site/assets/css/style.css /^a { background-color: transparent; }$/;" s
|
|
324
349
|
a docs/_site/assets/css/style.css /^a { color: #1e6bb8; text-decoration: none; }$/;" s
|
|
325
350
|
a i docs/_site/assets/css/style.css /^a i { margin: 5px; }$/;" s
|
|
@@ -328,9 +353,78 @@ a:hover docs/_site/assets/css/style.css /^a:active, a:hover { outline: 0; }$/;"
|
|
|
328
353
|
a:hover docs/_site/assets/css/style.css /^a:hover { text-decoration: underline; }$/;" s
|
|
329
354
|
abbr[title] docs/_site/assets/css/style.css /^abbr[title] { border-bottom: 1px dotted; }$/;" s
|
|
330
355
|
add lib/rsyntaxtree/elementlist.rb /^ def add(element)$/;" f class:RSyntaxTree.ElementList
|
|
331
|
-
add_child lib/rsyntaxtree/element.rb /^ def add_child(child_id)$/;" f
|
|
332
356
|
add_child lib/rsyntaxtree/element.rb /^ def add_child(child_id)$/;" f class:RSyntaxTree.Element
|
|
333
357
|
all_emoji? lib/rsyntaxtree/utils.rb /^ def all_emoji?$/;" f class:String
|
|
358
|
+
arrow docs/_site/assets/svg/000.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="11.520000000000001" markerHeight="/;" d
|
|
359
|
+
arrow docs/_site/assets/svg/000.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="11.520000000000001" markerHeight="/;" i
|
|
360
|
+
arrow docs/_site/assets/svg/001.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" d
|
|
361
|
+
arrow docs/_site/assets/svg/001.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" i
|
|
362
|
+
arrow docs/_site/assets/svg/002.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" d
|
|
363
|
+
arrow docs/_site/assets/svg/002.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" i
|
|
364
|
+
arrow docs/_site/assets/svg/003.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" d
|
|
365
|
+
arrow docs/_site/assets/svg/003.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" i
|
|
366
|
+
arrow docs/_site/assets/svg/004.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" d
|
|
367
|
+
arrow docs/_site/assets/svg/004.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" i
|
|
368
|
+
arrow docs/_site/assets/svg/005.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" d
|
|
369
|
+
arrow docs/_site/assets/svg/005.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" i
|
|
370
|
+
arrow docs/_site/assets/svg/006.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" d
|
|
371
|
+
arrow docs/_site/assets/svg/006.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" i
|
|
372
|
+
arrow docs/_site/assets/svg/007.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" d
|
|
373
|
+
arrow docs/_site/assets/svg/007.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" i
|
|
374
|
+
arrow docs/_site/assets/svg/008.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" d
|
|
375
|
+
arrow docs/_site/assets/svg/008.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" i
|
|
376
|
+
arrow docs/_site/assets/svg/009.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" d
|
|
377
|
+
arrow docs/_site/assets/svg/009.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" i
|
|
378
|
+
arrow docs/_site/assets/svg/010.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" d
|
|
379
|
+
arrow docs/_site/assets/svg/010.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" i
|
|
380
|
+
arrow docs/_site/assets/svg/011.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" d
|
|
381
|
+
arrow docs/_site/assets/svg/011.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" i
|
|
382
|
+
arrow docs/_site/assets/svg/012.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" d
|
|
383
|
+
arrow docs/_site/assets/svg/012.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" i
|
|
384
|
+
arrow docs/_site/assets/svg/013.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" d
|
|
385
|
+
arrow docs/_site/assets/svg/013.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" i
|
|
386
|
+
arrow docs/_site/assets/svg/014.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" d
|
|
387
|
+
arrow docs/_site/assets/svg/014.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" i
|
|
388
|
+
arrow docs/_site/assets/svg/015.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="11.200000000000001" markerHeight="/;" d
|
|
389
|
+
arrow docs/_site/assets/svg/015.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="11.200000000000001" markerHeight="/;" i
|
|
390
|
+
arrow docs/_site/assets/svg/016.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="11.200000000000001" markerHeight="/;" d
|
|
391
|
+
arrow docs/_site/assets/svg/016.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="11.200000000000001" markerHeight="/;" i
|
|
392
|
+
arrow docs/_site/assets/svg/017.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" d
|
|
393
|
+
arrow docs/_site/assets/svg/017.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" i
|
|
394
|
+
arrow docs/_site/assets/svg/018.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" d
|
|
395
|
+
arrow docs/_site/assets/svg/018.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" i
|
|
396
|
+
arrow docs/_site/assets/svg/019.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="11.520000000000001" markerHeight="/;" d
|
|
397
|
+
arrow docs/_site/assets/svg/019.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="11.520000000000001" markerHeight="/;" i
|
|
398
|
+
arrow docs/_site/assets/svg/020.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="11.200000000000001" markerHeight="/;" d
|
|
399
|
+
arrow docs/_site/assets/svg/020.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="11.200000000000001" markerHeight="/;" i
|
|
400
|
+
arrow docs/_site/assets/svg/021.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" d
|
|
401
|
+
arrow docs/_site/assets/svg/021.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" i
|
|
402
|
+
arrow docs/_site/assets/svg/022.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="11.520000000000001" markerHeight="/;" d
|
|
403
|
+
arrow docs/_site/assets/svg/022.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="11.520000000000001" markerHeight="/;" i
|
|
404
|
+
arrow docs/_site/assets/svg/023.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="12.160000000000002" markerHeight="/;" d
|
|
405
|
+
arrow docs/_site/assets/svg/023.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="12.160000000000002" markerHeight="/;" i
|
|
406
|
+
arrow docs/_site/assets/svg/024.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" d
|
|
407
|
+
arrow docs/_site/assets/svg/024.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" i
|
|
408
|
+
arrow docs/_site/assets/svg/025.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" d
|
|
409
|
+
arrow docs/_site/assets/svg/025.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" i
|
|
410
|
+
arrow docs/_site/assets/svg/026.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" d
|
|
411
|
+
arrow docs/_site/assets/svg/026.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" i
|
|
412
|
+
arrow docs/_site/assets/svg/027.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" d
|
|
413
|
+
arrow docs/_site/assets/svg/027.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" i
|
|
414
|
+
arrow docs/_site/assets/svg/028.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" d
|
|
415
|
+
arrow docs/_site/assets/svg/028.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" i
|
|
416
|
+
arrow docs/_site/assets/svg/029.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="11.520000000000001" markerHeight="/;" d
|
|
417
|
+
arrow docs/_site/assets/svg/029.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="11.520000000000001" markerHeight="/;" i
|
|
418
|
+
arrow docs/_site/assets/svg/030.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" d
|
|
419
|
+
arrow docs/_site/assets/svg/030.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" i
|
|
420
|
+
arrow docs/_site/assets/svg/031.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="11.520000000000001" markerHeight="/;" d
|
|
421
|
+
arrow docs/_site/assets/svg/031.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="11.520000000000001" markerHeight="/;" i
|
|
422
|
+
arrow docs/_site/assets/svg/032.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="11.520000000000001" markerHeight="/;" d
|
|
423
|
+
arrow docs/_site/assets/svg/032.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="11.520000000000001" markerHeight="/;" i
|
|
424
|
+
arrow docs/_site/assets/svg/033.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="11.520000000000001" markerHeight="/;" d
|
|
425
|
+
arrow docs/_site/assets/svg/033.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="11.520000000000001" markerHeight="/;" i
|
|
426
|
+
arrow docs/assets/svg/000.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="11.520000000000001" markerHeight="/;" d
|
|
427
|
+
arrow docs/assets/svg/000.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="11.520000000000001" markerHeight="/;" i
|
|
334
428
|
arrow docs/assets/svg/001.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" d
|
|
335
429
|
arrow docs/assets/svg/001.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" i
|
|
336
430
|
arrow docs/assets/svg/002.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" d
|
|
@@ -367,20 +461,110 @@ arrow docs/assets/svg/017.svg /^ <marker id="arrow" markerUnits="strokeWidth"
|
|
|
367
461
|
arrow docs/assets/svg/017.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" i
|
|
368
462
|
arrow docs/assets/svg/018.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" d
|
|
369
463
|
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="
|
|
371
|
-
arrow docs/assets/svg/019.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="
|
|
464
|
+
arrow docs/assets/svg/019.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="11.520000000000001" markerHeight="/;" d
|
|
465
|
+
arrow docs/assets/svg/019.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="11.520000000000001" markerHeight="/;" i
|
|
372
466
|
arrow docs/assets/svg/020.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="11.200000000000001" markerHeight="/;" d
|
|
373
467
|
arrow docs/assets/svg/020.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="11.200000000000001" markerHeight="/;" i
|
|
374
468
|
arrow docs/assets/svg/021.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" d
|
|
375
469
|
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="
|
|
377
|
-
arrow docs/assets/svg/022.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="
|
|
470
|
+
arrow docs/assets/svg/022.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="11.520000000000001" markerHeight="/;" d
|
|
471
|
+
arrow docs/assets/svg/022.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="11.520000000000001" markerHeight="/;" i
|
|
378
472
|
arrow docs/assets/svg/023.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="12.160000000000002" markerHeight="/;" d
|
|
379
473
|
arrow docs/assets/svg/023.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="12.160000000000002" markerHeight="/;" i
|
|
380
474
|
arrow docs/assets/svg/024.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" d
|
|
381
475
|
arrow docs/assets/svg/024.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" i
|
|
476
|
+
arrow docs/assets/svg/025.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" d
|
|
477
|
+
arrow docs/assets/svg/025.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" i
|
|
478
|
+
arrow docs/assets/svg/026.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" d
|
|
479
|
+
arrow docs/assets/svg/026.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" i
|
|
480
|
+
arrow docs/assets/svg/027.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" d
|
|
481
|
+
arrow docs/assets/svg/027.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" i
|
|
482
|
+
arrow docs/assets/svg/028.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" d
|
|
483
|
+
arrow docs/assets/svg/028.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" i
|
|
484
|
+
arrow docs/assets/svg/029.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="11.520000000000001" markerHeight="/;" d
|
|
485
|
+
arrow docs/assets/svg/029.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="11.520000000000001" markerHeight="/;" i
|
|
486
|
+
arrow docs/assets/svg/030.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" d
|
|
487
|
+
arrow docs/assets/svg/030.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" i
|
|
488
|
+
arrow docs/assets/svg/031.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="11.520000000000001" markerHeight="/;" d
|
|
489
|
+
arrow docs/assets/svg/031.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="11.520000000000001" markerHeight="/;" i
|
|
490
|
+
arrow docs/assets/svg/032.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="11.520000000000001" markerHeight="/;" d
|
|
491
|
+
arrow docs/assets/svg/032.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="11.520000000000001" markerHeight="/;" i
|
|
492
|
+
arrow docs/assets/svg/033.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="11.520000000000001" markerHeight="/;" d
|
|
493
|
+
arrow docs/assets/svg/033.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="11.520000000000001" markerHeight="/;" i
|
|
494
|
+
arrow docs/assets/svg/034.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" d
|
|
495
|
+
arrow docs/assets/svg/034.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="13.440000000000001" markerHeight="/;" i
|
|
382
496
|
arrow img/sample.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="7.823437500000001" markerHeight="7/;" d
|
|
383
497
|
arrow img/sample.svg /^ <marker id="arrow" markerUnits="strokeWidth" markerWidth="7.823437500000001" markerHeight="7/;" i
|
|
498
|
+
arrowSolid docs/assets/svg/000.svg /^ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="7.2" markerHeight/;" d
|
|
499
|
+
arrowSolid docs/assets/svg/000.svg /^ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="7.2" markerHeight/;" i
|
|
500
|
+
arrowSolid docs/assets/svg/001.svg /^ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="8.4" markerHeight/;" d
|
|
501
|
+
arrowSolid docs/assets/svg/001.svg /^ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="8.4" markerHeight/;" i
|
|
502
|
+
arrowSolid docs/assets/svg/002.svg /^ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="8.4" markerHeight/;" d
|
|
503
|
+
arrowSolid docs/assets/svg/002.svg /^ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="8.4" markerHeight/;" i
|
|
504
|
+
arrowSolid docs/assets/svg/003.svg /^ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="8.4" markerHeight/;" d
|
|
505
|
+
arrowSolid docs/assets/svg/003.svg /^ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="8.4" markerHeight/;" i
|
|
506
|
+
arrowSolid docs/assets/svg/004.svg /^ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="8.4" markerHeight/;" d
|
|
507
|
+
arrowSolid docs/assets/svg/004.svg /^ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="8.4" markerHeight/;" i
|
|
508
|
+
arrowSolid docs/assets/svg/005.svg /^ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="8.4" markerHeight/;" d
|
|
509
|
+
arrowSolid docs/assets/svg/005.svg /^ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="8.4" markerHeight/;" i
|
|
510
|
+
arrowSolid docs/assets/svg/006.svg /^ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="8.4" markerHeight/;" d
|
|
511
|
+
arrowSolid docs/assets/svg/006.svg /^ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="8.4" markerHeight/;" i
|
|
512
|
+
arrowSolid docs/assets/svg/007.svg /^ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="8.4" markerHeight/;" d
|
|
513
|
+
arrowSolid docs/assets/svg/007.svg /^ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="8.4" markerHeight/;" i
|
|
514
|
+
arrowSolid docs/assets/svg/008.svg /^ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="8.4" markerHeight/;" d
|
|
515
|
+
arrowSolid docs/assets/svg/008.svg /^ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="8.4" markerHeight/;" i
|
|
516
|
+
arrowSolid docs/assets/svg/009.svg /^ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="8.4" markerHeight/;" d
|
|
517
|
+
arrowSolid docs/assets/svg/009.svg /^ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="8.4" markerHeight/;" i
|
|
518
|
+
arrowSolid docs/assets/svg/010.svg /^ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="8.4" markerHeight/;" d
|
|
519
|
+
arrowSolid docs/assets/svg/010.svg /^ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="8.4" markerHeight/;" i
|
|
520
|
+
arrowSolid docs/assets/svg/011.svg /^ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="8.4" markerHeight/;" d
|
|
521
|
+
arrowSolid docs/assets/svg/011.svg /^ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="8.4" markerHeight/;" i
|
|
522
|
+
arrowSolid docs/assets/svg/012.svg /^ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="8.4" markerHeight/;" d
|
|
523
|
+
arrowSolid docs/assets/svg/012.svg /^ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="8.4" markerHeight/;" i
|
|
524
|
+
arrowSolid docs/assets/svg/013.svg /^ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="8.4" markerHeight/;" d
|
|
525
|
+
arrowSolid docs/assets/svg/013.svg /^ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="8.4" markerHeight/;" i
|
|
526
|
+
arrowSolid docs/assets/svg/014.svg /^ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="8.4" markerHeight/;" d
|
|
527
|
+
arrowSolid docs/assets/svg/014.svg /^ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="8.4" markerHeight/;" i
|
|
528
|
+
arrowSolid docs/assets/svg/015.svg /^ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="7.0" markerHeight/;" d
|
|
529
|
+
arrowSolid docs/assets/svg/015.svg /^ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="7.0" markerHeight/;" i
|
|
530
|
+
arrowSolid docs/assets/svg/016.svg /^ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="7.0" markerHeight/;" d
|
|
531
|
+
arrowSolid docs/assets/svg/016.svg /^ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="7.0" markerHeight/;" i
|
|
532
|
+
arrowSolid docs/assets/svg/017.svg /^ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="8.4" markerHeight/;" d
|
|
533
|
+
arrowSolid docs/assets/svg/017.svg /^ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="8.4" markerHeight/;" i
|
|
534
|
+
arrowSolid docs/assets/svg/018.svg /^ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="8.4" markerHeight/;" d
|
|
535
|
+
arrowSolid docs/assets/svg/018.svg /^ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="8.4" markerHeight/;" i
|
|
536
|
+
arrowSolid docs/assets/svg/019.svg /^ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="7.2" markerHeight/;" d
|
|
537
|
+
arrowSolid docs/assets/svg/019.svg /^ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="7.2" markerHeight/;" i
|
|
538
|
+
arrowSolid docs/assets/svg/020.svg /^ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="7.0" markerHeight/;" d
|
|
539
|
+
arrowSolid docs/assets/svg/020.svg /^ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="7.0" markerHeight/;" i
|
|
540
|
+
arrowSolid docs/assets/svg/021.svg /^ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="8.4" markerHeight/;" d
|
|
541
|
+
arrowSolid docs/assets/svg/021.svg /^ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="8.4" markerHeight/;" i
|
|
542
|
+
arrowSolid docs/assets/svg/022.svg /^ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="7.2" markerHeight/;" d
|
|
543
|
+
arrowSolid docs/assets/svg/022.svg /^ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="7.2" markerHeight/;" i
|
|
544
|
+
arrowSolid docs/assets/svg/023.svg /^ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="7.600000000000000/;" d
|
|
545
|
+
arrowSolid docs/assets/svg/023.svg /^ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="7.600000000000000/;" i
|
|
546
|
+
arrowSolid docs/assets/svg/024.svg /^ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="8.4" markerHeight/;" d
|
|
547
|
+
arrowSolid docs/assets/svg/024.svg /^ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="8.4" markerHeight/;" i
|
|
548
|
+
arrowSolid docs/assets/svg/025.svg /^ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="8.4" markerHeight/;" d
|
|
549
|
+
arrowSolid docs/assets/svg/025.svg /^ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="8.4" markerHeight/;" i
|
|
550
|
+
arrowSolid docs/assets/svg/026.svg /^ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="8.4" markerHeight/;" d
|
|
551
|
+
arrowSolid docs/assets/svg/026.svg /^ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="8.4" markerHeight/;" i
|
|
552
|
+
arrowSolid docs/assets/svg/027.svg /^ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="8.4" markerHeight/;" d
|
|
553
|
+
arrowSolid docs/assets/svg/027.svg /^ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="8.4" markerHeight/;" i
|
|
554
|
+
arrowSolid docs/assets/svg/028.svg /^ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="8.4" markerHeight/;" d
|
|
555
|
+
arrowSolid docs/assets/svg/028.svg /^ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="8.4" markerHeight/;" i
|
|
556
|
+
arrowSolid docs/assets/svg/029.svg /^ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="7.2" markerHeight/;" d
|
|
557
|
+
arrowSolid docs/assets/svg/029.svg /^ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="7.2" markerHeight/;" i
|
|
558
|
+
arrowSolid docs/assets/svg/030.svg /^ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="8.4" markerHeight/;" d
|
|
559
|
+
arrowSolid docs/assets/svg/030.svg /^ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="8.4" markerHeight/;" i
|
|
560
|
+
arrowSolid docs/assets/svg/031.svg /^ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="7.2" markerHeight/;" d
|
|
561
|
+
arrowSolid docs/assets/svg/031.svg /^ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="7.2" markerHeight/;" i
|
|
562
|
+
arrowSolid docs/assets/svg/032.svg /^ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="7.2" markerHeight/;" d
|
|
563
|
+
arrowSolid docs/assets/svg/032.svg /^ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="7.2" markerHeight/;" i
|
|
564
|
+
arrowSolid docs/assets/svg/033.svg /^ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="7.2" markerHeight/;" d
|
|
565
|
+
arrowSolid docs/assets/svg/033.svg /^ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="7.2" markerHeight/;" i
|
|
566
|
+
arrowSolid docs/assets/svg/034.svg /^ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="8.4" markerHeight/;" d
|
|
567
|
+
arrowSolid docs/assets/svg/034.svg /^ <marker id="arrowSolid" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="8.4" markerHeight/;" i
|
|
384
568
|
article docs/_site/assets/css/style.css /^article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, s/;" s
|
|
385
569
|
aside docs/_site/assets/css/style.css /^article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, s/;" s
|
|
386
570
|
audio docs/_site/assets/css/style.css /^audio, canvas, progress, video { display: inline-block; \/* 1 *\/ vertical-align: baseline; \/* /;" s
|
|
@@ -396,23 +580,24 @@ button docs/_site/assets/css/style.css /^button, input, optgroup, select, textar
|
|
|
396
580
|
button docs/_site/assets/css/style.css /^button, select { text-transform: none; }$/;" s
|
|
397
581
|
button::-moz-focus-inner docs/_site/assets/css/style.css /^button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }$/;" s
|
|
398
582
|
button[disabled] docs/_site/assets/css/style.css /^button[disabled], html input[disabled] { cursor: default; }$/;" s
|
|
399
|
-
calculate_height lib/rsyntaxtree/base_graph.rb /^ def calculate_height(id = 1)$/;" f class:RSyntaxTree
|
|
400
583
|
calculate_height lib/rsyntaxtree/base_graph.rb /^ def calculate_height(id = 1)$/;" f class:RSyntaxTree.BaseGraph
|
|
401
|
-
calculate_indent lib/rsyntaxtree/base_graph.rb /^ def calculate_indent$/;" f
|
|
402
584
|
calculate_indent lib/rsyntaxtree/base_graph.rb /^ def calculate_indent$/;" f class:RSyntaxTree.BaseGraph
|
|
403
585
|
calculate_level lib/rsyntaxtree/base_graph.rb /^ def calculate_level$/;" f class:RSyntaxTree.BaseGraph
|
|
404
586
|
calculate_width lib/rsyntaxtree/base_graph.rb /^ def calculate_width(id = 1)$/;" f class:RSyntaxTree.BaseGraph
|
|
405
587
|
canvas docs/_site/assets/css/style.css /^audio, canvas, progress, video { display: inline-block; \/* 1 *\/ vertical-align: baseline; \/* /;" s
|
|
406
|
-
category-cognitive-grammar
|
|
407
|
-
category-combinatory-categorial-grammar
|
|
408
|
-
category-computer-science docs/_site/examples.html
|
|
409
|
-
category-
|
|
410
|
-
category-
|
|
411
|
-
category-
|
|
412
|
-
category-
|
|
413
|
-
category-
|
|
414
|
-
category-
|
|
415
|
-
|
|
588
|
+
category-cognitive-grammar docs/_site/examples.html /^ <h2 id="category-cognitive-grammar"><b>Cognitive Grammar<\/b><\/h2><h3>Cognitive Grammar sam/;" I
|
|
589
|
+
category-combinatory-categorial-grammar docs/_site/examples.html /^ <h2 id="category-combinatory-categorial-grammar"><b>Combinatory Categorial Grammar<\/b><\/h2/;" I
|
|
590
|
+
category-computer-science docs/_site/examples.html /^ <h2 id="category-computer-science"><b>Computer Science<\/b><\/h2><h3>Programming language pa/;" I
|
|
591
|
+
category-construction-grammar docs/_site/examples.html /^ <h2 id="category-construction-grammar"><b>Construction Grammar<\/b><\/h2><h3>Network of non-/;" I
|
|
592
|
+
category-formal-concept-analysis docs/_site/examples.html /^ <h2 id="category-formal-concept-analysis"><b>Formal Concept Analysis<\/b><\/h2><h3>Animal on/;" I
|
|
593
|
+
category-formal-semantics docs/_site/examples.html /^ <h2 id="category-formal-semantics"><b>Formal Semantics<\/b><\/h2><h3>Lambda calculus<\/h3>$/;" I
|
|
594
|
+
category-general docs/_site/examples.html /^ <h2 id="category-general"><b>General<\/b><\/h2><h3>RSyntaxTree basic example<\/h3>$/;" I
|
|
595
|
+
category-generative-grammar docs/_site/examples.html /^ <h2 id="category-generative-grammar"><b>Generative Grammar<\/b><\/h2><h3>Minimalistic syntre/;" I
|
|
596
|
+
category-head-driven-phrase-structure-grammar docs/_site/examples.html /^ <h2 id="category-head-driven-phrase-structure-grammar"><b>Head-Driven Phrase Structure Gramm/;" I
|
|
597
|
+
category-miscellaneous docs/_site/examples.html /^ <h2 id="category-miscellaneous"><b>Miscellaneous<\/b><\/h2><h3>Tick-tac-toe<\/h3>$/;" I
|
|
598
|
+
category-phonology docs/_site/examples.html /^ <h2 id="category-phonology"><b>Phonology<\/b><\/h2><h3>Phonology sample<\/h3>$/;" I
|
|
599
|
+
category-pragmatics docs/_site/examples.html /^ <h2 id="category-pragmatics"><b>Pragmatics<\/b><\/h2><h3>Types of meaning<\/h3>$/;" I
|
|
600
|
+
category-{{category.name | slugify }} docs/examples.html /^ <h2 id="category-{{category.name | slugify }}"><b>{{ category.name }}<\/b><\/h2>$/;" I
|
|
416
601
|
check_data lib/rsyntaxtree.rb /^ def self.check_data(text)$/;" S class:RSyntaxTree.RSGenerator
|
|
417
602
|
children lib/rsyntaxtree/element.rb /^ attr_accessor :id, :parent, :type, :level, :width, :height, :content, :content_width, :conte/;" A class:RSyntaxTree.Element
|
|
418
603
|
children= lib/rsyntaxtree/element.rb /^ attr_accessor :id, :parent, :type, :level, :width, :height, :content, :content_width, :conte/;" A class:RSyntaxTree.Element
|
|
@@ -432,10 +617,6 @@ content_height lib/rsyntaxtree/element.rb /^ attr_accessor :id, :parent, :typ
|
|
|
432
617
|
content_height= lib/rsyntaxtree/element.rb /^ attr_accessor :id, :parent, :type, :level, :width, :height, :content, :content_width, :conte/;" A class:RSyntaxTree.Element
|
|
433
618
|
content_width lib/rsyntaxtree/element.rb /^ attr_accessor :id, :parent, :type, :level, :width, :height, :content, :content_width, :conte/;" A class:RSyntaxTree.Element
|
|
434
619
|
content_width= lib/rsyntaxtree/element.rb /^ attr_accessor :id, :parent, :type, :level, :width, :height, :content, :content_width, :conte/;" A class:RSyntaxTree.Element
|
|
435
|
-
copyToClipBoard docs/_site/documentation.html /^ function copyToClipBoard(id){$/;" f
|
|
436
|
-
copyToClipBoard docs/_site/documentation_ja.html /^ function copyToClipBoard(id){$/;" f
|
|
437
|
-
copyToClipBoard docs/_site/examples.html /^ function copyToClipBoard(id){$/;" f
|
|
438
|
-
copyToClipBoard docs/examples.html /^ function copyToClipBoard(id){$/;" f
|
|
439
620
|
data lib/rsyntaxtree/string_parser.rb /^ attr_accessor :data, :elist, :pos, :id, :level$/;" A class:RSyntaxTree.StringParser
|
|
440
621
|
data= lib/rsyntaxtree/string_parser.rb /^ attr_accessor :data, :elist, :pos, :id, :level$/;" A class:RSyntaxTree.StringParser
|
|
441
622
|
details docs/_site/assets/css/style.css /^article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, s/;" s
|
|
@@ -443,15 +624,13 @@ dfn docs/_site/assets/css/style.css /^dfn { font-style: italic; }$/;" s
|
|
|
443
624
|
div.grid docs/_site/assets/css/style.css /^@media only screen and (max-width: 768px) { div.grid { display: block; } }$/;" c
|
|
444
625
|
div.grid docs/_site/assets/css/style.css /^div.grid { display: grid; grid-template-columns: 1fr 1fr; }$/;" c
|
|
445
626
|
documentation docs/_site/documentation.html /^ <h1 class="no_toc" id="documentation">Documentation<\/h1>$/;" I
|
|
627
|
+
draw-extra-connectors-between-nodes-experimental docs/_site/documentation.html /^<h3 id="draw-extra-connectors-between-nodes-experimental">Draw Extra Connectors between Nodes (e/;" I
|
|
446
628
|
draw-paths-between-nodes-experimental docs/_site/documentation.html /^<h3 id="draw-paths-between-nodes-experimental">Draw Paths between Nodes (experimental)<\/h3>$/;" I
|
|
447
629
|
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
|
|
448
|
-
draw_connector lib/rsyntaxtree/base_graph.rb /^ def draw_connector(id = 1)$/;" f
|
|
449
630
|
draw_connector lib/rsyntaxtree/base_graph.rb /^ def draw_connector(id = 1)$/;" f class:RSyntaxTree.BaseGraph
|
|
450
|
-
|
|
631
|
+
draw_direct_line lib/rsyntaxtree/svg_graph.rb /^ def draw_direct_line(s_x, s_y, t_x, t_y, s_arrow = false, t_arrow = false)$/;" f class:RSyntaxTree.SVGGraph
|
|
451
632
|
draw_element lib/rsyntaxtree/svg_graph.rb /^ def draw_element(element)$/;" f class:RSyntaxTree.SVGGraph
|
|
452
|
-
draw_elements lib/rsyntaxtree/base_graph.rb /^ def draw_elements$/;" f
|
|
453
633
|
draw_elements lib/rsyntaxtree/base_graph.rb /^ def draw_elements$/;" f class:RSyntaxTree.BaseGraph
|
|
454
|
-
draw_paths lib/rsyntaxtree/svg_graph.rb /^ def draw_paths$/;" f
|
|
455
634
|
draw_paths lib/rsyntaxtree/svg_graph.rb /^ def draw_paths$/;" f class:RSyntaxTree.SVGGraph
|
|
456
635
|
draw_png lib/rsyntaxtree.rb /^ def draw_png(binary = false)$/;" f class:RSyntaxTree.RSGenerator
|
|
457
636
|
draw_svg lib/rsyntaxtree.rb /^ def draw_svg$/;" f class:RSyntaxTree.RSGenerator
|
|
@@ -478,31 +657,96 @@ fontsize lib/rsyntaxtree/element.rb /^ attr_accessor :id, :parent, :type, :le
|
|
|
478
657
|
fontsize= lib/rsyntaxtree/element.rb /^ attr_accessor :id, :parent, :type, :level, :width, :height, :content, :content_width, :conte/;" A class:RSyntaxTree.Element
|
|
479
658
|
footer docs/_site/assets/css/style.css /^article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, s/;" s
|
|
480
659
|
generate Rakefile /^task :generate do$/;" t
|
|
481
|
-
|
|
660
|
+
generate_connector lib/rsyntaxtree/svg_graph.rb /^ def generate_connector(x1, y1, x2, y2, col, dashed = false, s_arrow = false, t_arrow = false/;" f class:RSyntaxTree.SVGGraph
|
|
482
661
|
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
|
|
483
662
|
get_child_count lib/rsyntaxtree/elementlist.rb /^ def get_child_count(id)$/;" f class:RSyntaxTree.ElementList
|
|
484
663
|
get_children lib/rsyntaxtree/elementlist.rb /^ def get_children(id)$/;" f class:RSyntaxTree.ElementList
|
|
485
664
|
get_element_width lib/rsyntaxtree/elementlist.rb /^ def get_element_width(id)$/;" f class:RSyntaxTree.ElementList
|
|
486
|
-
get_elementlist lib/rsyntaxtree/string_parser.rb /^ def get_elementlist$/;" f
|
|
487
665
|
get_elementlist lib/rsyntaxtree/string_parser.rb /^ def get_elementlist$/;" f class:RSyntaxTree.StringParser
|
|
488
666
|
get_elements lib/rsyntaxtree/elementlist.rb /^ def get_elements$/;" f class:RSyntaxTree.ElementList
|
|
489
667
|
get_first lib/rsyntaxtree/elementlist.rb /^ def get_first$/;" f class:RSyntaxTree.ElementList
|
|
490
668
|
get_id lib/rsyntaxtree/elementlist.rb /^ def get_id(id)$/;" f class:RSyntaxTree.ElementList
|
|
491
669
|
get_indent lib/rsyntaxtree/elementlist.rb /^ def get_indent(id)$/;" f class:RSyntaxTree.ElementList
|
|
492
|
-
get_leftmost lib/rsyntaxtree/base_graph.rb /^ def get_leftmost(id = 1)$/;" f
|
|
493
670
|
get_leftmost lib/rsyntaxtree/base_graph.rb /^ def get_leftmost(id = 1)$/;" f class:RSyntaxTree.BaseGraph
|
|
494
671
|
get_level_height lib/rsyntaxtree/elementlist.rb /^ def get_level_height$/;" f class:RSyntaxTree.ElementList
|
|
495
|
-
get_metrics lib/rsyntaxtree/utils.rb /^ def get_metrics(text, font, fontsize, font_style, font_weight)$/;" f class:FontMetrics
|
|
496
672
|
get_metrics lib/rsyntaxtree/utils.rb /^ def get_metrics(text, font, fontsize, font_style, font_weight)$/;" f module:FontMetrics
|
|
497
673
|
get_next lib/rsyntaxtree/elementlist.rb /^ def get_next$/;" f class:RSyntaxTree.ElementList
|
|
498
|
-
get_next_token lib/rsyntaxtree/string_parser.rb /^ def get_next_token$/;" f
|
|
499
674
|
get_next_token lib/rsyntaxtree/string_parser.rb /^ def get_next_token$/;" f class:RSyntaxTree.StringParser
|
|
500
|
-
get_rightmost lib/rsyntaxtree/base_graph.rb /^ def get_rightmost(id = 1)$/;" f
|
|
501
675
|
get_rightmost lib/rsyntaxtree/base_graph.rb /^ def get_rightmost(id = 1)$/;" f class:RSyntaxTree.BaseGraph
|
|
502
676
|
grid docs/assets/css/style.scss /^ div.grid {$/;" c
|
|
503
677
|
grid docs/assets/css/style.scss /^div.grid {$/;" c
|
|
504
678
|
h1 docs/_site/assets/css/style.css /^h1 { font-size: 2em; margin: 0.67em 0; }$/;" s
|
|
505
679
|
h3 docs/_site/assets/css/style.css /^h3 { border-bottom: 1px solid lightgray; margin-top: 1em; margin-bottom: 1em; padding-bottom: 0./;" s
|
|
680
|
+
hatchBlack docs/_site/assets/svg/000.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" d
|
|
681
|
+
hatchBlack docs/_site/assets/svg/000.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" i
|
|
682
|
+
hatchBlack docs/_site/assets/svg/001.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" d
|
|
683
|
+
hatchBlack docs/_site/assets/svg/001.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" i
|
|
684
|
+
hatchBlack docs/_site/assets/svg/002.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" d
|
|
685
|
+
hatchBlack docs/_site/assets/svg/002.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" i
|
|
686
|
+
hatchBlack docs/_site/assets/svg/003.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" d
|
|
687
|
+
hatchBlack docs/_site/assets/svg/003.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" i
|
|
688
|
+
hatchBlack docs/_site/assets/svg/004.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" d
|
|
689
|
+
hatchBlack docs/_site/assets/svg/004.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" i
|
|
690
|
+
hatchBlack docs/_site/assets/svg/005.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" d
|
|
691
|
+
hatchBlack docs/_site/assets/svg/005.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" i
|
|
692
|
+
hatchBlack docs/_site/assets/svg/006.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" d
|
|
693
|
+
hatchBlack docs/_site/assets/svg/006.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" i
|
|
694
|
+
hatchBlack docs/_site/assets/svg/007.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" d
|
|
695
|
+
hatchBlack docs/_site/assets/svg/007.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" i
|
|
696
|
+
hatchBlack docs/_site/assets/svg/008.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" d
|
|
697
|
+
hatchBlack docs/_site/assets/svg/008.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" i
|
|
698
|
+
hatchBlack docs/_site/assets/svg/009.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" d
|
|
699
|
+
hatchBlack docs/_site/assets/svg/009.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" i
|
|
700
|
+
hatchBlack docs/_site/assets/svg/010.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" d
|
|
701
|
+
hatchBlack docs/_site/assets/svg/010.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" i
|
|
702
|
+
hatchBlack docs/_site/assets/svg/011.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" d
|
|
703
|
+
hatchBlack docs/_site/assets/svg/011.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" i
|
|
704
|
+
hatchBlack docs/_site/assets/svg/012.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" d
|
|
705
|
+
hatchBlack docs/_site/assets/svg/012.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" i
|
|
706
|
+
hatchBlack docs/_site/assets/svg/013.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" d
|
|
707
|
+
hatchBlack docs/_site/assets/svg/013.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" i
|
|
708
|
+
hatchBlack docs/_site/assets/svg/014.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" d
|
|
709
|
+
hatchBlack docs/_site/assets/svg/014.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" i
|
|
710
|
+
hatchBlack docs/_site/assets/svg/015.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" d
|
|
711
|
+
hatchBlack docs/_site/assets/svg/015.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" i
|
|
712
|
+
hatchBlack docs/_site/assets/svg/016.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" d
|
|
713
|
+
hatchBlack docs/_site/assets/svg/016.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" i
|
|
714
|
+
hatchBlack docs/_site/assets/svg/017.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" d
|
|
715
|
+
hatchBlack docs/_site/assets/svg/017.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" i
|
|
716
|
+
hatchBlack docs/_site/assets/svg/018.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" d
|
|
717
|
+
hatchBlack docs/_site/assets/svg/018.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" i
|
|
718
|
+
hatchBlack docs/_site/assets/svg/019.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" d
|
|
719
|
+
hatchBlack docs/_site/assets/svg/019.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" i
|
|
720
|
+
hatchBlack docs/_site/assets/svg/020.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" d
|
|
721
|
+
hatchBlack docs/_site/assets/svg/020.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" i
|
|
722
|
+
hatchBlack docs/_site/assets/svg/021.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" d
|
|
723
|
+
hatchBlack docs/_site/assets/svg/021.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" i
|
|
724
|
+
hatchBlack docs/_site/assets/svg/022.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" d
|
|
725
|
+
hatchBlack docs/_site/assets/svg/022.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" i
|
|
726
|
+
hatchBlack docs/_site/assets/svg/023.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" d
|
|
727
|
+
hatchBlack docs/_site/assets/svg/023.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" i
|
|
728
|
+
hatchBlack docs/_site/assets/svg/024.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" d
|
|
729
|
+
hatchBlack docs/_site/assets/svg/024.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" i
|
|
730
|
+
hatchBlack docs/_site/assets/svg/025.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" d
|
|
731
|
+
hatchBlack docs/_site/assets/svg/025.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" i
|
|
732
|
+
hatchBlack docs/_site/assets/svg/026.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" d
|
|
733
|
+
hatchBlack docs/_site/assets/svg/026.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" i
|
|
734
|
+
hatchBlack docs/_site/assets/svg/027.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" d
|
|
735
|
+
hatchBlack docs/_site/assets/svg/027.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" i
|
|
736
|
+
hatchBlack docs/_site/assets/svg/028.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" d
|
|
737
|
+
hatchBlack docs/_site/assets/svg/028.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" i
|
|
738
|
+
hatchBlack docs/_site/assets/svg/029.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" d
|
|
739
|
+
hatchBlack docs/_site/assets/svg/029.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" i
|
|
740
|
+
hatchBlack docs/_site/assets/svg/030.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" d
|
|
741
|
+
hatchBlack docs/_site/assets/svg/030.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" i
|
|
742
|
+
hatchBlack docs/_site/assets/svg/031.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" d
|
|
743
|
+
hatchBlack docs/_site/assets/svg/031.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" i
|
|
744
|
+
hatchBlack docs/_site/assets/svg/032.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" d
|
|
745
|
+
hatchBlack docs/_site/assets/svg/032.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" i
|
|
746
|
+
hatchBlack docs/_site/assets/svg/033.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" d
|
|
747
|
+
hatchBlack docs/_site/assets/svg/033.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" i
|
|
748
|
+
hatchBlack docs/assets/svg/000.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" d
|
|
749
|
+
hatchBlack docs/assets/svg/000.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" i
|
|
506
750
|
hatchBlack docs/assets/svg/001.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" d
|
|
507
751
|
hatchBlack docs/assets/svg/001.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" i
|
|
508
752
|
hatchBlack docs/assets/svg/002.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" d
|
|
@@ -551,6 +795,96 @@ hatchBlack docs/assets/svg/023.svg /^ <pattern id="hatchBlack" x="10" y="10"
|
|
|
551
795
|
hatchBlack docs/assets/svg/023.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" i
|
|
552
796
|
hatchBlack docs/assets/svg/024.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" d
|
|
553
797
|
hatchBlack docs/assets/svg/024.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" i
|
|
798
|
+
hatchBlack docs/assets/svg/025.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" d
|
|
799
|
+
hatchBlack docs/assets/svg/025.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" i
|
|
800
|
+
hatchBlack docs/assets/svg/026.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" d
|
|
801
|
+
hatchBlack docs/assets/svg/026.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" i
|
|
802
|
+
hatchBlack docs/assets/svg/027.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" d
|
|
803
|
+
hatchBlack docs/assets/svg/027.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" i
|
|
804
|
+
hatchBlack docs/assets/svg/028.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" d
|
|
805
|
+
hatchBlack docs/assets/svg/028.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" i
|
|
806
|
+
hatchBlack docs/assets/svg/029.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" d
|
|
807
|
+
hatchBlack docs/assets/svg/029.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" i
|
|
808
|
+
hatchBlack docs/assets/svg/030.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" d
|
|
809
|
+
hatchBlack docs/assets/svg/030.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" i
|
|
810
|
+
hatchBlack docs/assets/svg/031.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" d
|
|
811
|
+
hatchBlack docs/assets/svg/031.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" i
|
|
812
|
+
hatchBlack docs/assets/svg/032.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" d
|
|
813
|
+
hatchBlack docs/assets/svg/032.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" i
|
|
814
|
+
hatchBlack docs/assets/svg/033.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" d
|
|
815
|
+
hatchBlack docs/assets/svg/033.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" i
|
|
816
|
+
hatchBlack docs/assets/svg/034.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" d
|
|
817
|
+
hatchBlack docs/assets/svg/034.svg /^ <pattern id="hatchBlack" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse" /;" i
|
|
818
|
+
hatchForLeaf docs/_site/assets/svg/000.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
819
|
+
hatchForLeaf docs/_site/assets/svg/000.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
820
|
+
hatchForLeaf docs/_site/assets/svg/001.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
821
|
+
hatchForLeaf docs/_site/assets/svg/001.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
822
|
+
hatchForLeaf docs/_site/assets/svg/002.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
823
|
+
hatchForLeaf docs/_site/assets/svg/002.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
824
|
+
hatchForLeaf docs/_site/assets/svg/003.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
825
|
+
hatchForLeaf docs/_site/assets/svg/003.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
826
|
+
hatchForLeaf docs/_site/assets/svg/004.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
827
|
+
hatchForLeaf docs/_site/assets/svg/004.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
828
|
+
hatchForLeaf docs/_site/assets/svg/005.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
829
|
+
hatchForLeaf docs/_site/assets/svg/005.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
830
|
+
hatchForLeaf docs/_site/assets/svg/006.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
831
|
+
hatchForLeaf docs/_site/assets/svg/006.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
832
|
+
hatchForLeaf docs/_site/assets/svg/007.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
833
|
+
hatchForLeaf docs/_site/assets/svg/007.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
834
|
+
hatchForLeaf docs/_site/assets/svg/008.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
835
|
+
hatchForLeaf docs/_site/assets/svg/008.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
836
|
+
hatchForLeaf docs/_site/assets/svg/009.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
837
|
+
hatchForLeaf docs/_site/assets/svg/009.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
838
|
+
hatchForLeaf docs/_site/assets/svg/010.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
839
|
+
hatchForLeaf docs/_site/assets/svg/010.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
840
|
+
hatchForLeaf docs/_site/assets/svg/011.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
841
|
+
hatchForLeaf docs/_site/assets/svg/011.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
842
|
+
hatchForLeaf docs/_site/assets/svg/012.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
843
|
+
hatchForLeaf docs/_site/assets/svg/012.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
844
|
+
hatchForLeaf docs/_site/assets/svg/013.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
845
|
+
hatchForLeaf docs/_site/assets/svg/013.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
846
|
+
hatchForLeaf docs/_site/assets/svg/014.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
847
|
+
hatchForLeaf docs/_site/assets/svg/014.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
848
|
+
hatchForLeaf docs/_site/assets/svg/015.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
849
|
+
hatchForLeaf docs/_site/assets/svg/015.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
850
|
+
hatchForLeaf docs/_site/assets/svg/016.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
851
|
+
hatchForLeaf docs/_site/assets/svg/016.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
852
|
+
hatchForLeaf docs/_site/assets/svg/017.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
853
|
+
hatchForLeaf docs/_site/assets/svg/017.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
854
|
+
hatchForLeaf docs/_site/assets/svg/018.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
855
|
+
hatchForLeaf docs/_site/assets/svg/018.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
856
|
+
hatchForLeaf docs/_site/assets/svg/019.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
857
|
+
hatchForLeaf docs/_site/assets/svg/019.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
858
|
+
hatchForLeaf docs/_site/assets/svg/020.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
859
|
+
hatchForLeaf docs/_site/assets/svg/020.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
860
|
+
hatchForLeaf docs/_site/assets/svg/021.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
861
|
+
hatchForLeaf docs/_site/assets/svg/021.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
862
|
+
hatchForLeaf docs/_site/assets/svg/022.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
863
|
+
hatchForLeaf docs/_site/assets/svg/022.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
864
|
+
hatchForLeaf docs/_site/assets/svg/023.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
865
|
+
hatchForLeaf docs/_site/assets/svg/023.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
866
|
+
hatchForLeaf docs/_site/assets/svg/024.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
867
|
+
hatchForLeaf docs/_site/assets/svg/024.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
868
|
+
hatchForLeaf docs/_site/assets/svg/025.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
869
|
+
hatchForLeaf docs/_site/assets/svg/025.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
870
|
+
hatchForLeaf docs/_site/assets/svg/026.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
871
|
+
hatchForLeaf docs/_site/assets/svg/026.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
872
|
+
hatchForLeaf docs/_site/assets/svg/027.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
873
|
+
hatchForLeaf docs/_site/assets/svg/027.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
874
|
+
hatchForLeaf docs/_site/assets/svg/028.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
875
|
+
hatchForLeaf docs/_site/assets/svg/028.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
876
|
+
hatchForLeaf docs/_site/assets/svg/029.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
877
|
+
hatchForLeaf docs/_site/assets/svg/029.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
878
|
+
hatchForLeaf docs/_site/assets/svg/030.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
879
|
+
hatchForLeaf docs/_site/assets/svg/030.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
880
|
+
hatchForLeaf docs/_site/assets/svg/031.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
881
|
+
hatchForLeaf docs/_site/assets/svg/031.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
882
|
+
hatchForLeaf docs/_site/assets/svg/032.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
883
|
+
hatchForLeaf docs/_site/assets/svg/032.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
884
|
+
hatchForLeaf docs/_site/assets/svg/033.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
885
|
+
hatchForLeaf docs/_site/assets/svg/033.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
886
|
+
hatchForLeaf docs/assets/svg/000.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
887
|
+
hatchForLeaf docs/assets/svg/000.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
554
888
|
hatchForLeaf docs/assets/svg/001.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
555
889
|
hatchForLeaf docs/assets/svg/001.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
556
890
|
hatchForLeaf docs/assets/svg/002.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
@@ -599,6 +933,96 @@ hatchForLeaf docs/assets/svg/023.svg /^ <pattern id="hatchForLeaf" x="10" y="
|
|
|
599
933
|
hatchForLeaf docs/assets/svg/023.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
600
934
|
hatchForLeaf docs/assets/svg/024.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
601
935
|
hatchForLeaf docs/assets/svg/024.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
936
|
+
hatchForLeaf docs/assets/svg/025.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
937
|
+
hatchForLeaf docs/assets/svg/025.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
938
|
+
hatchForLeaf docs/assets/svg/026.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
939
|
+
hatchForLeaf docs/assets/svg/026.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
940
|
+
hatchForLeaf docs/assets/svg/027.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
941
|
+
hatchForLeaf docs/assets/svg/027.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
942
|
+
hatchForLeaf docs/assets/svg/028.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
943
|
+
hatchForLeaf docs/assets/svg/028.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
944
|
+
hatchForLeaf docs/assets/svg/029.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
945
|
+
hatchForLeaf docs/assets/svg/029.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
946
|
+
hatchForLeaf docs/assets/svg/030.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
947
|
+
hatchForLeaf docs/assets/svg/030.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
948
|
+
hatchForLeaf docs/assets/svg/031.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
949
|
+
hatchForLeaf docs/assets/svg/031.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
950
|
+
hatchForLeaf docs/assets/svg/032.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
951
|
+
hatchForLeaf docs/assets/svg/032.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
952
|
+
hatchForLeaf docs/assets/svg/033.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
953
|
+
hatchForLeaf docs/assets/svg/033.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
954
|
+
hatchForLeaf docs/assets/svg/034.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
955
|
+
hatchForLeaf docs/assets/svg/034.svg /^ <pattern id="hatchForLeaf" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
956
|
+
hatchForNode docs/_site/assets/svg/000.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
957
|
+
hatchForNode docs/_site/assets/svg/000.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
958
|
+
hatchForNode docs/_site/assets/svg/001.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
959
|
+
hatchForNode docs/_site/assets/svg/001.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
960
|
+
hatchForNode docs/_site/assets/svg/002.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
961
|
+
hatchForNode docs/_site/assets/svg/002.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
962
|
+
hatchForNode docs/_site/assets/svg/003.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
963
|
+
hatchForNode docs/_site/assets/svg/003.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
964
|
+
hatchForNode docs/_site/assets/svg/004.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
965
|
+
hatchForNode docs/_site/assets/svg/004.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
966
|
+
hatchForNode docs/_site/assets/svg/005.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
967
|
+
hatchForNode docs/_site/assets/svg/005.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
968
|
+
hatchForNode docs/_site/assets/svg/006.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
969
|
+
hatchForNode docs/_site/assets/svg/006.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
970
|
+
hatchForNode docs/_site/assets/svg/007.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
971
|
+
hatchForNode docs/_site/assets/svg/007.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
972
|
+
hatchForNode docs/_site/assets/svg/008.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
973
|
+
hatchForNode docs/_site/assets/svg/008.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
974
|
+
hatchForNode docs/_site/assets/svg/009.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
975
|
+
hatchForNode docs/_site/assets/svg/009.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
976
|
+
hatchForNode docs/_site/assets/svg/010.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
977
|
+
hatchForNode docs/_site/assets/svg/010.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
978
|
+
hatchForNode docs/_site/assets/svg/011.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
979
|
+
hatchForNode docs/_site/assets/svg/011.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
980
|
+
hatchForNode docs/_site/assets/svg/012.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
981
|
+
hatchForNode docs/_site/assets/svg/012.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
982
|
+
hatchForNode docs/_site/assets/svg/013.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
983
|
+
hatchForNode docs/_site/assets/svg/013.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
984
|
+
hatchForNode docs/_site/assets/svg/014.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
985
|
+
hatchForNode docs/_site/assets/svg/014.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
986
|
+
hatchForNode docs/_site/assets/svg/015.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
987
|
+
hatchForNode docs/_site/assets/svg/015.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
988
|
+
hatchForNode docs/_site/assets/svg/016.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
989
|
+
hatchForNode docs/_site/assets/svg/016.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
990
|
+
hatchForNode docs/_site/assets/svg/017.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
991
|
+
hatchForNode docs/_site/assets/svg/017.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
992
|
+
hatchForNode docs/_site/assets/svg/018.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
993
|
+
hatchForNode docs/_site/assets/svg/018.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
994
|
+
hatchForNode docs/_site/assets/svg/019.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
995
|
+
hatchForNode docs/_site/assets/svg/019.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
996
|
+
hatchForNode docs/_site/assets/svg/020.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
997
|
+
hatchForNode docs/_site/assets/svg/020.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
998
|
+
hatchForNode docs/_site/assets/svg/021.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
999
|
+
hatchForNode docs/_site/assets/svg/021.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
1000
|
+
hatchForNode docs/_site/assets/svg/022.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
1001
|
+
hatchForNode docs/_site/assets/svg/022.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
1002
|
+
hatchForNode docs/_site/assets/svg/023.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
1003
|
+
hatchForNode docs/_site/assets/svg/023.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
1004
|
+
hatchForNode docs/_site/assets/svg/024.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
1005
|
+
hatchForNode docs/_site/assets/svg/024.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
1006
|
+
hatchForNode docs/_site/assets/svg/025.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
1007
|
+
hatchForNode docs/_site/assets/svg/025.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
1008
|
+
hatchForNode docs/_site/assets/svg/026.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
1009
|
+
hatchForNode docs/_site/assets/svg/026.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
1010
|
+
hatchForNode docs/_site/assets/svg/027.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
1011
|
+
hatchForNode docs/_site/assets/svg/027.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
1012
|
+
hatchForNode docs/_site/assets/svg/028.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
1013
|
+
hatchForNode docs/_site/assets/svg/028.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
1014
|
+
hatchForNode docs/_site/assets/svg/029.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
1015
|
+
hatchForNode docs/_site/assets/svg/029.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
1016
|
+
hatchForNode docs/_site/assets/svg/030.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
1017
|
+
hatchForNode docs/_site/assets/svg/030.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
1018
|
+
hatchForNode docs/_site/assets/svg/031.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
1019
|
+
hatchForNode docs/_site/assets/svg/031.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
1020
|
+
hatchForNode docs/_site/assets/svg/032.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
1021
|
+
hatchForNode docs/_site/assets/svg/032.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
1022
|
+
hatchForNode docs/_site/assets/svg/033.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
1023
|
+
hatchForNode docs/_site/assets/svg/033.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
1024
|
+
hatchForNode docs/assets/svg/000.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
1025
|
+
hatchForNode docs/assets/svg/000.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
602
1026
|
hatchForNode docs/assets/svg/001.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
603
1027
|
hatchForNode docs/assets/svg/001.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
604
1028
|
hatchForNode docs/assets/svg/002.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
@@ -647,6 +1071,26 @@ hatchForNode docs/assets/svg/023.svg /^ <pattern id="hatchForNode" x="10" y="
|
|
|
647
1071
|
hatchForNode docs/assets/svg/023.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
648
1072
|
hatchForNode docs/assets/svg/024.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
649
1073
|
hatchForNode docs/assets/svg/024.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
1074
|
+
hatchForNode docs/assets/svg/025.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
1075
|
+
hatchForNode docs/assets/svg/025.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
1076
|
+
hatchForNode docs/assets/svg/026.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
1077
|
+
hatchForNode docs/assets/svg/026.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
1078
|
+
hatchForNode docs/assets/svg/027.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
1079
|
+
hatchForNode docs/assets/svg/027.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
1080
|
+
hatchForNode docs/assets/svg/028.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
1081
|
+
hatchForNode docs/assets/svg/028.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
1082
|
+
hatchForNode docs/assets/svg/029.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
1083
|
+
hatchForNode docs/assets/svg/029.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
1084
|
+
hatchForNode docs/assets/svg/030.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
1085
|
+
hatchForNode docs/assets/svg/030.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
1086
|
+
hatchForNode docs/assets/svg/031.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
1087
|
+
hatchForNode docs/assets/svg/031.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
1088
|
+
hatchForNode docs/assets/svg/032.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
1089
|
+
hatchForNode docs/assets/svg/032.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
1090
|
+
hatchForNode docs/assets/svg/033.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
1091
|
+
hatchForNode docs/assets/svg/033.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
1092
|
+
hatchForNode docs/assets/svg/034.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" d
|
|
1093
|
+
hatchForNode docs/assets/svg/034.svg /^ <pattern id="hatchForNode" x="10" y="10" width="10" height="10" patternUnits="userSpaceOnUse/;" i
|
|
650
1094
|
header docs/_site/assets/css/style.css /^article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, s/;" s
|
|
651
1095
|
height lib/rsyntaxtree/element.rb /^ attr_accessor :id, :parent, :type, :level, :width, :height, :content, :content_width, :conte/;" A class:RSyntaxTree.Element
|
|
652
1096
|
height lib/rsyntaxtree/svg_graph.rb /^ attr_accessor :width, :height$/;" A class:RSyntaxTree.SVGGraph
|
|
@@ -694,18 +1138,16 @@ level lib/rsyntaxtree/element.rb /^ attr_accessor :id, :parent, :type, :level
|
|
|
694
1138
|
level lib/rsyntaxtree/string_parser.rb /^ attr_accessor :data, :elist, :pos, :id, :level$/;" A class:RSyntaxTree.StringParser
|
|
695
1139
|
level= lib/rsyntaxtree/element.rb /^ attr_accessor :id, :parent, :type, :level, :width, :height, :content, :content_width, :conte/;" A class:RSyntaxTree.Element
|
|
696
1140
|
level= lib/rsyntaxtree/string_parser.rb /^ attr_accessor :data, :elist, :pos, :id, :level$/;" A class:RSyntaxTree.StringParser
|
|
697
|
-
line_to_parent lib/rsyntaxtree/svg_graph.rb /^ def line_to_parent(parent, child)$/;" f
|
|
698
1141
|
line_to_parent lib/rsyntaxtree/svg_graph.rb /^ def line_to_parent(parent, child)$/;" f class:RSyntaxTree.SVGGraph
|
|
699
1142
|
main docs/_site/assets/css/style.css /^article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, s/;" s
|
|
700
|
-
make_balance lib/rsyntaxtree/base_graph.rb /^ def make_balance(id = 1)$/;" f
|
|
701
1143
|
make_balance lib/rsyntaxtree/base_graph.rb /^ def make_balance(id = 1)$/;" f class:RSyntaxTree.BaseGraph
|
|
702
|
-
make_tree lib/rsyntaxtree/string_parser.rb /^ def make_tree(parent)$/;" f
|
|
703
1144
|
make_tree lib/rsyntaxtree/string_parser.rb /^ def make_tree(parent)$/;" f class:RSyntaxTree.StringParser
|
|
704
1145
|
mark docs/_site/assets/css/style.css /^mark { background: #ff0; color: #000; }$/;" s
|
|
705
1146
|
markdown-toc docs/_site/documentation.html /^<ol id="markdown-toc">$/;" I
|
|
706
1147
|
markdown-toc docs/_site/documentation_ja.html /^<ol id="markdown-toc">$/;" I
|
|
707
1148
|
markdown-toc-basic-usage docs/_site/documentation.html /^ <li><a href="#basic-usage" id="markdown-toc-basic-usage">Basic Usage<\/a><\/li>$/;" I
|
|
708
1149
|
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
|
|
1150
|
+
markdown-toc-draw-extra-connectors-between-nodes-experimental docs/_site/documentation.html /^ <li><a href="#draw-extra-connectors-between-nodes-experimental" id="markdown-toc-draw-extra-co/;" I
|
|
709
1151
|
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
|
|
710
1152
|
markdown-toc-escape-special-characters docs/_site/documentation.html /^ <li><a href="#escape-special-characters" id="markdown-toc-escape-special-characters">Escape Sp/;" I
|
|
711
1153
|
markdown-toc-font-styles docs/_site/documentation.html /^ <li><a href="#font-styles" id="markdown-toc-font-styles">Font Styles<\/a><\/li>$/;" I
|
|
@@ -726,6 +1168,7 @@ markdown-toc-テキストの描画 docs/_site/documentation_ja.html /^ <li><a h
|
|
|
726
1168
|
markdown-toc-テキスト以外の要素の描画 docs/_site/documentation_ja.html /^ <li><a href="#テキスト以外の要素の描画" id="markdown-toc-テキスト以外の要素/;" I
|
|
727
1169
|
markdown-toc-テキスト装飾 docs/_site/documentation_ja.html /^ <li><a href="#テキスト装飾" id="markdown-toc-テキスト装飾">テキスト装飾</;" I
|
|
728
1170
|
markdown-toc-ノードからノードへのパスの描画試験的機能 docs/_site/documentation_ja.html /^ <li><a href="#ノードからノードへのパスの描画試験的機能" id="markdown-toc-ノ/;" I
|
|
1171
|
+
markdown-toc-ノードからノードへの追加的なコネクターの描画試験的機能 docs/_site/documentation_ja.html /^ <li><a href="#ノードからノードへの追加的なコネクターの描画試験的機能/;" I
|
|
729
1172
|
markdown-toc-フォントスタイル docs/_site/documentation_ja.html /^ <li><a href="#フォントスタイル" id="markdown-toc-フォントスタイル">フォン/;" I
|
|
730
1173
|
markdown-toc-ボックスとサークル docs/_site/documentation_ja.html /^ <li><a href="#ボックスとサークル" id="markdown-toc-ボックスとサークル">ボ/;" I
|
|
731
1174
|
markdown-toc-ラベル内のスペース docs/_site/documentation_ja.html /^ <li><a href="#ラベル内のスペース" id="markdown-toc-ラベル内のスペース">ラ/;" I
|
|
@@ -738,44 +1181,84 @@ markdown-toc-水平線 docs/_site/documentation_ja.html /^ <li><a href="#
|
|
|
738
1181
|
menu docs/_site/assets/css/style.css /^article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, s/;" s
|
|
739
1182
|
nav docs/_site/assets/css/style.css /^article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, s/;" s
|
|
740
1183
|
newline docs/_site/documentation.html /^<h4 id="newline">Newline<\/h4>$/;" I
|
|
741
|
-
node_centering lib/rsyntaxtree/base_graph.rb /^ def node_centering$/;" f
|
|
742
1184
|
node_centering lib/rsyntaxtree/base_graph.rb /^ def node_centering$/;" f class:RSyntaxTree.BaseGraph
|
|
1185
|
+
ns1d8799cc0101 docs/assets/svg/000.svg /^ <svg width="1906.4" height="1571.2000000000003" viewBox="-20, -20, 1926.4, 1591.2000000000003"/;" n uri:http://www.w3.org/2000/svg
|
|
743
1186
|
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
|
|
1187
|
+
ns1d9e026f0101 docs/_site/assets/svg/000.svg /^ <svg width="1906.4" height="1571.2000000000003" viewBox="-20, -20, 1926.4, 1591.2000000000003"/;" n uri:http://www.w3.org/2000/svg
|
|
744
1188
|
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
|
|
1189
|
+
ns1db01af00101 docs/_site/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
|
|
745
1190
|
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
|
|
1191
|
+
ns1dc233710101 docs/_site/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
|
|
746
1192
|
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
|
|
1193
|
+
ns1dd44bf20101 docs/_site/assets/svg/003.svg /^ <svg width="1344.1999999999998" height="1668.0000000000002" viewBox="-20, -20, 1364.1999999999/;" n uri:http://www.w3.org/2000/svg
|
|
747
1194
|
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
|
|
1195
|
+
ns1de664730101 docs/_site/assets/svg/004.svg /^ <svg width="1614.1999999999998" height="1668.0000000000002" viewBox="-20, -20, 1634.1999999999/;" n uri:http://www.w3.org/2000/svg
|
|
748
1196
|
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
|
|
1197
|
+
ns1df87cf40101 docs/_site/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
|
|
749
1198
|
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
|
|
1199
|
+
ns1e0a95750101 docs/_site/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
|
|
750
1200
|
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
|
|
1201
|
+
ns1e1cadf60101 docs/_site/assets/svg/007.svg /^ <svg width="1617.7999999999997" height="1513.1999999999998" viewBox="-20, -20, 1637.7999999999/;" n uri:http://www.w3.org/2000/svg
|
|
751
1202
|
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
|
-
|
|
1203
|
+
ns1e2ec6770101 docs/_site/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
|
|
1204
|
+
ns1e40def80101 docs/_site/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
|
|
1205
|
+
ns1fdcc26d0101 docs/assets/svg/010.svg /^ <svg width="2481.3999999999996" height="2719.4" viewBox="-20, -20, 2501.3999999999996, 2739.4"/;" n uri:http://www.w3.org/2000/svg
|
|
753
1206
|
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
|
|
1207
|
+
ns1ff32b100101 docs/_site/assets/svg/010.svg /^ <svg width="2481.3999999999996" height="2719.4" viewBox="-20, -20, 2501.3999999999996, 2739.4"/;" n uri:http://www.w3.org/2000/svg
|
|
754
1208
|
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
|
|
1209
|
+
ns200543910101 docs/_site/assets/svg/011.svg /^ <svg width="1175.7999999999997" height="1219.1999999999998" viewBox="-20, -20, 1195.7999999999/;" n uri:http://www.w3.org/2000/svg
|
|
755
1210
|
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
|
|
1211
|
+
ns20175c120101 docs/_site/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
|
|
756
1212
|
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
|
|
1213
|
+
ns202974930101 docs/_site/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
|
|
757
1214
|
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
|
|
1215
|
+
ns203b8d140101 docs/_site/assets/svg/014.svg /^ <svg width="1796.7999999999997" height="2205.7999999999997" viewBox="-20, -20, 1816.7999999999/;" n uri:http://www.w3.org/2000/svg
|
|
758
1216
|
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
|
|
1217
|
+
ns204da5950101 docs/_site/assets/svg/015.svg /^ <svg width="1850.8333333333335" height="964.3000000000001" viewBox="-20, -20, 1870.83333333333/;" n uri:http://www.w3.org/2000/svg
|
|
759
1218
|
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
|
|
1219
|
+
ns205fbe160101 docs/_site/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
|
|
760
1220
|
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
|
-
|
|
1221
|
+
ns2071d6970101 docs/_site/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
|
|
1222
|
+
ns207f9ef60101 docs/assets/svg/019.svg /^ <svg width="3783.2" height="3295.999999999999" viewBox="-20, -20, 3803.2, 3315.999999999999" v/;" n uri:http://www.w3.org/2000/svg
|
|
1223
|
+
ns2083ef180101 docs/_site/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
|
|
1224
|
+
ns209607990101 docs/_site/assets/svg/019.svg /^ <svg width="3783.2" height="3295.999999999999" viewBox="-20, -20, 3803.2, 3315.999999999999" v/;" n uri:http://www.w3.org/2000/svg
|
|
762
1225
|
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
1226
|
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
|
-
|
|
1227
|
+
ns224853b10101 docs/_site/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
|
|
1228
|
+
ns22561c100101 docs/assets/svg/022.svg /^ <svg width="2810.8" height="2613.6" viewBox="-20, -20, 2830.8, 2633.6" version="1.1" xmlns="ht/;" n uri:http://www.w3.org/2000/svg
|
|
1229
|
+
ns225a6c320101 docs/_site/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
|
|
765
1230
|
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
|
|
1231
|
+
ns226c84b30101 docs/_site/assets/svg/022.svg /^ <svg width="2810.8" height="2613.6" viewBox="-20, -20, 2830.8, 2633.6" version="1.1" xmlns="ht/;" n uri:http://www.w3.org/2000/svg
|
|
766
1232
|
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
|
|
1233
|
+
ns227e9d340101 docs/_site/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
|
|
1234
|
+
ns228c65930101 docs/assets/svg/025.svg /^ <svg width="5861.0" height="3340.0" viewBox="-20, -20, 5881.0, 3360.0" version="1.1" xmlns="ht/;" n uri:http://www.w3.org/2000/svg
|
|
1235
|
+
ns2290b5b50101 docs/_site/assets/svg/024.svg /^ <svg width="1554.7999999999997" height="1192.8000000000002" viewBox="-20, -20, 1574.7999999999/;" n uri:http://www.w3.org/2000/svg
|
|
1236
|
+
ns229e7e140101 docs/assets/svg/026.svg /^ <svg width="1902.4" height="1008.0" viewBox="-20, -20, 1922.4, 1028.0" version="1.1" xmlns="ht/;" n uri:http://www.w3.org/2000/svg
|
|
1237
|
+
ns22a2ce360101 docs/_site/assets/svg/025.svg /^ <svg width="5861.0" height="3340.0" viewBox="-20, -20, 5881.0, 3360.0" version="1.1" xmlns="ht/;" n uri:http://www.w3.org/2000/svg
|
|
1238
|
+
ns22b096950101 docs/assets/svg/027.svg /^ <svg width="5044.799999999999" height="1676.8000000000002" viewBox="-20, -20, 5064.79999999999/;" n uri:http://www.w3.org/2000/svg
|
|
1239
|
+
ns22b4e6b70101 docs/_site/assets/svg/026.svg /^ <svg width="1902.4" height="1008.0" viewBox="-20, -20, 1922.4, 1028.0" version="1.1" xmlns="ht/;" n uri:http://www.w3.org/2000/svg
|
|
1240
|
+
ns22c2af160101 docs/assets/svg/028.svg /^ <svg width="818.4" height="1069.6" viewBox="-20, -20, 838.4, 1089.6" version="1.1" xmlns="http/;" n uri:http://www.w3.org/2000/svg
|
|
1241
|
+
ns22c6ff380101 docs/_site/assets/svg/027.svg /^ <svg width="5044.799999999999" height="1676.8000000000002" viewBox="-20, -20, 5064.79999999999/;" n uri:http://www.w3.org/2000/svg
|
|
1242
|
+
ns22d4c7970101 docs/assets/svg/029.svg /^ <svg width="3654.3999999999996" height="2803.2" viewBox="-20, -20, 3674.3999999999996, 2823.2"/;" n uri:http://www.w3.org/2000/svg
|
|
1243
|
+
ns22d917b90101 docs/_site/assets/svg/028.svg /^ <svg width="818.4" height="1069.6" viewBox="-20, -20, 838.4, 1089.6" version="1.1" xmlns="http/;" n uri:http://www.w3.org/2000/svg
|
|
1244
|
+
ns22eb303a0101 docs/_site/assets/svg/029.svg /^ <svg width="3654.3999999999996" height="2803.2" viewBox="-20, -20, 3674.3999999999996, 2823.2"/;" n uri:http://www.w3.org/2000/svg
|
|
1245
|
+
ns248713af0101 docs/assets/svg/030.svg /^ <svg width="2961.4" height="1747.1999999999998" viewBox="-20, -20, 2981.4, 1767.1999999999998"/;" n uri:http://www.w3.org/2000/svg
|
|
1246
|
+
ns24992c300101 docs/assets/svg/031.svg /^ <svg width="1265.2" height="782.4" viewBox="-20, -20, 1285.2, 802.4" version="1.1" xmlns="http/;" n uri:http://www.w3.org/2000/svg
|
|
1247
|
+
ns249d7c520101 docs/_site/assets/svg/030.svg /^ <svg width="2961.4" height="1747.1999999999998" viewBox="-20, -20, 2981.4, 1767.1999999999998"/;" n uri:http://www.w3.org/2000/svg
|
|
1248
|
+
ns24ab44b10101 docs/assets/svg/032.svg /^ <svg width="623.2" height="1500.8" viewBox="-20, -20, 643.2, 1520.8" version="1.1" xmlns="http/;" n uri:http://www.w3.org/2000/svg
|
|
1249
|
+
ns24af94d30101 docs/_site/assets/svg/031.svg /^ <svg width="1301.2" height="782.4" viewBox="-20, -20, 1321.2, 802.4" version="1.1" xmlns="http/;" n uri:http://www.w3.org/2000/svg
|
|
1250
|
+
ns24bd5d320101 docs/assets/svg/033.svg /^ <svg width="623.2" height="1676.8" viewBox="-20, -20, 643.2, 1696.8" version="1.1" xmlns="http/;" n uri:http://www.w3.org/2000/svg
|
|
1251
|
+
ns24c1ad540101 docs/_site/assets/svg/032.svg /^ <svg width="623.2" height="1500.8" viewBox="-20, -20, 643.2, 1520.8" version="1.1" xmlns="http/;" n uri:http://www.w3.org/2000/svg
|
|
1252
|
+
ns24cf75b30101 docs/assets/svg/034.svg /^ <svg width="2715.2" height="1236.8" viewBox="-20, -20, 2735.2, 1256.8" version="1.1" xmlns="ht/;" n uri:http://www.w3.org/2000/svg
|
|
1253
|
+
ns24d3c5d50101 docs/_site/assets/svg/033.svg /^ <svg width="623.2" height="1676.8" viewBox="-20, -20, 643.2, 1696.8" version="1.1" xmlns="http/;" n uri:http://www.w3.org/2000/svg
|
|
767
1254
|
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
|
|
768
1255
|
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
|
|
769
1256
|
optgroup docs/_site/assets/css/style.css /^button, input, optgroup, select, textarea { color: inherit; \/* 1 *\/ font: inherit; \/* 2 *\/ m/;" s
|
|
770
1257
|
optgroup docs/_site/assets/css/style.css /^optgroup { font-weight: bold; }$/;" s
|
|
771
1258
|
parent lib/rsyntaxtree/element.rb /^ attr_accessor :id, :parent, :type, :level, :width, :height, :content, :content_width, :conte/;" A class:RSyntaxTree.Element
|
|
772
1259
|
parent= lib/rsyntaxtree/element.rb /^ attr_accessor :id, :parent, :type, :level, :width, :height, :content, :content_width, :conte/;" A class:RSyntaxTree.Element
|
|
773
|
-
parse lib/rsyntaxtree/markup_parser.rb /^ def parse(txt)$/;" f class:Markup
|
|
774
1260
|
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
|
|
776
|
-
parse lib/rsyntaxtree/string_parser.rb /^ def parse$/;" f
|
|
777
1261
|
parse lib/rsyntaxtree/string_parser.rb /^ def parse$/;" f class:RSyntaxTree.StringParser
|
|
778
|
-
parse_list lib/rsyntaxtree/base_graph.rb /^ def parse_list$/;" f
|
|
779
1262
|
parse_list lib/rsyntaxtree/base_graph.rb /^ def parse_list$/;" f class:RSyntaxTree.BaseGraph
|
|
780
1263
|
path lib/rsyntaxtree/element.rb /^ attr_accessor :id, :parent, :type, :level, :width, :height, :content, :content_width, :conte/;" A class:RSyntaxTree.Element
|
|
781
1264
|
path= lib/rsyntaxtree/element.rb /^ attr_accessor :id, :parent, :type, :level, :width, :height, :content, :content_width, :conte/;" A class:RSyntaxTree.Element
|
|
@@ -793,9 +1276,7 @@ select docs/_site/assets/css/style.css /^button, select { text-transform: none;
|
|
|
793
1276
|
set_element_width lib/rsyntaxtree/elementlist.rb /^ def set_element_width(id, width)$/;" f class:RSyntaxTree.ElementList
|
|
794
1277
|
set_hierarchy lib/rsyntaxtree/elementlist.rb /^ def set_hierarchy$/;" f class:RSyntaxTree.ElementList
|
|
795
1278
|
set_indent lib/rsyntaxtree/elementlist.rb /^ def set_indent(id, indent)$/;" f class:RSyntaxTree.ElementList
|
|
796
|
-
set_tspan lib/rsyntaxtree/svg_graph.rb /^ def set_tspan(this_x, this_y, style, decoration, fontstyle, text)$/;" f
|
|
797
1279
|
set_tspan lib/rsyntaxtree/svg_graph.rb /^ def set_tspan(this_x, this_y, style, decoration, fontstyle, text)$/;" f class:RSyntaxTree.SVGGraph
|
|
798
|
-
setup lib/rsyntaxtree/element.rb /^ def setup$/;" f class:RSyntaxTree
|
|
799
1280
|
setup lib/rsyntaxtree/element.rb /^ def setup$/;" f class:RSyntaxTree.Element
|
|
800
1281
|
setup test/markup_parser_test.rb /^ def setup$/;" f class:MarkupParserTest
|
|
801
1282
|
skip-to-content docs/_layouts/default.html /^ <a id="skip-to-content" href="#content">Skip to the content.<\/a>$/;" I
|
|
@@ -824,76 +1305,71 @@ table docs/_site/assets/css/style.css /^table { border-collapse: collapse; borde
|
|
|
824
1305
|
table-of-contents docs/_site/documentation.html /^<h3 class="no_toc" id="table-of-contents">Table of Contents<\/h3>$/;" I
|
|
825
1306
|
td docs/_site/assets/css/style.css /^td, th { padding: 0; }$/;" s
|
|
826
1307
|
template docs/_site/assets/css/style.css /^[hidden], template { display: none; }$/;" s
|
|
827
|
-
test_evaluator test/markup_parser_test.rb /^ def test_evaluator$/;" f
|
|
828
1308
|
test_evaluator test/markup_parser_test.rb /^ def test_evaluator$/;" f class:MarkupParserTest
|
|
829
|
-
test_rule_bold test/markup_parser_test.rb /^ def test_rule_bold$/;" f
|
|
830
1309
|
test_rule_bold test/markup_parser_test.rb /^ def test_rule_bold$/;" f class:MarkupParserTest
|
|
831
|
-
test_rule_bolditalic test/markup_parser_test.rb /^ def test_rule_bolditalic$/;" f
|
|
832
1310
|
test_rule_bolditalic test/markup_parser_test.rb /^ def test_rule_bolditalic$/;" f class:MarkupParserTest
|
|
833
|
-
test_rule_border test/markup_parser_test.rb /^ def test_rule_border$/;" f
|
|
834
1311
|
test_rule_border test/markup_parser_test.rb /^ def test_rule_border$/;" f class:MarkupParserTest
|
|
835
|
-
test_rule_box test/markup_parser_test.rb /^ def test_rule_box$/;" f
|
|
836
1312
|
test_rule_box test/markup_parser_test.rb /^ def test_rule_box$/;" f class:MarkupParserTest
|
|
837
1313
|
test_rule_brackets test/markup_parser_test.rb /^ def test_rule_brackets$/;" f class:MarkupParserTest
|
|
838
1314
|
test_rule_cr test/markup_parser_test.rb /^ def test_rule_cr$/;" f class:MarkupParserTest
|
|
839
1315
|
test_rule_escaped test/markup_parser_test.rb /^ def test_rule_escaped$/;" f class:MarkupParserTest
|
|
840
|
-
test_rule_italic test/markup_parser_test.rb /^ def test_rule_italic$/;" f
|
|
841
1316
|
test_rule_italic test/markup_parser_test.rb /^ def test_rule_italic$/;" f class:MarkupParserTest
|
|
842
|
-
test_rule_line test/markup_parser_test.rb /^ def test_rule_line$/;" f
|
|
843
1317
|
test_rule_line test/markup_parser_test.rb /^ def test_rule_line$/;" f class:MarkupParserTest
|
|
844
|
-
test_rule_lines test/markup_parser_test.rb /^ def test_rule_lines$/;" f
|
|
845
1318
|
test_rule_lines test/markup_parser_test.rb /^ def test_rule_lines$/;" f class:MarkupParserTest
|
|
846
|
-
test_rule_linethrough test/markup_parser_test.rb /^ def test_rule_linethrough$/;" f
|
|
847
1319
|
test_rule_linethrough test/markup_parser_test.rb /^ def test_rule_linethrough$/;" f class:MarkupParserTest
|
|
848
|
-
test_rule_markup test/markup_parser_test.rb /^ def test_rule_markup$/;" f
|
|
849
1320
|
test_rule_markup test/markup_parser_test.rb /^ def test_rule_markup$/;" f class:MarkupParserTest
|
|
850
|
-
test_rule_non_escaped test/markup_parser_test.rb /^ def test_rule_non_escaped$/;" f
|
|
851
1321
|
test_rule_non_escaped test/markup_parser_test.rb /^ def test_rule_non_escaped$/;" f class:MarkupParserTest
|
|
852
|
-
test_rule_overline test/markup_parser_test.rb /^ def test_rule_overline$/;" f
|
|
853
1322
|
test_rule_overline test/markup_parser_test.rb /^ def test_rule_overline$/;" f class:MarkupParserTest
|
|
854
1323
|
test_rule_path test/markup_parser_test.rb /^ def test_rule_path$/;" f class:MarkupParserTest
|
|
855
|
-
test_rule_subscript test/markup_parser_test.rb /^ def test_rule_subscript$/;" f
|
|
856
1324
|
test_rule_subscript test/markup_parser_test.rb /^ def test_rule_subscript$/;" f class:MarkupParserTest
|
|
857
|
-
test_rule_superscript test/markup_parser_test.rb /^ def test_rule_superscript$/;" f
|
|
858
1325
|
test_rule_superscript test/markup_parser_test.rb /^ def test_rule_superscript$/;" f class:MarkupParserTest
|
|
859
|
-
test_rule_text test/markup_parser_test.rb /^ def test_rule_text$/;" f
|
|
860
1326
|
test_rule_text test/markup_parser_test.rb /^ def test_rule_text$/;" f class:MarkupParserTest
|
|
861
1327
|
test_rule_triangle test/markup_parser_test.rb /^ def test_rule_triangle$/;" f class:MarkupParserTest
|
|
862
|
-
test_rule_underline test/markup_parser_test.rb /^ def test_rule_underline$/;" f
|
|
863
1328
|
test_rule_underline test/markup_parser_test.rb /^ def test_rule_underline$/;" f class:MarkupParserTest
|
|
864
|
-
text-
|
|
865
|
-
text-
|
|
866
|
-
text-
|
|
867
|
-
text-
|
|
868
|
-
text-
|
|
869
|
-
text-
|
|
870
|
-
text-
|
|
871
|
-
text-
|
|
872
|
-
text-
|
|
873
|
-
text-
|
|
874
|
-
text-
|
|
875
|
-
text-
|
|
876
|
-
text-
|
|
877
|
-
text-
|
|
878
|
-
text-
|
|
879
|
-
text-
|
|
880
|
-
text-
|
|
881
|
-
text-
|
|
882
|
-
text-
|
|
883
|
-
text-
|
|
1329
|
+
text-000 docs/_site/examples.html /^ <div id="text-000" style='max-height: 600px; overflow-y: auto; margin-bottom: 20px;'/;" I
|
|
1330
|
+
text-001 docs/_site/examples.html /^ <div id="text-001" style='max-height: 600px; overflow-y: auto; margin-bottom: 20px;'/;" I
|
|
1331
|
+
text-002 docs/_site/examples.html /^ <div id="text-002" style='max-height: 600px; overflow-y: auto; margin-bottom: 20px;'/;" I
|
|
1332
|
+
text-003 docs/_site/examples.html /^ <div id="text-003" style='max-height: 600px; overflow-y: auto; margin-bottom: 20px;'/;" I
|
|
1333
|
+
text-004 docs/_site/examples.html /^ <div id="text-004" style='max-height: 600px; overflow-y: auto; margin-bottom: 20px;'/;" I
|
|
1334
|
+
text-005 docs/_site/examples.html /^ <div id="text-005" style='max-height: 600px; overflow-y: auto; margin-bottom: 20px;'/;" I
|
|
1335
|
+
text-006 docs/_site/examples.html /^ <div id="text-006" style='max-height: 600px; overflow-y: auto; margin-bottom: 20px;'/;" I
|
|
1336
|
+
text-007 docs/_site/examples.html /^ <div id="text-007" style='max-height: 600px; overflow-y: auto; margin-bottom: 20px;'/;" I
|
|
1337
|
+
text-008 docs/_site/examples.html /^ <div id="text-008" style='max-height: 600px; overflow-y: auto; margin-bottom: 20px;'/;" I
|
|
1338
|
+
text-009 docs/_site/examples.html /^ <div id="text-009" style='max-height: 600px; overflow-y: auto; margin-bottom: 20px;'/;" I
|
|
1339
|
+
text-010 docs/_site/examples.html /^ <div id="text-010" style='max-height: 600px; overflow-y: auto; margin-bottom: 20px;'/;" I
|
|
1340
|
+
text-011 docs/_site/examples.html /^ <div id="text-011" style='max-height: 600px; overflow-y: auto; margin-bottom: 20px;'/;" I
|
|
1341
|
+
text-012 docs/_site/examples.html /^ <div id="text-012" style='max-height: 600px; overflow-y: auto; margin-bottom: 20px;'/;" I
|
|
1342
|
+
text-013 docs/_site/examples.html /^ <div id="text-013" style='max-height: 600px; overflow-y: auto; margin-bottom: 20px;'/;" I
|
|
1343
|
+
text-014 docs/_site/examples.html /^ <div id="text-014" style='max-height: 600px; overflow-y: auto; margin-bottom: 20px;'/;" I
|
|
1344
|
+
text-015 docs/_site/examples.html /^ <div id="text-015" style='max-height: 600px; overflow-y: auto; margin-bottom: 20px;'/;" I
|
|
1345
|
+
text-016 docs/_site/examples.html /^ <div id="text-016" style='max-height: 600px; overflow-y: auto; margin-bottom: 20px;'/;" I
|
|
1346
|
+
text-017 docs/_site/examples.html /^ <div id="text-017" style='max-height: 600px; overflow-y: auto; margin-bottom: 20px;'/;" I
|
|
1347
|
+
text-018 docs/_site/examples.html /^ <div id="text-018" style='max-height: 600px; overflow-y: auto; margin-bottom: 20px;'/;" I
|
|
1348
|
+
text-019 docs/_site/examples.html /^ <div id="text-019" style='max-height: 600px; overflow-y: auto; margin-bottom: 20px;'/;" I
|
|
1349
|
+
text-020 docs/_site/examples.html /^ <div id="text-020" style='max-height: 600px; overflow-y: auto; margin-bottom: 20px;'/;" I
|
|
1350
|
+
text-021 docs/_site/examples.html /^ <div id="text-021" style='max-height: 600px; overflow-y: auto; margin-bottom: 20px;'/;" I
|
|
1351
|
+
text-022 docs/_site/examples.html /^ <div id="text-022" style='max-height: 600px; overflow-y: auto; margin-bottom: 20px;'/;" I
|
|
1352
|
+
text-023 docs/_site/examples.html /^ <div id="text-023" style='max-height: 600px; overflow-y: auto; margin-bottom: 20px;'/;" I
|
|
1353
|
+
text-024 docs/_site/examples.html /^ <div id="text-024" style='max-height: 600px; overflow-y: auto; margin-bottom: 20px;'/;" I
|
|
1354
|
+
text-025 docs/_site/examples.html /^ <div id="text-025" style='max-height: 600px; overflow-y: auto; margin-bottom: 20px;'/;" I
|
|
1355
|
+
text-026 docs/_site/examples.html /^ <div id="text-026" style='max-height: 600px; overflow-y: auto; margin-bottom: 20px;'/;" I
|
|
1356
|
+
text-027 docs/_site/examples.html /^ <div id="text-027" style='max-height: 600px; overflow-y: auto; margin-bottom: 20px;'/;" I
|
|
1357
|
+
text-028 docs/_site/examples.html /^ <div id="text-028" style='max-height: 600px; overflow-y: auto; margin-bottom: 20px;'/;" I
|
|
1358
|
+
text-029 docs/_site/examples.html /^ <div id="text-029" style='max-height: 600px; overflow-y: auto; margin-bottom: 20px;'/;" I
|
|
1359
|
+
text-030 docs/_site/examples.html /^ <div id="text-030" style='max-height: 600px; overflow-y: auto; margin-bottom: 20px;'/;" I
|
|
1360
|
+
text-031 docs/_site/examples.html /^ <div id="text-031" style='max-height: 600px; overflow-y: auto; margin-bottom: 20px;'/;" I
|
|
884
1361
|
text-decoration docs/_site/documentation.html /^<h4 id="text-decoration">Text Decoration<\/h4>$/;" I
|
|
885
|
-
text-{{example.name}} docs/examples.html /^
|
|
1362
|
+
text-{{example.name}} docs/examples.html /^ <div id="text-{{example.name}}" style='max-height: 600px; overflow-y: auto; margin-b/;" I
|
|
886
1363
|
textarea docs/_site/assets/css/style.css /^button, input, optgroup, select, textarea { color: inherit; \/* 1 *\/ font: inherit; \/* 2 *\/ m/;" s
|
|
887
1364
|
textarea docs/_site/assets/css/style.css /^textarea { overflow: auto; }$/;" s
|
|
888
1365
|
th docs/_site/assets/css/style.css /^td, th { padding: 0; }$/;" s
|
|
889
1366
|
triangle lib/rsyntaxtree/element.rb /^ attr_accessor :id, :parent, :type, :level, :width, :height, :content, :content_width, :conte/;" A class:RSyntaxTree.Element
|
|
890
1367
|
triangle-square-brackets-rectangle docs/_site/documentation.html /^<h3 id="triangle-square-brackets-rectangle">Triangle, Square Brackets, Rectangle<\/h3>$/;" I
|
|
891
1368
|
triangle= lib/rsyntaxtree/element.rb /^ attr_accessor :id, :parent, :type, :level, :width, :height, :content, :content_width, :conte/;" A class:RSyntaxTree.Element
|
|
892
|
-
triangle_to_parent lib/rsyntaxtree/svg_graph.rb /^ def triangle_to_parent(parent, child)$/;" f
|
|
893
1369
|
triangle_to_parent lib/rsyntaxtree/svg_graph.rb /^ def triangle_to_parent(parent, child)$/;" f class:RSyntaxTree.SVGGraph
|
|
894
1370
|
type lib/rsyntaxtree/element.rb /^ attr_accessor :id, :parent, :type, :level, :width, :height, :content, :content_width, :conte/;" A class:RSyntaxTree.Element
|
|
895
1371
|
type= lib/rsyntaxtree/element.rb /^ attr_accessor :id, :parent, :type, :level, :width, :height, :content, :content_width, :conte/;" A class:RSyntaxTree.Element
|
|
896
|
-
|
|
1372
|
+
vP-shell (Japanese) docs/_site/examples.html /^ <div><a href="#examples">🔝<\/a><\/div><h3>vP-shell (Japanese)<\/h3>$/;" j
|
|
897
1373
|
valid? lib/rsyntaxtree/string_parser.rb /^ def self.valid?(data)$/;" S class:RSyntaxTree.StringParser
|
|
898
1374
|
vertical_indent lib/rsyntaxtree/element.rb /^ attr_accessor :id, :parent, :type, :level, :width, :height, :content, :content_width, :conte/;" A class:RSyntaxTree.Element
|
|
899
1375
|
vertical_indent= lib/rsyntaxtree/element.rb /^ attr_accessor :id, :parent, :type, :level, :width, :height, :content, :content_width, :conte/;" A class:RSyntaxTree.Element
|
|
@@ -903,8 +1379,8 @@ width lib/rsyntaxtree/element.rb /^ attr_accessor :id, :parent, :type, :level
|
|
|
903
1379
|
width lib/rsyntaxtree/svg_graph.rb /^ attr_accessor :width, :height$/;" A class:RSyntaxTree.SVGGraph
|
|
904
1380
|
width= lib/rsyntaxtree/element.rb /^ attr_accessor :id, :parent, :type, :level, :width, :height, :content, :content_width, :conte/;" A class:RSyntaxTree.Element
|
|
905
1381
|
width= lib/rsyntaxtree/svg_graph.rb /^ attr_accessor :width, :height$/;" A class:RSyntaxTree.SVGGraph
|
|
906
|
-
{{ category.name }} docs/examples.html
|
|
907
|
-
{{ example.caption }} docs/examples.html
|
|
1382
|
+
{{ category.name }} docs/examples.html /^ <h2 id="category-{{category.name | slugify }}"><b>{{ category.name }}<\/b><\/h2>$/;" i
|
|
1383
|
+
{{ example.caption }} docs/examples.html /^ <h3>{{ example.caption }}<\/h3>$/;" j
|
|
908
1384
|
{{ 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
|
|
909
1385
|
{{ page.title | default: site.title | default: site.github.repository_name }} docs/_layouts/default.html /^ <\/h1>$/;" h
|
|
910
1386
|
コネクター docs/_site/documentation_ja.html /^<h3 id="コネクター">コネクター<\/h3>$/;" I
|
|
@@ -927,6 +1403,9 @@ width= lib/rsyntaxtree/svg_graph.rb /^ attr_accessor :width, :height$/;" A cl
|
|
|
927
1403
|
ノードからノードへのパスの描画試験的機能 docs/_site/documentation_ja.html /^<h3 id="ノードからノードへのパスの描画試験的機能">ノードからノードへ/;" I
|
|
928
1404
|
ノードからノードへのパスの描画(試験的機能) docs/_site/documentation_ja.html /^<h3 id="ノードからノードへのパスの描画試験的機能">ノードからノードへ/;" j
|
|
929
1405
|
ノードからノードへのパスの描画(試験的機能) docs/documentation_ja.md /^### ノードからノードへのパスの描画(試験的機能)$/;" S chapter:ドキュメンテーション
|
|
1406
|
+
ノードからノードへの追加的なコネクターの描画試験的機能 docs/_site/documentation_ja.html /^<h3 id="ノードからノードへの追加的なコネクターの描画試験的機能">ノー/;" I
|
|
1407
|
+
ノードからノードへの追加的なコネクターの描画(試験的機能) docs/_site/documentation_ja.html /^<h3 id="ノードからノードへの追加的なコネクターの描画試験的機能">ノー/;" j
|
|
1408
|
+
ノードからノードへの追加的なコネクターの描画(試験的機能) docs/documentation_ja.md /^### ノードからノードへの追加的なコネクターの描画(試験的機能)$/;" S chapter:ドキュメンテーション
|
|
930
1409
|
フォントスタイル docs/_site/documentation_ja.html /^<h4 id="フォントスタイル">フォント・スタイル<\/h4>$/;" I
|
|
931
1410
|
フォント・スタイル docs/documentation_ja.md /^#### フォント・スタイル$/;" t subsection:ドキュメンテーション""テキストの描画
|
|
932
1411
|
ボックスとサークル docs/_site/documentation_ja.html /^<h4 id="ボックスとサークル">ボックスとサークル<\/h4>$/;" I
|