term_utils 0.3.2 → 0.5.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.
Files changed (70) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +16 -2
  3. data/COPYING +3 -3
  4. data/README.md +51 -16
  5. data/Rakefile +6 -0
  6. data/doc/TermUtils/AP/Article.html +57 -55
  7. data/doc/TermUtils/AP/ArticleResult.html +584 -0
  8. data/doc/TermUtils/AP/Flag.html +295 -78
  9. data/doc/TermUtils/AP/Parameter.html +891 -103
  10. data/doc/TermUtils/AP/ParameterResult.html +980 -0
  11. data/doc/TermUtils/{FF/Cursor/Context.html → AP/ParameterWalkerHooks.html} +60 -60
  12. data/doc/TermUtils/AP/ParseError.html +651 -19
  13. data/doc/TermUtils/AP/Parser.html +181 -121
  14. data/doc/TermUtils/AP/Result.html +201 -528
  15. data/doc/TermUtils/AP/Syntax.html +103 -393
  16. data/doc/TermUtils/AP/SyntaxError.html +9 -91
  17. data/doc/TermUtils/AP/Walker.html +686 -0
  18. data/doc/TermUtils/AP.html +49 -160
  19. data/doc/TermUtils/FF/Config.html +203 -35
  20. data/doc/TermUtils/FF/Context.html +585 -0
  21. data/doc/TermUtils/FF/Entry.html +626 -0
  22. data/doc/TermUtils/FF/Finder.html +850 -0
  23. data/doc/TermUtils/FF/{Cursor.html → FinderEntry.html} +473 -211
  24. data/doc/TermUtils/FF/FinderQuery.html +946 -0
  25. data/doc/TermUtils/FF/Query.html +402 -70
  26. data/doc/TermUtils/FF.html +135 -11
  27. data/doc/TermUtils/PropertyTreeNode.html +304 -190
  28. data/doc/TermUtils/Tab/Column.html +98 -96
  29. data/doc/TermUtils/Tab/Header.html +30 -30
  30. data/doc/TermUtils/Tab/Holder.html +81 -81
  31. data/doc/TermUtils/Tab/Printer.html +43 -43
  32. data/doc/TermUtils/Tab/Table.html +124 -128
  33. data/doc/TermUtils/Tab/TableError.html +7 -89
  34. data/doc/TermUtils/Tab.html +93 -86
  35. data/doc/TermUtils.html +10 -10
  36. data/doc/_index.html +62 -42
  37. data/doc/class_list.html +3 -3
  38. data/doc/css/style.css +3 -2
  39. data/doc/file.README.html +63 -26
  40. data/doc/file_list.html +2 -2
  41. data/doc/frames.html +2 -2
  42. data/doc/index.html +63 -26
  43. data/doc/js/app.js +14 -3
  44. data/doc/method_list.html +708 -236
  45. data/doc/top-level-namespace.html +7 -7
  46. data/lib/term_utils/ap/article.rb +15 -9
  47. data/lib/term_utils/ap/flag.rb +37 -20
  48. data/lib/term_utils/ap/parameter.rb +88 -19
  49. data/lib/term_utils/ap/parser.rb +143 -116
  50. data/lib/term_utils/ap/result.rb +208 -161
  51. data/lib/term_utils/ap/syntax.rb +53 -69
  52. data/lib/term_utils/ap.rb +79 -24
  53. data/lib/term_utils/ff/config.rb +22 -10
  54. data/lib/term_utils/{ap/no_such_value_error.rb → ff/entry.rb} +26 -8
  55. data/lib/term_utils/ff/finder.rb +255 -0
  56. data/lib/term_utils/ff/query.rb +94 -17
  57. data/lib/term_utils/ff.rb +12 -2
  58. data/lib/term_utils/property_tree_node.rb +47 -19
  59. data/lib/term_utils/tab.rb +106 -61
  60. data/lib/term_utils.rb +8 -1
  61. data/term_utils.gemspec +4 -4
  62. metadata +18 -17
  63. data/doc/TermUtils/AP/Element.html +0 -1025
  64. data/doc/TermUtils/AP/Level.html +0 -638
  65. data/doc/TermUtils/AP/NoSuchValueError.html +0 -217
  66. data/lib/term_utils/ap/element.rb +0 -78
  67. data/lib/term_utils/ap/level.rb +0 -57
  68. data/lib/term_utils/ap/parse_error.rb +0 -27
  69. data/lib/term_utils/ap/syntax_error.rb +0 -27
  70. data/lib/term_utils/ff/cursor.rb +0 -153
