Lines Matching full:default
223 // The new default configuration value.
224 … $default = ['::1', 'fe80::/10', '127.0.0.0/8', '10.0.0.0/8', '172.16.0.0/12', '192.168.0.0/16'];
227 $custom = array_merge($default, ['1.2.3.4', '1122::', '3.0.0.1/8', '1111:2222::/32']);
234 [$default, '127.0.0.1', true],
235 [$default, '127.1.2.3', true],
236 [$default, '10.1.2.3', true],
237 [$default, '11.1.2.3', false],
238 [$default, '172.16.0.1', true],
239 [$default, '172.160.0.1', false],
240 [$default, '172.31.255.255', true],
241 [$default, '172.32.0.0', false],
242 [$default, '172.200.0.0', false],
243 [$default, '192.168.2.3', true],
244 [$default, '192.169.1.2', false],
245 [$default, '::1', true],
246 [$default, '0000:0000:0000:0000:0000:0000:0000:0001', true],
289 // The new default configuration value.
290 … $default = ['::1', 'fe80::/10', '127.0.0.0/8', '10.0.0.0/8', '172.16.0.0/12', '192.168.0.0/16'];
293 $custom = array_merge($default, ['1.2.3.4', '1122::', '3.0.0.1/8', '1111:2222::/32']);
300 // The new default configuration.
301 [$default, '', '127.0.0.1', []],
302 [$default, '1.2.3.4', '127.0.0.1', ['1.2.3.4', '127.0.0.1']],
303 [$default, '1.2.3.4', '192.168.1.1', ['1.2.3.4', '192.168.1.1']],
304 … [$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']],
305 [$default, '1.2.3.4,172.16.0.1', '::1', ['1.2.3.4', '172.16.0.1', '::1']],
306 [$default, '1.2.3.4,172.16.0.1', '::0001', ['1.2.3.4', '172.16.0.1', '::0001']],
309 [$default, '', '127.0.0.1', []],
310 [$default, '1.2.3.4', '11.22.33.44', []],
311 [$default, '::1', '11.22.33.44', []],
312 [$default, '::1', '::2', []],
315 [$default, '1.2.3.4,11.22.33.44,172.16.0.1', '192.168.1.1', []],
316 [$default, '1.2.3.4,::2,172.16.0.1', '::1', []],
378 // The new default configuration value.
379 … $default = ['::1', 'fe80::/10', '127.0.0.0/8', '10.0.0.0/8', '172.16.0.0/12', '192.168.0.0/16'];
385 [$default, '127.0.0.1', '', 'https', true],
394 [$default, '127.0.0.1', '', 'http', false],
398 [$default, '127.0.0.1', 'off', 'https', true],
414 [$default, '127.0.0.1', 'on', 'https', true],
455 // The new default configuration value.
456 … $default = ['::1', 'fe80::/10', '127.0.0.0/8', '10.0.0.0/8', '172.16.0.0/12', '192.168.0.0/16'];
460 …[$default, '127.0.0.1', 'proxy.example.com', 'www.example.com', 'server.local', 'proxy.example.com…
466 [$default, '127.0.0.1', '', 'www.example.com', 'server.local', 'www.example.com'],
469 [$default, '127.0.0.1', '', '', 'server.local', 'server.local'],
472 [$default, '127.0.0.1', '', '', '', php_uname('n')],