Skip to content

Commit c2382e0

Browse files
committed
Added SDWebImagePINPlugin documentation
1 parent 7cdab7b commit c2382e0

File tree

26 files changed

+1936
-0
lines changed

26 files changed

+1936
-0
lines changed

SDWebImagePINPlugin/Constants.html

Lines changed: 129 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,129 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<title>Constants Reference</title>
5+
<link rel="stylesheet" type="text/css" href="css/jazzy.css" />
6+
<link rel="stylesheet" type="text/css" href="css/highlight.css" />
7+
<meta charset='utf-8'>
8+
<script src="js/jquery.min.js" defer></script>
9+
<script src="js/jazzy.js" defer></script>
10+
11+
</head>
12+
<body>
13+
<a name="//apple_ref/objc/Section/Constants" class="dashAnchor"></a>
14+
<a title="Constants Reference"></a>
15+
<header>
16+
<div class="content-wrapper">
17+
<p><a href="index.html">SDWebImagePINPlugin 0.1.0 Docs</a> (60% documented)</p>
18+
<p class="header-right"><a href="https://github.com/SDWebImage/SDWebImagePINPlugin"><img src="img/gh.png"/>View on GitHub</a></p>
19+
</div>
20+
</header>
21+
<div class="content-wrapper">
22+
<p id="breadcrumbs">
23+
<a href="index.html">SDWebImagePINPlugin Reference</a>
24+
<img id="carat" src="img/carat.png" />
25+
Constants Reference
26+
</p>
27+
</div>
28+
<div class="content-wrapper">
29+
<nav class="sidebar">
30+
<ul class="nav-groups">
31+
<li class="nav-group-name">
32+
<a href="Constants.html">Constants</a>
33+
<ul class="nav-group-tasks">
34+
<li class="nav-group-task">
35+
<a href="Constants.html#/c:@SDWebImagePINPluginVersionNumber">SDWebImagePINPluginVersionNumber</a>
36+
</li>
37+
<li class="nav-group-task">
38+
<a href="Constants.html#/c:@SDWebImagePINPluginVersionString">SDWebImagePINPluginVersionString</a>
39+
</li>
40+
</ul>
41+
</li>
42+
</ul>
43+
</nav>
44+
<article class="main-content">
45+
<section>
46+
<section class="section">
47+
<h1>Constants</h1>
48+
<p>The following constants are available globally.</p>
49+
50+
</section>
51+
<section class="section task-group-section">
52+
<div class="task-group">
53+
<ul>
54+
<li class="item">
55+
<div>
56+
<code>
57+
<a name="/c:@SDWebImagePINPluginVersionNumber"></a>
58+
<a name="//apple_ref/objc/Constant/SDWebImagePINPluginVersionNumber" class="dashAnchor"></a>
59+
<a class="token" href="#/c:@SDWebImagePINPluginVersionNumber">SDWebImagePINPluginVersionNumber</a>
60+
</code>
61+
</div>
62+
<div class="height-container">
63+
<div class="pointer-container"></div>
64+
<section class="section">
65+
<div class="pointer"></div>
66+
<div class="abstract">
67+
68+
</div>
69+
<div class="declaration">
70+
<h4>Declaration</h4>
71+
<div class="language">
72+
<p class="aside-title">Objective-C</p>
73+
<pre class="highlight objective_c"><code><span class="n">FOUNDATION_EXPORT</span> <span class="kt">double</span> <span class="n">SDWebImagePINPluginVersionNumber</span></code></pre>
74+
75+
</div>
76+
<div class="language">
77+
<p class="aside-title">Swift</p>
78+
<pre class="highlight swift"><code><span class="k">var</span> <span class="nv">SDWebImagePINPluginVersionNumber</span><span class="p">:</span> <span class="kt">Double</span></code></pre>
79+
80+
</div>
81+
</div>
82+
<div class="slightly-smaller">
83+
<a href="https://github.com/SDWebImage/SDWebImagePINPlugin/tree/0.1.0/SDWebImagePINPlugin/Classes/SDWebImagePINPlugin.h#L">Show on GitHub</a>
84+
</div>
85+
</section>
86+
</div>
87+
</li>
88+
<li class="item">
89+
<div>
90+
<code>
91+
<a name="/c:@SDWebImagePINPluginVersionString"></a>
92+
<a name="//apple_ref/objc/Constant/SDWebImagePINPluginVersionString" class="dashAnchor"></a>
93+
<a class="token" href="#/c:@SDWebImagePINPluginVersionString">SDWebImagePINPluginVersionString</a>
94+
</code>
95+
</div>
96+
<div class="height-container">
97+
<div class="pointer-container"></div>
98+
<section class="section">
99+
<div class="pointer"></div>
100+
<div class="abstract">
101+
102+
</div>
103+
<div class="declaration">
104+
<h4>Declaration</h4>
105+
<div class="language">
106+
<p class="aside-title">Objective-C</p>
107+
<pre class="highlight objective_c"><code><span class="n">FOUNDATION_EXPORT</span> <span class="k">const</span> <span class="kt">unsigned</span> <span class="kt">char</span> <span class="n">SDWebImagePINPluginVersionString</span><span class="p">[]</span></code></pre>
108+
109+
</div>
110+
</div>
111+
<div class="slightly-smaller">
112+
<a href="https://github.com/SDWebImage/SDWebImagePINPlugin/tree/0.1.0/SDWebImagePINPlugin/Classes/SDWebImagePINPlugin.h#L">Show on GitHub</a>
113+
</div>
114+
</section>
115+
</div>
116+
</li>
117+
</ul>
118+
</div>
119+
</section>
120+
</section>
121+
<section id="footer">
122+
<p>&copy; 2020 <a class="link" href="https://github.com/SDWebImage/SDWebImagePINPlugin" target="_blank" rel="external">SDWebImagePINPlugin</a>. All rights reserved. (Last updated: 2020-04-12)</p>
123+
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
124+
</section>
125+
</article>
126+
</div>
127+
</body>
128+
</div>
129+
</html>

