qiflib 0.2.0 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/README.rdoc +37 -37
- data/html/Qiflib/Category.html +243 -262
- data/html/Qiflib/Date.html +255 -294
- data/html/Qiflib/Money.html +213 -226
- data/html/Qiflib/Transaction.html +517 -568
- data/html/Qiflib/Util.html +322 -333
- data/html/Qiflib.html +197 -234
- data/html/README_rdoc.html +144 -130
- data/html/index.html +125 -155
- data/html/rdoc.css +170 -338
- data/html/table_of_contents.html +130 -0
- data/lib/qiflib_constants.rb +6 -7
- data/lib/qiflib_util.rb +35 -36
- metadata +15 -25
- data/html/lib/qiflib_category_rb.html +0 -52
- data/html/lib/qiflib_constants_rb.html +0 -56
- data/html/lib/qiflib_date_rb.html +0 -52
- data/html/lib/qiflib_money_rb.html +0 -52
- data/html/lib/qiflib_rb.html +0 -68
- data/html/lib/qiflib_transaction_rb.html +0 -52
- data/html/lib/qiflib_util_rb.html +0 -52
@@ -0,0 +1,130 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
|
3
|
+
<html>
|
4
|
+
<head>
|
5
|
+
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
|
6
|
+
|
7
|
+
<title>Table of Contents - qiflib</title>
|
8
|
+
|
9
|
+
<link type="text/css" media="screen" href="./rdoc.css" rel="stylesheet">
|
10
|
+
|
11
|
+
<script type="text/javascript">
|
12
|
+
var rdoc_rel_prefix = "./";
|
13
|
+
</script>
|
14
|
+
|
15
|
+
<script type="text/javascript" charset="utf-8" src="./js/jquery.js"></script>
|
16
|
+
<script type="text/javascript" charset="utf-8" src="./js/navigation.js"></script>
|
17
|
+
<script type="text/javascript" charset="utf-8" src="./js/search_index.js"></script>
|
18
|
+
<script type="text/javascript" charset="utf-8" src="./js/search.js"></script>
|
19
|
+
<script type="text/javascript" charset="utf-8" src="./js/searcher.js"></script>
|
20
|
+
<script type="text/javascript" charset="utf-8" src="./js/darkfish.js"></script>
|
21
|
+
|
22
|
+
|
23
|
+
<body class="indexpage">
|
24
|
+
<h1>Table of Contents - qiflib</h1>
|
25
|
+
|
26
|
+
<h2>Pages</h2>
|
27
|
+
<ul>
|
28
|
+
<li class="file">
|
29
|
+
<a href="README_rdoc.html">README</a>
|
30
|
+
|
31
|
+
<img class="toc-toggle" src="images/transparent.png" alt="" title="toggle headings">
|
32
|
+
<ul class="initially-hidden">
|
33
|
+
<li><a href="README_rdoc.html#label-Qiflib">Qiflib</a>
|
34
|
+
<li><a href="README_rdoc.html#label-Install">Install</a>
|
35
|
+
<li><a href="README_rdoc.html#label-Synopsis">Synopsis</a>
|
36
|
+
<li><a href="README_rdoc.html#label-Generated+DDL">Generated DDL</a>
|
37
|
+
<li><a href="README_rdoc.html#label-Generated+shell+script+">Generated shell script </a>
|
38
|
+
<li><a href="README_rdoc.html#label-Copyright+and+License">Copyright and License</a>
|
39
|
+
</ul>
|
40
|
+
</li>
|
41
|
+
|
42
|
+
</ul>
|
43
|
+
|
44
|
+
<h2 id="classes">Classes/Modules</h2>
|
45
|
+
<ul>
|
46
|
+
<li class="module">
|
47
|
+
<a href="Qiflib.html">Qiflib</a>
|
48
|
+
</li>
|
49
|
+
<li class="class">
|
50
|
+
<a href="Qiflib/Category.html">Qiflib::Category</a>
|
51
|
+
</li>
|
52
|
+
<li class="class">
|
53
|
+
<a href="Qiflib/Date.html">Qiflib::Date</a>
|
54
|
+
</li>
|
55
|
+
<li class="class">
|
56
|
+
<a href="Qiflib/Money.html">Qiflib::Money</a>
|
57
|
+
</li>
|
58
|
+
<li class="class">
|
59
|
+
<a href="Qiflib/Transaction.html">Qiflib::Transaction</a>
|
60
|
+
</li>
|
61
|
+
<li class="class">
|
62
|
+
<a href="Qiflib/Util.html">Qiflib::Util</a>
|
63
|
+
</li>
|
64
|
+
|
65
|
+
</ul>
|
66
|
+
|
67
|
+
<h2 id="methods">Methods</h2>
|
68
|
+
<ul>
|
69
|
+
|
70
|
+
<li class="method"><a href="Qiflib/Util.html#method-c-catetory_names_to_csv">::catetory_names_to_csv — Qiflib::Util</a>
|
71
|
+
|
72
|
+
<li class="method"><a href="Qiflib/Util.html#method-c-catetory_names_to_delim">::catetory_names_to_delim — Qiflib::Util</a>
|
73
|
+
|
74
|
+
<li class="method"><a href="Qiflib.html#method-c-csv_category_field_names">::csv_category_field_names — Qiflib</a>
|
75
|
+
|
76
|
+
<li class="method"><a href="Qiflib/Category.html#method-c-csv_header">::csv_header — Qiflib::Category</a>
|
77
|
+
|
78
|
+
<li class="method"><a href="Qiflib/Transaction.html#method-c-csv_header">::csv_header — Qiflib::Transaction</a>
|
79
|
+
|
80
|
+
<li class="method"><a href="Qiflib.html#method-c-csv_transaction_field_names">::csv_transaction_field_names — Qiflib</a>
|
81
|
+
|
82
|
+
<li class="method"><a href="Qiflib/Util.html#method-c-generate_sqlite_ddl">::generate_sqlite_ddl — Qiflib::Util</a>
|
83
|
+
|
84
|
+
<li class="method"><a href="Qiflib/Util.html#method-c-generate_sqlite_load_script">::generate_sqlite_load_script — Qiflib::Util</a>
|
85
|
+
|
86
|
+
<li class="method"><a href="Qiflib/Transaction.html#method-c-new">::new — Qiflib::Transaction</a>
|
87
|
+
|
88
|
+
<li class="method"><a href="Qiflib/Category.html#method-c-new">::new — Qiflib::Category</a>
|
89
|
+
|
90
|
+
<li class="method"><a href="Qiflib/Money.html#method-c-new">::new — Qiflib::Money</a>
|
91
|
+
|
92
|
+
<li class="method"><a href="Qiflib/Date.html#method-c-new">::new — Qiflib::Date</a>
|
93
|
+
|
94
|
+
<li class="method"><a href="Qiflib/Util.html#method-c-transactions_to_csv">::transactions_to_csv — Qiflib::Util</a>
|
95
|
+
|
96
|
+
<li class="method"><a href="Qiflib/Util.html#method-c-transactions_to_delim">::transactions_to_delim — Qiflib::Util</a>
|
97
|
+
|
98
|
+
<li class="method"><a href="Qiflib/Transaction.html#method-i-add_line">#add_line — Qiflib::Transaction</a>
|
99
|
+
|
100
|
+
<li class="method"><a href="Qiflib/Category.html#method-i-as_array">#as_array — Qiflib::Category</a>
|
101
|
+
|
102
|
+
<li class="method"><a href="Qiflib/Transaction.html#method-i-as_array">#as_array — Qiflib::Transaction</a>
|
103
|
+
|
104
|
+
<li class="method"><a href="Qiflib/Money.html#method-i-cents">#cents — Qiflib::Money</a>
|
105
|
+
|
106
|
+
<li class="method"><a href="Qiflib/Transaction.html#method-i-current_split">#current_split — Qiflib::Transaction</a>
|
107
|
+
|
108
|
+
<li class="method"><a href="Qiflib/Transaction.html#method-i-ibank-3F">#ibank? — Qiflib::Transaction</a>
|
109
|
+
|
110
|
+
<li class="method"><a href="Qiflib/Transaction.html#method-i-line_value">#line_value — Qiflib::Transaction</a>
|
111
|
+
|
112
|
+
<li class="method"><a href="Qiflib/Category.html#method-i-to_csv">#to_csv — Qiflib::Category</a>
|
113
|
+
|
114
|
+
<li class="method"><a href="Qiflib/Transaction.html#method-i-to_csv">#to_csv — Qiflib::Transaction</a>
|
115
|
+
|
116
|
+
<li class="method"><a href="Qiflib/Date.html#method-i-to_s">#to_s — Qiflib::Date</a>
|
117
|
+
|
118
|
+
<li class="method"><a href="Qiflib/Money.html#method-i-to_s">#to_s — Qiflib::Money</a>
|
119
|
+
|
120
|
+
<li class="method"><a href="Qiflib/Transaction.html#method-i-valid-3F">#valid? — Qiflib::Transaction</a>
|
121
|
+
|
122
|
+
</ul>
|
123
|
+
|
124
|
+
|
125
|
+
<footer id="validator-badges">
|
126
|
+
<p><a href="http://validator.w3.org/check/referer">[Validate]</a>
|
127
|
+
<p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 4.0.0.
|
128
|
+
<p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
|
129
|
+
</footer>
|
130
|
+
|
data/lib/qiflib_constants.rb
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
|
2
2
|
# This file, and Qiflib module, define constant values used in this library.
|
3
3
|
# This include the lists of field names within the csv and delimited files.
|
4
|
-
|
4
|
+
|
5
5
|
module Qiflib
|
6
6
|
|
7
|
-
VERSION = '0.
|
8
|
-
DATE = '2013-
|
9
|
-
AUTHOR = 'Chris Joakim'
|
7
|
+
VERSION = '0.3.0'
|
8
|
+
DATE = '2013-08-25'
|
9
|
+
AUTHOR = 'Chris Joakim'
|
10
10
|
EMAIL = 'cjoakim@bellsouth.net'
|
11
11
|
SOURCE_QUICKEN = 'quicken'
|
12
12
|
SOURCE_IBANK = 'ibank'
|
@@ -14,7 +14,7 @@ module Qiflib
|
|
14
14
|
def self.csv_category_field_names
|
15
15
|
%w( id name )
|
16
16
|
end
|
17
|
-
|
17
|
+
|
18
18
|
def self.csv_transaction_field_names
|
19
19
|
%w(
|
20
20
|
id
|
@@ -47,6 +47,5 @@ module Qiflib
|
|
47
47
|
eol_ind
|
48
48
|
)
|
49
49
|
end
|
50
|
-
|
50
|
+
|
51
51
|
end
|
52
|
-
|
data/lib/qiflib_util.rb
CHANGED
@@ -3,12 +3,12 @@ module Qiflib
|
|
3
3
|
|
4
4
|
# This is the API class of the 'qiflib' library; all functionality
|
5
5
|
# is accessed via the class/static methods of this class.
|
6
|
-
|
6
|
+
|
7
7
|
class Util
|
8
|
-
|
8
|
+
|
9
9
|
# Return lines in CSV format which contain the list of categories
|
10
10
|
# within the given Array of filenames.
|
11
|
-
|
11
|
+
|
12
12
|
def self.catetory_names_to_csv(files_list)
|
13
13
|
categories, csv_lines = [], []
|
14
14
|
csv_lines << Qiflib::Category.csv_header
|
@@ -36,7 +36,7 @@ module Qiflib
|
|
36
36
|
rescue => err
|
37
37
|
file.close if file
|
38
38
|
puts "Exception: #{err.class.name} #{err.message} #{err.inspect}"
|
39
|
-
end
|
39
|
+
end
|
40
40
|
}
|
41
41
|
end
|
42
42
|
categories.uniq.sort.each_with_index { | name, idx |
|
@@ -44,11 +44,11 @@ module Qiflib
|
|
44
44
|
csv_lines << cat.to_csv(idx)
|
45
45
|
}
|
46
46
|
csv_lines
|
47
|
-
end
|
47
|
+
end
|
48
48
|
|
49
49
|
# Return lines in ^-delimited format which contain the list of categories
|
50
|
-
# within the given Array of filenames.
|
51
|
-
|
50
|
+
# within the given Array of filenames.
|
51
|
+
|
52
52
|
def self.catetory_names_to_delim(files_list)
|
53
53
|
delim_lines, csv_lines = [], catetory_names_to_csv(files_list)
|
54
54
|
csv_lines.each_with_index { | csv_line, idx |
|
@@ -67,15 +67,15 @@ module Qiflib
|
|
67
67
|
|
68
68
|
# Return lines in CSV format which contain the list of transactions
|
69
69
|
# within the given input_list Array. Each Hash within the input_list
|
70
|
-
# should contain keys :owner, :filename, and :source. Specify either
|
70
|
+
# should contain keys :owner, :filename, and :source. Specify either
|
71
71
|
# the value Qiflib::SOURCE_IBANK or Qiflib::SOURCE_QUICKEN for :source.
|
72
|
-
|
72
|
+
|
73
73
|
def self.transactions_to_csv(input_list)
|
74
74
|
transactions, csv_lines = [], []
|
75
75
|
csv_lines << Qiflib::Transaction.csv_header
|
76
76
|
if input_list
|
77
77
|
input_list.each { | input_hash |
|
78
|
-
owner = input_hash[:owner]
|
78
|
+
owner = input_hash[:owner]
|
79
79
|
filename = input_hash[:filename]
|
80
80
|
source = input_hash[:source]
|
81
81
|
process_file_for_transactions(owner, filename, source, transactions)
|
@@ -85,13 +85,13 @@ module Qiflib
|
|
85
85
|
}
|
86
86
|
end
|
87
87
|
csv_lines
|
88
|
-
end
|
88
|
+
end
|
89
89
|
|
90
90
|
# Return lines in ^-delimited format which contain the list of transactions
|
91
91
|
# within the given input_list Array. Each Hash within the input_list
|
92
|
-
# should contain keys :owner, :filename, and :source. Specify either
|
92
|
+
# should contain keys :owner, :filename, and :source. Specify either
|
93
93
|
# the value Qiflib::SOURCE_IBANK or Qiflib::SOURCE_QUICKEN for :source.
|
94
|
-
|
94
|
+
|
95
95
|
def self.transactions_to_delim(input_list)
|
96
96
|
delim_lines, csv_lines = [], transactions_to_csv(input_list)
|
97
97
|
csv_lines.each_with_index { | csv_line, idx |
|
@@ -107,14 +107,14 @@ module Qiflib
|
|
107
107
|
}
|
108
108
|
delim_lines
|
109
109
|
end
|
110
|
-
|
110
|
+
|
111
111
|
# Return the lines of DDL for a sqlite3 database, with 'categories' and
|
112
112
|
# 'transactions' tables. The DDL will also import the ^-delimited files.
|
113
|
-
|
113
|
+
|
114
114
|
def self.generate_sqlite_ddl
|
115
115
|
lines = []
|
116
116
|
lines << ''
|
117
|
-
lines << 'drop table if exists transactions;'
|
117
|
+
lines << 'drop table if exists transactions;'
|
118
118
|
lines << 'drop table if exists categories;'
|
119
119
|
lines << ''
|
120
120
|
lines << 'create table transactions('
|
@@ -150,31 +150,31 @@ module Qiflib
|
|
150
150
|
lines << ''
|
151
151
|
lines << 'create table categories('
|
152
152
|
lines << ' id integer,'
|
153
|
-
lines << ' name varchar(80)'
|
154
|
-
lines << ');'
|
155
|
-
lines << ''
|
153
|
+
lines << ' name varchar(80)'
|
154
|
+
lines << ');'
|
155
|
+
lines << ''
|
156
156
|
lines << ".separator '^'"
|
157
157
|
lines << ''
|
158
|
-
lines << '.import qiflib_transactions.txt transactions'
|
159
|
-
lines << '.import qiflib_categories.txt categories'
|
160
|
-
lines << ''
|
158
|
+
lines << '.import private/qiflib_transactions.txt transactions'
|
159
|
+
lines << '.import private/qiflib_categories.txt categories'
|
160
|
+
lines << ''
|
161
161
|
lines
|
162
162
|
end
|
163
163
|
|
164
|
-
# Return the lines of bash-shell script to load the sqlite3 database via
|
164
|
+
# Return the lines of bash-shell script to load the sqlite3 database via
|
165
165
|
# the DDL generated in method 'generate_sqlite_ddl'.
|
166
|
-
|
166
|
+
|
167
167
|
def self.generate_sqlite_load_script(db_name='qiflib.db', ddl_name='qiflib.ddl')
|
168
168
|
lines = []
|
169
169
|
lines << '#!/bin/bash'
|
170
170
|
lines << ''
|
171
171
|
lines << "sqlite3 #{db_name} < #{ddl_name}"
|
172
|
-
lines << ''
|
172
|
+
lines << ''
|
173
173
|
lines
|
174
174
|
end
|
175
|
-
|
176
|
-
private
|
177
|
-
|
175
|
+
|
176
|
+
private
|
177
|
+
|
178
178
|
def self.process_file_for_transactions(owner, filename, source, transactions)
|
179
179
|
begin
|
180
180
|
file = File.new(filename, 'r')
|
@@ -185,16 +185,16 @@ module Qiflib
|
|
185
185
|
line_number = line_number + 1
|
186
186
|
stripped = line.strip
|
187
187
|
if stripped.match(/^!Account/)
|
188
|
-
in_acct_header = true
|
188
|
+
in_acct_header = true
|
189
189
|
elsif stripped.match(/^!Type/)
|
190
|
-
in_type_header = true
|
190
|
+
in_type_header = true
|
191
191
|
else
|
192
192
|
if in_acct_header
|
193
193
|
if stripped.match(/^N/)
|
194
194
|
acct_name = line_value(stripped)
|
195
195
|
current_tran.acct_name = acct_name
|
196
196
|
elsif stripped.match(/^T/)
|
197
|
-
acct_type = line_value(stripped)
|
197
|
+
acct_type = line_value(stripped)
|
198
198
|
current_tran.acct_type = acct_type
|
199
199
|
elsif stripped == '^'
|
200
200
|
in_acct_header = false
|
@@ -202,7 +202,7 @@ module Qiflib
|
|
202
202
|
elsif in_type_header
|
203
203
|
if stripped == '^'
|
204
204
|
in_type_header = false
|
205
|
-
end
|
205
|
+
end
|
206
206
|
else
|
207
207
|
if stripped == '^'
|
208
208
|
if current_tran.valid?
|
@@ -218,15 +218,14 @@ module Qiflib
|
|
218
218
|
file.close if file
|
219
219
|
rescue => err
|
220
220
|
puts "Exception: #{err.class.name} #{err.message} #{err.inspect}"
|
221
|
-
end
|
221
|
+
end
|
222
222
|
end
|
223
223
|
|
224
224
|
def self.line_value(s)
|
225
225
|
return '' if s.nil? || s.size < 1
|
226
226
|
s[1, s.size].strip
|
227
227
|
end
|
228
|
-
|
228
|
+
|
229
229
|
end
|
230
|
-
|
230
|
+
|
231
231
|
end
|
232
|
-
|
metadata
CHANGED
@@ -1,32 +1,29 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: qiflib
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
5
|
-
prerelease:
|
4
|
+
version: 0.3.0
|
6
5
|
platform: ruby
|
7
6
|
authors:
|
8
7
|
- Chris Joakim
|
9
8
|
autorequire:
|
10
9
|
bindir: bin
|
11
10
|
cert_chain: []
|
12
|
-
date: 2013-
|
11
|
+
date: 2013-08-25 00:00:00.000000000 Z
|
13
12
|
dependencies:
|
14
13
|
- !ruby/object:Gem::Dependency
|
15
14
|
name: rspec
|
16
15
|
requirement: !ruby/object:Gem::Requirement
|
17
|
-
none: false
|
18
16
|
requirements:
|
19
|
-
- -
|
17
|
+
- - '>='
|
20
18
|
- !ruby/object:Gem::Version
|
21
|
-
version: 2.
|
19
|
+
version: 2.14.1
|
22
20
|
type: :development
|
23
21
|
prerelease: false
|
24
22
|
version_requirements: !ruby/object:Gem::Requirement
|
25
|
-
none: false
|
26
23
|
requirements:
|
27
|
-
- -
|
24
|
+
- - '>='
|
28
25
|
- !ruby/object:Gem::Version
|
29
|
-
version: 2.
|
26
|
+
version: 2.14.1
|
30
27
|
description: A ruby library for qif file processing.
|
31
28
|
email: cjoakim@bellsouth.net
|
32
29
|
executables: []
|
@@ -34,21 +31,15 @@ extensions: []
|
|
34
31
|
extra_rdoc_files: []
|
35
32
|
files:
|
36
33
|
- README.rdoc
|
37
|
-
- html/
|
38
|
-
- html/lib/qiflib_category_rb.html
|
39
|
-
- html/lib/qiflib_constants_rb.html
|
40
|
-
- html/lib/qiflib_date_rb.html
|
41
|
-
- html/lib/qiflib_money_rb.html
|
42
|
-
- html/lib/qiflib_rb.html
|
43
|
-
- html/lib/qiflib_transaction_rb.html
|
44
|
-
- html/lib/qiflib_util_rb.html
|
34
|
+
- html/Qiflib.html
|
45
35
|
- html/Qiflib/Category.html
|
46
36
|
- html/Qiflib/Date.html
|
47
37
|
- html/Qiflib/Money.html
|
48
38
|
- html/Qiflib/Transaction.html
|
49
39
|
- html/Qiflib/Util.html
|
50
|
-
- html/Qiflib.html
|
51
40
|
- html/README_rdoc.html
|
41
|
+
- html/index.html
|
42
|
+
- html/table_of_contents.html
|
52
43
|
- html/rdoc.css
|
53
44
|
- lib/qiflib.rb
|
54
45
|
- lib/qiflib_category.rb
|
@@ -60,26 +51,25 @@ files:
|
|
60
51
|
homepage: http://rubygems.org/gems/qiflib
|
61
52
|
licenses:
|
62
53
|
- GPL-3
|
54
|
+
metadata: {}
|
63
55
|
post_install_message:
|
64
56
|
rdoc_options: []
|
65
57
|
require_paths:
|
66
58
|
- lib
|
67
59
|
required_ruby_version: !ruby/object:Gem::Requirement
|
68
|
-
none: false
|
69
60
|
requirements:
|
70
|
-
- -
|
61
|
+
- - '>='
|
71
62
|
- !ruby/object:Gem::Version
|
72
|
-
version:
|
63
|
+
version: 2.0.0
|
73
64
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
74
|
-
none: false
|
75
65
|
requirements:
|
76
|
-
- -
|
66
|
+
- - '>='
|
77
67
|
- !ruby/object:Gem::Version
|
78
68
|
version: '0'
|
79
69
|
requirements: []
|
80
70
|
rubyforge_project:
|
81
|
-
rubygems_version:
|
71
|
+
rubygems_version: 2.0.6
|
82
72
|
signing_key:
|
83
|
-
specification_version:
|
73
|
+
specification_version: 4
|
84
74
|
summary: qiflib
|
85
75
|
test_files: []
|
@@ -1,52 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
2
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
3
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
4
|
-
|
5
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
6
|
-
<head>
|
7
|
-
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
|
8
|
-
|
9
|
-
<title>File: qiflib_category.rb [qiflib]</title>
|
10
|
-
|
11
|
-
<link type="text/css" media="screen" href="../rdoc.css" rel="stylesheet" />
|
12
|
-
|
13
|
-
<script src="../js/jquery.js" type="text/javascript"
|
14
|
-
charset="utf-8"></script>
|
15
|
-
<script src="../js/thickbox-compressed.js" type="text/javascript"
|
16
|
-
charset="utf-8"></script>
|
17
|
-
<script src="../js/quicksearch.js" type="text/javascript"
|
18
|
-
charset="utf-8"></script>
|
19
|
-
<script src="../js/darkfish.js" type="text/javascript"
|
20
|
-
charset="utf-8"></script>
|
21
|
-
</head>
|
22
|
-
|
23
|
-
<body class="file file-popup">
|
24
|
-
<div id="metadata">
|
25
|
-
<dl>
|
26
|
-
<dt class="modified-date">Last Modified</dt>
|
27
|
-
<dd class="modified-date">2012-05-29 13:13:16 -0400</dd>
|
28
|
-
|
29
|
-
|
30
|
-
<dt class="requires">Requires</dt>
|
31
|
-
<dd class="requires">
|
32
|
-
<ul>
|
33
|
-
|
34
|
-
</ul>
|
35
|
-
</dd>
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
</dl>
|
40
|
-
</div>
|
41
|
-
|
42
|
-
<div id="documentation">
|
43
|
-
|
44
|
-
<div class="description">
|
45
|
-
<h2>Description</h2>
|
46
|
-
|
47
|
-
</div>
|
48
|
-
|
49
|
-
</div>
|
50
|
-
</body>
|
51
|
-
</html>
|
52
|
-
|
@@ -1,56 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
2
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
3
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
4
|
-
|
5
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
6
|
-
<head>
|
7
|
-
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
|
8
|
-
|
9
|
-
<title>File: qiflib_constants.rb [qiflib]</title>
|
10
|
-
|
11
|
-
<link type="text/css" media="screen" href="../rdoc.css" rel="stylesheet" />
|
12
|
-
|
13
|
-
<script src="../js/jquery.js" type="text/javascript"
|
14
|
-
charset="utf-8"></script>
|
15
|
-
<script src="../js/thickbox-compressed.js" type="text/javascript"
|
16
|
-
charset="utf-8"></script>
|
17
|
-
<script src="../js/quicksearch.js" type="text/javascript"
|
18
|
-
charset="utf-8"></script>
|
19
|
-
<script src="../js/darkfish.js" type="text/javascript"
|
20
|
-
charset="utf-8"></script>
|
21
|
-
</head>
|
22
|
-
|
23
|
-
<body class="file file-popup">
|
24
|
-
<div id="metadata">
|
25
|
-
<dl>
|
26
|
-
<dt class="modified-date">Last Modified</dt>
|
27
|
-
<dd class="modified-date">2013-02-23 17:34:50 -0500</dd>
|
28
|
-
|
29
|
-
|
30
|
-
<dt class="requires">Requires</dt>
|
31
|
-
<dd class="requires">
|
32
|
-
<ul>
|
33
|
-
|
34
|
-
</ul>
|
35
|
-
</dd>
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
</dl>
|
40
|
-
</div>
|
41
|
-
|
42
|
-
<div id="documentation">
|
43
|
-
|
44
|
-
<div class="description">
|
45
|
-
<h2>Description</h2>
|
46
|
-
|
47
|
-
<p>This file, and <a href="../Qiflib.html">Qiflib</a> module, define constant
|
48
|
-
values used in this library. This include the lists of field names within
|
49
|
-
the csv and delimited files.</p>
|
50
|
-
|
51
|
-
</div>
|
52
|
-
|
53
|
-
</div>
|
54
|
-
</body>
|
55
|
-
</html>
|
56
|
-
|
@@ -1,52 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
2
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
3
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
4
|
-
|
5
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
6
|
-
<head>
|
7
|
-
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
|
8
|
-
|
9
|
-
<title>File: qiflib_date.rb [qiflib]</title>
|
10
|
-
|
11
|
-
<link type="text/css" media="screen" href="../rdoc.css" rel="stylesheet" />
|
12
|
-
|
13
|
-
<script src="../js/jquery.js" type="text/javascript"
|
14
|
-
charset="utf-8"></script>
|
15
|
-
<script src="../js/thickbox-compressed.js" type="text/javascript"
|
16
|
-
charset="utf-8"></script>
|
17
|
-
<script src="../js/quicksearch.js" type="text/javascript"
|
18
|
-
charset="utf-8"></script>
|
19
|
-
<script src="../js/darkfish.js" type="text/javascript"
|
20
|
-
charset="utf-8"></script>
|
21
|
-
</head>
|
22
|
-
|
23
|
-
<body class="file file-popup">
|
24
|
-
<div id="metadata">
|
25
|
-
<dl>
|
26
|
-
<dt class="modified-date">Last Modified</dt>
|
27
|
-
<dd class="modified-date">2012-05-29 13:13:16 -0400</dd>
|
28
|
-
|
29
|
-
|
30
|
-
<dt class="requires">Requires</dt>
|
31
|
-
<dd class="requires">
|
32
|
-
<ul>
|
33
|
-
|
34
|
-
</ul>
|
35
|
-
</dd>
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
</dl>
|
40
|
-
</div>
|
41
|
-
|
42
|
-
<div id="documentation">
|
43
|
-
|
44
|
-
<div class="description">
|
45
|
-
<h2>Description</h2>
|
46
|
-
|
47
|
-
</div>
|
48
|
-
|
49
|
-
</div>
|
50
|
-
</body>
|
51
|
-
</html>
|
52
|
-
|
@@ -1,52 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
2
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
3
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
4
|
-
|
5
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
6
|
-
<head>
|
7
|
-
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
|
8
|
-
|
9
|
-
<title>File: qiflib_money.rb [qiflib]</title>
|
10
|
-
|
11
|
-
<link type="text/css" media="screen" href="../rdoc.css" rel="stylesheet" />
|
12
|
-
|
13
|
-
<script src="../js/jquery.js" type="text/javascript"
|
14
|
-
charset="utf-8"></script>
|
15
|
-
<script src="../js/thickbox-compressed.js" type="text/javascript"
|
16
|
-
charset="utf-8"></script>
|
17
|
-
<script src="../js/quicksearch.js" type="text/javascript"
|
18
|
-
charset="utf-8"></script>
|
19
|
-
<script src="../js/darkfish.js" type="text/javascript"
|
20
|
-
charset="utf-8"></script>
|
21
|
-
</head>
|
22
|
-
|
23
|
-
<body class="file file-popup">
|
24
|
-
<div id="metadata">
|
25
|
-
<dl>
|
26
|
-
<dt class="modified-date">Last Modified</dt>
|
27
|
-
<dd class="modified-date">2012-05-29 13:13:16 -0400</dd>
|
28
|
-
|
29
|
-
|
30
|
-
<dt class="requires">Requires</dt>
|
31
|
-
<dd class="requires">
|
32
|
-
<ul>
|
33
|
-
|
34
|
-
</ul>
|
35
|
-
</dd>
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
</dl>
|
40
|
-
</div>
|
41
|
-
|
42
|
-
<div id="documentation">
|
43
|
-
|
44
|
-
<div class="description">
|
45
|
-
<h2>Description</h2>
|
46
|
-
|
47
|
-
</div>
|
48
|
-
|
49
|
-
</div>
|
50
|
-
</body>
|
51
|
-
</html>
|
52
|
-
|