/plugin/asciidocjs/node_modules/require-directory/ |
D | README.markdown | 24 * routes/ 32 `routes/index.js` uses `require-directory` to build the hash (rather than doing so manually) like s… 39 `app.js` references `routes/index.js` like any other module, but it now has a hash/tree of the expo… 42 var routes = require('./routes'); 46 app.get('/', routes.home); 47 app.get('/register', routes.auth.register); 48 app.get('/login', routes.auth.login); 49 app.get('/logout', routes.auth.logout); 52 The `routes` variable above is the equivalent of this: 55 var routes = { [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastream/ |
D | ListRoutesResponse.php | 51 public function setRoutes($routes) argument 53 $this->routes = $routes; 60 return $this->routes;
|
/plugin/dirtylittlehelper/mermaid/editor/src/ |
D | App.svelte | 4 import Edit from './routes/Edit.svelte'; 5 import View from './routes/View.svelte'; 7 const routes = { 31 <Router {routes} />
|
/plugin/explorertree/ |
D | helper.php | 10 private $routes = array(); // array of routes (registered classes) variable in helper_plugin_explorertree 76 $this->routes[$name] = array_replace_recursive ($this->options,$options); 80 return @$this->routes[$name][$options]; 85 if ((! @$this->routes[$name]) && $reg){ 90 return @$this->routes[$name];
|
/plugin/asciidocjs/node_modules/color-convert/ |
D | index.js | 70 const routes = route(fromModel); constant 71 const routeModels = Object.keys(routes); 74 const fn = routes[toModel];
|
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/ |
D | router.js | 77 routes: { property 370 routes: { property 654 routes: {'': 'empty'}, property 698 routes: function() { method 707 routes: function() { method 708 var _super = RouterExtended.__super__.routes; 714 …rt.deepEqual({home: 'root', index: 'index.html', show: 'show', search: 'search'}, myRouter.routes); 747 routes: { property 823 routes: { property 837 routes: { property [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMachineLearningEngine/ |
D | GoogleCloudMlV1Version.php | 425 public function setRoutes(GoogleCloudMlV1RouteMap $routes) argument 427 $this->routes = $routes; 434 return $this->routes;
|
/plugin/revealjs/js/ |
D | reveal.js | 3524 var routes = availableRoutes(); 3541 …if( routes.left ) dom.controlsLeft.forEach( function( el ) { el.classList.add( 'enabled' ); el.rem… 3542 …if( routes.right ) dom.controlsRight.forEach( function( el ) { el.classList.add( 'enabled' ); el.r… 3543 …if( routes.up ) dom.controlsUp.forEach( function( el ) { el.classList.add( 'enabled' ); el.removeA… 3544 …if( routes.down ) dom.controlsDown.forEach( function( el ) { el.classList.add( 'enabled' ); el.rem… 3547 …if( routes.left || routes.up ) dom.controlsPrev.forEach( function( el ) { el.classList.add( 'enabl… 3548 …if( routes.right || routes.down ) dom.controlsNext.forEach( function( el ) { el.classList.add( 'en… 3574 if( !hasNavigatedDown && routes.down ) { 3580 if( !hasNavigatedRight && routes.right && indexv === 0 ) { 3960 var routes = { variable [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
D | Datastream.php | 394 'routes', 398 'path' => 'v1/{+parent}/routes', 440 'path' => 'v1/{+parent}/routes',
|
D | Compute.php | 123 public $routes; variable in Google\\Service\\Compute 12794 'routes', 12798 'path' => 'projects/{project}/global/routes/{route}', 12817 'path' => 'projects/{project}/global/routes/{route}', 12832 'path' => 'projects/{project}/global/routes', 12846 'path' => 'projects/{project}/global/routes',
|
/plugin/geophp/vendor/funiq/geophp/src/Adapter/ |
D | GPX.php | 440 $wayPoints = $routes = $tracks = ""; 447 $routes .= $this->geometryToGPX($component); 457 return $metadata . $wayPoints . $routes . $tracks;
|
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/ |
D | backbone.js | 1489 if (options.routes) this.routes = options.routes; 1553 if (!this.routes) return; 1554 this.routes = _.result(this, 'routes'); 1555 var route, routes = _.keys(this.routes); 1556 while ((route = routes.pop()) != null) { 1557 this.route(route, this.routes[route]);
|
/plugin/diagramsnet/lib/ |
D | workbox-9fe249eb.js.map | 1 …routes, the **earliest** registered route will\n * be used to respond to the request.\n *\n * @mem…
|
D | workbox-f163abaa.js.map | 1 …routes, the **earliest** registered route will\n * be used to respond to the request.\n *\n * @mem…
|
D | workbox-bed83ea8.js.map | 1 …routes, the **earliest** registered route will\n * be used to respond to the request.\n *\n * @mem…
|
D | workbox-f163abaa.js | 1 …slice(1)}),e,s)}}class o{constructor(){this.t=new Map,this.i=new Map}get routes(){return this.t}ad… getter in anonymousFunction9744a2ea0100.o
|
D | workbox-9fe249eb.js | 1 …slice(1)}),e,s)}}class o{constructor(){this.t=new Map,this.i=new Map}get routes(){return this.t}ad… getter in anonymousFunction8b687b4f0100.o
|
D | workbox-bed83ea8.js | 1 …slice(1)}),e,s)}}class o{constructor(){this.t=new Map,this.i=new Map}get routes(){return this.t}ad… getter in anonymousFunction118ed2d90100.o
|
/plugin/authsplit/ |
D | README | 125 - modifyUser(): where authsplit routes a change depends on the actual change
|
/plugin/authgoogle/google/contrib/ |
D | Google_ComputeService.php | 1545 public $routes; variable in Google_ComputeService 1572 …$this->routes = new Google_RoutesServiceResource($this, $this->serviceName, 'routes', json_decode(…
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
D | 52.52.js.map | 1 …y..\n *\n * class Test\n * def endpoint\n * self.class.endpoint || routes\n * end\n * end\…
|
D | bundle.js.map | 1 …routes/Edit.svelte.css","webpack:///./src/routes/View.svelte.css","webpack:///./node_modules/css-l…
|
D | bundle.js | 426 …routes:s={}}=t;class a{constructor(e,t){if(!t||"function"!=typeof t&&("object"!=typeof t||!0!==t._…
|
/plugin/icons/assets/material-design-icons/css/ |
D | materialdesignicons.min.css | 1 …-router-wireless-settings::before{content:"\FA68"}.mdi-routes::before{content:"\F46A"}.mdi-routes-…
|
/plugin/dirtylittlehelper/mermaid/editor/ |
D | bundle.js | 426 …routes:s={}}=t;class a{constructor(e,t){if(!t||"function"!=typeof t&&("object"!=typeof t||!0!==t._…
|