@@ -4,31 +4,31 @@
4
4
  <meta charset="utf-8">
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
6
  <title>
7
- Class: TermUtils::FF::Cursor::Context
7
+ Class: TermUtils::AP::ParameterWalkerHooks
8
8
 
9
- &mdash; Documentation by YARD 0.9.20
9
+ &mdash; Documentation by YARD 0.9.34
10
10
 
11
11
  </title>
12
12
 
13
- <link rel="stylesheet" href="../../../css/style.css" type="text/css" charset="utf-8" />
13
+ <link rel="stylesheet" href="../../css/style.css" type="text/css" />
14
14
 
15
- <link rel="stylesheet" href="../../../css/common.css" type="text/css" charset="utf-8" />
15
+ <link rel="stylesheet" href="../../css/common.css" type="text/css" />
16
16
 
17
- <script type="text/javascript" charset="utf-8">
18
- pathId = "TermUtils::FF::Cursor::Context";
19
- relpath = '../../../';
17
+ <script type="text/javascript">
18
+ pathId = "TermUtils::AP::ParameterWalkerHooks";
19
+ relpath = '../../';
20
20
  </script>
21
21
 
22
22
 
23
- <script type="text/javascript" charset="utf-8" src="../../../js/jquery.js"></script>
23
+ <script type="text/javascript" charset="utf-8" src="../../js/jquery.js"></script>
24
24
 
25
- <script type="text/javascript" charset="utf-8" src="../../../js/app.js"></script>
25
+ <script type="text/javascript" charset="utf-8" src="../../js/app.js"></script>
26
26
 
27
27
 
28
28
  </head>
29
29
  <body>
30
30
  <div class="nav_wrap">
31
- <iframe id="nav" src="../../../class_list.html?1"></iframe>
31
+ <iframe id="nav" src="../../class_list.html?1"></iframe>
32
32
  <div id="resizer"></div>
33
33
  </div>
34
34
 
@@ -36,17 +36,17 @@
36
36
  <div id="header">
37
37
  <div id="menu">
38
38
 
39
- <a href="../../../_index.html">Index (C)</a> &raquo;
40
- <span class='title'><span class='object_link'><a href="../../../TermUtils.html" title="TermUtils (module)">TermUtils</a></span></span> &raquo; <span class='title'><span class='object_link'><a href="../../FF.html" title="TermUtils::FF (module)">FF</a></span></span> &raquo; <span class='title'><span class='object_link'><a href="../Cursor.html" title="TermUtils::FF::Cursor (class)">Cursor</a></span></span>
39
+ <a href="../../_index.html">Index (P)</a> &raquo;
40
+ <span class='title'><span class='object_link'><a href="../../TermUtils.html" title="TermUtils (module)">TermUtils</a></span></span> &raquo; <span class='title'><span class='object_link'><a href="../AP.html" title="TermUtils::AP (module)">AP</a></span></span>
41
41
  &raquo;
42
- <span class="title">Context</span>
42
+ <span class="title">ParameterWalkerHooks</span>
43
43
 
44
44
  </div>
45
45
 
46
46
  <div id="search">
47
47
 
48
48
  <a class="full_list_link" id="class_list_link"
49
- href="../../../class_list.html">
49
+ href="../../class_list.html">
50
50
 
51
51
  <svg width="24" height="24">
52
52
  <rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
@@ -59,7 +59,7 @@
59
59
  <div class="clear"></div>
60
60
  </div>
61
61
 
62
- <div id="content"><h1>Class: TermUtils::FF::Cursor::Context
62
+ <div id="content"><h1>Class: TermUtils::AP::ParameterWalkerHooks
63
63
 
64
64
 
65
65
 
@@ -76,7 +76,7 @@
76
76
 
77
77
  <li class="next">Struct</li>
78
78
 
79
- <li class="next">TermUtils::FF::Cursor::Context</li>
79
+ <li class="next">TermUtils::AP::ParameterWalkerHooks</li>
80
80
 
81
81
  </ul>
82
82
  <a href="#" class="inheritanceTree">show all</a>
@@ -96,7 +96,7 @@
96
96
 
97
97
  <dl>
98
98
  <dt>Defined in:</dt>
99
- <dd>lib/term_utils/ff/cursor.rb</dd>
99
+ <dd>lib/term_utils/ap/result.rb</dd>
100
100
  </dl>
101
101
 
102
102
  </div>
@@ -104,7 +104,7 @@
104
104
  <h2>Overview</h2><div class="docstring">
105
105
  <div class="discussion">
106
106
 
107
- <p>Represents a directory context.</p>
107
+ <p>Parameter hooks for Walker.</p>
108
108
 
