Home
last modified time | relevance | path

Searched refs:route_params (Results 1 – 25 of 42) sorted by relevance

12

/dports/net/arataga/restinio-v.0.6.13/dev/test/router/express_router/
H A Dtests.ipp39 route_params_t route_params{};
64 route_params = std::move( p );
73 route_params = std::move( p );
81 route_params = std::move( p );
89 route_params = std::move( p );
128 route_params_t route_params{};
146 route_params = std::move( p );
155 route_params = std::move( p );
163 route_params = std::move( p );
171 route_params = std::move( p );
[all …]
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/engine/tests/phpunit/integration/Elgg/Router/Middleware/
H A DGroupPageOwnerCanEditGatekeeperIntegrationTest.php65 public function testLoggedOutCantAccessUserPage(string $route_name, array $route_params) { argument
69 elgg_register_route($route_name, $route_params);
94 elgg_register_route($route_name, $route_params);
122 elgg_register_route($route_name, $route_params);
145 elgg_register_route($route_name, $route_params);
173 elgg_register_route($route_name, $route_params);
204 elgg_register_route($route_name, $route_params);
225 elgg_register_route($route_name, $route_params);
253 elgg_register_route($route_name, $route_params);
283 elgg_register_route($route_name, $route_params);
[all …]
H A DUserPageOwnerCanEditGatekeeperIntegrationTest.php65 public function testLoggedOutCantAccessUserPage(string $route_name, array $route_params) { argument
69 elgg_register_route($route_name, $route_params);
94 elgg_register_route($route_name, $route_params);
122 elgg_register_route($route_name, $route_params);
145 elgg_register_route($route_name, $route_params);
173 elgg_register_route($route_name, $route_params);
204 elgg_register_route($route_name, $route_params);
225 elgg_register_route($route_name, $route_params);
252 elgg_register_route($route_name, $route_params);
279 elgg_register_route($route_name, $route_params);
[all …]
H A DPageOwnerCanEditGatekeeperIntegrationTest.php65 public function testLoggedOutCantAccessUserPage(string $route_name, array $route_params) { argument
69 elgg_register_route($route_name, $route_params);
86 public function testLoggedOutCantAccessGroupPage(string $route_name, array $route_params) { argument
94 elgg_register_route($route_name, $route_params);
122 elgg_register_route($route_name, $route_params);
145 elgg_register_route($route_name, $route_params);
173 elgg_register_route($route_name, $route_params);
204 elgg_register_route($route_name, $route_params);
225 elgg_register_route($route_name, $route_params);
252 elgg_register_route($route_name, $route_params);
[all …]
/dports/www/drupal8/drupal-8.9.20/core/modules/tour/tests/src/Unit/Entity/
H A DTourTest.php20 * @param array $route_params
29 public function testHasMatchingRoute($routes, $route_name, $route_params, $result) { argument
39 $this->assertSame($result, $tour->hasMatchingRoute($route_name, $route_params));
/dports/www/drupal9/drupal-9.2.10/core/modules/tour/tests/src/Unit/Entity/
H A DTourTest.php20 * @param array $route_params
29 public function testHasMatchingRoute($routes, $route_name, $route_params, $result) { argument
39 $this->assertSame($result, $tour->hasMatchingRoute($route_name, $route_params));
/dports/finance/prestashop/prestashop/src/PrestaShopBundle/Resources/views/Admin/Common/Grid/Blocks/
H A Dpagination.html.twig30 {% set route_params = {} %}
33 {% set route_params = route_params|merge({ (param_name) : (param_value) }) %}
42 'caller_parameters': route_params
/dports/www/drupal8/drupal-8.9.20/core/tests/Drupal/Tests/Core/Menu/
H A DLocalTaskIntegrationTestBase.php57 protected function getLocalTaskManager($module_dirs, $route_name, $route_params) { argument
130 * @param array $route_params
133 protected function assertLocalTasks($route_name, $expected_tasks, $route_params = []) { argument
140 $manager = $this->getLocalTaskManager($directory_list, $route_name, $route_params);
/dports/www/drupal9/drupal-9.2.10/core/tests/Drupal/Tests/Core/Menu/
H A DLocalTaskIntegrationTestBase.php57 protected function getLocalTaskManager($module_dirs, $route_name, $route_params) { argument
130 * @param array $route_params
133 protected function assertLocalTasks($route_name, $expected_tasks, $route_params = []) { argument
140 $manager = $this->getLocalTaskManager($directory_list, $route_name, $route_params);
/dports/www/drupal8/drupal-8.9.20/core/modules/tour/src/Entity/
H A DTour.php146 public function hasMatchingRoute($route_name, $route_params) { argument
163 if (empty($route_params[$key]) || $route_params[$key] !== $value) {
/dports/www/drupal9/drupal-9.2.10/core/modules/tour/src/Entity/
H A DTour.php146 public function hasMatchingRoute($route_name, $route_params) { argument
163 if (empty($route_params[$key]) || $route_params[$key] !== $value) {
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/Routing/
H A DRouteMatch.php59 $route_params = $this->getParameterNames();
60 $parameters = array_intersect_key($parameters, $route_params);
61 $raw_parameters = array_intersect_key($raw_parameters, $route_params);
/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/Routing/
H A DRouteMatch.php60 $route_params = $this->getParameterNames();
61 $parameters = array_intersect_key($parameters, $route_params);
62 $raw_parameters = array_intersect_key($raw_parameters, $route_params);
/dports/finance/prestashop/prestashop/src/PrestaShopBundle/Resources/views/Admin/Common/Grid/Actions/Row/
H A Dlink.html.twig32 …{% set route_params = { (action.options.route_param_name) : (record[action.options.route_param_fie…
36 {% set route_params = route_params|merge({ (name) : (record[field] ?? field) }) %}
40 href="{{ path(action.options.route, route_params ) }}"
H A Dsubmit.html.twig38 {% set route_params = { (action.options.route_param_name) : (record[action.options.route_param_fiel…
42 {% set route_params = route_params|merge({ (name) : (record[field] ?? field) }) %}
48 data-url="{{ path(action.options.route, route_params) }}"
/dports/www/drupal8/drupal-8.9.20/core/modules/tour/src/
H A DTourInterface.php25 * @param array $route_params
31 public function hasMatchingRoute($route_name, $route_params); argument
/dports/www/drupal9/drupal-9.2.10/core/modules/tour/src/
H A DTourInterface.php25 * @param array $route_params
31 public function hasMatchingRoute($route_name, $route_params); argument
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_mr_tcam.c281 struct mlxsw_sp_mr_route_params *route_params) in mlxsw_sp_mr_tcam_route_create() argument
288 route->key = route_params->key; in mlxsw_sp_mr_tcam_route_create()
289 route->irif_index = route_params->value.irif_index; in mlxsw_sp_mr_tcam_route_create()
290 route->min_mtu = route_params->value.min_mtu; in mlxsw_sp_mr_tcam_route_create()
291 route->action = route_params->value.route_action; in mlxsw_sp_mr_tcam_route_create()
296 &route_params->value); in mlxsw_sp_mr_tcam_route_create()
326 route_params->prio); in mlxsw_sp_mr_tcam_route_create()
H A Dspectrum_mr.c262 struct mlxsw_sp_mr_route_params route_params; in mlxsw_sp_mr_route_write() local
271 route_params.key = mr_route->key; in mlxsw_sp_mr_route_write()
272 route_params.value = route_info; in mlxsw_sp_mr_route_write()
273 route_params.prio = mlxsw_sp_mr_route_prio(mr_route); in mlxsw_sp_mr_route_write()
276 &route_params); in mlxsw_sp_mr_route_write()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_mr_tcam.c281 struct mlxsw_sp_mr_route_params *route_params) in mlxsw_sp_mr_tcam_route_create() argument
288 route->key = route_params->key; in mlxsw_sp_mr_tcam_route_create()
289 route->irif_index = route_params->value.irif_index; in mlxsw_sp_mr_tcam_route_create()
290 route->min_mtu = route_params->value.min_mtu; in mlxsw_sp_mr_tcam_route_create()
291 route->action = route_params->value.route_action; in mlxsw_sp_mr_tcam_route_create()
296 &route_params->value); in mlxsw_sp_mr_tcam_route_create()
326 route_params->prio); in mlxsw_sp_mr_tcam_route_create()
H A Dspectrum_mr.c262 struct mlxsw_sp_mr_route_params route_params; in mlxsw_sp_mr_route_write() local
271 route_params.key = mr_route->key; in mlxsw_sp_mr_route_write()
272 route_params.value = route_info; in mlxsw_sp_mr_route_write()
273 route_params.prio = mlxsw_sp_mr_route_prio(mr_route); in mlxsw_sp_mr_route_write()
276 &route_params); in mlxsw_sp_mr_route_write()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_mr_tcam.c281 struct mlxsw_sp_mr_route_params *route_params) in mlxsw_sp_mr_tcam_route_create() argument
288 route->key = route_params->key; in mlxsw_sp_mr_tcam_route_create()
289 route->irif_index = route_params->value.irif_index; in mlxsw_sp_mr_tcam_route_create()
290 route->min_mtu = route_params->value.min_mtu; in mlxsw_sp_mr_tcam_route_create()
291 route->action = route_params->value.route_action; in mlxsw_sp_mr_tcam_route_create()
296 &route_params->value); in mlxsw_sp_mr_tcam_route_create()
326 route_params->prio); in mlxsw_sp_mr_tcam_route_create()
/dports/www/drupal9/drupal-9.2.10/core/modules/tour/tests/tour_test/config/install/
H A Dtour.tour.tour-test.yml8 route_params:
/dports/www/drupal8/drupal-8.9.20/core/modules/tour/tests/tour_test/config/install/
H A Dtour.tour.tour-test.yml8 route_params:
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/helpers/projects/
H A Derror_tracking_helper_spec.rb87 … let(:stack_trace_path) { stack_trace_namespace_project_error_tracking_index_path(*route_params) }

12