reference/strings/constants.xml
3b67c8e90cdaa14f9d1a82756dcf0000ffa8f160
...
...
@@ -7,7 +7,7 @@
7
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>
...
...
@@ -18,51 +18,73 @@
18
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
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
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
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
+
</simpara>
60
+
</listitem>
61
+
</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>.
59
81
</simpara>
60
82
</listitem>
61
83
</varlistentry>
62
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>
...
...
@@ -73,7 +95,7 @@
73
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>
...
...
@@ -84,7 +106,7 @@
84
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>
...
...
@@ -95,7 +117,7 @@
95
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>
...
...
@@ -106,7 +128,7 @@
106
128
<varlistentry xml:id="constant.ent-noquotes">
107
129
<term>
108
130
<constant>ENT_NOQUOTES</constant>
109
-
(<type>integer</type>)
131
+
(<type>int</type>)
110
132
</term>
111
133
<listitem>
112
134
<simpara>
...
...
@@ -117,7 +139,7 @@
117
139
<varlistentry xml:id="constant.ent-ignore">
118
140
<term>
119
141
<constant>ENT_IGNORE</constant>
120
-
(<type>integer</type>)
142
+
(<type>int</type>)
121
143
</term>
122
144
<listitem>
123
145
<simpara>
...
...
@@ -128,7 +150,7 @@
128
150
<varlistentry xml:id="constant.ent-substitute">
129
151
<term>
130
152
<constant>ENT_SUBSTITUTE</constant>
131
-
(<type>integer</type>)
153
+
(<type>int</type>)
132
154
</term>
133
155
<listitem>
134
156
<simpara>
...
...
@@ -139,7 +161,7 @@
139
161
<varlistentry xml:id="constant.ent-disallowed">
140
162
<term>
141
163
<constant>ENT_DISALLOWED</constant>
142
-
(<type>integer</type>)
164
+
(<type>int</type>)
143
165
</term>
144
166
<listitem>
145
167
<simpara>
...
...
@@ -150,7 +172,7 @@
150
172
<varlistentry xml:id="constant.ent-html401">
151
173
<term>
152
174
<constant>ENT_HTML401</constant>
153
-
(<type>integer</type>)
175
+
(<type>int</type>)
154
176
</term>
155
177
<listitem>
156
178
<simpara>
...
...
@@ -161,7 +183,7 @@
161
183
<varlistentry xml:id="constant.ent-xml1">
162
184
<term>
163
185
<constant>ENT_XML1</constant>
164
-
(<type>integer</type>)
186
+
(<type>int</type>)
165
187
</term>
166
188
<listitem>
167
189
<simpara>
...
...
@@ -172,7 +194,7 @@
172
194
<varlistentry xml:id="constant.ent-xhtml">
173
195
<term>
174
196
<constant>ENT_XHTML</constant>
175
-
(<type>integer</type>)
197
+
(<type>int</type>)
176
198
</term>
177
199
<listitem>
178
200
<simpara>
...
...
@@ -183,7 +205,7 @@
183
205
<varlistentry xml:id="constant.ent-html5">
184
206
<term>
185
207
<constant>ENT_HTML5</constant>
186
-
(<type>integer</type>)
208
+
(<type>int</type>)
187
209
</term>
188
210
<listitem>
189
211
<simpara>
...
...
@@ -194,7 +216,7 @@
194
216
<varlistentry xml:id="constant.char-max">
195
217
<term>
196
218
<constant>CHAR_MAX</constant>
197
-
(<type>integer</type>)
219
+
(<type>int</type>)
198
220
</term>
199
221
<listitem>
200
222
<simpara>
...
...
@@ -205,7 +227,7 @@
205
227
<varlistentry xml:id="constant.lc-ctype">
206
228
<term>
207
229
<constant>LC_CTYPE</constant>
208
-
(<type>integer</type>)
230
+
(<type>int</type>)
209
231
</term>
210
232
<listitem>
211
233
<simpara>
...
...
@@ -216,7 +238,7 @@
216
238
<varlistentry xml:id="constant.lc-numeric">
217
239
<term>
218
240
<constant>LC_NUMERIC</constant>
219
-
(<type>integer</type>)
241
+
(<type>int</type>)
220
242
</term>
221
243
<listitem>
222
244
<simpara>
...
...
@@ -227,7 +249,7 @@
227
249
<varlistentry xml:id="constant.lc-time">
228
250
<term>
229
251
<constant>LC_TIME</constant>
230
-
(<type>integer</type>)
252
+
(<type>int</type>)
231
253
</term>
232
254
<listitem>
233
255
<simpara>
...
...
@@ -238,7 +260,7 @@
238
260
<varlistentry xml:id="constant.lc-collate">
239
261
<term>
240
262
<constant>LC_COLLATE</constant>
241
-
(<type>integer</type>)
263
+
(<type>int</type>)
242
264
</term>
243
265
<listitem>
244
266
<simpara>
...
...
@@ -249,7 +271,7 @@
249
271
<varlistentry xml:id="constant.lc-monetary">
250
272
<term>
251
273
<constant>LC_MONETARY</constant>
252
-
(<type>integer</type>)
274
+
(<type>int</type>)
253
275
</term>
254
276
<listitem>
255
277
<simpara>
...
...
@@ -260,7 +282,7 @@
260
282
<varlistentry xml:id="constant.lc-all">
261
283
<term>
262
284
<constant>LC_ALL</constant>
263
-
(<type>integer</type>)
285
+
(<type>int</type>)
264
286
</term>
265
287
<listitem>
266
288
<simpara>
...
...
@@ -271,7 +293,7 @@
271
293
<varlistentry xml:id="constant.lc-messages">
272
294
<term>
273
295
<constant>LC_MESSAGES</constant>
274
-
(<type>integer</type>)
296
+
(<type>int</type>)
275
297
</term>
276
298
<listitem>
277
299
<simpara>
...
...
@@ -282,7 +304,7 @@
282
304
<varlistentry xml:id="constant.str-pad-left">
283
305
<term>
284
306
<constant>STR_PAD_LEFT</constant>
285
-
(<type>integer</type>)
307
+
(<type>int</type>)
286
308
</term>
287
309
<listitem>
288
310
<simpara>
...
...
@@ -293,7 +315,7 @@
293
315
<varlistentry xml:id="constant.str-pad-right">
294
316
<term>
295
317
<constant>STR_PAD_RIGHT</constant>
296
-
(<type>integer</type>)
318
+
(<type>int</type>)
297
319
</term>
298
320
<listitem>
299
321
<simpara>
...
...
@@ -304,7 +326,7 @@
304
326
<varlistentry xml:id="constant.str-pad-both">
305
327
<term>
306
328
<constant>STR_PAD_BOTH</constant>
307
-
(<type>integer</type>)
329
+
(<type>int</type>)
308
330
</term>
309
331
<listitem>
310
332
<simpara>
...
...
@@ -314,7 +336,6 @@
314
336
</varlistentry>
315
337
</variablelist>
316
338
</appendix>
317
-

318
339
<!-- Keep this comment at the end of the file
319
340
Local variables:
320
341
mode: sgml
321
342