reference/strings/constants.xml
3b67c8e90cdaa14f9d1a82756dcf0000ffa8f160
...
...
@@ -1,13 +1,13 @@
1
-
<?xml version='1.0' encoding="utf-8"?>
1
+
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
3
<appendix xml:id="string.constants" xmlns="http://docbook.org/ns/docbook">
4
4
&reftitle.constants;
5
5
&extension.constants;
6
6
<variablelist>
7
-
<varlistentry>
7
+
<varlistentry xml:id="constant.crypt-salt-length">
8
8
<term>
9
9
<constant>CRYPT_SALT_LENGTH</constant>
10
-
<type>integer</type>
10
+
(<type>int</type>)
11
11
</term>
12
12
<listitem>
13
13
<simpara>
...
...
@@ -15,54 +15,76 @@
15
15
</simpara>
16
16
</listitem>
17
17
</varlistentry>
18
-
<varlistentry>
18
+
<varlistentry xml:id="constant.crypt-std-des">
19
19
<term>
20
20
<constant>CRYPT_STD_DES</constant>
21
-
<type>integer</type>
21
+
(<type>int</type>)
22
22
</term>
23
23
<listitem>
24
24
<simpara>
25
-

25
+
Indicates whether standard DES-based hashes are supported in <function>crypt</function>. Always <literal>1</literal>.
26
26
</simpara>
27
27
</listitem>
28
28
</varlistentry>
29
-
<varlistentry>
29
+
<varlistentry xml:id="constant.crypt-ext-des">
30
30
<term>
31
31
<constant>CRYPT_EXT_DES</constant>
32
-
<type>integer</type>
32
+
(<type>int</type>)
33
33
</term>
34
34
<listitem>
35
35
<simpara>
36
-

36
+
Indicates whether extended DES-based hashes are supported in <function>crypt</function>. Always <literal>1</literal>.
37
37
</simpara>
38
38
</listitem>
39
39
</varlistentry>
40
-
<varlistentry>
40
+
<varlistentry xml:id="constant.crypt-md5">
41
41
<term>
42
42
<constant>CRYPT_MD5</constant>
43
-
<type>integer</type>
43
+
(<type>int</type>)
44
44
</term>
45
45
<listitem>
46
46
<simpara>
47
-

47
+
Indicates whether MD5 hashes are supported in <function>crypt</function>. Always <literal>1</literal>.
48
48
</simpara>
49
49
</listitem>
50
50
</varlistentry>
51
-
<varlistentry>
51
+
<varlistentry xml:id="constant.crypt-blowfish">
52
52
<term>
53
53
<constant>CRYPT_BLOWFISH</constant>
54
-
<type>integer</type>
54
+
(<type>int</type>)
55
55
</term>
56
56
<listitem>
57
57
<simpara>
58
-

58
+
Indicates whether Blowfish hashes are supported in <function>crypt</function>. Always <literal>1</literal>.
59
59
</simpara>
60
60
</listitem>
61
61
</varlistentry>
62
-
<varlistentry>
62
+
<varlistentry xml:id="constant.crypt-sha256">
63
+
<term>
64
+
<constant>CRYPT_SHA256</constant>
65
+
(<type>int</type>)
66
+
</term>
67
+
<listitem>
68
+
<simpara>
69
+
Indicates whether SHA-256 hashes are supported in <function>crypt</function>. Always <literal>1</literal>.
70
+
</simpara>
71
+
</listitem>
72
+
</varlistentry>
73
+
<varlistentry xml:id="constant.crypt-sha512">
74
+
<term>
75
+
<constant>CRYPT_SHA512</constant>
76
+
(<type>int</type>)
77
+
</term>
78
+
<listitem>
79
+
<simpara>
80
+
Indicates whether SHA-512 hashes are supported in <function>crypt</function>. Always <literal>1</literal>.
81
+
</simpara>
82
+
</listitem>
83
+
</varlistentry>
84
+
<varlistentry xml:id="constant.html-specialchars">
63
85
<term>
64
86
<constant>HTML_SPECIALCHARS</constant>
65
-
(<type>integer</type>)
87
+
(<type>int</type>)
66
88
</term>
67
89
<listitem>
68
90
<simpara>
...
...
@@ -70,10 +92,10 @@
70
92
</simpara>
71
93
</listitem>
72
94
</varlistentry>
73
-
<varlistentry>
95
+
<varlistentry xml:id="constant.html-entities">
74
96
<term>
75
97
<constant>HTML_ENTITIES</constant>
76
-
(<type>integer</type>)
98
+
(<type>int</type>)
77
99
</term>
78
100
<listitem>
79
101
<simpara>
...
...
@@ -81,10 +103,10 @@
81
103
</simpara>
82
104
</listitem>
83
105
</varlistentry>
84
-
<varlistentry>
106
+
<varlistentry xml:id="constant.ent-compat">
85
107
<term>
86
108
<constant>ENT_COMPAT</constant>
87
-
(<type>integer</type>)
109
+
(<type>int</type>)
88
110
</term>
89
111
<listitem>
90
112
<simpara>
...
...
@@ -92,10 +114,10 @@
92
114
</simpara>
93
115
</listitem>
94
116
</varlistentry>
95
-
<varlistentry>
117
+
<varlistentry xml:id="constant.ent-quotes">
96
118
<term>
97
119
<constant>ENT_QUOTES</constant>
98
-
(<type>integer</type>)
120
+
(<type>int</type>)
99
121
</term>
100
122
<listitem>
101
123
<simpara>
...
...
@@ -103,10 +125,21 @@
103
125
</simpara>
104
126
</listitem>
105
127
</varlistentry>
106
-
<varlistentry>
128
+
<varlistentry xml:id="constant.ent-noquotes">
107
129
<term>
108
130
<constant>ENT_NOQUOTES</constant>
109
-
(<type>integer</type>)
131
+
(<type>int</type>)
132
+
</term>
133
+
<listitem>
134
+
<simpara>
135
+

