Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/Blake3.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/Blake3.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/Blake3.html Mon Jan 27 18:12:24 2025 @@ -2,7 +2,7 @@ <html lang> <head> <!-- Generated by javadoc (17) --> -<title>Blake3 (Apache Commons Codec 1.17.2 API)</title> +<title>Blake3 (Apache Commons Codec 1.18.0 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: Blake3"> @@ -417,7 +417,7 @@ loadScripts(document, 'script');</script </main> <footer role="contentinfo"> <hr> -<p class="legal-copy"><small>Copyright © 2002-2024 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br> <a href="https://commons.apache.org/proper/commons-codec/">Apache Commons Codec</a> | <a href="https://issues.apache.org/jira/browse/CODEC">Issue management</a> | <a href="https://github.com/apache/commons-codec">Source repository</a></small></p> +<p class="legal-copy"><small>Copyright © 2002-2025 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br><a href="https://commons.apache.org/proper/commons-codec/">Apache Commons Codec</a> |<a href="https://issues.apache.org/jira/browse/CODEC">Issue management</a> |<a href="https://github.com/apache/commons-codec">Source repository</a></small></p> </footer> </div> </div>
Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/Crypt.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/Crypt.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/Crypt.html Mon Jan 27 18:12:24 2025 @@ -2,7 +2,7 @@ <html lang> <head> <!-- Generated by javadoc (17) --> -<title>Crypt (Apache Commons Codec 1.17.2 API)</title> +<title>Crypt (Apache Commons Codec 1.18.0 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: Crypt"> @@ -274,7 +274,7 @@ loadScripts(document, 'script');</script </p> <p> The rest of the salt string is drawn from the set <code>[a-zA-Z0-9./]</code> and is cut at the maximum length or if a - <code>"$"</code> sign is encountered. It is therefore valid to enter a complete hash value as salt to e.g. verify a + <code>"$"</code> sign is encountered. It is therefore valid to enter a complete hash value as salt to for example verify a password with: </p> <pre> @@ -302,7 +302,7 @@ loadScripts(document, 'script');</script </pre> <p> This method comes in a variation that accepts a byte[] array to support input strings that are not encoded in - UTF-8 but e.g. in ISO-8859-1 where equal characters result in different byte values. + UTF-8 but for example in ISO-8859-1 where equal characters result in different byte values. </p></div> <dl class="notes"> <dt>Parameters:</dt> @@ -332,7 +332,7 @@ loadScripts(document, 'script');</script </main> <footer role="contentinfo"> <hr> -<p class="legal-copy"><small>Copyright © 2002-2024 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br> <a href="https://commons.apache.org/proper/commons-codec/">Apache Commons Codec</a> | <a href="https://issues.apache.org/jira/browse/CODEC">Issue management</a> | <a href="https://github.com/apache/commons-codec">Source repository</a></small></p> +<p class="legal-copy"><small>Copyright © 2002-2025 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br><a href="https://commons.apache.org/proper/commons-codec/">Apache Commons Codec</a> |<a href="https://issues.apache.org/jira/browse/CODEC">Issue management</a> |<a href="https://github.com/apache/commons-codec">Source repository</a></small></p> </footer> </div> </div> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/DigestUtils.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/DigestUtils.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/DigestUtils.html Mon Jan 27 18:12:24 2025 @@ -2,7 +2,7 @@ <html lang> <head> <!-- Generated by javadoc (17) --> -<title>DigestUtils (Apache Commons Codec 1.17.2 API)</title> +<title>DigestUtils (Apache Commons Codec 1.18.0 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: DigestUtils"> @@ -857,7 +857,7 @@ loadScripts(document, 'script');</script <div class="block">Reads through a byte array and returns the digest for the data. Provided for symmetry with other methods.</div> <dl class="notes"> <dt>Parameters:</dt> -<dd><code>messageDigest</code> - The MessageDigest to use (e.g. MD5)</dd> +<dd><code>messageDigest</code> - The MessageDigest to use (for example MD5)</dd> <dd><code>data</code> - Data to digest</dd> <dt>Returns:</dt> <dd>the digest</dd> @@ -874,7 +874,7 @@ loadScripts(document, 'script');</script <div class="block">Reads through a ByteBuffer and returns the digest for the data</div> <dl class="notes"> <dt>Parameters:</dt> -<dd><code>messageDigest</code> - The MessageDigest to use (e.g. MD5)</dd> +<dd><code>messageDigest</code> - The MessageDigest to use (for example MD5)</dd> <dd><code>data</code> - Data to digest</dd> <dt>Returns:</dt> <dd>the digest</dd> @@ -892,7 +892,7 @@ loadScripts(document, 'script');</script <div class="block">Reads through a File and returns the digest for the data</div> <dl class="notes"> <dt>Parameters:</dt> -<dd><code>messageDigest</code> - The MessageDigest to use (e.g. MD5)</dd> +<dd><code>messageDigest</code> - The MessageDigest to use (for example MD5)</dd> <dd><code>data</code> - Data to digest</dd> <dt>Returns:</dt> <dd>the digest</dd> @@ -912,7 +912,7 @@ loadScripts(document, 'script');</script <div class="block">Reads through an InputStream and returns the digest for the data</div> <dl class="notes"> <dt>Parameters:</dt> -<dd><code>messageDigest</code> - The MessageDigest to use (e.g. MD5)</dd> +<dd><code>messageDigest</code> - The MessageDigest to use (for example MD5)</dd> <dd><code>data</code> - Data to digest</dd> <dt>Returns:</dt> <dd>the digest</dd> @@ -933,7 +933,7 @@ loadScripts(document, 'script');</script <div class="block">Reads through a File and returns the digest for the data</div> <dl class="notes"> <dt>Parameters:</dt> -<dd><code>messageDigest</code> - The MessageDigest to use (e.g. MD5)</dd> +<dd><code>messageDigest</code> - The MessageDigest to use (for example MD5)</dd> <dd><code>data</code> - Data to digest</dd> <dd><code>options</code> - options How to open the file</dd> <dt>Returns:</dt> @@ -954,7 +954,7 @@ loadScripts(document, 'script');</script <div class="block">Reads through a RandomAccessFile using non-blocking-io (NIO) and returns the digest for the data</div> <dl class="notes"> <dt>Parameters:</dt> -<dd><code>messageDigest</code> - The MessageDigest to use (e.g. MD5)</dd> +<dd><code>messageDigest</code> - The MessageDigest to use (for example MD5)</dd> <dd><code>data</code> - Data to digest</dd> <dt>Returns:</dt> <dd>the digest</dd> @@ -2584,7 +2584,7 @@ loadScripts(document, 'script');</script <div class="block">Reads through a File and updates the digest for the data</div> <dl class="notes"> <dt>Parameters:</dt> -<dd><code>digest</code> - The MessageDigest to use (e.g. MD5)</dd> +<dd><code>digest</code> - The MessageDigest to use (for example MD5)</dd> <dd><code>data</code> - Data to digest</dd> <dt>Returns:</dt> <dd>the digest</dd> @@ -2604,7 +2604,7 @@ loadScripts(document, 'script');</script <div class="block">Reads through an InputStream and updates the digest for the data</div> <dl class="notes"> <dt>Parameters:</dt> -<dd><code>digest</code> - The MessageDigest to use (e.g. MD5)</dd> +<dd><code>digest</code> - The MessageDigest to use (for example MD5)</dd> <dd><code>inputStream</code> - Data to digest</dd> <dt>Returns:</dt> <dd>the digest</dd> @@ -2625,7 +2625,7 @@ loadScripts(document, 'script');</script <div class="block">Reads through a Path and updates the digest for the data</div> <dl class="notes"> <dt>Parameters:</dt> -<dd><code>digest</code> - The MessageDigest to use (e.g. MD5)</dd> +<dd><code>digest</code> - The MessageDigest to use (for example MD5)</dd> <dd><code>path</code> - Data to digest</dd> <dd><code>options</code> - options How to open the file</dd> <dt>Returns:</dt> @@ -2646,7 +2646,7 @@ loadScripts(document, 'script');</script <div class="block">Reads through a RandomAccessFile and updates the digest for the data using non-blocking-io (NIO)</div> <dl class="notes"> <dt>Parameters:</dt> -<dd><code>digest</code> - The MessageDigest to use (e.g. MD5)</dd> +<dd><code>digest</code> - The MessageDigest to use (for example MD5)</dd> <dd><code>data</code> - Data to digest</dd> <dt>Returns:</dt> <dd>the digest</dd> @@ -2901,7 +2901,7 @@ loadScripts(document, 'script');</script </main> <footer role="contentinfo"> <hr> -<p class="legal-copy"><small>Copyright © 2002-2024 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br> <a href="https://commons.apache.org/proper/commons-codec/">Apache Commons Codec</a> | <a href="https://issues.apache.org/jira/browse/CODEC">Issue management</a> | <a href="https://github.com/apache/commons-codec">Source repository</a></small></p> +<p class="legal-copy"><small>Copyright © 2002-2025 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br><a href="https://commons.apache.org/proper/commons-codec/">Apache Commons Codec</a> |<a href="https://issues.apache.org/jira/browse/CODEC">Issue management</a> |<a href="https://github.com/apache/commons-codec">Source repository</a></small></p> </footer> </div> </div> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/HmacAlgorithms.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/HmacAlgorithms.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/HmacAlgorithms.html Mon Jan 27 18:12:24 2025 @@ -2,7 +2,7 @@ <html lang> <head> <!-- Generated by javadoc (17) --> -<title>HmacAlgorithms (Apache Commons Codec 1.17.2 API)</title> +<title>HmacAlgorithms (Apache Commons Codec 1.18.0 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, enum: HmacAlgorithms"> @@ -347,7 +347,7 @@ not permitted.)</div> </main> <footer role="contentinfo"> <hr> -<p class="legal-copy"><small>Copyright © 2002-2024 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br> <a href="https://commons.apache.org/proper/commons-codec/">Apache Commons Codec</a> | <a href="https://issues.apache.org/jira/browse/CODEC">Issue management</a> | <a href="https://github.com/apache/commons-codec">Source repository</a></small></p> +<p class="legal-copy"><small>Copyright © 2002-2025 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br><a href="https://commons.apache.org/proper/commons-codec/">Apache Commons Codec</a> |<a href="https://issues.apache.org/jira/browse/CODEC">Issue management</a> |<a href="https://github.com/apache/commons-codec">Source repository</a></small></p> </footer> </div> </div> Modified: websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/HmacUtils.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/HmacUtils.html (original) +++ websites/production/commons/content/proper/commons-codec/apidocs/org/apache/commons/codec/digest/HmacUtils.html Mon Jan 27 18:12:24 2025 @@ -2,7 +2,7 @@ <html lang> <head> <!-- Generated by javadoc (17) --> -<title>HmacUtils (Apache Commons Codec 1.17.2 API)</title> +<title>HmacUtils (Apache Commons Codec 1.18.0 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: HmacUtils"> @@ -1763,7 +1763,7 @@ loadScripts(document, 'script');</script </main> <footer role="contentinfo"> <hr> -<p class="legal-copy"><small>Copyright © 2002-2024 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br> <a href="https://commons.apache.org/proper/commons-codec/">Apache Commons Codec</a> | <a href="https://issues.apache.org/jira/browse/CODEC">Issue management</a> | <a href="https://github.com/apache/commons-codec">Source repository</a></small></p> +<p class="legal-copy"><small>Copyright © 2002-2025 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br><a href="https://commons.apache.org/proper/commons-codec/">Apache Commons Codec</a> |<a href="https://issues.apache.org/jira/browse/CODEC">Issue management</a> |<a href="https://github.com/apache/commons-codec">Source repository</a></small></p> </footer> </div> </div> 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 Jan 27 18:12:24 2025 @@ -2,7 +2,7 @@ <html lang> <head> <!-- Generated by javadoc (17) --> -<title>Md5Crypt (Apache Commons Codec 1.17.2 API)</title> +<title>Md5Crypt (Apache Commons Codec 1.18.0 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"> @@ -498,7 +498,7 @@ loadScripts(document, 'script');</script </main> <footer role="contentinfo"> <hr> -<p class="legal-copy"><small>Copyright © 2002-2024 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br> <a href="https://commons.apache.org/proper/commons-codec/">Apache Commons Codec</a> | <a href="https://issues.apache.org/jira/browse/CODEC">Issue management</a> | <a href="https://github.com/apache/commons-codec">Source repository</a></small></p> +<p class="legal-copy"><small>Copyright © 2002-2025 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br><a href="https://commons.apache.org/proper/commons-codec/">Apache Commons Codec</a> |<a href="https://issues.apache.org/jira/browse/CODEC">Issue management</a> |<a href="https://github.com/apache/commons-codec">Source repository</a></small></p> </footer> </div> </div> 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 Jan 27 18:12:24 2025 @@ -2,7 +2,7 @@ <html lang> <head> <!-- Generated by javadoc (17) --> -<title>MessageDigestAlgorithms (Apache Commons Codec 1.17.2 API)</title> +<title>MessageDigestAlgorithms (Apache Commons Codec 1.18.0 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"> @@ -480,7 +480,7 @@ loadScripts(document, 'script');</script </main> <footer role="contentinfo"> <hr> -<p class="legal-copy"><small>Copyright © 2002-2024 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br> <a href="https://commons.apache.org/proper/commons-codec/">Apache Commons Codec</a> | <a href="https://issues.apache.org/jira/browse/CODEC">Issue management</a> | <a href="https://github.com/apache/commons-codec">Source repository</a></small></p> +<p class="legal-copy"><small>Copyright © 2002-2025 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br><a href="https://commons.apache.org/proper/commons-codec/">Apache Commons Codec</a> |<a href="https://issues.apache.org/jira/browse/CODEC">Issue management</a> |<a href="https://github.com/apache/commons-codec">Source repository</a></small></p> </footer> </div> </div> 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 Jan 27 18:12:24 2025 @@ -2,7 +2,7 @@ <html lang> <head> <!-- Generated by javadoc (17) --> -<title>MurmurHash2 (Apache Commons Codec 1.17.2 API)</title> +<title>MurmurHash2 (Apache Commons Codec 1.18.0 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"> @@ -415,7 +415,7 @@ loadScripts(document, 'script');</script </main> <footer role="contentinfo"> <hr> -<p class="legal-copy"><small>Copyright © 2002-2024 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br> <a href="https://commons.apache.org/proper/commons-codec/">Apache Commons Codec</a> | <a href="https://issues.apache.org/jira/browse/CODEC">Issue management</a> | <a href="https://github.com/apache/commons-codec">Source repository</a></small></p> +<p class="legal-copy"><small>Copyright © 2002-2025 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br><a href="https://commons.apache.org/proper/commons-codec/">Apache Commons Codec</a> |<a href="https://issues.apache.org/jira/browse/CODEC">Issue management</a> |<a href="https://github.com/apache/commons-codec">Source repository</a></small></p> </footer> </div> </div> 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 Jan 27 18:12:24 2025 @@ -2,7 +2,7 @@ <html lang> <head> <!-- Generated by javadoc (17) --> -<title>MurmurHash3.IncrementalHash32 (Apache Commons Codec 1.17.2 API)</title> +<title>MurmurHash3.IncrementalHash32 (Apache Commons Codec 1.18.0 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"> @@ -151,7 +151,7 @@ loadScripts(document, 'script');</script </main> <footer role="contentinfo"> <hr> -<p class="legal-copy"><small>Copyright © 2002-2024 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br> <a href="https://commons.apache.org/proper/commons-codec/">Apache Commons Codec</a> | <a href="https://issues.apache.org/jira/browse/CODEC">Issue management</a> | <a href="https://github.com/apache/commons-codec">Source repository</a></small></p> +<p class="legal-copy"><small>Copyright © 2002-2025 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br><a href="https://commons.apache.org/proper/commons-codec/">Apache Commons Codec</a> |<a href="https://issues.apache.org/jira/browse/CODEC">Issue management</a> |<a href="https://github.com/apache/commons-codec">Source repository</a></small></p> </footer> </div> </div> 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 Jan 27 18:12:24 2025 @@ -2,7 +2,7 @@ <html lang> <head> <!-- Generated by javadoc (17) --> -<title>MurmurHash3.IncrementalHash32x86 (Apache Commons Codec 1.17.2 API)</title> +<title>MurmurHash3.IncrementalHash32x86 (Apache Commons Codec 1.18.0 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"> @@ -221,7 +221,7 @@ loadScripts(document, 'script');</script </main> <footer role="contentinfo"> <hr> -<p class="legal-copy"><small>Copyright © 2002-2024 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br> <a href="https://commons.apache.org/proper/commons-codec/">Apache Commons Codec</a> | <a href="https://issues.apache.org/jira/browse/CODEC">Issue management</a> | <a href="https://github.com/apache/commons-codec">Source repository</a></small></p> +<p class="legal-copy"><small>Copyright © 2002-2025 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br><a href="https://commons.apache.org/proper/commons-codec/">Apache Commons Codec</a> |<a href="https://issues.apache.org/jira/browse/CODEC">Issue management</a> |<a href="https://github.com/apache/commons-codec">Source repository</a></small></p> </footer> </div> </div> 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 Jan 27 18:12:24 2025 @@ -2,7 +2,7 @@ <html lang> <head> <!-- Generated by javadoc (17) --> -<title>MurmurHash3 (Apache Commons Codec 1.17.2 API)</title> +<title>MurmurHash3 (Apache Commons Codec 1.18.0 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"> @@ -1172,7 +1172,7 @@ loadScripts(document, 'script');</script </main> <footer role="contentinfo"> <hr> -<p class="legal-copy"><small>Copyright © 2002-2024 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br> <a href="https://commons.apache.org/proper/commons-codec/">Apache Commons Codec</a> | <a href="https://issues.apache.org/jira/browse/CODEC">Issue management</a> | <a href="https://github.com/apache/commons-codec">Source repository</a></small></p> +<p class="legal-copy"><small>Copyright © 2002-2025 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br><a href="https://commons.apache.org/proper/commons-codec/">Apache Commons Codec</a> |<a href="https://issues.apache.org/jira/browse/CODEC">Issue management</a> |<a href="https://github.com/apache/commons-codec">Source repository</a></small></p> </footer> </div> </div> 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 Jan 27 18:12:24 2025 @@ -2,7 +2,7 @@ <html lang> <head> <!-- Generated by javadoc (17) --> -<title>PureJavaCrc32 (Apache Commons Codec 1.17.2 API)</title> +<title>PureJavaCrc32 (Apache Commons Codec 1.18.0 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"> @@ -240,7 +240,7 @@ implements <a href="https://docs.oracle. </main> <footer role="contentinfo"> <hr> -<p class="legal-copy"><small>Copyright © 2002-2024 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br> <a href="https://commons.apache.org/proper/commons-codec/">Apache Commons Codec</a> | <a href="https://issues.apache.org/jira/browse/CODEC">Issue management</a> | <a href="https://github.com/apache/commons-codec">Source repository</a></small></p> +<p class="legal-copy"><small>Copyright © 2002-2025 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br><a href="https://commons.apache.org/proper/commons-codec/">Apache Commons Codec</a> |<a href="https://issues.apache.org/jira/browse/CODEC">Issue management</a> |<a href="https://github.com/apache/commons-codec">Source repository</a></small></p> </footer> </div> </div> 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 Jan 27 18:12:24 2025 @@ -2,7 +2,7 @@ <html lang> <head> <!-- Generated by javadoc (17) --> -<title>PureJavaCrc32C (Apache Commons Codec 1.17.2 API)</title> +<title>PureJavaCrc32C (Apache Commons Codec 1.18.0 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"> @@ -224,7 +224,7 @@ implements <a href="https://docs.oracle. </main> <footer role="contentinfo"> <hr> -<p class="legal-copy"><small>Copyright © 2002-2024 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br> <a href="https://commons.apache.org/proper/commons-codec/">Apache Commons Codec</a> | <a href="https://issues.apache.org/jira/browse/CODEC">Issue management</a> | <a href="https://github.com/apache/commons-codec">Source repository</a></small></p> +<p class="legal-copy"><small>Copyright © 2002-2025 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br><a href="https://commons.apache.org/proper/commons-codec/">Apache Commons Codec</a> |<a href="https://issues.apache.org/jira/browse/CODEC">Issue management</a> |<a href="https://github.com/apache/commons-codec">Source repository</a></small></p> </footer> </div> </div> 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 Jan 27 18:12:24 2025 @@ -2,7 +2,7 @@ <html lang> <head> <!-- Generated by javadoc (17) --> -<title>Sha2Crypt (Apache Commons Codec 1.17.2 API)</title> +<title>Sha2Crypt (Apache Commons Codec 1.18.0 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"> @@ -349,7 +349,7 @@ loadScripts(document, 'script');</script </main> <footer role="contentinfo"> <hr> -<p class="legal-copy"><small>Copyright © 2002-2024 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br> <a href="https://commons.apache.org/proper/commons-codec/">Apache Commons Codec</a> | <a href="https://issues.apache.org/jira/browse/CODEC">Issue management</a> | <a href="https://github.com/apache/commons-codec">Source repository</a></small></p> +<p class="legal-copy"><small>Copyright © 2002-2025 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br><a href="https://commons.apache.org/proper/commons-codec/">Apache Commons Codec</a> |<a href="https://issues.apache.org/jira/browse/CODEC">Issue management</a> |<a href="https://github.com/apache/commons-codec">Source repository</a></small></p> </footer> </div> </div> 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 Jan 27 18:12:24 2025 @@ -2,7 +2,7 @@ <html lang> <head> <!-- Generated by javadoc (17) --> -<title>UnixCrypt (Apache Commons Codec 1.17.2 API)</title> +<title>UnixCrypt (Apache Commons Codec 1.18.0 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"> @@ -268,7 +268,7 @@ loadScripts(document, 'script');</script </main> <footer role="contentinfo"> <hr> -<p class="legal-copy"><small>Copyright © 2002-2024 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br> <a href="https://commons.apache.org/proper/commons-codec/">Apache Commons Codec</a> | <a href="https://issues.apache.org/jira/browse/CODEC">Issue management</a> | <a href="https://github.com/apache/commons-codec">Source repository</a></small></p> +<p class="legal-copy"><small>Copyright © 2002-2025 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br><a href="https://commons.apache.org/proper/commons-codec/">Apache Commons Codec</a> |<a href="https://issues.apache.org/jira/browse/CODEC">Issue management</a> |<a href="https://github.com/apache/commons-codec">Source repository</a></small></p> </footer> </div> </div> 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 Jan 27 18:12:24 2025 @@ -2,7 +2,7 @@ <html lang> <head> <!-- Generated by javadoc (17) --> -<title>XXHash32 (Apache Commons Codec 1.17.2 API)</title> +<title>XXHash32 (Apache Commons Codec 1.18.0 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"> @@ -243,7 +243,7 @@ implements <a href="https://docs.oracle. </main> <footer role="contentinfo"> <hr> -<p class="legal-copy"><small>Copyright © 2002-2024 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br> <a href="https://commons.apache.org/proper/commons-codec/">Apache Commons Codec</a> | <a href="https://issues.apache.org/jira/browse/CODEC">Issue management</a> | <a href="https://github.com/apache/commons-codec">Source repository</a></small></p> +<p class="legal-copy"><small>Copyright © 2002-2025 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br><a href="https://commons.apache.org/proper/commons-codec/">Apache Commons Codec</a> |<a href="https://issues.apache.org/jira/browse/CODEC">Issue management</a> |<a href="https://github.com/apache/commons-codec">Source repository</a></small></p> </footer> </div> </div> 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 Jan 27 18:12:24 2025 @@ -2,7 +2,7 @@ <html lang> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Class org.apache.commons.codec.digest.Blake3 (Apache Commons Codec 1.17.2 API)</title> +<title>Uses of Class org.apache.commons.codec.digest.Blake3 (Apache Commons Codec 1.18.0 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"> @@ -125,7 +125,7 @@ loadScripts(document, 'script');</script </main> <footer role="contentinfo"> <hr> -<p class="legal-copy"><small>Copyright © 2002-2024 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br> <a href="https://commons.apache.org/proper/commons-codec/">Apache Commons Codec</a> | <a href="https://issues.apache.org/jira/browse/CODEC">Issue management</a> | <a href="https://github.com/apache/commons-codec">Source repository</a></small></p> +<p class="legal-copy"><small>Copyright © 2002-2025 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br><a href="https://commons.apache.org/proper/commons-codec/">Apache Commons Codec</a> |<a href="https://issues.apache.org/jira/browse/CODEC">Issue management</a> |<a href="https://github.com/apache/commons-codec">Source repository</a></small></p> </footer> </div> </div> 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 Jan 27 18:12:24 2025 @@ -2,7 +2,7 @@ <html lang> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Class org.apache.commons.codec.digest.Crypt (Apache Commons Codec 1.17.2 API)</title> +<title>Uses of Class org.apache.commons.codec.digest.Crypt (Apache Commons Codec 1.18.0 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"> @@ -54,7 +54,7 @@ loadScripts(document, 'script');</script No usage of org.apache.commons.codec.digest.Crypt</main> <footer role="contentinfo"> <hr> -<p class="legal-copy"><small>Copyright © 2002-2024 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br> <a href="https://commons.apache.org/proper/commons-codec/">Apache Commons Codec</a> | <a href="https://issues.apache.org/jira/browse/CODEC">Issue management</a> | <a href="https://github.com/apache/commons-codec">Source repository</a></small></p> +<p class="legal-copy"><small>Copyright © 2002-2025 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br><a href="https://commons.apache.org/proper/commons-codec/">Apache Commons Codec</a> |<a href="https://issues.apache.org/jira/browse/CODEC">Issue management</a> |<a href="https://github.com/apache/commons-codec">Source repository</a></small></p> </footer> </div> </div> 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 Jan 27 18:12:24 2025 @@ -2,7 +2,7 @@ <html lang> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Class org.apache.commons.codec.digest.DigestUtils (Apache Commons Codec 1.17.2 API)</title> +<title>Uses of Class org.apache.commons.codec.digest.DigestUtils (Apache Commons Codec 1.18.0 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"> @@ -54,7 +54,7 @@ loadScripts(document, 'script');</script No usage of org.apache.commons.codec.digest.DigestUtils</main> <footer role="contentinfo"> <hr> -<p class="legal-copy"><small>Copyright © 2002-2024 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br> <a href="https://commons.apache.org/proper/commons-codec/">Apache Commons Codec</a> | <a href="https://issues.apache.org/jira/browse/CODEC">Issue management</a> | <a href="https://github.com/apache/commons-codec">Source repository</a></small></p> +<p class="legal-copy"><small>Copyright © 2002-2025 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br><a href="https://commons.apache.org/proper/commons-codec/">Apache Commons Codec</a> |<a href="https://issues.apache.org/jira/browse/CODEC">Issue management</a> |<a href="https://github.com/apache/commons-codec">Source repository</a></small></p> </footer> </div> </div> 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 Jan 27 18:12:24 2025 @@ -2,7 +2,7 @@ <html lang> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Enum org.apache.commons.codec.digest.HmacAlgorithms (Apache Commons Codec 1.17.2 API)</title> +<title>Uses of Enum org.apache.commons.codec.digest.HmacAlgorithms (Apache Commons Codec 1.18.0 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"> @@ -125,7 +125,7 @@ the order they are declared.</div> </main> <footer role="contentinfo"> <hr> -<p class="legal-copy"><small>Copyright © 2002-2024 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br> <a href="https://commons.apache.org/proper/commons-codec/">Apache Commons Codec</a> | <a href="https://issues.apache.org/jira/browse/CODEC">Issue management</a> | <a href="https://github.com/apache/commons-codec">Source repository</a></small></p> +<p class="legal-copy"><small>Copyright © 2002-2025 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br><a href="https://commons.apache.org/proper/commons-codec/">Apache Commons Codec</a> |<a href="https://issues.apache.org/jira/browse/CODEC">Issue management</a> |<a href="https://github.com/apache/commons-codec">Source repository</a></small></p> </footer> </div> </div> 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 Jan 27 18:12:24 2025 @@ -2,7 +2,7 @@ <html lang> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Class org.apache.commons.codec.digest.HmacUtils (Apache Commons Codec 1.17.2 API)</title> +<title>Uses of Class org.apache.commons.codec.digest.HmacUtils (Apache Commons Codec 1.18.0 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"> @@ -54,7 +54,7 @@ loadScripts(document, 'script');</script No usage of org.apache.commons.codec.digest.HmacUtils</main> <footer role="contentinfo"> <hr> -<p class="legal-copy"><small>Copyright © 2002-2024 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br> <a href="https://commons.apache.org/proper/commons-codec/">Apache Commons Codec</a> | <a href="https://issues.apache.org/jira/browse/CODEC">Issue management</a> | <a href="https://github.com/apache/commons-codec">Source repository</a></small></p> +<p class="legal-copy"><small>Copyright © 2002-2025 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br><a href="https://commons.apache.org/proper/commons-codec/">Apache Commons Codec</a> |<a href="https://issues.apache.org/jira/browse/CODEC">Issue management</a> |<a href="https://github.com/apache/commons-codec">Source repository</a></small></p> </footer> </div> </div> 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 Jan 27 18:12:24 2025 @@ -2,7 +2,7 @@ <html lang> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Class org.apache.commons.codec.digest.Md5Crypt (Apache Commons Codec 1.17.2 API)</title> +<title>Uses of Class org.apache.commons.codec.digest.Md5Crypt (Apache Commons Codec 1.18.0 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"> @@ -54,7 +54,7 @@ loadScripts(document, 'script');</script No usage of org.apache.commons.codec.digest.Md5Crypt</main> <footer role="contentinfo"> <hr> -<p class="legal-copy"><small>Copyright © 2002-2024 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br> <a href="https://commons.apache.org/proper/commons-codec/">Apache Commons Codec</a> | <a href="https://issues.apache.org/jira/browse/CODEC">Issue management</a> | <a href="https://github.com/apache/commons-codec">Source repository</a></small></p> +<p class="legal-copy"><small>Copyright © 2002-2025 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br><a href="https://commons.apache.org/proper/commons-codec/">Apache Commons Codec</a> |<a href="https://issues.apache.org/jira/browse/CODEC">Issue management</a> |<a href="https://github.com/apache/commons-codec">Source repository</a></small></p> </footer> </div> </div> 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 Jan 27 18:12:24 2025 @@ -2,7 +2,7 @@ <html lang> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Class org.apache.commons.codec.digest.MessageDigestAlgorithms (Apache Commons Codec 1.17.2 API)</title> +<title>Uses of Class org.apache.commons.codec.digest.MessageDigestAlgorithms (Apache Commons Codec 1.18.0 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"> @@ -54,7 +54,7 @@ loadScripts(document, 'script');</script No usage of org.apache.commons.codec.digest.MessageDigestAlgorithms</main> <footer role="contentinfo"> <hr> -<p class="legal-copy"><small>Copyright © 2002-2024 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br> <a href="https://commons.apache.org/proper/commons-codec/">Apache Commons Codec</a> | <a href="https://issues.apache.org/jira/browse/CODEC">Issue management</a> | <a href="https://github.com/apache/commons-codec">Source repository</a></small></p> +<p class="legal-copy"><small>Copyright © 2002-2025 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br><a href="https://commons.apache.org/proper/commons-codec/">Apache Commons Codec</a> |<a href="https://issues.apache.org/jira/browse/CODEC">Issue management</a> |<a href="https://github.com/apache/commons-codec">Source repository</a></small></p> </footer> </div> </div> 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 Jan 27 18:12:24 2025 @@ -2,7 +2,7 @@ <html lang> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Class org.apache.commons.codec.digest.MurmurHash2 (Apache Commons Codec 1.17.2 API)</title> +<title>Uses of Class org.apache.commons.codec.digest.MurmurHash2 (Apache Commons Codec 1.18.0 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"> @@ -54,7 +54,7 @@ loadScripts(document, 'script');</script No usage of org.apache.commons.codec.digest.MurmurHash2</main> <footer role="contentinfo"> <hr> -<p class="legal-copy"><small>Copyright © 2002-2024 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br> <a href="https://commons.apache.org/proper/commons-codec/">Apache Commons Codec</a> | <a href="https://issues.apache.org/jira/browse/CODEC">Issue management</a> | <a href="https://github.com/apache/commons-codec">Source repository</a></small></p> +<p class="legal-copy"><small>Copyright © 2002-2025 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br><a href="https://commons.apache.org/proper/commons-codec/">Apache Commons Codec</a> |<a href="https://issues.apache.org/jira/browse/CODEC">Issue management</a> |<a href="https://github.com/apache/commons-codec">Source repository</a></small></p> </footer> </div> </div> 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 Jan 27 18:12:24 2025 @@ -2,7 +2,7 @@ <html lang> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Class org.apache.commons.codec.digest.MurmurHash3.IncrementalHash32 (Apache Commons Codec 1.17.2 API)</title> +<title>Uses of Class org.apache.commons.codec.digest.MurmurHash3.IncrementalHash32 (Apache Commons Codec 1.18.0 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"> @@ -54,7 +54,7 @@ loadScripts(document, 'script');</script No usage of org.apache.commons.codec.digest.MurmurHash3.IncrementalHash32</main> <footer role="contentinfo"> <hr> -<p class="legal-copy"><small>Copyright © 2002-2024 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br> <a href="https://commons.apache.org/proper/commons-codec/">Apache Commons Codec</a> | <a href="https://issues.apache.org/jira/browse/CODEC">Issue management</a> | <a href="https://github.com/apache/commons-codec">Source repository</a></small></p> +<p class="legal-copy"><small>Copyright © 2002-2025 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br><a href="https://commons.apache.org/proper/commons-codec/">Apache Commons Codec</a> |<a href="https://issues.apache.org/jira/browse/CODEC">Issue management</a> |<a href="https://github.com/apache/commons-codec">Source repository</a></small></p> </footer> </div> </div> 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 Jan 27 18:12:24 2025 @@ -2,7 +2,7 @@ <html lang> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Class org.apache.commons.codec.digest.MurmurHash3.IncrementalHash32x86 (Apache Commons Codec 1.17.2 API)</title> +<title>Uses of Class org.apache.commons.codec.digest.MurmurHash3.IncrementalHash32x86 (Apache Commons Codec 1.18.0 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"> @@ -86,7 +86,7 @@ loadScripts(document, 'script');</script </main> <footer role="contentinfo"> <hr> -<p class="legal-copy"><small>Copyright © 2002-2024 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br> <a href="https://commons.apache.org/proper/commons-codec/">Apache Commons Codec</a> | <a href="https://issues.apache.org/jira/browse/CODEC">Issue management</a> | <a href="https://github.com/apache/commons-codec">Source repository</a></small></p> +<p class="legal-copy"><small>Copyright © 2002-2025 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br><a href="https://commons.apache.org/proper/commons-codec/">Apache Commons Codec</a> |<a href="https://issues.apache.org/jira/browse/CODEC">Issue management</a> |<a href="https://github.com/apache/commons-codec">Source repository</a></small></p> </footer> </div> </div> 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 Jan 27 18:12:24 2025 @@ -2,7 +2,7 @@ <html lang> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Class org.apache.commons.codec.digest.MurmurHash3 (Apache Commons Codec 1.17.2 API)</title> +<title>Uses of Class org.apache.commons.codec.digest.MurmurHash3 (Apache Commons Codec 1.18.0 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"> @@ -54,7 +54,7 @@ loadScripts(document, 'script');</script No usage of org.apache.commons.codec.digest.MurmurHash3</main> <footer role="contentinfo"> <hr> -<p class="legal-copy"><small>Copyright © 2002-2024 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br> <a href="https://commons.apache.org/proper/commons-codec/">Apache Commons Codec</a> | <a href="https://issues.apache.org/jira/browse/CODEC">Issue management</a> | <a href="https://github.com/apache/commons-codec">Source repository</a></small></p> +<p class="legal-copy"><small>Copyright © 2002-2025 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br><a href="https://commons.apache.org/proper/commons-codec/">Apache Commons Codec</a> |<a href="https://issues.apache.org/jira/browse/CODEC">Issue management</a> |<a href="https://github.com/apache/commons-codec">Source repository</a></small></p> </footer> </div> </div> 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 Jan 27 18:12:24 2025 @@ -2,7 +2,7 @@ <html lang> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Class org.apache.commons.codec.digest.PureJavaCrc32 (Apache Commons Codec 1.17.2 API)</title> +<title>Uses of Class org.apache.commons.codec.digest.PureJavaCrc32 (Apache Commons Codec 1.18.0 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"> @@ -54,7 +54,7 @@ loadScripts(document, 'script');</script No usage of org.apache.commons.codec.digest.PureJavaCrc32</main> <footer role="contentinfo"> <hr> -<p class="legal-copy"><small>Copyright © 2002-2024 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br> <a href="https://commons.apache.org/proper/commons-codec/">Apache Commons Codec</a> | <a href="https://issues.apache.org/jira/browse/CODEC">Issue management</a> | <a href="https://github.com/apache/commons-codec">Source repository</a></small></p> +<p class="legal-copy"><small>Copyright © 2002-2025 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br><a href="https://commons.apache.org/proper/commons-codec/">Apache Commons Codec</a> |<a href="https://issues.apache.org/jira/browse/CODEC">Issue management</a> |<a href="https://github.com/apache/commons-codec">Source repository</a></small></p> </footer> </div> </div> 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 Jan 27 18:12:24 2025 @@ -2,7 +2,7 @@ <html lang> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Class org.apache.commons.codec.digest.PureJavaCrc32C (Apache Commons Codec 1.17.2 API)</title> +<title>Uses of Class org.apache.commons.codec.digest.PureJavaCrc32C (Apache Commons Codec 1.18.0 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"> @@ -54,7 +54,7 @@ loadScripts(document, 'script');</script No usage of org.apache.commons.codec.digest.PureJavaCrc32C</main> <footer role="contentinfo"> <hr> -<p class="legal-copy"><small>Copyright © 2002-2024 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br> <a href="https://commons.apache.org/proper/commons-codec/">Apache Commons Codec</a> | <a href="https://issues.apache.org/jira/browse/CODEC">Issue management</a> | <a href="https://github.com/apache/commons-codec">Source repository</a></small></p> +<p class="legal-copy"><small>Copyright © 2002-2025 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br><a href="https://commons.apache.org/proper/commons-codec/">Apache Commons Codec</a> |<a href="https://issues.apache.org/jira/browse/CODEC">Issue management</a> |<a href="https://github.com/apache/commons-codec">Source repository</a></small></p> </footer> </div> </div> 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 Jan 27 18:12:24 2025 @@ -2,7 +2,7 @@ <html lang> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Class org.apache.commons.codec.digest.Sha2Crypt (Apache Commons Codec 1.17.2 API)</title> +<title>Uses of Class org.apache.commons.codec.digest.Sha2Crypt (Apache Commons Codec 1.18.0 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"> @@ -54,7 +54,7 @@ loadScripts(document, 'script');</script No usage of org.apache.commons.codec.digest.Sha2Crypt</main> <footer role="contentinfo"> <hr> -<p class="legal-copy"><small>Copyright © 2002-2024 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br> <a href="https://commons.apache.org/proper/commons-codec/">Apache Commons Codec</a> | <a href="https://issues.apache.org/jira/browse/CODEC">Issue management</a> | <a href="https://github.com/apache/commons-codec">Source repository</a></small></p> +<p class="legal-copy"><small>Copyright © 2002-2025 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br><a href="https://commons.apache.org/proper/commons-codec/">Apache Commons Codec</a> |<a href="https://issues.apache.org/jira/browse/CODEC">Issue management</a> |<a href="https://github.com/apache/commons-codec">Source repository</a></small></p> </footer> </div> </div> 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 Jan 27 18:12:24 2025 @@ -2,7 +2,7 @@ <html lang> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Class org.apache.commons.codec.digest.UnixCrypt (Apache Commons Codec 1.17.2 API)</title> +<title>Uses of Class org.apache.commons.codec.digest.UnixCrypt (Apache Commons Codec 1.18.0 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"> @@ -54,7 +54,7 @@ loadScripts(document, 'script');</script No usage of org.apache.commons.codec.digest.UnixCrypt</main> <footer role="contentinfo"> <hr> -<p class="legal-copy"><small>Copyright © 2002-2024 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br> <a href="https://commons.apache.org/proper/commons-codec/">Apache Commons Codec</a> | <a href="https://issues.apache.org/jira/browse/CODEC">Issue management</a> | <a href="https://github.com/apache/commons-codec">Source repository</a></small></p> +<p class="legal-copy"><small>Copyright © 2002-2025 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br><a href="https://commons.apache.org/proper/commons-codec/">Apache Commons Codec</a> |<a href="https://issues.apache.org/jira/browse/CODEC">Issue management</a> |<a href="https://github.com/apache/commons-codec">Source repository</a></small></p> </footer> </div> </div> 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 Jan 27 18:12:24 2025 @@ -2,7 +2,7 @@ <html lang> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Class org.apache.commons.codec.digest.XXHash32 (Apache Commons Codec 1.17.2 API)</title> +<title>Uses of Class org.apache.commons.codec.digest.XXHash32 (Apache Commons Codec 1.18.0 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"> @@ -54,7 +54,7 @@ loadScripts(document, 'script');</script No usage of org.apache.commons.codec.digest.XXHash32</main> <footer role="contentinfo"> <hr> -<p class="legal-copy"><small>Copyright © 2002-2024 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br> <a href="https://commons.apache.org/proper/commons-codec/">Apache Commons Codec</a> | <a href="https://issues.apache.org/jira/browse/CODEC">Issue management</a> | <a href="https://github.com/apache/commons-codec">Source repository</a></small></p> +<p class="legal-copy"><small>Copyright © 2002-2025 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br><a href="https://commons.apache.org/proper/commons-codec/">Apache Commons Codec</a> |<a href="https://issues.apache.org/jira/browse/CODEC">Issue management</a> |<a href="https://github.com/apache/commons-codec">Source repository</a></small></p> </footer> </div> </div> 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 Jan 27 18:12:24 2025 @@ -2,7 +2,7 @@ <html lang> <head> <!-- Generated by javadoc (17) --> -<title>org.apache.commons.codec.digest (Apache Commons Codec 1.17.2 API)</title> +<title>org.apache.commons.codec.digest (Apache Commons Codec 1.18.0 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"> @@ -186,7 +186,7 @@ loadScripts(document, 'script');</script </main> <footer role="contentinfo"> <hr> -<p class="legal-copy"><small>Copyright © 2002-2024 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br> <a href="https://commons.apache.org/proper/commons-codec/">Apache Commons Codec</a> | <a href="https://issues.apache.org/jira/browse/CODEC">Issue management</a> | <a href="https://github.com/apache/commons-codec">Source repository</a></small></p> +<p class="legal-copy"><small>Copyright © 2002-2025 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br><a href="https://commons.apache.org/proper/commons-codec/">Apache Commons Codec</a> |<a href="https://issues.apache.org/jira/browse/CODEC">Issue management</a> |<a href="https://github.com/apache/commons-codec">Source repository</a></small></p> </footer> </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 Jan 27 18:12:24 2025 @@ -2,7 +2,7 @@ <html lang> <head> <!-- Generated by javadoc (17) --> -<title>org.apache.commons.codec.digest Class Hierarchy (Apache Commons Codec 1.17.2 API)</title> +<title>org.apache.commons.codec.digest Class Hierarchy (Apache Commons Codec 1.18.0 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"> @@ -99,7 +99,7 @@ loadScripts(document, 'script');</script </main> <footer role="contentinfo"> <hr> -<p class="legal-copy"><small>Copyright © 2002-2024 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br> <a href="https://commons.apache.org/proper/commons-codec/">Apache Commons Codec</a> | <a href="https://issues.apache.org/jira/browse/CODEC">Issue management</a> | <a href="https://github.com/apache/commons-codec">Source repository</a></small></p> +<p class="legal-copy"><small>Copyright © 2002-2025 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br><a href="https://commons.apache.org/proper/commons-codec/">Apache Commons Codec</a> |<a href="https://issues.apache.org/jira/browse/CODEC">Issue management</a> |<a href="https://github.com/apache/commons-codec">Source repository</a></small></p> </footer> </div> </div> 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 Jan 27 18:12:24 2025 @@ -2,7 +2,7 @@ <html lang> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Package org.apache.commons.codec.digest (Apache Commons Codec 1.17.2 API)</title> +<title>Uses of Package org.apache.commons.codec.digest (Apache Commons Codec 1.18.0 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"> @@ -92,7 +92,7 @@ loadScripts(document, 'script');</script </main> <footer role="contentinfo"> <hr> -<p class="legal-copy"><small>Copyright © 2002-2024 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br> <a href="https://commons.apache.org/proper/commons-codec/">Apache Commons Codec</a> | <a href="https://issues.apache.org/jira/browse/CODEC">Issue management</a> | <a href="https://github.com/apache/commons-codec">Source repository</a></small></p> +<p class="legal-copy"><small>Copyright © 2002-2025 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br><a href="https://commons.apache.org/proper/commons-codec/">Apache Commons Codec</a> |<a href="https://issues.apache.org/jira/browse/CODEC">Issue management</a> |<a href="https://github.com/apache/commons-codec">Source repository</a></small></p> </footer> </div> </div> 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 Jan 27 18:12:24 2025 @@ -2,7 +2,7 @@ <html lang> <head> <!-- Generated by javadoc (17) --> -<title>AbstractCaverphone (Apache Commons Codec 1.17.2 API)</title> +<title>AbstractCaverphone (Apache Commons Codec 1.18.0 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"> @@ -228,7 +228,7 @@ implements <a href="../StringEncoder.htm </main> <footer role="contentinfo"> <hr> -<p class="legal-copy"><small>Copyright © 2002-2024 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br> <a href="https://commons.apache.org/proper/commons-codec/">Apache Commons Codec</a> | <a href="https://issues.apache.org/jira/browse/CODEC">Issue management</a> | <a href="https://github.com/apache/commons-codec">Source repository</a></small></p> +<p class="legal-copy"><small>Copyright © 2002-2025 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br><a href="https://commons.apache.org/proper/commons-codec/">Apache Commons Codec</a> |<a href="https://issues.apache.org/jira/browse/CODEC">Issue management</a> |<a href="https://github.com/apache/commons-codec">Source repository</a></small></p> </footer> </div> </div> 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 Jan 27 18:12:24 2025 @@ -2,7 +2,7 @@ <html lang> <head> <!-- Generated by javadoc (17) --> -<title>Caverphone (Apache Commons Codec 1.17.2 API)</title> +<title>Caverphone (Apache Commons Codec 1.18.0 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"> @@ -267,7 +267,7 @@ implements <a href="../StringEncoder.htm </main> <footer role="contentinfo"> <hr> -<p class="legal-copy"><small>Copyright © 2002-2024 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br> <a href="https://commons.apache.org/proper/commons-codec/">Apache Commons Codec</a> | <a href="https://issues.apache.org/jira/browse/CODEC">Issue management</a> | <a href="https://github.com/apache/commons-codec">Source repository</a></small></p> +<p class="legal-copy"><small>Copyright © 2002-2025 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br><a href="https://commons.apache.org/proper/commons-codec/">Apache Commons Codec</a> |<a href="https://issues.apache.org/jira/browse/CODEC">Issue management</a> |<a href="https://github.com/apache/commons-codec">Source repository</a></small></p> </footer> </div> </div> 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 Jan 27 18:12:24 2025 @@ -2,7 +2,7 @@ <html lang> <head> <!-- Generated by javadoc (17) --> -<title>Caverphone1 (Apache Commons Codec 1.17.2 API)</title> +<title>Caverphone1 (Apache Commons Codec 1.18.0 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"> @@ -193,7 +193,7 @@ loadScripts(document, 'script');</script </main> <footer role="contentinfo"> <hr> -<p class="legal-copy"><small>Copyright © 2002-2024 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br> <a href="https://commons.apache.org/proper/commons-codec/">Apache Commons Codec</a> | <a href="https://issues.apache.org/jira/browse/CODEC">Issue management</a> | <a href="https://github.com/apache/commons-codec">Source repository</a></small></p> +<p class="legal-copy"><small>Copyright © 2002-2025 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br><a href="https://commons.apache.org/proper/commons-codec/">Apache Commons Codec</a> |<a href="https://issues.apache.org/jira/browse/CODEC">Issue management</a> |<a href="https://github.com/apache/commons-codec">Source repository</a></small></p> </footer> </div> </div> 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 Jan 27 18:12:24 2025 @@ -2,7 +2,7 @@ <html lang> <head> <!-- Generated by javadoc (17) --> -<title>Caverphone2 (Apache Commons Codec 1.17.2 API)</title> +<title>Caverphone2 (Apache Commons Codec 1.18.0 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"> @@ -193,7 +193,7 @@ loadScripts(document, 'script');</script </main> <footer role="contentinfo"> <hr> -<p class="legal-copy"><small>Copyright © 2002-2024 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br> <a href="https://commons.apache.org/proper/commons-codec/">Apache Commons Codec</a> | <a href="https://issues.apache.org/jira/browse/CODEC">Issue management</a> | <a href="https://github.com/apache/commons-codec">Source repository</a></small></p> +<p class="legal-copy"><small>Copyright © 2002-2025 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br><a href="https://commons.apache.org/proper/commons-codec/">Apache Commons Codec</a> |<a href="https://issues.apache.org/jira/browse/CODEC">Issue management</a> |<a href="https://github.com/apache/commons-codec">Source repository</a></small></p> </footer> </div> </div> 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 Jan 27 18:12:24 2025 @@ -2,7 +2,7 @@ <html lang> <head> <!-- Generated by javadoc (17) --> -<title>ColognePhonetic (Apache Commons Codec 1.17.2 API)</title> +<title>ColognePhonetic (Apache Commons Codec 1.18.0 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"> @@ -407,7 +407,7 @@ implements <a href="../StringEncoder.htm </main> <footer role="contentinfo"> <hr> -<p class="legal-copy"><small>Copyright © 2002-2024 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br> <a href="https://commons.apache.org/proper/commons-codec/">Apache Commons Codec</a> | <a href="https://issues.apache.org/jira/browse/CODEC">Issue management</a> | <a href="https://github.com/apache/commons-codec">Source repository</a></small></p> +<p class="legal-copy"><small>Copyright © 2002-2025 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br><a href="https://commons.apache.org/proper/commons-codec/">Apache Commons Codec</a> |<a href="https://issues.apache.org/jira/browse/CODEC">Issue management</a> |<a href="https://github.com/apache/commons-codec">Source repository</a></small></p> </footer> </div> </div> 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 Jan 27 18:12:24 2025 @@ -2,7 +2,7 @@ <html lang> <head> <!-- Generated by javadoc (17) --> -<title>DaitchMokotoffSoundex (Apache Commons Codec 1.17.2 API)</title> +<title>DaitchMokotoffSoundex (Apache Commons Codec 1.18.0 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"> @@ -202,7 +202,7 @@ implements <a href="../StringEncoder.htm <div class="member-signature"><span class="modifiers">public</span> <span class="element-name"><a href="../../../../../src-html/org/apache/commons/codec/language/DaitchMokotoffSoundex.html#line-342">DaitchMokotoffSoundex</a></span><wbr><span class="parameters">(boolean folding)</span></div> <div class="block">Creates a new instance. <p> - With ASCII-folding enabled, certain accented characters will be transformed to equivalent ASCII characters, e.g. + With ASCII-folding enabled, certain accented characters will be transformed to equivalent ASCII characters, for example è -> e. </p></div> <dl class="notes"> @@ -310,7 +310,7 @@ implements <a href="../StringEncoder.htm </main> <footer role="contentinfo"> <hr> -<p class="legal-copy"><small>Copyright © 2002-2024 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br> <a href="https://commons.apache.org/proper/commons-codec/">Apache Commons Codec</a> | <a href="https://issues.apache.org/jira/browse/CODEC">Issue management</a> | <a href="https://github.com/apache/commons-codec">Source repository</a></small></p> +<p class="legal-copy"><small>Copyright © 2002-2025 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br><a href="https://commons.apache.org/proper/commons-codec/">Apache Commons Codec</a> |<a href="https://issues.apache.org/jira/browse/CODEC">Issue management</a> |<a href="https://github.com/apache/commons-codec">Source repository</a></small></p> </footer> </div> </div> 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 Jan 27 18:12:24 2025 @@ -2,7 +2,7 @@ <html lang> <head> <!-- Generated by javadoc (17) --> -<title>DoubleMetaphone.DoubleMetaphoneResult (Apache Commons Codec 1.17.2 API)</title> +<title>DoubleMetaphone.DoubleMetaphoneResult (Apache Commons Codec 1.18.0 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"> @@ -340,7 +340,7 @@ loadScripts(document, 'script');</script </main> <footer role="contentinfo"> <hr> -<p class="legal-copy"><small>Copyright © 2002-2024 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br> <a href="https://commons.apache.org/proper/commons-codec/">Apache Commons Codec</a> | <a href="https://issues.apache.org/jira/browse/CODEC">Issue management</a> | <a href="https://github.com/apache/commons-codec">Source repository</a></small></p> +<p class="legal-copy"><small>Copyright © 2002-2025 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br><a href="https://commons.apache.org/proper/commons-codec/">Apache Commons Codec</a> |<a href="https://issues.apache.org/jira/browse/CODEC">Issue management</a> |<a href="https://github.com/apache/commons-codec">Source repository</a></small></p> </footer> </div> </div>
