Skip to content

Commit

Permalink
deploy: e197cfa
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrezza committed Jan 28, 2025
1 parent 3ca7841 commit 84efd11
Show file tree
Hide file tree
Showing 67 changed files with 239 additions and 87 deletions.
2 changes: 1 addition & 1 deletion api/Classes.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="index.html">
Parse 5.0.0 Docs
Parse 5.1.0 Docs
</a>
(94% documented)
</p>
Expand Down
2 changes: 1 addition & 1 deletion api/Classes/PFACL.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
Parse 5.0.0 Docs
Parse 5.1.0 Docs
</a>
(94% documented)
</p>
Expand Down
2 changes: 1 addition & 1 deletion api/Classes/PFAnalytics.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
Parse 5.0.0 Docs
Parse 5.1.0 Docs
</a>
(94% documented)
</p>
Expand Down
2 changes: 1 addition & 1 deletion api/Classes/PFAnonymousUtils.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
Parse 5.0.0 Docs
Parse 5.1.0 Docs
</a>
(94% documented)
</p>
Expand Down
2 changes: 1 addition & 1 deletion api/Classes/PFCloud.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
Parse 5.0.0 Docs
Parse 5.1.0 Docs
</a>
(94% documented)
</p>
Expand Down
2 changes: 1 addition & 1 deletion api/Classes/PFConfig.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
Parse 5.0.0 Docs
Parse 5.1.0 Docs
</a>
(94% documented)
</p>
Expand Down
2 changes: 1 addition & 1 deletion api/Classes/PFFileObject.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
Parse 5.0.0 Docs
Parse 5.1.0 Docs
</a>
(94% documented)
</p>
Expand Down
2 changes: 1 addition & 1 deletion api/Classes/PFGeoPoint.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
Parse 5.0.0 Docs
Parse 5.1.0 Docs
</a>
(94% documented)
</p>
Expand Down
2 changes: 1 addition & 1 deletion api/Classes/PFInstallation.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
Parse 5.0.0 Docs
Parse 5.1.0 Docs
</a>
(94% documented)
</p>
Expand Down
79 changes: 78 additions & 1 deletion api/Classes/PFObject.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
Parse 5.0.0 Docs
Parse 5.1.0 Docs
</a>
(94% documented)
</p>
Expand Down Expand Up @@ -4491,6 +4491,83 @@ <h4>Parameters</h4>
</li>
</ul>
</div>
<div class="task-group">
<div class="task-name-container">
<a name="/Serialization"></a>
<a name="//apple_ref/objc/Section/Serialization" class="dashAnchor"></a>
<div class="section-name-container">
<a class="section-name-link" href="#/Serialization"></a>
<h3 class="section-name"><span>Serialization</span>
</h3>
</div>
</div>
<ul class="item-container">
<li class="item">
<div>
<code>
<a name="/c:objc(cs)PFObject(cm)fromDictionary:defaultClassName:"></a>
<a name="//apple_ref/objc/Method/+fromDictionary:defaultClassName:" class="dashAnchor"></a>
<a class="token" href="#/c:objc(cs)PFObject(cm)fromDictionary:defaultClassName:">+fromDictionary:<wbr>defaultClassName:<wbr></a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Creates a PFObject from a dictionary object.</p>

</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Objective-C</p>
<pre class="highlight objective_c"><code><span class="k">+</span> <span class="p">(</span><span class="n">nonnull</span> <span class="n">id</span><span class="p">)</span><span class="nf">fromDictionary</span><span class="p">:(</span><span class="n">nonnull</span> <span class="n">NSDictionary</span> <span class="o">*</span><span class="p">)</span><span class="nv">dictionary</span>
<span class="nf">defaultClassName</span><span class="p">:(</span><span class="n">nonnull</span> <span class="n">NSString</span> <span class="o">*</span><span class="p">)</span><span class="nv">defaultClassName</span><span class="p">;</span></code></pre>

</div>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">class</span> <span class="kd">func</span> <span class="nf">fromDictionary</span><span class="p">(</span><span class="n">_</span> <span class="nv">dictionary</span><span class="p">:</span> <span class="p">[</span><span class="kt">AnyHashable</span> <span class="p">:</span> <span class="kt">Any</span><span class="p">],</span> <span class="n">defaultClassName</span><span class="p">:</span> <span class="kt">String</span><span class="p">)</span> <span class="o">-&gt;</span> <span class="kt">Any</span></code></pre>