136
+
</simpara>
137
+
</listitem>
138
+
</varlistentry>
139
+
<varlistentry xml:id="constant.ent-ignore">
140
+
<term>
141
+
<constant>ENT_IGNORE</constant>
142
+
(<type>int</type>)
110
143
</term>
111
144
<listitem>
112
145
<simpara>
...
...
@@ -114,10 +147,76 @@
114
147
</simpara>
115
148
</listitem>
116
149
</varlistentry>
117
-
<varlistentry>
150
+
<varlistentry xml:id="constant.ent-substitute">
151
+
<term>
152
+
<constant>ENT_SUBSTITUTE</constant>
153
+
(<type>int</type>)
154
+
</term>
155
+
<listitem>
156
+
<simpara>
157
+

158
+
</simpara>
159
+
</listitem>
160
+
</varlistentry>
161
+
<varlistentry xml:id="constant.ent-disallowed">
162
+
<term>
163
+
<constant>ENT_DISALLOWED</constant>
164
+
(<type>int</type>)
165
+
</term>
166
+
<listitem>
167
+
<simpara>
168
+

169
+
</simpara>
170
+
</listitem>
171
+
</varlistentry>
172
+
<varlistentry xml:id="constant.ent-html401">
173
+
<term>
174
+
<constant>ENT_HTML401</constant>
175
+
(<type>int</type>)
176
+
</term>
177
+
<listitem>
178
+
<simpara>
179
+

180
+
</simpara>
181
+
</listitem>
182
+
</varlistentry>
183
+
<varlistentry xml:id="constant.ent-xml1">
184
+
<term>
185
+
<constant>ENT_XML1</constant>
186
+
(<type>int</type>)
187
+
</term>
188
+
<listitem>
189
+
<simpara>
190
+

191
+
</simpara>
192
+
</listitem>
193
+
</varlistentry>
194
+
<varlistentry xml:id="constant.ent-xhtml">
195
+
<term>
196
+
<constant>ENT_XHTML</constant>
197
+
(<type>int</type>)
198
+
</term>
199
+
<listitem>
200
+
<simpara>
201
+

202
+
</simpara>
203
+
</listitem>
204
+
</varlistentry>
205
+
<varlistentry xml:id="constant.ent-html5">
206
+
<term>
207
+
<constant>ENT_HTML5</constant>
208
+
(<type>int</type>)
209
+
</term>
210
+
<listitem>
211
+
<simpara>
212
+

