summaryrefslogtreecommitdiff
path: root/vendor/CherryPy-3.2.0/sphinx/source/refman/lib
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/CherryPy-3.2.0/sphinx/source/refman/lib')
-rw-r--r--vendor/CherryPy-3.2.0/sphinx/source/refman/lib/auth.rst14
-rw-r--r--vendor/CherryPy-3.2.0/sphinx/source/refman/lib/auth_basic.rst12
-rw-r--r--vendor/CherryPy-3.2.0/sphinx/source/refman/lib/auth_digest.rst26
-rw-r--r--vendor/CherryPy-3.2.0/sphinx/source/refman/lib/caching.rst26
-rw-r--r--vendor/CherryPy-3.2.0/sphinx/source/refman/lib/covercp.rst18
-rw-r--r--vendor/CherryPy-3.2.0/sphinx/source/refman/lib/cptools.rst47
-rw-r--r--vendor/CherryPy-3.2.0/sphinx/source/refman/lib/encoding.rst22
-rw-r--r--vendor/CherryPy-3.2.0/sphinx/source/refman/lib/httpauth.rst23
-rw-r--r--vendor/CherryPy-3.2.0/sphinx/source/refman/lib/httputil.rst41
-rw-r--r--vendor/CherryPy-3.2.0/sphinx/source/refman/lib/index.rst10
-rw-r--r--vendor/CherryPy-3.2.0/sphinx/source/refman/lib/jsontools.rst16
-rw-r--r--vendor/CherryPy-3.2.0/sphinx/source/refman/lib/profiler.rst24
-rw-r--r--vendor/CherryPy-3.2.0/sphinx/source/refman/lib/reprconf.rst29
-rw-r--r--vendor/CherryPy-3.2.0/sphinx/source/refman/lib/sessions.rst41
-rw-r--r--vendor/CherryPy-3.2.0/sphinx/source/refman/lib/static.rst19
-rw-r--r--vendor/CherryPy-3.2.0/sphinx/source/refman/lib/xmlrpc.rst17
16 files changed, 0 insertions, 385 deletions
diff --git a/vendor/CherryPy-3.2.0/sphinx/source/refman/lib/auth.rst b/vendor/CherryPy-3.2.0/sphinx/source/refman/lib/auth.rst
deleted file mode 100644
index 7008e26..0000000
--- a/vendor/CherryPy-3.2.0/sphinx/source/refman/lib/auth.rst
+++ /dev/null
@@ -1,14 +0,0 @@
-************************
-:mod:`cherrypy.lib.auth`
-************************
-
-.. automodule:: cherrypy.lib.auth
-
-Functions
-=========
-
-.. autofunction:: check_auth
-
-.. autofunction:: basic_auth
-
-.. autofunction:: digest_auth
diff --git a/vendor/CherryPy-3.2.0/sphinx/source/refman/lib/auth_basic.rst b/vendor/CherryPy-3.2.0/sphinx/source/refman/lib/auth_basic.rst
deleted file mode 100644
index ce637fc..0000000
--- a/vendor/CherryPy-3.2.0/sphinx/source/refman/lib/auth_basic.rst
+++ /dev/null
@@ -1,12 +0,0 @@
-******************************
-:mod:`cherrypy.lib.auth_basic`
-******************************
-
-.. automodule:: cherrypy.lib.auth_basic
-
-Functions
-=========
-
-.. autofunction:: checkpassword_dict
-
-.. autofunction:: basic_auth
diff --git a/vendor/CherryPy-3.2.0/sphinx/source/refman/lib/auth_digest.rst b/vendor/CherryPy-3.2.0/sphinx/source/refman/lib/auth_digest.rst
deleted file mode 100644
index f45d075..0000000
--- a/vendor/CherryPy-3.2.0/sphinx/source/refman/lib/auth_digest.rst
+++ /dev/null
@@ -1,26 +0,0 @@
-*******************************
-:mod:`cherrypy.lib.auth_digest`
-*******************************
-
-.. automodule:: cherrypy.lib.auth_digest
-
-Classes
-=======
-
-.. autoclass:: HttpDigestAuthorization
- :members:
-
-Functions
-=========
-
-.. autofunction:: get_ha1_dict_plain
-
-.. autofunction:: get_ha1_dict
-
-.. autofunction:: get_ha1_file_htdigest
-
-.. autofunction:: synthesize_nonce
-
-.. autofunction:: www_authenticate
-
-.. autofunction:: digest_auth
diff --git a/vendor/CherryPy-3.2.0/sphinx/source/refman/lib/caching.rst b/vendor/CherryPy-3.2.0/sphinx/source/refman/lib/caching.rst
deleted file mode 100644
index d109a9b..0000000
--- a/vendor/CherryPy-3.2.0/sphinx/source/refman/lib/caching.rst
+++ /dev/null
@@ -1,26 +0,0 @@
-***************************
-:mod:`cherrypy.lib.caching`
-***************************
-
-.. automodule:: cherrypy.lib.caching
-
-Classes
-=======
-
-.. autoclass:: Cache
- :members:
-
-.. autoclass:: AntiStampedeCache
- :members:
-
-.. autoclass:: MemoryCache
- :members:
-
-Functions
-=========
-
-.. autofunction:: get
-
-.. autofunction:: tee_output
-
-.. autofunction:: expires
diff --git a/vendor/CherryPy-3.2.0/sphinx/source/refman/lib/covercp.rst b/vendor/CherryPy-3.2.0/sphinx/source/refman/lib/covercp.rst
deleted file mode 100644
index b6cf910..0000000
--- a/vendor/CherryPy-3.2.0/sphinx/source/refman/lib/covercp.rst
+++ /dev/null
@@ -1,18 +0,0 @@
-***************************
-:mod:`cherrypy.lib.covercp`
-***************************
-
-.. automodule:: cherrypy.lib.covercp
-
-Classes
-=======
-
-.. autoclass:: CoverStats
- :members:
-
-Functions
-=========
-
-.. autofunction:: get_tree
-
-.. autofunction:: serve
diff --git a/vendor/CherryPy-3.2.0/sphinx/source/refman/lib/cptools.rst b/vendor/CherryPy-3.2.0/sphinx/source/refman/lib/cptools.rst
deleted file mode 100644
index ec3d339..0000000
--- a/vendor/CherryPy-3.2.0/sphinx/source/refman/lib/cptools.rst
+++ /dev/null
@@ -1,47 +0,0 @@
-***************************
-:mod:`cherrypy.lib.cptools`
-***************************
-
-.. automodule:: cherrypy.lib.cptools
-
-Classes
-=======
-
-.. autoclass:: SessionAuth
- :members:
-
-.. autoclass:: MonitoredHeaderMap
- :members:
-
-Functions
-=========
-
-.. autofunction:: validate_etags
-
-.. autofunction:: validate_since
-
-.. autofunction:: proxy
-
-.. autofunction:: ignore_headers
-
-.. autofunction:: response_headers
-
-.. autofunction:: referer
-
-.. autofunction:: session_auth
-
-.. autofunction:: log_traceback
-
-.. autofunction:: log_request_headers
-
-.. autofunction:: log_hooks
-
-.. autofunction:: redirect
-
-.. autofunction:: trailing_slash
-
-.. autofunction:: flatten
-
-.. autofunction:: accept
-
-.. autofunction:: autovary
diff --git a/vendor/CherryPy-3.2.0/sphinx/source/refman/lib/encoding.rst b/vendor/CherryPy-3.2.0/sphinx/source/refman/lib/encoding.rst
deleted file mode 100644
index 0171e56..0000000
--- a/vendor/CherryPy-3.2.0/sphinx/source/refman/lib/encoding.rst
+++ /dev/null
@@ -1,22 +0,0 @@
-****************************
-:mod:`cherrypy.lib.encoding`
-****************************
-
-.. automodule:: cherrypy.lib.encoding
-
-Classes
-=======
-
-.. autoclass:: ResponseEncoder
- :members:
-
-Functions
-=========
-
-.. autofunction:: decode
-
-.. autofunction:: compress
-
-.. autofunction:: decompress
-
-.. autofunction:: gzip
diff --git a/vendor/CherryPy-3.2.0/sphinx/source/refman/lib/httpauth.rst b/vendor/CherryPy-3.2.0/sphinx/source/refman/lib/httpauth.rst
deleted file mode 100644
index c0e871c..0000000
--- a/vendor/CherryPy-3.2.0/sphinx/source/refman/lib/httpauth.rst
+++ /dev/null
@@ -1,23 +0,0 @@
-****************************
-:mod:`cherrypy.lib.httpauth`
-****************************
-
-.. automodule:: cherrypy.lib.httpauth
-
-Functions
-=========
-
-.. autofunction:: calculateNonce
-
-.. autofunction:: digestAuth
-
-.. autofunction:: basicAuth
-
-.. autofunction:: doAuth
-
-.. autofunction:: parseAuthorization
-
-.. autofunction:: md5SessionKey
-
-.. autofunction:: checkResponse
-
diff --git a/vendor/CherryPy-3.2.0/sphinx/source/refman/lib/httputil.rst b/vendor/CherryPy-3.2.0/sphinx/source/refman/lib/httputil.rst
deleted file mode 100644
index 646e55a..0000000
--- a/vendor/CherryPy-3.2.0/sphinx/source/refman/lib/httputil.rst
+++ /dev/null
@@ -1,41 +0,0 @@
-****************************
-:mod:`cherrypy.lib.httputil`
-****************************
-
-.. automodule:: cherrypy.lib.httputil
-
-Classes
-=======
-
-.. autoclass:: HeaderElement
- :members:
-
-.. autoclass:: AcceptElement
- :members:
-
-.. autoclass:: CaseInsensitiveDict
- :members:
-
-.. autoclass:: HeaderMap
- :members:
-
-.. autoclass:: Host
- :members:
-
-Functions
-=========
-
-.. autofunction:: urljoin
-
-.. autofunction:: protocol_from_http
-
-.. autofunction:: get_ranges
-
-.. autofunction:: header_elements
-
-.. autofunction:: decode_TEXT
-
-.. autofunction:: valid_status
-
-.. autofunction:: parse_query_string
-
diff --git a/vendor/CherryPy-3.2.0/sphinx/source/refman/lib/index.rst b/vendor/CherryPy-3.2.0/sphinx/source/refman/lib/index.rst
deleted file mode 100644
index 72c875a..0000000
--- a/vendor/CherryPy-3.2.0/sphinx/source/refman/lib/index.rst
+++ /dev/null
@@ -1,10 +0,0 @@
-************
-cherrypy.lib
-************
-
-.. toctree::
- :glob:
-
- *
-
-
diff --git a/vendor/CherryPy-3.2.0/sphinx/source/refman/lib/jsontools.rst b/vendor/CherryPy-3.2.0/sphinx/source/refman/lib/jsontools.rst
deleted file mode 100644
index 8ec0145..0000000
--- a/vendor/CherryPy-3.2.0/sphinx/source/refman/lib/jsontools.rst
+++ /dev/null
@@ -1,16 +0,0 @@
-*****************************
-:mod:`cherrypy.lib.jsontools`
-*****************************
-
-.. automodule:: cherrypy.lib.jsontools
-
-Functions
-=========
-
-.. autofunction:: json_processor
-
-.. autofunction:: json_in
-
-.. autofunction:: json_handler
-
-.. autofunction:: json_out
diff --git a/vendor/CherryPy-3.2.0/sphinx/source/refman/lib/profiler.rst b/vendor/CherryPy-3.2.0/sphinx/source/refman/lib/profiler.rst
deleted file mode 100644
index a748069..0000000
--- a/vendor/CherryPy-3.2.0/sphinx/source/refman/lib/profiler.rst
+++ /dev/null
@@ -1,24 +0,0 @@
-****************************
-:mod:`cherrypy.lib.profiler`
-****************************
-
-.. automodule:: cherrypy.lib.profiler
-
-Classes
-=======
-
-.. autoclass:: Profiler
- :members:
-
-.. autoclass:: ProfileAggregator
- :members:
-
-.. autoclass:: make_app
- :members:
-
-Functions
-=========
-
-.. autofunction:: new_func_strip_path
-
-.. autofunction:: serve
diff --git a/vendor/CherryPy-3.2.0/sphinx/source/refman/lib/reprconf.rst b/vendor/CherryPy-3.2.0/sphinx/source/refman/lib/reprconf.rst
deleted file mode 100644
index 62dc013..0000000
--- a/vendor/CherryPy-3.2.0/sphinx/source/refman/lib/reprconf.rst
+++ /dev/null
@@ -1,29 +0,0 @@
-****************************
-:mod:`cherrypy.lib.reprconf`
-****************************
-
-.. automodule:: cherrypy.lib.reprconf
-
-Classes
-=======
-
-.. autoclass:: NamespaceSet
- :members:
-
-.. autoclass:: Config
- :members:
-
-.. autoclass:: Parser
- :members:
-
-Functions
-=========
-
-.. autofunction:: as_dict
-
-.. autofunction:: unrepr
-
-.. autofunction:: modules
-
-.. autofunction:: attributes
-
diff --git a/vendor/CherryPy-3.2.0/sphinx/source/refman/lib/sessions.rst b/vendor/CherryPy-3.2.0/sphinx/source/refman/lib/sessions.rst
deleted file mode 100644
index 822f779..0000000
--- a/vendor/CherryPy-3.2.0/sphinx/source/refman/lib/sessions.rst
+++ /dev/null
@@ -1,41 +0,0 @@
-****************************
-:mod:`cherrypy.lib.sessions`
-****************************
-
-.. automodule:: cherrypy.lib.sessions
-
-Classes
-=======
-
-.. autoclass:: Session
- :members:
-
-.. autoclass:: RamSession
- :members:
- :inherited-members:
-
-.. autoclass:: FileSession
- :members:
- :inherited-members:
-
-.. autoclass:: PostgresqlSession
- :members:
- :inherited-members:
-
-.. autoclass:: MemcachedSession
- :members:
- :inherited-members:
-
-Functions
-=========
-
-.. autofunction:: save
-
-.. autofunction:: close
-
-.. autofunction:: init
-
-.. autofunction:: set_response_cookie
-
-.. autofunction:: expire
-
diff --git a/vendor/CherryPy-3.2.0/sphinx/source/refman/lib/static.rst b/vendor/CherryPy-3.2.0/sphinx/source/refman/lib/static.rst
deleted file mode 100644
index 41b1029..0000000
--- a/vendor/CherryPy-3.2.0/sphinx/source/refman/lib/static.rst
+++ /dev/null
@@ -1,19 +0,0 @@
-**************************
-:mod:`cherrypy.lib.static`
-**************************
-
-.. automodule:: cherrypy.lib.static
-
-Functions
-=========
-
-.. autofunction:: serve_file
-
-.. autofunction:: serve_fileobj
-
-.. autofunction:: serve_download
-
-.. autofunction:: staticdir
-
-.. autofunction:: staticfile
-
diff --git a/vendor/CherryPy-3.2.0/sphinx/source/refman/lib/xmlrpc.rst b/vendor/CherryPy-3.2.0/sphinx/source/refman/lib/xmlrpc.rst
deleted file mode 100644
index 152a994..0000000
--- a/vendor/CherryPy-3.2.0/sphinx/source/refman/lib/xmlrpc.rst
+++ /dev/null
@@ -1,17 +0,0 @@
-**************************
-:mod:`cherrypy.lib.xmlrpc`
-**************************
-
-.. automodule:: cherrypy.lib.xmlrpc
-
-Functions
-=========
-
-.. autofunction:: process_body
-
-.. autofunction:: patched_path
-
-.. autofunction:: respond
-
-.. autofunction:: on_error
-