rumai 2.0.0 → 2.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/LICENSE +13 -23
- data/Rakefile +8 -58
- data/bin/rumai +21 -22
- data/doc/api/IO.html +53 -0
- data/doc/api/Integer.html +102 -0
- data/doc/api/Object.html +23 -0
- data/doc/api/Rumai.html +1218 -0
- data/doc/api/Rumai/Area.html +1088 -0
- data/doc/api/Rumai/Chain.html +230 -0
- data/doc/api/Rumai/Client.html +1264 -0
- data/doc/api/Rumai/ClientContainer.html +227 -0
- data/doc/api/Rumai/ExportInstMethods.html +115 -0
- data/doc/api/Rumai/IXP.html +23 -0
- data/doc/api/Rumai/IXP/Agent.html +1222 -0
- data/doc/api/Rumai/IXP/Agent/FidStream.html +602 -0
- data/doc/api/Rumai/IXP/Agent/RangedPool.html +263 -0
- data/doc/api/Rumai/IXP/Error.html +32 -0
- data/doc/api/Rumai/IXP/Fcall.html +398 -0
- data/doc/api/Rumai/IXP/Qid.html +99 -0
- data/doc/api/Rumai/IXP/Rattach.html +71 -0
- data/doc/api/Rumai/IXP/Rauth.html +71 -0
- data/doc/api/Rumai/IXP/Rclunk.html +71 -0
- data/doc/api/Rumai/IXP/Rcreate.html +71 -0
- data/doc/api/Rumai/IXP/Rerror.html +71 -0
- data/doc/api/Rumai/IXP/Rflush.html +71 -0
- data/doc/api/Rumai/IXP/Ropen.html +71 -0
- data/doc/api/Rumai/IXP/Rread.html +71 -0
- data/doc/api/Rumai/IXP/Rremove.html +71 -0
- data/doc/api/Rumai/IXP/Rstat.html +71 -0
- data/doc/api/Rumai/IXP/Rversion.html +71 -0
- data/doc/api/Rumai/IXP/Rwalk.html +71 -0
- data/doc/api/Rumai/IXP/Rwrite.html +71 -0
- data/doc/api/Rumai/IXP/Rwstat.html +71 -0
- data/doc/api/Rumai/IXP/Stat.html +188 -0
- data/doc/api/Rumai/IXP/Stream.html +112 -0
- data/doc/api/Rumai/IXP/Struct.html +348 -0
- data/doc/api/Rumai/IXP/Struct/ClassField.html +177 -0
- data/doc/api/Rumai/IXP/Struct/Field.html +549 -0
- data/doc/api/Rumai/IXP/Struct/Field/CounteeField.html +175 -0
- data/doc/api/Rumai/IXP/Struct/Field/CounterField.html +95 -0
- data/doc/api/Rumai/IXP/Struct/Integer8Field.html +181 -0
- data/doc/api/Rumai/IXP/Struct/StringField.html +128 -0
- data/doc/api/Rumai/IXP/Tattach.html +71 -0
- data/doc/api/Rumai/IXP/Tauth.html +71 -0
- data/doc/api/Rumai/IXP/Tclunk.html +71 -0
- data/doc/api/Rumai/IXP/Tcreate.html +71 -0
- data/doc/api/Rumai/IXP/Terror.html +156 -0
- data/doc/api/Rumai/IXP/Tflush.html +71 -0
- data/doc/api/Rumai/IXP/Topen.html +113 -0
- data/doc/api/Rumai/IXP/Tread.html +71 -0
- data/doc/api/Rumai/IXP/Tremove.html +71 -0
- data/doc/api/Rumai/IXP/Tstat.html +71 -0
- data/doc/api/Rumai/IXP/Tversion.html +83 -0
- data/doc/api/Rumai/IXP/Twalk.html +71 -0
- data/doc/api/Rumai/IXP/Twrite.html +71 -0
- data/doc/api/Rumai/IXP/Twstat.html +71 -0
- data/doc/api/Rumai/Node.html +1139 -0
- data/doc/api/Rumai/View.html +1280 -0
- data/doc/api/Rumai/WidgetImpl.html +196 -0
- data/doc/api/Rumai/WidgetNode.html +184 -0
- data/doc/api/String.html +180 -0
- data/doc/api/StringIO.html +53 -0
- data/doc/api/Time.html +175 -0
- data/doc/api/all-methods.html +1436 -0
- data/doc/api/all-namespaces.html +140 -0
- data/doc/api/app.js +18 -0
- data/doc/api/index.html +16 -22
- data/doc/api/jquery.js +11 -0
- data/doc/api/readme.html +35 -0
- data/doc/api/style.css +68 -0
- data/doc/api/syntax_highlight.css +21 -0
- data/doc/history.erb +17 -0
- data/doc/index.erb +13 -0
- data/doc/index.xhtml +1235 -0
- data/doc/intro.erb +86 -0
- data/doc/setup.erb +55 -0
- data/doc/theory.erb +3 -0
- data/doc/usage.erb +285 -0
- data/lib/rumai.rb +10 -7
- data/lib/rumai/fs.rb +13 -15
- data/lib/rumai/ixp.rb +2 -7
- data/lib/rumai/ixp/message.rb +0 -3
- data/lib/rumai/ixp/transport.rb +1 -4
- data/lib/rumai/wm.rb +6 -6
- data/test/rumai/ixp/message.rb +249 -0
- metadata +104 -263
- data/README +0 -1
- data/doc/api/classes/IO.html +0 -120
- data/doc/api/classes/Integer.html +0 -142
- data/doc/api/classes/Integer.src/M000002.html +0 -18
- data/doc/api/classes/Object.html +0 -113
- data/doc/api/classes/Rumai.html +0 -530
- data/doc/api/classes/Rumai.src/M000007.html +0 -18
- data/doc/api/classes/Rumai.src/M000008.html +0 -18
- data/doc/api/classes/Rumai.src/M000009.html +0 -18
- data/doc/api/classes/Rumai.src/M000010.html +0 -18
- data/doc/api/classes/Rumai.src/M000011.html +0 -18
- data/doc/api/classes/Rumai.src/M000012.html +0 -18
- data/doc/api/classes/Rumai.src/M000013.html +0 -18
- data/doc/api/classes/Rumai.src/M000014.html +0 -20
- data/doc/api/classes/Rumai.src/M000015.html +0 -18
- data/doc/api/classes/Rumai.src/M000016.html +0 -18
- data/doc/api/classes/Rumai.src/M000017.html +0 -18
- data/doc/api/classes/Rumai.src/M000018.html +0 -18
- data/doc/api/classes/Rumai.src/M000019.html +0 -18
- data/doc/api/classes/Rumai.src/M000020.html +0 -18
- data/doc/api/classes/Rumai.src/M000021.html +0 -18
- data/doc/api/classes/Rumai.src/M000022.html +0 -18
- data/doc/api/classes/Rumai.src/M000023.html +0 -18
- data/doc/api/classes/Rumai.src/M000024.html +0 -18
- data/doc/api/classes/Rumai.src/M000025.html +0 -18
- data/doc/api/classes/Rumai.src/M000026.html +0 -18
- data/doc/api/classes/Rumai/Area.html +0 -461
- data/doc/api/classes/Rumai/Area.src/M000079.html +0 -19
- data/doc/api/classes/Rumai/Area.src/M000080.html +0 -18
- data/doc/api/classes/Rumai/Area.src/M000081.html +0 -18
- data/doc/api/classes/Rumai/Area.src/M000082.html +0 -18
- data/doc/api/classes/Rumai/Area.src/M000083.html +0 -18
- data/doc/api/classes/Rumai/Area.src/M000084.html +0 -18
- data/doc/api/classes/Rumai/Area.src/M000085.html +0 -18
- data/doc/api/classes/Rumai/Area.src/M000086.html +0 -18
- data/doc/api/classes/Rumai/Area.src/M000087.html +0 -18
- data/doc/api/classes/Rumai/Area.src/M000088.html +0 -18
- data/doc/api/classes/Rumai/Area.src/M000089.html +0 -18
- data/doc/api/classes/Rumai/Area.src/M000090.html +0 -22
- data/doc/api/classes/Rumai/Area.src/M000092.html +0 -23
- data/doc/api/classes/Rumai/Area.src/M000093.html +0 -28
- data/doc/api/classes/Rumai/Area.src/M000094.html +0 -18
- data/doc/api/classes/Rumai/Area.src/M000095.html +0 -31
- data/doc/api/classes/Rumai/Chain.html +0 -179
- data/doc/api/classes/Rumai/Chain.src/M000076.html +0 -18
- data/doc/api/classes/Rumai/Chain.src/M000077.html +0 -18
- data/doc/api/classes/Rumai/Chain.src/M000078.html +0 -18
- data/doc/api/classes/Rumai/Client.html +0 -481
- data/doc/api/classes/Rumai/Client.src/M000113.html +0 -18
- data/doc/api/classes/Rumai/Client.src/M000114.html +0 -18
- data/doc/api/classes/Rumai/Client.src/M000115.html +0 -18
- data/doc/api/classes/Rumai/Client.src/M000116.html +0 -39
- data/doc/api/classes/Rumai/Client.src/M000117.html +0 -19
- data/doc/api/classes/Rumai/Client.src/M000118.html +0 -19
- data/doc/api/classes/Rumai/Client.src/M000119.html +0 -18
- data/doc/api/classes/Rumai/Client.src/M000120.html +0 -18
- data/doc/api/classes/Rumai/Client.src/M000121.html +0 -18
- data/doc/api/classes/Rumai/Client.src/M000122.html +0 -18
- data/doc/api/classes/Rumai/Client.src/M000123.html +0 -19
- data/doc/api/classes/Rumai/Client.src/M000124.html +0 -20
- data/doc/api/classes/Rumai/Client.src/M000125.html +0 -20
- data/doc/api/classes/Rumai/Client.src/M000126.html +0 -22
- data/doc/api/classes/Rumai/Client.src/M000127.html +0 -18
- data/doc/api/classes/Rumai/Client.src/M000128.html +0 -20
- data/doc/api/classes/Rumai/Client.src/M000129.html +0 -18
- data/doc/api/classes/Rumai/Client.src/M000130.html +0 -22
- data/doc/api/classes/Rumai/ClientContainer.html +0 -180
- data/doc/api/classes/Rumai/ClientContainer.src/M000027.html +0 -18
- data/doc/api/classes/Rumai/ClientContainer.src/M000028.html +0 -18
- data/doc/api/classes/Rumai/ClientContainer.src/M000029.html +0 -18
- data/doc/api/classes/Rumai/ExportInstMethods.html +0 -119
- data/doc/api/classes/Rumai/IXP.html +0 -149
- data/doc/api/classes/Rumai/IXP/Agent.html +0 -447
- data/doc/api/classes/Rumai/IXP/Agent.src/M000044.html +0 -53
- data/doc/api/classes/Rumai/IXP/Agent.src/M000045.html +0 -36
- data/doc/api/classes/Rumai/IXP/Agent.src/M000046.html +0 -39
- data/doc/api/classes/Rumai/IXP/Agent.src/M000047.html +0 -20
- data/doc/api/classes/Rumai/IXP/Agent.src/M000048.html +0 -22
- data/doc/api/classes/Rumai/IXP/Agent.src/M000049.html +0 -20
- data/doc/api/classes/Rumai/IXP/Agent.src/M000050.html +0 -33
- data/doc/api/classes/Rumai/IXP/Agent.src/M000051.html +0 -19
- data/doc/api/classes/Rumai/IXP/Agent.src/M000052.html +0 -18
- data/doc/api/classes/Rumai/IXP/Agent.src/M000053.html +0 -21
- data/doc/api/classes/Rumai/IXP/Agent.src/M000054.html +0 -20
- data/doc/api/classes/Rumai/IXP/Agent.src/M000055.html +0 -20
- data/doc/api/classes/Rumai/IXP/Agent.src/M000056.html +0 -22
- data/doc/api/classes/Rumai/IXP/Agent.src/M000057.html +0 -23
- data/doc/api/classes/Rumai/IXP/Agent.src/M000058.html +0 -19
- data/doc/api/classes/Rumai/IXP/Agent/FidStream.html +0 -312
- data/doc/api/classes/Rumai/IXP/Agent/FidStream.src/M000060.html +0 -23
- data/doc/api/classes/Rumai/IXP/Agent/FidStream.src/M000061.html +0 -19
- data/doc/api/classes/Rumai/IXP/Agent/FidStream.src/M000062.html +0 -22
- data/doc/api/classes/Rumai/IXP/Agent/FidStream.src/M000063.html +0 -18
- data/doc/api/classes/Rumai/IXP/Agent/FidStream.src/M000064.html +0 -45
- data/doc/api/classes/Rumai/IXP/Agent/FidStream.src/M000065.html +0 -36
- data/doc/api/classes/Rumai/IXP/Agent/MODES.html +0 -130
- data/doc/api/classes/Rumai/IXP/Agent/MODES.src/M000059.html +0 -22
- data/doc/api/classes/Rumai/IXP/Agent/RangedPool.html +0 -203
- data/doc/api/classes/Rumai/IXP/Agent/RangedPool.src/M000067.html +0 -22
- data/doc/api/classes/Rumai/IXP/Agent/RangedPool.src/M000068.html +0 -36
- data/doc/api/classes/Rumai/IXP/Agent/RangedPool.src/M000069.html +0 -18
- data/doc/api/classes/Rumai/IXP/Error.html +0 -117
- data/doc/api/classes/Rumai/IXP/Fcall.html +0 -261
- data/doc/api/classes/Rumai/IXP/Fcall.src/M000070.html +0 -20
- data/doc/api/classes/Rumai/IXP/Fcall.src/M000071.html +0 -25
- data/doc/api/classes/Rumai/IXP/Fcall.src/M000072.html +0 -18
- data/doc/api/classes/Rumai/IXP/Fcall.src/M000073.html +0 -18
- data/doc/api/classes/Rumai/IXP/Qid.html +0 -184
- data/doc/api/classes/Rumai/IXP/Rattach.html +0 -119
- data/doc/api/classes/Rumai/IXP/Rauth.html +0 -119
- data/doc/api/classes/Rumai/IXP/Rclunk.html +0 -119
- data/doc/api/classes/Rumai/IXP/Rcreate.html +0 -119
- data/doc/api/classes/Rumai/IXP/Rerror.html +0 -119
- data/doc/api/classes/Rumai/IXP/Rflush.html +0 -119
- data/doc/api/classes/Rumai/IXP/Ropen.html +0 -119
- data/doc/api/classes/Rumai/IXP/Rread.html +0 -119
- data/doc/api/classes/Rumai/IXP/Rremove.html +0 -119
- data/doc/api/classes/Rumai/IXP/Rstat.html +0 -119
- data/doc/api/classes/Rumai/IXP/Rversion.html +0 -119
- data/doc/api/classes/Rumai/IXP/Rwalk.html +0 -119
- data/doc/api/classes/Rumai/IXP/Rwrite.html +0 -119
- data/doc/api/classes/Rumai/IXP/Rwstat.html +0 -119
- data/doc/api/classes/Rumai/IXP/Stat.html +0 -248
- data/doc/api/classes/Rumai/IXP/Stat.src/M000075.html +0 -18
- data/doc/api/classes/Rumai/IXP/Stream.html +0 -158
- data/doc/api/classes/Rumai/IXP/Stream.src/M000043.html +0 -18
- data/doc/api/classes/Rumai/IXP/Struct.html +0 -221
- data/doc/api/classes/Rumai/IXP/Struct.src/M000030.html +0 -19
- data/doc/api/classes/Rumai/IXP/Struct.src/M000031.html +0 -18
- data/doc/api/classes/Rumai/IXP/Struct.src/M000032.html +0 -20
- data/doc/api/classes/Rumai/IXP/Struct.src/M000033.html +0 -57
- data/doc/api/classes/Rumai/IXP/Struct/Field.html +0 -296
- data/doc/api/classes/Rumai/IXP/Struct/Field.src/M000034.html +0 -21
- data/doc/api/classes/Rumai/IXP/Struct/Field.src/M000035.html +0 -21
- data/doc/api/classes/Rumai/IXP/Struct/Field.src/M000036.html +0 -20
- data/doc/api/classes/Rumai/IXP/Struct/Field.src/M000037.html +0 -29
- data/doc/api/classes/Rumai/IXP/Struct/Field.src/M000038.html +0 -18
- data/doc/api/classes/Rumai/IXP/Struct/Field.src/M000039.html +0 -18
- data/doc/api/classes/Rumai/IXP/Struct/Field/CounteeField.html +0 -152
- data/doc/api/classes/Rumai/IXP/Struct/Field/CounteeField.src/M000041.html +0 -24
- data/doc/api/classes/Rumai/IXP/Struct/Field/CounteeField.src/M000042.html +0 -25
- data/doc/api/classes/Rumai/IXP/Struct/Field/CounterField.html +0 -137
- data/doc/api/classes/Rumai/IXP/Struct/Field/CounterField.src/M000040.html +0 -18
- data/doc/api/classes/Rumai/IXP/Tattach.html +0 -120
- data/doc/api/classes/Rumai/IXP/Tauth.html +0 -119
- data/doc/api/classes/Rumai/IXP/Tclunk.html +0 -119
- data/doc/api/classes/Rumai/IXP/Tcreate.html +0 -120
- data/doc/api/classes/Rumai/IXP/Terror.html +0 -145
- data/doc/api/classes/Rumai/IXP/Terror.src/M000074.html +0 -18
- data/doc/api/classes/Rumai/IXP/Tflush.html +0 -119
- data/doc/api/classes/Rumai/IXP/Topen.html +0 -193
- data/doc/api/classes/Rumai/IXP/Tread.html +0 -119
- data/doc/api/classes/Rumai/IXP/Tremove.html +0 -119
- data/doc/api/classes/Rumai/IXP/Tstat.html +0 -119
- data/doc/api/classes/Rumai/IXP/Tversion.html +0 -137
- data/doc/api/classes/Rumai/IXP/Twalk.html +0 -120
- data/doc/api/classes/Rumai/IXP/Twrite.html +0 -120
- data/doc/api/classes/Rumai/IXP/Twstat.html +0 -119
- data/doc/api/classes/Rumai/Node.html +0 -461
- data/doc/api/classes/Rumai/Node.src/M000096.html +0 -18
- data/doc/api/classes/Rumai/Node.src/M000097.html +0 -18
- data/doc/api/classes/Rumai/Node.src/M000098.html +0 -22
- data/doc/api/classes/Rumai/Node.src/M000099.html +0 -18
- data/doc/api/classes/Rumai/Node.src/M000100.html +0 -18
- data/doc/api/classes/Rumai/Node.src/M000101.html +0 -18
- data/doc/api/classes/Rumai/Node.src/M000102.html +0 -18
- data/doc/api/classes/Rumai/Node.src/M000103.html +0 -22
- data/doc/api/classes/Rumai/Node.src/M000104.html +0 -18
- data/doc/api/classes/Rumai/Node.src/M000105.html +0 -18
- data/doc/api/classes/Rumai/Node.src/M000106.html +0 -18
- data/doc/api/classes/Rumai/Node.src/M000107.html +0 -18
- data/doc/api/classes/Rumai/Node.src/M000108.html +0 -18
- data/doc/api/classes/Rumai/Node.src/M000109.html +0 -18
- data/doc/api/classes/Rumai/Node.src/M000110.html +0 -18
- data/doc/api/classes/Rumai/Node.src/M000111.html +0 -20
- data/doc/api/classes/Rumai/Node.src/M000112.html +0 -27
- data/doc/api/classes/Rumai/View.html +0 -436
- data/doc/api/classes/Rumai/View.src/M000131.html +0 -18
- data/doc/api/classes/Rumai/View.src/M000132.html +0 -18
- data/doc/api/classes/Rumai/View.src/M000133.html +0 -18
- data/doc/api/classes/Rumai/View.src/M000134.html +0 -18
- data/doc/api/classes/Rumai/View.src/M000135.html +0 -18
- data/doc/api/classes/Rumai/View.src/M000136.html +0 -18
- data/doc/api/classes/Rumai/View.src/M000137.html +0 -18
- data/doc/api/classes/Rumai/View.src/M000138.html +0 -28
- data/doc/api/classes/Rumai/View.src/M000139.html +0 -18
- data/doc/api/classes/Rumai/View.src/M000140.html +0 -18
- data/doc/api/classes/Rumai/View.src/M000141.html +0 -18
- data/doc/api/classes/Rumai/View.src/M000142.html +0 -18
- data/doc/api/classes/Rumai/View.src/M000143.html +0 -29
- data/doc/api/classes/Rumai/View.src/M000144.html +0 -20
- data/doc/api/classes/Rumai/View.src/M000145.html +0 -33
- data/doc/api/classes/Rumai/View.src/M000146.html +0 -50
- data/doc/api/classes/String.html +0 -169
- data/doc/api/classes/String.src/M000005.html +0 -18
- data/doc/api/classes/String.src/M000006.html +0 -18
- data/doc/api/classes/StringIO.html +0 -120
- data/doc/api/classes/Time.html +0 -163
- data/doc/api/classes/Time.src/M000003.html +0 -18
- data/doc/api/classes/Time.src/M000004.html +0 -18
- data/doc/api/created.rid +0 -1
- data/doc/api/files/lib/rumai/fs_rb.html +0 -115
- data/doc/api/files/lib/rumai/ixp/message_rb.html +0 -120
- data/doc/api/files/lib/rumai/ixp/message_spec_rb.html +0 -175
- data/doc/api/files/lib/rumai/ixp/message_spec_rb.src/M000001.html +0 -37
- data/doc/api/files/lib/rumai/ixp/transport_rb.html +0 -115
- data/doc/api/files/lib/rumai/ixp_rb.html +0 -116
- data/doc/api/files/lib/rumai/nfo_rb.html +0 -107
- data/doc/api/files/lib/rumai/wm_rb.html +0 -115
- data/doc/api/files/lib/rumai_rb.html +0 -115
- data/doc/api/fr_class_index.html +0 -82
- data/doc/api/fr_file_index.html +0 -34
- data/doc/api/fr_method_index.html +0 -172
- data/doc/api/rdoc-style.css +0 -208
- data/doc/guide.erb +0 -390
- data/doc/guide.html +0 -2043
- data/lib/rumai/ixp/message_spec.rb +0 -247
- data/lib/rumai/nfo.rb +0 -24
@@ -1,18 +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>
|
7
|
-
<head>
|
8
|
-
<title>client_ids (Rumai::ClientContainer)</title>
|
9
|
-
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
10
|
-
<link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
|
11
|
-
</head>
|
12
|
-
<body class="standalone-code">
|
13
|
-
<pre><span class="ruby-comment cmt"># File lib/rumai/wm.rb, line 326</span>
|
14
|
-
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">client_ids</span>
|
15
|
-
[]
|
16
|
-
<span class="ruby-keyword kw">end</span></pre>
|
17
|
-
</body>
|
18
|
-
</html>
|
@@ -1,18 +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>
|
7
|
-
<head>
|
8
|
-
<title>clients (Rumai::ClientContainer)</title>
|
9
|
-
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
10
|
-
<link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
|
11
|
-
</head>
|
12
|
-
<body class="standalone-code">
|
13
|
-
<pre><span class="ruby-comment cmt"># File lib/rumai/wm.rb, line 331</span>
|
14
|
-
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">clients</span>
|
15
|
-
<span class="ruby-identifier">client_ids</span>.<span class="ruby-identifier">map!</span> {<span class="ruby-operator">|</span><span class="ruby-identifier">i</span><span class="ruby-operator">|</span> <span class="ruby-constant">Client</span>.<span class="ruby-identifier">new</span> <span class="ruby-identifier">i</span>}
|
16
|
-
<span class="ruby-keyword kw">end</span></pre>
|
17
|
-
</body>
|
18
|
-
</html>
|
@@ -1,18 +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>
|
7
|
-
<head>
|
8
|
-
<title>grouping (Rumai::ClientContainer)</title>
|
9
|
-
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
10
|
-
<link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
|
11
|
-
</head>
|
12
|
-
<body class="standalone-code">
|
13
|
-
<pre><span class="ruby-comment cmt"># File lib/rumai/wm.rb, line 345</span>
|
14
|
-
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">grouping</span>
|
15
|
-
<span class="ruby-identifier">clients</span>.<span class="ruby-identifier">select</span> {<span class="ruby-operator">|</span><span class="ruby-identifier">c</span><span class="ruby-operator">|</span> <span class="ruby-identifier">c</span>.<span class="ruby-identifier">group?</span> }
|
16
|
-
<span class="ruby-keyword kw">end</span></pre>
|
17
|
-
</body>
|
18
|
-
</html>
|
@@ -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>Module: Rumai::ExportInstMethods</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>Module</strong></td>
|
53
|
-
<td class="class-name-in-header">Rumai::ExportInstMethods</td>
|
54
|
-
</tr>
|
55
|
-
<tr class="top-aligned-row">
|
56
|
-
<td><strong>In:</strong></td>
|
57
|
-
<td>
|
58
|
-
<a href="../../files/lib/rumai/fs_rb.html">
|
59
|
-
lib/rumai/fs.rb
|
60
|
-
</a>
|
61
|
-
<br />
|
62
|
-
</td>
|
63
|
-
</tr>
|
64
|
-
|
65
|
-
</table>
|
66
|
-
</div>
|
67
|
-
<!-- banner header -->
|
68
|
-
|
69
|
-
<div id="bodyContent">
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
<div id="contextContent">
|
74
|
-
|
75
|
-
<div id="description">
|
76
|
-
<p>
|
77
|
-
Makes instance methods accessible through class methods. This is done to
|
78
|
-
emulate the File class:
|
79
|
-
</p>
|
80
|
-
<pre>
|
81
|
-
File.exist? "foo"
|
82
|
-
File.new("foo").exist?
|
83
|
-
</pre>
|
84
|
-
<p>
|
85
|
-
Both of the above expressions are equivalent.
|
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>
|
@@ -1,149 +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>Module: Rumai::IXP</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>Module</strong></td>
|
53
|
-
<td class="class-name-in-header">Rumai::IXP</td>
|
54
|
-
</tr>
|
55
|
-
<tr class="top-aligned-row">
|
56
|
-
<td><strong>In:</strong></td>
|
57
|
-
<td>
|
58
|
-
<a href="../../files/lib/rumai/ixp/transport_rb.html">
|
59
|
-
lib/rumai/ixp/transport.rb
|
60
|
-
</a>
|
61
|
-
<br />
|
62
|
-
<a href="../../files/lib/rumai/ixp/message_rb.html">
|
63
|
-
lib/rumai/ixp/message.rb
|
64
|
-
</a>
|
65
|
-
<br />
|
66
|
-
</td>
|
67
|
-
</tr>
|
68
|
-
|
69
|
-
</table>
|
70
|
-
</div>
|
71
|
-
<!-- banner header -->
|
72
|
-
|
73
|
-
<div id="bodyContent">
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
<div id="contextContent">
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
</div>
|
82
|
-
|
83
|
-
|
84
|
-
</div>
|
85
|
-
|
86
|
-
|
87
|
-
<!-- if includes -->
|
88
|
-
|
89
|
-
<div id="section">
|
90
|
-
|
91
|
-
<div id="class-list">
|
92
|
-
<h3 class="section-bar">Classes and Modules</h3>
|
93
|
-
|
94
|
-
Module <a href="IXP/Stream.html" class="link">Rumai::IXP::Stream</a><br />
|
95
|
-
Module <a href="IXP/Struct.html" class="link">Rumai::IXP::Struct</a><br />
|
96
|
-
Class <a href="IXP/Agent.html" class="link">Rumai::IXP::Agent</a><br />
|
97
|
-
Class <a href="IXP/Error.html" class="link">Rumai::IXP::Error</a><br />
|
98
|
-
Class <a href="IXP/Fcall.html" class="link">Rumai::IXP::Fcall</a><br />
|
99
|
-
Class <a href="IXP/Qid.html" class="link">Rumai::IXP::Qid</a><br />
|
100
|
-
Class <a href="IXP/Rattach.html" class="link">Rumai::IXP::Rattach</a><br />
|
101
|
-
Class <a href="IXP/Rauth.html" class="link">Rumai::IXP::Rauth</a><br />
|
102
|
-
Class <a href="IXP/Rclunk.html" class="link">Rumai::IXP::Rclunk</a><br />
|
103
|
-
Class <a href="IXP/Rcreate.html" class="link">Rumai::IXP::Rcreate</a><br />
|
104
|
-
Class <a href="IXP/Rerror.html" class="link">Rumai::IXP::Rerror</a><br />
|
105
|
-
Class <a href="IXP/Rflush.html" class="link">Rumai::IXP::Rflush</a><br />
|
106
|
-
Class <a href="IXP/Ropen.html" class="link">Rumai::IXP::Ropen</a><br />
|
107
|
-
Class <a href="IXP/Rread.html" class="link">Rumai::IXP::Rread</a><br />
|
108
|
-
Class <a href="IXP/Rremove.html" class="link">Rumai::IXP::Rremove</a><br />
|
109
|
-
Class <a href="IXP/Rstat.html" class="link">Rumai::IXP::Rstat</a><br />
|
110
|
-
Class <a href="IXP/Rversion.html" class="link">Rumai::IXP::Rversion</a><br />
|
111
|
-
Class <a href="IXP/Rwalk.html" class="link">Rumai::IXP::Rwalk</a><br />
|
112
|
-
Class <a href="IXP/Rwrite.html" class="link">Rumai::IXP::Rwrite</a><br />
|
113
|
-
Class <a href="IXP/Rwstat.html" class="link">Rumai::IXP::Rwstat</a><br />
|
114
|
-
Class <a href="IXP/Stat.html" class="link">Rumai::IXP::Stat</a><br />
|
115
|
-
Class <a href="IXP/Tattach.html" class="link">Rumai::IXP::Tattach</a><br />
|
116
|
-
Class <a href="IXP/Tauth.html" class="link">Rumai::IXP::Tauth</a><br />
|
117
|
-
Class <a href="IXP/Tclunk.html" class="link">Rumai::IXP::Tclunk</a><br />
|
118
|
-
Class <a href="IXP/Tcreate.html" class="link">Rumai::IXP::Tcreate</a><br />
|
119
|
-
Class <a href="IXP/Terror.html" class="link">Rumai::IXP::Terror</a><br />
|
120
|
-
Class <a href="IXP/Tflush.html" class="link">Rumai::IXP::Tflush</a><br />
|
121
|
-
Class <a href="IXP/Topen.html" class="link">Rumai::IXP::Topen</a><br />
|
122
|
-
Class <a href="IXP/Tread.html" class="link">Rumai::IXP::Tread</a><br />
|
123
|
-
Class <a href="IXP/Tremove.html" class="link">Rumai::IXP::Tremove</a><br />
|
124
|
-
Class <a href="IXP/Tstat.html" class="link">Rumai::IXP::Tstat</a><br />
|
125
|
-
Class <a href="IXP/Tversion.html" class="link">Rumai::IXP::Tversion</a><br />
|
126
|
-
Class <a href="IXP/Twalk.html" class="link">Rumai::IXP::Twalk</a><br />
|
127
|
-
Class <a href="IXP/Twrite.html" class="link">Rumai::IXP::Twrite</a><br />
|
128
|
-
Class <a href="IXP/Twstat.html" class="link">Rumai::IXP::Twstat</a><br />
|
129
|
-
|
130
|
-
</div>
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
<!-- if method_list -->
|
139
|
-
|
140
|
-
|
141
|
-
</div>
|
142
|
-
|
143
|
-
|
144
|
-
<div id="validator-badges">
|
145
|
-
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
|
146
|
-
</div>
|
147
|
-
|
148
|
-
</body>
|
149
|
-
</html>
|
@@ -1,447 +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: Rumai::IXP::Agent</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">Rumai::IXP::Agent</td>
|
54
|
-
</tr>
|
55
|
-
<tr class="top-aligned-row">
|
56
|
-
<td><strong>In:</strong></td>
|
57
|
-
<td>
|
58
|
-
<a href="../../../files/lib/rumai/ixp/transport_rb.html">
|
59
|
-
lib/rumai/ixp/transport.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="../../Object.html">
|
69
|
-
Object
|
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
|
-
A thread-safe proxy that multiplexes many threads onto a single 9P2000
|
86
|
-
connection.
|
87
|
-
</p>
|
88
|
-
|
89
|
-
</div>
|
90
|
-
|
91
|
-
|
92
|
-
</div>
|
93
|
-
|
94
|
-
<div id="method-list">
|
95
|
-
<h3 class="section-bar">Methods</h3>
|
96
|
-
|
97
|
-
<div class="name-list">
|
98
|
-
<a href="#M000057">attach</a>
|
99
|
-
<a href="#M000058">clunk</a>
|
100
|
-
<a href="#M000050">create</a>
|
101
|
-
<a href="#M000048">entries</a>
|
102
|
-
<a href="#M000044">new</a>
|
103
|
-
<a href="#M000046">open</a>
|
104
|
-
<a href="#M000047">read</a>
|
105
|
-
<a href="#M000051">remove</a>
|
106
|
-
<a href="#M000052">remove_fid</a>
|
107
|
-
<a href="#M000053">stat</a>
|
108
|
-
<a href="#M000054">stat_fid</a>
|
109
|
-
<a href="#M000045">talk</a>
|
110
|
-
<a href="#M000055">walk</a>
|
111
|
-
<a href="#M000056">walk_fid</a>
|
112
|
-
<a href="#M000049">write</a>
|
113
|
-
</div>
|
114
|
-
</div>
|
115
|
-
|
116
|
-
</div>
|
117
|
-
|
118
|
-
|
119
|
-
<!-- if includes -->
|
120
|
-
|
121
|
-
<div id="section">
|
122
|
-
|
123
|
-
<div id="class-list">
|
124
|
-
<h3 class="section-bar">Classes and Modules</h3>
|
125
|
-
|
126
|
-
Module <a href="Agent/MODES.html" class="link">Rumai::IXP::Agent::MODES</a><br />
|
127
|
-
Class <a href="Agent/FidStream.html" class="link">Rumai::IXP::Agent::FidStream</a><br />
|
128
|
-
Class <a href="Agent/RangedPool.html" class="link">Rumai::IXP::Agent::RangedPool</a><br />
|
129
|
-
|
130
|
-
</div>
|
131
|
-
|
132
|
-
<div id="constants-list">
|
133
|
-
<h3 class="section-bar">Constants</h3>
|
134
|
-
|
135
|
-
<div class="name-list">
|
136
|
-
<table summary="Constants">
|
137
|
-
<tr class="top-aligned-row context-row">
|
138
|
-
<td class="context-item-name">MODES</td>
|
139
|
-
<td>=</td>
|
140
|
-
<td class="context-item-value">{ 'r' => Topen::OREAD, 'w' => Topen::OWRITE, 't' => Topen::ORCLOSE, '+' => Topen::ORDWR, }</td>
|
141
|
-
</tr>
|
142
|
-
</table>
|
143
|
-
</div>
|
144
|
-
</div>
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
<div id="attribute-list">
|
149
|
-
<h3 class="section-bar">Attributes</h3>
|
150
|
-
|
151
|
-
<div class="name-list">
|
152
|
-
<table>
|
153
|
-
<tr class="top-aligned-row context-row">
|
154
|
-
<td class="context-item-name">msize</td>
|
155
|
-
<td class="context-item-value"> [R] </td>
|
156
|
-
<td class="context-item-desc"></td>
|
157
|
-
</tr>
|
158
|
-
</table>
|
159
|
-
</div>
|
160
|
-
</div>
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
<!-- if method_list -->
|
165
|
-
<div id="methods">
|
166
|
-
<h3 class="section-bar">Public Class methods</h3>
|
167
|
-
|
168
|
-
<div id="method-M000044" class="method-detail">
|
169
|
-
<a name="M000044"></a>
|
170
|
-
|
171
|
-
<div class="method-heading">
|
172
|
-
<a href="Agent.src/M000044.html" target="Code" class="method-signature"
|
173
|
-
onclick="popupCode('Agent.src/M000044.html');return false;">
|
174
|
-
<span class="method-name">new</span><span class="method-args">(aStream)</span>
|
175
|
-
</a>
|
176
|
-
</div>
|
177
|
-
|
178
|
-
<div class="method-description">
|
179
|
-
</div>
|
180
|
-
</div>
|
181
|
-
|
182
|
-
<h3 class="section-bar">Public Instance methods</h3>
|
183
|
-
|
184
|
-
<div id="method-M000057" class="method-detail">
|
185
|
-
<a name="M000057"></a>
|
186
|
-
|
187
|
-
<div class="method-heading">
|
188
|
-
<a href="Agent.src/M000057.html" target="Code" class="method-signature"
|
189
|
-
onclick="popupCode('Agent.src/M000057.html');return false;">
|
190
|
-
<span class="method-name">attach</span><span class="method-args">(aRootFid, aAuthFid = Fcall::NOFID, aAuthName = ENV['USER'])</span>
|
191
|
-
</a>
|
192
|
-
</div>
|
193
|
-
|
194
|
-
<div class="method-description">
|
195
|
-
<p>
|
196
|
-
Associates the given FID with the FS root.
|
197
|
-
</p>
|
198
|
-
</div>
|
199
|
-
</div>
|
200
|
-
|
201
|
-
<div id="method-M000058" class="method-detail">
|
202
|
-
<a name="M000058"></a>
|
203
|
-
|
204
|
-
<div class="method-heading">
|
205
|
-
<a href="Agent.src/M000058.html" target="Code" class="method-signature"
|
206
|
-
onclick="popupCode('Agent.src/M000058.html');return false;">
|
207
|
-
<span class="method-name">clunk</span><span class="method-args">(aFid)</span>
|
208
|
-
</a>
|
209
|
-
</div>
|
210
|
-
|
211
|
-
<div class="method-description">
|
212
|
-
<p>
|
213
|
-
Retires the given FID from use.
|
214
|
-
</p>
|
215
|
-
</div>
|
216
|
-
</div>
|
217
|
-
|
218
|
-
<div id="method-M000050" class="method-detail">
|
219
|
-
<a name="M000050"></a>
|
220
|
-
|
221
|
-
<div class="method-heading">
|
222
|
-
<a href="Agent.src/M000050.html" target="Code" class="method-signature"
|
223
|
-
onclick="popupCode('Agent.src/M000050.html');return false;">
|
224
|
-
<span class="method-name">create</span><span class="method-args">(aPath, aMode = 'rw', aPerm = 0644)</span>
|
225
|
-
</a>
|
226
|
-
</div>
|
227
|
-
|
228
|
-
<div class="method-description">
|
229
|
-
<p>
|
230
|
-
Creates a <a href="Agent.html#M000044">new</a> file at the given path that
|
231
|
-
is accessible using the given modes for a user having the given permission
|
232
|
-
bits.
|
233
|
-
</p>
|
234
|
-
</div>
|
235
|
-
</div>
|
236
|
-
|
237
|
-
<div id="method-M000048" class="method-detail">
|
238
|
-
<a name="M000048"></a>
|
239
|
-
|
240
|
-
<div class="method-heading">
|
241
|
-
<a href="Agent.src/M000048.html" target="Code" class="method-signature"
|
242
|
-
onclick="popupCode('Agent.src/M000048.html');return false;">
|
243
|
-
<span class="method-name">entries</span><span class="method-args">(aPath)</span>
|
244
|
-
</a>
|
245
|
-
</div>
|
246
|
-
|
247
|
-
<div class="method-description">
|
248
|
-
<p>
|
249
|
-
Returns the names of all files inside the directory whose path is given.
|
250
|
-
</p>
|
251
|
-
</div>
|
252
|
-
</div>
|
253
|
-
|
254
|
-
<div id="method-M000046" class="method-detail">
|
255
|
-
<a name="M000046"></a>
|
256
|
-
|
257
|
-
<div class="method-heading">
|
258
|
-
<a href="Agent.src/M000046.html" target="Code" class="method-signature"
|
259
|
-
onclick="popupCode('Agent.src/M000046.html');return false;">
|
260
|
-
<span class="method-name">open</span><span class="method-args">(aPath, aMode = 'r' {|FidStream| ...}</span>
|
261
|
-
</a>
|
262
|
-
</div>
|
263
|
-
|
264
|
-
<div class="method-description">
|
265
|
-
<p>
|
266
|
-
Opens the given path for I/O access through a <a
|
267
|
-
href="Agent/FidStream.html">FidStream</a> object. If a block is given, it
|
268
|
-
is invoked with a <a href="Agent/FidStream.html">FidStream</a> object and
|
269
|
-
the stream is closed afterwards.
|
270
|
-
</p>
|
271
|
-
<p>
|
272
|
-
See File::open in the Ruby documentation.
|
273
|
-
</p>
|
274
|
-
</div>
|
275
|
-
</div>
|
276
|
-
|
277
|
-
<div id="method-M000047" class="method-detail">
|
278
|
-
<a name="M000047"></a>
|
279
|
-
|
280
|
-
<div class="method-heading">
|
281
|
-
<a href="Agent.src/M000047.html" target="Code" class="method-signature"
|
282
|
-
onclick="popupCode('Agent.src/M000047.html');return false;">
|
283
|
-
<span class="method-name">read</span><span class="method-args">(aPath, *aArgs)</span>
|
284
|
-
</a>
|
285
|
-
</div>
|
286
|
-
|
287
|
-
<div class="method-description">
|
288
|
-
<p>
|
289
|
-
Returns the content of the file/directory at the given path.
|
290
|
-
</p>
|
291
|
-
</div>
|
292
|
-
</div>
|
293
|
-
|
294
|
-
<div id="method-M000051" class="method-detail">
|
295
|
-
<a name="M000051"></a>
|
296
|
-
|
297
|
-
<div class="method-heading">
|
298
|
-
<a href="Agent.src/M000051.html" target="Code" class="method-signature"
|
299
|
-
onclick="popupCode('Agent.src/M000051.html');return false;">
|
300
|
-
<span class="method-name">remove</span><span class="method-args">(aPath)</span>
|
301
|
-
</a>
|
302
|
-
</div>
|
303
|
-
|
304
|
-
<div class="method-description">
|
305
|
-
<p>
|
306
|
-
Deletes the file at the given path.
|
307
|
-
</p>
|
308
|
-
</div>
|
309
|
-
</div>
|
310
|
-
|
311
|
-
<div id="method-M000052" class="method-detail">
|
312
|
-
<a name="M000052"></a>
|
313
|
-
|
314
|
-
<div class="method-heading">
|
315
|
-
<a href="Agent.src/M000052.html" target="Code" class="method-signature"
|
316
|
-
onclick="popupCode('Agent.src/M000052.html');return false;">
|
317
|
-
<span class="method-name">remove_fid</span><span class="method-args">(aPathFid)</span>
|
318
|
-
</a>
|
319
|
-
</div>
|
320
|
-
|
321
|
-
<div class="method-description">
|
322
|
-
<p>
|
323
|
-
Deletes the file corresponding to the given FID and clunks the given FID.
|
324
|
-
</p>
|
325
|
-
</div>
|
326
|
-
</div>
|
327
|
-
|
328
|
-
<div id="method-M000053" class="method-detail">
|
329
|
-
<a name="M000053"></a>
|
330
|
-
|
331
|
-
<div class="method-heading">
|
332
|
-
<a href="Agent.src/M000053.html" target="Code" class="method-signature"
|
333
|
-
onclick="popupCode('Agent.src/M000053.html');return false;">
|
334
|
-
<span class="method-name">stat</span><span class="method-args">(aPath)</span>
|
335
|
-
</a>
|
336
|
-
</div>
|
337
|
-
|
338
|
-
<div class="method-description">
|
339
|
-
<p>
|
340
|
-
Returns information about the file at the given path.
|
341
|
-
</p>
|
342
|
-
</div>
|
343
|
-
</div>
|
344
|
-
|
345
|
-
<div id="method-M000054" class="method-detail">
|
346
|
-
<a name="M000054"></a>
|
347
|
-
|
348
|
-
<div class="method-heading">
|
349
|
-
<a href="Agent.src/M000054.html" target="Code" class="method-signature"
|
350
|
-
onclick="popupCode('Agent.src/M000054.html');return false;">
|
351
|
-
<span class="method-name">stat_fid</span><span class="method-args">(aPathFid)</span>
|
352
|
-
</a>
|
353
|
-
</div>
|
354
|
-
|
355
|
-
<div class="method-description">
|
356
|
-
<p>
|
357
|
-
Returns information about the file referenced by the given FID.
|
358
|
-
</p>
|
359
|
-
</div>
|
360
|
-
</div>
|
361
|
-
|
362
|
-
<div id="method-M000045" class="method-detail">
|
363
|
-
<a name="M000045"></a>
|
364
|
-
|
365
|
-
<div class="method-heading">
|
366
|
-
<a href="Agent.src/M000045.html" target="Code" class="method-signature"
|
367
|
-
onclick="popupCode('Agent.src/M000045.html');return false;">
|
368
|
-
<span class="method-name">talk</span><span class="method-args">(aRequest)</span>
|
369
|
-
</a>
|
370
|
-
</div>
|
371
|
-
|
372
|
-
<div class="method-description">
|
373
|
-
<p>
|
374
|
-
Sends the given message (<a href="Fcall.html">Rumai::IXP::Fcall</a>) and
|
375
|
-
returns its response.
|
376
|
-
</p>
|
377
|
-
<p>
|
378
|
-
This method allows you to perform a 9P2000 transaction without worrying
|
379
|
-
about the details of tag collisions and thread safety.
|
380
|
-
</p>
|
381
|
-
</div>
|
382
|
-
</div>
|
383
|
-
|
384
|
-
<div id="method-M000055" class="method-detail">
|
385
|
-
<a name="M000055"></a>
|
386
|
-
|
387
|
-
<div class="method-heading">
|
388
|
-
<a href="Agent.src/M000055.html" target="Code" class="method-signature"
|
389
|
-
onclick="popupCode('Agent.src/M000055.html');return false;">
|
390
|
-
<span class="method-name">walk</span><span class="method-args">(aPath)</span>
|
391
|
-
</a>
|
392
|
-
</div>
|
393
|
-
|
394
|
-
<div class="method-description">
|
395
|
-
<p>
|
396
|
-
Returns an FID corresponding to the given path.
|
397
|
-
</p>
|
398
|
-
</div>
|
399
|
-
</div>
|
400
|
-
|
401
|
-
<div id="method-M000056" class="method-detail">
|
402
|
-
<a name="M000056"></a>
|
403
|
-
|
404
|
-
<div class="method-heading">
|
405
|
-
<a href="Agent.src/M000056.html" target="Code" class="method-signature"
|
406
|
-
onclick="popupCode('Agent.src/M000056.html');return false;">
|
407
|
-
<span class="method-name">walk_fid</span><span class="method-args">(aPathFid, aPath)</span>
|
408
|
-
</a>
|
409
|
-
</div>
|
410
|
-
|
411
|
-
<div class="method-description">
|
412
|
-
<p>
|
413
|
-
Associates the given FID to the given path.
|
414
|
-
</p>
|
415
|
-
</div>
|
416
|
-
</div>
|
417
|
-
|
418
|
-
<div id="method-M000049" class="method-detail">
|
419
|
-
<a name="M000049"></a>
|
420
|
-
|
421
|
-
<div class="method-heading">
|
422
|
-
<a href="Agent.src/M000049.html" target="Code" class="method-signature"
|
423
|
-
onclick="popupCode('Agent.src/M000049.html');return false;">
|
424
|
-
<span class="method-name">write</span><span class="method-args">(aPath, aContent)</span>
|
425
|
-
</a>
|
426
|
-
</div>
|
427
|
-
|
428
|
-
<div class="method-description">
|
429
|
-
<p>
|
430
|
-
Returns the content of the file/directory at the given path.
|
431
|
-
</p>
|
432
|
-
</div>
|
433
|
-
</div>
|
434
|
-
|
435
|
-
|
436
|
-
</div>
|
437
|
-
|
438
|
-
|
439
|
-
</div>
|
440
|
-
|
441
|
-
|
442
|
-
<div id="validator-badges">
|
443
|
-
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
|
444
|
-
</div>
|
445
|
-
|
446
|
-
</body>
|
447
|
-
</html>
|