213
+
</simpara>
214
+
</listitem>
215
+
</varlistentry>
216
+
<varlistentry xml:id="constant.char-max">
118
217
<term>
119
218
<constant>CHAR_MAX</constant>
120
-
(<type>integer</type>)
219
+
(<type>int</type>)
121
220
</term>
122
221
<listitem>
123
222
<simpara>
...
...
@@ -125,10 +224,10 @@
125
224
</simpara>
126
225
</listitem>
127
226
</varlistentry>
128
-
<varlistentry>
227
+
<varlistentry xml:id="constant.lc-ctype">
129
228
<term>
130
229
<constant>LC_CTYPE</constant>
131
-
(<type>integer</type>)
230
+
(<type>int</type>)
132
231
</term>
133
232
<listitem>
134
233
<simpara>
...
...
@@ -136,10 +235,10 @@
136
235
</simpara>
137
236
</listitem>
138
237
</varlistentry>
139
-
<varlistentry>
238
+
<varlistentry xml:id="constant.lc-numeric">
140
239
<term>
141
240
<constant>LC_NUMERIC</constant>
142
-
(<type>integer</type>)
241
+
(<type>int</type>)
143
242
</term>
144
243
<listitem>
145
244
<simpara>
...
...
@@ -147,10 +246,10 @@
147
246
</simpara>
148
247
</listitem>
149
248
</varlistentry>
150
-
<varlistentry>
249
+
<varlistentry xml:id="constant.lc-time">
151
250
<term>
152
251
<constant>LC_TIME</constant>
153
-
(<type>integer</type>)
252
+
(<type>int</type>)
154
253
</term>
155
254
<listitem>
156
255
<simpara>
...
...
@@ -158,10 +257,10 @@
158
257
</simpara>
159
258
</listitem>
160
259
</varlistentry>
161
-
<varlistentry>
260
+
<varlistentry xml:id="constant.lc-collate">
162
261
<term>
163
262
<constant>LC_COLLATE</constant>
164
-
(<type>integer</type>)
263
+
(<type>int</type>)
165
264
</term>
166
265
<listitem>
167
266
<simpara>
...
...
@@ -169,10 +268,10 @@
169
268
</simpara>
170
269
</listitem>
171
270
</varlistentry>
172
-
<varlistentry>
271
+
<varlistentry xml:id="constant.lc-monetary">
173
272
<term>
174
273
<constant>LC_MONETARY</constant>
175
-
(<type>integer</type>)
274
+
(<type>int</type>)
176
275
</term>
177
276
<listitem>
178
277
<simpara>
...
...
@@ -180,10 +279,10 @@
180
279
</simpara>
181
280
</listitem>
182
281
</varlistentry>
183
-
<varlistentry>
282
+
<varlistentry xml:id="constant.lc-all">
184
283
<term>
185
284
<constant>LC_ALL</constant>
186
-
(<type>integer</type>)
285
+
(<type>int</type>)
187
286
</term>
188
287
<listitem>
189
288
<simpara>
...
...
@@ -191,10 +290,10 @@
191
290
</simpara>
192
291
</listitem>
193
292
</varlistentry>
194
-
<varlistentry>
293
+
<varlistentry xml:id="constant.lc-messages">
195
294
<term>
196
295
<constant>LC_MESSAGES</constant>
197
-
(<type>integer</type>)
296
+
(<type>int</type>)
198
297
</term>
199
298
<listitem>
200
299
<simpara>
...
...
@@ -202,10 +301,10 @@
202
301
</simpara>
203
302
</listitem>
204
303
</varlistentry>
205
-
<varlistentry>
304
+
<varlistentry xml:id="constant.str-pad-left">
206
305
<term>
207
306
<constant>STR_PAD_LEFT</constant>
208
-
(<type>integer</type>)
307
+
(<type>int</type>)
209
308
</term>
210
309
<listitem>
211
310
<simpara>
...
...
@@ -213,10 +312,10 @@
213
312
</simpara>
214
313
</listitem>
215
314
</varlistentry>
216
-
<varlistentry>
315
+
<varlistentry xml:id="constant.str-pad-right">
217
316
<term>
218
317
<constant>STR_PAD_RIGHT</constant>
219
-
(<type>integer</type>)
318
+
(<type>int</type>)
220
319
</term>
221
320
<listitem>
222
321
<simpara>
...
...
@@ -224,10 +323,10 @@
224
323
</simpara>
225
324
</listitem>
226
325
</varlistentry>
227
-
<varlistentry>
326
+
<varlistentry xml:id="constant.str-pad-both">
228
327
<term>
229
328
<constant>STR_PAD_BOTH</constant>
230
-
(<type>integer</type>)
329
+
(<type>int</type>)
231
330
</term>
232
331
<listitem>
233
332
<simpara>
...
...
@@ -237,7 +336,6 @@
237
336
</varlistentry>
238
337
</variablelist>
239
338
</appendix>
240
-

241
339
<!-- Keep this comment at the end of the file
242
340
Local variables:
243
341
mode: sgml
244
342