Liking cljdoc? Tell your friends :D

inet.data.format.flat

Functions for loading inet.data entities from flat line-oriented files.

Functions for loading inet.data entities from flat line-oriented files.
raw docstring

domain-e2ldclj

(domain-e2ld etlds dom)

Return the effective 2LD / zone / bailiwick of the domain dom, using etlds as the set off ETLDs.

Return the effective 2LD / zone / bailiwick of the domain `dom`, using
`etlds` as the set off ETLDs.
raw docstring

domain-etldclj

(domain-etld etlds dom)

Return the effective TLD of the domain dom from the set etlds.

Return the effective TLD of the domain `dom` from the set `etlds`.
raw docstring

loadclj

(load entryf collf & paths)

Read the non-nil members of paths for line-oriented, '#'-commented, TAB-delimited entries; parse each entry with entryf; and parse the sequence of entries with collf.

Read the non-`nil` members of `paths` for line-oriented, '#'-commented,
TAB-delimited entries; parse each entry with `entryf`; and parse the sequence
of entries with `collf`.
raw docstring

load-domain-setclj

(load-domain-set & paths)

Produce a dns/domain-set from the entries found in paths.

Produce a dns/domain-set from the entries found in `paths`.
raw docstring

load-network-setclj

(load-network-set & paths)

Produce an ip/network-set from the entries found in paths.

Produce an ip/network-set from the entries found in `paths`.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close