-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
40 lines (39 loc) · 977 Bytes
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Generated by roxygen2: do not edit by hand
export(ada_clear_hash)
export(ada_clear_port)
export(ada_clear_search)
export(ada_get_basename)
export(ada_get_domain)
export(ada_get_hash)
export(ada_get_host)
export(ada_get_hostname)
export(ada_get_href)
export(ada_get_password)
export(ada_get_pathname)
export(ada_get_port)
export(ada_get_protocol)
export(ada_get_search)
export(ada_get_username)
export(ada_has_credentials)
export(ada_has_empty_hostname)
export(ada_has_hash)
export(ada_has_hostname)
export(ada_has_non_empty_password)
export(ada_has_non_empty_username)
export(ada_has_port)
export(ada_has_search)
export(ada_set_hash)
export(ada_set_host)
export(ada_set_hostname)
export(ada_set_href)
export(ada_set_password)
export(ada_set_pathname)
export(ada_set_port)
export(ada_set_protocol)
export(ada_set_search)
export(ada_set_username)
export(ada_url_parse)
export(public_suffix)
export(url_decode2)
importFrom(Rcpp,sourceCpp)
useDynLib(adaR, .registration = TRUE)