Home
last modified time | relevance | path

Searched refs:route (Results 1 – 25 of 40) sorted by relevance

12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/Resource/
H A DRoutes.php38 * @param string $route Name of the Route resource to delete.
53 public function delete($project, $route, $optParams = []) argument
55 $params = ['project' => $project, 'route' => $route];
64 * @param string $route Name of the Route resource to return.
68 public function get($project, $route, $optParams = []) argument
70 $params = ['project' => $project, 'route' => $route];
/plugin/explorertree/
H A Daction.php41 if (!($route = $helper->loadRoute($INPUT->str('route'),$INPUT->arr('loader')))){
52 $route = $helper->loadRoute($INPUT->str('route'),$INPUT->arr('loader'));
53 if (!$route || !is_callable(@$route['callbacks'][$INPUT->str(event)])) {
56 …$data = @call_user_func_array($route['callbacks'][$INPUT->str(event)],array($INPUT->str('itemid'))…
H A Dscript.js17 …? 'ns_selected_cb':'page_selected_cb', loader: tree_opts.loader, route: tree_opts.route, sectok: t…
78 …e_branch',itemid:$elem.data('itemid'), loader: tree_opts.loader, route: tree_opts.route, sectok: t…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/NetworkManagement/
H A DStep.php282 public function setRoute(RouteInfo $route) argument
284 $this->route = $route;
291 return $this->route;
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/
H A Dbackbone.js1518 route: function(route, name, callback) { argument
1519 if (!_.isRegExp(route)) route = this._routeToRegExp(route);
1526 Backbone.history.route(route, function(fragment) {
1555 var route, routes = _.keys(this.routes);
1556 while ((route = routes.pop()) != null) {
1557 this.route(route, this.routes[route]);
1563 _routeToRegExp: function(route) { argument
1564 route = route.replace(escapeRegExp, '\\$&')
1782 route: function(route, callback) { argument
1783 this.handlers.unshift({route: route, callback: callback});
[all …]
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Drouter.js8 var onRoute = function(routerParam, route, args) { argument
9 lastRoute = route;
105 this.route('implicit', 'implicit');
414 var route = 'has%2Fslash/complex-has%23hash/has%20space';
415 Backbone.history.navigate(route, {trigger: true});
656 route: function(route) { argument
657 assert.strictEqual(route, '');
983 myRouter.route('login', function(params) {
1076 var route = 'search/has%20space';
1077 Backbone.history.navigate(route);
[all …]
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dhttpcore-4.4.9.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/jdraw/lib/
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jcapture/lib/
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/diagramsnet/lib/
H A Dworkbox-bed83ea8.js.map1route.\n *\n * @type {string}\n *\n * @private\n */\nexport const defaultMethod = 'GET';\n/**\n * …
H A Dworkbox-9fe249eb.js.map1route.\n *\n * @type {string}\n *\n * @private\n */\nexport const defaultMethod = 'GET';\n/**\n * …
H A Dworkbox-f163abaa.js.map1route.\n *\n * @type {string}\n *\n * @private\n */\nexport const defaultMethod = 'GET';\n/**\n * …
H A Dworkbox-9fe249eb.js1route:r}=this.findMatchingRoute({event:e,request:t,sameOrigin:n,url:s});let o=r&&r.handler;const a…
H A Dworkbox-f163abaa.js1route:r}=this.findMatchingRoute({event:e,request:t,sameOrigin:n,url:s});let o=r&&r.handler;const a…
H A Dworkbox-bed83ea8.js1route:r}=this.findMatchingRoute({event:e,request:t,sameOrigin:n,url:s});let o=r&&r.handler;const a…
/plugin/itrackviewer/
H A Dsyntax.php159 …// $txt .= $this->makeQRCode('www.'.$webSpace.'.net/route/'.$param[$tourSprungKey].'/export.gpx',n…
188 …$txt .= $this->makeQRCode('www.'.$webSpace.'.net/route/'.$param[$tourSprungKey].'/export.gpx',null…
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DOSM.php142 static $linearTypes = ['route', 'waterway'];
/plugin/authsplit/
H A DREADME134 - deleteUser(): authsplit will ALWAYS route delete user requests to the
140 - retrieveUsers() / getUserCount(): authsplit will always route these method
148 - addGroup() / retrieveGroups(): authsplit will always route these method calls
152 - isCaseSensitive() / cleanUser(): authsplit will always route these method
156 - cleanGroup(): authsplit will always route this method call to the SECONDARY
/plugin/authgoogle/google/contrib/
H A DGoogle_ComputeService.php1255 * @param string $route Name of the route resource to delete.
1259 public function delete($project, $route, $optParams = array()) { argument
1260 $params = array('project' => $project, 'route' => $route);
1273 * @param string $route Name of the route resource to return.
1277 public function get($project, $route, $optParams = array()) { argument
1278 $params = array('project' => $project, 'route' => $route);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconnection-pool.asciidoc162 choose to go down this route, you need to make sure your ConnectionPool
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DCHANGELOG.md337 - fix for invalid GET /_aliases route. (#663) [[6d467fa]](http://github.com/elasticsearch/elasticsearch-php/commit/6d467fa)
/plugin/passpolicy/
H A Dwords.txt3010 route

12