reference/geoip/constants.xml
86e6094e86b84a51d00ab217ac50ce8dde33d82a
...
...
@@ -7,7 +7,7 @@
7
7
<varlistentry xml:id="constant.geoip-country-edition">
8
8
<term>
9
9
<constant>GEOIP_COUNTRY_EDITION</constant>
10
-
(<type>integer</type>)
10
+
(<type>int</type>)
11
11
</term>
12
12
<listitem>
13
13
<simpara>
...
...
@@ -18,7 +18,7 @@
18
18
<varlistentry xml:id="constant.geoip-region-edition-rev0">
19
19
<term>
20
20
<constant>GEOIP_REGION_EDITION_REV0</constant>
21
-
(<type>integer</type>)
21
+
(<type>int</type>)
22
22
</term>
23
23
<listitem>
24
24
<simpara>
...
...
@@ -29,7 +29,7 @@
29
29
<varlistentry xml:id="constant.geoip-city-edition-rev0">
30
30
<term>
31
31
<constant>GEOIP_CITY_EDITION_REV0</constant>
32
-
(<type>integer</type>)
32
+
(<type>int</type>)
33
33
</term>
34
34
<listitem>
35
35
<simpara>
...
...
@@ -40,7 +40,7 @@
40
40
<varlistentry xml:id="constant.geoip-org-edition">
41
41
<term>
42
42
<constant>GEOIP_ORG_EDITION</constant>
43
-
(<type>integer</type>)
43
+
(<type>int</type>)
44
44
</term>
45
45
<listitem>
46
46
<simpara>
...
...
@@ -51,7 +51,7 @@
51
51
<varlistentry xml:id="constant.geoip-isp-edition">
52
52
<term>
53
53
<constant>GEOIP_ISP_EDITION</constant>
54
-
(<type>integer</type>)
54
+
(<type>int</type>)
55
55
</term>
56
56
<listitem>
57
57
<simpara>
...
...
@@ -62,7 +62,7 @@
62
62
<varlistentry xml:id="constant.geoip-city-edition-rev1">
63
63
<term>
64
64
<constant>GEOIP_CITY_EDITION_REV1</constant>
65
-
(<type>integer</type>)
65
+
(<type>int</type>)
66
66
</term>
67
67
<listitem>
68
68
<simpara>
...
...
@@ -73,7 +73,7 @@
73
73
<varlistentry xml:id="constant.geoip-region-edition-rev1">
74
74
<term>
75
75
<constant>GEOIP_REGION_EDITION_REV1</constant>
76
-
(<type>integer</type>)
76
+
(<type>int</type>)
77
77
</term>
78
78
<listitem>
79
79
<simpara>
...
...
@@ -84,7 +84,7 @@
84
84
<varlistentry xml:id="constant.geoip-proxy-edition">
85
85
<term>
86
86
<constant>GEOIP_PROXY_EDITION</constant>
87
-
(<type>integer</type>)
87
+
(<type>int</type>)
88
88
</term>
89
89
<listitem>
90
90
<simpara>
...
...
@@ -95,7 +95,7 @@
95
95
<varlistentry xml:id="constant.geoip-asnum-edition">
96
96
<term>
97
97
<constant>GEOIP_ASNUM_EDITION</constant>
98
-
(<type>integer</type>)
98
+
(<type>int</type>)
99
99
</term>
100
100
<listitem>
101
101
<simpara>
...
...
@@ -106,7 +106,7 @@
106
106
<varlistentry xml:id="constant.geoip-netspeed-edition">
107
107
<term>
108
108
<constant>GEOIP_NETSPEED_EDITION</constant>
109
-
(<type>integer</type>)
109
+
(<type>int</type>)
110
110
</term>
111
111
<listitem>
112
112
<simpara>
...
...
@@ -117,7 +117,7 @@
117
117
<varlistentry xml:id="constant.geoip-domain-edition">
118
118
<term>
119
119
<constant>GEOIP_DOMAIN_EDITION</constant>
120
-
(<type>integer</type>)
120
+
(<type>int</type>)
121
121
</term>
122
122
<listitem>
123
123
<simpara>
...
...
@@ -133,7 +133,7 @@
133
133
<varlistentry xml:id="constant.geoip-unknown-speed">
134
134
<term>
135
135
<constant>GEOIP_UNKNOWN_SPEED</constant>
136
-
(<type>integer</type>)
136
+
(<type>int</type>)
137
137
</term>
138
138
<listitem>
139
139
<simpara></simpara>
...
...
@@ -142,7 +142,7 @@
142
142
<varlistentry xml:id="constant.geoip-dialup-speed">
143
143
<term>
144
144
<constant>GEOIP_DIALUP_SPEED</constant>
145
-
(<type>integer</type>)
145
+
(<type>int</type>)
146
146
</term>
147
147
<listitem>
148
148
<simpara></simpara>
...
...
@@ -151,7 +151,7 @@
151
151
<varlistentry xml:id="constant.geoip-cabledsl-speed">
152
152
<term>
153
153
<constant>GEOIP_CABLEDSL_SPEED</constant>
154
-
(<type>integer</type>)
154
+
(<type>int</type>)
155
155
</term>
156
156
<listitem>
157
157
<simpara></simpara>
...
...
@@ -160,7 +160,7 @@
160
160
<varlistentry xml:id="constant.geoip-corporate-speed">
161
161
<term>
162
162
<constant>GEOIP_CORPORATE_SPEED</constant>
163
-
(<type>integer</type>)
163
+
(<type>int</type>)
164
164
</term>
165
165
<listitem>
166
166
<simpara></simpara>
167
167