Modified: websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/binary/Base64TestData.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/binary/Base64TestData.html (original) +++ websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/binary/Base64TestData.html Mon Jan 27 18:12:24 2025 @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="" lang=""> <head><meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>Base64TestData xref</title> <link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" /> @@ -31,66 +31,79 @@ <a class="jxr_linenumber" name="L23" href="#L23">23</a> <em class="jxr_javadoccomment"> *</em> <a class="jxr_linenumber" name="L24" href="#L24">24</a> <em class="jxr_javadoccomment"> * @see <a href="<a href="http://www.ietf.org/rfc/rfc2045.txt" target="alexandria_uri">http://www.ietf.org/rfc/rfc2045.txt</a>">RFC 2045</a></em> <a class="jxr_linenumber" name="L25" href="#L25">25</a> <em class="jxr_javadoccomment"> */</em> -<a class="jxr_linenumber" name="L26" href="#L26">26</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a name="Base64TestData" href="../../../../../org/apache/commons/codec/binary/Base64TestData.html#Base64TestData">Base64TestData</a> { +<a class="jxr_linenumber" name="L26" href="#L26">26</a> <strong class="jxr_keyword">class</strong> <a name="Base64TestData" href="../../../../../org/apache/commons/codec/binary/Base64TestData.html#Base64TestData">Base64TestData</a> { <a class="jxr_linenumber" name="L27" href="#L27">27</a> <a class="jxr_linenumber" name="L28" href="#L28">28</a> <em class="jxr_javadoccomment">/**</em> <a class="jxr_linenumber" name="L29" href="#L29">29</a> <em class="jxr_javadoccomment"> * A valid base 64 encoding that has a length that is a multiple of 3.</em> -<a class="jxr_linenumber" name="L30" href="#L30">30</a> <em class="jxr_javadoccomment"> * @see <a href="<a href="https://issues.apache.org/jira/browse/CODEC-101" target="alexandria_uri">https://issues.apache.org/jira/browse/CODEC-101</a>">Codec 101</a></em> -<a class="jxr_linenumber" name="L31" href="#L31">31</a> <em class="jxr_javadoccomment"> */</em> -<a class="jxr_linenumber" name="L32" href="#L32">32</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String CODEC_101_INPUT_LENGTH_IS_MULTIPLE_OF_3 = <span class="jxr_string">"124"</span>; -<a class="jxr_linenumber" name="L33" href="#L33">33</a> -<a class="jxr_linenumber" name="L34" href="#L34">34</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String CODEC_98_NPE = -<a class="jxr_linenumber" name="L35" href="#L35">35</a> <span class="jxr_string">"YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWjAxMjM"</span>; -<a class="jxr_linenumber" name="L36" href="#L36">36</a> -<a class="jxr_linenumber" name="L37" href="#L37">37</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String CODEC_98_NPE_DECODED = -<a class="jxr_linenumber" name="L38" href="#L38">38</a> <span class="jxr_string">"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123"</span>; -<a class="jxr_linenumber" name="L39" href="#L39">39</a> -<a class="jxr_linenumber" name="L40" href="#L40">40</a> <em class="jxr_comment">// OpenSSL doesn't include the final \n, but it would be annoying beyond belief</em> -<a class="jxr_linenumber" name="L41" href="#L41">41</a> <em class="jxr_comment">// to further parameterize commons-codec to support this pointless variation.</em> -<a class="jxr_linenumber" name="L42" href="#L42">42</a> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String ENCODED_64_CHARS_PER_LINE = -<a class="jxr_linenumber" name="L43" href="#L43">43</a> <span class="jxr_string">"9IPNKwUvdLiIAp6ctz12SiQmOGstWyYvSPeevufDhrzaws65voykKjbIj33YWTa9\n"</span> + -<a class="jxr_linenumber" name="L44" href="#L44">44</a> <span class="jxr_string">"xA7c/FHypWclrZhQ7onfc3JE93BJ5fT4R9zAEdjbjy1hv4ZYNnET4WJeXMLJ/5p+\n"</span> + -<a class="jxr_linenumber" name="L45" href="#L45">45</a> <span class="jxr_string">"qBpTsPpepW8DNVYy1c02/1wyC+kgA6CvRUd9cSr/lt88AEdsTV4GMCn1+EwuAiYd\n"</span> + -<a class="jxr_linenumber" name="L46" href="#L46">46</a> <span class="jxr_string">"ivxuzn+cLM8q2jewqlI52tP9J7Cs8vqG71s6+WAELKvm/UovvyaOi+OdMUfjQ0JL\n"</span> + -<a class="jxr_linenumber" name="L47" href="#L47">47</a> <span class="jxr_string">"iLkHu6p9OwUgvQqiDKzEv/Augo0dTPZzYGEyCP5GVrle3QQdgciIHnpdd4VUTPGR\n"</span> + -<a class="jxr_linenumber" name="L48" href="#L48">48</a> <span class="jxr_string">"UbXeKbh++U3fbJIng/sQXM3IYByMZ7xt9HWS1LUcRdQ7Prwn/IlQWxOMeq+KZJSo\n"</span> + -<a class="jxr_linenumber" name="L49" href="#L49">49</a> <span class="jxr_string">"AviWtdserXyHbIEa//hmr4p/j80k0g9q35hq1ayGM9984ALTSaZ8WeyFbZx1CxC/\n"</span> + -<a class="jxr_linenumber" name="L50" href="#L50">50</a> <span class="jxr_string">"Qoqf92UH/ylBRnSJNn4sS0oa3uUbNvOnpkB4D9V7Ut9atinCJrw+wiJcMl+9kp25\n"</span> + -<a class="jxr_linenumber" name="L51" href="#L51">51</a> <span class="jxr_string">"1IUxBGA4cUxh0eaxk3ODWnwI95EktmWOKwCSP0xjWwIMxDjygwAG5R8fk9H9bVi1\n"</span> + -<a class="jxr_linenumber" name="L52" href="#L52">52</a> <span class="jxr_string">"thMavm4nDc4vaNoSE1RnZNYwbiUVlVPM9EclvJWTWd6igWeA0MxHAA8iOM5Vnmqp\n"</span> + -<a class="jxr_linenumber" name="L53" href="#L53">53</a> <span class="jxr_string">"/WGM7UDq59rBIdNQCoeTJaAkEtAuLL5zogOa5e+MzVjvB5MYQlOlaaTtQrRApXa5\n"</span> + -<a class="jxr_linenumber" name="L54" href="#L54">54</a> <span class="jxr_string">"Z4VfEanu9UK2fi1T8jJPFC2PmXebxp0bnO+VW+bgyEdIIkIQCaZq1MKWC3KuiOS9\n"</span> + -<a class="jxr_linenumber" name="L55" href="#L55">55</a> <span class="jxr_string">"BJ1t7O0A2JKJKvoE4UNulzV2TGCC+KAnmjRqQBqXlJmgjHQAoHNZKOma/uIQOsvf\n"</span> + -<a class="jxr_linenumber" name="L56" href="#L56">56</a> <span class="jxr_string">"DnqicYdDmfyCYuV89HjA1H8tiDJ85VfsrFHdcbPAoNCpi65awJSHfdPO1NDONOK+\n"</span> + -<a class="jxr_linenumber" name="L57" href="#L57">57</a> <span class="jxr_string">"+S7Y0VXUgoYYrBV4Y7YbC8wg/nqcimr3lm3tRyp+QsgKzdREbfNRk0F5PLyLfsUE\n"</span> + -<a class="jxr_linenumber" name="L58" href="#L58">58</a> <span class="jxr_string">"lepjs1QdV3fEV1LJtiywA3ubVNQJRxhbYxa/C/Xy2qxpm6vvdL92l3q1ccev35Ic\n"</span> + -<a class="jxr_linenumber" name="L59" href="#L59">59</a> <span class="jxr_string">"aOiSx7Im+/GxV2lVKdaOvYVGDD1zBRe6Y2CwQb9p088l3/93qGR5593NCiuPPWcs\n"</span> + -<a class="jxr_linenumber" name="L60" href="#L60">60</a> <span class="jxr_string">"DWwUShM1EyW0FNX1F8bnzHnYijoyE/jf4s/l9bBd7yJdRWRCyih2WcypAiOIEkBs\n"</span> + -<a class="jxr_linenumber" name="L61" href="#L61">61</a> <span class="jxr_string">"H+dCTgalu8sRDoMh4ZIBBdgHfoZUycLqReQFLZZ4Sl4zSmzt5vQxQFhEKb9+ff/4\n"</span> + -<a class="jxr_linenumber" name="L62" href="#L62">62</a> <span class="jxr_string">"rb1KAo6wifengxVfIsa2b5ljXzAqXs7JkPvmC6fa7X4ZZndRokaxYlu3cg8OV+uG\n"</span> + -<a class="jxr_linenumber" name="L63" href="#L63">63</a> <span class="jxr_string">"/6YAHZilo8at0OpkkNdNFuhwuGlkBqrZKNUj/gSiYYc06gF/r/z6iWAjpXJRW1qq\n"</span> + -<a class="jxr_linenumber" name="L64" href="#L64">64</a> <span class="jxr_string">"3CLZXdZFZ/VrqXeVjtOAu2A=\n"</span>; -<a class="jxr_linenumber" name="L65" href="#L65">65</a> -<a class="jxr_linenumber" name="L66" href="#L66">66</a> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String ENCODED_76_CHARS_PER_LINE = -<a class="jxr_linenumber" name="L67" href="#L67">67</a> <span class="jxr_string">"9IPNKwUvdLiIAp6ctz12SiQmOGstWyYvSPeevufDhrzaws65voykKjbIj33YWTa9xA7c/FHypWcl\n"</span> + -<a class="jxr_linenumber" name="L68" href="#L68">68</a> <span class="jxr_string">"rZhQ7onfc3JE93BJ5fT4R9zAEdjbjy1hv4ZYNnET4WJeXMLJ/5p+qBpTsPpepW8DNVYy1c02/1wy\n"</span> + -<a class="jxr_linenumber" name="L69" href="#L69">69</a> <span class="jxr_string">"C+kgA6CvRUd9cSr/lt88AEdsTV4GMCn1+EwuAiYdivxuzn+cLM8q2jewqlI52tP9J7Cs8vqG71s6\n"</span> + -<a class="jxr_linenumber" name="L70" href="#L70">70</a> <span class="jxr_string">"+WAELKvm/UovvyaOi+OdMUfjQ0JLiLkHu6p9OwUgvQqiDKzEv/Augo0dTPZzYGEyCP5GVrle3QQd\n"</span> + -<a class="jxr_linenumber" name="L71" href="#L71">71</a> <span class="jxr_string">"gciIHnpdd4VUTPGRUbXeKbh++U3fbJIng/sQXM3IYByMZ7xt9HWS1LUcRdQ7Prwn/IlQWxOMeq+K\n"</span> + -<a class="jxr_linenumber" name="L72" href="#L72">72</a> <span class="jxr_string">"ZJSoAviWtdserXyHbIEa//hmr4p/j80k0g9q35hq1ayGM9984ALTSaZ8WeyFbZx1CxC/Qoqf92UH\n"</span> + -<a class="jxr_linenumber" name="L73" href="#L73">73</a> <span class="jxr_string">"/ylBRnSJNn4sS0oa3uUbNvOnpkB4D9V7Ut9atinCJrw+wiJcMl+9kp251IUxBGA4cUxh0eaxk3OD\n"</span> + -<a class="jxr_linenumber" name="L74" href="#L74">74</a> <span class="jxr_string">"WnwI95EktmWOKwCSP0xjWwIMxDjygwAG5R8fk9H9bVi1thMavm4nDc4vaNoSE1RnZNYwbiUVlVPM\n"</span> + -<a class="jxr_linenumber" name="L75" href="#L75">75</a> <span class="jxr_string">"9EclvJWTWd6igWeA0MxHAA8iOM5Vnmqp/WGM7UDq59rBIdNQCoeTJaAkEtAuLL5zogOa5e+MzVjv\n"</span> + -<a class="jxr_linenumber" name="L76" href="#L76">76</a> <span class="jxr_string">"B5MYQlOlaaTtQrRApXa5Z4VfEanu9UK2fi1T8jJPFC2PmXebxp0bnO+VW+bgyEdIIkIQCaZq1MKW\n"</span> + -<a class="jxr_linenumber" name="L77" href="#L77">77</a> <span class="jxr_string">"C3KuiOS9BJ1t7O0A2JKJKvoE4UNulzV2TGCC+KAnmjRqQBqXlJmgjHQAoHNZKOma/uIQOsvfDnqi\n"</span> + -<a class="jxr_linenumber" name="L78" href="#L78">78</a> <span class="jxr_string">"cYdDmfyCYuV89HjA1H8tiDJ85VfsrFHdcbPAoNCpi65awJSHfdPO1NDONOK++S7Y0VXUgoYYrBV4\n"</span> + -<a class="jxr_linenumber" name="L79" href="#L79">79</a> <span class="jxr_string">"Y7YbC8wg/nqcimr3lm3tRyp+QsgKzdREbfNRk0F5PLyLfsUElepjs1QdV3fEV1LJtiywA3ubVNQJ\n"</span> + -<a class="jxr_linenumber" name="L80" href="#L80">80</a> <span class="jxr_string">"RxhbYxa/C/Xy2qxpm6vvdL92l3q1ccev35IcaOiSx7Im+/GxV2lVKdaOvYVGDD1zBRe6Y2CwQb9p\n"</span> + -<a class="jxr_linenumber" name="L81" href="#L81">81</a> <span class="jxr_string">"088l3/93qGR5593NCiuPPWcsDWwUShM1EyW0FNX1F8bnzHnYijoyE/jf4s/l9bBd7yJdRWRCyih2\n"</span> + -<a class="jxr_linenumber" name="L82" href="#L82">82</a> <span class="jxr_string">"WcypAiOIEkBsH+dCTgalu8sRDoMh4ZIBBdgHfoZUycLqReQFLZZ4Sl4zSmzt5vQxQFhEKb9+ff/4\n"</span> + -<a class="jxr_linenumber" name="L83" href="#L83">83</a> <span class="jxr_string">"rb1KAo6wifengxVfIsa2b5ljXzAqXs7JkPvmC6fa7X4ZZndRokaxYlu3cg8OV+uG/6YAHZilo8at\n"</span> + -<a class="jxr_linenumber" name="L84" href="#L84">84</a> <span class="jxr_string">"0OpkkNdNFuhwuGlkBqrZKNUj/gSiYYc06gF/r/z6iWAjpXJRW1qq3CLZXdZFZ/VrqXeVjtOAu2A=\n"</span>; -<a class="jxr_linenumber" name="L85" href="#L85">85</a> } +<a class="jxr_linenumber" name="L30" href="#L30">30</a> <em class="jxr_javadoccomment"> *</em> +<a class="jxr_linenumber" name="L31" href="#L31">31</a> <em class="jxr_javadoccomment"> * @see <a href="<a href="https://issues.apache.org/jira/browse/CODEC-101" target="alexandria_uri">https://issues.apache.org/jira/browse/CODEC-101</a>">CODEC-101</a></em> +<a class="jxr_linenumber" name="L32" href="#L32">32</a> <em class="jxr_javadoccomment"> */</em> +<a class="jxr_linenumber" name="L33" href="#L33">33</a> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String CODEC_101_INPUT_LENGTH_IS_MULTIPLE_OF_3 = <span class="jxr_string">"124"</span>; +<a class="jxr_linenumber" name="L34" href="#L34">34</a> +<a class="jxr_linenumber" name="L35" href="#L35">35</a> <em class="jxr_javadoccomment">/**</em> +<a class="jxr_linenumber" name="L36" href="#L36">36</a> <em class="jxr_javadoccomment"> * See CODEC-98.</em> +<a class="jxr_linenumber" name="L37" href="#L37">37</a> <em class="jxr_javadoccomment"> *</em> +<a class="jxr_linenumber" name="L38" href="#L38">38</a> <em class="jxr_javadoccomment"> * @see <a href="<a href="https://issues.apache.org/jira/browse/CODEC-98" target="alexandria_uri">https://issues.apache.org/jira/browse/CODEC-98</a>">CODEC-98</a></em> +<a class="jxr_linenumber" name="L39" href="#L39">39</a> <em class="jxr_javadoccomment"> */</em> +<a class="jxr_linenumber" name="L40" href="#L40">40</a> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String CODEC_98_NPE = +<a class="jxr_linenumber" name="L41" href="#L41">41</a> <span class="jxr_string">"YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWjAxMjM"</span>; +<a class="jxr_linenumber" name="L42" href="#L42">42</a> +<a class="jxr_linenumber" name="L43" href="#L43">43</a> <em class="jxr_javadoccomment">/**</em> +<a class="jxr_linenumber" name="L44" href="#L44">44</a> <em class="jxr_javadoccomment"> * See CODEC-98.</em> +<a class="jxr_linenumber" name="L45" href="#L45">45</a> <em class="jxr_javadoccomment"> *</em> +<a class="jxr_linenumber" name="L46" href="#L46">46</a> <em class="jxr_javadoccomment"> * @see <a href="<a href="https://issues.apache.org/jira/browse/CODEC-98" target="alexandria_uri">https://issues.apache.org/jira/browse/CODEC-98</a>">CODEC-98</a></em> +<a class="jxr_linenumber" name="L47" href="#L47">47</a> <em class="jxr_javadoccomment"> */</em> +<a class="jxr_linenumber" name="L48" href="#L48">48</a> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String CODEC_98_NPE_DECODED = +<a class="jxr_linenumber" name="L49" href="#L49">49</a> <span class="jxr_string">"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123"</span>; +<a class="jxr_linenumber" name="L50" href="#L50">50</a> +<a class="jxr_linenumber" name="L51" href="#L51">51</a> <em class="jxr_javadoccomment">/**</em> +<a class="jxr_linenumber" name="L52" href="#L52">52</a> <em class="jxr_javadoccomment"> * OpenSSL doesn't include the final \n, but it would be annoying beyond belief</em> +<a class="jxr_linenumber" name="L53" href="#L53">53</a> <em class="jxr_javadoccomment"> * to further parameterize commons-codec to support this pointless variation.</em> +<a class="jxr_linenumber" name="L54" href="#L54">54</a> <em class="jxr_javadoccomment"> */</em> +<a class="jxr_linenumber" name="L55" href="#L55">55</a> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String ENCODED_64_CHARS_PER_LINE = +<a class="jxr_linenumber" name="L56" href="#L56">56</a> <span class="jxr_string">"9IPNKwUvdLiIAp6ctz12SiQmOGstWyYvSPeevufDhrzaws65voykKjbIj33YWTa9\n"</span> + +<a class="jxr_linenumber" name="L57" href="#L57">57</a> <span class="jxr_string">"xA7c/FHypWclrZhQ7onfc3JE93BJ5fT4R9zAEdjbjy1hv4ZYNnET4WJeXMLJ/5p+\n"</span> + +<a class="jxr_linenumber" name="L58" href="#L58">58</a> <span class="jxr_string">"qBpTsPpepW8DNVYy1c02/1wyC+kgA6CvRUd9cSr/lt88AEdsTV4GMCn1+EwuAiYd\n"</span> + +<a class="jxr_linenumber" name="L59" href="#L59">59</a> <span class="jxr_string">"ivxuzn+cLM8q2jewqlI52tP9J7Cs8vqG71s6+WAELKvm/UovvyaOi+OdMUfjQ0JL\n"</span> + +<a class="jxr_linenumber" name="L60" href="#L60">60</a> <span class="jxr_string">"iLkHu6p9OwUgvQqiDKzEv/Augo0dTPZzYGEyCP5GVrle3QQdgciIHnpdd4VUTPGR\n"</span> + +<a class="jxr_linenumber" name="L61" href="#L61">61</a> <span class="jxr_string">"UbXeKbh++U3fbJIng/sQXM3IYByMZ7xt9HWS1LUcRdQ7Prwn/IlQWxOMeq+KZJSo\n"</span> + +<a class="jxr_linenumber" name="L62" href="#L62">62</a> <span class="jxr_string">"AviWtdserXyHbIEa//hmr4p/j80k0g9q35hq1ayGM9984ALTSaZ8WeyFbZx1CxC/\n"</span> + +<a class="jxr_linenumber" name="L63" href="#L63">63</a> <span class="jxr_string">"Qoqf92UH/ylBRnSJNn4sS0oa3uUbNvOnpkB4D9V7Ut9atinCJrw+wiJcMl+9kp25\n"</span> + +<a class="jxr_linenumber" name="L64" href="#L64">64</a> <span class="jxr_string">"1IUxBGA4cUxh0eaxk3ODWnwI95EktmWOKwCSP0xjWwIMxDjygwAG5R8fk9H9bVi1\n"</span> + +<a class="jxr_linenumber" name="L65" href="#L65">65</a> <span class="jxr_string">"thMavm4nDc4vaNoSE1RnZNYwbiUVlVPM9EclvJWTWd6igWeA0MxHAA8iOM5Vnmqp\n"</span> + +<a class="jxr_linenumber" name="L66" href="#L66">66</a> <span class="jxr_string">"/WGM7UDq59rBIdNQCoeTJaAkEtAuLL5zogOa5e+MzVjvB5MYQlOlaaTtQrRApXa5\n"</span> + +<a class="jxr_linenumber" name="L67" href="#L67">67</a> <span class="jxr_string">"Z4VfEanu9UK2fi1T8jJPFC2PmXebxp0bnO+VW+bgyEdIIkIQCaZq1MKWC3KuiOS9\n"</span> + +<a class="jxr_linenumber" name="L68" href="#L68">68</a> <span class="jxr_string">"BJ1t7O0A2JKJKvoE4UNulzV2TGCC+KAnmjRqQBqXlJmgjHQAoHNZKOma/uIQOsvf\n"</span> + +<a class="jxr_linenumber" name="L69" href="#L69">69</a> <span class="jxr_string">"DnqicYdDmfyCYuV89HjA1H8tiDJ85VfsrFHdcbPAoNCpi65awJSHfdPO1NDONOK+\n"</span> + +<a class="jxr_linenumber" name="L70" href="#L70">70</a> <span class="jxr_string">"+S7Y0VXUgoYYrBV4Y7YbC8wg/nqcimr3lm3tRyp+QsgKzdREbfNRk0F5PLyLfsUE\n"</span> + +<a class="jxr_linenumber" name="L71" href="#L71">71</a> <span class="jxr_string">"lepjs1QdV3fEV1LJtiywA3ubVNQJRxhbYxa/C/Xy2qxpm6vvdL92l3q1ccev35Ic\n"</span> + +<a class="jxr_linenumber" name="L72" href="#L72">72</a> <span class="jxr_string">"aOiSx7Im+/GxV2lVKdaOvYVGDD1zBRe6Y2CwQb9p088l3/93qGR5593NCiuPPWcs\n"</span> + +<a class="jxr_linenumber" name="L73" href="#L73">73</a> <span class="jxr_string">"DWwUShM1EyW0FNX1F8bnzHnYijoyE/jf4s/l9bBd7yJdRWRCyih2WcypAiOIEkBs\n"</span> + +<a class="jxr_linenumber" name="L74" href="#L74">74</a> <span class="jxr_string">"H+dCTgalu8sRDoMh4ZIBBdgHfoZUycLqReQFLZZ4Sl4zSmzt5vQxQFhEKb9+ff/4\n"</span> + +<a class="jxr_linenumber" name="L75" href="#L75">75</a> <span class="jxr_string">"rb1KAo6wifengxVfIsa2b5ljXzAqXs7JkPvmC6fa7X4ZZndRokaxYlu3cg8OV+uG\n"</span> + +<a class="jxr_linenumber" name="L76" href="#L76">76</a> <span class="jxr_string">"/6YAHZilo8at0OpkkNdNFuhwuGlkBqrZKNUj/gSiYYc06gF/r/z6iWAjpXJRW1qq\n"</span> + +<a class="jxr_linenumber" name="L77" href="#L77">77</a> <span class="jxr_string">"3CLZXdZFZ/VrqXeVjtOAu2A=\n"</span>; +<a class="jxr_linenumber" name="L78" href="#L78">78</a> +<a class="jxr_linenumber" name="L79" href="#L79">79</a> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String ENCODED_76_CHARS_PER_LINE = +<a class="jxr_linenumber" name="L80" href="#L80">80</a> <span class="jxr_string">"9IPNKwUvdLiIAp6ctz12SiQmOGstWyYvSPeevufDhrzaws65voykKjbIj33YWTa9xA7c/FHypWcl\n"</span> + +<a class="jxr_linenumber" name="L81" href="#L81">81</a> <span class="jxr_string">"rZhQ7onfc3JE93BJ5fT4R9zAEdjbjy1hv4ZYNnET4WJeXMLJ/5p+qBpTsPpepW8DNVYy1c02/1wy\n"</span> + +<a class="jxr_linenumber" name="L82" href="#L82">82</a> <span class="jxr_string">"C+kgA6CvRUd9cSr/lt88AEdsTV4GMCn1+EwuAiYdivxuzn+cLM8q2jewqlI52tP9J7Cs8vqG71s6\n"</span> + +<a class="jxr_linenumber" name="L83" href="#L83">83</a> <span class="jxr_string">"+WAELKvm/UovvyaOi+OdMUfjQ0JLiLkHu6p9OwUgvQqiDKzEv/Augo0dTPZzYGEyCP5GVrle3QQd\n"</span> + +<a class="jxr_linenumber" name="L84" href="#L84">84</a> <span class="jxr_string">"gciIHnpdd4VUTPGRUbXeKbh++U3fbJIng/sQXM3IYByMZ7xt9HWS1LUcRdQ7Prwn/IlQWxOMeq+K\n"</span> + +<a class="jxr_linenumber" name="L85" href="#L85">85</a> <span class="jxr_string">"ZJSoAviWtdserXyHbIEa//hmr4p/j80k0g9q35hq1ayGM9984ALTSaZ8WeyFbZx1CxC/Qoqf92UH\n"</span> + +<a class="jxr_linenumber" name="L86" href="#L86">86</a> <span class="jxr_string">"/ylBRnSJNn4sS0oa3uUbNvOnpkB4D9V7Ut9atinCJrw+wiJcMl+9kp251IUxBGA4cUxh0eaxk3OD\n"</span> + +<a class="jxr_linenumber" name="L87" href="#L87">87</a> <span class="jxr_string">"WnwI95EktmWOKwCSP0xjWwIMxDjygwAG5R8fk9H9bVi1thMavm4nDc4vaNoSE1RnZNYwbiUVlVPM\n"</span> + +<a class="jxr_linenumber" name="L88" href="#L88">88</a> <span class="jxr_string">"9EclvJWTWd6igWeA0MxHAA8iOM5Vnmqp/WGM7UDq59rBIdNQCoeTJaAkEtAuLL5zogOa5e+MzVjv\n"</span> + +<a class="jxr_linenumber" name="L89" href="#L89">89</a> <span class="jxr_string">"B5MYQlOlaaTtQrRApXa5Z4VfEanu9UK2fi1T8jJPFC2PmXebxp0bnO+VW+bgyEdIIkIQCaZq1MKW\n"</span> + +<a class="jxr_linenumber" name="L90" href="#L90">90</a> <span class="jxr_string">"C3KuiOS9BJ1t7O0A2JKJKvoE4UNulzV2TGCC+KAnmjRqQBqXlJmgjHQAoHNZKOma/uIQOsvfDnqi\n"</span> + +<a class="jxr_linenumber" name="L91" href="#L91">91</a> <span class="jxr_string">"cYdDmfyCYuV89HjA1H8tiDJ85VfsrFHdcbPAoNCpi65awJSHfdPO1NDONOK++S7Y0VXUgoYYrBV4\n"</span> + +<a class="jxr_linenumber" name="L92" href="#L92">92</a> <span class="jxr_string">"Y7YbC8wg/nqcimr3lm3tRyp+QsgKzdREbfNRk0F5PLyLfsUElepjs1QdV3fEV1LJtiywA3ubVNQJ\n"</span> + +<a class="jxr_linenumber" name="L93" href="#L93">93</a> <span class="jxr_string">"RxhbYxa/C/Xy2qxpm6vvdL92l3q1ccev35IcaOiSx7Im+/GxV2lVKdaOvYVGDD1zBRe6Y2CwQb9p\n"</span> + +<a class="jxr_linenumber" name="L94" href="#L94">94</a> <span class="jxr_string">"088l3/93qGR5593NCiuPPWcsDWwUShM1EyW0FNX1F8bnzHnYijoyE/jf4s/l9bBd7yJdRWRCyih2\n"</span> + +<a class="jxr_linenumber" name="L95" href="#L95">95</a> <span class="jxr_string">"WcypAiOIEkBsH+dCTgalu8sRDoMh4ZIBBdgHfoZUycLqReQFLZZ4Sl4zSmzt5vQxQFhEKb9+ff/4\n"</span> + +<a class="jxr_linenumber" name="L96" href="#L96">96</a> <span class="jxr_string">"rb1KAo6wifengxVfIsa2b5ljXzAqXs7JkPvmC6fa7X4ZZndRokaxYlu3cg8OV+uG/6YAHZilo8at\n"</span> + +<a class="jxr_linenumber" name="L97" href="#L97">97</a> <span class="jxr_string">"0OpkkNdNFuhwuGlkBqrZKNUj/gSiYYc06gF/r/z6iWAjpXJRW1qq3CLZXdZFZ/VrqXeVjtOAu2A=\n"</span>; +<a class="jxr_linenumber" name="L98" href="#L98">98</a> } </pre> <hr/> <div id="footer">© 2002â2025 <a href="https://www.apache.org/">The Apache Software Foundation</a></div>
Modified: websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/binary/BaseNCodecTest.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/binary/BaseNCodecTest.html (original) +++ websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/binary/BaseNCodecTest.html Mon Jan 27 18:12:24 2025 @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="" lang=""> <head><meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>BaseNCodecTest xref</title> <link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" /> Modified: websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/binary/BaseNTestData.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/binary/BaseNTestData.html (original) +++ websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/binary/BaseNTestData.html Mon Jan 27 18:12:24 2025 @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="" lang=""> <head><meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>BaseNTestData xref</title> <link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" /> Modified: websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/binary/BinaryCodecTest.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/binary/BinaryCodecTest.html (original) +++ websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/binary/BinaryCodecTest.html Mon Jan 27 18:12:24 2025 @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="" lang=""> <head><meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>BinaryCodecTest xref</title> <link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" /> Modified: websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/binary/CharSequenceUtilsTest.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/binary/CharSequenceUtilsTest.html (original) +++ websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/binary/CharSequenceUtilsTest.html Mon Jan 27 18:12:24 2025 @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="" lang=""> <head><meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>CharSequenceUtilsTest xref</title> <link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" /> Modified: websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/binary/Codec105ErrorInputStream.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/binary/Codec105ErrorInputStream.html (original) +++ websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/binary/Codec105ErrorInputStream.html Mon Jan 27 18:12:24 2025 @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="" lang=""> <head><meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>Codec105ErrorInputStream xref</title> <link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" /> Modified: websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/binary/HexTest.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/binary/HexTest.html (original) +++ websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/binary/HexTest.html Mon Jan 27 18:12:24 2025 @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="" lang=""> <head><meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>HexTest xref</title> <link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" /> Modified: websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/binary/StringUtilsTest.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/binary/StringUtilsTest.html (original) +++ websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/binary/StringUtilsTest.html Mon Jan 27 18:12:24 2025 @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="" lang=""> <head><meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>StringUtilsTest xref</title> <link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" /> Modified: websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/binary/package-frame.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/binary/package-frame.html (original) +++ websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/binary/package-frame.html Mon Jan 27 18:12:24 2025 @@ -4,7 +4,7 @@ <!-- generated by Apache Maven JXR (jdk8) --> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> - <title>Apache Commons Codec 1.17.2 Reference Package org.apache.commons.codec.binary</title> + <title>Apache Commons Codec 1.18.0 Reference Package org.apache.commons.codec.binary</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" /> </head> <body> Modified: websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/binary/package-summary.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/binary/package-summary.html (original) +++ websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/binary/package-summary.html Mon Jan 27 18:12:24 2025 @@ -4,7 +4,7 @@ <!-- generated by Apache Maven JXR (jdk8) --> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> - <title>Apache Commons Codec 1.17.2 Reference Package org.apache.commons.codec.binary</title> + <title>Apache Commons Codec 1.18.0 Reference Package org.apache.commons.codec.binary</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" /> </head> @@ -23,7 +23,7 @@ <li>Index</li> <li>Help</li> </ul> - <div class="aboutLanguage"><em><strong>Apache Commons Codec 1.17.2 Reference</strong></em></div> + <div class="aboutLanguage"><em><strong>Apache Commons Codec 1.18.0 Reference</strong></em></div> </div> <div class="subNav"> <ul class="navList"> @@ -196,7 +196,7 @@ <li>Index</li> <li>Help</li> </ul> - <div class="aboutLanguage"><em><strong>Apache Commons Codec 1.17.2 Reference</strong></em></div> + <div class="aboutLanguage"><em><strong>Apache Commons Codec 1.18.0 Reference</strong></em></div> </div> <div class="subNav"> <ul class="navList"> Modified: websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/cli/DigestTest.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/cli/DigestTest.html (original) +++ websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/cli/DigestTest.html Mon Jan 27 18:12:24 2025 @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="" lang=""> <head><meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>DigestTest xref</title> <link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" /> Modified: websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/cli/package-frame.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/cli/package-frame.html (original) +++ websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/cli/package-frame.html Mon Jan 27 18:12:24 2025 @@ -4,7 +4,7 @@ <!-- generated by Apache Maven JXR (jdk8) --> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> - <title>Apache Commons Codec 1.17.2 Reference Package org.apache.commons.codec.cli</title> + <title>Apache Commons Codec 1.18.0 Reference Package org.apache.commons.codec.cli</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" /> </head> <body> Modified: websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/cli/package-summary.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/cli/package-summary.html (original) +++ websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/cli/package-summary.html Mon Jan 27 18:12:24 2025 @@ -4,7 +4,7 @@ <!-- generated by Apache Maven JXR (jdk8) --> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> - <title>Apache Commons Codec 1.17.2 Reference Package org.apache.commons.codec.cli</title> + <title>Apache Commons Codec 1.18.0 Reference Package org.apache.commons.codec.cli</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" /> </head> @@ -23,7 +23,7 @@ <li>Index</li> <li>Help</li> </ul> - <div class="aboutLanguage"><em><strong>Apache Commons Codec 1.17.2 Reference</strong></em></div> + <div class="aboutLanguage"><em><strong>Apache Commons Codec 1.18.0 Reference</strong></em></div> </div> <div class="subNav"> <ul class="navList"> @@ -81,7 +81,7 @@ <li>Index</li> <li>Help</li> </ul> - <div class="aboutLanguage"><em><strong>Apache Commons Codec 1.17.2 Reference</strong></em></div> + <div class="aboutLanguage"><em><strong>Apache Commons Codec 1.18.0 Reference</strong></em></div> </div> <div class="subNav"> <ul class="navList"> Modified: websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/digest/Apr1CryptTest.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/digest/Apr1CryptTest.html (original) +++ websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/digest/Apr1CryptTest.html Mon Jan 27 18:12:24 2025 @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="" lang=""> <head><meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>Apr1CryptTest xref</title> <link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" /> Modified: websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/digest/B64Test.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/digest/B64Test.html (original) +++ websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/digest/B64Test.html Mon Jan 27 18:12:24 2025 @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="" lang=""> <head><meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>B64Test xref</title> <link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" /> Modified: websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/digest/Blake3Test.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/digest/Blake3Test.html (original) +++ websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/digest/Blake3Test.html Mon Jan 27 18:12:24 2025 @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="" lang=""> <head><meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>Blake3Test xref</title> <link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" /> Modified: websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/digest/Blake3TestVectorsTest.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/digest/Blake3TestVectorsTest.html (original) +++ websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/digest/Blake3TestVectorsTest.html Mon Jan 27 18:12:24 2025 @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="" lang=""> <head><meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>Blake3TestVectorsTest xref</title> <link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" /> Modified: websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/digest/CryptTest.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/digest/CryptTest.html (original) +++ websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/digest/CryptTest.html Mon Jan 27 18:12:24 2025 @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="" lang=""> <head><meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>CryptTest xref</title> <link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" /> Modified: websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/digest/DigestUtilsTest.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/digest/DigestUtilsTest.html (original) +++ websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/digest/DigestUtilsTest.html Mon Jan 27 18:12:24 2025 @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="" lang=""> <head><meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>DigestUtilsTest xref</title> <link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" /> Modified: websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/digest/HmacAlgorithmsTest.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/digest/HmacAlgorithmsTest.html (original) +++ websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/digest/HmacAlgorithmsTest.html Mon Jan 27 18:12:24 2025 @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="" lang=""> <head><meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>HmacAlgorithmsTest xref</title> <link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" /> Modified: websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/digest/HmacUtilsTest.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/digest/HmacUtilsTest.html (original) +++ websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/digest/HmacUtilsTest.html Mon Jan 27 18:12:24 2025 @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="" lang=""> <head><meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>HmacUtilsTest xref</title> <link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" /> Modified: websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/digest/Md5CryptTest.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/digest/Md5CryptTest.html (original) +++ websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/digest/Md5CryptTest.html Mon Jan 27 18:12:24 2025 @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="" lang=""> <head><meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>Md5CryptTest xref</title> <link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" /> Modified: websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/digest/MessageDigestAlgorithmsTest.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/digest/MessageDigestAlgorithmsTest.html (original) +++ websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/digest/MessageDigestAlgorithmsTest.html Mon Jan 27 18:12:24 2025 @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="" lang=""> <head><meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>MessageDigestAlgorithmsTest xref</title> <link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" /> Modified: websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/digest/MurmurHash2Test.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/digest/MurmurHash2Test.html (original) +++ websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/digest/MurmurHash2Test.html Mon Jan 27 18:12:24 2025 @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="" lang=""> <head><meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>MurmurHash2Test xref</title> <link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" /> Modified: websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/digest/MurmurHash3Test.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/digest/MurmurHash3Test.html (original) +++ websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/digest/MurmurHash3Test.html Mon Jan 27 18:12:24 2025 @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="" lang=""> <head><meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>MurmurHash3Test xref</title> <link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" /> Modified: websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/digest/PureJavaCrc32CTest.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/digest/PureJavaCrc32CTest.html (original) +++ websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/digest/PureJavaCrc32CTest.html Mon Jan 27 18:12:24 2025 @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="" lang=""> <head><meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>PureJavaCrc32CTest xref</title> <link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" /> Modified: websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/digest/PureJavaCrc32Test.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/digest/PureJavaCrc32Test.html (original) +++ websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/digest/PureJavaCrc32Test.html Mon Jan 27 18:12:24 2025 @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="" lang=""> <head><meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>PureJavaCrc32Test xref</title> <link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" /> Modified: websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/digest/Sha256CryptTest.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/digest/Sha256CryptTest.html (original) +++ websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/digest/Sha256CryptTest.html Mon Jan 27 18:12:24 2025 @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="" lang=""> <head><meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>Sha256CryptTest xref</title> <link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" /> Modified: websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/digest/Sha2CryptTest.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/digest/Sha2CryptTest.html (original) +++ websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/digest/Sha2CryptTest.html Mon Jan 27 18:12:24 2025 @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="" lang=""> <head><meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>Sha2CryptTest xref</title> <link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" /> Modified: websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/digest/Sha512CryptTest.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/digest/Sha512CryptTest.html (original) +++ websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/digest/Sha512CryptTest.html Mon Jan 27 18:12:24 2025 @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="" lang=""> <head><meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>Sha512CryptTest xref</title> <link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" /> Modified: websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/digest/UnixCryptTest.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/digest/UnixCryptTest.html (original) +++ websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/digest/UnixCryptTest.html Mon Jan 27 18:12:24 2025 @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="" lang=""> <head><meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>UnixCryptTest xref</title> <link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" /> Modified: websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/digest/XXHash32OverflowTest.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/digest/XXHash32OverflowTest.html (original) +++ websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/digest/XXHash32OverflowTest.html Mon Jan 27 18:12:24 2025 @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="" lang=""> <head><meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>XXHash32OverflowTest xref</title> <link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" /> Modified: websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/digest/XXHash32Test.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/digest/XXHash32Test.html (original) +++ websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/digest/XXHash32Test.html Mon Jan 27 18:12:24 2025 @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="" lang=""> <head><meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>XXHash32Test xref</title> <link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" /> Modified: websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/digest/package-frame.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/digest/package-frame.html (original) +++ websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/digest/package-frame.html Mon Jan 27 18:12:24 2025 @@ -4,7 +4,7 @@ <!-- generated by Apache Maven JXR (jdk8) --> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> - <title>Apache Commons Codec 1.17.2 Reference Package org.apache.commons.codec.digest</title> + <title>Apache Commons Codec 1.18.0 Reference Package org.apache.commons.codec.digest</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" /> </head> <body> Modified: websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/digest/package-summary.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/digest/package-summary.html (original) +++ websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/digest/package-summary.html Mon Jan 27 18:12:24 2025 @@ -4,7 +4,7 @@ <!-- generated by Apache Maven JXR (jdk8) --> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> - <title>Apache Commons Codec 1.17.2 Reference Package org.apache.commons.codec.digest</title> + <title>Apache Commons Codec 1.18.0 Reference Package org.apache.commons.codec.digest</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" /> </head> @@ -23,7 +23,7 @@ <li>Index</li> <li>Help</li> </ul> - <div class="aboutLanguage"><em><strong>Apache Commons Codec 1.17.2 Reference</strong></em></div> + <div class="aboutLanguage"><em><strong>Apache Commons Codec 1.18.0 Reference</strong></em></div> </div> <div class="subNav"> <ul class="navList"> @@ -191,7 +191,7 @@ <li>Index</li> <li>Help</li> </ul> - <div class="aboutLanguage"><em><strong>Apache Commons Codec 1.17.2 Reference</strong></em></div> + <div class="aboutLanguage"><em><strong>Apache Commons Codec 1.18.0 Reference</strong></em></div> </div> <div class="subNav"> <ul class="navList"> Modified: websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/language/Caverphone1Test.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/language/Caverphone1Test.html (original) +++ websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/language/Caverphone1Test.html Mon Jan 27 18:12:24 2025 @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="" lang=""> <head><meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>Caverphone1Test xref</title> <link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" /> Modified: websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/language/Caverphone2Test.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/language/Caverphone2Test.html (original) +++ websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/language/Caverphone2Test.html Mon Jan 27 18:12:24 2025 @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="" lang=""> <head><meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>Caverphone2Test xref</title> <link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" /> Modified: websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/language/ColognePhoneticTest.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/language/ColognePhoneticTest.html (original) +++ websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/language/ColognePhoneticTest.html Mon Jan 27 18:12:24 2025 @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="" lang=""> <head><meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>ColognePhoneticTest xref</title> <link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" /> Modified: websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/language/DaitchMokotoffSoundexTest.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/language/DaitchMokotoffSoundexTest.html (original) +++ websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/language/DaitchMokotoffSoundexTest.html Mon Jan 27 18:12:24 2025 @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="" lang=""> <head><meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>DaitchMokotoffSoundexTest xref</title> <link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" /> Modified: websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/language/DoubleMetaphone2Test.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/language/DoubleMetaphone2Test.html (original) +++ websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/language/DoubleMetaphone2Test.html Mon Jan 27 18:12:24 2025 @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="" lang=""> <head><meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>DoubleMetaphone2Test xref</title> <link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" /> Modified: websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/language/DoubleMetaphoneTest.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/language/DoubleMetaphoneTest.html (original) +++ websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/language/DoubleMetaphoneTest.html Mon Jan 27 18:12:24 2025 @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="" lang=""> <head><meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>DoubleMetaphoneTest xref</title> <link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" /> Modified: websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/language/MatchRatingApproachEncoderTest.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/language/MatchRatingApproachEncoderTest.html (original) +++ websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/language/MatchRatingApproachEncoderTest.html Mon Jan 27 18:12:24 2025 @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="" lang=""> <head><meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>MatchRatingApproachEncoderTest xref</title> <link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" /> Modified: websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/language/MetaphoneTest.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/language/MetaphoneTest.html (original) +++ websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/language/MetaphoneTest.html Mon Jan 27 18:12:24 2025 @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="" lang=""> <head><meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>MetaphoneTest xref</title> <link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" /> Modified: websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/language/NysiisTest.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/language/NysiisTest.html (original) +++ websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/language/NysiisTest.html Mon Jan 27 18:12:24 2025 @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="" lang=""> <head><meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>NysiisTest xref</title> <link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" /> Modified: websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/language/RefinedSoundexTest.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/language/RefinedSoundexTest.html (original) +++ websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/language/RefinedSoundexTest.html Mon Jan 27 18:12:24 2025 @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="" lang=""> <head><meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>RefinedSoundexTest xref</title> <link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" /> Modified: websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/language/SoundexTest.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/language/SoundexTest.html (original) +++ websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/language/SoundexTest.html Mon Jan 27 18:12:24 2025 @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="" lang=""> <head><meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>SoundexTest xref</title> <link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" /> Modified: websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/language/bm/BeiderMorseEncoderTest.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/language/bm/BeiderMorseEncoderTest.html (original) +++ websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/language/bm/BeiderMorseEncoderTest.html Mon Jan 27 18:12:24 2025 @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="" lang=""> <head><meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>BeiderMorseEncoderTest xref</title> <link type="text/css" rel="stylesheet" href="../../../../../../stylesheet.css" /> Modified: websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/language/bm/CacheSubSequencePerformanceTest.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/language/bm/CacheSubSequencePerformanceTest.html (original) +++ websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/language/bm/CacheSubSequencePerformanceTest.html Mon Jan 27 18:12:24 2025 @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="" lang=""> <head><meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>CacheSubSequencePerformanceTest xref</title> <link type="text/css" rel="stylesheet" href="../../../../../../stylesheet.css" /> Modified: websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/language/bm/LanguageGuessingTest.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/language/bm/LanguageGuessingTest.html (original) +++ websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/language/bm/LanguageGuessingTest.html Mon Jan 27 18:12:24 2025 @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="" lang=""> <head><meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>LanguageGuessingTest xref</title> <link type="text/css" rel="stylesheet" href="../../../../../../stylesheet.css" /> Modified: websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/language/bm/PhoneticEnginePerformanceTest.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/language/bm/PhoneticEnginePerformanceTest.html (original) +++ websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/language/bm/PhoneticEnginePerformanceTest.html Mon Jan 27 18:12:24 2025 @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="" lang=""> <head><meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>PhoneticEnginePerformanceTest xref</title> <link type="text/css" rel="stylesheet" href="../../../../../../stylesheet.css" /> Modified: websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/language/bm/PhoneticEngineRegressionTest.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/language/bm/PhoneticEngineRegressionTest.html (original) +++ websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/language/bm/PhoneticEngineRegressionTest.html Mon Jan 27 18:12:24 2025 @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="" lang=""> <head><meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>PhoneticEngineRegressionTest xref</title> <link type="text/css" rel="stylesheet" href="../../../../../../stylesheet.css" /> Modified: websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/language/bm/PhoneticEngineTest.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/language/bm/PhoneticEngineTest.html (original) +++ websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/language/bm/PhoneticEngineTest.html Mon Jan 27 18:12:24 2025 @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="" lang=""> <head><meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>PhoneticEngineTest xref</title> <link type="text/css" rel="stylesheet" href="../../../../../../stylesheet.css" /> Modified: websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/language/bm/RuleTest.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/language/bm/RuleTest.html (original) +++ websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/language/bm/RuleTest.html Mon Jan 27 18:12:24 2025 @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="" lang=""> <head><meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>RuleTest xref</title> <link type="text/css" rel="stylesheet" href="../../../../../../stylesheet.css" /> Modified: websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/language/bm/package-frame.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/language/bm/package-frame.html (original) +++ websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/language/bm/package-frame.html Mon Jan 27 18:12:24 2025 @@ -4,7 +4,7 @@ <!-- generated by Apache Maven JXR (jdk8) --> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> - <title>Apache Commons Codec 1.17.2 Reference Package org.apache.commons.codec.language.bm</title> + <title>Apache Commons Codec 1.18.0 Reference Package org.apache.commons.codec.language.bm</title> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="style" /> </head> <body> Modified: websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/language/bm/package-summary.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/language/bm/package-summary.html (original) +++ websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/language/bm/package-summary.html Mon Jan 27 18:12:24 2025 @@ -4,7 +4,7 @@ <!-- generated by Apache Maven JXR (jdk8) --> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> - <title>Apache Commons Codec 1.17.2 Reference Package org.apache.commons.codec.language.bm</title> + <title>Apache Commons Codec 1.18.0 Reference Package org.apache.commons.codec.language.bm</title> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="style" /> </head> @@ -23,7 +23,7 @@ <li>Index</li> <li>Help</li> </ul> - <div class="aboutLanguage"><em><strong>Apache Commons Codec 1.17.2 Reference</strong></em></div> + <div class="aboutLanguage"><em><strong>Apache Commons Codec 1.18.0 Reference</strong></em></div> </div> <div class="subNav"> <ul class="navList"> @@ -111,7 +111,7 @@ <li>Index</li> <li>Help</li> </ul> - <div class="aboutLanguage"><em><strong>Apache Commons Codec 1.17.2 Reference</strong></em></div> + <div class="aboutLanguage"><em><strong>Apache Commons Codec 1.18.0 Reference</strong></em></div> </div> <div class="subNav"> <ul class="navList"> Modified: websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/language/package-frame.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/language/package-frame.html (original) +++ websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/language/package-frame.html Mon Jan 27 18:12:24 2025 @@ -4,7 +4,7 @@ <!-- generated by Apache Maven JXR (jdk8) --> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> - <title>Apache Commons Codec 1.17.2 Reference Package org.apache.commons.codec.language</title> + <title>Apache Commons Codec 1.18.0 Reference Package org.apache.commons.codec.language</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" /> </head> <body> Modified: websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/language/package-summary.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/language/package-summary.html (original) +++ websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/language/package-summary.html Mon Jan 27 18:12:24 2025 @@ -4,7 +4,7 @@ <!-- generated by Apache Maven JXR (jdk8) --> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> - <title>Apache Commons Codec 1.17.2 Reference Package org.apache.commons.codec.language</title> + <title>Apache Commons Codec 1.18.0 Reference Package org.apache.commons.codec.language</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" /> </head> @@ -23,7 +23,7 @@ <li>Index</li> <li>Help</li> </ul> - <div class="aboutLanguage"><em><strong>Apache Commons Codec 1.17.2 Reference</strong></em></div> + <div class="aboutLanguage"><em><strong>Apache Commons Codec 1.18.0 Reference</strong></em></div> </div> <div class="subNav"> <ul class="navList"> @@ -131,7 +131,7 @@ <li>Index</li> <li>Help</li> </ul> - <div class="aboutLanguage"><em><strong>Apache Commons Codec 1.17.2 Reference</strong></em></div> + <div class="aboutLanguage"><em><strong>Apache Commons Codec 1.18.0 Reference</strong></em></div> </div> <div class="subNav"> <ul class="navList"> Modified: websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/net/BCodecTest.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/net/BCodecTest.html (original) +++ websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/net/BCodecTest.html Mon Jan 27 18:12:24 2025 @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="" lang=""> <head><meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>BCodecTest xref</title> <link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" /> Modified: websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/net/PercentCodecTest.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/net/PercentCodecTest.html (original) +++ websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/net/PercentCodecTest.html Mon Jan 27 18:12:24 2025 @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="" lang=""> <head><meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>PercentCodecTest xref</title> <link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" /> Modified: websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/net/QCodecTest.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/net/QCodecTest.html (original) +++ websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/net/QCodecTest.html Mon Jan 27 18:12:24 2025 @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="" lang=""> <head><meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>QCodecTest xref</title> <link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" /> Modified: websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/net/QuotedPrintableCodecTest.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/net/QuotedPrintableCodecTest.html (original) +++ websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/net/QuotedPrintableCodecTest.html Mon Jan 27 18:12:24 2025 @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="" lang=""> <head><meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>QuotedPrintableCodecTest xref</title> <link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" /> Modified: websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/net/RFC1522CodecTest.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/net/RFC1522CodecTest.html (original) +++ websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/net/RFC1522CodecTest.html Mon Jan 27 18:12:24 2025 @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="" lang=""> <head><meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>RFC1522CodecTest xref</title> <link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" /> Modified: websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/net/RFC1522OverrideTestCodec.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/net/RFC1522OverrideTestCodec.html (original) +++ websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/net/RFC1522OverrideTestCodec.html Mon Jan 27 18:12:24 2025 @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="" lang=""> <head><meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>RFC1522OverrideTestCodec xref</title> <link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" /> Modified: websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/net/URLCodecTest.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/net/URLCodecTest.html (original) +++ websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/net/URLCodecTest.html Mon Jan 27 18:12:24 2025 @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="" lang=""> <head><meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>URLCodecTest xref</title> <link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" /> Modified: websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/net/UtilsTest.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/net/UtilsTest.html (original) +++ websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/net/UtilsTest.html Mon Jan 27 18:12:24 2025 @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="" lang=""> <head><meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>UtilsTest xref</title> <link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" /> Modified: websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/net/package-frame.html ============================================================================== --- websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/net/package-frame.html (original) +++ websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/net/package-frame.html Mon Jan 27 18:12:24 2025 @@ -4,7 +4,7 @@ <!-- generated by Apache Maven JXR (jdk8) --> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> - <title>Apache Commons Codec 1.17.2 Reference Package org.apache.commons.codec.net</title> + <title>Apache Commons Codec 1.18.0 Reference Package org.apache.commons.codec.net</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" /> </head> <body>
