Home
last modified time | relevance | path

Searched refs:express (Results 1 – 25 of 278) sorted by relevance

12345678910>>...12

/plugin/syntaxhighlighter3/sxh3/tests/
Dtasks.coffee1 express = require 'express'
4 grunt.registerTask 'test', [ 'build', 'express' ]
6 grunt.registerTask 'express', 'Launches basic HTTP server for tests', ->
7 app = express()
9 app.use express.static __dirname + '/'
10 app.use express.directory __dirname + '/'
11 app.use '/src', express.static __dirname + '/../src'
12 app.use '/pkg', express.static __dirname + '/../pkg'
13 app.use '/components', express.static __dirname + '/../components'
/plugin/revealjs/plugin/notes-server/
Dindex.js2 var express = require('express'); variable
7 var app = express();
8 var staticDir = express.static;
/plugin/revealjs/plugin/multiplex/
Dindex.js2 var express = require('express'); variable
7 var app = express();
8 var staticDir = express.static;
/plugin/asciidocjs/node_modules/nunjucks/
Dindex.js38 if (opts && opts.express) {
39 e.express(opts.express);
/plugin/sequencediagram/bower_components/snap.svg/doc/css/
Dtopcoat-desktop-light.css13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
66 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
84 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
102 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
417 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
471 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
489 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
507 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
797 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
869 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
[all …]
/plugin/asciidocjs/node_modules/nunjucks/src/
Dexpress-app.js4 module.exports = function express(env, app) { function
Denvironment.js281 _proto.express = function express(app) { function
/plugin/mdpage/
DLICENSE.Apache-2.011 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/plugin/sequencediagram/bower_components/js-sequence-diagrams/fonts/daniel/
DDaniel Midgley.txt17 - express your gratitude in the form of donations to keep the fonts coming.
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
DLICENSE11 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/plugin/tagfilter/script/select2/
DLICENSE17 either express or implied. See the Apache License and the GPL License for the specific language gov…
/plugin/gtime/
DREADME30 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/plugin/authssocas/vendor/apereo/phpcas/
DREADME.md33 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/plugin/rdplink/RdpEncrypt/GuiVersion/
DREADME.md20 "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
/plugin/ckgdoku/ckeditor/plugins/wsc/
DLICENSE.md23 … plugin will incorporate work done by developers outside of CKSource with their express permission.
/plugin/ckgedit/ckeditor/plugins/scayt/
DLICENSE.md23 … plugin will incorporate work done by developers outside of CKSource with their express permission.
/plugin/ckgdoku/ckeditor/plugins/scayt/
DLICENSE.md23 … plugin will incorporate work done by developers outside of CKSource with their express permission.
/plugin/ckgedit/ckeditor/plugins/wsc/
DLICENSE.md23 … plugin will incorporate work done by developers outside of CKSource with their express permission.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
DNOTICE12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/plugin/markdownextra/
DLicense.text27 is" and any express or implied warranties, including, but not limited
/plugin/rst/
DLicense.text32 is" and any express or implied warranties, including, but not limited
/plugin/codeprettify/code-prettify/src/
Dprettify.css13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/plugin/pdfjs/pdfjs/web/locale/tsz/
Dviewer.properties11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/plugin/pdfjs/pdfjs/web/locale/mn/
Dviewer.properties11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/plugin/pdfjs/pdfjs/web/locale/ta-LK/
Dviewer.properties11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

12345678910>>...12