Remove Jekyll template site
GitHub Pages gave the following error message for the previous commit: «Your page is having problems building: The tag css_asset_tag in _includes/head.html, is not a recognized Liquid tag. For more information, see https://help.github.com/articles/page-build-failed-unknown-tag-error.» Will try removing the Jekyll template site and upload only the Jekyll _generated_ site instead.
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
---
|
||||
layout: default
|
||||
title: Page not found
|
||||
---
|
||||
|
||||
Sorry! Couldn't find what you were looking for.
|
||||
|
||||
<Error: 404>
|
||||
@@ -1,210 +0,0 @@
|
||||
/* apple-swift.css
|
||||
* Emulates Apple Swift documentation syntax highlighting
|
||||
* Contributed by Nate Cook
|
||||
* http://natecook.com/code/swift-brush-for-syntaxhighlighter */
|
||||
.syntaxhighlighter a, .syntaxhighlighter div, .syntaxhighlighter code, .syntaxhighlighter table caption {
|
||||
-moz-border-radius: 0 0 0 0 !important;
|
||||
-webkit-border-radius: 0 0 0 0 !important;
|
||||
background: none !important;
|
||||
border: 0 !important;
|
||||
bottom: auto !important;
|
||||
float: none !important;
|
||||
height: auto !important;
|
||||
left: auto !important;
|
||||
line-height: 1.1em !important;
|
||||
margin: 0 !important;
|
||||
outline: 0 !important;
|
||||
overflow: visible !important;
|
||||
padding: 0 !important;
|
||||
position: static !important;
|
||||
right: auto !important;
|
||||
text-align: left !important;
|
||||
top: auto !important;
|
||||
vertical-align: baseline !important;
|
||||
width: auto !important;
|
||||
box-sizing: content-box !important;
|
||||
font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
|
||||
font-weight: normal !important;
|
||||
font-style: normal !important;
|
||||
font-size: 1em !important;
|
||||
min-height: inherit !important;
|
||||
min-height: auto !important; }
|
||||
|
||||
.syntaxhighlighter {
|
||||
width: 100% !important;
|
||||
margin: 1em 0 1em 0 !important;
|
||||
position: relative !important;
|
||||
overflow: auto !important;
|
||||
font-size: 1em !important; }
|
||||
.syntaxhighlighter.source {
|
||||
overflow: hidden !important; }
|
||||
.syntaxhighlighter .bold {
|
||||
font-weight: bold !important; }
|
||||
.syntaxhighlighter .italic {
|
||||
font-style: italic !important; }
|
||||
.syntaxhighlighter .line {
|
||||
white-space: nowrap !important; }
|
||||
.syntaxhighlighter table {
|
||||
width: 100% !important; }
|
||||
.syntaxhighlighter.show {
|
||||
display: block !important; }
|
||||
.syntaxhighlighter.ie {
|
||||
font-size: 0.9em !important;
|
||||
padding: 1px 0 1px 0 !important; }
|
||||
.syntaxhighlighter.printing .line.alt1 .content, .syntaxhighlighter.printing .line.alt2 .content, .syntaxhighlighter.printing .line.highlighted .number, .syntaxhighlighter.printing .line.highlighted.alt1 .content, .syntaxhighlighter.printing .line.highlighted.alt2 .content {
|
||||
background: none !important; }
|
||||
.syntaxhighlighter.printing .line .number {
|
||||
color: #bbbbbb !important; }
|
||||
.syntaxhighlighter.printing .line .content {
|
||||
color: black !important; }
|
||||
.syntaxhighlighter.printing .toolbar {
|
||||
display: none !important; }
|
||||
.syntaxhighlighter.printing a {
|
||||
text-decoration: none !important; }
|
||||
.syntaxhighlighter.printing .plain, .syntaxhighlighter.printing .plain a {
|
||||
color: black !important; }
|
||||
.syntaxhighlighter.printing .comments, .syntaxhighlighter.printing .comments a {
|
||||
color: #008200 !important; }
|
||||
.syntaxhighlighter.printing .string, .syntaxhighlighter.printing .string a {
|
||||
color: blue !important; }
|
||||
.syntaxhighlighter.printing .keyword {
|
||||
color: #006699 !important;
|
||||
font-weight: bold !important; }
|
||||
.syntaxhighlighter.printing .preprocessor {
|
||||
color: gray !important; }
|
||||
.syntaxhighlighter.printing .variable {
|
||||
color: #aa7700 !important; }
|
||||
.syntaxhighlighter.printing .value {
|
||||
color: #009900 !important; }
|
||||
.syntaxhighlighter.printing .functions {
|
||||
color: deeppink !important; }
|
||||
.syntaxhighlighter.printing .constants {
|
||||
color: #0066cc !important; }
|
||||
.syntaxhighlighter.printing .script {
|
||||
font-weight: bold !important; }
|
||||
.syntaxhighlighter.printing .color1, .syntaxhighlighter.printing .color1 a {
|
||||
color: gray !important; }
|
||||
.syntaxhighlighter.printing .color2, .syntaxhighlighter.printing .color2 a {
|
||||
color: deeppink !important; }
|
||||
.syntaxhighlighter.printing .color3, .syntaxhighlighter.printing .color3 a {
|
||||
color: red !important; }
|
||||
.syntaxhighlighter.printing .break, .syntaxhighlighter.printing .break a {
|
||||
color: black !important; }
|
||||
|
||||
.syntaxhighlighter {
|
||||
background-color: white !important; }
|
||||
.syntaxhighlighter .line.alt1 {
|
||||
background-color: white !important; }
|
||||
.syntaxhighlighter .line.alt2 {
|
||||
background-color: white !important; }
|
||||
.syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 {
|
||||
background-color: #e9e9e9 !important; }
|
||||
.syntaxhighlighter .line.highlighted.number {
|
||||
color: white !important; }
|
||||
.syntaxhighlighter table caption {
|
||||
color: #353535 !important; }
|
||||
.syntaxhighlighter table td.code .container textarea {
|
||||
background: white;
|
||||
color: black; }
|
||||
.syntaxhighlighter .gutter {
|
||||
color: grey !important; }
|
||||
.syntaxhighlighter .gutter .line {
|
||||
border-right: none !important; }
|
||||
.syntaxhighlighter .gutter .line.highlighted {
|
||||
background-color: #6ce26c !important;
|
||||
color: white !important; }
|
||||
.syntaxhighlighter.printing .line .content {
|
||||
border: none !important; }
|
||||
|
||||
.syntaxhighlighter .plain, .syntaxhighlighter .plain a {
|
||||
color: black !important; }
|
||||
.syntaxhighlighter .comments, .syntaxhighlighter .comments a {
|
||||
color: #008312 !important; }
|
||||
.syntaxhighlighter .string, .syntaxhighlighter .string a {
|
||||
color: #c41a16 !important; }
|
||||
.syntaxhighlighter .keyword {
|
||||
color: #b833a1 !important; }
|
||||
.syntaxhighlighter .preprocessor {
|
||||
color: grey !important; }
|
||||
.syntaxhighlighter .variable {
|
||||
color: #508187 !important; }
|
||||
.syntaxhighlighter .value {
|
||||
color: #1c00cf !important; }
|
||||
.syntaxhighlighter .functions {
|
||||
color: deeppink !important; }
|
||||
.syntaxhighlighter .constants {
|
||||
color: #0066cc !important; }
|
||||
.syntaxhighlighter .output {
|
||||
color: #000000 !important;
|
||||
font-weight: bold !important; }
|
||||
.syntaxhighlighter .script {
|
||||
font-weight: bold !important;
|
||||
color: #b833a1 !important;
|
||||
background-color: none !important; }
|
||||
.syntaxhighlighter .color1, .syntaxhighlighter .color1 a {
|
||||
color: #b833a1 !important; }
|
||||
.syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
|
||||
color: #6f41a7 !important; }
|
||||
.syntaxhighlighter .color3, .syntaxhighlighter .color3 a {
|
||||
color: red !important; }
|
||||
|
||||
.syntaxhighlighter {
|
||||
font-size: 0.75em !important; }
|
||||
.syntaxhighlighter a, .syntaxhighlighter div, .syntaxhighlighter code, .syntaxhighlighter table, .syntaxhighlighter table td, .syntaxhighlighter table tr, .syntaxhighlighter table tbody, .syntaxhighlighter table thead, .syntaxhighlighter table caption, .syntaxhighlighter textarea {
|
||||
font-family: Menlo, Consolas, monospace !important; }
|
||||
.syntaxhighlighter table td.gutter .line {
|
||||
text-align: right !important;
|
||||
padding: 0.2em 0.5em !important; }
|
||||
.syntaxhighlighter table td.code .line {
|
||||
padding: 0.2em 1em !important; }
|
||||
.syntaxhighlighter table td.code .container textarea {
|
||||
padding-top: 0 !important;
|
||||
line-height: 1.35em !important; }
|
||||
.syntaxhighlighter .gutter .line {
|
||||
background: #f3f2f1 !important; }
|
||||
.syntaxhighlighter .gutter .line.highlighted {
|
||||
background-color: #898989 !important;
|
||||
color: white !important; }
|
||||
|
||||
ul.container {
|
||||
list-style: none;
|
||||
counter-reset: li;
|
||||
line-height: 1.3em;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
ul.container li::before {
|
||||
content: counter(li);
|
||||
counter-increment: li;
|
||||
margin-right: 17px;
|
||||
font-size: 0.8em;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.nogutter ul.container li::before {
|
||||
content: '';
|
||||
}
|
||||
|
||||
ul.container li {
|
||||
text-indent: -13px;
|
||||
border-left: 20px solid #f3f2f1;
|
||||
}
|
||||
ul.container li:nth-child(n+10) {
|
||||
text-indent: -16px;
|
||||
}
|
||||
ul.container li:nth-child(n+10)::before {
|
||||
margin-right: 14px;
|
||||
}
|
||||
ul.container li:last-child {
|
||||
padding-bottom: 5px !important;
|
||||
}
|
||||
|
||||
.nogutter ul.container li::before, .nogutter ul.container li:nth-child(n+10)::before {
|
||||
content: none;
|
||||
margin-right: 0;
|
||||
}
|
||||
.nogutter ul.container li, .nogutter ul.container li:nth-child(n+10) {
|
||||
border-left-width: 12px;
|
||||
text-indent: 11px;
|
||||
}
|
||||
Vendored
-5
File diff suppressed because one or more lines are too long
Vendored
-5
File diff suppressed because one or more lines are too long
@@ -1,497 +0,0 @@
|
||||
/**
|
||||
* Select2 Bootstrap 3 CSS v1.4.1
|
||||
* Tested with Bootstrap v3.2.0 and Select2 v3.3.2, v3.4.1-v3.4.5, v3.5.1, master
|
||||
* in latest Chrome, Safari, Firefox, Opera (Mac) and IE8-IE11
|
||||
* MIT License
|
||||
*/
|
||||
/**
|
||||
* Reset Bootstrap 3 .form-control styles which - if applied to the
|
||||
* original <select>-element the Select2-plugin may be run against -
|
||||
* are copied to the .select2-container.
|
||||
*
|
||||
* 1. Overwrite .select2-container's original display:inline-block
|
||||
* with Bootstrap 3's default for .form-control, display:block;
|
||||
* courtesy of @juristr (@see https://github.com/fk/select2-bootstrap-css/pull/1)
|
||||
*/
|
||||
.select2-container.form-control {
|
||||
background: transparent;
|
||||
border: none;
|
||||
display: block;
|
||||
/* 1 */
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Adjust Select2 inputs to fit Bootstrap 3 default .form-control appearance.
|
||||
*/
|
||||
.select2-container .select2-choices .select2-search-field input,
|
||||
.select2-container .select2-choice,
|
||||
.select2-container .select2-choices {
|
||||
background: none;
|
||||
padding: 0;
|
||||
border-color: #cccccc;
|
||||
border-radius: 4px;
|
||||
color: #555555;
|
||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
background-color: white;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
|
||||
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
||||
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
||||
}
|
||||
|
||||
.select2-search input {
|
||||
border-color: #cccccc;
|
||||
border-radius: 4px;
|
||||
color: #555555;
|
||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
background-color: white;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
|
||||
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
||||
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
||||
}
|
||||
|
||||
.select2-container .select2-choices .select2-search-field input {
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
/**
|
||||
* Adjust Select2 input heights to match the Bootstrap default.
|
||||
*/
|
||||
.select2-container .select2-choice {
|
||||
height: 34px;
|
||||
line-height: 1.42857;
|
||||
}
|
||||
|
||||
/**
|
||||
* Address Multi Select2's height which - depending on how many elements have been selected -
|
||||
* may grown higher than their initial size.
|
||||
*/
|
||||
.select2-container.select2-container-multi.form-control {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
/**
|
||||
* Address Bootstrap 3 control sizing classes
|
||||
* @see http://getbootstrap.com/css/#forms-control-sizes
|
||||
*/
|
||||
.select2-container.input-sm .select2-choice,
|
||||
.input-group-sm .select2-container .select2-choice {
|
||||
height: 30px;
|
||||
line-height: 1.5;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.select2-container.input-lg .select2-choice,
|
||||
.input-group-lg .select2-container .select2-choice {
|
||||
height: 46px;
|
||||
line-height: 1.33;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.select2-container-multi .select2-choices .select2-search-field input {
|
||||
height: 32px;
|
||||
}
|
||||
|
||||
.select2-container-multi.input-sm .select2-choices .select2-search-field input,
|
||||
.input-group-sm .select2-container-multi .select2-choices .select2-search-field input {
|
||||
height: 28px;
|
||||
}
|
||||
|
||||
.select2-container-multi.input-lg .select2-choices .select2-search-field input,
|
||||
.input-group-lg .select2-container-multi .select2-choices .select2-search-field input {
|
||||
height: 44px;
|
||||
}
|
||||
|
||||
/**
|
||||
* Adjust height and line-height for .select2-search-field amd multi-select Select2 widgets.
|
||||
*
|
||||
* 1. Class repetition to address missing .select2-chosen in Select2 < 3.3.2.
|
||||
*/
|
||||
.select2-container-multi .select2-choices .select2-search-field input {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.select2-chosen,
|
||||
.select2-choice > span:first-child,
|
||||
.select2-container .select2-choices .select2-search-field input {
|
||||
padding: 6px 12px;
|
||||
}
|
||||
|
||||
.input-sm .select2-chosen,
|
||||
.input-group-sm .select2-chosen,
|
||||
.input-sm .select2-choice > span:first-child,
|
||||
.input-group-sm .select2-choice > span:first-child,
|
||||
.input-sm .select2-choices .select2-search-field input,
|
||||
.input-group-sm .select2-choices .select2-search-field input {
|
||||
padding: 5px 10px;
|
||||
}
|
||||
|
||||
.input-lg .select2-chosen,
|
||||
.input-group-lg .select2-chosen,
|
||||
.input-lg .select2-choice > span:first-child,
|
||||
.input-group-lg .select2-choice > span:first-child,
|
||||
.input-lg .select2-choices .select2-search-field input,
|
||||
.input-group-lg .select2-choices .select2-search-field input {
|
||||
padding: 10px 16px;
|
||||
}
|
||||
|
||||
.select2-container-multi .select2-choices .select2-search-choice {
|
||||
margin-top: 5px;
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
|
||||
.select2-container-multi.input-sm .select2-choices .select2-search-choice,
|
||||
.input-group-sm .select2-container-multi .select2-choices .select2-search-choice {
|
||||
margin-top: 3px;
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
|
||||
.select2-container-multi.input-lg .select2-choices .select2-search-choice,
|
||||
.input-group-lg .select2-container-multi .select2-choices .select2-search-choice {
|
||||
line-height: 24px;
|
||||
}
|
||||
|
||||
/**
|
||||
* Adjust the single Select2's dropdown arrow button appearance.
|
||||
*
|
||||
* 1. For Select2 v.3.3.2.
|
||||
*/
|
||||
.select2-container .select2-choice .select2-arrow,
|
||||
.select2-container .select2-choice div {
|
||||
border-left: 1px solid #cccccc;
|
||||
background: none;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
|
||||
}
|
||||
|
||||
.select2-dropdown-open .select2-choice .select2-arrow,
|
||||
.select2-dropdown-open .select2-choice div {
|
||||
border-left-color: transparent;
|
||||
background: none;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
|
||||
}
|
||||
|
||||
/**
|
||||
* Adjust the dropdown arrow button icon position for the single-select Select2 elements
|
||||
* to make it line up vertically now that we increased the height of .select2-container.
|
||||
*
|
||||
* 1. Class repetition to address missing .select2-chosen in Select2 v.3.3.2.
|
||||
*/
|
||||
.select2-container .select2-choice .select2-arrow b,
|
||||
.select2-container .select2-choice div b {
|
||||
background-position: 0 3px;
|
||||
}
|
||||
|
||||
.select2-dropdown-open .select2-choice .select2-arrow b,
|
||||
.select2-dropdown-open .select2-choice div b {
|
||||
background-position: -18px 3px;
|
||||
}
|
||||
|
||||
.select2-container.input-sm .select2-choice .select2-arrow b,
|
||||
.input-group-sm .select2-container .select2-choice .select2-arrow b,
|
||||
.select2-container.input-sm .select2-choice div b,
|
||||
.input-group-sm .select2-container .select2-choice div b {
|
||||
background-position: 0 1px;
|
||||
}
|
||||
|
||||
.select2-dropdown-open.input-sm .select2-choice .select2-arrow b,
|
||||
.input-group-sm .select2-dropdown-open .select2-choice .select2-arrow b,
|
||||
.select2-dropdown-open.input-sm .select2-choice div b,
|
||||
.input-group-sm .select2-dropdown-open .select2-choice div b {
|
||||
background-position: -18px 1px;
|
||||
}
|
||||
|
||||
.select2-container.input-lg .select2-choice .select2-arrow b,
|
||||
.input-group-lg .select2-container .select2-choice .select2-arrow b,
|
||||
.select2-container.input-lg .select2-choice div b,
|
||||
.input-group-lg .select2-container .select2-choice div b {
|
||||
background-position: 0 9px;
|
||||
}
|
||||
|
||||
.select2-dropdown-open.input-lg .select2-choice .select2-arrow b,
|
||||
.input-group-lg .select2-dropdown-open .select2-choice .select2-arrow b,
|
||||
.select2-dropdown-open.input-lg .select2-choice div b,
|
||||
.input-group-lg .select2-dropdown-open .select2-choice div b {
|
||||
background-position: -18px 9px;
|
||||
}
|
||||
|
||||
/**
|
||||
* Address Bootstrap's validation states and change Select2's border colors and focus states.
|
||||
* Apply .has-warning, .has-danger or .has-succes to #select2-drop to match Bootstraps' colors.
|
||||
*/
|
||||
.has-warning .select2-choice,
|
||||
.has-warning .select2-choices {
|
||||
border-color: #8a6d3b;
|
||||
}
|
||||
.has-warning .select2-container-active .select2-choice,
|
||||
.has-warning .select2-container-multi.select2-container-active .select2-choices {
|
||||
border-color: #66512c;
|
||||
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
|
||||
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
|
||||
}
|
||||
.has-warning.select2-drop-active {
|
||||
border-color: #66512c;
|
||||
}
|
||||
.has-warning.select2-drop-active.select2-drop.select2-drop-above {
|
||||
border-top-color: #66512c;
|
||||
}
|
||||
|
||||
.has-error .select2-choice,
|
||||
.has-error .select2-choices {
|
||||
border-color: #a94442;
|
||||
}
|
||||
.has-error .select2-container-active .select2-choice,
|
||||
.has-error .select2-container-multi.select2-container-active .select2-choices {
|
||||
border-color: #843534;
|
||||
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
|
||||
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
|
||||
}
|
||||
.has-error.select2-drop-active {
|
||||
border-color: #843534;
|
||||
}
|
||||
.has-error.select2-drop-active.select2-drop.select2-drop-above {
|
||||
border-top-color: #843534;
|
||||
}
|
||||
|
||||
.has-success .select2-choice,
|
||||
.has-success .select2-choices {
|
||||
border-color: #3c763d;
|
||||
}
|
||||
.has-success .select2-container-active .select2-choice,
|
||||
.has-success .select2-container-multi.select2-container-active .select2-choices {
|
||||
border-color: #2b542c;
|
||||
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
|
||||
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
|
||||
}
|
||||
.has-success.select2-drop-active {
|
||||
border-color: #2b542c;
|
||||
}
|
||||
.has-success.select2-drop-active.select2-drop.select2-drop-above {
|
||||
border-top-color: #2b542c;
|
||||
}
|
||||
|
||||
/**
|
||||
* Make Select2's active-styles - applied to .select2-container when the widget receives focus -
|
||||
* fit Bootstrap 3's .form-element:focus appearance.
|
||||
*/
|
||||
.select2-container-active .select2-choice,
|
||||
.select2-container-multi.select2-container-active .select2-choices {
|
||||
border-color: #66afe9;
|
||||
outline: none;
|
||||
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
|
||||
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
|
||||
-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
|
||||
-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
|
||||
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
|
||||
}
|
||||
|
||||
.select2-drop-active {
|
||||
border-color: #66afe9;
|
||||
}
|
||||
|
||||
.select2-drop-auto-width,
|
||||
.select2-drop.select2-drop-above.select2-drop-active {
|
||||
border-top-color: #66afe9;
|
||||
}
|
||||
|
||||
/**
|
||||
* Select2 widgets in Bootstrap Input Groups
|
||||
*
|
||||
* When Select2 widgets are combined with other elements using Bootstrap 3's
|
||||
* "Input Group" component, we don't want specific edges of the Select2 container
|
||||
* to have a border-radius.
|
||||
*
|
||||
* In Bootstrap 2, input groups required a markup where these style adjustments
|
||||
* could be bound to a CSS-class identifying if the additional elements are appended,
|
||||
* prepended or both.
|
||||
*
|
||||
* Bootstrap 3 doesn't rely on these classes anymore, so we have to use our own.
|
||||
* Use .select2-bootstrap-prepend and .select2-bootstrap-append on a Bootstrap 3 .input-group
|
||||
* to let the contained Select2 widget know which edges should not be rounded as they are
|
||||
* directly followed by another element.
|
||||
*
|
||||
* @see http://getbootstrap.com/components/#input-groups
|
||||
*/
|
||||
.input-group.select2-bootstrap-prepend [class^="select2-choice"] {
|
||||
border-bottom-left-radius: 0 !important;
|
||||
border-top-left-radius: 0 !important;
|
||||
}
|
||||
|
||||
.input-group.select2-bootstrap-append [class^="select2-choice"] {
|
||||
border-bottom-right-radius: 0 !important;
|
||||
border-top-right-radius: 0 !important;
|
||||
}
|
||||
|
||||
.select2-dropdown-open [class^="select2-choice"] {
|
||||
border-bottom-right-radius: 0 !important;
|
||||
border-bottom-left-radius: 0 !important;
|
||||
}
|
||||
|
||||
.select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
|
||||
border-top-right-radius: 0 !important;
|
||||
border-top-left-radius: 0 !important;
|
||||
border-bottom-right-radius: 4px !important;
|
||||
border-bottom-left-radius: 4px !important;
|
||||
}
|
||||
.input-group.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
|
||||
border-bottom-left-radius: 0 !important;
|
||||
border-top-left-radius: 0 !important;
|
||||
}
|
||||
.input-group.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
|
||||
border-bottom-right-radius: 0 !important;
|
||||
border-top-right-radius: 0 !important;
|
||||
}
|
||||
.input-group.input-group-sm.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
|
||||
border-bottom-right-radius: 3px !important;
|
||||
}
|
||||
.input-group.input-group-lg.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
|
||||
border-bottom-right-radius: 6px !important;
|
||||
}
|
||||
.input-group.input-group-sm.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
|
||||
border-bottom-left-radius: 3px !important;
|
||||
}
|
||||
.input-group.input-group-lg.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
|
||||
border-bottom-left-radius: 6px !important;
|
||||
}
|
||||
|
||||
/**
|
||||
* Adjust Select2's choices hover and selected styles to match Bootstrap 3's default dropdown styles.
|
||||
*/
|
||||
.select2-results .select2-highlighted {
|
||||
color: white;
|
||||
background-color: #428bca;
|
||||
}
|
||||
|
||||
/**
|
||||
* Adjust alignment of Bootstrap 3 buttons in Bootstrap 3 Input Groups to address
|
||||
* Multi Select2's height which - depending on how many elements have been selected -
|
||||
* may grown higher than their initial size.
|
||||
*/
|
||||
.select2-bootstrap-append .select2-container-multiple,
|
||||
.select2-bootstrap-append .input-group-btn,
|
||||
.select2-bootstrap-append .input-group-btn .btn,
|
||||
.select2-bootstrap-prepend .select2-container-multiple,
|
||||
.select2-bootstrap-prepend .input-group-btn,
|
||||
.select2-bootstrap-prepend .input-group-btn .btn {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
/**
|
||||
* Make Multi Select2's choices match Bootstrap 3's default button styles.
|
||||
*/
|
||||
.select2-container-multi .select2-choices .select2-search-choice {
|
||||
color: #555555;
|
||||
background: white;
|
||||
border-color: #cccccc;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.select2-container-multi .select2-choices .select2-search-choice-focus {
|
||||
background: #ebebeb;
|
||||
border-color: #adadad;
|
||||
color: #333333;
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
/**
|
||||
* Address Multi Select2's choice close-button vertical alignment.
|
||||
*/
|
||||
.select2-search-choice-close {
|
||||
margin-top: -7px;
|
||||
top: 50%;
|
||||
}
|
||||
|
||||
/**
|
||||
* Adjust the single Select2's clear button position (used to reset the select box
|
||||
* back to the placeholder value and visible once a selection is made
|
||||
* activated by Select2's "allowClear" option).
|
||||
*/
|
||||
.select2-container .select2-choice abbr {
|
||||
top: 50%;
|
||||
}
|
||||
|
||||
/**
|
||||
* Adjust "no results" and "selection limit" messages to make use
|
||||
* of Bootstrap 3's default "Alert" style.
|
||||
*
|
||||
* @see http://getbootstrap.com/components/#alerts-default
|
||||
*/
|
||||
.select2-results .select2-no-results,
|
||||
.select2-results .select2-searching,
|
||||
.select2-results .select2-selection-limit {
|
||||
background-color: #fcf8e3;
|
||||
color: #8a6d3b;
|
||||
}
|
||||
|
||||
/**
|
||||
* Address disabled Select2 styles.
|
||||
*
|
||||
* 1. For Select2 v.3.3.2.
|
||||
* 2. Revert border-left:0 inherited from Select2's CSS to prevent the arrow
|
||||
* from jumping when switching from disabled to enabled state and vice versa.
|
||||
*/
|
||||
.select2-container.select2-container-disabled .select2-choice,
|
||||
.select2-container.select2-container-disabled .select2-choices {
|
||||
cursor: not-allowed;
|
||||
background-color: #eeeeee;
|
||||
border-color: #cccccc;
|
||||
}
|
||||
.select2-container.select2-container-disabled .select2-choice .select2-arrow,
|
||||
.select2-container.select2-container-disabled .select2-choice div,
|
||||
.select2-container.select2-container-disabled .select2-choices .select2-arrow,
|
||||
.select2-container.select2-container-disabled .select2-choices div {
|
||||
background-color: transparent;
|
||||
border-left: 1px solid transparent;
|
||||
/* 2 */
|
||||
}
|
||||
|
||||
/**
|
||||
* Address Select2's loading indicator position - which should not stick
|
||||
* to the right edge of Select2's search input.
|
||||
*
|
||||
* 1. in .select2-search input
|
||||
* 2. in Multi Select2's .select2-search-field input
|
||||
* 3. in the status-message of infinite-scroll with remote data (@see http://ivaynberg.github.io/select2/#infinite)
|
||||
*
|
||||
* These styles alter Select2's default background-position of 100%
|
||||
* and supply the new background-position syntax to browsers which support it:
|
||||
*
|
||||
* 1. Android, Safari < 6/Mobile, IE<9: change to a relative background-position of 99%
|
||||
* 2. Chrome 25+, Firefox 13+, IE 9+, Opera 10.5+: use the new CSS3-background-position syntax
|
||||
*
|
||||
* @see http://www.w3.org/TR/css3-background/#background-position
|
||||
*
|
||||
* @todo Since both Select2 and Bootstrap 3 only support IE8 and above,
|
||||
* we could use the :after-pseudo-element to display the loading indicator.
|
||||
* Alternatively, we could supply an altered loading indicator image which already
|
||||
* contains an offset to the right.
|
||||
*/
|
||||
.select2-search input.select2-active,
|
||||
.select2-container-multi .select2-choices .select2-search-field input.select2-active,
|
||||
.select2-more-results.select2-active {
|
||||
background-position: 99%;
|
||||
/* 4 */
|
||||
background-position: right 4px center;
|
||||
/* 5 */
|
||||
}
|
||||
|
||||
/**
|
||||
* To support Select2 pre v3.4.2 in combination with Bootstrap v3.2.0,
|
||||
* ensure that .select2-offscreen width, height and position can not be overwritten.
|
||||
*
|
||||
* This adresses changes in Bootstrap somewhere after the initial v3.0.0 which -
|
||||
* in combination with Select2's pre-v3.4.2 CSS missing the "!important" after
|
||||
* the following rules - allow Bootstrap to overwrite the latter, which results in
|
||||
* the original <select> element Select2 is replacing not be properly being hidden
|
||||
* when used in a "Bootstrap Input Group with Addon".
|
||||
**/
|
||||
.select2-offscreen,
|
||||
.select2-offscreen:focus {
|
||||
width: 1px !important;
|
||||
height: 1px !important;
|
||||
position: absolute !important;
|
||||
}
|
||||
@@ -1,646 +0,0 @@
|
||||
/*
|
||||
Version: 3.4.8 Timestamp: Thu May 1 09:50:32 EDT 2014
|
||||
*/
|
||||
.select2-container {
|
||||
margin: 0;
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
/* inline-block for ie7 */
|
||||
zoom: 1;
|
||||
*display: inline;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.select2-container,
|
||||
.select2-drop,
|
||||
.select2-search,
|
||||
.select2-search input {
|
||||
/*
|
||||
Force border-box so that % widths fit the parent
|
||||
container without overlap because of margin/padding.
|
||||
More Info : http://www.quirksmode.org/css/box.html
|
||||
*/
|
||||
-webkit-box-sizing: border-box; /* webkit */
|
||||
-moz-box-sizing: border-box; /* firefox */
|
||||
box-sizing: border-box; /* css3 */
|
||||
}
|
||||
|
||||
.select2-container .select2-choice {
|
||||
display: block;
|
||||
height: 26px;
|
||||
padding: 0 0 0 8px;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
|
||||
border: 1px solid #aaa;
|
||||
white-space: nowrap;
|
||||
line-height: 26px;
|
||||
color: #444;
|
||||
text-decoration: none;
|
||||
|
||||
border-radius: 4px;
|
||||
|
||||
background-clip: padding-box;
|
||||
|
||||
-webkit-touch-callout: none;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
|
||||
background-color: #fff;
|
||||
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
|
||||
background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
|
||||
background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
|
||||
background-image: linear-gradient(to top, #eee 0%, #fff 50%);
|
||||
}
|
||||
|
||||
.select2-container.select2-drop-above .select2-choice {
|
||||
border-bottom-color: #aaa;
|
||||
|
||||
border-radius: 0 0 4px 4px;
|
||||
|
||||
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
|
||||
background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
|
||||
background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
|
||||
background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);
|
||||
}
|
||||
|
||||
.select2-container.select2-allowclear .select2-choice .select2-chosen {
|
||||
margin-right: 42px;
|
||||
}
|
||||
|
||||
.select2-container .select2-choice > .select2-chosen {
|
||||
margin-right: 26px;
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
|
||||
white-space: nowrap;
|
||||
|
||||
text-overflow: ellipsis;
|
||||
float: none;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.select2-container .select2-choice abbr {
|
||||
display: none;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
position: absolute;
|
||||
right: 24px;
|
||||
top: 8px;
|
||||
|
||||
font-size: 1px;
|
||||
text-decoration: none;
|
||||
|
||||
border: 0;
|
||||
background: url('select2.png') right top no-repeat;
|
||||
cursor: pointer;
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
.select2-container.select2-allowclear .select2-choice abbr {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.select2-container .select2-choice abbr:hover {
|
||||
background-position: right -11px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.select2-drop-mask {
|
||||
border: 0;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
position: fixed;
|
||||
left: 0;
|
||||
top: 0;
|
||||
min-height: 100%;
|
||||
min-width: 100%;
|
||||
height: auto;
|
||||
width: auto;
|
||||
opacity: 0;
|
||||
z-index: 9998;
|
||||
/* styles required for IE to work */
|
||||
background-color: #fff;
|
||||
filter: alpha(opacity=0);
|
||||
}
|
||||
|
||||
.select2-drop {
|
||||
width: 100%;
|
||||
margin-top: -1px;
|
||||
position: absolute;
|
||||
z-index: 9999;
|
||||
top: 100%;
|
||||
|
||||
background: #fff;
|
||||
color: #000;
|
||||
border: 1px solid #aaa;
|
||||
border-top: 0;
|
||||
|
||||
border-radius: 0 0 4px 4px;
|
||||
|
||||
-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
|
||||
box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
|
||||
}
|
||||
|
||||
.select2-drop.select2-drop-above {
|
||||
margin-top: 1px;
|
||||
border-top: 1px solid #aaa;
|
||||
border-bottom: 0;
|
||||
|
||||
border-radius: 4px 4px 0 0;
|
||||
|
||||
-webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
|
||||
box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
|
||||
}
|
||||
|
||||
.select2-drop-active {
|
||||
border: 1px solid #5897fb;
|
||||
border-top: none;
|
||||
}
|
||||
|
||||
.select2-drop.select2-drop-above.select2-drop-active {
|
||||
border-top: 1px solid #5897fb;
|
||||
}
|
||||
|
||||
.select2-drop-auto-width {
|
||||
border-top: 1px solid #aaa;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.select2-drop-auto-width .select2-search {
|
||||
padding-top: 4px;
|
||||
}
|
||||
|
||||
.select2-container .select2-choice .select2-arrow {
|
||||
display: inline-block;
|
||||
width: 18px;
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
|
||||
border-left: 1px solid #aaa;
|
||||
border-radius: 0 4px 4px 0;
|
||||
|
||||
background-clip: padding-box;
|
||||
|
||||
background: #ccc;
|
||||
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
|
||||
background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
|
||||
background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
|
||||
background-image: linear-gradient(to top, #ccc 0%, #eee 60%);
|
||||
}
|
||||
|
||||
.select2-container .select2-choice .select2-arrow b {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: url('select2.png') no-repeat 0 1px;
|
||||
}
|
||||
|
||||
.select2-search {
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
min-height: 26px;
|
||||
margin: 0;
|
||||
padding-left: 4px;
|
||||
padding-right: 4px;
|
||||
|
||||
position: relative;
|
||||
z-index: 10000;
|
||||
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.select2-search input {
|
||||
width: 100%;
|
||||
height: auto !important;
|
||||
min-height: 26px;
|
||||
padding: 4px 20px 4px 5px;
|
||||
margin: 0;
|
||||
|
||||
outline: 0;
|
||||
font-family: sans-serif;
|
||||
font-size: 1em;
|
||||
|
||||
border: 1px solid #aaa;
|
||||
border-radius: 0;
|
||||
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
|
||||
background: #fff url('select2.png') no-repeat 100% -22px;
|
||||
background: url('select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
|
||||
background: url('select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
|
||||
background: url('select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
|
||||
background: url('select2.png') no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
|
||||
}
|
||||
|
||||
.select2-drop.select2-drop-above .select2-search input {
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
.select2-search input.select2-active {
|
||||
background: #fff url('select2-spinner.gif') no-repeat 100%;
|
||||
background: url('select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
|
||||
background: url('select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
|
||||
background: url('select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
|
||||
background: url('select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
|
||||
}
|
||||
|
||||
.select2-container-active .select2-choice,
|
||||
.select2-container-active .select2-choices {
|
||||
border: 1px solid #5897fb;
|
||||
outline: none;
|
||||
|
||||
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
|
||||
box-shadow: 0 0 5px rgba(0, 0, 0, .3);
|
||||
}
|
||||
|
||||
.select2-dropdown-open .select2-choice {
|
||||
border-bottom-color: transparent;
|
||||
-webkit-box-shadow: 0 1px 0 #fff inset;
|
||||
box-shadow: 0 1px 0 #fff inset;
|
||||
|
||||
border-bottom-left-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
|
||||
background-color: #eee;
|
||||
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
|
||||
background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
|
||||
background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
|
||||
background-image: linear-gradient(to top, #fff 0%, #eee 50%);
|
||||
}
|
||||
|
||||
.select2-dropdown-open.select2-drop-above .select2-choice,
|
||||
.select2-dropdown-open.select2-drop-above .select2-choices {
|
||||
border: 1px solid #5897fb;
|
||||
border-top-color: transparent;
|
||||
|
||||
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
|
||||
background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
|
||||
background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
|
||||
background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
|
||||
}
|
||||
|
||||
.select2-dropdown-open .select2-choice .select2-arrow {
|
||||
background: transparent;
|
||||
border-left: none;
|
||||
filter: none;
|
||||
}
|
||||
.select2-dropdown-open .select2-choice .select2-arrow b {
|
||||
background-position: -18px 1px;
|
||||
}
|
||||
|
||||
.select2-hidden-accessible {
|
||||
border: 0;
|
||||
clip: rect(0 0 0 0);
|
||||
height: 1px;
|
||||
margin: -1px;
|
||||
overflow: hidden;
|
||||
padding: 0;
|
||||
position: absolute;
|
||||
width: 1px;
|
||||
}
|
||||
|
||||
/* results */
|
||||
.select2-results {
|
||||
max-height: 200px;
|
||||
padding: 0 0 0 4px;
|
||||
margin: 4px 4px 4px 0;
|
||||
position: relative;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
.select2-results ul.select2-result-sub {
|
||||
margin: 0;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.select2-results li {
|
||||
list-style: none;
|
||||
display: list-item;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.select2-results li.select2-result-with-children > .select2-result-label {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.select2-results .select2-result-label {
|
||||
padding: 3px 7px 4px;
|
||||
margin: 0;
|
||||
cursor: pointer;
|
||||
|
||||
min-height: 1em;
|
||||
|
||||
-webkit-touch-callout: none;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.select2-results-dept-1 .select2-result-label { padding-left: 20px }
|
||||
.select2-results-dept-2 .select2-result-label { padding-left: 40px }
|
||||
.select2-results-dept-3 .select2-result-label { padding-left: 60px }
|
||||
.select2-results-dept-4 .select2-result-label { padding-left: 80px }
|
||||
.select2-results-dept-5 .select2-result-label { padding-left: 100px }
|
||||
.select2-results-dept-6 .select2-result-label { padding-left: 110px }
|
||||
.select2-results-dept-7 .select2-result-label { padding-left: 120px }
|
||||
|
||||
.select2-results .select2-highlighted {
|
||||
background: #3875d7;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.select2-results li em {
|
||||
background: #feffde;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
.select2-results .select2-highlighted em {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.select2-results .select2-highlighted ul {
|
||||
background: #fff;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
|
||||
.select2-results .select2-no-results,
|
||||
.select2-results .select2-searching,
|
||||
.select2-results .select2-selection-limit {
|
||||
background: #f4f4f4;
|
||||
display: list-item;
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
/*
|
||||
disabled look for disabled choices in the results dropdown
|
||||
*/
|
||||
.select2-results .select2-disabled.select2-highlighted {
|
||||
color: #666;
|
||||
background: #f4f4f4;
|
||||
display: list-item;
|
||||
cursor: default;
|
||||
}
|
||||
.select2-results .select2-disabled {
|
||||
background: #f4f4f4;
|
||||
display: list-item;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.select2-results .select2-selected {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.select2-more-results.select2-active {
|
||||
background: #f4f4f4 url('select2-spinner.gif') no-repeat 100%;
|
||||
}
|
||||
|
||||
.select2-more-results {
|
||||
background: #f4f4f4;
|
||||
display: list-item;
|
||||
}
|
||||
|
||||
/* disabled styles */
|
||||
|
||||
.select2-container.select2-container-disabled .select2-choice {
|
||||
background-color: #f4f4f4;
|
||||
background-image: none;
|
||||
border: 1px solid #ddd;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
|
||||
background-color: #f4f4f4;
|
||||
background-image: none;
|
||||
border-left: 0;
|
||||
}
|
||||
|
||||
.select2-container.select2-container-disabled .select2-choice abbr {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
/* multiselect */
|
||||
|
||||
.select2-container-multi .select2-choices {
|
||||
height: auto !important;
|
||||
height: 1%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
position: relative;
|
||||
|
||||
border: 1px solid #aaa;
|
||||
cursor: text;
|
||||
overflow: hidden;
|
||||
|
||||
background-color: #fff;
|
||||
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
|
||||
background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
|
||||
background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
|
||||
background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
|
||||
}
|
||||
|
||||
.select2-locked {
|
||||
padding: 3px 5px 3px 5px !important;
|
||||
}
|
||||
|
||||
.select2-container-multi .select2-choices {
|
||||
min-height: 26px;
|
||||
}
|
||||
|
||||
.select2-container-multi.select2-container-active .select2-choices {
|
||||
border: 1px solid #5897fb;
|
||||
outline: none;
|
||||
|
||||
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
|
||||
box-shadow: 0 0 5px rgba(0, 0, 0, .3);
|
||||
}
|
||||
.select2-container-multi .select2-choices li {
|
||||
float: left;
|
||||
list-style: none;
|
||||
}
|
||||
html[dir="rtl"] .select2-container-multi .select2-choices li
|
||||
{
|
||||
float: right;
|
||||
}
|
||||
.select2-container-multi .select2-choices .select2-search-field {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.select2-container-multi .select2-choices .select2-search-field input {
|
||||
padding: 5px;
|
||||
margin: 1px 0;
|
||||
|
||||
font-family: sans-serif;
|
||||
font-size: 100%;
|
||||
color: #666;
|
||||
outline: 0;
|
||||
border: 0;
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
background: transparent !important;
|
||||
}
|
||||
|
||||
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
|
||||
background: #fff url('select2-spinner.gif') no-repeat 100% !important;
|
||||
}
|
||||
|
||||
.select2-default {
|
||||
color: #999 !important;
|
||||
}
|
||||
|
||||
.select2-container-multi .select2-choices .select2-search-choice {
|
||||
padding: 3px 5px 3px 18px;
|
||||
margin: 3px 0 3px 5px;
|
||||
position: relative;
|
||||
|
||||
line-height: 13px;
|
||||
color: #333;
|
||||
cursor: default;
|
||||
border: 1px solid #aaaaaa;
|
||||
|
||||
border-radius: 3px;
|
||||
|
||||
-webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
|
||||
box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
|
||||
|
||||
background-clip: padding-box;
|
||||
|
||||
-webkit-touch-callout: none;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
|
||||
background-color: #e4e4e4;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
|
||||
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
|
||||
background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
|
||||
background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
|
||||
background-image: linear-gradient(to top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
|
||||
}
|
||||
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice
|
||||
{
|
||||
margin-left: 0;
|
||||
margin-right: 5px;
|
||||
}
|
||||
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
|
||||
cursor: default;
|
||||
}
|
||||
.select2-container-multi .select2-choices .select2-search-choice-focus {
|
||||
background: #d4d4d4;
|
||||
}
|
||||
|
||||
.select2-search-choice-close {
|
||||
display: block;
|
||||
width: 12px;
|
||||
height: 13px;
|
||||
position: absolute;
|
||||
right: 3px;
|
||||
top: 4px;
|
||||
|
||||
font-size: 1px;
|
||||
outline: none;
|
||||
background: url('select2.png') right top no-repeat;
|
||||
}
|
||||
html[dir="rtl"] .select2-search-choice-close {
|
||||
right: auto;
|
||||
left: 3px;
|
||||
}
|
||||
|
||||
.select2-container-multi .select2-search-choice-close {
|
||||
left: 3px;
|
||||
}
|
||||
|
||||
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
|
||||
background-position: right -11px;
|
||||
}
|
||||
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
|
||||
background-position: right -11px;
|
||||
}
|
||||
|
||||
/* disabled styles */
|
||||
.select2-container-multi.select2-container-disabled .select2-choices {
|
||||
background-color: #f4f4f4;
|
||||
background-image: none;
|
||||
border: 1px solid #ddd;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
|
||||
padding: 3px 5px 3px 5px;
|
||||
border: 1px solid #ddd;
|
||||
background-image: none;
|
||||
background-color: #f4f4f4;
|
||||
}
|
||||
|
||||
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close { display: none;
|
||||
background: none;
|
||||
}
|
||||
/* end multiselect */
|
||||
|
||||
|
||||
.select2-result-selectable .select2-match,
|
||||
.select2-result-unselectable .select2-match {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.select2-offscreen, .select2-offscreen:focus {
|
||||
clip: rect(0 0 0 0) !important;
|
||||
width: 1px !important;
|
||||
height: 1px !important;
|
||||
border: 0 !important;
|
||||
margin: 0 !important;
|
||||
padding: 0 !important;
|
||||
overflow: hidden !important;
|
||||
position: absolute !important;
|
||||
outline: 0 !important;
|
||||
left: 0px !important;
|
||||
top: 0px !important;
|
||||
}
|
||||
|
||||
.select2-display-none {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.select2-measure-scrollbar {
|
||||
position: absolute;
|
||||
top: -10000px;
|
||||
left: -10000px;
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
overflow: scroll;
|
||||
}
|
||||
|
||||
/* Retina-ize icons */
|
||||
|
||||
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
|
||||
.select2-search input,
|
||||
.select2-search-choice-close,
|
||||
.select2-container .select2-choice abbr,
|
||||
.select2-container .select2-choice .select2-arrow b {
|
||||
background-image: url('select2x2.png') !important;
|
||||
background-repeat: no-repeat !important;
|
||||
background-size: 60px 40px !important;
|
||||
}
|
||||
|
||||
.select2-search input {
|
||||
background-position: 100% -21px !important;
|
||||
}
|
||||
}
|
||||
@@ -1,474 +0,0 @@
|
||||
.C() {
|
||||
/* -------------------------------------
|
||||
colors */
|
||||
}
|
||||
@content-fg: #333;
|
||||
@content-light: #999;
|
||||
@orange-bg: #ef6639;
|
||||
@white: #fff;
|
||||
@panel-text: #000;
|
||||
@panel-top: #eee;
|
||||
@panel-bottom: #ddd;
|
||||
|
||||
@code-link: #6f41a7;
|
||||
@content-link: #ee543d;
|
||||
.C() {
|
||||
/* -------------------------------------
|
||||
mixins */
|
||||
}
|
||||
.Delistify() {
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
display: inline;
|
||||
}
|
||||
.MainBG() {
|
||||
color: @white;
|
||||
-webkit-background-size: cover;
|
||||
background-color: @orange-bg;
|
||||
background-image: url(/assets/images/swift-bg.jpg);
|
||||
background-position: 50% 50%;
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
html, body {
|
||||
height: 100%;
|
||||
}
|
||||
body {
|
||||
font: 17px/21px 'Avenir Next', 'Avenir', sans-serif;
|
||||
color: @content-fg;
|
||||
}
|
||||
|
||||
#navbar { display: block; }
|
||||
#sidebar, #header { display: none; }
|
||||
|
||||
#wrapper {
|
||||
min-height: 100%;
|
||||
height: auto !important;
|
||||
height: 100%;
|
||||
margin: 0 auto -60px;
|
||||
}
|
||||
|
||||
#header {
|
||||
.MainBG;
|
||||
height: 80px;
|
||||
text-align: center;
|
||||
|
||||
h1 {
|
||||
font-size: 40px;
|
||||
font-weight: normal;
|
||||
margin: 20px 15px 7px;
|
||||
|
||||
a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
a { color: @white; }
|
||||
p { display: none; }
|
||||
|
||||
.form-group {
|
||||
margin: 27px 20% 0;
|
||||
text-align: left;
|
||||
color: #777;
|
||||
}
|
||||
}
|
||||
|
||||
body.home {
|
||||
#header {
|
||||
height: 235px;
|
||||
|
||||
h1 {
|
||||
font-size: 60px;
|
||||
font-weight: normal;
|
||||
margin-top: 40px;
|
||||
}
|
||||
p {
|
||||
color: rgba(255, 255, 255, 0.7);
|
||||
font-size: 20px;
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.home-block {
|
||||
border-top: 1px solid @panel-top;
|
||||
padding-bottom: 40px;
|
||||
|
||||
h2 {
|
||||
margin-top: 40px;
|
||||
}
|
||||
}
|
||||
|
||||
.navbar-default {
|
||||
margin-bottom: 0;
|
||||
border: none;
|
||||
|
||||
.navbar-right>li>a {
|
||||
padding-left: 20px;
|
||||
}
|
||||
.navbar-header {
|
||||
.MainBG;
|
||||
}
|
||||
.navbar-form {
|
||||
border: none;
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
.navbar-toggle {
|
||||
border-color: @white;
|
||||
|
||||
&:hover {
|
||||
background-color: rgba(255, 255, 255, 0.4);
|
||||
}
|
||||
.icon-bar {
|
||||
background: @white;
|
||||
}
|
||||
}
|
||||
h1 {
|
||||
font-size: 32px;
|
||||
margin: 9px 7px 0 15px;
|
||||
display: inline-block;
|
||||
|
||||
a {
|
||||
color: @white;
|
||||
|
||||
&:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
.version {
|
||||
color: rgba(255, 255, 255, 0.7);
|
||||
}
|
||||
}
|
||||
|
||||
.select2-results {
|
||||
li {
|
||||
font-size: 0.9em;
|
||||
}
|
||||
.select2-highlighted {
|
||||
background-color: @orange-bg;
|
||||
color: @white;
|
||||
font-weight: 600;
|
||||
}
|
||||
}
|
||||
.select2-container .select2-choice {
|
||||
font-family: 'Avenir Next', 'Avenir', sans-serif;
|
||||
}
|
||||
.select2-chosen, .select2-choice > span:first-child {
|
||||
padding-top: 7px;
|
||||
}
|
||||
.input-group .form-control-feedback {
|
||||
top: 0;
|
||||
}
|
||||
.input-group-lg .form-control-feedback {
|
||||
top: 7px;
|
||||
right: 7px;
|
||||
}
|
||||
|
||||
#wrapper .select2-arrow { display: none; }
|
||||
|
||||
.navbar-left .form-group {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#sidebar {
|
||||
.form-group {
|
||||
margin: 35px 0 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#accordion {
|
||||
margin: 30px 0;
|
||||
|
||||
#versions {
|
||||
margin-top: 30px;
|
||||
}
|
||||
.panel {
|
||||
color: @panel-text;
|
||||
background: @panel-bottom;
|
||||
background-image: -webkit-linear-gradient(top, @panel-top, @panel-bottom);
|
||||
background-image: linear-gradient(to bottom, @panel-top, @panel-bottom);
|
||||
}
|
||||
.panel-body { padding: 0; }
|
||||
.panel { border: none; }
|
||||
.panel-group .panel-heading+.panel-collapse>.panel-body { border: none; }
|
||||
.list-group { border-radius: 0; }
|
||||
.list-group-item {
|
||||
font-size: 0.8em;
|
||||
border-top: 0;
|
||||
border-bottom: 0;
|
||||
padding: 5px 15px;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
.list-group-item.current {
|
||||
font-weight: bold;
|
||||
}
|
||||
.list-group-item:first-child {
|
||||
border-radius: 0;
|
||||
}
|
||||
.subnav-header {
|
||||
font-weight: bold;
|
||||
padding-top: 15px;
|
||||
color: @content-fg;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
h2 { font-weight: 700; margin: 35px 0; }
|
||||
.p-news h2 { font-weight: 600; }
|
||||
|
||||
a {
|
||||
color: @content-link;
|
||||
}
|
||||
|
||||
.content {
|
||||
margin: 0 0 50px;
|
||||
|
||||
h3 {
|
||||
font-size: 22px;
|
||||
font-weight: 600;
|
||||
margin: 25px 0 5px;
|
||||
}
|
||||
|
||||
.main-list {
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
||||
li {
|
||||
list-style: none;
|
||||
margin: 0 0 3px;
|
||||
padding: 0;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
.viz {
|
||||
display: block;
|
||||
|
||||
a {
|
||||
display: inline-block;
|
||||
margin-top: 5px;
|
||||
padding: 4px 5px 2px;
|
||||
background: white;
|
||||
border: 1px solid @content-link;
|
||||
color: @content-link;
|
||||
font-size: 11px;
|
||||
font-weight: 600;
|
||||
text-transform: uppercase;
|
||||
|
||||
&:hover {
|
||||
color: white;
|
||||
background: @content-link;
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.syntaxhighlighter {
|
||||
border-radius: 4px;
|
||||
|
||||
.caption {
|
||||
display: none;
|
||||
}
|
||||
.container {
|
||||
width: auto;
|
||||
|
||||
li {
|
||||
border-left: none;
|
||||
margin-left: 4em;
|
||||
text-indent: -4em !important;
|
||||
white-space: normal !important;
|
||||
}
|
||||
}
|
||||
.container::before, .container::after {
|
||||
content: none;
|
||||
}
|
||||
|
||||
a {
|
||||
color: @code-link !important;
|
||||
text-decoration: underline;
|
||||
:hover {
|
||||
color: @code-link !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.comment {
|
||||
margin: 0 0 20px;
|
||||
font-size: 15px;
|
||||
|
||||
h1 {
|
||||
margin: 25px 0 5px;
|
||||
font-size: 22px;
|
||||
font-weight: 600;
|
||||
}
|
||||
h2 {
|
||||
margin: 1.8em 0 0.2em;
|
||||
font-size: 14px;
|
||||
text-transform: uppercase;
|
||||
font-weight: 700;
|
||||
}
|
||||
strong { font-weight: 600; }
|
||||
pre {
|
||||
border: none;
|
||||
border-left: 5px solid #efefef;
|
||||
border-radius: 0;
|
||||
padding: 0 0 0 10px;
|
||||
background: transparent;
|
||||
}
|
||||
.syntaxhighlighter {
|
||||
font-size: 1em !important;
|
||||
margin: 0 !important;
|
||||
|
||||
ul.container {
|
||||
line-height: 1.5em;
|
||||
|
||||
li:last-child {
|
||||
padding-bottom: 0 !important;
|
||||
}
|
||||
}
|
||||
code {
|
||||
line-height: 1.7em;
|
||||
}
|
||||
}
|
||||
code {
|
||||
font-size: 0.85em;
|
||||
}
|
||||
}
|
||||
|
||||
code {
|
||||
background: transparent;
|
||||
color: inherit;
|
||||
font-size: 0.75em;
|
||||
padding: 0;
|
||||
|
||||
a {
|
||||
color: @code-link;
|
||||
text-decoration: underline;
|
||||
border: none;
|
||||
|
||||
:hover {
|
||||
color: @code-link;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.posts {
|
||||
line-height: 23px;
|
||||
|
||||
.post { margin: 35px 0 70px; }
|
||||
|
||||
h1 {
|
||||
font-size: 36px; font-weight: 500; margin: 0;
|
||||
a {
|
||||
color: #000;
|
||||
}
|
||||
}
|
||||
h2 { font-size: 22px; font-weight: 600; margin: 20px 0 7px; }
|
||||
h3 { font-size: 17px; font-weight: 600; margin: 0; }
|
||||
header {
|
||||
margin: 0 0 15px;
|
||||
}
|
||||
.date {
|
||||
color: @content-light;
|
||||
margin: 0 0 5px;
|
||||
}
|
||||
p {
|
||||
margin: 0 0 15px;
|
||||
}
|
||||
.release {
|
||||
h1 {
|
||||
display: inline-block;
|
||||
font-size: 17px;
|
||||
margin-left: 5px;
|
||||
}
|
||||
.date { display: inline; }
|
||||
}
|
||||
.tags {
|
||||
font-size: 0.85em;
|
||||
a {
|
||||
display: inline-block;
|
||||
margin-left: 3px;
|
||||
}
|
||||
.glyphicon {
|
||||
color: #bbb;
|
||||
font-size: 13px;
|
||||
position: relative;
|
||||
top: 3px;
|
||||
}
|
||||
}
|
||||
code { font-size: 14px; }
|
||||
}
|
||||
|
||||
.postlist {
|
||||
.Delistify;
|
||||
|
||||
li {
|
||||
.Delistify;
|
||||
margin-bottom: 10px;
|
||||
display: block;
|
||||
}
|
||||
.date {
|
||||
color: @content-light;
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
|
||||
/* hierarchy SVG embed pages */
|
||||
.p-hierarchy {
|
||||
.container {
|
||||
width: auto;
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
#footer {
|
||||
background: none;
|
||||
text-align: left;
|
||||
padding-left: 15px;
|
||||
color: @content-light;
|
||||
|
||||
a {
|
||||
color: @content-light;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.push {
|
||||
height: 60px;
|
||||
}
|
||||
|
||||
#footer {
|
||||
.MainBG;
|
||||
|
||||
width: 100%;
|
||||
height: 63px;
|
||||
padding-top: 10px;
|
||||
|
||||
text-align: center;
|
||||
font-size: 0.9em;
|
||||
line-height: 21px;
|
||||
|
||||
a {
|
||||
color: @white;
|
||||
}
|
||||
.line { display: block; }
|
||||
.sep { display: none; }
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
#navbar, .jumbotron p { display: none; }
|
||||
#sidebar, #header { display: block; }
|
||||
#wrapper { margin-bottom: -40px; }
|
||||
.push, #footer { height: 40px; }
|
||||
#footer {
|
||||
.line { display: inline; }
|
||||
.sep { display: inline; }
|
||||
}
|
||||
}
|
||||
|
||||
Vendored
-6
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1,17 +0,0 @@
|
||||
/**
|
||||
* SyntaxHighlighter
|
||||
* http://alexgorbatchev.com/SyntaxHighlighter
|
||||
*
|
||||
* SyntaxHighlighter is donationware. If you are using it, please donate.
|
||||
* http://alexgorbatchev.com/SyntaxHighlighter/donate.html
|
||||
*
|
||||
* @version
|
||||
* ()
|
||||
*
|
||||
* @copyright
|
||||
* Copyright (C) 2004-2013 Alex Gorbatchev.
|
||||
*
|
||||
* @license
|
||||
* Dual licensed under the MIT and GPL licenses.
|
||||
*/
|
||||
!function(){function a(){var a="class interface function package",b="-Infinity ...rest Array as AS3 Boolean break case catch const continue Date decodeURI decodeURIComponent default delete do dynamic each else encodeURI encodeURIComponent escape extends false final finally flash_proxy for get if implements import in include Infinity instanceof int internal is isFinite isNaN isXMLName label namespace NaN native new null Null Number Object object_proxy override parseFloat parseInt private protected public return set static String super switch this throw true try typeof uint undefined unescape use void while with";this.regexList=[{regex:SyntaxHighlighter.regexLib.singleLineCComments,css:"comments"},{regex:SyntaxHighlighter.regexLib.multiLineCComments,css:"comments"},{regex:SyntaxHighlighter.regexLib.doubleQuotedString,css:"string"},{regex:SyntaxHighlighter.regexLib.singleQuotedString,css:"string"},{regex:/\b([\d]+(\.[\d]+)?|0x[a-f0-9]+)\b/gi,css:"value"},{regex:new RegExp(this.getKeywords(a),"gm"),css:"color3"},{regex:new RegExp(this.getKeywords(b),"gm"),css:"keyword"},{regex:new RegExp("var","gm"),css:"variable"},{regex:new RegExp("trace","gm"),css:"color1"}],this.forHtmlScript(SyntaxHighlighter.regexLib.scriptScriptTags)}SyntaxHighlighter=SyntaxHighlighter||("undefined"!=typeof require?require("shCore").SyntaxHighlighter:null),a.prototype=new SyntaxHighlighter.Highlighter,a.aliases=["actionscript3","as3"],SyntaxHighlighter.brushes.AS3=a,"undefined"!=typeof exports?exports.Brush=a:null}();
|
||||
@@ -1,17 +0,0 @@
|
||||
/**
|
||||
* SyntaxHighlighter
|
||||
* http://alexgorbatchev.com/SyntaxHighlighter
|
||||
*
|
||||
* SyntaxHighlighter is donationware. If you are using it, please donate.
|
||||
* http://alexgorbatchev.com/SyntaxHighlighter/donate.html
|
||||
*
|
||||
* @version
|
||||
* ()
|
||||
*
|
||||
* @copyright
|
||||
* Copyright (C) 2004-2013 Alex Gorbatchev.
|
||||
*
|
||||
* @license
|
||||
* Dual licensed under the MIT and GPL licenses.
|
||||
*/
|
||||
!function(){function a(){function a(a){var b=SyntaxHighlighter.Match,c=[];return null!=a.here_doc&&c.push(new b(a.here_doc,a.index+a[0].indexOf(a.here_doc),"string")),null!=a.full_tag&&c.push(new b(a.full_tag,a.index,"preprocessor")),null!=a.end_tag&&c.push(new b(a.end_tag,a.index+a[0].lastIndexOf(a.end_tag),"preprocessor")),c}var b="if fi then elif else for do done until while break continue case esac function return in eq ne ge le",c="alias apropos awk basename base64 bash bc bg builtin bzip2 cal cat cd cfdisk chgrp chmod chown chrootcksum clear cmp comm command cp cron crontab crypt csplit cut date dc dd ddrescue declare df diff diff3 dig dir dircolors dirname dirs du echo egrep eject enable env ethtool eval exec exit expand export expr false fdformat fdisk fg fgrep file find fmt fold format free fsck ftp gawk gcc gdb getconf getopts grep groups gzip hash head history hostname id ifconfig import install join kill less let ln local locate logname logout look lpc lpr lprint lprintd lprintq lprm ls lsof make man mkdir mkfifo mkisofs mknod more mount mtools mv nasm nc ndisasm netstat nice nl nohup nslookup objdump od open op passwd paste pathchk ping popd pr printcap printenv printf ps pushd pwd quota quotacheck quotactl ram rcp read readonly renice remsync rm rmdir rsync screen scp sdiff sed select seq set sftp shift shopt shutdown sleep sort source split ssh strace strings su sudo sum symlink sync tail tar tee test time times touch top traceroute trap tr true tsort tty type ulimit umask umount unalias uname unexpand uniq units unset unshar useradd usermod users uuencode uudecode v vdir vi watch wc whereis which who whoami Wget xargs xxd yes chsh";this.regexList=[{regex:/^#!.*$/gm,css:"preprocessor bold"},{regex:/\/[\w-\/]+/gm,css:"plain"},{regex:SyntaxHighlighter.regexLib.singleLinePerlComments,css:"comments"},{regex:SyntaxHighlighter.regexLib.doubleQuotedString,css:"string"},{regex:SyntaxHighlighter.regexLib.singleQuotedString,css:"string"},{regex:new RegExp(this.getKeywords(b),"gm"),css:"keyword"},{regex:new RegExp(this.getKeywords(c),"gm"),css:"functions"},{regex:new XRegExp("(?<full_tag>(<|<){2}(?<tag>\\w+)) .*$(?<here_doc>[\\s\\S]*)(?<end_tag>^\\k<tag>$)","gm"),func:a}]}SyntaxHighlighter=SyntaxHighlighter||("undefined"!=typeof require?require("shCore").SyntaxHighlighter:null),a.prototype=new SyntaxHighlighter.Highlighter,a.aliases=["bash","shell","sh"],SyntaxHighlighter.brushes.Bash=a,"undefined"!=typeof exports?exports.Brush=a:null}();
|
||||
File diff suppressed because one or more lines are too long
@@ -1,17 +0,0 @@
|
||||
/**
|
||||
* SyntaxHighlighter
|
||||
* http://alexgorbatchev.com/SyntaxHighlighter
|
||||
*
|
||||
* SyntaxHighlighter is donationware. If you are using it, please donate.
|
||||
* http://alexgorbatchev.com/SyntaxHighlighter/donate.html
|
||||
*
|
||||
* @version
|
||||
* ()
|
||||
*
|
||||
* @copyright
|
||||
* Copyright (C) 2004-2013 Alex Gorbatchev.
|
||||
*
|
||||
* @license
|
||||
* Dual licensed under the MIT and GPL licenses.
|
||||
*/
|
||||
!function(){function a(){var a="ATOM BOOL BOOLEAN BYTE CHAR COLORREF DWORD DWORDLONG DWORD_PTR DWORD32 DWORD64 FLOAT HACCEL HALF_PTR HANDLE HBITMAP HBRUSH HCOLORSPACE HCONV HCONVLIST HCURSOR HDC HDDEDATA HDESK HDROP HDWP HENHMETAFILE HFILE HFONT HGDIOBJ HGLOBAL HHOOK HICON HINSTANCE HKEY HKL HLOCAL HMENU HMETAFILE HMODULE HMONITOR HPALETTE HPEN HRESULT HRGN HRSRC HSZ HWINSTA HWND INT INT_PTR INT32 INT64 LANGID LCID LCTYPE LGRPID LONG LONGLONG LONG_PTR LONG32 LONG64 LPARAM LPBOOL LPBYTE LPCOLORREF LPCSTR LPCTSTR LPCVOID LPCWSTR LPDWORD LPHANDLE LPINT LPLONG LPSTR LPTSTR LPVOID LPWORD LPWSTR LRESULT PBOOL PBOOLEAN PBYTE PCHAR PCSTR PCTSTR PCWSTR PDWORDLONG PDWORD_PTR PDWORD32 PDWORD64 PFLOAT PHALF_PTR PHANDLE PHKEY PINT PINT_PTR PINT32 PINT64 PLCID PLONG PLONGLONG PLONG_PTR PLONG32 PLONG64 POINTER_32 POINTER_64 PSHORT PSIZE_T PSSIZE_T PSTR PTBYTE PTCHAR PTSTR PUCHAR PUHALF_PTR PUINT PUINT_PTR PUINT32 PUINT64 PULONG PULONGLONG PULONG_PTR PULONG32 PULONG64 PUSHORT PVOID PWCHAR PWORD PWSTR SC_HANDLE SC_LOCK SERVICE_STATUS_HANDLE SHORT SIZE_T SSIZE_T TBYTE TCHAR UCHAR UHALF_PTR UINT UINT_PTR UINT32 UINT64 ULONG ULONGLONG ULONG_PTR ULONG32 ULONG64 USHORT USN VOID WCHAR WORD WPARAM WPARAM WPARAM char char16_t char32_t bool short int __int32 __int64 __int8 __int16 long float double __wchar_t clock_t _complex _dev_t _diskfree_t div_t ldiv_t _exception _EXCEPTION_POINTERS FILE _finddata_t _finddatai64_t _wfinddata_t _wfinddatai64_t __finddata64_t __wfinddata64_t _FPIEEE_RECORD fpos_t _HEAPINFO _HFILE lconv intptr_t jmp_buf mbstate_t _off_t _onexit_t _PNH ptrdiff_t _purecall_handler sig_atomic_t size_t _stat __stat64 _stati64 terminate_function time_t __time64_t _timeb __timeb64 tm uintptr_t _utimbuf va_list wchar_t wctrans_t wctype_t wint_t signed",b="alignas alignof auto break case catch class const constexpr decltype __finally __exception __try const_cast continue private public protected __declspec default delete deprecated dllexport dllimport do dynamic_cast else enum explicit extern if for friend goto inline mutable naked namespace new noinline noreturn nothrow noexcept nullptr register reinterpret_cast return selectany sizeof static static_cast static_assert struct switch template this thread thread_local throw true false try typedef typeid typename union using uuid virtual void volatile whcar_t while",c="assert isalnum isalpha iscntrl isdigit isgraph islower isprintispunct isspace isupper isxdigit tolower toupper errno localeconv setlocale acos asin atan atan2 ceil cos cosh exp fabs floor fmod frexp ldexp log log10 modf pow sin sinh sqrt tan tanh jmp_buf longjmp setjmp raise signal sig_atomic_t va_arg va_end va_start clearerr fclose feof ferror fflush fgetc fgetpos fgets fopen fprintf fputc fputs fread freopen fscanf fseek fsetpos ftell fwrite getc getchar gets perror printf putc putchar puts remove rename rewind scanf setbuf setvbuf sprintf sscanf tmpfile tmpnam ungetc vfprintf vprintf vsprintf abort abs atexit atof atoi atol bsearch calloc div exit free getenv labs ldiv malloc mblen mbstowcs mbtowc qsort rand realloc srand strtod strtol strtoul system wcstombs wctomb memchr memcmp memcpy memmove memset strcat strchr strcmp strcoll strcpy strcspn strerror strlen strncat strncmp strncpy strpbrk strrchr strspn strstr strtok strxfrm asctime clock ctime difftime gmtime localtime mktime strftime time";this.regexList=[{regex:SyntaxHighlighter.regexLib.singleLineCComments,css:"comments"},{regex:SyntaxHighlighter.regexLib.multiLineCComments,css:"comments"},{regex:SyntaxHighlighter.regexLib.doubleQuotedString,css:"string"},{regex:SyntaxHighlighter.regexLib.singleQuotedString,css:"string"},{regex:/^ *#.*/gm,css:"preprocessor"},{regex:new RegExp(this.getKeywords(a),"gm"),css:"color1 bold"},{regex:new RegExp(this.getKeywords(c),"gm"),css:"functions bold"},{regex:new RegExp(this.getKeywords(b),"gm"),css:"keyword bold"}]}SyntaxHighlighter=SyntaxHighlighter||("undefined"!=typeof require?require("shCore").SyntaxHighlighter:null),a.prototype=new SyntaxHighlighter.Highlighter,a.aliases=["cpp","cc","c++","c","h","hpp","h++"],SyntaxHighlighter.brushes.Cpp=a,"undefined"!=typeof exports?exports.Brush=a:null}();
|
||||
@@ -1,17 +0,0 @@
|
||||
/**
|
||||
* SyntaxHighlighter
|
||||
* http://alexgorbatchev.com/SyntaxHighlighter
|
||||
*
|
||||
* SyntaxHighlighter is donationware. If you are using it, please donate.
|
||||
* http://alexgorbatchev.com/SyntaxHighlighter/donate.html
|
||||
*
|
||||
* @version
|
||||
* ()
|
||||
*
|
||||
* @copyright
|
||||
* Copyright (C) 2004-2013 Alex Gorbatchev.
|
||||
*
|
||||
* @license
|
||||
* Dual licensed under the MIT and GPL licenses.
|
||||
*/
|
||||
!function(){function a(){function a(a){var b=0==a[0].indexOf("///")?"color1":"comments";return[new SyntaxHighlighter.Match(a[0],a.index,b)]}var b="abstract as base bool break byte case catch char checked class const continue decimal default delegate do double else enum event explicit volatile extern false finally fixed float for foreach get goto if implicit in int interface internal is lock long namespace new null object operator out override params private protected public readonly ref return sbyte sealed set short sizeof stackalloc static string struct switch this throw true try typeof uint ulong unchecked unsafe ushort using virtual void while var from group by into select let where orderby join on equals ascending descending";this.regexList=[{regex:SyntaxHighlighter.regexLib.singleLineCComments,func:a},{regex:SyntaxHighlighter.regexLib.multiLineCComments,css:"comments"},{regex:/@"(?:[^"]|"")*"/g,css:"string"},{regex:SyntaxHighlighter.regexLib.doubleQuotedString,css:"string"},{regex:SyntaxHighlighter.regexLib.singleQuotedString,css:"string"},{regex:/^\s*#.*/gm,css:"preprocessor"},{regex:new RegExp(this.getKeywords(b),"gm"),css:"keyword"},{regex:/\bpartial(?=\s+(?:class|interface|struct)\b)/g,css:"keyword"},{regex:/\byield(?=\s+(?:return|break)\b)/g,css:"keyword"}],this.forHtmlScript(SyntaxHighlighter.regexLib.aspScriptTags)}SyntaxHighlighter=SyntaxHighlighter||("undefined"!=typeof require?require("shCore").SyntaxHighlighter:null),a.prototype=new SyntaxHighlighter.Highlighter,a.aliases=["c#","c-sharp","csharp"],SyntaxHighlighter.brushes.CSharp=a,"undefined"!=typeof exports?exports.Brush=a:null}();
|
||||
@@ -1,17 +0,0 @@
|
||||
/**
|
||||
* SyntaxHighlighter
|
||||
* http://alexgorbatchev.com/SyntaxHighlighter
|
||||
*
|
||||
* SyntaxHighlighter is donationware. If you are using it, please donate.
|
||||
* http://alexgorbatchev.com/SyntaxHighlighter/donate.html
|
||||
*
|
||||
* @version
|
||||
* ()
|
||||
*
|
||||
* @copyright
|
||||
* Copyright (C) 2004-2013 Alex Gorbatchev.
|
||||
*
|
||||
* @license
|
||||
* Dual licensed under the MIT and GPL licenses.
|
||||
*/
|
||||
!function(){function a(){function a(a){return"\\b([a-z_]|)"+a.replace(/ /g,"(?=:)\\b|\\b([a-z_\\*]|\\*|)")+"(?=:)\\b"}function b(a){return"\\b"+a.replace(/ /g,"(?!-)(?!:)\\b|\\b()")+":\\b"}var c="ascent azimuth background-attachment background-color background-image background-position background-repeat background baseline bbox border-collapse border-color border-spacing border-style border-top border-right border-bottom border-left border-top-color border-right-color border-bottom-color border-left-color border-top-style border-right-style border-bottom-style border-left-style border-top-width border-right-width border-bottom-width border-left-width border-width border bottom cap-height caption-side centerline clear clip color content counter-increment counter-reset cue-after cue-before cue cursor definition-src descent direction display elevation empty-cells float font-size-adjust font-family font-size font-stretch font-style font-variant font-weight font height left letter-spacing line-height list-style-image list-style-position list-style-type list-style margin-top margin-right margin-bottom margin-left margin marker-offset marks mathline max-height max-width min-height min-width orphans outline-color outline-style outline-width outline overflow padding-top padding-right padding-bottom padding-left padding page page-break-after page-break-before page-break-inside pause pause-after pause-before pitch pitch-range play-during position quotes right richness size slope src speak-header speak-numeral speak-punctuation speak speech-rate stemh stemv stress table-layout text-align top text-decoration text-indent text-shadow text-transform unicode-bidi unicode-range units-per-em vertical-align visibility voice-family volume white-space widows width widths word-spacing x-height z-index",d="above absolute all always aqua armenian attr aural auto avoid baseline behind below bidi-override black blink block blue bold bolder both bottom braille capitalize caption center center-left center-right circle close-quote code collapse compact condensed continuous counter counters crop cross crosshair cursive dashed decimal decimal-leading-zero default digits disc dotted double embed embossed e-resize expanded extra-condensed extra-expanded fantasy far-left far-right fast faster fixed format fuchsia gray green groove handheld hebrew help hidden hide high higher icon inline-table inline inset inside invert italic justify landscape large larger left-side left leftwards level lighter lime line-through list-item local loud lower-alpha lowercase lower-greek lower-latin lower-roman lower low ltr marker maroon medium message-box middle mix move narrower navy ne-resize no-close-quote none no-open-quote no-repeat normal nowrap n-resize nw-resize oblique olive once open-quote outset outside overline pointer portrait pre print projection purple red relative repeat repeat-x repeat-y rgb ridge right right-side rightwards rtl run-in screen scroll semi-condensed semi-expanded separate se-resize show silent silver slower slow small small-caps small-caption smaller soft solid speech spell-out square s-resize static status-bar sub super sw-resize table-caption table-cell table-column table-column-group table-footer-group table-header-group table-row table-row-group teal text-bottom text-top thick thin top transparent tty tv ultra-condensed ultra-expanded underline upper-alpha uppercase upper-latin upper-roman url visible wait white wider w-resize x-fast x-high x-large x-loud x-low x-slow x-small x-soft xx-large xx-small yellow",e="[mM]onospace [tT]ahoma [vV]erdana [aA]rial [hH]elvetica [sS]ans-serif [sS]erif [cC]ourier mono sans serif";this.regexList=[{regex:SyntaxHighlighter.regexLib.multiLineCComments,css:"comments"},{regex:SyntaxHighlighter.regexLib.doubleQuotedString,css:"string"},{regex:SyntaxHighlighter.regexLib.singleQuotedString,css:"string"},{regex:/\#[a-fA-F0-9]{3,6}/g,css:"value"},{regex:/(-?\d+)(\.\d+)?(px|em|pt|\:|\%|)/g,css:"value"},{regex:/!important/g,css:"color3"},{regex:new RegExp(a(c),"gm"),css:"keyword"},{regex:new RegExp(b(d),"g"),css:"value"},{regex:new RegExp(this.getKeywords(e),"g"),css:"color1"}],this.forHtmlScript({left:/(<|<)\s*style.*?(>|>)/gi,right:/(<|<)\/\s*style\s*(>|>)/gi})}SyntaxHighlighter=SyntaxHighlighter||("undefined"!=typeof require?require("shCore").SyntaxHighlighter:null),a.prototype=new SyntaxHighlighter.Highlighter,a.aliases=["css"],SyntaxHighlighter.brushes.CSS=a,"undefined"!=typeof exports?exports.Brush=a:null}();
|
||||
@@ -1,17 +0,0 @@
|
||||
/**
|
||||
* SyntaxHighlighter
|
||||
* http://alexgorbatchev.com/SyntaxHighlighter
|
||||
*
|
||||
* SyntaxHighlighter is donationware. If you are using it, please donate.
|
||||
* http://alexgorbatchev.com/SyntaxHighlighter/donate.html
|
||||
*
|
||||
* @version
|
||||
* ()
|
||||
*
|
||||
* @copyright
|
||||
* Copyright (C) 2004-2013 Alex Gorbatchev.
|
||||
*
|
||||
* @license
|
||||
* Dual licensed under the MIT and GPL licenses.
|
||||
*/
|
||||
!function(){function a(){var a="abs addr and ansichar ansistring array as asm begin boolean byte cardinal case char class comp const constructor currency destructor div do double downto else end except exports extended false file finalization finally for function goto if implementation in inherited int64 initialization integer interface is label library longint longword mod nil not object of on or packed pansichar pansistring pchar pcurrency pdatetime pextended pint64 pointer private procedure program property pshortstring pstring pvariant pwidechar pwidestring protected public published raise real real48 record repeat set shl shortint shortstring shr single smallint string then threadvar to true try type unit until uses val var varirnt while widechar widestring with word write writeln xor";this.regexList=[{regex:/\(\*[\s\S]*?\*\)/gm,css:"comments"},{regex:/{(?!\$)[\s\S]*?}/gm,css:"comments"},{regex:SyntaxHighlighter.regexLib.singleLineCComments,css:"comments"},{regex:SyntaxHighlighter.regexLib.singleQuotedString,css:"string"},{regex:/\{\$[a-zA-Z]+ .+\}/g,css:"color1"},{regex:/\b[\d\.]+\b/g,css:"value"},{regex:/\$[a-zA-Z0-9]+\b/g,css:"value"},{regex:new RegExp(this.getKeywords(a),"gmi"),css:"keyword"}]}SyntaxHighlighter=SyntaxHighlighter||("undefined"!=typeof require?require("shCore").SyntaxHighlighter:null),a.prototype=new SyntaxHighlighter.Highlighter,a.aliases=["delphi","pascal","pas"],SyntaxHighlighter.brushes.Delphi=a,"undefined"!=typeof exports?exports.Brush=a:null}();
|
||||
@@ -1,17 +0,0 @@
|
||||
/**
|
||||
* SyntaxHighlighter
|
||||
* http://alexgorbatchev.com/SyntaxHighlighter
|
||||
*
|
||||
* SyntaxHighlighter is donationware. If you are using it, please donate.
|
||||
* http://alexgorbatchev.com/SyntaxHighlighter/donate.html
|
||||
*
|
||||
* @version
|
||||
* ()
|
||||
*
|
||||
* @copyright
|
||||
* Copyright (C) 2004-2013 Alex Gorbatchev.
|
||||
*
|
||||
* @license
|
||||
* Dual licensed under the MIT and GPL licenses.
|
||||
*/
|
||||
!function(){function a(){this.regexList=[{regex:/^\+\+\+ .*$/gm,css:"color2"},{regex:/^\-\-\- .*$/gm,css:"color2"},{regex:/^\s.*$/gm,css:"color1"},{regex:/^@@.*@@.*$/gm,css:"variable"},{regex:/^\+.*$/gm,css:"string"},{regex:/^\-.*$/gm,css:"color3"}]}SyntaxHighlighter=SyntaxHighlighter||("undefined"!=typeof require?require("shCore").SyntaxHighlighter:null),a.prototype=new SyntaxHighlighter.Highlighter,a.aliases=["diff","patch"],SyntaxHighlighter.brushes.Diff=a,"undefined"!=typeof exports?exports.Brush=a:null}();
|
||||
@@ -1,17 +0,0 @@
|
||||
/**
|
||||
* SyntaxHighlighter
|
||||
* http://alexgorbatchev.com/SyntaxHighlighter
|
||||
*
|
||||
* SyntaxHighlighter is donationware. If you are using it, please donate.
|
||||
* http://alexgorbatchev.com/SyntaxHighlighter/donate.html
|
||||
*
|
||||
* @version
|
||||
* ()
|
||||
*
|
||||
* @copyright
|
||||
* Copyright (C) 2004-2013 Alex Gorbatchev.
|
||||
*
|
||||
* @license
|
||||
* Dual licensed under the MIT and GPL licenses.
|
||||
*/
|
||||
!function(){function a(){var a="after and andalso band begin bnot bor bsl bsr bxor case catch cond div end fun if let not of or orelse query receive rem try when xor module export import define";this.regexList=[{regex:new RegExp("[A-Z][A-Za-z0-9_]+","g"),css:"constants"},{regex:new RegExp("\\%.+","gm"),css:"comments"},{regex:new RegExp("\\?[A-Za-z0-9_]+","g"),css:"preprocessor"},{regex:new RegExp("[a-z0-9_]+:[a-z0-9_]+","g"),css:"functions"},{regex:SyntaxHighlighter.regexLib.doubleQuotedString,css:"string"},{regex:SyntaxHighlighter.regexLib.singleQuotedString,css:"string"},{regex:new RegExp(this.getKeywords(a),"gm"),css:"keyword"}]}SyntaxHighlighter=SyntaxHighlighter||("undefined"!=typeof require?require("shCore").SyntaxHighlighter:null),a.prototype=new SyntaxHighlighter.Highlighter,a.aliases=["erl","erlang"],SyntaxHighlighter.brushes.Erlang=a,"undefined"!=typeof exports?exports.Brush=a:null}();
|
||||
@@ -1,17 +0,0 @@
|
||||
/**
|
||||
* SyntaxHighlighter
|
||||
* http://alexgorbatchev.com/SyntaxHighlighter
|
||||
*
|
||||
* SyntaxHighlighter is donationware. If you are using it, please donate.
|
||||
* http://alexgorbatchev.com/SyntaxHighlighter/donate.html
|
||||
*
|
||||
* @version
|
||||
* ()
|
||||
*
|
||||
* @copyright
|
||||
* Copyright (C) 2004-2013 Alex Gorbatchev.
|
||||
*
|
||||
* @license
|
||||
* Dual licensed under the MIT and GPL licenses.
|
||||
*/
|
||||
!function(){function a(){var a="as assert break case catch class continue def default do else extends finally if in implements import instanceof interface new package property return switch throw throws try while public protected private static",b="void boolean byte char short int long float double",c="null",d="allProperties count get size collect each eachProperty eachPropertyName eachWithIndex find findAll findIndexOf grep inject max min reverseEach sort asImmutable asSynchronized flatten intersect join pop reverse subMap toList padRight padLeft contains eachMatch toCharacter toLong toUrl tokenize eachFile eachFileRecurse eachB yte eachLine readBytes readLine getText splitEachLine withReader append encodeBase64 decodeBase64 filterLine transformChar transformLine withOutputStream withPrintWriter withStream withStreams withWriter withWriterAppend write writeLine dump inspect invokeMethod print println step times upto use waitForOrKill getText";this.regexList=[{regex:SyntaxHighlighter.regexLib.singleLineCComments,css:"comments"},{regex:SyntaxHighlighter.regexLib.multiLineCComments,css:"comments"},{regex:SyntaxHighlighter.regexLib.doubleQuotedString,css:"string"},{regex:SyntaxHighlighter.regexLib.singleQuotedString,css:"string"},{regex:/""".*"""/g,css:"string"},{regex:new RegExp("\\b([\\d]+(\\.[\\d]+)?|0x[a-f0-9]+)\\b","gi"),css:"value"},{regex:new RegExp(this.getKeywords(a),"gm"),css:"keyword"},{regex:new RegExp(this.getKeywords(b),"gm"),css:"color1"},{regex:new RegExp(this.getKeywords(c),"gm"),css:"constants"},{regex:new RegExp(this.getKeywords(d),"gm"),css:"functions"}],this.forHtmlScript(SyntaxHighlighter.regexLib.aspScriptTags)}SyntaxHighlighter=SyntaxHighlighter||("undefined"!=typeof require?require("shCore").SyntaxHighlighter:null),a.prototype=new SyntaxHighlighter.Highlighter,a.aliases=["groovy"],SyntaxHighlighter.brushes.Groovy=a,"undefined"!=typeof exports?exports.Brush=a:null}();
|
||||
@@ -1,17 +0,0 @@
|
||||
/**
|
||||
* SyntaxHighlighter
|
||||
* http://alexgorbatchev.com/SyntaxHighlighter
|
||||
*
|
||||
* SyntaxHighlighter is donationware. If you are using it, please donate.
|
||||
* http://alexgorbatchev.com/SyntaxHighlighter/donate.html
|
||||
*
|
||||
* @version
|
||||
* ()
|
||||
*
|
||||
* @copyright
|
||||
* Copyright (C) 2004-2013 Alex Gorbatchev.
|
||||
*
|
||||
* @license
|
||||
* Dual licensed under the MIT and GPL licenses.
|
||||
*/
|
||||
!function(){function a(){var a="class interface package macro enum typedef extends implements dynamic in for if while else do try switch case catch",b="return break continue new throw cast using import function public private inline static untyped callback true false null Int Float String Void Std Bool Dynamic Array Vector";this.regexList=[{regex:SyntaxHighlighter.regexLib.singleLineCComments,css:"comments"},{regex:SyntaxHighlighter.regexLib.multiLineCComments,css:"comments"},{regex:SyntaxHighlighter.regexLib.doubleQuotedString,css:"string"},{regex:SyntaxHighlighter.regexLib.singleQuotedString,css:"string"},{regex:/\b([\d]+(\.[\d]+)?|0x[a-f0-9]+)\b/gi,css:"value"},{regex:new RegExp(this.getKeywords(a),"gm"),css:"color3"},{regex:new RegExp(this.getKeywords(b),"gm"),css:"keyword"},{regex:new RegExp("var","gm"),css:"variable"},{regex:new RegExp("trace","gm"),css:"color1"},{regex:new RegExp("#if","gm"),css:"comments"},{regex:new RegExp("#elseif","gm"),css:"comments"},{regex:new RegExp("#end","gm"),css:"comments"},{regex:new RegExp("#error","gm"),css:"comments"}];var c,d=["debug","error","cpp","js","neko","php","flash","flash8","flash9","flash10","flash10","mobile","desktop","web","ios","android","iphone"],e=d.length;for(c=0;e-1>=c;c++)this.regexList.push({regex:new RegExp(d[c],"gm"),css:"comments"}),this.regexList.push({regex:new RegExp("!"+d[c],"gm"),css:"comments"});this.forHtmlScript(SyntaxHighlighter.regexLib.scriptScriptTags)}SyntaxHighlighter=SyntaxHighlighter||("undefined"!=typeof require?require("shCore").SyntaxHighlighter:null),a.prototype=new SyntaxHighlighter.Highlighter,a.aliases=["haxe","hx"],SyntaxHighlighter.brushes.Haxe=a,"undefined"!=typeof exports?exports.Brush=a:null}();
|
||||
@@ -1,17 +0,0 @@
|
||||
/**
|
||||
* SyntaxHighlighter
|
||||
* http://alexgorbatchev.com/SyntaxHighlighter
|
||||
*
|
||||
* SyntaxHighlighter is donationware. If you are using it, please donate.
|
||||
* http://alexgorbatchev.com/SyntaxHighlighter/donate.html
|
||||
*
|
||||
* @version
|
||||
* ()
|
||||
*
|
||||
* @copyright
|
||||
* Copyright (C) 2004-2013 Alex Gorbatchev.
|
||||
*
|
||||
* @license
|
||||
* Dual licensed under the MIT and GPL licenses.
|
||||
*/
|
||||
!function(){function a(){var a="abstract assert boolean break byte case catch char class const continue default do double else enum extends false final finally float for goto if implements import instanceof int interface long native new null package private protected public return short static strictfp super switch synchronized this throw throws true transient try void volatile while";this.regexList=[{regex:SyntaxHighlighter.regexLib.singleLineCComments,css:"comments"},{regex:/\/\*([^\*][\s\S]*?)?\*\//gm,css:"comments"},{regex:/\/\*(?!\*\/)\*[\s\S]*?\*\//gm,css:"preprocessor"},{regex:SyntaxHighlighter.regexLib.doubleQuotedString,css:"string"},{regex:SyntaxHighlighter.regexLib.singleQuotedString,css:"string"},{regex:/\b([\d]+(\.[\d]+)?|0x[a-f0-9]+)\b/gi,css:"value"},{regex:/(?!\@interface\b)\@[\$\w]+\b/g,css:"color1"},{regex:/\@interface\b/g,css:"color2"},{regex:new RegExp(this.getKeywords(a),"gm"),css:"keyword"}],this.forHtmlScript({left:/(<|<)%[@!=]?/g,right:/%(>|>)/g})}SyntaxHighlighter=SyntaxHighlighter||("undefined"!=typeof require?require("shCore").SyntaxHighlighter:null),a.prototype=new SyntaxHighlighter.Highlighter,a.aliases=["java"],SyntaxHighlighter.brushes.Java=a,"undefined"!=typeof exports?exports.Brush=a:null}();
|
||||
@@ -1,17 +0,0 @@
|
||||
/**
|
||||
* SyntaxHighlighter
|
||||
* http://alexgorbatchev.com/SyntaxHighlighter
|
||||
*
|
||||
* SyntaxHighlighter is donationware. If you are using it, please donate.
|
||||
* http://alexgorbatchev.com/SyntaxHighlighter/donate.html
|
||||
*
|
||||
* @version
|
||||
* ()
|
||||
*
|
||||
* @copyright
|
||||
* Copyright (C) 2004-2013 Alex Gorbatchev.
|
||||
*
|
||||
* @license
|
||||
* Dual licensed under the MIT and GPL licenses.
|
||||
*/
|
||||
!function(){function a(){var a="Boolean Byte Character Double Duration Float Integer Long Number Short String Void",b="abstract after and as assert at before bind bound break catch class continue def delete else exclusive extends false finally first for from function if import in indexof init insert instanceof into inverse last lazy mixin mod nativearray new not null on or override package postinit protected public public-init public-read replace return reverse sizeof step super then this throw true try tween typeof var where while with attribute let private readonly static trigger";this.regexList=[{regex:SyntaxHighlighter.regexLib.singleLineCComments,css:"comments"},{regex:SyntaxHighlighter.regexLib.multiLineCComments,css:"comments"},{regex:SyntaxHighlighter.regexLib.singleQuotedString,css:"string"},{regex:SyntaxHighlighter.regexLib.doubleQuotedString,css:"string"},{regex:/(-?\.?)(\b(\d*\.?\d+|\d+\.?\d*)(e[+-]?\d+)?|0x[a-f\d]+)\b\.?/gi,css:"color2"},{regex:new RegExp(this.getKeywords(a),"gm"),css:"variable"},{regex:new RegExp(this.getKeywords(b),"gm"),css:"keyword"}],this.forHtmlScript(SyntaxHighlighter.regexLib.aspScriptTags)}SyntaxHighlighter=SyntaxHighlighter||("undefined"!=typeof require?require("shCore").SyntaxHighlighter:null),a.prototype=new SyntaxHighlighter.Highlighter,a.aliases=["jfx","javafx"],SyntaxHighlighter.brushes.JavaFX=a,"undefined"!=typeof exports?exports.Brush=a:null}();
|
||||
@@ -1,17 +0,0 @@
|
||||
/**
|
||||
* SyntaxHighlighter
|
||||
* http://alexgorbatchev.com/SyntaxHighlighter
|
||||
*
|
||||
* SyntaxHighlighter is donationware. If you are using it, please donate.
|
||||
* http://alexgorbatchev.com/SyntaxHighlighter/donate.html
|
||||
*
|
||||
* @version
|
||||
* ()
|
||||
*
|
||||
* @copyright
|
||||
* Copyright (C) 2004-2013 Alex Gorbatchev.
|
||||
*
|
||||
* @license
|
||||
* Dual licensed under the MIT and GPL licenses.
|
||||
*/
|
||||
!function(){function a(){var a="break case catch class continue default delete do else enum export extends false for function if implements import in instanceof interface let new null package private protected static return super switch this throw true try typeof var while with yield",b=SyntaxHighlighter.regexLib;this.regexList=[{regex:b.multiLineDoubleQuotedString,css:"string"},{regex:b.multiLineSingleQuotedString,css:"string"},{regex:b.singleLineCComments,css:"comments"},{regex:b.multiLineCComments,css:"comments"},{regex:/\s*#.*/gm,css:"preprocessor"},{regex:new RegExp(this.getKeywords(a),"gm"),css:"keyword"}],this.forHtmlScript(b.scriptScriptTags)}SyntaxHighlighter=SyntaxHighlighter||("undefined"!=typeof require?require("shCore").SyntaxHighlighter:null),a.prototype=new SyntaxHighlighter.Highlighter,a.aliases=["js","jscript","javascript","json"],SyntaxHighlighter.brushes.JScript=a,"undefined"!=typeof exports?exports.Brush=a:null}();
|
||||
@@ -1,17 +0,0 @@
|
||||
/**
|
||||
* SyntaxHighlighter
|
||||
* http://alexgorbatchev.com/SyntaxHighlighter
|
||||
*
|
||||
* SyntaxHighlighter is donationware. If you are using it, please donate.
|
||||
* http://alexgorbatchev.com/SyntaxHighlighter/donate.html
|
||||
*
|
||||
* @version
|
||||
* ()
|
||||
*
|
||||
* @copyright
|
||||
* Copyright (C) 2004-2013 Alex Gorbatchev.
|
||||
*
|
||||
* @license
|
||||
* Dual licensed under the MIT and GPL licenses.
|
||||
*/
|
||||
!function(){function a(){var a="char bool BOOL double float int long short id void",b="IBAction IBOutlet SEL YES NO readwrite readonly nonatomic NULL super self copy if else for in enum while typedef switch case return const static retain TRUE FALSE ON OFF";this.regexList=[{regex:/^\s*(>|>)(.*)$/gm,css:"output"},{regex:new RegExp(this.getKeywords(a),"gm"),css:"color2"},{regex:new RegExp(this.getKeywords(b),"gm"),css:"keyword"},{regex:new RegExp("@\\w+\\b","g"),css:"color1"},{regex:new RegExp("[: ]nil","g"),css:"color2"},{regex:new RegExp(" \\w+(?=[:\\]])","g"),css:"variable"},{regex:SyntaxHighlighter.regexLib.singleLineCComments,css:"comments"},{regex:SyntaxHighlighter.regexLib.multiLineCComments,css:"comments"},{regex:new RegExp('@"[^"]*"',"gm"),css:"string"},{regex:new RegExp("\\d","gm"),css:"value"},{regex:new RegExp("^ *#.*","gm"),css:"preprocessor"},{regex:new RegExp("\\w+(?= \\*)","g"),css:"keyword"},{regex:new RegExp("\\b[A-Z]\\w+\\b(?=[ ,;])","gm"),css:"keyword"},{regex:new RegExp("\\.\\w+","g"),css:"constants"}]}SyntaxHighlighter=SyntaxHighlighter||("undefined"!=typeof require?require("shCore").SyntaxHighlighter:null),a.prototype=new SyntaxHighlighter.Highlighter,a.aliases=["oc","objc","objective-c"],SyntaxHighlighter.brushes.ObjC=a,"undefined"!=typeof exports?exports.Brush=a:null}();
|
||||
@@ -1,17 +0,0 @@
|
||||
/**
|
||||
* SyntaxHighlighter
|
||||
* http://alexgorbatchev.com/SyntaxHighlighter
|
||||
*
|
||||
* SyntaxHighlighter is donationware. If you are using it, please donate.
|
||||
* http://alexgorbatchev.com/SyntaxHighlighter/donate.html
|
||||
*
|
||||
* @version
|
||||
* ()
|
||||
*
|
||||
* @copyright
|
||||
* Copyright (C) 2004-2013 Alex Gorbatchev.
|
||||
*
|
||||
* @license
|
||||
* Dual licensed under the MIT and GPL licenses.
|
||||
*/
|
||||
!function(){function a(){var a="abs accept alarm atan2 bind binmode chdir chmod chomp chop chown chr chroot close closedir connect cos crypt defined delete each endgrent endhostent endnetent endprotoent endpwent endservent eof exec exists exp fcntl fileno flock fork format formline getc getgrent getgrgid getgrnam gethostbyaddr gethostbyname gethostent getlogin getnetbyaddr getnetbyname getnetent getpeername getpgrp getppid getpriority getprotobyname getprotobynumber getprotoent getpwent getpwnam getpwuid getservbyname getservbyport getservent getsockname getsockopt glob gmtime grep hex index int ioctl join keys kill lc lcfirst length link listen localtime lock log lstat map mkdir msgctl msgget msgrcv msgsnd oct open opendir ord pack pipe pop pos print printf prototype push quotemeta rand read readdir readline readlink readpipe recv rename reset reverse rewinddir rindex rmdir scalar seek seekdir select semctl semget semop send setgrent sethostent setnetent setpgrp setpriority setprotoent setpwent setservent setsockopt shift shmctl shmget shmread shmwrite shutdown sin sleep socket socketpair sort splice split sprintf sqrt srand stat study substr symlink syscall sysopen sysread sysseek system syswrite tell telldir time times tr truncate uc ucfirst umask undef unlink unpack unshift utime values vec wait waitpid warn write say",b="bless caller continue dbmclose dbmopen die do dump else elsif eval exit for foreach goto if import last local my next no our package redo ref require return sub tie tied unless untie until use wantarray while given when default try catch finally has extends with before after around override augment";this.regexList=[{regex:/(<<|<<)((\w+)|(['"])(.+?)\4)[\s\S]+?\n\3\5\n/g,css:"string"},{regex:/#.*$/gm,css:"comments"},{regex:/^#!.*\n/g,css:"preprocessor"},{regex:/-?\w+(?=\s*=(>|>))/g,css:"string"},{regex:/\bq[qwxr]?\([\s\S]*?\)/g,css:"string"},{regex:/\bq[qwxr]?\{[\s\S]*?\}/g,css:"string"},{regex:/\bq[qwxr]?\[[\s\S]*?\]/g,css:"string"},{regex:/\bq[qwxr]?(<|<)[\s\S]*?(>|>)/g,css:"string"},{regex:/\bq[qwxr]?([^\w({<[])[\s\S]*?\1/g,css:"string"},{regex:SyntaxHighlighter.regexLib.doubleQuotedString,css:"string"},{regex:SyntaxHighlighter.regexLib.singleQuotedString,css:"string"},{regex:/(?:&|[$@%*]|\$#)\$?[a-zA-Z_](\w+|::)*/g,css:"variable"},{regex:/\b__(?:END|DATA)__\b[\s\S]*$/g,css:"comments"},{regex:/(^|\n)=\w[\s\S]*?(\n=cut\s*(?=\n)|$)/g,css:"comments"},{regex:new RegExp(this.getKeywords(a),"gm"),css:"functions"},{regex:new RegExp(this.getKeywords(b),"gm"),css:"keyword"}],this.forHtmlScript(SyntaxHighlighter.regexLib.phpScriptTags)}SyntaxHighlighter=SyntaxHighlighter||("undefined"!=typeof require?require("shCore").SyntaxHighlighter:null),a.prototype=new SyntaxHighlighter.Highlighter,a.aliases=["perl","Perl","pl"],SyntaxHighlighter.brushes.Perl=a,"undefined"!=typeof exports?exports.Brush=a:null}();
|
||||
@@ -1,17 +0,0 @@
|
||||
/**
|
||||
* SyntaxHighlighter
|
||||
* http://alexgorbatchev.com/SyntaxHighlighter
|
||||
*
|
||||
* SyntaxHighlighter is donationware. If you are using it, please donate.
|
||||
* http://alexgorbatchev.com/SyntaxHighlighter/donate.html
|
||||
*
|
||||
* @version
|
||||
* ()
|
||||
*
|
||||
* @copyright
|
||||
* Copyright (C) 2004-2013 Alex Gorbatchev.
|
||||
*
|
||||
* @license
|
||||
* Dual licensed under the MIT and GPL licenses.
|
||||
*/
|
||||
!function(){function a(){var a="abs acos acosh addcslashes addslashes array_change_key_case array_chunk array_combine array_count_values array_diff array_diff_assoc array_diff_key array_diff_uassoc array_diff_ukey array_fill array_filter array_flip array_intersect array_intersect_assoc array_intersect_key array_intersect_uassoc array_intersect_ukey array_key_exists array_keys array_map array_merge array_merge_recursive array_multisort array_pad array_pop array_product array_push array_rand array_reduce array_reverse array_search array_shift array_slice array_splice array_sum array_udiff array_udiff_assoc array_udiff_uassoc array_uintersect array_uintersect_assoc array_uintersect_uassoc array_unique array_unshift array_values array_walk array_walk_recursive atan atan2 atanh base64_decode base64_encode base_convert basename bcadd bccomp bcdiv bcmod bcmul bindec bindtextdomain bzclose bzcompress bzdecompress bzerrno bzerror bzerrstr bzflush bzopen bzread bzwrite ceil chdir checkdate checkdnsrr chgrp chmod chop chown chr chroot chunk_split class_exists closedir closelog copy cos cosh count count_chars date decbin dechex decoct deg2rad delete ebcdic2ascii echo empty end ereg ereg_replace eregi eregi_replace error_log error_reporting escapeshellarg escapeshellcmd eval exec exit exp explode extension_loaded feof fflush fgetc fgetcsv fgets fgetss file_exists file_get_contents file_put_contents fileatime filectime filegroup fileinode filemtime fileowner fileperms filesize filetype floatval flock floor flush fmod fnmatch fopen fpassthru fprintf fputcsv fputs fread fscanf fseek fsockopen fstat ftell ftok getallheaders getcwd getdate getenv gethostbyaddr gethostbyname gethostbynamel getimagesize getlastmod getmxrr getmygid getmyinode getmypid getmyuid getopt getprotobyname getprotobynumber getrandmax getrusage getservbyname getservbyport gettext gettimeofday gettype glob gmdate gmmktime ini_alter ini_get ini_get_all ini_restore ini_set interface_exists intval ip2long is_a is_array is_bool is_callable is_dir is_double is_executable is_file is_finite is_float is_infinite is_int is_integer is_link is_long is_nan is_null is_numeric is_object is_readable is_real is_resource is_scalar is_soap_fault is_string is_subclass_of is_uploaded_file is_writable is_writeable mkdir mktime nl2br parse_ini_file parse_str parse_url passthru pathinfo print readlink realpath rewind rewinddir rmdir round str_ireplace str_pad str_repeat str_replace str_rot13 str_shuffle str_split str_word_count strcasecmp strchr strcmp strcoll strcspn strftime strip_tags stripcslashes stripos stripslashes stristr strlen strnatcasecmp strnatcmp strncasecmp strncmp strpbrk strpos strptime strrchr strrev strripos strrpos strspn strstr strtok strtolower strtotime strtoupper strtr strval substr substr_compare",b="abstract and array as break case catch cfunction class clone const continue declare default die do else elseif enddeclare endfor endforeach endif endswitch endwhile extends final finally for foreach function global goto if implements include include_once interface instanceof insteadof namespace new old_function or private protected public return require require_once static switch trait throw try use var while xor yield ",c="__FILE__ __LINE__ __METHOD__ __FUNCTION__ __CLASS__";this.regexList=[{regex:SyntaxHighlighter.regexLib.singleLineCComments,css:"comments"},{regex:SyntaxHighlighter.regexLib.multiLineCComments,css:"comments"},{regex:SyntaxHighlighter.regexLib.doubleQuotedString,css:"string"},{regex:SyntaxHighlighter.regexLib.singleQuotedString,css:"string"},{regex:/\$\w+/g,css:"variable"},{regex:new RegExp(this.getKeywords(a),"gmi"),css:"functions"},{regex:new RegExp(this.getKeywords(c),"gmi"),css:"constants"},{regex:new RegExp(this.getKeywords(b),"gm"),css:"keyword"}],this.forHtmlScript(SyntaxHighlighter.regexLib.phpScriptTags)}SyntaxHighlighter=SyntaxHighlighter||("undefined"!=typeof require?require("shCore").SyntaxHighlighter:null),a.prototype=new SyntaxHighlighter.Highlighter,a.aliases=["php"],SyntaxHighlighter.brushes.Php=a,"undefined"!=typeof exports?exports.Brush=a:null}();
|
||||
@@ -1,17 +0,0 @@
|
||||
/**
|
||||
* SyntaxHighlighter
|
||||
* http://alexgorbatchev.com/SyntaxHighlighter
|
||||
*
|
||||
* SyntaxHighlighter is donationware. If you are using it, please donate.
|
||||
* http://alexgorbatchev.com/SyntaxHighlighter/donate.html
|
||||
*
|
||||
* @version
|
||||
* ()
|
||||
*
|
||||
* @copyright
|
||||
* Copyright (C) 2004-2013 Alex Gorbatchev.
|
||||
*
|
||||
* @license
|
||||
* Dual licensed under the MIT and GPL licenses.
|
||||
*/
|
||||
!function(){function a(){}SyntaxHighlighter=SyntaxHighlighter||("undefined"!=typeof require?require("shCore").SyntaxHighlighter:null),a.prototype=new SyntaxHighlighter.Highlighter,a.aliases=["text","plain"],SyntaxHighlighter.brushes.Plain=a,"undefined"!=typeof exports?exports.Brush=a:null}();
|
||||
@@ -1,17 +0,0 @@
|
||||
/**
|
||||
* SyntaxHighlighter
|
||||
* http://alexgorbatchev.com/SyntaxHighlighter
|
||||
*
|
||||
* SyntaxHighlighter is donationware. If you are using it, please donate.
|
||||
* http://alexgorbatchev.com/SyntaxHighlighter/donate.html
|
||||
*
|
||||
* @version
|
||||
* ()
|
||||
*
|
||||
* @copyright
|
||||
* Copyright (C) 2004-2013 Alex Gorbatchev.
|
||||
*
|
||||
* @license
|
||||
* Dual licensed under the MIT and GPL licenses.
|
||||
*/
|
||||
!function(){function a(){var a="while validateset validaterange validatepattern validatelength validatecount until trap switch return ref process param parameter in if global: function foreach for finally filter end elseif else dynamicparam do default continue cmdletbinding break begin alias \\? % #script #private #local #global mandatory parametersetname position valuefrompipeline valuefrompipelinebypropertyname valuefromremainingarguments helpmessage ",b=" and as band bnot bor bxor casesensitive ccontains ceq cge cgt cle clike clt cmatch cne cnotcontains cnotlike cnotmatch contains creplace eq exact f file ge gt icontains ieq ige igt ile ilike ilt imatch ine inotcontains inotlike inotmatch ireplace is isnot le like lt match ne not notcontains notlike notmatch or regex replace wildcard",c="write where wait use update unregister undo trace test tee take suspend stop start split sort skip show set send select scroll resume restore restart resolve resize reset rename remove register receive read push pop ping out new move measure limit join invoke import group get format foreach export expand exit enter enable disconnect disable debug cxnew copy convertto convertfrom convert connect complete compare clear checkpoint aggregate add",d=" component description example externalhelp forwardhelpcategory forwardhelptargetname forwardhelptargetname functionality inputs link notes outputs parameter remotehelprunspace role synopsis";this.regexList=[{regex:new RegExp("^\\s*#[#\\s]*\\.("+this.getKeywords(d)+").*$","gim"),css:"preprocessor help bold"},{regex:SyntaxHighlighter.regexLib.singleLinePerlComments,css:"comments"},{regex:/(<|<)#[\s\S]*?#(>|>)/gm,css:"comments here"},{regex:new RegExp('@"\\n[\\s\\S]*?\\n"@',"gm"),css:"script string here"},{regex:new RegExp("@'\\n[\\s\\S]*?\\n'@","gm"),css:"script string single here"},{regex:new RegExp('"(?:\\$\\([^\\)]*\\)|[^"]|`"|"")*[^`]"',"g"),css:"string"},{regex:new RegExp("'(?:[^']|'')*'","g"),css:"string single"},{regex:new RegExp("[\\$|@|@@](?:(?:global|script|private|env):)?[A-Z0-9_]+","gi"),css:"variable"},{regex:new RegExp("(?:\\b"+c.replace(/ /g,"\\b|\\b")+")-[a-zA-Z_][a-zA-Z0-9_]*","gmi"),css:"functions"},{regex:new RegExp(this.getKeywords(a),"gmi"),css:"keyword"},{regex:new RegExp("-"+this.getKeywords(b),"gmi"),css:"operator value"},{regex:new RegExp("\\[[A-Z_\\[][A-Z0-9_. `,\\[\\]]*\\]","gi"),css:"constants"},{regex:new RegExp("\\s+-(?!"+this.getKeywords(b)+")[a-zA-Z_][a-zA-Z0-9_]*","gmi"),css:"color1"}]}SyntaxHighlighter=SyntaxHighlighter||("undefined"!=typeof require?require("shCore").SyntaxHighlighter:null),a.prototype=new SyntaxHighlighter.Highlighter,a.aliases=["powershell","ps","posh"],SyntaxHighlighter.brushes.PowerShell=a,"undefined"!=typeof exports?exports.Brush=a:null}();
|
||||
@@ -1,17 +0,0 @@
|
||||
/**
|
||||
* SyntaxHighlighter
|
||||
* http://alexgorbatchev.com/SyntaxHighlighter
|
||||
*
|
||||
* SyntaxHighlighter is donationware. If you are using it, please donate.
|
||||
* http://alexgorbatchev.com/SyntaxHighlighter/donate.html
|
||||
*
|
||||
* @version
|
||||
* ()
|
||||
*
|
||||
* @copyright
|
||||
* Copyright (C) 2004-2013 Alex Gorbatchev.
|
||||
*
|
||||
* @license
|
||||
* Dual licensed under the MIT and GPL licenses.
|
||||
*/
|
||||
!function(){function a(){var a="and assert break class continue def del elif else except exec finally for from global if import in is lambda not or pass raise return try yield while",b="__import__ abs all any apply basestring bin bool buffer callable chr classmethod cmp coerce compile complex delattr dict dir divmod enumerate eval execfile file filter float format frozenset getattr globals hasattr hash help hex id input int intern isinstance issubclass iter len list locals long map max min next object oct open ord pow print property range raw_input reduce reload repr reversed round set setattr slice sorted staticmethod str sum super tuple type type unichr unicode vars xrange zip",c="None True False self cls class_";this.regexList=[{regex:SyntaxHighlighter.regexLib.singleLinePerlComments,css:"comments"},{regex:/^\s*@\w+/gm,css:"decorator"},{regex:/(['\"]{3})([^\1])*?\1/gm,css:"comments"},{regex:/"(?!")(?:\.|\\\"|[^\""\n])*"/gm,css:"string"},{regex:/'(?!')(?:\.|(\\\')|[^\''\n])*'/gm,css:"string"},{regex:/\+|\-|\*|\/|\%|=|==/gm,css:"keyword"},{regex:/\b\d+\.?\w*/g,css:"value"},{regex:new RegExp(this.getKeywords(b),"gmi"),css:"functions"},{regex:new RegExp(this.getKeywords(a),"gm"),css:"keyword"},{regex:new RegExp(this.getKeywords(c),"gm"),css:"color1"}],this.forHtmlScript(SyntaxHighlighter.regexLib.aspScriptTags)}SyntaxHighlighter=SyntaxHighlighter||("undefined"!=typeof require?require("shCore").SyntaxHighlighter:null),a.prototype=new SyntaxHighlighter.Highlighter,a.aliases=["py","python"],SyntaxHighlighter.brushes.Python=a,"undefined"!=typeof exports?exports.Brush=a:null}();
|
||||
@@ -1,17 +0,0 @@
|
||||
/**
|
||||
* SyntaxHighlighter
|
||||
* http://alexgorbatchev.com/SyntaxHighlighter
|
||||
*
|
||||
* SyntaxHighlighter is donationware. If you are using it, please donate.
|
||||
* http://alexgorbatchev.com/SyntaxHighlighter/donate.html
|
||||
*
|
||||
* @version
|
||||
* ()
|
||||
*
|
||||
* @copyright
|
||||
* Copyright (C) 2004-2013 Alex Gorbatchev.
|
||||
*
|
||||
* @license
|
||||
* Dual licensed under the MIT and GPL licenses.
|
||||
*/
|
||||
!function(){function a(){var a="alias and BEGIN begin break case class def define_method defined do each else elsif END end ensure false for if in module new next nil not or raise redo rescue retry return self super then throw true undef unless until when while yield",b="Array Bignum Binding Class Continuation Dir Exception FalseClass File::Stat File Fixnum Fload Hash Integer IO MatchData Method Module NilClass Numeric Object Proc Range Regexp String Struct::TMS Symbol ThreadGroup Thread Time TrueClass";this.regexList=[{regex:SyntaxHighlighter.regexLib.singleLinePerlComments,css:"comments"},{regex:SyntaxHighlighter.regexLib.doubleQuotedString,css:"string"},{regex:SyntaxHighlighter.regexLib.singleQuotedString,css:"string"},{regex:/\b[A-Z0-9_]+\b/g,css:"constants"},{regex:/:[a-z][A-Za-z0-9_]*/g,css:"color2"},{regex:/(\$|@@|@)\w+/g,css:"variable bold"},{regex:new RegExp(this.getKeywords(a),"gm"),css:"keyword"},{regex:new RegExp(this.getKeywords(b),"gm"),css:"color1"}],this.forHtmlScript(SyntaxHighlighter.regexLib.aspScriptTags)}SyntaxHighlighter=SyntaxHighlighter||("undefined"!=typeof require?require("shCore").SyntaxHighlighter:null),a.prototype=new SyntaxHighlighter.Highlighter,a.aliases=["ruby","rails","ror","rb"],SyntaxHighlighter.brushes.Ruby=a,"undefined"!=typeof exports?exports.Brush=a:null}();
|
||||
@@ -1,17 +0,0 @@
|
||||
/**
|
||||
* SyntaxHighlighter
|
||||
* http://alexgorbatchev.com/SyntaxHighlighter
|
||||
*
|
||||
* SyntaxHighlighter is donationware. If you are using it, please donate.
|
||||
* http://alexgorbatchev.com/SyntaxHighlighter/donate.html
|
||||
*
|
||||
* @version
|
||||
* ()
|
||||
*
|
||||
* @copyright
|
||||
* Copyright (C) 2004-2013 Alex Gorbatchev.
|
||||
*
|
||||
* @license
|
||||
* Dual licensed under the MIT and GPL licenses.
|
||||
*/
|
||||
!function(){function a(){function a(a){return"\\b([a-z_]|)"+a.replace(/ /g,"(?=:)\\b|\\b([a-z_\\*]|\\*|)")+"(?=:)\\b"}function b(a){return"\\b"+a.replace(/ /g,"(?!-)(?!:)\\b|\\b()")+":\\b"}function c(a,b){return"(?:"+a.replace(/^\s+|\s+$/g,"").replace(/\s+/g,"|"+b+"\\b").replace(/^/,b+"\\b")+")\\b"}var d="ascent azimuth background-attachment background-color background-image background-position background-repeat background baseline bbox border-collapse border-color border-spacing border-style border-top border-right border-bottom border-left border-top-color border-right-color border-bottom-color border-left-color border-top-style border-right-style border-bottom-style border-left-style border-top-width border-right-width border-bottom-width border-left-width border-width border bottom cap-height caption-side centerline clear clip color content counter-increment counter-reset cue-after cue-before cue cursor definition-src descent direction display elevation empty-cells float font-size-adjust font-family font-size font-stretch font-style font-variant font-weight font height left letter-spacing line-height list-style-image list-style-position list-style-type list-style margin-top margin-right margin-bottom margin-left margin marker-offset marks mathline max-height max-width min-height min-width orphans outline-color outline-style outline-width outline overflow padding-top padding-right padding-bottom padding-left padding page page-break-after page-break-before page-break-inside pause pause-after pause-before pitch pitch-range play-during position quotes right richness size slope src speak-header speak-numeral speak-punctuation speak speech-rate stemh stemv stress table-layout text-align top text-decoration text-indent text-shadow text-transform unicode-bidi unicode-range units-per-em vertical-align visibility voice-family volume white-space widows width widths word-spacing x-height z-index zoom",e="above absolute all always aqua armenian attr aural auto avoid baseline behind below bidi-override black blink block blue bold bolder both bottom braille capitalize caption center center-left center-right circle close-quote code collapse compact condensed continuous counter counters crop cross crosshair cursive dashed decimal decimal-leading-zero digits disc dotted double embed embossed e-resize expanded extra-condensed extra-expanded fantasy far-left far-right fast faster fixed format fuchsia gray green groove handheld hebrew help hidden hide high higher icon inline-table inline inset inside invert italic justify landscape large larger left-side left leftwards level lighter lime line-through list-item local loud lower-alpha lowercase lower-greek lower-latin lower-roman lower low ltr marker maroon medium message-box middle mix move narrower navy ne-resize no-close-quote none no-open-quote no-repeat normal nowrap n-resize nw-resize oblique olive once open-quote outset outside overline pointer portrait pre print projection purple red relative repeat repeat-x repeat-y rgb ridge right right-side rightwards rtl run-in screen scroll semi-condensed semi-expanded separate se-resize show silent silver slower slow small small-caps small-caption smaller soft solid speech spell-out square s-resize static status-bar sub super sw-resize table-caption table-cell table-column table-column-group table-footer-group table-header-group table-row table-row-group teal text-bottom text-top thick thin top transparent tty tv ultra-condensed ultra-expanded underline upper-alpha uppercase upper-latin upper-roman url visible wait white wider w-resize x-fast x-high x-large x-loud x-low x-slow x-small x-soft xx-large xx-small yellow",f="[mM]onospace [tT]ahoma [vV]erdana [aA]rial [hH]elvetica [sS]ans-serif [sS]erif [cC]ourier mono sans serif",g="important default",h="import extend debug warn if else for while mixin function include content media",i=SyntaxHighlighter.regexLib;this.regexList=[{regex:i.multiLineCComments,css:"comments"},{regex:i.singleLineCComments,css:"comments"},{regex:i.doubleQuotedString,css:"string"},{regex:i.singleQuotedString,css:"string"},{regex:/\#[a-fA-F0-9]{3,6}/g,css:"value"},{regex:/\b(-?\d+)(\.\d+)?(px|em|rem|pt|\:|\%|)\b/g,css:"value"},{regex:/\$[\w-]+/g,css:"variable"},{regex:new RegExp(c(g,"!"),"g"),css:"color3"},{regex:new RegExp(c(h,"@"),"g"),css:"preprocessor"},{regex:new RegExp(a(d),"gm"),css:"keyword"},{regex:new RegExp(b(e),"g"),css:"value"},{regex:new RegExp(this.getKeywords(f),"g"),css:"color1"}]}SyntaxHighlighter=SyntaxHighlighter||("undefined"!=typeof require?require("shCore").SyntaxHighlighter:null),a.prototype=new SyntaxHighlighter.Highlighter,a.aliases=["sass","scss"],SyntaxHighlighter.brushes.Sass=a,"undefined"!=typeof exports?exports.Brush=a:null}();
|
||||
@@ -1,17 +0,0 @@
|
||||
/**
|
||||
* SyntaxHighlighter
|
||||
* http://alexgorbatchev.com/SyntaxHighlighter
|
||||
*
|
||||
* SyntaxHighlighter is donationware. If you are using it, please donate.
|
||||
* http://alexgorbatchev.com/SyntaxHighlighter/donate.html
|
||||
*
|
||||
* @version
|
||||
* ()
|
||||
*
|
||||
* @copyright
|
||||
* Copyright (C) 2004-2013 Alex Gorbatchev.
|
||||
*
|
||||
* @license
|
||||
* Dual licensed under the MIT and GPL licenses.
|
||||
*/
|
||||
!function(){function a(){var a="val sealed case def true trait implicit forSome import match object null finally super override try lazy for var catch throw type extends class while with new final yield abstract else do if return protected private this package false",b="[_:=><%#@]+";this.regexList=[{regex:SyntaxHighlighter.regexLib.singleLineCComments,css:"comments"},{regex:SyntaxHighlighter.regexLib.multiLineCComments,css:"comments"},{regex:SyntaxHighlighter.regexLib.multiLineSingleQuotedString,css:"string"},{regex:SyntaxHighlighter.regexLib.multiLineDoubleQuotedString,css:"string"},{regex:SyntaxHighlighter.regexLib.singleQuotedString,css:"string"},{regex:/0x[a-f0-9]+|\d+(\.\d+)?/gi,css:"value"},{regex:new RegExp(this.getKeywords(a),"gm"),css:"keyword"},{regex:new RegExp(b,"gm"),css:"keyword"}]}SyntaxHighlighter=SyntaxHighlighter||("undefined"!=typeof require?require("shCore").SyntaxHighlighter:null),a.prototype=new SyntaxHighlighter.Highlighter,a.aliases=["scala"],SyntaxHighlighter.brushes.Scala=a,"undefined"!=typeof exports?exports.Brush=a:null}();
|
||||
@@ -1,17 +0,0 @@
|
||||
/**
|
||||
* SyntaxHighlighter
|
||||
* http://alexgorbatchev.com/SyntaxHighlighter
|
||||
*
|
||||
* SyntaxHighlighter is donationware. If you are using it, please donate.
|
||||
* http://alexgorbatchev.com/SyntaxHighlighter/donate.html
|
||||
*
|
||||
* @version
|
||||
* ()
|
||||
*
|
||||
* @copyright
|
||||
* Copyright (C) 2004-2013 Alex Gorbatchev.
|
||||
*
|
||||
* @license
|
||||
* Dual licensed under the MIT and GPL licenses.
|
||||
*/
|
||||
!function(){function a(){var a="abs avg case cast coalesce convert count current_timestamp current_user day isnull left lower month nullif replace right session_user space substring sum system_user upper user year",b="absolute action add after alter as asc at authorization begin bigint binary bit by cascade char character check checkpoint close collate column commit committed connect connection constraint contains continue create cube current current_date current_time cursor database date deallocate dec decimal declare default delete desc distinct double drop dynamic else end end-exec escape except exec execute false fetch first float for force foreign forward free from full function global goto grant group grouping having hour ignore index inner insensitive insert instead int integer intersect into is isolation key last level load local max min minute modify move name national nchar next no numeric of off on only open option order out output partial password precision prepare primary prior privileges procedure public read real references relative repeatable restrict return returns revoke rollback rollup rows rule schema scroll second section select sequence serializable set size smallint static statistics table temp temporary then time timestamp to top transaction translation trigger true truncate uncommitted union unique update values varchar varying view when where with work",c="all and any between cross in join like not null or outer some";this.regexList=[{regex:/--(.*)$/gm,css:"comments"},{regex:/\/\*([^\*][\s\S]*?)?\*\//gm,css:"comments"},{regex:SyntaxHighlighter.regexLib.multiLineDoubleQuotedString,css:"string"},{regex:SyntaxHighlighter.regexLib.multiLineSingleQuotedString,css:"string"},{regex:new RegExp(this.getKeywords(a),"gmi"),css:"color2"},{regex:new RegExp(this.getKeywords(c),"gmi"),css:"color1"},{regex:new RegExp(this.getKeywords(b),"gmi"),css:"keyword"}]}SyntaxHighlighter=SyntaxHighlighter||("undefined"!=typeof require?require("shCore").SyntaxHighlighter:null),a.prototype=new SyntaxHighlighter.Highlighter,a.aliases=["sql"],SyntaxHighlighter.brushes.Sql=a,"undefined"!=typeof exports?exports.Brush=a:null}();
|
||||
File diff suppressed because one or more lines are too long
@@ -1,17 +0,0 @@
|
||||
/**
|
||||
* SyntaxHighlighter
|
||||
* http://alexgorbatchev.com/SyntaxHighlighter
|
||||
*
|
||||
* SyntaxHighlighter is donationware. If you are using it, please donate.
|
||||
* http://alexgorbatchev.com/SyntaxHighlighter/donate.html
|
||||
*
|
||||
* @version
|
||||
* ()
|
||||
*
|
||||
* @copyright
|
||||
* Copyright (C) 2004-2013 Alex Gorbatchev.
|
||||
*
|
||||
* @license
|
||||
* Dual licensed under the MIT and GPL licenses.
|
||||
*/
|
||||
!function(){function a(){this.regexList=[{regex:new RegExp("^1..\\d+","gm"),css:"plain bold italic"},{regex:new RegExp("^ok( \\d+)?","gm"),css:"keyword"},{regex:new RegExp("^not ok( \\d+)?","gm"),css:"color3 bold"},{regex:new RegExp("(?!^\\s*)#.*$","gm"),css:"variable bold"},{regex:new RegExp("^#.*$","gm"),css:"comments bold"},{regex:new RegExp("^(?!(not )?ok)[^1].*$","gm"),css:"comments"},{regex:SyntaxHighlighter.regexLib.doubleQuotedString,css:"string"},{regex:SyntaxHighlighter.regexLib.singleQuotedString,css:"string"}]}SyntaxHighlighter=SyntaxHighlighter||("undefined"!=typeof require?require("shCore").SyntaxHighlighter:null),a.prototype=new SyntaxHighlighter.Highlighter,a.aliases=["tap","Tap","TAP"],SyntaxHighlighter.brushes.TAP=a,"undefined"!=typeof exports?exports.Brush=a:null}();
|
||||
@@ -1,17 +0,0 @@
|
||||
/**
|
||||
* SyntaxHighlighter
|
||||
* http://alexgorbatchev.com/SyntaxHighlighter
|
||||
*
|
||||
* SyntaxHighlighter is donationware. If you are using it, please donate.
|
||||
* http://alexgorbatchev.com/SyntaxHighlighter/donate.html
|
||||
*
|
||||
* @version
|
||||
* ()
|
||||
*
|
||||
* @copyright
|
||||
* Copyright (C) 2004-2013 Alex Gorbatchev.
|
||||
*
|
||||
* @license
|
||||
* Dual licensed under the MIT and GPL licenses.
|
||||
*/
|
||||
!function(){function a(){var a="break case catch class continue default delete do else enum export extends false for function if implements import in instanceof interface let new null package private protected static return super switch this throw true try typeof var while with yield any bool declare get module number public set string",b=SyntaxHighlighter.regexLib;this.regexList=[{regex:b.multiLineDoubleQuotedString,css:"string"},{regex:b.multiLineSingleQuotedString,css:"string"},{regex:b.singleLineCComments,css:"comments"},{regex:b.multiLineCComments,css:"comments"},{regex:new RegExp(this.getKeywords(a),"gm"),css:"keyword"}],this.forHtmlScript(b.scriptScriptTags)}SyntaxHighlighter=SyntaxHighlighter||("undefined"!=typeof require?require("shCore").SyntaxHighlighter:null),a.prototype=new SyntaxHighlighter.Highlighter,a.aliases=["ts","typescript"],SyntaxHighlighter.brushes.TypeScript=a,"undefined"!=typeof exports?exports.Brush=a:null}();
|
||||
@@ -1,17 +0,0 @@
|
||||
/**
|
||||
* SyntaxHighlighter
|
||||
* http://alexgorbatchev.com/SyntaxHighlighter
|
||||
*
|
||||
* SyntaxHighlighter is donationware. If you are using it, please donate.
|
||||
* http://alexgorbatchev.com/SyntaxHighlighter/donate.html
|
||||
*
|
||||
* @version
|
||||
* ()
|
||||
*
|
||||
* @copyright
|
||||
* Copyright (C) 2004-2013 Alex Gorbatchev.
|
||||
*
|
||||
* @license
|
||||
* Dual licensed under the MIT and GPL licenses.
|
||||
*/
|
||||
!function(){function a(){var a="AddHandler AddressOf AndAlso Alias And Ansi As Assembly Auto Boolean ByRef Byte ByVal Call Case Catch CBool CByte CChar CDate CDec CDbl Char CInt Class CLng CObj Const CShort CSng CStr CType Date Decimal Declare Default Delegate Dim DirectCast Do Double Each Else ElseIf End Enum Erase Error Event Exit False Finally For Friend Function Get GetType GoSub GoTo Handles If Implements Imports In Inherits Integer Interface Is Let Lib Like Long Loop Me Mod Module MustInherit MustOverride MyBase MyClass Namespace New Next Not Nothing NotInheritable NotOverridable Object On Option Optional Or OrElse Overloads Overridable Overrides ParamArray Preserve Private Property Protected Public RaiseEvent ReadOnly ReDim REM RemoveHandler Resume Return Select Set Shadows Shared Short Single Static Step Stop String Structure Sub SyncLock Then Throw To True Try TypeOf Unicode Until Variant When While With WithEvents WriteOnly Xor";this.regexList=[{regex:/'.*$/gm,css:"comments"},{regex:SyntaxHighlighter.regexLib.doubleQuotedString,css:"string"},{regex:/^\s*#.*$/gm,css:"preprocessor"},{regex:new RegExp(this.getKeywords(a),"gm"),css:"keyword"}],this.forHtmlScript(SyntaxHighlighter.regexLib.aspScriptTags)}SyntaxHighlighter=SyntaxHighlighter||("undefined"!=typeof require?require("shCore").SyntaxHighlighter:null),a.prototype=new SyntaxHighlighter.Highlighter,a.aliases=["vb","vbnet"],SyntaxHighlighter.brushes.Vb=a,"undefined"!=typeof exports?exports.Brush=a:null}();
|
||||
@@ -1,17 +0,0 @@
|
||||
/**
|
||||
* SyntaxHighlighter
|
||||
* http://alexgorbatchev.com/SyntaxHighlighter
|
||||
*
|
||||
* SyntaxHighlighter is donationware. If you are using it, please donate.
|
||||
* http://alexgorbatchev.com/SyntaxHighlighter/donate.html
|
||||
*
|
||||
* @version
|
||||
* ()
|
||||
*
|
||||
* @copyright
|
||||
* Copyright (C) 2004-2013 Alex Gorbatchev.
|
||||
*
|
||||
* @license
|
||||
* Dual licensed under the MIT and GPL licenses.
|
||||
*/
|
||||
!function(){function a(){function a(a){var b=SyntaxHighlighter.Match,c=a[0],d=XRegExp.exec(c,XRegExp("(<|<)[\\s\\/\\?!]*(?<name>[:\\w-\\.]+)","xg")),e=[];if(null!=a.attributes)for(var f,g=0,h=XRegExp("(?<name> [\\w:.-]+)\\s*=\\s*(?<value> \".*?\"|'.*?'|\\w+)","xg");null!=(f=XRegExp.exec(c,h,g));)e.push(new b(f.name,a.index+f.index,"color1")),e.push(new b(f.value,a.index+f.index+f[0].indexOf(f.value),"string")),g=f.index+f[0].length;return null!=d&&e.push(new b(d.name,a.index+d[0].indexOf(d.name),"keyword")),e}this.regexList=[{regex:XRegExp("(\\<|<)\\!\\[[\\w\\s]*?\\[(.|\\s)*?\\]\\](\\>|>)","gm"),css:"color2"},{regex:SyntaxHighlighter.regexLib.xmlComments,css:"comments"},{regex:XRegExp("(<|<)[\\s\\/\\?!]*(\\w+)(?<attributes>.*?)[\\s\\/\\?]*(>|>)","sg"),func:a}]}SyntaxHighlighter=SyntaxHighlighter||("undefined"!=typeof require?require("shCore").SyntaxHighlighter:null),a.prototype=new SyntaxHighlighter.Highlighter,a.aliases=["xml","xhtml","xslt","html","plist"],SyntaxHighlighter.brushes.Xml=a,"undefined"!=typeof exports?exports.Brush=a:null}();
|
||||
Vendored
-2
@@ -1,2 +0,0 @@
|
||||
/*! head.load - v1.0.3 */
|
||||
(function(n,t){"use strict";function w(){}function u(n,t){if(n){typeof n=="object"&&(n=[].slice.call(n));for(var i=0,r=n.length;i<r;i++)t.call(n,n[i],i)}}function it(n,i){var r=Object.prototype.toString.call(i).slice(8,-1);return i!==t&&i!==null&&r===n}function s(n){return it("Function",n)}function a(n){return it("Array",n)}function et(n){var i=n.split("/"),t=i[i.length-1],r=t.indexOf("?");return r!==-1?t.substring(0,r):t}function f(n){(n=n||w,n._done)||(n(),n._done=1)}function ot(n,t,r,u){var f=typeof n=="object"?n:{test:n,success:!t?!1:a(t)?t:[t],failure:!r?!1:a(r)?r:[r],callback:u||w},e=!!f.test;return e&&!!f.success?(f.success.push(f.callback),i.load.apply(null,f.success)):e||!f.failure?u():(f.failure.push(f.callback),i.load.apply(null,f.failure)),i}function v(n){var t={},i,r;if(typeof n=="object")for(i in n)!n[i]||(t={name:i,url:n[i]});else t={name:et(n),url:n};return(r=c[t.name],r&&r.url===t.url)?r:(c[t.name]=t,t)}function y(n){n=n||c;for(var t in n)if(n.hasOwnProperty(t)&&n[t].state!==l)return!1;return!0}function st(n){n.state=ft;u(n.onpreload,function(n){n.call()})}function ht(n){n.state===t&&(n.state=nt,n.onpreload=[],rt({url:n.url,type:"cache"},function(){st(n)}))}function ct(){var n=arguments,t=n[n.length-1],r=[].slice.call(n,1),f=r[0];return(s(t)||(t=null),a(n[0]))?(n[0].push(t),i.load.apply(null,n[0]),i):(f?(u(r,function(n){s(n)||!n||ht(v(n))}),b(v(n[0]),s(f)?f:function(){i.load.apply(null,r)})):b(v(n[0])),i)}function lt(){var n=arguments,t=n[n.length-1],r={};return(s(t)||(t=null),a(n[0]))?(n[0].push(t),i.load.apply(null,n[0]),i):(u(n,function(n){n!==t&&(n=v(n),r[n.name]=n)}),u(n,function(n){n!==t&&(n=v(n),b(n,function(){y(r)&&f(t)}))}),i)}function b(n,t){if(t=t||w,n.state===l){t();return}if(n.state===tt){i.ready(n.name,t);return}if(n.state===nt){n.onpreload.push(function(){b(n,t)});return}n.state=tt;rt(n,function(){n.state=l;t();u(h[n.name],function(n){f(n)});o&&y()&&u(h.ALL,function(n){f(n)})})}function at(n){n=n||"";var t=n.split("?")[0].split(".");return t[t.length-1].toLowerCase()}function rt(t,i){function e(t){t=t||n.event;u.onload=u.onreadystatechange=u.onerror=null;i()}function o(f){f=f||n.event;(f.type==="load"||/loaded|complete/.test(u.readyState)&&(!r.documentMode||r.documentMode<9))&&(n.clearTimeout(t.errorTimeout),n.clearTimeout(t.cssTimeout),u.onload=u.onreadystatechange=u.onerror=null,i())}function s(){if(t.state!==l&&t.cssRetries<=20){for(var i=0,f=r.styleSheets.length;i<f;i++)if(r.styleSheets[i].href===u.href){o({type:"load"});return}t.cssRetries++;t.cssTimeout=n.setTimeout(s,250)}}var u,h,f;i=i||w;h=at(t.url);h==="css"?(u=r.createElement("link"),u.type="text/"+(t.type||"css"),u.rel="stylesheet",u.href=t.url,t.cssRetries=0,t.cssTimeout=n.setTimeout(s,500)):(u=r.createElement("script"),u.type="text/"+(t.type||"javascript"),u.src=t.url);u.onload=u.onreadystatechange=o;u.onerror=e;u.async=!1;u.defer=!1;t.errorTimeout=n.setTimeout(function(){e({type:"timeout"})},7e3);f=r.head||r.getElementsByTagName("head")[0];f.insertBefore(u,f.lastChild)}function vt(){for(var t,u=r.getElementsByTagName("script"),n=0,f=u.length;n<f;n++)if(t=u[n].getAttribute("data-headjs-load"),!!t){i.load(t);return}}function yt(n,t){var v,p,e;return n===r?(o?f(t):d.push(t),i):(s(n)&&(t=n,n="ALL"),a(n))?(v={},u(n,function(n){v[n]=c[n];i.ready(n,function(){y(v)&&f(t)})}),i):typeof n!="string"||!s(t)?i:(p=c[n],p&&p.state===l||n==="ALL"&&y()&&o)?(f(t),i):(e=h[n],e?e.push(t):e=h[n]=[t],i)}function e(){if(!r.body){n.clearTimeout(i.readyTimeout);i.readyTimeout=n.setTimeout(e,50);return}o||(o=!0,vt(),u(d,function(n){f(n)}))}function k(){r.addEventListener?(r.removeEventListener("DOMContentLoaded",k,!1),e()):r.readyState==="complete"&&(r.detachEvent("onreadystatechange",k),e())}var r=n.document,d=[],h={},c={},ut="async"in r.createElement("script")||"MozAppearance"in r.documentElement.style||n.opera,o,g=n.head_conf&&n.head_conf.head||"head",i=n[g]=n[g]||function(){i.ready.apply(null,arguments)},nt=1,ft=2,tt=3,l=4,p;if(r.readyState==="complete")e();else if(r.addEventListener)r.addEventListener("DOMContentLoaded",k,!1),n.addEventListener("load",e,!1);else{r.attachEvent("onreadystatechange",k);n.attachEvent("onload",e);p=!1;try{p=!n.frameElement&&r.documentElement}catch(wt){}p&&p.doScroll&&function pt(){if(!o){try{p.doScroll("left")}catch(t){n.clearTimeout(i.readyTimeout);i.readyTimeout=n.setTimeout(pt,50);return}e()}}()}i.load=i.js=ut?lt:ct;i.test=ot;i.ready=yt;i.ready(r,function(){y()&&u(h.ALL,function(n){f(n)});i.feature&&i.feature("domloaded",!0)})})(window);
|
||||
File diff suppressed because one or more lines are too long
Vendored
-4
File diff suppressed because one or more lines are too long
Vendored
-22
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1,74 +0,0 @@
|
||||
if (!window.$) $ = jQuery;
|
||||
|
||||
/* Site-wide */
|
||||
|
||||
$(function() {
|
||||
// set up synxtaxhighlighter
|
||||
$('code[class^=language-]').each(function(idx, el) {
|
||||
$(el).attr('data-syntaxhighlighter', 'brush: ' + el.className.substr(9) + ';');
|
||||
});
|
||||
SyntaxHighlighter.all({'quick-code': false, 'gutter': false, 'callback': function() {
|
||||
// link all the types
|
||||
$('.color2,.variable').each(function(i, item) {
|
||||
var i = item, t = item.innerText, repl = [item];
|
||||
while (i.nextSibling && (i.nextSibling.textContent == '.')) {
|
||||
t += '.' + i.nextSibling.nextSibling.textContent;
|
||||
repl.push(i.nextSibling);
|
||||
repl.push(i.nextSibling.nextSibling);
|
||||
i = i.nextSibling.nextSibling;
|
||||
}
|
||||
if (linkdata[t] && (linkdata[t].indexOf('/func/') == -1)) {
|
||||
$(item).before('<span class="color2"><a href="' + linkdata[t] + '">' + t + '</a></span>');
|
||||
$(repl).remove();
|
||||
}
|
||||
});
|
||||
}});
|
||||
|
||||
// link non-synxtaxhighlighter sections
|
||||
$('.inherits,.nested').each(function(i, item) {
|
||||
var text = item.innerText;
|
||||
var types = $(text.split(/[, ]+/)).each(function(i, type) {
|
||||
if (linkdata[type]) {
|
||||
text = text.replace(RegExp('\\b' + type + '\\b'), '<a href="' + linkdata[type] + '">' + type + '</a>');
|
||||
}
|
||||
});
|
||||
item.innerHTML = text;
|
||||
});
|
||||
|
||||
// set up search box
|
||||
var selectdata = [ { text: 'Types', children:[] }, { text: 'Protocols', children:[] }, { text: 'Operators', children:[] }, { text: 'Globals', children:[] } ];
|
||||
var collapseAreas = [ '', '', '', '' ];
|
||||
var globalLinks = ['', ''];
|
||||
for (item in linkdata) {
|
||||
if (linkdata[item].match(/\/type\//)) {
|
||||
collapseAreas[0] += '<a href="' + linkdata[item] + '" class="list-group-item">' + item + '</a>';
|
||||
selectdata[0].children.push({ id: item, text: item });
|
||||
} else if (linkdata[item].match(/\/protocol\//)) {
|
||||
collapseAreas[1] += '<a href="' + linkdata[item] + '" class="list-group-item">' + item + '</a>';
|
||||
selectdata[1].children.push({ id: item, text: item });
|
||||
} else if (linkdata[item].match(/\/operator\//)) {
|
||||
collapseAreas[2] += '<a href="' + linkdata[item] + '" class="list-group-item">' + item + '</a>';
|
||||
selectdata[2].children.push({ id: item, text: item });
|
||||
} else if (linkdata[item].match(/\/(var)\//)) {
|
||||
globalLinks[0] = '<a href="' + linkdata[item] + '" class="list-group-item">Variables</a>';
|
||||
selectdata[3].children.push({ id: item, text: item });
|
||||
} else if (linkdata[item].match(/\/(alias)\//)) {
|
||||
globalLinks[1] = '<a href="' + linkdata[item] + '" class="list-group-item">Type Aliases</a>';
|
||||
selectdata[3].children.push({ id: item, text: item });
|
||||
} else if (linkdata[item].match(/\/(func)\//)) {
|
||||
collapseAreas[3] += '<a href="' + linkdata[item] + '" class="list-group-item">' + item + '</a>';
|
||||
selectdata[3].children.push({ id: item, text: item });
|
||||
}
|
||||
}
|
||||
$('.select2').select2({ placeholder: "Search", minimumInputLength: 1, formatInputTooShort: '', data: selectdata})
|
||||
.on("change", function(e) {
|
||||
if (linkdata[e.val]) {
|
||||
window.location.href = linkdata[e.val];
|
||||
}
|
||||
});
|
||||
|
||||
$('#collapseTypes').html(collapseAreas[0]);
|
||||
$('#collapseProtocols').html(collapseAreas[1]);
|
||||
$('#collapseOperators').html(collapseAreas[2]);
|
||||
$('#collapseGlobals').html(globalLinks[0] + globalLinks[1] + '<span class="subnav-header list-group-item">Functions</span>' + collapseAreas[3]);
|
||||
})
|
||||
Vendored
-17
File diff suppressed because one or more lines are too long
-23
@@ -1,23 +0,0 @@
|
||||
# Site settings
|
||||
title: "SwiftShell Documentation"
|
||||
email: kare@nottoobadsoftware.com
|
||||
description: "Auto-generated documentation for SwiftShell. Command-click no more."
|
||||
keywords: "swift,documentation,swiftdoc,apple,SwiftShell"
|
||||
baseurl: ""
|
||||
url: "http://swiftshell.github.io"
|
||||
twitter_username: nottoobadsw
|
||||
github_username: kareman
|
||||
|
||||
port: 4040
|
||||
include: [ "_[A-Z]*" ]
|
||||
exclude: [ "README.md", "LICENSE", "CC-BY-NC-LICENSE.md" ]
|
||||
keep_files: [ ".nojekyll", ".git", "CNAME", "README.md" ]
|
||||
|
||||
# Build settings
|
||||
markdown: kramdown
|
||||
paginate: 10
|
||||
permalink: /news/:year/:month/:title
|
||||
paginate_path: /news/page:num
|
||||
tag_dir: /news/tags
|
||||
monthly_archive:
|
||||
path: /news
|
||||
@@ -1,20 +0,0 @@
|
||||
<div id="footer">
|
||||
<span class="line">
|
||||
<span class="version">Swift version 1.1 (swift-600.0.57.3)</span> ⋅
|
||||
<a href="/news/">News</a>
|
||||
</span> <span class="sep"> ⋅ </span>
|
||||
<span class="line">
|
||||
<a href="https://twitter.com/{{ site.twitter_username }}">@{{ site.twitter_username }}</a> ⋅
|
||||
<a href="https://github.com/{{ site.github_username }}">github.com/{{ site.github_username }}</a>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
||||
|
||||
ga('create', 'UA-58091972-1', 'auto');
|
||||
ga('send', 'pageview');
|
||||
</script>
|
||||
@@ -1,58 +0,0 @@
|
||||
{% capture meta_title %}{% if page.title %}{{ page.title | strip_html }}{% else %}{{ site.title }}{% endif %}{% endcapture %}
|
||||
{% capture meta_description %}{% if page.description %}{{ page.description }}{% else %}{{ site.description }}{% endif %}{% endcapture %}
|
||||
{% capture meta_keywords %}{% if page.keywords %}{{ page.keywords }}{% else %}{{ site.keywords }}{% endif %}{% endcapture %}
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<title>{% if page.title %}{{ page.title | strip_html }} — {% endif %}{{ site.title }}</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="{{ meta_description }}">
|
||||
<meta name="keywords" content="{{ meta_keywords }}">
|
||||
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
|
||||
<link rel="Shortcut Icon" href="/favicon.ico" type="image/x-icon" />
|
||||
<link rel="apple-touch-icon" href="/images/touch-icon-iphone.png">
|
||||
<link rel="apple-touch-icon" sizes="76x76" href="/assets/images/touch-icon-ipad.png">
|
||||
<link rel="apple-touch-icon" sizes="120x120" href="/assets/images/touch-icon-iphone-retina.png">
|
||||
<link rel="apple-touch-icon" sizes="152x152" href="/assets/images/touch-icon-ipad-retina.png">
|
||||
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ site.baseurl }}/feed.xml" />
|
||||
|
||||
<meta property="og:site_name" content="{{ site.title }}"/>
|
||||
<meta property="og:image" content="{{ site.url }}/assets/images/touch-icon-ipad-retina.png"/>
|
||||
<meta property="og:title" content="{{ meta_title }}"/>
|
||||
<meta property="og:url" content="{{ site.url }}{{ page.url }}"/>
|
||||
<meta property="og:description" content="{{ meta_description }}"/>
|
||||
|
||||
<meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:site" content="@SwiftDocOrg"/>
|
||||
<meta name="twitter:creator" content="@SwiftDocOrg"/>
|
||||
<meta name="twitter:title" content="{{ meta_title }}"/>
|
||||
<meta name="twitter:image" content="{{ site.url }}/assets/images/touch-icon-ipad-retina.png"/>
|
||||
<meta name="twitter:description" content="{{ meta_description | escape }}"/>
|
||||
<meta name="twitter:url" content="{{ site.url }}{{ page.url }}"/>
|
||||
|
||||
{% css_asset_tag swift %}
|
||||
- /_assets/css/bootstrap.min.css
|
||||
- /_assets/css/bootstrap-theme.min.css
|
||||
- /_assets/css/select2.css
|
||||
- /_assets/css/select2-bootstrap.css
|
||||
- /_assets/css/theme.css.less
|
||||
- /_assets/css/apple-swift.css
|
||||
{% endcss_asset_tag %}
|
||||
{% javascript_asset_tag swift %}
|
||||
- /_assets/js/jquery-2.1.1.min.js
|
||||
- /_assets/js/bootstrap.min.js
|
||||
- /_assets/js/select2.min.js
|
||||
- /_assets/js/syntaxhighlighter.min.js
|
||||
- /_assets/js/brushes/swift.js
|
||||
- /assets/js/swift-linkdata.js
|
||||
- /_assets/js/swift-site.js
|
||||
{% endjavascript_asset_tag %}
|
||||
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
||||
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
{% if page.version %}
|
||||
<script src="/assets/js/swift-linkdata-{{ page.version }}.js"></script>
|
||||
{% endif %}
|
||||
</head>
|
||||
@@ -1,44 +0,0 @@
|
||||
<nav class="navbar navbar-default" role="navigation" id="navbar">
|
||||
<div class="container-fluid">
|
||||
<!-- Brand and toggle get grouped for better mobile display -->
|
||||
<div class="navbar-header">
|
||||
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse">
|
||||
<span class="sr-only">Toggle navigation</span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
<h1><a href="/">SwiftDoc.org</a></h1>
|
||||
<span class="version"></span>
|
||||
</div>
|
||||
<div class="collapse navbar-collapse navbar-ex1-collapse">
|
||||
<form class="navbar-form navbar-left" role="search">
|
||||
|
||||
<div class="form-group input-group has-feedback">
|
||||
<input type="hidden" class="form-control select2">
|
||||
<span class="glyphicon glyphicon-search form-control-feedback"></span>
|
||||
</div>
|
||||
|
||||
</form>
|
||||
<ul class="nav navbar-nav navbar-right">
|
||||
<li><a href="/type/">Types</a></li>
|
||||
<li><a href="/protocol/">Protocols</a></li>
|
||||
<li><a href="/operator/">Operators</a></li>
|
||||
<li><a href="/global/">Globals</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<div id="header">
|
||||
<div class="container">
|
||||
<h1><a href="/">{{ site.title }}</a></h1>
|
||||
<p>Auto-generated documentation for <a href="https://developer.apple.com/swift/">Swift</a>. Command-click no more.</p>
|
||||
|
||||
{% if page.url == "/index.html" %}
|
||||
<div class="form-group form-group-lg input-group-lg has-feedback">
|
||||
<input type="hidden" class="form-control select2">
|
||||
<span class="glyphicon glyphicon-search form-control-feedback"></span>
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
@@ -1,4 +0,0 @@
|
||||
<li>
|
||||
<a href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
|
||||
<span class="date">{{ post.date | date: "%B %-d, %Y" }}</span>
|
||||
</li>
|
||||
@@ -1,21 +0,0 @@
|
||||
<div class="post{% if post.class %}{{ post.class | prepend: " " }}{% endif %}">
|
||||
|
||||
<header>
|
||||
<p class="date">{{ post.date | date: "%B %-d, %Y" }}</p>
|
||||
<h1><a href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a></h1>
|
||||
</header>
|
||||
|
||||
<article>
|
||||
{{ content }}
|
||||
</article>
|
||||
|
||||
<p class="meta">
|
||||
<span class="tags">
|
||||
<span class="glyphicon glyphicon-tag"></span>
|
||||
{% for tag in post.tags %}
|
||||
<a href="{{ site.baseurl }}/news/tags/{{ tag }}">{{ tag }}</a>
|
||||
{% endfor %}
|
||||
</span>
|
||||
</p>
|
||||
|
||||
</div>
|
||||
@@ -1,59 +0,0 @@
|
||||
<div class="panel-group" id="accordion">
|
||||
|
||||
<div class="panel">
|
||||
<div class="panel-heading">
|
||||
<h4 class="panel-title">
|
||||
<a data-toggle="collapse" data-parent="#accordion" href="#collapseTypes">
|
||||
Types
|
||||
</a>
|
||||
</h4>
|
||||
</div>
|
||||
<div id="collapseTypes" class="panel-collapse collapse">
|
||||
<div class="panel-body list-group">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="panel">
|
||||
<div class="panel-heading">
|
||||
<h4 class="panel-title">
|
||||
<a data-toggle="collapse" data-parent="#accordion" href="#collapseProtocols">
|
||||
Protocols
|
||||
</a>
|
||||
</h4>
|
||||
</div>
|
||||
<div id="collapseProtocols" class="panel-collapse collapse">
|
||||
<div class="panel-body list-group">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="panel">
|
||||
<div class="panel-heading">
|
||||
<h4 class="panel-title">
|
||||
<a data-toggle="collapse" data-parent="#accordion" href="#collapseOperators">
|
||||
Operators
|
||||
</a>
|
||||
</h4>
|
||||
</div>
|
||||
<div id="collapseOperators" class="panel-collapse collapse">
|
||||
<div class="panel-body list-group">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="panel">
|
||||
<div class="panel-heading">
|
||||
<h4 class="panel-title">
|
||||
<a data-toggle="collapse" data-parent="#accordion" href="#collapseGlobals">
|
||||
Globals
|
||||
</a>
|
||||
</h4>
|
||||
</div>
|
||||
<div id="collapseGlobals" class="panel-collapse collapse">
|
||||
<div class="panel-body list-group">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -1,11 +0,0 @@
|
||||
---
|
||||
layout: wrapper
|
||||
|
||||
---
|
||||
<header>
|
||||
<h2>{{ page.title }}</h2>
|
||||
</header>
|
||||
|
||||
<article class="content">
|
||||
{{ content }}
|
||||
</article>
|
||||
@@ -1,17 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
{% include head.html %}
|
||||
<body class="home">
|
||||
<div id="wrapper">
|
||||
|
||||
{% include header.html %}
|
||||
|
||||
{{ content }}
|
||||
|
||||
<div class="push"></div>
|
||||
</div><!-- wrapper -->
|
||||
|
||||
{% include footer.html %}
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,28 +0,0 @@
|
||||
---
|
||||
layout: wrapper
|
||||
---
|
||||
|
||||
<header>
|
||||
<h2>Posts in <strong>{{ page.date | date: "%B %Y" }}</strong></h2>
|
||||
</header>
|
||||
|
||||
<article class="content">
|
||||
<ul class="postlist">
|
||||
{% for post in page.posts %}
|
||||
|
||||
{% include post-item.html %}
|
||||
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
||||
<br />
|
||||
<ul class="pager">
|
||||
{% if page.previousArchive %}
|
||||
<li class="previous"><a href="{{ site.baseurl }}/news/{{ page.previousArchive }}">← Older</a></li>
|
||||
{% endif %}
|
||||
{% if page.nextArchive %}
|
||||
<li class="next"><a href="{{ site.baseurl }}/news/{{ page.nextArchive }}">Newer →</a></li>
|
||||
{% endif %}
|
||||
</ul>
|
||||
</article>
|
||||
|
||||
@@ -1,19 +0,0 @@
|
||||
---
|
||||
layout: wrapper
|
||||
---
|
||||
|
||||
<div class="posts content">
|
||||
{% assign post = page %}
|
||||
{% include post.html %}
|
||||
|
||||
<br />
|
||||
<ul class="pager">
|
||||
{% if post.previous %}
|
||||
<li class="previous"><a href="{{ post.previous.url | prepend: site.baseurl }}">← Older</a></li>
|
||||
{% endif %}
|
||||
{% if post.next %}
|
||||
<li class="next"><a href="{{ post.next.url | prepend: site.baseurl }}">Newer →</a></li>
|
||||
{% endif %}
|
||||
</ul>
|
||||
</div><!-- posts -->
|
||||
|
||||
@@ -1,22 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
{% include head.html %}
|
||||
<body class="{{ page.dir | replace: '/', ' p-' | replace_first: ' ', '' }}">
|
||||
<div id="wrapper">
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
|
||||
<object data="index.svg" type="image/svg+xml">
|
||||
<img src="index.svg" />
|
||||
</object>
|
||||
|
||||
</div><!-- row -->
|
||||
</div><!-- cont -->
|
||||
<div class="push"></div>
|
||||
</div><!-- wrapper -->
|
||||
|
||||
{% include footer.html %}
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,18 +0,0 @@
|
||||
---
|
||||
layout: wrapper
|
||||
---
|
||||
|
||||
<header>
|
||||
<h2>{{ page.title }}</strong></h2>
|
||||
</header>
|
||||
|
||||
<article class="content">
|
||||
<ul class="postlist">
|
||||
{% for post in page.posts %}
|
||||
|
||||
{% include post-item.html %}
|
||||
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</article>
|
||||
|
||||
@@ -1,33 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
{% include head.html %}
|
||||
<body class="{{ page.dir | replace: '/', ' p-' | replace_first: ' ', '' }}">
|
||||
<div id="wrapper">
|
||||
|
||||
{% include header.html %}
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-sm-4 col-md-3" id="sidebar">
|
||||
|
||||
<div class="form-group input-group has-feedback">
|
||||
<input type="hidden" class="form-control select2">
|
||||
<span class="glyphicon glyphicon-search form-control-feedback"></span>
|
||||
</div>
|
||||
|
||||
{% include sidebar.html %}
|
||||
</div>
|
||||
|
||||
<div class="col-sm-8 col-md-9" id="content">
|
||||
{{ content }}
|
||||
|
||||
</div><!-- content -->
|
||||
</div><!-- row -->
|
||||
</div><!-- cont -->
|
||||
<div class="push"></div>
|
||||
</div><!-- wrapper -->
|
||||
|
||||
{% include footer.html %}
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,36 +0,0 @@
|
||||
---
|
||||
layout: wrapper
|
||||
---
|
||||
|
||||
<header>
|
||||
<h2>Posts in <strong>{{ page.date | date: "%Y" }}</strong></h2>
|
||||
</header>
|
||||
|
||||
<article class="content">
|
||||
<ul class="postlist">
|
||||
{% assign month = "" %}
|
||||
{% for post in page.posts %}
|
||||
|
||||
{% assign post_month = post.date || date: "%B" %}
|
||||
{% if post_month != month %}
|
||||
|
||||
{% assign month = post_month %}
|
||||
<h2>{{ post_month }}</h2>
|
||||
|
||||
{% endif %}
|
||||
|
||||
{% include post-item.html %}
|
||||
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
||||
<br />
|
||||
<ul class="pager">
|
||||
{% if page.previousArchive %}
|
||||
<li class="previous"><a href="{{ site.baseurl }}/news/{{ page.previousArchive }}">← Older</a></li>
|
||||
{% endif %}
|
||||
{% if page.nextArchive %}
|
||||
<li class="next"><a href="{{ site.baseurl }}/news/{{ page.nextArchive }}">Newer →</a></li>
|
||||
{% endif %}
|
||||
</ul>
|
||||
</article>
|
||||
@@ -1,171 +0,0 @@
|
||||
# Jekyll Module to create monthly archive pages
|
||||
#
|
||||
# Shigeya Suzuki, November 2013
|
||||
# Copyright notice (MIT License) attached at the end of this file
|
||||
#
|
||||
|
||||
#
|
||||
# This code is based on the following works:
|
||||
# https://gist.github.com/ilkka/707909
|
||||
# https://gist.github.com/ilkka/707020
|
||||
# https://gist.github.com/nlindley/6409459
|
||||
#
|
||||
|
||||
#
|
||||
# Archive will be written as #{archive_path}/#{year}/#{month}/index.html
|
||||
# archive_path can be configured in 'path' key in 'monthly_archive' of
|
||||
# site configuration file. 'path' is default null.
|
||||
#
|
||||
|
||||
module Jekyll
|
||||
|
||||
# Generator class invoked from Jekyll
|
||||
class ArchiveGenerator < Generator
|
||||
def generate(site)
|
||||
# get posts grouped by month and year
|
||||
year_month_posts = posts_group_by_year_and_month(site)
|
||||
year_month_posts.each_with_index do |(ym, list), index|
|
||||
# initialize previous / next
|
||||
|
||||
# get previous year & month if they exist
|
||||
previousYear = (index > 0) && year_month_posts.keys[index - 1][0] || nil
|
||||
previousMonth = previousYear && year_month_posts.keys[index - 1][1] || nil
|
||||
|
||||
# get next year & month if they exist
|
||||
nextYear = (index < year_month_posts.length - 1) && year_month_posts.keys[index + 1][0] || nil
|
||||
nextMonth = nextYear && year_month_posts.keys[index + 1][1] || nil
|
||||
|
||||
site.pages << MonthlyArchivePage.new(site, archive_base(site),
|
||||
ym[0], ym[1], list,
|
||||
previousYear, previousMonth,
|
||||
nextYear, nextMonth)
|
||||
end
|
||||
|
||||
year_posts = posts_group_by_year(site)
|
||||
year_posts.each_with_index do |(year, list), index|
|
||||
# initialize previous / next
|
||||
previousYear = (index > 0) && year_posts.keys[index - 1] || nil
|
||||
nextYear = (index < year_posts.length - 1) && year_posts.keys[index + 1] || nil
|
||||
|
||||
site.pages << YearlyArchivePage.new(site, archive_base(site),
|
||||
year, list,
|
||||
previousYear, nextYear)
|
||||
end
|
||||
end
|
||||
|
||||
def posts_group_by_year_and_month(site)
|
||||
site.posts.each.group_by { |post| [post.date.year, post.date.month] }
|
||||
end
|
||||
|
||||
def posts_group_by_year(site)
|
||||
site.posts.each.group_by { |post| post.date.year }
|
||||
end
|
||||
|
||||
def archive_base(site)
|
||||
site.config['monthly_archive'] && site.config['monthly_archive']['path'] || ''
|
||||
end
|
||||
end
|
||||
|
||||
# Actual page instances
|
||||
class MonthlyArchivePage < Page
|
||||
|
||||
ATTRIBUTES_FOR_LIQUID = %w[
|
||||
year,
|
||||
month,
|
||||
date,
|
||||
content
|
||||
]
|
||||
|
||||
def initialize(site, dir, year, month, posts, previousYear, previousMonth, nextYear, nextMonth)
|
||||
@site = site
|
||||
@dir = dir
|
||||
@year = year
|
||||
@month = month
|
||||
@archive_dir_name = '%04d/%02d' % [year, month]
|
||||
@date = Date.new(@year, @month)
|
||||
@layout = site.config['monthly_archive'] && site.config['monthly_archive']['layout'] || 'monthly_archive'
|
||||
@previousArchive = previousYear && '%04d/%02d' % [previousYear, previousMonth] || nil
|
||||
@nextArchive = nextYear && '%04d/%02d' % [nextYear, nextMonth] || nil
|
||||
self.ext = '.html'
|
||||
self.basename = 'index'
|
||||
self.data = {
|
||||
'layout' => @layout,
|
||||
'type' => 'archive',
|
||||
'title' => "Monthly archive for #{month}/#{year}",
|
||||
'posts' => posts.reverse,
|
||||
'previousArchive' => @previousArchive,
|
||||
'nextArchive' => @nextArchive
|
||||
}
|
||||
end
|
||||
|
||||
def render(layouts, site_payload)
|
||||
payload = {
|
||||
'page' => self.to_liquid,
|
||||
'paginator' => pager.to_liquid
|
||||
}.merge(site_payload)
|
||||
do_layout(payload, layouts)
|
||||
end
|
||||
|
||||
def to_liquid(attr = nil)
|
||||
self.data.merge({
|
||||
'content' => self.content,
|
||||
'date' => @date,
|
||||
'month' => @month,
|
||||
'year' => @year
|
||||
})
|
||||
end
|
||||
|
||||
def destination(dest)
|
||||
File.join('/', dest, @dir, @archive_dir_name, 'index.html')
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
class YearlyArchivePage < MonthlyArchivePage
|
||||
|
||||
def initialize(site, dir, year, posts, previousYear, nextYear)
|
||||
@site = site
|
||||
@dir = dir
|
||||
@year = year
|
||||
@archive_dir_name = '%04d' % [year]
|
||||
@date = Date.new(@year)
|
||||
@layout = site.config['monthly_archive'] && site.config['monthly_archive']['year_layout'] || 'yearly_archive'
|
||||
@previousArchive = previousYear && '%04d' % [previousYear] || nil
|
||||
@nextArchive = nextYear && '%04d' % [nextYear] || nil
|
||||
self.ext = '.html'
|
||||
self.basename = 'index'
|
||||
self.data = {
|
||||
'layout' => @layout,
|
||||
'type' => 'archive',
|
||||
'title' => "Archive for #{year}",
|
||||
'posts' => posts.reverse,
|
||||
'previousArchive' => @previousArchive,
|
||||
'nextArchive' => @nextArchive
|
||||
}
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
# The MIT License (MIT)
|
||||
#
|
||||
# Copyright (c) 2013 Shigeya Suzuki
|
||||
#
|
||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
# of this software and associated documentation files (the "Software"), to deal
|
||||
# in the Software without restriction, including without limitation the rights
|
||||
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
# copies of the Software, and to permit persons to whom the Software is
|
||||
# furnished to do so, subject to the following conditions:
|
||||
#
|
||||
# The above copyright notice and this permission notice shall be included in all
|
||||
# copies or substantial portions of the Software.
|
||||
#
|
||||
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
# SOFTWARE.
|
||||
@@ -1,28 +0,0 @@
|
||||
require 'japr'
|
||||
|
||||
module JAPR
|
||||
# LESS Converter
|
||||
class LessConverter < JAPR::Converter
|
||||
require 'less'
|
||||
|
||||
def self.filetype
|
||||
'.less'
|
||||
end
|
||||
|
||||
def convert
|
||||
return Less::Parser.new.parse(@content).to_css
|
||||
end
|
||||
end
|
||||
|
||||
# Overrides for double quote
|
||||
class CssTagTemplate < JAPR::Template
|
||||
def html
|
||||
"<link href=\"/#{@path}/#{@filename}\" rel=\"stylesheet\" type=\"text/css\" />"
|
||||
end
|
||||
end
|
||||
class JavaScriptTagTemplate < JAPR::Template
|
||||
def html
|
||||
"<script src=\"/#{@path}/#{@filename}\" type=\"text/javascript\"></script>"
|
||||
end
|
||||
end
|
||||
end
|
||||
@@ -1,49 +0,0 @@
|
||||
module Jekyll
|
||||
|
||||
class TagIndex < Page
|
||||
|
||||
def initialize(site, base, dir, tag, posts)
|
||||
@site = site
|
||||
@base = base
|
||||
@dir = dir
|
||||
@name = 'index.html'
|
||||
|
||||
tag_title_prefix = site.config['tag_title_prefix'] || 'Posts tagged <strong>'
|
||||
tag_title_suffix = site.config['tag_title_suffix'] || '</strong>'
|
||||
|
||||
self.process(@name)
|
||||
self.read_yaml(File.join(base, '_layouts'), 'tag_index.html')
|
||||
self.data['tag'] = tag
|
||||
self.data['title'] = "#{tag_title_prefix}#{tag}#{tag_title_suffix}"
|
||||
self.data['posts'] = posts.reverse
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
class TagGenerator < Generator
|
||||
safe true
|
||||
|
||||
def generate(site)
|
||||
if site.layouts.key? 'tag_index'
|
||||
dir = site.config['tag_dir'] || 'tag'
|
||||
site.tags.keys.each do |tag|
|
||||
write_tag_index(site, File.join(dir, tag), tag)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
def write_tag_index(site, dir, tag)
|
||||
list = posts_with_tag(site, tag)
|
||||
index = TagIndex.new(site, site.source, dir, tag, list)
|
||||
index.render(site.layouts, site.site_payload)
|
||||
index.write(site.dest)
|
||||
site.pages << index
|
||||
end
|
||||
|
||||
def posts_with_tag(site, tag)
|
||||
site.posts.select { |post| post.tags.include?(tag) }
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
end
|
||||
@@ -1 +0,0 @@
|
||||
var linkdata = {"|>":"/operator/bargt","|>>":"/operator/bargtgt","$":"/func/$","drop":"/func/drop","filter":"/func/filter","join":"/func/join","map":"/func/map","open":"/func/open","parameters":"/func/parameters","printErrorAndExit":"/func/printErrorAndExit","reduce":"/func/reduce","run":"/func/run","sorted":"/func/sorted","split":"/func/split","stream":"/func/stream","streams":"/func/streams","take":"/func/take","toArray":"/func/toArray","writeTo":"/func/writeTo","NSFileHandle":"/type/NSFileHandle","String":"/type/String","OutputStreamType":"/protocol/OutputStreamType","ReadableStreamType":"/protocol/ReadableStreamType","Streamable":"/protocol/Streamable","WriteableStreamType":"/protocol/WriteableStreamType","File":"/global/var/","environment":"/global/var/","standarderror":"/global/var/","standardinput":"/global/var/","standardoutput":"/global/var/","streamencoding":"/global/var/","tempdirectory":"/global/var/","workdirectory":"/global/var/","FileHandle":"/global/alias/"};
|
||||
@@ -1,13 +0,0 @@
|
||||
---
|
||||
layout: "default"
|
||||
title: "$"
|
||||
description: "Swift documentation for '$': Shortcut for in-line command, returns output as String. ."
|
||||
keywords: "$,func,swift,documentation"
|
||||
---
|
||||
|
||||
<div class="declaration">
|
||||
<code class="language-swift">func $(shellcommand: String) -> String</code>
|
||||
<div class="comment">
|
||||
<p>Shortcut for in-line command, returns output as String. </p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1,13 +0,0 @@
|
||||
---
|
||||
layout: "default"
|
||||
title: "drop"
|
||||
description: "Swift documentation for 'drop': Discard all elements in tobedropped from sequence. ."
|
||||
keywords: "drop,func,swift,documentation"
|
||||
---
|
||||
|
||||
<div class="declaration">
|
||||
<code class="language-swift">func drop<S : SequenceType, T : Equatable where T == T>(tobedropped: [T])</code>
|
||||
<div class="comment">
|
||||
<p>Discard all elements in <code>tobedropped</code> from sequence. </p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1,13 +0,0 @@
|
||||
---
|
||||
layout: "default"
|
||||
title: "filter"
|
||||
description: "Swift documentation for 'filter': Lazily return a sequence containing the elements of source, in order, that satisfy the predicate includeElement ."
|
||||
keywords: "filter,func,swift,documentation"
|
||||
---
|
||||
|
||||
<div class="declaration">
|
||||
<code class="language-swift">func filter<S : SequenceType>(includeElement: (S.Generator.Element) -> Bool)</code>
|
||||
<div class="comment">
|
||||
<p>Lazily return a sequence containing the elements of source, in order, that satisfy the predicate includeElement </p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1,33 +0,0 @@
|
||||
---
|
||||
layout: "default"
|
||||
title: "Global Functions"
|
||||
description: "Documentation for all top-level, global functions in the Swift language."
|
||||
---
|
||||
|
||||
<div class="row">
|
||||
<div class="col-sm-6">
|
||||
<ul class="main-list">
|
||||
<li><a href="/func/$">$</a></li>
|
||||
<li><a href="/func/drop">drop</a></li>
|
||||
<li><a href="/func/filter">filter</a></li>
|
||||
<li><a href="/func/join">join</a></li>
|
||||
<li><a href="/func/map">map</a></li>
|
||||
<li><a href="/func/open">open</a></li>
|
||||
<li><a href="/func/parameters">parameters</a></li>
|
||||
<li><a href="/func/printErrorAndExit">printErrorAndExit</a></li>
|
||||
<li><a href="/func/reduce">reduce</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-sm-6">
|
||||
<ul class="main-list">
|
||||
<li><a href="/func/run">run</a></li>
|
||||
<li><a href="/func/sorted">sorted</a></li>
|
||||
<li><a href="/func/split">split</a></li>
|
||||
<li><a href="/func/stream">stream</a></li>
|
||||
<li><a href="/func/streams">streams</a></li>
|
||||
<li><a href="/func/take">take</a></li>
|
||||
<li><a href="/func/toArray">toArray</a></li>
|
||||
<li><a href="/func/writeTo">writeTo</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1,13 +0,0 @@
|
||||
---
|
||||
layout: "default"
|
||||
title: "join"
|
||||
description: "Swift documentation for 'join': Insert separator between each item in elements. ."
|
||||
keywords: "join,func,swift,documentation"
|
||||
---
|
||||
|
||||
<div class="declaration">
|
||||
<code class="language-swift">func join<C : ExtensibleCollectionType, S : SequenceType where C == C>(separator: C)</code>
|
||||
<div class="comment">
|
||||
<p>Insert separator between each item in elements. </p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1,13 +0,0 @@
|
||||
---
|
||||
layout: "default"
|
||||
title: "map"
|
||||
description: "Swift documentation for 'map': Lazily return a sequence containing the results of mapping transform over source. ."
|
||||
keywords: "map,func,swift,documentation"
|
||||
---
|
||||
|
||||
<div class="declaration">
|
||||
<code class="language-swift">func map<S : SequenceType, T>(transform: (S.Generator.Element) -> T)</code>
|
||||
<div class="comment">
|
||||
<p>Lazily return a sequence containing the results of mapping transform over source. </p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1,23 +0,0 @@
|
||||
---
|
||||
layout: "default"
|
||||
title: "open"
|
||||
description: "Swift documentation for 'open': Open a file for writing, create it if it doesn't exist, and exit if an error occurs.
|
||||
If the file already exists and overwrite=false, the writing will begin at the end of the file."
|
||||
keywords: "open,func,swift,documentation"
|
||||
---
|
||||
|
||||
<div class="declaration">
|
||||
<code class="language-swift">func open(forWriting path: String, overwrite: Bool = default) -> WriteableStreamType</code>
|
||||
<div class="comment">
|
||||
<p>Open a file for writing, create it if it doesn't exist, and exit if an error occurs.
|
||||
If the file already exists and overwrite=false, the writing will begin at the end of the file.</p>
|
||||
|
||||
<p><strong>overwrite</strong> If true, replace the file if it exists.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<code class="language-swift">func open(path: String) -> ReadableStreamType</code>
|
||||
<div class="comment">
|
||||
<p>Open a file for reading, and exit if an error occurs. </p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1,13 +0,0 @@
|
||||
---
|
||||
layout: "default"
|
||||
title: "parameters"
|
||||
description: "Swift documentation for 'parameters': Turn a sequence into valid parameters for a shell command, properly quoted ."
|
||||
keywords: "parameters,func,swift,documentation"
|
||||
---
|
||||
|
||||
<div class="declaration">
|
||||
<code class="language-swift">func parameters<S : SequenceType>(sequence: S) -> String</code>
|
||||
<div class="comment">
|
||||
<p>Turn a sequence into valid parameters for a shell command, properly quoted </p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1,13 +0,0 @@
|
||||
---
|
||||
layout: "default"
|
||||
title: "printErrorAndExit"
|
||||
description: "Swift documentation for 'printErrorAndExit': Print message to standard error and halt execution. ."
|
||||
keywords: "printErrorAndExit,func,swift,documentation"
|
||||
---
|
||||
|
||||
<div class="declaration">
|
||||
<code class="language-swift">@noreturn func printErrorAndExit(errormessage: String)</code>
|
||||
<div class="comment">
|
||||
<p>Print message to standard error and halt execution. </p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1,15 +0,0 @@
|
||||
---
|
||||
layout: "default"
|
||||
title: "reduce"
|
||||
description: "Swift documentation for 'reduce': Return the result of repeatedly calling combine with an accumulated value
|
||||
initialized to initial and each element of sequence, in turn."
|
||||
keywords: "reduce,func,swift,documentation"
|
||||
---
|
||||
|
||||
<div class="declaration">
|
||||
<code class="language-swift">func reduce<S : SequenceType, U>(initial: U, combine: (U, S.Generator.Element) -> U)</code>
|
||||
<div class="comment">
|
||||
<p>Return the result of repeatedly calling combine with an accumulated value
|
||||
initialized to initial and each element of sequence, in turn.</p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1,17 +0,0 @@
|
||||
---
|
||||
layout: "default"
|
||||
title: "run"
|
||||
description: "Swift documentation for 'run': Run a shell command synchronously with no standard input,
|
||||
or if to the right of a "ReadableStreamType |> ", use the stream on the left side as standard input."
|
||||
keywords: "run,func,swift,documentation"
|
||||
---
|
||||
|
||||
<div class="declaration">
|
||||
<code class="language-swift">func run(shellcommand: String) -> ReadableStreamType</code>
|
||||
<div class="comment">
|
||||
<p>Run a shell command synchronously with no standard input,
|
||||
or if to the right of a "ReadableStreamType |> ", use the stream on the left side as standard input.</p>
|
||||
|
||||
<p><strong>Returns:</strong> Standard output</p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1,15 +0,0 @@
|
||||
---
|
||||
layout: "default"
|
||||
title: "sorted"
|
||||
description: "Swift documentation for 'sorted': Return an Array containing the sorted elements of source according to 'isOrderedBefore'."
|
||||
keywords: "sorted,func,swift,documentation"
|
||||
---
|
||||
|
||||
<div class="declaration">
|
||||
<code class="language-swift">func sorted<S : SequenceType>(isOrderedBefore: (S.Generator.Element, S.Generator.Element) -> Bool)</code>
|
||||
<div class="comment">
|
||||
<p>Return an <code>Array</code> containing the sorted elements of <code>source</code> according to 'isOrderedBefore'.</p>
|
||||
|
||||
<p>Requires: <code>isOrderedBefore</code> is a <a href="http://en.wikipedia.org/wiki/Strict_weak_order#Strict_weak_orderings">strict weak ordering</a> over <code>elements</code>.</p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1,19 +0,0 @@
|
||||
---
|
||||
layout: "default"
|
||||
title: "split"
|
||||
description: "Swift documentation for 'split': Split text over delimiter, returning an array. ."
|
||||
keywords: "split,func,swift,documentation"
|
||||
---
|
||||
|
||||
<div class="declaration">
|
||||
<code class="language-swift">func split(_ delimiter: String = default)</code>
|
||||
<div class="comment">
|
||||
<p>Split text over delimiter, returning an array. </p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<code class="language-swift">func split(delimiter: String = default)</code>
|
||||
<div class="comment">
|
||||
<p>Split a stream lazily </p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1,35 +0,0 @@
|
||||
---
|
||||
layout: "default"
|
||||
title: "stream"
|
||||
description: "Swift documentation for 'stream': Create a stream from a sequence of Strings. ."
|
||||
keywords: "stream,func,swift,documentation"
|
||||
---
|
||||
|
||||
<div class="declaration">
|
||||
<code class="language-swift">func stream<Seq : SequenceType where String == String>(sequence: Seq) -> ReadableStreamType</code>
|
||||
<div class="comment">
|
||||
<p>Create a stream from a sequence of Strings. </p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<code class="language-swift">func stream(closure: () -> () -> String?) -> ReadableStreamType</code>
|
||||
<div class="comment">
|
||||
<p>Create a stream from a function returning a generator function, which is called every time the stream is asked for more text.</p>
|
||||
|
||||
<p>stream {
|
||||
// initialisation...
|
||||
return {
|
||||
// called repeatedly by the resulting stream
|
||||
// return text, or return nil when done.
|
||||
}
|
||||
}</p>
|
||||
|
||||
<p><strong>Returns:</strong> The output stream.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<code class="language-swift">func stream(text: String) -> ReadableStreamType</code>
|
||||
<div class="comment">
|
||||
<p>Create a stream from a String. </p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1,15 +0,0 @@
|
||||
---
|
||||
layout: "default"
|
||||
title: "streams"
|
||||
description: "Swift documentation for 'streams': Return a writable stream and a readable stream. What you write to the 1st one can be read from the 2nd one.
|
||||
Make sure to call closeStream() on the writable stream before you call read() on the readable one."
|
||||
keywords: "streams,func,swift,documentation"
|
||||
---
|
||||
|
||||
<div class="declaration">
|
||||
<code class="language-swift">func streams() -> (WriteableStreamType, ReadableStreamType)</code>
|
||||
<div class="comment">
|
||||
<p>Return a writable stream and a readable stream. What you write to the 1st one can be read from the 2nd one.
|
||||
Make sure to call closeStream() on the writable stream before you call read() on the readable one.</p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1,13 +0,0 @@
|
||||
---
|
||||
layout: "default"
|
||||
title: "take"
|
||||
description: "Swift documentation for 'take': Return at most the first numbertotake elements of sequence ."
|
||||
keywords: "take,func,swift,documentation"
|
||||
---
|
||||
|
||||
<div class="declaration">
|
||||
<code class="language-swift">func take<S : SequenceType, T where T == T>(numbertotake: Int)</code>
|
||||
<div class="comment">
|
||||
<p>Return at most the first <code>numbertotake</code> elements of sequence </p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1,13 +0,0 @@
|
||||
---
|
||||
layout: "default"
|
||||
title: "toArray"
|
||||
description: "Swift documentation for 'toArray': Turn a sequence into an array. For use after the |> operator. ."
|
||||
keywords: "toArray,func,swift,documentation"
|
||||
---
|
||||
|
||||
<div class="declaration">
|
||||
<code class="language-swift">func toArray<S : SequenceType>(sequence: S) -> [S.Generator.Element]</code>
|
||||
<div class="comment">
|
||||
<p>Turn a sequence into an array. For use after the |> operator. </p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1,27 +0,0 @@
|
||||
---
|
||||
layout: "default"
|
||||
title: "writeTo"
|
||||
description: "Swift documentation for 'writeTo': Write something to a stream."
|
||||
keywords: "writeTo,func,swift,documentation"
|
||||
---
|
||||
|
||||
<div class="declaration">
|
||||
<code class="language-swift">func writeTo<T>(stream: WriteableStreamType)</code>
|
||||
<div class="comment">
|
||||
<p>Write something to a stream.</p>
|
||||
|
||||
<pre><code class="language-swift">something |> writeTo(writablestream)</code></pre>
|
||||
</div>
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<code class="language-swift">func writeTo(stream: WriteableStreamType)</code>
|
||||
<div class="comment">
|
||||
<p>Write a String to a writable stream. </p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<code class="language-swift">func writeTo<S : SequenceType>(stream: WriteableStreamType)</code>
|
||||
<div class="comment">
|
||||
<p>Write a sequence to a stream. </p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1,9 +0,0 @@
|
||||
---
|
||||
layout: "default"
|
||||
title: "Type Aliases"
|
||||
description: "Documentation for global type aliases in the Swift language."
|
||||
---
|
||||
|
||||
<div class="declaration">
|
||||
<code class="language-swift">typealias FileHandle = NSFileHandle</code>
|
||||
</div>
|
||||
@@ -1,40 +0,0 @@
|
||||
---
|
||||
layout: "default"
|
||||
title: "Globals"
|
||||
description: "Documentation for all global variables, type aliases, and functions in the Swift language."
|
||||
---
|
||||
|
||||
<ul class="main-list">
|
||||
<li><a href="/global/var/">Variables</a></li>
|
||||
<li><a href="/global/alias/">Type Aliases</a></li>
|
||||
</ul>
|
||||
|
||||
<h3>Functions</h3>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-sm-6">
|
||||
<ul class="main-list">
|
||||
<li><a href="/func/$">$</a></li>
|
||||
<li><a href="/func/drop">drop</a></li>
|
||||
<li><a href="/func/filter">filter</a></li>
|
||||
<li><a href="/func/join">join</a></li>
|
||||
<li><a href="/func/map">map</a></li>
|
||||
<li><a href="/func/open">open</a></li>
|
||||
<li><a href="/func/parameters">parameters</a></li>
|
||||
<li><a href="/func/printErrorAndExit">printErrorAndExit</a></li>
|
||||
<li><a href="/func/reduce">reduce</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-sm-6">
|
||||
<ul class="main-list">
|
||||
<li><a href="/func/run">run</a></li>
|
||||
<li><a href="/func/sorted">sorted</a></li>
|
||||
<li><a href="/func/split">split</a></li>
|
||||
<li><a href="/func/stream">stream</a></li>
|
||||
<li><a href="/func/streams">streams</a></li>
|
||||
<li><a href="/func/take">take</a></li>
|
||||
<li><a href="/func/toArray">toArray</a></li>
|
||||
<li><a href="/func/writeTo">writeTo</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1,30 +0,0 @@
|
||||
---
|
||||
layout: "default"
|
||||
title: "Global Variables"
|
||||
description: "Documentation for global variables in the Swift language."
|
||||
---
|
||||
|
||||
<div class="declaration">
|
||||
<code class="language-swift">var File: NSFileManager { get }</code>
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<code class="language-swift">var environment: [String : String] { get }</code>
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<code class="language-swift">var standarderror: WriteableStreamType { get }</code>
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<code class="language-swift">var standardinput: ReadableStreamType { get }</code>
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<code class="language-swift">var standardoutput: WriteableStreamType { get }</code>
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<code class="language-swift">var streamencoding: UInt { get }</code>
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<code class="language-swift">var tempdirectory: String { get }</code>
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<code class="language-swift">var workdirectory: String { get }</code>
|
||||
</div>
|
||||
-142
@@ -1,142 +0,0 @@
|
||||
---
|
||||
layout: "home"
|
||||
title: "Home"
|
||||
---
|
||||
|
||||
<div class="container-fluid home-block">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-sm-12">
|
||||
|
||||
<article class="content">
|
||||
<h2>Types</h2>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-sm-6">
|
||||
<ul class="main-list">
|
||||
<li><a href="/type/NSFileHandle/">NSFileHandle</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-sm-6">
|
||||
<ul class="main-list">
|
||||
<li><a href="/type/String/">String</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
</div><!-- content -->
|
||||
</div><!-- row -->
|
||||
</div><!-- cont -->
|
||||
</div><!-- cont -->
|
||||
|
||||
<div class="container-fluid home-block">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-sm-12">
|
||||
|
||||
<article class="content">
|
||||
<h2>Protocols</h2>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-sm-6">
|
||||
<ul class="main-list">
|
||||
<li><a href="/protocol/OutputStreamType/">OutputStreamType</a></li>
|
||||
<li><a href="/protocol/ReadableStreamType/">ReadableStreamType</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-sm-6">
|
||||
<ul class="main-list">
|
||||
<li><a href="/protocol/Streamable/">Streamable</a></li>
|
||||
<li><a href="/protocol/WriteableStreamType/">WriteableStreamType</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
</div><!-- content -->
|
||||
</div><!-- row -->
|
||||
</div><!-- cont -->
|
||||
</div><!-- cont -->
|
||||
|
||||
<div class="container-fluid home-block">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-sm-12">
|
||||
|
||||
<article class="content">
|
||||
<h2>Operators</h2>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-sm-3 col-xs-6">
|
||||
<ul class="main-list">
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-sm-3 col-xs-6">
|
||||
<ul class="main-list">
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-sm-3 col-xs-6">
|
||||
<ul class="main-list">
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-sm-3 col-xs-6">
|
||||
<ul class="main-list">
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
</div><!-- content -->
|
||||
</div><!-- row -->
|
||||
</div><!-- cont -->
|
||||
</div><!-- cont -->
|
||||
|
||||
<div class="container-fluid home-block">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-sm-12">
|
||||
|
||||
<article class="content">
|
||||
<h2>Globals</h2>
|
||||
|
||||
<ul class="main-list">
|
||||
<li><a href="/global/var/">Variables</a></li>
|
||||
<li><a href="/global/alias/">Type Aliases</a></li>
|
||||
</ul>
|
||||
|
||||
<h3>Functions</h3>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-sm-6">
|
||||
<ul class="main-list">
|
||||
<li><a href="/func/$">$</a></li>
|
||||
<li><a href="/func/drop">drop</a></li>
|
||||
<li><a href="/func/filter">filter</a></li>
|
||||
<li><a href="/func/join">join</a></li>
|
||||
<li><a href="/func/map">map</a></li>
|
||||
<li><a href="/func/open">open</a></li>
|
||||
<li><a href="/func/parameters">parameters</a></li>
|
||||
<li><a href="/func/printErrorAndExit">printErrorAndExit</a></li>
|
||||
<li><a href="/func/reduce">reduce</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-sm-6">
|
||||
<ul class="main-list">
|
||||
<li><a href="/func/run">run</a></li>
|
||||
<li><a href="/func/sorted">sorted</a></li>
|
||||
<li><a href="/func/split">split</a></li>
|
||||
<li><a href="/func/stream">stream</a></li>
|
||||
<li><a href="/func/streams">streams</a></li>
|
||||
<li><a href="/func/take">take</a></li>
|
||||
<li><a href="/func/toArray">toArray</a></li>
|
||||
<li><a href="/func/writeTo">writeTo</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
</div><!-- content -->
|
||||
</div><!-- row -->
|
||||
</div><!-- cont -->
|
||||
</div><!-- cont -->
|
||||
@@ -1,26 +0,0 @@
|
||||
---
|
||||
layout: "default"
|
||||
title: "Operator: |>"
|
||||
description: "Swift documentation for the '|>' operator."
|
||||
---
|
||||
|
||||
<code class="language-swift">infix operator |> {
|
||||
associativity left
|
||||
precedence 50
|
||||
}</code>
|
||||
|
||||
<h3>Declarations</h3>
|
||||
|
||||
<div class="declaration">
|
||||
<code class="language-swift">func |>(lhs: ReadableStreamType, rhs: @autoclosure () -> ReadableStreamType) -> ReadableStreamType</code>
|
||||
<div class="comment">
|
||||
<p>Specific handling of func run (shellcommand: String) -> ReadableStreamType on the right side using the stream on the
|
||||
left side as standard input.</p>
|
||||
|
||||
<p>Warning: is only meant to be used with the "run" command, but could also unintentionally catch other uses of
|
||||
"ReadableStreamType |> ReadableStreamType", though that statement doesn't make any sense.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<code class="language-swift">func |><T, U>(lhs: T, rhs: T -> U) -> U</code>
|
||||
</div>
|
||||
@@ -1,33 +0,0 @@
|
||||
---
|
||||
layout: "default"
|
||||
title: "Operator: |>>"
|
||||
description: "Swift documentation for the '|>>' operator."
|
||||
---
|
||||
|
||||
<code class="language-swift">infix operator |>> {
|
||||
associativity left
|
||||
precedence 50
|
||||
}</code>
|
||||
|
||||
<h3>Declarations</h3>
|
||||
|
||||
<div class="declaration">
|
||||
<code class="language-swift">func |>>(text: String, stream: WriteableStreamType)</code>
|
||||
<div class="comment">
|
||||
<p>Write a String to a writable stream. </p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<code class="language-swift">func |>><S : SequenceType>(seq: S, stream: WriteableStreamType)</code>
|
||||
<div class="comment">
|
||||
<p>Write a sequence to a stream. </p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<code class="language-swift">func |>><T>(input: T, stream: WriteableStreamType)</code>
|
||||
<div class="comment">
|
||||
<p>Write something to a stream.</p>
|
||||
|
||||
<p>something |>> writablestream</p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1,24 +0,0 @@
|
||||
---
|
||||
layout: "default"
|
||||
title: "Operators"
|
||||
description: "Documentation for all operators in the Swift language."
|
||||
---
|
||||
|
||||
<div class="row">
|
||||
<div class="col-sm-3 col-xs-6">
|
||||
<ul class="main-list">
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-sm-3 col-xs-6">
|
||||
<ul class="main-list">
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-sm-3 col-xs-6">
|
||||
<ul class="main-list">
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-sm-3 col-xs-6">
|
||||
<ul class="main-list">
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
layout: "svg_wrapper"
|
||||
title: "Inheritance Graph for OutputStreamType"
|
||||
typename: "OutputStreamType"
|
||||
---
|
||||
|
||||
@@ -1,138 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Generated by graphviz version 2.36.0 (20140111.2315)
|
||||
-->
|
||||
<!-- Title: OutputStreamType - Type Hierarchy - Swifter Pages: 1 -->
|
||||
<svg width="320pt" height="253pt"
|
||||
viewBox="0.00 0.00 320.0 253.20" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(7.2 195.6)">
|
||||
<g transform="translate(0 -195.6)">
|
||||
<g>
|
||||
<path fill="#666666" d="M13.846,10.832c-0.336-0.464-0.792-0.844-1.368-1.14s-1.224-0.444-1.944-0.444
|
||||
c-0.384,0-0.772,0.052-1.164,0.156C8.977,9.509,8.622,9.677,8.301,9.908c-0.32,0.232-0.58,0.52-0.78,0.864
|
||||
c-0.2,0.344-0.3,0.756-0.3,1.236c0,0.464,0.092,0.852,0.276,1.164c0.184,0.312,0.432,0.576,0.744,0.792s0.68,0.4,1.104,0.552
|
||||
c0.423,0.152,0.876,0.309,1.356,0.468c0.576,0.177,1.16,0.376,1.752,0.601c0.592,0.224,1.128,0.52,1.608,0.888
|
||||
s0.872,0.828,1.176,1.38s0.456,1.252,0.456,2.101c0,0.88-0.164,1.644-0.492,2.292c-0.328,0.647-0.765,1.184-1.308,1.607
|
||||
c-0.544,0.424-1.172,0.74-1.884,0.948s-1.444,0.312-2.196,0.312c-1.072,0-2.108-0.208-3.108-0.624
|
||||
c-1-0.415-1.828-1.031-2.484-1.848l1.848-1.56c0.4,0.592,0.936,1.071,1.608,1.439c0.672,0.368,1.399,0.552,2.184,0.552
|
||||
c0.4,0,0.8-0.056,1.2-0.168c0.4-0.111,0.764-0.288,1.092-0.527c0.328-0.24,0.596-0.54,0.804-0.9
|
||||
c0.208-0.36,0.312-0.796,0.312-1.308s-0.108-0.94-0.324-1.284c-0.216-0.344-0.508-0.636-0.876-0.876s-0.796-0.444-1.284-0.612
|
||||
c-0.488-0.168-1.004-0.34-1.548-0.516c-0.544-0.16-1.08-0.356-1.608-0.588c-0.528-0.232-1-0.528-1.416-0.889
|
||||
c-0.416-0.359-0.752-0.804-1.008-1.332c-0.256-0.527-0.384-1.184-0.384-1.968c0-0.848,0.172-1.576,0.516-2.184
|
||||
c0.344-0.608,0.792-1.112,1.344-1.512c0.552-0.4,1.176-0.692,1.872-0.876c0.696-0.184,1.396-0.276,2.1-0.276
|
||||
c0.992,0,1.92,0.176,2.784,0.528c0.864,0.352,1.56,0.824,2.088,1.416L13.846,10.832z"/>
|
||||
<path fill="#666666" d="M18.813,13.304l2.568,8.688h0.048l2.712-8.688h2.376l2.76,8.688h0.048l2.568-8.688h2.376L30.501,24.68
|
||||
h-2.352l-2.808-8.544h-0.048l-2.784,8.544h-2.352l-3.792-11.376H18.813z"/>
|
||||
<path fill="#666666" d="M38.685,9.2c0,0.416-0.147,0.76-0.44,1.032c-0.294,0.272-0.647,0.408-1.06,0.408s-0.762-0.14-1.047-0.42
|
||||
c-0.286-0.28-0.429-0.62-0.429-1.02c0-0.416,0.143-0.764,0.429-1.044c0.286-0.28,0.635-0.42,1.047-0.42s0.766,0.14,1.06,0.42
|
||||
C38.538,8.437,38.685,8.784,38.685,9.2z M38.325,24.68h-2.256V13.304h2.256V24.68z"/>
|
||||
<path fill="#666666" d="M47.613,15.152h-2.64v9.528h-2.256v-9.528h-2.256v-1.848h2.256v-2.376c0-0.672,0.076-1.292,0.228-1.86
|
||||
c0.152-0.568,0.4-1.06,0.744-1.476c0.344-0.416,0.784-0.744,1.32-0.984c0.536-0.24,1.188-0.36,1.956-0.36
|
||||
c0.544,0,1.016,0.056,1.416,0.168l-0.264,1.944c-0.176-0.048-0.352-0.088-0.528-0.12c-0.176-0.032-0.376-0.048-0.6-0.048
|
||||
c-0.432,0-0.78,0.076-1.044,0.228c-0.264,0.152-0.468,0.356-0.612,0.612s-0.24,0.548-0.288,0.876
|
||||
c-0.048,0.328-0.072,0.668-0.072,1.02v2.376h2.64V15.152z"/>
|
||||
<path fill="#666666" d="M54.909,15.152h-3.024v5.91c0,0.687,0.128,1.177,0.384,1.472c0.256,0.295,0.664,0.442,1.224,0.442
|
||||
c0.208,0,0.432-0.021,0.672-0.065c0.24-0.044,0.456-0.11,0.648-0.198l0.072,1.848c-0.272,0.096-0.572,0.172-0.9,0.229
|
||||
c-0.328,0.056-0.668,0.084-1.02,0.084c-1.072,0-1.892-0.296-2.46-0.889c-0.568-0.592-0.852-1.479-0.852-2.664v-6.168h-2.184
|
||||
v-1.848h2.184V10.04h2.232v3.264h3.024V15.152z"/>
|
||||
<path fill="#666666" d="M57.356,7.688h5.832c1.088,0,2.176,0.16,3.264,0.48c1.088,0.32,2.072,0.824,2.952,1.512
|
||||
s1.592,1.568,2.136,2.64c0.544,1.072,0.816,2.36,0.816,3.864c0,1.456-0.272,2.716-0.816,3.78s-1.256,1.943-2.136,2.64
|
||||
s-1.864,1.216-2.952,1.561c-1.088,0.344-2.176,0.516-3.264,0.516h-5.832V7.688z M59.732,22.593h2.976
|
||||
c1.024,0,1.972-0.145,2.844-0.432c0.872-0.288,1.624-0.704,2.256-1.248c0.632-0.544,1.124-1.216,1.476-2.017
|
||||
c0.352-0.8,0.528-1.704,0.528-2.712c0-1.056-0.176-1.983-0.528-2.784c-0.353-0.8-0.844-1.468-1.476-2.004
|
||||
c-0.632-0.536-1.384-0.944-2.256-1.224s-1.82-0.42-2.844-0.42h-2.976V22.593z"/>
|
||||
<path fill="#666666" d="M86.06,18.969c0,0.88-0.156,1.688-0.468,2.424c-0.312,0.736-0.744,1.372-1.296,1.908
|
||||
c-0.552,0.536-1.204,0.952-1.956,1.248c-0.752,0.296-1.56,0.443-2.424,0.443c-0.864,0-1.672-0.147-2.424-0.443
|
||||
c-0.752-0.296-1.4-0.712-1.944-1.248c-0.544-0.536-0.972-1.172-1.284-1.908c-0.312-0.735-0.468-1.544-0.468-2.424
|
||||
s0.156-1.684,0.468-2.412c0.312-0.728,0.74-1.356,1.284-1.884c0.543-0.528,1.191-0.939,1.944-1.236
|
||||
c0.752-0.296,1.56-0.444,2.424-0.444c0.864,0,1.672,0.148,2.424,0.444c0.752,0.297,1.404,0.708,1.956,1.236
|
||||
c0.552,0.527,0.984,1.156,1.296,1.884C85.904,17.285,86.06,18.089,86.06,18.969z M83.708,18.98c0-0.542-0.084-1.061-0.252-1.556
|
||||
c-0.169-0.494-0.414-0.929-0.734-1.304s-0.718-0.674-1.192-0.897s-1.015-0.335-1.625-0.335c-0.61,0-1.152,0.111-1.625,0.335
|
||||
c-0.474,0.224-0.871,0.522-1.191,0.897c-0.321,0.375-0.566,0.81-0.734,1.304C76.184,17.92,76.1,18.438,76.1,18.98
|
||||
c0,0.543,0.084,1.062,0.253,1.556c0.168,0.495,0.413,0.934,0.734,1.316c0.321,0.383,0.718,0.686,1.191,0.909
|
||||
c0.473,0.224,1.015,0.335,1.625,0.335c0.61,0,1.151-0.111,1.625-0.335s0.871-0.526,1.192-0.909s0.565-0.821,0.734-1.316
|
||||
C83.624,20.042,83.708,19.523,83.708,18.98z"/>
|
||||
<path fill="#666666" d="M96.428,16.184c-0.24-0.368-0.6-0.676-1.08-0.924s-0.992-0.372-1.536-0.372
|
||||
c-0.592,0-1.116,0.112-1.572,0.336c-0.456,0.225-0.844,0.524-1.164,0.9c-0.32,0.376-0.564,0.812-0.732,1.308
|
||||
s-0.252,1.017-0.252,1.56c0,0.545,0.084,1.064,0.252,1.561s0.412,0.933,0.732,1.308c0.32,0.376,0.712,0.677,1.176,0.9
|
||||
c0.464,0.225,0.992,0.336,1.584,0.336c0.576,0,1.1-0.111,1.572-0.336c0.472-0.224,0.86-0.528,1.164-0.912l1.512,1.368
|
||||
c-0.48,0.561-1.08,0.996-1.8,1.308c-0.72,0.312-1.536,0.468-2.448,0.468c-0.88,0-1.692-0.144-2.436-0.432
|
||||
c-0.744-0.288-1.388-0.691-1.932-1.212c-0.544-0.52-0.972-1.147-1.284-1.884s-0.468-1.561-0.468-2.473
|
||||
c0-0.896,0.152-1.711,0.456-2.447c0.304-0.736,0.728-1.368,1.272-1.896c0.543-0.527,1.188-0.936,1.932-1.224
|
||||
c0.744-0.288,1.548-0.433,2.412-0.433c0.8,0,1.596,0.16,2.388,0.48s1.419,0.784,1.884,1.392L96.428,16.184z"/>
|
||||
<path fill="#666666" d="M103.1,23.24c0,0.417-0.152,0.784-0.456,1.104c-0.304,0.32-0.688,0.479-1.152,0.479
|
||||
c-0.448,0-0.828-0.155-1.14-0.468c-0.312-0.312-0.468-0.676-0.468-1.092c0-0.432,0.152-0.804,0.456-1.116
|
||||
c0.304-0.312,0.688-0.468,1.152-0.468c0.464,0,0.848,0.152,1.152,0.456C102.947,22.44,103.1,22.808,103.1,23.24z"/>
|
||||
<path fill="#666666" d="M116.635,18.969c0,0.88-0.156,1.688-0.468,2.424c-0.312,0.736-0.744,1.372-1.296,1.908
|
||||
c-0.552,0.536-1.204,0.952-1.956,1.248c-0.752,0.296-1.56,0.443-2.424,0.443c-0.864,0-1.672-0.147-2.424-0.443
|
||||
c-0.752-0.296-1.4-0.712-1.944-1.248c-0.544-0.536-0.972-1.172-1.284-1.908c-0.312-0.735-0.468-1.544-0.468-2.424
|
||||
s0.156-1.684,0.468-2.412c0.312-0.728,0.74-1.356,1.284-1.884c0.543-0.528,1.191-0.939,1.944-1.236
|
||||
c0.752-0.296,1.56-0.444,2.424-0.444c0.864,0,1.672,0.148,2.424,0.444c0.752,0.297,1.404,0.708,1.956,1.236
|
||||
c0.552,0.527,0.984,1.156,1.296,1.884C116.479,17.285,116.635,18.089,116.635,18.969z M114.283,18.98
|
||||
c0-0.542-0.084-1.061-0.252-1.556c-0.169-0.494-0.414-0.929-0.734-1.304s-0.718-0.674-1.192-0.897s-1.015-0.335-1.625-0.335
|
||||
c-0.61,0-1.152,0.111-1.625,0.335c-0.474,0.224-0.871,0.522-1.191,0.897c-0.321,0.375-0.566,0.81-0.734,1.304
|
||||
c-0.169,0.495-0.253,1.014-0.253,1.556c0,0.543,0.084,1.062,0.253,1.556c0.168,0.495,0.413,0.934,0.734,1.316
|
||||
c0.321,0.383,0.718,0.686,1.191,0.909c0.473,0.224,1.015,0.335,1.625,0.335c0.61,0,1.151-0.111,1.625-0.335
|
||||
s0.871-0.526,1.192-0.909s0.565-0.821,0.734-1.316C114.199,20.042,114.283,19.523,114.283,18.98z"/>
|
||||
<path fill="#666666" d="M119.251,14.577c-0.016-0.48-0.04-0.904-0.072-1.272h2.136c0.032,0.288,0.056,0.62,0.072,0.996
|
||||
c0.016,0.376,0.024,0.684,0.024,0.924h0.072c0.32-0.672,0.788-1.212,1.404-1.62c0.616-0.408,1.308-0.612,2.076-0.612
|
||||
c0.352,0,0.648,0.033,0.888,0.097l-0.096,2.088c-0.32-0.08-0.664-0.12-1.032-0.12c-0.544,0-1.016,0.101-1.416,0.3
|
||||
c-0.4,0.2-0.732,0.468-0.996,0.805c-0.264,0.336-0.46,0.724-0.588,1.163c-0.128,0.44-0.192,0.9-0.192,1.381v5.976h-2.256v-8.928
|
||||
C119.275,15.449,119.267,15.056,119.251,14.577z"/>
|
||||
<path fill="#666666" d="M128.419,26.625c0.496,0.56,1.116,1.008,1.86,1.344c0.744,0.336,1.508,0.504,2.292,0.504
|
||||
c0.752,0,1.384-0.108,1.896-0.324s0.924-0.512,1.236-0.888s0.536-0.82,0.672-1.332c0.136-0.513,0.204-1.064,0.204-1.656v-1.464
|
||||
h-0.048c-0.416,0.641-0.984,1.128-1.704,1.464c-0.72,0.336-1.488,0.504-2.304,0.504c-0.864,0-1.652-0.151-2.364-0.456
|
||||
c-0.712-0.304-1.316-0.72-1.812-1.248c-0.496-0.527-0.88-1.147-1.152-1.859s-0.408-1.477-0.408-2.292
|
||||
c0-0.816,0.136-1.584,0.408-2.305c0.272-0.72,0.656-1.348,1.152-1.884c0.496-0.535,1.096-0.96,1.8-1.271
|
||||
c0.704-0.312,1.488-0.469,2.352-0.469c0.816,0,1.596,0.177,2.34,0.528c0.744,0.353,1.332,0.888,1.764,1.608h0.048v-1.824h2.184
|
||||
v10.8c0,0.832-0.104,1.628-0.312,2.388c-0.208,0.76-0.56,1.433-1.056,2.017s-1.144,1.052-1.944,1.404
|
||||
c-0.8,0.352-1.792,0.527-2.976,0.527c-0.992,0-1.988-0.18-2.988-0.54c-1-0.359-1.86-0.868-2.58-1.523L128.419,26.625z
|
||||
M129.091,18.873c0,0.527,0.084,1.031,0.253,1.512c0.168,0.479,0.417,0.904,0.746,1.271c0.329,0.369,0.726,0.664,1.192,0.889
|
||||
c0.465,0.224,0.995,0.336,1.589,0.336c0.577,0,1.107-0.104,1.589-0.312c0.481-0.207,0.891-0.491,1.228-0.852
|
||||
s0.598-0.784,0.782-1.272c0.185-0.487,0.277-1.012,0.277-1.571c0-0.544-0.093-1.057-0.277-1.536
|
||||
c-0.185-0.48-0.449-0.904-0.794-1.272c-0.345-0.367-0.755-0.66-1.228-0.876c-0.474-0.216-1-0.324-1.577-0.324
|
||||
c-0.594,0-1.124,0.108-1.589,0.324c-0.466,0.216-0.863,0.504-1.192,0.864s-0.578,0.784-0.746,1.271
|
||||
C129.175,17.812,129.091,18.329,129.091,18.873z"/>
|
||||
</g>
|
||||
<g><a xlink:href="/" pointer-events="all" target="_top"><polygon fill="none" points="0,0 145,0 145,35 0,35 0,0"/></a></g>
|
||||
|
||||
</g>
|
||||
|
||||
|
||||
<!-- NSFileHandle -->
|
||||
<g id="node1" class="node">
|
||||
<g id="a_node1"><a xlink:href="/type/NSFileHandle/" target="_top">
|
||||
<polygon fill="#999999" stroke="#999999" points="104.025,-22 19.9751,-22 19.9751,-0 104.025,-0 104.025,-22"/>
|
||||
<text text-anchor="middle" x="62" y="-7.4" font-family="Helvetica,sans-Serif" font-size="12.00" fill="white">NSFileHandle</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- OutputStreamType -->
|
||||
<g id="node2" class="node">
|
||||
<g id="a_node2"><a xlink:href="/protocol/OutputStreamType/" target="_top">
|
||||
<path fill="#ee543d" stroke="#ee543d" d="M109.709,-138C109.709,-138 14.2905,-138 14.2905,-138 10.6239,-138 6.95721,-134.333 6.95721,-130.667 6.95721,-130.667 6.95721,-123.333 6.95721,-123.333 6.95721,-119.667 10.6239,-116 14.2905,-116 14.2905,-116 109.709,-116 109.709,-116 113.376,-116 117.043,-119.667 117.043,-123.333 117.043,-123.333 117.043,-130.667 117.043,-130.667 117.043,-134.333 113.376,-138 109.709,-138"/>
|
||||
<text text-anchor="middle" x="62" y="-123.4" font-family="Helvetica,sans-Serif" font-size="12.00" fill="white">OutputStreamType</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- WriteableStreamType -->
|
||||
<g id="node3" class="node">
|
||||
<g id="a_node3"><a xlink:href="/protocol/WriteableStreamType/" target="_top">
|
||||
<path fill="#999999" stroke="#999999" d="M117.045,-80C117.045,-80 6.95471,-80 6.95471,-80 3.28805,-80 -0.378622,-76.3333 -0.378622,-72.6667 -0.378622,-72.6667 -0.378622,-65.3333 -0.378622,-65.3333 -0.378622,-61.6667 3.28805,-58 6.95471,-58 6.95471,-58 117.045,-58 117.045,-58 120.712,-58 124.379,-61.6667 124.379,-65.3333 124.379,-65.3333 124.379,-72.6667 124.379,-72.6667 124.379,-76.3333 120.712,-80 117.045,-80"/>
|
||||
<text text-anchor="middle" x="62" y="-65.4" font-family="Helvetica,sans-Serif" font-size="12.00" fill="white">WriteableStreamType</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- OutputStreamType->WriteableStreamType -->
|
||||
<g id="edge1" class="edge">
|
||||
<path fill="none" stroke="#cccccc" d="M62,-115.988C62,-108.91 62,-99.1714 62,-90.4779"/>
|
||||
<polygon fill="#cccccc" stroke="#cccccc" points="65.5001,-90.3038 62,-80.3039 58.5001,-90.3039 65.5001,-90.3038"/>
|
||||
</g>
|
||||
<!-- WriteableStreamType->NSFileHandle -->
|
||||
<g id="edge2" class="edge">
|
||||
<path fill="none" stroke="#cccccc" d="M62,-57.9883C62,-50.9098 62,-41.1714 62,-32.4779"/>
|
||||
<polygon fill="#cccccc" stroke="#cccccc" points="65.5001,-32.3038 62,-22.3039 58.5001,-32.3039 65.5001,-32.3038"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 12 KiB |
@@ -1,23 +0,0 @@
|
||||
---
|
||||
layout: "default"
|
||||
title: "OutputStreamType"
|
||||
description: "Swift documentation for protocol 'OutputStreamType'."
|
||||
keywords: "OutputStreamType,protocol,swift,documentation"
|
||||
---
|
||||
|
||||
<code class="language-swift">protocol OutputStreamType { ... }</code>
|
||||
|
||||
|
||||
<h3>Inheritance</h3>
|
||||
<span class="viz"><a href="hierarchy/">Protocol hierarchy</a></span>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
layout: "svg_wrapper"
|
||||
title: "Inheritance Graph for ReadableStreamType"
|
||||
typename: "ReadableStreamType"
|
||||
---
|
||||
|
||||
@@ -1,138 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Generated by graphviz version 2.36.0 (20140111.2315)
|
||||
-->
|
||||
<!-- Title: ReadableStreamType - Type Hierarchy - Swifter Pages: 1 -->
|
||||
<svg width="320pt" height="253pt"
|
||||
viewBox="0.00 0.00 320.0 253.20" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(7.2 195.6)">
|
||||
<g transform="translate(0 -195.6)">
|
||||
<g>
|
||||
<path fill="#666666" d="M13.846,10.832c-0.336-0.464-0.792-0.844-1.368-1.14s-1.224-0.444-1.944-0.444
|
||||
c-0.384,0-0.772,0.052-1.164,0.156C8.977,9.509,8.622,9.677,8.301,9.908c-0.32,0.232-0.58,0.52-0.78,0.864
|
||||
c-0.2,0.344-0.3,0.756-0.3,1.236c0,0.464,0.092,0.852,0.276,1.164c0.184,0.312,0.432,0.576,0.744,0.792s0.68,0.4,1.104,0.552
|
||||
c0.423,0.152,0.876,0.309,1.356,0.468c0.576,0.177,1.16,0.376,1.752,0.601c0.592,0.224,1.128,0.52,1.608,0.888
|
||||
s0.872,0.828,1.176,1.38s0.456,1.252,0.456,2.101c0,0.88-0.164,1.644-0.492,2.292c-0.328,0.647-0.765,1.184-1.308,1.607
|
||||
c-0.544,0.424-1.172,0.74-1.884,0.948s-1.444,0.312-2.196,0.312c-1.072,0-2.108-0.208-3.108-0.624
|
||||
c-1-0.415-1.828-1.031-2.484-1.848l1.848-1.56c0.4,0.592,0.936,1.071,1.608,1.439c0.672,0.368,1.399,0.552,2.184,0.552
|
||||
c0.4,0,0.8-0.056,1.2-0.168c0.4-0.111,0.764-0.288,1.092-0.527c0.328-0.24,0.596-0.54,0.804-0.9
|
||||
c0.208-0.36,0.312-0.796,0.312-1.308s-0.108-0.94-0.324-1.284c-0.216-0.344-0.508-0.636-0.876-0.876s-0.796-0.444-1.284-0.612
|
||||
c-0.488-0.168-1.004-0.34-1.548-0.516c-0.544-0.16-1.08-0.356-1.608-0.588c-0.528-0.232-1-0.528-1.416-0.889
|
||||
c-0.416-0.359-0.752-0.804-1.008-1.332c-0.256-0.527-0.384-1.184-0.384-1.968c0-0.848,0.172-1.576,0.516-2.184
|
||||
c0.344-0.608,0.792-1.112,1.344-1.512c0.552-0.4,1.176-0.692,1.872-0.876c0.696-0.184,1.396-0.276,2.1-0.276
|
||||
c0.992,0,1.92,0.176,2.784,0.528c0.864,0.352,1.56,0.824,2.088,1.416L13.846,10.832z"/>
|
||||
<path fill="#666666" d="M18.813,13.304l2.568,8.688h0.048l2.712-8.688h2.376l2.76,8.688h0.048l2.568-8.688h2.376L30.501,24.68
|
||||
h-2.352l-2.808-8.544h-0.048l-2.784,8.544h-2.352l-3.792-11.376H18.813z"/>
|
||||
<path fill="#666666" d="M38.685,9.2c0,0.416-0.147,0.76-0.44,1.032c-0.294,0.272-0.647,0.408-1.06,0.408s-0.762-0.14-1.047-0.42
|
||||
c-0.286-0.28-0.429-0.62-0.429-1.02c0-0.416,0.143-0.764,0.429-1.044c0.286-0.28,0.635-0.42,1.047-0.42s0.766,0.14,1.06,0.42
|
||||
C38.538,8.437,38.685,8.784,38.685,9.2z M38.325,24.68h-2.256V13.304h2.256V24.68z"/>
|
||||
<path fill="#666666" d="M47.613,15.152h-2.64v9.528h-2.256v-9.528h-2.256v-1.848h2.256v-2.376c0-0.672,0.076-1.292,0.228-1.86
|
||||
c0.152-0.568,0.4-1.06,0.744-1.476c0.344-0.416,0.784-0.744,1.32-0.984c0.536-0.24,1.188-0.36,1.956-0.36
|
||||
c0.544,0,1.016,0.056,1.416,0.168l-0.264,1.944c-0.176-0.048-0.352-0.088-0.528-0.12c-0.176-0.032-0.376-0.048-0.6-0.048
|
||||
c-0.432,0-0.78,0.076-1.044,0.228c-0.264,0.152-0.468,0.356-0.612,0.612s-0.24,0.548-0.288,0.876
|
||||
c-0.048,0.328-0.072,0.668-0.072,1.02v2.376h2.64V15.152z"/>
|
||||
<path fill="#666666" d="M54.909,15.152h-3.024v5.91c0,0.687,0.128,1.177,0.384,1.472c0.256,0.295,0.664,0.442,1.224,0.442
|
||||
c0.208,0,0.432-0.021,0.672-0.065c0.24-0.044,0.456-0.11,0.648-0.198l0.072,1.848c-0.272,0.096-0.572,0.172-0.9,0.229
|
||||
c-0.328,0.056-0.668,0.084-1.02,0.084c-1.072,0-1.892-0.296-2.46-0.889c-0.568-0.592-0.852-1.479-0.852-2.664v-6.168h-2.184
|
||||
v-1.848h2.184V10.04h2.232v3.264h3.024V15.152z"/>
|
||||
<path fill="#666666" d="M57.356,7.688h5.832c1.088,0,2.176,0.16,3.264,0.48c1.088,0.32,2.072,0.824,2.952,1.512
|
||||
s1.592,1.568,2.136,2.64c0.544,1.072,0.816,2.36,0.816,3.864c0,1.456-0.272,2.716-0.816,3.78s-1.256,1.943-2.136,2.64
|
||||
s-1.864,1.216-2.952,1.561c-1.088,0.344-2.176,0.516-3.264,0.516h-5.832V7.688z M59.732,22.593h2.976
|
||||
c1.024,0,1.972-0.145,2.844-0.432c0.872-0.288,1.624-0.704,2.256-1.248c0.632-0.544,1.124-1.216,1.476-2.017
|
||||
c0.352-0.8,0.528-1.704,0.528-2.712c0-1.056-0.176-1.983-0.528-2.784c-0.353-0.8-0.844-1.468-1.476-2.004
|
||||
c-0.632-0.536-1.384-0.944-2.256-1.224s-1.82-0.42-2.844-0.42h-2.976V22.593z"/>
|
||||
<path fill="#666666" d="M86.06,18.969c0,0.88-0.156,1.688-0.468,2.424c-0.312,0.736-0.744,1.372-1.296,1.908
|
||||
c-0.552,0.536-1.204,0.952-1.956,1.248c-0.752,0.296-1.56,0.443-2.424,0.443c-0.864,0-1.672-0.147-2.424-0.443
|
||||
c-0.752-0.296-1.4-0.712-1.944-1.248c-0.544-0.536-0.972-1.172-1.284-1.908c-0.312-0.735-0.468-1.544-0.468-2.424
|
||||
s0.156-1.684,0.468-2.412c0.312-0.728,0.74-1.356,1.284-1.884c0.543-0.528,1.191-0.939,1.944-1.236
|
||||
c0.752-0.296,1.56-0.444,2.424-0.444c0.864,0,1.672,0.148,2.424,0.444c0.752,0.297,1.404,0.708,1.956,1.236
|
||||
c0.552,0.527,0.984,1.156,1.296,1.884C85.904,17.285,86.06,18.089,86.06,18.969z M83.708,18.98c0-0.542-0.084-1.061-0.252-1.556
|
||||
c-0.169-0.494-0.414-0.929-0.734-1.304s-0.718-0.674-1.192-0.897s-1.015-0.335-1.625-0.335c-0.61,0-1.152,0.111-1.625,0.335
|
||||
c-0.474,0.224-0.871,0.522-1.191,0.897c-0.321,0.375-0.566,0.81-0.734,1.304C76.184,17.92,76.1,18.438,76.1,18.98
|
||||
c0,0.543,0.084,1.062,0.253,1.556c0.168,0.495,0.413,0.934,0.734,1.316c0.321,0.383,0.718,0.686,1.191,0.909
|
||||
c0.473,0.224,1.015,0.335,1.625,0.335c0.61,0,1.151-0.111,1.625-0.335s0.871-0.526,1.192-0.909s0.565-0.821,0.734-1.316
|
||||
C83.624,20.042,83.708,19.523,83.708,18.98z"/>
|
||||
<path fill="#666666" d="M96.428,16.184c-0.24-0.368-0.6-0.676-1.08-0.924s-0.992-0.372-1.536-0.372
|
||||
c-0.592,0-1.116,0.112-1.572,0.336c-0.456,0.225-0.844,0.524-1.164,0.9c-0.32,0.376-0.564,0.812-0.732,1.308
|
||||
s-0.252,1.017-0.252,1.56c0,0.545,0.084,1.064,0.252,1.561s0.412,0.933,0.732,1.308c0.32,0.376,0.712,0.677,1.176,0.9
|
||||
c0.464,0.225,0.992,0.336,1.584,0.336c0.576,0,1.1-0.111,1.572-0.336c0.472-0.224,0.86-0.528,1.164-0.912l1.512,1.368
|
||||
c-0.48,0.561-1.08,0.996-1.8,1.308c-0.72,0.312-1.536,0.468-2.448,0.468c-0.88,0-1.692-0.144-2.436-0.432
|
||||
c-0.744-0.288-1.388-0.691-1.932-1.212c-0.544-0.52-0.972-1.147-1.284-1.884s-0.468-1.561-0.468-2.473
|
||||
c0-0.896,0.152-1.711,0.456-2.447c0.304-0.736,0.728-1.368,1.272-1.896c0.543-0.527,1.188-0.936,1.932-1.224
|
||||
c0.744-0.288,1.548-0.433,2.412-0.433c0.8,0,1.596,0.16,2.388,0.48s1.419,0.784,1.884,1.392L96.428,16.184z"/>
|
||||
<path fill="#666666" d="M103.1,23.24c0,0.417-0.152,0.784-0.456,1.104c-0.304,0.32-0.688,0.479-1.152,0.479
|
||||
c-0.448,0-0.828-0.155-1.14-0.468c-0.312-0.312-0.468-0.676-0.468-1.092c0-0.432,0.152-0.804,0.456-1.116
|
||||
c0.304-0.312,0.688-0.468,1.152-0.468c0.464,0,0.848,0.152,1.152,0.456C102.947,22.44,103.1,22.808,103.1,23.24z"/>
|
||||
<path fill="#666666" d="M116.635,18.969c0,0.88-0.156,1.688-0.468,2.424c-0.312,0.736-0.744,1.372-1.296,1.908
|
||||
c-0.552,0.536-1.204,0.952-1.956,1.248c-0.752,0.296-1.56,0.443-2.424,0.443c-0.864,0-1.672-0.147-2.424-0.443
|
||||
c-0.752-0.296-1.4-0.712-1.944-1.248c-0.544-0.536-0.972-1.172-1.284-1.908c-0.312-0.735-0.468-1.544-0.468-2.424
|
||||
s0.156-1.684,0.468-2.412c0.312-0.728,0.74-1.356,1.284-1.884c0.543-0.528,1.191-0.939,1.944-1.236
|
||||
c0.752-0.296,1.56-0.444,2.424-0.444c0.864,0,1.672,0.148,2.424,0.444c0.752,0.297,1.404,0.708,1.956,1.236
|
||||
c0.552,0.527,0.984,1.156,1.296,1.884C116.479,17.285,116.635,18.089,116.635,18.969z M114.283,18.98
|
||||
c0-0.542-0.084-1.061-0.252-1.556c-0.169-0.494-0.414-0.929-0.734-1.304s-0.718-0.674-1.192-0.897s-1.015-0.335-1.625-0.335
|
||||
c-0.61,0-1.152,0.111-1.625,0.335c-0.474,0.224-0.871,0.522-1.191,0.897c-0.321,0.375-0.566,0.81-0.734,1.304
|
||||
c-0.169,0.495-0.253,1.014-0.253,1.556c0,0.543,0.084,1.062,0.253,1.556c0.168,0.495,0.413,0.934,0.734,1.316
|
||||
c0.321,0.383,0.718,0.686,1.191,0.909c0.473,0.224,1.015,0.335,1.625,0.335c0.61,0,1.151-0.111,1.625-0.335
|
||||
s0.871-0.526,1.192-0.909s0.565-0.821,0.734-1.316C114.199,20.042,114.283,19.523,114.283,18.98z"/>
|
||||
<path fill="#666666" d="M119.251,14.577c-0.016-0.48-0.04-0.904-0.072-1.272h2.136c0.032,0.288,0.056,0.62,0.072,0.996
|
||||
c0.016,0.376,0.024,0.684,0.024,0.924h0.072c0.32-0.672,0.788-1.212,1.404-1.62c0.616-0.408,1.308-0.612,2.076-0.612
|
||||
c0.352,0,0.648,0.033,0.888,0.097l-0.096,2.088c-0.32-0.08-0.664-0.12-1.032-0.12c-0.544,0-1.016,0.101-1.416,0.3
|
||||
c-0.4,0.2-0.732,0.468-0.996,0.805c-0.264,0.336-0.46,0.724-0.588,1.163c-0.128,0.44-0.192,0.9-0.192,1.381v5.976h-2.256v-8.928
|
||||
C119.275,15.449,119.267,15.056,119.251,14.577z"/>
|
||||
<path fill="#666666" d="M128.419,26.625c0.496,0.56,1.116,1.008,1.86,1.344c0.744,0.336,1.508,0.504,2.292,0.504
|
||||
c0.752,0,1.384-0.108,1.896-0.324s0.924-0.512,1.236-0.888s0.536-0.82,0.672-1.332c0.136-0.513,0.204-1.064,0.204-1.656v-1.464
|
||||
h-0.048c-0.416,0.641-0.984,1.128-1.704,1.464c-0.72,0.336-1.488,0.504-2.304,0.504c-0.864,0-1.652-0.151-2.364-0.456
|
||||
c-0.712-0.304-1.316-0.72-1.812-1.248c-0.496-0.527-0.88-1.147-1.152-1.859s-0.408-1.477-0.408-2.292
|
||||
c0-0.816,0.136-1.584,0.408-2.305c0.272-0.72,0.656-1.348,1.152-1.884c0.496-0.535,1.096-0.96,1.8-1.271
|
||||
c0.704-0.312,1.488-0.469,2.352-0.469c0.816,0,1.596,0.177,2.34,0.528c0.744,0.353,1.332,0.888,1.764,1.608h0.048v-1.824h2.184
|
||||
v10.8c0,0.832-0.104,1.628-0.312,2.388c-0.208,0.76-0.56,1.433-1.056,2.017s-1.144,1.052-1.944,1.404
|
||||
c-0.8,0.352-1.792,0.527-2.976,0.527c-0.992,0-1.988-0.18-2.988-0.54c-1-0.359-1.86-0.868-2.58-1.523L128.419,26.625z
|
||||
M129.091,18.873c0,0.527,0.084,1.031,0.253,1.512c0.168,0.479,0.417,0.904,0.746,1.271c0.329,0.369,0.726,0.664,1.192,0.889
|
||||
c0.465,0.224,0.995,0.336,1.589,0.336c0.577,0,1.107-0.104,1.589-0.312c0.481-0.207,0.891-0.491,1.228-0.852
|
||||
s0.598-0.784,0.782-1.272c0.185-0.487,0.277-1.012,0.277-1.571c0-0.544-0.093-1.057-0.277-1.536
|
||||
c-0.185-0.48-0.449-0.904-0.794-1.272c-0.345-0.367-0.755-0.66-1.228-0.876c-0.474-0.216-1-0.324-1.577-0.324
|
||||
c-0.594,0-1.124,0.108-1.589,0.324c-0.466,0.216-0.863,0.504-1.192,0.864s-0.578,0.784-0.746,1.271
|
||||
C129.175,17.812,129.091,18.329,129.091,18.873z"/>
|
||||
</g>
|
||||
<g><a xlink:href="/" pointer-events="all" target="_top"><polygon fill="none" points="0,0 145,0 145,35 0,35 0,0"/></a></g>
|
||||
|
||||
</g>
|
||||
|
||||
|
||||
<!-- NSFileHandle -->
|
||||
<g id="node1" class="node">
|
||||
<g id="a_node1"><a xlink:href="/type/NSFileHandle/" target="_top">
|
||||
<polygon fill="#999999" stroke="#999999" points="105.025,-22 20.9751,-22 20.9751,-0 105.025,-0 105.025,-22"/>
|
||||
<text text-anchor="middle" x="63" y="-7.4" font-family="Helvetica,sans-Serif" font-size="12.00" fill="white">NSFileHandle</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- ReadableStreamType -->
|
||||
<g id="node2" class="node">
|
||||
<g id="a_node2"><a xlink:href="/protocol/ReadableStreamType/" target="_top">
|
||||
<path fill="#ee543d" stroke="#ee543d" d="M118.722,-80C118.722,-80 7.27766,-80 7.27766,-80 3.61099,-80 -0.055675,-76.3333 -0.055675,-72.6667 -0.055675,-72.6667 -0.055675,-65.3333 -0.055675,-65.3333 -0.055675,-61.6667 3.61099,-58 7.27766,-58 7.27766,-58 118.722,-58 118.722,-58 122.389,-58 126.056,-61.6667 126.056,-65.3333 126.056,-65.3333 126.056,-72.6667 126.056,-72.6667 126.056,-76.3333 122.389,-80 118.722,-80"/>
|
||||
<text text-anchor="middle" x="63" y="-65.4" font-family="Helvetica,sans-Serif" font-size="12.00" fill="white">ReadableStreamType</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- ReadableStreamType->NSFileHandle -->
|
||||
<g id="edge1" class="edge">
|
||||
<path fill="none" stroke="#cccccc" d="M63,-57.9883C63,-50.9098 63,-41.1714 63,-32.4779"/>
|
||||
<polygon fill="#cccccc" stroke="#cccccc" points="66.5001,-32.3038 63,-22.3039 59.5001,-32.3039 66.5001,-32.3038"/>
|
||||
</g>
|
||||
<!-- Streamable -->
|
||||
<g id="node3" class="node">
|
||||
<g id="a_node3"><a xlink:href="/protocol/Streamable/" target="_top">
|
||||
<path fill="#999999" stroke="#999999" d="M91.1898,-138C91.1898,-138 34.8102,-138 34.8102,-138 31.1436,-138 27.4769,-134.333 27.4769,-130.667 27.4769,-130.667 27.4769,-123.333 27.4769,-123.333 27.4769,-119.667 31.1436,-116 34.8102,-116 34.8102,-116 91.1898,-116 91.1898,-116 94.8564,-116 98.5231,-119.667 98.5231,-123.333 98.5231,-123.333 98.5231,-130.667 98.5231,-130.667 98.5231,-134.333 94.8564,-138 91.1898,-138"/>
|
||||
<text text-anchor="middle" x="63" y="-123.4" font-family="Helvetica,sans-Serif" font-size="12.00" fill="white">Streamable</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Streamable->ReadableStreamType -->
|
||||
<g id="edge2" class="edge">
|
||||
<path fill="none" stroke="#cccccc" d="M63,-115.988C63,-108.91 63,-99.1714 63,-90.4779"/>
|
||||
<polygon fill="#cccccc" stroke="#cccccc" points="66.5001,-90.3038 63,-80.3039 59.5001,-90.3039 66.5001,-90.3038"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 12 KiB |
@@ -1,56 +0,0 @@
|
||||
---
|
||||
layout: "default"
|
||||
title: "ReadableStreamType"
|
||||
description: "Swift documentation for 'ReadableStreamType': A stream of text. Does as much as possible lazily. ."
|
||||
keywords: "ReadableStreamType,protocol,swift,documentation,readSome,read,lines,writeTo"
|
||||
---
|
||||
|
||||
<code class="language-swift">protocol ReadableStreamType { ... }</code>
|
||||
|
||||
<div class="comment">
|
||||
<p>A stream of text. Does as much as possible lazily. </p>
|
||||
</div>
|
||||
|
||||
<h3>Inheritance</h3>
|
||||
<code class="inherits">Streamable</code>
|
||||
<span class="viz"><a href="hierarchy/">Protocol hierarchy</a></span>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h3>Instance Methods</h3>
|
||||
<div class="declaration">
|
||||
<code class="language-swift">func readSome() -> String?</code>
|
||||
<div class="comment">
|
||||
<p>Whatever amount of text the stream feels like providing.
|
||||
If the source is a file this will read everything at once.</p>
|
||||
|
||||
<pre><code class="language-swift"> **Returns:** more text from the stream, or nil if we have reached the end.
|
||||
</code></pre>
|
||||
</div>
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<code class="language-swift">func read() -> String</code>
|
||||
<div class="comment">
|
||||
<p>Read everything at once. </p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<code class="language-swift">func lines() -> SequenceOf<String></code>
|
||||
<div class="comment">
|
||||
<p>Lazily split the stream into lines. </p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<code class="language-swift">func writeTo<Target : OutputStreamType>(inout target: Target)</code>
|
||||
<div class="comment">
|
||||
<p>Enable stream to be used by "println" and "toString". </p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
layout: "svg_wrapper"
|
||||
title: "Inheritance Graph for Streamable"
|
||||
typename: "Streamable"
|
||||
---
|
||||
|
||||
@@ -1,138 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Generated by graphviz version 2.36.0 (20140111.2315)
|
||||
-->
|
||||
<!-- Title: Streamable - Type Hierarchy - Swifter Pages: 1 -->
|
||||
<svg width="320pt" height="253pt"
|
||||
viewBox="0.00 0.00 320.0 253.20" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(7.2 195.6)">
|
||||
<g transform="translate(0 -195.6)">
|
||||
<g>
|
||||
<path fill="#666666" d="M13.846,10.832c-0.336-0.464-0.792-0.844-1.368-1.14s-1.224-0.444-1.944-0.444
|
||||
c-0.384,0-0.772,0.052-1.164,0.156C8.977,9.509,8.622,9.677,8.301,9.908c-0.32,0.232-0.58,0.52-0.78,0.864
|
||||
c-0.2,0.344-0.3,0.756-0.3,1.236c0,0.464,0.092,0.852,0.276,1.164c0.184,0.312,0.432,0.576,0.744,0.792s0.68,0.4,1.104,0.552
|
||||
c0.423,0.152,0.876,0.309,1.356,0.468c0.576,0.177,1.16,0.376,1.752,0.601c0.592,0.224,1.128,0.52,1.608,0.888
|
||||
s0.872,0.828,1.176,1.38s0.456,1.252,0.456,2.101c0,0.88-0.164,1.644-0.492,2.292c-0.328,0.647-0.765,1.184-1.308,1.607
|
||||
c-0.544,0.424-1.172,0.74-1.884,0.948s-1.444,0.312-2.196,0.312c-1.072,0-2.108-0.208-3.108-0.624
|
||||
c-1-0.415-1.828-1.031-2.484-1.848l1.848-1.56c0.4,0.592,0.936,1.071,1.608,1.439c0.672,0.368,1.399,0.552,2.184,0.552
|
||||
c0.4,0,0.8-0.056,1.2-0.168c0.4-0.111,0.764-0.288,1.092-0.527c0.328-0.24,0.596-0.54,0.804-0.9
|
||||
c0.208-0.36,0.312-0.796,0.312-1.308s-0.108-0.94-0.324-1.284c-0.216-0.344-0.508-0.636-0.876-0.876s-0.796-0.444-1.284-0.612
|
||||
c-0.488-0.168-1.004-0.34-1.548-0.516c-0.544-0.16-1.08-0.356-1.608-0.588c-0.528-0.232-1-0.528-1.416-0.889
|
||||
c-0.416-0.359-0.752-0.804-1.008-1.332c-0.256-0.527-0.384-1.184-0.384-1.968c0-0.848,0.172-1.576,0.516-2.184
|
||||
c0.344-0.608,0.792-1.112,1.344-1.512c0.552-0.4,1.176-0.692,1.872-0.876c0.696-0.184,1.396-0.276,2.1-0.276
|
||||
c0.992,0,1.92,0.176,2.784,0.528c0.864,0.352,1.56,0.824,2.088,1.416L13.846,10.832z"/>
|
||||
<path fill="#666666" d="M18.813,13.304l2.568,8.688h0.048l2.712-8.688h2.376l2.76,8.688h0.048l2.568-8.688h2.376L30.501,24.68
|
||||
h-2.352l-2.808-8.544h-0.048l-2.784,8.544h-2.352l-3.792-11.376H18.813z"/>
|
||||
<path fill="#666666" d="M38.685,9.2c0,0.416-0.147,0.76-0.44,1.032c-0.294,0.272-0.647,0.408-1.06,0.408s-0.762-0.14-1.047-0.42
|
||||
c-0.286-0.28-0.429-0.62-0.429-1.02c0-0.416,0.143-0.764,0.429-1.044c0.286-0.28,0.635-0.42,1.047-0.42s0.766,0.14,1.06,0.42
|
||||
C38.538,8.437,38.685,8.784,38.685,9.2z M38.325,24.68h-2.256V13.304h2.256V24.68z"/>
|
||||
<path fill="#666666" d="M47.613,15.152h-2.64v9.528h-2.256v-9.528h-2.256v-1.848h2.256v-2.376c0-0.672,0.076-1.292,0.228-1.86
|
||||
c0.152-0.568,0.4-1.06,0.744-1.476c0.344-0.416,0.784-0.744,1.32-0.984c0.536-0.24,1.188-0.36,1.956-0.36
|
||||
c0.544,0,1.016,0.056,1.416,0.168l-0.264,1.944c-0.176-0.048-0.352-0.088-0.528-0.12c-0.176-0.032-0.376-0.048-0.6-0.048
|
||||
c-0.432,0-0.78,0.076-1.044,0.228c-0.264,0.152-0.468,0.356-0.612,0.612s-0.24,0.548-0.288,0.876
|
||||
c-0.048,0.328-0.072,0.668-0.072,1.02v2.376h2.64V15.152z"/>
|
||||
<path fill="#666666" d="M54.909,15.152h-3.024v5.91c0,0.687,0.128,1.177,0.384,1.472c0.256,0.295,0.664,0.442,1.224,0.442
|
||||
c0.208,0,0.432-0.021,0.672-0.065c0.24-0.044,0.456-0.11,0.648-0.198l0.072,1.848c-0.272,0.096-0.572,0.172-0.9,0.229
|
||||
c-0.328,0.056-0.668,0.084-1.02,0.084c-1.072,0-1.892-0.296-2.46-0.889c-0.568-0.592-0.852-1.479-0.852-2.664v-6.168h-2.184
|
||||
v-1.848h2.184V10.04h2.232v3.264h3.024V15.152z"/>
|
||||
<path fill="#666666" d="M57.356,7.688h5.832c1.088,0,2.176,0.16,3.264,0.48c1.088,0.32,2.072,0.824,2.952,1.512
|
||||
s1.592,1.568,2.136,2.64c0.544,1.072,0.816,2.36,0.816,3.864c0,1.456-0.272,2.716-0.816,3.78s-1.256,1.943-2.136,2.64
|
||||
s-1.864,1.216-2.952,1.561c-1.088,0.344-2.176,0.516-3.264,0.516h-5.832V7.688z M59.732,22.593h2.976
|
||||
c1.024,0,1.972-0.145,2.844-0.432c0.872-0.288,1.624-0.704,2.256-1.248c0.632-0.544,1.124-1.216,1.476-2.017
|
||||
c0.352-0.8,0.528-1.704,0.528-2.712c0-1.056-0.176-1.983-0.528-2.784c-0.353-0.8-0.844-1.468-1.476-2.004
|
||||
c-0.632-0.536-1.384-0.944-2.256-1.224s-1.82-0.42-2.844-0.42h-2.976V22.593z"/>
|
||||
<path fill="#666666" d="M86.06,18.969c0,0.88-0.156,1.688-0.468,2.424c-0.312,0.736-0.744,1.372-1.296,1.908
|
||||
c-0.552,0.536-1.204,0.952-1.956,1.248c-0.752,0.296-1.56,0.443-2.424,0.443c-0.864,0-1.672-0.147-2.424-0.443
|
||||
c-0.752-0.296-1.4-0.712-1.944-1.248c-0.544-0.536-0.972-1.172-1.284-1.908c-0.312-0.735-0.468-1.544-0.468-2.424
|
||||
s0.156-1.684,0.468-2.412c0.312-0.728,0.74-1.356,1.284-1.884c0.543-0.528,1.191-0.939,1.944-1.236
|
||||
c0.752-0.296,1.56-0.444,2.424-0.444c0.864,0,1.672,0.148,2.424,0.444c0.752,0.297,1.404,0.708,1.956,1.236
|
||||
c0.552,0.527,0.984,1.156,1.296,1.884C85.904,17.285,86.06,18.089,86.06,18.969z M83.708,18.98c0-0.542-0.084-1.061-0.252-1.556
|
||||
c-0.169-0.494-0.414-0.929-0.734-1.304s-0.718-0.674-1.192-0.897s-1.015-0.335-1.625-0.335c-0.61,0-1.152,0.111-1.625,0.335
|
||||
c-0.474,0.224-0.871,0.522-1.191,0.897c-0.321,0.375-0.566,0.81-0.734,1.304C76.184,17.92,76.1,18.438,76.1,18.98
|
||||
c0,0.543,0.084,1.062,0.253,1.556c0.168,0.495,0.413,0.934,0.734,1.316c0.321,0.383,0.718,0.686,1.191,0.909
|
||||
c0.473,0.224,1.015,0.335,1.625,0.335c0.61,0,1.151-0.111,1.625-0.335s0.871-0.526,1.192-0.909s0.565-0.821,0.734-1.316
|
||||
C83.624,20.042,83.708,19.523,83.708,18.98z"/>
|
||||
<path fill="#666666" d="M96.428,16.184c-0.24-0.368-0.6-0.676-1.08-0.924s-0.992-0.372-1.536-0.372
|
||||
c-0.592,0-1.116,0.112-1.572,0.336c-0.456,0.225-0.844,0.524-1.164,0.9c-0.32,0.376-0.564,0.812-0.732,1.308
|
||||
s-0.252,1.017-0.252,1.56c0,0.545,0.084,1.064,0.252,1.561s0.412,0.933,0.732,1.308c0.32,0.376,0.712,0.677,1.176,0.9
|
||||
c0.464,0.225,0.992,0.336,1.584,0.336c0.576,0,1.1-0.111,1.572-0.336c0.472-0.224,0.86-0.528,1.164-0.912l1.512,1.368
|
||||
c-0.48,0.561-1.08,0.996-1.8,1.308c-0.72,0.312-1.536,0.468-2.448,0.468c-0.88,0-1.692-0.144-2.436-0.432
|
||||
c-0.744-0.288-1.388-0.691-1.932-1.212c-0.544-0.52-0.972-1.147-1.284-1.884s-0.468-1.561-0.468-2.473
|
||||
c0-0.896,0.152-1.711,0.456-2.447c0.304-0.736,0.728-1.368,1.272-1.896c0.543-0.527,1.188-0.936,1.932-1.224
|
||||
c0.744-0.288,1.548-0.433,2.412-0.433c0.8,0,1.596,0.16,2.388,0.48s1.419,0.784,1.884,1.392L96.428,16.184z"/>
|
||||
<path fill="#666666" d="M103.1,23.24c0,0.417-0.152,0.784-0.456,1.104c-0.304,0.32-0.688,0.479-1.152,0.479
|
||||
c-0.448,0-0.828-0.155-1.14-0.468c-0.312-0.312-0.468-0.676-0.468-1.092c0-0.432,0.152-0.804,0.456-1.116
|
||||
c0.304-0.312,0.688-0.468,1.152-0.468c0.464,0,0.848,0.152,1.152,0.456C102.947,22.44,103.1,22.808,103.1,23.24z"/>
|
||||
<path fill="#666666" d="M116.635,18.969c0,0.88-0.156,1.688-0.468,2.424c-0.312,0.736-0.744,1.372-1.296,1.908
|
||||
c-0.552,0.536-1.204,0.952-1.956,1.248c-0.752,0.296-1.56,0.443-2.424,0.443c-0.864,0-1.672-0.147-2.424-0.443
|
||||
c-0.752-0.296-1.4-0.712-1.944-1.248c-0.544-0.536-0.972-1.172-1.284-1.908c-0.312-0.735-0.468-1.544-0.468-2.424
|
||||
s0.156-1.684,0.468-2.412c0.312-0.728,0.74-1.356,1.284-1.884c0.543-0.528,1.191-0.939,1.944-1.236
|
||||
c0.752-0.296,1.56-0.444,2.424-0.444c0.864,0,1.672,0.148,2.424,0.444c0.752,0.297,1.404,0.708,1.956,1.236
|
||||
c0.552,0.527,0.984,1.156,1.296,1.884C116.479,17.285,116.635,18.089,116.635,18.969z M114.283,18.98
|
||||
c0-0.542-0.084-1.061-0.252-1.556c-0.169-0.494-0.414-0.929-0.734-1.304s-0.718-0.674-1.192-0.897s-1.015-0.335-1.625-0.335
|
||||
c-0.61,0-1.152,0.111-1.625,0.335c-0.474,0.224-0.871,0.522-1.191,0.897c-0.321,0.375-0.566,0.81-0.734,1.304
|
||||
c-0.169,0.495-0.253,1.014-0.253,1.556c0,0.543,0.084,1.062,0.253,1.556c0.168,0.495,0.413,0.934,0.734,1.316
|
||||
c0.321,0.383,0.718,0.686,1.191,0.909c0.473,0.224,1.015,0.335,1.625,0.335c0.61,0,1.151-0.111,1.625-0.335
|
||||
s0.871-0.526,1.192-0.909s0.565-0.821,0.734-1.316C114.199,20.042,114.283,19.523,114.283,18.98z"/>
|
||||
<path fill="#666666" d="M119.251,14.577c-0.016-0.48-0.04-0.904-0.072-1.272h2.136c0.032,0.288,0.056,0.62,0.072,0.996
|
||||
c0.016,0.376,0.024,0.684,0.024,0.924h0.072c0.32-0.672,0.788-1.212,1.404-1.62c0.616-0.408,1.308-0.612,2.076-0.612
|
||||
c0.352,0,0.648,0.033,0.888,0.097l-0.096,2.088c-0.32-0.08-0.664-0.12-1.032-0.12c-0.544,0-1.016,0.101-1.416,0.3
|
||||
c-0.4,0.2-0.732,0.468-0.996,0.805c-0.264,0.336-0.46,0.724-0.588,1.163c-0.128,0.44-0.192,0.9-0.192,1.381v5.976h-2.256v-8.928
|
||||
C119.275,15.449,119.267,15.056,119.251,14.577z"/>
|
||||
<path fill="#666666" d="M128.419,26.625c0.496,0.56,1.116,1.008,1.86,1.344c0.744,0.336,1.508,0.504,2.292,0.504
|
||||
c0.752,0,1.384-0.108,1.896-0.324s0.924-0.512,1.236-0.888s0.536-0.82,0.672-1.332c0.136-0.513,0.204-1.064,0.204-1.656v-1.464
|
||||
h-0.048c-0.416,0.641-0.984,1.128-1.704,1.464c-0.72,0.336-1.488,0.504-2.304,0.504c-0.864,0-1.652-0.151-2.364-0.456
|
||||
c-0.712-0.304-1.316-0.72-1.812-1.248c-0.496-0.527-0.88-1.147-1.152-1.859s-0.408-1.477-0.408-2.292
|
||||
c0-0.816,0.136-1.584,0.408-2.305c0.272-0.72,0.656-1.348,1.152-1.884c0.496-0.535,1.096-0.96,1.8-1.271
|
||||
c0.704-0.312,1.488-0.469,2.352-0.469c0.816,0,1.596,0.177,2.34,0.528c0.744,0.353,1.332,0.888,1.764,1.608h0.048v-1.824h2.184
|
||||
v10.8c0,0.832-0.104,1.628-0.312,2.388c-0.208,0.76-0.56,1.433-1.056,2.017s-1.144,1.052-1.944,1.404
|
||||
c-0.8,0.352-1.792,0.527-2.976,0.527c-0.992,0-1.988-0.18-2.988-0.54c-1-0.359-1.86-0.868-2.58-1.523L128.419,26.625z
|
||||
M129.091,18.873c0,0.527,0.084,1.031,0.253,1.512c0.168,0.479,0.417,0.904,0.746,1.271c0.329,0.369,0.726,0.664,1.192,0.889
|
||||
c0.465,0.224,0.995,0.336,1.589,0.336c0.577,0,1.107-0.104,1.589-0.312c0.481-0.207,0.891-0.491,1.228-0.852
|
||||
s0.598-0.784,0.782-1.272c0.185-0.487,0.277-1.012,0.277-1.571c0-0.544-0.093-1.057-0.277-1.536
|
||||
c-0.185-0.48-0.449-0.904-0.794-1.272c-0.345-0.367-0.755-0.66-1.228-0.876c-0.474-0.216-1-0.324-1.577-0.324
|
||||
c-0.594,0-1.124,0.108-1.589,0.324c-0.466,0.216-0.863,0.504-1.192,0.864s-0.578,0.784-0.746,1.271
|
||||
C129.175,17.812,129.091,18.329,129.091,18.873z"/>
|
||||
</g>
|
||||
<g><a xlink:href="/" pointer-events="all" target="_top"><polygon fill="none" points="0,0 145,0 145,35 0,35 0,0"/></a></g>
|
||||
|
||||
</g>
|
||||
|
||||
|
||||
<!-- NSFileHandle -->
|
||||
<g id="node1" class="node">
|
||||
<g id="a_node1"><a xlink:href="/type/NSFileHandle/" target="_top">
|
||||
<polygon fill="#999999" stroke="#999999" points="105.025,-22 20.9751,-22 20.9751,-0 105.025,-0 105.025,-22"/>
|
||||
<text text-anchor="middle" x="63" y="-7.4" font-family="Helvetica,sans-Serif" font-size="12.00" fill="white">NSFileHandle</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- ReadableStreamType -->
|
||||
<g id="node2" class="node">
|
||||
<g id="a_node2"><a xlink:href="/protocol/ReadableStreamType/" target="_top">
|
||||
<path fill="#999999" stroke="#999999" d="M118.722,-80C118.722,-80 7.27766,-80 7.27766,-80 3.61099,-80 -0.055675,-76.3333 -0.055675,-72.6667 -0.055675,-72.6667 -0.055675,-65.3333 -0.055675,-65.3333 -0.055675,-61.6667 3.61099,-58 7.27766,-58 7.27766,-58 118.722,-58 118.722,-58 122.389,-58 126.056,-61.6667 126.056,-65.3333 126.056,-65.3333 126.056,-72.6667 126.056,-72.6667 126.056,-76.3333 122.389,-80 118.722,-80"/>
|
||||
<text text-anchor="middle" x="63" y="-65.4" font-family="Helvetica,sans-Serif" font-size="12.00" fill="white">ReadableStreamType</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- ReadableStreamType->NSFileHandle -->
|
||||
<g id="edge2" class="edge">
|
||||
<path fill="none" stroke="#cccccc" d="M63,-57.9883C63,-50.9098 63,-41.1714 63,-32.4779"/>
|
||||
<polygon fill="#cccccc" stroke="#cccccc" points="66.5001,-32.3038 63,-22.3039 59.5001,-32.3039 66.5001,-32.3038"/>
|
||||
</g>
|
||||
<!-- Streamable -->
|
||||
<g id="node3" class="node">
|
||||
<g id="a_node3"><a xlink:href="/protocol/Streamable/" target="_top">
|
||||
<path fill="#ee543d" stroke="#ee543d" d="M91.1898,-138C91.1898,-138 34.8102,-138 34.8102,-138 31.1436,-138 27.4769,-134.333 27.4769,-130.667 27.4769,-130.667 27.4769,-123.333 27.4769,-123.333 27.4769,-119.667 31.1436,-116 34.8102,-116 34.8102,-116 91.1898,-116 91.1898,-116 94.8564,-116 98.5231,-119.667 98.5231,-123.333 98.5231,-123.333 98.5231,-130.667 98.5231,-130.667 98.5231,-134.333 94.8564,-138 91.1898,-138"/>
|
||||
<text text-anchor="middle" x="63" y="-123.4" font-family="Helvetica,sans-Serif" font-size="12.00" fill="white">Streamable</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Streamable->ReadableStreamType -->
|
||||
<g id="edge1" class="edge">
|
||||
<path fill="none" stroke="#cccccc" d="M63,-115.988C63,-108.91 63,-99.1714 63,-90.4779"/>
|
||||
<polygon fill="#cccccc" stroke="#cccccc" points="66.5001,-90.3038 63,-80.3039 59.5001,-90.3039 66.5001,-90.3038"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 12 KiB |
@@ -1,23 +0,0 @@
|
||||
---
|
||||
layout: "default"
|
||||
title: "Streamable"
|
||||
description: "Swift documentation for protocol 'Streamable'."
|
||||
keywords: "Streamable,protocol,swift,documentation"
|
||||
---
|
||||
|
||||
<code class="language-swift">protocol Streamable { ... }</code>
|
||||
|
||||
|
||||
<h3>Inheritance</h3>
|
||||
<span class="viz"><a href="hierarchy/">Protocol hierarchy</a></span>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
layout: "svg_wrapper"
|
||||
title: "Inheritance Graph for WriteableStreamType"
|
||||
typename: "WriteableStreamType"
|
||||
---
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user