mirror of
https://github.com/arnaucube/comunicationLeap.git
synced 2026-02-07 11:26:43 +01:00
nodejs with express server, leapmotion for movement control, and threejs for 3d render
This commit is contained in:
24
node_modules/formidable/test/fixture/js/encoding.js
generated
vendored
Normal file
24
node_modules/formidable/test/fixture/js/encoding.js
generated
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
module.exports['menu_seperator.png.http'] = [
|
||||
{type: 'file', name: 'image', filename: 'menu_separator.png', fixture: 'menu_separator.png',
|
||||
sha1: 'c845ca3ea794be298f2a1b79769b71939eaf4e54'}
|
||||
];
|
||||
|
||||
module.exports['beta-sticker-1.png.http'] = [
|
||||
{type: 'file', name: 'sticker', filename: 'beta-sticker-1.png', fixture: 'beta-sticker-1.png',
|
||||
sha1: '6abbcffd12b4ada5a6a084fe9e4584f846331bc4'}
|
||||
];
|
||||
|
||||
module.exports['blank.gif.http'] = [
|
||||
{type: 'file', name: 'file', filename: 'blank.gif', fixture: 'blank.gif',
|
||||
sha1: 'a1fdee122b95748d81cee426d717c05b5174fe96'}
|
||||
];
|
||||
|
||||
module.exports['binaryfile.tar.gz.http'] = [
|
||||
{type: 'file', name: 'file', filename: 'binaryfile.tar.gz', fixture: 'binaryfile.tar.gz',
|
||||
sha1: 'cfabe13b348e5e69287d677860880c52a69d2155'}
|
||||
];
|
||||
|
||||
module.exports['plain.txt.http'] = [
|
||||
{type: 'file', name: 'file', filename: 'plain.txt', fixture: 'plain.txt',
|
||||
sha1: 'b31d07bac24ac32734de88b3687dddb10e976872'}
|
||||
];
|
||||
6
node_modules/formidable/test/fixture/js/misc.js
generated
vendored
Normal file
6
node_modules/formidable/test/fixture/js/misc.js
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
module.exports = {
|
||||
'empty.http': [],
|
||||
'empty-urlencoded.http': [],
|
||||
'empty-multipart.http': [],
|
||||
'minimal.http': [],
|
||||
};
|
||||
9
node_modules/formidable/test/fixture/js/no-filename.js
generated
vendored
Normal file
9
node_modules/formidable/test/fixture/js/no-filename.js
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
module.exports['generic.http'] = [
|
||||
{type: 'file', name: 'upload', filename: '', fixture: 'plain.txt',
|
||||
sha1: 'b31d07bac24ac32734de88b3687dddb10e976872'},
|
||||
];
|
||||
|
||||
module.exports['filename-name.http'] = [
|
||||
{type: 'file', name: 'upload', filename: 'plain.txt', fixture: 'plain.txt',
|
||||
sha1: 'b31d07bac24ac32734de88b3687dddb10e976872'},
|
||||
];
|
||||
9
node_modules/formidable/test/fixture/js/preamble.js
generated
vendored
Normal file
9
node_modules/formidable/test/fixture/js/preamble.js
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
module.exports['crlf.http'] = [
|
||||
{type: 'file', name: 'upload', filename: 'plain.txt', fixture: 'plain.txt',
|
||||
sha1: 'b31d07bac24ac32734de88b3687dddb10e976872'},
|
||||
];
|
||||
|
||||
module.exports['preamble.http'] = [
|
||||
{type: 'file', name: 'upload', filename: 'plain.txt', fixture: 'plain.txt',
|
||||
sha1: 'b31d07bac24ac32734de88b3687dddb10e976872'},
|
||||
];
|
||||
21
node_modules/formidable/test/fixture/js/special-chars-in-filename.js
generated
vendored
Normal file
21
node_modules/formidable/test/fixture/js/special-chars-in-filename.js
generated
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
var properFilename = 'funkyfilename.txt';
|
||||
|
||||
function expect(filename) {
|
||||
return [
|
||||
{type: 'field', name: 'title', value: 'Weird filename'},
|
||||
{type: 'file', name: 'upload', filename: filename, fixture: properFilename},
|
||||
];
|
||||
};
|
||||
|
||||
var webkit = " ? % * | \" < > . ? ; ' @ # $ ^ & ( ) - _ = + { } [ ] ` ~.txt";
|
||||
var ffOrIe = " ? % * | \" < > . ☃ ; ' @ # $ ^ & ( ) - _ = + { } [ ] ` ~.txt";
|
||||
|
||||
module.exports = {
|
||||
'osx-chrome-13.http' : expect(webkit),
|
||||
'osx-firefox-3.6.http' : expect(ffOrIe),
|
||||
'osx-safari-5.http' : expect(webkit),
|
||||
'xp-chrome-12.http' : expect(webkit),
|
||||
'xp-ie-7.http' : expect(ffOrIe),
|
||||
'xp-ie-8.http' : expect(ffOrIe),
|
||||
'xp-safari-5.http' : expect(webkit),
|
||||
};
|
||||
8
node_modules/formidable/test/fixture/js/workarounds.js
generated
vendored
Normal file
8
node_modules/formidable/test/fixture/js/workarounds.js
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
module.exports['missing-hyphens1.http'] = [
|
||||
{type: 'file', name: 'upload', filename: 'plain.txt', fixture: 'plain.txt',
|
||||
sha1: 'b31d07bac24ac32734de88b3687dddb10e976872'},
|
||||
];
|
||||
module.exports['missing-hyphens2.http'] = [
|
||||
{type: 'file', name: 'upload', filename: 'plain.txt', fixture: 'plain.txt',
|
||||
sha1: 'b31d07bac24ac32734de88b3687dddb10e976872'},
|
||||
];
|
||||
Reference in New Issue
Block a user