doing 2.1.13 → 2.1.17
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.irbrc +1 -0
- data/.yardoc/checksums +14 -12
- data/.yardoc/object_types +0 -0
- data/.yardoc/objects/root.dat +0 -0
- data/CHANGELOG.md +76 -0
- data/Gemfile.lock +9 -2
- data/README.md +56 -19
- data/bin/doing +218 -68
- data/docs/doc/Array.html +117 -3
- data/docs/doc/BooleanTermParser/Clause.html +1 -1
- data/docs/doc/BooleanTermParser/Operator.html +1 -1
- data/docs/doc/BooleanTermParser/Query.html +1 -1
- data/docs/doc/BooleanTermParser/QueryParser.html +1 -1
- data/docs/doc/BooleanTermParser/QueryTransformer.html +1 -1
- data/docs/doc/BooleanTermParser.html +1 -1
- data/docs/doc/Doing/Color.html +6 -2
- data/docs/doc/Doing/Completion.html +1 -1
- data/docs/doc/Doing/Configuration.html +8 -4
- data/docs/doc/Doing/Errors/DoingNoTraceError.html +1 -1
- data/docs/doc/Doing/Errors/DoingRuntimeError.html +1 -1
- data/docs/doc/Doing/Errors/DoingStandardError.html +1 -1
- data/docs/doc/Doing/Errors/EmptyInput.html +1 -1
- data/docs/doc/Doing/Errors/NoResults.html +1 -1
- data/docs/doc/Doing/Errors/PluginException.html +1 -1
- data/docs/doc/Doing/Errors/UserCancelled.html +1 -1
- data/docs/doc/Doing/Errors/WrongCommand.html +1 -1
- data/docs/doc/Doing/Errors.html +1 -1
- data/docs/doc/Doing/Hooks.html +1 -1
- data/docs/doc/Doing/Item.html +340 -14
- data/docs/doc/Doing/Items.html +2 -2
- data/docs/doc/Doing/LogAdapter.html +1 -1
- data/docs/doc/Doing/Note.html +2 -2
- data/docs/doc/Doing/Pager.html +1 -1
- data/docs/doc/Doing/Plugins.html +1 -1
- data/docs/doc/Doing/Prompt.html +103 -1
- data/docs/doc/Doing/Section.html +1 -1
- data/docs/doc/Doing/TemplateString.html +2 -2
- data/docs/doc/Doing/Util/Backup.html +1 -1
- data/docs/doc/Doing/Util.html +1 -1
- data/docs/doc/Doing/WWID.html +77 -71
- data/docs/doc/Doing.html +3 -3
- data/docs/doc/GLI/Commands/MarkdownDocumentListener.html +1 -1
- data/docs/doc/GLI/Commands.html +1 -1
- data/docs/doc/GLI.html +1 -1
- data/docs/doc/Hash.html +1 -1
- data/docs/doc/Numeric.html +279 -0
- data/docs/doc/PhraseParser/Operator.html +1 -1
- data/docs/doc/PhraseParser/PhraseClause.html +1 -1
- data/docs/doc/PhraseParser/Query.html +1 -1
- data/docs/doc/PhraseParser/QueryParser.html +1 -1
- data/docs/doc/PhraseParser/QueryTransformer.html +1 -1
- data/docs/doc/PhraseParser/TermClause.html +1 -1
- data/docs/doc/PhraseParser.html +1 -1
- data/docs/doc/Status.html +1 -1
- data/docs/doc/String.html +997 -118
- data/docs/doc/Symbol.html +1 -1
- data/docs/doc/Time.html +1 -1
- data/docs/doc/_index.html +14 -9
- data/docs/doc/class_list.html +1 -1
- data/docs/doc/file.README.html +41 -15
- data/docs/doc/index.html +41 -15
- data/docs/doc/method_list.html +449 -305
- data/docs/doc/top-level-namespace.html +2 -2
- data/docs/index.md +56 -19
- data/doing.gemspec +2 -0
- data/doing.rdoc +76 -9
- data/example_plugin.rb +2 -4
- data/lib/completion/_doing.zsh +17 -17
- data/lib/completion/doing.bash +25 -25
- data/lib/completion/doing.fish +18 -6
- data/lib/doing/array_chronify.rb +57 -0
- data/lib/doing/colors.rb +4 -0
- data/lib/doing/configuration.rb +6 -2
- data/lib/doing/item.rb +108 -0
- data/lib/doing/log_adapter.rb +3 -3
- data/lib/doing/numeric_chronify.rb +40 -0
- data/lib/doing/plugins/export/dayone_export.rb +1 -1
- data/lib/doing/plugins/export/json_export.rb +2 -2
- data/lib/doing/plugins/export/template_export.rb +49 -90
- data/lib/doing/plugins/import/calendar_import.rb +13 -1
- data/lib/doing/plugins/import/doing_import.rb +12 -1
- data/lib/doing/plugins/import/timing_import.rb +13 -1
- data/lib/doing/prompt.rb +65 -1
- data/lib/doing/string.rb +137 -33
- data/lib/doing/string_chronify.rb +112 -14
- data/lib/doing/template_string.rb +1 -1
- data/lib/doing/time.rb +6 -6
- data/lib/doing/util_backup.rb +1 -1
- data/lib/doing/version.rb +1 -1
- data/lib/doing/wwid.rb +117 -106
- data/lib/doing.rb +36 -31
- data/lib/examples/plugins/say_export.rb +1 -4
- metadata +46 -2
data/docs/doc/method_list.html
CHANGED
@@ -110,16 +110,16 @@
|
|
110
110
|
|
111
111
|
<li class="odd ">
|
112
112
|
<div class="item">
|
113
|
-
<span class='object_link'><a href="Doing/
|
114
|
-
<small>Doing::
|
113
|
+
<span class='object_link'><a href="Doing/Configuration.html#additional_configs-instance_method" title="Doing::Configuration#additional_configs (method)">#additional_configs</a></span>
|
114
|
+
<small>Doing::Configuration</small>
|
115
115
|
</div>
|
116
116
|
</li>
|
117
117
|
|
118
118
|
|
119
119
|
<li class="even ">
|
120
120
|
<div class="item">
|
121
|
-
<span class='object_link'><a href="Doing/
|
122
|
-
<small>Doing::
|
121
|
+
<span class='object_link'><a href="Doing/WWID.html#additional_configs-instance_method" title="Doing::WWID#additional_configs (method)">#additional_configs</a></span>
|
122
|
+
<small>Doing::WWID</small>
|
123
123
|
</div>
|
124
124
|
</li>
|
125
125
|
|
@@ -134,16 +134,16 @@
|
|
134
134
|
|
135
135
|
<li class="even ">
|
136
136
|
<div class="item">
|
137
|
-
<span class='object_link'><a href="Doing/
|
138
|
-
<small>Doing::
|
137
|
+
<span class='object_link'><a href="Doing/WWID.html#all_tags-instance_method" title="Doing::WWID#all_tags (method)">#all_tags</a></span>
|
138
|
+
<small>Doing::WWID</small>
|
139
139
|
</div>
|
140
140
|
</li>
|
141
141
|
|
142
142
|
|
143
143
|
<li class="odd ">
|
144
144
|
<div class="item">
|
145
|
-
<span class='object_link'><a href="Doing/
|
146
|
-
<small>Doing::
|
145
|
+
<span class='object_link'><a href="Doing/Items.html#all_tags-instance_method" title="Doing::Items#all_tags (method)">#all_tags</a></span>
|
146
|
+
<small>Doing::Items</small>
|
147
147
|
</div>
|
148
148
|
</li>
|
149
149
|
|
@@ -221,6 +221,14 @@
|
|
221
221
|
|
222
222
|
|
223
223
|
<li class="odd ">
|
224
|
+
<div class="item">
|
225
|
+
<span class='object_link'><a href="Doing/Item.html#calculate_end_date-instance_method" title="Doing::Item#calculate_end_date (method)">#calculate_end_date</a></span>
|
226
|
+
<small>Doing::Item</small>
|
227
|
+
</div>
|
228
|
+
</li>
|
229
|
+
|
230
|
+
|
231
|
+
<li class="even ">
|
224
232
|
<div class="item">
|
225
233
|
<span class='object_link'><a href="String.html#cap_first-instance_method" title="String#cap_first (method)">#cap_first</a></span>
|
226
234
|
<small>String</small>
|
@@ -228,7 +236,7 @@
|
|
228
236
|
</li>
|
229
237
|
|
230
238
|
|
231
|
-
<li class="
|
239
|
+
<li class="odd ">
|
232
240
|
<div class="item">
|
233
241
|
<span class='object_link'><a href="Doing/Configuration.html#choose_config-instance_method" title="Doing::Configuration#choose_config (method)">#choose_config</a></span>
|
234
242
|
<small>Doing::Configuration</small>
|
@@ -236,7 +244,7 @@
|
|
236
244
|
</li>
|
237
245
|
|
238
246
|
|
239
|
-
<li class="
|
247
|
+
<li class="even ">
|
240
248
|
<div class="item">
|
241
249
|
<span class='object_link'><a href="Doing/Prompt.html#choose_from-class_method" title="Doing::Prompt.choose_from (method)">choose_from</a></span>
|
242
250
|
<small>Doing::Prompt</small>
|
@@ -244,7 +252,7 @@
|
|
244
252
|
</li>
|
245
253
|
|
246
254
|
|
247
|
-
<li class="
|
255
|
+
<li class="odd ">
|
248
256
|
<div class="item">
|
249
257
|
<span class='object_link'><a href="Doing/Prompt.html#choose_from_items-class_method" title="Doing::Prompt.choose_from_items (method)">choose_from_items</a></span>
|
250
258
|
<small>Doing::Prompt</small>
|
@@ -252,7 +260,7 @@
|
|
252
260
|
</li>
|
253
261
|
|
254
262
|
|
255
|
-
<li class="
|
263
|
+
<li class="even ">
|
256
264
|
<div class="item">
|
257
265
|
<span class='object_link'><a href="Doing/WWID.html#choose_section-instance_method" title="Doing::WWID#choose_section (method)">#choose_section</a></span>
|
258
266
|
<small>Doing::WWID</small>
|
@@ -260,7 +268,7 @@
|
|
260
268
|
</li>
|
261
269
|
|
262
270
|
|
263
|
-
<li class="
|
271
|
+
<li class="odd ">
|
264
272
|
<div class="item">
|
265
273
|
<span class='object_link'><a href="Doing/WWID.html#choose_section_tag-instance_method" title="Doing::WWID#choose_section_tag (method)">#choose_section_tag</a></span>
|
266
274
|
<small>Doing::WWID</small>
|
@@ -268,7 +276,7 @@
|
|
268
276
|
</li>
|
269
277
|
|
270
278
|
|
271
|
-
<li class="
|
279
|
+
<li class="even ">
|
272
280
|
<div class="item">
|
273
281
|
<span class='object_link'><a href="Doing/WWID.html#choose_tag-instance_method" title="Doing::WWID#choose_tag (method)">#choose_tag</a></span>
|
274
282
|
<small>Doing::WWID</small>
|
@@ -276,7 +284,7 @@
|
|
276
284
|
</li>
|
277
285
|
|
278
286
|
|
279
|
-
<li class="
|
287
|
+
<li class="odd ">
|
280
288
|
<div class="item">
|
281
289
|
<span class='object_link'><a href="Doing/WWID.html#choose_view-instance_method" title="Doing::WWID#choose_view (method)">#choose_view</a></span>
|
282
290
|
<small>Doing::WWID</small>
|
@@ -284,7 +292,7 @@
|
|
284
292
|
</li>
|
285
293
|
|
286
294
|
|
287
|
-
<li class="
|
295
|
+
<li class="even ">
|
288
296
|
<div class="item">
|
289
297
|
<span class='object_link'><a href="String.html#chronify-instance_method" title="String#chronify (method)">#chronify</a></span>
|
290
298
|
<small>String</small>
|
@@ -292,7 +300,7 @@
|
|
292
300
|
</li>
|
293
301
|
|
294
302
|
|
295
|
-
<li class="
|
303
|
+
<li class="odd ">
|
296
304
|
<div class="item">
|
297
305
|
<span class='object_link'><a href="String.html#chronify_qty-instance_method" title="String#chronify_qty (method)">#chronify_qty</a></span>
|
298
306
|
<small>String</small>
|
@@ -300,7 +308,7 @@
|
|
300
308
|
</li>
|
301
309
|
|
302
310
|
|
303
|
-
<li class="
|
311
|
+
<li class="even ">
|
304
312
|
<div class="item">
|
305
313
|
<span class='object_link'><a href="PhraseParser/Query.html#clause_to_query-instance_method" title="PhraseParser::Query#clause_to_query (method)">#clause_to_query</a></span>
|
306
314
|
<small>PhraseParser::Query</small>
|
@@ -308,7 +316,7 @@
|
|
308
316
|
</li>
|
309
317
|
|
310
318
|
|
311
|
-
<li class="
|
319
|
+
<li class="odd ">
|
312
320
|
<div class="item">
|
313
321
|
<span class='object_link'><a href="String.html#clean_unlinked_urls-instance_method" title="String#clean_unlinked_urls (method)">#clean_unlinked_urls</a></span>
|
314
322
|
<small>String</small>
|
@@ -316,7 +324,7 @@
|
|
316
324
|
</li>
|
317
325
|
|
318
326
|
|
319
|
-
<li class="
|
327
|
+
<li class="even ">
|
320
328
|
<div class="item">
|
321
329
|
<span class='object_link'><a href="Status.html#clear-instance_method" title="Status#clear (method)">#clear</a></span>
|
322
330
|
<small>Status</small>
|
@@ -324,7 +332,7 @@
|
|
324
332
|
</li>
|
325
333
|
|
326
334
|
|
327
|
-
<li class="
|
335
|
+
<li class="odd ">
|
328
336
|
<div class="item">
|
329
337
|
<span class='object_link'><a href="Doing/Util/Backup.html#clear_redo-instance_method" title="Doing::Util::Backup#clear_redo (method)">#clear_redo</a></span>
|
330
338
|
<small>Doing::Util::Backup</small>
|
@@ -332,7 +340,7 @@
|
|
332
340
|
</li>
|
333
341
|
|
334
342
|
|
335
|
-
<li class="
|
343
|
+
<li class="even ">
|
336
344
|
<div class="item">
|
337
345
|
<span class='object_link'><a href="Doing/Util/Backup.html#clear_undone-instance_method" title="Doing::Util::Backup#clear_undone (method)">#clear_undone</a></span>
|
338
346
|
<small>Doing::Util::Backup</small>
|
@@ -340,7 +348,7 @@
|
|
340
348
|
</li>
|
341
349
|
|
342
350
|
|
343
|
-
<li class="
|
351
|
+
<li class="odd ">
|
344
352
|
<div class="item">
|
345
353
|
<span class='object_link'><a href="Doing/TemplateString.html#colored-instance_method" title="Doing::TemplateString#colored (method)">#colored</a></span>
|
346
354
|
<small>Doing::TemplateString</small>
|
@@ -348,7 +356,7 @@
|
|
348
356
|
</li>
|
349
357
|
|
350
358
|
|
351
|
-
<li class="
|
359
|
+
<li class="even ">
|
352
360
|
<div class="item">
|
353
361
|
<span class='object_link'><a href="Doing/Color.html#coloring-class_method" title="Doing::Color.coloring (method)">coloring</a></span>
|
354
362
|
<small>Doing::Color</small>
|
@@ -356,7 +364,7 @@
|
|
356
364
|
</li>
|
357
365
|
|
358
366
|
|
359
|
-
<li class="
|
367
|
+
<li class="odd ">
|
360
368
|
<div class="item">
|
361
369
|
<span class='object_link'><a href="Doing/Color.html#coloring%3F-class_method" title="Doing::Color.coloring? (method)">coloring?</a></span>
|
362
370
|
<small>Doing::Color</small>
|
@@ -364,7 +372,7 @@
|
|
364
372
|
</li>
|
365
373
|
|
366
374
|
|
367
|
-
<li class="
|
375
|
+
<li class="even ">
|
368
376
|
<div class="item">
|
369
377
|
<span class='object_link'><a href="Doing/TemplateString.html#colors%3F-instance_method" title="Doing::TemplateString#colors? (method)">#colors?</a></span>
|
370
378
|
<small>Doing::TemplateString</small>
|
@@ -372,7 +380,7 @@
|
|
372
380
|
</li>
|
373
381
|
|
374
382
|
|
375
|
-
<li class="
|
383
|
+
<li class="odd ">
|
376
384
|
<div class="item">
|
377
385
|
<span class='object_link'><a href="Status.html#cols-instance_method" title="Status#cols (method)">#cols</a></span>
|
378
386
|
<small>Status</small>
|
@@ -380,7 +388,7 @@
|
|
380
388
|
</li>
|
381
389
|
|
382
390
|
|
383
|
-
<li class="
|
391
|
+
<li class="even ">
|
384
392
|
<div class="item">
|
385
393
|
<span class='object_link'><a href="GLI/Commands/MarkdownDocumentListener.html#command-instance_method" title="GLI::Commands::MarkdownDocumentListener#command (method)">#command</a></span>
|
386
394
|
<small>GLI::Commands::MarkdownDocumentListener</small>
|
@@ -388,7 +396,7 @@
|
|
388
396
|
</li>
|
389
397
|
|
390
398
|
|
391
|
-
<li class="
|
399
|
+
<li class="odd ">
|
392
400
|
<div class="item">
|
393
401
|
<span class='object_link'><a href="GLI/Commands/MarkdownDocumentListener.html#commands-instance_method" title="GLI::Commands::MarkdownDocumentListener#commands (method)">#commands</a></span>
|
394
402
|
<small>GLI::Commands::MarkdownDocumentListener</small>
|
@@ -396,7 +404,7 @@
|
|
396
404
|
</li>
|
397
405
|
|
398
406
|
|
399
|
-
<li class="
|
407
|
+
<li class="even ">
|
400
408
|
<div class="item">
|
401
409
|
<span class='object_link'><a href="String.html#compress-instance_method" title="String#compress (method)">#compress</a></span>
|
402
410
|
<small>String</small>
|
@@ -404,7 +412,7 @@
|
|
404
412
|
</li>
|
405
413
|
|
406
414
|
|
407
|
-
<li class="
|
415
|
+
<li class="odd ">
|
408
416
|
<div class="item">
|
409
417
|
<span class='object_link'><a href="Doing/Note.html#compress-instance_method" title="Doing::Note#compress (method)">#compress</a></span>
|
410
418
|
<small>Doing::Note</small>
|
@@ -412,23 +420,23 @@
|
|
412
420
|
</li>
|
413
421
|
|
414
422
|
|
415
|
-
<li class="
|
423
|
+
<li class="even ">
|
416
424
|
<div class="item">
|
417
|
-
<span class='object_link'><a href="
|
418
|
-
<small>
|
425
|
+
<span class='object_link'><a href="String.html#compress!-instance_method" title="String#compress! (method)">#compress!</a></span>
|
426
|
+
<small>String</small>
|
419
427
|
</div>
|
420
428
|
</li>
|
421
429
|
|
422
430
|
|
423
|
-
<li class="
|
431
|
+
<li class="odd ">
|
424
432
|
<div class="item">
|
425
|
-
<span class='object_link'><a href="
|
426
|
-
<small>
|
433
|
+
<span class='object_link'><a href="Doing/Note.html#compress!-instance_method" title="Doing::Note#compress! (method)">#compress!</a></span>
|
434
|
+
<small>Doing::Note</small>
|
427
435
|
</div>
|
428
436
|
</li>
|
429
437
|
|
430
438
|
|
431
|
-
<li class="
|
439
|
+
<li class="even ">
|
432
440
|
<div class="item">
|
433
441
|
<span class='object_link'><a href="Doing/WWID.html#config-instance_method" title="Doing::WWID#config (method)">#config</a></span>
|
434
442
|
<small>Doing::WWID</small>
|
@@ -436,7 +444,7 @@
|
|
436
444
|
</li>
|
437
445
|
|
438
446
|
|
439
|
-
<li class="
|
447
|
+
<li class="odd ">
|
440
448
|
<div class="item">
|
441
449
|
<span class='object_link'><a href="Doing/Configuration.html#config_dir-instance_method" title="Doing::Configuration#config_dir (method)">#config_dir</a></span>
|
442
450
|
<small>Doing::Configuration</small>
|
@@ -444,7 +452,7 @@
|
|
444
452
|
</li>
|
445
453
|
|
446
454
|
|
447
|
-
<li class="
|
455
|
+
<li class="even ">
|
448
456
|
<div class="item">
|
449
457
|
<span class='object_link'><a href="Doing/Configuration.html#config_file-instance_method" title="Doing::Configuration#config_file (method)">#config_file</a></span>
|
450
458
|
<small>Doing::Configuration</small>
|
@@ -452,7 +460,7 @@
|
|
452
460
|
</li>
|
453
461
|
|
454
462
|
|
455
|
-
<li class="
|
463
|
+
<li class="odd ">
|
456
464
|
<div class="item">
|
457
465
|
<span class='object_link'><a href="Doing/WWID.html#config_file-instance_method" title="Doing::WWID#config_file (method)">#config_file</a></span>
|
458
466
|
<small>Doing::WWID</small>
|
@@ -460,7 +468,7 @@
|
|
460
468
|
</li>
|
461
469
|
|
462
470
|
|
463
|
-
<li class="
|
471
|
+
<li class="even ">
|
464
472
|
<div class="item">
|
465
473
|
<span class='object_link'><a href="Doing/WWID.html#configure-instance_method" title="Doing::WWID#configure (method)">#configure</a></span>
|
466
474
|
<small>Doing::WWID</small>
|
@@ -468,7 +476,7 @@
|
|
468
476
|
</li>
|
469
477
|
|
470
478
|
|
471
|
-
<li class="
|
479
|
+
<li class="odd ">
|
472
480
|
<div class="item">
|
473
481
|
<span class='object_link'><a href="Doing/Configuration.html#configure-instance_method" title="Doing::Configuration#configure (method)">#configure</a></span>
|
474
482
|
<small>Doing::Configuration</small>
|
@@ -476,7 +484,7 @@
|
|
476
484
|
</li>
|
477
485
|
|
478
486
|
|
479
|
-
<li class="
|
487
|
+
<li class="even ">
|
480
488
|
<div class="item">
|
481
489
|
<span class='object_link'><a href="Doing/WWID.html#content-instance_method" title="Doing::WWID#content (method)">#content</a></span>
|
482
490
|
<small>Doing::WWID</small>
|
@@ -484,7 +492,7 @@
|
|
484
492
|
</li>
|
485
493
|
|
486
494
|
|
487
|
-
<li class="
|
495
|
+
<li class="odd ">
|
488
496
|
<div class="item">
|
489
497
|
<span class='object_link'><a href="Doing/LogAdapter.html#count-instance_method" title="Doing::LogAdapter#count (method)">#count</a></span>
|
490
498
|
<small>Doing::LogAdapter</small>
|
@@ -492,7 +500,7 @@
|
|
492
500
|
</li>
|
493
501
|
|
494
502
|
|
495
|
-
<li class="
|
503
|
+
<li class="even ">
|
496
504
|
<div class="item">
|
497
505
|
<span class='object_link'><a href="Doing/WWID.html#create-instance_method" title="Doing::WWID#create (method)">#create</a></span>
|
498
506
|
<small>Doing::WWID</small>
|
@@ -500,7 +508,7 @@
|
|
500
508
|
</li>
|
501
509
|
|
502
510
|
|
503
|
-
<li class="
|
511
|
+
<li class="odd ">
|
504
512
|
<div class="item">
|
505
513
|
<span class='object_link'><a href="Doing/WWID.html#current_section-instance_method" title="Doing::WWID#current_section (method)">#current_section</a></span>
|
506
514
|
<small>Doing::WWID</small>
|
@@ -508,7 +516,7 @@
|
|
508
516
|
</li>
|
509
517
|
|
510
518
|
|
511
|
-
<li class="
|
519
|
+
<li class="even ">
|
512
520
|
<div class="item">
|
513
521
|
<span class='object_link'><a href="Doing/Item.html#date-instance_method" title="Doing::Item#date (method)">#date</a></span>
|
514
522
|
<small>Doing::Item</small>
|
@@ -516,7 +524,7 @@
|
|
516
524
|
</li>
|
517
525
|
|
518
526
|
|
519
|
-
<li class="
|
527
|
+
<li class="odd ">
|
520
528
|
<div class="item">
|
521
529
|
<span class='object_link'><a href="Doing/LogAdapter.html#debug-instance_method" title="Doing::LogAdapter#debug (method)">#debug</a></span>
|
522
530
|
<small>Doing::LogAdapter</small>
|
@@ -524,7 +532,7 @@
|
|
524
532
|
</li>
|
525
533
|
|
526
534
|
|
527
|
-
<li class="
|
535
|
+
<li class="even ">
|
528
536
|
<div class="item">
|
529
537
|
<span class='object_link'><a href="Doing/WWID.html#dedup-instance_method" title="Doing::WWID#dedup (method)">#dedup</a></span>
|
530
538
|
<small>Doing::WWID</small>
|
@@ -532,7 +540,7 @@
|
|
532
540
|
</li>
|
533
541
|
|
534
542
|
|
535
|
-
<li class="
|
543
|
+
<li class="odd ">
|
536
544
|
<div class="item">
|
537
545
|
<span class='object_link'><a href="String.html#dedup_tags-instance_method" title="String#dedup_tags (method)">#dedup_tags</a></span>
|
538
546
|
<small>String</small>
|
@@ -540,7 +548,7 @@
|
|
540
548
|
</li>
|
541
549
|
|
542
550
|
|
543
|
-
<li class="
|
551
|
+
<li class="even ">
|
544
552
|
<div class="item">
|
545
553
|
<span class='object_link'><a href="String.html#dedup_tags!-instance_method" title="String#dedup_tags! (method)">#dedup_tags!</a></span>
|
546
554
|
<small>String</small>
|
@@ -548,7 +556,7 @@
|
|
548
556
|
</li>
|
549
557
|
|
550
558
|
|
551
|
-
<li class="
|
559
|
+
<li class="odd ">
|
552
560
|
<div class="item">
|
553
561
|
<span class='object_link'><a href="Hash.html#deep_freeze-instance_method" title="Hash#deep_freeze (method)">#deep_freeze</a></span>
|
554
562
|
<small>Hash</small>
|
@@ -556,7 +564,7 @@
|
|
556
564
|
</li>
|
557
565
|
|
558
566
|
|
559
|
-
<li class="
|
567
|
+
<li class="even ">
|
560
568
|
<div class="item">
|
561
569
|
<span class='object_link'><a href="Hash.html#deep_freeze!-instance_method" title="Hash#deep_freeze! (method)">#deep_freeze!</a></span>
|
562
570
|
<small>Hash</small>
|
@@ -564,7 +572,7 @@
|
|
564
572
|
</li>
|
565
573
|
|
566
574
|
|
567
|
-
<li class="
|
575
|
+
<li class="odd ">
|
568
576
|
<div class="item">
|
569
577
|
<span class='object_link'><a href="Doing/Util.html#deep_merge_hashes-instance_method" title="Doing::Util#deep_merge_hashes (method)">#deep_merge_hashes</a></span>
|
570
578
|
<small>Doing::Util</small>
|
@@ -572,7 +580,7 @@
|
|
572
580
|
</li>
|
573
581
|
|
574
582
|
|
575
|
-
<li class="
|
583
|
+
<li class="even ">
|
576
584
|
<div class="item">
|
577
585
|
<span class='object_link'><a href="Doing/Util.html#deep_merge_hashes!-instance_method" title="Doing::Util#deep_merge_hashes! (method)">#deep_merge_hashes!</a></span>
|
578
586
|
<small>Doing::Util</small>
|
@@ -580,7 +588,7 @@
|
|
580
588
|
</li>
|
581
589
|
|
582
590
|
|
583
|
-
<li class="
|
591
|
+
<li class="odd ">
|
584
592
|
<div class="item">
|
585
593
|
<span class='object_link'><a href="Hash.html#deep_set-instance_method" title="Hash#deep_set (method)">#deep_set</a></span>
|
586
594
|
<small>Hash</small>
|
@@ -588,7 +596,7 @@
|
|
588
596
|
</li>
|
589
597
|
|
590
598
|
|
591
|
-
<li class="
|
599
|
+
<li class="even ">
|
592
600
|
<div class="item">
|
593
601
|
<span class='object_link'><a href="Doing/Prompt.html#default_answer-class_method" title="Doing::Prompt.default_answer (method)">default_answer</a></span>
|
594
602
|
<small>Doing::Prompt</small>
|
@@ -596,7 +604,7 @@
|
|
596
604
|
</li>
|
597
605
|
|
598
606
|
|
599
|
-
<li class="
|
607
|
+
<li class="odd ">
|
600
608
|
<div class="item">
|
601
609
|
<span class='object_link'><a href="GLI/Commands/MarkdownDocumentListener.html#default_command-instance_method" title="GLI::Commands::MarkdownDocumentListener#default_command (method)">#default_command</a></span>
|
602
610
|
<small>GLI::Commands::MarkdownDocumentListener</small>
|
@@ -604,7 +612,7 @@
|
|
604
612
|
</li>
|
605
613
|
|
606
614
|
|
607
|
-
<li class="
|
615
|
+
<li class="even ">
|
608
616
|
<div class="item">
|
609
617
|
<span class='object_link'><a href="Doing/Configuration.html#default_config_file-instance_method" title="Doing::Configuration#default_config_file (method)">#default_config_file</a></span>
|
610
618
|
<small>Doing::Configuration</small>
|
@@ -612,7 +620,7 @@
|
|
612
620
|
</li>
|
613
621
|
|
614
622
|
|
615
|
-
<li class="
|
623
|
+
<li class="odd ">
|
616
624
|
<div class="item">
|
617
625
|
<span class='object_link'><a href="Doing/Util.html#default_editor-instance_method" title="Doing::Util#default_editor (method)">#default_editor</a></span>
|
618
626
|
<small>Doing::Util</small>
|
@@ -620,7 +628,7 @@
|
|
620
628
|
</li>
|
621
629
|
|
622
630
|
|
623
|
-
<li class="
|
631
|
+
<li class="even ">
|
624
632
|
<div class="item">
|
625
633
|
<span class='object_link'><a href="Doing/WWID.html#default_option-instance_method" title="Doing::WWID#default_option (method)">#default_option</a></span>
|
626
634
|
<small>Doing::WWID</small>
|
@@ -628,7 +636,7 @@
|
|
628
636
|
</li>
|
629
637
|
|
630
638
|
|
631
|
-
<li class="
|
639
|
+
<li class="odd ">
|
632
640
|
<div class="item">
|
633
641
|
<span class='object_link'><a href="Doing/Items.html#delete_item-instance_method" title="Doing::Items#delete_item (method)">#delete_item</a></span>
|
634
642
|
<small>Doing::Items</small>
|
@@ -636,7 +644,7 @@
|
|
636
644
|
</li>
|
637
645
|
|
638
646
|
|
639
|
-
<li class="
|
647
|
+
<li class="even ">
|
640
648
|
<div class="item">
|
641
649
|
<span class='object_link'><a href="Doing/WWID.html#delete_items-instance_method" title="Doing::WWID#delete_items (method)">#delete_items</a></span>
|
642
650
|
<small>Doing::WWID</small>
|
@@ -644,7 +652,7 @@
|
|
644
652
|
</li>
|
645
653
|
|
646
654
|
|
647
|
-
<li class="
|
655
|
+
<li class="odd ">
|
648
656
|
<div class="item">
|
649
657
|
<span class='object_link'><a href="Doing/Items.html#diff-instance_method" title="Doing::Items#diff (method)">#diff</a></span>
|
650
658
|
<small>Doing::Items</small>
|
@@ -652,7 +660,7 @@
|
|
652
660
|
</li>
|
653
661
|
|
654
662
|
|
655
|
-
<li class="
|
663
|
+
<li class="even ">
|
656
664
|
<div class="item">
|
657
665
|
<span class='object_link'><a href="Doing/WWID.html#doing_file-instance_method" title="Doing::WWID#doing_file (method)">#doing_file</a></span>
|
658
666
|
<small>Doing::WWID</small>
|
@@ -660,7 +668,7 @@
|
|
660
668
|
</li>
|
661
669
|
|
662
670
|
|
663
|
-
<li class="
|
671
|
+
<li class="odd ">
|
664
672
|
<div class="item">
|
665
673
|
<span class='object_link'><a href="Doing/Util.html#duplicable%3F-instance_method" title="Doing::Util#duplicable? (method)">#duplicable?</a></span>
|
666
674
|
<small>Doing::Util</small>
|
@@ -668,7 +676,7 @@
|
|
668
676
|
</li>
|
669
677
|
|
670
678
|
|
671
|
-
<li class="
|
679
|
+
<li class="even ">
|
672
680
|
<div class="item">
|
673
681
|
<span class='object_link'><a href="Doing/Util.html#duplicate_frozen_values-instance_method" title="Doing::Util#duplicate_frozen_values (method)">#duplicate_frozen_values</a></span>
|
674
682
|
<small>Doing::Util</small>
|
@@ -676,7 +684,7 @@
|
|
676
684
|
</li>
|
677
685
|
|
678
686
|
|
679
|
-
<li class="
|
687
|
+
<li class="odd ">
|
680
688
|
<div class="item">
|
681
689
|
<span class='object_link'><a href="Doing/Item.html#duration-instance_method" title="Doing::Item#duration (method)">#duration</a></span>
|
682
690
|
<small>Doing::Item</small>
|
@@ -684,7 +692,7 @@
|
|
684
692
|
</li>
|
685
693
|
|
686
694
|
|
687
|
-
<li class="
|
695
|
+
<li class="even ">
|
688
696
|
<div class="item">
|
689
697
|
<span class='object_link'><a href="Doing/WWID.html#edit_items-instance_method" title="Doing::WWID#edit_items (method)">#edit_items</a></span>
|
690
698
|
<small>Doing::WWID</small>
|
@@ -692,7 +700,7 @@
|
|
692
700
|
</li>
|
693
701
|
|
694
702
|
|
695
|
-
<li class="
|
703
|
+
<li class="odd ">
|
696
704
|
<div class="item">
|
697
705
|
<span class='object_link'><a href="Doing/WWID.html#edit_last-instance_method" title="Doing::WWID#edit_last (method)">#edit_last</a></span>
|
698
706
|
<small>Doing::WWID</small>
|
@@ -700,7 +708,7 @@
|
|
700
708
|
</li>
|
701
709
|
|
702
710
|
|
703
|
-
<li class="
|
711
|
+
<li class="even ">
|
704
712
|
<div class="item">
|
705
713
|
<span class='object_link'><a href="Doing/Util.html#editor_with_args-instance_method" title="Doing::Util#editor_with_args (method)">#editor_with_args</a></span>
|
706
714
|
<small>Doing::Util</small>
|
@@ -708,7 +716,7 @@
|
|
708
716
|
</li>
|
709
717
|
|
710
718
|
|
711
|
-
<li class="
|
719
|
+
<li class="odd ">
|
712
720
|
<div class="item">
|
713
721
|
<span class='object_link'><a href="GLI/Commands/MarkdownDocumentListener.html#end_command-instance_method" title="GLI::Commands::MarkdownDocumentListener#end_command (method)">#end_command</a></span>
|
714
722
|
<small>GLI::Commands::MarkdownDocumentListener</small>
|
@@ -716,7 +724,7 @@
|
|
716
724
|
</li>
|
717
725
|
|
718
726
|
|
719
|
-
<li class="
|
727
|
+
<li class="even ">
|
720
728
|
<div class="item">
|
721
729
|
<span class='object_link'><a href="GLI/Commands/MarkdownDocumentListener.html#end_commands-instance_method" title="GLI::Commands::MarkdownDocumentListener#end_commands (method)">#end_commands</a></span>
|
722
730
|
<small>GLI::Commands::MarkdownDocumentListener</small>
|
@@ -724,7 +732,7 @@
|
|
724
732
|
</li>
|
725
733
|
|
726
734
|
|
727
|
-
<li class="
|
735
|
+
<li class="odd ">
|
728
736
|
<div class="item">
|
729
737
|
<span class='object_link'><a href="Doing/Item.html#end_date-instance_method" title="Doing::Item#end_date (method)">#end_date</a></span>
|
730
738
|
<small>Doing::Item</small>
|
@@ -732,7 +740,7 @@
|
|
732
740
|
</li>
|
733
741
|
|
734
742
|
|
735
|
-
<li class="
|
743
|
+
<li class="even ">
|
736
744
|
<div class="item">
|
737
745
|
<span class='object_link'><a href="GLI/Commands/MarkdownDocumentListener.html#end_options-instance_method" title="GLI::Commands::MarkdownDocumentListener#end_options (method)">#end_options</a></span>
|
738
746
|
<small>GLI::Commands::MarkdownDocumentListener</small>
|
@@ -740,7 +748,7 @@
|
|
740
748
|
</li>
|
741
749
|
|
742
750
|
|
743
|
-
<li class="
|
751
|
+
<li class="odd ">
|
744
752
|
<div class="item">
|
745
753
|
<span class='object_link'><a href="GLI/Commands/MarkdownDocumentListener.html#ending-instance_method" title="GLI::Commands::MarkdownDocumentListener#ending (method)">#ending</a></span>
|
746
754
|
<small>GLI::Commands::MarkdownDocumentListener</small>
|
@@ -748,7 +756,7 @@
|
|
748
756
|
</li>
|
749
757
|
|
750
758
|
|
751
|
-
<li class="
|
759
|
+
<li class="even ">
|
752
760
|
<div class="item">
|
753
761
|
<span class='object_link'><a href="Doing/Prompt.html#enter_text-class_method" title="Doing::Prompt.enter_text (method)">enter_text</a></span>
|
754
762
|
<small>Doing::Prompt</small>
|
@@ -756,7 +764,7 @@
|
|
756
764
|
</li>
|
757
765
|
|
758
766
|
|
759
|
-
<li class="
|
767
|
+
<li class="odd ">
|
760
768
|
<div class="item">
|
761
769
|
<span class='object_link'><a href="Doing/Item.html#equal%3F-instance_method" title="Doing::Item#equal? (method)">#equal?</a></span>
|
762
770
|
<small>Doing::Item</small>
|
@@ -764,7 +772,7 @@
|
|
764
772
|
</li>
|
765
773
|
|
766
774
|
|
767
|
-
<li class="
|
775
|
+
<li class="even ">
|
768
776
|
<div class="item">
|
769
777
|
<span class='object_link'><a href="Doing/Note.html#equal%3F-instance_method" title="Doing::Note#equal? (method)">#equal?</a></span>
|
770
778
|
<small>Doing::Note</small>
|
@@ -772,7 +780,7 @@
|
|
772
780
|
</li>
|
773
781
|
|
774
782
|
|
775
|
-
<li class="
|
783
|
+
<li class="odd ">
|
776
784
|
<div class="item">
|
777
785
|
<span class='object_link'><a href="Doing/LogAdapter.html#error-instance_method" title="Doing::LogAdapter#error (method)">#error</a></span>
|
778
786
|
<small>Doing::LogAdapter</small>
|
@@ -780,7 +788,7 @@
|
|
780
788
|
</li>
|
781
789
|
|
782
790
|
|
783
|
-
<li class="
|
791
|
+
<li class="even ">
|
784
792
|
<div class="item">
|
785
793
|
<span class='object_link'><a href="Status.html#esc-instance_method" title="Status#esc (method)">#esc</a></span>
|
786
794
|
<small>Status</small>
|
@@ -788,7 +796,7 @@
|
|
788
796
|
</li>
|
789
797
|
|
790
798
|
|
791
|
-
<li class="
|
799
|
+
<li class="odd ">
|
792
800
|
<div class="item">
|
793
801
|
<span class='object_link'><a href="Doing/Configuration.html#exact_match%3F-instance_method" title="Doing::Configuration#exact_match? (method)">#exact_match?</a></span>
|
794
802
|
<small>Doing::Configuration</small>
|
@@ -796,7 +804,7 @@
|
|
796
804
|
</li>
|
797
805
|
|
798
806
|
|
799
|
-
<li class="
|
807
|
+
<li class="even ">
|
800
808
|
<div class="item">
|
801
809
|
<span class='object_link'><a href="Doing/Util.html#exec_available-instance_method" title="Doing::Util#exec_available (method)">#exec_available</a></span>
|
802
810
|
<small>Doing::Util</small>
|
@@ -804,33 +812,41 @@
|
|
804
812
|
</li>
|
805
813
|
|
806
814
|
|
815
|
+
<li class="odd ">
|
816
|
+
<div class="item">
|
817
|
+
<span class='object_link'><a href="String.html#expand_date_tags-instance_method" title="String#expand_date_tags (method)">#expand_date_tags</a></span>
|
818
|
+
<small>String</small>
|
819
|
+
</div>
|
820
|
+
</li>
|
821
|
+
|
822
|
+
|
807
823
|
<li class="even ">
|
808
824
|
<div class="item">
|
809
|
-
<span class='object_link'><a href="Doing/
|
810
|
-
<small>Doing::
|
825
|
+
<span class='object_link'><a href="Doing/Item.html#expand_date_tags-instance_method" title="Doing::Item#expand_date_tags (method)">#expand_date_tags</a></span>
|
826
|
+
<small>Doing::Item</small>
|
811
827
|
</div>
|
812
828
|
</li>
|
813
829
|
|
814
830
|
|
815
831
|
<li class="odd ">
|
816
832
|
<div class="item">
|
817
|
-
<span class='object_link'><a href="Doing/
|
818
|
-
<small>Doing::
|
833
|
+
<span class='object_link'><a href="Doing/TemplateString.html#fill-instance_method" title="Doing::TemplateString#fill (method)">#fill</a></span>
|
834
|
+
<small>Doing::TemplateString</small>
|
819
835
|
</div>
|
820
836
|
</li>
|
821
837
|
|
822
838
|
|
823
839
|
<li class="even ">
|
824
840
|
<div class="item">
|
825
|
-
<span class='object_link'><a href="Doing/
|
826
|
-
<small>Doing::
|
841
|
+
<span class='object_link'><a href="Doing/WWID.html#filter_items-instance_method" title="Doing::WWID#filter_items (method)">#filter_items</a></span>
|
842
|
+
<small>Doing::WWID</small>
|
827
843
|
</div>
|
828
844
|
</li>
|
829
845
|
|
830
846
|
|
831
847
|
<li class="odd ">
|
832
848
|
<div class="item">
|
833
|
-
<span class='object_link'><a href="Doing/Util.html#
|
849
|
+
<span class='object_link'><a href="Doing/Util.html#find_default_editor-instance_method" title="Doing::Util#find_default_editor (method)">#find_default_editor</a></span>
|
834
850
|
<small>Doing::Util</small>
|
835
851
|
</div>
|
836
852
|
</li>
|
@@ -838,16 +854,16 @@
|
|
838
854
|
|
839
855
|
<li class="even ">
|
840
856
|
<div class="item">
|
841
|
-
<span class='object_link'><a href="
|
842
|
-
<small>
|
857
|
+
<span class='object_link'><a href="Doing/Util.html#first_available_exec-instance_method" title="Doing::Util#first_available_exec (method)">#first_available_exec</a></span>
|
858
|
+
<small>Doing::Util</small>
|
843
859
|
</div>
|
844
860
|
</li>
|
845
861
|
|
846
862
|
|
847
863
|
<li class="odd ">
|
848
864
|
<div class="item">
|
849
|
-
<span class='object_link'><a href="
|
850
|
-
<small>
|
865
|
+
<span class='object_link'><a href="GLI/Commands/MarkdownDocumentListener.html#flag-instance_method" title="GLI::Commands::MarkdownDocumentListener#flag (method)">#flag</a></span>
|
866
|
+
<small>GLI::Commands::MarkdownDocumentListener</small>
|
851
867
|
</div>
|
852
868
|
</li>
|
853
869
|
|
@@ -862,15 +878,15 @@
|
|
862
878
|
|
863
879
|
<li class="odd ">
|
864
880
|
<div class="item">
|
865
|
-
<span class='object_link'><a href="Doing/
|
866
|
-
<small>Doing::
|
881
|
+
<span class='object_link'><a href="Doing/Configuration.html#force_answer-instance_method" title="Doing::Configuration#force_answer (method)">#force_answer</a></span>
|
882
|
+
<small>Doing::Configuration</small>
|
867
883
|
</div>
|
868
884
|
</li>
|
869
885
|
|
870
886
|
|
871
887
|
<li class="even ">
|
872
888
|
<div class="item">
|
873
|
-
<span class='object_link'><a href="Doing/WWID.html#
|
889
|
+
<span class='object_link'><a href="Doing/WWID.html#fork_editor-instance_method" title="Doing::WWID#fork_editor (method)">#fork_editor</a></span>
|
874
890
|
<small>Doing::WWID</small>
|
875
891
|
</div>
|
876
892
|
</li>
|
@@ -878,13 +894,21 @@
|
|
878
894
|
|
879
895
|
<li class="odd ">
|
880
896
|
<div class="item">
|
881
|
-
<span class='object_link'><a href="Doing/WWID.html#
|
897
|
+
<span class='object_link'><a href="Doing/WWID.html#format_input-instance_method" title="Doing::WWID#format_input (method)">#format_input</a></span>
|
882
898
|
<small>Doing::WWID</small>
|
883
899
|
</div>
|
884
900
|
</li>
|
885
901
|
|
886
902
|
|
887
903
|
<li class="even ">
|
904
|
+
<div class="item">
|
905
|
+
<span class='object_link'><a href="Numeric.html#format_time-instance_method" title="Numeric#format_time (method)">#format_time</a></span>
|
906
|
+
<small>Numeric</small>
|
907
|
+
</div>
|
908
|
+
</li>
|
909
|
+
|
910
|
+
|
911
|
+
<li class="odd ">
|
888
912
|
<div class="item">
|
889
913
|
<span class='object_link'><a href="Doing/LogAdapter.html#formatted_topic-instance_method" title="Doing::LogAdapter#formatted_topic (method)">#formatted_topic</a></span>
|
890
914
|
<small>Doing::LogAdapter</small>
|
@@ -892,7 +916,7 @@
|
|
892
916
|
</li>
|
893
917
|
|
894
918
|
|
895
|
-
<li class="
|
919
|
+
<li class="even ">
|
896
920
|
<div class="item">
|
897
921
|
<span class='object_link'><a href="Doing/Configuration.html#from-instance_method" title="Doing::Configuration#from (method)">#from</a></span>
|
898
922
|
<small>Doing::Configuration</small>
|
@@ -900,7 +924,7 @@
|
|
900
924
|
</li>
|
901
925
|
|
902
926
|
|
903
|
-
<li class="
|
927
|
+
<li class="odd ">
|
904
928
|
<div class="item">
|
905
929
|
<span class='object_link'><a href="Doing/WWID.html#fuzzy_filter_items-instance_method" title="Doing::WWID#fuzzy_filter_items (method)">#fuzzy_filter_items</a></span>
|
906
930
|
<small>Doing::WWID</small>
|
@@ -908,7 +932,7 @@
|
|
908
932
|
</li>
|
909
933
|
|
910
934
|
|
911
|
-
<li class="
|
935
|
+
<li class="even ">
|
912
936
|
<div class="item">
|
913
937
|
<span class='object_link'><a href="Doing/Prompt.html#fzf-class_method" title="Doing::Prompt.fzf (method)">fzf</a></span>
|
914
938
|
<small>Doing::Prompt</small>
|
@@ -916,7 +940,7 @@
|
|
916
940
|
</li>
|
917
941
|
|
918
942
|
|
919
|
-
<li class="
|
943
|
+
<li class="odd ">
|
920
944
|
<div class="item">
|
921
945
|
<span class='object_link'><a href="Doing/Completion.html#generate_completion-class_method" title="Doing::Completion.generate_completion (method)">generate_completion</a></span>
|
922
946
|
<small>Doing::Completion</small>
|
@@ -924,7 +948,7 @@
|
|
924
948
|
</li>
|
925
949
|
|
926
950
|
|
927
|
-
<li class="
|
951
|
+
<li class="even ">
|
928
952
|
<div class="item">
|
929
953
|
<span class='object_link'><a href="Doing/WWID.html#get_diff-instance_method" title="Doing::WWID#get_diff (method)">#get_diff</a></span>
|
930
954
|
<small>Doing::WWID</small>
|
@@ -932,7 +956,7 @@
|
|
932
956
|
</li>
|
933
957
|
|
934
958
|
|
935
|
-
<li class="
|
959
|
+
<li class="odd ">
|
936
960
|
<div class="item">
|
937
961
|
<span class='object_link'><a href="Doing/WWID.html#get_interval-instance_method" title="Doing::WWID#get_interval (method)">#get_interval</a></span>
|
938
962
|
<small>Doing::WWID</small>
|
@@ -940,7 +964,7 @@
|
|
940
964
|
</li>
|
941
965
|
|
942
966
|
|
943
|
-
<li class="
|
967
|
+
<li class="even ">
|
944
968
|
<div class="item">
|
945
969
|
<span class='object_link'><a href="Doing/WWID.html#get_view-instance_method" title="Doing::WWID#get_view (method)">#get_view</a></span>
|
946
970
|
<small>Doing::WWID</small>
|
@@ -948,7 +972,7 @@
|
|
948
972
|
</li>
|
949
973
|
|
950
974
|
|
951
|
-
<li class="
|
975
|
+
<li class="odd ">
|
952
976
|
<div class="item">
|
953
977
|
<span class='object_link'><a href="Doing/WWID.html#guess_section-instance_method" title="Doing::WWID#guess_section (method)">#guess_section</a></span>
|
954
978
|
<small>Doing::WWID</small>
|
@@ -956,7 +980,7 @@
|
|
956
980
|
</li>
|
957
981
|
|
958
982
|
|
959
|
-
<li class="
|
983
|
+
<li class="even ">
|
960
984
|
<div class="item">
|
961
985
|
<span class='object_link'><a href="Doing/WWID.html#guess_view-instance_method" title="Doing::WWID#guess_view (method)">#guess_view</a></span>
|
962
986
|
<small>Doing::WWID</small>
|
@@ -964,15 +988,31 @@
|
|
964
988
|
</li>
|
965
989
|
|
966
990
|
|
991
|
+
<li class="odd ">
|
992
|
+
<div class="item">
|
993
|
+
<span class='object_link'><a href="Doing/Item.html#highlight_search-instance_method" title="Doing::Item#highlight_search (method)">#highlight_search</a></span>
|
994
|
+
<small>Doing::Item</small>
|
995
|
+
</div>
|
996
|
+
</li>
|
997
|
+
|
998
|
+
|
967
999
|
<li class="even ">
|
968
1000
|
<div class="item">
|
969
|
-
<span class='object_link'><a href="
|
970
|
-
<small>
|
1001
|
+
<span class='object_link'><a href="String.html#highlight_search-instance_method" title="String#highlight_search (method)">#highlight_search</a></span>
|
1002
|
+
<small>String</small>
|
971
1003
|
</div>
|
972
1004
|
</li>
|
973
1005
|
|
974
1006
|
|
975
1007
|
<li class="odd ">
|
1008
|
+
<div class="item">
|
1009
|
+
<span class='object_link'><a href="String.html#highlight_search!-instance_method" title="String#highlight_search! (method)">#highlight_search!</a></span>
|
1010
|
+
<small>String</small>
|
1011
|
+
</div>
|
1012
|
+
</li>
|
1013
|
+
|
1014
|
+
|
1015
|
+
<li class="even ">
|
976
1016
|
<div class="item">
|
977
1017
|
<span class='object_link'><a href="String.html#highlight_tags-instance_method" title="String#highlight_tags (method)">#highlight_tags</a></span>
|
978
1018
|
<small>String</small>
|
@@ -980,6 +1020,14 @@
|
|
980
1020
|
</li>
|
981
1021
|
|
982
1022
|
|
1023
|
+
<li class="odd ">
|
1024
|
+
<div class="item">
|
1025
|
+
<span class='object_link'><a href="Array.html#highlight_tags-instance_method" title="Array#highlight_tags (method)">#highlight_tags</a></span>
|
1026
|
+
<small>Array</small>
|
1027
|
+
</div>
|
1028
|
+
</li>
|
1029
|
+
|
1030
|
+
|
983
1031
|
<li class="even ">
|
984
1032
|
<div class="item">
|
985
1033
|
<span class='object_link'><a href="String.html#highlight_tags!-instance_method" title="String#highlight_tags! (method)">#highlight_tags!</a></span>
|
@@ -1013,6 +1061,14 @@
|
|
1013
1061
|
|
1014
1062
|
|
1015
1063
|
<li class="even ">
|
1064
|
+
<div class="item">
|
1065
|
+
<span class='object_link'><a href="String.html#ignore_case-instance_method" title="String#ignore_case (method)">#ignore_case</a></span>
|
1066
|
+
<small>String</small>
|
1067
|
+
</div>
|
1068
|
+
</li>
|
1069
|
+
|
1070
|
+
|
1071
|
+
<li class="odd ">
|
1016
1072
|
<div class="item">
|
1017
1073
|
<span class='object_link'><a href="Doing/Item.html#ignore_case-instance_method" title="Doing::Item#ignore_case (method)">#ignore_case</a></span>
|
1018
1074
|
<small>Doing::Item</small>
|
@@ -1020,7 +1076,7 @@
|
|
1020
1076
|
</li>
|
1021
1077
|
|
1022
1078
|
|
1023
|
-
<li class="
|
1079
|
+
<li class="even ">
|
1024
1080
|
<div class="item">
|
1025
1081
|
<span class='object_link'><a href="Doing/WWID.html#import-instance_method" title="Doing::WWID#import (method)">#import</a></span>
|
1026
1082
|
<small>Doing::WWID</small>
|
@@ -1028,7 +1084,7 @@
|
|
1028
1084
|
</li>
|
1029
1085
|
|
1030
1086
|
|
1031
|
-
<li class="
|
1087
|
+
<li class="odd ">
|
1032
1088
|
<div class="item">
|
1033
1089
|
<span class='object_link'><a href="Doing/Items.html#in_section-instance_method" title="Doing::Items#in_section (method)">#in_section</a></span>
|
1034
1090
|
<small>Doing::Items</small>
|
@@ -1036,7 +1092,7 @@
|
|
1036
1092
|
</li>
|
1037
1093
|
|
1038
1094
|
|
1039
|
-
<li class="
|
1095
|
+
<li class="even ">
|
1040
1096
|
<div class="item">
|
1041
1097
|
<span class='object_link'><a href="Doing/LogAdapter.html#info-instance_method" title="Doing::LogAdapter#info (method)">#info</a></span>
|
1042
1098
|
<small>Doing::LogAdapter</small>
|
@@ -1044,7 +1100,7 @@
|
|
1044
1100
|
</li>
|
1045
1101
|
|
1046
1102
|
|
1047
|
-
<li class="
|
1103
|
+
<li class="odd ">
|
1048
1104
|
<div class="item">
|
1049
1105
|
<span class='object_link'><a href="Doing/WWID.html#init_doing_file-instance_method" title="Doing::WWID#init_doing_file (method)">#init_doing_file</a></span>
|
1050
1106
|
<small>Doing::WWID</small>
|
@@ -1052,15 +1108,15 @@
|
|
1052
1108
|
</li>
|
1053
1109
|
|
1054
1110
|
|
1055
|
-
<li class="
|
1111
|
+
<li class="even ">
|
1056
1112
|
<div class="item">
|
1057
|
-
<span class='object_link'><a href="Doing/
|
1058
|
-
<small>Doing::
|
1113
|
+
<span class='object_link'><a href="Doing/TemplateString.html#initialize-instance_method" title="Doing::TemplateString#initialize (method)">#initialize</a></span>
|
1114
|
+
<small>Doing::TemplateString</small>
|
1059
1115
|
</div>
|
1060
1116
|
</li>
|
1061
1117
|
|
1062
1118
|
|
1063
|
-
<li class="
|
1119
|
+
<li class="odd ">
|
1064
1120
|
<div class="item">
|
1065
1121
|
<span class='object_link'><a href="PhraseParser/Query.html#initialize-instance_method" title="PhraseParser::Query#initialize (method)">#initialize</a></span>
|
1066
1122
|
<small>PhraseParser::Query</small>
|
@@ -1068,7 +1124,7 @@
|
|
1068
1124
|
</li>
|
1069
1125
|
|
1070
1126
|
|
1071
|
-
<li class="
|
1127
|
+
<li class="even ">
|
1072
1128
|
<div class="item">
|
1073
1129
|
<span class='object_link'><a href="PhraseParser/PhraseClause.html#initialize-instance_method" title="PhraseParser::PhraseClause#initialize (method)">#initialize</a></span>
|
1074
1130
|
<small>PhraseParser::PhraseClause</small>
|
@@ -1076,7 +1132,7 @@
|
|
1076
1132
|
</li>
|
1077
1133
|
|
1078
1134
|
|
1079
|
-
<li class="
|
1135
|
+
<li class="odd ">
|
1080
1136
|
<div class="item">
|
1081
1137
|
<span class='object_link'><a href="PhraseParser/TermClause.html#initialize-instance_method" title="PhraseParser::TermClause#initialize (method)">#initialize</a></span>
|
1082
1138
|
<small>PhraseParser::TermClause</small>
|
@@ -1084,7 +1140,7 @@
|
|
1084
1140
|
</li>
|
1085
1141
|
|
1086
1142
|
|
1087
|
-
<li class="
|
1143
|
+
<li class="even ">
|
1088
1144
|
<div class="item">
|
1089
1145
|
<span class='object_link'><a href="Doing/WWID.html#initialize-instance_method" title="Doing::WWID#initialize (method)">#initialize</a></span>
|
1090
1146
|
<small>Doing::WWID</small>
|
@@ -1092,6 +1148,14 @@
|
|
1092
1148
|
</li>
|
1093
1149
|
|
1094
1150
|
|
1151
|
+
<li class="odd ">
|
1152
|
+
<div class="item">
|
1153
|
+
<span class='object_link'><a href="Doing/Note.html#initialize-instance_method" title="Doing::Note#initialize (method)">#initialize</a></span>
|
1154
|
+
<small>Doing::Note</small>
|
1155
|
+
</div>
|
1156
|
+
</li>
|
1157
|
+
|
1158
|
+
|
1095
1159
|
<li class="even ">
|
1096
1160
|
<div class="item">
|
1097
1161
|
<span class='object_link'><a href="Doing/Configuration.html#initialize-instance_method" title="Doing::Configuration#initialize (method)">#initialize</a></span>
|
@@ -1110,40 +1174,40 @@
|
|
1110
1174
|
|
1111
1175
|
<li class="even ">
|
1112
1176
|
<div class="item">
|
1113
|
-
<span class='object_link'><a href="
|
1114
|
-
<small>
|
1177
|
+
<span class='object_link'><a href="BooleanTermParser/Clause.html#initialize-instance_method" title="BooleanTermParser::Clause#initialize (method)">#initialize</a></span>
|
1178
|
+
<small>BooleanTermParser::Clause</small>
|
1115
1179
|
</div>
|
1116
1180
|
</li>
|
1117
1181
|
|
1118
1182
|
|
1119
1183
|
<li class="odd ">
|
1120
1184
|
<div class="item">
|
1121
|
-
<span class='object_link'><a href="
|
1122
|
-
<small>
|
1185
|
+
<span class='object_link'><a href="BooleanTermParser/Query.html#initialize-instance_method" title="BooleanTermParser::Query#initialize (method)">#initialize</a></span>
|
1186
|
+
<small>BooleanTermParser::Query</small>
|
1123
1187
|
</div>
|
1124
1188
|
</li>
|
1125
1189
|
|
1126
1190
|
|
1127
1191
|
<li class="even ">
|
1128
1192
|
<div class="item">
|
1129
|
-
<span class='object_link'><a href="
|
1130
|
-
<small>
|
1193
|
+
<span class='object_link'><a href="Doing/Errors/UserCancelled.html#initialize-instance_method" title="Doing::Errors::UserCancelled#initialize (method)">#initialize</a></span>
|
1194
|
+
<small>Doing::Errors::UserCancelled</small>
|
1131
1195
|
</div>
|
1132
1196
|
</li>
|
1133
1197
|
|
1134
1198
|
|
1135
1199
|
<li class="odd ">
|
1136
1200
|
<div class="item">
|
1137
|
-
<span class='object_link'><a href="Doing/Errors/
|
1138
|
-
<small>Doing::Errors::
|
1201
|
+
<span class='object_link'><a href="Doing/Errors/EmptyInput.html#initialize-instance_method" title="Doing::Errors::EmptyInput#initialize (method)">#initialize</a></span>
|
1202
|
+
<small>Doing::Errors::EmptyInput</small>
|
1139
1203
|
</div>
|
1140
1204
|
</li>
|
1141
1205
|
|
1142
1206
|
|
1143
1207
|
<li class="even ">
|
1144
1208
|
<div class="item">
|
1145
|
-
<span class='object_link'><a href="Doing/Errors/
|
1146
|
-
<small>Doing::Errors::
|
1209
|
+
<span class='object_link'><a href="Doing/Errors/DoingStandardError.html#initialize-instance_method" title="Doing::Errors::DoingStandardError#initialize (method)">#initialize</a></span>
|
1210
|
+
<small>Doing::Errors::DoingStandardError</small>
|
1147
1211
|
</div>
|
1148
1212
|
</li>
|
1149
1213
|
|
@@ -1182,16 +1246,16 @@
|
|
1182
1246
|
|
1183
1247
|
<li class="odd ">
|
1184
1248
|
<div class="item">
|
1185
|
-
<span class='object_link'><a href="
|
1186
|
-
<small>
|
1249
|
+
<span class='object_link'><a href="GLI/Commands/MarkdownDocumentListener.html#initialize-instance_method" title="GLI::Commands::MarkdownDocumentListener#initialize (method)">#initialize</a></span>
|
1250
|
+
<small>GLI::Commands::MarkdownDocumentListener</small>
|
1187
1251
|
</div>
|
1188
1252
|
</li>
|
1189
1253
|
|
1190
1254
|
|
1191
1255
|
<li class="even ">
|
1192
1256
|
<div class="item">
|
1193
|
-
<span class='object_link'><a href="
|
1194
|
-
<small>
|
1257
|
+
<span class='object_link'><a href="Doing/Errors/PluginException.html#initialize-instance_method" title="Doing::Errors::PluginException#initialize (method)">#initialize</a></span>
|
1258
|
+
<small>Doing::Errors::PluginException</small>
|
1195
1259
|
</div>
|
1196
1260
|
</li>
|
1197
1261
|
|
@@ -1205,14 +1269,6 @@
|
|
1205
1269
|
|
1206
1270
|
|
1207
1271
|
<li class="even ">
|
1208
|
-
<div class="item">
|
1209
|
-
<span class='object_link'><a href="GLI/Commands/MarkdownDocumentListener.html#initialize-instance_method" title="GLI::Commands::MarkdownDocumentListener#initialize (method)">#initialize</a></span>
|
1210
|
-
<small>GLI::Commands::MarkdownDocumentListener</small>
|
1211
|
-
</div>
|
1212
|
-
</li>
|
1213
|
-
|
1214
|
-
|
1215
|
-
<li class="odd ">
|
1216
1272
|
<div class="item">
|
1217
1273
|
<span class='object_link'><a href="Doing/Section.html#initialize-instance_method" title="Doing::Section#initialize (method)">#initialize</a></span>
|
1218
1274
|
<small>Doing::Section</small>
|
@@ -1220,7 +1276,7 @@
|
|
1220
1276
|
</li>
|
1221
1277
|
|
1222
1278
|
|
1223
|
-
<li class="
|
1279
|
+
<li class="odd ">
|
1224
1280
|
<div class="item">
|
1225
1281
|
<span class='object_link'><a href="Doing/Item.html#initialize-instance_method" title="Doing::Item#initialize (method)">#initialize</a></span>
|
1226
1282
|
<small>Doing::Item</small>
|
@@ -1228,7 +1284,7 @@
|
|
1228
1284
|
</li>
|
1229
1285
|
|
1230
1286
|
|
1231
|
-
<li class="
|
1287
|
+
<li class="even ">
|
1232
1288
|
<div class="item">
|
1233
1289
|
<span class='object_link'><a href="Doing/Hooks.html#insert_hook-class_method" title="Doing::Hooks.insert_hook (method)">insert_hook</a></span>
|
1234
1290
|
<small>Doing::Hooks</small>
|
@@ -1236,7 +1292,7 @@
|
|
1236
1292
|
</li>
|
1237
1293
|
|
1238
1294
|
|
1239
|
-
<li class="
|
1295
|
+
<li class="odd ">
|
1240
1296
|
<div class="item">
|
1241
1297
|
<span class='object_link'><a href="Doing/Prompt.html#install_fzf-class_method" title="Doing::Prompt.install_fzf (method)">install_fzf</a></span>
|
1242
1298
|
<small>Doing::Prompt</small>
|
@@ -1244,7 +1300,7 @@
|
|
1244
1300
|
</li>
|
1245
1301
|
|
1246
1302
|
|
1247
|
-
<li class="
|
1303
|
+
<li class="even ">
|
1248
1304
|
<div class="item">
|
1249
1305
|
<span class='object_link'><a href="Doing/WWID.html#interactive-instance_method" title="Doing::WWID#interactive (method)">#interactive</a></span>
|
1250
1306
|
<small>Doing::WWID</small>
|
@@ -1252,7 +1308,7 @@
|
|
1252
1308
|
</li>
|
1253
1309
|
|
1254
1310
|
|
1255
|
-
<li class="
|
1311
|
+
<li class="odd ">
|
1256
1312
|
<div class="item">
|
1257
1313
|
<span class='object_link'><a href="Doing/Item.html#interval-instance_method" title="Doing::Item#interval (method)">#interval</a></span>
|
1258
1314
|
<small>Doing::Item</small>
|
@@ -1260,7 +1316,7 @@
|
|
1260
1316
|
</li>
|
1261
1317
|
|
1262
1318
|
|
1263
|
-
<li class="
|
1319
|
+
<li class="even ">
|
1264
1320
|
<div class="item">
|
1265
1321
|
<span class='object_link'><a href="String.html#is_rx%3F-instance_method" title="String#is_rx? (method)">#is_rx?</a></span>
|
1266
1322
|
<small>String</small>
|
@@ -1268,7 +1324,7 @@
|
|
1268
1324
|
</li>
|
1269
1325
|
|
1270
1326
|
|
1271
|
-
<li class="
|
1327
|
+
<li class="odd ">
|
1272
1328
|
<div class="item">
|
1273
1329
|
<span class='object_link'><a href="Doing/WWID.html#last-instance_method" title="Doing::WWID#last (method)">#last</a></span>
|
1274
1330
|
<small>Doing::WWID</small>
|
@@ -1276,7 +1332,7 @@
|
|
1276
1332
|
</li>
|
1277
1333
|
|
1278
1334
|
|
1279
|
-
<li class="
|
1335
|
+
<li class="even ">
|
1280
1336
|
<div class="item">
|
1281
1337
|
<span class='object_link'><a href="Doing/Util/Backup.html#last_backup-instance_method" title="Doing::Util::Backup#last_backup (method)">#last_backup</a></span>
|
1282
1338
|
<small>Doing::Util::Backup</small>
|
@@ -1284,7 +1340,7 @@
|
|
1284
1340
|
</li>
|
1285
1341
|
|
1286
1342
|
|
1287
|
-
<li class="
|
1343
|
+
<li class="odd ">
|
1288
1344
|
<div class="item">
|
1289
1345
|
<span class='object_link'><a href="String.html#last_color-instance_method" title="String#last_color (method)">#last_color</a></span>
|
1290
1346
|
<small>String</small>
|
@@ -1292,7 +1348,7 @@
|
|
1292
1348
|
</li>
|
1293
1349
|
|
1294
1350
|
|
1295
|
-
<li class="
|
1351
|
+
<li class="even ">
|
1296
1352
|
<div class="item">
|
1297
1353
|
<span class='object_link'><a href="Doing/WWID.html#last_entry-instance_method" title="Doing::WWID#last_entry (method)">#last_entry</a></span>
|
1298
1354
|
<small>Doing::WWID</small>
|
@@ -1300,7 +1356,7 @@
|
|
1300
1356
|
</li>
|
1301
1357
|
|
1302
1358
|
|
1303
|
-
<li class="
|
1359
|
+
<li class="odd ">
|
1304
1360
|
<div class="item">
|
1305
1361
|
<span class='object_link'><a href="Doing/WWID.html#last_note-instance_method" title="Doing::WWID#last_note (method)">#last_note</a></span>
|
1306
1362
|
<small>Doing::WWID</small>
|
@@ -1308,7 +1364,7 @@
|
|
1308
1364
|
</li>
|
1309
1365
|
|
1310
1366
|
|
1311
|
-
<li class="
|
1367
|
+
<li class="even ">
|
1312
1368
|
<div class="item">
|
1313
1369
|
<span class='object_link'><a href="Doing/LogAdapter.html#level-instance_method" title="Doing::LogAdapter#level (method)">#level</a></span>
|
1314
1370
|
<small>Doing::LogAdapter</small>
|
@@ -1316,7 +1372,7 @@
|
|
1316
1372
|
</li>
|
1317
1373
|
|
1318
1374
|
|
1319
|
-
<li class="
|
1375
|
+
<li class="odd ">
|
1320
1376
|
<div class="item">
|
1321
1377
|
<span class='object_link'><a href="String.html#link_urls-instance_method" title="String#link_urls (method)">#link_urls</a></span>
|
1322
1378
|
<small>String</small>
|
@@ -1324,7 +1380,7 @@
|
|
1324
1380
|
</li>
|
1325
1381
|
|
1326
1382
|
|
1327
|
-
<li class="
|
1383
|
+
<li class="even ">
|
1328
1384
|
<div class="item">
|
1329
1385
|
<span class='object_link'><a href="String.html#link_urls!-instance_method" title="String#link_urls! (method)">#link_urls!</a></span>
|
1330
1386
|
<small>String</small>
|
@@ -1332,7 +1388,7 @@
|
|
1332
1388
|
</li>
|
1333
1389
|
|
1334
1390
|
|
1335
|
-
<li class="
|
1391
|
+
<li class="odd ">
|
1336
1392
|
<div class="item">
|
1337
1393
|
<span class='object_link'><a href="Doing/WWID.html#list_date-instance_method" title="Doing::WWID#list_date (method)">#list_date</a></span>
|
1338
1394
|
<small>Doing::WWID</small>
|
@@ -1340,7 +1396,7 @@
|
|
1340
1396
|
</li>
|
1341
1397
|
|
1342
1398
|
|
1343
|
-
<li class="
|
1399
|
+
<li class="even ">
|
1344
1400
|
<div class="item">
|
1345
1401
|
<span class='object_link'><a href="Doing/Plugins.html#list_plugins-class_method" title="Doing::Plugins.list_plugins (method)">list_plugins</a></span>
|
1346
1402
|
<small>Doing::Plugins</small>
|
@@ -1348,7 +1404,7 @@
|
|
1348
1404
|
</li>
|
1349
1405
|
|
1350
1406
|
|
1351
|
-
<li class="
|
1407
|
+
<li class="odd ">
|
1352
1408
|
<div class="item">
|
1353
1409
|
<span class='object_link'><a href="Doing/WWID.html#list_section-instance_method" title="Doing::WWID#list_section (method)">#list_section</a></span>
|
1354
1410
|
<small>Doing::WWID</small>
|
@@ -1356,7 +1412,7 @@
|
|
1356
1412
|
</li>
|
1357
1413
|
|
1358
1414
|
|
1359
|
-
<li class="
|
1415
|
+
<li class="even ">
|
1360
1416
|
<div class="item">
|
1361
1417
|
<span class='object_link'><a href="Doing/Plugins.html#load_plugins-class_method" title="Doing::Plugins.load_plugins (method)">load_plugins</a></span>
|
1362
1418
|
<small>Doing::Plugins</small>
|
@@ -1364,7 +1420,7 @@
|
|
1364
1420
|
</li>
|
1365
1421
|
|
1366
1422
|
|
1367
|
-
<li class="
|
1423
|
+
<li class="odd ">
|
1368
1424
|
<div class="item">
|
1369
1425
|
<span class='object_link'><a href="Doing/LogAdapter.html#log_benchmarks-instance_method" title="Doing::LogAdapter#log_benchmarks (method)">#log_benchmarks</a></span>
|
1370
1426
|
<small>Doing::LogAdapter</small>
|
@@ -1372,7 +1428,7 @@
|
|
1372
1428
|
</li>
|
1373
1429
|
|
1374
1430
|
|
1375
|
-
<li class="
|
1431
|
+
<li class="even ">
|
1376
1432
|
<div class="item">
|
1377
1433
|
<span class='object_link'><a href="Doing/LogAdapter.html#log_change-instance_method" title="Doing::LogAdapter#log_change (method)">#log_change</a></span>
|
1378
1434
|
<small>Doing::LogAdapter</small>
|
@@ -1380,7 +1436,7 @@
|
|
1380
1436
|
</li>
|
1381
1437
|
|
1382
1438
|
|
1383
|
-
<li class="
|
1439
|
+
<li class="odd ">
|
1384
1440
|
<div class="item">
|
1385
1441
|
<span class='object_link'><a href="Doing/LogAdapter.html#log_level=-instance_method" title="Doing::LogAdapter#log_level= (method)">#log_level=</a></span>
|
1386
1442
|
<small>Doing::LogAdapter</small>
|
@@ -1388,7 +1444,7 @@
|
|
1388
1444
|
</li>
|
1389
1445
|
|
1390
1446
|
|
1391
|
-
<li class="
|
1447
|
+
<li class="even ">
|
1392
1448
|
<div class="item">
|
1393
1449
|
<span class='object_link'><a href="Doing/LogAdapter.html#log_now-instance_method" title="Doing::LogAdapter#log_now (method)">#log_now</a></span>
|
1394
1450
|
<small>Doing::LogAdapter</small>
|
@@ -1396,7 +1452,7 @@
|
|
1396
1452
|
</li>
|
1397
1453
|
|
1398
1454
|
|
1399
|
-
<li class="
|
1455
|
+
<li class="odd ">
|
1400
1456
|
<div class="item">
|
1401
1457
|
<span class='object_link'><a href="Array.html#log_tags-instance_method" title="Array#log_tags (method)">#log_tags</a></span>
|
1402
1458
|
<small>Array</small>
|
@@ -1404,7 +1460,7 @@
|
|
1404
1460
|
</li>
|
1405
1461
|
|
1406
1462
|
|
1407
|
-
<li class="
|
1463
|
+
<li class="even ">
|
1408
1464
|
<div class="item">
|
1409
1465
|
<span class='object_link'><a href="Doing/WWID.html#logger-instance_method" title="Doing::WWID#logger (method)">#logger</a></span>
|
1410
1466
|
<small>Doing::WWID</small>
|
@@ -1412,23 +1468,23 @@
|
|
1412
1468
|
</li>
|
1413
1469
|
|
1414
1470
|
|
1415
|
-
<li class="
|
1471
|
+
<li class="odd ">
|
1416
1472
|
<div class="item">
|
1417
|
-
<span class='object_link'><a href="
|
1418
|
-
<small>
|
1473
|
+
<span class='object_link'><a href="PhraseParser/Query.html#match-instance_method" title="PhraseParser::Query#match (method)">#match</a></span>
|
1474
|
+
<small>PhraseParser::Query</small>
|
1419
1475
|
</div>
|
1420
1476
|
</li>
|
1421
1477
|
|
1422
1478
|
|
1423
|
-
<li class="
|
1479
|
+
<li class="even ">
|
1424
1480
|
<div class="item">
|
1425
|
-
<span class='object_link'><a href="
|
1426
|
-
<small>
|
1481
|
+
<span class='object_link'><a href="BooleanTermParser/Query.html#match-instance_method" title="BooleanTermParser::Query#match (method)">#match</a></span>
|
1482
|
+
<small>BooleanTermParser::Query</small>
|
1427
1483
|
</div>
|
1428
1484
|
</li>
|
1429
1485
|
|
1430
1486
|
|
1431
|
-
<li class="
|
1487
|
+
<li class="odd ">
|
1432
1488
|
<div class="item">
|
1433
1489
|
<span class='object_link'><a href="PhraseParser/Query.html#match_phrase-instance_method" title="PhraseParser::Query#match_phrase (method)">#match_phrase</a></span>
|
1434
1490
|
<small>PhraseParser::Query</small>
|
@@ -1436,7 +1492,7 @@
|
|
1436
1492
|
</li>
|
1437
1493
|
|
1438
1494
|
|
1439
|
-
<li class="
|
1495
|
+
<li class="even ">
|
1440
1496
|
<div class="item">
|
1441
1497
|
<span class='object_link'><a href="Doing/Util.html#mergable%3F-instance_method" title="Doing::Util#mergable? (method)">#mergable?</a></span>
|
1442
1498
|
<small>Doing::Util</small>
|
@@ -1444,7 +1500,7 @@
|
|
1444
1500
|
</li>
|
1445
1501
|
|
1446
1502
|
|
1447
|
-
<li class="
|
1503
|
+
<li class="odd ">
|
1448
1504
|
<div class="item">
|
1449
1505
|
<span class='object_link'><a href="Doing/Util.html#merge_default_proc-instance_method" title="Doing::Util#merge_default_proc (method)">#merge_default_proc</a></span>
|
1450
1506
|
<small>Doing::Util</small>
|
@@ -1452,7 +1508,7 @@
|
|
1452
1508
|
</li>
|
1453
1509
|
|
1454
1510
|
|
1455
|
-
<li class="
|
1511
|
+
<li class="even ">
|
1456
1512
|
<div class="item">
|
1457
1513
|
<span class='object_link'><a href="Doing/Util.html#merge_values-instance_method" title="Doing::Util#merge_values (method)">#merge_values</a></span>
|
1458
1514
|
<small>Doing::Util</small>
|
@@ -1460,7 +1516,7 @@
|
|
1460
1516
|
</li>
|
1461
1517
|
|
1462
1518
|
|
1463
|
-
<li class="
|
1519
|
+
<li class="odd ">
|
1464
1520
|
<div class="item">
|
1465
1521
|
<span class='object_link'><a href="Doing/LogAdapter.html#messages-instance_method" title="Doing::LogAdapter#messages (method)">#messages</a></span>
|
1466
1522
|
<small>Doing::LogAdapter</small>
|
@@ -1468,7 +1524,7 @@
|
|
1468
1524
|
</li>
|
1469
1525
|
|
1470
1526
|
|
1471
|
-
<li class="
|
1527
|
+
<li class="even ">
|
1472
1528
|
<div class="item">
|
1473
1529
|
<span class='object_link'><a href="Doing/Item.html#move_to-instance_method" title="Doing::Item#move_to (method)">#move_to</a></span>
|
1474
1530
|
<small>Doing::Item</small>
|
@@ -1476,7 +1532,7 @@
|
|
1476
1532
|
</li>
|
1477
1533
|
|
1478
1534
|
|
1479
|
-
<li class="
|
1535
|
+
<li class="odd ">
|
1480
1536
|
<div class="item">
|
1481
1537
|
<span class='object_link'><a href="Status.html#msg-instance_method" title="Status#msg (method)">#msg</a></span>
|
1482
1538
|
<small>Status</small>
|
@@ -1484,7 +1540,7 @@
|
|
1484
1540
|
</li>
|
1485
1541
|
|
1486
1542
|
|
1487
|
-
<li class="
|
1543
|
+
<li class="even ">
|
1488
1544
|
<div class="item">
|
1489
1545
|
<span class='object_link'><a href="PhraseParser/Query.html#must_clauses-instance_method" title="PhraseParser::Query#must_clauses (method)">#must_clauses</a></span>
|
1490
1546
|
<small>PhraseParser::Query</small>
|
@@ -1492,7 +1548,7 @@
|
|
1492
1548
|
</li>
|
1493
1549
|
|
1494
1550
|
|
1495
|
-
<li class="
|
1551
|
+
<li class="odd ">
|
1496
1552
|
<div class="item">
|
1497
1553
|
<span class='object_link'><a href="PhraseParser/Query.html#must_not_clauses-instance_method" title="PhraseParser::Query#must_not_clauses (method)">#must_not_clauses</a></span>
|
1498
1554
|
<small>PhraseParser::Query</small>
|
@@ -1500,7 +1556,7 @@
|
|
1500
1556
|
</li>
|
1501
1557
|
|
1502
1558
|
|
1503
|
-
<li class="
|
1559
|
+
<li class="even ">
|
1504
1560
|
<div class="item">
|
1505
1561
|
<span class='object_link'><a href="BooleanTermParser/Query.html#must_not_terms-instance_method" title="BooleanTermParser::Query#must_not_terms (method)">#must_not_terms</a></span>
|
1506
1562
|
<small>BooleanTermParser::Query</small>
|
@@ -1508,7 +1564,7 @@
|
|
1508
1564
|
</li>
|
1509
1565
|
|
1510
1566
|
|
1511
|
-
<li class="
|
1567
|
+
<li class="odd ">
|
1512
1568
|
<div class="item">
|
1513
1569
|
<span class='object_link'><a href="BooleanTermParser/Query.html#must_terms-instance_method" title="BooleanTermParser::Query#must_terms (method)">#must_terms</a></span>
|
1514
1570
|
<small>BooleanTermParser::Query</small>
|
@@ -1516,7 +1572,7 @@
|
|
1516
1572
|
</li>
|
1517
1573
|
|
1518
1574
|
|
1519
|
-
<li class="
|
1575
|
+
<li class="even ">
|
1520
1576
|
<div class="item">
|
1521
1577
|
<span class='object_link'><a href="Array.html#nested_hash-instance_method" title="Array#nested_hash (method)">#nested_hash</a></span>
|
1522
1578
|
<small>Array</small>
|
@@ -1524,7 +1580,7 @@
|
|
1524
1580
|
</li>
|
1525
1581
|
|
1526
1582
|
|
1527
|
-
<li class="
|
1583
|
+
<li class="odd ">
|
1528
1584
|
<div class="item">
|
1529
1585
|
<span class='object_link'><a href="Doing/WWID.html#next_item-instance_method" title="Doing::WWID#next_item (method)">#next_item</a></span>
|
1530
1586
|
<small>Doing::WWID</small>
|
@@ -1532,7 +1588,7 @@
|
|
1532
1588
|
</li>
|
1533
1589
|
|
1534
1590
|
|
1535
|
-
<li class="
|
1591
|
+
<li class="even ">
|
1536
1592
|
<div class="item">
|
1537
1593
|
<span class='object_link'><a href="Symbol.html#normalize_age-instance_method" title="Symbol#normalize_age (method)">#normalize_age</a></span>
|
1538
1594
|
<small>Symbol</small>
|
@@ -1540,7 +1596,7 @@
|
|
1540
1596
|
</li>
|
1541
1597
|
|
1542
1598
|
|
1543
|
-
<li class="
|
1599
|
+
<li class="odd ">
|
1544
1600
|
<div class="item">
|
1545
1601
|
<span class='object_link'><a href="String.html#normalize_age-instance_method" title="String#normalize_age (method)">#normalize_age</a></span>
|
1546
1602
|
<small>String</small>
|
@@ -1548,7 +1604,7 @@
|
|
1548
1604
|
</li>
|
1549
1605
|
|
1550
1606
|
|
1551
|
-
<li class="
|
1607
|
+
<li class="even ">
|
1552
1608
|
<div class="item">
|
1553
1609
|
<span class='object_link'><a href="String.html#normalize_age!-instance_method" title="String#normalize_age! (method)">#normalize_age!</a></span>
|
1554
1610
|
<small>String</small>
|
@@ -1556,7 +1612,7 @@
|
|
1556
1612
|
</li>
|
1557
1613
|
|
1558
1614
|
|
1559
|
-
<li class="
|
1615
|
+
<li class="odd ">
|
1560
1616
|
<div class="item">
|
1561
1617
|
<span class='object_link'><a href="Symbol.html#normalize_bool-instance_method" title="Symbol#normalize_bool (method)">#normalize_bool</a></span>
|
1562
1618
|
<small>Symbol</small>
|
@@ -1564,7 +1620,7 @@
|
|
1564
1620
|
</li>
|
1565
1621
|
|
1566
1622
|
|
1567
|
-
<li class="
|
1623
|
+
<li class="even ">
|
1568
1624
|
<div class="item">
|
1569
1625
|
<span class='object_link'><a href="String.html#normalize_bool-instance_method" title="String#normalize_bool (method)">#normalize_bool</a></span>
|
1570
1626
|
<small>String</small>
|
@@ -1572,7 +1628,7 @@
|
|
1572
1628
|
</li>
|
1573
1629
|
|
1574
1630
|
|
1575
|
-
<li class="
|
1631
|
+
<li class="odd ">
|
1576
1632
|
<div class="item">
|
1577
1633
|
<span class='object_link'><a href="String.html#normalize_bool!-instance_method" title="String#normalize_bool! (method)">#normalize_bool!</a></span>
|
1578
1634
|
<small>String</small>
|
@@ -1580,7 +1636,7 @@
|
|
1580
1636
|
</li>
|
1581
1637
|
|
1582
1638
|
|
1583
|
-
<li class="
|
1639
|
+
<li class="even ">
|
1584
1640
|
<div class="item">
|
1585
1641
|
<span class='object_link'><a href="Symbol.html#normalize_case-instance_method" title="Symbol#normalize_case (method)">#normalize_case</a></span>
|
1586
1642
|
<small>Symbol</small>
|
@@ -1588,7 +1644,7 @@
|
|
1588
1644
|
</li>
|
1589
1645
|
|
1590
1646
|
|
1591
|
-
<li class="
|
1647
|
+
<li class="odd ">
|
1592
1648
|
<div class="item">
|
1593
1649
|
<span class='object_link'><a href="String.html#normalize_case-instance_method" title="String#normalize_case (method)">#normalize_case</a></span>
|
1594
1650
|
<small>String</small>
|
@@ -1596,7 +1652,7 @@
|
|
1596
1652
|
</li>
|
1597
1653
|
|
1598
1654
|
|
1599
|
-
<li class="
|
1655
|
+
<li class="even ">
|
1600
1656
|
<div class="item">
|
1601
1657
|
<span class='object_link'><a href="String.html#normalize_case!-instance_method" title="String#normalize_case! (method)">#normalize_case!</a></span>
|
1602
1658
|
<small>String</small>
|
@@ -1604,7 +1660,7 @@
|
|
1604
1660
|
</li>
|
1605
1661
|
|
1606
1662
|
|
1607
|
-
<li class="
|
1663
|
+
<li class="odd ">
|
1608
1664
|
<div class="item">
|
1609
1665
|
<span class='object_link'><a href="Symbol.html#normalize_matching-instance_method" title="Symbol#normalize_matching (method)">#normalize_matching</a></span>
|
1610
1666
|
<small>Symbol</small>
|
@@ -1612,7 +1668,7 @@
|
|
1612
1668
|
</li>
|
1613
1669
|
|
1614
1670
|
|
1615
|
-
<li class="
|
1671
|
+
<li class="even ">
|
1616
1672
|
<div class="item">
|
1617
1673
|
<span class='object_link'><a href="String.html#normalize_matching-instance_method" title="String#normalize_matching (method)">#normalize_matching</a></span>
|
1618
1674
|
<small>String</small>
|
@@ -1620,7 +1676,7 @@
|
|
1620
1676
|
</li>
|
1621
1677
|
|
1622
1678
|
|
1623
|
-
<li class="
|
1679
|
+
<li class="odd ">
|
1624
1680
|
<div class="item">
|
1625
1681
|
<span class='object_link'><a href="String.html#normalize_matching!-instance_method" title="String#normalize_matching! (method)">#normalize_matching!</a></span>
|
1626
1682
|
<small>String</small>
|
@@ -1628,7 +1684,7 @@
|
|
1628
1684
|
</li>
|
1629
1685
|
|
1630
1686
|
|
1631
|
-
<li class="
|
1687
|
+
<li class="even ">
|
1632
1688
|
<div class="item">
|
1633
1689
|
<span class='object_link'><a href="Symbol.html#normalize_order-instance_method" title="Symbol#normalize_order (method)">#normalize_order</a></span>
|
1634
1690
|
<small>Symbol</small>
|
@@ -1636,7 +1692,7 @@
|
|
1636
1692
|
</li>
|
1637
1693
|
|
1638
1694
|
|
1639
|
-
<li class="
|
1695
|
+
<li class="odd ">
|
1640
1696
|
<div class="item">
|
1641
1697
|
<span class='object_link'><a href="String.html#normalize_order-instance_method" title="String#normalize_order (method)">#normalize_order</a></span>
|
1642
1698
|
<small>String</small>
|
@@ -1644,7 +1700,7 @@
|
|
1644
1700
|
</li>
|
1645
1701
|
|
1646
1702
|
|
1647
|
-
<li class="
|
1703
|
+
<li class="even ">
|
1648
1704
|
<div class="item">
|
1649
1705
|
<span class='object_link'><a href="String.html#normalize_order!-instance_method" title="String#normalize_order! (method)">#normalize_order!</a></span>
|
1650
1706
|
<small>String</small>
|
@@ -1652,7 +1708,7 @@
|
|
1652
1708
|
</li>
|
1653
1709
|
|
1654
1710
|
|
1655
|
-
<li class="
|
1711
|
+
<li class="odd ">
|
1656
1712
|
<div class="item">
|
1657
1713
|
<span class='object_link'><a href="String.html#normalize_trigger-instance_method" title="String#normalize_trigger (method)">#normalize_trigger</a></span>
|
1658
1714
|
<small>String</small>
|
@@ -1660,7 +1716,7 @@
|
|
1660
1716
|
</li>
|
1661
1717
|
|
1662
1718
|
|
1663
|
-
<li class="
|
1719
|
+
<li class="even ">
|
1664
1720
|
<div class="item">
|
1665
1721
|
<span class='object_link'><a href="String.html#normalize_trigger!-instance_method" title="String#normalize_trigger! (method)">#normalize_trigger!</a></span>
|
1666
1722
|
<small>String</small>
|
@@ -1668,7 +1724,7 @@
|
|
1668
1724
|
</li>
|
1669
1725
|
|
1670
1726
|
|
1671
|
-
<li class="
|
1727
|
+
<li class="odd ">
|
1672
1728
|
<div class="item">
|
1673
1729
|
<span class='object_link'><a href="Doing/Item.html#note-instance_method" title="Doing::Item#note (method)">#note</a></span>
|
1674
1730
|
<small>Doing::Item</small>
|
@@ -1676,7 +1732,7 @@
|
|
1676
1732
|
</li>
|
1677
1733
|
|
1678
1734
|
|
1679
|
-
<li class="
|
1735
|
+
<li class="even ">
|
1680
1736
|
<div class="item">
|
1681
1737
|
<span class='object_link'><a href="PhraseParser/TermClause.html#operator-instance_method" title="PhraseParser::TermClause#operator (method)">#operator</a></span>
|
1682
1738
|
<small>PhraseParser::TermClause</small>
|
@@ -1684,7 +1740,7 @@
|
|
1684
1740
|
</li>
|
1685
1741
|
|
1686
1742
|
|
1687
|
-
<li class="
|
1743
|
+
<li class="odd ">
|
1688
1744
|
<div class="item">
|
1689
1745
|
<span class='object_link'><a href="BooleanTermParser/Clause.html#operator-instance_method" title="BooleanTermParser::Clause#operator (method)">#operator</a></span>
|
1690
1746
|
<small>BooleanTermParser::Clause</small>
|
@@ -1692,7 +1748,7 @@
|
|
1692
1748
|
</li>
|
1693
1749
|
|
1694
1750
|
|
1695
|
-
<li class="
|
1751
|
+
<li class="even ">
|
1696
1752
|
<div class="item">
|
1697
1753
|
<span class='object_link'><a href="PhraseParser/PhraseClause.html#operator-instance_method" title="PhraseParser::PhraseClause#operator (method)">#operator</a></span>
|
1698
1754
|
<small>PhraseParser::PhraseClause</small>
|
@@ -1700,7 +1756,7 @@
|
|
1700
1756
|
</li>
|
1701
1757
|
|
1702
1758
|
|
1703
|
-
<li class="
|
1759
|
+
<li class="odd ">
|
1704
1760
|
<div class="item">
|
1705
1761
|
<span class='object_link'><a href="GLI/Commands/MarkdownDocumentListener.html#options-instance_method" title="GLI::Commands::MarkdownDocumentListener#options (method)">#options</a></span>
|
1706
1762
|
<small>GLI::Commands::MarkdownDocumentListener</small>
|
@@ -1708,23 +1764,23 @@
|
|
1708
1764
|
</li>
|
1709
1765
|
|
1710
1766
|
|
1711
|
-
<li class="
|
1767
|
+
<li class="even ">
|
1712
1768
|
<div class="item">
|
1713
|
-
<span class='object_link'><a href="Doing/
|
1714
|
-
<small>Doing::
|
1769
|
+
<span class='object_link'><a href="Doing/Section.html#original-instance_method" title="Doing::Section#original (method)">#original</a></span>
|
1770
|
+
<small>Doing::Section</small>
|
1715
1771
|
</div>
|
1716
1772
|
</li>
|
1717
1773
|
|
1718
1774
|
|
1719
|
-
<li class="
|
1775
|
+
<li class="odd ">
|
1720
1776
|
<div class="item">
|
1721
|
-
<span class='object_link'><a href="Doing/
|
1722
|
-
<small>Doing::
|
1777
|
+
<span class='object_link'><a href="Doing/TemplateString.html#original-instance_method" title="Doing::TemplateString#original (method)">#original</a></span>
|
1778
|
+
<small>Doing::TemplateString</small>
|
1723
1779
|
</div>
|
1724
1780
|
</li>
|
1725
1781
|
|
1726
1782
|
|
1727
|
-
<li class="
|
1783
|
+
<li class="even ">
|
1728
1784
|
<div class="item">
|
1729
1785
|
<span class='object_link'><a href="Doing/LogAdapter.html#output_results-instance_method" title="Doing::LogAdapter#output_results (method)">#output_results</a></span>
|
1730
1786
|
<small>Doing::LogAdapter</small>
|
@@ -1732,7 +1788,7 @@
|
|
1732
1788
|
</li>
|
1733
1789
|
|
1734
1790
|
|
1735
|
-
<li class="
|
1791
|
+
<li class="odd ">
|
1736
1792
|
<div class="item">
|
1737
1793
|
<span class='object_link'><a href="Doing/Item.html#overlapping_time%3F-instance_method" title="Doing::Item#overlapping_time? (method)">#overlapping_time?</a></span>
|
1738
1794
|
<small>Doing::Item</small>
|
@@ -1740,7 +1796,7 @@
|
|
1740
1796
|
</li>
|
1741
1797
|
|
1742
1798
|
|
1743
|
-
<li class="
|
1799
|
+
<li class="even ">
|
1744
1800
|
<div class="item">
|
1745
1801
|
<span class='object_link'><a href="Doing/Pager.html#page-class_method" title="Doing::Pager.page (method)">page</a></span>
|
1746
1802
|
<small>Doing::Pager</small>
|
@@ -1748,7 +1804,7 @@
|
|
1748
1804
|
</li>
|
1749
1805
|
|
1750
1806
|
|
1751
|
-
<li class="
|
1807
|
+
<li class="odd ">
|
1752
1808
|
<div class="item">
|
1753
1809
|
<span class='object_link'><a href="Doing/Pager.html#paginate-class_method" title="Doing::Pager.paginate (method)">paginate</a></span>
|
1754
1810
|
<small>Doing::Pager</small>
|
@@ -1756,7 +1812,7 @@
|
|
1756
1812
|
</li>
|
1757
1813
|
|
1758
1814
|
|
1759
|
-
<li class="
|
1815
|
+
<li class="even ">
|
1760
1816
|
<div class="item">
|
1761
1817
|
<span class='object_link'><a href="Doing/Pager.html#paginate=-class_method" title="Doing::Pager.paginate= (method)">paginate=</a></span>
|
1762
1818
|
<small>Doing::Pager</small>
|
@@ -1764,7 +1820,7 @@
|
|
1764
1820
|
</li>
|
1765
1821
|
|
1766
1822
|
|
1767
|
-
<li class="
|
1823
|
+
<li class="odd ">
|
1768
1824
|
<div class="item">
|
1769
1825
|
<span class='object_link'><a href="Doing/TemplateString.html#parse_colors-instance_method" title="Doing::TemplateString#parse_colors (method)">#parse_colors</a></span>
|
1770
1826
|
<small>Doing::TemplateString</small>
|
@@ -1772,7 +1828,7 @@
|
|
1772
1828
|
</li>
|
1773
1829
|
|
1774
1830
|
|
1775
|
-
<li class="
|
1831
|
+
<li class="even ">
|
1776
1832
|
<div class="item">
|
1777
1833
|
<span class='object_link'><a href="Doing/TemplateString.html#parsed_colors-instance_method" title="Doing::TemplateString#parsed_colors (method)">#parsed_colors</a></span>
|
1778
1834
|
<small>Doing::TemplateString</small>
|
@@ -1780,7 +1836,7 @@
|
|
1780
1836
|
</li>
|
1781
1837
|
|
1782
1838
|
|
1783
|
-
<li class="
|
1839
|
+
<li class="odd ">
|
1784
1840
|
<div class="item">
|
1785
1841
|
<span class='object_link'><a href="PhraseParser/PhraseClause.html#phrase-instance_method" title="PhraseParser::PhraseClause#phrase (method)">#phrase</a></span>
|
1786
1842
|
<small>PhraseParser::PhraseClause</small>
|
@@ -1788,7 +1844,7 @@
|
|
1788
1844
|
</li>
|
1789
1845
|
|
1790
1846
|
|
1791
|
-
<li class="
|
1847
|
+
<li class="even ">
|
1792
1848
|
<div class="item">
|
1793
1849
|
<span class='object_link'><a href="Doing/Errors/PluginException.html#plugin-instance_method" title="Doing::Errors::PluginException#plugin (method)">#plugin</a></span>
|
1794
1850
|
<small>Doing::Errors::PluginException</small>
|
@@ -1796,7 +1852,7 @@
|
|
1796
1852
|
</li>
|
1797
1853
|
|
1798
1854
|
|
1799
|
-
<li class="
|
1855
|
+
<li class="odd ">
|
1800
1856
|
<div class="item">
|
1801
1857
|
<span class='object_link'><a href="Doing/Plugins.html#plugin_names-class_method" title="Doing::Plugins.plugin_names (method)">plugin_names</a></span>
|
1802
1858
|
<small>Doing::Plugins</small>
|
@@ -1804,7 +1860,7 @@
|
|
1804
1860
|
</li>
|
1805
1861
|
|
1806
1862
|
|
1807
|
-
<li class="
|
1863
|
+
<li class="even ">
|
1808
1864
|
<div class="item">
|
1809
1865
|
<span class='object_link'><a href="Doing/Plugins.html#plugin_regex-class_method" title="Doing::Plugins.plugin_regex (method)">plugin_regex</a></span>
|
1810
1866
|
<small>Doing::Plugins</small>
|
@@ -1812,7 +1868,7 @@
|
|
1812
1868
|
</li>
|
1813
1869
|
|
1814
1870
|
|
1815
|
-
<li class="
|
1871
|
+
<li class="odd ">
|
1816
1872
|
<div class="item">
|
1817
1873
|
<span class='object_link'><a href="Doing/Plugins.html#plugin_templates-class_method" title="Doing::Plugins.plugin_templates (method)">plugin_templates</a></span>
|
1818
1874
|
<small>Doing::Plugins</small>
|
@@ -1820,7 +1876,7 @@
|
|
1820
1876
|
</li>
|
1821
1877
|
|
1822
1878
|
|
1823
|
-
<li class="
|
1879
|
+
<li class="even ">
|
1824
1880
|
<div class="item">
|
1825
1881
|
<span class='object_link'><a href="Doing/Plugins.html#plugins-class_method" title="Doing::Plugins.plugins (method)">plugins</a></span>
|
1826
1882
|
<small>Doing::Plugins</small>
|
@@ -1828,7 +1884,7 @@
|
|
1828
1884
|
</li>
|
1829
1885
|
|
1830
1886
|
|
1831
|
-
<li class="
|
1887
|
+
<li class="odd ">
|
1832
1888
|
<div class="item">
|
1833
1889
|
<span class='object_link'><a href="Doing/Plugins.html#plugins_path-class_method" title="Doing::Plugins.plugins_path (method)">plugins_path</a></span>
|
1834
1890
|
<small>Doing::Plugins</small>
|
@@ -1836,14 +1892,6 @@
|
|
1836
1892
|
</li>
|
1837
1893
|
|
1838
1894
|
|
1839
|
-
<li class="odd ">
|
1840
|
-
<div class="item">
|
1841
|
-
<span class='object_link'><a href="String.html#pluralize-instance_method" title="String#pluralize (method)">#pluralize</a></span>
|
1842
|
-
<small>String</small>
|
1843
|
-
</div>
|
1844
|
-
</li>
|
1845
|
-
|
1846
|
-
|
1847
1895
|
<li class="even ">
|
1848
1896
|
<div class="item">
|
1849
1897
|
<span class='object_link'><a href="Doing/Hooks.html#priority_value-class_method" title="Doing::Hooks.priority_value (method)">priority_value</a></span>
|
@@ -1892,6 +1940,22 @@
|
|
1892
1940
|
</li>
|
1893
1941
|
|
1894
1942
|
|
1943
|
+
<li class="even ">
|
1944
|
+
<div class="item">
|
1945
|
+
<span class='object_link'><a href="Doing/Prompt.html#read_line-class_method" title="Doing::Prompt.read_line (method)">read_line</a></span>
|
1946
|
+
<small>Doing::Prompt</small>
|
1947
|
+
</div>
|
1948
|
+
</li>
|
1949
|
+
|
1950
|
+
|
1951
|
+
<li class="odd ">
|
1952
|
+
<div class="item">
|
1953
|
+
<span class='object_link'><a href="Doing/Prompt.html#read_lines-class_method" title="Doing::Prompt.read_lines (method)">read_lines</a></span>
|
1954
|
+
<small>Doing::Prompt</small>
|
1955
|
+
</div>
|
1956
|
+
</li>
|
1957
|
+
|
1958
|
+
|
1895
1959
|
<li class="even ">
|
1896
1960
|
<div class="item">
|
1897
1961
|
<span class='object_link'><a href="Doing/WWID.html#recent-instance_method" title="Doing::WWID#recent (method)">#recent</a></span>
|
@@ -1981,6 +2045,14 @@
|
|
1981
2045
|
|
1982
2046
|
|
1983
2047
|
<li class="odd ">
|
2048
|
+
<div class="item">
|
2049
|
+
<span class='object_link'><a href="Doing/Prompt.html#request_lines-class_method" title="Doing::Prompt.request_lines (method)">request_lines</a></span>
|
2050
|
+
<small>Doing::Prompt</small>
|
2051
|
+
</div>
|
2052
|
+
</li>
|
2053
|
+
|
2054
|
+
|
2055
|
+
<li class="even ">
|
1984
2056
|
<div class="item">
|
1985
2057
|
<span class='object_link'><a href="Doing/WWID.html#reset_item-instance_method" title="Doing::WWID#reset_item (method)">#reset_item</a></span>
|
1986
2058
|
<small>Doing::WWID</small>
|
@@ -1988,7 +2060,7 @@
|
|
1988
2060
|
</li>
|
1989
2061
|
|
1990
2062
|
|
1991
|
-
<li class="
|
2063
|
+
<li class="odd ">
|
1992
2064
|
<div class="item">
|
1993
2065
|
<span class='object_link'><a href="Doing/Configuration.html#resolve_key_path-instance_method" title="Doing::Configuration#resolve_key_path (method)">#resolve_key_path</a></span>
|
1994
2066
|
<small>Doing::Configuration</small>
|
@@ -1996,7 +2068,7 @@
|
|
1996
2068
|
</li>
|
1997
2069
|
|
1998
2070
|
|
1999
|
-
<li class="
|
2071
|
+
<li class="even ">
|
2000
2072
|
<div class="item">
|
2001
2073
|
<span class='object_link'><a href="Doing/Util/Backup.html#restore_last_backup-instance_method" title="Doing::Util::Backup#restore_last_backup (method)">#restore_last_backup</a></span>
|
2002
2074
|
<small>Doing::Util::Backup</small>
|
@@ -2004,7 +2076,7 @@
|
|
2004
2076
|
</li>
|
2005
2077
|
|
2006
2078
|
|
2007
|
-
<li class="
|
2079
|
+
<li class="odd ">
|
2008
2080
|
<div class="item">
|
2009
2081
|
<span class='object_link'><a href="Doing/LogAdapter.html#restore_level-instance_method" title="Doing::LogAdapter#restore_level (method)">#restore_level</a></span>
|
2010
2082
|
<small>Doing::LogAdapter</small>
|
@@ -2012,7 +2084,7 @@
|
|
2012
2084
|
</li>
|
2013
2085
|
|
2014
2086
|
|
2015
|
-
<li class="
|
2087
|
+
<li class="even ">
|
2016
2088
|
<div class="item">
|
2017
2089
|
<span class='object_link'><a href="Doing/Prompt.html#restore_std-class_method" title="Doing::Prompt.restore_std (method)">restore_std</a></span>
|
2018
2090
|
<small>Doing::Prompt</small>
|
@@ -2020,7 +2092,7 @@
|
|
2020
2092
|
</li>
|
2021
2093
|
|
2022
2094
|
|
2023
|
-
<li class="
|
2095
|
+
<li class="odd ">
|
2024
2096
|
<div class="item">
|
2025
2097
|
<span class='object_link'><a href="Doing/LogAdapter.html#results-instance_method" title="Doing::LogAdapter#results (method)">#results</a></span>
|
2026
2098
|
<small>Doing::LogAdapter</small>
|
@@ -2028,7 +2100,7 @@
|
|
2028
2100
|
</li>
|
2029
2101
|
|
2030
2102
|
|
2031
|
-
<li class="
|
2103
|
+
<li class="even ">
|
2032
2104
|
<div class="item">
|
2033
2105
|
<span class='object_link'><a href="Doing/WWID.html#rotate-instance_method" title="Doing::WWID#rotate (method)">#rotate</a></span>
|
2034
2106
|
<small>Doing::WWID</small>
|
@@ -2036,7 +2108,7 @@
|
|
2036
2108
|
</li>
|
2037
2109
|
|
2038
2110
|
|
2039
|
-
<li class="
|
2111
|
+
<li class="odd ">
|
2040
2112
|
<div class="item">
|
2041
2113
|
<span class='object_link'><a href="Doing/Util.html#safe_load_file-instance_method" title="Doing::Util#safe_load_file (method)">#safe_load_file</a></span>
|
2042
2114
|
<small>Doing::Util</small>
|
@@ -2044,7 +2116,7 @@
|
|
2044
2116
|
</li>
|
2045
2117
|
|
2046
2118
|
|
2047
|
-
<li class="
|
2119
|
+
<li class="even ">
|
2048
2120
|
<div class="item">
|
2049
2121
|
<span class='object_link'><a href="Doing/Item.html#same_time%3F-instance_method" title="Doing::Item#same_time? (method)">#same_time?</a></span>
|
2050
2122
|
<small>Doing::Item</small>
|
@@ -2052,7 +2124,7 @@
|
|
2052
2124
|
</li>
|
2053
2125
|
|
2054
2126
|
|
2055
|
-
<li class="
|
2127
|
+
<li class="odd ">
|
2056
2128
|
<div class="item">
|
2057
2129
|
<span class='object_link'><a href="Doing/Plugins.html#save_template-class_method" title="Doing::Plugins.save_template (method)">save_template</a></span>
|
2058
2130
|
<small>Doing::Plugins</small>
|
@@ -2060,7 +2132,7 @@
|
|
2060
2132
|
</li>
|
2061
2133
|
|
2062
2134
|
|
2063
|
-
<li class="
|
2135
|
+
<li class="even ">
|
2064
2136
|
<div class="item">
|
2065
2137
|
<span class='object_link'><a href="Doing/Item.html#search-instance_method" title="Doing::Item#search (method)">#search</a></span>
|
2066
2138
|
<small>Doing::Item</small>
|
@@ -2068,7 +2140,7 @@
|
|
2068
2140
|
</li>
|
2069
2141
|
|
2070
2142
|
|
2071
|
-
<li class="
|
2143
|
+
<li class="odd ">
|
2072
2144
|
<div class="item">
|
2073
2145
|
<span class='object_link'><a href="Doing/Item.html#section-instance_method" title="Doing::Item#section (method)">#section</a></span>
|
2074
2146
|
<small>Doing::Item</small>
|
@@ -2076,7 +2148,7 @@
|
|
2076
2148
|
</li>
|
2077
2149
|
|
2078
2150
|
|
2079
|
-
<li class="
|
2151
|
+
<li class="even ">
|
2080
2152
|
<div class="item">
|
2081
2153
|
<span class='object_link'><a href="Doing/Items.html#section%3F-instance_method" title="Doing::Items#section? (method)">#section?</a></span>
|
2082
2154
|
<small>Doing::Items</small>
|
@@ -2084,7 +2156,7 @@
|
|
2084
2156
|
</li>
|
2085
2157
|
|
2086
2158
|
|
2087
|
-
<li class="
|
2159
|
+
<li class="odd ">
|
2088
2160
|
<div class="item">
|
2089
2161
|
<span class='object_link'><a href="Doing/Items.html#section_titles-instance_method" title="Doing::Items#section_titles (method)">#section_titles</a></span>
|
2090
2162
|
<small>Doing::Items</small>
|
@@ -2092,23 +2164,23 @@
|
|
2092
2164
|
</li>
|
2093
2165
|
|
2094
2166
|
|
2095
|
-
<li class="
|
2167
|
+
<li class="even ">
|
2096
2168
|
<div class="item">
|
2097
|
-
<span class='object_link'><a href="Doing/
|
2098
|
-
<small>Doing::
|
2169
|
+
<span class='object_link'><a href="Doing/WWID.html#sections-instance_method" title="Doing::WWID#sections (method)">#sections</a></span>
|
2170
|
+
<small>Doing::WWID</small>
|
2099
2171
|
</div>
|
2100
2172
|
</li>
|
2101
2173
|
|
2102
2174
|
|
2103
|
-
<li class="
|
2175
|
+
<li class="odd ">
|
2104
2176
|
<div class="item">
|
2105
|
-
<span class='object_link'><a href="Doing/
|
2106
|
-
<small>Doing::
|
2177
|
+
<span class='object_link'><a href="Doing/Items.html#sections-instance_method" title="Doing::Items#sections (method)">#sections</a></span>
|
2178
|
+
<small>Doing::Items</small>
|
2107
2179
|
</div>
|
2108
2180
|
</li>
|
2109
2181
|
|
2110
2182
|
|
2111
|
-
<li class="
|
2183
|
+
<li class="even ">
|
2112
2184
|
<div class="item">
|
2113
2185
|
<span class='object_link'><a href="Doing/Util/Backup.html#select_backup-instance_method" title="Doing::Util::Backup#select_backup (method)">#select_backup</a></span>
|
2114
2186
|
<small>Doing::Util::Backup</small>
|
@@ -2116,7 +2188,7 @@
|
|
2116
2188
|
</li>
|
2117
2189
|
|
2118
2190
|
|
2119
|
-
<li class="
|
2191
|
+
<li class="odd ">
|
2120
2192
|
<div class="item">
|
2121
2193
|
<span class='object_link'><a href="Doing/Util/Backup.html#select_redo-instance_method" title="Doing::Util::Backup#select_redo (method)">#select_redo</a></span>
|
2122
2194
|
<small>Doing::Util::Backup</small>
|
@@ -2124,7 +2196,7 @@
|
|
2124
2196
|
</li>
|
2125
2197
|
|
2126
2198
|
|
2127
|
-
<li class="
|
2199
|
+
<li class="even ">
|
2128
2200
|
<div class="item">
|
2129
2201
|
<span class='object_link'><a href="String.html#set_type-instance_method" title="String#set_type (method)">#set_type</a></span>
|
2130
2202
|
<small>String</small>
|
@@ -2132,7 +2204,7 @@
|
|
2132
2204
|
</li>
|
2133
2205
|
|
2134
2206
|
|
2135
|
-
<li class="
|
2207
|
+
<li class="odd ">
|
2136
2208
|
<div class="item">
|
2137
2209
|
<span class='object_link'><a href="Doing/Configuration.html#settings-instance_method" title="Doing::Configuration#settings (method)">#settings</a></span>
|
2138
2210
|
<small>Doing::Configuration</small>
|
@@ -2140,7 +2212,7 @@
|
|
2140
2212
|
</li>
|
2141
2213
|
|
2142
2214
|
|
2143
|
-
<li class="
|
2215
|
+
<li class="even ">
|
2144
2216
|
<div class="item">
|
2145
2217
|
<span class='object_link'><a href="PhraseParser/Query.html#should_clauses-instance_method" title="PhraseParser::Query#should_clauses (method)">#should_clauses</a></span>
|
2146
2218
|
<small>PhraseParser::Query</small>
|
@@ -2148,7 +2220,7 @@
|
|
2148
2220
|
</li>
|
2149
2221
|
|
2150
2222
|
|
2151
|
-
<li class="
|
2223
|
+
<li class="odd ">
|
2152
2224
|
<div class="item">
|
2153
2225
|
<span class='object_link'><a href="Doing/Item.html#should_finish%3F-instance_method" title="Doing::Item#should_finish? (method)">#should_finish?</a></span>
|
2154
2226
|
<small>Doing::Item</small>
|
@@ -2156,7 +2228,7 @@
|
|
2156
2228
|
</li>
|
2157
2229
|
|
2158
2230
|
|
2159
|
-
<li class="
|
2231
|
+
<li class="even ">
|
2160
2232
|
<div class="item">
|
2161
2233
|
<span class='object_link'><a href="BooleanTermParser/Query.html#should_terms-instance_method" title="BooleanTermParser::Query#should_terms (method)">#should_terms</a></span>
|
2162
2234
|
<small>BooleanTermParser::Query</small>
|
@@ -2164,7 +2236,7 @@
|
|
2164
2236
|
</li>
|
2165
2237
|
|
2166
2238
|
|
2167
|
-
<li class="
|
2239
|
+
<li class="odd ">
|
2168
2240
|
<div class="item">
|
2169
2241
|
<span class='object_link'><a href="Doing/Item.html#should_time%3F-instance_method" title="Doing::Item#should_time? (method)">#should_time?</a></span>
|
2170
2242
|
<small>Doing::Item</small>
|
@@ -2172,7 +2244,7 @@
|
|
2172
2244
|
</li>
|
2173
2245
|
|
2174
2246
|
|
2175
|
-
<li class="
|
2247
|
+
<li class="even ">
|
2176
2248
|
<div class="item">
|
2177
2249
|
<span class='object_link'><a href="Doing/Util/Backup.html#show_menu-instance_method" title="Doing::Util::Backup#show_menu (method)">#show_menu</a></span>
|
2178
2250
|
<small>Doing::Util::Backup</small>
|
@@ -2180,7 +2252,7 @@
|
|
2180
2252
|
</li>
|
2181
2253
|
|
2182
2254
|
|
2183
|
-
<li class="
|
2255
|
+
<li class="odd ">
|
2184
2256
|
<div class="item">
|
2185
2257
|
<span class='object_link'><a href="Doing/Prompt.html#silence_std-class_method" title="Doing::Prompt.silence_std (method)">silence_std</a></span>
|
2186
2258
|
<small>Doing::Prompt</small>
|
@@ -2188,7 +2260,7 @@
|
|
2188
2260
|
</li>
|
2189
2261
|
|
2190
2262
|
|
2191
|
-
<li class="
|
2263
|
+
<li class="even ">
|
2192
2264
|
<div class="item">
|
2193
2265
|
<span class='object_link'><a href="String.html#simple_wrap-instance_method" title="String#simple_wrap (method)">#simple_wrap</a></span>
|
2194
2266
|
<small>String</small>
|
@@ -2196,6 +2268,14 @@
|
|
2196
2268
|
</li>
|
2197
2269
|
|
2198
2270
|
|
2271
|
+
<li class="odd ">
|
2272
|
+
<div class="item">
|
2273
|
+
<span class='object_link'><a href="String.html#split_date_range-instance_method" title="String#split_date_range (method)">#split_date_range</a></span>
|
2274
|
+
<small>String</small>
|
2275
|
+
</div>
|
2276
|
+
</li>
|
2277
|
+
|
2278
|
+
|
2199
2279
|
<li class="even ">
|
2200
2280
|
<div class="item">
|
2201
2281
|
<span class='object_link'><a href="Status.html#status-instance_method" title="Status#status (method)">#status</a></span>
|
@@ -2254,16 +2334,16 @@
|
|
2254
2334
|
|
2255
2335
|
<li class="odd ">
|
2256
2336
|
<div class="item">
|
2257
|
-
<span class='object_link'><a href="
|
2258
|
-
<small>
|
2337
|
+
<span class='object_link'><a href="BooleanTermParser/Operator.html#symbol-class_method" title="BooleanTermParser::Operator.symbol (method)">symbol</a></span>
|
2338
|
+
<small>BooleanTermParser::Operator</small>
|
2259
2339
|
</div>
|
2260
2340
|
</li>
|
2261
2341
|
|
2262
2342
|
|
2263
2343
|
<li class="even ">
|
2264
2344
|
<div class="item">
|
2265
|
-
<span class='object_link'><a href="
|
2266
|
-
<small>
|
2345
|
+
<span class='object_link'><a href="PhraseParser/Operator.html#symbol-class_method" title="PhraseParser::Operator.symbol (method)">symbol</a></span>
|
2346
|
+
<small>PhraseParser::Operator</small>
|
2267
2347
|
</div>
|
2268
2348
|
</li>
|
2269
2349
|
|
@@ -2414,8 +2494,24 @@
|
|
2414
2494
|
|
2415
2495
|
<li class="odd ">
|
2416
2496
|
<div class="item">
|
2417
|
-
<span class='object_link'><a href="
|
2418
|
-
<small>
|
2497
|
+
<span class='object_link'><a href="Array.html#time_string-instance_method" title="Array#time_string (method)">#time_string</a></span>
|
2498
|
+
<small>Array</small>
|
2499
|
+
</div>
|
2500
|
+
</li>
|
2501
|
+
|
2502
|
+
|
2503
|
+
<li class="even ">
|
2504
|
+
<div class="item">
|
2505
|
+
<span class='object_link'><a href="Numeric.html#time_string-instance_method" title="Numeric#time_string (method)">#time_string</a></span>
|
2506
|
+
<small>Numeric</small>
|
2507
|
+
</div>
|
2508
|
+
</li>
|
2509
|
+
|
2510
|
+
|
2511
|
+
<li class="odd ">
|
2512
|
+
<div class="item">
|
2513
|
+
<span class='object_link'><a href="String.html#time_string-instance_method" title="String#time_string (method)">#time_string</a></span>
|
2514
|
+
<small>String</small>
|
2419
2515
|
</div>
|
2420
2516
|
</li>
|
2421
2517
|
|
@@ -2429,6 +2525,14 @@
|
|
2429
2525
|
|
2430
2526
|
|
2431
2527
|
<li class="odd ">
|
2528
|
+
<div class="item">
|
2529
|
+
<span class='object_link'><a href="Doing/Section.html#title-instance_method" title="Doing::Section#title (method)">#title</a></span>
|
2530
|
+
<small>Doing::Section</small>
|
2531
|
+
</div>
|
2532
|
+
</li>
|
2533
|
+
|
2534
|
+
|
2535
|
+
<li class="even ">
|
2432
2536
|
<div class="item">
|
2433
2537
|
<span class='object_link'><a href="PhraseParser/Query.html#to_elasticsearch-instance_method" title="PhraseParser::Query#to_elasticsearch (method)">#to_elasticsearch</a></span>
|
2434
2538
|
<small>PhraseParser::Query</small>
|
@@ -2436,7 +2540,7 @@
|
|
2436
2540
|
</li>
|
2437
2541
|
|
2438
2542
|
|
2439
|
-
<li class="
|
2543
|
+
<li class="odd ">
|
2440
2544
|
<div class="item">
|
2441
2545
|
<span class='object_link'><a href="BooleanTermParser/Query.html#to_elasticsearch-instance_method" title="BooleanTermParser::Query#to_elasticsearch (method)">#to_elasticsearch</a></span>
|
2442
2546
|
<small>BooleanTermParser::Query</small>
|
@@ -2444,6 +2548,30 @@
|
|
2444
2548
|
</li>
|
2445
2549
|
|
2446
2550
|
|
2551
|
+
<li class="even ">
|
2552
|
+
<div class="item">
|
2553
|
+
<span class='object_link'><a href="String.html#to_p-instance_method" title="String#to_p (method)">#to_p</a></span>
|
2554
|
+
<small>String</small>
|
2555
|
+
</div>
|
2556
|
+
</li>
|
2557
|
+
|
2558
|
+
|
2559
|
+
<li class="odd ">
|
2560
|
+
<div class="item">
|
2561
|
+
<span class='object_link'><a href="String.html#to_phrase_query-instance_method" title="String#to_phrase_query (method)">#to_phrase_query</a></span>
|
2562
|
+
<small>String</small>
|
2563
|
+
</div>
|
2564
|
+
</li>
|
2565
|
+
|
2566
|
+
|
2567
|
+
<li class="even ">
|
2568
|
+
<div class="item">
|
2569
|
+
<span class='object_link'><a href="Doing/Item.html#to_pretty-instance_method" title="Doing::Item#to_pretty (method)">#to_pretty</a></span>
|
2570
|
+
<small>Doing::Item</small>
|
2571
|
+
</div>
|
2572
|
+
</li>
|
2573
|
+
|
2574
|
+
|
2447
2575
|
<li class="odd ">
|
2448
2576
|
<div class="item">
|
2449
2577
|
<span class='object_link'><a href="String.html#to_rx-instance_method" title="String#to_rx (method)">#to_rx</a></span>
|
@@ -2462,8 +2590,8 @@
|
|
2462
2590
|
|
2463
2591
|
<li class="odd ">
|
2464
2592
|
<div class="item">
|
2465
|
-
<span class='object_link'><a href="Doing/
|
2466
|
-
<small>Doing::
|
2593
|
+
<span class='object_link'><a href="Doing/Item.html#to_s-instance_method" title="Doing::Item#to_s (method)">#to_s</a></span>
|
2594
|
+
<small>Doing::Item</small>
|
2467
2595
|
</div>
|
2468
2596
|
</li>
|
2469
2597
|
|
@@ -2478,13 +2606,21 @@
|
|
2478
2606
|
|
2479
2607
|
<li class="odd ">
|
2480
2608
|
<div class="item">
|
2481
|
-
<span class='object_link'><a href="Doing/
|
2482
|
-
<small>Doing::
|
2609
|
+
<span class='object_link'><a href="Doing/Note.html#to_s-instance_method" title="Doing::Note#to_s (method)">#to_s</a></span>
|
2610
|
+
<small>Doing::Note</small>
|
2483
2611
|
</div>
|
2484
2612
|
</li>
|
2485
2613
|
|
2486
2614
|
|
2487
2615
|
<li class="even ">
|
2616
|
+
<div class="item">
|
2617
|
+
<span class='object_link'><a href="String.html#to_seconds-instance_method" title="String#to_seconds (method)">#to_seconds</a></span>
|
2618
|
+
<small>String</small>
|
2619
|
+
</div>
|
2620
|
+
</li>
|
2621
|
+
|
2622
|
+
|
2623
|
+
<li class="odd ">
|
2488
2624
|
<div class="item">
|
2489
2625
|
<span class='object_link'><a href="Array.html#to_tags-instance_method" title="Array#to_tags (method)">#to_tags</a></span>
|
2490
2626
|
<small>Array</small>
|
@@ -2492,7 +2628,7 @@
|
|
2492
2628
|
</li>
|
2493
2629
|
|
2494
2630
|
|
2495
|
-
<li class="
|
2631
|
+
<li class="even ">
|
2496
2632
|
<div class="item">
|
2497
2633
|
<span class='object_link'><a href="String.html#to_tags-instance_method" title="String#to_tags (method)">#to_tags</a></span>
|
2498
2634
|
<small>String</small>
|
@@ -2500,7 +2636,7 @@
|
|
2500
2636
|
</li>
|
2501
2637
|
|
2502
2638
|
|
2503
|
-
<li class="
|
2639
|
+
<li class="odd ">
|
2504
2640
|
<div class="item">
|
2505
2641
|
<span class='object_link'><a href="Array.html#to_tags!-instance_method" title="Array#to_tags! (method)">#to_tags!</a></span>
|
2506
2642
|
<small>Array</small>
|
@@ -2508,7 +2644,7 @@
|
|
2508
2644
|
</li>
|
2509
2645
|
|
2510
2646
|
|
2511
|
-
<li class="
|
2647
|
+
<li class="even ">
|
2512
2648
|
<div class="item">
|
2513
2649
|
<span class='object_link'><a href="Doing/WWID.html#today-instance_method" title="Doing::WWID#today (method)">#today</a></span>
|
2514
2650
|
<small>Doing::WWID</small>
|
@@ -2516,7 +2652,7 @@
|
|
2516
2652
|
</li>
|
2517
2653
|
|
2518
2654
|
|
2519
|
-
<li class="
|
2655
|
+
<li class="odd ">
|
2520
2656
|
<div class="item">
|
2521
2657
|
<span class='object_link'><a href="Doing/Hooks.html#trigger-class_method" title="Doing::Hooks.trigger (method)">trigger</a></span>
|
2522
2658
|
<small>Doing::Hooks</small>
|
@@ -2524,7 +2660,7 @@
|
|
2524
2660
|
</li>
|
2525
2661
|
|
2526
2662
|
|
2527
|
-
<li class="
|
2663
|
+
<li class="even ">
|
2528
2664
|
<div class="item">
|
2529
2665
|
<span class='object_link'><a href="String.html#truncate-instance_method" title="String#truncate (method)">#truncate</a></span>
|
2530
2666
|
<small>String</small>
|
@@ -2532,7 +2668,7 @@
|
|
2532
2668
|
</li>
|
2533
2669
|
|
2534
2670
|
|
2535
|
-
<li class="
|
2671
|
+
<li class="odd ">
|
2536
2672
|
<div class="item">
|
2537
2673
|
<span class='object_link'><a href="String.html#truncate!-instance_method" title="String#truncate! (method)">#truncate!</a></span>
|
2538
2674
|
<small>String</small>
|
@@ -2540,7 +2676,7 @@
|
|
2540
2676
|
</li>
|
2541
2677
|
|
2542
2678
|
|
2543
|
-
<li class="
|
2679
|
+
<li class="even ">
|
2544
2680
|
<div class="item">
|
2545
2681
|
<span class='object_link'><a href="String.html#truncmiddle-instance_method" title="String#truncmiddle (method)">#truncmiddle</a></span>
|
2546
2682
|
<small>String</small>
|
@@ -2548,7 +2684,7 @@
|
|
2548
2684
|
</li>
|
2549
2685
|
|
2550
2686
|
|
2551
|
-
<li class="
|
2687
|
+
<li class="odd ">
|
2552
2688
|
<div class="item">
|
2553
2689
|
<span class='object_link'><a href="String.html#truncmiddle!-instance_method" title="String#truncmiddle! (method)">#truncmiddle!</a></span>
|
2554
2690
|
<small>String</small>
|
@@ -2556,7 +2692,7 @@
|
|
2556
2692
|
</li>
|
2557
2693
|
|
2558
2694
|
|
2559
|
-
<li class="
|
2695
|
+
<li class="even ">
|
2560
2696
|
<div class="item">
|
2561
2697
|
<span class='object_link'><a href="String.html#truthy%3F-instance_method" title="String#truthy? (method)">#truthy?</a></span>
|
2562
2698
|
<small>String</small>
|
@@ -2564,6 +2700,14 @@
|
|
2564
2700
|
</li>
|
2565
2701
|
|
2566
2702
|
|
2703
|
+
<li class="odd ">
|
2704
|
+
<div class="item">
|
2705
|
+
<span class='object_link'><a href="String.html#uncolor-instance_method" title="String#uncolor (method)">#uncolor</a></span>
|
2706
|
+
<small>String</small>
|
2707
|
+
</div>
|
2708
|
+
</li>
|
2709
|
+
|
2710
|
+
|
2567
2711
|
<li class="even ">
|
2568
2712
|
<div class="item">
|
2569
2713
|
<span class='object_link'><a href="Doing/Color.html#uncolor-instance_method" title="Doing::Color#uncolor (method)">#uncolor</a></span>
|
@@ -2574,7 +2718,7 @@
|
|
2574
2718
|
|
2575
2719
|
<li class="odd ">
|
2576
2720
|
<div class="item">
|
2577
|
-
<span class='object_link'><a href="String.html#uncolor
|
2721
|
+
<span class='object_link'><a href="String.html#uncolor!-instance_method" title="String#uncolor! (method)">#uncolor!</a></span>
|
2578
2722
|
<small>String</small>
|
2579
2723
|
</div>
|
2580
2724
|
</li>
|
@@ -2582,32 +2726,32 @@
|
|
2582
2726
|
|
2583
2727
|
<li class="even ">
|
2584
2728
|
<div class="item">
|
2585
|
-
<span class='object_link'><a href="
|
2586
|
-
<small>
|
2729
|
+
<span class='object_link'><a href="Doing/Prompt.html#uninstall_fzf-class_method" title="Doing::Prompt.uninstall_fzf (method)">uninstall_fzf</a></span>
|
2730
|
+
<small>Doing::Prompt</small>
|
2587
2731
|
</div>
|
2588
2732
|
</li>
|
2589
2733
|
|
2590
2734
|
|
2591
2735
|
<li class="odd ">
|
2592
2736
|
<div class="item">
|
2593
|
-
<span class='object_link'><a href="Doing/
|
2594
|
-
<small>Doing::
|
2737
|
+
<span class='object_link'><a href="Doing/Configuration.html#update_deprecated_config-instance_method" title="Doing::Configuration#update_deprecated_config (method)">#update_deprecated_config</a></span>
|
2738
|
+
<small>Doing::Configuration</small>
|
2595
2739
|
</div>
|
2596
2740
|
</li>
|
2597
2741
|
|
2598
2742
|
|
2599
2743
|
<li class="even ">
|
2600
2744
|
<div class="item">
|
2601
|
-
<span class='object_link'><a href="Doing/
|
2602
|
-
<small>Doing::
|
2745
|
+
<span class='object_link'><a href="Doing/Items.html#update_item-instance_method" title="Doing::Items#update_item (method)">#update_item</a></span>
|
2746
|
+
<small>Doing::Items</small>
|
2603
2747
|
</div>
|
2604
2748
|
</li>
|
2605
2749
|
|
2606
2750
|
|
2607
2751
|
<li class="odd ">
|
2608
2752
|
<div class="item">
|
2609
|
-
<span class='object_link'><a href="Doing/
|
2610
|
-
<small>Doing::
|
2753
|
+
<span class='object_link'><a href="Doing/Util.html#user_home-instance_method" title="Doing::Util#user_home (method)">#user_home</a></span>
|
2754
|
+
<small>Doing::Util</small>
|
2611
2755
|
</div>
|
2612
2756
|
</li>
|
2613
2757
|
|
@@ -2622,40 +2766,40 @@
|
|
2622
2766
|
|
2623
2767
|
<li class="odd ">
|
2624
2768
|
<div class="item">
|
2625
|
-
<span class='object_link'><a href="Doing/
|
2626
|
-
<small>Doing::
|
2769
|
+
<span class='object_link'><a href="Doing/Plugins.html#valid_type-class_method" title="Doing::Plugins.valid_type (method)">valid_type</a></span>
|
2770
|
+
<small>Doing::Plugins</small>
|
2627
2771
|
</div>
|
2628
2772
|
</li>
|
2629
2773
|
|
2630
2774
|
|
2631
2775
|
<li class="even ">
|
2632
2776
|
<div class="item">
|
2633
|
-
<span class='object_link'><a href="
|
2634
|
-
<small>
|
2777
|
+
<span class='object_link'><a href="String.html#validate_color-instance_method" title="String#validate_color (method)">#validate_color</a></span>
|
2778
|
+
<small>String</small>
|
2635
2779
|
</div>
|
2636
2780
|
</li>
|
2637
2781
|
|
2638
2782
|
|
2639
2783
|
<li class="odd ">
|
2640
2784
|
<div class="item">
|
2641
|
-
<span class='object_link'><a href="
|
2642
|
-
<small>
|
2785
|
+
<span class='object_link'><a href="Doing/Plugins.html#validate_plugin-class_method" title="Doing::Plugins.validate_plugin (method)">validate_plugin</a></span>
|
2786
|
+
<small>Doing::Plugins</small>
|
2643
2787
|
</div>
|
2644
2788
|
</li>
|
2645
2789
|
|
2646
2790
|
|
2647
2791
|
<li class="even ">
|
2648
2792
|
<div class="item">
|
2649
|
-
<span class='object_link'><a href="Doing/
|
2650
|
-
<small>Doing::
|
2793
|
+
<span class='object_link'><a href="Doing/Configuration.html#value_for_key-instance_method" title="Doing::Configuration#value_for_key (method)">#value_for_key</a></span>
|
2794
|
+
<small>Doing::Configuration</small>
|
2651
2795
|
</div>
|
2652
2796
|
</li>
|
2653
2797
|
|
2654
2798
|
|
2655
2799
|
<li class="odd ">
|
2656
2800
|
<div class="item">
|
2657
|
-
<span class='object_link'><a href="Doing/
|
2658
|
-
<small>Doing::
|
2801
|
+
<span class='object_link'><a href="Doing/WWID.html#verify_duration-instance_method" title="Doing::WWID#verify_duration (method)">#verify_duration</a></span>
|
2802
|
+
<small>Doing::WWID</small>
|
2659
2803
|
</div>
|
2660
2804
|
</li>
|
2661
2805
|
|