Lines Matching refs:default

180 …   $default = ['::1', 'fe80::/10', '127.0.0.0/8', '10.0.0.0/8', '172.16.0.0/12', '192.168.0.0/16'];
183 $custom = array_merge($default, ['1.2.3.4', '1122::', '3.0.0.1/8', '1111:2222::/32']);
190 [$default, '127.0.0.1', true],
191 [$default, '127.1.2.3', true],
192 [$default, '10.1.2.3', true],
193 [$default, '11.1.2.3', false],
194 [$default, '172.16.0.1', true],
195 [$default, '172.160.0.1', false],
196 [$default, '172.31.255.255', true],
197 [$default, '172.32.0.0', false],
198 [$default, '172.200.0.0', false],
199 [$default, '192.168.2.3', true],
200 [$default, '192.169.1.2', false],
201 [$default, '::1', true],
202 [$default, '0000:0000:0000:0000:0000:0000:0000:0001', true],
246 … $default = ['::1', 'fe80::/10', '127.0.0.0/8', '10.0.0.0/8', '172.16.0.0/12', '192.168.0.0/16'];
249 $custom = array_merge($default, ['1.2.3.4', '1122::', '3.0.0.1/8', '1111:2222::/32']);
257 [$default, '', '127.0.0.1', []],
258 [$default, '1.2.3.4', '127.0.0.1', ['1.2.3.4', '127.0.0.1']],
259 [$default, '1.2.3.4', '192.168.1.1', ['1.2.3.4', '192.168.1.1']],
260 … [$default, '1.2.3.4,172.16.0.1', '192.168.1.1', ['1.2.3.4', '172.16.0.1', '192.168.1.1']],
261 [$default, '1.2.3.4,172.16.0.1', '::1', ['1.2.3.4', '172.16.0.1', '::1']],
262 [$default, '1.2.3.4,172.16.0.1', '::0001', ['1.2.3.4', '172.16.0.1', '::0001']],
265 [$default, '', '127.0.0.1', []],
266 [$default, '1.2.3.4', '11.22.33.44', []],
267 [$default, '::1', '11.22.33.44', []],
268 [$default, '::1', '::2', []],
271 [$default, '1.2.3.4,11.22.33.44,172.16.0.1', '192.168.1.1', []],
272 [$default, '1.2.3.4,::2,172.16.0.1', '::1', []],
335 … $default = ['::1', 'fe80::/10', '127.0.0.0/8', '10.0.0.0/8', '172.16.0.0/12', '192.168.0.0/16'];
341 [$default, '127.0.0.1', '', 'https', true],
350 [$default, '127.0.0.1', '', 'http', false],
354 [$default, '127.0.0.1', 'off', 'https', true],
370 [$default, '127.0.0.1', 'on', 'https', true],
412 … $default = ['::1', 'fe80::/10', '127.0.0.0/8', '10.0.0.0/8', '172.16.0.0/12', '192.168.0.0/16'];
416 …[$default, '127.0.0.1', 'proxy.example.com', 'www.example.com', 'server.local', 'proxy.example.com…
422 [$default, '127.0.0.1', '', 'www.example.com', 'server.local', 'www.example.com'],
425 [$default, '127.0.0.1', '', '', 'server.local', 'server.local'],
428 [$default, '127.0.0.1', '', '', '', php_uname('n')],