summaryrefslogtreecommitdiff
path: root/doc/xmlrpc-light/html/index_values.html
blob: c8a4bd95ca825776f05eb2a893e940b444e129a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
<link rel="Start" href="index.html">
<link title="Index of types" rel=Appendix href="index_types.html">
<link title="Index of exceptions" rel=Appendix href="index_exceptions.html">
<link title="Index of values" rel=Appendix href="index_values.html">
<link title="Index of class attributes" rel=Appendix href="index_attributes.html">
<link title="Index of class methods" rel=Appendix href="index_methods.html">
<link title="Index of classes" rel=Appendix href="index_classes.html">
<link title="Index of class types" rel=Appendix href="index_class_types.html">
<link title="Index of modules" rel=Appendix href="index_modules.html">
<link title="XmlRpc" rel="Chapter" href="XmlRpc.html">
<link title="XmlRpcServer" rel="Chapter" href="XmlRpcServer.html">
<link title="XmlRpcDateTime" rel="Chapter" href="XmlRpcDateTime.html">
<link title="XmlRpcBase64" rel="Chapter" href="XmlRpcBase64.html"><title>Index of values</title>
</head>
<body>
<center><h1>Index of values</h1></center>
<table>
<tr><td align="left"><br>C</td></tr>
<tr><td><a href="XmlRpcDateTime.html#VALcompare">compare</a> [<a href="XmlRpcDateTime.html">XmlRpcDateTime</a>]</td>
<td><div class="info">
Standard comparator for date/time values.
</div>
</td></tr>
<tr><td align="left"><br>D</td></tr>
<tr><td><a href="XmlRpcBase64.html#VALdecode">decode</a> [<a href="XmlRpcBase64.html">XmlRpcBase64</a>]</td>
<td><div class="info">
Generic base64 decoding over a character stream.
</div>
</td></tr>
<tr><td><a href="XmlRpc.html#VALdefault_error_handler">default_error_handler</a> [<a href="XmlRpc.html">XmlRpc</a>]</td>
<td><div class="info">
The default error handler for <code class="code">serve</code>.
</div>
</td></tr>
<tr><td><a href="XmlRpc.html#VALdump">dump</a> [<a href="XmlRpc.html">XmlRpc</a>]</td>
<td><div class="info">
Converts an XmlRpc value to a human-readable string.
</div>
</td></tr>
<tr><td align="left"><br>E</td></tr>
<tr><td><a href="XmlRpcBase64.html#VALencode">encode</a> [<a href="XmlRpcBase64.html">XmlRpcBase64</a>]</td>
<td><div class="info">
Generic base64 encoding over a character stream.
</div>
</td></tr>
<tr><td><a href="XmlRpcDateTime.html#VALequal">equal</a> [<a href="XmlRpcDateTime.html">XmlRpcDateTime</a>]</td>
<td><div class="info">
Standard equality function for date/time values.
</div>
</td></tr>
<tr><td align="left"><br>F</td></tr>
<tr><td><a href="XmlRpcDateTime.html#VALfix_tz_offset">fix_tz_offset</a> [<a href="XmlRpcDateTime.html">XmlRpcDateTime</a>]</td>
<td><div class="info">
Forces the time zone offset to a different value, ignoring all other
    fields.