109
109
 
110
110
  </div>
@@ -122,7 +122,7 @@
122
122
  <li class="public ">
123
123
  <span class="summary_signature">
124
124
 
125
- <a href="#components-instance_method" title="#components (instance method)">#<strong>components</strong> &#x21d2; Object </a>
125
+ <a href="#anonymous_article_hook-instance_method" title="#anonymous_article_hook (instance method)">#<strong>anonymous_article_hook</strong> &#x21d2; Object </a>
126
126
 
127
127
 
128
128
 
@@ -140,7 +140,7 @@
140
140
 
141
141
 
142
142
  <span class="summary_desc"><div class='inline'>
143
- <p>Returns the value of attribute components.</p>
143
+ <p>Returns the value of attribute anonymous_article_hook.</p>
144
144
  </div></span>
145
145
 
146
146
  </li>
@@ -149,7 +149,7 @@
149
149
  <li class="public ">
150
150
  <span class="summary_signature">
151
151
 
152
- <a href="#entries-instance_method" title="#entries (instance method)">#<strong>entries</strong> &#x21d2; Object </a>
152
+ <a href="#article_hooks-instance_method" title="#article_hooks (instance method)">#<strong>article_hooks</strong> &#x21d2; Object </a>
153
153
 
154
154
 
155
155
 
@@ -167,7 +167,7 @@
167
167
 
168
168
 
169
169
  <span class="summary_desc"><div class='inline'>
170
- <p>Returns the value of attribute entries.</p>
170
+ <p>Returns the value of attribute article_hooks.</p>
171
171
  </div></span>
172
172
 
173
173
  </li>
@@ -176,7 +176,7 @@
176
176
  <li class="public ">
177
177
  <span class="summary_signature">
178
178
 
179
- <a href="#path-instance_method" title="#path (instance method)">#<strong>path</strong> &#x21d2; Object </a>
179
+ <a href="#hook-instance_method" title="#hook (instance method)">#<strong>hook</strong> &#x21d2; Object </a>
180
180
 
181
181
 
182
182
 
@@ -194,7 +194,7 @@
194
194
 
195
195
 
196
196
  <span class="summary_desc"><div class='inline'>
197
- <p>Returns the value of attribute path.</p>
197
+ <p>Returns the value of attribute hook.</p>
198
198
  </div></span>
199
199
 
200
200
  </li>
@@ -211,11 +211,11 @@
211
211
  <h2>Instance Attribute Details</h2>
212
212
 
213
213
 
214
- <span id="components=-instance_method"></span>
214
+ <span id="anonymous_article_hook=-instance_method"></span>
215
215
  <div class="method_details first">
216
- <h3 class="signature first" id="components-instance_method">
216
+ <h3 class="signature first" id="anonymous_article_hook-instance_method">
217
217
 
218
- #<strong>components</strong> &#x21d2; <tt>Object</tt>
218
+ #<strong>anonymous_article_hook</strong> &#x21d2; <tt>Object</tt>
219
219
 
220
220
 
221
221
 
@@ -224,7 +224,7 @@
224
224
  </h3><div class="docstring">
225
225
  <div class="discussion">
226
226
 
227
- <p>Returns the value of attribute components</p>
227
+ <p>Returns the value of attribute anonymous_article_hook</p>
228
228
 
229
229
 
230
230
  </div>
@@ -243,7 +243,7 @@
243
243
 
244
244
  &mdash;
245
245
  <div class='inline'>
246
- <p>the current value of components</p>
246
+ <p>the current value of anonymous_article_hook</p>
247
247
  </div>
248
248
 
249
249
  </li>
@@ -256,15 +256,15 @@
256
256
  <pre class="lines">
257
257
 
258
258
 
259
- 24
260
- 25
261
- 26</pre>
259
+ 242
260
+ 243
261
+ 244</pre>
262
262
  </td>
263
263
  <td>
264
- <pre class="code"><span class="info file"># File 'lib/term_utils/ff/cursor.rb', line 24</span>
264
+ <pre class="code"><span class="info file"># File 'lib/term_utils/ap/result.rb', line 242</span>
265
265
 
266
- <span class='kw'>def</span> <span class='id identifier rubyid_components'>components</span>
267
- <span class='ivar'>@components</span>
266
+ <span class='kw'>def</span> <span class='id identifier rubyid_anonymous_article_hook'>anonymous_article_hook</span>
267
+ <span class='ivar'>@anonymous_article_hook</span>
268
268
  <span class='kw'>end</span></pre>
269
269
  </td>
