Home
last modified time | relevance | path

Searched refs:on_patch (Results 1 – 19 of 19) sorted by relevance

/dports/www/py-falcon/falcon-2.0.0/falcon/bench/queues/
H A Dclaims.py28 def on_patch(self, req, resp, tenant_id, queue_name, claim_id): member in ItemResource
/dports/www/py-falcon/falcon-2.0.0/tests/
H A Dtest_httpstatus.py49 def on_patch(self, req, resp): member in TestStatusResource
66 def on_patch(self, req, resp): member in TestHookResource
H A Dtest_http_method_routing.py74 self.on_patch = {}
142 def on_patch(self, req, resp): member in MiscResource
H A Dtest_after_hooks.py135 self.on_patch = []
185 self.on_patch = []
H A Dtest_before_hooks.py124 on_patch = {} variable in WrappedClassResource
H A Dtest_httperror.py49 def on_patch(self, req, resp): member in FaultyResource
H A Dtest_query_params.py21 def on_patch(self, req, resp, **kwargs): member in Resource
/dports/mail/mailman3/mailman-3.3.1/src/mailman/rest/
H A Dpreferences.py94 def on_patch(self, request, response): member in Preferences
H A Ddomains.py98 def on_patch(self, request, response): member in ADomain
H A Duris.py100 def on_patch(self, request, response): member in _URIBase
H A Dheader_matches.py130 def on_patch(self, request, response): member in HeaderMatch
H A Dhelpers.py271 on_patch = _oops variable in ChildError
H A Dmembers.py162 def on_patch(self, request, response): member in AMember
H A Dlistconf.py342 def on_patch(self, request, response): member in ListConfiguration
H A Dusers.py250 def on_patch(self, request, response): member in AUser
H A Dlists.py430 def on_patch(self, request, response): member in ListArchivers
/dports/emulators/mess/mame-mame0226/src/lib/util/
H A Dserver_http_impl.hpp154 …template<class T> void on_patch(std::string regex, T&& func) { std::lock_guard<std::mutex> lock(m_… in on_patch() function in webpp::ServerBase
155 …template<class T> void on_patch(T&& func) { std::lock_guard<std::mutex> lock(m_resource_mutex); m_… in on_patch() function in webpp::ServerBase
/dports/emulators/mame/mame-mame0226/src/lib/util/
H A Dserver_http_impl.hpp154 …template<class T> void on_patch(std::string regex, T&& func) { std::lock_guard<std::mutex> lock(m_… in on_patch() function in webpp::ServerBase
155 …template<class T> void on_patch(T&& func) { std::lock_guard<std::mutex> lock(m_resource_mutex); m_… in on_patch() function in webpp::ServerBase
/dports/www/py-falcon/falcon-2.0.0/docs/user/
H A Dfaq.rst257 def on_patch(self, req, resp, id):