Skip to content

Commit

Permalink
Deploying to gh-pages from @ 61647e8 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
github-merge-queue[bot] committed Nov 5, 2023
1 parent a85666f commit 7b26392
Show file tree
Hide file tree
Showing 79 changed files with 419 additions and 419 deletions.
2 changes: 1 addition & 1 deletion 4.2.0-SNAPSHOT/apidocs/jquery/jquery-ui.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions 4.2.0-SNAPSHOT/apidocs/jquery/jquery-ui.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion 4.2.0-SNAPSHOT/apidocs/legal/jqueryUI.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## jQuery UI v1.12.1
## jQuery UI v1.13.2

### jQuery UI License
```
Expand Down
Binary file modified 4.2.0-SNAPSHOT/apidocs/member-search-index.zip
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ <h3>Method Summary</h3>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code><a href="https://www.javadoc.io/doc/org.checkerframework/checker-qual/3.38.0/org/checkerframework/checker/nullness/qual/Nullable.html?is-external=true" title="class or interface in org.checkerframework.checker.nullness.qual" class="externalLink">@Nullable</a> java.lang.String</code></td>
<td class="colFirst"><code><a href="https://www.javadoc.io/doc/org.checkerframework/checker-qual/3.40.0/org/checkerframework/checker/nullness/qual/Nullable.html?is-external=true" title="class or interface in org.checkerframework.checker.nullness.qual" class="externalLink">@Nullable</a> java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#attribute(java.lang.String)">attribute</a></span>&#8203;(java.lang.String&nbsp;name)</code></th>
<td class="colLast">
<div class="block">Gets the value of an attribute, or null if this node doesn't have the
Expand Down Expand Up @@ -664,7 +664,7 @@ <h4>hasAttributes</h4>
<ul class="blockListLast">
<li class="blockList">
<h4>attribute</h4>
<pre class="methodSignature"><a href="https://www.javadoc.io/doc/org.checkerframework/checker-qual/3.38.0/org/checkerframework/checker/nullness/qual/Nullable.html?is-external=true" title="class or interface in org.checkerframework.checker.nullness.qual" class="externalLink">@Nullable</a> java.lang.String&nbsp;<a href="../../../src-html/org/spongepowered/configurate/AttributedConfigurationNode.html#line.219">attribute</a>&#8203;(java.lang.String&nbsp;name)</pre>
<pre class="methodSignature"><a href="https://www.javadoc.io/doc/org.checkerframework/checker-qual/3.40.0/org/checkerframework/checker/nullness/qual/Nullable.html?is-external=true" title="class or interface in org.checkerframework.checker.nullness.qual" class="externalLink">@Nullable</a> java.lang.String&nbsp;<a href="../../../src-html/org/spongepowered/configurate/AttributedConfigurationNode.html#line.219">attribute</a>&#8203;(java.lang.String&nbsp;name)</pre>
<div class="block">Gets the value of an attribute, or null if this node doesn't have the
given attribute.</div>
<dl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,15 +180,15 @@ <h3>Method Summary</h3>
<th class="colLast" scope="col">Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code><a href="https://www.javadoc.io/doc/org.checkerframework/checker-qual/3.38.0/org/checkerframework/checker/nullness/qual/Nullable.html?is-external=true" title="class or interface in org.checkerframework.checker.nullness.qual" class="externalLink">@Nullable</a> java.lang.String</code></td>
<td class="colFirst"><code><a href="https://www.javadoc.io/doc/org.checkerframework/checker-qual/3.40.0/org/checkerframework/checker/nullness/qual/Nullable.html?is-external=true" title="class or interface in org.checkerframework.checker.nullness.qual" class="externalLink">@Nullable</a> java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#comment()">comment</a></span>()</code></th>
<td class="colLast">
<div class="block">Gets the current value for the comment.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code><a href="CommentedConfigurationNodeIntermediary.html" title="type parameter in CommentedConfigurationNodeIntermediary">N</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#comment(java.lang.String)">comment</a></span>&#8203;(<a href="https://www.javadoc.io/doc/org.checkerframework/checker-qual/3.38.0/org/checkerframework/checker/nullness/qual/Nullable.html?is-external=true" title="class or interface in org.checkerframework.checker.nullness.qual" class="externalLink">@Nullable</a> java.lang.String&nbsp;comment)</code></th>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#comment(java.lang.String)">comment</a></span>&#8203;(<a href="https://www.javadoc.io/doc/org.checkerframework/checker-qual/3.40.0/org/checkerframework/checker/nullness/qual/Nullable.html?is-external=true" title="class or interface in org.checkerframework.checker.nullness.qual" class="externalLink">@Nullable</a> java.lang.String&nbsp;comment)</code></th>
<td class="colLast">
<div class="block">Sets the comment for this configuration node.</div>
</td>
Expand Down Expand Up @@ -237,7 +237,7 @@ <h3>Method Detail</h3>
<ul class="blockList">
<li class="blockList">
<h4>comment</h4>
<pre class="methodSignature"><a href="https://www.javadoc.io/doc/org.checkerframework/checker-qual/3.38.0/org/checkerframework/checker/nullness/qual/Nullable.html?is-external=true" title="class or interface in org.checkerframework.checker.nullness.qual" class="externalLink">@Nullable</a> java.lang.String&nbsp;<a href="../../../src-html/org/spongepowered/configurate/CommentedConfigurationNodeIntermediary.html#line.38">comment</a>()</pre>
<pre class="methodSignature"><a href="https://www.javadoc.io/doc/org.checkerframework/checker-qual/3.40.0/org/checkerframework/checker/nullness/qual/Nullable.html?is-external=true" title="class or interface in org.checkerframework.checker.nullness.qual" class="externalLink">@Nullable</a> java.lang.String&nbsp;<a href="../../../src-html/org/spongepowered/configurate/CommentedConfigurationNodeIntermediary.html#line.38">comment</a>()</pre>
<div class="block">Gets the current value for the comment.

<p>If the comment contains multiple lines, the lines will be split
Expand All @@ -256,7 +256,7 @@ <h4>comment</h4>
<ul class="blockList">
<li class="blockList">
<h4>comment</h4>
<pre class="methodSignature"><a href="CommentedConfigurationNodeIntermediary.html" title="type parameter in CommentedConfigurationNodeIntermediary">N</a>&nbsp;<a href="../../../src-html/org/spongepowered/configurate/CommentedConfigurationNodeIntermediary.html#line.48">comment</a>&#8203;(<a href="https://www.javadoc.io/doc/org.checkerframework/checker-qual/3.38.0/org/checkerframework/checker/nullness/qual/Nullable.html?is-external=true" title="class or interface in org.checkerframework.checker.nullness.qual" class="externalLink">@Nullable</a> java.lang.String&nbsp;comment)</pre>
<pre class="methodSignature"><a href="CommentedConfigurationNodeIntermediary.html" title="type parameter in CommentedConfigurationNodeIntermediary">N</a>&nbsp;<a href="../../../src-html/org/spongepowered/configurate/CommentedConfigurationNodeIntermediary.html#line.48">comment</a>&#8203;(<a href="https://www.javadoc.io/doc/org.checkerframework/checker-qual/3.40.0/org/checkerframework/checker/nullness/qual/Nullable.html?is-external=true" title="class or interface in org.checkerframework.checker.nullness.qual" class="externalLink">@Nullable</a> java.lang.String&nbsp;comment)</pre>
<div class="block">Sets the comment for this configuration node.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
Expand Down
Loading

0 comments on commit 7b26392

Please sign in to comment.