oats 0.0.9 → 0.1.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.
- data/.gitignore +1 -0
- data/lib/oats/commandline_options.rb +8 -3
- data/lib/oats/user_api.rb +2 -2
- data/lib/oats/version.rb +1 -1
- data/oats_tests/examples/keywords/keywordsTestlist.yml +2 -2
- metadata +3 -57
- data/Gemfile.lock +0 -60
- data/doc/classes/ApplicationLogs.html +0 -239
- data/doc/classes/Campaign.html +0 -843
- data/doc/classes/CommandlineOptions.html +0 -131
- data/doc/classes/Driver.html +0 -182
- data/doc/classes/Hash.html +0 -137
- data/doc/classes/Ide.html +0 -194
- data/doc/classes/MapSelenium.html +0 -197
- data/doc/classes/Net.html +0 -107
- data/doc/classes/Oats/OatsFilterError.html +0 -119
- data/doc/classes/Oats.html +0 -998
- data/doc/classes/OatsAssertError.html +0 -119
- data/doc/classes/OatsBadInput.html +0 -119
- data/doc/classes/OatsData.html +0 -290
- data/doc/classes/OatsError.html +0 -117
- data/doc/classes/OatsExit.html +0 -117
- data/doc/classes/OatsLock.html +0 -254
- data/doc/classes/OatsMain.html +0 -182
- data/doc/classes/OatsMysqlError.html +0 -113
- data/doc/classes/OatsMysqlMissingInput.html +0 -113
- data/doc/classes/OatsReportError.html +0 -113
- data/doc/classes/OatsSetupError.html +0 -119
- data/doc/classes/OatsTestError.html +0 -119
- data/doc/classes/OatsTestExit.html +0 -119
- data/doc/classes/OatsTestLocateError.html +0 -120
- data/doc/classes/OatsVerifyError.html +0 -119
- data/doc/classes/Ragent.html +0 -397
- data/doc/classes/Rclient.html +0 -236
- data/doc/classes/Report.html +0 -368
- data/doc/classes/Reports.html +0 -244
- data/doc/classes/RestApi.html +0 -333
- data/doc/classes/RhttpClient.html +0 -236
- data/doc/classes/Rimap.html +0 -170
- data/doc/classes/Rmysql.html +0 -176
- data/doc/classes/Roptions.html +0 -131
- data/doc/classes/Rselenium.html +0 -233
- data/doc/classes/Rssh.html +0 -138
- data/doc/classes/Runnable.html +0 -174
- data/doc/classes/SFTriggers.html +0 -206
- data/doc/classes/Selenium/Client/Driver.html +0 -211
- data/doc/classes/Selenium/Client.html +0 -107
- data/doc/classes/Selenium.html +0 -107
- data/doc/classes/SystemCapture.html +0 -304
- data/doc/classes/TestCase.html +0 -418
- data/doc/classes/TestData.html +0 -235
- data/doc/classes/TestList.html +0 -264
- data/doc/classes/Tools.html +0 -244
- data/doc/classes/Util.html +0 -201
- data/doc/classes/Variation.html +0 -206
- data/doc/fr_class_index.html +0 -92
- data/doc/fr_method_index.html +0 -465
- data/doc/index.html +0 -23
- data/doc/rdoc-style.css +0 -208
- data/oats_tests/examples/core/ok_verify.rb_ok/rats_test.log +0 -2
@@ -1,119 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="iso-8859-1"?>
|
2
|
-
<!DOCTYPE html
|
3
|
-
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
4
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
5
|
-
|
6
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
7
|
-
<head>
|
8
|
-
<title>Class: OatsVerifyError</title>
|
9
|
-
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
10
|
-
<meta http-equiv="Content-Script-Type" content="text/javascript" />
|
11
|
-
<link rel="stylesheet" href=".././rdoc-style.css" type="text/css" media="screen" />
|
12
|
-
<script type="text/javascript">
|
13
|
-
// <![CDATA[
|
14
|
-
|
15
|
-
function popupCode( url ) {
|
16
|
-
window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
|
17
|
-
}
|
18
|
-
|
19
|
-
function toggleCode( id ) {
|
20
|
-
if ( document.getElementById )
|
21
|
-
elem = document.getElementById( id );
|
22
|
-
else if ( document.all )
|
23
|
-
elem = eval( "document.all." + id );
|
24
|
-
else
|
25
|
-
return false;
|
26
|
-
|
27
|
-
elemStyle = elem.style;
|
28
|
-
|
29
|
-
if ( elemStyle.display != "block" ) {
|
30
|
-
elemStyle.display = "block"
|
31
|
-
} else {
|
32
|
-
elemStyle.display = "none"
|
33
|
-
}
|
34
|
-
|
35
|
-
return true;
|
36
|
-
}
|
37
|
-
|
38
|
-
// Make codeblocks hidden by default
|
39
|
-
document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
|
40
|
-
|
41
|
-
// ]]>
|
42
|
-
</script>
|
43
|
-
|
44
|
-
</head>
|
45
|
-
<body>
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
<div id="classHeader">
|
50
|
-
<table class="header-table">
|
51
|
-
<tr class="top-aligned-row">
|
52
|
-
<td><strong>Class</strong></td>
|
53
|
-
<td class="class-name-in-header">OatsVerifyError</td>
|
54
|
-
</tr>
|
55
|
-
<tr class="top-aligned-row">
|
56
|
-
<td><strong>In:</strong></td>
|
57
|
-
<td>
|
58
|
-
<a href="../files/lib/oats_exceptions_rb.html">
|
59
|
-
lib/oats_exceptions.rb
|
60
|
-
</a>
|
61
|
-
<br />
|
62
|
-
</td>
|
63
|
-
</tr>
|
64
|
-
|
65
|
-
<tr class="top-aligned-row">
|
66
|
-
<td><strong>Parent:</strong></td>
|
67
|
-
<td>
|
68
|
-
<a href="OatsTestError.html">
|
69
|
-
OatsTestError
|
70
|
-
</a>
|
71
|
-
</td>
|
72
|
-
</tr>
|
73
|
-
</table>
|
74
|
-
</div>
|
75
|
-
<!-- banner header -->
|
76
|
-
|
77
|
-
<div id="bodyContent">
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
<div id="contextContent">
|
82
|
-
|
83
|
-
<div id="description">
|
84
|
-
<p>
|
85
|
-
Assertion of failure during verification of test output
|
86
|
-
</p>
|
87
|
-
|
88
|
-
</div>
|
89
|
-
|
90
|
-
|
91
|
-
</div>
|
92
|
-
|
93
|
-
|
94
|
-
</div>
|
95
|
-
|
96
|
-
|
97
|
-
<!-- if includes -->
|
98
|
-
|
99
|
-
<div id="section">
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
<!-- if method_list -->
|
109
|
-
|
110
|
-
|
111
|
-
</div>
|
112
|
-
|
113
|
-
|
114
|
-
<div id="validator-badges">
|
115
|
-
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
|
116
|
-
</div>
|
117
|
-
|
118
|
-
</body>
|
119
|
-
</html>
|
data/doc/classes/Ragent.html
DELETED
@@ -1,397 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="iso-8859-1"?>
|
2
|
-
<!DOCTYPE html
|
3
|
-
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
4
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
5
|
-
|
6
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
7
|
-
<head>
|
8
|
-
<title>Class: Ragent</title>
|
9
|
-
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
10
|
-
<meta http-equiv="Content-Script-Type" content="text/javascript" />
|
11
|
-
<link rel="stylesheet" href=".././rdoc-style.css" type="text/css" media="screen" />
|
12
|
-
<script type="text/javascript">
|
13
|
-
// <![CDATA[
|
14
|
-
|
15
|
-
function popupCode( url ) {
|
16
|
-
window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
|
17
|
-
}
|
18
|
-
|
19
|
-
function toggleCode( id ) {
|
20
|
-
if ( document.getElementById )
|
21
|
-
elem = document.getElementById( id );
|
22
|
-
else if ( document.all )
|
23
|
-
elem = eval( "document.all." + id );
|
24
|
-
else
|
25
|
-
return false;
|
26
|
-
|
27
|
-
elemStyle = elem.style;
|
28
|
-
|
29
|
-
if ( elemStyle.display != "block" ) {
|
30
|
-
elemStyle.display = "block"
|
31
|
-
} else {
|
32
|
-
elemStyle.display = "none"
|
33
|
-
}
|
34
|
-
|
35
|
-
return true;
|
36
|
-
}
|
37
|
-
|
38
|
-
// Make codeblocks hidden by default
|
39
|
-
document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
|
40
|
-
|
41
|
-
// ]]>
|
42
|
-
</script>
|
43
|
-
|
44
|
-
</head>
|
45
|
-
<body>
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
<div id="classHeader">
|
50
|
-
<table class="header-table">
|
51
|
-
<tr class="top-aligned-row">
|
52
|
-
<td><strong>Class</strong></td>
|
53
|
-
<td class="class-name-in-header">Ragent</td>
|
54
|
-
</tr>
|
55
|
-
<tr class="top-aligned-row">
|
56
|
-
<td><strong>In:</strong></td>
|
57
|
-
<td>
|
58
|
-
<a href="../files/lib/ragent_rb.html">
|
59
|
-
lib/ragent.rb
|
60
|
-
</a>
|
61
|
-
<br />
|
62
|
-
</td>
|
63
|
-
</tr>
|
64
|
-
|
65
|
-
<tr class="top-aligned-row">
|
66
|
-
<td><strong>Parent:</strong></td>
|
67
|
-
<td>
|
68
|
-
EventMachine::Connection
|
69
|
-
</td>
|
70
|
-
</tr>
|
71
|
-
</table>
|
72
|
-
</div>
|
73
|
-
<!-- banner header -->
|
74
|
-
|
75
|
-
<div id="bodyContent">
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
<div id="contextContent">
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
</div>
|
84
|
-
|
85
|
-
<div id="method-list">
|
86
|
-
<h3 class="section-bar">Methods</h3>
|
87
|
-
|
88
|
-
<div class="name-list">
|
89
|
-
<a href="#M000071">force_close_connection</a>
|
90
|
-
<a href="#M000075">get_oats_info</a>
|
91
|
-
<a href="#M000070">introduce_self_to_occ</a>
|
92
|
-
<a href="#M000067">is_busy</a>
|
93
|
-
<a href="#M000068">is_busy=</a>
|
94
|
-
<a href="#M000066">is_occ_no_response</a>
|
95
|
-
<a href="#M000065">is_occ_no_response=</a>
|
96
|
-
<a href="#M000078">logger</a>
|
97
|
-
<a href="#M000073">new</a>
|
98
|
-
<a href="#M000076">receive_object</a>
|
99
|
-
<a href="#M000074">regen_results_summary!</a>
|
100
|
-
<a href="#M000079">run_next_job</a>
|
101
|
-
<a href="#M000077">server_logger</a>
|
102
|
-
<a href="#M000072">snapshot_oats_info</a>
|
103
|
-
<a href="#M000069">start</a>
|
104
|
-
</div>
|
105
|
-
</div>
|
106
|
-
|
107
|
-
</div>
|
108
|
-
|
109
|
-
|
110
|
-
<!-- if includes -->
|
111
|
-
<div id="includes">
|
112
|
-
<h3 class="section-bar">Included Modules</h3>
|
113
|
-
|
114
|
-
<div id="includes-list">
|
115
|
-
<span class="include-name">EM::P::ObjectProtocol</span>
|
116
|
-
</div>
|
117
|
-
</div>
|
118
|
-
|
119
|
-
<div id="section">
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
<div id="attribute-list">
|
126
|
-
<h3 class="section-bar">Attributes</h3>
|
127
|
-
|
128
|
-
<div class="name-list">
|
129
|
-
<table>
|
130
|
-
<tr class="top-aligned-row context-row">
|
131
|
-
<td class="context-item-name">job_count</td>
|
132
|
-
<td class="context-item-value"> [RW] </td>
|
133
|
-
<td class="context-item-desc"></td>
|
134
|
-
</tr>
|
135
|
-
<tr class="top-aligned-row context-row">
|
136
|
-
<td class="context-item-name">request</td>
|
137
|
-
<td class="context-item-value"> [R] </td>
|
138
|
-
<td class="context-item-desc"></td>
|
139
|
-
</tr>
|
140
|
-
</table>
|
141
|
-
</div>
|
142
|
-
</div>
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
<!-- if method_list -->
|
147
|
-
<div id="methods">
|
148
|
-
<h3 class="section-bar">Public Class methods</h3>
|
149
|
-
|
150
|
-
<div id="method-M000071" class="method-detail">
|
151
|
-
<a name="M000071"></a>
|
152
|
-
|
153
|
-
<div class="method-heading">
|
154
|
-
<a href="Ragent.src/M000071.html" target="Code" class="method-signature"
|
155
|
-
onclick="popupCode('Ragent.src/M000071.html');return false;">
|
156
|
-
<span class="method-name">force_close_connection</span><span class="method-args">()</span>
|
157
|
-
</a>
|
158
|
-
</div>
|
159
|
-
|
160
|
-
<div class="method-description">
|
161
|
-
</div>
|
162
|
-
</div>
|
163
|
-
|
164
|
-
<div id="method-M000070" class="method-detail">
|
165
|
-
<a name="M000070"></a>
|
166
|
-
|
167
|
-
<div class="method-heading">
|
168
|
-
<a href="Ragent.src/M000070.html" target="Code" class="method-signature"
|
169
|
-
onclick="popupCode('Ragent.src/M000070.html');return false;">
|
170
|
-
<span class="method-name">introduce_self_to_occ</span><span class="method-args">()</span>
|
171
|
-
</a>
|
172
|
-
</div>
|
173
|
-
|
174
|
-
<div class="method-description">
|
175
|
-
</div>
|
176
|
-
</div>
|
177
|
-
|
178
|
-
<div id="method-M000067" class="method-detail">
|
179
|
-
<a name="M000067"></a>
|
180
|
-
|
181
|
-
<div class="method-heading">
|
182
|
-
<a href="Ragent.src/M000067.html" target="Code" class="method-signature"
|
183
|
-
onclick="popupCode('Ragent.src/M000067.html');return false;">
|
184
|
-
<span class="method-name">is_busy</span><span class="method-args">()</span>
|
185
|
-
</a>
|
186
|
-
</div>
|
187
|
-
|
188
|
-
<div class="method-description">
|
189
|
-
</div>
|
190
|
-
</div>
|
191
|
-
|
192
|
-
<div id="method-M000068" class="method-detail">
|
193
|
-
<a name="M000068"></a>
|
194
|
-
|
195
|
-
<div class="method-heading">
|
196
|
-
<a href="Ragent.src/M000068.html" target="Code" class="method-signature"
|
197
|
-
onclick="popupCode('Ragent.src/M000068.html');return false;">
|
198
|
-
<span class="method-name">is_busy=</span><span class="method-args">(is_busy)</span>
|
199
|
-
</a>
|
200
|
-
</div>
|
201
|
-
|
202
|
-
<div class="method-description">
|
203
|
-
</div>
|
204
|
-
</div>
|
205
|
-
|
206
|
-
<div id="method-M000066" class="method-detail">
|
207
|
-
<a name="M000066"></a>
|
208
|
-
|
209
|
-
<div class="method-heading">
|
210
|
-
<a href="Ragent.src/M000066.html" target="Code" class="method-signature"
|
211
|
-
onclick="popupCode('Ragent.src/M000066.html');return false;">
|
212
|
-
<span class="method-name">is_occ_no_response</span><span class="method-args">()</span>
|
213
|
-
</a>
|
214
|
-
</div>
|
215
|
-
|
216
|
-
<div class="method-description">
|
217
|
-
</div>
|
218
|
-
</div>
|
219
|
-
|
220
|
-
<div id="method-M000065" class="method-detail">
|
221
|
-
<a name="M000065"></a>
|
222
|
-
|
223
|
-
<div class="method-heading">
|
224
|
-
<a href="Ragent.src/M000065.html" target="Code" class="method-signature"
|
225
|
-
onclick="popupCode('Ragent.src/M000065.html');return false;">
|
226
|
-
<span class="method-name">is_occ_no_response=</span><span class="method-args">(val)</span>
|
227
|
-
</a>
|
228
|
-
</div>
|
229
|
-
|
230
|
-
<div class="method-description">
|
231
|
-
<p>
|
232
|
-
def send_object(obj)
|
233
|
-
</p>
|
234
|
-
<pre>
|
235
|
-
ser = Marshal.dump(obj)
|
236
|
-
send_data(ser)
|
237
|
-
</pre>
|
238
|
-
<p>
|
239
|
-
end def receive_data(ser)
|
240
|
-
</p>
|
241
|
-
<pre>
|
242
|
-
obj = Marshal.load(ser)
|
243
|
-
receive_object(obj)
|
244
|
-
</pre>
|
245
|
-
<p>
|
246
|
-
end
|
247
|
-
</p>
|
248
|
-
</div>
|
249
|
-
</div>
|
250
|
-
|
251
|
-
<div id="method-M000078" class="method-detail">
|
252
|
-
<a name="M000078"></a>
|
253
|
-
|
254
|
-
<div class="method-heading">
|
255
|
-
<a href="Ragent.src/M000078.html" target="Code" class="method-signature"
|
256
|
-
onclick="popupCode('Ragent.src/M000078.html');return false;">
|
257
|
-
<span class="method-name">logger</span><span class="method-args">(arg, rid = nil, trail =nil)</span>
|
258
|
-
</a>
|
259
|
-
</div>
|
260
|
-
|
261
|
-
<div class="method-description">
|
262
|
-
</div>
|
263
|
-
</div>
|
264
|
-
|
265
|
-
<div id="method-M000073" class="method-detail">
|
266
|
-
<a name="M000073"></a>
|
267
|
-
|
268
|
-
<div class="method-heading">
|
269
|
-
<a href="Ragent.src/M000073.html" target="Code" class="method-signature"
|
270
|
-
onclick="popupCode('Ragent.src/M000073.html');return false;">
|
271
|
-
<span class="method-name">new</span><span class="method-args">(occ_default)</span>
|
272
|
-
</a>
|
273
|
-
</div>
|
274
|
-
|
275
|
-
<div class="method-description">
|
276
|
-
</div>
|
277
|
-
</div>
|
278
|
-
|
279
|
-
<div id="method-M000072" class="method-detail">
|
280
|
-
<a name="M000072"></a>
|
281
|
-
|
282
|
-
<div class="method-heading">
|
283
|
-
<a href="Ragent.src/M000072.html" target="Code" class="method-signature"
|
284
|
-
onclick="popupCode('Ragent.src/M000072.html');return false;">
|
285
|
-
<span class="method-name">snapshot_oats_info</span><span class="method-args">(oats_info)</span>
|
286
|
-
</a>
|
287
|
-
</div>
|
288
|
-
|
289
|
-
<div class="method-description">
|
290
|
-
</div>
|
291
|
-
</div>
|
292
|
-
|
293
|
-
<div id="method-M000069" class="method-detail">
|
294
|
-
<a name="M000069"></a>
|
295
|
-
|
296
|
-
<div class="method-heading">
|
297
|
-
<a href="Ragent.src/M000069.html" target="Code" class="method-signature"
|
298
|
-
onclick="popupCode('Ragent.src/M000069.html');return false;">
|
299
|
-
<span class="method-name">start</span><span class="method-args">(options)</span>
|
300
|
-
</a>
|
301
|
-
</div>
|
302
|
-
|
303
|
-
<div class="method-description">
|
304
|
-
</div>
|
305
|
-
</div>
|
306
|
-
|
307
|
-
<h3 class="section-bar">Public Instance methods</h3>
|
308
|
-
|
309
|
-
<div id="method-M000075" class="method-detail">
|
310
|
-
<a name="M000075"></a>
|
311
|
-
|
312
|
-
<div class="method-heading">
|
313
|
-
<a href="Ragent.src/M000075.html" target="Code" class="method-signature"
|
314
|
-
onclick="popupCode('Ragent.src/M000075.html');return false;">
|
315
|
-
<span class="method-name">get_oats_info</span><span class="method-args">()</span>
|
316
|
-
</a>
|
317
|
-
</div>
|
318
|
-
|
319
|
-
<div class="method-description">
|
320
|
-
<p>
|
321
|
-
Results_status: Early, Partial, Current, Archived, Missing, Error
|
322
|
-
</p>
|
323
|
-
</div>
|
324
|
-
</div>
|
325
|
-
|
326
|
-
<div id="method-M000076" class="method-detail">
|
327
|
-
<a name="M000076"></a>
|
328
|
-
|
329
|
-
<div class="method-heading">
|
330
|
-
<a href="Ragent.src/M000076.html" target="Code" class="method-signature"
|
331
|
-
onclick="popupCode('Ragent.src/M000076.html');return false;">
|
332
|
-
<span class="method-name">receive_object</span><span class="method-args">(request)</span>
|
333
|
-
</a>
|
334
|
-
</div>
|
335
|
-
|
336
|
-
<div class="method-description">
|
337
|
-
</div>
|
338
|
-
</div>
|
339
|
-
|
340
|
-
<div id="method-M000074" class="method-detail">
|
341
|
-
<a name="M000074"></a>
|
342
|
-
|
343
|
-
<div class="method-heading">
|
344
|
-
<a href="Ragent.src/M000074.html" target="Code" class="method-signature"
|
345
|
-
onclick="popupCode('Ragent.src/M000074.html');return false;">
|
346
|
-
<span class="method-name">regen_results_summary!</span><span class="method-args">(oats_info)</span>
|
347
|
-
</a>
|
348
|
-
</div>
|
349
|
-
|
350
|
-
<div class="method-description">
|
351
|
-
<p>
|
352
|
-
Generates summary data into the input oats_info
|
353
|
-
</p>
|
354
|
-
</div>
|
355
|
-
</div>
|
356
|
-
|
357
|
-
<div id="method-M000079" class="method-detail">
|
358
|
-
<a name="M000079"></a>
|
359
|
-
|
360
|
-
<div class="method-heading">
|
361
|
-
<a href="Ragent.src/M000079.html" target="Code" class="method-signature"
|
362
|
-
onclick="popupCode('Ragent.src/M000079.html');return false;">
|
363
|
-
<span class="method-name">run_next_job</span><span class="method-args">(prev_jobid = nil)</span>
|
364
|
-
</a>
|
365
|
-
</div>
|
366
|
-
|
367
|
-
<div class="method-description">
|
368
|
-
</div>
|
369
|
-
</div>
|
370
|
-
|
371
|
-
<div id="method-M000077" class="method-detail">
|
372
|
-
<a name="M000077"></a>
|
373
|
-
|
374
|
-
<div class="method-heading">
|
375
|
-
<a href="Ragent.src/M000077.html" target="Code" class="method-signature"
|
376
|
-
onclick="popupCode('Ragent.src/M000077.html');return false;">
|
377
|
-
<span class="method-name">server_logger</span><span class="method-args">(arg)</span>
|
378
|
-
</a>
|
379
|
-
</div>
|
380
|
-
|
381
|
-
<div class="method-description">
|
382
|
-
</div>
|
383
|
-
</div>
|
384
|
-
|
385
|
-
|
386
|
-
</div>
|
387
|
-
|
388
|
-
|
389
|
-
</div>
|
390
|
-
|
391
|
-
|
392
|
-
<div id="validator-badges">
|
393
|
-
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
|
394
|
-
</div>
|
395
|
-
|
396
|
-
</body>
|
397
|
-
</html>
|