Skip to content

Commit

Permalink
Updating GitHub Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
peteroupc committed Dec 26, 2024
1 parent c4d569f commit 95aac01
Show file tree
Hide file tree
Showing 21 changed files with 30 additions and 249 deletions.
2 changes: 1 addition & 1 deletion MailLib/api/com.upokecenter.mail.MediaType.html
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ <h3 id="ismultipart">isMultipart</h3>
</ul>

<h3 id="getparameters">getParameters</h3>
<pre>public final Map&lt;String,String&gt; getParameters() Gets a list of the parameter names contained in this media type object and their values. Each parameter name will be in lower case; that is, with its basic uppercase letters ("A" to "Z") converted to basic lowercase letters ("a" to "z").
<pre>public final Map&lt;String,String&gt; getParameters() Gets a list of the parameter names contained in this media type object and their values. Each parameter name will be in lowercase; that is, with its basic uppercase letters ("A" to "Z") converted to basic lowercase letters ("a" to "z").
</pre>

<p><strong>Returns:</strong></p>
Expand Down
5 changes: 2 additions & 3 deletions MailLib/api/com.upokecenter.text.Idna.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,10 @@ <h1>com.upokecenter.text.Idna</h1>
requirements for labels with such characters. An example is "eá".</p>
<p>An
A-label is an LDH label beginning with "xn--" where the letters can be any
combination of basic uppercase and/or basic lowercase letters, and is
combination of basic uppercase and basic lowercase letters, and is
convertible to a U-label. An example is "xn--e-ufa".</p>
<p>An XN-label is
an LDH label beginning with "xn--" where the letters can be any combination
of basic uppercase and/or basic lowercase letters.</p>
an LDH label beginning with "xn--" where the letters can be any combination of basic uppercase and basic lowercase letters.</p>
<p>NOTICE: While this
class's source code is in the public domain, the class uses two internal
classes, called <code>NormalizationData</code> and <code>IdnaData</code>, that include
Expand Down
2 changes: 1 addition & 1 deletion MailLib/api/com.upokecenter.text.NormalizerInput.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h1>com.upokecenter.text.NormalizerInput</h1>
combined with other characters to make new characters. For example, the
letter E combines with an acute accent to make E-acute (É). In some cases,
the combined form (E-acute) should be treated as equivalent to the
uncombined form (E plus acute). For this reason, the standard defines four
uncombined form (E plus acute). Therefore, the standard defines four
<i>normalization forms</i> that convert strings to a single equivalent
form:</p>
<ul> <li><b>NFD</b> (Normalization Form D) decomposes combined
Expand Down
2 changes: 1 addition & 1 deletion Numbers/api/com.upokecenter.numbers.EDecimal.html
Original file line number Diff line number Diff line change
Expand Up @@ -5582,7 +5582,7 @@ <h3 id="roundtoprecision">RoundToPrecision</h3>
</ul>

<h3 id="preround">PreRound</h3>
<pre>public EDecimal PreRound(EContext ctx) Returns a number in which the value of this object is rounded to fit the maximum precision allowed if it has more significant digits than the maximum precision. The maximum precision allowed is given in an arithmetic context. This method is designed for preparing operands to a custom arithmetic operation in accordance with the "simplified" arithmetic given in Appendix A of the General Decimal Arithmetic Specification.
<pre>public EDecimal PreRound(EContext ctx) Returns a number in which the value of this object is rounded to fit the maximum precision allowed if it has more significant digits than the maximum precision. The maximum precision allowed is given in an arithmetic context. This method is designed for preparing operands to a custom arithmetic operation per the "simplified" arithmetic given in Appendix A of the General Decimal Arithmetic Specification.
</pre>

<p><strong>Parameters:</strong></p>
Expand Down
2 changes: 1 addition & 1 deletion Numbers/api/com.upokecenter.numbers.EFloat.html
Original file line number Diff line number Diff line change
Expand Up @@ -4916,7 +4916,7 @@ <h3 id="roundtoprecision">RoundToPrecision</h3>
</ul>

<h3 id="preround">PreRound</h3>
<pre>public EFloat PreRound(EContext ctx) Returns a number in which the value of this object is rounded to fit the maximum precision allowed if it has more significant digits than the maximum precision. The maximum precision allowed is given in an arithmetic context. This method is designed for preparing operands to a custom arithmetic operation in accordance with the "simplified" arithmetic given in Appendix A of the General Decimal Arithmetic Specification.
<pre>public EFloat PreRound(EContext ctx) Returns a number in which the value of this object is rounded to fit the maximum precision allowed if it has more significant digits than the maximum precision. The maximum precision allowed is given in an arithmetic context. This method is designed for preparing operands to a custom arithmetic operation per the "simplified" arithmetic given in Appendix A of the General Decimal Arithmetic Specification.
</pre>

<p><strong>Parameters:</strong></p>
Expand Down
5 changes: 2 additions & 3 deletions Numbers/api/com.upokecenter.numbers.ERational.html
Original file line number Diff line number Diff line change
Expand Up @@ -1236,7 +1236,7 @@ <h3 id="fromstring-3">FromString</h3>
sequence of <code>char</code> s can also be "-INF", "-Infinity", "Infinity",
"INF", quiet NaN ("NaN" /"-NaN") followed by any number of digits, or
signaling NaN ("sNaN" /"-sNaN") followed by any number of digits, all in any
combination of upper and lowercase.</p>
combination of uppercase and lowercase.</p>
<p>All characters mentioned earlier
are the corresponding characters in the Basic Latin range. In particular,
the digits must be the basic digits 0 to 9 (U+0030 to U+0039). The sequence
Expand Down Expand Up @@ -1323,8 +1323,7 @@ <h3 id="fromstring-5">FromString</h3>
<p>The sequence of
bytes can also be "-INF", "-Infinity", "Infinity", "INF", quiet NaN ("NaN"
/"-NaN") followed by any number of digits, or signaling NaN ("sNaN"
/"-sNaN") followed by any number of digits, all in any combination of upper
and lower case.</p>
/"-sNaN") followed by any number of digits, all in any combination of uppercase and lowercase.</p>
<p>All characters mentioned earlier are the
corresponding characters in the Basic Latin range. In particular, the digits
must be the basic digits 0 to 9 (U+0030 to U+0039). The sequence of bytes is
Expand Down
Loading

0 comments on commit 95aac01

Please sign in to comment.