jazzy 0.0.20 → 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitmodules +6 -3
- data/.travis.yml +1 -1
- data/CHANGELOG.md +23 -1
- data/Gemfile.lock +41 -5
- data/Rakefile +21 -0
- data/jazzy.gemspec +1 -0
- data/lib/jazzy/assets/css/jazzy.css.scss +26 -0
- data/lib/jazzy/config.rb +29 -0
- data/lib/jazzy/doc_builder.rb +17 -9
- data/lib/jazzy/docset_builder.rb +13 -4
- data/lib/jazzy/gem_version.rb +1 -1
- data/lib/jazzy/jazzy_markdown.rb +2 -1
- data/lib/jazzy/podspec_documenter.rb +109 -0
- data/lib/jazzy/readme_generator.rb +33 -6
- data/lib/jazzy/sourcekitten.rb +15 -2
- data/lib/jazzy/sourcekitten/Commandant.framework/Commandant +0 -0
- data/lib/jazzy/sourcekitten/Commandant.framework/Versions/A/Commandant +0 -0
- data/lib/jazzy/sourcekitten/Commandant.framework/Versions/A/Modules/Commandant.swiftmodule/x86_64.swiftdoc +0 -0
- data/lib/jazzy/sourcekitten/Commandant.framework/Versions/A/Modules/Commandant.swiftmodule/x86_64.swiftmodule +0 -0
- data/lib/jazzy/sourcekitten/Commandant.framework/Versions/A/Modules/module.modulemap +10 -0
- data/{spec/integration_specs/misc_jazzy_features/before/MiscJazzyFeatures → lib/jazzy/sourcekitten/Commandant.framework/Versions/A/Resources}/Info.plist +21 -7
- data/lib/jazzy/sourcekitten/LlamaKit.framework/LlamaKit +0 -0
- data/lib/jazzy/sourcekitten/LlamaKit.framework/Versions/A/LlamaKit +0 -0
- data/lib/jazzy/sourcekitten/LlamaKit.framework/Versions/A/Modules/LlamaKit.swiftmodule/x86_64.swiftdoc +0 -0
- data/lib/jazzy/sourcekitten/LlamaKit.framework/Versions/A/Modules/LlamaKit.swiftmodule/x86_64.swiftmodule +0 -0
- data/lib/jazzy/sourcekitten/LlamaKit.framework/Versions/A/Modules/module.modulemap +10 -0
- data/lib/jazzy/sourcekitten/LlamaKit.framework/Versions/A/Resources/Info.plist +47 -0
- data/lib/jazzy/sourcekitten/SourceKittenFramework.framework/SourceKittenFramework +0 -0
- data/lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/Frameworks/SwiftXPC.framework/SwiftXPC +0 -0
- data/lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/Frameworks/SwiftXPC.framework/Versions/A/Modules/SwiftXPC.swiftmodule/x86_64.swiftdoc +0 -0
- data/lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/Frameworks/SwiftXPC.framework/Versions/A/Modules/SwiftXPC.swiftmodule/x86_64.swiftmodule +0 -0
- data/lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/Frameworks/SwiftXPC.framework/Versions/A/Modules/module.modulemap +10 -0
- data/lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/Frameworks/SwiftXPC.framework/Versions/A/Resources/Info.plist +42 -0
- data/lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/Frameworks/SwiftXPC.framework/Versions/A/SwiftXPC +0 -0
- data/lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/Frameworks/libswiftCore.dylib +0 -0
- data/lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/Frameworks/libswiftCoreGraphics.dylib +0 -0
- data/lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/Frameworks/libswiftDarwin.dylib +0 -0
- data/lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/Frameworks/libswiftDispatch.dylib +0 -0
- data/lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/Frameworks/libswiftFoundation.dylib +0 -0
- data/lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/Frameworks/libswiftObjectiveC.dylib +0 -0
- data/lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/Frameworks/libswiftSecurity.dylib +0 -0
- data/lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/Modules/SourceKittenFramework.swiftmodule/x86_64.swiftdoc +0 -0
- data/lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/Modules/SourceKittenFramework.swiftmodule/x86_64.swiftmodule +0 -0
- data/lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/Modules/module.modulemap +10 -0
- data/lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/Resources/Info.plist +42 -0
- data/lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/SourceKittenFramework +0 -0
- data/lib/jazzy/sourcekitten/sourcekitten +0 -0
- data/spec/integration_spec.rb +6 -0
- metadata +50 -122
- data/bin/sourcekitten +0 -0
- data/spec/integration_specs/document_alamofire/after/docs/Classes.html +0 -268
- data/spec/integration_specs/document_alamofire/after/docs/Classes/Manager.html +0 -488
- data/spec/integration_specs/document_alamofire/after/docs/Classes/Request.html +0 -842
- data/spec/integration_specs/document_alamofire/after/docs/Enums.html +0 -258
- data/spec/integration_specs/document_alamofire/after/docs/Enums/ParameterEncoding.html +0 -383
- data/spec/integration_specs/document_alamofire/after/docs/Extensions.html +0 -703
- data/spec/integration_specs/document_alamofire/after/docs/Extensions/Manager.html +0 -345
- data/spec/integration_specs/document_alamofire/after/docs/Extensions/Request.html +0 -369
- data/spec/integration_specs/document_alamofire/after/docs/Functions.html +0 -1041
- data/spec/integration_specs/document_alamofire/after/docs/Global Variables.html +0 -227
- data/spec/integration_specs/document_alamofire/after/docs/Protocols.html +0 -276
- data/spec/integration_specs/document_alamofire/after/docs/Protocols/URLRequestConvertible.html +0 -228
- data/spec/integration_specs/document_alamofire/after/docs/Protocols/URLStringConvertible.html +0 -228
- data/spec/integration_specs/document_alamofire/after/docs/css/highlight.css +0 -202
- data/spec/integration_specs/document_alamofire/after/docs/css/jazzy.css +0 -708
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Info.plist +0 -20
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/Classes.html +0 -268
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/Classes/Manager.html +0 -488
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/Classes/Request.html +0 -842
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/Enums.html +0 -258
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/Enums/ParameterEncoding.html +0 -383
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/Extensions.html +0 -703
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/Extensions/Manager.html +0 -345
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/Extensions/Request.html +0 -369
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/Functions.html +0 -1041
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/Global Variables.html +0 -227
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/Manager.html +0 -345
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/ParameterEncoding.html +0 -383
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/Protocols.html +0 -276
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/Protocols/URLRequestConvertible.html +0 -228
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/Protocols/URLStringConvertible.html +0 -228
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/Request.html +0 -369
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/URLRequestConvertible.html +0 -228
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/URLStringConvertible.html +0 -228
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/carat.png +0 -0
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/css/highlight.css +0 -202
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/css/jazzy.css +0 -708
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/dash.png +0 -0
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/gh.png +0 -0
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/highlight.css +0 -202
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/img/carat.png +0 -0
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/img/dash.png +0 -0
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/img/gh.png +0 -0
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/index.html +0 -756
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/jazzy.css +0 -708
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/jazzy.js +0 -21
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/jquery.min.js +0 -4
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/js/jazzy.js +0 -21
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/js/jquery.min.js +0 -4
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/undocumented.txt +0 -18
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/docSet.dsidx.csv +0 -80
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.xml +0 -1
- data/spec/integration_specs/document_alamofire/after/docs/img/carat.png +0 -0
- data/spec/integration_specs/document_alamofire/after/docs/img/dash.png +0 -0
- data/spec/integration_specs/document_alamofire/after/docs/img/gh.png +0 -0
- data/spec/integration_specs/document_alamofire/after/docs/index.html +0 -756
- data/spec/integration_specs/document_alamofire/after/docs/js/jazzy.js +0 -21
- data/spec/integration_specs/document_alamofire/after/docs/js/jquery.min.js +0 -4
- data/spec/integration_specs/document_alamofire/after/docs/undocumented.txt +0 -18
- data/spec/integration_specs/document_alamofire/after/execution_output.txt +0 -5
- data/spec/integration_specs/misc_jazzy_features/after/docs/Classes.html +0 -333
- data/spec/integration_specs/misc_jazzy_features/after/docs/Classes/ImplicitlyInternalTopLevelClass.html +0 -149
- data/spec/integration_specs/misc_jazzy_features/after/docs/Enums.html +0 -171
- data/spec/integration_specs/misc_jazzy_features/after/docs/Enums/DocumentedEnum.html +0 -149
- data/spec/integration_specs/misc_jazzy_features/after/docs/Global Variables.html +0 -152
- data/spec/integration_specs/misc_jazzy_features/after/docs/css/highlight.css +0 -202
- data/spec/integration_specs/misc_jazzy_features/after/docs/css/jazzy.css +0 -708
- data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Info.plist +0 -20
- data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/Classes.html +0 -333
- data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/Classes/ImplicitlyInternalTopLevelClass.html +0 -149
- data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/DocumentedEnum.html +0 -149
- data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/Enums.html +0 -171
- data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/Enums/DocumentedEnum.html +0 -149
- data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/Global Variables.html +0 -152
- data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/ImplicitlyInternalTopLevelClass.html +0 -149
- data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/carat.png +0 -0
- data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/css/highlight.css +0 -202
- data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/css/jazzy.css +0 -708
- data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/dash.png +0 -0
- data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/gh.png +0 -0
- data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/highlight.css +0 -202
- data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/img/carat.png +0 -0
- data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/img/dash.png +0 -0
- data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/img/gh.png +0 -0
- data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/index.html +0 -112
- data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/jazzy.css +0 -708
- data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/jazzy.js +0 -21
- data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/jquery.min.js +0 -4
- data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/js/jazzy.js +0 -21
- data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/js/jquery.min.js +0 -4
- data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/undocumented.txt +0 -3
- data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/docSet.dsidx.csv +0 -17
- data/spec/integration_specs/misc_jazzy_features/after/docs/img/carat.png +0 -0
- data/spec/integration_specs/misc_jazzy_features/after/docs/img/dash.png +0 -0
- data/spec/integration_specs/misc_jazzy_features/after/docs/img/gh.png +0 -0
- data/spec/integration_specs/misc_jazzy_features/after/docs/index.html +0 -112
- data/spec/integration_specs/misc_jazzy_features/after/docs/js/jazzy.js +0 -21
- data/spec/integration_specs/misc_jazzy_features/after/docs/js/jquery.min.js +0 -4
- data/spec/integration_specs/misc_jazzy_features/after/docs/undocumented.txt +0 -3
- data/spec/integration_specs/misc_jazzy_features/after/execution_output.txt +0 -5
- data/spec/integration_specs/misc_jazzy_features/before/MiscJazzyFeatures.xcodeproj/project.pbxproj +0 -293
- data/spec/integration_specs/misc_jazzy_features/before/MiscJazzyFeatures.xcodeproj/project.xcworkspace/contents.xcworkspacedata +0 -7
- data/spec/integration_specs/misc_jazzy_features/before/MiscJazzyFeatures/Classes.swift +0 -60
- data/spec/integration_specs/misc_jazzy_features/before/MiscJazzyFeatures/MiscJazzyFeatures.h +0 -10
- data/spec/integration_specs/misc_jazzy_features/before/docs/Classes.html +0 -317
- data/spec/integration_specs/misc_jazzy_features/before/docs/Classes/ImplicitlyInternalTopLevelClass.html +0 -138
- data/spec/integration_specs/misc_jazzy_features/before/docs/Enums.html +0 -155
- data/spec/integration_specs/misc_jazzy_features/before/docs/Enums/DocumentedEnum.html +0 -128
- data/spec/integration_specs/misc_jazzy_features/before/docs/Global Variables.html +0 -138
- data/spec/integration_specs/misc_jazzy_features/before/docs/css/jazzy.css +0 -609
- data/spec/integration_specs/misc_jazzy_features/before/docs/img/carat.png +0 -0
- data/spec/integration_specs/misc_jazzy_features/before/docs/img/dash.png +0 -0
- data/spec/integration_specs/misc_jazzy_features/before/docs/img/gh.png +0 -0
- data/spec/integration_specs/misc_jazzy_features/before/docs/index.html +0 -99
- data/spec/integration_specs/misc_jazzy_features/before/docs/js/jazzy.js +0 -15
- data/spec/integration_specs/misc_jazzy_features/before/docs/js/jquery.min.js +0 -4
@@ -1,155 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html lang="en">
|
3
|
-
<head>
|
4
|
-
<title>Enums Reference</title>
|
5
|
-
<link rel="stylesheet" type="text/css" href="css/jazzy.css" />
|
6
|
-
<meta charset='utf-8'>
|
7
|
-
<script src="js/jquery.min.js" defer></script>
|
8
|
-
<script src="js/jazzy.js" defer></script>
|
9
|
-
</head>
|
10
|
-
<body id="reference" class="Swift">
|
11
|
-
<a title="Enums Reference"></a>
|
12
|
-
<header>
|
13
|
-
<div class="content-wrapper">
|
14
|
-
<p class="header-text"><a href="#"> Docs</a></p>
|
15
|
-
<p id="header-links"><a href=""><img id="header-icon" src="img/gh.png" height="16px" width="16px" />View on GitHub</a></p>
|
16
|
-
<p id="header-links"><a href=""><img id="header-icon" src="img/dash.png" height="16px" width="16px" />Install in Dash</a></p>
|
17
|
-
</div>
|
18
|
-
</header>
|
19
|
-
<section id="valence">
|
20
|
-
<div class="content-wrapper">
|
21
|
-
<p id="hierarchial_navigation">
|
22
|
-
<a href="#" id="design_resources_link"> Reference</a>
|
23
|
-
<img id="carat" src="img/carat.png" height="10px" width="6px" />
|
24
|
-
Enums Reference
|
25
|
-
</p>
|
26
|
-
</div>
|
27
|
-
</section>
|
28
|
-
<div class="content-wrapper">
|
29
|
-
<nav class="book-parts">
|
30
|
-
<ul class="nav-parts">
|
31
|
-
<li class="part-name tasks">
|
32
|
-
<a href="Classes.html">Classes</a>
|
33
|
-
<ul class="nav-chapters">
|
34
|
-
<li class="nav-chapter">
|
35
|
-
<a href="Classes/ImplicitlyInternalTopLevelClass.html">ImplicitlyInternalTopLevelClass</a>
|
36
|
-
</li>
|
37
|
-
<li class="nav-chapter">
|
38
|
-
<a href="Classes.html#/s:C17MiscJazzyFeatures31ExplicitlyInternalTopLevelClass">ExplicitlyInternalTopLevelClass</a>
|
39
|
-
</li>
|
40
|
-
<li class="nav-chapter">
|
41
|
-
<a href="Classes.html#/s:C17MiscJazzyFeaturesP33_72F27992F5E059C6D84AD5FC86B1B76B20PrivateTopLevelClass">PrivateTopLevelClass</a>
|
42
|
-
</li>
|
43
|
-
<li class="nav-chapter">
|
44
|
-
<a href="Classes.html#/s:C17MiscJazzyFeatures19PublicTopLevelClass">PublicTopLevelClass</a>
|
45
|
-
</li>
|
46
|
-
<li class="nav-chapter">
|
47
|
-
<a href="Classes.html#/s:C17MiscJazzyFeatures17ObjCTopLevelClass">ObjCTopLevelClass</a>
|
48
|
-
</li>
|
49
|
-
<li class="nav-chapter">
|
50
|
-
<a href="Classes.html#/s:C17MiscJazzyFeatures20TopLevelObjCSubclass">TopLevelObjCSubclass</a>
|
51
|
-
</li>
|
52
|
-
<li class="nav-chapter">
|
53
|
-
<a href="Classes.html#/s:C17MiscJazzyFeatures21TopLevelSwiftSubclass">TopLevelSwiftSubclass</a>
|
54
|
-
</li>
|
55
|
-
<li class="nav-chapter">
|
56
|
-
<a href="Classes.html#/s:C17MiscJazzyFeatures25UndocumentedTopLevelClass">UndocumentedTopLevelClass</a>
|
57
|
-
</li>
|
58
|
-
</ul>
|
59
|
-
</li>
|
60
|
-
<li class="part-name tasks">
|
61
|
-
<a href="Global Variables.html">Global Variables</a>
|
62
|
-
<ul class="nav-chapters">
|
63
|
-
<li class="nav-chapter">
|
64
|
-
<a href="Global Variables.html#/s:v17MiscJazzyFeatures16documentedGlobalSb">documentedGlobal</a>
|
65
|
-
</li>
|
66
|
-
</ul>
|
67
|
-
</li>
|
68
|
-
<li class="part-name tasks">
|
69
|
-
<a href="Enums.html">Enums</a>
|
70
|
-
<ul class="nav-chapters">
|
71
|
-
<li class="nav-chapter">
|
72
|
-
<a href="Enums/DocumentedEnum.html">DocumentedEnum</a>
|
73
|
-
</li>
|
74
|
-
<li class="nav-chapter">
|
75
|
-
<a href="Enums.html#/s:O17MiscJazzyFeatures16UndocumentedEnum">UndocumentedEnum</a>
|
76
|
-
</li>
|
77
|
-
</ul>
|
78
|
-
</li>
|
79
|
-
</ul>
|
80
|
-
</nav>
|
81
|
-
<div class="pixel-line"></div>
|
82
|
-
<div class="rubber-band-gap"></div>
|
83
|
-
<article class="chapter">
|
84
|
-
<a name="/"></a>
|
85
|
-
<h1 class="chapter-name">Enums</h1>
|
86
|
-
<section>
|
87
|
-
<section class="section">
|
88
|
-
<p class="para">The following enums are available globally.</p>
|
89
|
-
</section>
|
90
|
-
<section class="section task-group-section">
|
91
|
-
<div class="task-group">
|
92
|
-
<div class="task-name-container">
|
93
|
-
<a name="/Children"></a>
|
94
|
-
<a href="#/Children">
|
95
|
-
<h3 class="section-name"></h3>
|
96
|
-
</a>
|
97
|
-
</div>
|
98
|
-
<ul class="task-group-list">
|
99
|
-
<li class="item symbol">
|
100
|
-
<div class="task-group-term">
|
101
|
-
<code>
|
102
|
-
<a name="/s:O17MiscJazzyFeatures14DocumentedEnum">
|
103
|
-
<a class="x-instance-method Swift" href="#/s:O17MiscJazzyFeatures14DocumentedEnum">DocumentedEnum</a>
|
104
|
-
</code>
|
105
|
-
</div>
|
106
|
-
<div class="height-container">
|
107
|
-
<div class="pointy-thing-container"></div>
|
108
|
-
<section class="section instance-method">
|
109
|
-
<div class="pointy-thing"></div>
|
110
|
-
<div class="abstract">
|
111
|
-
<p class="para">SUPPORTED: documented enum</p>
|
112
|
-
</div>
|
113
|
-
<div class="declaration">
|
114
|
-
<h4>Declaration</h4>
|
115
|
-
|
116
|
-
<div class="Swift">
|
117
|
-
<p class="aside-title">Swift</p>
|
118
|
-
<p class="para">
|
119
|
-
<code>enum DocumentedEnum</code>
|
120
|
-
</p>
|
121
|
-
</div>
|
122
|
-
</div>
|
123
|
-
</section>
|
124
|
-
</div>
|
125
|
-
</li>
|
126
|
-
<li class="item symbol">
|
127
|
-
<div class="task-group-term">
|
128
|
-
<code>
|
129
|
-
<a name="/s:O17MiscJazzyFeatures16UndocumentedEnum">
|
130
|
-
<a class="x-instance-method Swift" href="#/s:O17MiscJazzyFeatures16UndocumentedEnum">UndocumentedEnum</a>
|
131
|
-
</code>
|
132
|
-
</div>
|
133
|
-
<div class="height-container">
|
134
|
-
<div class="pointy-thing-container"></div>
|
135
|
-
<section class="section instance-method">
|
136
|
-
<div class="pointy-thing"></div>
|
137
|
-
<div class="abstract">
|
138
|
-
<p class="para">Undocumented</p>
|
139
|
-
</div>
|
140
|
-
</section>
|
141
|
-
</div>
|
142
|
-
</li>
|
143
|
-
</ul>
|
144
|
-
</div>
|
145
|
-
</section>
|
146
|
-
</section>
|
147
|
-
<section id="footer">
|
148
|
-
<p class="copyright">© 2014 <a class="link" href="" target="_blank" rel="external"></a>. All rights reserved. (Last updated: 2014-10-31)</p>
|
149
|
-
<p class="copyright">Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.0.5</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
150
|
-
</section>
|
151
|
-
</article>
|
152
|
-
</div>
|
153
|
-
</body>
|
154
|
-
</div>
|
155
|
-
</html>
|
@@ -1,128 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html lang="en">
|
3
|
-
<head>
|
4
|
-
<title>DocumentedEnum Enum Reference</title>
|
5
|
-
<link rel="stylesheet" type="text/css" href="../css/jazzy.css" />
|
6
|
-
<meta charset='utf-8'>
|
7
|
-
<script src="../js/jquery.min.js" defer></script>
|
8
|
-
<script src="../js/jazzy.js" defer></script>
|
9
|
-
</head>
|
10
|
-
<body id="reference" class="Swift">
|
11
|
-
<a title="DocumentedEnum Enum Reference"></a>
|
12
|
-
<header>
|
13
|
-
<div class="content-wrapper">
|
14
|
-
<p class="header-text"><a href="#"> Docs</a></p>
|
15
|
-
<p id="header-links"><a href=""><img id="header-icon" src="../img/gh.png" height="16px" width="16px" />View on GitHub</a></p>
|
16
|
-
<p id="header-links"><a href=""><img id="header-icon" src="../img/dash.png" height="16px" width="16px" />Install in Dash</a></p>
|
17
|
-
</div>
|
18
|
-
</header>
|
19
|
-
<section id="valence">
|
20
|
-
<div class="content-wrapper">
|
21
|
-
<p id="hierarchial_navigation">
|
22
|
-
<a href="#" id="design_resources_link"> Reference</a>
|
23
|
-
<img id="carat" src="../img/carat.png" height="10px" width="6px" />
|
24
|
-
DocumentedEnum Enum Reference
|
25
|
-
</p>
|
26
|
-
</div>
|
27
|
-
</section>
|
28
|
-
<div class="content-wrapper">
|
29
|
-
<nav class="book-parts">
|
30
|
-
<ul class="nav-parts">
|
31
|
-
<li class="part-name tasks">
|
32
|
-
<a href="../Classes.html">Classes</a>
|
33
|
-
<ul class="nav-chapters">
|
34
|
-
<li class="nav-chapter">
|
35
|
-
<a href="../Classes/ImplicitlyInternalTopLevelClass.html">ImplicitlyInternalTopLevelClass</a>
|
36
|
-
</li>
|
37
|
-
<li class="nav-chapter">
|
38
|
-
<a href="../Classes.html#/s:C17MiscJazzyFeatures31ExplicitlyInternalTopLevelClass">ExplicitlyInternalTopLevelClass</a>
|
39
|
-
</li>
|
40
|
-
<li class="nav-chapter">
|
41
|
-
<a href="../Classes.html#/s:C17MiscJazzyFeaturesP33_72F27992F5E059C6D84AD5FC86B1B76B20PrivateTopLevelClass">PrivateTopLevelClass</a>
|
42
|
-
</li>
|
43
|
-
<li class="nav-chapter">
|
44
|
-
<a href="../Classes.html#/s:C17MiscJazzyFeatures19PublicTopLevelClass">PublicTopLevelClass</a>
|
45
|
-
</li>
|
46
|
-
<li class="nav-chapter">
|
47
|
-
<a href="../Classes.html#/s:C17MiscJazzyFeatures17ObjCTopLevelClass">ObjCTopLevelClass</a>
|
48
|
-
</li>
|
49
|
-
<li class="nav-chapter">
|
50
|
-
<a href="../Classes.html#/s:C17MiscJazzyFeatures20TopLevelObjCSubclass">TopLevelObjCSubclass</a>
|
51
|
-
</li>
|
52
|
-
<li class="nav-chapter">
|
53
|
-
<a href="../Classes.html#/s:C17MiscJazzyFeatures21TopLevelSwiftSubclass">TopLevelSwiftSubclass</a>
|
54
|
-
</li>
|
55
|
-
<li class="nav-chapter">
|
56
|
-
<a href="../Classes.html#/s:C17MiscJazzyFeatures25UndocumentedTopLevelClass">UndocumentedTopLevelClass</a>
|
57
|
-
</li>
|
58
|
-
</ul>
|
59
|
-
</li>
|
60
|
-
<li class="part-name tasks">
|
61
|
-
<a href="../Global Variables.html">Global Variables</a>
|
62
|
-
<ul class="nav-chapters">
|
63
|
-
<li class="nav-chapter">
|
64
|
-
<a href="../Global Variables.html#/s:v17MiscJazzyFeatures16documentedGlobalSb">documentedGlobal</a>
|
65
|
-
</li>
|
66
|
-
</ul>
|
67
|
-
</li>
|
68
|
-
<li class="part-name tasks">
|
69
|
-
<a href="../Enums.html">Enums</a>
|
70
|
-
<ul class="nav-chapters">
|
71
|
-
<li class="nav-chapter">
|
72
|
-
<a href="../Enums/DocumentedEnum.html">DocumentedEnum</a>
|
73
|
-
</li>
|
74
|
-
<li class="nav-chapter">
|
75
|
-
<a href="../Enums.html#/s:O17MiscJazzyFeatures16UndocumentedEnum">UndocumentedEnum</a>
|
76
|
-
</li>
|
77
|
-
</ul>
|
78
|
-
</li>
|
79
|
-
</ul>
|
80
|
-
</nav>
|
81
|
-
<div class="pixel-line"></div>
|
82
|
-
<div class="rubber-band-gap"></div>
|
83
|
-
<article class="chapter">
|
84
|
-
<a name="/"></a>
|
85
|
-
<h1 class="chapter-name">DocumentedEnum</h1>
|
86
|
-
<section>
|
87
|
-
<section class="section">
|
88
|
-
<p class="para">SUPPORTED: documented enum</p>
|
89
|
-
</section>
|
90
|
-
<section class="section task-group-section">
|
91
|
-
<div class="task-group">
|
92
|
-
<div class="task-name-container">
|
93
|
-
<a name="/Children"></a>
|
94
|
-
<a href="#/Children">
|
95
|
-
<h3 class="section-name"></h3>
|
96
|
-
</a>
|
97
|
-
</div>
|
98
|
-
<ul class="task-group-list">
|
99
|
-
<li class="item symbol">
|
100
|
-
<div class="task-group-term">
|
101
|
-
<code>
|
102
|
-
<a name="/s:FO17MiscJazzyFeatures14DocumentedEnum15DocumentedValueFMS0_S0_">
|
103
|
-
<a class="x-instance-method Swift" href="#/s:FO17MiscJazzyFeatures14DocumentedEnum15DocumentedValueFMS0_S0_">DocumentedValue</a>
|
104
|
-
</code>
|
105
|
-
</div>
|
106
|
-
<div class="height-container">
|
107
|
-
<div class="pointy-thing-container"></div>
|
108
|
-
<section class="section instance-method">
|
109
|
-
<div class="pointy-thing"></div>
|
110
|
-
<div class="abstract">
|
111
|
-
<p class="para">SUPPORTED: documented enum element</p>
|
112
|
-
</div>
|
113
|
-
</section>
|
114
|
-
</div>
|
115
|
-
</li>
|
116
|
-
</ul>
|
117
|
-
</div>
|
118
|
-
</section>
|
119
|
-
</section>
|
120
|
-
<section id="footer">
|
121
|
-
<p class="copyright">© 2014 <a class="link" href="" target="_blank" rel="external"></a>. All rights reserved. (Last updated: 2014-10-31)</p>
|
122
|
-
<p class="copyright">Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.0.5</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
123
|
-
</section>
|
124
|
-
</article>
|
125
|
-
</div>
|
126
|
-
</body>
|
127
|
-
</div>
|
128
|
-
</html>
|
@@ -1,138 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html lang="en">
|
3
|
-
<head>
|
4
|
-
<title>Global Variables Reference</title>
|
5
|
-
<link rel="stylesheet" type="text/css" href="css/jazzy.css" />
|
6
|
-
<meta charset='utf-8'>
|
7
|
-
<script src="js/jquery.min.js" defer></script>
|
8
|
-
<script src="js/jazzy.js" defer></script>
|
9
|
-
</head>
|
10
|
-
<body id="reference" class="Swift">
|
11
|
-
<a title="Global Variables Reference"></a>
|
12
|
-
<header>
|
13
|
-
<div class="content-wrapper">
|
14
|
-
<p class="header-text"><a href="#"> Docs</a></p>
|
15
|
-
<p id="header-links"><a href=""><img id="header-icon" src="img/gh.png" height="16px" width="16px" />View on GitHub</a></p>
|
16
|
-
<p id="header-links"><a href=""><img id="header-icon" src="img/dash.png" height="16px" width="16px" />Install in Dash</a></p>
|
17
|
-
</div>
|
18
|
-
</header>
|
19
|
-
<section id="valence">
|
20
|
-
<div class="content-wrapper">
|
21
|
-
<p id="hierarchial_navigation">
|
22
|
-
<a href="#" id="design_resources_link"> Reference</a>
|
23
|
-
<img id="carat" src="img/carat.png" height="10px" width="6px" />
|
24
|
-
Global Variables Reference
|
25
|
-
</p>
|
26
|
-
</div>
|
27
|
-
</section>
|
28
|
-
<div class="content-wrapper">
|
29
|
-
<nav class="book-parts">
|
30
|
-
<ul class="nav-parts">
|
31
|
-
<li class="part-name tasks">
|
32
|
-
<a href="Classes.html">Classes</a>
|
33
|
-
<ul class="nav-chapters">
|
34
|
-
<li class="nav-chapter">
|
35
|
-
<a href="Classes/ImplicitlyInternalTopLevelClass.html">ImplicitlyInternalTopLevelClass</a>
|
36
|
-
</li>
|
37
|
-
<li class="nav-chapter">
|
38
|
-
<a href="Classes.html#/s:C17MiscJazzyFeatures31ExplicitlyInternalTopLevelClass">ExplicitlyInternalTopLevelClass</a>
|
39
|
-
</li>
|
40
|
-
<li class="nav-chapter">
|
41
|
-
<a href="Classes.html#/s:C17MiscJazzyFeaturesP33_72F27992F5E059C6D84AD5FC86B1B76B20PrivateTopLevelClass">PrivateTopLevelClass</a>
|
42
|
-
</li>
|
43
|
-
<li class="nav-chapter">
|
44
|
-
<a href="Classes.html#/s:C17MiscJazzyFeatures19PublicTopLevelClass">PublicTopLevelClass</a>
|
45
|
-
</li>
|
46
|
-
<li class="nav-chapter">
|
47
|
-
<a href="Classes.html#/s:C17MiscJazzyFeatures17ObjCTopLevelClass">ObjCTopLevelClass</a>
|
48
|
-
</li>
|
49
|
-
<li class="nav-chapter">
|
50
|
-
<a href="Classes.html#/s:C17MiscJazzyFeatures20TopLevelObjCSubclass">TopLevelObjCSubclass</a>
|
51
|
-
</li>
|
52
|
-
<li class="nav-chapter">
|
53
|
-
<a href="Classes.html#/s:C17MiscJazzyFeatures21TopLevelSwiftSubclass">TopLevelSwiftSubclass</a>
|
54
|
-
</li>
|
55
|
-
<li class="nav-chapter">
|
56
|
-
<a href="Classes.html#/s:C17MiscJazzyFeatures25UndocumentedTopLevelClass">UndocumentedTopLevelClass</a>
|
57
|
-
</li>
|
58
|
-
</ul>
|
59
|
-
</li>
|
60
|
-
<li class="part-name tasks">
|
61
|
-
<a href="Global Variables.html">Global Variables</a>
|
62
|
-
<ul class="nav-chapters">
|
63
|
-
<li class="nav-chapter">
|
64
|
-
<a href="Global Variables.html#/s:v17MiscJazzyFeatures16documentedGlobalSb">documentedGlobal</a>
|
65
|
-
</li>
|
66
|
-
</ul>
|
67
|
-
</li>
|
68
|
-
<li class="part-name tasks">
|
69
|
-
<a href="Enums.html">Enums</a>
|
70
|
-
<ul class="nav-chapters">
|
71
|
-
<li class="nav-chapter">
|
72
|
-
<a href="Enums/DocumentedEnum.html">DocumentedEnum</a>
|
73
|
-
</li>
|
74
|
-
<li class="nav-chapter">
|
75
|
-
<a href="Enums.html#/s:O17MiscJazzyFeatures16UndocumentedEnum">UndocumentedEnum</a>
|
76
|
-
</li>
|
77
|
-
</ul>
|
78
|
-
</li>
|
79
|
-
</ul>
|
80
|
-
</nav>
|
81
|
-
<div class="pixel-line"></div>
|
82
|
-
<div class="rubber-band-gap"></div>
|
83
|
-
<article class="chapter">
|
84
|
-
<a name="/"></a>
|
85
|
-
<h1 class="chapter-name">Global Variables</h1>
|
86
|
-
<section>
|
87
|
-
<section class="section">
|
88
|
-
<p class="para">The following global variables are available globally.</p>
|
89
|
-
</section>
|
90
|
-
<section class="section task-group-section">
|
91
|
-
<div class="task-group">
|
92
|
-
<div class="task-name-container">
|
93
|
-
<a name="/Children"></a>
|
94
|
-
<a href="#/Children">
|
95
|
-
<h3 class="section-name"></h3>
|
96
|
-
</a>
|
97
|
-
</div>
|
98
|
-
<ul class="task-group-list">
|
99
|
-
<li class="item symbol">
|
100
|
-
<div class="task-group-term">
|
101
|
-
<code>
|
102
|
-
<a name="/s:v17MiscJazzyFeatures16documentedGlobalSb">
|
103
|
-
<a class="x-instance-method Swift" href="#/s:v17MiscJazzyFeatures16documentedGlobalSb">documentedGlobal</a>
|
104
|
-
</code>
|
105
|
-
</div>
|
106
|
-
<div class="height-container">
|
107
|
-
<div class="pointy-thing-container"></div>
|
108
|
-
<section class="section instance-method">
|
109
|
-
<div class="pointy-thing"></div>
|
110
|
-
<div class="abstract">
|
111
|
-
<p class="para">SUPPORTED: documented global</p>
|
112
|
-
</div>
|
113
|
-
<div class="declaration">
|
114
|
-
<h4>Declaration</h4>
|
115
|
-
|
116
|
-
<div class="Swift">
|
117
|
-
<p class="aside-title">Swift</p>
|
118
|
-
<p class="para">
|
119
|
-
<code>let documentedGlobal: Bool</code>
|
120
|
-
</p>
|
121
|
-
</div>
|
122
|
-
</div>
|
123
|
-
</section>
|
124
|
-
</div>
|
125
|
-
</li>
|
126
|
-
</ul>
|
127
|
-
</div>
|
128
|
-
</section>
|
129
|
-
</section>
|
130
|
-
<section id="footer">
|
131
|
-
<p class="copyright">© 2014 <a class="link" href="" target="_blank" rel="external"></a>. All rights reserved. (Last updated: 2014-10-31)</p>
|
132
|
-
<p class="copyright">Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.0.5</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
133
|
-
</section>
|
134
|
-
</article>
|
135
|
-
</div>
|
136
|
-
</body>
|
137
|
-
</div>
|
138
|
-
</html>
|
@@ -1,609 +0,0 @@
|
|
1
|
-
html, body, div, span, h1, h3, h4, p, a, code, em, img, ul, li, table, tbody, tr, td {
|
2
|
-
background: transparent;
|
3
|
-
border: 0;
|
4
|
-
font-size: 100%;
|
5
|
-
margin: 0;
|
6
|
-
outline: 0;
|
7
|
-
padding: 0;
|
8
|
-
vertical-align: baseline;
|
9
|
-
}
|
10
|
-
|
11
|
-
#reference .x-instance-method.Swift {
|
12
|
-
margin-left: 15px;
|
13
|
-
}
|
14
|
-
|
15
|
-
#reference .chapter {
|
16
|
-
overflow-x: hidden;
|
17
|
-
border-top: 0;
|
18
|
-
border-left: 1px solid rgba(233, 233, 233, 1);
|
19
|
-
border-right: 1px solid rgba(233, 233, 233, 1);
|
20
|
-
border-bottom: 1px solid rgba(233, 233, 233, 1);
|
21
|
-
}
|
22
|
-
|
23
|
-
#reference .nav-chapters {
|
24
|
-
height: 100%;
|
25
|
-
}
|
26
|
-
|
27
|
-
#reference .part-name {
|
28
|
-
color: #000;
|
29
|
-
cursor: default;
|
30
|
-
padding: 15px 15px 15px 20px;
|
31
|
-
min-height: 61px;
|
32
|
-
}
|
33
|
-
|
34
|
-
#reference .part-name.tasks {
|
35
|
-
background: #fff;
|
36
|
-
overflow: auto;
|
37
|
-
}
|
38
|
-
|
39
|
-
#reference .book-parts a {
|
40
|
-
display: initial;
|
41
|
-
margin-left: 0;
|
42
|
-
}
|
43
|
-
|
44
|
-
#reference .nav-chapters li {
|
45
|
-
color: rgba(128, 128, 128, 1);
|
46
|
-
margin-left: 12px;
|
47
|
-
padding-left: 10px;
|
48
|
-
text-indent: -10px;
|
49
|
-
}
|
50
|
-
|
51
|
-
#reference .chapter-name {
|
52
|
-
margin-top: 21px;
|
53
|
-
}
|
54
|
-
|
55
|
-
.rubber-band-gap {
|
56
|
-
background: #fff;
|
57
|
-
height: 250px;
|
58
|
-
position: fixed;
|
59
|
-
width: 734px;
|
60
|
-
z-index: -1;
|
61
|
-
top: 70px;
|
62
|
-
margin: 0 0 0 247px;
|
63
|
-
}
|
64
|
-
|
65
|
-
#reference .task-name-container {
|
66
|
-
background: #fff;
|
67
|
-
left: -25px;
|
68
|
-
margin-bottom: 0;
|
69
|
-
padding: 35px 25px 0;
|
70
|
-
position: relative;
|
71
|
-
width: 100%;
|
72
|
-
}
|
73
|
-
|
74
|
-
#reference .section-name {
|
75
|
-
cursor: pointer;
|
76
|
-
display: inline-block;
|
77
|
-
}
|
78
|
-
|
79
|
-
#reference .section .section {
|
80
|
-
margin-top: 0;
|
81
|
-
}
|
82
|
-
|
83
|
-
#reference .task-group-section {
|
84
|
-
padding: 1px 25px 0;
|
85
|
-
}
|
86
|
-
|
87
|
-
#reference .symbol {
|
88
|
-
background: #fff;
|
89
|
-
left: -25px;
|
90
|
-
list-style-type: none;
|
91
|
-
padding: 13px 25px 0;
|
92
|
-
position: relative;
|
93
|
-
width: 100%;
|
94
|
-
}
|
95
|
-
|
96
|
-
#reference .task-group-term {
|
97
|
-
font-size: 1.4em;
|
98
|
-
word-break: break-all;
|
99
|
-
}
|
100
|
-
|
101
|
-
#reference .task-group-term>code {
|
102
|
-
display: inline-block;
|
103
|
-
}
|
104
|
-
|
105
|
-
#reference .pointy-thing-container {
|
106
|
-
background: #fff;
|
107
|
-
border-bottom: 1px solid rgba(233, 233, 233, 1);
|
108
|
-
left: -25px;
|
109
|
-
padding-left: 25px;
|
110
|
-
padding-right: 25px;
|
111
|
-
padding-bottom: 13px;
|
112
|
-
position: relative;
|
113
|
-
width: 100%;
|
114
|
-
}
|
115
|
-
|
116
|
-
#reference .pointy-thing {
|
117
|
-
background: rgba(249, 249, 249, 1);
|
118
|
-
border-left: 1px solid rgba(233, 233, 233, 1);
|
119
|
-
border-top: 1px solid rgba(233, 233, 233, 1);
|
120
|
-
height: 12px;
|
121
|
-
left: 21px;
|
122
|
-
top: -7px;
|
123
|
-
-webkit-transform: rotate(45deg);
|
124
|
-
-moz-transform: rotate(45deg);
|
125
|
-
-o-transform: rotate(45deg);
|
126
|
-
transform: rotate(45deg);
|
127
|
-
position: absolute;
|
128
|
-
width: 12px;
|
129
|
-
}
|
130
|
-
|
131
|
-
#reference .height-container {
|
132
|
-
display: none;
|
133
|
-
left: -25px;
|
134
|
-
padding: 0 25px;
|
135
|
-
position: relative;
|
136
|
-
width: 100%;
|
137
|
-
overflow: hidden;
|
138
|
-
}
|
139
|
-
|
140
|
-
#reference .height-container .section {
|
141
|
-
background: rgba(249, 249, 249, 1);
|
142
|
-
border-bottom: 1px solid rgba(233, 233, 233, 1);
|
143
|
-
left: -25px;
|
144
|
-
margin: 0;
|
145
|
-
padding: 13px 25px 0;
|
146
|
-
position: relative;
|
147
|
-
width: 100%;
|
148
|
-
}
|
149
|
-
|
150
|
-
#reference .height-container .section h4 {
|
151
|
-
font-size: 13px;
|
152
|
-
line-height: 1.5;
|
153
|
-
margin-top: 21px;
|
154
|
-
}
|
155
|
-
|
156
|
-
#reference .section .declaration {
|
157
|
-
margin-top: 21px;
|
158
|
-
}
|
159
|
-
|
160
|
-
#reference .section .declaration code {
|
161
|
-
color: rgba(128, 128, 128, 1);
|
162
|
-
margin-bottom: 15px;
|
163
|
-
padding-bottom: 6px;
|
164
|
-
}
|
165
|
-
|
166
|
-
#reference .declaration div .para {
|
167
|
-
margin-bottom: 0;
|
168
|
-
}
|
169
|
-
|
170
|
-
#reference .task-group .item .graybox {
|
171
|
-
margin: 5px 0 26px;
|
172
|
-
}
|
173
|
-
|
174
|
-
#reference .symbol .graybox .para:last-of-type {
|
175
|
-
margin-bottom: 0;
|
176
|
-
padding-bottom: 0;
|
177
|
-
}
|
178
|
-
|
179
|
-
#reference .parameters .graybox tr td:first-of-type {
|
180
|
-
text-align: right;
|
181
|
-
padding: 7px;
|
182
|
-
vertical-align: top;
|
183
|
-
word-break: normal;
|
184
|
-
width: 40px;
|
185
|
-
}
|
186
|
-
|
187
|
-
#reference em.term,
|
188
|
-
#reference em.parameter-name {
|
189
|
-
color: rgba(65, 65, 65, 1);
|
190
|
-
font-size: 12px;
|
191
|
-
line-height: 1.5;
|
192
|
-
}
|
193
|
-
|
194
|
-
#reference .height-container .section>div:last-of-type {
|
195
|
-
margin-bottom: 15px;
|
196
|
-
}
|
197
|
-
|
198
|
-
#reference #footer {
|
199
|
-
width: 614px;
|
200
|
-
z-index: 1;
|
201
|
-
}
|
202
|
-
|
203
|
-
#reference .item .para {
|
204
|
-
padding-bottom: 0;
|
205
|
-
margin: 0 0 15px;
|
206
|
-
}
|
207
|
-
|
208
|
-
#reference a[name] {
|
209
|
-
padding-top: 112px;
|
210
|
-
margin: -112px 0 0;
|
211
|
-
}
|
212
|
-
|
213
|
-
#reference .height-container td {
|
214
|
-
max-width: inherit;
|
215
|
-
}
|
216
|
-
|
217
|
-
#reference .declaration .n a {
|
218
|
-
color: inherit;
|
219
|
-
}
|
220
|
-
|
221
|
-
#reference .declaration .n a:hover {
|
222
|
-
border-bottom: 1px solid;
|
223
|
-
}
|
224
|
-
|
225
|
-
#reference .copyright {
|
226
|
-
margin: 10px 0;
|
227
|
-
}
|
228
|
-
|
229
|
-
.nav-chapters {
|
230
|
-
font-weight: 400;
|
231
|
-
line-height: 110%;
|
232
|
-
list-style-position: outside;
|
233
|
-
list-style-type: none;
|
234
|
-
margin: 0;
|
235
|
-
padding: 8px 0 0;
|
236
|
-
height: 100%;
|
237
|
-
width: 200px;
|
238
|
-
position: relative;
|
239
|
-
top: 15px;
|
240
|
-
}
|
241
|
-
|
242
|
-
body {
|
243
|
-
background-color: rgba(242, 242, 242, 1);
|
244
|
-
color: #000;
|
245
|
-
font-family: Helvetica, Arial, sans-serif;
|
246
|
-
font-size: 62.5%;
|
247
|
-
margin: 0 auto;
|
248
|
-
-webkit-font-smoothing: subpixel-antialiased;
|
249
|
-
}
|
250
|
-
|
251
|
-
a[name] {
|
252
|
-
display: block;
|
253
|
-
padding-top: 85px;
|
254
|
-
margin: -85px 0 0;
|
255
|
-
width: 0;
|
256
|
-
height: 0;
|
257
|
-
}
|
258
|
-
|
259
|
-
.content-wrapper {
|
260
|
-
background-color: rgba(242, 242, 242, 1);
|
261
|
-
margin: 0 auto;
|
262
|
-
width: 980px;
|
263
|
-
}
|
264
|
-
|
265
|
-
.pixel-line {
|
266
|
-
background: rgba(233, 233, 233, 1);
|
267
|
-
height: 1px;
|
268
|
-
position: fixed;
|
269
|
-
top: 70px;
|
270
|
-
width: 734px;
|
271
|
-
z-index: 3;
|
272
|
-
top: 70px;
|
273
|
-
margin: 0 0 0 247px;
|
274
|
-
}
|
275
|
-
|
276
|
-
.chapter {
|
277
|
-
background-color: #fff;
|
278
|
-
border: 1px solid rgba(233, 233, 233, 1);
|
279
|
-
border-top: 0;
|
280
|
-
box-shadow: 0 0 1px rgba(0, 0, 0, .07);
|
281
|
-
display: block;
|
282
|
-
margin-left: 246px;
|
283
|
-
min-height: calc(100% - 173px);
|
284
|
-
min-height: -moz-calc(100% - 173px);
|
285
|
-
min-height: -webkit-calc(100% - 173px);
|
286
|
-
min-height: -o-calc(100% - 173px);
|
287
|
-
position: absolute;
|
288
|
-
overflow: auto;
|
289
|
-
padding-bottom: 100px;
|
290
|
-
top: 70px;
|
291
|
-
-webkit-overflow-scrolling: touch;
|
292
|
-
width: 734px;
|
293
|
-
}
|
294
|
-
|
295
|
-
#hierarchial_navigation {
|
296
|
-
float: left;
|
297
|
-
font-size: 1.4em;
|
298
|
-
margin-top: 29px;
|
299
|
-
vertical-align: middle;
|
300
|
-
}
|
301
|
-
|
302
|
-
.section {
|
303
|
-
padding: 15px 25px 0px;
|
304
|
-
}
|
305
|
-
|
306
|
-
.section .section {
|
307
|
-
margin: 30px 0 0;
|
308
|
-
padding: 0;
|
309
|
-
}
|
310
|
-
|
311
|
-
header {
|
312
|
-
background-color: rgba(65, 65, 65, 1);
|
313
|
-
box-shadow: 0 1px 1px rgba(0, 0, 0, .07);
|
314
|
-
color: #fff;
|
315
|
-
height: 25px;
|
316
|
-
letter-spacing: .05em;
|
317
|
-
position: fixed;
|
318
|
-
top: 0;
|
319
|
-
width: 100%;
|
320
|
-
z-index: 4;
|
321
|
-
}
|
322
|
-
|
323
|
-
.header-text {
|
324
|
-
font-size: 1.1em;
|
325
|
-
margin: 0 auto;
|
326
|
-
padding-top: 6px;
|
327
|
-
vertical-align: middle;
|
328
|
-
float: left;
|
329
|
-
}
|
330
|
-
|
331
|
-
.header-text a {
|
332
|
-
color: #fff;
|
333
|
-
text-decoration: none;
|
334
|
-
}
|
335
|
-
|
336
|
-
#header-icon {
|
337
|
-
padding-right: 8px;
|
338
|
-
vertical-align: -3px;
|
339
|
-
}
|
340
|
-
|
341
|
-
#header-links a {
|
342
|
-
float: right;
|
343
|
-
padding-top: 4px;
|
344
|
-
padding-left: 16px;
|
345
|
-
font-size: 1.1em;
|
346
|
-
vertical-align: middle;
|
347
|
-
margin: 0 auto;
|
348
|
-
color: #fff;
|
349
|
-
text-decoration: none;
|
350
|
-
}
|
351
|
-
|
352
|
-
#valence {
|
353
|
-
background-color: rgba(242, 242, 242, 1);
|
354
|
-
display: block;
|
355
|
-
height: 60px;
|
356
|
-
padding-top: 10px;
|
357
|
-
position: fixed;
|
358
|
-
top: 0;
|
359
|
-
width: 100%;
|
360
|
-
z-index: 3;
|
361
|
-
}
|
362
|
-
|
363
|
-
#carat {
|
364
|
-
margin: 0 10px;
|
365
|
-
}
|
366
|
-
|
367
|
-
#design_resources_link {
|
368
|
-
color: rgba(0, 136, 204, 1);
|
369
|
-
text-decoration: none;
|
370
|
-
}
|
371
|
-
|
372
|
-
.para {
|
373
|
-
color: rgba(65, 65, 65, 1);
|
374
|
-
font-size: 1.4em;
|
375
|
-
line-height: 145%;
|
376
|
-
margin-bottom: 15px;
|
377
|
-
}
|
378
|
-
|
379
|
-
.chapter-name {
|
380
|
-
color: rgba(0, 0, 0, 1);
|
381
|
-
display: block;
|
382
|
-
font-family: Helvetica;
|
383
|
-
font-size: 2.8em;
|
384
|
-
font-weight: 100;
|
385
|
-
margin-bottom: 0;
|
386
|
-
padding: 15px 25px;
|
387
|
-
width: 63%;
|
388
|
-
margin-top: 21px;
|
389
|
-
}
|
390
|
-
|
391
|
-
.chapter a {
|
392
|
-
color: rgba(0, 136, 204, 1);
|
393
|
-
text-decoration: none;
|
394
|
-
}
|
395
|
-
|
396
|
-
h3.section-name:before {
|
397
|
-
display: block;
|
398
|
-
content: " ";
|
399
|
-
margin-top: -85px;
|
400
|
-
height: 85px;
|
401
|
-
visibility: hidden;
|
402
|
-
}
|
403
|
-
|
404
|
-
.section-name {
|
405
|
-
color: rgba(128, 128, 128, 1);
|
406
|
-
display: block;
|
407
|
-
font-family: Helvetica;
|
408
|
-
font-size: 2.2em;
|
409
|
-
font-weight: 100;
|
410
|
-
margin-bottom: 15px;
|
411
|
-
}
|
412
|
-
|
413
|
-
.copyright {
|
414
|
-
clear: both;
|
415
|
-
color: rgba(160, 160, 160, 1);
|
416
|
-
float: none;
|
417
|
-
margin: 70px 25px 10px 0;
|
418
|
-
}
|
419
|
-
|
420
|
-
.link {
|
421
|
-
color: rgba(0, 136, 204, 1);
|
422
|
-
text-decoration: none;
|
423
|
-
}
|
424
|
-
|
425
|
-
.item p {
|
426
|
-
margin: 0;
|
427
|
-
padding-bottom: 6px;
|
428
|
-
}
|
429
|
-
|
430
|
-
.book-parts {
|
431
|
-
background-color: rgba(249, 249, 249, 1);
|
432
|
-
border-top: 1px solid rgba(233, 233, 233, 1);
|
433
|
-
border-left: 1px solid rgba(233, 233, 233, 1);
|
434
|
-
border-right: 1px solid rgba(233, 233, 233, 1);
|
435
|
-
bottom: 0;
|
436
|
-
box-shadow: 0 0 1px rgba(0, 0, 0, .07);
|
437
|
-
overflow: auto;
|
438
|
-
-webkit-overflow-scrolling: touch;
|
439
|
-
position: fixed;
|
440
|
-
top: 70px;
|
441
|
-
width: 230px;
|
442
|
-
}
|
443
|
-
|
444
|
-
.nav-parts {
|
445
|
-
color: rgba(128, 128, 128, 1);
|
446
|
-
font-weight: 100;
|
447
|
-
line-height: 140%;
|
448
|
-
list-style-type: none;
|
449
|
-
margin: 0;
|
450
|
-
-webkit-padding-start: 0;
|
451
|
-
}
|
452
|
-
|
453
|
-
.part-name {
|
454
|
-
border-bottom: 1px solid rgba(233, 233, 233, 1);
|
455
|
-
font-family: Helvetica;
|
456
|
-
font-size: 1.6em;
|
457
|
-
line-height: 150%;
|
458
|
-
list-style-type: none;
|
459
|
-
margin: 0;
|
460
|
-
padding: 15px 30px 15px 20px;
|
461
|
-
cursor: pointer;
|
462
|
-
}
|
463
|
-
|
464
|
-
.nav-chapters {
|
465
|
-
font-weight: 400;
|
466
|
-
line-height: 110%;
|
467
|
-
list-style-position: outside;
|
468
|
-
list-style-type: none;
|
469
|
-
margin: 0;
|
470
|
-
margin-bottom: 10px;
|
471
|
-
padding: 0;
|
472
|
-
height: 0;
|
473
|
-
overflow: hidden;
|
474
|
-
-webkit-transition: height .3s ease-in-out;
|
475
|
-
-moz-transition: height .3s ease-in-out;
|
476
|
-
-o-transition: height .3s ease-in-out;
|
477
|
-
-ms-transition: height .3s ease-in-out;
|
478
|
-
transition: height .3s ease-in-out;
|
479
|
-
}
|
480
|
-
|
481
|
-
.nav-chapter {
|
482
|
-
font-size: .8em;
|
483
|
-
list-style-position: outside;
|
484
|
-
list-style-type: none;
|
485
|
-
margin: 0;
|
486
|
-
padding: 0 0 8px;
|
487
|
-
}
|
488
|
-
|
489
|
-
.nav-chapters .nav-chapter {
|
490
|
-
margin-left: 0;
|
491
|
-
}
|
492
|
-
|
493
|
-
.book-parts a {
|
494
|
-
color: rgba(128, 128, 128, 1);
|
495
|
-
display: block;
|
496
|
-
text-decoration: none;
|
497
|
-
margin-left: 24px;
|
498
|
-
}
|
499
|
-
|
500
|
-
.aside-title {
|
501
|
-
color: rgba(128, 128, 128, 1);
|
502
|
-
font-size: 9px;
|
503
|
-
letter-spacing: 2px;
|
504
|
-
margin-bottom: 8px;
|
505
|
-
text-transform: uppercase;
|
506
|
-
}
|
507
|
-
|
508
|
-
div.Swift {
|
509
|
-
padding: 4px 0 2px 10px;
|
510
|
-
margin: 10px 0 21px;
|
511
|
-
}
|
512
|
-
|
513
|
-
div.Swift {
|
514
|
-
border-left: 5px solid rgba(205, 233, 244, 1);
|
515
|
-
}
|
516
|
-
|
517
|
-
div.Swift .aside-title {
|
518
|
-
color: rgba(75, 138, 251, 1);
|
519
|
-
-webkit-user-select: none;
|
520
|
-
}
|
521
|
-
|
522
|
-
#footer {
|
523
|
-
font-size: 1.1em;
|
524
|
-
bottom: 0;
|
525
|
-
color: rgba(0, 136, 204, 1);
|
526
|
-
margin: 0 25px;
|
527
|
-
position: absolute;
|
528
|
-
width: 684px;
|
529
|
-
}
|
530
|
-
|
531
|
-
.graybox {
|
532
|
-
border: 1px solid rgba(233, 233, 233, 1);
|
533
|
-
border-collapse: collapse;
|
534
|
-
border-spacing: 0;
|
535
|
-
empty-cells: hide;
|
536
|
-
margin: 20px 0 36px;
|
537
|
-
text-align: left;
|
538
|
-
width: 100%;
|
539
|
-
}
|
540
|
-
|
541
|
-
.graybox p {
|
542
|
-
margin: 0;
|
543
|
-
word-break: break-word;
|
544
|
-
min-width: 50px;
|
545
|
-
}
|
546
|
-
|
547
|
-
td {
|
548
|
-
border: 1px solid rgba(233, 233, 233, 1);
|
549
|
-
padding: 5px 25px 5px 10px;
|
550
|
-
margin: 0;
|
551
|
-
vertical-align: middle;
|
552
|
-
max-width: 260px;
|
553
|
-
}
|
554
|
-
|
555
|
-
#reference .rubber-band-gap {
|
556
|
-
background: #fff;
|
557
|
-
height: 250px;
|
558
|
-
position: fixed;
|
559
|
-
width: 734px;
|
560
|
-
z-index: -1;
|
561
|
-
}
|
562
|
-
|
563
|
-
.readme {
|
564
|
-
font-size: 12pt;
|
565
|
-
font-family: Helvetica;
|
566
|
-
color: rgba(65, 65, 65, 1);
|
567
|
-
line-height: 145%;
|
568
|
-
}
|
569
|
-
|
570
|
-
.readme blockquote {
|
571
|
-
color: rgba(165, 165, 165, 1);
|
572
|
-
border-left: 4px solid #ddd;
|
573
|
-
padding: 0 1em;
|
574
|
-
margin-left: 0;
|
575
|
-
}
|
576
|
-
|
577
|
-
.readme ol, ul {
|
578
|
-
padding-left: 1.5em;
|
579
|
-
}
|
580
|
-
|
581
|
-
.readme p {
|
582
|
-
margin-bottom: 15px;
|
583
|
-
}
|
584
|
-
|
585
|
-
.readme h1 {
|
586
|
-
font-size: 175%;
|
587
|
-
margin-bottom: 2em;
|
588
|
-
}
|
589
|
-
|
590
|
-
.readme h3 {
|
591
|
-
font-size: 125%;
|
592
|
-
margin-bottom: 1em;
|
593
|
-
}
|
594
|
-
|
595
|
-
.readme pre {
|
596
|
-
overflow: scroll;
|
597
|
-
padding: 1.125em;
|
598
|
-
}
|
599
|
-
|
600
|
-
.readme pre, code {
|
601
|
-
background-color: #ebebeb;
|
602
|
-
}
|
603
|
-
|
604
|
-
.readme hr {
|
605
|
-
background-color: #ccc;
|
606
|
-
border: 0;
|
607
|
-
height: 4px;
|
608
|
-
padding: 0;
|
609
|
-
}
|