Home
last modified time | relevance | path

Searched defs:Routing (Results 1 – 25 of 529) sorted by relevance

12345678910>>...22

/dports/www/itop/web/lib/silex/vendor/silex/silex/doc/
H A Dusage.rst59 Routing section in Usage
81 Example GET Route
110 Dynamic Routing argument
136 Example POST Route
172 Other methods
233 Route Variables
344 Requirements
367 Conditions
383 Default Values
397 Named Routes
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/oracle/oci-go-sdk/healthchecks/
H A Drouting.go19 type Routing struct { struct
23 AsLabel *string `mandatory:"false" json:"asLabel"`
27 Asn *int `mandatory:"false" json:"asn"`
31 Prefix *string `mandatory:"false" json:"prefix"`
36 Weight *int `mandatory:"false" json:"weight"`
39 func (m Routing) String() string {
/dports/security/vault/vault-1.8.2/vendor/github.com/oracle/oci-go-sdk/healthchecks/
H A Drouting.go18 type Routing struct { struct
22 AsLabel *string `mandatory:"false" json:"asLabel"`
26 Asn *int `mandatory:"false" json:"asn"`
30 Prefix *string `mandatory:"false" json:"prefix"`
35 Weight *int `mandatory:"false" json:"weight"`
38 func (m Routing) String() string {
/dports/www/bolt/bolt-2.2.24/vendor/silex/silex/doc/
H A Dusage.rst64 Routing section in Usage
100 Example GET Route
129 Dynamic Routing argument
155 Example POST Route
191 Other methods
253 Route Variables
292 Route Variable Converters
367 Requirements
390 Default Values
404 Named Routes
[all …]
/dports/devel/gitlist/gitlist/vendor/silex/silex/doc/
H A Dusage.rst65 Routing section in Usage
87 Example GET Route
116 Dynamic Routing argument
142 Example POST Route
178 Other methods
239 Route Variables
278 Route Variable Converters
350 Requirements
373 Default Values
387 Named Routes
[all …]
/dports/net/cloudquery/cloudquery-0.16.0/vendor/google.golang.org/genproto/googleapis/api/annotations/
H A Drouting.pb.go393 type Routing struct { struct
394 state protoimpl.MessageState
395 sizeCache protoimpl.SizeCache
396 unknownFields protoimpl.UnknownFields
401 …s,1,rep,name=routing_parameters,json=routingParameters,proto3" json:"routing_parameters,omitempty"`
404 func (x *Routing) Reset() {
413 func (x *Routing) String() string {
417 func (*Routing) ProtoMessage() {}
419 func (x *Routing) ProtoReflect() protoreflect.Message {
432 func (*Routing) Descriptor() ([]byte, []int) {
[all …]
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/google.golang.org/genproto/googleapis/api/annotations/
H A Drouting.pb.go393 type Routing struct { struct
394 state protoimpl.MessageState
395 sizeCache protoimpl.SizeCache
396 unknownFields protoimpl.UnknownFields
401 …s,1,rep,name=routing_parameters,json=routingParameters,proto3" json:"routing_parameters,omitempty"`
404 func (x *Routing) Reset() {
413 func (x *Routing) String() string {
417 func (*Routing) ProtoMessage() {}
419 func (x *Routing) ProtoReflect() protoreflect.Message {
432 func (*Routing) Descriptor() ([]byte, []int) {
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/issues/
H A Dissue-25339.rs8 pub trait Routing<I> { trait
15 type Routing : ?Sized = dyn Routing<Self::Input, Output=()>; typedef
16 fn to_routing(self) -> Self::Routing; in to_routing()
25 pub fn create<T: ToRouting<Routing=R>>(mount: &str, input: T) { in create()
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/friendsofsymfony/rest-bundle/Resources/doc/
H A Dannotations-reference.rst85 Routing section in Full default annotations
88 Route prefix
99 Route name prefix
110 Route
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/docs/proposals/
H A Dapi_design.md27 #### `/prometheus/*`
31 #### `/alertmanager/*`
35 #### `/api/v1/*` -- The cortex API will exist under this path prefix.
48 #### Service Endpoints
/dports/www/py-flask/Flask-2.0.2/docs/
H A Dquickstart.rst216 Routing section in Quickstart
236 Variable Rules
272 Unique URLs / Redirection Behavior
299 URL Building
355 HTTP Methods
/dports/cad/openroad/OpenROAD-2.0/docs/user/
H A DUserGuide.rst619 .. _`OpenROAD-flow-scripts`: https://github.com/The-OpenROAD-Project/OpenROAD-flow-scripts
620 .. _`yosys`: https://github.com/The-OpenROAD-Project/yosys
621 .. _`OpenROAD App`: https://github.com/The-OpenROAD-Project/OpenROAD
622 …_`README`: https://github.com/The-OpenROAD-Project/OpenROAD-flow-scripts/blob/master/flow/README.md
/dports/www/py-falcon/falcon-2.0.0/docs/user/
H A Dfaq.rst131 Routing section in FAQ
134 How do I implement CORS with Falcon?
183 How do I implement redirects within Falcon?
193 How do I split requests between my original app and the part I migrated to Falcon?
229 How do I implement both POSTing and GETing items for the same resource?
277 What is the recommended way to map related routes to resource classes?
/dports/www/py-bokeh/bokeh-2.3.3/bokeh/server/django/
H A Drouting.py56 class Routing: class
105 def __init__(self, routings: List[Routing]):
115 def _add_new_routing(self, routing: Routing) -> None:
/dports/devel/py-buildbot/buildbot-3.4.1/docs/developer/
H A Dwww-base-app.rst102 .. _Routing: target
104 Routing subsection
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/doc/user/routing/
H A Dintro.rst5 Routing chapter
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ipc/
H A Dipc_message_templates.h87 struct Routing { struct
88 explicit Routing(int32_t id) : id(id) {} in Routing() function
89 int32_t id;
/dports/www/chromium-legacy/chromium-88.0.4324.182/ipc/
H A Dipc_message_templates.h88 struct Routing { struct
89 explicit Routing(int32_t id) : id(id) {} in Routing() argument
90 int32_t id;
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/
H A Dindex.php5 use PhpMyAdmin\Routing; alias
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/perf_tests/speedometer/resources/todomvc/labs/architecture-examples/react/bower_components/director/
H A DREADME.md189 ### See Also:
564 ### Synchronous route functions
576 ### Asynchronous route functions
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/labs/architecture-examples/react/bower_components/director/
H A DREADME.md189 ### See Also:
564 ### Synchronous route functions
576 ### Asynchronous route functions
/dports/www/firefox/firefox-99.0/third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/labs/architecture-examples/react/bower_components/director/
H A DREADME.md189 ### See Also:
564 ### Synchronous route functions
576 ### Asynchronous route functions
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/labs/architecture-examples/react/bower_components/director/
H A DREADME.md189 ### See Also:
564 ### Synchronous route functions
576 ### Asynchronous route functions
/dports/www/firefox-esr/firefox-91.8.0/third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/labs/architecture-examples/react/bower_components/director/
H A DREADME.md189 ### See Also:
564 ### Synchronous route functions
576 ### Asynchronous route functions
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/labs/architecture-examples/react/bower_components/director/
H A DREADME.md189 ### See Also:
564 ### Synchronous route functions
576 ### Asynchronous route functions

12345678910>>...22