Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HTBridge/pivaa
/ types & classes
Types & classes
110 in github.com/HTBridge/pivaa
⨍
Functions
609
◇
Types & classes
110
Class
API
app/src/main/java/com/htbridge/pivaa/handlers/API.java:25
Class
AboutActivity
app/src/main/java/com/htbridge/pivaa/AboutActivity.java:20
Class
AboutAdapter
app/src/main/java/com/htbridge/pivaa/handlers/about/AboutAdapter.java:17
Class
AboutJSONParser
app/src/main/java/com/htbridge/pivaa/handlers/about/AboutJSONParser.java:14
Class
AboutRecord
app/src/main/java/com/htbridge/pivaa/handlers/about/AboutRecord.java:6
Class
AbstractCaverphone
Encodes a string into a Caverphone value. This is an algorithm created by the Caversham Project at the University of Otago. It implements the Caverph
app/src/main/java/org/apache/commons/codec/language/AbstractCaverphone.java:35
Class
Authentication
app/src/main/java/com/htbridge/pivaa/handlers/Authentication.java:21
Class
B64
Base64 like method to convert binary bytes into ASCII chars. TODO: Can Base64 be reused? <p> This class is immutable and thread-safe. </p> @version
app/src/main/java/org/apache/commons/codec/digest/B64.java:33
Class
BCodec
Identical to the Base64 encoding defined by <a href="http://www.ietf.org/rfc/rfc1521.txt">RFC 1521</a> and allows a character set to be specified. <p>
app/src/main/java/org/apache/commons/codec/net/BCodec.java:46
Class
Base32
Provides Base32 encoding and decoding as defined by <a href="http://www.ietf.org/rfc/rfc4648.txt">RFC 4648</a>. <p> The class can be parameterized in
app/src/main/java/org/apache/commons/codec/binary/Base32.java:44
Class
Base32InputStream
Provides Base32 encoding and decoding in a streaming fashion (unlimited size). When encoding the default lineLength is 76 characters and the default l
app/src/main/java/org/apache/commons/codec/binary/Base32InputStream.java:39
Class
Base32OutputStream
Provides Base32 encoding and decoding in a streaming fashion (unlimited size). When encoding the default lineLength is 76 characters and the default l
app/src/main/java/org/apache/commons/codec/binary/Base32OutputStream.java:43
Class
Base64
Provides Base64 encoding and decoding as defined by <a href="http://www.ietf.org/rfc/rfc2045.txt">RFC 2045</a>. <p> This class implements section <ci
app/src/main/java/org/apache/commons/codec/binary/Base64.java:54
Class
Base64InputStream
Provides Base64 encoding and decoding in a streaming fashion (unlimited size). When encoding the default lineLength is 76 characters and the default l
app/src/main/java/org/apache/commons/codec/binary/Base64InputStream.java:43
Class
Base64OutputStream
Provides Base64 encoding and decoding in a streaming fashion (unlimited size). When encoding the default lineLength is 76 characters and the default l
app/src/main/java/org/apache/commons/codec/binary/Base64OutputStream.java:47
Class
BaseNCodec
Abstract superclass for Base-N encoders and decoders. <p> This class is thread-safe. </p> @version $Id: BaseNCodec.java 1811344 2017-10-06 15:19:57Z
app/src/main/java/org/apache/commons/codec/binary/BaseNCodec.java:36
Class
BaseNCodecInputStream
Abstract superclass for Base-N input streams. @since 1.5 @version $Id: BaseNCodecInputStream.java 1429868 2013-01-07 16:08:05Z ggregory $
app/src/main/java/org/apache/commons/codec/binary/BaseNCodecInputStream.java:34
Class
BaseNCodecOutputStream
Abstract superclass for Base-N output streams. <p> To write the EOF marker without closing the stream, call {@link #eof()} or use an <a href="https://
app/src/main/java/org/apache/commons/codec/binary/BaseNCodecOutputStream.java:40
Class
BeiderMorseEncoder
Encodes strings into their Beider-Morse phonetic encoding. <p> Beider-Morse phonetic encodings are optimised for family names. However, they may be us
app/src/main/java/org/apache/commons/codec/language/bm/BeiderMorseEncoder.java:79
Class
BinaryCodec
Converts between byte arrays and strings of "0"s and "1"s. <p>This class is immutable and thread-safe.</p> TODO: may want to add more bit vector fun
app/src/main/java/org/apache/commons/codec/binary/BinaryCodec.java:36
Interface
BinaryDecoder
Defines common decoding methods for byte array decoders. @version $Id: BinaryDecoder.java 1379145 2012-08-30 21:02:52Z tn $
app/src/main/java/org/apache/commons/codec/BinaryDecoder.java:25
Interface
BinaryEncoder
Defines common encoding methods for byte array encoders. @version $Id: BinaryEncoder.java 1379145 2012-08-30 21:02:52Z tn $
app/src/main/java/org/apache/commons/codec/BinaryEncoder.java:25
Class
Branch
Inner class representing a branch during DM soundex encoding.
app/src/main/java/org/apache/commons/codec/language/DaitchMokotoffSoundex.java:77
Class
BroadcastReceiverActivity
app/src/main/java/com/htbridge/pivaa/BroadcastReceiverActivity.java:28
Class
Caverphone
Encodes a string into a Caverphone 2.0 value. Delegate to a {@link Caverphone2} instance. This is an algorithm created by the Caversham Project at th
app/src/main/java/org/apache/commons/codec/language/Caverphone.java:35
Class
Caverphone1
Encodes a string into a Caverphone 1.0 value. This is an algorithm created by the Caversham Project at the University of Otago. It implements the Cav
app/src/main/java/org/apache/commons/codec/language/Caverphone1.java:33
Class
Caverphone2
Encodes a string into a Caverphone 2.0 value. This is an algorithm created by the Caversham Project at the University of Otago. It implements the Cav
app/src/main/java/org/apache/commons/codec/language/Caverphone2.java:33
Class
CharEncoding
Character encoding names required of every implementation of the Java platform. From the Java documentation <a href="http://download.oracle.com/javas
app/src/main/java/org/apache/commons/codec/CharEncoding.java:58
Class
CharSequenceUtils
<p> Operations on {@link CharSequence} that are <code>null</code> safe. </p> <p> Copied from Apache Commons Lang r1586295 on April 10, 2014 (day of 3.
app/src/main/java/org/apache/commons/codec/binary/CharSequenceUtils.java:30
Class
Charsets
Charsets required of every implementation of the Java platform. From the Java documentation <a href="http://docs.oracle.com/javase/6/docs/api/java/ni
app/src/main/java/org/apache/commons/codec/Charsets.java:59
Class
CologneBuffer
This class is not thread-safe; the field {@link #length} is mutable. However, it is not shared between threads, as it is constructed on demand by the
app/src/main/java/org/apache/commons/codec/language/ColognePhonetic.java:200
Class
CologneInputBuffer
app/src/main/java/org/apache/commons/codec/language/ColognePhonetic.java:247
Class
CologneOutputBuffer
app/src/main/java/org/apache/commons/codec/language/ColognePhonetic.java:228
Class
ColognePhonetic
Encodes a string into a Cologne Phonetic value. <p> Implements the <a href="http://de.wikipedia.org/wiki/K%C3%B6lner_Phonetik">Kölner Phonetik</a
app/src/main/java/org/apache/commons/codec/language/ColognePhonetic.java:182
Class
Configuration
Configuration file
app/src/main/java/com/htbridge/pivaa/Configuration.java:7
Class
ContentProviderActivity
app/src/main/java/com/htbridge/pivaa/ContentProviderActivity.java:26
Class
Context
Holds thread context so classes can be thread-safe. This class is not itself thread-safe; each thread must allocate its own copy. @since 1.7
app/src/main/java/org/apache/commons/codec/binary/BaseNCodec.java:45
Class
Crypt
GNU libc crypt(3) compatible hash method. <p> See {@link #crypt(String, String)} for further details. <p> This class is immutable and thread-safe. @v
app/src/main/java/org/apache/commons/codec/digest/Crypt.java:31
Class
DaitchMokotoffSoundex
Encodes a string into a Daitch-Mokotoff Soundex value. <p> The Daitch-Mokotoff Soundex algorithm is a refinement of the Russel and American Soundex al
app/src/main/java/org/apache/commons/codec/language/DaitchMokotoffSoundex.java:72
Class
DatabaseActivity
app/src/main/java/com/htbridge/pivaa/DatabaseActivity.java:22
Class
DatabaseAdapter
app/src/main/java/com/htbridge/pivaa/handlers/database/DatabaseAdapter.java:18
Class
DatabaseHelper
app/src/main/java/com/htbridge/pivaa/handlers/database/DatabaseHelper.java:14
Class
DatabaseRecord
app/src/main/java/com/htbridge/pivaa/handlers/database/DatabaseRecord.java:6
Interface
Decoder
Provides the highest level of abstraction for Decoders. <p> This is the sister interface of {@link Encoder}. All Decoders implement this common generi
app/src/main/java/org/apache/commons/codec/Decoder.java:30
Class
DecoderException
Thrown when there is a failure condition during the decoding process. This exception is thrown when a {@link Decoder} encounters a decoding specific e
app/src/main/java/org/apache/commons/codec/DecoderException.java:26
Class
Digest
A minimal command line to run digest over files, directories or a string @see #main(String[]) @since 1.11
app/src/main/java/org/apache/commons/codec/cli/Digest.java:36
Class
DigestUtils
Operations to simplify common {@link java.security.MessageDigest} tasks. This class is immutable and thread-safe. However the MessageDigest instances
app/src/main/java/org/apache/commons/codec/digest/DigestUtils.java:53
Class
DoubleMetaphone
Encodes a string into a double metaphone value. This Implementation is based on the algorithm by <CITE>Lawrence Philips</CITE>. <p> This class is cond
app/src/main/java/org/apache/commons/codec/language/DoubleMetaphone.java:38
Class
DoubleMetaphoneResult
Inner class for storing results, since there is the optional alternate encoding.
app/src/main/java/org/apache/commons/codec/language/DoubleMetaphone.java:936
Interface
Encoder
Provides the highest level of abstraction for Encoders. <p> This is the sister interface of {@link Decoder}. Every implementation of Encoder provides
app/src/main/java/org/apache/commons/codec/Encoder.java:29
Class
EncoderException
Thrown when there is a failure condition during the encoding process. This exception is thrown when an {@link Encoder} encounters a encoding specific
app/src/main/java/org/apache/commons/codec/EncoderException.java:27
Class
Encryption
app/src/main/java/com/htbridge/pivaa/handlers/Encryption.java:12
Class
EncryptionActivity
app/src/main/java/com/htbridge/pivaa/EncryptionActivity.java:17
Class
ExternalCode
app/src/main/assets/com/htbridge/raw/ExternalCode.java:3
Class
Hex
Converts hexadecimal Strings. The charset used for certain operation can be set, the default is set in {@link #DEFAULT_CHARSET_NAME} This class is th
app/src/main/java/org/apache/commons/codec/binary/Hex.java:39
Enum
HmacAlgorithms
Standard {@link HmacUtils} algorithm names from the <cite>Java Cryptography Architecture Standard Algorithm Name Documentation</cite>. <p> <strong>No
app/src/main/java/org/apache/commons/codec/digest/HmacAlgorithms.java:40
Class
HmacUtils
Simplifies common {@link javax.crypto.Mac} tasks. This class is immutable and thread-safe. However the Mac may not be. <p> <strong>Note: Not all JCE i
app/src/main/java/org/apache/commons/codec/digest/HmacUtils.java:57
Class
Lang
Language guessing utility. <p> This class encapsulates rules used to guess the possible languages that a word originates from. This is done by referen
app/src/main/java/org/apache/commons/codec/language/bm/Lang.java:71
Class
LangRule
app/src/main/java/org/apache/commons/codec/language/bm/Lang.java:80
Class
LanguageSet
A set of languages.
app/src/main/java/org/apache/commons/codec/language/bm/Languages.java:61
Class
Languages
Language codes. <p> Language codes are typically loaded from resource files. These are UTF-8 encoded text files. They are systematically named followi
app/src/main/java/org/apache/commons/codec/language/bm/Languages.java:53
Class
LoadCode
app/src/main/java/com/htbridge/pivaa/handlers/LoadCode.java:15
Class
LoadCodeActivity
app/src/main/java/com/htbridge/pivaa/LoadCodeActivity.java:25
Class
MainActivity
A login screen that offers login via username/password.
app/src/main/java/com/htbridge/pivaa/MainActivity.java:37
Class
MatchRatingApproachEncoder
Match Rating Approach Phonetic Algorithm Developed by <CITE>Western Airlines</CITE> in 1977. This class is immutable and thread-safe. @see <a href="
app/src/main/java/org/apache/commons/codec/language/MatchRatingApproachEncoder.java:32
Class
Md5Crypt
The libc crypt() "$1$" and Apache "$apr1$" MD5-based hash algorithm. <p> Based on the public domain ("beer-ware") C implementation from Poul-Henning K
app/src/main/java/org/apache/commons/codec/digest/Md5Crypt.java:48
Class
MenuHandler
app/src/main/java/com/htbridge/pivaa/handlers/MenuHandler.java:20
Class
MessageDigestAlgorithms
Standard {@link MessageDigest} algorithm names from the <cite>Java Cryptography Architecture Standard Algorithm Name Documentation</cite>. <p> This cl
app/src/main/java/org/apache/commons/codec/digest/MessageDigestAlgorithms.java:49
Class
Metaphone
Encodes a string into a Metaphone value. <p> Initial Java implementation by <CITE>William B. Brogden. December, 1997</CITE>. Permission given by <CITE
app/src/main/java/org/apache/commons/codec/language/Metaphone.java:53
Enum
NameType
Supported types of names. Unless you are matching particular family names, use {@link #GENERIC}. The <code>GENERIC</code> NameType should work reasona
app/src/main/java/org/apache/commons/codec/language/bm/NameType.java:28
Class
Nysiis
Encodes a string into a NYSIIS value. NYSIIS is an encoding used to relate similar names, but can also be used as a general purpose scheme to find wor
app/src/main/java/org/apache/commons/codec/language/Nysiis.java:70
Class
ObjectSerialization
app/src/main/java/com/htbridge/pivaa/handlers/ObjectSerialization.java:15
Class
Phoneme
app/src/main/java/org/apache/commons/codec/language/bm/Rule.java:84
Class
PhonemeBuilder
Utility for manipulating a set of phonemes as they are being built up. Not intended for use outside this package, and probably not outside the {@link
app/src/main/java/org/apache/commons/codec/language/bm/PhoneticEngine.java:61
Interface
PhonemeExpr
app/src/main/java/org/apache/commons/codec/language/bm/Rule.java:172
Class
PhonemeList
app/src/main/java/org/apache/commons/codec/language/bm/Rule.java:176
Class
PhoneticEngine
Converts words into potential phonetic representations. <p> This is a two-stage process. Firstly, the word is converted into a phonetic representation
app/src/main/java/org/apache/commons/codec/language/bm/PhoneticEngine.java:53
Class
PureJavaCrc32
A pure-java implementation of the CRC32 checksum that uses the same polynomial as the built-in native CRC32. This is to avoid the JNI overhead for ce
app/src/main/java/org/apache/commons/codec/digest/PureJavaCrc32.java:42
Class
PureJavaCrc32C
A pure-java implementation of the CRC32 checksum that uses the CRC32-C polynomial, the same polynomial used by iSCSI and implemented on many Intel chi
app/src/main/java/org/apache/commons/codec/digest/PureJavaCrc32C.java:38
Class
QCodec
Similar to the Quoted-Printable content-transfer-encoding defined in <a href="http://www.ietf.org/rfc/rfc1521.txt">RFC 1521</a> and designed to allow
app/src/main/java/org/apache/commons/codec/net/QCodec.java:52
Class
QuotedPrintableCodec
Codec for the Quoted-Printable section of <a href="http://www.ietf.org/rfc/rfc1521.txt">RFC 1521</a>. <p> The Quoted-Printable encoding is intended to
app/src/main/java/org/apache/commons/codec/net/QuotedPrintableCodec.java:66
Class
RFC1522Codec
Implements methods common to all codecs defined in RFC 1522. <p> <a href="http://www.ietf.org/rfc/rfc1522.txt">RFC 1522</a> describes techniques to al
app/src/main/java/org/apache/commons/codec/net/RFC1522Codec.java:42
Interface
RPattern
A minimal wrapper around the functionality of Pattern that we use, to allow for alternate implementations.
app/src/main/java/org/apache/commons/codec/language/bm/Rule.java:192
Class
RefinedSoundex
Encodes a string into a Refined Soundex value. A refined soundex code is optimized for spell checking words. Soundex method originally developed by <C
app/src/main/java/org/apache/commons/codec/language/RefinedSoundex.java:32
Class
ResourceConstants
Constants used to process resource files. <p>This class is immutable and thread-safe.</p> @since 1.6 @version $Id: ResourceConstants.java 1376690 20
app/src/main/java/org/apache/commons/codec/language/bm/ResourceConstants.java:30
Class
Rule
Inner class for storing rules.
app/src/main/java/org/apache/commons/codec/language/DaitchMokotoffSoundex.java:162
Class
Rule
A phoneme rule. <p> Rules have a pattern, left context, right context, output phoneme, set of languages for which they apply and a logical flag indica
app/src/main/java/org/apache/commons/codec/language/bm/Rule.java:82
Enum
RuleType
Types of rule. @since 1.6 @version $Id: RuleType.java 1542813 2013-11-17 20:52:32Z tn $
app/src/main/java/org/apache/commons/codec/language/bm/RuleType.java:26
Class
RulesApplication
A function closure capturing the application of a list of rules to an input sequence at a particular offset. After invocation, the values <code>i</cod
app/src/main/java/org/apache/commons/codec/language/bm/PhoneticEngine.java:170
Class
SerializeActivity
app/src/main/java/com/htbridge/pivaa/SerializeActivity.java:22
Class
ServiceActivity
app/src/main/java/com/htbridge/pivaa/ServiceActivity.java:18
Class
Sha2Crypt
SHA2-based Unix crypt implementation. <p> Based on the C implementation released into the Public Domain by Ulrich Drepper <drepper@redhat.com> h
app/src/main/java/org/apache/commons/codec/digest/Sha2Crypt.java:41
Class
SomeLanguages
Some languages, explicitly enumerated.
app/src/main/java/org/apache/commons/codec/language/bm/Languages.java:83
Class
Soundex
Encodes a string into a Soundex value. Soundex is an encoding used to relate similar names, but can also be used as a general purpose scheme to find w
app/src/main/java/org/apache/commons/codec/language/Soundex.java:32
Class
SoundexUtils
Utility methods for {@link Soundex} and {@link RefinedSoundex} classes. <p>This class is immutable and thread-safe.</p> @version $Id: SoundexUtils.j
app/src/main/java/org/apache/commons/codec/language/SoundexUtils.java:31
Interface
StringDecoder
Defines common decoding methods for String decoders. @version $Id: StringDecoder.java 1379145 2012-08-30 21:02:52Z tn $
app/src/main/java/org/apache/commons/codec/StringDecoder.java:25
Interface
StringEncoder
Defines common encoding methods for String encoders. @version $Id: StringEncoder.java 1379145 2012-08-30 21:02:52Z tn $
app/src/main/java/org/apache/commons/codec/StringEncoder.java:25
Class
StringEncoderComparator
Compares Strings using a {@link StringEncoder}. This comparator is used to sort Strings by an encoding scheme such as Soundex, Metaphone, etc. This cl
app/src/main/java/org/apache/commons/codec/StringEncoderComparator.java:31
Class
StringUtils
Converts String to and from bytes using the encodings required by the Java specification. These encodings are specified in <a href="http://download.or
app/src/main/java/org/apache/commons/codec/binary/StringUtils.java:39
Class
URLCodec
Implements the 'www-form-urlencoded' encoding scheme, also misleadingly known as URL encoding. <p> This codec is meant to be a replacement for standar
app/src/main/java/org/apache/commons/codec/net/URLCodec.java:48
next →
1–100 of 110, ranked by callers