270
270
  </tr>
@@ -272,11 +272,11 @@
272
272
  </div>
273
273
 
274
274
 
275
- <span id="entries=-instance_method"></span>
275
+ <span id="article_hooks=-instance_method"></span>
276
276
  <div class="method_details ">
277
- <h3 class="signature " id="entries-instance_method">
277
+ <h3 class="signature " id="article_hooks-instance_method">
278
278
 
279
- #<strong>entries</strong> &#x21d2; <tt>Object</tt>
279
+ #<strong>article_hooks</strong> &#x21d2; <tt>Object</tt>
280
280
 
281
281
 
282
282
 
@@ -285,7 +285,7 @@
285
285
  </h3><div class="docstring">
286
286
  <div class="discussion">
287
287
 
288
- <p>Returns the value of attribute entries</p>
288
+ <p>Returns the value of attribute article_hooks</p>
289
289
 
290
290
 
291
291
  </div>
@@ -304,7 +304,7 @@
304
304
 
305
305
  &mdash;
306
306
  <div class='inline'>
307
- <p>the current value of entries</p>
307
+ <p>the current value of article_hooks</p>
308
308
  </div>
309
309
 
310
310
  </li>
@@ -317,15 +317,15 @@
317
317
  <pre class="lines">
318
318
 
319
319
 
320
- 24
321
- 25
322
- 26</pre>
320
+ 242
321
+ 243
322
+ 244</pre>
323
323
  </td>
324
324
  <td>
325
- <pre class="code"><span class="info file"># File 'lib/term_utils/ff/cursor.rb', line 24</span>
325
+ <pre class="code"><span class="info file"># File 'lib/term_utils/ap/result.rb', line 242</span>
326
326
 
327
- <span class='kw'>def</span> <span class='id identifier rubyid_entries'>entries</span>
328
- <span class='ivar'>@entries</span>
327
+ <span class='kw'>def</span> <span class='id identifier rubyid_article_hooks'>article_hooks</span>
328
+ <span class='ivar'>@article_hooks</span>
329
329
  <span class='kw'>end</span></pre>
330
330
  </td>
331
331
  </tr>
@@ -333,11 +333,11 @@
333
333
  </div>
334
334
 
335
335
 
336
- <span id="path=-instance_method"></span>
336
+ <span id="hook=-instance_method"></span>
337
337
  <div class="method_details ">
338
- <h3 class="signature " id="path-instance_method">
338
+ <h3 class="signature " id="hook-instance_method">
339
339
 
340
- #<strong>path</strong> &#x21d2; <tt>Object</tt>
340
+ #<strong>hook</strong> &#x21d2; <tt>Object</tt>
341
341
 
342
342
 
343
343
 
@@ -346,7 +346,7 @@
346
346
  </h3><div class="docstring">
347
347
  <div class="discussion">
348
348
 
349
- <p>Returns the value of attribute path</p>
349
+ <p>Returns the value of attribute hook</p>
350
350
 
351
351
 
352
352
  </div>
@@ -365,7 +365,7 @@
365
365
 
366
366
  &mdash;
367
367
  <div class='inline'>
368
- <p>the current value of path</p>
368
+ <p>the current value of hook</p>
369
369
  </div>
370
370
 
371
371
  </li>
@@ -378,15 +378,15 @@
378
378
  <pre class="lines">
379
379
 
380
380
 
381
- 24
382
- 25
383
- 26</pre>
381
+ 242
382
+ 243
383
+ 244</pre>
384
384
  </td>
385
385
  <td>
386
- <pre class="code"><span class="info file"># File 'lib/term_utils/ff/cursor.rb', line 24</span>
386
+ <pre class="code"><span class="info file"># File 'lib/term_utils/ap/result.rb', line 242</span>
387
387
 
388
- <span class='kw'>def</span> <span class='id identifier rubyid_path'>path</span>
389
- <span class='ivar'>@path</span>
388
+ <span class='kw'>def</span> <span class='id identifier rubyid_hook'>hook</span>
389
+ <span class='ivar'>@hook</span>
390
390
  <span class='kw'>end</span></pre>
391
391
  </td>
392
392
  </tr>
@@ -399,9 +399,9 @@
399
399
  </div>
400
400
 
401
401
  <div id="footer">
402
- Generated on Fri Feb 7 18:54:41 2020 by
403
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
404
- 0.9.20 (ruby-2.6.5).
402
+ Generated on Wed Aug 9 17:34:27 2023 by
403
+ <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
404
+ 0.9.34 (ruby-3.2.2).
405
405
  </div>
406
406
 
407
407
  </div>