</div>
</td></tr>
<tr><td><a href="XmlRpcDateTime.html#VALfrom_unixfloat">from_unixfloat</a> [<a href="XmlRpcDateTime.html">XmlRpcDateTime</a>]</td>
<td><div class="info">
Builds a date/time value from epoch seconds in the local time zone.
</div>
</td></tr>
<tr><td><a href="XmlRpcDateTime.html#VALfrom_unixfloat_utc">from_unixfloat_utc</a> [<a href="XmlRpcDateTime.html">XmlRpcDateTime</a>]</td>
<td><div class="info">
Builds a date/time value from epoch seconds in UTC.
</div>
</td></tr>
<tr><td><a href="XmlRpcDateTime.html#VALfrom_unixtm">from_unixtm</a> [<a href="XmlRpcDateTime.html">XmlRpcDateTime</a>]</td>
<td><div class="info">
Builds a date/time value from a Unix.tm value in the local time zone.
</div>
</td></tr>
<tr><td><a href="XmlRpcDateTime.html#VALfrom_unixtm_utc">from_unixtm_utc</a> [<a href="XmlRpcDateTime.html">XmlRpcDateTime</a>]</td>
<td><div class="info">
Builds a date/time value from a Unix.tm value in UTC.
</div>
</td></tr>
<tr><td align="left"><br>H</td></tr>
<tr><td><a href="XmlRpcDateTime.html#VALhash">hash</a> [<a href="XmlRpcDateTime.html">XmlRpcDateTime</a>]</td>
<td><div class="info">
Standard hash function for date/time values.
</div>
</td></tr>
<tr><td align="left"><br>I</td></tr>
<tr><td><a href="XmlRpcServer.html#VALinvalid_method">invalid_method</a> [<a href="XmlRpcServer.html">XmlRpcServer</a>]</td>
<td><div class="info">
Raise an <a href="XmlRpc.html#EXCEPTIONError"><code class="code">XmlRpc.Error</code></a> indicating a method name not found.
</div>
</td></tr>
<tr><td><a href="XmlRpcServer.html#VALinvalid_params">invalid_params</a> [<a href="XmlRpcServer.html">XmlRpcServer</a>]</td>
<td><div class="info">
Raise an <a href="XmlRpc.html#EXCEPTIONError"><code class="code">XmlRpc.Error</code></a> indicating invalid method parameters.
</div>
</td></tr>
<tr><td align="left"><br>M</td></tr>
<tr><td><a href="XmlRpcBase64.html#VALmake_decoding_table">make_decoding_table</a> [<a href="XmlRpcBase64.html">XmlRpcBase64</a>]</td>
<td><div class="info">
Create a valid decoding table from an encoding one.
</div>
</td></tr>
<tr><td><a href="XmlRpc.html#VALmessage_of_xml_element">message_of_xml_element</a> [<a href="XmlRpc.html">XmlRpc</a>]</td>
<td><div class="info">
Converts an Xml Light element to an XmlRpc message.
</div>
</td></tr>
<tr><td align="left"><br>N</td></tr>
<tr><td><a href="XmlRpcDateTime.html#VALnow">now</a> [<a href="XmlRpcDateTime.html">XmlRpcDateTime</a>]</td>
<td><div class="info">
Returns the current date and time in the local time zone.
</div>
</td></tr>
<tr><td><a href="XmlRpcDateTime.html#VALnow_utc">now_utc</a> [<a href="XmlRpcDateTime.html">XmlRpcDateTime</a>]</td>
<td><div class="info">
Returns the current date and time in UTC.
</div>
</td></tr>
<tr><td align="left"><br>O</td></tr>
<tr><td><a href="XmlRpcDateTime.html#VALof_string">of_string</a> [<a href="XmlRpcDateTime.html">XmlRpcDateTime</a>]</td>
<td><div class="info">
Parses an (XmlRpc-flavor) ISO-8601 date/time value from a string.
</div>
</td></tr>
<tr><td align="left"><br>Q</td></tr>
<tr><td><a href="XmlRpc.html#VALquiet_error_handler">quiet_error_handler</a> [<a href="XmlRpc.html">XmlRpc</a>]</td>
<td><div class="info">
A "quiet" error handler for <code class="code">serve</code>.
</div>
</td></tr>
<tr><td align="left"><br>S</td></tr>
<tr><td><a href="XmlRpc.html#VALserve">serve</a> [<a href="XmlRpc.html">XmlRpc</a>]</td>
<td><div class="info">
Creates a function from string (Xml representing a <code class="code">MethodCall</code>) to
    string (Xml representing a <code class="code">MethodResult</code> or <code class="code">Fault</code>) given a function
    of the form: (<code class="code">name</code> -&gt; <code class="code">params</code> -&gt; <code class="code">result</code>), where <code class="code">name</code> is the
    name of the method, <code class="code">params</code> is a list of parameter values, and
    <code class="code">result</code> is the result value.
