doing 2.1.9 → 2.1.10
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 +5 -5
- data/.yardoc/object_types +0 -0
- data/.yardoc/objects/root.dat +0 -0
- data/CHANGELOG.md +6 -0
- data/Gemfile.lock +1 -1
- data/README.md +1 -1
- data/Rakefile +12 -1
- data/bin/doing +12 -2
- data/docs/doc/Array.html +1 -1
- 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 +1 -1
- data/docs/doc/Doing/Completion.html +1 -1
- data/docs/doc/Doing/Configuration.html +1 -1
- 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 +1 -1
- data/docs/doc/Doing/Items.html +1 -1
- data/docs/doc/Doing/LogAdapter.html +1 -1
- data/docs/doc/Doing/Note.html +1 -1
- data/docs/doc/Doing/Pager.html +1 -1
- data/docs/doc/Doing/Plugins.html +1 -1
- data/docs/doc/Doing/Prompt.html +1 -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 +53 -8
- data/docs/doc/Doing.html +2 -2
- 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/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 +97 -1
- data/docs/doc/Symbol.html +36 -2
- data/docs/doc/Time.html +1 -1
- data/docs/doc/_index.html +1 -1
- data/docs/doc/file.README.html +2 -2
- data/docs/doc/index.html +2 -2
- data/docs/doc/method_list.html +243 -219
- data/docs/doc/top-level-namespace.html +1 -1
- data/docs/index.md +1 -1
- data/doing.rdoc +9 -2
- data/generate_completions.sh +1 -3
- data/lib/completion/_doing.zsh +1 -1
- data/lib/completion/doing.bash +2 -2
- data/lib/completion/doing.fish +2 -1
- data/lib/doing/completion/bash_completion.rb +2 -2
- data/lib/doing/completion/fish_completion.rb +2 -2
- data/lib/doing/completion/zsh_completion.rb +2 -2
- data/lib/doing/completion.rb +12 -2
- data/lib/doing/string.rb +20 -0
- data/lib/doing/symbol.rb +4 -0
- data/lib/doing/version.rb +1 -1
- data/lib/doing/wwid.rb +16 -15
- data/scripts/generate_bash_completions.rb +2 -2
- metadata +1 -1
data/docs/doc/method_list.html
CHANGED
|
@@ -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/Items.html#all_tags-instance_method" title="Doing::Items#all_tags (method)">#all_tags</a></span>
|
|
138
|
+
<small>Doing::Items</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/WWID.html#all_tags-instance_method" title="Doing::WWID#all_tags (method)">#all_tags</a></span>
|
|
146
|
+
<small>Doing::WWID</small>
|
|
147
147
|
</div>
|
|
148
148
|
</li>
|
|
149
149
|
|
|
@@ -446,16 +446,16 @@
|
|
|
446
446
|
|
|
447
447
|
<li class="odd ">
|
|
448
448
|
<div class="item">
|
|
449
|
-
<span class='object_link'><a href="Doing/
|
|
450
|
-
<small>Doing::
|
|
449
|
+
<span class='object_link'><a href="Doing/WWID.html#config_file-instance_method" title="Doing::WWID#config_file (method)">#config_file</a></span>
|
|
450
|
+
<small>Doing::WWID</small>
|
|
451
451
|
</div>
|
|
452
452
|
</li>
|
|
453
453
|
|
|
454
454
|
|
|
455
455
|
<li class="even ">
|
|
456
456
|
<div class="item">
|
|
457
|
-
<span class='object_link'><a href="Doing/
|
|
458
|
-
<small>Doing::
|
|
457
|
+
<span class='object_link'><a href="Doing/Configuration.html#config_file-instance_method" title="Doing::Configuration#config_file (method)">#config_file</a></span>
|
|
458
|
+
<small>Doing::Configuration</small>
|
|
459
459
|
</div>
|
|
460
460
|
</li>
|
|
461
461
|
|
|
@@ -1014,85 +1014,77 @@
|
|
|
1014
1014
|
|
|
1015
1015
|
<li class="even ">
|
|
1016
1016
|
<div class="item">
|
|
1017
|
-
<span class='object_link'><a href="
|
|
1018
|
-
<small>
|
|
1017
|
+
<span class='object_link'><a href="Doing/Errors/DoingRuntimeError.html#initialize-instance_method" title="Doing::Errors::DoingRuntimeError#initialize (method)">#initialize</a></span>
|
|
1018
|
+
<small>Doing::Errors::DoingRuntimeError</small>
|
|
1019
1019
|
</div>
|
|
1020
1020
|
</li>
|
|
1021
1021
|
|
|
1022
1022
|
|
|
1023
1023
|
<li class="odd ">
|
|
1024
1024
|
<div class="item">
|
|
1025
|
-
<span class='object_link'><a href="
|
|
1026
|
-
<small>
|
|
1025
|
+
<span class='object_link'><a href="PhraseParser/TermClause.html#initialize-instance_method" title="PhraseParser::TermClause#initialize (method)">#initialize</a></span>
|
|
1026
|
+
<small>PhraseParser::TermClause</small>
|
|
1027
1027
|
</div>
|
|
1028
1028
|
</li>
|
|
1029
1029
|
|
|
1030
1030
|
|
|
1031
1031
|
<li class="even ">
|
|
1032
1032
|
<div class="item">
|
|
1033
|
-
<span class='object_link'><a href="
|
|
1034
|
-
<small>
|
|
1033
|
+
<span class='object_link'><a href="PhraseParser/PhraseClause.html#initialize-instance_method" title="PhraseParser::PhraseClause#initialize (method)">#initialize</a></span>
|
|
1034
|
+
<small>PhraseParser::PhraseClause</small>
|
|
1035
1035
|
</div>
|
|
1036
1036
|
</li>
|
|
1037
1037
|
|
|
1038
1038
|
|
|
1039
1039
|
<li class="odd ">
|
|
1040
1040
|
<div class="item">
|
|
1041
|
-
<span class='object_link'><a href="
|
|
1042
|
-
<small>
|
|
1041
|
+
<span class='object_link'><a href="GLI/Commands/MarkdownDocumentListener.html#initialize-instance_method" title="GLI::Commands::MarkdownDocumentListener#initialize (method)">#initialize</a></span>
|
|
1042
|
+
<small>GLI::Commands::MarkdownDocumentListener</small>
|
|
1043
1043
|
</div>
|
|
1044
1044
|
</li>
|
|
1045
1045
|
|
|
1046
1046
|
|
|
1047
1047
|
<li class="even ">
|
|
1048
1048
|
<div class="item">
|
|
1049
|
-
<span class='object_link'><a href="
|
|
1050
|
-
<small>
|
|
1049
|
+
<span class='object_link'><a href="PhraseParser/Query.html#initialize-instance_method" title="PhraseParser::Query#initialize (method)">#initialize</a></span>
|
|
1050
|
+
<small>PhraseParser::Query</small>
|
|
1051
1051
|
</div>
|
|
1052
1052
|
</li>
|
|
1053
1053
|
|
|
1054
1054
|
|
|
1055
1055
|
<li class="odd ">
|
|
1056
1056
|
<div class="item">
|
|
1057
|
-
<span class='object_link'><a href="
|
|
1058
|
-
<small>
|
|
1057
|
+
<span class='object_link'><a href="Doing/Configuration.html#initialize-instance_method" title="Doing::Configuration#initialize (method)">#initialize</a></span>
|
|
1058
|
+
<small>Doing::Configuration</small>
|
|
1059
1059
|
</div>
|
|
1060
1060
|
</li>
|
|
1061
1061
|
|
|
1062
1062
|
|
|
1063
1063
|
<li class="even ">
|
|
1064
1064
|
<div class="item">
|
|
1065
|
-
<span class='object_link'><a href="
|
|
1066
|
-
<small>
|
|
1065
|
+
<span class='object_link'><a href="Doing/Items.html#initialize-instance_method" title="Doing::Items#initialize (method)">#initialize</a></span>
|
|
1066
|
+
<small>Doing::Items</small>
|
|
1067
1067
|
</div>
|
|
1068
1068
|
</li>
|
|
1069
1069
|
|
|
1070
1070
|
|
|
1071
1071
|
<li class="odd ">
|
|
1072
1072
|
<div class="item">
|
|
1073
|
-
<span class='object_link'><a href="
|
|
1074
|
-
<small>
|
|
1073
|
+
<span class='object_link'><a href="BooleanTermParser/Query.html#initialize-instance_method" title="BooleanTermParser::Query#initialize (method)">#initialize</a></span>
|
|
1074
|
+
<small>BooleanTermParser::Query</small>
|
|
1075
1075
|
</div>
|
|
1076
1076
|
</li>
|
|
1077
1077
|
|
|
1078
1078
|
|
|
1079
1079
|
<li class="even ">
|
|
1080
1080
|
<div class="item">
|
|
1081
|
-
<span class='object_link'><a href="Doing/
|
|
1082
|
-
<small>Doing::
|
|
1081
|
+
<span class='object_link'><a href="Doing/Section.html#initialize-instance_method" title="Doing::Section#initialize (method)">#initialize</a></span>
|
|
1082
|
+
<small>Doing::Section</small>
|
|
1083
1083
|
</div>
|
|
1084
1084
|
</li>
|
|
1085
1085
|
|
|
1086
1086
|
|
|
1087
1087
|
<li class="odd ">
|
|
1088
|
-
<div class="item">
|
|
1089
|
-
<span class='object_link'><a href="Doing/TemplateString.html#initialize-instance_method" title="Doing::TemplateString#initialize (method)">#initialize</a></span>
|
|
1090
|
-
<small>Doing::TemplateString</small>
|
|
1091
|
-
</div>
|
|
1092
|
-
</li>
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
<li class="even ">
|
|
1096
1088
|
<div class="item">
|
|
1097
1089
|
<span class='object_link'><a href="Doing/Errors/UserCancelled.html#initialize-instance_method" title="Doing::Errors::UserCancelled#initialize (method)">#initialize</a></span>
|
|
1098
1090
|
<small>Doing::Errors::UserCancelled</small>
|
|
@@ -1100,7 +1092,7 @@
|
|
|
1100
1092
|
</li>
|
|
1101
1093
|
|
|
1102
1094
|
|
|
1103
|
-
<li class="
|
|
1095
|
+
<li class="even ">
|
|
1104
1096
|
<div class="item">
|
|
1105
1097
|
<span class='object_link'><a href="Doing/Errors/EmptyInput.html#initialize-instance_method" title="Doing::Errors::EmptyInput#initialize (method)">#initialize</a></span>
|
|
1106
1098
|
<small>Doing::Errors::EmptyInput</small>
|
|
@@ -1108,7 +1100,7 @@
|
|
|
1108
1100
|
</li>
|
|
1109
1101
|
|
|
1110
1102
|
|
|
1111
|
-
<li class="
|
|
1103
|
+
<li class="odd ">
|
|
1112
1104
|
<div class="item">
|
|
1113
1105
|
<span class='object_link'><a href="Doing/Errors/DoingStandardError.html#initialize-instance_method" title="Doing::Errors::DoingStandardError#initialize (method)">#initialize</a></span>
|
|
1114
1106
|
<small>Doing::Errors::DoingStandardError</small>
|
|
@@ -1116,7 +1108,7 @@
|
|
|
1116
1108
|
</li>
|
|
1117
1109
|
|
|
1118
1110
|
|
|
1119
|
-
<li class="
|
|
1111
|
+
<li class="even ">
|
|
1120
1112
|
<div class="item">
|
|
1121
1113
|
<span class='object_link'><a href="Doing/Errors/WrongCommand.html#initialize-instance_method" title="Doing::Errors::WrongCommand#initialize (method)">#initialize</a></span>
|
|
1122
1114
|
<small>Doing::Errors::WrongCommand</small>
|
|
@@ -1124,15 +1116,15 @@
|
|
|
1124
1116
|
</li>
|
|
1125
1117
|
|
|
1126
1118
|
|
|
1127
|
-
<li class="
|
|
1119
|
+
<li class="odd ">
|
|
1128
1120
|
<div class="item">
|
|
1129
|
-
<span class='object_link'><a href="Doing/
|
|
1130
|
-
<small>Doing::
|
|
1121
|
+
<span class='object_link'><a href="Doing/TemplateString.html#initialize-instance_method" title="Doing::TemplateString#initialize (method)">#initialize</a></span>
|
|
1122
|
+
<small>Doing::TemplateString</small>
|
|
1131
1123
|
</div>
|
|
1132
1124
|
</li>
|
|
1133
1125
|
|
|
1134
1126
|
|
|
1135
|
-
<li class="
|
|
1127
|
+
<li class="even ">
|
|
1136
1128
|
<div class="item">
|
|
1137
1129
|
<span class='object_link'><a href="Doing/Errors/NoResults.html#initialize-instance_method" title="Doing::Errors::NoResults#initialize (method)">#initialize</a></span>
|
|
1138
1130
|
<small>Doing::Errors::NoResults</small>
|
|
@@ -1140,7 +1132,7 @@
|
|
|
1140
1132
|
</li>
|
|
1141
1133
|
|
|
1142
1134
|
|
|
1143
|
-
<li class="
|
|
1135
|
+
<li class="odd ">
|
|
1144
1136
|
<div class="item">
|
|
1145
1137
|
<span class='object_link'><a href="Doing/Errors/DoingNoTraceError.html#initialize-instance_method" title="Doing::Errors::DoingNoTraceError#initialize (method)">#initialize</a></span>
|
|
1146
1138
|
<small>Doing::Errors::DoingNoTraceError</small>
|
|
@@ -1148,6 +1140,14 @@
|
|
|
1148
1140
|
</li>
|
|
1149
1141
|
|
|
1150
1142
|
|
|
1143
|
+
<li class="even ">
|
|
1144
|
+
<div class="item">
|
|
1145
|
+
<span class='object_link'><a href="Doing/WWID.html#initialize-instance_method" title="Doing::WWID#initialize (method)">#initialize</a></span>
|
|
1146
|
+
<small>Doing::WWID</small>
|
|
1147
|
+
</div>
|
|
1148
|
+
</li>
|
|
1149
|
+
|
|
1150
|
+
|
|
1151
1151
|
<li class="odd ">
|
|
1152
1152
|
<div class="item">
|
|
1153
1153
|
<span class='object_link'><a href="Doing/Errors/PluginException.html#initialize-instance_method" title="Doing::Errors::PluginException#initialize (method)">#initialize</a></span>
|
|
@@ -1158,16 +1158,16 @@
|
|
|
1158
1158
|
|
|
1159
1159
|
<li class="even ">
|
|
1160
1160
|
<div class="item">
|
|
1161
|
-
<span class='object_link'><a href="Doing/
|
|
1162
|
-
<small>Doing::
|
|
1161
|
+
<span class='object_link'><a href="Doing/Item.html#initialize-instance_method" title="Doing::Item#initialize (method)">#initialize</a></span>
|
|
1162
|
+
<small>Doing::Item</small>
|
|
1163
1163
|
</div>
|
|
1164
1164
|
</li>
|
|
1165
1165
|
|
|
1166
1166
|
|
|
1167
1167
|
<li class="odd ">
|
|
1168
1168
|
<div class="item">
|
|
1169
|
-
<span class='object_link'><a href="
|
|
1170
|
-
<small>
|
|
1169
|
+
<span class='object_link'><a href="BooleanTermParser/Clause.html#initialize-instance_method" title="BooleanTermParser::Clause#initialize (method)">#initialize</a></span>
|
|
1170
|
+
<small>BooleanTermParser::Clause</small>
|
|
1171
1171
|
</div>
|
|
1172
1172
|
</li>
|
|
1173
1173
|
|
|
@@ -1182,8 +1182,8 @@
|
|
|
1182
1182
|
|
|
1183
1183
|
<li class="odd ">
|
|
1184
1184
|
<div class="item">
|
|
1185
|
-
<span class='object_link'><a href="
|
|
1186
|
-
<small>
|
|
1185
|
+
<span class='object_link'><a href="Doing/LogAdapter.html#initialize-instance_method" title="Doing::LogAdapter#initialize (method)">#initialize</a></span>
|
|
1186
|
+
<small>Doing::LogAdapter</small>
|
|
1187
1187
|
</div>
|
|
1188
1188
|
</li>
|
|
1189
1189
|
|
|
@@ -1486,7 +1486,7 @@
|
|
|
1486
1486
|
|
|
1487
1487
|
<li class="odd ">
|
|
1488
1488
|
<div class="item">
|
|
1489
|
-
<span class='object_link'><a href="String.html#
|
|
1489
|
+
<span class='object_link'><a href="String.html#normalize_age-instance_method" title="String#normalize_age (method)">#normalize_age</a></span>
|
|
1490
1490
|
<small>String</small>
|
|
1491
1491
|
</div>
|
|
1492
1492
|
</li>
|
|
@@ -1494,7 +1494,7 @@
|
|
|
1494
1494
|
|
|
1495
1495
|
<li class="even ">
|
|
1496
1496
|
<div class="item">
|
|
1497
|
-
<span class='object_link'><a href="Symbol.html#
|
|
1497
|
+
<span class='object_link'><a href="Symbol.html#normalize_age-instance_method" title="Symbol#normalize_age (method)">#normalize_age</a></span>
|
|
1498
1498
|
<small>Symbol</small>
|
|
1499
1499
|
</div>
|
|
1500
1500
|
</li>
|
|
@@ -1502,7 +1502,7 @@
|
|
|
1502
1502
|
|
|
1503
1503
|
<li class="odd ">
|
|
1504
1504
|
<div class="item">
|
|
1505
|
-
<span class='object_link'><a href="String.html#
|
|
1505
|
+
<span class='object_link'><a href="String.html#normalize_age!-instance_method" title="String#normalize_age! (method)">#normalize_age!</a></span>
|
|
1506
1506
|
<small>String</small>
|
|
1507
1507
|
</div>
|
|
1508
1508
|
</li>
|
|
@@ -1510,7 +1510,7 @@
|
|
|
1510
1510
|
|
|
1511
1511
|
<li class="even ">
|
|
1512
1512
|
<div class="item">
|
|
1513
|
-
<span class='object_link'><a href="String.html#
|
|
1513
|
+
<span class='object_link'><a href="String.html#normalize_bool-instance_method" title="String#normalize_bool (method)">#normalize_bool</a></span>
|
|
1514
1514
|
<small>String</small>
|
|
1515
1515
|
</div>
|
|
1516
1516
|
</li>
|
|
@@ -1518,7 +1518,7 @@
|
|
|
1518
1518
|
|
|
1519
1519
|
<li class="odd ">
|
|
1520
1520
|
<div class="item">
|
|
1521
|
-
<span class='object_link'><a href="Symbol.html#
|
|
1521
|
+
<span class='object_link'><a href="Symbol.html#normalize_bool-instance_method" title="Symbol#normalize_bool (method)">#normalize_bool</a></span>
|
|
1522
1522
|
<small>Symbol</small>
|
|
1523
1523
|
</div>
|
|
1524
1524
|
</li>
|
|
@@ -1526,7 +1526,7 @@
|
|
|
1526
1526
|
|
|
1527
1527
|
<li class="even ">
|
|
1528
1528
|
<div class="item">
|
|
1529
|
-
<span class='object_link'><a href="String.html#
|
|
1529
|
+
<span class='object_link'><a href="String.html#normalize_bool!-instance_method" title="String#normalize_bool! (method)">#normalize_bool!</a></span>
|
|
1530
1530
|
<small>String</small>
|
|
1531
1531
|
</div>
|
|
1532
1532
|
</li>
|
|
@@ -1534,7 +1534,7 @@
|
|
|
1534
1534
|
|
|
1535
1535
|
<li class="odd ">
|
|
1536
1536
|
<div class="item">
|
|
1537
|
-
<span class='object_link'><a href="Symbol.html#
|
|
1537
|
+
<span class='object_link'><a href="Symbol.html#normalize_case-instance_method" title="Symbol#normalize_case (method)">#normalize_case</a></span>
|
|
1538
1538
|
<small>Symbol</small>
|
|
1539
1539
|
</div>
|
|
1540
1540
|
</li>
|
|
@@ -1542,7 +1542,7 @@
|
|
|
1542
1542
|
|
|
1543
1543
|
<li class="even ">
|
|
1544
1544
|
<div class="item">
|
|
1545
|
-
<span class='object_link'><a href="String.html#
|
|
1545
|
+
<span class='object_link'><a href="String.html#normalize_case-instance_method" title="String#normalize_case (method)">#normalize_case</a></span>
|
|
1546
1546
|
<small>String</small>
|
|
1547
1547
|
</div>
|
|
1548
1548
|
</li>
|
|
@@ -1550,7 +1550,7 @@
|
|
|
1550
1550
|
|
|
1551
1551
|
<li class="odd ">
|
|
1552
1552
|
<div class="item">
|
|
1553
|
-
<span class='object_link'><a href="String.html#
|
|
1553
|
+
<span class='object_link'><a href="String.html#normalize_case!-instance_method" title="String#normalize_case! (method)">#normalize_case!</a></span>
|
|
1554
1554
|
<small>String</small>
|
|
1555
1555
|
</div>
|
|
1556
1556
|
</li>
|
|
@@ -1558,7 +1558,23 @@
|
|
|
1558
1558
|
|
|
1559
1559
|
<li class="even ">
|
|
1560
1560
|
<div class="item">
|
|
1561
|
-
<span class='object_link'><a href="
|
|
1561
|
+
<span class='object_link'><a href="Symbol.html#normalize_matching-instance_method" title="Symbol#normalize_matching (method)">#normalize_matching</a></span>
|
|
1562
|
+
<small>Symbol</small>
|
|
1563
|
+
</div>
|
|
1564
|
+
</li>
|
|
1565
|
+
|
|
1566
|
+
|
|
1567
|
+
<li class="odd ">
|
|
1568
|
+
<div class="item">
|
|
1569
|
+
<span class='object_link'><a href="String.html#normalize_matching-instance_method" title="String#normalize_matching (method)">#normalize_matching</a></span>
|
|
1570
|
+
<small>String</small>
|
|
1571
|
+
</div>
|
|
1572
|
+
</li>
|
|
1573
|
+
|
|
1574
|
+
|
|
1575
|
+
<li class="even ">
|
|
1576
|
+
<div class="item">
|
|
1577
|
+
<span class='object_link'><a href="String.html#normalize_matching!-instance_method" title="String#normalize_matching! (method)">#normalize_matching!</a></span>
|
|
1562
1578
|
<small>String</small>
|
|
1563
1579
|
</div>
|
|
1564
1580
|
</li>
|
|
@@ -1574,7 +1590,7 @@
|
|
|
1574
1590
|
|
|
1575
1591
|
<li class="even ">
|
|
1576
1592
|
<div class="item">
|
|
1577
|
-
<span class='object_link'><a href="String.html#normalize_order
|
|
1593
|
+
<span class='object_link'><a href="String.html#normalize_order-instance_method" title="String#normalize_order (method)">#normalize_order</a></span>
|
|
1578
1594
|
<small>String</small>
|
|
1579
1595
|
</div>
|
|
1580
1596
|
</li>
|
|
@@ -1582,7 +1598,7 @@
|
|
|
1582
1598
|
|
|
1583
1599
|
<li class="odd ">
|
|
1584
1600
|
<div class="item">
|
|
1585
|
-
<span class='object_link'><a href="String.html#
|
|
1601
|
+
<span class='object_link'><a href="String.html#normalize_order!-instance_method" title="String#normalize_order! (method)">#normalize_order!</a></span>
|
|
1586
1602
|
<small>String</small>
|
|
1587
1603
|
</div>
|
|
1588
1604
|
</li>
|
|
@@ -1590,7 +1606,7 @@
|
|
|
1590
1606
|
|
|
1591
1607
|
<li class="even ">
|
|
1592
1608
|
<div class="item">
|
|
1593
|
-
<span class='object_link'><a href="String.html#normalize_trigger
|
|
1609
|
+
<span class='object_link'><a href="String.html#normalize_trigger-instance_method" title="String#normalize_trigger (method)">#normalize_trigger</a></span>
|
|
1594
1610
|
<small>String</small>
|
|
1595
1611
|
</div>
|
|
1596
1612
|
</li>
|
|
@@ -1598,16 +1614,16 @@
|
|
|
1598
1614
|
|
|
1599
1615
|
<li class="odd ">
|
|
1600
1616
|
<div class="item">
|
|
1601
|
-
<span class='object_link'><a href="
|
|
1602
|
-
<small>
|
|
1617
|
+
<span class='object_link'><a href="String.html#normalize_trigger!-instance_method" title="String#normalize_trigger! (method)">#normalize_trigger!</a></span>
|
|
1618
|
+
<small>String</small>
|
|
1603
1619
|
</div>
|
|
1604
1620
|
</li>
|
|
1605
1621
|
|
|
1606
1622
|
|
|
1607
1623
|
<li class="even ">
|
|
1608
1624
|
<div class="item">
|
|
1609
|
-
<span class='object_link'><a href="
|
|
1610
|
-
<small>
|
|
1625
|
+
<span class='object_link'><a href="Doing/Item.html#note-instance_method" title="Doing::Item#note (method)">#note</a></span>
|
|
1626
|
+
<small>Doing::Item</small>
|
|
1611
1627
|
</div>
|
|
1612
1628
|
</li>
|
|
1613
1629
|
|
|
@@ -1621,6 +1637,14 @@
|
|
|
1621
1637
|
|
|
1622
1638
|
|
|
1623
1639
|
<li class="even ">
|
|
1640
|
+
<div class="item">
|
|
1641
|
+
<span class='object_link'><a href="PhraseParser/PhraseClause.html#operator-instance_method" title="PhraseParser::PhraseClause#operator (method)">#operator</a></span>
|
|
1642
|
+
<small>PhraseParser::PhraseClause</small>
|
|
1643
|
+
</div>
|
|
1644
|
+
</li>
|
|
1645
|
+
|
|
1646
|
+
|
|
1647
|
+
<li class="odd ">
|
|
1624
1648
|
<div class="item">
|
|
1625
1649
|
<span class='object_link'><a href="PhraseParser/TermClause.html#operator-instance_method" title="PhraseParser::TermClause#operator (method)">#operator</a></span>
|
|
1626
1650
|
<small>PhraseParser::TermClause</small>
|
|
@@ -1628,7 +1652,7 @@
|
|
|
1628
1652
|
</li>
|
|
1629
1653
|
|
|
1630
1654
|
|
|
1631
|
-
<li class="
|
|
1655
|
+
<li class="even ">
|
|
1632
1656
|
<div class="item">
|
|
1633
1657
|
<span class='object_link'><a href="GLI/Commands/MarkdownDocumentListener.html#options-instance_method" title="GLI::Commands::MarkdownDocumentListener#options (method)">#options</a></span>
|
|
1634
1658
|
<small>GLI::Commands::MarkdownDocumentListener</small>
|
|
@@ -1636,7 +1660,7 @@
|
|
|
1636
1660
|
</li>
|
|
1637
1661
|
|
|
1638
1662
|
|
|
1639
|
-
<li class="
|
|
1663
|
+
<li class="odd ">
|
|
1640
1664
|
<div class="item">
|
|
1641
1665
|
<span class='object_link'><a href="Doing/TemplateString.html#original-instance_method" title="Doing::TemplateString#original (method)">#original</a></span>
|
|
1642
1666
|
<small>Doing::TemplateString</small>
|
|
@@ -1644,7 +1668,7 @@
|
|
|
1644
1668
|
</li>
|
|
1645
1669
|
|
|
1646
1670
|
|
|
1647
|
-
<li class="
|
|
1671
|
+
<li class="even ">
|
|
1648
1672
|
<div class="item">
|
|
1649
1673
|
<span class='object_link'><a href="Doing/Section.html#original-instance_method" title="Doing::Section#original (method)">#original</a></span>
|
|
1650
1674
|
<small>Doing::Section</small>
|
|
@@ -1652,7 +1676,7 @@
|
|
|
1652
1676
|
</li>
|
|
1653
1677
|
|
|
1654
1678
|
|
|
1655
|
-
<li class="
|
|
1679
|
+
<li class="odd ">
|
|
1656
1680
|
<div class="item">
|
|
1657
1681
|
<span class='object_link'><a href="Doing/LogAdapter.html#output_results-instance_method" title="Doing::LogAdapter#output_results (method)">#output_results</a></span>
|
|
1658
1682
|
<small>Doing::LogAdapter</small>
|
|
@@ -1660,7 +1684,7 @@
|
|
|
1660
1684
|
</li>
|
|
1661
1685
|
|
|
1662
1686
|
|
|
1663
|
-
<li class="
|
|
1687
|
+
<li class="even ">
|
|
1664
1688
|
<div class="item">
|
|
1665
1689
|
<span class='object_link'><a href="Doing/Item.html#overlapping_time%3F-instance_method" title="Doing::Item#overlapping_time? (method)">#overlapping_time?</a></span>
|
|
1666
1690
|
<small>Doing::Item</small>
|
|
@@ -1668,7 +1692,7 @@
|
|
|
1668
1692
|
</li>
|
|
1669
1693
|
|
|
1670
1694
|
|
|
1671
|
-
<li class="
|
|
1695
|
+
<li class="odd ">
|
|
1672
1696
|
<div class="item">
|
|
1673
1697
|
<span class='object_link'><a href="Doing/Pager.html#page-class_method" title="Doing::Pager.page (method)">page</a></span>
|
|
1674
1698
|
<small>Doing::Pager</small>
|
|
@@ -1676,7 +1700,7 @@
|
|
|
1676
1700
|
</li>
|
|
1677
1701
|
|
|
1678
1702
|
|
|
1679
|
-
<li class="
|
|
1703
|
+
<li class="even ">
|
|
1680
1704
|
<div class="item">
|
|
1681
1705
|
<span class='object_link'><a href="Doing/Pager.html#paginate-class_method" title="Doing::Pager.paginate (method)">paginate</a></span>
|
|
1682
1706
|
<small>Doing::Pager</small>
|
|
@@ -1684,7 +1708,7 @@
|
|
|
1684
1708
|
</li>
|
|
1685
1709
|
|
|
1686
1710
|
|
|
1687
|
-
<li class="
|
|
1711
|
+
<li class="odd ">
|
|
1688
1712
|
<div class="item">
|
|
1689
1713
|
<span class='object_link'><a href="Doing/Pager.html#paginate=-class_method" title="Doing::Pager.paginate= (method)">paginate=</a></span>
|
|
1690
1714
|
<small>Doing::Pager</small>
|
|
@@ -1692,7 +1716,7 @@
|
|
|
1692
1716
|
</li>
|
|
1693
1717
|
|
|
1694
1718
|
|
|
1695
|
-
<li class="
|
|
1719
|
+
<li class="even ">
|
|
1696
1720
|
<div class="item">
|
|
1697
1721
|
<span class='object_link'><a href="Doing/TemplateString.html#parse_colors-instance_method" title="Doing::TemplateString#parse_colors (method)">#parse_colors</a></span>
|
|
1698
1722
|
<small>Doing::TemplateString</small>
|
|
@@ -1700,7 +1724,7 @@
|
|
|
1700
1724
|
</li>
|
|
1701
1725
|
|
|
1702
1726
|
|
|
1703
|
-
<li class="
|
|
1727
|
+
<li class="odd ">
|
|
1704
1728
|
<div class="item">
|
|
1705
1729
|
<span class='object_link'><a href="Doing/TemplateString.html#parsed_colors-instance_method" title="Doing::TemplateString#parsed_colors (method)">#parsed_colors</a></span>
|
|
1706
1730
|
<small>Doing::TemplateString</small>
|
|
@@ -1708,7 +1732,7 @@
|
|
|
1708
1732
|
</li>
|
|
1709
1733
|
|
|
1710
1734
|
|
|
1711
|
-
<li class="
|
|
1735
|
+
<li class="even ">
|
|
1712
1736
|
<div class="item">
|
|
1713
1737
|
<span class='object_link'><a href="PhraseParser/PhraseClause.html#phrase-instance_method" title="PhraseParser::PhraseClause#phrase (method)">#phrase</a></span>
|
|
1714
1738
|
<small>PhraseParser::PhraseClause</small>
|
|
@@ -1716,7 +1740,7 @@
|
|
|
1716
1740
|
</li>
|
|
1717
1741
|
|
|
1718
1742
|
|
|
1719
|
-
<li class="
|
|
1743
|
+
<li class="odd ">
|
|
1720
1744
|
<div class="item">
|
|
1721
1745
|
<span class='object_link'><a href="Doing/Errors/PluginException.html#plugin-instance_method" title="Doing::Errors::PluginException#plugin (method)">#plugin</a></span>
|
|
1722
1746
|
<small>Doing::Errors::PluginException</small>
|
|
@@ -1724,7 +1748,7 @@
|
|
|
1724
1748
|
</li>
|
|
1725
1749
|
|
|
1726
1750
|
|
|
1727
|
-
<li class="
|
|
1751
|
+
<li class="even ">
|
|
1728
1752
|
<div class="item">
|
|
1729
1753
|
<span class='object_link'><a href="Doing/Plugins.html#plugin_names-class_method" title="Doing::Plugins.plugin_names (method)">plugin_names</a></span>
|
|
1730
1754
|
<small>Doing::Plugins</small>
|
|
@@ -1732,7 +1756,7 @@
|
|
|
1732
1756
|
</li>
|
|
1733
1757
|
|
|
1734
1758
|
|
|
1735
|
-
<li class="
|
|
1759
|
+
<li class="odd ">
|
|
1736
1760
|
<div class="item">
|
|
1737
1761
|
<span class='object_link'><a href="Doing/Plugins.html#plugin_regex-class_method" title="Doing::Plugins.plugin_regex (method)">plugin_regex</a></span>
|
|
1738
1762
|
<small>Doing::Plugins</small>
|
|
@@ -1740,7 +1764,7 @@
|
|
|
1740
1764
|
</li>
|
|
1741
1765
|
|
|
1742
1766
|
|
|
1743
|
-
<li class="
|
|
1767
|
+
<li class="even ">
|
|
1744
1768
|
<div class="item">
|
|
1745
1769
|
<span class='object_link'><a href="Doing/Plugins.html#plugin_templates-class_method" title="Doing::Plugins.plugin_templates (method)">plugin_templates</a></span>
|
|
1746
1770
|
<small>Doing::Plugins</small>
|
|
@@ -1748,7 +1772,7 @@
|
|
|
1748
1772
|
</li>
|
|
1749
1773
|
|
|
1750
1774
|
|
|
1751
|
-
<li class="
|
|
1775
|
+
<li class="odd ">
|
|
1752
1776
|
<div class="item">
|
|
1753
1777
|
<span class='object_link'><a href="Doing/Plugins.html#plugins-class_method" title="Doing::Plugins.plugins (method)">plugins</a></span>
|
|
1754
1778
|
<small>Doing::Plugins</small>
|
|
@@ -1756,7 +1780,7 @@
|
|
|
1756
1780
|
</li>
|
|
1757
1781
|
|
|
1758
1782
|
|
|
1759
|
-
<li class="
|
|
1783
|
+
<li class="even ">
|
|
1760
1784
|
<div class="item">
|
|
1761
1785
|
<span class='object_link'><a href="Doing/Plugins.html#plugins_path-class_method" title="Doing::Plugins.plugins_path (method)">plugins_path</a></span>
|
|
1762
1786
|
<small>Doing::Plugins</small>
|
|
@@ -1764,7 +1788,7 @@
|
|
|
1764
1788
|
</li>
|
|
1765
1789
|
|
|
1766
1790
|
|
|
1767
|
-
<li class="
|
|
1791
|
+
<li class="odd ">
|
|
1768
1792
|
<div class="item">
|
|
1769
1793
|
<span class='object_link'><a href="String.html#pluralize-instance_method" title="String#pluralize (method)">#pluralize</a></span>
|
|
1770
1794
|
<small>String</small>
|
|
@@ -1772,7 +1796,7 @@
|
|
|
1772
1796
|
</li>
|
|
1773
1797
|
|
|
1774
1798
|
|
|
1775
|
-
<li class="
|
|
1799
|
+
<li class="even ">
|
|
1776
1800
|
<div class="item">
|
|
1777
1801
|
<span class='object_link'><a href="Doing/Hooks.html#priority_value-class_method" title="Doing::Hooks.priority_value (method)">priority_value</a></span>
|
|
1778
1802
|
<small>Doing::Hooks</small>
|
|
@@ -1780,7 +1804,7 @@
|
|
|
1780
1804
|
</li>
|
|
1781
1805
|
|
|
1782
1806
|
|
|
1783
|
-
<li class="
|
|
1807
|
+
<li class="odd ">
|
|
1784
1808
|
<div class="item">
|
|
1785
1809
|
<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>
|
|
1786
1810
|
<small>GLI::Commands::MarkdownDocumentListener</small>
|
|
@@ -1788,7 +1812,7 @@
|
|
|
1788
1812
|
</li>
|
|
1789
1813
|
|
|
1790
1814
|
|
|
1791
|
-
<li class="
|
|
1815
|
+
<li class="even ">
|
|
1792
1816
|
<div class="item">
|
|
1793
1817
|
<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>
|
|
1794
1818
|
<small>GLI::Commands::MarkdownDocumentListener</small>
|
|
@@ -1796,7 +1820,7 @@
|
|
|
1796
1820
|
</li>
|
|
1797
1821
|
|
|
1798
1822
|
|
|
1799
|
-
<li class="
|
|
1823
|
+
<li class="odd ">
|
|
1800
1824
|
<div class="item">
|
|
1801
1825
|
<span class='object_link'><a href="Status.html#progress-instance_method" title="Status#progress (method)">#progress</a></span>
|
|
1802
1826
|
<small>Status</small>
|
|
@@ -1804,7 +1828,7 @@
|
|
|
1804
1828
|
</li>
|
|
1805
1829
|
|
|
1806
1830
|
|
|
1807
|
-
<li class="
|
|
1831
|
+
<li class="even ">
|
|
1808
1832
|
<div class="item">
|
|
1809
1833
|
<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>
|
|
1810
1834
|
<small>Doing::Util::Backup</small>
|
|
@@ -1812,7 +1836,7 @@
|
|
|
1812
1836
|
</li>
|
|
1813
1837
|
|
|
1814
1838
|
|
|
1815
|
-
<li class="
|
|
1839
|
+
<li class="odd ">
|
|
1816
1840
|
<div class="item">
|
|
1817
1841
|
<span class='object_link'><a href="Doing/TemplateString.html#raw-instance_method" title="Doing::TemplateString#raw (method)">#raw</a></span>
|
|
1818
1842
|
<small>Doing::TemplateString</small>
|
|
@@ -1820,7 +1844,7 @@
|
|
|
1820
1844
|
</li>
|
|
1821
1845
|
|
|
1822
1846
|
|
|
1823
|
-
<li class="
|
|
1847
|
+
<li class="even ">
|
|
1824
1848
|
<div class="item">
|
|
1825
1849
|
<span class='object_link'><a href="Doing/WWID.html#recent-instance_method" title="Doing::WWID#recent (method)">#recent</a></span>
|
|
1826
1850
|
<small>Doing::WWID</small>
|
|
@@ -1828,7 +1852,7 @@
|
|
|
1828
1852
|
</li>
|
|
1829
1853
|
|
|
1830
1854
|
|
|
1831
|
-
<li class="
|
|
1855
|
+
<li class="odd ">
|
|
1832
1856
|
<div class="item">
|
|
1833
1857
|
<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>
|
|
1834
1858
|
<small>Doing::Util::Backup</small>
|
|
@@ -1836,23 +1860,23 @@
|
|
|
1836
1860
|
</li>
|
|
1837
1861
|
|
|
1838
1862
|
|
|
1839
|
-
<li class="
|
|
1863
|
+
<li class="even ">
|
|
1840
1864
|
<div class="item">
|
|
1841
|
-
<span class='object_link'><a href="Doing/
|
|
1842
|
-
<small>Doing::
|
|
1865
|
+
<span class='object_link'><a href="Doing/Plugins.html#register-class_method" title="Doing::Plugins.register (method)">register</a></span>
|
|
1866
|
+
<small>Doing::Plugins</small>
|
|
1843
1867
|
</div>
|
|
1844
1868
|
</li>
|
|
1845
1869
|
|
|
1846
1870
|
|
|
1847
|
-
<li class="
|
|
1871
|
+
<li class="odd ">
|
|
1848
1872
|
<div class="item">
|
|
1849
|
-
<span class='object_link'><a href="Doing/
|
|
1850
|
-
<small>Doing::
|
|
1873
|
+
<span class='object_link'><a href="Doing/Hooks.html#register-class_method" title="Doing::Hooks.register (method)">register</a></span>
|
|
1874
|
+
<small>Doing::Hooks</small>
|
|
1851
1875
|
</div>
|
|
1852
1876
|
</li>
|
|
1853
1877
|
|
|
1854
1878
|
|
|
1855
|
-
<li class="
|
|
1879
|
+
<li class="even ">
|
|
1856
1880
|
<div class="item">
|
|
1857
1881
|
<span class='object_link'><a href="Doing/Hooks.html#register_one-class_method" title="Doing::Hooks.register_one (method)">register_one</a></span>
|
|
1858
1882
|
<small>Doing::Hooks</small>
|
|
@@ -1860,7 +1884,7 @@
|
|
|
1860
1884
|
</li>
|
|
1861
1885
|
|
|
1862
1886
|
|
|
1863
|
-
<li class="
|
|
1887
|
+
<li class="odd ">
|
|
1864
1888
|
<div class="item">
|
|
1865
1889
|
<span class='object_link'><a href="Time.html#relative_date-instance_method" title="Time#relative_date (method)">#relative_date</a></span>
|
|
1866
1890
|
<small>Time</small>
|
|
@@ -1868,7 +1892,7 @@
|
|
|
1868
1892
|
</li>
|
|
1869
1893
|
|
|
1870
1894
|
|
|
1871
|
-
<li class="
|
|
1895
|
+
<li class="even ">
|
|
1872
1896
|
<div class="item">
|
|
1873
1897
|
<span class='object_link'><a href="String.html#remove_self_links-instance_method" title="String#remove_self_links (method)">#remove_self_links</a></span>
|
|
1874
1898
|
<small>String</small>
|
|
@@ -1876,7 +1900,7 @@
|
|
|
1876
1900
|
</li>
|
|
1877
1901
|
|
|
1878
1902
|
|
|
1879
|
-
<li class="
|
|
1903
|
+
<li class="odd ">
|
|
1880
1904
|
<div class="item">
|
|
1881
1905
|
<span class='object_link'><a href="Doing/TemplateString.html#reparse-instance_method" title="Doing::TemplateString#reparse (method)">#reparse</a></span>
|
|
1882
1906
|
<small>Doing::TemplateString</small>
|
|
@@ -1884,7 +1908,7 @@
|
|
|
1884
1908
|
</li>
|
|
1885
1909
|
|
|
1886
1910
|
|
|
1887
|
-
<li class="
|
|
1911
|
+
<li class="even ">
|
|
1888
1912
|
<div class="item">
|
|
1889
1913
|
<span class='object_link'><a href="Doing/WWID.html#repeat_item-instance_method" title="Doing::WWID#repeat_item (method)">#repeat_item</a></span>
|
|
1890
1914
|
<small>Doing::WWID</small>
|
|
@@ -1892,7 +1916,7 @@
|
|
|
1892
1916
|
</li>
|
|
1893
1917
|
|
|
1894
1918
|
|
|
1895
|
-
<li class="
|
|
1919
|
+
<li class="odd ">
|
|
1896
1920
|
<div class="item">
|
|
1897
1921
|
<span class='object_link'><a href="Doing/WWID.html#repeat_last-instance_method" title="Doing::WWID#repeat_last (method)">#repeat_last</a></span>
|
|
1898
1922
|
<small>Doing::WWID</small>
|
|
@@ -1900,7 +1924,7 @@
|
|
|
1900
1924
|
</li>
|
|
1901
1925
|
|
|
1902
1926
|
|
|
1903
|
-
<li class="
|
|
1927
|
+
<li class="even ">
|
|
1904
1928
|
<div class="item">
|
|
1905
1929
|
<span class='object_link'><a href="String.html#replace_qualified_urls-instance_method" title="String#replace_qualified_urls (method)">#replace_qualified_urls</a></span>
|
|
1906
1930
|
<small>String</small>
|
|
@@ -1908,7 +1932,7 @@
|
|
|
1908
1932
|
</li>
|
|
1909
1933
|
|
|
1910
1934
|
|
|
1911
|
-
<li class="
|
|
1935
|
+
<li class="odd ">
|
|
1912
1936
|
<div class="item">
|
|
1913
1937
|
<span class='object_link'><a href="Doing/WWID.html#reset_item-instance_method" title="Doing::WWID#reset_item (method)">#reset_item</a></span>
|
|
1914
1938
|
<small>Doing::WWID</small>
|
|
@@ -1916,7 +1940,7 @@
|
|
|
1916
1940
|
</li>
|
|
1917
1941
|
|
|
1918
1942
|
|
|
1919
|
-
<li class="
|
|
1943
|
+
<li class="even ">
|
|
1920
1944
|
<div class="item">
|
|
1921
1945
|
<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>
|
|
1922
1946
|
<small>Doing::Configuration</small>
|
|
@@ -1924,7 +1948,7 @@
|
|
|
1924
1948
|
</li>
|
|
1925
1949
|
|
|
1926
1950
|
|
|
1927
|
-
<li class="
|
|
1951
|
+
<li class="odd ">
|
|
1928
1952
|
<div class="item">
|
|
1929
1953
|
<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>
|
|
1930
1954
|
<small>Doing::Util::Backup</small>
|
|
@@ -1932,7 +1956,7 @@
|
|
|
1932
1956
|
</li>
|
|
1933
1957
|
|
|
1934
1958
|
|
|
1935
|
-
<li class="
|
|
1959
|
+
<li class="even ">
|
|
1936
1960
|
<div class="item">
|
|
1937
1961
|
<span class='object_link'><a href="Doing/LogAdapter.html#restore_level-instance_method" title="Doing::LogAdapter#restore_level (method)">#restore_level</a></span>
|
|
1938
1962
|
<small>Doing::LogAdapter</small>
|
|
@@ -1940,7 +1964,7 @@
|
|
|
1940
1964
|
</li>
|
|
1941
1965
|
|
|
1942
1966
|
|
|
1943
|
-
<li class="
|
|
1967
|
+
<li class="odd ">
|
|
1944
1968
|
<div class="item">
|
|
1945
1969
|
<span class='object_link'><a href="Doing/Prompt.html#restore_std-class_method" title="Doing::Prompt.restore_std (method)">restore_std</a></span>
|
|
1946
1970
|
<small>Doing::Prompt</small>
|
|
@@ -1948,7 +1972,7 @@
|
|
|
1948
1972
|
</li>
|
|
1949
1973
|
|
|
1950
1974
|
|
|
1951
|
-
<li class="
|
|
1975
|
+
<li class="even ">
|
|
1952
1976
|
<div class="item">
|
|
1953
1977
|
<span class='object_link'><a href="Doing/LogAdapter.html#results-instance_method" title="Doing::LogAdapter#results (method)">#results</a></span>
|
|
1954
1978
|
<small>Doing::LogAdapter</small>
|
|
@@ -1956,7 +1980,7 @@
|
|
|
1956
1980
|
</li>
|
|
1957
1981
|
|
|
1958
1982
|
|
|
1959
|
-
<li class="
|
|
1983
|
+
<li class="odd ">
|
|
1960
1984
|
<div class="item">
|
|
1961
1985
|
<span class='object_link'><a href="Doing/WWID.html#rotate-instance_method" title="Doing::WWID#rotate (method)">#rotate</a></span>
|
|
1962
1986
|
<small>Doing::WWID</small>
|
|
@@ -1964,7 +1988,7 @@
|
|
|
1964
1988
|
</li>
|
|
1965
1989
|
|
|
1966
1990
|
|
|
1967
|
-
<li class="
|
|
1991
|
+
<li class="even ">
|
|
1968
1992
|
<div class="item">
|
|
1969
1993
|
<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>
|
|
1970
1994
|
<small>Doing::Util</small>
|
|
@@ -1972,7 +1996,7 @@
|
|
|
1972
1996
|
</li>
|
|
1973
1997
|
|
|
1974
1998
|
|
|
1975
|
-
<li class="
|
|
1999
|
+
<li class="odd ">
|
|
1976
2000
|
<div class="item">
|
|
1977
2001
|
<span class='object_link'><a href="Doing/Item.html#same_time%3F-instance_method" title="Doing::Item#same_time? (method)">#same_time?</a></span>
|
|
1978
2002
|
<small>Doing::Item</small>
|
|
@@ -1980,7 +2004,7 @@
|
|
|
1980
2004
|
</li>
|
|
1981
2005
|
|
|
1982
2006
|
|
|
1983
|
-
<li class="
|
|
2007
|
+
<li class="even ">
|
|
1984
2008
|
<div class="item">
|
|
1985
2009
|
<span class='object_link'><a href="Doing/Plugins.html#save_template-class_method" title="Doing::Plugins.save_template (method)">save_template</a></span>
|
|
1986
2010
|
<small>Doing::Plugins</small>
|
|
@@ -1988,7 +2012,7 @@
|
|
|
1988
2012
|
</li>
|
|
1989
2013
|
|
|
1990
2014
|
|
|
1991
|
-
<li class="
|
|
2015
|
+
<li class="odd ">
|
|
1992
2016
|
<div class="item">
|
|
1993
2017
|
<span class='object_link'><a href="Doing/Item.html#search-instance_method" title="Doing::Item#search (method)">#search</a></span>
|
|
1994
2018
|
<small>Doing::Item</small>
|
|
@@ -1996,7 +2020,7 @@
|
|
|
1996
2020
|
</li>
|
|
1997
2021
|
|
|
1998
2022
|
|
|
1999
|
-
<li class="
|
|
2023
|
+
<li class="even ">
|
|
2000
2024
|
<div class="item">
|
|
2001
2025
|
<span class='object_link'><a href="Doing/Item.html#section-instance_method" title="Doing::Item#section (method)">#section</a></span>
|
|
2002
2026
|
<small>Doing::Item</small>
|
|
@@ -2004,7 +2028,7 @@
|
|
|
2004
2028
|
</li>
|
|
2005
2029
|
|
|
2006
2030
|
|
|
2007
|
-
<li class="
|
|
2031
|
+
<li class="odd ">
|
|
2008
2032
|
<div class="item">
|
|
2009
2033
|
<span class='object_link'><a href="Doing/Items.html#section%3F-instance_method" title="Doing::Items#section? (method)">#section?</a></span>
|
|
2010
2034
|
<small>Doing::Items</small>
|
|
@@ -2012,7 +2036,7 @@
|
|
|
2012
2036
|
</li>
|
|
2013
2037
|
|
|
2014
2038
|
|
|
2015
|
-
<li class="
|
|
2039
|
+
<li class="even ">
|
|
2016
2040
|
<div class="item">
|
|
2017
2041
|
<span class='object_link'><a href="Doing/Items.html#section_titles-instance_method" title="Doing::Items#section_titles (method)">#section_titles</a></span>
|
|
2018
2042
|
<small>Doing::Items</small>
|
|
@@ -2020,23 +2044,23 @@
|
|
|
2020
2044
|
</li>
|
|
2021
2045
|
|
|
2022
2046
|
|
|
2023
|
-
<li class="
|
|
2047
|
+
<li class="odd ">
|
|
2024
2048
|
<div class="item">
|
|
2025
|
-
<span class='object_link'><a href="Doing/
|
|
2026
|
-
<small>Doing::
|
|
2049
|
+
<span class='object_link'><a href="Doing/Items.html#sections-instance_method" title="Doing::Items#sections (method)">#sections</a></span>
|
|
2050
|
+
<small>Doing::Items</small>
|
|
2027
2051
|
</div>
|
|
2028
2052
|
</li>
|
|
2029
2053
|
|
|
2030
2054
|
|
|
2031
|
-
<li class="
|
|
2055
|
+
<li class="even ">
|
|
2032
2056
|
<div class="item">
|
|
2033
|
-
<span class='object_link'><a href="Doing/
|
|
2034
|
-
<small>Doing::
|
|
2057
|
+
<span class='object_link'><a href="Doing/WWID.html#sections-instance_method" title="Doing::WWID#sections (method)">#sections</a></span>
|
|
2058
|
+
<small>Doing::WWID</small>
|
|
2035
2059
|
</div>
|
|
2036
2060
|
</li>
|
|
2037
2061
|
|
|
2038
2062
|
|
|
2039
|
-
<li class="
|
|
2063
|
+
<li class="odd ">
|
|
2040
2064
|
<div class="item">
|
|
2041
2065
|
<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>
|
|
2042
2066
|
<small>Doing::Util::Backup</small>
|
|
@@ -2044,7 +2068,7 @@
|
|
|
2044
2068
|
</li>
|
|
2045
2069
|
|
|
2046
2070
|
|
|
2047
|
-
<li class="
|
|
2071
|
+
<li class="even ">
|
|
2048
2072
|
<div class="item">
|
|
2049
2073
|
<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>
|
|
2050
2074
|
<small>Doing::Util::Backup</small>
|
|
@@ -2052,7 +2076,7 @@
|
|
|
2052
2076
|
</li>
|
|
2053
2077
|
|
|
2054
2078
|
|
|
2055
|
-
<li class="
|
|
2079
|
+
<li class="odd ">
|
|
2056
2080
|
<div class="item">
|
|
2057
2081
|
<span class='object_link'><a href="String.html#set_type-instance_method" title="String#set_type (method)">#set_type</a></span>
|
|
2058
2082
|
<small>String</small>
|
|
@@ -2060,7 +2084,7 @@
|
|
|
2060
2084
|
</li>
|
|
2061
2085
|
|
|
2062
2086
|
|
|
2063
|
-
<li class="
|
|
2087
|
+
<li class="even ">
|
|
2064
2088
|
<div class="item">
|
|
2065
2089
|
<span class='object_link'><a href="Doing/Configuration.html#settings-instance_method" title="Doing::Configuration#settings (method)">#settings</a></span>
|
|
2066
2090
|
<small>Doing::Configuration</small>
|
|
@@ -2068,7 +2092,7 @@
|
|
|
2068
2092
|
</li>
|
|
2069
2093
|
|
|
2070
2094
|
|
|
2071
|
-
<li class="
|
|
2095
|
+
<li class="odd ">
|
|
2072
2096
|
<div class="item">
|
|
2073
2097
|
<span class='object_link'><a href="PhraseParser/Query.html#should_clauses-instance_method" title="PhraseParser::Query#should_clauses (method)">#should_clauses</a></span>
|
|
2074
2098
|
<small>PhraseParser::Query</small>
|
|
@@ -2076,7 +2100,7 @@
|
|
|
2076
2100
|
</li>
|
|
2077
2101
|
|
|
2078
2102
|
|
|
2079
|
-
<li class="
|
|
2103
|
+
<li class="even ">
|
|
2080
2104
|
<div class="item">
|
|
2081
2105
|
<span class='object_link'><a href="Doing/Item.html#should_finish%3F-instance_method" title="Doing::Item#should_finish? (method)">#should_finish?</a></span>
|
|
2082
2106
|
<small>Doing::Item</small>
|
|
@@ -2084,7 +2108,7 @@
|
|
|
2084
2108
|
</li>
|
|
2085
2109
|
|
|
2086
2110
|
|
|
2087
|
-
<li class="
|
|
2111
|
+
<li class="odd ">
|
|
2088
2112
|
<div class="item">
|
|
2089
2113
|
<span class='object_link'><a href="BooleanTermParser/Query.html#should_terms-instance_method" title="BooleanTermParser::Query#should_terms (method)">#should_terms</a></span>
|
|
2090
2114
|
<small>BooleanTermParser::Query</small>
|
|
@@ -2092,7 +2116,7 @@
|
|
|
2092
2116
|
</li>
|
|
2093
2117
|
|
|
2094
2118
|
|
|
2095
|
-
<li class="
|
|
2119
|
+
<li class="even ">
|
|
2096
2120
|
<div class="item">
|
|
2097
2121
|
<span class='object_link'><a href="Doing/Item.html#should_time%3F-instance_method" title="Doing::Item#should_time? (method)">#should_time?</a></span>
|
|
2098
2122
|
<small>Doing::Item</small>
|
|
@@ -2100,7 +2124,7 @@
|
|
|
2100
2124
|
</li>
|
|
2101
2125
|
|
|
2102
2126
|
|
|
2103
|
-
<li class="
|
|
2127
|
+
<li class="odd ">
|
|
2104
2128
|
<div class="item">
|
|
2105
2129
|
<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>
|
|
2106
2130
|
<small>Doing::Util::Backup</small>
|
|
@@ -2108,7 +2132,7 @@
|
|
|
2108
2132
|
</li>
|
|
2109
2133
|
|
|
2110
2134
|
|
|
2111
|
-
<li class="
|
|
2135
|
+
<li class="even ">
|
|
2112
2136
|
<div class="item">
|
|
2113
2137
|
<span class='object_link'><a href="Doing/Prompt.html#silence_std-class_method" title="Doing::Prompt.silence_std (method)">silence_std</a></span>
|
|
2114
2138
|
<small>Doing::Prompt</small>
|
|
@@ -2116,7 +2140,7 @@
|
|
|
2116
2140
|
</li>
|
|
2117
2141
|
|
|
2118
2142
|
|
|
2119
|
-
<li class="
|
|
2143
|
+
<li class="odd ">
|
|
2120
2144
|
<div class="item">
|
|
2121
2145
|
<span class='object_link'><a href="String.html#simple_wrap-instance_method" title="String#simple_wrap (method)">#simple_wrap</a></span>
|
|
2122
2146
|
<small>String</small>
|
|
@@ -2124,7 +2148,7 @@
|
|
|
2124
2148
|
</li>
|
|
2125
2149
|
|
|
2126
2150
|
|
|
2127
|
-
<li class="
|
|
2151
|
+
<li class="even ">
|
|
2128
2152
|
<div class="item">
|
|
2129
2153
|
<span class='object_link'><a href="Status.html#status-instance_method" title="Status#status (method)">#status</a></span>
|
|
2130
2154
|
<small>Status</small>
|
|
@@ -2132,7 +2156,7 @@
|
|
|
2132
2156
|
</li>
|
|
2133
2157
|
|
|
2134
2158
|
|
|
2135
|
-
<li class="
|
|
2159
|
+
<li class="odd ">
|
|
2136
2160
|
<div class="item">
|
|
2137
2161
|
<span class='object_link'><a href="Doing/WWID.html#stop_start-instance_method" title="Doing::WWID#stop_start (method)">#stop_start</a></span>
|
|
2138
2162
|
<small>Doing::WWID</small>
|
|
@@ -2140,7 +2164,7 @@
|
|
|
2140
2164
|
</li>
|
|
2141
2165
|
|
|
2142
2166
|
|
|
2143
|
-
<li class="
|
|
2167
|
+
<li class="even ">
|
|
2144
2168
|
<div class="item">
|
|
2145
2169
|
<span class='object_link'><a href="Hash.html#stringify_keys-instance_method" title="Hash#stringify_keys (method)">#stringify_keys</a></span>
|
|
2146
2170
|
<small>Hash</small>
|
|
@@ -2148,7 +2172,7 @@
|
|
|
2148
2172
|
</li>
|
|
2149
2173
|
|
|
2150
2174
|
|
|
2151
|
-
<li class="
|
|
2175
|
+
<li class="odd ">
|
|
2152
2176
|
<div class="item">
|
|
2153
2177
|
<span class='object_link'><a href="Doing/Note.html#strip_lines-instance_method" title="Doing::Note#strip_lines (method)">#strip_lines</a></span>
|
|
2154
2178
|
<small>Doing::Note</small>
|
|
@@ -2156,7 +2180,7 @@
|
|
|
2156
2180
|
</li>
|
|
2157
2181
|
|
|
2158
2182
|
|
|
2159
|
-
<li class="
|
|
2183
|
+
<li class="even ">
|
|
2160
2184
|
<div class="item">
|
|
2161
2185
|
<span class='object_link'><a href="Doing/Note.html#strip_lines!-instance_method" title="Doing::Note#strip_lines! (method)">#strip_lines!</a></span>
|
|
2162
2186
|
<small>Doing::Note</small>
|
|
@@ -2164,7 +2188,7 @@
|
|
|
2164
2188
|
</li>
|
|
2165
2189
|
|
|
2166
2190
|
|
|
2167
|
-
<li class="
|
|
2191
|
+
<li class="odd ">
|
|
2168
2192
|
<div class="item">
|
|
2169
2193
|
<span class='object_link'><a href="Doing/Color.html#support%3F-instance_method" title="Doing::Color#support? (method)">#support?</a></span>
|
|
2170
2194
|
<small>Doing::Color</small>
|
|
@@ -2172,7 +2196,7 @@
|
|
|
2172
2196
|
</li>
|
|
2173
2197
|
|
|
2174
2198
|
|
|
2175
|
-
<li class="
|
|
2199
|
+
<li class="even ">
|
|
2176
2200
|
<div class="item">
|
|
2177
2201
|
<span class='object_link'><a href="GLI/Commands/MarkdownDocumentListener.html#switch-instance_method" title="GLI::Commands::MarkdownDocumentListener#switch (method)">#switch</a></span>
|
|
2178
2202
|
<small>GLI::Commands::MarkdownDocumentListener</small>
|
|
@@ -2180,23 +2204,23 @@
|
|
|
2180
2204
|
</li>
|
|
2181
2205
|
|
|
2182
2206
|
|
|
2183
|
-
<li class="
|
|
2207
|
+
<li class="odd ">
|
|
2184
2208
|
<div class="item">
|
|
2185
|
-
<span class='object_link'><a href="
|
|
2186
|
-
<small>
|
|
2209
|
+
<span class='object_link'><a href="BooleanTermParser/Operator.html#symbol-class_method" title="BooleanTermParser::Operator.symbol (method)">symbol</a></span>
|
|
2210
|
+
<small>BooleanTermParser::Operator</small>
|
|
2187
2211
|
</div>
|
|
2188
2212
|
</li>
|
|
2189
2213
|
|
|
2190
2214
|
|
|
2191
|
-
<li class="
|
|
2215
|
+
<li class="even ">
|
|
2192
2216
|
<div class="item">
|
|
2193
|
-
<span class='object_link'><a href="
|
|
2194
|
-
<small>
|
|
2217
|
+
<span class='object_link'><a href="PhraseParser/Operator.html#symbol-class_method" title="PhraseParser::Operator.symbol (method)">symbol</a></span>
|
|
2218
|
+
<small>PhraseParser::Operator</small>
|
|
2195
2219
|
</div>
|
|
2196
2220
|
</li>
|
|
2197
2221
|
|
|
2198
2222
|
|
|
2199
|
-
<li class="
|
|
2223
|
+
<li class="odd ">
|
|
2200
2224
|
<div class="item">
|
|
2201
2225
|
<span class='object_link'><a href="Hash.html#symbolize_keys-instance_method" title="Hash#symbolize_keys (method)">#symbolize_keys</a></span>
|
|
2202
2226
|
<small>Hash</small>
|
|
@@ -2204,7 +2228,7 @@
|
|
|
2204
2228
|
</li>
|
|
2205
2229
|
|
|
2206
2230
|
|
|
2207
|
-
<li class="
|
|
2231
|
+
<li class="even ">
|
|
2208
2232
|
<div class="item">
|
|
2209
2233
|
<span class='object_link'><a href="String.html#tag-instance_method" title="String#tag (method)">#tag</a></span>
|
|
2210
2234
|
<small>String</small>
|
|
@@ -2212,7 +2236,7 @@
|
|
|
2212
2236
|
</li>
|
|
2213
2237
|
|
|
2214
2238
|
|
|
2215
|
-
<li class="
|
|
2239
|
+
<li class="odd ">
|
|
2216
2240
|
<div class="item">
|
|
2217
2241
|
<span class='object_link'><a href="Doing/Item.html#tag-instance_method" title="Doing::Item#tag (method)">#tag</a></span>
|
|
2218
2242
|
<small>Doing::Item</small>
|
|
@@ -2220,7 +2244,7 @@
|
|
|
2220
2244
|
</li>
|
|
2221
2245
|
|
|
2222
2246
|
|
|
2223
|
-
<li class="
|
|
2247
|
+
<li class="even ">
|
|
2224
2248
|
<div class="item">
|
|
2225
2249
|
<span class='object_link'><a href="String.html#tag!-instance_method" title="String#tag! (method)">#tag!</a></span>
|
|
2226
2250
|
<small>String</small>
|
|
@@ -2228,7 +2252,7 @@
|
|
|
2228
2252
|
</li>
|
|
2229
2253
|
|
|
2230
2254
|
|
|
2231
|
-
<li class="
|
|
2255
|
+
<li class="odd ">
|
|
2232
2256
|
<div class="item">
|
|
2233
2257
|
<span class='object_link'><a href="Doing/Item.html#tag_array-instance_method" title="Doing::Item#tag_array (method)">#tag_array</a></span>
|
|
2234
2258
|
<small>Doing::Item</small>
|
|
@@ -2236,7 +2260,7 @@
|
|
|
2236
2260
|
</li>
|
|
2237
2261
|
|
|
2238
2262
|
|
|
2239
|
-
<li class="
|
|
2263
|
+
<li class="even ">
|
|
2240
2264
|
<div class="item">
|
|
2241
2265
|
<span class='object_link'><a href="Doing/WWID.html#tag_groups-instance_method" title="Doing::WWID#tag_groups (method)">#tag_groups</a></span>
|
|
2242
2266
|
<small>Doing::WWID</small>
|
|
@@ -2244,7 +2268,7 @@
|
|
|
2244
2268
|
</li>
|
|
2245
2269
|
|
|
2246
2270
|
|
|
2247
|
-
<li class="
|
|
2271
|
+
<li class="odd ">
|
|
2248
2272
|
<div class="item">
|
|
2249
2273
|
<span class='object_link'><a href="Doing/WWID.html#tag_last-instance_method" title="Doing::WWID#tag_last (method)">#tag_last</a></span>
|
|
2250
2274
|
<small>Doing::WWID</small>
|
|
@@ -2252,7 +2276,7 @@
|
|
|
2252
2276
|
</li>
|
|
2253
2277
|
|
|
2254
2278
|
|
|
2255
|
-
<li class="
|
|
2279
|
+
<li class="even ">
|
|
2256
2280
|
<div class="item">
|
|
2257
2281
|
<span class='object_link'><a href="Doing/WWID.html#tag_times-instance_method" title="Doing::WWID#tag_times (method)">#tag_times</a></span>
|
|
2258
2282
|
<small>Doing::WWID</small>
|
|
@@ -2260,7 +2284,7 @@
|
|
|
2260
2284
|
</li>
|
|
2261
2285
|
|
|
2262
2286
|
|
|
2263
|
-
<li class="
|
|
2287
|
+
<li class="odd ">
|
|
2264
2288
|
<div class="item">
|
|
2265
2289
|
<span class='object_link'><a href="Doing/Item.html#tags-instance_method" title="Doing::Item#tags (method)">#tags</a></span>
|
|
2266
2290
|
<small>Doing::Item</small>
|
|
@@ -2268,7 +2292,7 @@
|
|
|
2268
2292
|
</li>
|
|
2269
2293
|
|
|
2270
2294
|
|
|
2271
|
-
<li class="
|
|
2295
|
+
<li class="even ">
|
|
2272
2296
|
<div class="item">
|
|
2273
2297
|
<span class='object_link'><a href="Doing/Item.html#tags%3F-instance_method" title="Doing::Item#tags? (method)">#tags?</a></span>
|
|
2274
2298
|
<small>Doing::Item</small>
|
|
@@ -2276,7 +2300,7 @@
|
|
|
2276
2300
|
</li>
|
|
2277
2301
|
|
|
2278
2302
|
|
|
2279
|
-
<li class="
|
|
2303
|
+
<li class="odd ">
|
|
2280
2304
|
<div class="item">
|
|
2281
2305
|
<span class='object_link'><a href="Array.html#tags_to_array-instance_method" title="Array#tags_to_array (method)">#tags_to_array</a></span>
|
|
2282
2306
|
<small>Array</small>
|
|
@@ -2284,7 +2308,7 @@
|
|
|
2284
2308
|
</li>
|
|
2285
2309
|
|
|
2286
2310
|
|
|
2287
|
-
<li class="
|
|
2311
|
+
<li class="even ">
|
|
2288
2312
|
<div class="item">
|
|
2289
2313
|
<span class='object_link'><a href="Doing/LogAdapter.html#temp_level-instance_method" title="Doing::LogAdapter#temp_level (method)">#temp_level</a></span>
|
|
2290
2314
|
<small>Doing::LogAdapter</small>
|
|
@@ -2292,7 +2316,7 @@
|
|
|
2292
2316
|
</li>
|
|
2293
2317
|
|
|
2294
2318
|
|
|
2295
|
-
<li class="
|
|
2319
|
+
<li class="odd ">
|
|
2296
2320
|
<div class="item">
|
|
2297
2321
|
<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>
|
|
2298
2322
|
<small>Doing::Plugins</small>
|
|
@@ -2300,7 +2324,7 @@
|
|
|
2300
2324
|
</li>
|
|
2301
2325
|
|
|
2302
2326
|
|
|
2303
|
-
<li class="
|
|
2327
|
+
<li class="even ">
|
|
2304
2328
|
<div class="item">
|
|
2305
2329
|
<span class='object_link'><a href="Doing/Plugins.html#template_regex-class_method" title="Doing::Plugins.template_regex (method)">template_regex</a></span>
|
|
2306
2330
|
<small>Doing::Plugins</small>
|
|
@@ -2308,23 +2332,23 @@
|
|
|
2308
2332
|
</li>
|
|
2309
2333
|
|
|
2310
2334
|
|
|
2311
|
-
<li class="
|
|
2335
|
+
<li class="odd ">
|
|
2312
2336
|
<div class="item">
|
|
2313
|
-
<span class='object_link'><a href="
|
|
2314
|
-
<small>
|
|
2337
|
+
<span class='object_link'><a href="PhraseParser/TermClause.html#term-instance_method" title="PhraseParser::TermClause#term (method)">#term</a></span>
|
|
2338
|
+
<small>PhraseParser::TermClause</small>
|
|
2315
2339
|
</div>
|
|
2316
2340
|
</li>
|
|
2317
2341
|
|
|
2318
2342
|
|
|
2319
|
-
<li class="
|
|
2343
|
+
<li class="even ">
|
|
2320
2344
|
<div class="item">
|
|
2321
|
-
<span class='object_link'><a href="
|
|
2322
|
-
<small>
|
|
2345
|
+
<span class='object_link'><a href="BooleanTermParser/Clause.html#term-instance_method" title="BooleanTermParser::Clause#term (method)">#term</a></span>
|
|
2346
|
+
<small>BooleanTermParser::Clause</small>
|
|
2323
2347
|
</div>
|
|
2324
2348
|
</li>
|
|
2325
2349
|
|
|
2326
2350
|
|
|
2327
|
-
<li class="
|
|
2351
|
+
<li class="odd ">
|
|
2328
2352
|
<div class="item">
|
|
2329
2353
|
<span class='object_link'><a href="Time.html#time_ago-instance_method" title="Time#time_ago (method)">#time_ago</a></span>
|
|
2330
2354
|
<small>Time</small>
|
|
@@ -2332,7 +2356,7 @@
|
|
|
2332
2356
|
</li>
|
|
2333
2357
|
|
|
2334
2358
|
|
|
2335
|
-
<li class="
|
|
2359
|
+
<li class="even ">
|
|
2336
2360
|
<div class="item">
|
|
2337
2361
|
<span class='object_link'><a href="Doing/Section.html#title-instance_method" title="Doing::Section#title (method)">#title</a></span>
|
|
2338
2362
|
<small>Doing::Section</small>
|
|
@@ -2340,7 +2364,7 @@
|
|
|
2340
2364
|
</li>
|
|
2341
2365
|
|
|
2342
2366
|
|
|
2343
|
-
<li class="
|
|
2367
|
+
<li class="odd ">
|
|
2344
2368
|
<div class="item">
|
|
2345
2369
|
<span class='object_link'><a href="Doing/Item.html#title-instance_method" title="Doing::Item#title (method)">#title</a></span>
|
|
2346
2370
|
<small>Doing::Item</small>
|
|
@@ -2348,7 +2372,7 @@
|
|
|
2348
2372
|
</li>
|
|
2349
2373
|
|
|
2350
2374
|
|
|
2351
|
-
<li class="
|
|
2375
|
+
<li class="even ">
|
|
2352
2376
|
<div class="item">
|
|
2353
2377
|
<span class='object_link'><a href="PhraseParser/Query.html#to_elasticsearch-instance_method" title="PhraseParser::Query#to_elasticsearch (method)">#to_elasticsearch</a></span>
|
|
2354
2378
|
<small>PhraseParser::Query</small>
|
|
@@ -2356,7 +2380,7 @@
|
|
|
2356
2380
|
</li>
|
|
2357
2381
|
|
|
2358
2382
|
|
|
2359
|
-
<li class="
|
|
2383
|
+
<li class="odd ">
|
|
2360
2384
|
<div class="item">
|
|
2361
2385
|
<span class='object_link'><a href="BooleanTermParser/Query.html#to_elasticsearch-instance_method" title="BooleanTermParser::Query#to_elasticsearch (method)">#to_elasticsearch</a></span>
|
|
2362
2386
|
<small>BooleanTermParser::Query</small>
|
|
@@ -2364,7 +2388,7 @@
|
|
|
2364
2388
|
</li>
|
|
2365
2389
|
|
|
2366
2390
|
|
|
2367
|
-
<li class="
|
|
2391
|
+
<li class="even ">
|
|
2368
2392
|
<div class="item">
|
|
2369
2393
|
<span class='object_link'><a href="String.html#to_rx-instance_method" title="String#to_rx (method)">#to_rx</a></span>
|
|
2370
2394
|
<small>String</small>
|
|
@@ -2372,14 +2396,6 @@
|
|
|
2372
2396
|
</li>
|
|
2373
2397
|
|
|
2374
2398
|
|
|
2375
|
-
<li class="even ">
|
|
2376
|
-
<div class="item">
|
|
2377
|
-
<span class='object_link'><a href="Doing/Items.html#to_s-instance_method" title="Doing::Items#to_s (method)">#to_s</a></span>
|
|
2378
|
-
<small>Doing::Items</small>
|
|
2379
|
-
</div>
|
|
2380
|
-
</li>
|
|
2381
|
-
|
|
2382
|
-
|
|
2383
2399
|
<li class="odd ">
|
|
2384
2400
|
<div class="item">
|
|
2385
2401
|
<span class='object_link'><a href="Doing/Note.html#to_s-instance_method" title="Doing::Note#to_s (method)">#to_s</a></span>
|
|
@@ -2390,24 +2406,24 @@
|
|
|
2390
2406
|
|
|
2391
2407
|
<li class="even ">
|
|
2392
2408
|
<div class="item">
|
|
2393
|
-
<span class='object_link'><a href="Doing/
|
|
2394
|
-
<small>Doing::
|
|
2409
|
+
<span class='object_link'><a href="Doing/Section.html#to_s-instance_method" title="Doing::Section#to_s (method)">#to_s</a></span>
|
|
2410
|
+
<small>Doing::Section</small>
|
|
2395
2411
|
</div>
|
|
2396
2412
|
</li>
|
|
2397
2413
|
|
|
2398
2414
|
|
|
2399
2415
|
<li class="odd ">
|
|
2400
2416
|
<div class="item">
|
|
2401
|
-
<span class='object_link'><a href="Doing/
|
|
2402
|
-
<small>Doing::
|
|
2417
|
+
<span class='object_link'><a href="Doing/Item.html#to_s-instance_method" title="Doing::Item#to_s (method)">#to_s</a></span>
|
|
2418
|
+
<small>Doing::Item</small>
|
|
2403
2419
|
</div>
|
|
2404
2420
|
</li>
|
|
2405
2421
|
|
|
2406
2422
|
|
|
2407
2423
|
<li class="even ">
|
|
2408
2424
|
<div class="item">
|
|
2409
|
-
<span class='object_link'><a href="
|
|
2410
|
-
<small>
|
|
2425
|
+
<span class='object_link'><a href="Doing/Items.html#to_s-instance_method" title="Doing::Items#to_s (method)">#to_s</a></span>
|
|
2426
|
+
<small>Doing::Items</small>
|
|
2411
2427
|
</div>
|
|
2412
2428
|
</li>
|
|
2413
2429
|
|
|
@@ -2421,6 +2437,14 @@
|
|
|
2421
2437
|
|
|
2422
2438
|
|
|
2423
2439
|
<li class="even ">
|
|
2440
|
+
<div class="item">
|
|
2441
|
+
<span class='object_link'><a href="String.html#to_tags-instance_method" title="String#to_tags (method)">#to_tags</a></span>
|
|
2442
|
+
<small>String</small>
|
|
2443
|
+
</div>
|
|
2444
|
+
</li>
|
|
2445
|
+
|
|
2446
|
+
|
|
2447
|
+
<li class="odd ">
|
|
2424
2448
|
<div class="item">
|
|
2425
2449
|
<span class='object_link'><a href="Array.html#to_tags!-instance_method" title="Array#to_tags! (method)">#to_tags!</a></span>
|
|
2426
2450
|
<small>Array</small>
|
|
@@ -2428,7 +2452,7 @@
|
|
|
2428
2452
|
</li>
|
|
2429
2453
|
|
|
2430
2454
|
|
|
2431
|
-
<li class="
|
|
2455
|
+
<li class="even ">
|
|
2432
2456
|
<div class="item">
|
|
2433
2457
|
<span class='object_link'><a href="Doing/WWID.html#today-instance_method" title="Doing::WWID#today (method)">#today</a></span>
|
|
2434
2458
|
<small>Doing::WWID</small>
|
|
@@ -2436,7 +2460,7 @@
|
|
|
2436
2460
|
</li>
|
|
2437
2461
|
|
|
2438
2462
|
|
|
2439
|
-
<li class="
|
|
2463
|
+
<li class="odd ">
|
|
2440
2464
|
<div class="item">
|
|
2441
2465
|
<span class='object_link'><a href="Doing/Hooks.html#trigger-class_method" title="Doing::Hooks.trigger (method)">trigger</a></span>
|
|
2442
2466
|
<small>Doing::Hooks</small>
|
|
@@ -2444,7 +2468,7 @@
|
|
|
2444
2468
|
</li>
|
|
2445
2469
|
|
|
2446
2470
|
|
|
2447
|
-
<li class="
|
|
2471
|
+
<li class="even ">
|
|
2448
2472
|
<div class="item">
|
|
2449
2473
|
<span class='object_link'><a href="String.html#truncate-instance_method" title="String#truncate (method)">#truncate</a></span>
|
|
2450
2474
|
<small>String</small>
|
|
@@ -2452,7 +2476,7 @@
|
|
|
2452
2476
|
</li>
|
|
2453
2477
|
|
|
2454
2478
|
|
|
2455
|
-
<li class="
|
|
2479
|
+
<li class="odd ">
|
|
2456
2480
|
<div class="item">
|
|
2457
2481
|
<span class='object_link'><a href="String.html#truncate!-instance_method" title="String#truncate! (method)">#truncate!</a></span>
|
|
2458
2482
|
<small>String</small>
|
|
@@ -2460,7 +2484,7 @@
|
|
|
2460
2484
|
</li>
|
|
2461
2485
|
|
|
2462
2486
|
|
|
2463
|
-
<li class="
|
|
2487
|
+
<li class="even ">
|
|
2464
2488
|
<div class="item">
|
|
2465
2489
|
<span class='object_link'><a href="String.html#truncmiddle-instance_method" title="String#truncmiddle (method)">#truncmiddle</a></span>
|
|
2466
2490
|
<small>String</small>
|
|
@@ -2468,7 +2492,7 @@
|
|
|
2468
2492
|
</li>
|
|
2469
2493
|
|
|
2470
2494
|
|
|
2471
|
-
<li class="
|
|
2495
|
+
<li class="odd ">
|
|
2472
2496
|
<div class="item">
|
|
2473
2497
|
<span class='object_link'><a href="String.html#truncmiddle!-instance_method" title="String#truncmiddle! (method)">#truncmiddle!</a></span>
|
|
2474
2498
|
<small>String</small>
|
|
@@ -2476,7 +2500,7 @@
|
|
|
2476
2500
|
</li>
|
|
2477
2501
|
|
|
2478
2502
|
|
|
2479
|
-
<li class="
|
|
2503
|
+
<li class="even ">
|
|
2480
2504
|
<div class="item">
|
|
2481
2505
|
<span class='object_link'><a href="String.html#truthy%3F-instance_method" title="String#truthy? (method)">#truthy?</a></span>
|
|
2482
2506
|
<small>String</small>
|
|
@@ -2484,7 +2508,7 @@
|
|
|
2484
2508
|
</li>
|
|
2485
2509
|
|
|
2486
2510
|
|
|
2487
|
-
<li class="
|
|
2511
|
+
<li class="odd ">
|
|
2488
2512
|
<div class="item">
|
|
2489
2513
|
<span class='object_link'><a href="String.html#uncolor-instance_method" title="String#uncolor (method)">#uncolor</a></span>
|
|
2490
2514
|
<small>String</small>
|
|
@@ -2492,7 +2516,7 @@
|
|
|
2492
2516
|
</li>
|
|
2493
2517
|
|
|
2494
2518
|
|
|
2495
|
-
<li class="
|
|
2519
|
+
<li class="even ">
|
|
2496
2520
|
<div class="item">
|
|
2497
2521
|
<span class='object_link'><a href="Doing/Color.html#uncolor-instance_method" title="Doing::Color#uncolor (method)">#uncolor</a></span>
|
|
2498
2522
|
<small>Doing::Color</small>
|
|
@@ -2500,7 +2524,7 @@
|
|
|
2500
2524
|
</li>
|
|
2501
2525
|
|
|
2502
2526
|
|
|
2503
|
-
<li class="
|
|
2527
|
+
<li class="odd ">
|
|
2504
2528
|
<div class="item">
|
|
2505
2529
|
<span class='object_link'><a href="String.html#uncolor!-instance_method" title="String#uncolor! (method)">#uncolor!</a></span>
|
|
2506
2530
|
<small>String</small>
|
|
@@ -2508,7 +2532,7 @@
|
|
|
2508
2532
|
</li>
|
|
2509
2533
|
|
|
2510
2534
|
|
|
2511
|
-
<li class="
|
|
2535
|
+
<li class="even ">
|
|
2512
2536
|
<div class="item">
|
|
2513
2537
|
<span class='object_link'><a href="Doing/Prompt.html#uninstall_fzf-class_method" title="Doing::Prompt.uninstall_fzf (method)">uninstall_fzf</a></span>
|
|
2514
2538
|
<small>Doing::Prompt</small>
|
|
@@ -2516,7 +2540,7 @@
|
|
|
2516
2540
|
</li>
|
|
2517
2541
|
|
|
2518
2542
|
|
|
2519
|
-
<li class="
|
|
2543
|
+
<li class="odd ">
|
|
2520
2544
|
<div class="item">
|
|
2521
2545
|
<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>
|
|
2522
2546
|
<small>Doing::Configuration</small>
|
|
@@ -2524,7 +2548,7 @@
|
|
|
2524
2548
|
</li>
|
|
2525
2549
|
|
|
2526
2550
|
|
|
2527
|
-
<li class="
|
|
2551
|
+
<li class="even ">
|
|
2528
2552
|
<div class="item">
|
|
2529
2553
|
<span class='object_link'><a href="Doing/Items.html#update_item-instance_method" title="Doing::Items#update_item (method)">#update_item</a></span>
|
|
2530
2554
|
<small>Doing::Items</small>
|
|
@@ -2532,7 +2556,7 @@
|
|
|
2532
2556
|
</li>
|
|
2533
2557
|
|
|
2534
2558
|
|
|
2535
|
-
<li class="
|
|
2559
|
+
<li class="odd ">
|
|
2536
2560
|
<div class="item">
|
|
2537
2561
|
<span class='object_link'><a href="Doing/Util.html#user_home-instance_method" title="Doing::Util#user_home (method)">#user_home</a></span>
|
|
2538
2562
|
<small>Doing::Util</small>
|
|
@@ -2540,7 +2564,7 @@
|
|
|
2540
2564
|
</li>
|
|
2541
2565
|
|
|
2542
2566
|
|
|
2543
|
-
<li class="
|
|
2567
|
+
<li class="even ">
|
|
2544
2568
|
<div class="item">
|
|
2545
2569
|
<span class='object_link'><a href="Doing/Plugins.html#user_home-class_method" title="Doing::Plugins.user_home (method)">user_home</a></span>
|
|
2546
2570
|
<small>Doing::Plugins</small>
|
|
@@ -2548,7 +2572,7 @@
|
|
|
2548
2572
|
</li>
|
|
2549
2573
|
|
|
2550
2574
|
|
|
2551
|
-
<li class="
|
|
2575
|
+
<li class="odd ">
|
|
2552
2576
|
<div class="item">
|
|
2553
2577
|
<span class='object_link'><a href="Doing/Plugins.html#valid_type-class_method" title="Doing::Plugins.valid_type (method)">valid_type</a></span>
|
|
2554
2578
|
<small>Doing::Plugins</small>
|
|
@@ -2556,7 +2580,7 @@
|
|
|
2556
2580
|
</li>
|
|
2557
2581
|
|
|
2558
2582
|
|
|
2559
|
-
<li class="
|
|
2583
|
+
<li class="even ">
|
|
2560
2584
|
<div class="item">
|
|
2561
2585
|
<span class='object_link'><a href="String.html#validate_color-instance_method" title="String#validate_color (method)">#validate_color</a></span>
|
|
2562
2586
|
<small>String</small>
|
|
@@ -2564,7 +2588,7 @@
|
|
|
2564
2588
|
</li>
|
|
2565
2589
|
|
|
2566
2590
|
|
|
2567
|
-
<li class="
|
|
2591
|
+
<li class="odd ">
|
|
2568
2592
|
<div class="item">
|
|
2569
2593
|
<span class='object_link'><a href="Doing/Plugins.html#validate_plugin-class_method" title="Doing::Plugins.validate_plugin (method)">validate_plugin</a></span>
|
|
2570
2594
|
<small>Doing::Plugins</small>
|
|
@@ -2572,7 +2596,7 @@
|
|
|
2572
2596
|
</li>
|
|
2573
2597
|
|
|
2574
2598
|
|
|
2575
|
-
<li class="
|
|
2599
|
+
<li class="even ">
|
|
2576
2600
|
<div class="item">
|
|
2577
2601
|
<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>
|
|
2578
2602
|
<small>Doing::Configuration</small>
|
|
@@ -2580,7 +2604,7 @@
|
|
|
2580
2604
|
</li>
|
|
2581
2605
|
|
|
2582
2606
|
|
|
2583
|
-
<li class="
|
|
2607
|
+
<li class="odd ">
|
|
2584
2608
|
<div class="item">
|
|
2585
2609
|
<span class='object_link'><a href="GLI/Commands/MarkdownDocumentListener.html#version-instance_method" title="GLI::Commands::MarkdownDocumentListener#version (method)">#version</a></span>
|
|
2586
2610
|
<small>GLI::Commands::MarkdownDocumentListener</small>
|
|
@@ -2588,7 +2612,7 @@
|
|
|
2588
2612
|
</li>
|
|
2589
2613
|
|
|
2590
2614
|
|
|
2591
|
-
<li class="
|
|
2615
|
+
<li class="even ">
|
|
2592
2616
|
<div class="item">
|
|
2593
2617
|
<span class='object_link'><a href="Doing/WWID.html#views-instance_method" title="Doing::WWID#views (method)">#views</a></span>
|
|
2594
2618
|
<small>Doing::WWID</small>
|
|
@@ -2596,7 +2620,7 @@
|
|
|
2596
2620
|
</li>
|
|
2597
2621
|
|
|
2598
2622
|
|
|
2599
|
-
<li class="
|
|
2623
|
+
<li class="odd ">
|
|
2600
2624
|
<div class="item">
|
|
2601
2625
|
<span class='object_link'><a href="Doing/LogAdapter.html#warn-instance_method" title="Doing::LogAdapter#warn (method)">#warn</a></span>
|
|
2602
2626
|
<small>Doing::LogAdapter</small>
|
|
@@ -2604,7 +2628,7 @@
|
|
|
2604
2628
|
</li>
|
|
2605
2629
|
|
|
2606
2630
|
|
|
2607
|
-
<li class="
|
|
2631
|
+
<li class="even ">
|
|
2608
2632
|
<div class="item">
|
|
2609
2633
|
<span class='object_link'><a href="Doing/Prompt.html#which_fzf-class_method" title="Doing::Prompt.which_fzf (method)">which_fzf</a></span>
|
|
2610
2634
|
<small>Doing::Prompt</small>
|
|
@@ -2612,7 +2636,7 @@
|
|
|
2612
2636
|
</li>
|
|
2613
2637
|
|
|
2614
2638
|
|
|
2615
|
-
<li class="
|
|
2639
|
+
<li class="odd ">
|
|
2616
2640
|
<div class="item">
|
|
2617
2641
|
<span class='object_link'><a href="String.html#wildcard_to_rx-instance_method" title="String#wildcard_to_rx (method)">#wildcard_to_rx</a></span>
|
|
2618
2642
|
<small>String</small>
|
|
@@ -2620,7 +2644,7 @@
|
|
|
2620
2644
|
</li>
|
|
2621
2645
|
|
|
2622
2646
|
|
|
2623
|
-
<li class="
|
|
2647
|
+
<li class="even ">
|
|
2624
2648
|
<div class="item">
|
|
2625
2649
|
<span class='object_link'><a href="String.html#wrap-instance_method" title="String#wrap (method)">#wrap</a></span>
|
|
2626
2650
|
<small>String</small>
|
|
@@ -2628,7 +2652,7 @@
|
|
|
2628
2652
|
</li>
|
|
2629
2653
|
|
|
2630
2654
|
|
|
2631
|
-
<li class="
|
|
2655
|
+
<li class="odd ">
|
|
2632
2656
|
<div class="item">
|
|
2633
2657
|
<span class='object_link'><a href="Doing/LogAdapter.html#write-instance_method" title="Doing::LogAdapter#write (method)">#write</a></span>
|
|
2634
2658
|
<small>Doing::LogAdapter</small>
|
|
@@ -2636,7 +2660,7 @@
|
|
|
2636
2660
|
</li>
|
|
2637
2661
|
|
|
2638
2662
|
|
|
2639
|
-
<li class="
|
|
2663
|
+
<li class="even ">
|
|
2640
2664
|
<div class="item">
|
|
2641
2665
|
<span class='object_link'><a href="Doing/WWID.html#write-instance_method" title="Doing::WWID#write (method)">#write</a></span>
|
|
2642
2666
|
<small>Doing::WWID</small>
|
|
@@ -2644,7 +2668,7 @@
|
|
|
2644
2668
|
</li>
|
|
2645
2669
|
|
|
2646
2670
|
|
|
2647
|
-
<li class="
|
|
2671
|
+
<li class="odd ">
|
|
2648
2672
|
<div class="item">
|
|
2649
2673
|
<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>
|
|
2650
2674
|
<small>Doing::Util::Backup</small>
|
|
@@ -2652,7 +2676,7 @@
|
|
|
2652
2676
|
</li>
|
|
2653
2677
|
|
|
2654
2678
|
|
|
2655
|
-
<li class="
|
|
2679
|
+
<li class="even ">
|
|
2656
2680
|
<div class="item">
|
|
2657
2681
|
<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>
|
|
2658
2682
|
<small>Doing::Util</small>
|
|
@@ -2660,7 +2684,7 @@
|
|
|
2660
2684
|
</li>
|
|
2661
2685
|
|
|
2662
2686
|
|
|
2663
|
-
<li class="
|
|
2687
|
+
<li class="odd ">
|
|
2664
2688
|
<div class="item">
|
|
2665
2689
|
<span class='object_link'><a href="Doing/WWID.html#yesterday-instance_method" title="Doing::WWID#yesterday (method)">#yesterday</a></span>
|
|
2666
2690
|
<small>Doing::WWID</small>
|
|
@@ -2668,7 +2692,7 @@
|
|
|
2668
2692
|
</li>
|
|
2669
2693
|
|
|
2670
2694
|
|
|
2671
|
-
<li class="
|
|
2695
|
+
<li class="even ">
|
|
2672
2696
|
<div class="item">
|
|
2673
2697
|
<span class='object_link'><a href="Doing/Prompt.html#yn-class_method" title="Doing::Prompt.yn (method)">yn</a></span>
|
|
2674
2698
|
<small>Doing::Prompt</small>
|