From 7fa80570a065353fad6d0698180e583e26a4c19e Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Fri, 31 Jul 2020 16:11:34 -0700 Subject: 6693 --- html/400.mu.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'html/400.mu.html') diff --git a/html/400.mu.html b/html/400.mu.html index be0cda40..5f771d23 100644 --- a/html/400.mu.html +++ b/html/400.mu.html @@ -212,6 +212,9 @@ if ('onhashchange' in window) { 157 sig read-key -> result/eax: byte 158 sig open filename: (addr array byte), write?: boolean, out: (addr handle buffered-file) 159 #sig size in: (addr array _) -> result/eax: int +160 +161 sig stream-empty? s: (addr stream _) -> result/eax: boolean +162 sig stream-full? s: (addr stream _) -> result/eax: boolean -- cgit 1.4.1-2-gfad0 p;id=7582555b50f058b316c04ce8ab977bed36da1585'>tree commit diff stats
path: root/doc/pydoc/ranger.fsobject.file.html
blob: edd39d3fc10e56304ee3d923054ddfcddc76724b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171