doing 2.1.3 → 2.1.4pre
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.yardoc/checksums +13 -10
- data/.yardoc/object_types +0 -0
- data/.yardoc/objects/root.dat +0 -0
- data/CHANGELOG.md +27 -0
- data/Gemfile.lock +23 -1
- data/README.md +1 -1
- data/bin/doing +253 -63
- data/doc/Array.html +1 -1
- data/doc/Doing/Color.html +1 -1
- data/doc/Doing/Completion.html +1 -1
- data/doc/Doing/Configuration.html +42 -1
- data/doc/Doing/Errors/DoingNoTraceError.html +1 -1
- data/doc/Doing/Errors/DoingRuntimeError.html +1 -1
- data/doc/Doing/Errors/DoingStandardError.html +1 -1
- data/doc/Doing/Errors/EmptyInput.html +1 -1
- data/doc/Doing/Errors/NoResults.html +1 -1
- data/doc/Doing/Errors/PluginException.html +1 -1
- data/doc/Doing/Errors/UserCancelled.html +1 -1
- data/doc/Doing/Errors/WrongCommand.html +1 -1
- data/doc/Doing/Errors.html +1 -1
- data/doc/Doing/Hooks.html +1 -1
- data/doc/Doing/Item.html +37 -3
- data/doc/Doing/Items.html +35 -1
- data/doc/Doing/LogAdapter.html +1 -1
- data/doc/Doing/Note.html +1 -1
- data/doc/Doing/Pager.html +1 -1
- data/doc/Doing/Plugins.html +1 -1
- data/doc/Doing/Prompt.html +35 -1
- data/doc/Doing/Section.html +1 -1
- data/doc/Doing/Util.html +16 -4
- data/doc/Doing/WWID.html +131 -71
- data/doc/Doing.html +3 -3
- data/doc/GLI/Commands/MarkdownDocumentListener.html +1 -1
- data/doc/GLI/Commands.html +1 -1
- data/doc/GLI.html +1 -1
- data/doc/Hash.html +1 -1
- data/doc/Status.html +1 -1
- data/doc/String.html +104 -2
- data/doc/Symbol.html +1 -1
- data/doc/Time.html +70 -2
- data/doc/_index.html +125 -4
- data/doc/class_list.html +1 -1
- data/doc/file.README.html +2 -2
- data/doc/index.html +2 -2
- data/doc/method_list.html +480 -144
- data/doc/top-level-namespace.html +2 -2
- data/doing.gemspec +2 -0
- data/doing.rdoc +155 -66
- data/lib/doing/boolean_term_parser.rb +86 -0
- data/lib/doing/configuration.rb +13 -4
- data/lib/doing/item.rb +94 -8
- data/lib/doing/items.rb +6 -0
- data/lib/doing/phrase_parser.rb +124 -0
- data/lib/doing/prompt.rb +8 -0
- data/lib/doing/string.rb +16 -2
- data/lib/doing/string_chronify.rb +5 -1
- data/lib/doing/time.rb +32 -0
- data/lib/doing/util.rb +2 -5
- data/lib/doing/util_backup.rb +235 -0
- data/lib/doing/version.rb +1 -1
- data/lib/doing/wwid.rb +81 -26
- data/lib/doing.rb +6 -0
- metadata +47 -4
data/doc/method_list.html
CHANGED
@@ -69,6 +69,14 @@
|
|
69
69
|
|
70
70
|
|
71
71
|
<li class="even ">
|
72
|
+
<div class="item">
|
73
|
+
<span class='object_link'><a href="String.html#add_at-instance_method" title="String#add_at (method)">#add_at</a></span>
|
74
|
+
<small>String</small>
|
75
|
+
</div>
|
76
|
+
</li>
|
77
|
+
|
78
|
+
|
79
|
+
<li class="odd ">
|
72
80
|
<div class="item">
|
73
81
|
<span class='object_link'><a href="Doing/WWID.html#add_item-instance_method" title="Doing::WWID#add_item (method)">#add_item</a></span>
|
74
82
|
<small>Doing::WWID</small>
|
@@ -76,7 +84,7 @@
|
|
76
84
|
</li>
|
77
85
|
|
78
86
|
|
79
|
-
<li class="
|
87
|
+
<li class="even ">
|
80
88
|
<div class="item">
|
81
89
|
<span class='object_link'><a href="Doing/Items.html#add_section-instance_method" title="Doing::Items#add_section (method)">#add_section</a></span>
|
82
90
|
<small>Doing::Items</small>
|
@@ -84,7 +92,7 @@
|
|
84
92
|
</li>
|
85
93
|
|
86
94
|
|
87
|
-
<li class="
|
95
|
+
<li class="odd ">
|
88
96
|
<div class="item">
|
89
97
|
<span class='object_link'><a href="String.html#add_tags-instance_method" title="String#add_tags (method)">#add_tags</a></span>
|
90
98
|
<small>String</small>
|
@@ -92,7 +100,7 @@
|
|
92
100
|
</li>
|
93
101
|
|
94
102
|
|
95
|
-
<li class="
|
103
|
+
<li class="even ">
|
96
104
|
<div class="item">
|
97
105
|
<span class='object_link'><a href="String.html#add_tags!-instance_method" title="String#add_tags! (method)">#add_tags!</a></span>
|
98
106
|
<small>String</small>
|
@@ -100,6 +108,14 @@
|
|
100
108
|
</li>
|
101
109
|
|
102
110
|
|
111
|
+
<li class="odd ">
|
112
|
+
<div class="item">
|
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
|
+
</div>
|
116
|
+
</li>
|
117
|
+
|
118
|
+
|
103
119
|
<li class="even ">
|
104
120
|
<div class="item">
|
105
121
|
<span class='object_link'><a href="Doing/WWID.html#additional_configs-instance_method" title="Doing::WWID#additional_configs (method)">#additional_configs</a></span>
|
@@ -110,16 +126,16 @@
|
|
110
126
|
|
111
127
|
<li class="odd ">
|
112
128
|
<div class="item">
|
113
|
-
<span class='object_link'><a href="Doing/
|
114
|
-
<small>Doing::
|
129
|
+
<span class='object_link'><a href="Doing/LogAdapter.html#adjust_verbosity-instance_method" title="Doing::LogAdapter#adjust_verbosity (method)">#adjust_verbosity</a></span>
|
130
|
+
<small>Doing::LogAdapter</small>
|
115
131
|
</div>
|
116
132
|
</li>
|
117
133
|
|
118
134
|
|
119
135
|
<li class="even ">
|
120
136
|
<div class="item">
|
121
|
-
<span class='object_link'><a href="Doing/
|
122
|
-
<small>Doing::
|
137
|
+
<span class='object_link'><a href="Doing/Items.html#all_tags-instance_method" title="Doing::Items#all_tags (method)">#all_tags</a></span>
|
138
|
+
<small>Doing::Items</small>
|
123
139
|
</div>
|
124
140
|
</li>
|
125
141
|
|
@@ -244,6 +260,22 @@
|
|
244
260
|
</li>
|
245
261
|
|
246
262
|
|
263
|
+
<li class="even ">
|
264
|
+
<div class="item">
|
265
|
+
<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
|
+
<small>Doing::WWID</small>
|
267
|
+
</div>
|
268
|
+
</li>
|
269
|
+
|
270
|
+
|
271
|
+
<li class="odd ">
|
272
|
+
<div class="item">
|
273
|
+
<span class='object_link'><a href="Doing/WWID.html#choose_tag-instance_method" title="Doing::WWID#choose_tag (method)">#choose_tag</a></span>
|
274
|
+
<small>Doing::WWID</small>
|
275
|
+
</div>
|
276
|
+
</li>
|
277
|
+
|
278
|
+
|
247
279
|
<li class="even ">
|
248
280
|
<div class="item">
|
249
281
|
<span class='object_link'><a href="Doing/WWID.html#choose_view-instance_method" title="Doing::WWID#choose_view (method)">#choose_view</a></span>
|
@@ -269,6 +301,14 @@
|
|
269
301
|
|
270
302
|
|
271
303
|
<li class="odd ">
|
304
|
+
<div class="item">
|
305
|
+
<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
|
+
<small>PhraseParser::Query</small>
|
307
|
+
</div>
|
308
|
+
</li>
|
309
|
+
|
310
|
+
|
311
|
+
<li class="even ">
|
272
312
|
<div class="item">
|
273
313
|
<span class='object_link'><a href="String.html#clean_unlinked_urls-instance_method" title="String#clean_unlinked_urls (method)">#clean_unlinked_urls</a></span>
|
274
314
|
<small>String</small>
|
@@ -276,7 +316,7 @@
|
|
276
316
|
</li>
|
277
317
|
|
278
318
|
|
279
|
-
<li class="
|
319
|
+
<li class="odd ">
|
280
320
|
<div class="item">
|
281
321
|
<span class='object_link'><a href="Status.html#clear-instance_method" title="Status#clear (method)">#clear</a></span>
|
282
322
|
<small>Status</small>
|
@@ -284,6 +324,14 @@
|
|
284
324
|
</li>
|
285
325
|
|
286
326
|
|
327
|
+
<li class="even ">
|
328
|
+
<div class="item">
|
329
|
+
<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>
|
330
|
+
<small>Doing::Util::Backup</small>
|
331
|
+
</div>
|
332
|
+
</li>
|
333
|
+
|
334
|
+
|
287
335
|
<li class="odd ">
|
288
336
|
<div class="item">
|
289
337
|
<span class='object_link'><a href="Doing/Color.html#coloring-class_method" title="Doing::Color.coloring (method)">coloring</a></span>
|
@@ -646,8 +694,8 @@
|
|
646
694
|
|
647
695
|
<li class="even ">
|
648
696
|
<div class="item">
|
649
|
-
<span class='object_link'><a href="Doing/
|
650
|
-
<small>Doing::
|
697
|
+
<span class='object_link'><a href="Doing/Prompt.html#enter_text-class_method" title="Doing::Prompt.enter_text (method)">enter_text</a></span>
|
698
|
+
<small>Doing::Prompt</small>
|
651
699
|
</div>
|
652
700
|
</li>
|
653
701
|
|
@@ -661,6 +709,14 @@
|
|
661
709
|
|
662
710
|
|
663
711
|
<li class="even ">
|
712
|
+
<div class="item">
|
713
|
+
<span class='object_link'><a href="Doing/Note.html#equal%3F-instance_method" title="Doing::Note#equal? (method)">#equal?</a></span>
|
714
|
+
<small>Doing::Note</small>
|
715
|
+
</div>
|
716
|
+
</li>
|
717
|
+
|
718
|
+
|
719
|
+
<li class="odd ">
|
664
720
|
<div class="item">
|
665
721
|
<span class='object_link'><a href="Doing/LogAdapter.html#error-instance_method" title="Doing::LogAdapter#error (method)">#error</a></span>
|
666
722
|
<small>Doing::LogAdapter</small>
|
@@ -668,7 +724,7 @@
|
|
668
724
|
</li>
|
669
725
|
|
670
726
|
|
671
|
-
<li class="
|
727
|
+
<li class="even ">
|
672
728
|
<div class="item">
|
673
729
|
<span class='object_link'><a href="Status.html#esc-instance_method" title="Status#esc (method)">#esc</a></span>
|
674
730
|
<small>Status</small>
|
@@ -676,7 +732,7 @@
|
|
676
732
|
</li>
|
677
733
|
|
678
734
|
|
679
|
-
<li class="
|
735
|
+
<li class="odd ">
|
680
736
|
<div class="item">
|
681
737
|
<span class='object_link'><a href="Doing/Util.html#exec_available-instance_method" title="Doing::Util#exec_available (method)">#exec_available</a></span>
|
682
738
|
<small>Doing::Util</small>
|
@@ -684,7 +740,7 @@
|
|
684
740
|
</li>
|
685
741
|
|
686
742
|
|
687
|
-
<li class="
|
743
|
+
<li class="even ">
|
688
744
|
<div class="item">
|
689
745
|
<span class='object_link'><a href="Doing/WWID.html#filter_items-instance_method" title="Doing::WWID#filter_items (method)">#filter_items</a></span>
|
690
746
|
<small>Doing::WWID</small>
|
@@ -692,7 +748,7 @@
|
|
692
748
|
</li>
|
693
749
|
|
694
750
|
|
695
|
-
<li class="
|
751
|
+
<li class="odd ">
|
696
752
|
<div class="item">
|
697
753
|
<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>
|
698
754
|
<small>Doing::Util</small>
|
@@ -700,7 +756,7 @@
|
|
700
756
|
</li>
|
701
757
|
|
702
758
|
|
703
|
-
<li class="
|
759
|
+
<li class="even ">
|
704
760
|
<div class="item">
|
705
761
|
<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>
|
706
762
|
<small>Doing::Util</small>
|
@@ -708,7 +764,7 @@
|
|
708
764
|
</li>
|
709
765
|
|
710
766
|
|
711
|
-
<li class="
|
767
|
+
<li class="odd ">
|
712
768
|
<div class="item">
|
713
769
|
<span class='object_link'><a href="GLI/Commands/MarkdownDocumentListener.html#flag-instance_method" title="GLI::Commands::MarkdownDocumentListener#flag (method)">#flag</a></span>
|
714
770
|
<small>GLI::Commands::MarkdownDocumentListener</small>
|
@@ -716,6 +772,14 @@
|
|
716
772
|
</li>
|
717
773
|
|
718
774
|
|
775
|
+
<li class="even ">
|
776
|
+
<div class="item">
|
777
|
+
<span class='object_link'><a href="Doing/Configuration.html#force_answer-instance_method" title="Doing::Configuration#force_answer (method)">#force_answer</a></span>
|
778
|
+
<small>Doing::Configuration</small>
|
779
|
+
</div>
|
780
|
+
</li>
|
781
|
+
|
782
|
+
|
719
783
|
<li class="odd ">
|
720
784
|
<div class="item">
|
721
785
|
<span class='object_link'><a href="Doing/Prompt.html#force_answer-class_method" title="Doing::Prompt.force_answer (method)">force_answer</a></span>
|
@@ -845,6 +909,14 @@
|
|
845
909
|
|
846
910
|
|
847
911
|
<li class="odd ">
|
912
|
+
<div class="item">
|
913
|
+
<span class='object_link'><a href="Time.html#humanize-instance_method" title="Time#humanize (method)">#humanize</a></span>
|
914
|
+
<small>Time</small>
|
915
|
+
</div>
|
916
|
+
</li>
|
917
|
+
|
918
|
+
|
919
|
+
<li class="even ">
|
848
920
|
<div class="item">
|
849
921
|
<span class='object_link'><a href="Doing/Item.html#id-instance_method" title="Doing::Item#id (method)">#id</a></span>
|
850
922
|
<small>Doing::Item</small>
|
@@ -852,7 +924,7 @@
|
|
852
924
|
</li>
|
853
925
|
|
854
926
|
|
855
|
-
<li class="
|
927
|
+
<li class="odd ">
|
856
928
|
<div class="item">
|
857
929
|
<span class='object_link'><a href="String.html#ignore%3F-instance_method" title="String#ignore? (method)">#ignore?</a></span>
|
858
930
|
<small>String</small>
|
@@ -860,6 +932,14 @@
|
|
860
932
|
</li>
|
861
933
|
|
862
934
|
|
935
|
+
<li class="even ">
|
936
|
+
<div class="item">
|
937
|
+
<span class='object_link'><a href="Doing/Item.html#ignore_case-instance_method" title="Doing::Item#ignore_case (method)">#ignore_case</a></span>
|
938
|
+
<small>Doing::Item</small>
|
939
|
+
</div>
|
940
|
+
</li>
|
941
|
+
|
942
|
+
|
863
943
|
<li class="odd ">
|
864
944
|
<div class="item">
|
865
945
|
<span class='object_link'><a href="Doing/WWID.html#import-instance_method" title="Doing::WWID#import (method)">#import</a></span>
|
@@ -894,133 +974,173 @@
|
|
894
974
|
|
895
975
|
<li class="odd ">
|
896
976
|
<div class="item">
|
897
|
-
<span class='object_link'><a href="Doing/Errors/
|
898
|
-
<small>Doing::Errors::
|
977
|
+
<span class='object_link'><a href="Doing/Errors/DoingRuntimeError.html#initialize-instance_method" title="Doing::Errors::DoingRuntimeError#initialize (method)">#initialize</a></span>
|
978
|
+
<small>Doing::Errors::DoingRuntimeError</small>
|
899
979
|
</div>
|
900
980
|
</li>
|
901
981
|
|
902
982
|
|
903
983
|
<li class="even ">
|
904
984
|
<div class="item">
|
905
|
-
<span class='object_link'><a href="Doing/
|
906
|
-
<small>Doing::
|
985
|
+
<span class='object_link'><a href="Doing/Configuration.html#initialize-instance_method" title="Doing::Configuration#initialize (method)">#initialize</a></span>
|
986
|
+
<small>Doing::Configuration</small>
|
907
987
|
</div>
|
908
988
|
</li>
|
909
989
|
|
910
990
|
|
911
991
|
<li class="odd ">
|
912
992
|
<div class="item">
|
913
|
-
<span class='object_link'><a href="Doing/
|
914
|
-
<small>Doing::
|
993
|
+
<span class='object_link'><a href="Doing/WWID.html#initialize-instance_method" title="Doing::WWID#initialize (method)">#initialize</a></span>
|
994
|
+
<small>Doing::WWID</small>
|
915
995
|
</div>
|
916
996
|
</li>
|
917
997
|
|
918
998
|
|
919
999
|
<li class="even ">
|
920
1000
|
<div class="item">
|
921
|
-
<span class='object_link'><a href="
|
922
|
-
<small>
|
1001
|
+
<span class='object_link'><a href="PhraseParser/TermClause.html#initialize-instance_method" title="PhraseParser::TermClause#initialize (method)">#initialize</a></span>
|
1002
|
+
<small>PhraseParser::TermClause</small>
|
923
1003
|
</div>
|
924
1004
|
</li>
|
925
1005
|
|
926
1006
|
|
927
1007
|
<li class="odd ">
|
928
1008
|
<div class="item">
|
929
|
-
<span class='object_link'><a href="
|
930
|
-
<small>
|
1009
|
+
<span class='object_link'><a href="PhraseParser/PhraseClause.html#initialize-instance_method" title="PhraseParser::PhraseClause#initialize (method)">#initialize</a></span>
|
1010
|
+
<small>PhraseParser::PhraseClause</small>
|
931
1011
|
</div>
|
932
1012
|
</li>
|
933
1013
|
|
934
1014
|
|
935
1015
|
<li class="even ">
|
936
1016
|
<div class="item">
|
937
|
-
<span class='object_link'><a href="Doing/
|
938
|
-
<small>Doing::
|
1017
|
+
<span class='object_link'><a href="Doing/LogAdapter.html#initialize-instance_method" title="Doing::LogAdapter#initialize (method)">#initialize</a></span>
|
1018
|
+
<small>Doing::LogAdapter</small>
|
939
1019
|
</div>
|
940
1020
|
</li>
|
941
1021
|
|
942
1022
|
|
943
1023
|
<li class="odd ">
|
944
1024
|
<div class="item">
|
945
|
-
<span class='object_link'><a href="
|
946
|
-
<small>
|
1025
|
+
<span class='object_link'><a href="PhraseParser/Query.html#initialize-instance_method" title="PhraseParser::Query#initialize (method)">#initialize</a></span>
|
1026
|
+
<small>PhraseParser::Query</small>
|
947
1027
|
</div>
|
948
1028
|
</li>
|
949
1029
|
|
950
1030
|
|
951
1031
|
<li class="even ">
|
952
1032
|
<div class="item">
|
953
|
-
<span class='object_link'><a href="Doing/
|
954
|
-
<small>Doing::
|
1033
|
+
<span class='object_link'><a href="Doing/Section.html#initialize-instance_method" title="Doing::Section#initialize (method)">#initialize</a></span>
|
1034
|
+
<small>Doing::Section</small>
|
955
1035
|
</div>
|
956
1036
|
</li>
|
957
1037
|
|
958
1038
|
|
959
1039
|
<li class="odd ">
|
960
1040
|
<div class="item">
|
961
|
-
<span class='object_link'><a href="Doing/
|
962
|
-
<small>Doing::
|
1041
|
+
<span class='object_link'><a href="Doing/Note.html#initialize-instance_method" title="Doing::Note#initialize (method)">#initialize</a></span>
|
1042
|
+
<small>Doing::Note</small>
|
963
1043
|
</div>
|
964
1044
|
</li>
|
965
1045
|
|
966
1046
|
|
967
1047
|
<li class="even ">
|
968
1048
|
<div class="item">
|
969
|
-
<span class='object_link'><a href="
|
970
|
-
<small>
|
1049
|
+
<span class='object_link'><a href="BooleanTermParser/Clause.html#initialize-instance_method" title="BooleanTermParser::Clause#initialize (method)">#initialize</a></span>
|
1050
|
+
<small>BooleanTermParser::Clause</small>
|
971
1051
|
</div>
|
972
1052
|
</li>
|
973
1053
|
|
974
1054
|
|
975
1055
|
<li class="odd ">
|
976
1056
|
<div class="item">
|
977
|
-
<span class='object_link'><a href="Doing/
|
978
|
-
<small>Doing::
|
1057
|
+
<span class='object_link'><a href="Doing/Items.html#initialize-instance_method" title="Doing::Items#initialize (method)">#initialize</a></span>
|
1058
|
+
<small>Doing::Items</small>
|
979
1059
|
</div>
|
980
1060
|
</li>
|
981
1061
|
|
982
1062
|
|
983
1063
|
<li class="even ">
|
984
1064
|
<div class="item">
|
985
|
-
<span class='object_link'><a href="
|
986
|
-
<small>
|
1065
|
+
<span class='object_link'><a href="BooleanTermParser/Query.html#initialize-instance_method" title="BooleanTermParser::Query#initialize (method)">#initialize</a></span>
|
1066
|
+
<small>BooleanTermParser::Query</small>
|
987
1067
|
</div>
|
988
1068
|
</li>
|
989
1069
|
|
990
1070
|
|
991
1071
|
<li class="odd ">
|
992
1072
|
<div class="item">
|
993
|
-
<span class='object_link'><a href="
|
994
|
-
<small>
|
1073
|
+
<span class='object_link'><a href="GLI/Commands/MarkdownDocumentListener.html#initialize-instance_method" title="GLI::Commands::MarkdownDocumentListener#initialize (method)">#initialize</a></span>
|
1074
|
+
<small>GLI::Commands::MarkdownDocumentListener</small>
|
995
1075
|
</div>
|
996
1076
|
</li>
|
997
1077
|
|
998
1078
|
|
999
1079
|
<li class="even ">
|
1000
1080
|
<div class="item">
|
1001
|
-
<span class='object_link'><a href="Doing/
|
1002
|
-
<small>Doing::
|
1081
|
+
<span class='object_link'><a href="Doing/Item.html#initialize-instance_method" title="Doing::Item#initialize (method)">#initialize</a></span>
|
1082
|
+
<small>Doing::Item</small>
|
1003
1083
|
</div>
|
1004
1084
|
</li>
|
1005
1085
|
|
1006
1086
|
|
1007
1087
|
<li class="odd ">
|
1008
1088
|
<div class="item">
|
1009
|
-
<span class='object_link'><a href="Doing/
|
1010
|
-
<small>Doing::
|
1089
|
+
<span class='object_link'><a href="Doing/Errors/UserCancelled.html#initialize-instance_method" title="Doing::Errors::UserCancelled#initialize (method)">#initialize</a></span>
|
1090
|
+
<small>Doing::Errors::UserCancelled</small>
|
1011
1091
|
</div>
|
1012
1092
|
</li>
|
1013
1093
|
|
1014
1094
|
|
1015
1095
|
<li class="even ">
|
1016
1096
|
<div class="item">
|
1017
|
-
<span class='object_link'><a href="Doing/
|
1018
|
-
<small>Doing::
|
1097
|
+
<span class='object_link'><a href="Doing/Errors/EmptyInput.html#initialize-instance_method" title="Doing::Errors::EmptyInput#initialize (method)">#initialize</a></span>
|
1098
|
+
<small>Doing::Errors::EmptyInput</small>
|
1099
|
+
</div>
|
1100
|
+
</li>
|
1101
|
+
|
1102
|
+
|
1103
|
+
<li class="odd ">
|
1104
|
+
<div class="item">
|
1105
|
+
<span class='object_link'><a href="Doing/Errors/DoingStandardError.html#initialize-instance_method" title="Doing::Errors::DoingStandardError#initialize (method)">#initialize</a></span>
|
1106
|
+
<small>Doing::Errors::DoingStandardError</small>
|
1107
|
+
</div>
|
1108
|
+
</li>
|
1109
|
+
|
1110
|
+
|
1111
|
+
<li class="even ">
|
1112
|
+
<div class="item">
|
1113
|
+
<span class='object_link'><a href="Doing/Errors/WrongCommand.html#initialize-instance_method" title="Doing::Errors::WrongCommand#initialize (method)">#initialize</a></span>
|
1114
|
+
<small>Doing::Errors::WrongCommand</small>
|
1115
|
+
</div>
|
1116
|
+
</li>
|
1117
|
+
|
1118
|
+
|
1119
|
+
<li class="odd ">
|
1120
|
+
<div class="item">
|
1121
|
+
<span class='object_link'><a href="Doing/Errors/NoResults.html#initialize-instance_method" title="Doing::Errors::NoResults#initialize (method)">#initialize</a></span>
|
1122
|
+
<small>Doing::Errors::NoResults</small>
|
1123
|
+
</div>
|
1124
|
+
</li>
|
1125
|
+
|
1126
|
+
|
1127
|
+
<li class="even ">
|
1128
|
+
<div class="item">
|
1129
|
+
<span class='object_link'><a href="Doing/Errors/DoingNoTraceError.html#initialize-instance_method" title="Doing::Errors::DoingNoTraceError#initialize (method)">#initialize</a></span>
|
1130
|
+
<small>Doing::Errors::DoingNoTraceError</small>
|
1019
1131
|
</div>
|
1020
1132
|
</li>
|
1021
1133
|
|
1022
1134
|
|
1023
1135
|
<li class="odd ">
|
1136
|
+
<div class="item">
|
1137
|
+
<span class='object_link'><a href="Doing/Errors/PluginException.html#initialize-instance_method" title="Doing::Errors::PluginException#initialize (method)">#initialize</a></span>
|
1138
|
+
<small>Doing::Errors::PluginException</small>
|
1139
|
+
</div>
|
1140
|
+
</li>
|
1141
|
+
|
1142
|
+
|
1143
|
+
<li class="even ">
|
1024
1144
|
<div class="item">
|
1025
1145
|
<span class='object_link'><a href="Doing/Hooks.html#insert_hook-class_method" title="Doing::Hooks.insert_hook (method)">insert_hook</a></span>
|
1026
1146
|
<small>Doing::Hooks</small>
|
@@ -1028,7 +1148,7 @@
|
|
1028
1148
|
</li>
|
1029
1149
|
|
1030
1150
|
|
1031
|
-
<li class="
|
1151
|
+
<li class="odd ">
|
1032
1152
|
<div class="item">
|
1033
1153
|
<span class='object_link'><a href="Doing/Prompt.html#install_fzf-class_method" title="Doing::Prompt.install_fzf (method)">install_fzf</a></span>
|
1034
1154
|
<small>Doing::Prompt</small>
|
@@ -1036,7 +1156,7 @@
|
|
1036
1156
|
</li>
|
1037
1157
|
|
1038
1158
|
|
1039
|
-
<li class="
|
1159
|
+
<li class="even ">
|
1040
1160
|
<div class="item">
|
1041
1161
|
<span class='object_link'><a href="Doing/WWID.html#interactive-instance_method" title="Doing::WWID#interactive (method)">#interactive</a></span>
|
1042
1162
|
<small>Doing::WWID</small>
|
@@ -1044,7 +1164,7 @@
|
|
1044
1164
|
</li>
|
1045
1165
|
|
1046
1166
|
|
1047
|
-
<li class="
|
1167
|
+
<li class="odd ">
|
1048
1168
|
<div class="item">
|
1049
1169
|
<span class='object_link'><a href="Doing/Item.html#interval-instance_method" title="Doing::Item#interval (method)">#interval</a></span>
|
1050
1170
|
<small>Doing::Item</small>
|
@@ -1052,7 +1172,7 @@
|
|
1052
1172
|
</li>
|
1053
1173
|
|
1054
1174
|
|
1055
|
-
<li class="
|
1175
|
+
<li class="even ">
|
1056
1176
|
<div class="item">
|
1057
1177
|
<span class='object_link'><a href="String.html#is_rx%3F-instance_method" title="String#is_rx? (method)">#is_rx?</a></span>
|
1058
1178
|
<small>String</small>
|
@@ -1060,7 +1180,7 @@
|
|
1060
1180
|
</li>
|
1061
1181
|
|
1062
1182
|
|
1063
|
-
<li class="
|
1183
|
+
<li class="odd ">
|
1064
1184
|
<div class="item">
|
1065
1185
|
<span class='object_link'><a href="Doing/WWID.html#last-instance_method" title="Doing::WWID#last (method)">#last</a></span>
|
1066
1186
|
<small>Doing::WWID</small>
|
@@ -1068,7 +1188,7 @@
|
|
1068
1188
|
</li>
|
1069
1189
|
|
1070
1190
|
|
1071
|
-
<li class="
|
1191
|
+
<li class="even ">
|
1072
1192
|
<div class="item">
|
1073
1193
|
<span class='object_link'><a href="String.html#last_color-instance_method" title="String#last_color (method)">#last_color</a></span>
|
1074
1194
|
<small>String</small>
|
@@ -1076,7 +1196,7 @@
|
|
1076
1196
|
</li>
|
1077
1197
|
|
1078
1198
|
|
1079
|
-
<li class="
|
1199
|
+
<li class="odd ">
|
1080
1200
|
<div class="item">
|
1081
1201
|
<span class='object_link'><a href="Doing/WWID.html#last_entry-instance_method" title="Doing::WWID#last_entry (method)">#last_entry</a></span>
|
1082
1202
|
<small>Doing::WWID</small>
|
@@ -1084,7 +1204,7 @@
|
|
1084
1204
|
</li>
|
1085
1205
|
|
1086
1206
|
|
1087
|
-
<li class="
|
1207
|
+
<li class="even ">
|
1088
1208
|
<div class="item">
|
1089
1209
|
<span class='object_link'><a href="Doing/WWID.html#last_note-instance_method" title="Doing::WWID#last_note (method)">#last_note</a></span>
|
1090
1210
|
<small>Doing::WWID</small>
|
@@ -1092,7 +1212,7 @@
|
|
1092
1212
|
</li>
|
1093
1213
|
|
1094
1214
|
|
1095
|
-
<li class="
|
1215
|
+
<li class="odd ">
|
1096
1216
|
<div class="item">
|
1097
1217
|
<span class='object_link'><a href="Doing/LogAdapter.html#level-instance_method" title="Doing::LogAdapter#level (method)">#level</a></span>
|
1098
1218
|
<small>Doing::LogAdapter</small>
|
@@ -1100,7 +1220,7 @@
|
|
1100
1220
|
</li>
|
1101
1221
|
|
1102
1222
|
|
1103
|
-
<li class="
|
1223
|
+
<li class="even ">
|
1104
1224
|
<div class="item">
|
1105
1225
|
<span class='object_link'><a href="String.html#link_urls-instance_method" title="String#link_urls (method)">#link_urls</a></span>
|
1106
1226
|
<small>String</small>
|
@@ -1108,7 +1228,7 @@
|
|
1108
1228
|
</li>
|
1109
1229
|
|
1110
1230
|
|
1111
|
-
<li class="
|
1231
|
+
<li class="odd ">
|
1112
1232
|
<div class="item">
|
1113
1233
|
<span class='object_link'><a href="String.html#link_urls!-instance_method" title="String#link_urls! (method)">#link_urls!</a></span>
|
1114
1234
|
<small>String</small>
|
@@ -1116,7 +1236,7 @@
|
|
1116
1236
|
</li>
|
1117
1237
|
|
1118
1238
|
|
1119
|
-
<li class="
|
1239
|
+
<li class="even ">
|
1120
1240
|
<div class="item">
|
1121
1241
|
<span class='object_link'><a href="Doing/WWID.html#list_date-instance_method" title="Doing::WWID#list_date (method)">#list_date</a></span>
|
1122
1242
|
<small>Doing::WWID</small>
|
@@ -1124,7 +1244,7 @@
|
|
1124
1244
|
</li>
|
1125
1245
|
|
1126
1246
|
|
1127
|
-
<li class="
|
1247
|
+
<li class="odd ">
|
1128
1248
|
<div class="item">
|
1129
1249
|
<span class='object_link'><a href="Doing/Plugins.html#list_plugins-class_method" title="Doing::Plugins.list_plugins (method)">list_plugins</a></span>
|
1130
1250
|
<small>Doing::Plugins</small>
|
@@ -1132,7 +1252,7 @@
|
|
1132
1252
|
</li>
|
1133
1253
|
|
1134
1254
|
|
1135
|
-
<li class="
|
1255
|
+
<li class="even ">
|
1136
1256
|
<div class="item">
|
1137
1257
|
<span class='object_link'><a href="Doing/WWID.html#list_section-instance_method" title="Doing::WWID#list_section (method)">#list_section</a></span>
|
1138
1258
|
<small>Doing::WWID</small>
|
@@ -1140,7 +1260,7 @@
|
|
1140
1260
|
</li>
|
1141
1261
|
|
1142
1262
|
|
1143
|
-
<li class="
|
1263
|
+
<li class="odd ">
|
1144
1264
|
<div class="item">
|
1145
1265
|
<span class='object_link'><a href="Doing/Plugins.html#load_plugins-class_method" title="Doing::Plugins.load_plugins (method)">load_plugins</a></span>
|
1146
1266
|
<small>Doing::Plugins</small>
|
@@ -1148,7 +1268,7 @@
|
|
1148
1268
|
</li>
|
1149
1269
|
|
1150
1270
|
|
1151
|
-
<li class="
|
1271
|
+
<li class="even ">
|
1152
1272
|
<div class="item">
|
1153
1273
|
<span class='object_link'><a href="Doing/LogAdapter.html#log_change-instance_method" title="Doing::LogAdapter#log_change (method)">#log_change</a></span>
|
1154
1274
|
<small>Doing::LogAdapter</small>
|
@@ -1156,7 +1276,7 @@
|
|
1156
1276
|
</li>
|
1157
1277
|
|
1158
1278
|
|
1159
|
-
<li class="
|
1279
|
+
<li class="odd ">
|
1160
1280
|
<div class="item">
|
1161
1281
|
<span class='object_link'><a href="Doing/LogAdapter.html#log_level=-instance_method" title="Doing::LogAdapter#log_level= (method)">#log_level=</a></span>
|
1162
1282
|
<small>Doing::LogAdapter</small>
|
@@ -1164,7 +1284,7 @@
|
|
1164
1284
|
</li>
|
1165
1285
|
|
1166
1286
|
|
1167
|
-
<li class="
|
1287
|
+
<li class="even ">
|
1168
1288
|
<div class="item">
|
1169
1289
|
<span class='object_link'><a href="Doing/LogAdapter.html#log_now-instance_method" title="Doing::LogAdapter#log_now (method)">#log_now</a></span>
|
1170
1290
|
<small>Doing::LogAdapter</small>
|
@@ -1172,7 +1292,7 @@
|
|
1172
1292
|
</li>
|
1173
1293
|
|
1174
1294
|
|
1175
|
-
<li class="
|
1295
|
+
<li class="odd ">
|
1176
1296
|
<div class="item">
|
1177
1297
|
<span class='object_link'><a href="Array.html#log_tags-instance_method" title="Array#log_tags (method)">#log_tags</a></span>
|
1178
1298
|
<small>Array</small>
|
@@ -1180,7 +1300,7 @@
|
|
1180
1300
|
</li>
|
1181
1301
|
|
1182
1302
|
|
1183
|
-
<li class="
|
1303
|
+
<li class="even ">
|
1184
1304
|
<div class="item">
|
1185
1305
|
<span class='object_link'><a href="Doing/WWID.html#logger-instance_method" title="Doing::WWID#logger (method)">#logger</a></span>
|
1186
1306
|
<small>Doing::WWID</small>
|
@@ -1188,6 +1308,30 @@
|
|
1188
1308
|
</li>
|
1189
1309
|
|
1190
1310
|
|
1311
|
+
<li class="odd ">
|
1312
|
+
<div class="item">
|
1313
|
+
<span class='object_link'><a href="PhraseParser/Query.html#match-instance_method" title="PhraseParser::Query#match (method)">#match</a></span>
|
1314
|
+
<small>PhraseParser::Query</small>
|
1315
|
+
</div>
|
1316
|
+
</li>
|
1317
|
+
|
1318
|
+
|
1319
|
+
<li class="even ">
|
1320
|
+
<div class="item">
|
1321
|
+
<span class='object_link'><a href="BooleanTermParser/Query.html#match-instance_method" title="BooleanTermParser::Query#match (method)">#match</a></span>
|
1322
|
+
<small>BooleanTermParser::Query</small>
|
1323
|
+
</div>
|
1324
|
+
</li>
|
1325
|
+
|
1326
|
+
|
1327
|
+
<li class="odd ">
|
1328
|
+
<div class="item">
|
1329
|
+
<span class='object_link'><a href="PhraseParser/Query.html#match_phrase-instance_method" title="PhraseParser::Query#match_phrase (method)">#match_phrase</a></span>
|
1330
|
+
<small>PhraseParser::Query</small>
|
1331
|
+
</div>
|
1332
|
+
</li>
|
1333
|
+
|
1334
|
+
|
1191
1335
|
<li class="even ">
|
1192
1336
|
<div class="item">
|
1193
1337
|
<span class='object_link'><a href="Doing/Util.html#mergable%3F-instance_method" title="Doing::Util#mergable? (method)">#mergable?</a></span>
|
@@ -1238,29 +1382,53 @@
|
|
1238
1382
|
|
1239
1383
|
<li class="even ">
|
1240
1384
|
<div class="item">
|
1241
|
-
<span class='object_link'><a href="
|
1242
|
-
<small>
|
1385
|
+
<span class='object_link'><a href="PhraseParser/Query.html#must_clauses-instance_method" title="PhraseParser::Query#must_clauses (method)">#must_clauses</a></span>
|
1386
|
+
<small>PhraseParser::Query</small>
|
1243
1387
|
</div>
|
1244
1388
|
</li>
|
1245
1389
|
|
1246
1390
|
|
1247
1391
|
<li class="odd ">
|
1248
1392
|
<div class="item">
|
1249
|
-
<span class='object_link'><a href="
|
1250
|
-
<small>
|
1393
|
+
<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>
|
1394
|
+
<small>PhraseParser::Query</small>
|
1251
1395
|
</div>
|
1252
1396
|
</li>
|
1253
1397
|
|
1254
1398
|
|
1255
1399
|
<li class="even ">
|
1256
1400
|
<div class="item">
|
1257
|
-
<span class='object_link'><a href="
|
1258
|
-
<small>
|
1401
|
+
<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>
|
1402
|
+
<small>BooleanTermParser::Query</small>
|
1259
1403
|
</div>
|
1260
1404
|
</li>
|
1261
1405
|
|
1262
1406
|
|
1263
1407
|
<li class="odd ">
|
1408
|
+
<div class="item">
|
1409
|
+
<span class='object_link'><a href="BooleanTermParser/Query.html#must_terms-instance_method" title="BooleanTermParser::Query#must_terms (method)">#must_terms</a></span>
|
1410
|
+
<small>BooleanTermParser::Query</small>
|
1411
|
+
</div>
|
1412
|
+
</li>
|
1413
|
+
|
1414
|
+
|
1415
|
+
<li class="even ">
|
1416
|
+
<div class="item">
|
1417
|
+
<span class='object_link'><a href="Array.html#nested_hash-instance_method" title="Array#nested_hash (method)">#nested_hash</a></span>
|
1418
|
+
<small>Array</small>
|
1419
|
+
</div>
|
1420
|
+
</li>
|
1421
|
+
|
1422
|
+
|
1423
|
+
<li class="odd ">
|
1424
|
+
<div class="item">
|
1425
|
+
<span class='object_link'><a href="Doing/WWID.html#next_item-instance_method" title="Doing::WWID#next_item (method)">#next_item</a></span>
|
1426
|
+
<small>Doing::WWID</small>
|
1427
|
+
</div>
|
1428
|
+
</li>
|
1429
|
+
|
1430
|
+
|
1431
|
+
<li class="even ">
|
1264
1432
|
<div class="item">
|
1265
1433
|
<span class='object_link'><a href="String.html#normalize_bool-instance_method" title="String#normalize_bool (method)">#normalize_bool</a></span>
|
1266
1434
|
<small>String</small>
|
@@ -1268,6 +1436,14 @@
|
|
1268
1436
|
</li>
|
1269
1437
|
|
1270
1438
|
|
1439
|
+
<li class="odd ">
|
1440
|
+
<div class="item">
|
1441
|
+
<span class='object_link'><a href="Symbol.html#normalize_bool-instance_method" title="Symbol#normalize_bool (method)">#normalize_bool</a></span>
|
1442
|
+
<small>Symbol</small>
|
1443
|
+
</div>
|
1444
|
+
</li>
|
1445
|
+
|
1446
|
+
|
1271
1447
|
<li class="even ">
|
1272
1448
|
<div class="item">
|
1273
1449
|
<span class='object_link'><a href="String.html#normalize_bool!-instance_method" title="String#normalize_bool! (method)">#normalize_bool!</a></span>
|
@@ -1349,6 +1525,30 @@
|
|
1349
1525
|
|
1350
1526
|
|
1351
1527
|
<li class="even ">
|
1528
|
+
<div class="item">
|
1529
|
+
<span class='object_link'><a href="PhraseParser/TermClause.html#operator-instance_method" title="PhraseParser::TermClause#operator (method)">#operator</a></span>
|
1530
|
+
<small>PhraseParser::TermClause</small>
|
1531
|
+
</div>
|
1532
|
+
</li>
|
1533
|
+
|
1534
|
+
|
1535
|
+
<li class="odd ">
|
1536
|
+
<div class="item">
|
1537
|
+
<span class='object_link'><a href="BooleanTermParser/Clause.html#operator-instance_method" title="BooleanTermParser::Clause#operator (method)">#operator</a></span>
|
1538
|
+
<small>BooleanTermParser::Clause</small>
|
1539
|
+
</div>
|
1540
|
+
</li>
|
1541
|
+
|
1542
|
+
|
1543
|
+
<li class="even ">
|
1544
|
+
<div class="item">
|
1545
|
+
<span class='object_link'><a href="PhraseParser/PhraseClause.html#operator-instance_method" title="PhraseParser::PhraseClause#operator (method)">#operator</a></span>
|
1546
|
+
<small>PhraseParser::PhraseClause</small>
|
1547
|
+
</div>
|
1548
|
+
</li>
|
1549
|
+
|
1550
|
+
|
1551
|
+
<li class="odd ">
|
1352
1552
|
<div class="item">
|
1353
1553
|
<span class='object_link'><a href="GLI/Commands/MarkdownDocumentListener.html#options-instance_method" title="GLI::Commands::MarkdownDocumentListener#options (method)">#options</a></span>
|
1354
1554
|
<small>GLI::Commands::MarkdownDocumentListener</small>
|
@@ -1356,7 +1556,7 @@
|
|
1356
1556
|
</li>
|
1357
1557
|
|
1358
1558
|
|
1359
|
-
<li class="
|
1559
|
+
<li class="even ">
|
1360
1560
|
<div class="item">
|
1361
1561
|
<span class='object_link'><a href="Doing/Section.html#original-instance_method" title="Doing::Section#original (method)">#original</a></span>
|
1362
1562
|
<small>Doing::Section</small>
|
@@ -1364,7 +1564,7 @@
|
|
1364
1564
|
</li>
|
1365
1565
|
|
1366
1566
|
|
1367
|
-
<li class="
|
1567
|
+
<li class="odd ">
|
1368
1568
|
<div class="item">
|
1369
1569
|
<span class='object_link'><a href="Doing/LogAdapter.html#output_results-instance_method" title="Doing::LogAdapter#output_results (method)">#output_results</a></span>
|
1370
1570
|
<small>Doing::LogAdapter</small>
|
@@ -1372,7 +1572,7 @@
|
|
1372
1572
|
</li>
|
1373
1573
|
|
1374
1574
|
|
1375
|
-
<li class="
|
1575
|
+
<li class="even ">
|
1376
1576
|
<div class="item">
|
1377
1577
|
<span class='object_link'><a href="Doing/Item.html#overlapping_time%3F-instance_method" title="Doing::Item#overlapping_time? (method)">#overlapping_time?</a></span>
|
1378
1578
|
<small>Doing::Item</small>
|
@@ -1380,7 +1580,7 @@
|
|
1380
1580
|
</li>
|
1381
1581
|
|
1382
1582
|
|
1383
|
-
<li class="
|
1583
|
+
<li class="odd ">
|
1384
1584
|
<div class="item">
|
1385
1585
|
<span class='object_link'><a href="Doing/Pager.html#page-class_method" title="Doing::Pager.page (method)">page</a></span>
|
1386
1586
|
<small>Doing::Pager</small>
|
@@ -1388,7 +1588,7 @@
|
|
1388
1588
|
</li>
|
1389
1589
|
|
1390
1590
|
|
1391
|
-
<li class="
|
1591
|
+
<li class="even ">
|
1392
1592
|
<div class="item">
|
1393
1593
|
<span class='object_link'><a href="Doing/Pager.html#paginate-class_method" title="Doing::Pager.paginate (method)">paginate</a></span>
|
1394
1594
|
<small>Doing::Pager</small>
|
@@ -1396,7 +1596,7 @@
|
|
1396
1596
|
</li>
|
1397
1597
|
|
1398
1598
|
|
1399
|
-
<li class="
|
1599
|
+
<li class="odd ">
|
1400
1600
|
<div class="item">
|
1401
1601
|
<span class='object_link'><a href="Doing/Pager.html#paginate=-class_method" title="Doing::Pager.paginate= (method)">paginate=</a></span>
|
1402
1602
|
<small>Doing::Pager</small>
|
@@ -1404,6 +1604,14 @@
|
|
1404
1604
|
</li>
|
1405
1605
|
|
1406
1606
|
|
1607
|
+
<li class="even ">
|
1608
|
+
<div class="item">
|
1609
|
+
<span class='object_link'><a href="PhraseParser/PhraseClause.html#phrase-instance_method" title="PhraseParser::PhraseClause#phrase (method)">#phrase</a></span>
|
1610
|
+
<small>PhraseParser::PhraseClause</small>
|
1611
|
+
</div>
|
1612
|
+
</li>
|
1613
|
+
|
1614
|
+
|
1407
1615
|
<li class="odd ">
|
1408
1616
|
<div class="item">
|
1409
1617
|
<span class='object_link'><a href="Doing/Errors/PluginException.html#plugin-instance_method" title="Doing::Errors::PluginException#plugin (method)">#plugin</a></span>
|
@@ -1453,6 +1661,14 @@
|
|
1453
1661
|
|
1454
1662
|
|
1455
1663
|
<li class="odd ">
|
1664
|
+
<div class="item">
|
1665
|
+
<span class='object_link'><a href="String.html#pluralize-instance_method" title="String#pluralize (method)">#pluralize</a></span>
|
1666
|
+
<small>String</small>
|
1667
|
+
</div>
|
1668
|
+
</li>
|
1669
|
+
|
1670
|
+
|
1671
|
+
<li class="even ">
|
1456
1672
|
<div class="item">
|
1457
1673
|
<span class='object_link'><a href="Doing/Hooks.html#priority_value-class_method" title="Doing::Hooks.priority_value (method)">priority_value</a></span>
|
1458
1674
|
<small>Doing::Hooks</small>
|
@@ -1460,7 +1676,7 @@
|
|
1460
1676
|
</li>
|
1461
1677
|
|
1462
1678
|
|
1463
|
-
<li class="
|
1679
|
+
<li class="odd ">
|
1464
1680
|
<div class="item">
|
1465
1681
|
<span class='object_link'><a href="GLI/Commands/MarkdownDocumentListener.html#program_desc-instance_method" title="GLI::Commands::MarkdownDocumentListener#program_desc (method)">#program_desc</a></span>
|
1466
1682
|
<small>GLI::Commands::MarkdownDocumentListener</small>
|
@@ -1468,7 +1684,7 @@
|
|
1468
1684
|
</li>
|
1469
1685
|
|
1470
1686
|
|
1471
|
-
<li class="
|
1687
|
+
<li class="even ">
|
1472
1688
|
<div class="item">
|
1473
1689
|
<span class='object_link'><a href="GLI/Commands/MarkdownDocumentListener.html#program_long_desc-instance_method" title="GLI::Commands::MarkdownDocumentListener#program_long_desc (method)">#program_long_desc</a></span>
|
1474
1690
|
<small>GLI::Commands::MarkdownDocumentListener</small>
|
@@ -1476,7 +1692,7 @@
|
|
1476
1692
|
</li>
|
1477
1693
|
|
1478
1694
|
|
1479
|
-
<li class="
|
1695
|
+
<li class="odd ">
|
1480
1696
|
<div class="item">
|
1481
1697
|
<span class='object_link'><a href="Status.html#progress-instance_method" title="Status#progress (method)">#progress</a></span>
|
1482
1698
|
<small>Status</small>
|
@@ -1484,6 +1700,14 @@
|
|
1484
1700
|
</li>
|
1485
1701
|
|
1486
1702
|
|
1703
|
+
<li class="even ">
|
1704
|
+
<div class="item">
|
1705
|
+
<span class='object_link'><a href="Doing/Util/Backup.html#prune_backups-instance_method" title="Doing::Util::Backup#prune_backups (method)">#prune_backups</a></span>
|
1706
|
+
<small>Doing::Util::Backup</small>
|
1707
|
+
</div>
|
1708
|
+
</li>
|
1709
|
+
|
1710
|
+
|
1487
1711
|
<li class="odd ">
|
1488
1712
|
<div class="item">
|
1489
1713
|
<span class='object_link'><a href="Doing/WWID.html#recent-instance_method" title="Doing::WWID#recent (method)">#recent</a></span>
|
@@ -1493,6 +1717,14 @@
|
|
1493
1717
|
|
1494
1718
|
|
1495
1719
|
<li class="even ">
|
1720
|
+
<div class="item">
|
1721
|
+
<span class='object_link'><a href="Doing/Util/Backup.html#redo_backup-instance_method" title="Doing::Util::Backup#redo_backup (method)">#redo_backup</a></span>
|
1722
|
+
<small>Doing::Util::Backup</small>
|
1723
|
+
</div>
|
1724
|
+
</li>
|
1725
|
+
|
1726
|
+
|
1727
|
+
<li class="odd ">
|
1496
1728
|
<div class="item">
|
1497
1729
|
<span class='object_link'><a href="Doing/Hooks.html#register-class_method" title="Doing::Hooks.register (method)">register</a></span>
|
1498
1730
|
<small>Doing::Hooks</small>
|
@@ -1500,7 +1732,7 @@
|
|
1500
1732
|
</li>
|
1501
1733
|
|
1502
1734
|
|
1503
|
-
<li class="
|
1735
|
+
<li class="even ">
|
1504
1736
|
<div class="item">
|
1505
1737
|
<span class='object_link'><a href="Doing/Plugins.html#register-class_method" title="Doing::Plugins.register (method)">register</a></span>
|
1506
1738
|
<small>Doing::Plugins</small>
|
@@ -1508,7 +1740,7 @@
|
|
1508
1740
|
</li>
|
1509
1741
|
|
1510
1742
|
|
1511
|
-
<li class="
|
1743
|
+
<li class="odd ">
|
1512
1744
|
<div class="item">
|
1513
1745
|
<span class='object_link'><a href="Doing/Hooks.html#register_one-class_method" title="Doing::Hooks.register_one (method)">register_one</a></span>
|
1514
1746
|
<small>Doing::Hooks</small>
|
@@ -1516,7 +1748,7 @@
|
|
1516
1748
|
</li>
|
1517
1749
|
|
1518
1750
|
|
1519
|
-
<li class="
|
1751
|
+
<li class="even ">
|
1520
1752
|
<div class="item">
|
1521
1753
|
<span class='object_link'><a href="Time.html#relative_date-instance_method" title="Time#relative_date (method)">#relative_date</a></span>
|
1522
1754
|
<small>Time</small>
|
@@ -1524,7 +1756,7 @@
|
|
1524
1756
|
</li>
|
1525
1757
|
|
1526
1758
|
|
1527
|
-
<li class="
|
1759
|
+
<li class="odd ">
|
1528
1760
|
<div class="item">
|
1529
1761
|
<span class='object_link'><a href="String.html#remove_self_links-instance_method" title="String#remove_self_links (method)">#remove_self_links</a></span>
|
1530
1762
|
<small>String</small>
|
@@ -1532,7 +1764,7 @@
|
|
1532
1764
|
</li>
|
1533
1765
|
|
1534
1766
|
|
1535
|
-
<li class="
|
1767
|
+
<li class="even ">
|
1536
1768
|
<div class="item">
|
1537
1769
|
<span class='object_link'><a href="Doing/WWID.html#repeat_item-instance_method" title="Doing::WWID#repeat_item (method)">#repeat_item</a></span>
|
1538
1770
|
<small>Doing::WWID</small>
|
@@ -1540,7 +1772,7 @@
|
|
1540
1772
|
</li>
|
1541
1773
|
|
1542
1774
|
|
1543
|
-
<li class="
|
1775
|
+
<li class="odd ">
|
1544
1776
|
<div class="item">
|
1545
1777
|
<span class='object_link'><a href="Doing/WWID.html#repeat_last-instance_method" title="Doing::WWID#repeat_last (method)">#repeat_last</a></span>
|
1546
1778
|
<small>Doing::WWID</small>
|
@@ -1548,7 +1780,7 @@
|
|
1548
1780
|
</li>
|
1549
1781
|
|
1550
1782
|
|
1551
|
-
<li class="
|
1783
|
+
<li class="even ">
|
1552
1784
|
<div class="item">
|
1553
1785
|
<span class='object_link'><a href="String.html#replace_qualified_urls-instance_method" title="String#replace_qualified_urls (method)">#replace_qualified_urls</a></span>
|
1554
1786
|
<small>String</small>
|
@@ -1556,7 +1788,7 @@
|
|
1556
1788
|
</li>
|
1557
1789
|
|
1558
1790
|
|
1559
|
-
<li class="
|
1791
|
+
<li class="odd ">
|
1560
1792
|
<div class="item">
|
1561
1793
|
<span class='object_link'><a href="Doing/WWID.html#reset_item-instance_method" title="Doing::WWID#reset_item (method)">#reset_item</a></span>
|
1562
1794
|
<small>Doing::WWID</small>
|
@@ -1564,7 +1796,7 @@
|
|
1564
1796
|
</li>
|
1565
1797
|
|
1566
1798
|
|
1567
|
-
<li class="
|
1799
|
+
<li class="even ">
|
1568
1800
|
<div class="item">
|
1569
1801
|
<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>
|
1570
1802
|
<small>Doing::Configuration</small>
|
@@ -1572,15 +1804,15 @@
|
|
1572
1804
|
</li>
|
1573
1805
|
|
1574
1806
|
|
1575
|
-
<li class="
|
1807
|
+
<li class="odd ">
|
1576
1808
|
<div class="item">
|
1577
|
-
<span class='object_link'><a href="Doing/
|
1578
|
-
<small>Doing::
|
1809
|
+
<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>
|
1810
|
+
<small>Doing::Util::Backup</small>
|
1579
1811
|
</div>
|
1580
1812
|
</li>
|
1581
1813
|
|
1582
1814
|
|
1583
|
-
<li class="
|
1815
|
+
<li class="even ">
|
1584
1816
|
<div class="item">
|
1585
1817
|
<span class='object_link'><a href="Doing/LogAdapter.html#restore_level-instance_method" title="Doing::LogAdapter#restore_level (method)">#restore_level</a></span>
|
1586
1818
|
<small>Doing::LogAdapter</small>
|
@@ -1588,7 +1820,7 @@
|
|
1588
1820
|
</li>
|
1589
1821
|
|
1590
1822
|
|
1591
|
-
<li class="
|
1823
|
+
<li class="odd ">
|
1592
1824
|
<div class="item">
|
1593
1825
|
<span class='object_link'><a href="Doing/LogAdapter.html#results-instance_method" title="Doing::LogAdapter#results (method)">#results</a></span>
|
1594
1826
|
<small>Doing::LogAdapter</small>
|
@@ -1596,7 +1828,7 @@
|
|
1596
1828
|
</li>
|
1597
1829
|
|
1598
1830
|
|
1599
|
-
<li class="
|
1831
|
+
<li class="even ">
|
1600
1832
|
<div class="item">
|
1601
1833
|
<span class='object_link'><a href="Doing/WWID.html#rotate-instance_method" title="Doing::WWID#rotate (method)">#rotate</a></span>
|
1602
1834
|
<small>Doing::WWID</small>
|
@@ -1604,7 +1836,7 @@
|
|
1604
1836
|
</li>
|
1605
1837
|
|
1606
1838
|
|
1607
|
-
<li class="
|
1839
|
+
<li class="odd ">
|
1608
1840
|
<div class="item">
|
1609
1841
|
<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>
|
1610
1842
|
<small>Doing::Util</small>
|
@@ -1612,7 +1844,7 @@
|
|
1612
1844
|
</li>
|
1613
1845
|
|
1614
1846
|
|
1615
|
-
<li class="
|
1847
|
+
<li class="even ">
|
1616
1848
|
<div class="item">
|
1617
1849
|
<span class='object_link'><a href="Doing/Item.html#same_time%3F-instance_method" title="Doing::Item#same_time? (method)">#same_time?</a></span>
|
1618
1850
|
<small>Doing::Item</small>
|
@@ -1620,7 +1852,7 @@
|
|
1620
1852
|
</li>
|
1621
1853
|
|
1622
1854
|
|
1623
|
-
<li class="
|
1855
|
+
<li class="odd ">
|
1624
1856
|
<div class="item">
|
1625
1857
|
<span class='object_link'><a href="Doing/Item.html#search-instance_method" title="Doing::Item#search (method)">#search</a></span>
|
1626
1858
|
<small>Doing::Item</small>
|
@@ -1628,7 +1860,7 @@
|
|
1628
1860
|
</li>
|
1629
1861
|
|
1630
1862
|
|
1631
|
-
<li class="
|
1863
|
+
<li class="even ">
|
1632
1864
|
<div class="item">
|
1633
1865
|
<span class='object_link'><a href="Doing/Item.html#section-instance_method" title="Doing::Item#section (method)">#section</a></span>
|
1634
1866
|
<small>Doing::Item</small>
|
@@ -1636,7 +1868,7 @@
|
|
1636
1868
|
</li>
|
1637
1869
|
|
1638
1870
|
|
1639
|
-
<li class="
|
1871
|
+
<li class="odd ">
|
1640
1872
|
<div class="item">
|
1641
1873
|
<span class='object_link'><a href="Doing/Items.html#section%3F-instance_method" title="Doing::Items#section? (method)">#section?</a></span>
|
1642
1874
|
<small>Doing::Items</small>
|
@@ -1644,7 +1876,7 @@
|
|
1644
1876
|
</li>
|
1645
1877
|
|
1646
1878
|
|
1647
|
-
<li class="
|
1879
|
+
<li class="even ">
|
1648
1880
|
<div class="item">
|
1649
1881
|
<span class='object_link'><a href="Doing/Items.html#section_titles-instance_method" title="Doing::Items#section_titles (method)">#section_titles</a></span>
|
1650
1882
|
<small>Doing::Items</small>
|
@@ -1652,6 +1884,14 @@
|
|
1652
1884
|
</li>
|
1653
1885
|
|
1654
1886
|
|
1887
|
+
<li class="odd ">
|
1888
|
+
<div class="item">
|
1889
|
+
<span class='object_link'><a href="Doing/Items.html#sections-instance_method" title="Doing::Items#sections (method)">#sections</a></span>
|
1890
|
+
<small>Doing::Items</small>
|
1891
|
+
</div>
|
1892
|
+
</li>
|
1893
|
+
|
1894
|
+
|
1655
1895
|
<li class="even ">
|
1656
1896
|
<div class="item">
|
1657
1897
|
<span class='object_link'><a href="Doing/WWID.html#sections-instance_method" title="Doing::WWID#sections (method)">#sections</a></span>
|
@@ -1662,8 +1902,8 @@
|
|
1662
1902
|
|
1663
1903
|
<li class="odd ">
|
1664
1904
|
<div class="item">
|
1665
|
-
<span class='object_link'><a href="Doing/
|
1666
|
-
<small>Doing::
|
1905
|
+
<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>
|
1906
|
+
<small>Doing::Util::Backup</small>
|
1667
1907
|
</div>
|
1668
1908
|
</li>
|
1669
1909
|
|
@@ -1685,6 +1925,14 @@
|
|
1685
1925
|
|
1686
1926
|
|
1687
1927
|
<li class="even ">
|
1928
|
+
<div class="item">
|
1929
|
+
<span class='object_link'><a href="PhraseParser/Query.html#should_clauses-instance_method" title="PhraseParser::Query#should_clauses (method)">#should_clauses</a></span>
|
1930
|
+
<small>PhraseParser::Query</small>
|
1931
|
+
</div>
|
1932
|
+
</li>
|
1933
|
+
|
1934
|
+
|
1935
|
+
<li class="odd ">
|
1688
1936
|
<div class="item">
|
1689
1937
|
<span class='object_link'><a href="Doing/Item.html#should_finish%3F-instance_method" title="Doing::Item#should_finish? (method)">#should_finish?</a></span>
|
1690
1938
|
<small>Doing::Item</small>
|
@@ -1692,6 +1940,14 @@
|
|
1692
1940
|
</li>
|
1693
1941
|
|
1694
1942
|
|
1943
|
+
<li class="even ">
|
1944
|
+
<div class="item">
|
1945
|
+
<span class='object_link'><a href="BooleanTermParser/Query.html#should_terms-instance_method" title="BooleanTermParser::Query#should_terms (method)">#should_terms</a></span>
|
1946
|
+
<small>BooleanTermParser::Query</small>
|
1947
|
+
</div>
|
1948
|
+
</li>
|
1949
|
+
|
1950
|
+
|
1695
1951
|
<li class="odd ">
|
1696
1952
|
<div class="item">
|
1697
1953
|
<span class='object_link'><a href="Doing/Item.html#should_time%3F-instance_method" title="Doing::Item#should_time? (method)">#should_time?</a></span>
|
@@ -1701,6 +1957,14 @@
|
|
1701
1957
|
|
1702
1958
|
|
1703
1959
|
<li class="even ">
|
1960
|
+
<div class="item">
|
1961
|
+
<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>
|
1962
|
+
<small>Doing::Util::Backup</small>
|
1963
|
+
</div>
|
1964
|
+
</li>
|
1965
|
+
|
1966
|
+
|
1967
|
+
<li class="odd ">
|
1704
1968
|
<div class="item">
|
1705
1969
|
<span class='object_link'><a href="String.html#simple_wrap-instance_method" title="String#simple_wrap (method)">#simple_wrap</a></span>
|
1706
1970
|
<small>String</small>
|
@@ -1708,7 +1972,7 @@
|
|
1708
1972
|
</li>
|
1709
1973
|
|
1710
1974
|
|
1711
|
-
<li class="
|
1975
|
+
<li class="even ">
|
1712
1976
|
<div class="item">
|
1713
1977
|
<span class='object_link'><a href="Status.html#status-instance_method" title="Status#status (method)">#status</a></span>
|
1714
1978
|
<small>Status</small>
|
@@ -1716,7 +1980,7 @@
|
|
1716
1980
|
</li>
|
1717
1981
|
|
1718
1982
|
|
1719
|
-
<li class="
|
1983
|
+
<li class="odd ">
|
1720
1984
|
<div class="item">
|
1721
1985
|
<span class='object_link'><a href="Doing/WWID.html#stop_start-instance_method" title="Doing::WWID#stop_start (method)">#stop_start</a></span>
|
1722
1986
|
<small>Doing::WWID</small>
|
@@ -1724,7 +1988,7 @@
|
|
1724
1988
|
</li>
|
1725
1989
|
|
1726
1990
|
|
1727
|
-
<li class="
|
1991
|
+
<li class="even ">
|
1728
1992
|
<div class="item">
|
1729
1993
|
<span class='object_link'><a href="Hash.html#stringify_keys-instance_method" title="Hash#stringify_keys (method)">#stringify_keys</a></span>
|
1730
1994
|
<small>Hash</small>
|
@@ -1732,7 +1996,7 @@
|
|
1732
1996
|
</li>
|
1733
1997
|
|
1734
1998
|
|
1735
|
-
<li class="
|
1999
|
+
<li class="odd ">
|
1736
2000
|
<div class="item">
|
1737
2001
|
<span class='object_link'><a href="Doing/Note.html#strip_lines-instance_method" title="Doing::Note#strip_lines (method)">#strip_lines</a></span>
|
1738
2002
|
<small>Doing::Note</small>
|
@@ -1740,7 +2004,7 @@
|
|
1740
2004
|
</li>
|
1741
2005
|
|
1742
2006
|
|
1743
|
-
<li class="
|
2007
|
+
<li class="even ">
|
1744
2008
|
<div class="item">
|
1745
2009
|
<span class='object_link'><a href="Doing/Note.html#strip_lines!-instance_method" title="Doing::Note#strip_lines! (method)">#strip_lines!</a></span>
|
1746
2010
|
<small>Doing::Note</small>
|
@@ -1748,7 +2012,7 @@
|
|
1748
2012
|
</li>
|
1749
2013
|
|
1750
2014
|
|
1751
|
-
<li class="
|
2015
|
+
<li class="odd ">
|
1752
2016
|
<div class="item">
|
1753
2017
|
<span class='object_link'><a href="Doing/Color.html#support%3F-instance_method" title="Doing::Color#support? (method)">#support?</a></span>
|
1754
2018
|
<small>Doing::Color</small>
|
@@ -1756,7 +2020,7 @@
|
|
1756
2020
|
</li>
|
1757
2021
|
|
1758
2022
|
|
1759
|
-
<li class="
|
2023
|
+
<li class="even ">
|
1760
2024
|
<div class="item">
|
1761
2025
|
<span class='object_link'><a href="GLI/Commands/MarkdownDocumentListener.html#switch-instance_method" title="GLI::Commands::MarkdownDocumentListener#switch (method)">#switch</a></span>
|
1762
2026
|
<small>GLI::Commands::MarkdownDocumentListener</small>
|
@@ -1764,18 +2028,26 @@
|
|
1764
2028
|
</li>
|
1765
2029
|
|
1766
2030
|
|
2031
|
+
<li class="odd ">
|
2032
|
+
<div class="item">
|
2033
|
+
<span class='object_link'><a href="BooleanTermParser/Operator.html#symbol-class_method" title="BooleanTermParser::Operator.symbol (method)">symbol</a></span>
|
2034
|
+
<small>BooleanTermParser::Operator</small>
|
2035
|
+
</div>
|
2036
|
+
</li>
|
2037
|
+
|
2038
|
+
|
1767
2039
|
<li class="even ">
|
1768
2040
|
<div class="item">
|
1769
|
-
<span class='object_link'><a href="
|
1770
|
-
<small>
|
2041
|
+
<span class='object_link'><a href="PhraseParser/Operator.html#symbol-class_method" title="PhraseParser::Operator.symbol (method)">symbol</a></span>
|
2042
|
+
<small>PhraseParser::Operator</small>
|
1771
2043
|
</div>
|
1772
2044
|
</li>
|
1773
2045
|
|
1774
2046
|
|
1775
2047
|
<li class="odd ">
|
1776
2048
|
<div class="item">
|
1777
|
-
<span class='object_link'><a href="
|
1778
|
-
<small>
|
2049
|
+
<span class='object_link'><a href="Hash.html#symbolize_keys-instance_method" title="Hash#symbolize_keys (method)">#symbolize_keys</a></span>
|
2050
|
+
<small>Hash</small>
|
1779
2051
|
</div>
|
1780
2052
|
</li>
|
1781
2053
|
|
@@ -1790,13 +2062,21 @@
|
|
1790
2062
|
|
1791
2063
|
<li class="odd ">
|
1792
2064
|
<div class="item">
|
1793
|
-
<span class='object_link'><a href="String.html#tag
|
2065
|
+
<span class='object_link'><a href="String.html#tag-instance_method" title="String#tag (method)">#tag</a></span>
|
1794
2066
|
<small>String</small>
|
1795
2067
|
</div>
|
1796
2068
|
</li>
|
1797
2069
|
|
1798
2070
|
|
1799
2071
|
<li class="even ">
|
2072
|
+
<div class="item">
|
2073
|
+
<span class='object_link'><a href="String.html#tag!-instance_method" title="String#tag! (method)">#tag!</a></span>
|
2074
|
+
<small>String</small>
|
2075
|
+
</div>
|
2076
|
+
</li>
|
2077
|
+
|
2078
|
+
|
2079
|
+
<li class="odd ">
|
1800
2080
|
<div class="item">
|
1801
2081
|
<span class='object_link'><a href="Doing/WWID.html#tag_groups-instance_method" title="Doing::WWID#tag_groups (method)">#tag_groups</a></span>
|
1802
2082
|
<small>Doing::WWID</small>
|
@@ -1804,7 +2084,7 @@
|
|
1804
2084
|
</li>
|
1805
2085
|
|
1806
2086
|
|
1807
|
-
<li class="
|
2087
|
+
<li class="even ">
|
1808
2088
|
<div class="item">
|
1809
2089
|
<span class='object_link'><a href="Doing/WWID.html#tag_last-instance_method" title="Doing::WWID#tag_last (method)">#tag_last</a></span>
|
1810
2090
|
<small>Doing::WWID</small>
|
@@ -1812,7 +2092,7 @@
|
|
1812
2092
|
</li>
|
1813
2093
|
|
1814
2094
|
|
1815
|
-
<li class="
|
2095
|
+
<li class="odd ">
|
1816
2096
|
<div class="item">
|
1817
2097
|
<span class='object_link'><a href="Doing/WWID.html#tag_times-instance_method" title="Doing::WWID#tag_times (method)">#tag_times</a></span>
|
1818
2098
|
<small>Doing::WWID</small>
|
@@ -1820,7 +2100,7 @@
|
|
1820
2100
|
</li>
|
1821
2101
|
|
1822
2102
|
|
1823
|
-
<li class="
|
2103
|
+
<li class="even ">
|
1824
2104
|
<div class="item">
|
1825
2105
|
<span class='object_link'><a href="Doing/Item.html#tags-instance_method" title="Doing::Item#tags (method)">#tags</a></span>
|
1826
2106
|
<small>Doing::Item</small>
|
@@ -1828,7 +2108,7 @@
|
|
1828
2108
|
</li>
|
1829
2109
|
|
1830
2110
|
|
1831
|
-
<li class="
|
2111
|
+
<li class="odd ">
|
1832
2112
|
<div class="item">
|
1833
2113
|
<span class='object_link'><a href="Doing/Item.html#tags%3F-instance_method" title="Doing::Item#tags? (method)">#tags?</a></span>
|
1834
2114
|
<small>Doing::Item</small>
|
@@ -1836,7 +2116,7 @@
|
|
1836
2116
|
</li>
|
1837
2117
|
|
1838
2118
|
|
1839
|
-
<li class="
|
2119
|
+
<li class="even ">
|
1840
2120
|
<div class="item">
|
1841
2121
|
<span class='object_link'><a href="Doing/LogAdapter.html#temp_level-instance_method" title="Doing::LogAdapter#temp_level (method)">#temp_level</a></span>
|
1842
2122
|
<small>Doing::LogAdapter</small>
|
@@ -1844,7 +2124,7 @@
|
|
1844
2124
|
</li>
|
1845
2125
|
|
1846
2126
|
|
1847
|
-
<li class="
|
2127
|
+
<li class="odd ">
|
1848
2128
|
<div class="item">
|
1849
2129
|
<span class='object_link'><a href="Doing/Plugins.html#template_for_trigger-class_method" title="Doing::Plugins.template_for_trigger (method)">template_for_trigger</a></span>
|
1850
2130
|
<small>Doing::Plugins</small>
|
@@ -1852,7 +2132,7 @@
|
|
1852
2132
|
</li>
|
1853
2133
|
|
1854
2134
|
|
1855
|
-
<li class="
|
2135
|
+
<li class="even ">
|
1856
2136
|
<div class="item">
|
1857
2137
|
<span class='object_link'><a href="Doing/Plugins.html#template_regex-class_method" title="Doing::Plugins.template_regex (method)">template_regex</a></span>
|
1858
2138
|
<small>Doing::Plugins</small>
|
@@ -1860,6 +2140,30 @@
|
|
1860
2140
|
</li>
|
1861
2141
|
|
1862
2142
|
|
2143
|
+
<li class="odd ">
|
2144
|
+
<div class="item">
|
2145
|
+
<span class='object_link'><a href="BooleanTermParser/Clause.html#term-instance_method" title="BooleanTermParser::Clause#term (method)">#term</a></span>
|
2146
|
+
<small>BooleanTermParser::Clause</small>
|
2147
|
+
</div>
|
2148
|
+
</li>
|
2149
|
+
|
2150
|
+
|
2151
|
+
<li class="even ">
|
2152
|
+
<div class="item">
|
2153
|
+
<span class='object_link'><a href="PhraseParser/TermClause.html#term-instance_method" title="PhraseParser::TermClause#term (method)">#term</a></span>
|
2154
|
+
<small>PhraseParser::TermClause</small>
|
2155
|
+
</div>
|
2156
|
+
</li>
|
2157
|
+
|
2158
|
+
|
2159
|
+
<li class="odd ">
|
2160
|
+
<div class="item">
|
2161
|
+
<span class='object_link'><a href="Time.html#time_ago-instance_method" title="Time#time_ago (method)">#time_ago</a></span>
|
2162
|
+
<small>Time</small>
|
2163
|
+
</div>
|
2164
|
+
</li>
|
2165
|
+
|
2166
|
+
|
1863
2167
|
<li class="even ">
|
1864
2168
|
<div class="item">
|
1865
2169
|
<span class='object_link'><a href="Doing/Section.html#title-instance_method" title="Doing::Section#title (method)">#title</a></span>
|
@@ -1876,6 +2180,22 @@
|
|
1876
2180
|
</li>
|
1877
2181
|
|
1878
2182
|
|
2183
|
+
<li class="even ">
|
2184
|
+
<div class="item">
|
2185
|
+
<span class='object_link'><a href="BooleanTermParser/Query.html#to_elasticsearch-instance_method" title="BooleanTermParser::Query#to_elasticsearch (method)">#to_elasticsearch</a></span>
|
2186
|
+
<small>BooleanTermParser::Query</small>
|
2187
|
+
</div>
|
2188
|
+
</li>
|
2189
|
+
|
2190
|
+
|
2191
|
+
<li class="odd ">
|
2192
|
+
<div class="item">
|
2193
|
+
<span class='object_link'><a href="PhraseParser/Query.html#to_elasticsearch-instance_method" title="PhraseParser::Query#to_elasticsearch (method)">#to_elasticsearch</a></span>
|
2194
|
+
<small>PhraseParser::Query</small>
|
2195
|
+
</div>
|
2196
|
+
</li>
|
2197
|
+
|
2198
|
+
|
1879
2199
|
<li class="even ">
|
1880
2200
|
<div class="item">
|
1881
2201
|
<span class='object_link'><a href="String.html#to_rx-instance_method" title="String#to_rx (method)">#to_rx</a></span>
|
@@ -1886,32 +2206,32 @@
|
|
1886
2206
|
|
1887
2207
|
<li class="odd ">
|
1888
2208
|
<div class="item">
|
1889
|
-
<span class='object_link'><a href="Doing/
|
1890
|
-
<small>Doing::
|
2209
|
+
<span class='object_link'><a href="Doing/Item.html#to_s-instance_method" title="Doing::Item#to_s (method)">#to_s</a></span>
|
2210
|
+
<small>Doing::Item</small>
|
1891
2211
|
</div>
|
1892
2212
|
</li>
|
1893
2213
|
|
1894
2214
|
|
1895
2215
|
<li class="even ">
|
1896
2216
|
<div class="item">
|
1897
|
-
<span class='object_link'><a href="Doing/
|
1898
|
-
<small>Doing::
|
2217
|
+
<span class='object_link'><a href="Doing/Items.html#to_s-instance_method" title="Doing::Items#to_s (method)">#to_s</a></span>
|
2218
|
+
<small>Doing::Items</small>
|
1899
2219
|
</div>
|
1900
2220
|
</li>
|
1901
2221
|
|
1902
2222
|
|
1903
2223
|
<li class="odd ">
|
1904
2224
|
<div class="item">
|
1905
|
-
<span class='object_link'><a href="Doing/
|
1906
|
-
<small>Doing::
|
2225
|
+
<span class='object_link'><a href="Doing/Note.html#to_s-instance_method" title="Doing::Note#to_s (method)">#to_s</a></span>
|
2226
|
+
<small>Doing::Note</small>
|
1907
2227
|
</div>
|
1908
2228
|
</li>
|
1909
2229
|
|
1910
2230
|
|
1911
2231
|
<li class="even ">
|
1912
2232
|
<div class="item">
|
1913
|
-
<span class='object_link'><a href="Doing/
|
1914
|
-
<small>Doing::
|
2233
|
+
<span class='object_link'><a href="Doing/Section.html#to_s-instance_method" title="Doing::Section#to_s (method)">#to_s</a></span>
|
2234
|
+
<small>Doing::Section</small>
|
1915
2235
|
</div>
|
1916
2236
|
</li>
|
1917
2237
|
|
@@ -1998,16 +2318,16 @@
|
|
1998
2318
|
|
1999
2319
|
<li class="odd ">
|
2000
2320
|
<div class="item">
|
2001
|
-
<span class='object_link'><a href="
|
2002
|
-
<small>
|
2321
|
+
<span class='object_link'><a href="String.html#uncolor-instance_method" title="String#uncolor (method)">#uncolor</a></span>
|
2322
|
+
<small>String</small>
|
2003
2323
|
</div>
|
2004
2324
|
</li>
|
2005
2325
|
|
2006
2326
|
|
2007
2327
|
<li class="even ">
|
2008
2328
|
<div class="item">
|
2009
|
-
<span class='object_link'><a href="
|
2010
|
-
<small>
|
2329
|
+
<span class='object_link'><a href="Doing/Color.html#uncolor-instance_method" title="Doing::Color#uncolor (method)">#uncolor</a></span>
|
2330
|
+
<small>Doing::Color</small>
|
2011
2331
|
</div>
|
2012
2332
|
</li>
|
2013
2333
|
|
@@ -2038,16 +2358,16 @@
|
|
2038
2358
|
|
2039
2359
|
<li class="even ">
|
2040
2360
|
<div class="item">
|
2041
|
-
<span class='object_link'><a href="Doing/
|
2042
|
-
<small>Doing::
|
2361
|
+
<span class='object_link'><a href="Doing/Util.html#user_home-instance_method" title="Doing::Util#user_home (method)">#user_home</a></span>
|
2362
|
+
<small>Doing::Util</small>
|
2043
2363
|
</div>
|
2044
2364
|
</li>
|
2045
2365
|
|
2046
2366
|
|
2047
2367
|
<li class="odd ">
|
2048
2368
|
<div class="item">
|
2049
|
-
<span class='object_link'><a href="Doing/
|
2050
|
-
<small>Doing::
|
2369
|
+
<span class='object_link'><a href="Doing/Plugins.html#user_home-class_method" title="Doing::Plugins.user_home (method)">user_home</a></span>
|
2370
|
+
<small>Doing::Plugins</small>
|
2051
2371
|
</div>
|
2052
2372
|
</li>
|
2053
2373
|
|
@@ -2102,13 +2422,21 @@
|
|
2102
2422
|
|
2103
2423
|
<li class="even ">
|
2104
2424
|
<div class="item">
|
2105
|
-
<span class='object_link'><a href="String.html#
|
2425
|
+
<span class='object_link'><a href="String.html#wildcard_to_rx-instance_method" title="String#wildcard_to_rx (method)">#wildcard_to_rx</a></span>
|
2106
2426
|
<small>String</small>
|
2107
2427
|
</div>
|
2108
2428
|
</li>
|
2109
2429
|
|
2110
2430
|
|
2111
2431
|
<li class="odd ">
|
2432
|
+
<div class="item">
|
2433
|
+
<span class='object_link'><a href="String.html#wrap-instance_method" title="String#wrap (method)">#wrap</a></span>
|
2434
|
+
<small>String</small>
|
2435
|
+
</div>
|
2436
|
+
</li>
|
2437
|
+
|
2438
|
+
|
2439
|
+
<li class="even ">
|
2112
2440
|
<div class="item">
|
2113
2441
|
<span class='object_link'><a href="Doing/LogAdapter.html#write-instance_method" title="Doing::LogAdapter#write (method)">#write</a></span>
|
2114
2442
|
<small>Doing::LogAdapter</small>
|
@@ -2116,7 +2444,7 @@
|
|
2116
2444
|
</li>
|
2117
2445
|
|
2118
2446
|
|
2119
|
-
<li class="
|
2447
|
+
<li class="odd ">
|
2120
2448
|
<div class="item">
|
2121
2449
|
<span class='object_link'><a href="Doing/WWID.html#write-instance_method" title="Doing::WWID#write (method)">#write</a></span>
|
2122
2450
|
<small>Doing::WWID</small>
|
@@ -2124,6 +2452,14 @@
|
|
2124
2452
|
</li>
|
2125
2453
|
|
2126
2454
|
|
2455
|
+
<li class="even ">
|
2456
|
+
<div class="item">
|
2457
|
+
<span class='object_link'><a href="Doing/Util/Backup.html#write_backup-instance_method" title="Doing::Util::Backup#write_backup (method)">#write_backup</a></span>
|
2458
|
+
<small>Doing::Util::Backup</small>
|
2459
|
+
</div>
|
2460
|
+
</li>
|
2461
|
+
|
2462
|
+
|
2127
2463
|
<li class="odd ">
|
2128
2464
|
<div class="item">
|
2129
2465
|
<span class='object_link'><a href="Doing/Util.html#write_to_file-instance_method" title="Doing::Util#write_to_file (method)">#write_to_file</a></span>
|