</div>
</td></tr>
<tr><td><a href="XmlRpc.html#VALserve_message">serve_message</a> [<a href="XmlRpc.html">XmlRpc</a>]</td>
<td><div class="info">
Performs the same function as <code class="code">serve</code>, but operates on typed messages
    instead of strings.
</div>
</td></tr>
<tr><td><a href="XmlRpcDateTime.html#VALset_tz_offset">set_tz_offset</a> [<a href="XmlRpcDateTime.html">XmlRpcDateTime</a>]</td>
<td><div class="info">
Adjusts the time zone offset, preserving equality.
</div>
</td></tr>
<tr><td><a href="XmlRpcBase64.html#VALstr_decode">str_decode</a> [<a href="XmlRpcBase64.html">XmlRpcBase64</a>]</td>
<td><div class="info">
Decode a string encoded into Base64, raise <code class="code">Invalid_char</code> if a
	character in the input string is not a valid one.
</div>
</td></tr>
<tr><td><a href="XmlRpcBase64.html#VALstr_encode">str_encode</a> [<a href="XmlRpcBase64.html">XmlRpcBase64</a>]</td>
<td><div class="info">
Encode a string into Base64.
</div>
</td></tr>
<tr><td align="left"><br>T</td></tr>
<tr><td><a href="XmlRpcDateTime.html#VALto_string">to_string</a> [<a href="XmlRpcDateTime.html">XmlRpcDateTime</a>]</td>
<td><div class="info">
Generates an ISO-8601 string from a date/time value.
</div>
</td></tr>
<tr><td><a href="XmlRpcDateTime.html#VALto_unixfloat">to_unixfloat</a> [<a href="XmlRpcDateTime.html">XmlRpcDateTime</a>]</td>
<td><div class="info">
Converts a date/time value to epoch seconds in the local time zone.
</div>
</td></tr>
<tr><td><a href="XmlRpcDateTime.html#VALto_unixfloat_utc">to_unixfloat_utc</a> [<a href="XmlRpcDateTime.html">XmlRpcDateTime</a>]</td>
<td><div class="info">
Converts a date/time value to epoch seconds in UTC.
</div>
</td></tr>
<tr><td><a href="XmlRpcDateTime.html#VALto_unixtm">to_unixtm</a> [<a href="XmlRpcDateTime.html">XmlRpcDateTime</a>]</td>
<td><div class="info">
Converts a date/time value to a Unix.tm value in the local time zone.
</div>
</td></tr>
<tr><td><a href="XmlRpcDateTime.html#VALto_unixtm_utc">to_unixtm_utc</a> [<a href="XmlRpcDateTime.html">XmlRpcDateTime</a>]</td>
<td><div class="info">
Converts a date/time value to a Unix.tm value in UTC.
</div>
</td></tr>
<tr><td align="left"><br>V</td></tr>
<tr><td><a href="XmlRpc.html#VALvalue_of_xml_element">value_of_xml_element</a> [<a href="XmlRpc.html">XmlRpc</a>]</td>
<td><div class="info">
Converts an Xml Light element to an XmlRpc value.
</div>
</td></tr>
<tr><td><a href="XmlRpc.html#VALversion">version</a> [<a href="XmlRpc.html">XmlRpc</a>]</td>
<td><div class="info">
Version of XmlRpc-Light as a string.
</div>
</td></tr>
<tr><td align="left"><br>X</td></tr>
<tr><td><a href="XmlRpc.html#VALxml_element_of_message">xml_element_of_message</a> [<a href="XmlRpc.html">XmlRpc</a>]</td>
<td><div class="info">
Converts an XmlRpc message to an Xml Light element.
</div>
</td></tr>
<tr><td><a href="XmlRpc.html#VALxml_element_of_value">xml_element_of_value</a> [<a href="XmlRpc.html">XmlRpc</a>]</td>
<td><div class="info">
Converts an XmlRpc value to an Xml Light element.
</div>
</td></tr>
</table><br>
</body>
</html>