</div>
</div>
<div>
<h4>Parameters</h4>
<table class="graybox">
<tbody>
<tr>
<td>
<code>
<em>dictionary</em>
</code>
</td>
<td>
<div>
<p>Undecoded dictionary.</p>
</div>
</td>
</tr>
<tr>
<td>
<code>
<em>defaultClassName</em>
</code>
</td>
<td>
<div>
<p>The className of the resulting object if none is given by the dictionary.</p>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</div>
</li>
</ul>
</div>
<div class="task-group">
<div class="task-name-container">
<a name="/Saving%20Objects2"></a>
Expand Down
2 changes: 1 addition & 1 deletion api/Classes/PFPolygon.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
Parse 5.0.0 Docs
Parse 5.1.0 Docs
</a>
(94% documented)
</p>
Expand Down
2 changes: 1 addition & 1 deletion api/Classes/PFPush.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
Parse 5.0.0 Docs
Parse 5.1.0 Docs
</a>
(94% documented)
</p>
Expand Down
2 changes: 1 addition & 1 deletion api/Classes/PFQuery.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
Parse 5.0.0 Docs
Parse 5.1.0 Docs
</a>
(94% documented)
</p>
Expand Down
2 changes: 1 addition & 1 deletion api/Classes/PFRelation.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
Parse 5.0.0 Docs
Parse 5.1.0 Docs
</a>
(94% documented)
</p>
Expand Down
2 changes: 1 addition & 1 deletion api/Classes/PFRole.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
Parse 5.0.0 Docs
Parse 5.1.0 Docs
</a>
(94% documented)
</p>
Expand Down
2 changes: 1 addition & 1 deletion api/Classes/PFSession.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
Parse 5.0.0 Docs
Parse 5.1.0 Docs
</a>
(94% documented)
</p>
Expand Down
2 changes: 1 addition & 1 deletion api/Classes/PFUser.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
Parse 5.0.0 Docs
Parse 5.1.0 Docs
</a>
(94% documented)
</p>
Expand Down
2 changes: 1 addition & 1 deletion api/Classes/Parse.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
Parse 5.0.0 Docs
Parse 5.1.0 Docs
</a>
(94% documented)
</p>
Expand Down
2 changes: 1 addition & 1 deletion api/Classes/ParseClientConfiguration.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
Parse 5.0.0 Docs
Parse 5.1.0 Docs
</a>
(94% documented)
</p>
Expand Down
2 changes: 1 addition & 1 deletion api/Constants.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="index.html">
Parse 5.0.0 Docs
Parse 5.1.0 Docs
</a>
(94% documented)
</p>
Expand Down
2 changes: 1 addition & 1 deletion api/Enums.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="index.html">
Parse 5.0.0 Docs
Parse 5.1.0 Docs
</a>
(94% documented)
</p>
Expand Down
2 changes: 1 addition & 1 deletion api/Enums/PFCachePolicy.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
Parse 5.0.0 Docs
Parse 5.1.0 Docs
</a>
(94% documented)
</p>
Expand Down
2 changes: 1 addition & 1 deletion api/Enums/PFErrorCode.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
Parse 5.0.0 Docs
Parse 5.1.0 Docs
</a>
(94% documented)
</p>
Expand Down
2 changes: 1 addition & 1 deletion api/Enums/PFLogLevel.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
Parse 5.0.0 Docs
Parse 5.1.0 Docs
</a>
(94% documented)
</p>
Expand Down
2 changes: 1 addition & 1 deletion api/Protocols.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="index.html">
Parse 5.0.0 Docs
Parse 5.1.0 Docs
</a>
(94% documented)
</p>
Expand Down
2 changes: 1 addition & 1 deletion api/Protocols/PFFileUploadController.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
Parse 5.0.0 Docs
Parse 5.1.0 Docs
</a>
(94% documented)
</p>
Expand Down
2 changes: 1 addition & 1 deletion api/Protocols/PFSubclassing.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
Parse 5.0.0 Docs
Parse 5.1.0 Docs
</a>
(94% documented)
</p>
Expand Down
2 changes: 1 addition & 1 deletion api/Protocols/PFUserAuthenticationDelegate.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
Parse 5.0.0 Docs
Parse 5.1.0 Docs
</a>
(94% documented)
</p>
Expand Down
2 changes: 1 addition & 1 deletion api/Protocols/ParseMutableClientConfiguration.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
Parse 5.0.0 Docs
Parse 5.1.0 Docs
</a>
(94% documented)
</p>
Expand Down
2 changes: 1 addition & 1 deletion api/Type Definitions.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="index.html">
Parse 5.0.0 Docs
Parse 5.1.0 Docs
</a>
(94% documented)
</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="index.html">
Parse 5.0.0 Docs
Parse 5.1.0 Docs
</a>
(94% documented)
</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
Parse 5.0.0 Docs
Parse 5.1.0 Docs
</a>
(94% documented)
</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
Parse 5.0.0 Docs
Parse 5.1.0 Docs
</a>
(94% documented)
</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
Parse 5.0.0 Docs
Parse 5.1.0 Docs
</a>
(94% documented)
</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
Parse 5.0.0 Docs
Parse 5.1.0 Docs
</a>
(94% documented)
</p>
Expand Down
Loading

0 comments on commit 84efd11

Please sign in to comment.