SDWebImagePINPlugin/badge.svg

Lines changed: 28 additions & 0 deletions
Loading
Lines changed: 200 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,200 @@
1+
/* Credit to https://gist.github.com/wataru420/2048287 */
2+
.highlight {
3+
/* Comment */
4+
/* Error */
5+
/* Keyword */
6+
/* Operator */
7+
/* Comment.Multiline */
8+
/* Comment.Preproc */
9+
/* Comment.Single */
10+
/* Comment.Special */
11+
/* Generic.Deleted */
12+
/* Generic.Deleted.Specific */
13+
/* Generic.Emph */
14+
/* Generic.Error */
15+
/* Generic.Heading */
16+
/* Generic.Inserted */
17+
/* Generic.Inserted.Specific */
18+
/* Generic.Output */
19+
/* Generic.Prompt */
20+
/* Generic.Strong */
21+
/* Generic.Subheading */
22+
/* Generic.Traceback */
23+
/* Keyword.Constant */
24+
/* Keyword.Declaration */
25+
/* Keyword.Pseudo */
26+
/* Keyword.Reserved */
27+
/* Keyword.Type */
28+
/* Literal.Number */
29+
/* Literal.String */
30+
/* Name.Attribute */
31+
/* Name.Builtin */
32+
/* Name.Class */
33+
/* Name.Constant */
34+
/* Name.Entity */
35+
/* Name.Exception */
36+
/* Name.Function */
37+
/* Name.Namespace */
38+
/* Name.Tag */
39+
/* Name.Variable */
40+
/* Operator.Word */
41+
/* Text.Whitespace */
42+
/* Literal.Number.Float */
43+
/* Literal.Number.Hex */
44+
/* Literal.Number.Integer */
45+
/* Literal.Number.Oct */
46+
/* Literal.String.Backtick */
47+
/* Literal.String.Char */
48+
/* Literal.String.Doc */
49+
/* Literal.String.Double */
50+
/* Literal.String.Escape */
51+
/* Literal.String.Heredoc */
52+
/* Literal.String.Interpol */
53+
/* Literal.String.Other */
54+
/* Literal.String.Regex */
55+
/* Literal.String.Single */
56+
/* Literal.String.Symbol */
57+
/* Name.Builtin.Pseudo */
58+
/* Name.Variable.Class */
59+
/* Name.Variable.Global */
60+
/* Name.Variable.Instance */
61+
/* Literal.Number.Integer.Long */ }
62+
.highlight .c {
63+
color: #999988;
64+
font-style: italic; }
65+
.highlight .err {
66+
color: #a61717;
67+
background-color: #e3d2d2; }
68+
.highlight .k {
69+
color: #000000;
70+
font-weight: bold; }
71+
.highlight .o {
72+
color: #000000;
73+
font-weight: bold; }
74+
.highlight .cm {
75+
color: #999988;
76+
font-style: italic; }
77+
.highlight .cp {
78+
color: #999999;
79+
font-weight: bold; }
80+
.highlight .c1 {
81+
color: #999988;
82+
font-style: italic; }
83+
.highlight .cs {
84+
color: #999999;
85+
font-weight: bold;
86+
font-style: italic; }
87+
.highlight .gd {
88+
color: #000000;
89+
background-color: #ffdddd; }
90+
.highlight .gd .x {
91+
color: #000000;
92+
background-color: #ffaaaa; }
93+
.highlight .ge {
94+
color: #000000;
95+
font-style: italic; }
96+
.highlight .gr {
97+
color: #aa0000; }
98+
.highlight .gh {
99+
color: #999999; }
100+
.highlight .gi {
101+
color: #000000;
102+
background-color: #ddffdd; }
103+
.highlight .gi .x {
104+
color: #000000;
105+
background-color: #aaffaa; }
106+
.highlight .go {
107+
color: #888888; }
108+
.highlight .gp {
109+
color: #555555; }
110+
.highlight .gs {
111+
font-weight: bold; }
112+
.highlight .gu {
113+
color: #aaaaaa; }
114+
.highlight .gt {
115+
color: #aa0000; }
116+
.highlight .kc {
117+
color: #000000;
118+
font-weight: bold; }
119+
.highlight .kd {
120+
color: #000000;
121+
font-weight: bold; }
122+
.highlight .kp {
123+
color: #000000;
124+
font-weight: bold; }
125+
.highlight .kr {
126+
color: #000000;
127+
font-weight: bold; }
128+
.highlight .kt {
129+
color: #445588; }
130+
.highlight .m {
131+
color: #009999; }
132+
.highlight .s {
133+
color: #d14; }
134+
.highlight .na {
135+
color: #008080; }
136+
.highlight .nb {
137+
color: #0086B3; }
138+
.highlight .nc {
139+
color: #445588;
140+
font-weight: bold; }
141+
.highlight .no {
142+
color: #008080; }
143+
.highlight .ni {
144+
color: #800080; }
145+
.highlight .ne {
146+
color: #990000;
147+
font-weight: bold; }
148+
.highlight .nf {
149+
color: #990000; }
150+
.highlight .nn {
151+
color: #555555; }
152+
.highlight .nt {
153+
color: #000080; }
154+
.highlight .nv {
155+
color: #008080; }
156+
.highlight .ow {
157+
color: #000000;
158+
font-weight: bold; }
159+
.highlight .w {
160+
color: #bbbbbb; }
161+
.highlight .mf {
162+
color: #009999; }
163+
.highlight .mh {
164+
color: #009999; }
165+
.highlight .mi {
166+
color: #009999; }
167+
.highlight .mo {
168+
color: #009999; }
169+
.highlight .sb {
170+
color: #d14; }
171+
.highlight .sc {
172+
color: #d14; }
173+
.highlight .sd {
174+
color: #d14; }
175+
.highlight .s2 {
176+
color: #d14; }
177+
.highlight .se {
178+
color: #d14; }
179+
.highlight .sh {
180+
color: #d14; }
181+
.highlight .si {
182+
color: #d14; }
183+
.highlight .sx {
184+
color: #d14; }
185+
.highlight .sr {
186+
color: #009926; }
187+
.highlight .s1 {
188+
color: #d14; }
189+
.highlight .ss {
190+
color: #990073; }
191+
.highlight .bp {
192+
color: #999999; }
193+
.highlight .vc {
194+
color: #008080; }
195+
.highlight .vg {
196+
color: #008080; }
197+
.highlight .vi {
198+
color: #008080; }
199+
.highlight .il {
200+
color: #009999; }

0 commit comments

Comments
 (0)