rumai 2.0.2 → 2.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/CREDITS +2 -0
- data/bin/rumai +20 -8
- data/doc/api/classes/IO.html +72 -0
- data/doc/api/classes/Integer.html +110 -0
- data/doc/api/classes/Object.html +60 -0
- data/doc/api/classes/Rumai.html +867 -0
- data/doc/api/classes/Rumai/Area.html +836 -0
- data/doc/api/classes/Rumai/Chain.html +197 -0
- data/doc/api/classes/Rumai/Client.html +865 -0
- data/doc/api/classes/Rumai/ClientContainer.html +191 -0
- data/doc/api/classes/Rumai/ExportInstanceMethods.html +69 -0
- data/doc/api/classes/Rumai/IXP.html +131 -0
- data/doc/api/classes/Rumai/IXP/Agent.html +836 -0
- data/doc/api/classes/Rumai/IXP/Agent/FidStream.html +456 -0
- data/doc/api/classes/Rumai/IXP/Agent/MODES.html +108 -0
- data/doc/api/classes/Rumai/IXP/Agent/RangedPool.html +241 -0
- data/doc/api/classes/Rumai/IXP/Error.html +67 -0
- data/doc/api/classes/Rumai/IXP/Fcall.html +323 -0
- data/doc/api/classes/Rumai/IXP/Qid.html +153 -0
- data/doc/api/classes/Rumai/IXP/Rattach.html +67 -0
- data/doc/api/classes/Rumai/IXP/Rauth.html +67 -0
- data/doc/api/classes/Rumai/IXP/Rclunk.html +67 -0
- data/doc/api/classes/Rumai/IXP/Rcreate.html +67 -0
- data/doc/api/classes/Rumai/IXP/Rerror.html +67 -0
- data/doc/api/classes/Rumai/IXP/Rflush.html +67 -0
- data/doc/api/classes/Rumai/IXP/Ropen.html +67 -0
- data/doc/api/classes/Rumai/IXP/Rread.html +67 -0
- data/doc/api/classes/Rumai/IXP/Rremove.html +67 -0
- data/doc/api/classes/Rumai/IXP/Rstat.html +67 -0
- data/doc/api/classes/Rumai/IXP/Rversion.html +67 -0
- data/doc/api/classes/Rumai/IXP/Rwalk.html +67 -0
- data/doc/api/classes/Rumai/IXP/Rwrite.html +67 -0
- data/doc/api/classes/Rumai/IXP/Rwstat.html +67 -0
- data/doc/api/classes/Rumai/IXP/Stat.html +252 -0
- data/doc/api/classes/Rumai/IXP/Stream.html +131 -0
- data/doc/api/classes/Rumai/IXP/Struct.html +315 -0
- data/doc/api/classes/Rumai/IXP/Struct/Field.html +415 -0
- data/doc/api/classes/Rumai/IXP/Struct/Field/CounteeField.html +153 -0
- data/doc/api/classes/Rumai/IXP/Struct/Field/CounterField.html +104 -0
- data/doc/api/classes/Rumai/IXP/Tattach.html +68 -0
- data/doc/api/classes/Rumai/IXP/Tauth.html +67 -0
- data/doc/api/classes/Rumai/IXP/Tclunk.html +67 -0
- data/doc/api/classes/Rumai/IXP/Tcreate.html +68 -0
- data/doc/api/classes/Rumai/IXP/Terror.html +110 -0
- data/doc/api/classes/Rumai/IXP/Tflush.html +67 -0
- data/doc/api/classes/Rumai/IXP/Topen.html +165 -0
- data/doc/api/classes/Rumai/IXP/Tread.html +67 -0
- data/doc/api/classes/Rumai/IXP/Tremove.html +67 -0
- data/doc/api/classes/Rumai/IXP/Tstat.html +67 -0
- data/doc/api/classes/Rumai/IXP/Tversion.html +86 -0
- data/doc/api/classes/Rumai/IXP/Twalk.html +68 -0
- data/doc/api/classes/Rumai/IXP/Twrite.html +68 -0
- data/doc/api/classes/Rumai/IXP/Twstat.html +67 -0
- data/doc/api/classes/Rumai/Node.html +817 -0
- data/doc/api/classes/Rumai/View.html +818 -0
- data/doc/api/classes/Rumai/WidgetImpl.html +65 -0
- data/doc/api/classes/Rumai/WidgetNode.html +68 -0
- data/doc/api/classes/String.html +163 -0
- data/doc/api/classes/StringIO.html +72 -0
- data/doc/api/classes/Time.html +156 -0
- data/doc/api/created.rid +1 -0
- data/doc/api/css/main.css +263 -0
- data/doc/api/css/panel.css +383 -0
- data/doc/api/css/reset.css +53 -0
- data/doc/api/files/CREDITS.html +64 -0
- data/doc/api/files/LICENSE.html +76 -0
- data/doc/api/files/lib/rumai/fs_rb.html +75 -0
- data/doc/api/files/lib/rumai/ixp/message_rb.html +91 -0
- data/doc/api/files/lib/rumai/ixp/transport_rb.html +75 -0
- data/doc/api/files/lib/rumai/ixp_rb.html +69 -0
- data/doc/api/files/lib/rumai/wm_rb.html +77 -0
- data/doc/api/files/lib/rumai_rb.html +65 -0
- data/doc/api/i/arrows.png +0 -0
- data/doc/api/i/results_bg.png +0 -0
- data/doc/api/i/tree_bg.png +0 -0
- data/doc/api/index.html +14 -18
- data/doc/api/js/jquery-1.3.2.min.js +19 -0
- data/doc/api/js/jquery-effect.js +593 -0
- data/doc/api/js/main.js +22 -0
- data/doc/api/js/searchdoc.js +605 -0
- data/doc/api/panel/index.html +63 -0
- data/doc/api/panel/search_index.js +1 -0
- data/doc/api/panel/tree.js +1 -0
- data/doc/history.erb +41 -16
- data/doc/index.erb +14 -11
- data/doc/index.xhtml +519 -846
- data/doc/intro.erb +33 -32
- data/doc/setup.erb +14 -13
- data/doc/usage.erb +69 -35
- data/lib/rumai.rb +13 -5
- data/lib/rumai/fs.rb +71 -27
- data/lib/rumai/ixp.rb +4 -0
- data/lib/rumai/ixp/message.rb +178 -81
- data/lib/rumai/ixp/transport.rb +144 -91
- data/lib/rumai/wm.rb +717 -593
- data/rakefile +14 -0
- data/test/rumai/ixp/message.rb +42 -54
- metadata +110 -89
- data/Rakefile +0 -8
- data/doc/api/IO.html +0 -53
- data/doc/api/Integer.html +0 -102
- data/doc/api/Object.html +0 -23
- data/doc/api/Rumai.html +0 -1218
- data/doc/api/Rumai/Area.html +0 -1088
- data/doc/api/Rumai/Chain.html +0 -230
- data/doc/api/Rumai/Client.html +0 -1264
- data/doc/api/Rumai/ClientContainer.html +0 -227
- data/doc/api/Rumai/ExportInstMethods.html +0 -115
- data/doc/api/Rumai/IXP.html +0 -23
- data/doc/api/Rumai/IXP/Agent.html +0 -1222
- data/doc/api/Rumai/IXP/Agent/FidStream.html +0 -602
- data/doc/api/Rumai/IXP/Agent/RangedPool.html +0 -263
- data/doc/api/Rumai/IXP/Error.html +0 -32
- data/doc/api/Rumai/IXP/Fcall.html +0 -398
- data/doc/api/Rumai/IXP/Qid.html +0 -99
- data/doc/api/Rumai/IXP/Rattach.html +0 -71
- data/doc/api/Rumai/IXP/Rauth.html +0 -71
- data/doc/api/Rumai/IXP/Rclunk.html +0 -71
- data/doc/api/Rumai/IXP/Rcreate.html +0 -71
- data/doc/api/Rumai/IXP/Rerror.html +0 -71
- data/doc/api/Rumai/IXP/Rflush.html +0 -71
- data/doc/api/Rumai/IXP/Ropen.html +0 -71
- data/doc/api/Rumai/IXP/Rread.html +0 -71
- data/doc/api/Rumai/IXP/Rremove.html +0 -71
- data/doc/api/Rumai/IXP/Rstat.html +0 -71
- data/doc/api/Rumai/IXP/Rversion.html +0 -71
- data/doc/api/Rumai/IXP/Rwalk.html +0 -71
- data/doc/api/Rumai/IXP/Rwrite.html +0 -71
- data/doc/api/Rumai/IXP/Rwstat.html +0 -71
- data/doc/api/Rumai/IXP/Stat.html +0 -188
- data/doc/api/Rumai/IXP/Stream.html +0 -112
- data/doc/api/Rumai/IXP/Struct.html +0 -348
- data/doc/api/Rumai/IXP/Struct/ClassField.html +0 -177
- data/doc/api/Rumai/IXP/Struct/Field.html +0 -549
- data/doc/api/Rumai/IXP/Struct/Field/CounteeField.html +0 -175
- data/doc/api/Rumai/IXP/Struct/Field/CounterField.html +0 -95
- data/doc/api/Rumai/IXP/Struct/Integer8Field.html +0 -181
- data/doc/api/Rumai/IXP/Struct/StringField.html +0 -128
- data/doc/api/Rumai/IXP/Tattach.html +0 -71
- data/doc/api/Rumai/IXP/Tauth.html +0 -71
- data/doc/api/Rumai/IXP/Tclunk.html +0 -71
- data/doc/api/Rumai/IXP/Tcreate.html +0 -71
- data/doc/api/Rumai/IXP/Terror.html +0 -156
- data/doc/api/Rumai/IXP/Tflush.html +0 -71
- data/doc/api/Rumai/IXP/Topen.html +0 -113
- data/doc/api/Rumai/IXP/Tread.html +0 -71
- data/doc/api/Rumai/IXP/Tremove.html +0 -71
- data/doc/api/Rumai/IXP/Tstat.html +0 -71
- data/doc/api/Rumai/IXP/Tversion.html +0 -83
- data/doc/api/Rumai/IXP/Twalk.html +0 -71
- data/doc/api/Rumai/IXP/Twrite.html +0 -71
- data/doc/api/Rumai/IXP/Twstat.html +0 -71
- data/doc/api/Rumai/Node.html +0 -1139
- data/doc/api/Rumai/View.html +0 -1280
- data/doc/api/Rumai/WidgetImpl.html +0 -196
- data/doc/api/Rumai/WidgetNode.html +0 -184
- data/doc/api/String.html +0 -180
- data/doc/api/StringIO.html +0 -53
- data/doc/api/Time.html +0 -175
- data/doc/api/all-methods.html +0 -1436
- data/doc/api/all-namespaces.html +0 -140
- data/doc/api/app.js +0 -18
- data/doc/api/jquery.js +0 -11
- data/doc/api/readme.html +0 -38
- data/doc/api/style.css +0 -68
- data/doc/api/syntax_highlight.css +0 -21
- data/doc/theory.erb +0 -3
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|
2
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
3
|
-
<html>
|
|
4
|
-
<head>
|
|
5
|
-
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
|
|
6
|
-
<link rel="stylesheet" href="../../style.css" type="text/css" charset="utf-8" />
|
|
7
|
-
<link rel="stylesheet" href="../../syntax_highlight.css" type="text/css" charset="utf-8" />
|
|
8
|
-
|
|
9
|
-
<script src="../../jquery.js" type="text/javascript" charset="utf-8"></script>
|
|
10
|
-
<script src="../../app.js" type="text/javascript" charset="utf-8"></script>
|
|
11
|
-
<title>Class: Rumai::IXP::Tflush</title>
|
|
12
|
-
</head>
|
|
13
|
-
<body>
|
|
14
|
-
<div id="content">
|
|
15
|
-
<div class="section class Rumai_IXP_Tflush">
|
|
16
|
-
<h1 class="title">Class: Rumai::IXP::Tflush</h1>
|
|
17
|
-
<div class="section inheritance">
|
|
18
|
-
<ul>
|
|
19
|
-
<li><a href="../../Object.html" title="Object">Object</a></li><ul><li><a href="Fcall.html" title="Rumai::IXP::Fcall">Rumai::IXP::Fcall</a></li><ul><li>Rumai::IXP::Tflush</li>
|
|
20
|
-
</ul></ul></ul>
|
|
21
|
-
</div><div class="section docstring">
|
|
22
|
-
<p>
|
|
23
|
-
size[4] Tflush tag[2] oldtag[2]
|
|
24
|
-
</p>
|
|
25
|
-
|
|
26
|
-
</div><div class="section constants">
|
|
27
|
-
<div class="inherited">
|
|
28
|
-
|
|
29
|
-
<div>
|
|
30
|
-
<h1>Constants Inherited from <a href="Fcall.html" title="Rumai::IXP::Fcall">Rumai::IXP::Fcall</a></h1>
|
|
31
|
-
<p><span class='name'><a href="Fcall.html#CLASS_TO_TYPE-constant" title="CLASS_TO_TYPE">CLASS_TO_TYPE</a></span>, <span class='name'><a href="Fcall.html#TYPE_TO_CLASS-constant" title="TYPE_TO_CLASS">TYPE_TO_CLASS</a></span></p>
|
|
32
|
-
</div>
|
|
33
|
-
|
|
34
|
-
</div>
|
|
35
|
-
<div class="clear"></div>
|
|
36
|
-
</div><div class="section constructor">
|
|
37
|
-
<h1>Constructor Summary</h1>
|
|
38
|
-
<p class="inherited_msg">
|
|
39
|
-
This class inherits a constructor from <a href="Struct.html#initialize-instance_method" title="Rumai::IXP::Struct">Rumai::IXP::Struct</a>.
|
|
40
|
-
</p>
|
|
41
|
-
</div> <div class="section visibilitygroup public">
|
|
42
|
-
<h1>Public Visibility</h1>
|
|
43
|
-
<div class="section methodsummary class public">
|
|
44
|
-
<div class="inherited">
|
|
45
|
-
|
|
46
|
-
<div>
|
|
47
|
-
<h1>Public Class Methods Inherited from <a href="Fcall.html" title="Rumai::IXP::Fcall">Rumai::IXP::Fcall</a></h1>
|
|
48
|
-
<p><span class='name'><a href="Fcall.html#from_9p-class_method" title="from_9p">from_9p</a></span>, <span class='name'><a href="Fcall.html#type-class_method" title="type">type</a></span></p>
|
|
49
|
-
</div>
|
|
50
|
-
|
|
51
|
-
</div>
|
|
52
|
-
<div class="clear"></div>
|
|
53
|
-
</div>
|
|
54
|
-
<div class="section methodsummary instance public">
|
|
55
|
-
<div class="inherited">
|
|
56
|
-
|
|
57
|
-
<div>
|
|
58
|
-
<h1>Public Instance Methods Inherited from <a href="Fcall.html" title="Rumai::IXP::Fcall">Rumai::IXP::Fcall</a></h1>
|
|
59
|
-
<p><span class='name'><a href="Fcall.html#to_9p-instance_method" title="to_9p">to_9p</a></span>, <span class='name'><a href="Fcall.html#type-instance_method" title="type">type</a></span></p>
|
|
60
|
-
</div>
|
|
61
|
-
|
|
62
|
-
</div>
|
|
63
|
-
<div class="clear"></div>
|
|
64
|
-
</div>
|
|
65
|
-
|
|
66
|
-
</div>
|
|
67
|
-
|
|
68
|
-
</div>
|
|
69
|
-
</div>
|
|
70
|
-
</body>
|
|
71
|
-
</html>
|
|
@@ -1,113 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|
2
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
3
|
-
<html>
|
|
4
|
-
<head>
|
|
5
|
-
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
|
|
6
|
-
<link rel="stylesheet" href="../../style.css" type="text/css" charset="utf-8" />
|
|
7
|
-
<link rel="stylesheet" href="../../syntax_highlight.css" type="text/css" charset="utf-8" />
|
|
8
|
-
|
|
9
|
-
<script src="../../jquery.js" type="text/javascript" charset="utf-8"></script>
|
|
10
|
-
<script src="../../app.js" type="text/javascript" charset="utf-8"></script>
|
|
11
|
-
<title>Class: Rumai::IXP::Topen</title>
|
|
12
|
-
</head>
|
|
13
|
-
<body>
|
|
14
|
-
<div id="content">
|
|
15
|
-
<div class="section class Rumai_IXP_Topen">
|
|
16
|
-
<h1 class="title">Class: Rumai::IXP::Topen</h1>
|
|
17
|
-
<div class="section inheritance">
|
|
18
|
-
<ul>
|
|
19
|
-
<li><a href="../../Object.html" title="Object">Object</a></li><ul><li><a href="Fcall.html" title="Rumai::IXP::Fcall">Rumai::IXP::Fcall</a></li><ul><li>Rumai::IXP::Topen</li>
|
|
20
|
-
</ul></ul></ul>
|
|
21
|
-
</div><div class="section docstring">
|
|
22
|
-
<p>
|
|
23
|
-
size[4] Topen tag[2] fid[4] mode[1]
|
|
24
|
-
</p>
|
|
25
|
-
|
|
26
|
-
</div><div class="section constants">
|
|
27
|
-
<div class="thisclass">
|
|
28
|
-
<h1>Constants</h1>
|
|
29
|
-
<dl>
|
|
30
|
-
|
|
31
|
-
<dt id="OAPPEND-constant">OAPPEND</dt>
|
|
32
|
-
<dd>0x4000 </dd>
|
|
33
|
-
|
|
34
|
-
<dt id="OCEXEC-constant">OCEXEC</dt>
|
|
35
|
-
<dd>32 </dd>
|
|
36
|
-
|
|
37
|
-
<dt id="ODIRECT-constant">ODIRECT</dt>
|
|
38
|
-
<dd>128 </dd>
|
|
39
|
-
|
|
40
|
-
<dt id="OEXCL-constant">OEXCL</dt>
|
|
41
|
-
<dd>0x1000 </dd>
|
|
42
|
-
|
|
43
|
-
<dt id="OEXEC-constant">OEXEC</dt>
|
|
44
|
-
<dd>3 </dd>
|
|
45
|
-
|
|
46
|
-
<dt id="OLOCK-constant">OLOCK</dt>
|
|
47
|
-
<dd>0x2000 </dd>
|
|
48
|
-
|
|
49
|
-
<dt id="ONONBLOCK-constant">ONONBLOCK</dt>
|
|
50
|
-
<dd>256 </dd>
|
|
51
|
-
|
|
52
|
-
<dt id="ORCLOSE-constant">ORCLOSE</dt>
|
|
53
|
-
<dd>64 </dd>
|
|
54
|
-
|
|
55
|
-
<dt id="ORDWR-constant">ORDWR</dt>
|
|
56
|
-
<dd>2 </dd>
|
|
57
|
-
|
|
58
|
-
<dt id="OREAD-constant">OREAD</dt>
|
|
59
|
-
<dd>0 </dd>
|
|
60
|
-
|
|
61
|
-
<dt id="OTRUNC-constant">OTRUNC</dt>
|
|
62
|
-
<dd>16 </dd>
|
|
63
|
-
|
|
64
|
-
<dt id="OWRITE-constant">OWRITE</dt>
|
|
65
|
-
<dd>1 </dd>
|
|
66
|
-
|
|
67
|
-
</dl>
|
|
68
|
-
</div>
|
|
69
|
-
<div class="inherited">
|
|
70
|
-
|
|
71
|
-
<div>
|
|
72
|
-
<h1>Constants Inherited from <a href="Fcall.html" title="Rumai::IXP::Fcall">Rumai::IXP::Fcall</a></h1>
|
|
73
|
-
<p><span class='name'><a href="Fcall.html#CLASS_TO_TYPE-constant" title="CLASS_TO_TYPE">CLASS_TO_TYPE</a></span>, <span class='name'><a href="Fcall.html#TYPE_TO_CLASS-constant" title="TYPE_TO_CLASS">TYPE_TO_CLASS</a></span></p>
|
|
74
|
-
</div>
|
|
75
|
-
|
|
76
|
-
</div>
|
|
77
|
-
<div class="clear"></div>
|
|
78
|
-
</div><div class="section constructor">
|
|
79
|
-
<h1>Constructor Summary</h1>
|
|
80
|
-
<p class="inherited_msg">
|
|
81
|
-
This class inherits a constructor from <a href="Struct.html#initialize-instance_method" title="Rumai::IXP::Struct">Rumai::IXP::Struct</a>.
|
|
82
|
-
</p>
|
|
83
|
-
</div> <div class="section visibilitygroup public">
|
|
84
|
-
<h1>Public Visibility</h1>
|
|
85
|
-
<div class="section methodsummary class public">
|
|
86
|
-
<div class="inherited">
|
|
87
|
-
|
|
88
|
-
<div>
|
|
89
|
-
<h1>Public Class Methods Inherited from <a href="Fcall.html" title="Rumai::IXP::Fcall">Rumai::IXP::Fcall</a></h1>
|
|
90
|
-
<p><span class='name'><a href="Fcall.html#from_9p-class_method" title="from_9p">from_9p</a></span>, <span class='name'><a href="Fcall.html#type-class_method" title="type">type</a></span></p>
|
|
91
|
-
</div>
|
|
92
|
-
|
|
93
|
-
</div>
|
|
94
|
-
<div class="clear"></div>
|
|
95
|
-
</div>
|
|
96
|
-
<div class="section methodsummary instance public">
|
|
97
|
-
<div class="inherited">
|
|
98
|
-
|
|
99
|
-
<div>
|
|
100
|
-
<h1>Public Instance Methods Inherited from <a href="Fcall.html" title="Rumai::IXP::Fcall">Rumai::IXP::Fcall</a></h1>
|
|
101
|
-
<p><span class='name'><a href="Fcall.html#to_9p-instance_method" title="to_9p">to_9p</a></span>, <span class='name'><a href="Fcall.html#type-instance_method" title="type">type</a></span></p>
|
|
102
|
-
</div>
|
|
103
|
-
|
|
104
|
-
</div>
|
|
105
|
-
<div class="clear"></div>
|
|
106
|
-
</div>
|
|
107
|
-
|
|
108
|
-
</div>
|
|
109
|
-
|
|
110
|
-
</div>
|
|
111
|
-
</div>
|
|
112
|
-
</body>
|
|
113
|
-
</html>
|
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|
2
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
3
|
-
<html>
|
|
4
|
-
<head>
|
|
5
|
-
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
|
|
6
|
-
<link rel="stylesheet" href="../../style.css" type="text/css" charset="utf-8" />
|
|
7
|
-
<link rel="stylesheet" href="../../syntax_highlight.css" type="text/css" charset="utf-8" />
|
|
8
|
-
|
|
9
|
-
<script src="../../jquery.js" type="text/javascript" charset="utf-8"></script>
|
|
10
|
-
<script src="../../app.js" type="text/javascript" charset="utf-8"></script>
|
|
11
|
-
<title>Class: Rumai::IXP::Tread</title>
|
|
12
|
-
</head>
|
|
13
|
-
<body>
|
|
14
|
-
<div id="content">
|
|
15
|
-
<div class="section class Rumai_IXP_Tread">
|
|
16
|
-
<h1 class="title">Class: Rumai::IXP::Tread</h1>
|
|
17
|
-
<div class="section inheritance">
|
|
18
|
-
<ul>
|
|
19
|
-
<li><a href="../../Object.html" title="Object">Object</a></li><ul><li><a href="Fcall.html" title="Rumai::IXP::Fcall">Rumai::IXP::Fcall</a></li><ul><li>Rumai::IXP::Tread</li>
|
|
20
|
-
</ul></ul></ul>
|
|
21
|
-
</div><div class="section docstring">
|
|
22
|
-
<p>
|
|
23
|
-
size[4] Tread tag[2] fid[4] offset[8] count[4]
|
|
24
|
-
</p>
|
|
25
|
-
|
|
26
|
-
</div><div class="section constants">
|
|
27
|
-
<div class="inherited">
|
|
28
|
-
|
|
29
|
-
<div>
|
|
30
|
-
<h1>Constants Inherited from <a href="Fcall.html" title="Rumai::IXP::Fcall">Rumai::IXP::Fcall</a></h1>
|
|
31
|
-
<p><span class='name'><a href="Fcall.html#CLASS_TO_TYPE-constant" title="CLASS_TO_TYPE">CLASS_TO_TYPE</a></span>, <span class='name'><a href="Fcall.html#TYPE_TO_CLASS-constant" title="TYPE_TO_CLASS">TYPE_TO_CLASS</a></span></p>
|
|
32
|
-
</div>
|
|
33
|
-
|
|
34
|
-
</div>
|
|
35
|
-
<div class="clear"></div>
|
|
36
|
-
</div><div class="section constructor">
|
|
37
|
-
<h1>Constructor Summary</h1>
|
|
38
|
-
<p class="inherited_msg">
|
|
39
|
-
This class inherits a constructor from <a href="Struct.html#initialize-instance_method" title="Rumai::IXP::Struct">Rumai::IXP::Struct</a>.
|
|
40
|
-
</p>
|
|
41
|
-
</div> <div class="section visibilitygroup public">
|
|
42
|
-
<h1>Public Visibility</h1>
|
|
43
|
-
<div class="section methodsummary class public">
|
|
44
|
-
<div class="inherited">
|
|
45
|
-
|
|
46
|
-
<div>
|
|
47
|
-
<h1>Public Class Methods Inherited from <a href="Fcall.html" title="Rumai::IXP::Fcall">Rumai::IXP::Fcall</a></h1>
|
|
48
|
-
<p><span class='name'><a href="Fcall.html#from_9p-class_method" title="from_9p">from_9p</a></span>, <span class='name'><a href="Fcall.html#type-class_method" title="type">type</a></span></p>
|
|
49
|
-
</div>
|
|
50
|
-
|
|
51
|
-
</div>
|
|
52
|
-
<div class="clear"></div>
|
|
53
|
-
</div>
|
|
54
|
-
<div class="section methodsummary instance public">
|
|
55
|
-
<div class="inherited">
|
|
56
|
-
|
|
57
|
-
<div>
|
|
58
|
-
<h1>Public Instance Methods Inherited from <a href="Fcall.html" title="Rumai::IXP::Fcall">Rumai::IXP::Fcall</a></h1>
|
|
59
|
-
<p><span class='name'><a href="Fcall.html#to_9p-instance_method" title="to_9p">to_9p</a></span>, <span class='name'><a href="Fcall.html#type-instance_method" title="type">type</a></span></p>
|
|
60
|
-
</div>
|
|
61
|
-
|
|
62
|
-
</div>
|
|
63
|
-
<div class="clear"></div>
|
|
64
|
-
</div>
|
|
65
|
-
|
|
66
|
-
</div>
|
|
67
|
-
|
|
68
|
-
</div>
|
|
69
|
-
</div>
|
|
70
|
-
</body>
|
|
71
|
-
</html>
|
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|
2
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
3
|
-
<html>
|
|
4
|
-
<head>
|
|
5
|
-
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
|
|
6
|
-
<link rel="stylesheet" href="../../style.css" type="text/css" charset="utf-8" />
|
|
7
|
-
<link rel="stylesheet" href="../../syntax_highlight.css" type="text/css" charset="utf-8" />
|
|
8
|
-
|
|
9
|
-
<script src="../../jquery.js" type="text/javascript" charset="utf-8"></script>
|
|
10
|
-
<script src="../../app.js" type="text/javascript" charset="utf-8"></script>
|
|
11
|
-
<title>Class: Rumai::IXP::Tremove</title>
|
|
12
|
-
</head>
|
|
13
|
-
<body>
|
|
14
|
-
<div id="content">
|
|
15
|
-
<div class="section class Rumai_IXP_Tremove">
|
|
16
|
-
<h1 class="title">Class: Rumai::IXP::Tremove</h1>
|
|
17
|
-
<div class="section inheritance">
|
|
18
|
-
<ul>
|
|
19
|
-
<li><a href="../../Object.html" title="Object">Object</a></li><ul><li><a href="Fcall.html" title="Rumai::IXP::Fcall">Rumai::IXP::Fcall</a></li><ul><li>Rumai::IXP::Tremove</li>
|
|
20
|
-
</ul></ul></ul>
|
|
21
|
-
</div><div class="section docstring">
|
|
22
|
-
<p>
|
|
23
|
-
size[4] Tremove tag[2] fid[4]
|
|
24
|
-
</p>
|
|
25
|
-
|
|
26
|
-
</div><div class="section constants">
|
|
27
|
-
<div class="inherited">
|
|
28
|
-
|
|
29
|
-
<div>
|
|
30
|
-
<h1>Constants Inherited from <a href="Fcall.html" title="Rumai::IXP::Fcall">Rumai::IXP::Fcall</a></h1>
|
|
31
|
-
<p><span class='name'><a href="Fcall.html#CLASS_TO_TYPE-constant" title="CLASS_TO_TYPE">CLASS_TO_TYPE</a></span>, <span class='name'><a href="Fcall.html#TYPE_TO_CLASS-constant" title="TYPE_TO_CLASS">TYPE_TO_CLASS</a></span></p>
|
|
32
|
-
</div>
|
|
33
|
-
|
|
34
|
-
</div>
|
|
35
|
-
<div class="clear"></div>
|
|
36
|
-
</div><div class="section constructor">
|
|
37
|
-
<h1>Constructor Summary</h1>
|
|
38
|
-
<p class="inherited_msg">
|
|
39
|
-
This class inherits a constructor from <a href="Struct.html#initialize-instance_method" title="Rumai::IXP::Struct">Rumai::IXP::Struct</a>.
|
|
40
|
-
</p>
|
|
41
|
-
</div> <div class="section visibilitygroup public">
|
|
42
|
-
<h1>Public Visibility</h1>
|
|
43
|
-
<div class="section methodsummary class public">
|
|
44
|
-
<div class="inherited">
|
|
45
|
-
|
|
46
|
-
<div>
|
|
47
|
-
<h1>Public Class Methods Inherited from <a href="Fcall.html" title="Rumai::IXP::Fcall">Rumai::IXP::Fcall</a></h1>
|
|
48
|
-
<p><span class='name'><a href="Fcall.html#from_9p-class_method" title="from_9p">from_9p</a></span>, <span class='name'><a href="Fcall.html#type-class_method" title="type">type</a></span></p>
|
|
49
|
-
</div>
|
|
50
|
-
|
|
51
|
-
</div>
|
|
52
|
-
<div class="clear"></div>
|
|
53
|
-
</div>
|
|
54
|
-
<div class="section methodsummary instance public">
|
|
55
|
-
<div class="inherited">
|
|
56
|
-
|
|
57
|
-
<div>
|
|
58
|
-
<h1>Public Instance Methods Inherited from <a href="Fcall.html" title="Rumai::IXP::Fcall">Rumai::IXP::Fcall</a></h1>
|
|
59
|
-
<p><span class='name'><a href="Fcall.html#to_9p-instance_method" title="to_9p">to_9p</a></span>, <span class='name'><a href="Fcall.html#type-instance_method" title="type">type</a></span></p>
|
|
60
|
-
</div>
|
|
61
|
-
|
|
62
|
-
</div>
|
|
63
|
-
<div class="clear"></div>
|
|
64
|
-
</div>
|
|
65
|
-
|
|
66
|
-
</div>
|
|
67
|
-
|
|
68
|
-
</div>
|
|
69
|
-
</div>
|
|
70
|
-
</body>
|
|
71
|
-
</html>
|
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|
2
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
3
|
-
<html>
|
|
4
|
-
<head>
|
|
5
|
-
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
|
|
6
|
-
<link rel="stylesheet" href="../../style.css" type="text/css" charset="utf-8" />
|
|
7
|
-
<link rel="stylesheet" href="../../syntax_highlight.css" type="text/css" charset="utf-8" />
|
|
8
|
-
|
|
9
|
-
<script src="../../jquery.js" type="text/javascript" charset="utf-8"></script>
|
|
10
|
-
<script src="../../app.js" type="text/javascript" charset="utf-8"></script>
|
|
11
|
-
<title>Class: Rumai::IXP::Tstat</title>
|
|
12
|
-
</head>
|
|
13
|
-
<body>
|
|
14
|
-
<div id="content">
|
|
15
|
-
<div class="section class Rumai_IXP_Tstat">
|
|
16
|
-
<h1 class="title">Class: Rumai::IXP::Tstat</h1>
|
|
17
|
-
<div class="section inheritance">
|
|
18
|
-
<ul>
|
|
19
|
-
<li><a href="../../Object.html" title="Object">Object</a></li><ul><li><a href="Fcall.html" title="Rumai::IXP::Fcall">Rumai::IXP::Fcall</a></li><ul><li>Rumai::IXP::Tstat</li>
|
|
20
|
-
</ul></ul></ul>
|
|
21
|
-
</div><div class="section docstring">
|
|
22
|
-
<p>
|
|
23
|
-
size[4] Tstat tag[2] fid[4]
|
|
24
|
-
</p>
|
|
25
|
-
|
|
26
|
-
</div><div class="section constants">
|
|
27
|
-
<div class="inherited">
|
|
28
|
-
|
|
29
|
-
<div>
|
|
30
|
-
<h1>Constants Inherited from <a href="Fcall.html" title="Rumai::IXP::Fcall">Rumai::IXP::Fcall</a></h1>
|
|
31
|
-
<p><span class='name'><a href="Fcall.html#CLASS_TO_TYPE-constant" title="CLASS_TO_TYPE">CLASS_TO_TYPE</a></span>, <span class='name'><a href="Fcall.html#TYPE_TO_CLASS-constant" title="TYPE_TO_CLASS">TYPE_TO_CLASS</a></span></p>
|
|
32
|
-
</div>
|
|
33
|
-
|
|
34
|
-
</div>
|
|
35
|
-
<div class="clear"></div>
|
|
36
|
-
</div><div class="section constructor">
|
|
37
|
-
<h1>Constructor Summary</h1>
|
|
38
|
-
<p class="inherited_msg">
|
|
39
|
-
This class inherits a constructor from <a href="Struct.html#initialize-instance_method" title="Rumai::IXP::Struct">Rumai::IXP::Struct</a>.
|
|
40
|
-
</p>
|
|
41
|
-
</div> <div class="section visibilitygroup public">
|
|
42
|
-
<h1>Public Visibility</h1>
|
|
43
|
-
<div class="section methodsummary class public">
|
|
44
|
-
<div class="inherited">
|
|
45
|
-
|
|
46
|
-
<div>
|
|
47
|
-
<h1>Public Class Methods Inherited from <a href="Fcall.html" title="Rumai::IXP::Fcall">Rumai::IXP::Fcall</a></h1>
|
|
48
|
-
<p><span class='name'><a href="Fcall.html#from_9p-class_method" title="from_9p">from_9p</a></span>, <span class='name'><a href="Fcall.html#type-class_method" title="type">type</a></span></p>
|
|
49
|
-
</div>
|
|
50
|
-
|
|
51
|
-
</div>
|
|
52
|
-
<div class="clear"></div>
|
|
53
|
-
</div>
|
|
54
|
-
<div class="section methodsummary instance public">
|
|
55
|
-
<div class="inherited">
|
|
56
|
-
|
|
57
|
-
<div>
|
|
58
|
-
<h1>Public Instance Methods Inherited from <a href="Fcall.html" title="Rumai::IXP::Fcall">Rumai::IXP::Fcall</a></h1>
|
|
59
|
-
<p><span class='name'><a href="Fcall.html#to_9p-instance_method" title="to_9p">to_9p</a></span>, <span class='name'><a href="Fcall.html#type-instance_method" title="type">type</a></span></p>
|
|
60
|
-
</div>
|
|
61
|
-
|
|
62
|
-
</div>
|
|
63
|
-
<div class="clear"></div>
|
|
64
|
-
</div>
|
|
65
|
-
|
|
66
|
-
</div>
|
|
67
|
-
|
|
68
|
-
</div>
|
|
69
|
-
</div>
|
|
70
|
-
</body>
|
|
71
|
-
</html>
|
|
@@ -1,83 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|
2
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
3
|
-
<html>
|
|
4
|
-
<head>
|
|
5
|
-
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
|
|
6
|
-
<link rel="stylesheet" href="../../style.css" type="text/css" charset="utf-8" />
|
|
7
|
-
<link rel="stylesheet" href="../../syntax_highlight.css" type="text/css" charset="utf-8" />
|
|
8
|
-
|
|
9
|
-
<script src="../../jquery.js" type="text/javascript" charset="utf-8"></script>
|
|
10
|
-
<script src="../../app.js" type="text/javascript" charset="utf-8"></script>
|
|
11
|
-
<title>Class: Rumai::IXP::Tversion</title>
|
|
12
|
-
</head>
|
|
13
|
-
<body>
|
|
14
|
-
<div id="content">
|
|
15
|
-
<div class="section class Rumai_IXP_Tversion">
|
|
16
|
-
<h1 class="title">Class: Rumai::IXP::Tversion</h1>
|
|
17
|
-
<div class="section inheritance">
|
|
18
|
-
<ul>
|
|
19
|
-
<li><a href="../../Object.html" title="Object">Object</a></li><ul><li><a href="Fcall.html" title="Rumai::IXP::Fcall">Rumai::IXP::Fcall</a></li><ul><li>Rumai::IXP::Tversion</li>
|
|
20
|
-
</ul></ul></ul>
|
|
21
|
-
</div><div class="section docstring">
|
|
22
|
-
<p>
|
|
23
|
-
size[4] Tversion tag[2] msize[4] version[s]
|
|
24
|
-
</p>
|
|
25
|
-
|
|
26
|
-
</div><div class="section constants">
|
|
27
|
-
<div class="thisclass">
|
|
28
|
-
<h1>Constants</h1>
|
|
29
|
-
<dl>
|
|
30
|
-
|
|
31
|
-
<dt id="MSIZE-constant">MSIZE</dt>
|
|
32
|
-
<dd>8192 </dd>
|
|
33
|
-
|
|
34
|
-
<dt id="VERSION-constant">VERSION</dt>
|
|
35
|
-
<dd>'9P2000'.freeze</dd>
|
|
36
|
-
|
|
37
|
-
</dl>
|
|
38
|
-
</div>
|
|
39
|
-
<div class="inherited">
|
|
40
|
-
|
|
41
|
-
<div>
|
|
42
|
-
<h1>Constants Inherited from <a href="Fcall.html" title="Rumai::IXP::Fcall">Rumai::IXP::Fcall</a></h1>
|
|
43
|
-
<p><span class='name'><a href="Fcall.html#CLASS_TO_TYPE-constant" title="CLASS_TO_TYPE">CLASS_TO_TYPE</a></span>, <span class='name'><a href="Fcall.html#TYPE_TO_CLASS-constant" title="TYPE_TO_CLASS">TYPE_TO_CLASS</a></span></p>
|
|
44
|
-
</div>
|
|
45
|
-
|
|
46
|
-
</div>
|
|
47
|
-
<div class="clear"></div>
|
|
48
|
-
</div><div class="section constructor">
|
|
49
|
-
<h1>Constructor Summary</h1>
|
|
50
|
-
<p class="inherited_msg">
|
|
51
|
-
This class inherits a constructor from <a href="Struct.html#initialize-instance_method" title="Rumai::IXP::Struct">Rumai::IXP::Struct</a>.
|
|
52
|
-
</p>
|
|
53
|
-
</div> <div class="section visibilitygroup public">
|
|
54
|
-
<h1>Public Visibility</h1>
|
|
55
|
-
<div class="section methodsummary class public">
|
|
56
|
-
<div class="inherited">
|
|
57
|
-
|
|
58
|
-
<div>
|
|
59
|
-
<h1>Public Class Methods Inherited from <a href="Fcall.html" title="Rumai::IXP::Fcall">Rumai::IXP::Fcall</a></h1>
|
|
60
|
-
<p><span class='name'><a href="Fcall.html#from_9p-class_method" title="from_9p">from_9p</a></span>, <span class='name'><a href="Fcall.html#type-class_method" title="type">type</a></span></p>
|
|
61
|
-
</div>
|
|
62
|
-
|
|
63
|
-
</div>
|
|
64
|
-
<div class="clear"></div>
|
|
65
|
-
</div>
|
|
66
|
-
<div class="section methodsummary instance public">
|
|
67
|
-
<div class="inherited">
|
|
68
|
-
|
|
69
|
-
<div>
|
|
70
|
-
<h1>Public Instance Methods Inherited from <a href="Fcall.html" title="Rumai::IXP::Fcall">Rumai::IXP::Fcall</a></h1>
|
|
71
|
-
<p><span class='name'><a href="Fcall.html#to_9p-instance_method" title="to_9p">to_9p</a></span>, <span class='name'><a href="Fcall.html#type-instance_method" title="type">type</a></span></p>
|
|
72
|
-
</div>
|
|
73
|
-
|
|
74
|
-
</div>
|
|
75
|
-
<div class="clear"></div>
|
|
76
|
-
</div>
|
|
77
|
-
|
|
78
|
-
</div>
|
|
79
|
-
|
|
80
|
-
</div>
|
|
81
|
-
</div>
|
|
82
|
-
</body>
|
|
83
|
-
</html>
|