MCPcopy Create free account

hub / github.com/HTBridge/pivaa / types & classes

Types & classes110 in github.com/HTBridge/pivaa

ClassAPI
app/src/main/java/com/htbridge/pivaa/handlers/API.java:25
ClassAboutActivity
app/src/main/java/com/htbridge/pivaa/AboutActivity.java:20
ClassAboutAdapter
app/src/main/java/com/htbridge/pivaa/handlers/about/AboutAdapter.java:17
ClassAboutJSONParser
app/src/main/java/com/htbridge/pivaa/handlers/about/AboutJSONParser.java:14
ClassAboutRecord
app/src/main/java/com/htbridge/pivaa/handlers/about/AboutRecord.java:6
ClassAbstractCaverphone
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
ClassAuthentication
app/src/main/java/com/htbridge/pivaa/handlers/Authentication.java:21
ClassB64
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
ClassBCodec
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
ClassBase32
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
ClassBase32InputStream
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
ClassBase32OutputStream
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
ClassBase64
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
ClassBase64InputStream
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
ClassBase64OutputStream
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
ClassBaseNCodec
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
ClassBaseNCodecInputStream
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
ClassBaseNCodecOutputStream
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
ClassBeiderMorseEncoder
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
ClassBinaryCodec
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
InterfaceBinaryDecoder
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
InterfaceBinaryEncoder
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
ClassBranch
Inner class representing a branch during DM soundex encoding.
app/src/main/java/org/apache/commons/codec/language/DaitchMokotoffSoundex.java:77
ClassBroadcastReceiverActivity
app/src/main/java/com/htbridge/pivaa/BroadcastReceiverActivity.java:28
ClassCaverphone
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
ClassCaverphone1
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
ClassCaverphone2
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
ClassCharEncoding
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
ClassCharSequenceUtils
<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
ClassCharsets
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
ClassCologneBuffer
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
ClassCologneInputBuffer
app/src/main/java/org/apache/commons/codec/language/ColognePhonetic.java:247
ClassCologneOutputBuffer
app/src/main/java/org/apache/commons/codec/language/ColognePhonetic.java:228
ClassColognePhonetic
Encodes a string into a Cologne Phonetic value. <p> Implements the <a href="http://de.wikipedia.org/wiki/K%C3%B6lner_Phonetik">K&ouml;lner Phonetik</a
app/src/main/java/org/apache/commons/codec/language/ColognePhonetic.java:182
ClassConfiguration
Configuration file
app/src/main/java/com/htbridge/pivaa/Configuration.java:7
ClassContentProviderActivity
app/src/main/java/com/htbridge/pivaa/ContentProviderActivity.java:26
ClassContext
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
ClassCrypt
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
ClassDaitchMokotoffSoundex
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
ClassDatabaseActivity
app/src/main/java/com/htbridge/pivaa/DatabaseActivity.java:22
ClassDatabaseAdapter
app/src/main/java/com/htbridge/pivaa/handlers/database/DatabaseAdapter.java:18
ClassDatabaseHelper
app/src/main/java/com/htbridge/pivaa/handlers/database/DatabaseHelper.java:14
ClassDatabaseRecord
app/src/main/java/com/htbridge/pivaa/handlers/database/DatabaseRecord.java:6
InterfaceDecoder
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
ClassDecoderException
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
ClassDigest
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
ClassDigestUtils
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
ClassDoubleMetaphone
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
ClassDoubleMetaphoneResult
Inner class for storing results, since there is the optional alternate encoding.
app/src/main/java/org/apache/commons/codec/language/DoubleMetaphone.java:936
InterfaceEncoder
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
ClassEncoderException
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
ClassEncryption
app/src/main/java/com/htbridge/pivaa/handlers/Encryption.java:12
ClassEncryptionActivity
app/src/main/java/com/htbridge/pivaa/EncryptionActivity.java:17
ClassExternalCode
app/src/main/assets/com/htbridge/raw/ExternalCode.java:3
ClassHex
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
EnumHmacAlgorithms
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
ClassHmacUtils
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
ClassLang
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
ClassLangRule
app/src/main/java/org/apache/commons/codec/language/bm/Lang.java:80
ClassLanguageSet
A set of languages.
app/src/main/java/org/apache/commons/codec/language/bm/Languages.java:61
ClassLanguages
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
ClassLoadCode
app/src/main/java/com/htbridge/pivaa/handlers/LoadCode.java:15
ClassLoadCodeActivity
app/src/main/java/com/htbridge/pivaa/LoadCodeActivity.java:25
ClassMainActivity
A login screen that offers login via username/password.
app/src/main/java/com/htbridge/pivaa/MainActivity.java:37
ClassMatchRatingApproachEncoder
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
ClassMd5Crypt
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
ClassMenuHandler
app/src/main/java/com/htbridge/pivaa/handlers/MenuHandler.java:20
ClassMessageDigestAlgorithms
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
ClassMetaphone
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
EnumNameType
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
ClassNysiis
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
ClassObjectSerialization
app/src/main/java/com/htbridge/pivaa/handlers/ObjectSerialization.java:15
ClassPhoneme
app/src/main/java/org/apache/commons/codec/language/bm/Rule.java:84
ClassPhonemeBuilder
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
InterfacePhonemeExpr
app/src/main/java/org/apache/commons/codec/language/bm/Rule.java:172
ClassPhonemeList
app/src/main/java/org/apache/commons/codec/language/bm/Rule.java:176
ClassPhoneticEngine
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
ClassPureJavaCrc32
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
ClassPureJavaCrc32C
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
ClassQCodec
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
ClassQuotedPrintableCodec
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
ClassRFC1522Codec
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
InterfaceRPattern
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
ClassRefinedSoundex
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
ClassResourceConstants
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
ClassRule
Inner class for storing rules.
app/src/main/java/org/apache/commons/codec/language/DaitchMokotoffSoundex.java:162
ClassRule
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
EnumRuleType
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
ClassRulesApplication
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
ClassSerializeActivity
app/src/main/java/com/htbridge/pivaa/SerializeActivity.java:22
ClassServiceActivity
app/src/main/java/com/htbridge/pivaa/ServiceActivity.java:18
ClassSha2Crypt
SHA2-based Unix crypt implementation. <p> Based on the C implementation released into the Public Domain by Ulrich Drepper &lt;drepper@redhat.com&gt; h
app/src/main/java/org/apache/commons/codec/digest/Sha2Crypt.java:41
ClassSomeLanguages
Some languages, explicitly enumerated.
app/src/main/java/org/apache/commons/codec/language/bm/Languages.java:83
ClassSoundex
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
ClassSoundexUtils
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
InterfaceStringDecoder
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
InterfaceStringEncoder
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
ClassStringEncoderComparator
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
ClassStringUtils
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
ClassURLCodec
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