-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
197 lines (196 loc) · 5.31 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
# Generated by roxygen2: do not edit by hand
S3method(openapi_schema,AsIs)
S3method(openapi_schema,Date)
S3method(openapi_schema,POSIXt)
S3method(openapi_schema,character)
S3method(openapi_schema,factor)
S3method(openapi_schema,list)
S3method(openapi_schema,numeric)
S3method(openapi_schema,raw)
S3method(print,plumber_control)
S3method(roxy_tag_parse,roxy_tag_any)
S3method(roxy_tag_parse,roxy_tag_apiContact)
S3method(roxy_tag_parse,roxy_tag_apiDescription)
S3method(roxy_tag_parse,roxy_tag_apiLicense)
S3method(roxy_tag_parse,roxy_tag_apiTOS)
S3method(roxy_tag_parse,roxy_tag_apiTag)
S3method(roxy_tag_parse,roxy_tag_apiTitle)
S3method(roxy_tag_parse,roxy_tag_apiVersion)
S3method(roxy_tag_parse,roxy_tag_assets)
S3method(roxy_tag_parse,roxy_tag_async)
S3method(roxy_tag_parse,roxy_tag_body)
S3method(roxy_tag_parse,roxy_tag_connect)
S3method(roxy_tag_parse,roxy_tag_delete)
S3method(roxy_tag_parse,roxy_tag_download)
S3method(roxy_tag_parse,roxy_tag_except)
S3method(roxy_tag_parse,roxy_tag_get)
S3method(roxy_tag_parse,roxy_tag_head)
S3method(roxy_tag_parse,roxy_tag_header)
S3method(roxy_tag_parse,roxy_tag_message)
S3method(roxy_tag_parse,roxy_tag_noDoc)
S3method(roxy_tag_parse,roxy_tag_options)
S3method(roxy_tag_parse,roxy_tag_parser)
S3method(roxy_tag_parse,roxy_tag_patch)
S3method(roxy_tag_parse,roxy_tag_plumber)
S3method(roxy_tag_parse,roxy_tag_post)
S3method(roxy_tag_parse,roxy_tag_put)
S3method(roxy_tag_parse,roxy_tag_query)
S3method(roxy_tag_parse,roxy_tag_redirect)
S3method(roxy_tag_parse,roxy_tag_response)
S3method(roxy_tag_parse,roxy_tag_routeName)
S3method(roxy_tag_parse,roxy_tag_serializer)
S3method(roxy_tag_parse,roxy_tag_serializerStrict)
S3method(roxy_tag_parse,roxy_tag_statics)
S3method(roxy_tag_parse,roxy_tag_tag)
S3method(roxy_tag_parse,roxy_tag_trace)
export(Break)
export(Next)
export(Plumber2)
export(abort_bad_request)
export(abort_conflict)
export(abort_forbidden)
export(abort_gone)
export(abort_http_problem)
export(abort_internal_error)
export(abort_method_not_allowed)
export(abort_not_acceptable)
export(abort_not_found)
export(abort_status)
export(abort_unauthorized)
export(api)
export(api_add_route)
export(api_any)
export(api_any_header)
export(api_assets)
export(api_connect)
export(api_connect_header)
export(api_delete)
export(api_delete_header)
export(api_doc_add)
export(api_doc_setting)
export(api_get)
export(api_get_header)
export(api_head)
export(api_head_header)
export(api_logger)
export(api_message)
export(api_off)
export(api_on)
export(api_options)
export(api_options_header)
export(api_parse)
export(api_patch)
export(api_patch_header)
export(api_post)
export(api_post_header)
export(api_put)
export(api_put_header)
export(api_redirect)
export(api_run)
export(api_session_cookie)
export(api_statics)
export(api_stop)
export(api_trace)
export(api_trace_header)
export(clean_formatter)
export(close_formatter)
export(combined_log_format)
export(common_log_format)
export(create_server_yml)
export(device_formatter)
export(format_bmp)
export(format_cat)
export(format_csv)
export(format_feather)
export(format_format)
export(format_geojson)
export(format_htmlwidget)
export(format_jpeg)
export(format_parquet)
export(format_pdf)
export(format_png)
export(format_print)
export(format_rds)
export(format_svg)
export(format_tiff)
export(format_tsv)
export(format_unboxed)
export(format_yaml)
export(future_async)
export(get_async)
export(get_parsers)
export(get_serializers)
export(init_formatter)
export(is_plumber_api)
export(logger_console)
export(logger_file)
export(logger_logger)
export(logger_null)
export(logger_switch)
export(mirai_async)
export(openapi)
export(openapi_contact)
export(openapi_content)
export(openapi_header)
export(openapi_info)
export(openapi_license)
export(openapi_operation)
export(openapi_parameter)
export(openapi_path)
export(openapi_request_body)
export(openapi_response)
export(openapi_schema)
export(openapi_tag)
export(parse_csv)
export(parse_feather)
export(parse_geojson)
export(parse_multipart)
export(parse_octet)
export(parse_parquet)
export(parse_plumber_file)
export(parse_rds)
export(parse_text)
export(parse_tsv)
export(parse_yaml)
export(random_key)
export(register_async)
export(register_parser)
export(register_serializer)
export(should_break)
export(show_registered_async)
export(show_registered_parsers)
export(show_registered_serializers)
export(with_formatter)
import(rlang)
importFrom(R6,R6Class)
importFrom(base64enc,base64decode)
importFrom(fiery,Fire)
importFrom(fiery,combined_log_format)
importFrom(fiery,common_log_format)
importFrom(fiery,logger_console)
importFrom(fiery,logger_file)
importFrom(fiery,logger_logger)
importFrom(fiery,logger_null)
importFrom(fiery,logger_switch)
importFrom(jsonlite,write_json)
importFrom(ragg,agg_jpeg)
importFrom(ragg,agg_png)
importFrom(ragg,agg_tiff)
importFrom(reqres,abort_bad_request)
importFrom(reqres,abort_conflict)
importFrom(reqres,abort_forbidden)
importFrom(reqres,abort_gone)
importFrom(reqres,abort_http_problem)
importFrom(reqres,abort_internal_error)
importFrom(reqres,abort_method_not_allowed)
importFrom(reqres,abort_not_acceptable)
importFrom(reqres,abort_not_found)
importFrom(reqres,abort_status)
importFrom(reqres,abort_unauthorized)
importFrom(reqres,random_key)
importFrom(routr,Route)
importFrom(routr,RouteStack)
importFrom(routr,openapi_route)
importFrom(roxygen2,roxy_tag_parse)
importFrom(stringi,stri_replace_all_regex)
importFrom(svglite,svglite)