浏览代码

Changes for merge

- Removed conflicting build files
- Moved @author tags
Matt C 8 年之前
父节点
当前提交
b36459064e
共有 5 个文件被更改,包括 3 次插入97 次删除
  1. 0 20
      build/prod/cyberchef.htm
  2. 0 21
      build/prod/index.html
  3. 0 20
      build/prod/scripts.js
  4. 3 1
      src/js/operations/Cipher.js
  5. 0 35
      src/static/stats.txt

文件差异内容过多而无法显示
+ 0 - 20
build/prod/cyberchef.htm


文件差异内容过多而无法显示
+ 0 - 21
build/prod/index.html


文件差异内容过多而无法显示
+ 0 - 20
build/prod/scripts.js


+ 3 - 1
src/js/operations/Cipher.js

@@ -3,7 +3,7 @@
 /**
 /**
  * Cipher operations.
  * Cipher operations.
  *
  *
- * @author n1474335 [n1474335@gmail.com] & Matt C [matt@artemisbot.pw]
+ * @author n1474335 [n1474335@gmail.com]
  * @copyright Crown Copyright 2016
  * @copyright Crown Copyright 2016
  * @license Apache-2.0
  * @license Apache-2.0
  *
  *
@@ -395,6 +395,7 @@ var Cipher = {
     /**
     /**
      * Vigenere cipher encode.
      * Vigenere cipher encode.
      *
      *
+     * @author Matt C [matt@artemisbot.pw]
      * @param {string} input
      * @param {string} input
      * @param {Object[]} args
      * @param {Object[]} args
      * @returns {string}
      * @returns {string}
@@ -442,6 +443,7 @@ var Cipher = {
     /**
     /**
      * Vigenere cipher decode.
      * Vigenere cipher decode.
      *
      *
+     * @author Matt C [matt@artemisbot.pw]
      * @param {string} input
      * @param {string} input
      * @param {Object[]} args
      * @param {Object[]} args
      * @returns {string}
      * @returns {string}

+ 0 - 35
src/static/stats.txt

@@ -1,35 +0,0 @@
-203	source files
-<<<<<<< HEAD
-104345	lines
-	size
-
-136	JavaScript source files
-95255	lines
-3.5M	size
-=======
-104221	lines
-4.0M	size
-
-136	JavaScript source files
-95131	lines
-3.4M	size
->>>>>>> master
-
-78	third party JavaScript source files
-76377	lines
-2.8M	size
-
-58	first party JavaScript source files
-<<<<<<< HEAD
-18878	lines
-740K	size
-=======
-18754	lines
-724K	size
->>>>>>> master
-
-3.2M	uncompressed JavaScript size
-1.7M	compressed JavaScript size
-
-15	categories
-154	operations

部分文件因为文件数量过多而无法显示