Home
last modified time | relevance | path

Searched refs:routematch (Results 1 – 25 of 30) sorted by relevance

12

/dports/www/py-routes/Routes-2.5.1/tests/test_functional/
H A Dtest_explicit_use.py90 match = m.routematch(environ=environ)[0]
141 match = m.routematch(environ=environ)[0]
153 match = m.routematch(environ=environ)[0]
H A Dtest_recognition.py678 resultdict, route_obj = m.routematch('/content')
681 eq_(None, m.routematch('/nowhere'))
691 resultdict, route_obj, debug = m.routematch('/content')
694 resultdict, route_obj, debug = m.routematch('/nowhere')
/dports/misc/py-cinder/cinder-12.0.10/cinder/api/openstack/
H A D__init__.py33 def routematch(self, url=None, environ=None): member in APIMapper
37 return routes.Mapper.routematch(self, url, environ)
/dports/www/p5-Router-Simple/Router-Simple-0.17/t/
H A D10_routematch.t16 my ( $ret, $route ) = $r->routematch(
/dports/www/py-gunicorn/gunicorn-19.9.0/examples/
H A Dmultiapp.py35 match = self.map.routematch(environ=environ)
/dports/www/p5-Router-Simple/Router-Simple-0.17/lib/Router/
H A DSimple.pm83 sub routematch { subroutine
/dports/www/py-routes/Routes-2.5.1/routes/
H A D__init__.py52 result = mapper.routematch(path)
H A Dmiddleware.py104 results = self.mapper.routematch(environ=environ)
H A Dmapper.py745 def routematch(self, url=None, environ=None): member in Mapper
/dports/www/py-routes/Routes-2.5.1/docs/
H A Dporting.rst46 differentiate between where the argument came from you can use routematch which
51 result = m.routematch('/articles/2003/10')
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stubs/Routes/@python2/routes/
H A Dmapper.pyi73 def routematch(self, url=..., environ=...): ...
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/typeshed/third_party/2/routes/
H A Dmapper.pyi63 def routematch(self, url=..., environ=...): ...
/dports/devel/grpc/grpc-1.42.0/doc/
H A Dgrpc_xds_features.md58routematch) (prefix, full path and safe regex)</li><ul><li>[case_sensitive](https://www.envoyproxy…
59 ….io/docs/envoy/latest/api-v2/api/v2/route/route_components.proto#route-routematch) can be true or …
/dports/www/p5-Router-Simple/Router-Simple-0.17/
H A DChanges89 - added $route->routematch() method.
H A DREADME.md166 - `my ($match, $route) = $router->routematch($env|$path);`
/dports/www/py-weboob/weboob-2.0/contrib/videoob_web/videoob_web/
H A Dvideoob_web.py56 results = map.routematch(environ=req.environ)
/dports/www/py-weboob-qt/weboob-qt-2.0/contrib/videoob_web/videoob_web/
H A Dvideoob_web.py56 results = map.routematch(environ=req.environ)
/dports/www/pear-Horde_Routes/Horde_Routes-2.0.5/test/Horde/Routes/
H A DRecognitionTest.php958 list($resultdict, $resultObj) = $m->routematch('/content');
963 $this->assertNull($m->routematch('/nowhere'));
974 list($resultdict, $resultObj, $debug) = $m->routematch('/content');
980 list($resultdict, $resultObj, $debug) = $m->routematch('/nowhere');
/dports/devel/grpc134/grpc-1.34.1/doc/
H A Dgrpc_xds_features.md41 ….io/docs/envoy/latest/api-v2/api/v2/route/route_components.proto#route-routematch) (prefix, full p…
/dports/www/pear-Horde_Routes/Horde_Routes-2.0.5/lib/Horde/Routes/
H A DMapper.php537 public function routematch($url) function in Horde_Routes_Mapper
/dports/net-mgmt/flow-tools/flow-tools-2ca53f5/configs/
H A Dtcp-port.sym949 1287 routematch
/dports/net-mgmt/argus3-clients/argus-clients-3.0.8.3/support/Config/
H A Diana-port-numbers2957 routematch 1287/tcp RouteMatch Com
2958 routematch 1287/udp RouteMatch Com
2959 # Jeff Jones <Jeff.Jones&routematch.com> November 2005
/dports/net/wireshark/wireshark-3.6.1/
H A Dservices985 routematch 1287/tcp/udp # RouteMatch Com
/dports/net/wireshark-lite/wireshark-3.6.1/
H A Dservices985 routematch 1287/tcp/udp # RouteMatch Com
/dports/net/tshark-lite/wireshark-3.6.1/
H A Dservices985 routematch 1287/tcp/udp # RouteMatch Com

12