Home
last modified time | relevance | path

Searched refs:route (Results 26 – 40 of 40) sorted by last modified time

12

/plugin/dirtylittlehelper/mermaid/editor/
H A Dbundle.js426 …this.path=e,"object"==typeof t&&!0===t._sveltesparouter?(this.component=t.route,this.conditions=t.…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js426 …this.path=e,"object"==typeof t&&!0===t._sveltesparouter?(this.component=t.route,this.conditions=t.…
/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/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/subjectindex/plugins/
H A Dbible_verses.txt6734 En route he captured a young man of the men of Suc'coth and made inquiries of him. So he wrote out …
/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/jcapture/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
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/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…

12