Lines Matching refs:verbatim
173 description: The `verbatim` option is supported now.
188 * `verbatim` {boolean} When `true`, the callback receives IPv4 and IPv6
194 [`--dns-result-order`][]. New code should use `{ verbatim: true }`.
641 * `order` {string} must be `'ipv4first'` or `'verbatim'`.
643 Set the default value of `verbatim` in [`dns.lookup()`][] and
645 * `ipv4first`: sets default `verbatim` `false`.
646 * `verbatim`: sets default `verbatim` `true`.
794 * `verbatim` {boolean} When `true`, the `Promise` is resolved with IPv4 and
800 [`--dns-result-order`][]. New code should use `{ verbatim: true }`.
1159 * `order` {string} must be `'ipv4first'` or `'verbatim'`.
1161 Set the default value of `verbatim` in [`dns.lookup()`][] and
1163 * `ipv4first`: sets default `verbatim` `false`.
1164 * `verbatim`: sets default `verbatim` `true`.