Home
last modified time | relevance | path

Searched refs:GTBaseX (Results 1 – 4 of 4) sorted by relevance

/plugin/gtime/gtlib/util/
H A DGTBase64.php28 * @see GTBaseX, GTBase16, GTBase32
64 * @return GTBaseX singleton instance of GTBaseX
69 …self::$instance = new GTBaseX("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/", …
H A DGTBase32.php28 * @see GTBaseX, GTBase16, GTBase64
77 * @return GTBaseX singleton instance of GTBaseX
82 self::$instance = new GTBaseX("ABCDEFGHIJKLMNOPQRSTUVWXYZ234567", false, '=');
H A DGTBase16.php28 * @see GTBaseX, GTBase32, GTBase64
91 * @return GTBaseX singleton instance of GTBaseX
96 self::$instance = new GTBaseX("0123456789ABCDEF", false, ' ');
H A DGTBaseX.php32 class GTBaseX { class