sdl4r 0.9.5 → 0.9.6
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.
- data/CHANGELOG +11 -2
- data/Rakefile +1 -1
- data/TODO +9 -1
- data/doc/classes/SDL4R.html +42 -196
- data/doc/classes/SDL4R/Parser.html +45 -107
- data/doc/classes/SDL4R/SdlBinary.html +59 -119
- data/doc/classes/SDL4R/SdlParseError.html +28 -50
- data/doc/classes/SDL4R/SdlTimeSpan.html +257 -475
- data/doc/classes/SDL4R/Tag.html +497 -828
- data/doc/created.rid +1 -1
- data/doc/files/CHANGELOG.html +46 -18
- data/doc/files/LICENSE.html +51 -42
- data/doc/files/README.html +42 -32
- data/doc/files/lib/sdl4r/parser/reader_rb.html +21 -11
- data/doc/files/lib/sdl4r/parser/time_span_with_zone_rb.html +21 -11
- data/doc/files/lib/sdl4r/parser/token_rb.html +21 -11
- data/doc/files/lib/sdl4r/parser/tokenizer_rb.html +21 -11
- data/doc/files/lib/sdl4r/parser_rb.html +21 -14
- data/doc/files/lib/sdl4r/sdl4r_rb.html +23 -18
- data/doc/files/lib/sdl4r/sdl_binary_rb.html +21 -11
- data/doc/files/lib/sdl4r/sdl_parse_error_rb.html +21 -11
- data/doc/files/lib/sdl4r/sdl_time_span_rb.html +21 -11
- data/doc/files/lib/sdl4r/tag_rb.html +23 -18
- data/doc/files/lib/sdl4r_rb.html +21 -11
- data/doc/fr_class_index.html +11 -14
- data/doc/fr_file_index.html +11 -22
- data/doc/fr_method_index.html +90 -175
- data/doc/index.html +7 -4
- data/doc/rdoc-style.css +119 -210
- data/lib/sdl4r/tag.rb +23 -12
- data/test/sdl4r/tag_test.rb +53 -0
- metadata +9 -4
@@ -1,8 +1,11 @@
|
|
1
|
-
|
2
|
-
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<!DOCTYPE html
|
3
|
+
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
4
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
5
|
+
|
3
6
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
4
7
|
<head>
|
5
|
-
<title>File: sdl4r.rb
|
8
|
+
<title>File: sdl4r.rb</title>
|
6
9
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
7
10
|
<meta http-equiv="Content-Script-Type" content="text/javascript" />
|
8
11
|
<link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
|
@@ -22,7 +25,7 @@
|
|
22
25
|
return false;
|
23
26
|
|
24
27
|
elemStyle = elem.style;
|
25
|
-
|
28
|
+
|
26
29
|
if ( elemStyle.display != "block" ) {
|
27
30
|
elemStyle.display = "block"
|
28
31
|
} else {
|
@@ -31,10 +34,10 @@
|
|
31
34
|
|
32
35
|
return true;
|
33
36
|
}
|
34
|
-
|
37
|
+
|
35
38
|
// Make codeblocks hidden by default
|
36
|
-
document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }
|
37
|
-
|
39
|
+
document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
|
40
|
+
|
38
41
|
// ]]>
|
39
42
|
</script>
|
40
43
|
|
@@ -42,18 +45,18 @@
|
|
42
45
|
<body>
|
43
46
|
|
44
47
|
|
48
|
+
|
45
49
|
<div id="fileHeader">
|
46
50
|
<h1>sdl4r.rb</h1>
|
47
51
|
<table class="header-table">
|
48
52
|
<tr class="top-aligned-row">
|
49
53
|
<td><strong>Path:</strong></td>
|
50
54
|
<td>lib/sdl4r/sdl4r.rb
|
51
|
-
|
52
55
|
</td>
|
53
56
|
</tr>
|
54
57
|
<tr class="top-aligned-row">
|
55
58
|
<td><strong>Last Update:</strong></td>
|
56
|
-
<td>
|
59
|
+
<td>Sat Aug 07 00:35:38 +0900 2010</td>
|
57
60
|
</tr>
|
58
61
|
</table>
|
59
62
|
</div>
|
@@ -61,6 +64,8 @@
|
|
61
64
|
|
62
65
|
<div id="bodyContent">
|
63
66
|
|
67
|
+
|
68
|
+
|
64
69
|
<div id="contextContent">
|
65
70
|
|
66
71
|
<div id="description">
|
@@ -74,13 +79,9 @@ encoding: UTF-8
|
|
74
79
|
<h3 class="section-bar">Required files</h3>
|
75
80
|
|
76
81
|
<div class="name-list">
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
bigdecimal
|
81
|
-
|
82
|
-
date
|
83
|
-
|
82
|
+
base64
|
83
|
+
bigdecimal
|
84
|
+
date
|
84
85
|
</div>
|
85
86
|
</div>
|
86
87
|
|
@@ -89,6 +90,7 @@ encoding: UTF-8
|
|
89
90
|
|
90
91
|
</div>
|
91
92
|
|
93
|
+
|
92
94
|
<!-- if includes -->
|
93
95
|
|
94
96
|
<div id="section">
|
@@ -96,16 +98,19 @@ encoding: UTF-8
|
|
96
98
|
|
97
99
|
|
98
100
|
|
99
|
-
|
101
|
+
|
102
|
+
|
100
103
|
|
101
104
|
|
105
|
+
<!-- if method_list -->
|
102
106
|
|
103
107
|
|
104
108
|
</div>
|
105
109
|
|
110
|
+
|
106
111
|
<div id="validator-badges">
|
107
112
|
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
|
108
113
|
</div>
|
109
114
|
|
110
115
|
</body>
|
111
|
-
</html>
|
116
|
+
</html>
|
@@ -1,8 +1,11 @@
|
|
1
|
-
|
2
|
-
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<!DOCTYPE html
|
3
|
+
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
4
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
5
|
+
|
3
6
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
4
7
|
<head>
|
5
|
-
<title>File: sdl_binary.rb
|
8
|
+
<title>File: sdl_binary.rb</title>
|
6
9
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
7
10
|
<meta http-equiv="Content-Script-Type" content="text/javascript" />
|
8
11
|
<link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
|
@@ -22,7 +25,7 @@
|
|
22
25
|
return false;
|
23
26
|
|
24
27
|
elemStyle = elem.style;
|
25
|
-
|
28
|
+
|
26
29
|
if ( elemStyle.display != "block" ) {
|
27
30
|
elemStyle.display = "block"
|
28
31
|
} else {
|
@@ -31,10 +34,10 @@
|
|
31
34
|
|
32
35
|
return true;
|
33
36
|
}
|
34
|
-
|
37
|
+
|
35
38
|
// Make codeblocks hidden by default
|
36
|
-
document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }
|
37
|
-
|
39
|
+
document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
|
40
|
+
|
38
41
|
// ]]>
|
39
42
|
</script>
|
40
43
|
|
@@ -42,18 +45,18 @@
|
|
42
45
|
<body>
|
43
46
|
|
44
47
|
|
48
|
+
|
45
49
|
<div id="fileHeader">
|
46
50
|
<h1>sdl_binary.rb</h1>
|
47
51
|
<table class="header-table">
|
48
52
|
<tr class="top-aligned-row">
|
49
53
|
<td><strong>Path:</strong></td>
|
50
54
|
<td>lib/sdl4r/sdl_binary.rb
|
51
|
-
|
52
55
|
</td>
|
53
56
|
</tr>
|
54
57
|
<tr class="top-aligned-row">
|
55
58
|
<td><strong>Last Update:</strong></td>
|
56
|
-
<td>
|
59
|
+
<td>Fri Aug 06 23:12:38 +0900 2010</td>
|
57
60
|
</tr>
|
58
61
|
</table>
|
59
62
|
</div>
|
@@ -61,6 +64,8 @@
|
|
61
64
|
|
62
65
|
<div id="bodyContent">
|
63
66
|
|
67
|
+
|
68
|
+
|
64
69
|
<div id="contextContent">
|
65
70
|
|
66
71
|
<div id="description">
|
@@ -70,11 +75,13 @@ encoding: UTF-8
|
|
70
75
|
|
71
76
|
</div>
|
72
77
|
|
78
|
+
|
73
79
|
</div>
|
74
80
|
|
75
81
|
|
76
82
|
</div>
|
77
83
|
|
84
|
+
|
78
85
|
<!-- if includes -->
|
79
86
|
|
80
87
|
<div id="section">
|
@@ -82,16 +89,19 @@ encoding: UTF-8
|
|
82
89
|
|
83
90
|
|
84
91
|
|
85
|
-
<!-- if method_list -->
|
86
92
|
|
93
|
+
|
87
94
|
|
88
95
|
|
96
|
+
<!-- if method_list -->
|
97
|
+
|
89
98
|
|
90
99
|
</div>
|
91
100
|
|
101
|
+
|
92
102
|
<div id="validator-badges">
|
93
103
|
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
|
94
104
|
</div>
|
95
105
|
|
96
106
|
</body>
|
97
|
-
</html>
|
107
|
+
</html>
|
@@ -1,8 +1,11 @@
|
|
1
|
-
|
2
|
-
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<!DOCTYPE html
|
3
|
+
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
4
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
5
|
+
|
3
6
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
4
7
|
<head>
|
5
|
-
<title>File: sdl_parse_error.rb
|
8
|
+
<title>File: sdl_parse_error.rb</title>
|
6
9
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
7
10
|
<meta http-equiv="Content-Script-Type" content="text/javascript" />
|
8
11
|
<link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
|
@@ -22,7 +25,7 @@
|
|
22
25
|
return false;
|
23
26
|
|
24
27
|
elemStyle = elem.style;
|
25
|
-
|
28
|
+
|
26
29
|
if ( elemStyle.display != "block" ) {
|
27
30
|
elemStyle.display = "block"
|
28
31
|
} else {
|
@@ -31,10 +34,10 @@
|
|
31
34
|
|
32
35
|
return true;
|
33
36
|
}
|
34
|
-
|
37
|
+
|
35
38
|
// Make codeblocks hidden by default
|
36
|
-
document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }
|
37
|
-
|
39
|
+
document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
|
40
|
+
|
38
41
|
// ]]>
|
39
42
|
</script>
|
40
43
|
|
@@ -42,18 +45,18 @@
|
|
42
45
|
<body>
|
43
46
|
|
44
47
|
|
48
|
+
|
45
49
|
<div id="fileHeader">
|
46
50
|
<h1>sdl_parse_error.rb</h1>
|
47
51
|
<table class="header-table">
|
48
52
|
<tr class="top-aligned-row">
|
49
53
|
<td><strong>Path:</strong></td>
|
50
54
|
<td>lib/sdl4r/sdl_parse_error.rb
|
51
|
-
|
52
55
|
</td>
|
53
56
|
</tr>
|
54
57
|
<tr class="top-aligned-row">
|
55
58
|
<td><strong>Last Update:</strong></td>
|
56
|
-
<td>
|
59
|
+
<td>Fri Aug 06 23:12:40 +0900 2010</td>
|
57
60
|
</tr>
|
58
61
|
</table>
|
59
62
|
</div>
|
@@ -61,6 +64,8 @@
|
|
61
64
|
|
62
65
|
<div id="bodyContent">
|
63
66
|
|
67
|
+
|
68
|
+
|
64
69
|
<div id="contextContent">
|
65
70
|
|
66
71
|
<div id="description">
|
@@ -70,11 +75,13 @@ encoding: UTF-8
|
|
70
75
|
|
71
76
|
</div>
|
72
77
|
|
78
|
+
|
73
79
|
</div>
|
74
80
|
|
75
81
|
|
76
82
|
</div>
|
77
83
|
|
84
|
+
|
78
85
|
<!-- if includes -->
|
79
86
|
|
80
87
|
<div id="section">
|
@@ -82,16 +89,19 @@ encoding: UTF-8
|
|
82
89
|
|
83
90
|
|
84
91
|
|
85
|
-
<!-- if method_list -->
|
86
92
|
|
93
|
+
|
87
94
|
|
88
95
|
|
96
|
+
<!-- if method_list -->
|
97
|
+
|
89
98
|
|
90
99
|
</div>
|
91
100
|
|
101
|
+
|
92
102
|
<div id="validator-badges">
|
93
103
|
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
|
94
104
|
</div>
|
95
105
|
|
96
106
|
</body>
|
97
|
-
</html>
|
107
|
+
</html>
|
@@ -1,8 +1,11 @@
|
|
1
|
-
|
2
|
-
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<!DOCTYPE html
|
3
|
+
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
4
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
5
|
+
|
3
6
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
4
7
|
<head>
|
5
|
-
<title>File: sdl_time_span.rb
|
8
|
+
<title>File: sdl_time_span.rb</title>
|
6
9
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
7
10
|
<meta http-equiv="Content-Script-Type" content="text/javascript" />
|
8
11
|
<link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
|
@@ -22,7 +25,7 @@
|
|
22
25
|
return false;
|
23
26
|
|
24
27
|
elemStyle = elem.style;
|
25
|
-
|
28
|
+
|
26
29
|
if ( elemStyle.display != "block" ) {
|
27
30
|
elemStyle.display = "block"
|
28
31
|
} else {
|
@@ -31,10 +34,10 @@
|
|
31
34
|
|
32
35
|
return true;
|
33
36
|
}
|
34
|
-
|
37
|
+
|
35
38
|
// Make codeblocks hidden by default
|
36
|
-
document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }
|
37
|
-
|
39
|
+
document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
|
40
|
+
|
38
41
|
// ]]>
|
39
42
|
</script>
|
40
43
|
|
@@ -42,18 +45,18 @@
|
|
42
45
|
<body>
|
43
46
|
|
44
47
|
|
48
|
+
|
45
49
|
<div id="fileHeader">
|
46
50
|
<h1>sdl_time_span.rb</h1>
|
47
51
|
<table class="header-table">
|
48
52
|
<tr class="top-aligned-row">
|
49
53
|
<td><strong>Path:</strong></td>
|
50
54
|
<td>lib/sdl4r/sdl_time_span.rb
|
51
|
-
|
52
55
|
</td>
|
53
56
|
</tr>
|
54
57
|
<tr class="top-aligned-row">
|
55
58
|
<td><strong>Last Update:</strong></td>
|
56
|
-
<td>
|
59
|
+
<td>Fri Aug 06 23:12:42 +0900 2010</td>
|
57
60
|
</tr>
|
58
61
|
</table>
|
59
62
|
</div>
|
@@ -61,6 +64,8 @@
|
|
61
64
|
|
62
65
|
<div id="bodyContent">
|
63
66
|
|
67
|
+
|
68
|
+
|
64
69
|
<div id="contextContent">
|
65
70
|
|
66
71
|
<div id="description">
|
@@ -70,11 +75,13 @@ encoding: UTF-8
|
|
70
75
|
|
71
76
|
</div>
|
72
77
|
|
78
|
+
|
73
79
|
</div>
|
74
80
|
|
75
81
|
|
76
82
|
</div>
|
77
83
|
|
84
|
+
|
78
85
|
<!-- if includes -->
|
79
86
|
|
80
87
|
<div id="section">
|
@@ -82,16 +89,19 @@ encoding: UTF-8
|
|
82
89
|
|
83
90
|
|
84
91
|
|
85
|
-
<!-- if method_list -->
|
86
92
|
|
93
|
+
|
87
94
|
|
88
95
|
|
96
|
+
<!-- if method_list -->
|
97
|
+
|
89
98
|
|
90
99
|
</div>
|
91
100
|
|
101
|
+
|
92
102
|
<div id="validator-badges">
|
93
103
|
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
|
94
104
|
</div>
|
95
105
|
|
96
106
|
</body>
|
97
|
-
</html>
|
107
|
+
</html>
|
@@ -1,8 +1,11 @@
|
|
1
|
-
|
2
|
-
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<!DOCTYPE html
|
3
|
+
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
4
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
5
|
+
|
3
6
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
4
7
|
<head>
|
5
|
-
<title>File: tag.rb
|
8
|
+
<title>File: tag.rb</title>
|
6
9
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
7
10
|
<meta http-equiv="Content-Script-Type" content="text/javascript" />
|
8
11
|
<link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
|
@@ -22,7 +25,7 @@
|
|
22
25
|
return false;
|
23
26
|
|
24
27
|
elemStyle = elem.style;
|
25
|
-
|
28
|
+
|
26
29
|
if ( elemStyle.display != "block" ) {
|
27
30
|
elemStyle.display = "block"
|
28
31
|
} else {
|
@@ -31,10 +34,10 @@
|
|
31
34
|
|
32
35
|
return true;
|
33
36
|
}
|
34
|
-
|
37
|
+
|
35
38
|
// Make codeblocks hidden by default
|
36
|
-
document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }
|
37
|
-
|
39
|
+
document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
|
40
|
+
|
38
41
|
// ]]>
|
39
42
|
</script>
|
40
43
|
|
@@ -42,18 +45,18 @@
|
|
42
45
|
<body>
|
43
46
|
|
44
47
|
|
48
|
+
|
45
49
|
<div id="fileHeader">
|
46
50
|
<h1>tag.rb</h1>
|
47
51
|
<table class="header-table">
|
48
52
|
<tr class="top-aligned-row">
|
49
53
|
<td><strong>Path:</strong></td>
|
50
54
|
<td>lib/sdl4r/tag.rb
|
51
|
-
|
52
55
|
</td>
|
53
56
|
</tr>
|
54
57
|
<tr class="top-aligned-row">
|
55
58
|
<td><strong>Last Update:</strong></td>
|
56
|
-
<td>
|
59
|
+
<td>Mon Aug 09 22:45:58 +0900 2010</td>
|
57
60
|
</tr>
|
58
61
|
</table>
|
59
62
|
</div>
|
@@ -61,6 +64,8 @@
|
|
61
64
|
|
62
65
|
<div id="bodyContent">
|
63
66
|
|
67
|
+
|
68
|
+
|
64
69
|
<div id="contextContent">
|
65
70
|
|
66
71
|
<div id="description">
|
@@ -74,13 +79,9 @@ encoding: UTF-8
|
|
74
79
|
<h3 class="section-bar">Required files</h3>
|
75
80
|
|
76
81
|
<div class="name-list">
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
open-uri
|
81
|
-
|
82
|
-
stringio
|
83
|
-
|
82
|
+
pathname
|
83
|
+
open-uri
|
84
|
+
stringio
|
84
85
|
</div>
|
85
86
|
</div>
|
86
87
|
|
@@ -89,6 +90,7 @@ encoding: UTF-8
|
|
89
90
|
|
90
91
|
</div>
|
91
92
|
|
93
|
+
|
92
94
|
<!-- if includes -->
|
93
95
|
|
94
96
|
<div id="section">
|
@@ -96,16 +98,19 @@ encoding: UTF-8
|
|
96
98
|
|
97
99
|
|
98
100
|
|
99
|
-
|
101
|
+
|
102
|
+
|
100
103
|
|
101
104
|
|
105
|
+
<!-- if method_list -->
|
102
106
|
|
103
107
|
|
104
108
|
</div>
|
105
109
|
|
110
|
+
|
106
111
|
<div id="validator-badges">
|
107
112
|
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
|
108
113
|
</div>
|
109
114
|
|
110
115
|
</body>
|
111
|
-
</html>
|
116
|
+
</html>
|