1
0
mirror of synced 2025-01-19 08:07:56 +01:00

Merge branch 'master' into feature-ipv4header

This commit is contained in:
n1474335 2017-02-21 19:52:36 +00:00 committed by GitHub
commit d6cebe55ab
5 changed files with 41 additions and 23 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -65,6 +65,24 @@ var MorseCode = {
"8": "<dash><dash><dash><dot><dot>", "8": "<dash><dash><dash><dot><dot>",
"9": "<dash><dash><dash><dash><dot>", "9": "<dash><dash><dash><dash><dot>",
"0": "<dash><dash><dash><dash><dash>", "0": "<dash><dash><dash><dash><dash>",
".": "<dot><dash><dot><dash><dot><dash>",
",": "<dash><dash><dot><dot><dash><dash>",
":": "<dash><dash><dash><dot><dot><dot>",
";": "<dash><dot><dash><dot><dash><dot>",
"!": "<dash><dot><dash><dot><dash><dash>",
"?": "<dot><dot><dash><dash><dot><dot>",
"'": "<dot><dash><dash><dash><dash><dot>",
"\"": "<dot><dash><dot><dot><dash><dot>",
"/": "<dash><dot><dot><dash><dot>",
"-": "<dash><dot><dot><dot><dot><dash>",
"+": "<dot><dash><dot><dash><dot>",
"(": "<dash><dot><dash><dash><dot>",
")": "<dash><dot><dash><dash><dot><dash>",
"@": "<dot><dash><dash><dot><dash><dot>",
"=": "<dash><dot><dot><dot><dash>",
"&": "<dot><dash><dot><dot><dot>",
"_": "<dot><dot><dash><dash><dot><dash>",
"$": "<dot><dot><dot><dash><dot><dot><dash>"
}, },
@ -145,8 +163,8 @@ var MorseCode = {
var letterDelim = Utils.charRep[args[0]]; var letterDelim = Utils.charRep[args[0]];
var wordDelim = Utils.charRep[args[1]]; var wordDelim = Utils.charRep[args[1]];
input = input.replace(/-|_|dash/ig, "<dash>"); input = input.replace(/-|||_||—|dash/ig, "<dash>"); //hyphen-minus|hyphen|minus-sign|undersore|en-dash|em-dash
input = input.replace(/\.|dot/ig, "<dot>"); input = input.replace(/\.|·|dot/ig, "<dot>");
var words = input.split(wordDelim); var words = input.split(wordDelim);
words = Array.prototype.map.call(words, function(word) { words = Array.prototype.map.call(words, function(word) {

View File

@ -1,9 +1,9 @@
214 source files 214 source files
116176 lines 115922 lines
4.3M size 4.3M size
144 JavaScript source files 144 JavaScript source files
106980 lines 106730 lines
3.8M size 3.8M size
83 third party JavaScript source files 83 third party JavaScript source files
@ -11,8 +11,8 @@
3.0M size 3.0M size
61 first party JavaScript source files 61 first party JavaScript source files
20721 lines 20471 lines
776K size 764K size
3.5M uncompressed JavaScript size 3.5M uncompressed JavaScript size
1.9M compressed JavaScript size 1.9M compressed JavaScript size