Home
last modified time | relevance | path

Searched refs:rfc_section (Results 1 – 4 of 4) sorted by relevance

/external/chromium-trace/trace-viewer/third_party/WebOb/webob/
Ddescriptors.py35 def environ_getter(key, default=_not_given, rfc_section=None): argument
36 if rfc_section:
37 doc = header_docstring(key, rfc_section)
60 def environ_decoder(key, default=_not_given, rfc_section=None, argument
62 if rfc_section:
63 doc = header_docstring(key, rfc_section)
129 def header_getter(header, rfc_section): argument
130 doc = header_docstring(header, rfc_section)
173 def list_header(header, rfc_section): argument
174 prop = header_getter(header, rfc_section)
[all …]
Dutil.py38 def header_docstring(header, rfc_section): argument
41 major_section = rfc_section.split('.')[0]
43 major_section, rfc_section)
45 header, rfc_section, link)
Detag.py20 def etag_property(key, default, rfc_section, strong=True): argument
21 doc = header_docstring(key, rfc_section)
Dacceptparse.py324 def accept_property(header, rfc_section, argument
328 doc = header_docstring(header, rfc_section)