|
9 | 9 | function get_sym_list(){return [["Variable","xv",[["delegate",37],["formatter",148],["mainColor",84],["private weak var dayView",52],["private weak var bottomView",41],["private weak var dayNextBtn",43],["private weak var dayPrevBtn",44],["private weak var middleView",40],["private weak var monthNextBtn",46],["private weak var monthPrevBtn",47],["private weak var monthView",53],["private weak var topView",39],["private weak var yearNextBtn",49],["private weak var yearPrevBtn",50],["private weak var yearView",54],["selectedDate",57]]],["Class","xc",[["D2PDatePicker",35]]],["Function","xf",[["awakeFromNib",98],["changeDate",165],["didChange",32],["draw",210],["set",142],["setLabel",147]]]];} /* ]]> */</script><a class=" l" name=" 1" href=" #1" >1 </a><span class=' fold-space' > </span><span class=" c" >// Copyright (c) 2017 di2pra < [email protected]> </span>
|
10 | 10 | <a class="l" name="2" href="#2">2</a><span class='fold-space'> </span><span class="c">//</span>
|
11 | 11 | <a class="l" name="3" href="#3">3</a><span class='fold-space'> </span><span class="c">// Permission is hereby granted, free of charge, to any person obtaining a copy</span>
|
12 |
| -<a class="l" name="4" href="#4">4</a><span class='fold-space'> </span><span class="c">// of this software and associated documentation files (the "Software"), to deal</span> |
| 12 | +<a class="l" name="4" href="#4">4</a><span class='fold-space'> </span><span class="c">// of this software and associated documentation files (the "Software"), to deal</span> |
13 | 13 | <a class="l" name="5" href="#5">5</a><span class='fold-space'> </span><span class="c">// in the Software without restriction, including without limitation the rights</span>
|
14 | 14 | <a class="l" name="6" href="#6">6</a><span class='fold-space'> </span><span class="c">// to use, copy, modify, merge, publish, distribute, sublicense, <a href="/source/s?path=and/">and</a>/<a href="/source/s?path=and/or">or</a> sell</span>
|
15 | 15 | <a class="l" name="7" href="#7">7</a><span class='fold-space'> </span><span class="c">// copies of the Software, and to permit persons to whom the Software is</span>
|
|
18 | 18 | <a class="hl" name="10" href="#10">10</a><span class='fold-space'> </span><span class="c">// The above copyright notice and this permission notice shall be included in</span>
|
19 | 19 | <a class="l" name="11" href="#11">11</a><span class='fold-space'> </span><span class="c">// all copies or substantial portions of the Software.</span>
|
20 | 20 | <a class="l" name="12" href="#12">12</a><span class='fold-space'> </span><span class="c">//</span>
|
21 |
| -<a class="l" name="13" href="#13">13</a><span class='fold-space'> </span><span class="c">// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR</span> |
| 21 | +<a class="l" name="13" href="#13">13</a><span class='fold-space'> </span><span class="c">// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR</span> |
22 | 22 | <a class="l" name="14" href="#14">14</a><span class='fold-space'> </span><span class="c">// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,</span>
|
23 | 23 | <a class="l" name="15" href="#15">15</a><span class='fold-space'> </span><span class="c">// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE</span>
|
24 | 24 | <a class="l" name="16" href="#16">16</a><span class='fold-space'> </span><span class="c">// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER</span>
|
|
155 | 155 | <a class="l" name="147" href="#147">147</a><span class='fold-space'> </span> <b>private</b> <b>func</b> <a class="xf" name="setLabel"/><a href="/source/s?refs=setLabel" class="xf intelliWindow-symbol" data-definition-place="def">setLabel</a>(<a href="/source/s?defs=toDate" class="intelliWindow-symbol" data-definition-place="undefined-in-file">toDate</a> <a href="/source/s?defs=date" class="intelliWindow-symbol" data-definition-place="undefined-in-file">date</a>: <a href="/source/s?defs=Date" class="intelliWindow-symbol" data-definition-place="undefined-in-file">Date</a>) {
|
156 | 156 | <a class="l" name="148" href="#148">148</a><span class='fold-space'> </span> <b>let</b> <a class="xv" name="formatter"/><a href="/source/s?refs=formatter" class="xv intelliWindow-symbol" data-definition-place="def">formatter</a> = <a href="/source/s?defs=DateFormatter" class="intelliWindow-symbol" data-definition-place="undefined-in-file">DateFormatter</a>()
|
157 | 157 | <a class="l" name="149" href="#149">149</a><span class='fold-space'> </span>
|
158 |
| -<a class="hl" name="150" href="#150">150</a><span class='fold-space'> </span> <a class="d intelliWindow-symbol" href="#formatter" data-definition-place="defined-in-file">formatter</a>.<a href="/source/s?defs=dateFormat" class="intelliWindow-symbol" data-definition-place="undefined-in-file">dateFormat</a> = <span class="s">"MMM"</span> |
| 158 | +<a class="hl" name="150" href="#150">150</a><span class='fold-space'> </span> <a class="d intelliWindow-symbol" href="#formatter" data-definition-place="defined-in-file">formatter</a>.<a href="/source/s?defs=dateFormat" class="intelliWindow-symbol" data-definition-place="undefined-in-file">dateFormat</a> = <span class="s">"MMM"</span> |
159 | 159 | <a class="l" name="151" href="#151">151</a><span class='fold-space'> </span> <b>self</b>.<a href="/source/s?defs=monthView" class="intelliWindow-symbol" data-definition-place="undefined-in-file">monthView</a>.<a href="/source/s?defs=monthLabel" class="intelliWindow-symbol" data-definition-place="undefined-in-file">monthLabel</a>.<a href="/source/s?defs=text" class="intelliWindow-symbol" data-definition-place="undefined-in-file">text</a> = <a class="d intelliWindow-symbol" href="#formatter" data-definition-place="defined-in-file">formatter</a>.<a href="/source/s?defs=string" class="intelliWindow-symbol" data-definition-place="undefined-in-file">string</a>(<a href="/source/s?defs=from" class="intelliWindow-symbol" data-definition-place="undefined-in-file">from</a>: <a href="/source/s?defs=date" class="intelliWindow-symbol" data-definition-place="undefined-in-file">date</a>)
|
160 | 160 | <a class="l" name="152" href="#152">152</a><span class='fold-space'> </span>
|
161 |
| -<a class="l" name="153" href="#153">153</a><span class='fold-space'> </span> <a class="d intelliWindow-symbol" href="#formatter" data-definition-place="defined-in-file">formatter</a>.<a href="/source/s?defs=dateFormat" class="intelliWindow-symbol" data-definition-place="undefined-in-file">dateFormat</a> = <span class="s">"dd"</span> |
| 161 | +<a class="l" name="153" href="#153">153</a><span class='fold-space'> </span> <a class="d intelliWindow-symbol" href="#formatter" data-definition-place="defined-in-file">formatter</a>.<a href="/source/s?defs=dateFormat" class="intelliWindow-symbol" data-definition-place="undefined-in-file">dateFormat</a> = <span class="s">"dd"</span> |
162 | 162 | <a class="l" name="154" href="#154">154</a><span class='fold-space'> </span> <b>self</b>.<a href="/source/s?defs=dayView" class="intelliWindow-symbol" data-definition-place="undefined-in-file">dayView</a>.<a href="/source/s?defs=dayLabel" class="intelliWindow-symbol" data-definition-place="undefined-in-file">dayLabel</a>.<a href="/source/s?defs=text" class="intelliWindow-symbol" data-definition-place="undefined-in-file">text</a> = <a class="d intelliWindow-symbol" href="#formatter" data-definition-place="defined-in-file">formatter</a>.<a href="/source/s?defs=string" class="intelliWindow-symbol" data-definition-place="undefined-in-file">string</a>(<a href="/source/s?defs=from" class="intelliWindow-symbol" data-definition-place="undefined-in-file">from</a>: <a href="/source/s?defs=date" class="intelliWindow-symbol" data-definition-place="undefined-in-file">date</a>)
|
163 | 163 | <a class="l" name="155" href="#155">155</a><span class='fold-space'> </span>
|
164 |
| -<a class="l" name="156" href="#156">156</a><span class='fold-space'> </span> <a class="d intelliWindow-symbol" href="#formatter" data-definition-place="defined-in-file">formatter</a>.<a href="/source/s?defs=dateFormat" class="intelliWindow-symbol" data-definition-place="undefined-in-file">dateFormat</a> = <span class="s">"EEEE"</span> |
| 164 | +<a class="l" name="156" href="#156">156</a><span class='fold-space'> </span> <a class="d intelliWindow-symbol" href="#formatter" data-definition-place="defined-in-file">formatter</a>.<a href="/source/s?defs=dateFormat" class="intelliWindow-symbol" data-definition-place="undefined-in-file">dateFormat</a> = <span class="s">"EEEE"</span> |
165 | 165 | <a class="l" name="157" href="#157">157</a><span class='fold-space'> </span> <b>self</b>.<a href="/source/s?defs=dayView" class="intelliWindow-symbol" data-definition-place="undefined-in-file">dayView</a>.<a href="/source/s?defs=weekDayLabel" class="intelliWindow-symbol" data-definition-place="undefined-in-file">weekDayLabel</a>.<a href="/source/s?defs=text" class="intelliWindow-symbol" data-definition-place="undefined-in-file">text</a> = <a class="d intelliWindow-symbol" href="#formatter" data-definition-place="defined-in-file">formatter</a>.<a href="/source/s?defs=string" class="intelliWindow-symbol" data-definition-place="undefined-in-file">string</a>(<a href="/source/s?defs=from" class="intelliWindow-symbol" data-definition-place="undefined-in-file">from</a>: <a href="/source/s?defs=date" class="intelliWindow-symbol" data-definition-place="undefined-in-file">date</a>)
|
166 | 166 | <a class="l" name="158" href="#158">158</a><span class='fold-space'> </span>
|
167 |
| -<a class="l" name="159" href="#159">159</a><span class='fold-space'> </span> <a class="d intelliWindow-symbol" href="#formatter" data-definition-place="defined-in-file">formatter</a>.<a href="/source/s?defs=dateFormat" class="intelliWindow-symbol" data-definition-place="undefined-in-file">dateFormat</a> = <span class="s">""" |
| 167 | +<a class="l" name="159" href="#159">159</a><span class='fold-space'> </span> <a class="d intelliWindow-symbol" href="#formatter" data-definition-place="defined-in-file">formatter</a>.<a href="/source/s?defs=dateFormat" class="intelliWindow-symbol" data-definition-place="undefined-in-file">dateFormat</a> = <span class="s">""" |
168 | 168 | <a class="hl" name="160" href="#160">160</a><span class='fold-space'> </span> YYYY
|
169 |
| -<a class="l" name="161" href="#161">161</a><span class='fold-space'> </span> """</span> |
| 169 | +<a class="l" name="161" href="#161">161</a><span class='fold-space'> </span> """</span> |
170 | 170 | <a class="l" name="162" href="#162">162</a><span class='fold-space'> </span> <b>self</b>.<a href="/source/s?defs=yearView" class="intelliWindow-symbol" data-definition-place="undefined-in-file">yearView</a>.<a href="/source/s?defs=yearLabel" class="intelliWindow-symbol" data-definition-place="undefined-in-file">yearLabel</a>.<a href="/source/s?defs=text" class="intelliWindow-symbol" data-definition-place="undefined-in-file">text</a> = <a class="d intelliWindow-symbol" href="#formatter" data-definition-place="defined-in-file">formatter</a>.<a href="/source/s?defs=string" class="intelliWindow-symbol" data-definition-place="undefined-in-file">string</a>(<a href="/source/s?defs=from" class="intelliWindow-symbol" data-definition-place="undefined-in-file">from</a>: <a href="/source/s?defs=date" class="intelliWindow-symbol" data-definition-place="undefined-in-file">date</a>)
|
171 | 171 | <a class="l" name="163" href="#163">163</a><span class='fold-space'> </span> }
|
172 | 172 | <a class="l" name="164" href="#164">164</a><span class='fold-space'> </span>
|
|
221 | 221 | <a class="l" name="213" href="#213">213</a><span class='fold-space'> </span> */</span>
|
222 | 222 | <a class="l" name="214" href="#214">214</a><span class='fold-space'> </span>
|
223 | 223 | <a class="l" name="215" href="#215">215</a><span class='fold-space'> </span>}
|
224 |
| -</span><a class="l" name="216" href="#216">216</a><span class='fold-space'> </span><span class="c">/*<a href="http://example.com.*/">http://example.com.*/</a> |
| 224 | +</span><a class="l" name="216" href="#216">216</a><span class='fold-space'> </span><span class="c">/*<a href="http://example.com">http://example.com</a>.*/</span> |
225 | 225 | <a class="l" name="217" href="#217">217</a><span class='fold-space'> </span></body>
|
226 | 226 | </html>
|
0 commit comments