-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
46387e3
commit ecd958c
Showing
86 changed files
with
121 additions
and
3,205 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1453,7 +1453,7 @@ class BaseTemplate { | |
/** | ||
* [BaseEx|Base1 Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/base-1.js} | ||
* | ||
* @version 0.5.0 | ||
* @version 0.5.1 | ||
* @author UmamiAppearance [[email protected]] | ||
* @license GPL-3.0 | ||
*/ | ||
|
@@ -1609,7 +1609,7 @@ class Base1 extends BaseTemplate { | |
/** | ||
* [BaseEx|Base16 Converter]{@link https://github.com/UmamiAppearance/BaseExJS/src/converters/base-16.js} | ||
* | ||
* @version 0.5.0 | ||
* @version 0.5.1 | ||
* @author UmamiAppearance [[email protected]] | ||
* @license GPL-3.0 | ||
*/ | ||
|
@@ -1689,7 +1689,7 @@ class Base16 extends BaseTemplate { | |
/** | ||
* [BaseEx|Base32 Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/base-32.js} | ||
* | ||
* @version 0.5.0 | ||
* @version 0.5.1 | ||
* @author UmamiAppearance [[email protected]] | ||
* @license GPL-3.0 | ||
*/ | ||
|
@@ -1794,7 +1794,7 @@ class Base32 extends BaseTemplate { | |
/** | ||
* [BaseEx|Base58 Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/base-58.js} | ||
* | ||
* @version 0.5.0 | ||
* @version 0.5.1 | ||
* @author UmamiAppearance [[email protected]] | ||
* @license GPL-3.0 | ||
*/ | ||
|
@@ -1944,7 +1944,7 @@ class Base58 extends BaseTemplate{ | |
/** | ||
* [BaseEx|Base64 Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/base-64.js} | ||
* | ||
* @version 0.5.0 | ||
* @version 0.5.1 | ||
* @author UmamiAppearance [[email protected]] | ||
* @license GPL-3.0 | ||
*/ | ||
|
@@ -2032,7 +2032,7 @@ class Base64 extends BaseTemplate { | |
/** | ||
* [BaseEx|UUencode Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/base-64.js} | ||
* | ||
* @version 0.5.0 | ||
* @version 0.5.1 | ||
* @author UmamiAppearance [[email protected]] | ||
* @license GPL-3.0 | ||
*/ | ||
|
@@ -2236,7 +2236,7 @@ const ees = () => { | |
/** | ||
* [BaseEx|Base85 Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/base-85.js} | ||
* | ||
* @version 0.5.0 | ||
* @version 0.5.1 | ||
* @author UmamiAppearance [[email protected]] | ||
* @license GPL-3.0 | ||
*/ | ||
|
@@ -2359,7 +2359,7 @@ class Base85 extends BaseTemplate { | |
/** | ||
* [BaseEx|Base91 Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/base-91.js} | ||
* | ||
* @version 0.5.0 | ||
* @version 0.5.1 | ||
* @author UmamiAppearance [[email protected]] | ||
* @license GPL-3.0 AND BSD-3-Clause (Base91, Copyright (c) 2000-2006 Joachim Henke) | ||
*/ | ||
|
@@ -2590,7 +2590,7 @@ class Base91 extends BaseTemplate { | |
/** | ||
* [BaseEx|LEB128 Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/leb-128.js} | ||
* | ||
* @version 0.5.0 | ||
* @version 0.5.1 | ||
* @author UmamiAppearance [[email protected]] | ||
* @license GPL-3.0 | ||
*/ | ||
|
@@ -2755,7 +2755,7 @@ class LEB128 extends BaseTemplate { | |
/** | ||
* [BaseEx|Ecoji Converter]{@link https://github.com/UmamiAppearance/BaseExJS/src/converters/ecoji.js} | ||
* | ||
* @version 0.5.0 | ||
* @version 0.5.1 | ||
* @author UmamiAppearance [[email protected]] | ||
* @license GPL-3.0 OR Apache-2.0 | ||
* @see https://github.com/keith-turner/ecoji | ||
|
@@ -3097,7 +3097,7 @@ class Ecoji extends BaseTemplate { | |
/** | ||
* [BaseEx|Base2048 Converter]{@link https://github.com/UmamiAppearance/BaseExJS/src/converters/base-16.js} | ||
* | ||
* @version 0.5.0 | ||
* @version 0.5.1 | ||
* @author UmamiAppearance [[email protected]] | ||
* @license GPL-3.0 | ||
*/ | ||
|
@@ -3275,7 +3275,7 @@ class Base2048 extends BaseTemplate { | |
/** | ||
* [BaseEx|SimpleBase Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/leb-128.js} | ||
* | ||
* @version 0.5.0 | ||
* @version 0.5.1 | ||
* @author UmamiAppearance [[email protected]] | ||
* @license GPL-3.0 | ||
*/ | ||
|
@@ -3375,7 +3375,7 @@ let DP=20,RM=1,MAX_DP=1e6,NE=-7,PE=21,STRICT=!1,NAME="[big.js] ",INVALID=NAME+"I | |
/** | ||
* [BaseEx|BasePhi Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/base-phi.js} | ||
* | ||
* @version 0.5.0 | ||
* @version 0.5.1 | ||
* @author UmamiAppearance [[email protected]] | ||
* @license GPL-3.0 | ||
*/ | ||
|
@@ -3704,7 +3704,7 @@ class BasePhi extends BaseTemplate { | |
/** | ||
* [BaseEx|Byte Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/byte-converter.js} | ||
* | ||
* @version 0.5.0 | ||
* @version 0.5.1 | ||
* @author UmamiAppearance [[email protected]] | ||
* @license GPL-3.0 | ||
*/ | ||
|
@@ -3822,7 +3822,7 @@ class ByteConverter { | |
/** | ||
* [BaseEx]{@link https://github.com/UmamiAppearance/BaseExJS} | ||
* | ||
* @version 0.5.0 | ||
* @version 0.5.1 | ||
* @author UmamiAppearance [[email protected]] | ||
* @license GPL-3.0 AND BSD-3-Clause (only regarding Base91, Copyright (c) 2000-2006 Joachim Henke) | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1451,7 +1451,7 @@ class BaseTemplate { | |
/** | ||
* [BaseEx|Base1 Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/base-1.js} | ||
* | ||
* @version 0.5.0 | ||
* @version 0.5.1 | ||
* @author UmamiAppearance [[email protected]] | ||
* @license GPL-3.0 | ||
*/ | ||
|
@@ -1607,7 +1607,7 @@ class Base1 extends BaseTemplate { | |
/** | ||
* [BaseEx|Base16 Converter]{@link https://github.com/UmamiAppearance/BaseExJS/src/converters/base-16.js} | ||
* | ||
* @version 0.5.0 | ||
* @version 0.5.1 | ||
* @author UmamiAppearance [[email protected]] | ||
* @license GPL-3.0 | ||
*/ | ||
|
@@ -1687,7 +1687,7 @@ class Base16 extends BaseTemplate { | |
/** | ||
* [BaseEx|Base32 Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/base-32.js} | ||
* | ||
* @version 0.5.0 | ||
* @version 0.5.1 | ||
* @author UmamiAppearance [[email protected]] | ||
* @license GPL-3.0 | ||
*/ | ||
|
@@ -1792,7 +1792,7 @@ class Base32 extends BaseTemplate { | |
/** | ||
* [BaseEx|Base58 Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/base-58.js} | ||
* | ||
* @version 0.5.0 | ||
* @version 0.5.1 | ||
* @author UmamiAppearance [[email protected]] | ||
* @license GPL-3.0 | ||
*/ | ||
|
@@ -1942,7 +1942,7 @@ class Base58 extends BaseTemplate{ | |
/** | ||
* [BaseEx|Base64 Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/base-64.js} | ||
* | ||
* @version 0.5.0 | ||
* @version 0.5.1 | ||
* @author UmamiAppearance [[email protected]] | ||
* @license GPL-3.0 | ||
*/ | ||
|
@@ -2030,7 +2030,7 @@ class Base64 extends BaseTemplate { | |
/** | ||
* [BaseEx|UUencode Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/base-64.js} | ||
* | ||
* @version 0.5.0 | ||
* @version 0.5.1 | ||
* @author UmamiAppearance [[email protected]] | ||
* @license GPL-3.0 | ||
*/ | ||
|
@@ -2234,7 +2234,7 @@ const ees = () => { | |
/** | ||
* [BaseEx|Base85 Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/base-85.js} | ||
* | ||
* @version 0.5.0 | ||
* @version 0.5.1 | ||
* @author UmamiAppearance [[email protected]] | ||
* @license GPL-3.0 | ||
*/ | ||
|
@@ -2357,7 +2357,7 @@ class Base85 extends BaseTemplate { | |
/** | ||
* [BaseEx|Base91 Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/base-91.js} | ||
* | ||
* @version 0.5.0 | ||
* @version 0.5.1 | ||
* @author UmamiAppearance [[email protected]] | ||
* @license GPL-3.0 AND BSD-3-Clause (Base91, Copyright (c) 2000-2006 Joachim Henke) | ||
*/ | ||
|
@@ -2588,7 +2588,7 @@ class Base91 extends BaseTemplate { | |
/** | ||
* [BaseEx|LEB128 Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/leb-128.js} | ||
* | ||
* @version 0.5.0 | ||
* @version 0.5.1 | ||
* @author UmamiAppearance [[email protected]] | ||
* @license GPL-3.0 | ||
*/ | ||
|
@@ -2753,7 +2753,7 @@ class LEB128 extends BaseTemplate { | |
/** | ||
* [BaseEx|Ecoji Converter]{@link https://github.com/UmamiAppearance/BaseExJS/src/converters/ecoji.js} | ||
* | ||
* @version 0.5.0 | ||
* @version 0.5.1 | ||
* @author UmamiAppearance [[email protected]] | ||
* @license GPL-3.0 OR Apache-2.0 | ||
* @see https://github.com/keith-turner/ecoji | ||
|
@@ -3095,7 +3095,7 @@ class Ecoji extends BaseTemplate { | |
/** | ||
* [BaseEx|Base2048 Converter]{@link https://github.com/UmamiAppearance/BaseExJS/src/converters/base-16.js} | ||
* | ||
* @version 0.5.0 | ||
* @version 0.5.1 | ||
* @author UmamiAppearance [[email protected]] | ||
* @license GPL-3.0 | ||
*/ | ||
|
@@ -3273,7 +3273,7 @@ class Base2048 extends BaseTemplate { | |
/** | ||
* [BaseEx|SimpleBase Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/leb-128.js} | ||
* | ||
* @version 0.5.0 | ||
* @version 0.5.1 | ||
* @author UmamiAppearance [[email protected]] | ||
* @license GPL-3.0 | ||
*/ | ||
|
@@ -3373,7 +3373,7 @@ let DP=20,RM=1,MAX_DP=1e6,NE=-7,PE=21,STRICT=!1,NAME="[big.js] ",INVALID=NAME+"I | |
/** | ||
* [BaseEx|BasePhi Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/base-phi.js} | ||
* | ||
* @version 0.5.0 | ||
* @version 0.5.1 | ||
* @author UmamiAppearance [[email protected]] | ||
* @license GPL-3.0 | ||
*/ | ||
|
@@ -3702,7 +3702,7 @@ class BasePhi extends BaseTemplate { | |
/** | ||
* [BaseEx|Byte Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/byte-converter.js} | ||
* | ||
* @version 0.5.0 | ||
* @version 0.5.1 | ||
* @author UmamiAppearance [[email protected]] | ||
* @license GPL-3.0 | ||
*/ | ||
|
@@ -3820,7 +3820,7 @@ class ByteConverter { | |
/** | ||
* [BaseEx]{@link https://github.com/UmamiAppearance/BaseExJS} | ||
* | ||
* @version 0.5.0 | ||
* @version 0.5.1 | ||
* @author UmamiAppearance [[email protected]] | ||
* @license GPL-3.0 AND BSD-3-Clause (only regarding Base91, Copyright (c) 2000-2006 Joachim Henke) | ||
*/ | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.