Home
last modified time | relevance | path

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

12345678910

/plugin/syntaxhighlighter3/sxh3/tests/
H A 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/
H A Dindex.js2 var express = require('express'); variable
7 var app = express();
8 var staticDir = express.static;
/plugin/revealjs/plugin/multiplex/
H A Dindex.js2 var express = require('express'); variable
7 var app = express();
8 var staticDir = express.static;
/plugin/sequencediagram/bower_components/snap.svg/doc/css/
H A 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.
1812 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1869 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
[all …]
/plugin/mdpage/
H A DLICENSE.Apache-2.011 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A DLICENSE11 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/plugin/sequencediagram/bower_components/js-sequence-diagrams/fonts/daniel/
H A DDaniel Midgley.txt17 - express your gratitude in the form of donations to keep the fonts coming.
/plugin/tagfilter/script/select2/
H A DLICENSE17 either express or implied. See the Apache License and the GPL License for the specific language governing
H A DREADME.md83 either express or implied. See the Apache License and the GPL License for the specific language governing
/plugin/gtime/
H A DREADME30 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/plugin/rdplink/RdpEncrypt/GuiVersion/
H A DREADME.md20 "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
/plugin/ckgdoku/ckeditor/plugins/wsc/
H A DLICENSE.md23 … plugin will incorporate work done by developers outside of CKSource with their express permission.
/plugin/ckgdoku/ckeditor/plugins/scayt/
H A DLICENSE.md23 … plugin will incorporate work done by developers outside of CKSource with their express permission.
/plugin/ckgedit/ckeditor/plugins/wsc/
H A DLICENSE.md23 … plugin will incorporate work done by developers outside of CKSource with their express permission.
/plugin/ckgedit/ckeditor/plugins/scayt/
H A DLICENSE.md23 … plugin will incorporate work done by developers outside of CKSource with their express permission.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DNOTICE12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/plugin/markdownextra/
H A DLicense.text27 is" and any express or implied warranties, including, but not limited
/plugin/rst/
H A DLicense.text32 is" and any express or implied warranties, including, but not limited
/plugin/codeprettify/code-prettify/src/
H A Dprettify.css13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/plugin/pdfjs/pdfjs/web/locale/ta-LK/
H A Dviewer.properties11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/plugin/pdfjs/pdfjs/web/locale/tsz/
H A Dviewer.properties11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/plugin/pdfjs/pdfjs/web/locale/meh/
H A Dviewer.properties11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/plugin/pdfjs/pdfjs/web/locale/mn/
H A Dviewer.properties11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCREDITS.txt62 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/plugin/pdfjs/pdfjs/web/locale/rw/
H A Dviewer.properties11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

12345678910