-
Notifications
You must be signed in to change notification settings - Fork 1
/
dio.ddoc
183 lines (159 loc) · 6 KB
/
dio.ddoc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
BR = <br>
DDOC_DITTO = $(BR)$0
DDOC_SUMMARY = $0$(P)
DDOC_DESCRIPTION = $0$(P)
DDOC_AUTHORS = $(B Authors:)$(BR)$0$(P)
DDOC_BUGS = $(RED BUGS:)$(BR)$0$(P)
DDOC_COPYRIGHT = $(B Copyright:)$(BR)$0$(P)
DDOC_DATE = $(B Date:)$(BR)$0$(P)
DDOC_DEPRECATED = $(RED Deprecated:)$(BR)$0$(P)
DDOC_EXAMPLES = $(B Examples:)$(BR)$0$(P)
DDOC_HISTORY = $(B History:)$(BR)$0$(P)
DDOC_LICENSE = $(B License:)$(BR)$0$(P)
DDOC_RETURNS = $(B Returns:)$(BR)$0$(P)
DDOC_SEE_ALSO = $(B See Also:)$(BR)$0$(P)
DDOC_STANDARDS = $(B Standards:)$(BR)$0$(P)
DDOC_THROWS = $(B Throws:)$(BR)$0$(P)
DDOC_VERSION = $(B Version:)$(BR)$0$(P)
DDOC_SECTION_H = $(B $0)$(BR)
DDOC_SECTION = $0$(P)
DDOC_PARAMS = $(B Parameters:)<table class=parms>$0</table>$(P)
DDOC_BLANKLINE = $(P)
DDOC = <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<!--
Copyright (c) 2012 by Kenji Hara
All Rights Reserved Written by Kenji Hara
-->
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" >
<title>$(TITLE) - D Programming Language - Digital Mars</title>
<link rel="stylesheet" type="text/css" href="../css/style.css">
<script>
function listanchors()
{
var a = document.getElementById("quickindex");
if (!a) return;
var newText = "";
var hash = new Array;
var n = 0;
var values = new Array;
// List all anchors.
for (var i = 0; i < document.anchors.length; i++)
{
var a = document.anchors[i];
var text = a.name;
if (hash[text] > 0) continue;
hash[text] = 1;
values[n++] = a.name
}
values.sort();
for(var i = 0; i < values.length; i++) {
var a = values[i];
newText += '<a href="#' + a + '"><span class="d_psymbol">'
+ a + '</span></a> ';
}
if (newText != "") newText = "<p><b>Jump to:</b> " + newText + '</p>';
var a = document.getElementById("quickindex");
a.innerHTML = newText;
}
</script>
</head>
<body onload="listanchors()">
<div id="heading">
<!--<a href="http://www.digitalmars.com/"><img src="../dmlogo.gif" width="270" height="53" border="0" alt="www.digitalmars.com" align="left"></a>-->
<p align="right">D Programming Language 2.0</p>
<div id="headingNav">
$(UL
$(LI <a href="http://www.prowiki.org/wiki4d/wiki.cgi?DocComments/$(WIKI)" title="Read/write comments and feedback">Comments</a>)
$(LI <a href="http://dlang.org/index.html" title="D Programming Language" class="dlink">D</a>)
$(LI <a href="http://www.digitalmars.com/" title="www.digitalmars.com">Home</a>)
)
</div>
<div id="lastupdate">Last update $(DATETIME)</div>
</div>
<div id="navigation">
$(TOP)
$(NAVIGATION_PHOBOS)
</div>
<div id="content">
<h1>$(TITLE)</h1>
<div id=quickindex class=quickindex></div>
$(BODY)
</div>
<div id="copyright">
$(COPYRIGHT) |
Page generated by $(LINK2 http://www.digitalmars.com/d/2.0/ddoc.html, Ddoc).
</div>
</body>
</html>
GOOGLE_FOOTER=
<br><br>
<br><br>
TOP=
<div class="navblock">
<form method="get" action="http://www.google.com/search">
<div id="searchbox">
<input id="q" name="q" size="10" value="RTL Search" onFocus='if(this.value == "RTL Search"){this.value="";}'>
<input type="hidden" id="domains" name="domains" value="www.digitalmars.com">
<input type="hidden" id="sitesearch" name="sitesearch" value="www.digitalmars.com/d/2.0/phobos">
<input type="hidden" id="sourceid" name="sourceid" value="google-search">
<input type="submit" id="submit" name="submit" value="Go">
</div>
</form>
<div id="toctop">
$(UL
$(LI <a href="http://dlang.org/index.html" title="D Programming Language">D</a>)
$(LI <a href="http://dlang.org/lex.html" title="D Language Specification">Language</a>)
$(LI <a href="http://dlang.org/phobos/phobos.html" title="D Runtime Library">Phobos</a>)
$(LI <a href="http://dlang.org/comparison.html" title="Language Comparisons">Comparisons</a>)
)
</div>
</div>
NAVIGATION_PHOBOS=
<div class="navblock">
<h2>io</h2>
$(UL
$(LI <a href="dio.html" title="">dio</a>)
$(LI <a href="dio_core.html" title="">dio.core</a>)
$(LI <a href="dio_file.html" title="">dio.file</a>)
$(LI <a href="dio_socket.html" title="">dio.socket</a>)
$(LI <a href="dio_port.html" title="">dio.port</a>)
)
</div>
RED = <span style="color:red">$0</span>
GREEN = <span style="color:green">$0</span>
BLUE = <span style="color:blue">$0</span>
YELLOW = <span style="color:yellow">$0</span>
BLACK = <span style="color:black">$0</span>
WHITE = <span style="color:white">$0</span>
D_COMMENT = <span class="d_comment">$0</span>
D_STRING = <span class="d_string">$0</span>
D_KEYWORD = <span class="d_keyword">$0</span>
D_PSYMBOL = <span class="d_psymbol">$0</span>
D_PARAM = <span class="d_param">$0</span>
RPAREN = )
LPAREN = (
LESS = <
GREATER = >
WEB = $(LINK2 http://$1,$2)
LUCKY = $(WEB
google.com/search?btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8&q=$0,$0)
D = <font face=Courier><b>$0</b></font>
D = <span class="d_inlinecode">$0</span>
BIGOH = <i><b>Ο</i>(</i></b>$(D $0)<b></i>)</i></b>
GLOSSARY = $(LINK2 ../glossary.html#$0, $0)
DDOC_PSYMBOL = <a name="$0"></a>$(U $0)
DDOC_DECL = $(DT <div class="d_decl">$0</div>)
XREF = <a href="std_$1.html#$2">$(D std.$1.$2)</a>
BUGZILLA = $(LINK2 http://d.puremagic.com/issues/show_bug.cgi?id=$0, Bugzilla $0)
PRE = <pre>$0</pre>
PHOBOSSRC=$(LINK2 https://github.com/D-Programming-Language/phobos/blob/master/$0, $0)
DRUNTIMESRC=$(LINK2 https://github.com/D-Programming-Language/phobos/blob/master/$0, $0)
BOOKTABLE = <table cellspacing=0 cellpadding=5 valign=top class=book><caption>$1</caption>$2</table>
TABLE = <table cellspacing=0 cellpadding=5><caption>$1</caption>$2</table>
TD = <td valign=top>$0</td>
TDNW = <td valign=top>$0</td>
SUB = <sub>$0</sub>
COPYRIGHT= Copyright © 1999-$(YEAR) by Digital Mars, All Rights Reserved