Home
last modified time | relevance | path

Searched refs:application_url (Results 1 – 10 of 10) sorted by relevance

/external/chromium-trace/trace-viewer/third_party/WebOb/docs/pycon2011/
Drequest_table.rst70 application_url base_url cached_property Not sure if same
/external/chromium-trace/trace-viewer/third_party/WebOb/docs/comment-example-code/
Dexample.py22 base_url = req.application_url
/external/chromium-trace/trace-viewer/third_party/WebOb/webob/
Drequest.py465 def application_url(self): member in BaseRequest
478 return self.application_url + url_quote(bpath_info, PATH_SAFE)
519 url = self.application_url
/external/chromium-trace/trace-viewer/third_party/WebOb/docs/
Dindex.txt134 ``req.application_url``:
143 is True, then resolves it relative to ``req.application_url``.
Dcomment-example.txt271 ``PATH_INFO`` is ``req.application_url``. We have to capture it early
287 base_url = req.application_url
Ddo-it-yourself.txt463 The base URL using SCRIPT_NAME is ``req.application_url``. So, if we have access to the request we…
515 ... base_url = get_request().application_url
Ddifferences.txt193 ``req.application_url``
Dwiki-example.txt310 * req.application_url: ``http://example.com:8080/wiki``
Dreference.txt131 >>> req.application_url
Dnews.txt289 ``request.host_url``, ``request.application_url``, ``request.path_url``,