Lines Matching refs:default

154 …   $default = ['::1', 'fe80::/10', '127.0.0.0/8', '10.0.0.0/8', '172.16.0.0/12', '192.168.0.0/16'];
157 $custom = array_merge($default, ['1.2.3.4', '1122::', '3.0.0.1/8', '1111:2222::/32']);
164 [$default, '127.0.0.1', true],
165 [$default, '127.1.2.3', true],
166 [$default, '10.1.2.3', true],
167 [$default, '11.1.2.3', false],
168 [$default, '172.16.0.1', true],
169 [$default, '172.160.0.1', false],
170 [$default, '172.31.255.255', true],
171 [$default, '172.32.0.0', false],
172 [$default, '172.200.0.0', false],
173 [$default, '192.168.2.3', true],
174 [$default, '192.169.1.2', false],
175 [$default, '::1', true],
176 [$default, '0000:0000:0000:0000:0000:0000:0000:0001', true],
220 … $default = ['::1', 'fe80::/10', '127.0.0.0/8', '10.0.0.0/8', '172.16.0.0/12', '192.168.0.0/16'];
223 $custom = array_merge($default, ['1.2.3.4', '1122::', '3.0.0.1/8', '1111:2222::/32']);
231 [$default, '', '127.0.0.1', []],
232 [$default, '1.2.3.4', '127.0.0.1', ['1.2.3.4', '127.0.0.1']],
233 [$default, '1.2.3.4', '192.168.1.1', ['1.2.3.4', '192.168.1.1']],
234 … [$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']],
235 [$default, '1.2.3.4,172.16.0.1', '::1', ['1.2.3.4', '172.16.0.1', '::1']],
236 [$default, '1.2.3.4,172.16.0.1', '::0001', ['1.2.3.4', '172.16.0.1', '::0001']],
239 [$default, '', '127.0.0.1', []],
240 [$default, '1.2.3.4', '11.22.33.44', []],
241 [$default, '::1', '11.22.33.44', []],
242 [$default, '::1', '::2', []],
245 [$default, '1.2.3.4,11.22.33.44,172.16.0.1', '192.168.1.1', []],
246 [$default, '1.2.3.4,::2,172.16.0.1', '::1', []],
309 … $default = ['::1', 'fe80::/10', '127.0.0.0/8', '10.0.0.0/8', '172.16.0.0/12', '192.168.0.0/16'];
315 [$default, '127.0.0.1', '', 'https', true],
324 [$default, '127.0.0.1', '', 'http', false],
328 [$default, '127.0.0.1', 'off', 'https', true],
344 [$default, '127.0.0.1', 'on', 'https', true],
386 … $default = ['::1', 'fe80::/10', '127.0.0.0/8', '10.0.0.0/8', '172.16.0.0/12', '192.168.0.0/16'];
390 …[$default, '127.0.0.1', 'proxy.example.com', 'www.example.com', 'server.local', 'proxy.example.com…
396 [$default, '127.0.0.1', '', 'www.example.com', 'server.local', 'www.example.com'],
399 [$default, '127.0.0.1', '', '', 'server.local', 'server.local'],
402 [$default, '127.0.0.1', '', '', '', php_uname('n')],