Home
last modified time | relevance | path

Searched refs:Paste (Results 1 – 25 of 55) sorted by relevance

123

/external/chromium-trace/catapult/third_party/Paste/docs/
Dindex.txt1 Python Paste
37 Python Paste -- 50% tastier than Elmer's!
38 Paste: making the web sticky.
39 Fix broken websites by applying Paste liberally.
40 Paste: paper over your inconsistencies.
41 Paste: a soft mixture of malleable consistency.
42 Paste: a tasty mixture to be spread on bread or crackers.
43 Paste: glue that won't hurt you if you eat it.
44 Python Paste: the web extruded into the form of a snake.
45 Paste: the vinegar eel.
[all …]
Dtest_server.ini8 use = egg:Paste#http
26 use = egg:Paste#error_catcher
31 use = egg:Paste#urlmap
36 use = egg:Paste#watch_threads
DDeveloperGuidelines.txt2 Python Paste Developer Guide
5 Hi. Welcome to Paste. I hope you enjoy your stay here.
7 I hope to bring together multiple efforts here, for Paste to support
32 have to get some messiness into Paste before we can try to resolve
47 separate distributions entirely (Paste WebKit and Wareweb were
52 the work here. Paste Script contains several wrappers for external
105 $ cd Paste
110 documentation into ``Paste/docs/html/``.
Durl-parsing-with-wsgi.txt1 URL Parsing With WSGI And Paste
14 and people who want to understand the internal architecture of Paste.
25 that aren't URLs, and certainly not in Paste. URIs that aren't
34 In Paste, everything is about WSGI. But that can seem too fancy.
80 Paste, it is "monolithic" with respect to URLs. That is, you define
81 (in Paste, or maybe in Apache) a "root" URL, and everything under that
82 goes into the framework. What the framework does internally, Paste
84 but the framework is opaque to Paste. Not just to Paste, but to
113 Let's consider Paste's ``URLParser`` (in ``paste.urlparser``). This
Dpaste-httpserver-threadpool.txt1 The Paste HTTP Server Thread Pool
8 ``threadpool_`` when running through a Paste Deploy configuration.
31 Paste Thread Pool
34 The thread pool in Paste has some options to walk the razor's edge
101 If you set ``error_email`` (including setting it globally in a Paste
131 the application ``egg:Paste#watch_threads`` (in the
Dtesting-applications.txt1 Testing Applications with Paste
13 Paste includes functionality for testing your application in a
16 `Paste-users list
19 These facilities let you test your Paste and WSGI-based applications
Dfuture.txt1 The Future Of Paste
7 Paste has been under development for a while, and has lots of code in it. Too much code! The code…
9 …ces is to split them into independent packages, and refactor the internal Paste dependencies to re…
Dnews.txt52 * Fixed ``egg:Paste#cgi``
383 * Fix ``paste.auth.form.auth_form`` Paste Deploy entry point.
405 * ``egg:Paste#watch_threads`` will show tracebacks of each thread
446 (``egg:Paste#registry``).
485 * Regression in 1.1 fixed, where Paste's HTTP server would drop
490 wedged threads. ``egg:Paste#watch_threads`` is an application that
507 in Paste 1.1 where most static files would return 404 Not Found).
594 (``egg:Paste#translogger``)
637 * Added a Paste Deploy entry point for ``paste.auth.cookie``
639 * Moved Paste Deploy dependencies out of top-level modules and into
[all …]
/external/chromium-trace/catapult/third_party/Paste/docs/download/
Dindex.txt12 * `Paste <http://pypi.python.org/pypi/Paste>`_
13 * `Paste Script <http://pypi.python.org/pypi/PasteScript>`_
14 * `Paste Deploy <http://pypi.python.org/pypi/PasteDeploy>`_
15 * `Paste WebKit <http://pypi.python.org/pypi/PasteWebKit>`_
32 to check out a working copy of Paste.
/external/chromium-trace/catapult/third_party/Paste/Paste.egg-info/
DPKG-INFO2 Name: Paste
9 Description: Paste provides several pieces of "middleware" (or filters) that can be nested
16 * `Paste project at Bitbucket (source code, bug tracker)
18 * `Paste on the Python Cheeseshop (PyPI)
19 <https://pypi.python.org/pypi/Paste>`_
20 * `Paste documentation
133 Classifier: Framework :: Paste
DSOURCES.txt7 Paste.egg-info/PKG-INFO
8 Paste.egg-info/SOURCES.txt
9 Paste.egg-info/dependency_links.txt
10 Paste.egg-info/entry_points.txt
11 Paste.egg-info/namespace_packages.txt
12 Paste.egg-info/not-zip-safe
13 Paste.egg-info/requires.txt
14 Paste.egg-info/top_level.txt
Drequires.txt6 [Paste]
/external/chromium-trace/catapult/third_party/Paste/
DPKG-INFO2 Name: Paste
9 Description: Paste provides several pieces of "middleware" (or filters) that can be nested
16 * `Paste project at Bitbucket (source code, bug tracker)
18 * `Paste on the Python Cheeseshop (PyPI)
19 <https://pypi.python.org/pypi/Paste>`_
20 * `Paste documentation
133 Classifier: Framework :: Paste
DREADME.rst1 Paste provides several pieces of "middleware" (or filters) that can be nested
8 * `Paste project at Bitbucket (source code, bug tracker)
10 * `Paste on the Python Cheeseshop (PyPI)
11 <https://pypi.python.org/pypi/Paste>`_
12 * `Paste documentation
DREADME.chromium1 Name: Paste
2 URL: https://pypi.python.org/pypi/Paste
/external/chromium-trace/catapult/third_party/webapp2/docs/tutorials/
Dquickstart.nogae.rst39 Install WebOb, Paste and webapp2
42 `Paste <http://pypi.python.org/pypi/Paste>`_, for the development server,
51 $ pip install Paste
59 $ easy_install Paste
/external/chromium-trace/catapult/catapult_base/catapult_base/refactor/annotated_symbol/
Dfunction_definition.py50 def Paste(self, child): member in Function
51 self.suite.Paste(child)
Dclass_definition.py50 def Paste(self, child): member in Class
51 self.suite.Paste(child)
Dbase_symbol.py34 def Paste(self, child): member in AnnotatedSymbol
/external/libweave/examples/daemon/
DREADME.md35 - "Step 1": Paste https://www.googleapis.com/auth/clouddevices and click to "Authorize APIs"
96 - "Step 1": Paste https://www.googleapis.com/auth/clouddevices and click to "Authorize APIs"
117 - "Step 1": Paste https://www.googleapis.com/auth/clouddevices and click to "Authorize APIs"
/external/chromium-trace/catapult/third_party/Paste/docs/include/
Dreference_header.txt1 Paste Reference Document
/external/pdfium/xfa/src/fwl/src/lightwidget/
Ddatetimepicker.cpp117 FX_BOOL CFWL_DateTimePicker::Paste(const CFX_WideString& wsPaste) { in Paste() function in CFWL_DateTimePicker
118 return static_cast<IFWL_DateTimePicker*>(m_pIface)->Paste(wsPaste); in Paste()
Dedit.cpp194 FX_BOOL CFWL_Edit::Paste(const CFX_WideString& wsPaste) { in Paste() function in CFWL_Edit
195 return static_cast<IFWL_Edit*>(m_pIface)->Paste(wsPaste); in Paste()
/external/chromium-trace/catapult/third_party/Paste/docs/community/
Drepository.txt4 Paste is kept in a Mercurial (hg) repository at
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_fftextedit.h30 virtual FX_BOOL Paste(const CFX_WideString& wsPaste);
107 virtual FX_BOOL Paste(const CFX_WideString& wsPaste);

123