Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/Md5Crypt.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/Md5Crypt.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/Md5Crypt.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>Md5Crypt (Apache Commons Codec 1.17.0 API)</title> +<title>Md5Crypt (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: org.apache.commons.codec.digest, class: Md5Crypt"> @@ -77,7 +77,7 @@ loadScripts(document, 'script');</script </div> <section class="class-description" id="class-description"> <hr> -<div class="type-signature"><span class="modifiers">public class </span><span class="element-name"><a href="../../../../../src-html/org/apache/commons/codec/digest/Md5Crypt.html#line-52">Md5Crypt</a></span> +<div class="type-signature"><span class="modifiers">public class </span><span class="element-name"><a href="../../../../../src-html/org/apache/commons/codec/digest/Md5Crypt.html#line-53">Md5Crypt</a></span> <span class="extends-implements">extends <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a></span></div> <div class="block">The libc crypt() "$1$" and Apache "$apr1$" MD5-based hash algorithm. <p> @@ -215,7 +215,7 @@ loadScripts(document, 'script');</script <section class="detail" id="<init>()"> <h3>Md5Crypt</h3> <div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a> -</span><span class="modifiers">public</span> <span class="element-name"><a href="../../../../../src-html/org/apache/commons/codec/digest/Md5Crypt.html#line-404">Md5Crypt</a></span>()</div> +</span><span class="modifiers">public</span> <span class="element-name"><a href="../../../../../src-html/org/apache/commons/codec/digest/Md5Crypt.html#line-412">Md5Crypt</a></span>()</div> <div class="deprecation-block"><span class="deprecated-label">Deprecated.</span> <div class="deprecation-comment">TODO Make private in 2.0.</div> </div> @@ -233,7 +233,7 @@ loadScripts(document, 'script');</script <li> <section class="detail" id="apr1Crypt(byte[])"> <h3>apr1Crypt</h3> -<div class="member-signature"><span class="modifiers">public static</span> <span class="return-type"><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span> <span class="element-name"><a href="../../../../../src-html/org/apache/commons/codec/digest/Md5Crypt.html#line-78">apr1Crypt</a></span><wbr><span class="parameters">(byte[] keyBytes)</span></div> +<div class="member-signature"><span class="modifiers">public static</span> <span class="return-type"><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span> <span class="element-name"><a href="../../../../../src-html/org/apache/commons/codec/digest/Md5Crypt.html#line-79">apr1Crypt</a></span><wbr><span class="parameters">(byte[] keyBytes)</span></div> <div class="block">See <a href="#apr1Crypt(byte%5B%5D,java.lang.String)"><code>apr1Crypt(byte[], String)</code></a> for details. <p> A salt is generated for you using <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/security/SecureRandom.html" title="class or interface in java.security" class="external-link"><code>SecureRandom</code></a>; your own <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/Random.html" title="class or interface in java.util" class="external-link"><code>Random</code></a> in @@ -258,7 +258,7 @@ loadScripts(document, 'script');</script <li> <section class="detail" id="apr1Crypt(byte[],java.util.Random)"> <h3>apr1Crypt</h3> -<div class="member-signature"><span class="modifiers">public static</span> <span class="return-type"><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span> <span class="element-name"><a href="../../../../../src-html/org/apache/commons/codec/digest/Md5Crypt.html#line-96">apr1Crypt</a></span><wbr><span class="parameters">(byte[] keyBytes, +<div class="member-signature"><span class="modifiers">public static</span> <span class="return-type"><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span> <span class="element-name"><a href="../../../../../src-html/org/apache/commons/codec/digest/Md5Crypt.html#line-97">apr1Crypt</a></span><wbr><span class="parameters">(byte[] keyBytes, <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/Random.html" title="class or interface in java.util" class="external-link">Random</a> random)</span></div> <div class="block">See <a href="#apr1Crypt(byte%5B%5D,java.lang.String)"><code>apr1Crypt(byte[], String)</code></a> for details. <p> @@ -287,7 +287,7 @@ loadScripts(document, 'script');</script <li> <section class="detail" id="apr1Crypt(byte[],java.lang.String)"> <h3>apr1Crypt</h3> -<div class="member-signature"><span class="modifiers">public static</span> <span class="return-type"><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span> <span class="element-name"><a href="../../../../../src-html/org/apache/commons/codec/digest/Md5Crypt.html#line-117">apr1Crypt</a></span><wbr><span class="parameters">(byte[] keyBytes, +<div class="member-signature"><span class="modifiers">public static</span> <span class="return-type"><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span> <span class="element-name"><a href="../../../../../src-html/org/apache/commons/codec/digest/Md5Crypt.html#line-118">apr1Crypt</a></span><wbr><span class="parameters">(byte[] keyBytes, <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> salt)</span></div> <div class="block">See <a href="#apr1Crypt(java.lang.String,java.lang.String)"><code>apr1Crypt(String, String)</code></a> for details. <p> @@ -309,7 +309,7 @@ loadScripts(document, 'script');</script <li> <section class="detail" id="apr1Crypt(java.lang.String)"> <h3>apr1Crypt</h3> -<div class="member-signature"><span class="modifiers">public static</span> <span class="return-type"><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span> <span class="element-name"><a href="../../../../../src-html/org/apache/commons/codec/digest/Md5Crypt.html#line-138">apr1Crypt</a></span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> keyBytes)</span></div> +<div class="member-signature"><span class="modifiers">public static</span> <span class="return-type"><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span> <span class="element-name"><a href="../../../../../src-html/org/apache/commons/codec/digest/Md5Crypt.html#line-139">apr1Crypt</a></span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> keyBytes)</span></div> <div class="block">See <a href="#apr1Crypt(java.lang.String,java.lang.String)"><code>apr1Crypt(String, String)</code></a> for details. <p> A salt is generated for you using <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/security/SecureRandom.html" title="class or interface in java.security" class="external-link"><code>SecureRandom</code></a>. @@ -333,7 +333,7 @@ loadScripts(document, 'script');</script <li> <section class="detail" id="apr1Crypt(java.lang.String,java.lang.String)"> <h3>apr1Crypt</h3> -<div class="member-signature"><span class="modifiers">public static</span> <span class="return-type"><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span> <span class="element-name"><a href="../../../../../src-html/org/apache/commons/codec/digest/Md5Crypt.html#line-160">apr1Crypt</a></span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> keyBytes, +<div class="member-signature"><span class="modifiers">public static</span> <span class="return-type"><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span> <span class="element-name"><a href="../../../../../src-html/org/apache/commons/codec/digest/Md5Crypt.html#line-161">apr1Crypt</a></span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> keyBytes, <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> salt)</span></div> <div class="block">Generates an Apache htpasswd compatible "$apr1$" MD5 based hash value. <p> @@ -356,7 +356,7 @@ loadScripts(document, 'script');</script <li> <section class="detail" id="md5Crypt(byte[])"> <h3>md5Crypt</h3> -<div class="member-signature"><span class="modifiers">public static</span> <span class="return-type"><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span> <span class="element-name"><a href="../../../../../src-html/org/apache/commons/codec/digest/Md5Crypt.html#line-179">md5Crypt</a></span><wbr><span class="parameters">(byte[] keyBytes)</span></div> +<div class="member-signature"><span class="modifiers">public static</span> <span class="return-type"><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span> <span class="element-name"><a href="../../../../../src-html/org/apache/commons/codec/digest/Md5Crypt.html#line-180">md5Crypt</a></span><wbr><span class="parameters">(byte[] keyBytes)</span></div> <div class="block">Generates a libc6 crypt() compatible "$1$" hash value. <p> See <a href="#md5Crypt(byte%5B%5D,java.lang.String)"><code>md5Crypt(byte[], String)</code></a> for details. @@ -383,7 +383,7 @@ loadScripts(document, 'script');</script <li> <section class="detail" id="md5Crypt(byte[],java.util.Random)"> <h3>md5Crypt</h3> -<div class="member-signature"><span class="modifiers">public static</span> <span class="return-type"><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span> <span class="element-name"><a href="../../../../../src-html/org/apache/commons/codec/digest/Md5Crypt.html#line-202">md5Crypt</a></span><wbr><span class="parameters">(byte[] keyBytes, +<div class="member-signature"><span class="modifiers">public static</span> <span class="return-type"><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span> <span class="element-name"><a href="../../../../../src-html/org/apache/commons/codec/digest/Md5Crypt.html#line-203">md5Crypt</a></span><wbr><span class="parameters">(byte[] keyBytes, <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/Random.html" title="class or interface in java.util" class="external-link">Random</a> random)</span></div> <div class="block">Generates a libc6 crypt() compatible "$1$" hash value. <p> @@ -415,7 +415,7 @@ loadScripts(document, 'script');</script <li> <section class="detail" id="md5Crypt(byte[],java.lang.String)"> <h3>md5Crypt</h3> -<div class="member-signature"><span class="modifiers">public static</span> <span class="return-type"><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span> <span class="element-name"><a href="../../../../../src-html/org/apache/commons/codec/digest/Md5Crypt.html#line-224">md5Crypt</a></span><wbr><span class="parameters">(byte[] keyBytes, +<div class="member-signature"><span class="modifiers">public static</span> <span class="return-type"><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span> <span class="element-name"><a href="../../../../../src-html/org/apache/commons/codec/digest/Md5Crypt.html#line-225">md5Crypt</a></span><wbr><span class="parameters">(byte[] keyBytes, <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> salt)</span></div> <div class="block">Generates a libc crypt() compatible "$1$" MD5 based hash value. <p> @@ -438,7 +438,7 @@ loadScripts(document, 'script');</script <li> <section class="detail" id="md5Crypt(byte[],java.lang.String,java.lang.String)"> <h3>md5Crypt</h3> -<div class="member-signature"><span class="modifiers">public static</span> <span class="return-type"><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span> <span class="element-name"><a href="../../../../../src-html/org/apache/commons/codec/digest/Md5Crypt.html#line-248">md5Crypt</a></span><wbr><span class="parameters">(byte[] keyBytes, +<div class="member-signature"><span class="modifiers">public static</span> <span class="return-type"><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span> <span class="element-name"><a href="../../../../../src-html/org/apache/commons/codec/digest/Md5Crypt.html#line-249">md5Crypt</a></span><wbr><span class="parameters">(byte[] keyBytes, <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> salt, <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> prefix)</span></div> <div class="block">Generates a libc6 crypt() "$1$" or Apache htpasswd "$apr1$" hash value. @@ -451,7 +451,7 @@ loadScripts(document, 'script');</script <dd><code>keyBytes</code> - plaintext string to hash. Each array element is set to <code>0</code> before returning.</dd> <dd><code>salt</code> - real salt value without prefix or "rounds=". The salt may be null, in which case a salt is generated for you using <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/security/SecureRandom.html" title="class or interface in java.security" class="external-link"><code>SecureRandom</code></a>.</dd> -<dd><code>prefix</code> - salt prefix</dd> +<dd><code>prefix</code> - The salt prefix "$apr1$", "$1$".</dd> <dt>Returns:</dt> <dd>the hash value</dd> <dt>Throws:</dt> @@ -463,7 +463,7 @@ loadScripts(document, 'script');</script <li> <section class="detail" id="md5Crypt(byte[],java.lang.String,java.lang.String,java.util.Random)"> <h3>md5Crypt</h3> -<div class="member-signature"><span class="modifiers">public static</span> <span class="return-type"><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span> <span class="element-name"><a href="../../../../../src-html/org/apache/commons/codec/digest/Md5Crypt.html#line-275">md5Crypt</a></span><wbr><span class="parameters">(byte[] keyBytes, +<div class="member-signature"><span class="modifiers">public static</span> <span class="return-type"><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span> <span class="element-name"><a href="../../../../../src-html/org/apache/commons/codec/digest/Md5Crypt.html#line-276">md5Crypt</a></span><wbr><span class="parameters">(byte[] keyBytes, <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> salt, <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> prefix, <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/Random.html" title="class or interface in java.util" class="external-link">Random</a> random)</span></div> @@ -476,13 +476,13 @@ loadScripts(document, 'script');</script <dd><code>keyBytes</code> - plaintext string to hash. Each array element is set to <code>0</code> before returning.</dd> <dd><code>salt</code> - real salt value without prefix or "rounds=". The salt may be null, in which case a salt is generated for you using <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/security/SecureRandom.html" title="class or interface in java.security" class="external-link"><code>SecureRandom</code></a>.</dd> -<dd><code>prefix</code> - salt prefix</dd> +<dd><code>prefix</code> - The salt prefix "$apr1$", "$1$".</dd> <dd><code>random</code> - the instance of <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/Random.html" title="class or interface in java.util" class="external-link"><code>Random</code></a> to use for generating the salt. Consider using <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/security/SecureRandom.html" title="class or interface in java.security" class="external-link"><code>SecureRandom</code></a> for more secure salts.</dd> <dt>Returns:</dt> <dd>the hash value</dd> <dt>Throws:</dt> -<dd><code><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/IllegalArgumentException.html" title="class or interface in java.lang" class="external-link">IllegalArgumentException</a></code> - if the salt does not match the allowed pattern</dd> +<dd><code><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/IllegalArgumentException.html" title="class or interface in java.lang" class="external-link">IllegalArgumentException</a></code> - if the salt or prefix does not match the allowed pattern</dd> <dd><code><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/IllegalArgumentException.html" title="class or interface in java.lang" class="external-link">IllegalArgumentException</a></code> - when a <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/security/NoSuchAlgorithmException.html" title="class or interface in java.security" class="external-link"><code>NoSuchAlgorithmException</code></a> is caught.</dd> <dt>Since:</dt> <dd>1.12</dd>
Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/MessageDigestAlgorithms.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/MessageDigestAlgorithms.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/MessageDigestAlgorithms.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>MessageDigestAlgorithms (Apache Commons Codec 1.17.0 API)</title> +<title>MessageDigestAlgorithms (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: org.apache.commons.codec.digest, class: MessageDigestAlgorithms"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/MurmurHash2.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/MurmurHash2.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/MurmurHash2.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>MurmurHash2 (Apache Commons Codec 1.17.0 API)</title> +<title>MurmurHash2 (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: org.apache.commons.codec.digest, class: MurmurHash2"> @@ -79,7 +79,7 @@ loadScripts(document, 'script');</script <hr> <div class="type-signature"><span class="modifiers">public final class </span><span class="element-name"><a href="../../../../../src-html/org/apache/commons/codec/digest/MurmurHash2.html#line-51">MurmurHash2</a></span> <span class="extends-implements">extends <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a></span></div> -<div class="block">Implementation of the MurmurHash2 32-bit and 64-bit hash functions. +<div class="block">Implements the MurmurHash2 32-bit and 64-bit hash functions. <p>MurmurHash is a non-cryptographic hash function suitable for general hash-based lookup. The name comes from two basic operations, multiply (MU) Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/MurmurHash3.IncrementalHash32.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/MurmurHash3.IncrementalHash32.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/MurmurHash3.IncrementalHash32.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>MurmurHash3.IncrementalHash32 (Apache Commons Codec 1.17.0 API)</title> +<title>MurmurHash3.IncrementalHash32 (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: org.apache.commons.codec.digest, class: MurmurHash3, class: IncrementalHash32"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/MurmurHash3.IncrementalHash32x86.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/MurmurHash3.IncrementalHash32x86.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/MurmurHash3.IncrementalHash32x86.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>MurmurHash3.IncrementalHash32x86 (Apache Commons Codec 1.17.0 API)</title> +<title>MurmurHash3.IncrementalHash32x86 (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: org.apache.commons.codec.digest, class: MurmurHash3, class: IncrementalHash32x86"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/MurmurHash3.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/MurmurHash3.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/MurmurHash3.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>MurmurHash3 (Apache Commons Codec 1.17.0 API)</title> +<title>MurmurHash3 (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: org.apache.commons.codec.digest, class: MurmurHash3"> @@ -79,7 +79,7 @@ loadScripts(document, 'script');</script <hr> <div class="type-signature"><span class="modifiers">public final class </span><span class="element-name"><a href="../../../../../src-html/org/apache/commons/codec/digest/MurmurHash3.html#line-58">MurmurHash3</a></span> <span class="extends-implements">extends <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a></span></div> -<div class="block">Implementation of the MurmurHash3 32-bit and 128-bit hash functions. +<div class="block">Implements the MurmurHash3 32-bit and 128-bit hash functions. <p> MurmurHash is a non-cryptographic hash function suitable for general hash-based lookup. The name comes from two basic Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/PureJavaCrc32.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/PureJavaCrc32.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/PureJavaCrc32.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>PureJavaCrc32 (Apache Commons Codec 1.17.0 API)</title> +<title>PureJavaCrc32 (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: org.apache.commons.codec.digest, class: PureJavaCrc32"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/PureJavaCrc32C.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/PureJavaCrc32C.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/PureJavaCrc32C.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>PureJavaCrc32C (Apache Commons Codec 1.17.0 API)</title> +<title>PureJavaCrc32C (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: org.apache.commons.codec.digest, class: PureJavaCrc32C"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/Sha2Crypt.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/Sha2Crypt.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/Sha2Crypt.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>Sha2Crypt (Apache Commons Codec 1.17.0 API)</title> +<title>Sha2Crypt (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: org.apache.commons.codec.digest, class: Sha2Crypt"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/UnixCrypt.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/UnixCrypt.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/UnixCrypt.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>UnixCrypt (Apache Commons Codec 1.17.0 API)</title> +<title>UnixCrypt (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: org.apache.commons.codec.digest, class: UnixCrypt"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/XXHash32.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/XXHash32.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/XXHash32.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>XXHash32 (Apache Commons Codec 1.17.0 API)</title> +<title>XXHash32 (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: org.apache.commons.codec.digest, class: XXHash32"> @@ -84,7 +84,7 @@ loadScripts(document, 'script');</script <div class="type-signature"><span class="modifiers">public class </span><span class="element-name"><a href="../../../../../src-html/org/apache/commons/codec/digest/XXHash32.html#line-38">XXHash32</a></span> <span class="extends-implements">extends <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a> implements <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/zip/Checksum.html" title="class or interface in java.util.zip" class="external-link">Checksum</a></span></div> -<div class="block">Implementation of the xxHash32 hash algorithm. +<div class="block">Implements the xxHash32 hash algorithm. <p> Copied from Commons Compress 1.14 <a href="https://gitbox.apache.org/repos/asf?p=commons-compress.git;a=blob;f=src/main/java/org/apache/commons/compress/compressors/lz4/XXHash32.java;h=a406ffc197449be594d46f0d2712b2d4786a1e68;hb=HEAD">https://gitbox.apache.org/repos/asf?p=commons-compress.git;a=blob;f=src/main/java/org/apache/commons/compress/compressors/lz4/XXHash32.java;h=a406ffc197449be594d46f0d2712b2d4786a1e68;hb=HEAD</a> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/class-use/Blake3.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/class-use/Blake3.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/class-use/Blake3.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Class org.apache.commons.codec.digest.Blake3 (Apache Commons Codec 1.17.0 API)</title> +<title>Uses of Class org.apache.commons.codec.digest.Blake3 (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="use: package: org.apache.commons.codec.digest, class: Blake3"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/class-use/Crypt.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/class-use/Crypt.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/class-use/Crypt.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Class org.apache.commons.codec.digest.Crypt (Apache Commons Codec 1.17.0 API)</title> +<title>Uses of Class org.apache.commons.codec.digest.Crypt (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="use: package: org.apache.commons.codec.digest, class: Crypt"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/class-use/DigestUtils.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/class-use/DigestUtils.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/class-use/DigestUtils.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Class org.apache.commons.codec.digest.DigestUtils (Apache Commons Codec 1.17.0 API)</title> +<title>Uses of Class org.apache.commons.codec.digest.DigestUtils (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="use: package: org.apache.commons.codec.digest, class: DigestUtils"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/class-use/HmacAlgorithms.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/class-use/HmacAlgorithms.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/class-use/HmacAlgorithms.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Enum org.apache.commons.codec.digest.HmacAlgorithms (Apache Commons Codec 1.17.0 API)</title> +<title>Uses of Enum org.apache.commons.codec.digest.HmacAlgorithms (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="use: package: org.apache.commons.codec.digest, enum: HmacAlgorithms"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/class-use/HmacUtils.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/class-use/HmacUtils.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/class-use/HmacUtils.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Class org.apache.commons.codec.digest.HmacUtils (Apache Commons Codec 1.17.0 API)</title> +<title>Uses of Class org.apache.commons.codec.digest.HmacUtils (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="use: package: org.apache.commons.codec.digest, class: HmacUtils"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/class-use/Md5Crypt.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/class-use/Md5Crypt.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/class-use/Md5Crypt.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Class org.apache.commons.codec.digest.Md5Crypt (Apache Commons Codec 1.17.0 API)</title> +<title>Uses of Class org.apache.commons.codec.digest.Md5Crypt (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="use: package: org.apache.commons.codec.digest, class: Md5Crypt"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/class-use/MessageDigestAlgorithms.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/class-use/MessageDigestAlgorithms.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/class-use/MessageDigestAlgorithms.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Class org.apache.commons.codec.digest.MessageDigestAlgorithms (Apache Commons Codec 1.17.0 API)</title> +<title>Uses of Class org.apache.commons.codec.digest.MessageDigestAlgorithms (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="use: package: org.apache.commons.codec.digest, class: MessageDigestAlgorithms"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/class-use/MurmurHash2.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/class-use/MurmurHash2.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/class-use/MurmurHash2.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Class org.apache.commons.codec.digest.MurmurHash2 (Apache Commons Codec 1.17.0 API)</title> +<title>Uses of Class org.apache.commons.codec.digest.MurmurHash2 (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="use: package: org.apache.commons.codec.digest, class: MurmurHash2"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/class-use/MurmurHash3.IncrementalHash32.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/class-use/MurmurHash3.IncrementalHash32.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/class-use/MurmurHash3.IncrementalHash32.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Class org.apache.commons.codec.digest.MurmurHash3.IncrementalHash32 (Apache Commons Codec 1.17.0 API)</title> +<title>Uses of Class org.apache.commons.codec.digest.MurmurHash3.IncrementalHash32 (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="use: package: org.apache.commons.codec.digest, class: MurmurHash3, class: IncrementalHash32"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/class-use/MurmurHash3.IncrementalHash32x86.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/class-use/MurmurHash3.IncrementalHash32x86.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/class-use/MurmurHash3.IncrementalHash32x86.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Class org.apache.commons.codec.digest.MurmurHash3.IncrementalHash32x86 (Apache Commons Codec 1.17.0 API)</title> +<title>Uses of Class org.apache.commons.codec.digest.MurmurHash3.IncrementalHash32x86 (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="use: package: org.apache.commons.codec.digest, class: MurmurHash3, class: IncrementalHash32x86"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/class-use/MurmurHash3.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/class-use/MurmurHash3.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/class-use/MurmurHash3.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Class org.apache.commons.codec.digest.MurmurHash3 (Apache Commons Codec 1.17.0 API)</title> +<title>Uses of Class org.apache.commons.codec.digest.MurmurHash3 (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="use: package: org.apache.commons.codec.digest, class: MurmurHash3"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/class-use/PureJavaCrc32.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/class-use/PureJavaCrc32.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/class-use/PureJavaCrc32.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Class org.apache.commons.codec.digest.PureJavaCrc32 (Apache Commons Codec 1.17.0 API)</title> +<title>Uses of Class org.apache.commons.codec.digest.PureJavaCrc32 (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="use: package: org.apache.commons.codec.digest, class: PureJavaCrc32"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/class-use/PureJavaCrc32C.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/class-use/PureJavaCrc32C.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/class-use/PureJavaCrc32C.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Class org.apache.commons.codec.digest.PureJavaCrc32C (Apache Commons Codec 1.17.0 API)</title> +<title>Uses of Class org.apache.commons.codec.digest.PureJavaCrc32C (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="use: package: org.apache.commons.codec.digest, class: PureJavaCrc32C"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/class-use/Sha2Crypt.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/class-use/Sha2Crypt.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/class-use/Sha2Crypt.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Class org.apache.commons.codec.digest.Sha2Crypt (Apache Commons Codec 1.17.0 API)</title> +<title>Uses of Class org.apache.commons.codec.digest.Sha2Crypt (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="use: package: org.apache.commons.codec.digest, class: Sha2Crypt"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/class-use/UnixCrypt.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/class-use/UnixCrypt.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/class-use/UnixCrypt.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Class org.apache.commons.codec.digest.UnixCrypt (Apache Commons Codec 1.17.0 API)</title> +<title>Uses of Class org.apache.commons.codec.digest.UnixCrypt (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="use: package: org.apache.commons.codec.digest, class: UnixCrypt"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/class-use/XXHash32.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/class-use/XXHash32.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/class-use/XXHash32.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Class org.apache.commons.codec.digest.XXHash32 (Apache Commons Codec 1.17.0 API)</title> +<title>Uses of Class org.apache.commons.codec.digest.XXHash32 (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="use: package: org.apache.commons.codec.digest, class: XXHash32"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/package-summary.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/package-summary.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/package-summary.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>org.apache.commons.codec.digest (Apache Commons Codec 1.17.0 API)</title> +<title>org.apache.commons.codec.digest (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: org.apache.commons.codec.digest"> @@ -141,11 +141,11 @@ loadScripts(document, 'script');</script </div> <div class="col-first odd-row-color class-summary class-summary-tab2"><a href="MurmurHash2.html" title="class in org.apache.commons.codec.digest">MurmurHash2</a></div> <div class="col-last odd-row-color class-summary class-summary-tab2"> -<div class="block">Implementation of the MurmurHash2 32-bit and 64-bit hash functions.</div> +<div class="block">Implements the MurmurHash2 32-bit and 64-bit hash functions.</div> </div> <div class="col-first even-row-color class-summary class-summary-tab2"><a href="MurmurHash3.html" title="class in org.apache.commons.codec.digest">MurmurHash3</a></div> <div class="col-last even-row-color class-summary class-summary-tab2"> -<div class="block">Implementation of the MurmurHash3 32-bit and 128-bit hash functions.</div> +<div class="block">Implements the MurmurHash3 32-bit and 128-bit hash functions.</div> </div> <div class="col-first odd-row-color class-summary class-summary-tab2"><a href="MurmurHash3.IncrementalHash32.html" title="class in org.apache.commons.codec.digest">MurmurHash3.IncrementalHash32</a></div> <div class="col-last odd-row-color class-summary class-summary-tab2">Deprecated. @@ -175,7 +175,7 @@ loadScripts(document, 'script');</script </div> <div class="col-first odd-row-color class-summary class-summary-tab2"><a href="XXHash32.html" title="class in org.apache.commons.codec.digest">XXHash32</a></div> <div class="col-last odd-row-color class-summary class-summary-tab2"> -<div class="block">Implementation of the xxHash32 hash algorithm.</div> +<div class="block">Implements the xxHash32 hash algorithm.</div> </div> </div> </div> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/package-tree.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/package-tree.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/package-tree.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>org.apache.commons.codec.digest Class Hierarchy (Apache Commons Codec 1.17.0 API)</title> +<title>org.apache.commons.codec.digest Class Hierarchy (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="tree: package: org.apache.commons.codec.digest"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/package-use.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/package-use.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/package-use.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Package org.apache.commons.codec.digest (Apache Commons Codec 1.17.0 API)</title> +<title>Uses of Package org.apache.commons.codec.digest (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="use: package: org.apache.commons.codec.digest"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/AbstractCaverphone.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/AbstractCaverphone.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/AbstractCaverphone.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>AbstractCaverphone (Apache Commons Codec 1.17.0 API)</title> +<title>AbstractCaverphone (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: org.apache.commons.codec.language, class: AbstractCaverphone"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/Caverphone.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/Caverphone.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/Caverphone.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>Caverphone (Apache Commons Codec 1.17.0 API)</title> +<title>Caverphone (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: org.apache.commons.codec.language, class: Caverphone"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/Caverphone1.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/Caverphone1.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/Caverphone1.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>Caverphone1 (Apache Commons Codec 1.17.0 API)</title> +<title>Caverphone1 (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: org.apache.commons.codec.language, class: Caverphone1"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/Caverphone2.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/Caverphone2.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/Caverphone2.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>Caverphone2 (Apache Commons Codec 1.17.0 API)</title> +<title>Caverphone2 (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: org.apache.commons.codec.language, class: Caverphone2"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/ColognePhonetic.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/ColognePhonetic.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/ColognePhonetic.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>ColognePhonetic (Apache Commons Codec 1.17.0 API)</title> +<title>ColognePhonetic (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: org.apache.commons.codec.language, class: ColognePhonetic"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/DaitchMokotoffSoundex.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/DaitchMokotoffSoundex.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/DaitchMokotoffSoundex.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>DaitchMokotoffSoundex (Apache Commons Codec 1.17.0 API)</title> +<title>DaitchMokotoffSoundex (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: org.apache.commons.codec.language, class: DaitchMokotoffSoundex"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/DoubleMetaphone.DoubleMetaphoneResult.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/DoubleMetaphone.DoubleMetaphoneResult.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/DoubleMetaphone.DoubleMetaphoneResult.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>DoubleMetaphone.DoubleMetaphoneResult (Apache Commons Codec 1.17.0 API)</title> +<title>DoubleMetaphone.DoubleMetaphoneResult (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: org.apache.commons.codec.language, class: DoubleMetaphone, class: DoubleMetaphoneResult"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/DoubleMetaphone.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/DoubleMetaphone.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/DoubleMetaphone.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>DoubleMetaphone (Apache Commons Codec 1.17.0 API)</title> +<title>DoubleMetaphone (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: org.apache.commons.codec.language, class: DoubleMetaphone"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/MatchRatingApproachEncoder.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/MatchRatingApproachEncoder.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/MatchRatingApproachEncoder.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>MatchRatingApproachEncoder (Apache Commons Codec 1.17.0 API)</title> +<title>MatchRatingApproachEncoder (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: org.apache.commons.codec.language, class: MatchRatingApproachEncoder"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/Metaphone.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/Metaphone.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/Metaphone.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>Metaphone (Apache Commons Codec 1.17.0 API)</title> +<title>Metaphone (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: org.apache.commons.codec.language, class: Metaphone"> @@ -288,7 +288,7 @@ implements <a href="../StringEncoder.htm <li> <section class="detail" id="setMaxCodeLen(int)"> <h3>setMaxCodeLen</h3> -<div class="member-signature"><span class="modifiers">public</span> <span class="return-type">void</span> <span class="element-name"><a href="../../../../../src-html/org/apache/commons/codec/language/Metaphone.html#line-395">setMaxCodeLen</a></span><wbr><span class="parameters">(int maxCodeLen)</span></div> +<div class="member-signature"><span class="modifiers">public</span> <span class="return-type">void</span> <span class="element-name"><a href="../../../../../src-html/org/apache/commons/codec/language/Metaphone.html#line-390">setMaxCodeLen</a></span><wbr><span class="parameters">(int maxCodeLen)</span></div> <div class="block">Sets the maxCodeLen.</div> <dl class="notes"> <dt>Parameters:</dt> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/Nysiis.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/Nysiis.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/Nysiis.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>Nysiis (Apache Commons Codec 1.17.0 API)</title> +<title>Nysiis (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: org.apache.commons.codec.language, class: Nysiis"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/RefinedSoundex.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/RefinedSoundex.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/RefinedSoundex.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>RefinedSoundex (Apache Commons Codec 1.17.0 API)</title> +<title>RefinedSoundex (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: org.apache.commons.codec.language, class: RefinedSoundex"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/Soundex.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/Soundex.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/Soundex.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>Soundex (Apache Commons Codec 1.17.0 API)</title> +<title>Soundex (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: org.apache.commons.codec.language, class: Soundex"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/BeiderMorseEncoder.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/BeiderMorseEncoder.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/BeiderMorseEncoder.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>BeiderMorseEncoder (Apache Commons Codec 1.17.0 API)</title> +<title>BeiderMorseEncoder (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: org.apache.commons.codec.language.bm, class: BeiderMorseEncoder"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/Lang.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/Lang.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/Lang.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>Lang (Apache Commons Codec 1.17.0 API)</title> +<title>Lang (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: org.apache.commons.codec.language.bm, class: Lang"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/Languages.LanguageSet.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/Languages.LanguageSet.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/Languages.LanguageSet.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>Languages.LanguageSet (Apache Commons Codec 1.17.0 API)</title> +<title>Languages.LanguageSet (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: org.apache.commons.codec.language.bm, class: Languages, class: LanguageSet"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/Languages.SomeLanguages.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/Languages.SomeLanguages.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/Languages.SomeLanguages.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>Languages.SomeLanguages (Apache Commons Codec 1.17.0 API)</title> +<title>Languages.SomeLanguages (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: org.apache.commons.codec.language.bm, class: Languages, class: SomeLanguages"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/Languages.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/Languages.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/Languages.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>Languages (Apache Commons Codec 1.17.0 API)</title> +<title>Languages (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: org.apache.commons.codec.language.bm, class: Languages"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/NameType.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/NameType.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/NameType.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>NameType (Apache Commons Codec 1.17.0 API)</title> +<title>NameType (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: org.apache.commons.codec.language.bm, enum: NameType"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/PhoneticEngine.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/PhoneticEngine.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/PhoneticEngine.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>PhoneticEngine (Apache Commons Codec 1.17.0 API)</title> +<title>PhoneticEngine (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: org.apache.commons.codec.language.bm, class: PhoneticEngine"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/Rule.Phoneme.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/Rule.Phoneme.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/Rule.Phoneme.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>Rule.Phoneme (Apache Commons Codec 1.17.0 API)</title> +<title>Rule.Phoneme (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: org.apache.commons.codec.language.bm, class: Rule, class: Phoneme"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/Rule.PhonemeExpr.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/Rule.PhonemeExpr.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/Rule.PhonemeExpr.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>Rule.PhonemeExpr (Apache Commons Codec 1.17.0 API)</title> +<title>Rule.PhonemeExpr (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: org.apache.commons.codec.language.bm, class: Rule, interface: PhonemeExpr"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/Rule.PhonemeList.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/Rule.PhonemeList.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/Rule.PhonemeList.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>Rule.PhonemeList (Apache Commons Codec 1.17.0 API)</title> +<title>Rule.PhonemeList (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: org.apache.commons.codec.language.bm, class: Rule, class: PhonemeList"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/Rule.RPattern.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/Rule.RPattern.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/Rule.RPattern.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>Rule.RPattern (Apache Commons Codec 1.17.0 API)</title> +<title>Rule.RPattern (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: org.apache.commons.codec.language.bm, class: Rule, interface: RPattern"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/Rule.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/Rule.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/Rule.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>Rule (Apache Commons Codec 1.17.0 API)</title> +<title>Rule (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: org.apache.commons.codec.language.bm, class: Rule"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/RuleType.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/RuleType.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/RuleType.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>RuleType (Apache Commons Codec 1.17.0 API)</title> +<title>RuleType (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: org.apache.commons.codec.language.bm, enum: RuleType"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/class-use/BeiderMorseEncoder.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/class-use/BeiderMorseEncoder.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/class-use/BeiderMorseEncoder.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Class org.apache.commons.codec.language.bm.BeiderMorseEncoder (Apache Commons Codec 1.17.0 API)</title> +<title>Uses of Class org.apache.commons.codec.language.bm.BeiderMorseEncoder (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="use: package: org.apache.commons.codec.language.bm, class: BeiderMorseEncoder"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/class-use/Lang.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/class-use/Lang.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/class-use/Lang.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Class org.apache.commons.codec.language.bm.Lang (Apache Commons Codec 1.17.0 API)</title> +<title>Uses of Class org.apache.commons.codec.language.bm.Lang (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="use: package: org.apache.commons.codec.language.bm, class: Lang"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/class-use/Languages.LanguageSet.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/class-use/Languages.LanguageSet.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/class-use/Languages.LanguageSet.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Class org.apache.commons.codec.language.bm.Languages.LanguageSet (Apache Commons Codec 1.17.0 API)</title> +<title>Uses of Class org.apache.commons.codec.language.bm.Languages.LanguageSet (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="use: package: org.apache.commons.codec.language.bm, class: Languages, class: LanguageSet"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/class-use/Languages.SomeLanguages.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/class-use/Languages.SomeLanguages.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/class-use/Languages.SomeLanguages.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Class org.apache.commons.codec.language.bm.Languages.SomeLanguages (Apache Commons Codec 1.17.0 API)</title> +<title>Uses of Class org.apache.commons.codec.language.bm.Languages.SomeLanguages (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="use: package: org.apache.commons.codec.language.bm, class: Languages, class: SomeLanguages"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/class-use/Languages.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/class-use/Languages.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/class-use/Languages.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Class org.apache.commons.codec.language.bm.Languages (Apache Commons Codec 1.17.0 API)</title> +<title>Uses of Class org.apache.commons.codec.language.bm.Languages (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="use: package: org.apache.commons.codec.language.bm, class: Languages"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/class-use/NameType.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/class-use/NameType.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/class-use/NameType.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Enum org.apache.commons.codec.language.bm.NameType (Apache Commons Codec 1.17.0 API)</title> +<title>Uses of Enum org.apache.commons.codec.language.bm.NameType (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="use: package: org.apache.commons.codec.language.bm, enum: NameType"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/class-use/PhoneticEngine.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/class-use/PhoneticEngine.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/class-use/PhoneticEngine.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Class org.apache.commons.codec.language.bm.PhoneticEngine (Apache Commons Codec 1.17.0 API)</title> +<title>Uses of Class org.apache.commons.codec.language.bm.PhoneticEngine (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="use: package: org.apache.commons.codec.language.bm, class: PhoneticEngine"> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/class-use/Rule.Phoneme.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/class-use/Rule.Phoneme.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/language/bm/class-use/Rule.Phoneme.html Mon Jul 15 22:37:19 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Class org.apache.commons.codec.language.bm.Rule.Phoneme (Apache Commons Codec 1.17.0 API)</title> +<title>Uses of Class org.apache.commons.codec.language.bm.Rule.Phoneme (Apache Commons Codec 1.17.1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="use: package: org.apache.commons.codec.language.bm, class: Rule, class: Phoneme">
