/*BOXES*/
html body.tc-body .bluebox {display:block;background-color:#eef;padding:5px;padding-left:20px;padding-top:10px;margin-top:5px;margin-bottom:5px;width:95%;color:#000;}
html body.tc-body .graybox {display:block;background-color:#eee;padding:5px;padding-left:20px;padding-top:10px;margin-top:5px;margin-bottom:5px;width:95%;color:#000;}
body p {<<colour foreground>>;}
code {color: #b0a;background-color:#eee;}
/* COLUMN FIX FOR 5.2.2 */
.sq-story-rivertwo-scrollable {
overflow: auto;
}
/*TIGHT NOTES*/
html body.tc-body h1, html body.tc-body h2, html body.tc-body h3, html body.tc-body h4 { margin-top: 0.3em; margin-bottom: 0.3em; }
/*FONT SUBTITLES*/
.serif {font-family: 'Arial', sans-serif; color: <<colour tiddler-editor-border>>font-size:10pt;}
html body.tc-body .serif a.tc-tiddlylink-external {font-family: 'Arial', sans-serif;font-size:12pt; line-height:normal;font-weight:normal;color:#666;}
/*FONT STUFF (colors)*/
html body.tc-body .lightgraybk {background:#eee;padding:1px 4px px 4px;margin-bottom:2px;font-family:'Arial', sans-serif;}
.red {color:red;}
html body.tc-body .blue a {color:blue;}
/*FONT STUFF SOURCES*/
html body.tc-body .source {color:#777;font-size:10pt;}
/*ICON COLORS*/
html body.tc-body .tc-image-edit-button {stroke: white;fill:#555;}
html body.tc-body .tc-image-chevron-up {stroke: white;fill:#ccc;}
html body.tc-body .tc-image-chevron-down {stroke: white;fill:#ccc;}
html body.tc-body .tc-image-fold-button {stroke: white;fill:#ccc;}
html body.tc-body .tc-image-close-button {stroke: white;fill:#555;}
html body.tc-body .tc-image-unfold-button {stroke: white;fill:#ccc;}
html body.tc-body .tc-image-preview-open {stroke: white;fill:#f29;font-size:150%;}
html body.tc-body .tc-image-delete-button {stroke: white;fill:#ff2222;}
html body.tc-body .tc-image-cancel-button {stroke: white;fill:#ffdd55;}
html body.tc-body .tc-image-done-button {stroke: white;fill:#094;}
/*INDENTING*/
html body.tc-body .indent1 {margin-left:1.5em;display:block;}
/*LINKS*/
html body.tc-body a.tc-tiddlylink {text-decoration: none;font-style: normal;font-weight: normal;}
html body.tc-body a.tc-tiddlylink-external {text-decoration: none;font-weight: normal;}
html body.tc-body a.tc-tiddlylink-visited {text-decoration: none;font-weight: normal;}
html body.tc-body .source a.tc-tiddlylink-external {font-weight: normal;font-size:10pt;}
/*LISTS BASIC*/
html body.tc-body ul li {color: <<colour foreground>>;}
html body.tc-body ol li {color:<<colour foreground>>;}
/*TIDDLER TITLES*/
.tc-tiddler-missing .tc-title { font-style: normal; font-weight: bold; }
/*VIEWTEMPLATE FONT SIZE*/
html body.tc-body .viewtemplatebigtext {font-size:110%;}
/*HIDE SECTIONS FOR PRINTING*/
@media print {#tc-page-background {display: none ! important;}}
@media print {.tc-tags-wrapper {display: none ! important;}}
@media print { body.tc-body {background-color: transparent;}}
@media print {.tc-image-chevron-up {display: none ! important;}}
@media print {.tc-image-chevron-down {display: none ! important;}}
@media print {button.sidebar-toggle {display: none ! important;}}
@media print {.hideprint {display: none ! important;}}
@media print {.tc-btn-invisible {display: none ! important;}}
@media print {
.story-river {
margin: 0;
padding: 0;
}
html body.tc-body .tc-tiddler-frame {
margin: 0;
border-bottom: 1px solid #fff;
padding: 5px;}
html body.tc-body a.tc-tiddlylink-external:hover {
border: 1px solid <<colour tiddler-border>>;
}
html body.tc-body .tc-tiddler-info {
padding: 14px 42px 14px 42px;
background-color: <<colour tiddler-info-background>>;}
}
<$vars journalTitleTemplate={{$:/config/NewJournal/Title}} journalTags={{$:/config/NewJournal/Tags}} journalText="">
<$wikify name="journalTitle" text="""<$macrocall $name="now" format=<<journalTitleTemplate>>/>""">
<$reveal type="nomatch" state=<<journalTitle>> text="">
<$action-sendmessage $message="tm-new-tiddler" title=<<journalTitle>> tags="" text={{{ [<journalTitle>get[]] }}}/>
</$reveal>
<$reveal type="match" state=<<journalTitle>> text="">
<$action-sendmessage $message="tm-new-tiddler" title=<<journalTitle>> tags="" text=<<journalText>>/>
</$reveal>
</$wikify>
</$vars>
<$button class="tc-btn-invisible" popup="$:/SamplePopupState">{{$:/core/images/chevron-down}}</$button>
<$reveal type="popup" state="$:/SamplePopupState" class="tc-tiddler-body tc-drop-down tc-popup-keep">
<$checkbox tiddler="$:/core/ui/EditTemplate/title" tag="$:/tags/EditTemplate"> title</$checkbox><br>
<$checkbox tiddler="$:/core/ui/EditTemplate/tags" tag="$:/tags/EditTemplate"> tags</$checkbox><br>
<$checkbox tiddler="$:/core/ui/EditTemplate/type" tag="$:/tags/EditTemplate"> type</$checkbox><br>
<$checkbox tiddler="$:/core/ui/EditTemplate/fields" tag="$:/tags/EditTemplate"> fields</$checkbox><br>
<$checkbox tiddler="$:/config/TextEditor/EnableToolbar" field="text" checked="yes" unchecked="no" default="no"> toolbar</$checkbox><br>
<$checkbox tiddler="$:/.giffmex/EditTemplate/custom" tag="$:/tags/EditTemplate"> custom</$checkbox>
''Open / close the sidebar:'' <$list filter="[[$:/state/sidebar]get[text]] +[else[yes]!match[no]]" variable="ignore"><$button set="$:/state/sidebar" setTo="no" tooltip={{$:/language/Buttons/HideSideBar/Hint}} aria-label={{$:/language/Buttons/HideSideBar/Caption}} class="tc-btn-invisible">{{$:/core/images/chevron-right}}</$button>
</$list><$list filter="[[$:/state/sidebar]get[text]] +[else[yes]match[no]]" variable="ignore">
<$button set="$:/state/sidebar" setTo="yes" tooltip={{$:/language/Buttons/ShowSideBar/Hint}} aria-label={{$:/language/Buttons/ShowSideBar/Caption}} class="tc-btn-invisible">{{$:/core/images/chevron-left}}</$button>
</$list>
''Click the link below to edit the''<br> [[Custom area|$:/.giffmex/EditTemplate/custom]]
{{$:/core/ui/EditorToolbar/editor-height-dropdown}}
</$reveal>
"""
This is where you can add your own items you want visible in the edit template. For example:
Grab symbol code: e.g., ♦ `♦` ★ `★`
Grab snippets: e.g., `tiddlywiki --rendertiddlers [!is[system]] $:/core/templates/static.tiddler.html static text/plain --rendertiddler $:/core/templates/static.template.css static/static.css text/plain`
"""
<br>
\define tagreset2()
<$list filter="[tag[$:/giffmex/titleview]sort[created]] -[[$(currentTiddler)$]]" variable="removeme">
<$action-listops $tiddler=<<removeme>> $tags="+[remove[$:/tags/ViewTemplate]]"/>
</$list>
<$action-deletefield dummy/>
\end
\define switchStoryView(storyview,default)
<$select tiddler='$storyview$' default='$default$'>
<option value="zoomin"><$text text='one tiddler only'/></option>
<option value="classic"><$text text='multiple tiddlers'/></option>
</$select>
\end
''Choose how to view titles:''
<$list filter="[tag[$:/giffmex/titleview]sort[caption]]">
<$list filter="[all[current]tag[$:/tags/ViewTemplate]]">
<$checkbox field=dummy checked="yes" unchecked="yes" default="yes"></$checkbox>
<$view field="caption"/><br/>
</$list>
<$list filter="[all[current]!tag[$:/tags/ViewTemplate]]">
<$checkbox tag="$:/tags/ViewTemplate" xinvertTag="yes" checkactions=<<tagreset2>>/> <$view field="caption"/><br/>
</$list>
</$list>
<br>
''Choose how to view tiddlers in each column''
Left column: <<switchStoryView $:/view zoomin>>
Right column: <<switchStoryView $:/_sq/Stories/config/Story2-storyview classic>>
''Left column to right column width ratio:''
{{$:/config/sq/Stories/storyRiverRatio}} : <$text text={{{[[100]subtract{$:/config/sq/Stories/storyRiverRatio}]}}}/>
<$range tiddler="$:/config/sq/Stories/storyRiverRatio" min="20" max="80" default="50" increment="5"/>
<!--
''Right column font-size''
Tiddler: {{$:/config/sq/Stories/story2/fontsize-title}}px
<$range tiddler="$:/config/sq/Stories/story2/fontsize-title" min="6" max="40" default="14" increment="1"/>
Body: {{$:/config/sq/Stories/story2/fontsize-body}}px
<$range tiddler="$:/config/sq/Stories/story2/fontsize-body" min="6" max="40" default="15" increment="1"/>
-->
\define tagreset()
<$list filter="[tag[$:/giffmex/refs]sort[created]] -[[$(currentTiddler)$]]" variable="removeme">
<$action-listops $tiddler=<<removeme>> $tags="+[remove[$:/tags/ViewTemplate]]"/>
</$list>
<$action-deletefield dummy/>
\end
''Choose how to view references:''
<$list filter="[tag[$:/giffmex/refs]sort[caption]]">
<$list filter="[all[current]tag[$:/tags/ViewTemplate]]">
<$checkbox field=dummy checked="yes" unchecked="yes" default="yes"></$checkbox>
<$view field="caption"/><br/>
</$list>
<$list filter="[all[current]!tag[$:/tags/ViewTemplate]]">
<$checkbox tag="$:/tags/ViewTemplate" xinvertTag="yes" checkactions=<<tagreset>>/> <$view field="caption"/><br/>
</$list>
</$list>
{{Hint for Muffin tutorial}}
<br>Note that the gray boxes in the context and transclude options are links to their respective tiddlers.
\define delete-edittemplate-state-tiddlers() <$action-deletetiddler $filter="[<newFieldNameTiddler>] [<newFieldValueTiddler>] [<newFieldNameInputTiddler>] [<newFieldNameSelectionTiddler>] [<newTagNameTiddler>] [<newTagNameInputTiddler>] [<newTagNameSelectionTiddler>] [<typeInputTiddler>] [<typeSelectionTiddler>]"/>
\define save-tiddler-actions()
<$action-sendmessage $message="tm-add-tag" $param={{{ [<newTagNameTiddler>get[text]] }}}/>
<$action-sendmessage $message="tm-add-field" $name={{{ [<newFieldNameTiddler>get[text]] }}} $value={{{ [<newFieldValueTiddler>get[text]] }}}/>
<<delete-edittemplate-state-tiddlers>>
<$action-sendmessage $message="tm-save-tiddler"/>
\end
\define cancel-delete-tiddler-actions(message)
<<delete-edittemplate-state-tiddlers>>
<$action-sendmessage $message="tm-$message$-tiddler"/>
<$list filter="[all[current]links[]is[missing]]"><$action-createtiddler $basetitle=<<currentTiddler>>/></$list>
\end
<div data-tiddler-title=<<currentTiddler>> data-tags={{!!tags}} class={{{ tc-tiddler-frame tc-tiddler-edit-frame [<currentTiddler>is[tiddler]then[tc-tiddler-exists]] [<currentTiddler>is[missing]!is[shadow]then[tc-tiddler-missing]] [<currentTiddler>is[shadow]then[tc-tiddler-exists tc-tiddler-shadow]] [<currentTiddler>is[system]then[tc-tiddler-system]] [{!!class}] [<currentTiddler>tags[]encodeuricomponent[]addprefix[tc-tagged-]] +[join[ ]] }}}>
<$fieldmangler>
<$vars storyTiddler=<<currentTiddler>> newTagNameTiddler=<<qualify "$:/temp/NewTagName">> newFieldNameTiddler=<<qualify "$:/temp/NewFieldName">> newFieldValueTiddler=<<qualify "$:/temp/NewFieldValue">> newFieldNameInputTiddler=<<qualify "$:/temp/NewFieldName/input">> newFieldNameSelectionTiddler=<<qualify "$:/temp/NewFieldName/selected-item">> newTagNameInputTiddler=<<qualify "$:/temp/NewTagName/input">> newTagNameSelectionTiddler=<<qualify "$:/temp/NewTagName/selected-item">> typeInputTiddler=<<qualify "$:/temp/Type/input">> typeSelectionTiddler=<<qualify "$:/temp/Type/selected-item">>>
<$keyboard key="((cancel-edit-tiddler))" actions=<<cancel-delete-tiddler-actions "cancel">>>
<$keyboard key="((save-tiddler))" actions=<<save-tiddler-actions>>>
<$list filter="[all[shadows+tiddlers]tag[$:/tags/EditTemplate]!has[draft.of]]" variable="listItem">
<$set name="tv-config-toolbar-class" filter="[<tv-config-toolbar-class>] [<listItem>encodeuricomponent[]addprefix[tc-btn-]]">
<$transclude tiddler=<<listItem>>/>
</$set>
</$list>
</$keyboard>
</$keyboard>
</$vars>
</$fieldmangler>
</div>
<span class="viewtemplatebigtext">
<$reveal type="nomatch" stateTitle=<<folded-state>> text="hide" tag="div" retain="yes" animate="yes">
<hr>
<$vars searchme=<<currentTiddler>> searchspx={{{ [<currentTiddler>escaperegexp[]]}}} >
<$list filter="[!is[system]all[current]backlinks[]!tag[outlines]!tag[hide]sort[title]] -[is[current]]"><$link><$view field="title"/></$link><span class="indent1"><$link><span class="graybox"><$context term=<<searchme>> /></span></$link></span></$list>
</$vars>
</$reveal>
</span>
<span class="viewtemplatebigtext">
<$reveal type="nomatch" stateTitle=<<folded-state>> text="hide" tag="div" retain="yes" animate="yes">
<hr>
<$vars searchme=<<currentTiddler>> searchspx={{{ [<currentTiddler>escaperegexp[]]}}} >
<$list filter="[!is[system]all[current]backlinks[]!tag[hide]sort[title]] -[is[current]]"><$link><$view field="title" /></$link><br></$list>
</$vars>
</$reveal>
</span>
<span class="viewtemplatebigtext">
<$reveal type="nomatch" stateTitle=<<folded-state>> text="hide" tag="div" retain="yes" animate="yes">
<hr>
<$vars searchme=<<currentTiddler>> searchspx={{{ [<currentTiddler>escaperegexp[]]}}} >
<<tabs '[!is[system]all[current]backlinks[]!tag[hide]sort[title]] -[is[current]]' '' '$:/state/tab/strolltabs' 'tc-vertical'>>
</$vars>
</$reveal>
</span>
<span class="viewtemplatebigtext">
<$reveal type="nomatch" stateTitle=<<folded-state>> text="hide" tag="div" retain="yes" animate="yes">
<hr>
<$list filter="[!is[system]all[current]backlinks[]!tag[hide]!tag[outlines]sort[title]] -[is[current]]"><$link><$view field="title"/></$link><span class="indent1"><$link><span class="graybox"><$transclude field="text" mode="block" /></span></$link></span></$list>
</$reveal>
</span>
<span class="viewtemplatebigtext">
<$reveal type="nomatch" stateTitle=<<folded-state>> text="hide" tag="div" retain="yes" animate="yes">
<hr>
<$list filter="[!is[system]all[current]backlinks[]!tag[hide]!tag[outlines]sort[title]] -[is[current]]"><$link><$view field="title"/></$link>
<$reveal type="nomatch" stateTitle="$:/.giffmex/TiddlyBlinkFoldData" stateIndex=<<currentTiddler>> text="show">
<$button class=<<tv-config-toolbar-class>> setTitle="$:/.giffmex/TiddlyBlinkFoldData" setIndex=<<currentTiddler>> setTo="show">{{$:/core/images/unfold-button}}</$button><br/>
</$reveal>
<$reveal type="match" stateTitle="$:/.giffmex/TiddlyBlinkFoldData" stateIndex=<<currentTiddler>> text="show">
<$button class=<<tv-config-toolbar-class>> setTitle="$:/.giffmex/TiddlyBlinkFoldData" setIndex=<<currentTiddler>> setTo="hide">{{$:/core/images/fold-button}}</$button>
<span class="indent1">
<$link><span class="graybox">
<$transclude field="text" mode="block" /></span></$link></span>
</$reveal>
</$list>
</$reveal>
</span>
\define title-styles()
fill:$(foregroundColor)$;
\end
\define config-title()
$:/config/ViewToolbarButtons/Visibility/$(listItem)$
\end
<div class="tc-tiddler-title">
<div class="tc-titlebar">
<span class="tc-tiddler-controls">
<$list filter="[all[shadows+tiddlers]tag[$:/tags/ViewToolbar]!has[draft.of]]" variable="listItem"><$reveal type="nomatch" state=<<config-title>> text="hide"><$set name="tv-config-toolbar-class" filter="[<tv-config-toolbar-class>] [<listItem>encodeuricomponent[]addprefix[tc-btn-]]"><$transclude tiddler=<<listItem>>/></$set></$reveal></$list>
</span>
<$set name="tv-wikilinks" value={{$:/config/Tiddlers/TitleLinks}}>
<$link>
<$set name="foregroundColor" value={{!!color}}>
<span class="tc-tiddler-title-icon" style=<<title-styles>>>
<$transclude tiddler={{!!icon}}/>
</span>
</$set>
<$list filter="[all[current]removeprefix[$:/]]">
<h2 class="tc-title" title={{$:/language/SystemTiddler/Tooltip}}>
<span class="tc-system-title-prefix">$:/</span><$text text=<<currentTiddler>>/>
</h2>
</$list>
<br><$list filter="[all[current]!prefix[$:/]]">
<h2 class="tc-title">
<$view field="title"/>
</h2>
</$list>
</$link>
</$set>
</div>
<$reveal type="nomatch" text="" default="" state=<<tiddlerInfoState>> class="tc-tiddler-info tc-popup-handle" animate="yes" retain="yes">
<$list filter="[all[shadows+tiddlers]tag[$:/tags/TiddlerInfoSegment]!has[draft.of]] [[$:/core/ui/TiddlerInfo]]" variable="listItem"><$transclude tiddler=<<listItem>> mode="block"/></$list>
</$reveal>
</div>
\define button()
<$button tooltip={{$:/language/Buttons/NewHere/Hint}} class=<<tv-config-toolbar-class>> actions=<<actions>>>
{{$:/core/images/new-button}}
</$button>
\end
\define actions()
<$action-sendmessage $message="tm-new-tiddler" title=<<journalTitle>> text="""[[$(tid)$]]"""/>
\end
<$wikify name=tid text=<<currentTiddler>>>
<<button>>
</$wikify>
\whitespace trim
\define journalButtonActions()
<$action-sendmessage $message="tm-new-tiddler" title=<<now """$(journalTitleTemplate)$""">> text="""[[$(tid)$]]""" />
\end
\define journalButtonTags()
[[$(currentTiddlerTag)$]] $(journalTags)$
\end
\define journalButton()
<$button tooltip={{$:/language/Buttons/NewJournalHere/Hint}}
aria-label={{$:/language/Buttons/NewJournalHere/Caption}}
class=<<tv-config-toolbar-class>>
actions=<<journalButtonActions>>>
<$list filter="[<tv-config-toolbar-icons>match[yes]]">
{{$:/core/images/new-journal-button}}
</$list>
<$list filter="[<tv-config-toolbar-text>match[yes]]">
<span class="tc-btn-text">
<$text text={{$:/language/Buttons/NewJournalHere/Caption}}/>
</span>
</$list>
</$button>
\end
<$set name="journalTitleTemplate" value={{$:/config/NewJournal/Title}}>
<$set name="tid" value=<<currentTiddler>>>
<<journalButton>>
</$set>
</$set>
$:/core/ui/MoreSideBar/Tags
{
"tiddlers": {
"$:/Acknowledgements": {
"title": "$:/Acknowledgements",
"text": "TiddlyWiki incorporates code from these fine OpenSource projects:\n\n* [[The Stanford Javascript Crypto Library|http://bitwiseshiftleft.github.io/sjcl/]]\n* [[The Jasmine JavaScript Test Framework|http://pivotal.github.io/jasmine/]]\n* [[Normalize.css by Nicolas Gallagher|http://necolas.github.io/normalize.css/]]\n\nAnd media from these projects:\n\n* World flag icons from [[Wikipedia|http://commons.wikimedia.org/wiki/Category:SVG_flags_by_country]]\n"
},
"$:/core/copyright.txt": {
"title": "$:/core/copyright.txt",
"type": "text/plain",
"text": "TiddlyWiki created by Jeremy Ruston, (jeremy [at] jermolene [dot] com)\n\nCopyright (c) 2004-2007, Jeremy Ruston\nCopyright (c) 2007-2018, UnaMesa Association\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n\n* Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n\n* Redistributions in binary form must reproduce the above copyright notice,\n this list of conditions and the following disclaimer in the documentation\n and/or other materials provided with the distribution.\n\n* Neither the name of the copyright holder nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 'AS IS'\nAND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\nFOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\nDAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\nSERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\nCAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\nOR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\nOF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."
},
"$:/core/icon": {
"title": "$:/core/icon",
"tags": "$:/tags/Image",
"text": "<svg width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\"><path d=\"M64 0l54.56 32v64L64 128 9.44 96V32L64 0zm21.127 95.408c-3.578-.103-5.15-.094-6.974-3.152l-1.42.042c-1.653-.075-.964-.04-2.067-.097-1.844-.07-1.548-1.86-1.873-2.8-.52-3.202.687-6.43.65-9.632-.014-1.14-1.593-5.17-2.157-6.61-1.768.34-3.546.406-5.34.497-4.134-.01-8.24-.527-12.317-1.183-.8 3.35-3.16 8.036-1.21 11.44 2.37 3.52 4.03 4.495 6.61 4.707 2.572.212 3.16 3.18 2.53 4.242-.55.73-1.52.864-2.346 1.04l-1.65.08c-1.296-.046-2.455-.404-3.61-.955-1.93-1.097-3.925-3.383-5.406-5.024.345.658.55 1.938.24 2.53-.878 1.27-4.665 1.26-6.4.47-1.97-.89-6.73-7.162-7.468-11.86 1.96-3.78 4.812-7.07 6.255-11.186-3.146-2.05-4.83-5.384-4.61-9.16l.08-.44c-3.097.59-1.49.37-4.82.628-10.608-.032-19.935-7.37-14.68-18.774.34-.673.664-1.287 1.243-.994.466.237.4 1.18.166 2.227-3.005 13.627 11.67 13.732 20.69 11.21.89-.25 2.67-1.936 3.905-2.495 2.016-.91 4.205-1.282 6.376-1.55 5.4-.63 11.893 2.276 15.19 2.37 3.3.096 7.99-.805 10.87-.615 2.09.098 4.143.483 6.16 1.03 1.306-6.49 1.4-11.27 4.492-12.38 1.814.293 3.213 2.818 4.25 4.167 2.112-.086 4.12.46 6.115 1.066 3.61-.522 6.642-2.593 9.833-4.203-3.234 2.69-3.673 7.075-3.303 11.127.138 2.103-.444 4.386-1.164 6.54-1.348 3.507-3.95 7.204-6.97 7.014-1.14-.036-1.805-.695-2.653-1.4-.164 1.427-.81 2.7-1.434 3.96-1.44 2.797-5.203 4.03-8.687 7.016-3.484 2.985 1.114 13.65 2.23 15.594 1.114 1.94 4.226 2.652 3.02 4.406-.37.58-.936.785-1.54 1.01l-.82.11zm-40.097-8.85l.553.14c.694-.27 2.09.15 2.83.353-1.363-1.31-3.417-3.24-4.897-4.46-.485-1.47-.278-2.96-.174-4.46l.02-.123c-.582 1.205-1.322 2.376-1.72 3.645-.465 1.71 2.07 3.557 3.052 4.615l.336.3z\" fill-rule=\"evenodd\"/></svg>"
},
"$:/core/images/add-comment": {
"title": "$:/core/images/add-comment",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-add-comment tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\"><path d=\"M56 56H36a8 8 0 1 0 0 16h20v20a8 8 0 1 0 16 0V72h20a8 8 0 1 0 0-16H72V36a8 8 0 1 0-16 0v20zm-12.595 58.362c-6.683 7.659-20.297 12.903-36.006 12.903-2.196 0-4.35-.102-6.451-.3 9.652-3.836 17.356-12.24 21.01-22.874C8.516 94.28 0 79.734 0 63.5 0 33.953 28.206 10 63 10s63 23.953 63 53.5S97.794 117 63 117c-6.841 0-13.428-.926-19.595-2.638z\" fill-rule=\"evenodd\"/></svg>"
},
"$:/core/images/advanced-search-button": {
"title": "$:/core/images/advanced-search-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-advanced-search-button tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M74.5651535,87.9848361 C66.9581537,93.0488876 57.8237115,96 48,96 C21.490332,96 0,74.509668 0,48 C0,21.490332 21.490332,0 48,0 C74.509668,0 96,21.490332 96,48 C96,57.8541369 93.0305793,67.0147285 87.9377231,74.6357895 L122.284919,108.982985 C125.978897,112.676963 125.973757,118.65366 122.284271,122.343146 C118.593975,126.033442 112.613238,126.032921 108.92411,122.343793 L74.5651535,87.9848361 Z M48,80 C65.673112,80 80,65.673112 80,48 C80,30.326888 65.673112,16 48,16 C30.326888,16 16,30.326888 16,48 C16,65.673112 30.326888,80 48,80 Z\"></path>\n <circle cx=\"48\" cy=\"48\" r=\"8\"></circle>\n <circle cx=\"28\" cy=\"48\" r=\"8\"></circle>\n <circle cx=\"68\" cy=\"48\" r=\"8\"></circle>\n </g>\n</svg>"
},
"$:/core/images/auto-height": {
"title": "$:/core/images/auto-height",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-auto-height tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <path d=\"M67.9867828,114.356363 L67.9579626,99.8785426 C67.9550688,98.4248183 67.1636987,97.087107 65.8909901,96.3845863 L49.9251455,87.5716209 L47.992126,95.0735397 L79.8995411,95.0735397 C84.1215894,95.0735397 85.4638131,89.3810359 81.686497,87.4948823 L49.7971476,71.5713518 L48.0101917,79.1500092 L79.992126,79.1500092 C84.2093753,79.1500092 85.5558421,73.4676733 81.7869993,71.5753162 L49.805065,55.517008 L48.0101916,63.0917009 L79.9921259,63.0917015 C84.2035118,63.0917016 85.5551434,57.4217887 81.7966702,55.5218807 L65.7625147,47.4166161 L67.9579705,50.9864368 L67.9579705,35.6148245 L77.1715737,44.8284272 C78.7336709,46.3905243 81.2663308,46.3905243 82.8284279,44.8284271 C84.390525,43.2663299 84.390525,40.7336699 82.8284278,39.1715728 L66.8284271,23.1715728 C65.2663299,21.6094757 62.73367,21.6094757 61.1715729,23.1715729 L45.1715729,39.1715729 C43.6094757,40.73367 43.6094757,43.26633 45.1715729,44.8284271 C46.73367,46.3905243 49.26633,46.3905243 50.8284271,44.8284271 L59.9579705,35.6988837 L59.9579705,50.9864368 C59.9579705,52.495201 60.806922,53.8755997 62.1534263,54.5562576 L78.1875818,62.6615223 L79.9921261,55.0917015 L48.0101917,55.0917009 C43.7929424,55.0917008 42.4464755,60.7740368 46.2153183,62.6663939 L78.1972526,78.7247021 L79.992126,71.1500092 L48.0101917,71.1500092 C43.7881433,71.1500092 42.4459197,76.842513 46.2232358,78.7286665 L78.1125852,94.6521971 L79.8995411,87.0735397 L47.992126,87.0735397 C43.8588276,87.0735397 42.4404876,92.5780219 46.0591064,94.5754586 L62.024951,103.388424 L59.9579785,99.8944677 L59.9867142,114.32986 L50.8284271,105.171573 C49.26633,103.609476 46.73367,103.609476 45.1715729,105.171573 C43.6094757,106.73367 43.6094757,109.26633 45.1715729,110.828427 L61.1715729,126.828427 C62.73367,128.390524 65.2663299,128.390524 66.8284271,126.828427 L82.8284278,110.828427 C84.390525,109.26633 84.390525,106.73367 82.8284279,105.171573 C81.2663308,103.609476 78.7336709,103.609476 77.1715737,105.171573 L67.9867828,114.356363 L67.9867828,114.356363 Z M16,20 L112,20 C114.209139,20 116,18.209139 116,16 C116,13.790861 114.209139,12 112,12 L16,12 C13.790861,12 12,13.790861 12,16 C12,18.209139 13.790861,20 16,20 L16,20 Z\"></path>\n</svg>"
},
"$:/core/images/blank": {
"title": "$:/core/images/blank",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-blank tc-image-button\" viewBox=\"0 0 128 128\" width=\"22pt\" height=\"22pt\"></svg>"
},
"$:/core/images/bold": {
"title": "$:/core/images/bold",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-bold tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M41.1456583,51.8095238 L41.1456583,21.8711485 L67.4985994,21.8711485 C70.0084159,21.8711485 72.4285598,22.0802967 74.7591036,22.4985994 C77.0896475,22.9169022 79.1512515,23.6638602 80.9439776,24.7394958 C82.7367036,25.8151314 84.170863,27.3090474 85.2464986,29.2212885 C86.3221342,31.1335296 86.859944,33.5835518 86.859944,36.5714286 C86.859944,41.9496067 85.2465147,45.8337882 82.0196078,48.2240896 C78.792701,50.614391 74.6694929,51.8095238 69.6498599,51.8095238 L41.1456583,51.8095238 Z M13,0 L13,128 L75.0280112,128 C80.7647346,128 86.3519803,127.28292 91.789916,125.848739 C97.2278517,124.414559 102.068139,122.203563 106.310924,119.215686 C110.553709,116.22781 113.929959,112.373506 116.439776,107.652661 C118.949592,102.931816 120.204482,97.3445701 120.204482,90.8907563 C120.204482,82.8832466 118.262391,76.0411115 114.378151,70.3641457 C110.493911,64.6871798 104.607883,60.7133634 96.719888,58.442577 C102.456611,55.6937304 106.788968,52.1680887 109.717087,47.8655462 C112.645206,43.5630037 114.109244,38.1849062 114.109244,31.7310924 C114.109244,25.7553389 113.123259,20.7357813 111.151261,16.6722689 C109.179262,12.6087565 106.400578,9.35201972 102.815126,6.90196078 C99.2296739,4.45190185 94.927196,2.68908101 89.907563,1.61344538 C84.8879301,0.537809748 79.3305627,0 73.2352941,0 L13,0 Z M41.1456583,106.128852 L41.1456583,70.9915966 L71.8011204,70.9915966 C77.896389,70.9915966 82.7964334,72.3958776 86.5014006,75.2044818 C90.2063677,78.0130859 92.0588235,82.7039821 92.0588235,89.2773109 C92.0588235,92.6237329 91.4911355,95.3725383 90.3557423,97.5238095 C89.2203491,99.6750808 87.6965548,101.378145 85.7843137,102.633053 C83.8720726,103.887961 81.661077,104.784311 79.1512605,105.322129 C76.641444,105.859947 74.0121519,106.128852 71.2633053,106.128852 L41.1456583,106.128852 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/cancel-button": {
"title": "$:/core/images/cancel-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-cancel-button tc-image-button\" viewBox=\"0 0 128 128\" width=\"22pt\" height=\"22pt\">\n\t<g fill-rule=\"evenodd\">\n\t <path d=\"M64,76.3137085 L47.0294734,93.2842351 C43.9038742,96.4098343 38.8399231,96.4084656 35.7157288,93.2842712 C32.5978915,90.166434 32.5915506,85.0947409 35.7157649,81.9705266 L52.6862915,65 L35.7157649,48.0294734 C32.5901657,44.9038742 32.5915344,39.8399231 35.7157288,36.7157288 C38.833566,33.5978915 43.9052591,33.5915506 47.0294734,36.7157649 L64,53.6862915 L80.9705266,36.7157649 C84.0961258,33.5901657 89.1600769,33.5915344 92.2842712,36.7157288 C95.4021085,39.833566 95.4084494,44.9052591 92.2842351,48.0294734 L75.3137085,65 L92.2842351,81.9705266 C95.4098343,85.0961258 95.4084656,90.1600769 92.2842712,93.2842712 C89.166434,96.4021085 84.0947409,96.4084494 80.9705266,93.2842351 L64,76.3137085 Z M64,129 C99.346224,129 128,100.346224 128,65 C128,29.653776 99.346224,1 64,1 C28.653776,1 1.13686838e-13,29.653776 1.13686838e-13,65 C1.13686838e-13,100.346224 28.653776,129 64,129 Z M64,113 C90.509668,113 112,91.509668 112,65 C112,38.490332 90.509668,17 64,17 C37.490332,17 16,38.490332 16,65 C16,91.509668 37.490332,113 64,113 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/chevron-down": {
"title": "$:/core/images/chevron-down",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-chevron-down tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n\t<g fill-rule=\"evenodd\" transform=\"translate(64.000000, 40.500000) rotate(-270.000000) translate(-64.000000, -40.500000) translate(-22.500000, -26.500000)\">\n <path d=\"M112.743107,112.12741 C111.310627,113.561013 109.331747,114.449239 107.145951,114.449239 L27.9777917,114.449239 C23.6126002,114.449239 20.0618714,110.904826 20.0618714,106.532572 C20.0618714,102.169214 23.6059497,98.6159054 27.9777917,98.6159054 L99.2285381,98.6159054 L99.2285381,27.365159 C99.2285381,22.9999675 102.77295,19.4492387 107.145205,19.4492387 C111.508562,19.4492387 115.061871,22.993317 115.061871,27.365159 L115.061871,106.533318 C115.061871,108.71579 114.175869,110.694669 112.743378,112.127981 Z\" transform=\"translate(67.561871, 66.949239) rotate(-45.000000) translate(-67.561871, -66.949239) \"></path>\n <path d=\"M151.35638,112.12741 C149.923899,113.561013 147.94502,114.449239 145.759224,114.449239 L66.5910645,114.449239 C62.225873,114.449239 58.6751442,110.904826 58.6751442,106.532572 C58.6751442,102.169214 62.2192225,98.6159054 66.5910645,98.6159054 L137.841811,98.6159054 L137.841811,27.365159 C137.841811,22.9999675 141.386223,19.4492387 145.758478,19.4492387 C150.121835,19.4492387 153.675144,22.993317 153.675144,27.365159 L153.675144,106.533318 C153.675144,108.71579 152.789142,110.694669 151.356651,112.127981 Z\" transform=\"translate(106.175144, 66.949239) rotate(-45.000000) translate(-106.175144, -66.949239) \"></path>\n\t</g>\n</svg>"
},
"$:/core/images/chevron-left": {
"title": "$:/core/images/chevron-left",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-chevron-left tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\" version=\"1.1\">\n <g fill-rule=\"evenodd\" transform=\"translate(92.500000, 64.000000) rotate(-180.000000) translate(-92.500000, -64.000000) translate(6.000000, -3.000000)\">\n <path d=\"M112.743107,112.12741 C111.310627,113.561013 109.331747,114.449239 107.145951,114.449239 L27.9777917,114.449239 C23.6126002,114.449239 20.0618714,110.904826 20.0618714,106.532572 C20.0618714,102.169214 23.6059497,98.6159054 27.9777917,98.6159054 L99.2285381,98.6159054 L99.2285381,27.365159 C99.2285381,22.9999675 102.77295,19.4492387 107.145205,19.4492387 C111.508562,19.4492387 115.061871,22.993317 115.061871,27.365159 L115.061871,106.533318 C115.061871,108.71579 114.175869,110.694669 112.743378,112.127981 Z\" transform=\"translate(67.561871, 66.949239) rotate(-45.000000) translate(-67.561871, -66.949239) \"></path>\n <path d=\"M151.35638,112.12741 C149.923899,113.561013 147.94502,114.449239 145.759224,114.449239 L66.5910645,114.449239 C62.225873,114.449239 58.6751442,110.904826 58.6751442,106.532572 C58.6751442,102.169214 62.2192225,98.6159054 66.5910645,98.6159054 L137.841811,98.6159054 L137.841811,27.365159 C137.841811,22.9999675 141.386223,19.4492387 145.758478,19.4492387 C150.121835,19.4492387 153.675144,22.993317 153.675144,27.365159 L153.675144,106.533318 C153.675144,108.71579 152.789142,110.694669 151.356651,112.127981 Z\" transform=\"translate(106.175144, 66.949239) rotate(-45.000000) translate(-106.175144, -66.949239) \"></path>\n </g>\n</svg>"
},
"$:/core/images/chevron-right": {
"title": "$:/core/images/chevron-right",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-chevron-right tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\" transform=\"translate(-48.000000, -3.000000)\">\n <path d=\"M112.743107,112.12741 C111.310627,113.561013 109.331747,114.449239 107.145951,114.449239 L27.9777917,114.449239 C23.6126002,114.449239 20.0618714,110.904826 20.0618714,106.532572 C20.0618714,102.169214 23.6059497,98.6159054 27.9777917,98.6159054 L99.2285381,98.6159054 L99.2285381,27.365159 C99.2285381,22.9999675 102.77295,19.4492387 107.145205,19.4492387 C111.508562,19.4492387 115.061871,22.993317 115.061871,27.365159 L115.061871,106.533318 C115.061871,108.71579 114.175869,110.694669 112.743378,112.127981 Z\" transform=\"translate(67.561871, 66.949239) rotate(-45.000000) translate(-67.561871, -66.949239) \"></path>\n <path d=\"M151.35638,112.12741 C149.923899,113.561013 147.94502,114.449239 145.759224,114.449239 L66.5910645,114.449239 C62.225873,114.449239 58.6751442,110.904826 58.6751442,106.532572 C58.6751442,102.169214 62.2192225,98.6159054 66.5910645,98.6159054 L137.841811,98.6159054 L137.841811,27.365159 C137.841811,22.9999675 141.386223,19.4492387 145.758478,19.4492387 C150.121835,19.4492387 153.675144,22.993317 153.675144,27.365159 L153.675144,106.533318 C153.675144,108.71579 152.789142,110.694669 151.356651,112.127981 Z\" transform=\"translate(106.175144, 66.949239) rotate(-45.000000) translate(-106.175144, -66.949239) \"></path>\n </g>\n</svg>"
},
"$:/core/images/chevron-up": {
"title": "$:/core/images/chevron-up",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-chevron-up tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n\t<g fill-rule=\"evenodd\" transform=\"translate(64.000000, 89.500000) rotate(-90.000000) translate(-64.000000, -89.500000) translate(-22.500000, 22.500000)\">\n <path d=\"M112.743107,112.12741 C111.310627,113.561013 109.331747,114.449239 107.145951,114.449239 L27.9777917,114.449239 C23.6126002,114.449239 20.0618714,110.904826 20.0618714,106.532572 C20.0618714,102.169214 23.6059497,98.6159054 27.9777917,98.6159054 L99.2285381,98.6159054 L99.2285381,27.365159 C99.2285381,22.9999675 102.77295,19.4492387 107.145205,19.4492387 C111.508562,19.4492387 115.061871,22.993317 115.061871,27.365159 L115.061871,106.533318 C115.061871,108.71579 114.175869,110.694669 112.743378,112.127981 Z\" transform=\"translate(67.561871, 66.949239) rotate(-45.000000) translate(-67.561871, -66.949239) \"></path>\n <path d=\"M151.35638,112.12741 C149.923899,113.561013 147.94502,114.449239 145.759224,114.449239 L66.5910645,114.449239 C62.225873,114.449239 58.6751442,110.904826 58.6751442,106.532572 C58.6751442,102.169214 62.2192225,98.6159054 66.5910645,98.6159054 L137.841811,98.6159054 L137.841811,27.365159 C137.841811,22.9999675 141.386223,19.4492387 145.758478,19.4492387 C150.121835,19.4492387 153.675144,22.993317 153.675144,27.365159 L153.675144,106.533318 C153.675144,108.71579 152.789142,110.694669 151.356651,112.127981 Z\" transform=\"translate(106.175144, 66.949239) rotate(-45.000000) translate(-106.175144, -66.949239) \"></path>\n\t</g>\n</svg>"
},
"$:/core/images/clone-button": {
"title": "$:/core/images/clone-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-clone-button tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M32.2650915,96 L32.2650915,120.002359 C32.2650915,124.419334 35.8432884,128 40.2627323,128 L120.002359,128 C124.419334,128 128,124.421803 128,120.002359 L128,40.2627323 C128,35.8457573 124.421803,32.2650915 120.002359,32.2650915 L96,32.2650915 L96,48 L108.858899,48 C110.519357,48 111.853018,49.3405131 111.853018,50.9941198 L111.853018,108.858899 C111.853018,110.519357 110.512505,111.853018 108.858899,111.853018 L50.9941198,111.853018 C49.333661,111.853018 48,110.512505 48,108.858899 L48,96 L32.2650915,96 Z\"></path>\n <path d=\"M40,56 L32.0070969,56 C27.5881712,56 24,52.418278 24,48 C24,43.5907123 27.5848994,40 32.0070969,40 L40,40 L40,32.0070969 C40,27.5881712 43.581722,24 48,24 C52.4092877,24 56,27.5848994 56,32.0070969 L56,40 L63.9929031,40 C68.4118288,40 72,43.581722 72,48 C72,52.4092877 68.4151006,56 63.9929031,56 L56,56 L56,63.9929031 C56,68.4118288 52.418278,72 48,72 C43.5907123,72 40,68.4151006 40,63.9929031 L40,56 Z M7.9992458,0 C3.58138434,0 0,3.5881049 0,7.9992458 L0,88.0007542 C0,92.4186157 3.5881049,96 7.9992458,96 L88.0007542,96 C92.4186157,96 96,92.4118951 96,88.0007542 L96,7.9992458 C96,3.58138434 92.4118951,0 88.0007542,0 L7.9992458,0 Z M19.0010118,16 C17.3435988,16 16,17.336731 16,19.0010118 L16,76.9989882 C16,78.6564012 17.336731,80 19.0010118,80 L76.9989882,80 C78.6564012,80 80,78.663269 80,76.9989882 L80,19.0010118 C80,17.3435988 78.663269,16 76.9989882,16 L19.0010118,16 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/close-all-button": {
"title": "$:/core/images/close-all-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-close-all-button tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\" transform=\"translate(-23.000000, -23.000000)\">\n <path d=\"M43,131 L22.9976794,131 C18.5827987,131 15,127.418278 15,123 C15,118.590712 18.5806831,115 22.9976794,115 L43,115 L43,94.9976794 C43,90.5827987 46.581722,87 51,87 C55.4092877,87 59,90.5806831 59,94.9976794 L59,115 L79.0023206,115 C83.4172013,115 87,118.581722 87,123 C87,127.409288 83.4193169,131 79.0023206,131 L59,131 L59,151.002321 C59,155.417201 55.418278,159 51,159 C46.5907123,159 43,155.419317 43,151.002321 L43,131 Z\" transform=\"translate(51.000000, 123.000000) rotate(-45.000000) translate(-51.000000, -123.000000) \"></path>\n <path d=\"M43,59 L22.9976794,59 C18.5827987,59 15,55.418278 15,51 C15,46.5907123 18.5806831,43 22.9976794,43 L43,43 L43,22.9976794 C43,18.5827987 46.581722,15 51,15 C55.4092877,15 59,18.5806831 59,22.9976794 L59,43 L79.0023206,43 C83.4172013,43 87,46.581722 87,51 C87,55.4092877 83.4193169,59 79.0023206,59 L59,59 L59,79.0023206 C59,83.4172013 55.418278,87 51,87 C46.5907123,87 43,83.4193169 43,79.0023206 L43,59 Z\" transform=\"translate(51.000000, 51.000000) rotate(-45.000000) translate(-51.000000, -51.000000) \"></path>\n <path d=\"M115,59 L94.9976794,59 C90.5827987,59 87,55.418278 87,51 C87,46.5907123 90.5806831,43 94.9976794,43 L115,43 L115,22.9976794 C115,18.5827987 118.581722,15 123,15 C127.409288,15 131,18.5806831 131,22.9976794 L131,43 L151.002321,43 C155.417201,43 159,46.581722 159,51 C159,55.4092877 155.419317,59 151.002321,59 L131,59 L131,79.0023206 C131,83.4172013 127.418278,87 123,87 C118.590712,87 115,83.4193169 115,79.0023206 L115,59 Z\" transform=\"translate(123.000000, 51.000000) rotate(-45.000000) translate(-123.000000, -51.000000) \"></path>\n <path d=\"M115,131 L94.9976794,131 C90.5827987,131 87,127.418278 87,123 C87,118.590712 90.5806831,115 94.9976794,115 L115,115 L115,94.9976794 C115,90.5827987 118.581722,87 123,87 C127.409288,87 131,90.5806831 131,94.9976794 L131,115 L151.002321,115 C155.417201,115 159,118.581722 159,123 C159,127.409288 155.419317,131 151.002321,131 L131,131 L131,151.002321 C131,155.417201 127.418278,159 123,159 C118.590712,159 115,155.419317 115,151.002321 L115,131 Z\" transform=\"translate(123.000000, 123.000000) rotate(-45.000000) translate(-123.000000, -123.000000) \"></path>\n </g>\n</svg>"
},
"$:/core/images/close-button": {
"title": "$:/core/images/close-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-close-button tc-image-button\" viewBox=\"0 0 128 128\" width=\"22pt\" height=\"22pt\">\n <g fill-rule=\"evenodd\">\n <path d=\"M65.0864256,75.4091629 L14.9727349,125.522854 C11.8515951,128.643993 6.78104858,128.64922 3.65685425,125.525026 C0.539017023,122.407189 0.5336324,117.334539 3.65902635,114.209145 L53.7727171,64.0954544 L3.65902635,13.9817637 C0.537886594,10.8606239 0.532659916,5.79007744 3.65685425,2.6658831 C6.77469148,-0.451954124 11.8473409,-0.457338747 14.9727349,2.66805521 L65.0864256,52.7817459 L115.200116,2.66805521 C118.321256,-0.453084553 123.391803,-0.458311231 126.515997,2.6658831 C129.633834,5.78372033 129.639219,10.8563698 126.513825,13.9817637 L76.4001341,64.0954544 L126.513825,114.209145 C129.634965,117.330285 129.640191,122.400831 126.515997,125.525026 C123.39816,128.642863 118.32551,128.648248 115.200116,125.522854 L65.0864256,75.4091629 L65.0864256,75.4091629 Z\"></path>\n </g>\n</svg>\n"
},
"$:/core/images/close-others-button": {
"title": "$:/core/images/close-others-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-close-others-button tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M64,128 C99.346224,128 128,99.346224 128,64 C128,28.653776 99.346224,0 64,0 C28.653776,0 0,28.653776 0,64 C0,99.346224 28.653776,128 64,128 Z M64,112 C90.509668,112 112,90.509668 112,64 C112,37.490332 90.509668,16 64,16 C37.490332,16 16,37.490332 16,64 C16,90.509668 37.490332,112 64,112 Z M64,96 C81.673112,96 96,81.673112 96,64 C96,46.326888 81.673112,32 64,32 C46.326888,32 32,46.326888 32,64 C32,81.673112 46.326888,96 64,96 Z M64,80 C72.836556,80 80,72.836556 80,64 C80,55.163444 72.836556,48 64,48 C55.163444,48 48,55.163444 48,64 C48,72.836556 55.163444,80 64,80 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/copy-clipboard": {
"title": "$:/core/images/copy-clipboard",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-copy-clipboard tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n\t<g fill-rule=\"evenodd\">\n\t\t<rect x=\"40\" y=\"40\" width=\"33\" height=\"8\" rx=\"4\"></rect>\n\t\t<rect x=\"40\" y=\"82\" width=\"17\" height=\"8\" rx=\"4\"></rect>\n\t\t<rect x=\"40\" y=\"54\" width=\"17\" height=\"8\" rx=\"4\"></rect>\n\t\t<rect x=\"40\" y=\"96\" width=\"33\" height=\"8\" rx=\"4\"></rect>\n\t\t<rect x=\"40\" y=\"68\" width=\"12\" height=\"8\" rx=\"4\"></rect>\n\t\t<path d=\"M40,16 L23.9992458,16 C19.5813843,16 16,19.5907123 16,24 C16,24.0016363 16.0000005,24.0032725 16.0000015,24.0049086 C16.0000005,24.0065441 16,24.0081803 16,24.0098166 L16,119.990183 C16,119.99182 16.0000005,119.993456 16.0000015,119.995092 C16.0000005,119.996727 16,119.998364 16,120 C16,124.409288 19.5813843,128 23.9992458,128 L104.000754,128 C106.205061,128 108.203844,127.105595 109.652065,125.659342 C111.102424,124.21251 112,122.214511 112,120.007595 L112,103.992405 C112,99.5776607 108.418278,96 104,96 C99.5907123,96 96,99.5783218 96,103.992405 L96,112 L32,112 L32,32 L96,32 L96,40.0075946 C96,44.4223393 99.581722,48 104,48 C108.409288,48 112,44.4216782 112,40.0075946 L112,23.9924054 C112,21.7851587 111.104671,19.7871591 109.657101,18.3409203 C108.203844,16.8944047 106.205061,16 104.000754,16 L88,16 C88,11.5907123 84.4151006,8 79.9929031,8 L48.0070969,8 C43.5881712,8 40,11.581722 40,16 Z M44,14.9958262 C44,12.7889923 45.7964248,11 48.0000255,11 L79.9999745,11 C82.2091276,11 84,12.7965212 84,14.9958262 L84,19.0041738 C84,21.2110077 82.2035752,23 79.9999745,23 L48.0000255,23 C45.7908724,23 44,21.2034788 44,19.0041738 L44,14.9958262 Z\"></path>\n\t\t<rect x=\"62\" y=\"64\" width=\"66\" height=\"16\" rx=\"8\"></rect>\n\t\t<path d=\"M60.6568542,85.6568542 L76.6568542,69.6568543 L65.3431458,69.6568542 L81.3431458,85.6568542 C84.4673401,88.7810486 89.5326599,88.7810486 92.6568542,85.6568542 C95.7810486,82.5326599 95.7810486,77.4673401 92.6568542,74.3431458 L76.6568542,58.3431458 C73.5326599,55.2189514 68.4673401,55.2189514 65.3431458,58.3431457 L49.3431458,74.3431457 C46.2189514,77.4673401 46.2189514,82.5326599 49.3431457,85.6568542 C52.4673401,88.7810486 57.5326599,88.7810486 60.6568542,85.6568542 L60.6568542,85.6568542 Z\" transform=\"translate(71.000000, 72.000000) rotate(-90.000000) translate(-71.000000, -72.000000) \"></path>\n\t</g>\n</svg>"
},
"$:/core/images/delete-button": {
"title": "$:/core/images/delete-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-delete-button tc-image-button\" viewBox=\"0 0 128 128\" width=\"22pt\" height=\"22pt\">\n <g fill-rule=\"evenodd\" transform=\"translate(12.000000, 0.000000)\">\n <rect x=\"0\" y=\"11\" width=\"105\" height=\"16\" rx=\"8\"></rect>\n <rect x=\"28\" y=\"0\" width=\"48\" height=\"16\" rx=\"8\"></rect>\n <rect x=\"8\" y=\"16\" width=\"16\" height=\"112\" rx=\"8\"></rect>\n <rect x=\"8\" y=\"112\" width=\"88\" height=\"16\" rx=\"8\"></rect>\n <rect x=\"80\" y=\"16\" width=\"16\" height=\"112\" rx=\"8\"></rect>\n <rect x=\"56\" y=\"16\" width=\"16\" height=\"112\" rx=\"8\"></rect>\n <rect x=\"32\" y=\"16\" width=\"16\" height=\"112\" rx=\"8\"></rect>\n </g>\n</svg>"
},
"$:/core/images/done-button": {
"title": "$:/core/images/done-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-done-button tc-image-button\" viewBox=\"0 0 128 128\" width=\"22pt\" height=\"22pt\">\n <g fill-rule=\"evenodd\">\n <path d=\"M3.52445141,76.8322939 C2.07397484,75.3828178 1.17514421,73.3795385 1.17514421,71.1666288 L1.17514421,23.1836596 C1.17514421,18.7531992 4.75686621,15.1751442 9.17514421,15.1751442 C13.5844319,15.1751442 17.1751442,18.7606787 17.1751442,23.1836596 L17.1751442,63.1751442 L119.173716,63.1751442 C123.590457,63.1751442 127.175144,66.7568662 127.175144,71.1751442 C127.175144,75.5844319 123.592783,79.1751442 119.173716,79.1751442 L9.17657227,79.1751442 C6.96796403,79.1751442 4.9674142,78.279521 3.51911285,76.8315312 Z\" id=\"Rectangle-285\" transform=\"translate(64.175144, 47.175144) rotate(-45.000000) translate(-64.175144, -47.175144) \"></path>\n </g>\n</svg>"
},
"$:/core/images/down-arrow": {
"title": "$:/core/images/down-arrow",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-down-arrow tc-image-button\" viewBox=\"0 0 128 128\" width=\"22pt\" height=\"22pt\">\n <path d=\"M109.35638,81.3533152 C107.923899,82.7869182 105.94502,83.6751442 103.759224,83.6751442 L24.5910645,83.6751442 C20.225873,83.6751442 16.6751442,80.1307318 16.6751442,75.7584775 C16.6751442,71.3951199 20.2192225,67.8418109 24.5910645,67.8418109 L95.8418109,67.8418109 L95.8418109,-3.40893546 C95.8418109,-7.77412698 99.3862233,-11.3248558 103.758478,-11.3248558 C108.121835,-11.3248558 111.675144,-7.78077754 111.675144,-3.40893546 L111.675144,75.7592239 C111.675144,77.9416955 110.789142,79.9205745 109.356651,81.3538862 Z\" transform=\"translate(64.175144, 36.175144) rotate(45.000000) translate(-64.175144, -36.175144) \"></path>\n</svg>"
},
"$:/core/images/download-button": {
"title": "$:/core/images/download-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-download-button tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><path class=\"tc-image-download-button-ring\" d=\"M64,128 C99.346224,128 128,99.346224 128,64 C128,28.653776 99.346224,0 64,0 C28.653776,0 0,28.653776 0,64 C0,99.346224 28.653776,128 64,128 Z M64,112 C90.509668,112 112,90.509668 112,64 C112,37.490332 90.509668,16 64,16 C37.490332,16 16,37.490332 16,64 C16,90.509668 37.490332,112 64,112 Z\"/><path d=\"M34.3496823,66.4308767 L61.2415823,93.634668 C63.0411536,95.4551107 65.9588502,95.4551107 67.7584215,93.634668 L94.6503215,66.4308767 C96.4498928,64.610434 96.4498928,61.6588981 94.6503215,59.8384554 C93.7861334,58.9642445 92.6140473,58.4731195 91.3919019,58.4731195 L82.9324098,58.4731195 C80.3874318,58.4731195 78.3243078,56.3860674 78.3243078,53.8115729 L78.3243078,38.6615466 C78.3243078,36.0870521 76.2611837,34 73.7162058,34 L55.283798,34 C52.7388201,34 50.675696,36.0870521 50.675696,38.6615466 L50.675696,38.6615466 L50.675696,53.8115729 C50.675696,56.3860674 48.612572,58.4731195 46.0675941,58.4731195 L37.608102,58.4731195 C35.063124,58.4731195 33,60.5601716 33,63.134666 C33,64.3709859 33.4854943,65.5566658 34.3496823,66.4308767 L34.3496823,66.4308767 Z\"/></g></svg>"
},
"$:/core/images/edit-button": {
"title": "$:/core/images/edit-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-edit-button tc-image-button\" viewBox=\"0 0 128 128\" width=\"22pt\" height=\"22pt\">\n <g fill-rule=\"evenodd\">\n <path d=\"M116.870058,45.3431458 L108.870058,45.3431458 L108.870058,45.3431458 L108.870058,61.3431458 L116.870058,61.3431458 L116.870058,45.3431458 Z M124.870058,45.3431458 L127.649881,45.3431458 C132.066101,45.3431458 135.656854,48.9248678 135.656854,53.3431458 C135.656854,57.7524334 132.07201,61.3431458 127.649881,61.3431458 L124.870058,61.3431458 L124.870058,45.3431458 Z M100.870058,45.3431458 L15.6638275,45.3431458 C15.5064377,45.3431458 15.3501085,45.3476943 15.1949638,45.3566664 L15.1949638,45.3566664 C15.0628002,45.3477039 14.928279,45.3431458 14.7913977,45.3431458 C6.68160973,45.3431458 -8.34314575,53.3431458 -8.34314575,53.3431458 C-8.34314575,53.3431458 6.85614548,61.3431458 14.7913977,61.3431458 C14.9266533,61.3431458 15.0596543,61.3384973 15.190398,61.3293588 C15.3470529,61.3385075 15.5049057,61.3431458 15.6638275,61.3431458 L100.870058,61.3431458 L100.870058,45.3431458 L100.870058,45.3431458 Z\" transform=\"translate(63.656854, 53.343146) rotate(-45.000000) translate(-63.656854, -53.343146) \"></path>\n <path d=\"M35.1714596,124.189544 C41.9594858,123.613403 49.068777,121.917633 58.85987,118.842282 C60.6854386,118.268877 62.4306907,117.705515 65.1957709,116.802278 C81.1962861,111.575575 87.0734839,109.994907 93.9414474,109.655721 C102.29855,109.242993 107.795169,111.785371 111.520478,118.355045 C112.610163,120.276732 115.051363,120.951203 116.97305,119.861518 C118.894737,118.771832 119.569207,116.330633 118.479522,114.408946 C113.146151,105.003414 104.734907,101.112919 93.5468356,101.66546 C85.6716631,102.054388 79.4899908,103.716944 62.7116783,109.197722 C59.9734132,110.092199 58.2519873,110.64787 56.4625698,111.20992 C37.002649,117.322218 25.6914684,118.282267 16.8654804,112.957098 C14.9739614,111.815848 12.5154166,112.424061 11.3741667,114.31558 C10.2329168,116.207099 10.84113,118.665644 12.7326489,119.806894 C19.0655164,123.627836 26.4866335,124.926678 35.1714596,124.189544 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/erase": {
"title": "$:/core/images/erase",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-erase tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M60.0870401,127.996166 L123.102318,64.980888 C129.636723,58.4464827 129.629513,47.8655877 123.098967,41.3350425 L99.4657866,17.7018617 C92.927448,11.1635231 82.3486358,11.1698163 75.8199411,17.698511 L4.89768189,88.6207702 C-1.63672343,95.1551755 -1.6295126,105.736071 4.90103262,112.266616 L20.6305829,127.996166 L60.0870401,127.996166 Z M25.1375576,120.682546 L10.812569,106.357558 C7.5455063,103.090495 7.54523836,97.793808 10.8048093,94.5342371 L46.2691086,59.0699377 L81.7308914,94.5317205 L55.5800654,120.682546 L25.1375576,120.682546 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/excise": {
"title": "$:/core/images/excise",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-excise tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M56,107.313709 L53.6568542,109.656854 C50.5326599,112.781049 45.4673401,112.781049 42.3431457,109.656854 C39.2189514,106.53266 39.2189514,101.46734 42.3431458,98.3431457 L58.3431458,82.3431457 C61.4673401,79.2189514 66.5326599,79.2189514 69.6568542,82.3431458 L85.6568542,98.3431458 C88.7810486,101.46734 88.7810486,106.53266 85.6568542,109.656854 C82.5326599,112.781049 77.4673401,112.781049 74.3431458,109.656854 L72,107.313708 L72,121.597798 C72,125.133636 68.418278,128 64,128 C59.581722,128 56,125.133636 56,121.597798 L56,107.313709 Z M0,40.0070969 C0,35.5848994 3.59071231,32 8,32 C12.418278,32 16,35.5881712 16,40.0070969 L16,71.9929031 C16,76.4151006 12.4092877,80 8,80 C3.581722,80 0,76.4118288 0,71.9929031 L0,40.0070969 Z M32,40.0070969 C32,35.5848994 35.5907123,32 40,32 C44.418278,32 48,35.5881712 48,40.0070969 L48,71.9929031 C48,76.4151006 44.4092877,80 40,80 C35.581722,80 32,76.4118288 32,71.9929031 L32,40.0070969 Z M80,40.0070969 C80,35.5848994 83.5907123,32 88,32 C92.418278,32 96,35.5881712 96,40.0070969 L96,71.9929031 C96,76.4151006 92.4092877,80 88,80 C83.581722,80 80,76.4118288 80,71.9929031 L80,40.0070969 Z M56,8.00709688 C56,3.58489938 59.5907123,0 64,0 C68.418278,0 72,3.58817117 72,8.00709688 L72,39.9929031 C72,44.4151006 68.4092877,48 64,48 C59.581722,48 56,44.4118288 56,39.9929031 L56,8.00709688 Z M112,40.0070969 C112,35.5848994 115.590712,32 120,32 C124.418278,32 128,35.5881712 128,40.0070969 L128,71.9929031 C128,76.4151006 124.409288,80 120,80 C115.581722,80 112,76.4118288 112,71.9929031 L112,40.0070969 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/export-button": {
"title": "$:/core/images/export-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-export-button tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M8.00348646,127.999999 C8.00464867,128 8.00581094,128 8.00697327,128 L119.993027,128 C122.205254,128 124.207939,127.101378 125.657096,125.651198 L125.656838,125.65759 C127.104563,124.210109 128,122.21009 128,119.999949 L128,56.0000511 C128,51.5817449 124.409288,48 120,48 C115.581722,48 112,51.5797863 112,56.0000511 L112,112 L16,112 L16,56.0000511 C16,51.5817449 12.4092877,48 8,48 C3.581722,48 7.10542736e-15,51.5797863 7.10542736e-15,56.0000511 L7.10542736e-15,119.999949 C7.10542736e-15,124.418255 3.59071231,128 8,128 C8.00116233,128 8.0023246,128 8.00348681,127.999999 Z M56.6235633,27.3113724 L47.6580188,36.2769169 C44.5333664,39.4015692 39.4634864,39.4061295 36.339292,36.2819351 C33.2214548,33.1640979 33.2173444,28.0901742 36.3443103,24.9632084 L58.9616908,2.34582788 C60.5248533,0.782665335 62.5748436,0.000361191261 64.624516,2.38225238e-14 L64.6193616,0.00151809229 C66.6695374,0.000796251595 68.7211167,0.781508799 70.2854358,2.34582788 L92.9028163,24.9632084 C96.0274686,28.0878607 96.0320289,33.1577408 92.9078345,36.2819351 C89.7899973,39.3997724 84.7160736,39.4038827 81.5891078,36.2769169 L72.6235633,27.3113724 L72.6235633,88.5669606 C72.6235633,92.9781015 69.0418413,96.5662064 64.6235633,96.5662064 C60.2142756,96.5662064 56.6235633,92.984822 56.6235633,88.5669606 L56.6235633,27.3113724 L56.6235633,27.3113724 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/file": {
"title": "$:/core/images/file",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-file tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"nonzero\">\n <path d=\"M111.96811,30.5 L112,30.5 L112,119.999079 C112,124.417866 108.419113,128 104.000754,128 L23.9992458,128 C19.5813843,128 16,124.417687 16,119.999079 L16,8.00092105 C16,3.58213437 19.5808867,0 23.9992458,0 L81,0 L81,0.0201838424 C83.1589869,-0.071534047 85.3482153,0.707077645 86.9982489,2.35711116 L109.625176,24.9840387 C111.151676,26.510538 111.932942,28.4998414 111.96811,30.5 L111.96811,30.5 Z M81,8 L24,8 L24,120 L104,120 L104,30.5 L89.0003461,30.5 C84.5818769,30.5 81,26.9216269 81,22.4996539 L81,8 Z\"></path>\n <rect x=\"32\" y=\"36\" width=\"64\" height=\"8\" rx=\"4\"></rect>\n <rect x=\"32\" y=\"52\" width=\"64\" height=\"8\" rx=\"4\"></rect>\n <rect x=\"32\" y=\"68\" width=\"64\" height=\"8\" rx=\"4\"></rect>\n <rect x=\"32\" y=\"84\" width=\"64\" height=\"8\" rx=\"4\"></rect>\n <rect x=\"32\" y=\"100\" width=\"64\" height=\"8\" rx=\"4\"></rect>\n <rect x=\"32\" y=\"20\" width=\"40\" height=\"8\" rx=\"4\"></rect>\n </g>\n</svg>"
},
"$:/core/images/fixed-height": {
"title": "$:/core/images/fixed-height",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-fixed-height tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M60,35.6568542 L50.8284271,44.8284271 C49.26633,46.3905243 46.73367,46.3905243 45.1715729,44.8284271 C43.6094757,43.26633 43.6094757,40.73367 45.1715729,39.1715729 L61.1715729,23.1715729 C62.73367,21.6094757 65.2663299,21.6094757 66.8284271,23.1715728 L82.8284278,39.1715728 C84.390525,40.7336699 84.390525,43.2663299 82.8284279,44.8284271 C81.2663308,46.3905243 78.7336709,46.3905243 77.1715737,44.8284272 L68,35.6568539 L68,93.3431461 L77.1715737,84.1715728 C78.7336709,82.6094757 81.2663308,82.6094757 82.8284279,84.1715729 C84.390525,85.7336701 84.390525,88.2663301 82.8284278,89.8284272 L66.8284271,105.828427 C65.2663299,107.390524 62.73367,107.390524 61.1715729,105.828427 L45.1715729,89.8284271 C43.6094757,88.26633 43.6094757,85.73367 45.1715729,84.1715729 C46.73367,82.6094757 49.26633,82.6094757 50.8284271,84.1715729 L60,93.3431458 L60,35.6568542 L60,35.6568542 Z M16,116 L112,116 C114.209139,116 116,114.209139 116,112 C116,109.790861 114.209139,108 112,108 L16,108 C13.790861,108 12,109.790861 12,112 C12,114.209139 13.790861,116 16,116 L16,116 Z M16,20 L112,20 C114.209139,20 116,18.209139 116,16 C116,13.790861 114.209139,12 112,12 L16,12 C13.790861,12 12,13.790861 12,16 C12,18.209139 13.790861,20 16,20 L16,20 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/fold-all-button": {
"title": "$:/core/images/fold-all-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-fold-all tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <rect x=\"0\" y=\"0\" width=\"128\" height=\"16\" rx=\"8\"></rect>\n <rect x=\"0\" y=\"64\" width=\"128\" height=\"16\" rx=\"8\"></rect>\n <path d=\"M64.0292774,58.6235628 C61.9791013,58.6242848 59.9275217,57.8435723 58.3632024,56.279253 L35.7458219,33.6618725 C32.6211696,30.5372202 32.6166093,25.4673401 35.7408036,22.3431458 C38.8586409,19.2253085 43.9325646,19.2211982 47.0595304,22.348164 L64.0250749,39.3137085 L80.9906194,22.348164 C84.1152717,19.2235117 89.1851518,19.2189514 92.3093461,22.3431458 C95.4271834,25.460983 95.4312937,30.5349067 92.3043279,33.6618725 L69.6869474,56.279253 C68.1237851,57.8424153 66.0737951,58.6247195 64.0241231,58.6250809 Z\" transform=\"translate(64.024316, 39.313708) scale(1, -1) translate(-64.024316, -39.313708) \"></path>\n <path d=\"M64.0292774,123.621227 C61.9791013,123.621949 59.9275217,122.841236 58.3632024,121.276917 L35.7458219,98.6595365 C32.6211696,95.5348842 32.6166093,90.4650041 35.7408036,87.3408098 C38.8586409,84.2229725 43.9325646,84.2188622 47.0595304,87.345828 L64.0250749,104.311373 L80.9906194,87.345828 C84.1152717,84.2211757 89.1851518,84.2166154 92.3093461,87.3408098 C95.4271834,90.458647 95.4312937,95.5325707 92.3043279,98.6595365 L69.6869474,121.276917 C68.1237851,122.840079 66.0737951,123.622383 64.0241231,123.622745 Z\" transform=\"translate(64.024316, 104.311372) scale(1, -1) translate(-64.024316, -104.311372) \"></path>\n </g>\n</svg>"
},
"$:/core/images/fold-button": {
"title": "$:/core/images/fold-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-fold tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <rect x=\"0\" y=\"0\" width=\"128\" height=\"16\" rx=\"8\"></rect>\n <path d=\"M64.0292774,63.6235628 C61.9791013,63.6242848 59.9275217,62.8435723 58.3632024,61.279253 L35.7458219,38.6618725 C32.6211696,35.5372202 32.6166093,30.4673401 35.7408036,27.3431458 C38.8586409,24.2253085 43.9325646,24.2211982 47.0595304,27.348164 L64.0250749,44.3137085 L80.9906194,27.348164 C84.1152717,24.2235117 89.1851518,24.2189514 92.3093461,27.3431458 C95.4271834,30.460983 95.4312937,35.5349067 92.3043279,38.6618725 L69.6869474,61.279253 C68.1237851,62.8424153 66.0737951,63.6247195 64.0241231,63.6250809 Z\" transform=\"translate(64.024316, 44.313708) scale(1, -1) translate(-64.024316, -44.313708) \"></path>\n <path d=\"M64.0049614,105.998482 C61.9547853,105.999204 59.9032057,105.218491 58.3388864,103.654172 L35.7215059,81.0367916 C32.5968535,77.9121393 32.5922933,72.8422592 35.7164876,69.7180649 C38.8343248,66.6002276 43.9082485,66.5961173 47.0352144,69.7230831 L64.0007589,86.6886276 L80.9663034,69.7230831 C84.0909557,66.5984308 89.1608358,66.5938705 92.2850301,69.7180649 C95.4028673,72.8359021 95.4069777,77.9098258 92.2800119,81.0367916 L69.6626314,103.654172 C68.099469,105.217334 66.0494791,105.999639 63.999807,106 Z\" transform=\"translate(64.000000, 86.688628) scale(1, -1) translate(-64.000000, -86.688628) \"></path>\n </g>\n</svg>"
},
"$:/core/images/fold-others-button": {
"title": "$:/core/images/fold-others-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-fold-others tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <rect x=\"0\" y=\"56.0314331\" width=\"128\" height=\"16\" rx=\"8\"></rect>\n <path d=\"M101.657101,104.948818 C100.207918,103.498614 98.2051847,102.599976 95.9929031,102.599976 L72,102.599976 L72,78.6070725 C72,76.3964271 71.1036108,74.3936927 69.6545293,72.9441002 L69.6571005,72.9488183 C68.2079177,71.4986143 66.2051847,70.5999756 63.9929031,70.5999756 L32.0070969,70.5999756 C27.5881712,70.5999756 24,74.1816976 24,78.5999756 C24,83.0092633 27.5848994,86.5999756 32.0070969,86.5999756 L56,86.5999756 L56,110.592879 C56,112.803524 56.8963895,114.806259 58.3454713,116.255852 L58.3429,116.251133 C59.7920828,117.701337 61.7948156,118.599976 64.0070969,118.599976 L88,118.599976 L88,142.592879 C88,147.011804 91.581722,150.599976 96,150.599976 C100.409288,150.599976 104,147.015076 104,142.592879 L104,110.607072 C104,108.396427 103.103611,106.393693 101.654529,104.9441 Z\" transform=\"translate(64.000000, 110.599976) rotate(-45.000000) translate(-64.000000, -110.599976) \"></path>\n <path d=\"M101.725643,11.7488671 C100.27646,10.2986632 98.2737272,9.40002441 96.0614456,9.40002441 L72.0685425,9.40002441 L72.0685425,-14.5928787 C72.0685425,-16.8035241 71.1721533,-18.8062584 69.7230718,-20.255851 L69.725643,-20.2511329 C68.2764602,-21.7013368 66.2737272,-22.5999756 64.0614456,-22.5999756 L32.0756394,-22.5999756 C27.6567137,-22.5999756 24.0685425,-19.0182536 24.0685425,-14.5999756 C24.0685425,-10.1906879 27.6534419,-6.59997559 32.0756394,-6.59997559 L56.0685425,-6.59997559 L56.0685425,17.3929275 C56.0685425,19.6035732 56.964932,21.6063078 58.4140138,23.0559004 L58.4114425,23.0511823 C59.8606253,24.5013859 61.8633581,25.4000244 64.0756394,25.4000244 L88.0685425,25.4000244 L88.0685425,49.3929275 C88.0685425,53.8118532 91.6502645,57.4000244 96.0685425,57.4000244 C100.47783,57.4000244 104.068542,53.815125 104.068542,49.3929275 L104.068542,17.4071213 C104.068542,15.1964759 103.172153,13.1937416 101.723072,11.744149 Z\" transform=\"translate(64.068542, 17.400024) scale(1, -1) rotate(-45.000000) translate(-64.068542, -17.400024) \"></path>\n </g>\n</svg>"
},
"$:/core/images/folder": {
"title": "$:/core/images/folder",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-folder tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M55.6943257,128.000004 L7.99859666,128.000004 C3.5810937,128.000004 0,124.413822 0,119.996384 L0,48.0036243 C0,43.5833471 3.58387508,40.0000044 7.99859666,40.0000044 L16,40.0000044 L16,31.9999914 C16,27.5817181 19.5783731,24 24.0003461,24 L55.9996539,24 C60.4181231,24 64,27.5800761 64,31.9999914 L64,40.0000044 L104.001403,40.0000044 C108.418906,40.0000044 112,43.5861868 112,48.0036243 L112,59.8298353 L104,59.7475921 L104,51.9994189 C104,49.7887607 102.207895,48.0000044 99.9972215,48.0000044 L56,48.0000044 L56,36.0000255 C56,33.7898932 54.2072328,32 51.9957423,32 L28.0042577,32 C25.7890275,32 24,33.7908724 24,36.0000255 L24,48.0000044 L12.0027785,48.0000044 C9.78987688,48.0000044 8,49.7906032 8,51.9994189 L8,116.00059 C8,118.211248 9.79210499,120.000004 12.0027785,120.000004 L58.7630167,120.000004 L55.6943257,128.000004 L55.6943257,128.000004 Z\"></path>\n <path d=\"M23.8728955,55.5 L119.875702,55.5 C124.293205,55.5 126.87957,59.5532655 125.650111,64.5630007 L112.305967,118.936999 C111.077582,123.942356 106.497904,128 102.083183,128 L6.08037597,128 C1.66287302,128 -0.923492342,123.946735 0.305967145,118.936999 L13.650111,64.5630007 C14.878496,59.5576436 19.4581739,55.5 23.8728955,55.5 L23.8728955,55.5 L23.8728955,55.5 Z M25.6530124,64 L113.647455,64 C115.858129,64 117.151473,66.0930612 116.538306,68.6662267 L105.417772,115.333773 C104.803671,117.910859 102.515967,120 100.303066,120 L12.3086228,120 C10.0979492,120 8.8046054,117.906939 9.41777189,115.333773 L20.5383062,68.6662267 C21.1524069,66.0891409 23.4401107,64 25.6530124,64 L25.6530124,64 L25.6530124,64 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/full-screen-button": {
"title": "$:/core/images/full-screen-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-full-screen-button tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g>\n <g>\n <path d=\"M5.29777586e-31,8 C1.59060409e-15,3.581722 3.581722,0 8,0 L40,0 C44.418278,0 48,3.581722 48,8 C48,12.418278 44.418278,16 40,16 L16,16 L16,40 C16,44.418278 12.418278,48 8,48 C3.581722,48 -3.55271368e-15,44.418278 0,40 L3.55271368e-15,8 Z\"></path>\n </g>\n <g transform=\"translate(104.000000, 104.000000) rotate(-180.000000) translate(-104.000000, -104.000000) translate(80.000000, 80.000000)\">\n <path d=\"M5.29777586e-31,8 C1.59060409e-15,3.581722 3.581722,0 8,0 L40,0 C44.418278,0 48,3.581722 48,8 C48,12.418278 44.418278,16 40,16 L16,16 L16,40 C16,44.418278 12.418278,48 8,48 C3.581722,48 -3.55271368e-15,44.418278 0,40 L3.55271368e-15,8 Z\"></path>\n </g>\n <g transform=\"translate(24.000000, 104.000000) rotate(-90.000000) translate(-24.000000, -104.000000) translate(0.000000, 80.000000)\">\n <path d=\"M5.29777586e-31,8 C1.59060409e-15,3.581722 3.581722,0 8,0 L40,0 C44.418278,0 48,3.581722 48,8 C48,12.418278 44.418278,16 40,16 L16,16 L16,40 C16,44.418278 12.418278,48 8,48 C3.581722,48 -3.55271368e-15,44.418278 0,40 L3.55271368e-15,8 Z\"></path>\n </g>\n <g transform=\"translate(104.000000, 24.000000) rotate(90.000000) translate(-104.000000, -24.000000) translate(80.000000, 0.000000)\">\n <path d=\"M5.29777586e-31,8 C1.59060409e-15,3.581722 3.581722,0 8,0 L40,0 C44.418278,0 48,3.581722 48,8 C48,12.418278 44.418278,16 40,16 L16,16 L16,40 C16,44.418278 12.418278,48 8,48 C3.581722,48 -3.55271368e-15,44.418278 0,40 L3.55271368e-15,8 Z\"></path>\n </g>\n </g>\n</svg>"
},
"$:/core/images/github": {
"title": "$:/core/images/github",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-github tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M63.9383506,1.60695328 C28.6017227,1.60695328 -0.055756057,30.2970814 -0.055756057,65.6906208 C-0.055756057,94.003092 18.2804728,118.019715 43.7123154,126.493393 C46.9143781,127.083482 48.0812647,125.104717 48.0812647,123.405261 C48.0812647,121.886765 48.02626,117.85449 47.9948287,112.508284 C30.1929317,116.379268 26.4368926,103.916587 26.4368926,103.916587 C23.5255693,96.5129372 19.3294921,94.5420399 19.3294921,94.5420399 C13.5186324,90.5687739 19.7695302,90.6474524 19.7695302,90.6474524 C26.1933001,91.099854 29.5721638,97.2525155 29.5721638,97.2525155 C35.2808718,107.044059 44.5531024,104.215566 48.1991321,102.575118 C48.7806109,98.4366275 50.4346826,95.612068 52.2616263,94.0109598 C38.0507543,92.3941159 23.1091047,86.8944862 23.1091047,62.3389152 C23.1091047,55.3443933 25.6039634,49.6205298 29.6978889,45.1437211 C29.0378318,43.5229433 26.8415704,37.0044266 30.3265147,28.1845627 C30.3265147,28.1845627 35.6973364,26.4615028 47.9241083,34.7542205 C53.027764,33.330139 58.5046663,32.6220321 63.9462084,32.5944947 C69.3838216,32.6220321 74.856795,33.330139 79.9683085,34.7542205 C92.1872225,26.4615028 97.5501864,28.1845627 97.5501864,28.1845627 C101.042989,37.0044266 98.8467271,43.5229433 98.190599,45.1437211 C102.292382,49.6205298 104.767596,55.3443933 104.767596,62.3389152 C104.767596,86.9574291 89.8023734,92.3744463 75.5482834,93.9598188 C77.8427675,95.9385839 79.8897303,99.8489072 79.8897303,105.828476 C79.8897303,114.392635 79.8111521,121.304544 79.8111521,123.405261 C79.8111521,125.120453 80.966252,127.114954 84.2115327,126.489459 C109.623731,117.996111 127.944244,93.9952241 127.944244,65.6906208 C127.944244,30.2970814 99.2867652,1.60695328 63.9383506,1.60695328\"></path>\n </g>\n </svg>\n"
},
"$:/core/images/gitter": {
"title": "$:/core/images/gitter",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-gitter tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 18 25\">\n <rect x=\"15\" y=\"5\" width=\"2\" height=\"10\"></rect>\n <rect x=\"10\" y=\"5\" width=\"2\" height=\"20\"></rect>\n <rect x=\"5\" y=\"5\" width=\"2\" height=\"20\"></rect>\n <rect width=\"2\" height=\"15\"></rect>\n</svg>\n"
},
"$:/core/images/globe": {
"title": "$:/core/images/globe",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-globe tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M72.8111354,37.1275855 C72.8111354,37.9789875 72.8111354,38.8303894 72.8111354,39.6817913 C72.8111354,41.8784743 73.7885604,46.5631866 72.8111354,48.5143758 C71.3445471,51.4420595 68.1617327,52.0543531 66.4170946,54.3812641 C65.2352215,55.9575873 61.7987417,64.9821523 62.7262858,67.3005778 C66.6959269,77.2228204 74.26087,70.4881886 80.6887657,76.594328 C81.5527211,77.415037 83.5758191,78.8666631 83.985137,79.8899578 C87.2742852,88.1128283 76.4086873,94.8989524 87.7419325,106.189751 C88.9872885,107.430443 91.555495,102.372895 91.8205061,101.575869 C92.6726866,99.0129203 98.5458765,96.1267309 100.908882,94.5234439 C102.928056,93.1534443 105.782168,91.8557166 107.236936,89.7775886 C109.507391,86.5342557 108.717505,82.2640435 110.334606,79.0328716 C112.473794,74.7585014 114.163418,69.3979002 116.332726,65.0674086 C120.230862,57.2857361 121.054075,67.1596684 121.400359,67.5059523 C121.757734,67.8633269 122.411167,67.5059523 122.916571,67.5059523 C123.011132,67.5059523 124.364019,67.6048489 124.432783,67.5059523 C125.0832,66.5705216 123.390209,49.5852316 123.114531,48.2089091 C121.710578,41.1996597 116.17083,32.4278331 111.249523,27.7092761 C104.975994,21.6942076 104.160516,11.5121686 92.9912146,12.7547535 C92.7872931,12.7774397 87.906794,22.9027026 85.2136766,26.2672064 C81.486311,30.9237934 82.7434931,22.1144904 78.6876623,22.1144904 C78.6065806,22.1144904 77.5045497,22.0107615 77.4353971,22.1144904 C76.8488637,22.9942905 75.9952305,26.0101404 75.1288269,26.5311533 C74.8635477,26.6906793 73.4071369,26.2924966 73.2826811,26.5311533 C71.0401728,30.8313939 81.5394677,28.7427264 79.075427,34.482926 C76.7225098,39.9642538 72.747373,32.4860199 72.747373,43.0434079\"></path>\n <path d=\"M44.4668556,7.01044608 C54.151517,13.1403033 45.1489715,19.2084878 47.1611905,23.2253896 C48.8157833,26.5283781 51.4021933,28.6198851 48.8753629,33.038878 C46.8123257,36.6467763 42.0052989,37.0050492 39.251679,39.7621111 C36.2115749,42.8060154 33.7884281,48.7028116 32.4624592,52.6732691 C30.8452419,57.5158356 47.0088721,59.5388126 44.5246867,63.6811917 C43.1386839,65.9923513 37.7785192,65.1466282 36.0880227,63.8791519 C34.9234453,63.0059918 32.4946425,63.3331166 31.6713597,62.0997342 C29.0575851,58.1839669 29.4107339,54.0758543 28.0457962,49.9707786 C27.1076833,47.1493864 21.732611,47.8501656 20.2022714,49.3776393 C19.6790362,49.8998948 19.8723378,51.1703278 19.8723378,51.8829111 C19.8723378,57.1682405 26.9914913,55.1986414 26.9914913,58.3421973 C26.9914913,72.9792302 30.9191897,64.8771867 38.1313873,69.6793121 C48.1678018,76.3618966 45.9763926,76.981595 53.0777543,84.0829567 C56.7511941,87.7563965 60.8192437,87.7689005 62.503478,93.3767069 C64.1046972,98.7081071 53.1759798,98.7157031 50.786754,100.825053 C49.663965,101.816317 47.9736094,104.970571 46.5680513,105.439676 C44.7757187,106.037867 43.334221,105.93607 41.6242359,107.219093 C39.1967302,109.040481 37.7241465,112.151588 37.6034934,112.030935 C35.4555278,109.88297 34.0848666,96.5511248 33.7147244,93.7726273 C33.1258872,89.3524817 28.1241923,88.2337027 26.7275443,84.7420826 C25.1572737,80.8164061 28.2518481,75.223612 25.599097,70.9819941 C19.0797019,60.557804 13.7775712,56.4811506 10.2493953,44.6896152 C9.3074899,41.5416683 13.5912267,38.1609942 15.1264825,35.8570308 C17.0029359,33.0410312 17.7876232,30.0028946 19.8723378,27.2224065 C22.146793,24.1888519 40.8551166,9.46076832 43.8574051,8.63490613 L44.4668556,7.01044608 Z\"></path>\n <path d=\"M64,126 C98.2416545,126 126,98.2416545 126,64 C126,29.7583455 98.2416545,2 64,2 C29.7583455,2 2,29.7583455 2,64 C2,98.2416545 29.7583455,126 64,126 Z M64,120 C94.927946,120 120,94.927946 120,64 C120,33.072054 94.927946,8 64,8 C33.072054,8 8,33.072054 8,64 C8,94.927946 33.072054,120 64,120 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/heading-1": {
"title": "$:/core/images/heading-1",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-heading-1 tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M14,30 L27.25,30 L27.25,60.104 L61.7,60.104 L61.7,30 L74.95,30 L74.95,105.684 L61.7,105.684 L61.7,71.552 L27.25,71.552 L27.25,105.684 L14,105.684 L14,30 Z M84.3350766,43.78 C86.8790893,43.78 89.3523979,43.5680021 91.7550766,43.144 C94.1577553,42.7199979 96.3307336,42.0133383 98.2740766,41.024 C100.21742,40.0346617 101.87807,38.7626744 103.256077,37.208 C104.634084,35.6533256 105.535075,33.7453446 105.959077,31.484 L115.817077,31.484 L115.817077,105.684 L102.567077,105.684 L102.567077,53.32 L84.3350766,53.32 L84.3350766,43.78 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/heading-2": {
"title": "$:/core/images/heading-2",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-heading-2 tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M6,30 L19.25,30 L19.25,60.104 L53.7,60.104 L53.7,30 L66.95,30 L66.95,105.684 L53.7,105.684 L53.7,71.552 L19.25,71.552 L19.25,105.684 L6,105.684 L6,30 Z M125.519077,105.684 L74.8510766,105.684 C74.9217436,99.5359693 76.4057288,94.1653563 79.3030766,89.572 C82.2004244,84.9786437 86.1577182,80.986017 91.1750766,77.594 C93.5777553,75.8273245 96.0863969,74.113675 98.7010766,72.453 C101.315756,70.792325 103.718399,69.0080095 105.909077,67.1 C108.099754,65.1919905 109.901736,63.1250111 111.315077,60.899 C112.728417,58.6729889 113.47041,56.1113478 113.541077,53.214 C113.541077,51.8713266 113.382078,50.4403409 113.064077,48.921 C112.746075,47.4016591 112.127748,45.9883399 111.209077,44.681 C110.290405,43.3736601 109.018418,42.2783377 107.393077,41.395 C105.767735,40.5116622 103.647756,40.07 101.033077,40.07 C98.6303979,40.07 96.6340846,40.5469952 95.0440766,41.501 C93.4540687,42.4550048 92.1820814,43.762325 91.2280766,45.423 C90.2740719,47.083675 89.5674123,49.0446554 89.1080766,51.306 C88.648741,53.5673446 88.3837436,56.0053203 88.3130766,58.62 L76.2290766,58.62 C76.2290766,54.5213128 76.7767378,50.7230175 77.8720766,47.225 C78.9674154,43.7269825 80.610399,40.7060127 82.8010766,38.162 C84.9917542,35.6179873 87.6593942,33.6216739 90.8040766,32.173 C93.948759,30.7243261 97.6057224,30 101.775077,30 C106.297766,30 110.078395,30.7419926 113.117077,32.226 C116.155758,33.7100074 118.611401,35.5826554 120.484077,37.844 C122.356753,40.1053446 123.681739,42.5609868 124.459077,45.211 C125.236414,47.8610133 125.625077,50.3873213 125.625077,52.79 C125.625077,55.7580148 125.165748,58.4433213 124.247077,60.846 C123.328405,63.2486787 122.091751,65.4569899 120.537077,67.471 C118.982402,69.4850101 117.215753,71.3399915 115.237077,73.036 C113.2584,74.7320085 111.209087,76.3219926 109.089077,77.806 C106.969066,79.2900074 104.849087,80.7033266 102.729077,82.046 C100.609066,83.3886734 98.6480856,84.7313266 96.8460766,86.074 C95.0440676,87.4166734 93.47175,88.8123261 92.1290766,90.261 C90.7864032,91.7096739 89.8677458,93.2466585 89.3730766,94.872 L125.519077,94.872 L125.519077,105.684 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/heading-3": {
"title": "$:/core/images/heading-3",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-heading-3 tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M6,30 L19.25,30 L19.25,60.104 L53.7,60.104 L53.7,30 L66.95,30 L66.95,105.684 L53.7,105.684 L53.7,71.552 L19.25,71.552 L19.25,105.684 L6,105.684 L6,30 Z M94.8850766,62.224 C96.8637532,62.294667 98.8424001,62.1533351 100.821077,61.8 C102.799753,61.4466649 104.566402,60.8283378 106.121077,59.945 C107.675751,59.0616623 108.930072,57.8426744 109.884077,56.288 C110.838081,54.7333256 111.315077,52.8253446 111.315077,50.564 C111.315077,47.3839841 110.237421,44.8400095 108.082077,42.932 C105.926733,41.0239905 103.153094,40.07 99.7610766,40.07 C97.641066,40.07 95.8037511,40.4939958 94.2490766,41.342 C92.6944022,42.1900042 91.4047484,43.3383261 90.3800766,44.787 C89.3554048,46.2356739 88.5957458,47.860991 88.1010766,49.663 C87.6064075,51.465009 87.3944096,53.3199905 87.4650766,55.228 L75.3810766,55.228 C75.5224107,51.623982 76.1937373,48.2850154 77.3950766,45.211 C78.596416,42.1369846 80.2393995,39.4693446 82.3240766,37.208 C84.4087537,34.9466554 86.9350618,33.1800064 89.9030766,31.908 C92.8710915,30.6359936 96.2277246,30 99.9730766,30 C102.870424,30 105.714729,30.4239958 108.506077,31.272 C111.297424,32.1200042 113.806065,33.3566585 116.032077,34.982 C118.258088,36.6073415 120.042403,38.6743208 121.385077,41.183 C122.72775,43.6916792 123.399077,46.5713171 123.399077,49.822 C123.399077,53.5673521 122.551085,56.8356527 120.855077,59.627 C119.159068,62.4183473 116.509095,64.4499936 112.905077,65.722 L112.905077,65.934 C117.145098,66.7820042 120.448731,68.8843166 122.816077,72.241 C125.183422,75.5976835 126.367077,79.6786426 126.367077,84.484 C126.367077,88.017351 125.660417,91.1796527 124.247077,93.971 C122.833736,96.7623473 120.925755,99.129657 118.523077,101.073 C116.120398,103.016343 113.329093,104.517995 110.149077,105.578 C106.969061,106.638005 103.612428,107.168 100.079077,107.168 C95.7683884,107.168 92.005426,106.549673 88.7900766,105.313 C85.5747272,104.076327 82.8894207,102.327345 80.7340766,100.066 C78.5787325,97.8046554 76.9357489,95.0840159 75.8050766,91.904 C74.6744043,88.7239841 74.0737436,85.1906861 74.0030766,81.304 L86.0870766,81.304 C85.9457426,85.8266893 87.0587315,89.5896517 89.4260766,92.593 C91.7934218,95.5963483 95.3443863,97.098 100.079077,97.098 C104.107097,97.098 107.481396,95.9496782 110.202077,93.653 C112.922757,91.3563219 114.283077,88.0880212 114.283077,83.848 C114.283077,80.9506522 113.717749,78.6540085 112.587077,76.958 C111.456404,75.2619915 109.972419,73.9723378 108.135077,73.089 C106.297734,72.2056623 104.230755,71.6580011 101.934077,71.446 C99.6373985,71.2339989 97.2877553,71.163333 94.8850766,71.234 L94.8850766,62.224 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/heading-4": {
"title": "$:/core/images/heading-4",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-heading-4 tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M8,30 L21.25,30 L21.25,60.104 L55.7,60.104 L55.7,30 L68.95,30 L68.95,105.684 L55.7,105.684 L55.7,71.552 L21.25,71.552 L21.25,105.684 L8,105.684 L8,30 Z M84.5890766,78.548 L107.061077,78.548 L107.061077,45.9 L106.849077,45.9 L84.5890766,78.548 Z M128.049077,88.088 L118.509077,88.088 L118.509077,105.684 L107.061077,105.684 L107.061077,88.088 L75.2610766,88.088 L75.2610766,76.11 L107.061077,31.484 L118.509077,31.484 L118.509077,78.548 L128.049077,78.548 L128.049077,88.088 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/heading-5": {
"title": "$:/core/images/heading-5",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-heading-5 tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M6,30 L19.25,30 L19.25,60.104 L53.7,60.104 L53.7,30 L66.95,30 L66.95,105.684 L53.7,105.684 L53.7,71.552 L19.25,71.552 L19.25,105.684 L6,105.684 L6,30 Z M83.7550766,31.484 L122.127077,31.484 L122.127077,42.296 L92.7650766,42.296 L88.9490766,61.164 L89.1610766,61.376 C90.7864181,59.5386575 92.8533974,58.1430048 95.3620766,57.189 C97.8707558,56.2349952 100.361731,55.758 102.835077,55.758 C106.509762,55.758 109.795729,56.3763272 112.693077,57.613 C115.590424,58.8496729 118.0284,60.5809889 120.007077,62.807 C121.985753,65.0330111 123.487405,67.6653181 124.512077,70.704 C125.536748,73.7426819 126.049077,77.028649 126.049077,80.562 C126.049077,83.5300148 125.572081,86.5863176 124.618077,89.731 C123.664072,92.8756824 122.144754,95.7376538 120.060077,98.317 C117.9754,100.896346 115.30776,103.016325 112.057077,104.677 C108.806394,106.337675 104.919766,107.168 100.397077,107.168 C96.7930586,107.168 93.454092,106.691005 90.3800766,105.737 C87.3060613,104.782995 84.6030883,103.35201 82.2710766,101.444 C79.939065,99.5359905 78.0840835,97.1863473 76.7060766,94.395 C75.3280697,91.6036527 74.5684107,88.3353521 74.4270766,84.59 L86.5110766,84.59 C86.8644117,88.6180201 88.2423979,91.7096559 90.6450766,93.865 C93.0477553,96.0203441 96.2277235,97.098 100.185077,97.098 C102.729089,97.098 104.884401,96.6740042 106.651077,95.826 C108.417752,94.9779958 109.848738,93.8120074 110.944077,92.328 C112.039415,90.8439926 112.816741,89.1126766 113.276077,87.134 C113.735412,85.1553234 113.965077,83.0353446 113.965077,80.774 C113.965077,78.7246564 113.682413,76.763676 113.117077,74.891 C112.55174,73.018324 111.703749,71.3753404 110.573077,69.962 C109.442404,68.5486596 107.976086,67.4180042 106.174077,66.57 C104.372068,65.7219958 102.269755,65.298 99.8670766,65.298 C97.3230639,65.298 94.9380878,65.7749952 92.7120766,66.729 C90.4860655,67.6830048 88.8784149,69.4673203 87.8890766,72.082 L75.8050766,72.082 L83.7550766,31.484 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/heading-6": {
"title": "$:/core/images/heading-6",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-heading-6 tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M6,30 L19.25,30 L19.25,60.104 L53.7,60.104 L53.7,30 L66.95,30 L66.95,105.684 L53.7,105.684 L53.7,71.552 L19.25,71.552 L19.25,105.684 L6,105.684 L6,30 Z M112.587077,50.246 C112.304409,47.2073181 111.226753,44.751676 109.354077,42.879 C107.481401,41.006324 104.955093,40.07 101.775077,40.07 C99.584399,40.07 97.6940846,40.4763293 96.1040766,41.289 C94.5140687,42.1016707 93.1714154,43.1793266 92.0760766,44.522 C90.9807378,45.8646734 90.0974133,47.401658 89.4260766,49.133 C88.7547399,50.864342 88.2070787,52.6839905 87.7830766,54.592 C87.3590745,56.5000095 87.0587442,58.390324 86.8820766,60.263 C86.7054091,62.135676 86.5464107,63.8846585 86.4050766,65.51 L86.6170766,65.722 C88.2424181,62.7539852 90.4860623,60.5456739 93.3480766,59.097 C96.2100909,57.6483261 99.3017267,56.924 102.623077,56.924 C106.297762,56.924 109.583729,57.5599936 112.481077,58.832 C115.378424,60.1040064 117.834067,61.8529889 119.848077,64.079 C121.862087,66.3050111 123.399071,68.9373181 124.459077,71.976 C125.519082,75.0146819 126.049077,78.300649 126.049077,81.834 C126.049077,85.438018 125.466082,88.7769846 124.300077,91.851 C123.134071,94.9250154 121.455754,97.6103219 119.265077,99.907 C117.074399,102.203678 114.459758,103.987994 111.421077,105.26 C108.382395,106.532006 105.025762,107.168 101.351077,107.168 C95.9097161,107.168 91.4400941,106.16101 87.9420766,104.147 C84.4440591,102.13299 81.6880867,99.3770175 79.6740766,95.879 C77.6600666,92.3809825 76.2644138,88.2823568 75.4870766,83.583 C74.7097394,78.8836432 74.3210766,73.8133605 74.3210766,68.372 C74.3210766,63.9199777 74.7980719,59.4326893 75.7520766,54.91 C76.7060814,50.3873107 78.278399,46.2710186 80.4690766,42.561 C82.6597542,38.8509815 85.5393921,35.8300117 89.1080766,33.498 C92.6767611,31.1659883 97.0757171,30 102.305077,30 C105.273091,30 108.064397,30.4946617 110.679077,31.484 C113.293756,32.4733383 115.608067,33.8513245 117.622077,35.618 C119.636087,37.3846755 121.27907,39.5046543 122.551077,41.978 C123.823083,44.4513457 124.529743,47.2073181 124.671077,50.246 L112.587077,50.246 Z M100.927077,97.098 C103.117754,97.098 105.025735,96.6563378 106.651077,95.773 C108.276418,94.8896623 109.636738,93.7413404 110.732077,92.328 C111.827415,90.9146596 112.640074,89.271676 113.170077,87.399 C113.700079,85.526324 113.965077,83.6006766 113.965077,81.622 C113.965077,79.6433234 113.700079,77.7353425 113.170077,75.898 C112.640074,74.0606575 111.827415,72.4530069 110.732077,71.075 C109.636738,69.6969931 108.276418,68.5840042 106.651077,67.736 C105.025735,66.8879958 103.117754,66.464 100.927077,66.464 C98.736399,66.464 96.8107516,66.8703293 95.1500766,67.683 C93.4894017,68.4956707 92.0937489,69.5909931 90.9630766,70.969 C89.8324043,72.3470069 88.9844128,73.9546575 88.4190766,75.792 C87.8537405,77.6293425 87.5710766,79.5726564 87.5710766,81.622 C87.5710766,83.6713436 87.8537405,85.6146575 88.4190766,87.452 C88.9844128,89.2893425 89.8324043,90.9323261 90.9630766,92.381 C92.0937489,93.8296739 93.4894017,94.9779958 95.1500766,95.826 C96.8107516,96.6740042 98.736399,97.098 100.927077,97.098 L100.927077,97.098 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/help": {
"title": "$:/core/images/help",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-help tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M36.0548906,111.44117 C30.8157418,115.837088 20.8865444,118.803477 9.5,118.803477 C7.86465619,118.803477 6.25937294,118.742289 4.69372699,118.624467 C12.612543,115.984876 18.7559465,110.02454 21.0611049,102.609942 C8.74739781,92.845129 1.04940554,78.9359851 1.04940554,63.5 C1.04940554,33.9527659 29.2554663,10 64.0494055,10 C98.8433448,10 127.049406,33.9527659 127.049406,63.5 C127.049406,93.0472341 98.8433448,117 64.0494055,117 C53.9936953,117 44.48824,114.999337 36.0548906,111.44117 L36.0548906,111.44117 Z M71.4042554,77.5980086 C71.406883,77.2865764 71.4095079,76.9382011 71.4119569,76.5610548 C71.4199751,75.3262169 71.4242825,74.0811293 71.422912,72.9158546 C71.4215244,71.736154 71.4143321,70.709635 71.4001396,69.8743525 C71.4078362,68.5173028 71.9951951,67.7870427 75.1273009,65.6385471 C75.2388969,65.5619968 76.2124091,64.8981068 76.5126553,64.6910879 C79.6062455,62.5580654 81.5345849,60.9050204 83.2750652,58.5038955 C85.6146327,55.2762841 86.8327108,51.426982 86.8327108,46.8554323 C86.8327108,33.5625756 76.972994,24.9029551 65.3778484,24.9029551 C54.2752771,24.9029551 42.8794554,34.5115163 41.3121702,47.1975534 C40.9043016,50.4989536 43.2499725,53.50591 46.5513726,53.9137786 C49.8527728,54.3216471 52.8597292,51.9759763 53.2675978,48.6745761 C54.0739246,42.1479456 60.2395837,36.9492759 65.3778484,36.9492759 C70.6427674,36.9492759 74.78639,40.5885487 74.78639,46.8554323 C74.78639,50.4892974 73.6853224,52.008304 69.6746221,54.7736715 C69.4052605,54.9593956 68.448509,55.6118556 68.3131127,55.7047319 C65.6309785,57.5445655 64.0858213,58.803255 62.6123358,60.6352315 C60.5044618,63.2559399 59.3714208,66.3518252 59.3547527,69.9487679 C59.3684999,70.8407274 59.3752803,71.8084521 59.3765995,72.9300232 C59.3779294,74.0607297 59.3737237,75.2764258 59.36589,76.482835 C59.3634936,76.8518793 59.3609272,77.1924914 59.3583633,77.4963784 C59.3568319,77.6778944 59.3556368,77.8074256 59.3549845,77.8730928 C59.3219814,81.1994287 61.9917551,83.9227111 65.318091,83.9557142 C68.644427,83.9887173 71.3677093,81.3189435 71.4007124,77.9926076 C71.4014444,77.9187458 71.402672,77.7856841 71.4042554,77.5980086 Z M65.3778489,102.097045 C69.5359735,102.097045 72.9067994,98.7262189 72.9067994,94.5680944 C72.9067994,90.4099698 69.5359735,87.0391439 65.3778489,87.0391439 C61.2197243,87.0391439 57.8488984,90.4099698 57.8488984,94.5680944 C57.8488984,98.7262189 61.2197243,102.097045 65.3778489,102.097045 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/home-button": {
"title": "$:/core/images/home-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-home-button tc-image-button\" viewBox=\"0 0 128 128\" width=\"22pt\" height=\"22pt\">\n <g fill-rule=\"evenodd\">\n <path d=\"M112.9847,119.501583 C112.99485,119.336814 113,119.170705 113,119.003406 L113,67.56802 C116.137461,70.5156358 121.076014,70.4518569 124.133985,67.3938855 C127.25818,64.2696912 127.260618,59.2068102 124.131541,56.0777326 L70.3963143,2.34250601 C68.8331348,0.779326498 66.7828947,-0.000743167069 64.7337457,1.61675364e-05 C62.691312,-0.00409949529 60.6426632,0.777559815 59.077717,2.34250601 L33,28.420223 L33,28.420223 L33,8.00697327 C33,3.58484404 29.4092877,0 25,0 C20.581722,0 17,3.59075293 17,8.00697327 L17,44.420223 L5.3424904,56.0777326 C2.21694607,59.2032769 2.22220878,64.2760483 5.34004601,67.3938855 C8.46424034,70.5180798 13.5271213,70.5205187 16.6561989,67.3914411 L17,67.04764 L17,119.993027 C17,119.994189 17.0000002,119.995351 17.0000007,119.996514 C17.0000002,119.997675 17,119.998838 17,120 C17,124.418278 20.5881049,128 24.9992458,128 L105.000754,128 C109.418616,128 113,124.409288 113,120 C113,119.832611 112.99485,119.666422 112.9847,119.501583 Z M97,112 L97,51.5736087 L97,51.5736087 L64.7370156,19.3106244 L33,51.04764 L33,112 L97,112 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/import-button": {
"title": "$:/core/images/import-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-import-button tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M105.449437,94.2138951 C105.449437,94.2138951 110.049457,94.1897106 110.049457,99.4026111 C110.049457,104.615512 105.163246,104.615511 105.163246,104.615511 L45.0075072,105.157833 C45.0075072,105.157833 0.367531803,106.289842 0.367532368,66.6449212 C0.367532934,27.0000003 45.0428249,27.0000003 45.0428249,27.0000003 L105.532495,27.0000003 C105.532495,27.0000003 138.996741,25.6734987 138.996741,55.1771866 C138.996741,84.6808745 105.727102,82.8457535 105.727102,82.8457535 L56.1735087,82.8457535 C56.1735087,82.8457535 22.6899229,85.1500223 22.6899229,66.0913753 C22.6899229,47.0327282 56.1735087,49.3383013 56.1735087,49.3383013 L105.727102,49.3383013 C105.727102,49.3383013 111.245209,49.3383024 111.245209,54.8231115 C111.245209,60.3079206 105.727102,60.5074524 105.727102,60.5074524 L56.1735087,60.5074524 C56.1735087,60.5074524 37.48913,60.5074528 37.48913,66.6449195 C37.48913,72.7823862 56.1735087,71.6766023 56.1735087,71.6766023 L105.727102,71.6766029 C105.727102,71.6766029 127.835546,73.1411469 127.835546,55.1771866 C127.835546,35.5304025 105.727102,38.3035317 105.727102,38.3035317 L45.0428249,38.3035317 C45.0428249,38.3035317 11.5287276,38.3035313 11.5287276,66.6449208 C11.5287276,94.9863103 45.0428244,93.9579678 45.0428244,93.9579678 L105.449437,94.2138951 Z\" transform=\"translate(69.367532, 66.000000) rotate(-45.000000) translate(-69.367532, -66.000000) \"></path>\n </g>\n</svg>"
},
"$:/core/images/info-button": {
"title": "$:/core/images/info-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-info-button tc-image-button\" viewBox=\"0 0 128 128\" width=\"22pt\" height=\"22pt\">\n <g fill-rule=\"evenodd\">\n <g transform=\"translate(0.049406, 0.000000)\">\n <path d=\"M64,128 C99.346224,128 128,99.346224 128,64 C128,28.653776 99.346224,0 64,0 C28.653776,0 0,28.653776 0,64 C0,99.346224 28.653776,128 64,128 Z M64,112 C90.509668,112 112,90.509668 112,64 C112,37.490332 90.509668,16 64,16 C37.490332,16 16,37.490332 16,64 C16,90.509668 37.490332,112 64,112 Z\"></path>\n <circle cx=\"64\" cy=\"32\" r=\"8\"></circle>\n <rect x=\"56\" y=\"48\" width=\"16\" height=\"56\" rx=\"8\"></rect>\n </g>\n </g>\n</svg>"
},
"$:/core/images/italic": {
"title": "$:/core/images/italic",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-italic tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <polygon points=\"66.7114846 0 89.1204482 0 62.4089636 128 40 128\"></polygon>\n </g>\n</svg>"
},
"$:/core/images/left-arrow": {
"title": "$:/core/images/left-arrow",
"created": "20150315234410875",
"modified": "20150315235324760",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-left-arrow tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <path transform=\"rotate(135, 63.8945, 64.1752)\" d=\"m109.07576,109.35336c-1.43248,1.43361 -3.41136,2.32182 -5.59717,2.32182l-79.16816,0c-4.36519,0 -7.91592,-3.5444 -7.91592,-7.91666c0,-4.36337 3.54408,-7.91667 7.91592,-7.91667l71.25075,0l0,-71.25075c0,-4.3652 3.54442,-7.91592 7.91667,-7.91592c4.36336,0 7.91667,3.54408 7.91667,7.91592l0,79.16815c0,2.1825 -0.88602,4.16136 -2.3185,5.59467l-0.00027,-0.00056z\"/>\n</svg>\n"
},
"$:/core/images/line-width": {
"title": "$:/core/images/line-width",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-line-width tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M128,-97 L112.992786,-97 C112.452362,-97 112,-96.5522847 112,-96 C112,-95.4438648 112.444486,-95 112.992786,-95 L128,-95 L128,-97 Z M128,-78.6794919 L111.216185,-88.3696322 C110.748163,-88.6398444 110.132549,-88.4782926 109.856406,-88 C109.578339,-87.5183728 109.741342,-86.9117318 110.216185,-86.6375814 L128,-76.3700908 L128,-78.6794919 Z M78.6794919,-128 L88.3696322,-111.216185 C88.6437826,-110.741342 88.4816272,-110.134474 88,-109.856406 C87.5217074,-109.580264 86.9077936,-109.748163 86.6375814,-110.216185 L76.3700908,-128 L78.6794919,-128 Z M97,-128 L97,-112.992786 C97,-112.444486 96.5561352,-112 96,-112 C95.4477153,-112 95,-112.452362 95,-112.992786 L95,-128 L97,-128 Z M115.629909,-128 L105.362419,-110.216185 C105.088268,-109.741342 104.481627,-109.578339 104,-109.856406 C103.521707,-110.132549 103.360156,-110.748163 103.630368,-111.216185 L113.320508,-128 L115.629909,-128 Z M128,-113.320508 L111.216185,-103.630368 C110.741342,-103.356217 110.134474,-103.518373 109.856406,-104 C109.580264,-104.478293 109.748163,-105.092206 110.216185,-105.362419 L128,-115.629909 L128,-113.320508 Z M48,-96 C48,-96.5522847 48.4523621,-97 48.9927864,-97 L79.0072136,-97 C79.5555144,-97 80,-96.5561352 80,-96 C80,-95.4477153 79.5476379,-95 79.0072136,-95 L48.9927864,-95 C48.4444856,-95 48,-95.4438648 48,-96 Z M54.4307806,-120 C54.706923,-120.478293 55.3225377,-120.639844 55.7905589,-120.369632 L81.7838153,-105.362419 C82.2586577,-105.088268 82.4216611,-104.481627 82.1435935,-104 C81.8674512,-103.521707 81.2518365,-103.360156 80.7838153,-103.630368 L54.7905589,-118.637581 C54.3157165,-118.911732 54.152713,-119.518373 54.4307806,-120 Z M104,-82.1435935 C104.478293,-82.4197359 105.092206,-82.2518365 105.362419,-81.7838153 L120.369632,-55.7905589 C120.643783,-55.3157165 120.481627,-54.7088482 120,-54.4307806 C119.521707,-54.1546382 118.907794,-54.3225377 118.637581,-54.7905589 L103.630368,-80.7838153 C103.356217,-81.2586577 103.518373,-81.865526 104,-82.1435935 Z M96,-80 C96.5522847,-80 97,-79.5476379 97,-79.0072136 L97,-48.9927864 C97,-48.4444856 96.5561352,-48 96,-48 C95.4477153,-48 95,-48.4523621 95,-48.9927864 L95,-79.0072136 C95,-79.5555144 95.4438648,-80 96,-80 Z M88,-82.1435935 C88.4782926,-81.8674512 88.6398444,-81.2518365 88.3696322,-80.7838153 L73.3624186,-54.7905589 C73.0882682,-54.3157165 72.4816272,-54.152713 72,-54.4307806 C71.5217074,-54.706923 71.3601556,-55.3225377 71.6303678,-55.7905589 L86.6375814,-81.7838153 C86.9117318,-82.2586577 87.5183728,-82.4216611 88,-82.1435935 Z M82.1435935,-88 C82.4197359,-87.5217074 82.2518365,-86.9077936 81.7838153,-86.6375814 L55.7905589,-71.6303678 C55.3157165,-71.3562174 54.7088482,-71.5183728 54.4307806,-72 C54.1546382,-72.4782926 54.3225377,-73.0922064 54.7905589,-73.3624186 L80.7838153,-88.3696322 C81.2586577,-88.6437826 81.865526,-88.4816272 82.1435935,-88 Z M1.30626177e-08,-41.9868843 L15.0170091,-57.9923909 L20.7983821,-52.9749272 L44.7207091,-81.2095939 L73.4260467,-42.1002685 L85.984793,-56.6159488 L104.48741,-34.0310661 L127.969109,-47.4978019 L127.969109,7.99473128e-07 L1.30626177e-08,7.99473128e-07 L1.30626177e-08,-41.9868843 Z M96,-84 C102.627417,-84 108,-89.372583 108,-96 C108,-102.627417 102.627417,-108 96,-108 C89.372583,-108 84,-102.627417 84,-96 C84,-89.372583 89.372583,-84 96,-84 Z\"></path>\n <path d=\"M16,18 L112,18 C113.104569,18 114,17.1045695 114,16 C114,14.8954305 113.104569,14 112,14 L16,14 C14.8954305,14 14,14.8954305 14,16 C14,17.1045695 14.8954305,18 16,18 L16,18 Z M16,35 L112,35 C114.209139,35 116,33.209139 116,31 C116,28.790861 114.209139,27 112,27 L16,27 C13.790861,27 12,28.790861 12,31 C12,33.209139 13.790861,35 16,35 L16,35 Z M16,56 L112,56 C115.313708,56 118,53.3137085 118,50 C118,46.6862915 115.313708,44 112,44 L16,44 C12.6862915,44 10,46.6862915 10,50 C10,53.3137085 12.6862915,56 16,56 L16,56 Z M16,85 L112,85 C117.522847,85 122,80.5228475 122,75 C122,69.4771525 117.522847,65 112,65 L16,65 C10.4771525,65 6,69.4771525 6,75 C6,80.5228475 10.4771525,85 16,85 L16,85 Z M16,128 L112,128 C120.836556,128 128,120.836556 128,112 C128,103.163444 120.836556,96 112,96 L16,96 C7.163444,96 0,103.163444 0,112 C0,120.836556 7.163444,128 16,128 L16,128 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/link": {
"title": "$:/core/images/link",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-link tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M128.719999,57.568543 C130.219553,53.8628171 131.045202,49.8121445 131.045202,45.5685425 C131.045202,27.8915447 116.718329,13.5685425 99.0452364,13.5685425 L67.0451674,13.5685425 C49.3655063,13.5685425 35.0452019,27.8954305 35.0452019,45.5685425 C35.0452019,63.2455403 49.3720745,77.5685425 67.0451674,77.5685425 L99.0452364,77.5685425 C100.406772,77.5685425 101.748384,77.4835732 103.065066,77.3186499 C96.4792444,73.7895096 91.1190212,68.272192 87.7873041,61.5685425 L67.0506214,61.5685425 C58.2110723,61.5685425 51.0452019,54.4070414 51.0452019,45.5685425 C51.0452019,36.7319865 58.2005234,29.5685425 67.0506214,29.5685425 L99.0397824,29.5685425 C107.879331,29.5685425 115.045202,36.7300436 115.045202,45.5685425 C115.045202,48.9465282 113.99957,52.0800164 112.21335,54.6623005 C114.314383,56.4735917 117.050039,57.5685425 120.041423,57.5685425 L128.720003,57.5685425 Z\" transform=\"translate(83.045202, 45.568542) rotate(-225.000000) translate(-83.045202, -45.568542)\"></path>\n <path d=\"M-0.106255113,71.0452019 C-1.60580855,74.7509276 -2.43145751,78.8016001 -2.43145751,83.0452019 C-2.43145751,100.7222 11.8954151,115.045202 29.568508,115.045202 L61.568577,115.045202 C79.2482381,115.045202 93.5685425,100.718314 93.5685425,83.0452019 C93.5685425,65.3682041 79.2416699,51.0452019 61.568577,51.0452019 L29.568508,51.0452019 C28.206973,51.0452019 26.8653616,51.1301711 25.5486799,51.2950943 C32.1345,54.8242347 37.4947231,60.3415524 40.8264403,67.0452019 L61.563123,67.0452019 C70.4026721,67.0452019 77.5685425,74.206703 77.5685425,83.0452019 C77.5685425,91.8817579 70.413221,99.0452019 61.563123,99.0452019 L29.573962,99.0452019 C20.7344129,99.0452019 13.5685425,91.8837008 13.5685425,83.0452019 C13.5685425,79.6672162 14.6141741,76.533728 16.4003949,73.9514439 C14.2993609,72.1401527 11.5637054,71.0452019 8.5723215,71.0452019 L-0.106255113,71.0452019 Z\" transform=\"translate(45.568542, 83.045202) rotate(-225.000000) translate(-45.568542, -83.045202)\"></path>\n </g>\n</svg>"
},
"$:/core/images/linkify": {
"title": "$:/core/images/linkify",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-linkify-button tc-image-button\" viewBox=\"0 0 128 128\" width=\"22pt\" height=\"22pt\"><path d=\"M17.031 31.919H9.048V96.85h7.983v6.92H0V25h17.031v6.919zm24.66 0h-7.983V96.85h7.983v6.92H24.66V25h17.03v6.919zM67.77 56.422l11.975-3.903 2.306 7.096-12.063 3.903 7.628 10.379-6.12 4.435-7.63-10.467-7.45 10.2-5.943-4.523L58.1 63.518 45.95 59.35l2.306-7.096 12.064 4.17V43.825h7.45v12.596zM86.31 96.85h7.982V31.92H86.31V25h17.031v78.77H86.31v-6.92zm24.659 0h7.983V31.92h-7.983V25H128v78.77h-17.031v-6.92z\" fill-rule=\"evenodd\"/></svg>"
},
"$:/core/images/list-bullet": {
"title": "$:/core/images/list-bullet",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-list-bullet tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M11.6363636,40.2727273 C18.0629498,40.2727273 23.2727273,35.0629498 23.2727273,28.6363636 C23.2727273,22.2097775 18.0629498,17 11.6363636,17 C5.20977746,17 0,22.2097775 0,28.6363636 C0,35.0629498 5.20977746,40.2727273 11.6363636,40.2727273 Z M11.6363636,75.1818182 C18.0629498,75.1818182 23.2727273,69.9720407 23.2727273,63.5454545 C23.2727273,57.1188684 18.0629498,51.9090909 11.6363636,51.9090909 C5.20977746,51.9090909 0,57.1188684 0,63.5454545 C0,69.9720407 5.20977746,75.1818182 11.6363636,75.1818182 Z M11.6363636,110.090909 C18.0629498,110.090909 23.2727273,104.881132 23.2727273,98.4545455 C23.2727273,92.0279593 18.0629498,86.8181818 11.6363636,86.8181818 C5.20977746,86.8181818 0,92.0279593 0,98.4545455 C0,104.881132 5.20977746,110.090909 11.6363636,110.090909 Z M34.9090909,22.8181818 L128,22.8181818 L128,34.4545455 L34.9090909,34.4545455 L34.9090909,22.8181818 Z M34.9090909,57.7272727 L128,57.7272727 L128,69.3636364 L34.9090909,69.3636364 L34.9090909,57.7272727 Z M34.9090909,92.6363636 L128,92.6363636 L128,104.272727 L34.9090909,104.272727 L34.9090909,92.6363636 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/list-number": {
"title": "$:/core/images/list-number",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-list-number tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M33.8390805,22.3563218 L128,22.3563218 L128,34.1264368 L33.8390805,34.1264368 L33.8390805,22.3563218 Z M33.8390805,57.6666667 L128,57.6666667 L128,69.4367816 L33.8390805,69.4367816 L33.8390805,57.6666667 Z M33.8390805,92.9770115 L128,92.9770115 L128,104.747126 L33.8390805,104.747126 L33.8390805,92.9770115 Z M0.379509711,42.6307008 L0.379509711,40.4082314 L1.37821948,40.4082314 C2.20382368,40.4082314 2.82301754,40.268077 3.23581964,39.9877642 C3.64862174,39.7074513 3.85501969,39.0400498 3.85501969,37.9855395 L3.85501969,22.7686318 C3.85501969,21.3270228 3.66193774,20.4327047 3.27576803,20.0856507 C2.88959832,19.7385967 1.79768657,19.5650723 0,19.5650723 L0,17.4226919 C3.50215975,17.2758613 6.25191314,16.4683055 8.24934266,15 L10.3666074,15 L10.3666074,37.865406 C10.3666074,38.786434 10.5164123,39.4404875 10.8160268,39.8275862 C11.1156412,40.2146849 11.764796,40.4082314 12.7635108,40.4082314 L13.7622206,40.4082314 L13.7622206,42.6307008 L0.379509711,42.6307008 Z M0.0798967812,77.9873934 L0.0798967812,76.0852799 C7.27064304,69.5312983 10.8659622,63.5046623 10.8659622,58.005191 C10.8659622,56.4434479 10.5397203,55.195407 9.88722667,54.2610308 C9.23473303,53.3266546 8.36253522,52.8594735 7.27060709,52.8594735 C6.3784219,52.8594735 5.61608107,53.1764892 4.98356173,53.8105302 C4.35104238,54.4445712 4.03478745,55.1753759 4.03478745,56.0029663 C4.03478745,56.9773871 4.28113339,57.8316611 4.77383268,58.5658139 C4.88036225,58.7259926 4.93362624,58.8461249 4.93362624,58.9262143 C4.93362624,59.0730449 4.77383427,59.2065252 4.45424555,59.3266593 C4.2411864,59.4067486 3.70188852,59.6336652 2.83633573,60.0074156 C1.99741533,60.3811661 1.47809145,60.5680386 1.2783485,60.5680386 C1.03865696,60.5680386 0.765679018,60.1976307 0.459406492,59.4568039 C0.153133966,58.715977 0,57.9184322 0,57.0641453 C0,55.1153036 0.848894811,53.5202138 2.5467099,52.2788283 C4.24452499,51.0374428 6.34512352,50.4167594 8.84856852,50.4167594 C11.3120649,50.4167594 13.3793735,51.0874979 15.0505562,52.4289952 C16.7217389,53.7704924 17.5573177,55.5224215 17.5573177,57.684835 C17.5573177,58.9662652 17.2743527,60.2076321 16.7084144,61.4089729 C16.142476,62.6103138 14.7875733,64.4623531 12.6436656,66.9651465 C10.4997579,69.4679398 8.40914641,71.7804862 6.3717683,73.902855 L17.8169822,73.902855 L16.7982982,79.6292176 L14.6810335,79.6292176 C14.7609307,79.3489048 14.8008787,79.0952922 14.8008787,78.8683723 C14.8008787,78.4812736 14.7010087,78.237672 14.5012658,78.1375603 C14.3015228,78.0374485 13.9020429,77.9873934 13.3028141,77.9873934 L0.0798967812,77.9873934 Z M12.2042333,97.1935484 C13.9486551,97.2335931 15.4400468,97.8309175 16.6784531,98.9855395 C17.9168594,100.140162 18.5360532,101.75861 18.5360532,103.840934 C18.5360532,106.830938 17.4041935,109.233584 15.14044,111.048943 C12.8766866,112.864303 10.1402492,113.771969 6.93104577,113.771969 C4.92030005,113.771969 3.26245842,113.388213 1.95747114,112.62069 C0.652483855,111.853166 0,110.848727 0,109.607341 C0,108.833144 0.26964894,108.209124 0.808954909,107.735261 C1.34826088,107.261399 1.93749375,107.024472 2.57667119,107.024472 C3.21584864,107.024472 3.73850152,107.224692 4.14464552,107.625139 C4.55078953,108.025586 4.92696644,108.67964 5.27318756,109.587319 C5.73925445,110.855401 6.51158227,111.489433 7.59019421,111.489433 C8.85523291,111.489433 9.87723568,111.012241 10.6562332,110.057842 C11.4352307,109.103444 11.8247236,107.371536 11.8247236,104.862069 C11.8247236,103.153495 11.7048796,101.838714 11.4651881,100.917686 C11.2254966,99.9966584 10.6728827,99.5361513 9.80732989,99.5361513 C9.22141723,99.5361513 8.62219737,99.843156 8.00965231,100.457175 C7.51695303,100.951059 7.07752513,101.197998 6.69135542,101.197998 C6.3584505,101.197998 6.08880156,101.051169 5.88240051,100.757508 C5.67599946,100.463847 5.57280049,100.183539 5.57280049,99.916574 C5.57280049,99.5962164 5.67599946,99.3225818 5.88240051,99.0956618 C6.08880156,98.8687419 6.57150646,98.5016711 7.33052967,97.9944383 C10.2068282,96.0722929 11.6449559,93.9766521 11.6449559,91.7074527 C11.6449559,90.5194601 11.3386879,89.615131 10.7261429,88.9944383 C10.1135978,88.3737455 9.37455999,88.0634038 8.5090072,88.0634038 C7.71003539,88.0634038 6.98431355,88.3270274 6.33181991,88.8542825 C5.67932627,89.3815377 5.35308434,90.0122321 5.35308434,90.7463849 C5.35308434,91.3871 5.60608828,91.9810874 6.11210376,92.5283648 C6.28521432,92.7285883 6.3717683,92.8954387 6.3717683,93.028921 C6.3717683,93.1490551 5.80250943,93.4560598 4.6639746,93.9499444 C3.52543978,94.4438289 2.80970494,94.6907675 2.51674861,94.6907675 C2.10394651,94.6907675 1.76771758,94.3570667 1.50805174,93.6896552 C1.24838591,93.0222436 1.11855494,92.4082342 1.11855494,91.8476085 C1.11855494,90.0989901 2.04734573,88.6240327 3.90495518,87.4226919 C5.76256463,86.2213511 7.86982116,85.6206897 10.226788,85.6206897 C12.2907985,85.6206897 14.0784711,86.0678487 15.5898594,86.9621802 C17.1012478,87.8565117 17.8569306,89.0778566 17.8569306,90.6262514 C17.8569306,91.987771 17.2876717,93.2491599 16.1491369,94.4104561 C15.0106021,95.5717522 13.6956474,96.4994404 12.2042333,97.1935484 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/list": {
"title": "$:/core/images/list",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-list tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M0.719999312,185.568543 C2.21955287,181.862817 3.0452019,177.812144 3.0452019,173.568542 C3.0452019,155.891545 -11.2816707,141.568542 -28.9547636,141.568542 L-60.9548326,141.568542 C-78.6344937,141.568542 -92.9547981,155.895431 -92.9547981,173.568542 C-92.9547981,191.24554 -78.6279255,205.568542 -60.9548326,205.568542 L-28.9547636,205.568542 C-27.593228,205.568542 -26.2516158,205.483573 -24.9349335,205.31865 C-31.5207556,201.78951 -36.8809788,196.272192 -40.2126959,189.568542 L-60.9493786,189.568542 C-69.7889277,189.568542 -76.9547981,182.407041 -76.9547981,173.568542 C-76.9547981,164.731986 -69.7994766,157.568542 -60.9493786,157.568542 L-28.9602176,157.568542 C-20.1206685,157.568542 -12.9547981,164.730044 -12.9547981,173.568542 C-12.9547981,176.946528 -14.0004297,180.080016 -15.7866505,182.6623 C-13.6856165,184.473592 -10.949961,185.568542 -7.9585771,185.568542 L0.720002586,185.568542 Z\" transform=\"translate(-44.954798, 173.568542) rotate(-225.000000) translate(44.954798, -173.568542) \"></path>\n <path d=\"M87.7480315,128 L23.9992458,128 C19.5813843,128 16,124.409247 16,119.993027 L16,8.00697327 C16,3.58484404 19.5881049,0 23.9992458,0 L104.000754,0 C108.418616,0 112,3.59075293 112,8.00697327 L112,104 L91.2492027,104 C90.2848199,104 89.410573,104.391703 88.7768998,105.025201 C88.1373658,105.661376 87.7480315,106.53563 87.7480315,107.501171 L87.7480315,128 Z M95.7480315,127.879386 L111.627417,112 L95.7480315,112 L95.7480315,127.879386 Z M40,15.5089165 C40,13.5709954 41.5636015,12 43.4998101,12 L98.5001899,12 C100.433082,12 102,13.5614718 102,15.5089165 L102,16.4910835 C102,18.4290046 100.436399,20 98.5001899,20 L43.4998101,20 C41.5669183,20 40,18.4385282 40,16.4910835 L40,15.5089165 Z M32,22 C35.3137085,22 38,19.3137085 38,16 C38,12.6862915 35.3137085,10 32,10 C28.6862915,10 26,12.6862915 26,16 C26,19.3137085 28.6862915,22 32,22 Z M40,31.5089165 C40,29.5709954 41.5636015,28 43.4998101,28 L98.5001899,28 C100.433082,28 102,29.5614718 102,31.5089165 L102,32.4910835 C102,34.4290046 100.436399,36 98.5001899,36 L43.4998101,36 C41.5669183,36 40,34.4385282 40,32.4910835 L40,31.5089165 Z M40,47.5089165 C40,45.5709954 41.5636015,44 43.4998101,44 L98.5001899,44 C100.433082,44 102,45.5614718 102,47.5089165 L102,48.4910835 C102,50.4290046 100.436399,52 98.5001899,52 L43.4998101,52 C41.5669183,52 40,50.4385282 40,48.4910835 L40,47.5089165 Z M40,63.5089165 C40,61.5709954 41.5636015,60 43.4998101,60 L98.5001899,60 C100.433082,60 102,61.5614718 102,63.5089165 L102,64.4910835 C102,66.4290046 100.436399,68 98.5001899,68 L43.4998101,68 C41.5669183,68 40,66.4385282 40,64.4910835 L40,63.5089165 Z M40,79.5089165 C40,77.5709954 41.5636015,76 43.4998101,76 L98.5001899,76 C100.433082,76 102,77.5614718 102,79.5089165 L102,80.4910835 C102,82.4290046 100.436399,84 98.5001899,84 L43.4998101,84 C41.5669183,84 40,82.4385282 40,80.4910835 L40,79.5089165 Z M40,95.5089165 C40,93.5709954 41.5636015,92 43.4998101,92 L98.5001899,92 C100.433082,92 102,93.5614718 102,95.5089165 L102,96.4910835 C102,98.4290046 100.436399,100 98.5001899,100 L43.4998101,100 C41.5669183,100 40,98.4385282 40,96.4910835 L40,95.5089165 Z M40,111.508916 C40,109.570995 41.5680474,108 43.4972017,108 L76.5027983,108 C78.4342495,108 80,109.561472 80,111.508916 L80,112.491084 C80,114.429005 78.4319526,116 76.5027983,116 L43.4972017,116 C41.5657505,116 40,114.438528 40,112.491084 L40,111.508916 Z M32,38 C35.3137085,38 38,35.3137085 38,32 C38,28.6862915 35.3137085,26 32,26 C28.6862915,26 26,28.6862915 26,32 C26,35.3137085 28.6862915,38 32,38 Z M32,54 C35.3137085,54 38,51.3137085 38,48 C38,44.6862915 35.3137085,42 32,42 C28.6862915,42 26,44.6862915 26,48 C26,51.3137085 28.6862915,54 32,54 Z M32,70 C35.3137085,70 38,67.3137085 38,64 C38,60.6862915 35.3137085,58 32,58 C28.6862915,58 26,60.6862915 26,64 C26,67.3137085 28.6862915,70 32,70 Z M32,86 C35.3137085,86 38,83.3137085 38,80 C38,76.6862915 35.3137085,74 32,74 C28.6862915,74 26,76.6862915 26,80 C26,83.3137085 28.6862915,86 32,86 Z M32,102 C35.3137085,102 38,99.3137085 38,96 C38,92.6862915 35.3137085,90 32,90 C28.6862915,90 26,92.6862915 26,96 C26,99.3137085 28.6862915,102 32,102 Z M32,118 C35.3137085,118 38,115.313708 38,112 C38,108.686292 35.3137085,106 32,106 C28.6862915,106 26,108.686292 26,112 C26,115.313708 28.6862915,118 32,118 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/locked-padlock": {
"title": "$:/core/images/locked-padlock",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-locked-padlock tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M96.4723753,64 L105,64 L105,96.0097716 C105,113.673909 90.6736461,128 73.001193,128 L55.998807,128 C38.3179793,128 24,113.677487 24,96.0097716 L24,64 L32.0000269,64 C32.0028554,48.2766389 32.3030338,16.2688026 64.1594984,16.2688041 C95.9543927,16.2688056 96.4648869,48.325931 96.4723753,64 Z M80.5749059,64 L48.4413579,64 C48.4426205,47.71306 48.5829272,31.9999996 64.1595001,31.9999996 C79.8437473,31.9999996 81.1369461,48.1359182 80.5749059,64 Z M67.7315279,92.3641717 C70.8232551,91.0923621 73,88.0503841 73,84.5 C73,79.8055796 69.1944204,76 64.5,76 C59.8055796,76 56,79.8055796 56,84.5 C56,87.947435 58.0523387,90.9155206 61.0018621,92.2491029 L55.9067479,115.020857 L72.8008958,115.020857 L67.7315279,92.3641717 L67.7315279,92.3641717 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/mail": {
"title": "$:/core/images/mail",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-mail tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M122.826782,104.894066 C121.945525,105.22777 120.990324,105.41043 119.993027,105.41043 L8.00697327,105.41043 C7.19458381,105.41043 6.41045219,105.289614 5.67161357,105.064967 L5.67161357,105.064967 L39.8346483,70.9019325 L60.6765759,91.7438601 C61.6118278,92.679112 62.8865166,93.0560851 64.0946097,92.8783815 C65.2975108,93.0473238 66.5641085,92.6696979 67.4899463,91.7438601 L88.5941459,70.6396605 C88.6693095,70.7292352 88.7490098,70.8162939 88.8332479,70.9005321 L122.826782,104.894066 Z M127.903244,98.6568194 C127.966933,98.2506602 128,97.8343714 128,97.4103789 L128,33.410481 C128,32.7414504 127.917877,32.0916738 127.763157,31.4706493 L94.2292399,65.0045665 C94.3188145,65.0797417 94.4058701,65.1594458 94.4901021,65.2436778 L127.903244,98.6568194 Z M0.205060636,99.2178117 C0.0709009529,98.6370366 0,98.0320192 0,97.4103789 L0,33.410481 C0,32.694007 0.0944223363,31.9995312 0.27147538,31.3387595 L0.27147538,31.3387595 L34.1777941,65.2450783 L0.205060636,99.2178117 L0.205060636,99.2178117 Z M5.92934613,25.6829218 C6.59211333,25.5051988 7.28862283,25.4104299 8.00697327,25.4104299 L119.993027,25.4104299 C120.759109,25.4104299 121.500064,25.5178649 122.201605,25.7184927 L122.201605,25.7184927 L64.0832611,83.8368368 L5.92934613,25.6829218 L5.92934613,25.6829218 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/menu-button": {
"title": "$:/core/images/menu-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-menu-button tc-image-button\" viewBox=\"0 0 128 128\" width=\"22pt\" height=\"22pt\">\n <rect x=\"0\" y=\"16\" width=\"128\" height=\"16\" rx=\"8\"></rect>\n <rect x=\"0\" y=\"56\" width=\"128\" height=\"16\" rx=\"8\"></rect>\n <rect x=\"0\" y=\"96\" width=\"128\" height=\"16\" rx=\"8\"></rect>\n</svg>"
},
"$:/core/images/mono-block": {
"title": "$:/core/images/mono-block",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-mono-block tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M23.9653488,32.9670593 L24.3217888,32.9670593 C25.0766067,32.9670593 25.6497006,33.1592554 26.0410876,33.5436534 C26.4324747,33.9280514 26.6281653,34.4906619 26.6281653,35.2315017 C26.6281653,36.0562101 26.4219913,36.6502709 26.009637,37.0137017 C25.5972828,37.3771326 24.9158602,37.5588453 23.9653488,37.5588453 L17.6542639,37.5588453 C16.6897744,37.5588453 16.0048573,37.380627 15.5994921,37.0241852 C15.1941269,36.6677435 14.9914474,36.0701882 14.9914474,35.2315017 C14.9914474,34.4207713 15.1941269,33.8406885 15.5994921,33.4912358 C16.0048573,33.141783 16.6897744,32.9670593 17.6542639,32.9670593 L18.388111,32.9670593 L17.5284616,30.5139133 L8.47069195,30.5139133 L7.5691084,32.9670593 L8.30295547,32.9670593 C9.25346691,32.9670593 9.93488953,33.1452775 10.3472438,33.5017193 C10.759598,33.8581611 10.965772,34.4347494 10.965772,35.2315017 C10.965772,36.0562101 10.759598,36.6502709 10.3472438,37.0137017 C9.93488953,37.3771326 9.25346691,37.5588453 8.30295547,37.5588453 L2.89345418,37.5588453 C1.92896463,37.5588453 1.24404754,37.3771326 0.838682371,37.0137017 C0.433317198,36.6502709 0.230637652,36.0562101 0.230637652,35.2315017 C0.230637652,34.4906619 0.426328248,33.9280514 0.817715312,33.5436534 C1.20910238,33.1592554 1.78219626,32.9670593 2.53701417,32.9670593 L2.89345418,32.9670593 L8.51262607,17.3256331 L6.83526132,17.3256331 C5.88474988,17.3256331 5.20332727,17.1439204 4.79097304,16.7804895 C4.37861882,16.4170587 4.1724448,15.8299869 4.1724448,15.0192565 C4.1724448,14.1945481 4.37861882,13.6004873 4.79097304,13.2370565 C5.20332727,12.8736257 5.88474988,12.691913 6.83526132,12.691913 L14.6979086,12.691913 C15.9419603,12.691913 16.815579,13.3628521 17.318791,14.7047506 L17.318791,14.7676518 L23.9653488,32.9670593 Z M12.9786097,17.3256331 L9.9383861,26.1737321 L16.0188333,26.1737321 L12.9786097,17.3256331 Z M35.3809383,26.6979086 L35.3809383,33.0928616 L38.5259972,33.0928616 C40.7485166,33.0928616 42.3140414,32.8482484 43.2226185,32.3590146 C44.1311956,31.8697807 44.5854773,31.0520736 44.5854773,29.9058686 C44.5854773,28.7456855 44.1521624,27.9209895 43.2855197,27.4317556 C42.4188769,26.9425218 40.9022748,26.6979086 38.7356678,26.6979086 L35.3809383,26.6979086 Z M46.0741385,24.370565 C47.5977525,24.9296893 48.7159844,25.6949794 49.428868,26.666458 C50.1417516,27.6379366 50.498188,28.8784752 50.498188,30.388111 C50.498188,31.6601189 50.1906743,32.8202846 49.5756374,33.8686428 C48.9606006,34.917001 48.0799929,35.7766419 46.933788,36.4475911 C46.2628387,36.8389782 45.5115266,37.1220307 44.6798291,37.296757 C43.8481316,37.4714834 42.6704935,37.5588453 41.1468796,37.5588453 L39.3856466,37.5588453 L30.2020747,37.5588453 C29.2795194,37.5588453 28.6190637,37.3771326 28.2206876,37.0137017 C27.8223114,36.6502709 27.6231264,36.0562101 27.6231264,35.2315017 C27.6231264,34.4906619 27.811828,33.9280514 28.189237,33.5436534 C28.5666459,33.1592554 29.118773,32.9670593 29.8456347,32.9670593 L30.2020747,32.9670593 L30.2020747,17.3256331 L29.8456347,17.3256331 C29.118773,17.3256331 28.5666459,17.1299425 28.189237,16.7385554 C27.811828,16.3471683 27.6231264,15.7740744 27.6231264,15.0192565 C27.6231264,14.2085262 27.8258059,13.6179599 28.2311711,13.24754 C28.6365363,12.8771201 29.2934976,12.691913 30.2020747,12.691913 L39.8469219,12.691913 C42.796303,12.691913 45.0362615,13.2650068 46.5668644,14.4112118 C48.0974674,15.5574168 48.8627574,17.2347648 48.8627574,19.443306 C48.8627574,20.5335986 48.6286276,21.4945792 48.1603609,22.3262767 C47.6920943,23.1579742 46.9966938,23.8393968 46.0741385,24.370565 L46.0741385,24.370565 Z M35.3809383,17.1998307 L35.3809383,22.4835296 L38.2114913,22.4835296 C39.9307988,22.4835296 41.1433816,22.2808501 41.8492761,21.8754849 C42.5551706,21.4701197 42.9081126,20.7852027 42.9081126,19.8207131 C42.9081126,18.912136 42.5901154,18.2481858 41.9541114,17.8288425 C41.3181074,17.4094992 40.2872373,17.1998307 38.8614701,17.1998307 L35.3809383,17.1998307 Z M71.244119,13.3838259 C71.5236812,12.880614 71.8102281,12.5241775 72.1037684,12.3145059 C72.3973087,12.1048342 72.7677231,12 73.2150226,12 C73.8999499,12 74.3856819,12.1817127 74.6722332,12.5451435 C74.9587844,12.9085744 75.1020579,13.5305909 75.1020579,14.4112118 L75.143992,19.8626472 C75.143992,20.8271368 74.9867406,21.4771091 74.6722332,21.8125837 C74.3577257,22.1480584 73.7881263,22.3157932 72.9634178,22.3157932 C72.3763372,22.3157932 71.92555,22.1760142 71.6110425,21.896452 C71.2965351,21.6168898 71.0274605,21.0997075 70.8038107,20.3448896 C70.4403799,19.0169692 69.8602971,18.0629775 69.0635448,17.482886 C68.2667926,16.9027945 67.1625385,16.612753 65.7507494,16.612753 C63.5981206,16.612753 61.9487284,17.3396038 60.8025235,18.7933272 C59.6563185,20.2470506 59.0832246,22.3507245 59.0832246,25.104412 C59.0832246,27.8441215 59.6633074,29.9477954 60.8234905,31.4154969 C61.9836736,32.8831984 63.6400547,33.6170381 65.7926836,33.6170381 C67.2603851,33.6170381 68.878327,33.1278116 70.6465578,32.149344 C72.4147886,31.1708763 73.5295261,30.6816498 73.9908037,30.6816498 C74.53595,30.6816498 74.9937262,30.9122852 75.3641461,31.3735628 C75.734566,31.8348404 75.9197732,32.4079343 75.9197732,33.0928616 C75.9197732,34.3229353 74.836486,35.4831009 72.669879,36.5733935 C70.5032721,37.663686 68.0641285,38.2088241 65.3523753,38.2088241 C61.6901107,38.2088241 58.7267959,36.9997358 56.4623422,34.5815228 C54.1978885,32.1633099 53.0656786,29.0043046 53.0656786,25.104412 C53.0656786,21.3443006 54.2118664,18.22024 56.5042763,15.7321366 C58.7966863,13.2440331 61.7040894,12 65.226573,12 C66.2190187,12 67.1974717,12.1118232 68.1619613,12.3354729 C69.1264508,12.5591227 70.1538264,12.9085702 71.244119,13.3838259 L71.244119,13.3838259 Z M81.4645862,32.9670593 L81.4645862,17.3256331 L81.1081461,17.3256331 C80.3533282,17.3256331 79.7802344,17.1299425 79.3888473,16.7385554 C78.9974602,16.3471683 78.8017696,15.7740744 78.8017696,15.0192565 C78.8017696,14.2085262 79.0114381,13.6179599 79.4307814,13.24754 C79.8501247,12.8771201 80.5280528,12.691913 81.4645862,12.691913 L85.4063933,12.691913 L86.6434498,12.691913 C89.5648747,12.691913 91.7034933,12.8177141 93.0593699,13.06932 C94.4152465,13.320926 95.5684233,13.740263 96.5189347,14.3273436 C98.210286,15.3337675 99.5067362,16.7699967 100.408324,18.6360743 C101.309912,20.5021519 101.7607,22.6582429 101.7607,25.104412 C101.7607,27.6903623 101.247012,29.9512876 100.219621,31.8872557 C99.1922296,33.8232239 97.7350336,35.2874089 95.8479888,36.2798546 C94.9953241,36.7271541 93.9959043,37.0521403 92.8496993,37.2548229 C91.7034944,37.4575055 89.9981906,37.5588453 87.7337369,37.5588453 L85.4063933,37.5588453 L81.4645862,37.5588453 C80.5000966,37.5588453 79.8151795,37.380627 79.4098143,37.0241852 C79.0044492,36.6677435 78.8017696,36.0701882 78.8017696,35.2315017 C78.8017696,34.4906619 78.9974602,33.9280514 79.3888473,33.5436534 C79.7802344,33.1592554 80.3533282,32.9670593 81.1081461,32.9670593 L81.4645862,32.9670593 Z M86.8740874,17.2417648 L86.8740874,32.9670593 L88.0692098,32.9670593 C90.7110725,32.9670593 92.6609895,32.3205814 93.9190194,31.0276063 C95.1770492,29.7346312 95.8060547,27.7462749 95.8060547,25.0624779 C95.8060547,22.4206153 95.1665658,20.4497314 93.8875688,19.1497672 C92.6085718,17.849803 90.6831161,17.1998307 88.1111439,17.1998307 C87.7756693,17.1998307 87.5205727,17.2033252 87.3458463,17.2103142 C87.1711199,17.2173033 87.0138685,17.2277867 86.8740874,17.2417648 L86.8740874,17.2417648 Z M121.94052,17.1159625 L112.190837,17.1159625 L112.190837,22.4835296 L115.88104,22.4835296 L115.88104,22.2319249 C115.88104,21.4351727 116.055763,20.841112 116.405216,20.4497249 C116.754669,20.0583378 117.285829,19.8626472 117.998713,19.8626472 C118.627728,19.8626472 119.141415,20.0408655 119.539792,20.3973072 C119.938168,20.753749 120.137353,21.2045363 120.137353,21.7496826 C120.137353,21.7776388 120.144342,21.8684951 120.15832,22.0222543 C120.172298,22.1760135 120.179287,22.3297704 120.179287,22.4835296 L120.179287,26.8237109 C120.179287,27.7602442 120.011552,28.4311834 119.676077,28.8365486 C119.340603,29.2419138 118.795465,29.4445933 118.040647,29.4445933 C117.327763,29.4445933 116.789614,29.2558917 116.426183,28.8784827 C116.062752,28.5010738 115.88104,27.9419578 115.88104,27.201118 L115.88104,26.8237109 L112.190837,26.8237109 L112.190837,33.0928616 L121.94052,33.0928616 L121.94052,30.5977816 C121.94052,29.6612482 122.118738,28.9903091 122.47518,28.5849439 C122.831622,28.1795787 123.415199,27.9768992 124.225929,27.9768992 C125.022682,27.9768992 125.592281,28.1760842 125.934745,28.5744604 C126.277208,28.9728365 126.448438,29.6472701 126.448438,30.5977816 L126.448438,35.6718099 C126.448438,36.4266278 126.30167,36.9298322 126.008129,37.1814382 C125.714589,37.4330442 125.134506,37.5588453 124.267863,37.5588453 L107.095842,37.5588453 C106.173287,37.5588453 105.512831,37.3771326 105.114455,37.0137017 C104.716079,36.6502709 104.516894,36.0562101 104.516894,35.2315017 C104.516894,34.4906619 104.705595,33.9280514 105.083004,33.5436534 C105.460413,33.1592554 106.01254,32.9670593 106.739402,32.9670593 L107.095842,32.9670593 L107.095842,17.3256331 L106.739402,17.3256331 C106.026518,17.3256331 105.477886,17.126448 105.093488,16.7280719 C104.70909,16.3296957 104.516894,15.7600963 104.516894,15.0192565 C104.516894,14.2085262 104.719573,13.6179599 105.124938,13.24754 C105.530304,12.8771201 106.187265,12.691913 107.095842,12.691913 L124.267863,12.691913 C125.120528,12.691913 125.697116,12.8212085 125.997646,13.0798036 C126.298175,13.3383986 126.448438,13.8520864 126.448438,14.6208824 L126.448438,19.3175037 C126.448438,20.2680151 126.273714,20.9494377 125.924261,21.361792 C125.574808,21.7741462 125.008703,21.9803202 124.225929,21.9803202 C123.415199,21.9803202 122.831622,21.7706517 122.47518,21.3513084 C122.118738,20.9319652 121.94052,20.254037 121.94052,19.3175037 L121.94052,17.1159625 Z M19.7719369,47.6405477 C20.037521,47.1373358 20.3205734,46.7808993 20.6211028,46.5712277 C20.9216322,46.361556 21.295541,46.2567218 21.7428405,46.2567218 C22.4277678,46.2567218 22.9134998,46.4384345 23.2000511,46.8018653 C23.4866023,47.1652962 23.6298758,47.7873127 23.6298758,48.6679336 L23.6718099,54.119369 C23.6718099,55.0838586 23.5145586,55.7338309 23.2000511,56.0693055 C22.8855436,56.4047802 22.3089553,56.572515 21.4702687,56.572515 C20.8831881,56.572515 20.4254119,56.4292415 20.0969263,56.1426902 C19.7684407,55.856139 19.4993662,55.3424512 19.2896945,54.6016114 C18.9122856,53.2597129 18.3322027,52.3022267 17.5494286,51.7291243 C16.7666545,51.1560218 15.6693894,50.8694748 14.2576003,50.8694748 C12.1049715,50.8694748 10.4590738,51.5963256 9.31985785,53.050049 C8.18064193,54.5037724 7.61104252,56.6074463 7.61104252,59.3611338 C7.61104252,62.1148214 8.20859773,64.2429566 9.40372609,65.7456034 C10.5988544,67.2482501 12.2936748,67.9995623 14.488238,67.9995623 C14.9914499,67.9995623 15.5645438,67.9401562 16.2075368,67.8213423 C16.8505299,67.7025283 17.6053364,67.5173212 18.4719792,67.2657152 L18.4719792,63.9529198 L16.1027015,63.9529198 C15.1521901,63.9529198 14.4777564,63.7781961 14.0793803,63.4287433 C13.6810042,63.0792906 13.4818191,62.4992078 13.4818191,61.6884774 C13.4818191,60.8497908 13.6810042,60.2522356 14.0793803,59.8957938 C14.4777564,59.5393521 15.1521901,59.3611338 16.1027015,59.3611338 L23.6718099,59.3611338 C24.6502776,59.3611338 25.3386891,59.5358576 25.7370653,59.8853103 C26.1354414,60.2347631 26.3346265,60.8218348 26.3346265,61.6465433 C26.3346265,62.3873831 26.1354414,62.9569825 25.7370653,63.3553586 C25.3386891,63.7537347 24.7621008,63.9529198 24.0072829,63.9529198 L23.6718099,63.9529198 L23.6718099,68.9430799 L23.6718099,69.1946846 C23.6718099,69.6419841 23.6228873,69.9529924 23.5250405,70.1277188 C23.4271937,70.3024451 23.2315031,70.4806634 22.9379628,70.6623788 C22.1412106,71.1376345 20.8762107,71.5569715 19.1429251,71.9204023 C17.4096396,72.2838332 15.6554131,72.4655459 13.8801932,72.4655459 C10.2179286,72.4655459 7.25461383,71.2564576 4.99016011,68.8382446 C2.72570638,66.4200317 1.59349651,63.2610264 1.59349651,59.3611338 C1.59349651,55.6010224 2.73968428,52.4769618 5.03209423,49.9888583 C7.32450417,47.5007549 10.2319073,46.2567218 13.7543909,46.2567218 C14.7328585,46.2567218 15.7078171,46.368545 16.6792957,46.5921947 C17.6507743,46.8158445 18.6816444,47.165292 19.7719369,47.6405477 L19.7719369,47.6405477 Z M35.611576,51.5823548 L35.611576,56.4047785 L42.4678043,56.4047785 L42.4678043,51.5823548 L42.1323314,51.5823548 C41.3775135,51.5823548 40.8009251,51.3866642 40.402549,50.9952772 C40.0041729,50.6038901 39.8049878,50.0307962 39.8049878,49.2759783 C39.8049878,48.4512699 40.0111618,47.8572091 40.4235161,47.4937783 C40.8358703,47.1303474 41.5172929,46.9486347 42.4678043,46.9486347 L47.8773056,46.9486347 C48.8278171,46.9486347 49.5022507,47.1303474 49.9006269,47.4937783 C50.299003,47.8572091 50.498188,48.4512699 50.498188,49.2759783 C50.498188,50.0307962 50.3059919,50.6038901 49.9215939,50.9952772 C49.5371959,51.3866642 48.9745854,51.5823548 48.2337456,51.5823548 L47.8773056,51.5823548 L47.8773056,67.2237811 L48.2337456,67.2237811 C48.9885636,67.2237811 49.5616574,67.4159772 49.9530445,67.8003752 C50.3444316,68.1847732 50.5401222,68.7473837 50.5401222,69.4882235 C50.5401222,70.3129319 50.3374426,70.9069927 49.9320774,71.2704235 C49.5267123,71.6338543 48.8417952,71.815567 47.8773056,71.815567 L42.4678043,71.815567 C41.5033148,71.815567 40.8183977,71.6373488 40.4130325,71.280907 C40.0076674,70.9244652 39.8049878,70.32691 39.8049878,69.4882235 C39.8049878,68.7473837 40.0041729,68.1847732 40.402549,67.8003752 C40.8009251,67.4159772 41.3775135,67.2237811 42.1323314,67.2237811 L42.4678043,67.2237811 L42.4678043,61.0384986 L35.611576,61.0384986 L35.611576,67.2237811 L35.9470489,67.2237811 C36.7018668,67.2237811 37.2784552,67.4159772 37.6768313,67.8003752 C38.0752074,68.1847732 38.2743925,68.7473837 38.2743925,69.4882235 C38.2743925,70.3129319 38.0682185,70.9069927 37.6558642,71.2704235 C37.24351,71.6338543 36.5620874,71.815567 35.611576,71.815567 L30.2020747,71.815567 C29.2375851,71.815567 28.552668,71.6373488 28.1473029,71.280907 C27.7419377,70.9244652 27.5392581,70.32691 27.5392581,69.4882235 C27.5392581,68.7473837 27.7349487,68.1847732 28.1263358,67.8003752 C28.5177229,67.4159772 29.0908168,67.2237811 29.8456347,67.2237811 L30.2020747,67.2237811 L30.2020747,51.5823548 L29.8456347,51.5823548 C29.1047949,51.5823548 28.5421844,51.3866642 28.1577864,50.9952772 C27.7733884,50.6038901 27.5811923,50.0307962 27.5811923,49.2759783 C27.5811923,48.4512699 27.7803773,47.8572091 28.1787534,47.4937783 C28.5771296,47.1303474 29.2515632,46.9486347 30.2020747,46.9486347 L35.611576,46.9486347 C36.5481093,46.9486347 37.2260374,47.1303474 37.6453807,47.4937783 C38.064724,47.8572091 38.2743925,48.4512699 38.2743925,49.2759783 C38.2743925,50.0307962 38.0752074,50.6038901 37.6768313,50.9952772 C37.2784552,51.3866642 36.7018668,51.5823548 35.9470489,51.5823548 L35.611576,51.5823548 Z M67.365213,51.5823548 L67.365213,67.2237811 L70.887679,67.2237811 C71.8381904,67.2237811 72.519613,67.4019993 72.9319673,67.7584411 C73.3443215,68.1148829 73.5504955,68.6914712 73.5504955,69.4882235 C73.5504955,70.2989538 73.340827,70.8895201 72.9214837,71.25994 C72.5021404,71.6303599 71.8242123,71.815567 70.887679,71.815567 L58.4332458,71.815567 C57.4827343,71.815567 56.8013117,71.6338543 56.3889575,71.2704235 C55.9766033,70.9069927 55.7704292,70.3129319 55.7704292,69.4882235 C55.7704292,68.6774931 55.9731088,68.0974103 56.378474,67.7479575 C56.7838391,67.3985048 57.4687562,67.2237811 58.4332458,67.2237811 L61.9557117,67.2237811 L61.9557117,51.5823548 L58.4332458,51.5823548 C57.4827343,51.5823548 56.8013117,51.4006421 56.3889575,51.0372113 C55.9766033,50.6737805 55.7704292,50.0867087 55.7704292,49.2759783 C55.7704292,48.4512699 55.9731088,47.8641981 56.378474,47.5147453 C56.7838391,47.1652926 57.4687562,46.9905689 58.4332458,46.9905689 L70.887679,46.9905689 C71.8801247,46.9905689 72.5720308,47.1652926 72.9634178,47.5147453 C73.3548049,47.8641981 73.5504955,48.4512699 73.5504955,49.2759783 C73.5504955,50.0867087 73.347816,50.6737805 72.9424508,51.0372113 C72.5370856,51.4006421 71.8521685,51.5823548 70.887679,51.5823548 L67.365213,51.5823548 Z M97.8608265,51.5823548 L97.8608265,63.1771386 L97.8608265,63.5755127 C97.8608265,65.4485794 97.7385199,66.8044357 97.493903,67.6431222 C97.2492861,68.4818088 96.8404325,69.2296264 96.26733,69.8865976 C95.5264902,70.7392623 94.4991146,71.3822457 93.1851723,71.815567 C91.87123,72.2488884 90.2917273,72.4655459 88.4466169,72.4655459 C87.1466527,72.4655459 85.8921362,72.3397448 84.6830298,72.0881388 C83.4739233,71.8365328 82.3102631,71.4591296 81.1920144,70.9559176 C80.5769776,70.6763554 80.175113,70.31293 79.9864085,69.8656305 C79.797704,69.418331 79.7033532,68.6914802 79.7033532,67.6850564 L79.7033532,63.3658422 C79.7033532,62.1637247 79.8780769,61.3250508 80.2275297,60.849795 C80.5769824,60.3745393 81.185021,60.136915 82.0516638,60.136915 C83.2957156,60.136915 83.9806326,61.0524675 84.1064356,62.8835998 C84.1204137,63.2050963 84.1413806,63.4497096 84.1693368,63.6174469 C84.3370741,65.2389076 84.7144774,66.3466561 85.301558,66.9407258 C85.8886386,67.5347954 86.8251579,67.8318258 88.1111439,67.8318258 C89.7046484,67.8318258 90.8263749,67.4089943 91.476357,66.5633187 C92.126339,65.7176431 92.4513252,64.1765796 92.4513252,61.9400821 L92.4513252,51.5823548 L88.9288593,51.5823548 C87.9783478,51.5823548 87.2969252,51.4006421 86.884571,51.0372113 C86.4722168,50.6737805 86.2660427,50.0867087 86.2660427,49.2759783 C86.2660427,48.4512699 86.4652278,47.8641981 86.8636039,47.5147453 C87.26198,47.1652926 87.9503916,46.9905689 88.9288593,46.9905689 L99.6220595,46.9905689 C100.600527,46.9905689 101.288939,47.1652926 101.687315,47.5147453 C102.085691,47.8641981 102.284876,48.4512699 102.284876,49.2759783 C102.284876,50.0867087 102.078702,50.6737805 101.666348,51.0372113 C101.253994,51.4006421 100.572571,51.5823548 99.6220595,51.5823548 L97.8608265,51.5823548 Z M112.505343,51.5823548 L112.505343,57.9353738 L118.984165,51.4565525 C118.257303,51.3726838 117.747109,51.1665098 117.453569,50.8380242 C117.160029,50.5095387 117.013261,49.9888619 117.013261,49.2759783 C117.013261,48.4512699 117.212446,47.8572091 117.610822,47.4937783 C118.009198,47.1303474 118.683632,46.9486347 119.634143,46.9486347 L124.771073,46.9486347 C125.721584,46.9486347 126.396018,47.1303474 126.794394,47.4937783 C127.19277,47.8572091 127.391955,48.4512699 127.391955,49.2759783 C127.391955,50.0447743 127.19277,50.6213627 126.794394,51.0057607 C126.396018,51.3901587 125.812441,51.5823548 125.043645,51.5823548 L124.561402,51.5823548 L118.459988,57.641835 C119.592215,58.4805215 120.626579,59.5812811 121.563113,60.9441468 C122.499646,62.3070125 123.596911,64.400203 124.854941,67.2237811 L125.127513,67.2237811 L125.546854,67.2237811 C126.371563,67.2237811 126.98659,67.4124827 127.391955,67.7898917 C127.79732,68.1673006 128,68.7334056 128,69.4882235 C128,70.3129319 127.793826,70.9069927 127.381472,71.2704235 C126.969118,71.6338543 126.287695,71.815567 125.337183,71.815567 L122.758235,71.815567 C121.626008,71.815567 120.710456,71.0537715 120.01155,69.5301576 C119.885747,69.2505954 119.787902,69.026949 119.718012,68.8592117 C118.795456,66.9022764 117.949793,65.3926632 117.180997,64.3303269 C116.412201,63.2679906 115.510627,62.2965265 114.476247,61.4159056 L112.505343,63.302941 L112.505343,67.2237811 L112.840816,67.2237811 C113.595634,67.2237811 114.172222,67.4159772 114.570599,67.8003752 C114.968975,68.1847732 115.16816,68.7473837 115.16816,69.4882235 C115.16816,70.3129319 114.961986,70.9069927 114.549631,71.2704235 C114.137277,71.6338543 113.455855,71.815567 112.505343,71.815567 L107.095842,71.815567 C106.131352,71.815567 105.446435,71.6373488 105.04107,71.280907 C104.635705,70.9244652 104.433025,70.32691 104.433025,69.4882235 C104.433025,68.7473837 104.628716,68.1847732 105.020103,67.8003752 C105.41149,67.4159772 105.984584,67.2237811 106.739402,67.2237811 L107.095842,67.2237811 L107.095842,51.5823548 L106.739402,51.5823548 C105.998562,51.5823548 105.435952,51.3866642 105.051554,50.9952772 C104.667156,50.6038901 104.474959,50.0307962 104.474959,49.2759783 C104.474959,48.4512699 104.674145,47.8572091 105.072521,47.4937783 C105.470897,47.1303474 106.14533,46.9486347 107.095842,46.9486347 L112.505343,46.9486347 C113.441877,46.9486347 114.119805,47.1303474 114.539148,47.4937783 C114.958491,47.8572091 115.16816,48.4512699 115.16816,49.2759783 C115.16816,50.0307962 114.968975,50.6038901 114.570599,50.9952772 C114.172222,51.3866642 113.595634,51.5823548 112.840816,51.5823548 L112.505343,51.5823548 Z M13.439885,96.325622 L17.4445933,84.4372993 C17.6961993,83.6545252 18.0456468,83.0849258 18.4929463,82.728484 C18.9402458,82.3720422 19.5343065,82.193824 20.2751463,82.193824 L23.5460076,82.193824 C24.496519,82.193824 25.1779416,82.3755367 25.5902958,82.7389675 C26.0026501,83.1023984 26.2088241,83.6964591 26.2088241,84.5211676 C26.2088241,85.2759855 26.009639,85.8490794 25.6112629,86.2404664 C25.2128868,86.6318535 24.6362984,86.8275441 23.8814805,86.8275441 L23.5460076,86.8275441 L24.1330852,102.46897 L24.4895252,102.46897 C25.2443431,102.46897 25.8104481,102.661166 26.187857,103.045564 C26.565266,103.429962 26.7539676,103.992573 26.7539676,104.733413 C26.7539676,105.558121 26.5547826,106.152182 26.1564064,106.515613 C25.7580303,106.879044 25.0835967,107.060756 24.1330852,107.060756 L19.4154969,107.060756 C18.4649855,107.060756 17.7905518,106.882538 17.3921757,106.526096 C16.9937996,106.169654 16.7946145,105.572099 16.7946145,104.733413 C16.7946145,103.992573 16.9868106,103.429962 17.3712086,103.045564 C17.7556066,102.661166 18.325206,102.46897 19.0800239,102.46897 L19.4154969,102.46897 L19.1219581,89.6790642 L16.0607674,99.1981091 C15.8371177,99.9109927 15.5191204,100.42468 15.1067662,100.739188 C14.694412,101.053695 14.1248126,101.210947 13.3979509,101.210947 C12.6710892,101.210947 12.0945008,101.053695 11.6681685,100.739188 C11.2418362,100.42468 10.91685,99.9109927 10.6932002,99.1981091 L7.65297664,89.6790642 L7.35943781,102.46897 L7.69491075,102.46897 C8.44972866,102.46897 9.01932808,102.661166 9.40372609,103.045564 C9.78812409,103.429962 9.98032022,103.992573 9.98032022,104.733413 C9.98032022,105.558121 9.77764067,106.152182 9.3722755,106.515613 C8.96691032,106.879044 8.29597114,107.060756 7.35943781,107.060756 L2.62088241,107.060756 C1.68434908,107.060756 1.01340989,106.879044 0.608044719,106.515613 C0.202679546,106.152182 0,105.558121 0,104.733413 C0,103.992573 0.192196121,103.429962 0.57659413,103.045564 C0.960992139,102.661166 1.53059155,102.46897 2.28540946,102.46897 L2.62088241,102.46897 L3.22892713,86.8275441 L2.89345418,86.8275441 C2.13863627,86.8275441 1.56204791,86.6318535 1.16367179,86.2404664 C0.765295672,85.8490794 0.5661106,85.2759855 0.5661106,84.5211676 C0.5661106,83.6964591 0.772284622,83.1023984 1.18463885,82.7389675 C1.59699308,82.3755367 2.27841569,82.193824 3.22892713,82.193824 L6.49978838,82.193824 C7.22665007,82.193824 7.81022738,82.3685477 8.25053783,82.7180005 C8.69084827,83.0674532 9.05077919,83.6405471 9.33034138,84.4372993 L13.439885,96.325622 Z M43.8935644,98.3803938 L43.8935644,86.8275441 L42.7403761,86.8275441 C41.8178209,86.8275441 41.1573651,86.6458314 40.758989,86.2824006 C40.3606129,85.9189697 40.1614278,85.3318979 40.1614278,84.5211676 C40.1614278,83.7104372 40.3606129,83.119871 40.758989,82.7494511 C41.1573651,82.3790312 41.8178209,82.193824 42.7403761,82.193824 L48.6950209,82.193824 C49.6035981,82.193824 50.2605593,82.3790312 50.6659245,82.7494511 C51.0712897,83.119871 51.2739692,83.7104372 51.2739692,84.5211676 C51.2739692,85.2620074 51.0817731,85.8316068 50.6973751,86.2299829 C50.3129771,86.628359 49.7643445,86.8275441 49.051461,86.8275441 L48.6950209,86.8275441 L48.6950209,105.865634 C48.6950209,106.522605 48.6251315,106.934953 48.4853504,107.10269 C48.3455693,107.270428 48.0310665,107.354295 47.5418327,107.354295 L45.4451268,107.354295 C44.7741775,107.354295 44.3024234,107.284406 44.0298503,107.144625 C43.7572771,107.004843 43.5231473,106.76023 43.3274538,106.410777 L34.6051571,91.0838571 L34.6051571,102.46897 L35.8212466,102.46897 C36.7298237,102.46897 37.379796,102.643694 37.7711831,102.993147 C38.1625701,103.3426 38.3582607,103.922682 38.3582607,104.733413 C38.3582607,105.558121 38.1590757,106.152182 37.7606995,106.515613 C37.3623234,106.879044 36.7158456,107.060756 35.8212466,107.060756 L29.8037005,107.060756 C28.8951234,107.060756 28.2381621,106.879044 27.832797,106.515613 C27.4274318,106.152182 27.2247522,105.558121 27.2247522,104.733413 C27.2247522,103.992573 27.4134539,103.429962 27.7908629,103.045564 C28.1682718,102.661166 28.7273878,102.46897 29.4682276,102.46897 L29.8037005,102.46897 L29.8037005,86.8275441 L29.4682276,86.8275441 C28.755344,86.8275441 28.203217,86.628359 27.8118299,86.2299829 C27.4204428,85.8316068 27.2247522,85.2620074 27.2247522,84.5211676 C27.2247522,83.7104372 27.4309263,83.119871 27.8432805,82.7494511 C28.2556347,82.3790312 28.9091015,82.193824 29.8037005,82.193824 L33.2422983,82.193824 C34.0670067,82.193824 34.6261227,82.3021527 34.919663,82.5188134 C35.2132033,82.7354741 35.5416839,83.1722835 35.9051148,83.8292546 L43.8935644,98.3803938 Z M64.6604624,86.3662688 C62.8572863,86.3662688 61.4420239,87.0931196 60.4146329,88.546843 C59.3872418,90.0005663 58.873554,92.0203728 58.873554,94.6063231 C58.873554,97.1922733 59.3907363,99.2190688 60.4251164,100.68677 C61.4594965,102.154472 62.8712644,102.888312 64.6604624,102.888312 C66.4636385,102.888312 67.8823953,102.157966 68.9167754,100.697254 C69.9511555,99.2365414 70.4683378,97.2062514 70.4683378,94.6063231 C70.4683378,92.0203728 69.95465,90.0005663 68.9272589,88.546843 C67.8998679,87.0931196 66.4776166,86.3662688 64.6604624,86.3662688 L64.6604624,86.3662688 Z M64.6604624,81.501911 C68.0990773,81.501911 70.929602,82.7319662 73.1521214,85.1921135 C75.3746408,87.6522607 76.4858838,90.7902992 76.4858838,94.6063231 C76.4858838,98.4503032 75.3816297,101.595331 73.1730884,104.0415 C70.9645471,106.487669 68.1270335,107.710735 64.6604624,107.710735 C61.2358256,107.710735 58.4053009,106.477185 56.1688034,104.010049 C53.9323059,101.542913 52.8140739,98.4083688 52.8140739,94.6063231 C52.8140739,90.7763211 53.9218224,87.6347881 56.1373528,85.1816299 C58.3528831,82.7284717 61.1938912,81.501911 64.6604624,81.501911 L64.6604624,81.501911 Z M87.4611651,98.1707232 L87.4611651,102.46897 L89.6207722,102.46897 C90.5293493,102.46897 91.1758272,102.643694 91.5602252,102.993147 C91.9446232,103.3426 92.1368193,103.922682 92.1368193,104.733413 C92.1368193,105.558121 91.9411287,106.152182 91.5497417,106.515613 C91.1583546,106.879044 90.5153712,107.060756 89.6207722,107.060756 L82.3661697,107.060756 C81.4436145,107.060756 80.7831587,106.879044 80.3847826,106.515613 C79.9864065,106.152182 79.7872214,105.558121 79.7872214,104.733413 C79.7872214,103.992573 79.9759231,103.429962 80.353332,103.045564 C80.730741,102.661166 81.282868,102.46897 82.0097297,102.46897 L82.3661697,102.46897 L82.3661697,86.8275441 L82.0097297,86.8275441 C81.2968461,86.8275441 80.7482136,86.628359 80.3638155,86.2299829 C79.9794175,85.8316068 79.7872214,85.2620074 79.7872214,84.5211676 C79.7872214,83.7104372 79.989901,83.119871 80.3952661,82.7494511 C80.8006313,82.3790312 81.4575926,82.193824 82.3661697,82.193824 L91.0255652,82.193824 C94.450202,82.193824 97.0396079,82.8507853 98.7938606,84.1647276 C100.548113,85.4786699 101.425227,87.414609 101.425227,89.972603 C101.425227,92.6703781 100.551608,94.7111515 98.8043442,96.0949843 C97.0570805,97.4788171 94.4641801,98.1707232 91.0255652,98.1707232 L87.4611651,98.1707232 Z M87.4611651,86.8275441 L87.4611651,93.4531348 L90.4384875,93.4531348 C92.0879044,93.4531348 93.328443,93.1735768 94.1601405,92.6144525 C94.9918381,92.0553281 95.4076806,91.2166541 95.4076806,90.0984053 C95.4076806,89.0500471 94.9778602,88.2428234 94.1182064,87.67671 C93.2585527,87.1105966 92.031992,86.8275441 90.4384875,86.8275441 L87.4611651,86.8275441 Z M114.727851,107.396229 L113.092421,109.03166 C113.69348,108.835966 114.284046,108.689198 114.864137,108.591352 C115.444229,108.493505 116.013828,108.444582 116.572953,108.444582 C117.677223,108.444582 118.840883,108.608823 120.063968,108.937308 C121.287053,109.265794 122.031376,109.430034 122.29696,109.430034 C122.744259,109.430034 123.327837,109.279772 124.047709,108.979242 C124.767582,108.678713 125.253314,108.52845 125.50492,108.52845 C126.02211,108.52845 126.45193,108.727636 126.794394,109.126012 C127.136858,109.524388 127.308087,110.024098 127.308087,110.625156 C127.308087,111.421909 126.836333,112.099837 125.892811,112.658961 C124.949288,113.218086 123.792617,113.497643 122.422762,113.497643 C121.486229,113.497643 120.28413,113.277492 118.816428,112.837181 C117.348727,112.396871 116.286406,112.176719 115.629435,112.176719 C114.636989,112.176719 113.518757,112.449288 112.274706,112.994434 C111.030654,113.53958 110.261869,113.812149 109.968329,113.812149 C109.36727,113.812149 108.857077,113.612964 108.437734,113.214588 C108.01839,112.816212 107.808722,112.337469 107.808722,111.778345 C107.808722,111.386958 107.941512,110.971115 108.207096,110.530805 C108.47268,110.090494 108.94094,109.520895 109.611889,108.821989 L111.729562,106.683349 C109.395218,105.830685 107.536157,104.29661 106.152324,102.08108 C104.768491,99.8655494 104.076585,97.3180772 104.076585,94.4385866 C104.076585,90.6365409 105.180839,87.5299526 107.389381,85.1187288 C109.597922,82.7075049 112.442425,81.501911 115.922974,81.501911 C119.389545,81.501911 122.227059,82.7109994 124.4356,85.1292123 C126.644141,87.5474252 127.748395,90.650519 127.748395,94.4385866 C127.748395,98.2126762 126.65113,101.322759 124.456567,103.768928 C122.262004,106.215097 119.480402,107.438163 116.111677,107.438163 C115.888028,107.438163 115.660887,107.434669 115.430248,107.42768 C115.199609,107.420691 114.965479,107.410207 114.727851,107.396229 L114.727851,107.396229 Z M115.922974,86.3662688 C114.119798,86.3662688 112.704535,87.0931196 111.677144,88.546843 C110.649753,90.0005663 110.136065,92.0203728 110.136065,94.6063231 C110.136065,97.1922733 110.653248,99.2190688 111.687628,100.68677 C112.722008,102.154472 114.133776,102.888312 115.922974,102.888312 C117.72615,102.888312 119.144907,102.157966 120.179287,100.697254 C121.213667,99.2365414 121.730849,97.2062514 121.730849,94.6063231 C121.730849,92.0203728 121.217161,90.0005663 120.18977,88.546843 C119.162379,87.0931196 117.740128,86.3662688 115.922974,86.3662688 L115.922974,86.3662688 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/mono-line": {
"title": "$:/core/images/mono-line",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-mono-line tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M60.4374591,84.522627 L61.3450888,84.522627 C63.2671377,84.522627 64.7264493,85.0120303 65.7230673,85.9908515 C66.7196852,86.9696727 67.2179868,88.4022896 67.2179868,90.288745 C67.2179868,92.3887615 66.6929905,93.9014625 65.6429823,94.8268935 C64.5929741,95.7523244 62.857817,96.215033 60.4374591,96.215033 L44.3670747,96.215033 C41.9111232,96.215033 40.1670679,95.7612227 39.1348565,94.8535884 C38.102645,93.9459542 37.586547,92.424355 37.586547,90.288745 C37.586547,88.2243221 38.102645,86.747214 39.1348565,85.8573766 C40.1670679,84.9675391 41.9111232,84.522627 44.3670747,84.522627 L46.235724,84.522627 L44.0467348,78.2759992 L20.9822627,78.2759992 L18.6864935,84.522627 L20.5551429,84.522627 C22.9755008,84.522627 24.7106579,84.9764373 25.7606661,85.8840716 C26.8106743,86.7917058 27.3356705,88.2599156 27.3356705,90.288745 C27.3356705,92.3887615 26.8106743,93.9014625 25.7606661,94.8268935 C24.7106579,95.7523244 22.9755008,96.215033 20.5551429,96.215033 L6.78052766,96.215033 C4.32457622,96.215033 2.58052094,95.7523244 1.54830946,94.8268935 C0.516097994,93.9014625 0,92.3887615 0,90.288745 C0,88.4022896 0.498301511,86.9696727 1.49491948,85.9908515 C2.49153745,85.0120303 3.95084902,84.522627 5.87289797,84.522627 L6.78052766,84.522627 L21.0890427,44.6937008 L16.8178442,44.6937008 C14.3974863,44.6937008 12.6623292,44.2309922 11.612321,43.3055613 C10.5623128,42.3801303 10.0373165,40.8852258 10.0373165,38.8208028 C10.0373165,36.7207864 10.5623128,35.2080854 11.612321,34.2826544 C12.6623292,33.3572234 14.3974863,32.8945149 16.8178442,32.8945149 L36.8390873,32.8945149 C40.0069087,32.8945149 42.231469,34.6029772 43.512835,38.0199531 L43.512835,38.180123 L60.4374591,84.522627 Z M32.4611088,44.6937008 L24.7195615,67.224273 L40.2026561,67.224273 L32.4611088,44.6937008 Z M89.5058233,68.5590225 L89.5058233,84.8429669 L97.5143205,84.8429669 C103.173687,84.8429669 107.160099,84.22009 109.473676,82.9743176 C111.787254,81.7285451 112.944025,79.6463566 112.944025,76.7276897 C112.944025,73.7734293 111.840643,71.6734444 109.633846,70.4276719 C107.427049,69.1818994 103.565213,68.5590225 98.0482204,68.5590225 L89.5058233,68.5590225 Z M116.734714,62.6327346 C120.614405,64.0564746 123.461842,66.0051894 125.277111,68.4789376 C127.092379,70.9526857 128,74.1115614 128,77.9556593 C128,81.1946677 127.216955,84.1488838 125.650841,86.8183962 C124.084727,89.4879087 121.84237,91.676876 118.923703,93.385364 C117.215215,94.3819819 115.302093,95.1027395 113.18428,95.5476582 C111.066467,95.9925769 108.06776,96.215033 104.188068,96.215033 L99.7033098,96.215033 L76.3184979,96.215033 C73.9693269,96.215033 72.2875593,95.7523244 71.2731446,94.8268935 C70.2587299,93.9014625 69.7515301,92.3887615 69.7515301,90.288745 C69.7515301,88.4022896 70.2320352,86.9696727 71.1930596,85.9908515 C72.1540841,85.0120303 73.5600062,84.522627 75.4108682,84.522627 L76.3184979,84.522627 L76.3184979,44.6937008 L75.4108682,44.6937008 C73.5600062,44.6937008 72.1540841,44.1953993 71.1930596,43.1987813 C70.2320352,42.2021633 69.7515301,40.7428518 69.7515301,38.8208028 C69.7515301,36.7563799 70.2676281,35.2525771 71.2998396,34.3093494 C72.3320511,33.3661217 74.0049204,32.8945149 76.3184979,32.8945149 L100.877889,32.8945149 C108.388118,32.8945149 114.09189,34.3538264 117.989378,37.2724934 C121.886867,40.1911603 123.835581,44.4623161 123.835581,50.0860889 C123.835581,52.8623819 123.239399,55.3093982 122.047017,57.4272114 C120.854635,59.5450246 119.083885,61.2801816 116.734714,62.6327346 L116.734714,62.6327346 Z M89.5058233,44.3733609 L89.5058233,57.8276363 L96.7134708,57.8276363 C101.091471,57.8276363 104.179161,57.3115383 105.976633,56.2793268 C107.774104,55.2471153 108.672827,53.50306 108.672827,51.0471086 C108.672827,48.7335312 107.863087,47.0428653 106.243583,45.9750604 C104.624078,44.9072554 101.999097,44.3733609 98.3685602,44.3733609 L89.5058233,44.3733609 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/new-button": {
"title": "$:/core/images/new-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-new-button tc-image-button\" viewBox=\"0 0 128 128\" width=\"22pt\" height=\"22pt\">\n <g fill-rule=\"evenodd\">\n <path d=\"M56,72 L8.00697327,72 C3.59075293,72 0,68.418278 0,64 C0,59.5907123 3.58484404,56 8.00697327,56 L56,56 L56,8.00697327 C56,3.59075293 59.581722,0 64,0 C68.4092877,0 72,3.58484404 72,8.00697327 L72,56 L119.993027,56 C124.409247,56 128,59.581722 128,64 C128,68.4092877 124.415156,72 119.993027,72 L72,72 L72,119.993027 C72,124.409247 68.418278,128 64,128 C59.5907123,128 56,124.415156 56,119.993027 L56,72 L56,72 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/new-here-button": {
"title": "$:/core/images/new-here-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-new-here-button tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n \t<g transform=\"translate(52.233611, 64.389922) rotate(75.000000) translate(-52.233611, -64.389922) translate(-7.734417, 3.702450)\">\n\t <path d=\"M18.9270186,45.959338 L18.9080585,49.6521741 C18.8884833,53.4648378 21.0574548,58.7482162 23.7526408,61.4434022 L78.5671839,116.257945 C81.2617332,118.952495 85.6348701,118.950391 88.3334363,116.251825 L115.863237,88.7220241 C118.555265,86.0299959 118.564544,81.6509578 115.869358,78.9557717 L61.0548144,24.1412286 C58.3602652,21.4466794 53.0787224,19.2788426 49.2595808,19.3006519 L25.9781737,19.4336012 C22.1633003,19.4553862 19.0471195,22.5673232 19.0275223,26.3842526 L18.9871663,34.2443819 C19.0818862,34.255617 19.1779758,34.2665345 19.2754441,34.2771502 C22.6891275,34.6489512 27.0485594,34.2348566 31.513244,33.2285542 C31.7789418,32.8671684 32.075337,32.5211298 32.4024112,32.1940556 C34.8567584,29.7397084 38.3789778,29.0128681 41.4406288,30.0213822 C41.5958829,29.9543375 41.7503946,29.8866669 41.9041198,29.8183808 L42.1110981,30.2733467 C43.1114373,30.6972371 44.0473796,31.3160521 44.8614145,32.1300869 C48.2842088,35.5528813 48.2555691,41.130967 44.7974459,44.5890903 C41.4339531,47.952583 36.0649346,48.0717177 32.6241879,44.9262969 C27.8170558,45.8919233 23.0726921,46.2881596 18.9270186,45.959338 Z\"></path>\n\t <path d=\"M45.4903462,38.8768094 C36.7300141,42.6833154 26.099618,44.7997354 18.1909048,43.9383587 C7.2512621,42.7468685 1.50150083,35.8404432 4.66865776,24.7010202 C7.51507386,14.6896965 15.4908218,6.92103848 24.3842626,4.38423012 C34.1310219,1.60401701 42.4070208,6.15882777 42.4070209,16.3101169 L34.5379395,16.310117 C34.5379394,11.9285862 31.728784,10.3825286 26.5666962,11.8549876 C20.2597508,13.6540114 14.3453742,19.4148216 12.2444303,26.8041943 C10.4963869,32.9523565 12.6250796,35.5092726 19.0530263,36.2093718 C25.5557042,36.9176104 35.0513021,34.9907189 42.7038419,31.5913902 L42.7421786,31.6756595 C44.3874154,31.5384763 47.8846101,37.3706354 45.9274416,38.6772897 L45.9302799,38.6835285 C45.9166992,38.6895612 45.9031139,38.6955897 45.8895238,38.7016142 C45.8389288,38.7327898 45.7849056,38.7611034 45.7273406,38.7863919 C45.6506459,38.8200841 45.571574,38.8501593 45.4903462,38.8768094 Z\"></path>\n </g>\n <rect x=\"96\" y=\"80\" width=\"16\" height=\"48\" rx=\"8\"></rect>\n <rect x=\"80\" y=\"96\" width=\"48\" height=\"16\" rx=\"8\"></rect>\n </g>\n </g>\n</svg>"
},
"$:/core/images/new-image-button": {
"title": "$:/core/images/new-image-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-new-image-button tc-image-button\" viewBox=\"0 0 128 128\" width=\"22pt\" height=\"22pt\">\n <g fill-rule=\"evenodd\">\n <path d=\"M81.3619177,73.6270062 L97.1875317,46.2162388 C97.91364,44.9585822 97.4824378,43.3533085 96.2260476,42.6279312 L46.2162388,13.7547547 C44.9585822,13.0286463 43.3533085,13.4598485 42.6279312,14.7162388 L30.0575956,36.4886988 L40.0978909,31.2276186 C43.1404959,29.6333041 46.8692155,31.3421319 47.6479264,34.6877101 L51.2545483,52.3903732 L61.1353556,53.2399953 C63.2899974,53.4346096 65.1046382,54.9309951 65.706105,57.0091178 C65.7395572,57.1246982 65.8069154,57.3539875 65.9047035,57.6813669 C66.0696435,58.2335608 66.2581528,58.852952 66.4667073,59.5238092 C67.0618822,61.4383079 67.6960725,63.3742727 68.3393254,65.2021174 C68.5462918,65.7902259 68.7511789,66.3583016 68.953259,66.9034738 C69.5777086,68.5881157 70.1617856,70.0172008 70.6783305,71.110045 C70.9334784,71.6498566 71.1627732,72.0871602 71.4035746,72.5373068 C71.6178999,72.7492946 71.9508843,72.9623307 72.4151452,73.1586945 C73.5561502,73.6412938 75.1990755,73.899146 77.0720271,73.9171651 C77.9355886,73.9254732 78.7819239,73.8832103 79.5638842,73.8072782 C80.0123946,73.7637257 80.3172916,73.7224469 80.4352582,73.7027375 C80.7503629,73.6500912 81.0598053,73.6256267 81.3619177,73.6270062 L81.3619177,73.6270062 L81.3619177,73.6270062 L81.3619177,73.6270062 Z M37.4707881,2.64867269 C38.9217993,0.135447653 42.1388058,-0.723707984 44.6486727,0.725364314 L108.293614,37.4707881 C110.806839,38.9217993 111.665994,42.1388058 110.216922,44.6486727 L73.4714982,108.293614 C72.0204871,110.806839 68.8034805,111.665994 66.2936136,110.216922 L2.64867269,73.4714982 C0.135447653,72.0204871 -0.723707984,68.8034805 0.725364314,66.2936136 L37.4707881,2.64867269 L37.4707881,2.64867269 L37.4707881,2.64867269 L37.4707881,2.64867269 Z M80.3080975,53.1397764 C82.8191338,54.5895239 86.0299834,53.7291793 87.4797308,51.218143 C88.9294783,48.7071068 88.0691338,45.4962571 85.5580975,44.0465097 C83.0470612,42.5967622 79.8362116,43.4571068 78.3864641,45.968143 C76.9367166,48.4791793 77.7970612,51.6900289 80.3080975,53.1397764 L80.3080975,53.1397764 L80.3080975,53.1397764 L80.3080975,53.1397764 Z M96,112 L88.0070969,112 C83.5881712,112 80,108.418278 80,104 C80,99.5907123 83.5848994,96 88.0070969,96 L96,96 L96,88.0070969 C96,83.5881712 99.581722,80 104,80 C108.409288,80 112,83.5848994 112,88.0070969 L112,96 L119.992903,96 C124.411829,96 128,99.581722 128,104 C128,108.409288 124.415101,112 119.992903,112 L112,112 L112,119.992903 C112,124.411829 108.418278,128 104,128 C99.5907123,128 96,124.415101 96,119.992903 L96,112 L96,112 Z M33.3471097,51.7910932 C40.7754579,59.7394511 42.3564368,62.4818351 40.7958321,65.1848818 C39.2352273,67.8879286 26.9581062,62.8571718 24.7019652,66.7649227 C22.4458242,70.6726735 23.7947046,70.0228006 22.2648667,72.6725575 L41.9944593,84.0634431 C41.9944593,84.0634431 36.3904568,75.8079231 37.7602356,73.4353966 C40.2754811,69.0788636 46.5298923,72.1787882 48.1248275,69.4162793 C50.538989,65.234829 43.0222016,59.7770885 33.3471097,51.7910932 L33.3471097,51.7910932 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/new-journal-button": {
"title": "$:/core/images/new-journal-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-new-journal-button tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M102.545455,112.818182 L102.545455,124.636364 L102.545455,124.636364 L102.545455,124.636364 C102.545455,125.941761 103.630828,127 104.969697,127 L111.030303,127 C112.369172,127 113.454545,125.941761 113.454545,124.636364 L113.454545,112.818182 L125.575758,112.818182 C126.914626,112.818182 128,111.759982 128,110.454545 L128,104.545455 C128,103.240018 126.914626,102.181818 125.575758,102.181818 L113.454545,102.181818 L113.454545,90.3636364 C113.454545,89.0582 112.369172,88 111.030303,88 L104.969697,88 L104.969697,88 C103.630828,88 102.545455,89.0582 102.545455,90.3636364 L102.545455,102.181818 L90.4242424,102.181818 L90.4242424,102.181818 C89.0853705,102.181818 88,103.240018 88,104.545455 L88,110.454545 L88,110.454545 L88,110.454545 C88,111.759982 89.0853705,112.818182 90.4242424,112.818182 L102.545455,112.818182 Z\"></path>\n <g transform=\"translate(59.816987, 64.316987) rotate(30.000000) translate(-59.816987, -64.316987) translate(20.316987, 12.816987)\">\n <g transform=\"translate(0.000000, 0.000000)\">\n <path d=\"M9.99631148,0 C4.4755011,0 -2.27373675e-13,4.48070044 -2.27373675e-13,9.99759461 L-2.27373675e-13,91.6128884 C-2.27373675e-13,97.1344074 4.46966773,101.610483 9.99631148,101.610483 L68.9318917,101.610483 C74.4527021,101.610483 78.9282032,97.1297826 78.9282032,91.6128884 L78.9282032,9.99759461 C78.9282032,4.47607557 74.4585355,0 68.9318917,0 L9.99631148,0 Z M20.8885263,26 C24.2022348,26 26.8885263,23.3137085 26.8885263,20 C26.8885263,16.6862915 24.2022348,14 20.8885263,14 C17.5748178,14 14.8885263,16.6862915 14.8885263,20 C14.8885263,23.3137085 17.5748178,26 20.8885263,26 Z M57.3033321,25.6783342 C60.6170406,25.6783342 63.3033321,22.9920427 63.3033321,19.6783342 C63.3033321,16.3646258 60.6170406,13.6783342 57.3033321,13.6783342 C53.9896236,13.6783342 51.3033321,16.3646258 51.3033321,19.6783342 C51.3033321,22.9920427 53.9896236,25.6783342 57.3033321,25.6783342 Z\"></path>\n <text font-family=\"Helvetica\" font-size=\"47.1724138\" font-weight=\"bold\" fill=\"#FFFFFF\">\n <tspan x=\"42\" y=\"77.4847912\" text-anchor=\"middle\"><<now \"DD\">></tspan>\n </text>\n </g>\n </g>\n </g>\n</svg>"
},
"$:/core/images/opacity": {
"title": "$:/core/images/opacity",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-opacity tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M102.361773,65 C101.833691,67.051742 101.183534,69.0544767 100.419508,71 L82.5835324,71 C83.7602504,69.1098924 84.7666304,67.1027366 85.581205,65 L102.361773,65 Z M102.834311,63 C103.256674,61.0388326 103.568427,59.0365486 103.762717,57 L87.6555706,57 C87.3692052,59.0609452 86.9083652,61.0660782 86.2884493,63 L102.834311,63 Z M99.5852583,73 C98.6682925,75.0747721 97.6196148,77.0783056 96.4498253,79 L75.8124196,79 C77.8387053,77.2115633 79.6621163,75.1985844 81.2437158,73 L99.5852583,73 Z M95.1689122,81 C93.7449202,83.1155572 92.1695234,85.1207336 90.458251,87 L60.4614747,87 C65.1836162,85.86248 69.5430327,83.794147 73.3347255,81 L95.1689122,81 Z M87.6555706,47 L103.762717,47 C101.246684,20.6269305 79.0321807,0 52,0 C23.281193,0 0,23.281193 0,52 C0,77.2277755 17.9651296,98.2595701 41.8000051,103 L62.1999949,103 C67.8794003,101.870444 73.2255333,99.8158975 78.074754,97 L39,97 L39,95 L81.2493857,95 C83.8589242,93.2215015 86.2981855,91.2116653 88.5376609,89 L39,89 L39,87 L43.5385253,87 C27.7389671,83.1940333 16,68.967908 16,52 C16,32.117749 32.117749,16 52,16 C70.1856127,16 85.2217929,29.4843233 87.6555706,47 Z M87.8767787,49 L103.914907,49 C103.971379,49.9928025 104,50.9930589 104,52 C104,53.0069411 103.971379,54.0071975 103.914907,55 L87.8767787,55 C87.958386,54.0107999 88,53.0102597 88,52 C88,50.9897403 87.958386,49.9892001 87.8767787,49 Z\"></path>\n <path d=\"M76,128 C104.718807,128 128,104.718807 128,76 C128,47.281193 104.718807,24 76,24 C47.281193,24 24,47.281193 24,76 C24,104.718807 47.281193,128 76,128 L76,128 Z M76,112 C95.882251,112 112,95.882251 112,76 C112,56.117749 95.882251,40 76,40 C56.117749,40 40,56.117749 40,76 C40,95.882251 56.117749,112 76,112 L76,112 Z\"></path>\n <path d=\"M37,58 L90,58 L90,62 L37,62 L37,58 L37,58 Z M40,50 L93,50 L93,54 L40,54 L40,50 L40,50 Z M40,42 L93,42 L93,46 L40,46 L40,42 L40,42 Z M32,66 L85,66 L85,70 L32,70 L32,66 L32,66 Z M30,74 L83,74 L83,78 L30,78 L30,74 L30,74 Z M27,82 L80,82 L80,86 L27,86 L27,82 L27,82 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/open-window": {
"title": "$:/core/images/open-window",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-open-window tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M16,112 L104.993898,112 C108.863261,112 112,115.590712 112,120 C112,124.418278 108.858091,128 104.993898,128 L7.00610161,128 C3.13673853,128 0,124.409288 0,120 C0,119.998364 4.30952878e-07,119.996727 1.29273572e-06,119.995091 C4.89579306e-07,119.993456 0,119.99182 0,119.990183 L0,24.0098166 C0,19.586117 3.59071231,16 8,16 C12.418278,16 16,19.5838751 16,24.0098166 L16,112 Z\"></path>\n <path d=\"M96,43.1959595 L96,56 C96,60.418278 99.581722,64 104,64 C108.418278,64 112,60.418278 112,56 L112,24 C112,19.5907123 108.415101,16 103.992903,16 L72.0070969,16 C67.5881712,16 64,19.581722 64,24 C64,28.4092877 67.5848994,32 72.0070969,32 L84.5685425,32 L48.2698369,68.2987056 C45.1421332,71.4264093 45.1434327,76.4904296 48.267627,79.614624 C51.3854642,82.7324612 56.4581306,82.7378289 59.5835454,79.6124141 L96,43.1959595 Z M32,7.9992458 C32,3.58138434 35.5881049,0 39.9992458,0 L120.000754,0 C124.418616,0 128,3.5881049 128,7.9992458 L128,88.0007542 C128,92.4186157 124.411895,96 120.000754,96 L39.9992458,96 C35.5813843,96 32,92.4118951 32,88.0007542 L32,7.9992458 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/options-button": {
"title": "$:/core/images/options-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-options-button tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M110.48779,76.0002544 C109.354214,80.4045063 107.611262,84.5641217 105.354171,88.3838625 L105.354171,88.3838625 L112.07833,95.1080219 C115.20107,98.2307613 115.210098,103.299824 112.089164,106.420759 L106.420504,112.089418 C103.301049,115.208874 98.2346851,115.205502 95.1077675,112.078585 L88.3836082,105.354425 C84.5638673,107.611516 80.4042519,109.354468 76,110.488045 L76,110.488045 L76,119.993281 C76,124.409501 72.4220153,128.000254 68.0083475,128.000254 L59.9916525,128.000254 C55.5800761,128.000254 52,124.41541 52,119.993281 L52,110.488045 C47.5957481,109.354468 43.4361327,107.611516 39.6163918,105.354425 L32.8922325,112.078585 C29.7694931,115.201324 24.7004301,115.210353 21.5794957,112.089418 L15.9108363,106.420759 C12.7913807,103.301303 12.7947522,98.2349395 15.9216697,95.1080219 L22.6458291,88.3838625 C20.3887383,84.5641217 18.6457859,80.4045063 17.5122098,76.0002544 L8.00697327,76.0002544 C3.59075293,76.0002544 2.19088375e-16,72.4222697 4.89347582e-16,68.0086019 L9.80228577e-16,59.9919069 C1.25035972e-15,55.5803305 3.58484404,52.0002544 8.00697327,52.0002544 L17.5122098,52.0002544 C18.6457859,47.5960025 20.3887383,43.4363871 22.6458291,39.6166462 L15.9216697,32.8924868 C12.7989304,29.7697475 12.7899019,24.7006845 15.9108363,21.5797501 L21.5794957,15.9110907 C24.6989513,12.7916351 29.7653149,12.7950065 32.8922325,15.9219241 L39.6163918,22.6460835 C43.4361327,20.3889927 47.5957481,18.6460403 52,17.5124642 L52,8.00722764 C52,3.5910073 55.5779847,0.000254375069 59.9916525,0.000254375069 L68.0083475,0.000254375069 C72.4199239,0.000254375069 76,3.58509841 76,8.00722764 L76,17.5124642 C80.4042519,18.6460403 84.5638673,20.3889927 88.3836082,22.6460835 L95.1077675,15.9219241 C98.2305069,12.7991848 103.29957,12.7901562 106.420504,15.9110907 L112.089164,21.5797501 C115.208619,24.6992057 115.205248,29.7655693 112.07833,32.8924868 L105.354171,39.6166462 L105.354171,39.6166462 C107.611262,43.4363871 109.354214,47.5960025 110.48779,52.0002544 L119.993027,52.0002544 C124.409247,52.0002544 128,55.5782391 128,59.9919069 L128,68.0086019 C128,72.4201783 124.415156,76.0002544 119.993027,76.0002544 L110.48779,76.0002544 L110.48779,76.0002544 Z M64,96.0002544 C81.673112,96.0002544 96,81.6733664 96,64.0002544 C96,46.3271424 81.673112,32.0002544 64,32.0002544 C46.326888,32.0002544 32,46.3271424 32,64.0002544 C32,81.6733664 46.326888,96.0002544 64,96.0002544 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/paint": {
"title": "$:/core/images/paint",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-paint tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M83.5265806,76.1907935 C90.430962,69.2864121 91.8921169,59.0000433 87.9100453,50.6642209 L125.812763,12.7615036 C128.732035,9.84223095 128.72611,5.10322984 125.812796,2.18991592 C122.893542,-0.729338085 118.161775,-0.730617045 115.241209,2.18994966 L77.3384914,40.092667 C69.002669,36.1105954 58.7163002,37.5717503 51.8119188,44.4761317 L83.5265806,76.1907935 L83.5265806,76.1907935 L83.5265806,76.1907935 L83.5265806,76.1907935 Z M80.8836921,78.8336819 L49.1690303,47.1190201 C49.1690303,47.1190201 8.50573364,81.242543 0,80.2820711 C0,80.2820711 3.78222974,85.8744423 6.82737483,88.320684 C20.8514801,82.630792 44.1526049,63.720771 44.1526049,63.720771 L44.8144806,64.3803375 C44.8144806,64.3803375 19.450356,90.2231043 9.18040433,92.0477601 C10.4017154,93.4877138 13.5343883,96.1014812 15.4269991,97.8235871 C20.8439164,96.3356979 50.1595367,69.253789 50.1595367,69.253789 L50.8214124,69.9133555 L18.4136144,100.936036 L23.6993903,106.221812 L56.1060358,75.2002881 L56.7679115,75.8598546 C56.7679115,75.8598546 28.9040131,106.396168 28.0841366,108.291555 C28.0841366,108.291555 34.1159238,115.144621 35.6529617,116.115796 C36.3545333,113.280171 63.5365402,82.6307925 63.5365402,82.6307925 L64.1984159,83.290359 C64.1984159,83.290359 43.6013016,107.04575 39.2343772,120.022559 C42.443736,123.571575 46.7339155,125.159692 50.1595362,126.321151 C47.9699978,114.504469 80.8836921,78.8336819 80.8836921,78.8336819 L80.8836921,78.8336819 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/palette": {
"title": "$:/core/images/palette",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-palette tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M80.2470434,39.1821571 C75.0645698,38.2680897 69.6261555,37.7814854 64.0193999,37.7814854 C28.6624616,37.7814854 0,57.1324214 0,81.0030106 C0,90.644534 4.67604329,99.5487133 12.5805659,106.738252 C23.5031767,91.1899067 26.3405471,72.3946229 36.8885698,63.5622337 C52.0716764,50.8486559 63.4268694,55.7343343 63.4268694,55.7343343 L80.2470434,39.1821571 Z M106.781666,48.8370714 C119.830962,56.749628 128.0388,68.229191 128.0388,81.0030106 C128.0388,90.3534932 128.557501,98.4142085 116.165191,106.082518 C105.367708,112.763955 112.341384,99.546808 104.321443,95.1851533 C96.3015017,90.8234987 84.3749007,96.492742 86.1084305,103.091059 C89.3087234,115.272303 105.529892,114.54645 92.4224435,119.748569 C79.3149955,124.950687 74.2201582,124.224536 64.0193999,124.224536 C56.1979176,124.224536 48.7040365,123.277578 41.7755684,121.544216 C51.620343,117.347916 69.6563669,109.006202 75.129737,102.088562 C82.7876655,92.4099199 87.3713218,80.0000002 83.3235694,72.4837191 C83.1303943,72.1250117 94.5392656,60.81569 106.781666,48.8370714 Z M1.13430476,123.866563 C0.914084026,123.867944 0.693884185,123.868637 0.473712455,123.868637 C33.9526848,108.928928 22.6351223,59.642592 59.2924543,59.6425917 C59.6085574,61.0606542 59.9358353,62.5865065 60.3541977,64.1372318 C34.4465025,59.9707319 36.7873124,112.168427 1.13429588,123.866563 L1.13430476,123.866563 Z M1.84669213,123.859694 C40.7185279,123.354338 79.9985412,101.513051 79.9985401,79.0466836 C70.7284906,79.0466835 65.9257264,75.5670082 63.1833375,71.1051511 C46.585768,64.1019718 32.81846,116.819636 1.84665952,123.859695 L1.84669213,123.859694 Z M67.1980193,59.8524981 C62.748213,63.9666823 72.0838429,76.2846822 78.5155805,71.1700593 C89.8331416,59.8524993 112.468264,37.2173758 123.785825,25.8998146 C135.103386,14.5822535 123.785825,3.26469247 112.468264,14.5822535 C101.150703,25.8998144 78.9500931,48.9868127 67.1980193,59.8524981 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/permalink-button": {
"title": "$:/core/images/permalink-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-permalink-button tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M80.4834582,48 L73.0956761,80 L73.0956761,80 L47.5165418,80 L54.9043239,48 L80.4834582,48 Z M84.1773493,32 L89.8007299,7.64246248 C90.7941633,3.33942958 95.0918297,0.64641956 99.3968675,1.64031585 C103.693145,2.63218977 106.385414,6.93288901 105.390651,11.2416793 L100.598215,32 L104.000754,32 C108.411895,32 112,35.581722 112,40 C112,44.4092877 108.418616,48 104.000754,48 L96.9043239,48 L89.5165418,80 L104.000754,80 C108.411895,80 112,83.581722 112,88 C112,92.4092877 108.418616,96 104.000754,96 L85.8226507,96 L80.1992701,120.357538 C79.2058367,124.66057 74.9081703,127.35358 70.6031325,126.359684 C66.3068546,125.36781 63.6145865,121.067111 64.6093491,116.758321 L69.401785,96 L43.8226507,96 L38.1992701,120.357538 C37.2058367,124.66057 32.9081703,127.35358 28.6031325,126.359684 C24.3068546,125.36781 21.6145865,121.067111 22.6093491,116.758321 L27.401785,96 L23.9992458,96 C19.5881049,96 16,92.418278 16,88 C16,83.5907123 19.5813843,80 23.9992458,80 L31.0956761,80 L38.4834582,48 L23.9992458,48 C19.5881049,48 16,44.418278 16,40 C16,35.5907123 19.5813843,32 23.9992458,32 L42.1773493,32 L47.8007299,7.64246248 C48.7941633,3.33942958 53.0918297,0.64641956 57.3968675,1.64031585 C61.6931454,2.63218977 64.3854135,6.93288901 63.3906509,11.2416793 L58.598215,32 L84.1773493,32 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/permaview-button": {
"title": "$:/core/images/permaview-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-permaview-button tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M81.4834582,48 L79.6365127,56 L79.6365127,56 L74.0573784,56 L75.9043239,48 L81.4834582,48 Z M85.1773493,32 L90.8007299,7.64246248 C91.7941633,3.33942958 96.0918297,0.64641956 100.396867,1.64031585 C104.693145,2.63218977 107.385414,6.93288901 106.390651,11.2416793 L101.598215,32 L104.000754,32 C108.411895,32 112,35.581722 112,40 C112,44.4092877 108.418616,48 104.000754,48 L97.9043239,48 L96.0573784,56 L104.000754,56 C108.411895,56 112,59.581722 112,64 C112,68.4092877 108.418616,72 104.000754,72 L92.3634873,72 L90.5165418,80 L104.000754,80 C108.411895,80 112,83.581722 112,88 C112,92.4092877 108.418616,96 104.000754,96 L86.8226507,96 L81.1992701,120.357538 C80.2058367,124.66057 75.9081703,127.35358 71.6031325,126.359684 C67.3068546,125.36781 64.6145865,121.067111 65.6093491,116.758321 L70.401785,96 L64.8226507,96 L59.1992701,120.357538 C58.2058367,124.66057 53.9081703,127.35358 49.6031325,126.359684 C45.3068546,125.36781 42.6145865,121.067111 43.6093491,116.758321 L48.401785,96 L42.8226507,96 L37.1992701,120.357538 C36.2058367,124.66057 31.9081703,127.35358 27.6031325,126.359684 C23.3068546,125.36781 20.6145865,121.067111 21.6093491,116.758321 L26.401785,96 L23.9992458,96 C19.5881049,96 16,92.418278 16,88 C16,83.5907123 19.5813843,80 23.9992458,80 L30.0956761,80 L31.9426216,72 L23.9992458,72 C19.5881049,72 16,68.418278 16,64 C16,59.5907123 19.5813843,56 23.9992458,56 L35.6365127,56 L37.4834582,48 L23.9992458,48 C19.5881049,48 16,44.418278 16,40 C16,35.5907123 19.5813843,32 23.9992458,32 L41.1773493,32 L46.8007299,7.64246248 C47.7941633,3.33942958 52.0918297,0.64641956 56.3968675,1.64031585 C60.6931454,2.63218977 63.3854135,6.93288901 62.3906509,11.2416793 L57.598215,32 L63.1773493,32 L68.8007299,7.64246248 C69.7941633,3.33942958 74.0918297,0.64641956 78.3968675,1.64031585 C82.6931454,2.63218977 85.3854135,6.93288901 84.3906509,11.2416793 L79.598215,32 L85.1773493,32 Z M53.9043239,48 L52.0573784,56 L57.6365127,56 L59.4834582,48 L53.9043239,48 Z M75.9426216,72 L74.0956761,80 L74.0956761,80 L68.5165418,80 L70.3634873,72 L75.9426216,72 L75.9426216,72 Z M48.3634873,72 L46.5165418,80 L52.0956761,80 L53.9426216,72 L48.3634873,72 L48.3634873,72 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/picture": {
"title": "$:/core/images/picture",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-picture tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M112,68.2332211 L112,20.0027785 C112,17.7898769 110.207895,16 107.997221,16 L20.0027785,16 C17.7898769,16 16,17.792105 16,20.0027785 L16,58.312373 L25.2413115,43.7197989 C28.041793,39.297674 34.2643908,38.7118128 37.8410347,42.5335275 L56.0882845,63.1470817 L69.7748997,56.7400579 C72.766567,55.3552503 76.3013751,55.9473836 78.678437,58.2315339 C78.8106437,58.3585731 79.0742301,58.609836 79.4527088,58.9673596 C80.0910923,59.570398 80.8117772,60.2441563 81.598127,60.9705595 C83.8422198,63.043576 86.1541548,65.1151944 88.3956721,67.0372264 C89.1168795,67.6556396 89.8200801,68.2492007 90.5021258,68.8146755 C92.6097224,70.5620551 94.4693308,72.0029474 95.9836366,73.0515697 C96.7316295,73.5695379 97.3674038,73.9719282 98.0281481,74.3824999 C98.4724987,74.4989557 99.0742374,74.5263881 99.8365134,74.4317984 C101.709944,74.1993272 104.074502,73.2878514 106.559886,71.8846196 C107.705822,71.2376318 108.790494,70.5370325 109.764561,69.8410487 C110.323259,69.4418522 110.694168,69.1550757 110.834827,69.0391868 C111.210545,68.7296319 111.600264,68.4615815 112,68.2332211 L112,68.2332211 Z M0,8.00697327 C0,3.58484404 3.59075293,0 8.00697327,0 L119.993027,0 C124.415156,0 128,3.59075293 128,8.00697327 L128,119.993027 C128,124.415156 124.409247,128 119.993027,128 L8.00697327,128 C3.58484404,128 0,124.409247 0,119.993027 L0,8.00697327 L0,8.00697327 Z M95,42 C99.418278,42 103,38.418278 103,34 C103,29.581722 99.418278,26 95,26 C90.581722,26 87,29.581722 87,34 C87,38.418278 90.581722,42 95,42 L95,42 Z M32,76 C47.8587691,80.8294182 52.0345556,83.2438712 52.0345556,88 C52.0345556,92.7561288 32,95.4712486 32,102.347107 C32,109.222965 33.2849191,107.337637 33.2849191,112 L67.999999,112 C67.999999,112 54.3147136,105.375255 54.3147136,101.200691 C54.3147136,93.535181 64.9302432,92.860755 64.9302432,88 C64.9302432,80.6425555 50.8523779,79.167282 32,76 L32,76 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/plugin-generic-language": {
"title": "$:/core/images/plugin-generic-language",
"tags": "$:/tags/Image",
"text": "<svg width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M61.2072232,68.1369825 C56.8829239,70.9319564 54.2082892,74.793177 54.2082892,79.0581634 C54.2082892,86.9638335 63.3980995,93.4821994 75.2498076,94.3940006 C77.412197,98.2964184 83.8475284,101.178858 91.5684735,101.403106 C86.4420125,100.27851 82.4506393,97.6624107 80.9477167,94.3948272 C92.8046245,93.4861461 102,86.9662269 102,79.0581634 C102,70.5281905 91.3014611,63.6132813 78.1041446,63.6132813 C71.5054863,63.6132813 65.5315225,65.3420086 61.2072232,68.1369825 Z M74.001066,53.9793443 C69.6767667,56.7743182 63.7028029,58.5030456 57.1041446,58.5030456 C54.4851745,58.5030456 51.9646095,58.2307276 49.6065315,57.7275105 C46.2945155,59.9778212 41.2235699,61.4171743 35.5395922,61.4171743 C35.4545771,61.4171743 35.3696991,61.4168523 35.2849622,61.4162104 C39.404008,60.5235193 42.7961717,58.6691298 44.7630507,56.286533 C37.8379411,53.5817651 33.2082892,48.669413 33.2082892,43.0581634 C33.2082892,34.5281905 43.9068281,27.6132812 57.1041446,27.6132812 C70.3014611,27.6132812 81,34.5281905 81,43.0581634 C81,47.3231498 78.3253653,51.1843704 74.001066,53.9793443 Z M64,0 L118.5596,32 L118.5596,96 L64,128 L9.44039956,96 L9.44039956,32 L64,0 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/plugin-generic-plugin": {
"title": "$:/core/images/plugin-generic-plugin",
"tags": "$:/tags/Image",
"text": "<svg width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M40.3972881,76.4456988 L40.3972881,95.3404069 L54.5170166,95.3404069 L54.5170166,95.3404069 C54.5165526,95.3385183 54.516089,95.3366295 54.515626,95.3347404 C54.6093153,95.3385061 54.7034848,95.3404069 54.7980982,95.3404069 C58.6157051,95.3404069 61.710487,92.245625 61.710487,88.4280181 C61.710487,86.6197822 61.01617,84.9737128 59.8795929,83.7418666 L59.8795929,83.7418666 C59.8949905,83.7341665 59.9104102,83.7265043 59.925852,83.7188798 C58.8840576,82.5086663 58.2542926,80.9336277 58.2542926,79.2114996 C58.2542926,75.3938927 61.3490745,72.2991108 65.1666814,72.2991108 C68.9842884,72.2991108 72.0790703,75.3938927 72.0790703,79.2114996 C72.0790703,81.1954221 71.2432806,82.9841354 69.9045961,84.2447446 L69.9045961,84.2447446 C69.9333407,84.2629251 69.9619885,84.281245 69.9905383,84.2997032 L69.9905383,84.2997032 C69.1314315,85.4516923 68.6228758,86.8804654 68.6228758,88.4280181 C68.6228758,91.8584969 71.1218232,94.7053153 74.3986526,95.2474079 C74.3913315,95.2784624 74.3838688,95.3094624 74.3762652,95.3404069 L95.6963988,95.3404069 L95.6963988,75.5678578 L95.6963988,75.5678578 C95.6466539,75.5808558 95.5967614,75.5934886 95.5467242,75.6057531 C95.5504899,75.5120637 95.5523907,75.4178943 95.5523907,75.3232809 C95.5523907,71.505674 92.4576088,68.4108921 88.6400019,68.4108921 C86.831766,68.4108921 85.1856966,69.105209 83.9538504,70.2417862 L83.9538504,70.2417862 C83.9461503,70.2263886 83.938488,70.2109688 83.9308636,70.1955271 C82.7206501,71.2373215 81.1456115,71.8670865 79.4234834,71.8670865 C75.6058765,71.8670865 72.5110946,68.7723046 72.5110946,64.9546976 C72.5110946,61.1370907 75.6058765,58.0423088 79.4234834,58.0423088 C81.4074059,58.0423088 83.1961192,58.8780985 84.4567284,60.2167829 L84.4567284,60.2167829 C84.4749089,60.1880383 84.4932288,60.1593906 84.511687,60.1308407 L84.511687,60.1308407 C85.6636761,60.9899475 87.0924492,61.4985032 88.6400019,61.4985032 C92.0704807,61.4985032 94.9172991,58.9995558 95.4593917,55.7227265 C95.538755,55.7414363 95.6177614,55.761071 95.6963988,55.7816184 L95.6963988,40.0412962 L74.3762652,40.0412962 L74.3762652,40.0412962 C74.3838688,40.0103516 74.3913315,39.9793517 74.3986526,39.9482971 L74.3986526,39.9482971 C71.1218232,39.4062046 68.6228758,36.5593862 68.6228758,33.1289073 C68.6228758,31.5813547 69.1314315,30.1525815 69.9905383,29.0005925 C69.9619885,28.9821342 69.9333407,28.9638143 69.9045961,28.9456339 C71.2432806,27.6850247 72.0790703,25.8963113 72.0790703,23.9123888 C72.0790703,20.0947819 68.9842884,17 65.1666814,17 C61.3490745,17 58.2542926,20.0947819 58.2542926,23.9123888 C58.2542926,25.6345169 58.8840576,27.2095556 59.925852,28.419769 L59.925852,28.419769 C59.9104102,28.4273935 59.8949905,28.4350558 59.8795929,28.4427558 C61.01617,29.674602 61.710487,31.3206715 61.710487,33.1289073 C61.710487,36.9465143 58.6157051,40.0412962 54.7980982,40.0412962 C54.7034848,40.0412962 54.6093153,40.0393953 54.515626,40.0356296 L54.515626,40.0356296 C54.516089,40.0375187 54.5165526,40.0394075 54.5170166,40.0412962 L40.3972881,40.0412962 L40.3972881,52.887664 L40.3972881,52.887664 C40.4916889,53.3430132 40.5412962,53.8147625 40.5412962,54.2980982 C40.5412962,58.1157051 37.4465143,61.210487 33.6289073,61.210487 C32.0813547,61.210487 30.6525815,60.7019313 29.5005925,59.8428245 C29.4821342,59.8713744 29.4638143,59.9000221 29.4456339,59.9287667 C28.1850247,58.5900823 26.3963113,57.7542926 24.4123888,57.7542926 C20.5947819,57.7542926 17.5,60.8490745 17.5,64.6666814 C17.5,68.4842884 20.5947819,71.5790703 24.4123888,71.5790703 C26.134517,71.5790703 27.7095556,70.9493053 28.919769,69.9075109 L28.919769,69.9075109 C28.9273935,69.9229526 28.9350558,69.9383724 28.9427558,69.95377 C30.174602,68.8171928 31.8206715,68.1228758 33.6289073,68.1228758 C37.4465143,68.1228758 40.5412962,71.2176578 40.5412962,75.0352647 C40.5412962,75.5186004 40.4916889,75.9903496 40.3972881,76.4456988 Z M64,0 L118.5596,32 L118.5596,96 L64,128 L9.44039956,96 L9.44039956,32 L64,0 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/plugin-generic-theme": {
"title": "$:/core/images/plugin-generic-theme",
"tags": "$:/tags/Image",
"text": "<svg width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M29.4078519,91.4716406 L51.4693474,69.4101451 L51.4646675,69.4054652 C50.5969502,68.5377479 50.5929779,67.1348725 51.4693474,66.2585029 C52.3396494,65.3882009 53.7499654,65.3874786 54.6163097,66.2538229 L64.0805963,75.7181095 C64.9483136,76.5858268 64.9522859,77.9887022 64.0759163,78.8650718 C63.2056143,79.7353737 61.7952984,79.736096 60.9289541,78.8697517 L60.9242741,78.8650718 L60.9242741,78.8650718 L38.8627786,100.926567 C36.2518727,103.537473 32.0187578,103.537473 29.4078519,100.926567 C26.796946,98.3156614 26.796946,94.0825465 29.4078519,91.4716406 Z M60.8017407,66.3810363 C58.3659178,63.6765806 56.3370667,61.2899536 54.9851735,59.5123615 C48.1295381,50.4979488 44.671561,55.2444054 40.7586738,59.5123614 C36.8457866,63.7803174 41.789473,67.2384487 38.0759896,70.2532832 C34.3625062,73.2681177 34.5917646,74.3131575 28.3243876,68.7977024 C22.0570105,63.2822473 21.6235306,61.7636888 24.5005999,58.6166112 C27.3776691,55.4695337 29.7823103,60.4247912 35.6595047,54.8320442 C41.5366991,49.2392972 36.5996215,44.2825646 36.5996215,44.2825646 C36.5996215,44.2825646 48.8365511,19.267683 65.1880231,21.1152173 C81.5394952,22.9627517 59.0022276,18.7228947 53.3962199,38.3410355 C50.9960082,46.7405407 53.8429162,44.7613399 58.3941742,48.3090467 C59.7875202,49.3951602 64.4244828,52.7100463 70.1884353,56.9943417 L90.8648751,36.3179019 L92.4795866,31.5515482 L100.319802,26.8629752 L103.471444,30.0146174 L98.782871,37.8548326 L94.0165173,39.4695441 L73.7934912,59.6925702 C86.4558549,69.2403631 102.104532,81.8392557 102.104532,86.4016913 C102.104533,93.6189834 99.0337832,97.9277545 92.5695848,95.5655717 C87.8765989,93.8506351 73.8015497,80.3744087 63.8173444,69.668717 L60.9242741,72.5617873 L57.7726319,69.4101451 L60.8017407,66.3810363 L60.8017407,66.3810363 Z M63.9533761,1.42108547e-13 L118.512977,32 L118.512977,96 L63.9533761,128 L9.39377563,96 L9.39377563,32 L63.9533761,1.42108547e-13 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/preview-closed": {
"title": "$:/core/images/preview-closed",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-preview-closed tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M0.0881363238,64 C-0.210292223,65.8846266 0.249135869,67.8634737 1.4664206,69.4579969 C16.2465319,88.8184886 39.1692554,100.414336 64,100.414336 C88.8307446,100.414336 111.753468,88.8184886 126.533579,69.4579969 C127.750864,67.8634737 128.210292,65.8846266 127.911864,64 C110.582357,78.4158332 88.3036732,87.0858436 64,87.0858436 C39.6963268,87.0858436 17.4176431,78.4158332 0.0881363238,64 Z\"></path>\n <rect x=\"62\" y=\"96\" width=\"4\" height=\"16\" rx=\"4\"></rect>\n <rect transform=\"translate(80.000000, 101.000000) rotate(-5.000000) translate(-80.000000, -101.000000) \" x=\"78\" y=\"93\" width=\"4\" height=\"16\" rx=\"4\"></rect>\n <rect transform=\"translate(48.000000, 101.000000) rotate(-355.000000) translate(-48.000000, -101.000000) \" x=\"46\" y=\"93\" width=\"4\" height=\"16\" rx=\"4\"></rect>\n <rect transform=\"translate(32.000000, 96.000000) rotate(-350.000000) translate(-32.000000, -96.000000) \" x=\"30\" y=\"88\" width=\"4\" height=\"16\" rx=\"4\"></rect>\n <rect transform=\"translate(96.000000, 96.000000) rotate(-10.000000) translate(-96.000000, -96.000000) \" x=\"94\" y=\"88\" width=\"4\" height=\"16\" rx=\"4\"></rect>\n <rect transform=\"translate(112.000000, 88.000000) rotate(-20.000000) translate(-112.000000, -88.000000) \" x=\"110\" y=\"80\" width=\"4\" height=\"16\" rx=\"4\"></rect>\n <rect transform=\"translate(16.000000, 88.000000) rotate(-340.000000) translate(-16.000000, -88.000000) \" x=\"14\" y=\"80\" width=\"4\" height=\"16\" rx=\"4\"></rect>\n </g>\n</svg>"
},
"$:/core/images/preview-open": {
"title": "$:/core/images/preview-open",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-preview-open tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M64.1099282,99.5876785 C39.2791836,99.5876785 16.3564602,87.9918313 1.57634884,68.6313396 C-0.378878622,66.070184 -0.378878622,62.5174945 1.57634884,59.9563389 C16.3564602,40.5958472 39.2791836,29 64.1099282,29 C88.9406729,29 111.863396,40.5958472 126.643508,59.9563389 C128.598735,62.5174945 128.598735,66.070184 126.643508,68.6313396 C111.863396,87.9918313 88.9406729,99.5876785 64.1099282,99.5876785 Z M110.213805,67.5808331 C111.654168,66.0569335 111.654168,63.9430665 110.213805,62.4191669 C99.3257042,50.8995835 82.4391647,44 64.1470385,44 C45.8549124,44 28.9683729,50.8995835 18.0802717,62.4191669 C16.6399094,63.9430665 16.6399094,66.0569335 18.0802717,67.5808331 C28.9683729,79.1004165 45.8549124,86 64.1470385,86 C82.4391647,86 99.3257042,79.1004165 110.213805,67.5808331 Z\"></path>\n <path d=\"M63.5,88 C76.4786916,88 87,77.4786916 87,64.5 C87,51.5213084 76.4786916,41 63.5,41 C50.5213084,41 40,51.5213084 40,64.5 C40,77.4786916 50.5213084,88 63.5,88 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/print-button": {
"title": "$:/core/images/print-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-print-button tc-image-button\" viewBox=\"0 0 128 128\" width=\"22pt\" height=\"22pt\">\n <g fill-rule=\"evenodd\">\n <path d=\"M112,71 L112,30.5 L111.96811,30.5 L111.96811,30.5 C111.932942,28.4998414 111.151676,26.510538 109.625176,24.9840387 L86.9982489,2.35711116 C85.3482153,0.707077645 83.1589869,-0.071534047 81,0.0201838424 L81,0 L23.9992458,0 C19.5808867,0 16,3.58213437 16,8.00092105 L16,71 L24,71 L24,8 L81,8 L81,22.4996539 C81,26.9216269 84.5818769,30.5 89.0003461,30.5 L104,30.5 L104,71 L112,71 Z\"></path>\n <rect x=\"32\" y=\"36\" width=\"64\" height=\"8\" rx=\"4\"></rect>\n <rect x=\"32\" y=\"52\" width=\"64\" height=\"8\" rx=\"4\"></rect>\n <rect x=\"32\" y=\"20\" width=\"40\" height=\"8\" rx=\"4\"></rect>\n <path d=\"M0,80.0054195 C0,71.1658704 7.15611005,64 16.0008841,64 L111.999116,64 C120.83616,64 128,71.1553215 128,80.0054195 L128,111.99458 C128,120.83413 120.84389,128 111.999116,128 L16.0008841,128 C7.16383982,128 0,120.844679 0,111.99458 L0,80.0054195 Z M104,96 C108.418278,96 112,92.418278 112,88 C112,83.581722 108.418278,80 104,80 C99.581722,80 96,83.581722 96,88 C96,92.418278 99.581722,96 104,96 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/quote": {
"title": "$:/core/images/quote",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-quote tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M51.2188077,117.712501 L51.2188077,62.1993386 L27.4274524,62.1993386 C27.4274524,53.3075754 29.1096526,45.797753 32.4741035,39.669646 C35.8385544,33.541539 42.0867267,28.9154883 51.2188077,25.7913554 L51.2188077,2 C43.7689521,2.96127169 36.8599155,5.18417913 30.4914905,8.668789 C24.1230656,12.1533989 18.6559149,16.5391352 14.0898743,21.8261295 C9.52383382,27.1131238 5.97919764,33.2411389 3.45585945,40.2103586 C0.932521268,47.1795784 -0.208971741,54.6293222 0.0313461819,62.5598136 L0.0313461819,117.712501 L51.2188077,117.712501 Z M128,117.712501 L128,62.1993386 L104.208645,62.1993386 C104.208645,53.3075754 105.890845,45.797753 109.255296,39.669646 C112.619747,33.541539 118.867919,28.9154883 128,25.7913554 L128,2 C120.550144,2.96127169 113.641108,5.18417913 107.272683,8.668789 C100.904258,12.1533989 95.4371072,16.5391352 90.8710666,21.8261295 C86.3050261,27.1131238 82.7603899,33.2411389 80.2370517,40.2103586 C77.7137136,47.1795784 76.5722206,54.6293222 76.8125385,62.5598136 L76.8125385,117.712501 L128,117.712501 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/refresh-button": {
"title": "$:/core/images/refresh-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-refresh-button tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M106.369002,39.4325143 C116.529932,60.3119371 112.939592,86.1974934 95.5979797,103.539105 C73.7286194,125.408466 38.2713806,125.408466 16.4020203,103.539105 C-5.46734008,81.6697449 -5.46734008,46.2125061 16.4020203,24.3431458 C19.5262146,21.2189514 24.5915344,21.2189514 27.7157288,24.3431458 C30.8399231,27.4673401 30.8399231,32.5326599 27.7157288,35.6568542 C12.0947571,51.2778259 12.0947571,76.6044251 27.7157288,92.2253967 C43.3367004,107.846368 68.6632996,107.846368 84.2842712,92.2253967 C97.71993,78.7897379 99.5995262,58.1740623 89.9230597,42.729491 L83.4844861,54.9932839 C81.4307001,58.9052072 76.5945372,60.4115251 72.682614,58.3577391 C68.7706907,56.3039532 67.2643728,51.4677903 69.3181587,47.555867 L84.4354914,18.7613158 C86.4966389,14.8353707 91.3577499,13.3347805 95.273202,15.415792 L124.145886,30.7612457 C128.047354,32.8348248 129.52915,37.6785572 127.455571,41.5800249 C125.381992,45.4814927 120.53826,46.9632892 116.636792,44.8897102 L106.369002,39.4325143 Z M98.1470904,27.0648707 C97.9798954,26.8741582 97.811187,26.6843098 97.6409651,26.4953413 L98.6018187,26.1987327 L98.1470904,27.0648707 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/right-arrow": {
"title": "$:/core/images/right-arrow",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-right-arrow tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <path d=\"M80.3563798,109.353315 C78.9238993,110.786918 76.9450203,111.675144 74.7592239,111.675144 L-4.40893546,111.675144 C-8.77412698,111.675144 -12.3248558,108.130732 -12.3248558,103.758478 C-12.3248558,99.3951199 -8.78077754,95.8418109 -4.40893546,95.8418109 L66.8418109,95.8418109 L66.8418109,24.5910645 C66.8418109,20.225873 70.3862233,16.6751442 74.7584775,16.6751442 C79.1218352,16.6751442 82.6751442,20.2192225 82.6751442,24.5910645 L82.6751442,103.759224 C82.6751442,105.941695 81.7891419,107.920575 80.3566508,109.353886 Z\" transform=\"translate(35.175144, 64.175144) rotate(-45.000000) translate(-35.175144, -64.175144) \"></path>\n</svg>"
},
"$:/core/images/rotate-left": {
"title": "$:/core/images/rotate-left",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-rotate-left tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><rect width=\"32\" height=\"80\" rx=\"8\"/><rect x=\"48\" y=\"96\" width=\"80\" height=\"32\" rx=\"8\"/><path d=\"M61.32 36.65c19.743 2.45 35.023 19.287 35.023 39.693a4 4 0 0 1-8 0c0-15.663-11.254-28.698-26.117-31.46l3.916 3.916a4 4 0 1 1-5.657 5.657L49.172 43.142a4 4 0 0 1 0-5.657l11.313-11.313a4 4 0 1 1 5.657 5.656l-4.821 4.822z\"/></g></svg>"
},
"$:/core/images/save-button": {
"title": "$:/core/images/save-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-save-button tc-image-button\" viewBox=\"0 0 128 128\" width=\"22pt\" height=\"22pt\">\n <g fill-rule=\"evenodd\">\n <path d=\"M120.78304,34.329058 C125.424287,43.1924006 128.049406,53.2778608 128.049406,63.9764502 C128.049406,99.3226742 99.3956295,127.97645 64.0494055,127.97645 C28.7031816,127.97645 0.0494055385,99.3226742 0.0494055385,63.9764502 C0.0494055385,28.6302262 28.7031816,-0.0235498012 64.0494055,-0.0235498012 C82.8568763,-0.0235498012 99.769563,8.08898558 111.479045,21.0056358 L114.159581,18.3250998 C117.289194,15.1954866 122.356036,15.1939641 125.480231,18.3181584 C128.598068,21.4359957 128.601317,26.5107804 125.473289,29.6388083 L120.78304,34.329058 Z M108.72451,46.3875877 C110.870571,51.8341374 112.049406,57.767628 112.049406,63.9764502 C112.049406,90.4861182 90.5590735,111.97645 64.0494055,111.97645 C37.5397375,111.97645 16.0494055,90.4861182 16.0494055,63.9764502 C16.0494055,37.4667822 37.5397375,15.9764502 64.0494055,15.9764502 C78.438886,15.9764502 91.3495036,22.308215 100.147097,32.3375836 L58.9411255,73.5435552 L41.975581,56.5780107 C38.8486152,53.4510448 33.7746915,53.4551552 30.6568542,56.5729924 C27.5326599,59.6971868 27.5372202,64.7670668 30.6618725,67.8917192 L53.279253,90.5090997 C54.8435723,92.073419 56.8951519,92.8541315 58.9380216,92.8558261 C60.987971,92.8559239 63.0389578,92.0731398 64.6049211,90.5071765 L108.72451,46.3875877 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/size": {
"title": "$:/core/images/size",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-size tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <path d=\"M92.3431458,26 L83.1715729,35.1715729 C81.6094757,36.73367 81.6094757,39.26633 83.1715729,40.8284271 C84.73367,42.3905243 87.26633,42.3905243 88.8284271,40.8284271 L104.828427,24.8284271 C106.390524,23.26633 106.390524,20.73367 104.828427,19.1715729 L88.8284271,3.17157288 C87.26633,1.60947571 84.73367,1.60947571 83.1715729,3.17157288 C81.6094757,4.73367004 81.6094757,7.26632996 83.1715729,8.82842712 L92.3431457,18 L22,18 C19.790861,18 18,19.790861 18,22 L18,92.3431458 L8.82842712,83.1715729 C7.26632996,81.6094757 4.73367004,81.6094757 3.17157288,83.1715729 C1.60947571,84.73367 1.60947571,87.26633 3.17157288,88.8284271 L19.1715729,104.828427 C20.73367,106.390524 23.26633,106.390524 24.8284271,104.828427 L40.8284271,88.8284271 C42.3905243,87.26633 42.3905243,84.73367 40.8284271,83.1715729 C39.26633,81.6094757 36.73367,81.6094757 35.1715729,83.1715729 L26,92.3431458 L26,22 L22,26 L92.3431458,26 L92.3431458,26 Z M112,52 L112,116 L116,112 L52,112 C49.790861,112 48,113.790861 48,116 C48,118.209139 49.790861,120 52,120 L116,120 C118.209139,120 120,118.209139 120,116 L120,52 C120,49.790861 118.209139,48 116,48 C113.790861,48 112,49.790861 112,52 L112,52 Z\"></path>\n</svg>"
},
"$:/core/images/spiral": {
"title": "$:/core/images/spiral",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-spiral tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"nonzero\">\n <path d=\"M64.534 68.348c3.39 0 6.097-2.62 6.476-5.968l-4.755-.538 4.75.583c.377-3.07-1.194-6.054-3.89-7.78-2.757-1.773-6.34-2.01-9.566-.7-3.46 1.403-6.14 4.392-7.35 8.148l-.01.026c-1.3 4.08-.72 8.64 1.58 12.52 2.5 4.2 6.77 7.2 11.76 8.27 5.37 1.15 11.11-.05 15.83-3.31 5.04-3.51 8.46-9.02 9.45-15.3 1.05-6.7-.72-13.63-4.92-19.19l.02.02c-4.42-5.93-11.2-9.82-18.78-10.78-7.96-1.01-16.13 1.31-22.59 6.43-6.81 5.39-11.18 13.41-12.11 22.26-.98 9.27 1.87 18.65 7.93 26.02 6.32 7.69 15.6 12.56 25.74 13.48 10.54.96 21.15-2.42 29.45-9.4l.01-.01c8.58-7.25 13.94-17.78 14.86-29.21.94-11.84-2.96-23.69-10.86-32.9-8.19-9.5-19.95-15.36-32.69-16.27-13.16-.94-26.24 3.49-36.34 12.34l.01-.01c-10.41 9.08-16.78 22.1-17.68 36.15-.93 14.44 4.03 28.77 13.79 39.78 10.03 11.32 24.28 18.2 39.6 19.09 15.73.92 31.31-4.56 43.24-15.234 12.23-10.954 19.61-26.44 20.5-43.074.14-2.64-1.89-4.89-4.52-5.03-2.64-.14-4.89 1.88-5.03 4.52-.75 14.1-7 27.2-17.33 36.45-10.03 8.98-23.11 13.58-36.3 12.81-12.79-.75-24.67-6.48-33-15.89-8.07-9.11-12.17-20.94-11.41-32.827.74-11.52 5.942-22.15 14.43-29.54l.01-.01c8.18-7.17 18.74-10.75 29.35-9.998 10.21.726 19.6 5.41 26.11 12.96 6.24 7.273 9.32 16.61 8.573 25.894-.718 8.9-4.88 17.064-11.504 22.66l.01-.007c-6.36 5.342-14.44 7.92-22.425 7.19-7.604-.68-14.52-4.314-19.21-10.027-4.44-5.4-6.517-12.23-5.806-18.94.67-6.3 3.76-11.977 8.54-15.766 4.46-3.54 10.05-5.128 15.44-4.44 5.03.63 9.46 3.18 12.32 7.01l.02.024c2.65 3.5 3.75 7.814 3.1 11.92-.59 3.71-2.58 6.925-5.45 8.924-2.56 1.767-5.61 2.403-8.38 1.81-2.42-.516-4.42-1.92-5.53-3.79-.93-1.56-1.15-3.3-.69-4.75l-4.56-1.446L59.325 65c.36-1.12 1.068-1.905 1.84-2.22.25-.103.48-.14.668-.13.06.006.11.015.14.025.01 0 .01 0-.01-.01-.02-.015-.054-.045-.094-.088-.06-.064-.12-.145-.17-.244-.15-.29-.23-.678-.18-1.11l-.005.04c.15-1.332 1.38-2.523 3.035-2.523-2.65 0-4.79 2.144-4.79 4.787s2.14 4.785 4.78 4.785z\"></path>\n </g>\n</svg>"
},
"$:/core/images/stamp": {
"title": "$:/core/images/stamp",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-stamp tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M49.7334301,64 L16.0098166,64 C11.5838751,64 8,67.5829053 8,72.002643 L8,74.4986785 L8,97 L120,97 L120,74.4986785 L120,72.002643 C120,67.5737547 116.413883,64 111.990183,64 L78.2665699,64 C76.502049,60.7519149 75.5,57.0311962 75.5,53.0769231 C75.5,46.6017951 78.1869052,40.7529228 82.5087769,36.5800577 C85.3313113,32.7688808 87,28.0549983 87,22.952183 C87,10.2760423 76.7025492,0 64,0 C51.2974508,0 41,10.2760423 41,22.952183 C41,28.0549983 42.6686887,32.7688808 45.4912231,36.5800577 C49.8130948,40.7529228 52.5,46.6017951 52.5,53.0769231 C52.5,57.0311962 51.497951,60.7519149 49.7334301,64 Z M8,104 L120,104 L120,112 L8,112 L8,104 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/star-filled": {
"title": "$:/core/images/star-filled",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-star-filled tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"nonzero\">\n <path d=\"M61.8361286,96.8228569 L99.1627704,124.110219 C101.883827,126.099427 105.541968,123.420868 104.505636,120.198072 L90.2895569,75.9887263 L89.0292911,79.8977279 L126.314504,52.5528988 C129.032541,50.5595011 127.635256,46.2255025 124.273711,46.2229134 L78.1610486,46.1873965 L81.4604673,48.6032923 L67.1773543,4.41589688 C66.1361365,1.19470104 61.6144265,1.19470104 60.5732087,4.41589688 L46.2900957,48.6032923 L49.5895144,46.1873965 L3.47685231,46.2229134 C0.115307373,46.2255025 -1.28197785,50.5595011 1.43605908,52.5528988 L38.7212719,79.8977279 L37.4610061,75.9887263 L23.2449266,120.198072 C22.2085954,123.420868 25.8667356,126.099427 28.5877926,124.110219 L65.9144344,96.8228569 L61.8361286,96.8228569 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/storyview-classic": {
"title": "$:/core/images/storyview-classic",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-storyview-classic tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M8.00697327,0 C3.58484404,0 0,3.59075293 0,8.00697327 L0,119.993027 C0,124.415156 3.59075293,128 8.00697327,128 L119.993027,128 C124.415156,128 128,124.409247 128,119.993027 L128,8.00697327 C128,3.58484404 124.409247,0 119.993027,0 L8.00697327,0 L8.00697327,0 Z M23.9992458,16 C19.5813843,16 16,19.5776607 16,23.9924054 L16,40.0075946 C16,44.4216782 19.5881049,48 23.9992458,48 L104.000754,48 C108.418616,48 112,44.4223393 112,40.0075946 L112,23.9924054 C112,19.5783218 108.411895,16 104.000754,16 L23.9992458,16 L23.9992458,16 Z M23.9992458,64 C19.5813843,64 16,67.5907123 16,72 C16,76.418278 19.5881049,80 23.9992458,80 L104.000754,80 C108.418616,80 112,76.4092877 112,72 C112,67.581722 108.411895,64 104.000754,64 L23.9992458,64 L23.9992458,64 Z M23.9992458,96 C19.5813843,96 16,99.5907123 16,104 C16,108.418278 19.5881049,112 23.9992458,112 L104.000754,112 C108.418616,112 112,108.409288 112,104 C112,99.581722 108.411895,96 104.000754,96 L23.9992458,96 L23.9992458,96 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/storyview-pop": {
"title": "$:/core/images/storyview-pop",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-storyview-pop tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M8.00697327,0 C3.58484404,0 0,3.59075293 0,8.00697327 L0,119.993027 C0,124.415156 3.59075293,128 8.00697327,128 L119.993027,128 C124.415156,128 128,124.409247 128,119.993027 L128,8.00697327 C128,3.58484404 124.409247,0 119.993027,0 L8.00697327,0 L8.00697327,0 Z M23.9992458,16 C19.5813843,16 16,19.5776607 16,23.9924054 L16,40.0075946 C16,44.4216782 19.5881049,48 23.9992458,48 L104.000754,48 C108.418616,48 112,44.4223393 112,40.0075946 L112,23.9924054 C112,19.5783218 108.411895,16 104.000754,16 L23.9992458,16 L23.9992458,16 Z M16.0098166,56 C11.586117,56 8,59.5776607 8,63.9924054 L8,80.0075946 C8,84.4216782 11.5838751,88 16.0098166,88 L111.990183,88 C116.413883,88 120,84.4223393 120,80.0075946 L120,63.9924054 C120,59.5783218 116.416125,56 111.990183,56 L16.0098166,56 L16.0098166,56 Z M23.9992458,96 C19.5813843,96 16,99.5907123 16,104 C16,108.418278 19.5881049,112 23.9992458,112 L104.000754,112 C108.418616,112 112,108.409288 112,104 C112,99.581722 108.411895,96 104.000754,96 L23.9992458,96 L23.9992458,96 Z M23.9992458,64 C19.5813843,64 16,67.5907123 16,72 C16,76.418278 19.5881049,80 23.9992458,80 L104.000754,80 C108.418616,80 112,76.4092877 112,72 C112,67.581722 108.411895,64 104.000754,64 L23.9992458,64 L23.9992458,64 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/storyview-zoomin": {
"title": "$:/core/images/storyview-zoomin",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-storyview-zoomin tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M8.00697327,0 C3.58484404,0 0,3.59075293 0,8.00697327 L0,119.993027 C0,124.415156 3.59075293,128 8.00697327,128 L119.993027,128 C124.415156,128 128,124.409247 128,119.993027 L128,8.00697327 C128,3.58484404 124.409247,0 119.993027,0 L8.00697327,0 L8.00697327,0 Z M23.9992458,16 C19.5813843,16 16,19.578055 16,24.0085154 L16,71.9914846 C16,76.4144655 19.5881049,80 23.9992458,80 L104.000754,80 C108.418616,80 112,76.421945 112,71.9914846 L112,24.0085154 C112,19.5855345 108.411895,16 104.000754,16 L23.9992458,16 L23.9992458,16 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/strikethrough": {
"title": "$:/core/images/strikethrough",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-strikethrough tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M92.793842,38.7255689 L108.215529,38.7255689 C107.987058,31.985687 106.70193,26.1883331 104.360107,21.3333333 C102.018284,16.4783336 98.8197436,12.4516001 94.7643909,9.25301205 C90.7090382,6.05442399 85.9969032,3.71263572 80.6278447,2.22757697 C75.2587862,0.742518233 69.4328739,0 63.1499331,0 C57.552404,0 52.0977508,0.713959839 46.7858099,2.14190094 C41.473869,3.56984203 36.7331757,5.74027995 32.5635877,8.65327979 C28.3939997,11.5662796 25.0526676,15.2788708 22.5394913,19.7911647 C20.026315,24.3034585 18.7697456,29.6438781 18.7697456,35.8125837 C18.7697456,41.4101128 19.883523,46.0651309 22.1111111,49.7777778 C24.3386992,53.4904246 27.3087722,56.5176144 31.021419,58.8594378 C34.7340659,61.2012612 38.9321497,63.0861151 43.6157965,64.5140562 C48.2994433,65.9419973 53.068695,67.1985666 57.9236948,68.2838019 C62.7786945,69.3690371 67.5479462,70.4256977 72.231593,71.4538153 C76.9152398,72.4819329 81.1133237,73.8241773 84.8259705,75.480589 C88.5386174,77.1370007 91.5086903,79.2788802 93.7362784,81.9062918 C95.9638666,84.5337035 97.0776439,87.9607107 97.0776439,92.1874163 C97.0776439,96.6425926 96.1637753,100.298067 94.3360107,103.153949 C92.5082461,106.009831 90.109341,108.265944 87.1392236,109.922356 C84.1691061,111.578768 80.827774,112.749662 77.1151272,113.435074 C73.4024803,114.120485 69.7184476,114.463186 66.0629183,114.463186 C61.4935068,114.463186 57.0383974,113.892018 52.6974565,112.749665 C48.3565156,111.607312 44.5582492,109.836692 41.3025435,107.437751 C38.0468378,105.03881 35.4194656,101.983062 33.4203481,98.270415 C31.4212305,94.5577681 30.4216867,90.1312171 30.4216867,84.9906292 L15,84.9906292 C15,92.4159229 16.3422445,98.8415614 19.0267738,104.267738 C21.711303,109.693914 25.3667774,114.149023 29.9933066,117.633199 C34.6198357,121.117376 39.9888137,123.71619 46.1004016,125.429719 C52.2119895,127.143248 58.6947448,128 65.5488621,128 C71.1463912,128 76.7723948,127.343157 82.4270415,126.029451 C88.0816882,124.715745 93.1936407,122.602424 97.7630522,119.689424 C102.332464,116.776425 106.073613,113.006717 108.986613,108.380187 C111.899613,103.753658 113.356091,98.1847715 113.356091,91.6733601 C113.356091,85.6188899 112.242314,80.5926126 110.014726,76.5943775 C107.787137,72.5961424 104.817065,69.2833688 101.104418,66.6559572 C97.3917708,64.0285455 93.193687,61.9437828 88.5100402,60.4016064 C83.8263934,58.85943 79.0571416,57.5171855 74.2021419,56.3748327 C69.3471422,55.2324798 64.5778904,54.1758192 59.8942436,53.2048193 C55.2105968,52.2338193 51.012513,51.0058084 47.2998661,49.5207497 C43.5872193,48.0356909 40.6171463,46.1222786 38.3895582,43.7804552 C36.1619701,41.4386318 35.0481928,38.3828836 35.0481928,34.6131191 C35.0481928,30.6148841 35.8192694,27.273552 37.3614458,24.5890228 C38.9036222,21.9044935 40.9598265,19.762614 43.5301205,18.1633199 C46.1004145,16.5640259 49.041929,15.4216902 52.3547523,14.7362784 C55.6675757,14.0508667 59.0374661,13.708166 62.4645248,13.708166 C70.9179361,13.708166 77.8576257,15.6786952 83.2838019,19.6198126 C88.709978,23.56093 91.8799597,29.9294518 92.793842,38.7255689 L92.793842,38.7255689 Z\"></path>\n <rect x=\"5\" y=\"54\" width=\"118\" height=\"16\"></rect>\n </g>\n</svg>"
},
"$:/core/images/subscript": {
"title": "$:/core/images/subscript",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-subscript tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M2.27170276,16 L22.1825093,16 L43.8305003,49.6746527 L66.4138983,16 L85.1220387,16 L53.5854592,61.9685735 L87.3937414,111.411516 L67.0820462,111.411516 L43.295982,74.9306422 L19.1090291,111.411516 L0,111.411516 L33.8082822,61.9685735 L2.27170276,16 Z M127.910914,128.411516 L85.3276227,128.411516 C85.3870139,123.24448 86.6342108,118.730815 89.0692508,114.870386 C91.5042907,111.009956 94.8301491,107.654403 99.0469256,104.803624 C101.066227,103.318844 103.174584,101.878629 105.372059,100.482935 C107.569534,99.0872413 109.588805,97.5876355 111.429933,95.9840726 C113.271061,94.3805097 114.785514,92.6433426 115.973338,90.7725192 C117.161163,88.9016958 117.784761,86.7487964 117.844152,84.3137564 C117.844152,83.1853233 117.710524,81.9826691 117.443264,80.7057579 C117.176003,79.4288467 116.656338,78.2410402 115.884252,77.1423026 C115.112166,76.0435651 114.04314,75.123015 112.677142,74.3806248 C111.311144,73.6382345 109.529434,73.267045 107.331959,73.267045 C105.312658,73.267045 103.634881,73.6679297 102.298579,74.4697112 C100.962276,75.2714926 99.8932503,76.3702137 99.0914688,77.7659073 C98.2896874,79.161601 97.6957841,80.8096826 97.3097412,82.7102016 C96.9236982,84.6107206 96.7009845,86.6596869 96.6415933,88.857162 L86.4857457,88.857162 C86.4857457,85.4124713 86.9460207,82.2202411 87.8665846,79.2803758 C88.7871485,76.3405105 90.1679736,73.801574 92.0091014,71.6634901 C93.8502292,69.5254062 96.092214,67.8476295 98.7351233,66.6301095 C101.378033,65.4125895 104.451482,64.8038386 107.955564,64.8038386 C111.756602,64.8038386 114.933984,65.4274371 117.487807,66.6746527 C120.041629,67.9218683 122.105443,69.4957119 123.67931,71.3962309 C125.253178,73.2967499 126.366746,75.3605638 127.02005,77.5877345 C127.673353,79.8149053 128,81.9381095 128,83.9574109 C128,86.4518421 127.613963,88.7086746 126.841877,90.727976 C126.069791,92.7472774 125.03046,94.6032252 123.723854,96.2958749 C122.417247,97.9885247 120.932489,99.5475208 119.269534,100.97291 C117.60658,102.398299 115.884261,103.734582 114.102524,104.981797 C112.320788,106.229013 110.539078,107.416819 108.757341,108.545253 C106.975605,109.673686 105.327523,110.802102 103.813047,111.930535 C102.298571,113.058968 100.977136,114.231927 99.8487031,115.449447 C98.7202699,116.666967 97.9481956,117.958707 97.5324571,119.324705 L127.910914,119.324705 L127.910914,128.411516 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/superscript": {
"title": "$:/core/images/superscript",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-superscript tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M2.27170276,16 L22.1825093,16 L43.8305003,49.6746527 L66.4138983,16 L85.1220387,16 L53.5854592,61.9685735 L87.3937414,111.411516 L67.0820462,111.411516 L43.295982,74.9306422 L19.1090291,111.411516 L0,111.411516 L33.8082822,61.9685735 L2.27170276,16 Z M127.910914,63.4115159 L85.3276227,63.4115159 C85.3870139,58.2444799 86.6342108,53.7308149 89.0692508,49.8703857 C91.5042907,46.0099565 94.8301491,42.654403 99.0469256,39.8036245 C101.066227,38.318844 103.174584,36.8786285 105.372059,35.4829349 C107.569534,34.0872413 109.588805,32.5876355 111.429933,30.9840726 C113.271061,29.3805097 114.785514,27.6433426 115.973338,25.7725192 C117.161163,23.9016958 117.784761,21.7487964 117.844152,19.3137564 C117.844152,18.1853233 117.710524,16.9826691 117.443264,15.7057579 C117.176003,14.4288467 116.656338,13.2410402 115.884252,12.1423026 C115.112166,11.0435651 114.04314,10.123015 112.677142,9.38062477 C111.311144,8.63823453 109.529434,8.26704499 107.331959,8.26704499 C105.312658,8.26704499 103.634881,8.6679297 102.298579,9.46971115 C100.962276,10.2714926 99.8932503,11.3702137 99.0914688,12.7659073 C98.2896874,14.161601 97.6957841,15.8096826 97.3097412,17.7102016 C96.9236982,19.6107206 96.7009845,21.6596869 96.6415933,23.857162 L86.4857457,23.857162 C86.4857457,20.4124713 86.9460207,17.2202411 87.8665846,14.2803758 C88.7871485,11.3405105 90.1679736,8.80157397 92.0091014,6.6634901 C93.8502292,4.52540622 96.092214,2.84762946 98.7351233,1.63010947 C101.378033,0.412589489 104.451482,-0.196161372 107.955564,-0.196161372 C111.756602,-0.196161372 114.933984,0.427437071 117.487807,1.67465266 C120.041629,2.92186826 122.105443,4.49571195 123.67931,6.39623095 C125.253178,8.29674995 126.366746,10.3605638 127.02005,12.5877345 C127.673353,14.8149053 128,16.9381095 128,18.9574109 C128,21.4518421 127.613963,23.7086746 126.841877,25.727976 C126.069791,27.7472774 125.03046,29.6032252 123.723854,31.2958749 C122.417247,32.9885247 120.932489,34.5475208 119.269534,35.97291 C117.60658,37.3982993 115.884261,38.7345816 114.102524,39.9817972 C112.320788,41.2290128 110.539078,42.4168194 108.757341,43.5452525 C106.975605,44.6736857 105.327523,45.8021019 103.813047,46.9305351 C102.298571,48.0589682 100.977136,49.2319272 99.8487031,50.4494472 C98.7202699,51.6669672 97.9481956,52.9587068 97.5324571,54.3247048 L127.910914,54.3247048 L127.910914,63.4115159 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/tag-button": {
"title": "$:/core/images/tag-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-tag-button tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M18.1643182,47.6600756 L18.1677196,51.7651887 C18.1708869,55.5878829 20.3581578,60.8623899 23.0531352,63.5573673 L84.9021823,125.406414 C87.5996731,128.103905 91.971139,128.096834 94.6717387,125.396234 L125.766905,94.3010679 C128.473612,91.5943612 128.472063,87.2264889 125.777085,84.5315115 L63.9280381,22.6824644 C61.2305472,19.9849735 55.9517395,17.801995 52.1318769,17.8010313 L25.0560441,17.7942007 C21.2311475,17.7932358 18.1421354,20.8872832 18.1452985,24.7049463 L18.1535504,34.6641936 C18.2481119,34.6754562 18.3439134,34.6864294 18.4409623,34.6971263 C22.1702157,35.1081705 26.9295004,34.6530132 31.806204,33.5444844 C32.1342781,33.0700515 32.5094815,32.6184036 32.9318197,32.1960654 C35.6385117,29.4893734 39.5490441,28.718649 42.94592,29.8824694 C43.0432142,29.8394357 43.1402334,29.7961748 43.2369683,29.7526887 L43.3646982,30.0368244 C44.566601,30.5115916 45.6933052,31.2351533 46.6655958,32.2074439 C50.4612154,36.0030635 50.4663097,42.1518845 46.6769742,45.94122 C43.0594074,49.5587868 37.2914155,49.7181264 33.4734256,46.422636 C28.1082519,47.5454734 22.7987486,48.0186448 18.1643182,47.6600756 Z\"></path>\n <path d=\"M47.6333528,39.5324628 L47.6562932,39.5834939 C37.9670934,43.9391617 26.0718874,46.3819521 17.260095,45.4107025 C5.27267473,44.0894301 -1.02778744,36.4307276 2.44271359,24.0779512 C5.56175386,12.9761516 14.3014034,4.36129832 24.0466405,1.54817001 C34.7269254,-1.53487574 43.7955833,3.51606438 43.7955834,14.7730751 L35.1728168,14.7730752 C35.1728167,9.91428944 32.0946059,8.19982862 26.4381034,9.83267419 C19.5270911,11.8276553 13.046247,18.2159574 10.7440788,26.4102121 C8.82861123,33.2280582 11.161186,36.0634845 18.2047888,36.8398415 C25.3302805,37.6252244 35.7353482,35.4884477 44.1208333,31.7188498 L44.1475077,31.7781871 C44.159701,31.7725635 44.1718402,31.7671479 44.1839238,31.7619434 C45.9448098,31.0035157 50.4503245,38.3109156 47.7081571,39.5012767 C47.6834429,39.512005 47.6585061,39.5223987 47.6333528,39.5324628 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/theme-button": {
"title": "$:/core/images/theme-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-theme-button tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M55.854113,66.9453198 C54.3299482,65.1432292 53.0133883,63.518995 51.9542746,62.1263761 C40.8899947,47.578055 35.3091807,55.2383404 28.9941893,62.1263758 C22.6791979,69.0144112 30.6577916,74.5954741 24.6646171,79.4611023 C18.6714426,84.3267304 19.0414417,86.0133155 8.92654943,77.1119468 C-1.18834284,68.2105781 -1.88793412,65.7597832 2.7553553,60.6807286 C7.39864472,55.601674 11.2794845,63.5989423 20.7646627,54.5728325 C30.2498409,45.5467226 22.2819131,37.5470737 22.2819131,37.5470737 C22.2819131,37.5470737 42.0310399,-2.82433362 68.4206088,0.157393922 C94.8101776,3.13912147 58.4373806,-3.70356506 49.3898693,27.958066 C45.5161782,41.5139906 50.1107906,38.3197672 57.4560458,44.0453955 C59.1625767,45.3756367 63.8839488,48.777453 70.127165,53.3625321 C63.9980513,59.2416709 58.9704753,64.0315459 55.854113,66.9453198 Z M67.4952439,79.8919946 C83.5082212,96.9282402 105.237121,117.617674 112.611591,120.312493 C123.044132,124.12481 128.000001,117.170903 128,105.522947 C127.999999,98.3705516 104.170675,78.980486 84.0760493,63.7529565 C76.6683337,70.9090328 70.7000957,76.7055226 67.4952439,79.8919946 Z\"></path>\n <path d=\"M58.2852966,138.232794 L58.2852966,88.3943645 C56.318874,88.3923153 54.7254089,86.7952906 54.7254089,84.8344788 C54.7254089,82.8684071 56.3175932,81.2745911 58.2890859,81.2745911 L79.6408336,81.2745911 C81.608998,81.2745911 83.2045105,82.8724076 83.2045105,84.8344788 C83.2045105,86.7992907 81.614366,88.3923238 79.6446228,88.3943645 L79.6446228,88.3943646 L79.6446228,138.232794 C79.6446228,144.131009 74.8631748,148.912457 68.9649597,148.912457 C63.0667446,148.912457 58.2852966,144.131009 58.2852966,138.232794 Z M65.405072,-14.8423767 L72.5248474,-14.8423767 L76.0847351,-0.690681892 L72.5248474,6.51694947 L72.5248474,81.2745911 L65.405072,81.2745911 L65.405072,6.51694947 L61.8451843,-0.690681892 L65.405072,-14.8423767 Z\" transform=\"translate(68.964960, 67.035040) rotate(45.000000) translate(-68.964960, -67.035040) \"></path>\n </g>\n</svg>"
},
"$:/core/images/timestamp-off": {
"title": "$:/core/images/timestamp-off",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-timestamp-off tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M58.25 11C26.08 11 0 37.082 0 69.25s26.08 58.25 58.25 58.25c32.175 0 58.25-26.082 58.25-58.25S90.425 11 58.25 11zm0 100.5C34.914 111.5 16 92.586 16 69.25 16 45.92 34.914 27 58.25 27s42.25 18.92 42.25 42.25c0 23.336-18.914 42.25-42.25 42.25zM49.704 10c-2.762 0-5-2.24-5-5-.004-2.756 2.238-5 5-5H66.69c2.762 0 5.002 2.24 5 5 .006 2.757-2.238 5-5 5H49.705z\"/><path d=\"M58.25 35.88c-18.777 0-33.998 15.224-33.998 33.998 0 18.773 15.22 34.002 33.998 34.002 18.784 0 34.002-15.23 34.002-34.002 0-18.774-15.218-33.998-34.002-33.998zm-3.03 50.123H44.196v-34H55.22v34zm16.976 0H61.17v-34h11.025v34z\"/>\n </g>\n</svg>\n"
},
"$:/core/images/timestamp-on": {
"title": "$:/core/images/timestamp-on",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-timestamp-on tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M58.25 11C26.08 11 0 37.082 0 69.25s26.08 58.25 58.25 58.25c32.175 0 58.25-26.082 58.25-58.25S90.425 11 58.25 11zm0 100.5C34.914 111.5 16 92.586 16 69.25 16 45.92 34.914 27 58.25 27s42.25 18.92 42.25 42.25c0 23.336-18.914 42.25-42.25 42.25zM49.704 10c-2.762 0-5-2.24-5-5-.004-2.756 2.238-5 5-5H66.69c2.762 0 5.002 2.24 5 5 .006 2.757-2.238 5-5 5H49.705z\"/><path d=\"M13.41 27.178c-2.116 1.775-5.27 1.498-7.045-.613-1.772-2.11-1.498-5.27.616-7.047l9.95-8.348c2.115-1.774 5.27-1.5 7.045.618 1.775 2.108 1.498 5.27-.616 7.043l-9.95 8.348zM102.983 27.178c2.116 1.775 5.27 1.498 7.045-.613 1.772-2.11 1.498-5.27-.616-7.047l-9.95-8.348c-2.114-1.774-5.27-1.5-7.044.618-1.775 2.108-1.498 5.27.616 7.043l9.95 8.348zM65.097 71.072c0 3.826-3.09 6.928-6.897 6.928-3.804.006-6.9-3.102-6.903-6.928 0 0 4.76-39.072 6.903-39.072s6.897 39.072 6.897 39.072z\"/>\n </g>\n</svg>\n"
},
"$:/core/images/tip": {
"title": "$:/core/images/tip",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-tip tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M64,128.241818 C99.346224,128.241818 128,99.5880417 128,64.2418177 C128,28.8955937 99.346224,0.241817675 64,0.241817675 C28.653776,0.241817675 0,28.8955937 0,64.2418177 C0,99.5880417 28.653776,128.241818 64,128.241818 Z M75.9358659,91.4531941 C75.3115438,95.581915 70.2059206,98.8016748 64,98.8016748 C57.7940794,98.8016748 52.6884562,95.581915 52.0641341,91.4531941 C54.3299053,94.0502127 58.8248941,95.8192805 64,95.8192805 C69.1751059,95.8192805 73.6700947,94.0502127 75.9358659,91.4531941 L75.9358659,91.4531941 Z M75.9358659,95.9453413 C75.3115438,100.074062 70.2059206,103.293822 64,103.293822 C57.7940794,103.293822 52.6884562,100.074062 52.0641341,95.9453413 C54.3299053,98.5423599 58.8248941,100.311428 64,100.311428 C69.1751059,100.311428 73.6700947,98.5423599 75.9358659,95.9453413 L75.9358659,95.9453413 Z M75.9358659,100.40119 C75.3115438,104.529911 70.2059206,107.74967 64,107.74967 C57.7940794,107.74967 52.6884562,104.529911 52.0641341,100.40119 C54.3299053,102.998208 58.8248941,104.767276 64,104.767276 C69.1751059,104.767276 73.6700947,102.998208 75.9358659,100.40119 L75.9358659,100.40119 Z M75.9358659,104.893337 C75.3115438,109.022058 70.2059206,112.241818 64,112.241818 C57.7940794,112.241818 52.6884562,109.022058 52.0641341,104.893337 C54.3299053,107.490356 58.8248941,109.259423 64,109.259423 C69.1751059,109.259423 73.6700947,107.490356 75.9358659,104.893337 L75.9358659,104.893337 Z M64.3010456,24.2418177 C75.9193117,24.2418188 88.0000013,32.0619847 88,48.4419659 C87.9999987,64.8219472 75.9193018,71.7540963 75.9193021,83.5755932 C75.9193022,89.4486648 70.0521957,92.8368862 63.9999994,92.8368862 C57.947803,92.8368862 51.9731007,89.8295115 51.9731007,83.5755932 C51.9731007,71.1469799 39.9999998,65.4700602 40,48.4419647 C40.0000002,31.4138691 52.6827796,24.2418166 64.3010456,24.2418177 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/transcludify": {
"title": "$:/core/images/transcludify",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-transcludify-button tc-image-button\" viewBox=\"0 0 128 128\" width=\"22pt\" height=\"22pt\"><path d=\"M0 59.482c.591 0 1.36-.089 2.306-.266a10.417 10.417 0 0 0 2.75-.932 6.762 6.762 0 0 0 2.306-1.907c.651-.828.976-1.863.976-3.104V35.709c0-2.01.414-3.74 1.242-5.19.828-1.448 1.833-2.66 3.016-3.636s2.425-1.7 3.726-2.173c1.3-.473 2.424-.71 3.37-.71h8.073v7.451h-4.88c-1.241 0-2.232.207-2.97.621-.74.414-1.302.932-1.686 1.552a4.909 4.909 0 0 0-.71 1.996c-.089.71-.133 1.39-.133 2.04v16.677c0 1.715-.325 3.134-.976 4.258-.65 1.123-1.434 2.025-2.35 2.705-.917.68-1.863 1.168-2.839 1.464-.976.296-1.818.473-2.528.532v.178c.71.059 1.552.207 2.528.443.976.237 1.922.68 2.839 1.33.916.651 1.7 1.583 2.35 2.795.65 1.212.976 2.853.976 4.923v16.144c0 .65.044 1.33.133 2.04.089.71.325 1.375.71 1.996.384.621.946 1.139 1.685 1.553.74.414 1.73.62 2.972.62h4.879v7.452h-8.073c-.946 0-2.07-.237-3.37-.71-1.301-.473-2.543-1.197-3.726-2.173-1.183-.976-2.188-2.188-3.016-3.637-.828-1.449-1.242-3.179-1.242-5.19V74.119c0-1.42-.325-2.572-.976-3.46-.65-.886-1.419-1.581-2.306-2.084a8.868 8.868 0 0 0-2.75-1.02C1.36 67.377.591 67.288 0 67.288v-7.806zm24.66 0c.591 0 1.36-.089 2.306-.266a10.417 10.417 0 0 0 2.75-.932 6.762 6.762 0 0 0 2.306-1.907c.65-.828.976-1.863.976-3.104V35.709c0-2.01.414-3.74 1.242-5.19.828-1.448 1.833-2.66 3.016-3.636s2.425-1.7 3.726-2.173c1.3-.473 2.424-.71 3.37-.71h8.073v7.451h-4.88c-1.241 0-2.232.207-2.97.621-.74.414-1.302.932-1.686 1.552a4.909 4.909 0 0 0-.71 1.996c-.089.71-.133 1.39-.133 2.04v16.677c0 1.715-.325 3.134-.976 4.258-.65 1.123-1.434 2.025-2.35 2.705-.917.68-1.863 1.168-2.839 1.464-.976.296-1.818.473-2.528.532v.178c.71.059 1.552.207 2.528.443.976.237 1.922.68 2.839 1.33.916.651 1.7 1.583 2.35 2.795.65 1.212.976 2.853.976 4.923v16.144c0 .65.044 1.33.133 2.04.089.71.325 1.375.71 1.996.384.621.946 1.139 1.685 1.553.74.414 1.73.62 2.972.62h4.879v7.452h-8.073c-.946 0-2.07-.237-3.37-.71-1.301-.473-2.543-1.197-3.726-2.173-1.183-.976-2.188-2.188-3.016-3.637-.828-1.449-1.242-3.179-1.242-5.19V74.119c0-1.42-.325-2.572-.976-3.46-.65-.886-1.419-1.581-2.306-2.084a8.868 8.868 0 0 0-2.75-1.02c-.946-.177-1.715-.266-2.306-.266v-7.806zm43.965-3.538L80.6 52.041l2.306 7.097-12.063 3.903 7.628 10.378-6.12 4.435-7.63-10.467-7.45 10.201-5.943-4.524 7.628-10.023-12.152-4.17 2.306-7.096 12.064 4.17V43.347h7.451v12.596zm34.425 11.344c-.65 0-1.449.089-2.395.266-.946.177-1.863.488-2.75.931a6.356 6.356 0 0 0-2.262 1.908c-.62.828-.931 1.862-.931 3.104v17.564c0 2.01-.414 3.74-1.242 5.189-.828 1.449-1.833 2.661-3.016 3.637s-2.425 1.7-3.726 2.173c-1.3.473-2.424.71-3.37.71h-8.073v-7.451h4.88c1.241 0 2.232-.207 2.97-.621.74-.414 1.302-.932 1.686-1.553a4.9 4.9 0 0 0 .71-1.995c.089-.71.133-1.39.133-2.04V72.432c0-1.715.325-3.134.976-4.258.65-1.124 1.434-2.01 2.35-2.661.917-.65 1.863-1.124 2.839-1.42.976-.295 1.818-.502 2.528-.62v-.178c-.71-.059-1.552-.207-2.528-.443-.976-.237-1.922-.68-2.839-1.33-.916-.651-1.7-1.583-2.35-2.795-.65-1.212-.976-2.853-.976-4.923V37.66c0-.651-.044-1.331-.133-2.04a4.909 4.909 0 0 0-.71-1.997c-.384-.62-.946-1.138-1.685-1.552-.74-.414-1.73-.62-2.972-.62h-4.879V24h8.073c.946 0 2.07.237 3.37.71 1.301.473 2.543 1.197 3.726 2.173 1.183.976 2.188 2.188 3.016 3.637.828 1.449 1.242 3.178 1.242 5.189v16.943c0 1.419.31 2.572.931 3.46a6.897 6.897 0 0 0 2.262 2.084 8.868 8.868 0 0 0 2.75 1.02c.946.177 1.745.266 2.395.266v7.806zm24.66 0c-.65 0-1.449.089-2.395.266-.946.177-1.863.488-2.75.931a6.356 6.356 0 0 0-2.262 1.908c-.62.828-.931 1.862-.931 3.104v17.564c0 2.01-.414 3.74-1.242 5.189-.828 1.449-1.833 2.661-3.016 3.637s-2.425 1.7-3.726 2.173c-1.3.473-2.424.71-3.37.71h-8.073v-7.451h4.88c1.241 0 2.232-.207 2.97-.621.74-.414 1.302-.932 1.686-1.553a4.9 4.9 0 0 0 .71-1.995c.089-.71.133-1.39.133-2.04V72.432c0-1.715.325-3.134.976-4.258.65-1.124 1.434-2.01 2.35-2.661.917-.65 1.863-1.124 2.839-1.42.976-.295 1.818-.502 2.528-.62v-.178c-.71-.059-1.552-.207-2.528-.443-.976-.237-1.922-.68-2.839-1.33-.916-.651-1.7-1.583-2.35-2.795-.65-1.212-.976-2.853-.976-4.923V37.66c0-.651-.044-1.331-.133-2.04a4.909 4.909 0 0 0-.71-1.997c-.384-.62-.946-1.138-1.685-1.552-.74-.414-1.73-.62-2.972-.62h-4.879V24h8.073c.946 0 2.07.237 3.37.71 1.301.473 2.543 1.197 3.726 2.173 1.183.976 2.188 2.188 3.016 3.637.828 1.449 1.242 3.178 1.242 5.189v16.943c0 1.419.31 2.572.931 3.46a6.897 6.897 0 0 0 2.262 2.084 8.868 8.868 0 0 0 2.75 1.02c.946.177 1.745.266 2.395.266v7.806z\" fill-rule=\"evenodd\"/></svg>\n"
},
"$:/core/images/twitter": {
"title": "$:/core/images/twitter",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-twitter tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M41.6263422,115.803477 C27.0279663,115.803477 13.4398394,111.540813 1.99987456,104.234833 C4.02221627,104.472643 6.08004574,104.594302 8.16644978,104.594302 C20.277456,104.594302 31.4238403,100.47763 40.270894,93.5715185 C28.9590538,93.3635501 19.4123842,85.9189246 16.1230832,75.6885328 C17.7011365,75.9892376 19.320669,76.1503787 20.9862896,76.1503787 C23.344152,76.1503787 25.6278127,75.8359011 27.7971751,75.247346 C15.9709927,72.8821073 7.06079851,62.4745062 7.06079851,49.9982394 C7.06079851,49.8898938 7.06079851,49.7820074 7.06264203,49.67458 C10.5482779,51.6032228 14.5339687,52.7615103 18.7717609,52.8951059 C11.8355159,48.277565 7.2714207,40.3958845 7.2714207,31.4624258 C7.2714207,26.7434257 8.54621495,22.3200804 10.7713439,18.5169676 C23.5211299,34.0957738 42.568842,44.3472839 64.0532269,45.4210985 C63.6126256,43.5365285 63.3835682,41.5711584 63.3835682,39.5529928 C63.3835682,25.3326379 74.95811,13.8034766 89.2347917,13.8034766 C96.6697089,13.8034766 103.387958,16.930807 108.103682,21.9353619 C113.991886,20.780288 119.52429,18.6372496 124.518847,15.6866694 C122.588682,21.6993889 118.490075,26.7457211 113.152623,29.9327334 C118.381769,29.3102055 123.363882,27.926045 127.999875,25.8780385 C124.534056,31.0418981 120.151087,35.5772616 115.100763,39.2077561 C115.150538,40.3118708 115.175426,41.4224128 115.175426,42.538923 C115.175426,76.5663154 89.1744164,115.803477 41.6263422,115.803477\"></path>\n </g>\n</svg>\n"
},
"$:/core/images/underline": {
"title": "$:/core/images/underline",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-underline tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M7,117.421488 L121.247934,117.421488 L121.247934,128 L7,128 L7,117.421488 Z M104.871212,98.8958333 L104.871212,0 L88.6117424,0 L88.6117424,55.8560606 C88.6117424,60.3194668 88.0060035,64.432115 86.7945076,68.1941288 C85.5830116,71.9561425 83.7657949,75.239885 81.342803,78.0454545 C78.9198111,80.8510241 75.8911167,83.0189317 72.2566288,84.5492424 C68.6221409,86.0795531 64.3182067,86.844697 59.344697,86.844697 C53.0959284,86.844697 48.1862552,85.0593613 44.6155303,81.4886364 C41.0448054,77.9179114 39.2594697,73.0720003 39.2594697,66.9507576 L39.2594697,0 L23,0 L23,65.0378788 C23,70.3939662 23.5419769,75.2717583 24.625947,79.6714015 C25.709917,84.0710447 27.5908957,87.864883 30.2689394,91.0530303 C32.9469831,94.2411776 36.4538925,96.6960141 40.7897727,98.4176136 C45.125653,100.139213 50.545422,101 57.0492424,101 C64.3182182,101 70.630655,99.5653553 75.9867424,96.6960227 C81.3428298,93.8266902 85.742407,89.33147 89.1856061,83.2102273 L89.5681818,83.2102273 L89.5681818,98.8958333 L104.871212,98.8958333 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/unfold-all-button": {
"title": "$:/core/images/unfold-all-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-unfold-all tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <rect x=\"0\" y=\"0\" width=\"128\" height=\"16\" rx=\"8\"></rect>\n <rect x=\"0\" y=\"64\" width=\"128\" height=\"16\" rx=\"8\"></rect>\n <path d=\"M85.598226,8.34884273 C84.1490432,6.89863875 82.1463102,6 79.9340286,6 L47.9482224,6 C43.5292967,6 39.9411255,9.581722 39.9411255,14 C39.9411255,18.4092877 43.5260249,22 47.9482224,22 L71.9411255,22 L71.9411255,45.9929031 C71.9411255,50.4118288 75.5228475,54 79.9411255,54 C84.3504132,54 87.9411255,50.4151006 87.9411255,45.9929031 L87.9411255,14.0070969 C87.9411255,11.7964515 87.0447363,9.79371715 85.5956548,8.34412458 Z\" transform=\"translate(63.941125, 30.000000) scale(1, -1) rotate(-45.000000) translate(-63.941125, -30.000000) \"></path>\n <path d=\"M85.6571005,72.2899682 C84.2079177,70.8397642 82.2051847,69.9411255 79.9929031,69.9411255 L48.0070969,69.9411255 C43.5881712,69.9411255 40,73.5228475 40,77.9411255 C40,82.3504132 43.5848994,85.9411255 48.0070969,85.9411255 L72,85.9411255 L72,109.934029 C72,114.352954 75.581722,117.941125 80,117.941125 C84.4092877,117.941125 88,114.356226 88,109.934029 L88,77.9482224 C88,75.737577 87.1036108,73.7348426 85.6545293,72.2852501 Z\" transform=\"translate(64.000000, 93.941125) scale(1, -1) rotate(-45.000000) translate(-64.000000, -93.941125) \"></path>\n </g>\n</svg>"
},
"$:/core/images/unfold-button": {
"title": "$:/core/images/unfold-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-unfold tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <rect x=\"0\" y=\"0\" width=\"128\" height=\"16\" rx=\"8\"></rect>\n <path d=\"M85.598226,11.3488427 C84.1490432,9.89863875 82.1463102,9 79.9340286,9 L47.9482224,9 C43.5292967,9 39.9411255,12.581722 39.9411255,17 C39.9411255,21.4092877 43.5260249,25 47.9482224,25 L71.9411255,25 L71.9411255,48.9929031 C71.9411255,53.4118288 75.5228475,57 79.9411255,57 C84.3504132,57 87.9411255,53.4151006 87.9411255,48.9929031 L87.9411255,17.0070969 C87.9411255,14.7964515 87.0447363,12.7937171 85.5956548,11.3441246 Z\" transform=\"translate(63.941125, 33.000000) scale(1, -1) rotate(-45.000000) translate(-63.941125, -33.000000) \"></path>\n <path d=\"M85.6571005,53.4077172 C84.2079177,51.9575133 82.2051847,51.0588745 79.9929031,51.0588745 L48.0070969,51.0588745 C43.5881712,51.0588745 40,54.6405965 40,59.0588745 C40,63.4681622 43.5848994,67.0588745 48.0070969,67.0588745 L72,67.0588745 L72,91.0517776 C72,95.4707033 75.581722,99.0588745 80,99.0588745 C84.4092877,99.0588745 88,95.4739751 88,91.0517776 L88,59.0659714 C88,56.855326 87.1036108,54.8525917 85.6545293,53.4029991 Z\" transform=\"translate(64.000000, 75.058875) scale(1, -1) rotate(-45.000000) translate(-64.000000, -75.058875) \"></path>\n </g>\n</svg>"
},
"$:/core/images/unlocked-padlock": {
"title": "$:/core/images/unlocked-padlock",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-unlocked-padlock tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M48.6266053,64 L105,64 L105,96.0097716 C105,113.673909 90.6736461,128 73.001193,128 L55.998807,128 C38.3179793,128 24,113.677487 24,96.0097716 L24,64 L30.136303,64 C19.6806213,51.3490406 2.77158986,28.2115132 25.8366966,8.85759246 C50.4723026,-11.8141335 71.6711028,13.2108337 81.613302,25.0594855 C91.5555012,36.9081373 78.9368488,47.4964439 69.1559674,34.9513593 C59.375086,22.4062748 47.9893192,10.8049522 35.9485154,20.9083862 C23.9077117,31.0118202 34.192312,43.2685325 44.7624679,55.8655518 C47.229397,58.805523 48.403443,61.5979188 48.6266053,64 Z M67.7315279,92.3641717 C70.8232551,91.0923621 73,88.0503841 73,84.5 C73,79.8055796 69.1944204,76 64.5,76 C59.8055796,76 56,79.8055796 56,84.5 C56,87.947435 58.0523387,90.9155206 61.0018621,92.2491029 L55.9067479,115.020857 L72.8008958,115.020857 L67.7315279,92.3641717 L67.7315279,92.3641717 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/up-arrow": {
"title": "$:/core/images/up-arrow",
"created": "20150316000544368",
"modified": "20150316000831867",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-up-arrow tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n<path transform=\"rotate(-135, 63.8945, 64.1752)\" d=\"m109.07576,109.35336c-1.43248,1.43361 -3.41136,2.32182 -5.59717,2.32182l-79.16816,0c-4.36519,0 -7.91592,-3.5444 -7.91592,-7.91666c0,-4.36337 3.54408,-7.91667 7.91592,-7.91667l71.25075,0l0,-71.25074c0,-4.3652 3.54442,-7.91592 7.91667,-7.91592c4.36336,0 7.91667,3.54408 7.91667,7.91592l0,79.16815c0,2.1825 -0.88602,4.16136 -2.3185,5.59467l-0.00027,-0.00056l0.00001,-0.00001z\" />\n</svg>\n \n"
},
"$:/core/images/video": {
"title": "$:/core/images/video",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-video tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M64,12 C29.0909091,12 8.72727273,14.9166667 5.81818182,17.8333333 C2.90909091,20.75 1.93784382e-15,41.1666667 0,64.5 C1.93784382e-15,87.8333333 2.90909091,108.25 5.81818182,111.166667 C8.72727273,114.083333 29.0909091,117 64,117 C98.9090909,117 119.272727,114.083333 122.181818,111.166667 C125.090909,108.25 128,87.8333333 128,64.5 C128,41.1666667 125.090909,20.75 122.181818,17.8333333 C119.272727,14.9166667 98.9090909,12 64,12 Z M54.9161194,44.6182253 C51.102648,42.0759111 48.0112186,43.7391738 48.0112186,48.3159447 L48.0112186,79.6840553 C48.0112186,84.2685636 51.109784,85.9193316 54.9161194,83.3817747 L77.0838806,68.6032672 C80.897352,66.0609529 80.890216,61.9342897 77.0838806,59.3967328 L54.9161194,44.6182253 Z\"></path>\n </g>\n</svg>"
},
"$:/core/images/warning": {
"title": "$:/core/images/warning",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-warning tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M57.0717968,11 C60.1509982,5.66666667 67.8490018,5.66666667 70.9282032,11 L126.353829,107 C129.433031,112.333333 125.584029,119 119.425626,119 L8.57437416,119 C2.41597129,119 -1.43303051,112.333333 1.64617093,107 L57.0717968,11 Z M64,37 C59.581722,37 56,40.5820489 56,44.9935776 L56,73.0064224 C56,77.4211534 59.5907123,81 64,81 C68.418278,81 72,77.4179511 72,73.0064224 L72,44.9935776 C72,40.5788466 68.4092877,37 64,37 Z M64,104 C68.418278,104 72,100.418278 72,96 C72,91.581722 68.418278,88 64,88 C59.581722,88 56,91.581722 56,96 C56,100.418278 59.581722,104 64,104 Z\"></path>\n </g>\n</svg>"
},
"$:/language/Buttons/AdvancedSearch/Caption": {
"title": "$:/language/Buttons/AdvancedSearch/Caption",
"text": "advanced search"
},
"$:/language/Buttons/AdvancedSearch/Hint": {
"title": "$:/language/Buttons/AdvancedSearch/Hint",
"text": "Advanced search"
},
"$:/language/Buttons/Cancel/Caption": {
"title": "$:/language/Buttons/Cancel/Caption",
"text": "cancel"
},
"$:/language/Buttons/Cancel/Hint": {
"title": "$:/language/Buttons/Cancel/Hint",
"text": "Discard changes to this tiddler"
},
"$:/language/Buttons/Clone/Caption": {
"title": "$:/language/Buttons/Clone/Caption",
"text": "clone"
},
"$:/language/Buttons/Clone/Hint": {
"title": "$:/language/Buttons/Clone/Hint",
"text": "Clone this tiddler"
},
"$:/language/Buttons/Close/Caption": {
"title": "$:/language/Buttons/Close/Caption",
"text": "close"
},
"$:/language/Buttons/Close/Hint": {
"title": "$:/language/Buttons/Close/Hint",
"text": "Close this tiddler"
},
"$:/language/Buttons/CloseAll/Caption": {
"title": "$:/language/Buttons/CloseAll/Caption",
"text": "close all"
},
"$:/language/Buttons/CloseAll/Hint": {
"title": "$:/language/Buttons/CloseAll/Hint",
"text": "Close all tiddlers"
},
"$:/language/Buttons/CloseOthers/Caption": {
"title": "$:/language/Buttons/CloseOthers/Caption",
"text": "close others"
},
"$:/language/Buttons/CloseOthers/Hint": {
"title": "$:/language/Buttons/CloseOthers/Hint",
"text": "Close other tiddlers"
},
"$:/language/Buttons/ControlPanel/Caption": {
"title": "$:/language/Buttons/ControlPanel/Caption",
"text": "control panel"
},
"$:/language/Buttons/ControlPanel/Hint": {
"title": "$:/language/Buttons/ControlPanel/Hint",
"text": "Open control panel"
},
"$:/language/Buttons/CopyToClipboard/Caption": {
"title": "$:/language/Buttons/CopyToClipboard/Caption",
"text": "copy to clipboard"
},
"$:/language/Buttons/CopyToClipboard/Hint": {
"title": "$:/language/Buttons/CopyToClipboard/Hint",
"text": "Copy this text to the clipboard"
},
"$:/language/Buttons/Delete/Caption": {
"title": "$:/language/Buttons/Delete/Caption",
"text": "delete"
},
"$:/language/Buttons/Delete/Hint": {
"title": "$:/language/Buttons/Delete/Hint",
"text": "Delete this tiddler"
},
"$:/language/Buttons/Edit/Caption": {
"title": "$:/language/Buttons/Edit/Caption",
"text": "edit"
},
"$:/language/Buttons/Edit/Hint": {
"title": "$:/language/Buttons/Edit/Hint",
"text": "Edit this tiddler"
},
"$:/language/Buttons/Encryption/Caption": {
"title": "$:/language/Buttons/Encryption/Caption",
"text": "encryption"
},
"$:/language/Buttons/Encryption/Hint": {
"title": "$:/language/Buttons/Encryption/Hint",
"text": "Set or clear a password for saving this wiki"
},
"$:/language/Buttons/Encryption/ClearPassword/Caption": {
"title": "$:/language/Buttons/Encryption/ClearPassword/Caption",
"text": "clear password"
},
"$:/language/Buttons/Encryption/ClearPassword/Hint": {
"title": "$:/language/Buttons/Encryption/ClearPassword/Hint",
"text": "Clear the password and save this wiki without encryption"
},
"$:/language/Buttons/Encryption/SetPassword/Caption": {
"title": "$:/language/Buttons/Encryption/SetPassword/Caption",
"text": "set password"
},
"$:/language/Buttons/Encryption/SetPassword/Hint": {
"title": "$:/language/Buttons/Encryption/SetPassword/Hint",
"text": "Set a password for saving this wiki with encryption"
},
"$:/language/Buttons/ExportPage/Caption": {
"title": "$:/language/Buttons/ExportPage/Caption",
"text": "export all"
},
"$:/language/Buttons/ExportPage/Hint": {
"title": "$:/language/Buttons/ExportPage/Hint",
"text": "Export all tiddlers"
},
"$:/language/Buttons/ExportTiddler/Caption": {
"title": "$:/language/Buttons/ExportTiddler/Caption",
"text": "export tiddler"
},
"$:/language/Buttons/ExportTiddler/Hint": {
"title": "$:/language/Buttons/ExportTiddler/Hint",
"text": "Export tiddler"
},
"$:/language/Buttons/ExportTiddlers/Caption": {
"title": "$:/language/Buttons/ExportTiddlers/Caption",
"text": "export tiddlers"
},
"$:/language/Buttons/ExportTiddlers/Hint": {
"title": "$:/language/Buttons/ExportTiddlers/Hint",
"text": "Export tiddlers"
},
"$:/language/Buttons/SidebarSearch/Hint": {
"title": "$:/language/Buttons/SidebarSearch/Hint",
"text": "Select the sidebar search field"
},
"$:/language/Buttons/Fold/Caption": {
"title": "$:/language/Buttons/Fold/Caption",
"text": "fold tiddler"
},
"$:/language/Buttons/Fold/Hint": {
"title": "$:/language/Buttons/Fold/Hint",
"text": "Fold the body of this tiddler"
},
"$:/language/Buttons/Fold/FoldBar/Caption": {
"title": "$:/language/Buttons/Fold/FoldBar/Caption",
"text": "fold-bar"
},
"$:/language/Buttons/Fold/FoldBar/Hint": {
"title": "$:/language/Buttons/Fold/FoldBar/Hint",
"text": "Optional bars to fold and unfold tiddlers"
},
"$:/language/Buttons/Unfold/Caption": {
"title": "$:/language/Buttons/Unfold/Caption",
"text": "unfold tiddler"
},
"$:/language/Buttons/Unfold/Hint": {
"title": "$:/language/Buttons/Unfold/Hint",
"text": "Unfold the body of this tiddler"
},
"$:/language/Buttons/FoldOthers/Caption": {
"title": "$:/language/Buttons/FoldOthers/Caption",
"text": "fold other tiddlers"
},
"$:/language/Buttons/FoldOthers/Hint": {
"title": "$:/language/Buttons/FoldOthers/Hint",
"text": "Fold the bodies of other opened tiddlers"
},
"$:/language/Buttons/FoldAll/Caption": {
"title": "$:/language/Buttons/FoldAll/Caption",
"text": "fold all tiddlers"
},
"$:/language/Buttons/FoldAll/Hint": {
"title": "$:/language/Buttons/FoldAll/Hint",
"text": "Fold the bodies of all opened tiddlers"
},
"$:/language/Buttons/UnfoldAll/Caption": {
"title": "$:/language/Buttons/UnfoldAll/Caption",
"text": "unfold all tiddlers"
},
"$:/language/Buttons/UnfoldAll/Hint": {
"title": "$:/language/Buttons/UnfoldAll/Hint",
"text": "Unfold the bodies of all opened tiddlers"
},
"$:/language/Buttons/FullScreen/Caption": {
"title": "$:/language/Buttons/FullScreen/Caption",
"text": "full-screen"
},
"$:/language/Buttons/FullScreen/Hint": {
"title": "$:/language/Buttons/FullScreen/Hint",
"text": "Enter or leave full-screen mode"
},
"$:/language/Buttons/Help/Caption": {
"title": "$:/language/Buttons/Help/Caption",
"text": "help"
},
"$:/language/Buttons/Help/Hint": {
"title": "$:/language/Buttons/Help/Hint",
"text": "Show help panel"
},
"$:/language/Buttons/Import/Caption": {
"title": "$:/language/Buttons/Import/Caption",
"text": "import"
},
"$:/language/Buttons/Import/Hint": {
"title": "$:/language/Buttons/Import/Hint",
"text": "Import many types of file including text, image, TiddlyWiki or JSON"
},
"$:/language/Buttons/Info/Caption": {
"title": "$:/language/Buttons/Info/Caption",
"text": "info"
},
"$:/language/Buttons/Info/Hint": {
"title": "$:/language/Buttons/Info/Hint",
"text": "Show information for this tiddler"
},
"$:/language/Buttons/Home/Caption": {
"title": "$:/language/Buttons/Home/Caption",
"text": "home"
},
"$:/language/Buttons/Home/Hint": {
"title": "$:/language/Buttons/Home/Hint",
"text": "Open the default tiddlers"
},
"$:/language/Buttons/Language/Caption": {
"title": "$:/language/Buttons/Language/Caption",
"text": "language"
},
"$:/language/Buttons/Language/Hint": {
"title": "$:/language/Buttons/Language/Hint",
"text": "Choose the user interface language"
},
"$:/language/Buttons/Manager/Caption": {
"title": "$:/language/Buttons/Manager/Caption",
"text": "tiddler manager"
},
"$:/language/Buttons/Manager/Hint": {
"title": "$:/language/Buttons/Manager/Hint",
"text": "Open tiddler manager"
},
"$:/language/Buttons/More/Caption": {
"title": "$:/language/Buttons/More/Caption",
"text": "more"
},
"$:/language/Buttons/More/Hint": {
"title": "$:/language/Buttons/More/Hint",
"text": "More actions"
},
"$:/language/Buttons/NewHere/Caption": {
"title": "$:/language/Buttons/NewHere/Caption",
"text": "new here"
},
"$:/language/Buttons/NewHere/Hint": {
"title": "$:/language/Buttons/NewHere/Hint",
"text": "Create a new tiddler tagged with this one"
},
"$:/language/Buttons/NewJournal/Caption": {
"title": "$:/language/Buttons/NewJournal/Caption",
"text": "new journal"
},
"$:/language/Buttons/NewJournal/Hint": {
"title": "$:/language/Buttons/NewJournal/Hint",
"text": "Create a new journal tiddler"
},
"$:/language/Buttons/NewJournalHere/Caption": {
"title": "$:/language/Buttons/NewJournalHere/Caption",
"text": "new journal here"
},
"$:/language/Buttons/NewJournalHere/Hint": {
"title": "$:/language/Buttons/NewJournalHere/Hint",
"text": "Create a new journal tiddler tagged with this one"
},
"$:/language/Buttons/NewImage/Caption": {
"title": "$:/language/Buttons/NewImage/Caption",
"text": "new image"
},
"$:/language/Buttons/NewImage/Hint": {
"title": "$:/language/Buttons/NewImage/Hint",
"text": "Create a new image tiddler"
},
"$:/language/Buttons/NewMarkdown/Caption": {
"title": "$:/language/Buttons/NewMarkdown/Caption",
"text": "new Markdown tiddler"
},
"$:/language/Buttons/NewMarkdown/Hint": {
"title": "$:/language/Buttons/NewMarkdown/Hint",
"text": "Create a new Markdown tiddler"
},
"$:/language/Buttons/NewTiddler/Caption": {
"title": "$:/language/Buttons/NewTiddler/Caption",
"text": "new tiddler"
},
"$:/language/Buttons/NewTiddler/Hint": {
"title": "$:/language/Buttons/NewTiddler/Hint",
"text": "Create a new tiddler"
},
"$:/language/Buttons/OpenWindow/Caption": {
"title": "$:/language/Buttons/OpenWindow/Caption",
"text": "open in new window"
},
"$:/language/Buttons/OpenWindow/Hint": {
"title": "$:/language/Buttons/OpenWindow/Hint",
"text": "Open tiddler in new window"
},
"$:/language/Buttons/Palette/Caption": {
"title": "$:/language/Buttons/Palette/Caption",
"text": "palette"
},
"$:/language/Buttons/Palette/Hint": {
"title": "$:/language/Buttons/Palette/Hint",
"text": "Choose the colour palette"
},
"$:/language/Buttons/Permalink/Caption": {
"title": "$:/language/Buttons/Permalink/Caption",
"text": "permalink"
},
"$:/language/Buttons/Permalink/Hint": {
"title": "$:/language/Buttons/Permalink/Hint",
"text": "Set browser address bar to a direct link to this tiddler"
},
"$:/language/Buttons/Permaview/Caption": {
"title": "$:/language/Buttons/Permaview/Caption",
"text": "permaview"
},
"$:/language/Buttons/Permaview/Hint": {
"title": "$:/language/Buttons/Permaview/Hint",
"text": "Set browser address bar to a direct link to all the tiddlers in this story"
},
"$:/language/Buttons/Print/Caption": {
"title": "$:/language/Buttons/Print/Caption",
"text": "print page"
},
"$:/language/Buttons/Print/Hint": {
"title": "$:/language/Buttons/Print/Hint",
"text": "Print the current page"
},
"$:/language/Buttons/Refresh/Caption": {
"title": "$:/language/Buttons/Refresh/Caption",
"text": "refresh"
},
"$:/language/Buttons/Refresh/Hint": {
"title": "$:/language/Buttons/Refresh/Hint",
"text": "Perform a full refresh of the wiki"
},
"$:/language/Buttons/Save/Caption": {
"title": "$:/language/Buttons/Save/Caption",
"text": "ok"
},
"$:/language/Buttons/Save/Hint": {
"title": "$:/language/Buttons/Save/Hint",
"text": "Confirm changes to this tiddler"
},
"$:/language/Buttons/SaveWiki/Caption": {
"title": "$:/language/Buttons/SaveWiki/Caption",
"text": "save changes"
},
"$:/language/Buttons/SaveWiki/Hint": {
"title": "$:/language/Buttons/SaveWiki/Hint",
"text": "Save changes"
},
"$:/language/Buttons/StoryView/Caption": {
"title": "$:/language/Buttons/StoryView/Caption",
"text": "storyview"
},
"$:/language/Buttons/StoryView/Hint": {
"title": "$:/language/Buttons/StoryView/Hint",
"text": "Choose the story visualisation"
},
"$:/language/Buttons/HideSideBar/Caption": {
"title": "$:/language/Buttons/HideSideBar/Caption",
"text": "hide sidebar"
},
"$:/language/Buttons/HideSideBar/Hint": {
"title": "$:/language/Buttons/HideSideBar/Hint",
"text": "Hide sidebar"
},
"$:/language/Buttons/ShowSideBar/Caption": {
"title": "$:/language/Buttons/ShowSideBar/Caption",
"text": "show sidebar"
},
"$:/language/Buttons/ShowSideBar/Hint": {
"title": "$:/language/Buttons/ShowSideBar/Hint",
"text": "Show sidebar"
},
"$:/language/Buttons/TagManager/Caption": {
"title": "$:/language/Buttons/TagManager/Caption",
"text": "tag manager"
},
"$:/language/Buttons/TagManager/Hint": {
"title": "$:/language/Buttons/TagManager/Hint",
"text": "Open tag manager"
},
"$:/language/Buttons/Timestamp/Caption": {
"title": "$:/language/Buttons/Timestamp/Caption",
"text": "timestamps"
},
"$:/language/Buttons/Timestamp/Hint": {
"title": "$:/language/Buttons/Timestamp/Hint",
"text": "Choose whether modifications update timestamps"
},
"$:/language/Buttons/Timestamp/On/Caption": {
"title": "$:/language/Buttons/Timestamp/On/Caption",
"text": "timestamps are on"
},
"$:/language/Buttons/Timestamp/On/Hint": {
"title": "$:/language/Buttons/Timestamp/On/Hint",
"text": "Update timestamps when tiddlers are modified"
},
"$:/language/Buttons/Timestamp/Off/Caption": {
"title": "$:/language/Buttons/Timestamp/Off/Caption",
"text": "timestamps are off"
},
"$:/language/Buttons/Timestamp/Off/Hint": {
"title": "$:/language/Buttons/Timestamp/Off/Hint",
"text": "Don't update timestamps when tiddlers are modified"
},
"$:/language/Buttons/Theme/Caption": {
"title": "$:/language/Buttons/Theme/Caption",
"text": "theme"
},
"$:/language/Buttons/Theme/Hint": {
"title": "$:/language/Buttons/Theme/Hint",
"text": "Choose the display theme"
},
"$:/language/Buttons/Bold/Caption": {
"title": "$:/language/Buttons/Bold/Caption",
"text": "bold"
},
"$:/language/Buttons/Bold/Hint": {
"title": "$:/language/Buttons/Bold/Hint",
"text": "Apply bold formatting to selection"
},
"$:/language/Buttons/Clear/Caption": {
"title": "$:/language/Buttons/Clear/Caption",
"text": "clear"
},
"$:/language/Buttons/Clear/Hint": {
"title": "$:/language/Buttons/Clear/Hint",
"text": "Clear image to solid colour"
},
"$:/language/Buttons/EditorHeight/Caption": {
"title": "$:/language/Buttons/EditorHeight/Caption",
"text": "editor height"
},
"$:/language/Buttons/EditorHeight/Caption/Auto": {
"title": "$:/language/Buttons/EditorHeight/Caption/Auto",
"text": "Automatically adjust height to fit content"
},
"$:/language/Buttons/EditorHeight/Caption/Fixed": {
"title": "$:/language/Buttons/EditorHeight/Caption/Fixed",
"text": "Fixed height:"
},
"$:/language/Buttons/EditorHeight/Hint": {
"title": "$:/language/Buttons/EditorHeight/Hint",
"text": "Choose the height of the text editor"
},
"$:/language/Buttons/Excise/Caption": {
"title": "$:/language/Buttons/Excise/Caption",
"text": "excise"
},
"$:/language/Buttons/Excise/Caption/Excise": {
"title": "$:/language/Buttons/Excise/Caption/Excise",
"text": "Perform excision"
},
"$:/language/Buttons/Excise/Caption/MacroName": {
"title": "$:/language/Buttons/Excise/Caption/MacroName",
"text": "Macro name:"
},
"$:/language/Buttons/Excise/Caption/NewTitle": {
"title": "$:/language/Buttons/Excise/Caption/NewTitle",
"text": "Title of new tiddler:"
},
"$:/language/Buttons/Excise/Caption/Replace": {
"title": "$:/language/Buttons/Excise/Caption/Replace",
"text": "Replace excised text with:"
},
"$:/language/Buttons/Excise/Caption/Replace/Macro": {
"title": "$:/language/Buttons/Excise/Caption/Replace/Macro",
"text": "macro"
},
"$:/language/Buttons/Excise/Caption/Replace/Link": {
"title": "$:/language/Buttons/Excise/Caption/Replace/Link",
"text": "link"
},
"$:/language/Buttons/Excise/Caption/Replace/Transclusion": {
"title": "$:/language/Buttons/Excise/Caption/Replace/Transclusion",
"text": "transclusion"
},
"$:/language/Buttons/Excise/Caption/Tag": {
"title": "$:/language/Buttons/Excise/Caption/Tag",
"text": "Tag new tiddler with the title of this tiddler"
},
"$:/language/Buttons/Excise/Caption/TiddlerExists": {
"title": "$:/language/Buttons/Excise/Caption/TiddlerExists",
"text": "Warning: tiddler already exists"
},
"$:/language/Buttons/Excise/Hint": {
"title": "$:/language/Buttons/Excise/Hint",
"text": "Excise the selected text into a new tiddler"
},
"$:/language/Buttons/Heading1/Caption": {
"title": "$:/language/Buttons/Heading1/Caption",
"text": "heading 1"
},
"$:/language/Buttons/Heading1/Hint": {
"title": "$:/language/Buttons/Heading1/Hint",
"text": "Apply heading level 1 formatting to lines containing selection"
},
"$:/language/Buttons/Heading2/Caption": {
"title": "$:/language/Buttons/Heading2/Caption",
"text": "heading 2"
},
"$:/language/Buttons/Heading2/Hint": {
"title": "$:/language/Buttons/Heading2/Hint",
"text": "Apply heading level 2 formatting to lines containing selection"
},
"$:/language/Buttons/Heading3/Caption": {
"title": "$:/language/Buttons/Heading3/Caption",
"text": "heading 3"
},
"$:/language/Buttons/Heading3/Hint": {
"title": "$:/language/Buttons/Heading3/Hint",
"text": "Apply heading level 3 formatting to lines containing selection"
},
"$:/language/Buttons/Heading4/Caption": {
"title": "$:/language/Buttons/Heading4/Caption",
"text": "heading 4"
},
"$:/language/Buttons/Heading4/Hint": {
"title": "$:/language/Buttons/Heading4/Hint",
"text": "Apply heading level 4 formatting to lines containing selection"
},
"$:/language/Buttons/Heading5/Caption": {
"title": "$:/language/Buttons/Heading5/Caption",
"text": "heading 5"
},
"$:/language/Buttons/Heading5/Hint": {
"title": "$:/language/Buttons/Heading5/Hint",
"text": "Apply heading level 5 formatting to lines containing selection"
},
"$:/language/Buttons/Heading6/Caption": {
"title": "$:/language/Buttons/Heading6/Caption",
"text": "heading 6"
},
"$:/language/Buttons/Heading6/Hint": {
"title": "$:/language/Buttons/Heading6/Hint",
"text": "Apply heading level 6 formatting to lines containing selection"
},
"$:/language/Buttons/Italic/Caption": {
"title": "$:/language/Buttons/Italic/Caption",
"text": "italic"
},
"$:/language/Buttons/Italic/Hint": {
"title": "$:/language/Buttons/Italic/Hint",
"text": "Apply italic formatting to selection"
},
"$:/language/Buttons/LineWidth/Caption": {
"title": "$:/language/Buttons/LineWidth/Caption",
"text": "line width"
},
"$:/language/Buttons/LineWidth/Hint": {
"title": "$:/language/Buttons/LineWidth/Hint",
"text": "Set line width for painting"
},
"$:/language/Buttons/Link/Caption": {
"title": "$:/language/Buttons/Link/Caption",
"text": "link"
},
"$:/language/Buttons/Link/Hint": {
"title": "$:/language/Buttons/Link/Hint",
"text": "Create wikitext link"
},
"$:/language/Buttons/Linkify/Caption": {
"title": "$:/language/Buttons/Linkify/Caption",
"text": "wikilink"
},
"$:/language/Buttons/Linkify/Hint": {
"title": "$:/language/Buttons/Linkify/Hint",
"text": "Wrap selection in square brackets"
},
"$:/language/Buttons/ListBullet/Caption": {
"title": "$:/language/Buttons/ListBullet/Caption",
"text": "bulleted list"
},
"$:/language/Buttons/ListBullet/Hint": {
"title": "$:/language/Buttons/ListBullet/Hint",
"text": "Apply bulleted list formatting to lines containing selection"
},
"$:/language/Buttons/ListNumber/Caption": {
"title": "$:/language/Buttons/ListNumber/Caption",
"text": "numbered list"
},
"$:/language/Buttons/ListNumber/Hint": {
"title": "$:/language/Buttons/ListNumber/Hint",
"text": "Apply numbered list formatting to lines containing selection"
},
"$:/language/Buttons/MonoBlock/Caption": {
"title": "$:/language/Buttons/MonoBlock/Caption",
"text": "monospaced block"
},
"$:/language/Buttons/MonoBlock/Hint": {
"title": "$:/language/Buttons/MonoBlock/Hint",
"text": "Apply monospaced block formatting to lines containing selection"
},
"$:/language/Buttons/MonoLine/Caption": {
"title": "$:/language/Buttons/MonoLine/Caption",
"text": "monospaced"
},
"$:/language/Buttons/MonoLine/Hint": {
"title": "$:/language/Buttons/MonoLine/Hint",
"text": "Apply monospaced character formatting to selection"
},
"$:/language/Buttons/Opacity/Caption": {
"title": "$:/language/Buttons/Opacity/Caption",
"text": "opacity"
},
"$:/language/Buttons/Opacity/Hint": {
"title": "$:/language/Buttons/Opacity/Hint",
"text": "Set painting opacity"
},
"$:/language/Buttons/Paint/Caption": {
"title": "$:/language/Buttons/Paint/Caption",
"text": "paint colour"
},
"$:/language/Buttons/Paint/Hint": {
"title": "$:/language/Buttons/Paint/Hint",
"text": "Set painting colour"
},
"$:/language/Buttons/Picture/Caption": {
"title": "$:/language/Buttons/Picture/Caption",
"text": "picture"
},
"$:/language/Buttons/Picture/Hint": {
"title": "$:/language/Buttons/Picture/Hint",
"text": "Insert picture"
},
"$:/language/Buttons/Preview/Caption": {
"title": "$:/language/Buttons/Preview/Caption",
"text": "preview"
},
"$:/language/Buttons/Preview/Hint": {
"title": "$:/language/Buttons/Preview/Hint",
"text": "Show preview pane"
},
"$:/language/Buttons/PreviewType/Caption": {
"title": "$:/language/Buttons/PreviewType/Caption",
"text": "preview type"
},
"$:/language/Buttons/PreviewType/Hint": {
"title": "$:/language/Buttons/PreviewType/Hint",
"text": "Choose preview type"
},
"$:/language/Buttons/Quote/Caption": {
"title": "$:/language/Buttons/Quote/Caption",
"text": "quote"
},
"$:/language/Buttons/Quote/Hint": {
"title": "$:/language/Buttons/Quote/Hint",
"text": "Apply quoted text formatting to lines containing selection"
},
"$:/language/Buttons/RotateLeft/Caption": {
"title": "$:/language/Buttons/RotateLeft/Caption",
"text": "rotate left"
},
"$:/language/Buttons/RotateLeft/Hint": {
"title": "$:/language/Buttons/RotateLeft/Hint",
"text": "Rotate image left by 90 degrees"
},
"$:/language/Buttons/Size/Caption": {
"title": "$:/language/Buttons/Size/Caption",
"text": "image size"
},
"$:/language/Buttons/Size/Caption/Height": {
"title": "$:/language/Buttons/Size/Caption/Height",
"text": "Height:"
},
"$:/language/Buttons/Size/Caption/Resize": {
"title": "$:/language/Buttons/Size/Caption/Resize",
"text": "Resize image"
},
"$:/language/Buttons/Size/Caption/Width": {
"title": "$:/language/Buttons/Size/Caption/Width",
"text": "Width:"
},
"$:/language/Buttons/Size/Hint": {
"title": "$:/language/Buttons/Size/Hint",
"text": "Set image size"
},
"$:/language/Buttons/Stamp/Caption": {
"title": "$:/language/Buttons/Stamp/Caption",
"text": "stamp"
},
"$:/language/Buttons/Stamp/Caption/New": {
"title": "$:/language/Buttons/Stamp/Caption/New",
"text": "Add your own"
},
"$:/language/Buttons/Stamp/Hint": {
"title": "$:/language/Buttons/Stamp/Hint",
"text": "Insert a preconfigured snippet of text"
},
"$:/language/Buttons/Stamp/New/Title": {
"title": "$:/language/Buttons/Stamp/New/Title",
"text": "Name as shown in menu"
},
"$:/language/Buttons/Stamp/New/Text": {
"title": "$:/language/Buttons/Stamp/New/Text",
"text": "Text of snippet. (Remember to add a descriptive title in the caption field)."
},
"$:/language/Buttons/Strikethrough/Caption": {
"title": "$:/language/Buttons/Strikethrough/Caption",
"text": "strikethrough"
},
"$:/language/Buttons/Strikethrough/Hint": {
"title": "$:/language/Buttons/Strikethrough/Hint",
"text": "Apply strikethrough formatting to selection"
},
"$:/language/Buttons/Subscript/Caption": {
"title": "$:/language/Buttons/Subscript/Caption",
"text": "subscript"
},
"$:/language/Buttons/Subscript/Hint": {
"title": "$:/language/Buttons/Subscript/Hint",
"text": "Apply subscript formatting to selection"
},
"$:/language/Buttons/Superscript/Caption": {
"title": "$:/language/Buttons/Superscript/Caption",
"text": "superscript"
},
"$:/language/Buttons/Superscript/Hint": {
"title": "$:/language/Buttons/Superscript/Hint",
"text": "Apply superscript formatting to selection"
},
"$:/language/Buttons/ToggleSidebar/Hint": {
"title": "$:/language/Buttons/ToggleSidebar/Hint",
"text": "Toggle the sidebar visibility"
},
"$:/language/Buttons/Transcludify/Caption": {
"title": "$:/language/Buttons/Transcludify/Caption",
"text": "transclusion"
},
"$:/language/Buttons/Transcludify/Hint": {
"title": "$:/language/Buttons/Transcludify/Hint",
"text": "Wrap selection in curly brackets"
},
"$:/language/Buttons/Underline/Caption": {
"title": "$:/language/Buttons/Underline/Caption",
"text": "underline"
},
"$:/language/Buttons/Underline/Hint": {
"title": "$:/language/Buttons/Underline/Hint",
"text": "Apply underline formatting to selection"
},
"$:/language/ControlPanel/Advanced/Caption": {
"title": "$:/language/ControlPanel/Advanced/Caption",
"text": "Advanced"
},
"$:/language/ControlPanel/Advanced/Hint": {
"title": "$:/language/ControlPanel/Advanced/Hint",
"text": "Internal information about this TiddlyWiki"
},
"$:/language/ControlPanel/Appearance/Caption": {
"title": "$:/language/ControlPanel/Appearance/Caption",
"text": "Appearance"
},
"$:/language/ControlPanel/Appearance/Hint": {
"title": "$:/language/ControlPanel/Appearance/Hint",
"text": "Ways to customise the appearance of your TiddlyWiki."
},
"$:/language/ControlPanel/Basics/AnimDuration/Prompt": {
"title": "$:/language/ControlPanel/Basics/AnimDuration/Prompt",
"text": "Animation duration:"
},
"$:/language/ControlPanel/Basics/Caption": {
"title": "$:/language/ControlPanel/Basics/Caption",
"text": "Basics"
},
"$:/language/ControlPanel/Basics/DefaultTiddlers/BottomHint": {
"title": "$:/language/ControlPanel/Basics/DefaultTiddlers/BottomHint",
"text": "Use [[double square brackets]] for titles with spaces. Or you can choose to <$button set=\"$:/DefaultTiddlers\" setTo=\"[list[$:/StoryList]]\">retain story ordering</$button>"
},
"$:/language/ControlPanel/Basics/DefaultTiddlers/Prompt": {
"title": "$:/language/ControlPanel/Basics/DefaultTiddlers/Prompt",
"text": "Default tiddlers:"
},
"$:/language/ControlPanel/Basics/DefaultTiddlers/TopHint": {
"title": "$:/language/ControlPanel/Basics/DefaultTiddlers/TopHint",
"text": "Choose which tiddlers are displayed at startup:"
},
"$:/language/ControlPanel/Basics/Language/Prompt": {
"title": "$:/language/ControlPanel/Basics/Language/Prompt",
"text": "Hello! Current language:"
},
"$:/language/ControlPanel/Basics/NewJournal/Title/Prompt": {
"title": "$:/language/ControlPanel/Basics/NewJournal/Title/Prompt",
"text": "Title of new journal tiddlers"
},
"$:/language/ControlPanel/Basics/NewJournal/Text/Prompt": {
"title": "$:/language/ControlPanel/Basics/NewJournal/Text/Prompt",
"text": "Text for new journal tiddlers"
},
"$:/language/ControlPanel/Basics/NewJournal/Tags/Prompt": {
"title": "$:/language/ControlPanel/Basics/NewJournal/Tags/Prompt",
"text": "Tags for new journal tiddlers"
},
"$:/language/ControlPanel/Basics/NewTiddler/Title/Prompt": {
"title": "$:/language/ControlPanel/Basics/NewTiddler/Title/Prompt",
"text": "Title of new tiddlers"
},
"$:/language/ControlPanel/Basics/OverriddenShadowTiddlers/Prompt": {
"title": "$:/language/ControlPanel/Basics/OverriddenShadowTiddlers/Prompt",
"text": "Number of overridden shadow tiddlers:"
},
"$:/language/ControlPanel/Basics/ShadowTiddlers/Prompt": {
"title": "$:/language/ControlPanel/Basics/ShadowTiddlers/Prompt",
"text": "Number of shadow tiddlers:"
},
"$:/language/ControlPanel/Basics/Subtitle/Prompt": {
"title": "$:/language/ControlPanel/Basics/Subtitle/Prompt",
"text": "Subtitle:"
},
"$:/language/ControlPanel/Basics/SystemTiddlers/Prompt": {
"title": "$:/language/ControlPanel/Basics/SystemTiddlers/Prompt",
"text": "Number of system tiddlers:"
},
"$:/language/ControlPanel/Basics/Tags/Prompt": {
"title": "$:/language/ControlPanel/Basics/Tags/Prompt",
"text": "Number of tags:"
},
"$:/language/ControlPanel/Basics/Tiddlers/Prompt": {
"title": "$:/language/ControlPanel/Basics/Tiddlers/Prompt",
"text": "Number of tiddlers:"
},
"$:/language/ControlPanel/Basics/Title/Prompt": {
"title": "$:/language/ControlPanel/Basics/Title/Prompt",
"text": "Title of this ~TiddlyWiki:"
},
"$:/language/ControlPanel/Basics/Username/Prompt": {
"title": "$:/language/ControlPanel/Basics/Username/Prompt",
"text": "Username for signing edits:"
},
"$:/language/ControlPanel/Basics/Version/Prompt": {
"title": "$:/language/ControlPanel/Basics/Version/Prompt",
"text": "~TiddlyWiki version:"
},
"$:/language/ControlPanel/EditorTypes/Caption": {
"title": "$:/language/ControlPanel/EditorTypes/Caption",
"text": "Editor Types"
},
"$:/language/ControlPanel/EditorTypes/Editor/Caption": {
"title": "$:/language/ControlPanel/EditorTypes/Editor/Caption",
"text": "Editor"
},
"$:/language/ControlPanel/EditorTypes/Hint": {
"title": "$:/language/ControlPanel/EditorTypes/Hint",
"text": "These tiddlers determine which editor is used to edit specific tiddler types."
},
"$:/language/ControlPanel/EditorTypes/Type/Caption": {
"title": "$:/language/ControlPanel/EditorTypes/Type/Caption",
"text": "Type"
},
"$:/language/ControlPanel/Info/Caption": {
"title": "$:/language/ControlPanel/Info/Caption",
"text": "Info"
},
"$:/language/ControlPanel/Info/Hint": {
"title": "$:/language/ControlPanel/Info/Hint",
"text": "Information about this TiddlyWiki"
},
"$:/language/ControlPanel/KeyboardShortcuts/Add/Prompt": {
"title": "$:/language/ControlPanel/KeyboardShortcuts/Add/Prompt",
"text": "Type shortcut here"
},
"$:/language/ControlPanel/KeyboardShortcuts/Add/Caption": {
"title": "$:/language/ControlPanel/KeyboardShortcuts/Add/Caption",
"text": "add shortcut"
},
"$:/language/ControlPanel/KeyboardShortcuts/Caption": {
"title": "$:/language/ControlPanel/KeyboardShortcuts/Caption",
"text": "Keyboard Shortcuts"
},
"$:/language/ControlPanel/KeyboardShortcuts/Hint": {
"title": "$:/language/ControlPanel/KeyboardShortcuts/Hint",
"text": "Manage keyboard shortcut assignments"
},
"$:/language/ControlPanel/KeyboardShortcuts/NoShortcuts/Caption": {
"title": "$:/language/ControlPanel/KeyboardShortcuts/NoShortcuts/Caption",
"text": "No keyboard shortcuts assigned"
},
"$:/language/ControlPanel/KeyboardShortcuts/Remove/Hint": {
"title": "$:/language/ControlPanel/KeyboardShortcuts/Remove/Hint",
"text": "remove keyboard shortcut"
},
"$:/language/ControlPanel/KeyboardShortcuts/Platform/All": {
"title": "$:/language/ControlPanel/KeyboardShortcuts/Platform/All",
"text": "All platforms"
},
"$:/language/ControlPanel/KeyboardShortcuts/Platform/Mac": {
"title": "$:/language/ControlPanel/KeyboardShortcuts/Platform/Mac",
"text": "Macintosh platform only"
},
"$:/language/ControlPanel/KeyboardShortcuts/Platform/NonMac": {
"title": "$:/language/ControlPanel/KeyboardShortcuts/Platform/NonMac",
"text": "Non-Macintosh platforms only"
},
"$:/language/ControlPanel/KeyboardShortcuts/Platform/Linux": {
"title": "$:/language/ControlPanel/KeyboardShortcuts/Platform/Linux",
"text": "Linux platform only"
},
"$:/language/ControlPanel/KeyboardShortcuts/Platform/NonLinux": {
"title": "$:/language/ControlPanel/KeyboardShortcuts/Platform/NonLinux",
"text": "Non-Linux platforms only"
},
"$:/language/ControlPanel/KeyboardShortcuts/Platform/Windows": {
"title": "$:/language/ControlPanel/KeyboardShortcuts/Platform/Windows",
"text": "Windows platform only"
},
"$:/language/ControlPanel/KeyboardShortcuts/Platform/NonWindows": {
"title": "$:/language/ControlPanel/KeyboardShortcuts/Platform/NonWindows",
"text": "Non-Windows platforms only"
},
"$:/language/ControlPanel/LoadedModules/Caption": {
"title": "$:/language/ControlPanel/LoadedModules/Caption",
"text": "Loaded Modules"
},
"$:/language/ControlPanel/LoadedModules/Hint": {
"title": "$:/language/ControlPanel/LoadedModules/Hint",
"text": "These are the currently loaded tiddler modules linked to their source tiddlers. Any italicised modules lack a source tiddler, typically because they were setup during the boot process."
},
"$:/language/ControlPanel/Palette/Caption": {
"title": "$:/language/ControlPanel/Palette/Caption",
"text": "Palette"
},
"$:/language/ControlPanel/Palette/Editor/Clone/Caption": {
"title": "$:/language/ControlPanel/Palette/Editor/Clone/Caption",
"text": "clone"
},
"$:/language/ControlPanel/Palette/Editor/Clone/Prompt": {
"title": "$:/language/ControlPanel/Palette/Editor/Clone/Prompt",
"text": "It is recommended that you clone this shadow palette before editing it"
},
"$:/language/ControlPanel/Palette/Editor/Delete/Hint": {
"title": "$:/language/ControlPanel/Palette/Editor/Delete/Hint",
"text": "delete this entry from the current palette"
},
"$:/language/ControlPanel/Palette/Editor/Names/External/Show": {
"title": "$:/language/ControlPanel/Palette/Editor/Names/External/Show",
"text": "Show color names that are not part of the current palette"
},
"$:/language/ControlPanel/Palette/Editor/Prompt/Modified": {
"title": "$:/language/ControlPanel/Palette/Editor/Prompt/Modified",
"text": "This shadow palette has been modified"
},
"$:/language/ControlPanel/Palette/Editor/Prompt": {
"title": "$:/language/ControlPanel/Palette/Editor/Prompt",
"text": "Editing"
},
"$:/language/ControlPanel/Palette/Editor/Reset/Caption": {
"title": "$:/language/ControlPanel/Palette/Editor/Reset/Caption",
"text": "reset"
},
"$:/language/ControlPanel/Palette/HideEditor/Caption": {
"title": "$:/language/ControlPanel/Palette/HideEditor/Caption",
"text": "hide editor"
},
"$:/language/ControlPanel/Palette/Prompt": {
"title": "$:/language/ControlPanel/Palette/Prompt",
"text": "Current palette:"
},
"$:/language/ControlPanel/Palette/ShowEditor/Caption": {
"title": "$:/language/ControlPanel/Palette/ShowEditor/Caption",
"text": "show editor"
},
"$:/language/ControlPanel/Parsing/Caption": {
"title": "$:/language/ControlPanel/Parsing/Caption",
"text": "Parsing"
},
"$:/language/ControlPanel/Parsing/Hint": {
"title": "$:/language/ControlPanel/Parsing/Hint",
"text": "Here you can globally disable/enable wiki parser rules. For changes to take effect, save and reload your wiki. Disabling certain parser rules can prevent <$text text=\"TiddlyWiki\"/> from functioning correctly. Use [[safe mode|https://tiddlywiki.com/#SafeMode]] to restore normal operation."
},
"$:/language/ControlPanel/Parsing/Block/Caption": {
"title": "$:/language/ControlPanel/Parsing/Block/Caption",
"text": "Block Parse Rules"
},
"$:/language/ControlPanel/Parsing/Inline/Caption": {
"title": "$:/language/ControlPanel/Parsing/Inline/Caption",
"text": "Inline Parse Rules"
},
"$:/language/ControlPanel/Parsing/Pragma/Caption": {
"title": "$:/language/ControlPanel/Parsing/Pragma/Caption",
"text": "Pragma Parse Rules"
},
"$:/language/ControlPanel/Plugins/Add/Caption": {
"title": "$:/language/ControlPanel/Plugins/Add/Caption",
"text": "Get more plugins"
},
"$:/language/ControlPanel/Plugins/Add/Hint": {
"title": "$:/language/ControlPanel/Plugins/Add/Hint",
"text": "Install plugins from the official library"
},
"$:/language/ControlPanel/Plugins/AlreadyInstalled/Hint": {
"title": "$:/language/ControlPanel/Plugins/AlreadyInstalled/Hint",
"text": "This plugin is already installed at version <$text text=<<installedVersion>>/>"
},
"$:/language/ControlPanel/Plugins/Caption": {
"title": "$:/language/ControlPanel/Plugins/Caption",
"text": "Plugins"
},
"$:/language/ControlPanel/Plugins/Disable/Caption": {
"title": "$:/language/ControlPanel/Plugins/Disable/Caption",
"text": "disable"
},
"$:/language/ControlPanel/Plugins/Disable/Hint": {
"title": "$:/language/ControlPanel/Plugins/Disable/Hint",
"text": "Disable this plugin when reloading page"
},
"$:/language/ControlPanel/Plugins/Disabled/Status": {
"title": "$:/language/ControlPanel/Plugins/Disabled/Status",
"text": "(disabled)"
},
"$:/language/ControlPanel/Plugins/Empty/Hint": {
"title": "$:/language/ControlPanel/Plugins/Empty/Hint",
"text": "None"
},
"$:/language/ControlPanel/Plugins/Enable/Caption": {
"title": "$:/language/ControlPanel/Plugins/Enable/Caption",
"text": "enable"
},
"$:/language/ControlPanel/Plugins/Enable/Hint": {
"title": "$:/language/ControlPanel/Plugins/Enable/Hint",
"text": "Enable this plugin when reloading page"
},
"$:/language/ControlPanel/Plugins/Install/Caption": {
"title": "$:/language/ControlPanel/Plugins/Install/Caption",
"text": "install"
},
"$:/language/ControlPanel/Plugins/Installed/Hint": {
"title": "$:/language/ControlPanel/Plugins/Installed/Hint",
"text": "Currently installed plugins:"
},
"$:/language/ControlPanel/Plugins/Languages/Caption": {
"title": "$:/language/ControlPanel/Plugins/Languages/Caption",
"text": "Languages"
},
"$:/language/ControlPanel/Plugins/Languages/Hint": {
"title": "$:/language/ControlPanel/Plugins/Languages/Hint",
"text": "Language pack plugins"
},
"$:/language/ControlPanel/Plugins/NoInfoFound/Hint": {
"title": "$:/language/ControlPanel/Plugins/NoInfoFound/Hint",
"text": "No ''\"<$text text=<<currentTab>>/>\"'' found"
},
"$:/language/ControlPanel/Plugins/NotInstalled/Hint": {
"title": "$:/language/ControlPanel/Plugins/NotInstalled/Hint",
"text": "This plugin is not currently installed"
},
"$:/language/ControlPanel/Plugins/OpenPluginLibrary": {
"title": "$:/language/ControlPanel/Plugins/OpenPluginLibrary",
"text": "open plugin library"
},
"$:/language/ControlPanel/Plugins/ClosePluginLibrary": {
"title": "$:/language/ControlPanel/Plugins/ClosePluginLibrary",
"text": "close plugin library"
},
"$:/language/ControlPanel/Plugins/Plugins/Caption": {
"title": "$:/language/ControlPanel/Plugins/Plugins/Caption",
"text": "Plugins"
},
"$:/language/ControlPanel/Plugins/Plugins/Hint": {
"title": "$:/language/ControlPanel/Plugins/Plugins/Hint",
"text": "Plugins"
},
"$:/language/ControlPanel/Plugins/Reinstall/Caption": {
"title": "$:/language/ControlPanel/Plugins/Reinstall/Caption",
"text": "reinstall"
},
"$:/language/ControlPanel/Plugins/Themes/Caption": {
"title": "$:/language/ControlPanel/Plugins/Themes/Caption",
"text": "Themes"
},
"$:/language/ControlPanel/Plugins/Themes/Hint": {
"title": "$:/language/ControlPanel/Plugins/Themes/Hint",
"text": "Theme plugins"
},
"$:/language/ControlPanel/Saving/Caption": {
"title": "$:/language/ControlPanel/Saving/Caption",
"text": "Saving"
},
"$:/language/ControlPanel/Saving/DownloadSaver/AutoSave/Description": {
"title": "$:/language/ControlPanel/Saving/DownloadSaver/AutoSave/Description",
"text": "Permit automatic saving for the download saver"
},
"$:/language/ControlPanel/Saving/DownloadSaver/AutoSave/Hint": {
"title": "$:/language/ControlPanel/Saving/DownloadSaver/AutoSave/Hint",
"text": "Enable Autosave for Download Saver"
},
"$:/language/ControlPanel/Saving/DownloadSaver/Caption": {
"title": "$:/language/ControlPanel/Saving/DownloadSaver/Caption",
"text": "Download Saver"
},
"$:/language/ControlPanel/Saving/DownloadSaver/Hint": {
"title": "$:/language/ControlPanel/Saving/DownloadSaver/Hint",
"text": "These settings apply to the HTML5-compatible download saver"
},
"$:/language/ControlPanel/Saving/General/Caption": {
"title": "$:/language/ControlPanel/Saving/General/Caption",
"text": "General"
},
"$:/language/ControlPanel/Saving/General/Hint": {
"title": "$:/language/ControlPanel/Saving/General/Hint",
"text": "These settings apply to all the loaded savers"
},
"$:/language/ControlPanel/Saving/Hint": {
"title": "$:/language/ControlPanel/Saving/Hint",
"text": "Settings used for saving the entire TiddlyWiki as a single file via a saver module"
},
"$:/language/ControlPanel/Saving/GitService/Branch": {
"title": "$:/language/ControlPanel/Saving/GitService/Branch",
"text": "Target branch for saving"
},
"$:/language/ControlPanel/Saving/GitService/CommitMessage": {
"title": "$:/language/ControlPanel/Saving/GitService/CommitMessage",
"text": "Saved by TiddlyWiki"
},
"$:/language/ControlPanel/Saving/GitService/Description": {
"title": "$:/language/ControlPanel/Saving/GitService/Description",
"text": "These settings are only used when saving to <<service-name>>"
},
"$:/language/ControlPanel/Saving/GitService/Filename": {
"title": "$:/language/ControlPanel/Saving/GitService/Filename",
"text": "Filename of target file (e.g. `index.html`)"
},
"$:/language/ControlPanel/Saving/GitService/Path": {
"title": "$:/language/ControlPanel/Saving/GitService/Path",
"text": "Path to target file (e.g. `/wiki/`)"
},
"$:/language/ControlPanel/Saving/GitService/Repo": {
"title": "$:/language/ControlPanel/Saving/GitService/Repo",
"text": "Target repository (e.g. `Jermolene/TiddlyWiki5`)"
},
"$:/language/ControlPanel/Saving/GitService/ServerURL": {
"title": "$:/language/ControlPanel/Saving/GitService/ServerURL",
"text": "Server API URL"
},
"$:/language/ControlPanel/Saving/GitService/UserName": {
"title": "$:/language/ControlPanel/Saving/GitService/UserName",
"text": "Username"
},
"$:/language/ControlPanel/Saving/GitService/GitHub/Caption": {
"title": "$:/language/ControlPanel/Saving/GitService/GitHub/Caption",
"text": "~GitHub Saver"
},
"$:/language/ControlPanel/Saving/GitService/GitHub/Password": {
"title": "$:/language/ControlPanel/Saving/GitService/GitHub/Password",
"text": "Password, OAUTH token, or personal access token (see [[GitHub help page|https://help.github.com/en/articles/creating-a-personal-access-token-for-the-command-line]] for details)"
},
"$:/language/ControlPanel/Saving/GitService/GitLab/Caption": {
"title": "$:/language/ControlPanel/Saving/GitService/GitLab/Caption",
"text": "~GitLab Saver"
},
"$:/language/ControlPanel/Saving/GitService/GitLab/Password": {
"title": "$:/language/ControlPanel/Saving/GitService/GitLab/Password",
"text": "Personal access token for API (see [[GitLab help page|https://docs.gitlab.com/ee/user/profile/personal_access_tokens.html]] for details)"
},
"$:/language/ControlPanel/Saving/TiddlySpot/Advanced/Heading": {
"title": "$:/language/ControlPanel/Saving/TiddlySpot/Advanced/Heading",
"text": "Advanced Settings"
},
"$:/language/ControlPanel/Saving/TiddlySpot/BackupDir": {
"title": "$:/language/ControlPanel/Saving/TiddlySpot/BackupDir",
"text": "Backup Directory"
},
"$:/language/ControlPanel/Saving/TiddlySpot/Backups": {
"title": "$:/language/ControlPanel/Saving/TiddlySpot/Backups",
"text": "Backups"
},
"$:/language/ControlPanel/Saving/TiddlySpot/Caption": {
"title": "$:/language/ControlPanel/Saving/TiddlySpot/Caption",
"text": "~TiddlySpot Saver"
},
"$:/language/ControlPanel/Saving/TiddlySpot/Description": {
"title": "$:/language/ControlPanel/Saving/TiddlySpot/Description",
"text": "These settings are only used when saving to http://tiddlyspot.com or a compatible remote server"
},
"$:/language/ControlPanel/Saving/TiddlySpot/Filename": {
"title": "$:/language/ControlPanel/Saving/TiddlySpot/Filename",
"text": "Upload Filename"
},
"$:/language/ControlPanel/Saving/TiddlySpot/Heading": {
"title": "$:/language/ControlPanel/Saving/TiddlySpot/Heading",
"text": "~TiddlySpot"
},
"$:/language/ControlPanel/Saving/TiddlySpot/Hint": {
"title": "$:/language/ControlPanel/Saving/TiddlySpot/Hint",
"text": "//The server URL defaults to `http://<wikiname>.tiddlyspot.com/store.cgi` and can be changed to use a custom server address, e.g. `http://example.com/store.php`.//"
},
"$:/language/ControlPanel/Saving/TiddlySpot/Password": {
"title": "$:/language/ControlPanel/Saving/TiddlySpot/Password",
"text": "Password"
},
"$:/language/ControlPanel/Saving/TiddlySpot/ServerURL": {
"title": "$:/language/ControlPanel/Saving/TiddlySpot/ServerURL",
"text": "Server URL"
},
"$:/language/ControlPanel/Saving/TiddlySpot/UploadDir": {
"title": "$:/language/ControlPanel/Saving/TiddlySpot/UploadDir",
"text": "Upload Directory"
},
"$:/language/ControlPanel/Saving/TiddlySpot/UserName": {
"title": "$:/language/ControlPanel/Saving/TiddlySpot/UserName",
"text": "Wiki Name"
},
"$:/language/ControlPanel/Settings/AutoSave/Caption": {
"title": "$:/language/ControlPanel/Settings/AutoSave/Caption",
"text": "Autosave"
},
"$:/language/ControlPanel/Settings/AutoSave/Disabled/Description": {
"title": "$:/language/ControlPanel/Settings/AutoSave/Disabled/Description",
"text": "Do not save changes automatically"
},
"$:/language/ControlPanel/Settings/AutoSave/Enabled/Description": {
"title": "$:/language/ControlPanel/Settings/AutoSave/Enabled/Description",
"text": "Save changes automatically"
},
"$:/language/ControlPanel/Settings/AutoSave/Hint": {
"title": "$:/language/ControlPanel/Settings/AutoSave/Hint",
"text": "Attempt to automatically save changes during editing when using a supporting saver"
},
"$:/language/ControlPanel/Settings/CamelCase/Caption": {
"title": "$:/language/ControlPanel/Settings/CamelCase/Caption",
"text": "Camel Case Wiki Links"
},
"$:/language/ControlPanel/Settings/CamelCase/Hint": {
"title": "$:/language/ControlPanel/Settings/CamelCase/Hint",
"text": "You can globally disable automatic linking of ~CamelCase phrases. Requires reload to take effect"
},
"$:/language/ControlPanel/Settings/CamelCase/Description": {
"title": "$:/language/ControlPanel/Settings/CamelCase/Description",
"text": "Enable automatic ~CamelCase linking"
},
"$:/language/ControlPanel/Settings/Caption": {
"title": "$:/language/ControlPanel/Settings/Caption",
"text": "Settings"
},
"$:/language/ControlPanel/Settings/EditorToolbar/Caption": {
"title": "$:/language/ControlPanel/Settings/EditorToolbar/Caption",
"text": "Editor Toolbar"
},
"$:/language/ControlPanel/Settings/EditorToolbar/Hint": {
"title": "$:/language/ControlPanel/Settings/EditorToolbar/Hint",
"text": "Enable or disable the editor toolbar:"
},
"$:/language/ControlPanel/Settings/EditorToolbar/Description": {
"title": "$:/language/ControlPanel/Settings/EditorToolbar/Description",
"text": "Show editor toolbar"
},
"$:/language/ControlPanel/Settings/InfoPanelMode/Caption": {
"title": "$:/language/ControlPanel/Settings/InfoPanelMode/Caption",
"text": "Tiddler Info Panel Mode"
},
"$:/language/ControlPanel/Settings/InfoPanelMode/Hint": {
"title": "$:/language/ControlPanel/Settings/InfoPanelMode/Hint",
"text": "Control when the tiddler info panel closes:"
},
"$:/language/ControlPanel/Settings/InfoPanelMode/Popup/Description": {
"title": "$:/language/ControlPanel/Settings/InfoPanelMode/Popup/Description",
"text": "Tiddler info panel closes automatically"
},
"$:/language/ControlPanel/Settings/InfoPanelMode/Sticky/Description": {
"title": "$:/language/ControlPanel/Settings/InfoPanelMode/Sticky/Description",
"text": "Tiddler info panel stays open until explicitly closed"
},
"$:/language/ControlPanel/Settings/Hint": {
"title": "$:/language/ControlPanel/Settings/Hint",
"text": "These settings let you customise the behaviour of TiddlyWiki."
},
"$:/language/ControlPanel/Settings/NavigationAddressBar/Caption": {
"title": "$:/language/ControlPanel/Settings/NavigationAddressBar/Caption",
"text": "Navigation Address Bar"
},
"$:/language/ControlPanel/Settings/NavigationAddressBar/Hint": {
"title": "$:/language/ControlPanel/Settings/NavigationAddressBar/Hint",
"text": "Behaviour of the browser address bar when navigating to a tiddler:"
},
"$:/language/ControlPanel/Settings/NavigationAddressBar/No/Description": {
"title": "$:/language/ControlPanel/Settings/NavigationAddressBar/No/Description",
"text": "Do not update the address bar"
},
"$:/language/ControlPanel/Settings/NavigationAddressBar/Permalink/Description": {
"title": "$:/language/ControlPanel/Settings/NavigationAddressBar/Permalink/Description",
"text": "Include the target tiddler"
},
"$:/language/ControlPanel/Settings/NavigationAddressBar/Permaview/Description": {
"title": "$:/language/ControlPanel/Settings/NavigationAddressBar/Permaview/Description",
"text": "Include the target tiddler and the current story sequence"
},
"$:/language/ControlPanel/Settings/NavigationHistory/Caption": {
"title": "$:/language/ControlPanel/Settings/NavigationHistory/Caption",
"text": "Navigation History"
},
"$:/language/ControlPanel/Settings/NavigationHistory/Hint": {
"title": "$:/language/ControlPanel/Settings/NavigationHistory/Hint",
"text": "Update browser history when navigating to a tiddler:"
},
"$:/language/ControlPanel/Settings/NavigationHistory/No/Description": {
"title": "$:/language/ControlPanel/Settings/NavigationHistory/No/Description",
"text": "Do not update history"
},
"$:/language/ControlPanel/Settings/NavigationHistory/Yes/Description": {
"title": "$:/language/ControlPanel/Settings/NavigationHistory/Yes/Description",
"text": "Update history"
},
"$:/language/ControlPanel/Settings/NavigationPermalinkviewMode/Caption": {
"title": "$:/language/ControlPanel/Settings/NavigationPermalinkviewMode/Caption",
"text": "Permalink/permaview Mode"
},
"$:/language/ControlPanel/Settings/NavigationPermalinkviewMode/Hint": {
"title": "$:/language/ControlPanel/Settings/NavigationPermalinkviewMode/Hint",
"text": "Choose how permalink/permaview is handled:"
},
"$:/language/ControlPanel/Settings/NavigationPermalinkviewMode/CopyToClipboard/Description": {
"title": "$:/language/ControlPanel/Settings/NavigationPermalinkviewMode/CopyToClipboard/Description",
"text": "Copy permalink/permaview URL to clipboard"
},
"$:/language/ControlPanel/Settings/NavigationPermalinkviewMode/UpdateAddressBar/Description": {
"title": "$:/language/ControlPanel/Settings/NavigationPermalinkviewMode/UpdateAddressBar/Description",
"text": "Update address bar with permalink/permaview URL"
},
"$:/language/ControlPanel/Settings/PerformanceInstrumentation/Caption": {
"title": "$:/language/ControlPanel/Settings/PerformanceInstrumentation/Caption",
"text": "Performance Instrumentation"
},
"$:/language/ControlPanel/Settings/PerformanceInstrumentation/Hint": {
"title": "$:/language/ControlPanel/Settings/PerformanceInstrumentation/Hint",
"text": "Displays performance statistics in the browser developer console. Requires reload to take effect"
},
"$:/language/ControlPanel/Settings/PerformanceInstrumentation/Description": {
"title": "$:/language/ControlPanel/Settings/PerformanceInstrumentation/Description",
"text": "Enable performance instrumentation"
},
"$:/language/ControlPanel/Settings/ToolbarButtonStyle/Caption": {
"title": "$:/language/ControlPanel/Settings/ToolbarButtonStyle/Caption",
"text": "Toolbar Button Style"
},
"$:/language/ControlPanel/Settings/ToolbarButtonStyle/Hint": {
"title": "$:/language/ControlPanel/Settings/ToolbarButtonStyle/Hint",
"text": "Choose the style for toolbar buttons:"
},
"$:/language/ControlPanel/Settings/ToolbarButtonStyle/Styles/Borderless": {
"title": "$:/language/ControlPanel/Settings/ToolbarButtonStyle/Styles/Borderless",
"text": "Borderless"
},
"$:/language/ControlPanel/Settings/ToolbarButtonStyle/Styles/Boxed": {
"title": "$:/language/ControlPanel/Settings/ToolbarButtonStyle/Styles/Boxed",
"text": "Boxed"
},
"$:/language/ControlPanel/Settings/ToolbarButtonStyle/Styles/Rounded": {
"title": "$:/language/ControlPanel/Settings/ToolbarButtonStyle/Styles/Rounded",
"text": "Rounded"
},
"$:/language/ControlPanel/Settings/ToolbarButtons/Caption": {
"title": "$:/language/ControlPanel/Settings/ToolbarButtons/Caption",
"text": "Toolbar Buttons"
},
"$:/language/ControlPanel/Settings/ToolbarButtons/Hint": {
"title": "$:/language/ControlPanel/Settings/ToolbarButtons/Hint",
"text": "Default toolbar button appearance:"
},
"$:/language/ControlPanel/Settings/ToolbarButtons/Icons/Description": {
"title": "$:/language/ControlPanel/Settings/ToolbarButtons/Icons/Description",
"text": "Include icon"
},
"$:/language/ControlPanel/Settings/ToolbarButtons/Text/Description": {
"title": "$:/language/ControlPanel/Settings/ToolbarButtons/Text/Description",
"text": "Include text"
},
"$:/language/ControlPanel/Settings/DefaultSidebarTab/Caption": {
"title": "$:/language/ControlPanel/Settings/DefaultSidebarTab/Caption",
"text": "Default Sidebar Tab"
},
"$:/language/ControlPanel/Settings/DefaultSidebarTab/Hint": {
"title": "$:/language/ControlPanel/Settings/DefaultSidebarTab/Hint",
"text": "Specify which sidebar tab is displayed by default"
},
"$:/language/ControlPanel/Settings/DefaultMoreSidebarTab/Caption": {
"title": "$:/language/ControlPanel/Settings/DefaultMoreSidebarTab/Caption",
"text": "Default More Sidebar Tab"
},
"$:/language/ControlPanel/Settings/DefaultMoreSidebarTab/Hint": {
"title": "$:/language/ControlPanel/Settings/DefaultMoreSidebarTab/Hint",
"text": "Specify which More sidebar tab is displayed by default"
},
"$:/language/ControlPanel/Settings/LinkToBehaviour/Caption": {
"title": "$:/language/ControlPanel/Settings/LinkToBehaviour/Caption",
"text": "Tiddler Opening Behaviour"
},
"$:/language/ControlPanel/Settings/LinkToBehaviour/InsideRiver/Hint": {
"title": "$:/language/ControlPanel/Settings/LinkToBehaviour/InsideRiver/Hint",
"text": "Navigation from //within// the story river"
},
"$:/language/ControlPanel/Settings/LinkToBehaviour/OutsideRiver/Hint": {
"title": "$:/language/ControlPanel/Settings/LinkToBehaviour/OutsideRiver/Hint",
"text": "Navigation from //outside// the story river"
},
"$:/language/ControlPanel/Settings/LinkToBehaviour/OpenAbove": {
"title": "$:/language/ControlPanel/Settings/LinkToBehaviour/OpenAbove",
"text": "Open above the current tiddler"
},
"$:/language/ControlPanel/Settings/LinkToBehaviour/OpenBelow": {
"title": "$:/language/ControlPanel/Settings/LinkToBehaviour/OpenBelow",
"text": "Open below the current tiddler"
},
"$:/language/ControlPanel/Settings/LinkToBehaviour/OpenAtTop": {
"title": "$:/language/ControlPanel/Settings/LinkToBehaviour/OpenAtTop",
"text": "Open at the top of the story river"
},
"$:/language/ControlPanel/Settings/LinkToBehaviour/OpenAtBottom": {
"title": "$:/language/ControlPanel/Settings/LinkToBehaviour/OpenAtBottom",
"text": "Open at the bottom of the story river"
},
"$:/language/ControlPanel/Settings/TitleLinks/Caption": {
"title": "$:/language/ControlPanel/Settings/TitleLinks/Caption",
"text": "Tiddler Titles"
},
"$:/language/ControlPanel/Settings/TitleLinks/Hint": {
"title": "$:/language/ControlPanel/Settings/TitleLinks/Hint",
"text": "Optionally display tiddler titles as links"
},
"$:/language/ControlPanel/Settings/TitleLinks/No/Description": {
"title": "$:/language/ControlPanel/Settings/TitleLinks/No/Description",
"text": "Do not display tiddler titles as links"
},
"$:/language/ControlPanel/Settings/TitleLinks/Yes/Description": {
"title": "$:/language/ControlPanel/Settings/TitleLinks/Yes/Description",
"text": "Display tiddler titles as links"
},
"$:/language/ControlPanel/Settings/MissingLinks/Caption": {
"title": "$:/language/ControlPanel/Settings/MissingLinks/Caption",
"text": "Wiki Links"
},
"$:/language/ControlPanel/Settings/MissingLinks/Hint": {
"title": "$:/language/ControlPanel/Settings/MissingLinks/Hint",
"text": "Choose whether to link to tiddlers that do not exist yet"
},
"$:/language/ControlPanel/Settings/MissingLinks/Description": {
"title": "$:/language/ControlPanel/Settings/MissingLinks/Description",
"text": "Enable links to missing tiddlers"
},
"$:/language/ControlPanel/StoryView/Caption": {
"title": "$:/language/ControlPanel/StoryView/Caption",
"text": "Story View"
},
"$:/language/ControlPanel/StoryView/Prompt": {
"title": "$:/language/ControlPanel/StoryView/Prompt",
"text": "Current view:"
},
"$:/language/ControlPanel/Stylesheets/Caption": {
"title": "$:/language/ControlPanel/Stylesheets/Caption",
"text": "Stylesheets"
},
"$:/language/ControlPanel/Stylesheets/Expand/Caption": {
"title": "$:/language/ControlPanel/Stylesheets/Expand/Caption",
"text": "Expand All"
},
"$:/language/ControlPanel/Stylesheets/Hint": {
"title": "$:/language/ControlPanel/Stylesheets/Hint",
"text": "This is the rendered CSS of the current stylesheet tiddlers tagged with <<tag \"$:/tags/Stylesheet\">>"
},
"$:/language/ControlPanel/Stylesheets/Restore/Caption": {
"title": "$:/language/ControlPanel/Stylesheets/Restore/Caption",
"text": "Restore"
},
"$:/language/ControlPanel/Theme/Caption": {
"title": "$:/language/ControlPanel/Theme/Caption",
"text": "Theme"
},
"$:/language/ControlPanel/Theme/Prompt": {
"title": "$:/language/ControlPanel/Theme/Prompt",
"text": "Current theme:"
},
"$:/language/ControlPanel/TiddlerFields/Caption": {
"title": "$:/language/ControlPanel/TiddlerFields/Caption",
"text": "Tiddler Fields"
},
"$:/language/ControlPanel/TiddlerFields/Hint": {
"title": "$:/language/ControlPanel/TiddlerFields/Hint",
"text": "This is the full set of TiddlerFields in use in this wiki (including system tiddlers but excluding shadow tiddlers)."
},
"$:/language/ControlPanel/Toolbars/Caption": {
"title": "$:/language/ControlPanel/Toolbars/Caption",
"text": "Toolbars"
},
"$:/language/ControlPanel/Toolbars/EditToolbar/Caption": {
"title": "$:/language/ControlPanel/Toolbars/EditToolbar/Caption",
"text": "Edit Toolbar"
},
"$:/language/ControlPanel/Toolbars/EditToolbar/Hint": {
"title": "$:/language/ControlPanel/Toolbars/EditToolbar/Hint",
"text": "Choose which buttons are displayed for tiddlers in edit mode. Drag and drop to change the ordering"
},
"$:/language/ControlPanel/Toolbars/Hint": {
"title": "$:/language/ControlPanel/Toolbars/Hint",
"text": "Select which toolbar buttons are displayed"
},
"$:/language/ControlPanel/Toolbars/PageControls/Caption": {
"title": "$:/language/ControlPanel/Toolbars/PageControls/Caption",
"text": "Page Toolbar"
},
"$:/language/ControlPanel/Toolbars/PageControls/Hint": {
"title": "$:/language/ControlPanel/Toolbars/PageControls/Hint",
"text": "Choose which buttons are displayed on the main page toolbar. Drag and drop to change the ordering"
},
"$:/language/ControlPanel/Toolbars/EditorToolbar/Caption": {
"title": "$:/language/ControlPanel/Toolbars/EditorToolbar/Caption",
"text": "Editor Toolbar"
},
"$:/language/ControlPanel/Toolbars/EditorToolbar/Hint": {
"title": "$:/language/ControlPanel/Toolbars/EditorToolbar/Hint",
"text": "Choose which buttons are displayed in the editor toolbar. Note that some buttons will only appear when editing tiddlers of a certain type. Drag and drop to change the ordering"
},
"$:/language/ControlPanel/Toolbars/ViewToolbar/Caption": {
"title": "$:/language/ControlPanel/Toolbars/ViewToolbar/Caption",
"text": "View Toolbar"
},
"$:/language/ControlPanel/Toolbars/ViewToolbar/Hint": {
"title": "$:/language/ControlPanel/Toolbars/ViewToolbar/Hint",
"text": "Choose which buttons are displayed for tiddlers in view mode. Drag and drop to change the ordering"
},
"$:/language/ControlPanel/Tools/Download/Full/Caption": {
"title": "$:/language/ControlPanel/Tools/Download/Full/Caption",
"text": "Download full wiki"
},
"$:/language/Date/DaySuffix/1": {
"title": "$:/language/Date/DaySuffix/1",
"text": "st"
},
"$:/language/Date/DaySuffix/2": {
"title": "$:/language/Date/DaySuffix/2",
"text": "nd"
},
"$:/language/Date/DaySuffix/3": {
"title": "$:/language/Date/DaySuffix/3",
"text": "rd"
},
"$:/language/Date/DaySuffix/4": {
"title": "$:/language/Date/DaySuffix/4",
"text": "th"
},
"$:/language/Date/DaySuffix/5": {
"title": "$:/language/Date/DaySuffix/5",
"text": "th"
},
"$:/language/Date/DaySuffix/6": {
"title": "$:/language/Date/DaySuffix/6",
"text": "th"
},
"$:/language/Date/DaySuffix/7": {
"title": "$:/language/Date/DaySuffix/7",
"text": "th"
},
"$:/language/Date/DaySuffix/8": {
"title": "$:/language/Date/DaySuffix/8",
"text": "th"
},
"$:/language/Date/DaySuffix/9": {
"title": "$:/language/Date/DaySuffix/9",
"text": "th"
},
"$:/language/Date/DaySuffix/10": {
"title": "$:/language/Date/DaySuffix/10",
"text": "th"
},
"$:/language/Date/DaySuffix/11": {
"title": "$:/language/Date/DaySuffix/11",
"text": "th"
},
"$:/language/Date/DaySuffix/12": {
"title": "$:/language/Date/DaySuffix/12",
"text": "th"
},
"$:/language/Date/DaySuffix/13": {
"title": "$:/language/Date/DaySuffix/13",
"text": "th"
},
"$:/language/Date/DaySuffix/14": {
"title": "$:/language/Date/DaySuffix/14",
"text": "th"
},
"$:/language/Date/DaySuffix/15": {
"title": "$:/language/Date/DaySuffix/15",
"text": "th"
},
"$:/language/Date/DaySuffix/16": {
"title": "$:/language/Date/DaySuffix/16",
"text": "th"
},
"$:/language/Date/DaySuffix/17": {
"title": "$:/language/Date/DaySuffix/17",
"text": "th"
},
"$:/language/Date/DaySuffix/18": {
"title": "$:/language/Date/DaySuffix/18",
"text": "th"
},
"$:/language/Date/DaySuffix/19": {
"title": "$:/language/Date/DaySuffix/19",
"text": "th"
},
"$:/language/Date/DaySuffix/20": {
"title": "$:/language/Date/DaySuffix/20",
"text": "th"
},
"$:/language/Date/DaySuffix/21": {
"title": "$:/language/Date/DaySuffix/21",
"text": "st"
},
"$:/language/Date/DaySuffix/22": {
"title": "$:/language/Date/DaySuffix/22",
"text": "nd"
},
"$:/language/Date/DaySuffix/23": {
"title": "$:/language/Date/DaySuffix/23",
"text": "rd"
},
"$:/language/Date/DaySuffix/24": {
"title": "$:/language/Date/DaySuffix/24",
"text": "th"
},
"$:/language/Date/DaySuffix/25": {
"title": "$:/language/Date/DaySuffix/25",
"text": "th"
},
"$:/language/Date/DaySuffix/26": {
"title": "$:/language/Date/DaySuffix/26",
"text": "th"
},
"$:/language/Date/DaySuffix/27": {
"title": "$:/language/Date/DaySuffix/27",
"text": "th"
},
"$:/language/Date/DaySuffix/28": {
"title": "$:/language/Date/DaySuffix/28",
"text": "th"
},
"$:/language/Date/DaySuffix/29": {
"title": "$:/language/Date/DaySuffix/29",
"text": "th"
},
"$:/language/Date/DaySuffix/30": {
"title": "$:/language/Date/DaySuffix/30",
"text": "th"
},
"$:/language/Date/DaySuffix/31": {
"title": "$:/language/Date/DaySuffix/31",
"text": "st"
},
"$:/language/Date/Long/Day/0": {
"title": "$:/language/Date/Long/Day/0",
"text": "Sunday"
},
"$:/language/Date/Long/Day/1": {
"title": "$:/language/Date/Long/Day/1",
"text": "Monday"
},
"$:/language/Date/Long/Day/2": {
"title": "$:/language/Date/Long/Day/2",
"text": "Tuesday"
},
"$:/language/Date/Long/Day/3": {
"title": "$:/language/Date/Long/Day/3",
"text": "Wednesday"
},
"$:/language/Date/Long/Day/4": {
"title": "$:/language/Date/Long/Day/4",
"text": "Thursday"
},
"$:/language/Date/Long/Day/5": {
"title": "$:/language/Date/Long/Day/5",
"text": "Friday"
},
"$:/language/Date/Long/Day/6": {
"title": "$:/language/Date/Long/Day/6",
"text": "Saturday"
},
"$:/language/Date/Long/Month/1": {
"title": "$:/language/Date/Long/Month/1",
"text": "January"
},
"$:/language/Date/Long/Month/2": {
"title": "$:/language/Date/Long/Month/2",
"text": "February"
},
"$:/language/Date/Long/Month/3": {
"title": "$:/language/Date/Long/Month/3",
"text": "March"
},
"$:/language/Date/Long/Month/4": {
"title": "$:/language/Date/Long/Month/4",
"text": "April"
},
"$:/language/Date/Long/Month/5": {
"title": "$:/language/Date/Long/Month/5",
"text": "May"
},
"$:/language/Date/Long/Month/6": {
"title": "$:/language/Date/Long/Month/6",
"text": "June"
},
"$:/language/Date/Long/Month/7": {
"title": "$:/language/Date/Long/Month/7",
"text": "July"
},
"$:/language/Date/Long/Month/8": {
"title": "$:/language/Date/Long/Month/8",
"text": "August"
},
"$:/language/Date/Long/Month/9": {
"title": "$:/language/Date/Long/Month/9",
"text": "September"
},
"$:/language/Date/Long/Month/10": {
"title": "$:/language/Date/Long/Month/10",
"text": "October"
},
"$:/language/Date/Long/Month/11": {
"title": "$:/language/Date/Long/Month/11",
"text": "November"
},
"$:/language/Date/Long/Month/12": {
"title": "$:/language/Date/Long/Month/12",
"text": "December"
},
"$:/language/Date/Period/am": {
"title": "$:/language/Date/Period/am",
"text": "am"
},
"$:/language/Date/Period/pm": {
"title": "$:/language/Date/Period/pm",
"text": "pm"
},
"$:/language/Date/Short/Day/0": {
"title": "$:/language/Date/Short/Day/0",
"text": "Sun"
},
"$:/language/Date/Short/Day/1": {
"title": "$:/language/Date/Short/Day/1",
"text": "Mon"
},
"$:/language/Date/Short/Day/2": {
"title": "$:/language/Date/Short/Day/2",
"text": "Tue"
},
"$:/language/Date/Short/Day/3": {
"title": "$:/language/Date/Short/Day/3",
"text": "Wed"
},
"$:/language/Date/Short/Day/4": {
"title": "$:/language/Date/Short/Day/4",
"text": "Thu"
},
"$:/language/Date/Short/Day/5": {
"title": "$:/language/Date/Short/Day/5",
"text": "Fri"
},
"$:/language/Date/Short/Day/6": {
"title": "$:/language/Date/Short/Day/6",
"text": "Sat"
},
"$:/language/Date/Short/Month/1": {
"title": "$:/language/Date/Short/Month/1",
"text": "Jan"
},
"$:/language/Date/Short/Month/2": {
"title": "$:/language/Date/Short/Month/2",
"text": "Feb"
},
"$:/language/Date/Short/Month/3": {
"title": "$:/language/Date/Short/Month/3",
"text": "Mar"
},
"$:/language/Date/Short/Month/4": {
"title": "$:/language/Date/Short/Month/4",
"text": "Apr"
},
"$:/language/Date/Short/Month/5": {
"title": "$:/language/Date/Short/Month/5",
"text": "May"
},
"$:/language/Date/Short/Month/6": {
"title": "$:/language/Date/Short/Month/6",
"text": "Jun"
},
"$:/language/Date/Short/Month/7": {
"title": "$:/language/Date/Short/Month/7",
"text": "Jul"
},
"$:/language/Date/Short/Month/8": {
"title": "$:/language/Date/Short/Month/8",
"text": "Aug"
},
"$:/language/Date/Short/Month/9": {
"title": "$:/language/Date/Short/Month/9",
"text": "Sep"
},
"$:/language/Date/Short/Month/10": {
"title": "$:/language/Date/Short/Month/10",
"text": "Oct"
},
"$:/language/Date/Short/Month/11": {
"title": "$:/language/Date/Short/Month/11",
"text": "Nov"
},
"$:/language/Date/Short/Month/12": {
"title": "$:/language/Date/Short/Month/12",
"text": "Dec"
},
"$:/language/RelativeDate/Future/Days": {
"title": "$:/language/RelativeDate/Future/Days",
"text": "<<period>> days from now"
},
"$:/language/RelativeDate/Future/Hours": {
"title": "$:/language/RelativeDate/Future/Hours",
"text": "<<period>> hours from now"
},
"$:/language/RelativeDate/Future/Minutes": {
"title": "$:/language/RelativeDate/Future/Minutes",
"text": "<<period>> minutes from now"
},
"$:/language/RelativeDate/Future/Months": {
"title": "$:/language/RelativeDate/Future/Months",
"text": "<<period>> months from now"
},
"$:/language/RelativeDate/Future/Second": {
"title": "$:/language/RelativeDate/Future/Second",
"text": "1 second from now"
},
"$:/language/RelativeDate/Future/Seconds": {
"title": "$:/language/RelativeDate/Future/Seconds",
"text": "<<period>> seconds from now"
},
"$:/language/RelativeDate/Future/Years": {
"title": "$:/language/RelativeDate/Future/Years",
"text": "<<period>> years from now"
},
"$:/language/RelativeDate/Past/Days": {
"title": "$:/language/RelativeDate/Past/Days",
"text": "<<period>> days ago"
},
"$:/language/RelativeDate/Past/Hours": {
"title": "$:/language/RelativeDate/Past/Hours",
"text": "<<period>> hours ago"
},
"$:/language/RelativeDate/Past/Minutes": {
"title": "$:/language/RelativeDate/Past/Minutes",
"text": "<<period>> minutes ago"
},
"$:/language/RelativeDate/Past/Months": {
"title": "$:/language/RelativeDate/Past/Months",
"text": "<<period>> months ago"
},
"$:/language/RelativeDate/Past/Second": {
"title": "$:/language/RelativeDate/Past/Second",
"text": "1 second ago"
},
"$:/language/RelativeDate/Past/Seconds": {
"title": "$:/language/RelativeDate/Past/Seconds",
"text": "<<period>> seconds ago"
},
"$:/language/RelativeDate/Past/Years": {
"title": "$:/language/RelativeDate/Past/Years",
"text": "<<period>> years ago"
},
"$:/language/Docs/ModuleTypes/allfilteroperator": {
"title": "$:/language/Docs/ModuleTypes/allfilteroperator",
"text": "A sub-operator for the ''all'' filter operator."
},
"$:/language/Docs/ModuleTypes/animation": {
"title": "$:/language/Docs/ModuleTypes/animation",
"text": "Animations that may be used with the RevealWidget."
},
"$:/language/Docs/ModuleTypes/authenticator": {
"title": "$:/language/Docs/ModuleTypes/authenticator",
"text": "Defines how requests are authenticated by the built-in HTTP server."
},
"$:/language/Docs/ModuleTypes/bitmapeditoroperation": {
"title": "$:/language/Docs/ModuleTypes/bitmapeditoroperation",
"text": "A bitmap editor toolbar operation."
},
"$:/language/Docs/ModuleTypes/command": {
"title": "$:/language/Docs/ModuleTypes/command",
"text": "Commands that can be executed under Node.js."
},
"$:/language/Docs/ModuleTypes/config": {
"title": "$:/language/Docs/ModuleTypes/config",
"text": "Data to be inserted into `$tw.config`."
},
"$:/language/Docs/ModuleTypes/filteroperator": {
"title": "$:/language/Docs/ModuleTypes/filteroperator",
"text": "Individual filter operator methods."
},
"$:/language/Docs/ModuleTypes/global": {
"title": "$:/language/Docs/ModuleTypes/global",
"text": "Global data to be inserted into `$tw`."
},
"$:/language/Docs/ModuleTypes/info": {
"title": "$:/language/Docs/ModuleTypes/info",
"text": "Publishes system information via the [[$:/temp/info-plugin]] pseudo-plugin."
},
"$:/language/Docs/ModuleTypes/isfilteroperator": {
"title": "$:/language/Docs/ModuleTypes/isfilteroperator",
"text": "Operands for the ''is'' filter operator."
},
"$:/language/Docs/ModuleTypes/library": {
"title": "$:/language/Docs/ModuleTypes/library",
"text": "Generic module type for general purpose JavaScript modules."
},
"$:/language/Docs/ModuleTypes/macro": {
"title": "$:/language/Docs/ModuleTypes/macro",
"text": "JavaScript macro definitions."
},
"$:/language/Docs/ModuleTypes/parser": {
"title": "$:/language/Docs/ModuleTypes/parser",
"text": "Parsers for different content types."
},
"$:/language/Docs/ModuleTypes/route": {
"title": "$:/language/Docs/ModuleTypes/route",
"text": "Defines how individual URL patterns are handled by the built-in HTTP server."
},
"$:/language/Docs/ModuleTypes/saver": {
"title": "$:/language/Docs/ModuleTypes/saver",
"text": "Savers handle different methods for saving files from the browser."
},
"$:/language/Docs/ModuleTypes/startup": {
"title": "$:/language/Docs/ModuleTypes/startup",
"text": "Startup functions."
},
"$:/language/Docs/ModuleTypes/storyview": {
"title": "$:/language/Docs/ModuleTypes/storyview",
"text": "Story views customise the animation and behaviour of list widgets."
},
"$:/language/Docs/ModuleTypes/texteditoroperation": {
"title": "$:/language/Docs/ModuleTypes/texteditoroperation",
"text": "A text editor toolbar operation."
},
"$:/language/Docs/ModuleTypes/tiddlerdeserializer": {
"title": "$:/language/Docs/ModuleTypes/tiddlerdeserializer",
"text": "Converts different content types into tiddlers."
},
"$:/language/Docs/ModuleTypes/tiddlerfield": {
"title": "$:/language/Docs/ModuleTypes/tiddlerfield",
"text": "Defines the behaviour of an individual tiddler field."
},
"$:/language/Docs/ModuleTypes/tiddlermethod": {
"title": "$:/language/Docs/ModuleTypes/tiddlermethod",
"text": "Adds methods to the `$tw.Tiddler` prototype."
},
"$:/language/Docs/ModuleTypes/upgrader": {
"title": "$:/language/Docs/ModuleTypes/upgrader",
"text": "Applies upgrade processing to tiddlers during an upgrade/import."
},
"$:/language/Docs/ModuleTypes/utils": {
"title": "$:/language/Docs/ModuleTypes/utils",
"text": "Adds methods to `$tw.utils`."
},
"$:/language/Docs/ModuleTypes/utils-node": {
"title": "$:/language/Docs/ModuleTypes/utils-node",
"text": "Adds Node.js-specific methods to `$tw.utils`."
},
"$:/language/Docs/ModuleTypes/widget": {
"title": "$:/language/Docs/ModuleTypes/widget",
"text": "Widgets encapsulate DOM rendering and refreshing."
},
"$:/language/Docs/ModuleTypes/wikimethod": {
"title": "$:/language/Docs/ModuleTypes/wikimethod",
"text": "Adds methods to `$tw.Wiki`."
},
"$:/language/Docs/ModuleTypes/wikirule": {
"title": "$:/language/Docs/ModuleTypes/wikirule",
"text": "Individual parser rules for the main WikiText parser."
},
"$:/language/Docs/PaletteColours/alert-background": {
"title": "$:/language/Docs/PaletteColours/alert-background",
"text": "Alert background"
},
"$:/language/Docs/PaletteColours/alert-border": {
"title": "$:/language/Docs/PaletteColours/alert-border",
"text": "Alert border"
},
"$:/language/Docs/PaletteColours/alert-highlight": {
"title": "$:/language/Docs/PaletteColours/alert-highlight",
"text": "Alert highlight"
},
"$:/language/Docs/PaletteColours/alert-muted-foreground": {
"title": "$:/language/Docs/PaletteColours/alert-muted-foreground",
"text": "Alert muted foreground"
},
"$:/language/Docs/PaletteColours/background": {
"title": "$:/language/Docs/PaletteColours/background",
"text": "General background"
},
"$:/language/Docs/PaletteColours/blockquote-bar": {
"title": "$:/language/Docs/PaletteColours/blockquote-bar",
"text": "Blockquote bar"
},
"$:/language/Docs/PaletteColours/button-background": {
"title": "$:/language/Docs/PaletteColours/button-background",
"text": "Default button background"
},
"$:/language/Docs/PaletteColours/button-border": {
"title": "$:/language/Docs/PaletteColours/button-border",
"text": "Default button border"
},
"$:/language/Docs/PaletteColours/button-foreground": {
"title": "$:/language/Docs/PaletteColours/button-foreground",
"text": "Default button foreground"
},
"$:/language/Docs/PaletteColours/dirty-indicator": {
"title": "$:/language/Docs/PaletteColours/dirty-indicator",
"text": "Unsaved changes indicator"
},
"$:/language/Docs/PaletteColours/code-background": {
"title": "$:/language/Docs/PaletteColours/code-background",
"text": "Code background"
},
"$:/language/Docs/PaletteColours/code-border": {
"title": "$:/language/Docs/PaletteColours/code-border",
"text": "Code border"
},
"$:/language/Docs/PaletteColours/code-foreground": {
"title": "$:/language/Docs/PaletteColours/code-foreground",
"text": "Code foreground"
},
"$:/language/Docs/PaletteColours/download-background": {
"title": "$:/language/Docs/PaletteColours/download-background",
"text": "Download button background"
},
"$:/language/Docs/PaletteColours/download-foreground": {
"title": "$:/language/Docs/PaletteColours/download-foreground",
"text": "Download button foreground"
},
"$:/language/Docs/PaletteColours/dragger-background": {
"title": "$:/language/Docs/PaletteColours/dragger-background",
"text": "Dragger background"
},
"$:/language/Docs/PaletteColours/dragger-foreground": {
"title": "$:/language/Docs/PaletteColours/dragger-foreground",
"text": "Dragger foreground"
},
"$:/language/Docs/PaletteColours/dropdown-background": {
"title": "$:/language/Docs/PaletteColours/dropdown-background",
"text": "Dropdown background"
},
"$:/language/Docs/PaletteColours/dropdown-border": {
"title": "$:/language/Docs/PaletteColours/dropdown-border",
"text": "Dropdown border"
},
"$:/language/Docs/PaletteColours/dropdown-tab-background-selected": {
"title": "$:/language/Docs/PaletteColours/dropdown-tab-background-selected",
"text": "Dropdown tab background for selected tabs"
},
"$:/language/Docs/PaletteColours/dropdown-tab-background": {
"title": "$:/language/Docs/PaletteColours/dropdown-tab-background",
"text": "Dropdown tab background"
},
"$:/language/Docs/PaletteColours/dropzone-background": {
"title": "$:/language/Docs/PaletteColours/dropzone-background",
"text": "Dropzone background"
},
"$:/language/Docs/PaletteColours/external-link-background-hover": {
"title": "$:/language/Docs/PaletteColours/external-link-background-hover",
"text": "External link background hover"
},
"$:/language/Docs/PaletteColours/external-link-background-visited": {
"title": "$:/language/Docs/PaletteColours/external-link-background-visited",
"text": "External link background visited"
},
"$:/language/Docs/PaletteColours/external-link-background": {
"title": "$:/language/Docs/PaletteColours/external-link-background",
"text": "External link background"
},
"$:/language/Docs/PaletteColours/external-link-foreground-hover": {
"title": "$:/language/Docs/PaletteColours/external-link-foreground-hover",
"text": "External link foreground hover"
},
"$:/language/Docs/PaletteColours/external-link-foreground-visited": {
"title": "$:/language/Docs/PaletteColours/external-link-foreground-visited",
"text": "External link foreground visited"
},
"$:/language/Docs/PaletteColours/external-link-foreground": {
"title": "$:/language/Docs/PaletteColours/external-link-foreground",
"text": "External link foreground"
},
"$:/language/Docs/PaletteColours/foreground": {
"title": "$:/language/Docs/PaletteColours/foreground",
"text": "General foreground"
},
"$:/language/Docs/PaletteColours/message-background": {
"title": "$:/language/Docs/PaletteColours/message-background",
"text": "Message box background"
},
"$:/language/Docs/PaletteColours/message-border": {
"title": "$:/language/Docs/PaletteColours/message-border",
"text": "Message box border"
},
"$:/language/Docs/PaletteColours/message-foreground": {
"title": "$:/language/Docs/PaletteColours/message-foreground",
"text": "Message box foreground"
},
"$:/language/Docs/PaletteColours/modal-backdrop": {
"title": "$:/language/Docs/PaletteColours/modal-backdrop",
"text": "Modal backdrop"
},
"$:/language/Docs/PaletteColours/modal-background": {
"title": "$:/language/Docs/PaletteColours/modal-background",
"text": "Modal background"
},
"$:/language/Docs/PaletteColours/modal-border": {
"title": "$:/language/Docs/PaletteColours/modal-border",
"text": "Modal border"
},
"$:/language/Docs/PaletteColours/modal-footer-background": {
"title": "$:/language/Docs/PaletteColours/modal-footer-background",
"text": "Modal footer background"
},
"$:/language/Docs/PaletteColours/modal-footer-border": {
"title": "$:/language/Docs/PaletteColours/modal-footer-border",
"text": "Modal footer border"
},
"$:/language/Docs/PaletteColours/modal-header-border": {
"title": "$:/language/Docs/PaletteColours/modal-header-border",
"text": "Modal header border"
},
"$:/language/Docs/PaletteColours/muted-foreground": {
"title": "$:/language/Docs/PaletteColours/muted-foreground",
"text": "General muted foreground"
},
"$:/language/Docs/PaletteColours/notification-background": {
"title": "$:/language/Docs/PaletteColours/notification-background",
"text": "Notification background"
},
"$:/language/Docs/PaletteColours/notification-border": {
"title": "$:/language/Docs/PaletteColours/notification-border",
"text": "Notification border"
},
"$:/language/Docs/PaletteColours/page-background": {
"title": "$:/language/Docs/PaletteColours/page-background",
"text": "Page background"
},
"$:/language/Docs/PaletteColours/pre-background": {
"title": "$:/language/Docs/PaletteColours/pre-background",
"text": "Preformatted code background"
},
"$:/language/Docs/PaletteColours/pre-border": {
"title": "$:/language/Docs/PaletteColours/pre-border",
"text": "Preformatted code border"
},
"$:/language/Docs/PaletteColours/primary": {
"title": "$:/language/Docs/PaletteColours/primary",
"text": "General primary"
},
"$:/language/Docs/PaletteColours/select-tag-background": {
"title": "$:/language/Docs/PaletteColours/select-tag-background",
"text": "`<select>` element background"
},
"$:/language/Docs/PaletteColours/select-tag-foreground": {
"title": "$:/language/Docs/PaletteColours/select-tag-foreground",
"text": "`<select>` element text"
},
"$:/language/Docs/PaletteColours/sidebar-button-foreground": {
"title": "$:/language/Docs/PaletteColours/sidebar-button-foreground",
"text": "Sidebar button foreground"
},
"$:/language/Docs/PaletteColours/sidebar-controls-foreground-hover": {
"title": "$:/language/Docs/PaletteColours/sidebar-controls-foreground-hover",
"text": "Sidebar controls foreground hover"
},
"$:/language/Docs/PaletteColours/sidebar-controls-foreground": {
"title": "$:/language/Docs/PaletteColours/sidebar-controls-foreground",
"text": "Sidebar controls foreground"
},
"$:/language/Docs/PaletteColours/sidebar-foreground-shadow": {
"title": "$:/language/Docs/PaletteColours/sidebar-foreground-shadow",
"text": "Sidebar foreground shadow"
},
"$:/language/Docs/PaletteColours/sidebar-foreground": {
"title": "$:/language/Docs/PaletteColours/sidebar-foreground",
"text": "Sidebar foreground"
},
"$:/language/Docs/PaletteColours/sidebar-muted-foreground-hover": {
"title": "$:/language/Docs/PaletteColours/sidebar-muted-foreground-hover",
"text": "Sidebar muted foreground hover"
},
"$:/language/Docs/PaletteColours/sidebar-muted-foreground": {
"title": "$:/language/Docs/PaletteColours/sidebar-muted-foreground",
"text": "Sidebar muted foreground"
},
"$:/language/Docs/PaletteColours/sidebar-tab-background-selected": {
"title": "$:/language/Docs/PaletteColours/sidebar-tab-background-selected",
"text": "Sidebar tab background for selected tabs"
},
"$:/language/Docs/PaletteColours/sidebar-tab-background": {
"title": "$:/language/Docs/PaletteColours/sidebar-tab-background",
"text": "Sidebar tab background"
},
"$:/language/Docs/PaletteColours/sidebar-tab-border-selected": {
"title": "$:/language/Docs/PaletteColours/sidebar-tab-border-selected",
"text": "Sidebar tab border for selected tabs"
},
"$:/language/Docs/PaletteColours/sidebar-tab-border": {
"title": "$:/language/Docs/PaletteColours/sidebar-tab-border",
"text": "Sidebar tab border"
},
"$:/language/Docs/PaletteColours/sidebar-tab-divider": {
"title": "$:/language/Docs/PaletteColours/sidebar-tab-divider",
"text": "Sidebar tab divider"
},
"$:/language/Docs/PaletteColours/sidebar-tab-foreground-selected": {
"title": "$:/language/Docs/PaletteColours/sidebar-tab-foreground-selected",
"text": "Sidebar tab foreground for selected tabs"
},
"$:/language/Docs/PaletteColours/sidebar-tab-foreground": {
"title": "$:/language/Docs/PaletteColours/sidebar-tab-foreground",
"text": "Sidebar tab foreground"
},
"$:/language/Docs/PaletteColours/sidebar-tiddler-link-foreground-hover": {
"title": "$:/language/Docs/PaletteColours/sidebar-tiddler-link-foreground-hover",
"text": "Sidebar tiddler link foreground hover"
},
"$:/language/Docs/PaletteColours/sidebar-tiddler-link-foreground": {
"title": "$:/language/Docs/PaletteColours/sidebar-tiddler-link-foreground",
"text": "Sidebar tiddler link foreground"
},
"$:/language/Docs/PaletteColours/site-title-foreground": {
"title": "$:/language/Docs/PaletteColours/site-title-foreground",
"text": "Site title foreground"
},
"$:/language/Docs/PaletteColours/static-alert-foreground": {
"title": "$:/language/Docs/PaletteColours/static-alert-foreground",
"text": "Static alert foreground"
},
"$:/language/Docs/PaletteColours/tab-background-selected": {
"title": "$:/language/Docs/PaletteColours/tab-background-selected",
"text": "Tab background for selected tabs"
},
"$:/language/Docs/PaletteColours/tab-background": {
"title": "$:/language/Docs/PaletteColours/tab-background",
"text": "Tab background"
},
"$:/language/Docs/PaletteColours/tab-border-selected": {
"title": "$:/language/Docs/PaletteColours/tab-border-selected",
"text": "Tab border for selected tabs"
},
"$:/language/Docs/PaletteColours/tab-border": {
"title": "$:/language/Docs/PaletteColours/tab-border",
"text": "Tab border"
},
"$:/language/Docs/PaletteColours/tab-divider": {
"title": "$:/language/Docs/PaletteColours/tab-divider",
"text": "Tab divider"
},
"$:/language/Docs/PaletteColours/tab-foreground-selected": {
"title": "$:/language/Docs/PaletteColours/tab-foreground-selected",
"text": "Tab foreground for selected tabs"
},
"$:/language/Docs/PaletteColours/tab-foreground": {
"title": "$:/language/Docs/PaletteColours/tab-foreground",
"text": "Tab foreground"
},
"$:/language/Docs/PaletteColours/table-border": {
"title": "$:/language/Docs/PaletteColours/table-border",
"text": "Table border"
},
"$:/language/Docs/PaletteColours/table-footer-background": {
"title": "$:/language/Docs/PaletteColours/table-footer-background",
"text": "Table footer background"
},
"$:/language/Docs/PaletteColours/table-header-background": {
"title": "$:/language/Docs/PaletteColours/table-header-background",
"text": "Table header background"
},
"$:/language/Docs/PaletteColours/tag-background": {
"title": "$:/language/Docs/PaletteColours/tag-background",
"text": "Tag background"
},
"$:/language/Docs/PaletteColours/tag-foreground": {
"title": "$:/language/Docs/PaletteColours/tag-foreground",
"text": "Tag foreground"
},
"$:/language/Docs/PaletteColours/tiddler-background": {
"title": "$:/language/Docs/PaletteColours/tiddler-background",
"text": "Tiddler background"
},
"$:/language/Docs/PaletteColours/tiddler-border": {
"title": "$:/language/Docs/PaletteColours/tiddler-border",
"text": "Tiddler border"
},
"$:/language/Docs/PaletteColours/tiddler-controls-foreground-hover": {
"title": "$:/language/Docs/PaletteColours/tiddler-controls-foreground-hover",
"text": "Tiddler controls foreground hover"
},
"$:/language/Docs/PaletteColours/tiddler-controls-foreground-selected": {
"title": "$:/language/Docs/PaletteColours/tiddler-controls-foreground-selected",
"text": "Tiddler controls foreground for selected controls"
},
"$:/language/Docs/PaletteColours/tiddler-controls-foreground": {
"title": "$:/language/Docs/PaletteColours/tiddler-controls-foreground",
"text": "Tiddler controls foreground"
},
"$:/language/Docs/PaletteColours/tiddler-editor-background": {
"title": "$:/language/Docs/PaletteColours/tiddler-editor-background",
"text": "Tiddler editor background"
},
"$:/language/Docs/PaletteColours/tiddler-editor-border-image": {
"title": "$:/language/Docs/PaletteColours/tiddler-editor-border-image",
"text": "Tiddler editor border image"
},
"$:/language/Docs/PaletteColours/tiddler-editor-border": {
"title": "$:/language/Docs/PaletteColours/tiddler-editor-border",
"text": "Tiddler editor border"
},
"$:/language/Docs/PaletteColours/tiddler-editor-fields-even": {
"title": "$:/language/Docs/PaletteColours/tiddler-editor-fields-even",
"text": "Tiddler editor background for even fields"
},
"$:/language/Docs/PaletteColours/tiddler-editor-fields-odd": {
"title": "$:/language/Docs/PaletteColours/tiddler-editor-fields-odd",
"text": "Tiddler editor background for odd fields"
},
"$:/language/Docs/PaletteColours/tiddler-info-background": {
"title": "$:/language/Docs/PaletteColours/tiddler-info-background",
"text": "Tiddler info panel background"
},
"$:/language/Docs/PaletteColours/tiddler-info-border": {
"title": "$:/language/Docs/PaletteColours/tiddler-info-border",
"text": "Tiddler info panel border"
},
"$:/language/Docs/PaletteColours/tiddler-info-tab-background": {
"title": "$:/language/Docs/PaletteColours/tiddler-info-tab-background",
"text": "Tiddler info panel tab background"
},
"$:/language/Docs/PaletteColours/tiddler-link-background": {
"title": "$:/language/Docs/PaletteColours/tiddler-link-background",
"text": "Tiddler link background"
},
"$:/language/Docs/PaletteColours/tiddler-link-foreground": {
"title": "$:/language/Docs/PaletteColours/tiddler-link-foreground",
"text": "Tiddler link foreground"
},
"$:/language/Docs/PaletteColours/tiddler-subtitle-foreground": {
"title": "$:/language/Docs/PaletteColours/tiddler-subtitle-foreground",
"text": "Tiddler subtitle foreground"
},
"$:/language/Docs/PaletteColours/tiddler-title-foreground": {
"title": "$:/language/Docs/PaletteColours/tiddler-title-foreground",
"text": "Tiddler title foreground"
},
"$:/language/Docs/PaletteColours/toolbar-new-button": {
"title": "$:/language/Docs/PaletteColours/toolbar-new-button",
"text": "Toolbar 'new tiddler' button foreground"
},
"$:/language/Docs/PaletteColours/toolbar-options-button": {
"title": "$:/language/Docs/PaletteColours/toolbar-options-button",
"text": "Toolbar 'options' button foreground"
},
"$:/language/Docs/PaletteColours/toolbar-save-button": {
"title": "$:/language/Docs/PaletteColours/toolbar-save-button",
"text": "Toolbar 'save' button foreground"
},
"$:/language/Docs/PaletteColours/toolbar-info-button": {
"title": "$:/language/Docs/PaletteColours/toolbar-info-button",
"text": "Toolbar 'info' button foreground"
},
"$:/language/Docs/PaletteColours/toolbar-edit-button": {
"title": "$:/language/Docs/PaletteColours/toolbar-edit-button",
"text": "Toolbar 'edit' button foreground"
},
"$:/language/Docs/PaletteColours/toolbar-close-button": {
"title": "$:/language/Docs/PaletteColours/toolbar-close-button",
"text": "Toolbar 'close' button foreground"
},
"$:/language/Docs/PaletteColours/toolbar-delete-button": {
"title": "$:/language/Docs/PaletteColours/toolbar-delete-button",
"text": "Toolbar 'delete' button foreground"
},
"$:/language/Docs/PaletteColours/toolbar-cancel-button": {
"title": "$:/language/Docs/PaletteColours/toolbar-cancel-button",
"text": "Toolbar 'cancel' button foreground"
},
"$:/language/Docs/PaletteColours/toolbar-done-button": {
"title": "$:/language/Docs/PaletteColours/toolbar-done-button",
"text": "Toolbar 'done' button foreground"
},
"$:/language/Docs/PaletteColours/untagged-background": {
"title": "$:/language/Docs/PaletteColours/untagged-background",
"text": "Untagged pill background"
},
"$:/language/Docs/PaletteColours/very-muted-foreground": {
"title": "$:/language/Docs/PaletteColours/very-muted-foreground",
"text": "Very muted foreground"
},
"$:/language/EditTemplate/Body/External/Hint": {
"title": "$:/language/EditTemplate/Body/External/Hint",
"text": "This tiddler shows content stored outside of the main TiddlyWiki file. You can edit the tags and fields but cannot directly edit the content itself"
},
"$:/language/EditTemplate/Body/Placeholder": {
"title": "$:/language/EditTemplate/Body/Placeholder",
"text": "Type the text for this tiddler"
},
"$:/language/EditTemplate/Body/Preview/Type/Output": {
"title": "$:/language/EditTemplate/Body/Preview/Type/Output",
"text": "output"
},
"$:/language/EditTemplate/Field/Remove/Caption": {
"title": "$:/language/EditTemplate/Field/Remove/Caption",
"text": "remove field"
},
"$:/language/EditTemplate/Field/Remove/Hint": {
"title": "$:/language/EditTemplate/Field/Remove/Hint",
"text": "Remove field"
},
"$:/language/EditTemplate/Field/Dropdown/Caption": {
"title": "$:/language/EditTemplate/Field/Dropdown/Caption",
"text": "field list"
},
"$:/language/EditTemplate/Field/Dropdown/Hint": {
"title": "$:/language/EditTemplate/Field/Dropdown/Hint",
"text": "Show field list"
},
"$:/language/EditTemplate/Fields/Add/Button": {
"title": "$:/language/EditTemplate/Fields/Add/Button",
"text": "add"
},
"$:/language/EditTemplate/Fields/Add/Name/Placeholder": {
"title": "$:/language/EditTemplate/Fields/Add/Name/Placeholder",
"text": "field name"
},
"$:/language/EditTemplate/Fields/Add/Prompt": {
"title": "$:/language/EditTemplate/Fields/Add/Prompt",
"text": "Add a new field:"
},
"$:/language/EditTemplate/Fields/Add/Value/Placeholder": {
"title": "$:/language/EditTemplate/Fields/Add/Value/Placeholder",
"text": "field value"
},
"$:/language/EditTemplate/Fields/Add/Dropdown/System": {
"title": "$:/language/EditTemplate/Fields/Add/Dropdown/System",
"text": "System fields"
},
"$:/language/EditTemplate/Fields/Add/Dropdown/User": {
"title": "$:/language/EditTemplate/Fields/Add/Dropdown/User",
"text": "User fields"
},
"$:/language/EditTemplate/Shadow/Warning": {
"title": "$:/language/EditTemplate/Shadow/Warning",
"text": "This is a shadow tiddler. Any changes you make will override the default version from the plugin <<pluginLink>>"
},
"$:/language/EditTemplate/Shadow/OverriddenWarning": {
"title": "$:/language/EditTemplate/Shadow/OverriddenWarning",
"text": "This is a modified shadow tiddler. You can revert to the default version in the plugin <<pluginLink>> by deleting this tiddler"
},
"$:/language/EditTemplate/Tags/Add/Button": {
"title": "$:/language/EditTemplate/Tags/Add/Button",
"text": "add"
},
"$:/language/EditTemplate/Tags/Add/Placeholder": {
"title": "$:/language/EditTemplate/Tags/Add/Placeholder",
"text": "tag name"
},
"$:/language/EditTemplate/Tags/Dropdown/Caption": {
"title": "$:/language/EditTemplate/Tags/Dropdown/Caption",
"text": "tag list"
},
"$:/language/EditTemplate/Tags/Dropdown/Hint": {
"title": "$:/language/EditTemplate/Tags/Dropdown/Hint",
"text": "Show tag list"
},
"$:/language/EditTemplate/Title/BadCharacterWarning": {
"title": "$:/language/EditTemplate/Title/BadCharacterWarning",
"text": "Warning: avoid using any of the characters <<bad-chars>> in tiddler titles"
},
"$:/language/EditTemplate/Title/Exists/Prompt": {
"title": "$:/language/EditTemplate/Title/Exists/Prompt",
"text": "Target tiddler already exists"
},
"$:/language/EditTemplate/Title/Relink/Prompt": {
"title": "$:/language/EditTemplate/Title/Relink/Prompt",
"text": "Update ''<$text text=<<fromTitle>>/>'' to ''<$text text=<<toTitle>>/>'' in the //tags// and //list// fields of other tiddlers"
},
"$:/language/EditTemplate/Title/References/Prompt": {
"title": "$:/language/EditTemplate/Title/References/Prompt",
"text": "The following references to this tiddler will not be automatically updated:"
},
"$:/language/EditTemplate/Type/Dropdown/Caption": {
"title": "$:/language/EditTemplate/Type/Dropdown/Caption",
"text": "content type list"
},
"$:/language/EditTemplate/Type/Dropdown/Hint": {
"title": "$:/language/EditTemplate/Type/Dropdown/Hint",
"text": "Show content type list"
},
"$:/language/EditTemplate/Type/Delete/Caption": {
"title": "$:/language/EditTemplate/Type/Delete/Caption",
"text": "delete content type"
},
"$:/language/EditTemplate/Type/Delete/Hint": {
"title": "$:/language/EditTemplate/Type/Delete/Hint",
"text": "Delete content type"
},
"$:/language/EditTemplate/Type/Placeholder": {
"title": "$:/language/EditTemplate/Type/Placeholder",
"text": "content type"
},
"$:/language/EditTemplate/Type/Prompt": {
"title": "$:/language/EditTemplate/Type/Prompt",
"text": "Type:"
},
"$:/language/Exporters/StaticRiver": {
"title": "$:/language/Exporters/StaticRiver",
"text": "Static HTML"
},
"$:/language/Exporters/JsonFile": {
"title": "$:/language/Exporters/JsonFile",
"text": "JSON file"
},
"$:/language/Exporters/CsvFile": {
"title": "$:/language/Exporters/CsvFile",
"text": "CSV file"
},
"$:/language/Exporters/TidFile": {
"title": "$:/language/Exporters/TidFile",
"text": "\".tid\" file"
},
"$:/language/Docs/Fields/_canonical_uri": {
"title": "$:/language/Docs/Fields/_canonical_uri",
"text": "The full URI of an external image tiddler"
},
"$:/language/Docs/Fields/bag": {
"title": "$:/language/Docs/Fields/bag",
"text": "The name of the bag from which a tiddler came"
},
"$:/language/Docs/Fields/caption": {
"title": "$:/language/Docs/Fields/caption",
"text": "The text to be displayed on a tab or button"
},
"$:/language/Docs/Fields/color": {
"title": "$:/language/Docs/Fields/color",
"text": "The CSS color value associated with a tiddler"
},
"$:/language/Docs/Fields/component": {
"title": "$:/language/Docs/Fields/component",
"text": "The name of the component responsible for an [[alert tiddler|AlertMechanism]]"
},
"$:/language/Docs/Fields/current-tiddler": {
"title": "$:/language/Docs/Fields/current-tiddler",
"text": "Used to cache the top tiddler in a [[history list|HistoryMechanism]]"
},
"$:/language/Docs/Fields/created": {
"title": "$:/language/Docs/Fields/created",
"text": "The date a tiddler was created"
},
"$:/language/Docs/Fields/creator": {
"title": "$:/language/Docs/Fields/creator",
"text": "The name of the person who created a tiddler"
},
"$:/language/Docs/Fields/dependents": {
"title": "$:/language/Docs/Fields/dependents",
"text": "For a plugin, lists the dependent plugin titles"
},
"$:/language/Docs/Fields/description": {
"title": "$:/language/Docs/Fields/description",
"text": "The descriptive text for a plugin, or a modal dialogue"
},
"$:/language/Docs/Fields/draft.of": {
"title": "$:/language/Docs/Fields/draft.of",
"text": "For draft tiddlers, contains the title of the tiddler of which this is a draft"
},
"$:/language/Docs/Fields/draft.title": {
"title": "$:/language/Docs/Fields/draft.title",
"text": "For draft tiddlers, contains the proposed new title of the tiddler"
},
"$:/language/Docs/Fields/footer": {
"title": "$:/language/Docs/Fields/footer",
"text": "The footer text for a wizard"
},
"$:/language/Docs/Fields/hack-to-give-us-something-to-compare-against": {
"title": "$:/language/Docs/Fields/hack-to-give-us-something-to-compare-against",
"text": "A temporary storage field used in [[$:/core/templates/static.content]]"
},
"$:/language/Docs/Fields/hide-body": {
"title": "$:/language/Docs/Fields/hide-body",
"text": "The view template will hide bodies of tiddlers if set to: ''yes''"
},
"$:/language/Docs/Fields/icon": {
"title": "$:/language/Docs/Fields/icon",
"text": "The title of the tiddler containing the icon associated with a tiddler"
},
"$:/language/Docs/Fields/library": {
"title": "$:/language/Docs/Fields/library",
"text": "Indicates that a tiddler should be saved as a JavaScript library if set to: ''yes''"
},
"$:/language/Docs/Fields/list": {
"title": "$:/language/Docs/Fields/list",
"text": "An ordered list of tiddler titles associated with a tiddler"
},
"$:/language/Docs/Fields/list-before": {
"title": "$:/language/Docs/Fields/list-before",
"text": "If set, the title of a tiddler before which this tiddler should be added to the ordered list of tiddler titles, or at the start of the list if this field is present but empty"
},
"$:/language/Docs/Fields/list-after": {
"title": "$:/language/Docs/Fields/list-after",
"text": "If set, the title of the tiddler after which this tiddler should be added to the ordered list of tiddler titles, or at the end of the list if this field is present but empty"
},
"$:/language/Docs/Fields/modified": {
"title": "$:/language/Docs/Fields/modified",
"text": "The date and time at which a tiddler was last modified"
},
"$:/language/Docs/Fields/modifier": {
"title": "$:/language/Docs/Fields/modifier",
"text": "The tiddler title associated with the person who last modified a tiddler"
},
"$:/language/Docs/Fields/name": {
"title": "$:/language/Docs/Fields/name",
"text": "The human readable name associated with a plugin tiddler"
},
"$:/language/Docs/Fields/plugin-priority": {
"title": "$:/language/Docs/Fields/plugin-priority",
"text": "A numerical value indicating the priority of a plugin tiddler"
},
"$:/language/Docs/Fields/plugin-type": {
"title": "$:/language/Docs/Fields/plugin-type",
"text": "The type of plugin in a plugin tiddler"
},
"$:/language/Docs/Fields/revision": {
"title": "$:/language/Docs/Fields/revision",
"text": "The revision of the tiddler held at the server"
},
"$:/language/Docs/Fields/released": {
"title": "$:/language/Docs/Fields/released",
"text": "Date of a TiddlyWiki release"
},
"$:/language/Docs/Fields/source": {
"title": "$:/language/Docs/Fields/source",
"text": "The source URL associated with a tiddler"
},
"$:/language/Docs/Fields/subtitle": {
"title": "$:/language/Docs/Fields/subtitle",
"text": "The subtitle text for a wizard"
},
"$:/language/Docs/Fields/tags": {
"title": "$:/language/Docs/Fields/tags",
"text": "A list of tags associated with a tiddler"
},
"$:/language/Docs/Fields/text": {
"title": "$:/language/Docs/Fields/text",
"text": "The body text of a tiddler"
},
"$:/language/Docs/Fields/title": {
"title": "$:/language/Docs/Fields/title",
"text": "The unique name of a tiddler"
},
"$:/language/Docs/Fields/toc-link": {
"title": "$:/language/Docs/Fields/toc-link",
"text": "Suppresses the tiddler's link in a Table of Contents tree if set to: ''no''"
},
"$:/language/Docs/Fields/type": {
"title": "$:/language/Docs/Fields/type",
"text": "The content type of a tiddler"
},
"$:/language/Docs/Fields/version": {
"title": "$:/language/Docs/Fields/version",
"text": "Version information for a plugin"
},
"$:/language/Filters/AllTiddlers": {
"title": "$:/language/Filters/AllTiddlers",
"text": "All tiddlers except system tiddlers"
},
"$:/language/Filters/RecentSystemTiddlers": {
"title": "$:/language/Filters/RecentSystemTiddlers",
"text": "Recently modified tiddlers, including system tiddlers"
},
"$:/language/Filters/RecentTiddlers": {
"title": "$:/language/Filters/RecentTiddlers",
"text": "Recently modified tiddlers"
},
"$:/language/Filters/AllTags": {
"title": "$:/language/Filters/AllTags",
"text": "All tags except system tags"
},
"$:/language/Filters/Missing": {
"title": "$:/language/Filters/Missing",
"text": "Missing tiddlers"
},
"$:/language/Filters/Drafts": {
"title": "$:/language/Filters/Drafts",
"text": "Draft tiddlers"
},
"$:/language/Filters/Orphans": {
"title": "$:/language/Filters/Orphans",
"text": "Orphan tiddlers"
},
"$:/language/Filters/SystemTiddlers": {
"title": "$:/language/Filters/SystemTiddlers",
"text": "System tiddlers"
},
"$:/language/Filters/ShadowTiddlers": {
"title": "$:/language/Filters/ShadowTiddlers",
"text": "Shadow tiddlers"
},
"$:/language/Filters/OverriddenShadowTiddlers": {
"title": "$:/language/Filters/OverriddenShadowTiddlers",
"text": "Overridden shadow tiddlers"
},
"$:/language/Filters/SessionTiddlers": {
"title": "$:/language/Filters/SessionTiddlers",
"text": "Tiddlers modified since the wiki was loaded"
},
"$:/language/Filters/SystemTags": {
"title": "$:/language/Filters/SystemTags",
"text": "System tags"
},
"$:/language/Filters/StoryList": {
"title": "$:/language/Filters/StoryList",
"text": "Tiddlers in the story river, excluding <$text text=\"$:/AdvancedSearch\"/>"
},
"$:/language/Filters/TypedTiddlers": {
"title": "$:/language/Filters/TypedTiddlers",
"text": "Non wiki-text tiddlers"
},
"GettingStarted": {
"title": "GettingStarted",
"text": "\\define lingo-base() $:/language/ControlPanel/Basics/\nWelcome to ~TiddlyWiki and the ~TiddlyWiki community\n\nBefore you start storing important information in ~TiddlyWiki it is vital to make sure that you can reliably save changes. See https://tiddlywiki.com/#GettingStarted for details\n\n!! Set up this ~TiddlyWiki\n\n<div class=\"tc-control-panel\">\n\n|<$link to=\"$:/SiteTitle\"><<lingo Title/Prompt>></$link> |<$edit-text tiddler=\"$:/SiteTitle\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/SiteSubtitle\"><<lingo Subtitle/Prompt>></$link> |<$edit-text tiddler=\"$:/SiteSubtitle\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/DefaultTiddlers\"><<lingo DefaultTiddlers/Prompt>></$link> |<<lingo DefaultTiddlers/TopHint>><br> <$edit tag=\"textarea\" tiddler=\"$:/DefaultTiddlers\"/><br>//<<lingo DefaultTiddlers/BottomHint>>// |\n</div>\n\nSee the [[control panel|$:/ControlPanel]] for more options.\n"
},
"$:/language/Help/build": {
"title": "$:/language/Help/build",
"description": "Automatically run configured commands",
"text": "Build the specified build targets for the current wiki. If no build targets are specified then all available targets will be built.\n\n```\n--build <target> [<target> ...]\n```\n\nBuild targets are defined in the `tiddlywiki.info` file of a wiki folder.\n\n"
},
"$:/language/Help/clearpassword": {
"title": "$:/language/Help/clearpassword",
"description": "Clear a password for subsequent crypto operations",
"text": "Clear the password for subsequent crypto operations\n\n```\n--clearpassword\n```\n"
},
"$:/language/Help/default": {
"title": "$:/language/Help/default",
"text": "\\define commandTitle()\n$:/language/Help/$(command)$\n\\end\n```\nusage: tiddlywiki [<wikifolder>] [--<command> [<args>...]...]\n```\n\nAvailable commands:\n\n<ul>\n<$list filter=\"[commands[]sort[title]]\" variable=\"command\">\n<li><$link to=<<commandTitle>>><$macrocall $name=\"command\" $type=\"text/plain\" $output=\"text/plain\"/></$link>: <$transclude tiddler=<<commandTitle>> field=\"description\"/></li>\n</$list>\n</ul>\n\nTo get detailed help on a command:\n\n```\ntiddlywiki --help <command>\n```\n"
},
"$:/language/Help/deletetiddlers": {
"title": "$:/language/Help/deletetiddlers",
"description": "Deletes a group of tiddlers",
"text": "<<.from-version \"5.1.20\">> Deletes a group of tiddlers identified by a filter.\n\n```\n--deletetiddlers <filter>\n```\n"
},
"$:/language/Help/editions": {
"title": "$:/language/Help/editions",
"description": "Lists the available editions of TiddlyWiki",
"text": "Lists the names and descriptions of the available editions. You can create a new wiki of a specified edition with the `--init` command.\n\n```\n--editions\n```\n"
},
"$:/language/Help/fetch": {
"title": "$:/language/Help/fetch",
"description": "Fetch tiddlers from wiki by URL",
"text": "Fetch one or more files over HTTP/HTTPS, and import the tiddlers matching a filter, optionally transforming the incoming titles.\n\n```\n--fetch file <url> <import-filter> <transform-filter>\n--fetch files <url-filter> <import-filter> <transform-filter>\n--fetch raw-file <url> <transform-filter>\n--fetch raw-files <url-filter> <transform-filter>\n```\n\nThe \"file\" and \"files\" variants fetch the specified files and attempt to import the tiddlers within them (the same processing as if the files were dragged into the browser window). The \"raw-file\" and \"raw-files\" variants fetch the specified files and then store the raw file data in tiddlers, without applying the import logic.\n\nWith the \"file\" and \"raw-file\" variants only a single file is fetched and the first parameter is the URL of the file to read.\n\nWith the \"files\" and \"raw-files\" variants, multiple files are fetched and the first parameter is a filter yielding a list of URLs of the files to read. For example, given a set of tiddlers tagged \"remote-server\" that have a field \"url\" the filter `[tag[remote-server]get[url]]` will retrieve all the available URLs.\n\nFor the \"file\" and \"files\" variants, the `<import-filter>` parameter specifies a filter determining which tiddlers are imported. It defaults to `[all[tiddlers]]` if not provided.\n\nFor all variants, the `<transform-filter>` parameter specifies an optional filter that transforms the titles of the imported tiddlers. For example, `[addprefix[$:/myimports/]]` would add the prefix `$:/myimports/` to each title.\n\nPreceding the `--fetch` command with `--verbose` will output progress information during the import.\n\nNote that TiddlyWiki will not fetch an older version of an already loaded plugin.\n\nThe following example retrieves all the non-system tiddlers from https://tiddlywiki.com and saves them to a JSON file:\n\n```\ntiddlywiki --verbose --fetch file \"https://tiddlywiki.com/\" \"[!is[system]]\" \"\" --rendertiddler \"$:/core/templates/exporters/JsonFile\" output.json text/plain \"\" exportFilter \"[!is[system]]\"\n```\n\nThe following example retrieves the \"favicon\" file from tiddlywiki.com and saves it in a file called \"output.ico\". Note that the intermediate tiddler \"Icon Tiddler\" is quoted in the \"--fetch\" command because it is being used as a transformation filter to replace the default title, while there are no quotes for the \"--savetiddler\" command because it is being used directly as a title.\n\n```\ntiddlywiki --verbose --fetch raw-file \"https://tiddlywiki.com/favicon.ico\" \"[[Icon Tiddler]]\" --savetiddler \"Icon Tiddler\" output.ico\n```\n\n"
},
"$:/language/Help/help": {
"title": "$:/language/Help/help",
"description": "Display help for TiddlyWiki commands",
"text": "Displays help text for a command:\n\n```\n--help [<command>]\n```\n\nIf the command name is omitted then a list of available commands is displayed.\n"
},
"$:/language/Help/import": {
"title": "$:/language/Help/import",
"description": "Import tiddlers from a file",
"text": "Import tiddlers from TiddlyWiki (`.html`), `.tiddler`, `.tid`, `.json` or other local files. The deserializer must be explicitly specified, unlike the `load` command which infers the deserializer from the file extension.\n\n```\n--import <filepath> <deserializer> [<title>] [<encoding>]\n```\n\nThe deserializers in the core include:\n\n* application/javascript\n* application/json\n* application/x-tiddler\n* application/x-tiddler-html-div\n* application/x-tiddlers\n* text/html\n* text/plain\n\nThe title of the imported tiddler defaults to the filename.\n\nThe encoding defaults to \"utf8\", but can be \"base64\" for importing binary files.\n\nNote that TiddlyWiki will not import an older version of an already loaded plugin.\n"
},
"$:/language/Help/init": {
"title": "$:/language/Help/init",
"description": "Initialise a new wiki folder",
"text": "Initialise an empty [[WikiFolder|WikiFolders]] with a copy of the specified edition.\n\n```\n--init <edition> [<edition> ...]\n```\n\nFor example:\n\n```\ntiddlywiki ./MyWikiFolder --init empty\n```\n\nNote:\n\n* The wiki folder directory will be created if necessary\n* The \"edition\" defaults to ''empty''\n* The init command will fail if the wiki folder is not empty\n* The init command removes any `includeWikis` definitions in the edition's `tiddlywiki.info` file\n* When multiple editions are specified, editions initialised later will overwrite any files shared with earlier editions (so, the final `tiddlywiki.info` file will be copied from the last edition)\n* `--editions` returns a list of available editions\n"
},
"$:/language/Help/listen": {
"title": "$:/language/Help/listen",
"description": "Provides an HTTP server interface to TiddlyWiki",
"text": "Serves a wiki over HTTP.\n\nThe listen command uses NamedCommandParameters:\n\n```\n--listen [<name>=<value>]...\n```\n\nAll parameters are optional with safe defaults, and can be specified in any order. The recognised parameters are:\n\n* ''host'' - optional hostname to serve from (defaults to \"127.0.0.1\" aka \"localhost\")\n* ''path-prefix'' - optional prefix for paths\n* ''port'' - port number on which to listen; non-numeric values are interpreted as a system environment variable from which the port number is extracted (defaults to \"8080\")\n* ''credentials'' - pathname of credentials CSV file (relative to wiki folder)\n* ''anon-username'' - the username for signing edits for anonymous users\n* ''username'' - optional username for basic authentication\n* ''password'' - optional password for basic authentication\n* ''authenticated-user-header'' - optional name of header to be used for trusted authentication\n* ''readers'' - comma separated list of principals allowed to read from this wiki\n* ''writers'' - comma separated list of principals allowed to write to this wiki\n* ''csrf-disable'' - set to \"yes\" to disable CSRF checks (defaults to \"no\")\n* ''root-tiddler'' - the tiddler to serve at the root (defaults to \"$:/core/save/all\")\n* ''root-render-type'' - the content type to which the root tiddler should be rendered (defaults to \"text/plain\")\n* ''root-serve-type'' - the content type with which the root tiddler should be served (defaults to \"text/html\")\n* ''tls-cert'' - pathname of TLS certificate file (relative to wiki folder)\n* ''tls-key'' - pathname of TLS key file (relative to wiki folder)\n* ''debug-level'' - optional debug level; set to \"debug\" to view request details (defaults to \"none\")\n* ''gzip'' - set to \"yes\" to enable gzip compression for some http endpoints (defaults to \"no\")\n\nFor information on opening up your instance to the entire local network, and possible security concerns, see the WebServer tiddler at TiddlyWiki.com.\n\n"
},
"$:/language/Help/load": {
"title": "$:/language/Help/load",
"description": "Load tiddlers from a file",
"text": "Load tiddlers from TiddlyWiki (`.html`), `.tiddler`, `.tid`, `.json` or other local files. The processing applied to incoming files is determined by the file extension. Use the alternative `import` command if you need to specify the deserializer and encoding explicitly.\n\n```\n--load <filepath> [noerror]\n--load <dirpath> [noerror]\n```\n\nBy default, the load command raises an error if no tiddlers are found. The error can be suppressed by providing the optional \"noerror\" parameter.\n\nTo load tiddlers from an encrypted TiddlyWiki file you should first specify the password with the PasswordCommand. For example:\n\n```\ntiddlywiki ./MyWiki --password pa55w0rd --load my_encrypted_wiki.html\n```\n\nNote that TiddlyWiki will not load an older version of an already loaded plugin.\n"
},
"$:/language/Help/makelibrary": {
"title": "$:/language/Help/makelibrary",
"description": "Construct library plugin required by upgrade process",
"text": "Constructs the `$:/UpgradeLibrary` tiddler for the upgrade process.\n\nThe upgrade library is formatted as an ordinary plugin tiddler with the plugin type `library`. It contains a copy of each of the plugins, themes and language packs available within the TiddlyWiki5 repository.\n\nThis command is intended for internal use; it is only relevant to users constructing a custom upgrade procedure.\n\n```\n--makelibrary <title>\n```\n\nThe title argument defaults to `$:/UpgradeLibrary`.\n"
},
"$:/language/Help/notfound": {
"title": "$:/language/Help/notfound",
"text": "No such help item"
},
"$:/language/Help/output": {
"title": "$:/language/Help/output",
"description": "Set the base output directory for subsequent commands",
"text": "Sets the base output directory for subsequent commands. The default output directory is the `output` subdirectory of the edition directory.\n\n```\n--output <pathname>\n```\n\nIf the specified pathname is relative then it is resolved relative to the current working directory. For example `--output .` sets the output directory to the current working directory.\n\n"
},
"$:/language/Help/password": {
"title": "$:/language/Help/password",
"description": "Set a password for subsequent crypto operations",
"text": "Set a password for subsequent crypto operations\n\n```\n--password <password>\n```\n\n''Note'': This should not be used for serving TiddlyWiki with password protection. Instead, see the password option under the [[ServerCommand]].\n"
},
"$:/language/Help/render": {
"title": "$:/language/Help/render",
"description": "Renders individual tiddlers to files",
"text": "Render individual tiddlers identified by a filter and save the results to the specified files.\n\nOptionally, the title of a template tiddler can be specified. In this case, instead of directly rendering each tiddler, the template tiddler is rendered with the \"currentTiddler\" variable set to the title of the tiddler that is being rendered.\n\nA name and value for an additional variable may optionally also be specified.\n\n```\n--render <tiddler-filter> [<filename-filter>] [<render-type>] [<template>] [<name>] [<value>]\n```\n\n* ''tiddler-filter'': A filter identifying the tiddler(s) to be rendered\n* ''filename-filter'': Optional filter transforming tiddler titles into pathnames. If omitted, defaults to `[is[tiddler]addsuffix[.html]]`, which uses the unchanged tiddler title as the filename\n* ''render-type'': Optional render type: `text/html` (the default) returns the full HTML text and `text/plain` just returns the text content (ie it ignores HTML tags and other unprintable material)\n* ''template'': Optional template through which each tiddler is rendered\n* ''name'': Name of optional variable\n* ''value'': Value of optional variable\n\nBy default, the filename is resolved relative to the `output` subdirectory of the edition directory. The `--output` command can be used to direct output to a different directory.\n\nNotes:\n\n* The output directory is not cleared of any existing files\n* Any missing directories in the path to the filename are automatically created.\n* When referring to a tiddler with spaces in its title, take care to use both the quotes required by your shell and also TiddlyWiki's double square brackets : `--render \"[[Motovun Jack.jpg]]\"`\n* The filename filter is evaluated with the selected items being set to the title of the tiddler currently being rendered, allowing the title to be used as the basis for computing the filename. For example `[encodeuricomponent[]addprefix[static/]]` applies URI encoding to each title, and then adds the prefix `static/`\n* The `--render` command is a more flexible replacement for both the `--rendertiddler` and `--rendertiddlers` commands, which are deprecated\n\nExamples:\n\n* `--render \"[!is[system]]\" \"[encodeuricomponent[]addprefix[tiddlers/]addsuffix[.html]]\"` -- renders all non-system tiddlers as files in the subdirectory \"tiddlers\" with URL-encoded titles and the extension HTML\n\n"
},
"$:/language/Help/rendertiddler": {
"title": "$:/language/Help/rendertiddler",
"description": "Render an individual tiddler as a specified ContentType",
"text": "(Note: The `--rendertiddler` command is deprecated in favour of the new, more flexible `--render` command)\n\nRender an individual tiddler as a specified ContentType, defaulting to `text/html` and save it to the specified filename.\n\nOptionally the title of a template tiddler can be specified, in which case the template tiddler is rendered with the \"currentTiddler\" variable set to the tiddler that is being rendered (the first parameter value).\n\nA name and value for an additional variable may optionally also be specified.\n\n```\n--rendertiddler <title> <filename> [<type>] [<template>] [<name>] [<value>]\n```\n\nBy default, the filename is resolved relative to the `output` subdirectory of the edition directory. The `--output` command can be used to direct output to a different directory.\n\nAny missing directories in the path to the filename are automatically created.\n\nFor example, the following command saves all tiddlers matching the filter `[tag[done]]` to a JSON file titled `output.json` by employing the core template `$:/core/templates/exporters/JsonFile`.\n\n```\n--rendertiddler \"$:/core/templates/exporters/JsonFile\" output.json text/plain \"\" exportFilter \"[tag[done]]\"\n```\n"
},
"$:/language/Help/rendertiddlers": {
"title": "$:/language/Help/rendertiddlers",
"description": "Render tiddlers matching a filter to a specified ContentType",
"text": "(Note: The `--rendertiddlers` command is deprecated in favour of the new, more flexible `--render` command)\n\nRender a set of tiddlers matching a filter to separate files of a specified ContentType (defaults to `text/html`) and extension (defaults to `.html`).\n\n```\n--rendertiddlers <filter> <template> <pathname> [<type>] [<extension>] [\"noclean\"]\n```\n\nFor example:\n\n```\n--rendertiddlers [!is[system]] $:/core/templates/static.tiddler.html ./static text/plain\n```\n\nBy default, the pathname is resolved relative to the `output` subdirectory of the edition directory. The `--output` command can be used to direct output to a different directory.\n\nAny files in the target directory are deleted unless the ''noclean'' flag is specified. The target directory is recursively created if it is missing.\n"
},
"$:/language/Help/save": {
"title": "$:/language/Help/save",
"description": "Saves individual raw tiddlers to files",
"text": "Saves individual tiddlers identified by a filter in their raw text or binary format to the specified files.\n\n```\n--save <tiddler-filter> <filename-filter>\n```\n\n* ''tiddler-filter'': A filter identifying the tiddler(s) to be saved\n* ''filename-filter'': Optional filter transforming tiddler titles into pathnames. If omitted, defaults to `[is[tiddler]]`, which uses the unchanged tiddler title as the filename\n\nBy default, the filename is resolved relative to the `output` subdirectory of the edition directory. The `--output` command can be used to direct output to a different directory.\n\nNotes:\n\n* The output directory is not cleared of any existing files\n* Any missing directories in the path to the filename are automatically created.\n* When saving a tiddler with spaces in its title, take care to use both the quotes required by your shell and also TiddlyWiki's double square brackets : `--save \"[[Motovun Jack.jpg]]\"`\n* The filename filter is evaluated with the selected items being set to the title of the tiddler currently being saved, allowing the title to be used as the basis for computing the filename. For example `[encodeuricomponent[]addprefix[static/]]` applies URI encoding to each title, and then adds the prefix `static/`\n* The `--save` command is a more flexible replacement for both the `--savetiddler` and `--savetiddlers` commands, which are deprecated\n\nExamples:\n\n* `--save \"[!is[system]is[image]]\" \"[encodeuricomponent[]addprefix[tiddlers/]]\"` -- saves all non-system image tiddlers as files in the subdirectory \"tiddlers\" with URL-encoded titles\n"
},
"$:/language/Help/savetiddler": {
"title": "$:/language/Help/savetiddler",
"description": "Saves a raw tiddler to a file",
"text": "(Note: The `--savetiddler` command is deprecated in favour of the new, more flexible `--save` command)\n\nSaves an individual tiddler in its raw text or binary format to the specified filename.\n\n```\n--savetiddler <title> <filename>\n```\n\nBy default, the filename is resolved relative to the `output` subdirectory of the edition directory. The `--output` command can be used to direct output to a different directory.\n\nAny missing directories in the path to the filename are automatically created.\n"
},
"$:/language/Help/savetiddlers": {
"title": "$:/language/Help/savetiddlers",
"description": "Saves a group of raw tiddlers to a directory",
"text": "(Note: The `--savetiddlers` command is deprecated in favour of the new, more flexible `--save` command)\n\nSaves a group of tiddlers in their raw text or binary format to the specified directory.\n\n```\n--savetiddlers <filter> <pathname> [\"noclean\"]\n```\n\nBy default, the pathname is resolved relative to the `output` subdirectory of the edition directory. The `--output` command can be used to direct output to a different directory.\n\nThe output directory is cleared of existing files before saving the specified files. The deletion can be disabled by specifying the ''noclean'' flag.\n\nAny missing directories in the pathname are automatically created.\n"
},
"$:/language/Help/savewikifolder": {
"title": "$:/language/Help/savewikifolder",
"description": "Saves a wiki to a new wiki folder",
"text": "<<.from-version \"5.1.20\">> Saves the current wiki as a wiki folder, including tiddlers, plugins and configuration:\n\n```\n--savewikifolder <wikifolderpath> [<filter>]\n```\n\n* The target wiki folder must be empty or non-existent\n* The filter specifies which tiddlers should be included. It is optional, defaulting to `[all[tiddlers]]`\n* Plugins from the official plugin library are replaced with references to those plugins in the `tiddlywiki.info` file\n* Custom plugins are unpacked into their own folder\n\nA common usage is to convert a TiddlyWiki HTML file into a wiki folder:\n\n```\ntiddlywiki --load ./mywiki.html --savewikifolder ./mywikifolder\n```\n"
},
"$:/language/Help/server": {
"title": "$:/language/Help/server",
"description": "Provides an HTTP server interface to TiddlyWiki (deprecated in favour of the new listen command)",
"text": "Legacy command to serve a wiki over HTTP.\n\n```\n--server <port> <root-tiddler> <root-render-type> <root-serve-type> <username> <password> <host> <path-prefix> <debug-level>\n```\n\nThe parameters are:\n\n* ''port'' - port number on which to listen; non-numeric values are interpreted as a system environment variable from which the port number is extracted (defaults to \"8080\")\n* ''root-tiddler'' - the tiddler to serve at the root (defaults to \"$:/core/save/all\")\n* ''root-render-type'' - the content type to which the root tiddler should be rendered (defaults to \"text/plain\")\n* ''root-serve-type'' - the content type with which the root tiddler should be served (defaults to \"text/html\")\n* ''username'' - the default username for signing edits\n* ''password'' - optional password for basic authentication\n* ''host'' - optional hostname to serve from (defaults to \"127.0.0.1\" aka \"localhost\")\n* ''path-prefix'' - optional prefix for paths\n* ''debug-level'' - optional debug level; set to \"debug\" to view request details (defaults to \"none\")\n\nIf the password parameter is specified then the browser will prompt the user for the username and password. Note that the password is transmitted in plain text so this implementation should only be used on a trusted network or over HTTPS.\n\nFor example:\n\n```\n--server 8080 $:/core/save/all text/plain text/html MyUserName passw0rd\n```\n\nThe username and password can be specified as empty strings if you need to set the hostname or pathprefix and don't want to require a password.\n\n\n```\n--server 8080 $:/core/save/all text/plain text/html \"\" \"\" 192.168.0.245\n```\n\nUsing an address like this exposes your system to the local network. For information on opening up your instance to the entire local network, and possible security concerns, see the WebServer tiddler at TiddlyWiki.com.\n\nTo run multiple TiddlyWiki servers at the same time you'll need to put each one on a different port. It can be useful to use an environment variable to pass the port number to the Node.js process. This example references an environment variable called \"MY_PORT_NUMBER\":\n\n```\n--server MY_PORT_NUMBER $:/core/save/all text/plain text/html MyUserName passw0rd\n```\n"
},
"$:/language/Help/setfield": {
"title": "$:/language/Help/setfield",
"description": "Prepares external tiddlers for use",
"text": "//Note that this command is experimental and may change or be replaced before being finalised//\n\nSets the specified field of a group of tiddlers to the result of wikifying a template tiddler with the `currentTiddler` variable set to the tiddler.\n\n```\n--setfield <filter> <fieldname> <templatetitle> <rendertype>\n```\n\nThe parameters are:\n\n* ''filter'' - filter identifying the tiddlers to be affected\n* ''fieldname'' - the field to modify (defaults to \"text\")\n* ''templatetitle'' - the tiddler to wikify into the specified field. If blank or missing then the specified field is deleted\n* ''rendertype'' - the text type to render (defaults to \"text/plain\"; \"text/html\" can be used to include HTML tags)\n"
},
"$:/language/Help/unpackplugin": {
"title": "$:/language/Help/unpackplugin",
"description": "Unpack the payload tiddlers from a plugin",
"text": "Extract the payload tiddlers from a plugin, creating them as ordinary tiddlers:\n\n```\n--unpackplugin <title>\n```\n"
},
"$:/language/Help/verbose": {
"title": "$:/language/Help/verbose",
"description": "Triggers verbose output mode",
"text": "Triggers verbose output, useful for debugging\n\n```\n--verbose\n```\n"
},
"$:/language/Help/version": {
"title": "$:/language/Help/version",
"description": "Displays the version number of TiddlyWiki",
"text": "Displays the version number of TiddlyWiki.\n\n```\n--version\n```\n"
},
"$:/language/Import/Imported/Hint": {
"title": "$:/language/Import/Imported/Hint",
"text": "The following tiddlers were imported:"
},
"$:/language/Import/Listing/Cancel/Caption": {
"title": "$:/language/Import/Listing/Cancel/Caption",
"text": "Cancel"
},
"$:/language/Import/Listing/Hint": {
"title": "$:/language/Import/Listing/Hint",
"text": "These tiddlers are ready to import:"
},
"$:/language/Import/Listing/Import/Caption": {
"title": "$:/language/Import/Listing/Import/Caption",
"text": "Import"
},
"$:/language/Import/Listing/Select/Caption": {
"title": "$:/language/Import/Listing/Select/Caption",
"text": "Select"
},
"$:/language/Import/Listing/Status/Caption": {
"title": "$:/language/Import/Listing/Status/Caption",
"text": "Status"
},
"$:/language/Import/Listing/Title/Caption": {
"title": "$:/language/Import/Listing/Title/Caption",
"text": "Title"
},
"$:/language/Import/Listing/Preview": {
"title": "$:/language/Import/Listing/Preview",
"text": "Preview:"
},
"$:/language/Import/Listing/Preview/Text": {
"title": "$:/language/Import/Listing/Preview/Text",
"text": "Text"
},
"$:/language/Import/Listing/Preview/TextRaw": {
"title": "$:/language/Import/Listing/Preview/TextRaw",
"text": "Text (Raw)"
},
"$:/language/Import/Listing/Preview/Fields": {
"title": "$:/language/Import/Listing/Preview/Fields",
"text": "Fields"
},
"$:/language/Import/Listing/Preview/Diff": {
"title": "$:/language/Import/Listing/Preview/Diff",
"text": "Diff"
},
"$:/language/Import/Listing/Preview/DiffFields": {
"title": "$:/language/Import/Listing/Preview/DiffFields",
"text": "Diff (Fields)"
},
"$:/language/Import/Upgrader/Plugins/Suppressed/Incompatible": {
"title": "$:/language/Import/Upgrader/Plugins/Suppressed/Incompatible",
"text": "Blocked incompatible or obsolete plugin"
},
"$:/language/Import/Upgrader/Plugins/Suppressed/Version": {
"title": "$:/language/Import/Upgrader/Plugins/Suppressed/Version",
"text": "Blocked plugin (due to incoming <<incoming>> being older than existing <<existing>>)"
},
"$:/language/Import/Upgrader/Plugins/Upgraded": {
"title": "$:/language/Import/Upgrader/Plugins/Upgraded",
"text": "Upgraded plugin from <<incoming>> to <<upgraded>>"
},
"$:/language/Import/Upgrader/State/Suppressed": {
"title": "$:/language/Import/Upgrader/State/Suppressed",
"text": "Blocked temporary state tiddler"
},
"$:/language/Import/Upgrader/System/Suppressed": {
"title": "$:/language/Import/Upgrader/System/Suppressed",
"text": "Blocked system tiddler"
},
"$:/language/Import/Upgrader/System/Warning": {
"title": "$:/language/Import/Upgrader/System/Warning",
"text": "Core module tiddler"
},
"$:/language/Import/Upgrader/System/Alert": {
"title": "$:/language/Import/Upgrader/System/Alert",
"text": "You are about to import a tiddler that will overwrite a core module tiddler. This is not recommended as it may make the system unstable"
},
"$:/language/Import/Upgrader/ThemeTweaks/Created": {
"title": "$:/language/Import/Upgrader/ThemeTweaks/Created",
"text": "Migrated theme tweak from <$text text=<<from>>/>"
},
"$:/language/AboveStory/ClassicPlugin/Warning": {
"title": "$:/language/AboveStory/ClassicPlugin/Warning",
"text": "It looks like you are trying to load a plugin designed for ~TiddlyWiki Classic. Please note that [[these plugins do not work with TiddlyWiki version 5.x.x|https://tiddlywiki.com/#TiddlyWikiClassic]]. ~TiddlyWiki Classic plugins detected:"
},
"$:/language/BinaryWarning/Prompt": {
"title": "$:/language/BinaryWarning/Prompt",
"text": "This tiddler contains binary data"
},
"$:/language/ClassicWarning/Hint": {
"title": "$:/language/ClassicWarning/Hint",
"text": "This tiddler is written in TiddlyWiki Classic wiki text format, which is not fully compatible with TiddlyWiki version 5. See https://tiddlywiki.com/static/Upgrading.html for more details."
},
"$:/language/ClassicWarning/Upgrade/Caption": {
"title": "$:/language/ClassicWarning/Upgrade/Caption",
"text": "upgrade"
},
"$:/language/CloseAll/Button": {
"title": "$:/language/CloseAll/Button",
"text": "close all"
},
"$:/language/ColourPicker/Recent": {
"title": "$:/language/ColourPicker/Recent",
"text": "Recent:"
},
"$:/language/ConfirmCancelTiddler": {
"title": "$:/language/ConfirmCancelTiddler",
"text": "Do you wish to discard changes to the tiddler \"<$text text=<<title>>/>\"?"
},
"$:/language/ConfirmDeleteTiddler": {
"title": "$:/language/ConfirmDeleteTiddler",
"text": "Do you wish to delete the tiddler \"<$text text=<<title>>/>\"?"
},
"$:/language/ConfirmOverwriteTiddler": {
"title": "$:/language/ConfirmOverwriteTiddler",
"text": "Do you wish to overwrite the tiddler \"<$text text=<<title>>/>\"?"
},
"$:/language/ConfirmEditShadowTiddler": {
"title": "$:/language/ConfirmEditShadowTiddler",
"text": "You are about to edit a ShadowTiddler. Any changes will override the default system making future upgrades non-trivial. Are you sure you want to edit \"<$text text=<<title>>/>\"?"
},
"$:/language/Count": {
"title": "$:/language/Count",
"text": "count"
},
"$:/language/DefaultNewTiddlerTitle": {
"title": "$:/language/DefaultNewTiddlerTitle",
"text": "New Tiddler"
},
"$:/language/Diffs/CountMessage": {
"title": "$:/language/Diffs/CountMessage",
"text": "<<diff-count>> differences"
},
"$:/language/DropMessage": {
"title": "$:/language/DropMessage",
"text": "Drop here (or use the 'Escape' key to cancel)"
},
"$:/language/Encryption/Cancel": {
"title": "$:/language/Encryption/Cancel",
"text": "Cancel"
},
"$:/language/Encryption/ConfirmClearPassword": {
"title": "$:/language/Encryption/ConfirmClearPassword",
"text": "Do you wish to clear the password? This will remove the encryption applied when saving this wiki"
},
"$:/language/Encryption/PromptSetPassword": {
"title": "$:/language/Encryption/PromptSetPassword",
"text": "Set a new password for this TiddlyWiki"
},
"$:/language/Encryption/Username": {
"title": "$:/language/Encryption/Username",
"text": "Username"
},
"$:/language/Encryption/Password": {
"title": "$:/language/Encryption/Password",
"text": "Password"
},
"$:/language/Encryption/RepeatPassword": {
"title": "$:/language/Encryption/RepeatPassword",
"text": "Repeat password"
},
"$:/language/Encryption/PasswordNoMatch": {
"title": "$:/language/Encryption/PasswordNoMatch",
"text": "Passwords do not match"
},
"$:/language/Encryption/SetPassword": {
"title": "$:/language/Encryption/SetPassword",
"text": "Set password"
},
"$:/language/Error/Caption": {
"title": "$:/language/Error/Caption",
"text": "Error"
},
"$:/language/Error/EditConflict": {
"title": "$:/language/Error/EditConflict",
"text": "File changed on server"
},
"$:/language/Error/Filter": {
"title": "$:/language/Error/Filter",
"text": "Filter error"
},
"$:/language/Error/FilterSyntax": {
"title": "$:/language/Error/FilterSyntax",
"text": "Syntax error in filter expression"
},
"$:/language/Error/IsFilterOperator": {
"title": "$:/language/Error/IsFilterOperator",
"text": "Filter Error: Unknown operand for the 'is' filter operator"
},
"$:/language/Error/LoadingPluginLibrary": {
"title": "$:/language/Error/LoadingPluginLibrary",
"text": "Error loading plugin library"
},
"$:/language/Error/RecursiveTransclusion": {
"title": "$:/language/Error/RecursiveTransclusion",
"text": "Recursive transclusion error in transclude widget"
},
"$:/language/Error/RetrievingSkinny": {
"title": "$:/language/Error/RetrievingSkinny",
"text": "Error retrieving skinny tiddler list"
},
"$:/language/Error/SavingToTWEdit": {
"title": "$:/language/Error/SavingToTWEdit",
"text": "Error saving to TWEdit"
},
"$:/language/Error/WhileSaving": {
"title": "$:/language/Error/WhileSaving",
"text": "Error while saving"
},
"$:/language/Error/XMLHttpRequest": {
"title": "$:/language/Error/XMLHttpRequest",
"text": "XMLHttpRequest error code"
},
"$:/language/InternalJavaScriptError/Title": {
"title": "$:/language/InternalJavaScriptError/Title",
"text": "Internal JavaScript Error"
},
"$:/language/InternalJavaScriptError/Hint": {
"title": "$:/language/InternalJavaScriptError/Hint",
"text": "Well, this is embarrassing. It is recommended that you restart TiddlyWiki by refreshing your browser"
},
"$:/language/InvalidFieldName": {
"title": "$:/language/InvalidFieldName",
"text": "Illegal characters in field name \"<$text text=<<fieldName>>/>\". Fields can only contain lowercase letters, digits and the characters underscore (`_`), hyphen (`-`) and period (`.`)"
},
"$:/language/LazyLoadingWarning": {
"title": "$:/language/LazyLoadingWarning",
"text": "<p>Trying to load external content from ''<$text text={{!!_canonical_uri}}/>''</p><p>If this message doesn't disappear, either the tiddler content type doesn't match the type of the external content, or you may be using a browser that doesn't support external content for wikis loaded as standalone files. See https://tiddlywiki.com/#ExternalText</p>"
},
"$:/language/LoginToTiddlySpace": {
"title": "$:/language/LoginToTiddlySpace",
"text": "Login to TiddlySpace"
},
"$:/language/Manager/Controls/FilterByTag/None": {
"title": "$:/language/Manager/Controls/FilterByTag/None",
"text": "(none)"
},
"$:/language/Manager/Controls/FilterByTag/Prompt": {
"title": "$:/language/Manager/Controls/FilterByTag/Prompt",
"text": "Filter by tag:"
},
"$:/language/Manager/Controls/Order/Prompt": {
"title": "$:/language/Manager/Controls/Order/Prompt",
"text": "Reverse order"
},
"$:/language/Manager/Controls/Search/Placeholder": {
"title": "$:/language/Manager/Controls/Search/Placeholder",
"text": "Search"
},
"$:/language/Manager/Controls/Search/Prompt": {
"title": "$:/language/Manager/Controls/Search/Prompt",
"text": "Search:"
},
"$:/language/Manager/Controls/Show/Option/Tags": {
"title": "$:/language/Manager/Controls/Show/Option/Tags",
"text": "tags"
},
"$:/language/Manager/Controls/Show/Option/Tiddlers": {
"title": "$:/language/Manager/Controls/Show/Option/Tiddlers",
"text": "tiddlers"
},
"$:/language/Manager/Controls/Show/Prompt": {
"title": "$:/language/Manager/Controls/Show/Prompt",
"text": "Show:"
},
"$:/language/Manager/Controls/Sort/Prompt": {
"title": "$:/language/Manager/Controls/Sort/Prompt",
"text": "Sort by:"
},
"$:/language/Manager/Item/Colour": {
"title": "$:/language/Manager/Item/Colour",
"text": "Colour"
},
"$:/language/Manager/Item/Fields": {
"title": "$:/language/Manager/Item/Fields",
"text": "Fields"
},
"$:/language/Manager/Item/Icon/None": {
"title": "$:/language/Manager/Item/Icon/None",
"text": "(none)"
},
"$:/language/Manager/Item/Icon": {
"title": "$:/language/Manager/Item/Icon",
"text": "Icon"
},
"$:/language/Manager/Item/RawText": {
"title": "$:/language/Manager/Item/RawText",
"text": "Raw text"
},
"$:/language/Manager/Item/Tags": {
"title": "$:/language/Manager/Item/Tags",
"text": "Tags"
},
"$:/language/Manager/Item/Tools": {
"title": "$:/language/Manager/Item/Tools",
"text": "Tools"
},
"$:/language/Manager/Item/WikifiedText": {
"title": "$:/language/Manager/Item/WikifiedText",
"text": "Wikified text"
},
"$:/language/MissingTiddler/Hint": {
"title": "$:/language/MissingTiddler/Hint",
"text": "Missing tiddler \"<$text text=<<currentTiddler>>/>\" -- click {{||$:/core/ui/Buttons/edit}} to create"
},
"$:/language/No": {
"title": "$:/language/No",
"text": "No"
},
"$:/language/OfficialPluginLibrary": {
"title": "$:/language/OfficialPluginLibrary",
"text": "Official ~TiddlyWiki Plugin Library"
},
"$:/language/OfficialPluginLibrary/Hint": {
"title": "$:/language/OfficialPluginLibrary/Hint",
"text": "The official ~TiddlyWiki plugin library at tiddlywiki.com. Plugins, themes and language packs are maintained by the core team."
},
"$:/language/PluginReloadWarning": {
"title": "$:/language/PluginReloadWarning",
"text": "Please save {{$:/core/ui/Buttons/save-wiki}} and reload {{$:/core/ui/Buttons/refresh}} to allow changes to plugins to take effect"
},
"$:/language/RecentChanges/DateFormat": {
"title": "$:/language/RecentChanges/DateFormat",
"text": "DDth MMM YYYY"
},
"$:/language/SystemTiddler/Tooltip": {
"title": "$:/language/SystemTiddler/Tooltip",
"text": "This is a system tiddler"
},
"$:/language/SystemTiddlers/Include/Prompt": {
"title": "$:/language/SystemTiddlers/Include/Prompt",
"text": "Include system tiddlers"
},
"$:/language/TagManager/Colour/Heading": {
"title": "$:/language/TagManager/Colour/Heading",
"text": "Colour"
},
"$:/language/TagManager/Count/Heading": {
"title": "$:/language/TagManager/Count/Heading",
"text": "Count"
},
"$:/language/TagManager/Icon/Heading": {
"title": "$:/language/TagManager/Icon/Heading",
"text": "Icon"
},
"$:/language/TagManager/Info/Heading": {
"title": "$:/language/TagManager/Info/Heading",
"text": "Info"
},
"$:/language/TagManager/Tag/Heading": {
"title": "$:/language/TagManager/Tag/Heading",
"text": "Tag"
},
"$:/language/Tiddler/DateFormat": {
"title": "$:/language/Tiddler/DateFormat",
"text": "DDth MMM YYYY at hh12:0mmam"
},
"$:/language/UnsavedChangesWarning": {
"title": "$:/language/UnsavedChangesWarning",
"text": "You have unsaved changes in TiddlyWiki"
},
"$:/language/Yes": {
"title": "$:/language/Yes",
"text": "Yes"
},
"$:/language/Modals/Download": {
"title": "$:/language/Modals/Download",
"subtitle": "Download changes",
"footer": "<$button message=\"tm-close-tiddler\">Close</$button>",
"help": "https://tiddlywiki.com/static/DownloadingChanges.html",
"text": "Your browser only supports manual saving.\n\nTo save your modified wiki, right click on the download link below and select \"Download file\" or \"Save file\", and then choose the folder and filename.\n\n//You can marginally speed things up by clicking the link with the control key (Windows) or the options/alt key (Mac OS X). You will not be prompted for the folder or filename, but your browser is likely to give it an unrecognisable name -- you may need to rename the file to include an `.html` extension before you can do anything useful with it.//\n\nOn smartphones that do not allow files to be downloaded you can instead bookmark the link, and then sync your bookmarks to a desktop computer from where the wiki can be saved normally.\n"
},
"$:/language/Modals/SaveInstructions": {
"title": "$:/language/Modals/SaveInstructions",
"subtitle": "Save your work",
"footer": "<$button message=\"tm-close-tiddler\">Close</$button>",
"help": "https://tiddlywiki.com/static/SavingChanges.html",
"text": "Your changes to this wiki need to be saved as a ~TiddlyWiki HTML file.\n\n!!! Desktop browsers\n\n# Select ''Save As'' from the ''File'' menu\n# Choose a filename and location\n#* Some browsers also require you to explicitly specify the file saving format as ''Webpage, HTML only'' or similar\n# Close this tab\n\n!!! Smartphone browsers\n\n# Create a bookmark to this page\n#* If you've got iCloud or Google Sync set up then the bookmark will automatically sync to your desktop where you can open it and save it as above\n# Close this tab\n\n//If you open the bookmark again in Mobile Safari you will see this message again. If you want to go ahead and use the file, just click the ''close'' button below//\n"
},
"$:/config/NewJournal/Title": {
"title": "$:/config/NewJournal/Title",
"text": "DDth MMM YYYY"
},
"$:/config/NewJournal/Text": {
"title": "$:/config/NewJournal/Text",
"text": ""
},
"$:/config/NewJournal/Tags": {
"title": "$:/config/NewJournal/Tags",
"text": "Journal"
},
"$:/language/Notifications/Save/Done": {
"title": "$:/language/Notifications/Save/Done",
"text": "Saved wiki"
},
"$:/language/Notifications/Save/Starting": {
"title": "$:/language/Notifications/Save/Starting",
"text": "Starting to save wiki"
},
"$:/language/Notifications/CopiedToClipboard/Succeeded": {
"title": "$:/language/Notifications/CopiedToClipboard/Succeeded",
"text": "Copied to clipboard!"
},
"$:/language/Notifications/CopiedToClipboard/Failed": {
"title": "$:/language/Notifications/CopiedToClipboard/Failed",
"text": "Failed to copy to clipboard!"
},
"$:/language/Search/DefaultResults/Caption": {
"title": "$:/language/Search/DefaultResults/Caption",
"text": "List"
},
"$:/language/Search/Filter/Caption": {
"title": "$:/language/Search/Filter/Caption",
"text": "Filter"
},
"$:/language/Search/Filter/Hint": {
"title": "$:/language/Search/Filter/Hint",
"text": "Search via a [[filter expression|https://tiddlywiki.com/static/Filters.html]]"
},
"$:/language/Search/Filter/Matches": {
"title": "$:/language/Search/Filter/Matches",
"text": "//<small><<resultCount>> matches</small>//"
},
"$:/language/Search/Matches": {
"title": "$:/language/Search/Matches",
"text": "//<small><<resultCount>> matches</small>//"
},
"$:/language/Search/Matches/All": {
"title": "$:/language/Search/Matches/All",
"text": "All matches:"
},
"$:/language/Search/Matches/Title": {
"title": "$:/language/Search/Matches/Title",
"text": "Title matches:"
},
"$:/language/Search/Search": {
"title": "$:/language/Search/Search",
"text": "Search"
},
"$:/language/Search/Search/TooShort": {
"title": "$:/language/Search/Search/TooShort",
"text": "Search text too short"
},
"$:/language/Search/Shadows/Caption": {
"title": "$:/language/Search/Shadows/Caption",
"text": "Shadows"
},
"$:/language/Search/Shadows/Hint": {
"title": "$:/language/Search/Shadows/Hint",
"text": "Search for shadow tiddlers"
},
"$:/language/Search/Shadows/Matches": {
"title": "$:/language/Search/Shadows/Matches",
"text": "//<small><<resultCount>> matches</small>//"
},
"$:/language/Search/Standard/Caption": {
"title": "$:/language/Search/Standard/Caption",
"text": "Standard"
},
"$:/language/Search/Standard/Hint": {
"title": "$:/language/Search/Standard/Hint",
"text": "Search for standard tiddlers"
},
"$:/language/Search/Standard/Matches": {
"title": "$:/language/Search/Standard/Matches",
"text": "//<small><<resultCount>> matches</small>//"
},
"$:/language/Search/System/Caption": {
"title": "$:/language/Search/System/Caption",
"text": "System"
},
"$:/language/Search/System/Hint": {
"title": "$:/language/Search/System/Hint",
"text": "Search for system tiddlers"
},
"$:/language/Search/System/Matches": {
"title": "$:/language/Search/System/Matches",
"text": "//<small><<resultCount>> matches</small>//"
},
"$:/language/SideBar/All/Caption": {
"title": "$:/language/SideBar/All/Caption",
"text": "All"
},
"$:/language/SideBar/Contents/Caption": {
"title": "$:/language/SideBar/Contents/Caption",
"text": "Contents"
},
"$:/language/SideBar/Drafts/Caption": {
"title": "$:/language/SideBar/Drafts/Caption",
"text": "Drafts"
},
"$:/language/SideBar/Explorer/Caption": {
"title": "$:/language/SideBar/Explorer/Caption",
"text": "Explorer"
},
"$:/language/SideBar/Missing/Caption": {
"title": "$:/language/SideBar/Missing/Caption",
"text": "Missing"
},
"$:/language/SideBar/More/Caption": {
"title": "$:/language/SideBar/More/Caption",
"text": "More"
},
"$:/language/SideBar/Open/Caption": {
"title": "$:/language/SideBar/Open/Caption",
"text": "Open"
},
"$:/language/SideBar/Orphans/Caption": {
"title": "$:/language/SideBar/Orphans/Caption",
"text": "Orphans"
},
"$:/language/SideBar/Recent/Caption": {
"title": "$:/language/SideBar/Recent/Caption",
"text": "Recent"
},
"$:/language/SideBar/Shadows/Caption": {
"title": "$:/language/SideBar/Shadows/Caption",
"text": "Shadows"
},
"$:/language/SideBar/System/Caption": {
"title": "$:/language/SideBar/System/Caption",
"text": "System"
},
"$:/language/SideBar/Tags/Caption": {
"title": "$:/language/SideBar/Tags/Caption",
"text": "Tags"
},
"$:/language/SideBar/Tags/Untagged/Caption": {
"title": "$:/language/SideBar/Tags/Untagged/Caption",
"text": "untagged"
},
"$:/language/SideBar/Tools/Caption": {
"title": "$:/language/SideBar/Tools/Caption",
"text": "Tools"
},
"$:/language/SideBar/Types/Caption": {
"title": "$:/language/SideBar/Types/Caption",
"text": "Types"
},
"$:/SiteSubtitle": {
"title": "$:/SiteSubtitle",
"text": "a non-linear personal web notebook"
},
"$:/SiteTitle": {
"title": "$:/SiteTitle",
"text": "My ~TiddlyWiki"
},
"$:/language/Snippets/ListByTag": {
"title": "$:/language/Snippets/ListByTag",
"tags": "$:/tags/TextEditor/Snippet",
"caption": "List of tiddlers by tag",
"text": "<<list-links \"[tag[task]sort[title]]\">>\n"
},
"$:/language/Snippets/MacroDefinition": {
"title": "$:/language/Snippets/MacroDefinition",
"tags": "$:/tags/TextEditor/Snippet",
"caption": "Macro definition",
"text": "\\define macroName(param1:\"default value\",param2)\nText of the macro\n\\end\n"
},
"$:/language/Snippets/Table4x3": {
"title": "$:/language/Snippets/Table4x3",
"tags": "$:/tags/TextEditor/Snippet",
"caption": "Table with 4 columns by 3 rows",
"text": "|! |!Alpha |!Beta |!Gamma |!Delta |\n|!One | | | | |\n|!Two | | | | |\n|!Three | | | | |\n"
},
"$:/language/Snippets/TableOfContents": {
"title": "$:/language/Snippets/TableOfContents",
"tags": "$:/tags/TextEditor/Snippet",
"caption": "Table of Contents",
"text": "<div class=\"tc-table-of-contents\">\n\n<<toc-selective-expandable 'TableOfContents'>>\n\n</div>"
},
"$:/language/ThemeTweaks/ThemeTweaks": {
"title": "$:/language/ThemeTweaks/ThemeTweaks",
"text": "Theme Tweaks"
},
"$:/language/ThemeTweaks/ThemeTweaks/Hint": {
"title": "$:/language/ThemeTweaks/ThemeTweaks/Hint",
"text": "You can tweak certain aspects of the ''Vanilla'' theme."
},
"$:/language/ThemeTweaks/Options": {
"title": "$:/language/ThemeTweaks/Options",
"text": "Options"
},
"$:/language/ThemeTweaks/Options/SidebarLayout": {
"title": "$:/language/ThemeTweaks/Options/SidebarLayout",
"text": "Sidebar layout"
},
"$:/language/ThemeTweaks/Options/SidebarLayout/Fixed-Fluid": {
"title": "$:/language/ThemeTweaks/Options/SidebarLayout/Fixed-Fluid",
"text": "Fixed story, fluid sidebar"
},
"$:/language/ThemeTweaks/Options/SidebarLayout/Fluid-Fixed": {
"title": "$:/language/ThemeTweaks/Options/SidebarLayout/Fluid-Fixed",
"text": "Fluid story, fixed sidebar"
},
"$:/language/ThemeTweaks/Options/StickyTitles": {
"title": "$:/language/ThemeTweaks/Options/StickyTitles",
"text": "Sticky titles"
},
"$:/language/ThemeTweaks/Options/StickyTitles/Hint": {
"title": "$:/language/ThemeTweaks/Options/StickyTitles/Hint",
"text": "Causes tiddler titles to \"stick\" to the top of the browser window"
},
"$:/language/ThemeTweaks/Options/CodeWrapping": {
"title": "$:/language/ThemeTweaks/Options/CodeWrapping",
"text": "Wrap long lines in code blocks"
},
"$:/language/ThemeTweaks/Settings": {
"title": "$:/language/ThemeTweaks/Settings",
"text": "Settings"
},
"$:/language/ThemeTweaks/Settings/FontFamily": {
"title": "$:/language/ThemeTweaks/Settings/FontFamily",
"text": "Font family"
},
"$:/language/ThemeTweaks/Settings/CodeFontFamily": {
"title": "$:/language/ThemeTweaks/Settings/CodeFontFamily",
"text": "Code font family"
},
"$:/language/ThemeTweaks/Settings/EditorFontFamily": {
"title": "$:/language/ThemeTweaks/Settings/EditorFontFamily",
"text": "Editor font family"
},
"$:/language/ThemeTweaks/Settings/BackgroundImage": {
"title": "$:/language/ThemeTweaks/Settings/BackgroundImage",
"text": "Page background image"
},
"$:/language/ThemeTweaks/Settings/BackgroundImageAttachment": {
"title": "$:/language/ThemeTweaks/Settings/BackgroundImageAttachment",
"text": "Page background image attachment"
},
"$:/language/ThemeTweaks/Settings/BackgroundImageAttachment/Scroll": {
"title": "$:/language/ThemeTweaks/Settings/BackgroundImageAttachment/Scroll",
"text": "Scroll with tiddlers"
},
"$:/language/ThemeTweaks/Settings/BackgroundImageAttachment/Fixed": {
"title": "$:/language/ThemeTweaks/Settings/BackgroundImageAttachment/Fixed",
"text": "Fixed to window"
},
"$:/language/ThemeTweaks/Settings/BackgroundImageSize": {
"title": "$:/language/ThemeTweaks/Settings/BackgroundImageSize",
"text": "Page background image size"
},
"$:/language/ThemeTweaks/Settings/BackgroundImageSize/Auto": {
"title": "$:/language/ThemeTweaks/Settings/BackgroundImageSize/Auto",
"text": "Auto"
},
"$:/language/ThemeTweaks/Settings/BackgroundImageSize/Cover": {
"title": "$:/language/ThemeTweaks/Settings/BackgroundImageSize/Cover",
"text": "Cover"
},
"$:/language/ThemeTweaks/Settings/BackgroundImageSize/Contain": {
"title": "$:/language/ThemeTweaks/Settings/BackgroundImageSize/Contain",
"text": "Contain"
},
"$:/language/ThemeTweaks/Metrics": {
"title": "$:/language/ThemeTweaks/Metrics",
"text": "Sizes"
},
"$:/language/ThemeTweaks/Metrics/FontSize": {
"title": "$:/language/ThemeTweaks/Metrics/FontSize",
"text": "Font size"
},
"$:/language/ThemeTweaks/Metrics/LineHeight": {
"title": "$:/language/ThemeTweaks/Metrics/LineHeight",
"text": "Line height"
},
"$:/language/ThemeTweaks/Metrics/BodyFontSize": {
"title": "$:/language/ThemeTweaks/Metrics/BodyFontSize",
"text": "Font size for tiddler body"
},
"$:/language/ThemeTweaks/Metrics/BodyLineHeight": {
"title": "$:/language/ThemeTweaks/Metrics/BodyLineHeight",
"text": "Line height for tiddler body"
},
"$:/language/ThemeTweaks/Metrics/StoryLeft": {
"title": "$:/language/ThemeTweaks/Metrics/StoryLeft",
"text": "Story left position"
},
"$:/language/ThemeTweaks/Metrics/StoryLeft/Hint": {
"title": "$:/language/ThemeTweaks/Metrics/StoryLeft/Hint",
"text": "how far the left margin of the story river<br>(tiddler area) is from the left of the page"
},
"$:/language/ThemeTweaks/Metrics/StoryTop": {
"title": "$:/language/ThemeTweaks/Metrics/StoryTop",
"text": "Story top position"
},
"$:/language/ThemeTweaks/Metrics/StoryTop/Hint": {
"title": "$:/language/ThemeTweaks/Metrics/StoryTop/Hint",
"text": "how far the top margin of the story river<br>is from the top of the page"
},
"$:/language/ThemeTweaks/Metrics/StoryRight": {
"title": "$:/language/ThemeTweaks/Metrics/StoryRight",
"text": "Story right"
},
"$:/language/ThemeTweaks/Metrics/StoryRight/Hint": {
"title": "$:/language/ThemeTweaks/Metrics/StoryRight/Hint",
"text": "how far the left margin of the sidebar <br>is from the left of the page"
},
"$:/language/ThemeTweaks/Metrics/StoryWidth": {
"title": "$:/language/ThemeTweaks/Metrics/StoryWidth",
"text": "Story width"
},
"$:/language/ThemeTweaks/Metrics/StoryWidth/Hint": {
"title": "$:/language/ThemeTweaks/Metrics/StoryWidth/Hint",
"text": "the overall width of the story river"
},
"$:/language/ThemeTweaks/Metrics/TiddlerWidth": {
"title": "$:/language/ThemeTweaks/Metrics/TiddlerWidth",
"text": "Tiddler width"
},
"$:/language/ThemeTweaks/Metrics/TiddlerWidth/Hint": {
"title": "$:/language/ThemeTweaks/Metrics/TiddlerWidth/Hint",
"text": "within the story river"
},
"$:/language/ThemeTweaks/Metrics/SidebarBreakpoint": {
"title": "$:/language/ThemeTweaks/Metrics/SidebarBreakpoint",
"text": "Sidebar breakpoint"
},
"$:/language/ThemeTweaks/Metrics/SidebarBreakpoint/Hint": {
"title": "$:/language/ThemeTweaks/Metrics/SidebarBreakpoint/Hint",
"text": "the minimum page width at which the story<br>river and sidebar will appear side by side"
},
"$:/language/ThemeTweaks/Metrics/SidebarWidth": {
"title": "$:/language/ThemeTweaks/Metrics/SidebarWidth",
"text": "Sidebar width"
},
"$:/language/ThemeTweaks/Metrics/SidebarWidth/Hint": {
"title": "$:/language/ThemeTweaks/Metrics/SidebarWidth/Hint",
"text": "the width of the sidebar in fluid-fixed layout"
},
"$:/language/TiddlerInfo/Advanced/Caption": {
"title": "$:/language/TiddlerInfo/Advanced/Caption",
"text": "Advanced"
},
"$:/language/TiddlerInfo/Advanced/PluginInfo/Empty/Hint": {
"title": "$:/language/TiddlerInfo/Advanced/PluginInfo/Empty/Hint",
"text": "none"
},
"$:/language/TiddlerInfo/Advanced/PluginInfo/Heading": {
"title": "$:/language/TiddlerInfo/Advanced/PluginInfo/Heading",
"text": "Plugin Details"
},
"$:/language/TiddlerInfo/Advanced/PluginInfo/Hint": {
"title": "$:/language/TiddlerInfo/Advanced/PluginInfo/Hint",
"text": "This plugin contains the following shadow tiddlers:"
},
"$:/language/TiddlerInfo/Advanced/ShadowInfo/Heading": {
"title": "$:/language/TiddlerInfo/Advanced/ShadowInfo/Heading",
"text": "Shadow Status"
},
"$:/language/TiddlerInfo/Advanced/ShadowInfo/NotShadow/Hint": {
"title": "$:/language/TiddlerInfo/Advanced/ShadowInfo/NotShadow/Hint",
"text": "The tiddler <$link to=<<infoTiddler>>><$text text=<<infoTiddler>>/></$link> is not a shadow tiddler"
},
"$:/language/TiddlerInfo/Advanced/ShadowInfo/Shadow/Hint": {
"title": "$:/language/TiddlerInfo/Advanced/ShadowInfo/Shadow/Hint",
"text": "The tiddler <$link to=<<infoTiddler>>><$text text=<<infoTiddler>>/></$link> is a shadow tiddler"
},
"$:/language/TiddlerInfo/Advanced/ShadowInfo/Shadow/Source": {
"title": "$:/language/TiddlerInfo/Advanced/ShadowInfo/Shadow/Source",
"text": "It is defined in the plugin <$link to=<<pluginTiddler>>><$text text=<<pluginTiddler>>/></$link>"
},
"$:/language/TiddlerInfo/Advanced/ShadowInfo/OverriddenShadow/Hint": {
"title": "$:/language/TiddlerInfo/Advanced/ShadowInfo/OverriddenShadow/Hint",
"text": "It is overridden by an ordinary tiddler"
},
"$:/language/TiddlerInfo/Fields/Caption": {
"title": "$:/language/TiddlerInfo/Fields/Caption",
"text": "Fields"
},
"$:/language/TiddlerInfo/List/Caption": {
"title": "$:/language/TiddlerInfo/List/Caption",
"text": "List"
},
"$:/language/TiddlerInfo/List/Empty": {
"title": "$:/language/TiddlerInfo/List/Empty",
"text": "This tiddler does not have a list"
},
"$:/language/TiddlerInfo/Listed/Caption": {
"title": "$:/language/TiddlerInfo/Listed/Caption",
"text": "Listed"
},
"$:/language/TiddlerInfo/Listed/Empty": {
"title": "$:/language/TiddlerInfo/Listed/Empty",
"text": "This tiddler is not listed by any others"
},
"$:/language/TiddlerInfo/References/Caption": {
"title": "$:/language/TiddlerInfo/References/Caption",
"text": "References"
},
"$:/language/TiddlerInfo/References/Empty": {
"title": "$:/language/TiddlerInfo/References/Empty",
"text": "No tiddlers link to this one"
},
"$:/language/TiddlerInfo/Tagging/Caption": {
"title": "$:/language/TiddlerInfo/Tagging/Caption",
"text": "Tagging"
},
"$:/language/TiddlerInfo/Tagging/Empty": {
"title": "$:/language/TiddlerInfo/Tagging/Empty",
"text": "No tiddlers are tagged with this one"
},
"$:/language/TiddlerInfo/Tools/Caption": {
"title": "$:/language/TiddlerInfo/Tools/Caption",
"text": "Tools"
},
"$:/language/Docs/Types/application/javascript": {
"title": "$:/language/Docs/Types/application/javascript",
"description": "JavaScript code",
"name": "application/javascript",
"group": "Developer",
"group-sort": "2"
},
"$:/language/Docs/Types/application/json": {
"title": "$:/language/Docs/Types/application/json",
"description": "JSON data",
"name": "application/json",
"group": "Developer",
"group-sort": "2"
},
"$:/language/Docs/Types/application/x-tiddler-dictionary": {
"title": "$:/language/Docs/Types/application/x-tiddler-dictionary",
"description": "Data dictionary",
"name": "application/x-tiddler-dictionary",
"group": "Developer",
"group-sort": "2"
},
"$:/language/Docs/Types/image/gif": {
"title": "$:/language/Docs/Types/image/gif",
"description": "GIF image",
"name": "image/gif",
"group": "Image",
"group-sort": "1"
},
"$:/language/Docs/Types/image/jpeg": {
"title": "$:/language/Docs/Types/image/jpeg",
"description": "JPEG image",
"name": "image/jpeg",
"group": "Image",
"group-sort": "1"
},
"$:/language/Docs/Types/image/png": {
"title": "$:/language/Docs/Types/image/png",
"description": "PNG image",
"name": "image/png",
"group": "Image",
"group-sort": "1"
},
"$:/language/Docs/Types/image/svg+xml": {
"title": "$:/language/Docs/Types/image/svg+xml",
"description": "Structured Vector Graphics image",
"name": "image/svg+xml",
"group": "Image",
"group-sort": "1"
},
"$:/language/Docs/Types/image/x-icon": {
"title": "$:/language/Docs/Types/image/x-icon",
"description": "ICO format icon file",
"name": "image/x-icon",
"group": "Image",
"group-sort": "1"
},
"$:/language/Docs/Types/text/css": {
"title": "$:/language/Docs/Types/text/css",
"description": "Static stylesheet",
"name": "text/css",
"group": "Developer",
"group-sort": "2"
},
"$:/language/Docs/Types/text/html": {
"title": "$:/language/Docs/Types/text/html",
"description": "HTML markup",
"name": "text/html",
"group": "Text",
"group-sort": "0"
},
"$:/language/Docs/Types/text/plain": {
"title": "$:/language/Docs/Types/text/plain",
"description": "Plain text",
"name": "text/plain",
"group": "Text",
"group-sort": "0"
},
"$:/language/Docs/Types/text/vnd.tiddlywiki": {
"title": "$:/language/Docs/Types/text/vnd.tiddlywiki",
"description": "TiddlyWiki 5",
"name": "text/vnd.tiddlywiki",
"group": "Text",
"group-sort": "0"
},
"$:/language/Docs/Types/text/x-tiddlywiki": {
"title": "$:/language/Docs/Types/text/x-tiddlywiki",
"description": "TiddlyWiki Classic",
"name": "text/x-tiddlywiki",
"group": "Text",
"group-sort": "0"
},
"$:/languages/en-GB/icon": {
"title": "$:/languages/en-GB/icon",
"type": "image/svg+xml",
"text": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 60 30\" width=\"1200\" height=\"600\">\n<clipPath id=\"t\">\n\t<path d=\"M30,15 h30 v15 z v15 h-30 z h-30 v-15 z v-15 h30 z\"/>\n</clipPath>\n<path d=\"M0,0 v30 h60 v-30 z\" fill=\"#00247d\"/>\n<path d=\"M0,0 L60,30 M60,0 L0,30\" stroke=\"#fff\" stroke-width=\"6\"/>\n<path d=\"M0,0 L60,30 M60,0 L0,30\" clip-path=\"url(#t)\" stroke=\"#cf142b\" stroke-width=\"4\"/>\n<path d=\"M30,0 v30 M0,15 h60\" stroke=\"#fff\" stroke-width=\"10\"/>\n<path d=\"M30,0 v30 M0,15 h60\" stroke=\"#cf142b\" stroke-width=\"6\"/>\n</svg>\n"
},
"$:/languages/en-GB": {
"title": "$:/languages/en-GB",
"name": "en-GB",
"description": "English (British)",
"author": "JeremyRuston",
"core-version": ">=5.0.0\"",
"text": "Stub pseudo-plugin for the default language"
},
"$:/core/modules/commander.js": {
"title": "$:/core/modules/commander.js",
"text": "/*\\\ntitle: $:/core/modules/commander.js\ntype: application/javascript\nmodule-type: global\n\nThe $tw.Commander class is a command interpreter\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nParse a sequence of commands\n\tcommandTokens: an array of command string tokens\n\twiki: reference to the wiki store object\n\tstreams: {output:, error:}, each of which has a write(string) method\n\tcallback: a callback invoked as callback(err) where err is null if there was no error\n*/\nvar Commander = function(commandTokens,callback,wiki,streams) {\n\tvar path = require(\"path\");\n\tthis.commandTokens = commandTokens;\n\tthis.nextToken = 0;\n\tthis.callback = callback;\n\tthis.wiki = wiki;\n\tthis.streams = streams;\n\tthis.outputPath = path.resolve($tw.boot.wikiPath,$tw.config.wikiOutputSubDir);\n};\n\n/*\nLog a string if verbose flag is set\n*/\nCommander.prototype.log = function(str) {\n\tif(this.verbose) {\n\t\tthis.streams.output.write(str + \"\\n\");\n\t}\n};\n\n/*\nWrite a string if verbose flag is set\n*/\nCommander.prototype.write = function(str) {\n\tif(this.verbose) {\n\t\tthis.streams.output.write(str);\n\t}\n};\n\n/*\nAdd a string of tokens to the command queue\n*/\nCommander.prototype.addCommandTokens = function(commandTokens) {\n\tvar params = commandTokens.slice(0);\n\tparams.unshift(0);\n\tparams.unshift(this.nextToken);\n\tArray.prototype.splice.apply(this.commandTokens,params);\n};\n\n/*\nExecute the sequence of commands and invoke a callback on completion\n*/\nCommander.prototype.execute = function() {\n\tthis.executeNextCommand();\n};\n\n/*\nExecute the next command in the sequence\n*/\nCommander.prototype.executeNextCommand = function() {\n\tvar self = this;\n\t// Invoke the callback if there are no more commands\n\tif(this.nextToken >= this.commandTokens.length) {\n\t\tthis.callback(null);\n\t} else {\n\t\t// Get and check the command token\n\t\tvar commandName = this.commandTokens[this.nextToken++];\n\t\tif(commandName.substr(0,2) !== \"--\") {\n\t\t\tthis.callback(\"Missing command: \" + commandName);\n\t\t} else {\n\t\t\tcommandName = commandName.substr(2); // Trim off the --\n\t\t\t// Accumulate the parameters to the command\n\t\t\tvar params = [];\n\t\t\twhile(this.nextToken < this.commandTokens.length && \n\t\t\t\tthis.commandTokens[this.nextToken].substr(0,2) !== \"--\") {\n\t\t\t\tparams.push(this.commandTokens[this.nextToken++]);\n\t\t\t}\n\t\t\t// Get the command info\n\t\t\tvar command = $tw.commands[commandName],\n\t\t\t\tc,err;\n\t\t\tif(!command) {\n\t\t\t\tthis.callback(\"Unknown command: \" + commandName);\n\t\t\t} else {\n\t\t\t\tif(this.verbose) {\n\t\t\t\t\tthis.streams.output.write(\"Executing command: \" + commandName + \" \" + params.join(\" \") + \"\\n\");\n\t\t\t\t}\n\t\t\t\t// Parse named parameters if required\n\t\t\t\tif(command.info.namedParameterMode) {\n\t\t\t\t\tparams = this.extractNamedParameters(params,command.info.mandatoryParameters);\n\t\t\t\t\tif(typeof params === \"string\") {\n\t\t\t\t\t\treturn this.callback(params);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tif(command.info.synchronous) {\n\t\t\t\t\t// Synchronous command\n\t\t\t\t\tc = new command.Command(params,this);\n\t\t\t\t\terr = c.execute();\n\t\t\t\t\tif(err) {\n\t\t\t\t\t\tthis.callback(err);\n\t\t\t\t\t} else {\n\t\t\t\t\t\tthis.executeNextCommand();\n\t\t\t\t\t}\n\t\t\t\t} else {\n\t\t\t\t\t// Asynchronous command\n\t\t\t\t\tc = new command.Command(params,this,function(err) {\n\t\t\t\t\t\tif(err) {\n\t\t\t\t\t\t\tself.callback(err);\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tself.executeNextCommand();\n\t\t\t\t\t\t}\n\t\t\t\t\t});\n\t\t\t\t\terr = c.execute();\n\t\t\t\t\tif(err) {\n\t\t\t\t\t\tthis.callback(err);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n};\n\n/*\nGiven an array of parameter strings `params` in name:value format, and an array of mandatory parameter names in `mandatoryParameters`, returns a hashmap of values or a string if error\n*/\nCommander.prototype.extractNamedParameters = function(params,mandatoryParameters) {\n\tmandatoryParameters = mandatoryParameters || [];\n\tvar errors = [],\n\t\tparamsByName = Object.create(null);\n\t// Extract the parameters\n\t$tw.utils.each(params,function(param) {\n\t\tvar index = param.indexOf(\"=\");\n\t\tif(index < 1) {\n\t\t\terrors.push(\"malformed named parameter: '\" + param + \"'\");\n\t\t}\n\t\tparamsByName[param.slice(0,index)] = $tw.utils.trim(param.slice(index+1));\n\t});\n\t// Check the mandatory parameters are present\n\t$tw.utils.each(mandatoryParameters,function(mandatoryParameter) {\n\t\tif(!$tw.utils.hop(paramsByName,mandatoryParameter)) {\n\t\t\terrors.push(\"missing mandatory parameter: '\" + mandatoryParameter + \"'\");\n\t\t}\n\t});\n\t// Return any errors\n\tif(errors.length > 0) {\n\t\treturn errors.join(\" and\\n\");\n\t} else {\n\t\treturn paramsByName;\t\t\n\t}\n};\n\nCommander.initCommands = function(moduleType) {\n\tmoduleType = moduleType || \"command\";\n\t$tw.commands = {};\n\t$tw.modules.forEachModuleOfType(moduleType,function(title,module) {\n\t\tvar c = $tw.commands[module.info.name] = {};\n\t\t// Add the methods defined by the module\n\t\tfor(var f in module) {\n\t\t\tif($tw.utils.hop(module,f)) {\n\t\t\t\tc[f] = module[f];\n\t\t\t}\n\t\t}\n\t});\n};\n\nexports.Commander = Commander;\n\n})();\n",
"type": "application/javascript",
"module-type": "global"
},
"$:/core/modules/commands/build.js": {
"title": "$:/core/modules/commands/build.js",
"text": "/*\\\ntitle: $:/core/modules/commands/build.js\ntype: application/javascript\nmodule-type: command\n\nCommand to build a build target\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"build\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander) {\n\tthis.params = params;\n\tthis.commander = commander;\n};\n\nCommand.prototype.execute = function() {\n\t// Get the build targets defined in the wiki\n\tvar buildTargets = $tw.boot.wikiInfo.build;\n\tif(!buildTargets) {\n\t\treturn \"No build targets defined\";\n\t}\n\t// Loop through each of the specified targets\n\tvar targets;\n\tif(this.params.length > 0) {\n\t\ttargets = this.params;\n\t} else {\n\t\ttargets = Object.keys(buildTargets);\n\t}\n\tfor(var targetIndex=0; targetIndex<targets.length; targetIndex++) {\n\t\tvar target = targets[targetIndex],\n\t\t\tcommands = buildTargets[target];\n\t\tif(!commands) {\n\t\t\treturn \"Build target '\" + target + \"' not found\";\n\t\t}\n\t\t// Add the commands to the queue\n\t\tthis.commander.addCommandTokens(commands);\n\t}\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
"type": "application/javascript",
"module-type": "command"
},
"$:/core/modules/commands/clearpassword.js": {
"title": "$:/core/modules/commands/clearpassword.js",
"text": "/*\\\ntitle: $:/core/modules/commands/clearpassword.js\ntype: application/javascript\nmodule-type: command\n\nClear password for crypto operations\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"clearpassword\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander,callback) {\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\t$tw.crypto.setPassword(null);\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
"type": "application/javascript",
"module-type": "command"
},
"$:/core/modules/commands/deletetiddlers.js": {
"title": "$:/core/modules/commands/deletetiddlers.js",
"text": "/*\\\ntitle: $:/core/modules/commands/deletetiddlers.js\ntype: application/javascript\nmodule-type: command\n\nCommand to delete tiddlers\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"deletetiddlers\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander,callback) {\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tif(this.params.length < 1) {\n\t\treturn \"Missing filter\";\n\t}\n\tvar self = this,\n\t\twiki = this.commander.wiki,\n\t\tfilter = this.params[0],\n\t\ttiddlers = wiki.filterTiddlers(filter);\n\t$tw.utils.each(tiddlers,function(title) {\n\t\twiki.deleteTiddler(title);\n\t});\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
"type": "application/javascript",
"module-type": "command"
},
"$:/core/modules/commands/editions.js": {
"title": "$:/core/modules/commands/editions.js",
"text": "/*\\\ntitle: $:/core/modules/commands/editions.js\ntype: application/javascript\nmodule-type: command\n\nCommand to list the available editions\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"editions\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander) {\n\tthis.params = params;\n\tthis.commander = commander;\n};\n\nCommand.prototype.execute = function() {\n\tvar self = this;\n\t// Output the list\n\tthis.commander.streams.output.write(\"Available editions:\\n\\n\");\n\tvar editionInfo = $tw.utils.getEditionInfo();\n\t$tw.utils.each(editionInfo,function(info,name) {\n\t\tself.commander.streams.output.write(\" \" + name + \": \" + info.description + \"\\n\");\n\t});\n\tthis.commander.streams.output.write(\"\\n\");\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
"type": "application/javascript",
"module-type": "command"
},
"$:/core/modules/commands/fetch.js": {
"title": "$:/core/modules/commands/fetch.js",
"text": "/*\\\ntitle: $:/core/modules/commands/fetch.js\ntype: application/javascript\nmodule-type: command\n\nCommands to fetch external tiddlers\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"fetch\",\n\tsynchronous: false\n};\n\nvar Command = function(params,commander,callback) {\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tif(this.params.length < 2) {\n\t\treturn \"Missing subcommand and url\";\n\t}\n\tswitch(this.params[0]) {\n\t\tcase \"raw-file\":\n\t\t\treturn this.fetchFiles({\n\t\t\t\traw: true,\n\t\t\t\turl: this.params[1],\n\t\t\t\ttransformFilter: this.params[2] || \"\",\n\t\t\t\tcallback: this.callback\n\t\t\t});\n\t\t\tbreak;\n\t\tcase \"file\":\n\t\t\treturn this.fetchFiles({\n\t\t\t\turl: this.params[1],\n\t\t\t\timportFilter: this.params[2],\n\t\t\t\ttransformFilter: this.params[3] || \"\",\n\t\t\t\tcallback: this.callback\n\t\t\t});\n\t\t\tbreak;\n\t\tcase \"raw-files\":\n\t\t\treturn this.fetchFiles({\n\t\t\t\traw: true,\n\t\t\t\turlFilter: this.params[1],\n\t\t\t\ttransformFilter: this.params[2] || \"\",\n\t\t\t\tcallback: this.callback\n\t\t\t});\n\t\t\tbreak;\n\t\tcase \"files\":\n\t\t\treturn this.fetchFiles({\n\t\t\t\turlFilter: this.params[1],\n\t\t\t\timportFilter: this.params[2],\n\t\t\t\ttransformFilter: this.params[3] || \"\",\n\t\t\t\tcallback: this.callback\n\t\t\t});\n\t\t\tbreak;\n\t}\n\treturn null;\n};\n\nCommand.prototype.fetchFiles = function(options) {\n\tvar self = this;\n\t// Get the list of URLs\n\tvar urls;\n\tif(options.url) {\n\t\turls = [options.url]\n\t} else if(options.urlFilter) {\n\t\turls = $tw.wiki.filterTiddlers(options.urlFilter);\n\t} else {\n\t\treturn \"Missing URL\";\n\t}\n\t// Process each URL in turn\n\tvar next = 0;\n\tvar getNextFile = function(err) {\n\t\tif(err) {\n\t\t\treturn options.callback(err);\n\t\t}\n\t\tif(next < urls.length) {\n\t\t\tself.fetchFile(urls[next++],options,getNextFile);\n\t\t} else {\n\t\t\toptions.callback(null);\n\t\t}\n\t};\n\tgetNextFile(null);\n\t// Success\n\treturn null;\n};\n\nCommand.prototype.fetchFile = function(url,options,callback,redirectCount) {\n\tif(redirectCount > 10) {\n\t\treturn callback(\"Error too many redirects retrieving \" + url);\n\t}\n\tvar self = this,\n\t\tlib = url.substr(0,8) === \"https://\" ? require(\"https\") : require(\"http\");\n\tlib.get(url).on(\"response\",function(response) {\n\t var type = (response.headers[\"content-type\"] || \"\").split(\";\")[0],\n\t \tdata = [];\n\t self.commander.write(\"Reading \" + url + \": \");\n\t response.on(\"data\",function(chunk) {\n\t data.push(chunk);\n\t self.commander.write(\".\");\n\t });\n\t response.on(\"end\",function() {\n\t self.commander.write(\"\\n\");\n\t if(response.statusCode === 200) {\n\t\t self.processBody(Buffer.concat(data),type,options,url);\n\t\t callback(null);\n\t } else {\n\t \tif(response.statusCode === 302 || response.statusCode === 303 || response.statusCode === 307) {\n\t \t\treturn self.fetchFile(response.headers.location,options,callback,redirectCount + 1);\n\t \t} else {\n\t\t \treturn callback(\"Error \" + response.statusCode + \" retrieving \" + url)\t \t\t\n\t \t}\n\t }\n\t \t});\n\t \tresponse.on(\"error\",function(e) {\n\t\t\tconsole.log(\"Error on GET request: \" + e);\n\t\t\tcallback(e);\n\t \t});\n\t});\n\treturn null;\n};\n\nCommand.prototype.processBody = function(body,type,options,url) {\n\tvar self = this;\n\t// Collect the tiddlers in a wiki\n\tvar incomingWiki = new $tw.Wiki();\n\tif(options.raw) {\n\t\tvar typeInfo = type ? $tw.config.contentTypeInfo[type] : null,\n\t\t\tencoding = typeInfo ? typeInfo.encoding : \"utf8\";\n\t\tincomingWiki.addTiddler(new $tw.Tiddler({\n\t\t\ttitle: url,\n\t\t\ttype: type,\n\t\t\ttext: body.toString(encoding)\n\t\t}));\n\t} else {\n\t\t// Deserialise the file to extract the tiddlers\n\t\tvar tiddlers = this.commander.wiki.deserializeTiddlers(type || \"text/html\",body.toString(\"utf8\"),{});\n\t\t$tw.utils.each(tiddlers,function(tiddler) {\n\t\t\tincomingWiki.addTiddler(new $tw.Tiddler(tiddler));\n\t\t});\n\t}\n\t// Filter the tiddlers to select the ones we want\n\tvar filteredTitles = incomingWiki.filterTiddlers(options.importFilter || \"[all[tiddlers]]\");\n\t// Import the selected tiddlers\n\tvar count = 0;\n\tincomingWiki.each(function(tiddler,title) {\n\t\tif(filteredTitles.indexOf(title) !== -1) {\n\t\t\tvar newTiddler;\n\t\t\tif(options.transformFilter) {\n\t\t\t\tvar transformedTitle = (incomingWiki.filterTiddlers(options.transformFilter,null,self.commander.wiki.makeTiddlerIterator([title])) || [\"\"])[0];\n\t\t\t\tif(transformedTitle) {\n\t\t\t\t\tself.commander.log(\"Importing \" + title + \" as \" + transformedTitle)\n\t\t\t\t\tnewTiddler = new $tw.Tiddler(tiddler,{title: transformedTitle});\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tself.commander.log(\"Importing \" + title)\n\t\t\t\tnewTiddler = tiddler;\n\t\t\t}\n\t\t\tself.commander.wiki.importTiddler(newTiddler);\n\t\t\tcount++;\n\t\t}\n\t});\n\tself.commander.log(\"Imported \" + count + \" tiddlers\")\n};\n\nexports.Command = Command;\n\n})();\n",
"type": "application/javascript",
"module-type": "command"
},
"$:/core/modules/commands/help.js": {
"title": "$:/core/modules/commands/help.js",
"text": "/*\\\ntitle: $:/core/modules/commands/help.js\ntype: application/javascript\nmodule-type: command\n\nHelp command\n\n\\*/\n(function(){\n\n/*jshint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"help\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander) {\n\tthis.params = params;\n\tthis.commander = commander;\n};\n\nCommand.prototype.execute = function() {\n\tvar subhelp = this.params[0] || \"default\",\n\t\thelpBase = \"$:/language/Help/\",\n\t\ttext;\n\tif(!this.commander.wiki.getTiddler(helpBase + subhelp)) {\n\t\tsubhelp = \"notfound\";\n\t}\n\t// Wikify the help as formatted text (ie block elements generate newlines)\n\ttext = this.commander.wiki.renderTiddler(\"text/plain-formatted\",helpBase + subhelp);\n\t// Remove any leading linebreaks\n\ttext = text.replace(/^(\\r?\\n)*/g,\"\");\n\tthis.commander.streams.output.write(text);\n};\n\nexports.Command = Command;\n\n})();\n",
"type": "application/javascript",
"module-type": "command"
},
"$:/core/modules/commands/import.js": {
"title": "$:/core/modules/commands/import.js",
"text": "/*\\\ntitle: $:/core/modules/commands/import.js\ntype: application/javascript\nmodule-type: command\n\nCommand to import tiddlers from a file\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"import\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander,callback) {\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tvar self = this,\n\t\tfs = require(\"fs\"),\n\t\tpath = require(\"path\");\n\tif(this.params.length < 2) {\n\t\treturn \"Missing parameters\";\n\t}\n\tvar filename = self.params[0],\n\t\tdeserializer = self.params[1],\n\t\ttitle = self.params[2] || filename,\n\t\tencoding = self.params[3] || \"utf8\",\n\t\ttext = fs.readFileSync(filename,encoding),\n\t\ttiddlers = this.commander.wiki.deserializeTiddlers(null,text,{title: title},{deserializer: deserializer});\n\t$tw.utils.each(tiddlers,function(tiddler) {\n\t\tself.commander.wiki.importTiddler(new $tw.Tiddler(tiddler));\n\t});\n\tthis.commander.log(tiddlers.length + \" tiddler(s) imported\");\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
"type": "application/javascript",
"module-type": "command"
},
"$:/core/modules/commands/init.js": {
"title": "$:/core/modules/commands/init.js",
"text": "/*\\\ntitle: $:/core/modules/commands/init.js\ntype: application/javascript\nmodule-type: command\n\nCommand to initialise an empty wiki folder\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"init\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander) {\n\tthis.params = params;\n\tthis.commander = commander;\n};\n\nCommand.prototype.execute = function() {\n\tvar fs = require(\"fs\"),\n\t\tpath = require(\"path\");\n\t// Check that we don't already have a valid wiki folder\n\tif($tw.boot.wikiTiddlersPath || ($tw.utils.isDirectory($tw.boot.wikiPath) && !$tw.utils.isDirectoryEmpty($tw.boot.wikiPath))) {\n\t\treturn \"Wiki folder is not empty\";\n\t}\n\t// Loop through each of the specified editions\n\tvar editions = this.params.length > 0 ? this.params : [\"empty\"];\n\tfor(var editionIndex=0; editionIndex<editions.length; editionIndex++) {\n\t\tvar editionName = editions[editionIndex];\n\t\t// Check the edition exists\n\t\tvar editionPath = $tw.findLibraryItem(editionName,$tw.getLibraryItemSearchPaths($tw.config.editionsPath,$tw.config.editionsEnvVar));\n\t\tif(!$tw.utils.isDirectory(editionPath)) {\n\t\t\treturn \"Edition '\" + editionName + \"' not found\";\n\t\t}\n\t\t// Copy the edition content\n\t\tvar err = $tw.utils.copyDirectory(editionPath,$tw.boot.wikiPath);\n\t\tif(!err) {\n\t\t\tthis.commander.streams.output.write(\"Copied edition '\" + editionName + \"' to \" + $tw.boot.wikiPath + \"\\n\");\n\t\t} else {\n\t\t\treturn err;\n\t\t}\n\t}\n\t// Tweak the tiddlywiki.info to remove any included wikis\n\tvar packagePath = $tw.boot.wikiPath + \"/tiddlywiki.info\",\n\t\tpackageJson = JSON.parse(fs.readFileSync(packagePath));\n\tdelete packageJson.includeWikis;\n\tfs.writeFileSync(packagePath,JSON.stringify(packageJson,null,$tw.config.preferences.jsonSpaces));\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
"type": "application/javascript",
"module-type": "command"
},
"$:/core/modules/commands/listen.js": {
"title": "$:/core/modules/commands/listen.js",
"text": "/*\\\ntitle: $:/core/modules/commands/listen.js\ntype: application/javascript\nmodule-type: command\n\nListen for HTTP requests and serve tiddlers\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Server = require(\"$:/core/modules/server/server.js\").Server;\n\nexports.info = {\n\tname: \"listen\",\n\tsynchronous: true,\n\tnamedParameterMode: true,\n\tmandatoryParameters: [],\n};\n\nvar Command = function(params,commander,callback) {\n\tvar self = this;\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tvar self = this;\n\tif(!$tw.boot.wikiTiddlersPath) {\n\t\t$tw.utils.warning(\"Warning: Wiki folder '\" + $tw.boot.wikiPath + \"' does not exist or is missing a tiddlywiki.info file\");\n\t}\n\t// Set up server\n\tthis.server = new Server({\n\t\twiki: this.commander.wiki,\n\t\tvariables: self.params\n\t});\n\tvar nodeServer = this.server.listen();\n\t$tw.hooks.invokeHook(\"th-server-command-post-start\",this.server,nodeServer,\"tiddlywiki\");\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
"type": "application/javascript",
"module-type": "command"
},
"$:/core/modules/commands/load.js": {
"title": "$:/core/modules/commands/load.js",
"text": "/*\\\ntitle: $:/core/modules/commands/load.js\ntype: application/javascript\nmodule-type: command\n\nCommand to load tiddlers from a file or directory\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"load\",\n\tsynchronous: false\n};\n\nvar Command = function(params,commander,callback) {\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tvar self = this,\n\t\tfs = require(\"fs\"),\n\t\tpath = require(\"path\");\n\tif(this.params.length < 1) {\n\t\treturn \"Missing filename\";\n\t}\n\tvar tiddlers = $tw.loadTiddlersFromPath(self.params[0]),\n\t\tcount = 0;\n\t$tw.utils.each(tiddlers,function(tiddlerInfo) {\n\t\t$tw.utils.each(tiddlerInfo.tiddlers,function(tiddler) {\n\t\t\tself.commander.wiki.importTiddler(new $tw.Tiddler(tiddler));\n\t\t\tcount++;\n\t\t});\n\t});\n\tif(!count && self.params[1] !== \"noerror\") {\n\t\tself.callback(\"No tiddlers found in file \\\"\" + self.params[0] + \"\\\"\");\n\t} else {\n\t\tself.callback(null);\n\t}\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
"type": "application/javascript",
"module-type": "command"
},
"$:/core/modules/commands/makelibrary.js": {
"title": "$:/core/modules/commands/makelibrary.js",
"text": "/*\\\ntitle: $:/core/modules/commands/makelibrary.js\ntype: application/javascript\nmodule-type: command\n\nCommand to pack all of the plugins in the library into a plugin tiddler of type \"library\"\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"makelibrary\",\n\tsynchronous: true\n};\n\nvar UPGRADE_LIBRARY_TITLE = \"$:/UpgradeLibrary\";\n\nvar Command = function(params,commander,callback) {\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tvar wiki = this.commander.wiki,\n\t\tfs = require(\"fs\"),\n\t\tpath = require(\"path\"),\n\t\tupgradeLibraryTitle = this.params[0] || UPGRADE_LIBRARY_TITLE,\n\t\ttiddlers = {};\n\t// Collect up the library plugins\n\tvar collectPlugins = function(folder) {\n\t\t\tvar pluginFolders = fs.readdirSync(folder);\n\t\t\tfor(var p=0; p<pluginFolders.length; p++) {\n\t\t\t\tif(!$tw.boot.excludeRegExp.test(pluginFolders[p])) {\n\t\t\t\t\tpluginFields = $tw.loadPluginFolder(path.resolve(folder,\"./\" + pluginFolders[p]));\n\t\t\t\t\tif(pluginFields && pluginFields.title) {\n\t\t\t\t\t\ttiddlers[pluginFields.title] = pluginFields;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\tcollectPublisherPlugins = function(folder) {\n\t\t\tvar publisherFolders = fs.readdirSync(folder);\n\t\t\tfor(var t=0; t<publisherFolders.length; t++) {\n\t\t\t\tif(!$tw.boot.excludeRegExp.test(publisherFolders[t])) {\n\t\t\t\t\tcollectPlugins(path.resolve(folder,\"./\" + publisherFolders[t]));\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\tcollectPublisherPlugins(path.resolve($tw.boot.corePath,$tw.config.pluginsPath));\n\tcollectPublisherPlugins(path.resolve($tw.boot.corePath,$tw.config.themesPath));\n\tcollectPlugins(path.resolve($tw.boot.corePath,$tw.config.languagesPath));\n\t// Save the upgrade library tiddler\n\tvar pluginFields = {\n\t\ttitle: upgradeLibraryTitle,\n\t\ttype: \"application/json\",\n\t\t\"plugin-type\": \"library\",\n\t\t\"text\": JSON.stringify({tiddlers: tiddlers},null,$tw.config.preferences.jsonSpaces)\n\t};\n\twiki.addTiddler(new $tw.Tiddler(pluginFields));\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
"type": "application/javascript",
"module-type": "command"
},
"$:/core/modules/commands/output.js": {
"title": "$:/core/modules/commands/output.js",
"text": "/*\\\ntitle: $:/core/modules/commands/output.js\ntype: application/javascript\nmodule-type: command\n\nCommand to set the default output location (defaults to current working directory)\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"output\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander,callback) {\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tvar fs = require(\"fs\"),\n\t\tpath = require(\"path\");\n\tif(this.params.length < 1) {\n\t\treturn \"Missing output path\";\n\t}\n\tthis.commander.outputPath = path.resolve(process.cwd(),this.params[0]);\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
"type": "application/javascript",
"module-type": "command"
},
"$:/core/modules/commands/password.js": {
"title": "$:/core/modules/commands/password.js",
"text": "/*\\\ntitle: $:/core/modules/commands/password.js\ntype: application/javascript\nmodule-type: command\n\nSave password for crypto operations\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"password\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander,callback) {\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tif(this.params.length < 1) {\n\t\treturn \"Missing password\";\n\t}\n\t$tw.crypto.setPassword(this.params[0]);\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
"type": "application/javascript",
"module-type": "command"
},
"$:/core/modules/commands/render.js": {
"title": "$:/core/modules/commands/render.js",
"text": "/*\\\ntitle: $:/core/modules/commands/render.js\ntype: application/javascript\nmodule-type: command\n\nRender individual tiddlers and save the results to the specified files\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar widget = require(\"$:/core/modules/widgets/widget.js\");\n\nexports.info = {\n\tname: \"render\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander,callback) {\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tif(this.params.length < 1) {\n\t\treturn \"Missing tiddler filter\";\n\t}\n\tvar self = this,\n\t\tfs = require(\"fs\"),\n\t\tpath = require(\"path\"),\n\t\twiki = this.commander.wiki,\n\t\ttiddlerFilter = this.params[0],\n\t\tfilenameFilter = this.params[1] || \"[is[tiddler]addsuffix[.html]]\",\n\t\ttype = this.params[2] || \"text/html\",\n\t\ttemplate = this.params[3],\n\t\tvarName = this.params[4],\n\t\tvarValue = this.params[5],\n\t\ttiddlers = wiki.filterTiddlers(tiddlerFilter);\n\t$tw.utils.each(tiddlers,function(title) {\n\t\tvar parser = wiki.parseTiddler(template || title),\n\t\t\tvariables = {currentTiddler: title};\n\t\tif(varName) {\n\t\t\tvariables[varName] = varValue || \"\";\n\t\t}\n\t\tvar widgetNode = wiki.makeWidget(parser,{variables: variables}),\n\t\t\tcontainer = $tw.fakeDocument.createElement(\"div\");\n\t\twidgetNode.render(container,null);\n\t\tvar text = type === \"text/html\" ? container.innerHTML : container.textContent,\n\t\t\tfilepath = path.resolve(self.commander.outputPath,wiki.filterTiddlers(filenameFilter,$tw.rootWidget,wiki.makeTiddlerIterator([title]))[0]);\n\t\tif(self.commander.verbose) {\n\t\t\tconsole.log(\"Rendering \\\"\" + title + \"\\\" to \\\"\" + filepath + \"\\\"\");\n\t\t}\n\t\t$tw.utils.createFileDirectories(filepath);\n\t\tfs.writeFileSync(filepath,text,\"utf8\");\n\t});\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
"type": "application/javascript",
"module-type": "command"
},
"$:/core/modules/commands/rendertiddler.js": {
"title": "$:/core/modules/commands/rendertiddler.js",
"text": "/*\\\ntitle: $:/core/modules/commands/rendertiddler.js\ntype: application/javascript\nmodule-type: command\n\nCommand to render a tiddler and save it to a file\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"rendertiddler\",\n\tsynchronous: false\n};\n\nvar Command = function(params,commander,callback) {\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tif(this.params.length < 2) {\n\t\treturn \"Missing filename\";\n\t}\n\tvar self = this,\n\t\tfs = require(\"fs\"),\n\t\tpath = require(\"path\"),\n\t\ttitle = this.params[0],\n\t\tfilename = path.resolve(this.commander.outputPath,this.params[1]),\n\t\ttype = this.params[2] || \"text/html\",\n\t\ttemplate = this.params[3],\n\t\tname = this.params[4],\n\t\tvalue = this.params[5],\n\t\tvariables = {};\n\t$tw.utils.createFileDirectories(filename);\n\tif(template) {\n\t\tvariables.currentTiddler = title;\n\t\ttitle = template;\n\t}\n\tif(name && value) {\n\t\tvariables[name] = value;\n\t}\n\tfs.writeFile(filename,this.commander.wiki.renderTiddler(type,title,{variables: variables}),\"utf8\",function(err) {\n\t\tself.callback(err);\n\t});\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
"type": "application/javascript",
"module-type": "command"
},
"$:/core/modules/commands/rendertiddlers.js": {
"title": "$:/core/modules/commands/rendertiddlers.js",
"text": "/*\\\ntitle: $:/core/modules/commands/rendertiddlers.js\ntype: application/javascript\nmodule-type: command\n\nCommand to render several tiddlers to a folder of files\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar widget = require(\"$:/core/modules/widgets/widget.js\");\n\nexports.info = {\n\tname: \"rendertiddlers\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander,callback) {\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tif(this.params.length < 2) {\n\t\treturn \"Missing filename\";\n\t}\n\tvar self = this,\n\t\tfs = require(\"fs\"),\n\t\tpath = require(\"path\"),\n\t\twiki = this.commander.wiki,\n\t\tfilter = this.params[0],\n\t\ttemplate = this.params[1],\n\t\toutputPath = this.commander.outputPath,\n\t\tpathname = path.resolve(outputPath,this.params[2]),\t\t\n\t\ttype = this.params[3] || \"text/html\",\n\t\textension = this.params[4] || \".html\",\n\t\tdeleteDirectory = (this.params[5] || \"\").toLowerCase() !== \"noclean\",\n\t\ttiddlers = wiki.filterTiddlers(filter);\n\tif(deleteDirectory) {\n\t\t$tw.utils.deleteDirectory(pathname);\n\t}\n\t$tw.utils.each(tiddlers,function(title) {\n\t\tvar parser = wiki.parseTiddler(template),\n\t\t\twidgetNode = wiki.makeWidget(parser,{variables: {currentTiddler: title}}),\n\t\t\tcontainer = $tw.fakeDocument.createElement(\"div\");\n\t\twidgetNode.render(container,null);\n\t\tvar text = type === \"text/html\" ? container.innerHTML : container.textContent,\n\t\t\texportPath = null;\n\t\tif($tw.utils.hop($tw.macros,\"tv-get-export-path\")) {\n\t\t\tvar macroPath = $tw.macros[\"tv-get-export-path\"].run.apply(self,[title]);\n\t\t\tif(macroPath) {\n\t\t\t\texportPath = path.resolve(outputPath,macroPath + extension);\n\t\t\t}\n\t\t}\n\t\tvar finalPath = exportPath || path.resolve(pathname,encodeURIComponent(title) + extension);\n\t\t$tw.utils.createFileDirectories(finalPath);\n\t\tfs.writeFileSync(finalPath,text,\"utf8\");\n\t});\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
"type": "application/javascript",
"module-type": "command"
},
"$:/core/modules/commands/save.js": {
"title": "$:/core/modules/commands/save.js",
"text": "/*\\\ntitle: $:/core/modules/commands/save.js\ntype: application/javascript\nmodule-type: command\n\nSaves individual tiddlers in their raw text or binary format to the specified files\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"save\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander,callback) {\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tif(this.params.length < 1) {\n\t\treturn \"Missing filename filter\";\n\t}\n\tvar self = this,\n\t\tfs = require(\"fs\"),\n\t\tpath = require(\"path\"),\n\t\twiki = this.commander.wiki,\n\t\ttiddlerFilter = this.params[0],\n\t\tfilenameFilter = this.params[1] || \"[is[tiddler]]\",\n\t\ttiddlers = wiki.filterTiddlers(tiddlerFilter);\n\t$tw.utils.each(tiddlers,function(title) {\n\t\tvar tiddler = self.commander.wiki.getTiddler(title),\n\t\t\ttype = tiddler.fields.type || \"text/vnd.tiddlywiki\",\n\t\t\tcontentTypeInfo = $tw.config.contentTypeInfo[type] || {encoding: \"utf8\"},\n\t\t\tfilepath = path.resolve(self.commander.outputPath,wiki.filterTiddlers(filenameFilter,$tw.rootWidget,wiki.makeTiddlerIterator([title]))[0]);\n\t\tif(self.commander.verbose) {\n\t\t\tconsole.log(\"Saving \\\"\" + title + \"\\\" to \\\"\" + filepath + \"\\\"\");\n\t\t}\n\t\t$tw.utils.createFileDirectories(filepath);\n\t\tfs.writeFileSync(filepath,tiddler.fields.text,contentTypeInfo.encoding);\n\t});\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
"type": "application/javascript",
"module-type": "command"
},
"$:/core/modules/commands/savelibrarytiddlers.js": {
"title": "$:/core/modules/commands/savelibrarytiddlers.js",
"text": "/*\\\ntitle: $:/core/modules/commands/savelibrarytiddlers.js\ntype: application/javascript\nmodule-type: command\n\nCommand to save the subtiddlers of a bundle tiddler as a series of JSON files\n\n--savelibrarytiddlers <tiddler> <pathname> <skinnylisting>\n\nThe tiddler identifies the bundle tiddler that contains the subtiddlers.\n\nThe pathname specifies the pathname to the folder in which the JSON files should be saved. The filename is the URL encoded title of the subtiddler.\n\nThe skinnylisting specifies the title of the tiddler to which a JSON catalogue of the subtiddlers will be saved. The JSON file contains the same data as the bundle tiddler but with the `text` field removed.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"savelibrarytiddlers\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander,callback) {\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tif(this.params.length < 2) {\n\t\treturn \"Missing filename\";\n\t}\n\tvar self = this,\n\t\tfs = require(\"fs\"),\n\t\tpath = require(\"path\"),\n\t\tcontainerTitle = this.params[0],\n\t\tfilter = this.params[1],\n\t\tbasepath = this.params[2],\n\t\tskinnyListTitle = this.params[3];\n\t// Get the container tiddler as data\n\tvar containerData = self.commander.wiki.getTiddlerDataCached(containerTitle,undefined);\n\tif(!containerData) {\n\t\treturn \"'\" + containerTitle + \"' is not a tiddler bundle\";\n\t}\n\t// Filter the list of plugins\n\tvar pluginList = [];\n\t$tw.utils.each(containerData.tiddlers,function(tiddler,title) {\n\t\tpluginList.push(title);\n\t});\n\tvar filteredPluginList;\n\tif(filter) {\n\t\tfilteredPluginList = self.commander.wiki.filterTiddlers(filter,null,self.commander.wiki.makeTiddlerIterator(pluginList));\n\t} else {\n\t\tfilteredPluginList = pluginList;\n\t}\n\t// Iterate through the plugins\n\tvar skinnyList = [];\n\t$tw.utils.each(filteredPluginList,function(title) {\n\t\tvar tiddler = containerData.tiddlers[title];\n\t\t// Save each JSON file and collect the skinny data\n\t\tvar pathname = path.resolve(self.commander.outputPath,basepath + encodeURIComponent(title) + \".json\");\n\t\t$tw.utils.createFileDirectories(pathname);\n\t\tfs.writeFileSync(pathname,JSON.stringify(tiddler,null,$tw.config.preferences.jsonSpaces),\"utf8\");\n\t\t// Collect the skinny list data\n\t\tvar pluginTiddlers = JSON.parse(tiddler.text),\n\t\t\treadmeContent = (pluginTiddlers.tiddlers[title + \"/readme\"] || {}).text,\n\t\t\ticonTiddler = pluginTiddlers.tiddlers[title + \"/icon\"] || {},\n\t\t\ticonType = iconTiddler.type,\n\t\t\ticonText = iconTiddler.text,\n\t\t\ticonContent;\n\t\tif(iconType && iconText) {\n\t\t\ticonContent = $tw.utils.makeDataUri(iconText,iconType);\n\t\t}\n\t\tskinnyList.push($tw.utils.extend({},tiddler,{text: undefined, readme: readmeContent, icon: iconContent}));\n\t});\n\t// Save the catalogue tiddler\n\tif(skinnyListTitle) {\n\t\tself.commander.wiki.setTiddlerData(skinnyListTitle,skinnyList);\n\t}\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
"type": "application/javascript",
"module-type": "command"
},
"$:/core/modules/commands/savetiddler.js": {
"title": "$:/core/modules/commands/savetiddler.js",
"text": "/*\\\ntitle: $:/core/modules/commands/savetiddler.js\ntype: application/javascript\nmodule-type: command\n\nCommand to save the content of a tiddler to a file\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"savetiddler\",\n\tsynchronous: false\n};\n\nvar Command = function(params,commander,callback) {\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tif(this.params.length < 2) {\n\t\treturn \"Missing filename\";\n\t}\n\tvar self = this,\n\t\tfs = require(\"fs\"),\n\t\tpath = require(\"path\"),\n\t\ttitle = this.params[0],\n\t\tfilename = path.resolve(this.commander.outputPath,this.params[1]),\n\t\ttiddler = this.commander.wiki.getTiddler(title);\n\tif(tiddler) {\n\t\tvar type = tiddler.fields.type || \"text/vnd.tiddlywiki\",\n\t\t\tcontentTypeInfo = $tw.config.contentTypeInfo[type] || {encoding: \"utf8\"};\n\t\t$tw.utils.createFileDirectories(filename);\n\t\tfs.writeFile(filename,tiddler.fields.text,contentTypeInfo.encoding,function(err) {\n\t\t\tself.callback(err);\n\t\t});\n\t} else {\n\t\treturn \"Missing tiddler: \" + title;\n\t}\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
"type": "application/javascript",
"module-type": "command"
},
"$:/core/modules/commands/savetiddlers.js": {
"title": "$:/core/modules/commands/savetiddlers.js",
"text": "/*\\\ntitle: $:/core/modules/commands/savetiddlers.js\ntype: application/javascript\nmodule-type: command\n\nCommand to save several tiddlers to a folder of files\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar widget = require(\"$:/core/modules/widgets/widget.js\");\n\nexports.info = {\n\tname: \"savetiddlers\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander,callback) {\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tif(this.params.length < 1) {\n\t\treturn \"Missing filename\";\n\t}\n\tvar self = this,\n\t\tfs = require(\"fs\"),\n\t\tpath = require(\"path\"),\n\t\twiki = this.commander.wiki,\n\t\tfilter = this.params[0],\n\t\tpathname = path.resolve(this.commander.outputPath,this.params[1]),\n\t\tdeleteDirectory = (this.params[2] || \"\").toLowerCase() !== \"noclean\",\n\t\ttiddlers = wiki.filterTiddlers(filter);\n\tif(deleteDirectory) {\n\t\t$tw.utils.deleteDirectory(pathname);\n\t}\n\t$tw.utils.createDirectory(pathname);\n\t$tw.utils.each(tiddlers,function(title) {\n\t\tvar tiddler = self.commander.wiki.getTiddler(title),\n\t\t\ttype = tiddler.fields.type || \"text/vnd.tiddlywiki\",\n\t\t\tcontentTypeInfo = $tw.config.contentTypeInfo[type] || {encoding: \"utf8\"},\n\t\t\tfilename = path.resolve(pathname,encodeURIComponent(title));\n\t\tfs.writeFileSync(filename,tiddler.fields.text,contentTypeInfo.encoding);\n\t});\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
"type": "application/javascript",
"module-type": "command"
},
"$:/core/modules/commands/savewikifolder.js": {
"title": "$:/core/modules/commands/savewikifolder.js",
"text": "/*\\\ntitle: $:/core/modules/commands/savewikifolder.js\ntype: application/javascript\nmodule-type: command\n\nCommand to save the current wiki as a wiki folder\n\n--savewikifolder <wikifolderpath> [<filter>]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"savewikifolder\",\n\tsynchronous: true\n};\n\nvar fs,path;\nif($tw.node) {\n\tfs = require(\"fs\");\n\tpath = require(\"path\");\n}\n\nvar Command = function(params,commander,callback) {\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tif(this.params.length < 1) {\n\t\treturn \"Missing wiki folder path\";\n\t}\n\tvar wikifoldermaker = new WikiFolderMaker(this.params[0],this.params[1],this.commander);\n\treturn wikifoldermaker.save();\n};\n\nfunction WikiFolderMaker(wikiFolderPath,wikiFilter,commander) {\n\tthis.wikiFolderPath = wikiFolderPath;\n\tthis.wikiFilter = wikiFilter || \"[all[tiddlers]]\";\n\tthis.commander = commander;\n\tthis.wiki = commander.wiki;\n\tthis.savedPaths = []; // So that we can detect filename clashes\n}\n\nWikiFolderMaker.prototype.log = function(str) {\n\tif(this.commander.verbose) {\n\t\tconsole.log(str);\n\t}\n};\n\nWikiFolderMaker.prototype.tiddlersToIgnore = [\n\t\"$:/boot/boot.css\",\n\t\"$:/boot/boot.js\",\n\t\"$:/boot/bootprefix.js\",\n\t\"$:/core\",\n\t\"$:/library/sjcl.js\",\n\t\"$:/temp/info-plugin\"\n];\n\n/*\nReturns null if successful, or an error string if there was an error\n*/\nWikiFolderMaker.prototype.save = function() {\n\tvar self = this;\n\t// Check that the output directory doesn't exist\n\tif(fs.existsSync(this.wikiFolderPath) && !$tw.utils.isDirectoryEmpty(this.wikiFolderPath)) {\n\t\treturn \"The unpackwiki command requires that the output wiki folder be empty\";\n\t}\n\t// Get the tiddlers from the source wiki\n\tvar tiddlerTitles = this.wiki.filterTiddlers(this.wikiFilter);\n\t// Initialise a new tiddlwiki.info file\n\tvar newWikiInfo = {};\n\t// Process each incoming tiddler in turn\n\t$tw.utils.each(tiddlerTitles,function(title) {\n\t\tvar tiddler = self.wiki.getTiddler(title);\n\t\tif(tiddler) {\n\t\t\tif(self.tiddlersToIgnore.indexOf(title) !== -1) {\n\t\t\t\t// Ignore the core plugin and the ephemeral info plugin\n\t\t\t\tself.log(\"Ignoring tiddler: \" + title);\n\t\t\t} else {\n\t\t\t\tvar type = tiddler.fields.type,\n\t\t\t\t\tpluginType = tiddler.fields[\"plugin-type\"];\n\t\t\t\tif(type === \"application/json\" && pluginType) {\n\t\t\t\t\t// Plugin tiddler\n\t\t\t\t\tvar libraryDetails = self.findPluginInLibrary(title);\n\t\t\t\t\tif(libraryDetails) {\n\t\t\t\t\t\t// A plugin from the core library\n\t\t\t\t\t\tself.log(\"Adding built-in plugin: \" + libraryDetails.name);\n\t\t\t\t\t\tnewWikiInfo[libraryDetails.type] = newWikiInfo[libraryDetails.type] || [];\n\t\t\t\t\t\t$tw.utils.pushTop(newWikiInfo[libraryDetails.type],libraryDetails.name);\n\t\t\t\t\t} else {\n\t\t\t\t\t\t// A custom plugin\n\t\t\t\t\t\tself.log(\"Processing custom plugin: \" + title);\n\t\t\t\t\t\tself.saveCustomPlugin(tiddler);\n\t\t\t\t\t}\t\t\t\t\n\t\t\t\t} else {\n\t\t\t\t\t// Ordinary tiddler\n\t\t\t\t\tself.saveTiddler(\"tiddlers\",tiddler);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t});\n\t// Save the tiddlywiki.info file\n\tthis.saveJSONFile(\"tiddlywiki.info\",newWikiInfo);\n\tself.log(\"Writing tiddlywiki.info: \" + JSON.stringify(newWikiInfo,null,$tw.config.preferences.jsonSpaces));\n\treturn null;\n};\n\n/*\nTest whether the specified tiddler is a plugin in the plugin library\n*/\nWikiFolderMaker.prototype.findPluginInLibrary = function(title) {\n\tvar parts = title.split(\"/\"),\n\t\tpluginPath, type, name;\n\tif(parts[0] === \"$:\") {\n\t\tif(parts[1] === \"languages\" && parts.length === 3) {\n\t\t\tpluginPath = \"languages\" + path.sep + parts[2];\n\t\t\ttype = parts[1];\n\t\t\tname = parts[2];\n\t\t} else if(parts[1] === \"plugins\" || parts[1] === \"themes\" && parts.length === 4) {\n\t\t\tpluginPath = parts[1] + path.sep + parts[2] + path.sep + parts[3];\n\t\t\ttype = parts[1];\n\t\t\tname = parts[2] + \"/\" + parts[3];\n\t\t}\n\t}\n\tif(pluginPath && type && name) {\n\t\tpluginPath = path.resolve($tw.boot.bootPath,\"..\",pluginPath);\n\t\tif(fs.existsSync(pluginPath)) {\n\t\t\treturn {\n\t\t\t\tpluginPath: pluginPath,\n\t\t\t\ttype: type,\n\t\t\t\tname: name\n\t\t\t};\n\t\t}\n\t}\n\treturn false;\n};\n\nWikiFolderMaker.prototype.saveCustomPlugin = function(pluginTiddler) {\n\tvar self = this,\n\t\tpluginTitle = pluginTiddler.fields.title,\n\t\ttitleParts = pluginTitle.split(\"/\"),\n\t\tdirectory = $tw.utils.generateTiddlerFilepath(titleParts[titleParts.length - 1],{\n\t\t\tdirectory: path.resolve(this.wikiFolderPath,pluginTiddler.fields[\"plugin-type\"] + \"s\")\n\t\t}),\n\t\tpluginInfo = pluginTiddler.getFieldStrings({exclude: [\"text\",\"type\"]});\n\tthis.saveJSONFile(directory + path.sep + \"plugin.info\",pluginInfo);\n\tself.log(\"Writing \" + directory + path.sep + \"plugin.info: \" + JSON.stringify(pluginInfo,null,$tw.config.preferences.jsonSpaces));\n\tvar pluginTiddlers = JSON.parse(pluginTiddler.fields.text).tiddlers; // A hashmap of tiddlers in the plugin\n\t$tw.utils.each(pluginTiddlers,function(tiddler) {\n\t\tself.saveTiddler(directory,new $tw.Tiddler(tiddler));\n\t});\n};\n\nWikiFolderMaker.prototype.saveTiddler = function(directory,tiddler) {\n\tvar fileInfo = $tw.utils.generateTiddlerFileInfo(tiddler,{\n\t\tdirectory: path.resolve(this.wikiFolderPath,directory),\n\t\twiki: this.wiki\n\t});\n\t$tw.utils.saveTiddlerToFileSync(tiddler,fileInfo);\n};\n\nWikiFolderMaker.prototype.saveJSONFile = function(filename,json) {\n\tthis.saveTextFile(filename,JSON.stringify(json,null,$tw.config.preferences.jsonSpaces));\n};\n\nWikiFolderMaker.prototype.saveTextFile = function(filename,data) {\n\tthis.saveFile(filename,\"utf8\",data);\n};\n\nWikiFolderMaker.prototype.saveFile = function(filename,encoding,data) {\n\tvar filepath = path.resolve(this.wikiFolderPath,filename);\n\t$tw.utils.createFileDirectories(filepath);\n\tfs.writeFileSync(filepath,data,encoding);\n};\n\nexports.Command = Command;\n\n})();\n",
"type": "application/javascript",
"module-type": "command"
},
"$:/core/modules/commands/server.js": {
"title": "$:/core/modules/commands/server.js",
"text": "/*\\\ntitle: $:/core/modules/commands/server.js\ntype: application/javascript\nmodule-type: command\n\nDeprecated legacy command for serving tiddlers\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Server = require(\"$:/core/modules/server/server.js\").Server;\n\nexports.info = {\n\tname: \"server\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander,callback) {\n\tvar self = this;\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tif(!$tw.boot.wikiTiddlersPath) {\n\t\t$tw.utils.warning(\"Warning: Wiki folder '\" + $tw.boot.wikiPath + \"' does not exist or is missing a tiddlywiki.info file\");\n\t}\n\t// Set up server\n\tthis.server = new Server({\n\t\twiki: this.commander.wiki,\n\t\tvariables: {\n\t\t\tport: this.params[0],\n\t\t\thost: this.params[6],\n\t\t\t\"root-tiddler\": this.params[1],\n\t\t\t\"root-render-type\": this.params[2],\n\t\t\t\"root-serve-type\": this.params[3],\n\t\t\tusername: this.params[4],\n\t\t\tpassword: this.params[5],\n\t\t\t\"path-prefix\": this.params[7],\n\t\t\t\"debug-level\": this.params[8]\n\t\t}\n\t});\n\tvar nodeServer = this.server.listen();\n\t$tw.hooks.invokeHook(\"th-server-command-post-start\",this.server,nodeServer,\"tiddlywiki\");\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
"type": "application/javascript",
"module-type": "command"
},
"$:/core/modules/commands/setfield.js": {
"title": "$:/core/modules/commands/setfield.js",
"text": "/*\\\ntitle: $:/core/modules/commands/setfield.js\ntype: application/javascript\nmodule-type: command\n\nCommand to modify selected tiddlers to set a field to the text of a template tiddler that has been wikified with the selected tiddler as the current tiddler.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar widget = require(\"$:/core/modules/widgets/widget.js\");\n\nexports.info = {\n\tname: \"setfield\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander,callback) {\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tif(this.params.length < 4) {\n\t\treturn \"Missing parameters\";\n\t}\n\tvar self = this,\n\t\twiki = this.commander.wiki,\n\t\tfilter = this.params[0],\n\t\tfieldname = this.params[1] || \"text\",\n\t\ttemplatetitle = this.params[2],\n\t\trendertype = this.params[3] || \"text/plain\",\n\t\ttiddlers = wiki.filterTiddlers(filter);\n\t$tw.utils.each(tiddlers,function(title) {\n\t\tvar parser = wiki.parseTiddler(templatetitle),\n\t\t\tnewFields = {},\n\t\t\ttiddler = wiki.getTiddler(title);\n\t\tif(parser) {\n\t\t\tvar widgetNode = wiki.makeWidget(parser,{variables: {currentTiddler: title}});\n\t\t\tvar container = $tw.fakeDocument.createElement(\"div\");\n\t\t\twidgetNode.render(container,null);\n\t\t\tnewFields[fieldname] = rendertype === \"text/html\" ? container.innerHTML : container.textContent;\n\t\t} else {\n\t\t\tnewFields[fieldname] = undefined;\n\t\t}\n\t\twiki.addTiddler(new $tw.Tiddler(tiddler,newFields));\n\t});\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
"type": "application/javascript",
"module-type": "command"
},
"$:/core/modules/commands/unpackplugin.js": {
"title": "$:/core/modules/commands/unpackplugin.js",
"text": "/*\\\ntitle: $:/core/modules/commands/unpackplugin.js\ntype: application/javascript\nmodule-type: command\n\nCommand to extract the shadow tiddlers from within a plugin\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"unpackplugin\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander,callback) {\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tif(this.params.length < 1) {\n\t\treturn \"Missing plugin name\";\n\t}\n\tvar self = this,\n\t\ttitle = this.params[0],\n\t\tpluginData = this.commander.wiki.getTiddlerDataCached(title);\n\tif(!pluginData) {\n\t\treturn \"Plugin '\" + title + \"' not found\";\n\t}\n\t$tw.utils.each(pluginData.tiddlers,function(tiddler) {\n\t\tself.commander.wiki.addTiddler(new $tw.Tiddler(tiddler));\n\t});\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
"type": "application/javascript",
"module-type": "command"
},
"$:/core/modules/commands/verbose.js": {
"title": "$:/core/modules/commands/verbose.js",
"text": "/*\\\ntitle: $:/core/modules/commands/verbose.js\ntype: application/javascript\nmodule-type: command\n\nVerbose command\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"verbose\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander) {\n\tthis.params = params;\n\tthis.commander = commander;\n};\n\nCommand.prototype.execute = function() {\n\tthis.commander.verbose = true;\n\t// Output the boot message log\n\tthis.commander.streams.output.write(\"Boot log:\\n \" + $tw.boot.logMessages.join(\"\\n \") + \"\\n\");\n\treturn null; // No error\n};\n\nexports.Command = Command;\n\n})();\n",
"type": "application/javascript",
"module-type": "command"
},
"$:/core/modules/commands/version.js": {
"title": "$:/core/modules/commands/version.js",
"text": "/*\\\ntitle: $:/core/modules/commands/version.js\ntype: application/javascript\nmodule-type: command\n\nVersion command\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"version\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander) {\n\tthis.params = params;\n\tthis.commander = commander;\n};\n\nCommand.prototype.execute = function() {\n\tthis.commander.streams.output.write($tw.version + \"\\n\");\n\treturn null; // No error\n};\n\nexports.Command = Command;\n\n})();\n",
"type": "application/javascript",
"module-type": "command"
},
"$:/core/modules/config.js": {
"title": "$:/core/modules/config.js",
"text": "/*\\\ntitle: $:/core/modules/config.js\ntype: application/javascript\nmodule-type: config\n\nCore configuration constants\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.preferences = {};\n\nexports.preferences.notificationDuration = 3 * 1000;\nexports.preferences.jsonSpaces = 4;\n\nexports.textPrimitives = {\n\tupperLetter: \"[A-Z\\u00c0-\\u00d6\\u00d8-\\u00de\\u0150\\u0170]\",\n\tlowerLetter: \"[a-z\\u00df-\\u00f6\\u00f8-\\u00ff\\u0151\\u0171]\",\n\tanyLetter: \"[A-Za-z0-9\\u00c0-\\u00d6\\u00d8-\\u00de\\u00df-\\u00f6\\u00f8-\\u00ff\\u0150\\u0170\\u0151\\u0171]\",\n\tblockPrefixLetters:\t\"[A-Za-z0-9-_\\u00c0-\\u00d6\\u00d8-\\u00de\\u00df-\\u00f6\\u00f8-\\u00ff\\u0150\\u0170\\u0151\\u0171]\"\n};\n\nexports.textPrimitives.unWikiLink = \"~\";\nexports.textPrimitives.wikiLink = exports.textPrimitives.upperLetter + \"+\" +\n\texports.textPrimitives.lowerLetter + \"+\" +\n\texports.textPrimitives.upperLetter +\n\texports.textPrimitives.anyLetter + \"*\";\n\nexports.htmlEntities = {quot:34, amp:38, apos:39, lt:60, gt:62, nbsp:160, iexcl:161, cent:162, pound:163, curren:164, yen:165, brvbar:166, sect:167, uml:168, copy:169, ordf:170, laquo:171, not:172, shy:173, reg:174, macr:175, deg:176, plusmn:177, sup2:178, sup3:179, acute:180, micro:181, para:182, middot:183, cedil:184, sup1:185, ordm:186, raquo:187, frac14:188, frac12:189, frac34:190, iquest:191, Agrave:192, Aacute:193, Acirc:194, Atilde:195, Auml:196, Aring:197, AElig:198, Ccedil:199, Egrave:200, Eacute:201, Ecirc:202, Euml:203, Igrave:204, Iacute:205, Icirc:206, Iuml:207, ETH:208, Ntilde:209, Ograve:210, Oacute:211, Ocirc:212, Otilde:213, Ouml:214, times:215, Oslash:216, Ugrave:217, Uacute:218, Ucirc:219, Uuml:220, Yacute:221, THORN:222, szlig:223, agrave:224, aacute:225, acirc:226, atilde:227, auml:228, aring:229, aelig:230, ccedil:231, egrave:232, eacute:233, ecirc:234, euml:235, igrave:236, iacute:237, icirc:238, iuml:239, eth:240, ntilde:241, ograve:242, oacute:243, ocirc:244, otilde:245, ouml:246, divide:247, oslash:248, ugrave:249, uacute:250, ucirc:251, uuml:252, yacute:253, thorn:254, yuml:255, OElig:338, oelig:339, Scaron:352, scaron:353, Yuml:376, fnof:402, circ:710, tilde:732, Alpha:913, Beta:914, Gamma:915, Delta:916, Epsilon:917, Zeta:918, Eta:919, Theta:920, Iota:921, Kappa:922, Lambda:923, Mu:924, Nu:925, Xi:926, Omicron:927, Pi:928, Rho:929, Sigma:931, Tau:932, Upsilon:933, Phi:934, Chi:935, Psi:936, Omega:937, alpha:945, beta:946, gamma:947, delta:948, epsilon:949, zeta:950, eta:951, theta:952, iota:953, kappa:954, lambda:955, mu:956, nu:957, xi:958, omicron:959, pi:960, rho:961, sigmaf:962, sigma:963, tau:964, upsilon:965, phi:966, chi:967, psi:968, omega:969, thetasym:977, upsih:978, piv:982, ensp:8194, emsp:8195, thinsp:8201, zwnj:8204, zwj:8205, lrm:8206, rlm:8207, ndash:8211, mdash:8212, lsquo:8216, rsquo:8217, sbquo:8218, ldquo:8220, rdquo:8221, bdquo:8222, dagger:8224, Dagger:8225, bull:8226, hellip:8230, permil:8240, prime:8242, Prime:8243, lsaquo:8249, rsaquo:8250, oline:8254, frasl:8260, euro:8364, image:8465, weierp:8472, real:8476, trade:8482, alefsym:8501, larr:8592, uarr:8593, rarr:8594, darr:8595, harr:8596, crarr:8629, lArr:8656, uArr:8657, rArr:8658, dArr:8659, hArr:8660, forall:8704, part:8706, exist:8707, empty:8709, nabla:8711, isin:8712, notin:8713, ni:8715, prod:8719, sum:8721, minus:8722, lowast:8727, radic:8730, prop:8733, infin:8734, ang:8736, and:8743, or:8744, cap:8745, cup:8746, int:8747, there4:8756, sim:8764, cong:8773, asymp:8776, ne:8800, equiv:8801, le:8804, ge:8805, sub:8834, sup:8835, nsub:8836, sube:8838, supe:8839, oplus:8853, otimes:8855, perp:8869, sdot:8901, lceil:8968, rceil:8969, lfloor:8970, rfloor:8971, lang:9001, rang:9002, loz:9674, spades:9824, clubs:9827, hearts:9829, diams:9830 };\n\nexports.htmlVoidElements = \"area,base,br,col,command,embed,hr,img,input,keygen,link,meta,param,source,track,wbr\".split(\",\");\n\nexports.htmlBlockElements = \"address,article,aside,audio,blockquote,canvas,dd,div,dl,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,hr,li,noscript,ol,output,p,pre,section,table,tfoot,ul,video\".split(\",\");\n\nexports.htmlUnsafeElements = \"script\".split(\",\");\n\n})();\n",
"type": "application/javascript",
"module-type": "config"
},
"$:/core/modules/deserializers.js": {
"title": "$:/core/modules/deserializers.js",
"text": "/*\\\ntitle: $:/core/modules/deserializers.js\ntype: application/javascript\nmodule-type: tiddlerdeserializer\n\nFunctions to deserialise tiddlers from a block of text\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nUtility function to parse an old-style tiddler DIV in a *.tid file. It looks like this:\n\n<div title=\"Title\" creator=\"JoeBloggs\" modifier=\"JoeBloggs\" created=\"201102111106\" modified=\"201102111310\" tags=\"myTag [[my long tag]]\">\n<pre>The text of the tiddler (without the expected HTML encoding).\n</pre>\n</div>\n\nNote that the field attributes are HTML encoded, but that the body of the <PRE> tag is not encoded.\n\nWhen these tiddler DIVs are encountered within a TiddlyWiki HTML file then the body is encoded in the usual way.\n*/\nvar parseTiddlerDiv = function(text /* [,fields] */) {\n\t// Slot together the default results\n\tvar result = {};\n\tif(arguments.length > 1) {\n\t\tfor(var f=1; f<arguments.length; f++) {\n\t\t\tvar fields = arguments[f];\n\t\t\tfor(var t in fields) {\n\t\t\t\tresult[t] = fields[t];\t\t\n\t\t\t}\n\t\t}\n\t}\n\t// Parse the DIV body\n\tvar startRegExp = /^\\s*<div\\s+([^>]*)>(\\s*<pre>)?/gi,\n\t\tendRegExp,\n\t\tmatch = startRegExp.exec(text);\n\tif(match) {\n\t\t// Old-style DIVs don't have the <pre> tag\n\t\tif(match[2]) {\n\t\t\tendRegExp = /<\\/pre>\\s*<\\/div>\\s*$/gi;\n\t\t} else {\n\t\t\tendRegExp = /<\\/div>\\s*$/gi;\n\t\t}\n\t\tvar endMatch = endRegExp.exec(text);\n\t\tif(endMatch) {\n\t\t\t// Extract the text\n\t\t\tresult.text = text.substring(match.index + match[0].length,endMatch.index);\n\t\t\t// Process the attributes\n\t\t\tvar attrRegExp = /\\s*([^=\\s]+)\\s*=\\s*(?:\"([^\"]*)\"|'([^']*)')/gi,\n\t\t\t\tattrMatch;\n\t\t\tdo {\n\t\t\t\tattrMatch = attrRegExp.exec(match[1]);\n\t\t\t\tif(attrMatch) {\n\t\t\t\t\tvar name = attrMatch[1];\n\t\t\t\t\tvar value = attrMatch[2] !== undefined ? attrMatch[2] : attrMatch[3];\n\t\t\t\t\tresult[name] = value;\n\t\t\t\t}\n\t\t\t} while(attrMatch);\n\t\t\treturn result;\n\t\t}\n\t}\n\treturn undefined;\n};\n\nexports[\"application/x-tiddler-html-div\"] = function(text,fields) {\n\treturn [parseTiddlerDiv(text,fields)];\n};\n\nexports[\"application/json\"] = function(text,fields) {\n\tvar incoming,\n\t\tresults = [];\n\ttry {\n\t\tincoming = JSON.parse(text);\n\t} catch(e) {\n\t\tincoming = [{\n\t\t\ttitle: \"JSON error: \" + e,\n\t\t\ttext: \"\"\n\t\t}]\n\t}\n\tif(!$tw.utils.isArray(incoming)) {\n\t\tincoming = [incoming];\n\t}\n\tfor(var t=0; t<incoming.length; t++) {\n\t\tvar incomingFields = incoming[t],\n\t\t\tfields = {};\n\t\tfor(var f in incomingFields) {\n\t\t\tif(typeof incomingFields[f] === \"string\") {\n\t\t\t\tfields[f] = incomingFields[f];\n\t\t\t}\n\t\t}\n\t\tresults.push(fields);\n\t}\n\treturn results;\n};\n\n/*\nParse an HTML file into tiddlers. There are three possibilities:\n# A TiddlyWiki classic HTML file containing `text/x-tiddlywiki` tiddlers\n# A TiddlyWiki5 HTML file containing `text/vnd.tiddlywiki` tiddlers\n# An ordinary HTML file\n*/\nexports[\"text/html\"] = function(text,fields) {\n\t// Check if we've got a store area\n\tvar storeAreaMarkerRegExp = /<div id=[\"']?storeArea['\"]?( style=[\"']?display:none;[\"']?)?>/gi,\n\t\tmatch = storeAreaMarkerRegExp.exec(text);\n\tif(match) {\n\t\t// If so, it's either a classic TiddlyWiki file or an unencrypted TW5 file\n\t\t// First read the normal tiddlers\n\t\tvar results = deserializeTiddlyWikiFile(text,storeAreaMarkerRegExp.lastIndex,!!match[1],fields);\n\t\t// Then any system tiddlers\n\t\tvar systemAreaMarkerRegExp = /<div id=[\"']?systemArea['\"]?( style=[\"']?display:none;[\"']?)?>/gi,\n\t\t\tsysMatch = systemAreaMarkerRegExp.exec(text);\n\t\tif(sysMatch) {\n\t\t\tresults.push.apply(results,deserializeTiddlyWikiFile(text,systemAreaMarkerRegExp.lastIndex,!!sysMatch[1],fields));\n\t\t}\n\t\treturn results;\n\t} else {\n\t\t// Check whether we've got an encrypted file\n\t\tvar encryptedStoreArea = $tw.utils.extractEncryptedStoreArea(text);\n\t\tif(encryptedStoreArea) {\n\t\t\t// If so, attempt to decrypt it using the current password\n\t\t\treturn $tw.utils.decryptStoreArea(encryptedStoreArea);\n\t\t} else {\n\t\t\t// It's not a TiddlyWiki so we'll return the entire HTML file as a tiddler\n\t\t\treturn deserializeHtmlFile(text,fields);\n\t\t}\n\t}\n};\n\nfunction deserializeHtmlFile(text,fields) {\n\tvar result = {};\n\t$tw.utils.each(fields,function(value,name) {\n\t\tresult[name] = value;\n\t});\n\tresult.text = text;\n\tresult.type = \"text/html\";\n\treturn [result];\n}\n\nfunction deserializeTiddlyWikiFile(text,storeAreaEnd,isTiddlyWiki5,fields) {\n\tvar results = [],\n\t\tendOfDivRegExp = /(<\\/div>\\s*)/gi,\n\t\tstartPos = storeAreaEnd,\n\t\tdefaultType = isTiddlyWiki5 ? undefined : \"text/x-tiddlywiki\";\n\tendOfDivRegExp.lastIndex = startPos;\n\tvar match = endOfDivRegExp.exec(text);\n\twhile(match) {\n\t\tvar endPos = endOfDivRegExp.lastIndex,\n\t\t\ttiddlerFields = parseTiddlerDiv(text.substring(startPos,endPos),fields,{type: defaultType});\n\t\tif(!tiddlerFields) {\n\t\t\tbreak;\n\t\t}\n\t\t$tw.utils.each(tiddlerFields,function(value,name) {\n\t\t\tif(typeof value === \"string\") {\n\t\t\t\ttiddlerFields[name] = $tw.utils.htmlDecode(value);\n\t\t\t}\n\t\t});\n\t\tif(tiddlerFields.text !== null) {\n\t\t\tresults.push(tiddlerFields);\n\t\t}\n\t\tstartPos = endPos;\n\t\tmatch = endOfDivRegExp.exec(text);\n\t}\n\treturn results;\n}\n\n})();\n",
"type": "application/javascript",
"module-type": "tiddlerdeserializer"
},
"$:/core/modules/editor/engines/framed.js": {
"title": "$:/core/modules/editor/engines/framed.js",
"text": "/*\\\ntitle: $:/core/modules/editor/engines/framed.js\ntype: application/javascript\nmodule-type: library\n\nText editor engine based on a simple input or textarea within an iframe. This is done so that the selection is preserved even when clicking away from the textarea\n\n\\*/\n(function(){\n\n/*jslint node: true,browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar HEIGHT_VALUE_TITLE = \"$:/config/TextEditor/EditorHeight/Height\";\n\nfunction FramedEngine(options) {\n\t// Save our options\n\toptions = options || {};\n\tthis.widget = options.widget;\n\tthis.value = options.value;\n\tthis.parentNode = options.parentNode;\n\tthis.nextSibling = options.nextSibling;\n\t// Create our hidden dummy text area for reading styles\n\tthis.dummyTextArea = this.widget.document.createElement(\"textarea\");\n\tif(this.widget.editClass) {\n\t\tthis.dummyTextArea.className = this.widget.editClass;\n\t}\n\tthis.dummyTextArea.setAttribute(\"hidden\",\"true\");\n\tthis.parentNode.insertBefore(this.dummyTextArea,this.nextSibling);\n\tthis.widget.domNodes.push(this.dummyTextArea);\n\t// Create the iframe\n\tthis.iframeNode = this.widget.document.createElement(\"iframe\");\n\tthis.parentNode.insertBefore(this.iframeNode,this.nextSibling);\n\tthis.iframeDoc = this.iframeNode.contentWindow.document;\n\t// (Firefox requires us to put some empty content in the iframe)\n\tthis.iframeDoc.open();\n\tthis.iframeDoc.write(\"\");\n\tthis.iframeDoc.close();\n\t// Style the iframe\n\tthis.iframeNode.className = this.dummyTextArea.className;\n\tthis.iframeNode.style.border = \"none\";\n\tthis.iframeNode.style.padding = \"0\";\n\tthis.iframeNode.style.resize = \"none\";\n\tthis.iframeNode.style[\"background-color\"] = this.widget.wiki.extractTiddlerDataItem(this.widget.wiki.getTiddlerText(\"$:/palette\"),\"tiddler-editor-background\");\n\tthis.iframeDoc.body.style.margin = \"0\";\n\tthis.iframeDoc.body.style.padding = \"0\";\n\tthis.widget.domNodes.push(this.iframeNode);\n\t// Construct the textarea or input node\n\tvar tag = this.widget.editTag;\n\tif($tw.config.htmlUnsafeElements.indexOf(tag) !== -1) {\n\t\ttag = \"input\";\n\t}\n\tthis.domNode = this.iframeDoc.createElement(tag);\n\t// Set the text\n\tif(this.widget.editTag === \"textarea\") {\n\t\tthis.domNode.appendChild(this.iframeDoc.createTextNode(this.value));\n\t} else {\n\t\tthis.domNode.value = this.value;\n\t}\n\t// Set the attributes\n\tif(this.widget.editType) {\n\t\tthis.domNode.setAttribute(\"type\",this.widget.editType);\n\t}\n\tif(this.widget.editPlaceholder) {\n\t\tthis.domNode.setAttribute(\"placeholder\",this.widget.editPlaceholder);\n\t}\n\tif(this.widget.editSize) {\n\t\tthis.domNode.setAttribute(\"size\",this.widget.editSize);\n\t}\n\tif(this.widget.editRows) {\n\t\tthis.domNode.setAttribute(\"rows\",this.widget.editRows);\n\t}\n\tif(this.widget.editTabIndex) {\n\t\tthis.iframeNode.setAttribute(\"tabindex\",this.widget.editTabIndex);\n\t}\n\t// Copy the styles from the dummy textarea\n\tthis.copyStyles();\n\t// Add event listeners\n\t$tw.utils.addEventListeners(this.domNode,[\n\t\t{name: \"click\",handlerObject: this,handlerMethod: \"handleClickEvent\"},\n\t\t{name: \"focus\",handlerObject: this,handlerMethod: \"handleFocusEvent\"},\n\t\t{name: \"input\",handlerObject: this,handlerMethod: \"handleInputEvent\"},\n\t\t{name: \"keydown\",handlerObject: this.widget,handlerMethod: \"handleKeydownEvent\"}\n\t]);\n\t// Insert the element into the DOM\n\tthis.iframeDoc.body.appendChild(this.domNode);\n}\n\n/*\nCopy styles from the dummy text area to the textarea in the iframe\n*/\nFramedEngine.prototype.copyStyles = function() {\n\t// Copy all styles\n\t$tw.utils.copyStyles(this.dummyTextArea,this.domNode);\n\t// Override the ones that should not be set the same as the dummy textarea\n\tthis.domNode.style.display = \"block\";\n\tthis.domNode.style.width = \"100%\";\n\tthis.domNode.style.margin = \"0\";\n\tthis.domNode.style[\"background-color\"] = this.widget.wiki.extractTiddlerDataItem(this.widget.wiki.getTiddlerText(\"$:/palette\"),\"tiddler-editor-background\");\n\t// In Chrome setting -webkit-text-fill-color overrides the placeholder text colour\n\tthis.domNode.style[\"-webkit-text-fill-color\"] = \"currentcolor\";\n};\n\n/*\nSet the text of the engine if it doesn't currently have focus\n*/\nFramedEngine.prototype.setText = function(text,type) {\n\tif(!this.domNode.isTiddlyWikiFakeDom) {\n\t\tif(this.domNode.ownerDocument.activeElement !== this.domNode) {\n\t\t\tthis.domNode.value = text;\n\t\t}\n\t\t// Fix the height if needed\n\t\tthis.fixHeight();\n\t}\n};\n\n/*\nGet the text of the engine\n*/\nFramedEngine.prototype.getText = function() {\n\treturn this.domNode.value;\n};\n\n/*\nFix the height of textarea to fit content\n*/\nFramedEngine.prototype.fixHeight = function() {\n\t// Make sure styles are updated\n\tthis.copyStyles();\n\t// Adjust height\n\tif(this.widget.editTag === \"textarea\") {\n\t\tif(this.widget.editAutoHeight) {\n\t\t\tif(this.domNode && !this.domNode.isTiddlyWikiFakeDom) {\n\t\t\t\tvar newHeight = $tw.utils.resizeTextAreaToFit(this.domNode,this.widget.editMinHeight);\n\t\t\t\tthis.iframeNode.style.height = (newHeight + 14) + \"px\"; // +14 for the border on the textarea\n\t\t\t}\n\t\t} else {\n\t\t\tvar fixedHeight = parseInt(this.widget.wiki.getTiddlerText(HEIGHT_VALUE_TITLE,\"400px\"),10);\n\t\t\tfixedHeight = Math.max(fixedHeight,20);\n\t\t\tthis.domNode.style.height = fixedHeight + \"px\";\n\t\t\tthis.iframeNode.style.height = (fixedHeight + 14) + \"px\";\n\t\t}\n\t}\n};\n\n/*\nFocus the engine node\n*/\nFramedEngine.prototype.focus = function() {\n\tif(this.domNode.focus && this.domNode.select) {\n\t\tthis.domNode.focus();\n\t\tthis.domNode.select();\n\t}\n};\n\t\n/*\nHandle the focus event\n*/\nFramedEngine.prototype.handleFocusEvent = function(event) {\n\tthis.widget.cancelPopups();\n\treturn true;\n};\n\n/*\nHandle a click\n*/\nFramedEngine.prototype.handleClickEvent = function(event) {\n\tthis.fixHeight();\n\treturn true;\n};\n\n/*\nHandle a dom \"input\" event which occurs when the text has changed\n*/\nFramedEngine.prototype.handleInputEvent = function(event) {\n\tthis.widget.saveChanges(this.getText());\n\tthis.fixHeight();\n\treturn true;\n};\n\n/*\nCreate a blank structure representing a text operation\n*/\nFramedEngine.prototype.createTextOperation = function() {\n\tvar operation = {\n\t\ttext: this.domNode.value,\n\t\tselStart: this.domNode.selectionStart,\n\t\tselEnd: this.domNode.selectionEnd,\n\t\tcutStart: null,\n\t\tcutEnd: null,\n\t\treplacement: null,\n\t\tnewSelStart: null,\n\t\tnewSelEnd: null\n\t};\n\toperation.selection = operation.text.substring(operation.selStart,operation.selEnd);\n\treturn operation;\n};\n\n/*\nExecute a text operation\n*/\nFramedEngine.prototype.executeTextOperation = function(operation) {\n\t// Perform the required changes to the text area and the underlying tiddler\n\tvar newText = operation.text;\n\tif(operation.replacement !== null) {\n\t\tnewText = operation.text.substring(0,operation.cutStart) + operation.replacement + operation.text.substring(operation.cutEnd);\n\t\t// Attempt to use a execCommand to modify the value of the control\n\t\tif(this.iframeDoc.queryCommandSupported(\"insertText\") && this.iframeDoc.queryCommandSupported(\"delete\") && !$tw.browser.isFirefox) {\n\t\t\tthis.domNode.focus();\n\t\t\tthis.domNode.setSelectionRange(operation.cutStart,operation.cutEnd);\n\t\t\tif(operation.replacement === \"\") {\n\t\t\t\tthis.iframeDoc.execCommand(\"delete\",false,\"\");\n\t\t\t} else {\n\t\t\t\tthis.iframeDoc.execCommand(\"insertText\",false,operation.replacement);\n\t\t\t}\n\t\t} else {\n\t\t\tthis.domNode.value = newText;\n\t\t}\n\t\tthis.domNode.focus();\n\t\tthis.domNode.setSelectionRange(operation.newSelStart,operation.newSelEnd);\n\t}\n\tthis.domNode.focus();\n\treturn newText;\n};\n\nexports.FramedEngine = FramedEngine;\n\n})();\n",
"type": "application/javascript",
"module-type": "library"
},
"$:/core/modules/editor/engines/simple.js": {
"title": "$:/core/modules/editor/engines/simple.js",
"text": "/*\\\ntitle: $:/core/modules/editor/engines/simple.js\ntype: application/javascript\nmodule-type: library\n\nText editor engine based on a simple input or textarea tag\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar HEIGHT_VALUE_TITLE = \"$:/config/TextEditor/EditorHeight/Height\";\n\nfunction SimpleEngine(options) {\n\t// Save our options\n\toptions = options || {};\n\tthis.widget = options.widget;\n\tthis.value = options.value;\n\tthis.parentNode = options.parentNode;\n\tthis.nextSibling = options.nextSibling;\n\t// Construct the textarea or input node\n\tvar tag = this.widget.editTag;\n\tif($tw.config.htmlUnsafeElements.indexOf(tag) !== -1) {\n\t\ttag = \"input\";\n\t}\n\tthis.domNode = this.widget.document.createElement(tag);\n\t// Set the text\n\tif(this.widget.editTag === \"textarea\") {\n\t\tthis.domNode.appendChild(this.widget.document.createTextNode(this.value));\n\t} else {\n\t\tthis.domNode.value = this.value;\n\t}\n\t// Set the attributes\n\tif(this.widget.editType) {\n\t\tthis.domNode.setAttribute(\"type\",this.widget.editType);\n\t}\n\tif(this.widget.editPlaceholder) {\n\t\tthis.domNode.setAttribute(\"placeholder\",this.widget.editPlaceholder);\n\t}\n\tif(this.widget.editSize) {\n\t\tthis.domNode.setAttribute(\"size\",this.widget.editSize);\n\t}\n\tif(this.widget.editRows) {\n\t\tthis.domNode.setAttribute(\"rows\",this.widget.editRows);\n\t}\n\tif(this.widget.editClass) {\n\t\tthis.domNode.className = this.widget.editClass;\n\t}\n\tif(this.widget.editTabIndex) {\n\t\tthis.domNode.setAttribute(\"tabindex\",this.widget.editTabIndex);\n\t}\n\t// Add an input event handler\n\t$tw.utils.addEventListeners(this.domNode,[\n\t\t{name: \"focus\", handlerObject: this, handlerMethod: \"handleFocusEvent\"},\n\t\t{name: \"input\", handlerObject: this, handlerMethod: \"handleInputEvent\"}\n\t]);\n\t// Insert the element into the DOM\n\tthis.parentNode.insertBefore(this.domNode,this.nextSibling);\n\tthis.widget.domNodes.push(this.domNode);\n}\n\n/*\nSet the text of the engine if it doesn't currently have focus\n*/\nSimpleEngine.prototype.setText = function(text,type) {\n\tif(!this.domNode.isTiddlyWikiFakeDom) {\n\t\tif(this.domNode.ownerDocument.activeElement !== this.domNode || text === \"\") {\n\t\t\tthis.domNode.value = text;\n\t\t}\n\t\t// Fix the height if needed\n\t\tthis.fixHeight();\n\t}\n};\n\n/*\nGet the text of the engine\n*/\nSimpleEngine.prototype.getText = function() {\n\treturn this.domNode.value;\n};\n\n/*\nFix the height of textarea to fit content\n*/\nSimpleEngine.prototype.fixHeight = function() {\n\tif(this.widget.editTag === \"textarea\") {\n\t\tif(this.widget.editAutoHeight) {\n\t\t\tif(this.domNode && !this.domNode.isTiddlyWikiFakeDom) {\n\t\t\t\t$tw.utils.resizeTextAreaToFit(this.domNode,this.widget.editMinHeight);\n\t\t\t}\n\t\t} else {\n\t\t\tvar fixedHeight = parseInt(this.widget.wiki.getTiddlerText(HEIGHT_VALUE_TITLE,\"400px\"),10);\n\t\t\tfixedHeight = Math.max(fixedHeight,20);\n\t\t\tthis.domNode.style.height = fixedHeight + \"px\";\n\t\t}\n\t}\n};\n\n/*\nFocus the engine node\n*/\nSimpleEngine.prototype.focus = function() {\n\tif(this.domNode.focus && this.domNode.select) {\n\t\tthis.domNode.focus();\n\t\tthis.domNode.select();\n\t}\n};\n\n/*\nHandle a dom \"input\" event which occurs when the text has changed\n*/\nSimpleEngine.prototype.handleInputEvent = function(event) {\n\tthis.widget.saveChanges(this.getText());\n\tthis.fixHeight();\n\treturn true;\n};\n\n/*\nHandle a dom \"focus\" event\n*/\nSimpleEngine.prototype.handleFocusEvent = function(event) {\n\tthis.widget.cancelPopups();\n\tif(this.widget.editFocusPopup) {\n\t\t$tw.popup.triggerPopup({\n\t\t\tdomNode: this.domNode,\n\t\t\ttitle: this.widget.editFocusPopup,\n\t\t\twiki: this.widget.wiki,\n\t\t\tforce: true\n\t\t});\n\t}\n\treturn true;\n};\n\n/*\nCreate a blank structure representing a text operation\n*/\nSimpleEngine.prototype.createTextOperation = function() {\n\treturn null;\n};\n\n/*\nExecute a text operation\n*/\nSimpleEngine.prototype.executeTextOperation = function(operation) {\n};\n\nexports.SimpleEngine = SimpleEngine;\n\n})();\n",
"type": "application/javascript",
"module-type": "library"
},
"$:/core/modules/editor/factory.js": {
"title": "$:/core/modules/editor/factory.js",
"text": "/*\\\ntitle: $:/core/modules/editor/factory.js\ntype: application/javascript\nmodule-type: library\n\nFactory for constructing text editor widgets with specified engines for the toolbar and non-toolbar cases\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar DEFAULT_MIN_TEXT_AREA_HEIGHT = \"100px\"; // Minimum height of textareas in pixels\n\n// Configuration tiddlers\nvar HEIGHT_MODE_TITLE = \"$:/config/TextEditor/EditorHeight/Mode\";\nvar ENABLE_TOOLBAR_TITLE = \"$:/config/TextEditor/EnableToolbar\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nfunction editTextWidgetFactory(toolbarEngine,nonToolbarEngine) {\n\n\tvar EditTextWidget = function(parseTreeNode,options) {\n\t\t// Initialise the editor operations if they've not been done already\n\t\tif(!this.editorOperations) {\n\t\t\tEditTextWidget.prototype.editorOperations = {};\n\t\t\t$tw.modules.applyMethods(\"texteditoroperation\",this.editorOperations);\n\t\t}\n\t\tthis.initialise(parseTreeNode,options);\n\t};\n\n\t/*\n\tInherit from the base widget class\n\t*/\n\tEditTextWidget.prototype = new Widget();\n\n\t/*\n\tRender this widget into the DOM\n\t*/\n\tEditTextWidget.prototype.render = function(parent,nextSibling) {\n\t\t// Save the parent dom node\n\t\tthis.parentDomNode = parent;\n\t\t// Compute our attributes\n\t\tthis.computeAttributes();\n\t\t// Execute our logic\n\t\tthis.execute();\n\t\t// Create the wrapper for the toolbar and render its content\n\t\tif(this.editShowToolbar) {\n\t\t\tthis.toolbarNode = this.document.createElement(\"div\");\n\t\t\tthis.toolbarNode.className = \"tc-editor-toolbar\";\n\t\t\tparent.insertBefore(this.toolbarNode,nextSibling);\n\t\t\tthis.renderChildren(this.toolbarNode,null);\n\t\t\tthis.domNodes.push(this.toolbarNode);\n\t\t}\n\t\t// Create our element\n\t\tvar editInfo = this.getEditInfo(),\n\t\t\tEngine = this.editShowToolbar ? toolbarEngine : nonToolbarEngine;\n\t\tthis.engine = new Engine({\n\t\t\t\twidget: this,\n\t\t\t\tvalue: editInfo.value,\n\t\t\t\ttype: editInfo.type,\n\t\t\t\tparentNode: parent,\n\t\t\t\tnextSibling: nextSibling\n\t\t\t});\n\t\t// Call the postRender hook\n\t\tif(this.postRender) {\n\t\t\tthis.postRender();\n\t\t}\n\t\t// Fix height\n\t\tthis.engine.fixHeight();\n\t\t// Focus if required\n\t\tif(this.editFocus === \"true\" || this.editFocus === \"yes\") {\n\t\t\tthis.engine.focus();\n\t\t}\n\t\t// Add widget message listeners\n\t\tthis.addEventListeners([\n\t\t\t{type: \"tm-edit-text-operation\", handler: \"handleEditTextOperationMessage\"}\n\t\t]);\n\t};\n\n\t/*\n\tGet the tiddler being edited and current value\n\t*/\n\tEditTextWidget.prototype.getEditInfo = function() {\n\t\t// Get the edit value\n\t\tvar self = this,\n\t\t\tvalue,\n\t\t\ttype = \"text/plain\",\n\t\t\tupdate;\n\t\tif(this.editIndex) {\n\t\t\tvalue = this.wiki.extractTiddlerDataItem(this.editTitle,this.editIndex,this.editDefault);\n\t\t\tupdate = function(value) {\n\t\t\t\tvar data = self.wiki.getTiddlerData(self.editTitle,{});\n\t\t\t\tif(data[self.editIndex] !== value) {\n\t\t\t\t\tdata[self.editIndex] = value;\n\t\t\t\t\tself.wiki.setTiddlerData(self.editTitle,data);\n\t\t\t\t}\n\t\t\t};\n\t\t} else {\n\t\t\t// Get the current tiddler and the field name\n\t\t\tvar tiddler = this.wiki.getTiddler(this.editTitle);\n\t\t\tif(tiddler) {\n\t\t\t\t// If we've got a tiddler, the value to display is the field string value\n\t\t\t\tvalue = tiddler.getFieldString(this.editField);\n\t\t\t\tif(this.editField === \"text\") {\n\t\t\t\t\ttype = tiddler.fields.type || \"text/vnd.tiddlywiki\";\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\t// Otherwise, we need to construct a default value for the editor\n\t\t\t\tswitch(this.editField) {\n\t\t\t\t\tcase \"text\":\n\t\t\t\t\t\tvalue = \"Type the text for the tiddler '\" + this.editTitle + \"'\";\n\t\t\t\t\t\ttype = \"text/vnd.tiddlywiki\";\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tcase \"title\":\n\t\t\t\t\t\tvalue = this.editTitle;\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tdefault:\n\t\t\t\t\t\tvalue = \"\";\n\t\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t\tif(this.editDefault !== undefined) {\n\t\t\t\t\tvalue = this.editDefault;\n\t\t\t\t}\n\t\t\t}\n\t\t\tupdate = function(value) {\n\t\t\t\tvar tiddler = self.wiki.getTiddler(self.editTitle),\n\t\t\t\t\tupdateFields = {\n\t\t\t\t\t\ttitle: self.editTitle\n\t\t\t\t\t};\n\t\t\t\tupdateFields[self.editField] = value;\n\t\t\t\tself.wiki.addTiddler(new $tw.Tiddler(self.wiki.getCreationFields(),tiddler,updateFields,self.wiki.getModificationFields()));\n\t\t\t};\n\t\t}\n\t\tif(this.editType) {\n\t\t\ttype = this.editType;\n\t\t}\n\t\treturn {value: value || \"\", type: type, update: update};\n\t};\n\n\t/*\n\tHandle an edit text operation message from the toolbar\n\t*/\n\tEditTextWidget.prototype.handleEditTextOperationMessage = function(event) {\n\t\t// Prepare information about the operation\n\t\tvar operation = this.engine.createTextOperation();\n\t\t// Invoke the handler for the selected operation\n\t\tvar handler = this.editorOperations[event.param];\n\t\tif(handler) {\n\t\t\thandler.call(this,event,operation);\n\t\t}\n\t\t// Execute the operation via the engine\n\t\tvar newText = this.engine.executeTextOperation(operation);\n\t\t// Fix the tiddler height and save changes\n\t\tthis.engine.fixHeight();\n\t\tthis.saveChanges(newText);\n\t};\n\n\t/*\n\tCompute the internal state of the widget\n\t*/\n\tEditTextWidget.prototype.execute = function() {\n\t\t// Get our parameters\n\t\tthis.editTitle = this.getAttribute(\"tiddler\",this.getVariable(\"currentTiddler\"));\n\t\tthis.editField = this.getAttribute(\"field\",\"text\");\n\t\tthis.editIndex = this.getAttribute(\"index\");\n\t\tthis.editDefault = this.getAttribute(\"default\");\n\t\tthis.editClass = this.getAttribute(\"class\");\n\t\tthis.editPlaceholder = this.getAttribute(\"placeholder\");\n\t\tthis.editSize = this.getAttribute(\"size\");\n\t\tthis.editRows = this.getAttribute(\"rows\");\n\t\tthis.editAutoHeight = this.wiki.getTiddlerText(HEIGHT_MODE_TITLE,\"auto\");\n\t\tthis.editAutoHeight = this.getAttribute(\"autoHeight\",this.editAutoHeight === \"auto\" ? \"yes\" : \"no\") === \"yes\";\n\t\tthis.editMinHeight = this.getAttribute(\"minHeight\",DEFAULT_MIN_TEXT_AREA_HEIGHT);\n\t\tthis.editFocusPopup = this.getAttribute(\"focusPopup\");\n\t\tthis.editFocus = this.getAttribute(\"focus\");\n\t\tthis.editTabIndex = this.getAttribute(\"tabindex\");\n\t\t// Get the default editor element tag and type\n\t\tvar tag,type;\n\t\tif(this.editField === \"text\") {\n\t\t\ttag = \"textarea\";\n\t\t} else {\n\t\t\ttag = \"input\";\n\t\t\tvar fieldModule = $tw.Tiddler.fieldModules[this.editField];\n\t\t\tif(fieldModule && fieldModule.editTag) {\n\t\t\t\ttag = fieldModule.editTag;\n\t\t\t}\n\t\t\tif(fieldModule && fieldModule.editType) {\n\t\t\t\ttype = fieldModule.editType;\n\t\t\t}\n\t\t\ttype = type || \"text\";\n\t\t}\n\t\t// Get the rest of our parameters\n\t\tthis.editTag = this.getAttribute(\"tag\",tag) || \"input\";\n\t\tthis.editType = this.getAttribute(\"type\",type);\n\t\t// Make the child widgets\n\t\tthis.makeChildWidgets();\n\t\t// Determine whether to show the toolbar\n\t\tthis.editShowToolbar = this.wiki.getTiddlerText(ENABLE_TOOLBAR_TITLE,\"yes\");\n\t\tthis.editShowToolbar = (this.editShowToolbar === \"yes\") && !!(this.children && this.children.length > 0) && (!this.document.isTiddlyWikiFakeDom);\n\t};\n\n\t/*\n\tSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n\t*/\n\tEditTextWidget.prototype.refresh = function(changedTiddlers) {\n\t\tvar changedAttributes = this.computeAttributes();\n\t\t// Completely rerender if any of our attributes have changed\n\t\tif(changedAttributes.tiddler || changedAttributes.field || changedAttributes.index || changedAttributes[\"default\"] || changedAttributes[\"class\"] || changedAttributes.placeholder || changedAttributes.size || changedAttributes.autoHeight || changedAttributes.minHeight || changedAttributes.focusPopup || changedAttributes.rows || changedAttributes.tabindex || changedTiddlers[HEIGHT_MODE_TITLE] || changedTiddlers[ENABLE_TOOLBAR_TITLE]) {\n\t\t\tthis.refreshSelf();\n\t\t\treturn true;\n\t\t} else if(changedTiddlers[this.editTitle]) {\n\t\t\tvar editInfo = this.getEditInfo();\n\t\t\tthis.updateEditor(editInfo.value,editInfo.type);\n\t\t}\n\t\tthis.engine.fixHeight();\n\t\tif(this.editShowToolbar) {\n\t\t\treturn this.refreshChildren(changedTiddlers);\n\t\t} else {\n\t\t\treturn false;\n\t\t}\n\t};\n\n\t/*\n\tUpdate the editor with new text. This method is separate from updateEditorDomNode()\n\tso that subclasses can override updateEditor() and still use updateEditorDomNode()\n\t*/\n\tEditTextWidget.prototype.updateEditor = function(text,type) {\n\t\tthis.updateEditorDomNode(text,type);\n\t};\n\n\t/*\n\tUpdate the editor dom node with new text\n\t*/\n\tEditTextWidget.prototype.updateEditorDomNode = function(text,type) {\n\t\tthis.engine.setText(text,type);\n\t};\n\n\t/*\n\tSave changes back to the tiddler store\n\t*/\n\tEditTextWidget.prototype.saveChanges = function(text) {\n\t\tvar editInfo = this.getEditInfo();\n\t\tif(text !== editInfo.value) {\n\t\t\teditInfo.update(text);\n\t\t}\n\t};\n\n\t/*\n\tCancel Popups\n\t*/\n\tEditTextWidget.prototype.cancelPopups = function() {\n\t\t$tw.popup.cancel(0,this.engine.domNode);\n\t};\n\n\t/*\n\tHandle a dom \"keydown\" event, which we'll bubble up to our container for the keyboard widgets benefit\n\t*/\n\tEditTextWidget.prototype.handleKeydownEvent = function(event) {\n\t\t// Check for a keyboard shortcut\n\t\tif(this.toolbarNode) {\n\t\t\tvar shortcutElements = this.toolbarNode.querySelectorAll(\"[data-tw-keyboard-shortcut]\");\n\t\t\tfor(var index=0; index<shortcutElements.length; index++) {\n\t\t\t\tvar el = shortcutElements[index],\n\t\t\t\t\tshortcutData = el.getAttribute(\"data-tw-keyboard-shortcut\"),\n\t\t\t\t\tkeyInfoArray = $tw.keyboardManager.parseKeyDescriptors(shortcutData,{\n\t\t\t\t\t\twiki: this.wiki\n\t\t\t\t\t});\n\t\t\t\tif($tw.keyboardManager.checkKeyDescriptors(event,keyInfoArray)) {\n\t\t\t\t\tvar clickEvent = this.document.createEvent(\"Events\");\n\t\t\t\t clickEvent.initEvent(\"click\",true,false);\n\t\t\t\t el.dispatchEvent(clickEvent);\n\t\t\t\t\tevent.preventDefault();\n\t\t\t\t\tevent.stopPropagation();\n\t\t\t\t\treturn true;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\t// Propogate the event to the container\n\t\tif(this.propogateKeydownEvent(event)) {\n\t\t\t// Ignore the keydown if it was already handled\n\t\t\tevent.preventDefault();\n\t\t\tevent.stopPropagation();\n\t\t\treturn true;\n\t\t}\n\t\t// Otherwise, process the keydown normally\n\t\treturn false;\n\t};\n\n\t/*\n\tPropogate keydown events to our container for the keyboard widgets benefit\n\t*/\n\tEditTextWidget.prototype.propogateKeydownEvent = function(event) {\n\t\tvar newEvent = this.document.createEventObject ? this.document.createEventObject() : this.document.createEvent(\"Events\");\n\t\tif(newEvent.initEvent) {\n\t\t\tnewEvent.initEvent(\"keydown\", true, true);\n\t\t}\n\t\tnewEvent.keyCode = event.keyCode;\n\t\tnewEvent.which = event.which;\n\t\tnewEvent.metaKey = event.metaKey;\n\t\tnewEvent.ctrlKey = event.ctrlKey;\n\t\tnewEvent.altKey = event.altKey;\n\t\tnewEvent.shiftKey = event.shiftKey;\n\t\treturn !this.parentDomNode.dispatchEvent(newEvent);\n\t};\n\n\treturn EditTextWidget;\n\n}\n\nexports.editTextWidgetFactory = editTextWidgetFactory;\n\n})();\n",
"type": "application/javascript",
"module-type": "library"
},
"$:/core/modules/editor/operations/bitmap/clear.js": {
"title": "$:/core/modules/editor/operations/bitmap/clear.js",
"text": "/*\\\ntitle: $:/core/modules/editor/operations/bitmap/clear.js\ntype: application/javascript\nmodule-type: bitmapeditoroperation\n\nBitmap editor operation to clear the image\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports[\"clear\"] = function(event) {\n\tvar ctx = this.canvasDomNode.getContext(\"2d\");\n\tctx.globalAlpha = 1;\n\tctx.fillStyle = event.paramObject.colour || \"white\";\n\tctx.fillRect(0,0,this.canvasDomNode.width,this.canvasDomNode.height);\n\t// Save changes\n\tthis.strokeEnd();\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "bitmapeditoroperation"
},
"$:/core/modules/editor/operations/bitmap/resize.js": {
"title": "$:/core/modules/editor/operations/bitmap/resize.js",
"text": "/*\\\ntitle: $:/core/modules/editor/operations/bitmap/resize.js\ntype: application/javascript\nmodule-type: bitmapeditoroperation\n\nBitmap editor operation to resize the image\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports[\"resize\"] = function(event) {\n\t// Get the new width\n\tvar newWidth = parseInt(event.paramObject.width || this.canvasDomNode.width,10),\n\t\tnewHeight = parseInt(event.paramObject.height || this.canvasDomNode.height,10);\n\t// Update if necessary\n\tif(newWidth > 0 && newHeight > 0 && !(newWidth === this.currCanvas.width && newHeight === this.currCanvas.height)) {\n\t\tthis.changeCanvasSize(newWidth,newHeight);\n\t}\n\t// Update the input controls\n\tthis.refreshToolbar();\n\t// Save the image into the tiddler\n\tthis.saveChanges();\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "bitmapeditoroperation"
},
"$:/core/modules/editor/operations/bitmap/rotate-left.js": {
"title": "$:/core/modules/editor/operations/bitmap/rotate-left.js",
"text": "/*\\\ntitle: $:/core/modules/editor/operations/bitmap/rotate-left.js\ntype: application/javascript\nmodule-type: bitmapeditoroperation\n\nBitmap editor operation to rotate the image left by 90 degrees\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports[\"rotate-left\"] = function(event) {\n\t// Rotate the canvas left by 90 degrees\n\tthis.rotateCanvasLeft();\n\t// Update the input controls\n\tthis.refreshToolbar();\n\t// Save the image into the tiddler\n\tthis.saveChanges();\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "bitmapeditoroperation"
},
"$:/core/modules/editor/operations/text/excise.js": {
"title": "$:/core/modules/editor/operations/text/excise.js",
"text": "/*\\\ntitle: $:/core/modules/editor/operations/text/excise.js\ntype: application/javascript\nmodule-type: texteditoroperation\n\nText editor operation to excise the selection to a new tiddler\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports[\"excise\"] = function(event,operation) {\n\tvar editTiddler = this.wiki.getTiddler(this.editTitle),\n\t\teditTiddlerTitle = this.editTitle;\n\tif(editTiddler && editTiddler.fields[\"draft.of\"]) {\n\t\teditTiddlerTitle = editTiddler.fields[\"draft.of\"];\n\t}\n\tvar excisionTitle = event.paramObject.title || this.wiki.generateNewTitle(\"New Excision\");\n\tthis.wiki.addTiddler(new $tw.Tiddler(\n\t\tthis.wiki.getCreationFields(),\n\t\tthis.wiki.getModificationFields(),\n\t\t{\n\t\t\ttitle: excisionTitle,\n\t\t\ttext: operation.selection,\n\t\t\ttags: event.paramObject.tagnew === \"yes\" ? [editTiddlerTitle] : []\n\t\t}\n\t));\n\toperation.replacement = excisionTitle;\n\tswitch(event.paramObject.type || \"transclude\") {\n\t\tcase \"transclude\":\n\t\t\toperation.replacement = \"{{\" + operation.replacement+ \"}}\";\n\t\t\tbreak;\n\t\tcase \"link\":\n\t\t\toperation.replacement = \"[[\" + operation.replacement+ \"]]\";\n\t\t\tbreak;\n\t\tcase \"macro\":\n\t\t\toperation.replacement = \"<<\" + (event.paramObject.macro || \"translink\") + \" \\\"\\\"\\\"\" + operation.replacement + \"\\\"\\\"\\\">>\";\n\t\t\tbreak;\n\t}\n\toperation.cutStart = operation.selStart;\n\toperation.cutEnd = operation.selEnd;\n\toperation.newSelStart = operation.selStart;\n\toperation.newSelEnd = operation.selStart + operation.replacement.length;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "texteditoroperation"
},
"$:/core/modules/editor/operations/text/make-link.js": {
"title": "$:/core/modules/editor/operations/text/make-link.js",
"text": "/*\\\ntitle: $:/core/modules/editor/operations/text/make-link.js\ntype: application/javascript\nmodule-type: texteditoroperation\n\nText editor operation to make a link\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports[\"make-link\"] = function(event,operation) {\n\tif(operation.selection) {\n\t\toperation.replacement = \"[[\" + operation.selection + \"|\" + event.paramObject.text + \"]]\";\n\t\toperation.cutStart = operation.selStart;\n\t\toperation.cutEnd = operation.selEnd;\n\t} else {\n\t\toperation.replacement = \"[[\" + event.paramObject.text + \"]]\";\n\t\toperation.cutStart = operation.selStart;\n\t\toperation.cutEnd = operation.selEnd;\n\t}\n\toperation.newSelStart = operation.selStart + operation.replacement.length;\n\toperation.newSelEnd = operation.newSelStart;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "texteditoroperation"
},
"$:/core/modules/editor/operations/text/prefix-lines.js": {
"title": "$:/core/modules/editor/operations/text/prefix-lines.js",
"text": "/*\\\ntitle: $:/core/modules/editor/operations/text/prefix-lines.js\ntype: application/javascript\nmodule-type: texteditoroperation\n\nText editor operation to add a prefix to the selected lines\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports[\"prefix-lines\"] = function(event,operation) {\n\t// Cut just past the preceding line break, or the start of the text\n\toperation.cutStart = $tw.utils.findPrecedingLineBreak(operation.text,operation.selStart);\n\t// Cut to just past the following line break, or to the end of the text\n\toperation.cutEnd = $tw.utils.findFollowingLineBreak(operation.text,operation.selEnd);\n\t// Compose the required prefix\n\tvar prefix = $tw.utils.repeat(event.paramObject.character,event.paramObject.count);\n\t// Process each line\n\tvar lines = operation.text.substring(operation.cutStart,operation.cutEnd).split(/\\r?\\n/mg);\n\t$tw.utils.each(lines,function(line,index) {\n\t\t// Remove and count any existing prefix characters\n\t\tvar count = 0;\n\t\twhile(line.charAt(0) === event.paramObject.character) {\n\t\t\tline = line.substring(1);\n\t\t\tcount++;\n\t\t}\n\t\t// Remove any whitespace\n\t\twhile(line.charAt(0) === \" \") {\n\t\t\tline = line.substring(1);\n\t\t}\n\t\t// We're done if we removed the exact required prefix, otherwise add it\n\t\tif(count !== event.paramObject.count) {\n\t\t\t// Apply the prefix\n\t\t\tline = prefix + \" \" + line;\n\t\t}\n\t\t// Save the modified line\n\t\tlines[index] = line;\n\t});\n\t// Stitch the replacement text together and set the selection\n\toperation.replacement = lines.join(\"\\n\");\n\tif(lines.length === 1) {\n\t\toperation.newSelStart = operation.cutStart + operation.replacement.length;\n\t\toperation.newSelEnd = operation.newSelStart;\n\t} else {\n\t\toperation.newSelStart = operation.cutStart;\n\t\toperation.newSelEnd = operation.newSelStart + operation.replacement.length;\n\t}\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "texteditoroperation"
},
"$:/core/modules/editor/operations/text/replace-all.js": {
"title": "$:/core/modules/editor/operations/text/replace-all.js",
"text": "/*\\\ntitle: $:/core/modules/editor/operations/text/replace-all.js\ntype: application/javascript\nmodule-type: texteditoroperation\n\nText editor operation to replace the entire text\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports[\"replace-all\"] = function(event,operation) {\n\toperation.cutStart = 0;\n\toperation.cutEnd = operation.text.length;\n\toperation.replacement = event.paramObject.text;\n\toperation.newSelStart = 0;\n\toperation.newSelEnd = operation.replacement.length;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "texteditoroperation"
},
"$:/core/modules/editor/operations/text/replace-selection.js": {
"title": "$:/core/modules/editor/operations/text/replace-selection.js",
"text": "/*\\\ntitle: $:/core/modules/editor/operations/text/replace-selection.js\ntype: application/javascript\nmodule-type: texteditoroperation\n\nText editor operation to replace the selection\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports[\"replace-selection\"] = function(event,operation) {\n\toperation.replacement = event.paramObject.text;\n\toperation.cutStart = operation.selStart;\n\toperation.cutEnd = operation.selEnd;\n\toperation.newSelStart = operation.selStart;\n\toperation.newSelEnd = operation.selStart + operation.replacement.length;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "texteditoroperation"
},
"$:/core/modules/editor/operations/text/save-selection.js": {
"title": "$:/core/modules/editor/operations/text/save-selection.js",
"text": "/*\\\ntitle: $:/core/modules/editor/operations/text/save-selection.js\ntype: application/javascript\nmodule-type: texteditoroperation\n\nText editor operation to save the current selection in a specified tiddler\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports[\"save-selection\"] = function(event,operation) {\n\tvar tiddler = event.paramObject.tiddler,\n\t\tfield = event.paramObject.field || \"text\";\n\tif(tiddler && field) {\n\t\tthis.wiki.setText(tiddler,field,null,operation.text.substring(operation.selStart,operation.selEnd));\n\t}\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "texteditoroperation"
},
"$:/core/modules/editor/operations/text/wrap-lines.js": {
"title": "$:/core/modules/editor/operations/text/wrap-lines.js",
"text": "/*\\\ntitle: $:/core/modules/editor/operations/text/wrap-lines.js\ntype: application/javascript\nmodule-type: texteditoroperation\n\nText editor operation to wrap the selected lines with a prefix and suffix\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports[\"wrap-lines\"] = function(event,operation) {\n\t// Cut just past the preceding line break, or the start of the text\n\toperation.cutStart = $tw.utils.findPrecedingLineBreak(operation.text,operation.selStart);\n\t// Cut to just past the following line break, or to the end of the text\n\toperation.cutEnd = $tw.utils.findFollowingLineBreak(operation.text,operation.selEnd);\n\t// Add the prefix and suffix\n\toperation.replacement = event.paramObject.prefix + \"\\n\" +\n\t\t\t\toperation.text.substring(operation.cutStart,operation.cutEnd) + \"\\n\" +\n\t\t\t\tevent.paramObject.suffix + \"\\n\";\n\toperation.newSelStart = operation.cutStart + event.paramObject.prefix.length + 1;\n\toperation.newSelEnd = operation.newSelStart + (operation.cutEnd - operation.cutStart);\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "texteditoroperation"
},
"$:/core/modules/editor/operations/text/wrap-selection.js": {
"title": "$:/core/modules/editor/operations/text/wrap-selection.js",
"text": "/*\\\ntitle: $:/core/modules/editor/operations/text/wrap-selection.js\ntype: application/javascript\nmodule-type: texteditoroperation\n\nText editor operation to wrap the selection with the specified prefix and suffix\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports[\"wrap-selection\"] = function(event,operation) {\n\tif(operation.selStart === operation.selEnd) {\n\t\t// No selection; check if we're within the prefix/suffix\n\t\tif(operation.text.substring(operation.selStart - event.paramObject.prefix.length,operation.selStart + event.paramObject.suffix.length) === event.paramObject.prefix + event.paramObject.suffix) {\n\t\t\t// Remove the prefix and suffix\n\t\t\toperation.cutStart = operation.selStart - event.paramObject.prefix.length;\n\t\t\toperation.cutEnd = operation.selEnd + event.paramObject.suffix.length;\n\t\t\toperation.replacement = \"\";\n\t\t\toperation.newSelStart = operation.cutStart;\n\t\t\toperation.newSelEnd = operation.newSelStart;\n\t\t} else {\n\t\t\t// Wrap the cursor instead\n\t\t\toperation.cutStart = operation.selStart;\n\t\t\toperation.cutEnd = operation.selEnd;\n\t\t\toperation.replacement = event.paramObject.prefix + event.paramObject.suffix;\n\t\t\toperation.newSelStart = operation.selStart + event.paramObject.prefix.length;\n\t\t\toperation.newSelEnd = operation.newSelStart;\n\t\t}\n\t} else if(operation.text.substring(operation.selStart,operation.selStart + event.paramObject.prefix.length) === event.paramObject.prefix && operation.text.substring(operation.selEnd - event.paramObject.suffix.length,operation.selEnd) === event.paramObject.suffix) {\n\t\t// Prefix and suffix are already present, so remove them\n\t\toperation.cutStart = operation.selStart;\n\t\toperation.cutEnd = operation.selEnd;\n\t\toperation.replacement = operation.selection.substring(event.paramObject.prefix.length,operation.selection.length - event.paramObject.suffix.length);\n\t\toperation.newSelStart = operation.selStart;\n\t\toperation.newSelEnd = operation.selStart + operation.replacement.length;\n\t} else {\n\t\t// Add the prefix and suffix\n\t\toperation.cutStart = operation.selStart;\n\t\toperation.cutEnd = operation.selEnd;\n\t\toperation.replacement = event.paramObject.prefix + operation.selection + event.paramObject.suffix;\n\t\toperation.newSelStart = operation.selStart;\n\t\toperation.newSelEnd = operation.selStart + operation.replacement.length;\n\t}\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "texteditoroperation"
},
"$:/core/modules/filters/addprefix.js": {
"title": "$:/core/modules/filters/addprefix.js",
"text": "/*\\\ntitle: $:/core/modules/filters/addprefix.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for adding a prefix to each title in the list. This is\nespecially useful in contexts where only a filter expression is allowed\nand macro substitution isn't available.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.addprefix = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(operator.operand + title);\n\t});\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/addsuffix.js": {
"title": "$:/core/modules/filters/addsuffix.js",
"text": "/*\\\ntitle: $:/core/modules/filters/addsuffix.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for adding a suffix to each title in the list. This is\nespecially useful in contexts where only a filter expression is allowed\nand macro substitution isn't available.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.addsuffix = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(title + operator.operand);\n\t});\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/after.js": {
"title": "$:/core/modules/filters/after.js",
"text": "/*\\\ntitle: $:/core/modules/filters/after.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator returning the tiddler from the current list that is after the tiddler named in the operand.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.after = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(title);\n\t});\n\tvar index = results.indexOf(operator.operand);\n\tif(index === -1 || index > (results.length - 2)) {\n\t\treturn [];\n\t} else {\n\t\treturn [results[index + 1]];\n\t}\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/all/current.js": {
"title": "$:/core/modules/filters/all/current.js",
"text": "/*\\\ntitle: $:/core/modules/filters/all/current.js\ntype: application/javascript\nmodule-type: allfilteroperator\n\nFilter function for [all[current]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.current = function(source,prefix,options) {\n\tvar currTiddlerTitle = options.widget && options.widget.getVariable(\"currentTiddler\");\n\tif(currTiddlerTitle) {\n\t\treturn [currTiddlerTitle];\n\t} else {\n\t\treturn [];\n\t}\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "allfilteroperator"
},
"$:/core/modules/filters/all/missing.js": {
"title": "$:/core/modules/filters/all/missing.js",
"text": "/*\\\ntitle: $:/core/modules/filters/all/missing.js\ntype: application/javascript\nmodule-type: allfilteroperator\n\nFilter function for [all[missing]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.missing = function(source,prefix,options) {\n\treturn options.wiki.getMissingTitles();\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "allfilteroperator"
},
"$:/core/modules/filters/all/orphans.js": {
"title": "$:/core/modules/filters/all/orphans.js",
"text": "/*\\\ntitle: $:/core/modules/filters/all/orphans.js\ntype: application/javascript\nmodule-type: allfilteroperator\n\nFilter function for [all[orphans]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.orphans = function(source,prefix,options) {\n\treturn options.wiki.getOrphanTitles();\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "allfilteroperator"
},
"$:/core/modules/filters/all/shadows.js": {
"title": "$:/core/modules/filters/all/shadows.js",
"text": "/*\\\ntitle: $:/core/modules/filters/all/shadows.js\ntype: application/javascript\nmodule-type: allfilteroperator\n\nFilter function for [all[shadows]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.shadows = function(source,prefix,options) {\n\treturn options.wiki.allShadowTitles();\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "allfilteroperator"
},
"$:/core/modules/filters/all/tags.js": {
"title": "$:/core/modules/filters/all/tags.js",
"text": "/*\\\ntitle: $:/core/modules/filters/all/tags.js\ntype: application/javascript\nmodule-type: allfilteroperator\n\nFilter function for [all[tags]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.tags = function(source,prefix,options) {\n\treturn Object.keys(options.wiki.getTagMap());\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "allfilteroperator"
},
"$:/core/modules/filters/all/tiddlers.js": {
"title": "$:/core/modules/filters/all/tiddlers.js",
"text": "/*\\\ntitle: $:/core/modules/filters/all/tiddlers.js\ntype: application/javascript\nmodule-type: allfilteroperator\n\nFilter function for [all[tiddlers]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.tiddlers = function(source,prefix,options) {\n\treturn options.wiki.allTitles();\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "allfilteroperator"
},
"$:/core/modules/filters/all.js": {
"title": "$:/core/modules/filters/all.js",
"text": "/*\\\ntitle: $:/core/modules/filters/all.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for selecting tiddlers\n\n[all[shadows+tiddlers]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar allFilterOperators;\n\nfunction getAllFilterOperators() {\n\tif(!allFilterOperators) {\n\t\tallFilterOperators = {};\n\t\t$tw.modules.applyMethods(\"allfilteroperator\",allFilterOperators);\n\t}\n\treturn allFilterOperators;\n}\n\n/*\nExport our filter function\n*/\nexports.all = function(source,operator,options) {\n\t// Get our suboperators\n\tvar allFilterOperators = getAllFilterOperators();\n\t// Cycle through the suboperators accumulating their results\n\tvar results = [],\n\t\tsubops = operator.operand.split(\"+\");\n\t// Check for common optimisations\n\tif(subops.length === 1 && subops[0] === \"\") {\n\t\treturn source;\n\t} else if(subops.length === 1 && subops[0] === \"tiddlers\") {\n\t\treturn options.wiki.each;\n\t} else if(subops.length === 1 && subops[0] === \"shadows\") {\n\t\treturn options.wiki.eachShadow;\n\t} else if(subops.length === 2 && subops[0] === \"tiddlers\" && subops[1] === \"shadows\") {\n\t\treturn options.wiki.eachTiddlerPlusShadows;\n\t} else if(subops.length === 2 && subops[0] === \"shadows\" && subops[1] === \"tiddlers\") {\n\t\treturn options.wiki.eachShadowPlusTiddlers;\n\t}\n\t// Do it the hard way\n\tfor(var t=0; t<subops.length; t++) {\n\t\tvar subop = allFilterOperators[subops[t]];\n\t\tif(subop) {\n\t\t\t$tw.utils.pushTop(results,subop(source,operator.prefix,options));\n\t\t}\n\t}\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/backlinks.js": {
"title": "$:/core/modules/filters/backlinks.js",
"text": "/*\\\ntitle: $:/core/modules/filters/backlinks.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for returning all the backlinks from a tiddler\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.backlinks = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\t$tw.utils.pushTop(results,options.wiki.getTiddlerBacklinks(title));\n\t});\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/before.js": {
"title": "$:/core/modules/filters/before.js",
"text": "/*\\\ntitle: $:/core/modules/filters/before.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator returning the tiddler from the current list that is before the tiddler named in the operand.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.before = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(title);\n\t});\n\tvar index = results.indexOf(operator.operand);\n\tif(index <= 0) {\n\t\treturn [];\n\t} else {\n\t\treturn [results[index - 1]];\n\t}\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/commands.js": {
"title": "$:/core/modules/filters/commands.js",
"text": "/*\\\ntitle: $:/core/modules/filters/commands.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for returning the names of the commands available in this wiki\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.commands = function(source,operator,options) {\n\tvar results = [];\n\t$tw.utils.each($tw.commands,function(commandInfo,name) {\n\t\tresults.push(name);\n\t});\n\tresults.sort();\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/contains.js": {
"title": "$:/core/modules/filters/contains.js",
"text": "/*\\\ntitle: $:/core/modules/filters/contains.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for finding values in array fields\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.contains = function(source,operator,options) {\n\tvar results = [],\n\t\tfieldname = (operator.suffix || \"list\").toLowerCase();\n\tif(operator.prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(tiddler) {\n\t\t\t\tvar list = tiddler.getFieldList(fieldname);\n\t\t\t\tif(list.indexOf(operator.operand) === -1) {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(tiddler) {\n\t\t\t\tvar list = tiddler.getFieldList(fieldname);\n\t\t\t\tif(list.indexOf(operator.operand) !== -1) {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/count.js": {
"title": "$:/core/modules/filters/count.js",
"text": "/*\\\ntitle: $:/core/modules/filters/count.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator returning the number of entries in the current list.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.count = function(source,operator,options) {\n\tvar count = 0;\n\tsource(function(tiddler,title) {\n\t\tcount++;\n\t});\n\treturn [count + \"\"];\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/days.js": {
"title": "$:/core/modules/filters/days.js",
"text": "/*\\\ntitle: $:/core/modules/filters/days.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator that selects tiddlers with a specified date field within a specified date interval.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.days = function(source,operator,options) {\n\tvar results = [],\n\t\tfieldName = operator.suffix || \"modified\",\n\t\tdayInterval = (parseInt(operator.operand,10)||0),\n\t\tdayIntervalSign = $tw.utils.sign(dayInterval),\n\t\ttargetTimeStamp = (new Date()).setHours(0,0,0,0) + 1000*60*60*24*dayInterval,\n\t\tisWithinDays = function(dateField) {\n\t\t\tvar sign = $tw.utils.sign(targetTimeStamp - (new Date(dateField)).setHours(0,0,0,0));\n\t\t\treturn sign === 0 || sign === dayIntervalSign;\n\t\t};\n\n\tif(operator.prefix === \"!\") {\n\t\ttargetTimeStamp = targetTimeStamp - 1000*60*60*24*dayIntervalSign;\n\t\tsource(function(tiddler,title) {\n\t\t\tif(tiddler && tiddler.fields[fieldName]) {\n\t\t\t\tif(!isWithinDays($tw.utils.parseDate(tiddler.fields[fieldName]))) {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(tiddler && tiddler.fields[fieldName]) {\n\t\t\t\tif(isWithinDays($tw.utils.parseDate(tiddler.fields[fieldName]))) {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/each.js": {
"title": "$:/core/modules/filters/each.js",
"text": "/*\\\ntitle: $:/core/modules/filters/each.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator that selects one tiddler for each unique value of the specified field.\nWith suffix \"list\", selects all tiddlers that are values in a specified list field.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.each = function(source,operator,options) {\n\tvar results =[] ,\n\tvalue,values = {},\n\tfield = operator.operand || \"title\";\n\tif(operator.suffix === \"value\" && field === \"title\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(!$tw.utils.hop(values,title)) {\n\t\t\t\tvalues[title] = true;\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else if(operator.suffix !== \"list-item\") {\n\t\tif(field === \"title\") {\n\t\t\tsource(function(tiddler,title) {\n\t\t\t\tif(tiddler && !$tw.utils.hop(values,title)) {\n\t\t\t\t\tvalues[title] = true;\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t});\n\t\t} else {\n\t\t\tsource(function(tiddler,title) {\n\t\t\t\tif(tiddler) {\n\t\t\t\t\tvalue = tiddler.getFieldString(field);\n\t\t\t\t\tif(!$tw.utils.hop(values,value)) {\n\t\t\t\t\t\tvalues[value] = true;\n\t\t\t\t\t\tresults.push(title);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(tiddler) {\n\t\t\t\t$tw.utils.each(\n\t\t\t\t\toptions.wiki.getTiddlerList(title,field),\n\t\t\t\t\tfunction(value) {\n\t\t\t\t\t\tif(!$tw.utils.hop(values,value)) {\n\t\t\t\t\t\t\tvalues[value] = true;\n\t\t\t\t\t\t\tresults.push(value);\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t);\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/eachday.js": {
"title": "$:/core/modules/filters/eachday.js",
"text": "/*\\\ntitle: $:/core/modules/filters/eachday.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator that selects one tiddler for each unique day covered by the specified date field\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.eachday = function(source,operator,options) {\n\tvar results = [],\n\t\tvalues = [],\n\t\tfieldName = operator.operand || \"modified\";\n\t// Function to convert a date/time to a date integer\n\tvar toDate = function(value) {\n\t\tvalue = (new Date(value)).setHours(0,0,0,0);\n\t\treturn value+0;\n\t};\n\tsource(function(tiddler,title) {\n\t\tif(tiddler && tiddler.fields[fieldName]) {\n\t\t\tvar value = toDate($tw.utils.parseDate(tiddler.fields[fieldName]));\n\t\t\tif(values.indexOf(value) === -1) {\n\t\t\t\tvalues.push(value);\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t}\n\t});\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/editiondescription.js": {
"title": "$:/core/modules/filters/editiondescription.js",
"text": "/*\\\ntitle: $:/core/modules/filters/editiondescription.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for returning the descriptions of the specified edition names\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.editiondescription = function(source,operator,options) {\n\tvar results = [],\n\t\teditionInfo = $tw.utils.getEditionInfo();\n\tif(editionInfo) {\n\t\tsource(function(tiddler,title) {\n\t\t\tif($tw.utils.hop(editionInfo,title)) {\n\t\t\t\tresults.push(editionInfo[title].description || \"\");\t\t\t\t\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/editions.js": {
"title": "$:/core/modules/filters/editions.js",
"text": "/*\\\ntitle: $:/core/modules/filters/editions.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for returning the names of the available editions in this wiki\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.editions = function(source,operator,options) {\n\tvar results = [],\n\t\teditionInfo = $tw.utils.getEditionInfo();\n\tif(editionInfo) {\n\t\t$tw.utils.each(editionInfo,function(info,name) {\n\t\t\tresults.push(name);\n\t\t});\n\t}\n\tresults.sort();\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/else.js": {
"title": "$:/core/modules/filters/else.js",
"text": "/*\\\ntitle: $:/core/modules/filters/else.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for replacing an empty input list with a constant, passing a non-empty input list straight through\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.else = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(title);\n\t});\n\tif(results.length === 0) {\n\t\treturn [operator.operand];\n\t} else {\n\t\treturn results;\n\t}\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/decodeuricomponent.js": {
"title": "$:/core/modules/filters/decodeuricomponent.js",
"text": "/*\\\ntitle: $:/core/modules/filters/decodeuricomponent.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for applying decodeURIComponent() to each item.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter functions\n*/\n\nexports.decodeuricomponent = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tvar value = title;\n\t\ttry {\n\t\t\tvalue = decodeURIComponent(title);\n\t\t} catch(e) {\n\t\t}\n\t\tresults.push(value);\n\t});\n\treturn results;\n};\n\nexports.encodeuricomponent = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(encodeURIComponent(title));\n\t});\n\treturn results;\n};\n\nexports.decodeuri = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tvar value = title;\n\t\ttry {\n\t\t\tvalue = decodeURI(title);\n\t\t} catch(e) {\n\t\t}\n\t\tresults.push(value);\n\t});\n\treturn results;\n};\n\nexports.encodeuri = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(encodeURI(title));\n\t});\n\treturn results;\n};\n\nexports.decodehtml = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push($tw.utils.htmlDecode(title));\n\t});\n\treturn results;\n};\n\nexports.encodehtml = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push($tw.utils.htmlEncode(title));\n\t});\n\treturn results;\n};\n\nexports.stringify = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push($tw.utils.stringify(title));\n\t});\n\treturn results;\n};\n\nexports.jsonstringify = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push($tw.utils.jsonStringify(title));\n\t});\n\treturn results;\n};\n\nexports.escaperegexp = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push($tw.utils.escapeRegExp(title));\n\t});\n\treturn results;\n};\n\nexports.escapecss = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\t// escape any character with a special meaning in CSS using CSS.escape()\n\t\tresults.push(CSS.escape(title));\n\t});\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/enlist.js": {
"title": "$:/core/modules/filters/enlist.js",
"text": "/*\\\ntitle: $:/core/modules/filters/enlist.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator returning its operand parsed as a list\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.enlist = function(source,operator,options) {\n\tvar allowDuplicates = false;\n\tswitch(operator.suffix) {\n\t\tcase \"raw\":\n\t\t\tallowDuplicates = true;\n\t\t\tbreak;\n\t\tcase \"dedupe\":\n\t\t\tallowDuplicates = false;\n\t\t\tbreak;\n\t}\n\tvar list = $tw.utils.parseStringArray(operator.operand,allowDuplicates);\n\tif(operator.prefix === \"!\") {\n\t\tvar results = [];\n\t\tsource(function(tiddler,title) {\n\t\t\tif(list.indexOf(title) === -1) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t\treturn results;\n\t} else {\n\t\treturn list;\n\t}\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/field.js": {
"title": "$:/core/modules/filters/field.js",
"text": "/*\\\ntitle: $:/core/modules/filters/field.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for comparing fields for equality\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.field = function(source,operator,options) {\n\tvar results = [],indexedResults,\n\t\tfieldname = (operator.suffix || operator.operator || \"title\").toLowerCase();\n\tif(operator.prefix === \"!\") {\n\t\tif(operator.regexp) {\n\t\t\tsource(function(tiddler,title) {\n\t\t\t\tif(tiddler) {\n\t\t\t\t\tvar text = tiddler.getFieldString(fieldname);\n\t\t\t\t\tif(text !== null && !operator.regexp.exec(text)) {\n\t\t\t\t\t\tresults.push(title);\n\t\t\t\t\t}\n\t\t\t\t} else {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t});\n\t\t} else {\n\t\t\tsource(function(tiddler,title) {\n\t\t\t\tif(tiddler) {\n\t\t\t\t\tvar text = tiddler.getFieldString(fieldname);\n\t\t\t\t\tif(text !== null && text !== operator.operand) {\n\t\t\t\t\t\tresults.push(title);\n\t\t\t\t\t}\n\t\t\t\t} else {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\t} else {\n\t\tif(operator.regexp) {\n\t\t\tsource(function(tiddler,title) {\n\t\t\t\tif(tiddler) {\n\t\t\t\t\tvar text = tiddler.getFieldString(fieldname);\n\t\t\t\t\tif(text !== null && !!operator.regexp.exec(text)) {\n\t\t\t\t\t\tresults.push(title);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t});\n\t\t} else {\n\t\t\tif(source.byField && operator.operand) {\n\t\t\t\tindexedResults = source.byField(fieldname,operator.operand);\n\t\t\t\tif(indexedResults) {\n\t\t\t\t\treturn indexedResults\n\t\t\t\t}\n\t\t\t}\n\t\t\tsource(function(tiddler,title) {\n\t\t\t\tif(tiddler) {\n\t\t\t\t\tvar text = tiddler.getFieldString(fieldname);\n\t\t\t\t\tif(text !== null && text === operator.operand) {\n\t\t\t\t\t\tresults.push(title);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\t}\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/fields.js": {
"title": "$:/core/modules/filters/fields.js",
"text": "/*\\\ntitle: $:/core/modules/filters/fields.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for returning the names of the fields on the selected tiddlers\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.fields = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tif(tiddler) {\n\t\t\tfor(var fieldName in tiddler.fields) {\n\t\t\t\t$tw.utils.pushTop(results,fieldName);\n\t\t\t}\n\t\t}\n\t});\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/get.js": {
"title": "$:/core/modules/filters/get.js",
"text": "/*\\\ntitle: $:/core/modules/filters/get.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for replacing tiddler titles by the value of the field specified in the operand.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.get = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tif(tiddler) {\n\t\t\tvar value = tiddler.getFieldString(operator.operand);\n\t\t\tif(value) {\n\t\t\t\tresults.push(value);\n\t\t\t}\n\t\t}\n\t});\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/getindex.js": {
"title": "$:/core/modules/filters/getindex.js",
"text": "/*\\\ntitle: $:/core/modules/filters/getindex.js\ntype: application/javascript\nmodule-type: filteroperator\n\nreturns the value at a given index of datatiddlers\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.getindex = function(source,operator,options) {\n\tvar data,title,results = [];\n\tif(operator.operand){\n\t\tsource(function(tiddler,title) {\n\t\t\ttitle = tiddler ? tiddler.fields.title : title;\n\t\t\tdata = options.wiki.extractTiddlerDataItem(tiddler,operator.operand);\n\t\t\tif(data) {\n\t\t\t\tresults.push(data);\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/getvariable.js": {
"title": "$:/core/modules/filters/getvariable.js",
"text": "/*\\\ntitle: $:/core/modules/filters/getvariable.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for replacing input values by the value of the variable with the same name, or blank if the variable is missing\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.getvariable = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(options.widget.getVariable(title) || \"\");\n\t});\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/has.js": {
"title": "$:/core/modules/filters/has.js",
"text": "/*\\\ntitle: $:/core/modules/filters/has.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for checking if a tiddler has the specified field\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.has = function(source,operator,options) {\n\tvar results = [],\n\t\tinvert = operator.prefix === \"!\";\n\n\tif(operator.suffix === \"field\") {\n\t\tif(invert) {\n\t\t\tsource(function(tiddler,title) {\n\t\t\t\tif(!tiddler || (tiddler && (!$tw.utils.hop(tiddler.fields,operator.operand)))) {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t});\n\t\t} else {\n\t\t\tsource(function(tiddler,title) {\n\t\t\t\tif(tiddler && $tw.utils.hop(tiddler.fields,operator.operand)) {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\t} else {\n\t\tif(invert) {\n\t\t\tsource(function(tiddler,title) {\n\t\t\t\tif(!tiddler || !$tw.utils.hop(tiddler.fields,operator.operand) || (tiddler.fields[operator.operand] === \"\")) {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t});\n\t\t} else {\n\t\t\tsource(function(tiddler,title) {\n\t\t\t\tif(tiddler && $tw.utils.hop(tiddler.fields,operator.operand) && !(tiddler.fields[operator.operand] === \"\" || tiddler.fields[operator.operand].length === 0)) {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t});\t\t\t\t\n\t\t}\n\t}\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/haschanged.js": {
"title": "$:/core/modules/filters/haschanged.js",
"text": "/*\\\ntitle: $:/core/modules/filters/haschanged.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator returns tiddlers from the list that have a non-zero changecount.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.haschanged = function(source,operator,options) {\n\tvar results = [];\n\tif(operator.prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(options.wiki.getChangeCount(title) === 0) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(options.wiki.getChangeCount(title) > 0) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/indexes.js": {
"title": "$:/core/modules/filters/indexes.js",
"text": "/*\\\ntitle: $:/core/modules/filters/indexes.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for returning the indexes of a data tiddler\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.indexes = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tvar data = options.wiki.getTiddlerDataCached(title);\n\t\tif(data) {\n\t\t\t$tw.utils.pushTop(results,Object.keys(data));\n\t\t}\n\t});\n\tresults.sort();\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/insertbefore.js": {
"title": "$:/core/modules/filters/insertbefore.js",
"text": "/*\\\ntitle: $:/core/modules/filters/insertbefore.js\ntype: application/javascript\nmodule-type: filteroperator\n\nInsert an item before another item in a list\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nOrder a list\n*/\nexports.insertbefore = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(title);\n\t});\n\tvar target = options.widget && options.widget.getVariable(operator.suffix || \"currentTiddler\");\n\tif(target !== operator.operand) {\n\t\t// Remove the entry from the list if it is present\n\t\tvar pos = results.indexOf(operator.operand);\n\t\tif(pos !== -1) {\n\t\t\tresults.splice(pos,1);\n\t\t}\n\t\t// Insert the entry before the target marker\n\t\tpos = results.indexOf(target);\n\t\tif(pos !== -1) {\n\t\t\tresults.splice(pos,0,operator.operand);\n\t\t} else {\n\t\t\tresults.push(operator.operand);\n\t\t}\n\t}\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/is/blank.js": {
"title": "$:/core/modules/filters/is/blank.js",
"text": "/*\\\ntitle: $:/core/modules/filters/is/blank.js\ntype: application/javascript\nmodule-type: isfilteroperator\n\nFilter function for [is[blank]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.blank = function(source,prefix,options) {\n\tvar results = [];\n\tif(prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(title) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(!title) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "isfilteroperator"
},
"$:/core/modules/filters/is/current.js": {
"title": "$:/core/modules/filters/is/current.js",
"text": "/*\\\ntitle: $:/core/modules/filters/is/current.js\ntype: application/javascript\nmodule-type: isfilteroperator\n\nFilter function for [is[current]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.current = function(source,prefix,options) {\n\tvar results = [],\n\t\tcurrTiddlerTitle = options.widget && options.widget.getVariable(\"currentTiddler\");\n\tif(prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(title !== currTiddlerTitle) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(title === currTiddlerTitle) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "isfilteroperator"
},
"$:/core/modules/filters/is/image.js": {
"title": "$:/core/modules/filters/is/image.js",
"text": "/*\\\ntitle: $:/core/modules/filters/is/image.js\ntype: application/javascript\nmodule-type: isfilteroperator\n\nFilter function for [is[image]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.image = function(source,prefix,options) {\n\tvar results = [];\n\tif(prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(!options.wiki.isImageTiddler(title)) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(options.wiki.isImageTiddler(title)) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "isfilteroperator"
},
"$:/core/modules/filters/is/missing.js": {
"title": "$:/core/modules/filters/is/missing.js",
"text": "/*\\\ntitle: $:/core/modules/filters/is/missing.js\ntype: application/javascript\nmodule-type: isfilteroperator\n\nFilter function for [is[missing]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.missing = function(source,prefix,options) {\n\tvar results = [];\n\tif(prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(options.wiki.tiddlerExists(title)) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(!options.wiki.tiddlerExists(title)) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "isfilteroperator"
},
"$:/core/modules/filters/is/orphan.js": {
"title": "$:/core/modules/filters/is/orphan.js",
"text": "/*\\\ntitle: $:/core/modules/filters/is/orphan.js\ntype: application/javascript\nmodule-type: isfilteroperator\n\nFilter function for [is[orphan]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.orphan = function(source,prefix,options) {\n\tvar results = [],\n\t\torphanTitles = options.wiki.getOrphanTitles();\n\tif(prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(orphanTitles.indexOf(title) === -1) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(orphanTitles.indexOf(title) !== -1) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "isfilteroperator"
},
"$:/core/modules/filters/is/shadow.js": {
"title": "$:/core/modules/filters/is/shadow.js",
"text": "/*\\\ntitle: $:/core/modules/filters/is/shadow.js\ntype: application/javascript\nmodule-type: isfilteroperator\n\nFilter function for [is[shadow]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.shadow = function(source,prefix,options) {\n\tvar results = [];\n\tif(prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(!options.wiki.isShadowTiddler(title)) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(options.wiki.isShadowTiddler(title)) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "isfilteroperator"
},
"$:/core/modules/filters/is/system.js": {
"title": "$:/core/modules/filters/is/system.js",
"text": "/*\\\ntitle: $:/core/modules/filters/is/system.js\ntype: application/javascript\nmodule-type: isfilteroperator\n\nFilter function for [is[system]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.system = function(source,prefix,options) {\n\tvar results = [];\n\tif(prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(!options.wiki.isSystemTiddler(title)) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(options.wiki.isSystemTiddler(title)) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "isfilteroperator"
},
"$:/core/modules/filters/is/tag.js": {
"title": "$:/core/modules/filters/is/tag.js",
"text": "/*\\\ntitle: $:/core/modules/filters/is/tag.js\ntype: application/javascript\nmodule-type: isfilteroperator\n\nFilter function for [is[tag]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.tag = function(source,prefix,options) {\n\tvar results = [],\n\t\ttagMap = options.wiki.getTagMap();\n\tif(prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(!$tw.utils.hop(tagMap,title)) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif($tw.utils.hop(tagMap,title)) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "isfilteroperator"
},
"$:/core/modules/filters/is/tiddler.js": {
"title": "$:/core/modules/filters/is/tiddler.js",
"text": "/*\\\ntitle: $:/core/modules/filters/is/tiddler.js\ntype: application/javascript\nmodule-type: isfilteroperator\n\nFilter function for [is[tiddler]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.tiddler = function(source,prefix,options) {\n\tvar results = [];\n\tif(prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(!options.wiki.tiddlerExists(title)) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(options.wiki.tiddlerExists(title)) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "isfilteroperator"
},
"$:/core/modules/filters/is/variable.js": {
"title": "$:/core/modules/filters/is/variable.js",
"text": "/*\\\ntitle: $:/core/modules/filters/is/variable.js\ntype: application/javascript\nmodule-type: isfilteroperator\n\nFilter function for [is[variable]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.variable = function(source,prefix,options) {\n\tvar results = [];\n\tif(prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(!(title in options.widget.variables)) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(title in options.widget.variables) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "isfilteroperator"
},
"$:/core/modules/filters/is.js": {
"title": "$:/core/modules/filters/is.js",
"text": "/*\\\ntitle: $:/core/modules/filters/is.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for checking tiddler properties\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar isFilterOperators;\n\nfunction getIsFilterOperators() {\n\tif(!isFilterOperators) {\n\t\tisFilterOperators = {};\n\t\t$tw.modules.applyMethods(\"isfilteroperator\",isFilterOperators);\n\t}\n\treturn isFilterOperators;\n}\n\n/*\nExport our filter function\n*/\nexports.is = function(source,operator,options) {\n\t// Dispatch to the correct isfilteroperator\n\tvar isFilterOperators = getIsFilterOperators();\n\tif(operator.operand) {\n\t\tvar isFilterOperator = isFilterOperators[operator.operand];\n\t\tif(isFilterOperator) {\n\t\t\treturn isFilterOperator(source,operator.prefix,options);\n\t\t} else {\n\t\t\treturn [$tw.language.getString(\"Error/IsFilterOperator\")];\n\t\t}\n\t} else {\n\t\t// Return all tiddlers if the operand is missing\n\t\tvar results = [];\n\t\tsource(function(tiddler,title) {\n\t\t\tresults.push(title);\n\t\t});\n\t\treturn results;\n\t}\n};\n\n})();",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/limit.js": {
"title": "$:/core/modules/filters/limit.js",
"text": "/*\\\ntitle: $:/core/modules/filters/limit.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for chopping the results to a specified maximum number of entries\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.limit = function(source,operator,options) {\n\tvar results = [];\n\t// Convert to an array\n\tsource(function(tiddler,title) {\n\t\tresults.push(title);\n\t});\n\t// Slice the array if necessary\n\tvar limit = Math.min(results.length,parseInt(operator.operand,10));\n\tif(operator.prefix === \"!\") {\n\t\tresults = results.slice(-limit);\n\t} else {\n\t\tresults = results.slice(0,limit);\n\t}\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/links.js": {
"title": "$:/core/modules/filters/links.js",
"text": "/*\\\ntitle: $:/core/modules/filters/links.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for returning all the links from a tiddler\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.links = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\t$tw.utils.pushTop(results,options.wiki.getTiddlerLinks(title));\n\t});\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/list.js": {
"title": "$:/core/modules/filters/list.js",
"text": "/*\\\ntitle: $:/core/modules/filters/list.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator returning the tiddlers whose title is listed in the operand tiddler\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.list = function(source,operator,options) {\n\tvar results = [],\n\t\ttr = $tw.utils.parseTextReference(operator.operand),\n\t\tcurrTiddlerTitle = options.widget && options.widget.getVariable(\"currentTiddler\"),\n\t\tlist = options.wiki.getTiddlerList(tr.title || currTiddlerTitle,tr.field,tr.index);\n\tif(operator.prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(list.indexOf(title) === -1) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tresults = list;\n\t}\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/listed.js": {
"title": "$:/core/modules/filters/listed.js",
"text": "/*\\\ntitle: $:/core/modules/filters/listed.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator returning all tiddlers that have the selected tiddlers in a list\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.listed = function(source,operator,options) {\n\tvar field = operator.operand || \"list\",\n\t\tresults = [];\n\tsource(function(tiddler,title) {\n\t\t$tw.utils.pushTop(results,options.wiki.findListingsOfTiddler(title,field));\n\t});\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/listops.js": {
"title": "$:/core/modules/filters/listops.js",
"text": "/*\\\ntitle: $:/core/modules/filters/listops.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operators for manipulating the current selection list\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nOrder a list\n*/\nexports.order = function(source,operator,options) {\n\tvar results = [];\n\tif(operator.operand.toLowerCase() === \"reverse\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tresults.unshift(title);\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tresults.push(title);\n\t\t});\n\t}\n\treturn results;\n};\n\n/*\nReverse list\n*/\nexports.reverse = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.unshift(title);\n\t});\n\treturn results;\n};\n\n/*\nFirst entry/entries in list\n*/\nexports.first = function(source,operator,options) {\n\tvar count = $tw.utils.getInt(operator.operand,1),\n\t\tresults = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(title);\n\t});\n\treturn results.slice(0,count);\n};\n\n/*\nLast entry/entries in list\n*/\nexports.last = function(source,operator,options) {\n\tvar count = $tw.utils.getInt(operator.operand,1),\n\t\tresults = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(title);\n\t});\n\treturn results.slice(-count);\n};\n\n/*\nAll but the first entry/entries of the list\n*/\nexports.rest = function(source,operator,options) {\n\tvar count = $tw.utils.getInt(operator.operand,1),\n\t\tresults = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(title);\n\t});\n\treturn results.slice(count);\n};\nexports.butfirst = exports.rest;\nexports.bf = exports.rest;\n\n/*\nAll but the last entry/entries of the list\n*/\nexports.butlast = function(source,operator,options) {\n\tvar count = $tw.utils.getInt(operator.operand,1),\n\t\tresults = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(title);\n\t});\n\treturn results.slice(0,-count);\n};\nexports.bl = exports.butlast;\n\n/*\nThe nth member of the list\n*/\nexports.nth = function(source,operator,options) {\n\tvar count = $tw.utils.getInt(operator.operand,1),\n\t\tresults = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(title);\n\t});\n\treturn results.slice(count - 1,count);\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/lookup.js": {
"title": "$:/core/modules/filters/lookup.js",
"text": "/*\\\ntitle: $:/core/modules/filters/lookup.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator that looks up values via a title prefix\n\n[lookup:<field>[<prefix>]]\n\nPrepends the prefix to the selected items and returns the specified field value\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.lookup = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(options.wiki.getTiddlerText(operator.operand + title) || options.wiki.getTiddlerText(operator.operand + operator.suffix));\n\t});\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/match.js": {
"title": "$:/core/modules/filters/match.js",
"text": "/*\\\ntitle: $:/core/modules/filters/match.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for checking if a title matches a string\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.match = function(source,operator,options) {\n\tvar results = [],\n\t\tsuffixes = (operator.suffixes || [])[0] || [];\n\tif(suffixes.indexOf(\"caseinsensitive\") !== -1) {\n\t\tif(operator.prefix === \"!\") {\n\t\t\tsource(function(tiddler,title) {\n\t\t\t\tif(title.toLowerCase() !== (operator.operand || \"\").toLowerCase()) {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t});\n\t\t} else {\n\t\t\tsource(function(tiddler,title) {\n\t\t\t\tif(title.toLowerCase() === (operator.operand || \"\").toLowerCase()) {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\t} else {\n\t\tif(operator.prefix === \"!\") {\n\t\t\tsource(function(tiddler,title) {\n\t\t\t\tif(title !== operator.operand) {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t});\n\t\t} else {\n\t\t\tsource(function(tiddler,title) {\n\t\t\t\tif(title === operator.operand) {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\t}\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/math.js": {
"title": "$:/core/modules/filters/math.js",
"text": "/*\\\ntitle: $:/core/modules/filters/math.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operators for math. Unary/binary operators work on each item in turn, and return a new item list.\n\nSum/product/maxall/minall operate on the entire list, returning a single item.\n\nNote that strings are converted to numbers automatically. Trailing non-digits are ignored.\n\n* \"\" converts to 0\n* \"12kk\" converts to 12\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.negate = makeNumericBinaryOperator(\n\tfunction(a) {return -a}\n);\n\nexports.abs = makeNumericBinaryOperator(\n\tfunction(a) {return Math.abs(a)}\n);\n\nexports.ceil = makeNumericBinaryOperator(\n\tfunction(a) {return Math.ceil(a)}\n);\n\nexports.floor = makeNumericBinaryOperator(\n\tfunction(a) {return Math.floor(a)}\n);\n\nexports.round = makeNumericBinaryOperator(\n\tfunction(a) {return Math.round(a)}\n);\n\nexports.trunc = makeNumericBinaryOperator(\n\tfunction(a) {return Math.trunc(a)}\n);\n\nexports.untrunc = makeNumericBinaryOperator(\n\tfunction(a) {return Math.ceil(Math.abs(a)) * Math.sign(a)}\n);\n\nexports.sign = makeNumericBinaryOperator(\n\tfunction(a) {return Math.sign(a)}\n);\n\nexports.add = makeNumericBinaryOperator(\n\tfunction(a,b) {return a + b;}\n);\n\nexports.subtract = makeNumericBinaryOperator(\n\tfunction(a,b) {return a - b;}\n);\n\nexports.multiply = makeNumericBinaryOperator(\n\tfunction(a,b) {return a * b;}\n);\n\nexports.divide = makeNumericBinaryOperator(\n\tfunction(a,b) {return a / b;}\n);\n\nexports.remainder = makeNumericBinaryOperator(\n\tfunction(a,b) {return a % b;}\n);\n\nexports.max = makeNumericBinaryOperator(\n\tfunction(a,b) {return Math.max(a,b);}\n);\n\nexports.min = makeNumericBinaryOperator(\n\tfunction(a,b) {return Math.min(a,b);}\n);\n\nexports.fixed = makeNumericBinaryOperator(\n\tfunction(a,b) {return Number.prototype.toFixed.call(a,Math.min(Math.max(b,0),100));}\n);\n\nexports.precision = makeNumericBinaryOperator(\n\tfunction(a,b) {return Number.prototype.toPrecision.call(a,Math.min(Math.max(b,1),100));}\n);\n\nexports.exponential = makeNumericBinaryOperator(\n\tfunction(a,b) {return Number.prototype.toExponential.call(a,Math.min(Math.max(b,0),100));}\n);\n\nexports.sum = makeNumericReducingOperator(\n\tfunction(accumulator,value) {return accumulator + value},\n\t0 // Initial value\n);\n\nexports.product = makeNumericReducingOperator(\n\tfunction(accumulator,value) {return accumulator * value},\n\t1 // Initial value\n);\n\nexports.maxall = makeNumericReducingOperator(\n\tfunction(accumulator,value) {return Math.max(accumulator,value)},\n\t-Infinity // Initial value\n);\n\nexports.minall = makeNumericReducingOperator(\n\tfunction(accumulator,value) {return Math.min(accumulator,value)},\n\tInfinity // Initial value\n);\n\nfunction makeNumericBinaryOperator(fnCalc) {\n\treturn function(source,operator,options) {\n\t\tvar result = [],\n\t\t\tnumOperand = parseNumber(operator.operand);\n\t\tsource(function(tiddler,title) {\n\t\t\tresult.push(stringifyNumber(fnCalc(parseNumber(title),numOperand)));\n\t\t});\n\t\treturn result;\n\t};\n}\n\nfunction makeNumericReducingOperator(fnCalc,initialValue) {\n\tinitialValue = initialValue || 0;\n\treturn function(source,operator,options) {\n\t\tvar result = [];\n\t\tsource(function(tiddler,title) {\n\t\t\tresult.push(title);\n\t\t});\n\t\treturn [stringifyNumber(result.reduce(function(accumulator,currentValue) {\n\t\t\treturn fnCalc(accumulator,parseNumber(currentValue));\n\t\t},initialValue))];\n\t};\n}\n\nfunction parseNumber(str) {\n\treturn parseFloat(str) || 0;\n}\n\nfunction stringifyNumber(num) {\n\treturn num + \"\";\n}\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/minlength.js": {
"title": "$:/core/modules/filters/minlength.js",
"text": "/*\\\ntitle: $:/core/modules/filters/minlength.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for filtering out titles that don't meet the minimum length in the operand\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.minlength = function(source,operator,options) {\n\tvar results = [],\n\t\tminLength = parseInt(operator.operand || \"\",10) || 0;\n\tsource(function(tiddler,title) {\n\t\tif(title.length >= minLength) {\n\t\t\tresults.push(title);\n\t\t}\n\t});\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/modules.js": {
"title": "$:/core/modules/filters/modules.js",
"text": "/*\\\ntitle: $:/core/modules/filters/modules.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for returning the titles of the modules of a given type in this wiki\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.modules = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\t$tw.utils.each($tw.modules.types[title],function(moduleInfo,moduleName) {\n\t\t\tresults.push(moduleName);\n\t\t});\n\t});\n\tresults.sort();\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/moduletypes.js": {
"title": "$:/core/modules/filters/moduletypes.js",
"text": "/*\\\ntitle: $:/core/modules/filters/moduletypes.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for returning the names of the module types in this wiki\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.moduletypes = function(source,operator,options) {\n\tvar results = [];\n\t$tw.utils.each($tw.modules.types,function(moduleInfo,type) {\n\t\tresults.push(type);\n\t});\n\tresults.sort();\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/next.js": {
"title": "$:/core/modules/filters/next.js",
"text": "/*\\\ntitle: $:/core/modules/filters/next.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator returning the tiddler whose title occurs next in the list supplied in the operand tiddler\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.next = function(source,operator,options) {\n\tvar results = [],\n\t\tlist = options.wiki.getTiddlerList(operator.operand);\n\tsource(function(tiddler,title) {\n\t\tvar match = list.indexOf(title);\n\t\t// increment match and then test if result is in range\n\t\tmatch++;\n\t\tif(match > 0 && match < list.length) {\n\t\t\tresults.push(list[match]);\n\t\t}\n\t});\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/plugintiddlers.js": {
"title": "$:/core/modules/filters/plugintiddlers.js",
"text": "/*\\\ntitle: $:/core/modules/filters/plugintiddlers.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for returning the titles of the shadow tiddlers within a plugin\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.plugintiddlers = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tvar pluginInfo = options.wiki.getPluginInfo(title) || options.wiki.getTiddlerDataCached(title,{tiddlers:[]});\n\t\tif(pluginInfo && pluginInfo.tiddlers) {\n\t\t\t$tw.utils.each(pluginInfo.tiddlers,function(fields,title) {\n\t\t\t\tresults.push(title);\n\t\t\t});\n\t\t}\n\t});\n\tresults.sort();\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/prefix.js": {
"title": "$:/core/modules/filters/prefix.js",
"text": "/*\\\ntitle: $:/core/modules/filters/prefix.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for checking if a title starts with a prefix\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.prefix = function(source,operator,options) {\n\tvar results = [];\n\tif(operator.prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(title.substr(0,operator.operand.length) !== operator.operand) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(title.substr(0,operator.operand.length) === operator.operand) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/previous.js": {
"title": "$:/core/modules/filters/previous.js",
"text": "/*\\\ntitle: $:/core/modules/filters/previous.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator returning the tiddler whose title occurs immediately prior in the list supplied in the operand tiddler\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.previous = function(source,operator,options) {\n\tvar results = [],\n\t\tlist = options.wiki.getTiddlerList(operator.operand);\n\tsource(function(tiddler,title) {\n\t\tvar match = list.indexOf(title);\n\t\t// increment match and then test if result is in range\n\t\tmatch--;\n\t\tif(match >= 0) {\n\t\t\tresults.push(list[match]);\n\t\t}\n\t});\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/range.js": {
"title": "$:/core/modules/filters/range.js",
"text": "/*\\\ntitle: $:/core/modules/filters/range.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for generating a numeric range.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.range = function(source,operator,options) {\n\tvar results = [];\n\t// Split the operand into numbers delimited by these symbols\n\tvar parts = operator.operand.split(/[,:;]/g),\n\t\tbeg, end, inc, i, fixed = 0;\n\tfor (i=0; i<parts.length; i++) {\n\t\t// Validate real number\n\t\tif(!/^\\s*[+-]?((\\d+(\\.\\d*)?)|(\\.\\d+))\\s*$/.test(parts[i])) {\n\t\t\treturn [\"range: bad number \\\"\" + parts[i] + \"\\\"\"];\n\t\t}\n\t\t// Count digits; the most precise number determines decimal places in output.\n\t\tvar frac = /\\.\\d+/.exec(parts[i]);\n\t\tif(frac) {\n\t\t\tfixed = Math.max(fixed,frac[0].length-1);\n\t\t}\n\t\tparts[i] = parseFloat(parts[i]);\n\t}\n\tswitch(parts.length) {\n\t\tcase 1:\n\t\t\tend = parts[0];\n\t\t\tif (end >= 1) {\n\t\t\t\tbeg = 1;\n\t\t\t}\n\t\t\telse if (end <= -1) {\n\t\t\t\tbeg = -1;\n\t\t\t}\n\t\t\telse {\n\t\t\t\treturn [];\n\t\t\t}\n\t\t\tinc = 1;\n\t\t\tbreak;\n\t\tcase 2:\n\t\t\tbeg = parts[0];\n\t\t\tend = parts[1];\n\t\t\tinc = 1;\n\t\t\tbreak;\n\t\tcase 3:\n\t\t\tbeg = parts[0];\n\t\t\tend = parts[1];\n\t\t\tinc = Math.abs(parts[2]);\n\t\t\tbreak;\n\t}\n\tif(inc === 0) {\n\t\treturn [\"range: increment 0 causes infinite loop\"];\n\t}\n\t// May need to count backwards\n\tvar direction = ((end < beg) ? -1 : 1);\n\tinc *= direction;\n\t// Estimate number of resulting elements\n\tif((end - beg) / inc > 10000) {\n\t\treturn [\"range: too many steps (over 10K)\"];\n\t}\n\t// Avoid rounding error on last step\n\tend += direction * 0.5 * Math.pow(0.1,fixed);\n\tvar safety = 10010;\n\t// Enumerate the range\n\tif (end<beg) {\n\t\tfor(i=beg; i>end; i+=inc) {\n\t\t\tresults.push(i.toFixed(fixed));\n\t\t\tif(--safety<0) {\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t} else {\n\t\tfor(i=beg; i<end; i+=inc) {\n\t\t\tresults.push(i.toFixed(fixed));\n\t\t\tif(--safety<0) {\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t}\n\tif(safety<0) {\n\t\treturn [\"range: unexpectedly large output\"];\n\t}\n\t// Reverse?\n\tif(operator.prefix === \"!\") {\n\t\tresults.reverse();\n\t}\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/regexp.js": {
"title": "$:/core/modules/filters/regexp.js",
"text": "/*\\\ntitle: $:/core/modules/filters/regexp.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for regexp matching\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.regexp = function(source,operator,options) {\n\tvar results = [],\n\t\tfieldname = (operator.suffix || \"title\").toLowerCase(),\n\t\tregexpString, regexp, flags = \"\", match,\n\t\tgetFieldString = function(tiddler,title) {\n\t\t\tif(tiddler) {\n\t\t\t\treturn tiddler.getFieldString(fieldname);\n\t\t\t} else if(fieldname === \"title\") {\n\t\t\t\treturn title;\n\t\t\t} else {\n\t\t\t\treturn null;\n\t\t\t}\n\t\t};\n\t// Process flags and construct regexp\n\tregexpString = operator.operand;\n\tmatch = /^\\(\\?([gim]+)\\)/.exec(regexpString);\n\tif(match) {\n\t\tflags = match[1];\n\t\tregexpString = regexpString.substr(match[0].length);\n\t} else {\n\t\tmatch = /\\(\\?([gim]+)\\)$/.exec(regexpString);\n\t\tif(match) {\n\t\t\tflags = match[1];\n\t\t\tregexpString = regexpString.substr(0,regexpString.length - match[0].length);\n\t\t}\n\t}\n\ttry {\n\t\tregexp = new RegExp(regexpString,flags);\n\t} catch(e) {\n\t\treturn [\"\" + e];\n\t}\n\t// Process the incoming tiddlers\n\tif(operator.prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tvar text = getFieldString(tiddler,title);\n\t\t\tif(text !== null) {\n\t\t\t\tif(!regexp.exec(text)) {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tvar text = getFieldString(tiddler,title);\n\t\t\tif(text !== null) {\n\t\t\t\tif(!!regexp.exec(text)) {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/removeprefix.js": {
"title": "$:/core/modules/filters/removeprefix.js",
"text": "/*\\\ntitle: $:/core/modules/filters/removeprefix.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for removing a prefix from each title in the list. Titles that do not start with the prefix are removed.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.removeprefix = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tif(title.substr(0,operator.operand.length) === operator.operand) {\n\t\t\tresults.push(title.substr(operator.operand.length));\n\t\t}\n\t});\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/removesuffix.js": {
"title": "$:/core/modules/filters/removesuffix.js",
"text": "/*\\\ntitle: $:/core/modules/filters/removesuffix.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for removing a suffix from each title in the list. Titles that do not end with the suffix are removed.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.removesuffix = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tif(title && title.substr(-operator.operand.length) === operator.operand) {\n\t\t\tresults.push(title.substr(0,title.length - operator.operand.length));\n\t\t}\n\t});\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/sameday.js": {
"title": "$:/core/modules/filters/sameday.js",
"text": "/*\\\ntitle: $:/core/modules/filters/sameday.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator that selects tiddlers with a modified date field on the same day as the provided value.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.sameday = function(source,operator,options) {\n\tvar results = [],\n\t\tfieldName = operator.suffix || \"modified\",\n\t\ttargetDate = (new Date($tw.utils.parseDate(operator.operand))).setHours(0,0,0,0);\n\t// Function to convert a date/time to a date integer\n\tsource(function(tiddler,title) {\n\t\tif(tiddler) {\n\t\t\tif(tiddler.getFieldDay(fieldName) === targetDate) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t}\n\t});\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/search.js": {
"title": "$:/core/modules/filters/search.js",
"text": "/*\\\ntitle: $:/core/modules/filters/search.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for searching for the text in the operand tiddler\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.search = function(source,operator,options) {\n\tvar invert = operator.prefix === \"!\";\n\tif(operator.suffixes) {\n\t\tvar hasFlag = function(flag) {\n\t\t\t\treturn (operator.suffixes[1] || []).indexOf(flag) !== -1;\n\t\t\t},\n\t\t\texcludeFields = false,\n\t\t\tfieldList = operator.suffixes[0] || [],\n\t\t\tfirstField = fieldList[0] || \"\", \n\t\t\tfirstChar = firstField.charAt(0),\n\t\t\tfields;\n\t\tif(firstChar === \"-\") {\n\t\t\tfields = [firstField.slice(1)].concat(fieldList.slice(1));\n\t\t\texcludeFields = true;\n\t\t} else if(fieldList[0] === \"*\"){\n\t\t\tfields = [];\n\t\t\texcludeFields = true;\n\t\t} else {\n\t\t\tfields = fieldList.slice(0);\n\t\t}\n\t\treturn options.wiki.search(operator.operand,{\n\t\t\tsource: source,\n\t\t\tinvert: invert,\n\t\t\tfield: fields,\n\t\t\texcludeField: excludeFields,\n\t\t\tcaseSensitive: hasFlag(\"casesensitive\"),\n\t\t\tliteral: hasFlag(\"literal\"),\n\t\t\twhitespace: hasFlag(\"whitespace\"),\n\t\t\tanchored: hasFlag(\"anchored\"),\n\t\t\tregexp: hasFlag(\"regexp\"),\n\t\t\twords: hasFlag(\"words\")\n\t\t});\n\t} else {\n\t\treturn options.wiki.search(operator.operand,{\n\t\t\tsource: source,\n\t\t\tinvert: invert\n\t\t});\n\t}\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/shadowsource.js": {
"title": "$:/core/modules/filters/shadowsource.js",
"text": "/*\\\ntitle: $:/core/modules/filters/shadowsource.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for returning the source plugins for shadow tiddlers\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.shadowsource = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tvar source = options.wiki.getShadowSource(title);\n\t\tif(source) {\n\t\t\t$tw.utils.pushTop(results,source);\n\t\t}\n\t});\n\tresults.sort();\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/sort.js": {
"title": "$:/core/modules/filters/sort.js",
"text": "/*\\\ntitle: $:/core/modules/filters/sort.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for sorting\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.sort = function(source,operator,options) {\n\tvar results = prepare_results(source);\n\toptions.wiki.sortTiddlers(results,operator.operand || \"title\",operator.prefix === \"!\",false,false);\n\treturn results;\n};\n\nexports.nsort = function(source,operator,options) {\n\tvar results = prepare_results(source);\n\toptions.wiki.sortTiddlers(results,operator.operand || \"title\",operator.prefix === \"!\",false,true);\n\treturn results;\n};\n\nexports.sortan = function(source, operator, options) {\n\tvar results = prepare_results(source);\n\toptions.wiki.sortTiddlers(results, operator.operand || \"title\", operator.prefix === \"!\",false,false,true);\n\treturn results;\n};\n\nexports.sortcs = function(source,operator,options) {\n\tvar results = prepare_results(source);\n\toptions.wiki.sortTiddlers(results,operator.operand || \"title\",operator.prefix === \"!\",true,false);\n\treturn results;\n};\n\nexports.nsortcs = function(source,operator,options) {\n\tvar results = prepare_results(source);\n\toptions.wiki.sortTiddlers(results,operator.operand || \"title\",operator.prefix === \"!\",true,true);\n\treturn results;\n};\n\nvar prepare_results = function (source) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(title);\n\t});\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/splitbefore.js": {
"title": "$:/core/modules/filters/splitbefore.js",
"text": "/*\\\ntitle: $:/core/modules/filters/splitbefore.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator that splits each result on the first occurance of the specified separator and returns the unique values.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.splitbefore = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tvar parts = title.split(operator.operand);\n\t\tif(parts.length === 1) {\n\t\t\t$tw.utils.pushTop(results,parts[0]);\n\t\t} else {\n\t\t\t$tw.utils.pushTop(results,parts[0] + operator.operand);\n\t\t}\n\t});\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/storyviews.js": {
"title": "$:/core/modules/filters/storyviews.js",
"text": "/*\\\ntitle: $:/core/modules/filters/storyviews.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for returning the names of the story views in this wiki\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.storyviews = function(source,operator,options) {\n\tvar results = [],\n\t\tstoryviews = {};\n\t$tw.modules.applyMethods(\"storyview\",storyviews);\n\t$tw.utils.each(storyviews,function(info,name) {\n\t\tresults.push(name);\n\t});\n\tresults.sort();\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/strings.js": {
"title": "$:/core/modules/filters/strings.js",
"text": "/*\\\ntitle: $:/core/modules/filters/strings.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operators for strings. Unary/binary operators work on each item in turn, and return a new item list.\n\nSum/product/maxall/minall operate on the entire list, returning a single item.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.length = makeStringBinaryOperator(\n\tfunction(a) {return [\"\" + (\"\" + a).length];}\n);\n\nexports.uppercase = makeStringBinaryOperator(\n\tfunction(a) {return [(\"\" + a).toUpperCase()];}\n);\n\nexports.lowercase = makeStringBinaryOperator(\n\tfunction(a) {return [(\"\" + a).toLowerCase()];}\n);\n\nexports.sentencecase = makeStringBinaryOperator(\n\tfunction(a) {return [$tw.utils.toSentenceCase(a)];}\n);\n\nexports.titlecase = makeStringBinaryOperator(\n\tfunction(a) {return [$tw.utils.toTitleCase(a)];}\n);\n\nexports.trim = makeStringBinaryOperator(\n\tfunction(a) {return [$tw.utils.trim(a)];}\n);\n\nexports.split = makeStringBinaryOperator(\n\tfunction(a,b) {return (\"\" + a).split(b);}\n);\n\nexports.join = makeStringReducingOperator(\n\tfunction(accumulator,value,operand) {\n\t\tif(accumulator === null) {\n\t\t\treturn value;\n\t\t} else {\n\t\t\treturn accumulator + operand + value;\n\t\t}\n\t},null\n);\n\nfunction makeStringBinaryOperator(fnCalc) {\n\treturn function(source,operator,options) {\n\t\tvar result = [];\n\t\tsource(function(tiddler,title) {\n\t\t\tArray.prototype.push.apply(result,fnCalc(title,operator.operand || \"\"));\n\t\t});\n\t\treturn result;\n\t};\n}\n\nfunction makeStringReducingOperator(fnCalc,initialValue) {\n\treturn function(source,operator,options) {\n\t\tvar result = [];\n\t\tsource(function(tiddler,title) {\n\t\t\tresult.push(title);\n\t\t});\n\t\treturn [result.reduce(function(accumulator,currentValue) {\n\t\t\treturn fnCalc(accumulator,currentValue,operator.operand || \"\");\n\t\t},initialValue)];\n\t};\n}\n\nexports.splitregexp = function(source,operator,options) {\n\tvar result = [],\n\t\tsuffix = operator.suffix || \"\",\n\t\tflags = (suffix.indexOf(\"m\") !== -1 ? \"m\" : \"\") + (suffix.indexOf(\"i\") !== -1 ? \"i\" : \"\"),\n\t\tregExp;\n\ttry {\n\t\tregExp = new RegExp(operator.operand || \"\",flags);\t\t\n\t} catch(ex) {\n\t\treturn [\"RegExp error: \" + ex];\n\t}\n\tsource(function(tiddler,title) {\n\t\tArray.prototype.push.apply(result,title.split(regExp));\n\t});\t\t\n\treturn result;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/subfilter.js": {
"title": "$:/core/modules/filters/subfilter.js",
"text": "/*\\\ntitle: $:/core/modules/filters/subfilter.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator returning its operand evaluated as a filter\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.subfilter = function(source,operator,options) {\n\tvar list = options.wiki.filterTiddlers(operator.operand,options.widget,source);\n\tif(operator.prefix === \"!\") {\n\t\tvar results = [];\n\t\tsource(function(tiddler,title) {\n\t\t\tif(list.indexOf(title) === -1) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t\treturn results;\n\t} else {\n\t\treturn list;\n\t}\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/subtiddlerfields.js": {
"title": "$:/core/modules/filters/subtiddlerfields.js",
"text": "/*\\\ntitle: $:/core/modules/filters/subtiddlerfields.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for returning the names of the fields on the selected subtiddlers of the plugin named in the operand\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.subtiddlerfields = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tvar subtiddler = options.wiki.getSubTiddler(operator.operand,title);\n\t\tif(subtiddler) {\n\t\t\tfor(var fieldName in subtiddler.fields) {\n\t\t\t\t$tw.utils.pushTop(results,fieldName);\n\t\t\t}\n\t\t}\n\t});\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/suffix.js": {
"title": "$:/core/modules/filters/suffix.js",
"text": "/*\\\ntitle: $:/core/modules/filters/suffix.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for checking if a title ends with a suffix\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.suffix = function(source,operator,options) {\n\tvar results = [];\n\tif(operator.prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(title.substr(-operator.operand.length) !== operator.operand) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(title.substr(-operator.operand.length) === operator.operand) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/tag.js": {
"title": "$:/core/modules/filters/tag.js",
"text": "/*\\\ntitle: $:/core/modules/filters/tag.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for checking for the presence of a tag\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.tag = function(source,operator,options) {\n\tvar results = [],indexedResults;\n\tif((operator.suffix || \"\").toLowerCase() === \"strict\" && !operator.operand) {\n\t\t// New semantics:\n\t\t// Always return copy of input if operator.operand is missing\n\t\tsource(function(tiddler,title) {\n\t\t\tresults.push(title);\n\t\t});\n\t} else {\n\t\t// Old semantics:\n\t\tvar tiddlers;\n\t\tif(operator.prefix === \"!\") {\n\t\t\t// Returns a copy of the input if operator.operand is missing\n\t\t\ttiddlers = options.wiki.getTiddlersWithTag(operator.operand);\n\t\t\tsource(function(tiddler,title) {\n\t\t\t\tif(tiddlers.indexOf(title) === -1) {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t});\n\t\t} else {\n\t\t\t// Returns empty results if operator.operand is missing\n\t\t\tif(source.byTag) {\n\t\t\t\tindexedResults = source.byTag(operator.operand);\n\t\t\t\tif(indexedResults) {\n\t\t\t\t\treturn indexedResults;\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\ttiddlers = options.wiki.getTiddlersWithTag(operator.operand);\n\t\t\t\tsource(function(tiddler,title) {\n\t\t\t\t\tif(tiddlers.indexOf(title) !== -1) {\n\t\t\t\t\t\tresults.push(title);\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t\tresults = options.wiki.sortByList(results,operator.operand);\n\t\t\t}\n\t\t}\t\t\n\t}\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/tagging.js": {
"title": "$:/core/modules/filters/tagging.js",
"text": "/*\\\ntitle: $:/core/modules/filters/tagging.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator returning all tiddlers that are tagged with the selected tiddlers\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.tagging = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\t$tw.utils.pushTop(results,options.wiki.getTiddlersWithTag(title));\n\t});\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/tags.js": {
"title": "$:/core/modules/filters/tags.js",
"text": "/*\\\ntitle: $:/core/modules/filters/tags.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator returning all the tags of the selected tiddlers\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.tags = function(source,operator,options) {\n\tvar tags = {};\n\tsource(function(tiddler,title) {\n\t\tvar t, length;\n\t\tif(tiddler && tiddler.fields.tags) {\n\t\t\tfor(t=0, length=tiddler.fields.tags.length; t<length; t++) {\n\t\t\t\ttags[tiddler.fields.tags[t]] = true;\n\t\t\t}\n\t\t}\n\t});\n\treturn Object.keys(tags);\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/then.js": {
"title": "$:/core/modules/filters/then.js",
"text": "/*\\\ntitle: $:/core/modules/filters/then.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for replacing any titles with a constant\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.then = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(operator.operand);\n\t});\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/title.js": {
"title": "$:/core/modules/filters/title.js",
"text": "/*\\\ntitle: $:/core/modules/filters/title.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for comparing title fields for equality\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.title = function(source,operator,options) {\n\tvar results = [];\n\tif(operator.prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(tiddler && tiddler.fields.title !== operator.operand) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tresults.push(operator.operand);\n\t}\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/untagged.js": {
"title": "$:/core/modules/filters/untagged.js",
"text": "/*\\\ntitle: $:/core/modules/filters/untagged.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator returning all the selected tiddlers that are untagged\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.untagged = function(source,operator,options) {\n\tvar results = [];\n\tif(operator.prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(tiddler && $tw.utils.isArray(tiddler.fields.tags) && tiddler.fields.tags.length > 0) {\n\t\t\t\t$tw.utils.pushTop(results,title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(!tiddler || !tiddler.hasField(\"tags\") || ($tw.utils.isArray(tiddler.fields.tags) && tiddler.fields.tags.length === 0)) {\n\t\t\t\t$tw.utils.pushTop(results,title);\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/variables.js": {
"title": "$:/core/modules/filters/variables.js",
"text": "/*\\\ntitle: $:/core/modules/filters/variables.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for returning the names of the active variables\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.variables = function(source,operator,options) {\n\tvar names = [];\n\tfor(var variable in options.widget.variables) {\n\t\tnames.push(variable);\n\t}\n\treturn names.sort();\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/wikiparserrules.js": {
"title": "$:/core/modules/filters/wikiparserrules.js",
"text": "/*\\\ntitle: $:/core/modules/filters/wikiparserrules.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for returning the names of the wiki parser rules in this wiki\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.wikiparserrules = function(source,operator,options) {\n\tvar results = [],\n\t\toperand = operator.operand;\n\t$tw.utils.each($tw.modules.types.wikirule,function(mod) {\n\t\tvar exp = mod.exports;\n\t\tif(!operand || exp.types[operand]) {\n\t\t\tresults.push(exp.name);\n\t\t}\n\t});\n\tresults.sort();\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters/x-listops.js": {
"title": "$:/core/modules/filters/x-listops.js",
"text": "/*\\\ntitle: $:/core/modules/filters/x-listops.js\ntype: application/javascript\nmodule-type: filteroperator\n\nExtended filter operators to manipulate the current list.\n\n\\*/\n(function () {\n\n /*jslint node: true, browser: true */\n /*global $tw: false */\n \"use strict\";\n\n /*\n Fetch titles from the current list\n */\n var prepare_results = function (source) {\n var results = [];\n source(function (tiddler, title) {\n results.push(title);\n });\n return results;\n };\n\n /*\n Moves a number of items from the tail of the current list before the item named in the operand\n */\n exports.putbefore = function (source, operator) {\n var results = prepare_results(source),\n index = results.indexOf(operator.operand),\n count = $tw.utils.getInt(operator.suffix,1);\n return (index === -1) ?\n results.slice(0, -1) :\n results.slice(0, index).concat(results.slice(-count)).concat(results.slice(index, -count));\n };\n\n /*\n Moves a number of items from the tail of the current list after the item named in the operand\n */\n exports.putafter = function (source, operator) {\n var results = prepare_results(source),\n index = results.indexOf(operator.operand),\n count = $tw.utils.getInt(operator.suffix,1);\n return (index === -1) ?\n results.slice(0, -1) :\n results.slice(0, index + 1).concat(results.slice(-count)).concat(results.slice(index + 1, -count));\n };\n\n /*\n Replaces the item named in the operand with a number of items from the tail of the current list\n */\n exports.replace = function (source, operator) {\n var results = prepare_results(source),\n index = results.indexOf(operator.operand),\n count = $tw.utils.getInt(operator.suffix,1);\n return (index === -1) ?\n results.slice(0, -count) :\n results.slice(0, index).concat(results.slice(-count)).concat(results.slice(index + 1, -count));\n };\n\n /*\n Moves a number of items from the tail of the current list to the head of the list\n */\n exports.putfirst = function (source, operator) {\n var results = prepare_results(source),\n count = $tw.utils.getInt(operator.suffix,1);\n return results.slice(-count).concat(results.slice(0, -count));\n };\n\n /*\n Moves a number of items from the head of the current list to the tail of the list\n */\n exports.putlast = function (source, operator) {\n var results = prepare_results(source),\n count = $tw.utils.getInt(operator.suffix,1);\n return results.slice(count).concat(results.slice(0, count));\n };\n\n /*\n Moves the item named in the operand a number of places forward or backward in the list\n */\n exports.move = function (source, operator) {\n var results = prepare_results(source),\n index = results.indexOf(operator.operand),\n count = $tw.utils.getInt(operator.suffix,1),\n marker = results.splice(index, 1),\n offset = (index + count) > 0 ? index + count : 0;\n return results.slice(0, offset).concat(marker).concat(results.slice(offset));\n };\n\n /*\n Returns the items from the current list that are after the item named in the operand\n */\n exports.allafter = function (source, operator) {\n var results = prepare_results(source),\n index = results.indexOf(operator.operand);\n return (index === -1) ? [] :\n (operator.suffix) ? results.slice(index) :\n results.slice(index + 1);\n };\n\n /*\n Returns the items from the current list that are before the item named in the operand\n */\n exports.allbefore = function (source, operator) {\n var results = prepare_results(source),\n index = results.indexOf(operator.operand);\n return (index === -1) ? [] :\n (operator.suffix) ? results.slice(0, index + 1) :\n results.slice(0, index);\n };\n\n /*\n Appends the items listed in the operand array to the tail of the current list\n */\n exports.append = function (source, operator) {\n var append = $tw.utils.parseStringArray(operator.operand, \"true\"),\n results = prepare_results(source),\n count = parseInt(operator.suffix) || append.length;\n return (append.length === 0) ? results :\n (operator.prefix) ? results.concat(append.slice(-count)) :\n results.concat(append.slice(0, count));\n };\n\n /*\n Prepends the items listed in the operand array to the head of the current list\n */\n exports.prepend = function (source, operator) {\n var prepend = $tw.utils.parseStringArray(operator.operand, \"true\"),\n results = prepare_results(source),\n count = $tw.utils.getInt(operator.suffix,prepend.length);\n return (prepend.length === 0) ? results :\n (operator.prefix) ? prepend.slice(-count).concat(results) :\n prepend.slice(0, count).concat(results);\n };\n\n /*\n Returns all items from the current list except the items listed in the operand array\n */\n exports.remove = function (source, operator) {\n var array = $tw.utils.parseStringArray(operator.operand, \"true\"),\n results = prepare_results(source),\n count = parseInt(operator.suffix) || array.length,\n p,\n len,\n index;\n len = array.length - 1;\n for (p = 0; p < count; ++p) {\n if (operator.prefix) {\n index = results.indexOf(array[len - p]);\n } else {\n index = results.indexOf(array[p]);\n }\n if (index !== -1) {\n results.splice(index, 1);\n }\n }\n return results;\n };\n\n /*\n Returns all items from the current list sorted in the order of the items in the operand array\n */\n exports.sortby = function (source, operator) {\n var results = prepare_results(source);\n if (!results || results.length < 2) {\n return results;\n }\n var lookup = $tw.utils.parseStringArray(operator.operand, \"true\");\n results.sort(function (a, b) {\n return lookup.indexOf(a) - lookup.indexOf(b);\n });\n return results;\n };\n\n /*\n Removes all duplicate items from the current list\n */\n exports.unique = function (source, operator) {\n var results = prepare_results(source);\n var set = results.reduce(function (a, b) {\n if (a.indexOf(b) < 0) {\n a.push(b);\n }\n return a;\n }, []);\n return set;\n };\n})();\n",
"type": "application/javascript",
"module-type": "filteroperator"
},
"$:/core/modules/filters.js": {
"title": "$:/core/modules/filters.js",
"text": "/*\\\ntitle: $:/core/modules/filters.js\ntype: application/javascript\nmodule-type: wikimethod\n\nAdds tiddler filtering methods to the $tw.Wiki object.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nParses an operation (i.e. a run) within a filter string\n\toperators: Array of array of operator nodes into which results should be inserted\n\tfilterString: filter string\n\tp: start position within the string\nReturns the new start position, after the parsed operation\n*/\nfunction parseFilterOperation(operators,filterString,p) {\n\tvar nextBracketPos, operator;\n\t// Skip the starting square bracket\n\tif(filterString.charAt(p++) !== \"[\") {\n\t\tthrow \"Missing [ in filter expression\";\n\t}\n\t// Process each operator in turn\n\tdo {\n\t\toperator = {};\n\t\t// Check for an operator prefix\n\t\tif(filterString.charAt(p) === \"!\") {\n\t\t\toperator.prefix = filterString.charAt(p++);\n\t\t}\n\t\t// Get the operator name\n\t\tnextBracketPos = filterString.substring(p).search(/[\\[\\{<\\/]/);\n\t\tif(nextBracketPos === -1) {\n\t\t\tthrow \"Missing [ in filter expression\";\n\t\t}\n\t\tnextBracketPos += p;\n\t\tvar bracket = filterString.charAt(nextBracketPos);\n\t\toperator.operator = filterString.substring(p,nextBracketPos);\n\t\t// Any suffix?\n\t\tvar colon = operator.operator.indexOf(':');\n\t\tif(colon > -1) {\n\t\t\t// The raw suffix for older filters\n\t\t\toperator.suffix = operator.operator.substring(colon + 1);\n\t\t\toperator.operator = operator.operator.substring(0,colon) || \"field\";\n\t\t\t// The processed suffix for newer filters\n\t\t\toperator.suffixes = [];\n\t\t\t$tw.utils.each(operator.suffix.split(\":\"),function(subsuffix) {\n\t\t\t\toperator.suffixes.push([]);\n\t\t\t\t$tw.utils.each(subsuffix.split(\",\"),function(entry) {\n\t\t\t\t\tentry = $tw.utils.trim(entry);\n\t\t\t\t\tif(entry) {\n\t\t\t\t\t\toperator.suffixes[operator.suffixes.length - 1].push(entry); \n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t});\n\t\t}\n\t\t// Empty operator means: title\n\t\telse if(operator.operator === \"\") {\n\t\t\toperator.operator = \"title\";\n\t\t}\n\n\t\tp = nextBracketPos + 1;\n\t\tswitch (bracket) {\n\t\t\tcase \"{\": // Curly brackets\n\t\t\t\toperator.indirect = true;\n\t\t\t\tnextBracketPos = filterString.indexOf(\"}\",p);\n\t\t\t\tbreak;\n\t\t\tcase \"[\": // Square brackets\n\t\t\t\tnextBracketPos = filterString.indexOf(\"]\",p);\n\t\t\t\tbreak;\n\t\t\tcase \"<\": // Angle brackets\n\t\t\t\toperator.variable = true;\n\t\t\t\tnextBracketPos = filterString.indexOf(\">\",p);\n\t\t\t\tbreak;\n\t\t\tcase \"/\": // regexp brackets\n\t\t\t\tvar rex = /^((?:[^\\\\\\/]*|\\\\.)*)\\/(?:\\(([mygi]+)\\))?/g,\n\t\t\t\t\trexMatch = rex.exec(filterString.substring(p));\n\t\t\t\tif(rexMatch) {\n\t\t\t\t\toperator.regexp = new RegExp(rexMatch[1], rexMatch[2]);\n// DEPRECATION WARNING\nconsole.log(\"WARNING: Filter\",operator.operator,\"has a deprecated regexp operand\",operator.regexp);\n\t\t\t\t\tnextBracketPos = p + rex.lastIndex - 1;\n\t\t\t\t}\n\t\t\t\telse {\n\t\t\t\t\tthrow \"Unterminated regular expression in filter expression\";\n\t\t\t\t}\n\t\t\t\tbreak;\n\t\t}\n\n\t\tif(nextBracketPos === -1) {\n\t\t\tthrow \"Missing closing bracket in filter expression\";\n\t\t}\n\t\tif(!operator.regexp) {\n\t\t\toperator.operand = filterString.substring(p,nextBracketPos);\n\t\t}\n\t\tp = nextBracketPos + 1;\n\n\t\t// Push this operator\n\t\toperators.push(operator);\n\t} while(filterString.charAt(p) !== \"]\");\n\t// Skip the ending square bracket\n\tif(filterString.charAt(p++) !== \"]\") {\n\t\tthrow \"Missing ] in filter expression\";\n\t}\n\t// Return the parsing position\n\treturn p;\n}\n\n/*\nParse a filter string\n*/\nexports.parseFilter = function(filterString) {\n\tfilterString = filterString || \"\";\n\tvar results = [], // Array of arrays of operator nodes {operator:,operand:}\n\t\tp = 0, // Current position in the filter string\n\t\tmatch;\n\tvar whitespaceRegExp = /(\\s+)/mg,\n\t\toperandRegExp = /((?:\\+|\\-|~|=)?)(?:(\\[)|(?:\"([^\"]*)\")|(?:'([^']*)')|([^\\s\\[\\]]+))/mg;\n\twhile(p < filterString.length) {\n\t\t// Skip any whitespace\n\t\twhitespaceRegExp.lastIndex = p;\n\t\tmatch = whitespaceRegExp.exec(filterString);\n\t\tif(match && match.index === p) {\n\t\t\tp = p + match[0].length;\n\t\t}\n\t\t// Match the start of the operation\n\t\tif(p < filterString.length) {\n\t\t\toperandRegExp.lastIndex = p;\n\t\t\tmatch = operandRegExp.exec(filterString);\n\t\t\tif(!match || match.index !== p) {\n\t\t\t\tthrow $tw.language.getString(\"Error/FilterSyntax\");\n\t\t\t}\n\t\t\tvar operation = {\n\t\t\t\tprefix: \"\",\n\t\t\t\toperators: []\n\t\t\t};\n\t\t\tif(match[1]) {\n\t\t\t\toperation.prefix = match[1];\n\t\t\t\tp++;\n\t\t\t}\n\t\t\tif(match[2]) { // Opening square bracket\n\t\t\t\tp = parseFilterOperation(operation.operators,filterString,p);\n\t\t\t} else {\n\t\t\t\tp = match.index + match[0].length;\n\t\t\t}\n\t\t\tif(match[3] || match[4] || match[5]) { // Double quoted string, single quoted string or unquoted title\n\t\t\t\toperation.operators.push(\n\t\t\t\t\t{operator: \"title\", operand: match[3] || match[4] || match[5]}\n\t\t\t\t);\n\t\t\t}\n\t\t\tresults.push(operation);\n\t\t}\n\t}\n\treturn results;\n};\n\nexports.getFilterOperators = function() {\n\tif(!this.filterOperators) {\n\t\t$tw.Wiki.prototype.filterOperators = {};\n\t\t$tw.modules.applyMethods(\"filteroperator\",this.filterOperators);\n\t}\n\treturn this.filterOperators;\n};\n\nexports.filterTiddlers = function(filterString,widget,source) {\n\tvar fn = this.compileFilter(filterString);\n\treturn fn.call(this,source,widget);\n};\n\n/*\nCompile a filter into a function with the signature fn(source,widget) where:\nsource: an iterator function for the source tiddlers, called source(iterator), where iterator is called as iterator(tiddler,title)\nwidget: an optional widget node for retrieving the current tiddler etc.\n*/\nexports.compileFilter = function(filterString) {\n\tvar filterParseTree;\n\ttry {\n\t\tfilterParseTree = this.parseFilter(filterString);\n\t} catch(e) {\n\t\treturn function(source,widget) {\n\t\t\treturn [$tw.language.getString(\"Error/Filter\") + \": \" + e];\n\t\t};\n\t}\n\t// Get the hashmap of filter operator functions\n\tvar filterOperators = this.getFilterOperators();\n\t// Assemble array of functions, one for each operation\n\tvar operationFunctions = [];\n\t// Step through the operations\n\tvar self = this;\n\t$tw.utils.each(filterParseTree,function(operation) {\n\t\t// Create a function for the chain of operators in the operation\n\t\tvar operationSubFunction = function(source,widget) {\n\t\t\tvar accumulator = source,\n\t\t\t\tresults = [],\n\t\t\t\tcurrTiddlerTitle = widget && widget.getVariable(\"currentTiddler\");\n\t\t\t$tw.utils.each(operation.operators,function(operator) {\n\t\t\t\tvar operand = operator.operand,\n\t\t\t\t\toperatorFunction;\n\t\t\t\tif(!operator.operator) {\n\t\t\t\t\toperatorFunction = filterOperators.title;\n\t\t\t\t} else if(!filterOperators[operator.operator]) {\n\t\t\t\t\toperatorFunction = filterOperators.field;\n\t\t\t\t} else {\n\t\t\t\t\toperatorFunction = filterOperators[operator.operator];\n\t\t\t\t}\n\t\t\t\tif(operator.indirect) {\n\t\t\t\t\toperand = self.getTextReference(operator.operand,\"\",currTiddlerTitle);\n\t\t\t\t}\n\t\t\t\tif(operator.variable) {\n\t\t\t\t\toperand = widget.getVariable(operator.operand,{defaultValue: \"\"});\n\t\t\t\t}\n\t\t\t\t// Invoke the appropriate filteroperator module\n\t\t\t\tresults = operatorFunction(accumulator,{\n\t\t\t\t\t\t\toperator: operator.operator,\n\t\t\t\t\t\t\toperand: operand,\n\t\t\t\t\t\t\tprefix: operator.prefix,\n\t\t\t\t\t\t\tsuffix: operator.suffix,\n\t\t\t\t\t\t\tsuffixes: operator.suffixes,\n\t\t\t\t\t\t\tregexp: operator.regexp\n\t\t\t\t\t\t},{\n\t\t\t\t\t\t\twiki: self,\n\t\t\t\t\t\t\twidget: widget\n\t\t\t\t\t\t});\n\t\t\t\tif($tw.utils.isArray(results)) {\n\t\t\t\t\taccumulator = self.makeTiddlerIterator(results);\n\t\t\t\t} else {\n\t\t\t\t\taccumulator = results;\n\t\t\t\t}\n\t\t\t});\n\t\t\tif($tw.utils.isArray(results)) {\n\t\t\t\treturn results;\n\t\t\t} else {\n\t\t\t\tvar resultArray = [];\n\t\t\t\tresults(function(tiddler,title) {\n\t\t\t\t\tresultArray.push(title);\n\t\t\t\t});\n\t\t\t\treturn resultArray;\n\t\t\t}\n\t\t};\n\t\t// Wrap the operator functions in a wrapper function that depends on the prefix\n\t\toperationFunctions.push((function() {\n\t\t\tswitch(operation.prefix || \"\") {\n\t\t\t\tcase \"\": // No prefix means that the operation is unioned into the result\n\t\t\t\t\treturn function(results,source,widget) {\n\t\t\t\t\t\t$tw.utils.pushTop(results,operationSubFunction(source,widget));\n\t\t\t\t\t};\n\t\t\t\tcase \"=\": // The results of the operation are pushed into the result without deduplication\n\t\t\t\t\treturn function(results,source,widget) {\n\t\t\t\t\t\tArray.prototype.push.apply(results,operationSubFunction(source,widget));\n\t\t\t\t\t};\n\t\t\t\tcase \"-\": // The results of this operation are removed from the main result\n\t\t\t\t\treturn function(results,source,widget) {\n\t\t\t\t\t\t$tw.utils.removeArrayEntries(results,operationSubFunction(source,widget));\n\t\t\t\t\t};\n\t\t\t\tcase \"+\": // This operation is applied to the main results so far\n\t\t\t\t\treturn function(results,source,widget) {\n\t\t\t\t\t\t// This replaces all the elements of the array, but keeps the actual array so that references to it are preserved\n\t\t\t\t\t\tsource = self.makeTiddlerIterator(results);\n\t\t\t\t\t\tresults.splice(0,results.length);\n\t\t\t\t\t\t$tw.utils.pushTop(results,operationSubFunction(source,widget));\n\t\t\t\t\t};\n\t\t\t\tcase \"~\": // This operation is unioned into the result only if the main result so far is empty\n\t\t\t\t\treturn function(results,source,widget) {\n\t\t\t\t\t\tif(results.length === 0) {\n\t\t\t\t\t\t\t// Main result so far is empty\n\t\t\t\t\t\t\t$tw.utils.pushTop(results,operationSubFunction(source,widget));\n\t\t\t\t\t\t}\n\t\t\t\t\t};\n\t\t\t}\n\t\t})());\n\t});\n\t// Return a function that applies the operations to a source iterator of tiddler titles\n\treturn $tw.perf.measure(\"filter: \" + filterString,function filterFunction(source,widget) {\n\t\tif(!source) {\n\t\t\tsource = self.each;\n\t\t} else if(typeof source === \"object\") { // Array or hashmap\n\t\t\tsource = self.makeTiddlerIterator(source);\n\t\t}\n\t\tvar results = [];\n\t\t$tw.utils.each(operationFunctions,function(operationFunction) {\n\t\t\toperationFunction(results,source,widget);\n\t\t});\n\t\treturn results;\n\t});\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "wikimethod"
},
"$:/core/modules/indexers/field-indexer.js": {
"title": "$:/core/modules/indexers/field-indexer.js",
"text": "/*\\\ntitle: $:/core/modules/indexers/field-indexer.js\ntype: application/javascript\nmodule-type: indexer\n\nIndexes the tiddlers with each field value\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global modules: false */\n\"use strict\";\n\nvar DEFAULT_MAXIMUM_INDEXED_VALUE_LENGTH = 128;\n\nfunction FieldIndexer(wiki) {\n\tthis.wiki = wiki;\n}\n\nFieldIndexer.prototype.init = function() {\n\tthis.index = null;\n\tthis.maxIndexedValueLength = DEFAULT_MAXIMUM_INDEXED_VALUE_LENGTH;\n\tthis.addIndexMethods();\n}\n\n// Provided for testing\nFieldIndexer.prototype.setMaxIndexedValueLength = function(length) {\n\tthis.index = null;\n\tthis.maxIndexedValueLength = length;\n};\n\nFieldIndexer.prototype.addIndexMethods = function() {\n\tvar self = this;\n\tthis.wiki.each.byField = function(name,value) {\n\t\tvar titles = self.wiki.allTitles(),\n\t\t\tlookup = self.lookup(name,value);\n\t\treturn lookup && lookup.filter(function(title) {\n\t\t\treturn titles.indexOf(title) !== -1;\n\t\t});\n\t};\n\tthis.wiki.eachShadow.byField = function(name,value) {\n\t\tvar titles = self.wiki.allShadowTitles(),\n\t\t\tlookup = self.lookup(name,value);\n\t\treturn lookup && lookup.filter(function(title) {\n\t\t\treturn titles.indexOf(title) !== -1;\n\t\t});\n\t};\n\tthis.wiki.eachTiddlerPlusShadows.byField = function(name,value) {\n\t\tvar lookup = self.lookup(name,value);\n\t\treturn lookup ? lookup.slice(0) : null;\n\t};\n\tthis.wiki.eachShadowPlusTiddlers.byField = function(name,value) {\n\t\tvar lookup = self.lookup(name,value);\n\t\treturn lookup ? lookup.slice(0) : null;\n\t};\n};\n\n/*\nTear down and then rebuild the index as if all tiddlers have changed\n*/\nFieldIndexer.prototype.rebuild = function() {\n\t// Invalidate the index so that it will be rebuilt when it is next used\n\tthis.index = null;\n};\n\n/*\nBuild the index for a particular field\n*/\nFieldIndexer.prototype.buildIndexForField = function(name) {\n\tvar self = this;\n\t// Hashmap by field name of hashmap by field value of array of tiddler titles\n\tthis.index = this.index || Object.create(null);\n\tthis.index[name] = Object.create(null);\n\tvar baseIndex = this.index[name];\n\t// Update the index for each tiddler\n\tthis.wiki.eachTiddlerPlusShadows(function(tiddler,title) {\n\t\tif(name in tiddler.fields) {\n\t\t\tvar value = tiddler.getFieldString(name);\n\t\t\t// Skip any values above the maximum length\n\t\t\tif(value.length < self.maxIndexedValueLength) {\n\t\t\t\tbaseIndex[value] = baseIndex[value] || [];\n\t\t\t\tbaseIndex[value].push(title);\n\t\t\t}\n\t\t}\n\t});\n};\n\n/*\nUpdate the index in the light of a tiddler value changing; note that the title must be identical. (Renames are handled as a separate delete and create)\nupdateDescriptor: {old: {tiddler: <tiddler>, shadow: <boolean>, exists: <boolean>},new: {tiddler: <tiddler>, shadow: <boolean>, exists: <boolean>}}\n*/\nFieldIndexer.prototype.update = function(updateDescriptor) {\n\tvar self = this;\n\t// Don't do anything if the index hasn't been built yet\n\tif(this.index === null) {\n\t\treturn;\n\t}\n\t// Remove the old tiddler from the index\n\tif(updateDescriptor.old.tiddler) {\n\t\t$tw.utils.each(this.index,function(indexEntry,name) {\n\t\t\tif(name in updateDescriptor.old.tiddler.fields) {\n\t\t\t\tvar value = updateDescriptor.old.tiddler.getFieldString(name),\n\t\t\t\t\ttiddlerList = indexEntry[value];\n\t\t\t\tif(tiddlerList) {\n\t\t\t\t\tvar index = tiddlerList.indexOf(updateDescriptor.old.tiddler.fields.title);\n\t\t\t\t\tif(index !== -1) {\n\t\t\t\t\t\ttiddlerList.splice(index,1);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t}\n\t// Add the new tiddler to the index\n\tif(updateDescriptor[\"new\"].tiddler) {\n\t\t$tw.utils.each(this.index,function(indexEntry,name) {\n\t\t\tif(name in updateDescriptor[\"new\"].tiddler.fields) {\n\t\t\t\tvar value = updateDescriptor[\"new\"].tiddler.getFieldString(name);\n\t\t\t\tif(value.length < self.maxIndexedValueLength) {\n\t\t\t\t\tindexEntry[value] = indexEntry[value] || [];\n\t\t\t\t\tindexEntry[value].push(updateDescriptor[\"new\"].tiddler.fields.title);\n\t\t\t\t}\n\t\t\t}\n\t\t});\t\t\n\t}\n};\n\n// Lookup the given field returning a list of tiddler titles\nFieldIndexer.prototype.lookup = function(name,value) {\n\t// Fail the lookup if the value is too long\n\tif(value.length >= this.maxIndexedValueLength) {\n\t\treturn null;\n\t}\n\t// Update the index if it has yet to be built\n\tif(this.index === null || !this.index[name]) {\n\t\tthis.buildIndexForField(name);\n\t}\n\treturn this.index[name][value] || [];\n};\n\nexports.FieldIndexer = FieldIndexer;\n\n})();\n",
"type": "application/javascript",
"module-type": "indexer"
},
"$:/core/modules/indexers/tag-indexer.js": {
"title": "$:/core/modules/indexers/tag-indexer.js",
"text": "/*\\\ntitle: $:/core/modules/indexers/tag-indexer.js\ntype: application/javascript\nmodule-type: indexer\n\nIndexes the tiddlers with each tag\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global modules: false */\n\"use strict\";\n\nfunction TagIndexer(wiki) {\n\tthis.wiki = wiki;\n}\n\nTagIndexer.prototype.init = function() {\n\tthis.subIndexers = [\n\t\tnew TagSubIndexer(this,\"each\"),\n\t\tnew TagSubIndexer(this,\"eachShadow\"),\n\t\tnew TagSubIndexer(this,\"eachTiddlerPlusShadows\"),\n\t\tnew TagSubIndexer(this,\"eachShadowPlusTiddlers\")\n\t];\n\t$tw.utils.each(this.subIndexers,function(subIndexer) {\n\t\tsubIndexer.addIndexMethod();\n\t});\n};\n\nTagIndexer.prototype.rebuild = function() {\n\t$tw.utils.each(this.subIndexers,function(subIndexer) {\n\t\tsubIndexer.rebuild();\n\t});\n};\n\nTagIndexer.prototype.update = function(updateDescriptor) {\n\t$tw.utils.each(this.subIndexers,function(subIndexer) {\n\t\tsubIndexer.update(updateDescriptor);\n\t});\n};\n\nfunction TagSubIndexer(indexer,iteratorMethod) {\n\tthis.indexer = indexer;\n\tthis.iteratorMethod = iteratorMethod;\n\tthis.index = null; // Hashmap of tag title to {isSorted: bool, titles: [array]} or null if not yet initialised\n}\n\nTagSubIndexer.prototype.addIndexMethod = function() {\n\tvar self = this;\n\tthis.indexer.wiki[this.iteratorMethod].byTag = function(tag) {\n\t\treturn self.lookup(tag).slice(0);\n\t};\n};\n\nTagSubIndexer.prototype.rebuild = function() {\n\tvar self = this;\n\t// Hashmap by tag of array of {isSorted:, titles:[]}\n\tthis.index = Object.create(null);\n\t// Add all the tags\n\tthis.indexer.wiki[this.iteratorMethod](function(tiddler,title) {\n\t\t$tw.utils.each(tiddler.fields.tags,function(tag) {\n\t\t\tif(!self.index[tag]) {\n\t\t\t\tself.index[tag] = {isSorted: false, titles: [title]};\n\t\t\t} else {\n\t\t\t\tself.index[tag].titles.push(title);\n\t\t\t}\n\t\t});\t\t\n\t});\n};\n\nTagSubIndexer.prototype.update = function(updateDescriptor) {\n\tthis.index = null;\n};\n\nTagSubIndexer.prototype.lookup = function(tag) {\n\t// Update the index if it has yet to be built\n\tif(this.index === null) {\n\t\tthis.rebuild();\n\t}\n\tvar indexRecord = this.index[tag];\n\tif(indexRecord) {\n\t\tif(!indexRecord.isSorted) {\n\t\t\tif(this.indexer.wiki.sortByList) {\n\t\t\t\tindexRecord.titles = this.indexer.wiki.sortByList(indexRecord.titles,tag);\n\t\t\t}\t\t\t\n\t\t\tindexRecord.isSorted = true;\n\t\t}\n\t\treturn indexRecord.titles;\n\t} else {\n\t\treturn [];\n\t}\n};\n\n\nexports.TagIndexer = TagIndexer;\n\n})();\n",
"type": "application/javascript",
"module-type": "indexer"
},
"$:/core/modules/info/platform.js": {
"title": "$:/core/modules/info/platform.js",
"text": "/*\\\ntitle: $:/core/modules/info/platform.js\ntype: application/javascript\nmodule-type: info\n\nInitialise basic platform $:/info/ tiddlers\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.getInfoTiddlerFields = function() {\n\tvar mapBoolean = function(value) {return value ? \"yes\" : \"no\";},\n\t\tinfoTiddlerFields = [];\n\t// Basics\n\tinfoTiddlerFields.push({title: \"$:/info/browser\", text: mapBoolean(!!$tw.browser)});\n\tinfoTiddlerFields.push({title: \"$:/info/node\", text: mapBoolean(!!$tw.node)});\n\tif($tw.browser) {\n\t\t// Document location\n\t\tvar setLocationProperty = function(name,value) {\n\t\t\t\tinfoTiddlerFields.push({title: \"$:/info/url/\" + name, text: value});\t\t\t\n\t\t\t},\n\t\t\tlocation = document.location;\n\t\tsetLocationProperty(\"full\", (location.toString()).split(\"#\")[0]);\n\t\tsetLocationProperty(\"host\", location.host);\n\t\tsetLocationProperty(\"hostname\", location.hostname);\n\t\tsetLocationProperty(\"protocol\", location.protocol);\n\t\tsetLocationProperty(\"port\", location.port);\n\t\tsetLocationProperty(\"pathname\", location.pathname);\n\t\tsetLocationProperty(\"search\", location.search);\n\t\tsetLocationProperty(\"origin\", location.origin);\n\t\t// Screen size\n\t\tinfoTiddlerFields.push({title: \"$:/info/browser/screen/width\", text: window.screen.width.toString()});\n\t\tinfoTiddlerFields.push({title: \"$:/info/browser/screen/height\", text: window.screen.height.toString()});\n\t\t// Language\n\t\tinfoTiddlerFields.push({title: \"$:/info/browser/language\", text: navigator.language || \"\"});\n\t}\n\treturn infoTiddlerFields;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "info"
},
"$:/core/modules/keyboard.js": {
"title": "$:/core/modules/keyboard.js",
"text": "/*\\\ntitle: $:/core/modules/keyboard.js\ntype: application/javascript\nmodule-type: global\n\nKeyboard handling utilities\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar namedKeys = {\n\t\"cancel\": 3,\n\t\"help\": 6,\n\t\"backspace\": 8,\n\t\"tab\": 9,\n\t\"clear\": 12,\n\t\"return\": 13,\n\t\"enter\": 13,\n\t\"pause\": 19,\n\t\"escape\": 27,\n\t\"space\": 32,\n\t\"page_up\": 33,\n\t\"page_down\": 34,\n\t\"end\": 35,\n\t\"home\": 36,\n\t\"left\": 37,\n\t\"up\": 38,\n\t\"right\": 39,\n\t\"down\": 40,\n\t\"printscreen\": 44,\n\t\"insert\": 45,\n\t\"delete\": 46,\n\t\"0\": 48,\n\t\"1\": 49,\n\t\"2\": 50,\n\t\"3\": 51,\n\t\"4\": 52,\n\t\"5\": 53,\n\t\"6\": 54,\n\t\"7\": 55,\n\t\"8\": 56,\n\t\"9\": 57,\n\t\"firefoxsemicolon\": 59,\n\t\"firefoxequals\": 61,\n\t\"a\": 65,\n\t\"b\": 66,\n\t\"c\": 67,\n\t\"d\": 68,\n\t\"e\": 69,\n\t\"f\": 70,\n\t\"g\": 71,\n\t\"h\": 72,\n\t\"i\": 73,\n\t\"j\": 74,\n\t\"k\": 75,\n\t\"l\": 76,\n\t\"m\": 77,\n\t\"n\": 78,\n\t\"o\": 79,\n\t\"p\": 80,\n\t\"q\": 81,\n\t\"r\": 82,\n\t\"s\": 83,\n\t\"t\": 84,\n\t\"u\": 85,\n\t\"v\": 86,\n\t\"w\": 87,\n\t\"x\": 88,\n\t\"y\": 89,\n\t\"z\": 90,\n\t\"numpad0\": 96,\n\t\"numpad1\": 97,\n\t\"numpad2\": 98,\n\t\"numpad3\": 99,\n\t\"numpad4\": 100,\n\t\"numpad5\": 101,\n\t\"numpad6\": 102,\n\t\"numpad7\": 103,\n\t\"numpad8\": 104,\n\t\"numpad9\": 105,\n\t\"multiply\": 106,\n\t\"add\": 107,\n\t\"separator\": 108,\n\t\"subtract\": 109,\n\t\"decimal\": 110,\n\t\"divide\": 111,\n\t\"f1\": 112,\n\t\"f2\": 113,\n\t\"f3\": 114,\n\t\"f4\": 115,\n\t\"f5\": 116,\n\t\"f6\": 117,\n\t\"f7\": 118,\n\t\"f8\": 119,\n\t\"f9\": 120,\n\t\"f10\": 121,\n\t\"f11\": 122,\n\t\"f12\": 123,\n\t\"f13\": 124,\n\t\"f14\": 125,\n\t\"f15\": 126,\n\t\"f16\": 127,\n\t\"f17\": 128,\n\t\"f18\": 129,\n\t\"f19\": 130,\n\t\"f20\": 131,\n\t\"f21\": 132,\n\t\"f22\": 133,\n\t\"f23\": 134,\n\t\"f24\": 135,\n\t\"firefoxminus\": 173,\n\t\"semicolon\": 186,\n\t\"equals\": 187,\n\t\"comma\": 188,\n\t\"dash\": 189,\n\t\"period\": 190,\n\t\"slash\": 191,\n\t\"backquote\": 192,\n\t\"openbracket\": 219,\n\t\"backslash\": 220,\n\t\"closebracket\": 221,\n\t\"quote\": 222\n};\n\nfunction KeyboardManager(options) {\n\tvar self = this;\n\toptions = options || \"\";\n\t// Save the named key hashmap\n\tthis.namedKeys = namedKeys;\n\t// Create a reverse mapping of code to keyname\n\tthis.keyNames = [];\n\t$tw.utils.each(namedKeys,function(keyCode,name) {\n\t\tself.keyNames[keyCode] = name.substr(0,1).toUpperCase() + name.substr(1);\n\t});\n\t// Save the platform-specific name of the \"meta\" key\n\tthis.metaKeyName = $tw.platform.isMac ? \"cmd-\" : \"win-\";\n\tthis.shortcutKeysList = [], // Stores the shortcut-key descriptors\n\tthis.shortcutActionList = [], // Stores the corresponding action strings\n\tthis.shortcutParsedList = []; // Stores the parsed key descriptors\n\tthis.lookupNames = [\"shortcuts\"];\n\tthis.lookupNames.push($tw.platform.isMac ? \"shortcuts-mac\" : \"shortcuts-not-mac\")\n\tthis.lookupNames.push($tw.platform.isWindows ? \"shortcuts-windows\" : \"shortcuts-not-windows\");\n\tthis.lookupNames.push($tw.platform.isLinux ? \"shortcuts-linux\" : \"shortcuts-not-linux\");\n\tthis.updateShortcutLists(this.getShortcutTiddlerList());\n\t$tw.wiki.addEventListener(\"change\",function(changes) {\n\t\tself.handleShortcutChanges(changes);\n\t});\n}\n\n/*\nReturn an array of keycodes for the modifier keys ctrl, shift, alt, meta\n*/\nKeyboardManager.prototype.getModifierKeys = function() {\n\treturn [\n\t\t16, // Shift\n\t\t17, // Ctrl\n\t\t18, // Alt\n\t\t20, // CAPS LOCK\n\t\t91, // Meta (left)\n\t\t93, // Meta (right)\n\t\t224 // Meta (Firefox)\n\t]\n};\n\n/*\nParses a key descriptor into the structure:\n{\n\tkeyCode: numeric keycode\n\tshiftKey: boolean\n\taltKey: boolean\n\tctrlKey: boolean\n\tmetaKey: boolean\n}\nKey descriptors have the following format:\n\tctrl+enter\n\tctrl+shift+alt+A\n*/\nKeyboardManager.prototype.parseKeyDescriptor = function(keyDescriptor) {\n\tvar components = keyDescriptor.split(/\\+|\\-/),\n\t\tinfo = {\n\t\t\tkeyCode: 0,\n\t\t\tshiftKey: false,\n\t\t\taltKey: false,\n\t\t\tctrlKey: false,\n\t\t\tmetaKey: false\n\t\t};\n\tfor(var t=0; t<components.length; t++) {\n\t\tvar s = components[t].toLowerCase(),\n\t\t\tc = s.charCodeAt(0);\n\t\t// Look for modifier keys\n\t\tif(s === \"ctrl\") {\n\t\t\tinfo.ctrlKey = true;\n\t\t} else if(s === \"shift\") {\n\t\t\tinfo.shiftKey = true;\n\t\t} else if(s === \"alt\") {\n\t\t\tinfo.altKey = true;\n\t\t} else if(s === \"meta\" || s === \"cmd\" || s === \"win\") {\n\t\t\tinfo.metaKey = true;\n\t\t}\n\t\t// Replace named keys with their code\n\t\tif(this.namedKeys[s]) {\n\t\t\tinfo.keyCode = this.namedKeys[s];\n\t\t}\n\t}\n\tif(info.keyCode) {\n\t\treturn info;\n\t} else {\n\t\treturn null;\n\t}\n};\n\n/*\nParse a list of key descriptors into an array of keyInfo objects. The key descriptors can be passed as an array of strings or a space separated string\n*/\nKeyboardManager.prototype.parseKeyDescriptors = function(keyDescriptors,options) {\n\tvar self = this;\n\toptions = options || {};\n\toptions.stack = options.stack || [];\n\tvar wiki = options.wiki || $tw.wiki;\n\tif(typeof keyDescriptors === \"string\" && keyDescriptors === \"\") {\n\t\treturn [];\n\t}\n\tif(!$tw.utils.isArray(keyDescriptors)) {\n\t\tkeyDescriptors = keyDescriptors.split(\" \");\n\t}\n\tvar result = [];\n\t$tw.utils.each(keyDescriptors,function(keyDescriptor) {\n\t\t// Look for a named shortcut\n\t\tif(keyDescriptor.substr(0,2) === \"((\" && keyDescriptor.substr(-2,2) === \"))\") {\n\t\t\tif(options.stack.indexOf(keyDescriptor) === -1) {\n\t\t\t\toptions.stack.push(keyDescriptor);\n\t\t\t\tvar name = keyDescriptor.substring(2,keyDescriptor.length - 2),\n\t\t\t\t\tlookupName = function(configName) {\n\t\t\t\t\t\tvar keyDescriptors = wiki.getTiddlerText(\"$:/config/\" + configName + \"/\" + name);\n\t\t\t\t\t\tif(keyDescriptors) {\n\t\t\t\t\t\t\tresult.push.apply(result,self.parseKeyDescriptors(keyDescriptors,options));\n\t\t\t\t\t\t}\n\t\t\t\t\t};\n\t\t\t\t$tw.utils.each(self.lookupNames,function(platformDescriptor) {\n\t\t\t\t\tlookupName(platformDescriptor);\n\t\t\t\t});\n\t\t\t}\n\t\t} else {\n\t\t\tresult.push(self.parseKeyDescriptor(keyDescriptor));\n\t\t}\n\t});\n\treturn result;\n};\n\nKeyboardManager.prototype.getPrintableShortcuts = function(keyInfoArray) {\n\tvar self = this,\n\t\tresult = [];\n\t$tw.utils.each(keyInfoArray,function(keyInfo) {\n\t\tif(keyInfo) {\n\t\t\tresult.push((keyInfo.ctrlKey ? \"ctrl-\" : \"\") + \n\t\t\t\t (keyInfo.shiftKey ? \"shift-\" : \"\") + \n\t\t\t\t (keyInfo.altKey ? \"alt-\" : \"\") + \n\t\t\t\t (keyInfo.metaKey ? self.metaKeyName : \"\") + \n\t\t\t\t (self.keyNames[keyInfo.keyCode]));\n\t\t}\n\t});\n\treturn result;\n}\n\nKeyboardManager.prototype.checkKeyDescriptor = function(event,keyInfo) {\n\treturn keyInfo &&\n\t\t\tevent.keyCode === keyInfo.keyCode && \n\t\t\tevent.shiftKey === keyInfo.shiftKey && \n\t\t\tevent.altKey === keyInfo.altKey && \n\t\t\tevent.ctrlKey === keyInfo.ctrlKey && \n\t\t\tevent.metaKey === keyInfo.metaKey;\n};\n\nKeyboardManager.prototype.checkKeyDescriptors = function(event,keyInfoArray) {\n\tfor(var t=0; t<keyInfoArray.length; t++) {\n\t\tif(this.checkKeyDescriptor(event,keyInfoArray[t])) {\n\t\t\treturn true;\n\t\t}\n\t}\n\treturn false;\n};\n\nKeyboardManager.prototype.getShortcutTiddlerList = function() {\n\treturn $tw.wiki.getTiddlersWithTag(\"$:/tags/KeyboardShortcut\");\n};\n\nKeyboardManager.prototype.updateShortcutLists = function(tiddlerList) {\n\tthis.shortcutTiddlers = tiddlerList;\n\tfor(var i=0; i<tiddlerList.length; i++) {\n\t\tvar title = tiddlerList[i],\n\t\t\ttiddlerFields = $tw.wiki.getTiddler(title).fields;\n\t\tthis.shortcutKeysList[i] = tiddlerFields.key !== undefined ? tiddlerFields.key : undefined;\n\t\tthis.shortcutActionList[i] = tiddlerFields.text;\n\t\tthis.shortcutParsedList[i] = this.shortcutKeysList[i] !== undefined ? this.parseKeyDescriptors(this.shortcutKeysList[i]) : undefined;\n\t}\n};\n\nKeyboardManager.prototype.handleKeydownEvent = function(event) {\n\tvar key, action;\n\tfor(var i=0; i<this.shortcutTiddlers.length; i++) {\n\t\tif(this.shortcutParsedList[i] !== undefined && this.checkKeyDescriptors(event,this.shortcutParsedList[i])) {\n\t\t\tkey = this.shortcutParsedList[i];\n\t\t\taction = this.shortcutActionList[i];\n\t\t}\n\t}\n\tif(key !== undefined) {\n\t\tevent.preventDefault();\n\t\tevent.stopPropagation();\n\t\t$tw.rootWidget.invokeActionString(action,$tw.rootWidget);\n\t\treturn true;\n\t}\n\treturn false;\n};\n\nKeyboardManager.prototype.detectNewShortcuts = function(changedTiddlers) {\n\tvar shortcutConfigTiddlers = [],\n\t\thandled = false;\n\t$tw.utils.each(this.lookupNames,function(platformDescriptor) {\n\t\tvar descriptorString = \"$:/config/\" + platformDescriptor + \"/\";\n\t\tObject.keys(changedTiddlers).forEach(function(configTiddler) {\n\t\t\tvar configString = configTiddler.substr(0, configTiddler.lastIndexOf(\"/\") + 1);\n\t\t\tif(configString === descriptorString) {\n\t\t\t\tshortcutConfigTiddlers.push(configTiddler);\n\t\t\t\thandled = true;\n\t\t\t}\n\t\t});\n\t});\n\tif(handled) {\n\t\treturn $tw.utils.hopArray(changedTiddlers,shortcutConfigTiddlers);\n\t} else {\n\t\treturn false;\n\t}\n};\n\nKeyboardManager.prototype.handleShortcutChanges = function(changedTiddlers) {\n\tvar newList = this.getShortcutTiddlerList();\n\tvar hasChanged = $tw.utils.hopArray(changedTiddlers,this.shortcutTiddlers) ? true :\n\t\t($tw.utils.hopArray(changedTiddlers,newList) ? true :\n\t\t(this.detectNewShortcuts(changedTiddlers))\n\t);\n\t// Re-cache shortcuts if something changed\n\tif(hasChanged) {\n\t\tthis.updateShortcutLists(newList);\n\t}\n};\n\nexports.KeyboardManager = KeyboardManager;\n\n})();\n",
"type": "application/javascript",
"module-type": "global"
},
"$:/core/modules/language.js": {
"title": "$:/core/modules/language.js",
"text": "/*\\\ntitle: $:/core/modules/language.js\ntype: application/javascript\nmodule-type: global\n\nThe $tw.Language() manages translateable strings\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nCreate an instance of the language manager. Options include:\nwiki: wiki from which to retrieve translation tiddlers\n*/\nfunction Language(options) {\n\toptions = options || \"\";\n\tthis.wiki = options.wiki || $tw.wiki;\n}\n\n/*\nReturn a wikified translateable string. The title is automatically prefixed with \"$:/language/\"\nOptions include:\nvariables: optional hashmap of variables to supply to the language wikification\n*/\nLanguage.prototype.getString = function(title,options) {\n\toptions = options || {};\n\ttitle = \"$:/language/\" + title;\n\treturn this.wiki.renderTiddler(\"text/plain\",title,{variables: options.variables});\n};\n\n/*\nReturn a raw, unwikified translateable string. The title is automatically prefixed with \"$:/language/\"\n*/\nLanguage.prototype.getRawString = function(title) {\n\ttitle = \"$:/language/\" + title;\n\treturn this.wiki.getTiddlerText(title);\n};\n\nexports.Language = Language;\n\n})();\n",
"type": "application/javascript",
"module-type": "global"
},
"$:/core/modules/macros/changecount.js": {
"title": "$:/core/modules/macros/changecount.js",
"text": "/*\\\ntitle: $:/core/modules/macros/changecount.js\ntype: application/javascript\nmodule-type: macro\n\nMacro to return the changecount for the current tiddler\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nInformation about this macro\n*/\n\nexports.name = \"changecount\";\n\nexports.params = [];\n\n/*\nRun the macro\n*/\nexports.run = function() {\n\treturn this.wiki.getChangeCount(this.getVariable(\"currentTiddler\")) + \"\";\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "macro"
},
"$:/core/modules/macros/contrastcolour.js": {
"title": "$:/core/modules/macros/contrastcolour.js",
"text": "/*\\\ntitle: $:/core/modules/macros/contrastcolour.js\ntype: application/javascript\nmodule-type: macro\n\nMacro to choose which of two colours has the highest contrast with a base colour\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nInformation about this macro\n*/\n\nexports.name = \"contrastcolour\";\n\nexports.params = [\n\t{name: \"target\"},\n\t{name: \"fallbackTarget\"},\n\t{name: \"colourA\"},\n\t{name: \"colourB\"}\n];\n\n/*\nRun the macro\n*/\nexports.run = function(target,fallbackTarget,colourA,colourB) {\n\tvar rgbTarget = $tw.utils.parseCSSColor(target) || $tw.utils.parseCSSColor(fallbackTarget);\n\tif(!rgbTarget) {\n\t\treturn colourA;\n\t}\n\tvar rgbColourA = $tw.utils.parseCSSColor(colourA),\n\t\trgbColourB = $tw.utils.parseCSSColor(colourB);\n\tif(rgbColourA && !rgbColourB) {\n\t\treturn rgbColourA;\n\t}\n\tif(rgbColourB && !rgbColourA) {\n\t\treturn rgbColourB;\n\t}\n\tif(!rgbColourA && !rgbColourB) {\n\t\t// If neither colour is readable, return a crude inverse of the target\n\t\treturn [255 - rgbTarget[0],255 - rgbTarget[1],255 - rgbTarget[2],rgbTarget[3]];\n\t}\n\t// Colour brightness formula derived from http://www.w3.org/WAI/ER/WD-AERT/#color-contrast\n\tvar brightnessTarget = rgbTarget[0] * 0.299 + rgbTarget[1] * 0.587 + rgbTarget[2] * 0.114,\n\t\tbrightnessA = rgbColourA[0] * 0.299 + rgbColourA[1] * 0.587 + rgbColourA[2] * 0.114,\n\t\tbrightnessB = rgbColourB[0] * 0.299 + rgbColourB[1] * 0.587 + rgbColourB[2] * 0.114;\n\treturn Math.abs(brightnessTarget - brightnessA) > Math.abs(brightnessTarget - brightnessB) ? colourA : colourB;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "macro"
},
"$:/core/modules/macros/csvtiddlers.js": {
"title": "$:/core/modules/macros/csvtiddlers.js",
"text": "/*\\\ntitle: $:/core/modules/macros/csvtiddlers.js\ntype: application/javascript\nmodule-type: macro\n\nMacro to output tiddlers matching a filter to CSV\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nInformation about this macro\n*/\n\nexports.name = \"csvtiddlers\";\n\nexports.params = [\n\t{name: \"filter\"},\n\t{name: \"format\"},\n];\n\n/*\nRun the macro\n*/\nexports.run = function(filter,format) {\n\tvar self = this,\n\t\ttiddlers = this.wiki.filterTiddlers(filter),\n\t\ttiddler,\n\t\tfields = [],\n\t\tt,f;\n\t// Collect all the fields\n\tfor(t=0;t<tiddlers.length; t++) {\n\t\ttiddler = this.wiki.getTiddler(tiddlers[t]);\n\t\tfor(f in tiddler.fields) {\n\t\t\tif(fields.indexOf(f) === -1) {\n\t\t\t\tfields.push(f);\n\t\t\t}\n\t\t}\n\t}\n\t// Sort the fields and bring the standard ones to the front\n\tfields.sort();\n\t\"title text modified modifier created creator\".split(\" \").reverse().forEach(function(value,index) {\n\t\tvar p = fields.indexOf(value);\n\t\tif(p !== -1) {\n\t\t\tfields.splice(p,1);\n\t\t\tfields.unshift(value)\n\t\t}\n\t});\n\t// Output the column headings\n\tvar output = [], row = [];\n\tfields.forEach(function(value) {\n\t\trow.push(quoteAndEscape(value))\n\t});\n\toutput.push(row.join(\",\"));\n\t// Output each tiddler\n\tfor(var t=0;t<tiddlers.length; t++) {\n\t\trow = [];\n\t\ttiddler = this.wiki.getTiddler(tiddlers[t]);\n\t\t\tfor(f=0; f<fields.length; f++) {\n\t\t\t\trow.push(quoteAndEscape(tiddler ? tiddler.getFieldString(fields[f]) || \"\" : \"\"));\n\t\t\t}\n\t\toutput.push(row.join(\",\"));\n\t}\n\treturn output.join(\"\\n\");\n};\n\nfunction quoteAndEscape(value) {\n\treturn \"\\\"\" + value.replace(/\"/mg,\"\\\"\\\"\") + \"\\\"\";\n}\n\n})();\n",
"type": "application/javascript",
"module-type": "macro"
},
"$:/core/modules/macros/displayshortcuts.js": {
"title": "$:/core/modules/macros/displayshortcuts.js",
"text": "/*\\\ntitle: $:/core/modules/macros/displayshortcuts.js\ntype: application/javascript\nmodule-type: macro\n\nMacro to display a list of keyboard shortcuts in human readable form. Notably, it resolves named shortcuts like `((bold))` to the underlying keystrokes.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nInformation about this macro\n*/\n\nexports.name = \"displayshortcuts\";\n\nexports.params = [\n\t{name: \"shortcuts\"},\n\t{name: \"prefix\"},\n\t{name: \"separator\"},\n\t{name: \"suffix\"}\n];\n\n/*\nRun the macro\n*/\nexports.run = function(shortcuts,prefix,separator,suffix) {\n\tvar shortcutArray = $tw.keyboardManager.getPrintableShortcuts($tw.keyboardManager.parseKeyDescriptors(shortcuts,{\n\t\twiki: this.wiki\n\t}));\n\tif(shortcutArray.length > 0) {\n\t\tshortcutArray.sort(function(a,b) {\n\t\t return a.toLowerCase().localeCompare(b.toLowerCase());\n\t\t})\n\t\treturn prefix + shortcutArray.join(separator) + suffix;\n\t} else {\n\t\treturn \"\";\n\t}\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "macro"
},
"$:/core/modules/macros/jsontiddler.js": {
"title": "$:/core/modules/macros/jsontiddler.js",
"text": "/*\\\ntitle: $:/core/modules/macros/jsontiddler.js\ntype: application/javascript\nmodule-type: macro\n\nMacro to output a single tiddler to JSON\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nInformation about this macro\n*/\n\nexports.name = \"jsontiddler\";\n\nexports.params = [\n\t{name: \"title\"}\n];\n\n/*\nRun the macro\n*/\nexports.run = function(title) {\n\ttitle = title || this.getVariable(\"currentTiddler\");\n\tvar tiddler = !!title && this.wiki.getTiddler(title),\n\t\tfields = new Object();\n\tif(tiddler) {\n\t\tfor(var field in tiddler.fields) {\n\t\t\tfields[field] = tiddler.getFieldString(field);\n\t\t}\n\t}\n\treturn JSON.stringify(fields,null,$tw.config.preferences.jsonSpaces);\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "macro"
},
"$:/core/modules/macros/jsontiddlers.js": {
"title": "$:/core/modules/macros/jsontiddlers.js",
"text": "/*\\\ntitle: $:/core/modules/macros/jsontiddlers.js\ntype: application/javascript\nmodule-type: macro\n\nMacro to output tiddlers matching a filter to JSON\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nInformation about this macro\n*/\n\nexports.name = \"jsontiddlers\";\n\nexports.params = [\n\t{name: \"filter\"}\n];\n\n/*\nRun the macro\n*/\nexports.run = function(filter) {\n\treturn this.wiki.getTiddlersAsJson(filter);\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "macro"
},
"$:/core/modules/macros/makedatauri.js": {
"title": "$:/core/modules/macros/makedatauri.js",
"text": "/*\\\ntitle: $:/core/modules/macros/makedatauri.js\ntype: application/javascript\nmodule-type: macro\n\nMacro to convert a string of text to a data URI\n\n<<makedatauri text:\"Text to be converted\" type:\"text/vnd.tiddlywiki\">>\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nInformation about this macro\n*/\n\nexports.name = \"makedatauri\";\n\nexports.params = [\n\t{name: \"text\"},\n\t{name: \"type\"}\n];\n\n/*\nRun the macro\n*/\nexports.run = function(text,type) {\n\treturn $tw.utils.makeDataUri(text,type);\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "macro"
},
"$:/core/modules/macros/now.js": {
"title": "$:/core/modules/macros/now.js",
"text": "/*\\\ntitle: $:/core/modules/macros/now.js\ntype: application/javascript\nmodule-type: macro\n\nMacro to return a formatted version of the current time\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nInformation about this macro\n*/\n\nexports.name = \"now\";\n\nexports.params = [\n\t{name: \"format\"}\n];\n\n/*\nRun the macro\n*/\nexports.run = function(format) {\n\treturn $tw.utils.formatDateString(new Date(),format || \"0hh:0mm, DDth MMM YYYY\");\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "macro"
},
"$:/core/modules/macros/qualify.js": {
"title": "$:/core/modules/macros/qualify.js",
"text": "/*\\\ntitle: $:/core/modules/macros/qualify.js\ntype: application/javascript\nmodule-type: macro\n\nMacro to qualify a state tiddler title according\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nInformation about this macro\n*/\n\nexports.name = \"qualify\";\n\nexports.params = [\n\t{name: \"title\"}\n];\n\n/*\nRun the macro\n*/\nexports.run = function(title) {\n\treturn title + \"-\" + this.getStateQualifier();\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "macro"
},
"$:/core/modules/macros/resolvepath.js": {
"title": "$:/core/modules/macros/resolvepath.js",
"text": "/*\\\ntitle: $:/core/modules/macros/resolvepath.js\ntype: application/javascript\nmodule-type: macro\n\nResolves a relative path for an absolute rootpath.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"resolvepath\";\n\nexports.params = [\n\t{name: \"source\"},\n\t{name: \"root\"}\n];\n\n/*\nRun the macro\n*/\nexports.run = function(source, root) {\n\treturn $tw.utils.resolvePath(source, root);\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "macro"
},
"$:/core/modules/macros/unusedtitle.js": {
"title": "$:/core/modules/macros/unusedtitle.js",
"text": "/*\\\ntitle: $:/core/modules/macros/unusedtitle.js\ntype: application/javascript\nmodule-type: macro\nMacro to return a new title that is unused in the wiki. It can be given a name as a base.\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nInformation about this macro\n*/\n\nexports.name = \"unusedtitle\";\n\nexports.params = [\n\t{name: \"baseName\"},\n\t{name: \"options\"}\n];\n\n/*\nRun the macro\n*/\nexports.run = function(baseName, options) {\n\tif(!baseName) {\n\t\tbaseName = $tw.language.getString(\"DefaultNewTiddlerTitle\");\n\t}\n\treturn this.wiki.generateNewTitle(baseName, options);\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "macro"
},
"$:/core/modules/macros/version.js": {
"title": "$:/core/modules/macros/version.js",
"text": "/*\\\ntitle: $:/core/modules/macros/version.js\ntype: application/javascript\nmodule-type: macro\n\nMacro to return the TiddlyWiki core version number\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nInformation about this macro\n*/\n\nexports.name = \"version\";\n\nexports.params = [];\n\n/*\nRun the macro\n*/\nexports.run = function() {\n\treturn $tw.version;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "macro"
},
"$:/core/modules/parsers/audioparser.js": {
"title": "$:/core/modules/parsers/audioparser.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/audioparser.js\ntype: application/javascript\nmodule-type: parser\n\nThe audio parser parses an audio tiddler into an embeddable HTML element\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar AudioParser = function(type,text,options) {\n\tvar element = {\n\t\t\ttype: \"element\",\n\t\t\ttag: \"audio\",\n\t\t\tattributes: {\n\t\t\t\tcontrols: {type: \"string\", value: \"controls\"}\n\t\t\t}\n\t\t},\n\t\tsrc;\n\tif(options._canonical_uri) {\n\t\telement.attributes.src = {type: \"string\", value: options._canonical_uri};\n\t} else if(text) {\n\t\telement.attributes.src = {type: \"string\", value: \"data:\" + type + \";base64,\" + text};\n\t}\n\tthis.tree = [element];\n};\n\nexports[\"audio/ogg\"] = AudioParser;\nexports[\"audio/mpeg\"] = AudioParser;\nexports[\"audio/mp3\"] = AudioParser;\nexports[\"audio/mp4\"] = AudioParser;\n\n})();\n\n",
"type": "application/javascript",
"module-type": "parser"
},
"$:/core/modules/parsers/binaryparser.js": {
"title": "$:/core/modules/parsers/binaryparser.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/binaryparser.js\ntype: application/javascript\nmodule-type: parser\n\nThe video parser parses a video tiddler into an embeddable HTML element\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar BINARY_WARNING_MESSAGE = \"$:/core/ui/BinaryWarning\";\n\nvar BinaryParser = function(type,text,options) {\n\tthis.tree = [{\n\t\ttype: \"transclude\",\n\t\tattributes: {\n\t\t\ttiddler: {type: \"string\", value: BINARY_WARNING_MESSAGE}\n\t\t}\n\t}];\n};\n\nexports[\"application/octet-stream\"] = BinaryParser;\n\n})();\n\n",
"type": "application/javascript",
"module-type": "parser"
},
"$:/core/modules/parsers/csvparser.js": {
"title": "$:/core/modules/parsers/csvparser.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/csvparser.js\ntype: application/javascript\nmodule-type: parser\n\nThe CSV text parser processes CSV files into a table wrapped in a scrollable widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar CsvParser = function(type,text,options) {\n\t// Table framework\n\tthis.tree = [{\n\t\t\"type\": \"scrollable\", \"children\": [{\n\t\t\t\"type\": \"element\", \"tag\": \"table\", \"children\": [{\n\t\t\t\t\"type\": \"element\", \"tag\": \"tbody\", \"children\": []\n\t\t\t}], \"attributes\": {\n\t\t\t\t\"class\": {\"type\": \"string\", \"value\": \"tc-csv-table\"}\n\t\t\t}\n\t\t}]\n\t}];\n\t// Split the text into lines\n\tvar lines = text.split(/\\r?\\n/mg),\n\t\ttag = \"th\";\n\tfor(var line=0; line<lines.length; line++) {\n\t\tvar lineText = lines[line];\n\t\tif(lineText) {\n\t\t\tvar row = {\n\t\t\t\t\t\"type\": \"element\", \"tag\": \"tr\", \"children\": []\n\t\t\t\t};\n\t\t\tvar columns = lineText.split(\",\");\n\t\t\tfor(var column=0; column<columns.length; column++) {\n\t\t\t\trow.children.push({\n\t\t\t\t\t\t\"type\": \"element\", \"tag\": tag, \"children\": [{\n\t\t\t\t\t\t\t\"type\": \"text\",\n\t\t\t\t\t\t\t\"text\": columns[column]\n\t\t\t\t\t\t}]\n\t\t\t\t\t});\n\t\t\t}\n\t\t\ttag = \"td\";\n\t\t\tthis.tree[0].children[0].children[0].children.push(row);\n\t\t}\n\t}\n};\n\nexports[\"text/csv\"] = CsvParser;\n\n})();\n\n",
"type": "application/javascript",
"module-type": "parser"
},
"$:/core/modules/parsers/htmlparser.js": {
"title": "$:/core/modules/parsers/htmlparser.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/htmlparser.js\ntype: application/javascript\nmodule-type: parser\n\nThe HTML parser displays text as raw HTML\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar HtmlParser = function(type,text,options) {\n\tvar src;\n\tif(options._canonical_uri) {\n\t\tsrc = options._canonical_uri;\n\t} else if(text) {\n\t\tsrc = \"data:text/html;charset=utf-8,\" + encodeURIComponent(text);\n\t}\n\tthis.tree = [{\n\t\ttype: \"element\",\n\t\ttag: \"iframe\",\n\t\tattributes: {\n\t\t\tsrc: {type: \"string\", value: src},\n\t\t\tsandbox: {type: \"string\", value: \"\"}\n\t\t}\n\t}];\n};\n\nexports[\"text/html\"] = HtmlParser;\n\n})();\n\n",
"type": "application/javascript",
"module-type": "parser"
},
"$:/core/modules/parsers/imageparser.js": {
"title": "$:/core/modules/parsers/imageparser.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/imageparser.js\ntype: application/javascript\nmodule-type: parser\n\nThe image parser parses an image into an embeddable HTML element\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar ImageParser = function(type,text,options) {\n\tvar element = {\n\t\t\ttype: \"element\",\n\t\t\ttag: \"img\",\n\t\t\tattributes: {}\n\t\t};\n\tif(options._canonical_uri) {\n\t\telement.attributes.src = {type: \"string\", value: options._canonical_uri};\n\t} else if(text) {\n\t\tif(type === \"image/svg+xml\" || type === \".svg\") {\n\t\t\telement.attributes.src = {type: \"string\", value: \"data:image/svg+xml,\" + encodeURIComponent(text)};\n\t\t} else {\n\t\t\telement.attributes.src = {type: \"string\", value: \"data:\" + type + \";base64,\" + text};\n\t\t}\n\t}\n\tthis.tree = [element];\n};\n\nexports[\"image/svg+xml\"] = ImageParser;\nexports[\"image/jpg\"] = ImageParser;\nexports[\"image/jpeg\"] = ImageParser;\nexports[\"image/png\"] = ImageParser;\nexports[\"image/gif\"] = ImageParser;\nexports[\"image/webp\"] = ImageParser;\nexports[\"image/heic\"] = ImageParser;\nexports[\"image/heif\"] = ImageParser;\nexports[\"image/x-icon\"] = ImageParser;\n\n})();\n\n",
"type": "application/javascript",
"module-type": "parser"
},
"$:/core/modules/utils/parseutils.js": {
"title": "$:/core/modules/utils/parseutils.js",
"text": "/*\\\ntitle: $:/core/modules/utils/parseutils.js\ntype: application/javascript\nmodule-type: utils\n\nUtility functions concerned with parsing text into tokens.\n\nMost functions have the following pattern:\n\n* The parameters are:\n** `source`: the source string being parsed\n** `pos`: the current parse position within the string\n** Any further parameters are used to identify the token that is being parsed\n* The return value is:\n** null if the token was not found at the specified position\n** an object representing the token with the following standard fields:\n*** `type`: string indicating the type of the token\n*** `start`: start position of the token in the source string\n*** `end`: end position of the token in the source string\n*** Any further fields required to describe the token\n\nThe exception is `skipWhiteSpace`, which just returns the position after the whitespace.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nLook for a whitespace token. Returns null if not found, otherwise returns {type: \"whitespace\", start:, end:,}\n*/\nexports.parseWhiteSpace = function(source,pos) {\n\tvar p = pos,c;\n\twhile(true) {\n\t\tc = source.charAt(p);\n\t\tif((c === \" \") || (c === \"\\f\") || (c === \"\\n\") || (c === \"\\r\") || (c === \"\\t\") || (c === \"\\v\") || (c === \"\\u00a0\")) { // Ignores some obscure unicode spaces\n\t\t\tp++;\n\t\t} else {\n\t\t\tbreak;\n\t\t}\n\t}\n\tif(p === pos) {\n\t\treturn null;\n\t} else {\n\t\treturn {\n\t\t\ttype: \"whitespace\",\n\t\t\tstart: pos,\n\t\t\tend: p\n\t\t}\n\t}\n};\n\n/*\nConvenience wrapper for parseWhiteSpace. Returns the position after the whitespace\n*/\nexports.skipWhiteSpace = function(source,pos) {\n\tvar c;\n\twhile(true) {\n\t\tc = source.charAt(pos);\n\t\tif((c === \" \") || (c === \"\\f\") || (c === \"\\n\") || (c === \"\\r\") || (c === \"\\t\") || (c === \"\\v\") || (c === \"\\u00a0\")) { // Ignores some obscure unicode spaces\n\t\t\tpos++;\n\t\t} else {\n\t\t\treturn pos;\n\t\t}\n\t}\n};\n\n/*\nLook for a given string token. Returns null if not found, otherwise returns {type: \"token\", value:, start:, end:,}\n*/\nexports.parseTokenString = function(source,pos,token) {\n\tvar match = source.indexOf(token,pos) === pos;\n\tif(match) {\n\t\treturn {\n\t\t\ttype: \"token\",\n\t\t\tvalue: token,\n\t\t\tstart: pos,\n\t\t\tend: pos + token.length\n\t\t};\n\t}\n\treturn null;\n};\n\n/*\nLook for a token matching a regex. Returns null if not found, otherwise returns {type: \"regexp\", match:, start:, end:,}\n*/\nexports.parseTokenRegExp = function(source,pos,reToken) {\n\tvar node = {\n\t\ttype: \"regexp\",\n\t\tstart: pos\n\t};\n\treToken.lastIndex = pos;\n\tnode.match = reToken.exec(source);\n\tif(node.match && node.match.index === pos) {\n\t\tnode.end = pos + node.match[0].length;\n\t\treturn node;\n\t} else {\n\t\treturn null;\n\t}\n};\n\n/*\nLook for a string literal. Returns null if not found, otherwise returns {type: \"string\", value:, start:, end:,}\n*/\nexports.parseStringLiteral = function(source,pos) {\n\tvar node = {\n\t\ttype: \"string\",\n\t\tstart: pos\n\t};\n\tvar reString = /(?:\"\"\"([\\s\\S]*?)\"\"\"|\"([^\"]*)\")|(?:'([^']*)')/g;\n\treString.lastIndex = pos;\n\tvar match = reString.exec(source);\n\tif(match && match.index === pos) {\n\t\tnode.value = match[1] !== undefined ? match[1] :(\n\t\t\tmatch[2] !== undefined ? match[2] : match[3] \n\t\t\t\t\t);\n\t\tnode.end = pos + match[0].length;\n\t\treturn node;\n\t} else {\n\t\treturn null;\n\t}\n};\n\n/*\nLook for a macro invocation parameter. Returns null if not found, or {type: \"macro-parameter\", name:, value:, start:, end:}\n*/\nexports.parseMacroParameter = function(source,pos) {\n\tvar node = {\n\t\ttype: \"macro-parameter\",\n\t\tstart: pos\n\t};\n\t// Define our regexp\n\tvar reMacroParameter = /(?:([A-Za-z0-9\\-_]+)\\s*:)?(?:\\s*(?:\"\"\"([\\s\\S]*?)\"\"\"|\"([^\"]*)\"|'([^']*)'|\\[\\[([^\\]]*)\\]\\]|([^\\s>\"'=]+)))/g;\n\t// Skip whitespace\n\tpos = $tw.utils.skipWhiteSpace(source,pos);\n\t// Look for the parameter\n\tvar token = $tw.utils.parseTokenRegExp(source,pos,reMacroParameter);\n\tif(!token) {\n\t\treturn null;\n\t}\n\tpos = token.end;\n\t// Get the parameter details\n\tnode.value = token.match[2] !== undefined ? token.match[2] : (\n\t\t\t\t\ttoken.match[3] !== undefined ? token.match[3] : (\n\t\t\t\t\t\ttoken.match[4] !== undefined ? token.match[4] : (\n\t\t\t\t\t\t\ttoken.match[5] !== undefined ? token.match[5] : (\n\t\t\t\t\t\t\t\ttoken.match[6] !== undefined ? token.match[6] : (\n\t\t\t\t\t\t\t\t\t\"\"\n\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t)\n\t\t\t\t\t\t)\n\t\t\t\t\t)\n\t\t\t\t);\n\tif(token.match[1]) {\n\t\tnode.name = token.match[1];\n\t}\n\t// Update the end position\n\tnode.end = pos;\n\treturn node;\n};\n\n/*\nLook for a macro invocation. Returns null if not found, or {type: \"macrocall\", name:, parameters:, start:, end:}\n*/\nexports.parseMacroInvocation = function(source,pos) {\n\tvar node = {\n\t\ttype: \"macrocall\",\n\t\tstart: pos,\n\t\tparams: []\n\t};\n\t// Define our regexps\n\tvar reMacroName = /([^\\s>\"'=]+)/g;\n\t// Skip whitespace\n\tpos = $tw.utils.skipWhiteSpace(source,pos);\n\t// Look for a double less than sign\n\tvar token = $tw.utils.parseTokenString(source,pos,\"<<\");\n\tif(!token) {\n\t\treturn null;\n\t}\n\tpos = token.end;\n\t// Get the macro name\n\tvar name = $tw.utils.parseTokenRegExp(source,pos,reMacroName);\n\tif(!name) {\n\t\treturn null;\n\t}\n\tnode.name = name.match[1];\n\tpos = name.end;\n\t// Process parameters\n\tvar parameter = $tw.utils.parseMacroParameter(source,pos);\n\twhile(parameter) {\n\t\tnode.params.push(parameter);\n\t\tpos = parameter.end;\n\t\t// Get the next parameter\n\t\tparameter = $tw.utils.parseMacroParameter(source,pos);\n\t}\n\t// Skip whitespace\n\tpos = $tw.utils.skipWhiteSpace(source,pos);\n\t// Look for a double greater than sign\n\ttoken = $tw.utils.parseTokenString(source,pos,\">>\");\n\tif(!token) {\n\t\treturn null;\n\t}\n\tpos = token.end;\n\t// Update the end position\n\tnode.end = pos;\n\treturn node;\n};\n\n/*\nLook for an HTML attribute definition. Returns null if not found, otherwise returns {type: \"attribute\", name:, valueType: \"string|indirect|macro\", value:, start:, end:,}\n*/\nexports.parseAttribute = function(source,pos) {\n\tvar node = {\n\t\tstart: pos\n\t};\n\t// Define our regexps\n\tvar reAttributeName = /([^\\/\\s>\"'=]+)/g,\n\t\treUnquotedAttribute = /([^\\/\\s<>\"'=]+)/g,\n\t\treFilteredValue = /\\{\\{\\{(.+?)\\}\\}\\}/g,\n\t\treIndirectValue = /\\{\\{([^\\}]+)\\}\\}/g;\n\t// Skip whitespace\n\tpos = $tw.utils.skipWhiteSpace(source,pos);\n\t// Get the attribute name\n\tvar name = $tw.utils.parseTokenRegExp(source,pos,reAttributeName);\n\tif(!name) {\n\t\treturn null;\n\t}\n\tnode.name = name.match[1];\n\tpos = name.end;\n\t// Skip whitespace\n\tpos = $tw.utils.skipWhiteSpace(source,pos);\n\t// Look for an equals sign\n\tvar token = $tw.utils.parseTokenString(source,pos,\"=\");\n\tif(token) {\n\t\tpos = token.end;\n\t\t// Skip whitespace\n\t\tpos = $tw.utils.skipWhiteSpace(source,pos);\n\t\t// Look for a string literal\n\t\tvar stringLiteral = $tw.utils.parseStringLiteral(source,pos);\n\t\tif(stringLiteral) {\n\t\t\tpos = stringLiteral.end;\n\t\t\tnode.type = \"string\";\n\t\t\tnode.value = stringLiteral.value;\n\t\t} else {\n\t\t\t// Look for a filtered value\n\t\t\tvar filteredValue = $tw.utils.parseTokenRegExp(source,pos,reFilteredValue);\n\t\t\tif(filteredValue) {\n\t\t\t\tpos = filteredValue.end;\n\t\t\t\tnode.type = \"filtered\";\n\t\t\t\tnode.filter = filteredValue.match[1];\n\t\t\t} else {\n\t\t\t\t// Look for an indirect value\n\t\t\t\tvar indirectValue = $tw.utils.parseTokenRegExp(source,pos,reIndirectValue);\n\t\t\t\tif(indirectValue) {\n\t\t\t\t\tpos = indirectValue.end;\n\t\t\t\t\tnode.type = \"indirect\";\n\t\t\t\t\tnode.textReference = indirectValue.match[1];\n\t\t\t\t} else {\n\t\t\t\t\t// Look for a unquoted value\n\t\t\t\t\tvar unquotedValue = $tw.utils.parseTokenRegExp(source,pos,reUnquotedAttribute);\n\t\t\t\t\tif(unquotedValue) {\n\t\t\t\t\t\tpos = unquotedValue.end;\n\t\t\t\t\t\tnode.type = \"string\";\n\t\t\t\t\t\tnode.value = unquotedValue.match[1];\n\t\t\t\t\t} else {\n\t\t\t\t\t\t// Look for a macro invocation value\n\t\t\t\t\t\tvar macroInvocation = $tw.utils.parseMacroInvocation(source,pos);\n\t\t\t\t\t\tif(macroInvocation) {\n\t\t\t\t\t\t\tpos = macroInvocation.end;\n\t\t\t\t\t\t\tnode.type = \"macro\";\n\t\t\t\t\t\t\tnode.value = macroInvocation;\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tnode.type = \"string\";\n\t\t\t\t\t\t\tnode.value = \"true\";\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t} else {\n\t\tnode.type = \"string\";\n\t\tnode.value = \"true\";\n\t}\n\t// Update the end position\n\tnode.end = pos;\n\treturn node;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "utils"
},
"$:/core/modules/parsers/pdfparser.js": {
"title": "$:/core/modules/parsers/pdfparser.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/pdfparser.js\ntype: application/javascript\nmodule-type: parser\n\nThe PDF parser embeds a PDF viewer\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar ImageParser = function(type,text,options) {\n\tvar element = {\n\t\t\ttype: \"element\",\n\t\t\ttag: \"embed\",\n\t\t\tattributes: {}\n\t\t},\n\t\tsrc;\n\tif(options._canonical_uri) {\n\t\telement.attributes.src = {type: \"string\", value: options._canonical_uri};\n\t} else if(text) {\n\t\telement.attributes.src = {type: \"string\", value: \"data:application/pdf;base64,\" + text};\n\t}\n\tthis.tree = [element];\n};\n\nexports[\"application/pdf\"] = ImageParser;\n\n})();\n\n",
"type": "application/javascript",
"module-type": "parser"
},
"$:/core/modules/parsers/textparser.js": {
"title": "$:/core/modules/parsers/textparser.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/textparser.js\ntype: application/javascript\nmodule-type: parser\n\nThe plain text parser processes blocks of source text into a degenerate parse tree consisting of a single text node\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar TextParser = function(type,text,options) {\n\tthis.tree = [{\n\t\ttype: \"codeblock\",\n\t\tattributes: {\n\t\t\tcode: {type: \"string\", value: text},\n\t\t\tlanguage: {type: \"string\", value: type}\n\t\t}\n\t}];\n};\n\nexports[\"text/plain\"] = TextParser;\nexports[\"text/x-tiddlywiki\"] = TextParser;\nexports[\"application/javascript\"] = TextParser;\nexports[\"application/json\"] = TextParser;\nexports[\"text/css\"] = TextParser;\nexports[\"application/x-tiddler-dictionary\"] = TextParser;\n\n})();\n\n",
"type": "application/javascript",
"module-type": "parser"
},
"$:/core/modules/parsers/videoparser.js": {
"title": "$:/core/modules/parsers/videoparser.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/videoparser.js\ntype: application/javascript\nmodule-type: parser\n\nThe video parser parses a video tiddler into an embeddable HTML element\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar VideoParser = function(type,text,options) {\n\tvar element = {\n\t\t\ttype: \"element\",\n\t\t\ttag: \"video\",\n\t\t\tattributes: {\n\t\t\t\tcontrols: {type: \"string\", value: \"controls\"}\n\t\t\t}\n\t\t},\n\t\tsrc;\n\tif(options._canonical_uri) {\n\t\telement.attributes.src = {type: \"string\", value: options._canonical_uri};\n\t} else if(text) {\n\t\telement.attributes.src = {type: \"string\", value: \"data:\" + type + \";base64,\" + text};\n\t}\n\tthis.tree = [element];\n};\n\nexports[\"video/mp4\"] = VideoParser;\nexports[\"video/quicktime\"] = VideoParser;\n\n})();\n\n",
"type": "application/javascript",
"module-type": "parser"
},
"$:/core/modules/parsers/wikiparser/rules/codeblock.js": {
"title": "$:/core/modules/parsers/wikiparser/rules/codeblock.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/codeblock.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text rule for code blocks. For example:\n\n```\n\t```\n\tThis text will not be //wikified//\n\t```\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"codeblock\";\nexports.types = {block: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match and get language if defined\n\tthis.matchRegExp = /```([\\w-]*)\\r?\\n/mg;\n};\n\nexports.parse = function() {\n\tvar reEnd = /(\\r?\\n```$)/mg;\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\n\t// Look for the end of the block\n\treEnd.lastIndex = this.parser.pos;\n\tvar match = reEnd.exec(this.parser.source),\n\t\ttext;\n\t// Process the block\n\tif(match) {\n\t\ttext = this.parser.source.substring(this.parser.pos,match.index);\n\t\tthis.parser.pos = match.index + match[0].length;\n\t} else {\n\t\ttext = this.parser.source.substr(this.parser.pos);\n\t\tthis.parser.pos = this.parser.sourceLength;\n\t}\n\t// Return the $codeblock widget\n\treturn [{\n\t\t\ttype: \"codeblock\",\n\t\t\tattributes: {\n\t\t\t\t\tcode: {type: \"string\", value: text},\n\t\t\t\t\tlanguage: {type: \"string\", value: this.match[1]}\n\t\t\t}\n\t}];\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/codeinline.js": {
"title": "$:/core/modules/parsers/wikiparser/rules/codeinline.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/codeinline.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for code runs. For example:\n\n```\n\tThis is a `code run`.\n\tThis is another ``code run``\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"codeinline\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /(``?)/mg;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\tvar reEnd = new RegExp(this.match[1], \"mg\");\n\t// Look for the end marker\n\treEnd.lastIndex = this.parser.pos;\n\tvar match = reEnd.exec(this.parser.source),\n\t\ttext;\n\t// Process the text\n\tif(match) {\n\t\ttext = this.parser.source.substring(this.parser.pos,match.index);\n\t\tthis.parser.pos = match.index + match[0].length;\n\t} else {\n\t\ttext = this.parser.source.substr(this.parser.pos);\n\t\tthis.parser.pos = this.parser.sourceLength;\n\t}\n\treturn [{\n\t\ttype: \"element\",\n\t\ttag: \"code\",\n\t\tchildren: [{\n\t\t\ttype: \"text\",\n\t\t\ttext: text\n\t\t}]\n\t}];\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/commentblock.js": {
"title": "$:/core/modules/parsers/wikiparser/rules/commentblock.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/commentblock.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text block rule for HTML comments. For example:\n\n```\n<!-- This is a comment -->\n```\n\nNote that the syntax for comments is simplified to an opening \"<!--\" sequence and a closing \"-->\" sequence -- HTML itself implements a more complex format (see http://ostermiller.org/findhtmlcomment.html)\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"commentblock\";\nexports.types = {block: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\tthis.matchRegExp = /<!--/mg;\n\tthis.endMatchRegExp = /-->/mg;\n};\n\nexports.findNextMatch = function(startPos) {\n\tthis.matchRegExp.lastIndex = startPos;\n\tthis.match = this.matchRegExp.exec(this.parser.source);\n\tif(this.match) {\n\t\tthis.endMatchRegExp.lastIndex = startPos + this.match[0].length;\n\t\tthis.endMatch = this.endMatchRegExp.exec(this.parser.source);\n\t\tif(this.endMatch) {\n\t\t\treturn this.match.index;\n\t\t}\n\t}\n\treturn undefined;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.endMatchRegExp.lastIndex;\n\t// Don't return any elements\n\treturn [];\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/commentinline.js": {
"title": "$:/core/modules/parsers/wikiparser/rules/commentinline.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/commentinline.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for HTML comments. For example:\n\n```\n<!-- This is a comment -->\n```\n\nNote that the syntax for comments is simplified to an opening \"<!--\" sequence and a closing \"-->\" sequence -- HTML itself implements a more complex format (see http://ostermiller.org/findhtmlcomment.html)\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"commentinline\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\tthis.matchRegExp = /<!--/mg;\n\tthis.endMatchRegExp = /-->/mg;\n};\n\nexports.findNextMatch = function(startPos) {\n\tthis.matchRegExp.lastIndex = startPos;\n\tthis.match = this.matchRegExp.exec(this.parser.source);\n\tif(this.match) {\n\t\tthis.endMatchRegExp.lastIndex = startPos + this.match[0].length;\n\t\tthis.endMatch = this.endMatchRegExp.exec(this.parser.source);\n\t\tif(this.endMatch) {\n\t\t\treturn this.match.index;\n\t\t}\n\t}\n\treturn undefined;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.endMatchRegExp.lastIndex;\n\t// Don't return any elements\n\treturn [];\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/dash.js": {
"title": "$:/core/modules/parsers/wikiparser/rules/dash.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/dash.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for dashes. For example:\n\n```\nThis is an en-dash: --\n\nThis is an em-dash: ---\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"dash\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /-{2,3}(?!-)/mg;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\tvar dash = this.match[0].length === 2 ? \"–\" : \"—\";\n\treturn [{\n\t\ttype: \"entity\",\n\t\tentity: dash\n\t}];\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/emphasis/bold.js": {
"title": "$:/core/modules/parsers/wikiparser/rules/emphasis/bold.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/emphasis/bold.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for emphasis - bold. For example:\n\n```\n\tThis is ''bold'' text\n```\n\nThis wikiparser can be modified using the rules eg:\n\n```\n\\rules except bold \n\\rules only bold \n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"bold\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /''/mg;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\n\t// Parse the run including the terminator\n\tvar tree = this.parser.parseInlineRun(/''/mg,{eatTerminator: true});\n\n\t// Return the classed span\n\treturn [{\n\t\ttype: \"element\",\n\t\ttag: \"strong\",\n\t\tchildren: tree\n\t}];\n};\n\n})();",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/emphasis/italic.js": {
"title": "$:/core/modules/parsers/wikiparser/rules/emphasis/italic.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/emphasis/italic.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for emphasis - italic. For example:\n\n```\n\tThis is //italic// text\n```\n\nThis wikiparser can be modified using the rules eg:\n\n```\n\\rules except italic\n\\rules only italic\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"italic\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /\\/\\//mg;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\n\t// Parse the run including the terminator\n\tvar tree = this.parser.parseInlineRun(/\\/\\//mg,{eatTerminator: true});\n\n\t// Return the classed span\n\treturn [{\n\t\ttype: \"element\",\n\t\ttag: \"em\",\n\t\tchildren: tree\n\t}];\n};\n\n})();",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/emphasis/strikethrough.js": {
"title": "$:/core/modules/parsers/wikiparser/rules/emphasis/strikethrough.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/emphasis/strikethrough.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for emphasis - strikethrough. For example:\n\n```\n\tThis is ~~strikethrough~~ text\n```\n\nThis wikiparser can be modified using the rules eg:\n\n```\n\\rules except strikethrough \n\\rules only strikethrough \n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"strikethrough\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /~~/mg;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\n\t// Parse the run including the terminator\n\tvar tree = this.parser.parseInlineRun(/~~/mg,{eatTerminator: true});\n\n\t// Return the classed span\n\treturn [{\n\t\ttype: \"element\",\n\t\ttag: \"strike\",\n\t\tchildren: tree\n\t}];\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/emphasis/subscript.js": {
"title": "$:/core/modules/parsers/wikiparser/rules/emphasis/subscript.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/emphasis/subscript.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for emphasis - subscript. For example:\n\n```\n\tThis is ,,subscript,, text\n```\n\nThis wikiparser can be modified using the rules eg:\n\n```\n\\rules except subscript \n\\rules only subscript \n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"subscript\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /,,/mg;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\n\t// Parse the run including the terminator\n\tvar tree = this.parser.parseInlineRun(/,,/mg,{eatTerminator: true});\n\n\t// Return the classed span\n\treturn [{\n\t\ttype: \"element\",\n\t\ttag: \"sub\",\n\t\tchildren: tree\n\t}];\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/emphasis/superscript.js": {
"title": "$:/core/modules/parsers/wikiparser/rules/emphasis/superscript.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/emphasis/superscript.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for emphasis - superscript. For example:\n\n```\n\tThis is ^^superscript^^ text\n```\n\nThis wikiparser can be modified using the rules eg:\n\n```\n\\rules except superscript \n\\rules only superscript \n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"superscript\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /\\^\\^/mg;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\n\t// Parse the run including the terminator\n\tvar tree = this.parser.parseInlineRun(/\\^\\^/mg,{eatTerminator: true});\n\n\t// Return the classed span\n\treturn [{\n\t\ttype: \"element\",\n\t\ttag: \"sup\",\n\t\tchildren: tree\n\t}];\n};\n\n})();",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/emphasis/underscore.js": {
"title": "$:/core/modules/parsers/wikiparser/rules/emphasis/underscore.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/emphasis/underscore.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for emphasis - underscore. For example:\n\n```\n\tThis is __underscore__ text\n```\n\nThis wikiparser can be modified using the rules eg:\n\n```\n\\rules except underscore \n\\rules only underscore\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"underscore\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /__/mg;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\n\t// Parse the run including the terminator\n\tvar tree = this.parser.parseInlineRun(/__/mg,{eatTerminator: true});\n\n\t// Return the classed span\n\treturn [{\n\t\ttype: \"element\",\n\t\ttag: \"u\",\n\t\tchildren: tree\n\t}];\n};\n\n})();",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/entity.js": {
"title": "$:/core/modules/parsers/wikiparser/rules/entity.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/entity.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for HTML entities. For example:\n\n```\n\tThis is a copyright symbol: ©\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"entity\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /(&#?[a-zA-Z0-9]{2,8};)/mg;\n};\n\n/*\nParse the most recent match\n*/\nexports.parse = function() {\n\t// Get all the details of the match\n\tvar entityString = this.match[1];\n\t// Move past the macro call\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t// Return the entity\n\treturn [{type: \"entity\", entity: this.match[0]}];\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/extlink.js": {
"title": "$:/core/modules/parsers/wikiparser/rules/extlink.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/extlink.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for external links. For example:\n\n```\nAn external link: https://www.tiddlywiki.com/\n\nA suppressed external link: ~http://www.tiddlyspace.com/\n```\n\nExternal links can be suppressed by preceding them with `~`.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"extlink\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /~?(?:file|http|https|mailto|ftp|irc|news|data|skype):[^\\s<>{}\\[\\]`|\"\\\\^]+(?:\\/|\\b)/mg;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t// Create the link unless it is suppressed\n\tif(this.match[0].substr(0,1) === \"~\") {\n\t\treturn [{type: \"text\", text: this.match[0].substr(1)}];\n\t} else {\n\t\treturn [{\n\t\t\ttype: \"element\",\n\t\t\ttag: \"a\",\n\t\t\tattributes: {\n\t\t\t\thref: {type: \"string\", value: this.match[0]},\n\t\t\t\t\"class\": {type: \"string\", value: \"tc-tiddlylink-external\"},\n\t\t\t\ttarget: {type: \"string\", value: \"_blank\"},\n\t\t\t\trel: {type: \"string\", value: \"noopener noreferrer\"}\n\t\t\t},\n\t\t\tchildren: [{\n\t\t\t\ttype: \"text\", text: this.match[0]\n\t\t\t}]\n\t\t}];\n\t}\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/filteredtranscludeblock.js": {
"title": "$:/core/modules/parsers/wikiparser/rules/filteredtranscludeblock.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/filteredtranscludeblock.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text rule for block-level filtered transclusion. For example:\n\n```\n{{{ [tag[docs]] }}}\n{{{ [tag[docs]] |tooltip}}}\n{{{ [tag[docs]] ||TemplateTitle}}}\n{{{ [tag[docs]] |tooltip||TemplateTitle}}}\n{{{ [tag[docs]] }}width:40;height:50;}.class.class\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"filteredtranscludeblock\";\nexports.types = {block: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /\\{\\{\\{([^\\|]+?)(?:\\|([^\\|\\{\\}]+))?(?:\\|\\|([^\\|\\{\\}]+))?\\}\\}([^\\}]*)\\}(?:\\.(\\S+))?(?:\\r?\\n|$)/mg;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t// Get the match details\n\tvar filter = this.match[1],\n\t\ttooltip = this.match[2],\n\t\ttemplate = $tw.utils.trim(this.match[3]),\n\t\tstyle = this.match[4],\n\t\tclasses = this.match[5];\n\t// Return the list widget\n\tvar node = {\n\t\ttype: \"list\",\n\t\tattributes: {\n\t\t\tfilter: {type: \"string\", value: filter}\n\t\t},\n\t\tisBlock: true\n\t};\n\tif(tooltip) {\n\t\tnode.attributes.tooltip = {type: \"string\", value: tooltip};\n\t}\n\tif(template) {\n\t\tnode.attributes.template = {type: \"string\", value: template};\n\t}\n\tif(style) {\n\t\tnode.attributes.style = {type: \"string\", value: style};\n\t}\n\tif(classes) {\n\t\tnode.attributes.itemClass = {type: \"string\", value: classes.split(\".\").join(\" \")};\n\t}\n\treturn [node];\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/filteredtranscludeinline.js": {
"title": "$:/core/modules/parsers/wikiparser/rules/filteredtranscludeinline.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/filteredtranscludeinline.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text rule for inline filtered transclusion. For example:\n\n```\n{{{ [tag[docs]] }}}\n{{{ [tag[docs]] |tooltip}}}\n{{{ [tag[docs]] ||TemplateTitle}}}\n{{{ [tag[docs]] |tooltip||TemplateTitle}}}\n{{{ [tag[docs]] }}width:40;height:50;}.class.class\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"filteredtranscludeinline\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /\\{\\{\\{([^\\|]+?)(?:\\|([^\\|\\{\\}]+))?(?:\\|\\|([^\\|\\{\\}]+))?\\}\\}([^\\}]*)\\}(?:\\.(\\S+))?/mg;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t// Get the match details\n\tvar filter = this.match[1],\n\t\ttooltip = this.match[2],\n\t\ttemplate = $tw.utils.trim(this.match[3]),\n\t\tstyle = this.match[4],\n\t\tclasses = this.match[5];\n\t// Return the list widget\n\tvar node = {\n\t\ttype: \"list\",\n\t\tattributes: {\n\t\t\tfilter: {type: \"string\", value: filter}\n\t\t}\n\t};\n\tif(tooltip) {\n\t\tnode.attributes.tooltip = {type: \"string\", value: tooltip};\n\t}\n\tif(template) {\n\t\tnode.attributes.template = {type: \"string\", value: template};\n\t}\n\tif(style) {\n\t\tnode.attributes.style = {type: \"string\", value: style};\n\t}\n\tif(classes) {\n\t\tnode.attributes.itemClass = {type: \"string\", value: classes.split(\".\").join(\" \")};\n\t}\n\treturn [node];\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/hardlinebreaks.js": {
"title": "$:/core/modules/parsers/wikiparser/rules/hardlinebreaks.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/hardlinebreaks.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for marking areas with hard line breaks. For example:\n\n```\n\"\"\"\nThis is some text\nThat is set like\nIt is a Poem\nWhen it is\nClearly\nNot\n\"\"\"\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"hardlinebreaks\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /\"\"\"(?:\\r?\\n)?/mg;\n};\n\nexports.parse = function() {\n\tvar reEnd = /(\"\"\")|(\\r?\\n)/mg,\n\t\ttree = [],\n\t\tmatch;\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\tdo {\n\t\t// Parse the run up to the terminator\n\t\ttree.push.apply(tree,this.parser.parseInlineRun(reEnd,{eatTerminator: false}));\n\t\t// Redo the terminator match\n\t\treEnd.lastIndex = this.parser.pos;\n\t\tmatch = reEnd.exec(this.parser.source);\n\t\tif(match) {\n\t\t\tthis.parser.pos = reEnd.lastIndex;\n\t\t\t// Add a line break if the terminator was a line break\n\t\t\tif(match[2]) {\n\t\t\t\ttree.push({type: \"element\", tag: \"br\"});\n\t\t\t}\n\t\t}\n\t} while(match && !match[1]);\n\t// Return the nodes\n\treturn tree;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/heading.js": {
"title": "$:/core/modules/parsers/wikiparser/rules/heading.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/heading.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text block rule for headings\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"heading\";\nexports.types = {block: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /(!{1,6})/mg;\n};\n\n/*\nParse the most recent match\n*/\nexports.parse = function() {\n\t// Get all the details of the match\n\tvar headingLevel = this.match[1].length;\n\t// Move past the !s\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t// Parse any classes, whitespace and then the heading itself\n\tvar classes = this.parser.parseClasses();\n\tthis.parser.skipWhitespace({treatNewlinesAsNonWhitespace: true});\n\tvar tree = this.parser.parseInlineRun(/(\\r?\\n)/mg);\n\t// Return the heading\n\treturn [{\n\t\ttype: \"element\",\n\t\ttag: \"h\" + headingLevel, \n\t\tattributes: {\n\t\t\t\"class\": {type: \"string\", value: classes.join(\" \")}\n\t\t},\n\t\tchildren: tree\n\t}];\n};\n})();\n",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/horizrule.js": {
"title": "$:/core/modules/parsers/wikiparser/rules/horizrule.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/horizrule.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text block rule for rules. For example:\n\n```\n---\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"horizrule\";\nexports.types = {block: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /-{3,}\\r?(?:\\n|$)/mg;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\treturn [{type: \"element\", tag: \"hr\"}];\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/html.js": {
"title": "$:/core/modules/parsers/wikiparser/rules/html.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/html.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki rule for HTML elements and widgets. For example:\n\n{{{\n<aside>\nThis is an HTML5 aside element\n</aside>\n\n<$slider target=\"MyTiddler\">\nThis is a widget invocation\n</$slider>\n\n}}}\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"html\";\nexports.types = {inline: true, block: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n};\n\nexports.findNextMatch = function(startPos) {\n\t// Find the next tag\n\tthis.nextTag = this.findNextTag(this.parser.source,startPos,{\n\t\trequireLineBreak: this.is.block\n\t});\n\treturn this.nextTag ? this.nextTag.start : undefined;\n};\n\n/*\nParse the most recent match\n*/\nexports.parse = function() {\n\t// Retrieve the most recent match so that recursive calls don't overwrite it\n\tvar tag = this.nextTag;\n\tthis.nextTag = null;\n\t// Advance the parser position to past the tag\n\tthis.parser.pos = tag.end;\n\t// Check for an immediately following double linebreak\n\tvar hasLineBreak = !tag.isSelfClosing && !!$tw.utils.parseTokenRegExp(this.parser.source,this.parser.pos,/([^\\S\\n\\r]*\\r?\\n(?:[^\\S\\n\\r]*\\r?\\n|$))/g);\n\t// Set whether we're in block mode\n\ttag.isBlock = this.is.block || hasLineBreak;\n\t// Parse the body if we need to\n\tif(!tag.isSelfClosing && $tw.config.htmlVoidElements.indexOf(tag.tag) === -1) {\n\t\t\tvar reEndString = \"</\" + $tw.utils.escapeRegExp(tag.tag) + \">\",\n\t\t\t\treEnd = new RegExp(\"(\" + reEndString + \")\",\"mg\");\n\t\tif(hasLineBreak) {\n\t\t\ttag.children = this.parser.parseBlocks(reEndString);\n\t\t} else {\n\t\t\ttag.children = this.parser.parseInlineRun(reEnd);\n\t\t}\n\t\treEnd.lastIndex = this.parser.pos;\n\t\tvar endMatch = reEnd.exec(this.parser.source);\n\t\tif(endMatch && endMatch.index === this.parser.pos) {\n\t\t\tthis.parser.pos = endMatch.index + endMatch[0].length;\n\t\t}\n\t}\n\t// Return the tag\n\treturn [tag];\n};\n\n/*\nLook for an HTML tag. Returns null if not found, otherwise returns {type: \"element\", name:, attributes: [], isSelfClosing:, start:, end:,}\n*/\nexports.parseTag = function(source,pos,options) {\n\toptions = options || {};\n\tvar token,\n\t\tnode = {\n\t\t\ttype: \"element\",\n\t\t\tstart: pos,\n\t\t\tattributes: {}\n\t\t};\n\t// Define our regexps\n\tvar reTagName = /([a-zA-Z0-9\\-\\$]+)/g;\n\t// Skip whitespace\n\tpos = $tw.utils.skipWhiteSpace(source,pos);\n\t// Look for a less than sign\n\ttoken = $tw.utils.parseTokenString(source,pos,\"<\");\n\tif(!token) {\n\t\treturn null;\n\t}\n\tpos = token.end;\n\t// Get the tag name\n\ttoken = $tw.utils.parseTokenRegExp(source,pos,reTagName);\n\tif(!token) {\n\t\treturn null;\n\t}\n\tnode.tag = token.match[1];\n\tif(node.tag.slice(1).indexOf(\"$\") !== -1) {\n\t\treturn null;\n\t}\n\tif(node.tag.charAt(0) === \"$\") {\n\t\tnode.type = node.tag.substr(1);\n\t}\n\tpos = token.end;\n\t// Check that the tag is terminated by a space, / or >\n\tif(!$tw.utils.parseWhiteSpace(source,pos) && !(source.charAt(pos) === \"/\") && !(source.charAt(pos) === \">\") ) {\n\t\treturn null;\n\t}\n\t// Process attributes\n\tvar attribute = $tw.utils.parseAttribute(source,pos);\n\twhile(attribute) {\n\t\tnode.attributes[attribute.name] = attribute;\n\t\tpos = attribute.end;\n\t\t// Get the next attribute\n\t\tattribute = $tw.utils.parseAttribute(source,pos);\n\t}\n\t// Skip whitespace\n\tpos = $tw.utils.skipWhiteSpace(source,pos);\n\t// Look for a closing slash\n\ttoken = $tw.utils.parseTokenString(source,pos,\"/\");\n\tif(token) {\n\t\tpos = token.end;\n\t\tnode.isSelfClosing = true;\n\t}\n\t// Look for a greater than sign\n\ttoken = $tw.utils.parseTokenString(source,pos,\">\");\n\tif(!token) {\n\t\treturn null;\n\t}\n\tpos = token.end;\n\t// Check for a required line break\n\tif(options.requireLineBreak) {\n\t\ttoken = $tw.utils.parseTokenRegExp(source,pos,/([^\\S\\n\\r]*\\r?\\n(?:[^\\S\\n\\r]*\\r?\\n|$))/g);\n\t\tif(!token) {\n\t\t\treturn null;\n\t\t}\n\t}\n\t// Update the end position\n\tnode.end = pos;\n\treturn node;\n};\n\nexports.findNextTag = function(source,pos,options) {\n\t// A regexp for finding candidate HTML tags\n\tvar reLookahead = /<([a-zA-Z\\-\\$]+)/g;\n\t// Find the next candidate\n\treLookahead.lastIndex = pos;\n\tvar match = reLookahead.exec(source);\n\twhile(match) {\n\t\t// Try to parse the candidate as a tag\n\t\tvar tag = this.parseTag(source,match.index,options);\n\t\t// Return success\n\t\tif(tag && this.isLegalTag(tag)) {\n\t\t\treturn tag;\n\t\t}\n\t\t// Look for the next match\n\t\treLookahead.lastIndex = match.index + 1;\n\t\tmatch = reLookahead.exec(source);\n\t}\n\t// Failed\n\treturn null;\n};\n\nexports.isLegalTag = function(tag) {\n\t// Widgets are always OK\n\tif(tag.type !== \"element\") {\n\t\treturn true;\n\t// If it's an HTML tag that starts with a dash then it's not legal\n\t} else if(tag.tag.charAt(0) === \"-\") {\n\t\treturn false;\n\t} else {\n\t\t// Otherwise it's OK\n\t\treturn true;\n\t}\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/image.js": {
"title": "$:/core/modules/parsers/wikiparser/rules/image.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/image.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for embedding images. For example:\n\n```\n[img[https://tiddlywiki.com/fractalveg.jpg]]\n[img width=23 height=24 [https://tiddlywiki.com/fractalveg.jpg]]\n[img width={{!!width}} height={{!!height}} [https://tiddlywiki.com/fractalveg.jpg]]\n[img[Description of image|https://tiddlywiki.com/fractalveg.jpg]]\n[img[TiddlerTitle]]\n[img[Description of image|TiddlerTitle]]\n```\n\nGenerates the `<$image>` widget.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"image\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n};\n\nexports.findNextMatch = function(startPos) {\n\t// Find the next tag\n\tthis.nextImage = this.findNextImage(this.parser.source,startPos);\n\treturn this.nextImage ? this.nextImage.start : undefined;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.nextImage.end;\n\tvar node = {\n\t\ttype: \"image\",\n\t\tattributes: this.nextImage.attributes\n\t};\n\treturn [node];\n};\n\n/*\nFind the next image from the current position\n*/\nexports.findNextImage = function(source,pos) {\n\t// A regexp for finding candidate HTML tags\n\tvar reLookahead = /(\\[img)/g;\n\t// Find the next candidate\n\treLookahead.lastIndex = pos;\n\tvar match = reLookahead.exec(source);\n\twhile(match) {\n\t\t// Try to parse the candidate as a tag\n\t\tvar tag = this.parseImage(source,match.index);\n\t\t// Return success\n\t\tif(tag) {\n\t\t\treturn tag;\n\t\t}\n\t\t// Look for the next match\n\t\treLookahead.lastIndex = match.index + 1;\n\t\tmatch = reLookahead.exec(source);\n\t}\n\t// Failed\n\treturn null;\n};\n\n/*\nLook for an image at the specified position. Returns null if not found, otherwise returns {type: \"image\", attributes: [], isSelfClosing:, start:, end:,}\n*/\nexports.parseImage = function(source,pos) {\n\tvar token,\n\t\tnode = {\n\t\t\ttype: \"image\",\n\t\t\tstart: pos,\n\t\t\tattributes: {}\n\t\t};\n\t// Skip whitespace\n\tpos = $tw.utils.skipWhiteSpace(source,pos);\n\t// Look for the `[img`\n\ttoken = $tw.utils.parseTokenString(source,pos,\"[img\");\n\tif(!token) {\n\t\treturn null;\n\t}\n\tpos = token.end;\n\t// Skip whitespace\n\tpos = $tw.utils.skipWhiteSpace(source,pos);\n\t// Process attributes\n\tif(source.charAt(pos) !== \"[\") {\n\t\tvar attribute = $tw.utils.parseAttribute(source,pos);\n\t\twhile(attribute) {\n\t\t\tnode.attributes[attribute.name] = attribute;\n\t\t\tpos = attribute.end;\n\t\t\tpos = $tw.utils.skipWhiteSpace(source,pos);\n\t\t\tif(source.charAt(pos) !== \"[\") {\n\t\t\t\t// Get the next attribute\n\t\t\t\tattribute = $tw.utils.parseAttribute(source,pos);\n\t\t\t} else {\n\t\t\t\tattribute = null;\n\t\t\t}\n\t\t}\n\t}\n\t// Skip whitespace\n\tpos = $tw.utils.skipWhiteSpace(source,pos);\n\t// Look for the `[` after the attributes\n\ttoken = $tw.utils.parseTokenString(source,pos,\"[\");\n\tif(!token) {\n\t\treturn null;\n\t}\n\tpos = token.end;\n\t// Skip whitespace\n\tpos = $tw.utils.skipWhiteSpace(source,pos);\n\t// Get the source up to the terminating `]]`\n\ttoken = $tw.utils.parseTokenRegExp(source,pos,/(?:([^|\\]]*?)\\|)?([^\\]]+?)\\]\\]/g);\n\tif(!token) {\n\t\treturn null;\n\t}\n\tpos = token.end;\n\tif(token.match[1]) {\n\t\tnode.attributes.tooltip = {type: \"string\", value: token.match[1].trim()};\n\t}\n\tnode.attributes.source = {type: \"string\", value: (token.match[2] || \"\").trim()};\n\t// Update the end position\n\tnode.end = pos;\n\treturn node;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/import.js": {
"title": "$:/core/modules/parsers/wikiparser/rules/import.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/import.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki pragma rule for importing variable definitions\n\n```\n\\import [[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"import\";\nexports.types = {pragma: true};\n\n/*\nInstantiate parse rule\n*/\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /^\\\\import[^\\S\\n]/mg;\n};\n\n/*\nParse the most recent match\n*/\nexports.parse = function() {\n\tvar self = this;\n\t// Move past the pragma invocation\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t// Parse the filter terminated by a line break\n\tvar reMatch = /(.*)(\\r?\\n)|$/mg;\n\treMatch.lastIndex = this.parser.pos;\n\tvar match = reMatch.exec(this.parser.source);\n\tthis.parser.pos = reMatch.lastIndex;\n\t// Parse tree nodes to return\n\treturn [{\n\t\ttype: \"importvariables\",\n\t\tattributes: {\n\t\t\tfilter: {type: \"string\", value: match[1]}\n\t\t},\n\t\tchildren: []\n\t}];\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/list.js": {
"title": "$:/core/modules/parsers/wikiparser/rules/list.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/list.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text block rule for lists. For example:\n\n```\n* This is an unordered list\n* It has two items\n\n# This is a numbered list\n## With a subitem\n# And a third item\n\n; This is a term that is being defined\n: This is the definition of that term\n```\n\nNote that lists can be nested arbitrarily:\n\n```\n#** One\n#* Two\n#** Three\n#**** Four\n#**# Five\n#**## Six\n## Seven\n### Eight\n## Nine\n```\n\nA CSS class can be applied to a list item as follows:\n\n```\n* List item one\n*.active List item two has the class `active`\n* List item three\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"list\";\nexports.types = {block: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /([\\*#;:>]+)/mg;\n};\n\nvar listTypes = {\n\t\"*\": {listTag: \"ul\", itemTag: \"li\"},\n\t\"#\": {listTag: \"ol\", itemTag: \"li\"},\n\t\";\": {listTag: \"dl\", itemTag: \"dt\"},\n\t\":\": {listTag: \"dl\", itemTag: \"dd\"},\n\t\">\": {listTag: \"blockquote\", itemTag: \"p\"}\n};\n\n/*\nParse the most recent match\n*/\nexports.parse = function() {\n\t// Array of parse tree nodes for the previous row of the list\n\tvar listStack = [];\n\t// Cycle through the items in the list\n\twhile(true) {\n\t\t// Match the list marker\n\t\tvar reMatch = /([\\*#;:>]+)/mg;\n\t\treMatch.lastIndex = this.parser.pos;\n\t\tvar match = reMatch.exec(this.parser.source);\n\t\tif(!match || match.index !== this.parser.pos) {\n\t\t\tbreak;\n\t\t}\n\t\t// Check whether the list type of the top level matches\n\t\tvar listInfo = listTypes[match[0].charAt(0)];\n\t\tif(listStack.length > 0 && listStack[0].tag !== listInfo.listTag) {\n\t\t\tbreak;\n\t\t}\n\t\t// Move past the list marker\n\t\tthis.parser.pos = match.index + match[0].length;\n\t\t// Walk through the list markers for the current row\n\t\tfor(var t=0; t<match[0].length; t++) {\n\t\t\tlistInfo = listTypes[match[0].charAt(t)];\n\t\t\t// Remove any stacked up element if we can't re-use it because the list type doesn't match\n\t\t\tif(listStack.length > t && listStack[t].tag !== listInfo.listTag) {\n\t\t\t\tlistStack.splice(t,listStack.length - t);\n\t\t\t}\n\t\t\t// Construct the list element or reuse the previous one at this level\n\t\t\tif(listStack.length <= t) {\n\t\t\t\tvar listElement = {type: \"element\", tag: listInfo.listTag, children: [\n\t\t\t\t\t{type: \"element\", tag: listInfo.itemTag, children: []}\n\t\t\t\t]};\n\t\t\t\t// Link this list element into the last child item of the parent list item\n\t\t\t\tif(t) {\n\t\t\t\t\tvar prevListItem = listStack[t-1].children[listStack[t-1].children.length-1];\n\t\t\t\t\tprevListItem.children.push(listElement);\n\t\t\t\t}\n\t\t\t\t// Save this element in the stack\n\t\t\t\tlistStack[t] = listElement;\n\t\t\t} else if(t === (match[0].length - 1)) {\n\t\t\t\tlistStack[t].children.push({type: \"element\", tag: listInfo.itemTag, children: []});\n\t\t\t}\n\t\t}\n\t\tif(listStack.length > match[0].length) {\n\t\t\tlistStack.splice(match[0].length,listStack.length - match[0].length);\n\t\t}\n\t\t// Process the body of the list item into the last list item\n\t\tvar lastListChildren = listStack[listStack.length-1].children,\n\t\t\tlastListItem = lastListChildren[lastListChildren.length-1],\n\t\t\tclasses = this.parser.parseClasses();\n\t\tthis.parser.skipWhitespace({treatNewlinesAsNonWhitespace: true});\n\t\tvar tree = this.parser.parseInlineRun(/(\\r?\\n)/mg);\n\t\tlastListItem.children.push.apply(lastListItem.children,tree);\n\t\tif(classes.length > 0) {\n\t\t\t$tw.utils.addClassToParseTreeNode(lastListItem,classes.join(\" \"));\n\t\t}\n\t\t// Consume any whitespace following the list item\n\t\tthis.parser.skipWhitespace();\n\t}\n\t// Return the root element of the list\n\treturn [listStack[0]];\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/macrocallblock.js": {
"title": "$:/core/modules/parsers/wikiparser/rules/macrocallblock.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/macrocallblock.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki rule for block macro calls\n\n```\n<<name value value2>>\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"macrocallblock\";\nexports.types = {block: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /<<([^>\\s]+)(?:\\s*)((?:[^>]|(?:>(?!>)))*?)>>(?:\\r?\\n|$)/mg;\n};\n\n/*\nParse the most recent match\n*/\nexports.parse = function() {\n\t// Get all the details of the match\n\tvar macroName = this.match[1],\n\t\tparamString = this.match[2];\n\t// Move past the macro call\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\tvar params = [],\n\t\treParam = /\\s*(?:([A-Za-z0-9\\-_]+)\\s*:)?(?:\\s*(?:\"\"\"([\\s\\S]*?)\"\"\"|\"([^\"]*)\"|'([^']*)'|\\[\\[([^\\]]*)\\]\\]|([^\"'\\s]+)))/mg,\n\t\tparamMatch = reParam.exec(paramString);\n\twhile(paramMatch) {\n\t\t// Process this parameter\n\t\tvar paramInfo = {\n\t\t\tvalue: paramMatch[2] || paramMatch[3] || paramMatch[4] || paramMatch[5] || paramMatch[6]\n\t\t};\n\t\tif(paramMatch[1]) {\n\t\t\tparamInfo.name = paramMatch[1];\n\t\t}\n\t\tparams.push(paramInfo);\n\t\t// Find the next match\n\t\tparamMatch = reParam.exec(paramString);\n\t}\n\treturn [{\n\t\ttype: \"macrocall\",\n\t\tname: macroName,\n\t\tparams: params,\n\t\tisBlock: true\n\t}];\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/macrocallinline.js": {
"title": "$:/core/modules/parsers/wikiparser/rules/macrocallinline.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/macrocallinline.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki rule for macro calls\n\n```\n<<name value value2>>\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"macrocallinline\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /<<([^\\s>]+)\\s*([\\s\\S]*?)>>/mg;\n};\n\n/*\nParse the most recent match\n*/\nexports.parse = function() {\n\t// Get all the details of the match\n\tvar macroName = this.match[1],\n\t\tparamString = this.match[2];\n\t// Move past the macro call\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\tvar params = [],\n\t\treParam = /\\s*(?:([A-Za-z0-9\\-_]+)\\s*:)?(?:\\s*(?:\"\"\"([\\s\\S]*?)\"\"\"|\"([^\"]*)\"|'([^']*)'|\\[\\[([^\\]]*)\\]\\]|([^\"'\\s]+)))/mg,\n\t\tparamMatch = reParam.exec(paramString);\n\twhile(paramMatch) {\n\t\t// Process this parameter\n\t\tvar paramInfo = {\n\t\t\tvalue: paramMatch[2] || paramMatch[3] || paramMatch[4] || paramMatch[5]|| paramMatch[6]\n\t\t};\n\t\tif(paramMatch[1]) {\n\t\t\tparamInfo.name = paramMatch[1];\n\t\t}\n\t\tparams.push(paramInfo);\n\t\t// Find the next match\n\t\tparamMatch = reParam.exec(paramString);\n\t}\n\treturn [{\n\t\ttype: \"macrocall\",\n\t\tname: macroName,\n\t\tparams: params\n\t}];\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/macrodef.js": {
"title": "$:/core/modules/parsers/wikiparser/rules/macrodef.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/macrodef.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki pragma rule for macro definitions\n\n```\n\\define name(param:defaultvalue,param2:defaultvalue)\ndefinition text, including $param$ markers\n\\end\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"macrodef\";\nexports.types = {pragma: true};\n\n/*\nInstantiate parse rule\n*/\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /^\\\\define\\s+([^(\\s]+)\\(\\s*([^)]*)\\)(\\s*\\r?\\n)?/mg;\n};\n\n/*\nParse the most recent match\n*/\nexports.parse = function() {\n\t// Move past the macro name and parameters\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t// Parse the parameters\n\tvar paramString = this.match[2],\n\t\tparams = [];\n\tif(paramString !== \"\") {\n\t\tvar reParam = /\\s*([A-Za-z0-9\\-_]+)(?:\\s*:\\s*(?:\"\"\"([\\s\\S]*?)\"\"\"|\"([^\"]*)\"|'([^']*)'|\\[\\[([^\\]]*)\\]\\]|([^\"'\\s]+)))?/mg,\n\t\t\tparamMatch = reParam.exec(paramString);\n\t\twhile(paramMatch) {\n\t\t\t// Save the parameter details\n\t\t\tvar paramInfo = {name: paramMatch[1]},\n\t\t\t\tdefaultValue = paramMatch[2] || paramMatch[3] || paramMatch[4] || paramMatch[5] || paramMatch[6];\n\t\t\tif(defaultValue) {\n\t\t\t\tparamInfo[\"default\"] = defaultValue;\n\t\t\t}\n\t\t\tparams.push(paramInfo);\n\t\t\t// Look for the next parameter\n\t\t\tparamMatch = reParam.exec(paramString);\n\t\t}\n\t}\n\t// Is this a multiline definition?\n\tvar reEnd;\n\tif(this.match[3]) {\n\t\t// If so, the end of the body is marked with \\end\n\t\treEnd = /(\\r?\\n\\\\end[^\\S\\n\\r]*(?:$|\\r?\\n))/mg;\n\t} else {\n\t\t// Otherwise, the end of the definition is marked by the end of the line\n\t\treEnd = /($|\\r?\\n)/mg;\n\t\t// Move past any whitespace\n\t\tthis.parser.pos = $tw.utils.skipWhiteSpace(this.parser.source,this.parser.pos);\n\t}\n\t// Find the end of the definition\n\treEnd.lastIndex = this.parser.pos;\n\tvar text,\n\t\tendMatch = reEnd.exec(this.parser.source);\n\tif(endMatch) {\n\t\ttext = this.parser.source.substring(this.parser.pos,endMatch.index);\n\t\tthis.parser.pos = endMatch.index + endMatch[0].length;\n\t} else {\n\t\t// We didn't find the end of the definition, so we'll make it blank\n\t\ttext = \"\";\n\t}\n\t// Save the macro definition\n\treturn [{\n\t\ttype: \"set\",\n\t\tattributes: {\n\t\t\tname: {type: \"string\", value: this.match[1]},\n\t\t\tvalue: {type: \"string\", value: text}\n\t\t},\n\t\tchildren: [],\n\t\tparams: params,\n\t\tisMacroDefinition: true\n\t}];\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/prettyextlink.js": {
"title": "$:/core/modules/parsers/wikiparser/rules/prettyextlink.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/prettyextlink.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for external links. For example:\n\n```\n[ext[https://tiddlywiki.com/fractalveg.jpg]]\n[ext[Tooltip|https://tiddlywiki.com/fractalveg.jpg]]\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"prettyextlink\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n};\n\nexports.findNextMatch = function(startPos) {\n\t// Find the next tag\n\tthis.nextLink = this.findNextLink(this.parser.source,startPos);\n\treturn this.nextLink ? this.nextLink.start : undefined;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.nextLink.end;\n\treturn [this.nextLink];\n};\n\n/*\nFind the next link from the current position\n*/\nexports.findNextLink = function(source,pos) {\n\t// A regexp for finding candidate links\n\tvar reLookahead = /(\\[ext\\[)/g;\n\t// Find the next candidate\n\treLookahead.lastIndex = pos;\n\tvar match = reLookahead.exec(source);\n\twhile(match) {\n\t\t// Try to parse the candidate as a link\n\t\tvar link = this.parseLink(source,match.index);\n\t\t// Return success\n\t\tif(link) {\n\t\t\treturn link;\n\t\t}\n\t\t// Look for the next match\n\t\treLookahead.lastIndex = match.index + 1;\n\t\tmatch = reLookahead.exec(source);\n\t}\n\t// Failed\n\treturn null;\n};\n\n/*\nLook for an link at the specified position. Returns null if not found, otherwise returns {type: \"element\", tag: \"a\", attributes: [], isSelfClosing:, start:, end:,}\n*/\nexports.parseLink = function(source,pos) {\n\tvar token,\n\t\ttextNode = {\n\t\t\ttype: \"text\"\n\t\t},\n\t\tnode = {\n\t\t\ttype: \"element\",\n\t\t\ttag: \"a\",\n\t\t\tstart: pos,\n\t\t\tattributes: {\n\t\t\t\t\"class\": {type: \"string\", value: \"tc-tiddlylink-external\"},\n\t\t\t},\n\t\t\tchildren: [textNode]\n\t\t};\n\t// Skip whitespace\n\tpos = $tw.utils.skipWhiteSpace(source,pos);\n\t// Look for the `[ext[`\n\ttoken = $tw.utils.parseTokenString(source,pos,\"[ext[\");\n\tif(!token) {\n\t\treturn null;\n\t}\n\tpos = token.end;\n\t// Look ahead for the terminating `]]`\n\tvar closePos = source.indexOf(\"]]\",pos);\n\tif(closePos === -1) {\n\t\treturn null;\n\t}\n\t// Look for a `|` separating the tooltip\n\tvar splitPos = source.indexOf(\"|\",pos);\n\tif(splitPos === -1 || splitPos > closePos) {\n\t\tsplitPos = null;\n\t}\n\t// Pull out the tooltip and URL\n\tvar tooltip, URL;\n\tif(splitPos) {\n\t\tURL = source.substring(splitPos + 1,closePos).trim();\n\t\ttextNode.text = source.substring(pos,splitPos).trim();\n\t} else {\n\t\tURL = source.substring(pos,closePos).trim();\n\t\ttextNode.text = URL;\n\t}\n\tnode.attributes.href = {type: \"string\", value: URL};\n\tnode.attributes.target = {type: \"string\", value: \"_blank\"};\n\tnode.attributes.rel = {type: \"string\", value: \"noopener noreferrer\"};\n\t// Update the end position\n\tnode.end = closePos + 2;\n\treturn node;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/prettylink.js": {
"title": "$:/core/modules/parsers/wikiparser/rules/prettylink.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/prettylink.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for pretty links. For example:\n\n```\n[[Introduction]]\n\n[[Link description|TiddlerTitle]]\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"prettylink\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /\\[\\[(.*?)(?:\\|(.*?))?\\]\\]/mg;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t// Process the link\n\tvar text = this.match[1],\n\t\tlink = this.match[2] || text;\n\tif($tw.utils.isLinkExternal(link)) {\n\t\treturn [{\n\t\t\ttype: \"element\",\n\t\t\ttag: \"a\",\n\t\t\tattributes: {\n\t\t\t\thref: {type: \"string\", value: link},\n\t\t\t\t\"class\": {type: \"string\", value: \"tc-tiddlylink-external\"},\n\t\t\t\ttarget: {type: \"string\", value: \"_blank\"},\n\t\t\t\trel: {type: \"string\", value: \"noopener noreferrer\"}\n\t\t\t},\n\t\t\tchildren: [{\n\t\t\t\ttype: \"text\", text: text\n\t\t\t}]\n\t\t}];\n\t} else {\n\t\treturn [{\n\t\t\ttype: \"link\",\n\t\t\tattributes: {\n\t\t\t\tto: {type: \"string\", value: link}\n\t\t\t},\n\t\t\tchildren: [{\n\t\t\t\ttype: \"text\", text: text\n\t\t\t}]\n\t\t}];\n\t}\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/quoteblock.js": {
"title": "$:/core/modules/parsers/wikiparser/rules/quoteblock.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/quoteblock.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text rule for quote blocks. For example:\n\n```\n\t<<<.optionalClass(es) optional cited from\n\ta quote\n\t<<<\n\t\n\t<<<.optionalClass(es)\n\ta quote\n\t<<< optional cited from\n```\n\nQuotes can be quoted by putting more <s\n\n```\n\t<<<\n\tQuote Level 1\n\t\n\t<<<<\n\tQuoteLevel 2\n\t<<<<\n\t\n\t<<<\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"quoteblock\";\nexports.types = {block: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /(<<<+)/mg;\n};\n\nexports.parse = function() {\n\tvar classes = [\"tc-quote\"];\n\t// Get all the details of the match\n\tvar reEndString = \"^\" + this.match[1] + \"(?!<)\";\n\t// Move past the <s\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t\n\t// Parse any classes, whitespace and then the optional cite itself\n\tclasses.push.apply(classes, this.parser.parseClasses());\n\tthis.parser.skipWhitespace({treatNewlinesAsNonWhitespace: true});\n\tvar cite = this.parser.parseInlineRun(/(\\r?\\n)/mg);\n\t// before handling the cite, parse the body of the quote\n\tvar tree= this.parser.parseBlocks(reEndString);\n\t// If we got a cite, put it before the text\n\tif(cite.length > 0) {\n\t\ttree.unshift({\n\t\t\ttype: \"element\",\n\t\t\ttag: \"cite\",\n\t\t\tchildren: cite\n\t\t});\n\t}\n\t// Parse any optional cite\n\tthis.parser.skipWhitespace({treatNewlinesAsNonWhitespace: true});\n\tcite = this.parser.parseInlineRun(/(\\r?\\n)/mg);\n\t// If we got a cite, push it\n\tif(cite.length > 0) {\n\t\ttree.push({\n\t\t\ttype: \"element\",\n\t\t\ttag: \"cite\",\n\t\t\tchildren: cite\n\t\t});\n\t}\n\t// Return the blockquote element\n\treturn [{\n\t\ttype: \"element\",\n\t\ttag: \"blockquote\",\n\t\tattributes: {\n\t\t\tclass: { type: \"string\", value: classes.join(\" \") },\n\t\t},\n\t\tchildren: tree\n\t}];\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/rules.js": {
"title": "$:/core/modules/parsers/wikiparser/rules/rules.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/rules.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki pragma rule for rules specifications\n\n```\n\\rules except ruleone ruletwo rulethree\n\\rules only ruleone ruletwo rulethree\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"rules\";\nexports.types = {pragma: true};\n\n/*\nInstantiate parse rule\n*/\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /^\\\\rules[^\\S\\n]/mg;\n};\n\n/*\nParse the most recent match\n*/\nexports.parse = function() {\n\t// Move past the pragma invocation\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t// Parse whitespace delimited tokens terminated by a line break\n\tvar reMatch = /[^\\S\\n]*(\\S+)|(\\r?\\n)/mg,\n\t\ttokens = [];\n\treMatch.lastIndex = this.parser.pos;\n\tvar match = reMatch.exec(this.parser.source);\n\twhile(match && match.index === this.parser.pos) {\n\t\tthis.parser.pos = reMatch.lastIndex;\n\t\t// Exit if we've got the line break\n\t\tif(match[2]) {\n\t\t\tbreak;\n\t\t}\n\t\t// Process the token\n\t\tif(match[1]) {\n\t\t\ttokens.push(match[1]);\n\t\t}\n\t\t// Match the next token\n\t\tmatch = reMatch.exec(this.parser.source);\n\t}\n\t// Process the tokens\n\tif(tokens.length > 0) {\n\t\tthis.parser.amendRules(tokens[0],tokens.slice(1));\n\t}\n\t// No parse tree nodes to return\n\treturn [];\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/styleblock.js": {
"title": "$:/core/modules/parsers/wikiparser/rules/styleblock.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/styleblock.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text block rule for assigning styles and classes to paragraphs and other blocks. For example:\n\n```\n@@.myClass\n@@background-color:red;\nThis paragraph will have the CSS class `myClass`.\n\n* The `<ul>` around this list will also have the class `myClass`\n* List item 2\n\n@@\n```\n\nNote that classes and styles can be mixed subject to the rule that styles must precede classes. For example\n\n```\n@@.myFirstClass.mySecondClass\n@@width:100px;.myThirdClass\nThis is a paragraph\n@@\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"styleblock\";\nexports.types = {block: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /@@((?:[^\\.\\r\\n\\s:]+:[^\\r\\n;]+;)+)?(?:\\.([^\\r\\n\\s]+))?\\r?\\n/mg;\n};\n\nexports.parse = function() {\n\tvar reEndString = \"^@@(?:\\\\r?\\\\n)?\";\n\tvar classes = [], styles = [];\n\tdo {\n\t\t// Get the class and style\n\t\tif(this.match[1]) {\n\t\t\tstyles.push(this.match[1]);\n\t\t}\n\t\tif(this.match[2]) {\n\t\t\tclasses.push(this.match[2].split(\".\").join(\" \"));\n\t\t}\n\t\t// Move past the match\n\t\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t\t// Look for another line of classes and styles\n\t\tthis.match = this.matchRegExp.exec(this.parser.source);\n\t} while(this.match && this.match.index === this.parser.pos);\n\t// Parse the body\n\tvar tree = this.parser.parseBlocks(reEndString);\n\tfor(var t=0; t<tree.length; t++) {\n\t\tif(classes.length > 0) {\n\t\t\t$tw.utils.addClassToParseTreeNode(tree[t],classes.join(\" \"));\n\t\t}\n\t\tif(styles.length > 0) {\n\t\t\t$tw.utils.addAttributeToParseTreeNode(tree[t],\"style\",styles.join(\"\"));\n\t\t}\n\t}\n\treturn tree;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/styleinline.js": {
"title": "$:/core/modules/parsers/wikiparser/rules/styleinline.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/styleinline.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for assigning styles and classes to inline runs. For example:\n\n```\n@@.myClass This is some text with a class@@\n@@background-color:red;This is some text with a background colour@@\n@@width:100px;.myClass This is some text with a class and a width@@\n```\n\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"styleinline\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /@@((?:[^\\.\\r\\n\\s:]+:[^\\r\\n;]+;)+)?(\\.(?:[^\\r\\n\\s]+)\\s+)?/mg;\n};\n\nexports.parse = function() {\n\tvar reEnd = /@@/g;\n\t// Get the styles and class\n\tvar stylesString = this.match[1],\n\t\tclassString = this.match[2] ? this.match[2].split(\".\").join(\" \") : undefined;\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t// Parse the run up to the terminator\n\tvar tree = this.parser.parseInlineRun(reEnd,{eatTerminator: true});\n\t// Return the classed span\n\tvar node = {\n\t\ttype: \"element\",\n\t\ttag: \"span\",\n\t\tattributes: {\n\t\t\t\"class\": {type: \"string\", value: \"tc-inline-style\"}\n\t\t},\n\t\tchildren: tree\n\t};\n\tif(classString) {\n\t\t$tw.utils.addClassToParseTreeNode(node,classString);\n\t}\n\tif(stylesString) {\n\t\t$tw.utils.addAttributeToParseTreeNode(node,\"style\",stylesString);\n\t}\n\treturn [node];\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/syslink.js": {
"title": "$:/core/modules/parsers/wikiparser/rules/syslink.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/syslink.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for system tiddler links.\nCan be suppressed preceding them with `~`.\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"syslink\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = new RegExp(\n\t\t\"~?\\\\$:\\\\/[\" +\n\t\t$tw.config.textPrimitives.anyLetter.substr(1,$tw.config.textPrimitives.anyLetter.length - 2) +\n\t\t\"\\/._-]+\",\n\t\t\"mg\"\n\t);\n};\n\nexports.parse = function() {\n\tvar match = this.match[0];\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t// Create the link unless it is suppressed\n\tif(match.substr(0,1) === \"~\") {\n\t\treturn [{type: \"text\", text: match.substr(1)}];\n\t} else {\n\t\treturn [{\n\t\t\ttype: \"link\",\n\t\t\tattributes: {\n\t\t\t\tto: {type: \"string\", value: match}\n\t\t\t},\n\t\t\tchildren: [{\n\t\t\t\ttype: \"text\",\n\t\t\t\ttext: match\n\t\t\t}]\n\t\t}];\n\t}\n};\n\n})();",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/table.js": {
"title": "$:/core/modules/parsers/wikiparser/rules/table.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/table.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text block rule for tables.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"table\";\nexports.types = {block: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /^\\|(?:[^\\n]*)\\|(?:[fhck]?)\\r?(?:\\n|$)/mg;\n};\n\nvar processRow = function(prevColumns) {\n\tvar cellRegExp = /(?:\\|([^\\n\\|]*)\\|)|(\\|[fhck]?\\r?(?:\\n|$))/mg,\n\t\tcellTermRegExp = /((?:\\x20*)\\|)/mg,\n\t\ttree = [],\n\t\tcol = 0,\n\t\tcolSpanCount = 1,\n\t\tprevCell,\n\t\tvAlign;\n\t// Match a single cell\n\tcellRegExp.lastIndex = this.parser.pos;\n\tvar cellMatch = cellRegExp.exec(this.parser.source);\n\twhile(cellMatch && cellMatch.index === this.parser.pos) {\n\t\tif(cellMatch[1] === \"~\") {\n\t\t\t// Rowspan\n\t\t\tvar last = prevColumns[col];\n\t\t\tif(last) {\n\t\t\t\tlast.rowSpanCount++;\n\t\t\t\t$tw.utils.addAttributeToParseTreeNode(last.element,\"rowspan\",last.rowSpanCount);\n\t\t\t\tvAlign = $tw.utils.getAttributeValueFromParseTreeNode(last.element,\"valign\",\"center\");\n\t\t\t\t$tw.utils.addAttributeToParseTreeNode(last.element,\"valign\",vAlign);\n\t\t\t\tif(colSpanCount > 1) {\n\t\t\t\t\t$tw.utils.addAttributeToParseTreeNode(last.element,\"colspan\",colSpanCount);\n\t\t\t\t\tcolSpanCount = 1;\n\t\t\t\t}\n\t\t\t}\n\t\t\t// Move to just before the `|` terminating the cell\n\t\t\tthis.parser.pos = cellRegExp.lastIndex - 1;\n\t\t} else if(cellMatch[1] === \">\") {\n\t\t\t// Colspan\n\t\t\tcolSpanCount++;\n\t\t\t// Move to just before the `|` terminating the cell\n\t\t\tthis.parser.pos = cellRegExp.lastIndex - 1;\n\t\t} else if(cellMatch[1] === \"<\" && prevCell) {\n\t\t\tcolSpanCount = 1 + $tw.utils.getAttributeValueFromParseTreeNode(prevCell,\"colspan\",1);\n\t\t\t$tw.utils.addAttributeToParseTreeNode(prevCell,\"colspan\",colSpanCount);\n\t\t\tcolSpanCount = 1;\n\t\t\t// Move to just before the `|` terminating the cell\n\t\t\tthis.parser.pos = cellRegExp.lastIndex - 1;\n\t\t} else if(cellMatch[2]) {\n\t\t\t// End of row\n\t\t\tif(prevCell && colSpanCount > 1) {\n\t\t\t\tif(prevCell.attributes && prevCell.attributes && prevCell.attributes.colspan) {\n\t\t\t\t\t\tcolSpanCount += prevCell.attributes.colspan.value;\n\t\t\t\t} else {\n\t\t\t\t\tcolSpanCount -= 1;\n\t\t\t\t}\n\t\t\t\t$tw.utils.addAttributeToParseTreeNode(prevCell,\"colspan\",colSpanCount);\n\t\t\t}\n\t\t\tthis.parser.pos = cellRegExp.lastIndex - 1;\n\t\t\tbreak;\n\t\t} else {\n\t\t\t// For ordinary cells, step beyond the opening `|`\n\t\t\tthis.parser.pos++;\n\t\t\t// Look for a space at the start of the cell\n\t\t\tvar spaceLeft = false;\n\t\t\tvAlign = null;\n\t\t\tif(this.parser.source.substr(this.parser.pos).search(/^\\^([^\\^]|\\^\\^)/) === 0) {\n\t\t\t\tvAlign = \"top\";\n\t\t\t} else if(this.parser.source.substr(this.parser.pos).search(/^,([^,]|,,)/) === 0) {\n\t\t\t\tvAlign = \"bottom\";\n\t\t\t}\n\t\t\tif(vAlign) {\n\t\t\t\tthis.parser.pos++;\n\t\t\t}\n\t\t\tvar chr = this.parser.source.substr(this.parser.pos,1);\n\t\t\twhile(chr === \" \") {\n\t\t\t\tspaceLeft = true;\n\t\t\t\tthis.parser.pos++;\n\t\t\t\tchr = this.parser.source.substr(this.parser.pos,1);\n\t\t\t}\n\t\t\t// Check whether this is a heading cell\n\t\t\tvar cell;\n\t\t\tif(chr === \"!\") {\n\t\t\t\tthis.parser.pos++;\n\t\t\t\tcell = {type: \"element\", tag: \"th\", children: []};\n\t\t\t} else {\n\t\t\t\tcell = {type: \"element\", tag: \"td\", children: []};\n\t\t\t}\n\t\t\ttree.push(cell);\n\t\t\t// Record information about this cell\n\t\t\tprevCell = cell;\n\t\t\tprevColumns[col] = {rowSpanCount:1,element:cell};\n\t\t\t// Check for a colspan\n\t\t\tif(colSpanCount > 1) {\n\t\t\t\t$tw.utils.addAttributeToParseTreeNode(cell,\"colspan\",colSpanCount);\n\t\t\t\tcolSpanCount = 1;\n\t\t\t}\n\t\t\t// Parse the cell\n\t\t\tcell.children = this.parser.parseInlineRun(cellTermRegExp,{eatTerminator: true});\n\t\t\t// Set the alignment for the cell\n\t\t\tif(vAlign) {\n\t\t\t\t$tw.utils.addAttributeToParseTreeNode(cell,\"valign\",vAlign);\n\t\t\t}\n\t\t\tif(this.parser.source.substr(this.parser.pos - 2,1) === \" \") { // spaceRight\n\t\t\t\t$tw.utils.addAttributeToParseTreeNode(cell,\"align\",spaceLeft ? \"center\" : \"left\");\n\t\t\t} else if(spaceLeft) {\n\t\t\t\t$tw.utils.addAttributeToParseTreeNode(cell,\"align\",\"right\");\n\t\t\t}\n\t\t\t// Move back to the closing `|`\n\t\t\tthis.parser.pos--;\n\t\t}\n\t\tcol++;\n\t\tcellRegExp.lastIndex = this.parser.pos;\n\t\tcellMatch = cellRegExp.exec(this.parser.source);\n\t}\n\treturn tree;\n};\n\nexports.parse = function() {\n\tvar rowContainerTypes = {\"c\":\"caption\", \"h\":\"thead\", \"\":\"tbody\", \"f\":\"tfoot\"},\n\t\ttable = {type: \"element\", tag: \"table\", children: []},\n\t\trowRegExp = /^\\|([^\\n]*)\\|([fhck]?)\\r?(?:\\n|$)/mg,\n\t\trowTermRegExp = /(\\|(?:[fhck]?)\\r?(?:\\n|$))/mg,\n\t\tprevColumns = [],\n\t\tcurrRowType,\n\t\trowContainer,\n\t\trowCount = 0;\n\t// Match the row\n\trowRegExp.lastIndex = this.parser.pos;\n\tvar rowMatch = rowRegExp.exec(this.parser.source);\n\twhile(rowMatch && rowMatch.index === this.parser.pos) {\n\t\tvar rowType = rowMatch[2];\n\t\t// Check if it is a class assignment\n\t\tif(rowType === \"k\") {\n\t\t\t$tw.utils.addClassToParseTreeNode(table,rowMatch[1]);\n\t\t\tthis.parser.pos = rowMatch.index + rowMatch[0].length;\n\t\t} else {\n\t\t\t// Otherwise, create a new row if this one is of a different type\n\t\t\tif(rowType !== currRowType) {\n\t\t\t\trowContainer = {type: \"element\", tag: rowContainerTypes[rowType], children: []};\n\t\t\t\ttable.children.push(rowContainer);\n\t\t\t\tcurrRowType = rowType;\n\t\t\t}\n\t\t\t// Is this a caption row?\n\t\t\tif(currRowType === \"c\") {\n\t\t\t\t// If so, move past the opening `|` of the row\n\t\t\t\tthis.parser.pos++;\n\t\t\t\t// Move the caption to the first row if it isn't already\n\t\t\t\tif(table.children.length !== 1) {\n\t\t\t\t\ttable.children.pop(); // Take rowContainer out of the children array\n\t\t\t\t\ttable.children.splice(0,0,rowContainer); // Insert it at the bottom\t\t\t\t\t\t\n\t\t\t\t}\n\t\t\t\t// Set the alignment - TODO: figure out why TW did this\n//\t\t\t\trowContainer.attributes.align = rowCount === 0 ? \"top\" : \"bottom\";\n\t\t\t\t// Parse the caption\n\t\t\t\trowContainer.children = this.parser.parseInlineRun(rowTermRegExp,{eatTerminator: true});\n\t\t\t} else {\n\t\t\t\t// Create the row\n\t\t\t\tvar theRow = {type: \"element\", tag: \"tr\", children: []};\n\t\t\t\t$tw.utils.addClassToParseTreeNode(theRow,rowCount%2 ? \"oddRow\" : \"evenRow\");\n\t\t\t\trowContainer.children.push(theRow);\n\t\t\t\t// Process the row\n\t\t\t\ttheRow.children = processRow.call(this,prevColumns);\n\t\t\t\tthis.parser.pos = rowMatch.index + rowMatch[0].length;\n\t\t\t\t// Increment the row count\n\t\t\t\trowCount++;\n\t\t\t}\n\t\t}\n\t\trowMatch = rowRegExp.exec(this.parser.source);\n\t}\n\treturn [table];\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/transcludeblock.js": {
"title": "$:/core/modules/parsers/wikiparser/rules/transcludeblock.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/transcludeblock.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text rule for block-level transclusion. For example:\n\n```\n{{MyTiddler}}\n{{MyTiddler||TemplateTitle}}\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"transcludeblock\";\nexports.types = {block: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /\\{\\{([^\\{\\}\\|]*)(?:\\|\\|([^\\|\\{\\}]+))?\\}\\}(?:\\r?\\n|$)/mg;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t// Get the match details\n\tvar template = $tw.utils.trim(this.match[2]),\n\t\ttextRef = $tw.utils.trim(this.match[1]);\n\t// Prepare the transclude widget\n\tvar transcludeNode = {\n\t\t\ttype: \"transclude\",\n\t\t\tattributes: {},\n\t\t\tisBlock: true\n\t\t};\n\t// Prepare the tiddler widget\n\tvar tr, targetTitle, targetField, targetIndex, tiddlerNode;\n\tif(textRef) {\n\t\ttr = $tw.utils.parseTextReference(textRef);\n\t\ttargetTitle = tr.title;\n\t\ttargetField = tr.field;\n\t\ttargetIndex = tr.index;\n\t\ttiddlerNode = {\n\t\t\ttype: \"tiddler\",\n\t\t\tattributes: {\n\t\t\t\ttiddler: {type: \"string\", value: targetTitle}\n\t\t\t},\n\t\t\tisBlock: true,\n\t\t\tchildren: [transcludeNode]\n\t\t};\n\t}\n\tif(template) {\n\t\ttranscludeNode.attributes.tiddler = {type: \"string\", value: template};\n\t\tif(textRef) {\n\t\t\treturn [tiddlerNode];\n\t\t} else {\n\t\t\treturn [transcludeNode];\n\t\t}\n\t} else {\n\t\tif(textRef) {\n\t\t\ttranscludeNode.attributes.tiddler = {type: \"string\", value: targetTitle};\n\t\t\tif(targetField) {\n\t\t\t\ttranscludeNode.attributes.field = {type: \"string\", value: targetField};\n\t\t\t}\n\t\t\tif(targetIndex) {\n\t\t\t\ttranscludeNode.attributes.index = {type: \"string\", value: targetIndex};\n\t\t\t}\n\t\t\treturn [tiddlerNode];\n\t\t} else {\n\t\t\treturn [transcludeNode];\n\t\t}\n\t}\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/transcludeinline.js": {
"title": "$:/core/modules/parsers/wikiparser/rules/transcludeinline.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/transcludeinline.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text rule for inline-level transclusion. For example:\n\n```\n{{MyTiddler}}\n{{MyTiddler||TemplateTitle}}\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"transcludeinline\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /\\{\\{([^\\{\\}\\|]*)(?:\\|\\|([^\\|\\{\\}]+))?\\}\\}/mg;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t// Get the match details\n\tvar template = $tw.utils.trim(this.match[2]),\n\t\ttextRef = $tw.utils.trim(this.match[1]);\n\t// Prepare the transclude widget\n\tvar transcludeNode = {\n\t\t\ttype: \"transclude\",\n\t\t\tattributes: {}\n\t\t};\n\t// Prepare the tiddler widget\n\tvar tr, targetTitle, targetField, targetIndex, tiddlerNode;\n\tif(textRef) {\n\t\ttr = $tw.utils.parseTextReference(textRef);\n\t\ttargetTitle = tr.title;\n\t\ttargetField = tr.field;\n\t\ttargetIndex = tr.index;\n\t\ttiddlerNode = {\n\t\t\ttype: \"tiddler\",\n\t\t\tattributes: {\n\t\t\t\ttiddler: {type: \"string\", value: targetTitle}\n\t\t\t},\n\t\t\tchildren: [transcludeNode]\n\t\t};\n\t}\n\tif(template) {\n\t\ttranscludeNode.attributes.tiddler = {type: \"string\", value: template};\n\t\tif(textRef) {\n\t\t\treturn [tiddlerNode];\n\t\t} else {\n\t\t\treturn [transcludeNode];\n\t\t}\n\t} else {\n\t\tif(textRef) {\n\t\t\ttranscludeNode.attributes.tiddler = {type: \"string\", value: targetTitle};\n\t\t\tif(targetField) {\n\t\t\t\ttranscludeNode.attributes.field = {type: \"string\", value: targetField};\n\t\t\t}\n\t\t\tif(targetIndex) {\n\t\t\t\ttranscludeNode.attributes.index = {type: \"string\", value: targetIndex};\n\t\t\t}\n\t\t\treturn [tiddlerNode];\n\t\t} else {\n\t\t\treturn [transcludeNode];\n\t\t}\n\t}\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/typedblock.js": {
"title": "$:/core/modules/parsers/wikiparser/rules/typedblock.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/typedblock.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text rule for typed blocks. For example:\n\n```\n$$$.js\nThis will be rendered as JavaScript\n$$$\n\n$$$.svg\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"150\" height=\"100\">\n <circle cx=\"100\" cy=\"50\" r=\"40\" stroke=\"black\" stroke-width=\"2\" fill=\"red\" />\n</svg>\n$$$\n\n$$$text/vnd.tiddlywiki>text/html\nThis will be rendered as an //HTML representation// of WikiText\n$$$\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar widget = require(\"$:/core/modules/widgets/widget.js\");\n\nexports.name = \"typedblock\";\nexports.types = {block: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /\\$\\$\\$([^ >\\r\\n]*)(?: *> *([^ \\r\\n]+))?\\r?\\n/mg;\n};\n\nexports.parse = function() {\n\tvar reEnd = /\\r?\\n\\$\\$\\$\\r?(?:\\n|$)/mg;\n\t// Save the type\n\tvar parseType = this.match[1],\n\t\trenderType = this.match[2];\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t// Look for the end of the block\n\treEnd.lastIndex = this.parser.pos;\n\tvar match = reEnd.exec(this.parser.source),\n\t\ttext;\n\t// Process the block\n\tif(match) {\n\t\ttext = this.parser.source.substring(this.parser.pos,match.index);\n\t\tthis.parser.pos = match.index + match[0].length;\n\t} else {\n\t\ttext = this.parser.source.substr(this.parser.pos);\n\t\tthis.parser.pos = this.parser.sourceLength;\n\t}\n\t// Parse the block according to the specified type\n\tvar parser = this.parser.wiki.parseText(parseType,text,{defaultType: \"text/plain\"});\n\t// If there's no render type, just return the parse tree\n\tif(!renderType) {\n\t\treturn parser.tree;\n\t} else {\n\t\t// Otherwise, render to the rendertype and return in a <PRE> tag\n\t\tvar widgetNode = this.parser.wiki.makeWidget(parser),\n\t\t\tcontainer = $tw.fakeDocument.createElement(\"div\");\n\t\twidgetNode.render(container,null);\n\t\ttext = renderType === \"text/html\" ? container.innerHTML : container.textContent;\n\t\treturn [{\n\t\t\ttype: \"element\",\n\t\t\ttag: \"pre\",\n\t\t\tchildren: [{\n\t\t\t\ttype: \"text\",\n\t\t\t\ttext: text\n\t\t\t}]\n\t\t}];\n\t}\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/whitespace.js": {
"title": "$:/core/modules/parsers/wikiparser/rules/whitespace.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/whitespace.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki pragma rule for whitespace specifications\n\n```\n\\whitespace trim\n\\whitespace notrim\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"whitespace\";\nexports.types = {pragma: true};\n\n/*\nInstantiate parse rule\n*/\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /^\\\\whitespace[^\\S\\n]/mg;\n};\n\n/*\nParse the most recent match\n*/\nexports.parse = function() {\n\tvar self = this;\n\t// Move past the pragma invocation\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t// Parse whitespace delimited tokens terminated by a line break\n\tvar reMatch = /[^\\S\\n]*(\\S+)|(\\r?\\n)/mg,\n\t\ttokens = [];\n\treMatch.lastIndex = this.parser.pos;\n\tvar match = reMatch.exec(this.parser.source);\n\twhile(match && match.index === this.parser.pos) {\n\t\tthis.parser.pos = reMatch.lastIndex;\n\t\t// Exit if we've got the line break\n\t\tif(match[2]) {\n\t\t\tbreak;\n\t\t}\n\t\t// Process the token\n\t\tif(match[1]) {\n\t\t\ttokens.push(match[1]);\n\t\t}\n\t\t// Match the next token\n\t\tmatch = reMatch.exec(this.parser.source);\n\t}\n\t// Process the tokens\n\t$tw.utils.each(tokens,function(token) {\n\t\tswitch(token) {\n\t\t\tcase \"trim\":\n\t\t\t\tself.parser.configTrimWhiteSpace = true;\n\t\t\t\tbreak;\n\t\t\tcase \"notrim\":\n\t\t\t\tself.parser.configTrimWhiteSpace = false;\n\t\t\t\tbreak;\n\t\t}\n\t});\n\t// No parse tree nodes to return\n\treturn [];\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/rules/wikilink.js": {
"title": "$:/core/modules/parsers/wikiparser/rules/wikilink.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/wikilink.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for wiki links. For example:\n\n```\nAWikiLink\nAnotherLink\n~SuppressedLink\n```\n\nPrecede a camel case word with `~` to prevent it from being recognised as a link.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"wikilink\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = new RegExp($tw.config.textPrimitives.unWikiLink + \"?\" + $tw.config.textPrimitives.wikiLink,\"mg\");\n};\n\n/*\nParse the most recent match\n*/\nexports.parse = function() {\n\t// Get the details of the match\n\tvar linkText = this.match[0];\n\t// Move past the macro call\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t// If the link starts with the unwikilink character then just output it as plain text\n\tif(linkText.substr(0,1) === $tw.config.textPrimitives.unWikiLink) {\n\t\treturn [{type: \"text\", text: linkText.substr(1)}];\n\t}\n\t// If the link has been preceded with a blocked letter then don't treat it as a link\n\tif(this.match.index > 0) {\n\t\tvar preRegExp = new RegExp($tw.config.textPrimitives.blockPrefixLetters,\"mg\");\n\t\tpreRegExp.lastIndex = this.match.index-1;\n\t\tvar preMatch = preRegExp.exec(this.parser.source);\n\t\tif(preMatch && preMatch.index === this.match.index-1) {\n\t\t\treturn [{type: \"text\", text: linkText}];\n\t\t}\n\t}\n\treturn [{\n\t\ttype: \"link\",\n\t\tattributes: {\n\t\t\tto: {type: \"string\", value: linkText}\n\t\t},\n\t\tchildren: [{\n\t\t\ttype: \"text\",\n\t\t\ttext: linkText\n\t\t}]\n\t}];\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/core/modules/parsers/wikiparser/wikiparser.js": {
"title": "$:/core/modules/parsers/wikiparser/wikiparser.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/wikiparser.js\ntype: application/javascript\nmodule-type: parser\n\nThe wiki text parser processes blocks of source text into a parse tree.\n\nThe parse tree is made up of nested arrays of these JavaScript objects:\n\n\t{type: \"element\", tag: <string>, attributes: {}, children: []} - an HTML element\n\t{type: \"text\", text: <string>} - a text node\n\t{type: \"entity\", value: <string>} - an entity\n\t{type: \"raw\", html: <string>} - raw HTML\n\nAttributes are stored as hashmaps of the following objects:\n\n\t{type: \"string\", value: <string>} - literal string\n\t{type: \"indirect\", textReference: <textReference>} - indirect through a text reference\n\t{type: \"macro\", macro: <TBD>} - indirect through a macro invocation\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar WikiParser = function(type,text,options) {\n\tthis.wiki = options.wiki;\n\tvar self = this;\n\t// Check for an externally linked tiddler\n\tif($tw.browser && (text || \"\") === \"\" && options._canonical_uri) {\n\t\tthis.loadRemoteTiddler(options._canonical_uri);\n\t\ttext = $tw.language.getRawString(\"LazyLoadingWarning\");\n\t}\n\t// Initialise the classes if we don't have them already\n\tif(!this.pragmaRuleClasses) {\n\t\tWikiParser.prototype.pragmaRuleClasses = $tw.modules.createClassesFromModules(\"wikirule\",\"pragma\",$tw.WikiRuleBase);\n\t\tthis.setupRules(WikiParser.prototype.pragmaRuleClasses,\"$:/config/WikiParserRules/Pragmas/\");\n\t}\n\tif(!this.blockRuleClasses) {\n\t\tWikiParser.prototype.blockRuleClasses = $tw.modules.createClassesFromModules(\"wikirule\",\"block\",$tw.WikiRuleBase);\n\t\tthis.setupRules(WikiParser.prototype.blockRuleClasses,\"$:/config/WikiParserRules/Block/\");\n\t}\n\tif(!this.inlineRuleClasses) {\n\t\tWikiParser.prototype.inlineRuleClasses = $tw.modules.createClassesFromModules(\"wikirule\",\"inline\",$tw.WikiRuleBase);\n\t\tthis.setupRules(WikiParser.prototype.inlineRuleClasses,\"$:/config/WikiParserRules/Inline/\");\n\t}\n\t// Save the parse text\n\tthis.type = type || \"text/vnd.tiddlywiki\";\n\tthis.source = text || \"\";\n\tthis.sourceLength = this.source.length;\n\t// Flag for ignoring whitespace\n\tthis.configTrimWhiteSpace = false;\n\t// Set current parse position\n\tthis.pos = 0;\n\t// Instantiate the pragma parse rules\n\tthis.pragmaRules = this.instantiateRules(this.pragmaRuleClasses,\"pragma\",0);\n\t// Instantiate the parser block and inline rules\n\tthis.blockRules = this.instantiateRules(this.blockRuleClasses,\"block\",0);\n\tthis.inlineRules = this.instantiateRules(this.inlineRuleClasses,\"inline\",0);\n\t// Parse any pragmas\n\tthis.tree = [];\n\tvar topBranch = this.parsePragmas();\n\t// Parse the text into inline runs or blocks\n\tif(options.parseAsInline) {\n\t\ttopBranch.push.apply(topBranch,this.parseInlineRun());\n\t} else {\n\t\ttopBranch.push.apply(topBranch,this.parseBlocks());\n\t}\n\t// Return the parse tree\n};\n\n/*\n*/\nWikiParser.prototype.loadRemoteTiddler = function(url) {\n\tvar self = this;\n\t$tw.utils.httpRequest({\n\t\turl: url,\n\t\ttype: \"GET\",\n\t\tcallback: function(err,data) {\n\t\t\tif(!err) {\n\t\t\t\tvar tiddlers = self.wiki.deserializeTiddlers(\".tid\",data,self.wiki.getCreationFields());\n\t\t\t\t$tw.utils.each(tiddlers,function(tiddler) {\n\t\t\t\t\ttiddler[\"_canonical_uri\"] = url;\n\t\t\t\t});\n\t\t\t\tif(tiddlers) {\n\t\t\t\t\tself.wiki.addTiddlers(tiddlers);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t});\n};\n\n/*\n*/\nWikiParser.prototype.setupRules = function(proto,configPrefix) {\n\tvar self = this;\n\tif(!$tw.safemode) {\n\t\t$tw.utils.each(proto,function(object,name) {\n\t\t\tif(self.wiki.getTiddlerText(configPrefix + name,\"enable\") !== \"enable\") {\n\t\t\t\tdelete proto[name];\n\t\t\t}\n\t\t});\n\t}\n};\n\n/*\nInstantiate an array of parse rules\n*/\nWikiParser.prototype.instantiateRules = function(classes,type,startPos) {\n\tvar rulesInfo = [],\n\t\tself = this;\n\t$tw.utils.each(classes,function(RuleClass) {\n\t\t// Instantiate the rule\n\t\tvar rule = new RuleClass(self);\n\t\trule.is = {};\n\t\trule.is[type] = true;\n\t\trule.init(self);\n\t\tvar matchIndex = rule.findNextMatch(startPos);\n\t\tif(matchIndex !== undefined) {\n\t\t\trulesInfo.push({\n\t\t\t\trule: rule,\n\t\t\t\tmatchIndex: matchIndex\n\t\t\t});\n\t\t}\n\t});\n\treturn rulesInfo;\n};\n\n/*\nSkip any whitespace at the current position. Options are:\n\ttreatNewlinesAsNonWhitespace: true if newlines are NOT to be treated as whitespace\n*/\nWikiParser.prototype.skipWhitespace = function(options) {\n\toptions = options || {};\n\tvar whitespaceRegExp = options.treatNewlinesAsNonWhitespace ? /([^\\S\\n]+)/mg : /(\\s+)/mg;\n\twhitespaceRegExp.lastIndex = this.pos;\n\tvar whitespaceMatch = whitespaceRegExp.exec(this.source);\n\tif(whitespaceMatch && whitespaceMatch.index === this.pos) {\n\t\tthis.pos = whitespaceRegExp.lastIndex;\n\t}\n};\n\n/*\nGet the next match out of an array of parse rule instances\n*/\nWikiParser.prototype.findNextMatch = function(rules,startPos) {\n\t// Find the best matching rule by finding the closest match position\n\tvar matchingRule,\n\t\tmatchingRulePos = this.sourceLength;\n\t// Step through each rule\n\tfor(var t=0; t<rules.length; t++) {\n\t\tvar ruleInfo = rules[t];\n\t\t// Ask the rule to get the next match if we've moved past the current one\n\t\tif(ruleInfo.matchIndex !== undefined && ruleInfo.matchIndex < startPos) {\n\t\t\truleInfo.matchIndex = ruleInfo.rule.findNextMatch(startPos);\n\t\t}\n\t\t// Adopt this match if it's closer than the current best match\n\t\tif(ruleInfo.matchIndex !== undefined && ruleInfo.matchIndex <= matchingRulePos) {\n\t\t\tmatchingRule = ruleInfo;\n\t\t\tmatchingRulePos = ruleInfo.matchIndex;\n\t\t}\n\t}\n\treturn matchingRule;\n};\n\n/*\nParse any pragmas at the beginning of a block of parse text\n*/\nWikiParser.prototype.parsePragmas = function() {\n\tvar currentTreeBranch = this.tree;\n\twhile(true) {\n\t\t// Skip whitespace\n\t\tthis.skipWhitespace();\n\t\t// Check for the end of the text\n\t\tif(this.pos >= this.sourceLength) {\n\t\t\tbreak;\n\t\t}\n\t\t// Check if we've arrived at a pragma rule match\n\t\tvar nextMatch = this.findNextMatch(this.pragmaRules,this.pos);\n\t\t// If not, just exit\n\t\tif(!nextMatch || nextMatch.matchIndex !== this.pos) {\n\t\t\tbreak;\n\t\t}\n\t\t// Process the pragma rule\n\t\tvar subTree = nextMatch.rule.parse();\n\t\tif(subTree.length > 0) {\n\t\t\t// Quick hack; we only cope with a single parse tree node being returned, which is true at the moment\n\t\t\tcurrentTreeBranch.push.apply(currentTreeBranch,subTree);\n\t\t\tsubTree[0].children = [];\n\t\t\tcurrentTreeBranch = subTree[0].children;\n\t\t}\n\t}\n\treturn currentTreeBranch;\n};\n\n/*\nParse a block from the current position\n\tterminatorRegExpString: optional regular expression string that identifies the end of plain paragraphs. Must not include capturing parenthesis\n*/\nWikiParser.prototype.parseBlock = function(terminatorRegExpString) {\n\tvar terminatorRegExp = terminatorRegExpString ? new RegExp(\"(\" + terminatorRegExpString + \"|\\\\r?\\\\n\\\\r?\\\\n)\",\"mg\") : /(\\r?\\n\\r?\\n)/mg;\n\tthis.skipWhitespace();\n\tif(this.pos >= this.sourceLength) {\n\t\treturn [];\n\t}\n\t// Look for a block rule that applies at the current position\n\tvar nextMatch = this.findNextMatch(this.blockRules,this.pos);\n\tif(nextMatch && nextMatch.matchIndex === this.pos) {\n\t\treturn nextMatch.rule.parse();\n\t}\n\t// Treat it as a paragraph if we didn't find a block rule\n\treturn [{type: \"element\", tag: \"p\", children: this.parseInlineRun(terminatorRegExp)}];\n};\n\n/*\nParse a series of blocks of text until a terminating regexp is encountered or the end of the text\n\tterminatorRegExpString: terminating regular expression\n*/\nWikiParser.prototype.parseBlocks = function(terminatorRegExpString) {\n\tif(terminatorRegExpString) {\n\t\treturn this.parseBlocksTerminated(terminatorRegExpString);\n\t} else {\n\t\treturn this.parseBlocksUnterminated();\n\t}\n};\n\n/*\nParse a block from the current position to the end of the text\n*/\nWikiParser.prototype.parseBlocksUnterminated = function() {\n\tvar tree = [];\n\twhile(this.pos < this.sourceLength) {\n\t\ttree.push.apply(tree,this.parseBlock());\n\t}\n\treturn tree;\n};\n\n/*\nParse blocks of text until a terminating regexp is encountered\n*/\nWikiParser.prototype.parseBlocksTerminated = function(terminatorRegExpString) {\n\tvar terminatorRegExp = new RegExp(\"(\" + terminatorRegExpString + \")\",\"mg\"),\n\t\ttree = [];\n\t// Skip any whitespace\n\tthis.skipWhitespace();\n\t// Check if we've got the end marker\n\tterminatorRegExp.lastIndex = this.pos;\n\tvar match = terminatorRegExp.exec(this.source);\n\t// Parse the text into blocks\n\twhile(this.pos < this.sourceLength && !(match && match.index === this.pos)) {\n\t\tvar blocks = this.parseBlock(terminatorRegExpString);\n\t\ttree.push.apply(tree,blocks);\n\t\t// Skip any whitespace\n\t\tthis.skipWhitespace();\n\t\t// Check if we've got the end marker\n\t\tterminatorRegExp.lastIndex = this.pos;\n\t\tmatch = terminatorRegExp.exec(this.source);\n\t}\n\tif(match && match.index === this.pos) {\n\t\tthis.pos = match.index + match[0].length;\n\t}\n\treturn tree;\n};\n\n/*\nParse a run of text at the current position\n\tterminatorRegExp: a regexp at which to stop the run\n\toptions: see below\nOptions available:\n\teatTerminator: move the parse position past any encountered terminator (default false)\n*/\nWikiParser.prototype.parseInlineRun = function(terminatorRegExp,options) {\n\tif(terminatorRegExp) {\n\t\treturn this.parseInlineRunTerminated(terminatorRegExp,options);\n\t} else {\n\t\treturn this.parseInlineRunUnterminated(options);\n\t}\n};\n\nWikiParser.prototype.parseInlineRunUnterminated = function(options) {\n\tvar tree = [];\n\t// Find the next occurrence of an inline rule\n\tvar nextMatch = this.findNextMatch(this.inlineRules,this.pos);\n\t// Loop around the matches until we've reached the end of the text\n\twhile(this.pos < this.sourceLength && nextMatch) {\n\t\t// Process the text preceding the run rule\n\t\tif(nextMatch.matchIndex > this.pos) {\n\t\t\tthis.pushTextWidget(tree,this.source.substring(this.pos,nextMatch.matchIndex));\n\t\t\tthis.pos = nextMatch.matchIndex;\n\t\t}\n\t\t// Process the run rule\n\t\ttree.push.apply(tree,nextMatch.rule.parse());\n\t\t// Look for the next run rule\n\t\tnextMatch = this.findNextMatch(this.inlineRules,this.pos);\n\t}\n\t// Process the remaining text\n\tif(this.pos < this.sourceLength) {\n\t\tthis.pushTextWidget(tree,this.source.substr(this.pos));\n\t}\n\tthis.pos = this.sourceLength;\n\treturn tree;\n};\n\nWikiParser.prototype.parseInlineRunTerminated = function(terminatorRegExp,options) {\n\toptions = options || {};\n\tvar tree = [];\n\t// Find the next occurrence of the terminator\n\tterminatorRegExp.lastIndex = this.pos;\n\tvar terminatorMatch = terminatorRegExp.exec(this.source);\n\t// Find the next occurrence of a inlinerule\n\tvar inlineRuleMatch = this.findNextMatch(this.inlineRules,this.pos);\n\t// Loop around until we've reached the end of the text\n\twhile(this.pos < this.sourceLength && (terminatorMatch || inlineRuleMatch)) {\n\t\t// Return if we've found the terminator, and it precedes any inline rule match\n\t\tif(terminatorMatch) {\n\t\t\tif(!inlineRuleMatch || inlineRuleMatch.matchIndex >= terminatorMatch.index) {\n\t\t\t\tif(terminatorMatch.index > this.pos) {\n\t\t\t\t\tthis.pushTextWidget(tree,this.source.substring(this.pos,terminatorMatch.index));\n\t\t\t\t}\n\t\t\t\tthis.pos = terminatorMatch.index;\n\t\t\t\tif(options.eatTerminator) {\n\t\t\t\t\tthis.pos += terminatorMatch[0].length;\n\t\t\t\t}\n\t\t\t\treturn tree;\n\t\t\t}\n\t\t}\n\t\t// Process any inline rule, along with the text preceding it\n\t\tif(inlineRuleMatch) {\n\t\t\t// Preceding text\n\t\t\tif(inlineRuleMatch.matchIndex > this.pos) {\n\t\t\t\tthis.pushTextWidget(tree,this.source.substring(this.pos,inlineRuleMatch.matchIndex));\n\t\t\t\tthis.pos = inlineRuleMatch.matchIndex;\n\t\t\t}\n\t\t\t// Process the inline rule\n\t\t\ttree.push.apply(tree,inlineRuleMatch.rule.parse());\n\t\t\t// Look for the next inline rule\n\t\t\tinlineRuleMatch = this.findNextMatch(this.inlineRules,this.pos);\n\t\t\t// Look for the next terminator match\n\t\t\tterminatorRegExp.lastIndex = this.pos;\n\t\t\tterminatorMatch = terminatorRegExp.exec(this.source);\n\t\t}\n\t}\n\t// Process the remaining text\n\tif(this.pos < this.sourceLength) {\n\t\tthis.pushTextWidget(tree,this.source.substr(this.pos));\n\t}\n\tthis.pos = this.sourceLength;\n\treturn tree;\n};\n\n/*\nPush a text widget onto an array, respecting the configTrimWhiteSpace setting\n*/\nWikiParser.prototype.pushTextWidget = function(array,text) {\n\tif(this.configTrimWhiteSpace) {\n\t\ttext = $tw.utils.trim(text);\n\t}\n\tif(text) {\n\t\tarray.push({type: \"text\", text: text});\t\t\n\t}\n};\n\n/*\nParse zero or more class specifiers `.classname`\n*/\nWikiParser.prototype.parseClasses = function() {\n\tvar classRegExp = /\\.([^\\s\\.]+)/mg,\n\t\tclassNames = [];\n\tclassRegExp.lastIndex = this.pos;\n\tvar match = classRegExp.exec(this.source);\n\twhile(match && match.index === this.pos) {\n\t\tthis.pos = match.index + match[0].length;\n\t\tclassNames.push(match[1]);\n\t\tmatch = classRegExp.exec(this.source);\n\t}\n\treturn classNames;\n};\n\n/*\nAmend the rules used by this instance of the parser\n\ttype: `only` keeps just the named rules, `except` keeps all but the named rules\n\tnames: array of rule names\n*/\nWikiParser.prototype.amendRules = function(type,names) {\n\tnames = names || [];\n\t// Define the filter function\n\tvar keepFilter;\n\tif(type === \"only\") {\n\t\tkeepFilter = function(name) {\n\t\t\treturn names.indexOf(name) !== -1;\n\t\t};\n\t} else if(type === \"except\") {\n\t\tkeepFilter = function(name) {\n\t\t\treturn names.indexOf(name) === -1;\n\t\t};\n\t} else {\n\t\treturn;\n\t}\n\t// Define a function to process each of our rule arrays\n\tvar processRuleArray = function(ruleArray) {\n\t\tfor(var t=ruleArray.length-1; t>=0; t--) {\n\t\t\tif(!keepFilter(ruleArray[t].rule.name)) {\n\t\t\t\truleArray.splice(t,1);\n\t\t\t}\n\t\t}\n\t};\n\t// Process each rule array\n\tprocessRuleArray(this.pragmaRules);\n\tprocessRuleArray(this.blockRules);\n\tprocessRuleArray(this.inlineRules);\n};\n\nexports[\"text/vnd.tiddlywiki\"] = WikiParser;\n\n})();\n\n",
"type": "application/javascript",
"module-type": "parser"
},
"$:/core/modules/parsers/wikiparser/rules/wikirulebase.js": {
"title": "$:/core/modules/parsers/wikiparser/rules/wikirulebase.js",
"text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/wikirulebase.js\ntype: application/javascript\nmodule-type: global\n\nBase class for wiki parser rules\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nThis constructor is always overridden with a blank constructor, and so shouldn't be used\n*/\nvar WikiRuleBase = function() {\n};\n\n/*\nTo be overridden by individual rules\n*/\nWikiRuleBase.prototype.init = function(parser) {\n\tthis.parser = parser;\n};\n\n/*\nDefault implementation of findNextMatch uses RegExp matching\n*/\nWikiRuleBase.prototype.findNextMatch = function(startPos) {\n\tthis.matchRegExp.lastIndex = startPos;\n\tthis.match = this.matchRegExp.exec(this.parser.source);\n\treturn this.match ? this.match.index : undefined;\n};\n\nexports.WikiRuleBase = WikiRuleBase;\n\n})();\n",
"type": "application/javascript",
"module-type": "global"
},
"$:/core/modules/pluginswitcher.js": {
"title": "$:/core/modules/pluginswitcher.js",
"text": "/*\\\ntitle: $:/core/modules/pluginswitcher.js\ntype: application/javascript\nmodule-type: global\n\nManages switching plugins for themes and languages.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\noptions:\nwiki: wiki store to be used\npluginType: type of plugin to be switched\ncontrollerTitle: title of tiddler used to control switching of this resource\ndefaultPlugins: array of default plugins to be used if nominated plugin isn't found\nonSwitch: callback when plugin is switched (single parameter is array of plugin titles)\n*/\nfunction PluginSwitcher(options) {\n\tthis.wiki = options.wiki;\n\tthis.pluginType = options.pluginType;\n\tthis.controllerTitle = options.controllerTitle;\n\tthis.defaultPlugins = options.defaultPlugins || [];\n\tthis.onSwitch = options.onSwitch;\n\t// Switch to the current plugin\n\tthis.switchPlugins();\n\t// Listen for changes to the selected plugin\n\tvar self = this;\n\tthis.wiki.addEventListener(\"change\",function(changes) {\n\t\tif($tw.utils.hop(changes,self.controllerTitle)) {\n\t\t\tself.switchPlugins();\n\t\t}\n\t});\n}\n\nPluginSwitcher.prototype.switchPlugins = function() {\n\t// Get the name of the current theme\n\tvar selectedPluginTitle = this.wiki.getTiddlerText(this.controllerTitle);\n\t// If it doesn't exist, then fallback to one of the default themes\n\tvar index = 0;\n\twhile(!this.wiki.getTiddler(selectedPluginTitle) && index < this.defaultPlugins.length) {\n\t\tselectedPluginTitle = this.defaultPlugins[index++];\n\t}\n\t// Accumulate the titles of the plugins that we need to load\n\tvar plugins = [],\n\t\tself = this,\n\t\taccumulatePlugin = function(title) {\n\t\t\tvar tiddler = self.wiki.getTiddler(title);\n\t\t\tif(tiddler && tiddler.isPlugin() && plugins.indexOf(title) === -1) {\n\t\t\t\tplugins.push(title);\n\t\t\t\tvar pluginInfo = JSON.parse(self.wiki.getTiddlerText(title)),\n\t\t\t\t\tdependents = $tw.utils.parseStringArray(tiddler.fields.dependents || \"\");\n\t\t\t\t$tw.utils.each(dependents,function(title) {\n\t\t\t\t\taccumulatePlugin(title);\n\t\t\t\t});\n\t\t\t}\n\t\t};\n\taccumulatePlugin(selectedPluginTitle);\n\t// Unregister any existing theme tiddlers\n\tvar unregisteredTiddlers = $tw.wiki.unregisterPluginTiddlers(this.pluginType);\n\t// Register any new theme tiddlers\n\tvar registeredTiddlers = $tw.wiki.registerPluginTiddlers(this.pluginType,plugins);\n\t// Unpack the current theme tiddlers\n\t$tw.wiki.unpackPluginTiddlers();\n\t// Call the switch handler\n\tif(this.onSwitch) {\n\t\tthis.onSwitch(plugins);\n\t}\n};\n\nexports.PluginSwitcher = PluginSwitcher;\n\n})();\n",
"type": "application/javascript",
"module-type": "global"
},
"$:/core/modules/saver-handler.js": {
"title": "$:/core/modules/saver-handler.js",
"text": "/*\\\ntitle: $:/core/modules/saver-handler.js\ntype: application/javascript\nmodule-type: global\n\nThe saver handler tracks changes to the store and handles saving the entire wiki via saver modules.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nInstantiate the saver handler with the following options:\nwiki: wiki to be synced\ndirtyTracking: true if dirty tracking should be performed\n*/\nfunction SaverHandler(options) {\n\tvar self = this;\n\tthis.wiki = options.wiki;\n\tthis.dirtyTracking = options.dirtyTracking;\n\tthis.preloadDirty = options.preloadDirty || [];\n\tthis.pendingAutoSave = false;\n\t// Make a logger\n\tthis.logger = new $tw.utils.Logger(\"saver-handler\");\n\t// Initialise our savers\n\tif($tw.browser) {\n\t\tthis.initSavers();\n\t}\n\t// Only do dirty tracking if required\n\tif($tw.browser && this.dirtyTracking) {\n\t\t// Compile the dirty tiddler filter\n\t\tthis.filterFn = this.wiki.compileFilter(this.wiki.getTiddlerText(this.titleSyncFilter));\n\t\t// Count of changes that have not yet been saved\n\t\tvar filteredChanges = self.filterFn.call(self.wiki,function(iterator) {\n\t\t\t\t$tw.utils.each(self.preloadDirty,function(title) {\n\t\t\t\t\tvar tiddler = self.wiki.getTiddler(title);\n\t\t\t\t\titerator(tiddler,title);\n\t\t\t\t});\n\t\t});\n\t\tthis.numChanges = filteredChanges.length;\n\t\t// Listen out for changes to tiddlers\n\t\tthis.wiki.addEventListener(\"change\",function(changes) {\n\t\t\t// Filter the changes so that we only count changes to tiddlers that we care about\n\t\t\tvar filteredChanges = self.filterFn.call(self.wiki,function(iterator) {\n\t\t\t\t$tw.utils.each(changes,function(change,title) {\n\t\t\t\t\tvar tiddler = self.wiki.getTiddler(title);\n\t\t\t\t\titerator(tiddler,title);\n\t\t\t\t});\n\t\t\t});\n\t\t\t// Adjust the number of changes\n\t\t\tself.numChanges += filteredChanges.length;\n\t\t\tself.updateDirtyStatus();\n\t\t\t// Do any autosave if one is pending and there's no more change events\n\t\t\tif(self.pendingAutoSave && self.wiki.getSizeOfTiddlerEventQueue() === 0) {\n\t\t\t\t// Check if we're dirty\n\t\t\t\tif(self.numChanges > 0) {\n\t\t\t\t\tself.saveWiki({\n\t\t\t\t\t\tmethod: \"autosave\",\n\t\t\t\t\t\tdownloadType: \"text/plain\"\n\t\t\t\t\t});\n\t\t\t\t}\n\t\t\t\tself.pendingAutoSave = false;\n\t\t\t}\n\t\t});\n\t\t// Listen for the autosave event\n\t\t$tw.rootWidget.addEventListener(\"tm-auto-save-wiki\",function(event) {\n\t\t\t// Do the autosave unless there are outstanding tiddler change events\n\t\t\tif(self.wiki.getSizeOfTiddlerEventQueue() === 0) {\n\t\t\t\t// Check if we're dirty\n\t\t\t\tif(self.numChanges > 0) {\n\t\t\t\t\tself.saveWiki({\n\t\t\t\t\t\tmethod: \"autosave\",\n\t\t\t\t\t\tdownloadType: \"text/plain\"\n\t\t\t\t\t});\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\t// Otherwise put ourselves in the \"pending autosave\" state and wait for the change event before we do the autosave\n\t\t\t\tself.pendingAutoSave = true;\n\t\t\t}\n\t\t});\n\t\t// Set up our beforeunload handler\n\t\t$tw.addUnloadTask(function(event) {\n\t\t\tvar confirmationMessage;\n\t\t\tif(self.isDirty()) {\n\t\t\t\tconfirmationMessage = $tw.language.getString(\"UnsavedChangesWarning\");\n\t\t\t\tevent.returnValue = confirmationMessage; // Gecko\n\t\t\t}\n\t\t\treturn confirmationMessage;\n\t\t});\n\t}\n\t// Install the save action handlers\n\tif($tw.browser) {\n\t\t$tw.rootWidget.addEventListener(\"tm-save-wiki\",function(event) {\n\t\t\tself.saveWiki({\n\t\t\t\ttemplate: event.param,\n\t\t\t\tdownloadType: \"text/plain\",\n\t\t\t\tvariables: event.paramObject\n\t\t\t});\n\t\t});\n\t\t$tw.rootWidget.addEventListener(\"tm-download-file\",function(event) {\n\t\t\tself.saveWiki({\n\t\t\t\tmethod: \"download\",\n\t\t\t\ttemplate: event.param,\n\t\t\t\tdownloadType: \"text/plain\",\n\t\t\t\tvariables: event.paramObject\n\t\t\t});\n\t\t});\n\t}\n}\n\nSaverHandler.prototype.titleSyncFilter = \"$:/config/SaverFilter\";\nSaverHandler.prototype.titleAutoSave = \"$:/config/AutoSave\";\nSaverHandler.prototype.titleSavedNotification = \"$:/language/Notifications/Save/Done\";\n\n/*\nSelect the appropriate saver modules and set them up\n*/\nSaverHandler.prototype.initSavers = function(moduleType) {\n\tmoduleType = moduleType || \"saver\";\n\t// Instantiate the available savers\n\tthis.savers = [];\n\tvar self = this;\n\t$tw.modules.forEachModuleOfType(moduleType,function(title,module) {\n\t\tif(module.canSave(self)) {\n\t\t\tself.savers.push(module.create(self.wiki));\n\t\t}\n\t});\n\t// Sort the savers into priority order\n\tthis.savers.sort(function(a,b) {\n\t\tif(a.info.priority < b.info.priority) {\n\t\t\treturn -1;\n\t\t} else {\n\t\t\tif(a.info.priority > b.info.priority) {\n\t\t\t\treturn +1;\n\t\t\t} else {\n\t\t\t\treturn 0;\n\t\t\t}\n\t\t}\n\t});\n};\n\n/*\nSave the wiki contents. Options are:\n\tmethod: \"save\", \"autosave\" or \"download\"\n\ttemplate: the tiddler containing the template to save\n\tdownloadType: the content type for the saved file\n*/\nSaverHandler.prototype.saveWiki = function(options) {\n\toptions = options || {};\n\tvar self = this,\n\t\tmethod = options.method || \"save\";\n\t// Ignore autosave if disabled\n\tif(method === \"autosave\" && this.wiki.getTiddlerText(this.titleAutoSave,\"yes\") !== \"yes\") {\n\t\treturn false;\n\t}\n\tvar\tvariables = options.variables || {},\n\t\ttemplate = options.template || \"$:/core/save/all\",\n\t\tdownloadType = options.downloadType || \"text/plain\",\n\t\ttext = this.wiki.renderTiddler(downloadType,template,options),\n\t\tcallback = function(err) {\n\t\t\tif(err) {\n\t\t\t\talert($tw.language.getString(\"Error/WhileSaving\") + \":\\n\\n\" + err);\n\t\t\t} else {\n\t\t\t\t// Clear the task queue if we're saving (rather than downloading)\n\t\t\t\tif(method !== \"download\") {\n\t\t\t\t\tself.numChanges = 0;\n\t\t\t\t\tself.updateDirtyStatus();\n\t\t\t\t}\n\t\t\t\t$tw.notifier.display(self.titleSavedNotification);\n\t\t\t\tif(options.callback) {\n\t\t\t\t\toptions.callback();\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\t// Call the highest priority saver that supports this method\n\tfor(var t=this.savers.length-1; t>=0; t--) {\n\t\tvar saver = this.savers[t];\n\t\tif(saver.info.capabilities.indexOf(method) !== -1 && saver.save(text,method,callback,{variables: {filename: variables.filename}})) {\n\t\t\tthis.logger.log(\"Saving wiki with method\",method,\"through saver\",saver.info.name);\n\t\t\treturn true;\n\t\t}\n\t}\n\treturn false;\n};\n\n/*\nChecks whether the wiki is dirty (ie the window shouldn't be closed)\n*/\nSaverHandler.prototype.isDirty = function() {\n\treturn this.numChanges > 0;\n};\n\n/*\nUpdate the document body with the class \"tc-dirty\" if the wiki has unsaved/unsynced changes\n*/\nSaverHandler.prototype.updateDirtyStatus = function() {\n\tif($tw.browser) {\n\t\t$tw.utils.toggleClass(document.body,\"tc-dirty\",this.isDirty());\n\t}\n};\n\nexports.SaverHandler = SaverHandler;\n\n})();\n",
"type": "application/javascript",
"module-type": "global"
},
"$:/core/modules/savers/andtidwiki.js": {
"title": "$:/core/modules/savers/andtidwiki.js",
"text": "/*\\\ntitle: $:/core/modules/savers/andtidwiki.js\ntype: application/javascript\nmodule-type: saver\n\nHandles saving changes via the AndTidWiki Android app\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false, netscape: false, Components: false */\n\"use strict\";\n\nvar AndTidWiki = function(wiki) {\n};\n\nAndTidWiki.prototype.save = function(text,method,callback) {\n\t// Get the pathname of this document\n\tvar pathname = decodeURIComponent(document.location.toString().split(\"#\")[0]);\n\t// Strip the file://\n\tif(pathname.indexOf(\"file://\") === 0) {\n\t\tpathname = pathname.substr(7);\n\t}\n\t// Strip any query or location part\n\tvar p = pathname.indexOf(\"?\");\n\tif(p !== -1) {\n\t\tpathname = pathname.substr(0,p);\n\t}\n\tp = pathname.indexOf(\"#\");\n\tif(p !== -1) {\n\t\tpathname = pathname.substr(0,p);\n\t}\n\t// Save the file\n\twindow.twi.saveFile(pathname,text);\n\t// Call the callback\n\tcallback(null);\n\treturn true;\n};\n\n/*\nInformation about this saver\n*/\nAndTidWiki.prototype.info = {\n\tname: \"andtidwiki\",\n\tpriority: 1600,\n\tcapabilities: [\"save\", \"autosave\"]\n};\n\n/*\nStatic method that returns true if this saver is capable of working\n*/\nexports.canSave = function(wiki) {\n\treturn !!window.twi && !!window.twi.saveFile;\n};\n\n/*\nCreate an instance of this saver\n*/\nexports.create = function(wiki) {\n\treturn new AndTidWiki(wiki);\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "saver"
},
"$:/core/modules/savers/beaker.js": {
"title": "$:/core/modules/savers/beaker.js",
"text": "/*\\\ntitle: $:/core/modules/savers/beaker.js\ntype: application/javascript\nmodule-type: saver\n\nSaves files using the Beaker browser's (https://beakerbrowser.com) Dat protocol (https://datproject.org/)\nCompatible with beaker >= V0.7.2\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nSet up the saver\n*/\nvar BeakerSaver = function(wiki) {\n\tthis.wiki = wiki;\n};\n\nBeakerSaver.prototype.save = function(text,method,callback) {\n\tvar dat = new DatArchive(\"\" + window.location),\n\t\tpathname = (\"\" + window.location.pathname).split(\"#\")[0];\n\tdat.stat(pathname).then(function(value) {\n\t\tif(value.isDirectory()) {\n\t\t\tpathname = pathname + \"/index.html\";\n\t\t}\n\t\tdat.writeFile(pathname,text,\"utf8\").then(function(value) {\n\t\t\tcallback(null);\n\t\t},function(reason) {\n\t\t\tcallback(\"Beaker Saver Write Error: \" + reason);\n\t\t});\n\t},function(reason) {\n\t\tcallback(\"Beaker Saver Stat Error: \" + reason);\n\t});\n\treturn true;\n};\n\n/*\nInformation about this saver\n*/\nBeakerSaver.prototype.info = {\n\tname: \"beaker\",\n\tpriority: 3000,\n\tcapabilities: [\"save\", \"autosave\"]\n};\n\n/*\nStatic method that returns true if this saver is capable of working\n*/\nexports.canSave = function(wiki) {\n\treturn !!window.DatArchive && location.protocol===\"dat:\";\n};\n\n/*\nCreate an instance of this saver\n*/\nexports.create = function(wiki) {\n\treturn new BeakerSaver(wiki);\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "saver"
},
"$:/core/modules/savers/download.js": {
"title": "$:/core/modules/savers/download.js",
"text": "/*\\\ntitle: $:/core/modules/savers/download.js\ntype: application/javascript\nmodule-type: saver\n\nHandles saving changes via HTML5's download APIs\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nSelect the appropriate saver module and set it up\n*/\nvar DownloadSaver = function(wiki) {\n};\n\nDownloadSaver.prototype.save = function(text,method,callback,options) {\n\toptions = options || {};\n\t// Get the current filename\n\tvar filename = options.variables.filename;\n\tif(!filename) {\n\t\tvar p = document.location.pathname.lastIndexOf(\"/\");\n\t\tif(p !== -1) {\n\t\t\t// We decode the pathname because document.location is URL encoded by the browser\n\t\t\tfilename = decodeURIComponent(document.location.pathname.substr(p+1));\n\t\t}\n\t}\n\tif(!filename) {\n\t\tfilename = \"tiddlywiki.html\";\n\t}\n\t// Set up the link\n\tvar link = document.createElement(\"a\");\n\tif(Blob !== undefined) {\n\t\tvar blob = new Blob([text], {type: \"text/html\"});\n\t\tlink.setAttribute(\"href\", URL.createObjectURL(blob));\n\t} else {\n\t\tlink.setAttribute(\"href\",\"data:text/html,\" + encodeURIComponent(text));\n\t}\n\tlink.setAttribute(\"download\",filename);\n\tdocument.body.appendChild(link);\n\tlink.click();\n\tdocument.body.removeChild(link);\n\t// Callback that we succeeded\n\tcallback(null);\n\treturn true;\n};\n\n/*\nInformation about this saver\n*/\nDownloadSaver.prototype.info = {\n\tname: \"download\",\n\tpriority: 100\n};\n\nObject.defineProperty(DownloadSaver.prototype.info, \"capabilities\", {\n\tget: function() {\n\t\tvar capabilities = [\"save\", \"download\"];\n\t\tif(($tw.wiki.getTextReference(\"$:/config/DownloadSaver/AutoSave\") || \"\").toLowerCase() === \"yes\") {\n\t\t\tcapabilities.push(\"autosave\");\n\t\t}\n\t\treturn capabilities;\n\t}\n});\n\n/*\nStatic method that returns true if this saver is capable of working\n*/\nexports.canSave = function(wiki) {\n\treturn document.createElement(\"a\").download !== undefined;\n};\n\n/*\nCreate an instance of this saver\n*/\nexports.create = function(wiki) {\n\treturn new DownloadSaver(wiki);\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "saver"
},
"$:/core/modules/savers/fsosaver.js": {
"title": "$:/core/modules/savers/fsosaver.js",
"text": "/*\\\ntitle: $:/core/modules/savers/fsosaver.js\ntype: application/javascript\nmodule-type: saver\n\nHandles saving changes via MS FileSystemObject ActiveXObject\n\nNote: Since TiddlyWiki's markup contains the MOTW, the FileSystemObject normally won't be available. \nHowever, if the wiki is loaded as an .HTA file (Windows HTML Applications) then the FSO can be used.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nSelect the appropriate saver module and set it up\n*/\nvar FSOSaver = function(wiki) {\n};\n\nFSOSaver.prototype.save = function(text,method,callback) {\n\t// Get the pathname of this document\n\tvar pathname = unescape(document.location.pathname);\n\t// Test for a Windows path of the form /x:\\blah...\n\tif(/^\\/[A-Z]\\:\\\\[^\\\\]+/i.test(pathname)) {\t// ie: ^/[a-z]:/[^/]+\n\t\t// Remove the leading slash\n\t\tpathname = pathname.substr(1);\n\t} else if(document.location.hostname !== \"\" && /^\\/\\\\[^\\\\]+\\\\[^\\\\]+/i.test(pathname)) {\t// test for \\\\server\\share\\blah... - ^/[^/]+/[^/]+\n\t\t// Remove the leading slash\n\t\tpathname = pathname.substr(1);\n\t\t// reconstruct UNC path\n\t\tpathname = \"\\\\\\\\\" + document.location.hostname + pathname;\n\t} else {\n\t\treturn false;\n\t}\n\t// Save the file (as UTF-16)\n\tvar fso = new ActiveXObject(\"Scripting.FileSystemObject\");\n\tvar file = fso.OpenTextFile(pathname,2,-1,-1);\n\tfile.Write(text);\n\tfile.Close();\n\t// Callback that we succeeded\n\tcallback(null);\n\treturn true;\n};\n\n/*\nInformation about this saver\n*/\nFSOSaver.prototype.info = {\n\tname: \"FSOSaver\",\n\tpriority: 120,\n\tcapabilities: [\"save\", \"autosave\"]\n};\n\n/*\nStatic method that returns true if this saver is capable of working\n*/\nexports.canSave = function(wiki) {\n\ttry {\n\t\treturn (window.location.protocol === \"file:\") && !!(new ActiveXObject(\"Scripting.FileSystemObject\"));\n\t} catch(e) { return false; }\n};\n\n/*\nCreate an instance of this saver\n*/\nexports.create = function(wiki) {\n\treturn new FSOSaver(wiki);\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "saver"
},
"$:/core/modules/savers/github.js": {
"title": "$:/core/modules/savers/github.js",
"text": "/*\\\ntitle: $:/core/modules/savers/github.js\ntype: application/javascript\nmodule-type: saver\n\nSaves wiki by pushing a commit to the GitHub v3 REST API\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nSelect the appropriate saver module and set it up\n*/\nvar GitHubSaver = function(wiki) {\n\tthis.wiki = wiki;\n};\n\nGitHubSaver.prototype.save = function(text,method,callback) {\n\tvar self = this,\n\t\tusername = this.wiki.getTiddlerText(\"$:/GitHub/Username\"),\n\t\tpassword = $tw.utils.getPassword(\"github\"),\n\t\trepo = this.wiki.getTiddlerText(\"$:/GitHub/Repo\"),\n\t\tpath = this.wiki.getTiddlerText(\"$:/GitHub/Path\"),\n\t\tfilename = this.wiki.getTiddlerText(\"$:/GitHub/Filename\"),\n\t\tbranch = this.wiki.getTiddlerText(\"$:/GitHub/Branch\") || \"master\",\n\t\tendpoint = this.wiki.getTiddlerText(\"$:/GitHub/ServerURL\") || \"https://api.github.com\",\n\t\theaders = {\n\t\t\t\"Accept\": \"application/vnd.github.v3+json\",\n\t\t\t\"Content-Type\": \"application/json;charset=UTF-8\",\n\t\t\t\"Authorization\": \"Basic \" + window.btoa(username + \":\" + password)\n\t\t};\n\t// Bail if we don't have everything we need\n\tif(!username || !password || !repo || !path || !filename) {\n\t\treturn false;\n\t}\n\t// Make sure the path start and ends with a slash\n\tif(path.substring(0,1) !== \"/\") {\n\t\tpath = \"/\" + path;\n\t}\n\tif(path.substring(path.length - 1) !== \"/\") {\n\t\tpath = path + \"/\";\n\t}\n\t// Compose the base URI\n\tvar uri = endpoint + \"/repos/\" + repo + \"/contents\" + path;\n\t// Perform a get request to get the details (inc shas) of files in the same path as our file\n\t$tw.utils.httpRequest({\n\t\turl: uri,\n\t\ttype: \"GET\",\n\t\theaders: headers,\n\t\tdata: {\n\t\t\tref: branch\n\t\t},\n\t\tcallback: function(err,getResponseDataJson,xhr) {\n\t\t\tvar getResponseData,sha = \"\";\n\t\t\tif(err && xhr.status !== 404) {\n\t\t\t\treturn callback(err);\n\t\t\t}\n\t\t\tif(xhr.status !== 404) {\n\t\t\t\tgetResponseData = JSON.parse(getResponseDataJson);\n\t\t\t\t$tw.utils.each(getResponseData,function(details) {\n\t\t\t\t\tif(details.name === filename) {\n\t\t\t\t\t\tsha = details.sha;\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t}\n\t\t\tvar data = {\n\t\t\t\tmessage: $tw.language.getRawString(\"ControlPanel/Saving/GitService/CommitMessage\"),\n\t\t\t\tcontent: $tw.utils.base64Encode(text),\n\t\t\t\tbranch: branch,\n\t\t\t\tsha: sha\n\t\t\t};\n\t\t\t// Perform a PUT request to save the file\n\t\t\t$tw.utils.httpRequest({\n\t\t\t\turl: uri + filename,\n\t\t\t\ttype: \"PUT\",\n\t\t\t\theaders: headers,\n\t\t\t\tdata: JSON.stringify(data),\n\t\t\t\tcallback: function(err,putResponseDataJson,xhr) {\n\t\t\t\t\tif(err) {\n\t\t\t\t\t\treturn callback(err);\n\t\t\t\t\t}\n\t\t\t\t\tvar putResponseData = JSON.parse(putResponseDataJson);\n\t\t\t\t\tcallback(null);\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\t});\n\treturn true;\n};\n\n/*\nInformation about this saver\n*/\nGitHubSaver.prototype.info = {\n\tname: \"github\",\n\tpriority: 2000,\n\tcapabilities: [\"save\", \"autosave\"]\n};\n\n/*\nStatic method that returns true if this saver is capable of working\n*/\nexports.canSave = function(wiki) {\n\treturn true;\n};\n\n/*\nCreate an instance of this saver\n*/\nexports.create = function(wiki) {\n\treturn new GitHubSaver(wiki);\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "saver"
},
"$:/core/modules/savers/gitlab.js": {
"title": "$:/core/modules/savers/gitlab.js",
"text": "/*\\\ntitle: $:/core/modules/savers/gitlab.js\ntype: application/javascript\nmodule-type: saver\n\nSaves wiki by pushing a commit to the GitLab REST API\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: true */\n\"use strict\";\n\n/*\nSelect the appropriate saver module and set it up\n*/\nvar GitLabSaver = function(wiki) {\n\tthis.wiki = wiki;\n};\n\nGitLabSaver.prototype.save = function(text,method,callback) {\n\t/* See https://docs.gitlab.com/ee/api/repository_files.html */\n\tvar self = this,\n\t\tusername = this.wiki.getTiddlerText(\"$:/GitLab/Username\"),\n\t\tpassword = $tw.utils.getPassword(\"gitlab\"),\n\t\trepo = this.wiki.getTiddlerText(\"$:/GitLab/Repo\"),\n\t\tpath = this.wiki.getTiddlerText(\"$:/GitLab/Path\"),\n\t\tfilename = this.wiki.getTiddlerText(\"$:/GitLab/Filename\"),\n\t\tbranch = this.wiki.getTiddlerText(\"$:/GitLab/Branch\") || \"master\",\n\t\tendpoint = this.wiki.getTiddlerText(\"$:/GitLab/ServerURL\") || \"https://gitlab.com/api/v4\",\n\t\theaders = {\n\t\t\t\"Content-Type\": \"application/json;charset=UTF-8\",\n\t\t\t\"Private-Token\": password\n\t\t};\n\t// Bail if we don't have everything we need\n\tif(!username || !password || !repo || !path || !filename) {\n\t\treturn false;\n\t}\n\t// Make sure the path start and ends with a slash\n\tif(path.substring(0,1) !== \"/\") {\n\t\tpath = \"/\" + path;\n\t}\n\tif(path.substring(path.length - 1) !== \"/\") {\n\t\tpath = path + \"/\";\n\t}\n\t// Compose the base URI\n\tvar uri = endpoint + \"/projects/\" + encodeURIComponent(repo) + \"/repository/\";\n\t// Perform a get request to get the details (inc shas) of files in the same path as our file\n\t$tw.utils.httpRequest({\n\t\turl: uri + \"tree/\" + encodeURIComponent(path.replace(/^\\/+|\\/$/g, '')),\n\t\ttype: \"GET\",\n\t\theaders: headers,\n\t\tdata: {\n\t\t\tref: branch\n\t\t},\n\t\tcallback: function(err,getResponseDataJson,xhr) {\n\t\t\tvar getResponseData,sha = \"\";\n\t\t\tif(err && xhr.status !== 404) {\n\t\t\t\treturn callback(err);\n\t\t\t}\n\t\t\tvar requestType = \"POST\";\n\t\t\tif(xhr.status !== 404) {\n\t\t\t\tgetResponseData = JSON.parse(getResponseDataJson);\n\t\t\t\t$tw.utils.each(getResponseData,function(details) {\n\t\t\t\t\tif(details.name === filename) {\n\t\t\t\t\t\trequestType = \"PUT\";\n\t\t\t\t\t\tsha = details.sha;\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t}\n\t\t\tvar data = {\n\t\t\t\tcommit_message: $tw.language.getRawString(\"ControlPanel/Saving/GitService/CommitMessage\"),\n\t\t\t\tcontent: text,\n\t\t\t\tbranch: branch,\n\t\t\t\tsha: sha\n\t\t\t};\n\t\t\t// Perform a request to save the file\n\t\t\t$tw.utils.httpRequest({\n\t\t\t\turl: uri + \"files/\" + encodeURIComponent(path.replace(/^\\/+/, '') + filename),\n\t\t\t\ttype: requestType,\n\t\t\t\theaders: headers,\n\t\t\t\tdata: JSON.stringify(data),\n\t\t\t\tcallback: function(err,putResponseDataJson,xhr) {\n\t\t\t\t\tif(err) {\n\t\t\t\t\t\treturn callback(err);\n\t\t\t\t\t}\n\t\t\t\t\tvar putResponseData = JSON.parse(putResponseDataJson);\n\t\t\t\t\tcallback(null);\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\t});\n\treturn true;\n};\n\n/*\nInformation about this saver\n*/\nGitLabSaver.prototype.info = {\n\tname: \"gitlab\",\n\tpriority: 2000,\n\tcapabilities: [\"save\", \"autosave\"]\n};\n\n/*\nStatic method that returns true if this saver is capable of working\n*/\nexports.canSave = function(wiki) {\n\treturn true;\n};\n\n/*\nCreate an instance of this saver\n*/\nexports.create = function(wiki) {\n\treturn new GitLabSaver(wiki);\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "saver"
},
"$:/core/modules/savers/manualdownload.js": {
"title": "$:/core/modules/savers/manualdownload.js",
"text": "/*\\\ntitle: $:/core/modules/savers/manualdownload.js\ntype: application/javascript\nmodule-type: saver\n\nHandles saving changes via HTML5's download APIs\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Title of the tiddler containing the download message\nvar downloadInstructionsTitle = \"$:/language/Modals/Download\";\n\n/*\nSelect the appropriate saver module and set it up\n*/\nvar ManualDownloadSaver = function(wiki) {\n};\n\nManualDownloadSaver.prototype.save = function(text,method,callback) {\n\t$tw.modal.display(downloadInstructionsTitle,{\n\t\tdownloadLink: \"data:text/html,\" + encodeURIComponent(text)\n\t});\n\t// Callback that we succeeded\n\tcallback(null);\n\treturn true;\n};\n\n/*\nInformation about this saver\n*/\nManualDownloadSaver.prototype.info = {\n\tname: \"manualdownload\",\n\tpriority: 0,\n\tcapabilities: [\"save\", \"download\"]\n};\n\n/*\nStatic method that returns true if this saver is capable of working\n*/\nexports.canSave = function(wiki) {\n\treturn true;\n};\n\n/*\nCreate an instance of this saver\n*/\nexports.create = function(wiki) {\n\treturn new ManualDownloadSaver(wiki);\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "saver"
},
"$:/core/modules/savers/msdownload.js": {
"title": "$:/core/modules/savers/msdownload.js",
"text": "/*\\\ntitle: $:/core/modules/savers/msdownload.js\ntype: application/javascript\nmodule-type: saver\n\nHandles saving changes via window.navigator.msSaveBlob()\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nSelect the appropriate saver module and set it up\n*/\nvar MsDownloadSaver = function(wiki) {\n};\n\nMsDownloadSaver.prototype.save = function(text,method,callback) {\n\t// Get the current filename\n\tvar filename = \"tiddlywiki.html\",\n\t\tp = document.location.pathname.lastIndexOf(\"/\");\n\tif(p !== -1) {\n\t\tfilename = document.location.pathname.substr(p+1);\n\t}\n\t// Set up the link\n\tvar blob = new Blob([text], {type: \"text/html\"});\n\twindow.navigator.msSaveBlob(blob,filename);\n\t// Callback that we succeeded\n\tcallback(null);\n\treturn true;\n};\n\n/*\nInformation about this saver\n*/\nMsDownloadSaver.prototype.info = {\n\tname: \"msdownload\",\n\tpriority: 110,\n\tcapabilities: [\"save\", \"download\"]\n};\n\n/*\nStatic method that returns true if this saver is capable of working\n*/\nexports.canSave = function(wiki) {\n\treturn !!window.navigator.msSaveBlob;\n};\n\n/*\nCreate an instance of this saver\n*/\nexports.create = function(wiki) {\n\treturn new MsDownloadSaver(wiki);\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "saver"
},
"$:/core/modules/savers/put.js": {
"title": "$:/core/modules/savers/put.js",
"text": "/*\\\ntitle: $:/core/modules/savers/put.js\ntype: application/javascript\nmodule-type: saver\n\nSaves wiki by performing a PUT request to the server\n\nWorks with any server which accepts a PUT request\nto the current URL, such as a WebDAV server.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nRetrieve ETag if available\n*/\nvar retrieveETag = function(self) {\n\tvar headers = {\n\t\tAccept: \"*/*;charset=UTF-8\"\n\t};\n\t$tw.utils.httpRequest({\n\t\turl: self.uri(),\n\t\ttype: \"HEAD\",\n\t\theaders: headers,\n\t\tcallback: function(err,data,xhr) {\n\t\t\tif(err) {\n\t\t\t\treturn;\n\t\t\t}\n\t\t\tvar etag = xhr.getResponseHeader(\"ETag\");\n\t\t\tif(!etag) {\n\t\t\t\treturn;\n\t\t\t}\n\t\t\tself.etag = etag.replace(/^W\\//,\"\");\n\t\t}\n\t});\n};\n\n\n/*\nSelect the appropriate saver module and set it up\n*/\nvar PutSaver = function(wiki) {\n\tthis.wiki = wiki;\n\tvar self = this;\n\tvar uri = this.uri();\n\t// Async server probe. Until probe finishes, save will fail fast\n\t// See also https://github.com/Jermolene/TiddlyWiki5/issues/2276\n\t$tw.utils.httpRequest({\n\t\turl: uri,\n\t\ttype: \"OPTIONS\",\n\t\tcallback: function(err,data,xhr) {\n\t\t\t// Check DAV header http://www.webdav.org/specs/rfc2518.html#rfc.section.9.1\n\t\t\tif(!err) {\n\t\t\t\tself.serverAcceptsPuts = xhr.status === 200 && !!xhr.getResponseHeader(\"dav\");\n\t\t\t}\n\t\t}\n\t});\n\tretrieveETag(this);\n};\n\nPutSaver.prototype.uri = function() {\n\treturn document.location.toString().split(\"#\")[0];\n};\n\n// TODO: in case of edit conflict\n// Prompt: Do you want to save over this? Y/N\n// Merging would be ideal, and may be possible using future generic merge flow\nPutSaver.prototype.save = function(text,method,callback) {\n\tif(!this.serverAcceptsPuts) {\n\t\treturn false;\n\t}\n\tvar self = this;\n\tvar headers = {\n\t\t\"Content-Type\": \"text/html;charset=UTF-8\"\n\t};\n\tif(this.etag) {\n\t\theaders[\"If-Match\"] = this.etag;\n\t}\n\t$tw.utils.httpRequest({\n\t\turl: this.uri(),\n\t\ttype: \"PUT\",\n\t\theaders: headers,\n\t\tdata: text,\n\t\tcallback: function(err,data,xhr) {\n\t\t\tif(err) {\n\t\t\t\t// response is textual: \"XMLHttpRequest error code: 412\"\n\t\t\t\tvar status = Number(err.substring(err.indexOf(':') + 2, err.length))\n\t\t\t\tif(status === 412) { // edit conflict\n\t\t\t\t\tvar message = $tw.language.getString(\"Error/EditConflict\");\n\t\t\t\t\tcallback(message);\n\t\t\t\t} else {\n\t\t\t\t\tcallback(err); // fail\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tself.etag = xhr.getResponseHeader(\"ETag\");\n\t\t\t\tif(self.etag == null) {\n\t\t\t\t\tretrieveETag(self);\n\t\t\t\t}\n\t\t\t\tcallback(null); // success\n\t\t\t}\n\t\t}\n\t});\n\treturn true;\n};\n\n/*\nInformation about this saver\n*/\nPutSaver.prototype.info = {\n\tname: \"put\",\n\tpriority: 2000,\n\tcapabilities: [\"save\",\"autosave\"]\n};\n\n/*\nStatic method that returns true if this saver is capable of working\n*/\nexports.canSave = function(wiki) {\n\treturn /^https?:/.test(location.protocol);\n};\n\n/*\nCreate an instance of this saver\n*/\nexports.create = function(wiki) {\n\treturn new PutSaver(wiki);\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "saver"
},
"$:/core/modules/savers/tiddlyfox.js": {
"title": "$:/core/modules/savers/tiddlyfox.js",
"text": "/*\\\ntitle: $:/core/modules/savers/tiddlyfox.js\ntype: application/javascript\nmodule-type: saver\n\nHandles saving changes via the TiddlyFox file extension\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false, netscape: false, Components: false */\n\"use strict\";\n\nvar TiddlyFoxSaver = function(wiki) {\n};\n\nTiddlyFoxSaver.prototype.save = function(text,method,callback) {\n\tvar messageBox = document.getElementById(\"tiddlyfox-message-box\");\n\tif(messageBox) {\n\t\t// Get the pathname of this document\n\t\tvar pathname = document.location.toString().split(\"#\")[0];\n\t\t// Replace file://localhost/ with file:///\n\t\tif(pathname.indexOf(\"file://localhost/\") === 0) {\n\t\t\tpathname = \"file://\" + pathname.substr(16);\n\t\t}\n\t\t// Windows path file:///x:/blah/blah --> x:\\blah\\blah\n\t\tif(/^file\\:\\/\\/\\/[A-Z]\\:\\//i.test(pathname)) {\n\t\t\t// Remove the leading slash and convert slashes to backslashes\n\t\t\tpathname = pathname.substr(8).replace(/\\//g,\"\\\\\");\n\t\t// Firefox Windows network path file://///server/share/blah/blah --> //server/share/blah/blah\n\t\t} else if(pathname.indexOf(\"file://///\") === 0) {\n\t\t\tpathname = \"\\\\\\\\\" + unescape(pathname.substr(10)).replace(/\\//g,\"\\\\\");\n\t\t// Mac/Unix local path file:///path/path --> /path/path\n\t\t} else if(pathname.indexOf(\"file:///\") === 0) {\n\t\t\tpathname = unescape(pathname.substr(7));\n\t\t// Mac/Unix local path file:/path/path --> /path/path\n\t\t} else if(pathname.indexOf(\"file:/\") === 0) {\n\t\t\tpathname = unescape(pathname.substr(5));\n\t\t// Otherwise Windows networth path file://server/share/path/path --> \\\\server\\share\\path\\path\n\t\t} else {\n\t\t\tpathname = \"\\\\\\\\\" + unescape(pathname.substr(7)).replace(new RegExp(\"/\",\"g\"),\"\\\\\");\n\t\t}\n\t\t// Create the message element and put it in the message box\n\t\tvar message = document.createElement(\"div\");\n\t\tmessage.setAttribute(\"data-tiddlyfox-path\",decodeURIComponent(pathname));\n\t\tmessage.setAttribute(\"data-tiddlyfox-content\",text);\n\t\tmessageBox.appendChild(message);\n\t\t// Add an event handler for when the file has been saved\n\t\tmessage.addEventListener(\"tiddlyfox-have-saved-file\",function(event) {\n\t\t\tcallback(null);\n\t\t}, false);\n\t\t// Create and dispatch the custom event to the extension\n\t\tvar event = document.createEvent(\"Events\");\n\t\tevent.initEvent(\"tiddlyfox-save-file\",true,false);\n\t\tmessage.dispatchEvent(event);\n\t\treturn true;\n\t} else {\n\t\treturn false;\n\t}\n};\n\n/*\nInformation about this saver\n*/\nTiddlyFoxSaver.prototype.info = {\n\tname: \"tiddlyfox\",\n\tpriority: 1500,\n\tcapabilities: [\"save\", \"autosave\"]\n};\n\n/*\nStatic method that returns true if this saver is capable of working\n*/\nexports.canSave = function(wiki) {\n\treturn true;\n};\n\n/*\nCreate an instance of this saver\n*/\nexports.create = function(wiki) {\n\treturn new TiddlyFoxSaver(wiki);\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "saver"
},
"$:/core/modules/savers/tiddlyie.js": {
"title": "$:/core/modules/savers/tiddlyie.js",
"text": "/*\\\ntitle: $:/core/modules/savers/tiddlyie.js\ntype: application/javascript\nmodule-type: saver\n\nHandles saving changes via Internet Explorer BHO extenion (TiddlyIE)\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nSelect the appropriate saver module and set it up\n*/\nvar TiddlyIESaver = function(wiki) {\n};\n\nTiddlyIESaver.prototype.save = function(text,method,callback) {\n\t// Check existence of TiddlyIE BHO extension (note: only works after document is complete)\n\tif(typeof(window.TiddlyIE) != \"undefined\") {\n\t\t// Get the pathname of this document\n\t\tvar pathname = unescape(document.location.pathname);\n\t\t// Test for a Windows path of the form /x:/blah...\n\t\tif(/^\\/[A-Z]\\:\\/[^\\/]+/i.test(pathname)) {\t// ie: ^/[a-z]:/[^/]+ (is this better?: ^/[a-z]:/[^/]+(/[^/]+)*\\.[^/]+ )\n\t\t\t// Remove the leading slash\n\t\t\tpathname = pathname.substr(1);\n\t\t\t// Convert slashes to backslashes\n\t\t\tpathname = pathname.replace(/\\//g,\"\\\\\");\n\t\t} else if(document.hostname !== \"\" && /^\\/[^\\/]+\\/[^\\/]+/i.test(pathname)) {\t// test for \\\\server\\share\\blah... - ^/[^/]+/[^/]+\n\t\t\t// Convert slashes to backslashes\n\t\t\tpathname = pathname.replace(/\\//g,\"\\\\\");\n\t\t\t// reconstruct UNC path\n\t\t\tpathname = \"\\\\\\\\\" + document.location.hostname + pathname;\n\t\t} else return false;\n\t\t// Prompt the user to save the file\n\t\twindow.TiddlyIE.save(pathname, text);\n\t\t// Callback that we succeeded\n\t\tcallback(null);\n\t\treturn true;\n\t} else {\n\t\treturn false;\n\t}\n};\n\n/*\nInformation about this saver\n*/\nTiddlyIESaver.prototype.info = {\n\tname: \"tiddlyiesaver\",\n\tpriority: 1500,\n\tcapabilities: [\"save\"]\n};\n\n/*\nStatic method that returns true if this saver is capable of working\n*/\nexports.canSave = function(wiki) {\n\treturn (window.location.protocol === \"file:\");\n};\n\n/*\nCreate an instance of this saver\n*/\nexports.create = function(wiki) {\n\treturn new TiddlyIESaver(wiki);\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "saver"
},
"$:/core/modules/savers/twedit.js": {
"title": "$:/core/modules/savers/twedit.js",
"text": "/*\\\ntitle: $:/core/modules/savers/twedit.js\ntype: application/javascript\nmodule-type: saver\n\nHandles saving changes via the TWEdit iOS app\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false, netscape: false, Components: false */\n\"use strict\";\n\nvar TWEditSaver = function(wiki) {\n};\n\nTWEditSaver.prototype.save = function(text,method,callback) {\n\t// Bail if we're not running under TWEdit\n\tif(typeof DeviceInfo !== \"object\") {\n\t\treturn false;\n\t}\n\t// Get the pathname of this document\n\tvar pathname = decodeURIComponent(document.location.pathname);\n\t// Strip any query or location part\n\tvar p = pathname.indexOf(\"?\");\n\tif(p !== -1) {\n\t\tpathname = pathname.substr(0,p);\n\t}\n\tp = pathname.indexOf(\"#\");\n\tif(p !== -1) {\n\t\tpathname = pathname.substr(0,p);\n\t}\n\t// Remove the leading \"/Documents\" from path\n\tvar prefix = \"/Documents\";\n\tif(pathname.indexOf(prefix) === 0) {\n\t\tpathname = pathname.substr(prefix.length);\n\t}\n\t// Error handler\n\tvar errorHandler = function(event) {\n\t\t// Error\n\t\tcallback($tw.language.getString(\"Error/SavingToTWEdit\") + \": \" + event.target.error.code);\n\t};\n\t// Get the file system\n\twindow.requestFileSystem(LocalFileSystem.PERSISTENT,0,function(fileSystem) {\n\t\t// Now we've got the filesystem, get the fileEntry\n\t\tfileSystem.root.getFile(pathname, {create: true}, function(fileEntry) {\n\t\t\t// Now we've got the fileEntry, create the writer\n\t\t\tfileEntry.createWriter(function(writer) {\n\t\t\t\twriter.onerror = errorHandler;\n\t\t\t\twriter.onwrite = function() {\n\t\t\t\t\tcallback(null);\n\t\t\t\t};\n\t\t\t\twriter.position = 0;\n\t\t\t\twriter.write(text);\n\t\t\t},errorHandler);\n\t\t}, errorHandler);\n\t}, errorHandler);\n\treturn true;\n};\n\n/*\nInformation about this saver\n*/\nTWEditSaver.prototype.info = {\n\tname: \"twedit\",\n\tpriority: 1600,\n\tcapabilities: [\"save\", \"autosave\"]\n};\n\n/*\nStatic method that returns true if this saver is capable of working\n*/\nexports.canSave = function(wiki) {\n\treturn true;\n};\n\n/*\nCreate an instance of this saver\n*/\nexports.create = function(wiki) {\n\treturn new TWEditSaver(wiki);\n};\n\n/////////////////////////// Hack\n// HACK: This ensures that TWEdit recognises us as a TiddlyWiki document\nif($tw.browser) {\n\twindow.version = {title: \"TiddlyWiki\"};\n}\n\n})();\n",
"type": "application/javascript",
"module-type": "saver"
},
"$:/core/modules/savers/upload.js": {
"title": "$:/core/modules/savers/upload.js",
"text": "/*\\\ntitle: $:/core/modules/savers/upload.js\ntype: application/javascript\nmodule-type: saver\n\nHandles saving changes via upload to a server.\n\nDesigned to be compatible with BidiX's UploadPlugin at http://tiddlywiki.bidix.info/#UploadPlugin\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nSelect the appropriate saver module and set it up\n*/\nvar UploadSaver = function(wiki) {\n\tthis.wiki = wiki;\n};\n\nUploadSaver.prototype.save = function(text,method,callback) {\n\t// Get the various parameters we need\n\tvar backupDir = this.wiki.getTextReference(\"$:/UploadBackupDir\") || \".\",\n\t\tusername = this.wiki.getTextReference(\"$:/UploadName\"),\n\t\tpassword = $tw.utils.getPassword(\"upload\"),\n\t\tuploadDir = this.wiki.getTextReference(\"$:/UploadDir\") || \".\",\n\t\tuploadFilename = this.wiki.getTextReference(\"$:/UploadFilename\") || \"index.html\",\n\t\turl = this.wiki.getTextReference(\"$:/UploadURL\");\n\t// Bail out if we don't have the bits we need\n\tif(!username || username.toString().trim() === \"\" || !password || password.toString().trim() === \"\") {\n\t\treturn false;\n\t}\n\t// Construct the url if not provided\n\tif(!url) {\n\t\turl = \"http://\" + username + \".tiddlyspot.com/store.cgi\";\n\t}\n\t// Assemble the header\n\tvar boundary = \"---------------------------\" + \"AaB03x\";\t\n\tvar uploadFormName = \"UploadPlugin\";\n\tvar head = [];\n\thead.push(\"--\" + boundary + \"\\r\\nContent-disposition: form-data; name=\\\"UploadPlugin\\\"\\r\\n\");\n\thead.push(\"backupDir=\" + backupDir + \";user=\" + username + \";password=\" + password + \";uploaddir=\" + uploadDir + \";;\"); \n\thead.push(\"\\r\\n\" + \"--\" + boundary);\n\thead.push(\"Content-disposition: form-data; name=\\\"userfile\\\"; filename=\\\"\" + uploadFilename + \"\\\"\");\n\thead.push(\"Content-Type: text/html;charset=UTF-8\");\n\thead.push(\"Content-Length: \" + text.length + \"\\r\\n\");\n\thead.push(\"\");\n\t// Assemble the tail and the data itself\n\tvar tail = \"\\r\\n--\" + boundary + \"--\\r\\n\",\n\t\tdata = head.join(\"\\r\\n\") + text + tail;\n\t// Do the HTTP post\n\tvar http = new XMLHttpRequest();\n\thttp.open(\"POST\",url,true,username,password);\n\thttp.setRequestHeader(\"Content-Type\",\"multipart/form-data; charset=UTF-8; boundary=\" + boundary);\n\thttp.onreadystatechange = function() {\n\t\tif(http.readyState == 4 && http.status == 200) {\n\t\t\tif(http.responseText.substr(0,4) === \"0 - \") {\n\t\t\t\tcallback(null);\n\t\t\t} else {\n\t\t\t\tcallback(http.responseText);\n\t\t\t}\n\t\t}\n\t};\n\ttry {\n\t\thttp.send(data);\n\t} catch(ex) {\n\t\treturn callback($tw.language.getString(\"Error/Caption\") + \":\" + ex);\n\t}\n\t$tw.notifier.display(\"$:/language/Notifications/Save/Starting\");\n\treturn true;\n};\n\n/*\nInformation about this saver\n*/\nUploadSaver.prototype.info = {\n\tname: \"upload\",\n\tpriority: 2000,\n\tcapabilities: [\"save\", \"autosave\"]\n};\n\n/*\nStatic method that returns true if this saver is capable of working\n*/\nexports.canSave = function(wiki) {\n\treturn true;\n};\n\n/*\nCreate an instance of this saver\n*/\nexports.create = function(wiki) {\n\treturn new UploadSaver(wiki);\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "saver"
},
"$:/core/modules/server/authenticators/basic.js": {
"title": "$:/core/modules/server/authenticators/basic.js",
"text": "/*\\\ntitle: $:/core/modules/server/authenticators/basic.js\ntype: application/javascript\nmodule-type: authenticator\n\nAuthenticator for WWW basic authentication\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nif($tw.node) {\n\tvar util = require(\"util\"),\n\t\tfs = require(\"fs\"),\n\t\turl = require(\"url\"),\n\t\tpath = require(\"path\");\n}\n\nfunction BasicAuthenticator(server) {\n\tthis.server = server;\n\tthis.credentialsData = [];\n}\n\n/*\nReturns true if the authenticator is active, false if it is inactive, or a string if there is an error\n*/\nBasicAuthenticator.prototype.init = function() {\n\t// Read the credentials data\n\tthis.credentialsFilepath = this.server.get(\"credentials\");\n\tif(this.credentialsFilepath) {\n\t\tvar resolveCredentialsFilepath = path.resolve($tw.boot.wikiPath,this.credentialsFilepath);\n\t\tif(fs.existsSync(resolveCredentialsFilepath) && !fs.statSync(resolveCredentialsFilepath).isDirectory()) {\n\t\t\tvar credentialsText = fs.readFileSync(resolveCredentialsFilepath,\"utf8\"),\n\t\t\t\tcredentialsData = $tw.utils.parseCsvStringWithHeader(credentialsText);\n\t\t\tif(typeof credentialsData === \"string\") {\n\t\t\t\treturn \"Error: \" + credentialsData + \" reading credentials from '\" + resolveCredentialsFilepath + \"'\";\n\t\t\t} else {\n\t\t\t\tthis.credentialsData = credentialsData;\n\t\t\t}\n\t\t} else {\n\t\t\treturn \"Error: Unable to load user credentials from '\" + resolveCredentialsFilepath + \"'\";\n\t\t}\n\t}\n\t// Add the hardcoded username and password if specified\n\tif(this.server.get(\"username\") && this.server.get(\"password\")) {\n\t\tthis.credentialsData = this.credentialsData || [];\n\t\tthis.credentialsData.push({\n\t\t\tusername: this.server.get(\"username\"),\n\t\t\tpassword: this.server.get(\"password\")\n\t\t});\n\t}\n\treturn this.credentialsData.length > 0;\n};\n\n/*\nReturns true if the request is authenticated and assigns the \"authenticatedUsername\" state variable.\nReturns false if the request couldn't be authenticated having sent an appropriate response to the browser\n*/\nBasicAuthenticator.prototype.authenticateRequest = function(request,response,state) {\n\t// Extract the incoming username and password from the request\n\tvar header = request.headers.authorization || \"\";\n\tif(!header && state.allowAnon) {\n\t\t// If there's no header and anonymous access is allowed then we don't set authenticatedUsername\n\t\treturn true;\n\t}\n\tvar token = header.split(/\\s+/).pop() || \"\",\n\t\tauth = $tw.utils.base64Decode(token),\n\t\tparts = auth.split(/:/),\n\t\tincomingUsername = parts[0],\n\t\tincomingPassword = parts[1];\n\t// Check that at least one of the credentials matches\n\tvar matchingCredentials = this.credentialsData.find(function(credential) {\n\t\treturn credential.username === incomingUsername && credential.password === incomingPassword;\n\t});\n\tif(matchingCredentials) {\n\t\t// If so, add the authenticated username to the request state\n\t\tstate.authenticatedUsername = incomingUsername;\n\t\treturn true;\n\t} else {\n\t\t// If not, return an authentication challenge\n\t\tresponse.writeHead(401,\"Authentication required\",{\n\t\t\t\"WWW-Authenticate\": 'Basic realm=\"Please provide your username and password to login to ' + state.server.servername + '\"'\n\t\t});\n\t\tresponse.end();\n\t\treturn false;\n\t}\n};\n\nexports.AuthenticatorClass = BasicAuthenticator;\n\n})();\n",
"type": "application/javascript",
"module-type": "authenticator"
},
"$:/core/modules/server/authenticators/header.js": {
"title": "$:/core/modules/server/authenticators/header.js",
"text": "/*\\\ntitle: $:/core/modules/server/authenticators/header.js\ntype: application/javascript\nmodule-type: authenticator\n\nAuthenticator for trusted header authentication\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nfunction HeaderAuthenticator(server) {\n\tthis.server = server;\n\tthis.header = server.get(\"authenticated-user-header\");\n}\n\n/*\nReturns true if the authenticator is active, false if it is inactive, or a string if there is an error\n*/\nHeaderAuthenticator.prototype.init = function() {\n\treturn !!this.header;\n};\n\n/*\nReturns true if the request is authenticated and assigns the \"authenticatedUsername\" state variable.\nReturns false if the request couldn't be authenticated having sent an appropriate response to the browser\n*/\nHeaderAuthenticator.prototype.authenticateRequest = function(request,response,state) {\n\t// Otherwise, authenticate as the username in the specified header\n\tvar username = request.headers[this.header];\n\tif(!username && !state.allowAnon) {\n\t\tresponse.writeHead(401,\"Authorization header required to login to '\" + state.server.servername + \"'\");\n\t\tresponse.end();\n\t\treturn false;\n\t} else {\n\t\t// authenticatedUsername will be undefined for anonymous users\n\t\tstate.authenticatedUsername = username;\n\t\treturn true;\n\t}\n};\n\nexports.AuthenticatorClass = HeaderAuthenticator;\n\n})();\n",
"type": "application/javascript",
"module-type": "authenticator"
},
"$:/core/modules/server/routes/delete-tiddler.js": {
"title": "$:/core/modules/server/routes/delete-tiddler.js",
"text": "/*\\\ntitle: $:/core/modules/server/routes/delete-tiddler.js\ntype: application/javascript\nmodule-type: route\n\nDELETE /recipes/default/tiddlers/:title\n\n\\*/\n(function() {\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.method = \"DELETE\";\n\nexports.path = /^\\/bags\\/default\\/tiddlers\\/(.+)$/;\n\nexports.handler = function(request,response,state) {\n\tvar title = decodeURIComponent(state.params[0]);\n\tstate.wiki.deleteTiddler(title);\n\tresponse.writeHead(204, \"OK\", {\n\t\t\"Content-Type\": \"text/plain\"\n\t});\n\tresponse.end();\n};\n\n}());\n",
"type": "application/javascript",
"module-type": "route"
},
"$:/core/modules/server/routes/get-favicon.js": {
"title": "$:/core/modules/server/routes/get-favicon.js",
"text": "/*\\\ntitle: $:/core/modules/server/routes/get-favicon.js\ntype: application/javascript\nmodule-type: route\n\nGET /favicon.ico\n\n\\*/\n(function() {\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.method = \"GET\";\n\nexports.path = /^\\/favicon.ico$/;\n\nexports.handler = function(request,response,state) {\n\tresponse.writeHead(200, {\"Content-Type\": \"image/x-icon\"});\n\tvar buffer = state.wiki.getTiddlerText(\"$:/favicon.ico\",\"\");\n\tresponse.end(buffer,\"base64\");\n};\n\n}());\n",
"type": "application/javascript",
"module-type": "route"
},
"$:/core/modules/server/routes/get-file.js": {
"title": "$:/core/modules/server/routes/get-file.js",
"text": "/*\\\ntitle: $:/core/modules/server/routes/get-file.js\ntype: application/javascript\nmodule-type: route\n\nGET /files/:filepath\n\n\\*/\n(function() {\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.method = \"GET\";\n\nexports.path = /^\\/files\\/(.+)$/;\n\nexports.handler = function(request,response,state) {\n\tvar path = require(\"path\"),\n\t\tfs = require(\"fs\"),\n\t\tutil = require(\"util\");\n\tvar filename = path.resolve($tw.boot.wikiPath,\"files\",decodeURIComponent(state.params[0])),\n\t\textension = path.extname(filename);\n\tfs.readFile(filename,function(err,content) {\n\t\tvar status,content,type = \"text/plain\";\n\t\tif(err) {\n\t\t\tif(err.code === \"ENOENT\") {\n\t\t\t\tstatus = 404;\n\t\t\t\tcontent = \"File '\" + filename + \"' not found\";\n\t\t\t} else if(err.code === \"EACCES\") {\n\t\t\t\tstatus = 403;\n\t\t\t\tcontent = \"You do not have permission to access the file '\" + filename + \"'\";\n\t\t\t} else {\n\t\t\t\tstatus = 500;\n\t\t\t\tcontent = err.toString();\n\t\t\t}\n\t\t} else {\n\t\t\tstatus = 200;\n\t\t\tcontent = content;\n\t\t\ttype = ($tw.config.fileExtensionInfo[extension] ? $tw.config.fileExtensionInfo[extension].type : \"application/octet-stream\");\n\t\t}\n\t\tresponse.writeHead(status,{\n\t\t\t\"Content-Type\": type\n\t\t});\n\t\tresponse.end(content);\n\t});\n};\n\n}());\n",
"type": "application/javascript",
"module-type": "route"
},
"$:/core/modules/server/routes/get-index.js": {
"title": "$:/core/modules/server/routes/get-index.js",
"text": "/*\\\ntitle: $:/core/modules/server/routes/get-index.js\ntype: application/javascript\nmodule-type: route\n\nGET /\n\n\\*/\n(function() {\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar zlib = require(\"zlib\");\n\nexports.method = \"GET\";\n\nexports.path = /^\\/$/;\n\nexports.handler = function(request,response,state) {\n\tvar acceptEncoding = request.headers[\"accept-encoding\"];\n\tif(!acceptEncoding) {\n\t\tacceptEncoding = \"\";\n\t}\n\tvar text = state.wiki.renderTiddler(state.server.get(\"root-render-type\"),state.server.get(\"root-tiddler\")),\n\t\tresponseHeaders = {\n\t\t\"Content-Type\": state.server.get(\"root-serve-type\")\n\t};\n\t/*\n\tIf the gzip=yes flag for `listen` is set, check if the user agent permits\n\tcompression. If so, compress our response. Note that we use the synchronous\n\tfunctions from zlib to stay in the imperative style. The current `Server`\n\tdoesn't depend on this, and we may just as well use the async versions.\n\t*/\n\tif(state.server.enableGzip) {\n\t\tif (/\\bdeflate\\b/.test(acceptEncoding)) {\n\t\t\tresponseHeaders[\"Content-Encoding\"] = \"deflate\";\n\t\t\ttext = zlib.deflateSync(text);\n\t\t} else if (/\\bgzip\\b/.test(acceptEncoding)) {\n\t\t\tresponseHeaders[\"Content-Encoding\"] = \"gzip\";\n\t\t\ttext = zlib.gzipSync(text);\n\t\t}\n\t}\n\tresponse.writeHead(200,responseHeaders);\n\tresponse.end(text);\n};\n\n}());\n",
"type": "application/javascript",
"module-type": "route"
},
"$:/core/modules/server/routes/get-login-basic.js": {
"title": "$:/core/modules/server/routes/get-login-basic.js",
"text": "/*\\\ntitle: $:/core/modules/server/routes/get-login-basic.js\ntype: application/javascript\nmodule-type: route\n\nGET /login-basic -- force a Basic Authentication challenge\n\n\\*/\n(function() {\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.method = \"GET\";\n\nexports.path = /^\\/login-basic$/;\n\nexports.handler = function(request,response,state) {\n\tif(!state.authenticatedUsername) {\n\t\t// Challenge if there's no username\n\t\tresponse.writeHead(401,{\n\t\t\t\"WWW-Authenticate\": 'Basic realm=\"Please provide your username and password to login to ' + state.server.servername + '\"'\n\t\t});\n\t\tresponse.end();\t\t\n\t} else {\n\t\t// Redirect to the root wiki if login worked\n\t\tresponse.writeHead(302,{\n\t\t\tLocation: \"/\"\n\t\t});\n\t\tresponse.end();\n\t}\n};\n\n}());\n",
"type": "application/javascript",
"module-type": "route"
},
"$:/core/modules/server/routes/get-status.js": {
"title": "$:/core/modules/server/routes/get-status.js",
"text": "/*\\\ntitle: $:/core/modules/server/routes/get-status.js\ntype: application/javascript\nmodule-type: route\n\nGET /status\n\n\\*/\n(function() {\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.method = \"GET\";\n\nexports.path = /^\\/status$/;\n\nexports.handler = function(request,response,state) {\n\tresponse.writeHead(200, {\"Content-Type\": \"application/json\"});\n\tvar text = JSON.stringify({\n\t\tusername: state.authenticatedUsername || state.server.get(\"anon-username\") || \"\",\n\t\tanonymous: !state.authenticatedUsername,\n\t\tread_only: !state.server.isAuthorized(\"writers\",state.authenticatedUsername),\n\t\tspace: {\n\t\t\trecipe: \"default\"\n\t\t},\n\t\ttiddlywiki_version: $tw.version\n\t});\n\tresponse.end(text,\"utf8\");\n};\n\n}());\n",
"type": "application/javascript",
"module-type": "route"
},
"$:/core/modules/server/routes/get-tiddler-html.js": {
"title": "$:/core/modules/server/routes/get-tiddler-html.js",
"text": "/*\\\ntitle: $:/core/modules/server/routes/get-tiddler-html.js\ntype: application/javascript\nmodule-type: route\n\nGET /:title\n\n\\*/\n(function() {\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.method = \"GET\";\n\nexports.path = /^\\/([^\\/]+)$/;\n\nexports.handler = function(request,response,state) {\n\tvar title = decodeURIComponent(state.params[0]),\n\t\ttiddler = state.wiki.getTiddler(title);\n\tif(tiddler) {\n\t\tvar renderType = tiddler.getFieldString(\"_render_type\"),\n\t\t\trenderTemplate = tiddler.getFieldString(\"_render_template\");\n\t\t// Tiddler fields '_render_type' and '_render_template' overwrite\n\t\t// system wide settings for render type and template\n\t\tif(state.wiki.isSystemTiddler(title)) {\n\t\t\trenderType = renderType || state.server.get(\"system-tiddler-render-type\");\n\t\t\trenderTemplate = renderTemplate || state.server.get(\"system-tiddler-render-template\");\n\t\t} else {\n\t\t\trenderType = renderType || state.server.get(\"tiddler-render-type\");\n\t\t\trenderTemplate = renderTemplate || state.server.get(\"tiddler-render-template\");\n\t\t}\n\t\tvar text = state.wiki.renderTiddler(renderType,renderTemplate,{parseAsInline: true, variables: {currentTiddler: title}});\n\t\t// Naughty not to set a content-type, but it's the easiest way to ensure the browser will see HTML pages as HTML, and accept plain text tiddlers as CSS or JS\n\t\tresponse.writeHead(200);\n\t\tresponse.end(text,\"utf8\");\n\t} else {\n\t\tresponse.writeHead(404);\n\t\tresponse.end();\n\t}\n};\n\n}());\n",
"type": "application/javascript",
"module-type": "route"
},
"$:/core/modules/server/routes/get-tiddler.js": {
"title": "$:/core/modules/server/routes/get-tiddler.js",
"text": "/*\\\ntitle: $:/core/modules/server/routes/get-tiddler.js\ntype: application/javascript\nmodule-type: route\n\nGET /recipes/default/tiddlers/:title\n\n\\*/\n(function() {\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.method = \"GET\";\n\nexports.path = /^\\/recipes\\/default\\/tiddlers\\/(.+)$/;\n\nexports.handler = function(request,response,state) {\n\tvar title = decodeURIComponent(state.params[0]),\n\t\ttiddler = state.wiki.getTiddler(title),\n\t\ttiddlerFields = {},\n\t\tknownFields = [\n\t\t\t\"bag\", \"created\", \"creator\", \"modified\", \"modifier\", \"permissions\", \"recipe\", \"revision\", \"tags\", \"text\", \"title\", \"type\", \"uri\"\n\t\t];\n\tif(tiddler) {\n\t\t$tw.utils.each(tiddler.fields,function(field,name) {\n\t\t\tvar value = tiddler.getFieldString(name);\n\t\t\tif(knownFields.indexOf(name) !== -1) {\n\t\t\t\ttiddlerFields[name] = value;\n\t\t\t} else {\n\t\t\t\ttiddlerFields.fields = tiddlerFields.fields || {};\n\t\t\t\ttiddlerFields.fields[name] = value;\n\t\t\t}\n\t\t});\n\t\ttiddlerFields.revision = state.wiki.getChangeCount(title);\n\t\ttiddlerFields.type = tiddlerFields.type || \"text/vnd.tiddlywiki\";\n\t\tresponse.writeHead(200, {\"Content-Type\": \"application/json\"});\n\t\tresponse.end(JSON.stringify(tiddlerFields),\"utf8\");\n\t} else {\n\t\tresponse.writeHead(404);\n\t\tresponse.end();\n\t}\n};\n\n}());\n",
"type": "application/javascript",
"module-type": "route"
},
"$:/core/modules/server/routes/get-tiddlers-json.js": {
"title": "$:/core/modules/server/routes/get-tiddlers-json.js",
"text": "/*\\\ntitle: $:/core/modules/server/routes/get-tiddlers-json.js\ntype: application/javascript\nmodule-type: route\n\nGET /recipes/default/tiddlers/tiddlers.json\n\n\\*/\n(function() {\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.method = \"GET\";\n\nexports.path = /^\\/recipes\\/default\\/tiddlers.json$/;\n\nexports.handler = function(request,response,state) {\n\tresponse.writeHead(200, {\"Content-Type\": \"application/json\"});\n\tvar tiddlers = [];\n\tstate.wiki.forEachTiddler({sortField: \"title\"},function(title,tiddler) {\n\t\tvar tiddlerFields = {};\n\t\t$tw.utils.each(tiddler.fields,function(field,name) {\n\t\t\tif(name !== \"text\") {\n\t\t\t\ttiddlerFields[name] = tiddler.getFieldString(name);\n\t\t\t}\n\t\t});\n\t\ttiddlerFields.revision = state.wiki.getChangeCount(title);\n\t\ttiddlerFields.type = tiddlerFields.type || \"text/vnd.tiddlywiki\";\n\t\ttiddlers.push(tiddlerFields);\n\t});\n\tvar text = JSON.stringify(tiddlers);\n\tresponse.end(text,\"utf8\");\n};\n\n}());\n",
"type": "application/javascript",
"module-type": "route"
},
"$:/core/modules/server/routes/put-tiddler.js": {
"title": "$:/core/modules/server/routes/put-tiddler.js",
"text": "/*\\\ntitle: $:/core/modules/server/routes/put-tiddler.js\ntype: application/javascript\nmodule-type: route\n\nPUT /recipes/default/tiddlers/:title\n\n\\*/\n(function() {\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.method = \"PUT\";\n\nexports.path = /^\\/recipes\\/default\\/tiddlers\\/(.+)$/;\n\nexports.handler = function(request,response,state) {\n\tvar title = decodeURIComponent(state.params[0]),\n\tfields = JSON.parse(state.data);\n\t// Pull up any subfields in the `fields` object\n\tif(fields.fields) {\n\t\t$tw.utils.each(fields.fields,function(field,name) {\n\t\t\tfields[name] = field;\n\t\t});\n\t\tdelete fields.fields;\n\t}\n\t// Remove any revision field\n\tif(fields.revision) {\n\t\tdelete fields.revision;\n\t}\n\tstate.wiki.addTiddler(new $tw.Tiddler(state.wiki.getCreationFields(),fields,{title: title},state.wiki.getModificationFields()));\n\tvar changeCount = state.wiki.getChangeCount(title).toString();\n\tresponse.writeHead(204, \"OK\",{\n\t\tEtag: \"\\\"default/\" + encodeURIComponent(title) + \"/\" + changeCount + \":\\\"\",\n\t\t\"Content-Type\": \"text/plain\"\n\t});\n\tresponse.end();\n};\n\n}());\n",
"type": "application/javascript",
"module-type": "route"
},
"$:/core/modules/server/server.js": {
"title": "$:/core/modules/server/server.js",
"text": "/*\\\ntitle: $:/core/modules/server/server.js\ntype: application/javascript\nmodule-type: library\n\nServe tiddlers over http\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nif($tw.node) {\n\tvar util = require(\"util\"),\n\t\tfs = require(\"fs\"),\n\t\turl = require(\"url\"),\n\t\tpath = require(\"path\");\n}\n\n/*\nA simple HTTP server with regexp-based routes\noptions: variables - optional hashmap of variables to set (a misnomer - they are really constant parameters)\n\t\t routes - optional array of routes to use\n\t\t wiki - reference to wiki object\n*/\nfunction Server(options) {\n\tvar self = this;\n\tthis.routes = options.routes || [];\n\tthis.authenticators = options.authenticators || [];\n\tthis.wiki = options.wiki;\n\tthis.servername = $tw.utils.transliterateToSafeASCII(this.wiki.getTiddlerText(\"$:/SiteTitle\") || \"TiddlyWiki5\");\n\t// Initialise the variables\n\tthis.variables = $tw.utils.extend({},this.defaultVariables);\n\tif(options.variables) {\n\t\tfor(var variable in options.variables) {\n\t\t\tif(options.variables[variable]) {\n\t\t\t\tthis.variables[variable] = options.variables[variable];\n\t\t\t}\n\t\t}\t\t\n\t}\n\t$tw.utils.extend({},this.defaultVariables,options.variables);\n\t// Initialise CSRF\n\tthis.csrfDisable = this.get(\"csrf-disable\") === \"yes\";\n\t// Initialize Gzip compression\n\tthis.enableGzip = this.get(\"gzip\") === \"yes\";\n\t// Initialise authorization\n\tvar authorizedUserName = (this.get(\"username\") && this.get(\"password\")) ? this.get(\"username\") : \"(anon)\";\n\tthis.authorizationPrincipals = {\n\t\treaders: (this.get(\"readers\") || authorizedUserName).split(\",\").map($tw.utils.trim),\n\t\twriters: (this.get(\"writers\") || authorizedUserName).split(\",\").map($tw.utils.trim)\n\t}\n\t// Load and initialise authenticators\n\t$tw.modules.forEachModuleOfType(\"authenticator\", function(title,authenticatorDefinition) {\n\t\t// console.log(\"Loading server route \" + title);\n\t\tself.addAuthenticator(authenticatorDefinition.AuthenticatorClass);\n\t});\n\t// Load route handlers\n\t$tw.modules.forEachModuleOfType(\"route\", function(title,routeDefinition) {\n\t\t// console.log(\"Loading server route \" + title);\n\t\tself.addRoute(routeDefinition);\n\t});\n\t// Initialise the http vs https\n\tthis.listenOptions = null;\n\tthis.protocol = \"http\";\n\tvar tlsKeyFilepath = this.get(\"tls-key\"),\n\t\ttlsCertFilepath = this.get(\"tls-cert\");\n\tif(tlsCertFilepath && tlsKeyFilepath) {\n\t\tthis.listenOptions = {\n\t\t\tkey: fs.readFileSync(path.resolve($tw.boot.wikiPath,tlsKeyFilepath),\"utf8\"),\n\t\t\tcert: fs.readFileSync(path.resolve($tw.boot.wikiPath,tlsCertFilepath),\"utf8\")\n\t\t};\n\t\tthis.protocol = \"https\";\n\t}\n\tthis.transport = require(this.protocol);\n}\n\nServer.prototype.defaultVariables = {\n\tport: \"8080\",\n\thost: \"127.0.0.1\",\n\t\"root-tiddler\": \"$:/core/save/all\",\n\t\"root-render-type\": \"text/plain\",\n\t\"root-serve-type\": \"text/html\",\n\t\"tiddler-render-type\": \"text/html\",\n\t\"tiddler-render-template\": \"$:/core/templates/server/static.tiddler.html\",\n\t\"system-tiddler-render-type\": \"text/plain\",\n\t\"system-tiddler-render-template\": \"$:/core/templates/wikified-tiddler\",\n\t\"debug-level\": \"none\",\n\t\"gzip\": \"no\"\n};\n\nServer.prototype.get = function(name) {\n\treturn this.variables[name];\n};\n\nServer.prototype.addRoute = function(route) {\n\tthis.routes.push(route);\n};\n\nServer.prototype.addAuthenticator = function(AuthenticatorClass) {\n\t// Instantiate and initialise the authenticator\n\tvar authenticator = new AuthenticatorClass(this),\n\t\tresult = authenticator.init();\n\tif(typeof result === \"string\") {\n\t\t$tw.utils.error(\"Error: \" + result);\n\t} else if(result) {\n\t\t// Only use the authenticator if it initialised successfully\n\t\tthis.authenticators.push(authenticator);\n\t}\n};\n\nServer.prototype.findMatchingRoute = function(request,state) {\n\tvar pathprefix = this.get(\"path-prefix\") || \"\";\n\tfor(var t=0; t<this.routes.length; t++) {\n\t\tvar potentialRoute = this.routes[t],\n\t\t\tpathRegExp = potentialRoute.path,\n\t\t\tpathname = state.urlInfo.pathname,\n\t\t\tmatch;\n\t\tif(pathprefix) {\n\t\t\tif(pathname.substr(0,pathprefix.length) === pathprefix) {\n\t\t\t\tpathname = pathname.substr(pathprefix.length) || \"/\";\n\t\t\t\tmatch = potentialRoute.path.exec(pathname);\n\t\t\t} else {\n\t\t\t\tmatch = false;\n\t\t\t}\n\t\t} else {\n\t\t\tmatch = potentialRoute.path.exec(pathname);\n\t\t}\n\t\tif(match && request.method === potentialRoute.method) {\n\t\t\tstate.params = [];\n\t\t\tfor(var p=1; p<match.length; p++) {\n\t\t\t\tstate.params.push(match[p]);\n\t\t\t}\n\t\t\treturn potentialRoute;\n\t\t}\n\t}\n\treturn null;\n};\n\nServer.prototype.methodMappings = {\n\t\"GET\": \"readers\",\n\t\"OPTIONS\": \"readers\",\n\t\"HEAD\": \"readers\",\n\t\"PUT\": \"writers\",\n\t\"POST\": \"writers\",\n\t\"DELETE\": \"writers\"\n};\n\n/*\nCheck whether a given user is authorized for the specified authorizationType (\"readers\" or \"writers\"). Pass null or undefined as the username to check for anonymous access\n*/\nServer.prototype.isAuthorized = function(authorizationType,username) {\n\tvar principals = this.authorizationPrincipals[authorizationType] || [];\n\treturn principals.indexOf(\"(anon)\") !== -1 || (username && (principals.indexOf(\"(authenticated)\") !== -1 || principals.indexOf(username) !== -1));\n}\n\nServer.prototype.requestHandler = function(request,response) {\n\t// Compose the state object\n\tvar self = this;\n\tvar state = {};\n\tstate.wiki = self.wiki;\n\tstate.server = self;\n\tstate.urlInfo = url.parse(request.url);\n\t// Get the principals authorized to access this resource\n\tvar authorizationType = this.methodMappings[request.method] || \"readers\";\n\t// Check for the CSRF header if this is a write\n\tif(!this.csrfDisable && authorizationType === \"writers\" && request.headers[\"x-requested-with\"] !== \"TiddlyWiki\") {\n\t\tresponse.writeHead(403,\"'X-Requested-With' header required to login to '\" + this.servername + \"'\");\n\t\tresponse.end();\n\t\treturn;\t\t\n\t}\n\t// Check whether anonymous access is granted\n\tstate.allowAnon = this.isAuthorized(authorizationType,null);\n\t// Authenticate with the first active authenticator\n\tif(this.authenticators.length > 0) {\n\t\tif(!this.authenticators[0].authenticateRequest(request,response,state)) {\n\t\t\t// Bail if we failed (the authenticator will have sent the response)\n\t\t\treturn;\n\t\t}\t\t\n\t}\n\t// Authorize with the authenticated username\n\tif(!this.isAuthorized(authorizationType,state.authenticatedUsername)) {\n\t\tresponse.writeHead(401,\"'\" + state.authenticatedUsername + \"' is not authorized to access '\" + this.servername + \"'\");\n\t\tresponse.end();\n\t\treturn;\n\t}\n\t// Find the route that matches this path\n\tvar route = self.findMatchingRoute(request,state);\n\t// Optionally output debug info\n\tif(self.get(\"debug-level\") !== \"none\") {\n\t\tconsole.log(\"Request path:\",JSON.stringify(state.urlInfo));\n\t\tconsole.log(\"Request headers:\",JSON.stringify(request.headers));\n\t\tconsole.log(\"authenticatedUsername:\",state.authenticatedUsername);\n\t}\n\t// Return a 404 if we didn't find a route\n\tif(!route) {\n\t\tresponse.writeHead(404);\n\t\tresponse.end();\n\t\treturn;\n\t}\n\t// Receive the request body if necessary and hand off to the route handler\n\tif(route.bodyFormat === \"stream\" || request.method === \"GET\" || request.method === \"HEAD\") {\n\t\t// Let the route handle the request stream itself\n\t\troute.handler(request,response,state);\n\t} else if(route.bodyFormat === \"string\" || !route.bodyFormat) {\n\t\t// Set the encoding for the incoming request\n\t\trequest.setEncoding(\"utf8\");\n\t\tvar data = \"\";\n\t\trequest.on(\"data\",function(chunk) {\n\t\t\tdata += chunk.toString();\n\t\t});\n\t\trequest.on(\"end\",function() {\n\t\t\tstate.data = data;\n\t\t\troute.handler(request,response,state);\n\t\t});\n\t} else if(route.bodyFormat === \"buffer\") {\n\t\tvar data = [];\n\t\trequest.on(\"data\",function(chunk) {\n\t\t\tdata.push(chunk);\n\t\t});\n\t\trequest.on(\"end\",function() {\n\t\t\tstate.data = Buffer.concat(data);\n\t\t\troute.handler(request,response,state);\n\t\t})\n\t} else {\n\t\tresponse.writeHead(400,\"Invalid bodyFormat \" + route.bodyFormat + \" in route \" + route.method + \" \" + route.path.source);\n\t\tresponse.end();\n\t}\n};\n\n/*\nListen for requests\nport: optional port number (falls back to value of \"port\" variable)\nhost: optional host address (falls back to value of \"host\" variable)\nprefix: optional prefix (falls back to value of \"path-prefix\" variable)\n*/\nServer.prototype.listen = function(port,host,prefix) {\n\t// Handle defaults for port and host\n\tport = port || this.get(\"port\");\n\thost = host || this.get(\"host\");\n\tprefix = prefix || this.get(\"path-prefix\") || \"\";\n\t// Check for the port being a string and look it up as an environment variable\n\tif(parseInt(port,10).toString() !== port) {\n\t\tport = process.env[port] || 8080;\n\t}\n\t$tw.utils.log(\"Serving on \" + this.protocol + \"://\" + host + \":\" + port + prefix,\"brown/orange\");\n\t$tw.utils.log(\"(press ctrl-C to exit)\",\"red\");\n\t// Warn if required plugins are missing\n\tif(!$tw.wiki.getTiddler(\"$:/plugins/tiddlywiki/tiddlyweb\") || !$tw.wiki.getTiddler(\"$:/plugins/tiddlywiki/filesystem\")) {\n\t\t$tw.utils.warning(\"Warning: Plugins required for client-server operation (\\\"tiddlywiki/filesystem\\\" and \\\"tiddlywiki/tiddlyweb\\\") are missing from tiddlywiki.info file\");\n\t}\n\t// Listen\n\tvar server;\n\tif(this.listenOptions) {\n\t\tserver = this.transport.createServer(this.listenOptions,this.requestHandler.bind(this));\n\t} else {\n\t\tserver = this.transport.createServer(this.requestHandler.bind(this));\n\t}\n\treturn server.listen(port,host);\n};\n\nexports.Server = Server;\n\n})();\n",
"type": "application/javascript",
"module-type": "library"
},
"$:/core/modules/browser-messaging.js": {
"title": "$:/core/modules/browser-messaging.js",
"text": "/*\\\ntitle: $:/core/modules/browser-messaging.js\ntype: application/javascript\nmodule-type: startup\n\nBrowser message handling\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Export name and synchronous status\nexports.name = \"browser-messaging\";\nexports.platforms = [\"browser\"];\nexports.after = [\"startup\"];\nexports.synchronous = true;\n\n/*\nLoad a specified url as an iframe and call the callback when it is loaded. If the url is already loaded then the existing iframe instance is used\n*/\nfunction loadIFrame(url,callback) {\n\t// Check if iframe already exists\n\tvar iframeInfo = $tw.browserMessaging.iframeInfoMap[url];\n\tif(iframeInfo) {\n\t\t// We've already got the iframe\n\t\tcallback(null,iframeInfo);\n\t} else {\n\t\t// Create the iframe and save it in the list\n\t\tvar iframe = document.createElement(\"iframe\");\n\t\tiframeInfo = {\n\t\t\turl: url,\n\t\t\tstatus: \"loading\",\n\t\t\tdomNode: iframe\n\t\t};\n\t\t$tw.browserMessaging.iframeInfoMap[url] = iframeInfo;\n\t\tsaveIFrameInfoTiddler(iframeInfo);\n\t\t// Add the iframe to the DOM and hide it\n\t\tiframe.style.display = \"none\";\n\t\tiframe.setAttribute(\"library\",\"true\");\n\t\tdocument.body.appendChild(iframe);\n\t\t// Set up onload\n\t\tiframe.onload = function() {\n\t\t\tiframeInfo.status = \"loaded\";\n\t\t\tsaveIFrameInfoTiddler(iframeInfo);\n\t\t\tcallback(null,iframeInfo);\n\t\t};\n\t\tiframe.onerror = function() {\n\t\t\tcallback(\"Cannot load iframe\");\n\t\t};\n\t\ttry {\n\t\t\tiframe.src = url;\n\t\t} catch(ex) {\n\t\t\tcallback(ex);\n\t\t}\n\t}\n}\n\n/*\nUnload library iframe for given url\n*/\nfunction unloadIFrame(url){\n\t$tw.utils.each(document.getElementsByTagName('iframe'), function(iframe) {\n\t\tif(iframe.getAttribute(\"library\") === \"true\" &&\n\t\t iframe.getAttribute(\"src\") === url) {\n\t\t\tiframe.parentNode.removeChild(iframe);\n\t\t}\n\t});\n}\n\nfunction saveIFrameInfoTiddler(iframeInfo) {\n\t$tw.wiki.addTiddler(new $tw.Tiddler($tw.wiki.getCreationFields(),{\n\t\ttitle: \"$:/temp/ServerConnection/\" + iframeInfo.url,\n\t\ttext: iframeInfo.status,\n\t\ttags: [\"$:/tags/ServerConnection\"],\n\t\turl: iframeInfo.url\n\t},$tw.wiki.getModificationFields()));\n}\n\nexports.startup = function() {\n\t// Initialise the store of iframes we've created\n\t$tw.browserMessaging = {\n\t\tiframeInfoMap: {} // Hashmap by URL of {url:,status:\"loading/loaded\",domNode:}\n\t};\n\t// Listen for widget messages to control loading the plugin library\n\t$tw.rootWidget.addEventListener(\"tm-load-plugin-library\",function(event) {\n\t\tvar paramObject = event.paramObject || {},\n\t\t\turl = paramObject.url;\n\t\tif(url) {\n\t\t\tloadIFrame(url,function(err,iframeInfo) {\n\t\t\t\tif(err) {\n\t\t\t\t\talert($tw.language.getString(\"Error/LoadingPluginLibrary\") + \": \" + url);\n\t\t\t\t} else {\n\t\t\t\t\tiframeInfo.domNode.contentWindow.postMessage({\n\t\t\t\t\t\tverb: \"GET\",\n\t\t\t\t\t\turl: \"recipes/library/tiddlers.json\",\n\t\t\t\t\t\tcookies: {\n\t\t\t\t\t\t\ttype: \"save-info\",\n\t\t\t\t\t\t\tinfoTitlePrefix: paramObject.infoTitlePrefix || \"$:/temp/RemoteAssetInfo/\",\n\t\t\t\t\t\t\turl: url\n\t\t\t\t\t\t}\n\t\t\t\t\t},\"*\");\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\t});\n\t// Listen for widget messages to control unloading the plugin library\n\t$tw.rootWidget.addEventListener(\"tm-unload-plugin-library\",function(event) {\n\t\tvar paramObject = event.paramObject || {},\n\t\t\turl = paramObject.url;\n\t\t$tw.browserMessaging.iframeInfoMap[url] = undefined;\n\t\tif(url) {\n\t\t\tunloadIFrame(url);\n\t\t\t$tw.utils.each(\n\t\t\t\t$tw.wiki.filterTiddlers(\"[[$:/temp/ServerConnection/\" + url + \"]] [prefix[$:/temp/RemoteAssetInfo/\" + url + \"/]]\"),\n\t\t\t\tfunction(title) {\n\t\t\t\t\t$tw.wiki.deleteTiddler(title);\n\t\t\t\t}\n\t\t\t);\n\t\t}\n\t});\n\t$tw.rootWidget.addEventListener(\"tm-load-plugin-from-library\",function(event) {\n\t\tvar paramObject = event.paramObject || {},\n\t\t\turl = paramObject.url,\n\t\t\ttitle = paramObject.title;\n\t\tif(url && title) {\n\t\t\tloadIFrame(url,function(err,iframeInfo) {\n\t\t\t\tif(err) {\n\t\t\t\t\talert($tw.language.getString(\"Error/LoadingPluginLibrary\") + \": \" + url);\n\t\t\t\t} else {\n\t\t\t\t\tiframeInfo.domNode.contentWindow.postMessage({\n\t\t\t\t\t\tverb: \"GET\",\n\t\t\t\t\t\turl: \"recipes/library/tiddlers/\" + encodeURIComponent(title) + \".json\",\n\t\t\t\t\t\tcookies: {\n\t\t\t\t\t\t\ttype: \"save-tiddler\",\n\t\t\t\t\t\t\turl: url\n\t\t\t\t\t\t}\n\t\t\t\t\t},\"*\");\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\t});\n\t// Listen for window messages from other windows\n\twindow.addEventListener(\"message\",function listener(event){\n\t\t// console.log(\"browser-messaging: \",document.location.toString())\n\t\t// console.log(\"browser-messaging: Received message from\",event.origin);\n\t\t// console.log(\"browser-messaging: Message content\",event.data);\n\t\tswitch(event.data.verb) {\n\t\t\tcase \"GET-RESPONSE\":\n\t\t\t\tif(event.data.status.charAt(0) === \"2\") {\n\t\t\t\t\tif(event.data.cookies) {\n\t\t\t\t\t\tif(event.data.cookies.type === \"save-info\") {\n\t\t\t\t\t\t\tvar tiddlers = JSON.parse(event.data.body);\n\t\t\t\t\t\t\t$tw.utils.each(tiddlers,function(tiddler) {\n\t\t\t\t\t\t\t\t$tw.wiki.addTiddler(new $tw.Tiddler($tw.wiki.getCreationFields(),tiddler,{\n\t\t\t\t\t\t\t\t\ttitle: event.data.cookies.infoTitlePrefix + event.data.cookies.url + \"/\" + tiddler.title,\n\t\t\t\t\t\t\t\t\t\"original-title\": tiddler.title,\n\t\t\t\t\t\t\t\t\ttext: \"\",\n\t\t\t\t\t\t\t\t\ttype: \"text/vnd.tiddlywiki\",\n\t\t\t\t\t\t\t\t\t\"original-type\": tiddler.type,\n\t\t\t\t\t\t\t\t\t\"plugin-type\": undefined,\n\t\t\t\t\t\t\t\t\t\"original-plugin-type\": tiddler[\"plugin-type\"],\n\t\t\t\t\t\t\t\t\t\"module-type\": undefined,\n\t\t\t\t\t\t\t\t\t\"original-module-type\": tiddler[\"module-type\"],\n\t\t\t\t\t\t\t\t\ttags: [\"$:/tags/RemoteAssetInfo\"],\n\t\t\t\t\t\t\t\t\t\"original-tags\": $tw.utils.stringifyList(tiddler.tags || []),\n\t\t\t\t\t\t\t\t\t\"server-url\": event.data.cookies.url\n\t\t\t\t\t\t\t\t},$tw.wiki.getModificationFields()));\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t} else if(event.data.cookies.type === \"save-tiddler\") {\n\t\t\t\t\t\t\tvar tiddler = JSON.parse(event.data.body);\n\t\t\t\t\t\t\t$tw.wiki.addTiddler(new $tw.Tiddler(tiddler));\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tbreak;\n\t\t}\n\t},false);\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "startup"
},
"$:/core/modules/startup/commands.js": {
"title": "$:/core/modules/startup/commands.js",
"text": "/*\\\ntitle: $:/core/modules/startup/commands.js\ntype: application/javascript\nmodule-type: startup\n\nCommand processing\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Export name and synchronous status\nexports.name = \"commands\";\nexports.platforms = [\"node\"];\nexports.after = [\"story\"];\nexports.synchronous = false;\n\nexports.startup = function(callback) {\n\t// On the server, start a commander with the command line arguments\n\tvar commander = new $tw.Commander(\n\t\t$tw.boot.argv,\n\t\tfunction(err) {\n\t\t\tif(err) {\n\t\t\t\treturn $tw.utils.error(\"Error: \" + err);\n\t\t\t}\n\t\t\tcallback();\n\t\t},\n\t\t$tw.wiki,\n\t\t{output: process.stdout, error: process.stderr}\n\t);\n\tcommander.execute();\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "startup"
},
"$:/core/modules/startup/CSSescape.js": {
"title": "$:/core/modules/startup/CSSescape.js",
"text": "/*\\\ntitle: $:/core/modules/startup/CSSescape.js\ntype: application/javascript\nmodule-type: startup\n\nPolyfill for CSS.escape()\n\n\\*/\n(function(root,factory){\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Export name and synchronous status\nexports.name = \"css-escape\";\nexports.platforms = [\"browser\"];\nexports.after = [\"startup\"];\nexports.synchronous = true;\n\n/*! https://mths.be/cssescape v1.5.1 by @mathias | MIT license */\n// https://github.com/umdjs/umd/blob/master/returnExports.js\nexports.startup = factory(root);\n}(typeof global != 'undefined' ? global : this, function(root) {\n\n\tif (root.CSS && root.CSS.escape) {\n\t\treturn;\n\t}\n\n\t// https://drafts.csswg.org/cssom/#serialize-an-identifier\n\tvar cssEscape = function(value) {\n\t\tif (arguments.length == 0) {\n\t\t\tthrow new TypeError('`CSS.escape` requires an argument.');\n\t\t}\n\t\tvar string = String(value);\n\t\tvar length = string.length;\n\t\tvar index = -1;\n\t\tvar codeUnit;\n\t\tvar result = '';\n\t\tvar firstCodeUnit = string.charCodeAt(0);\n\t\twhile (++index < length) {\n\t\t\tcodeUnit = string.charCodeAt(index);\n\t\t\t// Note: there’s no need to special-case astral symbols, surrogate\n\t\t\t// pairs, or lone surrogates.\n\n\t\t\t// If the character is NULL (U+0000), then the REPLACEMENT CHARACTER\n\t\t\t// (U+FFFD).\n\t\t\tif (codeUnit == 0x0000) {\n\t\t\t\tresult += '\\uFFFD';\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\tif (\n\t\t\t\t// If the character is in the range [\\1-\\1F] (U+0001 to U+001F) or is\n\t\t\t\t// U+007F, […]\n\t\t\t\t(codeUnit >= 0x0001 && codeUnit <= 0x001F) || codeUnit == 0x007F ||\n\t\t\t\t// If the character is the first character and is in the range [0-9]\n\t\t\t\t// (U+0030 to U+0039), […]\n\t\t\t\t(index == 0 && codeUnit >= 0x0030 && codeUnit <= 0x0039) ||\n\t\t\t\t// If the character is the second character and is in the range [0-9]\n\t\t\t\t// (U+0030 to U+0039) and the first character is a `-` (U+002D), […]\n\t\t\t\t(\n\t\t\t\t\tindex == 1 &&\n\t\t\t\t\tcodeUnit >= 0x0030 && codeUnit <= 0x0039 &&\n\t\t\t\t\tfirstCodeUnit == 0x002D\n\t\t\t\t)\n\t\t\t) {\n\t\t\t\t// https://drafts.csswg.org/cssom/#escape-a-character-as-code-point\n\t\t\t\tresult += '\\\\' + codeUnit.toString(16) + ' ';\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\tif (\n\t\t\t\t// If the character is the first character and is a `-` (U+002D), and\n\t\t\t\t// there is no second character, […]\n\t\t\t\tindex == 0 &&\n\t\t\t\tlength == 1 &&\n\t\t\t\tcodeUnit == 0x002D\n\t\t\t) {\n\t\t\t\tresult += '\\\\' + string.charAt(index);\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\t// If the character is not handled by one of the above rules and is\n\t\t\t// greater than or equal to U+0080, is `-` (U+002D) or `_` (U+005F), or\n\t\t\t// is in one of the ranges [0-9] (U+0030 to U+0039), [A-Z] (U+0041 to\n\t\t\t// U+005A), or [a-z] (U+0061 to U+007A), […]\n\t\t\tif (\n\t\t\t\tcodeUnit >= 0x0080 ||\n\t\t\t\tcodeUnit == 0x002D ||\n\t\t\t\tcodeUnit == 0x005F ||\n\t\t\t\tcodeUnit >= 0x0030 && codeUnit <= 0x0039 ||\n\t\t\t\tcodeUnit >= 0x0041 && codeUnit <= 0x005A ||\n\t\t\t\tcodeUnit >= 0x0061 && codeUnit <= 0x007A\n\t\t\t) {\n\t\t\t\t// the character itself\n\t\t\t\tresult += string.charAt(index);\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\t// Otherwise, the escaped character.\n\t\t\t// https://drafts.csswg.org/cssom/#escape-a-character\n\t\t\tresult += '\\\\' + string.charAt(index);\n\n\t\t}\n\t\treturn result;\n\t};\n\n\tif (!root.CSS) {\n\t\troot.CSS = {};\n\t}\n\n\troot.CSS.escape = cssEscape;\n\n}));\n",
"type": "application/javascript",
"module-type": "startup"
},
"$:/core/modules/startup/favicon.js": {
"title": "$:/core/modules/startup/favicon.js",
"text": "/*\\\ntitle: $:/core/modules/startup/favicon.js\ntype: application/javascript\nmodule-type: startup\n\nFavicon handling\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Export name and synchronous status\nexports.name = \"favicon\";\nexports.platforms = [\"browser\"];\nexports.after = [\"startup\"];\nexports.synchronous = true;\n\t\t\n// Favicon tiddler\nvar FAVICON_TITLE = \"$:/favicon.ico\";\n\nexports.startup = function() {\n\t// Set up the favicon\n\tsetFavicon();\n\t// Reset the favicon when the tiddler changes\n\t$tw.wiki.addEventListener(\"change\",function(changes) {\n\t\tif($tw.utils.hop(changes,FAVICON_TITLE)) {\n\t\t\tsetFavicon();\n\t\t}\n\t});\n};\n\nfunction setFavicon() {\n\tvar tiddler = $tw.wiki.getTiddler(FAVICON_TITLE);\n\tif(tiddler) {\n\t\tvar faviconLink = document.getElementById(\"faviconLink\");\n\t\tfaviconLink.setAttribute(\"href\",\"data:\" + tiddler.fields.type + \";base64,\" + tiddler.fields.text);\n\t}\n}\n\n})();\n",
"type": "application/javascript",
"module-type": "startup"
},
"$:/core/modules/startup/info.js": {
"title": "$:/core/modules/startup/info.js",
"text": "/*\\\ntitle: $:/core/modules/startup/info.js\ntype: application/javascript\nmodule-type: startup\n\nInitialise $:/info tiddlers via $:/temp/info-plugin pseudo-plugin\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Export name and synchronous status\nexports.name = \"info\";\nexports.before = [\"startup\"];\nexports.after = [\"load-modules\"];\nexports.synchronous = true;\n\nexports.startup = function() {\n\t// Collect up the info tiddlers\n\tvar infoTiddlerFields = {};\n\t// Give each info module a chance to fill in as many info tiddlers as they want\n\t$tw.modules.forEachModuleOfType(\"info\",function(title,moduleExports) {\n\t\tif(moduleExports && moduleExports.getInfoTiddlerFields) {\n\t\t\tvar tiddlerFieldsArray = moduleExports.getInfoTiddlerFields(infoTiddlerFields);\n\t\t\t$tw.utils.each(tiddlerFieldsArray,function(fields) {\n\t\t\t\tif(fields) {\n\t\t\t\t\tinfoTiddlerFields[fields.title] = fields;\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\t});\n\t// Bake the info tiddlers into a plugin\n\tvar fields = {\n\t\ttitle: \"$:/temp/info-plugin\",\n\t\ttype: \"application/json\",\n\t\t\"plugin-type\": \"info\",\n\t\ttext: JSON.stringify({tiddlers: infoTiddlerFields},null,$tw.config.preferences.jsonSpaces)\n\t};\n\t$tw.wiki.addTiddler(new $tw.Tiddler(fields));\n\t$tw.wiki.readPluginInfo();\n\t$tw.wiki.registerPluginTiddlers(\"info\");\n\t$tw.wiki.unpackPluginTiddlers();\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "startup"
},
"$:/core/modules/startup/load-modules.js": {
"title": "$:/core/modules/startup/load-modules.js",
"text": "/*\\\ntitle: $:/core/modules/startup/load-modules.js\ntype: application/javascript\nmodule-type: startup\n\nLoad core modules\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Export name and synchronous status\nexports.name = \"load-modules\";\nexports.synchronous = true;\n\nexports.startup = function() {\n\t// Load modules\n\t$tw.modules.applyMethods(\"utils\",$tw.utils);\n\tif($tw.node) {\n\t\t$tw.modules.applyMethods(\"utils-node\",$tw.utils);\n\t}\n\t$tw.modules.applyMethods(\"global\",$tw);\n\t$tw.modules.applyMethods(\"config\",$tw.config);\n\t$tw.Tiddler.fieldModules = $tw.modules.getModulesByTypeAsHashmap(\"tiddlerfield\");\n\t$tw.modules.applyMethods(\"tiddlermethod\",$tw.Tiddler.prototype);\n\t$tw.modules.applyMethods(\"wikimethod\",$tw.Wiki.prototype);\n\t$tw.wiki.addIndexersToWiki();\n\t$tw.modules.applyMethods(\"tiddlerdeserializer\",$tw.Wiki.tiddlerDeserializerModules);\n\t$tw.macros = $tw.modules.getModulesByTypeAsHashmap(\"macro\");\n\t$tw.wiki.initParsers();\n\t$tw.Commander.initCommands();\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "startup"
},
"$:/core/modules/startup/password.js": {
"title": "$:/core/modules/startup/password.js",
"text": "/*\\\ntitle: $:/core/modules/startup/password.js\ntype: application/javascript\nmodule-type: startup\n\nPassword handling\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Export name and synchronous status\nexports.name = \"password\";\nexports.platforms = [\"browser\"];\nexports.after = [\"startup\"];\nexports.synchronous = true;\n\nexports.startup = function() {\n\t$tw.rootWidget.addEventListener(\"tm-set-password\",function(event) {\n\t\t$tw.passwordPrompt.createPrompt({\n\t\t\tserviceName: $tw.language.getString(\"Encryption/PromptSetPassword\"),\n\t\t\tnoUserName: true,\n\t\t\tsubmitText: $tw.language.getString(\"Encryption/SetPassword\"),\n\t\t\tcanCancel: true,\n\t\t\trepeatPassword: true,\n\t\t\tcallback: function(data) {\n\t\t\t\tif(data) {\n\t\t\t\t\t$tw.crypto.setPassword(data.password);\n\t\t\t\t}\n\t\t\t\treturn true; // Get rid of the password prompt\n\t\t\t}\n\t\t});\n\t});\n\t$tw.rootWidget.addEventListener(\"tm-clear-password\",function(event) {\n\t\tif($tw.browser) {\n\t\t\tif(!confirm($tw.language.getString(\"Encryption/ConfirmClearPassword\"))) {\n\t\t\t\treturn;\n\t\t\t}\n\t\t}\n\t\t$tw.crypto.setPassword(null);\n\t});\n\t// Ensure that $:/isEncrypted is maintained properly\n\t$tw.wiki.addEventListener(\"change\",function(changes) {\n\t\tif($tw.utils.hop(changes,\"$:/isEncrypted\")) {\n\t\t\t$tw.crypto.updateCryptoStateTiddler();\n\t\t}\n\t});\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "startup"
},
"$:/core/modules/startup/render.js": {
"title": "$:/core/modules/startup/render.js",
"text": "/*\\\ntitle: $:/core/modules/startup/render.js\ntype: application/javascript\nmodule-type: startup\n\nTitle, stylesheet and page rendering\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Export name and synchronous status\nexports.name = \"render\";\nexports.platforms = [\"browser\"];\nexports.after = [\"story\"];\nexports.synchronous = true;\n\n// Default story and history lists\nvar PAGE_TITLE_TITLE = \"$:/core/wiki/title\";\nvar PAGE_STYLESHEET_TITLE = \"$:/core/ui/PageStylesheet\";\nvar PAGE_TEMPLATE_TITLE = \"$:/core/ui/PageTemplate\";\n\n// Time (in ms) that we defer refreshing changes to draft tiddlers\nvar DRAFT_TIDDLER_TIMEOUT_TITLE = \"$:/config/Drafts/TypingTimeout\";\nvar DRAFT_TIDDLER_TIMEOUT = 400;\n\nexports.startup = function() {\n\t// Set up the title\n\t$tw.titleWidgetNode = $tw.wiki.makeTranscludeWidget(PAGE_TITLE_TITLE,{document: $tw.fakeDocument, parseAsInline: true});\n\t$tw.titleContainer = $tw.fakeDocument.createElement(\"div\");\n\t$tw.titleWidgetNode.render($tw.titleContainer,null);\n\tdocument.title = $tw.titleContainer.textContent;\n\t$tw.wiki.addEventListener(\"change\",function(changes) {\n\t\tif($tw.titleWidgetNode.refresh(changes,$tw.titleContainer,null)) {\n\t\t\tdocument.title = $tw.titleContainer.textContent;\n\t\t}\n\t});\n\t// Set up the styles\n\t$tw.styleWidgetNode = $tw.wiki.makeTranscludeWidget(PAGE_STYLESHEET_TITLE,{document: $tw.fakeDocument});\n\t$tw.styleContainer = $tw.fakeDocument.createElement(\"style\");\n\t$tw.styleWidgetNode.render($tw.styleContainer,null);\n\t$tw.styleElement = document.createElement(\"style\");\n\t$tw.styleElement.innerHTML = $tw.styleContainer.textContent;\n\tdocument.head.insertBefore($tw.styleElement,document.head.firstChild);\n\t$tw.wiki.addEventListener(\"change\",$tw.perf.report(\"styleRefresh\",function(changes) {\n\t\tif($tw.styleWidgetNode.refresh(changes,$tw.styleContainer,null)) {\n\t\t\t$tw.styleElement.innerHTML = $tw.styleContainer.textContent;\n\t\t}\n\t}));\n\t// Display the $:/core/ui/PageTemplate tiddler to kick off the display\n\t$tw.perf.report(\"mainRender\",function() {\n\t\t$tw.pageWidgetNode = $tw.wiki.makeTranscludeWidget(PAGE_TEMPLATE_TITLE,{document: document, parentWidget: $tw.rootWidget});\n\t\t$tw.pageContainer = document.createElement(\"div\");\n\t\t$tw.utils.addClass($tw.pageContainer,\"tc-page-container-wrapper\");\n\t\tdocument.body.insertBefore($tw.pageContainer,document.body.firstChild);\n\t\t$tw.pageWidgetNode.render($tw.pageContainer,null);\n \t\t$tw.hooks.invokeHook(\"th-page-refreshed\");\n\t})();\n\t// Remove any splash screen elements\n\tvar removeList = document.querySelectorAll(\".tc-remove-when-wiki-loaded\");\n\t$tw.utils.each(removeList,function(removeItem) {\n\t\tif(removeItem.parentNode) {\n\t\t\tremoveItem.parentNode.removeChild(removeItem);\n\t\t}\n\t});\n\t// Prepare refresh mechanism\n\tvar deferredChanges = Object.create(null),\n\t\ttimerId;\n\tfunction refresh() {\n\t\t// Process the refresh\n\t\t$tw.hooks.invokeHook(\"th-page-refreshing\");\n\t\t$tw.pageWidgetNode.refresh(deferredChanges);\n\t\tdeferredChanges = Object.create(null);\n\t\t$tw.hooks.invokeHook(\"th-page-refreshed\");\n\t}\n\t// Add the change event handler\n\t$tw.wiki.addEventListener(\"change\",$tw.perf.report(\"mainRefresh\",function(changes) {\n\t\t// Check if only drafts have changed\n\t\tvar onlyDraftsHaveChanged = true;\n\t\tfor(var title in changes) {\n\t\t\tvar tiddler = $tw.wiki.getTiddler(title);\n\t\t\tif(!tiddler || !tiddler.hasField(\"draft.of\")) {\n\t\t\t\tonlyDraftsHaveChanged = false;\n\t\t\t}\n\t\t}\n\t\t// Defer the change if only drafts have changed\n\t\tif(timerId) {\n\t\t\tclearTimeout(timerId);\n\t\t}\n\t\ttimerId = null;\n\t\tif(onlyDraftsHaveChanged) {\n\t\t\tvar timeout = parseInt($tw.wiki.getTiddlerText(DRAFT_TIDDLER_TIMEOUT_TITLE,\"\"),10);\n\t\t\tif(isNaN(timeout)) {\n\t\t\t\ttimeout = DRAFT_TIDDLER_TIMEOUT;\n\t\t\t}\n\t\t\ttimerId = setTimeout(refresh,timeout);\n\t\t\t$tw.utils.extend(deferredChanges,changes);\n\t\t} else {\n\t\t\t$tw.utils.extend(deferredChanges,changes);\n\t\t\trefresh();\n\t\t}\n\t}));\n\t// Fix up the link between the root widget and the page container\n\t$tw.rootWidget.domNodes = [$tw.pageContainer];\n\t$tw.rootWidget.children = [$tw.pageWidgetNode];\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "startup"
},
"$:/core/modules/startup/rootwidget.js": {
"title": "$:/core/modules/startup/rootwidget.js",
"text": "/*\\\ntitle: $:/core/modules/startup/rootwidget.js\ntype: application/javascript\nmodule-type: startup\n\nSetup the root widget and the core root widget handlers\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Export name and synchronous status\nexports.name = \"rootwidget\";\nexports.platforms = [\"browser\"];\nexports.after = [\"startup\"];\nexports.before = [\"story\"];\nexports.synchronous = true;\n\nexports.startup = function() {\n\t// Install the modal message mechanism\n\t$tw.modal = new $tw.utils.Modal($tw.wiki);\n\t$tw.rootWidget.addEventListener(\"tm-modal\",function(event) {\n\t\t$tw.modal.display(event.param,{variables: event.paramObject, event: event});\n\t});\n\t// Install the notification mechanism\n\t$tw.notifier = new $tw.utils.Notifier($tw.wiki);\n\t$tw.rootWidget.addEventListener(\"tm-notify\",function(event) {\n\t\t$tw.notifier.display(event.param,{variables: event.paramObject});\n\t});\n\t// Install the copy-to-clipboard mechanism\n\t$tw.rootWidget.addEventListener(\"tm-copy-to-clipboard\",function(event) {\n\t\t$tw.utils.copyToClipboard(event.param);\n\t});\n\t// Install the tm-focus-selector message\n\t$tw.rootWidget.addEventListener(\"tm-focus-selector\",function(event) {\n\t\tvar selector = event.param || \"\",\n\t\t\telement;\n\t\ttry {\n\t\t\telement = document.querySelector(selector);\n\t\t} catch(e) {\n\t\t\tconsole.log(\"Error in selector: \",selector)\n\t\t}\n\t\tif(element && element.focus) {\n\t\t\telement.focus(event.paramObject);\n\t\t}\n\t});\n\t// Install the scroller\n\t$tw.pageScroller = new $tw.utils.PageScroller();\n\t$tw.rootWidget.addEventListener(\"tm-scroll\",function(event) {\n\t\t$tw.pageScroller.handleEvent(event);\n\t});\n\tvar fullscreen = $tw.utils.getFullScreenApis();\n\tif(fullscreen) {\n\t\t$tw.rootWidget.addEventListener(\"tm-full-screen\",function(event) {\n\t\t\tvar fullScreenDocument = event.event ? event.event.target.ownerDocument : document;\n\t\t\tif(event.param === \"enter\") {\n\t\t\t\tfullScreenDocument.documentElement[fullscreen._requestFullscreen](Element.ALLOW_KEYBOARD_INPUT);\n\t\t\t} else if(event.param === \"exit\") {\n\t\t\t\tfullScreenDocument[fullscreen._exitFullscreen]();\n\t\t\t} else {\n\t\t\t\tif(fullScreenDocument[fullscreen._fullscreenElement]) {\n\t\t\t\t\tfullScreenDocument[fullscreen._exitFullscreen]();\n\t\t\t\t} else {\n\t\t\t\t\tfullScreenDocument.documentElement[fullscreen._requestFullscreen](Element.ALLOW_KEYBOARD_INPUT);\n\t\t\t\t}\t\t\t\t\n\t\t\t}\n\t\t});\n\t}\n\t// If we're being viewed on a data: URI then give instructions for how to save\n\tif(document.location.protocol === \"data:\") {\n\t\t$tw.rootWidget.dispatchEvent({\n\t\t\ttype: \"tm-modal\",\n\t\t\tparam: \"$:/language/Modals/SaveInstructions\"\n\t\t});\n\t}\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "startup"
},
"$:/core/modules/startup.js": {
"title": "$:/core/modules/startup.js",
"text": "/*\\\ntitle: $:/core/modules/startup.js\ntype: application/javascript\nmodule-type: startup\n\nMiscellaneous startup logic for both the client and server.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Export name and synchronous status\nexports.name = \"startup\";\nexports.after = [\"load-modules\"];\nexports.synchronous = true;\n\n// Set to `true` to enable performance instrumentation\nvar PERFORMANCE_INSTRUMENTATION_CONFIG_TITLE = \"$:/config/Performance/Instrumentation\";\n\nvar widget = require(\"$:/core/modules/widgets/widget.js\");\n\nexports.startup = function() {\n\tvar modules,n,m,f;\n\t// Minimal browser detection\n\tif($tw.browser) {\n\t\t$tw.browser.isIE = (/msie|trident/i.test(navigator.userAgent));\n\t\t$tw.browser.isFirefox = !!document.mozFullScreenEnabled;\n\t}\n\t// Platform detection\n\t$tw.platform = {};\n\tif($tw.browser) {\n\t\t$tw.platform.isMac = /Mac/.test(navigator.platform);\n\t\t$tw.platform.isWindows = /win/i.test(navigator.platform);\n\t\t$tw.platform.isLinux = /Linux/i.test(navigator.platform);\n\t} else {\n\t\tswitch(require(\"os\").platform()) {\n\t\t\tcase \"darwin\":\n\t\t\t\t$tw.platform.isMac = true;\n\t\t\t\tbreak;\n\t\t\tcase \"win32\":\n\t\t\t\t$tw.platform.isWindows = true;\n\t\t\t\tbreak;\n\t\t\tcase \"freebsd\":\n\t\t\t\t$tw.platform.isLinux = true;\n\t\t\t\tbreak;\n\t\t\tcase \"linux\":\n\t\t\t\t$tw.platform.isLinux = true;\n\t\t\t\tbreak;\n\t\t}\n\t}\n\t// Initialise version\n\t$tw.version = $tw.utils.extractVersionInfo();\n\t// Set up the performance framework\n\t$tw.perf = new $tw.Performance($tw.wiki.getTiddlerText(PERFORMANCE_INSTRUMENTATION_CONFIG_TITLE,\"no\") === \"yes\");\n\t// Create a root widget for attaching event handlers. By using it as the parentWidget for another widget tree, one can reuse the event handlers\n\t$tw.rootWidget = new widget.widget({\n\t\ttype: \"widget\",\n\t\tchildren: []\n\t},{\n\t\twiki: $tw.wiki,\n\t\tdocument: $tw.browser ? document : $tw.fakeDocument\n\t});\n\t// Execute any startup actions\n\tvar executeStartupTiddlers = function(tag) {\n\t\t$tw.utils.each($tw.wiki.filterTiddlers(\"[all[shadows+tiddlers]tag[\" + tag + \"]!has[draft.of]]\"),function(title) {\n\t\t\t$tw.rootWidget.invokeActionString($tw.wiki.getTiddlerText(title),$tw.rootWidget);\n\t\t});\n\t};\n\texecuteStartupTiddlers(\"$:/tags/StartupAction\");\n\tif($tw.browser) {\n\t\texecuteStartupTiddlers(\"$:/tags/StartupAction/Browser\");\t\t\n\t}\n\tif($tw.node) {\n\t\texecuteStartupTiddlers(\"$:/tags/StartupAction/Node\");\t\t\n\t}\n\t// Kick off the language manager and switcher\n\t$tw.language = new $tw.Language();\n\t$tw.languageSwitcher = new $tw.PluginSwitcher({\n\t\twiki: $tw.wiki,\n\t\tpluginType: \"language\",\n\t\tcontrollerTitle: \"$:/language\",\n\t\tdefaultPlugins: [\n\t\t\t\"$:/languages/en-GB\"\n\t\t],\n\t\tonSwitch: function(plugins) {\n\t\t\tif($tw.browser) {\n\t\t\t\tvar pluginTiddler = $tw.wiki.getTiddler(plugins[0]);\n\t\t\t\tif(pluginTiddler) {\n\t\t\t\t\tdocument.documentElement.setAttribute(\"dir\",pluginTiddler.getFieldString(\"text-direction\") || \"auto\");\n\t\t\t\t} else {\n\t\t\t\t\tdocument.documentElement.removeAttribute(\"dir\");\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t});\n\t// Kick off the theme manager\n\t$tw.themeManager = new $tw.PluginSwitcher({\n\t\twiki: $tw.wiki,\n\t\tpluginType: \"theme\",\n\t\tcontrollerTitle: \"$:/theme\",\n\t\tdefaultPlugins: [\n\t\t\t\"$:/themes/tiddlywiki/snowwhite\",\n\t\t\t\"$:/themes/tiddlywiki/vanilla\"\n\t\t]\n\t});\n\t// Kick off the keyboard manager\n\t$tw.keyboardManager = new $tw.KeyboardManager();\n\t// Listen for shortcuts\n\tif($tw.browser) {\n\t\t$tw.utils.addEventListeners(document,[{\n\t\t\tname: \"keydown\",\n\t\t\thandlerObject: $tw.keyboardManager,\n\t\t\thandlerMethod: \"handleKeydownEvent\"\n\t\t}]);\n\t}\n\t// Clear outstanding tiddler store change events to avoid an unnecessary refresh cycle at startup\n\t$tw.wiki.clearTiddlerEventQueue();\n\t// Find a working syncadaptor\n\t$tw.syncadaptor = undefined;\n\t$tw.modules.forEachModuleOfType(\"syncadaptor\",function(title,module) {\n\t\tif(!$tw.syncadaptor && module.adaptorClass) {\n\t\t\t$tw.syncadaptor = new module.adaptorClass({wiki: $tw.wiki});\n\t\t}\n\t});\n\t// Set up the syncer object if we've got a syncadaptor\n\tif($tw.syncadaptor) {\n\t\t$tw.syncer = new $tw.Syncer({wiki: $tw.wiki, syncadaptor: $tw.syncadaptor});\n\t} \n\t// Setup the saver handler\n\t$tw.saverHandler = new $tw.SaverHandler({\n\t\twiki: $tw.wiki,\n\t\tdirtyTracking: !$tw.syncadaptor,\n\t\tpreloadDirty: $tw.boot.preloadDirty || []\n\t});\n\t// Host-specific startup\n\tif($tw.browser) {\n\t\t// Install the popup manager\n\t\t$tw.popup = new $tw.utils.Popup();\n\t\t// Install the animator\n\t\t$tw.anim = new $tw.utils.Animator();\n\t}\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "startup"
},
"$:/core/modules/startup/story.js": {
"title": "$:/core/modules/startup/story.js",
"text": "/*\\\ntitle: $:/core/modules/startup/story.js\ntype: application/javascript\nmodule-type: startup\n\nLoad core modules\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Export name and synchronous status\nexports.name = \"story\";\nexports.after = [\"startup\"];\nexports.synchronous = true;\n\n// Default story and history lists\nvar DEFAULT_STORY_TITLE = \"$:/StoryList\";\nvar DEFAULT_HISTORY_TITLE = \"$:/HistoryList\";\n\n// Default tiddlers\nvar DEFAULT_TIDDLERS_TITLE = \"$:/DefaultTiddlers\";\n\n// Config\nvar CONFIG_UPDATE_ADDRESS_BAR = \"$:/config/Navigation/UpdateAddressBar\"; // Can be \"no\", \"permalink\", \"permaview\"\nvar CONFIG_UPDATE_HISTORY = \"$:/config/Navigation/UpdateHistory\"; // Can be \"yes\" or \"no\"\nvar CONFIG_PERMALINKVIEW_COPY_TO_CLIPBOARD = \"$:/config/Navigation/Permalinkview/CopyToClipboard\"; // Can be \"yes\" (default) or \"no\"\nvar CONFIG_PERMALINKVIEW_UPDATE_ADDRESS_BAR = \"$:/config/Navigation/Permalinkview/UpdateAddressBar\"; // Can be \"yes\" (default) or \"no\"\n\n\n// Links to help, if there is no param\nvar HELP_OPEN_EXTERNAL_WINDOW = \"http://tiddlywiki.com/#WidgetMessage%3A%20tm-open-external-window\";\n\nexports.startup = function() {\n\t// Open startup tiddlers\n\topenStartupTiddlers({\n\t\tdisableHistory: $tw.boot.disableStartupNavigation\n\t});\n\tif($tw.browser) {\n\t\t// Set up location hash update\n\t\t$tw.wiki.addEventListener(\"change\",function(changes) {\n\t\t\tif($tw.utils.hop(changes,DEFAULT_STORY_TITLE) || $tw.utils.hop(changes,DEFAULT_HISTORY_TITLE)) {\n\t\t\t\tupdateLocationHash({\n\t\t\t\t\tupdateAddressBar: $tw.wiki.getTiddlerText(CONFIG_UPDATE_ADDRESS_BAR,\"permaview\").trim(),\n\t\t\t\t\tupdateHistory: $tw.wiki.getTiddlerText(CONFIG_UPDATE_HISTORY,\"no\").trim()\n\t\t\t\t});\n\t\t\t}\n\t\t});\n\t\t// Listen for changes to the browser location hash\n\t\twindow.addEventListener(\"hashchange\",function() {\n\t\t\tvar hash = $tw.utils.getLocationHash();\n\t\t\tif(hash !== $tw.locationHash) {\n\t\t\t\t$tw.locationHash = hash;\n\t\t\t\topenStartupTiddlers({defaultToCurrentStory: true});\n\t\t\t}\n\t\t},false);\n\t\t// Listen for the tm-browser-refresh message\n\t\t$tw.rootWidget.addEventListener(\"tm-browser-refresh\",function(event) {\n\t\t\twindow.location.reload(true);\n\t\t});\n\t\t// Listen for tm-open-external-window message\n\t\t$tw.rootWidget.addEventListener(\"tm-open-external-window\",function(event) {\n\t\t\tvar paramObject = event.paramObject || {},\n\t\t\t\tstrUrl = event.param || HELP_OPEN_EXTERNAL_WINDOW,\n\t\t\t\tstrWindowName = paramObject.windowName,\n\t\t\t\tstrWindowFeatures = paramObject.windowFeatures;\n\t\t\twindow.open(strUrl, strWindowName, strWindowFeatures);\n\t\t});\n\t\t// Listen for the tm-print message\n\t\t$tw.rootWidget.addEventListener(\"tm-print\",function(event) {\n\t\t\t(event.event.view || window).print();\n\t\t});\n\t\t// Listen for the tm-home message\n\t\t$tw.rootWidget.addEventListener(\"tm-home\",function(event) {\n\t\t\twindow.location.hash = \"\";\n\t\t\tvar storyFilter = $tw.wiki.getTiddlerText(DEFAULT_TIDDLERS_TITLE),\n\t\t\t\tstoryList = $tw.wiki.filterTiddlers(storyFilter);\n\t\t\t//invoke any hooks that might change the default story list\n\t\t\tstoryList = $tw.hooks.invokeHook(\"th-opening-default-tiddlers-list\",storyList);\n\t\t\t$tw.wiki.addTiddler({title: DEFAULT_STORY_TITLE, text: \"\", list: storyList},$tw.wiki.getModificationFields());\n\t\t\tif(storyList[0]) {\n\t\t\t\t$tw.wiki.addToHistory(storyList[0]);\n\t\t\t}\n\t\t});\n\t\t// Listen for the tm-permalink message\n\t\t$tw.rootWidget.addEventListener(\"tm-permalink\",function(event) {\n\t\t\tupdateLocationHash({\n\t\t\t\tupdateAddressBar: $tw.wiki.getTiddlerText(CONFIG_PERMALINKVIEW_UPDATE_ADDRESS_BAR,\"yes\").trim() === \"yes\" ? \"permalink\" : \"none\",\n\t\t\t\tupdateHistory: $tw.wiki.getTiddlerText(CONFIG_UPDATE_HISTORY,\"no\").trim(),\n\t\t\t\ttargetTiddler: event.param || event.tiddlerTitle,\n\t\t\t\tcopyToClipboard: $tw.wiki.getTiddlerText(CONFIG_PERMALINKVIEW_COPY_TO_CLIPBOARD,\"yes\").trim() === \"yes\" ? \"permalink\" : \"none\"\n\t\t\t});\n\t\t});\n\t\t// Listen for the tm-permaview message\n\t\t$tw.rootWidget.addEventListener(\"tm-permaview\",function(event) {\n\t\t\tupdateLocationHash({\n\t\t\t\tupdateAddressBar: $tw.wiki.getTiddlerText(CONFIG_PERMALINKVIEW_UPDATE_ADDRESS_BAR,\"yes\").trim() === \"yes\" ? \"permaview\" : \"none\",\n\t\t\t\tupdateHistory: $tw.wiki.getTiddlerText(CONFIG_UPDATE_HISTORY,\"no\").trim(),\n\t\t\t\ttargetTiddler: event.param || event.tiddlerTitle,\n\t\t\t\tcopyToClipboard: $tw.wiki.getTiddlerText(CONFIG_PERMALINKVIEW_COPY_TO_CLIPBOARD,\"yes\").trim() === \"yes\" ? \"permaview\" : \"none\"\n\t\t\t});\t\t\t\t\n\t\t});\n\t}\n};\n\n/*\nProcess the location hash to open the specified tiddlers. Options:\ndisableHistory: if true $:/History is NOT updated\ndefaultToCurrentStory: If true, the current story is retained as the default, instead of opening the default tiddlers\n*/\nfunction openStartupTiddlers(options) {\n\toptions = options || {};\n\t// Work out the target tiddler and the story filter. \"null\" means \"unspecified\"\n\tvar target = null,\n\t\tstoryFilter = null;\n\tif($tw.locationHash.length > 1) {\n\t\tvar hash = $tw.locationHash.substr(1),\n\t\t\tsplit = hash.indexOf(\":\");\n\t\tif(split === -1) {\n\t\t\ttarget = decodeURIComponent(hash.trim());\n\t\t} else {\n\t\t\ttarget = decodeURIComponent(hash.substr(0,split).trim());\n\t\t\tstoryFilter = decodeURIComponent(hash.substr(split + 1).trim());\n\t\t}\n\t}\n\t// If the story wasn't specified use the current tiddlers or a blank story\n\tif(storyFilter === null) {\n\t\tif(options.defaultToCurrentStory) {\n\t\t\tvar currStoryList = $tw.wiki.getTiddlerList(DEFAULT_STORY_TITLE);\n\t\t\tstoryFilter = $tw.utils.stringifyList(currStoryList);\n\t\t} else {\n\t\t\tif(target && target !== \"\") {\n\t\t\t\tstoryFilter = \"\";\n\t\t\t} else {\n\t\t\t\tstoryFilter = $tw.wiki.getTiddlerText(DEFAULT_TIDDLERS_TITLE);\n\t\t\t}\n\t\t}\n\t}\n\t// Process the story filter to get the story list\n\tvar storyList = $tw.wiki.filterTiddlers(storyFilter);\n\t// Invoke any hooks that want to change the default story list\n\tstoryList = $tw.hooks.invokeHook(\"th-opening-default-tiddlers-list\",storyList);\n\t// If the target tiddler isn't included then splice it in at the top\n\tif(target && storyList.indexOf(target) === -1) {\n\t\tstoryList.unshift(target);\n\t}\n\t// Save the story list\n\t$tw.wiki.addTiddler({title: DEFAULT_STORY_TITLE, text: \"\", list: storyList},$tw.wiki.getModificationFields());\n\t// Update history\n\tif(!options.disableHistory) {\n\t\t// If a target tiddler was specified add it to the history stack\n\t\tif(target && target !== \"\") {\n\t\t\t// The target tiddler doesn't need double square brackets, but we'll silently remove them if they're present\n\t\t\tif(target.indexOf(\"[[\") === 0 && target.substr(-2) === \"]]\") {\n\t\t\t\ttarget = target.substr(2,target.length - 4);\n\t\t\t}\n\t\t\t$tw.wiki.addToHistory(target);\n\t\t} else if(storyList.length > 0) {\n\t\t\t$tw.wiki.addToHistory(storyList[0]);\n\t\t}\t\t\n\t}\n}\n\n/*\noptions: See below\noptions.updateAddressBar: \"permalink\", \"permaview\" or \"no\" (defaults to \"permaview\")\noptions.updateHistory: \"yes\" or \"no\" (defaults to \"no\")\noptions.copyToClipboard: \"permalink\", \"permaview\" or \"no\" (defaults to \"no\")\noptions.targetTiddler: optional title of target tiddler for permalink\n*/\nfunction updateLocationHash(options) {\n\t// Get the story and the history stack\n\tvar storyList = $tw.wiki.getTiddlerList(DEFAULT_STORY_TITLE),\n\t\thistoryList = $tw.wiki.getTiddlerData(DEFAULT_HISTORY_TITLE,[]),\n\t\ttargetTiddler = \"\";\n\tif(options.targetTiddler) {\n\t\ttargetTiddler = options.targetTiddler;\n\t} else {\n\t\t// The target tiddler is the one at the top of the stack\n\t\tif(historyList.length > 0) {\n\t\t\ttargetTiddler = historyList[historyList.length-1].title;\n\t\t}\n\t\t// Blank the target tiddler if it isn't present in the story\n\t\tif(storyList.indexOf(targetTiddler) === -1) {\n\t\t\ttargetTiddler = \"\";\n\t\t}\n\t}\n\t// Assemble the location hash\n\tswitch(options.updateAddressBar) {\n\t\tcase \"permalink\":\n\t\t\t$tw.locationHash = \"#\" + encodeURIComponent(targetTiddler);\n\t\t\tbreak;\n\t\tcase \"permaview\":\n\t\t\t$tw.locationHash = \"#\" + encodeURIComponent(targetTiddler) + \":\" + encodeURIComponent($tw.utils.stringifyList(storyList));\n\t\t\tbreak;\n\t}\n\t// Copy URL to the clipboard\n\tswitch(options.copyToClipboard) {\n\t\tcase \"permalink\":\n\t\t\t$tw.utils.copyToClipboard($tw.utils.getLocationPath() + \"#\" + encodeURIComponent(targetTiddler));\n\t\t\tbreak;\n\t\tcase \"permaview\":\n\t\t\t$tw.utils.copyToClipboard($tw.utils.getLocationPath() + \"#\" + encodeURIComponent(targetTiddler) + \":\" + encodeURIComponent($tw.utils.stringifyList(storyList)));\n\t\t\tbreak;\n\t}\n\t// Only change the location hash if we must, thus avoiding unnecessary onhashchange events\n\tif($tw.utils.getLocationHash() !== $tw.locationHash) {\n\t\tif(options.updateHistory === \"yes\") {\n\t\t\t// Assign the location hash so that history is updated\n\t\t\twindow.location.hash = $tw.locationHash;\n\t\t} else {\n\t\t\t// We use replace so that browser history isn't affected\n\t\t\twindow.location.replace(window.location.toString().split(\"#\")[0] + $tw.locationHash);\n\t\t}\n\t}\n}\n\n})();\n",
"type": "application/javascript",
"module-type": "startup"
},
"$:/core/modules/startup/windows.js": {
"title": "$:/core/modules/startup/windows.js",
"text": "/*\\\ntitle: $:/core/modules/startup/windows.js\ntype: application/javascript\nmodule-type: startup\n\nSetup root widget handlers for the messages concerned with opening external browser windows\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Export name and synchronous status\nexports.name = \"windows\";\nexports.platforms = [\"browser\"];\nexports.after = [\"startup\"];\nexports.synchronous = true;\n\n// Global to keep track of open windows (hashmap by title)\nvar windows = {};\n\nexports.startup = function() {\n\t// Handle open window message\n\t$tw.rootWidget.addEventListener(\"tm-open-window\",function(event) {\n\t\t// Get the parameters\n\t\tvar refreshHandler,\n\t\t\ttitle = event.param || event.tiddlerTitle,\n\t\t\tparamObject = event.paramObject || {},\n\t\t\twindowTitle = paramObject.windowTitle || title,\n\t\t\ttemplate = paramObject.template || \"$:/core/templates/single.tiddler.window\",\n\t\t\twidth = paramObject.width || \"700\",\n\t\t\theight = paramObject.height || \"600\",\n\t\t\tvariables = $tw.utils.extend({},paramObject,{currentTiddler: title});\n\t\t// Open the window\n\t\tvar srcWindow,\n\t\t srcDocument;\n\t\t// In case that popup blockers deny opening a new window\n\t\ttry {\n\t\t\tsrcWindow = window.open(\"\",\"external-\" + title,\"scrollbars,width=\" + width + \",height=\" + height),\n\t\t\tsrcDocument = srcWindow.document;\n\t\t}\n\t\tcatch(e) {\n\t\t\treturn;\n\t\t}\n\t\twindows[title] = srcWindow;\n\t\t// Check for reopening the same window\n\t\tif(srcWindow.haveInitialisedWindow) {\n\t\t\treturn;\n\t\t}\n\t\t// Initialise the document\n\t\tsrcDocument.write(\"<html><head></head><body class='tc-body tc-single-tiddler-window'></body></html>\");\n\t\tsrcDocument.close();\n\t\tsrcDocument.title = windowTitle;\n\t\tsrcWindow.addEventListener(\"beforeunload\",function(event) {\n\t\t\tdelete windows[title];\n\t\t\t$tw.wiki.removeEventListener(\"change\",refreshHandler);\n\t\t},false);\n\t\t// Set up the styles\n\t\tvar styleWidgetNode = $tw.wiki.makeTranscludeWidget(\"$:/core/ui/PageStylesheet\",{\n\t\t\t\tdocument: $tw.fakeDocument,\n\t\t\t\tvariables: variables,\n\t\t\t\timportPageMacros: true}),\n\t\t\tstyleContainer = $tw.fakeDocument.createElement(\"style\");\n\t\tstyleWidgetNode.render(styleContainer,null);\n\t\tvar styleElement = srcDocument.createElement(\"style\");\n\t\tstyleElement.innerHTML = styleContainer.textContent;\n\t\tsrcDocument.head.insertBefore(styleElement,srcDocument.head.firstChild);\n\t\t// Render the text of the tiddler\n\t\tvar parser = $tw.wiki.parseTiddler(template),\n\t\t\twidgetNode = $tw.wiki.makeWidget(parser,{document: srcDocument, parentWidget: $tw.rootWidget, variables: variables});\n\t\twidgetNode.render(srcDocument.body,srcDocument.body.firstChild);\n\t\t// Function to handle refreshes\n\t\trefreshHandler = function(changes) {\n\t\t\tif(styleWidgetNode.refresh(changes,styleContainer,null)) {\n\t\t\t\tstyleElement.innerHTML = styleContainer.textContent;\n\t\t\t}\n\t\t\twidgetNode.refresh(changes);\n\t\t};\n\t\t$tw.wiki.addEventListener(\"change\",refreshHandler);\n\t\t// Listen for keyboard shortcuts\n\t\t$tw.utils.addEventListeners(srcDocument,[{\n\t\t\tname: \"keydown\",\n\t\t\thandlerObject: $tw.keyboardManager,\n\t\t\thandlerMethod: \"handleKeydownEvent\"\n\t\t},{\n\t\t\tname: \"click\",\n\t\t\thandlerObject: $tw.popup,\n\t\t\thandlerMethod: \"handleEvent\"\n\t\t}]);\n\t\tsrcWindow.haveInitialisedWindow = true;\n\t});\n\t// Close open windows when unloading main window\n\t$tw.addUnloadTask(function() {\n\t\t$tw.utils.each(windows,function(win) {\n\t\t\twin.close();\n\t\t});\n\t});\n\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "startup"
},
"$:/core/modules/story.js": {
"title": "$:/core/modules/story.js",
"text": "/*\\\ntitle: $:/core/modules/story.js\ntype: application/javascript\nmodule-type: global\n\nLightweight object for managing interactions with the story and history lists.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nConstruct Story object with options:\nwiki: reference to wiki object to use to resolve tiddler titles\nstoryTitle: title of story list tiddler\nhistoryTitle: title of history list tiddler\n*/\nfunction Story(options) {\n\toptions = options || {};\n\tthis.wiki = options.wiki || $tw.wiki;\n\tthis.storyTitle = options.storyTitle || \"$:/StoryList\";\n\tthis.historyTitle = options.historyTitle || \"$:/HistoryList\";\n};\n\nStory.prototype.navigateTiddler = function(navigateTo,navigateFromTitle,navigateFromClientRect) {\n\tthis.addToStory(navigateTo,navigateFromTitle);\n\tthis.addToHistory(navigateTo,navigateFromClientRect);\n};\n\nStory.prototype.getStoryList = function() {\n\treturn this.wiki.getTiddlerList(this.storyTitle) || [];\n};\n\nStory.prototype.addToStory = function(navigateTo,navigateFromTitle,options) {\n\toptions = options || {};\n\tvar storyList = this.getStoryList();\n\t// See if the tiddler is already there\n\tvar slot = storyList.indexOf(navigateTo);\n\t// Quit if it already exists in the story river\n\tif(slot >= 0) {\n\t\treturn;\n\t}\n\t// First we try to find the position of the story element we navigated from\n\tvar fromIndex = storyList.indexOf(navigateFromTitle);\n\tif(fromIndex >= 0) {\n\t\t// The tiddler is added from inside the river\n\t\t// Determine where to insert the tiddler; Fallback is \"below\"\n\t\tswitch(options.openLinkFromInsideRiver) {\n\t\t\tcase \"top\":\n\t\t\t\tslot = 0;\n\t\t\t\tbreak;\n\t\t\tcase \"bottom\":\n\t\t\t\tslot = storyList.length;\n\t\t\t\tbreak;\n\t\t\tcase \"above\":\n\t\t\t\tslot = fromIndex;\n\t\t\t\tbreak;\n\t\t\tcase \"below\": // Intentional fall-through\n\t\t\tdefault:\n\t\t\t\tslot = fromIndex + 1;\n\t\t\t\tbreak;\n\t\t}\n\t} else {\n\t\t// The tiddler is opened from outside the river. Determine where to insert the tiddler; default is \"top\"\n\t\tif(options.openLinkFromOutsideRiver === \"bottom\") {\n\t\t\t// Insert at bottom\n\t\t\tslot = storyList.length;\n\t\t} else {\n\t\t\t// Insert at top\n\t\t\tslot = 0;\n\t\t}\n\t}\n\t// Add the tiddler\n\tstoryList.splice(slot,0,navigateTo);\n\t// Save the story\n\tthis.saveStoryList(storyList);\n};\n\nStory.prototype.saveStoryList = function(storyList) {\n\tvar storyTiddler = this.wiki.getTiddler(this.storyTitle);\n\tthis.wiki.addTiddler(new $tw.Tiddler(\n\t\tthis.wiki.getCreationFields(),\n\t\t{title: this.storyTitle},\n\t\tstoryTiddler,\n\t\t{list: storyList},\n\t\tthis.wiki.getModificationFields()\n\t));\n};\n\nStory.prototype.addToHistory = function(navigateTo,navigateFromClientRect) {\n\tvar titles = $tw.utils.isArray(navigateTo) ? navigateTo : [navigateTo];\n\t// Add a new record to the top of the history stack\n\tvar historyList = this.wiki.getTiddlerData(this.historyTitle,[]);\n\t$tw.utils.each(titles,function(title) {\n\t\thistoryList.push({title: title, fromPageRect: navigateFromClientRect});\n\t});\n\tthis.wiki.setTiddlerData(this.historyTitle,historyList,{\"current-tiddler\": titles[titles.length-1]});\n};\n\nStory.prototype.storyCloseTiddler = function(targetTitle) {\n// TBD\n};\n\nStory.prototype.storyCloseAllTiddlers = function() {\n// TBD\n};\n\nStory.prototype.storyCloseOtherTiddlers = function(targetTitle) {\n// TBD\n};\n\nStory.prototype.storyEditTiddler = function(targetTitle) {\n// TBD\n};\n\nStory.prototype.storyDeleteTiddler = function(targetTitle) {\n// TBD\n};\n\nStory.prototype.storySaveTiddler = function(targetTitle) {\n// TBD\n};\n\nStory.prototype.storyCancelTiddler = function(targetTitle) {\n// TBD\n};\n\nStory.prototype.storyNewTiddler = function(targetTitle) {\n// TBD\n};\n\nexports.Story = Story;\n\n\n})();\n",
"type": "application/javascript",
"module-type": "global"
},
"$:/core/modules/storyviews/classic.js": {
"title": "$:/core/modules/storyviews/classic.js",
"text": "/*\\\ntitle: $:/core/modules/storyviews/classic.js\ntype: application/javascript\nmodule-type: storyview\n\nViews the story as a linear sequence\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar easing = \"cubic-bezier(0.645, 0.045, 0.355, 1)\"; // From http://easings.net/#easeInOutCubic\n\nvar ClassicStoryView = function(listWidget) {\n\tthis.listWidget = listWidget;\n};\n\nClassicStoryView.prototype.navigateTo = function(historyInfo) {\n\tvar duration = $tw.utils.getAnimationDuration()\n\tvar listElementIndex = this.listWidget.findListItem(0,historyInfo.title);\n\tif(listElementIndex === undefined) {\n\t\treturn;\n\t}\n\tvar listItemWidget = this.listWidget.children[listElementIndex],\n\t\ttargetElement = listItemWidget.findFirstDomNode();\n\t// Abandon if the list entry isn't a DOM element (it might be a text node)\n\tif(!(targetElement instanceof Element)) {\n\t\treturn;\n\t}\n\tif(duration) {\n\t\t// Scroll the node into view\n\t\tthis.listWidget.dispatchEvent({type: \"tm-scroll\", target: targetElement});\t\n\t} else {\n\t\ttargetElement.scrollIntoView();\n\t}\n};\n\nClassicStoryView.prototype.insert = function(widget) {\n\tvar duration = $tw.utils.getAnimationDuration();\n\tif(duration) {\n\t\tvar targetElement = widget.findFirstDomNode();\n\t\t// Abandon if the list entry isn't a DOM element (it might be a text node)\n\t\tif(!(targetElement instanceof Element)) {\n\t\t\treturn;\n\t\t}\n\t\t// Get the current height of the tiddler\n\t\tvar computedStyle = window.getComputedStyle(targetElement),\n\t\t\tcurrMarginBottom = parseInt(computedStyle.marginBottom,10),\n\t\t\tcurrMarginTop = parseInt(computedStyle.marginTop,10),\n\t\t\tcurrHeight = targetElement.offsetHeight + currMarginTop;\n\t\t// Reset the margin once the transition is over\n\t\tsetTimeout(function() {\n\t\t\t$tw.utils.setStyle(targetElement,[\n\t\t\t\t{transition: \"none\"},\n\t\t\t\t{marginBottom: \"\"}\n\t\t\t]);\n\t\t},duration);\n\t\t// Set up the initial position of the element\n\t\t$tw.utils.setStyle(targetElement,[\n\t\t\t{transition: \"none\"},\n\t\t\t{marginBottom: (-currHeight) + \"px\"},\n\t\t\t{opacity: \"0.0\"}\n\t\t]);\n\t\t$tw.utils.forceLayout(targetElement);\n\t\t// Transition to the final position\n\t\t$tw.utils.setStyle(targetElement,[\n\t\t\t{transition: \"opacity \" + duration + \"ms \" + easing + \", \" +\n\t\t\t\t\t\t\"margin-bottom \" + duration + \"ms \" + easing},\n\t\t\t{marginBottom: currMarginBottom + \"px\"},\n\t\t\t{opacity: \"1.0\"}\n\t]);\n\t}\n};\n\nClassicStoryView.prototype.remove = function(widget) {\n\tvar duration = $tw.utils.getAnimationDuration();\n\tif(duration) {\n\t\tvar targetElement = widget.findFirstDomNode(),\n\t\t\tremoveElement = function() {\n\t\t\t\twidget.removeChildDomNodes();\n\t\t\t};\n\t\t// Abandon if the list entry isn't a DOM element (it might be a text node)\n\t\tif(!(targetElement instanceof Element)) {\n\t\t\tremoveElement();\n\t\t\treturn;\n\t\t}\n\t\t// Get the current height of the tiddler\n\t\tvar currWidth = targetElement.offsetWidth,\n\t\t\tcomputedStyle = window.getComputedStyle(targetElement),\n\t\t\tcurrMarginBottom = parseInt(computedStyle.marginBottom,10),\n\t\t\tcurrMarginTop = parseInt(computedStyle.marginTop,10),\n\t\t\tcurrHeight = targetElement.offsetHeight + currMarginTop;\n\t\t// Remove the dom nodes of the widget at the end of the transition\n\t\tsetTimeout(removeElement,duration);\n\t\t// Animate the closure\n\t\t$tw.utils.setStyle(targetElement,[\n\t\t\t{transition: \"none\"},\n\t\t\t{transform: \"translateX(0px)\"},\n\t\t\t{marginBottom: currMarginBottom + \"px\"},\n\t\t\t{opacity: \"1.0\"}\n\t\t]);\n\t\t$tw.utils.forceLayout(targetElement);\n\t\t$tw.utils.setStyle(targetElement,[\n\t\t\t{transition: $tw.utils.roundTripPropertyName(\"transform\") + \" \" + duration + \"ms \" + easing + \", \" +\n\t\t\t\t\t\t\"opacity \" + duration + \"ms \" + easing + \", \" +\n\t\t\t\t\t\t\"margin-bottom \" + duration + \"ms \" + easing},\n\t\t\t{transform: \"translateX(-\" + currWidth + \"px)\"},\n\t\t\t{marginBottom: (-currHeight) + \"px\"},\n\t\t\t{opacity: \"0.0\"}\n\t\t]);\n\t} else {\n\t\twidget.removeChildDomNodes();\n\t}\n};\n\nexports.classic = ClassicStoryView;\n\n})();",
"type": "application/javascript",
"module-type": "storyview"
},
"$:/core/modules/storyviews/pop.js": {
"title": "$:/core/modules/storyviews/pop.js",
"text": "/*\\\ntitle: $:/core/modules/storyviews/pop.js\ntype: application/javascript\nmodule-type: storyview\n\nAnimates list insertions and removals\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar PopStoryView = function(listWidget) {\n\tthis.listWidget = listWidget;\n};\n\nPopStoryView.prototype.navigateTo = function(historyInfo) {\n\tvar listElementIndex = this.listWidget.findListItem(0,historyInfo.title);\n\tif(listElementIndex === undefined) {\n\t\treturn;\n\t}\n\tvar listItemWidget = this.listWidget.children[listElementIndex],\n\t\ttargetElement = listItemWidget.findFirstDomNode();\n\t// Abandon if the list entry isn't a DOM element (it might be a text node)\n\tif(!(targetElement instanceof Element)) {\n\t\treturn;\n\t}\n\t// Scroll the node into view\n\tthis.listWidget.dispatchEvent({type: \"tm-scroll\", target: targetElement});\n};\n\nPopStoryView.prototype.insert = function(widget) {\n\tvar targetElement = widget.findFirstDomNode(),\n\t\tduration = $tw.utils.getAnimationDuration();\n\t// Abandon if the list entry isn't a DOM element (it might be a text node)\n\tif(!(targetElement instanceof Element)) {\n\t\treturn;\n\t}\n\t// Reset once the transition is over\n\tsetTimeout(function() {\n\t\t$tw.utils.setStyle(targetElement,[\n\t\t\t{transition: \"none\"},\n\t\t\t{transform: \"none\"}\n\t\t]);\n\t\t$tw.utils.setStyle(widget.document.body,[\n\t\t\t{\"overflow-x\": \"\"}\n\t\t]);\n\t},duration);\n\t// Prevent the page from overscrolling due to the zoom factor\n\t$tw.utils.setStyle(widget.document.body,[\n\t\t{\"overflow-x\": \"hidden\"}\n\t]);\n\t// Set up the initial position of the element\n\t$tw.utils.setStyle(targetElement,[\n\t\t{transition: \"none\"},\n\t\t{transform: \"scale(2)\"},\n\t\t{opacity: \"0.0\"}\n\t]);\n\t$tw.utils.forceLayout(targetElement);\n\t// Transition to the final position\n\t$tw.utils.setStyle(targetElement,[\n\t\t{transition: $tw.utils.roundTripPropertyName(\"transform\") + \" \" + duration + \"ms ease-in-out, \" +\n\t\t\t\t\t\"opacity \" + duration + \"ms ease-in-out\"},\n\t\t{transform: \"scale(1)\"},\n\t\t{opacity: \"1.0\"}\n\t]);\n};\n\nPopStoryView.prototype.remove = function(widget) {\n\tvar targetElement = widget.findFirstDomNode(),\n\t\tduration = $tw.utils.getAnimationDuration(),\n\t\tremoveElement = function() {\n\t\t\tif(targetElement && targetElement.parentNode) {\n\t\t\t\twidget.removeChildDomNodes();\n\t\t\t}\n\t\t};\n\t// Abandon if the list entry isn't a DOM element (it might be a text node)\n\tif(!(targetElement instanceof Element)) {\n\t\tremoveElement();\n\t\treturn;\n\t}\n\t// Remove the element at the end of the transition\n\tsetTimeout(removeElement,duration);\n\t// Animate the closure\n\t$tw.utils.setStyle(targetElement,[\n\t\t{transition: \"none\"},\n\t\t{transform: \"scale(1)\"},\n\t\t{opacity: \"1.0\"}\n\t]);\n\t$tw.utils.forceLayout(targetElement);\n\t$tw.utils.setStyle(targetElement,[\n\t\t{transition: $tw.utils.roundTripPropertyName(\"transform\") + \" \" + duration + \"ms ease-in-out, \" +\n\t\t\t\t\t\"opacity \" + duration + \"ms ease-in-out\"},\n\t\t{transform: \"scale(0.1)\"},\n\t\t{opacity: \"0.0\"}\n\t]);\n};\n\nexports.pop = PopStoryView;\n\n})();\n",
"type": "application/javascript",
"module-type": "storyview"
},
"$:/core/modules/storyviews/zoomin.js": {
"title": "$:/core/modules/storyviews/zoomin.js",
"text": "/*\\\ntitle: $:/core/modules/storyviews/zoomin.js\ntype: application/javascript\nmodule-type: storyview\n\nZooms between individual tiddlers\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar easing = \"cubic-bezier(0.645, 0.045, 0.355, 1)\"; // From http://easings.net/#easeInOutCubic\n\nvar ZoominListView = function(listWidget) {\n\tvar self = this;\n\tthis.listWidget = listWidget;\n\t// Get the index of the tiddler that is at the top of the history\n\tvar history = this.listWidget.wiki.getTiddlerDataCached(this.listWidget.historyTitle,[]),\n\t\ttargetTiddler;\n\tif(history.length > 0) {\n\t\ttargetTiddler = history[history.length-1].title;\n\t}\n\t// Make all the tiddlers position absolute, and hide all but the top (or first) one\n\t$tw.utils.each(this.listWidget.children,function(itemWidget,index) {\n\t\tvar domNode = itemWidget.findFirstDomNode();\n\t\t// Abandon if the list entry isn't a DOM element (it might be a text node)\n\t\tif(!(domNode instanceof Element)) {\n\t\t\treturn;\n\t\t}\n\t\tif((targetTiddler && targetTiddler !== itemWidget.parseTreeNode.itemTitle) || (!targetTiddler && index)) {\n\t\t\tdomNode.style.display = \"none\";\n\t\t} else {\n\t\t\tself.currentTiddlerDomNode = domNode;\n\t\t}\n\t\t$tw.utils.addClass(domNode,\"tc-storyview-zoomin-tiddler\");\n\t});\n};\n\nZoominListView.prototype.navigateTo = function(historyInfo) {\n\tvar duration = $tw.utils.getAnimationDuration(),\n\t\tlistElementIndex = this.listWidget.findListItem(0,historyInfo.title);\n\tif(listElementIndex === undefined) {\n\t\treturn;\n\t}\n\tvar listItemWidget = this.listWidget.children[listElementIndex],\n\t\ttargetElement = listItemWidget.findFirstDomNode();\n\t// Abandon if the list entry isn't a DOM element (it might be a text node)\n\tif(!(targetElement instanceof Element)) {\n\t\treturn;\n\t}\n\t// Make the new tiddler be position absolute and visible so that we can measure it\n\t$tw.utils.addClass(targetElement,\"tc-storyview-zoomin-tiddler\");\n\t$tw.utils.setStyle(targetElement,[\n\t\t{display: \"block\"},\n\t\t{transformOrigin: \"0 0\"},\n\t\t{transform: \"translateX(0px) translateY(0px) scale(1)\"},\n\t\t{transition: \"none\"},\n\t\t{opacity: \"0.0\"}\n\t]);\n\t// Get the position of the source node, or use the centre of the window as the source position\n\tvar sourceBounds = historyInfo.fromPageRect || {\n\t\t\tleft: window.innerWidth/2 - 2,\n\t\t\ttop: window.innerHeight/2 - 2,\n\t\t\twidth: window.innerWidth/8,\n\t\t\theight: window.innerHeight/8\n\t\t};\n\t// Try to find the title node in the target tiddler\n\tvar titleDomNode = findTitleDomNode(listItemWidget) || listItemWidget.findFirstDomNode(),\n\t\tzoomBounds = titleDomNode.getBoundingClientRect();\n\t// Compute the transform for the target tiddler to make the title lie over the source rectange\n\tvar targetBounds = targetElement.getBoundingClientRect(),\n\t\tscale = sourceBounds.width / zoomBounds.width,\n\t\tx = sourceBounds.left - targetBounds.left - (zoomBounds.left - targetBounds.left) * scale,\n\t\ty = sourceBounds.top - targetBounds.top - (zoomBounds.top - targetBounds.top) * scale;\n\t// Transform the target tiddler to its starting position\n\t$tw.utils.setStyle(targetElement,[\n\t\t{transform: \"translateX(\" + x + \"px) translateY(\" + y + \"px) scale(\" + scale + \")\"}\n\t]);\n\t// Force layout\n\t$tw.utils.forceLayout(targetElement);\n\t// Apply the ending transitions with a timeout to ensure that the previously applied transformations are applied first\n\tvar self = this,\n\t\tprevCurrentTiddler = this.currentTiddlerDomNode;\n\tthis.currentTiddlerDomNode = targetElement;\n\t// Transform the target tiddler to its natural size\n\t$tw.utils.setStyle(targetElement,[\n\t\t{transition: $tw.utils.roundTripPropertyName(\"transform\") + \" \" + duration + \"ms \" + easing + \", opacity \" + duration + \"ms \" + easing},\n\t\t{opacity: \"1.0\"},\n\t\t{transform: \"translateX(0px) translateY(0px) scale(1)\"},\n\t\t{zIndex: \"500\"},\n\t]);\n\t// Transform the previous tiddler out of the way and then hide it\n\tif(prevCurrentTiddler && prevCurrentTiddler !== targetElement) {\n\t\tscale = zoomBounds.width / sourceBounds.width;\n\t\tx = zoomBounds.left - targetBounds.left - (sourceBounds.left - targetBounds.left) * scale;\n\t\ty = zoomBounds.top - targetBounds.top - (sourceBounds.top - targetBounds.top) * scale;\n\t\t$tw.utils.setStyle(prevCurrentTiddler,[\n\t\t\t{transition: $tw.utils.roundTripPropertyName(\"transform\") + \" \" + duration + \"ms \" + easing + \", opacity \" + duration + \"ms \" + easing},\n\t\t\t{opacity: \"0.0\"},\n\t\t\t{transformOrigin: \"0 0\"},\n\t\t\t{transform: \"translateX(\" + x + \"px) translateY(\" + y + \"px) scale(\" + scale + \")\"},\n\t\t\t{zIndex: \"0\"}\n\t\t]);\n\t\t// Hide the tiddler when the transition has finished\n\t\tsetTimeout(function() {\n\t\t\tif(self.currentTiddlerDomNode !== prevCurrentTiddler) {\n\t\t\t\tprevCurrentTiddler.style.display = \"none\";\n\t\t\t}\n\t\t},duration);\n\t}\n\t// Scroll the target into view\n//\t$tw.pageScroller.scrollIntoView(targetElement);\n};\n\n/*\nFind the first child DOM node of a widget that has the class \"tc-title\"\n*/\nfunction findTitleDomNode(widget,targetClass) {\n\ttargetClass = targetClass || \"tc-title\";\n\tvar domNode = widget.findFirstDomNode();\n\tif(domNode && domNode.querySelector) {\n\t\treturn domNode.querySelector(\".\" + targetClass);\n\t}\n\treturn null;\n}\n\nZoominListView.prototype.insert = function(widget) {\n\tvar targetElement = widget.findFirstDomNode();\n\t// Abandon if the list entry isn't a DOM element (it might be a text node)\n\tif(!(targetElement instanceof Element)) {\n\t\treturn;\n\t}\n\t// Make the newly inserted node position absolute and hidden\n\t$tw.utils.addClass(targetElement,\"tc-storyview-zoomin-tiddler\");\n\t$tw.utils.setStyle(targetElement,[\n\t\t{display: \"none\"}\n\t]);\n};\n\nZoominListView.prototype.remove = function(widget) {\n\tvar targetElement = widget.findFirstDomNode(),\n\t\tduration = $tw.utils.getAnimationDuration(),\n\t\tremoveElement = function() {\n\t\t\twidget.removeChildDomNodes();\n\t\t};\n\t// Abandon if the list entry isn't a DOM element (it might be a text node)\n\tif(!(targetElement instanceof Element)) {\n\t\tremoveElement();\n\t\treturn;\n\t}\n\t// Abandon if hidden\n\tif(targetElement.style.display != \"block\" ) {\n\t\tremoveElement();\n\t\treturn;\n\t}\n\t// Set up the tiddler that is being closed\n\t$tw.utils.addClass(targetElement,\"tc-storyview-zoomin-tiddler\");\n\t$tw.utils.setStyle(targetElement,[\n\t\t{display: \"block\"},\n\t\t{transformOrigin: \"50% 50%\"},\n\t\t{transform: \"translateX(0px) translateY(0px) scale(1)\"},\n\t\t{transition: \"none\"},\n\t\t{zIndex: \"0\"}\n\t]);\n\t// We'll move back to the previous or next element in the story\n\tvar toWidget = widget.previousSibling();\n\tif(!toWidget) {\n\t\ttoWidget = widget.nextSibling();\n\t}\n\tvar toWidgetDomNode = toWidget && toWidget.findFirstDomNode();\n\t// Set up the tiddler we're moving back in\n\tif(toWidgetDomNode) {\n\t\t$tw.utils.addClass(toWidgetDomNode,\"tc-storyview-zoomin-tiddler\");\n\t\t$tw.utils.setStyle(toWidgetDomNode,[\n\t\t\t{display: \"block\"},\n\t\t\t{transformOrigin: \"50% 50%\"},\n\t\t\t{transform: \"translateX(0px) translateY(0px) scale(10)\"},\n\t\t\t{transition: $tw.utils.roundTripPropertyName(\"transform\") + \" \" + duration + \"ms \" + easing + \", opacity \" + duration + \"ms \" + easing},\n\t\t\t{opacity: \"0\"},\n\t\t\t{zIndex: \"500\"}\n\t\t]);\n\t\tthis.currentTiddlerDomNode = toWidgetDomNode;\n\t}\n\t// Animate them both\n\t// Force layout\n\t$tw.utils.forceLayout(this.listWidget.parentDomNode);\n\t// First, the tiddler we're closing\n\t$tw.utils.setStyle(targetElement,[\n\t\t{transformOrigin: \"50% 50%\"},\n\t\t{transform: \"translateX(0px) translateY(0px) scale(0.1)\"},\n\t\t{transition: $tw.utils.roundTripPropertyName(\"transform\") + \" \" + duration + \"ms \" + easing + \", opacity \" + duration + \"ms \" + easing},\n\t\t{opacity: \"0\"},\n\t\t{zIndex: \"0\"}\n\t]);\n\tsetTimeout(removeElement,duration);\n\t// Now the tiddler we're going back to\n\tif(toWidgetDomNode) {\n\t\t$tw.utils.setStyle(toWidgetDomNode,[\n\t\t\t{transform: \"translateX(0px) translateY(0px) scale(1)\"},\n\t\t\t{opacity: \"1\"}\n\t\t]);\n\t}\n\treturn true; // Indicate that we'll delete the DOM node\n};\n\nexports.zoomin = ZoominListView;\n\n})();\n",
"type": "application/javascript",
"module-type": "storyview"
},
"$:/core/modules/syncer.js": {
"title": "$:/core/modules/syncer.js",
"text": "/*\\\ntitle: $:/core/modules/syncer.js\ntype: application/javascript\nmodule-type: global\n\nThe syncer tracks changes to the store. If a syncadaptor is used then individual tiddlers are synchronised through it. If there is no syncadaptor then the entire wiki is saved via saver modules.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nDefaults\n*/\nSyncer.prototype.titleIsLoggedIn = \"$:/status/IsLoggedIn\";\nSyncer.prototype.titleIsAnonymous = \"$:/status/IsAnonymous\";\nSyncer.prototype.titleIsReadOnly = \"$:/status/IsReadOnly\";\nSyncer.prototype.titleUserName = \"$:/status/UserName\";\nSyncer.prototype.titleSyncFilter = \"$:/config/SyncFilter\";\nSyncer.prototype.titleSyncPollingInterval = \"$:/config/SyncPollingInterval\";\nSyncer.prototype.titleSavedNotification = \"$:/language/Notifications/Save/Done\";\nSyncer.prototype.taskTimerInterval = 1 * 1000; // Interval for sync timer\nSyncer.prototype.throttleInterval = 1 * 1000; // Defer saving tiddlers if they've changed in the last 1s...\nSyncer.prototype.fallbackInterval = 10 * 1000; // Unless the task is older than 10s\nSyncer.prototype.pollTimerInterval = 60 * 1000; // Interval for polling for changes from the adaptor\n\n/*\nInstantiate the syncer with the following options:\nsyncadaptor: reference to syncadaptor to be used\nwiki: wiki to be synced\n*/\nfunction Syncer(options) {\n\tvar self = this;\n\tthis.wiki = options.wiki;\n\tthis.syncadaptor = options.syncadaptor;\n\tthis.disableUI = !!options.disableUI;\n\tthis.titleIsLoggedIn = options.titleIsLoggedIn || this.titleIsLoggedIn;\n\tthis.titleUserName = options.titleUserName || this.titleUserName;\n\tthis.titleSyncFilter = options.titleSyncFilter || this.titleSyncFilter;\n\tthis.titleSavedNotification = options.titleSavedNotification || this.titleSavedNotification;\n\tthis.taskTimerInterval = options.taskTimerInterval || this.taskTimerInterval;\n\tthis.throttleInterval = options.throttleInterval || this.throttleInterval;\n\tthis.fallbackInterval = options.fallbackInterval || this.fallbackInterval;\n\tthis.pollTimerInterval = options.pollTimerInterval || parseInt(this.wiki.getTiddlerText(this.titleSyncPollingInterval,\"\"),10) || this.pollTimerInterval;\n\tthis.logging = \"logging\" in options ? options.logging : true;\n\t// Make a logger\n\tthis.logger = new $tw.utils.Logger(\"syncer\" + ($tw.browser ? \"-browser\" : \"\") + ($tw.node ? \"-server\" : \"\") + (this.syncadaptor.name ? (\"-\" + this.syncadaptor.name) : \"\"),{\n\t\t\tcolour: \"cyan\",\n\t\t\tenable: this.logging\n\t\t});\n\t// Compile the dirty tiddler filter\n\tthis.filterFn = this.wiki.compileFilter(this.wiki.getTiddlerText(this.titleSyncFilter));\n\t// Record information for known tiddlers\n\tthis.readTiddlerInfo();\n\t// Tasks are {type: \"load\"/\"save\"/\"delete\", title:, queueTime:, lastModificationTime:}\n\tthis.taskQueue = {}; // Hashmap of tasks yet to be performed\n\tthis.taskInProgress = {}; // Hash of tasks in progress\n\tthis.taskTimerId = null; // Timer for task dispatch\n\tthis.pollTimerId = null; // Timer for polling server\n\t// Listen out for changes to tiddlers\n\tthis.wiki.addEventListener(\"change\",function(changes) {\n\t\tself.syncToServer(changes);\n\t});\n\t// Browser event handlers\n\tif($tw.browser && !this.disableUI) {\n\t\t// Set up our beforeunload handler\n\t\t$tw.addUnloadTask(function(event) {\n\t\t\tvar confirmationMessage;\n\t\t\tif(self.isDirty()) {\n\t\t\t\tconfirmationMessage = $tw.language.getString(\"UnsavedChangesWarning\");\n\t\t\t\tevent.returnValue = confirmationMessage; // Gecko\n\t\t\t}\n\t\t\treturn confirmationMessage;\n\t\t});\n\t\t// Listen out for login/logout/refresh events in the browser\n\t\t$tw.rootWidget.addEventListener(\"tm-login\",function() {\n\t\t\tself.handleLoginEvent();\n\t\t});\n\t\t$tw.rootWidget.addEventListener(\"tm-logout\",function() {\n\t\t\tself.handleLogoutEvent();\n\t\t});\n\t\t$tw.rootWidget.addEventListener(\"tm-server-refresh\",function() {\n\t\t\tself.handleRefreshEvent();\n\t\t});\n\t}\n\t// Listen out for lazyLoad events\n\tif(!this.disableUI) {\n\t\tthis.wiki.addEventListener(\"lazyLoad\",function(title) {\n\t\t\tself.handleLazyLoadEvent(title);\n\t\t});\t\t\n\t}\n\t// Get the login status\n\tthis.getStatus(function(err,isLoggedIn) {\n\t\t// Do a sync from the server\n\t\tself.syncFromServer();\n\t});\n}\n\n/*\nRead (or re-read) the latest tiddler info from the store\n*/\nSyncer.prototype.readTiddlerInfo = function() {\n\t// Hashmap by title of {revision:,changeCount:,adaptorInfo:}\n\tthis.tiddlerInfo = {};\n\t// Record information for known tiddlers\n\tvar self = this,\n\t\ttiddlers = this.filterFn.call(this.wiki);\n\t$tw.utils.each(tiddlers,function(title) {\n\t\tvar tiddler = self.wiki.getTiddler(title);\n\t\tself.tiddlerInfo[title] = {\n\t\t\trevision: tiddler.fields.revision,\n\t\t\tadaptorInfo: self.syncadaptor && self.syncadaptor.getTiddlerInfo(tiddler),\n\t\t\tchangeCount: self.wiki.getChangeCount(title),\n\t\t\thasBeenLazyLoaded: false\n\t\t};\n\t});\n};\n\n/*\nCreate an tiddlerInfo structure if it doesn't already exist\n*/\nSyncer.prototype.createTiddlerInfo = function(title) {\n\tif(!$tw.utils.hop(this.tiddlerInfo,title)) {\n\t\tthis.tiddlerInfo[title] = {\n\t\t\trevision: null,\n\t\t\tadaptorInfo: {},\n\t\t\tchangeCount: -1,\n\t\t\thasBeenLazyLoaded: false\n\t\t};\n\t}\n};\n\n/*\nChecks whether the wiki is dirty (ie the window shouldn't be closed)\n*/\nSyncer.prototype.isDirty = function() {\n\treturn (this.numTasksInQueue() > 0) || (this.numTasksInProgress() > 0);\n};\n\n/*\nUpdate the document body with the class \"tc-dirty\" if the wiki has unsaved/unsynced changes\n*/\nSyncer.prototype.updateDirtyStatus = function() {\n\tif($tw.browser && !this.disableUI) {\n\t\t$tw.utils.toggleClass(document.body,\"tc-dirty\",this.isDirty());\n\t}\n};\n\n/*\nSave an incoming tiddler in the store, and updates the associated tiddlerInfo\n*/\nSyncer.prototype.storeTiddler = function(tiddlerFields,hasBeenLazyLoaded) {\n\t// Save the tiddler\n\tvar tiddler = new $tw.Tiddler(tiddlerFields);\n\tthis.wiki.addTiddler(tiddler);\n\t// Save the tiddler revision and changeCount details\n\tthis.tiddlerInfo[tiddlerFields.title] = {\n\t\trevision: tiddlerFields.revision,\n\t\tadaptorInfo: this.syncadaptor.getTiddlerInfo(tiddler),\n\t\tchangeCount: this.wiki.getChangeCount(tiddlerFields.title),\n\t\thasBeenLazyLoaded: hasBeenLazyLoaded !== undefined ? hasBeenLazyLoaded : true\n\t};\n};\n\nSyncer.prototype.getStatus = function(callback) {\n\tvar self = this;\n\t// Check if the adaptor supports getStatus()\n\tif(this.syncadaptor && this.syncadaptor.getStatus) {\n\t\t// Mark us as not logged in\n\t\tthis.wiki.addTiddler({title: this.titleIsLoggedIn,text: \"no\"});\n\t\t// Get login status\n\t\tthis.syncadaptor.getStatus(function(err,isLoggedIn,username,isReadOnly,isAnonymous) {\n\t\t\tif(err) {\n\t\t\t\tself.logger.alert(err);\n\t\t\t\treturn;\n\t\t\t}\n\t\t\t// Set the various status tiddlers\n\t\t\tself.wiki.addTiddler({title: self.titleIsReadOnly,text: isReadOnly ? \"yes\" : \"no\"});\n\t\t\tself.wiki.addTiddler({title: self.titleIsAnonymous,text: isAnonymous ? \"yes\" : \"no\"});\n\t\t\tself.wiki.addTiddler({title: self.titleIsLoggedIn,text: isLoggedIn ? \"yes\" : \"no\"});\n\t\t\tif(isLoggedIn) {\n\t\t\t\tself.wiki.addTiddler({title: self.titleUserName,text: username || \"\"});\n\t\t\t}\n\t\t\t// Invoke the callback\n\t\t\tif(callback) {\n\t\t\t\tcallback(err,isLoggedIn,username);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tcallback(null,true,\"UNAUTHENTICATED\");\n\t}\n};\n\n/*\nSynchronise from the server by reading the skinny tiddler list and queuing up loads for any tiddlers that we don't already have up to date\n*/\nSyncer.prototype.syncFromServer = function() {\n\tif(this.syncadaptor && this.syncadaptor.getSkinnyTiddlers) {\n\t\tthis.logger.log(\"Retrieving skinny tiddler list\");\n\t\tvar self = this;\n\t\tif(this.pollTimerId) {\n\t\t\tclearTimeout(this.pollTimerId);\n\t\t\tthis.pollTimerId = null;\n\t\t}\n\t\tthis.syncadaptor.getSkinnyTiddlers(function(err,tiddlers) {\n\t\t\t// Trigger the next sync\n\t\t\tself.pollTimerId = setTimeout(function() {\n\t\t\t\tself.pollTimerId = null;\n\t\t\t\tself.syncFromServer.call(self);\n\t\t\t},self.pollTimerInterval);\n\t\t\t// Check for errors\n\t\t\tif(err) {\n\t\t\t\tself.logger.alert($tw.language.getString(\"Error/RetrievingSkinny\") + \":\",err);\n\t\t\t\treturn;\n\t\t\t}\n\t\t\t// Process each incoming tiddler\n\t\t\tfor(var t=0; t<tiddlers.length; t++) {\n\t\t\t\t// Get the incoming tiddler fields, and the existing tiddler\n\t\t\t\tvar tiddlerFields = tiddlers[t],\n\t\t\t\t\tincomingRevision = tiddlerFields.revision + \"\",\n\t\t\t\t\ttiddler = self.wiki.getTiddler(tiddlerFields.title),\n\t\t\t\t\ttiddlerInfo = self.tiddlerInfo[tiddlerFields.title],\n\t\t\t\t\tcurrRevision = tiddlerInfo ? tiddlerInfo.revision : null;\n\t\t\t\t// Ignore the incoming tiddler if it's the same as the revision we've already got\n\t\t\t\tif(currRevision !== incomingRevision) {\n\t\t\t\t\t// Do a full load if we've already got a fat version of the tiddler\n\t\t\t\t\tif(tiddler && tiddler.fields.text !== undefined) {\n\t\t\t\t\t\t// Do a full load of this tiddler\n\t\t\t\t\t\tself.enqueueSyncTask({\n\t\t\t\t\t\t\ttype: \"load\",\n\t\t\t\t\t\t\ttitle: tiddlerFields.title\n\t\t\t\t\t\t});\n\t\t\t\t\t} else {\n\t\t\t\t\t\t// Load the skinny version of the tiddler\n\t\t\t\t\t\tself.storeTiddler(tiddlerFields,false);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t}\n};\n\n/*\nSynchronise a set of changes to the server\n*/\nSyncer.prototype.syncToServer = function(changes) {\n\tvar self = this,\n\t\tnow = Date.now(),\n\t\tfilteredChanges = this.filterFn.call(this.wiki,function(callback) {\n\t\t\t$tw.utils.each(changes,function(change,title) {\n\t\t\t\tvar tiddler = self.wiki.getTiddler(title);\n\t\t\t\tcallback(tiddler,title);\n\t\t\t});\n\t\t});\n\t$tw.utils.each(changes,function(change,title,object) {\n\t\t// Process the change if it is a deletion of a tiddler we're already syncing, or is on the filtered change list\n\t\tif((change.deleted && $tw.utils.hop(self.tiddlerInfo,title)) || filteredChanges.indexOf(title) !== -1) {\n\t\t\t// Queue a task to sync this tiddler\n\t\t\tself.enqueueSyncTask({\n\t\t\t\ttype: change.deleted ? \"delete\" : \"save\",\n\t\t\t\ttitle: title\n\t\t\t});\n\t\t}\n\t});\n};\n\n/*\nLazily load a skinny tiddler if we can\n*/\nSyncer.prototype.handleLazyLoadEvent = function(title) {\n\t// Don't lazy load the same tiddler twice\n\tvar info = this.tiddlerInfo[title];\n\tif(!info || !info.hasBeenLazyLoaded) {\n\t\t// Don't lazy load if the tiddler isn't included in the sync filter\n\t\tif(this.filterFn.call(this.wiki).indexOf(title) !== -1) {\n\t\t\tthis.createTiddlerInfo(title);\n\t\t\tthis.tiddlerInfo[title].hasBeenLazyLoaded = true;\n\t\t\t// Queue up a sync task to load this tiddler\n\t\t\tthis.enqueueSyncTask({\n\t\t\t\ttype: \"load\",\n\t\t\t\ttitle: title\n\t\t\t});\n\t\t}\n\t}\n};\n\n/*\nDispay a password prompt and allow the user to login\n*/\nSyncer.prototype.handleLoginEvent = function() {\n\tvar self = this;\n\tthis.getStatus(function(err,isLoggedIn,username) {\n\t\tif(!isLoggedIn) {\n\t\t\t$tw.passwordPrompt.createPrompt({\n\t\t\t\tserviceName: $tw.language.getString(\"LoginToTiddlySpace\"),\n\t\t\t\tcallback: function(data) {\n\t\t\t\t\tself.login(data.username,data.password,function(err,isLoggedIn) {\n\t\t\t\t\t\tself.syncFromServer();\n\t\t\t\t\t});\n\t\t\t\t\treturn true; // Get rid of the password prompt\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\t});\n};\n\n/*\nAttempt to login to TiddlyWeb.\n\tusername: username\n\tpassword: password\n\tcallback: invoked with arguments (err,isLoggedIn)\n*/\nSyncer.prototype.login = function(username,password,callback) {\n\tthis.logger.log(\"Attempting to login as\",username);\n\tvar self = this;\n\tif(this.syncadaptor.login) {\n\t\tthis.syncadaptor.login(username,password,function(err) {\n\t\t\tif(err) {\n\t\t\t\treturn callback(err);\n\t\t\t}\n\t\t\tself.getStatus(function(err,isLoggedIn,username) {\n\t\t\t\tif(callback) {\n\t\t\t\t\tcallback(null,isLoggedIn);\n\t\t\t\t}\n\t\t\t});\n\t\t});\n\t} else {\n\t\tcallback(null,true);\n\t}\n};\n\n/*\nAttempt to log out of TiddlyWeb\n*/\nSyncer.prototype.handleLogoutEvent = function() {\n\tthis.logger.log(\"Attempting to logout\");\n\tvar self = this;\n\tif(this.syncadaptor.logout) {\n\t\tthis.syncadaptor.logout(function(err) {\n\t\t\tif(err) {\n\t\t\t\tself.logger.alert(err);\n\t\t\t} else {\n\t\t\t\tself.getStatus();\n\t\t\t}\n\t\t});\n\t}\n};\n\n/*\nImmediately refresh from the server\n*/\nSyncer.prototype.handleRefreshEvent = function() {\n\tthis.syncFromServer();\n};\n\n/*\nQueue up a sync task. If there is already a pending task for the tiddler, just update the last modification time\n*/\nSyncer.prototype.enqueueSyncTask = function(task) {\n\tvar self = this,\n\t\tnow = Date.now();\n\t// Set the timestamps on this task\n\ttask.queueTime = now;\n\ttask.lastModificationTime = now;\n\t// Fill in some tiddlerInfo if the tiddler is one we haven't seen before\n\tthis.createTiddlerInfo(task.title);\n\t// Bail if this is a save and the tiddler is already at the changeCount that the server has\n\tif(task.type === \"save\" && this.wiki.getChangeCount(task.title) <= this.tiddlerInfo[task.title].changeCount) {\n\t\treturn;\n\t}\n\t// Check if this tiddler is already in the queue\n\tif($tw.utils.hop(this.taskQueue,task.title)) {\n\t\t// this.logger.log(\"Re-queueing up sync task with type:\",task.type,\"title:\",task.title);\n\t\tvar existingTask = this.taskQueue[task.title];\n\t\t// If so, just update the last modification time\n\t\texistingTask.lastModificationTime = task.lastModificationTime;\n\t\t// If the new task is a save then we upgrade the existing task to a save. Thus a pending load is turned into a save if the tiddler changes locally in the meantime. But a pending save is not modified to become a load\n\t\tif(task.type === \"save\" || task.type === \"delete\") {\n\t\t\texistingTask.type = task.type;\n\t\t}\n\t} else {\n\t\t// this.logger.log(\"Queuing up sync task with type:\",task.type,\"title:\",task.title);\n\t\t// If it is not in the queue, insert it\n\t\tthis.taskQueue[task.title] = task;\n\t\tthis.updateDirtyStatus();\n\t}\n\t// Process the queue\n\t$tw.utils.nextTick(function() {self.processTaskQueue.call(self);});\n};\n\n/*\nReturn the number of tasks in progress\n*/\nSyncer.prototype.numTasksInProgress = function() {\n\treturn $tw.utils.count(this.taskInProgress);\n};\n\n/*\nReturn the number of tasks in the queue\n*/\nSyncer.prototype.numTasksInQueue = function() {\n\treturn $tw.utils.count(this.taskQueue);\n};\n\n/*\nTrigger a timeout if one isn't already outstanding\n*/\nSyncer.prototype.triggerTimeout = function() {\n\tvar self = this;\n\tif(!this.taskTimerId) {\n\t\tthis.taskTimerId = setTimeout(function() {\n\t\t\tself.taskTimerId = null;\n\t\t\tself.processTaskQueue.call(self);\n\t\t},self.taskTimerInterval);\n\t}\n};\n\n/*\nProcess the task queue, performing the next task if appropriate\n*/\nSyncer.prototype.processTaskQueue = function() {\n\tvar self = this;\n\t// Only process a task if the sync adaptor is fully initialised and we're not already performing a task. If we are already performing a task then we'll dispatch the next one when it completes\n\tif((!this.syncadaptor.isReady || this.syncadaptor.isReady()) && this.numTasksInProgress() === 0) {\n\t\t// Choose the next task to perform\n\t\tvar task = this.chooseNextTask();\n\t\t// Perform the task if we had one\n\t\tif(task) {\n\t\t\t// Remove the task from the queue and add it to the in progress list\n\t\t\tdelete this.taskQueue[task.title];\n\t\t\tthis.taskInProgress[task.title] = task;\n\t\t\tthis.updateDirtyStatus();\n\t\t\t// Dispatch the task\n\t\t\tthis.dispatchTask(task,function(err) {\n\t\t\t\tif(err) {\n\t\t\t\t\tself.logger.alert(\"Sync error while processing '\" + task.title + \"':\\n\" + err);\n\t\t\t\t}\n\t\t\t\t// Mark that this task is no longer in progress\n\t\t\t\tdelete self.taskInProgress[task.title];\n\t\t\t\tself.updateDirtyStatus();\n\t\t\t\t// Process the next task\n\t\t\t\tself.processTaskQueue.call(self);\n\t\t\t});\n\t\t} else {\n\t\t\t// Make sure we've set a time if there wasn't a task to perform, but we've still got tasks in the queue\n\t\t\tif(this.numTasksInQueue() > 0) {\n\t\t\t\tthis.triggerTimeout();\n\t\t\t}\n\t\t}\n\t}\n};\n\n/*\nChoose the next applicable task\n*/\nSyncer.prototype.chooseNextTask = function() {\n\tvar self = this,\n\t\tcandidateTask = null,\n\t\tnow = Date.now();\n\t// Select the best candidate task\n\t$tw.utils.each(this.taskQueue,function(task,title) {\n\t\t// Exclude the task if there's one of the same name in progress\n\t\tif($tw.utils.hop(self.taskInProgress,title)) {\n\t\t\treturn;\n\t\t}\n\t\t// Exclude the task if it is a save and the tiddler has been modified recently, but not hit the fallback time\n\t\tif(task.type === \"save\" && (now - task.lastModificationTime) < self.throttleInterval &&\n\t\t\t(now - task.queueTime) < self.fallbackInterval) {\n\t\t\treturn;\n\t\t}\n\t\t// Exclude the task if it is newer than the current best candidate\n\t\tif(candidateTask && candidateTask.queueTime < task.queueTime) {\n\t\t\treturn;\n\t\t}\n\t\t// Now this is our best candidate\n\t\tcandidateTask = task;\n\t});\n\treturn candidateTask;\n};\n\n/*\nDispatch a task and invoke the callback\n*/\nSyncer.prototype.dispatchTask = function(task,callback) {\n\tvar self = this;\n\tif(task.type === \"save\") {\n\t\tvar changeCount = this.wiki.getChangeCount(task.title),\n\t\t\ttiddler = this.wiki.getTiddler(task.title);\n\t\tthis.logger.log(\"Dispatching 'save' task:\",task.title);\n\t\tif(tiddler) {\n\t\t\tthis.syncadaptor.saveTiddler(tiddler,function(err,adaptorInfo,revision) {\n\t\t\t\tif(err) {\n\t\t\t\t\treturn callback(err);\n\t\t\t\t}\n\t\t\t\t// Adjust the info stored about this tiddler\n\t\t\t\tself.tiddlerInfo[task.title] = {\n\t\t\t\t\tchangeCount: changeCount,\n\t\t\t\t\tadaptorInfo: adaptorInfo,\n\t\t\t\t\trevision: revision\n\t\t\t\t};\n\t\t\t\t// Invoke the callback\n\t\t\t\tcallback(null);\n\t\t\t},{\n\t\t\t\ttiddlerInfo: self.tiddlerInfo[task.title]\n\t\t\t});\n\t\t} else {\n\t\t\tthis.logger.log(\" Not Dispatching 'save' task:\",task.title,\"tiddler does not exist\");\n\t\t\treturn callback(null);\n\t\t}\n\t} else if(task.type === \"load\") {\n\t\t// Load the tiddler\n\t\tthis.logger.log(\"Dispatching 'load' task:\",task.title);\n\t\tthis.syncadaptor.loadTiddler(task.title,function(err,tiddlerFields) {\n\t\t\tif(err) {\n\t\t\t\treturn callback(err);\n\t\t\t}\n\t\t\t// Store the tiddler\n\t\t\tif(tiddlerFields) {\n\t\t\t\tself.storeTiddler(tiddlerFields,true);\n\t\t\t}\n\t\t\t// Invoke the callback\n\t\t\tcallback(null);\n\t\t});\n\t} else if(task.type === \"delete\") {\n\t\t// Delete the tiddler\n\t\tthis.logger.log(\"Dispatching 'delete' task:\",task.title);\n\t\tthis.syncadaptor.deleteTiddler(task.title,function(err) {\n\t\t\tif(err) {\n\t\t\t\treturn callback(err);\n\t\t\t}\n\t\t\tdelete self.tiddlerInfo[task.title];\n\t\t\t// Invoke the callback\n\t\t\tcallback(null);\n\t\t},{\n\t\t\ttiddlerInfo: self.tiddlerInfo[task.title]\n\t\t});\n\t}\n};\n\nexports.Syncer = Syncer;\n\n})();\n",
"type": "application/javascript",
"module-type": "global"
},
"$:/core/modules/tiddler.js": {
"title": "$:/core/modules/tiddler.js",
"text": "/*\\\ntitle: $:/core/modules/tiddler.js\ntype: application/javascript\nmodule-type: tiddlermethod\n\nExtension methods for the $tw.Tiddler object (constructor and methods required at boot time are in boot/boot.js)\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.hasTag = function(tag) {\n\treturn this.fields.tags && this.fields.tags.indexOf(tag) !== -1;\n};\n\nexports.isPlugin = function() {\n\treturn this.fields.type === \"application/json\" && this.hasField(\"plugin-type\");\n};\n\nexports.isDraft = function() {\n\treturn this.hasField(\"draft.of\");\n};\n\nexports.getFieldString = function(field) {\n\tvar value = this.fields[field];\n\t// Check for a missing field\n\tif(value === undefined || value === null) {\n\t\treturn \"\";\n\t}\n\t// Parse the field with the associated module (if any)\n\tvar fieldModule = $tw.Tiddler.fieldModules[field];\n\tif(fieldModule && fieldModule.stringify) {\n\t\treturn fieldModule.stringify.call(this,value);\n\t} else {\n\t\treturn value.toString();\n\t}\n};\n\n/*\nGet the value of a field as a list\n*/\nexports.getFieldList = function(field) {\n\tvar value = this.fields[field];\n\t// Check for a missing field\n\tif(value === undefined || value === null) {\n\t\treturn [];\n\t}\n\treturn $tw.utils.parseStringArray(value);\n};\n\n/*\nGet all the fields as a hashmap of strings. Options:\n\texclude: an array of field names to exclude\n*/\nexports.getFieldStrings = function(options) {\n\toptions = options || {};\n\tvar exclude = options.exclude || [];\n\tvar fields = {};\n\tfor(var field in this.fields) {\n\t\tif($tw.utils.hop(this.fields,field)) {\n\t\t\tif(exclude.indexOf(field) === -1) {\n\t\t\t\tfields[field] = this.getFieldString(field);\n\t\t\t}\n\t\t}\n\t}\n\treturn fields;\n};\n\n/*\nGet all the fields as a name:value block. Options:\n\texclude: an array of field names to exclude\n*/\nexports.getFieldStringBlock = function(options) {\n\toptions = options || {};\n\tvar exclude = options.exclude || [],\n\t\tfields = Object.keys(this.fields).sort(),\n\t\tresult = [];\n\tfor(var t=0; t<fields.length; t++) {\n\t\tvar field = fields[t];\n\t\tif(exclude.indexOf(field) === -1) {\n\t\t\tresult.push(field + \": \" + this.getFieldString(field));\n\t\t}\n\t}\n\treturn result.join(\"\\n\");\n};\n\nexports.getFieldDay = function(field) {\n\tif(this.cache && this.cache.day && $tw.utils.hop(this.cache.day,field) ) {\n\t\treturn this.cache.day[field];\n\t}\n\tvar day = \"\";\n\tif(this.fields[field]) {\n\t\tday = (new Date($tw.utils.parseDate(this.fields[field]))).setHours(0,0,0,0);\n\t}\n\tthis.cache.day = this.cache.day || {};\n\tthis.cache.day[field] = day;\n\treturn day;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "tiddlermethod"
},
"$:/core/modules/upgraders/plugins.js": {
"title": "$:/core/modules/upgraders/plugins.js",
"text": "/*\\\ntitle: $:/core/modules/upgraders/plugins.js\ntype: application/javascript\nmodule-type: upgrader\n\nUpgrader module that checks that plugins are newer than any already installed version\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar UPGRADE_LIBRARY_TITLE = \"$:/UpgradeLibrary\";\n\nvar BLOCKED_PLUGINS = {\n\t\"$:/themes/tiddlywiki/stickytitles\": {\n\t\tversions: [\"*\"]\n\t},\n\t\"$:/plugins/tiddlywiki/fullscreen\": {\n\t\tversions: [\"*\"]\n\t}\n};\n\nexports.upgrade = function(wiki,titles,tiddlers) {\n\tvar self = this,\n\t\tmessages = {},\n\t\tupgradeLibrary,\n\t\tgetLibraryTiddler = function(title) {\n\t\t\tif(!upgradeLibrary) {\n\t\t\t\tupgradeLibrary = wiki.getTiddlerData(UPGRADE_LIBRARY_TITLE,{});\n\t\t\t\tupgradeLibrary.tiddlers = upgradeLibrary.tiddlers || {};\n\t\t\t}\n\t\t\treturn upgradeLibrary.tiddlers[title];\n\t\t};\n\n\t// Go through all the incoming tiddlers\n\t$tw.utils.each(titles,function(title) {\n\t\tvar incomingTiddler = tiddlers[title];\n\t\t// Check if we're dealing with a plugin\n\t\tif(incomingTiddler && incomingTiddler[\"plugin-type\"] && incomingTiddler.version) {\n\t\t\t// Upgrade the incoming plugin if it is in the upgrade library\n\t\t\tvar libraryTiddler = getLibraryTiddler(title);\n\t\t\tif(libraryTiddler && libraryTiddler[\"plugin-type\"] && libraryTiddler.version) {\n\t\t\t\ttiddlers[title] = libraryTiddler;\n\t\t\t\tmessages[title] = $tw.language.getString(\"Import/Upgrader/Plugins/Upgraded\",{variables: {incoming: incomingTiddler.version, upgraded: libraryTiddler.version}});\n\t\t\t\treturn;\n\t\t\t}\n\t\t\t// Suppress the incoming plugin if it is older than the currently installed one\n\t\t\tvar existingTiddler = wiki.getTiddler(title);\n\t\t\tif(existingTiddler && existingTiddler.hasField(\"plugin-type\") && existingTiddler.hasField(\"version\")) {\n\t\t\t\t// Reject the incoming plugin by blanking all its fields\n\t\t\t\tif($tw.utils.checkVersions(existingTiddler.fields.version,incomingTiddler.version)) {\n\t\t\t\t\ttiddlers[title] = Object.create(null);\n\t\t\t\t\tmessages[title] = $tw.language.getString(\"Import/Upgrader/Plugins/Suppressed/Version\",{variables: {incoming: incomingTiddler.version, existing: existingTiddler.fields.version}});\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tif(incomingTiddler && incomingTiddler[\"plugin-type\"]) {\n\t\t\t// Check whether the plugin is on the blocked list\n\t\t\tvar blockInfo = BLOCKED_PLUGINS[title];\n\t\t\tif(blockInfo) {\n\t\t\t\tif(blockInfo.versions.indexOf(\"*\") !== -1 || (incomingTiddler.version && blockInfo.versions.indexOf(incomingTiddler.version) !== -1)) {\n\t\t\t\t\ttiddlers[title] = Object.create(null);\n\t\t\t\t\tmessages[title] = $tw.language.getString(\"Import/Upgrader/Plugins/Suppressed/Incompatible\");\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t});\n\treturn messages;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "upgrader"
},
"$:/core/modules/upgraders/system.js": {
"title": "$:/core/modules/upgraders/system.js",
"text": "/*\\\ntitle: $:/core/modules/upgraders/system.js\ntype: application/javascript\nmodule-type: upgrader\n\nUpgrader module that suppresses certain system tiddlers that shouldn't be imported\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar DONT_IMPORT_LIST = [\"$:/StoryList\",\"$:/HistoryList\"],\n\tDONT_IMPORT_PREFIX_LIST = [\"$:/temp/\",\"$:/state/\",\"$:/Import\"],\n\tWARN_IMPORT_PREFIX_LIST = [\"$:/core/modules/\"];\n\nexports.upgrade = function(wiki,titles,tiddlers) {\n\tvar self = this,\n\t\tmessages = {},\n\t\tshowAlert = false;\n\t// Check for tiddlers on our list\n\t$tw.utils.each(titles,function(title) {\n\t\tif(DONT_IMPORT_LIST.indexOf(title) !== -1) {\n\t\t\ttiddlers[title] = Object.create(null);\n\t\t\tmessages[title] = $tw.language.getString(\"Import/Upgrader/System/Suppressed\");\n\t\t} else {\n\t\t\tfor(var t=0; t<DONT_IMPORT_PREFIX_LIST.length; t++) {\n\t\t\t\tvar prefix = DONT_IMPORT_PREFIX_LIST[t];\n\t\t\t\tif(title.substr(0,prefix.length) === prefix) {\n\t\t\t\t\ttiddlers[title] = Object.create(null);\n\t\t\t\t\tmessages[title] = $tw.language.getString(\"Import/Upgrader/State/Suppressed\");\n\t\t\t\t}\n\t\t\t}\n\t\t\tfor(var t=0; t<WARN_IMPORT_PREFIX_LIST.length; t++) {\n\t\t\t\tvar prefix = WARN_IMPORT_PREFIX_LIST[t];\n\t\t\t\tif(title.substr(0,prefix.length) === prefix && wiki.isShadowTiddler(title)) {\n\t\t\t\t\tshowAlert = true;\n\t\t\t\t\tmessages[title] = $tw.language.getString(\"Import/Upgrader/System/Warning\");\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t});\n\tif(showAlert) {\n\t\tvar logger = new $tw.utils.Logger(\"import\");\n\t\tlogger.alert($tw.language.getString(\"Import/Upgrader/System/Alert\"));\n\t}\n\treturn messages;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "upgrader"
},
"$:/core/modules/upgraders/themetweaks.js": {
"title": "$:/core/modules/upgraders/themetweaks.js",
"text": "/*\\\ntitle: $:/core/modules/upgraders/themetweaks.js\ntype: application/javascript\nmodule-type: upgrader\n\nUpgrader module that handles the change in theme tweak storage introduced in 5.0.14-beta.\n\nPreviously, theme tweaks were stored in two data tiddlers:\n\n* $:/themes/tiddlywiki/vanilla/metrics\n* $:/themes/tiddlywiki/vanilla/settings\n\nNow, each tweak is stored in its own separate tiddler.\n\nThis upgrader copies any values from the old format to the new. The old data tiddlers are not deleted in case they have been used to store additional indexes.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar MAPPINGS = {\n\t\"$:/themes/tiddlywiki/vanilla/metrics\": {\n\t\t\"fontsize\": \"$:/themes/tiddlywiki/vanilla/metrics/fontsize\",\n\t\t\"lineheight\": \"$:/themes/tiddlywiki/vanilla/metrics/lineheight\",\n\t\t\"storyleft\": \"$:/themes/tiddlywiki/vanilla/metrics/storyleft\",\n\t\t\"storytop\": \"$:/themes/tiddlywiki/vanilla/metrics/storytop\",\n\t\t\"storyright\": \"$:/themes/tiddlywiki/vanilla/metrics/storyright\",\n\t\t\"storywidth\": \"$:/themes/tiddlywiki/vanilla/metrics/storywidth\",\n\t\t\"tiddlerwidth\": \"$:/themes/tiddlywiki/vanilla/metrics/tiddlerwidth\"\n\t},\n\t\"$:/themes/tiddlywiki/vanilla/settings\": {\n\t\t\"fontfamily\": \"$:/themes/tiddlywiki/vanilla/settings/fontfamily\"\n\t}\n};\n\nexports.upgrade = function(wiki,titles,tiddlers) {\n\tvar self = this,\n\t\tmessages = {};\n\t// Check for tiddlers on our list\n\t$tw.utils.each(titles,function(title) {\n\t\tvar mapping = MAPPINGS[title];\n\t\tif(mapping) {\n\t\t\tvar tiddler = new $tw.Tiddler(tiddlers[title]),\n\t\t\t\ttiddlerData = wiki.getTiddlerDataCached(tiddler,{});\n\t\t\tfor(var index in mapping) {\n\t\t\t\tvar mappedTitle = mapping[index];\n\t\t\t\tif(!tiddlers[mappedTitle] || tiddlers[mappedTitle].title !== mappedTitle) {\n\t\t\t\t\ttiddlers[mappedTitle] = {\n\t\t\t\t\t\ttitle: mappedTitle,\n\t\t\t\t\t\ttext: tiddlerData[index]\n\t\t\t\t\t};\n\t\t\t\t\tmessages[mappedTitle] = $tw.language.getString(\"Import/Upgrader/ThemeTweaks/Created\",{variables: {\n\t\t\t\t\t\tfrom: title + \"##\" + index\n\t\t\t\t\t}});\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t});\n\treturn messages;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "upgrader"
},
"$:/core/modules/utils/base64-utf8/base64-utf8.module.js": {
"text": "(function(){// From https://gist.github.com/Nijikokun/5192472\n//\n// UTF8 Module\n//\n// Cleaner and modularized utf-8 encoding and decoding library for javascript.\n//\n// copyright: MIT\n// author: Nijiko Yonskai, @nijikokun, nijikokun@gmail.com\n!function(r,e,o,t){void 0!==o.module&&o.module.exports?o.module.exports=e.apply(o):void 0!==o.define&&\"function\"===o.define&&o.define.amd?define(\"utf8\",[],e):o.utf8=e.apply(o)}(0,function(){return{encode:function(r){if(\"string\"!=typeof r)return r;r=r.replace(/\\r\\n/g,\"\\n\");for(var e,o=\"\",t=0;t<r.length;t++)(e=r.charCodeAt(t))<128?o+=String.fromCharCode(e):e>127&&e<2048?(o+=String.fromCharCode(e>>6|192),o+=String.fromCharCode(63&e|128)):(o+=String.fromCharCode(e>>12|224),o+=String.fromCharCode(e>>6&63|128),o+=String.fromCharCode(63&e|128));return o},decode:function(r){if(\"string\"!=typeof r)return r;for(var e=\"\",o=0,t=0;o<r.length;)(t=r.charCodeAt(o))<128?(e+=String.fromCharCode(t),o++):t>191&&t<224?(e+=String.fromCharCode((31&t)<<6|63&r.charCodeAt(o+1)),o+=2):(e+=String.fromCharCode((15&t)<<12|(63&r.charCodeAt(o+1))<<6|63&r.charCodeAt(o+2)),o+=3);return e}}},this),function(r,e,o,t){if(void 0!==o.module&&o.module.exports){if(t&&o.require)for(var n=0;n<t.length;n++)o[t[n]]=o.require(t[n]);o.module.exports=e.apply(o)}else void 0!==o.define&&\"function\"===o.define&&o.define.amd?define(\"base64\",t||[],e):o.base64=e.apply(o)}(0,function(r){var e=r||this.utf8,o=\"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=\";return{encode:function(r){if(void 0===e)throw{error:\"MissingMethod\",message:\"UTF8 Module is missing.\"};if(\"string\"!=typeof r)return r;r=e.encode(r);for(var t,n,i,d,f,a,h,c=\"\",u=0;u<r.length;)d=(t=r.charCodeAt(u++))>>2,f=(3&t)<<4|(n=r.charCodeAt(u++))>>4,a=(15&n)<<2|(i=r.charCodeAt(u++))>>6,h=63&i,isNaN(n)?a=h=64:isNaN(i)&&(h=64),c+=o.charAt(d)+o.charAt(f)+o.charAt(a)+o.charAt(h);return c},decode:function(r){if(void 0===e)throw{error:\"MissingMethod\",message:\"UTF8 Module is missing.\"};if(\"string\"!=typeof r)return r;r=r.replace(/[^A-Za-z0-9\\+\\/\\=]/g,\"\");for(var t,n,i,d,f,a,h=\"\",c=0;c<r.length;)t=o.indexOf(r.charAt(c++))<<2|(d=o.indexOf(r.charAt(c++)))>>4,n=(15&d)<<4|(f=o.indexOf(r.charAt(c++)))>>2,i=(3&f)<<6|(a=o.indexOf(r.charAt(c++))),h+=String.fromCharCode(t),64!=f&&(h+=String.fromCharCode(n)),64!=a&&(h+=String.fromCharCode(i));return e.decode(h)}}},this,[\"utf8\"]);}).call(exports);",
"type": "application/javascript",
"title": "$:/core/modules/utils/base64-utf8/base64-utf8.module.js",
"module-type": "library"
},
"$:/core/modules/utils/crypto.js": {
"title": "$:/core/modules/utils/crypto.js",
"text": "/*\\\ntitle: $:/core/modules/utils/crypto.js\ntype: application/javascript\nmodule-type: utils\n\nUtility functions related to crypto.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nLook for an encrypted store area in the text of a TiddlyWiki file\n*/\nexports.extractEncryptedStoreArea = function(text) {\n\tvar encryptedStoreAreaStartMarker = \"<pre id=\\\"encryptedStoreArea\\\" type=\\\"text/plain\\\" style=\\\"display:none;\\\">\",\n\t\tencryptedStoreAreaStart = text.indexOf(encryptedStoreAreaStartMarker);\n\tif(encryptedStoreAreaStart !== -1) {\n\t\tvar encryptedStoreAreaEnd = text.indexOf(\"</pre>\",encryptedStoreAreaStart);\n\t\tif(encryptedStoreAreaEnd !== -1) {\n\t\t\treturn $tw.utils.htmlDecode(text.substring(encryptedStoreAreaStart + encryptedStoreAreaStartMarker.length,encryptedStoreAreaEnd-1));\n\t\t}\n\t}\n\treturn null;\n};\n\n/*\nAttempt to extract the tiddlers from an encrypted store area using the current password. If the password is not provided then the password in the password store will be used\n*/\nexports.decryptStoreArea = function(encryptedStoreArea,password) {\n\tvar decryptedText = $tw.crypto.decrypt(encryptedStoreArea,password);\n\tif(decryptedText) {\n\t\tvar json = JSON.parse(decryptedText),\n\t\t\ttiddlers = [];\n\t\tfor(var title in json) {\n\t\t\tif(title !== \"$:/isEncrypted\") {\n\t\t\t\ttiddlers.push(json[title]);\n\t\t\t}\n\t\t}\n\t\treturn tiddlers;\n\t} else {\n\t\treturn null;\n\t}\n};\n\n\n/*\nAttempt to extract the tiddlers from an encrypted store area using the current password. If that fails, the user is prompted for a password.\nencryptedStoreArea: text of the TiddlyWiki encrypted store area\ncallback: function(tiddlers) called with the array of decrypted tiddlers\n\nThe following configuration settings are supported:\n\n$tw.config.usePasswordVault: causes any password entered by the user to also be put into the system password vault\n*/\nexports.decryptStoreAreaInteractive = function(encryptedStoreArea,callback,options) {\n\t// Try to decrypt with the current password\n\tvar tiddlers = $tw.utils.decryptStoreArea(encryptedStoreArea);\n\tif(tiddlers) {\n\t\tcallback(tiddlers);\n\t} else {\n\t\t// Prompt for a new password and keep trying\n\t\t$tw.passwordPrompt.createPrompt({\n\t\t\tserviceName: \"Enter a password to decrypt the imported TiddlyWiki\",\n\t\t\tnoUserName: true,\n\t\t\tcanCancel: true,\n\t\t\tsubmitText: \"Decrypt\",\n\t\t\tcallback: function(data) {\n\t\t\t\t// Exit if the user cancelled\n\t\t\t\tif(!data) {\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t\t// Attempt to decrypt the tiddlers\n\t\t\t\tvar tiddlers = $tw.utils.decryptStoreArea(encryptedStoreArea,data.password);\n\t\t\t\tif(tiddlers) {\n\t\t\t\t\tif($tw.config.usePasswordVault) {\n\t\t\t\t\t\t$tw.crypto.setPassword(data.password);\n\t\t\t\t\t}\n\t\t\t\t\tcallback(tiddlers);\n\t\t\t\t\t// Exit and remove the password prompt\n\t\t\t\t\treturn true;\n\t\t\t\t} else {\n\t\t\t\t\t// We didn't decrypt everything, so continue to prompt for password\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t}\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "utils"
},
"$:/core/modules/utils/csv.js": {
"title": "$:/core/modules/utils/csv.js",
"text": "/*\\\ntitle: $:/core/modules/utils/csv.js\ntype: application/javascript\nmodule-type: utils\n\nA barebones CSV parser\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nParse a CSV string with a header row and return an array of hashmaps.\n*/\nexports.parseCsvStringWithHeader = function(text,options) {\n\toptions = options || {};\n\tvar separator = options.separator || \",\",\n\t\trows = text.split(/\\r?\\n/mg).map(function(row) {\n\t\t\treturn $tw.utils.trim(row);\n\t\t}).filter(function(row) {\n\t\t\treturn row !== \"\";\n\t\t});\n\tif(rows.length < 1) {\n\t\treturn \"Missing header row\";\n\t}\n\tvar headings = rows[0].split(separator),\n\t\tresults = [];\n\tfor(var row=1; row<rows.length; row++) {\n\t\tvar columns = rows[row].split(separator),\n\t\t\tcolumnResult = Object.create(null);\n\t\tif(columns.length !== headings.length) {\n\t\t\treturn \"Malformed CSV row '\" + rows[row] + \"'\";\n\t\t}\n\t\tfor(var column=0; column<columns.length; column++) {\n\t\t\tvar columnName = headings[column];\n\t\t\tcolumnResult[columnName] = $tw.utils.trim(columns[column] || \"\");\n\t\t}\n\t\tresults.push(columnResult);\t\t\t\n\t}\n\treturn results;\n}\n\n})();\n",
"type": "application/javascript",
"module-type": "utils"
},
"$:/core/modules/utils/diff-match-patch/diff_match_patch.js": {
"text": "(function(){function diff_match_patch(){this.Diff_Timeout=1;this.Diff_EditCost=4;this.Match_Threshold=.5;this.Match_Distance=1E3;this.Patch_DeleteThreshold=.5;this.Patch_Margin=4;this.Match_MaxBits=32}var DIFF_DELETE=-1,DIFF_INSERT=1,DIFF_EQUAL=0;\ndiff_match_patch.prototype.diff_main=function(a,b,c,d){\"undefined\"==typeof d&&(d=0>=this.Diff_Timeout?Number.MAX_VALUE:(new Date).getTime()+1E3*this.Diff_Timeout);if(null==a||null==b)throw Error(\"Null input. (diff_main)\");if(a==b)return a?[[DIFF_EQUAL,a]]:[];\"undefined\"==typeof c&&(c=!0);var e=c,f=this.diff_commonPrefix(a,b);c=a.substring(0,f);a=a.substring(f);b=b.substring(f);f=this.diff_commonSuffix(a,b);var g=a.substring(a.length-f);a=a.substring(0,a.length-f);b=b.substring(0,b.length-f);a=this.diff_compute_(a,\nb,e,d);c&&a.unshift([DIFF_EQUAL,c]);g&&a.push([DIFF_EQUAL,g]);this.diff_cleanupMerge(a);return a};\ndiff_match_patch.prototype.diff_compute_=function(a,b,c,d){if(!a)return[[DIFF_INSERT,b]];if(!b)return[[DIFF_DELETE,a]];var e=a.length>b.length?a:b,f=a.length>b.length?b:a,g=e.indexOf(f);return-1!=g?(c=[[DIFF_INSERT,e.substring(0,g)],[DIFF_EQUAL,f],[DIFF_INSERT,e.substring(g+f.length)]],a.length>b.length&&(c[0][0]=c[2][0]=DIFF_DELETE),c):1==f.length?[[DIFF_DELETE,a],[DIFF_INSERT,b]]:(e=this.diff_halfMatch_(a,b))?(b=e[1],f=e[3],a=e[4],e=this.diff_main(e[0],e[2],c,d),c=this.diff_main(b,f,c,d),e.concat([[DIFF_EQUAL,\na]],c)):c&&100<a.length&&100<b.length?this.diff_lineMode_(a,b,d):this.diff_bisect_(a,b,d)};\ndiff_match_patch.prototype.diff_lineMode_=function(a,b,c){var d=this.diff_linesToChars_(a,b);a=d.chars1;b=d.chars2;d=d.lineArray;a=this.diff_main(a,b,!1,c);this.diff_charsToLines_(a,d);this.diff_cleanupSemantic(a);a.push([DIFF_EQUAL,\"\"]);for(var e=d=b=0,f=\"\",g=\"\";b<a.length;){switch(a[b][0]){case DIFF_INSERT:e++;g+=a[b][1];break;case DIFF_DELETE:d++;f+=a[b][1];break;case DIFF_EQUAL:if(1<=d&&1<=e){a.splice(b-d-e,d+e);b=b-d-e;d=this.diff_main(f,g,!1,c);for(e=d.length-1;0<=e;e--)a.splice(b,0,d[e]);b+=\nd.length}d=e=0;g=f=\"\"}b++}a.pop();return a};\ndiff_match_patch.prototype.diff_bisect_=function(a,b,c){for(var d=a.length,e=b.length,f=Math.ceil((d+e)/2),g=2*f,h=Array(g),l=Array(g),k=0;k<g;k++)h[k]=-1,l[k]=-1;h[f+1]=0;l[f+1]=0;k=d-e;for(var m=0!=k%2,p=0,x=0,w=0,q=0,t=0;t<f&&!((new Date).getTime()>c);t++){for(var v=-t+p;v<=t-x;v+=2){var n=f+v;var r=v==-t||v!=t&&h[n-1]<h[n+1]?h[n+1]:h[n-1]+1;for(var y=r-v;r<d&&y<e&&a.charAt(r)==b.charAt(y);)r++,y++;h[n]=r;if(r>d)x+=2;else if(y>e)p+=2;else if(m&&(n=f+k-v,0<=n&&n<g&&-1!=l[n])){var u=d-l[n];if(r>=\nu)return this.diff_bisectSplit_(a,b,r,y,c)}}for(v=-t+w;v<=t-q;v+=2){n=f+v;u=v==-t||v!=t&&l[n-1]<l[n+1]?l[n+1]:l[n-1]+1;for(r=u-v;u<d&&r<e&&a.charAt(d-u-1)==b.charAt(e-r-1);)u++,r++;l[n]=u;if(u>d)q+=2;else if(r>e)w+=2;else if(!m&&(n=f+k-v,0<=n&&n<g&&-1!=h[n]&&(r=h[n],y=f+r-n,u=d-u,r>=u)))return this.diff_bisectSplit_(a,b,r,y,c)}}return[[DIFF_DELETE,a],[DIFF_INSERT,b]]};\ndiff_match_patch.prototype.diff_bisectSplit_=function(a,b,c,d,e){var f=a.substring(0,c),g=b.substring(0,d);a=a.substring(c);b=b.substring(d);f=this.diff_main(f,g,!1,e);e=this.diff_main(a,b,!1,e);return f.concat(e)};\ndiff_match_patch.prototype.diff_linesToChars_=function(a,b){function c(a){for(var b=\"\",c=0,f=-1,g=d.length;f<a.length-1;){f=a.indexOf(\"\\n\",c);-1==f&&(f=a.length-1);var h=a.substring(c,f+1);c=f+1;(e.hasOwnProperty?e.hasOwnProperty(h):void 0!==e[h])?b+=String.fromCharCode(e[h]):(b+=String.fromCharCode(g),e[h]=g,d[g++]=h)}return b}var d=[],e={};d[0]=\"\";var f=c(a),g=c(b);return{chars1:f,chars2:g,lineArray:d}};\ndiff_match_patch.prototype.diff_charsToLines_=function(a,b){for(var c=0;c<a.length;c++){for(var d=a[c][1],e=[],f=0;f<d.length;f++)e[f]=b[d.charCodeAt(f)];a[c][1]=e.join(\"\")}};diff_match_patch.prototype.diff_commonPrefix=function(a,b){if(!a||!b||a.charAt(0)!=b.charAt(0))return 0;for(var c=0,d=Math.min(a.length,b.length),e=d,f=0;c<e;)a.substring(f,e)==b.substring(f,e)?f=c=e:d=e,e=Math.floor((d-c)/2+c);return e};\ndiff_match_patch.prototype.diff_commonSuffix=function(a,b){if(!a||!b||a.charAt(a.length-1)!=b.charAt(b.length-1))return 0;for(var c=0,d=Math.min(a.length,b.length),e=d,f=0;c<e;)a.substring(a.length-e,a.length-f)==b.substring(b.length-e,b.length-f)?f=c=e:d=e,e=Math.floor((d-c)/2+c);return e};\ndiff_match_patch.prototype.diff_commonOverlap_=function(a,b){var c=a.length,d=b.length;if(0==c||0==d)return 0;c>d?a=a.substring(c-d):c<d&&(b=b.substring(0,c));c=Math.min(c,d);if(a==b)return c;d=0;for(var e=1;;){var f=a.substring(c-e);f=b.indexOf(f);if(-1==f)return d;e+=f;if(0==f||a.substring(c-e)==b.substring(0,e))d=e,e++}};\ndiff_match_patch.prototype.diff_halfMatch_=function(a,b){function c(a,b,c){for(var d=a.substring(c,c+Math.floor(a.length/4)),e=-1,g=\"\",h,k,l,m;-1!=(e=b.indexOf(d,e+1));){var p=f.diff_commonPrefix(a.substring(c),b.substring(e)),u=f.diff_commonSuffix(a.substring(0,c),b.substring(0,e));g.length<u+p&&(g=b.substring(e-u,e)+b.substring(e,e+p),h=a.substring(0,c-u),k=a.substring(c+p),l=b.substring(0,e-u),m=b.substring(e+p))}return 2*g.length>=a.length?[h,k,l,m,g]:null}if(0>=this.Diff_Timeout)return null;\nvar d=a.length>b.length?a:b,e=a.length>b.length?b:a;if(4>d.length||2*e.length<d.length)return null;var f=this,g=c(d,e,Math.ceil(d.length/4));d=c(d,e,Math.ceil(d.length/2));if(g||d)g=d?g?g[4].length>d[4].length?g:d:d:g;else return null;if(a.length>b.length){d=g[0];e=g[1];var h=g[2];var l=g[3]}else h=g[0],l=g[1],d=g[2],e=g[3];return[d,e,h,l,g[4]]};\ndiff_match_patch.prototype.diff_cleanupSemantic=function(a){for(var b=!1,c=[],d=0,e=null,f=0,g=0,h=0,l=0,k=0;f<a.length;)a[f][0]==DIFF_EQUAL?(c[d++]=f,g=l,h=k,k=l=0,e=a[f][1]):(a[f][0]==DIFF_INSERT?l+=a[f][1].length:k+=a[f][1].length,e&&e.length<=Math.max(g,h)&&e.length<=Math.max(l,k)&&(a.splice(c[d-1],0,[DIFF_DELETE,e]),a[c[d-1]+1][0]=DIFF_INSERT,d--,d--,f=0<d?c[d-1]:-1,k=l=h=g=0,e=null,b=!0)),f++;b&&this.diff_cleanupMerge(a);this.diff_cleanupSemanticLossless(a);for(f=1;f<a.length;){if(a[f-1][0]==\nDIFF_DELETE&&a[f][0]==DIFF_INSERT){b=a[f-1][1];c=a[f][1];d=this.diff_commonOverlap_(b,c);e=this.diff_commonOverlap_(c,b);if(d>=e){if(d>=b.length/2||d>=c.length/2)a.splice(f,0,[DIFF_EQUAL,c.substring(0,d)]),a[f-1][1]=b.substring(0,b.length-d),a[f+1][1]=c.substring(d),f++}else if(e>=b.length/2||e>=c.length/2)a.splice(f,0,[DIFF_EQUAL,b.substring(0,e)]),a[f-1][0]=DIFF_INSERT,a[f-1][1]=c.substring(0,c.length-e),a[f+1][0]=DIFF_DELETE,a[f+1][1]=b.substring(e),f++;f++}f++}};\ndiff_match_patch.prototype.diff_cleanupSemanticLossless=function(a){function b(a,b){if(!a||!b)return 6;var c=a.charAt(a.length-1),d=b.charAt(0),e=c.match(diff_match_patch.nonAlphaNumericRegex_),f=d.match(diff_match_patch.nonAlphaNumericRegex_),g=e&&c.match(diff_match_patch.whitespaceRegex_),h=f&&d.match(diff_match_patch.whitespaceRegex_);c=g&&c.match(diff_match_patch.linebreakRegex_);d=h&&d.match(diff_match_patch.linebreakRegex_);var k=c&&a.match(diff_match_patch.blanklineEndRegex_),l=d&&b.match(diff_match_patch.blanklineStartRegex_);\nreturn k||l?5:c||d?4:e&&!g&&h?3:g||h?2:e||f?1:0}for(var c=1;c<a.length-1;){if(a[c-1][0]==DIFF_EQUAL&&a[c+1][0]==DIFF_EQUAL){var d=a[c-1][1],e=a[c][1],f=a[c+1][1],g=this.diff_commonSuffix(d,e);if(g){var h=e.substring(e.length-g);d=d.substring(0,d.length-g);e=h+e.substring(0,e.length-g);f=h+f}g=d;h=e;for(var l=f,k=b(d,e)+b(e,f);e.charAt(0)===f.charAt(0);){d+=e.charAt(0);e=e.substring(1)+f.charAt(0);f=f.substring(1);var m=b(d,e)+b(e,f);m>=k&&(k=m,g=d,h=e,l=f)}a[c-1][1]!=g&&(g?a[c-1][1]=g:(a.splice(c-\n1,1),c--),a[c][1]=h,l?a[c+1][1]=l:(a.splice(c+1,1),c--))}c++}};diff_match_patch.nonAlphaNumericRegex_=/[^a-zA-Z0-9]/;diff_match_patch.whitespaceRegex_=/\\s/;diff_match_patch.linebreakRegex_=/[\\r\\n]/;diff_match_patch.blanklineEndRegex_=/\\n\\r?\\n$/;diff_match_patch.blanklineStartRegex_=/^\\r?\\n\\r?\\n/;\ndiff_match_patch.prototype.diff_cleanupEfficiency=function(a){for(var b=!1,c=[],d=0,e=null,f=0,g=!1,h=!1,l=!1,k=!1;f<a.length;)a[f][0]==DIFF_EQUAL?(a[f][1].length<this.Diff_EditCost&&(l||k)?(c[d++]=f,g=l,h=k,e=a[f][1]):(d=0,e=null),l=k=!1):(a[f][0]==DIFF_DELETE?k=!0:l=!0,e&&(g&&h&&l&&k||e.length<this.Diff_EditCost/2&&3==g+h+l+k)&&(a.splice(c[d-1],0,[DIFF_DELETE,e]),a[c[d-1]+1][0]=DIFF_INSERT,d--,e=null,g&&h?(l=k=!0,d=0):(d--,f=0<d?c[d-1]:-1,l=k=!1),b=!0)),f++;b&&this.diff_cleanupMerge(a)};\ndiff_match_patch.prototype.diff_cleanupMerge=function(a){a.push([DIFF_EQUAL,\"\"]);for(var b=0,c=0,d=0,e=\"\",f=\"\",g;b<a.length;)switch(a[b][0]){case DIFF_INSERT:d++;f+=a[b][1];b++;break;case DIFF_DELETE:c++;e+=a[b][1];b++;break;case DIFF_EQUAL:1<c+d?(0!==c&&0!==d&&(g=this.diff_commonPrefix(f,e),0!==g&&(0<b-c-d&&a[b-c-d-1][0]==DIFF_EQUAL?a[b-c-d-1][1]+=f.substring(0,g):(a.splice(0,0,[DIFF_EQUAL,f.substring(0,g)]),b++),f=f.substring(g),e=e.substring(g)),g=this.diff_commonSuffix(f,e),0!==g&&(a[b][1]=f.substring(f.length-\ng)+a[b][1],f=f.substring(0,f.length-g),e=e.substring(0,e.length-g))),0===c?a.splice(b-d,c+d,[DIFF_INSERT,f]):0===d?a.splice(b-c,c+d,[DIFF_DELETE,e]):a.splice(b-c-d,c+d,[DIFF_DELETE,e],[DIFF_INSERT,f]),b=b-c-d+(c?1:0)+(d?1:0)+1):0!==b&&a[b-1][0]==DIFF_EQUAL?(a[b-1][1]+=a[b][1],a.splice(b,1)):b++,c=d=0,f=e=\"\"}\"\"===a[a.length-1][1]&&a.pop();c=!1;for(b=1;b<a.length-1;)a[b-1][0]==DIFF_EQUAL&&a[b+1][0]==DIFF_EQUAL&&(a[b][1].substring(a[b][1].length-a[b-1][1].length)==a[b-1][1]?(a[b][1]=a[b-1][1]+a[b][1].substring(0,\na[b][1].length-a[b-1][1].length),a[b+1][1]=a[b-1][1]+a[b+1][1],a.splice(b-1,1),c=!0):a[b][1].substring(0,a[b+1][1].length)==a[b+1][1]&&(a[b-1][1]+=a[b+1][1],a[b][1]=a[b][1].substring(a[b+1][1].length)+a[b+1][1],a.splice(b+1,1),c=!0)),b++;c&&this.diff_cleanupMerge(a)};\ndiff_match_patch.prototype.diff_xIndex=function(a,b){var c=0,d=0,e=0,f=0,g;for(g=0;g<a.length;g++){a[g][0]!==DIFF_INSERT&&(c+=a[g][1].length);a[g][0]!==DIFF_DELETE&&(d+=a[g][1].length);if(c>b)break;e=c;f=d}return a.length!=g&&a[g][0]===DIFF_DELETE?f:f+(b-e)};\ndiff_match_patch.prototype.diff_prettyHtml=function(a){for(var b=[],c=/&/g,d=/</g,e=/>/g,f=/\\n/g,g=0;g<a.length;g++){var h=a[g][0],l=a[g][1].replace(c,\"&\").replace(d,\"<\").replace(e,\">\").replace(f,\"¶<br>\");switch(h){case DIFF_INSERT:b[g]='<ins style=\"background:#e6ffe6;\">'+l+\"</ins>\";break;case DIFF_DELETE:b[g]='<del style=\"background:#ffe6e6;\">'+l+\"</del>\";break;case DIFF_EQUAL:b[g]=\"<span>\"+l+\"</span>\"}}return b.join(\"\")};\ndiff_match_patch.prototype.diff_text1=function(a){for(var b=[],c=0;c<a.length;c++)a[c][0]!==DIFF_INSERT&&(b[c]=a[c][1]);return b.join(\"\")};diff_match_patch.prototype.diff_text2=function(a){for(var b=[],c=0;c<a.length;c++)a[c][0]!==DIFF_DELETE&&(b[c]=a[c][1]);return b.join(\"\")};\ndiff_match_patch.prototype.diff_levenshtein=function(a){for(var b=0,c=0,d=0,e=0;e<a.length;e++){var f=a[e][1];switch(a[e][0]){case DIFF_INSERT:c+=f.length;break;case DIFF_DELETE:d+=f.length;break;case DIFF_EQUAL:b+=Math.max(c,d),d=c=0}}return b+=Math.max(c,d)};\ndiff_match_patch.prototype.diff_toDelta=function(a){for(var b=[],c=0;c<a.length;c++)switch(a[c][0]){case DIFF_INSERT:b[c]=\"+\"+encodeURI(a[c][1]);break;case DIFF_DELETE:b[c]=\"-\"+a[c][1].length;break;case DIFF_EQUAL:b[c]=\"=\"+a[c][1].length}return b.join(\"\\t\").replace(/%20/g,\" \")};\ndiff_match_patch.prototype.diff_fromDelta=function(a,b){for(var c=[],d=0,e=0,f=b.split(/\\t/g),g=0;g<f.length;g++){var h=f[g].substring(1);switch(f[g].charAt(0)){case \"+\":try{c[d++]=[DIFF_INSERT,decodeURI(h)]}catch(k){throw Error(\"Illegal escape in diff_fromDelta: \"+h);}break;case \"-\":case \"=\":var l=parseInt(h,10);if(isNaN(l)||0>l)throw Error(\"Invalid number in diff_fromDelta: \"+h);h=a.substring(e,e+=l);\"=\"==f[g].charAt(0)?c[d++]=[DIFF_EQUAL,h]:c[d++]=[DIFF_DELETE,h];break;default:if(f[g])throw Error(\"Invalid diff operation in diff_fromDelta: \"+\nf[g]);}}if(e!=a.length)throw Error(\"Delta length (\"+e+\") does not equal source text length (\"+a.length+\").\");return c};diff_match_patch.prototype.match_main=function(a,b,c){if(null==a||null==b||null==c)throw Error(\"Null input. (match_main)\");c=Math.max(0,Math.min(c,a.length));return a==b?0:a.length?a.substring(c,c+b.length)==b?c:this.match_bitap_(a,b,c):-1};\ndiff_match_patch.prototype.match_bitap_=function(a,b,c){function d(a,d){var e=a/b.length,g=Math.abs(c-d);return f.Match_Distance?e+g/f.Match_Distance:g?1:e}if(b.length>this.Match_MaxBits)throw Error(\"Pattern too long for this browser.\");var e=this.match_alphabet_(b),f=this,g=this.Match_Threshold,h=a.indexOf(b,c);-1!=h&&(g=Math.min(d(0,h),g),h=a.lastIndexOf(b,c+b.length),-1!=h&&(g=Math.min(d(0,h),g)));var l=1<<b.length-1;h=-1;for(var k,m,p=b.length+a.length,x,w=0;w<b.length;w++){k=0;for(m=p;k<m;)d(w,\nc+m)<=g?k=m:p=m,m=Math.floor((p-k)/2+k);p=m;k=Math.max(1,c-m+1);var q=Math.min(c+m,a.length)+b.length;m=Array(q+2);for(m[q+1]=(1<<w)-1;q>=k;q--){var t=e[a.charAt(q-1)];m[q]=0===w?(m[q+1]<<1|1)&t:(m[q+1]<<1|1)&t|(x[q+1]|x[q])<<1|1|x[q+1];if(m[q]&l&&(t=d(w,q-1),t<=g))if(g=t,h=q-1,h>c)k=Math.max(1,2*c-h);else break}if(d(w+1,c)>g)break;x=m}return h};\ndiff_match_patch.prototype.match_alphabet_=function(a){for(var b={},c=0;c<a.length;c++)b[a.charAt(c)]=0;for(c=0;c<a.length;c++)b[a.charAt(c)]|=1<<a.length-c-1;return b};\ndiff_match_patch.prototype.patch_addContext_=function(a,b){if(0!=b.length){for(var c=b.substring(a.start2,a.start2+a.length1),d=0;b.indexOf(c)!=b.lastIndexOf(c)&&c.length<this.Match_MaxBits-this.Patch_Margin-this.Patch_Margin;)d+=this.Patch_Margin,c=b.substring(a.start2-d,a.start2+a.length1+d);d+=this.Patch_Margin;(c=b.substring(a.start2-d,a.start2))&&a.diffs.unshift([DIFF_EQUAL,c]);(d=b.substring(a.start2+a.length1,a.start2+a.length1+d))&&a.diffs.push([DIFF_EQUAL,d]);a.start1-=c.length;a.start2-=\nc.length;a.length1+=c.length+d.length;a.length2+=c.length+d.length}};\ndiff_match_patch.prototype.patch_make=function(a,b,c){if(\"string\"==typeof a&&\"string\"==typeof b&&\"undefined\"==typeof c){var d=a;b=this.diff_main(d,b,!0);2<b.length&&(this.diff_cleanupSemantic(b),this.diff_cleanupEfficiency(b))}else if(a&&\"object\"==typeof a&&\"undefined\"==typeof b&&\"undefined\"==typeof c)b=a,d=this.diff_text1(b);else if(\"string\"==typeof a&&b&&\"object\"==typeof b&&\"undefined\"==typeof c)d=a;else if(\"string\"==typeof a&&\"string\"==typeof b&&c&&\"object\"==typeof c)d=a,b=c;else throw Error(\"Unknown call format to patch_make.\");\nif(0===b.length)return[];c=[];a=new diff_match_patch.patch_obj;for(var e=0,f=0,g=0,h=d,l=0;l<b.length;l++){var k=b[l][0],m=b[l][1];e||k===DIFF_EQUAL||(a.start1=f,a.start2=g);switch(k){case DIFF_INSERT:a.diffs[e++]=b[l];a.length2+=m.length;d=d.substring(0,g)+m+d.substring(g);break;case DIFF_DELETE:a.length1+=m.length;a.diffs[e++]=b[l];d=d.substring(0,g)+d.substring(g+m.length);break;case DIFF_EQUAL:m.length<=2*this.Patch_Margin&&e&&b.length!=l+1?(a.diffs[e++]=b[l],a.length1+=m.length,a.length2+=m.length):\nm.length>=2*this.Patch_Margin&&e&&(this.patch_addContext_(a,h),c.push(a),a=new diff_match_patch.patch_obj,e=0,h=d,f=g)}k!==DIFF_INSERT&&(f+=m.length);k!==DIFF_DELETE&&(g+=m.length)}e&&(this.patch_addContext_(a,h),c.push(a));return c};\ndiff_match_patch.prototype.patch_deepCopy=function(a){for(var b=[],c=0;c<a.length;c++){var d=a[c],e=new diff_match_patch.patch_obj;e.diffs=[];for(var f=0;f<d.diffs.length;f++)e.diffs[f]=d.diffs[f].slice();e.start1=d.start1;e.start2=d.start2;e.length1=d.length1;e.length2=d.length2;b[c]=e}return b};\ndiff_match_patch.prototype.patch_apply=function(a,b){if(0==a.length)return[b,[]];a=this.patch_deepCopy(a);var c=this.patch_addPadding(a);b=c+b+c;this.patch_splitMax(a);for(var d=0,e=[],f=0;f<a.length;f++){var g=a[f].start2+d,h=this.diff_text1(a[f].diffs),l=-1;if(h.length>this.Match_MaxBits){var k=this.match_main(b,h.substring(0,this.Match_MaxBits),g);-1!=k&&(l=this.match_main(b,h.substring(h.length-this.Match_MaxBits),g+h.length-this.Match_MaxBits),-1==l||k>=l)&&(k=-1)}else k=this.match_main(b,h,\ng);if(-1==k)e[f]=!1,d-=a[f].length2-a[f].length1;else if(e[f]=!0,d=k-g,g=-1==l?b.substring(k,k+h.length):b.substring(k,l+this.Match_MaxBits),h==g)b=b.substring(0,k)+this.diff_text2(a[f].diffs)+b.substring(k+h.length);else if(g=this.diff_main(h,g,!1),h.length>this.Match_MaxBits&&this.diff_levenshtein(g)/h.length>this.Patch_DeleteThreshold)e[f]=!1;else{this.diff_cleanupSemanticLossless(g);h=0;var m;for(l=0;l<a[f].diffs.length;l++){var p=a[f].diffs[l];p[0]!==DIFF_EQUAL&&(m=this.diff_xIndex(g,h));p[0]===\nDIFF_INSERT?b=b.substring(0,k+m)+p[1]+b.substring(k+m):p[0]===DIFF_DELETE&&(b=b.substring(0,k+m)+b.substring(k+this.diff_xIndex(g,h+p[1].length)));p[0]!==DIFF_DELETE&&(h+=p[1].length)}}}b=b.substring(c.length,b.length-c.length);return[b,e]};\ndiff_match_patch.prototype.patch_addPadding=function(a){for(var b=this.Patch_Margin,c=\"\",d=1;d<=b;d++)c+=String.fromCharCode(d);for(d=0;d<a.length;d++)a[d].start1+=b,a[d].start2+=b;d=a[0];var e=d.diffs;if(0==e.length||e[0][0]!=DIFF_EQUAL)e.unshift([DIFF_EQUAL,c]),d.start1-=b,d.start2-=b,d.length1+=b,d.length2+=b;else if(b>e[0][1].length){var f=b-e[0][1].length;e[0][1]=c.substring(e[0][1].length)+e[0][1];d.start1-=f;d.start2-=f;d.length1+=f;d.length2+=f}d=a[a.length-1];e=d.diffs;0==e.length||e[e.length-\n1][0]!=DIFF_EQUAL?(e.push([DIFF_EQUAL,c]),d.length1+=b,d.length2+=b):b>e[e.length-1][1].length&&(f=b-e[e.length-1][1].length,e[e.length-1][1]+=c.substring(0,f),d.length1+=f,d.length2+=f);return c};\ndiff_match_patch.prototype.patch_splitMax=function(a){for(var b=this.Match_MaxBits,c=0;c<a.length;c++)if(!(a[c].length1<=b)){var d=a[c];a.splice(c--,1);for(var e=d.start1,f=d.start2,g=\"\";0!==d.diffs.length;){var h=new diff_match_patch.patch_obj,l=!0;h.start1=e-g.length;h.start2=f-g.length;\"\"!==g&&(h.length1=h.length2=g.length,h.diffs.push([DIFF_EQUAL,g]));for(;0!==d.diffs.length&&h.length1<b-this.Patch_Margin;){g=d.diffs[0][0];var k=d.diffs[0][1];g===DIFF_INSERT?(h.length2+=k.length,f+=k.length,h.diffs.push(d.diffs.shift()),\nl=!1):g===DIFF_DELETE&&1==h.diffs.length&&h.diffs[0][0]==DIFF_EQUAL&&k.length>2*b?(h.length1+=k.length,e+=k.length,l=!1,h.diffs.push([g,k]),d.diffs.shift()):(k=k.substring(0,b-h.length1-this.Patch_Margin),h.length1+=k.length,e+=k.length,g===DIFF_EQUAL?(h.length2+=k.length,f+=k.length):l=!1,h.diffs.push([g,k]),k==d.diffs[0][1]?d.diffs.shift():d.diffs[0][1]=d.diffs[0][1].substring(k.length))}g=this.diff_text2(h.diffs);g=g.substring(g.length-this.Patch_Margin);k=this.diff_text1(d.diffs).substring(0,\nthis.Patch_Margin);\"\"!==k&&(h.length1+=k.length,h.length2+=k.length,0!==h.diffs.length&&h.diffs[h.diffs.length-1][0]===DIFF_EQUAL?h.diffs[h.diffs.length-1][1]+=k:h.diffs.push([DIFF_EQUAL,k]));l||a.splice(++c,0,h)}}};diff_match_patch.prototype.patch_toText=function(a){for(var b=[],c=0;c<a.length;c++)b[c]=a[c];return b.join(\"\")};\ndiff_match_patch.prototype.patch_fromText=function(a){var b=[];if(!a)return b;a=a.split(\"\\n\");for(var c=0,d=/^@@ -(\\d+),?(\\d*) \\+(\\d+),?(\\d*) @@$/;c<a.length;){var e=a[c].match(d);if(!e)throw Error(\"Invalid patch string: \"+a[c]);var f=new diff_match_patch.patch_obj;b.push(f);f.start1=parseInt(e[1],10);\"\"===e[2]?(f.start1--,f.length1=1):\"0\"==e[2]?f.length1=0:(f.start1--,f.length1=parseInt(e[2],10));f.start2=parseInt(e[3],10);\"\"===e[4]?(f.start2--,f.length2=1):\"0\"==e[4]?f.length2=0:(f.start2--,f.length2=\nparseInt(e[4],10));for(c++;c<a.length;){e=a[c].charAt(0);try{var g=decodeURI(a[c].substring(1))}catch(h){throw Error(\"Illegal escape in patch_fromText: \"+g);}if(\"-\"==e)f.diffs.push([DIFF_DELETE,g]);else if(\"+\"==e)f.diffs.push([DIFF_INSERT,g]);else if(\" \"==e)f.diffs.push([DIFF_EQUAL,g]);else if(\"@\"==e)break;else if(\"\"!==e)throw Error('Invalid patch mode \"'+e+'\" in: '+g);c++}}return b};diff_match_patch.patch_obj=function(){this.diffs=[];this.start2=this.start1=null;this.length2=this.length1=0};\ndiff_match_patch.patch_obj.prototype.toString=function(){for(var a=[\"@@ -\"+(0===this.length1?this.start1+\",0\":1==this.length1?this.start1+1:this.start1+1+\",\"+this.length1)+\" +\"+(0===this.length2?this.start2+\",0\":1==this.length2?this.start2+1:this.start2+1+\",\"+this.length2)+\" @@\\n\"],b,c=0;c<this.diffs.length;c++){switch(this.diffs[c][0]){case DIFF_INSERT:b=\"+\";break;case DIFF_DELETE:b=\"-\";break;case DIFF_EQUAL:b=\" \"}a[c+1]=b+encodeURI(this.diffs[c][1])+\"\\n\"}return a.join(\"\").replace(/%20/g,\" \")};\nthis.diff_match_patch=diff_match_patch;this.DIFF_DELETE=DIFF_DELETE;this.DIFF_INSERT=DIFF_INSERT;this.DIFF_EQUAL=DIFF_EQUAL;\n}).call(exports);",
"type": "application/javascript",
"title": "$:/core/modules/utils/diff-match-patch/diff_match_patch.js",
"module-type": "library"
},
"$:/core/modules/utils/dom/animations/slide.js": {
"title": "$:/core/modules/utils/dom/animations/slide.js",
"text": "/*\\\ntitle: $:/core/modules/utils/dom/animations/slide.js\ntype: application/javascript\nmodule-type: animation\n\nA simple slide animation that varies the height of the element\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nfunction slideOpen(domNode,options) {\n\toptions = options || {};\n\tvar duration = options.duration || $tw.utils.getAnimationDuration();\n\t// Get the current height of the domNode\n\tvar computedStyle = window.getComputedStyle(domNode),\n\t\tcurrMarginBottom = parseInt(computedStyle.marginBottom,10),\n\t\tcurrMarginTop = parseInt(computedStyle.marginTop,10),\n\t\tcurrPaddingBottom = parseInt(computedStyle.paddingBottom,10),\n\t\tcurrPaddingTop = parseInt(computedStyle.paddingTop,10),\n\t\tcurrHeight = domNode.offsetHeight;\n\t// Reset the margin once the transition is over\n\tsetTimeout(function() {\n\t\t$tw.utils.setStyle(domNode,[\n\t\t\t{transition: \"none\"},\n\t\t\t{marginBottom: \"\"},\n\t\t\t{marginTop: \"\"},\n\t\t\t{paddingBottom: \"\"},\n\t\t\t{paddingTop: \"\"},\n\t\t\t{height: \"auto\"},\n\t\t\t{opacity: \"\"}\n\t\t]);\n\t\tif(options.callback) {\n\t\t\toptions.callback();\n\t\t}\n\t},duration);\n\t// Set up the initial position of the element\n\t$tw.utils.setStyle(domNode,[\n\t\t{transition: \"none\"},\n\t\t{marginTop: \"0px\"},\n\t\t{marginBottom: \"0px\"},\n\t\t{paddingTop: \"0px\"},\n\t\t{paddingBottom: \"0px\"},\n\t\t{height: \"0px\"},\n\t\t{opacity: \"0\"}\n\t]);\n\t$tw.utils.forceLayout(domNode);\n\t// Transition to the final position\n\t$tw.utils.setStyle(domNode,[\n\t\t{transition: \"margin-top \" + duration + \"ms ease-in-out, \" +\n\t\t\t\t\t\"margin-bottom \" + duration + \"ms ease-in-out, \" +\n\t\t\t\t\t\"padding-top \" + duration + \"ms ease-in-out, \" +\n\t\t\t\t\t\"padding-bottom \" + duration + \"ms ease-in-out, \" +\n\t\t\t\t\t\"height \" + duration + \"ms ease-in-out, \" +\n\t\t\t\t\t\"opacity \" + duration + \"ms ease-in-out\"},\n\t\t{marginBottom: currMarginBottom + \"px\"},\n\t\t{marginTop: currMarginTop + \"px\"},\n\t\t{paddingBottom: currPaddingBottom + \"px\"},\n\t\t{paddingTop: currPaddingTop + \"px\"},\n\t\t{height: currHeight + \"px\"},\n\t\t{opacity: \"1\"}\n\t]);\n}\n\nfunction slideClosed(domNode,options) {\n\toptions = options || {};\n\tvar duration = options.duration || $tw.utils.getAnimationDuration(),\n\t\tcurrHeight = domNode.offsetHeight;\n\t// Clear the properties we've set when the animation is over\n\tsetTimeout(function() {\n\t\t$tw.utils.setStyle(domNode,[\n\t\t\t{transition: \"none\"},\n\t\t\t{marginBottom: \"\"},\n\t\t\t{marginTop: \"\"},\n\t\t\t{paddingBottom: \"\"},\n\t\t\t{paddingTop: \"\"},\n\t\t\t{height: \"auto\"},\n\t\t\t{opacity: \"\"}\n\t\t]);\n\t\tif(options.callback) {\n\t\t\toptions.callback();\n\t\t}\n\t},duration);\n\t// Set up the initial position of the element\n\t$tw.utils.setStyle(domNode,[\n\t\t{height: currHeight + \"px\"},\n\t\t{opacity: \"1\"}\n\t]);\n\t$tw.utils.forceLayout(domNode);\n\t// Transition to the final position\n\t$tw.utils.setStyle(domNode,[\n\t\t{transition: \"margin-top \" + duration + \"ms ease-in-out, \" +\n\t\t\t\t\t\"margin-bottom \" + duration + \"ms ease-in-out, \" +\n\t\t\t\t\t\"padding-top \" + duration + \"ms ease-in-out, \" +\n\t\t\t\t\t\"padding-bottom \" + duration + \"ms ease-in-out, \" +\n\t\t\t\t\t\"height \" + duration + \"ms ease-in-out, \" +\n\t\t\t\t\t\"opacity \" + duration + \"ms ease-in-out\"},\n\t\t{marginTop: \"0px\"},\n\t\t{marginBottom: \"0px\"},\n\t\t{paddingTop: \"0px\"},\n\t\t{paddingBottom: \"0px\"},\n\t\t{height: \"0px\"},\n\t\t{opacity: \"0\"}\n\t]);\n}\n\nexports.slide = {\n\topen: slideOpen,\n\tclose: slideClosed\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "animation"
},
"$:/core/modules/utils/dom/animator.js": {
"title": "$:/core/modules/utils/dom/animator.js",
"text": "/*\\\ntitle: $:/core/modules/utils/dom/animator.js\ntype: application/javascript\nmodule-type: utils\n\nOrchestrates animations and transitions\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nfunction Animator() {\n\t// Get the registered animation modules\n\tthis.animations = {};\n\t$tw.modules.applyMethods(\"animation\",this.animations);\n}\n\nAnimator.prototype.perform = function(type,domNode,options) {\n\toptions = options || {};\n\t// Find an animation that can handle this type\n\tvar chosenAnimation;\n\t$tw.utils.each(this.animations,function(animation,name) {\n\t\tif($tw.utils.hop(animation,type)) {\n\t\t\tchosenAnimation = animation[type];\n\t\t}\n\t});\n\tif(!chosenAnimation) {\n\t\tchosenAnimation = function(domNode,options) {\n\t\t\tif(options.callback) {\n\t\t\t\toptions.callback();\n\t\t\t}\n\t\t};\n\t}\n\t// Call the animation\n\tchosenAnimation(domNode,options);\n};\n\nexports.Animator = Animator;\n\n})();\n",
"type": "application/javascript",
"module-type": "utils"
},
"$:/core/modules/utils/dom/browser.js": {
"title": "$:/core/modules/utils/dom/browser.js",
"text": "/*\\\ntitle: $:/core/modules/utils/dom/browser.js\ntype: application/javascript\nmodule-type: utils\n\nBrowser feature detection\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nSet style properties of an element\n\telement: dom node\n\tstyles: ordered array of {name: value} pairs\n*/\nexports.setStyle = function(element,styles) {\n\tif(element.nodeType === 1) { // Element.ELEMENT_NODE\n\t\tfor(var t=0; t<styles.length; t++) {\n\t\t\tfor(var styleName in styles[t]) {\n\t\t\t\telement.style[$tw.utils.convertStyleNameToPropertyName(styleName)] = styles[t][styleName];\n\t\t\t}\n\t\t}\n\t}\n};\n\n/*\nConverts a standard CSS property name into the local browser-specific equivalent. For example:\n\t\"background-color\" --> \"backgroundColor\"\n\t\"transition\" --> \"webkitTransition\"\n*/\n\nvar styleNameCache = {}; // We'll cache the style name conversions\n\nexports.convertStyleNameToPropertyName = function(styleName) {\n\t// Return from the cache if we can\n\tif(styleNameCache[styleName]) {\n\t\treturn styleNameCache[styleName];\n\t}\n\t// Convert it by first removing any hyphens\n\tvar propertyName = $tw.utils.unHyphenateCss(styleName);\n\t// Then check if it needs a prefix\n\tif($tw.browser && document.body.style[propertyName] === undefined) {\n\t\tvar prefixes = [\"O\",\"MS\",\"Moz\",\"webkit\"];\n\t\tfor(var t=0; t<prefixes.length; t++) {\n\t\t\tvar prefixedName = prefixes[t] + propertyName.substr(0,1).toUpperCase() + propertyName.substr(1);\n\t\t\tif(document.body.style[prefixedName] !== undefined) {\n\t\t\t\tpropertyName = prefixedName;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t}\n\t// Put it in the cache too\n\tstyleNameCache[styleName] = propertyName;\n\treturn propertyName;\n};\n\n/*\nConverts a JS format CSS property name back into the dashed form used in CSS declarations. For example:\n\t\"backgroundColor\" --> \"background-color\"\n\t\"webkitTransform\" --> \"-webkit-transform\"\n*/\nexports.convertPropertyNameToStyleName = function(propertyName) {\n\t// Rehyphenate the name\n\tvar styleName = $tw.utils.hyphenateCss(propertyName);\n\t// If there's a webkit prefix, add a dash (other browsers have uppercase prefixes, and so get the dash automatically)\n\tif(styleName.indexOf(\"webkit\") === 0) {\n\t\tstyleName = \"-\" + styleName;\n\t} else if(styleName.indexOf(\"-m-s\") === 0) {\n\t\tstyleName = \"-ms\" + styleName.substr(4);\n\t}\n\treturn styleName;\n};\n\n/*\nRound trip a stylename to a property name and back again. For example:\n\t\"transform\" --> \"webkitTransform\" --> \"-webkit-transform\"\n*/\nexports.roundTripPropertyName = function(propertyName) {\n\treturn $tw.utils.convertPropertyNameToStyleName($tw.utils.convertStyleNameToPropertyName(propertyName));\n};\n\n/*\nConverts a standard event name into the local browser specific equivalent. For example:\n\t\"animationEnd\" --> \"webkitAnimationEnd\"\n*/\n\nvar eventNameCache = {}; // We'll cache the conversions\n\nvar eventNameMappings = {\n\t\"transitionEnd\": {\n\t\tcorrespondingCssProperty: \"transition\",\n\t\tmappings: {\n\t\t\ttransition: \"transitionend\",\n\t\t\tOTransition: \"oTransitionEnd\",\n\t\t\tMSTransition: \"msTransitionEnd\",\n\t\t\tMozTransition: \"transitionend\",\n\t\t\twebkitTransition: \"webkitTransitionEnd\"\n\t\t}\n\t},\n\t\"animationEnd\": {\n\t\tcorrespondingCssProperty: \"animation\",\n\t\tmappings: {\n\t\t\tanimation: \"animationend\",\n\t\t\tOAnimation: \"oAnimationEnd\",\n\t\t\tMSAnimation: \"msAnimationEnd\",\n\t\t\tMozAnimation: \"animationend\",\n\t\t\twebkitAnimation: \"webkitAnimationEnd\"\n\t\t}\n\t}\n};\n\nexports.convertEventName = function(eventName) {\n\tif(eventNameCache[eventName]) {\n\t\treturn eventNameCache[eventName];\n\t}\n\tvar newEventName = eventName,\n\t\tmappings = eventNameMappings[eventName];\n\tif(mappings) {\n\t\tvar convertedProperty = $tw.utils.convertStyleNameToPropertyName(mappings.correspondingCssProperty);\n\t\tif(mappings.mappings[convertedProperty]) {\n\t\t\tnewEventName = mappings.mappings[convertedProperty];\n\t\t}\n\t}\n\t// Put it in the cache too\n\teventNameCache[eventName] = newEventName;\n\treturn newEventName;\n};\n\n/*\nReturn the names of the fullscreen APIs\n*/\nexports.getFullScreenApis = function() {\n\tvar d = document,\n\t\tdb = d.body,\n\t\tresult = {\n\t\t\"_requestFullscreen\": db.webkitRequestFullscreen !== undefined ? \"webkitRequestFullscreen\" :\n\t\t\t\t\t\t\tdb.mozRequestFullScreen !== undefined ? \"mozRequestFullScreen\" :\n\t\t\t\t\t\t\tdb.msRequestFullscreen !== undefined ? \"msRequestFullscreen\" :\n\t\t\t\t\t\t\tdb.requestFullscreen !== undefined ? \"requestFullscreen\" : \"\",\n\t\t\"_exitFullscreen\": d.webkitExitFullscreen !== undefined ? \"webkitExitFullscreen\" :\n\t\t\t\t\t\t\td.mozCancelFullScreen !== undefined ? \"mozCancelFullScreen\" :\n\t\t\t\t\t\t\td.msExitFullscreen !== undefined ? \"msExitFullscreen\" :\n\t\t\t\t\t\t\td.exitFullscreen !== undefined ? \"exitFullscreen\" : \"\",\n\t\t\"_fullscreenElement\": d.webkitFullscreenElement !== undefined ? \"webkitFullscreenElement\" :\n\t\t\t\t\t\t\td.mozFullScreenElement !== undefined ? \"mozFullScreenElement\" :\n\t\t\t\t\t\t\td.msFullscreenElement !== undefined ? \"msFullscreenElement\" :\n\t\t\t\t\t\t\td.fullscreenElement !== undefined ? \"fullscreenElement\" : \"\",\n\t\t\"_fullscreenChange\": d.webkitFullscreenElement !== undefined ? \"webkitfullscreenchange\" :\n\t\t\t\t\t\t\td.mozFullScreenElement !== undefined ? \"mozfullscreenchange\" :\n\t\t\t\t\t\t\td.msFullscreenElement !== undefined ? \"MSFullscreenChange\" :\n\t\t\t\t\t\t\td.fullscreenElement !== undefined ? \"fullscreenchange\" : \"\"\n\t};\n\tif(!result._requestFullscreen || !result._exitFullscreen || !result._fullscreenElement || !result._fullscreenChange) {\n\t\treturn null;\n\t} else {\n\t\treturn result;\n\t}\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "utils"
},
"$:/core/modules/utils/dom/csscolorparser.js": {
"title": "$:/core/modules/utils/dom/csscolorparser.js",
"text": "// (c) Dean McNamee <dean@gmail.com>, 2012.\n//\n// https://github.com/deanm/css-color-parser-js\n//\n// Permission is hereby granted, free of charge, to any person obtaining a copy\n// of this software and associated documentation files (the \"Software\"), to\n// deal in the Software without restriction, including without limitation the\n// rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n// sell copies of the Software, and to permit persons to whom the Software is\n// furnished to do so, subject to the following conditions:\n//\n// The above copyright notice and this permission notice shall be included in\n// all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n// IN THE SOFTWARE.\n\n// http://www.w3.org/TR/css3-color/\nvar kCSSColorTable = {\n \"transparent\": [0,0,0,0], \"aliceblue\": [240,248,255,1],\n \"antiquewhite\": [250,235,215,1], \"aqua\": [0,255,255,1],\n \"aquamarine\": [127,255,212,1], \"azure\": [240,255,255,1],\n \"beige\": [245,245,220,1], \"bisque\": [255,228,196,1],\n \"black\": [0,0,0,1], \"blanchedalmond\": [255,235,205,1],\n \"blue\": [0,0,255,1], \"blueviolet\": [138,43,226,1],\n \"brown\": [165,42,42,1], \"burlywood\": [222,184,135,1],\n \"cadetblue\": [95,158,160,1], \"chartreuse\": [127,255,0,1],\n \"chocolate\": [210,105,30,1], \"coral\": [255,127,80,1],\n \"cornflowerblue\": [100,149,237,1], \"cornsilk\": [255,248,220,1],\n \"crimson\": [220,20,60,1], \"cyan\": [0,255,255,1],\n \"darkblue\": [0,0,139,1], \"darkcyan\": [0,139,139,1],\n \"darkgoldenrod\": [184,134,11,1], \"darkgray\": [169,169,169,1],\n \"darkgreen\": [0,100,0,1], \"darkgrey\": [169,169,169,1],\n \"darkkhaki\": [189,183,107,1], \"darkmagenta\": [139,0,139,1],\n \"darkolivegreen\": [85,107,47,1], \"darkorange\": [255,140,0,1],\n \"darkorchid\": [153,50,204,1], \"darkred\": [139,0,0,1],\n \"darksalmon\": [233,150,122,1], \"darkseagreen\": [143,188,143,1],\n \"darkslateblue\": [72,61,139,1], \"darkslategray\": [47,79,79,1],\n \"darkslategrey\": [47,79,79,1], \"darkturquoise\": [0,206,209,1],\n \"darkviolet\": [148,0,211,1], \"deeppink\": [255,20,147,1],\n \"deepskyblue\": [0,191,255,1], \"dimgray\": [105,105,105,1],\n \"dimgrey\": [105,105,105,1], \"dodgerblue\": [30,144,255,1],\n \"firebrick\": [178,34,34,1], \"floralwhite\": [255,250,240,1],\n \"forestgreen\": [34,139,34,1], \"fuchsia\": [255,0,255,1],\n \"gainsboro\": [220,220,220,1], \"ghostwhite\": [248,248,255,1],\n \"gold\": [255,215,0,1], \"goldenrod\": [218,165,32,1],\n \"gray\": [128,128,128,1], \"green\": [0,128,0,1],\n \"greenyellow\": [173,255,47,1], \"grey\": [128,128,128,1],\n \"honeydew\": [240,255,240,1], \"hotpink\": [255,105,180,1],\n \"indianred\": [205,92,92,1], \"indigo\": [75,0,130,1],\n \"ivory\": [255,255,240,1], \"khaki\": [240,230,140,1],\n \"lavender\": [230,230,250,1], \"lavenderblush\": [255,240,245,1],\n \"lawngreen\": [124,252,0,1], \"lemonchiffon\": [255,250,205,1],\n \"lightblue\": [173,216,230,1], \"lightcoral\": [240,128,128,1],\n \"lightcyan\": [224,255,255,1], \"lightgoldenrodyellow\": [250,250,210,1],\n \"lightgray\": [211,211,211,1], \"lightgreen\": [144,238,144,1],\n \"lightgrey\": [211,211,211,1], \"lightpink\": [255,182,193,1],\n \"lightsalmon\": [255,160,122,1], \"lightseagreen\": [32,178,170,1],\n \"lightskyblue\": [135,206,250,1], \"lightslategray\": [119,136,153,1],\n \"lightslategrey\": [119,136,153,1], \"lightsteelblue\": [176,196,222,1],\n \"lightyellow\": [255,255,224,1], \"lime\": [0,255,0,1],\n \"limegreen\": [50,205,50,1], \"linen\": [250,240,230,1],\n \"magenta\": [255,0,255,1], \"maroon\": [128,0,0,1],\n \"mediumaquamarine\": [102,205,170,1], \"mediumblue\": [0,0,205,1],\n \"mediumorchid\": [186,85,211,1], \"mediumpurple\": [147,112,219,1],\n \"mediumseagreen\": [60,179,113,1], \"mediumslateblue\": [123,104,238,1],\n \"mediumspringgreen\": [0,250,154,1], \"mediumturquoise\": [72,209,204,1],\n \"mediumvioletred\": [199,21,133,1], \"midnightblue\": [25,25,112,1],\n \"mintcream\": [245,255,250,1], \"mistyrose\": [255,228,225,1],\n \"moccasin\": [255,228,181,1], \"navajowhite\": [255,222,173,1],\n \"navy\": [0,0,128,1], \"oldlace\": [253,245,230,1],\n \"olive\": [128,128,0,1], \"olivedrab\": [107,142,35,1],\n \"orange\": [255,165,0,1], \"orangered\": [255,69,0,1],\n \"orchid\": [218,112,214,1], \"palegoldenrod\": [238,232,170,1],\n \"palegreen\": [152,251,152,1], \"paleturquoise\": [175,238,238,1],\n \"palevioletred\": [219,112,147,1], \"papayawhip\": [255,239,213,1],\n \"peachpuff\": [255,218,185,1], \"peru\": [205,133,63,1],\n \"pink\": [255,192,203,1], \"plum\": [221,160,221,1],\n \"powderblue\": [176,224,230,1], \"purple\": [128,0,128,1],\n \"red\": [255,0,0,1], \"rosybrown\": [188,143,143,1],\n \"royalblue\": [65,105,225,1], \"saddlebrown\": [139,69,19,1],\n \"salmon\": [250,128,114,1], \"sandybrown\": [244,164,96,1],\n \"seagreen\": [46,139,87,1], \"seashell\": [255,245,238,1],\n \"sienna\": [160,82,45,1], \"silver\": [192,192,192,1],\n \"skyblue\": [135,206,235,1], \"slateblue\": [106,90,205,1],\n \"slategray\": [112,128,144,1], \"slategrey\": [112,128,144,1],\n \"snow\": [255,250,250,1], \"springgreen\": [0,255,127,1],\n \"steelblue\": [70,130,180,1], \"tan\": [210,180,140,1],\n \"teal\": [0,128,128,1], \"thistle\": [216,191,216,1],\n \"tomato\": [255,99,71,1], \"turquoise\": [64,224,208,1],\n \"violet\": [238,130,238,1], \"wheat\": [245,222,179,1],\n \"white\": [255,255,255,1], \"whitesmoke\": [245,245,245,1],\n \"yellow\": [255,255,0,1], \"yellowgreen\": [154,205,50,1]}\n\nfunction clamp_css_byte(i) { // Clamp to integer 0 .. 255.\n i = Math.round(i); // Seems to be what Chrome does (vs truncation).\n return i < 0 ? 0 : i > 255 ? 255 : i;\n}\n\nfunction clamp_css_float(f) { // Clamp to float 0.0 .. 1.0.\n return f < 0 ? 0 : f > 1 ? 1 : f;\n}\n\nfunction parse_css_int(str) { // int or percentage.\n if (str[str.length - 1] === '%')\n return clamp_css_byte(parseFloat(str) / 100 * 255);\n return clamp_css_byte(parseInt(str));\n}\n\nfunction parse_css_float(str) { // float or percentage.\n if (str[str.length - 1] === '%')\n return clamp_css_float(parseFloat(str) / 100);\n return clamp_css_float(parseFloat(str));\n}\n\nfunction css_hue_to_rgb(m1, m2, h) {\n if (h < 0) h += 1;\n else if (h > 1) h -= 1;\n\n if (h * 6 < 1) return m1 + (m2 - m1) * h * 6;\n if (h * 2 < 1) return m2;\n if (h * 3 < 2) return m1 + (m2 - m1) * (2/3 - h) * 6;\n return m1;\n}\n\nfunction parseCSSColor(css_str) {\n // Remove all whitespace, not compliant, but should just be more accepting.\n var str = css_str.replace(/ /g, '').toLowerCase();\n\n // Color keywords (and transparent) lookup.\n if (str in kCSSColorTable) return kCSSColorTable[str].slice(); // dup.\n\n // #abc and #abc123 syntax.\n if (str[0] === '#') {\n if (str.length === 4) {\n var iv = parseInt(str.substr(1), 16); // TODO(deanm): Stricter parsing.\n if (!(iv >= 0 && iv <= 0xfff)) return null; // Covers NaN.\n return [((iv & 0xf00) >> 4) | ((iv & 0xf00) >> 8),\n (iv & 0xf0) | ((iv & 0xf0) >> 4),\n (iv & 0xf) | ((iv & 0xf) << 4),\n 1];\n } else if (str.length === 7) {\n var iv = parseInt(str.substr(1), 16); // TODO(deanm): Stricter parsing.\n if (!(iv >= 0 && iv <= 0xffffff)) return null; // Covers NaN.\n return [(iv & 0xff0000) >> 16,\n (iv & 0xff00) >> 8,\n iv & 0xff,\n 1];\n }\n\n return null;\n }\n\n var op = str.indexOf('('), ep = str.indexOf(')');\n if (op !== -1 && ep + 1 === str.length) {\n var fname = str.substr(0, op);\n var params = str.substr(op+1, ep-(op+1)).split(',');\n var alpha = 1; // To allow case fallthrough.\n switch (fname) {\n case 'rgba':\n if (params.length !== 4) return null;\n alpha = parse_css_float(params.pop());\n // Fall through.\n case 'rgb':\n if (params.length !== 3) return null;\n return [parse_css_int(params[0]),\n parse_css_int(params[1]),\n parse_css_int(params[2]),\n alpha];\n case 'hsla':\n if (params.length !== 4) return null;\n alpha = parse_css_float(params.pop());\n // Fall through.\n case 'hsl':\n if (params.length !== 3) return null;\n var h = (((parseFloat(params[0]) % 360) + 360) % 360) / 360; // 0 .. 1\n // NOTE(deanm): According to the CSS spec s/l should only be\n // percentages, but we don't bother and let float or percentage.\n var s = parse_css_float(params[1]);\n var l = parse_css_float(params[2]);\n var m2 = l <= 0.5 ? l * (s + 1) : l + s - l * s;\n var m1 = l * 2 - m2;\n return [clamp_css_byte(css_hue_to_rgb(m1, m2, h+1/3) * 255),\n clamp_css_byte(css_hue_to_rgb(m1, m2, h) * 255),\n clamp_css_byte(css_hue_to_rgb(m1, m2, h-1/3) * 255),\n alpha];\n default:\n return null;\n }\n }\n\n return null;\n}\n\ntry { exports.parseCSSColor = parseCSSColor } catch(e) { }\n",
"type": "application/javascript",
"module-type": "utils"
},
"$:/core/modules/utils/dom.js": {
"title": "$:/core/modules/utils/dom.js",
"text": "/*\\\ntitle: $:/core/modules/utils/dom.js\ntype: application/javascript\nmodule-type: utils\n\nVarious static DOM-related utility functions.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nDetermines whether element 'a' contains element 'b'\nCode thanks to John Resig, http://ejohn.org/blog/comparing-document-position/\n*/\nexports.domContains = function(a,b) {\n\treturn a.contains ?\n\t\ta !== b && a.contains(b) :\n\t\t!!(a.compareDocumentPosition(b) & 16);\n};\n\nexports.removeChildren = function(node) {\n\twhile(node.hasChildNodes()) {\n\t\tnode.removeChild(node.firstChild);\n\t}\n};\n\nexports.hasClass = function(el,className) {\n\treturn el && el.className && el.className.toString().split(\" \").indexOf(className) !== -1;\n};\n\nexports.addClass = function(el,className) {\n\tvar c = el.className.split(\" \");\n\tif(c.indexOf(className) === -1) {\n\t\tc.push(className);\n\t}\n\tel.className = c.join(\" \");\n};\n\nexports.removeClass = function(el,className) {\n\tvar c = el.className.split(\" \"),\n\t\tp = c.indexOf(className);\n\tif(p !== -1) {\n\t\tc.splice(p,1);\n\t\tel.className = c.join(\" \");\n\t}\n};\n\nexports.toggleClass = function(el,className,status) {\n\tif(status === undefined) {\n\t\tstatus = !exports.hasClass(el,className);\n\t}\n\tif(status) {\n\t\texports.addClass(el,className);\n\t} else {\n\t\texports.removeClass(el,className);\n\t}\n};\n\n/*\nGet the first parent element that has scrollbars or use the body as fallback.\n*/\nexports.getScrollContainer = function(el) {\n\tvar doc = el.ownerDocument;\n\twhile(el.parentNode) {\t\n\t\tel = el.parentNode;\n\t\tif(el.scrollTop) {\n\t\t\treturn el;\n\t\t}\n\t}\n\treturn doc.body;\n};\n\n/*\nGet the scroll position of the viewport\nReturns:\n\t{\n\t\tx: horizontal scroll position in pixels,\n\t\ty: vertical scroll position in pixels\n\t}\n*/\nexports.getScrollPosition = function(srcWindow) {\n\tvar scrollWindow = srcWindow || window;\n\tif(\"scrollX\" in scrollWindow) {\n\t\treturn {x: scrollWindow.scrollX, y: scrollWindow.scrollY};\n\t} else {\n\t\treturn {x: scrollWindow.document.documentElement.scrollLeft, y: scrollWindow.document.documentElement.scrollTop};\n\t}\n};\n\n/*\nAdjust the height of a textarea to fit its content, preserving scroll position, and return the height\n*/\nexports.resizeTextAreaToFit = function(domNode,minHeight) {\n\t// Get the scroll container and register the current scroll position\n\tvar container = $tw.utils.getScrollContainer(domNode),\n\t\tscrollTop = container.scrollTop;\n // Measure the specified minimum height\n\tdomNode.style.height = minHeight;\n\tvar measuredHeight = domNode.offsetHeight || parseInt(minHeight,10);\n\t// Set its height to auto so that it snaps to the correct height\n\tdomNode.style.height = \"auto\";\n\t// Calculate the revised height\n\tvar newHeight = Math.max(domNode.scrollHeight + domNode.offsetHeight - domNode.clientHeight,measuredHeight);\n\t// Only try to change the height if it has changed\n\tif(newHeight !== domNode.offsetHeight) {\n\t\tdomNode.style.height = newHeight + \"px\";\n\t\t// Make sure that the dimensions of the textarea are recalculated\n\t\t$tw.utils.forceLayout(domNode);\n\t\t// Set the container to the position we registered at the beginning\n\t\tcontainer.scrollTop = scrollTop;\n\t}\n\treturn newHeight;\n};\n\n/*\nGets the bounding rectangle of an element in absolute page coordinates\n*/\nexports.getBoundingPageRect = function(element) {\n\tvar scrollPos = $tw.utils.getScrollPosition(element.ownerDocument.defaultView),\n\t\tclientRect = element.getBoundingClientRect();\n\treturn {\n\t\tleft: clientRect.left + scrollPos.x,\n\t\twidth: clientRect.width,\n\t\tright: clientRect.right + scrollPos.x,\n\t\ttop: clientRect.top + scrollPos.y,\n\t\theight: clientRect.height,\n\t\tbottom: clientRect.bottom + scrollPos.y\n\t};\n};\n\n/*\nSaves a named password in the browser\n*/\nexports.savePassword = function(name,password) {\n\tvar done = false;\n\ttry {\n\t\twindow.localStorage.setItem(\"tw5-password-\" + name,password);\n\t\tdone = true;\n\t} catch(e) {\n\t}\n\tif(!done) {\n\t\t$tw.savedPasswords = $tw.savedPasswords || Object.create(null);\n\t\t$tw.savedPasswords[name] = password;\n\t}\n};\n\n/*\nRetrieve a named password from the browser\n*/\nexports.getPassword = function(name) {\n\tvar value;\n\ttry {\n\t\tvalue = window.localStorage.getItem(\"tw5-password-\" + name);\n\t} catch(e) {\n\t}\n\tif(value !== undefined) {\n\t\treturn value;\n\t} else {\n\t\treturn ($tw.savedPasswords || Object.create(null))[name] || \"\";\n\t}\n};\n\n/*\nForce layout of a dom node and its descendents\n*/\nexports.forceLayout = function(element) {\n\tvar dummy = element.offsetWidth;\n};\n\n/*\nPulse an element for debugging purposes\n*/\nexports.pulseElement = function(element) {\n\t// Event handler to remove the class at the end\n\telement.addEventListener($tw.browser.animationEnd,function handler(event) {\n\t\telement.removeEventListener($tw.browser.animationEnd,handler,false);\n\t\t$tw.utils.removeClass(element,\"pulse\");\n\t},false);\n\t// Apply the pulse class\n\t$tw.utils.removeClass(element,\"pulse\");\n\t$tw.utils.forceLayout(element);\n\t$tw.utils.addClass(element,\"pulse\");\n};\n\n/*\nAttach specified event handlers to a DOM node\ndomNode: where to attach the event handlers\nevents: array of event handlers to be added (see below)\nEach entry in the events array is an object with these properties:\nhandlerFunction: optional event handler function\nhandlerObject: optional event handler object\nhandlerMethod: optionally specifies object handler method name (defaults to `handleEvent`)\n*/\nexports.addEventListeners = function(domNode,events) {\n\t$tw.utils.each(events,function(eventInfo) {\n\t\tvar handler;\n\t\tif(eventInfo.handlerFunction) {\n\t\t\thandler = eventInfo.handlerFunction;\n\t\t} else if(eventInfo.handlerObject) {\n\t\t\tif(eventInfo.handlerMethod) {\n\t\t\t\thandler = function(event) {\n\t\t\t\t\teventInfo.handlerObject[eventInfo.handlerMethod].call(eventInfo.handlerObject,event);\n\t\t\t\t};\t\n\t\t\t} else {\n\t\t\t\thandler = eventInfo.handlerObject;\n\t\t\t}\n\t\t}\n\t\tdomNode.addEventListener(eventInfo.name,handler,false);\n\t});\n};\n\n/*\nGet the computed styles applied to an element as an array of strings of individual CSS properties\n*/\nexports.getComputedStyles = function(domNode) {\n\tvar textAreaStyles = window.getComputedStyle(domNode,null),\n\t\tstyleDefs = [],\n\t\tname;\n\tfor(var t=0; t<textAreaStyles.length; t++) {\n\t\tname = textAreaStyles[t];\n\t\tstyleDefs.push(name + \": \" + textAreaStyles.getPropertyValue(name) + \";\");\n\t}\n\treturn styleDefs;\n};\n\n/*\nApply a set of styles passed as an array of strings of individual CSS properties\n*/\nexports.setStyles = function(domNode,styleDefs) {\n\tdomNode.style.cssText = styleDefs.join(\"\");\n};\n\n/*\nCopy the computed styles from a source element to a destination element\n*/\nexports.copyStyles = function(srcDomNode,dstDomNode) {\n\t$tw.utils.setStyles(dstDomNode,$tw.utils.getComputedStyles(srcDomNode));\n};\n\n/*\nCopy plain text to the clipboard on browsers that support it\n*/\nexports.copyToClipboard = function(text,options) {\n\toptions = options || {};\n\tvar textArea = document.createElement(\"textarea\");\n\ttextArea.style.position = \"fixed\";\n\ttextArea.style.top = 0;\n\ttextArea.style.left = 0;\n\ttextArea.style.fontSize = \"12pt\";\n\ttextArea.style.width = \"2em\";\n\ttextArea.style.height = \"2em\";\n\ttextArea.style.padding = 0;\n\ttextArea.style.border = \"none\";\n\ttextArea.style.outline = \"none\";\n\ttextArea.style.boxShadow = \"none\";\n\ttextArea.style.background = \"transparent\";\n\ttextArea.value = text;\n\tdocument.body.appendChild(textArea);\n\ttextArea.select();\n\ttextArea.setSelectionRange(0,text.length);\n\tvar succeeded = false;\n\ttry {\n\t\tsucceeded = document.execCommand(\"copy\");\n\t} catch (err) {\n\t}\n\tif(!options.doNotNotify) {\n\t\t$tw.notifier.display(succeeded ? \"$:/language/Notifications/CopiedToClipboard/Succeeded\" : \"$:/language/Notifications/CopiedToClipboard/Failed\");\n\t}\n\tdocument.body.removeChild(textArea);\n};\n\nexports.getLocationPath = function() {\n\treturn window.location.toString().split(\"#\")[0];\n};\n\n\n})();\n",
"type": "application/javascript",
"module-type": "utils"
},
"$:/core/modules/utils/dom/dragndrop.js": {
"title": "$:/core/modules/utils/dom/dragndrop.js",
"text": "/*\\\ntitle: $:/core/modules/utils/dom/dragndrop.js\ntype: application/javascript\nmodule-type: utils\n\nBrowser data transfer utilities, used with the clipboard and drag and drop\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nOptions:\n\ndomNode: dom node to make draggable\ndragImageType: \"pill\" or \"dom\"\ndragTiddlerFn: optional function to retrieve the title of tiddler to drag\ndragFilterFn: optional function to retreive the filter defining a list of tiddlers to drag\nwidget: widget to use as the contect for the filter\n*/\nexports.makeDraggable = function(options) {\n\tvar dragImageType = options.dragImageType || \"dom\",\n\t\tdragImage,\n\t\tdomNode = options.domNode;\n\t// Make the dom node draggable (not necessary for anchor tags)\n\tif((domNode.tagName || \"\").toLowerCase() !== \"a\") {\n\t\tdomNode.setAttribute(\"draggable\",\"true\");\t\t\n\t}\n\t// Add event handlers\n\t$tw.utils.addEventListeners(domNode,[\n\t\t{name: \"dragstart\", handlerFunction: function(event) {\n\t\t\tif(event.dataTransfer === undefined) {\n\t\t\t\treturn false;\n\t\t\t}\n\t\t\t// Collect the tiddlers being dragged\n\t\t\tvar dragTiddler = options.dragTiddlerFn && options.dragTiddlerFn(),\n\t\t\t\tdragFilter = options.dragFilterFn && options.dragFilterFn(),\n\t\t\t\ttitles = dragTiddler ? [dragTiddler] : [],\n\t\t\t \tstartActions = options.startActions;\n\t\t\tif(dragFilter) {\n\t\t\t\ttitles.push.apply(titles,options.widget.wiki.filterTiddlers(dragFilter,options.widget));\n\t\t\t}\n\t\t\tvar titleString = $tw.utils.stringifyList(titles);\n\t\t\t// Check that we've something to drag\n\t\t\tif(titles.length > 0 && event.target === domNode) {\n\t\t\t\t// Mark the drag in progress\n\t\t\t\t$tw.dragInProgress = domNode;\n\t\t\t\t// Set the dragging class on the element being dragged\n\t\t\t\t$tw.utils.addClass(event.target,\"tc-dragging\");\n\t\t\t\t// Invoke drag-start actions if given\n\t\t\t\tif(startActions !== undefined) {\n\t\t\t\t\toptions.widget.invokeActionString(startActions,options.widget,event,{actionTiddler: titleString});\n\t\t\t\t}\n\t\t\t\t// Create the drag image elements\n\t\t\t\tdragImage = options.widget.document.createElement(\"div\");\n\t\t\t\tdragImage.className = \"tc-tiddler-dragger\";\n\t\t\t\tvar inner = options.widget.document.createElement(\"div\");\n\t\t\t\tinner.className = \"tc-tiddler-dragger-inner\";\n\t\t\t\tinner.appendChild(options.widget.document.createTextNode(\n\t\t\t\t\ttitles.length === 1 ? \n\t\t\t\t\t\ttitles[0] :\n\t\t\t\t\t\ttitles.length + \" tiddlers\"\n\t\t\t\t));\n\t\t\t\tdragImage.appendChild(inner);\n\t\t\t\toptions.widget.document.body.appendChild(dragImage);\n\t\t\t\t// Set the data transfer properties\n\t\t\t\tvar dataTransfer = event.dataTransfer;\n\t\t\t\t// Set up the image\n\t\t\t\tdataTransfer.effectAllowed = \"all\";\n\t\t\t\tif(dataTransfer.setDragImage) {\n\t\t\t\t\tif(dragImageType === \"pill\") {\n\t\t\t\t\t\tdataTransfer.setDragImage(dragImage.firstChild,-16,-16);\n\t\t\t\t\t} else {\n\t\t\t\t\t\tvar r = domNode.getBoundingClientRect();\n\t\t\t\t\t\tdataTransfer.setDragImage(domNode,event.clientX-r.left,event.clientY-r.top);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\t// Set up the data transfer\n\t\t\t\tif(dataTransfer.clearData) {\n\t\t\t\t\tdataTransfer.clearData();\t\t\t\t\t\n\t\t\t\t}\n\t\t\t\tvar jsonData = [];\n\t\t\t\tif(titles.length > 1) {\n\t\t\t\t\ttitles.forEach(function(title) {\n\t\t\t\t\t\tjsonData.push(options.widget.wiki.getTiddlerAsJson(title));\n\t\t\t\t\t});\n\t\t\t\t\tjsonData = \"[\" + jsonData.join(\",\") + \"]\";\n\t\t\t\t} else {\n\t\t\t\t\tjsonData = options.widget.wiki.getTiddlerAsJson(titles[0]);\n\t\t\t\t}\n\t\t\t\t// IE doesn't like these content types\n\t\t\t\tif(!$tw.browser.isIE) {\n\t\t\t\t\tdataTransfer.setData(\"text/vnd.tiddler\",jsonData);\n\t\t\t\t\tdataTransfer.setData(\"text/plain\",titleString);\n\t\t\t\t\tdataTransfer.setData(\"text/x-moz-url\",\"data:text/vnd.tiddler,\" + encodeURIComponent(jsonData));\n\t\t\t\t}\n\t\t\t\tdataTransfer.setData(\"URL\",\"data:text/vnd.tiddler,\" + encodeURIComponent(jsonData));\n\t\t\t\tdataTransfer.setData(\"Text\",titleString);\n\t\t\t\tevent.stopPropagation();\n\t\t\t}\n\t\t\treturn false;\n\t\t}},\n\t\t{name: \"dragend\", handlerFunction: function(event) {\n\t\t\tif(event.target === domNode) {\n\t\t\t\t// Collect the tiddlers being dragged\n\t\t\t\tvar dragTiddler = options.dragTiddlerFn && options.dragTiddlerFn(),\n\t\t\t\t\tdragFilter = options.dragFilterFn && options.dragFilterFn(),\n\t\t\t\t\ttitles = dragTiddler ? [dragTiddler] : [],\n\t\t\t \t\tendActions = options.endActions;\n\t\t\t\tif(dragFilter) {\n\t\t\t\t\ttitles.push.apply(titles,options.widget.wiki.filterTiddlers(dragFilter,options.widget));\n\t\t\t\t}\n\t\t\t\tvar titleString = $tw.utils.stringifyList(titles);\n\t\t\t\t$tw.dragInProgress = null;\n\t\t\t\t// Invoke drag-end actions if given\n\t\t\t\tif(endActions !== undefined) {\n\t\t\t\t\toptions.widget.invokeActionString(endActions,options.widget,event,{actionTiddler: titleString});\n\t\t\t\t}\n\t\t\t\t// Remove the dragging class on the element being dragged\n\t\t\t\t$tw.utils.removeClass(event.target,\"tc-dragging\");\n\t\t\t\t// Delete the drag image element\n\t\t\t\tif(dragImage) {\n\t\t\t\t\tdragImage.parentNode.removeChild(dragImage);\n\t\t\t\t\tdragImage = null;\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn false;\n\t\t}}\n\t]);\n};\n\nexports.importDataTransfer = function(dataTransfer,fallbackTitle,callback) {\n\t// Try each provided data type in turn\n\tif($tw.log.IMPORT) {\n\t\tconsole.log(\"Available data types:\");\n\t\tfor(var type=0; type<dataTransfer.types.length; type++) {\n\t\t\tconsole.log(\"type\",dataTransfer.types[type],dataTransfer.getData(dataTransfer.types[type]))\n\t\t}\n\t}\n\tfor(var t=0; t<importDataTypes.length; t++) {\n\t\tif(!$tw.browser.isIE || importDataTypes[t].IECompatible) {\n\t\t\t// Get the data\n\t\t\tvar dataType = importDataTypes[t];\n\t\t\t\tvar data = dataTransfer.getData(dataType.type);\n\t\t\t// Import the tiddlers in the data\n\t\t\tif(data !== \"\" && data !== null) {\n\t\t\t\tif($tw.log.IMPORT) {\n\t\t\t\t\tconsole.log(\"Importing data type '\" + dataType.type + \"', data: '\" + data + \"'\")\n\t\t\t\t}\n\t\t\t\tvar tiddlerFields = dataType.toTiddlerFieldsArray(data,fallbackTitle);\n\t\t\t\tcallback(tiddlerFields);\n\t\t\t\treturn;\n\t\t\t}\n\t\t}\n\t}\n};\n\nvar importDataTypes = [\n\t{type: \"text/vnd.tiddler\", IECompatible: false, toTiddlerFieldsArray: function(data,fallbackTitle) {\n\t\treturn parseJSONTiddlers(data,fallbackTitle);\n\t}},\n\t{type: \"URL\", IECompatible: true, toTiddlerFieldsArray: function(data,fallbackTitle) {\n\t\t// Check for tiddler data URI\n\t\tvar match = decodeURIComponent(data).match(/^data\\:text\\/vnd\\.tiddler,(.*)/i);\n\t\tif(match) {\n\t\t\treturn parseJSONTiddlers(match[1],fallbackTitle);\n\t\t} else {\n\t\t\treturn [{title: fallbackTitle, text: data}]; // As URL string\n\t\t}\n\t}},\n\t{type: \"text/x-moz-url\", IECompatible: false, toTiddlerFieldsArray: function(data,fallbackTitle) {\n\t\t// Check for tiddler data URI\n\t\tvar match = decodeURIComponent(data).match(/^data\\:text\\/vnd\\.tiddler,(.*)/i);\n\t\tif(match) {\n\t\t\treturn parseJSONTiddlers(match[1],fallbackTitle);\n\t\t} else {\n\t\t\treturn [{title: fallbackTitle, text: data}]; // As URL string\n\t\t}\n\t}},\n\t{type: \"text/html\", IECompatible: false, toTiddlerFieldsArray: function(data,fallbackTitle) {\n\t\treturn [{title: fallbackTitle, text: data}];\n\t}},\n\t{type: \"text/plain\", IECompatible: false, toTiddlerFieldsArray: function(data,fallbackTitle) {\n\t\treturn [{title: fallbackTitle, text: data}];\n\t}},\n\t{type: \"Text\", IECompatible: true, toTiddlerFieldsArray: function(data,fallbackTitle) {\n\t\treturn [{title: fallbackTitle, text: data}];\n\t}},\n\t{type: \"text/uri-list\", IECompatible: false, toTiddlerFieldsArray: function(data,fallbackTitle) {\n\t\treturn [{title: fallbackTitle, text: data}];\n\t}}\n];\n\nfunction parseJSONTiddlers(json,fallbackTitle) {\n\tvar data = JSON.parse(json);\n\tif(!$tw.utils.isArray(data)) {\n\t\tdata = [data];\n\t}\n\tdata.forEach(function(fields) {\n\t\tfields.title = fields.title || fallbackTitle;\n\t});\n\treturn data;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "utils"
},
"$:/core/modules/utils/dom/http.js": {
"title": "$:/core/modules/utils/dom/http.js",
"text": "/*\\\ntitle: $:/core/modules/utils/dom/http.js\ntype: application/javascript\nmodule-type: utils\n\nBrowser HTTP support\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nA quick and dirty HTTP function; to be refactored later. Options are:\n\turl: URL to retrieve\n\theaders: hashmap of headers to send\n\ttype: GET, PUT, POST etc\n\tcallback: function invoked with (err,data,xhr)\n\treturnProp: string name of the property to return as first argument of callback\n*/\nexports.httpRequest = function(options) {\n\tvar type = options.type || \"GET\",\n\t\theaders = options.headers || {accept: \"application/json\"},\n\t\treturnProp = options.returnProp || \"responseText\",\n\t\trequest = new XMLHttpRequest(),\n\t\tdata = \"\",\n\t\tf,results;\n\t// Massage the data hashmap into a string\n\tif(options.data) {\n\t\tif(typeof options.data === \"string\") { // Already a string\n\t\t\tdata = options.data;\n\t\t} else { // A hashmap of strings\n\t\t\tresults = [];\n\t\t\t$tw.utils.each(options.data,function(dataItem,dataItemTitle) {\n\t\t\t\tresults.push(dataItemTitle + \"=\" + encodeURIComponent(dataItem));\n\t\t\t});\n\t\t\tdata = results.join(\"&\");\n\t\t}\n\t}\n\t// Set up the state change handler\n\trequest.onreadystatechange = function() {\n\t\tif(this.readyState === 4) {\n\t\t\tif(this.status === 200 || this.status === 201 || this.status === 204) {\n\t\t\t\t// Success!\n\t\t\t\toptions.callback(null,this[returnProp],this);\n\t\t\t\treturn;\n\t\t\t}\n\t\t// Something went wrong\n\t\toptions.callback($tw.language.getString(\"Error/XMLHttpRequest\") + \": \" + this.status,null,this);\n\t\t}\n\t};\n\t// Make the request\n\trequest.open(type,options.url,true);\n\tif(headers) {\n\t\t$tw.utils.each(headers,function(header,headerTitle,object) {\n\t\t\trequest.setRequestHeader(headerTitle,header);\n\t\t});\n\t}\n\tif(data && !$tw.utils.hop(headers,\"Content-type\")) {\n\t\trequest.setRequestHeader(\"Content-type\",\"application/x-www-form-urlencoded; charset=UTF-8\");\n\t}\n\tif(!$tw.utils.hop(headers,\"X-Requested-With\")) {\n\t\trequest.setRequestHeader(\"X-Requested-With\",\"TiddlyWiki\");\n\t}\n\ttry {\n\t\trequest.send(data);\n\t} catch(e) {\n\t\toptions.callback(e,null,this);\n\t}\n\treturn request;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "utils"
},
"$:/core/modules/utils/dom/keyboard.js": {
"title": "$:/core/modules/utils/dom/keyboard.js",
"text": "/*\\\ntitle: $:/core/modules/utils/dom/keyboard.js\ntype: application/javascript\nmodule-type: utils\n\nKeyboard utilities; now deprecated. Instead, use $tw.keyboardManager\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n[\"parseKeyDescriptor\",\"checkKeyDescriptor\"].forEach(function(method) {\n\texports[method] = function() {\n\t\tif($tw.keyboardManager) {\n\t\t\treturn $tw.keyboardManager[method].apply($tw.keyboardManager,Array.prototype.slice.call(arguments,0));\n\t\t} else {\n\t\t\treturn null\n\t\t}\n\t};\n});\n\n})();\n",
"type": "application/javascript",
"module-type": "utils"
},
"$:/core/modules/utils/dom/modal.js": {
"title": "$:/core/modules/utils/dom/modal.js",
"text": "/*\\\ntitle: $:/core/modules/utils/dom/modal.js\ntype: application/javascript\nmodule-type: utils\n\nModal message mechanism\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar widget = require(\"$:/core/modules/widgets/widget.js\");\n\nvar Modal = function(wiki) {\n\tthis.wiki = wiki;\n\tthis.modalCount = 0;\n};\n\n/*\nDisplay a modal dialogue\n\ttitle: Title of tiddler to display\n\toptions: see below\nOptions include:\n\tdownloadLink: Text of a big download link to include\n*/\nModal.prototype.display = function(title,options) {\n\toptions = options || {};\n\tthis.srcDocument = options.variables && (options.variables.rootwindow === \"true\" ||\n\t\t\t\toptions.variables.rootwindow === \"yes\") ? document :\n\t\t\t\t(options.event.event && options.event.event.target ? options.event.event.target.ownerDocument : document);\n\tthis.srcWindow = this.srcDocument.defaultView;\n\tvar self = this,\n\t\trefreshHandler,\n\t\tduration = $tw.utils.getAnimationDuration(),\n\t\ttiddler = this.wiki.getTiddler(title);\n\t// Don't do anything if the tiddler doesn't exist\n\tif(!tiddler) {\n\t\treturn;\n\t}\n\t// Create the variables\n\tvar variables = $tw.utils.extend({currentTiddler: title},options.variables);\n\t// Create the wrapper divs\n\tvar wrapper = this.srcDocument.createElement(\"div\"),\n\t\tmodalBackdrop = this.srcDocument.createElement(\"div\"),\n\t\tmodalWrapper = this.srcDocument.createElement(\"div\"),\n\t\tmodalHeader = this.srcDocument.createElement(\"div\"),\n\t\theaderTitle = this.srcDocument.createElement(\"h3\"),\n\t\tmodalBody = this.srcDocument.createElement(\"div\"),\n\t\tmodalLink = this.srcDocument.createElement(\"a\"),\n\t\tmodalFooter = this.srcDocument.createElement(\"div\"),\n\t\tmodalFooterHelp = this.srcDocument.createElement(\"span\"),\n\t\tmodalFooterButtons = this.srcDocument.createElement(\"span\");\n\t// Up the modal count and adjust the body class\n\tthis.modalCount++;\n\tthis.adjustPageClass();\n\t// Add classes\n\t$tw.utils.addClass(wrapper,\"tc-modal-wrapper\");\n\t$tw.utils.addClass(modalBackdrop,\"tc-modal-backdrop\");\n\t$tw.utils.addClass(modalWrapper,\"tc-modal\");\n\t$tw.utils.addClass(modalHeader,\"tc-modal-header\");\n\t$tw.utils.addClass(modalBody,\"tc-modal-body\");\n\t$tw.utils.addClass(modalFooter,\"tc-modal-footer\");\n\t// Join them together\n\twrapper.appendChild(modalBackdrop);\n\twrapper.appendChild(modalWrapper);\n\tmodalHeader.appendChild(headerTitle);\n\tmodalWrapper.appendChild(modalHeader);\n\tmodalWrapper.appendChild(modalBody);\n\tmodalFooter.appendChild(modalFooterHelp);\n\tmodalFooter.appendChild(modalFooterButtons);\n\tmodalWrapper.appendChild(modalFooter);\n\t// Render the title of the message\n\tvar headerWidgetNode = this.wiki.makeTranscludeWidget(title,{\n\t\tfield: \"subtitle\",\n\t\tmode: \"inline\",\n\t\tchildren: [{\n\t\t\ttype: \"text\",\n\t\t\tattributes: {\n\t\t\t\ttext: {\n\t\t\t\t\ttype: \"string\",\n\t\t\t\t\tvalue: title\n\t\t}}}],\n\t\tparentWidget: $tw.rootWidget,\n\t\tdocument: this.srcDocument,\n\t\tvariables: variables,\n\t\timportPageMacros: true\n\t});\n\theaderWidgetNode.render(headerTitle,null);\n\t// Render the body of the message\n\tvar bodyWidgetNode = this.wiki.makeTranscludeWidget(title,{\n\t\tparentWidget: $tw.rootWidget,\n\t\tdocument: this.srcDocument,\n\t\tvariables: variables,\n\t\timportPageMacros: true\n\t});\n\tbodyWidgetNode.render(modalBody,null);\n\t// Setup the link if present\n\tif(options.downloadLink) {\n\t\tmodalLink.href = options.downloadLink;\n\t\tmodalLink.appendChild(this.srcDocument.createTextNode(\"Right-click to save changes\"));\n\t\tmodalBody.appendChild(modalLink);\n\t}\n\t// Render the footer of the message\n\tif(tiddler && tiddler.fields && tiddler.fields.help) {\n\t\tvar link = this.srcDocument.createElement(\"a\");\n\t\tlink.setAttribute(\"href\",tiddler.fields.help);\n\t\tlink.setAttribute(\"target\",\"_blank\");\n\t\tlink.setAttribute(\"rel\",\"noopener noreferrer\");\n\t\tlink.appendChild(this.srcDocument.createTextNode(\"Help\"));\n\t\tmodalFooterHelp.appendChild(link);\n\t\tmodalFooterHelp.style.float = \"left\";\n\t}\n\tvar footerWidgetNode = this.wiki.makeTranscludeWidget(title,{\n\t\tfield: \"footer\",\n\t\tmode: \"inline\",\n\t\tchildren: [{\n\t\t\ttype: \"button\",\n\t\t\tattributes: {\n\t\t\t\tmessage: {\n\t\t\t\t\ttype: \"string\",\n\t\t\t\t\tvalue: \"tm-close-tiddler\"\n\t\t\t\t}\n\t\t\t},\n\t\t\tchildren: [{\n\t\t\t\ttype: \"text\",\n\t\t\t\tattributes: {\n\t\t\t\t\ttext: {\n\t\t\t\t\t\ttype: \"string\",\n\t\t\t\t\t\tvalue: $tw.language.getString(\"Buttons/Close/Caption\")\n\t\t\t}}}\n\t\t]}],\n\t\tparentWidget: $tw.rootWidget,\n\t\tdocument: this.srcDocument,\n\t\tvariables: variables,\n\t\timportPageMacros: true\n\t});\n\tfooterWidgetNode.render(modalFooterButtons,null);\n\t// Set up the refresh handler\n\trefreshHandler = function(changes) {\n\t\theaderWidgetNode.refresh(changes,modalHeader,null);\n\t\tbodyWidgetNode.refresh(changes,modalBody,null);\n\t\tfooterWidgetNode.refresh(changes,modalFooterButtons,null);\n\t};\n\tthis.wiki.addEventListener(\"change\",refreshHandler);\n\t// Add the close event handler\n\tvar closeHandler = function(event) {\n\t\t// Remove our refresh handler\n\t\tself.wiki.removeEventListener(\"change\",refreshHandler);\n\t\t// Decrease the modal count and adjust the body class\n\t\tself.modalCount--;\n\t\tself.adjustPageClass();\n\t\t// Force layout and animate the modal message away\n\t\t$tw.utils.forceLayout(modalBackdrop);\n\t\t$tw.utils.forceLayout(modalWrapper);\n\t\t$tw.utils.setStyle(modalBackdrop,[\n\t\t\t{opacity: \"0\"}\n\t\t]);\n\t\t$tw.utils.setStyle(modalWrapper,[\n\t\t\t{transform: \"translateY(\" + self.srcWindow.innerHeight + \"px)\"}\n\t\t]);\n\t\t// Set up an event for the transition end\n\t\tself.srcWindow.setTimeout(function() {\n\t\t\tif(wrapper.parentNode) {\n\t\t\t\t// Remove the modal message from the DOM\n\t\t\t\tself.srcDocument.body.removeChild(wrapper);\n\t\t\t}\n\t\t},duration);\n\t\t// Don't let anyone else handle the tm-close-tiddler message\n\t\treturn false;\n\t};\n\theaderWidgetNode.addEventListener(\"tm-close-tiddler\",closeHandler,false);\n\tbodyWidgetNode.addEventListener(\"tm-close-tiddler\",closeHandler,false);\n\tfooterWidgetNode.addEventListener(\"tm-close-tiddler\",closeHandler,false);\n\t// Set the initial styles for the message\n\t$tw.utils.setStyle(modalBackdrop,[\n\t\t{opacity: \"0\"}\n\t]);\n\t$tw.utils.setStyle(modalWrapper,[\n\t\t{transformOrigin: \"0% 0%\"},\n\t\t{transform: \"translateY(\" + (-this.srcWindow.innerHeight) + \"px)\"}\n\t]);\n\t// Put the message into the document\n\tthis.srcDocument.body.appendChild(wrapper);\n\t// Set up animation for the styles\n\t$tw.utils.setStyle(modalBackdrop,[\n\t\t{transition: \"opacity \" + duration + \"ms ease-out\"}\n\t]);\n\t$tw.utils.setStyle(modalWrapper,[\n\t\t{transition: $tw.utils.roundTripPropertyName(\"transform\") + \" \" + duration + \"ms ease-in-out\"}\n\t]);\n\t// Force layout\n\t$tw.utils.forceLayout(modalBackdrop);\n\t$tw.utils.forceLayout(modalWrapper);\n\t// Set final animated styles\n\t$tw.utils.setStyle(modalBackdrop,[\n\t\t{opacity: \"0.7\"}\n\t]);\n\t$tw.utils.setStyle(modalWrapper,[\n\t\t{transform: \"translateY(0px)\"}\n\t]);\n};\n\nModal.prototype.adjustPageClass = function() {\n\tvar windowContainer = $tw.pageContainer ? ($tw.pageContainer === this.srcDocument.body.firstChild ? $tw.pageContainer : this.srcDocument.body.firstChild) : null;\n\tif(windowContainer) {\n\t\t$tw.utils.toggleClass(windowContainer,\"tc-modal-displayed\",this.modalCount > 0);\n\t}\n};\n\nexports.Modal = Modal;\n\n})();\n",
"type": "application/javascript",
"module-type": "utils"
},
"$:/core/modules/utils/dom/notifier.js": {
"title": "$:/core/modules/utils/dom/notifier.js",
"text": "/*\\\ntitle: $:/core/modules/utils/dom/notifier.js\ntype: application/javascript\nmodule-type: utils\n\nNotifier mechanism\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar widget = require(\"$:/core/modules/widgets/widget.js\");\n\nvar Notifier = function(wiki) {\n\tthis.wiki = wiki;\n};\n\n/*\nDisplay a notification\n\ttitle: Title of tiddler containing the notification text\n\toptions: see below\nOptions include:\n*/\nNotifier.prototype.display = function(title,options) {\n\toptions = options || {};\n\t// Create the wrapper divs\n\tvar self = this,\n\t\tnotification = document.createElement(\"div\"),\n\t\ttiddler = this.wiki.getTiddler(title),\n\t\tduration = $tw.utils.getAnimationDuration(),\n\t\trefreshHandler;\n\t// Don't do anything if the tiddler doesn't exist\n\tif(!tiddler) {\n\t\treturn;\n\t}\n\t// Add classes\n\t$tw.utils.addClass(notification,\"tc-notification\");\n\t// Create the variables\n\tvar variables = $tw.utils.extend({currentTiddler: title},options.variables);\n\t// Render the body of the notification\n\tvar widgetNode = this.wiki.makeTranscludeWidget(title,{\n\t\tparentWidget: $tw.rootWidget,\n\t\tdocument: document,\n\t\tvariables: variables,\n\t\timportPageMacros: true});\n\twidgetNode.render(notification,null);\n\trefreshHandler = function(changes) {\n\t\twidgetNode.refresh(changes,notification,null);\n\t};\n\tthis.wiki.addEventListener(\"change\",refreshHandler);\n\t// Set the initial styles for the notification\n\t$tw.utils.setStyle(notification,[\n\t\t{opacity: \"0\"},\n\t\t{transformOrigin: \"0% 0%\"},\n\t\t{transform: \"translateY(\" + (-window.innerHeight) + \"px)\"},\n\t\t{transition: \"opacity \" + duration + \"ms ease-out, \" + $tw.utils.roundTripPropertyName(\"transform\") + \" \" + duration + \"ms ease-in-out\"}\n\t]);\n\t// Add the notification to the DOM\n\tdocument.body.appendChild(notification);\n\t// Force layout\n\t$tw.utils.forceLayout(notification);\n\t// Set final animated styles\n\t$tw.utils.setStyle(notification,[\n\t\t{opacity: \"1.0\"},\n\t\t{transform: \"translateY(0px)\"}\n\t]);\n\t// Set a timer to remove the notification\n\twindow.setTimeout(function() {\n\t\t// Remove our change event handler\n\t\tself.wiki.removeEventListener(\"change\",refreshHandler);\n\t\t// Force layout and animate the notification away\n\t\t$tw.utils.forceLayout(notification);\n\t\t$tw.utils.setStyle(notification,[\n\t\t\t{opacity: \"0.0\"},\n\t\t\t{transform: \"translateX(\" + (notification.offsetWidth) + \"px)\"}\n\t\t]);\n\t\t// Remove the modal message from the DOM once the transition ends\n\t\tsetTimeout(function() {\n\t\t\tif(notification.parentNode) {\n\t\t\t\tdocument.body.removeChild(notification);\n\t\t\t}\n\t\t},duration);\n\t},$tw.config.preferences.notificationDuration);\n};\n\nexports.Notifier = Notifier;\n\n})();\n",
"type": "application/javascript",
"module-type": "utils"
},
"$:/core/modules/utils/dom/popup.js": {
"title": "$:/core/modules/utils/dom/popup.js",
"text": "/*\\\ntitle: $:/core/modules/utils/dom/popup.js\ntype: application/javascript\nmodule-type: utils\n\nModule that creates a $tw.utils.Popup object prototype that manages popups in the browser\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nCreates a Popup object with these options:\n\trootElement: the DOM element to which the popup zapper should be attached\n*/\nvar Popup = function(options) {\n\toptions = options || {};\n\tthis.rootElement = options.rootElement || document.documentElement;\n\tthis.popups = []; // Array of {title:,wiki:,domNode:} objects\n};\n\n/*\nTrigger a popup open or closed. Parameters are in a hashmap:\n\ttitle: title of the tiddler where the popup details are stored\n\tdomNode: dom node to which the popup will be positioned (one of domNode or domNodeRect is required)\n\tdomNodeRect: rectangle to which the popup will be positioned\n\twiki: wiki\n\tforce: if specified, forces the popup state to true or false (instead of toggling it)\n\tfloating: if true, skips registering the popup, meaning that it will need manually clearing\n*/\nPopup.prototype.triggerPopup = function(options) {\n\t// Check if this popup is already active\n\tvar index = this.findPopup(options.title);\n\t// Compute the new state\n\tvar state = index === -1;\n\tif(options.force !== undefined) {\n\t\tstate = options.force;\n\t}\n\t// Show or cancel the popup according to the new state\n\tif(state) {\n\t\tthis.show(options);\n\t} else {\n\t\tthis.cancel(index);\n\t}\n};\n\nPopup.prototype.findPopup = function(title) {\n\tvar index = -1;\n\tfor(var t=0; t<this.popups.length; t++) {\n\t\tif(this.popups[t].title === title) {\n\t\t\tindex = t;\n\t\t}\n\t}\n\treturn index;\n};\n\nPopup.prototype.handleEvent = function(event) {\n\tif(event.type === \"click\") {\n\t\t// Find out what was clicked on\n\t\tvar info = this.popupInfo(event.target),\n\t\t\tcancelLevel = info.popupLevel - 1;\n\t\t// Don't remove the level that was clicked on if we clicked on a handle\n\t\tif(info.isHandle) {\n\t\t\tcancelLevel++;\n\t\t}\n\t\t// Cancel\n\t\tthis.cancel(cancelLevel);\n\t}\n};\n\n/*\nFind the popup level containing a DOM node. Returns:\npopupLevel: count of the number of nested popups containing the specified element\nisHandle: true if the specified element is within a popup handle\n*/\nPopup.prototype.popupInfo = function(domNode) {\n\tvar isHandle = false,\n\t\tpopupCount = 0,\n\t\tnode = domNode;\n\t// First check ancestors to see if we're within a popup handle\n\twhile(node) {\n\t\tif($tw.utils.hasClass(node,\"tc-popup-handle\")) {\n\t\t\tisHandle = true;\n\t\t\tpopupCount++;\n\t\t}\n\t\tif($tw.utils.hasClass(node,\"tc-popup-keep\")) {\n\t\t\tisHandle = true;\n\t\t}\n\t\tnode = node.parentNode;\n\t}\n\t// Then count the number of ancestor popups\n\tnode = domNode;\n\twhile(node) {\n\t\tif($tw.utils.hasClass(node,\"tc-popup\")) {\n\t\t\tpopupCount++;\n\t\t}\n\t\tnode = node.parentNode;\n\t}\n\tvar info = {\n\t\tpopupLevel: popupCount,\n\t\tisHandle: isHandle\n\t};\n\treturn info;\n};\n\n/*\nDisplay a popup by adding it to the stack\n*/\nPopup.prototype.show = function(options) {\n\t// Find out what was clicked on\n\tvar info = this.popupInfo(options.domNode);\n\t// Cancel any higher level popups\n\tthis.cancel(info.popupLevel);\n\n\t// Store the popup details if not already there\n\tif(!options.floating && this.findPopup(options.title) === -1) {\n\t\tthis.popups.push({\n\t\t\ttitle: options.title,\n\t\t\twiki: options.wiki,\n\t\t\tdomNode: options.domNode,\n\t\t\tnoStateReference: options.noStateReference\n\t\t});\n\t}\n\t// Set the state tiddler\n\tvar rect;\n\tif(options.domNodeRect) {\n\t\trect = options.domNodeRect;\n\t} else {\n\t\trect = {\n\t\t\tleft: options.domNode.offsetLeft,\n\t\t\ttop: options.domNode.offsetTop,\n\t\t\twidth: options.domNode.offsetWidth,\n\t\t\theight: options.domNode.offsetHeight\n\t\t};\n\t}\n\tvar popupRect = \"(\" + rect.left + \",\" + rect.top + \",\" + \n\t\t\t\trect.width + \",\" + rect.height + \")\";\n\tif(options.noStateReference) {\n\t\toptions.wiki.setText(options.title,\"text\",undefined,popupRect);\n\t} else {\n\t\toptions.wiki.setTextReference(options.title,popupRect);\n\t}\n\t// Add the click handler if we have any popups\n\tif(this.popups.length > 0) {\n\t\tthis.rootElement.addEventListener(\"click\",this,true);\t\t\n\t}\n};\n\n/*\nDetect if a Popup contains an input field that has focus\nReturns true or false\n*/\nPopup.prototype.detectInputWithinPopup = function(node) {\n\tvar withinPopup = false,\n\t currNode = node;\n\tfor(var i=0; i<this.popups.length; i++) {\n\t\tvar popup = (this.popups[i] && this.popups[i].domNode) ? this.popups[i].domNode : null;\n\t\twhile(node && popup) {\n\t\t\tif(node === popup || (node.classList && (node.classList.contains(\"tc-popup-keep\") || (node !== currNode && node.classList.contains(\"tc-popup-handle\"))))) {\n\t\t\t\twithinPopup = true;\n\t\t\t}\n\t\t\tnode = node.parentNode;\n\t\t}\n\t}\n\treturn withinPopup;\n};\n\n/*\nCancel all popups at or above a specified level or DOM node\nlevel: popup level to cancel (0 cancels all popups)\n*/\nPopup.prototype.cancel = function(level,focusedInputNode) {\n\tvar numPopups = this.popups.length;\n\tlevel = Math.max(0,Math.min(level,numPopups));\n\tfor(var t=level; t<numPopups; t++) {\n\t\tvar inputWithinPopup;\n\t\tif(focusedInputNode) {\n\t\t\tinputWithinPopup = this.detectInputWithinPopup(focusedInputNode);\n\t\t}\n\t\tif(!inputWithinPopup) {\n\t\t\tvar popup = this.popups.pop();\n\t\t \tif(popup.title) {\n\t\t\t\tif(popup.noStateReference) {\n\t\t\t\t\tpopup.wiki.deleteTiddler(popup.title);\n\t\t\t\t} else {\n\t\t\t\t\tpopup.wiki.deleteTiddler($tw.utils.parseTextReference(popup.title).title);\n \t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\tif(this.popups.length === 0) {\n\t\tthis.rootElement.removeEventListener(\"click\",this,false);\n\t}\n};\n\n/*\nReturns true if the specified title and text identifies an active popup\n*/\nPopup.prototype.readPopupState = function(text) {\n\tvar popupLocationRegExp = /^\\((-?[0-9\\.E]+),(-?[0-9\\.E]+),(-?[0-9\\.E]+),(-?[0-9\\.E]+)\\)$/;\n\treturn popupLocationRegExp.test(text);\n};\n\nexports.Popup = Popup;\n\n})();\n",
"type": "application/javascript",
"module-type": "utils"
},
"$:/core/modules/utils/dom/scroller.js": {
"title": "$:/core/modules/utils/dom/scroller.js",
"text": "/*\\\ntitle: $:/core/modules/utils/dom/scroller.js\ntype: application/javascript\nmodule-type: utils\n\nModule that creates a $tw.utils.Scroller object prototype that manages scrolling in the browser\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nEvent handler for when the `tm-scroll` event hits the document body\n*/\nvar PageScroller = function() {\n\tthis.idRequestFrame = null;\n\tthis.requestAnimationFrame = window.requestAnimationFrame ||\n\t\twindow.webkitRequestAnimationFrame ||\n\t\twindow.mozRequestAnimationFrame ||\n\t\tfunction(callback) {\n\t\t\treturn window.setTimeout(callback, 1000/60);\n\t\t};\n\tthis.cancelAnimationFrame = window.cancelAnimationFrame ||\n\t\twindow.webkitCancelAnimationFrame ||\n\t\twindow.webkitCancelRequestAnimationFrame ||\n\t\twindow.mozCancelAnimationFrame ||\n\t\twindow.mozCancelRequestAnimationFrame ||\n\t\tfunction(id) {\n\t\t\twindow.clearTimeout(id);\n\t\t};\n};\n\nPageScroller.prototype.isScrolling = function() {\n\treturn this.idRequestFrame !== null;\n}\n\nPageScroller.prototype.cancelScroll = function(srcWindow) {\n\tif(this.idRequestFrame) {\n\t\tthis.cancelAnimationFrame.call(srcWindow,this.idRequestFrame);\n\t\tthis.idRequestFrame = null;\n\t}\n};\n\n/*\nHandle an event\n*/\nPageScroller.prototype.handleEvent = function(event) {\n\tif(event.type === \"tm-scroll\") {\n\t\treturn this.scrollIntoView(event.target);\n\t}\n\treturn true;\n};\n\n/*\nHandle a scroll event hitting the page document\n*/\nPageScroller.prototype.scrollIntoView = function(element,callback) {\n\tvar self = this,\n\t\tduration = $tw.utils.getAnimationDuration(),\n\t srcWindow = element ? element.ownerDocument.defaultView : window;\n\t// Now get ready to scroll the body\n\tthis.cancelScroll(srcWindow);\n\tthis.startTime = Date.now();\n\t// Get the height of any position:fixed toolbars\n\tvar toolbar = srcWindow.document.querySelector(\".tc-adjust-top-of-scroll\"),\n\t\toffset = 0;\n\tif(toolbar) {\n\t\toffset = toolbar.offsetHeight;\n\t}\n\t// Get the client bounds of the element and adjust by the scroll position\n\tvar getBounds = function() {\n\t\t\tvar clientBounds = typeof callback === 'function' ? callback() : element.getBoundingClientRect(),\n\t\t\t\tscrollPosition = $tw.utils.getScrollPosition(srcWindow);\n\t\t\treturn {\n\t\t\t\tleft: clientBounds.left + scrollPosition.x,\n\t\t\t\ttop: clientBounds.top + scrollPosition.y - offset,\n\t\t\t\twidth: clientBounds.width,\n\t\t\t\theight: clientBounds.height\n\t\t\t};\n\t\t},\n\t\t// We'll consider the horizontal and vertical scroll directions separately via this function\n\t\t// targetPos/targetSize - position and size of the target element\n\t\t// currentPos/currentSize - position and size of the current scroll viewport\n\t\t// returns: new position of the scroll viewport\n\t\tgetEndPos = function(targetPos,targetSize,currentPos,currentSize) {\n\t\t\tvar newPos = targetPos;\n\t\t\t// If we are scrolling within 50 pixels of the top/left then snap to zero\n\t\t\tif(newPos < 50) {\n\t\t\t\tnewPos = 0;\n\t\t\t}\n\t\t\treturn newPos;\n\t\t},\n\t\tdrawFrame = function drawFrame() {\n\t\t\tvar t;\n\t\t\tif(duration <= 0) {\n\t\t\t\tt = 1;\n\t\t\t} else {\n\t\t\t\tt = ((Date.now()) - self.startTime) / duration;\t\n\t\t\t}\n\t\t\tif(t >= 1) {\n\t\t\t\tself.cancelScroll(srcWindow);\n\t\t\t\tt = 1;\n\t\t\t}\n\t\t\tt = $tw.utils.slowInSlowOut(t);\n\t\t\tvar scrollPosition = $tw.utils.getScrollPosition(srcWindow),\n\t\t\t\tbounds = getBounds(),\n\t\t\t\tendX = getEndPos(bounds.left,bounds.width,scrollPosition.x,srcWindow.innerWidth),\n\t\t\t\tendY = getEndPos(bounds.top,bounds.height,scrollPosition.y,srcWindow.innerHeight);\n\t\t\tsrcWindow.scrollTo(scrollPosition.x + (endX - scrollPosition.x) * t,scrollPosition.y + (endY - scrollPosition.y) * t);\n\t\t\tif(t < 1) {\n\t\t\t\tself.idRequestFrame = self.requestAnimationFrame.call(srcWindow,drawFrame);\n\t\t\t}\n\t\t};\n\tdrawFrame();\n};\n\nexports.PageScroller = PageScroller;\n\n})();\n",
"type": "application/javascript",
"module-type": "utils"
},
"$:/core/modules/utils/edition-info.js": {
"title": "$:/core/modules/utils/edition-info.js",
"text": "/*\\\ntitle: $:/core/modules/utils/edition-info.js\ntype: application/javascript\nmodule-type: utils-node\n\nInformation about the available editions\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar fs = require(\"fs\"),\n\tpath = require(\"path\");\n\nvar editionInfo;\n\nexports.getEditionInfo = function() {\n\tif(!editionInfo) {\n\t\t// Enumerate the edition paths\n\t\tvar editionPaths = $tw.getLibraryItemSearchPaths($tw.config.editionsPath,$tw.config.editionsEnvVar);\n\t\teditionInfo = {};\n\t\tfor(var editionIndex=0; editionIndex<editionPaths.length; editionIndex++) {\n\t\t\tvar editionPath = editionPaths[editionIndex];\n\t\t\t// Enumerate the folders\n\t\t\tvar entries = fs.readdirSync(editionPath);\n\t\t\tfor(var entryIndex=0; entryIndex<entries.length; entryIndex++) {\n\t\t\t\tvar entry = entries[entryIndex];\n\t\t\t\t// Check if directories have a valid tiddlywiki.info\n\t\t\t\tif(!editionInfo[entry] && $tw.utils.isDirectory(path.resolve(editionPath,entry))) {\n\t\t\t\t\tvar info;\n\t\t\t\t\ttry {\n\t\t\t\t\t\tinfo = JSON.parse(fs.readFileSync(path.resolve(editionPath,entry,\"tiddlywiki.info\"),\"utf8\"));\n\t\t\t\t\t} catch(ex) {\n\t\t\t\t\t}\n\t\t\t\t\tif(info) {\n\t\t\t\t\t\teditionInfo[entry] = info;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\treturn editionInfo;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "utils-node"
},
"$:/core/modules/utils/fakedom.js": {
"title": "$:/core/modules/utils/fakedom.js",
"text": "/*\\\ntitle: $:/core/modules/utils/fakedom.js\ntype: application/javascript\nmodule-type: global\n\nA barebones implementation of DOM interfaces needed by the rendering mechanism.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Sequence number used to enable us to track objects for testing\nvar sequenceNumber = null;\n\nvar bumpSequenceNumber = function(object) {\n\tif(sequenceNumber !== null) {\n\t\tobject.sequenceNumber = sequenceNumber++;\n\t}\n};\n\nvar TW_TextNode = function(text) {\n\tbumpSequenceNumber(this);\n\tthis.textContent = text + \"\";\n};\n\nObject.defineProperty(TW_TextNode.prototype, \"nodeType\", {\n\tget: function() {\n\t\treturn 3;\n\t}\n});\n\nObject.defineProperty(TW_TextNode.prototype, \"formattedTextContent\", {\n\tget: function() {\n\t\treturn this.textContent.replace(/(\\r?\\n)/g,\"\");\n\t}\n});\n\nvar TW_Element = function(tag,namespace) {\n\tbumpSequenceNumber(this);\n\tthis.isTiddlyWikiFakeDom = true;\n\tthis.tag = tag;\n\tthis.attributes = {};\n\tthis.isRaw = false;\n\tthis.children = [];\n\tthis._style = {};\n\tthis.namespaceURI = namespace || \"http://www.w3.org/1999/xhtml\";\n};\n\nObject.defineProperty(TW_Element.prototype, \"style\", {\n\tget: function() {\n\t\treturn this._style;\n\t},\n\tset: function(str) {\n\t\tvar self = this;\n\t\tstr = str || \"\";\n\t\t$tw.utils.each(str.split(\";\"),function(declaration) {\n\t\t\tvar parts = declaration.split(\":\"),\n\t\t\t\tname = $tw.utils.trim(parts[0]),\n\t\t\t\tvalue = $tw.utils.trim(parts[1]);\n\t\t\tif(name && value) {\n\t\t\t\tself._style[$tw.utils.convertStyleNameToPropertyName(name)] = value;\n\t\t\t}\n\t\t});\n\t}\n});\n\nObject.defineProperty(TW_Element.prototype, \"nodeType\", {\n\tget: function() {\n\t\treturn 1;\n\t}\n});\n\nTW_Element.prototype.getAttribute = function(name) {\n\tif(this.isRaw) {\n\t\tthrow \"Cannot getAttribute on a raw TW_Element\";\n\t}\n\treturn this.attributes[name];\n};\n\nTW_Element.prototype.setAttribute = function(name,value) {\n\tif(this.isRaw) {\n\t\tthrow \"Cannot setAttribute on a raw TW_Element\";\n\t}\n\tthis.attributes[name] = value + \"\";\n};\n\nTW_Element.prototype.setAttributeNS = function(namespace,name,value) {\n\tthis.setAttribute(name,value);\n};\n\nTW_Element.prototype.removeAttribute = function(name) {\n\tif(this.isRaw) {\n\t\tthrow \"Cannot removeAttribute on a raw TW_Element\";\n\t}\n\tif($tw.utils.hop(this.attributes,name)) {\n\t\tdelete this.attributes[name];\n\t}\n};\n\nTW_Element.prototype.appendChild = function(node) {\n\tthis.children.push(node);\n\tnode.parentNode = this;\n};\n\nTW_Element.prototype.insertBefore = function(node,nextSibling) {\n\tif(nextSibling) {\n\t\tvar p = this.children.indexOf(nextSibling);\n\t\tif(p !== -1) {\n\t\t\tthis.children.splice(p,0,node);\n\t\t\tnode.parentNode = this;\n\t\t} else {\n\t\t\tthis.appendChild(node);\n\t\t}\n\t} else {\n\t\tthis.appendChild(node);\n\t}\n};\n\nTW_Element.prototype.removeChild = function(node) {\n\tvar p = this.children.indexOf(node);\n\tif(p !== -1) {\n\t\tthis.children.splice(p,1);\n\t}\n};\n\nTW_Element.prototype.hasChildNodes = function() {\n\treturn !!this.children.length;\n};\n\nObject.defineProperty(TW_Element.prototype, \"childNodes\", {\n\tget: function() {\n\t\treturn this.children;\n\t}\n});\n\nObject.defineProperty(TW_Element.prototype, \"firstChild\", {\n\tget: function() {\n\t\treturn this.children[0];\n\t}\n});\n\nTW_Element.prototype.addEventListener = function(type,listener,useCapture) {\n\t// Do nothing\n};\n\nObject.defineProperty(TW_Element.prototype, \"tagName\", {\n\tget: function() {\n\t\treturn this.tag || \"\";\n\t}\n});\n\nObject.defineProperty(TW_Element.prototype, \"className\", {\n\tget: function() {\n\t\treturn this.attributes[\"class\"] || \"\";\n\t},\n\tset: function(value) {\n\t\tthis.attributes[\"class\"] = value + \"\";\n\t}\n});\n\nObject.defineProperty(TW_Element.prototype, \"value\", {\n\tget: function() {\n\t\treturn this.attributes.value || \"\";\n\t},\n\tset: function(value) {\n\t\tthis.attributes.value = value + \"\";\n\t}\n});\n\nObject.defineProperty(TW_Element.prototype, \"outerHTML\", {\n\tget: function() {\n\t\tvar output = [],attr,a,v;\n\t\toutput.push(\"<\",this.tag);\n\t\tif(this.attributes) {\n\t\t\tattr = [];\n\t\t\tfor(a in this.attributes) {\n\t\t\t\tattr.push(a);\n\t\t\t}\n\t\t\tattr.sort();\n\t\t\tfor(a=0; a<attr.length; a++) {\n\t\t\t\tv = this.attributes[attr[a]];\n\t\t\t\tif(v !== undefined) {\n\t\t\t\t\toutput.push(\" \",attr[a],\"=\\\"\",$tw.utils.htmlEncode(v),\"\\\"\");\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tif(this._style) {\n\t\t\tvar style = [];\n\t\t\tfor(var s in this._style) {\n\t\t\t\tstyle.push($tw.utils.convertPropertyNameToStyleName(s) + \":\" + this._style[s] + \";\");\n\t\t\t}\n\t\t\tif(style.length > 0) {\n\t\t\t\toutput.push(\" style=\\\"\",style.join(\"\"),\"\\\"\");\n\t\t\t}\n\t\t}\n\t\toutput.push(\">\");\n\t\tif($tw.config.htmlVoidElements.indexOf(this.tag) === -1) {\n\t\t\toutput.push(this.innerHTML);\n\t\t\toutput.push(\"</\",this.tag,\">\");\n\t\t}\n\t\treturn output.join(\"\");\n\t}\n});\n\nObject.defineProperty(TW_Element.prototype, \"innerHTML\", {\n\tget: function() {\n\t\tif(this.isRaw) {\n\t\t\treturn this.rawHTML;\n\t\t} else {\n\t\t\tvar b = [];\n\t\t\t$tw.utils.each(this.children,function(node) {\n\t\t\t\tif(node instanceof TW_Element) {\n\t\t\t\t\tb.push(node.outerHTML);\n\t\t\t\t} else if(node instanceof TW_TextNode) {\n\t\t\t\t\tb.push($tw.utils.htmlEncode(node.textContent));\n\t\t\t\t}\n\t\t\t});\n\t\t\treturn b.join(\"\");\n\t\t}\n\t},\n\tset: function(value) {\n\t\tthis.isRaw = true;\n\t\tthis.rawHTML = value;\n\t\tthis.rawTextContent = null;\n\t}\n});\n\nObject.defineProperty(TW_Element.prototype, \"textInnerHTML\", {\n\tset: function(value) {\n\t\tif(this.isRaw) {\n\t\t\tthis.rawTextContent = value;\n\t\t} else {\n\t\t\tthrow \"Cannot set textInnerHTML of a non-raw TW_Element\";\n\t\t}\n\t}\n});\n\nObject.defineProperty(TW_Element.prototype, \"textContent\", {\n\tget: function() {\n\t\tif(this.isRaw) {\n\t\t\tif(this.rawTextContent === null) {\n\t\t\t\treturn \"\";\n\t\t\t} else {\n\t\t\t\treturn this.rawTextContent;\n\t\t\t}\n\t\t} else {\n\t\t\tvar b = [];\n\t\t\t$tw.utils.each(this.children,function(node) {\n\t\t\t\tb.push(node.textContent);\n\t\t\t});\n\t\t\treturn b.join(\"\");\n\t\t}\n\t},\n\tset: function(value) {\n\t\tthis.children = [new TW_TextNode(value)];\n\t}\n});\n\nObject.defineProperty(TW_Element.prototype, \"formattedTextContent\", {\n\tget: function() {\n\t\tif(this.isRaw) {\n\t\t\treturn \"\";\n\t\t} else {\n\t\t\tvar b = [],\n\t\t\t\tisBlock = $tw.config.htmlBlockElements.indexOf(this.tag) !== -1;\n\t\t\tif(isBlock) {\n\t\t\t\tb.push(\"\\n\");\n\t\t\t}\n\t\t\tif(this.tag === \"li\") {\n\t\t\t\tb.push(\"* \");\n\t\t\t}\n\t\t\t$tw.utils.each(this.children,function(node) {\n\t\t\t\tb.push(node.formattedTextContent);\n\t\t\t});\n\t\t\tif(isBlock) {\n\t\t\t\tb.push(\"\\n\");\n\t\t\t}\n\t\t\treturn b.join(\"\");\n\t\t}\n\t}\n});\n\nvar document = {\n\tsetSequenceNumber: function(value) {\n\t\tsequenceNumber = value;\n\t},\n\tcreateElementNS: function(namespace,tag) {\n\t\treturn new TW_Element(tag,namespace);\n\t},\n\tcreateElement: function(tag) {\n\t\treturn new TW_Element(tag);\n\t},\n\tcreateTextNode: function(text) {\n\t\treturn new TW_TextNode(text);\n\t},\n\tcompatMode: \"CSS1Compat\", // For KaTeX to know that we're not a browser in quirks mode\n\tisTiddlyWikiFakeDom: true\n};\n\nexports.fakeDocument = document;\n\n})();\n",
"type": "application/javascript",
"module-type": "global"
},
"$:/core/modules/utils/filesystem.js": {
"title": "$:/core/modules/utils/filesystem.js",
"text": "/*\\\ntitle: $:/core/modules/utils/filesystem.js\ntype: application/javascript\nmodule-type: utils-node\n\nFile system utilities\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar fs = require(\"fs\"),\n\tpath = require(\"path\");\n\n/*\nRecursively (and synchronously) copy a directory and all its content\n*/\nexports.copyDirectory = function(srcPath,dstPath) {\n\t// Remove any trailing path separators\n\tsrcPath = $tw.utils.removeTrailingSeparator(srcPath);\n\tdstPath = $tw.utils.removeTrailingSeparator(dstPath);\n\t// Create the destination directory\n\tvar err = $tw.utils.createDirectory(dstPath);\n\tif(err) {\n\t\treturn err;\n\t}\n\t// Function to copy a folder full of files\n\tvar copy = function(srcPath,dstPath) {\n\t\tvar srcStats = fs.lstatSync(srcPath),\n\t\t\tdstExists = fs.existsSync(dstPath);\n\t\tif(srcStats.isFile()) {\n\t\t\t$tw.utils.copyFile(srcPath,dstPath);\n\t\t} else if(srcStats.isDirectory()) {\n\t\t\tvar items = fs.readdirSync(srcPath);\n\t\t\tfor(var t=0; t<items.length; t++) {\n\t\t\t\tvar item = items[t],\n\t\t\t\t\terr = copy(srcPath + path.sep + item,dstPath + path.sep + item);\n\t\t\t\tif(err) {\n\t\t\t\t\treturn err;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t};\n\tcopy(srcPath,dstPath);\n\treturn null;\n};\n\n/*\nCopy a file\n*/\nvar FILE_BUFFER_LENGTH = 64 * 1024,\n\tfileBuffer;\n\nexports.copyFile = function(srcPath,dstPath) {\n\t// Create buffer if required\n\tif(!fileBuffer) {\n\t\tfileBuffer = Buffer.alloc(FILE_BUFFER_LENGTH);\n\t}\n\t// Create any directories in the destination\n\t$tw.utils.createDirectory(path.dirname(dstPath));\n\t// Copy the file\n\tvar srcFile = fs.openSync(srcPath,\"r\"),\n\t\tdstFile = fs.openSync(dstPath,\"w\"),\n\t\tbytesRead = 1,\n\t\tpos = 0;\n\twhile (bytesRead > 0) {\n\t\tbytesRead = fs.readSync(srcFile,fileBuffer,0,FILE_BUFFER_LENGTH,pos);\n\t\tfs.writeSync(dstFile,fileBuffer,0,bytesRead);\n\t\tpos += bytesRead;\n\t}\n\tfs.closeSync(srcFile);\n\tfs.closeSync(dstFile);\n\treturn null;\n};\n\n/*\nRemove trailing path separator\n*/\nexports.removeTrailingSeparator = function(dirPath) {\n\tvar len = dirPath.length;\n\tif(dirPath.charAt(len-1) === path.sep) {\n\t\tdirPath = dirPath.substr(0,len-1);\n\t}\n\treturn dirPath;\n};\n\n/*\nRecursively create a directory\n*/\nexports.createDirectory = function(dirPath) {\n\tif(dirPath.substr(dirPath.length-1,1) !== path.sep) {\n\t\tdirPath = dirPath + path.sep;\n\t}\n\tvar pos = 1;\n\tpos = dirPath.indexOf(path.sep,pos);\n\twhile(pos !== -1) {\n\t\tvar subDirPath = dirPath.substr(0,pos);\n\t\tif(!$tw.utils.isDirectory(subDirPath)) {\n\t\t\ttry {\n\t\t\t\tfs.mkdirSync(subDirPath);\n\t\t\t} catch(e) {\n\t\t\t\treturn \"Error creating directory '\" + subDirPath + \"'\";\n\t\t\t}\n\t\t}\n\t\tpos = dirPath.indexOf(path.sep,pos + 1);\n\t}\n\treturn null;\n};\n\n/*\nRecursively create directories needed to contain a specified file\n*/\nexports.createFileDirectories = function(filePath) {\n\treturn $tw.utils.createDirectory(path.dirname(filePath));\n};\n\n/*\nRecursively delete a directory\n*/\nexports.deleteDirectory = function(dirPath) {\n\tif(fs.existsSync(dirPath)) {\n\t\tvar entries = fs.readdirSync(dirPath);\n\t\tfor(var entryIndex=0; entryIndex<entries.length; entryIndex++) {\n\t\t\tvar currPath = dirPath + path.sep + entries[entryIndex];\n\t\t\tif(fs.lstatSync(currPath).isDirectory()) {\n\t\t\t\t$tw.utils.deleteDirectory(currPath);\n\t\t\t} else {\n\t\t\t\tfs.unlinkSync(currPath);\n\t\t\t}\n\t\t}\n\tfs.rmdirSync(dirPath);\n\t}\n\treturn null;\n};\n\n/*\nCheck if a path identifies a directory\n*/\nexports.isDirectory = function(dirPath) {\n\treturn fs.existsSync(dirPath) && fs.statSync(dirPath).isDirectory();\n};\n\n/*\nCheck if a path identifies a directory that is empty\n*/\nexports.isDirectoryEmpty = function(dirPath) {\n\tif(!$tw.utils.isDirectory(dirPath)) {\n\t\treturn false;\n\t}\n\tvar files = fs.readdirSync(dirPath),\n\t\tempty = true;\n\t$tw.utils.each(files,function(file,index) {\n\t\tif(file.charAt(0) !== \".\") {\n\t\t\tempty = false;\n\t\t}\n\t});\n\treturn empty;\n};\n\n/*\nRecursively delete a tree of empty directories\n*/\nexports.deleteEmptyDirs = function(dirpath,callback) {\n\tvar self = this;\n\tfs.readdir(dirpath,function(err,files) {\n\t\tif(err) {\n\t\t\treturn callback(err);\n\t\t}\n\t\tif(files.length > 0) {\n\t\t\treturn callback(null);\n\t\t}\n\t\tfs.rmdir(dirpath,function(err) {\n\t\t\tif(err) {\n\t\t\t\treturn callback(err);\n\t\t\t}\n\t\t\tself.deleteEmptyDirs(path.dirname(dirpath),callback);\n\t\t});\n\t});\n};\n\n/*\nCreate a fileInfo object for saving a tiddler:\n\tfilepath: the absolute path to the file containing the tiddler\n\ttype: the type of the tiddler file (NOT the type of the tiddler)\n\thasMetaFile: true if the file also has a companion .meta file\nOptions include:\n\tdirectory: absolute path of root directory to which we are saving\n\tpathFilters: optional array of filters to be used to generate the base path\n\twiki: optional wiki for evaluating the pathFilters\n*/\nexports.generateTiddlerFileInfo = function(tiddler,options) {\n\tvar fileInfo = {};\n\t// Check if the tiddler has any unsafe fields that can't be expressed in a .tid or .meta file: containing control characters, or leading/trailing whitespace\n\tvar hasUnsafeFields = false;\n\t$tw.utils.each(tiddler.getFieldStrings(),function(value,fieldName) {\n\t\tif(fieldName !== \"text\") {\n\t\t\thasUnsafeFields = hasUnsafeFields || /[\\x00-\\x1F]/mg.test(value);\n\t\t\thasUnsafeFields = hasUnsafeFields || ($tw.utils.trim(value) !== value);\n\t\t}\n\t});\n\t// Check for field values \n\tif(hasUnsafeFields) {\n\t\t// Save as a JSON file\n\t\tfileInfo.type = \"application/json\";\n\t\tfileInfo.hasMetaFile = false;\n\t} else {\n\t\t// Save as a .tid or a text/binary file plus a .meta file\n\t\tvar tiddlerType = tiddler.fields.type || \"text/vnd.tiddlywiki\";\n\t\tif(tiddlerType === \"text/vnd.tiddlywiki\") {\n\t\t\t// Save as a .tid file\n\t\t\tfileInfo.type = \"application/x-tiddler\";\n\t\t\tfileInfo.hasMetaFile = false;\n\t\t} else {\n\t\t\t// Save as a text/binary file and a .meta file\n\t\t\tfileInfo.type = tiddlerType;\n\t\t\tfileInfo.hasMetaFile = true;\n\t\t}\n\t}\n\t// Take the file extension from the tiddler content type\n\tvar contentTypeInfo = $tw.config.contentTypeInfo[fileInfo.type] || {extension: \"\"};\n\t// Generate the filepath\n\tfileInfo.filepath = $tw.utils.generateTiddlerFilepath(tiddler.fields.title,{\n\t\textension: contentTypeInfo.extension,\n\t\tdirectory: options.directory,\n\t\tpathFilters: options.pathFilters,\n\t\twiki: options.wiki\n\t});\n\treturn fileInfo;\n};\n\n/*\nGenerate the filepath for saving a tiddler\nOptions include:\n\textension: file extension to be added the finished filepath\n\tdirectory: absolute path of root directory to which we are saving\n\tpathFilters: optional array of filters to be used to generate the base path\n\twiki: optional wiki for evaluating the pathFilters\n*/\nexports.generateTiddlerFilepath = function(title,options) {\n\tvar self = this,\n\t\tdirectory = options.directory || \"\",\n\t\textension = options.extension || \"\",\n\t\tfilepath;\n\t// Check if any of the pathFilters applies\n\tif(options.pathFilters && options.wiki) {\n\t\t$tw.utils.each(options.pathFilters,function(filter) {\n\t\t\tif(!filepath) {\n\t\t\t\tvar source = options.wiki.makeTiddlerIterator([title]),\n\t\t\t\t\tresult = options.wiki.filterTiddlers(filter,null,source);\n\t\t\t\tif(result.length > 0) {\n\t\t\t\t\tfilepath = result[0];\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t}\n\t// If not, generate a base pathname\n\tif(!filepath) {\n\t\tfilepath = title;\n\t\t// If the filepath already ends in the extension then remove it\n\t\tif(filepath.substring(filepath.length - extension.length) === extension) {\n\t\t\tfilepath = filepath.substring(0,filepath.length - extension.length);\n\t\t}\n\t\t// Remove any forward or backward slashes so we don't create directories\n\t\tfilepath = filepath.replace(/\\/|\\\\/g,\"_\");\n\t}\n\t// Don't let the filename start with a dot because such files are invisible on *nix\n\tfilepath = filepath.replace(/^\\./g,\"_\");\n\t// Remove any characters that can't be used in cross-platform filenames\n\tfilepath = $tw.utils.transliterate(filepath.replace(/<|>|\\:|\\\"|\\||\\?|\\*|\\^/g,\"_\"));\n\t// Truncate the filename if it is too long\n\tif(filepath.length > 200) {\n\t\tfilepath = filepath.substr(0,200);\n\t}\n\t// If the resulting filename is blank (eg because the title is just punctuation characters)\n\tif(!filepath) {\n\t\t// ...then just use the character codes of the title\n\t\tfilepath = \"\";\t\n\t\t$tw.utils.each(title.split(\"\"),function(char) {\n\t\t\tif(filepath) {\n\t\t\t\tfilepath += \"-\";\n\t\t\t}\n\t\t\tfilepath += char.charCodeAt(0).toString();\n\t\t});\n\t}\n\t// Add a uniquifier if the file already exists\n\tvar fullPath,\n\t\tcount = 0;\n\tdo {\n\t\tfullPath = path.resolve(directory,filepath + (count ? \"_\" + count : \"\") + extension);\n\t\tcount++;\n\t} while(fs.existsSync(fullPath));\n\t// Return the full path to the file\n\treturn fullPath;\n};\n\n/*\nSave a tiddler to a file described by the fileInfo:\n\tfilepath: the absolute path to the file containing the tiddler\n\ttype: the type of the tiddler file (NOT the type of the tiddler)\n\thasMetaFile: true if the file also has a companion .meta file\n*/\nexports.saveTiddlerToFile = function(tiddler,fileInfo,callback) {\n\t$tw.utils.createDirectory(path.dirname(fileInfo.filepath));\n\tif(fileInfo.hasMetaFile) {\n\t\t// Save the tiddler as a separate body and meta file\n\t\tvar typeInfo = $tw.config.contentTypeInfo[tiddler.fields.type || \"text/plain\"] || {encoding: \"utf8\"};\n\t\tfs.writeFile(fileInfo.filepath,tiddler.fields.text,typeInfo.encoding,function(err) {\n\t\t\tif(err) {\n\t\t\t\treturn callback(err);\n\t\t\t}\n\t\t\tfs.writeFile(fileInfo.filepath + \".meta\",tiddler.getFieldStringBlock({exclude: [\"text\",\"bag\"]}),\"utf8\",callback);\n\t\t});\n\t} else {\n\t\t// Save the tiddler as a self contained templated file\n\t\tif(fileInfo.type === \"application/x-tiddler\") {\n\t\t\tfs.writeFile(fileInfo.filepath,tiddler.getFieldStringBlock({exclude: [\"text\",\"bag\"]}) + (!!tiddler.fields.text ? \"\\n\\n\" + tiddler.fields.text : \"\"),\"utf8\",callback);\n\t\t} else {\n\t\t\tfs.writeFile(fileInfo.filepath,JSON.stringify([tiddler.getFieldStrings({exclude: [\"bag\"]})],null,$tw.config.preferences.jsonSpaces),\"utf8\",callback);\n\t\t}\n\t}\n};\n\n/*\nSave a tiddler to a file described by the fileInfo:\n\tfilepath: the absolute path to the file containing the tiddler\n\ttype: the type of the tiddler file (NOT the type of the tiddler)\n\thasMetaFile: true if the file also has a companion .meta file\n*/\nexports.saveTiddlerToFileSync = function(tiddler,fileInfo) {\n\t$tw.utils.createDirectory(path.dirname(fileInfo.filepath));\n\tif(fileInfo.hasMetaFile) {\n\t\t// Save the tiddler as a separate body and meta file\n\t\tvar typeInfo = $tw.config.contentTypeInfo[tiddler.fields.type || \"text/plain\"] || {encoding: \"utf8\"};\n\t\tfs.writeFileSync(fileInfo.filepath,tiddler.fields.text,typeInfo.encoding);\n\t\tfs.writeFileSync(fileInfo.filepath + \".meta\",tiddler.getFieldStringBlock({exclude: [\"text\",\"bag\"]}),\"utf8\");\n\t} else {\n\t\t// Save the tiddler as a self contained templated file\n\t\tif(fileInfo.type === \"application/x-tiddler\") {\n\t\t\tfs.writeFileSync(fileInfo.filepath,tiddler.getFieldStringBlock({exclude: [\"text\",\"bag\"]}) + (!!tiddler.fields.text ? \"\\n\\n\" + tiddler.fields.text : \"\"),\"utf8\");\n\t\t} else {\n\t\t\tfs.writeFileSync(fileInfo.filepath,JSON.stringify([tiddler.getFieldStrings({exclude: [\"bag\"]})],null,$tw.config.preferences.jsonSpaces),\"utf8\");\n\t\t}\n\t}\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "utils-node"
},
"$:/core/modules/utils/logger.js": {
"title": "$:/core/modules/utils/logger.js",
"text": "/*\\\ntitle: $:/core/modules/utils/logger.js\ntype: application/javascript\nmodule-type: utils\n\nA basic logging implementation\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar ALERT_TAG = \"$:/tags/Alert\";\n\n/*\nMake a new logger\n*/\nfunction Logger(componentName,options) {\n\toptions = options || {};\n\tthis.componentName = componentName || \"\";\n\tthis.colour = options.colour || \"white\";\n\tthis.enable = \"enable\" in options ? options.enable : true;\n}\n\n/*\nLog a message\n*/\nLogger.prototype.log = function(/* args */) {\n\tif(this.enable && console !== undefined && console.log !== undefined) {\n\t\treturn Function.apply.call(console.log, console, [$tw.utils.terminalColour(this.colour),this.componentName + \":\"].concat(Array.prototype.slice.call(arguments,0)).concat($tw.utils.terminalColour()));\n\t}\n};\n\n/*\nLog a structure as a table\n*/\nLogger.prototype.table = function(value) {\n\t(console.table || console.log)(value);\n};\n\n/*\nAlert a message\n*/\nLogger.prototype.alert = function(/* args */) {\n\tif(this.enable) {\n\t\t// Prepare the text of the alert\n\t\tvar text = Array.prototype.join.call(arguments,\" \");\n\t\t// Create alert tiddlers in the browser\n\t\tif($tw.browser) {\n\t\t\t// Check if there is an existing alert with the same text and the same component\n\t\t\tvar existingAlerts = $tw.wiki.getTiddlersWithTag(ALERT_TAG),\n\t\t\t\talertFields,\n\t\t\t\texistingCount,\n\t\t\t\tself = this;\n\t\t\t$tw.utils.each(existingAlerts,function(title) {\n\t\t\t\tvar tiddler = $tw.wiki.getTiddler(title);\n\t\t\t\tif(tiddler.fields.text === text && tiddler.fields.component === self.componentName && tiddler.fields.modified && (!alertFields || tiddler.fields.modified < alertFields.modified)) {\n\t\t\t\t\t\talertFields = $tw.utils.extend({},tiddler.fields);\n\t\t\t\t}\n\t\t\t});\n\t\t\tif(alertFields) {\n\t\t\t\texistingCount = alertFields.count || 1;\n\t\t\t} else {\n\t\t\t\talertFields = {\n\t\t\t\t\ttitle: $tw.wiki.generateNewTitle(\"$:/temp/alerts/alert\",{prefix: \"\"}),\n\t\t\t\t\ttext: text,\n\t\t\t\t\ttags: [ALERT_TAG],\n\t\t\t\t\tcomponent: this.componentName\n\t\t\t\t};\n\t\t\t\texistingCount = 0;\n\t\t\t}\n\t\t\talertFields.modified = new Date();\n\t\t\tif(++existingCount > 1) {\n\t\t\t\talertFields.count = existingCount;\n\t\t\t} else {\n\t\t\t\talertFields.count = undefined;\n\t\t\t}\n\t\t\t$tw.wiki.addTiddler(new $tw.Tiddler(alertFields));\n\t\t\t// Log the alert as well\n\t\t\tthis.log.apply(this,Array.prototype.slice.call(arguments,0));\n\t\t} else {\n\t\t\t// Print an orange message to the console if not in the browser\n\t\t\tconsole.error(\"\\x1b[1;33m\" + text + \"\\x1b[0m\");\n\t\t}\t\t\n\t}\n};\n\nexports.Logger = Logger;\n\n})();\n",
"type": "application/javascript",
"module-type": "utils"
},
"$:/core/modules/utils/parsetree.js": {
"title": "$:/core/modules/utils/parsetree.js",
"text": "/*\\\ntitle: $:/core/modules/utils/parsetree.js\ntype: application/javascript\nmodule-type: utils\n\nParse tree utility functions.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.addAttributeToParseTreeNode = function(node,name,value) {\n\tnode.attributes = node.attributes || {};\n\tnode.attributes[name] = {type: \"string\", value: value};\n};\n\nexports.getAttributeValueFromParseTreeNode = function(node,name,defaultValue) {\n\tif(node.attributes && node.attributes[name] && node.attributes[name].value !== undefined) {\n\t\treturn node.attributes[name].value;\n\t}\n\treturn defaultValue;\n};\n\nexports.addClassToParseTreeNode = function(node,classString) {\n\tvar classes = [];\n\tnode.attributes = node.attributes || {};\n\tnode.attributes[\"class\"] = node.attributes[\"class\"] || {type: \"string\", value: \"\"};\n\tif(node.attributes[\"class\"].type === \"string\") {\n\t\tif(node.attributes[\"class\"].value !== \"\") {\n\t\t\tclasses = node.attributes[\"class\"].value.split(\" \");\n\t\t}\n\t\tif(classString !== \"\") {\n\t\t\t$tw.utils.pushTop(classes,classString.split(\" \"));\n\t\t}\n\t\tnode.attributes[\"class\"].value = classes.join(\" \");\n\t}\n};\n\nexports.addStyleToParseTreeNode = function(node,name,value) {\n\t\tnode.attributes = node.attributes || {};\n\t\tnode.attributes.style = node.attributes.style || {type: \"string\", value: \"\"};\n\t\tif(node.attributes.style.type === \"string\") {\n\t\t\tnode.attributes.style.value += name + \":\" + value + \";\";\n\t\t}\n};\n\nexports.findParseTreeNode = function(nodeArray,search) {\n\tfor(var t=0; t<nodeArray.length; t++) {\n\t\tif(nodeArray[t].type === search.type && nodeArray[t].tag === search.tag) {\n\t\t\treturn nodeArray[t];\n\t\t}\n\t}\n\treturn undefined;\n};\n\n/*\nHelper to get the text of a parse tree node or array of nodes\n*/\nexports.getParseTreeText = function getParseTreeText(tree) {\n\tvar output = [];\n\tif($tw.utils.isArray(tree)) {\n\t\t$tw.utils.each(tree,function(node) {\n\t\t\toutput.push(getParseTreeText(node));\n\t\t});\n\t} else {\n\t\tif(tree.type === \"text\") {\n\t\t\toutput.push(tree.text);\n\t\t}\n\t\tif(tree.children) {\n\t\t\treturn getParseTreeText(tree.children);\n\t\t}\n\t}\n\treturn output.join(\"\");\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "utils"
},
"$:/core/modules/utils/performance.js": {
"title": "$:/core/modules/utils/performance.js",
"text": "/*\\\ntitle: $:/core/modules/utils/performance.js\ntype: application/javascript\nmodule-type: global\n\nPerformance measurement.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nfunction Performance(enabled) {\n\tthis.enabled = !!enabled;\n\tthis.measures = {}; // Hashmap by measurement name of {time:, invocations:}\n\tthis.logger = new $tw.utils.Logger(\"performance\");\n\tthis.showGreeting();\n}\n\nPerformance.prototype.showGreeting = function() {\n\tif($tw.browser) {\n\t\tthis.logger.log(\"Execute $tw.perf.log(); to see filter execution timings\");\t\t\n\t}\n};\n\n/*\nWrap performance reporting around a top level function\n*/\nPerformance.prototype.report = function(name,fn) {\n\tvar self = this;\n\tif(this.enabled) {\n\t\treturn function() {\n\t\t\tvar startTime = $tw.utils.timer(),\n\t\t\t\tresult = fn.apply(this,arguments);\n\t\t\tself.logger.log(name + \": \" + $tw.utils.timer(startTime).toFixed(2) + \"ms\");\n\t\t\treturn result;\n\t\t};\n\t} else {\n\t\treturn fn;\n\t}\n};\n\nPerformance.prototype.log = function() {\n\tvar self = this,\n\t\ttotalTime = 0,\n\t\torderedMeasures = Object.keys(this.measures).sort(function(a,b) {\n\t\t\tif(self.measures[a].time > self.measures[b].time) {\n\t\t\t\treturn -1;\n\t\t\t} else if (self.measures[a].time < self.measures[b].time) {\n\t\t\t\treturn + 1;\n\t\t\t} else {\n\t\t\t\treturn 0;\n\t\t\t}\n\t\t});\n\t$tw.utils.each(orderedMeasures,function(name) {\n\t\ttotalTime += self.measures[name].time;\n\t});\n\tvar results = []\n\t$tw.utils.each(orderedMeasures,function(name) {\n\t\tvar measure = self.measures[name];\n\t\tresults.push({name: name,invocations: measure.invocations, avgTime: measure.time / measure.invocations, totalTime: measure.time, percentTime: (measure.time / totalTime) * 100})\n\t});\n\tself.logger.table(results);\n};\n\n/*\nWrap performance measurements around a subfunction\n*/\nPerformance.prototype.measure = function(name,fn) {\n\tvar self = this;\n\tif(this.enabled) {\n\t\treturn function() {\n\t\t\tvar startTime = $tw.utils.timer(),\n\t\t\t\tresult = fn.apply(this,arguments);\n\t\t\tif(!(name in self.measures)) {\n\t\t\t\tself.measures[name] = {time: 0, invocations: 0};\n\t\t\t}\n\t\t\tself.measures[name].time += $tw.utils.timer(startTime);\n\t\t\tself.measures[name].invocations++;\n\t\t\treturn result;\n\t\t};\n\t} else {\n\t\treturn fn;\n\t}\n};\n\nexports.Performance = Performance;\n\n})();\n",
"type": "application/javascript",
"module-type": "global"
},
"$:/core/modules/utils/pluginmaker.js": {
"title": "$:/core/modules/utils/pluginmaker.js",
"text": "/*\\\ntitle: $:/core/modules/utils/pluginmaker.js\ntype: application/javascript\nmodule-type: utils\n\nA quick and dirty way to pack up plugins within the browser.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nRepack a plugin, and then delete any non-shadow payload tiddlers\n*/\nexports.repackPlugin = function(title,additionalTiddlers,excludeTiddlers) {\n\tadditionalTiddlers = additionalTiddlers || [];\n\texcludeTiddlers = excludeTiddlers || [];\n\t// Get the plugin tiddler\n\tvar pluginTiddler = $tw.wiki.getTiddler(title);\n\tif(!pluginTiddler) {\n\t\tthrow \"No such tiddler as \" + title;\n\t}\n\t// Extract the JSON\n\tvar jsonPluginTiddler;\n\ttry {\n\t\tjsonPluginTiddler = JSON.parse(pluginTiddler.fields.text);\n\t} catch(e) {\n\t\tthrow \"Cannot parse plugin tiddler \" + title + \"\\n\" + $tw.language.getString(\"Error/Caption\") + \": \" + e;\n\t}\n\t// Get the list of tiddlers\n\tvar tiddlers = Object.keys(jsonPluginTiddler.tiddlers);\n\t// Add the additional tiddlers\n\t$tw.utils.pushTop(tiddlers,additionalTiddlers);\n\t// Remove any excluded tiddlers\n\tfor(var t=tiddlers.length-1; t>=0; t--) {\n\t\tif(excludeTiddlers.indexOf(tiddlers[t]) !== -1) {\n\t\t\ttiddlers.splice(t,1);\n\t\t}\n\t}\n\t// Pack up the tiddlers into a block of JSON\n\tvar plugins = {};\n\t$tw.utils.each(tiddlers,function(title) {\n\t\tvar tiddler = $tw.wiki.getTiddler(title),\n\t\t\tfields = {};\n\t\t$tw.utils.each(tiddler.fields,function (value,name) {\n\t\t\tfields[name] = tiddler.getFieldString(name);\n\t\t});\n\t\tplugins[title] = fields;\n\t});\n\t// Retrieve and bump the version number\n\tvar pluginVersion = $tw.utils.parseVersion(pluginTiddler.getFieldString(\"version\") || \"0.0.0\") || {\n\t\t\tmajor: \"0\",\n\t\t\tminor: \"0\",\n\t\t\tpatch: \"0\"\n\t\t};\n\tpluginVersion.patch++;\n\tvar version = pluginVersion.major + \".\" + pluginVersion.minor + \".\" + pluginVersion.patch;\n\tif(pluginVersion.prerelease) {\n\t\tversion += \"-\" + pluginVersion.prerelease;\n\t}\n\tif(pluginVersion.build) {\n\t\tversion += \"+\" + pluginVersion.build;\n\t}\n\t// Save the tiddler\n\t$tw.wiki.addTiddler(new $tw.Tiddler(pluginTiddler,{text: JSON.stringify({tiddlers: plugins},null,4), version: version}));\n\t// Delete any non-shadow constituent tiddlers\n\t$tw.utils.each(tiddlers,function(title) {\n\t\tif($tw.wiki.tiddlerExists(title)) {\n\t\t\t$tw.wiki.deleteTiddler(title);\n\t\t}\n\t});\n\t// Trigger an autosave\n\t$tw.rootWidget.dispatchEvent({type: \"tm-auto-save-wiki\"});\n\t// Return a heartwarming confirmation\n\treturn \"Plugin \" + title + \" successfully saved\";\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "utils"
},
"$:/core/modules/utils/transliterate.js": {
"title": "$:/core/modules/utils/transliterate.js",
"text": "/*\\\ntitle: $:/core/modules/utils/transliterate.js\ntype: application/javascript\nmodule-type: utils\n\nTransliteration static utility functions.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nTransliterate string to ASCII\n\n(Some pairs taken from http://semplicewebsites.com/removing-accents-javascript)\n*/\nexports.transliterationPairs = {\n\t\"Á\":\"A\",\n\t\"Ă\":\"A\",\n\t\"Ắ\":\"A\",\n\t\"Ặ\":\"A\",\n\t\"Ằ\":\"A\",\n\t\"Ẳ\":\"A\",\n\t\"Ẵ\":\"A\",\n\t\"Ǎ\":\"A\",\n\t\"Â\":\"A\",\n\t\"Ấ\":\"A\",\n\t\"Ậ\":\"A\",\n\t\"Ầ\":\"A\",\n\t\"Ẩ\":\"A\",\n\t\"Ẫ\":\"A\",\n\t\"Ä\":\"A\",\n\t\"Ǟ\":\"A\",\n\t\"Ȧ\":\"A\",\n\t\"Ǡ\":\"A\",\n\t\"Ạ\":\"A\",\n\t\"Ȁ\":\"A\",\n\t\"À\":\"A\",\n\t\"Ả\":\"A\",\n\t\"Ȃ\":\"A\",\n\t\"Ā\":\"A\",\n\t\"Ą\":\"A\",\n\t\"Å\":\"A\",\n\t\"Ǻ\":\"A\",\n\t\"Ḁ\":\"A\",\n\t\"Ⱥ\":\"A\",\n\t\"Ã\":\"A\",\n\t\"Ꜳ\":\"AA\",\n\t\"Æ\":\"AE\",\n\t\"Ǽ\":\"AE\",\n\t\"Ǣ\":\"AE\",\n\t\"Ꜵ\":\"AO\",\n\t\"Ꜷ\":\"AU\",\n\t\"Ꜹ\":\"AV\",\n\t\"Ꜻ\":\"AV\",\n\t\"Ꜽ\":\"AY\",\n\t\"Ḃ\":\"B\",\n\t\"Ḅ\":\"B\",\n\t\"Ɓ\":\"B\",\n\t\"Ḇ\":\"B\",\n\t\"Ƀ\":\"B\",\n\t\"Ƃ\":\"B\",\n\t\"Ć\":\"C\",\n\t\"Č\":\"C\",\n\t\"Ç\":\"C\",\n\t\"Ḉ\":\"C\",\n\t\"Ĉ\":\"C\",\n\t\"Ċ\":\"C\",\n\t\"Ƈ\":\"C\",\n\t\"Ȼ\":\"C\",\n\t\"Ď\":\"D\",\n\t\"Ḑ\":\"D\",\n\t\"Ḓ\":\"D\",\n\t\"Ḋ\":\"D\",\n\t\"Ḍ\":\"D\",\n\t\"Ɗ\":\"D\",\n\t\"Ḏ\":\"D\",\n\t\"Dz\":\"D\",\n\t\"Dž\":\"D\",\n\t\"Đ\":\"D\",\n\t\"Ƌ\":\"D\",\n\t\"DZ\":\"DZ\",\n\t\"DŽ\":\"DZ\",\n\t\"É\":\"E\",\n\t\"Ĕ\":\"E\",\n\t\"Ě\":\"E\",\n\t\"Ȩ\":\"E\",\n\t\"Ḝ\":\"E\",\n\t\"Ê\":\"E\",\n\t\"Ế\":\"E\",\n\t\"Ệ\":\"E\",\n\t\"Ề\":\"E\",\n\t\"Ể\":\"E\",\n\t\"Ễ\":\"E\",\n\t\"Ḙ\":\"E\",\n\t\"Ë\":\"E\",\n\t\"Ė\":\"E\",\n\t\"Ẹ\":\"E\",\n\t\"Ȅ\":\"E\",\n\t\"È\":\"E\",\n\t\"Ẻ\":\"E\",\n\t\"Ȇ\":\"E\",\n\t\"Ē\":\"E\",\n\t\"Ḗ\":\"E\",\n\t\"Ḕ\":\"E\",\n\t\"Ę\":\"E\",\n\t\"Ɇ\":\"E\",\n\t\"Ẽ\":\"E\",\n\t\"Ḛ\":\"E\",\n\t\"Ꝫ\":\"ET\",\n\t\"Ḟ\":\"F\",\n\t\"Ƒ\":\"F\",\n\t\"Ǵ\":\"G\",\n\t\"Ğ\":\"G\",\n\t\"Ǧ\":\"G\",\n\t\"Ģ\":\"G\",\n\t\"Ĝ\":\"G\",\n\t\"Ġ\":\"G\",\n\t\"Ɠ\":\"G\",\n\t\"Ḡ\":\"G\",\n\t\"Ǥ\":\"G\",\n\t\"Ḫ\":\"H\",\n\t\"Ȟ\":\"H\",\n\t\"Ḩ\":\"H\",\n\t\"Ĥ\":\"H\",\n\t\"Ⱨ\":\"H\",\n\t\"Ḧ\":\"H\",\n\t\"Ḣ\":\"H\",\n\t\"Ḥ\":\"H\",\n\t\"Ħ\":\"H\",\n\t\"Í\":\"I\",\n\t\"Ĭ\":\"I\",\n\t\"Ǐ\":\"I\",\n\t\"Î\":\"I\",\n\t\"Ï\":\"I\",\n\t\"Ḯ\":\"I\",\n\t\"İ\":\"I\",\n\t\"Ị\":\"I\",\n\t\"Ȉ\":\"I\",\n\t\"Ì\":\"I\",\n\t\"Ỉ\":\"I\",\n\t\"Ȋ\":\"I\",\n\t\"Ī\":\"I\",\n\t\"Į\":\"I\",\n\t\"Ɨ\":\"I\",\n\t\"Ĩ\":\"I\",\n\t\"Ḭ\":\"I\",\n\t\"Ꝺ\":\"D\",\n\t\"Ꝼ\":\"F\",\n\t\"Ᵹ\":\"G\",\n\t\"Ꞃ\":\"R\",\n\t\"Ꞅ\":\"S\",\n\t\"Ꞇ\":\"T\",\n\t\"Ꝭ\":\"IS\",\n\t\"Ĵ\":\"J\",\n\t\"Ɉ\":\"J\",\n\t\"Ḱ\":\"K\",\n\t\"Ǩ\":\"K\",\n\t\"Ķ\":\"K\",\n\t\"Ⱪ\":\"K\",\n\t\"Ꝃ\":\"K\",\n\t\"Ḳ\":\"K\",\n\t\"Ƙ\":\"K\",\n\t\"Ḵ\":\"K\",\n\t\"Ꝁ\":\"K\",\n\t\"Ꝅ\":\"K\",\n\t\"Ĺ\":\"L\",\n\t\"Ƚ\":\"L\",\n\t\"Ľ\":\"L\",\n\t\"Ļ\":\"L\",\n\t\"Ḽ\":\"L\",\n\t\"Ḷ\":\"L\",\n\t\"Ḹ\":\"L\",\n\t\"Ⱡ\":\"L\",\n\t\"Ꝉ\":\"L\",\n\t\"Ḻ\":\"L\",\n\t\"Ŀ\":\"L\",\n\t\"Ɫ\":\"L\",\n\t\"Lj\":\"L\",\n\t\"Ł\":\"L\",\n\t\"LJ\":\"LJ\",\n\t\"Ḿ\":\"M\",\n\t\"Ṁ\":\"M\",\n\t\"Ṃ\":\"M\",\n\t\"Ɱ\":\"M\",\n\t\"Ń\":\"N\",\n\t\"Ň\":\"N\",\n\t\"Ņ\":\"N\",\n\t\"Ṋ\":\"N\",\n\t\"Ṅ\":\"N\",\n\t\"Ṇ\":\"N\",\n\t\"Ǹ\":\"N\",\n\t\"Ɲ\":\"N\",\n\t\"Ṉ\":\"N\",\n\t\"Ƞ\":\"N\",\n\t\"Nj\":\"N\",\n\t\"Ñ\":\"N\",\n\t\"NJ\":\"NJ\",\n\t\"Ó\":\"O\",\n\t\"Ŏ\":\"O\",\n\t\"Ǒ\":\"O\",\n\t\"Ô\":\"O\",\n\t\"Ố\":\"O\",\n\t\"Ộ\":\"O\",\n\t\"Ồ\":\"O\",\n\t\"Ổ\":\"O\",\n\t\"Ỗ\":\"O\",\n\t\"Ö\":\"O\",\n\t\"Ȫ\":\"O\",\n\t\"Ȯ\":\"O\",\n\t\"Ȱ\":\"O\",\n\t\"Ọ\":\"O\",\n\t\"Ő\":\"O\",\n\t\"Ȍ\":\"O\",\n\t\"Ò\":\"O\",\n\t\"Ỏ\":\"O\",\n\t\"Ơ\":\"O\",\n\t\"Ớ\":\"O\",\n\t\"Ợ\":\"O\",\n\t\"Ờ\":\"O\",\n\t\"Ở\":\"O\",\n\t\"Ỡ\":\"O\",\n\t\"Ȏ\":\"O\",\n\t\"Ꝋ\":\"O\",\n\t\"Ꝍ\":\"O\",\n\t\"Ō\":\"O\",\n\t\"Ṓ\":\"O\",\n\t\"Ṑ\":\"O\",\n\t\"Ɵ\":\"O\",\n\t\"Ǫ\":\"O\",\n\t\"Ǭ\":\"O\",\n\t\"Ø\":\"O\",\n\t\"Ǿ\":\"O\",\n\t\"Õ\":\"O\",\n\t\"Ṍ\":\"O\",\n\t\"Ṏ\":\"O\",\n\t\"Ȭ\":\"O\",\n\t\"Ƣ\":\"OI\",\n\t\"Ꝏ\":\"OO\",\n\t\"Ɛ\":\"E\",\n\t\"Ɔ\":\"O\",\n\t\"Ȣ\":\"OU\",\n\t\"Ṕ\":\"P\",\n\t\"Ṗ\":\"P\",\n\t\"Ꝓ\":\"P\",\n\t\"Ƥ\":\"P\",\n\t\"Ꝕ\":\"P\",\n\t\"Ᵽ\":\"P\",\n\t\"Ꝑ\":\"P\",\n\t\"Ꝙ\":\"Q\",\n\t\"Ꝗ\":\"Q\",\n\t\"Ŕ\":\"R\",\n\t\"Ř\":\"R\",\n\t\"Ŗ\":\"R\",\n\t\"Ṙ\":\"R\",\n\t\"Ṛ\":\"R\",\n\t\"Ṝ\":\"R\",\n\t\"Ȑ\":\"R\",\n\t\"Ȓ\":\"R\",\n\t\"Ṟ\":\"R\",\n\t\"Ɍ\":\"R\",\n\t\"Ɽ\":\"R\",\n\t\"Ꜿ\":\"C\",\n\t\"Ǝ\":\"E\",\n\t\"Ś\":\"S\",\n\t\"Ṥ\":\"S\",\n\t\"Š\":\"S\",\n\t\"Ṧ\":\"S\",\n\t\"Ş\":\"S\",\n\t\"Ŝ\":\"S\",\n\t\"Ș\":\"S\",\n\t\"Ṡ\":\"S\",\n\t\"Ṣ\":\"S\",\n\t\"Ṩ\":\"S\",\n\t\"Ť\":\"T\",\n\t\"Ţ\":\"T\",\n\t\"Ṱ\":\"T\",\n\t\"Ț\":\"T\",\n\t\"Ⱦ\":\"T\",\n\t\"Ṫ\":\"T\",\n\t\"Ṭ\":\"T\",\n\t\"Ƭ\":\"T\",\n\t\"Ṯ\":\"T\",\n\t\"Ʈ\":\"T\",\n\t\"Ŧ\":\"T\",\n\t\"Ɐ\":\"A\",\n\t\"Ꞁ\":\"L\",\n\t\"Ɯ\":\"M\",\n\t\"Ʌ\":\"V\",\n\t\"Ꜩ\":\"TZ\",\n\t\"Ú\":\"U\",\n\t\"Ŭ\":\"U\",\n\t\"Ǔ\":\"U\",\n\t\"Û\":\"U\",\n\t\"Ṷ\":\"U\",\n\t\"Ü\":\"U\",\n\t\"Ǘ\":\"U\",\n\t\"Ǚ\":\"U\",\n\t\"Ǜ\":\"U\",\n\t\"Ǖ\":\"U\",\n\t\"Ṳ\":\"U\",\n\t\"Ụ\":\"U\",\n\t\"Ű\":\"U\",\n\t\"Ȕ\":\"U\",\n\t\"Ù\":\"U\",\n\t\"Ủ\":\"U\",\n\t\"Ư\":\"U\",\n\t\"Ứ\":\"U\",\n\t\"Ự\":\"U\",\n\t\"Ừ\":\"U\",\n\t\"Ử\":\"U\",\n\t\"Ữ\":\"U\",\n\t\"Ȗ\":\"U\",\n\t\"Ū\":\"U\",\n\t\"Ṻ\":\"U\",\n\t\"Ų\":\"U\",\n\t\"Ů\":\"U\",\n\t\"Ũ\":\"U\",\n\t\"Ṹ\":\"U\",\n\t\"Ṵ\":\"U\",\n\t\"Ꝟ\":\"V\",\n\t\"Ṿ\":\"V\",\n\t\"Ʋ\":\"V\",\n\t\"Ṽ\":\"V\",\n\t\"Ꝡ\":\"VY\",\n\t\"Ẃ\":\"W\",\n\t\"Ŵ\":\"W\",\n\t\"Ẅ\":\"W\",\n\t\"Ẇ\":\"W\",\n\t\"Ẉ\":\"W\",\n\t\"Ẁ\":\"W\",\n\t\"Ⱳ\":\"W\",\n\t\"Ẍ\":\"X\",\n\t\"Ẋ\":\"X\",\n\t\"Ý\":\"Y\",\n\t\"Ŷ\":\"Y\",\n\t\"Ÿ\":\"Y\",\n\t\"Ẏ\":\"Y\",\n\t\"Ỵ\":\"Y\",\n\t\"Ỳ\":\"Y\",\n\t\"Ƴ\":\"Y\",\n\t\"Ỷ\":\"Y\",\n\t\"Ỿ\":\"Y\",\n\t\"Ȳ\":\"Y\",\n\t\"Ɏ\":\"Y\",\n\t\"Ỹ\":\"Y\",\n\t\"Ź\":\"Z\",\n\t\"Ž\":\"Z\",\n\t\"Ẑ\":\"Z\",\n\t\"Ⱬ\":\"Z\",\n\t\"Ż\":\"Z\",\n\t\"Ẓ\":\"Z\",\n\t\"Ȥ\":\"Z\",\n\t\"Ẕ\":\"Z\",\n\t\"Ƶ\":\"Z\",\n\t\"IJ\":\"IJ\",\n\t\"Œ\":\"OE\",\n\t\"ᴀ\":\"A\",\n\t\"ᴁ\":\"AE\",\n\t\"ʙ\":\"B\",\n\t\"ᴃ\":\"B\",\n\t\"ᴄ\":\"C\",\n\t\"ᴅ\":\"D\",\n\t\"ᴇ\":\"E\",\n\t\"ꜰ\":\"F\",\n\t\"ɢ\":\"G\",\n\t\"ʛ\":\"G\",\n\t\"ʜ\":\"H\",\n\t\"ɪ\":\"I\",\n\t\"ʁ\":\"R\",\n\t\"ᴊ\":\"J\",\n\t\"ᴋ\":\"K\",\n\t\"ʟ\":\"L\",\n\t\"ᴌ\":\"L\",\n\t\"ᴍ\":\"M\",\n\t\"ɴ\":\"N\",\n\t\"ᴏ\":\"O\",\n\t\"ɶ\":\"OE\",\n\t\"ᴐ\":\"O\",\n\t\"ᴕ\":\"OU\",\n\t\"ᴘ\":\"P\",\n\t\"ʀ\":\"R\",\n\t\"ᴎ\":\"N\",\n\t\"ᴙ\":\"R\",\n\t\"ꜱ\":\"S\",\n\t\"ᴛ\":\"T\",\n\t\"ⱻ\":\"E\",\n\t\"ᴚ\":\"R\",\n\t\"ᴜ\":\"U\",\n\t\"ᴠ\":\"V\",\n\t\"ᴡ\":\"W\",\n\t\"ʏ\":\"Y\",\n\t\"ᴢ\":\"Z\",\n\t\"á\":\"a\",\n\t\"ă\":\"a\",\n\t\"ắ\":\"a\",\n\t\"ặ\":\"a\",\n\t\"ằ\":\"a\",\n\t\"ẳ\":\"a\",\n\t\"ẵ\":\"a\",\n\t\"ǎ\":\"a\",\n\t\"â\":\"a\",\n\t\"ấ\":\"a\",\n\t\"ậ\":\"a\",\n\t\"ầ\":\"a\",\n\t\"ẩ\":\"a\",\n\t\"ẫ\":\"a\",\n\t\"ä\":\"a\",\n\t\"ǟ\":\"a\",\n\t\"ȧ\":\"a\",\n\t\"ǡ\":\"a\",\n\t\"ạ\":\"a\",\n\t\"ȁ\":\"a\",\n\t\"à\":\"a\",\n\t\"ả\":\"a\",\n\t\"ȃ\":\"a\",\n\t\"ā\":\"a\",\n\t\"ą\":\"a\",\n\t\"ᶏ\":\"a\",\n\t\"ẚ\":\"a\",\n\t\"å\":\"a\",\n\t\"ǻ\":\"a\",\n\t\"ḁ\":\"a\",\n\t\"ⱥ\":\"a\",\n\t\"ã\":\"a\",\n\t\"ꜳ\":\"aa\",\n\t\"æ\":\"ae\",\n\t\"ǽ\":\"ae\",\n\t\"ǣ\":\"ae\",\n\t\"ꜵ\":\"ao\",\n\t\"ꜷ\":\"au\",\n\t\"ꜹ\":\"av\",\n\t\"ꜻ\":\"av\",\n\t\"ꜽ\":\"ay\",\n\t\"ḃ\":\"b\",\n\t\"ḅ\":\"b\",\n\t\"ɓ\":\"b\",\n\t\"ḇ\":\"b\",\n\t\"ᵬ\":\"b\",\n\t\"ᶀ\":\"b\",\n\t\"ƀ\":\"b\",\n\t\"ƃ\":\"b\",\n\t\"ɵ\":\"o\",\n\t\"ć\":\"c\",\n\t\"č\":\"c\",\n\t\"ç\":\"c\",\n\t\"ḉ\":\"c\",\n\t\"ĉ\":\"c\",\n\t\"ɕ\":\"c\",\n\t\"ċ\":\"c\",\n\t\"ƈ\":\"c\",\n\t\"ȼ\":\"c\",\n\t\"ď\":\"d\",\n\t\"ḑ\":\"d\",\n\t\"ḓ\":\"d\",\n\t\"ȡ\":\"d\",\n\t\"ḋ\":\"d\",\n\t\"ḍ\":\"d\",\n\t\"ɗ\":\"d\",\n\t\"ᶑ\":\"d\",\n\t\"ḏ\":\"d\",\n\t\"ᵭ\":\"d\",\n\t\"ᶁ\":\"d\",\n\t\"đ\":\"d\",\n\t\"ɖ\":\"d\",\n\t\"ƌ\":\"d\",\n\t\"ı\":\"i\",\n\t\"ȷ\":\"j\",\n\t\"ɟ\":\"j\",\n\t\"ʄ\":\"j\",\n\t\"dz\":\"dz\",\n\t\"dž\":\"dz\",\n\t\"é\":\"e\",\n\t\"ĕ\":\"e\",\n\t\"ě\":\"e\",\n\t\"ȩ\":\"e\",\n\t\"ḝ\":\"e\",\n\t\"ê\":\"e\",\n\t\"ế\":\"e\",\n\t\"ệ\":\"e\",\n\t\"ề\":\"e\",\n\t\"ể\":\"e\",\n\t\"ễ\":\"e\",\n\t\"ḙ\":\"e\",\n\t\"ë\":\"e\",\n\t\"ė\":\"e\",\n\t\"ẹ\":\"e\",\n\t\"ȅ\":\"e\",\n\t\"è\":\"e\",\n\t\"ẻ\":\"e\",\n\t\"ȇ\":\"e\",\n\t\"ē\":\"e\",\n\t\"ḗ\":\"e\",\n\t\"ḕ\":\"e\",\n\t\"ⱸ\":\"e\",\n\t\"ę\":\"e\",\n\t\"ᶒ\":\"e\",\n\t\"ɇ\":\"e\",\n\t\"ẽ\":\"e\",\n\t\"ḛ\":\"e\",\n\t\"ꝫ\":\"et\",\n\t\"ḟ\":\"f\",\n\t\"ƒ\":\"f\",\n\t\"ᵮ\":\"f\",\n\t\"ᶂ\":\"f\",\n\t\"ǵ\":\"g\",\n\t\"ğ\":\"g\",\n\t\"ǧ\":\"g\",\n\t\"ģ\":\"g\",\n\t\"ĝ\":\"g\",\n\t\"ġ\":\"g\",\n\t\"ɠ\":\"g\",\n\t\"ḡ\":\"g\",\n\t\"ᶃ\":\"g\",\n\t\"ǥ\":\"g\",\n\t\"ḫ\":\"h\",\n\t\"ȟ\":\"h\",\n\t\"ḩ\":\"h\",\n\t\"ĥ\":\"h\",\n\t\"ⱨ\":\"h\",\n\t\"ḧ\":\"h\",\n\t\"ḣ\":\"h\",\n\t\"ḥ\":\"h\",\n\t\"ɦ\":\"h\",\n\t\"ẖ\":\"h\",\n\t\"ħ\":\"h\",\n\t\"ƕ\":\"hv\",\n\t\"í\":\"i\",\n\t\"ĭ\":\"i\",\n\t\"ǐ\":\"i\",\n\t\"î\":\"i\",\n\t\"ï\":\"i\",\n\t\"ḯ\":\"i\",\n\t\"ị\":\"i\",\n\t\"ȉ\":\"i\",\n\t\"ì\":\"i\",\n\t\"ỉ\":\"i\",\n\t\"ȋ\":\"i\",\n\t\"ī\":\"i\",\n\t\"į\":\"i\",\n\t\"ᶖ\":\"i\",\n\t\"ɨ\":\"i\",\n\t\"ĩ\":\"i\",\n\t\"ḭ\":\"i\",\n\t\"ꝺ\":\"d\",\n\t\"ꝼ\":\"f\",\n\t\"ᵹ\":\"g\",\n\t\"ꞃ\":\"r\",\n\t\"ꞅ\":\"s\",\n\t\"ꞇ\":\"t\",\n\t\"ꝭ\":\"is\",\n\t\"ǰ\":\"j\",\n\t\"ĵ\":\"j\",\n\t\"ʝ\":\"j\",\n\t\"ɉ\":\"j\",\n\t\"ḱ\":\"k\",\n\t\"ǩ\":\"k\",\n\t\"ķ\":\"k\",\n\t\"ⱪ\":\"k\",\n\t\"ꝃ\":\"k\",\n\t\"ḳ\":\"k\",\n\t\"ƙ\":\"k\",\n\t\"ḵ\":\"k\",\n\t\"ᶄ\":\"k\",\n\t\"ꝁ\":\"k\",\n\t\"ꝅ\":\"k\",\n\t\"ĺ\":\"l\",\n\t\"ƚ\":\"l\",\n\t\"ɬ\":\"l\",\n\t\"ľ\":\"l\",\n\t\"ļ\":\"l\",\n\t\"ḽ\":\"l\",\n\t\"ȴ\":\"l\",\n\t\"ḷ\":\"l\",\n\t\"ḹ\":\"l\",\n\t\"ⱡ\":\"l\",\n\t\"ꝉ\":\"l\",\n\t\"ḻ\":\"l\",\n\t\"ŀ\":\"l\",\n\t\"ɫ\":\"l\",\n\t\"ᶅ\":\"l\",\n\t\"ɭ\":\"l\",\n\t\"ł\":\"l\",\n\t\"lj\":\"lj\",\n\t\"ſ\":\"s\",\n\t\"ẜ\":\"s\",\n\t\"ẛ\":\"s\",\n\t\"ẝ\":\"s\",\n\t\"ḿ\":\"m\",\n\t\"ṁ\":\"m\",\n\t\"ṃ\":\"m\",\n\t\"ɱ\":\"m\",\n\t\"ᵯ\":\"m\",\n\t\"ᶆ\":\"m\",\n\t\"ń\":\"n\",\n\t\"ň\":\"n\",\n\t\"ņ\":\"n\",\n\t\"ṋ\":\"n\",\n\t\"ȵ\":\"n\",\n\t\"ṅ\":\"n\",\n\t\"ṇ\":\"n\",\n\t\"ǹ\":\"n\",\n\t\"ɲ\":\"n\",\n\t\"ṉ\":\"n\",\n\t\"ƞ\":\"n\",\n\t\"ᵰ\":\"n\",\n\t\"ᶇ\":\"n\",\n\t\"ɳ\":\"n\",\n\t\"ñ\":\"n\",\n\t\"nj\":\"nj\",\n\t\"ó\":\"o\",\n\t\"ŏ\":\"o\",\n\t\"ǒ\":\"o\",\n\t\"ô\":\"o\",\n\t\"ố\":\"o\",\n\t\"ộ\":\"o\",\n\t\"ồ\":\"o\",\n\t\"ổ\":\"o\",\n\t\"ỗ\":\"o\",\n\t\"ö\":\"o\",\n\t\"ȫ\":\"o\",\n\t\"ȯ\":\"o\",\n\t\"ȱ\":\"o\",\n\t\"ọ\":\"o\",\n\t\"ő\":\"o\",\n\t\"ȍ\":\"o\",\n\t\"ò\":\"o\",\n\t\"ỏ\":\"o\",\n\t\"ơ\":\"o\",\n\t\"ớ\":\"o\",\n\t\"ợ\":\"o\",\n\t\"ờ\":\"o\",\n\t\"ở\":\"o\",\n\t\"ỡ\":\"o\",\n\t\"ȏ\":\"o\",\n\t\"ꝋ\":\"o\",\n\t\"ꝍ\":\"o\",\n\t\"ⱺ\":\"o\",\n\t\"ō\":\"o\",\n\t\"ṓ\":\"o\",\n\t\"ṑ\":\"o\",\n\t\"ǫ\":\"o\",\n\t\"ǭ\":\"o\",\n\t\"ø\":\"o\",\n\t\"ǿ\":\"o\",\n\t\"õ\":\"o\",\n\t\"ṍ\":\"o\",\n\t\"ṏ\":\"o\",\n\t\"ȭ\":\"o\",\n\t\"ƣ\":\"oi\",\n\t\"ꝏ\":\"oo\",\n\t\"ɛ\":\"e\",\n\t\"ᶓ\":\"e\",\n\t\"ɔ\":\"o\",\n\t\"ᶗ\":\"o\",\n\t\"ȣ\":\"ou\",\n\t\"ṕ\":\"p\",\n\t\"ṗ\":\"p\",\n\t\"ꝓ\":\"p\",\n\t\"ƥ\":\"p\",\n\t\"ᵱ\":\"p\",\n\t\"ᶈ\":\"p\",\n\t\"ꝕ\":\"p\",\n\t\"ᵽ\":\"p\",\n\t\"ꝑ\":\"p\",\n\t\"ꝙ\":\"q\",\n\t\"ʠ\":\"q\",\n\t\"ɋ\":\"q\",\n\t\"ꝗ\":\"q\",\n\t\"ŕ\":\"r\",\n\t\"ř\":\"r\",\n\t\"ŗ\":\"r\",\n\t\"ṙ\":\"r\",\n\t\"ṛ\":\"r\",\n\t\"ṝ\":\"r\",\n\t\"ȑ\":\"r\",\n\t\"ɾ\":\"r\",\n\t\"ᵳ\":\"r\",\n\t\"ȓ\":\"r\",\n\t\"ṟ\":\"r\",\n\t\"ɼ\":\"r\",\n\t\"ᵲ\":\"r\",\n\t\"ᶉ\":\"r\",\n\t\"ɍ\":\"r\",\n\t\"ɽ\":\"r\",\n\t\"ↄ\":\"c\",\n\t\"ꜿ\":\"c\",\n\t\"ɘ\":\"e\",\n\t\"ɿ\":\"r\",\n\t\"ś\":\"s\",\n\t\"ṥ\":\"s\",\n\t\"š\":\"s\",\n\t\"ṧ\":\"s\",\n\t\"ş\":\"s\",\n\t\"ŝ\":\"s\",\n\t\"ș\":\"s\",\n\t\"ṡ\":\"s\",\n\t\"ṣ\":\"s\",\n\t\"ṩ\":\"s\",\n\t\"ʂ\":\"s\",\n\t\"ᵴ\":\"s\",\n\t\"ᶊ\":\"s\",\n\t\"ȿ\":\"s\",\n\t\"ɡ\":\"g\",\n\t\"ᴑ\":\"o\",\n\t\"ᴓ\":\"o\",\n\t\"ᴝ\":\"u\",\n\t\"ť\":\"t\",\n\t\"ţ\":\"t\",\n\t\"ṱ\":\"t\",\n\t\"ț\":\"t\",\n\t\"ȶ\":\"t\",\n\t\"ẗ\":\"t\",\n\t\"ⱦ\":\"t\",\n\t\"ṫ\":\"t\",\n\t\"ṭ\":\"t\",\n\t\"ƭ\":\"t\",\n\t\"ṯ\":\"t\",\n\t\"ᵵ\":\"t\",\n\t\"ƫ\":\"t\",\n\t\"ʈ\":\"t\",\n\t\"ŧ\":\"t\",\n\t\"ᵺ\":\"th\",\n\t\"ɐ\":\"a\",\n\t\"ᴂ\":\"ae\",\n\t\"ǝ\":\"e\",\n\t\"ᵷ\":\"g\",\n\t\"ɥ\":\"h\",\n\t\"ʮ\":\"h\",\n\t\"ʯ\":\"h\",\n\t\"ᴉ\":\"i\",\n\t\"ʞ\":\"k\",\n\t\"ꞁ\":\"l\",\n\t\"ɯ\":\"m\",\n\t\"ɰ\":\"m\",\n\t\"ᴔ\":\"oe\",\n\t\"ɹ\":\"r\",\n\t\"ɻ\":\"r\",\n\t\"ɺ\":\"r\",\n\t\"ⱹ\":\"r\",\n\t\"ʇ\":\"t\",\n\t\"ʌ\":\"v\",\n\t\"ʍ\":\"w\",\n\t\"ʎ\":\"y\",\n\t\"ꜩ\":\"tz\",\n\t\"ú\":\"u\",\n\t\"ŭ\":\"u\",\n\t\"ǔ\":\"u\",\n\t\"û\":\"u\",\n\t\"ṷ\":\"u\",\n\t\"ü\":\"u\",\n\t\"ǘ\":\"u\",\n\t\"ǚ\":\"u\",\n\t\"ǜ\":\"u\",\n\t\"ǖ\":\"u\",\n\t\"ṳ\":\"u\",\n\t\"ụ\":\"u\",\n\t\"ű\":\"u\",\n\t\"ȕ\":\"u\",\n\t\"ù\":\"u\",\n\t\"ủ\":\"u\",\n\t\"ư\":\"u\",\n\t\"ứ\":\"u\",\n\t\"ự\":\"u\",\n\t\"ừ\":\"u\",\n\t\"ử\":\"u\",\n\t\"ữ\":\"u\",\n\t\"ȗ\":\"u\",\n\t\"ū\":\"u\",\n\t\"ṻ\":\"u\",\n\t\"ų\":\"u\",\n\t\"ᶙ\":\"u\",\n\t\"ů\":\"u\",\n\t\"ũ\":\"u\",\n\t\"ṹ\":\"u\",\n\t\"ṵ\":\"u\",\n\t\"ᵫ\":\"ue\",\n\t\"ꝸ\":\"um\",\n\t\"ⱴ\":\"v\",\n\t\"ꝟ\":\"v\",\n\t\"ṿ\":\"v\",\n\t\"ʋ\":\"v\",\n\t\"ᶌ\":\"v\",\n\t\"ⱱ\":\"v\",\n\t\"ṽ\":\"v\",\n\t\"ꝡ\":\"vy\",\n\t\"ẃ\":\"w\",\n\t\"ŵ\":\"w\",\n\t\"ẅ\":\"w\",\n\t\"ẇ\":\"w\",\n\t\"ẉ\":\"w\",\n\t\"ẁ\":\"w\",\n\t\"ⱳ\":\"w\",\n\t\"ẘ\":\"w\",\n\t\"ẍ\":\"x\",\n\t\"ẋ\":\"x\",\n\t\"ᶍ\":\"x\",\n\t\"ý\":\"y\",\n\t\"ŷ\":\"y\",\n\t\"ÿ\":\"y\",\n\t\"ẏ\":\"y\",\n\t\"ỵ\":\"y\",\n\t\"ỳ\":\"y\",\n\t\"ƴ\":\"y\",\n\t\"ỷ\":\"y\",\n\t\"ỿ\":\"y\",\n\t\"ȳ\":\"y\",\n\t\"ẙ\":\"y\",\n\t\"ɏ\":\"y\",\n\t\"ỹ\":\"y\",\n\t\"ź\":\"z\",\n\t\"ž\":\"z\",\n\t\"ẑ\":\"z\",\n\t\"ʑ\":\"z\",\n\t\"ⱬ\":\"z\",\n\t\"ż\":\"z\",\n\t\"ẓ\":\"z\",\n\t\"ȥ\":\"z\",\n\t\"ẕ\":\"z\",\n\t\"ᵶ\":\"z\",\n\t\"ᶎ\":\"z\",\n\t\"ʐ\":\"z\",\n\t\"ƶ\":\"z\",\n\t\"ɀ\":\"z\",\n\t\"ff\":\"ff\",\n\t\"ffi\":\"ffi\",\n\t\"ffl\":\"ffl\",\n\t\"fi\":\"fi\",\n\t\"fl\":\"fl\",\n\t\"ij\":\"ij\",\n\t\"œ\":\"oe\",\n\t\"st\":\"st\",\n\t\"ₐ\":\"a\",\n\t\"ₑ\":\"e\",\n\t\"ᵢ\":\"i\",\n\t\"ⱼ\":\"j\",\n\t\"ₒ\":\"o\",\n\t\"ᵣ\":\"r\",\n\t\"ᵤ\":\"u\",\n\t\"ᵥ\":\"v\",\n\t\"ₓ\":\"x\",\n\t\"Ё\":\"YO\",\n\t\"Й\":\"I\",\n\t\"Ц\":\"TS\",\n\t\"У\":\"U\",\n\t\"К\":\"K\",\n\t\"Е\":\"E\",\n\t\"Н\":\"N\",\n\t\"Г\":\"G\",\n\t\"Ш\":\"SH\",\n\t\"Щ\":\"SCH\",\n\t\"З\":\"Z\",\n\t\"Х\":\"H\",\n\t\"Ъ\":\"'\",\n\t\"ё\":\"yo\",\n\t\"й\":\"i\",\n\t\"ц\":\"ts\",\n\t\"у\":\"u\",\n\t\"к\":\"k\",\n\t\"е\":\"e\",\n\t\"н\":\"n\",\n\t\"г\":\"g\",\n\t\"ш\":\"sh\",\n\t\"щ\":\"sch\",\n\t\"з\":\"z\",\n\t\"х\":\"h\",\n\t\"ъ\":\"'\",\n\t\"Ф\":\"F\",\n\t\"Ы\":\"I\",\n\t\"В\":\"V\",\n\t\"А\":\"a\",\n\t\"П\":\"P\",\n\t\"Р\":\"R\",\n\t\"О\":\"O\",\n\t\"Л\":\"L\",\n\t\"Д\":\"D\",\n\t\"Ж\":\"ZH\",\n\t\"Э\":\"E\",\n\t\"ф\":\"f\",\n\t\"ы\":\"i\",\n\t\"в\":\"v\",\n\t\"а\":\"a\",\n\t\"п\":\"p\",\n\t\"р\":\"r\",\n\t\"о\":\"o\",\n\t\"л\":\"l\",\n\t\"д\":\"d\",\n\t\"ж\":\"zh\",\n\t\"э\":\"e\",\n\t\"Я\":\"Ya\",\n\t\"Ч\":\"CH\",\n\t\"С\":\"S\",\n\t\"М\":\"M\",\n\t\"И\":\"I\",\n\t\"Т\":\"T\",\n\t\"Ь\":\"'\",\n\t\"Б\":\"B\",\n\t\"Ю\":\"YU\",\n\t\"я\":\"ya\",\n\t\"ч\":\"ch\",\n\t\"с\":\"s\",\n\t\"м\":\"m\",\n\t\"и\":\"i\",\n\t\"т\":\"t\",\n\t\"ь\":\"'\",\n\t\"б\":\"b\",\n\t\"ю\":\"yu\"\n};\n\nexports.transliterate = function(str) {\n\treturn str.replace(/[^A-Za-z0-9\\[\\] ]/g,function(ch) {\n\t\treturn exports.transliterationPairs[ch] || ch\n\t});\n};\n\nexports.transliterateToSafeASCII = function(str) {\n\treturn str.replace(/[^\\x00-\\x7F]/g,function(ch) {\n\t\treturn exports.transliterationPairs[ch] || \"\"\n\t});\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "utils"
},
"$:/core/modules/utils/utils.js": {
"title": "$:/core/modules/utils/utils.js",
"text": "/*\\\ntitle: $:/core/modules/utils/utils.js\ntype: application/javascript\nmodule-type: utils\n\nVarious static utility functions.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar base64utf8 = require(\"$:/core/modules/utils/base64-utf8/base64-utf8.module.js\");\n\n/*\nDisplay a message, in colour if we're on a terminal\n*/\nexports.log = function(text,colour) {\n\tconsole.log($tw.node ? exports.terminalColour(colour) + text + exports.terminalColour() : text);\n};\n\nexports.terminalColour = function(colour) {\n\tif(!$tw.browser && $tw.node && process.stdout.isTTY) {\n\t\tif(colour) {\n\t\t\tvar code = exports.terminalColourLookup[colour];\n\t\t\tif(code) {\n\t\t\t\treturn \"\\x1b[\" + code + \"m\";\n\t\t\t}\n\t\t} else {\n\t\t\treturn \"\\x1b[0m\"; // Cancel colour\n\t\t}\n\t}\n\treturn \"\";\n};\n\nexports.terminalColourLookup = {\n\t\"black\": \"0;30\",\n\t\"red\": \"0;31\",\n\t\"green\": \"0;32\",\n\t\"brown/orange\": \"0;33\",\n\t\"blue\": \"0;34\",\n\t\"purple\": \"0;35\",\n\t\"cyan\": \"0;36\",\n\t\"light gray\": \"0;37\"\n};\n\n/*\nDisplay a warning, in colour if we're on a terminal\n*/\nexports.warning = function(text) {\n\texports.log(text,\"brown/orange\");\n};\n\n/*\nReturn the integer represented by the str (string).\nReturn the dflt (default) parameter if str is not a base-10 number.\n*/\nexports.getInt = function(str,deflt) {\n\tvar i = parseInt(str,10);\n\treturn isNaN(i) ? deflt : i;\n}\n\n/*\nRepeatedly replaces a substring within a string. Like String.prototype.replace, but without any of the default special handling of $ sequences in the replace string\n*/\nexports.replaceString = function(text,search,replace) {\n\treturn text.replace(search,function() {\n\t\treturn replace;\n\t});\n};\n\n/*\nRepeats a string\n*/\nexports.repeat = function(str,count) {\n\tvar result = \"\";\n\tfor(var t=0;t<count;t++) {\n\t\tresult += str;\n\t}\n\treturn result;\n};\n\n/*\nTrim whitespace from the start and end of a string\nThanks to Steven Levithan, http://blog.stevenlevithan.com/archives/faster-trim-javascript\n*/\nexports.trim = function(str) {\n\tif(typeof str === \"string\") {\n\t\treturn str.replace(/^\\s\\s*/, '').replace(/\\s\\s*$/, '');\n\t} else {\n\t\treturn str;\n\t}\n};\n\n/*\nConvert a string to sentence case (ie capitalise first letter)\n*/\nexports.toSentenceCase = function(str) {\n\treturn (str || \"\").replace(/^\\S/, function(c) {return c.toUpperCase();});\n}\n\n/*\nConvert a string to title case (ie capitalise each initial letter)\n*/\nexports.toTitleCase = function(str) {\n\treturn (str || \"\").replace(/(^|\\s)\\S/g, function(c) {return c.toUpperCase();});\n}\n\t\n/*\nFind the line break preceding a given position in a string\nReturns position immediately after that line break, or the start of the string\n*/\nexports.findPrecedingLineBreak = function(text,pos) {\n\tvar result = text.lastIndexOf(\"\\n\",pos - 1);\n\tif(result === -1) {\n\t\tresult = 0;\n\t} else {\n\t\tresult++;\n\t\tif(text.charAt(result) === \"\\r\") {\n\t\t\tresult++;\n\t\t}\n\t}\n\treturn result;\n};\n\n/*\nFind the line break following a given position in a string\n*/\nexports.findFollowingLineBreak = function(text,pos) {\n\t// Cut to just past the following line break, or to the end of the text\n\tvar result = text.indexOf(\"\\n\",pos);\n\tif(result === -1) {\n\t\tresult = text.length;\n\t} else {\n\t\tif(text.charAt(result) === \"\\r\") {\n\t\t\tresult++;\n\t\t}\n\t}\n\treturn result;\n};\n\n/*\nReturn the number of keys in an object\n*/\nexports.count = function(object) {\n\treturn Object.keys(object || {}).length;\n};\n\n/*\nDetermine whether an array-item is an object-property\n*/\nexports.hopArray = function(object,array) {\n\tfor(var i=0; i<array.length; i++) {\n\t\tif($tw.utils.hop(object,array[i])) {\n\t\t\treturn true;\n\t\t}\n\t}\n\treturn false;\n};\n\n/*\nRemove entries from an array\n\tarray: array to modify\n\tvalue: a single value to remove, or an array of values to remove\n*/\nexports.removeArrayEntries = function(array,value) {\n\tvar t,p;\n\tif($tw.utils.isArray(value)) {\n\t\tfor(t=0; t<value.length; t++) {\n\t\t\tp = array.indexOf(value[t]);\n\t\t\tif(p !== -1) {\n\t\t\t\tarray.splice(p,1);\n\t\t\t}\n\t\t}\n\t} else {\n\t\tp = array.indexOf(value);\n\t\tif(p !== -1) {\n\t\t\tarray.splice(p,1);\n\t\t}\n\t}\n};\n\n/*\nCheck whether any members of a hashmap are present in another hashmap\n*/\nexports.checkDependencies = function(dependencies,changes) {\n\tvar hit = false;\n\t$tw.utils.each(changes,function(change,title) {\n\t\tif($tw.utils.hop(dependencies,title)) {\n\t\t\thit = true;\n\t\t}\n\t});\n\treturn hit;\n};\n\nexports.extend = function(object /* [, src] */) {\n\t$tw.utils.each(Array.prototype.slice.call(arguments, 1), function(source) {\n\t\tif(source) {\n\t\t\tfor(var property in source) {\n\t\t\t\tobject[property] = source[property];\n\t\t\t}\n\t\t}\n\t});\n\treturn object;\n};\n\nexports.deepCopy = function(object) {\n\tvar result,t;\n\tif($tw.utils.isArray(object)) {\n\t\t// Copy arrays\n\t\tresult = object.slice(0);\n\t} else if(typeof object === \"object\") {\n\t\tresult = {};\n\t\tfor(t in object) {\n\t\t\tif(object[t] !== undefined) {\n\t\t\t\tresult[t] = $tw.utils.deepCopy(object[t]);\n\t\t\t}\n\t\t}\n\t} else {\n\t\tresult = object;\n\t}\n\treturn result;\n};\n\nexports.extendDeepCopy = function(object,extendedProperties) {\n\tvar result = $tw.utils.deepCopy(object),t;\n\tfor(t in extendedProperties) {\n\t\tif(extendedProperties[t] !== undefined) {\n\t\t\tresult[t] = $tw.utils.deepCopy(extendedProperties[t]);\n\t\t}\n\t}\n\treturn result;\n};\n\nexports.deepFreeze = function deepFreeze(object) {\n\tvar property, key;\n\tif(object) {\n\t\tObject.freeze(object);\n\t\tfor(key in object) {\n\t\t\tproperty = object[key];\n\t\t\tif($tw.utils.hop(object,key) && (typeof property === \"object\") && !Object.isFrozen(property)) {\n\t\t\t\tdeepFreeze(property);\n\t\t\t}\n\t\t}\n\t}\n};\n\nexports.slowInSlowOut = function(t) {\n\treturn (1 - ((Math.cos(t * Math.PI) + 1) / 2));\n};\n\nexports.formatDateString = function(date,template) {\n\tvar result = \"\",\n\t\tt = template,\n\t\tmatches = [\n\t\t\t[/^0hh12/, function() {\n\t\t\t\treturn $tw.utils.pad($tw.utils.getHours12(date));\n\t\t\t}],\n\t\t\t[/^wYYYY/, function() {\n\t\t\t\treturn $tw.utils.getYearForWeekNo(date);\n\t\t\t}],\n\t\t\t[/^hh12/, function() {\n\t\t\t\treturn $tw.utils.getHours12(date);\n\t\t\t}],\n\t\t\t[/^DDth/, function() {\n\t\t\t\treturn date.getDate() + $tw.utils.getDaySuffix(date);\n\t\t\t}],\n\t\t\t[/^YYYY/, function() {\n\t\t\t\treturn date.getFullYear();\n\t\t\t}],\n\t\t\t[/^0hh/, function() {\n\t\t\t\treturn $tw.utils.pad(date.getHours());\n\t\t\t}],\n\t\t\t[/^0mm/, function() {\n\t\t\t\treturn $tw.utils.pad(date.getMinutes());\n\t\t\t}],\n\t\t\t[/^0ss/, function() {\n\t\t\t\treturn $tw.utils.pad(date.getSeconds());\n\t\t\t}],\n\t\t\t[/^0XXX/, function() {\n\t\t\t\treturn $tw.utils.pad(date.getMilliseconds());\n\t\t\t}],\n\t\t\t[/^0DD/, function() {\n\t\t\t\treturn $tw.utils.pad(date.getDate());\n\t\t\t}],\n\t\t\t[/^0MM/, function() {\n\t\t\t\treturn $tw.utils.pad(date.getMonth()+1);\n\t\t\t}],\n\t\t\t[/^0WW/, function() {\n\t\t\t\treturn $tw.utils.pad($tw.utils.getWeek(date));\n\t\t\t}],\n\t\t\t[/^ddd/, function() {\n\t\t\t\treturn $tw.language.getString(\"Date/Short/Day/\" + date.getDay());\n\t\t\t}],\n\t\t\t[/^mmm/, function() {\n\t\t\t\treturn $tw.language.getString(\"Date/Short/Month/\" + (date.getMonth() + 1));\n\t\t\t}],\n\t\t\t[/^DDD/, function() {\n\t\t\t\treturn $tw.language.getString(\"Date/Long/Day/\" + date.getDay());\n\t\t\t}],\n\t\t\t[/^MMM/, function() {\n\t\t\t\treturn $tw.language.getString(\"Date/Long/Month/\" + (date.getMonth() + 1));\n\t\t\t}],\n\t\t\t[/^TZD/, function() {\n\t\t\t\tvar tz = date.getTimezoneOffset(),\n\t\t\t\tatz = Math.abs(tz);\n\t\t\t\treturn (tz < 0 ? '+' : '-') + $tw.utils.pad(Math.floor(atz / 60)) + ':' + $tw.utils.pad(atz % 60);\n\t\t\t}],\n\t\t\t[/^wYY/, function() {\n\t\t\t\treturn $tw.utils.pad($tw.utils.getYearForWeekNo(date) - 2000);\n\t\t\t}],\n\t\t\t[/^[ap]m/, function() {\n\t\t\t\treturn $tw.utils.getAmPm(date).toLowerCase();\n\t\t\t}],\n\t\t\t[/^hh/, function() {\n\t\t\t\treturn date.getHours();\n\t\t\t}],\n\t\t\t[/^mm/, function() {\n\t\t\t\treturn date.getMinutes();\n\t\t\t}],\n\t\t\t[/^ss/, function() {\n\t\t\t\treturn date.getSeconds();\n\t\t\t}],\n\t\t\t[/^XXX/, function() {\n\t\t\t\treturn date.getMilliseconds();\n\t\t\t}],\n\t\t\t[/^[AP]M/, function() {\n\t\t\t\treturn $tw.utils.getAmPm(date).toUpperCase();\n\t\t\t}],\n\t\t\t[/^DD/, function() {\n\t\t\t\treturn date.getDate();\n\t\t\t}],\n\t\t\t[/^MM/, function() {\n\t\t\t\treturn date.getMonth() + 1;\n\t\t\t}],\n\t\t\t[/^WW/, function() {\n\t\t\t\treturn $tw.utils.getWeek(date);\n\t\t\t}],\n\t\t\t[/^YY/, function() {\n\t\t\t\treturn $tw.utils.pad(date.getFullYear() - 2000);\n\t\t\t}]\n\t\t];\n\t// If the user wants everything in UTC, shift the datestamp\n\t// Optimize for format string that essentially means\n\t// 'return raw UTC (tiddlywiki style) date string.'\n\tif(t.indexOf(\"[UTC]\") == 0 ) {\n\t\tif(t == \"[UTC]YYYY0MM0DD0hh0mm0ssXXX\")\n\t\t\treturn $tw.utils.stringifyDate(new Date());\n\t\tvar offset = date.getTimezoneOffset() ; // in minutes\n\t\tdate = new Date(date.getTime()+offset*60*1000) ;\n\t\tt = t.substr(5) ;\n\t}\n\twhile(t.length){\n\t\tvar matchString = \"\";\n\t\t$tw.utils.each(matches, function(m) {\n\t\t\tvar match = m[0].exec(t);\n\t\t\tif(match) {\n\t\t\t\tmatchString = m[1].call();\n\t\t\t\tt = t.substr(match[0].length);\n\t\t\t\treturn false;\n\t\t\t}\n\t\t});\n\t\tif(matchString) {\n\t\t\tresult += matchString;\n\t\t} else {\n\t\t\tresult += t.charAt(0);\n\t\t\tt = t.substr(1);\n\t\t}\n\t}\n\tresult = result.replace(/\\\\(.)/g,\"$1\");\n\treturn result;\n};\n\nexports.getAmPm = function(date) {\n\treturn $tw.language.getString(\"Date/Period/\" + (date.getHours() >= 12 ? \"pm\" : \"am\"));\n};\n\nexports.getDaySuffix = function(date) {\n\treturn $tw.language.getString(\"Date/DaySuffix/\" + date.getDate());\n};\n\nexports.getWeek = function(date) {\n\tvar dt = new Date(date.getTime());\n\tvar d = dt.getDay();\n\tif(d === 0) {\n\t\td = 7; // JavaScript Sun=0, ISO Sun=7\n\t}\n\tdt.setTime(dt.getTime() + (4 - d) * 86400000);// shift day to Thurs of same week to calculate weekNo\n\tvar x = new Date(dt.getFullYear(),0,1);\n\tvar n = Math.floor((dt.getTime() - x.getTime()) / 86400000);\n\treturn Math.floor(n / 7) + 1;\n};\n\nexports.getYearForWeekNo = function(date) {\n\tvar dt = new Date(date.getTime());\n\tvar d = dt.getDay();\n\tif(d === 0) {\n\t\td = 7; // JavaScript Sun=0, ISO Sun=7\n\t}\n\tdt.setTime(dt.getTime() + (4 - d) * 86400000);// shift day to Thurs of same week\n\treturn dt.getFullYear();\n};\n\nexports.getHours12 = function(date) {\n\tvar h = date.getHours();\n\treturn h > 12 ? h-12 : ( h > 0 ? h : 12 );\n};\n\n/*\nConvert a date delta in milliseconds into a string representation of \"23 seconds ago\", \"27 minutes ago\" etc.\n\tdelta: delta in milliseconds\nReturns an object with these members:\n\tdescription: string describing the delta period\n\tupdatePeriod: time in millisecond until the string will be inaccurate\n*/\nexports.getRelativeDate = function(delta) {\n\tvar futurep = false;\n\tif(delta < 0) {\n\t\tdelta = -1 * delta;\n\t\tfuturep = true;\n\t}\n\tvar units = [\n\t\t{name: \"Years\", duration: 365 * 24 * 60 * 60 * 1000},\n\t\t{name: \"Months\", duration: (365/12) * 24 * 60 * 60 * 1000},\n\t\t{name: \"Days\", duration: 24 * 60 * 60 * 1000},\n\t\t{name: \"Hours\", duration: 60 * 60 * 1000},\n\t\t{name: \"Minutes\", duration: 60 * 1000},\n\t\t{name: \"Seconds\", duration: 1000}\n\t];\n\tfor(var t=0; t<units.length; t++) {\n\t\tvar result = Math.floor(delta / units[t].duration);\n\t\tif(result >= 2) {\n\t\t\treturn {\n\t\t\t\tdelta: delta,\n\t\t\t\tdescription: $tw.language.getString(\n\t\t\t\t\t\"RelativeDate/\" + (futurep ? \"Future\" : \"Past\") + \"/\" + units[t].name,\n\t\t\t\t\t{variables:\n\t\t\t\t\t\t{period: result.toString()}\n\t\t\t\t\t}\n\t\t\t\t),\n\t\t\t\tupdatePeriod: units[t].duration\n\t\t\t};\n\t\t}\n\t}\n\treturn {\n\t\tdelta: delta,\n\t\tdescription: $tw.language.getString(\n\t\t\t\"RelativeDate/\" + (futurep ? \"Future\" : \"Past\") + \"/Second\",\n\t\t\t{variables:\n\t\t\t\t{period: \"1\"}\n\t\t\t}\n\t\t),\n\t\tupdatePeriod: 1000\n\t};\n};\n\n// Convert & to \"&\", < to \"<\", > to \">\", \" to \""\"\nexports.htmlEncode = function(s) {\n\tif(s) {\n\t\treturn s.toString().replace(/&/mg,\"&\").replace(/</mg,\"<\").replace(/>/mg,\">\").replace(/\\\"/mg,\""\");\n\t} else {\n\t\treturn \"\";\n\t}\n};\n\n// Converts all HTML entities to their character equivalents\nexports.entityDecode = function(s) {\n\tvar converter = String.fromCodePoint || String.fromCharCode,\n\t\te = s.substr(1,s.length-2), // Strip the & and the ;\n\t\tc;\n\tif(e.charAt(0) === \"#\") {\n\t\tif(e.charAt(1) === \"x\" || e.charAt(1) === \"X\") {\n\t\t\tc = parseInt(e.substr(2),16);\n\t\t} else {\n\t\t\tc = parseInt(e.substr(1),10);\n\t\t}\n\t\tif(isNaN(c)) {\n\t\t\treturn s;\n\t\t} else {\n\t\t\treturn converter(c);\n\t\t}\n\t} else {\n\t\tc = $tw.config.htmlEntities[e];\n\t\tif(c) {\n\t\t\treturn converter(c);\n\t\t} else {\n\t\t\treturn s; // Couldn't convert it as an entity, just return it raw\n\t\t}\n\t}\n};\n\nexports.unescapeLineBreaks = function(s) {\n\treturn s.replace(/\\\\n/mg,\"\\n\").replace(/\\\\b/mg,\" \").replace(/\\\\s/mg,\"\\\\\").replace(/\\r/mg,\"\");\n};\n\n/*\n * Returns an escape sequence for given character. Uses \\x for characters <=\n * 0xFF to save space, \\u for the rest.\n *\n * The code needs to be in sync with th code template in the compilation\n * function for \"action\" nodes.\n */\n// Copied from peg.js, thanks to David Majda\nexports.escape = function(ch) {\n\tvar charCode = ch.charCodeAt(0);\n\tif(charCode <= 0xFF) {\n\t\treturn '\\\\x' + $tw.utils.pad(charCode.toString(16).toUpperCase());\n\t} else {\n\t\treturn '\\\\u' + $tw.utils.pad(charCode.toString(16).toUpperCase(),4);\n\t}\n};\n\n// Turns a string into a legal JavaScript string\n// Copied from peg.js, thanks to David Majda\nexports.stringify = function(s) {\n\t/*\n\t* ECMA-262, 5th ed., 7.8.4: All characters may appear literally in a string\n\t* literal except for the closing quote character, backslash, carriage return,\n\t* line separator, paragraph separator, and line feed. Any character may\n\t* appear in the form of an escape sequence.\n\t*\n\t* For portability, we also escape all non-ASCII characters.\n\t*/\n\treturn (s || \"\")\n\t\t.replace(/\\\\/g, '\\\\\\\\') // backslash\n\t\t.replace(/\"/g, '\\\\\"') // double quote character\n\t\t.replace(/'/g, \"\\\\'\") // single quote character\n\t\t.replace(/\\r/g, '\\\\r') // carriage return\n\t\t.replace(/\\n/g, '\\\\n') // line feed\n\t\t.replace(/[\\x00-\\x1f\\x80-\\uFFFF]/g, exports.escape); // non-ASCII characters\n};\n\n// Turns a string into a legal JSON string\n// Derived from peg.js, thanks to David Majda\nexports.jsonStringify = function(s) {\n\t// See http://www.json.org/\n\treturn (s || \"\")\n\t\t.replace(/\\\\/g, '\\\\\\\\') // backslash\n\t\t.replace(/\"/g, '\\\\\"') // double quote character\n\t\t.replace(/\\r/g, '\\\\r') // carriage return\n\t\t.replace(/\\n/g, '\\\\n') // line feed\n\t\t.replace(/\\x08/g, '\\\\b') // backspace\n\t\t.replace(/\\x0c/g, '\\\\f') // formfeed\n\t\t.replace(/\\t/g, '\\\\t') // tab\n\t\t.replace(/[\\x00-\\x1f\\x80-\\uFFFF]/g,function(s) {\n\t\t\treturn '\\\\u' + $tw.utils.pad(s.charCodeAt(0).toString(16).toUpperCase(),4);\n\t\t}); // non-ASCII characters\n};\n\n/*\nEscape the RegExp special characters with a preceding backslash\n*/\nexports.escapeRegExp = function(s) {\n return s.replace(/[\\-\\/\\\\\\^\\$\\*\\+\\?\\.\\(\\)\\|\\[\\]\\{\\}]/g, '\\\\$&');\n};\n\n// Checks whether a link target is external, i.e. not a tiddler title\nexports.isLinkExternal = function(to) {\n\tvar externalRegExp = /^(?:file|http|https|mailto|ftp|irc|news|data|skype):[^\\s<>{}\\[\\]`|\"\\\\^]+(?:\\/|\\b)/i;\n\treturn externalRegExp.test(to);\n};\n\nexports.nextTick = function(fn) {\n/*global window: false */\n\tif(typeof process === \"undefined\") {\n\t\t// Apparently it would be faster to use postMessage - http://dbaron.org/log/20100309-faster-timeouts\n\t\twindow.setTimeout(fn,4);\n\t} else {\n\t\tprocess.nextTick(fn);\n\t}\n};\n\n/*\nConvert a hyphenated CSS property name into a camel case one\n*/\nexports.unHyphenateCss = function(propName) {\n\treturn propName.replace(/-([a-z])/gi, function(match0,match1) {\n\t\treturn match1.toUpperCase();\n\t});\n};\n\n/*\nConvert a camelcase CSS property name into a dashed one (\"backgroundColor\" --> \"background-color\")\n*/\nexports.hyphenateCss = function(propName) {\n\treturn propName.replace(/([A-Z])/g, function(match0,match1) {\n\t\treturn \"-\" + match1.toLowerCase();\n\t});\n};\n\n/*\nParse a text reference of one of these forms:\n* title\n* !!field\n* title!!field\n* title##index\n* etc\nReturns an object with the following fields, all optional:\n* title: tiddler title\n* field: tiddler field name\n* index: JSON property index\n*/\nexports.parseTextReference = function(textRef) {\n\t// Separate out the title, field name and/or JSON indices\n\tvar reTextRef = /(?:(.*?)!!(.+))|(?:(.*?)##(.+))|(.*)/mg,\n\t\tmatch = reTextRef.exec(textRef),\n\t\tresult = {};\n\tif(match && reTextRef.lastIndex === textRef.length) {\n\t\t// Return the parts\n\t\tif(match[1]) {\n\t\t\tresult.title = match[1];\n\t\t}\n\t\tif(match[2]) {\n\t\t\tresult.field = match[2];\n\t\t}\n\t\tif(match[3]) {\n\t\t\tresult.title = match[3];\n\t\t}\n\t\tif(match[4]) {\n\t\t\tresult.index = match[4];\n\t\t}\n\t\tif(match[5]) {\n\t\t\tresult.title = match[5];\n\t\t}\n\t} else {\n\t\t// If we couldn't parse it\n\t\tresult.title = textRef\n\t}\n\treturn result;\n};\n\n/*\nChecks whether a string is a valid fieldname\n*/\nexports.isValidFieldName = function(name) {\n\tif(!name || typeof name !== \"string\") {\n\t\treturn false;\n\t}\n\tname = name.toLowerCase().trim();\n\tvar fieldValidatorRegEx = /^[a-z0-9\\-\\._]+$/mg;\n\treturn fieldValidatorRegEx.test(name);\n};\n\n/*\nExtract the version number from the meta tag or from the boot file\n*/\n\n// Browser version\nexports.extractVersionInfo = function() {\n\tif($tw.packageInfo) {\n\t\treturn $tw.packageInfo.version;\n\t} else {\n\t\tvar metatags = document.getElementsByTagName(\"meta\");\n\t\tfor(var t=0; t<metatags.length; t++) {\n\t\t\tvar m = metatags[t];\n\t\t\tif(m.name === \"tiddlywiki-version\") {\n\t\t\t\treturn m.content;\n\t\t\t}\n\t\t}\n\t}\n\treturn null;\n};\n\n/*\nGet the animation duration in ms\n*/\nexports.getAnimationDuration = function() {\n\treturn parseInt($tw.wiki.getTiddlerText(\"$:/config/AnimationDuration\",\"400\"),10) || 0;\n};\n\n/*\nHash a string to a number\nDerived from http://stackoverflow.com/a/15710692\n*/\nexports.hashString = function(str) {\n\treturn str.split(\"\").reduce(function(a,b) {\n\t\ta = ((a << 5) - a) + b.charCodeAt(0);\n\t\treturn a & a;\n\t},0);\n};\n\n/*\nDecode a base64 string\n*/\nexports.base64Decode = function(string64) {\n\treturn base64utf8.base64.decode.call(base64utf8,string64);\n};\n\n/*\nEncode a string to base64\n*/\nexports.base64Encode = function(string64) {\n\treturn base64utf8.base64.encode.call(base64utf8,string64);\n};\n\n/*\nConvert a hashmap into a tiddler dictionary format sequence of name:value pairs\n*/\nexports.makeTiddlerDictionary = function(data) {\n\tvar output = [];\n\tfor(var name in data) {\n\t\toutput.push(name + \": \" + data[name]);\n\t}\n\treturn output.join(\"\\n\");\n};\n\n/*\nHigh resolution microsecond timer for profiling\n*/\nexports.timer = function(base) {\n\tvar m;\n\tif($tw.node) {\n\t\tvar r = process.hrtime();\n\t\tm = r[0] * 1e3 + (r[1] / 1e6);\n\t} else if(window.performance) {\n\t\tm = performance.now();\n\t} else {\n\t\tm = Date.now();\n\t}\n\tif(typeof base !== \"undefined\") {\n\t\tm = m - base;\n\t}\n\treturn m;\n};\n\n/*\nConvert text and content type to a data URI\n*/\nexports.makeDataUri = function(text,type) {\n\ttype = type || \"text/vnd.tiddlywiki\";\n\tvar typeInfo = $tw.config.contentTypeInfo[type] || $tw.config.contentTypeInfo[\"text/plain\"],\n\t\tisBase64 = typeInfo.encoding === \"base64\",\n\t\tparts = [];\n\tparts.push(\"data:\");\n\tparts.push(type);\n\tparts.push(isBase64 ? \";base64\" : \"\");\n\tparts.push(\",\");\n\tparts.push(isBase64 ? text : encodeURIComponent(text));\n\treturn parts.join(\"\");\n};\n\n/*\nUseful for finding out the fully escaped CSS selector equivalent to a given tag. For example:\n\n$tw.utils.tagToCssSelector(\"$:/tags/Stylesheet\") --> tc-tagged-\\%24\\%3A\\%2Ftags\\%2FStylesheet\n*/\nexports.tagToCssSelector = function(tagName) {\n\treturn \"tc-tagged-\" + encodeURIComponent(tagName).replace(/[!\"#$%&'()*+,\\-./:;<=>?@[\\\\\\]^`{\\|}~,]/mg,function(c) {\n\t\treturn \"\\\\\" + c;\n\t});\n};\n\n/*\nIE does not have sign function\n*/\nexports.sign = Math.sign || function(x) {\n\tx = +x; // convert to a number\n\tif (x === 0 || isNaN(x)) {\n\t\treturn x;\n\t}\n\treturn x > 0 ? 1 : -1;\n};\n\n/*\nIE does not have an endsWith function\n*/\nexports.strEndsWith = function(str,ending,position) {\n\tif(str.endsWith) {\n\t\treturn str.endsWith(ending,position);\n\t} else {\n\t\tif (typeof position !== 'number' || !isFinite(position) || Math.floor(position) !== position || position > str.length) {\n\t\t\tposition = str.length;\n\t\t}\n\t\tposition -= ending.length;\n\t\tvar lastIndex = str.indexOf(ending, position);\n\t\treturn lastIndex !== -1 && lastIndex === position;\n\t}\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "utils"
},
"$:/core/modules/widgets/action-createtiddler.js": {
"title": "$:/core/modules/widgets/action-createtiddler.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/action-createtiddler.js\ntype: application/javascript\nmodule-type: widget\n\nAction widget to create a new tiddler with a unique name and specified fields.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar CreateTiddlerWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nCreateTiddlerWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nCreateTiddlerWidget.prototype.render = function(parent,nextSibling) {\n\tthis.computeAttributes();\n\tthis.execute();\n};\n\n/*\nCompute the internal state of the widget\n*/\nCreateTiddlerWidget.prototype.execute = function() {\n\tthis.actionBaseTitle = this.getAttribute(\"$basetitle\");\n\tthis.actionSaveTitle = this.getAttribute(\"$savetitle\");\n\tthis.actionSaveDraftTitle = this.getAttribute(\"$savedrafttitle\");\n\tthis.actionTimestamp = this.getAttribute(\"$timestamp\",\"yes\") === \"yes\";\n};\n\n/*\nRefresh the widget by ensuring our attributes are up to date\n*/\nCreateTiddlerWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif($tw.utils.count(changedAttributes) > 0) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t}\n\treturn this.refreshChildren(changedTiddlers);\n};\n\n/*\nInvoke the action associated with this widget\n*/\nCreateTiddlerWidget.prototype.invokeAction = function(triggeringWidget,event) {\n\tvar title = this.wiki.generateNewTitle(this.actionBaseTitle),\n\t\tfields = {},\n\t\tcreationFields,\n\t\tmodificationFields;\n\t$tw.utils.each(this.attributes,function(attribute,name) {\n\t\tif(name.charAt(0) !== \"$\") {\n\t\t\tfields[name] = attribute;\n\t\t}\n\t});\n\tif(this.actionTimestamp) {\n\t\tcreationFields = this.wiki.getCreationFields();\n\t\tmodificationFields = this.wiki.getModificationFields();\n\t}\n\tvar tiddler = this.wiki.addTiddler(new $tw.Tiddler(creationFields,fields,modificationFields,{title: title}));\n\tif(this.actionSaveTitle) {\n\t\tthis.wiki.setTextReference(this.actionSaveTitle,title,this.getVariable(\"currentTiddler\"));\n\t}\n\tif(this.actionSaveDraftTitle) {\n\t\tthis.wiki.setTextReference(this.actionSaveDraftTitle,this.wiki.generateDraftTitle(title),this.getVariable(\"currentTiddler\"));\n\t}\n\treturn true; // Action was invoked\n};\n\nexports[\"action-createtiddler\"] = CreateTiddlerWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/action-deletefield.js": {
"title": "$:/core/modules/widgets/action-deletefield.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/action-deletefield.js\ntype: application/javascript\nmodule-type: widget\n\nAction widget to delete fields of a tiddler.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar DeleteFieldWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nDeleteFieldWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nDeleteFieldWidget.prototype.render = function(parent,nextSibling) {\n\tthis.computeAttributes();\n\tthis.execute();\n};\n\n/*\nCompute the internal state of the widget\n*/\nDeleteFieldWidget.prototype.execute = function() {\n\tthis.actionTiddler = this.getAttribute(\"$tiddler\",this.getVariable(\"currentTiddler\"));\n\tthis.actionField = this.getAttribute(\"$field\");\n};\n\n/*\nRefresh the widget by ensuring our attributes are up to date\n*/\nDeleteFieldWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes[\"$tiddler\"]) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t}\n\treturn this.refreshChildren(changedTiddlers);\n};\n\n/*\nInvoke the action associated with this widget\n*/\nDeleteFieldWidget.prototype.invokeAction = function(triggeringWidget,event) {\n\tvar self = this,\n\t\ttiddler = this.wiki.getTiddler(self.actionTiddler),\n\t\tremoveFields = {},\n\t\thasChanged = false;\n\tif(this.actionField && tiddler) {\n\t\tremoveFields[this.actionField] = undefined;\n\t\tif(this.actionField in tiddler.fields) {\n\t\t\thasChanged = true;\n\t\t}\n\t}\n\tif(tiddler) {\n\t\t$tw.utils.each(this.attributes,function(attribute,name) {\n\t\t\tif(name.charAt(0) !== \"$\" && name !== \"title\") {\n\t\t\t\tremoveFields[name] = undefined;\n\t\t\t\thasChanged = true;\n\t\t\t}\n\t\t});\n\t\tif(hasChanged) {\n\t\t\tthis.wiki.addTiddler(new $tw.Tiddler(this.wiki.getCreationFields(),tiddler,removeFields,this.wiki.getModificationFields()));\t\t\t\n\t\t}\n\t}\n\treturn true; // Action was invoked\n};\n\nexports[\"action-deletefield\"] = DeleteFieldWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/action-deletetiddler.js": {
"title": "$:/core/modules/widgets/action-deletetiddler.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/action-deletetiddler.js\ntype: application/javascript\nmodule-type: widget\n\nAction widget to delete a tiddler.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar DeleteTiddlerWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nDeleteTiddlerWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nDeleteTiddlerWidget.prototype.render = function(parent,nextSibling) {\n\tthis.computeAttributes();\n\tthis.execute();\n};\n\n/*\nCompute the internal state of the widget\n*/\nDeleteTiddlerWidget.prototype.execute = function() {\n\tthis.actionFilter = this.getAttribute(\"$filter\");\n\tthis.actionTiddler = this.getAttribute(\"$tiddler\");\n};\n\n/*\nRefresh the widget by ensuring our attributes are up to date\n*/\nDeleteTiddlerWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes[\"$filter\"] || changedAttributes[\"$tiddler\"]) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t}\n\treturn this.refreshChildren(changedTiddlers);\n};\n\n/*\nInvoke the action associated with this widget\n*/\nDeleteTiddlerWidget.prototype.invokeAction = function(triggeringWidget,event) {\n\tvar tiddlers = [];\n\tif(this.actionFilter) {\n\t\ttiddlers = this.wiki.filterTiddlers(this.actionFilter,this);\n\t}\n\tif(this.actionTiddler) {\n\t\ttiddlers.push(this.actionTiddler);\n\t}\n\tfor(var t=0; t<tiddlers.length; t++) {\n\t\tthis.wiki.deleteTiddler(tiddlers[t]);\n\t}\n\treturn true; // Action was invoked\n};\n\nexports[\"action-deletetiddler\"] = DeleteTiddlerWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/action-listops.js": {
"title": "$:/core/modules/widgets/action-listops.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/action-listops.js\ntype: application/javascript\nmodule-type: widget\n\nAction widget to apply list operations to any tiddler field (defaults to the 'list' field of the current tiddler)\n\n\\*/\n(function() {\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\nvar ActionListopsWidget = function(parseTreeNode, options) {\n\tthis.initialise(parseTreeNode, options);\n};\n/**\n * Inherit from the base widget class\n */\nActionListopsWidget.prototype = new Widget();\n/**\n * Render this widget into the DOM\n */\nActionListopsWidget.prototype.render = function(parent, nextSibling) {\n\tthis.computeAttributes();\n\tthis.execute();\n};\n/**\n * Compute the internal state of the widget\n */\nActionListopsWidget.prototype.execute = function() {\n\t// Get our parameters\n\tthis.target = this.getAttribute(\"$tiddler\", this.getVariable(\n\t\t\"currentTiddler\"));\n\tthis.filter = this.getAttribute(\"$filter\");\n\tthis.subfilter = this.getAttribute(\"$subfilter\");\n\tthis.listField = this.getAttribute(\"$field\", \"list\");\n\tthis.listIndex = this.getAttribute(\"$index\");\n\tthis.filtertags = this.getAttribute(\"$tags\");\n};\n/**\n * \tRefresh the widget by ensuring our attributes are up to date\n */\nActionListopsWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.$tiddler || changedAttributes.$filter ||\n\t\tchangedAttributes.$subfilter || changedAttributes.$field ||\n\t\tchangedAttributes.$index || changedAttributes.$tags) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t}\n\treturn this.refreshChildren(changedTiddlers);\n};\n/**\n * \tInvoke the action associated with this widget\n */\nActionListopsWidget.prototype.invokeAction = function(triggeringWidget,\n\tevent) {\n\t//Apply the specified filters to the lists\n\tvar field = this.listField,\n\t\tindex,\n\t\ttype = \"!!\",\n\t\tlist = this.listField;\n\tif(this.listIndex) {\n\t\tfield = undefined;\n\t\tindex = this.listIndex;\n\t\ttype = \"##\";\n\t\tlist = this.listIndex;\n\t}\n\tif(this.filter) {\n\t\tthis.wiki.setText(this.target, field, index, $tw.utils.stringifyList(\n\t\t\tthis.wiki\n\t\t\t.filterTiddlers(this.filter, this)));\n\t}\n\tif(this.subfilter) {\n\t\tvar subfilter = \"[list[\" + this.target + type + list + \"]] \" + this.subfilter;\n\t\tthis.wiki.setText(this.target, field, index, $tw.utils.stringifyList(\n\t\t\tthis.wiki\n\t\t\t.filterTiddlers(subfilter, this)));\n\t}\n\tif(this.filtertags) {\n\t\tvar tiddler = this.wiki.getTiddler(this.target),\n\t\t\toldtags = tiddler ? (tiddler.fields.tags || []).slice(0) : [],\n\t\t\ttagfilter = \"[list[\" + this.target + \"!!tags]] \" + this.filtertags,\n\t\t\tnewtags = this.wiki.filterTiddlers(tagfilter,this);\n\t\tif($tw.utils.stringifyList(oldtags.sort()) !== $tw.utils.stringifyList(newtags.sort())) {\n\t\t\tthis.wiki.setText(this.target,\"tags\",undefined,$tw.utils.stringifyList(newtags));\t\t\t\n\t\t}\n\t}\n\treturn true; // Action was invoked\n};\n\nexports[\"action-listops\"] = ActionListopsWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/action-navigate.js": {
"title": "$:/core/modules/widgets/action-navigate.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/action-navigate.js\ntype: application/javascript\nmodule-type: widget\n\nAction widget to navigate to a tiddler\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar NavigateWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nNavigateWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nNavigateWidget.prototype.render = function(parent,nextSibling) {\n\tthis.computeAttributes();\n\tthis.execute();\n};\n\n/*\nCompute the internal state of the widget\n*/\nNavigateWidget.prototype.execute = function() {\n\tthis.actionTo = this.getAttribute(\"$to\");\n\tthis.actionScroll = this.getAttribute(\"$scroll\");\n};\n\n/*\nRefresh the widget by ensuring our attributes are up to date\n*/\nNavigateWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes[\"$to\"] || changedAttributes[\"$scroll\"]) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t}\n\treturn this.refreshChildren(changedTiddlers);\n};\n\n/*\nInvoke the action associated with this widget\n*/\nNavigateWidget.prototype.invokeAction = function(triggeringWidget,event) {\n\tevent = event || {};\n\tvar bounds = triggeringWidget && triggeringWidget.getBoundingClientRect && triggeringWidget.getBoundingClientRect(),\n\t\tsuppressNavigation = event.metaKey || event.ctrlKey || (event.button === 1);\n\tif(this.actionScroll === \"yes\") {\n\t\tsuppressNavigation = false;\n\t} else if(this.actionScroll === \"no\") {\n\t\tsuppressNavigation = true;\n\t}\n\tthis.dispatchEvent({\n\t\ttype: \"tm-navigate\",\n\t\tnavigateTo: this.actionTo === undefined ? this.getVariable(\"currentTiddler\") : this.actionTo,\n\t\tnavigateFromTitle: this.getVariable(\"storyTiddler\"),\n\t\tnavigateFromNode: triggeringWidget,\n\t\tnavigateFromClientRect: bounds && { top: bounds.top, left: bounds.left, width: bounds.width, right: bounds.right, bottom: bounds.bottom, height: bounds.height\n\t\t},\n\t\tnavigateSuppressNavigation: suppressNavigation\n\t});\n\treturn true; // Action was invoked\n};\n\nexports[\"action-navigate\"] = NavigateWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/action-sendmessage.js": {
"title": "$:/core/modules/widgets/action-sendmessage.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/action-sendmessage.js\ntype: application/javascript\nmodule-type: widget\n\nAction widget to send a message\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar SendMessageWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nSendMessageWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nSendMessageWidget.prototype.render = function(parent,nextSibling) {\n\tthis.computeAttributes();\n\tthis.execute();\n};\n\n/*\nCompute the internal state of the widget\n*/\nSendMessageWidget.prototype.execute = function() {\n\tthis.actionMessage = this.getAttribute(\"$message\");\n\tthis.actionParam = this.getAttribute(\"$param\");\n\tthis.actionName = this.getAttribute(\"$name\");\n\tthis.actionValue = this.getAttribute(\"$value\",\"\");\n};\n\n/*\nRefresh the widget by ensuring our attributes are up to date\n*/\nSendMessageWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(Object.keys(changedAttributes).length) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t}\n\treturn this.refreshChildren(changedTiddlers);\n};\n\n/*\nInvoke the action associated with this widget\n*/\nSendMessageWidget.prototype.invokeAction = function(triggeringWidget,event) {\n\t// Get the string parameter\n\tvar param = this.actionParam;\n\t// Assemble the attributes as a hashmap\n\tvar paramObject = Object.create(null);\n\tvar count = 0;\n\t$tw.utils.each(this.attributes,function(attribute,name) {\n\t\tif(name.charAt(0) !== \"$\") {\n\t\t\tparamObject[name] = attribute;\n\t\t\tcount++;\n\t\t}\n\t});\n\t// Add name/value pair if present\n\tif(this.actionName) {\n\t\tparamObject[this.actionName] = this.actionValue;\n\t}\n\t// Dispatch the message\n\tthis.dispatchEvent({\n\t\ttype: this.actionMessage,\n\t\tparam: param,\n\t\tparamObject: paramObject,\n\t\ttiddlerTitle: this.getVariable(\"currentTiddler\"),\n\t\tnavigateFromTitle: this.getVariable(\"storyTiddler\"),\n\t\tevent: event\n\t});\n\treturn true; // Action was invoked\n};\n\nexports[\"action-sendmessage\"] = SendMessageWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/action-setfield.js": {
"title": "$:/core/modules/widgets/action-setfield.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/action-setfield.js\ntype: application/javascript\nmodule-type: widget\n\nAction widget to set a single field or index on a tiddler.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar SetFieldWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nSetFieldWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nSetFieldWidget.prototype.render = function(parent,nextSibling) {\n\tthis.computeAttributes();\n\tthis.execute();\n};\n\n/*\nCompute the internal state of the widget\n*/\nSetFieldWidget.prototype.execute = function() {\n\tthis.actionTiddler = this.getAttribute(\"$tiddler\",this.getVariable(\"currentTiddler\"));\n\tthis.actionField = this.getAttribute(\"$field\");\n\tthis.actionIndex = this.getAttribute(\"$index\");\n\tthis.actionValue = this.getAttribute(\"$value\");\n\tthis.actionTimestamp = this.getAttribute(\"$timestamp\",\"yes\") === \"yes\";\n};\n\n/*\nRefresh the widget by ensuring our attributes are up to date\n*/\nSetFieldWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes[\"$tiddler\"] || changedAttributes[\"$field\"] || changedAttributes[\"$index\"] || changedAttributes[\"$value\"]) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t}\n\treturn this.refreshChildren(changedTiddlers);\n};\n\n/*\nInvoke the action associated with this widget\n*/\nSetFieldWidget.prototype.invokeAction = function(triggeringWidget,event) {\n\tvar self = this,\n\t\toptions = {};\n\toptions.suppressTimestamp = !this.actionTimestamp;\n\tif((typeof this.actionField == \"string\") || (typeof this.actionIndex == \"string\") || (typeof this.actionValue == \"string\")) {\n\t\tthis.wiki.setText(this.actionTiddler,this.actionField,this.actionIndex,this.actionValue,options);\n\t}\n\t$tw.utils.each(this.attributes,function(attribute,name) {\n\t\tif(name.charAt(0) !== \"$\") {\n\t\t\tself.wiki.setText(self.actionTiddler,name,undefined,attribute,options);\n\t\t}\n\t});\n\treturn true; // Action was invoked\n};\n\nexports[\"action-setfield\"] = SetFieldWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/browse.js": {
"title": "$:/core/modules/widgets/browse.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/browse.js\ntype: application/javascript\nmodule-type: widget\n\nBrowse widget for browsing for files to import\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar BrowseWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nBrowseWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nBrowseWidget.prototype.render = function(parent,nextSibling) {\n\tvar self = this;\n\t// Remember parent\n\tthis.parentDomNode = parent;\n\t// Compute attributes and execute state\n\tthis.computeAttributes();\n\tthis.execute();\n\t// Create element\n\tvar domNode = this.document.createElement(\"input\");\n\tdomNode.setAttribute(\"type\",\"file\");\n\tif(this.browseMultiple) {\n\t\tdomNode.setAttribute(\"multiple\",\"multiple\");\n\t}\n\tif(this.tooltip) {\n\t\tdomNode.setAttribute(\"title\",this.tooltip);\n\t}\n\t// Nw.js supports \"nwsaveas\" to force a \"save as\" dialogue that allows a new or existing file to be selected\n\tif(this.nwsaveas) {\n\t\tdomNode.setAttribute(\"nwsaveas\",this.nwsaveas);\n\t}\n\t// Nw.js supports \"webkitdirectory\" and \"nwdirectory\" to allow a directory to be selected\n\tif(this.webkitdirectory) {\n\t\tdomNode.setAttribute(\"webkitdirectory\",this.webkitdirectory);\n\t}\n\tif(this.nwdirectory) {\n\t\tdomNode.setAttribute(\"nwdirectory\",this.nwdirectory);\n\t}\n\t// Add a click event handler\n\tdomNode.addEventListener(\"change\",function (event) {\n\t\tif(self.message) {\n\t\t\tself.dispatchEvent({type: self.message, param: self.param, files: event.target.files});\n\t\t} else {\n\t\t\tself.wiki.readFiles(event.target.files,{\n\t\t\t\tcallback: function(tiddlerFieldsArray) {\n\t\t\t\t\tself.dispatchEvent({type: \"tm-import-tiddlers\", param: JSON.stringify(tiddlerFieldsArray)});\n\t\t\t\t},\n\t\t\t\tdeserializer: self.deserializer\n\t\t\t});\n\t\t}\n\t\treturn false;\n\t},false);\n\t// Insert element\n\tparent.insertBefore(domNode,nextSibling);\n\tthis.renderChildren(domNode,null);\n\tthis.domNodes.push(domNode);\n};\n\n/*\nCompute the internal state of the widget\n*/\nBrowseWidget.prototype.execute = function() {\n\tthis.browseMultiple = this.getAttribute(\"multiple\");\n\tthis.deserializer = this.getAttribute(\"deserializer\");\n\tthis.message = this.getAttribute(\"message\");\n\tthis.param = this.getAttribute(\"param\");\n\tthis.tooltip = this.getAttribute(\"tooltip\");\n\tthis.nwsaveas = this.getAttribute(\"nwsaveas\");\n\tthis.webkitdirectory = this.getAttribute(\"webkitdirectory\");\n\tthis.nwdirectory = this.getAttribute(\"nwdirectory\");\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nBrowseWidget.prototype.refresh = function(changedTiddlers) {\n\treturn false;\n};\n\nexports.browse = BrowseWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/button.js": {
"title": "$:/core/modules/widgets/button.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/button.js\ntype: application/javascript\nmodule-type: widget\n\nButton widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar ButtonWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nButtonWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nButtonWidget.prototype.render = function(parent,nextSibling) {\n\tvar self = this;\n\t// Remember parent\n\tthis.parentDomNode = parent;\n\t// Compute attributes and execute state\n\tthis.computeAttributes();\n\tthis.execute();\n\t// Create element\n\tvar tag = \"button\";\n\tif(this.buttonTag && $tw.config.htmlUnsafeElements.indexOf(this.buttonTag) === -1) {\n\t\ttag = this.buttonTag;\n\t}\n\tvar domNode = this.document.createElement(tag);\n\t// Assign classes\n\tvar classes = this[\"class\"].split(\" \") || [],\n\t\tisPoppedUp = (this.popup || this.popupTitle) && this.isPoppedUp();\n\tif(this.selectedClass) {\n\t\tif((this.set || this.setTitle) && this.setTo && this.isSelected()) {\n\t\t\t$tw.utils.pushTop(classes,this.selectedClass.split(\" \"));\n\t\t}\n\t\tif(isPoppedUp) {\n\t\t\t$tw.utils.pushTop(classes,this.selectedClass.split(\" \"));\n\t\t}\n\t}\n\tif(isPoppedUp) {\n\t\t$tw.utils.pushTop(classes,\"tc-popup-handle\");\n\t}\n\tdomNode.className = classes.join(\" \");\n\t// Assign other attributes\n\tif(this.style) {\n\t\tdomNode.setAttribute(\"style\",this.style);\n\t}\n\tif(this.tooltip) {\n\t\tdomNode.setAttribute(\"title\",this.tooltip);\n\t}\n\tif(this[\"aria-label\"]) {\n\t\tdomNode.setAttribute(\"aria-label\",this[\"aria-label\"]);\n\t}\n\t// Add a click event handler\n\tdomNode.addEventListener(\"click\",function (event) {\n\t\tvar handled = false;\n\t\tif(self.invokeActions(self,event)) {\n\t\t\thandled = true;\n\t\t}\n\t\tif(self.to) {\n\t\t\tself.navigateTo(event);\n\t\t\thandled = true;\n\t\t}\n\t\tif(self.message) {\n\t\t\tself.dispatchMessage(event);\n\t\t\thandled = true;\n\t\t}\n\t\tif(self.popup || self.popupTitle) {\n\t\t\tself.triggerPopup(event);\n\t\t\thandled = true;\n\t\t}\n\t\tif(self.set || self.setTitle) {\n\t\t\tself.setTiddler();\n\t\t\thandled = true;\n\t\t}\n\t\tif(self.actions) {\n\t\t\tself.invokeActionString(self.actions,self,event);\n\t\t}\n\t\tif(handled) {\n\t\t\tevent.preventDefault();\n\t\t\tevent.stopPropagation();\n\t\t}\n\t\treturn handled;\n\t},false);\n\t// Make it draggable if required\n\tif(this.dragTiddler || this.dragFilter) {\n\t\t$tw.utils.makeDraggable({\n\t\t\tdomNode: domNode,\n\t\t\tdragTiddlerFn: function() {return self.dragTiddler;},\n\t\t\tdragFilterFn: function() {return self.dragFilter;},\n\t\t\twidget: this\n\t\t});\n\t}\n\t// Insert element\n\tparent.insertBefore(domNode,nextSibling);\n\tthis.renderChildren(domNode,null);\n\tthis.domNodes.push(domNode);\n};\n\n/*\nWe don't allow actions to propagate because we trigger actions ourselves\n*/\nButtonWidget.prototype.allowActionPropagation = function() {\n\treturn false;\n};\n\nButtonWidget.prototype.getBoundingClientRect = function() {\n\treturn this.domNodes[0].getBoundingClientRect();\n};\n\nButtonWidget.prototype.isSelected = function() {\n return this.setTitle ? (this.setField ? this.wiki.getTiddler(this.setTitle).getFieldString(this.setField) === this.setTo :\n\t\t(this.setIndex ? this.wiki.extractTiddlerDataItem(this.setTitle,this.setIndex) === this.setTo :\n\t\t\tthis.wiki.getTiddlerText(this.setTitle))) || this.defaultSetValue || this.getVariable(\"currentTiddler\") :\n\t\tthis.wiki.getTextReference(this.set,this.defaultSetValue,this.getVariable(\"currentTiddler\")) === this.setTo;\n};\n\nButtonWidget.prototype.isPoppedUp = function() {\n\tvar tiddler = this.popupTitle ? this.wiki.getTiddler(this.popupTitle) : this.wiki.getTiddler(this.popup);\n\tvar result = tiddler && tiddler.fields.text ? $tw.popup.readPopupState(tiddler.fields.text) : false;\n\treturn result;\n};\n\nButtonWidget.prototype.navigateTo = function(event) {\n\tvar bounds = this.getBoundingClientRect();\n\tthis.dispatchEvent({\n\t\ttype: \"tm-navigate\",\n\t\tnavigateTo: this.to,\n\t\tnavigateFromTitle: this.getVariable(\"storyTiddler\"),\n\t\tnavigateFromNode: this,\n\t\tnavigateFromClientRect: { top: bounds.top, left: bounds.left, width: bounds.width, right: bounds.right, bottom: bounds.bottom, height: bounds.height\n\t\t},\n\t\tnavigateSuppressNavigation: event.metaKey || event.ctrlKey || (event.button === 1),\n\t\tevent: event\n\t});\n};\n\nButtonWidget.prototype.dispatchMessage = function(event) {\n\tthis.dispatchEvent({type: this.message, param: this.param, tiddlerTitle: this.getVariable(\"currentTiddler\"), event: event});\n};\n\nButtonWidget.prototype.triggerPopup = function(event) {\n\tif(this.popupTitle) {\n\t\t$tw.popup.triggerPopup({\n\t\t\tdomNode: this.domNodes[0],\n\t\t\ttitle: this.popupTitle,\n\t\t\twiki: this.wiki,\n\t\t\tnoStateReference: true\n\t\t});\n\t} else {\n\t\t$tw.popup.triggerPopup({\n\t\t\tdomNode: this.domNodes[0],\n\t\t\ttitle: this.popup,\n\t\t\twiki: this.wiki\n\t\t});\n\t}\n};\n\nButtonWidget.prototype.setTiddler = function() {\n\tif(this.setTitle) {\n\t\tthis.setField ? this.wiki.setText(this.setTitle,this.setField,undefined,this.setTo) :\n\t\t\t\t(this.setIndex ? this.wiki.setText(this.setTitle,undefined,this.setIndex,this.setTo) :\n\t\t\t\tthis.wiki.setText(this.setTitle,\"text\",undefined,this.setTo));\n\t} else {\n\t\tthis.wiki.setTextReference(this.set,this.setTo,this.getVariable(\"currentTiddler\"));\n\t}\n};\n\n/*\nCompute the internal state of the widget\n*/\nButtonWidget.prototype.execute = function() {\n\t// Get attributes\n\tthis.actions = this.getAttribute(\"actions\");\n\tthis.to = this.getAttribute(\"to\");\n\tthis.message = this.getAttribute(\"message\");\n\tthis.param = this.getAttribute(\"param\");\n\tthis.set = this.getAttribute(\"set\");\n\tthis.setTo = this.getAttribute(\"setTo\");\n\tthis.popup = this.getAttribute(\"popup\");\n\tthis.hover = this.getAttribute(\"hover\");\n\tthis[\"class\"] = this.getAttribute(\"class\",\"\");\n\tthis[\"aria-label\"] = this.getAttribute(\"aria-label\");\n\tthis.tooltip = this.getAttribute(\"tooltip\");\n\tthis.style = this.getAttribute(\"style\");\n\tthis.selectedClass = this.getAttribute(\"selectedClass\");\n\tthis.defaultSetValue = this.getAttribute(\"default\",\"\");\n\tthis.buttonTag = this.getAttribute(\"tag\");\n\tthis.dragTiddler = this.getAttribute(\"dragTiddler\");\n\tthis.dragFilter = this.getAttribute(\"dragFilter\");\n\tthis.setTitle = this.getAttribute(\"setTitle\");\n\tthis.setField = this.getAttribute(\"setField\");\n\tthis.setIndex = this.getAttribute(\"setIndex\");\n\tthis.popupTitle = this.getAttribute(\"popupTitle\");\n\t// Make child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nButtonWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.to || changedAttributes.message || changedAttributes.param || changedAttributes.set || changedAttributes.setTo || changedAttributes.popup || changedAttributes.hover || changedAttributes[\"class\"] || changedAttributes.selectedClass || changedAttributes.style || changedAttributes.dragFilter || changedAttributes.dragTiddler || (this.set && changedTiddlers[this.set]) || (this.popup && changedTiddlers[this.popup]) || (this.popupTitle && changedTiddlers[this.popupTitle]) || changedAttributes.setTitle || changedAttributes.setField || changedAttributes.setIndex || changedAttributes.popupTitle) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t}\n\treturn this.refreshChildren(changedTiddlers);\n};\n\nexports.button = ButtonWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/checkbox.js": {
"title": "$:/core/modules/widgets/checkbox.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/checkbox.js\ntype: application/javascript\nmodule-type: widget\n\nCheckbox widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar CheckboxWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nCheckboxWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nCheckboxWidget.prototype.render = function(parent,nextSibling) {\n\t// Save the parent dom node\n\tthis.parentDomNode = parent;\n\t// Compute our attributes\n\tthis.computeAttributes();\n\t// Execute our logic\n\tthis.execute();\n\t// Create our elements\n\tthis.labelDomNode = this.document.createElement(\"label\");\n\tthis.labelDomNode.setAttribute(\"class\",this.checkboxClass);\n\tthis.inputDomNode = this.document.createElement(\"input\");\n\tthis.inputDomNode.setAttribute(\"type\",\"checkbox\");\n\tif(this.getValue()) {\n\t\tthis.inputDomNode.setAttribute(\"checked\",\"true\");\n\t}\n\tthis.labelDomNode.appendChild(this.inputDomNode);\n\tthis.spanDomNode = this.document.createElement(\"span\");\n\tthis.labelDomNode.appendChild(this.spanDomNode);\n\t// Add a click event handler\n\t$tw.utils.addEventListeners(this.inputDomNode,[\n\t\t{name: \"change\", handlerObject: this, handlerMethod: \"handleChangeEvent\"}\n\t]);\n\t// Insert the label into the DOM and render any children\n\tparent.insertBefore(this.labelDomNode,nextSibling);\n\tthis.renderChildren(this.spanDomNode,null);\n\tthis.domNodes.push(this.labelDomNode);\n};\n\nCheckboxWidget.prototype.getValue = function() {\n\tvar tiddler = this.wiki.getTiddler(this.checkboxTitle);\n\tif(tiddler) {\n\t\tif(this.checkboxTag) {\n\t\t\tif(this.checkboxInvertTag) {\n\t\t\t\treturn !tiddler.hasTag(this.checkboxTag);\n\t\t\t} else {\n\t\t\t\treturn tiddler.hasTag(this.checkboxTag);\n\t\t\t}\n\t\t}\n\t\tif(this.checkboxField) {\n\t\t\tvar value;\n\t\t\tif($tw.utils.hop(tiddler.fields,this.checkboxField)) {\n\t\t\t\tvalue = tiddler.fields[this.checkboxField] || \"\";\n\t\t\t} else {\n\t\t\t\tvalue = this.checkboxDefault || \"\";\n\t\t\t}\n\t\t\tif(value === this.checkboxChecked) {\n\t\t\t\treturn true;\n\t\t\t}\n\t\t\tif(value === this.checkboxUnchecked) {\n\t\t\t\treturn false;\n\t\t\t}\n\t\t}\n\t\tif(this.checkboxIndex) {\n\t\t\tvar value = this.wiki.extractTiddlerDataItem(tiddler,this.checkboxIndex,this.checkboxDefault || \"\");\n\t\t\tif(value === this.checkboxChecked) {\n\t\t\t\treturn true;\n\t\t\t}\n\t\t\tif(value === this.checkboxUnchecked) {\n\t\t\t\treturn false;\n\t\t\t}\n\t\t}\n\t} else {\n\t\tif(this.checkboxTag) {\n\t\t\treturn false;\n\t\t}\n\t\tif(this.checkboxField) {\n\t\t\tif(this.checkboxDefault === this.checkboxChecked) {\n\t\t\t\treturn true;\n\t\t\t}\n\t\t\tif(this.checkboxDefault === this.checkboxUnchecked) {\n\t\t\t\treturn false;\n\t\t\t}\n\t\t}\n\t}\n\treturn false;\n};\n\nCheckboxWidget.prototype.handleChangeEvent = function(event) {\n\tvar checked = this.inputDomNode.checked,\n\t\ttiddler = this.wiki.getTiddler(this.checkboxTitle),\n\t\tfallbackFields = {text: \"\"},\n\t\tnewFields = {title: this.checkboxTitle},\n\t\thasChanged = false,\n\t\ttagCheck = false,\n\t\thasTag = tiddler && tiddler.hasTag(this.checkboxTag),\n\t\tvalue = checked ? this.checkboxChecked : this.checkboxUnchecked;\n\tif(this.checkboxTag && this.checkboxInvertTag === \"yes\") {\n\t\ttagCheck = hasTag === checked;\n\t} else {\n\t\ttagCheck = hasTag !== checked;\n\t}\n\t// Set the tag if specified\n\tif(this.checkboxTag && (!tiddler || tagCheck)) {\n\t\tnewFields.tags = tiddler ? (tiddler.fields.tags || []).slice(0) : [];\n\t\tvar pos = newFields.tags.indexOf(this.checkboxTag);\n\t\tif(pos !== -1) {\n\t\t\tnewFields.tags.splice(pos,1);\n\t\t}\n\t\tif(this.checkboxInvertTag === \"yes\" && !checked) {\n\t\t\tnewFields.tags.push(this.checkboxTag);\n\t\t} else if(this.checkboxInvertTag !== \"yes\" && checked) {\n\t\t\tnewFields.tags.push(this.checkboxTag);\n\t\t}\n\t\thasChanged = true;\n\t}\n\t// Set the field if specified\n\tif(this.checkboxField) {\n\t\tif(!tiddler || tiddler.fields[this.checkboxField] !== value) {\n\t\t\tnewFields[this.checkboxField] = value;\n\t\t\thasChanged = true;\n\t\t}\n\t}\n\t// Set the index if specified\n\tif(this.checkboxIndex) {\n\t\tvar indexValue = this.wiki.extractTiddlerDataItem(this.checkboxTitle,this.checkboxIndex);\n\t\tif(!tiddler || indexValue !== value) {\n\t\t\thasChanged = true;\n\t\t}\n\t}\n\tif(hasChanged) {\n\t\tif(this.checkboxIndex) {\n\t\t\tthis.wiki.setText(this.checkboxTitle,\"\",this.checkboxIndex,value);\n\t\t} else {\n\t\t\tthis.wiki.addTiddler(new $tw.Tiddler(this.wiki.getCreationFields(),fallbackFields,tiddler,newFields,this.wiki.getModificationFields()));\n\t\t}\n\t}\n\t// Trigger actions\n\tif(this.checkboxActions) {\n\t\tthis.invokeActionString(this.checkboxActions,this,event);\n\t}\n\tif(this.checkboxCheckActions && checked) {\n\t\tthis.invokeActionString(this.checkboxCheckActions,this,event);\n\t}\n\tif(this.checkboxUncheckActions && !checked) {\n\t\tthis.invokeActionString(this.checkboxUncheckActions,this,event);\n\t}\n};\n\n/*\nCompute the internal state of the widget\n*/\nCheckboxWidget.prototype.execute = function() {\n\t// Get the parameters from the attributes\n\tthis.checkboxActions = this.getAttribute(\"actions\");\n\tthis.checkboxCheckActions = this.getAttribute(\"checkactions\");\n\tthis.checkboxUncheckActions = this.getAttribute(\"uncheckactions\");\n\tthis.checkboxTitle = this.getAttribute(\"tiddler\",this.getVariable(\"currentTiddler\"));\n\tthis.checkboxTag = this.getAttribute(\"tag\");\n\tthis.checkboxField = this.getAttribute(\"field\");\n\tthis.checkboxIndex = this.getAttribute(\"index\");\n\tthis.checkboxChecked = this.getAttribute(\"checked\");\n\tthis.checkboxUnchecked = this.getAttribute(\"unchecked\");\n\tthis.checkboxDefault = this.getAttribute(\"default\");\n\tthis.checkboxClass = this.getAttribute(\"class\",\"\");\n\tthis.checkboxInvertTag = this.getAttribute(\"invertTag\",\"\");\n\t// Make the child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nCheckboxWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.tiddler || changedAttributes.tag || changedAttributes.invertTag || changedAttributes.field || changedAttributes.index || changedAttributes.checked || changedAttributes.unchecked || changedAttributes[\"default\"] || changedAttributes[\"class\"]) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\tvar refreshed = false;\n\t\tif(changedTiddlers[this.checkboxTitle]) {\n\t\t\tthis.inputDomNode.checked = this.getValue();\n\t\t\trefreshed = true;\n\t\t}\n\t\treturn this.refreshChildren(changedTiddlers) || refreshed;\n\t}\n};\n\nexports.checkbox = CheckboxWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/codeblock.js": {
"title": "$:/core/modules/widgets/codeblock.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/codeblock.js\ntype: application/javascript\nmodule-type: widget\n\nCode block node widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar CodeBlockWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nCodeBlockWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nCodeBlockWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tvar codeNode = this.document.createElement(\"code\"),\n\t\tdomNode = this.document.createElement(\"pre\");\n\tcodeNode.appendChild(this.document.createTextNode(this.getAttribute(\"code\")));\n\tdomNode.appendChild(codeNode);\n\tparent.insertBefore(domNode,nextSibling);\n\tthis.domNodes.push(domNode);\n\tif(this.postRender) {\n\t\tthis.postRender();\n\t}\n};\n\n/*\nCompute the internal state of the widget\n*/\nCodeBlockWidget.prototype.execute = function() {\n\tthis.language = this.getAttribute(\"language\");\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nCodeBlockWidget.prototype.refresh = function(changedTiddlers) {\n\treturn false;\n};\n\nexports.codeblock = CodeBlockWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/count.js": {
"title": "$:/core/modules/widgets/count.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/count.js\ntype: application/javascript\nmodule-type: widget\n\nCount widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar CountWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nCountWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nCountWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tvar textNode = this.document.createTextNode(this.currentCount);\n\tparent.insertBefore(textNode,nextSibling);\n\tthis.domNodes.push(textNode);\n};\n\n/*\nCompute the internal state of the widget\n*/\nCountWidget.prototype.execute = function() {\n\t// Get parameters from our attributes\n\tthis.filter = this.getAttribute(\"filter\");\n\t// Execute the filter\n\tif(this.filter) {\n\t\tthis.currentCount = this.wiki.filterTiddlers(this.filter,this).length;\n\t} else {\n\t\tthis.currentCount = undefined;\n\t}\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nCountWidget.prototype.refresh = function(changedTiddlers) {\n\t// Re-execute the filter to get the count\n\tthis.computeAttributes();\n\tvar oldCount = this.currentCount;\n\tthis.execute();\n\tif(this.currentCount !== oldCount) {\n\t\t// Regenerate and rerender the widget and replace the existing DOM node\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn false;\n\t}\n\n};\n\nexports.count = CountWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/diff-text.js": {
"title": "$:/core/modules/widgets/diff-text.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/diff-text.js\ntype: application/javascript\nmodule-type: widget\n\nWidget to display a diff between two texts\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget,\n\tdmp = require(\"$:/core/modules/utils/diff-match-patch/diff_match_patch.js\");\n\nvar DiffTextWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nDiffTextWidget.prototype = new Widget();\n\nDiffTextWidget.prototype.invisibleCharacters = {\n\t\"\\n\": \"↩︎\\n\",\n\t\"\\r\": \"⇠\",\n\t\"\\t\": \"⇥\\t\"\n};\n\n/*\nRender this widget into the DOM\n*/\nDiffTextWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\t// Create the diff\n\tvar dmpObject = new dmp.diff_match_patch(),\n\t\tdiffs = dmpObject.diff_main(this.getAttribute(\"source\"),this.getAttribute(\"dest\"));\n\t// Apply required cleanup\n\tswitch(this.getAttribute(\"cleanup\",\"semantic\")) {\n\t\tcase \"none\":\n\t\t\t// No cleanup\n\t\t\tbreak;\n\t\tcase \"efficiency\":\n\t\t\tdmpObject.diff_cleanupEfficiency(diffs);\n\t\t\tbreak;\n\t\tdefault: // case \"semantic\"\n\t\t\tdmpObject.diff_cleanupSemantic(diffs);\n\t\t\tbreak;\n\t}\n\t// Create the elements\n\tvar domContainer = this.document.createElement(\"div\"), \n\t\tdomDiff = this.createDiffDom(diffs);\n\tparent.insertBefore(domContainer,nextSibling);\n\t// Set variables\n\tthis.setVariable(\"diff-count\",diffs.reduce(function(acc,diff) {\n\t\tif(diff[0] !== dmp.DIFF_EQUAL) {\n\t\t\tacc++;\n\t\t}\n\t\treturn acc;\n\t},0).toString());\n\t// Render child widgets\n\tthis.renderChildren(domContainer,null);\n\t// Render the diff\n\tdomContainer.appendChild(domDiff);\n\t// Save our container\n\tthis.domNodes.push(domContainer);\n};\n\n/*\nCreate DOM elements representing a list of diffs\n*/\nDiffTextWidget.prototype.createDiffDom = function(diffs) {\n\tvar self = this;\n\t// Create the element and assign the attributes\n\tvar domPre = this.document.createElement(\"pre\"),\n\t\tdomCode = this.document.createElement(\"code\");\n\t$tw.utils.each(diffs,function(diff) {\n\t\tvar tag = diff[0] === dmp.DIFF_INSERT ? \"ins\" : (diff[0] === dmp.DIFF_DELETE ? \"del\" : \"span\"),\n\t\t\tclassName = diff[0] === dmp.DIFF_INSERT ? \"tc-diff-insert\" : (diff[0] === dmp.DIFF_DELETE ? \"tc-diff-delete\" : \"tc-diff-equal\"),\n\t\t\tdom = self.document.createElement(tag),\n\t\t\ttext = diff[1],\n\t\t\tcurrPos = 0,\n\t\t\tre = /([\\x00-\\x1F])/mg,\n\t\t\tmatch = re.exec(text),\n\t\t\tspan,\n\t\t\tprintable;\n\t\tdom.className = className;\n\t\twhile(match) {\n\t\t\tif(currPos < match.index) {\n\t\t\t\tdom.appendChild(self.document.createTextNode(text.slice(currPos,match.index)));\n\t\t\t}\n\t\t\tspan = self.document.createElement(\"span\");\n\t\t\tspan.className = \"tc-diff-invisible\";\n\t\t\tprintable = self.invisibleCharacters[match[0]] || (\"[0x\" + match[0].charCodeAt(0).toString(16) + \"]\");\n\t\t\tspan.appendChild(self.document.createTextNode(printable));\n\t\t\tdom.appendChild(span);\n\t\t\tcurrPos = match.index + match[0].length;\n\t\t\tmatch = re.exec(text);\n\t\t}\n\t\tif(currPos < text.length) {\n\t\t\tdom.appendChild(self.document.createTextNode(text.slice(currPos)));\n\t\t}\n\t\tdomCode.appendChild(dom);\n\t});\n\tdomPre.appendChild(domCode);\n\treturn domPre;\n};\n\n/*\nCompute the internal state of the widget\n*/\nDiffTextWidget.prototype.execute = function() {\n\t// Make child widgets\n\tvar parseTreeNodes;\n\tif(this.parseTreeNode && this.parseTreeNode.children && this.parseTreeNode.children.length > 0) {\n\t\tparseTreeNodes = this.parseTreeNode.children;\n\t} else {\n\t\tparseTreeNodes = [{\n\t\t\ttype: \"transclude\",\n\t\t\tattributes: {\n\t\t\t\ttiddler: {type: \"string\", value: \"$:/language/Diffs/CountMessage\"}\n\t\t\t}\n\t\t}];\n\t}\n\tthis.makeChildWidgets(parseTreeNodes);\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nDiffTextWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.source || changedAttributes.dest || changedAttributes.cleanup) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn this.refreshChildren(changedTiddlers);\n\t}\n};\n\nexports[\"diff-text\"] = DiffTextWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/draggable.js": {
"title": "$:/core/modules/widgets/draggable.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/draggable.js\ntype: application/javascript\nmodule-type: widget\n\nDraggable widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar DraggableWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nDraggableWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nDraggableWidget.prototype.render = function(parent,nextSibling) {\n\tvar self = this;\n\t// Save the parent dom node\n\tthis.parentDomNode = parent;\n\t// Compute our attributes\n\tthis.computeAttributes();\n\t// Execute our logic\n\tthis.execute();\n\t// Sanitise the specified tag\n\tvar tag = this.draggableTag;\n\tif($tw.config.htmlUnsafeElements.indexOf(tag) !== -1) {\n\t\ttag = \"div\";\n\t}\n\t// Create our element\n\tvar domNode = this.document.createElement(tag);\n\t// Assign classes\n\tvar classes = [\"tc-draggable\"];\n\tif(this.draggableClasses) {\n\t\tclasses.push(this.draggableClasses);\n\t}\n\tdomNode.setAttribute(\"class\",classes.join(\" \"));\n\t// Add event handlers\n\t$tw.utils.makeDraggable({\n\t\tdomNode: domNode,\n\t\tdragTiddlerFn: function() {return self.getAttribute(\"tiddler\");},\n\t\tdragFilterFn: function() {return self.getAttribute(\"filter\");},\n\t\tstartActions: self.startActions,\n\t\tendActions: self.endActions,\n\t\twidget: this\n\t});\n\t// Insert the link into the DOM and render any children\n\tparent.insertBefore(domNode,nextSibling);\n\tthis.renderChildren(domNode,null);\n\tthis.domNodes.push(domNode);\n};\n\n/*\nCompute the internal state of the widget\n*/\nDraggableWidget.prototype.execute = function() {\n\t// Pick up our attributes\n\tthis.draggableTag = this.getAttribute(\"tag\",\"div\");\n\tthis.draggableClasses = this.getAttribute(\"class\");\n\tthis.startActions = this.getAttribute(\"startactions\");\n\tthis.endActions = this.getAttribute(\"endactions\");\n\t// Make the child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nDraggableWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedTiddlers.tag || changedTiddlers[\"class\"]) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t}\n\treturn this.refreshChildren(changedTiddlers);\n};\n\nexports.draggable = DraggableWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/droppable.js": {
"title": "$:/core/modules/widgets/droppable.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/droppable.js\ntype: application/javascript\nmodule-type: widget\n\nDroppable widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar DroppableWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nDroppableWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nDroppableWidget.prototype.render = function(parent,nextSibling) {\n\tvar self = this;\n\t// Remember parent\n\tthis.parentDomNode = parent;\n\t// Compute attributes and execute state\n\tthis.computeAttributes();\n\tthis.execute();\n\tvar tag = this.parseTreeNode.isBlock ? \"div\" : \"span\";\n\tif(this.droppableTag && $tw.config.htmlUnsafeElements.indexOf(this.droppableTag) === -1) {\n\t\ttag = this.droppableTag;\n\t}\n\t// Create element and assign classes\n\tvar domNode = this.document.createElement(tag),\n\t\tclasses = (this[\"class\"] || \"\").split(\" \");\n\tclasses.push(\"tc-droppable\");\n\tdomNode.className = classes.join(\" \");\n\t// Add event handlers\n\t$tw.utils.addEventListeners(domNode,[\n\t\t{name: \"dragenter\", handlerObject: this, handlerMethod: \"handleDragEnterEvent\"},\n\t\t{name: \"dragover\", handlerObject: this, handlerMethod: \"handleDragOverEvent\"},\n\t\t{name: \"dragleave\", handlerObject: this, handlerMethod: \"handleDragLeaveEvent\"},\n\t\t{name: \"drop\", handlerObject: this, handlerMethod: \"handleDropEvent\"}\n\t]);\n\t// Insert element\n\tparent.insertBefore(domNode,nextSibling);\n\tthis.renderChildren(domNode,null);\n\tthis.domNodes.push(domNode);\n\t// Stack of outstanding enter/leave events\n\tthis.currentlyEntered = [];\n};\n\nDroppableWidget.prototype.enterDrag = function(event) {\n\tif(this.currentlyEntered.indexOf(event.target) === -1) {\n\t\tthis.currentlyEntered.push(event.target);\n\t}\n\t// If we're entering for the first time we need to apply highlighting\n\t$tw.utils.addClass(this.domNodes[0],\"tc-dragover\");\n};\n\nDroppableWidget.prototype.leaveDrag = function(event) {\n\tvar pos = this.currentlyEntered.indexOf(event.target);\n\tif(pos !== -1) {\n\t\tthis.currentlyEntered.splice(pos,1);\n\t}\n\t// Remove highlighting if we're leaving externally. The hacky second condition is to resolve a problem with Firefox whereby there is an erroneous dragenter event if the node being dragged is within the dropzone\n\tif(this.currentlyEntered.length === 0 || (this.currentlyEntered.length === 1 && this.currentlyEntered[0] === $tw.dragInProgress)) {\n\t\tthis.currentlyEntered = [];\n\t\t$tw.utils.removeClass(this.domNodes[0],\"tc-dragover\");\n\t}\n};\n\nDroppableWidget.prototype.handleDragEnterEvent = function(event) {\n\tthis.enterDrag(event);\n\t// Tell the browser that we're ready to handle the drop\n\tevent.preventDefault();\n\t// Tell the browser not to ripple the drag up to any parent drop handlers\n\tevent.stopPropagation();\n\treturn false;\n};\n\nDroppableWidget.prototype.handleDragOverEvent = function(event) {\n\t// Check for being over a TEXTAREA or INPUT\n\tif([\"TEXTAREA\",\"INPUT\"].indexOf(event.target.tagName) !== -1) {\n\t\treturn false;\n\t}\n\t// Tell the browser that we're still interested in the drop\n\tevent.preventDefault();\n\t// Set the drop effect\n\tevent.dataTransfer.dropEffect = this.droppableEffect;\n\treturn false;\n};\n\nDroppableWidget.prototype.handleDragLeaveEvent = function(event) {\n\tthis.leaveDrag(event);\n\treturn false;\n};\n\nDroppableWidget.prototype.handleDropEvent = function(event) {\n\tvar self = this;\n\tthis.leaveDrag(event);\n\t// Check for being over a TEXTAREA or INPUT\n\tif([\"TEXTAREA\",\"INPUT\"].indexOf(event.target.tagName) !== -1) {\n\t\treturn false;\n\t}\n\tvar dataTransfer = event.dataTransfer;\n\t// Remove highlighting\n\t$tw.utils.removeClass(this.domNodes[0],\"tc-dragover\");\n\t// Try to import the various data types we understand\n\t$tw.utils.importDataTransfer(dataTransfer,null,function(fieldsArray) {\n\t\tfieldsArray.forEach(function(fields) {\n\t\t\tself.performActions(fields.title || fields.text,event);\n\t\t});\n\t});\n\t// Tell the browser that we handled the drop\n\tevent.preventDefault();\n\t// Stop the drop ripple up to any parent handlers\n\tevent.stopPropagation();\n\treturn false;\n};\n\nDroppableWidget.prototype.performActions = function(title,event) {\n\tif(this.droppableActions) {\n\t\tvar modifierKey = event.ctrlKey && ! event.shiftKey ? \"ctrl\" : event.shiftKey && !event.ctrlKey ? \"shift\" : \n\t\t\t\tevent.ctrlKey && event.shiftKey ? \"ctrl-shift\" : \"normal\" ;\n\t\tthis.invokeActionString(this.droppableActions,this,event,{actionTiddler: title, modifier: modifierKey});\n\t}\n};\n\n/*\nCompute the internal state of the widget\n*/\nDroppableWidget.prototype.execute = function() {\n\tthis.droppableActions = this.getAttribute(\"actions\");\n\tthis.droppableEffect = this.getAttribute(\"effect\",\"copy\");\n\tthis.droppableTag = this.getAttribute(\"tag\");\n\tthis.droppableClass = this.getAttribute(\"class\");\n\t// Make child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nDroppableWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes[\"class\"] || changedAttributes.tag) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t}\n\treturn this.refreshChildren(changedTiddlers);\n};\n\nexports.droppable = DroppableWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/dropzone.js": {
"title": "$:/core/modules/widgets/dropzone.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/dropzone.js\ntype: application/javascript\nmodule-type: widget\n\nDropzone widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar DropZoneWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nDropZoneWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nDropZoneWidget.prototype.render = function(parent,nextSibling) {\n\tvar self = this;\n\t// Remember parent\n\tthis.parentDomNode = parent;\n\t// Compute attributes and execute state\n\tthis.computeAttributes();\n\tthis.execute();\n\t// Create element\n\tvar domNode = this.document.createElement(\"div\");\n\tdomNode.className = \"tc-dropzone\";\n\t// Add event handlers\n\t$tw.utils.addEventListeners(domNode,[\n\t\t{name: \"dragenter\", handlerObject: this, handlerMethod: \"handleDragEnterEvent\"},\n\t\t{name: \"dragover\", handlerObject: this, handlerMethod: \"handleDragOverEvent\"},\n\t\t{name: \"dragleave\", handlerObject: this, handlerMethod: \"handleDragLeaveEvent\"},\n\t\t{name: \"drop\", handlerObject: this, handlerMethod: \"handleDropEvent\"},\n\t\t{name: \"paste\", handlerObject: this, handlerMethod: \"handlePasteEvent\"},\n\t\t{name: \"dragend\", handlerObject: this, handlerMethod: \"handleDragEndEvent\"}\n\t]);\n\tdomNode.addEventListener(\"click\",function (event) {\n\t},false);\n\t// Insert element\n\tparent.insertBefore(domNode,nextSibling);\n\tthis.renderChildren(domNode,null);\n\tthis.domNodes.push(domNode);\n\t// Stack of outstanding enter/leave events\n\tthis.currentlyEntered = [];\n};\n\nDropZoneWidget.prototype.enterDrag = function(event) {\n\tif(this.currentlyEntered.indexOf(event.target) === -1) {\n\t\tthis.currentlyEntered.push(event.target);\n\t}\n\t// If we're entering for the first time we need to apply highlighting\n\t$tw.utils.addClass(this.domNodes[0],\"tc-dragover\");\n};\n\nDropZoneWidget.prototype.leaveDrag = function(event) {\n\tvar pos = this.currentlyEntered.indexOf(event.target);\n\tif(pos !== -1) {\n\t\tthis.currentlyEntered.splice(pos,1);\n\t}\n\t// Remove highlighting if we're leaving externally\n\tif(this.currentlyEntered.length === 0) {\n\t\t$tw.utils.removeClass(this.domNodes[0],\"tc-dragover\");\n\t}\n};\n\nDropZoneWidget.prototype.handleDragEnterEvent = function(event) {\n\t// Check for this window being the source of the drag\n\tif($tw.dragInProgress) {\n\t\treturn false;\n\t}\n\tthis.enterDrag(event);\n\t// Tell the browser that we're ready to handle the drop\n\tevent.preventDefault();\n\t// Tell the browser not to ripple the drag up to any parent drop handlers\n\tevent.stopPropagation();\n};\n\nDropZoneWidget.prototype.handleDragOverEvent = function(event) {\n\t// Check for being over a TEXTAREA or INPUT\n\tif([\"TEXTAREA\",\"INPUT\"].indexOf(event.target.tagName) !== -1) {\n\t\treturn false;\n\t}\n\t// Check for this window being the source of the drag\n\tif($tw.dragInProgress) {\n\t\treturn false;\n\t}\n\t// Tell the browser that we're still interested in the drop\n\tevent.preventDefault();\n\tevent.dataTransfer.dropEffect = \"copy\"; // Explicitly show this is a copy\n};\n\nDropZoneWidget.prototype.handleDragLeaveEvent = function(event) {\n\tthis.leaveDrag(event);\n};\n\nDropZoneWidget.prototype.handleDragEndEvent = function(event) {\n\t$tw.utils.removeClass(this.domNodes[0],\"tc-dragover\");\n};\n\nDropZoneWidget.prototype.handleDropEvent = function(event) {\n\tvar self = this,\n\t\treadFileCallback = function(tiddlerFieldsArray) {\n\t\t\tself.dispatchEvent({type: \"tm-import-tiddlers\", param: JSON.stringify(tiddlerFieldsArray)});\n\t\t};\n\tthis.leaveDrag(event);\n\t// Check for being over a TEXTAREA or INPUT\n\tif([\"TEXTAREA\",\"INPUT\"].indexOf(event.target.tagName) !== -1) {\n\t\treturn false;\n\t}\n\t// Check for this window being the source of the drag\n\tif($tw.dragInProgress) {\n\t\treturn false;\n\t}\n\tvar self = this,\n\t\tdataTransfer = event.dataTransfer;\n\t// Remove highlighting\n\t$tw.utils.removeClass(this.domNodes[0],\"tc-dragover\");\n\t// Import any files in the drop\n\tvar numFiles = 0;\n\tif(dataTransfer.files) {\n\t\tnumFiles = this.wiki.readFiles(dataTransfer.files,{\n\t\t\tcallback: readFileCallback,\n\t\t\tdeserializer: this.dropzoneDeserializer\n\t\t});\n\t}\n\t// Try to import the various data types we understand\n\tif(numFiles === 0) {\n\t\t$tw.utils.importDataTransfer(dataTransfer,this.wiki.generateNewTitle(\"Untitled\"),readFileCallback);\n\t}\n\t// Tell the browser that we handled the drop\n\tevent.preventDefault();\n\t// Stop the drop ripple up to any parent handlers\n\tevent.stopPropagation();\n};\n\nDropZoneWidget.prototype.handlePasteEvent = function(event) {\n\tvar self = this,\n\t\treadFileCallback = function(tiddlerFieldsArray) {\n\t\t\tself.dispatchEvent({type: \"tm-import-tiddlers\", param: JSON.stringify(tiddlerFieldsArray)});\n\t\t};\n\t// Let the browser handle it if we're in a textarea or input box\n\tif([\"TEXTAREA\",\"INPUT\"].indexOf(event.target.tagName) == -1 && !event.target.isContentEditable) {\n\t\tvar self = this,\n\t\t\titems = event.clipboardData.items;\n\t\t// Enumerate the clipboard items\n\t\tfor(var t = 0; t<items.length; t++) {\n\t\t\tvar item = items[t];\n\t\t\tif(item.kind === \"file\") {\n\t\t\t\t// Import any files\n\t\t\t\tthis.wiki.readFile(item.getAsFile(),{\n\t\t\t\t\tcallback: readFileCallback,\n\t\t\t\t\tdeserializer: this.dropzoneDeserializer\n\t\t\t\t});\n\t\t\t} else if(item.kind === \"string\") {\n\t\t\t\t// Create tiddlers from string items\n\t\t\t\tvar type = item.type;\n\t\t\t\titem.getAsString(function(str) {\n\t\t\t\t\tvar tiddlerFields = {\n\t\t\t\t\t\ttitle: self.wiki.generateNewTitle(\"Untitled\"),\n\t\t\t\t\t\ttext: str,\n\t\t\t\t\t\ttype: type\n\t\t\t\t\t};\n\t\t\t\t\tif($tw.log.IMPORT) {\n\t\t\t\t\t\tconsole.log(\"Importing string '\" + str + \"', type: '\" + type + \"'\");\n\t\t\t\t\t}\n\t\t\t\t\tself.dispatchEvent({type: \"tm-import-tiddlers\", param: JSON.stringify([tiddlerFields])});\n\t\t\t\t});\n\t\t\t}\n\t\t}\n\t\t// Tell the browser that we've handled the paste\n\t\tevent.stopPropagation();\n\t\tevent.preventDefault();\n\t}\n};\n\n/*\nCompute the internal state of the widget\n*/\nDropZoneWidget.prototype.execute = function() {\n\tthis.dropzoneDeserializer = this.getAttribute(\"deserializer\");\n\t// Make child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nDropZoneWidget.prototype.refresh = function(changedTiddlers) {\n\treturn this.refreshChildren(changedTiddlers);\n};\n\nexports.dropzone = DropZoneWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/edit-binary.js": {
"title": "$:/core/modules/widgets/edit-binary.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/edit-binary.js\ntype: application/javascript\nmodule-type: widget\n\nEdit-binary widget; placeholder for editing binary tiddlers\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar BINARY_WARNING_MESSAGE = \"$:/core/ui/BinaryWarning\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar EditBinaryWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nEditBinaryWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nEditBinaryWidget.prototype.render = function(parent,nextSibling) {\n\tvar self = this;\n\t// Save the parent dom node\n\tthis.parentDomNode = parent;\n\t// Compute our attributes\n\tthis.computeAttributes();\n\t// Execute our logic\n\tthis.execute();\n\tthis.renderChildren(parent,nextSibling);\n};\n\n/*\nCompute the internal state of the widget\n*/\nEditBinaryWidget.prototype.execute = function() {\n\t// Construct the child widgets\n\tthis.makeChildWidgets([{\n\t\ttype: \"transclude\",\n\t\tattributes: {\n\t\t\ttiddler: {type: \"string\", value: BINARY_WARNING_MESSAGE}\n\t\t}\n\t}]);\n};\n\n/*\nRefresh by refreshing our child widget\n*/\nEditBinaryWidget.prototype.refresh = function(changedTiddlers) {\n\treturn this.refreshChildren(changedTiddlers);\n};\n\nexports[\"edit-binary\"] = EditBinaryWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/edit-bitmap.js": {
"title": "$:/core/modules/widgets/edit-bitmap.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/edit-bitmap.js\ntype: application/javascript\nmodule-type: widget\n\nEdit-bitmap widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Default image sizes\nvar DEFAULT_IMAGE_WIDTH = 600,\n\tDEFAULT_IMAGE_HEIGHT = 370,\n\tDEFAULT_IMAGE_TYPE = \"image/png\";\n\n// Configuration tiddlers\nvar LINE_WIDTH_TITLE = \"$:/config/BitmapEditor/LineWidth\",\n\tLINE_COLOUR_TITLE = \"$:/config/BitmapEditor/Colour\",\n\tLINE_OPACITY_TITLE = \"$:/config/BitmapEditor/Opacity\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar EditBitmapWidget = function(parseTreeNode,options) {\n\t// Initialise the editor operations if they've not been done already\n\tif(!this.editorOperations) {\n\t\tEditBitmapWidget.prototype.editorOperations = {};\n\t\t$tw.modules.applyMethods(\"bitmapeditoroperation\",this.editorOperations);\n\t}\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nEditBitmapWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nEditBitmapWidget.prototype.render = function(parent,nextSibling) {\n\tvar self = this;\n\t// Save the parent dom node\n\tthis.parentDomNode = parent;\n\t// Compute our attributes\n\tthis.computeAttributes();\n\t// Execute our logic\n\tthis.execute();\n\t// Create the wrapper for the toolbar and render its content\n\tthis.toolbarNode = this.document.createElement(\"div\");\n\tthis.toolbarNode.className = \"tc-editor-toolbar\";\n\tparent.insertBefore(this.toolbarNode,nextSibling);\n\tthis.domNodes.push(this.toolbarNode);\n\t// Create the on-screen canvas\n\tthis.canvasDomNode = $tw.utils.domMaker(\"canvas\",{\n\t\tdocument: this.document,\n\t\t\"class\":\"tc-edit-bitmapeditor\",\n\t\teventListeners: [{\n\t\t\tname: \"touchstart\", handlerObject: this, handlerMethod: \"handleTouchStartEvent\"\n\t\t},{\n\t\t\tname: \"touchmove\", handlerObject: this, handlerMethod: \"handleTouchMoveEvent\"\n\t\t},{\n\t\t\tname: \"touchend\", handlerObject: this, handlerMethod: \"handleTouchEndEvent\"\n\t\t},{\n\t\t\tname: \"mousedown\", handlerObject: this, handlerMethod: \"handleMouseDownEvent\"\n\t\t},{\n\t\t\tname: \"mousemove\", handlerObject: this, handlerMethod: \"handleMouseMoveEvent\"\n\t\t},{\n\t\t\tname: \"mouseup\", handlerObject: this, handlerMethod: \"handleMouseUpEvent\"\n\t\t}]\n\t});\n\t// Set the width and height variables\n\tthis.setVariable(\"tv-bitmap-editor-width\",this.canvasDomNode.width + \"px\");\n\tthis.setVariable(\"tv-bitmap-editor-height\",this.canvasDomNode.height + \"px\");\n\t// Render toolbar child widgets\n\tthis.renderChildren(this.toolbarNode,null);\n\t// // Insert the elements into the DOM\n\tparent.insertBefore(this.canvasDomNode,nextSibling);\n\tthis.domNodes.push(this.canvasDomNode);\n\t// Load the image into the canvas\n\tif($tw.browser) {\n\t\tthis.loadCanvas();\n\t}\n\t// Add widget message listeners\n\tthis.addEventListeners([\n\t\t{type: \"tm-edit-bitmap-operation\", handler: \"handleEditBitmapOperationMessage\"}\n\t]);\n};\n\n/*\nHandle an edit bitmap operation message from the toolbar\n*/\nEditBitmapWidget.prototype.handleEditBitmapOperationMessage = function(event) {\n\t// Invoke the handler\n\tvar handler = this.editorOperations[event.param];\n\tif(handler) {\n\t\thandler.call(this,event);\n\t}\n};\n\n/*\nCompute the internal state of the widget\n*/\nEditBitmapWidget.prototype.execute = function() {\n\t// Get our parameters\n\tthis.editTitle = this.getAttribute(\"tiddler\",this.getVariable(\"currentTiddler\"));\n\t// Make the child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nJust refresh the toolbar\n*/\nEditBitmapWidget.prototype.refresh = function(changedTiddlers) {\n\treturn this.refreshChildren(changedTiddlers);\n};\n\n/*\nSet the bitmap size variables and refresh the toolbar\n*/\nEditBitmapWidget.prototype.refreshToolbar = function() {\n\t// Set the width and height variables\n\tthis.setVariable(\"tv-bitmap-editor-width\",this.canvasDomNode.width + \"px\");\n\tthis.setVariable(\"tv-bitmap-editor-height\",this.canvasDomNode.height + \"px\");\n\t// Refresh each of our child widgets\n\t$tw.utils.each(this.children,function(childWidget) {\n\t\tchildWidget.refreshSelf();\n\t});\n};\n\nEditBitmapWidget.prototype.loadCanvas = function() {\n\tvar tiddler = this.wiki.getTiddler(this.editTitle),\n\t\tcurrImage = new Image();\n\t// Set up event handlers for loading the image\n\tvar self = this;\n\tcurrImage.onload = function() {\n\t\t// Copy the image to the on-screen canvas\n\t\tself.initCanvas(self.canvasDomNode,currImage.width,currImage.height,currImage);\n\t\t// And also copy the current bitmap to the off-screen canvas\n\t\tself.currCanvas = self.document.createElement(\"canvas\");\n\t\tself.initCanvas(self.currCanvas,currImage.width,currImage.height,currImage);\n\t\t// Set the width and height input boxes\n\t\tself.refreshToolbar();\n\t};\n\tcurrImage.onerror = function() {\n\t\t// Set the on-screen canvas size and clear it\n\t\tself.initCanvas(self.canvasDomNode,DEFAULT_IMAGE_WIDTH,DEFAULT_IMAGE_HEIGHT);\n\t\t// Set the off-screen canvas size and clear it\n\t\tself.currCanvas = self.document.createElement(\"canvas\");\n\t\tself.initCanvas(self.currCanvas,DEFAULT_IMAGE_WIDTH,DEFAULT_IMAGE_HEIGHT);\n\t\t// Set the width and height input boxes\n\t\tself.refreshToolbar();\n\t};\n\t// Get the current bitmap into an image object\n\tif(tiddler && tiddler.fields.type && tiddler.fields.text) {\n\t\tcurrImage.src = \"data:\" + tiddler.fields.type + \";base64,\" + tiddler.fields.text;\t\t\n\t} else {\n\t\tcurrImage.width = DEFAULT_IMAGE_WIDTH;\n\t\tcurrImage.height = DEFAULT_IMAGE_HEIGHT;\n\t\tcurrImage.onerror();\n\t}\n};\n\nEditBitmapWidget.prototype.initCanvas = function(canvas,width,height,image) {\n\tcanvas.width = width;\n\tcanvas.height = height;\n\tvar ctx = canvas.getContext(\"2d\");\n\tif(image) {\n\t\tctx.drawImage(image,0,0);\n\t} else {\n\t\tctx.fillStyle = \"#fff\";\n\t\tctx.fillRect(0,0,canvas.width,canvas.height);\n\t}\n};\n\n/*\n** Change the size of the canvas, preserving the current image\n*/\nEditBitmapWidget.prototype.changeCanvasSize = function(newWidth,newHeight) {\n\t// Create and size a new canvas\n\tvar newCanvas = this.document.createElement(\"canvas\");\n\tthis.initCanvas(newCanvas,newWidth,newHeight);\n\t// Copy the old image\n\tvar ctx = newCanvas.getContext(\"2d\");\n\tctx.drawImage(this.currCanvas,0,0);\n\t// Set the new canvas as the current one\n\tthis.currCanvas = newCanvas;\n\t// Set the size of the onscreen canvas\n\tthis.canvasDomNode.width = newWidth;\n\tthis.canvasDomNode.height = newHeight;\n\t// Paint the onscreen canvas with the offscreen canvas\n\tctx = this.canvasDomNode.getContext(\"2d\");\n\tctx.drawImage(this.currCanvas,0,0);\n};\n\n/*\n** Rotate the canvas left by 90 degrees\n*/\nEditBitmapWidget.prototype.rotateCanvasLeft = function() {\n\t// Get the current size of the image\n\tvar origWidth = this.currCanvas.width,\n\t\torigHeight = this.currCanvas.height;\n\t// Create and size a new canvas\n\tvar newCanvas = this.document.createElement(\"canvas\"),\n\t\tnewWidth = origHeight,\n\t\tnewHeight = origWidth;\n\tthis.initCanvas(newCanvas,newWidth,newHeight);\n\t// Copy the old image\n\tvar ctx = newCanvas.getContext(\"2d\");\n\tctx.save();\n\tctx.translate(newWidth / 2,newHeight / 2);\n\tctx.rotate(-Math.PI / 2);\n\tctx.drawImage(this.currCanvas,-origWidth / 2,-origHeight / 2);\n\tctx.restore();\n\t// Set the new canvas as the current one\n\tthis.currCanvas = newCanvas;\n\t// Set the size of the onscreen canvas\n\tthis.canvasDomNode.width = newWidth;\n\tthis.canvasDomNode.height = newHeight;\n\t// Paint the onscreen canvas with the offscreen canvas\n\tctx = this.canvasDomNode.getContext(\"2d\");\n\tctx.drawImage(this.currCanvas,0,0);\n};\n\nEditBitmapWidget.prototype.handleTouchStartEvent = function(event) {\n\tthis.brushDown = true;\n\tthis.strokeStart(event.touches[0].clientX,event.touches[0].clientY);\n\tevent.preventDefault();\n\tevent.stopPropagation();\n\treturn false;\n};\n\nEditBitmapWidget.prototype.handleTouchMoveEvent = function(event) {\n\tif(this.brushDown) {\n\t\tthis.strokeMove(event.touches[0].clientX,event.touches[0].clientY);\n\t}\n\tevent.preventDefault();\n\tevent.stopPropagation();\n\treturn false;\n};\n\nEditBitmapWidget.prototype.handleTouchEndEvent = function(event) {\n\tif(this.brushDown) {\n\t\tthis.brushDown = false;\n\t\tthis.strokeEnd();\n\t}\n\tevent.preventDefault();\n\tevent.stopPropagation();\n\treturn false;\n};\n\nEditBitmapWidget.prototype.handleMouseDownEvent = function(event) {\n\tthis.strokeStart(event.clientX,event.clientY);\n\tthis.brushDown = true;\n\tevent.preventDefault();\n\tevent.stopPropagation();\n\treturn false;\n};\n\nEditBitmapWidget.prototype.handleMouseMoveEvent = function(event) {\n\tif(this.brushDown) {\n\t\tthis.strokeMove(event.clientX,event.clientY);\n\t\tevent.preventDefault();\n\t\tevent.stopPropagation();\n\t\treturn false;\n\t}\n\treturn true;\n};\n\nEditBitmapWidget.prototype.handleMouseUpEvent = function(event) {\n\tif(this.brushDown) {\n\t\tthis.brushDown = false;\n\t\tthis.strokeEnd();\n\t\tevent.preventDefault();\n\t\tevent.stopPropagation();\n\t\treturn false;\n\t}\n\treturn true;\n};\n\nEditBitmapWidget.prototype.adjustCoordinates = function(x,y) {\n\tvar canvasRect = this.canvasDomNode.getBoundingClientRect(),\n\t\tscale = this.canvasDomNode.width/canvasRect.width;\n\treturn {x: (x - canvasRect.left) * scale, y: (y - canvasRect.top) * scale};\n};\n\nEditBitmapWidget.prototype.strokeStart = function(x,y) {\n\t// Start off a new stroke\n\tthis.stroke = [this.adjustCoordinates(x,y)];\n};\n\nEditBitmapWidget.prototype.strokeMove = function(x,y) {\n\tvar ctx = this.canvasDomNode.getContext(\"2d\"),\n\t\tt;\n\t// Add the new position to the end of the stroke\n\tthis.stroke.push(this.adjustCoordinates(x,y));\n\t// Redraw the previous image\n\tctx.drawImage(this.currCanvas,0,0);\n\t// Render the stroke\n\tctx.globalAlpha = parseFloat(this.wiki.getTiddlerText(LINE_OPACITY_TITLE,\"1.0\"));\n\tctx.strokeStyle = this.wiki.getTiddlerText(LINE_COLOUR_TITLE,\"#ff0\");\n\tctx.lineWidth = parseFloat(this.wiki.getTiddlerText(LINE_WIDTH_TITLE,\"3\"));\n\tctx.lineCap = \"round\";\n\tctx.lineJoin = \"round\";\n\tctx.beginPath();\n\tctx.moveTo(this.stroke[0].x,this.stroke[0].y);\n\tfor(t=1; t<this.stroke.length-1; t++) {\n\t\tvar s1 = this.stroke[t],\n\t\t\ts2 = this.stroke[t-1],\n\t\t\ttx = (s1.x + s2.x)/2,\n\t\t\tty = (s1.y + s2.y)/2;\n\t\tctx.quadraticCurveTo(s2.x,s2.y,tx,ty);\n\t}\n\tctx.stroke();\n};\n\nEditBitmapWidget.prototype.strokeEnd = function() {\n\t// Copy the bitmap to the off-screen canvas\n\tvar ctx = this.currCanvas.getContext(\"2d\");\n\tctx.drawImage(this.canvasDomNode,0,0);\n\t// Save the image into the tiddler\n\tthis.saveChanges();\n};\n\nEditBitmapWidget.prototype.saveChanges = function() {\n\tvar tiddler = this.wiki.getTiddler(this.editTitle) || new $tw.Tiddler({title: this.editTitle,type: DEFAULT_IMAGE_TYPE});\n\t// data URIs look like \"data:<type>;base64,<text>\"\n\tvar dataURL = this.canvasDomNode.toDataURL(tiddler.fields.type),\n\t\tposColon = dataURL.indexOf(\":\"),\n\t\tposSemiColon = dataURL.indexOf(\";\"),\n\t\tposComma = dataURL.indexOf(\",\"),\n\t\ttype = dataURL.substring(posColon+1,posSemiColon),\n\t\ttext = dataURL.substring(posComma+1);\n\tvar update = {type: type, text: text};\n\tthis.wiki.addTiddler(new $tw.Tiddler(this.wiki.getModificationFields(),tiddler,update,this.wiki.getCreationFields()));\n};\n\nexports[\"edit-bitmap\"] = EditBitmapWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/edit-shortcut.js": {
"title": "$:/core/modules/widgets/edit-shortcut.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/edit-shortcut.js\ntype: application/javascript\nmodule-type: widget\n\nWidget to display an editable keyboard shortcut\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar EditShortcutWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nEditShortcutWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nEditShortcutWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tthis.inputNode = this.document.createElement(\"input\");\n\t// Assign classes\n\tif(this.shortcutClass) {\n\t\tthis.inputNode.className = this.shortcutClass;\t\t\n\t}\n\t// Assign other attributes\n\tif(this.shortcutStyle) {\n\t\tthis.inputNode.setAttribute(\"style\",this.shortcutStyle);\n\t}\n\tif(this.shortcutTooltip) {\n\t\tthis.inputNode.setAttribute(\"title\",this.shortcutTooltip);\n\t}\n\tif(this.shortcutPlaceholder) {\n\t\tthis.inputNode.setAttribute(\"placeholder\",this.shortcutPlaceholder);\n\t}\n\tif(this.shortcutAriaLabel) {\n\t\tthis.inputNode.setAttribute(\"aria-label\",this.shortcutAriaLabel);\n\t}\n\t// Assign the current shortcut\n\tthis.updateInputNode();\n\t// Add event handlers\n\t$tw.utils.addEventListeners(this.inputNode,[\n\t\t{name: \"keydown\", handlerObject: this, handlerMethod: \"handleKeydownEvent\"}\n\t]);\n\t// Link into the DOM\n\tparent.insertBefore(this.inputNode,nextSibling);\n\tthis.domNodes.push(this.inputNode);\n\t// Focus the input Node if focus === \"yes\" or focus === \"true\"\n\tif(this.shortcutFocus === \"yes\" || this.shortcutFocus === \"true\") {\n\t\tthis.focus();\n\t}\n};\n\n/*\nCompute the internal state of the widget\n*/\nEditShortcutWidget.prototype.execute = function() {\n\tthis.shortcutTiddler = this.getAttribute(\"tiddler\");\n\tthis.shortcutField = this.getAttribute(\"field\");\n\tthis.shortcutIndex = this.getAttribute(\"index\");\n\tthis.shortcutPlaceholder = this.getAttribute(\"placeholder\");\n\tthis.shortcutDefault = this.getAttribute(\"default\",\"\");\n\tthis.shortcutClass = this.getAttribute(\"class\");\n\tthis.shortcutStyle = this.getAttribute(\"style\");\n\tthis.shortcutTooltip = this.getAttribute(\"tooltip\");\n\tthis.shortcutAriaLabel = this.getAttribute(\"aria-label\");\n\tthis.shortcutFocus = this.getAttribute(\"focus\");\n};\n\n/*\nUpdate the value of the input node\n*/\nEditShortcutWidget.prototype.updateInputNode = function() {\n\tif(this.shortcutField) {\n\t\tvar tiddler = this.wiki.getTiddler(this.shortcutTiddler);\n\t\tif(tiddler && $tw.utils.hop(tiddler.fields,this.shortcutField)) {\n\t\t\tthis.inputNode.value = tiddler.getFieldString(this.shortcutField);\n\t\t} else {\n\t\t\tthis.inputNode.value = this.shortcutDefault;\n\t\t}\n\t} else if(this.shortcutIndex) {\n\t\tthis.inputNode.value = this.wiki.extractTiddlerDataItem(this.shortcutTiddler,this.shortcutIndex,this.shortcutDefault);\n\t} else {\n\t\tthis.inputNode.value = this.wiki.getTiddlerText(this.shortcutTiddler,this.shortcutDefault);\n\t}\n};\n\n/*\nHandle a dom \"keydown\" event\n*/\nEditShortcutWidget.prototype.handleKeydownEvent = function(event) {\n\t// Ignore shift, ctrl, meta, alt\n\tif(event.keyCode && $tw.keyboardManager.getModifierKeys().indexOf(event.keyCode) === -1) {\n\t\t// Get the shortcut text representation\n\t\tvar value = $tw.keyboardManager.getPrintableShortcuts([{\n\t\t\tctrlKey: event.ctrlKey,\n\t\t\tshiftKey: event.shiftKey,\n\t\t\taltKey: event.altKey,\n\t\t\tmetaKey: event.metaKey,\n\t\t\tkeyCode: event.keyCode\n\t\t}]);\n\t\tif(value.length > 0) {\n\t\t\tthis.wiki.setText(this.shortcutTiddler,this.shortcutField,this.shortcutIndex,value[0]);\n\t\t}\n\t\t// Ignore the keydown if it was already handled\n\t\tevent.preventDefault();\n\t\tevent.stopPropagation();\n\t\treturn true;\t\t\n\t} else {\n\t\treturn false;\n\t}\n};\n\n/*\nfocus the input node\n*/\nEditShortcutWidget.prototype.focus = function() {\n\tif(this.inputNode.focus && this.inputNode.select) {\n\t\tthis.inputNode.focus();\n\t\tthis.inputNode.select();\n\t}\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget needed re-rendering\n*/\nEditShortcutWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.tiddler || changedAttributes.field || changedAttributes.index || changedAttributes.placeholder || changedAttributes[\"default\"] || changedAttributes[\"class\"] || changedAttributes.style || changedAttributes.tooltip || changedAttributes[\"aria-label\"] || changedAttributes.focus) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else if(changedTiddlers[this.shortcutTiddler]) {\n\t\tthis.updateInputNode();\n\t\treturn true;\n\t} else {\n\t\treturn false;\t\n\t}\n};\n\nexports[\"edit-shortcut\"] = EditShortcutWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/edit-text.js": {
"title": "$:/core/modules/widgets/edit-text.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/edit-text.js\ntype: application/javascript\nmodule-type: widget\n\nEdit-text widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar editTextWidgetFactory = require(\"$:/core/modules/editor/factory.js\").editTextWidgetFactory,\n\tFramedEngine = require(\"$:/core/modules/editor/engines/framed.js\").FramedEngine,\n\tSimpleEngine = require(\"$:/core/modules/editor/engines/simple.js\").SimpleEngine;\n\nexports[\"edit-text\"] = editTextWidgetFactory(FramedEngine,SimpleEngine);\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/edit.js": {
"title": "$:/core/modules/widgets/edit.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/edit.js\ntype: application/javascript\nmodule-type: widget\n\nEdit widget is a meta-widget chooses the appropriate actual editting widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar EditWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nEditWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nEditWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tthis.renderChildren(parent,nextSibling);\n};\n\n// Mappings from content type to editor type are stored in tiddlers with this prefix\nvar EDITOR_MAPPING_PREFIX = \"$:/config/EditorTypeMappings/\";\n\n/*\nCompute the internal state of the widget\n*/\nEditWidget.prototype.execute = function() {\n\t// Get our parameters\n\tthis.editTitle = this.getAttribute(\"tiddler\",this.getVariable(\"currentTiddler\"));\n\tthis.editField = this.getAttribute(\"field\",\"text\");\n\tthis.editIndex = this.getAttribute(\"index\");\n\tthis.editClass = this.getAttribute(\"class\");\n\tthis.editPlaceholder = this.getAttribute(\"placeholder\");\n\tthis.editTabIndex = this.getAttribute(\"tabindex\");\n\t// Choose the appropriate edit widget\n\tthis.editorType = this.getEditorType();\n\t// Make the child widgets\n\tthis.makeChildWidgets([{\n\t\ttype: \"edit-\" + this.editorType,\n\t\tattributes: {\n\t\t\ttiddler: {type: \"string\", value: this.editTitle},\n\t\t\tfield: {type: \"string\", value: this.editField},\n\t\t\tindex: {type: \"string\", value: this.editIndex},\n\t\t\t\"class\": {type: \"string\", value: this.editClass},\n\t\t\t\"placeholder\": {type: \"string\", value: this.editPlaceholder},\n\t\t\t\"tabindex\": {type: \"string\", value: this.editTabIndex}\n\t\t},\n\t\tchildren: this.parseTreeNode.children\n\t}]);\n};\n\nEditWidget.prototype.getEditorType = function() {\n\t// Get the content type of the thing we're editing\n\tvar type;\n\tif(this.editField === \"text\") {\n\t\tvar tiddler = this.wiki.getTiddler(this.editTitle);\n\t\tif(tiddler) {\n\t\t\ttype = tiddler.fields.type;\n\t\t}\n\t}\n\ttype = type || \"text/vnd.tiddlywiki\";\n\tvar editorType = this.wiki.getTiddlerText(EDITOR_MAPPING_PREFIX + type);\n\tif(!editorType) {\n\t\tvar typeInfo = $tw.config.contentTypeInfo[type];\n\t\tif(typeInfo && typeInfo.encoding === \"base64\") {\n\t\t\teditorType = \"binary\";\n\t\t} else {\n\t\t\teditorType = \"text\";\n\t\t}\n\t}\n\treturn editorType;\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nEditWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\t// Refresh if an attribute has changed, or the type associated with the target tiddler has changed\n\tif(changedAttributes.tiddler || changedAttributes.field || changedAttributes.index || changedAttributes.tabindex || (changedTiddlers[this.editTitle] && this.getEditorType() !== this.editorType)) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn this.refreshChildren(changedTiddlers);\n\t}\n};\n\nexports.edit = EditWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/element.js": {
"title": "$:/core/modules/widgets/element.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/element.js\ntype: application/javascript\nmodule-type: widget\n\nElement widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar ElementWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nElementWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nElementWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\t// Neuter blacklisted elements\n\tvar tag = this.parseTreeNode.tag;\n\tif($tw.config.htmlUnsafeElements.indexOf(tag) !== -1) {\n\t\ttag = \"safe-\" + tag;\n\t}\n\t// Adjust headings by the current base level\n\tvar headingLevel = [\"h1\",\"h2\",\"h3\",\"h4\",\"h5\",\"h6\"].indexOf(tag);\n\tif(headingLevel !== -1) {\n\t\tvar baseLevel = parseInt(this.getVariable(\"tv-adjust-heading-level\",\"0\"),10) || 0;\n\t\theadingLevel = Math.min(Math.max(headingLevel + 1 + baseLevel,1),6);\n\t\ttag = \"h\" + headingLevel;\n\t}\n\t// Create the DOM node\n\tvar domNode = this.document.createElementNS(this.namespace,tag);\n\tthis.assignAttributes(domNode,{excludeEventAttributes: true});\n\tparent.insertBefore(domNode,nextSibling);\n\tthis.renderChildren(domNode,null);\n\tthis.domNodes.push(domNode);\n};\n\n/*\nCompute the internal state of the widget\n*/\nElementWidget.prototype.execute = function() {\n\t// Select the namespace for the tag\n\tvar tagNamespaces = {\n\t\t\tsvg: \"http://www.w3.org/2000/svg\",\n\t\t\tmath: \"http://www.w3.org/1998/Math/MathML\",\n\t\t\tbody: \"http://www.w3.org/1999/xhtml\"\n\t\t};\n\tthis.namespace = tagNamespaces[this.parseTreeNode.tag];\n\tif(this.namespace) {\n\t\tthis.setVariable(\"namespace\",this.namespace);\n\t} else {\n\t\tthis.namespace = this.getVariable(\"namespace\",{defaultValue: \"http://www.w3.org/1999/xhtml\"});\n\t}\n\t// Make the child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nElementWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes(),\n\t\thasChangedAttributes = $tw.utils.count(changedAttributes) > 0;\n\tif(hasChangedAttributes) {\n\t\t// Update our attributes\n\t\tthis.assignAttributes(this.domNodes[0],{excludeEventAttributes: true});\n\t}\n\treturn this.refreshChildren(changedTiddlers) || hasChangedAttributes;\n};\n\nexports.element = ElementWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/encrypt.js": {
"title": "$:/core/modules/widgets/encrypt.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/encrypt.js\ntype: application/javascript\nmodule-type: widget\n\nEncrypt widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar EncryptWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nEncryptWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nEncryptWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tvar textNode = this.document.createTextNode(this.encryptedText);\n\tparent.insertBefore(textNode,nextSibling);\n\tthis.domNodes.push(textNode);\n};\n\n/*\nCompute the internal state of the widget\n*/\nEncryptWidget.prototype.execute = function() {\n\t// Get parameters from our attributes\n\tthis.filter = this.getAttribute(\"filter\",\"[!is[system]]\");\n\t// Encrypt the filtered tiddlers\n\tvar tiddlers = this.wiki.filterTiddlers(this.filter),\n\t\tjson = {},\n\t\tself = this;\n\t$tw.utils.each(tiddlers,function(title) {\n\t\tvar tiddler = self.wiki.getTiddler(title),\n\t\t\tjsonTiddler = {};\n\t\tfor(var f in tiddler.fields) {\n\t\t\tjsonTiddler[f] = tiddler.getFieldString(f);\n\t\t}\n\t\tjson[title] = jsonTiddler;\n\t});\n\tthis.encryptedText = $tw.utils.htmlEncode($tw.crypto.encrypt(JSON.stringify(json)));\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nEncryptWidget.prototype.refresh = function(changedTiddlers) {\n\t// We don't need to worry about refreshing because the encrypt widget isn't for interactive use\n\treturn false;\n};\n\nexports.encrypt = EncryptWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/entity.js": {
"title": "$:/core/modules/widgets/entity.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/entity.js\ntype: application/javascript\nmodule-type: widget\n\nHTML entity widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar EntityWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nEntityWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nEntityWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.execute();\n\tvar entityString = this.getAttribute(\"entity\",this.parseTreeNode.entity || \"\"),\n\t\ttextNode = this.document.createTextNode($tw.utils.entityDecode(entityString));\n\tparent.insertBefore(textNode,nextSibling);\n\tthis.domNodes.push(textNode);\n};\n\n/*\nCompute the internal state of the widget\n*/\nEntityWidget.prototype.execute = function() {\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nEntityWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.entity) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn false;\t\n\t}\n};\n\nexports.entity = EntityWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/fieldmangler.js": {
"title": "$:/core/modules/widgets/fieldmangler.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/fieldmangler.js\ntype: application/javascript\nmodule-type: widget\n\nField mangler widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar FieldManglerWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n\tthis.addEventListeners([\n\t\t{type: \"tm-remove-field\", handler: \"handleRemoveFieldEvent\"},\n\t\t{type: \"tm-add-field\", handler: \"handleAddFieldEvent\"},\n\t\t{type: \"tm-remove-tag\", handler: \"handleRemoveTagEvent\"},\n\t\t{type: \"tm-add-tag\", handler: \"handleAddTagEvent\"}\n\t]);\n};\n\n/*\nInherit from the base widget class\n*/\nFieldManglerWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nFieldManglerWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tthis.renderChildren(parent,nextSibling);\n};\n\n/*\nCompute the internal state of the widget\n*/\nFieldManglerWidget.prototype.execute = function() {\n\t// Get our parameters\n\tthis.mangleTitle = this.getAttribute(\"tiddler\",this.getVariable(\"currentTiddler\"));\n\t// Construct the child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nFieldManglerWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.tiddler) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn this.refreshChildren(changedTiddlers);\t\t\n\t}\n};\n\nFieldManglerWidget.prototype.handleRemoveFieldEvent = function(event) {\n\tvar tiddler = this.wiki.getTiddler(this.mangleTitle),\n\t\tdeletion = {};\n\tdeletion[event.param] = undefined;\n\tthis.wiki.addTiddler(new $tw.Tiddler(tiddler,deletion));\n\treturn true;\n};\n\nFieldManglerWidget.prototype.handleAddFieldEvent = function(event) {\n\tvar tiddler = this.wiki.getTiddler(this.mangleTitle),\n\t\taddition = this.wiki.getModificationFields(),\n\t\thadInvalidFieldName = false,\n\t\taddField = function(name,value) {\n\t\t\tvar trimmedName = name.toLowerCase().trim();\n\t\t\tif(!$tw.utils.isValidFieldName(trimmedName)) {\n\t\t\t\tif(!hadInvalidFieldName) {\n\t\t\t\t\talert($tw.language.getString(\n\t\t\t\t\t\t\"InvalidFieldName\",\n\t\t\t\t\t\t{variables:\n\t\t\t\t\t\t\t{fieldName: trimmedName}\n\t\t\t\t\t\t}\n\t\t\t\t\t));\n\t\t\t\t\thadInvalidFieldName = true;\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tif(!value && tiddler) {\n\t\t\t\t\tvalue = tiddler.fields[trimmedName];\n\t\t\t\t}\n\t\t\t\taddition[trimmedName] = value || \"\";\n\t\t\t}\n\t\t\treturn;\n\t\t};\n\taddition.title = this.mangleTitle;\n\tif(typeof event.param === \"string\") {\n\t\taddField(event.param,\"\");\n\t}\n\tif(typeof event.paramObject === \"object\") {\n\t\tfor(var name in event.paramObject) {\n\t\t\taddField(name,event.paramObject[name]);\n\t\t}\n\t}\n\tthis.wiki.addTiddler(new $tw.Tiddler(tiddler,addition));\n\treturn true;\n};\n\nFieldManglerWidget.prototype.handleRemoveTagEvent = function(event) {\n\tvar tiddler = this.wiki.getTiddler(this.mangleTitle),\n\t\tmodification = this.wiki.getModificationFields();\n\tif(tiddler && tiddler.fields.tags) {\n\t\tvar p = tiddler.fields.tags.indexOf(event.param);\n\t\tif(p !== -1) {\n\t\t\tmodification.tags = (tiddler.fields.tags || []).slice(0);\n\t\t\tmodification.tags.splice(p,1);\n\t\t\tif(modification.tags.length === 0) {\n\t\t\t\tmodification.tags = undefined;\n\t\t\t}\n\t\t\tthis.wiki.addTiddler(new $tw.Tiddler(tiddler,modification));\n\t\t}\n\t}\n\treturn true;\n};\n\nFieldManglerWidget.prototype.handleAddTagEvent = function(event) {\n\tvar tiddler = this.wiki.getTiddler(this.mangleTitle),\n\t\tmodification = this.wiki.getModificationFields();\n\tif(tiddler && typeof event.param === \"string\") {\n\t\tvar tag = event.param.trim();\n\t\tif(tag !== \"\") {\n\t\t\tmodification.tags = (tiddler.fields.tags || []).slice(0);\n\t\t\t$tw.utils.pushTop(modification.tags,tag);\n\t\t\tthis.wiki.addTiddler(new $tw.Tiddler(tiddler,modification));\t\t\t\n\t\t}\n\t} else if(typeof event.param === \"string\" && event.param.trim() !== \"\" && this.mangleTitle.trim() !== \"\") {\n\t\tvar tag = [];\n\t\ttag.push(event.param.trim());\n\t\tthis.wiki.addTiddler(new $tw.Tiddler({title: this.mangleTitle, tags: tag},modification));\n\t}\n\treturn true;\n};\n\nexports.fieldmangler = FieldManglerWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/fields.js": {
"title": "$:/core/modules/widgets/fields.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/fields.js\ntype: application/javascript\nmodule-type: widget\n\nFields widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar FieldsWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nFieldsWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nFieldsWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tvar textNode = this.document.createTextNode(this.text);\n\tparent.insertBefore(textNode,nextSibling);\n\tthis.domNodes.push(textNode);\n};\n\n/*\nCompute the internal state of the widget\n*/\nFieldsWidget.prototype.execute = function() {\n\t// Get parameters from our attributes\n\tthis.tiddlerTitle = this.getAttribute(\"tiddler\",this.getVariable(\"currentTiddler\"));\n\tthis.template = this.getAttribute(\"template\");\n\tthis.exclude = this.getAttribute(\"exclude\");\n\tthis.stripTitlePrefix = this.getAttribute(\"stripTitlePrefix\",\"no\") === \"yes\";\n\t// Get the value to display\n\tvar tiddler = this.wiki.getTiddler(this.tiddlerTitle);\n\t// Get the exclusion list\n\tvar exclude;\n\tif(this.exclude) {\n\t\texclude = this.exclude.split(\" \");\n\t} else {\n\t\texclude = [\"text\"]; \n\t}\n\t// Compose the template\n\tvar text = [];\n\tif(this.template && tiddler) {\n\t\tvar fields = [];\n\t\tfor(var fieldName in tiddler.fields) {\n\t\t\tif(exclude.indexOf(fieldName) === -1) {\n\t\t\t\tfields.push(fieldName);\n\t\t\t}\n\t\t}\n\t\tfields.sort();\n\t\tfor(var f=0; f<fields.length; f++) {\n\t\t\tfieldName = fields[f];\n\t\t\tif(exclude.indexOf(fieldName) === -1) {\n\t\t\t\tvar row = this.template,\n\t\t\t\t\tvalue = tiddler.getFieldString(fieldName);\n\t\t\t\tif(this.stripTitlePrefix && fieldName === \"title\") {\n\t\t\t\t\tvar reStrip = /^\\{[^\\}]+\\}(.+)/mg,\n\t\t\t\t\t\treMatch = reStrip.exec(value);\n\t\t\t\t\tif(reMatch) {\n\t\t\t\t\t\tvalue = reMatch[1];\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\trow = $tw.utils.replaceString(row,\"$name$\",fieldName);\n\t\t\t\trow = $tw.utils.replaceString(row,\"$value$\",value);\n\t\t\t\trow = $tw.utils.replaceString(row,\"$encoded_value$\",$tw.utils.htmlEncode(value));\n\t\t\t\ttext.push(row);\n\t\t\t}\n\t\t}\n\t}\n\tthis.text = text.join(\"\");\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nFieldsWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.tiddler || changedAttributes.template || changedAttributes.exclude || changedAttributes.stripTitlePrefix || changedTiddlers[this.tiddlerTitle]) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn false;\t\n\t}\n};\n\nexports.fields = FieldsWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/image.js": {
"title": "$:/core/modules/widgets/image.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/image.js\ntype: application/javascript\nmodule-type: widget\n\nThe image widget displays an image referenced with an external URI or with a local tiddler title.\n\n```\n<$image src=\"TiddlerTitle\" width=\"320\" height=\"400\" class=\"classnames\">\n```\n\nThe image source can be the title of an existing tiddler or the URL of an external image.\n\nExternal images always generate an HTML `<img>` tag.\n\nTiddlers that have a _canonical_uri field generate an HTML `<img>` tag with the src attribute containing the URI.\n\nTiddlers that contain image data generate an HTML `<img>` tag with the src attribute containing a base64 representation of the image.\n\nTiddlers that contain wikitext could be rendered to a DIV of the usual size of a tiddler, and then transformed to the size requested.\n\nThe width and height attributes are interpreted as a number of pixels, and do not need to include the \"px\" suffix.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar ImageWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nImageWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nImageWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\t// Create element\n\t// Determine what type of image it is\n\tvar tag = \"img\", src = \"\",\n\t\ttiddler = this.wiki.getTiddler(this.imageSource);\n\tif(!tiddler) {\n\t\t// The source isn't the title of a tiddler, so we'll assume it's a URL\n\t\tsrc = this.getVariable(\"tv-get-export-image-link\",{params: [{name: \"src\",value: this.imageSource}],defaultValue: this.imageSource});\n\t} else {\n\t\t// Check if it is an image tiddler\n\t\tif(this.wiki.isImageTiddler(this.imageSource)) {\n\t\t\tvar type = tiddler.fields.type,\n\t\t\t\ttext = tiddler.fields.text,\n\t\t\t\t_canonical_uri = tiddler.fields._canonical_uri;\n\t\t\t// If the tiddler has body text then it doesn't need to be lazily loaded\n\t\t\tif(text) {\n\t\t\t\t// Render the appropriate element for the image type\n\t\t\t\tswitch(type) {\n\t\t\t\t\tcase \"application/pdf\":\n\t\t\t\t\t\ttag = \"embed\";\n\t\t\t\t\t\tsrc = \"data:application/pdf;base64,\" + text;\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tcase \"image/svg+xml\":\n\t\t\t\t\t\tsrc = \"data:image/svg+xml,\" + encodeURIComponent(text);\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tdefault:\n\t\t\t\t\t\tsrc = \"data:\" + type + \";base64,\" + text;\n\t\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t} else if(_canonical_uri) {\n\t\t\t\tswitch(type) {\n\t\t\t\t\tcase \"application/pdf\":\n\t\t\t\t\t\ttag = \"embed\";\n\t\t\t\t\t\tsrc = _canonical_uri;\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tcase \"image/svg+xml\":\n\t\t\t\t\t\tsrc = _canonical_uri;\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tdefault:\n\t\t\t\t\t\tsrc = _canonical_uri;\n\t\t\t\t\t\tbreak;\n\t\t\t\t}\t\n\t\t\t} else {\n\t\t\t\t// Just trigger loading of the tiddler\n\t\t\t\tthis.wiki.getTiddlerText(this.imageSource);\n\t\t\t}\n\t\t}\n\t}\n\t// Create the element and assign the attributes\n\tvar domNode = this.document.createElement(tag);\n\tdomNode.setAttribute(\"src\",src);\n\tif(this.imageClass) {\n\t\tdomNode.setAttribute(\"class\",this.imageClass);\t\t\n\t}\n\tif(this.imageWidth) {\n\t\tdomNode.setAttribute(\"width\",this.imageWidth);\n\t}\n\tif(this.imageHeight) {\n\t\tdomNode.setAttribute(\"height\",this.imageHeight);\n\t}\n\tif(this.imageTooltip) {\n\t\tdomNode.setAttribute(\"title\",this.imageTooltip);\t\t\n\t}\n\tif(this.imageAlt) {\n\t\tdomNode.setAttribute(\"alt\",this.imageAlt);\t\t\n\t}\n\t// Insert element\n\tparent.insertBefore(domNode,nextSibling);\n\tthis.domNodes.push(domNode);\n};\n\n/*\nCompute the internal state of the widget\n*/\nImageWidget.prototype.execute = function() {\n\t// Get our parameters\n\tthis.imageSource = this.getAttribute(\"source\");\n\tthis.imageWidth = this.getAttribute(\"width\");\n\tthis.imageHeight = this.getAttribute(\"height\");\n\tthis.imageClass = this.getAttribute(\"class\");\n\tthis.imageTooltip = this.getAttribute(\"tooltip\");\n\tthis.imageAlt = this.getAttribute(\"alt\");\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nImageWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.source || changedAttributes.width || changedAttributes.height || changedAttributes[\"class\"] || changedAttributes.tooltip || changedTiddlers[this.imageSource]) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn false;\t\t\n\t}\n};\n\nexports.image = ImageWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/importvariables.js": {
"title": "$:/core/modules/widgets/importvariables.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/importvariables.js\ntype: application/javascript\nmodule-type: widget\n\nImport variable definitions from other tiddlers\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar ImportVariablesWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nImportVariablesWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nImportVariablesWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tthis.renderChildren(parent,nextSibling);\n};\n\n/*\nCompute the internal state of the widget\n*/\nImportVariablesWidget.prototype.execute = function(tiddlerList) {\n\tvar self = this;\n\t// Get our parameters\n\tthis.filter = this.getAttribute(\"filter\");\n\t// Compute the filter\n\tthis.tiddlerList = tiddlerList || this.wiki.filterTiddlers(this.filter,this);\n\t// Accumulate the <$set> widgets from each tiddler\n\tvar widgetStackStart,widgetStackEnd;\n\tfunction addWidgetNode(widgetNode) {\n\t\tif(widgetNode) {\n\t\t\tif(!widgetStackStart && !widgetStackEnd) {\n\t\t\t\twidgetStackStart = widgetNode;\n\t\t\t\twidgetStackEnd = widgetNode;\n\t\t\t} else {\n\t\t\t\twidgetStackEnd.children = [widgetNode];\n\t\t\t\twidgetStackEnd = widgetNode;\n\t\t\t}\n\t\t}\n\t}\n\t$tw.utils.each(this.tiddlerList,function(title) {\n\t\tvar parser = self.wiki.parseTiddler(title);\n\t\tif(parser) {\n\t\t\tvar parseTreeNode = parser.tree[0];\n\t\t\twhile(parseTreeNode && parseTreeNode.type === \"set\") {\n\t\t\t\taddWidgetNode({\n\t\t\t\t\ttype: \"set\",\n\t\t\t\t\tattributes: parseTreeNode.attributes,\n\t\t\t\t\tparams: parseTreeNode.params,\n\t\t\t\t\tisMacroDefinition: parseTreeNode.isMacroDefinition\n\t\t\t\t});\n\t\t\t\tparseTreeNode = parseTreeNode.children[0];\n\t\t\t}\n\t\t} \n\t});\n\t// Add our own children to the end of the pile\n\tvar parseTreeNodes;\n\tif(widgetStackStart && widgetStackEnd) {\n\t\tparseTreeNodes = [widgetStackStart];\n\t\twidgetStackEnd.children = this.parseTreeNode.children;\n\t} else {\n\t\tparseTreeNodes = this.parseTreeNode.children;\n\t}\n\t// Construct the child widgets\n\tthis.makeChildWidgets(parseTreeNodes);\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nImportVariablesWidget.prototype.refresh = function(changedTiddlers) {\n\t// Recompute our attributes and the filter list\n\tvar changedAttributes = this.computeAttributes(),\n\t\ttiddlerList = this.wiki.filterTiddlers(this.getAttribute(\"filter\"),this);\n\t// Refresh if the filter has changed, or the list of tiddlers has changed, or any of the tiddlers in the list has changed\n\tfunction haveListedTiddlersChanged() {\n\t\tvar changed = false;\n\t\ttiddlerList.forEach(function(title) {\n\t\t\tif(changedTiddlers[title]) {\n\t\t\t\tchanged = true;\n\t\t\t}\n\t\t});\n\t\treturn changed;\n\t}\n\tif(changedAttributes.filter || !$tw.utils.isArrayEqual(this.tiddlerList,tiddlerList) || haveListedTiddlersChanged()) {\n\t\t// Compute the filter\n\t\tthis.removeChildDomNodes();\n\t\tthis.execute(tiddlerList);\n\t\tthis.renderChildren(this.parentDomNode,this.findNextSiblingDomNode());\n\t\treturn true;\n\t} else {\n\t\treturn this.refreshChildren(changedTiddlers);\t\t\n\t}\n};\n\nexports.importvariables = ImportVariablesWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/keyboard.js": {
"title": "$:/core/modules/widgets/keyboard.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/keyboard.js\ntype: application/javascript\nmodule-type: widget\n\nKeyboard shortcut widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar KeyboardWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nKeyboardWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nKeyboardWidget.prototype.render = function(parent,nextSibling) {\n\tvar self = this;\n\t// Remember parent\n\tthis.parentDomNode = parent;\n\t// Compute attributes and execute state\n\tthis.computeAttributes();\n\tthis.execute();\n\tvar tag = this.parseTreeNode.isBlock ? \"div\" : \"span\";\n\tif(this.tag && $tw.config.htmlUnsafeElements.indexOf(this.tag) === -1) {\n\t\ttag = this.tag;\n\t}\n\t// Create element\n\tvar domNode = this.document.createElement(tag);\n\t// Assign classes\n\tvar classes = (this[\"class\"] || \"\").split(\" \");\n\tclasses.push(\"tc-keyboard\");\n\tdomNode.className = classes.join(\" \");\n\t// Add a keyboard event handler\n\tdomNode.addEventListener(\"keydown\",function (event) {\n\t\tif($tw.keyboardManager.checkKeyDescriptors(event,self.keyInfoArray)) {\n\t\t\tself.invokeActions(self,event);\n\t\t\tif(self.actions) {\n\t\t\t\tself.invokeActionString(self.actions,self,event);\n\t\t\t}\n\t\t\tself.dispatchMessage(event);\n\t\t\tevent.preventDefault();\n\t\t\tevent.stopPropagation();\n\t\t\treturn true;\n\t\t}\n\t\treturn false;\n\t},false);\n\t// Insert element\n\tparent.insertBefore(domNode,nextSibling);\n\tthis.renderChildren(domNode,null);\n\tthis.domNodes.push(domNode);\n};\n\nKeyboardWidget.prototype.dispatchMessage = function(event) {\n\tthis.dispatchEvent({type: this.message, param: this.param, tiddlerTitle: this.getVariable(\"currentTiddler\")});\n};\n\n/*\nCompute the internal state of the widget\n*/\nKeyboardWidget.prototype.execute = function() {\n\tvar self = this;\n\t// Get attributes\n\tthis.actions = this.getAttribute(\"actions\",\"\");\n\tthis.message = this.getAttribute(\"message\",\"\");\n\tthis.param = this.getAttribute(\"param\",\"\");\n\tthis.key = this.getAttribute(\"key\",\"\");\n\tthis.tag = this.getAttribute(\"tag\",\"\");\n\tthis.keyInfoArray = $tw.keyboardManager.parseKeyDescriptors(this.key);\n\tthis[\"class\"] = this.getAttribute(\"class\",\"\");\n\tif(this.key.substr(0,2) === \"((\" && this.key.substr(-2,2) === \"))\") {\n\t\tthis.shortcutTiddlers = [];\n\t\tvar name = this.key.substring(2,this.key.length -2);\n\t\t$tw.utils.each($tw.keyboardManager.lookupNames,function(platformDescriptor) {\n\t\t\tself.shortcutTiddlers.push(\"$:/config/\" + platformDescriptor + \"/\" + name);\n\t\t});\n\t}\n\t// Make child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nKeyboardWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.message || changedAttributes.param || changedAttributes.key || changedAttributes[\"class\"] || changedAttributes.tag) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t}\n\t// Update the keyInfoArray if one of its shortcut-config-tiddlers has changed\n\tif(this.shortcutTiddlers && $tw.utils.hopArray(changedTiddlers,this.shortcutTiddlers)) {\n\t\tthis.keyInfoArray = $tw.keyboardManager.parseKeyDescriptors(this.key);\n\t}\n\treturn this.refreshChildren(changedTiddlers);\n};\n\nexports.keyboard = KeyboardWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/link.js": {
"title": "$:/core/modules/widgets/link.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/link.js\ntype: application/javascript\nmodule-type: widget\n\nLink widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar LinkWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nLinkWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nLinkWidget.prototype.render = function(parent,nextSibling) {\n\t// Save the parent dom node\n\tthis.parentDomNode = parent;\n\t// Compute our attributes\n\tthis.computeAttributes();\n\t// Execute our logic\n\tthis.execute();\n\t// Get the value of the tv-wikilinks configuration macro\n\tvar wikiLinksMacro = this.getVariable(\"tv-wikilinks\"),\n\t\tuseWikiLinks = wikiLinksMacro ? (wikiLinksMacro.trim() !== \"no\") : true,\n\t\tmissingLinksEnabled = !(this.hideMissingLinks && this.isMissing && !this.isShadow);\n\t// Render the link if required\n\tif(useWikiLinks && missingLinksEnabled) {\n\t\tthis.renderLink(parent,nextSibling);\n\t} else {\n\t\t// Just insert the link text\n\t\tvar domNode = this.document.createElement(\"span\");\n\t\tparent.insertBefore(domNode,nextSibling);\n\t\tthis.renderChildren(domNode,null);\n\t\tthis.domNodes.push(domNode);\n\t}\n};\n\n/*\nRender this widget into the DOM\n*/\nLinkWidget.prototype.renderLink = function(parent,nextSibling) {\n\tvar self = this;\n\t// Sanitise the specified tag\n\tvar tag = this.linkTag;\n\tif($tw.config.htmlUnsafeElements.indexOf(tag) !== -1) {\n\t\ttag = \"a\";\n\t}\n\t// Create our element\n\tvar domNode = this.document.createElement(tag);\n\t// Assign classes\n\tvar classes = [];\n\tif(this.overrideClasses === undefined) {\n\t\tclasses.push(\"tc-tiddlylink\");\n\t\tif(this.isShadow) {\n\t\t\tclasses.push(\"tc-tiddlylink-shadow\");\n\t\t}\n\t\tif(this.isMissing && !this.isShadow) {\n\t\t\tclasses.push(\"tc-tiddlylink-missing\");\n\t\t} else {\n\t\t\tif(!this.isMissing) {\n\t\t\t\tclasses.push(\"tc-tiddlylink-resolves\");\n\t\t\t}\n\t\t}\n\t\tif(this.linkClasses) {\n\t\t\tclasses.push(this.linkClasses);\t\t\t\n\t\t}\n\t} else if(this.overrideClasses !== \"\") {\n\t\tclasses.push(this.overrideClasses)\n\t}\n\tif(classes.length > 0) {\n\t\tdomNode.setAttribute(\"class\",classes.join(\" \"));\n\t}\n\t// Set an href\n\tvar wikilinkTransformFilter = this.getVariable(\"tv-filter-export-link\"),\n\t\twikiLinkText;\n\tif(wikilinkTransformFilter) {\n\t\t// Use the filter to construct the href\n\t\twikiLinkText = this.wiki.filterTiddlers(wikilinkTransformFilter,this,function(iterator) {\n\t\t\titerator(self.wiki.getTiddler(self.to),self.to)\n\t\t})[0];\n\t} else {\n\t\t// Expand the tv-wikilink-template variable to construct the href\n\t\tvar wikiLinkTemplateMacro = this.getVariable(\"tv-wikilink-template\"),\n\t\t\twikiLinkTemplate = wikiLinkTemplateMacro ? wikiLinkTemplateMacro.trim() : \"#$uri_encoded$\";\n\t\twikiLinkText = $tw.utils.replaceString(wikiLinkTemplate,\"$uri_encoded$\",encodeURIComponent(this.to));\n\t\twikiLinkText = $tw.utils.replaceString(wikiLinkText,\"$uri_doubleencoded$\",encodeURIComponent(encodeURIComponent(this.to)));\n\t}\n\t// Override with the value of tv-get-export-link if defined\n\twikiLinkText = this.getVariable(\"tv-get-export-link\",{params: [{name: \"to\",value: this.to}],defaultValue: wikiLinkText});\n\tif(tag === \"a\") {\n\t\tdomNode.setAttribute(\"href\",wikiLinkText);\n\t}\n\t// Set the tabindex\n\tif(this.tabIndex) {\n\t\tdomNode.setAttribute(\"tabindex\",this.tabIndex);\n\t}\n\t// Set the tooltip\n\t// HACK: Performance issues with re-parsing the tooltip prevent us defaulting the tooltip to \"<$transclude field='tooltip'><$transclude field='title'/></$transclude>\"\n\tvar tooltipWikiText = this.tooltip || this.getVariable(\"tv-wikilink-tooltip\");\n\tif(tooltipWikiText) {\n\t\tvar tooltipText = this.wiki.renderText(\"text/plain\",\"text/vnd.tiddlywiki\",tooltipWikiText,{\n\t\t\t\tparseAsInline: true,\n\t\t\t\tvariables: {\n\t\t\t\t\tcurrentTiddler: this.to\n\t\t\t\t},\n\t\t\t\tparentWidget: this\n\t\t\t});\n\t\tdomNode.setAttribute(\"title\",tooltipText);\n\t}\n\tif(this[\"aria-label\"]) {\n\t\tdomNode.setAttribute(\"aria-label\",this[\"aria-label\"]);\n\t}\n\t// Add a click event handler\n\t$tw.utils.addEventListeners(domNode,[\n\t\t{name: \"click\", handlerObject: this, handlerMethod: \"handleClickEvent\"},\n\t]);\n\t// Make the link draggable if required\n\tif(this.draggable === \"yes\") {\n\t\t$tw.utils.makeDraggable({\n\t\t\tdomNode: domNode,\n\t\t\tdragTiddlerFn: function() {return self.to;},\n\t\t\twidget: this\n\t\t});\n\t}\n\t// Insert the link into the DOM and render any children\n\tparent.insertBefore(domNode,nextSibling);\n\tthis.renderChildren(domNode,null);\n\tthis.domNodes.push(domNode);\n};\n\nLinkWidget.prototype.handleClickEvent = function(event) {\n\t// Send the click on its way as a navigate event\n\tvar bounds = this.domNodes[0].getBoundingClientRect();\n\tthis.dispatchEvent({\n\t\ttype: \"tm-navigate\",\n\t\tnavigateTo: this.to,\n\t\tnavigateFromTitle: this.getVariable(\"storyTiddler\"),\n\t\tnavigateFromNode: this,\n\t\tnavigateFromClientRect: { top: bounds.top, left: bounds.left, width: bounds.width, right: bounds.right, bottom: bounds.bottom, height: bounds.height\n\t\t},\n\t\tnavigateSuppressNavigation: event.metaKey || event.ctrlKey || (event.button === 1),\n\t\tmetaKey: event.metaKey,\n\t\tctrlKey: event.ctrlKey,\n\t\taltKey: event.altKey,\n\t\tshiftKey: event.shiftKey\n\t});\n\tif(this.domNodes[0].hasAttribute(\"href\")) {\n\t\tevent.preventDefault();\n\t}\n\tevent.stopPropagation();\n\treturn false;\n};\n\n/*\nCompute the internal state of the widget\n*/\nLinkWidget.prototype.execute = function() {\n\t// Pick up our attributes\n\tthis.to = this.getAttribute(\"to\",this.getVariable(\"currentTiddler\"));\n\tthis.tooltip = this.getAttribute(\"tooltip\");\n\tthis[\"aria-label\"] = this.getAttribute(\"aria-label\");\n\tthis.linkClasses = this.getAttribute(\"class\");\n\tthis.overrideClasses = this.getAttribute(\"overrideClass\");\n\tthis.tabIndex = this.getAttribute(\"tabindex\");\n\tthis.draggable = this.getAttribute(\"draggable\",\"yes\");\n\tthis.linkTag = this.getAttribute(\"tag\",\"a\");\n\t// Determine the link characteristics\n\tthis.isMissing = !this.wiki.tiddlerExists(this.to);\n\tthis.isShadow = this.wiki.isShadowTiddler(this.to);\n\tthis.hideMissingLinks = (this.getVariable(\"tv-show-missing-links\") || \"yes\") === \"no\";\n\t// Make the child widgets\n\tvar templateTree;\n\tif(this.parseTreeNode.children && this.parseTreeNode.children.length > 0) {\n\t\ttemplateTree = this.parseTreeNode.children;\n\t} else {\n\t\t// Default template is a link to the title\n\t\ttemplateTree = [{type: \"text\", text: this.to}];\n\t}\n\tthis.makeChildWidgets(templateTree);\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nLinkWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.to || changedTiddlers[this.to] || changedAttributes[\"aria-label\"] || changedAttributes.tooltip) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t}\n\treturn this.refreshChildren(changedTiddlers);\n};\n\nexports.link = LinkWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/linkcatcher.js": {
"title": "$:/core/modules/widgets/linkcatcher.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/linkcatcher.js\ntype: application/javascript\nmodule-type: widget\n\nLinkcatcher widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar LinkCatcherWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n\tthis.addEventListeners([\n\t\t{type: \"tm-navigate\", handler: \"handleNavigateEvent\"}\n\t]);\n};\n\n/*\nInherit from the base widget class\n*/\nLinkCatcherWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nLinkCatcherWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tthis.renderChildren(parent,nextSibling);\n};\n\n/*\nCompute the internal state of the widget\n*/\nLinkCatcherWidget.prototype.execute = function() {\n\t// Get our parameters\n\tthis.catchTo = this.getAttribute(\"to\");\n\tthis.catchMessage = this.getAttribute(\"message\");\n\tthis.catchSet = this.getAttribute(\"set\");\n\tthis.catchSetTo = this.getAttribute(\"setTo\");\n\tthis.catchActions = this.getAttribute(\"actions\");\n\t// Construct the child widgets\n\tthis.makeChildWidgets();\n\t// When executing actions we avoid trapping navigate events, so that we don't trigger ourselves recursively\n\tthis.executingActions = false;\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nLinkCatcherWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.to || changedAttributes.message || changedAttributes.set || changedAttributes.setTo) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn this.refreshChildren(changedTiddlers);\t\t\n\t}\n};\n\n/*\nHandle a tm-navigate event\n*/\nLinkCatcherWidget.prototype.handleNavigateEvent = function(event) {\n\tif(!this.executingActions) {\n\t\t// Execute the actions\n\t\tif(this.catchTo) {\n\t\t\tthis.wiki.setTextReference(this.catchTo,event.navigateTo,this.getVariable(\"currentTiddler\"));\n\t\t}\n\t\tif(this.catchMessage && this.parentWidget) {\n\t\t\tthis.parentWidget.dispatchEvent({\n\t\t\t\ttype: this.catchMessage,\n\t\t\t\tparam: event.navigateTo,\n\t\t\t\tnavigateTo: event.navigateTo\n\t\t\t});\n\t\t}\n\t\tif(this.catchSet) {\n\t\t\tvar tiddler = this.wiki.getTiddler(this.catchSet);\n\t\t\tthis.wiki.addTiddler(new $tw.Tiddler(tiddler,{title: this.catchSet, text: this.catchSetTo}));\n\t\t}\n\t\tif(this.catchActions) {\n\t\t\tthis.executingActions = true;\n\t\t\tthis.invokeActionString(this.catchActions,this,event,{navigateTo: event.navigateTo});\n\t\t\tthis.executingActions = false;\n\t\t}\n\t} else {\n\t\t// This is a navigate event generated by the actions of this linkcatcher, so we don't trap it again, but just pass it to the parent\n\t\tthis.parentWidget.dispatchEvent({\n\t\t\ttype: \"tm-navigate\",\n\t\t\tparam: event.navigateTo,\n\t\t\tnavigateTo: event.navigateTo\n\t\t});\n\t}\n\treturn false;\n};\n\nexports.linkcatcher = LinkCatcherWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/list.js": {
"title": "$:/core/modules/widgets/list.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/list.js\ntype: application/javascript\nmodule-type: widget\n\nList and list item widgets\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\n/*\nThe list widget creates list element sub-widgets that reach back into the list widget for their configuration\n*/\n\nvar ListWidget = function(parseTreeNode,options) {\n\t// Initialise the storyviews if they've not been done already\n\tif(!this.storyViews) {\n\t\tListWidget.prototype.storyViews = {};\n\t\t$tw.modules.applyMethods(\"storyview\",this.storyViews);\n\t}\n\t// Main initialisation inherited from widget.js\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nListWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nListWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tthis.renderChildren(parent,nextSibling);\n\t// Construct the storyview\n\tvar StoryView = this.storyViews[this.storyViewName];\n\tif(this.storyViewName && !StoryView) {\n\t\tStoryView = this.storyViews[\"classic\"];\n\t}\n\tif(StoryView && !this.document.isTiddlyWikiFakeDom) {\n\t\tthis.storyview = new StoryView(this);\n\t} else {\n\t\tthis.storyview = null;\n\t}\n};\n\n/*\nCompute the internal state of the widget\n*/\nListWidget.prototype.execute = function() {\n\t// Get our attributes\n\tthis.template = this.getAttribute(\"template\");\n\tthis.editTemplate = this.getAttribute(\"editTemplate\");\n\tthis.variableName = this.getAttribute(\"variable\",\"currentTiddler\");\n\tthis.storyViewName = this.getAttribute(\"storyview\");\n\tthis.historyTitle = this.getAttribute(\"history\");\n\t// Compose the list elements\n\tthis.list = this.getTiddlerList();\n\tvar members = [],\n\t\tself = this;\n\t// Check for an empty list\n\tif(this.list.length === 0) {\n\t\tmembers = this.getEmptyMessage();\n\t} else {\n\t\t$tw.utils.each(this.list,function(title,index) {\n\t\t\tmembers.push(self.makeItemTemplate(title));\n\t\t});\n\t}\n\t// Construct the child widgets\n\tthis.makeChildWidgets(members);\n\t// Clear the last history\n\tthis.history = [];\n};\n\nListWidget.prototype.getTiddlerList = function() {\n\tvar defaultFilter = \"[!is[system]sort[title]]\";\n\treturn this.wiki.filterTiddlers(this.getAttribute(\"filter\",defaultFilter),this);\n};\n\nListWidget.prototype.getEmptyMessage = function() {\n\tvar emptyMessage = this.getAttribute(\"emptyMessage\",\"\"),\n\t\tparser = this.wiki.parseText(\"text/vnd.tiddlywiki\",emptyMessage,{parseAsInline: true});\n\tif(parser) {\n\t\treturn parser.tree;\n\t} else {\n\t\treturn [];\n\t}\n};\n\n/*\nCompose the template for a list item\n*/\nListWidget.prototype.makeItemTemplate = function(title) {\n\t// Check if the tiddler is a draft\n\tvar tiddler = this.wiki.getTiddler(title),\n\t\tisDraft = tiddler && tiddler.hasField(\"draft.of\"),\n\t\ttemplate = this.template,\n\t\ttemplateTree;\n\tif(isDraft && this.editTemplate) {\n\t\ttemplate = this.editTemplate;\n\t}\n\t// Compose the transclusion of the template\n\tif(template) {\n\t\ttemplateTree = [{type: \"transclude\", attributes: {tiddler: {type: \"string\", value: template}}}];\n\t} else {\n\t\tif(this.parseTreeNode.children && this.parseTreeNode.children.length > 0) {\n\t\t\ttemplateTree = this.parseTreeNode.children;\n\t\t} else {\n\t\t\t// Default template is a link to the title\n\t\t\ttemplateTree = [{type: \"element\", tag: this.parseTreeNode.isBlock ? \"div\" : \"span\", children: [{type: \"link\", attributes: {to: {type: \"string\", value: title}}, children: [\n\t\t\t\t\t{type: \"text\", text: title}\n\t\t\t]}]}];\n\t\t}\n\t}\n\t// Return the list item\n\treturn {type: \"listitem\", itemTitle: title, variableName: this.variableName, children: templateTree};\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nListWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes(),\n\t\tresult;\n\t// Call the storyview\n\tif(this.storyview && this.storyview.refreshStart) {\n\t\tthis.storyview.refreshStart(changedTiddlers,changedAttributes);\n\t}\n\t// Completely refresh if any of our attributes have changed\n\tif(changedAttributes.filter || changedAttributes.template || changedAttributes.editTemplate || changedAttributes.emptyMessage || changedAttributes.storyview || changedAttributes.history) {\n\t\tthis.refreshSelf();\n\t\tresult = true;\n\t} else {\n\t\t// Handle any changes to the list\n\t\tresult = this.handleListChanges(changedTiddlers);\n\t\t// Handle any changes to the history stack\n\t\tif(this.historyTitle && changedTiddlers[this.historyTitle]) {\n\t\t\tthis.handleHistoryChanges();\n\t\t}\n\t}\n\t// Call the storyview\n\tif(this.storyview && this.storyview.refreshEnd) {\n\t\tthis.storyview.refreshEnd(changedTiddlers,changedAttributes);\n\t}\n\treturn result;\n};\n\n/*\nHandle any changes to the history list\n*/\nListWidget.prototype.handleHistoryChanges = function() {\n\t// Get the history data\n\tvar newHistory = this.wiki.getTiddlerDataCached(this.historyTitle,[]);\n\t// Ignore any entries of the history that match the previous history\n\tvar entry = 0;\n\twhile(entry < newHistory.length && entry < this.history.length && newHistory[entry].title === this.history[entry].title) {\n\t\tentry++;\n\t}\n\t// Navigate forwards to each of the new tiddlers\n\twhile(entry < newHistory.length) {\n\t\tif(this.storyview && this.storyview.navigateTo) {\n\t\t\tthis.storyview.navigateTo(newHistory[entry]);\n\t\t}\n\t\tentry++;\n\t}\n\t// Update the history\n\tthis.history = newHistory;\n};\n\n/*\nProcess any changes to the list\n*/\nListWidget.prototype.handleListChanges = function(changedTiddlers) {\n\t// Get the new list\n\tvar prevList = this.list;\n\tthis.list = this.getTiddlerList();\n\t// Check for an empty list\n\tif(this.list.length === 0) {\n\t\t// Check if it was empty before\n\t\tif(prevList.length === 0) {\n\t\t\t// If so, just refresh the empty message\n\t\t\treturn this.refreshChildren(changedTiddlers);\n\t\t} else {\n\t\t\t// Replace the previous content with the empty message\n\t\t\tfor(t=this.children.length-1; t>=0; t--) {\n\t\t\t\tthis.removeListItem(t);\n\t\t\t}\n\t\t\tvar nextSibling = this.findNextSiblingDomNode();\n\t\t\tthis.makeChildWidgets(this.getEmptyMessage());\n\t\t\tthis.renderChildren(this.parentDomNode,nextSibling);\n\t\t\treturn true;\n\t\t}\n\t} else {\n\t\t// If the list was empty then we need to remove the empty message\n\t\tif(prevList.length === 0) {\n\t\t\tthis.removeChildDomNodes();\n\t\t\tthis.children = [];\n\t\t}\n\t\t// Cycle through the list, inserting and removing list items as needed\n\t\tvar hasRefreshed = false;\n\t\tfor(var t=0; t<this.list.length; t++) {\n\t\t\tvar index = this.findListItem(t,this.list[t]);\n\t\t\tif(index === undefined) {\n\t\t\t\t// The list item must be inserted\n\t\t\t\tthis.insertListItem(t,this.list[t]);\n\t\t\t\thasRefreshed = true;\n\t\t\t} else {\n\t\t\t\t// There are intervening list items that must be removed\n\t\t\t\tfor(var n=index-1; n>=t; n--) {\n\t\t\t\t\tthis.removeListItem(n);\n\t\t\t\t\thasRefreshed = true;\n\t\t\t\t}\n\t\t\t\t// Refresh the item we're reusing\n\t\t\t\tvar refreshed = this.children[t].refresh(changedTiddlers);\n\t\t\t\thasRefreshed = hasRefreshed || refreshed;\n\t\t\t}\n\t\t}\n\t\t// Remove any left over items\n\t\tfor(t=this.children.length-1; t>=this.list.length; t--) {\n\t\t\tthis.removeListItem(t);\n\t\t\thasRefreshed = true;\n\t\t}\n\t\treturn hasRefreshed;\n\t}\n};\n\n/*\nFind the list item with a given title, starting from a specified position\n*/\nListWidget.prototype.findListItem = function(startIndex,title) {\n\twhile(startIndex < this.children.length) {\n\t\tif(this.children[startIndex].parseTreeNode.itemTitle === title) {\n\t\t\treturn startIndex;\n\t\t}\n\t\tstartIndex++;\n\t}\n\treturn undefined;\n};\n\n/*\nInsert a new list item at the specified index\n*/\nListWidget.prototype.insertListItem = function(index,title) {\n\t// Create, insert and render the new child widgets\n\tvar widget = this.makeChildWidget(this.makeItemTemplate(title));\n\twidget.parentDomNode = this.parentDomNode; // Hack to enable findNextSiblingDomNode() to work\n\tthis.children.splice(index,0,widget);\n\tvar nextSibling = widget.findNextSiblingDomNode();\n\twidget.render(this.parentDomNode,nextSibling);\n\t// Animate the insertion if required\n\tif(this.storyview && this.storyview.insert) {\n\t\tthis.storyview.insert(widget);\n\t}\n\treturn true;\n};\n\n/*\nRemove the specified list item\n*/\nListWidget.prototype.removeListItem = function(index) {\n\tvar widget = this.children[index];\n\t// Animate the removal if required\n\tif(this.storyview && this.storyview.remove) {\n\t\tthis.storyview.remove(widget);\n\t} else {\n\t\twidget.removeChildDomNodes();\n\t}\n\t// Remove the child widget\n\tthis.children.splice(index,1);\n};\n\nexports.list = ListWidget;\n\nvar ListItemWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nListItemWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nListItemWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tthis.renderChildren(parent,nextSibling);\n};\n\n/*\nCompute the internal state of the widget\n*/\nListItemWidget.prototype.execute = function() {\n\t// Set the current list item title\n\tthis.setVariable(this.parseTreeNode.variableName,this.parseTreeNode.itemTitle);\n\t// Construct the child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nListItemWidget.prototype.refresh = function(changedTiddlers) {\n\treturn this.refreshChildren(changedTiddlers);\n};\n\nexports.listitem = ListItemWidget;\n\n})();",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/macrocall.js": {
"title": "$:/core/modules/widgets/macrocall.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/macrocall.js\ntype: application/javascript\nmodule-type: widget\n\nMacrocall widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar MacroCallWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nMacroCallWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nMacroCallWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tthis.renderChildren(parent,nextSibling);\n};\n\n/*\nCompute the internal state of the widget\n*/\nMacroCallWidget.prototype.execute = function() {\n\t// Get the parse type if specified\n\tthis.parseType = this.getAttribute(\"$type\",\"text/vnd.tiddlywiki\");\n\tthis.renderOutput = this.getAttribute(\"$output\",\"text/html\");\n\t// Merge together the parameters specified in the parse tree with the specified attributes\n\tvar params = this.parseTreeNode.params ? this.parseTreeNode.params.slice(0) : [];\n\t$tw.utils.each(this.attributes,function(attribute,name) {\n\t\tif(name.charAt(0) !== \"$\") {\n\t\t\tparams.push({name: name, value: attribute});\t\t\t\n\t\t}\n\t});\n\t// Get the macro value\n\tvar macroName = this.parseTreeNode.name || this.getAttribute(\"$name\"),\n\t\tvariableInfo = this.getVariableInfo(macroName,{params: params}),\n\t\ttext = variableInfo.text,\n\t\tparseTreeNodes;\n\t// Are we rendering to HTML?\n\tif(this.renderOutput === \"text/html\") {\n\t\t// If so we'll return the parsed macro\n\t\tvar parser = this.wiki.parseText(this.parseType,text,\n\t\t\t\t\t\t\t{parseAsInline: !this.parseTreeNode.isBlock});\n\t\tparseTreeNodes = parser ? parser.tree : [];\n\t\t// Wrap the parse tree in a vars widget assigning the parameters to variables named \"__paramname__\"\n\t\tvar attributes = {};\n\t\t$tw.utils.each(variableInfo.params,function(param) {\n\t\t\tvar name = \"__\" + param.name + \"__\";\n\t\t\tattributes[name] = {\n\t\t\t\tname: name,\n\t\t\t\ttype: \"string\",\n\t\t\t\tvalue: param.value\n\t\t\t};\n\t\t});\n\t\tparseTreeNodes = [{\n\t\t\ttype: \"vars\",\n\t\t\tattributes: attributes,\n\t\t\tchildren: parseTreeNodes\n\t\t}];\n\t} else {\n\t\t// Otherwise, we'll render the text\n\t\tvar plainText = this.wiki.renderText(\"text/plain\",this.parseType,text,{parentWidget: this});\n\t\tparseTreeNodes = [{type: \"text\", text: plainText}];\n\t}\n\t// Construct the child widgets\n\tthis.makeChildWidgets(parseTreeNodes);\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nMacroCallWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif($tw.utils.count(changedAttributes) > 0) {\n\t\t// Rerender ourselves\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn this.refreshChildren(changedTiddlers);\n\t}\n};\n\nexports.macrocall = MacroCallWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/navigator.js": {
"title": "$:/core/modules/widgets/navigator.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/navigator.js\ntype: application/javascript\nmodule-type: widget\n\nNavigator widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar IMPORT_TITLE = \"$:/Import\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar NavigatorWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n\tthis.addEventListeners([\n\t\t{type: \"tm-navigate\", handler: \"handleNavigateEvent\"},\n\t\t{type: \"tm-edit-tiddler\", handler: \"handleEditTiddlerEvent\"},\n\t\t{type: \"tm-delete-tiddler\", handler: \"handleDeleteTiddlerEvent\"},\n\t\t{type: \"tm-save-tiddler\", handler: \"handleSaveTiddlerEvent\"},\n\t\t{type: \"tm-cancel-tiddler\", handler: \"handleCancelTiddlerEvent\"},\n\t\t{type: \"tm-close-tiddler\", handler: \"handleCloseTiddlerEvent\"},\n\t\t{type: \"tm-close-all-tiddlers\", handler: \"handleCloseAllTiddlersEvent\"},\n\t\t{type: \"tm-close-other-tiddlers\", handler: \"handleCloseOtherTiddlersEvent\"},\n\t\t{type: \"tm-new-tiddler\", handler: \"handleNewTiddlerEvent\"},\n\t\t{type: \"tm-import-tiddlers\", handler: \"handleImportTiddlersEvent\"},\n\t\t{type: \"tm-perform-import\", handler: \"handlePerformImportEvent\"},\n\t\t{type: \"tm-fold-tiddler\", handler: \"handleFoldTiddlerEvent\"},\n\t\t{type: \"tm-fold-other-tiddlers\", handler: \"handleFoldOtherTiddlersEvent\"},\n\t\t{type: \"tm-fold-all-tiddlers\", handler: \"handleFoldAllTiddlersEvent\"},\n\t\t{type: \"tm-unfold-all-tiddlers\", handler: \"handleUnfoldAllTiddlersEvent\"},\n\t\t{type: \"tm-rename-tiddler\", handler: \"handleRenameTiddlerEvent\"}\n\t]);\n};\n\n/*\nInherit from the base widget class\n*/\nNavigatorWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nNavigatorWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tthis.renderChildren(parent,nextSibling);\n};\n\n/*\nCompute the internal state of the widget\n*/\nNavigatorWidget.prototype.execute = function() {\n\t// Get our parameters\n\tthis.storyTitle = this.getAttribute(\"story\");\n\tthis.historyTitle = this.getAttribute(\"history\");\n\tthis.setVariable(\"tv-story-list\",this.storyTitle);\n\tthis.setVariable(\"tv-history-list\",this.historyTitle);\n\t// Construct the child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nNavigatorWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.story || changedAttributes.history) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn this.refreshChildren(changedTiddlers);\n\t}\n};\n\nNavigatorWidget.prototype.getStoryList = function() {\n\treturn this.storyTitle ? this.wiki.getTiddlerList(this.storyTitle) : null;\n};\n\nNavigatorWidget.prototype.saveStoryList = function(storyList) {\n\tif(this.storyTitle) {\n\t\tvar storyTiddler = this.wiki.getTiddler(this.storyTitle);\n\t\tthis.wiki.addTiddler(new $tw.Tiddler(\n\t\t\t{title: this.storyTitle},\n\t\t\tstoryTiddler,\n\t\t\t{list: storyList}\n\t\t));\t\t\n\t}\n};\n\nNavigatorWidget.prototype.removeTitleFromStory = function(storyList,title) {\n\tif(storyList) {\n\t\tvar p = storyList.indexOf(title);\n\t\twhile(p !== -1) {\n\t\t\tstoryList.splice(p,1);\n\t\t\tp = storyList.indexOf(title);\n\t\t}\t\t\n\t}\n};\n\nNavigatorWidget.prototype.replaceFirstTitleInStory = function(storyList,oldTitle,newTitle) {\n\tif(storyList) {\n\t\tvar pos = storyList.indexOf(oldTitle);\n\t\tif(pos !== -1) {\n\t\t\tstoryList[pos] = newTitle;\n\t\t\tdo {\n\t\t\t\tpos = storyList.indexOf(oldTitle,pos + 1);\n\t\t\t\tif(pos !== -1) {\n\t\t\t\t\tstoryList.splice(pos,1);\n\t\t\t\t}\n\t\t\t} while(pos !== -1);\n\t\t} else {\n\t\t\tstoryList.splice(0,0,newTitle);\n\t\t}\t\t\n\t}\n};\n\nNavigatorWidget.prototype.addToStory = function(title,fromTitle) {\n\tif(this.storyTitle) {\n\t\tthis.wiki.addToStory(title,fromTitle,this.storyTitle,{\n\t\t\topenLinkFromInsideRiver: this.getAttribute(\"openLinkFromInsideRiver\",\"top\"),\n\t\t\topenLinkFromOutsideRiver: this.getAttribute(\"openLinkFromOutsideRiver\",\"top\")\n\t\t});\n\t}\n};\n\n/*\nAdd a new record to the top of the history stack\ntitle: a title string or an array of title strings\nfromPageRect: page coordinates of the origin of the navigation\n*/\nNavigatorWidget.prototype.addToHistory = function(title,fromPageRect) {\n\tthis.wiki.addToHistory(title,fromPageRect,this.historyTitle);\n};\n\n/*\nHandle a tm-navigate event\n*/\nNavigatorWidget.prototype.handleNavigateEvent = function(event) {\n\tevent = $tw.hooks.invokeHook(\"th-navigating\",event);\n\tif(event.navigateTo) {\n\t\tthis.addToStory(event.navigateTo,event.navigateFromTitle);\n\t\tif(!event.navigateSuppressNavigation) {\n\t\t\tthis.addToHistory(event.navigateTo,event.navigateFromClientRect);\n\t\t}\n\t}\n\treturn false;\n};\n\n// Close a specified tiddler\nNavigatorWidget.prototype.handleCloseTiddlerEvent = function(event) {\n\tvar title = event.param || event.tiddlerTitle,\n\t\tstoryList = this.getStoryList();\n\t// Look for tiddlers with this title to close\n\tthis.removeTitleFromStory(storyList,title);\n\tthis.saveStoryList(storyList);\n\treturn false;\n};\n\n// Close all tiddlers\nNavigatorWidget.prototype.handleCloseAllTiddlersEvent = function(event) {\n\tthis.saveStoryList([]);\n\treturn false;\n};\n\n// Close other tiddlers\nNavigatorWidget.prototype.handleCloseOtherTiddlersEvent = function(event) {\n\tvar title = event.param || event.tiddlerTitle;\n\tthis.saveStoryList([title]);\n\treturn false;\n};\n\n// Place a tiddler in edit mode\nNavigatorWidget.prototype.handleEditTiddlerEvent = function(event) {\n\tvar editTiddler = $tw.hooks.invokeHook(\"th-editing-tiddler\",event);\n\tif(!editTiddler) {\n\t\treturn false;\n\t}\n\tvar self = this;\n\tfunction isUnmodifiedShadow(title) {\n\t\treturn self.wiki.isShadowTiddler(title) && !self.wiki.tiddlerExists(title);\n\t}\n\tfunction confirmEditShadow(title) {\n\t\treturn confirm($tw.language.getString(\n\t\t\t\"ConfirmEditShadowTiddler\",\n\t\t\t{variables:\n\t\t\t\t{title: title}\n\t\t\t}\n\t\t));\n\t}\n\tvar title = event.param || event.tiddlerTitle;\n\tif(isUnmodifiedShadow(title) && !confirmEditShadow(title)) {\n\t\treturn false;\n\t}\n\t// Replace the specified tiddler with a draft in edit mode\n\tvar draftTiddler = this.makeDraftTiddler(title);\n\t// Update the story and history if required\n\tif(!event.paramObject || event.paramObject.suppressNavigation !== \"yes\") {\n\t\tvar draftTitle = draftTiddler.fields.title,\n\t\t\tstoryList = this.getStoryList();\n\t\tthis.removeTitleFromStory(storyList,draftTitle);\n\t\tthis.replaceFirstTitleInStory(storyList,title,draftTitle);\n\t\tthis.addToHistory(draftTitle,event.navigateFromClientRect);\n\t\tthis.saveStoryList(storyList);\n\t\treturn false;\n\t}\n};\n\n// Delete a tiddler\nNavigatorWidget.prototype.handleDeleteTiddlerEvent = function(event) {\n\t// Get the tiddler we're deleting\n\tvar title = event.param || event.tiddlerTitle,\n\t\ttiddler = this.wiki.getTiddler(title),\n\t\tstoryList = this.getStoryList(),\n\t\toriginalTitle = tiddler ? tiddler.fields[\"draft.of\"] : \"\",\n\t\toriginalTiddler = originalTitle ? this.wiki.getTiddler(originalTitle) : undefined,\n\t\tconfirmationTitle;\n\tif(!tiddler) {\n\t\treturn false;\n\t}\n\t// Check if the tiddler we're deleting is in draft mode\n\tif(originalTitle) {\n\t\t// If so, we'll prompt for confirmation referencing the original tiddler\n\t\tconfirmationTitle = originalTitle;\n\t} else {\n\t\t// If not a draft, then prompt for confirmation referencing the specified tiddler\n\t\tconfirmationTitle = title;\n\t}\n\t// Seek confirmation\n\tif((this.wiki.getTiddler(originalTitle) || (tiddler.fields.text || \"\") !== \"\") && !confirm($tw.language.getString(\n\t\t\t\t\"ConfirmDeleteTiddler\",\n\t\t\t\t{variables:\n\t\t\t\t\t{title: confirmationTitle}\n\t\t\t\t}\n\t\t\t))) {\n\t\treturn false;\n\t}\n\t// Delete the original tiddler\n\tif(originalTitle) {\n\t\tif(originalTiddler) {\n\t\t\t$tw.hooks.invokeHook(\"th-deleting-tiddler\",originalTiddler);\n\t\t}\n\t\tthis.wiki.deleteTiddler(originalTitle);\n\t\tthis.removeTitleFromStory(storyList,originalTitle);\n\t}\n\t// Invoke the hook function and delete this tiddler\n\t$tw.hooks.invokeHook(\"th-deleting-tiddler\",tiddler);\n\tthis.wiki.deleteTiddler(title);\n\t// Remove the closed tiddler from the story\n\tthis.removeTitleFromStory(storyList,title);\n\tthis.saveStoryList(storyList);\n\t// Trigger an autosave\n\t$tw.rootWidget.dispatchEvent({type: \"tm-auto-save-wiki\"});\n\treturn false;\n};\n\n/*\nCreate/reuse the draft tiddler for a given title\n*/\nNavigatorWidget.prototype.makeDraftTiddler = function(targetTitle) {\n\t// See if there is already a draft tiddler for this tiddler\n\tvar draftTitle = this.wiki.findDraft(targetTitle);\n\tif(draftTitle) {\n\t\treturn this.wiki.getTiddler(draftTitle);\n\t}\n\t// Get the current value of the tiddler we're editing\n\tvar tiddler = this.wiki.getTiddler(targetTitle);\n\t// Save the initial value of the draft tiddler\n\tdraftTitle = this.generateDraftTitle(targetTitle);\n\tvar draftTiddler = new $tw.Tiddler(\n\t\t\ttiddler,\n\t\t\t{\n\t\t\t\ttitle: draftTitle,\n\t\t\t\t\"draft.title\": targetTitle,\n\t\t\t\t\"draft.of\": targetTitle\n\t\t\t},\n\t\t\tthis.wiki.getModificationFields()\n\t\t);\n\tthis.wiki.addTiddler(draftTiddler);\n\treturn draftTiddler;\n};\n\n/*\nGenerate a title for the draft of a given tiddler\n*/\nNavigatorWidget.prototype.generateDraftTitle = function(title) {\n\treturn this.wiki.generateDraftTitle(title);\n};\n\n// Take a tiddler out of edit mode, saving the changes\nNavigatorWidget.prototype.handleSaveTiddlerEvent = function(event) {\n\tvar title = event.param || event.tiddlerTitle,\n\t\ttiddler = this.wiki.getTiddler(title),\n\t\tstoryList = this.getStoryList();\n\t// Replace the original tiddler with the draft\n\tif(tiddler) {\n\t\tvar draftTitle = (tiddler.fields[\"draft.title\"] || \"\").trim(),\n\t\t\tdraftOf = (tiddler.fields[\"draft.of\"] || \"\").trim();\n\t\tif(draftTitle) {\n\t\t\tvar isRename = draftOf !== draftTitle,\n\t\t\t\tisConfirmed = true;\n\t\t\tif(isRename && this.wiki.tiddlerExists(draftTitle)) {\n\t\t\t\tisConfirmed = confirm($tw.language.getString(\n\t\t\t\t\t\"ConfirmOverwriteTiddler\",\n\t\t\t\t\t{variables:\n\t\t\t\t\t\t{title: draftTitle}\n\t\t\t\t\t}\n\t\t\t\t));\n\t\t\t}\n\t\t\tif(isConfirmed) {\n\t\t\t\t// Create the new tiddler and pass it through the th-saving-tiddler hook\n\t\t\t\tvar newTiddler = new $tw.Tiddler(this.wiki.getCreationFields(),tiddler,{\n\t\t\t\t\ttitle: draftTitle,\n\t\t\t\t\t\"draft.title\": undefined,\n\t\t\t\t\t\"draft.of\": undefined\n\t\t\t\t},this.wiki.getModificationFields());\n\t\t\t\tnewTiddler = $tw.hooks.invokeHook(\"th-saving-tiddler\",newTiddler);\n\t\t\t\tthis.wiki.addTiddler(newTiddler);\n\t\t\t\t// If enabled, relink references to renamed tiddler\n\t\t\t\tvar shouldRelink = this.getAttribute(\"relinkOnRename\",\"no\").toLowerCase().trim() === \"yes\";\n\t\t\t\tif(isRename && shouldRelink && this.wiki.tiddlerExists(draftOf)) {\nconsole.log(\"Relinking '\" + draftOf + \"' to '\" + draftTitle + \"'\");\n\t\t\t\t\tthis.wiki.relinkTiddler(draftOf,draftTitle);\n\t\t\t\t}\n\t\t\t\t// Remove the draft tiddler\n\t\t\t\tthis.wiki.deleteTiddler(title);\n\t\t\t\t// Remove the original tiddler if we're renaming it\n\t\t\t\tif(isRename) {\n\t\t\t\t\tthis.wiki.deleteTiddler(draftOf);\n\t\t\t\t}\n\t\t\t\t// #2381 always remove new title & old\n\t\t\t\tthis.removeTitleFromStory(storyList,draftTitle);\n\t\t\t\tthis.removeTitleFromStory(storyList,draftOf);\n\t\t\t\tif(!event.paramObject || event.paramObject.suppressNavigation !== \"yes\") {\n\t\t\t\t\t// Replace the draft in the story with the original\n\t\t\t\t\tthis.replaceFirstTitleInStory(storyList,title,draftTitle);\n\t\t\t\t\tthis.addToHistory(draftTitle,event.navigateFromClientRect);\n\t\t\t\t\tif(draftTitle !== this.storyTitle) {\n\t\t\t\t\t\tthis.saveStoryList(storyList);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\t// Trigger an autosave\n\t\t\t\t$tw.rootWidget.dispatchEvent({type: \"tm-auto-save-wiki\"});\n\t\t\t}\n\t\t}\n\t}\n\treturn false;\n};\n\n// Take a tiddler out of edit mode without saving the changes\nNavigatorWidget.prototype.handleCancelTiddlerEvent = function(event) {\n\tevent = $tw.hooks.invokeHook(\"th-cancelling-tiddler\", event);\n\t// Flip the specified tiddler from draft back to the original\n\tvar draftTitle = event.param || event.tiddlerTitle,\n\t\tdraftTiddler = this.wiki.getTiddler(draftTitle),\n\t\toriginalTitle = draftTiddler && draftTiddler.fields[\"draft.of\"];\n\tif(draftTiddler && originalTitle) {\n\t\t// Ask for confirmation if the tiddler text has changed\n\t\tvar isConfirmed = true,\n\t\t\toriginalTiddler = this.wiki.getTiddler(originalTitle),\n\t\t\tstoryList = this.getStoryList();\n\t\tif(this.wiki.isDraftModified(draftTitle)) {\n\t\t\tisConfirmed = confirm($tw.language.getString(\n\t\t\t\t\"ConfirmCancelTiddler\",\n\t\t\t\t{variables:\n\t\t\t\t\t{title: draftTitle}\n\t\t\t\t}\n\t\t\t));\n\t\t}\n\t\t// Remove the draft tiddler\n\t\tif(isConfirmed) {\n\t\t\tthis.wiki.deleteTiddler(draftTitle);\n\t\t\tif(!event.paramObject || event.paramObject.suppressNavigation !== \"yes\") {\n\t\t\t\tif(originalTiddler) {\n\t\t\t\t\tthis.replaceFirstTitleInStory(storyList,draftTitle,originalTitle);\n\t\t\t\t\tthis.addToHistory(originalTitle,event.navigateFromClientRect);\n\t\t\t\t} else {\n\t\t\t\t\tthis.removeTitleFromStory(storyList,draftTitle);\n\t\t\t\t}\n\t\t\t\tthis.saveStoryList(storyList);\n\t\t\t}\n\t\t}\n\t}\n\treturn false;\n};\n\n// Create a new draft tiddler\n// event.param can either be the title of a template tiddler, or a hashmap of fields.\n//\n// The title of the newly created tiddler follows these rules:\n// * If a hashmap was used and a title field was specified, use that title\n// * If a hashmap was used without a title field, use a default title, if necessary making it unique with a numeric suffix\n// * If a template tiddler was used, use the title of the template, if necessary making it unique with a numeric suffix\n//\n// If a draft of the target tiddler already exists then it is reused\nNavigatorWidget.prototype.handleNewTiddlerEvent = function(event) {\n\tevent = $tw.hooks.invokeHook(\"th-new-tiddler\", event);\n\t// Get the story details\n\tvar storyList = this.getStoryList(),\n\t\ttemplateTiddler, additionalFields, title, draftTitle, existingTiddler;\n\t// Get the template tiddler (if any)\n\tif(typeof event.param === \"string\") {\n\t\t// Get the template tiddler\n\t\ttemplateTiddler = this.wiki.getTiddler(event.param);\n\t\t// Generate a new title\n\t\ttitle = this.wiki.generateNewTitle(event.param || $tw.language.getString(\"DefaultNewTiddlerTitle\"));\n\t}\n\t// Get the specified additional fields\n\tif(typeof event.paramObject === \"object\") {\n\t\tadditionalFields = event.paramObject;\n\t}\n\tif(typeof event.param === \"object\") { // Backwards compatibility with 5.1.3\n\t\tadditionalFields = event.param;\n\t}\n\tif(additionalFields && additionalFields.title) {\n\t\ttitle = additionalFields.title;\n\t}\n\t// Make a copy of the additional fields excluding any blank ones\n\tvar filteredAdditionalFields = $tw.utils.extend({},additionalFields);\n\tObject.keys(filteredAdditionalFields).forEach(function(fieldName) {\n\t\tif(filteredAdditionalFields[fieldName] === \"\") {\n\t\t\tdelete filteredAdditionalFields[fieldName];\n\t\t}\n\t});\n\t// Generate a title if we don't have one\n\ttitle = title || this.wiki.generateNewTitle($tw.language.getString(\"DefaultNewTiddlerTitle\"));\n\t// Find any existing draft for this tiddler\n\tdraftTitle = this.wiki.findDraft(title);\n\t// Pull in any existing tiddler\n\tif(draftTitle) {\n\t\texistingTiddler = this.wiki.getTiddler(draftTitle);\n\t} else {\n\t\tdraftTitle = this.generateDraftTitle(title);\n\t\texistingTiddler = this.wiki.getTiddler(title);\n\t}\n\t// Merge the tags\n\tvar mergedTags = [];\n\tif(existingTiddler && existingTiddler.fields.tags) {\n\t\t$tw.utils.pushTop(mergedTags,existingTiddler.fields.tags);\n\t}\n\tif(additionalFields && additionalFields.tags) {\n\t\t// Merge tags\n\t\tmergedTags = $tw.utils.pushTop(mergedTags,$tw.utils.parseStringArray(additionalFields.tags));\n\t}\n\tif(templateTiddler && templateTiddler.fields.tags) {\n\t\t// Merge tags\n\t\tmergedTags = $tw.utils.pushTop(mergedTags,templateTiddler.fields.tags);\n\t}\n\t// Save the draft tiddler\n\tvar draftTiddler = new $tw.Tiddler({\n\t\t\ttext: \"\",\n\t\t\t\"draft.title\": title\n\t\t},\n\t\ttemplateTiddler,\n\t\tadditionalFields,\n\t\tthis.wiki.getCreationFields(),\n\t\texistingTiddler,\n\t\tfilteredAdditionalFields,\n\t\t{\n\t\t\ttitle: draftTitle,\n\t\t\t\"draft.of\": title,\n\t\t\ttags: mergedTags\n\t\t},this.wiki.getModificationFields());\n\tthis.wiki.addTiddler(draftTiddler);\n\t// Update the story to insert the new draft at the top and remove any existing tiddler\n\tif(storyList && storyList.indexOf(draftTitle) === -1) {\n\t\tvar slot = storyList.indexOf(event.navigateFromTitle);\n\t\tif(slot === -1) {\n\t\t\tslot = this.getAttribute(\"openLinkFromOutsideRiver\",\"top\") === \"bottom\" ? storyList.length - 1 : slot;\n\t\t}\n\t\tstoryList.splice(slot + 1,0,draftTitle);\n\t}\n\tif(storyList && storyList.indexOf(title) !== -1) {\n\t\tstoryList.splice(storyList.indexOf(title),1);\n\t}\n\tthis.saveStoryList(storyList);\n\t// Add a new record to the top of the history stack\n\tthis.addToHistory(draftTitle);\n\treturn false;\n};\n\n// Import JSON tiddlers into a pending import tiddler\nNavigatorWidget.prototype.handleImportTiddlersEvent = function(event) {\n\t// Get the tiddlers\n\tvar tiddlers = [];\n\ttry {\n\t\ttiddlers = JSON.parse(event.param);\n\t} catch(e) {\n\t}\n\t// Get the current $:/Import tiddler\n\tvar importTiddler = this.wiki.getTiddler(IMPORT_TITLE),\n\t\timportData = this.wiki.getTiddlerData(IMPORT_TITLE,{}),\n\t\tnewFields = new Object({\n\t\t\ttitle: IMPORT_TITLE,\n\t\t\ttype: \"application/json\",\n\t\t\t\"plugin-type\": \"import\",\n\t\t\t\"status\": \"pending\"\n\t\t}),\n\t\tincomingTiddlers = [];\n\t// Process each tiddler\n\timportData.tiddlers = importData.tiddlers || {};\n\t$tw.utils.each(tiddlers,function(tiddlerFields) {\n\t\ttiddlerFields.title = $tw.utils.trim(tiddlerFields.title);\n\t\tvar title = tiddlerFields.title;\n\t\tif(title) {\n\t\t\tincomingTiddlers.push(title);\n\t\t\timportData.tiddlers[title] = tiddlerFields;\n\t\t}\n\t});\n\t// Give the active upgrader modules a chance to process the incoming tiddlers\n\tvar messages = this.wiki.invokeUpgraders(incomingTiddlers,importData.tiddlers);\n\t$tw.utils.each(messages,function(message,title) {\n\t\tnewFields[\"message-\" + title] = message;\n\t});\n\t// Deselect any suppressed tiddlers\n\t$tw.utils.each(importData.tiddlers,function(tiddler,title) {\n\t\tif($tw.utils.count(tiddler) === 0) {\n\t\t\tnewFields[\"selection-\" + title] = \"unchecked\";\n\t\t}\n\t});\n\t// Save the $:/Import tiddler\n\tnewFields.text = JSON.stringify(importData,null,$tw.config.preferences.jsonSpaces);\n\tthis.wiki.addTiddler(new $tw.Tiddler(importTiddler,newFields));\n\t// Update the story and history details\n\tif(this.getVariable(\"tv-auto-open-on-import\") !== \"no\") {\n\t\tvar storyList = this.getStoryList(),\n\t\t\thistory = [];\n\t\t// Add it to the story\n\t\tif(storyList && storyList.indexOf(IMPORT_TITLE) === -1) {\n\t\t\tstoryList.unshift(IMPORT_TITLE);\n\t\t}\n\t\t// And to history\n\t\thistory.push(IMPORT_TITLE);\n\t\t// Save the updated story and history\n\t\tthis.saveStoryList(storyList);\n\t\tthis.addToHistory(history);\n\t}\n\treturn false;\n};\n\n//\nNavigatorWidget.prototype.handlePerformImportEvent = function(event) {\n\tvar self = this,\n\t\timportTiddler = this.wiki.getTiddler(event.param),\n\t\timportData = this.wiki.getTiddlerDataCached(event.param,{tiddlers: {}}),\n\t\timportReport = [];\n\t// Add the tiddlers to the store\n\timportReport.push($tw.language.getString(\"Import/Imported/Hint\") + \"\\n\");\n\t$tw.utils.each(importData.tiddlers,function(tiddlerFields) {\n\t\tvar title = tiddlerFields.title;\n\t\tif(title && importTiddler && importTiddler.fields[\"selection-\" + title] !== \"unchecked\") {\n\t\t\tvar tiddler = new $tw.Tiddler(tiddlerFields);\n\t\t\ttiddler = $tw.hooks.invokeHook(\"th-importing-tiddler\",tiddler);\n\t\t\tself.wiki.addTiddler(tiddler);\n\t\t\timportReport.push(\"# [[\" + tiddlerFields.title + \"]]\");\n\t\t}\n\t});\n\t// Replace the $:/Import tiddler with an import report\n\tthis.wiki.addTiddler(new $tw.Tiddler({\n\t\ttitle: event.param,\n\t\ttext: importReport.join(\"\\n\"),\n\t\t\"status\": \"complete\"\n\t}));\n\t// Navigate to the $:/Import tiddler\n\tthis.addToHistory([event.param]);\n\t// Trigger an autosave\n\t$tw.rootWidget.dispatchEvent({type: \"tm-auto-save-wiki\"});\n};\n\nNavigatorWidget.prototype.handleFoldTiddlerEvent = function(event) {\n\tvar paramObject = event.paramObject || {};\n\tif(paramObject.foldedState) {\n\t\tvar foldedState = this.wiki.getTiddlerText(paramObject.foldedState,\"show\") === \"show\" ? \"hide\" : \"show\";\n\t\tthis.wiki.setText(paramObject.foldedState,\"text\",null,foldedState);\n\t}\n};\n\nNavigatorWidget.prototype.handleFoldOtherTiddlersEvent = function(event) {\n\tvar self = this,\n\t\tparamObject = event.paramObject || {},\n\t\tprefix = paramObject.foldedStatePrefix;\n\t$tw.utils.each(this.getStoryList(),function(title) {\n\t\tself.wiki.setText(prefix + title,\"text\",null,event.param === title ? \"show\" : \"hide\");\n\t});\n};\n\nNavigatorWidget.prototype.handleFoldAllTiddlersEvent = function(event) {\n\tvar self = this,\n\t\tparamObject = event.paramObject || {},\n\t\tprefix = paramObject.foldedStatePrefix || \"$:/state/folded/\";\n\t$tw.utils.each(this.getStoryList(),function(title) {\n\t\tself.wiki.setText(prefix + title,\"text\",null,\"hide\");\n\t});\n};\n\nNavigatorWidget.prototype.handleUnfoldAllTiddlersEvent = function(event) {\n\tvar self = this,\n\t\tparamObject = event.paramObject || {},\n\t\tprefix = paramObject.foldedStatePrefix;\n\t$tw.utils.each(this.getStoryList(),function(title) {\n\t\tself.wiki.setText(prefix + title,\"text\",null,\"show\");\n\t});\n};\n\nNavigatorWidget.prototype.handleRenameTiddlerEvent = function(event) {\n\tvar paramObject = event.paramObject || {},\n\t\tfrom = paramObject.from || event.tiddlerTitle,\n\t\tto = paramObject.to;\n\t$tw.wiki.renameTiddler(from,to);\n};\n\nexports.navigator = NavigatorWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/password.js": {
"title": "$:/core/modules/widgets/password.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/password.js\ntype: application/javascript\nmodule-type: widget\n\nPassword widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar PasswordWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nPasswordWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nPasswordWidget.prototype.render = function(parent,nextSibling) {\n\t// Save the parent dom node\n\tthis.parentDomNode = parent;\n\t// Compute our attributes\n\tthis.computeAttributes();\n\t// Execute our logic\n\tthis.execute();\n\t// Get the current password\n\tvar password = $tw.browser ? $tw.utils.getPassword(this.passwordName) || \"\" : \"\";\n\t// Create our element\n\tvar domNode = this.document.createElement(\"input\");\n\tdomNode.setAttribute(\"type\",\"password\");\n\tdomNode.setAttribute(\"value\",password);\n\t// Add a click event handler\n\t$tw.utils.addEventListeners(domNode,[\n\t\t{name: \"change\", handlerObject: this, handlerMethod: \"handleChangeEvent\"}\n\t]);\n\t// Insert the label into the DOM and render any children\n\tparent.insertBefore(domNode,nextSibling);\n\tthis.renderChildren(domNode,null);\n\tthis.domNodes.push(domNode);\n};\n\nPasswordWidget.prototype.handleChangeEvent = function(event) {\n\tvar password = this.domNodes[0].value;\n\treturn $tw.utils.savePassword(this.passwordName,password);\n};\n\n/*\nCompute the internal state of the widget\n*/\nPasswordWidget.prototype.execute = function() {\n\t// Get the parameters from the attributes\n\tthis.passwordName = this.getAttribute(\"name\",\"\");\n\t// Make the child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nPasswordWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.name) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn this.refreshChildren(changedTiddlers);\n\t}\n};\n\nexports.password = PasswordWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/qualify.js": {
"title": "$:/core/modules/widgets/qualify.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/qualify.js\ntype: application/javascript\nmodule-type: widget\n\nQualify text to a variable \n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar QualifyWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nQualifyWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nQualifyWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tthis.renderChildren(parent,nextSibling);\n};\n\n/*\nCompute the internal state of the widget\n*/\nQualifyWidget.prototype.execute = function() {\n\t// Get our parameters\n\tthis.qualifyName = this.getAttribute(\"name\");\n\tthis.qualifyTitle = this.getAttribute(\"title\");\n\t// Set context variable\n\tif(this.qualifyName) {\n\t\tthis.setVariable(this.qualifyName,this.qualifyTitle + \"-\" + this.getStateQualifier());\n\t}\n\t// Construct the child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nQualifyWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.name || changedAttributes.title) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn this.refreshChildren(changedTiddlers);\n\t}\n};\n\nexports.qualify = QualifyWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/radio.js": {
"title": "$:/core/modules/widgets/radio.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/radio.js\ntype: application/javascript\nmodule-type: widget\n\nSet a field or index at a given tiddler via radio buttons\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar RadioWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nRadioWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nRadioWidget.prototype.render = function(parent,nextSibling) {\n\t// Save the parent dom node\n\tthis.parentDomNode = parent;\n\t// Compute our attributes\n\tthis.computeAttributes();\n\t// Execute our logic\n\tthis.execute();\n\tvar isChecked = this.getValue() === this.radioValue;\n\t// Create our elements\n\tthis.labelDomNode = this.document.createElement(\"label\");\n\tthis.labelDomNode.setAttribute(\"class\",\n \t\t\"tc-radio \" + this.radioClass + (isChecked ? \" tc-radio-selected\" : \"\")\n \t);\n\tthis.inputDomNode = this.document.createElement(\"input\");\n\tthis.inputDomNode.setAttribute(\"type\",\"radio\");\n\tif(isChecked) {\n\t\tthis.inputDomNode.setAttribute(\"checked\",\"true\");\n\t}\n\tthis.labelDomNode.appendChild(this.inputDomNode);\n\tthis.spanDomNode = this.document.createElement(\"span\");\n\tthis.labelDomNode.appendChild(this.spanDomNode);\n\t// Add a click event handler\n\t$tw.utils.addEventListeners(this.inputDomNode,[\n\t\t{name: \"change\", handlerObject: this, handlerMethod: \"handleChangeEvent\"}\n\t]);\n\t// Insert the label into the DOM and render any children\n\tparent.insertBefore(this.labelDomNode,nextSibling);\n\tthis.renderChildren(this.spanDomNode,null);\n\tthis.domNodes.push(this.labelDomNode);\n};\n\nRadioWidget.prototype.getValue = function() {\n\tvar value,\n\t\ttiddler = this.wiki.getTiddler(this.radioTitle);\n\tif (this.radioIndex) {\n\t\tvalue = this.wiki.extractTiddlerDataItem(this.radioTitle,this.radioIndex);\n\t} else {\n\t\tvalue = tiddler && tiddler.getFieldString(this.radioField);\n\t}\n\treturn value;\n};\n\nRadioWidget.prototype.setValue = function() {\n\tif(this.radioIndex) {\n\t\tthis.wiki.setText(this.radioTitle,\"\",this.radioIndex,this.radioValue);\n\t} else {\n\t\tvar tiddler = this.wiki.getTiddler(this.radioTitle),\n\t\t\taddition = {};\n\t\taddition[this.radioField] = this.radioValue;\n\t\tthis.wiki.addTiddler(new $tw.Tiddler(this.wiki.getCreationFields(),{title: this.radioTitle},tiddler,addition,this.wiki.getModificationFields()));\n\t}\n};\n\nRadioWidget.prototype.handleChangeEvent = function(event) {\n\tif(this.inputDomNode.checked) {\n\t\tthis.setValue();\n\t}\n};\n\n/*\nCompute the internal state of the widget\n*/\nRadioWidget.prototype.execute = function() {\n\t// Get the parameters from the attributes\n\tthis.radioTitle = this.getAttribute(\"tiddler\",this.getVariable(\"currentTiddler\"));\n\tthis.radioField = this.getAttribute(\"field\",\"text\");\n\tthis.radioIndex = this.getAttribute(\"index\");\n\tthis.radioValue = this.getAttribute(\"value\");\n\tthis.radioClass = this.getAttribute(\"class\",\"\");\n\t// Make the child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nRadioWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.tiddler || changedAttributes.field || changedAttributes.index || changedAttributes.value || changedAttributes[\"class\"]) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\tvar refreshed = false;\n\t\tif(changedTiddlers[this.radioTitle]) {\n\t\t\tthis.inputDomNode.checked = this.getValue() === this.radioValue;\n\t\t\trefreshed = true;\n\t\t}\n\t\treturn this.refreshChildren(changedTiddlers) || refreshed;\n\t}\n};\n\nexports.radio = RadioWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/range.js": {
"title": "$:/core/modules/widgets/range.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/range.js\ntype: application/javascript\nmodule-type: widget\n\nRange widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar RangeWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nRangeWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nRangeWidget.prototype.render = function(parent,nextSibling) {\n\t// Save the parent dom node\n\tthis.parentDomNode = parent;\n\t// Compute our attributes\n\tthis.computeAttributes();\n\t// Execute our logic\n\tthis.execute();\n\t// Create our elements\n\tthis.inputDomNode = this.document.createElement(\"input\");\n\tthis.inputDomNode.setAttribute(\"type\",\"range\");\n\tthis.inputDomNode.setAttribute(\"class\",this.elementClass);\n\tif(this.minValue){\n\t\tthis.inputDomNode.setAttribute(\"min\", this.minValue);\n\t}\n\tif(this.maxValue){\n\t\tthis.inputDomNode.setAttribute(\"max\", this.maxValue);\n\t}\n\tif(this.increment){\n\t\tthis.inputDomNode.setAttribute(\"step\", this.increment);\n\t}\n\tthis.inputDomNode.value = this.getValue();\n\n\n\t// Add a click event handler\n\t$tw.utils.addEventListeners(this.inputDomNode,[\n\t\t{name: \"input\", handlerObject: this, handlerMethod: \"handleChangeEvent\"}\n\t]);\n\t// Insert the label into the DOM and render any children\n\tparent.insertBefore(this.inputDomNode,nextSibling);\n\tthis.domNodes.push(this.inputDomNode);\n};\n\nRangeWidget.prototype.getValue = function() {\n\tvar tiddler = this.wiki.getTiddler(this.tiddlerTitle),\n\t\tvalue = this.defaultValue;\n\tif(tiddler) {\n\t\tif($tw.utils.hop(tiddler.fields,this.tiddlerField)) {\n\t\t\tvalue = tiddler.fields[this.tiddlerField] || \"\";\n\t\t} else {\n\t\t\tvalue = this.defaultValue || \"\";\n\t\t}\n\t}\n\treturn value;\n};\n\nRangeWidget.prototype.handleChangeEvent = function(event) {\n\tthis.wiki.setText(this.tiddlerTitle ,this.tiddlerField, null,this.inputDomNode.value);\n};\n\n/*\nCompute the internal state of the widget\n*/\nRangeWidget.prototype.execute = function() {\n\t// Get the parameters from the attributes\n\tthis.tiddlerTitle = this.getAttribute(\"tiddler\",this.getVariable(\"currentTiddler\"));\n\tthis.tiddlerField = this.getAttribute(\"field\");\n\tthis.minValue = this.getAttribute(\"min\");\n\tthis.maxValue = this.getAttribute(\"max\");\n\tthis.increment = this.getAttribute(\"increment\");\n\tthis.defaultValue = this.getAttribute(\"default\");\n\tthis.elementClass = this.getAttribute(\"class\",\"\");\n\t// Make the child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nRangeWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.tiddler || changedAttributes.field || changedAttributes['min'] || changedAttributes['max'] || changedAttributes['increment'] || changedAttributes[\"default\"] || changedAttributes[\"class\"]) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\tvar refreshed = false;\n\t\tif(changedTiddlers[this.tiddlerTitle]) {\n\t\t\tthis.inputDomNode.checked = this.getValue();\n\t\t\trefreshed = true;\n\t\t}\n\t\treturn this.refreshChildren(changedTiddlers) || refreshed;\n\t}\n};\n\nexports.range = RangeWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/raw.js": {
"title": "$:/core/modules/widgets/raw.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/raw.js\ntype: application/javascript\nmodule-type: widget\n\nRaw widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar RawWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nRawWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nRawWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.execute();\n\tvar div = this.document.createElement(\"div\");\n\tdiv.innerHTML=this.parseTreeNode.html;\n\tparent.insertBefore(div,nextSibling);\n\tthis.domNodes.push(div);\t\n};\n\n/*\nCompute the internal state of the widget\n*/\nRawWidget.prototype.execute = function() {\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nRawWidget.prototype.refresh = function(changedTiddlers) {\n\treturn false;\n};\n\nexports.raw = RawWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/reveal.js": {
"title": "$:/core/modules/widgets/reveal.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/reveal.js\ntype: application/javascript\nmodule-type: widget\n\nReveal widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar RevealWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nRevealWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nRevealWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tvar tag = this.parseTreeNode.isBlock ? \"div\" : \"span\";\n\tif(this.revealTag && $tw.config.htmlUnsafeElements.indexOf(this.revealTag) === -1) {\n\t\ttag = this.revealTag;\n\t}\n\tvar domNode = this.document.createElement(tag);\n\tvar classes = this[\"class\"].split(\" \") || [];\n\tclasses.push(\"tc-reveal\");\n\tdomNode.className = classes.join(\" \");\n\tif(this.style) {\n\t\tdomNode.setAttribute(\"style\",this.style);\n\t}\n\tparent.insertBefore(domNode,nextSibling);\n\tthis.renderChildren(domNode,null);\n\tif(!domNode.isTiddlyWikiFakeDom && this.type === \"popup\" && this.isOpen) {\n\t\tthis.positionPopup(domNode);\n\t\t$tw.utils.addClass(domNode,\"tc-popup\"); // Make sure that clicks don't dismiss popups within the revealed content\n\t}\n\tif(!this.isOpen) {\n\t\tdomNode.setAttribute(\"hidden\",\"true\");\n\t}\n\tthis.domNodes.push(domNode);\n};\n\nRevealWidget.prototype.positionPopup = function(domNode) {\n\tdomNode.style.position = \"absolute\";\n\tdomNode.style.zIndex = \"1000\";\n\tvar left,top;\n\tswitch(this.position) {\n\t\tcase \"left\":\n\t\t\tleft = this.popup.left - domNode.offsetWidth;\n\t\t\ttop = this.popup.top;\n\t\t\tbreak;\n\t\tcase \"above\":\n\t\t\tleft = this.popup.left;\n\t\t\ttop = this.popup.top - domNode.offsetHeight;\n\t\t\tbreak;\n\t\tcase \"aboveright\":\n\t\t\tleft = this.popup.left + this.popup.width;\n\t\t\ttop = this.popup.top + this.popup.height - domNode.offsetHeight;\n\t\t\tbreak;\n\t\tcase \"right\":\n\t\t\tleft = this.popup.left + this.popup.width;\n\t\t\ttop = this.popup.top;\n\t\t\tbreak;\n\t\tcase \"belowleft\":\n\t\t\tleft = this.popup.left + this.popup.width - domNode.offsetWidth;\n\t\t\ttop = this.popup.top + this.popup.height;\n\t\t\tbreak;\n\t\tdefault: // Below\n\t\t\tleft = this.popup.left;\n\t\t\ttop = this.popup.top + this.popup.height;\n\t\t\tbreak;\n\t}\n\tif(!this.positionAllowNegative) {\n\t\tleft = Math.max(0,left);\n\t\ttop = Math.max(0,top);\n\t}\n\tdomNode.style.left = left + \"px\";\n\tdomNode.style.top = top + \"px\";\n};\n\n/*\nCompute the internal state of the widget\n*/\nRevealWidget.prototype.execute = function() {\n\t// Get our parameters\n\tthis.state = this.getAttribute(\"state\");\n\tthis.revealTag = this.getAttribute(\"tag\");\n\tthis.type = this.getAttribute(\"type\");\n\tthis.text = this.getAttribute(\"text\");\n\tthis.position = this.getAttribute(\"position\");\n\tthis.positionAllowNegative = this.getAttribute(\"positionAllowNegative\") === \"yes\";\n\tthis[\"class\"] = this.getAttribute(\"class\",\"\");\n\tthis.style = this.getAttribute(\"style\",\"\");\n\tthis[\"default\"] = this.getAttribute(\"default\",\"\");\n\tthis.animate = this.getAttribute(\"animate\",\"no\");\n\tthis.retain = this.getAttribute(\"retain\",\"no\");\n\tthis.openAnimation = this.animate === \"no\" ? undefined : \"open\";\n\tthis.closeAnimation = this.animate === \"no\" ? undefined : \"close\";\n\t// Compute the title of the state tiddler and read it\n\tthis.stateTiddlerTitle = this.state;\n\tthis.stateTitle = this.getAttribute(\"stateTitle\");\n\tthis.stateField = this.getAttribute(\"stateField\");\n\tthis.stateIndex = this.getAttribute(\"stateIndex\");\n\tthis.readState();\n\t// Construct the child widgets\n\tvar childNodes = this.isOpen ? this.parseTreeNode.children : [];\n\tthis.hasChildNodes = this.isOpen;\n\tthis.makeChildWidgets(childNodes);\n};\n\n/*\nRead the state tiddler\n*/\nRevealWidget.prototype.readState = function() {\n\t// Read the information from the state tiddler\n\tvar state,\n\t defaultState = this[\"default\"];\n\tif(this.stateTitle) {\n\t\tvar stateTitleTiddler = this.wiki.getTiddler(this.stateTitle);\n\t\tif(this.stateField) {\n\t\t\tstate = stateTitleTiddler ? stateTitleTiddler.getFieldString(this.stateField) || defaultState : defaultState;\n\t\t} else if(this.stateIndex) {\n\t\t\tstate = stateTitleTiddler ? this.wiki.extractTiddlerDataItem(this.stateTitle,this.stateIndex) || defaultState : defaultState;\n\t\t} else if(stateTitleTiddler) {\n\t\t\tstate = this.wiki.getTiddlerText(this.stateTitle) || defaultState;\n\t\t} else {\n\t\t\tstate = defaultState;\n\t\t}\n\t} else {\n\t\tstate = this.stateTiddlerTitle ? this.wiki.getTextReference(this.state,this[\"default\"],this.getVariable(\"currentTiddler\")) : this[\"default\"];\n\t}\n\tif(state === null) {\n\t\tstate = this[\"default\"];\n\t}\n\tswitch(this.type) {\n\t\tcase \"popup\":\n\t\t\tthis.readPopupState(state);\n\t\t\tbreak;\n\t\tcase \"match\":\n\t\t\tthis.isOpen = this.text === state;\n\t\t\tbreak;\n\t\tcase \"nomatch\":\n\t\t\tthis.isOpen = this.text !== state;\n\t\t\tbreak;\n\t\tcase \"lt\":\n\t\t\tthis.isOpen = !!(this.compareStateText(state) < 0);\n\t\t\tbreak;\n\t\tcase \"gt\":\n\t\t\tthis.isOpen = !!(this.compareStateText(state) > 0);\n\t\t\tbreak;\n\t\tcase \"lteq\":\n\t\t\tthis.isOpen = !(this.compareStateText(state) > 0);\n\t\t\tbreak;\n\t\tcase \"gteq\":\n\t\t\tthis.isOpen = !(this.compareStateText(state) < 0);\n\t\t\tbreak;\n\t}\n};\n\nRevealWidget.prototype.compareStateText = function(state) {\n\treturn state.localeCompare(this.text,undefined,{numeric: true,sensitivity: \"case\"});\n};\n\nRevealWidget.prototype.readPopupState = function(state) {\n\tvar popupLocationRegExp = /^\\((-?[0-9\\.E]+),(-?[0-9\\.E]+),(-?[0-9\\.E]+),(-?[0-9\\.E]+)\\)$/,\n\t\tmatch = popupLocationRegExp.exec(state);\n\t// Check if the state matches the location regexp\n\tif(match) {\n\t\t// If so, we're open\n\t\tthis.isOpen = true;\n\t\t// Get the location\n\t\tthis.popup = {\n\t\t\tleft: parseFloat(match[1]),\n\t\t\ttop: parseFloat(match[2]),\n\t\t\twidth: parseFloat(match[3]),\n\t\t\theight: parseFloat(match[4])\n\t\t};\n\t} else {\n\t\t// If not, we're closed\n\t\tthis.isOpen = false;\n\t}\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nRevealWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.state || changedAttributes.type || changedAttributes.text || changedAttributes.position || changedAttributes.positionAllowNegative || changedAttributes[\"default\"] || changedAttributes.animate || changedAttributes.stateTitle || changedAttributes.stateField || changedAttributes.stateIndex) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\tvar currentlyOpen = this.isOpen;\n\t\tthis.readState();\n\t\tif(this.isOpen !== currentlyOpen) {\n\t\t\tif(this.retain === \"yes\") {\n\t\t\t\tthis.updateState();\n\t\t\t} else {\n\t\t\t\tthis.refreshSelf();\n\t\t\t\treturn true;\n\t\t\t}\n\t\t}\n\t\treturn this.refreshChildren(changedTiddlers);\n\t}\n};\n\n/*\nCalled by refresh() to dynamically show or hide the content\n*/\nRevealWidget.prototype.updateState = function() {\n\tvar self = this;\n\t// Read the current state\n\tthis.readState();\n\t// Construct the child nodes if needed\n\tvar domNode = this.domNodes[0];\n\tif(this.isOpen && !this.hasChildNodes) {\n\t\tthis.hasChildNodes = true;\n\t\tthis.makeChildWidgets(this.parseTreeNode.children);\n\t\tthis.renderChildren(domNode,null);\n\t}\n\t// Animate our DOM node\n\tif(!domNode.isTiddlyWikiFakeDom && this.type === \"popup\" && this.isOpen) {\n\t\tthis.positionPopup(domNode);\n\t\t$tw.utils.addClass(domNode,\"tc-popup\"); // Make sure that clicks don't dismiss popups within the revealed content\n\n\t}\n\tif(this.isOpen) {\n\t\tdomNode.removeAttribute(\"hidden\");\n $tw.anim.perform(this.openAnimation,domNode);\n\t} else {\n\t\t$tw.anim.perform(this.closeAnimation,domNode,{callback: function() {\n\t\t\t//make sure that the state hasn't changed during the close animation\n\t\t\tself.readState()\n\t\t\tif(!self.isOpen) {\n\t\t\t\tdomNode.setAttribute(\"hidden\",\"true\");\n\t\t\t}\n\t\t}});\n\t}\n};\n\nexports.reveal = RevealWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/scrollable.js": {
"title": "$:/core/modules/widgets/scrollable.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/scrollable.js\ntype: application/javascript\nmodule-type: widget\n\nScrollable widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar ScrollableWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n\tthis.scaleFactor = 1;\n\tthis.addEventListeners([\n\t\t{type: \"tm-scroll\", handler: \"handleScrollEvent\"}\n\t]);\n\tif($tw.browser) {\n\t\tthis.requestAnimationFrame = window.requestAnimationFrame ||\n\t\t\twindow.webkitRequestAnimationFrame ||\n\t\t\twindow.mozRequestAnimationFrame ||\n\t\t\tfunction(callback) {\n\t\t\t\treturn window.setTimeout(callback, 1000/60);\n\t\t\t};\n\t\tthis.cancelAnimationFrame = window.cancelAnimationFrame ||\n\t\t\twindow.webkitCancelAnimationFrame ||\n\t\t\twindow.webkitCancelRequestAnimationFrame ||\n\t\t\twindow.mozCancelAnimationFrame ||\n\t\t\twindow.mozCancelRequestAnimationFrame ||\n\t\t\tfunction(id) {\n\t\t\t\twindow.clearTimeout(id);\n\t\t\t};\n\t}\n};\n\n/*\nInherit from the base widget class\n*/\nScrollableWidget.prototype = new Widget();\n\nScrollableWidget.prototype.cancelScroll = function() {\n\tif(this.idRequestFrame) {\n\t\tthis.cancelAnimationFrame.call(window,this.idRequestFrame);\n\t\tthis.idRequestFrame = null;\n\t}\n};\n\n/*\nHandle a scroll event\n*/\nScrollableWidget.prototype.handleScrollEvent = function(event) {\n\t// Pass the scroll event through if our offsetsize is larger than our scrollsize\n\tif(this.outerDomNode.scrollWidth <= this.outerDomNode.offsetWidth && this.outerDomNode.scrollHeight <= this.outerDomNode.offsetHeight && this.fallthrough === \"yes\") {\n\t\treturn true;\n\t}\n\tthis.scrollIntoView(event.target);\n\treturn false; // Handled event\n};\n\n/*\nScroll an element into view\n*/\nScrollableWidget.prototype.scrollIntoView = function(element) {\n\tvar duration = $tw.utils.getAnimationDuration();\n\tthis.cancelScroll();\n\tthis.startTime = Date.now();\n\tvar scrollPosition = {\n\t\tx: this.outerDomNode.scrollLeft,\n\t\ty: this.outerDomNode.scrollTop\n\t};\n\t// Get the client bounds of the element and adjust by the scroll position\n\tvar scrollableBounds = this.outerDomNode.getBoundingClientRect(),\n\t\tclientTargetBounds = element.getBoundingClientRect(),\n\t\tbounds = {\n\t\t\tleft: clientTargetBounds.left + scrollPosition.x - scrollableBounds.left,\n\t\t\ttop: clientTargetBounds.top + scrollPosition.y - scrollableBounds.top,\n\t\t\twidth: clientTargetBounds.width,\n\t\t\theight: clientTargetBounds.height\n\t\t};\n\t// We'll consider the horizontal and vertical scroll directions separately via this function\n\tvar getEndPos = function(targetPos,targetSize,currentPos,currentSize) {\n\t\t\t// If the target is already visible then stay where we are\n\t\t\tif(targetPos >= currentPos && (targetPos + targetSize) <= (currentPos + currentSize)) {\n\t\t\t\treturn currentPos;\n\t\t\t// If the target is above/left of the current view, then scroll to its top/left\n\t\t\t} else if(targetPos <= currentPos) {\n\t\t\t\treturn targetPos;\n\t\t\t// If the target is smaller than the window and the scroll position is too far up, then scroll till the target is at the bottom of the window\n\t\t\t} else if(targetSize < currentSize && currentPos < (targetPos + targetSize - currentSize)) {\n\t\t\t\treturn targetPos + targetSize - currentSize;\n\t\t\t// If the target is big, then just scroll to the top\n\t\t\t} else if(currentPos < targetPos) {\n\t\t\t\treturn targetPos;\n\t\t\t// Otherwise, stay where we are\n\t\t\t} else {\n\t\t\t\treturn currentPos;\n\t\t\t}\n\t\t},\n\t\tendX = getEndPos(bounds.left,bounds.width,scrollPosition.x,this.outerDomNode.offsetWidth),\n\t\tendY = getEndPos(bounds.top,bounds.height,scrollPosition.y,this.outerDomNode.offsetHeight);\n\t// Only scroll if necessary\n\tif(endX !== scrollPosition.x || endY !== scrollPosition.y) {\n\t\tvar self = this,\n\t\t\tdrawFrame;\n\t\tdrawFrame = function () {\n\t\t\tvar t;\n\t\t\tif(duration <= 0) {\n\t\t\t\tt = 1;\n\t\t\t} else {\n\t\t\t\tt = ((Date.now()) - self.startTime) / duration;\t\n\t\t\t}\n\t\t\tif(t >= 1) {\n\t\t\t\tself.cancelScroll();\n\t\t\t\tt = 1;\n\t\t\t}\n\t\t\tt = $tw.utils.slowInSlowOut(t);\n\t\t\tself.outerDomNode.scrollLeft = scrollPosition.x + (endX - scrollPosition.x) * t;\n\t\t\tself.outerDomNode.scrollTop = scrollPosition.y + (endY - scrollPosition.y) * t;\n\t\t\tif(t < 1) {\n\t\t\t\tself.idRequestFrame = self.requestAnimationFrame.call(window,drawFrame);\n\t\t\t}\n\t\t};\n\t\tdrawFrame();\n\t}\n};\n\n/*\nRender this widget into the DOM\n*/\nScrollableWidget.prototype.render = function(parent,nextSibling) {\n\tvar self = this;\n\t// Remember parent\n\tthis.parentDomNode = parent;\n\t// Compute attributes and execute state\n\tthis.computeAttributes();\n\tthis.execute();\n\t// Create elements\n\tthis.outerDomNode = this.document.createElement(\"div\");\n\t$tw.utils.setStyle(this.outerDomNode,[\n\t\t{overflowY: \"auto\"},\n\t\t{overflowX: \"auto\"},\n\t\t{webkitOverflowScrolling: \"touch\"}\n\t]);\n\tthis.innerDomNode = this.document.createElement(\"div\");\n\tthis.outerDomNode.appendChild(this.innerDomNode);\n\t// Assign classes\n\tthis.outerDomNode.className = this[\"class\"] || \"\";\n\t// Insert element\n\tparent.insertBefore(this.outerDomNode,nextSibling);\n\tthis.renderChildren(this.innerDomNode,null);\n\tthis.domNodes.push(this.outerDomNode);\n};\n\n/*\nCompute the internal state of the widget\n*/\nScrollableWidget.prototype.execute = function() {\n\t// Get attributes\n\tthis.fallthrough = this.getAttribute(\"fallthrough\",\"yes\");\n\tthis[\"class\"] = this.getAttribute(\"class\");\n\t// Make child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nScrollableWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes[\"class\"]) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t}\n\treturn this.refreshChildren(changedTiddlers);\n};\n\nexports.scrollable = ScrollableWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/select.js": {
"title": "$:/core/modules/widgets/select.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/select.js\ntype: application/javascript\nmodule-type: widget\n\nSelect widget:\n\n```\n<$select tiddler=\"MyTiddler\" field=\"text\">\n<$list filter=\"[tag[chapter]]\">\n<option value=<<currentTiddler>>>\n<$view field=\"description\"/>\n</option>\n</$list>\n</$select>\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar SelectWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nSelectWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nSelectWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tthis.renderChildren(parent,nextSibling);\n\tthis.setSelectValue();\n\t$tw.utils.addEventListeners(this.getSelectDomNode(),[\n\t\t{name: \"change\", handlerObject: this, handlerMethod: \"handleChangeEvent\"}\n\t]);\n};\n\n/*\nHandle a change event\n*/\nSelectWidget.prototype.handleChangeEvent = function(event) {\n\t// Get the new value and assign it to the tiddler\n\tif(this.selectMultiple == false) {\n\t\tvar value = this.getSelectDomNode().value;\n\t} else {\n\t\tvar value = this.getSelectValues()\n\t\t\t\tvalue = $tw.utils.stringifyList(value);\n\t}\n\tthis.wiki.setText(this.selectTitle,this.selectField,this.selectIndex,value);\n\t// Trigger actions\n\tif(this.selectActions) {\n\t\tthis.invokeActionString(this.selectActions,this,event);\n\t}\n};\n\n/*\nIf necessary, set the value of the select element to the current value\n*/\nSelectWidget.prototype.setSelectValue = function() {\n\tvar value = this.selectDefault;\n\t// Get the value\n\tif(this.selectIndex) {\n\t\tvalue = this.wiki.extractTiddlerDataItem(this.selectTitle,this.selectIndex,value);\n\t} else {\n\t\tvar tiddler = this.wiki.getTiddler(this.selectTitle);\n\t\tif(tiddler) {\n\t\t\tif(this.selectField === \"text\") {\n\t\t\t\t// Calling getTiddlerText() triggers lazy loading of skinny tiddlers\n\t\t\t\tvalue = this.wiki.getTiddlerText(this.selectTitle);\n\t\t\t} else {\n\t\t\t\tif($tw.utils.hop(tiddler.fields,this.selectField)) {\n\t\t\t\t\tvalue = tiddler.getFieldString(this.selectField);\n\t\t\t\t}\n\t\t\t}\n\t\t} else {\n\t\t\tif(this.selectField === \"title\") {\n\t\t\t\tvalue = this.selectTitle;\n\t\t\t}\n\t\t}\n\t}\n\t// Assign it to the select element if it's different than the current value\n\tif (this.selectMultiple) {\n\t\tvalue = value === undefined ? \"\" : value;\n\t\tvar select = this.getSelectDomNode();\n\t\tvar values = Array.isArray(value) ? value : $tw.utils.parseStringArray(value);\n\t\tfor(var i=0; i < select.children.length; i++){\n\t\t\tif(values.indexOf(select.children[i].value) != -1) {\n\t\t\t\tselect.children[i].selected = true;\n\t\t\t}\n\t\t}\n\t\t\n\t} else {\n\t\tvar domNode = this.getSelectDomNode();\n\t\tif(domNode.value !== value) {\n\t\t\tdomNode.value = value;\n\t\t}\n\t}\n};\n\n/*\nGet the DOM node of the select element\n*/\nSelectWidget.prototype.getSelectDomNode = function() {\n\treturn this.children[0].domNodes[0];\n};\n\n// Return an array of the selected opion values\n// select is an HTML select element\nSelectWidget.prototype.getSelectValues = function() {\n\tvar select, result, options, opt;\n\tselect = this.getSelectDomNode();\n\tresult = [];\n\toptions = select && select.options;\n\tfor (var i=0; i<options.length; i++) {\n\t\topt = options[i];\n\t\tif (opt.selected) {\n\t\t\tresult.push(opt.value || opt.text);\n\t\t}\n\t}\n\treturn result;\n}\n\n/*\nCompute the internal state of the widget\n*/\nSelectWidget.prototype.execute = function() {\n\t// Get our parameters\n\tthis.selectActions = this.getAttribute(\"actions\");\n\tthis.selectTitle = this.getAttribute(\"tiddler\",this.getVariable(\"currentTiddler\"));\n\tthis.selectField = this.getAttribute(\"field\",\"text\");\n\tthis.selectIndex = this.getAttribute(\"index\");\n\tthis.selectClass = this.getAttribute(\"class\");\n\tthis.selectDefault = this.getAttribute(\"default\");\n\tthis.selectMultiple = this.getAttribute(\"multiple\", false);\n\tthis.selectSize = this.getAttribute(\"size\");\n\tthis.selectTooltip = this.getAttribute(\"tooltip\");\n\t// Make the child widgets\n\tvar selectNode = {\n\t\ttype: \"element\",\n\t\ttag: \"select\",\n\t\tchildren: this.parseTreeNode.children\n\t};\n\tif(this.selectClass) {\n\t\t$tw.utils.addAttributeToParseTreeNode(selectNode,\"class\",this.selectClass);\n\t}\n\tif(this.selectMultiple) {\n\t\t$tw.utils.addAttributeToParseTreeNode(selectNode,\"multiple\",\"multiple\");\n\t}\n\tif(this.selectSize) {\n\t\t$tw.utils.addAttributeToParseTreeNode(selectNode,\"size\",this.selectSize);\n\t}\n\tif(this.selectTooltip) {\n\t\t$tw.utils.addAttributeToParseTreeNode(selectNode,\"title\",this.selectTooltip);\n\t}\n\tthis.makeChildWidgets([selectNode]);\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nSelectWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\t// If we're using a different tiddler/field/index then completely refresh ourselves\n\tif(changedAttributes.selectTitle || changedAttributes.selectField || changedAttributes.selectIndex || changedAttributes.selectTooltip) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t// If the target tiddler value has changed, just update setting and refresh the children\n\t} else {\n\t\tvar childrenRefreshed = this.refreshChildren(changedTiddlers);\n\t\tif(changedTiddlers[this.selectTitle] || childrenRefreshed) {\n\t\t\tthis.setSelectValue();\n\t\t} \n\t\treturn childrenRefreshed;\n\t}\n};\n\nexports.select = SelectWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/set.js": {
"title": "$:/core/modules/widgets/set.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/set.js\ntype: application/javascript\nmodule-type: widget\n\nSet variable widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar SetWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nSetWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nSetWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tthis.renderChildren(parent,nextSibling);\n};\n\n/*\nCompute the internal state of the widget\n*/\nSetWidget.prototype.execute = function() {\n\t// Get our parameters\n\tthis.setName = this.getAttribute(\"name\",\"currentTiddler\");\n\tthis.setFilter = this.getAttribute(\"filter\");\n\tthis.setSelect = this.getAttribute(\"select\");\n\tthis.setTiddler = this.getAttribute(\"tiddler\");\n\tthis.setSubTiddler = this.getAttribute(\"subtiddler\");\n\tthis.setField = this.getAttribute(\"field\");\n\tthis.setIndex = this.getAttribute(\"index\");\n\tthis.setValue = this.getAttribute(\"value\");\n\tthis.setEmptyValue = this.getAttribute(\"emptyValue\");\n\t// Set context variable\n\tthis.setVariable(this.setName,this.getValue(),this.parseTreeNode.params,!!this.parseTreeNode.isMacroDefinition);\n\t// Construct the child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nGet the value to be assigned\n*/\nSetWidget.prototype.getValue = function() {\n\tvar value = this.setValue;\n\tif(this.setTiddler) {\n\t\tvar tiddler;\n\t\tif(this.setSubTiddler) {\n\t\t\ttiddler = this.wiki.getSubTiddler(this.setTiddler,this.setSubTiddler);\n\t\t} else {\n\t\t\ttiddler = this.wiki.getTiddler(this.setTiddler);\t\t\t\n\t\t}\n\t\tif(!tiddler) {\n\t\t\tvalue = this.setEmptyValue;\n\t\t} else if(this.setField) {\n\t\t\tvalue = tiddler.getFieldString(this.setField) || this.setEmptyValue;\n\t\t} else if(this.setIndex) {\n\t\t\tvalue = this.wiki.extractTiddlerDataItem(this.setTiddler,this.setIndex,this.setEmptyValue);\n\t\t} else {\n\t\t\tvalue = tiddler.fields.text || this.setEmptyValue ;\n\t\t}\n\t} else if(this.setFilter) {\n\t\tvar results = this.wiki.filterTiddlers(this.setFilter,this);\n\t\tif(this.setValue == null) {\n\t\t\tvar select;\n\t\t\tif(this.setSelect) {\n\t\t\t\tselect = parseInt(this.setSelect,10);\n\t\t\t}\n\t\t\tif(select !== undefined) {\n\t\t\t\tvalue = results[select] || \"\";\n\t\t\t} else {\n\t\t\t\tvalue = $tw.utils.stringifyList(results);\t\t\t\n\t\t\t}\n\t\t}\n\t\tif(results.length === 0 && this.setEmptyValue !== undefined) {\n\t\t\tvalue = this.setEmptyValue;\n\t\t}\n\t} else if(!value && this.setEmptyValue) {\n\t\tvalue = this.setEmptyValue;\n\t}\n\treturn value || \"\";\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nSetWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.name || changedAttributes.filter || changedAttributes.select || changedAttributes.tiddler || (this.setTiddler && changedTiddlers[this.setTiddler]) || changedAttributes.field || changedAttributes.index || changedAttributes.value || changedAttributes.emptyValue ||\n\t (this.setFilter && this.getValue() != this.variables[this.setName].value)) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn this.refreshChildren(changedTiddlers);\n\t}\n};\n\nexports.setvariable = SetWidget;\nexports.set = SetWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/text.js": {
"title": "$:/core/modules/widgets/text.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/text.js\ntype: application/javascript\nmodule-type: widget\n\nText node widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar TextNodeWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nTextNodeWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nTextNodeWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tvar text = this.getAttribute(\"text\",this.parseTreeNode.text || \"\");\n\ttext = text.replace(/\\r/mg,\"\");\n\tvar textNode = this.document.createTextNode(text);\n\tparent.insertBefore(textNode,nextSibling);\n\tthis.domNodes.push(textNode);\n};\n\n/*\nCompute the internal state of the widget\n*/\nTextNodeWidget.prototype.execute = function() {\n\t// Nothing to do for a text node\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nTextNodeWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.text) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn false;\t\n\t}\n};\n\nexports.text = TextNodeWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/tiddler.js": {
"title": "$:/core/modules/widgets/tiddler.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/tiddler.js\ntype: application/javascript\nmodule-type: widget\n\nTiddler widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar TiddlerWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nTiddlerWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nTiddlerWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tthis.renderChildren(parent,nextSibling);\n};\n\n/*\nCompute the internal state of the widget\n*/\nTiddlerWidget.prototype.execute = function() {\n\tthis.tiddlerState = this.computeTiddlerState();\n\tthis.setVariable(\"currentTiddler\",this.tiddlerState.currentTiddler);\n\tthis.setVariable(\"missingTiddlerClass\",this.tiddlerState.missingTiddlerClass);\n\tthis.setVariable(\"shadowTiddlerClass\",this.tiddlerState.shadowTiddlerClass);\n\tthis.setVariable(\"systemTiddlerClass\",this.tiddlerState.systemTiddlerClass);\n\tthis.setVariable(\"tiddlerTagClasses\",this.tiddlerState.tiddlerTagClasses);\n\t// Construct the child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nCompute the tiddler state flags\n*/\nTiddlerWidget.prototype.computeTiddlerState = function() {\n\t// Get our parameters\n\tthis.tiddlerTitle = this.getAttribute(\"tiddler\",this.getVariable(\"currentTiddler\"));\n\t// Compute the state\n\tvar state = {\n\t\tcurrentTiddler: this.tiddlerTitle || \"\",\n\t\tmissingTiddlerClass: (this.wiki.tiddlerExists(this.tiddlerTitle) || this.wiki.isShadowTiddler(this.tiddlerTitle)) ? \"tc-tiddler-exists\" : \"tc-tiddler-missing\",\n\t\tshadowTiddlerClass: this.wiki.isShadowTiddler(this.tiddlerTitle) ? \"tc-tiddler-shadow\" : \"\",\n\t\tsystemTiddlerClass: this.wiki.isSystemTiddler(this.tiddlerTitle) ? \"tc-tiddler-system\" : \"\",\n\t\ttiddlerTagClasses: this.getTagClasses()\n\t};\n\t// Compute a simple hash to make it easier to detect changes\n\tstate.hash = state.currentTiddler + state.missingTiddlerClass + state.shadowTiddlerClass + state.systemTiddlerClass + state.tiddlerTagClasses;\n\treturn state;\n};\n\n/*\nCreate a string of CSS classes derived from the tags of the current tiddler\n*/\nTiddlerWidget.prototype.getTagClasses = function() {\n\tvar tiddler = this.wiki.getTiddler(this.tiddlerTitle);\n\tif(tiddler) {\n\t\tvar tags = [];\n\t\t$tw.utils.each(tiddler.fields.tags,function(tag) {\n\t\t\ttags.push(\"tc-tagged-\" + encodeURIComponent(tag));\n\t\t});\n\t\treturn tags.join(\" \");\n\t} else {\n\t\treturn \"\";\n\t}\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nTiddlerWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes(),\n\t\tnewTiddlerState = this.computeTiddlerState();\n\tif(changedAttributes.tiddler || newTiddlerState.hash !== this.tiddlerState.hash) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn this.refreshChildren(changedTiddlers);\t\t\n\t}\n};\n\nexports.tiddler = TiddlerWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/transclude.js": {
"title": "$:/core/modules/widgets/transclude.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/transclude.js\ntype: application/javascript\nmodule-type: widget\n\nTransclude widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar TranscludeWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nTranscludeWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nTranscludeWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tthis.renderChildren(parent,nextSibling);\n};\n\n/*\nCompute the internal state of the widget\n*/\nTranscludeWidget.prototype.execute = function() {\n\t// Get our parameters\n\tthis.transcludeTitle = this.getAttribute(\"tiddler\",this.getVariable(\"currentTiddler\"));\n\tthis.transcludeSubTiddler = this.getAttribute(\"subtiddler\");\n\tthis.transcludeField = this.getAttribute(\"field\");\n\tthis.transcludeIndex = this.getAttribute(\"index\");\n\tthis.transcludeMode = this.getAttribute(\"mode\");\n\t// Parse the text reference\n\tvar parseAsInline = !this.parseTreeNode.isBlock;\n\tif(this.transcludeMode === \"inline\") {\n\t\tparseAsInline = true;\n\t} else if(this.transcludeMode === \"block\") {\n\t\tparseAsInline = false;\n\t}\n\tvar parser = this.wiki.parseTextReference(\n\t\t\t\t\t\tthis.transcludeTitle,\n\t\t\t\t\t\tthis.transcludeField,\n\t\t\t\t\t\tthis.transcludeIndex,\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\tparseAsInline: parseAsInline,\n\t\t\t\t\t\t\tsubTiddler: this.transcludeSubTiddler\n\t\t\t\t\t\t}),\n\t\tparseTreeNodes = parser ? parser.tree : this.parseTreeNode.children;\n\t// Set context variables for recursion detection\n\tvar recursionMarker = this.makeRecursionMarker();\n\tthis.setVariable(\"transclusion\",recursionMarker);\n\t// Check for recursion\n\tif(parser) {\n\t\tif(this.parentWidget && this.parentWidget.hasVariable(\"transclusion\",recursionMarker)) {\n\t\t\tparseTreeNodes = [{type: \"element\", tag: \"span\", attributes: {\n\t\t\t\t\"class\": {type: \"string\", value: \"tc-error\"}\n\t\t\t}, children: [\n\t\t\t\t{type: \"text\", text: $tw.language.getString(\"Error/RecursiveTransclusion\")}\n\t\t\t]}];\n\t\t}\n\t}\n\t// Construct the child widgets\n\tthis.makeChildWidgets(parseTreeNodes);\n};\n\n/*\nCompose a string comprising the title, field and/or index to identify this transclusion for recursion detection\n*/\nTranscludeWidget.prototype.makeRecursionMarker = function() {\n\tvar output = [];\n\toutput.push(\"{\");\n\toutput.push(this.getVariable(\"currentTiddler\",{defaultValue: \"\"}));\n\toutput.push(\"|\");\n\toutput.push(this.transcludeTitle || \"\");\n\toutput.push(\"|\");\n\toutput.push(this.transcludeField || \"\");\n\toutput.push(\"|\");\n\toutput.push(this.transcludeIndex || \"\");\n\toutput.push(\"|\");\n\toutput.push(this.transcludeSubTiddler || \"\");\n\toutput.push(\"}\");\n\treturn output.join(\"\");\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nTranscludeWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.tiddler || changedAttributes.field || changedAttributes.index || changedTiddlers[this.transcludeTitle]) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn this.refreshChildren(changedTiddlers);\t\t\n\t}\n};\n\nexports.transclude = TranscludeWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/vars.js": {
"title": "$:/core/modules/widgets/vars.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/vars.js\ntype: application/javascript\nmodule-type: widget\n\nThis widget allows multiple variables to be set in one go:\n\n```\n\\define helloworld() Hello world!\n<$vars greeting=\"Hi\" me={{!!title}} sentence=<<helloworld>>>\n <<greeting>>! I am <<me>> and I say: <<sentence>>\n</$vars>\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar VarsWidget = function(parseTreeNode,options) {\n\t// Call the constructor\n\tWidget.call(this);\n\t// Initialise\t\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nVarsWidget.prototype = Object.create(Widget.prototype);\n\n/*\nRender this widget into the DOM\n*/\nVarsWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tthis.renderChildren(parent,nextSibling);\n};\n\n/*\nCompute the internal state of the widget\n*/\nVarsWidget.prototype.execute = function() {\n\t// Parse variables\n\tvar self = this;\n\t$tw.utils.each(this.attributes,function(val,key) {\n\t\tif(key.charAt(0) !== \"$\") {\n\t\t\tself.setVariable(key,val);\n\t\t}\n\t});\n\t// Construct the child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nRefresh the widget by ensuring our attributes are up to date\n*/\nVarsWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(Object.keys(changedAttributes).length) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t}\n\treturn this.refreshChildren(changedTiddlers);\n};\n\nexports[\"vars\"] = VarsWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/view.js": {
"title": "$:/core/modules/widgets/view.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/view.js\ntype: application/javascript\nmodule-type: widget\n\nView widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar ViewWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nViewWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nViewWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tif(this.text) {\n\t\tvar textNode = this.document.createTextNode(this.text);\n\t\tparent.insertBefore(textNode,nextSibling);\n\t\tthis.domNodes.push(textNode);\n\t} else {\n\t\tthis.makeChildWidgets();\n\t\tthis.renderChildren(parent,nextSibling);\n\t}\n};\n\n/*\nCompute the internal state of the widget\n*/\nViewWidget.prototype.execute = function() {\n\t// Get parameters from our attributes\n\tthis.viewTitle = this.getAttribute(\"tiddler\",this.getVariable(\"currentTiddler\"));\n\tthis.viewSubtiddler = this.getAttribute(\"subtiddler\");\n\tthis.viewField = this.getAttribute(\"field\",\"text\");\n\tthis.viewIndex = this.getAttribute(\"index\");\n\tthis.viewFormat = this.getAttribute(\"format\",\"text\");\n\tthis.viewTemplate = this.getAttribute(\"template\",\"\");\n\tthis.viewMode = this.getAttribute(\"mode\",\"block\");\n\tswitch(this.viewFormat) {\n\t\tcase \"htmlwikified\":\n\t\t\tthis.text = this.getValueAsHtmlWikified(this.viewMode);\n\t\t\tbreak;\n\t\tcase \"plainwikified\":\n\t\t\tthis.text = this.getValueAsPlainWikified(this.viewMode);\n\t\t\tbreak;\n\t\tcase \"htmlencodedplainwikified\":\n\t\t\tthis.text = this.getValueAsHtmlEncodedPlainWikified(this.viewMode);\n\t\t\tbreak;\n\t\tcase \"htmlencoded\":\n\t\t\tthis.text = this.getValueAsHtmlEncoded();\n\t\t\tbreak;\n\t\tcase \"urlencoded\":\n\t\t\tthis.text = this.getValueAsUrlEncoded();\n\t\t\tbreak;\n\t\tcase \"doubleurlencoded\":\n\t\t\tthis.text = this.getValueAsDoubleUrlEncoded();\n\t\t\tbreak;\n\t\tcase \"date\":\n\t\t\tthis.text = this.getValueAsDate(this.viewTemplate);\n\t\t\tbreak;\n\t\tcase \"relativedate\":\n\t\t\tthis.text = this.getValueAsRelativeDate();\n\t\t\tbreak;\n\t\tcase \"stripcomments\":\n\t\t\tthis.text = this.getValueAsStrippedComments();\n\t\t\tbreak;\n\t\tcase \"jsencoded\":\n\t\t\tthis.text = this.getValueAsJsEncoded();\n\t\t\tbreak;\n\t\tdefault: // \"text\"\n\t\t\tthis.text = this.getValueAsText();\n\t\t\tbreak;\n\t}\n};\n\n/*\nThe various formatter functions are baked into this widget for the moment. Eventually they will be replaced by macro functions\n*/\n\n/*\nRetrieve the value of the widget. Options are:\nasString: Optionally return the value as a string\n*/\nViewWidget.prototype.getValue = function(options) {\n\toptions = options || {};\n\tvar value = options.asString ? \"\" : undefined;\n\tif(this.viewIndex) {\n\t\tvalue = this.wiki.extractTiddlerDataItem(this.viewTitle,this.viewIndex);\n\t} else {\n\t\tvar tiddler;\n\t\tif(this.viewSubtiddler) {\n\t\t\ttiddler = this.wiki.getSubTiddler(this.viewTitle,this.viewSubtiddler);\t\n\t\t} else {\n\t\t\ttiddler = this.wiki.getTiddler(this.viewTitle);\n\t\t}\n\t\tif(tiddler) {\n\t\t\tif(this.viewField === \"text\" && !this.viewSubtiddler) {\n\t\t\t\t// Calling getTiddlerText() triggers lazy loading of skinny tiddlers\n\t\t\t\tvalue = this.wiki.getTiddlerText(this.viewTitle);\n\t\t\t} else {\n\t\t\t\tif($tw.utils.hop(tiddler.fields,this.viewField)) {\n\t\t\t\t\tif(options.asString) {\n\t\t\t\t\t\tvalue = tiddler.getFieldString(this.viewField);\n\t\t\t\t\t} else {\n\t\t\t\t\t\tvalue = tiddler.fields[this.viewField];\t\t\t\t\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t} else {\n\t\t\tif(this.viewField === \"title\") {\n\t\t\t\tvalue = this.viewTitle;\n\t\t\t}\n\t\t}\n\t}\n\treturn value;\n};\n\nViewWidget.prototype.getValueAsText = function() {\n\treturn this.getValue({asString: true});\n};\n\nViewWidget.prototype.getValueAsHtmlWikified = function(mode) {\n\treturn this.wiki.renderText(\"text/html\",\"text/vnd.tiddlywiki\",this.getValueAsText(),{\n\t\tparseAsInline: mode !== \"block\",\n\t\tparentWidget: this\n\t});\n};\n\nViewWidget.prototype.getValueAsPlainWikified = function(mode) {\n\treturn this.wiki.renderText(\"text/plain\",\"text/vnd.tiddlywiki\",this.getValueAsText(),{\n\t\tparseAsInline: mode !== \"block\",\n\t\tparentWidget: this\n\t});\n};\n\nViewWidget.prototype.getValueAsHtmlEncodedPlainWikified = function(mode) {\n\treturn $tw.utils.htmlEncode(this.wiki.renderText(\"text/plain\",\"text/vnd.tiddlywiki\",this.getValueAsText(),{\n\t\tparseAsInline: mode !== \"block\",\n\t\tparentWidget: this\n\t}));\n};\n\nViewWidget.prototype.getValueAsHtmlEncoded = function() {\n\treturn $tw.utils.htmlEncode(this.getValueAsText());\n};\n\nViewWidget.prototype.getValueAsUrlEncoded = function() {\n\treturn encodeURIComponent(this.getValueAsText());\n};\n\nViewWidget.prototype.getValueAsDoubleUrlEncoded = function() {\n\treturn encodeURIComponent(encodeURIComponent(this.getValueAsText()));\n};\n\nViewWidget.prototype.getValueAsDate = function(format) {\n\tformat = format || \"YYYY MM DD 0hh:0mm\";\n\tvar value = $tw.utils.parseDate(this.getValue());\n\tif(value && $tw.utils.isDate(value) && value.toString() !== \"Invalid Date\") {\n\t\treturn $tw.utils.formatDateString(value,format);\n\t} else {\n\t\treturn \"\";\n\t}\n};\n\nViewWidget.prototype.getValueAsRelativeDate = function(format) {\n\tvar value = $tw.utils.parseDate(this.getValue());\n\tif(value && $tw.utils.isDate(value) && value.toString() !== \"Invalid Date\") {\n\t\treturn $tw.utils.getRelativeDate((new Date()) - (new Date(value))).description;\n\t} else {\n\t\treturn \"\";\n\t}\n};\n\nViewWidget.prototype.getValueAsStrippedComments = function() {\n\tvar lines = this.getValueAsText().split(\"\\n\"),\n\t\tout = [];\n\tfor(var line=0; line<lines.length; line++) {\n\t\tvar text = lines[line];\n\t\tif(!/^\\s*\\/\\/#/.test(text)) {\n\t\t\tout.push(text);\n\t\t}\n\t}\n\treturn out.join(\"\\n\");\n};\n\nViewWidget.prototype.getValueAsJsEncoded = function() {\n\treturn $tw.utils.stringify(this.getValueAsText());\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nViewWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.tiddler || changedAttributes.field || changedAttributes.index || changedAttributes.template || changedAttributes.format || changedTiddlers[this.viewTitle]) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn false;\t\n\t}\n};\n\nexports.view = ViewWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/widget.js": {
"title": "$:/core/modules/widgets/widget.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/widget.js\ntype: application/javascript\nmodule-type: widget\n\nWidget base class\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nCreate a widget object for a parse tree node\n\tparseTreeNode: reference to the parse tree node to be rendered\n\toptions: see below\nOptions include:\n\twiki: mandatory reference to wiki associated with this render tree\n\tparentWidget: optional reference to a parent renderer node for the context chain\n\tdocument: optional document object to use instead of global document\n*/\nvar Widget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInitialise widget properties. These steps are pulled out of the constructor so that we can reuse them in subclasses\n*/\nWidget.prototype.initialise = function(parseTreeNode,options) {\n\t// Bail if parseTreeNode is undefined, meaning that the widget constructor was called without any arguments so that it can be subclassed\n\tif(parseTreeNode === undefined) {\n\t\treturn;\n\t}\n\toptions = options || {};\n\t// Save widget info\n\tthis.parseTreeNode = parseTreeNode;\n\tthis.wiki = options.wiki;\n\tthis.parentWidget = options.parentWidget;\n\tthis.variablesConstructor = function() {};\n\tthis.variablesConstructor.prototype = this.parentWidget ? this.parentWidget.variables : {};\n\tthis.variables = new this.variablesConstructor();\n\tthis.document = options.document;\n\tthis.attributes = {};\n\tthis.children = [];\n\tthis.domNodes = [];\n\tthis.eventListeners = {};\n\t// Hashmap of the widget classes\n\tif(!this.widgetClasses) {\n\t\t// Get widget classes\n\t\tWidget.prototype.widgetClasses = $tw.modules.applyMethods(\"widget\");\n\t\t// Process any subclasses\n\t\t$tw.modules.forEachModuleOfType(\"widget-subclass\",function(title,module) {\n\t\t\tif(module.baseClass) {\n\t\t\t\tvar baseClass = Widget.prototype.widgetClasses[module.baseClass];\n\t\t\t\tif(!baseClass) {\n\t\t\t\t\tthrow \"Module '\" + title + \"' is attemping to extend a non-existent base class '\" + module.baseClass + \"'\";\n\t\t\t\t}\n\t\t\t\tvar subClass = module.constructor;\n\t\t\t\tsubClass.prototype = new baseClass();\n\t\t\t\t$tw.utils.extend(subClass.prototype,module.prototype);\n\t\t\t\tWidget.prototype.widgetClasses[module.name || module.baseClass] = subClass;\n\t\t\t}\n\t\t});\n\t}\n};\n\n/*\nRender this widget into the DOM\n*/\nWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.execute();\n\tthis.renderChildren(parent,nextSibling);\n};\n\n/*\nCompute the internal state of the widget\n*/\nWidget.prototype.execute = function() {\n\tthis.makeChildWidgets();\n};\n\n/*\nSet the value of a context variable\nname: name of the variable\nvalue: value of the variable\nparams: array of {name:, default:} for each parameter\nisMacroDefinition: true if the variable is set via a \\define macro pragma (and hence should have variable substitution performed)\n*/\nWidget.prototype.setVariable = function(name,value,params,isMacroDefinition) {\n\tthis.variables[name] = {value: value, params: params, isMacroDefinition: !!isMacroDefinition};\n};\n\n/*\nGet the prevailing value of a context variable\nname: name of variable\noptions: see below\nOptions include\nparams: array of {name:, value:} for each parameter\ndefaultValue: default value if the variable is not defined\n\nReturns an object with the following fields:\n\nparams: array of {name:,value:} of parameters passed to wikitext variables\ntext: text of variable, with parameters properly substituted\n*/\nWidget.prototype.getVariableInfo = function(name,options) {\n\toptions = options || {};\n\tvar actualParams = options.params || [],\n\t\tparentWidget = this.parentWidget;\n\t// Check for the variable defined in the parent widget (or an ancestor in the prototype chain)\n\tif(parentWidget && name in parentWidget.variables) {\n\t\tvar variable = parentWidget.variables[name],\n\t\t\tvalue = variable.value,\n\t\t\tparams = this.resolveVariableParameters(variable.params,actualParams);\n\t\t// Substitute any parameters specified in the definition\n\t\t$tw.utils.each(params,function(param) {\n\t\t\tvalue = $tw.utils.replaceString(value,new RegExp(\"\\\\$\" + $tw.utils.escapeRegExp(param.name) + \"\\\\$\",\"mg\"),param.value);\n\t\t});\n\t\t// Only substitute variable references if this variable was defined with the \\define pragma\n\t\tif(variable.isMacroDefinition) {\n\t\t\tvalue = this.substituteVariableReferences(value);\t\t\t\n\t\t}\n\t\treturn {\n\t\t\ttext: value,\n\t\t\tparams: params\n\t\t};\n\t}\n\t// If the variable doesn't exist in the parent widget then look for a macro module\n\treturn {\n\t\ttext: this.evaluateMacroModule(name,actualParams,options.defaultValue)\n\t};\n};\n\n/*\nSimplified version of getVariableInfo() that just returns the text\n*/\nWidget.prototype.getVariable = function(name,options) {\n\treturn this.getVariableInfo(name,options).text;\n};\n\nWidget.prototype.resolveVariableParameters = function(formalParams,actualParams) {\n\tformalParams = formalParams || [];\n\tactualParams = actualParams || [];\n\tvar nextAnonParameter = 0, // Next candidate anonymous parameter in macro call\n\t\tparamInfo, paramValue,\n\t\tresults = [];\n\t// Step through each of the parameters in the macro definition\n\tfor(var p=0; p<formalParams.length; p++) {\n\t\t// Check if we've got a macro call parameter with the same name\n\t\tparamInfo = formalParams[p];\n\t\tparamValue = undefined;\n\t\tfor(var m=0; m<actualParams.length; m++) {\n\t\t\tif(actualParams[m].name === paramInfo.name) {\n\t\t\t\tparamValue = actualParams[m].value;\n\t\t\t}\n\t\t}\n\t\t// If not, use the next available anonymous macro call parameter\n\t\twhile(nextAnonParameter < actualParams.length && actualParams[nextAnonParameter].name) {\n\t\t\tnextAnonParameter++;\n\t\t}\n\t\tif(paramValue === undefined && nextAnonParameter < actualParams.length) {\n\t\t\tparamValue = actualParams[nextAnonParameter++].value;\n\t\t}\n\t\t// If we've still not got a value, use the default, if any\n\t\tparamValue = paramValue || paramInfo[\"default\"] || \"\";\n\t\t// Store the parameter name and value\n\t\tresults.push({name: paramInfo.name, value: paramValue});\n\t}\n\treturn results;\n};\n\nWidget.prototype.substituteVariableReferences = function(text) {\n\tvar self = this;\n\treturn (text || \"\").replace(/\\$\\(([^\\)\\$]+)\\)\\$/g,function(match,p1,offset,string) {\n\t\treturn self.getVariable(p1,{defaultValue: \"\"});\n\t});\n};\n\nWidget.prototype.evaluateMacroModule = function(name,actualParams,defaultValue) {\n\tif($tw.utils.hop($tw.macros,name)) {\n\t\tvar macro = $tw.macros[name],\n\t\t\targs = [];\n\t\tif(macro.params.length > 0) {\n\t\t\tvar nextAnonParameter = 0, // Next candidate anonymous parameter in macro call\n\t\t\t\tparamInfo, paramValue;\n\t\t\t// Step through each of the parameters in the macro definition\n\t\t\tfor(var p=0; p<macro.params.length; p++) {\n\t\t\t\t// Check if we've got a macro call parameter with the same name\n\t\t\t\tparamInfo = macro.params[p];\n\t\t\t\tparamValue = undefined;\n\t\t\t\tfor(var m=0; m<actualParams.length; m++) {\n\t\t\t\t\tif(actualParams[m].name === paramInfo.name) {\n\t\t\t\t\t\tparamValue = actualParams[m].value;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\t// If not, use the next available anonymous macro call parameter\n\t\t\t\twhile(nextAnonParameter < actualParams.length && actualParams[nextAnonParameter].name) {\n\t\t\t\t\tnextAnonParameter++;\n\t\t\t\t}\n\t\t\t\tif(paramValue === undefined && nextAnonParameter < actualParams.length) {\n\t\t\t\t\tparamValue = actualParams[nextAnonParameter++].value;\n\t\t\t\t}\n\t\t\t\t// If we've still not got a value, use the default, if any\n\t\t\t\tparamValue = paramValue || paramInfo[\"default\"] || \"\";\n\t\t\t\t// Save the parameter\n\t\t\t\targs.push(paramValue);\n\t\t\t}\n\t\t}\n\t\telse for(var i=0; i<actualParams.length; ++i) {\n\t\t\targs.push(actualParams[i].value);\n\t\t}\n\t\treturn (macro.run.apply(this,args) || \"\").toString();\n\t} else {\n\t\treturn defaultValue;\n\t}\n};\n\n/*\nCheck whether a given context variable value exists in the parent chain\n*/\nWidget.prototype.hasVariable = function(name,value) {\n\tvar node = this;\n\twhile(node) {\n\t\tif($tw.utils.hop(node.variables,name) && node.variables[name].value === value) {\n\t\t\treturn true;\n\t\t}\n\t\tnode = node.parentWidget;\n\t}\n\treturn false;\n};\n\n/*\nConstruct a qualifying string based on a hash of concatenating the values of a given variable in the parent chain\n*/\nWidget.prototype.getStateQualifier = function(name) {\n\tthis.qualifiers = this.qualifiers || Object.create(null);\n\tname = name || \"transclusion\";\n\tif(this.qualifiers[name]) {\n\t\treturn this.qualifiers[name];\n\t} else {\n\t\tvar output = [],\n\t\t\tnode = this;\n\t\twhile(node && node.parentWidget) {\n\t\t\tif($tw.utils.hop(node.parentWidget.variables,name)) {\n\t\t\t\toutput.push(node.getVariable(name));\n\t\t\t}\n\t\t\tnode = node.parentWidget;\n\t\t}\n\t\tvar value = $tw.utils.hashString(output.join(\"\"));\n\t\tthis.qualifiers[name] = value;\n\t\treturn value;\n\t}\n};\n\n/*\nCompute the current values of the attributes of the widget. Returns a hashmap of the names of the attributes that have changed\n*/\nWidget.prototype.computeAttributes = function() {\n\tvar changedAttributes = {},\n\t\tself = this,\n\t\tvalue;\n\t$tw.utils.each(this.parseTreeNode.attributes,function(attribute,name) {\n\t\tif(attribute.type === \"filtered\") {\n\t\t\tvalue = self.wiki.filterTiddlers(attribute.filter,self)[0] || \"\";\n\t\t} else if(attribute.type === \"indirect\") {\n\t\t\tvalue = self.wiki.getTextReference(attribute.textReference,\"\",self.getVariable(\"currentTiddler\"));\n\t\t} else if(attribute.type === \"macro\") {\n\t\t\tvalue = self.getVariable(attribute.value.name,{params: attribute.value.params});\n\t\t} else { // String attribute\n\t\t\tvalue = attribute.value;\n\t\t}\n\t\t// Check whether the attribute has changed\n\t\tif(self.attributes[name] !== value) {\n\t\t\tself.attributes[name] = value;\n\t\t\tchangedAttributes[name] = true;\n\t\t}\n\t});\n\treturn changedAttributes;\n};\n\n/*\nCheck for the presence of an attribute\n*/\nWidget.prototype.hasAttribute = function(name) {\n\treturn $tw.utils.hop(this.attributes,name);\n};\n\n/*\nGet the value of an attribute\n*/\nWidget.prototype.getAttribute = function(name,defaultText) {\n\tif($tw.utils.hop(this.attributes,name)) {\n\t\treturn this.attributes[name];\n\t} else {\n\t\treturn defaultText;\n\t}\n};\n\n/*\nAssign the computed attributes of the widget to a domNode\noptions include:\nexcludeEventAttributes: ignores attributes whose name begins with \"on\"\n*/\nWidget.prototype.assignAttributes = function(domNode,options) {\n\toptions = options || {};\n\tvar self = this;\n\t$tw.utils.each(this.attributes,function(v,a) {\n\t\t// Check exclusions\n\t\tif(options.excludeEventAttributes && a.substr(0,2) === \"on\") {\n\t\t\tv = undefined;\n\t\t}\n\t\tif(v !== undefined) {\n\t\t\tvar b = a.split(\":\");\n\t\t\t// Setting certain attributes can cause a DOM error (eg xmlns on the svg element)\n\t\t\ttry {\n\t\t\t\tif (b.length == 2 && b[0] == \"xlink\"){\n\t\t\t\t\tdomNode.setAttributeNS(\"http://www.w3.org/1999/xlink\",b[1],v);\n\t\t\t\t} else {\n\t\t\t\t\tdomNode.setAttributeNS(null,a,v);\n\t\t\t\t}\n\t\t\t} catch(e) {\n\t\t\t}\n\t\t}\n\t});\n};\n\n/*\nMake child widgets correspondng to specified parseTreeNodes\n*/\nWidget.prototype.makeChildWidgets = function(parseTreeNodes) {\n\tthis.children = [];\n\tvar self = this;\n\t$tw.utils.each(parseTreeNodes || (this.parseTreeNode && this.parseTreeNode.children),function(childNode) {\n\t\tself.children.push(self.makeChildWidget(childNode));\n\t});\n};\n\n/*\nConstruct the widget object for a parse tree node\n*/\nWidget.prototype.makeChildWidget = function(parseTreeNode) {\n\tvar WidgetClass = this.widgetClasses[parseTreeNode.type];\n\tif(!WidgetClass) {\n\t\tWidgetClass = this.widgetClasses.text;\n\t\tparseTreeNode = {type: \"text\", text: \"Undefined widget '\" + parseTreeNode.type + \"'\"};\n\t}\n\treturn new WidgetClass(parseTreeNode,{\n\t\twiki: this.wiki,\n\t\tvariables: {},\n\t\tparentWidget: this,\n\t\tdocument: this.document\n\t});\n};\n\n/*\nGet the next sibling of this widget\n*/\nWidget.prototype.nextSibling = function() {\n\tif(this.parentWidget) {\n\t\tvar index = this.parentWidget.children.indexOf(this);\n\t\tif(index !== -1 && index < this.parentWidget.children.length-1) {\n\t\t\treturn this.parentWidget.children[index+1];\n\t\t}\n\t}\n\treturn null;\n};\n\n/*\nGet the previous sibling of this widget\n*/\nWidget.prototype.previousSibling = function() {\n\tif(this.parentWidget) {\n\t\tvar index = this.parentWidget.children.indexOf(this);\n\t\tif(index !== -1 && index > 0) {\n\t\t\treturn this.parentWidget.children[index-1];\n\t\t}\n\t}\n\treturn null;\n};\n\n/*\nRender the children of this widget into the DOM\n*/\nWidget.prototype.renderChildren = function(parent,nextSibling) {\n\tvar children = this.children;\n\tfor(var i = 0; i < children.length; i++) {\n\t\tchildren[i].render(parent,nextSibling);\n\t};\n};\n\n/*\nAdd a list of event listeners from an array [{type:,handler:},...]\n*/\nWidget.prototype.addEventListeners = function(listeners) {\n\tvar self = this;\n\t$tw.utils.each(listeners,function(listenerInfo) {\n\t\tself.addEventListener(listenerInfo.type,listenerInfo.handler);\n\t});\n};\n\n/*\nAdd an event listener\n*/\nWidget.prototype.addEventListener = function(type,handler) {\n\tvar self = this;\n\tif(typeof handler === \"string\") { // The handler is a method name on this widget\n\t\tthis.eventListeners[type] = function(event) {\n\t\t\treturn self[handler].call(self,event);\n\t\t};\n\t} else { // The handler is a function\n\t\tthis.eventListeners[type] = function(event) {\n\t\t\treturn handler.call(self,event);\n\t\t};\n\t}\n};\n\n/*\nDispatch an event to a widget. If the widget doesn't handle the event then it is also dispatched to the parent widget\n*/\nWidget.prototype.dispatchEvent = function(event) {\n\t// Dispatch the event if this widget handles it\n\tvar listener = this.eventListeners[event.type];\n\tif(listener) {\n\t\t// Don't propagate the event if the listener returned false\n\t\tif(!listener(event)) {\n\t\t\treturn false;\n\t\t}\n\t}\n\t// Dispatch the event to the parent widget\n\tif(this.parentWidget) {\n\t\treturn this.parentWidget.dispatchEvent(event);\n\t}\n\treturn true;\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nWidget.prototype.refresh = function(changedTiddlers) {\n\treturn this.refreshChildren(changedTiddlers);\n};\n\n/*\nRebuild a previously rendered widget\n*/\nWidget.prototype.refreshSelf = function() {\n\tvar nextSibling = this.findNextSiblingDomNode();\n\tthis.removeChildDomNodes();\n\tthis.render(this.parentDomNode,nextSibling);\n};\n\n/*\nRefresh all the children of a widget\n*/\nWidget.prototype.refreshChildren = function(changedTiddlers) {\n\tvar children = this.children,\n\t\trefreshed = false;\n\tfor (var i = 0; i < children.length; i++) {\n\t\trefreshed = children[i].refresh(changedTiddlers) || refreshed;\n\t}\n\treturn refreshed;\n};\n\n/*\nFind the next sibling in the DOM to this widget. This is done by scanning the widget tree through all next siblings and their descendents that share the same parent DOM node\n*/\nWidget.prototype.findNextSiblingDomNode = function(startIndex) {\n\t// Refer to this widget by its index within its parents children\n\tvar parent = this.parentWidget,\n\t\tindex = startIndex !== undefined ? startIndex : parent.children.indexOf(this);\nif(index === -1) {\n\tthrow \"node not found in parents children\";\n}\n\t// Look for a DOM node in the later siblings\n\twhile(++index < parent.children.length) {\n\t\tvar domNode = parent.children[index].findFirstDomNode();\n\t\tif(domNode) {\n\t\t\treturn domNode;\n\t\t}\n\t}\n\t// Go back and look for later siblings of our parent if it has the same parent dom node\n\tvar grandParent = parent.parentWidget;\n\tif(grandParent && parent.parentDomNode === this.parentDomNode) {\n\t\tindex = grandParent.children.indexOf(parent);\n\t\tif(index !== -1) {\n\t\t\treturn parent.findNextSiblingDomNode(index);\n\t\t}\n\t}\n\treturn null;\n};\n\n/*\nFind the first DOM node generated by a widget or its children\n*/\nWidget.prototype.findFirstDomNode = function() {\n\t// Return the first dom node of this widget, if we've got one\n\tif(this.domNodes.length > 0) {\n\t\treturn this.domNodes[0];\n\t}\n\t// Otherwise, recursively call our children\n\tfor(var t=0; t<this.children.length; t++) {\n\t\tvar domNode = this.children[t].findFirstDomNode();\n\t\tif(domNode) {\n\t\t\treturn domNode;\n\t\t}\n\t}\n\treturn null;\n};\n\n/*\nRemove any DOM nodes created by this widget or its children\n*/\nWidget.prototype.removeChildDomNodes = function() {\n\t// If this widget has directly created DOM nodes, delete them and exit. This assumes that any child widgets are contained within the created DOM nodes, which would normally be the case\n\tif(this.domNodes.length > 0) {\n\t\t$tw.utils.each(this.domNodes,function(domNode) {\n\t\t\tdomNode.parentNode.removeChild(domNode);\n\t\t});\n\t\tthis.domNodes = [];\n\t} else {\n\t\t// Otherwise, ask the child widgets to delete their DOM nodes\n\t\t$tw.utils.each(this.children,function(childWidget) {\n\t\t\tchildWidget.removeChildDomNodes();\n\t\t});\n\t}\n};\n\n/*\nInvoke the action widgets that are descendents of the current widget.\n*/\nWidget.prototype.invokeActions = function(triggeringWidget,event) {\n\tvar handled = false;\n\t// For each child widget\n\tfor(var t=0; t<this.children.length; t++) {\n\t\tvar child = this.children[t];\n\t\t// Invoke the child if it is an action widget\n\t\tif(child.invokeAction) {\n\t\t\tchild.refreshSelf();\n\t\t\tif(child.invokeAction(triggeringWidget,event)) {\n\t\t\t\thandled = true;\n\t\t\t}\n\t\t}\n\t\t// Propagate through through the child if it permits it\n\t\tif(child.allowActionPropagation() && child.invokeActions(triggeringWidget,event)) {\n\t\t\thandled = true;\n\t\t}\n\t}\n\treturn handled;\n};\n\n/*\nInvoke the action widgets defined in a string\n*/\nWidget.prototype.invokeActionString = function(actions,triggeringWidget,event,variables) {\n\tactions = actions || \"\";\n\tvar parser = this.wiki.parseText(\"text/vnd.tiddlywiki\",actions,{\n\t\t\tparentWidget: this,\n\t\t\tdocument: this.document\n\t\t}),\n\t\twidgetNode = this.wiki.makeWidget(parser,{\n\t\t\tparentWidget: this,\n\t\t\tdocument: this.document,\n\t\t\tvariables: variables\n\t\t});\n\tvar container = this.document.createElement(\"div\");\n\twidgetNode.render(container,null);\n\treturn widgetNode.invokeActions(this,event);\n};\n\nWidget.prototype.allowActionPropagation = function() {\n\treturn true;\n};\n\nexports.widget = Widget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/widgets/wikify.js": {
"title": "$:/core/modules/widgets/wikify.js",
"text": "/*\\\ntitle: $:/core/modules/widgets/wikify.js\ntype: application/javascript\nmodule-type: widget\n\nWidget to wikify text into a variable\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar WikifyWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nWikifyWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nWikifyWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tthis.renderChildren(parent,nextSibling);\n};\n\n/*\nCompute the internal state of the widget\n*/\nWikifyWidget.prototype.execute = function() {\n\t// Get our parameters\n\tthis.wikifyName = this.getAttribute(\"name\");\n\tthis.wikifyText = this.getAttribute(\"text\");\n\tthis.wikifyType = this.getAttribute(\"type\");\n\tthis.wikifyMode = this.getAttribute(\"mode\",\"block\");\n\tthis.wikifyOutput = this.getAttribute(\"output\",\"text\");\n\t// Create the parse tree\n\tthis.wikifyParser = this.wiki.parseText(this.wikifyType,this.wikifyText,{\n\t\t\tparseAsInline: this.wikifyMode === \"inline\"\n\t\t});\n\t// Create the widget tree \n\tthis.wikifyWidgetNode = this.wiki.makeWidget(this.wikifyParser,{\n\t\t\tdocument: $tw.fakeDocument,\n\t\t\tparentWidget: this\n\t\t});\n\t// Render the widget tree to the container\n\tthis.wikifyContainer = $tw.fakeDocument.createElement(\"div\");\n\tthis.wikifyWidgetNode.render(this.wikifyContainer,null);\n\tthis.wikifyResult = this.getResult();\n\t// Set context variable\n\tthis.setVariable(this.wikifyName,this.wikifyResult);\n\t// Construct the child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nReturn the result string\n*/\nWikifyWidget.prototype.getResult = function() {\n\tvar result;\n\tswitch(this.wikifyOutput) {\n\t\tcase \"text\":\n\t\t\tresult = this.wikifyContainer.textContent;\n\t\t\tbreak;\n\t\tcase \"formattedtext\":\n\t\t\tresult = this.wikifyContainer.formattedTextContent;\n\t\t\tbreak;\n\t\tcase \"html\":\n\t\t\tresult = this.wikifyContainer.innerHTML;\n\t\t\tbreak;\n\t\tcase \"parsetree\":\n\t\t\tresult = JSON.stringify(this.wikifyParser.tree,0,$tw.config.preferences.jsonSpaces);\n\t\t\tbreak;\n\t\tcase \"widgettree\":\n\t\t\tresult = JSON.stringify(this.getWidgetTree(),0,$tw.config.preferences.jsonSpaces);\n\t\t\tbreak;\n\t}\n\treturn result;\n};\n\n/*\nReturn a string of the widget tree\n*/\nWikifyWidget.prototype.getWidgetTree = function() {\n\tvar copyNode = function(widgetNode,resultNode) {\n\t\t\tvar type = widgetNode.parseTreeNode.type;\n\t\t\tresultNode.type = type;\n\t\t\tswitch(type) {\n\t\t\t\tcase \"element\":\n\t\t\t\t\tresultNode.tag = widgetNode.parseTreeNode.tag;\n\t\t\t\t\tbreak;\n\t\t\t\tcase \"text\":\n\t\t\t\t\tresultNode.text = widgetNode.parseTreeNode.text;\n\t\t\t\t\tbreak;\t\n\t\t\t}\n\t\t\tif(Object.keys(widgetNode.attributes || {}).length > 0) {\n\t\t\t\tresultNode.attributes = {};\n\t\t\t\t$tw.utils.each(widgetNode.attributes,function(attr,attrName) {\n\t\t\t\t\tresultNode.attributes[attrName] = widgetNode.getAttribute(attrName);\n\t\t\t\t});\n\t\t\t}\n\t\t\tif(Object.keys(widgetNode.children || {}).length > 0) {\n\t\t\t\tresultNode.children = [];\n\t\t\t\t$tw.utils.each(widgetNode.children,function(widgetChildNode) {\n\t\t\t\t\tvar node = {};\n\t\t\t\t\tresultNode.children.push(node);\n\t\t\t\t\tcopyNode(widgetChildNode,node);\n\t\t\t\t});\n\t\t\t}\n\t\t},\n\t\tresults = {};\n\tcopyNode(this.wikifyWidgetNode,results);\n\treturn results;\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nWikifyWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\t// Refresh ourselves entirely if any of our attributes have changed\n\tif(changedAttributes.name || changedAttributes.text || changedAttributes.type || changedAttributes.mode || changedAttributes.output) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\t// Refresh the widget tree\n\t\tif(this.wikifyWidgetNode.refresh(changedTiddlers)) {\n\t\t\t// Check if there was any change\n\t\t\tvar result = this.getResult();\n\t\t\tif(result !== this.wikifyResult) {\n\t\t\t\t// If so, save the change\n\t\t\t\tthis.wikifyResult = result;\n\t\t\t\tthis.setVariable(this.wikifyName,this.wikifyResult);\n\t\t\t\t// Refresh each of our child widgets\n\t\t\t\t$tw.utils.each(this.children,function(childWidget) {\n\t\t\t\t\tchildWidget.refreshSelf();\n\t\t\t\t});\n\t\t\t\treturn true;\n\t\t\t}\n\t\t}\n\t\t// Just refresh the children\n\t\treturn this.refreshChildren(changedTiddlers);\n\t}\n};\n\nexports.wikify = WikifyWidget;\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/core/modules/wiki-bulkops.js": {
"title": "$:/core/modules/wiki-bulkops.js",
"text": "/*\\\ntitle: $:/core/modules/wiki-bulkops.js\ntype: application/javascript\nmodule-type: wikimethod\n\nBulk tiddler operations such as rename.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nRename a tiddler, and relink any tags or lists that reference it.\n*/\nfunction renameTiddler(fromTitle,toTitle,options) {\n\tfromTitle = (fromTitle || \"\").trim();\n\ttoTitle = (toTitle || \"\").trim();\n\toptions = options || {};\n\tif(fromTitle && toTitle && fromTitle !== toTitle) {\n\t\t// Rename the tiddler itself\n\t\tvar oldTiddler = this.getTiddler(fromTitle),\n\t\t\tnewTiddler = new $tw.Tiddler(oldTiddler,{title: toTitle},this.getModificationFields());\n\t\tnewTiddler = $tw.hooks.invokeHook(\"th-renaming-tiddler\",newTiddler,oldTiddler);\n\t\tthis.addTiddler(newTiddler);\n\t\tthis.deleteTiddler(fromTitle);\n\t\t// Rename any tags or lists that reference it\n\t\tthis.relinkTiddler(fromTitle,toTitle,options)\n\t}\n}\n\n/*\nRelink any tags or lists that reference a given tiddler\n*/\nfunction relinkTiddler(fromTitle,toTitle,options) {\n\tvar self = this;\n\tfromTitle = (fromTitle || \"\").trim();\n\ttoTitle = (toTitle || \"\").trim();\n\toptions = options || {};\n\tif(fromTitle && toTitle && fromTitle !== toTitle) {\n\t\tthis.each(function(tiddler,title) {\n\t\t\tvar type = tiddler.fields.type || \"\";\n\t\t\t// Don't touch plugins or JavaScript modules\n\t\t\tif(!tiddler.fields[\"plugin-type\"] && type !== \"application/javascript\") {\n\t\t\t\tvar tags = tiddler.fields.tags ? tiddler.fields.tags.slice(0) : undefined,\n\t\t\t\t\tlist = tiddler.fields.list ? tiddler.fields.list.slice(0) : undefined,\n\t\t\t\t\tisModified = false;\n\t\t\t\tif(!options.dontRenameInTags) {\n\t\t\t\t\t// Rename tags\n\t\t\t\t\t$tw.utils.each(tags,function (title,index) {\n\t\t\t\t\t\tif(title === fromTitle) {\nconsole.log(\"Renaming tag '\" + tags[index] + \"' to '\" + toTitle + \"' of tiddler '\" + tiddler.fields.title + \"'\");\n\t\t\t\t\t\t\ttags[index] = toTitle;\n\t\t\t\t\t\t\tisModified = true;\n\t\t\t\t\t\t}\n\t\t\t\t\t});\n\t\t\t\t}\n\t\t\t\tif(!options.dontRenameInLists) {\n\t\t\t\t\t// Rename lists\n\t\t\t\t\t$tw.utils.each(list,function (title,index) {\n\t\t\t\t\t\tif(title === fromTitle) {\nconsole.log(\"Renaming list item '\" + list[index] + \"' to '\" + toTitle + \"' of tiddler '\" + tiddler.fields.title + \"'\");\n\t\t\t\t\t\t\tlist[index] = toTitle;\n\t\t\t\t\t\t\tisModified = true;\n\t\t\t\t\t\t}\n\t\t\t\t\t});\n\t\t\t\t}\n\t\t\t\tif(isModified) {\n\t\t\t\t\tvar newTiddler = new $tw.Tiddler(tiddler,{tags: tags, list: list},self.getModificationFields())\n\t\t\t\t\tnewTiddler = $tw.hooks.invokeHook(\"th-relinking-tiddler\",newTiddler,tiddler);\n\t\t\t\t\tself.addTiddler(newTiddler);\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t}\n};\n\nexports.renameTiddler = renameTiddler;\nexports.relinkTiddler = relinkTiddler;\n\n})();\n",
"type": "application/javascript",
"module-type": "wikimethod"
},
"$:/core/modules/wiki.js": {
"title": "$:/core/modules/wiki.js",
"text": "/*\\\ntitle: $:/core/modules/wiki.js\ntype: application/javascript\nmodule-type: wikimethod\n\nExtension methods for the $tw.Wiki object\n\nAdds the following properties to the wiki object:\n\n* `eventListeners` is a hashmap by type of arrays of listener functions\n* `changedTiddlers` is a hashmap describing changes to named tiddlers since wiki change events were last dispatched. Each entry is a hashmap containing two fields:\n\tmodified: true/false\n\tdeleted: true/false\n* `changeCount` is a hashmap by tiddler title containing a numerical index that starts at zero and is incremented each time a tiddler is created changed or deleted\n* `caches` is a hashmap by tiddler title containing a further hashmap of named cache objects. Caches are automatically cleared when a tiddler is modified or deleted\n* `globalCache` is a hashmap by cache name of cache objects that are cleared whenever any tiddler change occurs\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar widget = require(\"$:/core/modules/widgets/widget.js\");\n\nvar USER_NAME_TITLE = \"$:/status/UserName\",\n\tTIMESTAMP_DISABLE_TITLE = \"$:/config/TimestampDisable\";\n\n/*\nAdd available indexers to this wiki\n*/\nexports.addIndexersToWiki = function() {\n\tvar self = this;\n\t$tw.utils.each($tw.modules.applyMethods(\"indexer\"),function(Indexer,name) {\n\t\tself.addIndexer(new Indexer(self),name);\n\t});\n};\n\n/*\nGet the value of a text reference. Text references can have any of these forms:\n\t<tiddlertitle>\n\t<tiddlertitle>!!<fieldname>\n\t!!<fieldname> - specifies a field of the current tiddlers\n\t<tiddlertitle>##<index>\n*/\nexports.getTextReference = function(textRef,defaultText,currTiddlerTitle) {\n\tvar tr = $tw.utils.parseTextReference(textRef),\n\t\ttitle = tr.title || currTiddlerTitle;\n\tif(tr.field) {\n\t\tvar tiddler = this.getTiddler(title);\n\t\tif(tr.field === \"title\") { // Special case so we can return the title of a non-existent tiddler\n\t\t\treturn title;\n\t\t} else if(tiddler && $tw.utils.hop(tiddler.fields,tr.field)) {\n\t\t\treturn tiddler.getFieldString(tr.field);\n\t\t} else {\n\t\t\treturn defaultText;\n\t\t}\n\t} else if(tr.index) {\n\t\treturn this.extractTiddlerDataItem(title,tr.index,defaultText);\n\t} else {\n\t\treturn this.getTiddlerText(title,defaultText);\n\t}\n};\n\nexports.setTextReference = function(textRef,value,currTiddlerTitle) {\n\tvar tr = $tw.utils.parseTextReference(textRef),\n\t\ttitle = tr.title || currTiddlerTitle;\n\tthis.setText(title,tr.field,tr.index,value);\n};\n\nexports.setText = function(title,field,index,value,options) {\n\toptions = options || {};\n\tvar creationFields = options.suppressTimestamp ? {} : this.getCreationFields(),\n\t\tmodificationFields = options.suppressTimestamp ? {} : this.getModificationFields();\n\t// Check if it is a reference to a tiddler field\n\tif(index) {\n\t\tvar data = this.getTiddlerData(title,Object.create(null));\n\t\tif(value !== undefined) {\n\t\t\tdata[index] = value;\n\t\t} else {\n\t\t\tdelete data[index];\n\t\t}\n\t\tthis.setTiddlerData(title,data,modificationFields);\n\t} else {\n\t\tvar tiddler = this.getTiddler(title),\n\t\t\tfields = {title: title};\n\t\tfields[field || \"text\"] = value;\n\t\tthis.addTiddler(new $tw.Tiddler(creationFields,tiddler,fields,modificationFields));\n\t}\n};\n\nexports.deleteTextReference = function(textRef,currTiddlerTitle) {\n\tvar tr = $tw.utils.parseTextReference(textRef),\n\t\ttitle,tiddler,fields;\n\t// Check if it is a reference to a tiddler\n\tif(tr.title && !tr.field) {\n\t\tthis.deleteTiddler(tr.title);\n\t// Else check for a field reference\n\t} else if(tr.field) {\n\t\ttitle = tr.title || currTiddlerTitle;\n\t\ttiddler = this.getTiddler(title);\n\t\tif(tiddler && $tw.utils.hop(tiddler.fields,tr.field)) {\n\t\t\tfields = Object.create(null);\n\t\t\tfields[tr.field] = undefined;\n\t\t\tthis.addTiddler(new $tw.Tiddler(tiddler,fields,this.getModificationFields()));\n\t\t}\n\t}\n};\n\nexports.addEventListener = function(type,listener) {\n\tthis.eventListeners = this.eventListeners || {};\n\tthis.eventListeners[type] = this.eventListeners[type] || [];\n\tthis.eventListeners[type].push(listener);\t\n};\n\nexports.removeEventListener = function(type,listener) {\n\tvar listeners = this.eventListeners[type];\n\tif(listeners) {\n\t\tvar p = listeners.indexOf(listener);\n\t\tif(p !== -1) {\n\t\t\tlisteners.splice(p,1);\n\t\t}\n\t}\n};\n\nexports.dispatchEvent = function(type /*, args */) {\n\tvar args = Array.prototype.slice.call(arguments,1),\n\t\tlisteners = this.eventListeners[type];\n\tif(listeners) {\n\t\tfor(var p=0; p<listeners.length; p++) {\n\t\t\tvar listener = listeners[p];\n\t\t\tlistener.apply(listener,args);\n\t\t}\n\t}\n};\n\n/*\nCauses a tiddler to be marked as changed, incrementing the change count, and triggers event handlers.\nThis method should be called after the changes it describes have been made to the wiki.tiddlers[] array.\n\ttitle: Title of tiddler\n\tisDeleted: defaults to false (meaning the tiddler has been created or modified),\n\t\ttrue if the tiddler has been deleted\n*/\nexports.enqueueTiddlerEvent = function(title,isDeleted) {\n\t// Record the touch in the list of changed tiddlers\n\tthis.changedTiddlers = this.changedTiddlers || Object.create(null);\n\tthis.changedTiddlers[title] = this.changedTiddlers[title] || Object.create(null);\n\tthis.changedTiddlers[title][isDeleted ? \"deleted\" : \"modified\"] = true;\n\t// Increment the change count\n\tthis.changeCount = this.changeCount || Object.create(null);\n\tif($tw.utils.hop(this.changeCount,title)) {\n\t\tthis.changeCount[title]++;\n\t} else {\n\t\tthis.changeCount[title] = 1;\n\t}\n\t// Trigger events\n\tthis.eventListeners = this.eventListeners || {};\n\tif(!this.eventsTriggered) {\n\t\tvar self = this;\n\t\t$tw.utils.nextTick(function() {\n\t\t\tvar changes = self.changedTiddlers;\n\t\t\tself.changedTiddlers = Object.create(null);\n\t\t\tself.eventsTriggered = false;\n\t\t\tif($tw.utils.count(changes) > 0) {\n\t\t\t\tself.dispatchEvent(\"change\",changes);\n\t\t\t}\n\t\t});\n\t\tthis.eventsTriggered = true;\n\t}\n};\n\nexports.getSizeOfTiddlerEventQueue = function() {\n\treturn $tw.utils.count(this.changedTiddlers);\n};\n\nexports.clearTiddlerEventQueue = function() {\n\tthis.changedTiddlers = Object.create(null);\n\tthis.changeCount = Object.create(null);\n};\n\nexports.getChangeCount = function(title) {\n\tthis.changeCount = this.changeCount || Object.create(null);\n\tif($tw.utils.hop(this.changeCount,title)) {\n\t\treturn this.changeCount[title];\n\t} else {\n\t\treturn 0;\n\t}\n};\n\n/*\nGenerate an unused title from the specified base\n*/\nexports.generateNewTitle = function(baseTitle,options) {\n\toptions = options || {};\n\tvar c = 0,\n\t\ttitle = baseTitle;\n\twhile(this.tiddlerExists(title) || this.isShadowTiddler(title) || this.findDraft(title)) {\n\t\ttitle = baseTitle + \n\t\t\t(options.prefix || \" \") + \n\t\t\t(++c);\n\t}\n\treturn title;\n};\n\nexports.isSystemTiddler = function(title) {\n\treturn title && title.indexOf(\"$:/\") === 0;\n};\n\nexports.isTemporaryTiddler = function(title) {\n\treturn title && title.indexOf(\"$:/temp/\") === 0;\n};\n\nexports.isImageTiddler = function(title) {\n\tvar tiddler = this.getTiddler(title);\n\tif(tiddler) {\t\t\n\t\tvar contentTypeInfo = $tw.config.contentTypeInfo[tiddler.fields.type || \"text/vnd.tiddlywiki\"];\n\t\treturn !!contentTypeInfo && contentTypeInfo.flags.indexOf(\"image\") !== -1;\n\t} else {\n\t\treturn null;\n\t}\n};\n\n/*\nLike addTiddler() except it will silently reject any plugin tiddlers that are older than the currently loaded version. Returns true if the tiddler was imported\n*/\nexports.importTiddler = function(tiddler) {\n\tvar existingTiddler = this.getTiddler(tiddler.fields.title);\n\t// Check if we're dealing with a plugin\n\tif(tiddler && tiddler.hasField(\"plugin-type\") && tiddler.hasField(\"version\") && existingTiddler && existingTiddler.hasField(\"plugin-type\") && existingTiddler.hasField(\"version\")) {\n\t\t// Reject the incoming plugin if it is older\n\t\tif(!$tw.utils.checkVersions(tiddler.fields.version,existingTiddler.fields.version)) {\n\t\t\treturn false;\n\t\t}\n\t}\n\t// Fall through to adding the tiddler\n\tthis.addTiddler(tiddler);\n\treturn true;\n};\n\n/*\nReturn a hashmap of the fields that should be set when a tiddler is created\n*/\nexports.getCreationFields = function() {\n\tif(this.getTiddlerText(TIMESTAMP_DISABLE_TITLE,\"\").toLowerCase() !== \"yes\") {\n\t\tvar fields = {\n\t\t\t\tcreated: new Date()\n\t\t\t},\n\t\t\tcreator = this.getTiddlerText(USER_NAME_TITLE);\n\t\tif(creator) {\n\t\t\tfields.creator = creator;\n\t\t}\n\t\treturn fields;\n\t} else {\n\t\treturn {};\n\t}\n};\n\n/*\nReturn a hashmap of the fields that should be set when a tiddler is modified\n*/\nexports.getModificationFields = function() {\n\tif(this.getTiddlerText(TIMESTAMP_DISABLE_TITLE,\"\").toLowerCase() !== \"yes\") {\n\t\tvar fields = Object.create(null),\n\t\t\tmodifier = this.getTiddlerText(USER_NAME_TITLE);\n\t\tfields.modified = new Date();\n\t\tif(modifier) {\n\t\t\tfields.modifier = modifier;\n\t\t}\n\t\treturn fields;\n\t} else {\n\t\treturn {};\n\t}\n};\n\n/*\nReturn a sorted array of tiddler titles. Options include:\nsortField: field to sort by\nexcludeTag: tag to exclude\nincludeSystem: whether to include system tiddlers (defaults to false)\n*/\nexports.getTiddlers = function(options) {\n\toptions = options || Object.create(null);\n\tvar self = this,\n\t\tsortField = options.sortField || \"title\",\n\t\ttiddlers = [], t, titles = [];\n\tthis.each(function(tiddler,title) {\n\t\tif(options.includeSystem || !self.isSystemTiddler(title)) {\n\t\t\tif(!options.excludeTag || !tiddler.hasTag(options.excludeTag)) {\n\t\t\t\ttiddlers.push(tiddler);\n\t\t\t}\n\t\t}\n\t});\n\ttiddlers.sort(function(a,b) {\n\t\tvar aa = a.fields[sortField].toLowerCase() || \"\",\n\t\t\tbb = b.fields[sortField].toLowerCase() || \"\";\n\t\tif(aa < bb) {\n\t\t\treturn -1;\n\t\t} else {\n\t\t\tif(aa > bb) {\n\t\t\t\treturn 1;\n\t\t\t} else {\n\t\t\t\treturn 0;\n\t\t\t}\n\t\t}\n\t});\n\tfor(t=0; t<tiddlers.length; t++) {\n\t\ttitles.push(tiddlers[t].fields.title);\n\t}\n\treturn titles;\n};\n\nexports.countTiddlers = function(excludeTag) {\n\tvar tiddlers = this.getTiddlers({excludeTag: excludeTag});\n\treturn $tw.utils.count(tiddlers);\n};\n\n/*\nReturns a function iterator(callback) that iterates through the specified titles, and invokes the callback with callback(tiddler,title)\n*/\nexports.makeTiddlerIterator = function(titles) {\n\tvar self = this;\n\tif(!$tw.utils.isArray(titles)) {\n\t\ttitles = Object.keys(titles);\n\t} else {\n\t\ttitles = titles.slice(0);\n\t}\n\treturn function(callback) {\n\t\ttitles.forEach(function(title) {\n\t\t\tcallback(self.getTiddler(title),title);\n\t\t});\n\t};\n};\n\n/*\nSort an array of tiddler titles by a specified field\n\ttitles: array of titles (sorted in place)\n\tsortField: name of field to sort by\n\tisDescending: true if the sort should be descending\n\tisCaseSensitive: true if the sort should consider upper and lower case letters to be different\n*/\nexports.sortTiddlers = function(titles,sortField,isDescending,isCaseSensitive,isNumeric,isAlphaNumeric) {\n\tvar self = this;\n\ttitles.sort(function(a,b) {\n\t\tvar x,y,\n\t\t\tcompareNumbers = function(x,y) {\n\t\t\t\tvar result = \n\t\t\t\t\tisNaN(x) && !isNaN(y) ? (isDescending ? -1 : 1) :\n\t\t\t\t\t!isNaN(x) && isNaN(y) ? (isDescending ? 1 : -1) :\n\t\t\t\t\t\t\t\t\t\t\t(isDescending ? y - x : x - y);\n\t\t\t\treturn result;\n\t\t\t};\n\t\tif(sortField !== \"title\") {\n\t\t\tvar tiddlerA = self.getTiddler(a),\n\t\t\t\ttiddlerB = self.getTiddler(b);\n\t\t\tif(tiddlerA) {\n\t\t\t\ta = tiddlerA.fields[sortField] || \"\";\n\t\t\t} else {\n\t\t\t\ta = \"\";\n\t\t\t}\n\t\t\tif(tiddlerB) {\n\t\t\t\tb = tiddlerB.fields[sortField] || \"\";\n\t\t\t} else {\n\t\t\t\tb = \"\";\n\t\t\t}\n\t\t}\n\t\tx = Number(a);\n\t\ty = Number(b);\n\t\tif(isNumeric && (!isNaN(x) || !isNaN(y))) {\n\t\t\treturn compareNumbers(x,y);\n\t\t} else if(isAlphaNumeric) {\n\t\t\treturn isDescending ? b.localeCompare(a,undefined,{numeric: true,sensitivity: \"base\"}) : a.localeCompare(b,undefined,{numeric: true,sensitivity: \"base\"});\n\t\t} else if($tw.utils.isDate(a) && $tw.utils.isDate(b)) {\n\t\t\treturn isDescending ? b - a : a - b;\n\t\t} else {\n\t\t\ta = String(a);\n\t\t\tb = String(b);\n\t\t\tif(!isCaseSensitive) {\n\t\t\t\ta = a.toLowerCase();\n\t\t\t\tb = b.toLowerCase();\n\t\t\t}\n\t\t\treturn isDescending ? b.localeCompare(a) : a.localeCompare(b);\n\t\t}\n\t});\n};\n\n/*\nFor every tiddler invoke a callback(title,tiddler) with `this` set to the wiki object. Options include:\nsortField: field to sort by\nexcludeTag: tag to exclude\nincludeSystem: whether to include system tiddlers (defaults to false)\n*/\nexports.forEachTiddler = function(/* [options,]callback */) {\n\tvar arg = 0,\n\t\toptions = arguments.length >= 2 ? arguments[arg++] : {},\n\t\tcallback = arguments[arg++],\n\t\ttitles = this.getTiddlers(options),\n\t\tt, tiddler;\n\tfor(t=0; t<titles.length; t++) {\n\t\ttiddler = this.getTiddler(titles[t]);\n\t\tif(tiddler) {\n\t\t\tcallback.call(this,tiddler.fields.title,tiddler);\n\t\t}\n\t}\n};\n\n/*\nReturn an array of tiddler titles that are directly linked from the specified tiddler\n*/\nexports.getTiddlerLinks = function(title) {\n\tvar self = this;\n\t// We'll cache the links so they only get computed if the tiddler changes\n\treturn this.getCacheForTiddler(title,\"links\",function() {\n\t\t// Parse the tiddler\n\t\tvar parser = self.parseTiddler(title);\n\t\t// Count up the links\n\t\tvar links = [],\n\t\t\tcheckParseTree = function(parseTree) {\n\t\t\t\tfor(var t=0; t<parseTree.length; t++) {\n\t\t\t\t\tvar parseTreeNode = parseTree[t];\n\t\t\t\t\tif(parseTreeNode.type === \"link\" && parseTreeNode.attributes.to && parseTreeNode.attributes.to.type === \"string\") {\n\t\t\t\t\t\tvar value = parseTreeNode.attributes.to.value;\n\t\t\t\t\t\tif(links.indexOf(value) === -1) {\n\t\t\t\t\t\t\tlinks.push(value);\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tif(parseTreeNode.children) {\n\t\t\t\t\t\tcheckParseTree(parseTreeNode.children);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t};\n\t\tif(parser) {\n\t\t\tcheckParseTree(parser.tree);\n\t\t}\n\t\treturn links;\n\t});\n};\n\n/*\nReturn an array of tiddler titles that link to the specified tiddler\n*/\nexports.getTiddlerBacklinks = function(targetTitle) {\n\tvar self = this,\n\t\tbacklinks = [];\n\tthis.forEachTiddler(function(title,tiddler) {\n\t\tvar links = self.getTiddlerLinks(title);\n\t\tif(links.indexOf(targetTitle) !== -1) {\n\t\t\tbacklinks.push(title);\n\t\t}\n\t});\n\treturn backlinks;\n};\n\n/*\nReturn a hashmap of tiddler titles that are referenced but not defined. Each value is the number of times the missing tiddler is referenced\n*/\nexports.getMissingTitles = function() {\n\tvar self = this,\n\t\tmissing = [];\n// We should cache the missing tiddler list, even if we recreate it every time any tiddler is modified\n\tthis.forEachTiddler(function(title,tiddler) {\n\t\tvar links = self.getTiddlerLinks(title);\n\t\t$tw.utils.each(links,function(link) {\n\t\t\tif((!self.tiddlerExists(link) && !self.isShadowTiddler(link)) && missing.indexOf(link) === -1) {\n\t\t\t\tmissing.push(link);\n\t\t\t}\n\t\t});\n\t});\n\treturn missing;\n};\n\nexports.getOrphanTitles = function() {\n\tvar self = this,\n\t\torphans = this.getTiddlers();\n\tthis.forEachTiddler(function(title,tiddler) {\n\t\tvar links = self.getTiddlerLinks(title);\n\t\t$tw.utils.each(links,function(link) {\n\t\t\tvar p = orphans.indexOf(link);\n\t\t\tif(p !== -1) {\n\t\t\t\torphans.splice(p,1);\n\t\t\t}\n\t\t});\n\t});\n\treturn orphans; // Todo\n};\n\n/*\nRetrieves a list of the tiddler titles that are tagged with a given tag\n*/\nexports.getTiddlersWithTag = function(tag) {\n\t// Try to use the indexer\n\tvar self = this,\n\t\ttagIndexer = this.getIndexer(\"TagIndexer\"),\n\t\tresults = tagIndexer && tagIndexer.subIndexers[3].lookup(tag);\n\tif(!results) {\n\t\t// If not available, perform a manual scan\n\t\tresults = this.getGlobalCache(\"taglist-\" + tag,function() {\n\t\t\tvar tagmap = self.getTagMap();\n\t\t\treturn self.sortByList(tagmap[tag],tag);\n\t\t});\n\t}\n\treturn results;\n};\n\n/*\nGet a hashmap by tag of arrays of tiddler titles\n*/\nexports.getTagMap = function() {\n\tvar self = this;\n\treturn this.getGlobalCache(\"tagmap\",function() {\n\t\tvar tags = Object.create(null),\n\t\t\tstoreTags = function(tagArray,title) {\n\t\t\t\tif(tagArray) {\n\t\t\t\t\tfor(var index=0; index<tagArray.length; index++) {\n\t\t\t\t\t\tvar tag = tagArray[index];\n\t\t\t\t\t\tif($tw.utils.hop(tags,tag)) {\n\t\t\t\t\t\t\ttags[tag].push(title);\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\ttags[tag] = [title];\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\ttitle, tiddler;\n\t\t// Collect up all the tags\n\t\tself.eachShadow(function(tiddler,title) {\n\t\t\tif(!self.tiddlerExists(title)) {\n\t\t\t\ttiddler = self.getTiddler(title);\n\t\t\t\tstoreTags(tiddler.fields.tags,title);\n\t\t\t}\n\t\t});\n\t\tself.each(function(tiddler,title) {\n\t\t\tstoreTags(tiddler.fields.tags,title);\n\t\t});\n\t\treturn tags;\n\t});\n};\n\n/*\nLookup a given tiddler and return a list of all the tiddlers that include it in the specified list field\n*/\nexports.findListingsOfTiddler = function(targetTitle,fieldName) {\n\tfieldName = fieldName || \"list\";\n\tvar titles = [];\n\tthis.each(function(tiddler,title) {\n\t\tvar list = $tw.utils.parseStringArray(tiddler.fields[fieldName]);\n\t\tif(list && list.indexOf(targetTitle) !== -1) {\n\t\t\ttitles.push(title);\n\t\t}\n\t});\n\treturn titles;\n};\n\n/*\nSorts an array of tiddler titles according to an ordered list\n*/\nexports.sortByList = function(array,listTitle) {\n\tvar self = this,\n\t\treplacedTitles = Object.create(null);\n\tfunction replaceItem(title) {\n\t\tif(!$tw.utils.hop(replacedTitles, title)) {\n\t\t\treplacedTitles[title] = true;\n\t\t\tvar newPos = -1,\n\t\t\t\ttiddler = self.getTiddler(title);\n\t\t\tif(tiddler) {\n\t\t\t\tvar beforeTitle = tiddler.fields[\"list-before\"],\n\t\t\t\t\tafterTitle = tiddler.fields[\"list-after\"];\n\t\t\t\tif(beforeTitle === \"\") {\n\t\t\t\t\tnewPos = 0;\n\t\t\t\t} else if(afterTitle === \"\") {\n\t\t\t\t\tnewPos = titles.length;\n\t\t\t\t} else if(beforeTitle) {\n\t\t\t\t\treplaceItem(beforeTitle);\n\t\t\t\t\tnewPos = titles.indexOf(beforeTitle);\n\t\t\t\t} else if(afterTitle) {\n\t\t\t\t\treplaceItem(afterTitle);\n\t\t\t\t\tnewPos = titles.indexOf(afterTitle);\n\t\t\t\t\tif(newPos >= 0) {\n\t\t\t\t\t\t++newPos;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\t// We get the currPos //after// figuring out the newPos, because recursive replaceItem calls might alter title's currPos\n\t\t\t\tvar currPos = titles.indexOf(title);\n\t\t\t\tif(newPos === -1) {\n\t\t\t\t\tnewPos = currPos;\n\t\t\t\t}\n\t\t\t\tif(currPos >= 0 && newPos !== currPos) {\n\t\t\t\t\ttitles.splice(currPos,1);\n\t\t\t\t\tif(newPos >= currPos) {\n\t\t\t\t\t\tnewPos--;\n\t\t\t\t\t}\n\t\t\t\t\ttitles.splice(newPos,0,title);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\tvar list = this.getTiddlerList(listTitle);\n\tif(!array || array.length === 0) {\n\t\treturn [];\n\t} else {\n\t\tvar titles = [], t, title;\n\t\t// First place any entries that are present in the list\n\t\tfor(t=0; t<list.length; t++) {\n\t\t\ttitle = list[t];\n\t\t\tif(array.indexOf(title) !== -1) {\n\t\t\t\ttitles.push(title);\n\t\t\t}\n\t\t}\n\t\t// Then place any remaining entries\n\t\tfor(t=0; t<array.length; t++) {\n\t\t\ttitle = array[t];\n\t\t\tif(list.indexOf(title) === -1) {\n\t\t\t\ttitles.push(title);\n\t\t\t}\n\t\t}\n\t\t// Finally obey the list-before and list-after fields of each tiddler in turn\n\t\tvar sortedTitles = titles.slice(0);\n\t\tfor(t=0; t<sortedTitles.length; t++) {\n\t\t\ttitle = sortedTitles[t];\n\t\t\treplaceItem(title);\n\t\t}\n\t\treturn titles;\n\t}\n};\n\nexports.getSubTiddler = function(title,subTiddlerTitle) {\n\tvar bundleInfo = this.getPluginInfo(title) || this.getTiddlerDataCached(title);\n\tif(bundleInfo && bundleInfo.tiddlers) {\n\t\tvar subTiddler = bundleInfo.tiddlers[subTiddlerTitle];\n\t\tif(subTiddler) {\n\t\t\treturn new $tw.Tiddler(subTiddler);\n\t\t}\n\t}\n\treturn null;\n};\n\n/*\nRetrieve a tiddler as a JSON string of the fields\n*/\nexports.getTiddlerAsJson = function(title) {\n\tvar tiddler = this.getTiddler(title);\n\tif(tiddler) {\n\t\tvar fields = Object.create(null);\n\t\t$tw.utils.each(tiddler.fields,function(value,name) {\n\t\t\tfields[name] = tiddler.getFieldString(name);\n\t\t});\n\t\treturn JSON.stringify(fields);\n\t} else {\n\t\treturn JSON.stringify({title: title});\n\t}\n};\n\nexports.getTiddlersAsJson = function(filter) {\n\tvar tiddlers = this.filterTiddlers(filter),\n\t\tdata = [];\n\tfor(var t=0;t<tiddlers.length; t++) {\n\t\tvar tiddler = this.getTiddler(tiddlers[t]);\n\t\tif(tiddler) {\n\t\t\tvar fields = new Object();\n\t\t\tfor(var field in tiddler.fields) {\n\t\t\t\tfields[field] = tiddler.getFieldString(field);\n\t\t\t}\n\t\t\tdata.push(fields);\n\t\t}\n\t}\n\treturn JSON.stringify(data,null,$tw.config.preferences.jsonSpaces);\n};\n\n/*\nGet the content of a tiddler as a JavaScript object. How this is done depends on the type of the tiddler:\n\napplication/json: the tiddler JSON is parsed into an object\napplication/x-tiddler-dictionary: the tiddler is parsed as sequence of name:value pairs\n\nOther types currently just return null.\n\ntitleOrTiddler: string tiddler title or a tiddler object\ndefaultData: default data to be returned if the tiddler is missing or doesn't contain data\n\nNote that the same value is returned for repeated calls for the same tiddler data. The value is frozen to prevent modification; otherwise modifications would be visible to all callers\n*/\nexports.getTiddlerDataCached = function(titleOrTiddler,defaultData) {\n\tvar self = this,\n\t\ttiddler = titleOrTiddler;\n\tif(!(tiddler instanceof $tw.Tiddler)) {\n\t\ttiddler = this.getTiddler(tiddler);\t\n\t}\n\tif(tiddler) {\n\t\treturn this.getCacheForTiddler(tiddler.fields.title,\"data\",function() {\n\t\t\t// Return the frozen value\n\t\t\tvar value = self.getTiddlerData(tiddler.fields.title,undefined);\n\t\t\t$tw.utils.deepFreeze(value);\n\t\t\treturn value;\n\t\t}) || defaultData;\n\t} else {\n\t\treturn defaultData;\n\t}\n};\n\n/*\nAlternative, uncached version of getTiddlerDataCached(). The return value can be mutated freely and reused\n*/\nexports.getTiddlerData = function(titleOrTiddler,defaultData) {\n\tvar tiddler = titleOrTiddler,\n\t\tdata;\n\tif(!(tiddler instanceof $tw.Tiddler)) {\n\t\ttiddler = this.getTiddler(tiddler);\t\n\t}\n\tif(tiddler && tiddler.fields.text) {\n\t\tswitch(tiddler.fields.type) {\n\t\t\tcase \"application/json\":\n\t\t\t\t// JSON tiddler\n\t\t\t\ttry {\n\t\t\t\t\tdata = JSON.parse(tiddler.fields.text);\n\t\t\t\t} catch(ex) {\n\t\t\t\t\treturn defaultData;\n\t\t\t\t}\n\t\t\t\treturn data;\n\t\t\tcase \"application/x-tiddler-dictionary\":\n\t\t\t\treturn $tw.utils.parseFields(tiddler.fields.text);\n\t\t}\n\t}\n\treturn defaultData;\n};\n\n/*\nExtract an indexed field from within a data tiddler\n*/\nexports.extractTiddlerDataItem = function(titleOrTiddler,index,defaultText) {\n\tvar data = this.getTiddlerDataCached(titleOrTiddler,Object.create(null)),\n\t\ttext;\n\tif(data && $tw.utils.hop(data,index)) {\n\t\ttext = data[index];\n\t}\n\tif(typeof text === \"string\" || typeof text === \"number\") {\n\t\treturn text.toString();\n\t} else {\n\t\treturn defaultText;\n\t}\n};\n\n/*\nSet a tiddlers content to a JavaScript object. Currently this is done by setting the tiddler's type to \"application/json\" and setting the text to the JSON text of the data.\ntitle: title of tiddler\ndata: object that can be serialised to JSON\nfields: optional hashmap of additional tiddler fields to be set\n*/\nexports.setTiddlerData = function(title,data,fields) {\n\tvar existingTiddler = this.getTiddler(title),\n\t\tnewFields = {\n\t\t\ttitle: title\n\t};\n\tif(existingTiddler && existingTiddler.fields.type === \"application/x-tiddler-dictionary\") {\n\t\tnewFields.text = $tw.utils.makeTiddlerDictionary(data);\n\t} else {\n\t\tnewFields.type = \"application/json\";\n\t\tnewFields.text = JSON.stringify(data,null,$tw.config.preferences.jsonSpaces);\n\t}\n\tthis.addTiddler(new $tw.Tiddler(this.getCreationFields(),existingTiddler,fields,newFields,this.getModificationFields()));\n};\n\n/*\nReturn the content of a tiddler as an array containing each line\n*/\nexports.getTiddlerList = function(title,field,index) {\n\tif(index) {\n\t\treturn $tw.utils.parseStringArray(this.extractTiddlerDataItem(title,index,\"\"));\n\t}\n\tfield = field || \"list\";\n\tvar tiddler = this.getTiddler(title);\n\tif(tiddler) {\n\t\treturn ($tw.utils.parseStringArray(tiddler.fields[field]) || []).slice(0);\n\t}\n\treturn [];\n};\n\n// Return a named global cache object. Global cache objects are cleared whenever a tiddler change occurs\nexports.getGlobalCache = function(cacheName,initializer) {\n\tthis.globalCache = this.globalCache || Object.create(null);\n\tif($tw.utils.hop(this.globalCache,cacheName)) {\n\t\treturn this.globalCache[cacheName];\n\t} else {\n\t\tthis.globalCache[cacheName] = initializer();\n\t\treturn this.globalCache[cacheName];\n\t}\n};\n\nexports.clearGlobalCache = function() {\n\tthis.globalCache = Object.create(null);\n};\n\n// Return the named cache object for a tiddler. If the cache doesn't exist then the initializer function is invoked to create it\nexports.getCacheForTiddler = function(title,cacheName,initializer) {\n\tthis.caches = this.caches || Object.create(null);\n\tvar caches = this.caches[title];\n\tif(caches && caches[cacheName]) {\n\t\treturn caches[cacheName];\n\t} else {\n\t\tif(!caches) {\n\t\t\tcaches = Object.create(null);\n\t\t\tthis.caches[title] = caches;\n\t\t}\n\t\tcaches[cacheName] = initializer();\n\t\treturn caches[cacheName];\n\t}\n};\n\n// Clear all caches associated with a particular tiddler, or, if the title is null, clear all the caches for all the tiddlers\nexports.clearCache = function(title) {\n\tif(title) {\n\t\tthis.caches = this.caches || Object.create(null);\n\t\tif($tw.utils.hop(this.caches,title)) {\n\t\t\tdelete this.caches[title];\n\t\t}\n\t} else {\n\t\tthis.caches = Object.create(null);\n\t}\n};\n\nexports.initParsers = function(moduleType) {\n\t// Install the parser modules\n\t$tw.Wiki.parsers = {};\n\tvar self = this;\n\t$tw.modules.forEachModuleOfType(\"parser\",function(title,module) {\n\t\tfor(var f in module) {\n\t\t\tif($tw.utils.hop(module,f)) {\n\t\t\t\t$tw.Wiki.parsers[f] = module[f]; // Store the parser class\n\t\t\t}\n\t\t}\n\t});\n\t// Use the generic binary parser for any binary types not registered so far\n\tif($tw.Wiki.parsers[\"application/octet-stream\"]) {\n\t\tObject.keys($tw.config.contentTypeInfo).forEach(function(type) {\n\t\t\tif(!$tw.utils.hop($tw.Wiki.parsers,type) && $tw.config.contentTypeInfo[type].encoding === \"base64\") {\n\t\t\t\t$tw.Wiki.parsers[type] = $tw.Wiki.parsers[\"application/octet-stream\"];\n\t\t\t}\n\t\t});\t\t\n\t}\n};\n\n/*\nParse a block of text of a specified MIME type\n\ttype: content type of text to be parsed\n\ttext: text\n\toptions: see below\nOptions include:\n\tparseAsInline: if true, the text of the tiddler will be parsed as an inline run\n\t_canonical_uri: optional string of the canonical URI of this content\n*/\nexports.parseText = function(type,text,options) {\n\ttext = text || \"\";\n\toptions = options || {};\n\t// Select a parser\n\tvar Parser = $tw.Wiki.parsers[type];\n\tif(!Parser && $tw.utils.getFileExtensionInfo(type)) {\n\t\tParser = $tw.Wiki.parsers[$tw.utils.getFileExtensionInfo(type).type];\n\t}\n\tif(!Parser) {\n\t\tParser = $tw.Wiki.parsers[options.defaultType || \"text/vnd.tiddlywiki\"];\n\t}\n\tif(!Parser) {\n\t\treturn null;\n\t}\n\t// Return the parser instance\n\treturn new Parser(type,text,{\n\t\tparseAsInline: options.parseAsInline,\n\t\twiki: this,\n\t\t_canonical_uri: options._canonical_uri\n\t});\n};\n\n/*\nParse a tiddler according to its MIME type\n*/\nexports.parseTiddler = function(title,options) {\n\toptions = $tw.utils.extend({},options);\n\tvar cacheType = options.parseAsInline ? \"inlineParseTree\" : \"blockParseTree\",\n\t\ttiddler = this.getTiddler(title),\n\t\tself = this;\n\treturn tiddler ? this.getCacheForTiddler(title,cacheType,function() {\n\t\t\tif(tiddler.hasField(\"_canonical_uri\")) {\n\t\t\t\toptions._canonical_uri = tiddler.fields._canonical_uri;\n\t\t\t}\n\t\t\treturn self.parseText(tiddler.fields.type,tiddler.fields.text,options);\n\t\t}) : null;\n};\n\nexports.parseTextReference = function(title,field,index,options) {\n\tvar tiddler,text;\n\tif(options.subTiddler) {\n\t\ttiddler = this.getSubTiddler(title,options.subTiddler);\n\t} else {\n\t\ttiddler = this.getTiddler(title);\n\t\tif(field === \"text\" || (!field && !index)) {\n\t\t\tthis.getTiddlerText(title); // Force the tiddler to be lazily loaded\n\t\t\treturn this.parseTiddler(title,options);\n\t\t}\n\t}\n\tif(field === \"text\" || (!field && !index)) {\n\t\tif(tiddler && tiddler.fields) {\n\t\t\treturn this.parseText(tiddler.fields.type,tiddler.fields.text,options);\t\t\t\n\t\t} else {\n\t\t\treturn null;\n\t\t}\n\t} else if(field) {\n\t\tif(field === \"title\") {\n\t\t\ttext = title;\n\t\t} else {\n\t\t\tif(!tiddler || !tiddler.hasField(field)) {\n\t\t\t\treturn null;\n\t\t\t}\n\t\t\ttext = tiddler.fields[field];\n\t\t}\n\t\treturn this.parseText(\"text/vnd.tiddlywiki\",text.toString(),options);\n\t} else if(index) {\n\t\tthis.getTiddlerText(title); // Force the tiddler to be lazily loaded\n\t\ttext = this.extractTiddlerDataItem(tiddler,index,undefined);\n\t\tif(text === undefined) {\n\t\t\treturn null;\n\t\t}\n\t\treturn this.parseText(\"text/vnd.tiddlywiki\",text,options);\n\t}\n};\n\n/*\nMake a widget tree for a parse tree\nparser: parser object\noptions: see below\nOptions include:\ndocument: optional document to use\nvariables: hashmap of variables to set\nparentWidget: optional parent widget for the root node\n*/\nexports.makeWidget = function(parser,options) {\n\toptions = options || {};\n\tvar widgetNode = {\n\t\t\ttype: \"widget\",\n\t\t\tchildren: []\n\t\t},\n\t\tcurrWidgetNode = widgetNode;\n\t// Create set variable widgets for each variable\n\t$tw.utils.each(options.variables,function(value,name) {\n\t\tvar setVariableWidget = {\n\t\t\ttype: \"set\",\n\t\t\tattributes: {\n\t\t\t\tname: {type: \"string\", value: name},\n\t\t\t\tvalue: {type: \"string\", value: value}\n\t\t\t},\n\t\t\tchildren: []\n\t\t};\n\t\tcurrWidgetNode.children = [setVariableWidget];\n\t\tcurrWidgetNode = setVariableWidget;\n\t});\n\t// Add in the supplied parse tree nodes\n\tcurrWidgetNode.children = parser ? parser.tree : [];\n\t// Create the widget\n\treturn new widget.widget(widgetNode,{\n\t\twiki: this,\n\t\tdocument: options.document || $tw.fakeDocument,\n\t\tparentWidget: options.parentWidget\n\t});\n};\n\n/*\nMake a widget tree for transclusion\ntitle: target tiddler title\noptions: as for wiki.makeWidget() plus:\noptions.field: optional field to transclude (defaults to \"text\")\noptions.mode: transclusion mode \"inline\" or \"block\"\noptions.children: optional array of children for the transclude widget\noptions.importVariables: optional importvariables filter string for macros to be included\noptions.importPageMacros: optional boolean; if true, equivalent to passing \"[[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]\" to options.importVariables\n*/\nexports.makeTranscludeWidget = function(title,options) {\n\toptions = options || {};\n\tvar parseTreeDiv = {tree: [{\n\t\t\ttype: \"element\",\n\t\t\ttag: \"div\",\n\t\t\tchildren: []}]},\n\t\tparseTreeImportVariables = {\n\t\t\ttype: \"importvariables\",\n\t\t\tattributes: {\n\t\t\t\tfilter: {\n\t\t\t\t\tname: \"filter\",\n\t\t\t\t\ttype: \"string\"\n\t\t\t\t}\n\t\t\t},\n\t\t\tisBlock: false,\n\t\t\tchildren: []},\n\t\tparseTreeTransclude = {\n\t\t\ttype: \"transclude\",\n\t\t\tattributes: {\n\t\t\t\ttiddler: {\n\t\t\t\t\tname: \"tiddler\",\n\t\t\t\t\ttype: \"string\",\n\t\t\t\t\tvalue: title}},\n\t\t\tisBlock: !options.parseAsInline};\n\tif(options.importVariables || options.importPageMacros) {\n\t\tif(options.importVariables) {\n\t\t\tparseTreeImportVariables.attributes.filter.value = options.importVariables;\n\t\t} else if(options.importPageMacros) {\n\t\t\tparseTreeImportVariables.attributes.filter.value = \"[[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]\";\n\t\t}\n\t\tparseTreeDiv.tree[0].children.push(parseTreeImportVariables);\n\t\tparseTreeImportVariables.children.push(parseTreeTransclude);\n\t} else {\n\t\tparseTreeDiv.tree[0].children.push(parseTreeTransclude);\n\t}\n\tif(options.field) {\n\t\tparseTreeTransclude.attributes.field = {type: \"string\", value: options.field};\n\t}\n\tif(options.mode) {\n\t\tparseTreeTransclude.attributes.mode = {type: \"string\", value: options.mode};\n\t}\n\tif(options.children) {\n\t\tparseTreeTransclude.children = options.children;\n\t}\n\treturn $tw.wiki.makeWidget(parseTreeDiv,options);\n};\n\n/*\nParse text in a specified format and render it into another format\n\toutputType: content type for the output\n\ttextType: content type of the input text\n\ttext: input text\n\toptions: see below\nOptions include:\nvariables: hashmap of variables to set\nparentWidget: optional parent widget for the root node\n*/\nexports.renderText = function(outputType,textType,text,options) {\n\toptions = options || {};\n\tvar parser = this.parseText(textType,text,options),\n\t\twidgetNode = this.makeWidget(parser,options);\n\tvar container = $tw.fakeDocument.createElement(\"div\");\n\twidgetNode.render(container,null);\n\treturn outputType === \"text/html\" ? container.innerHTML : container.textContent;\n};\n\n/*\nParse text from a tiddler and render it into another format\n\toutputType: content type for the output\n\ttitle: title of the tiddler to be rendered\n\toptions: see below\nOptions include:\nvariables: hashmap of variables to set\nparentWidget: optional parent widget for the root node\n*/\nexports.renderTiddler = function(outputType,title,options) {\n\toptions = options || {};\n\tvar parser = this.parseTiddler(title,options),\n\t\twidgetNode = this.makeWidget(parser,options);\n\tvar container = $tw.fakeDocument.createElement(\"div\");\n\twidgetNode.render(container,null);\n\treturn outputType === \"text/html\" ? container.innerHTML : (outputType === \"text/plain-formatted\" ? container.formattedTextContent : container.textContent);\n};\n\n/*\nReturn an array of tiddler titles that match a search string\n\ttext: The text string to search for\n\toptions: see below\nOptions available:\n\tsource: an iterator function for the source tiddlers, called source(iterator), where iterator is called as iterator(tiddler,title)\n\texclude: An array of tiddler titles to exclude from the search\n\tinvert: If true returns tiddlers that do not contain the specified string\n\tcaseSensitive: If true forces a case sensitive search\n\tfield: If specified, restricts the search to the specified field, or an array of field names\n\tanchored: If true, forces all but regexp searches to be anchored to the start of text\n\texcludeField: If true, the field options are inverted to specify the fields that are not to be searched\n\tThe search mode is determined by the first of these boolean flags to be true\n\t\tliteral: searches for literal string\n\t\twhitespace: same as literal except runs of whitespace are treated as a single space\n\t\tregexp: treats the search term as a regular expression\n\t\twords: (default) treats search string as a list of tokens, and matches if all tokens are found, regardless of adjacency or ordering\n*/\nexports.search = function(text,options) {\n\toptions = options || {};\n\tvar self = this,\n\t\tt,\n\t\tinvert = !!options.invert;\n\t// Convert the search string into a regexp for each term\n\tvar terms, searchTermsRegExps,\n\t\tflags = options.caseSensitive ? \"\" : \"i\",\n\t\tanchor = options.anchored ? \"^\" : \"\";\n\tif(options.literal) {\n\t\tif(text.length === 0) {\n\t\t\tsearchTermsRegExps = null;\n\t\t} else {\n\t\t\tsearchTermsRegExps = [new RegExp(\"(\" + anchor + $tw.utils.escapeRegExp(text) + \")\",flags)];\n\t\t}\n\t} else if(options.whitespace) {\n\t\tterms = [];\n\t\t$tw.utils.each(text.split(/\\s+/g),function(term) {\n\t\t\tif(term) {\n\t\t\t\tterms.push($tw.utils.escapeRegExp(term));\n\t\t\t}\n\t\t});\n\t\tsearchTermsRegExps = [new RegExp(\"(\" + anchor + terms.join(\"\\\\s+\") + \")\",flags)];\n\t} else if(options.regexp) {\n\t\ttry {\n\t\t\tsearchTermsRegExps = [new RegExp(\"(\" + text + \")\",flags)];\t\t\t\n\t\t} catch(e) {\n\t\t\tsearchTermsRegExps = null;\n\t\t\tconsole.log(\"Regexp error parsing /(\" + text + \")/\" + flags + \": \",e);\n\t\t}\n\t} else {\n\t\tterms = text.split(/ +/);\n\t\tif(terms.length === 1 && terms[0] === \"\") {\n\t\t\tsearchTermsRegExps = null;\n\t\t} else {\n\t\t\tsearchTermsRegExps = [];\n\t\t\tfor(t=0; t<terms.length; t++) {\n\t\t\t\tsearchTermsRegExps.push(new RegExp(\"(\" + anchor + $tw.utils.escapeRegExp(terms[t]) + \")\",flags));\n\t\t\t}\n\t\t}\n\t}\n\t// Accumulate the array of fields to be searched or excluded from the search\n\tvar fields = [];\n\tif(options.field) {\n\t\tif($tw.utils.isArray(options.field)) {\n\t\t\t$tw.utils.each(options.field,function(fieldName) {\n\t\t\t\tif(fieldName) {\n\t\t\t\t\tfields.push(fieldName);\t\t\t\t\t\n\t\t\t\t}\n\t\t\t});\n\t\t} else {\n\t\t\tfields.push(options.field);\n\t\t}\n\t}\n\t// Use default fields if none specified and we're not excluding fields (excluding fields with an empty field array is the same as searching all fields)\n\tif(fields.length === 0 && !options.excludeField) {\n\t\tfields.push(\"title\");\n\t\tfields.push(\"tags\");\n\t\tfields.push(\"text\");\n\t}\n\t// Function to check a given tiddler for the search term\n\tvar searchTiddler = function(title) {\n\t\tif(!searchTermsRegExps) {\n\t\t\treturn true;\n\t\t}\n\t\tvar notYetFound = searchTermsRegExps.slice();\n\n\t\tvar tiddler = self.getTiddler(title);\n\t\tif(!tiddler) {\n\t\t\ttiddler = new $tw.Tiddler({title: title, text: \"\", type: \"text/vnd.tiddlywiki\"});\n\t\t}\n\t\tvar contentTypeInfo = $tw.config.contentTypeInfo[tiddler.fields.type] || $tw.config.contentTypeInfo[\"text/vnd.tiddlywiki\"],\n\t\t\tsearchFields;\n\t\t// Get the list of fields we're searching\n\t\tif(options.excludeField) {\n\t\t\tsearchFields = Object.keys(tiddler.fields);\n\t\t\t$tw.utils.each(fields,function(fieldName) {\n\t\t\t\tvar p = searchFields.indexOf(fieldName);\n\t\t\t\tif(p !== -1) {\n\t\t\t\t\tsearchFields.splice(p,1);\n\t\t\t\t}\n\t\t\t});\n\t\t} else {\n\t\t\tsearchFields = fields;\n\t\t}\n\t\tfor(var fieldIndex=0; notYetFound.length>0 && fieldIndex<searchFields.length; fieldIndex++) {\n\t\t\t// Don't search the text field if the content type is binary\n\t\t\tvar fieldName = searchFields[fieldIndex];\n\t\t\tif(fieldName === \"text\" && contentTypeInfo.encoding !== \"utf8\") {\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tvar str = tiddler.fields[fieldName],\n\t\t\t\tt;\n\t\t\tif(str) {\n\t\t\t\tif($tw.utils.isArray(str)) {\n\t\t\t\t\t// If the field value is an array, test each regexp against each field array entry and fail if each regexp doesn't match at least one field array entry\n\t\t\t\t\tfor(var s=0; s<str.length; s++) {\n\t\t\t\t\t\tfor(t=0; t<notYetFound.length;) {\n\t\t\t\t\t\t\tif(notYetFound[t].test(str[s])) {\n\t\t\t\t\t\t\t\tnotYetFound.splice(t, 1);\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tt++;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t} else {\n\t\t\t\t\t// If the field isn't an array, force it to a string and test each regexp against it and fail if any do not match\n\t\t\t\t\tstr = tiddler.getFieldString(fieldName);\n\t\t\t\t\tfor(t=0; t<notYetFound.length;) {\n\t\t\t\t\t\tif(notYetFound[t].test(str)) {\n\t\t\t\t\t\t\tnotYetFound.splice(t, 1);\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tt++;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\t\treturn notYetFound.length == 0;\n\t};\n\t// Loop through all the tiddlers doing the search\n\tvar results = [],\n\t\tsource = options.source || this.each;\n\tsource(function(tiddler,title) {\n\t\tif(searchTiddler(title) !== options.invert) {\n\t\t\tresults.push(title);\n\t\t}\n\t});\n\t// Remove any of the results we have to exclude\n\tif(options.exclude) {\n\t\tfor(t=0; t<options.exclude.length; t++) {\n\t\t\tvar p = results.indexOf(options.exclude[t]);\n\t\t\tif(p !== -1) {\n\t\t\t\tresults.splice(p,1);\n\t\t\t}\n\t\t}\n\t}\n\treturn results;\n};\n\n/*\nTrigger a load for a tiddler if it is skinny. Returns the text, or undefined if the tiddler is missing, null if the tiddler is being lazily loaded.\n*/\nexports.getTiddlerText = function(title,defaultText) {\n\tvar tiddler = this.getTiddler(title);\n\t// Return undefined if the tiddler isn't found\n\tif(!tiddler) {\n\t\treturn defaultText;\n\t}\n\tif(tiddler.fields.text !== undefined) {\n\t\t// Just return the text if we've got it\n\t\treturn tiddler.fields.text;\n\t} else {\n\t\t// Tell any listeners about the need to lazily load this tiddler\n\t\tthis.dispatchEvent(\"lazyLoad\",title);\n\t\t// Indicate that the text is being loaded\n\t\treturn null;\n\t}\n};\n\n/*\nCheck whether the text of a tiddler matches a given value. By default, the comparison is case insensitive, and any spaces at either end of the tiddler text is trimmed\n*/\nexports.checkTiddlerText = function(title,targetText,options) {\n\toptions = options || {};\n\tvar text = this.getTiddlerText(title,\"\");\n\tif(!options.noTrim) {\n\t\ttext = text.trim();\n\t}\n\tif(!options.caseSensitive) {\n\t\ttext = text.toLowerCase();\n\t\ttargetText = targetText.toLowerCase();\n\t}\n\treturn text === targetText;\n}\n\n/*\nRead an array of browser File objects, invoking callback(tiddlerFieldsArray) once they're all read\n*/\nexports.readFiles = function(files,options) {\n\tvar callback;\n\tif(typeof options === \"function\") {\n\t\tcallback = options;\n\t\toptions = {};\n\t} else {\n\t\tcallback = options.callback;\n\t}\n\tvar result = [],\n\t\toutstanding = files.length,\n\t\treadFileCallback = function(tiddlerFieldsArray) {\n\t\t\tresult.push.apply(result,tiddlerFieldsArray);\n\t\t\tif(--outstanding === 0) {\n\t\t\t\tcallback(result);\n\t\t\t}\n\t\t};\n\tfor(var f=0; f<files.length; f++) {\n\t\tthis.readFile(files[f],$tw.utils.extend({},options,{callback: readFileCallback}));\n\t}\n\treturn files.length;\n};\n\n/*\nRead a browser File object, invoking callback(tiddlerFieldsArray) with an array of tiddler fields objects\n*/\nexports.readFile = function(file,options) {\n\tvar callback;\n\tif(typeof options === \"function\") {\n\t\tcallback = options;\n\t\toptions = {};\n\t} else {\n\t\tcallback = options.callback;\n\t}\n\t// Get the type, falling back to the filename extension\n\tvar self = this,\n\t\ttype = file.type;\n\tif(type === \"\" || !type) {\n\t\tvar dotPos = file.name.lastIndexOf(\".\");\n\t\tif(dotPos !== -1) {\n\t\t\tvar fileExtensionInfo = $tw.utils.getFileExtensionInfo(file.name.substr(dotPos));\n\t\t\tif(fileExtensionInfo) {\n\t\t\t\ttype = fileExtensionInfo.type;\n\t\t\t}\n\t\t}\n\t}\n\t// Figure out if we're reading a binary file\n\tvar contentTypeInfo = $tw.config.contentTypeInfo[type],\n\t\tisBinary = contentTypeInfo ? contentTypeInfo.encoding === \"base64\" : false;\n\t// Log some debugging information\n\tif($tw.log.IMPORT) {\n\t\tconsole.log(\"Importing file '\" + file.name + \"', type: '\" + type + \"', isBinary: \" + isBinary);\n\t}\n\t// Give the hook a chance to process the drag\n\tif($tw.hooks.invokeHook(\"th-importing-file\",{\n\t\tfile: file,\n\t\ttype: type,\n\t\tisBinary: isBinary,\n\t\tcallback: callback\n\t}) !== true) {\n\t\tthis.readFileContent(file,type,isBinary,options.deserializer,callback);\n\t}\n};\n\n/*\nLower level utility to read the content of a browser File object, invoking callback(tiddlerFieldsArray) with an array of tiddler fields objects\n*/\nexports.readFileContent = function(file,type,isBinary,deserializer,callback) {\n\tvar self = this;\n\t// Create the FileReader\n\tvar reader = new FileReader();\n\t// Onload\n\treader.onload = function(event) {\n\t\tvar text = event.target.result,\n\t\t\ttiddlerFields = {title: file.name || \"Untitled\", type: type};\n\t\tif(isBinary) {\n\t\t\tvar commaPos = text.indexOf(\",\");\n\t\t\tif(commaPos !== -1) {\n\t\t\t\ttext = text.substr(commaPos + 1);\n\t\t\t}\n\t\t}\n\t\t// Check whether this is an encrypted TiddlyWiki file\n\t\tvar encryptedJson = $tw.utils.extractEncryptedStoreArea(text);\n\t\tif(encryptedJson) {\n\t\t\t// If so, attempt to decrypt it with the current password\n\t\t\t$tw.utils.decryptStoreAreaInteractive(encryptedJson,function(tiddlers) {\n\t\t\t\tcallback(tiddlers);\n\t\t\t});\n\t\t} else {\n\t\t\t// Otherwise, just try to deserialise any tiddlers in the file\n\t\t\tcallback(self.deserializeTiddlers(type,text,tiddlerFields,{deserializer: deserializer}));\n\t\t}\n\t};\n\t// Kick off the read\n\tif(isBinary) {\n\t\treader.readAsDataURL(file);\n\t} else {\n\t\treader.readAsText(file);\n\t}\n};\n\n/*\nFind any existing draft of a specified tiddler\n*/\nexports.findDraft = function(targetTitle) {\n\tvar draftTitle = undefined;\n\tthis.forEachTiddler({includeSystem: true},function(title,tiddler) {\n\t\tif(tiddler.fields[\"draft.title\"] && tiddler.fields[\"draft.of\"] === targetTitle) {\n\t\t\tdraftTitle = title;\n\t\t}\n\t});\n\treturn draftTitle;\n}\n\n/*\nCheck whether the specified draft tiddler has been modified.\nIf the original tiddler doesn't exist, create a vanilla tiddler variable,\nto check if additional fields have been added.\n*/\nexports.isDraftModified = function(title) {\n\tvar tiddler = this.getTiddler(title);\n\tif(!tiddler.isDraft()) {\n\t\treturn false;\n\t}\n\tvar ignoredFields = [\"created\", \"modified\", \"title\", \"draft.title\", \"draft.of\"],\n\t\torigTiddler = this.getTiddler(tiddler.fields[\"draft.of\"]) || new $tw.Tiddler({text:\"\", tags:[]}),\n\t\ttitleModified = tiddler.fields[\"draft.title\"] !== tiddler.fields[\"draft.of\"];\n\treturn titleModified || !tiddler.isEqual(origTiddler,ignoredFields);\n};\n\n/*\nAdd a new record to the top of the history stack\ntitle: a title string or an array of title strings\nfromPageRect: page coordinates of the origin of the navigation\nhistoryTitle: title of history tiddler (defaults to $:/HistoryList)\n*/\nexports.addToHistory = function(title,fromPageRect,historyTitle) {\n\tif(historyTitle) {\n\t\tvar story = new $tw.Story({wiki: this, historyTitle: historyTitle});\n\t\tstory.addToHistory(title,fromPageRect);\t\t\n\t}\n};\n\n/*\nAdd a new tiddler to the story river\ntitle: a title string or an array of title strings\nfromTitle: the title of the tiddler from which the navigation originated\nstoryTitle: title of story tiddler (defaults to $:/StoryList)\noptions: see story.js\n*/\nexports.addToStory = function(title,fromTitle,storyTitle,options) {\n\tif(storyTitle) {\n\t\tvar story = new $tw.Story({wiki: this, storyTitle: storyTitle});\n\t\tstory.addToStory(title,fromTitle,options);\t\t\n\t}\n};\n\n/*\nGenerate a title for the draft of a given tiddler\n*/\nexports.generateDraftTitle = function(title) {\n\tvar c = 0,\n\t\tdraftTitle,\n\t\tusername = this.getTiddlerText(\"$:/status/UserName\"),\n\t\tattribution = username ? \" by \" + username : \"\";\n\tdo {\n\t\tdraftTitle = \"Draft \" + (c ? (c + 1) + \" \" : \"\") + \"of '\" + title + \"'\" + attribution;\n\t\tc++;\n\t} while(this.tiddlerExists(draftTitle));\n\treturn draftTitle;\n};\n\n/*\nInvoke the available upgrader modules\ntitles: array of tiddler titles to be processed\ntiddlers: hashmap by title of tiddler fields of pending import tiddlers. These can be modified by the upgraders. An entry with no fields indicates a tiddler that was pending import has been suppressed. When entries are added to the pending import the tiddlers hashmap may have entries that are not present in the titles array\nReturns a hashmap of messages keyed by tiddler title.\n*/\nexports.invokeUpgraders = function(titles,tiddlers) {\n\t// Collect up the available upgrader modules\n\tvar self = this;\n\tif(!this.upgraderModules) {\n\t\tthis.upgraderModules = [];\n\t\t$tw.modules.forEachModuleOfType(\"upgrader\",function(title,module) {\n\t\t\tif(module.upgrade) {\n\t\t\t\tself.upgraderModules.push(module);\n\t\t\t}\n\t\t});\n\t}\n\t// Invoke each upgrader in turn\n\tvar messages = {};\n\tfor(var t=0; t<this.upgraderModules.length; t++) {\n\t\tvar upgrader = this.upgraderModules[t],\n\t\t\tupgraderMessages = upgrader.upgrade(this,titles,tiddlers);\n\t\t$tw.utils.extend(messages,upgraderMessages);\n\t}\n\treturn messages;\n};\n\n})();\n\n",
"type": "application/javascript",
"module-type": "wikimethod"
},
"$:/palettes/Blanca": {
"title": "$:/palettes/Blanca",
"name": "Blanca",
"description": "A clean white palette to let you focus",
"tags": "$:/tags/Palette",
"type": "application/x-tiddler-dictionary",
"text": "alert-background: #ffe476\nalert-border: #b99e2f\nalert-highlight: #881122\nalert-muted-foreground: #b99e2f\nbackground: #ffffff\nblockquote-bar: <<colour muted-foreground>>\nbutton-background:\nbutton-foreground:\nbutton-border:\ncode-background: #f7f7f9\ncode-border: #e1e1e8\ncode-foreground: #dd1144\ndirty-indicator: #ff0000\ndownload-background: #66cccc\ndownload-foreground: <<colour background>>\ndragger-background: <<colour foreground>>\ndragger-foreground: <<colour background>>\ndropdown-background: <<colour background>>\ndropdown-border: <<colour muted-foreground>>\ndropdown-tab-background-selected: #fff\ndropdown-tab-background: #ececec\ndropzone-background: rgba(0,200,0,0.7)\nexternal-link-background-hover: inherit\nexternal-link-background-visited: inherit\nexternal-link-background: inherit\nexternal-link-foreground-hover: inherit\nexternal-link-foreground-visited: #0000aa\nexternal-link-foreground: #0000ee\nforeground: #333333\nmessage-background: #ecf2ff\nmessage-border: #cfd6e6\nmessage-foreground: #547599\nmodal-backdrop: <<colour foreground>>\nmodal-background: <<colour background>>\nmodal-border: #999999\nmodal-footer-background: #f5f5f5\nmodal-footer-border: #dddddd\nmodal-header-border: #eeeeee\nmuted-foreground: #999999\nnotification-background: #ffffdd\nnotification-border: #999999\npage-background: #ffffff\npre-background: #f5f5f5\npre-border: #cccccc\nprimary: #7897f3\nselect-tag-background:\nselect-tag-foreground:\nsidebar-button-foreground: <<colour foreground>>\nsidebar-controls-foreground-hover: #000000\nsidebar-controls-foreground: #ccc\nsidebar-foreground-shadow: rgba(255,255,255, 0.8)\nsidebar-foreground: #acacac\nsidebar-muted-foreground-hover: #444444\nsidebar-muted-foreground: #c0c0c0\nsidebar-tab-background-selected: #ffffff\nsidebar-tab-background: <<colour tab-background>>\nsidebar-tab-border-selected: <<colour tab-border-selected>>\nsidebar-tab-border: <<colour tab-border>>\nsidebar-tab-divider: <<colour tab-divider>>\nsidebar-tab-foreground-selected: \nsidebar-tab-foreground: <<colour tab-foreground>>\nsidebar-tiddler-link-foreground-hover: #444444\nsidebar-tiddler-link-foreground: #7897f3\nsite-title-foreground: <<colour tiddler-title-foreground>>\nstatic-alert-foreground: #aaaaaa\ntab-background-selected: #ffffff\ntab-background: #eeeeee\ntab-border-selected: #cccccc\ntab-border: #cccccc\ntab-divider: #d8d8d8\ntab-foreground-selected: <<colour tab-foreground>>\ntab-foreground: #666666\ntable-border: #dddddd\ntable-footer-background: #a8a8a8\ntable-header-background: #f0f0f0\ntag-background: #ffeedd\ntag-foreground: #000\ntiddler-background: <<colour background>>\ntiddler-border: #eee\ntiddler-controls-foreground-hover: #888888\ntiddler-controls-foreground-selected: #444444\ntiddler-controls-foreground: #cccccc\ntiddler-editor-background: #f8f8f8\ntiddler-editor-border-image: #ffffff\ntiddler-editor-border: #cccccc\ntiddler-editor-fields-even: #e0e8e0\ntiddler-editor-fields-odd: #f0f4f0\ntiddler-info-background: #f8f8f8\ntiddler-info-border: #dddddd\ntiddler-info-tab-background: #f8f8f8\ntiddler-link-background: <<colour background>>\ntiddler-link-foreground: <<colour primary>>\ntiddler-subtitle-foreground: #c0c0c0\ntiddler-title-foreground: #ff9900\ntoolbar-new-button:\ntoolbar-options-button:\ntoolbar-save-button:\ntoolbar-info-button:\ntoolbar-edit-button:\ntoolbar-close-button:\ntoolbar-delete-button:\ntoolbar-cancel-button:\ntoolbar-done-button:\nuntagged-background: #999999\nvery-muted-foreground: #888888\n"
},
"$:/palettes/Blue": {
"title": "$:/palettes/Blue",
"name": "Blue",
"description": "A blue theme",
"tags": "$:/tags/Palette",
"type": "application/x-tiddler-dictionary",
"text": "alert-background: #ffe476\nalert-border: #b99e2f\nalert-highlight: #881122\nalert-muted-foreground: #b99e2f\nbackground: #fff\nblockquote-bar: <<colour muted-foreground>>\nbutton-background:\nbutton-foreground:\nbutton-border:\ncode-background: #f7f7f9\ncode-border: #e1e1e8\ncode-foreground: #dd1144\ndirty-indicator: #ff0000\ndownload-background: #34c734\ndownload-foreground: <<colour foreground>>\ndragger-background: <<colour foreground>>\ndragger-foreground: <<colour background>>\ndropdown-background: <<colour background>>\ndropdown-border: <<colour muted-foreground>>\ndropdown-tab-background-selected: #fff\ndropdown-tab-background: #ececec\ndropzone-background: rgba(0,200,0,0.7)\nexternal-link-background-hover: inherit\nexternal-link-background-visited: inherit\nexternal-link-background: inherit\nexternal-link-foreground-hover: inherit\nexternal-link-foreground-visited: #0000aa\nexternal-link-foreground: #0000ee\nforeground: #333353\nmessage-background: #ecf2ff\nmessage-border: #cfd6e6\nmessage-foreground: #547599\nmodal-backdrop: <<colour foreground>>\nmodal-background: <<colour background>>\nmodal-border: #999999\nmodal-footer-background: #f5f5f5\nmodal-footer-border: #dddddd\nmodal-header-border: #eeeeee\nmuted-foreground: #999999\nnotification-background: #ffffdd\nnotification-border: #999999\npage-background: #ddddff\npre-background: #f5f5f5\npre-border: #cccccc\nprimary: #5778d8\nselect-tag-background:\nselect-tag-foreground:\nsidebar-button-foreground: <<colour foreground>>\nsidebar-controls-foreground-hover: #000000\nsidebar-controls-foreground: #ffffff\nsidebar-foreground-shadow: rgba(255,255,255, 0.8)\nsidebar-foreground: #acacac\nsidebar-muted-foreground-hover: #444444\nsidebar-muted-foreground: #c0c0c0\nsidebar-tab-background-selected: <<colour page-background>>\nsidebar-tab-background: <<colour tab-background>>\nsidebar-tab-border-selected: <<colour tab-border-selected>>\nsidebar-tab-border: <<colour tab-border>>\nsidebar-tab-divider: <<colour tab-divider>>\nsidebar-tab-foreground-selected: \nsidebar-tab-foreground: <<colour tab-foreground>>\nsidebar-tiddler-link-foreground-hover: #444444\nsidebar-tiddler-link-foreground: #5959c0\nsite-title-foreground: <<colour tiddler-title-foreground>>\nstatic-alert-foreground: #aaaaaa\ntab-background-selected: <<colour background>>\ntab-background: #ccccdd\ntab-border-selected: #ccccdd\ntab-border: #cccccc\ntab-divider: #d8d8d8\ntab-foreground-selected: <<colour tab-foreground>>\ntab-foreground: #666666\ntable-border: #dddddd\ntable-footer-background: #a8a8a8\ntable-header-background: #f0f0f0\ntag-background: #eeeeff\ntag-foreground: #000\ntiddler-background: <<colour background>>\ntiddler-border: <<colour background>>\ntiddler-controls-foreground-hover: #666666\ntiddler-controls-foreground-selected: #444444\ntiddler-controls-foreground: #cccccc\ntiddler-editor-background: #f8f8f8\ntiddler-editor-border-image: #ffffff\ntiddler-editor-border: #cccccc\ntiddler-editor-fields-even: #e0e8e0\ntiddler-editor-fields-odd: #f0f4f0\ntiddler-info-background: #ffffff\ntiddler-info-border: #dddddd\ntiddler-info-tab-background: #ffffff\ntiddler-link-background: <<colour background>>\ntiddler-link-foreground: <<colour primary>>\ntiddler-subtitle-foreground: #c0c0c0\ntiddler-title-foreground: #5959c0\ntoolbar-new-button: #5eb95e\ntoolbar-options-button: rgb(128, 88, 165)\ntoolbar-save-button: #0e90d2\ntoolbar-info-button: #0e90d2\ntoolbar-edit-button: rgb(243, 123, 29)\ntoolbar-close-button: #dd514c\ntoolbar-delete-button: #dd514c\ntoolbar-cancel-button: rgb(243, 123, 29)\ntoolbar-done-button: #5eb95e\nuntagged-background: #999999\nvery-muted-foreground: #888888\n"
},
"$:/palettes/Muted": {
"title": "$:/palettes/Muted",
"name": "Muted",
"description": "Bright tiddlers on a muted background",
"tags": "$:/tags/Palette",
"type": "application/x-tiddler-dictionary",
"text": "alert-background: #ffe476\nalert-border: #b99e2f\nalert-highlight: #881122\nalert-muted-foreground: #b99e2f\nbackground: #ffffff\nblockquote-bar: <<colour muted-foreground>>\nbutton-background:\nbutton-foreground:\nbutton-border:\ncode-background: #f7f7f9\ncode-border: #e1e1e8\ncode-foreground: #dd1144\ndirty-indicator: #ff0000\ndownload-background: #34c734\ndownload-foreground: <<colour background>>\ndragger-background: <<colour foreground>>\ndragger-foreground: <<colour background>>\ndropdown-background: <<colour background>>\ndropdown-border: <<colour muted-foreground>>\ndropdown-tab-background-selected: #fff\ndropdown-tab-background: #ececec\ndropzone-background: rgba(0,200,0,0.7)\nexternal-link-background-hover: inherit\nexternal-link-background-visited: inherit\nexternal-link-background: inherit\nexternal-link-foreground-hover: inherit\nexternal-link-foreground-visited: #0000aa\nexternal-link-foreground: #0000ee\nforeground: #333333\nmessage-background: #ecf2ff\nmessage-border: #cfd6e6\nmessage-foreground: #547599\nmodal-backdrop: <<colour foreground>>\nmodal-background: <<colour background>>\nmodal-border: #999999\nmodal-footer-background: #f5f5f5\nmodal-footer-border: #dddddd\nmodal-header-border: #eeeeee\nmuted-foreground: #bbb\nnotification-background: #ffffdd\nnotification-border: #999999\npage-background: #6f6f70\npre-background: #f5f5f5\npre-border: #cccccc\nprimary: #29a6ee\nselect-tag-background:\nselect-tag-foreground:\nsidebar-button-foreground: <<colour foreground>>\nsidebar-controls-foreground-hover: #000000\nsidebar-controls-foreground: #c2c1c2\nsidebar-foreground-shadow: rgba(255,255,255,0)\nsidebar-foreground: #d3d2d4\nsidebar-muted-foreground-hover: #444444\nsidebar-muted-foreground: #c0c0c0\nsidebar-tab-background-selected: #6f6f70\nsidebar-tab-background: #666667\nsidebar-tab-border-selected: #999\nsidebar-tab-border: #515151\nsidebar-tab-divider: #999\nsidebar-tab-foreground-selected: \nsidebar-tab-foreground: #999\nsidebar-tiddler-link-foreground-hover: #444444\nsidebar-tiddler-link-foreground: #d1d0d2\nsite-title-foreground: <<colour tiddler-title-foreground>>\nstatic-alert-foreground: #aaaaaa\ntab-background-selected: #ffffff\ntab-background: #d8d8d8\ntab-border-selected: #d8d8d8\ntab-border: #cccccc\ntab-divider: #d8d8d8\ntab-foreground-selected: <<colour tab-foreground>>\ntab-foreground: #666666\ntable-border: #dddddd\ntable-footer-background: #a8a8a8\ntable-header-background: #f0f0f0\ntag-background: #d5ad34\ntag-foreground: #ffffff\ntiddler-background: <<colour background>>\ntiddler-border: <<colour background>>\ntiddler-controls-foreground-hover: #888888\ntiddler-controls-foreground-selected: #444444\ntiddler-controls-foreground: #cccccc\ntiddler-editor-background: #f8f8f8\ntiddler-editor-border-image: #ffffff\ntiddler-editor-border: #cccccc\ntiddler-editor-fields-even: #e0e8e0\ntiddler-editor-fields-odd: #f0f4f0\ntiddler-info-background: #f8f8f8\ntiddler-info-border: #dddddd\ntiddler-info-tab-background: #f8f8f8\ntiddler-link-background: <<colour background>>\ntiddler-link-foreground: <<colour primary>>\ntiddler-subtitle-foreground: #c0c0c0\ntiddler-title-foreground: #182955\ntoolbar-new-button: \ntoolbar-options-button: \ntoolbar-save-button: \ntoolbar-info-button: \ntoolbar-edit-button: \ntoolbar-close-button: \ntoolbar-delete-button: \ntoolbar-cancel-button: \ntoolbar-done-button: \nuntagged-background: #999999\nvery-muted-foreground: #888888\n"
},
"$:/palettes/ContrastLight": {
"title": "$:/palettes/ContrastLight",
"name": "Contrast (Light)",
"description": "High contrast and unambiguous (light version)",
"tags": "$:/tags/Palette",
"type": "application/x-tiddler-dictionary",
"text": "alert-background: #f00\nalert-border: <<colour background>>\nalert-highlight: <<colour foreground>>\nalert-muted-foreground: #800\nbackground: #fff\nblockquote-bar: <<colour muted-foreground>>\nbutton-background: <<colour background>>\nbutton-foreground: <<colour foreground>>\nbutton-border: <<colour foreground>>\ncode-background: <<colour background>>\ncode-border: <<colour foreground>>\ncode-foreground: <<colour foreground>>\ndirty-indicator: #f00\ndownload-background: #080\ndownload-foreground: <<colour background>>\ndragger-background: <<colour foreground>>\ndragger-foreground: <<colour background>>\ndropdown-background: <<colour background>>\ndropdown-border: <<colour muted-foreground>>\ndropdown-tab-background-selected: <<colour foreground>>\ndropdown-tab-background: <<colour foreground>>\ndropzone-background: rgba(0,200,0,0.7)\nexternal-link-background-hover: inherit\nexternal-link-background-visited: inherit\nexternal-link-background: inherit\nexternal-link-foreground-hover: inherit\nexternal-link-foreground-visited: #00a\nexternal-link-foreground: #00e\nforeground: #000\nmessage-background: <<colour foreground>>\nmessage-border: <<colour background>>\nmessage-foreground: <<colour background>>\nmodal-backdrop: <<colour foreground>>\nmodal-background: <<colour background>>\nmodal-border: <<colour foreground>>\nmodal-footer-background: <<colour background>>\nmodal-footer-border: <<colour foreground>>\nmodal-header-border: <<colour foreground>>\nmuted-foreground: <<colour foreground>>\nnotification-background: <<colour background>>\nnotification-border: <<colour foreground>>\npage-background: <<colour background>>\npre-background: <<colour background>>\npre-border: <<colour foreground>>\nprimary: #00f\nselect-tag-background:\nselect-tag-foreground:\nsidebar-button-foreground: <<colour foreground>>\nsidebar-controls-foreground-hover: <<colour background>>\nsidebar-controls-foreground: <<colour foreground>>\nsidebar-foreground-shadow: rgba(0,0,0, 0)\nsidebar-foreground: <<colour foreground>>\nsidebar-muted-foreground-hover: #444444\nsidebar-muted-foreground: <<colour foreground>>\nsidebar-tab-background-selected: <<colour background>>\nsidebar-tab-background: <<colour tab-background>>\nsidebar-tab-border-selected: <<colour tab-border-selected>>\nsidebar-tab-border: <<colour tab-border>>\nsidebar-tab-divider: <<colour tab-divider>>\nsidebar-tab-foreground-selected: <<colour foreground>>\nsidebar-tab-foreground: <<colour tab-foreground>>\nsidebar-tiddler-link-foreground-hover: <<colour foreground>>\nsidebar-tiddler-link-foreground: <<colour primary>>\nsite-title-foreground: <<colour tiddler-title-foreground>>\nstatic-alert-foreground: #aaaaaa\ntab-background-selected: <<colour background>>\ntab-background: <<colour foreground>>\ntab-border-selected: <<colour foreground>>\ntab-border: <<colour foreground>>\ntab-divider: <<colour foreground>>\ntab-foreground-selected: <<colour foreground>>\ntab-foreground: <<colour background>>\ntable-border: #dddddd\ntable-footer-background: #a8a8a8\ntable-header-background: #f0f0f0\ntag-background: #000\ntag-foreground: #fff\ntiddler-background: <<colour background>>\ntiddler-border: <<colour foreground>>\ntiddler-controls-foreground-hover: #ddd\ntiddler-controls-foreground-selected: #fdd\ntiddler-controls-foreground: <<colour foreground>>\ntiddler-editor-background: <<colour background>>\ntiddler-editor-border-image: <<colour foreground>>\ntiddler-editor-border: #cccccc\ntiddler-editor-fields-even: <<colour background>>\ntiddler-editor-fields-odd: <<colour background>>\ntiddler-info-background: <<colour background>>\ntiddler-info-border: <<colour foreground>>\ntiddler-info-tab-background: <<colour background>>\ntiddler-link-background: <<colour background>>\ntiddler-link-foreground: <<colour primary>>\ntiddler-subtitle-foreground: <<colour foreground>>\ntiddler-title-foreground: <<colour foreground>>\ntoolbar-new-button: \ntoolbar-options-button: \ntoolbar-save-button: \ntoolbar-info-button: \ntoolbar-edit-button: \ntoolbar-close-button: \ntoolbar-delete-button: \ntoolbar-cancel-button: \ntoolbar-done-button: \nuntagged-background: <<colour foreground>>\nvery-muted-foreground: #888888\n"
},
"$:/palettes/ContrastDark": {
"title": "$:/palettes/ContrastDark",
"name": "Contrast (Dark)",
"description": "High contrast and unambiguous (dark version)",
"tags": "$:/tags/Palette",
"type": "application/x-tiddler-dictionary",
"text": "alert-background: #f00\nalert-border: <<colour background>>\nalert-highlight: <<colour foreground>>\nalert-muted-foreground: #800\nbackground: #000\nblockquote-bar: <<colour muted-foreground>>\nbutton-background: <<colour background>>\nbutton-foreground: <<colour foreground>>\nbutton-border: <<colour foreground>>\ncode-background: <<colour background>>\ncode-border: <<colour foreground>>\ncode-foreground: <<colour foreground>>\ndirty-indicator: #f00\ndownload-background: #080\ndownload-foreground: <<colour background>>\ndragger-background: <<colour foreground>>\ndragger-foreground: <<colour background>>\ndropdown-background: <<colour background>>\ndropdown-border: <<colour muted-foreground>>\ndropdown-tab-background-selected: <<colour foreground>>\ndropdown-tab-background: <<colour foreground>>\ndropzone-background: rgba(0,200,0,0.7)\nexternal-link-background-hover: inherit\nexternal-link-background-visited: inherit\nexternal-link-background: inherit\nexternal-link-foreground-hover: inherit\nexternal-link-foreground-visited: #00a\nexternal-link-foreground: #00e\nforeground: #fff\nmessage-background: <<colour foreground>>\nmessage-border: <<colour background>>\nmessage-foreground: <<colour background>>\nmodal-backdrop: <<colour foreground>>\nmodal-background: <<colour background>>\nmodal-border: <<colour foreground>>\nmodal-footer-background: <<colour background>>\nmodal-footer-border: <<colour foreground>>\nmodal-header-border: <<colour foreground>>\nmuted-foreground: <<colour foreground>>\nnotification-background: <<colour background>>\nnotification-border: <<colour foreground>>\npage-background: <<colour background>>\npre-background: <<colour background>>\npre-border: <<colour foreground>>\nprimary: #00f\nselect-tag-background:\nselect-tag-foreground:\nsidebar-button-foreground: <<colour foreground>>\nsidebar-controls-foreground-hover: <<colour background>>\nsidebar-controls-foreground: <<colour foreground>>\nsidebar-foreground-shadow: rgba(0,0,0, 0)\nsidebar-foreground: <<colour foreground>>\nsidebar-muted-foreground-hover: #444444\nsidebar-muted-foreground: <<colour foreground>>\nsidebar-tab-background-selected: <<colour background>>\nsidebar-tab-background: <<colour tab-background>>\nsidebar-tab-border-selected: <<colour tab-border-selected>>\nsidebar-tab-border: <<colour tab-border>>\nsidebar-tab-divider: <<colour tab-divider>>\nsidebar-tab-foreground-selected: <<colour foreground>>\nsidebar-tab-foreground: <<colour tab-foreground>>\nsidebar-tiddler-link-foreground-hover: <<colour foreground>>\nsidebar-tiddler-link-foreground: <<colour primary>>\nsite-title-foreground: <<colour tiddler-title-foreground>>\nstatic-alert-foreground: #aaaaaa\ntab-background-selected: <<colour background>>\ntab-background: <<colour foreground>>\ntab-border-selected: <<colour foreground>>\ntab-border: <<colour foreground>>\ntab-divider: <<colour foreground>>\ntab-foreground-selected: <<colour foreground>>\ntab-foreground: <<colour background>>\ntable-border: #dddddd\ntable-footer-background: #a8a8a8\ntable-header-background: #f0f0f0\ntag-background: #fff\ntag-foreground: #000\ntiddler-background: <<colour background>>\ntiddler-border: <<colour foreground>>\ntiddler-controls-foreground-hover: #ddd\ntiddler-controls-foreground-selected: #fdd\ntiddler-controls-foreground: <<colour foreground>>\ntiddler-editor-background: <<colour background>>\ntiddler-editor-border-image: <<colour foreground>>\ntiddler-editor-border: #cccccc\ntiddler-editor-fields-even: <<colour background>>\ntiddler-editor-fields-odd: <<colour background>>\ntiddler-info-background: <<colour background>>\ntiddler-info-border: <<colour foreground>>\ntiddler-info-tab-background: <<colour background>>\ntiddler-link-background: <<colour background>>\ntiddler-link-foreground: <<colour primary>>\ntiddler-subtitle-foreground: <<colour foreground>>\ntiddler-title-foreground: <<colour foreground>>\ntoolbar-new-button: \ntoolbar-options-button: \ntoolbar-save-button: \ntoolbar-info-button: \ntoolbar-edit-button: \ntoolbar-close-button: \ntoolbar-delete-button: \ntoolbar-cancel-button: \ntoolbar-done-button: \nuntagged-background: <<colour foreground>>\nvery-muted-foreground: #888888\n"
},
"$:/palettes/DarkPhotos": {
"title": "$:/palettes/DarkPhotos",
"created": "20150402111612188",
"description": "Good with dark photo backgrounds",
"modified": "20150402112344080",
"name": "DarkPhotos",
"tags": "$:/tags/Palette",
"type": "application/x-tiddler-dictionary",
"text": "alert-background: #ffe476\nalert-border: #b99e2f\nalert-highlight: #881122\nalert-muted-foreground: #b99e2f\nbackground: #ffffff\nblockquote-bar: <<colour muted-foreground>>\nbutton-background: \nbutton-foreground: \nbutton-border: \ncode-background: #f7f7f9\ncode-border: #e1e1e8\ncode-foreground: #dd1144\ndirty-indicator: #ff0000\ndownload-background: #34c734\ndownload-foreground: <<colour background>>\ndragger-background: <<colour foreground>>\ndragger-foreground: <<colour background>>\ndropdown-background: <<colour background>>\ndropdown-border: <<colour muted-foreground>>\ndropdown-tab-background-selected: #fff\ndropdown-tab-background: #ececec\ndropzone-background: rgba(0,200,0,0.7)\nexternal-link-background-hover: inherit\nexternal-link-background-visited: inherit\nexternal-link-background: inherit\nexternal-link-foreground-hover: inherit\nexternal-link-foreground-visited: #0000aa\nexternal-link-foreground: #0000ee\nforeground: #333333\nmessage-background: #ecf2ff\nmessage-border: #cfd6e6\nmessage-foreground: #547599\nmodal-backdrop: <<colour foreground>>\nmodal-background: <<colour background>>\nmodal-border: #999999\nmodal-footer-background: #f5f5f5\nmodal-footer-border: #dddddd\nmodal-header-border: #eeeeee\nmuted-foreground: #ddd\nnotification-background: #ffffdd\nnotification-border: #999999\npage-background: #336438\npre-background: #f5f5f5\npre-border: #cccccc\nprimary: #5778d8\nselect-tag-background:\nselect-tag-foreground:\nsidebar-button-foreground: <<colour foreground>>\nsidebar-controls-foreground-hover: #ccf\nsidebar-controls-foreground: #fff\nsidebar-foreground-shadow: rgba(0,0,0, 0.5)\nsidebar-foreground: #fff\nsidebar-muted-foreground-hover: #444444\nsidebar-muted-foreground: #eee\nsidebar-tab-background-selected: rgba(255,255,255, 0.8)\nsidebar-tab-background: rgba(255,255,255, 0.4)\nsidebar-tab-border-selected: <<colour tab-border-selected>>\nsidebar-tab-border: <<colour tab-border>>\nsidebar-tab-divider: rgba(255,255,255, 0.2)\nsidebar-tab-foreground-selected: \nsidebar-tab-foreground: <<colour tab-foreground>>\nsidebar-tiddler-link-foreground-hover: #aaf\nsidebar-tiddler-link-foreground: #ddf\nsite-title-foreground: #fff\nstatic-alert-foreground: #aaaaaa\ntab-background-selected: #ffffff\ntab-background: #d8d8d8\ntab-border-selected: #d8d8d8\ntab-border: #cccccc\ntab-divider: #d8d8d8\ntab-foreground-selected: <<colour tab-foreground>>\ntab-foreground: #666666\ntable-border: #dddddd\ntable-footer-background: #a8a8a8\ntable-header-background: #f0f0f0\ntag-background: #ec6\ntag-foreground: #ffffff\ntiddler-background: <<colour background>>\ntiddler-border: <<colour background>>\ntiddler-controls-foreground-hover: #888888\ntiddler-controls-foreground-selected: #444444\ntiddler-controls-foreground: #cccccc\ntiddler-editor-background: #f8f8f8\ntiddler-editor-border-image: #ffffff\ntiddler-editor-border: #cccccc\ntiddler-editor-fields-even: #e0e8e0\ntiddler-editor-fields-odd: #f0f4f0\ntiddler-info-background: #f8f8f8\ntiddler-info-border: #dddddd\ntiddler-info-tab-background: #f8f8f8\ntiddler-link-background: <<colour background>>\ntiddler-link-foreground: <<colour primary>>\ntiddler-subtitle-foreground: #c0c0c0\ntiddler-title-foreground: #182955\ntoolbar-new-button: \ntoolbar-options-button: \ntoolbar-save-button: \ntoolbar-info-button: \ntoolbar-edit-button: \ntoolbar-close-button: \ntoolbar-delete-button: \ntoolbar-cancel-button: \ntoolbar-done-button: \nuntagged-background: #999999\nvery-muted-foreground: #888888\n"
},
"$:/palettes/Nord": {
"title": "$:/palettes/Nord",
"name": "Nord",
"description": "An arctic, north-bluish color palette.",
"tags": "$:/tags/Palette",
"type": "application/x-tiddler-dictionary",
"license": "MIT, arcticicestudio, https://github.com/arcticicestudio/nord/blob/develop/LICENSE.md",
"text": "alert-background: #D08770\nalert-border: #D08770\nalert-highlight: #B48EAD\nalert-muted-foreground: #4C566A\nbackground: #3b4252\nblockquote-bar: <<colour muted-foreground>>\nbutton-background: #4C566A\nbutton-foreground: #D8DEE9\nbutton-border: transparent\ncode-background: #2E3440\ncode-border: #2E3440\ncode-foreground: #BF616A\ndiff-delete-background: #BF616A\ndiff-delete-foreground: <<colour foreground>>\ndiff-equal-background: \ndiff-equal-foreground: <<colour foreground>>\ndiff-insert-background: #A3BE8C\ndiff-insert-foreground: <<colour foreground>>\ndiff-invisible-background: \ndiff-invisible-foreground: <<colour muted-foreground>>\ndirty-indicator: #BF616A\ndownload-background: #A3BE8C\ndownload-foreground: <<colour background>>\ndragger-background: <<colour foreground>>\ndragger-foreground: <<colour background>>\ndropdown-background: <<colour background>>\ndropdown-border: <<colour background>>\ndropdown-tab-background-selected: #ECEFF4\ndropdown-tab-background: #4C566A\ndropzone-background: #A3BE8C\nexternal-link-background-hover: inherit\nexternal-link-background-visited: inherit\nexternal-link-background: inherit\nexternal-link-foreground-hover: inherit\nexternal-link-foreground-visited: #5E81AC\nexternal-link-foreground: #8FBCBB\nforeground: #d8dee9\nmessage-background: #2E3440\nmessage-border: #2E3440\nmessage-foreground: #547599\nmodal-backdrop: <<colour foreground>>\nmodal-background: <<colour background>>\nmodal-border: #3b4252\nmodal-footer-background: #3b4252\nmodal-footer-border: #3b4252\nmodal-header-border: #3b4252\nmuted-foreground: #4C566A\nnotification-background: <<colour primary>>\nnotification-border: #EBCB8B\npage-background: #2e3440\npre-background: #2E3440\npre-border: #2E3440\nprimary: #5E81AC\nselect-tag-background: #3b4252\nselect-tag-foreground: <<colour foreground>>\nsidebar-button-foreground: <<colour foreground>>\nsidebar-controls-foreground-hover: #4C566A\nsidebar-controls-foreground: #3B4252\nsidebar-foreground-shadow: transparent\nsidebar-foreground: #D8DEE9\nsidebar-muted-foreground-hover: #4C566A\nsidebar-muted-foreground: #4C566A\nsidebar-tab-background-selected: #ECEFF4\nsidebar-tab-background: #4C566A\nsidebar-tab-border-selected: <<colour tab-border-selected>>\nsidebar-tab-border: #4C566A\nsidebar-tab-divider: <<colour page-background>>\nsidebar-tab-foreground-selected: #4C566A\nsidebar-tab-foreground: <<colour tab-foreground>>\nsidebar-tiddler-link-foreground-hover: #A3BE8C\nsidebar-tiddler-link-foreground: #81A1C1\nsite-title-foreground: <<colour tiddler-title-foreground>>\nstatic-alert-foreground: #B48EAD\ntab-background-selected: #ECEFF4\ntab-background: #4C566A\ntab-border-selected: #4C566A\ntab-border: #4C566A\ntab-divider: #4C566A\ntab-foreground-selected: #4C566A\ntab-foreground: #D8DEE9\ntable-border: #4C566A\ntable-footer-background: #2e3440\ntable-header-background: #2e3440\ntag-background: #A3BE8C\ntag-foreground: #4C566A\ntiddler-background: <<colour background>>\ntiddler-border: <<colour background>>\ntiddler-controls-foreground-hover: \ntiddler-controls-foreground-selected: #EBCB8B\ntiddler-controls-foreground: #4C566A\ntiddler-editor-background: #2e3440\ntiddler-editor-border-image: #2e3440\ntiddler-editor-border: #2e3440\ntiddler-editor-fields-even: #2e3440\ntiddler-editor-fields-odd: #2e3440\ntiddler-info-background: #2e3440\ntiddler-info-border: #2e3440\ntiddler-info-tab-background: #2e3440\ntiddler-link-background: <<colour background>>\ntiddler-link-foreground: <<colour primary>>\ntiddler-subtitle-foreground: #4C566A\ntiddler-title-foreground: #81A1C1\ntoolbar-new-button: \ntoolbar-options-button: \ntoolbar-save-button: \ntoolbar-info-button: \ntoolbar-edit-button: \ntoolbar-close-button: \ntoolbar-delete-button: \ntoolbar-cancel-button: \ntoolbar-done-button: \nuntagged-background: #2d3038\nvery-muted-foreground: #2d3038\n"
},
"$:/palettes/Rocker": {
"title": "$:/palettes/Rocker",
"name": "Rocker",
"description": "A dark theme",
"tags": "$:/tags/Palette",
"type": "application/x-tiddler-dictionary",
"text": "alert-background: #ffe476\nalert-border: #b99e2f\nalert-highlight: #881122\nalert-muted-foreground: #b99e2f\nbackground: #ffffff\nblockquote-bar: <<colour muted-foreground>>\nbutton-background:\nbutton-foreground:\nbutton-border:\ncode-background: #f7f7f9\ncode-border: #e1e1e8\ncode-foreground: #dd1144\ndirty-indicator: #ff0000\ndownload-background: #34c734\ndownload-foreground: <<colour background>>\ndragger-background: <<colour foreground>>\ndragger-foreground: <<colour background>>\ndropdown-background: <<colour background>>\ndropdown-border: <<colour muted-foreground>>\ndropdown-tab-background-selected: #fff\ndropdown-tab-background: #ececec\ndropzone-background: rgba(0,200,0,0.7)\nexternal-link-background-hover: inherit\nexternal-link-background-visited: inherit\nexternal-link-background: inherit\nexternal-link-foreground-hover: inherit\nexternal-link-foreground-visited: #0000aa\nexternal-link-foreground: #0000ee\nforeground: #333333\nmessage-background: #ecf2ff\nmessage-border: #cfd6e6\nmessage-foreground: #547599\nmodal-backdrop: <<colour foreground>>\nmodal-background: <<colour background>>\nmodal-border: #999999\nmodal-footer-background: #f5f5f5\nmodal-footer-border: #dddddd\nmodal-header-border: #eeeeee\nmuted-foreground: #999999\nnotification-background: #ffffdd\nnotification-border: #999999\npage-background: #000\npre-background: #f5f5f5\npre-border: #cccccc\nprimary: #cc0000\nselect-tag-background:\nselect-tag-foreground:\nsidebar-button-foreground: <<colour foreground>>\nsidebar-controls-foreground-hover: #000000\nsidebar-controls-foreground: #ffffff\nsidebar-foreground-shadow: rgba(255,255,255, 0.0)\nsidebar-foreground: #acacac\nsidebar-muted-foreground-hover: #444444\nsidebar-muted-foreground: #c0c0c0\nsidebar-tab-background-selected: #000\nsidebar-tab-background: <<colour tab-background>>\nsidebar-tab-border-selected: <<colour tab-border-selected>>\nsidebar-tab-border: <<colour tab-border>>\nsidebar-tab-divider: <<colour tab-divider>>\nsidebar-tab-foreground-selected: \nsidebar-tab-foreground: <<colour tab-foreground>>\nsidebar-tiddler-link-foreground-hover: #ffbb99\nsidebar-tiddler-link-foreground: #cc0000\nsite-title-foreground: <<colour tiddler-title-foreground>>\nstatic-alert-foreground: #aaaaaa\ntab-background-selected: #ffffff\ntab-background: #d8d8d8\ntab-border-selected: #d8d8d8\ntab-border: #cccccc\ntab-divider: #d8d8d8\ntab-foreground-selected: <<colour tab-foreground>>\ntab-foreground: #666666\ntable-border: #dddddd\ntable-footer-background: #a8a8a8\ntable-header-background: #f0f0f0\ntag-background: #ffbb99\ntag-foreground: #000\ntiddler-background: <<colour background>>\ntiddler-border: <<colour background>>\ntiddler-controls-foreground-hover: #888888\ntiddler-controls-foreground-selected: #444444\ntiddler-controls-foreground: #cccccc\ntiddler-editor-background: #f8f8f8\ntiddler-editor-border-image: #ffffff\ntiddler-editor-border: #cccccc\ntiddler-editor-fields-even: #e0e8e0\ntiddler-editor-fields-odd: #f0f4f0\ntiddler-info-background: #f8f8f8\ntiddler-info-border: #dddddd\ntiddler-info-tab-background: #f8f8f8\ntiddler-link-background: <<colour background>>\ntiddler-link-foreground: <<colour primary>>\ntiddler-subtitle-foreground: #c0c0c0\ntiddler-title-foreground: #cc0000\ntoolbar-new-button:\ntoolbar-options-button:\ntoolbar-save-button:\ntoolbar-info-button:\ntoolbar-edit-button:\ntoolbar-close-button:\ntoolbar-delete-button:\ntoolbar-cancel-button:\ntoolbar-done-button:\nuntagged-background: #999999\nvery-muted-foreground: #888888\n"
},
"$:/palettes/SolarFlare": {
"title": "$:/palettes/SolarFlare",
"name": "Solar Flare",
"description": "Warm, relaxing earth colours",
"tags": "$:/tags/Palette",
"type": "application/x-tiddler-dictionary",
"text": ": Background Tones\n\nbase03: #002b36\nbase02: #073642\n\n: Content Tones\n\nbase01: #586e75\nbase00: #657b83\nbase0: #839496\nbase1: #93a1a1\n\n: Background Tones\n\nbase2: #eee8d5\nbase3: #fdf6e3\n\n: Accent Colors\n\nyellow: #b58900\norange: #cb4b16\nred: #dc322f\nmagenta: #d33682\nviolet: #6c71c4\nblue: #268bd2\ncyan: #2aa198\ngreen: #859900\n\n: Additional Tones (RA)\n\nbase10: #c0c4bb\nviolet-muted: #7c81b0\nblue-muted: #4e7baa\n\nyellow-hot: #ffcc44\norange-hot: #eb6d20\nred-hot: #ff2222\nblue-hot: #2298ee\ngreen-hot: #98ee22\n\n: Palette\n\n: Do not use colour macro for background and foreground\nbackground: #fdf6e3\n download-foreground: <<colour background>>\n dragger-foreground: <<colour background>>\n dropdown-background: <<colour background>>\n modal-background: <<colour background>>\n sidebar-foreground-shadow: <<colour background>>\n tiddler-background: <<colour background>>\n tiddler-border: <<colour background>>\n tiddler-link-background: <<colour background>>\n tab-background-selected: <<colour background>>\n dropdown-tab-background-selected: <<colour tab-background-selected>>\nforeground: #657b83\n dragger-background: <<colour foreground>>\n tab-foreground: <<colour foreground>>\n tab-foreground-selected: <<colour tab-foreground>>\n sidebar-tab-foreground-selected: <<colour tab-foreground-selected>>\n sidebar-tab-foreground: <<colour tab-foreground>>\n sidebar-button-foreground: <<colour foreground>>\n sidebar-controls-foreground: <<colour foreground>>\n sidebar-foreground: <<colour foreground>>\n: base03\n: base02\n: base01\n alert-muted-foreground: <<colour base01>>\n: base00\n code-foreground: <<colour base00>>\n message-foreground: <<colour base00>>\n tag-foreground: <<colour base00>>\n: base0\n sidebar-tiddler-link-foreground: <<colour base0>>\n: base1\n muted-foreground: <<colour base1>>\n blockquote-bar: <<colour muted-foreground>>\n dropdown-border: <<colour muted-foreground>>\n sidebar-muted-foreground: <<colour muted-foreground>>\n tiddler-title-foreground: <<colour muted-foreground>>\n site-title-foreground: <<colour tiddler-title-foreground>>\n: base2\n modal-footer-background: <<colour base2>>\n page-background: <<colour base2>>\n modal-backdrop: <<colour page-background>>\n notification-background: <<colour page-background>>\n code-background: <<colour page-background>>\n code-border: <<colour code-background>>\n pre-background: <<colour page-background>>\n pre-border: <<colour pre-background>>\n sidebar-tab-background-selected: <<colour page-background>>\n table-header-background: <<colour base2>>\n tag-background: <<colour base2>>\n tiddler-editor-background: <<colour base2>>\n tiddler-info-background: <<colour base2>>\n tiddler-info-tab-background: <<colour base2>>\n tab-background: <<colour base2>>\n dropdown-tab-background: <<colour tab-background>>\n: base3\n alert-background: <<colour base3>>\n message-background: <<colour base3>>\n: yellow\n: orange\n: red\n: magenta\n alert-highlight: <<colour magenta>>\n: violet\n external-link-foreground: <<colour violet>>\n: blue\n: cyan\n: green\n: base10\n tiddler-controls-foreground: <<colour base10>>\n: violet-muted\n external-link-foreground-visited: <<colour violet-muted>>\n: blue-muted\n primary: <<colour blue-muted>>\n download-background: <<colour primary>>\n tiddler-link-foreground: <<colour primary>>\n\nalert-border: #b99e2f\ndirty-indicator: #ff0000\ndropzone-background: rgba(0,200,0,0.7)\nexternal-link-background-hover: inherit\nexternal-link-background-visited: inherit\nexternal-link-background: inherit\nexternal-link-foreground-hover: inherit\nmessage-border: #cfd6e6\nmodal-border: #999999\nselect-tag-background:\nselect-tag-foreground:\nsidebar-controls-foreground-hover:\nsidebar-muted-foreground-hover:\nsidebar-tab-background: #ded8c5\nsidebar-tiddler-link-foreground-hover:\nstatic-alert-foreground: #aaaaaa\ntab-border: #cccccc\n modal-footer-border: <<colour tab-border>>\n modal-header-border: <<colour tab-border>>\n notification-border: <<colour tab-border>>\n sidebar-tab-border: <<colour tab-border>>\n tab-border-selected: <<colour tab-border>>\n sidebar-tab-border-selected: <<colour tab-border-selected>>\ntab-divider: #d8d8d8\n sidebar-tab-divider: <<colour tab-divider>>\ntable-border: #dddddd\ntable-footer-background: #a8a8a8\ntiddler-controls-foreground-hover: #888888\ntiddler-controls-foreground-selected: #444444\ntiddler-editor-border-image: #ffffff\ntiddler-editor-border: #cccccc\ntiddler-editor-fields-even: #e0e8e0\ntiddler-editor-fields-odd: #f0f4f0\ntiddler-info-border: #dddddd\ntiddler-subtitle-foreground: #c0c0c0\ntoolbar-new-button:\ntoolbar-options-button:\ntoolbar-save-button:\ntoolbar-info-button:\ntoolbar-edit-button:\ntoolbar-close-button:\ntoolbar-delete-button:\ntoolbar-cancel-button:\ntoolbar-done-button:\nuntagged-background: #999999\nvery-muted-foreground: #888888\n"
},
"$:/palettes/SolarizedLight": {
"title": "$:/palettes/SolarizedLight",
"tags": "$:/tags/Palette",
"type": "application/x-tiddler-dictionary",
"description": "Precision colors for machines and people",
"license": "MIT, Ethan Schoonover, https://github.com/altercation/solarized/blob/master/LICENSE",
"name": "SolarizedLight",
"text": "alert-background: #eee8d5\nalert-border: #073642\nalert-highlight: #cb4b16\nalert-muted-foreground: #586e75\nbackground: #fdf6e3\nblockquote-bar: <<colour muted-foreground>>\nbutton-background: #cb4b16\nbutton-foreground: #fdf6e3\nbutton-border: transparent\ncode-background: #eee8d5\ncode-border: #93a1a1\ncode-foreground: #d33682\ndiff-delete-background: #BF616A\ndiff-delete-foreground: <<colour foreground>>\ndiff-equal-background: \ndiff-equal-foreground: <<colour foreground>>\ndiff-insert-background: #859900\ndiff-insert-foreground: <<colour foreground>>\ndiff-invisible-background: \ndiff-invisible-foreground: <<colour muted-foreground>>\ndirty-indicator: #D08770\ndownload-background: #859900\ndownload-foreground: <<colour background>>\ndragger-background: <<colour foreground>>\ndragger-foreground: <<colour background>>\ndropdown-background: <<colour background>>\ndropdown-border: <<colour background>>\ndropdown-tab-background-selected: #fdf6e3\ndropdown-tab-background: #93a1a1\ndropzone-background: #859900\nexternal-link-background-hover: inherit\nexternal-link-background-visited: inherit\nexternal-link-background: inherit\nexternal-link-foreground-hover: #d33682\nexternal-link-foreground-visited: #b58900\nexternal-link-foreground: #cb4b16\nforeground: #839496\nmessage-background: #586e75\nmessage-border: #586e75\nmessage-foreground: #eee8d5\nmodal-backdrop: <<colour foreground>>\nmodal-background: <<colour background>>\nmodal-border: #eee8d5\nmodal-footer-background: #eee8d5\nmodal-footer-border: #eee8d5\nmodal-header-border: #eee8d5\nmuted-foreground: #93a1a1\nnotification-background: #EBCB8B\nnotification-border: #D08770\npage-background: #eee8d5\npre-background: #eee8d5\npre-border: #93a1a1\nprimary: #2aa198\nselect-tag-background: #eee8d5\nselect-tag-foreground: <<colour foreground>>\nsidebar-button-foreground: #eee8d5\nsidebar-controls-foreground-hover: #268bd2\nsidebar-controls-foreground: #586e75\nsidebar-foreground-shadow: transparent\nsidebar-foreground: #839496\nsidebar-muted-foreground-hover: #657b83\nsidebar-muted-foreground: #93a1a1\nsidebar-tab-background-selected: #eee8d5\nsidebar-tab-background: #839496\nsidebar-tab-border-selected: <<colour tab-border-selected>>\nsidebar-tab-border: #657b83\nsidebar-tab-divider: <<colour page-background>>\nsidebar-tab-foreground-selected: #839496\nsidebar-tab-foreground: <<colour tab-foreground>>\nsidebar-tiddler-link-foreground-hover: #859900\nsidebar-tiddler-link-foreground: #268bd2\nsite-title-foreground: <<colour tiddler-title-foreground>>\nstatic-alert-foreground: #dc322f\ntab-background-selected: #fdf6e3\ntab-background: #839496\ntab-border-selected: #93a1a1\ntab-border: #93a1a1\ntab-divider: #fdf6e3\ntab-foreground-selected: #839496\ntab-foreground: #eee8d5\ntable-border: #657b83\ntable-footer-background: #657b83\ntable-header-background: #93a1a1\ntag-background: #6c71c4\ntag-foreground: #eee8d5\ntiddler-background: <<colour background>>\ntiddler-border: <<colour background>>\ntiddler-controls-foreground-hover: #b58900\ntiddler-controls-foreground-selected: #b58900\ntiddler-controls-foreground: #073642\ntiddler-editor-background: #eee8d5\ntiddler-editor-border-image: #eee8d5\ntiddler-editor-border: #eee8d5\ntiddler-editor-fields-even: #eee8d5\ntiddler-editor-fields-odd: #fdf6e3\ntiddler-info-background: #eee8d5\ntiddler-info-border: #eee8d5\ntiddler-info-tab-background: #586e75\ntiddler-link-background: <<colour background>>\ntiddler-link-foreground: <<colour primary>>\ntiddler-subtitle-foreground: #586e75\ntiddler-title-foreground: #073642\ntoolbar-new-button: \ntoolbar-options-button: \ntoolbar-save-button: \ntoolbar-info-button: \ntoolbar-edit-button: \ntoolbar-close-button: \ntoolbar-delete-button: \ntoolbar-cancel-button: \ntoolbar-done-button: \nuntagged-background: #839496\nvery-muted-foreground: #93a1a1\n"
},
"$:/palettes/SpartanDay": {
"title": "$:/palettes/SpartanDay",
"tags": "$:/tags/Palette",
"type": "application/x-tiddler-dictionary",
"description": "Cold, spartan day colors",
"name": "Spartan Day",
"text": "alert-background: <<colour background>>\nalert-border: <<colour very-muted-foreground>>\nalert-highlight: <<colour very-muted-foreground>>\nalert-muted-foreground: <<colour muted-foreground>>\nbackground: #FAFAFA\nblockquote-bar: <<colour page-background>>\nbutton-background: transparent\nbutton-foreground: inherit\nbutton-border: <<colour tag-background>>\ncode-background: #ececec\ncode-border: #ececec\ncode-foreground: \ndirty-indicator: #c80000\ndownload-background: <<colour primary>>\ndownload-foreground: <<colour background>>\ndragger-background: <<colour foreground>>\ndragger-foreground: <<colour background>>\ndropdown-background: #FFFFFF\ndropdown-border: <<colour dropdown-background>>\ndropdown-tab-background-selected: <<colour dropdown-background>>\ndropdown-tab-background: #F5F5F5\ndropzone-background: <<colour tag-background>>\nexternal-link-background-hover: transparent\nexternal-link-background-visited: transparent\nexternal-link-background: transparent\nexternal-link-foreground-hover: \nexternal-link-foreground-visited: \nexternal-link-foreground: \nforeground: rgba(0, 0, 0, 0.87)\nmessage-background: <<colour background>>\nmessage-border: <<colour very-muted-foreground>>\nmessage-foreground: rgba(0, 0, 0, 0.54)\nmodal-backdrop: <<colour foreground>>\nmodal-background: <<colour background>>\nmodal-border: <<colour very-muted-foreground>>\nmodal-footer-background: <<colour background>>\nmodal-footer-border: <<colour very-muted-foreground>>\nmodal-header-border: <<colour very-muted-foreground>>\nmuted-foreground: rgba(0, 0, 0, 0.54)\nnotification-background: <<colour dropdown-background>>\nnotification-border: <<colour dropdown-background>>\npage-background: #f4f4f4\npre-background: #ececec\npre-border: #ececec\nprimary: #3949ab\nselect-tag-background: <<colour background>>\nselect-tag-foreground: <<colour foreground>>\nsidebar-button-foreground: <<colour foreground>>\nsidebar-controls-foreground-hover: #aeaeae\nsidebar-controls-foreground: #c6c6c6\nsidebar-foreground-shadow: transparent\nsidebar-foreground: rgba(0, 0, 0, 0.54)\nsidebar-muted-foreground-hover: rgba(0, 0, 0, 0.54)\nsidebar-muted-foreground: rgba(0, 0, 0, 0.38)\nsidebar-tab-background-selected: <<colour page-background>>\nsidebar-tab-background: transparent\nsidebar-tab-border-selected: <<colour table-border>>\nsidebar-tab-border: transparent\nsidebar-tab-divider: <<colour table-border>>\nsidebar-tab-foreground-selected: rgba(0, 0, 0, 0.87)\nsidebar-tab-foreground: rgba(0, 0, 0, 0.54)\nsidebar-tiddler-link-foreground-hover: rgba(0, 0, 0, 0.87)\nsidebar-tiddler-link-foreground: rgba(0, 0, 0, 0.54)\nsite-title-foreground: rgba(0, 0, 0, 0.87)\nstatic-alert-foreground: #aaaaaa\ntab-background-selected: <<colour background>>\ntab-background: transparent\ntab-border-selected: <<colour table-border>>\ntab-border: transparent\ntab-divider: <<colour table-border>>\ntab-foreground-selected: rgba(0, 0, 0, 0.87)\ntab-foreground: rgba(0, 0, 0, 0.54)\ntable-border: #d8d8d8\ntable-footer-background: <<colour tiddler-editor-fields-odd>>\ntable-header-background: <<colour tiddler-editor-fields-even>>\ntag-background: #ec6\ntag-foreground: <<colour button-foreground>>\ntiddler-background: <<colour background>>\ntiddler-border: #f9f9f9\ntiddler-controls-foreground-hover: <<colour sidebar-controls-foreground-hover>>\ntiddler-controls-foreground-selected: <<colour sidebar-controls-foreground-hover>>\ntiddler-controls-foreground: <<colour sidebar-controls-foreground>>\ntiddler-editor-background: transparent\ntiddler-editor-border-image: \ntiddler-editor-border: #e8e7e7\ntiddler-editor-fields-even: rgba(0, 0, 0, 0.1)\ntiddler-editor-fields-odd: rgba(0, 0, 0, 0.04)\ntiddler-info-background: #F5F5F5\ntiddler-info-border: #F5F5F5\ntiddler-info-tab-background: <<colour tiddler-editor-fields-odd>>\ntiddler-link-background: <<colour background>>\ntiddler-link-foreground: <<colour primary>>\ntiddler-subtitle-foreground: <<colour muted-foreground>>\ntiddler-title-foreground: #000000\ntoolbar-new-button: \ntoolbar-options-button: \ntoolbar-save-button: \ntoolbar-info-button: \ntoolbar-edit-button: \ntoolbar-close-button: \ntoolbar-delete-button: \ntoolbar-cancel-button: \ntoolbar-done-button: \nuntagged-background: <<colour very-muted-foreground>>\nvery-muted-foreground: rgba(0, 0, 0, 0.12)\n"
},
"$:/palettes/SpartanNight": {
"title": "$:/palettes/SpartanNight",
"tags": "$:/tags/Palette",
"type": "application/x-tiddler-dictionary",
"description": "Dark spartan colors",
"name": "Spartan Night",
"text": "alert-background: <<colour background>>\nalert-border: <<colour very-muted-foreground>>\nalert-highlight: <<colour very-muted-foreground>>\nalert-muted-foreground: <<colour muted-foreground>>\nbackground: #303030\nblockquote-bar: <<colour page-background>>\nbutton-background: transparent\nbutton-foreground: inherit\nbutton-border: <<colour tag-background>>\ncode-background: <<colour pre-background>>\ncode-border: <<colour pre-border>>\ncode-foreground: rgba(255, 255, 255, 0.54)\ndirty-indicator: #c80000\ndownload-background: <<colour primary>>\ndownload-foreground: <<colour foreground>>\ndragger-background: <<colour foreground>>\ndragger-foreground: <<colour background>>\ndropdown-background: #424242\ndropdown-border: <<colour dropdown-background>>\ndropdown-tab-background-selected: <<colour dropdown-background>>\ndropdown-tab-background: #050505\ndropzone-background: <<colour tag-background>>\nexternal-link-background-hover: transparent\nexternal-link-background-visited: transparent\nexternal-link-background: transparent\nexternal-link-foreground-hover: \nexternal-link-foreground-visited: #7c318c\nexternal-link-foreground: #9e3eb3\nforeground: rgba(255, 255, 255, 0.7)\nmessage-background: <<colour background>>\nmessage-border: <<colour very-muted-foreground>>\nmessage-foreground: rgba(255, 255, 255, 0.54)\nmodal-backdrop: <<colour page-background>>\nmodal-background: <<colour background>>\nmodal-border: <<colour very-muted-foreground>>\nmodal-footer-background: <<colour background>>\nmodal-footer-border: <<colour background>>\nmodal-header-border: <<colour very-muted-foreground>>\nmuted-foreground: rgba(255, 255, 255, 0.54)\nnotification-background: <<colour dropdown-background>>\nnotification-border: <<colour dropdown-background>>\npage-background: #212121\npre-background: #2a2a2a\npre-border: transparent\nprimary: #5656f3\nselect-tag-background: <<colour background>>\nselect-tag-foreground: <<colour foreground>>\nsidebar-button-foreground: <<colour foreground>>\nsidebar-controls-foreground-hover: #494949\nsidebar-controls-foreground: #5d5d5d\nsidebar-foreground-shadow: transparent\nsidebar-foreground: rgba(255, 255, 255, 0.54)\nsidebar-muted-foreground-hover: rgba(255, 255, 255, 0.54)\nsidebar-muted-foreground: rgba(255, 255, 255, 0.38)\nsidebar-tab-background-selected: <<colour page-background>>\nsidebar-tab-background: transparent\nsidebar-tab-border-selected: <<colour table-border>>\nsidebar-tab-border: transparent\nsidebar-tab-divider: <<colour table-border>>\nsidebar-tab-foreground-selected: rgba(255, 255, 255, 0.87)\nsidebar-tab-foreground: rgba(255, 255, 255, 0.54)\nsidebar-tiddler-link-foreground-hover: rgba(255, 255, 255, 0.7)\nsidebar-tiddler-link-foreground: rgba(255, 255, 255, 0.54)\nsite-title-foreground: rgba(255, 255, 255, 0.7)\nstatic-alert-foreground: #aaaaaa\ntab-background-selected: <<colour background>>\ntab-background: transparent\ntab-border-selected: <<colour table-border>>\ntab-border: transparent\ntab-divider: <<colour table-border>>\ntab-foreground-selected: rgba(255, 255, 255, 0.87)\ntab-foreground: rgba(255, 255, 255, 0.54)\ntable-border: #3a3a3a\ntable-footer-background: <<colour tiddler-editor-fields-odd>>\ntable-header-background: <<colour tiddler-editor-fields-even>>\ntag-background: #ec6\ntag-foreground: <<colour button-foreground>>\ntiddler-background: <<colour background>>\ntiddler-border: rgb(55,55,55)\ntiddler-controls-foreground-hover: <<colour sidebar-controls-foreground-hover>>\ntiddler-controls-foreground-selected: <<colour sidebar-controls-foreground-hover>>\ntiddler-controls-foreground: <<colour sidebar-controls-foreground>>\ntiddler-editor-background: transparent\ntiddler-editor-border-image: \ntiddler-editor-border: rgba(255, 255, 255, 0.08)\ntiddler-editor-fields-even: rgba(255, 255, 255, 0.1)\ntiddler-editor-fields-odd: rgba(255, 255, 255, 0.04)\ntiddler-info-background: #454545\ntiddler-info-border: #454545\ntiddler-info-tab-background: <<colour tiddler-editor-fields-odd>>\ntiddler-link-background: <<colour background>>\ntiddler-link-foreground: <<colour primary>>\ntiddler-subtitle-foreground: <<colour muted-foreground>>\ntiddler-title-foreground: #FFFFFF\ntoolbar-new-button: \ntoolbar-options-button: \ntoolbar-save-button: \ntoolbar-info-button: \ntoolbar-edit-button: \ntoolbar-close-button: \ntoolbar-delete-button: \ntoolbar-cancel-button: \ntoolbar-done-button: \nuntagged-background: <<colour very-muted-foreground>>\nvery-muted-foreground: rgba(255, 255, 255, 0.12)\n"
},
"$:/palettes/Twilight": {
"title": "$:/palettes/Twilight",
"tags": "$:/tags/Palette",
"author": "Thomas Elmiger",
"type": "application/x-tiddler-dictionary",
"name": "Twilight",
"description": "Delightful, soft darkness.",
"text": "alert-background: rgb(255, 255, 102)\nalert-border: rgb(232, 232, 125)\nalert-highlight: rgb(255, 51, 51)\nalert-muted-foreground: rgb(224, 82, 82)\nbackground: rgb(38, 38, 38)\nblockquote-bar: rgba(240, 196, 117, 0.7)\nbutton-background: rgb(63, 63, 63)\nbutton-border: rgb(127, 127, 127)\nbutton-foreground: rgb(179, 179, 179)\ncode-background: rgba(0,0,0,0.03)\ncode-border: rgba(0,0,0,0.08)\ncode-foreground: rgb(255, 94, 94)\ndiff-delete-background: #ffc9c9\ndiff-delete-foreground: <<colour foreground>>\ndiff-equal-background: \ndiff-equal-foreground: <<colour foreground>>\ndiff-insert-background: #aaefad\ndiff-insert-foreground: <<colour foreground>>\ndiff-invisible-background: \ndiff-invisible-foreground: <<colour muted-foreground>>\ndirty-indicator: rgb(255, 94, 94)\ndownload-background: #19a974\ndownload-foreground: rgb(38, 38, 38)\ndragger-background: rgb(179, 179, 179)\ndragger-foreground: rgb(38, 38, 38)\ndropdown-background: rgb(38, 38, 38)\ndropdown-border: rgb(255, 255, 255)\ndropdown-tab-background: rgba(0,0,0,.1)\ndropdown-tab-background-selected: rgba(255,255,255,1)\ndropzone-background: #9eebcf\nexternal-link-background: inherit\nexternal-link-background-hover: inherit\nexternal-link-background-visited: inherit\nexternal-link-foreground: rgb(179, 179, 255)\nexternal-link-foreground-hover: inherit\nexternal-link-foreground-visited: rgb(153, 153, 255)\nforeground: rgb(179, 179, 179)\nmessage-background: <<colour tag-foreground>>\nmessage-border: #96ccff\nmessage-foreground: <<colour tag-background>>\nmodal-backdrop: rgb(179, 179, 179)\nmodal-background: rgb(38, 38, 38)\nmodal-border: rgba(0,0,0,.5)\nmodal-footer-background: #f4f4f4\nmodal-footer-border: rgba(0,0,0,.1)\nmodal-header-border: rgba(0,0,0,.2)\nmuted-foreground: rgb(255, 255, 255)\nnotification-background: <<colour tag-foreground>>\nnotification-border: <<colour tag-background>>\npage-background: rgb(26, 26, 26)\npre-background: rgb(25, 25, 25)\npre-border: rgba(0,0,0,.2)\nprimary: rgb(255, 201, 102)\nselect-tag-background: \nselect-tag-foreground: \nsidebar-button-foreground: rgb(179, 179, 179)\nsidebar-controls-foreground: rgb(153, 153, 153)\nsidebar-controls-foreground-hover: <<colour tiddler-controls-foreground-hover>>\nsidebar-foreground: rgb(141, 141, 141)\nsidebar-foreground-shadow: transparent\nsidebar-muted-foreground: rgba(0, 0, 0, 0.5)\nsidebar-muted-foreground-hover: rgb(141, 141, 141)\nsidebar-tab-background: rgba(141, 141, 141, 0.2)\nsidebar-tab-background-selected: rgb(26, 26, 26)\nsidebar-tab-border: rgb(127, 127, 127)\nsidebar-tab-border-selected: rgb(127, 127, 127)\nsidebar-tab-divider: rgb(127, 127, 127)\nsidebar-tab-foreground: rgb(179, 179, 179)\nsidebar-tab-foreground-selected: rgb(179, 179, 179)\nsidebar-tiddler-link-foreground: rgb(179, 179, 179)\nsidebar-tiddler-link-foreground-hover: rgb(115, 115, 115)\nsite-title-foreground: rgb(255, 201, 102)\nstatic-alert-foreground: rgba(0,0,0,.3)\ntab-background: rgba(0,0,0,0.125)\ntab-background-selected: rgb(38, 38, 38)\ntab-border: rgb(255, 201, 102)\ntab-border-selected: rgb(255, 201, 102)\ntab-divider: rgb(255, 201, 102)\ntab-foreground: rgb(179, 179, 179)\ntab-foreground-selected: rgb(179, 179, 179)\ntable-border: rgba(255,255,255,.3)\ntable-footer-background: rgba(0,0,0,.4)\ntable-header-background: rgba(0,0,0,.1)\ntag-background: rgb(255, 201, 102)\ntag-foreground: rgb(25, 25, 25)\ntiddler-background: rgb(38, 38, 38)\ntiddler-border: rgba(240, 196, 117, 0.7)\ntiddler-controls-foreground: rgb(128, 128, 128)\ntiddler-controls-foreground-hover: rgba(255, 255, 255, 0.8)\ntiddler-controls-foreground-selected: rgba(255, 255, 255, 0.9)\ntiddler-editor-background: rgb(33, 33, 33)\ntiddler-editor-border: rgb(63, 63, 63)\ntiddler-editor-border-image: rgb(25, 25, 25)\ntiddler-editor-fields-even: rgb(33, 33, 33)\ntiddler-editor-fields-odd: rgb(28, 28, 28)\ntiddler-info-background: rgb(43, 43, 43)\ntiddler-info-border: rgb(25, 25, 25)\ntiddler-info-tab-background: rgb(43, 43, 43)\ntiddler-link-background: rgb(38, 38, 38)\ntiddler-link-foreground: rgb(204, 204, 255)\ntiddler-subtitle-foreground: rgb(255, 255, 255)\ntiddler-title-foreground: rgb(255, 192, 76)\ntoolbar-cancel-button: \ntoolbar-close-button: \ntoolbar-delete-button: \ntoolbar-done-button: \ntoolbar-edit-button: \ntoolbar-info-button: \ntoolbar-new-button: \ntoolbar-options-button: \ntoolbar-save-button: \nuntagged-background: rgb(255, 255, 255)\nvery-muted-foreground: rgba(240, 196, 117, 0.7)\n"
},
"$:/palettes/Vanilla": {
"title": "$:/palettes/Vanilla",
"name": "Vanilla",
"description": "Pale and unobtrusive",
"tags": "$:/tags/Palette",
"type": "application/x-tiddler-dictionary",
"text": "alert-background: #ffe476\nalert-border: #b99e2f\nalert-highlight: #881122\nalert-muted-foreground: #b99e2f\nbackground: #ffffff\nblockquote-bar: <<colour muted-foreground>>\nbutton-background:\nbutton-foreground:\nbutton-border:\ncode-background: #f7f7f9\ncode-border: #e1e1e8\ncode-foreground: #dd1144\ndiff-delete-background: #ffc9c9\ndiff-delete-foreground: <<colour foreground>>\ndiff-equal-background: \ndiff-equal-foreground: <<colour foreground>>\ndiff-insert-background: #aaefad\ndiff-insert-foreground: <<colour foreground>>\ndiff-invisible-background: \ndiff-invisible-foreground: <<colour muted-foreground>>\ndirty-indicator: #ff0000\ndownload-background: #34c734\ndownload-foreground: <<colour background>>\ndragger-background: <<colour foreground>>\ndragger-foreground: <<colour background>>\ndropdown-background: <<colour background>>\ndropdown-border: <<colour muted-foreground>>\ndropdown-tab-background-selected: #fff\ndropdown-tab-background: #ececec\ndropzone-background: rgba(0,200,0,0.7)\nexternal-link-background-hover: inherit\nexternal-link-background-visited: inherit\nexternal-link-background: inherit\nexternal-link-foreground-hover: inherit\nexternal-link-foreground-visited: #0000aa\nexternal-link-foreground: #0000ee\nforeground: #333333\nmessage-background: #ecf2ff\nmessage-border: #cfd6e6\nmessage-foreground: #547599\nmodal-backdrop: <<colour foreground>>\nmodal-background: <<colour background>>\nmodal-border: #999999\nmodal-footer-background: #f5f5f5\nmodal-footer-border: #dddddd\nmodal-header-border: #eeeeee\nmuted-foreground: #bbb\nnotification-background: #ffffdd\nnotification-border: #999999\npage-background: #f4f4f4\npre-background: #f5f5f5\npre-border: #cccccc\nprimary: #5778d8\nselect-tag-background:\nselect-tag-foreground:\nsidebar-button-foreground: <<colour foreground>>\nsidebar-controls-foreground-hover: #000000\nsidebar-controls-foreground: #aaaaaa\nsidebar-foreground-shadow: rgba(255,255,255, 0.8)\nsidebar-foreground: #acacac\nsidebar-muted-foreground-hover: #444444\nsidebar-muted-foreground: #c0c0c0\nsidebar-tab-background-selected: #f4f4f4\nsidebar-tab-background: #e0e0e0\nsidebar-tab-border-selected: <<colour tab-border-selected>>\nsidebar-tab-border: <<colour tab-border>>\nsidebar-tab-divider: #e4e4e4\nsidebar-tab-foreground-selected:\nsidebar-tab-foreground: <<colour tab-foreground>>\nsidebar-tiddler-link-foreground-hover: #444444\nsidebar-tiddler-link-foreground: #999999\nsite-title-foreground: <<colour tiddler-title-foreground>>\nstatic-alert-foreground: #aaaaaa\ntab-background-selected: #ffffff\ntab-background: #d8d8d8\ntab-border-selected: #d8d8d8\ntab-border: #cccccc\ntab-divider: #d8d8d8\ntab-foreground-selected: <<colour tab-foreground>>\ntab-foreground: #666666\ntable-border: #dddddd\ntable-footer-background: #a8a8a8\ntable-header-background: #f0f0f0\ntag-background: #ec6\ntag-foreground: #ffffff\ntiddler-background: <<colour background>>\ntiddler-border: <<colour background>>\ntiddler-controls-foreground-hover: #888888\ntiddler-controls-foreground-selected: #444444\ntiddler-controls-foreground: #cccccc\ntiddler-editor-background: #f8f8f8\ntiddler-editor-border-image: #ffffff\ntiddler-editor-border: #cccccc\ntiddler-editor-fields-even: #e0e8e0\ntiddler-editor-fields-odd: #f0f4f0\ntiddler-info-background: #f8f8f8\ntiddler-info-border: #dddddd\ntiddler-info-tab-background: #f8f8f8\ntiddler-link-background: <<colour background>>\ntiddler-link-foreground: <<colour primary>>\ntiddler-subtitle-foreground: #c0c0c0\ntiddler-title-foreground: #182955\ntoolbar-new-button:\ntoolbar-options-button:\ntoolbar-save-button:\ntoolbar-info-button:\ntoolbar-edit-button:\ntoolbar-close-button:\ntoolbar-delete-button:\ntoolbar-cancel-button:\ntoolbar-done-button:\nuntagged-background: #999999\nvery-muted-foreground: #888888\n"
},
"$:/core/readme": {
"title": "$:/core/readme",
"text": "This plugin contains TiddlyWiki's core components, comprising:\n\n* JavaScript code modules\n* Icons\n* Templates needed to create TiddlyWiki's user interface\n* British English (''en-GB'') translations of the localisable strings used by the core\n"
},
"$:/library/sjcl.js/license": {
"title": "$:/library/sjcl.js/license",
"type": "text/plain",
"text": "SJCL is open. You can use, modify and redistribute it under a BSD\nlicense or under the GNU GPL, version 2.0.\n\n---------------------------------------------------------------------\n\nhttp://opensource.org/licenses/BSD-2-Clause\n\nCopyright (c) 2009-2015, Emily Stark, Mike Hamburg and Dan Boneh at\nStanford University. All rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are\nmet:\n\n1. Redistributions of source code must retain the above copyright\nnotice, this list of conditions and the following disclaimer.\n\n2. Redistributions in binary form must reproduce the above copyright\nnotice, this list of conditions and the following disclaimer in the\ndocumentation and/or other materials provided with the distribution.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS\nIS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED\nTO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A\nPARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\nHOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\nSPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED\nTO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR\nPROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF\nLIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING\nNEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\n---------------------------------------------------------------------\n\nhttp://opensource.org/licenses/GPL-2.0\n\nThe Stanford Javascript Crypto Library (hosted here on GitHub) is a\nproject by the Stanford Computer Security Lab to build a secure,\npowerful, fast, small, easy-to-use, cross-browser library for\ncryptography in Javascript.\n\nCopyright (c) 2009-2015, Emily Stark, Mike Hamburg and Dan Boneh at\nStanford University.\n\nThis program is free software; you can redistribute it and/or modify it\nunder the terms of the GNU General Public License as published by the\nFree Software Foundation; either version 2 of the License, or (at your\noption) any later version.\n\nThis program is distributed in the hope that it will be useful, but\nWITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General\nPublic License for more details.\n\nYou should have received a copy of the GNU General Public License along\nwith this program; if not, write to the Free Software Foundation, Inc.,\n59 Temple Place, Suite 330, Boston, MA 02111-1307 USA"
},
"$:/core/templates/MOTW.html": {
"title": "$:/core/templates/MOTW.html",
"text": "\\rules only filteredtranscludeinline transcludeinline entity\n<!-- The following comment is called a MOTW comment and is necessary for the TiddlyIE Internet Explorer extension -->\n<!-- saved from url=(0021)https://tiddlywiki.com --> "
},
"$:/core/templates/alltiddlers.template.html": {
"title": "$:/core/templates/alltiddlers.template.html",
"type": "text/vnd.tiddlywiki-html",
"text": "<!-- This template is provided for backwards compatibility with older versions of TiddlyWiki -->\n\n<$set name=\"exportFilter\" value=\"[!is[system]sort[title]]\">\n\n{{$:/core/templates/exporters/StaticRiver}}\n\n</$set>\n"
},
"$:/core/templates/canonical-uri-external-image": {
"title": "$:/core/templates/canonical-uri-external-image",
"text": "<!--\n\nThis template is used to assign the ''_canonical_uri'' field to external images.\n\nChange the `./images/` part to a different base URI. The URI can be relative or absolute.\n\n-->\n./images/<$view field=\"title\" format=\"doubleurlencoded\"/>"
},
"$:/core/templates/canonical-uri-external-raw": {
"title": "$:/core/templates/canonical-uri-external-raw",
"text": "<!--\n\nThis template is used to assign the ''_canonical_uri'' field to external raw files that are stored in the same directory\n\n-->\n<$view field=\"title\" format=\"doubleurlencoded\"/>"
},
"$:/core/templates/canonical-uri-external-text": {
"title": "$:/core/templates/canonical-uri-external-text",
"text": "<!--\n\nThis template is used to assign the ''_canonical_uri'' field to external text files.\n\nChange the `./text/` part to a different base URI. The URI can be relative or absolute.\n\n-->\n./text/<$view field=\"title\" format=\"doubleurlencoded\"/>.tid"
},
"$:/core/templates/css-tiddler": {
"title": "$:/core/templates/css-tiddler",
"text": "<!--\n\nThis template is used for saving CSS tiddlers as a style tag with data attributes representing the tiddler fields.\n\n-->`<style`<$fields template=' data-tiddler-$name$=\"$encoded_value$\"'></$fields>` type=\"text/css\">`<$view field=\"text\" format=\"text\" />`</style>`"
},
"$:/core/templates/exporters/CsvFile": {
"title": "$:/core/templates/exporters/CsvFile",
"tags": "$:/tags/Exporter",
"description": "{{$:/language/Exporters/CsvFile}}",
"extension": ".csv",
"text": "\\define renderContent()\n<$text text=<<csvtiddlers filter:\"\"\"$(exportFilter)$\"\"\" format:\"quoted-comma-sep\">>/>\n\\end\n<<renderContent>>\n"
},
"$:/core/templates/exporters/JsonFile": {
"title": "$:/core/templates/exporters/JsonFile",
"tags": "$:/tags/Exporter",
"description": "{{$:/language/Exporters/JsonFile}}",
"extension": ".json",
"text": "\\define renderContent()\n<$text text=<<jsontiddlers filter:\"\"\"$(exportFilter)$\"\"\">>/>\n\\end\n<<renderContent>>\n"
},
"$:/core/templates/exporters/StaticRiver": {
"title": "$:/core/templates/exporters/StaticRiver",
"tags": "$:/tags/Exporter",
"description": "{{$:/language/Exporters/StaticRiver}}",
"extension": ".html",
"text": "\\define tv-wikilink-template() #$uri_encoded$\n\\define tv-config-toolbar-icons() no\n\\define tv-config-toolbar-text() no\n\\define tv-config-toolbar-class() tc-btn-invisible\n\\rules only filteredtranscludeinline transcludeinline\n<!doctype html>\n<html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text/html;charset=utf-8\" />\n<meta name=\"generator\" content=\"TiddlyWiki\" />\n<meta name=\"tiddlywiki-version\" content=\"{{$:/core/templates/version}}\" />\n<meta name=\"format-detection\" content=\"telephone=no\">\n<link id=\"faviconLink\" rel=\"shortcut icon\" href=\"favicon.ico\">\n<title>{{$:/core/wiki/title}}</title>\n<div id=\"styleArea\">\n{{$:/boot/boot.css||$:/core/templates/css-tiddler}}\n</div>\n<style type=\"text/css\">\n{{$:/core/ui/PageStylesheet||$:/core/templates/wikified-tiddler}}\n</style>\n</head>\n<body class=\"tc-body\">\n{{$:/StaticBanner||$:/core/templates/html-tiddler}}\n<section class=\"tc-story-river\">\n{{$:/core/templates/exporters/StaticRiver/Content||$:/core/templates/html-tiddler}}\n</section>\n</body>\n</html>\n"
},
"$:/core/templates/exporters/StaticRiver/Content": {
"title": "$:/core/templates/exporters/StaticRiver/Content",
"text": "\\define renderContent()\n{{{ $(exportFilter)$ ||$:/core/templates/static-tiddler}}}\n\\end\n\\import [[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]\n<<renderContent>>\n"
},
"$:/core/templates/exporters/TidFile": {
"title": "$:/core/templates/exporters/TidFile",
"tags": "$:/tags/Exporter",
"description": "{{$:/language/Exporters/TidFile}}",
"extension": ".tid",
"text": "\\define renderContent()\n{{{ $(exportFilter)$ +[limit[1]] ||$:/core/templates/tid-tiddler}}}\n\\end\n\\import [[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]\n<<renderContent>>"
},
"$:/core/save/all-external-js": {
"title": "$:/core/save/all-external-js",
"text": "\\define saveTiddlerFilter()\n[is[tiddler]] -[prefix[$:/state/popup/]] -[[$:/HistoryList]] -[[$:/core]] -[[$:/boot/boot.css]] -[type[application/javascript]library[yes]] -[[$:/boot/boot.js]] -[[$:/boot/bootprefix.js]] +[sort[title]] $(publishFilter)$\n\\end\n{{$:/core/templates/tiddlywiki5-external-js.html}}\n"
},
"$:/core/templates/tiddlywiki5.js": {
"title": "$:/core/templates/tiddlywiki5.js",
"text": "\\rules only filteredtranscludeinline transcludeinline codeinline\n\n/*\n{{ $:/core/copyright.txt ||$:/core/templates/plain-text-tiddler}}\n`*/\n`<!--~~ Library modules ~~-->\n{{{ [is[system]type[application/javascript]library[yes]] ||$:/core/templates/plain-text-tiddler}}}\n<!--~~ Boot prefix ~~-->\n{{ $:/boot/bootprefix.js ||$:/core/templates/plain-text-tiddler}}\n<!--~~ Core plugin ~~-->\n{{$:/core/templates/tiddlywiki5.js/tiddlers}}\n<!--~~ Boot kernel ~~-->\n{{ $:/boot/boot.js ||$:/core/templates/plain-text-tiddler}}\n"
},
"$:/core/templates/tiddlywiki5.js/tiddlers": {
"title": "$:/core/templates/tiddlywiki5.js/tiddlers",
"text": "`\n$tw.preloadTiddlerArray(`<$text text=<<jsontiddlers \"[[$:/core]]\">>/>`);\n$tw.preloadTiddlerArray([{\n\ttitle: \"$:/config/SaveWikiButton/Template\",\n\ttext: \"$:/core/save/all-external-js\"\n}]);\n`\n"
},
"$:/core/templates/tiddlywiki5-external-js.html": {
"title": "$:/core/templates/tiddlywiki5-external-js.html",
"text": "\\rules only filteredtranscludeinline transcludeinline\n<!doctype html>\n{{$:/core/templates/MOTW.html}}<html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text/html;charset=utf-8\" />\n<!--~~ Raw markup for the top of the head section ~~-->\n{{{ [all[shadows+tiddlers]tag[$:/tags/RawMarkupWikified/TopHead]] ||$:/core/templates/raw-static-tiddler}}}\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\"/>\n<meta name=\"application-name\" content=\"TiddlyWiki\" />\n<meta name=\"generator\" content=\"TiddlyWiki\" />\n<meta name=\"tiddlywiki-version\" content=\"{{$:/core/templates/version}}\" />\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\n<meta name=\"apple-mobile-web-app-capable\" content=\"yes\" />\n<meta name=\"apple-mobile-web-app-status-bar-style\" content=\"black-translucent\" />\n<meta name=\"mobile-web-app-capable\" content=\"yes\"/>\n<meta name=\"format-detection\" content=\"telephone=no\" />\n<meta name=\"copyright\" content=\"{{$:/core/copyright.txt}}\" />\n<link id=\"faviconLink\" rel=\"shortcut icon\" href=\"favicon.ico\">\n<title>{{$:/core/wiki/title}}</title>\n<!--~~ This is a Tiddlywiki file. The points of interest in the file are marked with this pattern ~~-->\n\n<!--~~ Raw markup ~~-->\n{{{ [all[shadows+tiddlers]tag[$:/core/wiki/rawmarkup]] [all[shadows+tiddlers]tag[$:/tags/RawMarkup]] ||$:/core/templates/plain-text-tiddler}}}\n{{{ [all[shadows+tiddlers]tag[$:/tags/RawMarkupWikified]] ||$:/core/templates/raw-static-tiddler}}}\n</head>\n<body class=\"tc-body\">\n<!--~~ Raw markup for the top of the body section ~~-->\n{{{ [all[shadows+tiddlers]tag[$:/tags/RawMarkupWikified/TopBody]] ||$:/core/templates/raw-static-tiddler}}}\n<!--~~ Static styles ~~-->\n<div id=\"styleArea\">\n{{$:/boot/boot.css||$:/core/templates/css-tiddler}}\n</div>\n<!--~~ Static content for Google and browsers without JavaScript ~~-->\n<noscript>\n<div id=\"splashArea\">\n{{$:/core/templates/static.area}}\n</div>\n</noscript>\n<!--~~ Ordinary tiddlers ~~-->\n{{$:/core/templates/store.area.template.html}}\n<!--~~ Raw markup for the bottom of the body section ~~-->\n{{{ [all[shadows+tiddlers]tag[$:/tags/RawMarkupWikified/BottomBody]] ||$:/core/templates/raw-static-tiddler}}}\n</body>\n<script src=\"%24%3A%2Fcore%2Ftemplates%2Ftiddlywiki5.js\" onerror=\"alert('Error: Cannot load tiddlywiki.js');\"></script>\n</html>\n"
},
"$:/core/templates/html-div-tiddler": {
"title": "$:/core/templates/html-div-tiddler",
"text": "<!--\n\nThis template is used for saving tiddlers as an HTML DIV tag with attributes representing the tiddler fields.\n\n-->`<div`<$fields template=' $name$=\"$encoded_value$\"'></$fields>`>\n<pre>`<$view field=\"text\" format=\"htmlencoded\" />`</pre>\n</div>`\n"
},
"$:/core/templates/html-tiddler": {
"title": "$:/core/templates/html-tiddler",
"text": "<!--\n\nThis template is used for saving tiddlers as raw HTML\n\n--><$view field=\"text\" format=\"htmlwikified\" />"
},
"$:/core/templates/javascript-tiddler": {
"title": "$:/core/templates/javascript-tiddler",
"text": "<!--\n\nThis template is used for saving JavaScript tiddlers as a script tag with data attributes representing the tiddler fields.\n\n-->`<script`<$fields template=' data-tiddler-$name$=\"$encoded_value$\"'></$fields>` type=\"text/javascript\">`<$view field=\"text\" format=\"text\" />`</script>`"
},
"$:/core/templates/json-tiddler": {
"title": "$:/core/templates/json-tiddler",
"text": "<!--\n\nThis template is used for saving tiddlers as raw JSON\n\n--><$text text=<<jsontiddler>>/>"
},
"$:/core/templates/module-tiddler": {
"title": "$:/core/templates/module-tiddler",
"text": "<!--\n\nThis template is used for saving JavaScript tiddlers as a script tag with data attributes representing the tiddler fields. The body of the tiddler is wrapped in a call to the `$tw.modules.define` function in order to define the body of the tiddler as a module\n\n-->`<script`<$fields template=' data-tiddler-$name$=\"$encoded_value$\"'></$fields>` type=\"text/javascript\" data-module=\"yes\">$tw.modules.define(\"`<$view field=\"title\" format=\"jsencoded\" />`\",\"`<$view field=\"module-type\" format=\"jsencoded\" />`\",function(module,exports,require) {`<$view field=\"text\" format=\"text\" />`});\n</script>`"
},
"$:/core/templates/plain-text-tiddler": {
"title": "$:/core/templates/plain-text-tiddler",
"text": "<$view field=\"text\" format=\"text\" />"
},
"$:/core/templates/raw-static-tiddler": {
"title": "$:/core/templates/raw-static-tiddler",
"text": "<!--\n\nThis template is used for saving tiddlers as static HTML\n\n--><$view field=\"text\" format=\"plainwikified\" />"
},
"$:/core/save/all": {
"title": "$:/core/save/all",
"text": "\\define saveTiddlerFilter()\n[is[tiddler]] -[prefix[$:/state/popup/]] -[[$:/HistoryList]] -[[$:/boot/boot.css]] -[type[application/javascript]library[yes]] -[[$:/boot/boot.js]] -[[$:/boot/bootprefix.js]] +[sort[title]] $(publishFilter)$\n\\end\n{{$:/core/templates/tiddlywiki5.html}}\n"
},
"$:/core/save/empty": {
"title": "$:/core/save/empty",
"text": "\\define saveTiddlerFilter()\n[is[system]] -[prefix[$:/state/popup/]] -[[$:/boot/boot.css]] -[type[application/javascript]library[yes]] -[[$:/boot/boot.js]] -[[$:/boot/bootprefix.js]] +[sort[title]]\n\\end\n{{$:/core/templates/tiddlywiki5.html}}\n"
},
"$:/core/save/lazy-all": {
"title": "$:/core/save/lazy-all",
"text": "\\define saveTiddlerFilter()\n[is[system]] -[prefix[$:/state/popup/]] -[[$:/HistoryList]] -[[$:/boot/boot.css]] -[type[application/javascript]library[yes]] -[[$:/boot/boot.js]] -[[$:/boot/bootprefix.js]] +[sort[title]] \n\\end\n{{$:/core/templates/tiddlywiki5.html}}\n"
},
"$:/core/save/lazy-images": {
"title": "$:/core/save/lazy-images",
"text": "\\define saveTiddlerFilter()\n[is[tiddler]] -[prefix[$:/state/popup/]] -[[$:/HistoryList]] -[[$:/boot/boot.css]] -[type[application/javascript]library[yes]] -[[$:/boot/boot.js]] -[[$:/boot/bootprefix.js]] -[!is[system]is[image]] +[sort[title]] \n\\end\n{{$:/core/templates/tiddlywiki5.html}}\n"
},
"$:/core/templates/server/static.sidebar.wikitext": {
"title": "$:/core/templates/server/static.sidebar.wikitext",
"text": "\\whitespace trim\n<div class=\"tc-sidebar-scrollable\" style=\"overflow: auto;\">\n<div class=\"tc-sidebar-header\">\n<h1 class=\"tc-site-title\">\n<$transclude tiddler=\"$:/SiteTitle\"/>\n</h1>\n<div class=\"tc-site-subtitle\">\n<$transclude tiddler=\"$:/SiteSubtitle\"/>\n</div>\n<h2>\n</h2>\n<div class=\"tc-sidebar-lists\">\n<$list filter={{$:/DefaultTiddlers}}>\n<div class=\"tc-menu-list-subitem\">\n<$link><$text text=<<currentTiddler>>/></$link>\n</div>\n</$list>\n</div>\n<!-- Currently disabled the recent list as it is unweildy when the responsive narrow view kicks in\n<h2>\n{{$:/language/SideBar/Recent/Caption}}\n</h2>\n<div class=\"tc-sidebar-lists\">\n<$macrocall $name=\"timeline\" format={{$:/language/RecentChanges/DateFormat}}/>\n</div>\n</div>\n</div>\n-->\n"
},
"$:/core/templates/server/static.tiddler.html": {
"title": "$:/core/templates/server/static.tiddler.html",
"text": "\\whitespace trim\n\\define tv-wikilink-template() $uri_encoded$\n\\import [[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]\n<html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text/html;charset=utf-8\" />\n<meta name=\"generator\" content=\"TiddlyWiki\" />\n<meta name=\"tiddlywiki-version\" content={{$:/core/templates/version}} />\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\n<meta name=\"apple-mobile-web-app-capable\" content=\"yes\" />\n<meta name=\"apple-mobile-web-app-status-bar-style\" content=\"black-translucent\" />\n<meta name=\"mobile-web-app-capable\" content=\"yes\"/>\n<meta name=\"format-detection\" content=\"telephone=no\">\n<link id=\"faviconLink\" rel=\"shortcut icon\" href=\"favicon.ico\">\n<link rel=\"stylesheet\" href=\"%24%3A%2Fcore%2Ftemplates%2Fstatic.template.css\">\n<title><$view field=\"caption\" format=\"plainwikified\"><$view field=\"title\"/></$view>: <$view tiddler=\"$:/core/wiki/title\" format=\"plainwikified\"/></title>\n</head>\n<body class=\"tc-body\">\n<$transclude tiddler=\"$:/core/templates/server/static.sidebar.wikitext\" mode=\"inline\"/>\n<section class=\"tc-story-river\">\n<div class=\"tc-tiddler-frame\">\n<$transclude tiddler=\"$:/core/templates/server/static.tiddler.wikitext\" mode=\"inline\"/>\n</div>\n</section>\n</body>\n</html>"
},
"$:/core/templates/server/static.tiddler.wikitext": {
"title": "$:/core/templates/server/static.tiddler.wikitext",
"text": "\\whitespace trim\n<div class=\"tc-tiddler-title\">\n<div class=\"tc-titlebar\">\n<h2><$text text=<<currentTiddler>>/></h2>\n</div>\n</div>\n<div class=\"tc-subtitle\">\n<$link to={{!!modifier}}>\n<$view field=\"modifier\"/>\n</$link> <$view field=\"modified\" format=\"date\" template={{$:/language/Tiddler/DateFormat}}/>\n</div>\n<div class=\"tc-tags-wrapper\">\n<$list filter=\"[all[current]tags[]sort[title]]\">\n<a href={{{ [<currentTiddler>encodeuricomponent[]] }}}>\n<$macrocall $name=\"tag-pill\" tag=<<currentTiddler>>/>\n</a>\n</$list>\n</div>\n<div class=\"tc-tiddler-body\">\n<$transclude mode=\"block\"/>\n</div>\n"
},
"$:/core/templates/single.tiddler.window": {
"title": "$:/core/templates/single.tiddler.window",
"text": "<$set name=\"themeTitle\" value={{$:/view}}>\n\n<$set name=\"tempCurrentTiddler\" value=<<currentTiddler>>>\n\n<$set name=\"currentTiddler\" value={{$:/language}}>\n\n<$set name=\"languageTitle\" value={{!!name}}>\n\n<$set name=\"currentTiddler\" value=<<tempCurrentTiddler>>>\n\n<$importvariables filter=\"[[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]\">\n\n<$navigator story=\"$:/StoryList\" history=\"$:/HistoryList\">\n\n<$transclude mode=\"block\"/>\n\n</$navigator>\n\n</$importvariables>\n\n</$set>\n\n</$set>\n\n</$set>\n\n</$set>\n\n</$set>\n\n"
},
"$:/core/templates/split-recipe": {
"title": "$:/core/templates/split-recipe",
"text": "<$list filter=\"[!is[system]]\">\ntiddler: <$view field=\"title\" format=\"urlencoded\"/>.tid\n</$list>\n"
},
"$:/core/templates/static-tiddler": {
"title": "$:/core/templates/static-tiddler",
"text": "<a name=<<currentTiddler>>>\n<$transclude tiddler=\"$:/core/ui/ViewTemplate\"/>\n</a>"
},
"$:/core/templates/static.area": {
"title": "$:/core/templates/static.area",
"text": "<$reveal type=\"nomatch\" state=\"$:/isEncrypted\" text=\"yes\">\n{{{ [all[shadows+tiddlers]tag[$:/tags/RawStaticContent]!has[draft.of]] ||$:/core/templates/raw-static-tiddler}}}\n{{$:/core/templates/static.content||$:/core/templates/html-tiddler}}\n</$reveal>\n<$reveal type=\"match\" state=\"$:/isEncrypted\" text=\"yes\">\nThis file contains an encrypted ~TiddlyWiki. Enable ~JavaScript and enter the decryption password when prompted.\n</$reveal>\n"
},
"$:/core/templates/static.content": {
"title": "$:/core/templates/static.content",
"text": "<!-- For Google, and people without JavaScript-->\nThis [[TiddlyWiki|https://tiddlywiki.com]] contains the following tiddlers:\n\n<ul>\n<$list filter=<<saveTiddlerFilter>>>\n<li><$view field=\"title\" format=\"text\"></$view></li>\n</$list>\n</ul>\n"
},
"$:/core/templates/static.template.css": {
"title": "$:/core/templates/static.template.css",
"text": "{{$:/boot/boot.css||$:/core/templates/plain-text-tiddler}}\n\n{{$:/core/ui/PageStylesheet||$:/core/templates/wikified-tiddler}}\n"
},
"$:/core/templates/static.template.html": {
"title": "$:/core/templates/static.template.html",
"type": "text/vnd.tiddlywiki-html",
"text": "\\define tv-wikilink-template() static/$uri_doubleencoded$.html\n\\define tv-config-toolbar-icons() no\n\\define tv-config-toolbar-text() no\n\\define tv-config-toolbar-class() tc-btn-invisible\n\\rules only filteredtranscludeinline transcludeinline\n<!doctype html>\n<html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text/html;charset=utf-8\" />\n<meta name=\"generator\" content=\"TiddlyWiki\" />\n<meta name=\"tiddlywiki-version\" content=\"{{$:/core/templates/version}}\" />\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\n<meta name=\"apple-mobile-web-app-capable\" content=\"yes\" />\n<meta name=\"apple-mobile-web-app-status-bar-style\" content=\"black-translucent\" />\n<meta name=\"mobile-web-app-capable\" content=\"yes\"/>\n<meta name=\"format-detection\" content=\"telephone=no\">\n<link id=\"faviconLink\" rel=\"shortcut icon\" href=\"favicon.ico\">\n<title>{{$:/core/wiki/title}}</title>\n<div id=\"styleArea\">\n{{$:/boot/boot.css||$:/core/templates/css-tiddler}}\n</div>\n<style type=\"text/css\">\n{{$:/core/ui/PageStylesheet||$:/core/templates/wikified-tiddler}}\n</style>\n</head>\n<body class=\"tc-body\">\n{{$:/StaticBanner||$:/core/templates/html-tiddler}}\n{{$:/core/ui/PageTemplate||$:/core/templates/html-tiddler}}\n</body>\n</html>\n"
},
"$:/core/templates/static.tiddler.html": {
"title": "$:/core/templates/static.tiddler.html",
"text": "\\define tv-wikilink-template() $uri_doubleencoded$.html\n\\define tv-config-toolbar-icons() no\n\\define tv-config-toolbar-text() no\n\\define tv-config-toolbar-class() tc-btn-invisible\n\\import [[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]\n`<!doctype html>\n<html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text/html;charset=utf-8\" />\n<meta name=\"generator\" content=\"TiddlyWiki\" />\n<meta name=\"tiddlywiki-version\" content=\"`{{$:/core/templates/version}}`\" />\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\n<meta name=\"apple-mobile-web-app-capable\" content=\"yes\" />\n<meta name=\"apple-mobile-web-app-status-bar-style\" content=\"black-translucent\" />\n<meta name=\"mobile-web-app-capable\" content=\"yes\"/>\n<meta name=\"format-detection\" content=\"telephone=no\">\n<link id=\"faviconLink\" rel=\"shortcut icon\" href=\"favicon.ico\">\n<link rel=\"stylesheet\" href=\"static.css\">\n<title>`<$view field=\"caption\"><$view field=\"title\"/></$view>: {{$:/core/wiki/title}}`</title>\n</head>\n<body class=\"tc-body\">\n`{{$:/StaticBanner||$:/core/templates/html-tiddler}}`\n<section class=\"tc-story-river\">\n`<$view tiddler=\"$:/core/ui/ViewTemplate\" format=\"htmlwikified\"/>`\n</section>\n</body>\n</html>\n`"
},
"$:/core/templates/store.area.template.html": {
"title": "$:/core/templates/store.area.template.html",
"text": "<$reveal type=\"nomatch\" state=\"$:/isEncrypted\" text=\"yes\">\n`<div id=\"storeArea\" style=\"display:none;\">`\n<$list filter=<<saveTiddlerFilter>> template=\"$:/core/templates/html-div-tiddler\"/>\n`</div>`\n</$reveal>\n<$reveal type=\"match\" state=\"$:/isEncrypted\" text=\"yes\">\n`<!--~~ Encrypted tiddlers ~~-->`\n`<pre id=\"encryptedStoreArea\" type=\"text/plain\" style=\"display:none;\">`\n<$encrypt filter=<<saveTiddlerFilter>>/>\n`</pre>`\n</$reveal>"
},
"$:/core/templates/tid-tiddler": {
"title": "$:/core/templates/tid-tiddler",
"text": "<!--\n\nThis template is used for saving tiddlers in TiddlyWeb *.tid format\n\n--><$fields exclude='text bag' template='$name$: $value$\n'></$fields>`\n`<$view field=\"text\" format=\"text\" />"
},
"$:/core/templates/tiddler-metadata": {
"title": "$:/core/templates/tiddler-metadata",
"text": "<!--\n\nThis template is used for saving tiddler metadata *.meta files\n\n--><$fields exclude='text bag' template='$name$: $value$\n'></$fields>"
},
"$:/core/templates/tiddlywiki5.html": {
"title": "$:/core/templates/tiddlywiki5.html",
"text": "<$set name=\"saveTiddlerAndShadowsFilter\" filter=\"[subfilter<saveTiddlerFilter>] [subfilter<saveTiddlerFilter>plugintiddlers[]]\">\n`<!doctype html>\n`{{$:/core/templates/MOTW.html}}`<html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text/html;charset=utf-8\" />\n<!--~~ Raw markup for the top of the head section ~~-->\n`{{{ [<saveTiddlerAndShadowsFilter>tag[$:/tags/RawMarkupWikified/TopHead]] ||$:/core/templates/raw-static-tiddler}}}`\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\"/>\n<meta name=\"application-name\" content=\"TiddlyWiki\" />\n<meta name=\"generator\" content=\"TiddlyWiki\" />\n<meta name=\"tiddlywiki-version\" content=\"`{{$:/core/templates/version}}`\" />\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\n<meta name=\"apple-mobile-web-app-capable\" content=\"yes\" />\n<meta name=\"apple-mobile-web-app-status-bar-style\" content=\"black-translucent\" />\n<meta name=\"mobile-web-app-capable\" content=\"yes\"/>\n<meta name=\"format-detection\" content=\"telephone=no\" />\n<meta name=\"copyright\" content=\"`{{$:/core/copyright.txt}}`\" />\n<link id=\"faviconLink\" rel=\"shortcut icon\" href=\"favicon.ico\">\n<title>`{{$:/core/wiki/title}}`</title>\n<!--~~ This is a Tiddlywiki file. The points of interest in the file are marked with this pattern ~~-->\n\n<!--~~ Raw markup ~~-->\n`{{{ [enlist<saveTiddlerAndShadowsFilter>tag[$:/core/wiki/rawmarkup]] ||$:/core/templates/plain-text-tiddler}}}\n{{{ [enlist<saveTiddlerAndShadowsFilter>tag[$:/tags/RawMarkup]] ||$:/core/templates/plain-text-tiddler}}}\n{{{ [enlist<saveTiddlerAndShadowsFilter>tag[$:/tags/RawMarkupWikified]] ||$:/core/templates/raw-static-tiddler}}}`\n</head>\n<body class=\"tc-body\">\n<!--~~ Raw markup for the top of the body section ~~-->\n`{{{ [enlist<saveTiddlerAndShadowsFilter>tag[$:/tags/RawMarkupWikified/TopBody]] ||$:/core/templates/raw-static-tiddler}}}`\n<!--~~ Static styles ~~-->\n<div id=\"styleArea\">\n`{{$:/boot/boot.css||$:/core/templates/css-tiddler}}`\n</div>\n<!--~~ Static content for Google and browsers without JavaScript ~~-->\n<noscript>\n<div id=\"splashArea\">\n`{{$:/core/templates/static.area}}`\n</div>\n</noscript>\n<!--~~ Ordinary tiddlers ~~-->\n`{{$:/core/templates/store.area.template.html}}`\n<!--~~ Library modules ~~-->\n<div id=\"libraryModules\" style=\"display:none;\">\n`{{{ [is[system]type[application/javascript]library[yes]] ||$:/core/templates/javascript-tiddler}}}`\n</div>\n<!--~~ Boot kernel prologue ~~-->\n<div id=\"bootKernelPrefix\" style=\"display:none;\">\n`{{ $:/boot/bootprefix.js ||$:/core/templates/javascript-tiddler}}`\n</div>\n<!--~~ Boot kernel ~~-->\n<div id=\"bootKernel\" style=\"display:none;\">\n`{{ $:/boot/boot.js ||$:/core/templates/javascript-tiddler}}`\n</div>\n<!--~~ Raw markup for the bottom of the body section ~~-->\n`{{{ [enlist<saveTiddlerAndShadowsFilter>tag[$:/tags/RawMarkupWikified/BottomBody]] ||$:/core/templates/raw-static-tiddler}}}`\n</body>\n</html>`\n"
},
"$:/core/templates/version": {
"title": "$:/core/templates/version",
"text": "<<version>>"
},
"$:/core/templates/wikified-tiddler": {
"title": "$:/core/templates/wikified-tiddler",
"text": "<$transclude />"
},
"$:/core/ui/AboveStory/tw2-plugin-check": {
"title": "$:/core/ui/AboveStory/tw2-plugin-check",
"tags": "$:/tags/AboveStory",
"text": "\\define lingo-base() $:/language/AboveStory/ClassicPlugin/\n<$list filter=\"[all[system+tiddlers]tag[systemConfig]limit[1]]\">\n\n<div class=\"tc-message-box\">\n\n<<lingo Warning>>\n\n<ul>\n\n<$list filter=\"[all[system+tiddlers]tag[systemConfig]]\">\n\n<li>\n\n<$link><$view field=\"title\"/></$link>\n\n</li>\n\n</$list>\n\n</ul>\n\n</div>\n\n</$list>\n"
},
"$:/core/ui/Actions/new-image": {
"title": "$:/core/ui/Actions/new-image",
"tags": "$:/tags/Actions",
"description": "create a new image tiddler",
"text": "\\define get-type()\nimage/$(imageType)$\n\\end\n<$vars imageType={{$:/config/NewImageType}}>\n<$action-sendmessage $message=\"tm-new-tiddler\" type=<<get-type>>/>\n</$vars>\n"
},
"$:/core/ui/Actions/new-journal": {
"title": "$:/core/ui/Actions/new-journal",
"tags": "$:/tags/Actions",
"description": "create a new journal tiddler",
"text": "<$vars journalTitleTemplate={{$:/config/NewJournal/Title}} journalTags={{$:/config/NewJournal/Tags}} journalText={{$:/config/NewJournal/Text}}>\n<$wikify name=\"journalTitle\" text=\"\"\"<$macrocall $name=\"now\" format=<<journalTitleTemplate>>/>\"\"\">\n<$reveal type=\"nomatch\" state=<<journalTitle>> text=\"\">\n<$action-sendmessage $message=\"tm-new-tiddler\" title=<<journalTitle>> tags=<<journalTags>> text={{{ [<journalTitle>get[]] }}}/>\n</$reveal>\n<$reveal type=\"match\" state=<<journalTitle>> text=\"\">\n<$action-sendmessage $message=\"tm-new-tiddler\" title=<<journalTitle>> tags=<<journalTags>> text=<<journalText>>/>\n</$reveal>\n</$wikify>\n</$vars>\n"
},
"$:/core/ui/Actions/new-tiddler": {
"title": "$:/core/ui/Actions/new-tiddler",
"tags": "$:/tags/Actions",
"description": "create a new empty tiddler",
"text": "<$action-sendmessage $message=\"tm-new-tiddler\"/>\n"
},
"$:/core/ui/AdvancedSearch/Filter": {
"title": "$:/core/ui/AdvancedSearch/Filter",
"tags": "$:/tags/AdvancedSearch",
"caption": "{{$:/language/Search/Filter/Caption}}",
"text": "\\define lingo-base() $:/language/Search/\n<<lingo Filter/Hint>>\n\n<div class=\"tc-search tc-advanced-search\">\n<$edit-text tiddler=\"$:/temp/advancedsearch\" type=\"search\" tag=\"input\" focus={{$:/config/Search/AutoFocus}}/>\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/AdvancedSearch/FilterButton]!has[draft.of]]\"><$transclude/></$list>\n</div>\n\n<$reveal state=\"$:/temp/advancedsearch\" type=\"nomatch\" text=\"\">\n<$set name=\"resultCount\" value=\"\"\"<$count filter={{$:/temp/advancedsearch}}/>\"\"\">\n<div class=\"tc-search-results\">\n<<lingo Filter/Matches>>\n<$list filter={{$:/temp/advancedsearch}} template=\"$:/core/ui/ListItemTemplate\"/>\n</div>\n</$set>\n</$reveal>\n"
},
"$:/core/ui/AdvancedSearch/Filter/FilterButtons/clear": {
"title": "$:/core/ui/AdvancedSearch/Filter/FilterButtons/clear",
"tags": "$:/tags/AdvancedSearch/FilterButton",
"text": "<$reveal state=\"$:/temp/advancedsearch\" type=\"nomatch\" text=\"\">\n<$button class=\"tc-btn-invisible\">\n<$action-setfield $tiddler=\"$:/temp/advancedsearch\" $field=\"text\" $value=\"\"/>\n{{$:/core/images/close-button}}\n</$button>\n</$reveal>\n"
},
"$:/core/ui/AdvancedSearch/Filter/FilterButtons/delete": {
"title": "$:/core/ui/AdvancedSearch/Filter/FilterButtons/delete",
"tags": "$:/tags/AdvancedSearch/FilterButton",
"text": "<$reveal state=\"$:/temp/advancedsearch\" type=\"nomatch\" text=\"\">\n<$button popup=<<qualify \"$:/state/filterDeleteDropdown\">> class=\"tc-btn-invisible\">\n{{$:/core/images/delete-button}}\n</$button>\n</$reveal>\n\n<$reveal state=<<qualify \"$:/state/filterDeleteDropdown\">> type=\"popup\" position=\"belowleft\" animate=\"yes\">\n<div class=\"tc-block-dropdown-wrapper\">\n<div class=\"tc-block-dropdown tc-edit-type-dropdown\">\n<div class=\"tc-dropdown-item-plain\">\n<$set name=\"resultCount\" value=\"\"\"<$count filter={{$:/temp/advancedsearch}}/>\"\"\">\nAre you sure you wish to delete <<resultCount>> tiddler(s)?\n</$set>\n</div>\n<div class=\"tc-dropdown-item-plain\">\n<$button class=\"tc-btn\">\n<$action-deletetiddler $filter={{$:/temp/advancedsearch}}/>\nDelete these tiddlers\n</$button>\n</div>\n</div>\n</div>\n</$reveal>\n"
},
"$:/core/ui/AdvancedSearch/Filter/FilterButtons/dropdown": {
"title": "$:/core/ui/AdvancedSearch/Filter/FilterButtons/dropdown",
"tags": "$:/tags/AdvancedSearch/FilterButton",
"text": "<span class=\"tc-popup-keep\">\n<$button popup=<<qualify \"$:/state/filterDropdown\">> class=\"tc-btn-invisible\">\n{{$:/core/images/down-arrow}}\n</$button>\n</span>\n\n<$reveal state=<<qualify \"$:/state/filterDropdown\">> type=\"popup\" position=\"belowleft\" animate=\"yes\">\n<$set name=\"tv-show-missing-links\" value=\"yes\">\n<$linkcatcher to=\"$:/temp/advancedsearch\">\n<div class=\"tc-block-dropdown-wrapper\">\n<div class=\"tc-block-dropdown tc-edit-type-dropdown\">\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/Filter]]\"><$link to={{!!filter}}><$transclude field=\"description\"/></$link>\n</$list>\n</div>\n</div>\n</$linkcatcher>\n</$set>\n</$reveal>\n"
},
"$:/core/ui/AdvancedSearch/Filter/FilterButtons/export": {
"title": "$:/core/ui/AdvancedSearch/Filter/FilterButtons/export",
"tags": "$:/tags/AdvancedSearch/FilterButton",
"text": "<$reveal state=\"$:/temp/advancedsearch\" type=\"nomatch\" text=\"\">\n<$macrocall $name=\"exportButton\" exportFilter={{$:/temp/advancedsearch}} lingoBase=\"$:/language/Buttons/ExportTiddlers/\"/>\n</$reveal>\n"
},
"$:/core/ui/AdvancedSearch/Shadows": {
"title": "$:/core/ui/AdvancedSearch/Shadows",
"tags": "$:/tags/AdvancedSearch",
"caption": "{{$:/language/Search/Shadows/Caption}}",
"text": "\\define lingo-base() $:/language/Search/\n<$linkcatcher to=\"$:/temp/advancedsearch\">\n\n<<lingo Shadows/Hint>>\n\n<div class=\"tc-search\">\n<$edit-text tiddler=\"$:/temp/advancedsearch\" type=\"search\" tag=\"input\" focus={{$:/config/Search/AutoFocus}}/>\n<$reveal state=\"$:/temp/advancedsearch\" type=\"nomatch\" text=\"\">\n<$button class=\"tc-btn-invisible\">\n<$action-setfield $tiddler=\"$:/temp/advancedsearch\" $field=\"text\" $value=\"\"/>\n{{$:/core/images/close-button}}\n</$button>\n</$reveal>\n</div>\n\n</$linkcatcher>\n\n<$reveal state=\"$:/temp/advancedsearch\" type=\"nomatch\" text=\"\">\n\n<$list filter=\"[{$:/temp/advancedsearch}minlength{$:/config/Search/MinLength}limit[1]]\" emptyMessage=\"\"\"<div class=\"tc-search-results\">{{$:/language/Search/Search/TooShort}}</div>\"\"\" variable=\"listItem\">\n\n<$set name=\"resultCount\" value=\"\"\"<$count filter=\"[all[shadows]search{$:/temp/advancedsearch}] -[[$:/temp/advancedsearch]]\"/>\"\"\">\n\n<div class=\"tc-search-results\">\n\n<<lingo Shadows/Matches>>\n\n<$list filter=\"[all[shadows]search{$:/temp/advancedsearch}sort[title]limit[250]] -[[$:/temp/advancedsearch]]\" template=\"$:/core/ui/ListItemTemplate\"/>\n\n</div>\n\n</$set>\n\n</$list>\n\n</$reveal>\n\n<$reveal state=\"$:/temp/advancedsearch\" type=\"match\" text=\"\">\n\n</$reveal>\n"
},
"$:/core/ui/AdvancedSearch/Standard": {
"title": "$:/core/ui/AdvancedSearch/Standard",
"tags": "$:/tags/AdvancedSearch",
"caption": "{{$:/language/Search/Standard/Caption}}",
"text": "\\define lingo-base() $:/language/Search/\n<$linkcatcher to=\"$:/temp/advancedsearch\">\n\n<<lingo Standard/Hint>>\n\n<div class=\"tc-search\">\n<$edit-text tiddler=\"$:/temp/advancedsearch\" type=\"search\" tag=\"input\" focus={{$:/config/Search/AutoFocus}}/>\n<$reveal state=\"$:/temp/advancedsearch\" type=\"nomatch\" text=\"\">\n<$button class=\"tc-btn-invisible\">\n<$action-setfield $tiddler=\"$:/temp/advancedsearch\" $field=\"text\" $value=\"\"/>\n{{$:/core/images/close-button}}\n</$button>\n</$reveal>\n</div>\n\n</$linkcatcher>\n\n<$reveal state=\"$:/temp/advancedsearch\" type=\"nomatch\" text=\"\">\n<$list filter=\"[{$:/temp/advancedsearch}minlength{$:/config/Search/MinLength}limit[1]]\" emptyMessage=\"\"\"<div class=\"tc-search-results\">{{$:/language/Search/Search/TooShort}}</div>\"\"\" variable=\"listItem\">\n<$set name=\"searchTiddler\" value=\"$:/temp/advancedsearch\">\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/SearchResults]!has[draft.of]butfirst[]limit[1]]\" emptyMessage=\"\"\"\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/SearchResults]!has[draft.of]]\">\n<$transclude/>\n</$list>\n\"\"\">\n<$macrocall $name=\"tabs\" tabsList=\"[all[shadows+tiddlers]tag[$:/tags/SearchResults]!has[draft.of]]\" default={{$:/config/SearchResults/Default}}/>\n</$list>\n</$set>\n</$list>\n</$reveal>\n"
},
"$:/core/ui/AdvancedSearch/System": {
"title": "$:/core/ui/AdvancedSearch/System",
"tags": "$:/tags/AdvancedSearch",
"caption": "{{$:/language/Search/System/Caption}}",
"text": "\\define lingo-base() $:/language/Search/\n<$linkcatcher to=\"$:/temp/advancedsearch\">\n\n<<lingo System/Hint>>\n\n<div class=\"tc-search\">\n<$edit-text tiddler=\"$:/temp/advancedsearch\" type=\"search\" tag=\"input\" focus={{$:/config/Search/AutoFocus}}/>\n<$reveal state=\"$:/temp/advancedsearch\" type=\"nomatch\" text=\"\">\n<$button class=\"tc-btn-invisible\">\n<$action-setfield $tiddler=\"$:/temp/advancedsearch\" $field=\"text\" $value=\"\"/>\n{{$:/core/images/close-button}}\n</$button>\n</$reveal>\n</div>\n\n</$linkcatcher>\n\n<$reveal state=\"$:/temp/advancedsearch\" type=\"nomatch\" text=\"\">\n\n<$list filter=\"[{$:/temp/advancedsearch}minlength{$:/config/Search/MinLength}limit[1]]\" emptyMessage=\"\"\"<div class=\"tc-search-results\">{{$:/language/Search/Search/TooShort}}</div>\"\"\" variable=\"listItem\">\n\n<$set name=\"resultCount\" value=\"\"\"<$count filter=\"[is[system]search{$:/temp/advancedsearch}] -[[$:/temp/advancedsearch]]\"/>\"\"\">\n\n<div class=\"tc-search-results\">\n\n<<lingo System/Matches>>\n\n<$list filter=\"[is[system]search{$:/temp/advancedsearch}sort[title]limit[250]] -[[$:/temp/advancedsearch]]\" template=\"$:/core/ui/ListItemTemplate\"/>\n\n</div>\n\n</$set>\n\n</$list>\n\n</$reveal>\n\n<$reveal state=\"$:/temp/advancedsearch\" type=\"match\" text=\"\">\n\n</$reveal>\n"
},
"$:/AdvancedSearch": {
"title": "$:/AdvancedSearch",
"icon": "$:/core/images/advanced-search-button",
"color": "#bbb",
"text": "<div class=\"tc-advanced-search\">\n<<tabs \"[all[shadows+tiddlers]tag[$:/tags/AdvancedSearch]!has[draft.of]]\" \"$:/core/ui/AdvancedSearch/System\">>\n</div>\n"
},
"$:/core/ui/AlertTemplate": {
"title": "$:/core/ui/AlertTemplate",
"text": "<div class=\"tc-alert\">\n<div class=\"tc-alert-toolbar\">\n<$button class=\"tc-btn-invisible\"><$action-deletetiddler $tiddler=<<currentTiddler>>/>{{$:/core/images/delete-button}}</$button>\n</div>\n<div class=\"tc-alert-subtitle\">\n<$view field=\"component\"/> - <$view field=\"modified\" format=\"date\" template=\"0hh:0mm:0ss DD MM YYYY\"/> <$reveal type=\"nomatch\" state=\"!!count\" text=\"\"><span class=\"tc-alert-highlight\">({{$:/language/Count}}: <$view field=\"count\"/>)</span></$reveal>\n</div>\n<div class=\"tc-alert-body\">\n\n<$transclude/>\n\n</div>\n</div>\n"
},
"$:/core/ui/BinaryWarning": {
"title": "$:/core/ui/BinaryWarning",
"text": "\\define lingo-base() $:/language/BinaryWarning/\n<div class=\"tc-binary-warning\">\n\n<<lingo Prompt>>\n\n</div>\n"
},
"$:/core/ui/Components/plugin-info": {
"title": "$:/core/ui/Components/plugin-info",
"text": "\\define lingo-base() $:/language/ControlPanel/Plugins/\n\n\\define popup-state-macro()\n$(qualified-state)$-$(currentTiddler)$\n\\end\n\n\\define tabs-state-macro()\n$(popup-state)$-$(pluginInfoType)$\n\\end\n\n\\define plugin-icon-title()\n$(currentTiddler)$/icon\n\\end\n\n\\define plugin-disable-title()\n$:/config/Plugins/Disabled/$(currentTiddler)$\n\\end\n\n\\define plugin-table-body(type,disabledMessage,default-popup-state)\n<div class=\"tc-plugin-info-chunk tc-small-icon\">\n<$reveal type=\"nomatch\" state=<<popup-state>> text=\"yes\" default=\"\"\"$default-popup-state$\"\"\">\n<$button class=\"tc-btn-invisible tc-btn-dropdown\" set=<<popup-state>> setTo=\"yes\">\n{{$:/core/images/right-arrow}}\n</$button>\n</$reveal>\n<$reveal type=\"match\" state=<<popup-state>> text=\"yes\" default=\"\"\"$default-popup-state$\"\"\">\n<$button class=\"tc-btn-invisible tc-btn-dropdown\" set=<<popup-state>> setTo=\"no\">\n{{$:/core/images/down-arrow}}\n</$button>\n</$reveal>\n</div>\n<div class=\"tc-plugin-info-chunk\">\n<$transclude tiddler=<<currentTiddler>> subtiddler=<<plugin-icon-title>>>\n<$transclude tiddler=\"$:/core/images/plugin-generic-$type$\"/>\n</$transclude>\n</div>\n<div class=\"tc-plugin-info-chunk\">\n<h1>\n''<$view field=\"description\"><$view field=\"title\"/></$view>'' $disabledMessage$\n</h1>\n<h2>\n<$view field=\"title\"/>\n</h2>\n<h2>\n<div><em><$view field=\"version\"/></em></div>\n</h2>\n</div>\n\\end\n\n\\define plugin-info(type,default-popup-state)\n<$set name=\"popup-state\" value=<<popup-state-macro>>>\n<$reveal type=\"nomatch\" state=<<plugin-disable-title>> text=\"yes\">\n<$link to={{!!title}} class=\"tc-plugin-info\">\n<<plugin-table-body type:\"$type$\" default-popup-state:\"\"\"$default-popup-state$\"\"\">>\n</$link>\n</$reveal>\n<$reveal type=\"match\" state=<<plugin-disable-title>> text=\"yes\">\n<$link to={{!!title}} class=\"tc-plugin-info tc-plugin-info-disabled\">\n<<plugin-table-body type:\"$type$\" default-popup-state:\"\"\"$default-popup-state$\"\"\" disabledMessage:\"<$macrocall $name='lingo' title='Disabled/Status'/>\">>\n</$link>\n</$reveal>\n<$reveal type=\"match\" text=\"yes\" state=<<popup-state>> default=\"\"\"$default-popup-state$\"\"\">\n<div class=\"tc-plugin-info-dropdown\">\n<div class=\"tc-plugin-info-dropdown-body\">\n<$list filter=\"[all[current]] -[[$:/core]]\">\n<div style=\"float:right;\">\n<$reveal type=\"nomatch\" state=<<plugin-disable-title>> text=\"yes\">\n<$button set=<<plugin-disable-title>> setTo=\"yes\" tooltip={{$:/language/ControlPanel/Plugins/Disable/Hint}} aria-label={{$:/language/ControlPanel/Plugins/Disable/Caption}}>\n<<lingo Disable/Caption>>\n</$button>\n</$reveal>\n<$reveal type=\"match\" state=<<plugin-disable-title>> text=\"yes\">\n<$button set=<<plugin-disable-title>> setTo=\"no\" tooltip={{$:/language/ControlPanel/Plugins/Enable/Hint}} aria-label={{$:/language/ControlPanel/Plugins/Enable/Caption}}>\n<<lingo Enable/Caption>>\n</$button>\n</$reveal>\n</div>\n</$list>\n<$set name=\"tabsList\" filter=\"[<currentTiddler>list[]] contents\">\n<$macrocall $name=\"tabs\" state=<<tabs-state-macro>> tabsList=<<tabsList>> default={{{ [enlist<tabsList>] }}} template=\"$:/core/ui/PluginInfo\"/>\n</$set>\n</div>\n</div>\n</$reveal>\n</$set>\n\\end\n\n<$macrocall $name=\"plugin-info\" type=<<plugin-type>> default-popup-state=<<default-popup-state>>/>\n"
},
"$:/core/ui/Components/tag-link": {
"title": "$:/core/ui/Components/tag-link",
"text": "<$link>\n<$set name=\"backgroundColor\" value={{!!color}}>\n<span style=<<tag-styles>> class=\"tc-tag-label\">\n<$view field=\"title\" format=\"text\"/>\n</span>\n</$set>\n</$link>"
},
"$:/core/ui/ControlPanel/Advanced": {
"title": "$:/core/ui/ControlPanel/Advanced",
"tags": "$:/tags/ControlPanel/Info",
"caption": "{{$:/language/ControlPanel/Advanced/Caption}}",
"text": "{{$:/language/ControlPanel/Advanced/Hint}}\n\n<div class=\"tc-control-panel\">\n<<tabs \"[all[shadows+tiddlers]tag[$:/tags/ControlPanel/Advanced]!has[draft.of]]\" \"$:/core/ui/ControlPanel/TiddlerFields\">>\n</div>\n"
},
"$:/core/ui/ControlPanel/Appearance": {
"title": "$:/core/ui/ControlPanel/Appearance",
"tags": "$:/tags/ControlPanel",
"caption": "{{$:/language/ControlPanel/Appearance/Caption}}",
"text": "{{$:/language/ControlPanel/Appearance/Hint}}\n\n<div class=\"tc-control-panel\">\n<<tabs \"[all[shadows+tiddlers]tag[$:/tags/ControlPanel/Appearance]!has[draft.of]]\" \"$:/core/ui/ControlPanel/Theme\">>\n</div>\n"
},
"$:/core/ui/ControlPanel/Basics": {
"title": "$:/core/ui/ControlPanel/Basics",
"tags": "$:/tags/ControlPanel/Info",
"caption": "{{$:/language/ControlPanel/Basics/Caption}}",
"text": "\\define lingo-base() $:/language/ControlPanel/Basics/\n\n\\define show-filter-count(filter)\n<$button class=\"tc-btn-invisible\">\n<$action-setfield $tiddler=\"$:/temp/advancedsearch\" $value=\"\"\"$filter$\"\"\"/>\n<$action-setfield $tiddler=\"$:/state/tab--1498284803\" $value=\"$:/core/ui/AdvancedSearch/Filter\"/>\n<$action-navigate $to=\"$:/AdvancedSearch\"/>\n''<$count filter=\"\"\"$filter$\"\"\"/>''\n{{$:/core/images/advanced-search-button}}\n</$button>\n\\end\n\n|<<lingo Version/Prompt>> |''<<version>>'' |\n|<$link to=\"$:/SiteTitle\"><<lingo Title/Prompt>></$link> |<$edit-text tiddler=\"$:/SiteTitle\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/SiteSubtitle\"><<lingo Subtitle/Prompt>></$link> |<$edit-text tiddler=\"$:/SiteSubtitle\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/status/UserName\"><<lingo Username/Prompt>></$link> |<$edit-text tiddler=\"$:/status/UserName\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/config/AnimationDuration\"><<lingo AnimDuration/Prompt>></$link> |<$edit-text tiddler=\"$:/config/AnimationDuration\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/DefaultTiddlers\"><<lingo DefaultTiddlers/Prompt>></$link> |<<lingo DefaultTiddlers/TopHint>><br> <$edit tag=\"textarea\" tiddler=\"$:/DefaultTiddlers\" class=\"tc-edit-texteditor\"/><br>//<<lingo DefaultTiddlers/BottomHint>>// |\n|<$link to=\"$:/language/DefaultNewTiddlerTitle\"><<lingo NewTiddler/Title/Prompt>></$link> |<$edit-text tiddler=\"$:/language/DefaultNewTiddlerTitle\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/config/NewJournal/Title\"><<lingo NewJournal/Title/Prompt>></$link> |<$edit-text tiddler=\"$:/config/NewJournal/Title\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/config/NewJournal/Text\"><<lingo NewJournal/Text/Prompt>></$link> |<$edit tiddler=\"$:/config/NewJournal/Text\" tag=\"textarea\" class=\"tc-edit-texteditor\" default=\"\"/> |\n|<$link to=\"$:/config/NewJournal/Tags\"><<lingo NewJournal/Tags/Prompt>></$link> |<$edit-text tiddler=\"$:/config/NewJournal/Tags\" default=\"\" tag=\"input\"/> |\n|<<lingo Language/Prompt>> |{{$:/snippets/minilanguageswitcher}} |\n|<<lingo Tiddlers/Prompt>> |<<show-filter-count \"[!is[system]sort[title]]\">> |\n|<<lingo Tags/Prompt>> |<<show-filter-count \"[tags[]sort[title]]\">> |\n|<<lingo SystemTiddlers/Prompt>> |<<show-filter-count \"[is[system]sort[title]]\">> |\n|<<lingo ShadowTiddlers/Prompt>> |<<show-filter-count \"[all[shadows]sort[title]]\">> |\n|<<lingo OverriddenShadowTiddlers/Prompt>> |<<show-filter-count \"[is[tiddler]is[shadow]sort[title]]\">> |\n"
},
"$:/core/ui/ControlPanel/EditorTypes": {
"title": "$:/core/ui/ControlPanel/EditorTypes",
"tags": "$:/tags/ControlPanel/Advanced",
"caption": "{{$:/language/ControlPanel/EditorTypes/Caption}}",
"text": "\\define lingo-base() $:/language/ControlPanel/EditorTypes/\n\n<<lingo Hint>>\n\n<table>\n<tbody>\n<tr>\n<th><<lingo Type/Caption>></th>\n<th><<lingo Editor/Caption>></th>\n</tr>\n<$list filter=\"[all[shadows+tiddlers]prefix[$:/config/EditorTypeMappings/]sort[title]]\">\n<tr>\n<td>\n<$link>\n<$list filter=\"[all[current]removeprefix[$:/config/EditorTypeMappings/]]\">\n<$text text={{!!title}}/>\n</$list>\n</$link>\n</td>\n<td>\n<$view field=\"text\"/>\n</td>\n</tr>\n</$list>\n</tbody>\n</table>\n"
},
"$:/core/ui/ControlPanel/Info": {
"title": "$:/core/ui/ControlPanel/Info",
"tags": "$:/tags/ControlPanel",
"caption": "{{$:/language/ControlPanel/Info/Caption}}",
"text": "{{$:/language/ControlPanel/Info/Hint}}\n\n<div class=\"tc-control-panel\">\n<<tabs \"[all[shadows+tiddlers]tag[$:/tags/ControlPanel/Info]!has[draft.of]]\" \"$:/core/ui/ControlPanel/Basics\">>\n</div>\n"
},
"$:/core/ui/ControlPanel/KeyboardShortcuts": {
"title": "$:/core/ui/ControlPanel/KeyboardShortcuts",
"tags": "$:/tags/ControlPanel",
"caption": "{{$:/language/ControlPanel/KeyboardShortcuts/Caption}}",
"text": "\\define lingo-base() $:/language/ControlPanel/KeyboardShortcuts/\n\n\\define new-shortcut(title)\n<div class=\"tc-dropdown-item-plain\">\n<$edit-shortcut tiddler=\"$title$\" placeholder={{$:/language/ControlPanel/KeyboardShortcuts/Add/Prompt}} focus=\"true\" style=\"width:auto;\"/> <$button>\n<<lingo Add/Caption>>\n<$action-listops\n\t$tiddler=\"$(shortcutTitle)$\"\n\t$field=\"text\"\n\t$subfilter=\"[{$title$}]\"\n/>\n<$action-deletetiddler\n\t$tiddler=\"$title$\"\n/>\n</$button>\n</div>\n\\end\n\n\\define shortcut-list-item(caption)\n<td>\n</td>\n<td style=\"text-align:right;font-size:0.7em;\">\n<<lingo Platform/$caption$>>\n</td>\n<td>\n<div style=\"position:relative;\">\n<$button popup=<<qualify \"$:/state/dropdown/$(shortcutTitle)$\">> class=\"tc-btn-invisible\">\n{{$:/core/images/edit-button}}\n</$button>\n<$macrocall $name=\"displayshortcuts\" $output=\"text/html\" shortcuts={{$(shortcutTitle)$}} prefix=\"<kbd>\" separator=\"</kbd> <kbd>\" suffix=\"</kbd>\"/>\n\n<$reveal state=<<qualify \"$:/state/dropdown/$(shortcutTitle)$\">> type=\"popup\" position=\"below\" animate=\"yes\">\n<div class=\"tc-block-dropdown-wrapper\">\n<div class=\"tc-block-dropdown tc-edit-type-dropdown tc-popup-keep\">\n<$list filter=\"[list[$(shortcutTitle)$!!text]sort[title]]\" variable=\"shortcut\" emptyMessage=\"\"\"\n<div class=\"tc-dropdown-item-plain\">\n//<<lingo NoShortcuts/Caption>>//\n</div>\n\"\"\">\n<div class=\"tc-dropdown-item-plain\">\n<$button class=\"tc-btn-invisible\" tooltip=<<lingo Remove/Hint>>>\n<$action-listops\n\t$tiddler=\"$(shortcutTitle)$\"\n\t$field=\"text\"\n\t$subfilter=\"+[remove<shortcut>]\"\n/>\n×\n</$button>\n<kbd>\n<$macrocall $name=\"displayshortcuts\" $output=\"text/html\" shortcuts=<<shortcut>>/>\n</kbd>\n</div>\n</$list>\n<hr/>\n<$macrocall $name=\"new-shortcut\" title=<<qualify \"$:/state/new-shortcut/$(shortcutTitle)$\">>/>\n</div>\n</div>\n</$reveal>\n</div>\n</td>\n\\end\n\n\\define shortcut-list(caption,prefix)\n<tr>\n<$list filter=\"[[$prefix$$(shortcutName)$]]\" variable=\"shortcutTitle\">\n<<shortcut-list-item \"$caption$\">>\n</$list>\n</tr>\n\\end\n\n\\define shortcut-editor()\n<<shortcut-list \"All\" \"$:/config/shortcuts/\">>\n<<shortcut-list \"Mac\" \"$:/config/shortcuts-mac/\">>\n<<shortcut-list \"NonMac\" \"$:/config/shortcuts-not-mac/\">>\n<<shortcut-list \"Linux\" \"$:/config/shortcuts-linux/\">>\n<<shortcut-list \"NonLinux\" \"$:/config/shortcuts-not-linux/\">>\n<<shortcut-list \"Windows\" \"$:/config/shortcuts-windows/\">>\n<<shortcut-list \"NonWindows\" \"$:/config/shortcuts-not-windows/\">>\n\\end\n\n\\define shortcut-preview()\n<$macrocall $name=\"displayshortcuts\" $output=\"text/html\" shortcuts={{$(shortcutPrefix)$$(shortcutName)$}} prefix=\"<kbd>\" separator=\"</kbd> <kbd>\" suffix=\"</kbd>\"/>\n\\end\n\n\\define shortcut-item-inner()\n<tr>\n<td>\n<$reveal type=\"nomatch\" state=<<dropdownStateTitle>> text=\"open\">\n<$button class=\"tc-btn-invisible\">\n<$action-setfield\n\t$tiddler=<<dropdownStateTitle>>\n\t$value=\"open\"\n/>\n{{$:/core/images/right-arrow}}\n</$button>\n</$reveal>\n<$reveal type=\"match\" state=<<dropdownStateTitle>> text=\"open\">\n<$button class=\"tc-btn-invisible\">\n<$action-setfield\n\t$tiddler=<<dropdownStateTitle>>\n\t$value=\"close\"\n/>\n{{$:/core/images/down-arrow}}\n</$button>\n</$reveal>\n''<$text text=<<shortcutName>>/>''\n</td>\n<td>\n<$transclude tiddler=\"$:/config/ShortcutInfo/$(shortcutName)$\"/>\n</td>\n<td>\n<$list filter=\"$:/config/shortcuts/ $:/config/shortcuts-mac/ $:/config/shortcuts-not-mac/ $:/config/shortcuts-linux/ $:/config/shortcuts-not-linux/ $:/config/shortcuts-windows/ $:/config/shortcuts-not-windows/\" variable=\"shortcutPrefix\">\n<<shortcut-preview>>\n</$list>\n</td>\n</tr>\n<$set name=\"dropdownState\" value={{$(dropdownStateTitle)$}}>\n<$list filter=\"[<dropdownState>match[open]]\" variable=\"listItem\">\n<<shortcut-editor>>\n</$list>\n</$set>\n\\end\n\n\\define shortcut-item()\n<$set name=\"dropdownStateTitle\" value=<<qualify \"$:/state/dropdown/keyboardshortcut/$(shortcutName)$\">>>\n<<shortcut-item-inner>>\n</$set>\n\\end\n\n<table>\n<tbody>\n<$list filter=\"[all[shadows+tiddlers]removeprefix[$:/config/ShortcutInfo/]]\" variable=\"shortcutName\">\n<<shortcut-item>>\n</$list>\n</tbody>\n</table>\n"
},
"$:/core/ui/ControlPanel/LoadedModules": {
"title": "$:/core/ui/ControlPanel/LoadedModules",
"tags": "$:/tags/ControlPanel/Advanced",
"caption": "{{$:/language/ControlPanel/LoadedModules/Caption}}",
"text": "\\define lingo-base() $:/language/ControlPanel/\n<<lingo LoadedModules/Hint>>\n\n{{$:/snippets/modules}}\n"
},
"$:/core/ui/ControlPanel/Modals/AddPlugins": {
"title": "$:/core/ui/ControlPanel/Modals/AddPlugins",
"subtitle": "{{$:/core/images/download-button}} {{$:/language/ControlPanel/Plugins/Add/Caption}}",
"text": "\\define install-plugin-button()\n<$button>\n<$action-sendmessage $message=\"tm-load-plugin-from-library\" url={{!!url}} title={{$(assetInfo)$!!original-title}}/>\n<$list filter=\"[<assetInfo>get[original-title]get[version]]\" variable=\"installedVersion\" emptyMessage=\"\"\"{{$:/language/ControlPanel/Plugins/Install/Caption}}\"\"\">\n{{$:/language/ControlPanel/Plugins/Reinstall/Caption}}\n</$list>\n</$button>\n\\end\n\n\\define popup-state-macro()\n$:/state/add-plugin-info/$(connectionTiddler)$/$(assetInfo)$\n\\end\n\n\\define display-plugin-info(type)\n<$set name=\"popup-state\" value=<<popup-state-macro>>>\n<div class=\"tc-plugin-info\">\n<div class=\"tc-plugin-info-chunk tc-small-icon\">\n<$reveal type=\"nomatch\" state=<<popup-state>> text=\"yes\">\n<$button class=\"tc-btn-invisible tc-btn-dropdown\" set=<<popup-state>> setTo=\"yes\">\n{{$:/core/images/right-arrow}}\n</$button>\n</$reveal>\n<$reveal type=\"match\" state=<<popup-state>> text=\"yes\">\n<$button class=\"tc-btn-invisible tc-btn-dropdown\" set=<<popup-state>> setTo=\"no\">\n{{$:/core/images/down-arrow}}\n</$button>\n</$reveal>\n</div>\n<div class=\"tc-plugin-info-chunk\">\n<$list filter=\"[<assetInfo>has[icon]]\" emptyMessage=\"\"\"<$transclude tiddler=\"$:/core/images/plugin-generic-$type$\"/>\"\"\">\n<img src={{$(assetInfo)$!!icon}}/>\n</$list>\n</div>\n<div class=\"tc-plugin-info-chunk\">\n<h1><$view tiddler=<<assetInfo>> field=\"description\"/></h1>\n<h2><$view tiddler=<<assetInfo>> field=\"original-title\"/></h2>\n<div><em><$view tiddler=<<assetInfo>> field=\"version\"/></em></div>\n</div>\n<div class=\"tc-plugin-info-chunk\">\n<<install-plugin-button>>\n</div>\n</div>\n<$reveal type=\"match\" text=\"yes\" state=<<popup-state>>>\n<div class=\"tc-plugin-info-dropdown\">\n<div class=\"tc-plugin-info-dropdown-message\">\n<$list filter=\"[<assetInfo>get[original-title]get[version]]\" variable=\"installedVersion\" emptyMessage=\"\"\"{{$:/language/ControlPanel/Plugins/NotInstalled/Hint}}\"\"\">\n<em>\n{{$:/language/ControlPanel/Plugins/AlreadyInstalled/Hint}}\n</em>\n</$list>\n</div>\n<div class=\"tc-plugin-info-dropdown-body\">\n<$transclude tiddler=<<assetInfo>> field=\"readme\" mode=\"block\"/>\n</div>\n</div>\n</$reveal>\n</$set>\n\\end\n\n\\define load-plugin-library-button()\n<$button class=\"tc-btn-big-green\">\n<$action-sendmessage $message=\"tm-load-plugin-library\" url={{!!url}} infoTitlePrefix=\"$:/temp/RemoteAssetInfo/\"/>\n{{$:/core/images/chevron-right}} {{$:/language/ControlPanel/Plugins/OpenPluginLibrary}}\n</$button>\n\\end\n\n\\define display-server-assets(type)\n{{$:/language/Search/Search}}: <$edit-text tiddler=\"\"\"$:/temp/RemoteAssetSearch/$(currentTiddler)$\"\"\" default=\"\" type=\"search\" tag=\"input\"/>\n<$reveal state=\"\"\"$:/temp/RemoteAssetSearch/$(currentTiddler)$\"\"\" type=\"nomatch\" text=\"\">\n<$button class=\"tc-btn-invisible\">\n<$action-setfield $tiddler=\"\"\"$:/temp/RemoteAssetSearch/$(currentTiddler)$\"\"\" $field=\"text\" $value=\"\"/>\n{{$:/core/images/close-button}}\n</$button>\n</$reveal>\n<div class=\"tc-plugin-library-listing\">\n<$list filter=\"[all[tiddlers+shadows]tag[$:/tags/RemoteAssetInfo]server-url{!!url}original-plugin-type[$type$]search:author,description,original-title,readme,title{$:/temp/RemoteAssetSearch/$(currentTiddler)$}sort[description]]\" variable=\"assetInfo\">\n<<display-plugin-info \"$type$\">>\n</$list>\n</div>\n\\end\n\n\\define display-server-connection()\n<$list filter=\"[all[tiddlers+shadows]tag[$:/tags/ServerConnection]suffix{!!url}]\" variable=\"connectionTiddler\" emptyMessage=<<load-plugin-library-button>>>\n\n<<tabs \"[[$:/core/ui/ControlPanel/Plugins/Add/Plugins]] [[$:/core/ui/ControlPanel/Plugins/Add/Themes]] [[$:/core/ui/ControlPanel/Plugins/Add/Languages]]\" \"$:/core/ui/ControlPanel/Plugins/Add/Plugins\">>\n\n</$list>\n\\end\n\n\\define close-library-button()\n<$reveal type='nomatch' state='$:/temp/ServerConnection/$(PluginLibraryURL)$' text=''>\n<$button class='tc-btn-big-green'>\n<$action-sendmessage $message=\"tm-unload-plugin-library\" url={{!!url}}/>\n{{$:/core/images/chevron-left}} {{$:/language/ControlPanel/Plugins/ClosePluginLibrary}}\n<$action-deletetiddler $filter=\"[prefix[$:/temp/ServerConnection/$(PluginLibraryURL)$]][prefix[$:/temp/RemoteAssetInfo/$(PluginLibraryURL)$]]\"/>\n</$button>\n</$reveal>\n\\end\n\n\\define plugin-library-listing()\n<$list filter=\"[all[tiddlers+shadows]tag[$:/tags/PluginLibrary]]\">\n<div class=\"tc-plugin-library\">\n\n!! <$link><$transclude field=\"caption\"><$view field=\"title\"/></$transclude></$link>\n\n//<$view field=\"url\"/>//\n\n<$transclude/>\n\n<$set name=PluginLibraryURL value={{!!url}}>\n<<close-library-button>>\n</$set>\n\n<<display-server-connection>>\n</div>\n</$list>\n\\end\n\n\\import [[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]\n\n<div>\n<<plugin-library-listing>>\n</div>\n"
},
"$:/core/ui/ControlPanel/Palette": {
"title": "$:/core/ui/ControlPanel/Palette",
"tags": "$:/tags/ControlPanel/Appearance",
"caption": "{{$:/language/ControlPanel/Palette/Caption}}",
"text": "\\define lingo-base() $:/language/ControlPanel/Palette/\n\n{{$:/snippets/paletteswitcher}}\n\n<$reveal type=\"nomatch\" state=\"$:/state/ShowPaletteEditor\" text=\"yes\">\n\n<$button set=\"$:/state/ShowPaletteEditor\" setTo=\"yes\"><<lingo ShowEditor/Caption>></$button>\n\n</$reveal>\n\n<$reveal type=\"match\" state=\"$:/state/ShowPaletteEditor\" text=\"yes\">\n\n<$button set=\"$:/state/ShowPaletteEditor\" setTo=\"no\"><<lingo HideEditor/Caption>></$button>\n{{$:/PaletteManager}}\n\n</$reveal>\n\n"
},
"$:/core/ui/ControlPanel/Parsing": {
"title": "$:/core/ui/ControlPanel/Parsing",
"tags": "$:/tags/ControlPanel/Advanced",
"caption": "{{$:/language/ControlPanel/Parsing/Caption}}",
"text": "\\define lingo-base() $:/language/ControlPanel/Parsing/\n\n\\define toggle(Type)\n<$checkbox\ntiddler=\"\"\"$:/config/WikiParserRules/$Type$/$(rule)$\"\"\"\nfield=\"text\"\nchecked=\"enable\"\nunchecked=\"disable\"\ndefault=\"enable\">\n<<rule>>\n</$checkbox>\n\\end\n\n\\define rules(type,Type)\n<$list filter=\"[wikiparserrules[$type$]]\" variable=\"rule\">\n<dd><<toggle $Type$>></dd>\n</$list>\n\\end\n\n<<lingo Hint>>\n\n<dl>\n<dt><<lingo Pragma/Caption>></dt>\n<<rules pragma Pragma>>\n<dt><<lingo Inline/Caption>></dt>\n<<rules inline Inline>>\n<dt><<lingo Block/Caption>></dt>\n<<rules block Block>>\n</dl>"
},
"$:/core/ui/ControlPanel/Plugins/Add/Languages": {
"title": "$:/core/ui/ControlPanel/Plugins/Add/Languages",
"caption": "{{$:/language/ControlPanel/Plugins/Languages/Caption}} (<$count filter=\"[all[tiddlers+shadows]tag[$:/tags/RemoteAssetInfo]server-url{!!url}original-plugin-type[language]]\"/>)",
"text": "<<display-server-assets language>>\n"
},
"$:/core/ui/ControlPanel/Plugins/Add/Plugins": {
"title": "$:/core/ui/ControlPanel/Plugins/Add/Plugins",
"caption": "{{$:/language/ControlPanel/Plugins/Plugins/Caption}} (<$count filter=\"[all[tiddlers+shadows]tag[$:/tags/RemoteAssetInfo]server-url{!!url}original-plugin-type[plugin]]\"/>)",
"text": "<<display-server-assets plugin>>\n"
},
"$:/core/ui/ControlPanel/Plugins/Add/Themes": {
"title": "$:/core/ui/ControlPanel/Plugins/Add/Themes",
"caption": "{{$:/language/ControlPanel/Plugins/Themes/Caption}} (<$count filter=\"[all[tiddlers+shadows]tag[$:/tags/RemoteAssetInfo]server-url{!!url}original-plugin-type[theme]]\"/>)",
"text": "<<display-server-assets theme>>\n"
},
"$:/core/ui/ControlPanel/Plugins/AddPlugins": {
"title": "$:/core/ui/ControlPanel/Plugins/AddPlugins",
"text": "\\define lingo-base() $:/language/ControlPanel/Plugins/\n\n<$button message=\"tm-modal\" param=\"$:/core/ui/ControlPanel/Modals/AddPlugins\" tooltip={{$:/language/ControlPanel/Plugins/Add/Hint}} class=\"tc-btn-big-green tc-primary-btn\">\n{{$:/core/images/download-button}} <<lingo Add/Caption>>\n</$button>\n"
},
"$:/core/ui/ControlPanel/Plugins/Installed/Languages": {
"title": "$:/core/ui/ControlPanel/Plugins/Installed/Languages",
"caption": "{{$:/language/ControlPanel/Plugins/Languages/Caption}} (<$count filter=\"[!has[draft.of]plugin-type[language]]\"/>)",
"text": "<<plugin-table language>>\n"
},
"$:/core/ui/ControlPanel/Plugins/Installed/Plugins": {
"title": "$:/core/ui/ControlPanel/Plugins/Installed/Plugins",
"caption": "{{$:/language/ControlPanel/Plugins/Plugins/Caption}} (<$count filter=\"[!has[draft.of]plugin-type[plugin]]\"/>)",
"text": "<<plugin-table plugin>>\n"
},
"$:/core/ui/ControlPanel/Plugins/Installed/Themes": {
"title": "$:/core/ui/ControlPanel/Plugins/Installed/Themes",
"caption": "{{$:/language/ControlPanel/Plugins/Themes/Caption}} (<$count filter=\"[!has[draft.of]plugin-type[theme]]\"/>)",
"text": "<<plugin-table theme>>\n"
},
"$:/core/ui/ControlPanel/Plugins": {
"title": "$:/core/ui/ControlPanel/Plugins",
"tags": "$:/tags/ControlPanel",
"caption": "{{$:/language/ControlPanel/Plugins/Caption}}",
"text": "\\define lingo-base() $:/language/ControlPanel/Plugins/\n\n\\define plugin-table(type)\n<$set name=\"plugin-type\" value=\"\"\"$type$\"\"\">\n<$set name=\"qualified-state\" value=<<qualify \"$:/state/plugin-info\">>>\n<$list filter=\"[!has[draft.of]plugin-type[$type$]sort[description]]\" emptyMessage=<<lingo \"Empty/Hint\">> template=\"$:/core/ui/Components/plugin-info\"/>\n</$set>\n</$set>\n\\end\n\n{{$:/core/ui/ControlPanel/Plugins/AddPlugins}}\n\n<<lingo Installed/Hint>>\n\n<<tabs \"[[$:/core/ui/ControlPanel/Plugins/Installed/Plugins]] [[$:/core/ui/ControlPanel/Plugins/Installed/Themes]] [[$:/core/ui/ControlPanel/Plugins/Installed/Languages]]\" \"$:/core/ui/ControlPanel/Plugins/Installed/Plugins\">>\n"
},
"$:/core/ui/ControlPanel/Saving/DownloadSaver": {
"title": "$:/core/ui/ControlPanel/Saving/DownloadSaver",
"tags": "$:/tags/ControlPanel/Saving",
"caption": "{{$:/language/ControlPanel/Saving/DownloadSaver/Caption}}",
"text": "\\define lingo-base() $:/language/ControlPanel/Saving/DownloadSaver/\n\n<<lingo Hint>>\n\n!! <$link to=\"$:/config/DownloadSaver/AutoSave\"><<lingo AutoSave/Hint>></$link>\n\n<$checkbox tiddler=\"$:/config/DownloadSaver/AutoSave\" field=\"text\" checked=\"yes\" unchecked=\"no\" default=\"no\"> <<lingo AutoSave/Description>> </$checkbox>\n"
},
"$:/core/ui/ControlPanel/Saving/General": {
"title": "$:/core/ui/ControlPanel/Saving/General",
"tags": "$:/tags/ControlPanel/Saving",
"caption": "{{$:/language/ControlPanel/Saving/General/Caption}}",
"list-before": "",
"text": "\\define lingo-base() $:/language/ControlPanel/Settings/\n\n{{$:/language/ControlPanel/Saving/General/Hint}}\n\n!! <$link to=\"$:/config/AutoSave\"><<lingo AutoSave/Caption>></$link>\n\n<<lingo AutoSave/Hint>>\n\n<$radio tiddler=\"$:/config/AutoSave\" value=\"yes\"> <<lingo AutoSave/Enabled/Description>> </$radio>\n\n<$radio tiddler=\"$:/config/AutoSave\" value=\"no\"> <<lingo AutoSave/Disabled/Description>> </$radio>\n"
},
"$:/core/ui/ControlPanel/Saving/GitHub": {
"title": "$:/core/ui/ControlPanel/Saving/GitHub",
"tags": "$:/tags/ControlPanel/Saving",
"caption": "{{$:/language/ControlPanel/Saving/GitService/GitHub/Caption}}",
"text": "\\define lingo-base() $:/language/ControlPanel/Saving/GitService/\n\\define service-name() ~GitHub\n\n<<lingo Description>>\n\n|<<lingo UserName>> |<$edit-text tiddler=\"$:/GitHub/Username\" default=\"\" tag=\"input\"/> |\n|<<lingo GitHub/Password>> |<$password name=\"github\"/> |\n|<<lingo Repo>> |<$edit-text tiddler=\"$:/GitHub/Repo\" default=\"\" tag=\"input\"/> |\n|<<lingo Branch>> |<$edit-text tiddler=\"$:/GitHub/Branch\" default=\"master\" tag=\"input\"/> |\n|<<lingo Path>> |<$edit-text tiddler=\"$:/GitHub/Path\" default=\"\" tag=\"input\"/> |\n|<<lingo Filename>> |<$edit-text tiddler=\"$:/GitHub/Filename\" default=\"\" tag=\"input\"/> |\n|<<lingo ServerURL>> |<$edit-text tiddler=\"$:/GitHub/ServerURL\" default=\"https://api.github.com\" tag=\"input\"/> |"
},
"$:/core/ui/ControlPanel/Saving/GitLab": {
"title": "$:/core/ui/ControlPanel/Saving/GitLab",
"tags": "$:/tags/ControlPanel/Saving",
"caption": "{{$:/language/ControlPanel/Saving/GitService/GitLab/Caption}}",
"text": "\\define lingo-base() $:/language/ControlPanel/Saving/GitService/\n\\define service-name() ~GitLab\n\n<<lingo Description>>\n\n|<<lingo UserName>> |<$edit-text tiddler=\"$:/GitLab/Username\" default=\"\" tag=\"input\"/> |\n|<<lingo GitLab/Password>> |<$password name=\"gitlab\"/> |\n|<<lingo Repo>> |<$edit-text tiddler=\"$:/GitLab/Repo\" default=\"\" tag=\"input\"/> |\n|<<lingo Branch>> |<$edit-text tiddler=\"$:/GitLab/Branch\" default=\"master\" tag=\"input\"/> |\n|<<lingo Path>> |<$edit-text tiddler=\"$:/GitLab/Path\" default=\"\" tag=\"input\"/> |\n|<<lingo Filename>> |<$edit-text tiddler=\"$:/GitLab/Filename\" default=\"\" tag=\"input\"/> |\n|<<lingo ServerURL>> |<$edit-text tiddler=\"$:/GitLab/ServerURL\" default=\"https://gitlab.com/api/v4\" tag=\"input\"/> |"
},
"$:/core/ui/ControlPanel/Saving/TiddlySpot": {
"title": "$:/core/ui/ControlPanel/Saving/TiddlySpot",
"tags": "$:/tags/ControlPanel/Saving",
"caption": "{{$:/language/ControlPanel/Saving/TiddlySpot/Caption}}",
"text": "\\define lingo-base() $:/language/ControlPanel/Saving/TiddlySpot/\n\n\\define backupURL()\nhttp://$(userName)$.tiddlyspot.com/backup/\n\\end\n\\define backupLink()\n<$reveal type=\"nomatch\" state=\"$:/UploadName\" text=\"\">\n<$set name=\"userName\" value={{$:/UploadName}}>\n<$reveal type=\"match\" state=\"$:/UploadURL\" text=\"\">\n<<backupURL>>\n</$reveal>\n<$reveal type=\"nomatch\" state=\"$:/UploadURL\" text=\"\">\n<$macrocall $name=resolvePath source={{$:/UploadBackupDir}} root={{$:/UploadURL}}>>\n</$reveal>\n</$set>\n</$reveal>\n\\end\n\n<<lingo Description>>\n\n|<<lingo UserName>> |<$edit-text tiddler=\"$:/UploadName\" default=\"\" tag=\"input\"/> |\n|<<lingo Password>> |<$password name=\"upload\"/> |\n|<<lingo Backups>> |<<backupLink>> |\n\n''<<lingo Advanced/Heading>>''\n\n|<<lingo ServerURL>> |<$edit-text tiddler=\"$:/UploadURL\" default=\"\" tag=\"input\"/> |\n|<<lingo Filename>> |<$edit-text tiddler=\"$:/UploadFilename\" default=\"index.html\" tag=\"input\"/> |\n|<<lingo UploadDir>> |<$edit-text tiddler=\"$:/UploadDir\" default=\".\" tag=\"input\"/> |\n|<<lingo BackupDir>> |<$edit-text tiddler=\"$:/UploadBackupDir\" default=\".\" tag=\"input\"/> |\n\n<<lingo TiddlySpot/Hint>>"
},
"$:/core/ui/ControlPanel/Saving": {
"title": "$:/core/ui/ControlPanel/Saving",
"tags": "$:/tags/ControlPanel",
"caption": "{{$:/language/ControlPanel/Saving/Caption}}",
"text": "{{$:/language/ControlPanel/Saving/Hint}}\n\n<div class=\"tc-control-panel\">\n<<tabs \"[all[shadows+tiddlers]tag[$:/tags/ControlPanel/Saving]!has[draft.of]]\" \"$:/core/ui/ControlPanel/Saving/General\">>\n</div>\n"
},
"$:/core/buttonstyles/Borderless": {
"title": "$:/core/buttonstyles/Borderless",
"tags": "$:/tags/ToolbarButtonStyle",
"caption": "{{$:/language/ControlPanel/Settings/ToolbarButtonStyle/Styles/Borderless}}",
"text": "tc-btn-invisible"
},
"$:/core/buttonstyles/Boxed": {
"title": "$:/core/buttonstyles/Boxed",
"tags": "$:/tags/ToolbarButtonStyle",
"caption": "{{$:/language/ControlPanel/Settings/ToolbarButtonStyle/Styles/Boxed}}",
"text": "tc-btn-boxed"
},
"$:/core/buttonstyles/Rounded": {
"title": "$:/core/buttonstyles/Rounded",
"tags": "$:/tags/ToolbarButtonStyle",
"caption": "{{$:/language/ControlPanel/Settings/ToolbarButtonStyle/Styles/Rounded}}",
"text": "tc-btn-rounded"
},
"$:/core/ui/ControlPanel/Settings/CamelCase": {
"title": "$:/core/ui/ControlPanel/Settings/CamelCase",
"tags": "$:/tags/ControlPanel/Settings",
"caption": "{{$:/language/ControlPanel/Settings/CamelCase/Caption}}",
"text": "\\define lingo-base() $:/language/ControlPanel/Settings/CamelCase/\n<<lingo Hint>>\n\n<$checkbox tiddler=\"$:/config/WikiParserRules/Inline/wikilink\" field=\"text\" checked=\"enable\" unchecked=\"disable\" default=\"enable\"> <$link to=\"$:/config/WikiParserRules/Inline/wikilink\"><<lingo Description>></$link> </$checkbox>\n"
},
"$:/core/ui/ControlPanel/Settings/DefaultMoreSidebarTab": {
"title": "$:/core/ui/ControlPanel/Settings/DefaultMoreSidebarTab",
"caption": "{{$:/language/ControlPanel/Settings/DefaultMoreSidebarTab/Caption}}",
"tags": "$:/tags/ControlPanel/Settings",
"text": "\\define lingo-base() $:/language/ControlPanel/Settings/DefaultMoreSidebarTab/\n\n<$link to=\"$:/config/DefaultMoreSidebarTab\"><<lingo Hint>></$link>\n\n<$select tiddler=\"$:/config/DefaultMoreSidebarTab\">\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/MoreSideBar]!has[draft.of]]\">\n<option value=<<currentTiddler>>><$transclude field=\"caption\"><$text text=<<currentTiddler>>/></$transclude></option>\n</$list>\n</$select>\n"
},
"$:/core/ui/ControlPanel/Settings/DefaultSidebarTab": {
"title": "$:/core/ui/ControlPanel/Settings/DefaultSidebarTab",
"caption": "{{$:/language/ControlPanel/Settings/DefaultSidebarTab/Caption}}",
"tags": "$:/tags/ControlPanel/Settings",
"text": "\\define lingo-base() $:/language/ControlPanel/Settings/DefaultSidebarTab/\n\n<$link to=\"$:/config/DefaultSidebarTab\"><<lingo Hint>></$link>\n\n<$select tiddler=\"$:/config/DefaultSidebarTab\">\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/SideBar]!has[draft.of]]\">\n<option value=<<currentTiddler>>><$transclude field=\"caption\"><$text text=<<currentTiddler>>/></$transclude></option>\n</$list>\n</$select>\n"
},
"$:/core/ui/ControlPanel/Settings/EditorToolbar": {
"title": "$:/core/ui/ControlPanel/Settings/EditorToolbar",
"tags": "$:/tags/ControlPanel/Settings",
"caption": "{{$:/language/ControlPanel/Settings/EditorToolbar/Caption}}",
"text": "\\define lingo-base() $:/language/ControlPanel/Settings/EditorToolbar/\n<<lingo Hint>>\n\n<$checkbox tiddler=\"$:/config/TextEditor/EnableToolbar\" field=\"text\" checked=\"yes\" unchecked=\"no\" default=\"yes\"> <$link to=\"$:/config/TextEditor/EnableToolbar\"><<lingo Description>></$link> </$checkbox>\n\n"
},
"$:/core/ui/ControlPanel/Settings/InfoPanelMode": {
"title": "$:/core/ui/ControlPanel/Settings/InfoPanelMode",
"tags": "$:/tags/ControlPanel/Settings",
"caption": "{{$:/language/ControlPanel/Settings/InfoPanelMode/Caption}}",
"text": "\\define lingo-base() $:/language/ControlPanel/Settings/InfoPanelMode/\n<$link to=\"$:/config/TiddlerInfo/Mode\"><<lingo Hint>></$link>\n\n<$radio tiddler=\"$:/config/TiddlerInfo/Mode\" value=\"popup\"> <<lingo Popup/Description>> </$radio>\n\n<$radio tiddler=\"$:/config/TiddlerInfo/Mode\" value=\"sticky\"> <<lingo Sticky/Description>> </$radio>\n"
},
"$:/core/ui/ControlPanel/Settings/LinkToBehaviour": {
"title": "$:/core/ui/ControlPanel/Settings/LinkToBehaviour",
"tags": "$:/tags/ControlPanel/Settings",
"caption": "{{$:/language/ControlPanel/Settings/LinkToBehaviour/Caption}}",
"text": "\\define lingo-base() $:/language/ControlPanel/Settings/LinkToBehaviour/\n\n<$link to=\"$:/config/Navigation/openLinkFromInsideRiver\"><<lingo \"InsideRiver/Hint\">></$link>\n\n<$select tiddler=\"$:/config/Navigation/openLinkFromInsideRiver\">\n <option value=\"above\"><<lingo \"OpenAbove\">></option>\n <option value=\"below\"><<lingo \"OpenBelow\">></option>\n <option value=\"top\"><<lingo \"OpenAtTop\">></option>\n <option value=\"bottom\"><<lingo \"OpenAtBottom\">></option>\n</$select>\n\n<$link to=\"$:/config/Navigation/openLinkFromOutsideRiver\"><<lingo \"OutsideRiver/Hint\">></$link>\n\n<$select tiddler=\"$:/config/Navigation/openLinkFromOutsideRiver\">\n <option value=\"top\"><<lingo \"OpenAtTop\">></option>\n <option value=\"bottom\"><<lingo \"OpenAtBottom\">></option>\n</$select>\n"
},
"$:/core/ui/ControlPanel/Settings/MissingLinks": {
"title": "$:/core/ui/ControlPanel/Settings/MissingLinks",
"tags": "$:/tags/ControlPanel/Settings",
"caption": "{{$:/language/ControlPanel/Settings/MissingLinks/Caption}}",
"text": "\\define lingo-base() $:/language/ControlPanel/Settings/MissingLinks/\n<<lingo Hint>>\n\n<$checkbox tiddler=\"$:/config/MissingLinks\" field=\"text\" checked=\"yes\" unchecked=\"no\" default=\"yes\"> <$link to=\"$:/config/MissingLinks\"><<lingo Description>></$link> </$checkbox>\n\n"
},
"$:/core/ui/ControlPanel/Settings/NavigationAddressBar": {
"title": "$:/core/ui/ControlPanel/Settings/NavigationAddressBar",
"tags": "$:/tags/ControlPanel/Settings",
"caption": "{{$:/language/ControlPanel/Settings/NavigationAddressBar/Caption}}",
"text": "\\define lingo-base() $:/language/ControlPanel/Settings/NavigationAddressBar/\n\n<$link to=\"$:/config/Navigation/UpdateAddressBar\"><<lingo Hint>></$link>\n\n<$radio tiddler=\"$:/config/Navigation/UpdateAddressBar\" value=\"permaview\"> <<lingo Permaview/Description>> </$radio>\n\n<$radio tiddler=\"$:/config/Navigation/UpdateAddressBar\" value=\"permalink\"> <<lingo Permalink/Description>> </$radio>\n\n<$radio tiddler=\"$:/config/Navigation/UpdateAddressBar\" value=\"no\"> <<lingo No/Description>> </$radio>\n"
},
"$:/core/ui/ControlPanel/Settings/NavigationHistory": {
"title": "$:/core/ui/ControlPanel/Settings/NavigationHistory",
"tags": "$:/tags/ControlPanel/Settings",
"caption": "{{$:/language/ControlPanel/Settings/NavigationHistory/Caption}}",
"text": "\\define lingo-base() $:/language/ControlPanel/Settings/NavigationHistory/\n<$link to=\"$:/config/Navigation/UpdateHistory\"><<lingo Hint>></$link>\n\n<$radio tiddler=\"$:/config/Navigation/UpdateHistory\" value=\"yes\"> <<lingo Yes/Description>> </$radio>\n\n<$radio tiddler=\"$:/config/Navigation/UpdateHistory\" value=\"no\"> <<lingo No/Description>> </$radio>\n"
},
"$:/core/ui/ControlPanel/Settings/NavigationPermalinkviewMode": {
"title": "$:/core/ui/ControlPanel/Settings/NavigationPermalinkviewMode",
"tags": "$:/tags/ControlPanel/Settings",
"caption": "{{$:/language/ControlPanel/Settings/NavigationPermalinkviewMode/Caption}}",
"text": "\\define lingo-base() $:/language/ControlPanel/Settings/NavigationPermalinkviewMode/\n<<lingo Hint>>\n\n<$checkbox tiddler=\"$:/config/Navigation/Permalinkview/CopyToClipboard\" field=\"text\" checked=\"yes\" unchecked=\"no\" default=\"yes\"> <$link to=\"$:/config/Navigation/Permalinkview/CopyToClipboard\"><<lingo CopyToClipboard/Description>></$link> </$checkbox>\n\n<$checkbox tiddler=\"$:/config/Navigation/Permalinkview/UpdateAddressBar\" field=\"text\" checked=\"yes\" unchecked=\"no\" default=\"yes\"> <$link to=\"$:/config/Navigation/Permalinkview/UpdateAddressBar\"><<lingo UpdateAddressBar/Description>></$link> </$checkbox>\n"
},
"$:/core/ui/ControlPanel/Settings/PerformanceInstrumentation": {
"title": "$:/core/ui/ControlPanel/Settings/PerformanceInstrumentation",
"tags": "$:/tags/ControlPanel/Settings",
"caption": "{{$:/language/ControlPanel/Settings/PerformanceInstrumentation/Caption}}",
"text": "\\define lingo-base() $:/language/ControlPanel/Settings/PerformanceInstrumentation/\n<<lingo Hint>>\n\n<$checkbox tiddler=\"$:/config/Performance/Instrumentation\" field=\"text\" checked=\"yes\" unchecked=\"no\" default=\"no\"> <$link to=\"$:/config/Performance/Instrumentation\"><<lingo Description>></$link> </$checkbox>\n"
},
"$:/core/ui/ControlPanel/Settings/TitleLinks": {
"title": "$:/core/ui/ControlPanel/Settings/TitleLinks",
"tags": "$:/tags/ControlPanel/Settings",
"caption": "{{$:/language/ControlPanel/Settings/TitleLinks/Caption}}",
"text": "\\define lingo-base() $:/language/ControlPanel/Settings/TitleLinks/\n<$link to=\"$:/config/Tiddlers/TitleLinks\"><<lingo Hint>></$link>\n\n<$radio tiddler=\"$:/config/Tiddlers/TitleLinks\" value=\"yes\"> <<lingo Yes/Description>> </$radio>\n\n<$radio tiddler=\"$:/config/Tiddlers/TitleLinks\" value=\"no\"> <<lingo No/Description>> </$radio>\n"
},
"$:/core/ui/ControlPanel/Settings/ToolbarButtonStyle": {
"title": "$:/core/ui/ControlPanel/Settings/ToolbarButtonStyle",
"tags": "$:/tags/ControlPanel/Settings",
"caption": "{{$:/language/ControlPanel/Settings/ToolbarButtonStyle/Caption}}",
"text": "\\define lingo-base() $:/language/ControlPanel/Settings/ToolbarButtonStyle/\n<$link to=\"$:/config/Toolbar/ButtonClass\"><<lingo \"Hint\">></$link>\n\n<$select tiddler=\"$:/config/Toolbar/ButtonClass\">\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/ToolbarButtonStyle]]\">\n<option value={{!!text}}>{{!!caption}}</option>\n</$list>\n</$select>\n"
},
"$:/core/ui/ControlPanel/Settings/ToolbarButtons": {
"title": "$:/core/ui/ControlPanel/Settings/ToolbarButtons",
"tags": "$:/tags/ControlPanel/Settings",
"caption": "{{$:/language/ControlPanel/Settings/ToolbarButtons/Caption}}",
"text": "\\define lingo-base() $:/language/ControlPanel/Settings/ToolbarButtons/\n<<lingo Hint>>\n\n<$checkbox tiddler=\"$:/config/Toolbar/Icons\" field=\"text\" checked=\"yes\" unchecked=\"no\" default=\"yes\"> <$link to=\"$:/config/Toolbar/Icons\"><<lingo Icons/Description>></$link> </$checkbox>\n\n<$checkbox tiddler=\"$:/config/Toolbar/Text\" field=\"text\" checked=\"yes\" unchecked=\"no\" default=\"no\"> <$link to=\"$:/config/Toolbar/Text\"><<lingo Text/Description>></$link> </$checkbox>\n"
},
"$:/core/ui/ControlPanel/Settings": {
"title": "$:/core/ui/ControlPanel/Settings",
"tags": "$:/tags/ControlPanel",
"caption": "{{$:/language/ControlPanel/Settings/Caption}}",
"text": "\\define lingo-base() $:/language/ControlPanel/Settings/\n\n<<lingo Hint>>\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/ControlPanel/Settings]]\">\n\n<div style=\"border-top:1px solid #eee;\">\n\n!! <$link><$transclude field=\"caption\"/></$link>\n\n<$transclude/>\n\n</div>\n\n</$list>\n"
},
"$:/core/ui/ControlPanel/StoryView": {
"title": "$:/core/ui/ControlPanel/StoryView",
"tags": "$:/tags/ControlPanel/Appearance",
"caption": "{{$:/language/ControlPanel/StoryView/Caption}}",
"text": "{{$:/snippets/viewswitcher}}\n"
},
"$:/core/ui/ControlPanel/Stylesheets": {
"title": "$:/core/ui/ControlPanel/Stylesheets",
"tags": "$:/tags/ControlPanel/Advanced",
"caption": "{{$:/language/ControlPanel/Stylesheets/Caption}}",
"text": "\\define lingo-base() $:/language/ControlPanel/\n\n<<lingo Stylesheets/Hint>>\n\n{{$:/snippets/peek-stylesheets}}\n"
},
"$:/core/ui/ControlPanel/Theme": {
"title": "$:/core/ui/ControlPanel/Theme",
"tags": "$:/tags/ControlPanel/Appearance",
"caption": "{{$:/language/ControlPanel/Theme/Caption}}",
"text": "{{$:/snippets/themeswitcher}}\n"
},
"$:/core/ui/ControlPanel/TiddlerFields": {
"title": "$:/core/ui/ControlPanel/TiddlerFields",
"tags": "$:/tags/ControlPanel/Advanced",
"caption": "{{$:/language/ControlPanel/TiddlerFields/Caption}}",
"text": "\\define lingo-base() $:/language/ControlPanel/\n\n<<lingo TiddlerFields/Hint>>\n\n{{$:/snippets/allfields}}"
},
"$:/core/ui/ControlPanel/Toolbars/EditToolbar": {
"title": "$:/core/ui/ControlPanel/Toolbars/EditToolbar",
"tags": "$:/tags/ControlPanel/Toolbars",
"caption": "{{$:/language/ControlPanel/Toolbars/EditToolbar/Caption}}",
"text": "\\define lingo-base() $:/language/TiddlerInfo/\n\n\\define config-base() $:/config/EditToolbarButtons/Visibility/\n\n{{$:/language/ControlPanel/Toolbars/EditToolbar/Hint}}\n\n<$set name=\"tv-config-toolbar-icons\" value=\"yes\">\n\n<$set name=\"tv-config-toolbar-text\" value=\"yes\">\n\n<$macrocall $name=\"list-tagged-draggable\" tag=\"$:/tags/EditToolbar\" itemTemplate=\"$:/core/ui/ControlPanel/Toolbars/ItemTemplate\"/>\n\n</$set>\n\n</$set>"
},
"$:/core/ui/ControlPanel/Toolbars/EditorItemTemplate": {
"title": "$:/core/ui/ControlPanel/Toolbars/EditorItemTemplate",
"text": "\\define config-title()\n$(config-base)$$(currentTiddler)$\n\\end\n\n<$draggable tiddler=<<currentTiddler>>>\n<$checkbox tiddler=<<config-title>> field=\"text\" checked=\"show\" unchecked=\"hide\" default=\"show\"/> <span class=\"tc-icon-wrapper\"><$transclude tiddler={{!!icon}}/></span> <$transclude field=\"caption\"/> -- <i class=\"tc-muted\"><$transclude field=\"description\"/></i>\n</$draggable>\n"
},
"$:/core/ui/ControlPanel/Toolbars/EditorToolbar": {
"title": "$:/core/ui/ControlPanel/Toolbars/EditorToolbar",
"tags": "$:/tags/ControlPanel/Toolbars",
"caption": "{{$:/language/ControlPanel/Toolbars/EditorToolbar/Caption}}",
"text": "\\define lingo-base() $:/language/TiddlerInfo/\n\n\\define config-base() $:/config/EditorToolbarButtons/Visibility/\n\n{{$:/language/ControlPanel/Toolbars/EditorToolbar/Hint}}\n\n<$macrocall $name=\"list-tagged-draggable\" tag=\"$:/tags/EditorToolbar\" itemTemplate=\"$:/core/ui/ControlPanel/Toolbars/EditorItemTemplate\"/>\n"
},
"$:/core/ui/ControlPanel/Toolbars/ItemTemplate": {
"title": "$:/core/ui/ControlPanel/Toolbars/ItemTemplate",
"text": "\\define config-title()\n$(config-base)$$(currentTiddler)$\n\\end\n\n<$draggable tiddler=<<currentTiddler>>>\n<$checkbox tiddler=<<config-title>> field=\"text\" checked=\"show\" unchecked=\"hide\" default=\"show\"/> <span class=\"tc-icon-wrapper\"> <$transclude field=\"caption\"/> <i class=\"tc-muted\">-- <$transclude field=\"description\"/></i></span>\n</$draggable>\n"
},
"$:/core/ui/ControlPanel/Toolbars/PageControls": {
"title": "$:/core/ui/ControlPanel/Toolbars/PageControls",
"tags": "$:/tags/ControlPanel/Toolbars",
"caption": "{{$:/language/ControlPanel/Toolbars/PageControls/Caption}}",
"text": "\\define lingo-base() $:/language/TiddlerInfo/\n\n\\define config-base() $:/config/PageControlButtons/Visibility/\n\n{{$:/language/ControlPanel/Toolbars/PageControls/Hint}}\n\n<$set name=\"tv-config-toolbar-icons\" value=\"yes\">\n\n<$set name=\"tv-config-toolbar-text\" value=\"yes\">\n\n<$macrocall $name=\"list-tagged-draggable\" tag=\"$:/tags/PageControls\" itemTemplate=\"$:/core/ui/ControlPanel/Toolbars/ItemTemplate\"/>\n\n</$set>\n\n</$set>\n"
},
"$:/core/ui/ControlPanel/Toolbars/ViewToolbar": {
"title": "$:/core/ui/ControlPanel/Toolbars/ViewToolbar",
"tags": "$:/tags/ControlPanel/Toolbars",
"caption": "{{$:/language/ControlPanel/Toolbars/ViewToolbar/Caption}}",
"text": "\\define lingo-base() $:/language/TiddlerInfo/\n\n\\define config-base() $:/config/ViewToolbarButtons/Visibility/\n\n{{$:/language/ControlPanel/Toolbars/ViewToolbar/Hint}}\n\n<$set name=\"tv-config-toolbar-icons\" value=\"yes\">\n\n<$set name=\"tv-config-toolbar-text\" value=\"yes\">\n\n<$macrocall $name=\"list-tagged-draggable\" tag=\"$:/tags/ViewToolbar\" itemTemplate=\"$:/core/ui/ControlPanel/Toolbars/ItemTemplate\"/>\n\n</$set>\n\n</$set>\n"
},
"$:/core/ui/ControlPanel/Toolbars": {
"title": "$:/core/ui/ControlPanel/Toolbars",
"tags": "$:/tags/ControlPanel/Appearance",
"caption": "{{$:/language/ControlPanel/Toolbars/Caption}}",
"text": "{{$:/language/ControlPanel/Toolbars/Hint}}\n\n<div class=\"tc-control-panel\">\n<<tabs \"[all[shadows+tiddlers]tag[$:/tags/ControlPanel/Toolbars]!has[draft.of]]\" \"$:/core/ui/ControlPanel/Toolbars/ViewToolbar\" \"$:/state/tabs/controlpanel/toolbars\" \"tc-vertical\">>\n</div>\n"
},
"$:/ControlPanel": {
"title": "$:/ControlPanel",
"icon": "$:/core/images/options-button",
"color": "#bbb",
"text": "<div class=\"tc-control-panel\">\n<<tabs \"[all[shadows+tiddlers]tag[$:/tags/ControlPanel]!has[draft.of]]\" \"$:/core/ui/ControlPanel/Info\">>\n</div>\n"
},
"$:/core/ui/DefaultSearchResultList": {
"title": "$:/core/ui/DefaultSearchResultList",
"tags": "$:/tags/SearchResults",
"caption": "{{$:/language/Search/DefaultResults/Caption}}",
"text": "\\define searchResultList()\n//<small>{{$:/language/Search/Matches/Title}}</small>//\n\n<$list filter=\"[!is[system]search:title{$(searchTiddler)$}sort[title]limit[250]]\" template=\"$:/core/ui/ListItemTemplate\"/>\n\n//<small>{{$:/language/Search/Matches/All}}</small>//\n\n<$list filter=\"[!is[system]search{$(searchTiddler)$}sort[title]limit[250]]\" template=\"$:/core/ui/ListItemTemplate\"/>\n\n\\end\n<<searchResultList>>\n"
},
"$:/core/ui/EditTemplate/body/preview/diffs-current": {
"title": "$:/core/ui/EditTemplate/body/preview/diffs-current",
"tags": "$:/tags/EditPreview",
"caption": "differences from current",
"list-after": "$:/core/ui/EditTemplate/body/preview/output",
"text": "<$list filter=\"[<currentTiddler>!is[image]]\" emptyMessage={{$:/core/ui/EditTemplate/body/preview/output}}>\n\n<$macrocall $name=\"compareTiddlerText\" sourceTiddlerTitle={{!!draft.of}} destTiddlerTitle=<<currentTiddler>>/>\n\n</$list>\n\n"
},
"$:/core/ui/EditTemplate/body/preview/diffs-shadow": {
"title": "$:/core/ui/EditTemplate/body/preview/diffs-shadow",
"tags": "$:/tags/EditPreview",
"caption": "differences from shadow (if any)",
"list-after": "$:/core/ui/EditTemplate/body/preview/output",
"text": "<$list filter=\"[<currentTiddler>!is[image]]\" emptyMessage={{$:/core/ui/EditTemplate/body/preview/output}}>\n\n<$macrocall $name=\"compareTiddlerText\" sourceTiddlerTitle={{{ [{!!draft.of}shadowsource[]] }}} sourceSubTiddlerTitle={{!!draft.of}} destTiddlerTitle=<<currentTiddler>>/>\n\n</$list>\n\n"
},
"$:/core/ui/EditTemplate/body/preview/output": {
"title": "$:/core/ui/EditTemplate/body/preview/output",
"tags": "$:/tags/EditPreview",
"caption": "{{$:/language/EditTemplate/Body/Preview/Type/Output}}",
"text": "<$set name=\"tv-tiddler-preview\" value=\"yes\">\n\n<$transclude />\n\n</$set>\n"
},
"$:/state/showeditpreview": {
"title": "$:/state/showeditpreview",
"text": "no"
},
"$:/core/ui/EditTemplate/body/editor": {
"title": "$:/core/ui/EditTemplate/body/editor",
"text": "<$edit\n\n field=\"text\"\n class=\"tc-edit-texteditor\"\n placeholder={{$:/language/EditTemplate/Body/Placeholder}}\n tabindex={{$:/config/EditTabIndex}}\n\n><$set\n\n name=\"targetTiddler\"\n value=<<currentTiddler>>\n\n><$list\n\n filter=\"[all[shadows+tiddlers]tag[$:/tags/EditorToolbar]!has[draft.of]]\"\n\n><$reveal\n\n type=\"nomatch\"\n state=<<config-visibility-title>>\n text=\"hide\"\n class=\"tc-text-editor-toolbar-item-wrapper\"\n\n><$transclude\n\n tiddler=\"$:/core/ui/EditTemplate/body/toolbar/button\"\n mode=\"inline\"\n\n/></$reveal></$list></$set></$edit>\n"
},
"$:/core/ui/EditTemplate/body/toolbar/button": {
"title": "$:/core/ui/EditTemplate/body/toolbar/button",
"text": "\\define toolbar-button-icon()\n<$list\n\n filter=\"[all[current]!has[custom-icon]]\"\n variable=\"no-custom-icon\"\n\n><$transclude\n\n tiddler={{!!icon}}\n\n/></$list>\n\\end\n\n\\define toolbar-button-tooltip()\n{{!!description}}<$macrocall $name=\"displayshortcuts\" $output=\"text/plain\" shortcuts={{!!shortcuts}} prefix=\"` - [\" separator=\"] [\" suffix=\"]`\"/>\n\\end\n\n\\define toolbar-button()\n<$list\n\n filter={{!!condition}}\n variable=\"list-condition\"\n\n><$wikify\n\n name=\"tooltip-text\"\n text=<<toolbar-button-tooltip>>\n mode=\"inline\"\n output=\"text\"\n\n><$list\n\n filter=\"[all[current]!has[dropdown]]\"\n variable=\"no-dropdown\"\n\n><$button\n\n class=\"tc-btn-invisible $(buttonClasses)$\"\n tooltip=<<tooltip-text>>\n actions={{!!actions}}\n\n><span\n\n data-tw-keyboard-shortcut={{!!shortcuts}}\n\n/><<toolbar-button-icon>><$transclude\n\n tiddler=<<currentTiddler>>\n field=\"text\"\n\n/></$button></$list><$list\n\n filter=\"[all[current]has[dropdown]]\"\n variable=\"dropdown\"\n\n><$set\n\n name=\"dropdown-state\"\n value=<<qualify \"$:/state/EditorToolbarDropdown\">>\n\n><$button\n\n popup=<<dropdown-state>>\n class=\"tc-popup-keep tc-btn-invisible $(buttonClasses)$\"\n selectedClass=\"tc-selected\"\n tooltip=<<tooltip-text>>\n actions={{!!actions}}\n\n><span\n\n data-tw-keyboard-shortcut={{!!shortcuts}}\n\n/><<toolbar-button-icon>><$transclude\n\n tiddler=<<currentTiddler>>\n field=\"text\"\n\n/></$button><$reveal\n\n state=<<dropdown-state>>\n type=\"popup\"\n position=\"below\"\n animate=\"yes\"\n tag=\"span\"\n\n><div\n\n class=\"tc-drop-down tc-popup-keep\"\n\n><$transclude\n\n tiddler={{!!dropdown}}\n mode=\"block\"\n\n/></div></$reveal></$set></$list></$wikify></$list>\n\\end\n\n\\define toolbar-button-outer()\n<$set\n\n name=\"buttonClasses\"\n value={{!!button-classes}}\n\n><<toolbar-button>></$set>\n\\end\n\n<<toolbar-button-outer>>"
},
"$:/core/ui/EditTemplate/body": {
"title": "$:/core/ui/EditTemplate/body",
"tags": "$:/tags/EditTemplate",
"text": "\\define lingo-base() $:/language/EditTemplate/Body/\n\\define config-visibility-title()\n$:/config/EditorToolbarButtons/Visibility/$(currentTiddler)$\n\\end\n<$list filter=\"[all[current]has[_canonical_uri]]\">\n\n<div class=\"tc-message-box\">\n\n<<lingo External/Hint>>\n\n<a href={{!!_canonical_uri}}><$text text={{!!_canonical_uri}}/></a>\n\n<$edit-text field=\"_canonical_uri\" class=\"tc-edit-fields\" tabindex={{$:/config/EditTabIndex}}></$edit-text>\n\n</div>\n\n</$list>\n\n<$list filter=\"[all[current]!has[_canonical_uri]]\">\n\n<$reveal state=\"$:/state/showeditpreview\" type=\"match\" text=\"yes\">\n\n<div class=\"tc-tiddler-preview\">\n\n<$transclude tiddler=\"$:/core/ui/EditTemplate/body/editor\" mode=\"inline\"/>\n\n<div class=\"tc-tiddler-preview-preview\">\n\n<$transclude tiddler={{$:/state/editpreviewtype}} mode=\"inline\">\n\n<$transclude tiddler=\"$:/core/ui/EditTemplate/body/preview/output\" mode=\"inline\"/>\n\n</$transclude>\n\n</div>\n\n</div>\n\n</$reveal>\n\n<$reveal state=\"$:/state/showeditpreview\" type=\"nomatch\" text=\"yes\">\n\n<$transclude tiddler=\"$:/core/ui/EditTemplate/body/editor\" mode=\"inline\"/>\n\n</$reveal>\n\n</$list>\n"
},
"$:/core/ui/EditTemplate/controls": {
"title": "$:/core/ui/EditTemplate/controls",
"tags": "$:/tags/EditTemplate",
"text": "\\define config-title()\n$:/config/EditToolbarButtons/Visibility/$(listItem)$\n\\end\n<div class=\"tc-tiddler-title tc-tiddler-edit-title\">\n<$view field=\"title\"/>\n<span class=\"tc-tiddler-controls tc-titlebar\"><$list filter=\"[all[shadows+tiddlers]tag[$:/tags/EditToolbar]!has[draft.of]]\" variable=\"listItem\"><$reveal type=\"nomatch\" state=<<config-title>> text=\"hide\"><$transclude tiddler=<<listItem>>/></$reveal></$list></span>\n<div style=\"clear: both;\"></div>\n</div>\n"
},
"$:/core/ui/EditTemplate/fields": {
"title": "$:/core/ui/EditTemplate/fields",
"tags": "$:/tags/EditTemplate",
"text": "\\define lingo-base() $:/language/EditTemplate/\n\\define config-title()\n$:/config/EditTemplateFields/Visibility/$(currentField)$\n\\end\n\n\\define config-filter()\n[[hide]] -[title{$(config-title)$}]\n\\end\n\n\\define new-field()\n<$vars name={{$:/temp/newfieldname}}>\n<$reveal type=\"nomatch\" text=\"\" default=<<name>>>\n<$button>\n<$action-sendmessage $message=\"tm-add-field\"\n$name=<<name>>\n$value={{$:/temp/newfieldvalue}}/>\n<$action-deletetiddler $tiddler=\"$:/temp/newfieldname\"/>\n<$action-deletetiddler $tiddler=\"$:/temp/newfieldvalue\"/>\n<<lingo Fields/Add/Button>>\n</$button>\n</$reveal>\n<$reveal type=\"match\" text=\"\" default=<<name>>>\n<$button>\n<<lingo Fields/Add/Button>>\n</$button>\n</$reveal>\n</$vars>\n\\end\n\\whitespace trim\n\n<div class=\"tc-edit-fields\">\n<table class=\"tc-edit-fields\">\n<tbody>\n<$list filter=\"[all[current]fields[]] +[sort[title]]\" variable=\"currentField\" storyview=\"pop\">\n<$list filter=<<config-filter>> variable=\"temp\">\n<tr class=\"tc-edit-field\">\n<td class=\"tc-edit-field-name\">\n<$text text=<<currentField>>/>:</td>\n<td class=\"tc-edit-field-value\">\n<$edit-text tiddler=<<currentTiddler>> field=<<currentField>> placeholder={{$:/language/EditTemplate/Fields/Add/Value/Placeholder}} tabindex={{$:/config/EditTabIndex}}/>\n</td>\n<td class=\"tc-edit-field-remove\">\n<$button class=\"tc-btn-invisible\" tooltip={{$:/language/EditTemplate/Field/Remove/Hint}} aria-label={{$:/language/EditTemplate/Field/Remove/Caption}}>\n<$action-deletefield $field=<<currentField>>/>\n{{$:/core/images/delete-button}}\n</$button>\n</td>\n</tr>\n</$list>\n</$list>\n</tbody>\n</table>\n</div>\n\n<$fieldmangler>\n<div class=\"tc-edit-field-add\">\n<em class=\"tc-edit\">\n<<lingo Fields/Add/Prompt>> \n</em>\n<span class=\"tc-edit-field-add-name\">\n<$edit-text tiddler=\"$:/temp/newfieldname\" tag=\"input\" default=\"\" placeholder={{$:/language/EditTemplate/Fields/Add/Name/Placeholder}} focusPopup=<<qualify \"$:/state/popup/field-dropdown\">> class=\"tc-edit-texteditor tc-popup-handle\" tabindex={{$:/config/EditTabIndex}}/>\n</span> \n<$button popup=<<qualify \"$:/state/popup/field-dropdown\">> class=\"tc-btn-invisible tc-btn-dropdown\" tooltip={{$:/language/EditTemplate/Field/Dropdown/Hint}} aria-label={{$:/language/EditTemplate/Field/Dropdown/Caption}}>{{$:/core/images/down-arrow}}</$button> \n<$reveal state=<<qualify \"$:/state/popup/field-dropdown\">> type=\"nomatch\" text=\"\" default=\"\">\n<div class=\"tc-block-dropdown tc-edit-type-dropdown\">\n<$set name=\"tv-show-missing-links\" value=\"yes\">\n<$linkcatcher to=\"$:/temp/newfieldname\">\n<div class=\"tc-dropdown-item\">\n<<lingo Fields/Add/Dropdown/User>>\n</div>\n<$list filter=\"[!is[shadow]!is[system]fields[]search:title{$:/temp/newfieldname}sort[]] -created -creator -draft.of -draft.title -modified -modifier -tags -text -title -type\" variable=\"currentField\">\n<$link to=<<currentField>>>\n<$text text=<<currentField>>/>\n</$link>\n</$list>\n<div class=\"tc-dropdown-item\">\n<<lingo Fields/Add/Dropdown/System>>\n</div>\n<$list filter=\"[fields[]search:title{$:/temp/newfieldname}sort[]] -[!is[shadow]!is[system]fields[]]\" variable=\"currentField\">\n<$link to=<<currentField>>>\n<$text text=<<currentField>>/>\n</$link>\n</$list>\n</$linkcatcher>\n</$set>\n</div>\n</$reveal>\n<span class=\"tc-edit-field-add-value\">\n<$edit-text tiddler=\"$:/temp/newfieldvalue\" tag=\"input\" default=\"\" placeholder={{$:/language/EditTemplate/Fields/Add/Value/Placeholder}} class=\"tc-edit-texteditor\" tabindex={{$:/config/EditTabIndex}}/>\n</span> \n<span class=\"tc-edit-field-add-button\">\n<$macrocall $name=\"new-field\"/>\n</span>\n</div>\n</$fieldmangler>\n"
},
"$:/core/ui/EditTemplate/shadow": {
"title": "$:/core/ui/EditTemplate/shadow",
"tags": "$:/tags/EditTemplate",
"text": "\\define lingo-base() $:/language/EditTemplate/Shadow/\n\\define pluginLinkBody()\n<$link to=\"\"\"$(pluginTitle)$\"\"\">\n<$text text=\"\"\"$(pluginTitle)$\"\"\"/>\n</$link>\n\\end\n<$list filter=\"[all[current]get[draft.of]is[shadow]!is[tiddler]]\">\n\n<$list filter=\"[all[current]shadowsource[]]\" variable=\"pluginTitle\">\n\n<$set name=\"pluginLink\" value=<<pluginLinkBody>>>\n<div class=\"tc-message-box\">\n\n<<lingo Warning>>\n\n</div>\n</$set>\n</$list>\n\n</$list>\n\n<$list filter=\"[all[current]get[draft.of]is[shadow]is[tiddler]]\">\n\n<$list filter=\"[all[current]shadowsource[]]\" variable=\"pluginTitle\">\n\n<$set name=\"pluginLink\" value=<<pluginLinkBody>>>\n<div class=\"tc-message-box\">\n\n<<lingo OverriddenWarning>>\n\n</div>\n</$set>\n</$list>\n\n</$list>"
},
"$:/core/ui/EditTemplate/tags": {
"title": "$:/core/ui/EditTemplate/tags",
"tags": "$:/tags/EditTemplate",
"text": "\\whitespace trim\n\n\\define lingo-base() $:/language/EditTemplate/\n\n\\define tag-styles()\nbackground-color:$(backgroundColor)$;\nfill:$(foregroundColor)$;\ncolor:$(foregroundColor)$;\n\\end\n\n\\define tag-body-inner(colour,fallbackTarget,colourA,colourB,icon)\n\\whitespace trim\n<$vars foregroundColor=<<contrastcolour target:\"\"\"$colour$\"\"\" fallbackTarget:\"\"\"$fallbackTarget$\"\"\" colourA:\"\"\"$colourA$\"\"\" colourB:\"\"\"$colourB$\"\"\">> backgroundColor=\"\"\"$colour$\"\"\">\n<span style=<<tag-styles>> class=\"tc-tag-label tc-tag-list-item\">\n<$transclude tiddler=\"\"\"$icon$\"\"\"/> <$view field=\"title\" format=\"text\" />\n<$button message=\"tm-remove-tag\" param={{!!title}} class=\"tc-btn-invisible tc-remove-tag-button\">{{$:/core/images/close-button}}</$button>\n</span>\n</$vars>\n\\end\n\n\\define tag-body(colour,palette,icon)\n<$macrocall $name=\"tag-body-inner\" colour=\"\"\"$colour$\"\"\" fallbackTarget={{$palette$##tag-background}} colourA={{$palette$##foreground}} colourB={{$palette$##background}} icon=\"\"\"$icon$\"\"\"/>\n\\end\n\n\\define tag-picker-actions()\n<$action-listops\n\t$tiddler=<<currentTiddler>>\n\t$field=\"tags\"\n\t$subfilter=\"[<tag>] [all[current]tags[]]\"\n/>\n\\end\n\n<div class=\"tc-edit-tags\">\n<$fieldmangler>\n<$list filter=\"[all[current]tags[]sort[title]]\" storyview=\"pop\">\n<$macrocall $name=\"tag-body\" colour={{!!color}} palette={{$:/palette}} icon={{!!icon}}/>\n</$list>\n</$fieldmangler>\n<$set name=\"tabIndex\" value={{$:/config/EditTabIndex}}>\n<$macrocall $name=\"tag-picker\" actions=<<tag-picker-actions>>/>\n</$set>\n</div>\n"
},
"$:/core/ui/EditTemplate/title": {
"title": "$:/core/ui/EditTemplate/title",
"tags": "$:/tags/EditTemplate",
"text": "<$edit-text field=\"draft.title\" class=\"tc-titlebar tc-edit-texteditor\" focus=\"true\" tabindex={{$:/config/EditTabIndex}}/>\n\n<$vars pattern=\"\"\"[\\|\\[\\]{}]\"\"\" bad-chars=\"\"\"`| [ ] { }`\"\"\">\n\n<$list filter=\"[all[current]regexp:draft.title<pattern>]\" variable=\"listItem\">\n\n<div class=\"tc-message-box\">\n\n{{$:/core/images/warning}} {{$:/language/EditTemplate/Title/BadCharacterWarning}}\n\n</div>\n\n</$list>\n\n</$vars>\n\n<$reveal state=\"!!draft.title\" type=\"nomatch\" text={{!!draft.of}} tag=\"div\">\n\n<$list filter=\"[{!!draft.title}!is[missing]]\" variable=\"listItem\">\n\n<div class=\"tc-message-box\">\n\n{{$:/core/images/warning}} {{$:/language/EditTemplate/Title/Exists/Prompt}}\n\n</div>\n\n</$list>\n\n<$list filter=\"[{!!draft.of}!is[missing]]\" variable=\"listItem\">\n\n<$vars fromTitle={{!!draft.of}} toTitle={{!!draft.title}}>\n\n<$checkbox tiddler=\"$:/config/RelinkOnRename\" field=\"text\" checked=\"yes\" unchecked=\"no\" default=\"no\"> {{$:/language/EditTemplate/Title/Relink/Prompt}}</$checkbox>\n\n<$list filter=\"[title<fromTitle>backlinks[]limit[1]]\" variable=\"listItem\">\n\n<$vars stateTiddler=<<qualify \"$:/state/edit/references\">> >\n\n<$reveal type=\"nomatch\" state=<<stateTiddler>> text=\"show\">\n<$button set=<<stateTiddler>> setTo=\"show\" class=\"tc-btn-invisible\">{{$:/core/images/right-arrow}} \n<<lingo EditTemplate/Title/References/Prompt>></$button>\n</$reveal>\n<$reveal type=\"match\" state=<<stateTiddler>> text=\"show\">\n<$button set=<<stateTiddler>> setTo=\"hide\" class=\"tc-btn-invisible\">{{$:/core/images/down-arrow}} \n<<lingo EditTemplate/Title/References/Prompt>></$button>\n</$reveal>\n\n<$reveal type=\"match\" state=<<stateTiddler>> text=\"show\">\n<$tiddler tiddler=<<fromTitle>> >\n<$transclude tiddler=\"$:/core/ui/TiddlerInfo/References\"/>\n</$tiddler>\n</$reveal>\n\n</$vars>\n\n</$list>\n\n</$vars>\n\n</$list>\n\n</$reveal>\n"
},
"$:/core/ui/EditTemplate/type": {
"title": "$:/core/ui/EditTemplate/type",
"tags": "$:/tags/EditTemplate",
"text": "\\define lingo-base() $:/language/EditTemplate/\n<div class=\"tc-type-selector\"><$fieldmangler>\n<em class=\"tc-edit\"><<lingo Type/Prompt>></em> <$edit-text field=\"type\" tag=\"input\" default=\"\" placeholder={{$:/language/EditTemplate/Type/Placeholder}} focusPopup=<<qualify \"$:/state/popup/type-dropdown\">> class=\"tc-edit-typeeditor tc-popup-handle\" tabindex={{$:/config/EditTabIndex}}/> <$button popup=<<qualify \"$:/state/popup/type-dropdown\">> class=\"tc-btn-invisible tc-btn-dropdown\" tooltip={{$:/language/EditTemplate/Type/Dropdown/Hint}} aria-label={{$:/language/EditTemplate/Type/Dropdown/Caption}}>{{$:/core/images/down-arrow}}</$button> <$button message=\"tm-remove-field\" param=\"type\" class=\"tc-btn-invisible tc-btn-icon\" tooltip={{$:/language/EditTemplate/Type/Delete/Hint}} aria-label={{$:/language/EditTemplate/Type/Delete/Caption}}>{{$:/core/images/delete-button}}</$button>\n</$fieldmangler></div>\n\n<div class=\"tc-block-dropdown-wrapper\">\n<$set name=\"tv-show-missing-links\" value=\"yes\">\n<$reveal state=<<qualify \"$:/state/popup/type-dropdown\">> type=\"nomatch\" text=\"\" default=\"\">\n<div class=\"tc-block-dropdown tc-edit-type-dropdown\">\n<$linkcatcher to=\"!!type\">\n<$list filter='[all[shadows+tiddlers]prefix[$:/language/Docs/Types/]each[group]sort[group-sort]]'>\n<div class=\"tc-dropdown-item\">\n<$text text={{!!group}}/>\n</div>\n<$list filter=\"[all[shadows+tiddlers]prefix[$:/language/Docs/Types/]group{!!group}] +[sort[description]]\"><$link to={{!!name}}><$view field=\"description\"/> (<$view field=\"name\"/>)</$link>\n</$list>\n</$list>\n</$linkcatcher>\n</div>\n</$reveal>\n</$set>\n</div>\n"
},
"$:/core/ui/EditTemplate": {
"title": "$:/core/ui/EditTemplate",
"text": "\\define actions()\n<$action-sendmessage $message=\"tm-add-tag\" $param={{$:/temp/NewTagName}}/>\n<$action-deletetiddler $tiddler=\"$:/temp/NewTagName\"/>\n<$action-sendmessage $message=\"tm-add-field\" $name={{$:/temp/newfieldname}} $value={{$:/temp/newfieldvalue}}/>\n<$action-deletetiddler $tiddler=\"$:/temp/newfieldname\"/>\n<$action-deletetiddler $tiddler=\"$:/temp/newfieldvalue\"/>\n<$action-sendmessage $message=\"tm-save-tiddler\"/>\n\\end\n\\define frame-classes()\ntc-tiddler-frame tc-tiddler-edit-frame $(missingTiddlerClass)$ $(shadowTiddlerClass)$ $(systemTiddlerClass)$\n\\end\n<div class=<<frame-classes>> data-tiddler-title=<<currentTiddler>>>\n<$fieldmangler>\n<$set name=\"storyTiddler\" value=<<currentTiddler>>>\n<$keyboard key=\"((cancel-edit-tiddler))\" message=\"tm-cancel-tiddler\">\n<$keyboard key=\"((save-tiddler))\" actions=<<actions>>>\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/EditTemplate]!has[draft.of]]\" variable=\"listItem\">\n<$set name=\"tv-config-toolbar-class\" filter=\"[<tv-config-toolbar-class>] [<listItem>encodeuricomponent[]addprefix[tc-btn-]]\">\n<$transclude tiddler=<<listItem>>/>\n</$set>\n</$list>\n</$keyboard>\n</$keyboard>\n</$set>\n</$fieldmangler>\n</div>\n"
},
"$:/core/ui/Buttons/cancel": {
"title": "$:/core/ui/Buttons/cancel",
"tags": "$:/tags/EditToolbar",
"caption": "{{$:/core/images/cancel-button}} {{$:/language/Buttons/Cancel/Caption}}",
"description": "{{$:/language/Buttons/Cancel/Hint}}",
"text": "<$button message=\"tm-cancel-tiddler\" tooltip={{$:/language/Buttons/Cancel/Hint}} aria-label={{$:/language/Buttons/Cancel/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/cancel-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Cancel/Caption}}/></span>\n</$list>\n</$button>"
},
"$:/core/ui/Buttons/delete": {
"title": "$:/core/ui/Buttons/delete",
"tags": "$:/tags/EditToolbar $:/tags/ViewToolbar",
"caption": "{{$:/core/images/delete-button}} {{$:/language/Buttons/Delete/Caption}}",
"description": "{{$:/language/Buttons/Delete/Hint}}",
"text": "<$button message=\"tm-delete-tiddler\" tooltip={{$:/language/Buttons/Delete/Hint}} aria-label={{$:/language/Buttons/Delete/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/delete-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Delete/Caption}}/></span>\n</$list>\n</$button>"
},
"$:/core/ui/Buttons/save": {
"title": "$:/core/ui/Buttons/save",
"tags": "$:/tags/EditToolbar",
"caption": "{{$:/core/images/done-button}} {{$:/language/Buttons/Save/Caption}}",
"description": "{{$:/language/Buttons/Save/Hint}}",
"text": "<$fieldmangler><$button tooltip={{$:/language/Buttons/Save/Hint}} aria-label={{$:/language/Buttons/Save/Caption}} class=<<tv-config-toolbar-class>>>\n<$action-sendmessage $message=\"tm-add-tag\" $param={{$:/temp/NewTagName}}/>\n<$action-deletetiddler $tiddler=\"$:/temp/NewTagName\"/>\n<$action-sendmessage $message=\"tm-add-field\" $name={{$:/temp/newfieldname}} $value={{$:/temp/newfieldvalue}}/>\n<$action-deletetiddler $tiddler=\"$:/temp/newfieldname\"/>\n<$action-deletetiddler $tiddler=\"$:/temp/newfieldvalue\"/>\n<$action-sendmessage $message=\"tm-save-tiddler\"/>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/done-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Save/Caption}}/></span>\n</$list>\n</$button></$fieldmangler>\n"
},
"$:/core/ui/EditorToolbar/bold": {
"title": "$:/core/ui/EditorToolbar/bold",
"tags": "$:/tags/EditorToolbar",
"icon": "$:/core/images/bold",
"caption": "{{$:/language/Buttons/Bold/Caption}}",
"description": "{{$:/language/Buttons/Bold/Hint}}",
"condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
"shortcuts": "((bold))",
"text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"wrap-selection\"\n\tprefix=\"''\"\n\tsuffix=\"''\"\n/>\n"
},
"$:/core/ui/EditorToolbar/clear-dropdown": {
"title": "$:/core/ui/EditorToolbar/clear-dropdown",
"text": "''{{$:/language/Buttons/Clear/Hint}}''\n\n<div class=\"tc-colour-chooser\">\n\n<$macrocall $name=\"colour-picker\" actions=\"\"\"\n\n<$action-sendmessage\n\t$message=\"tm-edit-bitmap-operation\"\n\t$param=\"clear\"\n\tcolour=<<colour-picker-value>>\n/>\n\n<$action-deletetiddler\n\t$tiddler=<<dropdown-state>>\n/>\n\n\"\"\"/>\n\n</div>\n"
},
"$:/core/ui/EditorToolbar/clear": {
"title": "$:/core/ui/EditorToolbar/clear",
"tags": "$:/tags/EditorToolbar",
"icon": "$:/core/images/erase",
"caption": "{{$:/language/Buttons/Clear/Caption}}",
"description": "{{$:/language/Buttons/Clear/Hint}}",
"condition": "[<targetTiddler>is[image]]",
"dropdown": "$:/core/ui/EditorToolbar/clear-dropdown",
"text": ""
},
"$:/core/ui/EditorToolbar/editor-height-dropdown": {
"title": "$:/core/ui/EditorToolbar/editor-height-dropdown",
"text": "\\define lingo-base() $:/language/Buttons/EditorHeight/\n''<<lingo Hint>>''\n\n<$radio tiddler=\"$:/config/TextEditor/EditorHeight/Mode\" value=\"auto\"> {{$:/core/images/auto-height}} <<lingo Caption/Auto>></$radio>\n\n<$radio tiddler=\"$:/config/TextEditor/EditorHeight/Mode\" value=\"fixed\"> {{$:/core/images/fixed-height}} <<lingo Caption/Fixed>> <$edit-text tag=\"input\" tiddler=\"$:/config/TextEditor/EditorHeight/Height\" default=\"100px\"/></$radio>\n"
},
"$:/core/ui/EditorToolbar/editor-height": {
"title": "$:/core/ui/EditorToolbar/editor-height",
"tags": "$:/tags/EditorToolbar",
"icon": "$:/core/images/fixed-height",
"custom-icon": "yes",
"caption": "{{$:/language/Buttons/EditorHeight/Caption}}",
"description": "{{$:/language/Buttons/EditorHeight/Hint}}",
"condition": "[<targetTiddler>type[]] [<targetTiddler>get[type]prefix[text/]] +[first[]]",
"dropdown": "$:/core/ui/EditorToolbar/editor-height-dropdown",
"text": "<$reveal tag=\"span\" state=\"$:/config/TextEditor/EditorHeight/Mode\" type=\"match\" text=\"fixed\">\n{{$:/core/images/fixed-height}}\n</$reveal>\n<$reveal tag=\"span\" state=\"$:/config/TextEditor/EditorHeight/Mode\" type=\"match\" text=\"auto\">\n{{$:/core/images/auto-height}}\n</$reveal>\n"
},
"$:/core/ui/EditorToolbar/excise-dropdown": {
"title": "$:/core/ui/EditorToolbar/excise-dropdown",
"text": "\\define lingo-base() $:/language/Buttons/Excise/\n\n\\define body(config-title)\n''<<lingo Hint>>''\n\n<<lingo Caption/NewTitle>> <$edit-text tag=\"input\" tiddler=\"$config-title$/new-title\" default=\"\" focus=\"true\"/>\n\n<$set name=\"new-title\" value={{$config-title$/new-title}}>\n<$list filter=\"\"\"[<new-title>is[tiddler]]\"\"\">\n<div class=\"tc-error\">\n<<lingo Caption/TiddlerExists>>\n</div>\n</$list>\n</$set>\n\n<$checkbox tiddler=\"\"\"$config-title$/tagnew\"\"\" field=\"text\" checked=\"yes\" unchecked=\"no\" default=\"false\"> <<lingo Caption/Tag>></$checkbox>\n\n<<lingo Caption/Replace>> <$select tiddler=\"\"\"$config-title$/type\"\"\" default=\"transclude\">\n<option value=\"link\"><<lingo Caption/Replace/Link>></option>\n<option value=\"transclude\"><<lingo Caption/Replace/Transclusion>></option>\n<option value=\"macro\"><<lingo Caption/Replace/Macro>></option>\n</$select>\n\n<$reveal state=\"\"\"$config-title$/type\"\"\" type=\"match\" text=\"macro\">\n<<lingo Caption/MacroName>> <$edit-text tag=\"input\" tiddler=\"\"\"$config-title$/macro-title\"\"\" default=\"translink\"/>\n</$reveal>\n\n<$button>\n<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"excise\"\n\ttitle={{$config-title$/new-title}}\n\ttype={{$config-title$/type}}\n\tmacro={{$config-title$/macro-title}}\n\ttagnew={{$config-title$/tagnew}}\n/>\n<$action-deletetiddler\n\t$tiddler=\"$config-title$/new-title\"\n/>\n<$action-deletetiddler\n\t$tiddler=<<dropdown-state>>\n/>\n<<lingo Caption/Excise>>\n</$button>\n\\end\n\n<$macrocall $name=\"body\" config-title=<<qualify \"$:/state/Excise/\">>/>\n"
},
"$:/core/ui/EditorToolbar/excise": {
"title": "$:/core/ui/EditorToolbar/excise",
"tags": "$:/tags/EditorToolbar",
"icon": "$:/core/images/excise",
"caption": "{{$:/language/Buttons/Excise/Caption}}",
"description": "{{$:/language/Buttons/Excise/Hint}}",
"condition": "[<targetTiddler>type[]] [<targetTiddler>type[text/vnd.tiddlywiki]] +[first[]]",
"shortcuts": "((excise))",
"dropdown": "$:/core/ui/EditorToolbar/excise-dropdown",
"text": ""
},
"$:/core/ui/EditorToolbar/heading-1": {
"title": "$:/core/ui/EditorToolbar/heading-1",
"tags": "$:/tags/EditorToolbar",
"icon": "$:/core/images/heading-1",
"caption": "{{$:/language/Buttons/Heading1/Caption}}",
"description": "{{$:/language/Buttons/Heading1/Hint}}",
"condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
"button-classes": "tc-text-editor-toolbar-item-start-group",
"shortcuts": "((heading-1))",
"text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"prefix-lines\"\n\tcharacter=\"!\"\n\tcount=\"1\"\n/>\n"
},
"$:/core/ui/EditorToolbar/heading-2": {
"title": "$:/core/ui/EditorToolbar/heading-2",
"tags": "$:/tags/EditorToolbar",
"icon": "$:/core/images/heading-2",
"caption": "{{$:/language/Buttons/Heading2/Caption}}",
"description": "{{$:/language/Buttons/Heading2/Hint}}",
"condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
"shortcuts": "((heading-2))",
"text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"prefix-lines\"\n\tcharacter=\"!\"\n\tcount=\"2\"\n/>\n"
},
"$:/core/ui/EditorToolbar/heading-3": {
"title": "$:/core/ui/EditorToolbar/heading-3",
"tags": "$:/tags/EditorToolbar",
"icon": "$:/core/images/heading-3",
"caption": "{{$:/language/Buttons/Heading3/Caption}}",
"description": "{{$:/language/Buttons/Heading3/Hint}}",
"condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
"shortcuts": "((heading-3))",
"text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"prefix-lines\"\n\tcharacter=\"!\"\n\tcount=\"3\"\n/>\n"
},
"$:/core/ui/EditorToolbar/heading-4": {
"title": "$:/core/ui/EditorToolbar/heading-4",
"tags": "$:/tags/EditorToolbar",
"icon": "$:/core/images/heading-4",
"caption": "{{$:/language/Buttons/Heading4/Caption}}",
"description": "{{$:/language/Buttons/Heading4/Hint}}",
"condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
"shortcuts": "((heading-4))",
"text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"prefix-lines\"\n\tcharacter=\"!\"\n\tcount=\"4\"\n/>\n"
},
"$:/core/ui/EditorToolbar/heading-5": {
"title": "$:/core/ui/EditorToolbar/heading-5",
"tags": "$:/tags/EditorToolbar",
"icon": "$:/core/images/heading-5",
"caption": "{{$:/language/Buttons/Heading5/Caption}}",
"description": "{{$:/language/Buttons/Heading5/Hint}}",
"condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
"shortcuts": "((heading-5))",
"text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"prefix-lines\"\n\tcharacter=\"!\"\n\tcount=\"5\"\n/>\n"
},
"$:/core/ui/EditorToolbar/heading-6": {
"title": "$:/core/ui/EditorToolbar/heading-6",
"tags": "$:/tags/EditorToolbar",
"icon": "$:/core/images/heading-6",
"caption": "{{$:/language/Buttons/Heading6/Caption}}",
"description": "{{$:/language/Buttons/Heading6/Hint}}",
"condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
"shortcuts": "((heading-6))",
"text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"prefix-lines\"\n\tcharacter=\"!\"\n\tcount=\"6\"\n/>\n"
},
"$:/core/ui/EditorToolbar/italic": {
"title": "$:/core/ui/EditorToolbar/italic",
"tags": "$:/tags/EditorToolbar",
"icon": "$:/core/images/italic",
"caption": "{{$:/language/Buttons/Italic/Caption}}",
"description": "{{$:/language/Buttons/Italic/Hint}}",
"condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
"shortcuts": "((italic))",
"text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"wrap-selection\"\n\tprefix=\"//\"\n\tsuffix=\"//\"\n/>\n"
},
"$:/core/ui/EditorToolbar/line-width-dropdown": {
"title": "$:/core/ui/EditorToolbar/line-width-dropdown",
"text": "\\define lingo-base() $:/language/Buttons/LineWidth/\n\n\\define toolbar-line-width-inner()\n<$button tag=\"a\" tooltip=\"\"\"$(line-width)$\"\"\">\n\n<$action-setfield\n\t$tiddler=\"$:/config/BitmapEditor/LineWidth\"\n\t$value=\"$(line-width)$\"\n/>\n\n<$action-deletetiddler\n\t$tiddler=<<dropdown-state>>\n/>\n\n<div style=\"display: inline-block; margin: 4px calc(80px - $(line-width)$); background-color: #000; width: calc(100px + $(line-width)$ * 2); height: $(line-width)$; border-radius: 120px; vertical-align: middle;\"/>\n\n<span style=\"margin-left: 8px;\">\n\n<$text text=\"\"\"$(line-width)$\"\"\"/>\n\n<$reveal state=\"$:/config/BitmapEditor/LineWidth\" type=\"match\" text=\"\"\"$(line-width)$\"\"\" tag=\"span\">\n\n<$entity entity=\" \"/>\n\n<$entity entity=\"✓\"/>\n\n</$reveal>\n\n</span>\n\n</$button>\n\\end\n\n''<<lingo Hint>>''\n\n<$list filter={{$:/config/BitmapEditor/LineWidths}} variable=\"line-width\">\n\n<<toolbar-line-width-inner>>\n\n</$list>\n"
},
"$:/core/ui/EditorToolbar/line-width": {
"title": "$:/core/ui/EditorToolbar/line-width",
"tags": "$:/tags/EditorToolbar",
"icon": "$:/core/images/line-width",
"caption": "{{$:/language/Buttons/LineWidth/Caption}}",
"description": "{{$:/language/Buttons/LineWidth/Hint}}",
"condition": "[<targetTiddler>is[image]]",
"dropdown": "$:/core/ui/EditorToolbar/line-width-dropdown",
"text": "<$text text={{$:/config/BitmapEditor/LineWidth}}/>"
},
"$:/core/ui/EditorToolbar/link-dropdown": {
"title": "$:/core/ui/EditorToolbar/link-dropdown",
"text": "\\define lingo-base() $:/language/Buttons/Link/\n\n\\define add-link-actions()\n<$action-sendmessage $message=\"tm-edit-text-operation\" $param=\"make-link\" text={{$(linkTiddler)$}} />\n<$action-deletetiddler $tiddler=<<dropdown-state>> />\n<$action-deletetiddler $tiddler=<<searchTiddler>> />\n<$action-deletetiddler $tiddler=<<linkTiddler>> />\n\\end\n\n\\define external-link()\n<$button class=\"tc-btn-invisible\" style=\"width: auto; display: inline-block; background-colour: inherit;\" actions=<<add-link-actions>>>\n{{$:/core/images/chevron-right}}\n</$button>\n\\end\n\n\\define body(config-title)\n''<<lingo Hint>>''\n\n<$vars searchTiddler=\"\"\"$config-title$/search\"\"\" linkTiddler=\"\"\"$config-title$/link\"\"\" linktext=\"\" >\n\n<$vars linkTiddler=<<searchTiddler>>>\n<$keyboard key=\"ENTER\" actions=<<add-link-actions>>>\n<$edit-text tiddler=<<searchTiddler>> type=\"search\" tag=\"input\" focus=\"true\" placeholder={{$:/language/Search/Search}} default=\"\"/>\n<$reveal tag=\"span\" state=<<searchTiddler>> type=\"nomatch\" text=\"\">\n<<external-link>>\n<$button class=\"tc-btn-invisible\" style=\"width: auto; display: inline-block; background-colour: inherit;\">\n<$action-setfield $tiddler=<<searchTiddler>> text=\"\" />\n{{$:/core/images/close-button}}\n</$button>\n</$reveal>\n</$keyboard>\n</$vars>\n\n<$reveal tag=\"div\" state=<<searchTiddler>> type=\"nomatch\" text=\"\">\n\n<$linkcatcher actions=<<add-link-actions>> to=<<linkTiddler>>>\n\n{{$:/core/ui/SearchResults}}\n\n</$linkcatcher>\n\n</$reveal>\n\n</$vars>\n\n\\end\n\n<$macrocall $name=\"body\" config-title=<<qualify \"$:/state/Link/\">>/>"
},
"$:/core/ui/EditorToolbar/link": {
"title": "$:/core/ui/EditorToolbar/link",
"tags": "$:/tags/EditorToolbar",
"icon": "$:/core/images/link",
"caption": "{{$:/language/Buttons/Link/Caption}}",
"description": "{{$:/language/Buttons/Link/Hint}}",
"condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
"button-classes": "tc-text-editor-toolbar-item-start-group",
"shortcuts": "((link))",
"dropdown": "$:/core/ui/EditorToolbar/link-dropdown",
"text": ""
},
"$:/core/ui/EditorToolbar/linkify": {
"title": "$:/core/ui/EditorToolbar/linkify",
"caption": "{{$:/language/Buttons/Linkify/Caption}}",
"condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
"description": "{{$:/language/Buttons/Linkify/Hint}}",
"icon": "$:/core/images/linkify",
"list-before": "$:/core/ui/EditorToolbar/mono-block",
"shortcuts": "((linkify))",
"tags": "$:/tags/EditorToolbar",
"text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"wrap-selection\"\n\tprefix=\"[[\"\n\tsuffix=\"]]\"\n/>\n"
},
"$:/core/ui/EditorToolbar/list-bullet": {
"title": "$:/core/ui/EditorToolbar/list-bullet",
"tags": "$:/tags/EditorToolbar",
"icon": "$:/core/images/list-bullet",
"caption": "{{$:/language/Buttons/ListBullet/Caption}}",
"description": "{{$:/language/Buttons/ListBullet/Hint}}",
"condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
"shortcuts": "((list-bullet))",
"text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"prefix-lines\"\n\tcharacter=\"*\"\n\tcount=\"1\"\n/>\n"
},
"$:/core/ui/EditorToolbar/list-number": {
"title": "$:/core/ui/EditorToolbar/list-number",
"tags": "$:/tags/EditorToolbar",
"icon": "$:/core/images/list-number",
"caption": "{{$:/language/Buttons/ListNumber/Caption}}",
"description": "{{$:/language/Buttons/ListNumber/Hint}}",
"condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
"shortcuts": "((list-number))",
"text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"prefix-lines\"\n\tcharacter=\"#\"\n\tcount=\"1\"\n/>\n"
},
"$:/core/ui/EditorToolbar/mono-block": {
"title": "$:/core/ui/EditorToolbar/mono-block",
"tags": "$:/tags/EditorToolbar",
"icon": "$:/core/images/mono-block",
"caption": "{{$:/language/Buttons/MonoBlock/Caption}}",
"description": "{{$:/language/Buttons/MonoBlock/Hint}}",
"condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
"button-classes": "tc-text-editor-toolbar-item-start-group",
"shortcuts": "((mono-block))",
"text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"wrap-lines\"\n\tprefix=\"\n```\"\n\tsuffix=\"```\"\n/>\n"
},
"$:/core/ui/EditorToolbar/mono-line": {
"title": "$:/core/ui/EditorToolbar/mono-line",
"tags": "$:/tags/EditorToolbar",
"icon": "$:/core/images/mono-line",
"caption": "{{$:/language/Buttons/MonoLine/Caption}}",
"description": "{{$:/language/Buttons/MonoLine/Hint}}",
"condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
"shortcuts": "((mono-line))",
"text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"wrap-selection\"\n\tprefix=\"`\"\n\tsuffix=\"`\"\n/>\n"
},
"$:/core/ui/EditorToolbar/more-dropdown": {
"title": "$:/core/ui/EditorToolbar/more-dropdown",
"text": "\\define config-title()\n$:/config/EditorToolbarButtons/Visibility/$(toolbarItem)$\n\\end\n\n\\define conditional-button()\n<$list filter={{$(toolbarItem)$!!condition}} variable=\"condition\">\n<$transclude tiddler=\"$:/core/ui/EditTemplate/body/toolbar/button\" mode=\"inline\"/> <$transclude tiddler=<<toolbarItem>> field=\"description\"/>\n</$list>\n\\end\n\n<div class=\"tc-text-editor-toolbar-more\">\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/EditorToolbar]!has[draft.of]] -[[$:/core/ui/EditorToolbar/more]]\">\n<$reveal type=\"match\" state=<<config-visibility-title>> text=\"hide\" tag=\"div\">\n<<conditional-button>>\n</$reveal>\n</$list>\n</div>\n"
},
"$:/core/ui/EditorToolbar/more": {
"title": "$:/core/ui/EditorToolbar/more",
"tags": "$:/tags/EditorToolbar",
"icon": "$:/core/images/down-arrow",
"caption": "{{$:/language/Buttons/More/Caption}}",
"description": "{{$:/language/Buttons/More/Hint}}",
"condition": "[<targetTiddler>]",
"dropdown": "$:/core/ui/EditorToolbar/more-dropdown",
"text": ""
},
"$:/core/ui/EditorToolbar/opacity-dropdown": {
"title": "$:/core/ui/EditorToolbar/opacity-dropdown",
"text": "\\define lingo-base() $:/language/Buttons/Opacity/\n\n\\define toolbar-opacity-inner()\n<$button tag=\"a\" tooltip=\"\"\"$(opacity)$\"\"\">\n\n<$action-setfield\n\t$tiddler=\"$:/config/BitmapEditor/Opacity\"\n\t$value=\"$(opacity)$\"\n/>\n\n<$action-deletetiddler\n\t$tiddler=<<dropdown-state>>\n/>\n\n<div style=\"display: inline-block; vertical-align: middle; background-color: $(current-paint-colour)$; opacity: $(opacity)$; width: 1em; height: 1em; border-radius: 50%;\"/>\n\n<span style=\"margin-left: 8px;\">\n\n<$text text=\"\"\"$(opacity)$\"\"\"/>\n\n<$reveal state=\"$:/config/BitmapEditor/Opacity\" type=\"match\" text=\"\"\"$(opacity)$\"\"\" tag=\"span\">\n\n<$entity entity=\" \"/>\n\n<$entity entity=\"✓\"/>\n\n</$reveal>\n\n</span>\n\n</$button>\n\\end\n\n\\define toolbar-opacity()\n''<<lingo Hint>>''\n\n<$list filter={{$:/config/BitmapEditor/Opacities}} variable=\"opacity\">\n\n<<toolbar-opacity-inner>>\n\n</$list>\n\\end\n\n<$set name=\"current-paint-colour\" value={{$:/config/BitmapEditor/Colour}}>\n\n<$set name=\"current-opacity\" value={{$:/config/BitmapEditor/Opacity}}>\n\n<<toolbar-opacity>>\n\n</$set>\n\n</$set>\n"
},
"$:/core/ui/EditorToolbar/opacity": {
"title": "$:/core/ui/EditorToolbar/opacity",
"tags": "$:/tags/EditorToolbar",
"icon": "$:/core/images/opacity",
"caption": "{{$:/language/Buttons/Opacity/Caption}}",
"description": "{{$:/language/Buttons/Opacity/Hint}}",
"condition": "[<targetTiddler>is[image]]",
"dropdown": "$:/core/ui/EditorToolbar/opacity-dropdown",
"text": "<$text text={{$:/config/BitmapEditor/Opacity}}/>\n"
},
"$:/core/ui/EditorToolbar/paint-dropdown": {
"title": "$:/core/ui/EditorToolbar/paint-dropdown",
"text": "''{{$:/language/Buttons/Paint/Hint}}''\n\n<$macrocall $name=\"colour-picker\" actions=\"\"\"\n\n<$action-setfield\n\t$tiddler=\"$:/config/BitmapEditor/Colour\"\n\t$value=<<colour-picker-value>>\n/>\n\n<$action-deletetiddler\n\t$tiddler=<<dropdown-state>>\n/>\n\n\"\"\"/>\n"
},
"$:/core/ui/EditorToolbar/paint": {
"title": "$:/core/ui/EditorToolbar/paint",
"tags": "$:/tags/EditorToolbar",
"icon": "$:/core/images/paint",
"caption": "{{$:/language/Buttons/Paint/Caption}}",
"description": "{{$:/language/Buttons/Paint/Hint}}",
"condition": "[<targetTiddler>is[image]]",
"dropdown": "$:/core/ui/EditorToolbar/paint-dropdown",
"text": "\\define toolbar-paint()\n<div style=\"display: inline-block; vertical-align: middle; background-color: $(colour-picker-value)$; width: 1em; height: 1em; border-radius: 50%;\"/>\n\\end\n<$set name=\"colour-picker-value\" value={{$:/config/BitmapEditor/Colour}}>\n<<toolbar-paint>>\n</$set>\n"
},
"$:/core/ui/EditorToolbar/picture-dropdown": {
"title": "$:/core/ui/EditorToolbar/picture-dropdown",
"text": "\\define replacement-text()\n[img[$(imageTitle)$]]\n\\end\n\n''{{$:/language/Buttons/Picture/Hint}}''\n\n<$macrocall $name=\"image-picker\" actions=\"\"\"\n\n<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"replace-selection\"\n\ttext=<<replacement-text>>\n/>\n\n<$action-deletetiddler\n\t$tiddler=<<dropdown-state>>\n/>\n\n\"\"\"/>\n"
},
"$:/core/ui/EditorToolbar/picture": {
"title": "$:/core/ui/EditorToolbar/picture",
"tags": "$:/tags/EditorToolbar",
"icon": "$:/core/images/picture",
"caption": "{{$:/language/Buttons/Picture/Caption}}",
"description": "{{$:/language/Buttons/Picture/Hint}}",
"condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
"shortcuts": "((picture))",
"dropdown": "$:/core/ui/EditorToolbar/picture-dropdown",
"text": ""
},
"$:/core/ui/EditorToolbar/preview-type-dropdown": {
"title": "$:/core/ui/EditorToolbar/preview-type-dropdown",
"text": "\\define preview-type-button()\n<$button tag=\"a\">\n\n<$action-setfield $tiddler=\"$:/state/editpreviewtype\" $value=\"$(previewType)$\"/>\n\n<$action-deletetiddler\n\t$tiddler=<<dropdown-state>>\n/>\n\n<$transclude tiddler=<<previewType>> field=\"caption\" mode=\"inline\">\n\n<$view tiddler=<<previewType>> field=\"title\" mode=\"inline\"/>\n\n</$transclude> \n\n<$reveal tag=\"span\" state=\"$:/state/editpreviewtype\" type=\"match\" text=<<previewType>> default=\"$:/core/ui/EditTemplate/body/preview/output\">\n\n<$entity entity=\" \"/>\n\n<$entity entity=\"✓\"/>\n\n</$reveal>\n\n</$button>\n\\end\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/EditPreview]!has[draft.of]]\" variable=\"previewType\">\n\n<<preview-type-button>>\n\n</$list>\n"
},
"$:/core/ui/EditorToolbar/preview-type": {
"title": "$:/core/ui/EditorToolbar/preview-type",
"tags": "$:/tags/EditorToolbar",
"icon": "$:/core/images/chevron-down",
"caption": "{{$:/language/Buttons/PreviewType/Caption}}",
"description": "{{$:/language/Buttons/PreviewType/Hint}}",
"condition": "[all[shadows+tiddlers]tag[$:/tags/EditPreview]!has[draft.of]butfirst[]limit[1]]",
"button-classes": "tc-text-editor-toolbar-item-adjunct",
"dropdown": "$:/core/ui/EditorToolbar/preview-type-dropdown"
},
"$:/core/ui/EditorToolbar/preview": {
"title": "$:/core/ui/EditorToolbar/preview",
"tags": "$:/tags/EditorToolbar",
"icon": "$:/core/images/preview-open",
"custom-icon": "yes",
"caption": "{{$:/language/Buttons/Preview/Caption}}",
"description": "{{$:/language/Buttons/Preview/Hint}}",
"condition": "[<targetTiddler>]",
"button-classes": "tc-text-editor-toolbar-item-start-group",
"shortcuts": "((preview))",
"text": "<$reveal state=\"$:/state/showeditpreview\" type=\"match\" text=\"yes\" tag=\"span\">\n{{$:/core/images/preview-open}}\n<$action-setfield $tiddler=\"$:/state/showeditpreview\" $value=\"no\"/>\n</$reveal>\n<$reveal state=\"$:/state/showeditpreview\" type=\"nomatch\" text=\"yes\" tag=\"span\">\n{{$:/core/images/preview-closed}}\n<$action-setfield $tiddler=\"$:/state/showeditpreview\" $value=\"yes\"/>\n</$reveal>\n"
},
"$:/core/ui/EditorToolbar/quote": {
"title": "$:/core/ui/EditorToolbar/quote",
"tags": "$:/tags/EditorToolbar",
"icon": "$:/core/images/quote",
"caption": "{{$:/language/Buttons/Quote/Caption}}",
"description": "{{$:/language/Buttons/Quote/Hint}}",
"condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
"shortcuts": "((quote))",
"text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"wrap-lines\"\n\tprefix=\"\n<<<\"\n\tsuffix=\"<<<\"\n/>\n"
},
"$:/core/ui/EditorToolbar/rotate-left": {
"title": "$:/core/ui/EditorToolbar/rotate-left",
"tags": "$:/tags/EditorToolbar",
"icon": "$:/core/images/rotate-left",
"caption": "{{$:/language/Buttons/RotateLeft/Caption}}",
"description": "{{$:/language/Buttons/RotateLeft/Hint}}",
"condition": "[<targetTiddler>is[image]]",
"text": "<$action-sendmessage\n\t$message=\"tm-edit-bitmap-operation\"\n\t$param=\"rotate-left\"\n/>\n"
},
"$:/core/ui/EditorToolbar/size-dropdown": {
"title": "$:/core/ui/EditorToolbar/size-dropdown",
"text": "\\define lingo-base() $:/language/Buttons/Size/\n\n\\define toolbar-button-size-preset(config-title)\n<$set name=\"width\" filter=\"$(sizePair)$ +[first[]]\">\n\n<$set name=\"height\" filter=\"$(sizePair)$ +[last[]]\">\n\n<$button tag=\"a\">\n\n<$action-setfield\n\t$tiddler=\"\"\"$config-title$/new-width\"\"\"\n\t$value=<<width>>\n/>\n\n<$action-setfield\n\t$tiddler=\"\"\"$config-title$/new-height\"\"\"\n\t$value=<<height>>\n/>\n\n<$action-deletetiddler\n\t$tiddler=\"\"\"$config-title$/presets-popup\"\"\"\n/>\n\n<$text text=<<width>>/> × <$text text=<<height>>/>\n\n</$button>\n\n</$set>\n\n</$set>\n\\end\n\n\\define toolbar-button-size(config-title)\n''{{$:/language/Buttons/Size/Hint}}''\n\n<<lingo Caption/Width>> <$edit-text tag=\"input\" tiddler=\"\"\"$config-title$/new-width\"\"\" default=<<tv-bitmap-editor-width>> focus=\"true\" size=\"8\"/> <<lingo Caption/Height>> <$edit-text tag=\"input\" tiddler=\"\"\"$config-title$/new-height\"\"\" default=<<tv-bitmap-editor-height>> size=\"8\"/> <$button popup=\"\"\"$config-title$/presets-popup\"\"\" class=\"tc-btn-invisible tc-popup-keep\" style=\"width: auto; display: inline-block; background-colour: inherit;\" selectedClass=\"tc-selected\">\n{{$:/core/images/down-arrow}}\n</$button>\n\n<$reveal tag=\"span\" state=\"\"\"$config-title$/presets-popup\"\"\" type=\"popup\" position=\"belowleft\" animate=\"yes\">\n\n<div class=\"tc-drop-down tc-popup-keep\">\n\n<$list filter={{$:/config/BitmapEditor/ImageSizes}} variable=\"sizePair\">\n\n<$macrocall $name=\"toolbar-button-size-preset\" config-title=\"$config-title$\"/>\n\n</$list>\n\n</div>\n\n</$reveal>\n\n<$button>\n<$action-sendmessage\n\t$message=\"tm-edit-bitmap-operation\"\n\t$param=\"resize\"\n\twidth={{$config-title$/new-width}}\n\theight={{$config-title$/new-height}}\n/>\n<$action-deletetiddler\n\t$tiddler=\"\"\"$config-title$/new-width\"\"\"\n/>\n<$action-deletetiddler\n\t$tiddler=\"\"\"$config-title$/new-height\"\"\"\n/>\n<$action-deletetiddler\n\t$tiddler=<<dropdown-state>>\n/>\n<<lingo Caption/Resize>>\n</$button>\n\\end\n\n<$macrocall $name=\"toolbar-button-size\" config-title=<<qualify \"$:/state/Size/\">>/>\n"
},
"$:/core/ui/EditorToolbar/size": {
"title": "$:/core/ui/EditorToolbar/size",
"tags": "$:/tags/EditorToolbar",
"icon": "$:/core/images/size",
"caption": "{{$:/language/Buttons/Size/Caption}}",
"description": "{{$:/language/Buttons/Size/Hint}}",
"condition": "[<targetTiddler>is[image]]",
"dropdown": "$:/core/ui/EditorToolbar/size-dropdown",
"text": ""
},
"$:/core/ui/EditorToolbar/stamp-dropdown": {
"title": "$:/core/ui/EditorToolbar/stamp-dropdown",
"text": "\\define toolbar-button-stamp-inner()\n<$button tag=\"a\">\n\n<$list filter=\"[[$(snippetTitle)$]addsuffix[/prefix]is[missing]removesuffix[/prefix]addsuffix[/suffix]is[missing]]\">\n\n<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"replace-selection\"\n\ttext={{$(snippetTitle)$}}\n/>\n\n</$list>\n\n\n<$list filter=\"[[$(snippetTitle)$]addsuffix[/prefix]is[missing]removesuffix[/prefix]addsuffix[/suffix]!is[missing]] [[$(snippetTitle)$]addsuffix[/prefix]!is[missing]removesuffix[/prefix]addsuffix[/suffix]is[missing]] [[$(snippetTitle)$]addsuffix[/prefix]!is[missing]removesuffix[/prefix]addsuffix[/suffix]!is[missing]]\">\n\n<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"wrap-selection\"\n\tprefix={{{ [[$(snippetTitle)$]addsuffix[/prefix]get[text]] }}}\nsuffix={{{ [[$(snippetTitle)$]addsuffix[/suffix]get[text]] }}}\n/>\n\n</$list>\n\n<$action-deletetiddler\n\t$tiddler=<<dropdown-state>>\n/>\n\n<$view tiddler=<<snippetTitle>> field=\"caption\" mode=\"inline\">\n\n<$view tiddler=<<snippetTitle>> field=\"title\" mode=\"inline\"/>\n\n</$view>\n\n</$button>\n\\end\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/TextEditor/Snippet]!has[draft.of]sort[caption]]\" variable=\"snippetTitle\">\n\n<<toolbar-button-stamp-inner>>\n\n</$list>\n\n----\n\n<$button tag=\"a\">\n\n<$action-sendmessage\n\t$message=\"tm-new-tiddler\"\n\ttags=\"$:/tags/TextEditor/Snippet\"\n\tcaption={{$:/language/Buttons/Stamp/New/Title}}\n\ttext={{$:/language/Buttons/Stamp/New/Text}}\n/>\n\n<$action-deletetiddler\n\t$tiddler=<<dropdown-state>>\n/>\n\n<em>\n\n<$text text={{$:/language/Buttons/Stamp/Caption/New}}/>\n\n</em>\n\n</$button>\n"
},
"$:/core/ui/EditorToolbar/stamp": {
"title": "$:/core/ui/EditorToolbar/stamp",
"tags": "$:/tags/EditorToolbar",
"icon": "$:/core/images/stamp",
"caption": "{{$:/language/Buttons/Stamp/Caption}}",
"description": "{{$:/language/Buttons/Stamp/Hint}}",
"condition": "[<targetTiddler>type[]] [<targetTiddler>get[type]prefix[text/]] +[first[]]",
"shortcuts": "((stamp))",
"dropdown": "$:/core/ui/EditorToolbar/stamp-dropdown",
"text": ""
},
"$:/core/ui/EditorToolbar/strikethrough": {
"title": "$:/core/ui/EditorToolbar/strikethrough",
"tags": "$:/tags/EditorToolbar",
"icon": "$:/core/images/strikethrough",
"caption": "{{$:/language/Buttons/Strikethrough/Caption}}",
"description": "{{$:/language/Buttons/Strikethrough/Hint}}",
"condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
"shortcuts": "((strikethrough))",
"text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"wrap-selection\"\n\tprefix=\"~~\"\n\tsuffix=\"~~\"\n/>\n"
},
"$:/core/ui/EditorToolbar/subscript": {
"title": "$:/core/ui/EditorToolbar/subscript",
"tags": "$:/tags/EditorToolbar",
"icon": "$:/core/images/subscript",
"caption": "{{$:/language/Buttons/Subscript/Caption}}",
"description": "{{$:/language/Buttons/Subscript/Hint}}",
"condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
"shortcuts": "((subscript))",
"text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"wrap-selection\"\n\tprefix=\",,\"\n\tsuffix=\",,\"\n/>\n"
},
"$:/core/ui/EditorToolbar/superscript": {
"title": "$:/core/ui/EditorToolbar/superscript",
"tags": "$:/tags/EditorToolbar",
"icon": "$:/core/images/superscript",
"caption": "{{$:/language/Buttons/Superscript/Caption}}",
"description": "{{$:/language/Buttons/Superscript/Hint}}",
"condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
"shortcuts": "((superscript))",
"text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"wrap-selection\"\n\tprefix=\"^^\"\n\tsuffix=\"^^\"\n/>\n"
},
"$:/core/ui/EditorToolbar/transcludify": {
"title": "$:/core/ui/EditorToolbar/transcludify",
"caption": "{{$:/language/Buttons/Transcludify/Caption}}",
"condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
"description": "{{$:/language/Buttons/Transcludify/Hint}}",
"icon": "$:/core/images/transcludify",
"list-before": "$:/core/ui/EditorToolbar/mono-block",
"shortcuts": "((transcludify))",
"tags": "$:/tags/EditorToolbar",
"text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"wrap-selection\"\n\tprefix=\"{{\"\n\tsuffix=\"}}\"\n/>\n"
},
"$:/core/ui/EditorToolbar/underline": {
"title": "$:/core/ui/EditorToolbar/underline",
"tags": "$:/tags/EditorToolbar",
"icon": "$:/core/images/underline",
"caption": "{{$:/language/Buttons/Underline/Caption}}",
"description": "{{$:/language/Buttons/Underline/Hint}}",
"condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
"shortcuts": "((underline))",
"text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"wrap-selection\"\n\tprefix=\"__\"\n\tsuffix=\"__\"\n/>\n"
},
"$:/core/Filters/AllTags": {
"title": "$:/core/Filters/AllTags",
"tags": "$:/tags/Filter",
"filter": "[tags[]!is[system]sort[title]]",
"description": "{{$:/language/Filters/AllTags}}",
"text": ""
},
"$:/core/Filters/AllTiddlers": {
"title": "$:/core/Filters/AllTiddlers",
"tags": "$:/tags/Filter",
"filter": "[!is[system]sort[title]]",
"description": "{{$:/language/Filters/AllTiddlers}}",
"text": ""
},
"$:/core/Filters/Drafts": {
"title": "$:/core/Filters/Drafts",
"tags": "$:/tags/Filter",
"filter": "[has[draft.of]sort[title]]",
"description": "{{$:/language/Filters/Drafts}}",
"text": ""
},
"$:/core/Filters/Missing": {
"title": "$:/core/Filters/Missing",
"tags": "$:/tags/Filter",
"filter": "[all[missing]sort[title]]",
"description": "{{$:/language/Filters/Missing}}",
"text": ""
},
"$:/core/Filters/Orphans": {
"title": "$:/core/Filters/Orphans",
"tags": "$:/tags/Filter",
"filter": "[all[orphans]sort[title]]",
"description": "{{$:/language/Filters/Orphans}}",
"text": ""
},
"$:/core/Filters/OverriddenShadowTiddlers": {
"title": "$:/core/Filters/OverriddenShadowTiddlers",
"tags": "$:/tags/Filter",
"filter": "[is[shadow]]",
"description": "{{$:/language/Filters/OverriddenShadowTiddlers}}",
"text": ""
},
"$:/core/Filters/RecentSystemTiddlers": {
"title": "$:/core/Filters/RecentSystemTiddlers",
"tags": "$:/tags/Filter",
"filter": "[has[modified]!sort[modified]limit[50]]",
"description": "{{$:/language/Filters/RecentSystemTiddlers}}",
"text": ""
},
"$:/core/Filters/RecentTiddlers": {
"title": "$:/core/Filters/RecentTiddlers",
"tags": "$:/tags/Filter",
"filter": "[!is[system]has[modified]!sort[modified]limit[50]]",
"description": "{{$:/language/Filters/RecentTiddlers}}",
"text": ""
},
"$:/core/Filters/SessionTiddlers": {
"title": "$:/core/Filters/SessionTiddlers",
"tags": "$:/tags/Filter",
"filter": "[haschanged[]]",
"description": "{{$:/language/Filters/SessionTiddlers}}",
"text": ""
},
"$:/core/Filters/ShadowTiddlers": {
"title": "$:/core/Filters/ShadowTiddlers",
"tags": "$:/tags/Filter",
"filter": "[all[shadows]sort[title]]",
"description": "{{$:/language/Filters/ShadowTiddlers}}",
"text": ""
},
"$:/core/Filters/StoryList": {
"title": "$:/core/Filters/StoryList",
"tags": "$:/tags/Filter",
"filter": "[list[$:/StoryList]] -$:/AdvancedSearch",
"description": "{{$:/language/Filters/StoryList}}",
"text": ""
},
"$:/core/Filters/SystemTags": {
"title": "$:/core/Filters/SystemTags",
"tags": "$:/tags/Filter",
"filter": "[all[shadows+tiddlers]tags[]is[system]sort[title]]",
"description": "{{$:/language/Filters/SystemTags}}",
"text": ""
},
"$:/core/Filters/SystemTiddlers": {
"title": "$:/core/Filters/SystemTiddlers",
"tags": "$:/tags/Filter",
"filter": "[is[system]sort[title]]",
"description": "{{$:/language/Filters/SystemTiddlers}}",
"text": ""
},
"$:/core/Filters/TypedTiddlers": {
"title": "$:/core/Filters/TypedTiddlers",
"tags": "$:/tags/Filter",
"filter": "[!is[system]has[type]each[type]sort[type]] -[type[text/vnd.tiddlywiki]]",
"description": "{{$:/language/Filters/TypedTiddlers}}",
"text": ""
},
"$:/core/ui/ImportListing": {
"title": "$:/core/ui/ImportListing",
"text": "\\define lingo-base() $:/language/Import/\n\n\\define messageField()\nmessage-$(payloadTiddler)$\n\\end\n\n\\define selectionField()\nselection-$(payloadTiddler)$\n\\end\n\n\\define previewPopupState()\n$(currentTiddler)$!!popup-$(payloadTiddler)$\n\\end\n\n\\define select-all-actions()\n<$list filter=\"[all[current]plugintiddlers[]sort[title]]\" variable=\"payloadTiddler\">\n<$action-setfield $field={{{ [<payloadTiddler>addprefix[selection-]] }}} $value={{$:/state/import/select-all}}/>\n</$list>\n\\end\n\n<table>\n<tbody>\n<tr>\n<th>\n<$checkbox tiddler=\"$:/state/import/select-all\" field=\"text\" checked=\"checked\" unchecked=\"unchecked\" default=\"checked\" actions=<<select-all-actions>>>\n<<lingo Listing/Select/Caption>>\n</$checkbox>\n</th>\n<th>\n<<lingo Listing/Title/Caption>>\n</th>\n<th>\n<<lingo Listing/Status/Caption>>\n</th>\n</tr>\n<$list filter=\"[all[current]plugintiddlers[]sort[title]]\" variable=\"payloadTiddler\">\n<tr>\n<td>\n<$checkbox field=<<selectionField>> checked=\"checked\" unchecked=\"unchecked\" default=\"checked\"/>\n</td>\n<td>\n<$reveal type=\"nomatch\" stateTitle=<<previewPopupState>> text=\"yes\" tag=\"div\">\n<$button class=\"tc-btn-invisible tc-btn-dropdown\" setTitle=<<previewPopupState>> setTo=\"yes\">\n{{$:/core/images/right-arrow}} <$text text=<<payloadTiddler>>/>\n</$button>\n</$reveal>\n<$reveal type=\"match\" stateTitle=<<previewPopupState>> text=\"yes\" tag=\"div\">\n<$button class=\"tc-btn-invisible tc-btn-dropdown\" setTitle=<<previewPopupState>> setTo=\"no\">\n{{$:/core/images/down-arrow}} <$text text=<<payloadTiddler>>/>\n</$button>\n</$reveal>\n</td>\n<td>\n<$view field=<<messageField>>/>\n</td>\n</tr>\n<tr>\n<td colspan=\"3\">\n<$reveal type=\"match\" text=\"yes\" stateTitle=<<previewPopupState>> tag=\"div\">\n<$list filter=\"[{$:/state/importpreviewtype}has[text]]\" variable=\"listItem\" emptyMessage={{$:/core/ui/ImportPreviews/Text}}>\n<$transclude tiddler={{$:/state/importpreviewtype}}/>\n</$list>\n</$reveal>\n</td>\n</tr>\n</$list>\n</tbody>\n</table>\n"
},
"$:/core/ui/ImportPreviews/Diff": {
"title": "$:/core/ui/ImportPreviews/Diff",
"tags": "$:/tags/ImportPreview",
"caption": "{{$:/language/Import/Listing/Preview/Diff}}",
"text": "<$macrocall $name=\"compareTiddlerText\" sourceTiddlerTitle=<<payloadTiddler>> destTiddlerTitle=<<currentTiddler>> destSubTiddlerTitle=<<payloadTiddler>>/>\n"
},
"$:/core/ui/ImportPreviews/DiffFields": {
"title": "$:/core/ui/ImportPreviews/DiffFields",
"tags": "$:/tags/ImportPreview",
"caption": "{{$:/language/Import/Listing/Preview/DiffFields}}",
"text": "<$macrocall $name=\"compareTiddlers\" sourceTiddlerTitle=<<payloadTiddler>> destTiddlerTitle=<<currentTiddler>> destSubTiddlerTitle=<<payloadTiddler>> exclude=\"text\"/>\n"
},
"$:/core/ui/ImportPreviews/Fields": {
"title": "$:/core/ui/ImportPreviews/Fields",
"tags": "$:/tags/ImportPreview",
"caption": "{{$:/language/Import/Listing/Preview/Fields}}",
"text": "<table class=\"tc-view-field-table\">\n<tbody>\n<$list filter=\"[<payloadTiddler>subtiddlerfields<currentTiddler>sort[]] -text\" variable=\"fieldName\">\n<tr class=\"tc-view-field\">\n<td class=\"tc-view-field-name\">\n<$text text=<<fieldName>>/>\n</td>\n<td class=\"tc-view-field-value\">\n<$view field=<<fieldName>> tiddler=<<currentTiddler>> subtiddler=<<payloadTiddler>>/>\n</td>\n</tr>\n</$list>\n</tbody>\n</table>\n"
},
"$:/core/ui/ImportPreviews/Text": {
"title": "$:/core/ui/ImportPreviews/Text",
"tags": "$:/tags/ImportPreview",
"caption": "{{$:/language/Import/Listing/Preview/Text}}",
"text": "<$transclude tiddler=<<currentTiddler>> subtiddler=<<payloadTiddler>> mode=\"block\"/>\n"
},
"$:/core/ui/ImportPreviews/TextRaw": {
"title": "$:/core/ui/ImportPreviews/TextRaw",
"tags": "$:/tags/ImportPreview",
"caption": "{{$:/language/Import/Listing/Preview/TextRaw}}",
"text": "<pre><code><$view tiddler=<<currentTiddler>> subtiddler=<<payloadTiddler>> /></code></pre>"
},
"$:/core/ui/KeyboardShortcuts/advanced-search": {
"title": "$:/core/ui/KeyboardShortcuts/advanced-search",
"tags": "$:/tags/KeyboardShortcut",
"key": "((advanced-search))",
"text": "<$navigator story=\"$:/StoryList\" history=\"$:/HistoryList\">\n<$action-navigate $to=\"$:/AdvancedSearch\"/>\n<$action-sendmessage $message=\"tm-focus-selector\" $param=\"\"\"[data-tiddler-title=\"$:/AdvancedSearch\"] .tc-search input\"\"\"/>\n</$navigator>\n"
},
"$:/core/ui/KeyboardShortcuts/new-image": {
"title": "$:/core/ui/KeyboardShortcuts/new-image",
"tags": "$:/tags/KeyboardShortcut",
"key": "((new-image))",
"text": "<$navigator story=\"$:/StoryList\" history=\"$:/HistoryList\" openLinkFromInsideRiver={{$:/config/Navigation/openLinkFromInsideRiver}} openLinkFromOutsideRiver={{$:/config/Navigation/openLinkFromOutsideRiver}} relinkOnRename={{$:/config/RelinkOnRename}}>\n{{$:/core/ui/Actions/new-image}}\n</$navigator>\n"
},
"$:/core/ui/KeyboardShortcuts/new-journal": {
"title": "$:/core/ui/KeyboardShortcuts/new-journal",
"tags": "$:/tags/KeyboardShortcut",
"key": "((new-journal))",
"text": "<$navigator story=\"$:/StoryList\" history=\"$:/HistoryList\" openLinkFromInsideRiver={{$:/config/Navigation/openLinkFromInsideRiver}} openLinkFromOutsideRiver={{$:/config/Navigation/openLinkFromOutsideRiver}} relinkOnRename={{$:/config/RelinkOnRename}}>\n{{$:/core/ui/Actions/new-journal}}\n</$navigator>\n"
},
"$:/core/ui/KeyboardShortcuts/new-tiddler": {
"title": "$:/core/ui/KeyboardShortcuts/new-tiddler",
"tags": "$:/tags/KeyboardShortcut",
"key": "((new-tiddler))",
"text": "<$navigator story=\"$:/StoryList\" history=\"$:/HistoryList\" openLinkFromInsideRiver={{$:/config/Navigation/openLinkFromInsideRiver}} openLinkFromOutsideRiver={{$:/config/Navigation/openLinkFromOutsideRiver}} relinkOnRename={{$:/config/RelinkOnRename}}>\n{{$:/core/ui/Actions/new-tiddler}}\n</$navigator>\n"
},
"$:/core/ui/KeyboardShortcuts/sidebar-search": {
"title": "$:/core/ui/KeyboardShortcuts/sidebar-search",
"tags": "$:/tags/KeyboardShortcut",
"key": "((sidebar-search))",
"text": "<$action-sendmessage $message=\"tm-focus-selector\" $param=\".tc-search input\"/>\n"
},
"$:/core/ui/KeyboardShortcut/toggle-sidebar": {
"title": "$:/core/ui/KeyboardShortcut/toggle-sidebar",
"tags": "$:/tags/KeyboardShortcut",
"key": "((toggle-sidebar))",
"text": "<$list filter=\"[[$:/state/sidebar]is[missing]] [{$:/state/sidebar}removeprefix[yes]]\" emptyMessage=\"\"\"\n<$action-setfield $tiddler=\"$:/state/sidebar\" text=\"yes\"/>\n\"\"\">\n<$action-setfield $tiddler=\"$:/state/sidebar\" text=\"no\"/>\n</$list>\n"
},
"$:/core/ui/ListItemTemplate": {
"title": "$:/core/ui/ListItemTemplate",
"text": "<div class=\"tc-menu-list-item\">\n<$link to={{!!title}}>\n<$view field=\"title\"/>\n</$link>\n</div>"
},
"$:/Manager/ItemMain/Fields": {
"title": "$:/Manager/ItemMain/Fields",
"tags": "$:/tags/Manager/ItemMain",
"caption": "{{$:/language/Manager/Item/Fields}}",
"text": "<table>\n<tbody>\n<$list filter=\"[all[current]fields[]sort[title]] -text\" template=\"$:/core/ui/TiddlerFieldTemplate\" variable=\"listItem\"/>\n</tbody>\n</table>\n"
},
"$:/Manager/ItemMain/RawText": {
"title": "$:/Manager/ItemMain/RawText",
"tags": "$:/tags/Manager/ItemMain",
"caption": "{{$:/language/Manager/Item/RawText}}",
"text": "<pre><code><$view/></code></pre>\n"
},
"$:/Manager/ItemMain/WikifiedText": {
"title": "$:/Manager/ItemMain/WikifiedText",
"tags": "$:/tags/Manager/ItemMain",
"caption": "{{$:/language/Manager/Item/WikifiedText}}",
"text": "<$transclude mode=\"block\"/>\n"
},
"$:/Manager/ItemSidebar/Colour": {
"title": "$:/Manager/ItemSidebar/Colour",
"tags": "$:/tags/Manager/ItemSidebar",
"caption": "{{$:/language/Manager/Item/Colour}}",
"text": "\\define swatch-styles()\nheight: 1em;\nbackground-color: $(colour)$\n\\end\n\n<$vars colour={{!!color}}>\n<p style=<<swatch-styles>>/>\n</$vars>\n<p>\n<$edit-text field=\"color\" tag=\"input\" type=\"color\"/> / <$edit-text field=\"color\" tag=\"input\" type=\"text\" size=\"9\"/>\n</p>\n"
},
"$:/Manager/ItemSidebar/Icon": {
"title": "$:/Manager/ItemSidebar/Icon",
"tags": "$:/tags/Manager/ItemSidebar",
"caption": "{{$:/language/Manager/Item/Icon}}",
"text": "<p>\n<div class=\"tc-manager-icon-editor\">\n<$button popup=<<qualify \"$:/state/popup/image-picker\">> class=\"tc-btn-invisible\">\n<$transclude tiddler={{!!icon}}>\n{{$:/language/Manager/Item/Icon/None}}\n</$transclude>\n</$button>\n<div class=\"tc-block-dropdown-wrapper\" style=\"position: static;\">\n<$reveal state=<<qualify \"$:/state/popup/image-picker\">> type=\"nomatch\" text=\"\" default=\"\" tag=\"div\" class=\"tc-popup\">\n<div class=\"tc-block-dropdown tc-popup-keep\" style=\"width: 80%; left: 10%; right: 10%; padding: 0.5em;\">\n<$macrocall $name=\"image-picker-include-tagged-images\" actions=\"\"\"\n<$action-setfield $field=\"icon\" $value=<<imageTitle>>/>\n<$action-deletetiddler $tiddler=<<qualify \"$:/state/popup/image-picker\">>/>\n\"\"\"/>\n</div>\n</$reveal>\n</div>\n</div>\n</p>\n"
},
"$:/Manager/ItemSidebar/Tags": {
"title": "$:/Manager/ItemSidebar/Tags",
"tags": "$:/tags/Manager/ItemSidebar",
"caption": "{{$:/language/Manager/Item/Tags}}",
"text": "\\define tag-checkbox-actions()\n<$action-listops\n\t$tiddler=\"$:/config/Manager/RecentTags\"\n\t$subfilter=\"[<tag>] [list[$:/config/Manager/RecentTags]] +[limit[12]]\"\n/>\n\\end\n\n\\define tag-picker-actions()\n<<tag-checkbox-actions>>\n<$action-listops\n\t$tiddler=<<currentTiddler>>\n\t$field=\"tags\"\n\t$subfilter=\"[<tag>] [all[current]tags[]]\"\n/>\n\\end\n\n<p>\n<$list filter=\"[all[current]tags[]] [list[$:/config/Manager/RecentTags]] +[sort[title]] \" variable=\"tag\">\n<div>\n<$checkbox tiddler=<<currentTiddler>> tag=<<tag>> actions=<<tag-checkbox-actions>>>\n<$macrocall $name=\"tag-pill\" tag=<<tag>>/>\n</$checkbox>\n</div>\n</$list>\n</p>\n<p>\n<$macrocall $name=\"tag-picker\" actions=<<tag-picker-actions>>/>\n</p>\n"
},
"$:/Manager/ItemSidebar/Tools": {
"title": "$:/Manager/ItemSidebar/Tools",
"tags": "$:/tags/Manager/ItemSidebar",
"caption": "{{$:/language/Manager/Item/Tools}}",
"text": "<p>\n<$button to=<<currentTiddler>>>{{$:/core/images/link}} open</$button>\n</p>\n<p>\n<$button message=\"tm-edit-tiddler\" param=<<currentTiddler>>>{{$:/core/images/edit-button}} edit</$button>\n</p>\n"
},
"$:/Manager": {
"title": "$:/Manager",
"icon": "$:/core/images/list",
"color": "#bbb",
"text": "\\define lingo-base() $:/language/Manager/\n\n\\define list-item-content-item()\n<div class=\"tc-manager-list-item-content-item\">\n\t<$vars state-title=\"\"\"$:/state/popup/manager/item/$(listItem)$\"\"\">\n\t\t<$reveal state=<<state-title>> type=\"match\" text=\"show\" default=\"show\" tag=\"div\">\n\t\t\t<$button set=<<state-title>> setTo=\"hide\" class=\"tc-btn-invisible tc-manager-list-item-content-item-heading\">\n\t\t\t\t{{$:/core/images/down-arrow}} <$transclude tiddler=<<listItem>> field=\"caption\"/>\n\t\t\t</$button>\n\t\t</$reveal>\n\t\t<$reveal state=<<state-title>> type=\"nomatch\" text=\"show\" default=\"show\" tag=\"div\">\n\t\t\t<$button set=<<state-title>> setTo=\"show\" class=\"tc-btn-invisible tc-manager-list-item-content-item-heading\">\n\t\t\t\t{{$:/core/images/right-arrow}} <$transclude tiddler=<<listItem>> field=\"caption\"/>\n\t\t\t</$button>\n\t\t</$reveal>\n\t\t<$reveal state=<<state-title>> type=\"match\" text=\"show\" default=\"show\" tag=\"div\" class=\"tc-manager-list-item-content-item-body\">\n\t\t\t<$transclude tiddler=<<listItem>>/>\n\t\t</$reveal>\n\t</$vars>\n</div>\n\\end\n\n<div class=\"tc-manager-wrapper\">\n\t<div class=\"tc-manager-controls\">\n\t\t<div class=\"tc-manager-control\">\n\t\t\t<<lingo Controls/Show/Prompt>> <$select tiddler=\"$:/config/Manager/Show\" default=\"tiddlers\">\n\t\t\t\t<option value=\"tiddlers\"><<lingo Controls/Show/Option/Tiddlers>></option>\n\t\t\t\t<option value=\"tags\"><<lingo Controls/Show/Option/Tags>></option>\n\t\t\t</$select>\n\t\t</div>\n\t\t<div class=\"tc-manager-control\">\n\t\t\t<<lingo Controls/Search/Prompt>> <$edit-text tiddler=\"$:/config/Manager/Filter\" tag=\"input\" default=\"\" placeholder={{$:/language/Manager/Controls/Search/Placeholder}}/>\n\t\t</div>\n\t\t<div class=\"tc-manager-control\">\n\t\t\t<<lingo Controls/FilterByTag/Prompt>> <$select tiddler=\"$:/config/Manager/Tag\" default=\"\">\n\t\t\t\t<option value=\"\"><<lingo Controls/FilterByTag/None>></option>\n\t\t\t\t<$list filter=\"[!is{$:/config/Manager/System}tags[]!is[system]sort[title]]\" variable=\"tag\">\n\t\t\t\t\t<option value=<<tag>>><$text text=<<tag>>/></option>\n\t\t\t\t</$list>\n\t\t\t</$select>\n\t\t</div>\n\t\t<div class=\"tc-manager-control\">\n\t\t\t<<lingo Controls/Sort/Prompt>> <$select tiddler=\"$:/config/Manager/Sort\" default=\"title\">\n\t\t\t\t<optgroup label=\"Common\">\n\t\t\t\t\t<$list filter=\"title modified modifier created creator created\" variable=\"field\">\n\t\t\t\t\t\t<option value=<<field>>><$text text=<<field>>/></option>\n\t\t\t\t\t</$list>\n\t\t\t\t</optgroup>\n\t\t\t\t<optgroup label=\"All\">\n\t\t\t\t\t<$list filter=\"[all{$:/config/Manager/Show}!is{$:/config/Manager/System}fields[]sort[title]] -title -modified -modifier -created -creator -created\" variable=\"field\">\n\t\t\t\t\t\t<option value=<<field>>><$text text=<<field>>/></option>\n\t\t\t\t\t</$list>\n\t\t\t\t</optgroup>\n\t\t\t</$select>\n\t\t\t<$checkbox tiddler=\"$:/config/Manager/Order\" field=\"text\" checked=\"reverse\" unchecked=\"forward\" default=\"forward\">\n\t\t\t\t<<lingo Controls/Order/Prompt>>\n\t\t\t</$checkbox>\n\t\t</div>\n\t\t<div class=\"tc-manager-control\">\n\t\t\t<$checkbox tiddler=\"$:/config/Manager/System\" field=\"text\" checked=\"\" unchecked=\"system\" default=\"system\">\n\t\t\t\t{{$:/language/SystemTiddlers/Include/Prompt}}\n\t\t\t</$checkbox>\n\t\t</div>\n\t</div>\n\t<div class=\"tc-manager-list\">\n\t\t<$list filter=\"[all{$:/config/Manager/Show}!is{$:/config/Manager/System}search{$:/config/Manager/Filter}tag:strict{$:/config/Manager/Tag}sort{$:/config/Manager/Sort}order{$:/config/Manager/Order}]\">\n\t\t\t<$vars transclusion=<<currentTiddler>>>\n\t\t\t\t<div style=\"tc-manager-list-item\">\n\t\t\t\t\t<$button popup=<<qualify \"$:/state/manager/popup\">> class=\"tc-btn-invisible tc-manager-list-item-heading\" selectedClass=\"tc-manager-list-item-heading-selected\">\n\t\t\t\t\t\t<$text text=<<currentTiddler>>/>\n\t\t\t\t\t</$button>\n\t\t\t\t\t<$reveal state=<<qualify \"$:/state/manager/popup\">> type=\"nomatch\" text=\"\" default=\"\" tag=\"div\" class=\"tc-manager-list-item-content tc-popup-handle\">\n\t\t\t\t\t\t<div class=\"tc-manager-list-item-content-tiddler\">\n\t\t\t\t\t\t\t<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/Manager/ItemMain]!has[draft.of]]\" variable=\"listItem\">\n\t\t\t\t\t\t\t\t<<list-item-content-item>>\n\t\t\t\t\t\t\t</$list>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<div class=\"tc-manager-list-item-content-sidebar\">\n\t\t\t\t\t\t\t<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/Manager/ItemSidebar]!has[draft.of]]\" variable=\"listItem\">\n\t\t\t\t\t\t\t\t<<list-item-content-item>>\n\t\t\t\t\t\t\t</$list>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</$reveal>\n\t\t\t\t</div>\n\t\t\t</$vars>\n\t\t</$list>\n\t</div>\n</div>\n"
},
"$:/core/ui/MissingTemplate": {
"title": "$:/core/ui/MissingTemplate",
"text": "<div class=\"tc-tiddler-missing\">\n<$button popup=<<qualify \"$:/state/popup/missing\">> class=\"tc-btn-invisible tc-missing-tiddler-label\">\n<$view field=\"title\" format=\"text\" />\n</$button>\n<$reveal state=<<qualify \"$:/state/popup/missing\">> type=\"popup\" position=\"below\" animate=\"yes\">\n<div class=\"tc-drop-down\">\n<$transclude tiddler=\"$:/core/ui/ListItemTemplate\"/>\n<hr>\n<$list filter=\"[all[current]backlinks[]sort[title]]\" template=\"$:/core/ui/ListItemTemplate\"/>\n</div>\n</$reveal>\n</div>\n"
},
"$:/core/ui/MoreSideBar/All": {
"title": "$:/core/ui/MoreSideBar/All",
"tags": "$:/tags/MoreSideBar",
"caption": "{{$:/language/SideBar/All/Caption}}",
"text": "<$list filter={{$:/core/Filters/AllTiddlers!!filter}} template=\"$:/core/ui/ListItemTemplate\"/>\n"
},
"$:/core/ui/MoreSideBar/Drafts": {
"title": "$:/core/ui/MoreSideBar/Drafts",
"tags": "$:/tags/MoreSideBar",
"caption": "{{$:/language/SideBar/Drafts/Caption}}",
"text": "<$list filter={{$:/core/Filters/Drafts!!filter}} template=\"$:/core/ui/ListItemTemplate\"/>\n"
},
"$:/core/ui/MoreSideBar/Explorer": {
"title": "$:/core/ui/MoreSideBar/Explorer",
"tags": "$:/tags/MoreSideBar",
"caption": "{{$:/language/SideBar/Explorer/Caption}}",
"text": "<<tree \"$:/\">>\n"
},
"$:/core/ui/MoreSideBar/Missing": {
"title": "$:/core/ui/MoreSideBar/Missing",
"tags": "$:/tags/MoreSideBar",
"caption": "{{$:/language/SideBar/Missing/Caption}}",
"text": "<$list filter={{$:/core/Filters/Missing!!filter}} template=\"$:/core/ui/MissingTemplate\"/>\n"
},
"$:/core/ui/MoreSideBar/Orphans": {
"title": "$:/core/ui/MoreSideBar/Orphans",
"tags": "$:/tags/MoreSideBar",
"caption": "{{$:/language/SideBar/Orphans/Caption}}",
"text": "<$list filter={{$:/core/Filters/Orphans!!filter}} template=\"$:/core/ui/ListItemTemplate\"/>\n"
},
"$:/core/ui/MoreSideBar/Plugins": {
"title": "$:/core/ui/MoreSideBar/Plugins",
"tags": "$:/tags/MoreSideBar",
"caption": "{{$:/language/ControlPanel/Plugins/Caption}}",
"text": "\n{{$:/language/ControlPanel/Plugins/Installed/Hint}}\n\n<<tabs \"[all[shadows+tiddlers]tag[$:/tags/MoreSideBar/Plugins]!has[draft.of]]\" \"$:/core/ui/MoreSideBar/Plugins/Plugins\">>\n"
},
"$:/core/ui/MoreSideBar/Recent": {
"title": "$:/core/ui/MoreSideBar/Recent",
"tags": "$:/tags/MoreSideBar",
"caption": "{{$:/language/SideBar/Recent/Caption}}",
"text": "<$macrocall $name=\"timeline\" format={{$:/language/RecentChanges/DateFormat}}/>\n"
},
"$:/core/ui/MoreSideBar/Shadows": {
"title": "$:/core/ui/MoreSideBar/Shadows",
"tags": "$:/tags/MoreSideBar",
"caption": "{{$:/language/SideBar/Shadows/Caption}}",
"text": "<$list filter={{$:/core/Filters/ShadowTiddlers!!filter}} template=\"$:/core/ui/ListItemTemplate\"/>\n"
},
"$:/core/ui/MoreSideBar/System": {
"title": "$:/core/ui/MoreSideBar/System",
"tags": "$:/tags/MoreSideBar",
"caption": "{{$:/language/SideBar/System/Caption}}",
"text": "<$list filter={{$:/core/Filters/SystemTiddlers!!filter}} template=\"$:/core/ui/ListItemTemplate\"/>\n"
},
"$:/core/ui/MoreSideBar/Tags": {
"title": "$:/core/ui/MoreSideBar/Tags",
"tags": "$:/tags/MoreSideBar",
"caption": "{{$:/language/SideBar/Tags/Caption}}",
"text": "<$set name=\"tv-config-toolbar-icons\" value=\"yes\">\n\n<$set name=\"tv-config-toolbar-text\" value=\"yes\">\n\n<$set name=\"tv-config-toolbar-class\" value=\"\">\n\n{{$:/core/ui/Buttons/tag-manager}}\n\n</$set>\n\n</$set>\n\n</$set>\n\n<$list filter={{$:/core/Filters/AllTags!!filter}}>\n\n<$transclude tiddler=\"$:/core/ui/TagTemplate\"/>\n\n</$list>\n\n<hr class=\"tc-untagged-separator\">\n\n{{$:/core/ui/UntaggedTemplate}}\n"
},
"$:/core/ui/MoreSideBar/Types": {
"title": "$:/core/ui/MoreSideBar/Types",
"tags": "$:/tags/MoreSideBar",
"caption": "{{$:/language/SideBar/Types/Caption}}",
"text": "<$list filter={{$:/core/Filters/TypedTiddlers!!filter}}>\n<div class=\"tc-menu-list-item\">\n<$view field=\"type\"/>\n<$list filter=\"[type{!!type}!is[system]sort[title]]\">\n<div class=\"tc-menu-list-subitem\">\n<$link to={{!!title}}><$view field=\"title\"/></$link>\n</div>\n</$list>\n</div>\n</$list>\n"
},
"$:/core/ui/MoreSideBar/Plugins/Languages": {
"title": "$:/core/ui/MoreSideBar/Plugins/Languages",
"tags": "$:/tags/MoreSideBar/Plugins",
"caption": "{{$:/language/ControlPanel/Plugins/Languages/Caption}}",
"text": "<$list filter=\"[!has[draft.of]plugin-type[language]sort[description]]\" template=\"$:/core/ui/PluginListItemTemplate\" emptyMessage={{$:/language/ControlPanel/Plugins/Empty/Hint}}/>\n"
},
"$:/core/ui/MoreSideBar/Plugins/Plugins": {
"title": "$:/core/ui/MoreSideBar/Plugins/Plugins",
"tags": "$:/tags/MoreSideBar/Plugins",
"caption": "{{$:/language/ControlPanel/Plugins/Plugins/Caption}}",
"text": "<$list filter=\"[!has[draft.of]plugin-type[plugin]sort[description]]\" template=\"$:/core/ui/PluginListItemTemplate\" emptyMessage={{$:/language/ControlPanel/Plugins/Empty/Hint}}>>/>\n"
},
"$:/core/ui/MoreSideBar/Plugins/Theme": {
"title": "$:/core/ui/MoreSideBar/Plugins/Theme",
"tags": "$:/tags/MoreSideBar/Plugins",
"caption": "{{$:/language/ControlPanel/Plugins/Themes/Caption}}",
"text": "<$list filter=\"[!has[draft.of]plugin-type[theme]sort[description]]\" template=\"$:/core/ui/PluginListItemTemplate\" emptyMessage={{$:/language/ControlPanel/Plugins/Empty/Hint}}/>\n"
},
"$:/core/ui/Buttons/advanced-search": {
"title": "$:/core/ui/Buttons/advanced-search",
"tags": "$:/tags/PageControls",
"caption": "{{$:/core/images/advanced-search-button}} {{$:/language/Buttons/AdvancedSearch/Caption}}",
"description": "{{$:/language/Buttons/AdvancedSearch/Hint}}",
"text": "\\define control-panel-button(class)\n<$button to=\"$:/AdvancedSearch\" tooltip={{$:/language/Buttons/AdvancedSearch/Hint}} aria-label={{$:/language/Buttons/AdvancedSearch/Caption}} class=\"\"\"$(tv-config-toolbar-class)$ $class$\"\"\">\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/advanced-search-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/AdvancedSearch/Caption}}/></span>\n</$list>\n</$button>\n\\end\n\n<$list filter=\"[list[$:/StoryList]] +[field:title[$:/AdvancedSearch]]\" emptyMessage=<<control-panel-button>>>\n<<control-panel-button \"tc-selected\">>\n</$list>\n"
},
"$:/core/ui/Buttons/close-all": {
"title": "$:/core/ui/Buttons/close-all",
"tags": "$:/tags/PageControls",
"caption": "{{$:/core/images/close-all-button}} {{$:/language/Buttons/CloseAll/Caption}}",
"description": "{{$:/language/Buttons/CloseAll/Hint}}",
"text": "<$button message=\"tm-close-all-tiddlers\" tooltip={{$:/language/Buttons/CloseAll/Hint}} aria-label={{$:/language/Buttons/CloseAll/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/close-all-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/CloseAll/Caption}}/></span>\n</$list>\n</$button>"
},
"$:/core/ui/Buttons/control-panel": {
"title": "$:/core/ui/Buttons/control-panel",
"tags": "$:/tags/PageControls",
"caption": "{{$:/core/images/options-button}} {{$:/language/Buttons/ControlPanel/Caption}}",
"description": "{{$:/language/Buttons/ControlPanel/Hint}}",
"text": "\\define control-panel-button(class)\n<$button to=\"$:/ControlPanel\" tooltip={{$:/language/Buttons/ControlPanel/Hint}} aria-label={{$:/language/Buttons/ControlPanel/Caption}} class=\"\"\"$(tv-config-toolbar-class)$ $class$\"\"\">\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/options-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/ControlPanel/Caption}}/></span>\n</$list>\n</$button>\n\\end\n\n<$list filter=\"[list[$:/StoryList]] +[field:title[$:/ControlPanel]]\" emptyMessage=<<control-panel-button>>>\n<<control-panel-button \"tc-selected\">>\n</$list>\n"
},
"$:/core/ui/Buttons/encryption": {
"title": "$:/core/ui/Buttons/encryption",
"tags": "$:/tags/PageControls",
"caption": "{{$:/core/images/locked-padlock}} {{$:/language/Buttons/Encryption/Caption}}",
"description": "{{$:/language/Buttons/Encryption/Hint}}",
"text": "<$reveal type=\"match\" state=\"$:/isEncrypted\" text=\"yes\">\n<$button message=\"tm-clear-password\" tooltip={{$:/language/Buttons/Encryption/ClearPassword/Hint}} aria-label={{$:/language/Buttons/Encryption/ClearPassword/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/locked-padlock}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Encryption/ClearPassword/Caption}}/></span>\n</$list>\n</$button>\n</$reveal>\n<$reveal type=\"nomatch\" state=\"$:/isEncrypted\" text=\"yes\">\n<$button message=\"tm-set-password\" tooltip={{$:/language/Buttons/Encryption/SetPassword/Hint}} aria-label={{$:/language/Buttons/Encryption/SetPassword/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/unlocked-padlock}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Encryption/SetPassword/Caption}}/></span>\n</$list>\n</$button>\n</$reveal>"
},
"$:/core/ui/Buttons/export-page": {
"title": "$:/core/ui/Buttons/export-page",
"tags": "$:/tags/PageControls",
"caption": "{{$:/core/images/export-button}} {{$:/language/Buttons/ExportPage/Caption}}",
"description": "{{$:/language/Buttons/ExportPage/Hint}}",
"text": "<$macrocall $name=\"exportButton\" exportFilter=\"[!is[system]sort[title]]\" lingoBase=\"$:/language/Buttons/ExportPage/\"/>"
},
"$:/core/ui/Buttons/fold-all": {
"title": "$:/core/ui/Buttons/fold-all",
"tags": "$:/tags/PageControls",
"caption": "{{$:/core/images/fold-all-button}} {{$:/language/Buttons/FoldAll/Caption}}",
"description": "{{$:/language/Buttons/FoldAll/Hint}}",
"text": "<$button tooltip={{$:/language/Buttons/FoldAll/Hint}} aria-label={{$:/language/Buttons/FoldAll/Caption}} class=<<tv-config-toolbar-class>>>\n<$action-sendmessage $message=\"tm-fold-all-tiddlers\" $param=<<currentTiddler>> foldedStatePrefix=\"$:/state/folded/\"/>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\" variable=\"listItem\">\n{{$:/core/images/fold-all-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/FoldAll/Caption}}/></span>\n</$list>\n</$button>"
},
"$:/core/ui/Buttons/full-screen": {
"title": "$:/core/ui/Buttons/full-screen",
"tags": "$:/tags/PageControls",
"caption": "{{$:/core/images/full-screen-button}} {{$:/language/Buttons/FullScreen/Caption}}",
"description": "{{$:/language/Buttons/FullScreen/Hint}}",
"text": "<$button message=\"tm-full-screen\" tooltip={{$:/language/Buttons/FullScreen/Hint}} aria-label={{$:/language/Buttons/FullScreen/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/full-screen-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/FullScreen/Caption}}/></span>\n</$list>\n</$button>"
},
"$:/core/ui/Buttons/home": {
"title": "$:/core/ui/Buttons/home",
"tags": "$:/tags/PageControls",
"caption": "{{$:/core/images/home-button}} {{$:/language/Buttons/Home/Caption}}",
"description": "{{$:/language/Buttons/Home/Hint}}",
"text": "<$button message=\"tm-home\" tooltip={{$:/language/Buttons/Home/Hint}} aria-label={{$:/language/Buttons/Home/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/home-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Home/Caption}}/></span>\n</$list>\n</$button>"
},
"$:/core/ui/Buttons/import": {
"title": "$:/core/ui/Buttons/import",
"tags": "$:/tags/PageControls",
"caption": "{{$:/core/images/import-button}} {{$:/language/Buttons/Import/Caption}}",
"description": "{{$:/language/Buttons/Import/Hint}}",
"text": "<div class=\"tc-file-input-wrapper\">\n<$button tooltip={{$:/language/Buttons/Import/Hint}} aria-label={{$:/language/Buttons/Import/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/import-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Import/Caption}}/></span>\n</$list>\n</$button>\n<$browse tooltip={{$:/language/Buttons/Import/Hint}}/>\n</div>"
},
"$:/core/ui/Buttons/language": {
"title": "$:/core/ui/Buttons/language",
"tags": "$:/tags/PageControls",
"caption": "{{$:/core/images/globe}} {{$:/language/Buttons/Language/Caption}}",
"description": "{{$:/language/Buttons/Language/Hint}}",
"text": "\\define flag-title()\n$(languagePluginTitle)$/icon\n\\end\n<span class=\"tc-popup-keep\">\n<$button popup=<<qualify \"$:/state/popup/language\">> tooltip={{$:/language/Buttons/Language/Hint}} aria-label={{$:/language/Buttons/Language/Caption}} class=<<tv-config-toolbar-class>> selectedClass=\"tc-selected\">\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n<span class=\"tc-image-button\">\n<$set name=\"languagePluginTitle\" value={{$:/language}}>\n<$image source=<<flag-title>>/>\n</$set>\n</span>\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Language/Caption}}/></span>\n</$list>\n</$button>\n</span>\n<$reveal state=<<qualify \"$:/state/popup/language\">> type=\"popup\" position=\"below\" animate=\"yes\">\n<div class=\"tc-drop-down\">\n{{$:/snippets/languageswitcher}}\n</div>\n</$reveal>"
},
"$:/core/ui/Buttons/manager": {
"title": "$:/core/ui/Buttons/manager",
"tags": "$:/tags/PageControls",
"caption": "{{$:/core/images/list}} {{$:/language/Buttons/Manager/Caption}}",
"description": "{{$:/language/Buttons/Manager/Hint}}",
"text": "\\define manager-button(class)\n<$button to=\"$:/Manager\" tooltip={{$:/language/Buttons/Manager/Hint}} aria-label={{$:/language/Buttons/Manager/Caption}} class=\"\"\"$(tv-config-toolbar-class)$ $class$\"\"\">\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/list}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Manager/Caption}}/></span>\n</$list>\n</$button>\n\\end\n\n<$list filter=\"[list[$:/StoryList]] +[field:title[$:/Manager]]\" emptyMessage=<<manager-button>>>\n<<manager-button \"tc-selected\">>\n</$list>\n"
},
"$:/core/ui/Buttons/more-page-actions": {
"title": "$:/core/ui/Buttons/more-page-actions",
"tags": "$:/tags/PageControls",
"caption": "{{$:/core/images/down-arrow}} {{$:/language/Buttons/More/Caption}}",
"description": "{{$:/language/Buttons/More/Hint}}",
"text": "\\define config-title()\n$:/config/PageControlButtons/Visibility/$(listItem)$\n\\end\n<$button popup=<<qualify \"$:/state/popup/more\">> tooltip={{$:/language/Buttons/More/Hint}} aria-label={{$:/language/Buttons/More/Caption}} class=<<tv-config-toolbar-class>> selectedClass=\"tc-selected\">\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/down-arrow}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/More/Caption}}/></span>\n</$list>\n</$button><$reveal state=<<qualify \"$:/state/popup/more\">> type=\"popup\" position=\"below\" animate=\"yes\">\n\n<div class=\"tc-drop-down\">\n\n<$set name=\"tv-config-toolbar-icons\" value=\"yes\">\n\n<$set name=\"tv-config-toolbar-text\" value=\"yes\">\n\n<$set name=\"tv-config-toolbar-class\" value=\"tc-btn-invisible\">\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/PageControls]!has[draft.of]] -[[$:/core/ui/Buttons/more-page-actions]]\" variable=\"listItem\">\n\n<$reveal type=\"match\" state=<<config-title>> text=\"hide\">\n\n<$set name=\"tv-config-toolbar-class\" filter=\"[<tv-config-toolbar-class>] [<listItem>encodeuricomponent[]addprefix[tc-btn-]]\">\n\n<$transclude tiddler=<<listItem>> mode=\"inline\"/>\n\n</$set>\n\n</$reveal>\n\n</$list>\n\n</$set>\n\n</$set>\n\n</$set>\n\n</div>\n\n</$reveal>"
},
"$:/core/ui/Buttons/new-image": {
"title": "$:/core/ui/Buttons/new-image",
"tags": "$:/tags/PageControls",
"caption": "{{$:/core/images/new-image-button}} {{$:/language/Buttons/NewImage/Caption}}",
"description": "{{$:/language/Buttons/NewImage/Hint}}",
"text": "<$button tooltip={{$:/language/Buttons/NewImage/Hint}} aria-label={{$:/language/Buttons/NewImage/Caption}} class=<<tv-config-toolbar-class>> actions={{$:/core/ui/Actions/new-image}}>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/new-image-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/NewImage/Caption}}/></span>\n</$list>\n</$button>\n"
},
"$:/core/ui/Buttons/new-journal": {
"title": "$:/core/ui/Buttons/new-journal",
"tags": "$:/tags/PageControls",
"caption": "{{$:/core/images/new-journal-button}} {{$:/language/Buttons/NewJournal/Caption}}",
"description": "{{$:/language/Buttons/NewJournal/Hint}}",
"text": "\\define journalButton()\n<$button tooltip={{$:/language/Buttons/NewJournal/Hint}} aria-label={{$:/language/Buttons/NewJournal/Caption}} class=<<tv-config-toolbar-class>> actions={{$:/core/ui/Actions/new-journal}}>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/new-journal-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/NewJournal/Caption}}/></span>\n</$list>\n</$button>\n\\end\n<<journalButton>>\n"
},
"$:/core/ui/Buttons/new-tiddler": {
"title": "$:/core/ui/Buttons/new-tiddler",
"tags": "$:/tags/PageControls",
"caption": "{{$:/core/images/new-button}} {{$:/language/Buttons/NewTiddler/Caption}}",
"description": "{{$:/language/Buttons/NewTiddler/Hint}}",
"text": "<$button actions={{$:/core/ui/Actions/new-tiddler}} tooltip={{$:/language/Buttons/NewTiddler/Hint}} aria-label={{$:/language/Buttons/NewTiddler/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/new-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/NewTiddler/Caption}}/></span>\n</$list>\n</$button>\n"
},
"$:/core/ui/Buttons/palette": {
"title": "$:/core/ui/Buttons/palette",
"tags": "$:/tags/PageControls",
"caption": "{{$:/core/images/palette}} {{$:/language/Buttons/Palette/Caption}}",
"description": "{{$:/language/Buttons/Palette/Hint}}",
"text": "<span class=\"tc-popup-keep\">\n<$button popup=<<qualify \"$:/state/popup/palette\">> tooltip={{$:/language/Buttons/Palette/Hint}} aria-label={{$:/language/Buttons/Palette/Caption}} class=<<tv-config-toolbar-class>> selectedClass=\"tc-selected\">\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/palette}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Palette/Caption}}/></span>\n</$list>\n</$button>\n</span>\n<$reveal state=<<qualify \"$:/state/popup/palette\">> type=\"popup\" position=\"below\" animate=\"yes\">\n<div class=\"tc-drop-down\" style=\"font-size:0.7em;\">\n{{$:/snippets/paletteswitcher}}\n</div>\n</$reveal>"
},
"$:/core/ui/Buttons/print": {
"title": "$:/core/ui/Buttons/print",
"tags": "$:/tags/PageControls",
"caption": "{{$:/core/images/print-button}} {{$:/language/Buttons/Print/Caption}}",
"description": "{{$:/language/Buttons/Print/Hint}}",
"text": "<$button message=\"tm-print\" tooltip={{$:/language/Buttons/Print/Hint}} aria-label={{$:/language/Buttons/Print/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/print-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Print/Caption}}/></span>\n</$list>\n</$button>"
},
"$:/core/ui/Buttons/refresh": {
"title": "$:/core/ui/Buttons/refresh",
"tags": "$:/tags/PageControls",
"caption": "{{$:/core/images/refresh-button}} {{$:/language/Buttons/Refresh/Caption}}",
"description": "{{$:/language/Buttons/Refresh/Hint}}",
"text": "<$button message=\"tm-browser-refresh\" tooltip={{$:/language/Buttons/Refresh/Hint}} aria-label={{$:/language/Buttons/Refresh/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/refresh-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Refresh/Caption}}/></span>\n</$list>\n</$button>"
},
"$:/core/ui/Buttons/save-wiki": {
"title": "$:/core/ui/Buttons/save-wiki",
"tags": "$:/tags/PageControls",
"caption": "{{$:/core/images/save-button}} {{$:/language/Buttons/SaveWiki/Caption}}",
"description": "{{$:/language/Buttons/SaveWiki/Hint}}",
"text": "<$button tooltip={{$:/language/Buttons/SaveWiki/Hint}} aria-label={{$:/language/Buttons/SaveWiki/Caption}} class=<<tv-config-toolbar-class>>>\n<$wikify name=\"site-title\" text={{$:/config/SaveWikiButton/Filename}}>\n<$action-sendmessage $message=\"tm-save-wiki\" $param={{$:/config/SaveWikiButton/Template}} filename=<<site-title>>/>\n</$wikify>\n<span class=\"tc-dirty-indicator\">\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/save-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/SaveWiki/Caption}}/></span>\n</$list>\n</span>\n</$button>"
},
"$:/core/ui/Buttons/storyview": {
"title": "$:/core/ui/Buttons/storyview",
"tags": "$:/tags/PageControls",
"caption": "{{$:/core/images/storyview-classic}} {{$:/language/Buttons/StoryView/Caption}}",
"description": "{{$:/language/Buttons/StoryView/Hint}}",
"text": "\\define icon()\n$:/core/images/storyview-$(storyview)$\n\\end\n<span class=\"tc-popup-keep\">\n<$button popup=<<qualify \"$:/state/popup/storyview\">> tooltip={{$:/language/Buttons/StoryView/Hint}} aria-label={{$:/language/Buttons/StoryView/Caption}} class=<<tv-config-toolbar-class>> selectedClass=\"tc-selected\">\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n<$set name=\"storyview\" value={{$:/view}}>\n<$transclude tiddler=<<icon>>/>\n</$set>\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/StoryView/Caption}}/></span>\n</$list>\n</$button>\n</span>\n<$reveal state=<<qualify \"$:/state/popup/storyview\">> type=\"popup\" position=\"below\" animate=\"yes\">\n<div class=\"tc-drop-down\">\n{{$:/snippets/viewswitcher}}\n</div>\n</$reveal>"
},
"$:/core/ui/Buttons/tag-manager": {
"title": "$:/core/ui/Buttons/tag-manager",
"tags": "$:/tags/PageControls",
"caption": "{{$:/core/images/tag-button}} {{$:/language/Buttons/TagManager/Caption}}",
"description": "{{$:/language/Buttons/TagManager/Hint}}",
"text": "\\define control-panel-button(class)\n<$button to=\"$:/TagManager\" tooltip={{$:/language/Buttons/TagManager/Hint}} aria-label={{$:/language/Buttons/TagManager/Caption}} class=\"\"\"$(tv-config-toolbar-class)$ $class$\"\"\">\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/tag-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/TagManager/Caption}}/></span>\n</$list>\n</$button>\n\\end\n\n<$list filter=\"[list[$:/StoryList]] +[field:title[$:/TagManager]]\" emptyMessage=<<control-panel-button>>>\n<<control-panel-button \"tc-selected\">>\n</$list>\n"
},
"$:/core/ui/Buttons/theme": {
"title": "$:/core/ui/Buttons/theme",
"tags": "$:/tags/PageControls",
"caption": "{{$:/core/images/theme-button}} {{$:/language/Buttons/Theme/Caption}}",
"description": "{{$:/language/Buttons/Theme/Hint}}",
"text": "<span class=\"tc-popup-keep\">\n<$button popup=<<qualify \"$:/state/popup/theme\">> tooltip={{$:/language/Buttons/Theme/Hint}} aria-label={{$:/language/Buttons/Theme/Caption}} class=<<tv-config-toolbar-class>> selectedClass=\"tc-selected\">\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/theme-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Theme/Caption}}/></span>\n</$list>\n</$button>\n</span>\n<$reveal state=<<qualify \"$:/state/popup/theme\">> type=\"popup\" position=\"below\" animate=\"yes\">\n<div class=\"tc-drop-down\">\n<$linkcatcher to=\"$:/theme\">\n{{$:/snippets/themeswitcher}}\n</$linkcatcher>\n</div>\n</$reveal>"
},
"$:/core/ui/Buttons/timestamp": {
"title": "$:/core/ui/Buttons/timestamp",
"tags": "$:/tags/PageControls",
"caption": "{{$:/core/images/timestamp-on}} {{$:/language/Buttons/Timestamp/Caption}}",
"description": "{{$:/language/Buttons/Timestamp/Hint}}",
"text": "<$reveal type=\"nomatch\" state=\"$:/config/TimestampDisable\" text=\"yes\">\n<$button tooltip={{$:/language/Buttons/Timestamp/On/Hint}} aria-label={{$:/language/Buttons/Timestamp/On/Caption}} class=<<tv-config-toolbar-class>>>\n<$action-setfield $tiddler=\"$:/config/TimestampDisable\" $value=\"yes\"/>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/timestamp-on}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Timestamp/On/Caption}}/></span>\n</$list>\n</$button>\n</$reveal>\n<$reveal type=\"match\" state=\"$:/config/TimestampDisable\" text=\"yes\">\n<$button tooltip={{$:/language/Buttons/Timestamp/Off/Hint}} aria-label={{$:/language/Buttons/Timestamp/Off/Caption}} class=<<tv-config-toolbar-class>>>\n<$action-setfield $tiddler=\"$:/config/TimestampDisable\" $value=\"no\"/>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/timestamp-off}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Timestamp/Off/Caption}}/></span>\n</$list>\n</$button>\n</$reveal>"
},
"$:/core/ui/Buttons/unfold-all": {
"title": "$:/core/ui/Buttons/unfold-all",
"tags": "$:/tags/PageControls",
"caption": "{{$:/core/images/unfold-all-button}} {{$:/language/Buttons/UnfoldAll/Caption}}",
"description": "{{$:/language/Buttons/UnfoldAll/Hint}}",
"text": "<$button tooltip={{$:/language/Buttons/UnfoldAll/Hint}} aria-label={{$:/language/Buttons/UnfoldAll/Caption}} class=<<tv-config-toolbar-class>>>\n<$action-sendmessage $message=\"tm-unfold-all-tiddlers\" $param=<<currentTiddler>> foldedStatePrefix=\"$:/state/folded/\"/>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\" variable=\"listItem\">\n{{$:/core/images/unfold-all-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/UnfoldAll/Caption}}/></span>\n</$list>\n</$button>"
},
"$:/core/ui/PageTemplate/pagecontrols": {
"title": "$:/core/ui/PageTemplate/pagecontrols",
"text": "\\whitespace trim\n\\define config-title()\n$:/config/PageControlButtons/Visibility/$(listItem)$\n\\end\n<div class=\"tc-page-controls\">\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/PageControls]!has[draft.of]]\" variable=\"listItem\">\n<$set name=\"hidden\" value=<<config-title>>>\n<$list filter=\"[<hidden>!text[hide]]\" storyview=\"pop\">\n<$set name=\"tv-config-toolbar-class\" filter=\"[<tv-config-toolbar-class>] [<listItem>encodeuricomponent[]addprefix[tc-btn-]]\">\n<$transclude tiddler=<<listItem>> mode=\"inline\"/>\n</$set>\n</$list>\n</$set>\n</$list>\n</div>\n"
},
"$:/core/ui/PageStylesheet": {
"title": "$:/core/ui/PageStylesheet",
"text": "\\import [[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]\n\n<$set name=\"currentTiddler\" value={{$:/language}}>\n\n<$set name=\"languageTitle\" value={{!!name}}>\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/Stylesheet]!has[draft.of]]\">\n<$transclude mode=\"block\"/>\n</$list>\n\n</$set>\n\n</$set>\n"
},
"$:/core/ui/PageTemplate/alerts": {
"title": "$:/core/ui/PageTemplate/alerts",
"tags": "$:/tags/PageTemplate",
"text": "<div class=\"tc-alerts\">\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/Alert]!has[draft.of]]\" template=\"$:/core/ui/AlertTemplate\" storyview=\"pop\"/>\n\n</div>\n"
},
"$:/core/ui/PageTemplate/drafts": {
"title": "$:/core/ui/PageTemplate/drafts",
"tags": "$:/tags/PageTemplate",
"text": "\\whitespace trim\n<$reveal state=\"$:/status/IsReadOnly\" type=\"nomatch\" text=\"yes\" tag=\"div\" class=\"tc-drafts-list\">\n<$list filter=\"[has[draft.of]!sort[modified]] -[list[$:/StoryList]]\">\n<$link>\n{{$:/core/images/edit-button}} <$text text=<<currentTiddler>>/>\n</$link>\n</$list>\n</$reveal>\n"
},
"$:/core/ui/PageTemplate/pluginreloadwarning": {
"title": "$:/core/ui/PageTemplate/pluginreloadwarning",
"tags": "$:/tags/PageTemplate",
"text": "\\define lingo-base() $:/language/\n\n<$list filter=\"[has[plugin-type]haschanged[]!plugin-type[import]limit[1]]\">\n\n<$reveal type=\"nomatch\" state=\"$:/temp/HidePluginWarning\" text=\"yes\">\n\n<div class=\"tc-plugin-reload-warning\">\n\n<$set name=\"tv-config-toolbar-class\" value=\"\">\n\n<<lingo PluginReloadWarning>> <$button set=\"$:/temp/HidePluginWarning\" setTo=\"yes\" class=\"tc-btn-invisible\">{{$:/core/images/close-button}}</$button>\n\n</$set>\n\n</div>\n\n</$reveal>\n\n</$list>\n"
},
"$:/core/ui/PageTemplate/sidebar": {
"title": "$:/core/ui/PageTemplate/sidebar",
"tags": "$:/tags/PageTemplate",
"text": "\\whitespace trim\n\\define config-title()\n$:/config/SideBarSegments/Visibility/$(listItem)$\n\\end\n\n<$scrollable fallthrough=\"no\" class=\"tc-sidebar-scrollable\">\n\n<div class=\"tc-sidebar-header\">\n\n<$reveal state=\"$:/state/sidebar\" type=\"match\" text=\"yes\" default=\"yes\" retain=\"yes\" animate=\"yes\">\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/SideBarSegment]!has[draft.of]]\" variable=\"listItem\">\n\n<$reveal type=\"nomatch\" state=<<config-title>> text=\"hide\" tag=\"div\">\n\n<$transclude tiddler=<<listItem>> mode=\"block\"/>\n\n</$reveal>\n\n</$list>\n\n</$reveal>\n\n</div>\n\n</$scrollable>\n"
},
"$:/core/ui/PageTemplate/story": {
"title": "$:/core/ui/PageTemplate/story",
"tags": "$:/tags/PageTemplate",
"text": "\\whitespace trim\n<section class=\"tc-story-river\">\n\n<section class=\"story-backdrop\">\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/AboveStory]!has[draft.of]]\">\n\n<$transclude/>\n\n</$list>\n\n</section>\n\n<$list filter=\"[list[$:/StoryList]]\" history=\"$:/HistoryList\" template={{$:/config/ui/ViewTemplate}} editTemplate={{$:/config/ui/EditTemplate}} storyview={{$:/view}} emptyMessage={{$:/config/EmptyStoryMessage}}/>\n\n<section class=\"story-frontdrop\">\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/BelowStory]!has[draft.of]]\">\n\n<$transclude/>\n\n</$list>\n\n</section>\n\n</section>\n"
},
"$:/core/ui/PageTemplate/topleftbar": {
"title": "$:/core/ui/PageTemplate/topleftbar",
"tags": "$:/tags/PageTemplate",
"text": "<span class=\"tc-topbar tc-topbar-left\">\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/TopLeftBar]!has[draft.of]]\" variable=\"listItem\" storyview=\"pop\">\n\n<$transclude tiddler=<<listItem>> mode=\"inline\"/>\n\n</$list>\n\n</span>\n"
},
"$:/core/ui/PageTemplate/toprightbar": {
"title": "$:/core/ui/PageTemplate/toprightbar",
"tags": "$:/tags/PageTemplate",
"text": "<span class=\"tc-topbar tc-topbar-right\">\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/TopRightBar]!has[draft.of]]\" variable=\"listItem\" storyview=\"pop\">\n\n<$transclude tiddler=<<listItem>> mode=\"inline\"/>\n\n</$list>\n\n</span>\n"
},
"$:/core/ui/PageTemplate": {
"title": "$:/core/ui/PageTemplate",
"text": "\\whitespace trim\n\\define containerClasses()\ntc-page-container tc-page-view-$(storyviewTitle)$ tc-language-$(languageTitle)$\n\\end\n\\import [[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]\n\n<$set name=\"tv-config-toolbar-icons\" value={{$:/config/Toolbar/Icons}}>\n\n<$set name=\"tv-config-toolbar-text\" value={{$:/config/Toolbar/Text}}>\n\n<$set name=\"tv-config-toolbar-class\" value={{$:/config/Toolbar/ButtonClass}}>\n\n<$set name=\"tv-show-missing-links\" value={{$:/config/MissingLinks}}>\n\n<$set name=\"storyviewTitle\" value={{$:/view}}>\n\n<$set name=\"languageTitle\" value={{{ [{$:/language}get[name]] }}}>\n\n<div class=<<containerClasses>>>\n\n<$navigator story=\"$:/StoryList\" history=\"$:/HistoryList\" openLinkFromInsideRiver={{$:/config/Navigation/openLinkFromInsideRiver}} openLinkFromOutsideRiver={{$:/config/Navigation/openLinkFromOutsideRiver}} relinkOnRename={{$:/config/RelinkOnRename}}>\n\n<$dropzone>\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/PageTemplate]!has[draft.of]]\" variable=\"listItem\">\n\n<$transclude tiddler=<<listItem>>/>\n\n</$list>\n\n</$dropzone>\n\n</$navigator>\n\n</div>\n\n</$set>\n\n</$set>\n\n</$set>\n\n</$set>\n\n</$set>\n\n</$set>\n"
},
"$:/PaletteManager": {
"title": "$:/PaletteManager",
"text": "\\define lingo-base() $:/language/ControlPanel/Palette/Editor/\n\\define describePaletteColour(colour)\n<$transclude tiddler=\"$:/language/Docs/PaletteColours/$colour$\"><$text text=\"$colour$\"/></$transclude>\n\\end\n\\define edit-colour-placeholder()\n edit $(colourName)$\n\\end\n\\define colour-tooltip(showhide) $showhide$ editor for $(newColourName)$ \n\\define resolve-colour(macrocall)\n\\import $:/core/macros/utils\n\\whitespace trim\n<$wikify name=\"name\" text=\"\"\"$macrocall$\"\"\">\n<<name>>\n</$wikify>\n\\end\n\\define delete-colour-index-actions() <$action-setfield $index=<<colourName>>/>\n\\define palette-manager-colour-row-segment()\n\\whitespace trim\n<$edit-text index=<<colourName>> tag=\"input\" placeholder=<<edit-colour-placeholder>> default=\"\"/>\n<br>\n<$edit-text index=<<colourName>> type=\"color\" tag=\"input\" class=\"tc-palette-manager-colour-input\"/>\n<$list filter=\"[<currentTiddler>getindex<colourName>removeprefix[<<]removesuffix[>>]] [<currentTiddler>getindex<colourName>removeprefix[<$]removesuffix[/>]]\" variable=\"ignore\">\n<$set name=\"state\" value={{{ [[$:/state/palettemanager/]addsuffix<currentTiddler>addsuffix[/]addsuffix<colourName>] }}}>\n<$wikify name=\"newColourName\" text=\"\"\"<$macrocall $name=\"resolve-colour\" macrocall={{{ [<currentTiddler>getindex<colourName>] }}}/>\"\"\">\n<$reveal state=<<state>> type=\"nomatch\" text=\"show\">\n<$button tooltip=<<colour-tooltip show>> aria-label=<<colour-tooltip show>> class=\"tc-btn-invisible\" set=<<state>> setTo=\"show\">{{$:/core/images/down-arrow}} <$text text=<<newColourName>>/></$button><br>\n</$reveal>\n<$reveal state=<<state>> type=\"match\" text=\"show\">\n<$button tooltip=<<colour-tooltip hide>> aria-label=<<colour-tooltip show>> class=\"tc-btn-invisible\" actions=\"\"\"<$action-deletetiddler $tiddler=<<state>>/>\"\"\">{{$:/core/images/up-arrow}} <$text text=<<newColourName>>/></$button><br>\n</$reveal>\n<$reveal state=<<state>> type=\"match\" text=\"show\">\n<$set name=\"colourName\" value=<<newColourName>>>\n<br>\n<<palette-manager-colour-row-segment>>\n<br><br>\n</$set>\n</$reveal>\n</$wikify>\n</$set>\n</$list>\n\\end\n\\define palette-manager-colour-row()\n\\whitespace trim\n<tr>\n<td>\n<span style=\"float:right;\">\n<$button tooltip=<<lingo Delete/Hint>> aria-label=<<lingo Delete/Hint>> class=\"tc-btn-invisible\" actions=<<delete-colour-index-actions>>>\n{{$:/core/images/delete-button}}</$button>\n</span>\n''<$macrocall $name=\"describePaletteColour\" colour=<<colourName>>/>''<br/>\n<$macrocall $name=\"colourName\" $output=\"text/plain\"/>\n</td>\n<td>\n<<palette-manager-colour-row-segment>>\n</td>\n</tr>\n\\end\n\\define palette-manager-table()\n\\whitespace trim\n<table>\n<tbody>\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/Palette]indexes[]]\" variable=\"colourName\">\n<$list filter=\"[<currentTiddler>indexes[]removeprefix<colourName>suffix[]]\" variable=\"ignore\" emptyMessage=\"\"\"\n<$list filter=\"[{$:/state/palettemanager/showexternal}removeprefix[yes]suffix[]]\" variable=\"ignore\">\n<<palette-manager-colour-row>>\n</$list>\n\"\"\">\n<<palette-manager-colour-row>>\n</$list>\n</$list>\n</tbody>\n</table>\n\\end\n<$set name=\"currentTiddler\" value={{$:/palette}}>\n\n<<lingo Prompt>> <$link to={{$:/palette}}><$macrocall $name=\"currentTiddler\" $output=\"text/plain\"/></$link>\n\n<$list filter=\"[all[current]is[shadow]is[tiddler]]\" variable=\"listItem\">\n<<lingo Prompt/Modified>>\n<$button message=\"tm-delete-tiddler\" param={{$:/palette}}><<lingo Reset/Caption>></$button>\n</$list>\n\n<$list filter=\"[all[current]is[shadow]!is[tiddler]]\" variable=\"listItem\">\n<<lingo Clone/Prompt>>\n</$list>\n\n<$button message=\"tm-new-tiddler\" param={{$:/palette}}><<lingo Clone/Caption>></$button>\n\n<$checkbox tiddler=\"$:/state/palettemanager/showexternal\" field=\"text\" checked=\"yes\" unchecked=\"no\"> <<lingo Names/External/Show>></$checkbox>\n\n<<palette-manager-table>>\n"
},
"$:/core/ui/PluginInfo": {
"title": "$:/core/ui/PluginInfo",
"text": "\\define localised-info-tiddler-title()\n$(currentTiddler)$/$(languageTitle)$/$(currentTab)$\n\\end\n\\define info-tiddler-title()\n$(currentTiddler)$/$(currentTab)$\n\\end\n\\define default-tiddler-title()\n$:/core/ui/PluginInfo/Default/$(currentTab)$\n\\end\n<$transclude tiddler=<<localised-info-tiddler-title>> mode=\"block\">\n<$transclude tiddler=<<currentTiddler>> subtiddler=<<localised-info-tiddler-title>> mode=\"block\">\n<$transclude tiddler=<<currentTiddler>> subtiddler=<<info-tiddler-title>> mode=\"block\">\n<$transclude tiddler=<<default-tiddler-title>> mode=\"block\">\n{{$:/language/ControlPanel/Plugin/NoInfoFound/Hint}}\n</$transclude>\n</$transclude>\n</$transclude>\n</$transclude>\n"
},
"$:/core/ui/PluginInfo/Default/contents": {
"title": "$:/core/ui/PluginInfo/Default/contents",
"text": "\\define lingo-base() $:/language/TiddlerInfo/Advanced/PluginInfo/\n<<lingo Hint>>\n<ul>\n<$list filter=\"[all[current]plugintiddlers[]sort[title]]\" emptyMessage=<<lingo Empty/Hint>>>\n<li>\n<$link to={{!!title}}>\n<$view field=\"title\"/>\n</$link>\n</li>\n</$list>\n</ul>\n"
},
"$:/core/ui/PluginListItemTemplate": {
"title": "$:/core/ui/PluginListItemTemplate",
"text": "<div class=\"tc-menu-list-item\">\n<$link to={{!!title}}>\n<$view field=\"description\">\n<$view field=\"title\"/>\n</$view>\n</$link>\n</div>"
},
"$:/core/ui/SearchResults": {
"title": "$:/core/ui/SearchResults",
"text": "<div class=\"tc-search-results\">\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/SearchResults]!has[draft.of]butfirst[]limit[1]]\" emptyMessage=\"\"\"\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/SearchResults]!has[draft.of]]\">\n<$transclude mode=\"block\"/>\n</$list>\n\"\"\">\n\n<$macrocall $name=\"tabs\" tabsList=\"[all[shadows+tiddlers]tag[$:/tags/SearchResults]!has[draft.of]]\" default={{$:/config/SearchResults/Default}}/>\n\n</$list>\n\n</div>\n"
},
"$:/core/ui/SideBar/More": {
"title": "$:/core/ui/SideBar/More",
"tags": "$:/tags/SideBar",
"caption": "{{$:/language/SideBar/More/Caption}}",
"text": "<div class=\"tc-more-sidebar\">\n<$macrocall $name=\"tabs\" tabsList=\"[all[shadows+tiddlers]tag[$:/tags/MoreSideBar]!has[draft.of]]\" default={{$:/config/DefaultMoreSidebarTab}} state=\"$:/state/tab/moresidebar\" class=\"tc-vertical\" />\n</div>"
},
"$:/core/ui/SideBar/Open": {
"title": "$:/core/ui/SideBar/Open",
"tags": "$:/tags/SideBar",
"caption": "{{$:/language/SideBar/Open/Caption}}",
"text": "\\whitespace trim\n\\define lingo-base() $:/language/CloseAll/\n\n\\define drop-actions()\n<$action-listops $tiddler=<<tv-story-list>> $subfilter=\"+[insertbefore:currentTiddler<actionTiddler>]\"/>\n\\end\n\n\\define placeholder()\n<div class=\"tc-droppable-placeholder\"/>\n\\end\n\n\\define droppable-item(button)\n\\whitespace trim\n<$droppable actions=<<drop-actions>>>\n<<placeholder>>\n<div>\n$button$\n</div>\n</$droppable>\n\\end\n\n<div class=\"tc-sidebar-tab-open\">\n<$list filter=\"[list<tv-story-list>]\" history=<<tv-history-list>> storyview=\"pop\">\n<div class=\"tc-sidebar-tab-open-item\">\n<$macrocall $name=\"droppable-item\" button=\"\"\"<$button message=\"tm-close-tiddler\" tooltip={{$:/language/Buttons/Close/Hint}} aria-label={{$:/language/Buttons/Close/Caption}} class=\"tc-btn-invisible tc-btn-mini\">{{$:/core/images/close-button}}</$button> <$link to={{!!title}}><$view field=\"title\"/></$link>\"\"\"/>\n</div>\n</$list>\n<$tiddler tiddler=\"\">\n<div>\n<$macrocall $name=\"droppable-item\" button=\"\"\"<$button message=\"tm-close-all-tiddlers\" class=\"tc-btn-invisible tc-btn-mini\"><<lingo Button>></$button>\"\"\"/>\n</div>\n</$tiddler>\n</div>\n"
},
"$:/core/ui/SideBar/Recent": {
"title": "$:/core/ui/SideBar/Recent",
"tags": "$:/tags/SideBar",
"caption": "{{$:/language/SideBar/Recent/Caption}}",
"text": "<$macrocall $name=\"timeline\" format={{$:/language/RecentChanges/DateFormat}}/>\n"
},
"$:/core/ui/SideBar/Tools": {
"title": "$:/core/ui/SideBar/Tools",
"tags": "$:/tags/SideBar",
"caption": "{{$:/language/SideBar/Tools/Caption}}",
"text": "\\define lingo-base() $:/language/ControlPanel/\n\\define config-title()\n$:/config/PageControlButtons/Visibility/$(listItem)$\n\\end\n\n<<lingo Basics/Version/Prompt>> <<version>>\n\n<$set name=\"tv-config-toolbar-icons\" value=\"yes\">\n\n<$set name=\"tv-config-toolbar-text\" value=\"yes\">\n\n<$set name=\"tv-config-toolbar-class\" value=\"\">\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/PageControls]!has[draft.of]]\" variable=\"listItem\">\n\n<div style=\"position:relative;\" class={{{ [<listItem>encodeuricomponent[]addprefix[tc-btn-]] }}}>\n\n<$checkbox tiddler=<<config-title>> field=\"text\" checked=\"show\" unchecked=\"hide\" default=\"show\"/> <$transclude tiddler=<<listItem>>/> <i class=\"tc-muted\"><$transclude tiddler=<<listItem>> field=\"description\"/></i>\n\n</div>\n\n</$list>\n\n</$set>\n\n</$set>\n\n</$set>\n"
},
"$:/core/ui/SideBarLists": {
"title": "$:/core/ui/SideBarLists",
"text": "<$transclude tiddler=\"$:/core/ui/SideBarSegments/search\"/>\n\n<$transclude tiddler=\"$:/core/ui/SideBarSegments/tabs\"/>\n\n"
},
"$:/core/ui/SideBarSegments/page-controls": {
"title": "$:/core/ui/SideBarSegments/page-controls",
"tags": "$:/tags/SideBarSegment",
"text": "{{||$:/core/ui/PageTemplate/pagecontrols}}\n"
},
"$:/core/ui/SideBarSegments/search": {
"title": "$:/core/ui/SideBarSegments/search",
"tags": "$:/tags/SideBarSegment",
"text": "<div class=\"tc-sidebar-lists tc-sidebar-search\">\n\n<$set name=\"searchTiddler\" value=\"$:/temp/search\">\n<div class=\"tc-search\">\n<$edit-text tiddler=\"$:/temp/search\" type=\"search\" tag=\"input\" focus={{$:/config/Search/AutoFocus}} focusPopup=<<qualify \"$:/state/popup/search-dropdown\">> class=\"tc-popup-handle\"/>\n<$reveal state=\"$:/temp/search\" type=\"nomatch\" text=\"\">\n<$button tooltip={{$:/language/Buttons/AdvancedSearch/Hint}} aria-label={{$:/language/Buttons/AdvancedSearch/Caption}} class=\"tc-btn-invisible\">\n<$action-setfield $tiddler=\"$:/temp/advancedsearch\" text={{$:/temp/search}}/>\n<$action-setfield $tiddler=\"$:/temp/search\" text=\"\"/>\n<$action-navigate $to=\"$:/AdvancedSearch\"/>\n{{$:/core/images/advanced-search-button}}\n</$button>\n<$button class=\"tc-btn-invisible\">\n<$action-setfield $tiddler=\"$:/temp/search\" text=\"\" />\n{{$:/core/images/close-button}}\n</$button>\n<$button popup=<<qualify \"$:/state/popup/search-dropdown\">> class=\"tc-btn-invisible\">\n{{$:/core/images/down-arrow}}\n<$list filter=\"[{$:/temp/search}minlength{$:/config/Search/MinLength}limit[1]]\" variable=\"listItem\">\n<$set name=\"searchTerm\" value={{{ [<searchTiddler>get[text]] }}}>\n<$set name=\"resultCount\" value=\"\"\"<$count filter=\"[!is[system]search<searchTerm>]\"/>\"\"\">\n{{$:/language/Search/Matches}}\n</$set>\n</$set>\n</$list>\n</$button>\n</$reveal>\n<$reveal state=\"$:/temp/search\" type=\"match\" text=\"\">\n<$button to=\"$:/AdvancedSearch\" tooltip={{$:/language/Buttons/AdvancedSearch/Hint}} aria-label={{$:/language/Buttons/AdvancedSearch/Caption}} class=\"tc-btn-invisible\">\n{{$:/core/images/advanced-search-button}}\n</$button>\n</$reveal>\n</div>\n\n<$reveal tag=\"div\" class=\"tc-block-dropdown-wrapper\" state=\"$:/temp/search\" type=\"nomatch\" text=\"\">\n\n<$reveal tag=\"div\" class=\"tc-block-dropdown tc-search-drop-down tc-popup-handle\" state=<<qualify \"$:/state/popup/search-dropdown\">> type=\"nomatch\" text=\"\" default=\"\">\n\n<$list filter=\"[{$:/temp/search}minlength{$:/config/Search/MinLength}limit[1]]\" emptyMessage=\"\"\"<div class=\"tc-search-results\">{{$:/language/Search/Search/TooShort}}</div>\"\"\" variable=\"listItem\">\n\n{{$:/core/ui/SearchResults}}\n\n</$list>\n\n</$reveal>\n\n</$reveal>\n\n</$set>\n\n</div>\n"
},
"$:/core/ui/SideBarSegments/site-subtitle": {
"title": "$:/core/ui/SideBarSegments/site-subtitle",
"tags": "$:/tags/SideBarSegment",
"text": "<div class=\"tc-site-subtitle\">\n\n<$transclude tiddler=\"$:/SiteSubtitle\" mode=\"inline\"/>\n\n</div>\n"
},
"$:/core/ui/SideBarSegments/site-title": {
"title": "$:/core/ui/SideBarSegments/site-title",
"tags": "$:/tags/SideBarSegment",
"text": "<h1 class=\"tc-site-title\">\n\n<$transclude tiddler=\"$:/SiteTitle\" mode=\"inline\"/>\n\n</h1>\n"
},
"$:/core/ui/SideBarSegments/tabs": {
"title": "$:/core/ui/SideBarSegments/tabs",
"tags": "$:/tags/SideBarSegment",
"text": "<div class=\"tc-sidebar-lists tc-sidebar-tabs\">\n\n<$macrocall $name=\"tabs\" tabsList=\"[all[shadows+tiddlers]tag[$:/tags/SideBar]!has[draft.of]]\" default={{$:/config/DefaultSidebarTab}} state=\"$:/state/tab/sidebar\" />\n\n</div>\n"
},
"$:/TagManager": {
"title": "$:/TagManager",
"icon": "$:/core/images/tag-button",
"color": "#bbb",
"text": "\\define lingo-base() $:/language/TagManager/\n\\define iconEditorTab(type)\n<$list filter=\"[all[shadows+tiddlers]is[image]] [all[shadows+tiddlers]tag[$:/tags/Image]] -[type[application/pdf]] +[sort[title]] +[$type$is[system]]\">\n<$link to={{!!title}}>\n<$transclude/> <$view field=\"title\"/>\n</$link>\n</$list>\n\\end\n\\define iconEditor(title)\n<div class=\"tc-drop-down-wrapper\">\n<$button popupTitle={{{ [[$:/state/popup/icon/]addsuffix<__title__>] }}} class=\"tc-btn-invisible tc-btn-dropdown\">{{$:/core/images/down-arrow}}</$button>\n<$reveal stateTitle={{{ [[$:/state/popup/icon/]addsuffix<__title__>] }}} type=\"popup\" position=\"belowleft\" text=\"\" default=\"\">\n<div class=\"tc-drop-down\">\n<$linkcatcher actions=\"\"\"<$action-setfield $tiddler=<<__title__>> icon=<<navigateTo>>/>\"\"\">\n<<iconEditorTab type:\"!\">>\n<hr/>\n<<iconEditorTab type:\"\">>\n</$linkcatcher>\n</div>\n</$reveal>\n</div>\n\\end\n\\define toggleButton(state)\n<$reveal stateTitle=<<__state__>> type=\"match\" text=\"closed\" default=\"closed\">\n<$button setTitle=<<__state__>> setTo=\"open\" class=\"tc-btn-invisible tc-btn-dropdown\" selectedClass=\"tc-selected\">\n{{$:/core/images/info-button}}\n</$button>\n</$reveal>\n<$reveal stateTitle=<<__state__>> type=\"match\" text=\"open\" default=\"closed\">\n<$button setTitle=<<__state__>> setTo=\"closed\" class=\"tc-btn-invisible tc-btn-dropdown\" selectedClass=\"tc-selected\">\n{{$:/core/images/info-button}}\n</$button>\n</$reveal>\n\\end\n<table class=\"tc-tag-manager-table\">\n<tbody>\n<tr>\n<th><<lingo Colour/Heading>></th>\n<th class=\"tc-tag-manager-tag\"><<lingo Tag/Heading>></th>\n<th><<lingo Count/Heading>></th>\n<th><<lingo Icon/Heading>></th>\n<th><<lingo Info/Heading>></th>\n</tr>\n<$list filter=\"[tags[]!is[system]sort[title]]\">\n<tr>\n<td><$edit-text field=\"color\" tag=\"input\" type=\"color\"/></td>\n<td>{{||$:/core/ui/TagTemplate}}</td>\n<td><$count filter=\"[all[current]tagging[]]\"/></td>\n<td>\n<$macrocall $name=\"iconEditor\" title={{!!title}}/>\n</td>\n<td>\n<$macrocall $name=\"toggleButton\" state={{{ [[$:/state/tag-manager/]addsuffix<currentTiddler>] }}} /> \n</td>\n</tr>\n<tr>\n<td></td>\n<td colspan=\"4\">\n<$reveal stateTitle={{{ [[$:/state/tag-manager/]addsuffix<currentTiddler>] }}} type=\"match\" text=\"open\" default=\"\">\n<table>\n<tbody>\n<tr><td><<lingo Colour/Heading>></td><td><$edit-text field=\"color\" tag=\"input\" type=\"text\" size=\"9\"/></td></tr>\n<tr><td><<lingo Icon/Heading>></td><td><$edit-text field=\"icon\" tag=\"input\" size=\"45\"/></td></tr>\n</tbody>\n</table>\n</$reveal>\n</td>\n</tr>\n</$list>\n<tr>\n<td></td>\n<td style=\"position:relative;\">\n{{$:/core/ui/UntaggedTemplate}}\n</td>\n<td>\n<small class=\"tc-menu-list-count\"><$count filter=\"[untagged[]!is[system]] -[tags[]]\"/></small>\n</td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n"
},
"$:/core/ui/TagTemplate": {
"title": "$:/core/ui/TagTemplate",
"text": "\\whitespace trim\n<span class=\"tc-tag-list-item\">\n<$set name=\"transclusion\" value=<<currentTiddler>>>\n<$macrocall $name=\"tag-pill-body\" tag=<<currentTiddler>> icon={{!!icon}} colour={{!!color}} palette={{$:/palette}} element-tag=\"\"\"$button\"\"\" element-attributes=\"\"\"popup=<<qualify \"$:/state/popup/tag\">> dragFilter='[all[current]tagging[]]' tag='span'\"\"\"/>\n<$reveal state=<<qualify \"$:/state/popup/tag\">> type=\"popup\" position=\"below\" animate=\"yes\" class=\"tc-drop-down\">\n<$set name=\"tv-show-missing-links\" value=\"yes\">\n<$transclude tiddler=\"$:/core/ui/ListItemTemplate\"/>\n</$set>\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/TagDropdown]!has[draft.of]]\" variable=\"listItem\"> \n<$transclude tiddler=<<listItem>>/> \n</$list>\n<hr>\n<$macrocall $name=\"list-tagged-draggable\" tag=<<currentTiddler>>/>\n</$reveal>\n</$set>\n</span>\n"
},
"$:/core/ui/TiddlerFieldTemplate": {
"title": "$:/core/ui/TiddlerFieldTemplate",
"text": "<tr class=\"tc-view-field\">\n<td class=\"tc-view-field-name\">\n<$text text=<<listItem>>/>\n</td>\n<td class=\"tc-view-field-value\">\n<$view field=<<listItem>>/>\n</td>\n</tr>"
},
"$:/core/ui/TiddlerFields": {
"title": "$:/core/ui/TiddlerFields",
"text": "<table class=\"tc-view-field-table\">\n<tbody>\n<$list filter=\"[all[current]fields[]sort[title]] -text\" template=\"$:/core/ui/TiddlerFieldTemplate\" variable=\"listItem\"/>\n</tbody>\n</table>\n"
},
"$:/core/ui/TiddlerInfo/Advanced/PluginInfo": {
"title": "$:/core/ui/TiddlerInfo/Advanced/PluginInfo",
"tags": "$:/tags/TiddlerInfo/Advanced",
"text": "\\define lingo-base() $:/language/TiddlerInfo/Advanced/PluginInfo/\n<$list filter=\"[all[current]has[plugin-type]]\">\n\n! <<lingo Heading>>\n\n<<lingo Hint>>\n<ul>\n<$list filter=\"[all[current]plugintiddlers[]sort[title]]\" emptyMessage=<<lingo Empty/Hint>>>\n<li>\n<$link to={{!!title}}>\n<$view field=\"title\"/>\n</$link>\n</li>\n</$list>\n</ul>\n\n</$list>\n"
},
"$:/core/ui/TiddlerInfo/Advanced/ShadowInfo": {
"title": "$:/core/ui/TiddlerInfo/Advanced/ShadowInfo",
"tags": "$:/tags/TiddlerInfo/Advanced",
"text": "\\define lingo-base() $:/language/TiddlerInfo/Advanced/ShadowInfo/\n<$set name=\"infoTiddler\" value=<<currentTiddler>>>\n\n''<<lingo Heading>>''\n\n<$list filter=\"[all[current]!is[shadow]]\">\n\n<<lingo NotShadow/Hint>>\n\n</$list>\n\n<$list filter=\"[all[current]is[shadow]]\">\n\n<<lingo Shadow/Hint>>\n\n<$list filter=\"[all[current]shadowsource[]]\">\n\n<$set name=\"pluginTiddler\" value=<<currentTiddler>>>\n<<lingo Shadow/Source>>\n</$set>\n\n</$list>\n\n<$list filter=\"[all[current]is[shadow]is[tiddler]]\">\n\n<<lingo OverriddenShadow/Hint>>\n\n</$list>\n\n\n</$list>\n</$set>\n"
},
"$:/core/ui/TiddlerInfo/Advanced": {
"title": "$:/core/ui/TiddlerInfo/Advanced",
"tags": "$:/tags/TiddlerInfo",
"caption": "{{$:/language/TiddlerInfo/Advanced/Caption}}",
"text": "<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/TiddlerInfo/Advanced]!has[draft.of]]\" variable=\"listItem\">\n<$transclude tiddler=<<listItem>>/>\n\n</$list>\n"
},
"$:/core/ui/TiddlerInfo/Fields": {
"title": "$:/core/ui/TiddlerInfo/Fields",
"tags": "$:/tags/TiddlerInfo",
"caption": "{{$:/language/TiddlerInfo/Fields/Caption}}",
"text": "<$transclude tiddler=\"$:/core/ui/TiddlerFields\"/>\n"
},
"$:/core/ui/TiddlerInfo/List": {
"title": "$:/core/ui/TiddlerInfo/List",
"tags": "$:/tags/TiddlerInfo",
"caption": "{{$:/language/TiddlerInfo/List/Caption}}",
"text": "\\define lingo-base() $:/language/TiddlerInfo/\n<$list filter=\"[list{!!title}]\" emptyMessage=<<lingo List/Empty>> template=\"$:/core/ui/ListItemTemplate\"/>\n"
},
"$:/core/ui/TiddlerInfo/Listed": {
"title": "$:/core/ui/TiddlerInfo/Listed",
"tags": "$:/tags/TiddlerInfo",
"caption": "{{$:/language/TiddlerInfo/Listed/Caption}}",
"text": "\\define lingo-base() $:/language/TiddlerInfo/\n<$list filter=\"[all[current]listed[]!is[system]]\" emptyMessage=<<lingo Listed/Empty>> template=\"$:/core/ui/ListItemTemplate\"/>\n"
},
"$:/core/ui/TiddlerInfo/References": {
"title": "$:/core/ui/TiddlerInfo/References",
"tags": "$:/tags/TiddlerInfo",
"caption": "{{$:/language/TiddlerInfo/References/Caption}}",
"text": "\\define lingo-base() $:/language/TiddlerInfo/\n<$list filter=\"[all[current]backlinks[]sort[title]]\" emptyMessage=<<lingo References/Empty>> template=\"$:/core/ui/ListItemTemplate\">\n</$list>"
},
"$:/core/ui/TiddlerInfo/Tagging": {
"title": "$:/core/ui/TiddlerInfo/Tagging",
"tags": "$:/tags/TiddlerInfo",
"caption": "{{$:/language/TiddlerInfo/Tagging/Caption}}",
"text": "\\define lingo-base() $:/language/TiddlerInfo/\n<$list filter=\"[all[current]tagging[]]\" emptyMessage=<<lingo Tagging/Empty>> template=\"$:/core/ui/ListItemTemplate\"/>\n"
},
"$:/core/ui/TiddlerInfo/Tools": {
"title": "$:/core/ui/TiddlerInfo/Tools",
"tags": "$:/tags/TiddlerInfo",
"caption": "{{$:/language/TiddlerInfo/Tools/Caption}}",
"text": "\\define lingo-base() $:/language/TiddlerInfo/\n\\define config-title()\n$:/config/ViewToolbarButtons/Visibility/$(listItem)$\n\\end\n<$set name=\"tv-config-toolbar-icons\" value=\"yes\">\n\n<$set name=\"tv-config-toolbar-text\" value=\"yes\">\n\n<$set name=\"tv-config-toolbar-class\" value=\"\">\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/ViewToolbar]!has[draft.of]]\" variable=\"listItem\">\n\n<$checkbox tiddler=<<config-title>> field=\"text\" checked=\"show\" unchecked=\"hide\" default=\"show\"/> <$transclude tiddler=<<listItem>>/> <i class=\"tc-muted\"><$transclude tiddler=<<listItem>> field=\"description\"/></i>\n\n</$list>\n\n</$set>\n\n</$set>\n\n</$set>\n"
},
"$:/core/ui/TiddlerInfo": {
"title": "$:/core/ui/TiddlerInfo",
"text": "<div style=\"position:relative;\">\n<div class=\"tc-tiddler-controls\" style=\"position:absolute;right:0;\">\n<$reveal state=\"$:/config/TiddlerInfo/Mode\" type=\"match\" text=\"sticky\">\n<$button set=<<tiddlerInfoState>> setTo=\"\" tooltip={{$:/language/Buttons/Info/Hint}} aria-label={{$:/language/Buttons/Info/Caption}} class=\"tc-btn-invisible\">\n{{$:/core/images/close-button}}\n</$button>\n</$reveal>\n</div>\n</div>\n\n<$macrocall $name=\"tabs\" tabsList=\"[all[shadows+tiddlers]tag[$:/tags/TiddlerInfo]!has[draft.of]]\" default={{$:/config/TiddlerInfo/Default}}/>"
},
"$:/core/ui/TopBar/menu": {
"title": "$:/core/ui/TopBar/menu",
"tags": "$:/tags/TopRightBar",
"text": "<$reveal state=\"$:/state/sidebar\" type=\"nomatch\" text=\"no\">\n<$button set=\"$:/state/sidebar\" setTo=\"no\" tooltip={{$:/language/Buttons/HideSideBar/Hint}} aria-label={{$:/language/Buttons/HideSideBar/Caption}} class=\"tc-btn-invisible\">{{$:/core/images/chevron-right}}</$button>\n</$reveal>\n<$reveal state=\"$:/state/sidebar\" type=\"match\" text=\"no\">\n<$button set=\"$:/state/sidebar\" setTo=\"yes\" tooltip={{$:/language/Buttons/ShowSideBar/Hint}} aria-label={{$:/language/Buttons/ShowSideBar/Caption}} class=\"tc-btn-invisible\">{{$:/core/images/chevron-left}}</$button>\n</$reveal>\n"
},
"$:/core/ui/UntaggedTemplate": {
"title": "$:/core/ui/UntaggedTemplate",
"text": "\\define lingo-base() $:/language/SideBar/\n<$button popup=<<qualify \"$:/state/popup/tag\">> class=\"tc-btn-invisible tc-untagged-label tc-tag-label\">\n<<lingo Tags/Untagged/Caption>>\n</$button>\n<$reveal state=<<qualify \"$:/state/popup/tag\">> type=\"popup\" position=\"below\">\n<div class=\"tc-drop-down\">\n<$list filter=\"[untagged[]!is[system]] -[tags[]] +[sort[title]]\" template=\"$:/core/ui/ListItemTemplate\"/>\n</div>\n</$reveal>\n"
},
"$:/core/ui/ViewTemplate/body": {
"title": "$:/core/ui/ViewTemplate/body",
"tags": "$:/tags/ViewTemplate",
"text": "<$reveal tag=\"div\" class=\"tc-tiddler-body\" type=\"nomatch\" stateTitle=<<folded-state>> text=\"hide\" retain=\"yes\" animate=\"yes\">\n\n<$list filter=\"[all[current]!has[plugin-type]!field:hide-body[yes]]\">\n\n<$transclude>\n\n<$transclude tiddler=\"$:/language/MissingTiddler/Hint\"/>\n\n</$transclude>\n\n</$list>\n\n</$reveal>\n"
},
"$:/core/ui/ViewTemplate/classic": {
"title": "$:/core/ui/ViewTemplate/classic",
"tags": "$:/tags/ViewTemplate $:/tags/EditTemplate",
"text": "\\define lingo-base() $:/language/ClassicWarning/\n<$list filter=\"[all[current]type[text/x-tiddlywiki]]\">\n<div class=\"tc-message-box\">\n\n<<lingo Hint>>\n\n<$button set=\"!!type\" setTo=\"text/vnd.tiddlywiki\"><<lingo Upgrade/Caption>></$button>\n\n</div>\n</$list>\n"
},
"$:/core/ui/ViewTemplate/import": {
"title": "$:/core/ui/ViewTemplate/import",
"tags": "$:/tags/ViewTemplate",
"text": "\\define lingo-base() $:/language/Import/\n\n\\define buttons()\n<$button message=\"tm-delete-tiddler\" param=<<currentTiddler>>><<lingo Listing/Cancel/Caption>></$button>\n<$button message=\"tm-perform-import\" param=<<currentTiddler>>><<lingo Listing/Import/Caption>></$button>\n<<lingo Listing/Preview>> <$select tiddler=\"$:/state/importpreviewtype\" default=\"$:/core/ui/ImportPreviews/Text\">\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/ImportPreview]!has[draft.of]]\">\n<option value=<<currentTiddler>>>{{!!caption}}</option>\n</$list>\n</$select>\n\\end\n\n<$list filter=\"[all[current]field:plugin-type[import]]\">\n\n<div class=\"tc-import\">\n\n<<lingo Listing/Hint>>\n\n<<buttons>>\n\n{{||$:/core/ui/ImportListing}}\n\n<<buttons>>\n\n</div>\n\n</$list>\n"
},
"$:/core/ui/ViewTemplate/plugin": {
"title": "$:/core/ui/ViewTemplate/plugin",
"tags": "$:/tags/ViewTemplate",
"text": "<$list filter=\"[all[current]has[plugin-type]] -[all[current]field:plugin-type[import]]\">\n<$set name=\"plugin-type\" value={{!!plugin-type}}>\n<$set name=\"default-popup-state\" value=\"yes\">\n<$set name=\"qualified-state\" value=<<qualify \"$:/state/plugin-info\">>>\n{{||$:/core/ui/Components/plugin-info}}\n</$set>\n</$set>\n</$set>\n</$list>\n"
},
"$:/core/ui/ViewTemplate/subtitle": {
"title": "$:/core/ui/ViewTemplate/subtitle",
"tags": "$:/tags/ViewTemplate",
"text": "<$reveal type=\"nomatch\" stateTitle=<<folded-state>> text=\"hide\" tag=\"div\" retain=\"yes\" animate=\"yes\">\n<div class=\"tc-subtitle\">\n<$link to={{!!modifier}}>\n<$view field=\"modifier\"/>\n</$link> <$view field=\"modified\" format=\"date\" template={{$:/language/Tiddler/DateFormat}}/>\n</div>\n</$reveal>\n"
},
"$:/core/ui/ViewTemplate/tags": {
"title": "$:/core/ui/ViewTemplate/tags",
"tags": "$:/tags/ViewTemplate",
"text": "<$reveal type=\"nomatch\" stateTitle=<<folded-state>> text=\"hide\" tag=\"div\" retain=\"yes\" animate=\"yes\">\n<div class=\"tc-tags-wrapper\"><$list filter=\"[all[current]tags[]sort[title]]\" template=\"$:/core/ui/TagTemplate\" storyview=\"pop\"/></div>\n</$reveal>\n"
},
"$:/core/ui/ViewTemplate/title": {
"title": "$:/core/ui/ViewTemplate/title",
"tags": "$:/tags/ViewTemplate",
"text": "\\define title-styles()\nfill:$(foregroundColor)$;\n\\end\n\\define config-title()\n$:/config/ViewToolbarButtons/Visibility/$(listItem)$\n\\end\n<div class=\"tc-tiddler-title\">\n<div class=\"tc-titlebar\">\n<span class=\"tc-tiddler-controls\">\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/ViewToolbar]!has[draft.of]]\" variable=\"listItem\"><$reveal type=\"nomatch\" state=<<config-title>> text=\"hide\"><$set name=\"tv-config-toolbar-class\" filter=\"[<tv-config-toolbar-class>] [<listItem>encodeuricomponent[]addprefix[tc-btn-]]\"><$transclude tiddler=<<listItem>>/></$set></$reveal></$list>\n</span>\n<$set name=\"tv-wikilinks\" value={{$:/config/Tiddlers/TitleLinks}}>\n<$link>\n<$set name=\"foregroundColor\" value={{!!color}}>\n<span class=\"tc-tiddler-title-icon\" style=<<title-styles>>>\n<$transclude tiddler={{!!icon}}/>\n</span>\n</$set>\n<$list filter=\"[all[current]removeprefix[$:/]]\">\n<h2 class=\"tc-title\" title={{$:/language/SystemTiddler/Tooltip}}>\n<span class=\"tc-system-title-prefix\">$:/</span><$text text=<<currentTiddler>>/>\n</h2>\n</$list>\n<$list filter=\"[all[current]!prefix[$:/]]\">\n<h2 class=\"tc-title\">\n<$view field=\"title\"/>\n</h2>\n</$list>\n</$link>\n</$set>\n</div>\n\n<$reveal type=\"nomatch\" text=\"\" default=\"\" state=<<tiddlerInfoState>> class=\"tc-tiddler-info tc-popup-handle\" animate=\"yes\" retain=\"yes\">\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/TiddlerInfoSegment]!has[draft.of]] [[$:/core/ui/TiddlerInfo]]\" variable=\"listItem\"><$transclude tiddler=<<listItem>> mode=\"block\"/></$list>\n\n</$reveal>\n</div>"
},
"$:/core/ui/ViewTemplate/unfold": {
"title": "$:/core/ui/ViewTemplate/unfold",
"tags": "$:/tags/ViewTemplate",
"text": "<$reveal tag=\"div\" type=\"nomatch\" state=\"$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/fold-bar\" text=\"hide\">\n<$reveal tag=\"div\" type=\"nomatch\" stateTitle=<<folded-state>> text=\"hide\" default=\"show\" retain=\"yes\" animate=\"yes\">\n<$button tooltip={{$:/language/Buttons/Fold/Hint}} aria-label={{$:/language/Buttons/Fold/Caption}} class=\"tc-fold-banner\">\n<$action-sendmessage $message=\"tm-fold-tiddler\" $param=<<currentTiddler>> foldedState=<<folded-state>>/>\n{{$:/core/images/chevron-up}}\n</$button>\n</$reveal>\n<$reveal tag=\"div\" type=\"nomatch\" stateTitle=<<folded-state>> text=\"show\" default=\"show\" retain=\"yes\" animate=\"yes\">\n<$button tooltip={{$:/language/Buttons/Unfold/Hint}} aria-label={{$:/language/Buttons/Unfold/Caption}} class=\"tc-unfold-banner\">\n<$action-sendmessage $message=\"tm-fold-tiddler\" $param=<<currentTiddler>> foldedState=<<folded-state>>/>\n{{$:/core/images/chevron-down}}\n</$button>\n</$reveal>\n</$reveal>\n"
},
"$:/core/ui/ViewTemplate": {
"title": "$:/core/ui/ViewTemplate",
"text": "\\define folded-state()\n$:/state/folded/$(currentTiddler)$\n\\end\n<$vars storyTiddler=<<currentTiddler>> tiddlerInfoState=<<qualify \"$:/state/popup/tiddler-info\">>><div data-tiddler-title=<<currentTiddler>> data-tags={{!!tags}} class={{{ tc-tiddler-frame tc-tiddler-view-frame [<currentTiddler>is[tiddler]then[tc-tiddler-exists]] [<currentTiddler>is[missing]!is[shadow]then[tc-tiddler-missing]] [<currentTiddler>is[shadow]then[tc-tiddler-exists tc-tiddler-shadow]] [<currentTiddler>is[system]then[tc-tiddler-system]] [{!!class}] [<currentTiddler>tags[]encodeuricomponent[]addprefix[tc-tagged-]] +[join[ ]] }}}><$list filter=\"[all[shadows+tiddlers]tag[$:/tags/ViewTemplate]!has[draft.of]]\" variable=\"listItem\"><$transclude tiddler=<<listItem>>/></$list>\n</div>\n</$vars>\n"
},
"$:/core/ui/Buttons/clone": {
"title": "$:/core/ui/Buttons/clone",
"tags": "$:/tags/ViewToolbar",
"caption": "{{$:/core/images/clone-button}} {{$:/language/Buttons/Clone/Caption}}",
"description": "{{$:/language/Buttons/Clone/Hint}}",
"text": "\\whitespace trim\n<$button message=\"tm-new-tiddler\" param=<<currentTiddler>> tooltip={{$:/language/Buttons/Clone/Hint}} aria-label={{$:/language/Buttons/Clone/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/clone-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\">\n<$text text=\" \"/>\n<$text text={{$:/language/Buttons/Clone/Caption}}/>\n</span>\n</$list>\n</$button>"
},
"$:/core/ui/Buttons/close-others": {
"title": "$:/core/ui/Buttons/close-others",
"tags": "$:/tags/ViewToolbar",
"caption": "{{$:/core/images/close-others-button}} {{$:/language/Buttons/CloseOthers/Caption}}",
"description": "{{$:/language/Buttons/CloseOthers/Hint}}",
"text": "\\whitespace trim\n<$button message=\"tm-close-other-tiddlers\" param=<<currentTiddler>> tooltip={{$:/language/Buttons/CloseOthers/Hint}} aria-label={{$:/language/Buttons/CloseOthers/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/close-others-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\">\n<$text text=\" \"/>\n<$text text={{$:/language/Buttons/CloseOthers/Caption}}/>\n</span>\n</$list>\n</$button>"
},
"$:/core/ui/Buttons/close": {
"title": "$:/core/ui/Buttons/close",
"tags": "$:/tags/ViewToolbar",
"caption": "{{$:/core/images/close-button}} {{$:/language/Buttons/Close/Caption}}",
"description": "{{$:/language/Buttons/Close/Hint}}",
"text": "\\whitespace trim\n<$button message=\"tm-close-tiddler\" tooltip={{$:/language/Buttons/Close/Hint}} aria-label={{$:/language/Buttons/Close/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/close-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\">\n<$text text={{$:/language/Buttons/Close/Caption}}/>\n</span>\n</$list>\n</$button>"
},
"$:/core/ui/Buttons/edit": {
"title": "$:/core/ui/Buttons/edit",
"tags": "$:/tags/ViewToolbar",
"caption": "{{$:/core/images/edit-button}} {{$:/language/Buttons/Edit/Caption}}",
"description": "{{$:/language/Buttons/Edit/Hint}}",
"text": "\\whitespace trim\n<$button message=\"tm-edit-tiddler\" tooltip={{$:/language/Buttons/Edit/Hint}} aria-label={{$:/language/Buttons/Edit/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/edit-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\">\n<$text text=\" \"/>\n<$text text={{$:/language/Buttons/Edit/Caption}}/>\n</span>\n</$list>\n</$button>"
},
"$:/core/ui/Buttons/export-tiddler": {
"title": "$:/core/ui/Buttons/export-tiddler",
"tags": "$:/tags/ViewToolbar",
"caption": "{{$:/core/images/export-button}} {{$:/language/Buttons/ExportTiddler/Caption}}",
"description": "{{$:/language/Buttons/ExportTiddler/Hint}}",
"text": "\\define makeExportFilter()\n[[$(currentTiddler)$]]\n\\end\n<$macrocall $name=\"exportButton\" exportFilter=<<makeExportFilter>> lingoBase=\"$:/language/Buttons/ExportTiddler/\" baseFilename=<<currentTiddler>>/>"
},
"$:/core/ui/Buttons/fold-bar": {
"title": "$:/core/ui/Buttons/fold-bar",
"tags": "$:/tags/ViewToolbar",
"caption": "{{$:/core/images/chevron-up}} {{$:/language/Buttons/Fold/FoldBar/Caption}}",
"description": "{{$:/language/Buttons/Fold/FoldBar/Hint}}",
"text": "<!-- This dummy toolbar button is here to allow visibility of the fold-bar to be controlled as if it were a toolbar button -->"
},
"$:/core/ui/Buttons/fold-others": {
"title": "$:/core/ui/Buttons/fold-others",
"tags": "$:/tags/ViewToolbar",
"caption": "{{$:/core/images/fold-others-button}} {{$:/language/Buttons/FoldOthers/Caption}}",
"description": "{{$:/language/Buttons/FoldOthers/Hint}}",
"text": "\\whitespace trim\n<$button tooltip={{$:/language/Buttons/FoldOthers/Hint}} aria-label={{$:/language/Buttons/FoldOthers/Caption}} class=<<tv-config-toolbar-class>>>\n<$action-sendmessage $message=\"tm-fold-other-tiddlers\" $param=<<currentTiddler>> foldedStatePrefix=\"$:/state/folded/\"/>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\" variable=\"listItem\">\n{{$:/core/images/fold-others-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\">\n<$text text=\" \"/>\n<$text text={{$:/language/Buttons/FoldOthers/Caption}}/>\n</span>\n</$list>\n</$button>"
},
"$:/core/ui/Buttons/fold": {
"title": "$:/core/ui/Buttons/fold",
"tags": "$:/tags/ViewToolbar",
"caption": "{{$:/core/images/fold-button}} {{$:/language/Buttons/Fold/Caption}}",
"description": "{{$:/language/Buttons/Fold/Hint}}",
"text": "\\whitespace trim\n<$reveal type=\"nomatch\" stateTitle=<<folded-state>> text=\"hide\" default=\"show\">\n<$button tooltip={{$:/language/Buttons/Fold/Hint}} aria-label={{$:/language/Buttons/Fold/Caption}} class=<<tv-config-toolbar-class>>>\n<$action-sendmessage $message=\"tm-fold-tiddler\" $param=<<currentTiddler>> foldedState=<<folded-state>>/>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\" variable=\"listItem\">\n{{$:/core/images/fold-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\">\n<$text text=\" \"/>\n<$text text={{$:/language/Buttons/Fold/Caption}}/>\n</span>\n</$list>\n</$button>\n</$reveal>\n<$reveal type=\"match\" stateTitle=<<folded-state>> text=\"hide\" default=\"show\">\n<$button tooltip={{$:/language/Buttons/Unfold/Hint}} aria-label={{$:/language/Buttons/Unfold/Caption}} class=<<tv-config-toolbar-class>>>\n<$action-sendmessage $message=\"tm-fold-tiddler\" $param=<<currentTiddler>> foldedState=<<folded-state>>/>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\" variable=\"listItem\">\n{{$:/core/images/unfold-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\">\n<$text text=\" \"/>\n<$text text={{$:/language/Buttons/Unfold/Caption}}/>\n</span>\n</$list>\n</$button>\n</$reveal>\n"
},
"$:/core/ui/Buttons/info": {
"title": "$:/core/ui/Buttons/info",
"tags": "$:/tags/ViewToolbar",
"caption": "{{$:/core/images/info-button}} {{$:/language/Buttons/Info/Caption}}",
"description": "{{$:/language/Buttons/Info/Hint}}",
"text": "\\whitespace trim\n\\define button-content()\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/info-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\">\n<$text text={{$:/language/Buttons/Info/Caption}}/>\n</span>\n</$list>\n\\end\n<$reveal state=\"$:/config/TiddlerInfo/Mode\" type=\"match\" text=\"popup\">\n<$button popup=<<tiddlerInfoState>> tooltip={{$:/language/Buttons/Info/Hint}} aria-label={{$:/language/Buttons/Info/Caption}} class=<<tv-config-toolbar-class>> selectedClass=\"tc-selected\">\n<$macrocall $name=\"button-content\" mode=\"inline\"/>\n</$button>\n</$reveal>\n<$reveal state=\"$:/config/TiddlerInfo/Mode\" type=\"match\" text=\"sticky\">\n<$reveal state=<<tiddlerInfoState>> type=\"match\" text=\"\" default=\"\">\n<$button set=<<tiddlerInfoState>> setTo=\"yes\" tooltip={{$:/language/Buttons/Info/Hint}} aria-label={{$:/language/Buttons/Info/Caption}} class=<<tv-config-toolbar-class>> selectedClass=\"tc-selected\">\n<$macrocall $name=\"button-content\" mode=\"inline\"/>\n</$button>\n</$reveal>\n<$reveal state=<<tiddlerInfoState>> type=\"nomatch\" text=\"\" default=\"\">\n<$button set=<<tiddlerInfoState>> setTo=\"\" tooltip={{$:/language/Buttons/Info/Hint}} aria-label={{$:/language/Buttons/Info/Caption}} class=<<tv-config-toolbar-class>> selectedClass=\"tc-selected\">\n<$macrocall $name=\"button-content\" mode=\"inline\"/>\n</$button>\n</$reveal>\n</$reveal>"
},
"$:/core/ui/Buttons/more-tiddler-actions": {
"title": "$:/core/ui/Buttons/more-tiddler-actions",
"tags": "$:/tags/ViewToolbar",
"caption": "{{$:/core/images/down-arrow}} {{$:/language/Buttons/More/Caption}}",
"description": "{{$:/language/Buttons/More/Hint}}",
"text": "\\whitespace trim\n\\define config-title()\n$:/config/ViewToolbarButtons/Visibility/$(listItem)$\n\\end\n<$button popup=<<qualify \"$:/state/popup/more\">> tooltip={{$:/language/Buttons/More/Hint}} aria-label={{$:/language/Buttons/More/Caption}} class=<<tv-config-toolbar-class>> selectedClass=\"tc-selected\">\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/down-arrow}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\">\n<$text text=\" \"/>\n<$text text={{$:/language/Buttons/More/Caption}}/>\n</span>\n</$list>\n</$button>\n<$reveal state=<<qualify \"$:/state/popup/more\">> type=\"popup\" position=\"belowleft\" animate=\"yes\">\n\n<div class=\"tc-drop-down\">\n\n<$set name=\"tv-config-toolbar-icons\" value=\"yes\">\n\n<$set name=\"tv-config-toolbar-text\" value=\"yes\">\n\n<$set name=\"tv-config-toolbar-class\" value=\"tc-btn-invisible\">\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/ViewToolbar]!has[draft.of]] -[[$:/core/ui/Buttons/more-tiddler-actions]]\" variable=\"listItem\">\n\n<$reveal type=\"match\" state=<<config-title>> text=\"hide\">\n\n<$set name=\"tv-config-toolbar-class\" filter=\"[<tv-config-toolbar-class>] [<listItem>encodeuricomponent[]addprefix[tc-btn-]]\">\n\n<$transclude tiddler=<<listItem>> mode=\"inline\"/>\n\n</$set>\n\n</$reveal>\n\n</$list>\n\n</$set>\n\n</$set>\n\n</$set>\n\n</div>\n\n</$reveal>"
},
"$:/core/ui/Buttons/new-here": {
"title": "$:/core/ui/Buttons/new-here",
"tags": "$:/tags/ViewToolbar",
"caption": "{{$:/core/images/new-here-button}} {{$:/language/Buttons/NewHere/Caption}}",
"description": "{{$:/language/Buttons/NewHere/Hint}}",
"text": "\\whitespace trim\n\\define newHereActions()\n<$set name=\"tags\" filter=\"[<currentTiddler>]\">\n<$action-sendmessage $message=\"tm-new-tiddler\" tags=<<tags>>/>\n</$set>\n\\end\n\\define newHereButton()\n<$button actions=<<newHereActions>> tooltip={{$:/language/Buttons/NewHere/Hint}} aria-label={{$:/language/Buttons/NewHere/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/new-here-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\">\n<$text text={{$:/language/Buttons/NewHere/Caption}}/>\n</span>\n</$list>\n</$button>\n\\end\n<<newHereButton>>"
},
"$:/core/ui/Buttons/new-journal-here": {
"title": "$:/core/ui/Buttons/new-journal-here",
"tags": "$:/tags/ViewToolbar",
"caption": "{{$:/core/images/new-journal-button}} {{$:/language/Buttons/NewJournalHere/Caption}}",
"description": "{{$:/language/Buttons/NewJournalHere/Hint}}",
"text": "\\whitespace trim\n\\define journalButtonTags()\n[[$(currentTiddlerTag)$]] $(journalTags)$\n\\end\n\\define journalButton()\n<$button tooltip={{$:/language/Buttons/NewJournalHere/Hint}} aria-label={{$:/language/Buttons/NewJournalHere/Caption}} class=<<tv-config-toolbar-class>>>\n<$wikify name=\"journalTitle\" text=\"\"\"<$macrocall $name=\"now\" format=<<journalTitleTemplate>>/>\"\"\">\n<$action-sendmessage $message=\"tm-new-tiddler\" title=<<journalTitle>> tags=<<journalButtonTags>>/>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/new-journal-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\">\n<$text text={{$:/language/Buttons/NewJournalHere/Caption}}/>\n</span>\n</$list>\n</$wikify>\n</$button>\n\\end\n<$set name=\"journalTitleTemplate\" value={{$:/config/NewJournal/Title}}>\n<$set name=\"journalTags\" value={{$:/config/NewJournal/Tags}}>\n<$set name=\"currentTiddlerTag\" value=<<currentTiddler>>>\n<<journalButton>>\n</$set>\n</$set>\n</$set>"
},
"$:/core/ui/Buttons/open-window": {
"title": "$:/core/ui/Buttons/open-window",
"tags": "$:/tags/ViewToolbar",
"caption": "{{$:/core/images/open-window}} {{$:/language/Buttons/OpenWindow/Caption}}",
"description": "{{$:/language/Buttons/OpenWindow/Hint}}",
"text": "\\whitespace trim\n<$button message=\"tm-open-window\" tooltip={{$:/language/Buttons/OpenWindow/Hint}} aria-label={{$:/language/Buttons/OpenWindow/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/open-window}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\">\n<$text text=\" \"/>\n<$text text={{$:/language/Buttons/OpenWindow/Caption}}/>\n</span>\n</$list>\n</$button>"
},
"$:/core/ui/Buttons/permalink": {
"title": "$:/core/ui/Buttons/permalink",
"tags": "$:/tags/ViewToolbar",
"caption": "{{$:/core/images/permalink-button}} {{$:/language/Buttons/Permalink/Caption}}",
"description": "{{$:/language/Buttons/Permalink/Hint}}",
"text": "\\whitespace trim\n<$button message=\"tm-permalink\" tooltip={{$:/language/Buttons/Permalink/Hint}} aria-label={{$:/language/Buttons/Permalink/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/permalink-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\">\n<$text text=\" \"/>\n<$text text={{$:/language/Buttons/Permalink/Caption}}/>\n</span>\n</$list>\n</$button>"
},
"$:/core/ui/Buttons/permaview": {
"title": "$:/core/ui/Buttons/permaview",
"tags": "$:/tags/ViewToolbar $:/tags/PageControls",
"caption": "{{$:/core/images/permaview-button}} {{$:/language/Buttons/Permaview/Caption}}",
"description": "{{$:/language/Buttons/Permaview/Hint}}",
"text": "\\whitespace trim\n<$button message=\"tm-permaview\" tooltip={{$:/language/Buttons/Permaview/Hint}} aria-label={{$:/language/Buttons/Permaview/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/permaview-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\">\n<$text text=\" \"/>\n<$text text={{$:/language/Buttons/Permaview/Caption}}/>\n</span>\n</$list>\n</$button>"
},
"$:/DefaultTiddlers": {
"title": "$:/DefaultTiddlers",
"text": "GettingStarted\n"
},
"$:/temp/advancedsearch": {
"title": "$:/temp/advancedsearch",
"text": ""
},
"$:/snippets/allfields": {
"title": "$:/snippets/allfields",
"text": "\\define renderfield(title)\n<tr class=\"tc-view-field\"><td class=\"tc-view-field-name\">''$title$'':</td><td class=\"tc-view-field-value\">//{{$:/language/Docs/Fields/$title$}}//</td></tr>\n\\end\n<table class=\"tc-view-field-table\"><tbody><$list filter=\"[fields[]sort[title]]\" variable=\"listItem\"><$macrocall $name=\"renderfield\" title=<<listItem>>/></$list>\n</tbody></table>\n"
},
"$:/config/AnimationDuration": {
"title": "$:/config/AnimationDuration",
"text": "400"
},
"$:/config/AutoSave": {
"title": "$:/config/AutoSave",
"text": "yes"
},
"$:/config/BitmapEditor/Colour": {
"title": "$:/config/BitmapEditor/Colour",
"text": "#444"
},
"$:/config/BitmapEditor/ImageSizes": {
"title": "$:/config/BitmapEditor/ImageSizes",
"text": "[[62px 100px]] [[100px 62px]] [[124px 200px]] [[200px 124px]] [[248px 400px]] [[371px 600px]] [[400px 248px]] [[556px 900px]] [[600px 371px]] [[742px 1200px]] [[900px 556px]] [[1200px 742px]]"
},
"$:/config/BitmapEditor/LineWidth": {
"title": "$:/config/BitmapEditor/LineWidth",
"text": "3px"
},
"$:/config/BitmapEditor/LineWidths": {
"title": "$:/config/BitmapEditor/LineWidths",
"text": "0.25px 0.5px 1px 2px 3px 4px 6px 8px 10px 16px 20px 28px 40px 56px 80px"
},
"$:/config/BitmapEditor/Opacities": {
"title": "$:/config/BitmapEditor/Opacities",
"text": "0.01 0.025 0.05 0.075 0.1 0.15 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1.0"
},
"$:/config/BitmapEditor/Opacity": {
"title": "$:/config/BitmapEditor/Opacity",
"text": "1.0"
},
"$:/config/DefaultMoreSidebarTab": {
"title": "$:/config/DefaultMoreSidebarTab",
"text": "$:/core/ui/MoreSideBar/Tags"
},
"$:/config/DefaultSidebarTab": {
"title": "$:/config/DefaultSidebarTab",
"text": "$:/core/ui/SideBar/Open"
},
"$:/config/DownloadSaver/AutoSave": {
"title": "$:/config/DownloadSaver/AutoSave",
"text": "no"
},
"$:/config/Drafts/TypingTimeout": {
"title": "$:/config/Drafts/TypingTimeout",
"text": "400"
},
"$:/config/EditTemplateFields/Visibility/title": {
"title": "$:/config/EditTemplateFields/Visibility/title",
"text": "hide"
},
"$:/config/EditTemplateFields/Visibility/tags": {
"title": "$:/config/EditTemplateFields/Visibility/tags",
"text": "hide"
},
"$:/config/EditTemplateFields/Visibility/text": {
"title": "$:/config/EditTemplateFields/Visibility/text",
"text": "hide"
},
"$:/config/EditTemplateFields/Visibility/creator": {
"title": "$:/config/EditTemplateFields/Visibility/creator",
"text": "hide"
},
"$:/config/EditTemplateFields/Visibility/created": {
"title": "$:/config/EditTemplateFields/Visibility/created",
"text": "hide"
},
"$:/config/EditTemplateFields/Visibility/modified": {
"title": "$:/config/EditTemplateFields/Visibility/modified",
"text": "hide"
},
"$:/config/EditTemplateFields/Visibility/modifier": {
"title": "$:/config/EditTemplateFields/Visibility/modifier",
"text": "hide"
},
"$:/config/EditTemplateFields/Visibility/type": {
"title": "$:/config/EditTemplateFields/Visibility/type",
"text": "hide"
},
"$:/config/EditTemplateFields/Visibility/draft.title": {
"title": "$:/config/EditTemplateFields/Visibility/draft.title",
"text": "hide"
},
"$:/config/EditTemplateFields/Visibility/draft.of": {
"title": "$:/config/EditTemplateFields/Visibility/draft.of",
"text": "hide"
},
"$:/config/EditTemplateFields/Visibility/revision": {
"title": "$:/config/EditTemplateFields/Visibility/revision",
"text": "hide"
},
"$:/config/EditTemplateFields/Visibility/bag": {
"title": "$:/config/EditTemplateFields/Visibility/bag",
"text": "hide"
},
"$:/config/EditorToolbarButtons/Visibility/$:/core/ui/EditorToolbar/heading-4": {
"title": "$:/config/EditorToolbarButtons/Visibility/$:/core/ui/EditorToolbar/heading-4",
"text": "hide"
},
"$:/config/EditorToolbarButtons/Visibility/$:/core/ui/EditorToolbar/heading-5": {
"title": "$:/config/EditorToolbarButtons/Visibility/$:/core/ui/EditorToolbar/heading-5",
"text": "hide"
},
"$:/config/EditorToolbarButtons/Visibility/$:/core/ui/EditorToolbar/heading-6": {
"title": "$:/config/EditorToolbarButtons/Visibility/$:/core/ui/EditorToolbar/heading-6",
"text": "hide"
},
"$:/config/EditorTypeMappings/image/gif": {
"title": "$:/config/EditorTypeMappings/image/gif",
"text": "bitmap"
},
"$:/config/EditorTypeMappings/image/webp": {
"title": "$:/config/EditorTypeMappings/image/webp",
"text": "bitmap"
},
"$:/config/EditorTypeMappings/image/heic": {
"title": "$:/config/EditorTypeMappings/image/heic",
"text": "bitmap"
},
"$:/config/EditorTypeMappings/image/heif": {
"title": "$:/config/EditorTypeMappings/image/heif",
"text": "bitmap"
},
"$:/config/EditorTypeMappings/image/jpeg": {
"title": "$:/config/EditorTypeMappings/image/jpeg",
"text": "bitmap"
},
"$:/config/EditorTypeMappings/image/jpg": {
"title": "$:/config/EditorTypeMappings/image/jpg",
"text": "bitmap"
},
"$:/config/EditorTypeMappings/image/png": {
"title": "$:/config/EditorTypeMappings/image/png",
"text": "bitmap"
},
"$:/config/EditorTypeMappings/image/x-icon": {
"title": "$:/config/EditorTypeMappings/image/x-icon",
"text": "bitmap"
},
"$:/config/EditorTypeMappings/text/vnd.tiddlywiki": {
"title": "$:/config/EditorTypeMappings/text/vnd.tiddlywiki",
"text": "text"
},
"$:/config/Manager/Show": {
"title": "$:/config/Manager/Show",
"text": "tiddlers"
},
"$:/config/Manager/Filter": {
"title": "$:/config/Manager/Filter",
"text": ""
},
"$:/config/Manager/Order": {
"title": "$:/config/Manager/Order",
"text": "forward"
},
"$:/config/Manager/Sort": {
"title": "$:/config/Manager/Sort",
"text": "title"
},
"$:/config/Manager/System": {
"title": "$:/config/Manager/System",
"text": "system"
},
"$:/config/Manager/Tag": {
"title": "$:/config/Manager/Tag",
"text": ""
},
"$:/state/popup/manager/item/$:/Manager/ItemMain/RawText": {
"title": "$:/state/popup/manager/item/$:/Manager/ItemMain/RawText",
"text": "hide"
},
"$:/config/MissingLinks": {
"title": "$:/config/MissingLinks",
"text": "yes"
},
"$:/config/Navigation/UpdateAddressBar": {
"title": "$:/config/Navigation/UpdateAddressBar",
"text": "no"
},
"$:/config/Navigation/UpdateHistory": {
"title": "$:/config/Navigation/UpdateHistory",
"text": "no"
},
"$:/config/NewImageType": {
"title": "$:/config/NewImageType",
"text": "jpeg"
},
"$:/config/OfficialPluginLibrary": {
"title": "$:/config/OfficialPluginLibrary",
"tags": "$:/tags/PluginLibrary",
"url": "https://tiddlywiki.com/library/v5.1.21/index.html",
"caption": "{{$:/language/OfficialPluginLibrary}}",
"text": "{{$:/language/OfficialPluginLibrary/Hint}}\n"
},
"$:/config/Navigation/openLinkFromInsideRiver": {
"title": "$:/config/Navigation/openLinkFromInsideRiver",
"text": "below"
},
"$:/config/Navigation/openLinkFromOutsideRiver": {
"title": "$:/config/Navigation/openLinkFromOutsideRiver",
"text": "top"
},
"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/advanced-search": {
"title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/advanced-search",
"text": "hide"
},
"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/close-all": {
"title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/close-all",
"text": "hide"
},
"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/encryption": {
"title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/encryption",
"text": "hide"
},
"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/export-page": {
"title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/export-page",
"text": "hide"
},
"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/fold-all": {
"title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/fold-all",
"text": "hide"
},
"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/full-screen": {
"title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/full-screen",
"text": "hide"
},
"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/home": {
"title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/home",
"text": "hide"
},
"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/refresh": {
"title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/refresh",
"text": "hide"
},
"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/import": {
"title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/import",
"text": "hide"
},
"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/language": {
"title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/language",
"text": "hide"
},
"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/tag-manager": {
"title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/tag-manager",
"text": "hide"
},
"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/manager": {
"title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/manager",
"text": "hide"
},
"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/more-page-actions": {
"title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/more-page-actions",
"text": "hide"
},
"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/new-journal": {
"title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/new-journal",
"text": "hide"
},
"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/new-image": {
"title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/new-image",
"text": "hide"
},
"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/palette": {
"title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/palette",
"text": "hide"
},
"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/permaview": {
"title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/permaview",
"text": "hide"
},
"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/print": {
"title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/print",
"text": "hide"
},
"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/storyview": {
"title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/storyview",
"text": "hide"
},
"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/timestamp": {
"title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/timestamp",
"text": "hide"
},
"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/theme": {
"title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/theme",
"text": "hide"
},
"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/unfold-all": {
"title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/unfold-all",
"text": "hide"
},
"$:/config/Performance/Instrumentation": {
"title": "$:/config/Performance/Instrumentation",
"text": "no"
},
"$:/config/SaveWikiButton/Template": {
"title": "$:/config/SaveWikiButton/Template",
"text": "$:/core/save/all"
},
"$:/config/SaverFilter": {
"title": "$:/config/SaverFilter",
"text": "[all[]] -[[$:/HistoryList]] -[[$:/StoryList]] -[[$:/Import]] -[[$:/isEncrypted]] -[[$:/UploadName]] -[prefix[$:/state/]] -[prefix[$:/temp/]]"
},
"$:/config/Search/AutoFocus": {
"title": "$:/config/Search/AutoFocus",
"text": "true"
},
"$:/config/Search/MinLength": {
"title": "$:/config/Search/MinLength",
"text": "3"
},
"$:/config/SearchResults/Default": {
"title": "$:/config/SearchResults/Default",
"text": "$:/core/ui/DefaultSearchResultList"
},
"$:/config/ShortcutInfo/advanced-search": {
"title": "$:/config/ShortcutInfo/advanced-search",
"text": "{{$:/language/Buttons/AdvancedSearch/Hint}}"
},
"$:/config/ShortcutInfo/bold": {
"title": "$:/config/ShortcutInfo/bold",
"text": "{{$:/language/Buttons/Bold/Hint}}"
},
"$:/config/ShortcutInfo/cancel-edit-tiddler": {
"title": "$:/config/ShortcutInfo/cancel-edit-tiddler",
"text": "{{$:/language/Buttons/Cancel/Hint}}"
},
"$:/config/ShortcutInfo/excise": {
"title": "$:/config/ShortcutInfo/excise",
"text": "{{$:/language/Buttons/Excise/Hint}}"
},
"$:/config/ShortcutInfo/heading-1": {
"title": "$:/config/ShortcutInfo/heading-1",
"text": "{{$:/language/Buttons/Heading1/Hint}}"
},
"$:/config/ShortcutInfo/heading-2": {
"title": "$:/config/ShortcutInfo/heading-2",
"text": "{{$:/language/Buttons/Heading2/Hint}}"
},
"$:/config/ShortcutInfo/heading-3": {
"title": "$:/config/ShortcutInfo/heading-3",
"text": "{{$:/language/Buttons/Heading3/Hint}}"
},
"$:/config/ShortcutInfo/heading-4": {
"title": "$:/config/ShortcutInfo/heading-4",
"text": "{{$:/language/Buttons/Heading4/Hint}}"
},
"$:/config/ShortcutInfo/heading-5": {
"title": "$:/config/ShortcutInfo/heading-5",
"text": "{{$:/language/Buttons/Heading5/Hint}}"
},
"$:/config/ShortcutInfo/heading-6": {
"title": "$:/config/ShortcutInfo/heading-6",
"text": "{{$:/language/Buttons/Heading6/Hint}}"
},
"$:/config/ShortcutInfo/italic": {
"title": "$:/config/ShortcutInfo/italic",
"text": "{{$:/language/Buttons/Italic/Hint}}"
},
"$:/config/ShortcutInfo/link": {
"title": "$:/config/ShortcutInfo/link",
"text": "{{$:/language/Buttons/Link/Hint}}"
},
"$:/config/ShortcutInfo/list-bullet": {
"title": "$:/config/ShortcutInfo/list-bullet",
"text": "{{$:/language/Buttons/ListBullet/Hint}}"
},
"$:/config/ShortcutInfo/list-number": {
"title": "$:/config/ShortcutInfo/list-number",
"text": "{{$:/language/Buttons/ListNumber/Hint}}"
},
"$:/config/ShortcutInfo/mono-block": {
"title": "$:/config/ShortcutInfo/mono-block",
"text": "{{$:/language/Buttons/MonoBlock/Hint}}"
},
"$:/config/ShortcutInfo/mono-line": {
"title": "$:/config/ShortcutInfo/mono-line",
"text": "{{$:/language/Buttons/MonoLine/Hint}}"
},
"$:/config/ShortcutInfo/new-image": {
"title": "$:/config/ShortcutInfo/new-image",
"text": "{{$:/language/Buttons/NewImage/Hint}}"
},
"$:/config/ShortcutInfo/new-journal": {
"title": "$:/config/ShortcutInfo/new-journal",
"text": "{{$:/language/Buttons/NewJournal/Hint}}"
},
"$:/config/ShortcutInfo/new-tiddler": {
"title": "$:/config/ShortcutInfo/new-tiddler",
"text": "{{$:/language/Buttons/NewTiddler/Hint}}"
},
"$:/config/ShortcutInfo/picture": {
"title": "$:/config/ShortcutInfo/picture",
"text": "{{$:/language/Buttons/Picture/Hint}}"
},
"$:/config/ShortcutInfo/preview": {
"title": "$:/config/ShortcutInfo/preview",
"text": "{{$:/language/Buttons/Preview/Hint}}"
},
"$:/config/ShortcutInfo/quote": {
"title": "$:/config/ShortcutInfo/quote",
"text": "{{$:/language/Buttons/Quote/Hint}}"
},
"$:/config/ShortcutInfo/save-tiddler": {
"title": "$:/config/ShortcutInfo/save-tiddler",
"text": "{{$:/language/Buttons/Save/Hint}}"
},
"$:/config/ShortcutInfo/sidebar-search": {
"title": "$:/config/ShortcutInfo/sidebar-search",
"text": "{{$:/language/Buttons/SidebarSearch/Hint}}"
},
"$:/config/ShortcutInfo/stamp": {
"title": "$:/config/ShortcutInfo/stamp",
"text": "{{$:/language/Buttons/Stamp/Hint}}"
},
"$:/config/ShortcutInfo/strikethrough": {
"title": "$:/config/ShortcutInfo/strikethrough",
"text": "{{$:/language/Buttons/Strikethrough/Hint}}"
},
"$:/config/ShortcutInfo/subscript": {
"title": "$:/config/ShortcutInfo/subscript",
"text": "{{$:/language/Buttons/Subscript/Hint}}"
},
"$:/config/ShortcutInfo/superscript": {
"title": "$:/config/ShortcutInfo/superscript",
"text": "{{$:/language/Buttons/Superscript/Hint}}"
},
"$:/config/ShortcutInfo/toggle-sidebar": {
"title": "$:/config/ShortcutInfo/toggle-sidebar",
"text": "{{$:/language/Buttons/ToggleSidebar/Hint}}"
},
"$:/config/ShortcutInfo/underline": {
"title": "$:/config/ShortcutInfo/underline",
"text": "{{$:/language/Buttons/Underline/Hint}}"
},
"$:/config/SyncFilter": {
"title": "$:/config/SyncFilter",
"text": "[is[tiddler]] -[[$:/HistoryList]] -[[$:/Import]] -[[$:/isEncrypted]] -[prefix[$:/status/]] -[prefix[$:/state/]] -[prefix[$:/temp/]]"
},
"$:/config/Tags/MinLength": {
"title": "$:/config/Tags/MinLength",
"text": "0"
},
"$:/config/TextEditor/EditorHeight/Height": {
"title": "$:/config/TextEditor/EditorHeight/Height",
"text": "400px"
},
"$:/config/TextEditor/EditorHeight/Mode": {
"title": "$:/config/TextEditor/EditorHeight/Mode",
"text": "auto"
},
"$:/config/TiddlerInfo/Default": {
"title": "$:/config/TiddlerInfo/Default",
"text": "$:/core/ui/TiddlerInfo/Fields"
},
"$:/config/TiddlerInfo/Mode": {
"title": "$:/config/TiddlerInfo/Mode",
"text": "popup"
},
"$:/config/Tiddlers/TitleLinks": {
"title": "$:/config/Tiddlers/TitleLinks",
"text": "no"
},
"$:/config/Toolbar/ButtonClass": {
"title": "$:/config/Toolbar/ButtonClass",
"text": "tc-btn-invisible"
},
"$:/config/Toolbar/Icons": {
"title": "$:/config/Toolbar/Icons",
"text": "yes"
},
"$:/config/Toolbar/Text": {
"title": "$:/config/Toolbar/Text",
"text": "no"
},
"$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/clone": {
"title": "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/clone",
"text": "hide"
},
"$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/close-others": {
"title": "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/close-others",
"text": "hide"
},
"$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/export-tiddler": {
"title": "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/export-tiddler",
"text": "hide"
},
"$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/info": {
"title": "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/info",
"text": "hide"
},
"$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/more-tiddler-actions": {
"title": "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/more-tiddler-actions",
"text": "show"
},
"$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/new-here": {
"title": "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/new-here",
"text": "hide"
},
"$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/new-journal-here": {
"title": "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/new-journal-here",
"text": "hide"
},
"$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/open-window": {
"title": "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/open-window",
"text": "hide"
},
"$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/permalink": {
"title": "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/permalink",
"text": "hide"
},
"$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/permaview": {
"title": "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/permaview",
"text": "hide"
},
"$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/delete": {
"title": "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/delete",
"text": "hide"
},
"$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/fold": {
"title": "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/fold",
"text": "hide"
},
"$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/fold-bar": {
"title": "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/fold-bar",
"text": "hide"
},
"$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/fold-others": {
"title": "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/fold-others",
"text": "hide"
},
"$:/config/shortcuts-mac/bold": {
"title": "$:/config/shortcuts-mac/bold",
"text": "meta-B"
},
"$:/config/shortcuts-mac/italic": {
"title": "$:/config/shortcuts-mac/italic",
"text": "meta-I"
},
"$:/config/shortcuts-mac/underline": {
"title": "$:/config/shortcuts-mac/underline",
"text": "meta-U"
},
"$:/config/shortcuts-mac/new-image": {
"title": "$:/config/shortcuts-mac/new-image",
"text": "ctrl-I"
},
"$:/config/shortcuts-mac/new-journal": {
"title": "$:/config/shortcuts-mac/new-journal",
"text": "ctrl-J"
},
"$:/config/shortcuts-mac/new-tiddler": {
"title": "$:/config/shortcuts-mac/new-tiddler",
"text": "ctrl-N"
},
"$:/config/shortcuts-not-mac/bold": {
"title": "$:/config/shortcuts-not-mac/bold",
"text": "ctrl-B"
},
"$:/config/shortcuts-not-mac/italic": {
"title": "$:/config/shortcuts-not-mac/italic",
"text": "ctrl-I"
},
"$:/config/shortcuts-not-mac/underline": {
"title": "$:/config/shortcuts-not-mac/underline",
"text": "ctrl-U"
},
"$:/config/shortcuts-not-mac/new-image": {
"title": "$:/config/shortcuts-not-mac/new-image",
"text": "alt-I"
},
"$:/config/shortcuts-not-mac/new-journal": {
"title": "$:/config/shortcuts-not-mac/new-journal",
"text": "alt-J"
},
"$:/config/shortcuts-not-mac/new-tiddler": {
"title": "$:/config/shortcuts-not-mac/new-tiddler",
"text": "alt-N"
},
"$:/config/shortcuts/advanced-search": {
"title": "$:/config/shortcuts/advanced-search",
"text": "ctrl-shift-A"
},
"$:/config/shortcuts/cancel-edit-tiddler": {
"title": "$:/config/shortcuts/cancel-edit-tiddler",
"text": "escape"
},
"$:/config/shortcuts/excise": {
"title": "$:/config/shortcuts/excise",
"text": "ctrl-E"
},
"$:/config/shortcuts/sidebar-search": {
"title": "$:/config/shortcuts/sidebar-search",
"text": "ctrl-shift-F"
},
"$:/config/shortcuts/heading-1": {
"title": "$:/config/shortcuts/heading-1",
"text": "ctrl-1"
},
"$:/config/shortcuts/heading-2": {
"title": "$:/config/shortcuts/heading-2",
"text": "ctrl-2"
},
"$:/config/shortcuts/heading-3": {
"title": "$:/config/shortcuts/heading-3",
"text": "ctrl-3"
},
"$:/config/shortcuts/heading-4": {
"title": "$:/config/shortcuts/heading-4",
"text": "ctrl-4"
},
"$:/config/shortcuts/heading-5": {
"title": "$:/config/shortcuts/heading-5",
"text": "ctrl-5"
},
"$:/config/shortcuts/heading-6": {
"title": "$:/config/shortcuts/heading-6",
"text": "ctrl-6"
},
"$:/config/shortcuts/link": {
"title": "$:/config/shortcuts/link",
"text": "ctrl-L"
},
"$:/config/shortcuts/linkify": {
"title": "$:/config/shortcuts/linkify",
"text": "alt-shift-L"
},
"$:/config/shortcuts/list-bullet": {
"title": "$:/config/shortcuts/list-bullet",
"text": "ctrl-shift-L"
},
"$:/config/shortcuts/list-number": {
"title": "$:/config/shortcuts/list-number",
"text": "ctrl-shift-N"
},
"$:/config/shortcuts/mono-block": {
"title": "$:/config/shortcuts/mono-block",
"text": "ctrl-shift-M"
},
"$:/config/shortcuts/mono-line": {
"title": "$:/config/shortcuts/mono-line",
"text": "ctrl-M"
},
"$:/config/shortcuts/picture": {
"title": "$:/config/shortcuts/picture",
"text": "ctrl-shift-I"
},
"$:/config/shortcuts/preview": {
"title": "$:/config/shortcuts/preview",
"text": "alt-P"
},
"$:/config/shortcuts/quote": {
"title": "$:/config/shortcuts/quote",
"text": "ctrl-Q"
},
"$:/config/shortcuts/save-tiddler": {
"title": "$:/config/shortcuts/save-tiddler",
"text": "ctrl+enter"
},
"$:/config/shortcuts/stamp": {
"title": "$:/config/shortcuts/stamp",
"text": "ctrl-S"
},
"$:/config/shortcuts/strikethrough": {
"title": "$:/config/shortcuts/strikethrough",
"text": "ctrl-T"
},
"$:/config/shortcuts/subscript": {
"title": "$:/config/shortcuts/subscript",
"text": "ctrl-shift-B"
},
"$:/config/shortcuts/superscript": {
"title": "$:/config/shortcuts/superscript",
"text": "ctrl-shift-P"
},
"$:/config/shortcuts/toggle-sidebar": {
"title": "$:/config/shortcuts/toggle-sidebar",
"text": "alt-shift-S"
},
"$:/config/shortcuts/transcludify": {
"title": "$:/config/shortcuts/transcludify",
"text": "alt-shift-T"
},
"$:/config/ui/EditTemplate": {
"title": "$:/config/ui/EditTemplate",
"text": "$:/core/ui/EditTemplate"
},
"$:/config/ui/ViewTemplate": {
"title": "$:/config/ui/ViewTemplate",
"text": "$:/core/ui/ViewTemplate"
},
"$:/config/WikiParserRules/Inline/wikilink": {
"title": "$:/config/WikiParserRules/Inline/wikilink",
"text": "enable"
},
"$:/snippets/currpalettepreview": {
"title": "$:/snippets/currpalettepreview",
"text": "\\define swatchStyle()\nbackground-color: $(swatchColour)$;\n\\end\n\\define swatch()\n<$set name=\"swatchColour\" value={{##$(colour)$}}\n><div class=\"tc-swatch\" style=<<swatchStyle>> title=<<colour>>/></$set>\n\\end\n<div class=\"tc-swatches-horiz\"><$list filter=\"\nforeground\nbackground\nmuted-foreground\nprimary\npage-background\ntab-background\ntiddler-info-background\n\" variable=\"colour\"><<swatch>></$list></div>"
},
"$:/snippets/download-wiki-button": {
"title": "$:/snippets/download-wiki-button",
"text": "\\define lingo-base() $:/language/ControlPanel/Tools/Download/\n<$button class=\"tc-btn-big-green\">\n<$action-sendmessage $message=\"tm-download-file\" $param=\"$:/core/save/all\" filename=\"index.html\"/>\n<<lingo Full/Caption>> {{$:/core/images/save-button}}\n</$button>"
},
"$:/language": {
"title": "$:/language",
"text": "$:/languages/en-GB"
},
"$:/snippets/languageswitcher": {
"title": "$:/snippets/languageswitcher",
"text": "\\define flag-title()\n$(languagePluginTitle)$/icon\n\\end\n\n<$linkcatcher to=\"$:/language\">\n<div class=\"tc-chooser tc-language-chooser\">\n<$list filter=\"[[$:/languages/en-GB]] [plugin-type[language]sort[description]]\">\n<$set name=\"cls\" filter=\"[all[current]field:title{$:/language}]\" value=\"tc-chooser-item tc-chosen\" emptyValue=\"tc-chooser-item\"><div class=<<cls>>>\n<$link>\n<span class=\"tc-image-button\">\n<$set name=\"languagePluginTitle\" value=<<currentTiddler>>>\n<$transclude subtiddler=<<flag-title>>>\n<$list filter=\"[all[current]field:title[$:/languages/en-GB]]\">\n<$transclude tiddler=\"$:/languages/en-GB/icon\"/>\n</$list>\n</$transclude>\n</$set>\n</span>\n<$view field=\"description\">\n<$view field=\"name\">\n<$view field=\"title\"/>\n</$view>\n</$view>\n</$link>\n</div>\n</$set>\n</$list>\n</div>\n</$linkcatcher>"
},
"$:/core/macros/CSS": {
"title": "$:/core/macros/CSS",
"tags": "$:/tags/Macro",
"text": "\\define colour(name)\n<$transclude tiddler={{$:/palette}} index=\"$name$\"><$transclude tiddler=\"$:/palettes/Vanilla\" index=\"$name$\"/></$transclude>\n\\end\n\n\\define color(name)\n<<colour $name$>>\n\\end\n\n\\define box-shadow(shadow)\n``\n -webkit-box-shadow: $shadow$;\n -moz-box-shadow: $shadow$;\n box-shadow: $shadow$;\n``\n\\end\n\n\\define filter(filter)\n``\n -webkit-filter: $filter$;\n -moz-filter: $filter$;\n filter: $filter$;\n``\n\\end\n\n\\define transition(transition)\n``\n -webkit-transition: $transition$;\n -moz-transition: $transition$;\n transition: $transition$;\n``\n\\end\n\n\\define transform-origin(origin)\n``\n -webkit-transform-origin: $origin$;\n -moz-transform-origin: $origin$;\n transform-origin: $origin$;\n``\n\\end\n\n\\define background-linear-gradient(gradient)\n``\nbackground-image: linear-gradient($gradient$);\nbackground-image: -o-linear-gradient($gradient$);\nbackground-image: -moz-linear-gradient($gradient$);\nbackground-image: -webkit-linear-gradient($gradient$);\nbackground-image: -ms-linear-gradient($gradient$);\n``\n\\end\n\n\\define column-count(columns)\n``\n-moz-column-count: $columns$;\n-webkit-column-count: $columns$;\ncolumn-count: $columns$;\n``\n\\end\n\n\\define datauri(title)\n<$macrocall $name=\"makedatauri\" type={{$title$!!type}} text={{$title$}}/>\n\\end\n\n\\define if-sidebar(text)\n<$reveal state=\"$:/state/sidebar\" type=\"match\" text=\"yes\" default=\"yes\">$text$</$reveal>\n\\end\n\n\\define if-no-sidebar(text)\n<$reveal state=\"$:/state/sidebar\" type=\"nomatch\" text=\"yes\" default=\"yes\">$text$</$reveal>\n\\end\n\n\\define if-background-attachment(text)\n<$reveal state=\"$:/themes/tiddlywiki/vanilla/settings/backgroundimage\" type=\"nomatch\" text=\"\">$text$</$reveal>\n\\end\n"
},
"$:/core/macros/colour-picker": {
"title": "$:/core/macros/colour-picker",
"tags": "$:/tags/Macro",
"text": "\\define colour-picker-update-recent()\n<$action-listops\n\t$tiddler=\"$:/config/ColourPicker/Recent\"\n\t$subfilter=\"$(colour-picker-value)$ [list[$:/config/ColourPicker/Recent]remove[$(colour-picker-value)$]] +[limit[8]]\"\n/>\n\\end\n\n\\define colour-picker-inner(actions)\n<$button tag=\"a\" tooltip=\"\"\"$(colour-picker-value)$\"\"\">\n\n$(colour-picker-update-recent)$\n\n$actions$\n\n<div style=\"background-color: $(colour-picker-value)$; width: 100%; height: 100%; border-radius: 50%;\"/>\n\n</$button>\n\\end\n\n\\define colour-picker-recent-inner(actions)\n<$set name=\"colour-picker-value\" value=\"$(recentColour)$\">\n<$macrocall $name=\"colour-picker-inner\" actions=\"\"\"$actions$\"\"\"/>\n</$set>\n\\end\n\n\\define colour-picker-recent(actions)\n{{$:/language/ColourPicker/Recent}} <$list filter=\"[list[$:/config/ColourPicker/Recent]]\" variable=\"recentColour\">\n<$macrocall $name=\"colour-picker-recent-inner\" actions=\"\"\"$actions$\"\"\"/></$list>\n\\end\n\n\\define colour-picker(actions)\n<div class=\"tc-colour-chooser\">\n\n<$macrocall $name=\"colour-picker-recent\" actions=\"\"\"$actions$\"\"\"/>\n\n---\n\n<$list filter=\"LightPink Pink Crimson LavenderBlush PaleVioletRed HotPink DeepPink MediumVioletRed Orchid Thistle Plum Violet Magenta Fuchsia DarkMagenta Purple MediumOrchid DarkViolet DarkOrchid Indigo BlueViolet MediumPurple MediumSlateBlue SlateBlue DarkSlateBlue Lavender GhostWhite Blue MediumBlue MidnightBlue DarkBlue Navy RoyalBlue CornflowerBlue LightSteelBlue LightSlateGrey SlateGrey DodgerBlue AliceBlue SteelBlue LightSkyBlue SkyBlue DeepSkyBlue LightBlue PowderBlue CadetBlue Azure LightCyan PaleTurquoise Cyan Aqua DarkTurquoise DarkSlateGrey DarkCyan Teal MediumTurquoise LightSeaGreen Turquoise Aquamarine MediumAquamarine MediumSpringGreen MintCream SpringGreen MediumSeaGreen SeaGreen Honeydew LightGreen PaleGreen DarkSeaGreen LimeGreen Lime ForestGreen Green DarkGreen Chartreuse LawnGreen GreenYellow DarkOliveGreen YellowGreen OliveDrab Beige LightGoldenrodYellow Ivory LightYellow Yellow Olive DarkKhaki LemonChiffon PaleGoldenrod Khaki Gold Cornsilk Goldenrod DarkGoldenrod FloralWhite OldLace Wheat Moccasin Orange PapayaWhip BlanchedAlmond NavajoWhite AntiqueWhite Tan BurlyWood Bisque DarkOrange Linen Peru PeachPuff SandyBrown Chocolate SaddleBrown Seashell Sienna LightSalmon Coral OrangeRed DarkSalmon Tomato MistyRose Salmon Snow LightCoral RosyBrown IndianRed Red Brown FireBrick DarkRed Maroon White WhiteSmoke Gainsboro LightGrey Silver DarkGrey Grey DimGrey Black\" variable=\"colour-picker-value\">\n<$macrocall $name=\"colour-picker-inner\" actions=\"\"\"$actions$\"\"\"/>\n</$list>\n\n---\n\n<$edit-text tiddler=\"$:/config/ColourPicker/New\" tag=\"input\" default=\"\" placeholder=\"\"/> \n<$edit-text tiddler=\"$:/config/ColourPicker/New\" type=\"color\" tag=\"input\"/>\n<$set name=\"colour-picker-value\" value={{$:/config/ColourPicker/New}}>\n<$macrocall $name=\"colour-picker-inner\" actions=\"\"\"$actions$\"\"\"/>\n</$set>\n\n</div>\n\n\\end\n"
},
"$:/core/macros/copy-to-clipboard": {
"title": "$:/core/macros/copy-to-clipboard",
"tags": "$:/tags/Macro",
"text": "\\define copy-to-clipboard(src,class:\"tc-btn-invisible\",style)\n<$button class=<<__class__>> style=<<__style__>> message=\"tm-copy-to-clipboard\" param=<<__src__>> tooltip={{$:/language/Buttons/CopyToClipboard/Hint}}>\n{{$:/core/images/copy-clipboard}} <$text text={{$:/language/Buttons/CopyToClipboard/Caption}}/>\n</$button>\n\\end\n\n\\define copy-to-clipboard-above-right(src,class:\"tc-btn-invisible\",style)\n<div style=\"position: relative;\">\n<div style=\"position: absolute; bottom: 0; right: 0;\">\n<$macrocall $name=\"copy-to-clipboard\" src=<<__src__>> class=<<__class__>> style=<<__style__>>/>\n</div>\n</div>\n\\end\n\n"
},
"$:/core/macros/diff": {
"title": "$:/core/macros/diff",
"tags": "$:/tags/Macro",
"text": "\\define compareTiddlerText(sourceTiddlerTitle,sourceSubTiddlerTitle,destTiddlerTitle,destSubTiddlerTitle)\n<$set name=\"source\" tiddler=<<__sourceTiddlerTitle__>> subtiddler=<<__sourceSubTiddlerTitle__>>>\n<$set name=\"dest\" tiddler=<<__destTiddlerTitle__>> subtiddler=<<__destSubTiddlerTitle__>>>\n<$diff-text source=<<source>> dest=<<dest>>/>\n</$set>\n</$set>\n\\end\n\n\\define compareTiddlers(sourceTiddlerTitle,sourceSubTiddlerTitle,destTiddlerTitle,destSubTiddlerTitle,exclude)\n<table class=\"tc-diff-tiddlers\">\n<tbody>\n<$set name=\"sourceFields\" filter=\"[<__sourceTiddlerTitle__>fields[]sort[]]\">\n<$set name=\"destFields\" filter=\"[<__destSubTiddlerTitle__>subtiddlerfields<__destTiddlerTitle__>sort[]]\">\n<$list filter=\"[enlist<sourceFields>] [enlist<destFields>] -[enlist<__exclude__>] +[sort[]]\" variable=\"fieldName\">\n<tr>\n<th>\n<$text text=<<fieldName>>/> \n</th>\n<td>\n<$set name=\"source\" tiddler=<<__sourceTiddlerTitle__>> subtiddler=<<__sourceSubTiddlerTitle__>> field=<<fieldName>>>\n<$set name=\"dest\" tiddler=<<__destTiddlerTitle__>> subtiddler=<<__destSubTiddlerTitle__>> field=<<fieldName>>>\n<$diff-text source=<<source>> dest=<<dest>>>\n</$diff-text>\n</$set>\n</$set>\n</td>\n</tr>\n</$list>\n</$set>\n</$set>\n</tbody>\n</table>\n\\end\n"
},
"$:/core/macros/dumpvariables": {
"title": "$:/core/macros/dumpvariables",
"tags": "$:/tags/Macro",
"text": "\\define dumpvariables()\n<ul>\n<$list filter=\"[variables[]]\" variable=\"varname\">\n<li>\n<strong><code><$text text=<<varname>>/></code></strong>:<br/>\n<$codeblock code={{{ [<varname>getvariable[]] }}}/>\n</li>\n</$list>\n</ul>\n\\end\n"
},
"$:/core/macros/export": {
"title": "$:/core/macros/export",
"tags": "$:/tags/Macro",
"text": "\\define exportButtonFilename(baseFilename)\n$baseFilename$$(extension)$\n\\end\n\n\\define exportButton(exportFilter:\"[!is[system]sort[title]]\",lingoBase,baseFilename:\"tiddlers\")\n<span class=\"tc-popup-keep\"><$button popup=<<qualify \"$:/state/popup/export\">> tooltip={{$lingoBase$Hint}} aria-label={{$lingoBase$Caption}} class=<<tv-config-toolbar-class>> selectedClass=\"tc-selected\">\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/export-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$lingoBase$Caption}}/></span>\n</$list>\n</$button></span><$reveal state=<<qualify \"$:/state/popup/export\">> type=\"popup\" position=\"below\" animate=\"yes\">\n<div class=\"tc-drop-down\">\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/Exporter]]\">\n<$set name=\"extension\" value={{!!extension}}>\n<$button class=\"tc-btn-invisible\">\n<$action-sendmessage $message=\"tm-download-file\" $param=<<currentTiddler>> exportFilter=\"\"\"$exportFilter$\"\"\" filename=<<exportButtonFilename \"\"\"$baseFilename$\"\"\">>/>\n<$action-deletetiddler $tiddler=<<qualify \"$:/state/popup/export\">>/>\n<$transclude field=\"description\"/>\n</$button>\n</$set>\n</$list>\n</div>\n</$reveal>\n\\end\n"
},
"$:/core/macros/image-picker": {
"title": "$:/core/macros/image-picker",
"created": "20170715180840889",
"modified": "20170715180914005",
"tags": "$:/tags/Macro",
"type": "text/vnd.tiddlywiki",
"text": "\\define image-picker-thumbnail(actions)\n<$button tag=\"a\" tooltip=\"\"\"$(imageTitle)$\"\"\">\n$actions$\n<$transclude tiddler=<<imageTitle>>/>\n</$button>\n\\end\n\n\\define image-picker-list(filter,actions)\n<$list filter=\"\"\"$filter$\"\"\" variable=\"imageTitle\">\n<$macrocall $name=\"image-picker-thumbnail\" actions=\"\"\"$actions$\"\"\"/>\n</$list>\n\\end\n\n\\define image-picker(actions,filter:\"[all[shadows+tiddlers]is[image]] -[type[application/pdf]] +[!has[draft.of]$subfilter$sort[title]]\",subfilter:\"\")\n<div class=\"tc-image-chooser\">\n<$vars state-system=<<qualify \"$:/state/image-picker/system\">>>\n<$checkbox tiddler=<<state-system>> field=\"text\" checked=\"show\" unchecked=\"hide\" default=\"hide\">\n{{$:/language/SystemTiddlers/Include/Prompt}}\n</$checkbox>\n<$reveal state=<<state-system>> type=\"match\" text=\"hide\" default=\"hide\" tag=\"div\">\n<$macrocall $name=\"image-picker-list\" filter=\"\"\"$filter$ +[!is[system]]\"\"\" actions=\"\"\"$actions$\"\"\"/>\n</$reveal>\n<$reveal state=<<state-system>> type=\"nomatch\" text=\"hide\" default=\"hide\" tag=\"div\">\n<$macrocall $name=\"image-picker-list\" filter=\"\"\"$filter$\"\"\" actions=\"\"\"$actions$\"\"\"/>\n</$reveal>\n</$vars>\n</div>\n\\end\n\n\\define image-picker-include-tagged-images(actions)\n<$macrocall $name=\"image-picker\" filter=\"[all[shadows+tiddlers]is[image]] [all[shadows+tiddlers]tag[$:/tags/Image]] -[type[application/pdf]] +[!has[draft.of]sort[title]]\" actions=\"\"\"$actions$\"\"\"/>\n\\end\n"
},
"$:/core/macros/lingo": {
"title": "$:/core/macros/lingo",
"tags": "$:/tags/Macro",
"text": "\\define lingo-base()\n$:/language/\n\\end\n\n\\define lingo(title)\n{{$(lingo-base)$$title$}}\n\\end\n"
},
"$:/core/macros/list": {
"title": "$:/core/macros/list",
"tags": "$:/tags/Macro",
"text": "\\define list-links(filter,type:\"ul\",subtype:\"li\",class:\"\",emptyMessage)\n\\whitespace trim\n<$type$ class=\"$class$\">\n<$list filter=\"$filter$\" emptyMessage=<<__emptyMessage__>>>\n<$subtype$>\n<$link to={{!!title}}>\n<$transclude field=\"caption\">\n<$view field=\"title\"/>\n</$transclude>\n</$link>\n</$subtype$>\n</$list>\n</$type$>\n\\end\n\n\\define list-links-draggable-drop-actions()\n<$action-listops $tiddler=<<targetTiddler>> $field=<<targetField>> $subfilter=\"+[insertbefore:currentTiddler<actionTiddler>]\"/>\n\\end\n\n\\define list-links-draggable(tiddler,field:\"list\",type:\"ul\",subtype:\"li\",class:\"\",itemTemplate)\n\\whitespace trim\n<span class=\"tc-links-draggable-list\">\n<$vars targetTiddler=\"\"\"$tiddler$\"\"\" targetField=\"\"\"$field$\"\"\">\n<$type$ class=\"$class$\">\n<$list filter=\"[list[$tiddler$!!$field$]]\">\n<$droppable actions=<<list-links-draggable-drop-actions>> tag=\"\"\"$subtype$\"\"\">\n<div class=\"tc-droppable-placeholder\"/>\n<div>\n<$transclude tiddler=\"\"\"$itemTemplate$\"\"\">\n<$link to={{!!title}}>\n<$transclude field=\"caption\">\n<$view field=\"title\"/>\n</$transclude>\n</$link>\n</$transclude>\n</div>\n</$droppable>\n</$list>\n</$type$>\n<$tiddler tiddler=\"\">\n<$droppable actions=<<list-links-draggable-drop-actions>> tag=\"div\">\n<div class=\"tc-droppable-placeholder\">\n \n</div>\n<div style=\"height:0.5em;\"/>\n</$droppable>\n</$tiddler>\n</$vars>\n</span>\n\\end\n\n\\define list-tagged-draggable-drop-actions(tag)\n<!-- Save the current ordering of the tiddlers with this tag -->\n<$set name=\"order\" filter=\"[<__tag__>tagging[]]\">\n<!-- Remove any list-after or list-before fields from the tiddlers with this tag -->\n<$list filter=\"[<__tag__>tagging[]]\">\n<$action-deletefield $field=\"list-before\"/>\n<$action-deletefield $field=\"list-after\"/>\n</$list>\n<!-- Save the new order to the Tag Tiddler -->\n<$action-listops $tiddler=<<__tag__>> $field=\"list\" $filter=\"+[enlist<order>] +[insertbefore:currentTiddler<actionTiddler>]\"/>\n<!-- Make sure the newly added item has the right tag -->\n<!-- Removing this line makes dragging tags within the dropdown work as intended -->\n<!--<$action-listops $tiddler=<<actionTiddler>> $tags=<<__tag__>>/>-->\n<!-- Using the following 5 lines as replacement makes dragging titles from outside into the dropdown apply the tag -->\n<$list filter=\"[<actionTiddler>!contains:tags<__tag__>]\">\n<$fieldmangler tiddler=<<actionTiddler>>>\n<$action-sendmessage $message=\"tm-add-tag\" $param=<<__tag__>>/>\n</$fieldmangler>\n</$list>\n</$set>\n\\end\n\n\\define list-tagged-draggable(tag,subFilter,emptyMessage,itemTemplate,elementTag:\"div\")\n\\whitespace trim\n<span class=\"tc-tagged-draggable-list\">\n<$set name=\"tag\" value=<<__tag__>>>\n<$list filter=\"[<__tag__>tagging[]$subFilter$]\" emptyMessage=<<__emptyMessage__>>>\n<$elementTag$ class=\"tc-menu-list-item\">\n<$droppable actions=\"\"\"<$macrocall $name=\"list-tagged-draggable-drop-actions\" tag=<<__tag__>>/>\"\"\">\n<$elementTag$ class=\"tc-droppable-placeholder\"/>\n<$elementTag$>\n<$transclude tiddler=\"\"\"$itemTemplate$\"\"\">\n<$link to={{!!title}}>\n<$view field=\"title\"/>\n</$link>\n</$transclude>\n</$elementTag$>\n</$droppable>\n</$elementTag$>\n</$list>\n<$tiddler tiddler=\"\">\n<$droppable actions=\"\"\"<$macrocall $name=\"list-tagged-draggable-drop-actions\" tag=<<__tag__>>/>\"\"\">\n<$elementTag$ class=\"tc-droppable-placeholder\"/>\n<$elementTag$ style=\"height:0.5em;\">\n</$elementTag$>\n</$droppable>\n</$tiddler>\n</$set>\n</span>\n\\end\n"
},
"$:/core/macros/tabs": {
"title": "$:/core/macros/tabs",
"tags": "$:/tags/Macro",
"text": "\\define tabs(tabsList,default,state:\"$:/state/tab\",class,template,buttonTemplate,retain)\n<div class=\"tc-tab-set $class$\">\n<div class=\"tc-tab-buttons $class$\">\n<$list filter=\"$tabsList$\" variable=\"currentTab\" storyview=\"pop\"><$set name=\"save-currentTiddler\" value=<<currentTiddler>>><$tiddler tiddler=<<currentTab>>><$button set=<<qualify \"$state$\">> setTo=<<currentTab>> default=\"$default$\" selectedClass=\"tc-tab-selected\" tooltip={{!!tooltip}}>\n<$tiddler tiddler=<<save-currentTiddler>>>\n<$set name=\"tv-wikilinks\" value=\"no\">\n<$transclude tiddler=\"$buttonTemplate$\" mode=\"inline\">\n<$transclude tiddler=<<currentTab>> field=\"caption\">\n<$macrocall $name=\"currentTab\" $type=\"text/plain\" $output=\"text/plain\"/>\n</$transclude>\n</$transclude>\n</$set></$tiddler></$button></$tiddler></$set></$list>\n</div>\n<div class=\"tc-tab-divider $class$\"/>\n<div class=\"tc-tab-content $class$\">\n<$list filter=\"$tabsList$\" variable=\"currentTab\">\n\n<$reveal type=\"match\" state=<<qualify \"$state$\">> text=<<currentTab>> default=\"$default$\" retain=\"\"\"$retain$\"\"\">\n\n<$transclude tiddler=\"$template$\" mode=\"block\">\n\n<$transclude tiddler=<<currentTab>> mode=\"block\"/>\n\n</$transclude>\n\n</$reveal>\n\n</$list>\n</div>\n</div>\n\\end\n"
},
"$:/core/macros/tag-picker": {
"title": "$:/core/macros/tag-picker",
"tags": "$:/tags/Macro",
"text": "\\define add-tag-actions()\n<$action-sendmessage $message=\"tm-add-tag\" $param={{$:/temp/NewTagName}}/>\n<$action-deletetiddler $tiddler=\"$:/temp/NewTagName\"/>\n\\end\n\n\\define tag-button()\n<$button class=\"tc-btn-invisible\" tag=\"a\">\n$(actions)$\n<$action-deletetiddler $tiddler=\"$:/temp/NewTagName\"/>\n<$macrocall $name=\"tag-pill\" tag=<<tag>>/>\n</$button>\n\\end\n\n\\define tag-picker(actions)\n<$set name=\"actions\" value=\"\"\"$actions$\"\"\">\n<div class=\"tc-edit-add-tag\">\n<span class=\"tc-add-tag-name\">\n<$keyboard key=\"ENTER\" actions=<<add-tag-actions>>>\n<$edit-text tiddler=\"$:/temp/NewTagName\" tag=\"input\" default=\"\" placeholder={{$:/language/EditTemplate/Tags/Add/Placeholder}} focusPopup=<<qualify \"$:/state/popup/tags-auto-complete\">> class=\"tc-edit-texteditor tc-popup-handle\" tabindex=<<tabIndex>>/>\n</$keyboard>\n</span> <$button popup=<<qualify \"$:/state/popup/tags-auto-complete\">> class=\"tc-btn-invisible\" tooltip={{$:/language/EditTemplate/Tags/Dropdown/Hint}} aria-label={{$:/language/EditTemplate/Tags/Dropdown/Caption}}>{{$:/core/images/down-arrow}}</$button> <span class=\"tc-add-tag-button\">\n<$set name=\"tag\" value={{$:/temp/NewTagName}}>\n<$button set=\"$:/temp/NewTagName\" setTo=\"\" class=\"\">\n$actions$\n<$action-deletetiddler $tiddler=\"$:/temp/NewTagName\"/>\n{{$:/language/EditTemplate/Tags/Add/Button}}\n</$button>\n</$set>\n</span>\n</div>\n<div class=\"tc-block-dropdown-wrapper\">\n<$reveal state=<<qualify \"$:/state/popup/tags-auto-complete\">> type=\"nomatch\" text=\"\" default=\"\">\n<div class=\"tc-block-dropdown\">\n<$list filter=\"[{$:/temp/NewTagName}minlength{$:/config/Tags/MinLength}limit[1]]\" emptyMessage=\"\"\"<div class=\"tc-search-results\">{{$:/language/Search/Search/TooShort}}</div>\"\"\" variable=\"listItem\">\n<$list filter=\"[tags[]!is[system]search:title{$:/temp/NewTagName}sort[]]\" variable=\"tag\">\n<<tag-button>>\n</$list></$list>\n<hr>\n<$list filter=\"[{$:/temp/NewTagName}minlength{$:/config/Tags/MinLength}limit[1]]\" emptyMessage=\"\"\"<div class=\"tc-search-results\">{{$:/language/Search/Search/TooShort}}</div>\"\"\" variable=\"listItem\">\n<$list filter=\"[tags[]is[system]search:title{$:/temp/NewTagName}sort[]]\" variable=\"tag\">\n<<tag-button>>\n</$list></$list>\n</div>\n</$reveal>\n</div>\n</$set>\n\\end\n"
},
"$:/core/macros/tag": {
"title": "$:/core/macros/tag",
"tags": "$:/tags/Macro",
"text": "\\define tag-pill-styles()\nbackground-color:$(backgroundColor)$;\nfill:$(foregroundColor)$;\ncolor:$(foregroundColor)$;\n\\end\n\n\\define tag-pill-inner(tag,icon,colour,fallbackTarget,colourA,colourB,element-tag,element-attributes,actions)\n<$vars foregroundColor=<<contrastcolour target:\"\"\"$colour$\"\"\" fallbackTarget:\"\"\"$fallbackTarget$\"\"\" colourA:\"\"\"$colourA$\"\"\" colourB:\"\"\"$colourB$\"\"\">> backgroundColor=\"\"\"$colour$\"\"\">\n<$element-tag$ $element-attributes$ class=\"tc-tag-label tc-btn-invisible\" style=<<tag-pill-styles>>>\n$actions$<$transclude tiddler=\"\"\"$icon$\"\"\"/> <$view tiddler=<<__tag__>> field=\"title\" format=\"text\" />\n</$element-tag$>\n</$vars>\n\\end\n\n\\define tag-pill-body(tag,icon,colour,palette,element-tag,element-attributes,actions)\n<$macrocall $name=\"tag-pill-inner\" tag=<<__tag__>> icon=\"\"\"$icon$\"\"\" colour=\"\"\"$colour$\"\"\" fallbackTarget={{$palette$##tag-background}} colourA={{$palette$##foreground}} colourB={{$palette$##background}} element-tag=\"\"\"$element-tag$\"\"\" element-attributes=\"\"\"$element-attributes$\"\"\" actions=\"\"\"$actions$\"\"\"/>\n\\end\n\n\\define tag-pill(tag,element-tag:\"span\",element-attributes:\"\",actions:\"\")\n<span class=\"tc-tag-list-item\">\n<$macrocall $name=\"tag-pill-body\" tag=<<__tag__>> icon={{{ [<__tag__>get[icon]] }}} colour={{{ [<__tag__>get[color]] }}} palette={{$:/palette}} element-tag=\"\"\"$element-tag$\"\"\" element-attributes=\"\"\"$element-attributes$\"\"\" actions=\"\"\"$actions$\"\"\"/>\n</span>\n\\end\n\n\\define tag(tag)\n{{$tag$||$:/core/ui/TagTemplate}}\n\\end\n"
},
"$:/core/macros/thumbnails": {
"title": "$:/core/macros/thumbnails",
"tags": "$:/tags/Macro",
"text": "\\define thumbnail(link,icon,color,background-color,image,caption,width:\"280\",height:\"157\")\n<$link to=\"\"\"$link$\"\"\"><div class=\"tc-thumbnail-wrapper\">\n<div class=\"tc-thumbnail-image\" style=\"width:$width$px;height:$height$px;\"><$reveal type=\"nomatch\" text=\"\" default=\"\"\"$image$\"\"\" tag=\"div\" style=\"width:$width$px;height:$height$px;\">\n[img[$image$]]\n</$reveal><$reveal type=\"match\" text=\"\" default=\"\"\"$image$\"\"\" tag=\"div\" class=\"tc-thumbnail-background\" style=\"width:$width$px;height:$height$px;background-color:$background-color$;\"></$reveal></div><div class=\"tc-thumbnail-icon\" style=\"fill:$color$;color:$color$;\">\n$icon$\n</div><div class=\"tc-thumbnail-caption\">\n$caption$\n</div>\n</div></$link>\n\\end\n\n\\define thumbnail-right(link,icon,color,background-color,image,caption,width:\"280\",height:\"157\")\n<div class=\"tc-thumbnail-right-wrapper\"><<thumbnail \"\"\"$link$\"\"\" \"\"\"$icon$\"\"\" \"\"\"$color$\"\"\" \"\"\"$background-color$\"\"\" \"\"\"$image$\"\"\" \"\"\"$caption$\"\"\" \"\"\"$width$\"\"\" \"\"\"$height$\"\"\">></div>\n\\end\n\n\\define list-thumbnails(filter,width:\"280\",height:\"157\")\n<$list filter=\"\"\"$filter$\"\"\"><$macrocall $name=\"thumbnail\" link={{!!link}} icon={{!!icon}} color={{!!color}} background-color={{!!background-color}} image={{!!image}} caption={{!!caption}} width=\"\"\"$width$\"\"\" height=\"\"\"$height$\"\"\"/></$list>\n\\end\n"
},
"$:/core/macros/timeline": {
"title": "$:/core/macros/timeline",
"created": "20141212105914482",
"modified": "20141212110330815",
"tags": "$:/tags/Macro",
"text": "\\define timeline-title()\n<!-- Override this macro with a global macro \n of the same name if you need to change \n how titles are displayed on the timeline \n -->\n<$view field=\"title\"/>\n\\end\n\\define timeline(limit:\"100\",format:\"DDth MMM YYYY\",subfilter:\"\",dateField:\"modified\")\n<div class=\"tc-timeline\">\n<$list filter=\"[!is[system]$subfilter$has[$dateField$]!sort[$dateField$]limit[$limit$]eachday[$dateField$]]\">\n<div class=\"tc-menu-list-item\">\n<$view field=\"$dateField$\" format=\"date\" template=\"$format$\"/>\n<$list filter=\"[sameday:$dateField${!!$dateField$}!is[system]$subfilter$!sort[$dateField$]]\">\n<div class=\"tc-menu-list-subitem\">\n<$link to={{!!title}}>\n<<timeline-title>>\n</$link>\n</div>\n</$list>\n</div>\n</$list>\n</div>\n\\end\n"
},
"$:/core/macros/toc": {
"title": "$:/core/macros/toc",
"tags": "$:/tags/Macro",
"text": "\\define toc-caption()\n<$set name=\"tv-wikilinks\" value=\"no\">\n <$transclude field=\"caption\">\n <$view field=\"title\"/>\n </$transclude>\n</$set>\n\\end\n\n\\define toc-body(tag,sort:\"\",itemClassFilter,exclude,path)\n<ol class=\"tc-toc\">\n <$list filter=\"\"\"[all[shadows+tiddlers]tag<__tag__>!has[draft.of]$sort$] -[<__tag__>] -[enlist<__exclude__>]\"\"\">\n <$vars item=<<currentTiddler>> path={{{ [<__path__>addsuffix[/]addsuffix<__tag__>] }}}>\n <$set name=\"excluded\" filter=\"\"\"[enlist<__exclude__>] [<__tag__>]\"\"\">\n <$set name=\"toc-item-class\" filter=<<__itemClassFilter__>> emptyValue=\"toc-item-selected\" value=\"toc-item\">\n <li class=<<toc-item-class>>>\n <$list filter=\"[all[current]toc-link[no]]\" emptyMessage=\"<$link><$view field='caption'><$view field='title'/></$view></$link>\">\n <<toc-caption>>\n </$list>\n <$macrocall $name=\"toc-body\" tag=<<item>> sort=<<__sort__>> itemClassFilter=<<__itemClassFilter__>> exclude=<<excluded>> path=<<path>>/>\n </li>\n </$set>\n </$set>\n </$vars>\n </$list>\n</ol>\n\\end\n\n\\define toc(tag,sort:\"\",itemClassFilter:\"\")\n<$macrocall $name=\"toc-body\" tag=<<__tag__>> sort=<<__sort__>> itemClassFilter=<<__itemClassFilter__>> />\n\\end\n\n\\define toc-linked-expandable-body(tag,sort:\"\",itemClassFilter,exclude,path)\n<!-- helper function -->\n<$qualify name=\"toc-state\" title={{{ [[$:/state/toc]addsuffix<__path__>addsuffix[-]addsuffix<currentTiddler>] }}}>\n <$set name=\"toc-item-class\" filter=<<__itemClassFilter__>> emptyValue=\"toc-item-selected\" value=\"toc-item\">\n <li class=<<toc-item-class>>>\n <$link>\n <$reveal type=\"nomatch\" stateTitle=<<toc-state>> text=\"open\">\n <$button setTitle=<<toc-state>> setTo=\"open\" class=\"tc-btn-invisible tc-popup-keep\">\n {{$:/core/images/right-arrow}}\n </$button>\n </$reveal>\n <$reveal type=\"match\" stateTitle=<<toc-state>> text=\"open\">\n <$button setTitle=<<toc-state>> setTo=\"close\" class=\"tc-btn-invisible tc-popup-keep\">\n {{$:/core/images/down-arrow}}\n </$button>\n </$reveal>\n <<toc-caption>>\n </$link>\n <$reveal type=\"match\" stateTitle=<<toc-state>> text=\"open\">\n <$macrocall $name=\"toc-expandable\" tag=<<currentTiddler>> sort=<<__sort__>> itemClassFilter=<<__itemClassFilter__>> exclude=<<__exclude__>> path=<<__path__>>/>\n </$reveal>\n </li>\n </$set>\n</$qualify>\n\\end\n\n\\define toc-unlinked-expandable-body(tag,sort:\"\",itemClassFilter,exclude,path)\n<!-- helper function -->\n<$qualify name=\"toc-state\" title={{{ [[$:/state/toc]addsuffix<__path__>addsuffix[-]addsuffix<currentTiddler>] }}}>\n <$set name=\"toc-item-class\" filter=<<__itemClassFilter__>> emptyValue=\"toc-item-selected\" value=\"toc-item\">\n <li class=<<toc-item-class>>>\n <$reveal type=\"nomatch\" stateTitle=<<toc-state>> text=\"open\">\n <$button setTitle=<<toc-state>> setTo=\"open\" class=\"tc-btn-invisible tc-popup-keep\">\n {{$:/core/images/right-arrow}}\n <<toc-caption>>\n </$button>\n </$reveal>\n <$reveal type=\"match\" stateTitle=<<toc-state>> text=\"open\">\n <$button setTitle=<<toc-state>> setTo=\"close\" class=\"tc-btn-invisible tc-popup-keep\">\n {{$:/core/images/down-arrow}}\n <<toc-caption>>\n </$button>\n </$reveal>\n <$reveal type=\"match\" stateTitle=<<toc-state>> text=\"open\">\n <$macrocall $name=\"toc-expandable\" tag=<<currentTiddler>> sort=<<__sort__>> itemClassFilter=<<__itemClassFilter__>> exclude=<<__exclude__>> path=<<__path__>>/>\n </$reveal>\n </li>\n </$set>\n</$qualify>\n\\end\n\n\\define toc-expandable-empty-message()\n<$macrocall $name=\"toc-linked-expandable-body\" tag=<<tag>> sort=<<sort>> itemClassFilter=<<itemClassFilter>> exclude=<<excluded>> path=<<path>>/>\n\\end\n\n\\define toc-expandable(tag,sort:\"\",itemClassFilter:\"\",exclude,path)\n<$vars tag=<<__tag__>> sort=<<__sort__>> itemClassFilter=<<__itemClassFilter__>> path={{{ [<__path__>addsuffix[/]addsuffix<__tag__>] }}}>\n <$set name=\"excluded\" filter=\"\"\"[enlist<__exclude__>] [<__tag__>]\"\"\">\n <ol class=\"tc-toc toc-expandable\">\n <$list filter=\"\"\"[all[shadows+tiddlers]tag<__tag__>!has[draft.of]$sort$] -[<__tag__>] -[enlist<__exclude__>]\"\"\">\n <$list filter=\"[all[current]toc-link[no]]\" emptyMessage=<<toc-expandable-empty-message>> >\n <$macrocall $name=\"toc-unlinked-expandable-body\" tag=<<__tag__>> sort=<<__sort__>> itemClassFilter=\"\"\"itemClassFilter\"\"\" exclude=<<excluded>> path=<<path>> />\n </$list>\n </$list>\n </ol>\n </$set>\n</$vars>\n\\end\n\n\\define toc-linked-selective-expandable-body(tag,sort:\"\",itemClassFilter,exclude,path)\n<$qualify name=\"toc-state\" title={{{ [[$:/state/toc]addsuffix<__path__>addsuffix[-]addsuffix<currentTiddler>] }}}>\n <$set name=\"toc-item-class\" filter=<<__itemClassFilter__>> emptyValue=\"toc-item-selected\" value=\"toc-item\" >\n <li class=<<toc-item-class>>>\n <$link>\n <$list filter=\"[all[current]tagging[]limit[1]]\" variable=\"ignore\" emptyMessage=\"<$button class='tc-btn-invisible'>{{$:/core/images/blank}}</$button>\">\n <$reveal type=\"nomatch\" stateTitle=<<toc-state>> text=\"open\">\n <$button setTitle=<<toc-state>> setTo=\"open\" class=\"tc-btn-invisible tc-popup-keep\">\n {{$:/core/images/right-arrow}}\n </$button>\n </$reveal>\n <$reveal type=\"match\" stateTitle=<<toc-state>> text=\"open\">\n <$button setTitle=<<toc-state>> setTo=\"close\" class=\"tc-btn-invisible tc-popup-keep\">\n {{$:/core/images/down-arrow}}\n </$button>\n </$reveal>\n </$list>\n <<toc-caption>>\n </$link>\n <$reveal type=\"match\" stateTitle=<<toc-state>> text=\"open\">\n <$macrocall $name=\"toc-selective-expandable\" tag=<<currentTiddler>> sort=<<__sort__>> itemClassFilter=<<__itemClassFilter__>> exclude=<<__exclude__>> path=<<__path__>>/>\n </$reveal>\n </li>\n </$set>\n</$qualify>\n\\end\n\n\\define toc-unlinked-selective-expandable-body(tag,sort:\"\",itemClassFilter,exclude,path)\n<$qualify name=\"toc-state\" title={{{ [[$:/state/toc]addsuffix<__path__>addsuffix[-]addsuffix<currentTiddler>] }}}>\n <$set name=\"toc-item-class\" filter=<<__itemClassFilter__>> emptyValue=\"toc-item-selected\" value=\"toc-item\">\n <li class=<<toc-item-class>>>\n <$list filter=\"[all[current]tagging[]limit[1]]\" variable=\"ignore\" emptyMessage=\"<$button class='tc-btn-invisible'>{{$:/core/images/blank}}</$button> <$view field='caption'><$view field='title'/></$view>\">\n <$reveal type=\"nomatch\" stateTitle=<<toc-state>> text=\"open\">\n <$button setTitle=<<toc-state>> setTo=\"open\" class=\"tc-btn-invisible tc-popup-keep\">\n {{$:/core/images/right-arrow}}\n <<toc-caption>>\n </$button>\n </$reveal>\n <$reveal type=\"match\" stateTitle=<<toc-state>> text=\"open\">\n <$button setTitle=<<toc-state>> setTo=\"close\" class=\"tc-btn-invisible tc-popup-keep\">\n {{$:/core/images/down-arrow}}\n <<toc-caption>>\n </$button>\n </$reveal>\n </$list>\n <$reveal type=\"match\" stateTitle=<<toc-state>> text=\"open\">\n <$macrocall $name=\"toc-selective-expandable\" tag=<<currentTiddler>> sort=<<__sort__>> itemClassFilter=<<__itemClassFilter__>> exclude=<<__exclude__>> path=<<__path__>>/>\n </$reveal>\n </li>\n </$set>\n</$qualify>\n\\end\n\n\\define toc-selective-expandable-empty-message()\n<$macrocall $name=\"toc-linked-selective-expandable-body\" tag=<<tag>> sort=<<sort>> itemClassFilter=<<itemClassFilter>> exclude=<<excluded>> path=<<path>>/>\n\\end\n\n\\define toc-selective-expandable(tag,sort:\"\",itemClassFilter,exclude,path)\n<$vars tag=<<__tag__>> sort=<<__sort__>> itemClassFilter=<<__itemClassFilter__>> path={{{ [<__path__>addsuffix[/]addsuffix<__tag__>] }}}>\n <$set name=\"excluded\" filter=\"\"\"[enlist<__exclude__>] [<__tag__>]\"\"\">\n <ol class=\"tc-toc toc-selective-expandable\">\n <$list filter=\"\"\"[all[shadows+tiddlers]tag<__tag__>!has[draft.of]$sort$] -[<__tag__>] -[enlist<__exclude__>]\"\"\">\n <$list filter=\"[all[current]toc-link[no]]\" variable=\"ignore\" emptyMessage=<<toc-selective-expandable-empty-message>> >\n <$macrocall $name=\"toc-unlinked-selective-expandable-body\" tag=<<__tag__>> sort=<<__sort__>> itemClassFilter=<<__itemClassFilter__>> exclude=<<excluded>> path=<<path>>/>\n </$list>\n </$list>\n </ol>\n </$set>\n</$vars>\n\\end\n\n\\define toc-tabbed-external-nav(tag,sort:\"\",selectedTiddler:\"$:/temp/toc/selectedTiddler\",unselectedText,missingText,template:\"\")\n<$tiddler tiddler={{{ [<__selectedTiddler__>get[text]] }}}>\n <div class=\"tc-tabbed-table-of-contents\">\n <$linkcatcher to=<<__selectedTiddler__>>>\n <div class=\"tc-table-of-contents\">\n <$macrocall $name=\"toc-selective-expandable\" tag=<<__tag__>> sort=<<__sort__>> itemClassFilter=\"[all[current]] -[<__selectedTiddler__>get[text]]\"/>\n </div>\n </$linkcatcher>\n <div class=\"tc-tabbed-table-of-contents-content\">\n <$reveal stateTitle=<<__selectedTiddler__>> type=\"nomatch\" text=\"\">\n <$transclude mode=\"block\" tiddler=<<__template__>>>\n <h1><<toc-caption>></h1>\n <$transclude mode=\"block\">$missingText$</$transclude>\n </$transclude>\n </$reveal>\n <$reveal stateTitle=<<__selectedTiddler__>> type=\"match\" text=\"\">\n $unselectedText$\n </$reveal>\n </div>\n </div>\n</$tiddler>\n\\end\n\n\\define toc-tabbed-internal-nav(tag,sort:\"\",selectedTiddler:\"$:/temp/toc/selectedTiddler\",unselectedText,missingText,template:\"\")\n<$linkcatcher to=<<__selectedTiddler__>>>\n <$macrocall $name=\"toc-tabbed-external-nav\" tag=<<__tag__>> sort=<<__sort__>> selectedTiddler=<<__selectedTiddler__>> unselectedText=<<__unselectedText__>> missingText=<<__missingText__>> template=<<__template__>>/>\n</$linkcatcher>\n\\end\n\n"
},
"$:/core/macros/translink": {
"title": "$:/core/macros/translink",
"tags": "$:/tags/Macro",
"text": "\\define translink(title,mode:\"block\")\n<div style=\"border:1px solid #ccc; padding: 0.5em; background: black; foreground; white;\">\n<$link to=\"\"\"$title$\"\"\">\n<$text text=\"\"\"$title$\"\"\"/>\n</$link>\n<div style=\"border:1px solid #ccc; padding: 0.5em; background: white; foreground; black;\">\n<$transclude tiddler=\"\"\"$title$\"\"\" mode=\"$mode$\">\n\"<$text text=\"\"\"$title$\"\"\"/>\" is missing\n</$transclude>\n</div>\n</div>\n\\end\n"
},
"$:/core/macros/tree": {
"title": "$:/core/macros/tree",
"tags": "$:/tags/Macro",
"text": "\\define leaf-link(full-title,chunk,separator: \"/\")\n<$link to=<<__full-title__>>><$text text=<<__chunk__>>/></$link>\n\\end\n\n\\define leaf-node(prefix,chunk)\n<li>\n<$list filter=\"[<__prefix__>addsuffix<__chunk__>is[shadow]] [<__prefix__>addsuffix<__chunk__>is[tiddler]]\" variable=\"full-title\">\n<$list filter=\"[<full-title>removeprefix<__prefix__>]\" variable=\"chunk\">\n<span>{{$:/core/images/file}}</span> <$macrocall $name=\"leaf-link\" full-title=<<full-title>> chunk=<<chunk>>/>\n</$list>\n</$list>\n</li>\n\\end\n\n\\define branch-node(prefix,chunk,separator: \"/\")\n<li>\n<$set name=\"reveal-state\" value={{{ [[$:/state/tree/]addsuffix<__prefix__>addsuffix<__chunk__>] }}}>\n<$reveal type=\"nomatch\" stateTitle=<<reveal-state>> text=\"show\">\n<$button setTitle=<<reveal-state>> setTo=\"show\" class=\"tc-btn-invisible\">\n{{$:/core/images/folder}} <$text text=<<__chunk__>>/>\n</$button>\n</$reveal>\n<$reveal type=\"match\" stateTitle=<<reveal-state>> text=\"show\">\n<$button setTitle=<<reveal-state>> setTo=\"hide\" class=\"tc-btn-invisible\">\n{{$:/core/images/folder}} <$text text=<<__chunk__>>/>\n</$button>\n</$reveal>\n<span>(<$count filter=\"[all[shadows+tiddlers]removeprefix<__prefix__>removeprefix<__chunk__>] -[<__prefix__>addsuffix<__chunk__>]\"/>)</span>\n<$reveal type=\"match\" stateTitle=<<reveal-state>> text=\"show\">\n<$macrocall $name=\"tree-node\" prefix={{{ [<__prefix__>addsuffix<__chunk__>] }}} separator=<<__separator__>>/>\n</$reveal>\n</$set>\n</li>\n\\end\n\n\\define tree-node(prefix,separator: \"/\")\n<ol>\n<$list filter=\"[all[shadows+tiddlers]removeprefix<__prefix__>splitbefore<__separator__>sort[]!suffix<__separator__>]\" variable=\"chunk\">\n<$macrocall $name=\"leaf-node\" prefix=<<__prefix__>> chunk=<<chunk>> separator=<<__separator__>>/>\n</$list>\n<$list filter=\"[all[shadows+tiddlers]removeprefix<__prefix__>splitbefore<__separator__>sort[]suffix<__separator__>]\" variable=\"chunk\">\n<$macrocall $name=\"branch-node\" prefix=<<__prefix__>> chunk=<<chunk>> separator=<<__separator__>>/>\n</$list>\n</ol>\n\\end\n\n\\define tree(prefix: \"$:/\",separator: \"/\")\n<div class=\"tc-tree\">\n<span><$text text=<<__prefix__>>/></span>\n<div>\n<$macrocall $name=\"tree-node\" prefix=<<__prefix__>> separator=<<__separator__>>/>\n</div>\n</div>\n\\end\n"
},
"$:/core/macros/utils": {
"title": "$:/core/macros/utils",
"text": "\\define colour(colour)\n$colour$\n\\end\n"
},
"$:/snippets/minilanguageswitcher": {
"title": "$:/snippets/minilanguageswitcher",
"text": "<$select tiddler=\"$:/language\">\n<$list filter=\"[[$:/languages/en-GB]] [plugin-type[language]sort[title]]\">\n<option value=<<currentTiddler>>><$view field=\"description\"><$view field=\"name\"><$view field=\"title\"/></$view></$view></option>\n</$list>\n</$select>"
},
"$:/snippets/minithemeswitcher": {
"title": "$:/snippets/minithemeswitcher",
"text": "\\define lingo-base() $:/language/ControlPanel/Theme/\n<<lingo Prompt>> <$select tiddler=\"$:/theme\">\n<$list filter=\"[plugin-type[theme]sort[title]]\">\n<option value=<<currentTiddler>>><$view field=\"name\"><$view field=\"title\"/></$view></option>\n</$list>\n</$select>"
},
"$:/snippets/modules": {
"title": "$:/snippets/modules",
"text": "\\define describeModuleType(type)\n{{$:/language/Docs/ModuleTypes/$type$}}\n\\end\n<$list filter=\"[moduletypes[]]\">\n\n!! <$macrocall $name=\"currentTiddler\" $type=\"text/plain\" $output=\"text/plain\"/>\n\n<$macrocall $name=\"describeModuleType\" type=<<currentTiddler>>/>\n\n<ul><$list filter=\"[all[current]modules[]]\"><li><$link><<currentTiddler>></$link>\n</li>\n</$list>\n</ul>\n</$list>\n"
},
"$:/palette": {
"title": "$:/palette",
"text": "$:/palettes/Vanilla"
},
"$:/snippets/paletteeditor": {
"title": "$:/snippets/paletteeditor",
"text": "<$transclude tiddler=\"$:/PaletteManager\"/>\n"
},
"$:/snippets/palettepreview": {
"title": "$:/snippets/palettepreview",
"text": "<$set name=\"currentTiddler\" value={{$:/palette}}>\n{{||$:/snippets/currpalettepreview}}\n</$set>\n"
},
"$:/snippets/paletteswitcher": {
"title": "$:/snippets/paletteswitcher",
"text": "<$linkcatcher to=\"$:/palette\">\n<div class=\"tc-chooser\"><$list filter=\"[all[shadows+tiddlers]tag[$:/tags/Palette]sort[name]]\"><$set name=\"cls\" filter=\"[all[current]prefix{$:/palette}]\" value=\"tc-chooser-item tc-chosen\" emptyValue=\"tc-chooser-item\"><div class=<<cls>>><$link to={{!!title}}>''<$view field=\"name\" format=\"text\"/>'' - <$view field=\"description\" format=\"text\"/>{{||$:/snippets/currpalettepreview}}</$link>\n</div></$set>\n</$list>\n</div>\n</$linkcatcher>\n"
},
"$:/snippets/peek-stylesheets": {
"title": "$:/snippets/peek-stylesheets",
"text": "\\define expandable-stylesheets-list()\n<ol>\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/Stylesheet]!has[draft.of]]\">\n<$vars state=<<qualify \"$:/state/peek-stylesheets/open/\">>>\n<$set name=\"state\" value={{{ [<state>addsuffix<currentTiddler>] }}}>\n<li>\n<$reveal type=\"match\" state=<<state>> text=\"yes\" tag=\"span\">\n<$button set=<<state>> setTo=\"no\" class=\"tc-btn-invisible\">\n{{$:/core/images/down-arrow}}\n</$button>\n</$reveal>\n<$reveal type=\"nomatch\" state=<<state>> text=\"yes\" tag=\"span\">\n<$button set=<<state>> setTo=\"yes\" class=\"tc-btn-invisible\">\n{{$:/core/images/right-arrow}}\n</$button>\n</$reveal>\n<$link>\n<$view field=\"title\"/>\n</$link>\n<$reveal type=\"match\" state=<<state>> text=\"yes\" tag=\"div\">\n<$set name=\"source\" tiddler=<<currentTiddler>>>\n<$wikify name=\"styles\" text=<<source>>>\n<pre>\n<code>\n<$text text=<<styles>>/>\n</code>\n</pre>\n</$wikify>\n</$set>\n</$reveal>\n</li>\n</$set>\n</$vars>\n</$list>\n</ol>\n\\end\n\n\\define stylesheets-list()\n<ol>\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/Stylesheet]!has[draft.of]]\">\n<li>\n<$link>\n<$view field=\"title\"/>\n</$link>\n<$set name=\"source\" tiddler=<<currentTiddler>>>\n<$wikify name=\"styles\" text=<<source>>>\n<pre>\n<code>\n<$text text=<<styles>>/>\n</code>\n</pre>\n</$wikify>\n</$set>\n</li>\n</$list>\n</ol>\n\\end\n\n<$vars modeState=<<qualify \"$:/state/peek-stylesheets/mode/\">>>\n\n<$reveal type=\"nomatch\" state=<<modeState>> text=\"expanded\" tag=\"div\">\n<$button set=<<modeState>> setTo=\"expanded\" class=\"tc-btn-invisible\">{{$:/core/images/chevron-right}} {{$:/language/ControlPanel/Stylesheets/Expand/Caption}}</$button>\n</$reveal>\n<$reveal type=\"match\" state=<<modeState>> text=\"expanded\" tag=\"div\">\n<$button set=<<modeState>> setTo=\"restored\" class=\"tc-btn-invisible\">{{$:/core/images/chevron-down}} {{$:/language/ControlPanel/Stylesheets/Restore/Caption}}</$button>\n</$reveal>\n\n<$reveal type=\"nomatch\" state=<<modeState>> text=\"expanded\" tag=\"div\">\n<<expandable-stylesheets-list>>\n</$reveal>\n<$reveal type=\"match\" state=<<modeState>> text=\"expanded\" tag=\"div\">\n<<stylesheets-list>>\n</$reveal>\n\n</$vars>\n"
},
"$:/temp/search": {
"title": "$:/temp/search",
"text": ""
},
"$:/tags/AdvancedSearch": {
"title": "$:/tags/AdvancedSearch",
"list": "[[$:/core/ui/AdvancedSearch/Standard]] [[$:/core/ui/AdvancedSearch/System]] [[$:/core/ui/AdvancedSearch/Shadows]] [[$:/core/ui/AdvancedSearch/Filter]]"
},
"$:/tags/AdvancedSearch/FilterButton": {
"title": "$:/tags/AdvancedSearch/FilterButton",
"list": "$:/core/ui/AdvancedSearch/Filter/FilterButtons/dropdown $:/core/ui/AdvancedSearch/Filter/FilterButtons/clear $:/core/ui/AdvancedSearch/Filter/FilterButtons/export $:/core/ui/AdvancedSearch/Filter/FilterButtons/delete"
},
"$:/tags/ControlPanel": {
"title": "$:/tags/ControlPanel",
"list": "$:/core/ui/ControlPanel/Info $:/core/ui/ControlPanel/Appearance $:/core/ui/ControlPanel/Settings $:/core/ui/ControlPanel/Saving $:/core/ui/ControlPanel/Plugins $:/core/ui/ControlPanel/Tools $:/core/ui/ControlPanel/Internals"
},
"$:/tags/ControlPanel/Info": {
"title": "$:/tags/ControlPanel/Info",
"list": "$:/core/ui/ControlPanel/Basics $:/core/ui/ControlPanel/Advanced"
},
"$:/tags/ControlPanel/Plugins": {
"title": "$:/tags/ControlPanel/Plugins",
"list": "[[$:/core/ui/ControlPanel/Plugins/Installed]] [[$:/core/ui/ControlPanel/Plugins/Add]]"
},
"$:/tags/EditTemplate": {
"title": "$:/tags/EditTemplate",
"list": "[[$:/core/ui/EditTemplate/controls]] [[$:/core/ui/EditTemplate/title]] [[$:/core/ui/EditTemplate/tags]] [[$:/core/ui/EditTemplate/shadow]] [[$:/core/ui/ViewTemplate/classic]] [[$:/core/ui/EditTemplate/body]] [[$:/core/ui/EditTemplate/type]] [[$:/core/ui/EditTemplate/fields]]"
},
"$:/tags/EditToolbar": {
"title": "$:/tags/EditToolbar",
"list": "[[$:/core/ui/Buttons/delete]] [[$:/core/ui/Buttons/cancel]] [[$:/core/ui/Buttons/save]]"
},
"$:/tags/EditorToolbar": {
"title": "$:/tags/EditorToolbar",
"list": "$:/core/ui/EditorToolbar/paint $:/core/ui/EditorToolbar/opacity $:/core/ui/EditorToolbar/line-width $:/core/ui/EditorToolbar/rotate-left $:/core/ui/EditorToolbar/clear $:/core/ui/EditorToolbar/bold $:/core/ui/EditorToolbar/italic $:/core/ui/EditorToolbar/strikethrough $:/core/ui/EditorToolbar/underline $:/core/ui/EditorToolbar/superscript $:/core/ui/EditorToolbar/subscript $:/core/ui/EditorToolbar/mono-line $:/core/ui/EditorToolbar/mono-block $:/core/ui/EditorToolbar/quote $:/core/ui/EditorToolbar/list-bullet $:/core/ui/EditorToolbar/list-number $:/core/ui/EditorToolbar/heading-1 $:/core/ui/EditorToolbar/heading-2 $:/core/ui/EditorToolbar/heading-3 $:/core/ui/EditorToolbar/heading-4 $:/core/ui/EditorToolbar/heading-5 $:/core/ui/EditorToolbar/heading-6 $:/core/ui/EditorToolbar/link $:/core/ui/EditorToolbar/excise $:/core/ui/EditorToolbar/picture $:/core/ui/EditorToolbar/stamp $:/core/ui/EditorToolbar/size $:/core/ui/EditorToolbar/editor-height $:/core/ui/EditorToolbar/more $:/core/ui/EditorToolbar/preview $:/core/ui/EditorToolbar/preview-type"
},
"$:/tags/Manager/ItemMain": {
"title": "$:/tags/Manager/ItemMain",
"list": "$:/Manager/ItemMain/WikifiedText $:/Manager/ItemMain/RawText $:/Manager/ItemMain/Fields"
},
"$:/tags/Manager/ItemSidebar": {
"title": "$:/tags/Manager/ItemSidebar",
"list": "$:/Manager/ItemSidebar/Tags $:/Manager/ItemSidebar/Colour $:/Manager/ItemSidebar/Icon $:/Manager/ItemSidebar/Tools"
},
"$:/tags/MoreSideBar": {
"title": "$:/tags/MoreSideBar",
"list": "[[$:/core/ui/MoreSideBar/All]] [[$:/core/ui/MoreSideBar/Recent]] [[$:/core/ui/MoreSideBar/Tags]] [[$:/core/ui/MoreSideBar/Missing]] [[$:/core/ui/MoreSideBar/Drafts]] [[$:/core/ui/MoreSideBar/Orphans]] [[$:/core/ui/MoreSideBar/Types]] [[$:/core/ui/MoreSideBar/System]] [[$:/core/ui/MoreSideBar/Shadows]] [[$:/core/ui/MoreSideBar/Explorer]] [[$:/core/ui/MoreSideBar/Plugins]]",
"text": ""
},
"$:/tags/PageControls": {
"title": "$:/tags/PageControls",
"list": "[[$:/core/ui/Buttons/home]] [[$:/core/ui/Buttons/close-all]] [[$:/core/ui/Buttons/fold-all]] [[$:/core/ui/Buttons/unfold-all]] [[$:/core/ui/Buttons/permaview]] [[$:/core/ui/Buttons/new-tiddler]] [[$:/core/ui/Buttons/new-journal]] [[$:/core/ui/Buttons/new-image]] [[$:/core/ui/Buttons/import]] [[$:/core/ui/Buttons/export-page]] [[$:/core/ui/Buttons/control-panel]] [[$:/core/ui/Buttons/advanced-search]] [[$:/core/ui/Buttons/manager]] [[$:/core/ui/Buttons/tag-manager]] [[$:/core/ui/Buttons/language]] [[$:/core/ui/Buttons/palette]] [[$:/core/ui/Buttons/theme]] [[$:/core/ui/Buttons/storyview]] [[$:/core/ui/Buttons/encryption]] [[$:/core/ui/Buttons/timestamp]] [[$:/core/ui/Buttons/full-screen]] [[$:/core/ui/Buttons/print]] [[$:/core/ui/Buttons/save-wiki]] [[$:/core/ui/Buttons/refresh]] [[$:/core/ui/Buttons/more-page-actions]]"
},
"$:/tags/PageTemplate": {
"title": "$:/tags/PageTemplate",
"list": "[[$:/core/ui/PageTemplate/topleftbar]] [[$:/core/ui/PageTemplate/toprightbar]] [[$:/core/ui/PageTemplate/sidebar]] [[$:/core/ui/PageTemplate/story]] [[$:/core/ui/PageTemplate/alerts]]",
"text": ""
},
"$:/tags/SideBar": {
"title": "$:/tags/SideBar",
"list": "[[$:/core/ui/SideBar/Open]] [[$:/core/ui/SideBar/Recent]] [[$:/core/ui/SideBar/Tools]] [[$:/core/ui/SideBar/More]]",
"text": ""
},
"$:/tags/SideBarSegment": {
"title": "$:/tags/SideBarSegment",
"list": "[[$:/core/ui/SideBarSegments/site-title]] [[$:/core/ui/SideBarSegments/site-subtitle]] [[$:/core/ui/SideBarSegments/page-controls]] [[$:/core/ui/SideBarSegments/search]] [[$:/core/ui/SideBarSegments/tabs]]"
},
"$:/tags/TiddlerInfo": {
"title": "$:/tags/TiddlerInfo",
"list": "[[$:/core/ui/TiddlerInfo/Tools]] [[$:/core/ui/TiddlerInfo/References]] [[$:/core/ui/TiddlerInfo/Tagging]] [[$:/core/ui/TiddlerInfo/List]] [[$:/core/ui/TiddlerInfo/Listed]] [[$:/core/ui/TiddlerInfo/Fields]]",
"text": ""
},
"$:/tags/TiddlerInfo/Advanced": {
"title": "$:/tags/TiddlerInfo/Advanced",
"list": "[[$:/core/ui/TiddlerInfo/Advanced/ShadowInfo]] [[$:/core/ui/TiddlerInfo/Advanced/PluginInfo]]"
},
"$:/tags/ViewTemplate": {
"title": "$:/tags/ViewTemplate",
"list": "[[$:/core/ui/ViewTemplate/title]] [[$:/core/ui/ViewTemplate/unfold]] [[$:/core/ui/ViewTemplate/subtitle]] [[$:/core/ui/ViewTemplate/tags]] [[$:/core/ui/ViewTemplate/classic]] [[$:/core/ui/ViewTemplate/body]]"
},
"$:/tags/ViewToolbar": {
"title": "$:/tags/ViewToolbar",
"list": "[[$:/core/ui/Buttons/more-tiddler-actions]] [[$:/core/ui/Buttons/info]] [[$:/core/ui/Buttons/new-here]] [[$:/core/ui/Buttons/new-journal-here]] [[$:/core/ui/Buttons/clone]] [[$:/core/ui/Buttons/export-tiddler]] [[$:/core/ui/Buttons/edit]] [[$:/core/ui/Buttons/delete]] [[$:/core/ui/Buttons/permalink]] [[$:/core/ui/Buttons/permaview]] [[$:/core/ui/Buttons/open-window]] [[$:/core/ui/Buttons/close-others]] [[$:/core/ui/Buttons/close]] [[$:/core/ui/Buttons/fold-others]] [[$:/core/ui/Buttons/fold]]"
},
"$:/snippets/themeswitcher": {
"title": "$:/snippets/themeswitcher",
"text": "<$linkcatcher to=\"$:/theme\">\n<div class=\"tc-chooser\"><$list filter=\"[plugin-type[theme]sort[title]]\"><$set name=\"cls\" filter=\"[all[current]field:title{$:/theme}] [[$:/theme]!has[text]addsuffix[s/tiddlywiki/vanilla]field:title<currentTiddler>] +[limit[1]]\" value=\"tc-chooser-item tc-chosen\" emptyValue=\"tc-chooser-item\"><div class=<<cls>>><$link to={{!!title}}>''<$view field=\"name\" format=\"text\"/>'' <$view field=\"description\" format=\"text\"/></$link></div>\n</$set>\n</$list>\n</div>\n</$linkcatcher>"
},
"$:/core/wiki/title": {
"title": "$:/core/wiki/title",
"text": "{{$:/SiteTitle}} --- {{$:/SiteSubtitle}}"
},
"$:/view": {
"title": "$:/view",
"text": "classic"
},
"$:/snippets/viewswitcher": {
"title": "$:/snippets/viewswitcher",
"text": "\\define icon()\n$:/core/images/storyview-$(storyview)$\n\\end\n<$linkcatcher to=\"$:/view\">\n<div class=\"tc-chooser\">\n<$list filter=\"[storyviews[]]\" variable=\"storyview\">\n<$set name=\"cls\" filter=\"[<storyview>prefix{$:/view}]\" value=\"tc-chooser-item tc-chosen\" emptyValue=\"tc-chooser-item\"><div class=<<cls>>>\n<$link to=<<storyview>>>\n<$transclude tiddler=<<icon>>/>\n<$text text=<<storyview>>/>\n</$link>\n</div>\n</$set>\n</$list>\n</div>\n</$linkcatcher>"
}
}
}
\whitespace trim
<$reveal type="nomatch" stateTitle=<<folded-state>> text="hide" default="show">
<$button tooltip={{$:/language/Buttons/Fold/Hint}} aria-label={{$:/language/Buttons/Fold/Caption}} class=<<tv-config-toolbar-class>>>
<$action-sendmessage $message="tm-fold-tiddler" $param=<<currentTiddler>> foldedState=<<folded-state>>/>
<$list filter="[<tv-config-toolbar-icons>match[yes]]" variable="listItem">
{{$:/core/images/fold-button}}
</$list>
<$list filter="[<tv-config-toolbar-text>match[yes]]">
<span class="tc-btn-text">
<$text text=" "/>
<$text text={{$:/language/Buttons/Fold/Caption}}/>
</span>
</$list>
</$button>
</$reveal>
<$reveal type="match" stateTitle=<<folded-state>> text="hide" default="show">
<$button tooltip={{$:/language/Buttons/Unfold/Hint}} aria-label={{$:/language/Buttons/Unfold/Caption}} class=<<tv-config-toolbar-class>>>
<$action-sendmessage $message="tm-fold-tiddler" $param=<<currentTiddler>> foldedState=<<folded-state>>/>
<$list filter="[<tv-config-toolbar-icons>match[yes]]" variable="listItem">
{{$:/core/images/unfold-button}}
</$list>
<$list filter="[<tv-config-toolbar-text>match[yes]]">
<span class="tc-btn-text">
<$text text=" "/>
<$text text={{$:/language/Buttons/Unfold/Caption}}/>
</span>
</$list>
</$button>
</$reveal>
{{$:/snippets/viewswitcher}}
\define title-styles()
fill:$(foregroundColor)$;
\end
\define config-title()
$:/config/ViewToolbarButtons/Visibility/$(listItem)$
\end
<div class="tc-tiddler-title">
<div class="tc-titlebar">
<span class="tc-tiddler-controls">
<$list filter="[all[shadows+tiddlers]tag[$:/tags/ViewToolbar]!has[draft.of]]" variable="listItem"><$reveal type="nomatch" state=<<config-title>> text="hide"><$set name="tv-config-toolbar-class" filter="[<tv-config-toolbar-class>] [<listItem>encodeuricomponent[]addprefix[tc-btn-]]"><$transclude tiddler=<<listItem>>/></$set></$reveal></$list>
</span>
<$set name="tv-wikilinks" value={{$:/config/Tiddlers/TitleLinks}}>
<$link>
<$set name="foregroundColor" value={{!!color}}>
<span class="tc-tiddler-title-icon" style=<<title-styles>>>
<$transclude tiddler={{!!icon}}/>
</span>
</$set>
<$list filter="[all[current]removeprefix[$:/]]">
<h2 class="tc-title" title={{$:/language/SystemTiddler/Tooltip}}>
<span class="tc-system-title-prefix">$:/</span><$text text=<<currentTiddler>>/>
</h2>
</$list>
<$list filter="[all[current]!prefix[$:/]]">
<h2 class="tc-title">
<$view field="title"/>
</h2>
</$list>
</$link>
</$set>
</div>
<$reveal type="nomatch" text="" default="" state=<<tiddlerInfoState>> class="tc-tiddler-info tc-popup-handle" animate="yes" retain="yes">
<$list filter="[all[shadows+tiddlers]tag[$:/tags/TiddlerInfoSegment]!has[draft.of]] [[$:/core/ui/TiddlerInfo]]" variable="listItem"><$transclude tiddler=<<listItem>> mode="block"/></$list>
</$reveal>
</div>
The following tiddlers were imported:
# [[$:/themes/odin/zacht]]
Create a new tiddler that links to this one
Create a new journal tiddler that links to this one
\define ref(label)
<$button popup="$:/state/$label$" class="tc-btn-invisible tc-slider"><sup style="color:green">$label$</sup></$button>
\end
\define definition(label,text)
<$reveal type="popup" state="$:/state/$label$" animate="yes">
<div class="tc-drop-down">
<dl>
<dt>$label$</dt>
<dd>$text$</dd>
</dl>
</div>
</$reveal>
\end
\define footnote(label,text)
<<ref "$label$">>
<<definition "$label$" "$text$">>
\end
\define footnotes(label,text)
<<definition "$label$" "$text$">>
<sub><span style="color:green">$label$ : </span> $text$</sub>
\end
.matched {background-color:#ffc;}
.tw-context {
border:0px solid #eee;background-color:#eee;
word-break: break-all; word-wrap: break-word;}
{
"tiddlers": {
"$:/plugins/danielo515/ContextPlugin/widgets/context.js": {
"created": "20140418153435777",
"creator": "danielo",
"modified": "20140530231943517",
"modifier": "danielo",
"module-type": "widget",
"title": "$:/plugins/danielo515/ContextPlugin/widgets/context.js",
"type": "application/javascript",
"text": "/*\\\\\ntitle: $:/core/modules/widgets/danielo/context-widget.js\ntype: application/javascript\nmodule-type: widget\n\nEdit-text widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\nvar contextWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\ncontextWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\ncontextWidget.prototype.render = function(parent,nextSibling) {\n // Save the parent dom node\n\tthis.parentDomNode = parent;\n\t// Compute our attributes\n\tthis.computeAttributes();\n\t// Execute our logic\n\tthis.execute();\n \n if(this.term && this.term.length>3){\n \n this.createRegexp();\n var matches = this.executeRegexp();\n\t if(matches.length > 0){ \n this.domNode = this.document.createElement(this.element);\n this.domNode.className=\"tw-context\";\n this.composeResults( matches ); //this appends to domNode \n \t// Insert element\n \tparent.insertBefore(this.domNode,nextSibling);\n \tthis.renderChildren(this.domNode,null);\n\t \tthis.domNodes.push(this.domNode);\n }\n }\n\t\n};\n\n/*\nCompute the internal state of the widget\n*/\ncontextWidget.prototype.execute = function() {\n\t// Get the parameters from the attributes\n this.matchedClass = this.getAttribute(\"matchClass\",\"matched\");\n\tthis.tiddler = this.getAttribute( \"tiddler\",this.getVariable(\"currentTiddler\") );\n this.term = this.getAttribute(\"term\",this.getAttribute(\"searchTerm\"));\n\tthis.contextLength = this.getAttribute(\"length\",50);\n this.before = this.getAttribute(\"before\",this.contextLength);\n this.after = this.getAttribute(\"after\",this.contextLength);\n this.maxMatches = this.getAttribute(\"maxMatches\",10);\n this.element = this.getAttribute(\"element\",\"pre\");\n\tthis.makeChildWidgets();\n};\n\n /*Create the regular expression*/\ncontextWidget.prototype.createRegexp = function()\n{\n var regString = \"(\\\\w+[\\\\s\\\\S]{0,#before#})?(#term#)([\\\\s\\\\S]{0,#after#}\\\\w+)?\";\n\n var regString = regString.replace(\"#before#\",this.before).replace(\"#term#\", $tw.utils.escapeRegExp(this.term) ) .replace(\"#after#\",this.after);\n this.regexp = new RegExp(regString,\"ig\");\n //console.log(regString);\n};\n/*\nexecute the regular expresion\n*/\ncontextWidget.prototype.executeRegexp = function()\n{\n var text = this.wiki.getTiddlerText(this.tiddler), match,results = new Array();\n while( (match = this.regexp.exec( text ) ) && (results.length < this.maxMatches) )\n { results.push(match) }\n //console.log(\"matches\",results);\n return results;\n};\n\n/*\ncompose the results\nmatches : array of match objects from regular expression execute\n*/\ncontextWidget.prototype.composeResults = function(matches){\n var result=[], self=this, node = this.domNode,\n dots = textNode(\"...\\n\"),\n span = matchedNode( this.term );\n\n for(var i=0; i < matches.length; i++){\n processMatch( matches[i] );\n }\n \n function processMatch(match){\n if( match.index !== 0) node.appendChild( dots.cloneNode(true) );\n for( var i=1;i<match.length;i++ ) {//match[0] full matched text (all groups together)\n if( match[i] ) {\n if ( match[i].toLowerCase() == self.term.toLowerCase() ) \n node.appendChild( match[i] == self.term ? span.cloneNode(true) : matchedNode( match[i] ) )\n else\n node.appendChild( textNode( match[i]) )\n }\n }\n if( match.index + match[0].length < match.input.length) node.appendChild( dots.cloneNode(true) );\n }\n \n function textNode(text){ return self.document.createTextNode(text) }\n function matchedNode(text) { \n var node = self.document.createElement(\"span\"); node.appendChild( textNode(text) ); node.className = self.matchedClass;\n return node }\n \n};\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\ncontextWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.tiddler || changedAttributes.term || changedAttributes.length || changedAttributes.matchedClass) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t}\n return this.refreshChildren(changedTiddlers);\n};\n\nexports.context = contextWidget;\n\n})();"
},
"$:/plugins/danielo515/ContextPlugin/visualizer": {
"title": "$:/plugins/danielo515/ContextPlugin/visualizer",
"tags": "$:/tags/SearchResults",
"caption": "Context",
"text": "<$list filter=\"[!is[system]search{$:/temp/search}sort[title]limit[250]]\">\r\n {{!!title||$:/core/ui/ListItemTemplate}}\r\n <$context term={{$:/temp/search}} />\r\n</$list>\r\n"
},
"$:/plugins/danielo515/ContextPlugin/Stylesheet/results": {
"created": "20140529162823729",
"tags": "$:/tags/Stylesheet contextPlugin",
"title": "$:/plugins/danielo515/ContextPlugin/Stylesheet/results",
"type": "text/css",
"text": ".matched{background-color:yellow}\n.tw-context {/*border:1px solid;\n /*word-break: break-all; word-wrap: break-word*/}"
},
"$:/plugins/danielo515/ContextPlugin/Caption": {
"created": "20140530174219263",
"tags": "contextPlugin",
"title": "$:/plugins/danielo515/ContextPlugin/Caption",
"type": "text/vnd.tiddlywiki",
"text": "Context search"
},
"Context Search": {
"caption": "{{$:/plugins/danielo515/ContextPlugin/Caption}}",
"created": "20140530173407542",
"tags": "$:/tags/AdvancedSearch",
"title": "Context Search",
"type": "text/vnd.tiddlywiki",
"text": "\\define lingo-base() $:/language/Search/\n<$linkcatcher to=\"$:/temp/advancedsearch\">\n\n<<lingo Standard/Hint>>\n\n<div class=\"tw-search\"><$edit-text tiddler=\"$:/temp/advancedsearch\" type=\"search\" tag=\"input\"/><$reveal state=\"$:/temp/advancedsearch\" type=\"nomatch\" text=\"\"> <$link to=\"\" class=\"btn-invisible\">{{$:/core/images/close-button}}</$link></$reveal></div>\n\n</$linkcatcher>\n\n<$reveal state=\"$:/temp/advancedsearch\" type=\"nomatch\" text=\"\">\n<div class=\"tw-search-results\">\n\n<<lingo Standard/Matches>>\n\n<$list filter=\"[!is[system]search{$:/temp/advancedsearch}sort[title]limit[250]]\">\n{{!!title||$:/core/ui/ListItemTemplate}}\n<$context term={{$:/temp/advancedsearch}}/>\n</$list>\n\n</div>\n\n</$reveal>\n\n<$reveal state=\"$:/temp/advancedsearch\" type=\"match\" text=\"\">\n\n</$reveal>\n"
},
"$:/plugins/danielo515/ContextPlugin/readme": {
"title": "$:/plugins/danielo515/ContextPlugin/readme",
"text": "!Usage\n\nAfter installing the plugin you will have a new tab in [[$:/AdvancedSearch]] called [[Context Search]]. If you want this functionality in other places you will have to edit the desired tiddler yourself adding the ''context widget''. For more details about using the widget see the section below.\n\n!!Using the widget\n\nThe very basic usage of the widget is the following:\n\n```\r\n<$context term=\"lorem\"/>\r\n```\r\nWhich will render as:\r\n<$context term=\"lorem\"/>\n\nThe widgets will search inside the current tiddler by default. Because that you see the same content twice here. This example is not very useful. Other more meaningful would be:\n\n```\r\n<$list filter=\"[search{$:/temp/advancedsearch}sort[title]limit[250]]\">\r\n{{!!title||$:/core/ui/ListItemTemplate}}\r\n<$context term={{$:/temp/advancedsearch}}/>\r\n</$list>\r\n```\n\nThat will search for tiddlers containing the text specified in [[$:/temp/advancedsearch]] and will display a link to the matching tiddlers plus a preview of the matching content. Something very similar is used in [[Context Search]]. Below you can find a complete list of parameters and their default values.\n\n|! parameter |! description | !default |\r\n| term | The term you want to search ||\r\n| searchTerm | An alias for the previous one ||\r\n| tiddler | The tiddler's name to look into | current tiddler |\r\n| length | Number of context characters to show | 50 |\r\n| before | Number of characters before the matched term to show | the value of the length parameter |\r\n| after | Number of characters after the matched term to show | the value of the length parameter |\r\n| maxMatches | maximun number of matched elements to show. Incrementing this can cause several performance issues | 10 |\r\n| element | Node element to create. This element will contain the results of the search. If you want to style it its class is `tw-context` | `<pre>` |\r\n| matchClass | The css class to assign to the matched terms in the results. This is used to highlight the results | matched |\n\n!Customizing the output\r\nThere are not many ways to customize the output of this widget. You can specify ''what type of node you want to create'' to wrap the results (div,span...). The default is `<pre>`. This container is created with the class `tw-context` so you can easily apply styles to it. Something similar happens to the ''highlighted'' words. You can specify the name of the class to assign to it and also you can apply styles to that class.\n\nA very basic example of customization could be:\n\n# Create a tiddler, for example [[$/plugins/danielo515/context/css]]\r\n# Paste the following text or any css rule you want: \"\"\"\n\n<pre>\r\n.matched{background-color:yellow}\r\n.tw-context {\r\n border:1px solid blue;\r\n word-break: break-all; word-wrap: break-word;}\r\n</pre>\r\n\"\"\"\r\n# Tag it with `$:/tags/stylesheet`\r\n# Save the tiddler"
}
}
}
/*\\
title: $:/core/modules/widgets/danielo/context-widget.js
type: application/javascript
module-type: widget
Edit-text widget
\*/
(function(){
/*jslint node: true, browser: true */
/*global $tc: false */
"use strict";
var Widget = require("$:/core/modules/widgets/widget.js").widget;
var contextWidget = function(parseTreeNode,options) {
this.initialise(parseTreeNode,options);
};
/*
Inherit from the base widget class
*/
contextWidget.prototype = new Widget();
/*
Render this widget into the DOM
*/
contextWidget.prototype.render = function(parent,nextSibling) {
// Save the parent dom node
this.parentDomNode = parent;
// Compute our attributes
this.computeAttributes();
// Execute our logic
this.execute();
if(this.term && this.term.length>3){
this.createRegexp();
var matches = this.executeRegexp();
if(matches.length > 0){
this.domNode = this.document.createElement(this.element);
this.domNode.className="tw-context";
this.composeResults( matches ); //this appends to domNode
// Insert element
parent.insertBefore(this.domNode,nextSibling);
this.renderChildren(this.domNode,null);
this.domNodes.push(this.domNode);
}
}
};
/*
Compute the internal state of the widget
*/
contextWidget.prototype.execute = function() {
// Get the parameters from the attributes
this.matchedClass = this.getAttribute("matchClass","matched");
this.tiddler = this.getAttribute( "tiddler",this.getVariable("currentTiddler") );
this.term = this.getAttribute("term",this.getAttribute("searchTerm"));
this.contextLength = this.getAttribute("length",50);
this.before = this.getAttribute("before",this.contextLength);
this.after = this.getAttribute("after",this.contextLength);
this.maxMatches = this.getAttribute("maxMatches",10);
this.element = this.getAttribute("element","pre");
this.makeChildWidgets();
};
/*Create the regular expression*/
contextWidget.prototype.createRegexp = function()
{
var regString = "(\\w+[\\s\\S]{0,#before#})?(#term#)([\\s\\S]{0,#after#}\\w+)?";
var regString = regString.replace("#before#",this.before).replace("#term#", $tw.utils.escapeRegExp(this.term) ) .replace("#after#",this.after);
this.regexp = new RegExp(regString,"ig");
//console.log(regString);
};
/*
execute the regular expresion
*/
contextWidget.prototype.executeRegexp = function()
{
var text = this.wiki.getTiddlerText(this.tiddler), match,results = new Array();
while( (match = this.regexp.exec( text ) ) && (results.length < this.maxMatches) )
{ results.push(match) }
//console.log("matches",results);
return results;
};
/*
compose the results
matches : array of match objects from regular expression execute
*/
contextWidget.prototype.composeResults = function(matches){
var result=[], self=this, node = this.domNode,
dots = textNode("...\n"),
span = matchedNode( this.term );
for(var i=0; i < matches.length; i++){
processMatch( matches[i] );
}
function processMatch(match){
if( match.index !== 0) node.appendChild( dots.cloneNode(true) );
for( var i=1;i<match.length;i++ ) {//match[0] full matched text (all groups together)
if( match[i] ) {
if ( match[i].toLowerCase() == self.term.toLowerCase() )
node.appendChild( match[i] == self.term ? span.cloneNode(true) : matchedNode( match[i] ) )
else
node.appendChild( textNode( match[i]) )
}
}
if( match.index + match[0].length < match.input.length) node.appendChild( dots.cloneNode(true) );
}
function textNode(text){ return self.document.createTextNode(text) }
function matchedNode(text) {
var node = self.document.createElement("span"); node.appendChild( textNode(text) ); node.className = self.matchedClass;
return node }
};
/*
Selectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering
*/
contextWidget.prototype.refresh = function(changedTiddlers) {
var changedAttributes = this.computeAttributes();
if(changedAttributes.tiddler || changedAttributes.term || changedAttributes.length || changedAttributes.matchedClass) {
this.refreshSelf();
return true;
}
return this.refreshChildren(changedTiddlers);
};
exports.context = contextWidget;
})();
{"tiddlers":{"$:/plugins/Gk0Wk/sidebar-resizer/LICENSE":{"title":"$:/plugins/Gk0Wk/sidebar-resizer/LICENSE","text":"MIT License\n\nCopyright (c) 2021 Ke Wang (Gk0Wk in GitHub)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","type":"text/plain"},"$:/plugins/Gk0Wk/sidebar-resizer/hook.js":{"title":"$:/plugins/Gk0Wk/sidebar-resizer/hook.js","text":"(function () {\n \"use strict\";\n if (typeof window !== \"undefined\" && window.document) {\n var sidebarResizerNode = null;\n var canResize = false;\n var body = document.querySelector(\"body\");\n if (!body) return;\n\n function dragBegin(event) {\n canResize = true;\n if (window.PointerEvent) body.setPointerCapture(event.pointerId);\n // When drag begins, prevent text selecting (for event.preventDefault cannot work in Mozilla)\n body.style.useSelect = \"none\";\n body.style.MozUserSelect = \"none\";\n }\n\n function dragEnd(event) {\n if (canResize) {\n canResize = false;\n if (window.PointerEvent) body.releasePointerCapture(event.pointerId);\n body.style.useSelect = \"auto\";\n body.style.MozUserSelect = \"auto\";\n }\n }\n\n $tw.hooks.addHook(\"th-page-refreshed\", function () {\n if (\n sidebarResizerNode &&\n sidebarResizerNode.ownerDocument.contains(sidebarResizerNode)\n )\n return;\n sidebarResizerNode = document.querySelector(\"#gk0wk-sidebar-resize-area\");\n if (!sidebarResizerNode) return;\n canResize = false;\n\n // Hide Sidebar\n function hideSideBar(event) {\n $tw.wiki.setText(\"$:/state/sidebar\", null, null, \"no\");\n dragEnd(event);\n }\n\n // Drag to resize\n function drag(event) {\n if (!canResize) return;\n if (!event) event = window.event;\n // Prevent event pass\n event.preventDefault(event);\n event.stopPropagation(event);\n event.stopImmediatePropagation(event);\n event.returnValue = false;\n var widthPercent = 100 - (event.clientX / window.innerWidth) * 100;\n if (widthPercent > 80) return false;\n if (window.innerWidth - event.clientX < 100) {\n $tw.wiki.setText(\n \"$:/themes/tiddlywiki/vanilla/metrics/sidebarwidth\",\n null,\n null,\n 30000 / window.innerWidth + \"vw\"\n );\n hideSideBar(event);\n } else {\n $tw.wiki.setText(\n \"$:/themes/tiddlywiki/vanilla/metrics/sidebarwidth\",\n null,\n null,\n widthPercent + \"vw\"\n );\n }\n return false;\n }\n\n // Double click to hide sidebar\n sidebarResizerNode.addEventListener(\"dblclick\", hideSideBar);\n // Detect whter PointerEvent is supported\n if (window.PointerEvent) {\n // PointerEvent = Mouse + Touch\n sidebarResizerNode.addEventListener(\"pointerdown\", dragBegin);\n body.addEventListener(\"pointerup\", dragEnd);\n body.addEventListener(\"blur\", dragEnd);\n body.addEventListener(\"pointermove\", drag, true);\n } else {\n // If not\n sidebarResizerNode.addEventListener(\"mousedown\", dragBegin);\n body.addEventListener(\"mouseup\", dragEnd);\n body.addEventListener(\"blur\", dragEnd);\n body.addEventListener(\"mousemove\", drag, true);\n sidebarResizerNode.addEventListener(\"touchstart\", dragBegin);\n body.addEventListener(\"touchcancel\", dragEnd);\n body.addEventListener(\"touchend\", dragEnd);\n body.addEventListener(\"touchmove\", drag, true);\n }\n });\n }\n})();\n","type":"application/javascript","module-type":"startup"},"$:/plugins/Gk0Wk/sidebar-resizer/readme":{"title":"$:/plugins/Gk0Wk/sidebar-resizer/readme","text":"\\define lingo-base() $:/language/ThemeTweaks/\n\n<$list filter=\"[[$:/language]get[text]removeprefix[$:/languages/]else[en-GB]]\" variable=\"lang\">\n<$list filter=\"[<lang>search[zh]]\">\n\n会在侧边栏的左侧边缘添加一个可拖动的边框,当鼠标移动到左侧边缘时会看到这个边框。拖动这个边框可以改变侧边栏的宽度,拖动到靠近窗口右侧边缘时就会自动收起侧边栏。\n\n原理是更改[[$:/themes/tiddlywiki/vanilla/metrics/sidebarwidth]]的值。\n\n注意:首先请将 <$link to=\"$:/themes/tiddlywiki/vanilla/options/sidebarlayout\"><<lingo Options/SidebarLayout>></$link> 调整为`fluid-fixed`,本插件才可生效。\n\n<$button set=\"$:/themes/tiddlywiki/vanilla/options/sidebarlayout\" setTo=\"fluid-fixed\">点击设置<<lingo Options/SidebarLayout>></$button>\n\n</$list>\n\n<$list filter=\"[<lang>!search[zh]]\">\n\nA draggable border is added to the left edge of the sidebar, which will be visible when the mouse is moved to the left edge. Dragging this border will change the width of the sidebar, and it will automatically close the sidebar when dragged near the right edge of the window.\n\nThe principle is to change the value of [[$:/themes/tiddlywiki/vanilla/metrics/sidebarwidth]].\n\nNote: First, please adjust <$link to=\"$:/themes/tiddlywiki/vanilla/options/sidebarlayout\"><<lingo Options/SidebarLayout>></$link> to `fluid-fixed` for this plugin to take effect.\n\n<$button set=\"$:/themes/tiddlywiki/vanilla/options/sidebarlayout\" setTo=\"fluid-fixed\">Click to adjust<<lingo Options/SidebarLayout>></$button>\n\n</$list>\n</$list>\n"},"$:/plugins/Gk0Wk/sidebar-resizer/resizer":{"title":"$:/plugins/Gk0Wk/sidebar-resizer/resizer","tags":"$:/tags/SideBarSegment","text":"<div id=\"gk0wk-sidebar-resize-area\"></div>\n"},"$:/plugins/Gk0Wk/sidebar-resizer/style.css":{"title":"$:/plugins/Gk0Wk/sidebar-resizer/style.css","text":"<$reveal state=\"$:/state/sidebar\" type=\"match\" text=\"no\">\n.tc-sidebar-scrollable {\n\tdisplay: none;\n}\n</$reveal>\n\ndiv#gk0wk-sidebar-resize-area {\n\theight: 100vh;\n\twidth: 10px;\n\tposition: absolute;\n\ttop: 0;\n\tleft: -5px;\n\tcursor: ew-resize;\n\ttransition: all {{$:/config/AnimationDuration}}ms;\n}\n\ndiv#gk0wk-sidebar-resize-area:hover {\n\tbackground: <<colour primary>>;\n}\n","tags":"$:/tags/Stylesheet","type":"text/vnd.tiddlywiki"}}}
{
"tiddlers": {
"$:/plugins/gt6796c/mermaid-tw5/example": {
"title": "$:/plugins/gt6796c/mermaid-tw5/example",
"text": "See full examples from https://knsv.github.io/mermaid\n\nNotation\n\n```\ngraph LR;\n A[a node with text]-->B(a node with rounded corners);\n A--no links---C((a circle));\n B-->D{a diamond};\n C==>|arrow and text|D;\n C-. back to.->A;\n```\nResults\n\n<$mermaid text=\"\ngraph LR;\n A[a node with text]-->B(a node with rounded corners);\n A--no links---C((a circle));\n B-->D{a diamond};\n C==>|arrow and text|D;\n C-. back to.->A;\">\n</$mermaid>\n\nMore advanced usage is possible if you use the mermaid parser rather than the ``<$mermaid>``. Below are two more examples from the [[mermaid.js website|https://knsv.github.io/mermaid/#mermaid]]\n\n* [[Gant Chart |$:/plugins/gt6796c/mermaid-tw5/gant]]\n* [[Sequence Diagram |$:/plugins/gt6796c/mermaid-tw5/seq]]\n"
},
"$:/plugins/gt6796c/mermaid-tw5/mermaidAPI.js": {
"type": "application/javascript",
"title": "$:/plugins/gt6796c/mermaid-tw5/mermaidAPI.js",
"module-type": "library",
"text": "(function(document) {\n!function(t){if(\"object\"==typeof exports&&\"undefined\"!=typeof module)module.exports=t();else if(\"function\"==typeof define&&define.amd)define([],t);else{var n;\"undefined\"!=typeof window?n=window:\"undefined\"!=typeof global?n=global:\"undefined\"!=typeof self&&(n=self),n.mermaidAPI=t()}}(function(){var define,module,exports;return function t(n,e,r){function i(u,o){if(!e[u]){if(!n[u]){var s=\"function\"==typeof require&&require;if(!o&&s)return s(u,!0);if(a)return a(u,!0);var c=new Error(\"Cannot find module '\"+u+\"'\");throw c.code=\"MODULE_NOT_FOUND\",c}var l=e[u]={exports:{}};n[u][0].call(l.exports,function(t){var e=n[u][1][t];return i(e?e:t)},l,l.exports,t,n,e,r)}return e[u].exports}for(var a=\"function\"==typeof require&&require,u=0;u<r.length;u++)i(r[u]);return i}({1:[function(){},{}],2:[function(t,n){!function(){function t(t){return t&&(t.ownerDocument||t.document||t).documentElement}function e(t){return t&&(t.ownerDocument&&t.ownerDocument.defaultView||t.document&&t||t.defaultView)}function r(t,n){return n>t?-1:t>n?1:t>=n?0:0/0}function i(t){return null===t?0/0:+t}function a(t){return!isNaN(t)}function u(t){return{left:function(n,e,r,i){for(arguments.length<3&&(r=0),arguments.length<4&&(i=n.length);i>r;){var a=r+i>>>1;t(n[a],e)<0?r=a+1:i=a}return r},right:function(n,e,r,i){for(arguments.length<3&&(r=0),arguments.length<4&&(i=n.length);i>r;){var a=r+i>>>1;t(n[a],e)>0?i=a:r=a+1}return r}}}function o(t){return t.length}function s(t){for(var n=1;t*n%1;)n*=10;return n}function c(t,n){for(var e in n)Object.defineProperty(t.prototype,e,{value:n[e],enumerable:!1})}function l(){this._=Object.create(null)}function h(t){return(t+=\"\")===gu||t[0]===yu?yu+t:t}function f(t){return(t+=\"\")[0]===yu?t.slice(1):t}function d(t){return h(t)in this._}function p(t){return(t=h(t))in this._&&delete this._[t]}function g(){var t=[];for(var n in this._)t.push(f(n));return t}function y(){var t=0;for(var n in this._)++t;return t}function m(){for(var t in this._)return!1;return!0}function v(){this._=Object.create(null)}function _(t){return t}function b(t,n,e){return function(){var r=e.apply(n,arguments);return r===n?t:r}}function x(t,n){if(n in t)return n;n=n.charAt(0).toUpperCase()+n.slice(1);for(var e=0,r=mu.length;r>e;++e){var i=mu[e]+n;if(i in t)return i}}function w(){}function A(){}function k(t){function n(){for(var n,r=e,i=-1,a=r.length;++i<a;)(n=r[i].on)&&n.apply(this,arguments);return t}var e=[],r=new l;return n.on=function(n,i){var a,u=r.get(n);return arguments.length<2?u&&u.on:(u&&(u.on=null,e=e.slice(0,a=e.indexOf(u)).concat(e.slice(a+1)),r.remove(n)),i&&e.push(r.set(n,{on:i})),t)},n}function E(){eu.event.preventDefault()}function M(){for(var t,n=eu.event;t=n.sourceEvent;)n=t;return n}function S(t){for(var n=new A,e=0,r=arguments.length;++e<r;)n[arguments[e]]=k(n);return n.of=function(e,r){return function(i){try{var a=i.sourceEvent=eu.event;i.target=t,eu.event=i,n[i.type].apply(e,r)}finally{eu.event=a}}},n}function D(t){return _u(t,Au),t}function C(t){return\"function\"==typeof t?t:function(){return bu(t,this)}}function T(t){return\"function\"==typeof t?t:function(){return xu(t,this)}}function F(t,n){function e(){this.removeAttribute(t)}function r(){this.removeAttributeNS(t.space,t.local)}function i(){this.setAttribute(t,n)}function a(){this.setAttributeNS(t.space,t.local,n)}function u(){var e=n.apply(this,arguments);null==e?this.removeAttribute(t):this.setAttribute(t,e)}function o(){var e=n.apply(this,arguments);null==e?this.removeAttributeNS(t.space,t.local):this.setAttributeNS(t.space,t.local,e)}return t=eu.ns.qualify(t),null==n?t.local?r:e:\"function\"==typeof n?t.local?o:u:t.local?a:i}function O(t){return t.trim().replace(/\\s+/g,\" \")}function L(t){return new RegExp(\"(?:^|\\\\s+)\"+eu.requote(t)+\"(?:\\\\s+|$)\",\"g\")}function I(t){return(t+\"\").trim().split(/^|\\s+/)}function B(t,n){function e(){for(var e=-1;++e<i;)t[e](this,n)}function r(){for(var e=-1,r=n.apply(this,arguments);++e<i;)t[e](this,r)}t=I(t).map(N);var i=t.length;return\"function\"==typeof n?r:e}function N(t){var n=L(t);return function(e,r){if(i=e.classList)return r?i.add(t):i.remove(t);var i=e.getAttribute(\"class\")||\"\";r?(n.lastIndex=0,n.test(i)||e.setAttribute(\"class\",O(i+\" \"+t))):e.setAttribute(\"class\",O(i.replace(n,\" \")))}}function P(t,n,e){function r(){this.style.removeProperty(t)}function i(){this.style.setProperty(t,n,e)}function a(){var r=n.apply(this,arguments);null==r?this.style.removeProperty(t):this.style.setProperty(t,r,e)}return null==n?r:\"function\"==typeof n?a:i}function R(t,n){function e(){delete this[t]}function r(){this[t]=n}function i(){var e=n.apply(this,arguments);null==e?delete this[t]:this[t]=e}return null==n?e:\"function\"==typeof n?i:r}function j(t){function n(){var n=this.ownerDocument,e=this.namespaceURI;return e?n.createElementNS(e,t):n.createElement(t)}function e(){return this.ownerDocument.createElementNS(t.space,t.local)}return\"function\"==typeof t?t:(t=eu.ns.qualify(t)).local?e:n}function Y(){var t=this.parentNode;t&&t.removeChild(this)}function U(t){return{__data__:t}}function $(t){return function(){return wu(this,t)}}function W(t){return arguments.length||(t=r),function(n,e){return n&&e?t(n.__data__,e.__data__):!n-!e}}function z(t,n){for(var e=0,r=t.length;r>e;e++)for(var i,a=t[e],u=0,o=a.length;o>u;u++)(i=a[u])&&n(i,u,e);return t}function q(t){return _u(t,Eu),t}function G(t){var n,e;return function(r,i,a){var u,o=t[a].update,s=o.length;for(a!=e&&(e=a,n=0),i>=n&&(n=i+1);!(u=o[n])&&++n<s;);return u}}function H(t,n,e){function r(){var n=this[u];n&&(this.removeEventListener(t,n,n.$),delete this[u])}function i(){var i=s(n,iu(arguments));r.call(this),this.addEventListener(t,this[u]=i,i.$=e),i._=n}function a(){var n,e=new RegExp(\"^__on([^.]+)\"+eu.requote(t)+\"$\");for(var r in this)if(n=r.match(e)){var i=this[r];this.removeEventListener(n[1],i,i.$),delete this[r]}}var u=\"__on\"+t,o=t.indexOf(\".\"),s=V;o>0&&(t=t.slice(0,o));var c=Mu.get(t);return c&&(t=c,s=Z),o?n?i:r:n?w:a}function V(t,n){return function(e){var r=eu.event;eu.event=e,n[0]=this.__data__;try{t.apply(this,n)}finally{eu.event=r}}}function Z(t,n){var e=V(t,n);return function(t){var n=this,r=t.relatedTarget;r&&(r===n||8&r.compareDocumentPosition(n))||e.call(n,t)}}function X(n){var r=\".dragsuppress-\"+ ++Du,i=\"click\"+r,a=eu.select(e(n)).on(\"touchmove\"+r,E).on(\"dragstart\"+r,E).on(\"selectstart\"+r,E);if(null==Su&&(Su=\"onselectstart\"in n?!1:x(n.style,\"userSelect\")),Su){var u=t(n).style,o=u[Su];u[Su]=\"none\"}return function(t){if(a.on(r,null),Su&&(u[Su]=o),t){var n=function(){a.on(i,null)};a.on(i,function(){E(),n()},!0),setTimeout(n,0)}}}function K(t,n){n.changedTouches&&(n=n.changedTouches[0]);var r=t.ownerSVGElement||t;if(r.createSVGPoint){var i=r.createSVGPoint();if(0>Cu){var a=e(t);if(a.scrollX||a.scrollY){r=eu.select(\"body\").append(\"svg\").style({position:\"absolute\",top:0,left:0,margin:0,padding:0,border:\"none\"},\"important\");var u=r[0][0].getScreenCTM();Cu=!(u.f||u.e),r.remove()}}return Cu?(i.x=n.pageX,i.y=n.pageY):(i.x=n.clientX,i.y=n.clientY),i=i.matrixTransform(t.getScreenCTM().inverse()),[i.x,i.y]}var o=t.getBoundingClientRect();return[n.clientX-o.left-t.clientLeft,n.clientY-o.top-t.clientTop]}function Q(){return eu.event.changedTouches[0].identifier}function J(t){return t>0?1:0>t?-1:0}function tt(t,n,e){return(n[0]-t[0])*(e[1]-t[1])-(n[1]-t[1])*(e[0]-t[0])}function nt(t){return t>1?0:-1>t?Ou:Math.acos(t)}function et(t){return t>1?Bu:-1>t?-Bu:Math.asin(t)}function rt(t){return((t=Math.exp(t))-1/t)/2}function it(t){return((t=Math.exp(t))+1/t)/2}function at(t){return((t=Math.exp(2*t))-1)/(t+1)}function ut(t){return(t=Math.sin(t/2))*t}function ot(){}function st(t,n,e){return this instanceof st?(this.h=+t,this.s=+n,void(this.l=+e)):arguments.length<2?t instanceof st?new st(t.h,t.s,t.l):wt(\"\"+t,At,st):new st(t,n,e)}function ct(t,n,e){function r(t){return t>360?t-=360:0>t&&(t+=360),60>t?a+(u-a)*t/60:180>t?u:240>t?a+(u-a)*(240-t)/60:a}function i(t){return Math.round(255*r(t))}var a,u;return t=isNaN(t)?0:(t%=360)<0?t+360:t,n=isNaN(n)?0:0>n?0:n>1?1:n,e=0>e?0:e>1?1:e,u=.5>=e?e*(1+n):e+n-e*n,a=2*e-u,new vt(i(t+120),i(t),i(t-120))}function lt(t,n,e){return this instanceof lt?(this.h=+t,this.c=+n,void(this.l=+e)):arguments.length<2?t instanceof lt?new lt(t.h,t.c,t.l):t instanceof ft?pt(t.l,t.a,t.b):pt((t=kt((t=eu.rgb(t)).r,t.g,t.b)).l,t.a,t.b):new lt(t,n,e)}function ht(t,n,e){return isNaN(t)&&(t=0),isNaN(n)&&(n=0),new ft(e,Math.cos(t*=Nu)*n,Math.sin(t)*n)}function ft(t,n,e){return this instanceof ft?(this.l=+t,this.a=+n,void(this.b=+e)):arguments.length<2?t instanceof ft?new ft(t.l,t.a,t.b):t instanceof lt?ht(t.h,t.c,t.l):kt((t=vt(t)).r,t.g,t.b):new ft(t,n,e)}function dt(t,n,e){var r=(t+16)/116,i=r+n/500,a=r-e/200;return i=gt(i)*Hu,r=gt(r)*Vu,a=gt(a)*Zu,new vt(mt(3.2404542*i-1.5371385*r-.4985314*a),mt(-.969266*i+1.8760108*r+.041556*a),mt(.0556434*i-.2040259*r+1.0572252*a))}function pt(t,n,e){return t>0?new lt(Math.atan2(e,n)*Pu,Math.sqrt(n*n+e*e),t):new lt(0/0,0/0,t)}function gt(t){return t>.206893034?t*t*t:(t-4/29)/7.787037}function yt(t){return t>.008856?Math.pow(t,1/3):7.787037*t+4/29}function mt(t){return Math.round(255*(.00304>=t?12.92*t:1.055*Math.pow(t,1/2.4)-.055))}function vt(t,n,e){return this instanceof vt?(this.r=~~t,this.g=~~n,void(this.b=~~e)):arguments.length<2?t instanceof vt?new vt(t.r,t.g,t.b):wt(\"\"+t,vt,ct):new vt(t,n,e)}function _t(t){return new vt(t>>16,t>>8&255,255&t)}function bt(t){return _t(t)+\"\"}function xt(t){return 16>t?\"0\"+Math.max(0,t).toString(16):Math.min(255,t).toString(16)}function wt(t,n,e){t=t.toLowerCase();var r,i,a,u=0,o=0,s=0;if(r=/([a-z]+)\\((.*)\\)/.exec(t))switch(i=r[2].split(\",\"),r[1]){case\"hsl\":return e(parseFloat(i[0]),parseFloat(i[1])/100,parseFloat(i[2])/100);case\"rgb\":return n(Mt(i[0]),Mt(i[1]),Mt(i[2]))}return(a=Qu.get(t))?n(a.r,a.g,a.b):(null==t||\"#\"!==t.charAt(0)||isNaN(a=parseInt(t.slice(1),16))||(4===t.length?(u=(3840&a)>>4,u=u>>4|u,o=240&a,o=o>>4|o,s=15&a,s=s<<4|s):7===t.length&&(u=(16711680&a)>>16,o=(65280&a)>>8,s=255&a)),n(u,o,s))}function At(t,n,e){var r,i,a=Math.min(t/=255,n/=255,e/=255),u=Math.max(t,n,e),o=u-a,s=(u+a)/2;return o?(i=.5>s?o/(u+a):o/(2-u-a),r=t==u?(n-e)/o+(e>n?6:0):n==u?(e-t)/o+2:(t-n)/o+4,r*=60):(r=0/0,i=s>0&&1>s?0:r),new st(r,i,s)}function kt(t,n,e){t=Et(t),n=Et(n),e=Et(e);var r=yt((.4124564*t+.3575761*n+.1804375*e)/Hu),i=yt((.2126729*t+.7151522*n+.072175*e)/Vu),a=yt((.0193339*t+.119192*n+.9503041*e)/Zu);return ft(116*i-16,500*(r-i),200*(i-a))}function Et(t){return(t/=255)<=.04045?t/12.92:Math.pow((t+.055)/1.055,2.4)}function Mt(t){var n=parseFloat(t);return\"%\"===t.charAt(t.length-1)?Math.round(2.55*n):n}function St(t){return\"function\"==typeof t?t:function(){return t}}function Dt(t){return function(n,e,r){return 2===arguments.length&&\"function\"==typeof e&&(r=e,e=null),Ct(n,e,t,r)}}function Ct(t,n,e,r){function i(){var t,n=s.status;if(!n&&Ft(s)||n>=200&&300>n||304===n){try{t=e.call(a,s)}catch(r){return void u.error.call(a,r)}u.load.call(a,t)}else u.error.call(a,s)}var a={},u=eu.dispatch(\"beforesend\",\"progress\",\"load\",\"error\"),o={},s=new XMLHttpRequest,c=null;return!this.XDomainRequest||\"withCredentials\"in s||!/^(http(s)?:)?\\/\\//.test(t)||(s=new XDomainRequest),\"onload\"in s?s.onload=s.onerror=i:s.onreadystatechange=function(){s.readyState>3&&i()},s.onprogress=function(t){var n=eu.event;eu.event=t;try{u.progress.call(a,s)}finally{eu.event=n}},a.header=function(t,n){return t=(t+\"\").toLowerCase(),arguments.length<2?o[t]:(null==n?delete o[t]:o[t]=n+\"\",a)},a.mimeType=function(t){return arguments.length?(n=null==t?null:t+\"\",a):n},a.responseType=function(t){return arguments.length?(c=t,a):c},a.response=function(t){return e=t,a},[\"get\",\"post\"].forEach(function(t){a[t]=function(){return a.send.apply(a,[t].concat(iu(arguments)))}}),a.send=function(e,r,i){if(2===arguments.length&&\"function\"==typeof r&&(i=r,r=null),s.open(e,t,!0),null==n||\"accept\"in o||(o.accept=n+\",*/*\"),s.setRequestHeader)for(var l in o)s.setRequestHeader(l,o[l]);return null!=n&&s.overrideMimeType&&s.overrideMimeType(n),null!=c&&(s.responseType=c),null!=i&&a.on(\"error\",i).on(\"load\",function(t){i(null,t)}),u.beforesend.call(a,s),s.send(null==r?null:r),a},a.abort=function(){return s.abort(),a},eu.rebind(a,u,\"on\"),null==r?a:a.get(Tt(r))}function Tt(t){return 1===t.length?function(n,e){t(null==n?e:null)}:t}function Ft(t){var n=t.responseType;return n&&\"text\"!==n?t.response:t.responseText}function Ot(){var t=Lt(),n=It()-t;n>24?(isFinite(n)&&(clearTimeout(eo),eo=setTimeout(Ot,n)),no=0):(no=1,io(Ot))}function Lt(){var t=Date.now();for(ro=Ju;ro;)t>=ro.t&&(ro.f=ro.c(t-ro.t)),ro=ro.n;return t}function It(){for(var t,n=Ju,e=1/0;n;)n.f?n=t?t.n=n.n:Ju=n.n:(n.t<e&&(e=n.t),n=(t=n).n);return to=t,e}function Bt(t,n){return n-(t?Math.ceil(Math.log(t)/Math.LN10):1)}function Nt(t,n){var e=Math.pow(10,3*pu(8-n));return{scale:n>8?function(t){return t/e}:function(t){return t*e},symbol:t}}function Pt(t){var n=t.decimal,e=t.thousands,r=t.grouping,i=t.currency,a=r&&e?function(t,n){for(var i=t.length,a=[],u=0,o=r[0],s=0;i>0&&o>0&&(s+o+1>n&&(o=Math.max(1,n-s)),a.push(t.substring(i-=o,i+o)),!((s+=o+1)>n));)o=r[u=(u+1)%r.length];return a.reverse().join(e)}:_;return function(t){var e=uo.exec(t),r=e[1]||\" \",u=e[2]||\">\",o=e[3]||\"-\",s=e[4]||\"\",c=e[5],l=+e[6],h=e[7],f=e[8],d=e[9],p=1,g=\"\",y=\"\",m=!1,v=!0;switch(f&&(f=+f.substring(1)),(c||\"0\"===r&&\"=\"===u)&&(c=r=\"0\",u=\"=\"),d){case\"n\":h=!0,d=\"g\";break;case\"%\":p=100,y=\"%\",d=\"f\";break;case\"p\":p=100,y=\"%\",d=\"r\";break;case\"b\":case\"o\":case\"x\":case\"X\":\"#\"===s&&(g=\"0\"+d.toLowerCase());case\"c\":v=!1;case\"d\":m=!0,f=0;break;case\"s\":p=-1,d=\"r\"}\"$\"===s&&(g=i[0],y=i[1]),\"r\"!=d||f||(d=\"g\"),null!=f&&(\"g\"==d?f=Math.max(1,Math.min(21,f)):(\"e\"==d||\"f\"==d)&&(f=Math.max(0,Math.min(20,f)))),d=oo.get(d)||Rt;var _=c&&h;return function(t){var e=y;if(m&&t%1)return\"\";var i=0>t||0===t&&0>1/t?(t=-t,\"-\"):\"-\"===o?\"\":o;if(0>p){var s=eu.formatPrefix(t,f);t=s.scale(t),e=s.symbol+y}else t*=p;t=d(t,f);var b,x,w=t.lastIndexOf(\".\");if(0>w){var A=v?t.lastIndexOf(\"e\"):-1;0>A?(b=t,x=\"\"):(b=t.substring(0,A),x=t.substring(A))}else b=t.substring(0,w),x=n+t.substring(w+1);!c&&h&&(b=a(b,1/0));var k=g.length+b.length+x.length+(_?0:i.length),E=l>k?new Array(k=l-k+1).join(r):\"\";return _&&(b=a(E+b,E.length?l-x.length:1/0)),i+=g,t=b+x,(\"<\"===u?i+t+E:\">\"===u?E+i+t:\"^\"===u?E.substring(0,k>>=1)+i+t+E.substring(k):i+(_?t:E+t))+e}}}function Rt(t){return t+\"\"}function jt(){this._=new Date(arguments.length>1?Date.UTC.apply(this,arguments):arguments[0])}function Yt(t,n,e){function r(n){var e=t(n),r=a(e,1);return r-n>n-e?e:r}function i(e){return n(e=t(new co(e-1)),1),e}function a(t,e){return n(t=new co(+t),e),t}function u(t,r,a){var u=i(t),o=[];if(a>1)for(;r>u;)e(u)%a||o.push(new Date(+u)),n(u,1);else for(;r>u;)o.push(new Date(+u)),n(u,1);return o}function o(t,n,e){try{co=jt;var r=new jt;return r._=t,u(r,n,e)}finally{co=Date}}t.floor=t,t.round=r,t.ceil=i,t.offset=a,t.range=u;var s=t.utc=Ut(t);return s.floor=s,s.round=Ut(r),s.ceil=Ut(i),s.offset=Ut(a),s.range=o,t}function Ut(t){return function(n,e){try{co=jt;var r=new jt;return r._=n,t(r,e)._}finally{co=Date}}}function $t(t){function n(t){function n(n){for(var e,i,a,u=[],o=-1,s=0;++o<r;)37===t.charCodeAt(o)&&(u.push(t.slice(s,o)),null!=(i=ho[e=t.charAt(++o)])&&(e=t.charAt(++o)),(a=D[e])&&(e=a(n,null==i?\"e\"===e?\" \":\"0\":i)),u.push(e),s=o+1);return u.push(t.slice(s,o)),u.join(\"\")}var r=t.length;return n.parse=function(n){var r={y:1900,m:0,d:1,H:0,M:0,S:0,L:0,Z:null},i=e(r,t,n,0);if(i!=n.length)return null;\"p\"in r&&(r.H=r.H%12+12*r.p);var a=null!=r.Z&&co!==jt,u=new(a?jt:co);return\"j\"in r?u.setFullYear(r.y,0,r.j):\"w\"in r&&(\"W\"in r||\"U\"in r)?(u.setFullYear(r.y,0,1),u.setFullYear(r.y,0,\"W\"in r?(r.w+6)%7+7*r.W-(u.getDay()+5)%7:r.w+7*r.U-(u.getDay()+6)%7)):u.setFullYear(r.y,r.m,r.d),u.setHours(r.H+(r.Z/100|0),r.M+r.Z%100,r.S,r.L),a?u._:u},n.toString=function(){return t},n}function e(t,n,e,r){for(var i,a,u,o=0,s=n.length,c=e.length;s>o;){if(r>=c)return-1;if(i=n.charCodeAt(o++),37===i){if(u=n.charAt(o++),a=C[u in ho?n.charAt(o++):u],!a||(r=a(t,e,r))<0)return-1}else if(i!=e.charCodeAt(r++))return-1}return r}function r(t,n,e){w.lastIndex=0;var r=w.exec(n.slice(e));return r?(t.w=A.get(r[0].toLowerCase()),e+r[0].length):-1}function i(t,n,e){b.lastIndex=0;var r=b.exec(n.slice(e));return r?(t.w=x.get(r[0].toLowerCase()),e+r[0].length):-1}function a(t,n,e){M.lastIndex=0;var r=M.exec(n.slice(e));return r?(t.m=S.get(r[0].toLowerCase()),e+r[0].length):-1}function u(t,n,e){k.lastIndex=0;var r=k.exec(n.slice(e));return r?(t.m=E.get(r[0].toLowerCase()),e+r[0].length):-1}function o(t,n,r){return e(t,D.c.toString(),n,r)}function s(t,n,r){return e(t,D.x.toString(),n,r)}function c(t,n,r){return e(t,D.X.toString(),n,r)}function l(t,n,e){var r=_.get(n.slice(e,e+=2).toLowerCase());return null==r?-1:(t.p=r,e)}var h=t.dateTime,f=t.date,d=t.time,p=t.periods,g=t.days,y=t.shortDays,m=t.months,v=t.shortMonths;n.utc=function(t){function e(t){try{co=jt;var n=new co;return n._=t,r(n)}finally{co=Date}}var r=n(t);return e.parse=function(t){try{co=jt;var n=r.parse(t);return n&&n._}finally{co=Date}},e.toString=r.toString,e},n.multi=n.utc.multi=cn;var _=eu.map(),b=zt(g),x=qt(g),w=zt(y),A=qt(y),k=zt(m),E=qt(m),M=zt(v),S=qt(v);p.forEach(function(t,n){_.set(t.toLowerCase(),n)});var D={a:function(t){return y[t.getDay()]},A:function(t){return g[t.getDay()]},b:function(t){return v[t.getMonth()]},B:function(t){return m[t.getMonth()]},c:n(h),d:function(t,n){return Wt(t.getDate(),n,2)},e:function(t,n){return Wt(t.getDate(),n,2)},H:function(t,n){return Wt(t.getHours(),n,2)},I:function(t,n){return Wt(t.getHours()%12||12,n,2)},j:function(t,n){return Wt(1+so.dayOfYear(t),n,3)},L:function(t,n){return Wt(t.getMilliseconds(),n,3)},m:function(t,n){return Wt(t.getMonth()+1,n,2)},M:function(t,n){return Wt(t.getMinutes(),n,2)},p:function(t){return p[+(t.getHours()>=12)]},S:function(t,n){return Wt(t.getSeconds(),n,2)},U:function(t,n){return Wt(so.sundayOfYear(t),n,2)},w:function(t){return t.getDay()},W:function(t,n){return Wt(so.mondayOfYear(t),n,2)},x:n(f),X:n(d),y:function(t,n){return Wt(t.getFullYear()%100,n,2)},Y:function(t,n){return Wt(t.getFullYear()%1e4,n,4)},Z:on,\"%\":function(){return\"%\"}},C={a:r,A:i,b:a,B:u,c:o,d:tn,e:tn,H:en,I:en,j:nn,L:un,m:Jt,M:rn,p:l,S:an,U:Ht,w:Gt,W:Vt,x:s,X:c,y:Xt,Y:Zt,Z:Kt,\"%\":sn};return n}function Wt(t,n,e){var r=0>t?\"-\":\"\",i=(r?-t:t)+\"\",a=i.length;return r+(e>a?new Array(e-a+1).join(n)+i:i)}function zt(t){return new RegExp(\"^(?:\"+t.map(eu.requote).join(\"|\")+\")\",\"i\")}function qt(t){for(var n=new l,e=-1,r=t.length;++e<r;)n.set(t[e].toLowerCase(),e);return n}function Gt(t,n,e){fo.lastIndex=0;var r=fo.exec(n.slice(e,e+1));return r?(t.w=+r[0],e+r[0].length):-1}function Ht(t,n,e){fo.lastIndex=0;var r=fo.exec(n.slice(e));return r?(t.U=+r[0],e+r[0].length):-1}function Vt(t,n,e){fo.lastIndex=0;var r=fo.exec(n.slice(e));return r?(t.W=+r[0],e+r[0].length):-1}function Zt(t,n,e){fo.lastIndex=0;var r=fo.exec(n.slice(e,e+4));return r?(t.y=+r[0],e+r[0].length):-1}function Xt(t,n,e){fo.lastIndex=0;var r=fo.exec(n.slice(e,e+2));return r?(t.y=Qt(+r[0]),e+r[0].length):-1}function Kt(t,n,e){return/^[+-]\\d{4}$/.test(n=n.slice(e,e+5))?(t.Z=-n,e+5):-1}function Qt(t){return t+(t>68?1900:2e3)}function Jt(t,n,e){fo.lastIndex=0;var r=fo.exec(n.slice(e,e+2));return r?(t.m=r[0]-1,e+r[0].length):-1}function tn(t,n,e){fo.lastIndex=0;var r=fo.exec(n.slice(e,e+2));return r?(t.d=+r[0],e+r[0].length):-1}function nn(t,n,e){fo.lastIndex=0;var r=fo.exec(n.slice(e,e+3));return r?(t.j=+r[0],e+r[0].length):-1}function en(t,n,e){fo.lastIndex=0;var r=fo.exec(n.slice(e,e+2));return r?(t.H=+r[0],e+r[0].length):-1}function rn(t,n,e){fo.lastIndex=0;var r=fo.exec(n.slice(e,e+2));return r?(t.M=+r[0],e+r[0].length):-1}function an(t,n,e){fo.lastIndex=0;var r=fo.exec(n.slice(e,e+2));return r?(t.S=+r[0],e+r[0].length):-1}function un(t,n,e){fo.lastIndex=0;var r=fo.exec(n.slice(e,e+3));return r?(t.L=+r[0],e+r[0].length):-1}function on(t){var n=t.getTimezoneOffset(),e=n>0?\"-\":\"+\",r=pu(n)/60|0,i=pu(n)%60;return e+Wt(r,\"0\",2)+Wt(i,\"0\",2)}function sn(t,n,e){po.lastIndex=0;var r=po.exec(n.slice(e,e+1));return r?e+r[0].length:-1}function cn(t){for(var n=t.length,e=-1;++e<n;)t[e][0]=this(t[e][0]);return function(n){for(var e=0,r=t[e];!r[1](n);)r=t[++e];return r[0](n)}}function ln(){}function hn(t,n,e){var r=e.s=t+n,i=r-t,a=r-i;e.t=t-a+(n-i)}function fn(t,n){t&&vo.hasOwnProperty(t.type)&&vo[t.type](t,n)}function dn(t,n,e){var r,i=-1,a=t.length-e;for(n.lineStart();++i<a;)r=t[i],n.point(r[0],r[1],r[2]);n.lineEnd()}function pn(t,n){var e=-1,r=t.length;for(n.polygonStart();++e<r;)dn(t[e],n,1);n.polygonEnd()}function gn(){function t(t,n){t*=Nu,n=n*Nu/2+Ou/4;var e=t-r,u=e>=0?1:-1,o=u*e,s=Math.cos(n),c=Math.sin(n),l=a*c,h=i*s+l*Math.cos(o),f=l*u*Math.sin(o);bo.add(Math.atan2(f,h)),r=t,i=s,a=c}var n,e,r,i,a;xo.point=function(u,o){xo.point=t,r=(n=u)*Nu,i=Math.cos(o=(e=o)*Nu/2+Ou/4),a=Math.sin(o)},xo.lineEnd=function(){t(n,e)}}function yn(t){var n=t[0],e=t[1],r=Math.cos(e);return[r*Math.cos(n),r*Math.sin(n),Math.sin(e)]}function mn(t,n){return t[0]*n[0]+t[1]*n[1]+t[2]*n[2]}function vn(t,n){return[t[1]*n[2]-t[2]*n[1],t[2]*n[0]-t[0]*n[2],t[0]*n[1]-t[1]*n[0]]}function _n(t,n){t[0]+=n[0],t[1]+=n[1],t[2]+=n[2]}function bn(t,n){return[t[0]*n,t[1]*n,t[2]*n]}function xn(t){var n=Math.sqrt(t[0]*t[0]+t[1]*t[1]+t[2]*t[2]);t[0]/=n,t[1]/=n,t[2]/=n}function wn(t){return[Math.atan2(t[1],t[0]),et(t[2])]}function An(t,n){return pu(t[0]-n[0])<Tu&&pu(t[1]-n[1])<Tu}function kn(t,n){t*=Nu;var e=Math.cos(n*=Nu);En(e*Math.cos(t),e*Math.sin(t),Math.sin(n))}function En(t,n,e){++wo,ko+=(t-ko)/wo,Eo+=(n-Eo)/wo,Mo+=(e-Mo)/wo}function Mn(){function t(t,i){t*=Nu;var a=Math.cos(i*=Nu),u=a*Math.cos(t),o=a*Math.sin(t),s=Math.sin(i),c=Math.atan2(Math.sqrt((c=e*s-r*o)*c+(c=r*u-n*s)*c+(c=n*o-e*u)*c),n*u+e*o+r*s);Ao+=c,So+=c*(n+(n=u)),Do+=c*(e+(e=o)),Co+=c*(r+(r=s)),En(n,e,r)}var n,e,r;Lo.point=function(i,a){i*=Nu;var u=Math.cos(a*=Nu);n=u*Math.cos(i),e=u*Math.sin(i),r=Math.sin(a),Lo.point=t,En(n,e,r)}}function Sn(){Lo.point=kn}function Dn(){function t(t,n){t*=Nu;var e=Math.cos(n*=Nu),u=e*Math.cos(t),o=e*Math.sin(t),s=Math.sin(n),c=i*s-a*o,l=a*u-r*s,h=r*o-i*u,f=Math.sqrt(c*c+l*l+h*h),d=r*u+i*o+a*s,p=f&&-nt(d)/f,g=Math.atan2(f,d);To+=p*c,Fo+=p*l,Oo+=p*h,Ao+=g,So+=g*(r+(r=u)),Do+=g*(i+(i=o)),Co+=g*(a+(a=s)),En(r,i,a)}var n,e,r,i,a;Lo.point=function(u,o){n=u,e=o,Lo.point=t,u*=Nu;var s=Math.cos(o*=Nu);r=s*Math.cos(u),i=s*Math.sin(u),a=Math.sin(o),En(r,i,a)},Lo.lineEnd=function(){t(n,e),Lo.lineEnd=Sn,Lo.point=kn}}function Cn(t,n){function e(e,r){return e=t(e,r),n(e[0],e[1])}return t.invert&&n.invert&&(e.invert=function(e,r){return e=n.invert(e,r),e&&t.invert(e[0],e[1])}),e}function Tn(){return!0}function Fn(t,n,e,r,i){var a=[],u=[];if(t.forEach(function(t){if(!((n=t.length-1)<=0)){var n,e=t[0],r=t[n];if(An(e,r)){i.lineStart();for(var o=0;n>o;++o)i.point((e=t[o])[0],e[1]);return void i.lineEnd()}var s=new Ln(e,t,null,!0),c=new Ln(e,null,s,!1);s.o=c,a.push(s),u.push(c),s=new Ln(r,t,null,!1),c=new Ln(r,null,s,!0),s.o=c,a.push(s),u.push(c)}}),u.sort(n),On(a),On(u),a.length){for(var o=0,s=e,c=u.length;c>o;++o)u[o].e=s=!s;for(var l,h,f=a[0];;){for(var d=f,p=!0;d.v;)if((d=d.n)===f)return;l=d.z,i.lineStart();do{if(d.v=d.o.v=!0,d.e){if(p)for(var o=0,c=l.length;c>o;++o)i.point((h=l[o])[0],h[1]);else r(d.x,d.n.x,1,i);d=d.n}else{if(p){l=d.p.z;for(var o=l.length-1;o>=0;--o)i.point((h=l[o])[0],h[1])}else r(d.x,d.p.x,-1,i);d=d.p}d=d.o,l=d.z,p=!p}while(!d.v);i.lineEnd()}}}function On(t){if(n=t.length){for(var n,e,r=0,i=t[0];++r<n;)i.n=e=t[r],e.p=i,i=e;i.n=e=t[0],e.p=i}}function Ln(t,n,e,r){this.x=t,this.z=n,this.o=e,this.e=r,this.v=!1,this.n=this.p=null}function In(t,n,e,r){return function(i,a){function u(n,e){var r=i(n,e);t(n=r[0],e=r[1])&&a.point(n,e)}function o(t,n){var e=i(t,n);y.point(e[0],e[1])}function s(){v.point=o,y.lineStart()}function c(){v.point=u,y.lineEnd()}function l(t,n){g.push([t,n]);var e=i(t,n);b.point(e[0],e[1])}function h(){b.lineStart(),g=[]}function f(){l(g[0][0],g[0][1]),b.lineEnd();var t,n=b.clean(),e=_.buffer(),r=e.length;if(g.pop(),p.push(g),g=null,r)if(1&n){t=e[0];var i,r=t.length-1,u=-1;if(r>0){for(x||(a.polygonStart(),x=!0),a.lineStart();++u<r;)a.point((i=t[u])[0],i[1]);a.lineEnd()}}else r>1&&2&n&&e.push(e.pop().concat(e.shift())),d.push(e.filter(Bn))}var d,p,g,y=n(a),m=i.invert(r[0],r[1]),v={point:u,lineStart:s,lineEnd:c,polygonStart:function(){v.point=l,v.lineStart=h,v.lineEnd=f,d=[],p=[]},polygonEnd:function(){v.point=u,v.lineStart=s,v.lineEnd=c,d=eu.merge(d);var t=Un(m,p);d.length?(x||(a.polygonStart(),x=!0),Fn(d,Pn,t,e,a)):t&&(x||(a.polygonStart(),x=!0),a.lineStart(),e(null,null,1,a),a.lineEnd()),x&&(a.polygonEnd(),x=!1),d=p=null},sphere:function(){a.polygonStart(),a.lineStart(),e(null,null,1,a),a.lineEnd(),a.polygonEnd()}},_=Nn(),b=n(_),x=!1;return v}}function Bn(t){return t.length>1}function Nn(){var t,n=[];return{lineStart:function(){n.push(t=[])},point:function(n,e){t.push([n,e])},lineEnd:w,buffer:function(){var e=n;return n=[],t=null,e},rejoin:function(){n.length>1&&n.push(n.pop().concat(n.shift()))}}}function Pn(t,n){return((t=t.x)[0]<0?t[1]-Bu-Tu:Bu-t[1])-((n=n.x)[0]<0?n[1]-Bu-Tu:Bu-n[1])}function Rn(t){var n,e=0/0,r=0/0,i=0/0;return{lineStart:function(){t.lineStart(),n=1},point:function(a,u){var o=a>0?Ou:-Ou,s=pu(a-e);pu(s-Ou)<Tu?(t.point(e,r=(r+u)/2>0?Bu:-Bu),t.point(i,r),t.lineEnd(),t.lineStart(),t.point(o,r),t.point(a,r),n=0):i!==o&&s>=Ou&&(pu(e-i)<Tu&&(e-=i*Tu),pu(a-o)<Tu&&(a-=o*Tu),r=jn(e,r,a,u),t.point(i,r),t.lineEnd(),t.lineStart(),t.point(o,r),n=0),t.point(e=a,r=u),i=o},lineEnd:function(){t.lineEnd(),e=r=0/0},clean:function(){return 2-n}}}function jn(t,n,e,r){var i,a,u=Math.sin(t-e);return pu(u)>Tu?Math.atan((Math.sin(n)*(a=Math.cos(r))*Math.sin(e)-Math.sin(r)*(i=Math.cos(n))*Math.sin(t))/(i*a*u)):(n+r)/2}function Yn(t,n,e,r){var i;if(null==t)i=e*Bu,r.point(-Ou,i),r.point(0,i),r.point(Ou,i),r.point(Ou,0),r.point(Ou,-i),r.point(0,-i),r.point(-Ou,-i),r.point(-Ou,0),r.point(-Ou,i);else if(pu(t[0]-n[0])>Tu){var a=t[0]<n[0]?Ou:-Ou;i=e*a/2,r.point(-a,i),r.point(0,i),r.point(a,i)}else r.point(n[0],n[1])}function Un(t,n){var e=t[0],r=t[1],i=[Math.sin(e),-Math.cos(e),0],a=0,u=0;bo.reset();for(var o=0,s=n.length;s>o;++o){var c=n[o],l=c.length;if(l)for(var h=c[0],f=h[0],d=h[1]/2+Ou/4,p=Math.sin(d),g=Math.cos(d),y=1;;){y===l&&(y=0),t=c[y];var m=t[0],v=t[1]/2+Ou/4,_=Math.sin(v),b=Math.cos(v),x=m-f,w=x>=0?1:-1,A=w*x,k=A>Ou,E=p*_;if(bo.add(Math.atan2(E*w*Math.sin(A),g*b+E*Math.cos(A))),a+=k?x+w*Lu:x,k^f>=e^m>=e){var M=vn(yn(h),yn(t));xn(M);var S=vn(i,M);xn(S);var D=(k^x>=0?-1:1)*et(S[2]);(r>D||r===D&&(M[0]||M[1]))&&(u+=k^x>=0?1:-1)}if(!y++)break;f=m,p=_,g=b,h=t}}return(-Tu>a||Tu>a&&0>bo)^1&u}function $n(t){function n(t,n){return Math.cos(t)*Math.cos(n)>a}function e(t){var e,a,s,c,l;return{lineStart:function(){c=s=!1,l=1},point:function(h,f){var d,p=[h,f],g=n(h,f),y=u?g?0:i(h,f):g?i(h+(0>h?Ou:-Ou),f):0;if(!e&&(c=s=g)&&t.lineStart(),g!==s&&(d=r(e,p),(An(e,d)||An(p,d))&&(p[0]+=Tu,p[1]+=Tu,g=n(p[0],p[1]))),g!==s)l=0,g?(t.lineStart(),d=r(p,e),t.point(d[0],d[1])):(d=r(e,p),t.point(d[0],d[1]),t.lineEnd()),e=d;else if(o&&e&&u^g){var m;y&a||!(m=r(p,e,!0))||(l=0,u?(t.lineStart(),t.point(m[0][0],m[0][1]),t.point(m[1][0],m[1][1]),t.lineEnd()):(t.point(m[1][0],m[1][1]),t.lineEnd(),t.lineStart(),t.point(m[0][0],m[0][1])))}!g||e&&An(e,p)||t.point(p[0],p[1]),e=p,s=g,a=y},lineEnd:function(){s&&t.lineEnd(),e=null},clean:function(){return l|(c&&s)<<1}}}function r(t,n,e){var r=yn(t),i=yn(n),u=[1,0,0],o=vn(r,i),s=mn(o,o),c=o[0],l=s-c*c;if(!l)return!e&&t;var h=a*s/l,f=-a*c/l,d=vn(u,o),p=bn(u,h),g=bn(o,f);_n(p,g);var y=d,m=mn(p,y),v=mn(y,y),_=m*m-v*(mn(p,p)-1);if(!(0>_)){var b=Math.sqrt(_),x=bn(y,(-m-b)/v);if(_n(x,p),x=wn(x),!e)return x;var w,A=t[0],k=n[0],E=t[1],M=n[1];A>k&&(w=A,A=k,k=w);var S=k-A,D=pu(S-Ou)<Tu,C=D||Tu>S;if(!D&&E>M&&(w=E,E=M,M=w),C?D?E+M>0^x[1]<(pu(x[0]-A)<Tu?E:M):E<=x[1]&&x[1]<=M:S>Ou^(A<=x[0]&&x[0]<=k)){var T=bn(y,(-m+b)/v);return _n(T,p),[x,wn(T)]}}}function i(n,e){var r=u?t:Ou-t,i=0;return-r>n?i|=1:n>r&&(i|=2),-r>e?i|=4:e>r&&(i|=8),i}var a=Math.cos(t),u=a>0,o=pu(a)>Tu,s=ge(t,6*Nu);return In(n,e,s,u?[0,-t]:[-Ou,t-Ou])}function Wn(t,n,e,r){return function(i){var a,u=i.a,o=i.b,s=u.x,c=u.y,l=o.x,h=o.y,f=0,d=1,p=l-s,g=h-c;if(a=t-s,p||!(a>0)){if(a/=p,0>p){if(f>a)return;d>a&&(d=a)}else if(p>0){if(a>d)return;a>f&&(f=a)}if(a=e-s,p||!(0>a)){if(a/=p,0>p){if(a>d)return;a>f&&(f=a)}else if(p>0){if(f>a)return;d>a&&(d=a)}if(a=n-c,g||!(a>0)){if(a/=g,0>g){if(f>a)return;d>a&&(d=a)}else if(g>0){if(a>d)return;a>f&&(f=a)}if(a=r-c,g||!(0>a)){if(a/=g,0>g){if(a>d)return;a>f&&(f=a)}else if(g>0){if(f>a)return;d>a&&(d=a)}return f>0&&(i.a={x:s+f*p,y:c+f*g}),1>d&&(i.b={x:s+d*p,y:c+d*g}),i}}}}}}function zn(t,n,e,r){function i(r,i){return pu(r[0]-t)<Tu?i>0?0:3:pu(r[0]-e)<Tu?i>0?2:1:pu(r[1]-n)<Tu?i>0?1:0:i>0?3:2}function a(t,n){return u(t.x,n.x)}function u(t,n){var e=i(t,1),r=i(n,1);return e!==r?e-r:0===e?n[1]-t[1]:1===e?t[0]-n[0]:2===e?t[1]-n[1]:n[0]-t[0]}return function(o){function s(t){for(var n=0,e=y.length,r=t[1],i=0;e>i;++i)for(var a,u=1,o=y[i],s=o.length,c=o[0];s>u;++u)a=o[u],c[1]<=r?a[1]>r&&tt(c,a,t)>0&&++n:a[1]<=r&&tt(c,a,t)<0&&--n,c=a;return 0!==n}function c(a,o,s,c){var l=0,h=0;if(null==a||(l=i(a,s))!==(h=i(o,s))||u(a,o)<0^s>0){do c.point(0===l||3===l?t:e,l>1?r:n);while((l=(l+s+4)%4)!==h)}else c.point(o[0],o[1])}function l(i,a){return i>=t&&e>=i&&a>=n&&r>=a}function h(t,n){l(t,n)&&o.point(t,n)}function f(){C.point=p,y&&y.push(m=[]),k=!0,A=!1,x=w=0/0}function d(){g&&(p(v,_),b&&A&&S.rejoin(),g.push(S.buffer())),C.point=h,A&&o.lineEnd()}function p(t,n){t=Math.max(-Bo,Math.min(Bo,t)),n=Math.max(-Bo,Math.min(Bo,n));var e=l(t,n);if(y&&m.push([t,n]),k)v=t,_=n,b=e,k=!1,e&&(o.lineStart(),o.point(t,n));else if(e&&A)o.point(t,n);else{var r={a:{x:x,y:w},b:{x:t,y:n}};D(r)?(A||(o.lineStart(),o.point(r.a.x,r.a.y)),o.point(r.b.x,r.b.y),e||o.lineEnd(),E=!1):e&&(o.lineStart(),o.point(t,n),E=!1)}x=t,w=n,A=e}var g,y,m,v,_,b,x,w,A,k,E,M=o,S=Nn(),D=Wn(t,n,e,r),C={point:h,lineStart:f,lineEnd:d,polygonStart:function(){o=S,g=[],y=[],E=!0},polygonEnd:function(){o=M,g=eu.merge(g);var n=s([t,r]),e=E&&n,i=g.length;(e||i)&&(o.polygonStart(),e&&(o.lineStart(),c(null,null,1,o),o.lineEnd()),i&&Fn(g,a,n,c,o),o.polygonEnd()),g=y=m=null}};return C}}function qn(t){var n=0,e=Ou/3,r=oe(t),i=r(n,e);return i.parallels=function(t){return arguments.length?r(n=t[0]*Ou/180,e=t[1]*Ou/180):[n/Ou*180,e/Ou*180]},i}function Gn(t,n){function e(t,n){var e=Math.sqrt(a-2*i*Math.sin(n))/i;return[e*Math.sin(t*=i),u-e*Math.cos(t)]}var r=Math.sin(t),i=(r+Math.sin(n))/2,a=1+r*(2*i-r),u=Math.sqrt(a)/i;return e.invert=function(t,n){var e=u-n;return[Math.atan2(t,e)/i,et((a-(t*t+e*e)*i*i)/(2*i))]},e}function Hn(){function t(t,n){Po+=i*t-r*n,r=t,i=n}var n,e,r,i;$o.point=function(a,u){$o.point=t,n=r=a,e=i=u},$o.lineEnd=function(){t(n,e)}}function Vn(t,n){Ro>t&&(Ro=t),t>Yo&&(Yo=t),jo>n&&(jo=n),n>Uo&&(Uo=n)}function Zn(){function t(t,n){u.push(\"M\",t,\",\",n,a)}function n(t,n){u.push(\"M\",t,\",\",n),o.point=e}function e(t,n){u.push(\"L\",t,\",\",n)}function r(){o.point=t}function i(){u.push(\"Z\")}var a=Xn(4.5),u=[],o={point:t,lineStart:function(){o.point=n},lineEnd:r,polygonStart:function(){o.lineEnd=i},polygonEnd:function(){o.lineEnd=r,o.point=t},pointRadius:function(t){return a=Xn(t),o},result:function(){if(u.length){var t=u.join(\"\");return u=[],t}}};return o}function Xn(t){return\"m0,\"+t+\"a\"+t+\",\"+t+\" 0 1,1 0,\"+-2*t+\"a\"+t+\",\"+t+\" 0 1,1 0,\"+2*t+\"z\"}function Kn(t,n){ko+=t,Eo+=n,++Mo}function Qn(){function t(t,r){var i=t-n,a=r-e,u=Math.sqrt(i*i+a*a);So+=u*(n+t)/2,Do+=u*(e+r)/2,Co+=u,Kn(n=t,e=r)}var n,e;zo.point=function(r,i){zo.point=t,Kn(n=r,e=i)}}function Jn(){zo.point=Kn}function te(){function t(t,n){var e=t-r,a=n-i,u=Math.sqrt(e*e+a*a);So+=u*(r+t)/2,Do+=u*(i+n)/2,Co+=u,u=i*t-r*n,To+=u*(r+t),Fo+=u*(i+n),Oo+=3*u,Kn(r=t,i=n)}var n,e,r,i;zo.point=function(a,u){zo.point=t,Kn(n=r=a,e=i=u)},zo.lineEnd=function(){t(n,e)}}function ne(t){function n(n,e){t.moveTo(n+u,e),t.arc(n,e,u,0,Lu)}function e(n,e){t.moveTo(n,e),o.point=r}function r(n,e){t.lineTo(n,e)}function i(){o.point=n}function a(){\nt.closePath()}var u=4.5,o={point:n,lineStart:function(){o.point=e},lineEnd:i,polygonStart:function(){o.lineEnd=a},polygonEnd:function(){o.lineEnd=i,o.point=n},pointRadius:function(t){return u=t,o},result:w};return o}function ee(t){function n(t){return(o?r:e)(t)}function e(n){return ae(n,function(e,r){e=t(e,r),n.point(e[0],e[1])})}function r(n){function e(e,r){e=t(e,r),n.point(e[0],e[1])}function r(){_=0/0,k.point=a,n.lineStart()}function a(e,r){var a=yn([e,r]),u=t(e,r);i(_,b,v,x,w,A,_=u[0],b=u[1],v=e,x=a[0],w=a[1],A=a[2],o,n),n.point(_,b)}function u(){k.point=e,n.lineEnd()}function s(){r(),k.point=c,k.lineEnd=l}function c(t,n){a(h=t,f=n),d=_,p=b,g=x,y=w,m=A,k.point=a}function l(){i(_,b,v,x,w,A,d,p,h,g,y,m,o,n),k.lineEnd=u,u()}var h,f,d,p,g,y,m,v,_,b,x,w,A,k={point:e,lineStart:r,lineEnd:u,polygonStart:function(){n.polygonStart(),k.lineStart=s},polygonEnd:function(){n.polygonEnd(),k.lineStart=r}};return k}function i(n,e,r,o,s,c,l,h,f,d,p,g,y,m){var v=l-n,_=h-e,b=v*v+_*_;if(b>4*a&&y--){var x=o+d,w=s+p,A=c+g,k=Math.sqrt(x*x+w*w+A*A),E=Math.asin(A/=k),M=pu(pu(A)-1)<Tu||pu(r-f)<Tu?(r+f)/2:Math.atan2(w,x),S=t(M,E),D=S[0],C=S[1],T=D-n,F=C-e,O=_*T-v*F;(O*O/b>a||pu((v*T+_*F)/b-.5)>.3||u>o*d+s*p+c*g)&&(i(n,e,r,o,s,c,D,C,M,x/=k,w/=k,A,y,m),m.point(D,C),i(D,C,M,x,w,A,l,h,f,d,p,g,y,m))}}var a=.5,u=Math.cos(30*Nu),o=16;return n.precision=function(t){return arguments.length?(o=(a=t*t)>0&&16,n):Math.sqrt(a)},n}function re(t){var n=ee(function(n,e){return t([n*Pu,e*Pu])});return function(t){return se(n(t))}}function ie(t){this.stream=t}function ae(t,n){return{point:n,sphere:function(){t.sphere()},lineStart:function(){t.lineStart()},lineEnd:function(){t.lineEnd()},polygonStart:function(){t.polygonStart()},polygonEnd:function(){t.polygonEnd()}}}function ue(t){return oe(function(){return t})()}function oe(t){function n(t){return t=o(t[0]*Nu,t[1]*Nu),[t[0]*f+s,c-t[1]*f]}function e(t){return t=o.invert((t[0]-s)/f,(c-t[1])/f),t&&[t[0]*Pu,t[1]*Pu]}function r(){o=Cn(u=he(m,v,b),a);var t=a(g,y);return s=d-t[0]*f,c=p+t[1]*f,i()}function i(){return l&&(l.valid=!1,l=null),n}var a,u,o,s,c,l,h=ee(function(t,n){return t=a(t,n),[t[0]*f+s,c-t[1]*f]}),f=150,d=480,p=250,g=0,y=0,m=0,v=0,b=0,x=Io,w=_,A=null,k=null;return n.stream=function(t){return l&&(l.valid=!1),l=se(x(u,h(w(t)))),l.valid=!0,l},n.clipAngle=function(t){return arguments.length?(x=null==t?(A=t,Io):$n((A=+t)*Nu),i()):A},n.clipExtent=function(t){return arguments.length?(k=t,w=t?zn(t[0][0],t[0][1],t[1][0],t[1][1]):_,i()):k},n.scale=function(t){return arguments.length?(f=+t,r()):f},n.translate=function(t){return arguments.length?(d=+t[0],p=+t[1],r()):[d,p]},n.center=function(t){return arguments.length?(g=t[0]%360*Nu,y=t[1]%360*Nu,r()):[g*Pu,y*Pu]},n.rotate=function(t){return arguments.length?(m=t[0]%360*Nu,v=t[1]%360*Nu,b=t.length>2?t[2]%360*Nu:0,r()):[m*Pu,v*Pu,b*Pu]},eu.rebind(n,h,\"precision\"),function(){return a=t.apply(this,arguments),n.invert=a.invert&&e,r()}}function se(t){return ae(t,function(n,e){t.point(n*Nu,e*Nu)})}function ce(t,n){return[t,n]}function le(t,n){return[t>Ou?t-Lu:-Ou>t?t+Lu:t,n]}function he(t,n,e){return t?n||e?Cn(de(t),pe(n,e)):de(t):n||e?pe(n,e):le}function fe(t){return function(n,e){return n+=t,[n>Ou?n-Lu:-Ou>n?n+Lu:n,e]}}function de(t){var n=fe(t);return n.invert=fe(-t),n}function pe(t,n){function e(t,n){var e=Math.cos(n),o=Math.cos(t)*e,s=Math.sin(t)*e,c=Math.sin(n),l=c*r+o*i;return[Math.atan2(s*a-l*u,o*r-c*i),et(l*a+s*u)]}var r=Math.cos(t),i=Math.sin(t),a=Math.cos(n),u=Math.sin(n);return e.invert=function(t,n){var e=Math.cos(n),o=Math.cos(t)*e,s=Math.sin(t)*e,c=Math.sin(n),l=c*a-s*u;return[Math.atan2(s*a+c*u,o*r+l*i),et(l*r-o*i)]},e}function ge(t,n){var e=Math.cos(t),r=Math.sin(t);return function(i,a,u,o){var s=u*n;null!=i?(i=ye(e,i),a=ye(e,a),(u>0?a>i:i>a)&&(i+=u*Lu)):(i=t+u*Lu,a=t-.5*s);for(var c,l=i;u>0?l>a:a>l;l-=s)o.point((c=wn([e,-r*Math.cos(l),-r*Math.sin(l)]))[0],c[1])}}function ye(t,n){var e=yn(n);e[0]-=t,xn(e);var r=nt(-e[1]);return((-e[2]<0?-r:r)+2*Math.PI-Tu)%(2*Math.PI)}function me(t,n,e){var r=eu.range(t,n-Tu,e).concat(n);return function(t){return r.map(function(n){return[t,n]})}}function ve(t,n,e){var r=eu.range(t,n-Tu,e).concat(n);return function(t){return r.map(function(n){return[n,t]})}}function _e(t){return t.source}function be(t){return t.target}function xe(t,n,e,r){var i=Math.cos(n),a=Math.sin(n),u=Math.cos(r),o=Math.sin(r),s=i*Math.cos(t),c=i*Math.sin(t),l=u*Math.cos(e),h=u*Math.sin(e),f=2*Math.asin(Math.sqrt(ut(r-n)+i*u*ut(e-t))),d=1/Math.sin(f),p=f?function(t){var n=Math.sin(t*=f)*d,e=Math.sin(f-t)*d,r=e*s+n*l,i=e*c+n*h,u=e*a+n*o;return[Math.atan2(i,r)*Pu,Math.atan2(u,Math.sqrt(r*r+i*i))*Pu]}:function(){return[t*Pu,n*Pu]};return p.distance=f,p}function we(){function t(t,i){var a=Math.sin(i*=Nu),u=Math.cos(i),o=pu((t*=Nu)-n),s=Math.cos(o);qo+=Math.atan2(Math.sqrt((o=u*Math.sin(o))*o+(o=r*a-e*u*s)*o),e*a+r*u*s),n=t,e=a,r=u}var n,e,r;Go.point=function(i,a){n=i*Nu,e=Math.sin(a*=Nu),r=Math.cos(a),Go.point=t},Go.lineEnd=function(){Go.point=Go.lineEnd=w}}function Ae(t,n){function e(n,e){var r=Math.cos(n),i=Math.cos(e),a=t(r*i);return[a*i*Math.sin(n),a*Math.sin(e)]}return e.invert=function(t,e){var r=Math.sqrt(t*t+e*e),i=n(r),a=Math.sin(i),u=Math.cos(i);return[Math.atan2(t*a,r*u),Math.asin(r&&e*a/r)]},e}function ke(t,n){function e(t,n){u>0?-Bu+Tu>n&&(n=-Bu+Tu):n>Bu-Tu&&(n=Bu-Tu);var e=u/Math.pow(i(n),a);return[e*Math.sin(a*t),u-e*Math.cos(a*t)]}var r=Math.cos(t),i=function(t){return Math.tan(Ou/4+t/2)},a=t===n?Math.sin(t):Math.log(r/Math.cos(n))/Math.log(i(n)/i(t)),u=r*Math.pow(i(t),a)/a;return a?(e.invert=function(t,n){var e=u-n,r=J(a)*Math.sqrt(t*t+e*e);return[Math.atan2(t,e)/a,2*Math.atan(Math.pow(u/r,1/a))-Bu]},e):Me}function Ee(t,n){function e(t,n){var e=a-n;return[e*Math.sin(i*t),a-e*Math.cos(i*t)]}var r=Math.cos(t),i=t===n?Math.sin(t):(r-Math.cos(n))/(n-t),a=r/i+t;return pu(i)<Tu?ce:(e.invert=function(t,n){var e=a-n;return[Math.atan2(t,e)/i,a-J(i)*Math.sqrt(t*t+e*e)]},e)}function Me(t,n){return[t,Math.log(Math.tan(Ou/4+n/2))]}function Se(t){var n,e=ue(t),r=e.scale,i=e.translate,a=e.clipExtent;return e.scale=function(){var t=r.apply(e,arguments);return t===e?n?e.clipExtent(null):e:t},e.translate=function(){var t=i.apply(e,arguments);return t===e?n?e.clipExtent(null):e:t},e.clipExtent=function(t){var u=a.apply(e,arguments);if(u===e){if(n=null==t){var o=Ou*r(),s=i();a([[s[0]-o,s[1]-o],[s[0]+o,s[1]+o]])}}else n&&(u=null);return u},e.clipExtent(null)}function De(t,n){return[Math.log(Math.tan(Ou/4+n/2)),-t]}function Ce(t){return t[0]}function Te(t){return t[1]}function Fe(t){for(var n=t.length,e=[0,1],r=2,i=2;n>i;i++){for(;r>1&&tt(t[e[r-2]],t[e[r-1]],t[i])<=0;)--r;e[r++]=i}return e.slice(0,r)}function Oe(t,n){return t[0]-n[0]||t[1]-n[1]}function Le(t,n,e){return(e[0]-n[0])*(t[1]-n[1])<(e[1]-n[1])*(t[0]-n[0])}function Ie(t,n,e,r){var i=t[0],a=e[0],u=n[0]-i,o=r[0]-a,s=t[1],c=e[1],l=n[1]-s,h=r[1]-c,f=(o*(s-c)-h*(i-a))/(h*u-o*l);return[i+f*u,s+f*l]}function Be(t){var n=t[0],e=t[t.length-1];return!(n[0]-e[0]||n[1]-e[1])}function Ne(){rr(this),this.edge=this.site=this.circle=null}function Pe(t){var n=is.pop()||new Ne;return n.site=t,n}function Re(t){Ve(t),ns.remove(t),is.push(t),rr(t)}function je(t){var n=t.circle,e=n.x,r=n.cy,i={x:e,y:r},a=t.P,u=t.N,o=[t];Re(t);for(var s=a;s.circle&&pu(e-s.circle.x)<Tu&&pu(r-s.circle.cy)<Tu;)a=s.P,o.unshift(s),Re(s),s=a;o.unshift(s),Ve(s);for(var c=u;c.circle&&pu(e-c.circle.x)<Tu&&pu(r-c.circle.cy)<Tu;)u=c.N,o.push(c),Re(c),c=u;o.push(c),Ve(c);var l,h=o.length;for(l=1;h>l;++l)c=o[l],s=o[l-1],tr(c.edge,s.site,c.site,i);s=o[0],c=o[h-1],c.edge=Qe(s.site,c.site,null,i),He(s),He(c)}function Ye(t){for(var n,e,r,i,a=t.x,u=t.y,o=ns._;o;)if(r=Ue(o,u)-a,r>Tu)o=o.L;else{if(i=a-$e(o,u),!(i>Tu)){r>-Tu?(n=o.P,e=o):i>-Tu?(n=o,e=o.N):n=e=o;break}if(!o.R){n=o;break}o=o.R}var s=Pe(t);if(ns.insert(n,s),n||e){if(n===e)return Ve(n),e=Pe(n.site),ns.insert(s,e),s.edge=e.edge=Qe(n.site,s.site),He(n),void He(e);if(!e)return void(s.edge=Qe(n.site,s.site));Ve(n),Ve(e);var c=n.site,l=c.x,h=c.y,f=t.x-l,d=t.y-h,p=e.site,g=p.x-l,y=p.y-h,m=2*(f*y-d*g),v=f*f+d*d,_=g*g+y*y,b={x:(y*v-d*_)/m+l,y:(f*_-g*v)/m+h};tr(e.edge,c,p,b),s.edge=Qe(c,t,null,b),e.edge=Qe(t,p,null,b),He(n),He(e)}}function Ue(t,n){var e=t.site,r=e.x,i=e.y,a=i-n;if(!a)return r;var u=t.P;if(!u)return-(1/0);e=u.site;var o=e.x,s=e.y,c=s-n;if(!c)return o;var l=o-r,h=1/a-1/c,f=l/c;return h?(-f+Math.sqrt(f*f-2*h*(l*l/(-2*c)-s+c/2+i-a/2)))/h+r:(r+o)/2}function $e(t,n){var e=t.N;if(e)return Ue(e,n);var r=t.site;return r.y===n?r.x:1/0}function We(t){this.site=t,this.edges=[]}function ze(t){for(var n,e,r,i,a,u,o,s,c,l,h=t[0][0],f=t[1][0],d=t[0][1],p=t[1][1],g=ts,y=g.length;y--;)if(a=g[y],a&&a.prepare())for(o=a.edges,s=o.length,u=0;s>u;)l=o[u].end(),r=l.x,i=l.y,c=o[++u%s].start(),n=c.x,e=c.y,(pu(r-n)>Tu||pu(i-e)>Tu)&&(o.splice(u,0,new nr(Je(a.site,l,pu(r-h)<Tu&&p-i>Tu?{x:h,y:pu(n-h)<Tu?e:p}:pu(i-p)<Tu&&f-r>Tu?{x:pu(e-p)<Tu?n:f,y:p}:pu(r-f)<Tu&&i-d>Tu?{x:f,y:pu(n-f)<Tu?e:d}:pu(i-d)<Tu&&r-h>Tu?{x:pu(e-d)<Tu?n:h,y:d}:null),a.site,null)),++s)}function qe(t,n){return n.angle-t.angle}function Ge(){rr(this),this.x=this.y=this.arc=this.site=this.cy=null}function He(t){var n=t.P,e=t.N;if(n&&e){var r=n.site,i=t.site,a=e.site;if(r!==a){var u=i.x,o=i.y,s=r.x-u,c=r.y-o,l=a.x-u,h=a.y-o,f=2*(s*h-c*l);if(!(f>=-Fu)){var d=s*s+c*c,p=l*l+h*h,g=(h*d-c*p)/f,y=(s*p-l*d)/f,h=y+o,m=as.pop()||new Ge;m.arc=t,m.site=i,m.x=g+u,m.y=h+Math.sqrt(g*g+y*y),m.cy=h,t.circle=m;for(var v=null,_=rs._;_;)if(m.y<_.y||m.y===_.y&&m.x<=_.x){if(!_.L){v=_.P;break}_=_.L}else{if(!_.R){v=_;break}_=_.R}rs.insert(v,m),v||(es=m)}}}}function Ve(t){var n=t.circle;n&&(n.P||(es=n.N),rs.remove(n),as.push(n),rr(n),t.circle=null)}function Ze(t){for(var n,e=Jo,r=Wn(t[0][0],t[0][1],t[1][0],t[1][1]),i=e.length;i--;)n=e[i],(!Xe(n,t)||!r(n)||pu(n.a.x-n.b.x)<Tu&&pu(n.a.y-n.b.y)<Tu)&&(n.a=n.b=null,e.splice(i,1))}function Xe(t,n){var e=t.b;if(e)return!0;var r,i,a=t.a,u=n[0][0],o=n[1][0],s=n[0][1],c=n[1][1],l=t.l,h=t.r,f=l.x,d=l.y,p=h.x,g=h.y,y=(f+p)/2,m=(d+g)/2;if(g===d){if(u>y||y>=o)return;if(f>p){if(a){if(a.y>=c)return}else a={x:y,y:s};e={x:y,y:c}}else{if(a){if(a.y<s)return}else a={x:y,y:c};e={x:y,y:s}}}else if(r=(f-p)/(g-d),i=m-r*y,-1>r||r>1)if(f>p){if(a){if(a.y>=c)return}else a={x:(s-i)/r,y:s};e={x:(c-i)/r,y:c}}else{if(a){if(a.y<s)return}else a={x:(c-i)/r,y:c};e={x:(s-i)/r,y:s}}else if(g>d){if(a){if(a.x>=o)return}else a={x:u,y:r*u+i};e={x:o,y:r*o+i}}else{if(a){if(a.x<u)return}else a={x:o,y:r*o+i};e={x:u,y:r*u+i}}return t.a=a,t.b=e,!0}function Ke(t,n){this.l=t,this.r=n,this.a=this.b=null}function Qe(t,n,e,r){var i=new Ke(t,n);return Jo.push(i),e&&tr(i,t,n,e),r&&tr(i,n,t,r),ts[t.i].edges.push(new nr(i,t,n)),ts[n.i].edges.push(new nr(i,n,t)),i}function Je(t,n,e){var r=new Ke(t,null);return r.a=n,r.b=e,Jo.push(r),r}function tr(t,n,e,r){t.a||t.b?t.l===e?t.b=r:t.a=r:(t.a=r,t.l=n,t.r=e)}function nr(t,n,e){var r=t.a,i=t.b;this.edge=t,this.site=n,this.angle=e?Math.atan2(e.y-n.y,e.x-n.x):t.l===n?Math.atan2(i.x-r.x,r.y-i.y):Math.atan2(r.x-i.x,i.y-r.y)}function er(){this._=null}function rr(t){t.U=t.C=t.L=t.R=t.P=t.N=null}function ir(t,n){var e=n,r=n.R,i=e.U;i?i.L===e?i.L=r:i.R=r:t._=r,r.U=i,e.U=r,e.R=r.L,e.R&&(e.R.U=e),r.L=e}function ar(t,n){var e=n,r=n.L,i=e.U;i?i.L===e?i.L=r:i.R=r:t._=r,r.U=i,e.U=r,e.L=r.R,e.L&&(e.L.U=e),r.R=e}function ur(t){for(;t.L;)t=t.L;return t}function or(t,n){var e,r,i,a=t.sort(sr).pop();for(Jo=[],ts=new Array(t.length),ns=new er,rs=new er;;)if(i=es,a&&(!i||a.y<i.y||a.y===i.y&&a.x<i.x))(a.x!==e||a.y!==r)&&(ts[a.i]=new We(a),Ye(a),e=a.x,r=a.y),a=t.pop();else{if(!i)break;je(i.arc)}n&&(Ze(n),ze(n));var u={cells:ts,edges:Jo};return ns=rs=Jo=ts=null,u}function sr(t,n){return n.y-t.y||n.x-t.x}function cr(t,n,e){return(t.x-e.x)*(n.y-t.y)-(t.x-n.x)*(e.y-t.y)}function lr(t){return t.x}function hr(t){return t.y}function fr(){return{leaf:!0,nodes:[],point:null,x:null,y:null}}function dr(t,n,e,r,i,a){if(!t(n,e,r,i,a)){var u=.5*(e+i),o=.5*(r+a),s=n.nodes;s[0]&&dr(t,s[0],e,r,u,o),s[1]&&dr(t,s[1],u,r,i,o),s[2]&&dr(t,s[2],e,o,u,a),s[3]&&dr(t,s[3],u,o,i,a)}}function pr(t,n,e,r,i,a,u){var o,s=1/0;return function c(t,l,h,f,d){if(!(l>a||h>u||r>f||i>d)){if(p=t.point){var p,g=n-t.x,y=e-t.y,m=g*g+y*y;if(s>m){var v=Math.sqrt(s=m);r=n-v,i=e-v,a=n+v,u=e+v,o=p}}for(var _=t.nodes,b=.5*(l+f),x=.5*(h+d),w=n>=b,A=e>=x,k=A<<1|w,E=k+4;E>k;++k)if(t=_[3&k])switch(3&k){case 0:c(t,l,h,b,x);break;case 1:c(t,b,h,f,x);break;case 2:c(t,l,x,b,d);break;case 3:c(t,b,x,f,d)}}}(t,r,i,a,u),o}function gr(t,n){t=eu.rgb(t),n=eu.rgb(n);var e=t.r,r=t.g,i=t.b,a=n.r-e,u=n.g-r,o=n.b-i;return function(t){return\"#\"+xt(Math.round(e+a*t))+xt(Math.round(r+u*t))+xt(Math.round(i+o*t))}}function yr(t,n){var e,r={},i={};for(e in t)e in n?r[e]=_r(t[e],n[e]):i[e]=t[e];for(e in n)e in t||(i[e]=n[e]);return function(t){for(e in r)i[e]=r[e](t);return i}}function mr(t,n){return t=+t,n=+n,function(e){return t*(1-e)+n*e}}function vr(t,n){var e,r,i,a=os.lastIndex=ss.lastIndex=0,u=-1,o=[],s=[];for(t+=\"\",n+=\"\";(e=os.exec(t))&&(r=ss.exec(n));)(i=r.index)>a&&(i=n.slice(a,i),o[u]?o[u]+=i:o[++u]=i),(e=e[0])===(r=r[0])?o[u]?o[u]+=r:o[++u]=r:(o[++u]=null,s.push({i:u,x:mr(e,r)})),a=ss.lastIndex;return a<n.length&&(i=n.slice(a),o[u]?o[u]+=i:o[++u]=i),o.length<2?s[0]?(n=s[0].x,function(t){return n(t)+\"\"}):function(){return n}:(n=s.length,function(t){for(var e,r=0;n>r;++r)o[(e=s[r]).i]=e.x(t);return o.join(\"\")})}function _r(t,n){for(var e,r=eu.interpolators.length;--r>=0&&!(e=eu.interpolators[r](t,n)););return e}function br(t,n){var e,r=[],i=[],a=t.length,u=n.length,o=Math.min(t.length,n.length);for(e=0;o>e;++e)r.push(_r(t[e],n[e]));for(;a>e;++e)i[e]=t[e];for(;u>e;++e)i[e]=n[e];return function(t){for(e=0;o>e;++e)i[e]=r[e](t);return i}}function xr(t){return function(n){return 0>=n?0:n>=1?1:t(n)}}function wr(t){return function(n){return 1-t(1-n)}}function Ar(t){return function(n){return.5*(.5>n?t(2*n):2-t(2-2*n))}}function kr(t){return t*t}function Er(t){return t*t*t}function Mr(t){if(0>=t)return 0;if(t>=1)return 1;var n=t*t,e=n*t;return 4*(.5>t?e:3*(t-n)+e-.75)}function Sr(t){return function(n){return Math.pow(n,t)}}function Dr(t){return 1-Math.cos(t*Bu)}function Cr(t){return Math.pow(2,10*(t-1))}function Tr(t){return 1-Math.sqrt(1-t*t)}function Fr(t,n){var e;return arguments.length<2&&(n=.45),arguments.length?e=n/Lu*Math.asin(1/t):(t=1,e=n/4),function(r){return 1+t*Math.pow(2,-10*r)*Math.sin((r-e)*Lu/n)}}function Or(t){return t||(t=1.70158),function(n){return n*n*((t+1)*n-t)}}function Lr(t){return 1/2.75>t?7.5625*t*t:2/2.75>t?7.5625*(t-=1.5/2.75)*t+.75:2.5/2.75>t?7.5625*(t-=2.25/2.75)*t+.9375:7.5625*(t-=2.625/2.75)*t+.984375}function Ir(t,n){t=eu.hcl(t),n=eu.hcl(n);var e=t.h,r=t.c,i=t.l,a=n.h-e,u=n.c-r,o=n.l-i;return isNaN(u)&&(u=0,r=isNaN(r)?n.c:r),isNaN(a)?(a=0,e=isNaN(e)?n.h:e):a>180?a-=360:-180>a&&(a+=360),function(t){return ht(e+a*t,r+u*t,i+o*t)+\"\"}}function Br(t,n){t=eu.hsl(t),n=eu.hsl(n);var e=t.h,r=t.s,i=t.l,a=n.h-e,u=n.s-r,o=n.l-i;return isNaN(u)&&(u=0,r=isNaN(r)?n.s:r),isNaN(a)?(a=0,e=isNaN(e)?n.h:e):a>180?a-=360:-180>a&&(a+=360),function(t){return ct(e+a*t,r+u*t,i+o*t)+\"\"}}function Nr(t,n){t=eu.lab(t),n=eu.lab(n);var e=t.l,r=t.a,i=t.b,a=n.l-e,u=n.a-r,o=n.b-i;return function(t){return dt(e+a*t,r+u*t,i+o*t)+\"\"}}function Pr(t,n){return n-=t,function(e){return Math.round(t+n*e)}}function Rr(t){var n=[t.a,t.b],e=[t.c,t.d],r=Yr(n),i=jr(n,e),a=Yr(Ur(e,n,-i))||0;n[0]*e[1]<e[0]*n[1]&&(n[0]*=-1,n[1]*=-1,r*=-1,i*=-1),this.rotate=(r?Math.atan2(n[1],n[0]):Math.atan2(-e[0],e[1]))*Pu,this.translate=[t.e,t.f],this.scale=[r,a],this.skew=a?Math.atan2(i,a)*Pu:0}function jr(t,n){return t[0]*n[0]+t[1]*n[1]}function Yr(t){var n=Math.sqrt(jr(t,t));return n&&(t[0]/=n,t[1]/=n),n}function Ur(t,n,e){return t[0]+=e*n[0],t[1]+=e*n[1],t}function $r(t,n){var e,r=[],i=[],a=eu.transform(t),u=eu.transform(n),o=a.translate,s=u.translate,c=a.rotate,l=u.rotate,h=a.skew,f=u.skew,d=a.scale,p=u.scale;return o[0]!=s[0]||o[1]!=s[1]?(r.push(\"translate(\",null,\",\",null,\")\"),i.push({i:1,x:mr(o[0],s[0])},{i:3,x:mr(o[1],s[1])})):r.push(s[0]||s[1]?\"translate(\"+s+\")\":\"\"),c!=l?(c-l>180?l+=360:l-c>180&&(c+=360),i.push({i:r.push(r.pop()+\"rotate(\",null,\")\")-2,x:mr(c,l)})):l&&r.push(r.pop()+\"rotate(\"+l+\")\"),h!=f?i.push({i:r.push(r.pop()+\"skewX(\",null,\")\")-2,x:mr(h,f)}):f&&r.push(r.pop()+\"skewX(\"+f+\")\"),d[0]!=p[0]||d[1]!=p[1]?(e=r.push(r.pop()+\"scale(\",null,\",\",null,\")\"),i.push({i:e-4,x:mr(d[0],p[0])},{i:e-2,x:mr(d[1],p[1])})):(1!=p[0]||1!=p[1])&&r.push(r.pop()+\"scale(\"+p+\")\"),e=i.length,function(t){for(var n,a=-1;++a<e;)r[(n=i[a]).i]=n.x(t);return r.join(\"\")}}function Wr(t,n){return n=(n-=t=+t)||1/n,function(e){return(e-t)/n}}function zr(t,n){return n=(n-=t=+t)||1/n,function(e){return Math.max(0,Math.min(1,(e-t)/n))}}function qr(t){for(var n=t.source,e=t.target,r=Hr(n,e),i=[n];n!==r;)n=n.parent,i.push(n);for(var a=i.length;e!==r;)i.splice(a,0,e),e=e.parent;return i}function Gr(t){for(var n=[],e=t.parent;null!=e;)n.push(t),t=e,e=e.parent;return n.push(t),n}function Hr(t,n){if(t===n)return t;for(var e=Gr(t),r=Gr(n),i=e.pop(),a=r.pop(),u=null;i===a;)u=i,i=e.pop(),a=r.pop();return u}function Vr(t){t.fixed|=2}function Zr(t){t.fixed&=-7}function Xr(t){t.fixed|=4,t.px=t.x,t.py=t.y}function Kr(t){t.fixed&=-5}function Qr(t,n,e){var r=0,i=0;if(t.charge=0,!t.leaf)for(var a,u=t.nodes,o=u.length,s=-1;++s<o;)a=u[s],null!=a&&(Qr(a,n,e),t.charge+=a.charge,r+=a.charge*a.cx,i+=a.charge*a.cy);if(t.point){t.leaf||(t.point.x+=Math.random()-.5,t.point.y+=Math.random()-.5);var c=n*e[t.point.index];t.charge+=t.pointCharge=c,r+=c*t.point.x,i+=c*t.point.y}t.cx=r/t.charge,t.cy=i/t.charge}function Jr(t,n){return eu.rebind(t,n,\"sort\",\"children\",\"value\"),t.nodes=t,t.links=ai,t}function ti(t,n){for(var e=[t];null!=(t=e.pop());)if(n(t),(i=t.children)&&(r=i.length))for(var r,i;--r>=0;)e.push(i[r])}function ni(t,n){for(var e=[t],r=[];null!=(t=e.pop());)if(r.push(t),(a=t.children)&&(i=a.length))for(var i,a,u=-1;++u<i;)e.push(a[u]);for(;null!=(t=r.pop());)n(t)}function ei(t){return t.children}function ri(t){return t.value}function ii(t,n){return n.value-t.value}function ai(t){return eu.merge(t.map(function(t){return(t.children||[]).map(function(n){return{source:t,target:n}})}))}function ui(t){return t.x}function oi(t){return t.y}function si(t,n,e){t.y0=n,t.y=e}function ci(t){return eu.range(t.length)}function li(t){for(var n=-1,e=t[0].length,r=[];++n<e;)r[n]=0;return r}function hi(t){for(var n,e=1,r=0,i=t[0][1],a=t.length;a>e;++e)(n=t[e][1])>i&&(r=e,i=n);return r}function fi(t){return t.reduce(di,0)}function di(t,n){return t+n[1]}function pi(t,n){return gi(t,Math.ceil(Math.log(n.length)/Math.LN2+1))}function gi(t,n){for(var e=-1,r=+t[0],i=(t[1]-r)/n,a=[];++e<=n;)a[e]=i*e+r;return a}function yi(t){return[eu.min(t),eu.max(t)]}function mi(t,n){return t.value-n.value}function vi(t,n){var e=t._pack_next;t._pack_next=n,n._pack_prev=t,n._pack_next=e,e._pack_prev=n}function _i(t,n){t._pack_next=n,n._pack_prev=t}function bi(t,n){var e=n.x-t.x,r=n.y-t.y,i=t.r+n.r;return.999*i*i>e*e+r*r}function xi(t){function n(t){l=Math.min(t.x-t.r,l),h=Math.max(t.x+t.r,h),f=Math.min(t.y-t.r,f),d=Math.max(t.y+t.r,d)}if((e=t.children)&&(c=e.length)){var e,r,i,a,u,o,s,c,l=1/0,h=-(1/0),f=1/0,d=-(1/0);if(e.forEach(wi),r=e[0],r.x=-r.r,r.y=0,n(r),c>1&&(i=e[1],i.x=i.r,i.y=0,n(i),c>2))for(a=e[2],Ei(r,i,a),n(a),vi(r,a),r._pack_prev=a,vi(a,i),i=r._pack_next,u=3;c>u;u++){Ei(r,i,a=e[u]);var p=0,g=1,y=1;for(o=i._pack_next;o!==i;o=o._pack_next,g++)if(bi(o,a)){p=1;break}if(1==p)for(s=r._pack_prev;s!==o._pack_prev&&!bi(s,a);s=s._pack_prev,y++);p?(y>g||g==y&&i.r<r.r?_i(r,i=o):_i(r=s,i),u--):(vi(r,a),i=a,n(a))}var m=(l+h)/2,v=(f+d)/2,_=0;for(u=0;c>u;u++)a=e[u],a.x-=m,a.y-=v,_=Math.max(_,a.r+Math.sqrt(a.x*a.x+a.y*a.y));t.r=_,e.forEach(Ai)}}function wi(t){t._pack_next=t._pack_prev=t}function Ai(t){delete t._pack_next,delete t._pack_prev}function ki(t,n,e,r){var i=t.children;if(t.x=n+=r*t.x,t.y=e+=r*t.y,t.r*=r,i)for(var a=-1,u=i.length;++a<u;)ki(i[a],n,e,r)}function Ei(t,n,e){var r=t.r+e.r,i=n.x-t.x,a=n.y-t.y;if(r&&(i||a)){var u=n.r+e.r,o=i*i+a*a;u*=u,r*=r;var s=.5+(r-u)/(2*o),c=Math.sqrt(Math.max(0,2*u*(r+o)-(r-=o)*r-u*u))/(2*o);e.x=t.x+s*i+c*a,e.y=t.y+s*a-c*i}else e.x=t.x+r,e.y=t.y}function Mi(t,n){return t.parent==n.parent?1:2}function Si(t){var n=t.children;return n.length?n[0]:t.t}function Di(t){var n,e=t.children;return(n=e.length)?e[n-1]:t.t}function Ci(t,n,e){var r=e/(n.i-t.i);n.c-=r,n.s+=e,t.c+=r,n.z+=e,n.m+=e}function Ti(t){for(var n,e=0,r=0,i=t.children,a=i.length;--a>=0;)n=i[a],n.z+=e,n.m+=e,e+=n.s+(r+=n.c)}function Fi(t,n,e){return t.a.parent===n.parent?t.a:e}function Oi(t){return 1+eu.max(t,function(t){return t.y})}function Li(t){return t.reduce(function(t,n){return t+n.x},0)/t.length}function Ii(t){var n=t.children;return n&&n.length?Ii(n[0]):t}function Bi(t){var n,e=t.children;return e&&(n=e.length)?Bi(e[n-1]):t}function Ni(t){return{x:t.x,y:t.y,dx:t.dx,dy:t.dy}}function Pi(t,n){var e=t.x+n[3],r=t.y+n[0],i=t.dx-n[1]-n[3],a=t.dy-n[0]-n[2];return 0>i&&(e+=i/2,i=0),0>a&&(r+=a/2,a=0),{x:e,y:r,dx:i,dy:a}}function Ri(t){var n=t[0],e=t[t.length-1];return e>n?[n,e]:[e,n]}function ji(t){return t.rangeExtent?t.rangeExtent():Ri(t.range())}function Yi(t,n,e,r){var i=e(t[0],t[1]),a=r(n[0],n[1]);return function(t){return a(i(t))}}function Ui(t,n){var e,r=0,i=t.length-1,a=t[r],u=t[i];return a>u&&(e=r,r=i,i=e,e=a,a=u,u=e),t[r]=n.floor(a),t[i]=n.ceil(u),t}function $i(t){return t?{floor:function(n){return Math.floor(n/t)*t},ceil:function(n){return Math.ceil(n/t)*t}}:_s}function Wi(t,n,e,r){var i=[],a=[],u=0,o=Math.min(t.length,n.length)-1;for(t[o]<t[0]&&(t=t.slice().reverse(),n=n.slice().reverse());++u<=o;)i.push(e(t[u-1],t[u])),a.push(r(n[u-1],n[u]));return function(n){var e=eu.bisect(t,n,1,o)-1;return a[e](i[e](n))}}function zi(t,n,e,r){function i(){var i=Math.min(t.length,n.length)>2?Wi:Yi,s=r?zr:Wr;return u=i(t,n,s,e),o=i(n,t,s,_r),a}function a(t){return u(t)}var u,o;return a.invert=function(t){return o(t)},a.domain=function(n){return arguments.length?(t=n.map(Number),i()):t},a.range=function(t){return arguments.length?(n=t,i()):n},a.rangeRound=function(t){return a.range(t).interpolate(Pr)},a.clamp=function(t){return arguments.length?(r=t,i()):r},a.interpolate=function(t){return arguments.length?(e=t,i()):e},a.ticks=function(n){return Vi(t,n)},a.tickFormat=function(n,e){return Zi(t,n,e)},a.nice=function(n){return Gi(t,n),i()},a.copy=function(){return zi(t,n,e,r)},i()}function qi(t,n){return eu.rebind(t,n,\"range\",\"rangeRound\",\"interpolate\",\"clamp\")}function Gi(t,n){return Ui(t,$i(Hi(t,n)[2]))}function Hi(t,n){null==n&&(n=10);var e=Ri(t),r=e[1]-e[0],i=Math.pow(10,Math.floor(Math.log(r/n)/Math.LN10)),a=n/r*i;return.15>=a?i*=10:.35>=a?i*=5:.75>=a&&(i*=2),e[0]=Math.ceil(e[0]/i)*i,e[1]=Math.floor(e[1]/i)*i+.5*i,e[2]=i,e}function Vi(t,n){return eu.range.apply(eu,Hi(t,n))}function Zi(t,n,e){var r=Hi(t,n);if(e){var i=uo.exec(e);if(i.shift(),\"s\"===i[8]){var a=eu.formatPrefix(Math.max(pu(r[0]),pu(r[1])));return i[7]||(i[7]=\".\"+Xi(a.scale(r[2]))),i[8]=\"f\",e=eu.format(i.join(\"\")),function(t){return e(a.scale(t))+a.symbol}}i[7]||(i[7]=\".\"+Ki(i[8],r)),e=i.join(\"\")}else e=\",.\"+Xi(r[2])+\"f\";return eu.format(e)}function Xi(t){return-Math.floor(Math.log(t)/Math.LN10+.01)}function Ki(t,n){var e=Xi(n[2]);return t in bs?Math.abs(e-Xi(Math.max(pu(n[0]),pu(n[1]))))+ +(\"e\"!==t):e-2*(\"%\"===t)}function Qi(t,n,e,r){function i(t){return(e?Math.log(0>t?0:t):-Math.log(t>0?0:-t))/Math.log(n)}function a(t){return e?Math.pow(n,t):-Math.pow(n,-t)}function u(n){return t(i(n))}return u.invert=function(n){return a(t.invert(n))},u.domain=function(n){return arguments.length?(e=n[0]>=0,t.domain((r=n.map(Number)).map(i)),u):r},u.base=function(e){return arguments.length?(n=+e,t.domain(r.map(i)),u):n},u.nice=function(){var n=Ui(r.map(i),e?Math:ws);return t.domain(n),r=n.map(a),u},u.ticks=function(){var t=Ri(r),u=[],o=t[0],s=t[1],c=Math.floor(i(o)),l=Math.ceil(i(s)),h=n%1?2:n;if(isFinite(l-c)){if(e){for(;l>c;c++)for(var f=1;h>f;f++)u.push(a(c)*f);u.push(a(c))}else for(u.push(a(c));c++<l;)for(var f=h-1;f>0;f--)u.push(a(c)*f);for(c=0;u[c]<o;c++);for(l=u.length;u[l-1]>s;l--);u=u.slice(c,l)}return u},u.tickFormat=function(t,n){if(!arguments.length)return xs;arguments.length<2?n=xs:\"function\"!=typeof n&&(n=eu.format(n));var r,o=Math.max(.1,t/u.ticks().length),s=e?(r=1e-12,Math.ceil):(r=-1e-12,Math.floor);return function(t){return t/a(s(i(t)+r))<=o?n(t):\"\"}},u.copy=function(){return Qi(t.copy(),n,e,r)},qi(u,t)}function Ji(t,n,e){function r(n){return t(i(n))}var i=ta(n),a=ta(1/n);return r.invert=function(n){return a(t.invert(n))},r.domain=function(n){return arguments.length?(t.domain((e=n.map(Number)).map(i)),r):e},r.ticks=function(t){return Vi(e,t)},r.tickFormat=function(t,n){return Zi(e,t,n)},r.nice=function(t){return r.domain(Gi(e,t))},r.exponent=function(u){return arguments.length?(i=ta(n=u),a=ta(1/n),t.domain(e.map(i)),r):n},r.copy=function(){return Ji(t.copy(),n,e)},qi(r,t)}function ta(t){return function(n){return 0>n?-Math.pow(-n,t):Math.pow(n,t)}}function na(t,n){function e(e){return a[((i.get(e)||(\"range\"===n.t?i.set(e,t.push(e)):0/0))-1)%a.length]}function r(n,e){return eu.range(t.length).map(function(t){return n+e*t})}var i,a,u;return e.domain=function(r){if(!arguments.length)return t;t=[],i=new l;for(var a,u=-1,o=r.length;++u<o;)i.has(a=r[u])||i.set(a,t.push(a));return e[n.t].apply(e,n.a)},e.range=function(t){return arguments.length?(a=t,u=0,n={t:\"range\",a:arguments},e):a},e.rangePoints=function(i,o){arguments.length<2&&(o=0);var s=i[0],c=i[1],l=t.length<2?(s=(s+c)/2,0):(c-s)/(t.length-1+o);return a=r(s+l*o/2,l),u=0,n={t:\"rangePoints\",a:arguments},e},e.rangeRoundPoints=function(i,o){arguments.length<2&&(o=0);var s=i[0],c=i[1],l=t.length<2?(s=c=Math.round((s+c)/2),0):(c-s)/(t.length-1+o)|0;return a=r(s+Math.round(l*o/2+(c-s-(t.length-1+o)*l)/2),l),u=0,n={t:\"rangeRoundPoints\",a:arguments},e},e.rangeBands=function(i,o,s){arguments.length<2&&(o=0),arguments.length<3&&(s=o);var c=i[1]<i[0],l=i[c-0],h=i[1-c],f=(h-l)/(t.length-o+2*s);return a=r(l+f*s,f),c&&a.reverse(),u=f*(1-o),n={t:\"rangeBands\",a:arguments},e},e.rangeRoundBands=function(i,o,s){arguments.length<2&&(o=0),arguments.length<3&&(s=o);var c=i[1]<i[0],l=i[c-0],h=i[1-c],f=Math.floor((h-l)/(t.length-o+2*s));return a=r(l+Math.round((h-l-(t.length-o)*f)/2),f),c&&a.reverse(),u=Math.round(f*(1-o)),n={t:\"rangeRoundBands\",a:arguments},e},e.rangeBand=function(){return u},e.rangeExtent=function(){return Ri(n.a[0])},e.copy=function(){return na(t,n)},e.domain(t)}function ea(t,n){function e(){var e=0,r=n.length;for(o=[];++e<r;)o[e-1]=eu.quantile(t,e/r);return u}function u(t){return isNaN(t=+t)?void 0:n[eu.bisect(o,t)]}var o;return u.domain=function(n){return arguments.length?(t=n.map(i).filter(a).sort(r),e()):t},u.range=function(t){return arguments.length?(n=t,e()):n},u.quantiles=function(){return o},u.invertExtent=function(e){return e=n.indexOf(e),0>e?[0/0,0/0]:[e>0?o[e-1]:t[0],e<o.length?o[e]:t[t.length-1]]},u.copy=function(){return ea(t,n)},e()}function ra(t,n,e){function r(n){return e[Math.max(0,Math.min(u,Math.floor(a*(n-t))))]}function i(){return a=e.length/(n-t),u=e.length-1,r}var a,u;return r.domain=function(e){return arguments.length?(t=+e[0],n=+e[e.length-1],i()):[t,n]},r.range=function(t){return arguments.length?(e=t,i()):e},r.invertExtent=function(n){return n=e.indexOf(n),n=0>n?0/0:n/a+t,[n,n+1/a]},r.copy=function(){return ra(t,n,e)},i()}function ia(t,n){function e(e){return e>=e?n[eu.bisect(t,e)]:void 0}return e.domain=function(n){return arguments.length?(t=n,e):t},e.range=function(t){return arguments.length?(n=t,e):n},e.invertExtent=function(e){return e=n.indexOf(e),[t[e-1],t[e]]},e.copy=function(){return ia(t,n)},e}function aa(t){function n(t){return+t}return n.invert=n,n.domain=n.range=function(e){return arguments.length?(t=e.map(n),n):t},n.ticks=function(n){return Vi(t,n)},n.tickFormat=function(n,e){return Zi(t,n,e)},n.copy=function(){return aa(t)},n}function ua(){return 0}function oa(t){return t.innerRadius}function sa(t){return t.outerRadius}function ca(t){return t.startAngle}function la(t){return t.endAngle}function ha(t){return t&&t.padAngle}function fa(t,n,e,r){return(t-e)*n-(n-r)*t>0?0:1}function da(t,n,e,r,i){var a=t[0]-n[0],u=t[1]-n[1],o=(i?r:-r)/Math.sqrt(a*a+u*u),s=o*u,c=-o*a,l=t[0]+s,h=t[1]+c,f=n[0]+s,d=n[1]+c,p=(l+f)/2,g=(h+d)/2,y=f-l,m=d-h,v=y*y+m*m,_=e-r,b=l*d-f*h,x=(0>m?-1:1)*Math.sqrt(_*_*v-b*b),w=(b*m-y*x)/v,A=(-b*y-m*x)/v,k=(b*m+y*x)/v,E=(-b*y+m*x)/v,M=w-p,S=A-g,D=k-p,C=E-g;return M*M+S*S>D*D+C*C&&(w=k,A=E),[[w-s,A-c],[w*e/_,A*e/_]]}function pa(t){function n(n){function u(){c.push(\"M\",a(t(l),o))}for(var s,c=[],l=[],h=-1,f=n.length,d=St(e),p=St(r);++h<f;)i.call(this,s=n[h],h)?l.push([+d.call(this,s,h),+p.call(this,s,h)]):l.length&&(u(),l=[]);return l.length&&u(),c.length?c.join(\"\"):null}var e=Ce,r=Te,i=Tn,a=ga,u=a.key,o=.7;return n.x=function(t){return arguments.length?(e=t,n):e},n.y=function(t){return arguments.length?(r=t,n):r},n.defined=function(t){return arguments.length?(i=t,n):i},n.interpolate=function(t){return arguments.length?(u=\"function\"==typeof t?a=t:(a=Ds.get(t)||ga).key,n):u},n.tension=function(t){return arguments.length?(o=t,n):o},n}function ga(t){return t.join(\"L\")}function ya(t){return ga(t)+\"Z\"}function ma(t){for(var n=0,e=t.length,r=t[0],i=[r[0],\",\",r[1]];++n<e;)i.push(\"H\",(r[0]+(r=t[n])[0])/2,\"V\",r[1]);return e>1&&i.push(\"H\",r[0]),i.join(\"\")}function va(t){for(var n=0,e=t.length,r=t[0],i=[r[0],\",\",r[1]];++n<e;)i.push(\"V\",(r=t[n])[1],\"H\",r[0]);return i.join(\"\")}function _a(t){for(var n=0,e=t.length,r=t[0],i=[r[0],\",\",r[1]];++n<e;)i.push(\"H\",(r=t[n])[0],\"V\",r[1]);return i.join(\"\")}function ba(t,n){return t.length<4?ga(t):t[1]+Aa(t.slice(1,-1),ka(t,n))}function xa(t,n){return t.length<3?ga(t):t[0]+Aa((t.push(t[0]),t),ka([t[t.length-2]].concat(t,[t[1]]),n))}function wa(t,n){return t.length<3?ga(t):t[0]+Aa(t,ka(t,n))}function Aa(t,n){if(n.length<1||t.length!=n.length&&t.length!=n.length+2)return ga(t);var e=t.length!=n.length,r=\"\",i=t[0],a=t[1],u=n[0],o=u,s=1;if(e&&(r+=\"Q\"+(a[0]-2*u[0]/3)+\",\"+(a[1]-2*u[1]/3)+\",\"+a[0]+\",\"+a[1],i=t[1],s=2),n.length>1){o=n[1],a=t[s],s++,r+=\"C\"+(i[0]+u[0])+\",\"+(i[1]+u[1])+\",\"+(a[0]-o[0])+\",\"+(a[1]-o[1])+\",\"+a[0]+\",\"+a[1];for(var c=2;c<n.length;c++,s++)a=t[s],o=n[c],r+=\"S\"+(a[0]-o[0])+\",\"+(a[1]-o[1])+\",\"+a[0]+\",\"+a[1]}if(e){var l=t[s];r+=\"Q\"+(a[0]+2*o[0]/3)+\",\"+(a[1]+2*o[1]/3)+\",\"+l[0]+\",\"+l[1]}return r}function ka(t,n){for(var e,r=[],i=(1-n)/2,a=t[0],u=t[1],o=1,s=t.length;++o<s;)e=a,a=u,u=t[o],r.push([i*(u[0]-e[0]),i*(u[1]-e[1])]);return r}function Ea(t){if(t.length<3)return ga(t);var n=1,e=t.length,r=t[0],i=r[0],a=r[1],u=[i,i,i,(r=t[1])[0]],o=[a,a,a,r[1]],s=[i,\",\",a,\"L\",Ca(Fs,u),\",\",Ca(Fs,o)];for(t.push(t[e-1]);++n<=e;)r=t[n],u.shift(),u.push(r[0]),o.shift(),o.push(r[1]),Ta(s,u,o);return t.pop(),s.push(\"L\",r),s.join(\"\")}function Ma(t){if(t.length<4)return ga(t);for(var n,e=[],r=-1,i=t.length,a=[0],u=[0];++r<3;)n=t[r],a.push(n[0]),u.push(n[1]);for(e.push(Ca(Fs,a)+\",\"+Ca(Fs,u)),--r;++r<i;)n=t[r],a.shift(),a.push(n[0]),u.shift(),u.push(n[1]),Ta(e,a,u);return e.join(\"\")}function Sa(t){for(var n,e,r=-1,i=t.length,a=i+4,u=[],o=[];++r<4;)e=t[r%i],u.push(e[0]),o.push(e[1]);for(n=[Ca(Fs,u),\",\",Ca(Fs,o)],--r;++r<a;)e=t[r%i],u.shift(),u.push(e[0]),o.shift(),o.push(e[1]),Ta(n,u,o);return n.join(\"\")}function Da(t,n){var e=t.length-1;if(e)for(var r,i,a=t[0][0],u=t[0][1],o=t[e][0]-a,s=t[e][1]-u,c=-1;++c<=e;)r=t[c],i=c/e,r[0]=n*r[0]+(1-n)*(a+i*o),r[1]=n*r[1]+(1-n)*(u+i*s);return Ea(t)}function Ca(t,n){return t[0]*n[0]+t[1]*n[1]+t[2]*n[2]+t[3]*n[3]}function Ta(t,n,e){t.push(\"C\",Ca(Cs,n),\",\",Ca(Cs,e),\",\",Ca(Ts,n),\",\",Ca(Ts,e),\",\",Ca(Fs,n),\",\",Ca(Fs,e))}function Fa(t,n){return(n[1]-t[1])/(n[0]-t[0])}function Oa(t){for(var n=0,e=t.length-1,r=[],i=t[0],a=t[1],u=r[0]=Fa(i,a);++n<e;)r[n]=(u+(u=Fa(i=a,a=t[n+1])))/2;return r[n]=u,r}function La(t){for(var n,e,r,i,a=[],u=Oa(t),o=-1,s=t.length-1;++o<s;)n=Fa(t[o],t[o+1]),pu(n)<Tu?u[o]=u[o+1]=0:(e=u[o]/n,r=u[o+1]/n,i=e*e+r*r,i>9&&(i=3*n/Math.sqrt(i),u[o]=i*e,u[o+1]=i*r));for(o=-1;++o<=s;)i=(t[Math.min(s,o+1)][0]-t[Math.max(0,o-1)][0])/(6*(1+u[o]*u[o])),\na.push([i||0,u[o]*i||0]);return a}function Ia(t){return t.length<3?ga(t):t[0]+Aa(t,La(t))}function Ba(t){for(var n,e,r,i=-1,a=t.length;++i<a;)n=t[i],e=n[0],r=n[1]-Bu,n[0]=e*Math.cos(r),n[1]=e*Math.sin(r);return t}function Na(t){function n(n){function s(){g.push(\"M\",o(t(m),h),l,c(t(y.reverse()),h),\"Z\")}for(var f,d,p,g=[],y=[],m=[],v=-1,_=n.length,b=St(e),x=St(i),w=e===r?function(){return d}:St(r),A=i===a?function(){return p}:St(a);++v<_;)u.call(this,f=n[v],v)?(y.push([d=+b.call(this,f,v),p=+x.call(this,f,v)]),m.push([+w.call(this,f,v),+A.call(this,f,v)])):y.length&&(s(),y=[],m=[]);return y.length&&s(),g.length?g.join(\"\"):null}var e=Ce,r=Ce,i=0,a=Te,u=Tn,o=ga,s=o.key,c=o,l=\"L\",h=.7;return n.x=function(t){return arguments.length?(e=r=t,n):r},n.x0=function(t){return arguments.length?(e=t,n):e},n.x1=function(t){return arguments.length?(r=t,n):r},n.y=function(t){return arguments.length?(i=a=t,n):a},n.y0=function(t){return arguments.length?(i=t,n):i},n.y1=function(t){return arguments.length?(a=t,n):a},n.defined=function(t){return arguments.length?(u=t,n):u},n.interpolate=function(t){return arguments.length?(s=\"function\"==typeof t?o=t:(o=Ds.get(t)||ga).key,c=o.reverse||o,l=o.closed?\"M\":\"L\",n):s},n.tension=function(t){return arguments.length?(h=t,n):h},n}function Pa(t){return t.radius}function Ra(t){return[t.x,t.y]}function ja(t){return function(){var n=t.apply(this,arguments),e=n[0],r=n[1]-Bu;return[e*Math.cos(r),e*Math.sin(r)]}}function Ya(){return 64}function Ua(){return\"circle\"}function $a(t){var n=Math.sqrt(t/Ou);return\"M0,\"+n+\"A\"+n+\",\"+n+\" 0 1,1 0,\"+-n+\"A\"+n+\",\"+n+\" 0 1,1 0,\"+n+\"Z\"}function Wa(t){return function(){var n,e;(n=this[t])&&(e=n[n.active])&&(--n.count?delete n[n.active]:delete this[t],n.active+=.5,e.event&&e.event.interrupt.call(this,this.__data__,e.index))}}function za(t,n,e){return _u(t,Rs),t.namespace=n,t.id=e,t}function qa(t,n,e,r){var i=t.id,a=t.namespace;return z(t,\"function\"==typeof e?function(t,u,o){t[a][i].tween.set(n,r(e.call(t,t.__data__,u,o)))}:(e=r(e),function(t){t[a][i].tween.set(n,e)}))}function Ga(t){return null==t&&(t=\"\"),function(){this.textContent=t}}function Ha(t){return null==t?\"__transition__\":\"__transition_\"+t+\"__\"}function Va(t,n,e,r,i){var a=t[e]||(t[e]={active:0,count:0}),u=a[r];if(!u){var o=i.time;u=a[r]={tween:new l,time:o,delay:i.delay,duration:i.duration,ease:i.ease,index:n},i=null,++a.count,eu.timer(function(i){function s(e){if(a.active>r)return l();var i=a[a.active];i&&(--a.count,delete a[a.active],i.event&&i.event.interrupt.call(t,t.__data__,i.index)),a.active=r,u.event&&u.event.start.call(t,t.__data__,n),u.tween.forEach(function(e,r){(r=r.call(t,t.__data__,n))&&g.push(r)}),f=u.ease,h=u.duration,eu.timer(function(){return p.c=c(e||1)?Tn:c,1},0,o)}function c(e){if(a.active!==r)return 1;for(var i=e/h,o=f(i),s=g.length;s>0;)g[--s].call(t,o);return i>=1?(u.event&&u.event.end.call(t,t.__data__,n),l()):void 0}function l(){return--a.count?delete a[r]:delete t[e],1}var h,f,d=u.delay,p=ro,g=[];return p.t=d+o,i>=d?s(i-d):void(p.c=s)},0,o)}}function Za(t,n,e){t.attr(\"transform\",function(t){var r=n(t);return\"translate(\"+(isFinite(r)?r:e(t))+\",0)\"})}function Xa(t,n,e){t.attr(\"transform\",function(t){var r=n(t);return\"translate(0,\"+(isFinite(r)?r:e(t))+\")\"})}function Ka(t){return t.toISOString()}function Qa(t,n,e){function r(n){return t(n)}function i(t,e){var r=t[1]-t[0],i=r/e,a=eu.bisect(Hs,i);return a==Hs.length?[n.year,Hi(t.map(function(t){return t/31536e6}),e)[2]]:a?n[i/Hs[a-1]<Hs[a]/i?a-1:a]:[Xs,Hi(t,e)[2]]}return r.invert=function(n){return Ja(t.invert(n))},r.domain=function(n){return arguments.length?(t.domain(n),r):t.domain().map(Ja)},r.nice=function(t,n){function e(e){return!isNaN(e)&&!t.range(e,Ja(+e+1),n).length}var a=r.domain(),u=Ri(a),o=null==t?i(u,10):\"number\"==typeof t&&i(u,t);return o&&(t=o[0],n=o[1]),r.domain(Ui(a,n>1?{floor:function(n){for(;e(n=t.floor(n));)n=Ja(n-1);return n},ceil:function(n){for(;e(n=t.ceil(n));)n=Ja(+n+1);return n}}:t))},r.ticks=function(t,n){var e=Ri(r.domain()),a=null==t?i(e,10):\"number\"==typeof t?i(e,t):!t.range&&[{range:t},n];return a&&(t=a[0],n=a[1]),t.range(e[0],Ja(+e[1]+1),1>n?1:n)},r.tickFormat=function(){return e},r.copy=function(){return Qa(t.copy(),n,e)},qi(r,t)}function Ja(t){return new Date(t)}function tu(t){return JSON.parse(t.responseText)}function nu(t){var n=au.createRange();return n.selectNode(au.body),n.createContextualFragment(t.responseText)}var eu={version:\"3.5.6\"},ru=[].slice,iu=function(t){return ru.call(t)},au=this.document;if(au)try{iu(au.documentElement.childNodes)[0].nodeType}catch(uu){iu=function(t){for(var n=t.length,e=new Array(n);n--;)e[n]=t[n];return e}}if(Date.now||(Date.now=function(){return+new Date}),au)try{au.createElement(\"DIV\").style.setProperty(\"opacity\",0,\"\")}catch(ou){var su=this.Element.prototype,cu=su.setAttribute,lu=su.setAttributeNS,hu=this.CSSStyleDeclaration.prototype,fu=hu.setProperty;su.setAttribute=function(t,n){cu.call(this,t,n+\"\")},su.setAttributeNS=function(t,n,e){lu.call(this,t,n,e+\"\")},hu.setProperty=function(t,n,e){fu.call(this,t,n+\"\",e)}}eu.ascending=r,eu.descending=function(t,n){return t>n?-1:n>t?1:n>=t?0:0/0},eu.min=function(t,n){var e,r,i=-1,a=t.length;if(1===arguments.length){for(;++i<a;)if(null!=(r=t[i])&&r>=r){e=r;break}for(;++i<a;)null!=(r=t[i])&&e>r&&(e=r)}else{for(;++i<a;)if(null!=(r=n.call(t,t[i],i))&&r>=r){e=r;break}for(;++i<a;)null!=(r=n.call(t,t[i],i))&&e>r&&(e=r)}return e},eu.max=function(t,n){var e,r,i=-1,a=t.length;if(1===arguments.length){for(;++i<a;)if(null!=(r=t[i])&&r>=r){e=r;break}for(;++i<a;)null!=(r=t[i])&&r>e&&(e=r)}else{for(;++i<a;)if(null!=(r=n.call(t,t[i],i))&&r>=r){e=r;break}for(;++i<a;)null!=(r=n.call(t,t[i],i))&&r>e&&(e=r)}return e},eu.extent=function(t,n){var e,r,i,a=-1,u=t.length;if(1===arguments.length){for(;++a<u;)if(null!=(r=t[a])&&r>=r){e=i=r;break}for(;++a<u;)null!=(r=t[a])&&(e>r&&(e=r),r>i&&(i=r))}else{for(;++a<u;)if(null!=(r=n.call(t,t[a],a))&&r>=r){e=i=r;break}for(;++a<u;)null!=(r=n.call(t,t[a],a))&&(e>r&&(e=r),r>i&&(i=r))}return[e,i]},eu.sum=function(t,n){var e,r=0,i=t.length,u=-1;if(1===arguments.length)for(;++u<i;)a(e=+t[u])&&(r+=e);else for(;++u<i;)a(e=+n.call(t,t[u],u))&&(r+=e);return r},eu.mean=function(t,n){var e,r=0,u=t.length,o=-1,s=u;if(1===arguments.length)for(;++o<u;)a(e=i(t[o]))?r+=e:--s;else for(;++o<u;)a(e=i(n.call(t,t[o],o)))?r+=e:--s;return s?r/s:void 0},eu.quantile=function(t,n){var e=(t.length-1)*n+1,r=Math.floor(e),i=+t[r-1],a=e-r;return a?i+a*(t[r]-i):i},eu.median=function(t,n){var e,u=[],o=t.length,s=-1;if(1===arguments.length)for(;++s<o;)a(e=i(t[s]))&&u.push(e);else for(;++s<o;)a(e=i(n.call(t,t[s],s)))&&u.push(e);return u.length?eu.quantile(u.sort(r),.5):void 0},eu.variance=function(t,n){var e,r,u=t.length,o=0,s=0,c=-1,l=0;if(1===arguments.length)for(;++c<u;)a(e=i(t[c]))&&(r=e-o,o+=r/++l,s+=r*(e-o));else for(;++c<u;)a(e=i(n.call(t,t[c],c)))&&(r=e-o,o+=r/++l,s+=r*(e-o));return l>1?s/(l-1):void 0},eu.deviation=function(){var t=eu.variance.apply(this,arguments);return t?Math.sqrt(t):t};var du=u(r);eu.bisectLeft=du.left,eu.bisect=eu.bisectRight=du.right,eu.bisector=function(t){return u(1===t.length?function(n,e){return r(t(n),e)}:t)},eu.shuffle=function(t,n,e){(a=arguments.length)<3&&(e=t.length,2>a&&(n=0));for(var r,i,a=e-n;a;)i=Math.random()*a--|0,r=t[a+n],t[a+n]=t[i+n],t[i+n]=r;return t},eu.permute=function(t,n){for(var e=n.length,r=new Array(e);e--;)r[e]=t[n[e]];return r},eu.pairs=function(t){for(var n,e=0,r=t.length-1,i=t[0],a=new Array(0>r?0:r);r>e;)a[e]=[n=i,i=t[++e]];return a},eu.zip=function(){if(!(r=arguments.length))return[];for(var t=-1,n=eu.min(arguments,o),e=new Array(n);++t<n;)for(var r,i=-1,a=e[t]=new Array(r);++i<r;)a[i]=arguments[i][t];return e},eu.transpose=function(t){return eu.zip.apply(eu,t)},eu.keys=function(t){var n=[];for(var e in t)n.push(e);return n},eu.values=function(t){var n=[];for(var e in t)n.push(t[e]);return n},eu.entries=function(t){var n=[];for(var e in t)n.push({key:e,value:t[e]});return n},eu.merge=function(t){for(var n,e,r,i=t.length,a=-1,u=0;++a<i;)u+=t[a].length;for(e=new Array(u);--i>=0;)for(r=t[i],n=r.length;--n>=0;)e[--u]=r[n];return e};var pu=Math.abs;eu.range=function(t,n,e){if(arguments.length<3&&(e=1,arguments.length<2&&(n=t,t=0)),(n-t)/e===1/0)throw new Error(\"infinite range\");var r,i=[],a=s(pu(e)),u=-1;if(t*=a,n*=a,e*=a,0>e)for(;(r=t+e*++u)>n;)i.push(r/a);else for(;(r=t+e*++u)<n;)i.push(r/a);return i},eu.map=function(t,n){var e=new l;if(t instanceof l)t.forEach(function(t,n){e.set(t,n)});else if(Array.isArray(t)){var r,i=-1,a=t.length;if(1===arguments.length)for(;++i<a;)e.set(i,t[i]);else for(;++i<a;)e.set(n.call(t,r=t[i],i),r)}else for(var u in t)e.set(u,t[u]);return e};var gu=\"__proto__\",yu=\"\\x00\";c(l,{has:d,get:function(t){return this._[h(t)]},set:function(t,n){return this._[h(t)]=n},remove:p,keys:g,values:function(){var t=[];for(var n in this._)t.push(this._[n]);return t},entries:function(){var t=[];for(var n in this._)t.push({key:f(n),value:this._[n]});return t},size:y,empty:m,forEach:function(t){for(var n in this._)t.call(this,f(n),this._[n])}}),eu.nest=function(){function t(n,u,o){if(o>=a.length)return r?r.call(i,u):e?u.sort(e):u;for(var s,c,h,f,d=-1,p=u.length,g=a[o++],y=new l;++d<p;)(f=y.get(s=g(c=u[d])))?f.push(c):y.set(s,[c]);return n?(c=n(),h=function(e,r){c.set(e,t(n,r,o))}):(c={},h=function(e,r){c[e]=t(n,r,o)}),y.forEach(h),c}function n(t,e){if(e>=a.length)return t;var r=[],i=u[e++];return t.forEach(function(t,i){r.push({key:t,values:n(i,e)})}),i?r.sort(function(t,n){return i(t.key,n.key)}):r}var e,r,i={},a=[],u=[];return i.map=function(n,e){return t(e,n,0)},i.entries=function(e){return n(t(eu.map,e,0),0)},i.key=function(t){return a.push(t),i},i.sortKeys=function(t){return u[a.length-1]=t,i},i.sortValues=function(t){return e=t,i},i.rollup=function(t){return r=t,i},i},eu.set=function(t){var n=new v;if(t)for(var e=0,r=t.length;r>e;++e)n.add(t[e]);return n},c(v,{has:d,add:function(t){return this._[h(t+=\"\")]=!0,t},remove:p,values:g,size:y,empty:m,forEach:function(t){for(var n in this._)t.call(this,f(n))}}),eu.behavior={},eu.rebind=function(t,n){for(var e,r=1,i=arguments.length;++r<i;)t[e=arguments[r]]=b(t,n,n[e]);return t};var mu=[\"webkit\",\"ms\",\"moz\",\"Moz\",\"o\",\"O\"];eu.dispatch=function(){for(var t=new A,n=-1,e=arguments.length;++n<e;)t[arguments[n]]=k(t);return t},A.prototype.on=function(t,n){var e=t.indexOf(\".\"),r=\"\";if(e>=0&&(r=t.slice(e+1),t=t.slice(0,e)),t)return arguments.length<2?this[t].on(r):this[t].on(r,n);if(2===arguments.length){if(null==n)for(t in this)this.hasOwnProperty(t)&&this[t].on(r,null);return this}},eu.event=null,eu.requote=function(t){return t.replace(vu,\"\\\\$&\")};var vu=/[\\\\\\^\\$\\*\\+\\?\\|\\[\\]\\(\\)\\.\\{\\}]/g,_u={}.__proto__?function(t,n){t.__proto__=n}:function(t,n){for(var e in n)t[e]=n[e]},bu=function(t,n){return n.querySelector(t)},xu=function(t,n){return n.querySelectorAll(t)},wu=function(t,n){var e=t.matches||t[x(t,\"matchesSelector\")];return(wu=function(t,n){return e.call(t,n)})(t,n)};\"function\"==typeof Sizzle&&(bu=function(t,n){return Sizzle(t,n)[0]||null},xu=Sizzle,wu=Sizzle.matchesSelector),eu.selection=function(){return eu.select(au.documentElement)};var Au=eu.selection.prototype=[];Au.select=function(t){var n,e,r,i,a=[];t=C(t);for(var u=-1,o=this.length;++u<o;){a.push(n=[]),n.parentNode=(r=this[u]).parentNode;for(var s=-1,c=r.length;++s<c;)(i=r[s])?(n.push(e=t.call(i,i.__data__,s,u)),e&&\"__data__\"in i&&(e.__data__=i.__data__)):n.push(null)}return D(a)},Au.selectAll=function(t){var n,e,r=[];t=T(t);for(var i=-1,a=this.length;++i<a;)for(var u=this[i],o=-1,s=u.length;++o<s;)(e=u[o])&&(r.push(n=iu(t.call(e,e.__data__,o,i))),n.parentNode=e);return D(r)};var ku={svg:\"http://www.w3.org/2000/svg\",xhtml:\"http://www.w3.org/1999/xhtml\",xlink:\"http://www.w3.org/1999/xlink\",xml:\"http://www.w3.org/XML/1998/namespace\",xmlns:\"http://www.w3.org/2000/xmlns/\"};eu.ns={prefix:ku,qualify:function(t){var n=t.indexOf(\":\"),e=t;return n>=0&&(e=t.slice(0,n),t=t.slice(n+1)),ku.hasOwnProperty(e)?{space:ku[e],local:t}:t}},Au.attr=function(t,n){if(arguments.length<2){if(\"string\"==typeof t){var e=this.node();return t=eu.ns.qualify(t),t.local?e.getAttributeNS(t.space,t.local):e.getAttribute(t)}for(n in t)this.each(F(n,t[n]));return this}return this.each(F(t,n))},Au.classed=function(t,n){if(arguments.length<2){if(\"string\"==typeof t){var e=this.node(),r=(t=I(t)).length,i=-1;if(n=e.classList){for(;++i<r;)if(!n.contains(t[i]))return!1}else for(n=e.getAttribute(\"class\");++i<r;)if(!L(t[i]).test(n))return!1;return!0}for(n in t)this.each(B(n,t[n]));return this}return this.each(B(t,n))},Au.style=function(t,n,r){var i=arguments.length;if(3>i){if(\"string\"!=typeof t){2>i&&(n=\"\");for(r in t)this.each(P(r,t[r],n));return this}if(2>i){var a=this.node();return e(a).getComputedStyle(a,null).getPropertyValue(t)}r=\"\"}return this.each(P(t,n,r))},Au.property=function(t,n){if(arguments.length<2){if(\"string\"==typeof t)return this.node()[t];for(n in t)this.each(R(n,t[n]));return this}return this.each(R(t,n))},Au.text=function(t){return arguments.length?this.each(\"function\"==typeof t?function(){var n=t.apply(this,arguments);this.textContent=null==n?\"\":n}:null==t?function(){this.textContent=\"\"}:function(){this.textContent=t}):this.node().textContent},Au.html=function(t){return arguments.length?this.each(\"function\"==typeof t?function(){var n=t.apply(this,arguments);this.innerHTML=null==n?\"\":n}:null==t?function(){this.innerHTML=\"\"}:function(){this.innerHTML=t}):this.node().innerHTML},Au.append=function(t){return t=j(t),this.select(function(){return this.appendChild(t.apply(this,arguments))})},Au.insert=function(t,n){return t=j(t),n=C(n),this.select(function(){return this.insertBefore(t.apply(this,arguments),n.apply(this,arguments)||null)})},Au.remove=function(){return this.each(Y)},Au.data=function(t,n){function e(t,e){var r,i,a,u=t.length,h=e.length,f=Math.min(u,h),d=new Array(h),p=new Array(h),g=new Array(u);if(n){var y,m=new l,v=new Array(u);for(r=-1;++r<u;)m.has(y=n.call(i=t[r],i.__data__,r))?g[r]=i:m.set(y,i),v[r]=y;for(r=-1;++r<h;)(i=m.get(y=n.call(e,a=e[r],r)))?i!==!0&&(d[r]=i,i.__data__=a):p[r]=U(a),m.set(y,!0);for(r=-1;++r<u;)m.get(v[r])!==!0&&(g[r]=t[r])}else{for(r=-1;++r<f;)i=t[r],a=e[r],i?(i.__data__=a,d[r]=i):p[r]=U(a);for(;h>r;++r)p[r]=U(e[r]);for(;u>r;++r)g[r]=t[r]}p.update=d,p.parentNode=d.parentNode=g.parentNode=t.parentNode,o.push(p),s.push(d),c.push(g)}var r,i,a=-1,u=this.length;if(!arguments.length){for(t=new Array(u=(r=this[0]).length);++a<u;)(i=r[a])&&(t[a]=i.__data__);return t}var o=q([]),s=D([]),c=D([]);if(\"function\"==typeof t)for(;++a<u;)e(r=this[a],t.call(r,r.parentNode.__data__,a));else for(;++a<u;)e(r=this[a],t);return s.enter=function(){return o},s.exit=function(){return c},s},Au.datum=function(t){return arguments.length?this.property(\"__data__\",t):this.property(\"__data__\")},Au.filter=function(t){var n,e,r,i=[];\"function\"!=typeof t&&(t=$(t));for(var a=0,u=this.length;u>a;a++){i.push(n=[]),n.parentNode=(e=this[a]).parentNode;for(var o=0,s=e.length;s>o;o++)(r=e[o])&&t.call(r,r.__data__,o,a)&&n.push(r)}return D(i)},Au.order=function(){for(var t=-1,n=this.length;++t<n;)for(var e,r=this[t],i=r.length-1,a=r[i];--i>=0;)(e=r[i])&&(a&&a!==e.nextSibling&&a.parentNode.insertBefore(e,a),a=e);return this},Au.sort=function(t){t=W.apply(this,arguments);for(var n=-1,e=this.length;++n<e;)this[n].sort(t);return this.order()},Au.each=function(t){return z(this,function(n,e,r){t.call(n,n.__data__,e,r)})},Au.call=function(t){var n=iu(arguments);return t.apply(n[0]=this,n),this},Au.empty=function(){return!this.node()},Au.node=function(){for(var t=0,n=this.length;n>t;t++)for(var e=this[t],r=0,i=e.length;i>r;r++){var a=e[r];if(a)return a}return null},Au.size=function(){var t=0;return z(this,function(){++t}),t};var Eu=[];eu.selection.enter=q,eu.selection.enter.prototype=Eu,Eu.append=Au.append,Eu.empty=Au.empty,Eu.node=Au.node,Eu.call=Au.call,Eu.size=Au.size,Eu.select=function(t){for(var n,e,r,i,a,u=[],o=-1,s=this.length;++o<s;){r=(i=this[o]).update,u.push(n=[]),n.parentNode=i.parentNode;for(var c=-1,l=i.length;++c<l;)(a=i[c])?(n.push(r[c]=e=t.call(i.parentNode,a.__data__,c,o)),e.__data__=a.__data__):n.push(null)}return D(u)},Eu.insert=function(t,n){return arguments.length<2&&(n=G(this)),Au.insert.call(this,t,n)},eu.select=function(n){var e;return\"string\"==typeof n?(e=[bu(n,au)],e.parentNode=au.documentElement):(e=[n],e.parentNode=t(n)),D([e])},eu.selectAll=function(t){var n;return\"string\"==typeof t?(n=iu(xu(t,au)),n.parentNode=au.documentElement):(n=t,n.parentNode=null),D([n])},Au.on=function(t,n,e){var r=arguments.length;if(3>r){if(\"string\"!=typeof t){2>r&&(n=!1);for(e in t)this.each(H(e,t[e],n));return this}if(2>r)return(r=this.node()[\"__on\"+t])&&r._;e=!1}return this.each(H(t,n,e))};var Mu=eu.map({mouseenter:\"mouseover\",mouseleave:\"mouseout\"});au&&Mu.forEach(function(t){\"on\"+t in au&&Mu.remove(t)});var Su,Du=0;eu.mouse=function(t){return K(t,M())};var Cu=this.navigator&&/WebKit/.test(this.navigator.userAgent)?-1:0;eu.touch=function(t,n,e){if(arguments.length<3&&(e=n,n=M().changedTouches),n)for(var r,i=0,a=n.length;a>i;++i)if((r=n[i]).identifier===e)return K(t,r)},eu.behavior.drag=function(){function t(){this.on(\"mousedown.drag\",a).on(\"touchstart.drag\",u)}function n(t,n,e,a,u){return function(){function o(){var t,e,r=n(f,g);r&&(t=r[0]-_[0],e=r[1]-_[1],p|=t|e,_=r,d({type:\"drag\",x:r[0]+c[0],y:r[1]+c[1],dx:t,dy:e}))}function s(){n(f,g)&&(m.on(a+y,null).on(u+y,null),v(p&&eu.event.target===h),d({type:\"dragend\"}))}var c,l=this,h=eu.event.target,f=l.parentNode,d=r.of(l,arguments),p=0,g=t(),y=\".drag\"+(null==g?\"\":\"-\"+g),m=eu.select(e(h)).on(a+y,o).on(u+y,s),v=X(h),_=n(f,g);i?(c=i.apply(l,arguments),c=[c.x-_[0],c.y-_[1]]):c=[0,0],d({type:\"dragstart\"})}}var r=S(t,\"drag\",\"dragstart\",\"dragend\"),i=null,a=n(w,eu.mouse,e,\"mousemove\",\"mouseup\"),u=n(Q,eu.touch,_,\"touchmove\",\"touchend\");return t.origin=function(n){return arguments.length?(i=n,t):i},eu.rebind(t,r,\"on\")},eu.touches=function(t,n){return arguments.length<2&&(n=M().touches),n?iu(n).map(function(n){var e=K(t,n);return e.identifier=n.identifier,e}):[]};var Tu=1e-6,Fu=Tu*Tu,Ou=Math.PI,Lu=2*Ou,Iu=Lu-Tu,Bu=Ou/2,Nu=Ou/180,Pu=180/Ou,Ru=Math.SQRT2,ju=2,Yu=4;eu.interpolateZoom=function(t,n){function e(t){var n=t*v;if(m){var e=it(g),u=a/(ju*f)*(e*at(Ru*n+g)-rt(g));return[r+u*c,i+u*l,a*e/it(Ru*n+g)]}return[r+t*c,i+t*l,a*Math.exp(Ru*n)]}var r=t[0],i=t[1],a=t[2],u=n[0],o=n[1],s=n[2],c=u-r,l=o-i,h=c*c+l*l,f=Math.sqrt(h),d=(s*s-a*a+Yu*h)/(2*a*ju*f),p=(s*s-a*a-Yu*h)/(2*s*ju*f),g=Math.log(Math.sqrt(d*d+1)-d),y=Math.log(Math.sqrt(p*p+1)-p),m=y-g,v=(m||Math.log(s/a))/Ru;return e.duration=1e3*v,e},eu.behavior.zoom=function(){function t(t){t.on(F,h).on($u+\".zoom\",d).on(\"dblclick.zoom\",p).on(I,f)}function n(t){return[(t[0]-k.x)/k.k,(t[1]-k.y)/k.k]}function r(t){return[t[0]*k.k+k.x,t[1]*k.k+k.y]}function i(t){k.k=Math.max(D[0],Math.min(D[1],t))}function a(t,n){n=r(n),k.x+=t[0]-n[0],k.y+=t[1]-n[1]}function u(n,e,r,u){n.__chart__={x:k.x,y:k.y,k:k.k},i(Math.pow(2,u)),a(y=e,r),n=eu.select(n),C>0&&(n=n.transition().duration(C)),n.call(t.event)}function o(){x&&x.domain(b.range().map(function(t){return(t-k.x)/k.k}).map(b.invert)),A&&A.domain(w.range().map(function(t){return(t-k.y)/k.k}).map(w.invert))}function s(t){T++||t({type:\"zoomstart\"})}function c(t){o(),t({type:\"zoom\",scale:k.k,translate:[k.x,k.y]})}function l(t){--T||(t({type:\"zoomend\"}),y=null)}function h(){function t(){h=1,a(eu.mouse(i),d),c(o)}function r(){f.on(O,null).on(L,null),p(h&&eu.event.target===u),l(o)}var i=this,u=eu.event.target,o=B.of(i,arguments),h=0,f=eu.select(e(i)).on(O,t).on(L,r),d=n(eu.mouse(i)),p=X(i);Ps.call(i),s(o)}function f(){function t(){var t=eu.touches(p);return d=k.k,t.forEach(function(t){t.identifier in y&&(y[t.identifier]=n(t))}),t}function e(){var n=eu.event.target;eu.select(n).on(b,r).on(x,o),w.push(n);for(var e=eu.event.changedTouches,i=0,a=e.length;a>i;++i)y[e[i].identifier]=null;var s=t(),c=Date.now();if(1===s.length){if(500>c-_){var l=s[0];u(p,l,y[l.identifier],Math.floor(Math.log(k.k)/Math.LN2)+1),E()}_=c}else if(s.length>1){var l=s[0],h=s[1],f=l[0]-h[0],d=l[1]-h[1];m=f*f+d*d}}function r(){var t,n,e,r,u=eu.touches(p);Ps.call(p);for(var o=0,s=u.length;s>o;++o,r=null)if(e=u[o],r=y[e.identifier]){if(n)break;t=e,n=r}if(r){var l=(l=e[0]-t[0])*l+(l=e[1]-t[1])*l,h=m&&Math.sqrt(l/m);t=[(t[0]+e[0])/2,(t[1]+e[1])/2],n=[(n[0]+r[0])/2,(n[1]+r[1])/2],i(h*d)}_=null,a(t,n),c(g)}function o(){if(eu.event.touches.length){for(var n=eu.event.changedTouches,e=0,r=n.length;r>e;++e)delete y[n[e].identifier];for(var i in y)return void t()}eu.selectAll(w).on(v,null),A.on(F,h).on(I,f),M(),l(g)}var d,p=this,g=B.of(p,arguments),y={},m=0,v=\".zoom-\"+eu.event.changedTouches[0].identifier,b=\"touchmove\"+v,x=\"touchend\"+v,w=[],A=eu.select(p),M=X(p);e(),s(g),A.on(F,null).on(I,e)}function d(){var t=B.of(this,arguments);v?clearTimeout(v):(Ps.call(this),g=n(y=m||eu.mouse(this)),s(t)),v=setTimeout(function(){v=null,l(t)},50),E(),i(Math.pow(2,.002*Uu())*k.k),a(y,g),c(t)}function p(){var t=eu.mouse(this),e=Math.log(k.k)/Math.LN2;u(this,t,n(t),eu.event.shiftKey?Math.ceil(e)-1:Math.floor(e)+1)}var g,y,m,v,_,b,x,w,A,k={x:0,y:0,k:1},M=[960,500],D=Wu,C=250,T=0,F=\"mousedown.zoom\",O=\"mousemove.zoom\",L=\"mouseup.zoom\",I=\"touchstart.zoom\",B=S(t,\"zoomstart\",\"zoom\",\"zoomend\");return $u||($u=\"onwheel\"in au?(Uu=function(){return-eu.event.deltaY*(eu.event.deltaMode?120:1)},\"wheel\"):\"onmousewheel\"in au?(Uu=function(){return eu.event.wheelDelta},\"mousewheel\"):(Uu=function(){return-eu.event.detail},\"MozMousePixelScroll\")),t.event=function(t){t.each(function(){var t=B.of(this,arguments),n=k;Bs?eu.select(this).transition().each(\"start.zoom\",function(){k=this.__chart__||{x:0,y:0,k:1},s(t)}).tween(\"zoom:zoom\",function(){var e=M[0],r=M[1],i=y?y[0]:e/2,a=y?y[1]:r/2,u=eu.interpolateZoom([(i-k.x)/k.k,(a-k.y)/k.k,e/k.k],[(i-n.x)/n.k,(a-n.y)/n.k,e/n.k]);return function(n){var r=u(n),o=e/r[2];this.__chart__=k={x:i-r[0]*o,y:a-r[1]*o,k:o},c(t)}}).each(\"interrupt.zoom\",function(){l(t)}).each(\"end.zoom\",function(){l(t)}):(this.__chart__=k,s(t),c(t),l(t))})},t.translate=function(n){return arguments.length?(k={x:+n[0],y:+n[1],k:k.k},o(),t):[k.x,k.y]},t.scale=function(n){return arguments.length?(k={x:k.x,y:k.y,k:+n},o(),t):k.k},t.scaleExtent=function(n){return arguments.length?(D=null==n?Wu:[+n[0],+n[1]],t):D},t.center=function(n){return arguments.length?(m=n&&[+n[0],+n[1]],t):m},t.size=function(n){return arguments.length?(M=n&&[+n[0],+n[1]],t):M},t.duration=function(n){return arguments.length?(C=+n,t):C},t.x=function(n){return arguments.length?(x=n,b=n.copy(),k={x:0,y:0,k:1},t):x},t.y=function(n){return arguments.length?(A=n,w=n.copy(),k={x:0,y:0,k:1},t):A},eu.rebind(t,B,\"on\")};var Uu,$u,Wu=[0,1/0];eu.color=ot,ot.prototype.toString=function(){return this.rgb()+\"\"},eu.hsl=st;var zu=st.prototype=new ot;zu.brighter=function(t){return t=Math.pow(.7,arguments.length?t:1),new st(this.h,this.s,this.l/t)},zu.darker=function(t){return t=Math.pow(.7,arguments.length?t:1),new st(this.h,this.s,t*this.l)},zu.rgb=function(){return ct(this.h,this.s,this.l)},eu.hcl=lt;var qu=lt.prototype=new ot;qu.brighter=function(t){return new lt(this.h,this.c,Math.min(100,this.l+Gu*(arguments.length?t:1)))},qu.darker=function(t){return new lt(this.h,this.c,Math.max(0,this.l-Gu*(arguments.length?t:1)))},qu.rgb=function(){return ht(this.h,this.c,this.l).rgb()},eu.lab=ft;var Gu=18,Hu=.95047,Vu=1,Zu=1.08883,Xu=ft.prototype=new ot;Xu.brighter=function(t){return new ft(Math.min(100,this.l+Gu*(arguments.length?t:1)),this.a,this.b)},Xu.darker=function(t){return new ft(Math.max(0,this.l-Gu*(arguments.length?t:1)),this.a,this.b)},Xu.rgb=function(){return dt(this.l,this.a,this.b)},eu.rgb=vt;var Ku=vt.prototype=new ot;Ku.brighter=function(t){t=Math.pow(.7,arguments.length?t:1);var n=this.r,e=this.g,r=this.b,i=30;return n||e||r?(n&&i>n&&(n=i),e&&i>e&&(e=i),r&&i>r&&(r=i),new vt(Math.min(255,n/t),Math.min(255,e/t),Math.min(255,r/t))):new vt(i,i,i)},Ku.darker=function(t){return t=Math.pow(.7,arguments.length?t:1),new vt(t*this.r,t*this.g,t*this.b)},Ku.hsl=function(){return At(this.r,this.g,this.b)},Ku.toString=function(){return\"#\"+xt(this.r)+xt(this.g)+xt(this.b)};var Qu=eu.map({aliceblue:15792383,antiquewhite:16444375,aqua:65535,aquamarine:8388564,azure:15794175,beige:16119260,bisque:16770244,black:0,blanchedalmond:16772045,blue:255,blueviolet:9055202,brown:10824234,burlywood:14596231,cadetblue:6266528,chartreuse:8388352,chocolate:13789470,coral:16744272,cornflowerblue:6591981,cornsilk:16775388,crimson:14423100,cyan:65535,darkblue:139,darkcyan:35723,darkgoldenrod:12092939,darkgray:11119017,darkgreen:25600,darkgrey:11119017,darkkhaki:12433259,darkmagenta:9109643,darkolivegreen:5597999,darkorange:16747520,darkorchid:10040012,darkred:9109504,darksalmon:15308410,darkseagreen:9419919,darkslateblue:4734347,darkslategray:3100495,darkslategrey:3100495,darkturquoise:52945,darkviolet:9699539,deeppink:16716947,deepskyblue:49151,dimgray:6908265,dimgrey:6908265,dodgerblue:2003199,firebrick:11674146,floralwhite:16775920,forestgreen:2263842,fuchsia:16711935,gainsboro:14474460,ghostwhite:16316671,gold:16766720,goldenrod:14329120,gray:8421504,green:32768,greenyellow:11403055,grey:8421504,honeydew:15794160,hotpink:16738740,indianred:13458524,indigo:4915330,ivory:16777200,khaki:15787660,lavender:15132410,lavenderblush:16773365,lawngreen:8190976,lemonchiffon:16775885,lightblue:11393254,lightcoral:15761536,lightcyan:14745599,lightgoldenrodyellow:16448210,lightgray:13882323,lightgreen:9498256,lightgrey:13882323,lightpink:16758465,lightsalmon:16752762,lightseagreen:2142890,lightskyblue:8900346,lightslategray:7833753,lightslategrey:7833753,lightsteelblue:11584734,lightyellow:16777184,lime:65280,limegreen:3329330,linen:16445670,magenta:16711935,maroon:8388608,mediumaquamarine:6737322,mediumblue:205,mediumorchid:12211667,mediumpurple:9662683,mediumseagreen:3978097,mediumslateblue:8087790,mediumspringgreen:64154,mediumturquoise:4772300,mediumvioletred:13047173,midnightblue:1644912,mintcream:16121850,mistyrose:16770273,moccasin:16770229,navajowhite:16768685,navy:128,oldlace:16643558,olive:8421376,olivedrab:7048739,orange:16753920,orangered:16729344,orchid:14315734,palegoldenrod:15657130,palegreen:10025880,paleturquoise:11529966,palevioletred:14381203,papayawhip:16773077,peachpuff:16767673,peru:13468991,pink:16761035,plum:14524637,powderblue:11591910,purple:8388736,rebeccapurple:6697881,red:16711680,rosybrown:12357519,royalblue:4286945,saddlebrown:9127187,salmon:16416882,sandybrown:16032864,seagreen:3050327,seashell:16774638,sienna:10506797,silver:12632256,skyblue:8900331,slateblue:6970061,slategray:7372944,slategrey:7372944,snow:16775930,springgreen:65407,steelblue:4620980,tan:13808780,teal:32896,thistle:14204888,tomato:16737095,turquoise:4251856,violet:15631086,wheat:16113331,white:16777215,whitesmoke:16119285,yellow:16776960,yellowgreen:10145074});Qu.forEach(function(t,n){Qu.set(t,_t(n))}),eu.functor=St,eu.xhr=Dt(_),eu.dsv=function(t,n){function e(t,e,a){arguments.length<3&&(a=e,e=null);var u=Ct(t,n,null==e?r:i(e),a);return u.row=function(t){return arguments.length?u.response(null==(e=t)?r:i(t)):e},u}function r(t){return e.parse(t.responseText)}function i(t){return function(n){return e.parse(n.responseText,t)}}function a(n){return n.map(u).join(t)}function u(t){return o.test(t)?'\"'+t.replace(/\\\"/g,'\"\"')+'\"':t}var o=new RegExp('[\"'+t+\"\\n]\"),s=t.charCodeAt(0);return e.parse=function(t,n){var r;return e.parseRows(t,function(t,e){if(r)return r(t,e-1);var i=new Function(\"d\",\"return {\"+t.map(function(t,n){return JSON.stringify(t)+\": d[\"+n+\"]\"}).join(\",\")+\"}\");r=n?function(t,e){return n(i(t),e)}:i})},e.parseRows=function(t,n){function e(){if(l>=c)return u;if(i)return i=!1,a;var n=l;if(34===t.charCodeAt(n)){for(var e=n;e++<c;)if(34===t.charCodeAt(e)){if(34!==t.charCodeAt(e+1))break;++e}l=e+2;var r=t.charCodeAt(e+1);return 13===r?(i=!0,10===t.charCodeAt(e+2)&&++l):10===r&&(i=!0),t.slice(n+1,e).replace(/\"\"/g,'\"')}for(;c>l;){var r=t.charCodeAt(l++),o=1;if(10===r)i=!0;else if(13===r)i=!0,10===t.charCodeAt(l)&&(++l,++o);else if(r!==s)continue;return t.slice(n,l-o)}return t.slice(n)}for(var r,i,a={},u={},o=[],c=t.length,l=0,h=0;(r=e())!==u;){for(var f=[];r!==a&&r!==u;)f.push(r),r=e();n&&null==(f=n(f,h++))||o.push(f)}return o},e.format=function(n){if(Array.isArray(n[0]))return e.formatRows(n);var r=new v,i=[];return n.forEach(function(t){for(var n in t)r.has(n)||i.push(r.add(n))}),[i.map(u).join(t)].concat(n.map(function(n){return i.map(function(t){return u(n[t])}).join(t)})).join(\"\\n\")},e.formatRows=function(t){return t.map(a).join(\"\\n\")},e},eu.csv=eu.dsv(\",\",\"text/csv\"),eu.tsv=eu.dsv(\"\t\",\"text/tab-separated-values\");var Ju,to,no,eo,ro,io=this[x(this,\"requestAnimationFrame\")]||function(t){setTimeout(t,17)};eu.timer=function(t,n,e){var r=arguments.length;2>r&&(n=0),3>r&&(e=Date.now());var i=e+n,a={c:t,t:i,f:!1,n:null};to?to.n=a:Ju=a,to=a,no||(eo=clearTimeout(eo),no=1,io(Ot))},eu.timer.flush=function(){Lt(),It()},eu.round=function(t,n){return n?Math.round(t*(n=Math.pow(10,n)))/n:Math.round(t)};var ao=[\"y\",\"z\",\"a\",\"f\",\"p\",\"n\",\"µ\",\"m\",\"\",\"k\",\"M\",\"G\",\"T\",\"P\",\"E\",\"Z\",\"Y\"].map(Nt);eu.formatPrefix=function(t,n){var e=0;return t&&(0>t&&(t*=-1),n&&(t=eu.round(t,Bt(t,n))),e=1+Math.floor(1e-12+Math.log(t)/Math.LN10),e=Math.max(-24,Math.min(24,3*Math.floor((e-1)/3)))),ao[8+e/3]};var uo=/(?:([^{])?([<>=^]))?([+\\- ])?([$#])?(0)?(\\d+)?(,)?(\\.-?\\d+)?([a-z%])?/i,oo=eu.map({b:function(t){return t.toString(2)},c:function(t){return String.fromCharCode(t)},o:function(t){return t.toString(8)},x:function(t){return t.toString(16)},X:function(t){return t.toString(16).toUpperCase()},g:function(t,n){return t.toPrecision(n)},e:function(t,n){return t.toExponential(n)},f:function(t,n){return t.toFixed(n)},r:function(t,n){return(t=eu.round(t,Bt(t,n))).toFixed(Math.max(0,Math.min(20,Bt(t*(1+1e-15),n))))}}),so=eu.time={},co=Date;jt.prototype={getDate:function(){return this._.getUTCDate()},getDay:function(){return this._.getUTCDay()},getFullYear:function(){return this._.getUTCFullYear()},getHours:function(){return this._.getUTCHours()},getMilliseconds:function(){return this._.getUTCMilliseconds()},getMinutes:function(){return this._.getUTCMinutes()},getMonth:function(){return this._.getUTCMonth()},getSeconds:function(){return this._.getUTCSeconds()},getTime:function(){return this._.getTime()},getTimezoneOffset:function(){return 0},valueOf:function(){return this._.valueOf()},setDate:function(){lo.setUTCDate.apply(this._,arguments)},setDay:function(){lo.setUTCDay.apply(this._,arguments)},setFullYear:function(){lo.setUTCFullYear.apply(this._,arguments)},setHours:function(){lo.setUTCHours.apply(this._,arguments)},setMilliseconds:function(){lo.setUTCMilliseconds.apply(this._,arguments)},setMinutes:function(){lo.setUTCMinutes.apply(this._,arguments)},setMonth:function(){lo.setUTCMonth.apply(this._,arguments)},setSeconds:function(){lo.setUTCSeconds.apply(this._,arguments)},setTime:function(){lo.setTime.apply(this._,arguments)}};var lo=Date.prototype;so.year=Yt(function(t){return t=so.day(t),t.setMonth(0,1),t},function(t,n){t.setFullYear(t.getFullYear()+n)},function(t){return t.getFullYear()}),so.years=so.year.range,so.years.utc=so.year.utc.range,so.day=Yt(function(t){var n=new co(2e3,0);return n.setFullYear(t.getFullYear(),t.getMonth(),t.getDate()),n},function(t,n){t.setDate(t.getDate()+n)},function(t){return t.getDate()-1}),so.days=so.day.range,so.days.utc=so.day.utc.range,so.dayOfYear=function(t){var n=so.year(t);return Math.floor((t-n-6e4*(t.getTimezoneOffset()-n.getTimezoneOffset()))/864e5)},[\"sunday\",\"monday\",\"tuesday\",\"wednesday\",\"thursday\",\"friday\",\"saturday\"].forEach(function(t,n){n=7-n;var e=so[t]=Yt(function(t){return(t=so.day(t)).setDate(t.getDate()-(t.getDay()+n)%7),t},function(t,n){t.setDate(t.getDate()+7*Math.floor(n))},function(t){var e=so.year(t).getDay();return Math.floor((so.dayOfYear(t)+(e+n)%7)/7)-(e!==n)});so[t+\"s\"]=e.range,so[t+\"s\"].utc=e.utc.range,so[t+\"OfYear\"]=function(t){var e=so.year(t).getDay();return Math.floor((so.dayOfYear(t)+(e+n)%7)/7);\n\n}}),so.week=so.sunday,so.weeks=so.sunday.range,so.weeks.utc=so.sunday.utc.range,so.weekOfYear=so.sundayOfYear;var ho={\"-\":\"\",_:\" \",0:\"0\"},fo=/^\\s*\\d+/,po=/^%/;eu.locale=function(t){return{numberFormat:Pt(t),timeFormat:$t(t)}};var go=eu.locale({decimal:\".\",thousands:\",\",grouping:[3],currency:[\"$\",\"\"],dateTime:\"%a %b %e %X %Y\",date:\"%m/%d/%Y\",time:\"%H:%M:%S\",periods:[\"AM\",\"PM\"],days:[\"Sunday\",\"Monday\",\"Tuesday\",\"Wednesday\",\"Thursday\",\"Friday\",\"Saturday\"],shortDays:[\"Sun\",\"Mon\",\"Tue\",\"Wed\",\"Thu\",\"Fri\",\"Sat\"],months:[\"January\",\"February\",\"March\",\"April\",\"May\",\"June\",\"July\",\"August\",\"September\",\"October\",\"November\",\"December\"],shortMonths:[\"Jan\",\"Feb\",\"Mar\",\"Apr\",\"May\",\"Jun\",\"Jul\",\"Aug\",\"Sep\",\"Oct\",\"Nov\",\"Dec\"]});eu.format=go.numberFormat,eu.geo={},ln.prototype={s:0,t:0,add:function(t){hn(t,this.t,yo),hn(yo.s,this.s,this),this.s?this.t+=yo.t:this.s=yo.t},reset:function(){this.s=this.t=0},valueOf:function(){return this.s}};var yo=new ln;eu.geo.stream=function(t,n){t&&mo.hasOwnProperty(t.type)?mo[t.type](t,n):fn(t,n)};var mo={Feature:function(t,n){fn(t.geometry,n)},FeatureCollection:function(t,n){for(var e=t.features,r=-1,i=e.length;++r<i;)fn(e[r].geometry,n)}},vo={Sphere:function(t,n){n.sphere()},Point:function(t,n){t=t.coordinates,n.point(t[0],t[1],t[2])},MultiPoint:function(t,n){for(var e=t.coordinates,r=-1,i=e.length;++r<i;)t=e[r],n.point(t[0],t[1],t[2])},LineString:function(t,n){dn(t.coordinates,n,0)},MultiLineString:function(t,n){for(var e=t.coordinates,r=-1,i=e.length;++r<i;)dn(e[r],n,0)},Polygon:function(t,n){pn(t.coordinates,n)},MultiPolygon:function(t,n){for(var e=t.coordinates,r=-1,i=e.length;++r<i;)pn(e[r],n)},GeometryCollection:function(t,n){for(var e=t.geometries,r=-1,i=e.length;++r<i;)fn(e[r],n)}};eu.geo.area=function(t){return _o=0,eu.geo.stream(t,xo),_o};var _o,bo=new ln,xo={sphere:function(){_o+=4*Ou},point:w,lineStart:w,lineEnd:w,polygonStart:function(){bo.reset(),xo.lineStart=gn},polygonEnd:function(){var t=2*bo;_o+=0>t?4*Ou+t:t,xo.lineStart=xo.lineEnd=xo.point=w}};eu.geo.bounds=function(){function t(t,n){_.push(b=[l=t,f=t]),h>n&&(h=n),n>d&&(d=n)}function n(n,e){var r=yn([n*Nu,e*Nu]);if(m){var i=vn(m,r),a=[i[1],-i[0],0],u=vn(a,i);xn(u),u=wn(u);var s=n-p,c=s>0?1:-1,g=u[0]*Pu*c,y=pu(s)>180;if(y^(g>c*p&&c*n>g)){var v=u[1]*Pu;v>d&&(d=v)}else if(g=(g+360)%360-180,y^(g>c*p&&c*n>g)){var v=-u[1]*Pu;h>v&&(h=v)}else h>e&&(h=e),e>d&&(d=e);y?p>n?o(l,n)>o(l,f)&&(f=n):o(n,f)>o(l,f)&&(l=n):f>=l?(l>n&&(l=n),n>f&&(f=n)):n>p?o(l,n)>o(l,f)&&(f=n):o(n,f)>o(l,f)&&(l=n)}else t(n,e);m=r,p=n}function e(){x.point=n}function r(){b[0]=l,b[1]=f,x.point=t,m=null}function i(t,e){if(m){var r=t-p;v+=pu(r)>180?r+(r>0?360:-360):r}else g=t,y=e;xo.point(t,e),n(t,e)}function a(){xo.lineStart()}function u(){i(g,y),xo.lineEnd(),pu(v)>Tu&&(l=-(f=180)),b[0]=l,b[1]=f,m=null}function o(t,n){return(n-=t)<0?n+360:n}function s(t,n){return t[0]-n[0]}function c(t,n){return n[0]<=n[1]?n[0]<=t&&t<=n[1]:t<n[0]||n[1]<t}var l,h,f,d,p,g,y,m,v,_,b,x={point:t,lineStart:e,lineEnd:r,polygonStart:function(){x.point=i,x.lineStart=a,x.lineEnd=u,v=0,xo.polygonStart()},polygonEnd:function(){xo.polygonEnd(),x.point=t,x.lineStart=e,x.lineEnd=r,0>bo?(l=-(f=180),h=-(d=90)):v>Tu?d=90:-Tu>v&&(h=-90),b[0]=l,b[1]=f}};return function(t){d=f=-(l=h=1/0),_=[],eu.geo.stream(t,x);var n=_.length;if(n){_.sort(s);for(var e,r=1,i=_[0],a=[i];n>r;++r)e=_[r],c(e[0],i)||c(e[1],i)?(o(i[0],e[1])>o(i[0],i[1])&&(i[1]=e[1]),o(e[0],i[1])>o(i[0],i[1])&&(i[0]=e[0])):a.push(i=e);for(var u,e,p=-(1/0),n=a.length-1,r=0,i=a[n];n>=r;i=e,++r)e=a[r],(u=o(i[1],e[0]))>p&&(p=u,l=e[0],f=i[1])}return _=b=null,l===1/0||h===1/0?[[0/0,0/0],[0/0,0/0]]:[[l,h],[f,d]]}}(),eu.geo.centroid=function(t){wo=Ao=ko=Eo=Mo=So=Do=Co=To=Fo=Oo=0,eu.geo.stream(t,Lo);var n=To,e=Fo,r=Oo,i=n*n+e*e+r*r;return Fu>i&&(n=So,e=Do,r=Co,Tu>Ao&&(n=ko,e=Eo,r=Mo),i=n*n+e*e+r*r,Fu>i)?[0/0,0/0]:[Math.atan2(e,n)*Pu,et(r/Math.sqrt(i))*Pu]};var wo,Ao,ko,Eo,Mo,So,Do,Co,To,Fo,Oo,Lo={sphere:w,point:kn,lineStart:Mn,lineEnd:Sn,polygonStart:function(){Lo.lineStart=Dn},polygonEnd:function(){Lo.lineStart=Mn}},Io=In(Tn,Rn,Yn,[-Ou,-Ou/2]),Bo=1e9;eu.geo.clipExtent=function(){var t,n,e,r,i,a,u={stream:function(t){return i&&(i.valid=!1),i=a(t),i.valid=!0,i},extent:function(o){return arguments.length?(a=zn(t=+o[0][0],n=+o[0][1],e=+o[1][0],r=+o[1][1]),i&&(i.valid=!1,i=null),u):[[t,n],[e,r]]}};return u.extent([[0,0],[960,500]])},(eu.geo.conicEqualArea=function(){return qn(Gn)}).raw=Gn,eu.geo.albers=function(){return eu.geo.conicEqualArea().rotate([96,0]).center([-.6,38.7]).parallels([29.5,45.5]).scale(1070)},eu.geo.albersUsa=function(){function t(t){var a=t[0],u=t[1];return n=null,e(a,u),n||(r(a,u),n)||i(a,u),n}var n,e,r,i,a=eu.geo.albers(),u=eu.geo.conicEqualArea().rotate([154,0]).center([-2,58.5]).parallels([55,65]),o=eu.geo.conicEqualArea().rotate([157,0]).center([-3,19.9]).parallels([8,18]),s={point:function(t,e){n=[t,e]}};return t.invert=function(t){var n=a.scale(),e=a.translate(),r=(t[0]-e[0])/n,i=(t[1]-e[1])/n;return(i>=.12&&.234>i&&r>=-.425&&-.214>r?u:i>=.166&&.234>i&&r>=-.214&&-.115>r?o:a).invert(t)},t.stream=function(t){var n=a.stream(t),e=u.stream(t),r=o.stream(t);return{point:function(t,i){n.point(t,i),e.point(t,i),r.point(t,i)},sphere:function(){n.sphere(),e.sphere(),r.sphere()},lineStart:function(){n.lineStart(),e.lineStart(),r.lineStart()},lineEnd:function(){n.lineEnd(),e.lineEnd(),r.lineEnd()},polygonStart:function(){n.polygonStart(),e.polygonStart(),r.polygonStart()},polygonEnd:function(){n.polygonEnd(),e.polygonEnd(),r.polygonEnd()}}},t.precision=function(n){return arguments.length?(a.precision(n),u.precision(n),o.precision(n),t):a.precision()},t.scale=function(n){return arguments.length?(a.scale(n),u.scale(.35*n),o.scale(n),t.translate(a.translate())):a.scale()},t.translate=function(n){if(!arguments.length)return a.translate();var c=a.scale(),l=+n[0],h=+n[1];return e=a.translate(n).clipExtent([[l-.455*c,h-.238*c],[l+.455*c,h+.238*c]]).stream(s).point,r=u.translate([l-.307*c,h+.201*c]).clipExtent([[l-.425*c+Tu,h+.12*c+Tu],[l-.214*c-Tu,h+.234*c-Tu]]).stream(s).point,i=o.translate([l-.205*c,h+.212*c]).clipExtent([[l-.214*c+Tu,h+.166*c+Tu],[l-.115*c-Tu,h+.234*c-Tu]]).stream(s).point,t},t.scale(1070)};var No,Po,Ro,jo,Yo,Uo,$o={point:w,lineStart:w,lineEnd:w,polygonStart:function(){Po=0,$o.lineStart=Hn},polygonEnd:function(){$o.lineStart=$o.lineEnd=$o.point=w,No+=pu(Po/2)}},Wo={point:Vn,lineStart:w,lineEnd:w,polygonStart:w,polygonEnd:w},zo={point:Kn,lineStart:Qn,lineEnd:Jn,polygonStart:function(){zo.lineStart=te},polygonEnd:function(){zo.point=Kn,zo.lineStart=Qn,zo.lineEnd=Jn}};eu.geo.path=function(){function t(t){return t&&(\"function\"==typeof o&&a.pointRadius(+o.apply(this,arguments)),u&&u.valid||(u=i(a)),eu.geo.stream(t,u)),a.result()}function n(){return u=null,t}var e,r,i,a,u,o=4.5;return t.area=function(t){return No=0,eu.geo.stream(t,i($o)),No},t.centroid=function(t){return ko=Eo=Mo=So=Do=Co=To=Fo=Oo=0,eu.geo.stream(t,i(zo)),Oo?[To/Oo,Fo/Oo]:Co?[So/Co,Do/Co]:Mo?[ko/Mo,Eo/Mo]:[0/0,0/0]},t.bounds=function(t){return Yo=Uo=-(Ro=jo=1/0),eu.geo.stream(t,i(Wo)),[[Ro,jo],[Yo,Uo]]},t.projection=function(t){return arguments.length?(i=(e=t)?t.stream||re(t):_,n()):e},t.context=function(t){return arguments.length?(a=null==(r=t)?new Zn:new ne(t),\"function\"!=typeof o&&a.pointRadius(o),n()):r},t.pointRadius=function(n){return arguments.length?(o=\"function\"==typeof n?n:(a.pointRadius(+n),+n),t):o},t.projection(eu.geo.albersUsa()).context(null)},eu.geo.transform=function(t){return{stream:function(n){var e=new ie(n);for(var r in t)e[r]=t[r];return e}}},ie.prototype={point:function(t,n){this.stream.point(t,n)},sphere:function(){this.stream.sphere()},lineStart:function(){this.stream.lineStart()},lineEnd:function(){this.stream.lineEnd()},polygonStart:function(){this.stream.polygonStart()},polygonEnd:function(){this.stream.polygonEnd()}},eu.geo.projection=ue,eu.geo.projectionMutator=oe,(eu.geo.equirectangular=function(){return ue(ce)}).raw=ce.invert=ce,eu.geo.rotation=function(t){function n(n){return n=t(n[0]*Nu,n[1]*Nu),n[0]*=Pu,n[1]*=Pu,n}return t=he(t[0]%360*Nu,t[1]*Nu,t.length>2?t[2]*Nu:0),n.invert=function(n){return n=t.invert(n[0]*Nu,n[1]*Nu),n[0]*=Pu,n[1]*=Pu,n},n},le.invert=ce,eu.geo.circle=function(){function t(){var t=\"function\"==typeof r?r.apply(this,arguments):r,n=he(-t[0]*Nu,-t[1]*Nu,0).invert,i=[];return e(null,null,1,{point:function(t,e){i.push(t=n(t,e)),t[0]*=Pu,t[1]*=Pu}}),{type:\"Polygon\",coordinates:[i]}}var n,e,r=[0,0],i=6;return t.origin=function(n){return arguments.length?(r=n,t):r},t.angle=function(r){return arguments.length?(e=ge((n=+r)*Nu,i*Nu),t):n},t.precision=function(r){return arguments.length?(e=ge(n*Nu,(i=+r)*Nu),t):i},t.angle(90)},eu.geo.distance=function(t,n){var e,r=(n[0]-t[0])*Nu,i=t[1]*Nu,a=n[1]*Nu,u=Math.sin(r),o=Math.cos(r),s=Math.sin(i),c=Math.cos(i),l=Math.sin(a),h=Math.cos(a);return Math.atan2(Math.sqrt((e=h*u)*e+(e=c*l-s*h*o)*e),s*l+c*h*o)},eu.geo.graticule=function(){function t(){return{type:\"MultiLineString\",coordinates:n()}}function n(){return eu.range(Math.ceil(a/y)*y,i,y).map(f).concat(eu.range(Math.ceil(c/m)*m,s,m).map(d)).concat(eu.range(Math.ceil(r/p)*p,e,p).filter(function(t){return pu(t%y)>Tu}).map(l)).concat(eu.range(Math.ceil(o/g)*g,u,g).filter(function(t){return pu(t%m)>Tu}).map(h))}var e,r,i,a,u,o,s,c,l,h,f,d,p=10,g=p,y=90,m=360,v=2.5;return t.lines=function(){return n().map(function(t){return{type:\"LineString\",coordinates:t}})},t.outline=function(){return{type:\"Polygon\",coordinates:[f(a).concat(d(s).slice(1),f(i).reverse().slice(1),d(c).reverse().slice(1))]}},t.extent=function(n){return arguments.length?t.majorExtent(n).minorExtent(n):t.minorExtent()},t.majorExtent=function(n){return arguments.length?(a=+n[0][0],i=+n[1][0],c=+n[0][1],s=+n[1][1],a>i&&(n=a,a=i,i=n),c>s&&(n=c,c=s,s=n),t.precision(v)):[[a,c],[i,s]]},t.minorExtent=function(n){return arguments.length?(r=+n[0][0],e=+n[1][0],o=+n[0][1],u=+n[1][1],r>e&&(n=r,r=e,e=n),o>u&&(n=o,o=u,u=n),t.precision(v)):[[r,o],[e,u]]},t.step=function(n){return arguments.length?t.majorStep(n).minorStep(n):t.minorStep()},t.majorStep=function(n){return arguments.length?(y=+n[0],m=+n[1],t):[y,m]},t.minorStep=function(n){return arguments.length?(p=+n[0],g=+n[1],t):[p,g]},t.precision=function(n){return arguments.length?(v=+n,l=me(o,u,90),h=ve(r,e,v),f=me(c,s,90),d=ve(a,i,v),t):v},t.majorExtent([[-180,-90+Tu],[180,90-Tu]]).minorExtent([[-180,-80-Tu],[180,80+Tu]])},eu.geo.greatArc=function(){function t(){return{type:\"LineString\",coordinates:[n||r.apply(this,arguments),e||i.apply(this,arguments)]}}var n,e,r=_e,i=be;return t.distance=function(){return eu.geo.distance(n||r.apply(this,arguments),e||i.apply(this,arguments))},t.source=function(e){return arguments.length?(r=e,n=\"function\"==typeof e?null:e,t):r},t.target=function(n){return arguments.length?(i=n,e=\"function\"==typeof n?null:n,t):i},t.precision=function(){return arguments.length?t:0},t},eu.geo.interpolate=function(t,n){return xe(t[0]*Nu,t[1]*Nu,n[0]*Nu,n[1]*Nu)},eu.geo.length=function(t){return qo=0,eu.geo.stream(t,Go),qo};var qo,Go={sphere:w,point:w,lineStart:we,lineEnd:w,polygonStart:w,polygonEnd:w},Ho=Ae(function(t){return Math.sqrt(2/(1+t))},function(t){return 2*Math.asin(t/2)});(eu.geo.azimuthalEqualArea=function(){return ue(Ho)}).raw=Ho;var Vo=Ae(function(t){var n=Math.acos(t);return n&&n/Math.sin(n)},_);(eu.geo.azimuthalEquidistant=function(){return ue(Vo)}).raw=Vo,(eu.geo.conicConformal=function(){return qn(ke)}).raw=ke,(eu.geo.conicEquidistant=function(){return qn(Ee)}).raw=Ee;var Zo=Ae(function(t){return 1/t},Math.atan);(eu.geo.gnomonic=function(){return ue(Zo)}).raw=Zo,Me.invert=function(t,n){return[t,2*Math.atan(Math.exp(n))-Bu]},(eu.geo.mercator=function(){return Se(Me)}).raw=Me;var Xo=Ae(function(){return 1},Math.asin);(eu.geo.orthographic=function(){return ue(Xo)}).raw=Xo;var Ko=Ae(function(t){return 1/(1+t)},function(t){return 2*Math.atan(t)});(eu.geo.stereographic=function(){return ue(Ko)}).raw=Ko,De.invert=function(t,n){return[-n,2*Math.atan(Math.exp(t))-Bu]},(eu.geo.transverseMercator=function(){var t=Se(De),n=t.center,e=t.rotate;return t.center=function(t){return t?n([-t[1],t[0]]):(t=n(),[t[1],-t[0]])},t.rotate=function(t){return t?e([t[0],t[1],t.length>2?t[2]+90:90]):(t=e(),[t[0],t[1],t[2]-90])},e([0,0,90])}).raw=De,eu.geom={},eu.geom.hull=function(t){function n(t){if(t.length<3)return[];var n,i=St(e),a=St(r),u=t.length,o=[],s=[];for(n=0;u>n;n++)o.push([+i.call(this,t[n],n),+a.call(this,t[n],n),n]);for(o.sort(Oe),n=0;u>n;n++)s.push([o[n][0],-o[n][1]]);var c=Fe(o),l=Fe(s),h=l[0]===c[0],f=l[l.length-1]===c[c.length-1],d=[];for(n=c.length-1;n>=0;--n)d.push(t[o[c[n]][2]]);for(n=+h;n<l.length-f;++n)d.push(t[o[l[n]][2]]);return d}var e=Ce,r=Te;return arguments.length?n(t):(n.x=function(t){return arguments.length?(e=t,n):e},n.y=function(t){return arguments.length?(r=t,n):r},n)},eu.geom.polygon=function(t){return _u(t,Qo),t};var Qo=eu.geom.polygon.prototype=[];Qo.area=function(){for(var t,n=-1,e=this.length,r=this[e-1],i=0;++n<e;)t=r,r=this[n],i+=t[1]*r[0]-t[0]*r[1];return.5*i},Qo.centroid=function(t){var n,e,r=-1,i=this.length,a=0,u=0,o=this[i-1];for(arguments.length||(t=-1/(6*this.area()));++r<i;)n=o,o=this[r],e=n[0]*o[1]-o[0]*n[1],a+=(n[0]+o[0])*e,u+=(n[1]+o[1])*e;return[a*t,u*t]},Qo.clip=function(t){for(var n,e,r,i,a,u,o=Be(t),s=-1,c=this.length-Be(this),l=this[c-1];++s<c;){for(n=t.slice(),t.length=0,i=this[s],a=n[(r=n.length-o)-1],e=-1;++e<r;)u=n[e],Le(u,l,i)?(Le(a,l,i)||t.push(Ie(a,u,l,i)),t.push(u)):Le(a,l,i)&&t.push(Ie(a,u,l,i)),a=u;o&&t.push(t[0]),l=i}return t};var Jo,ts,ns,es,rs,is=[],as=[];We.prototype.prepare=function(){for(var t,n=this.edges,e=n.length;e--;)t=n[e].edge,t.b&&t.a||n.splice(e,1);return n.sort(qe),n.length},nr.prototype={start:function(){return this.edge.l===this.site?this.edge.a:this.edge.b},end:function(){return this.edge.l===this.site?this.edge.b:this.edge.a}},er.prototype={insert:function(t,n){var e,r,i;if(t){if(n.P=t,n.N=t.N,t.N&&(t.N.P=n),t.N=n,t.R){for(t=t.R;t.L;)t=t.L;t.L=n}else t.R=n;e=t}else this._?(t=ur(this._),n.P=null,n.N=t,t.P=t.L=n,e=t):(n.P=n.N=null,this._=n,e=null);for(n.L=n.R=null,n.U=e,n.C=!0,t=n;e&&e.C;)r=e.U,e===r.L?(i=r.R,i&&i.C?(e.C=i.C=!1,r.C=!0,t=r):(t===e.R&&(ir(this,e),t=e,e=t.U),e.C=!1,r.C=!0,ar(this,r))):(i=r.L,i&&i.C?(e.C=i.C=!1,r.C=!0,t=r):(t===e.L&&(ar(this,e),t=e,e=t.U),e.C=!1,r.C=!0,ir(this,r))),e=t.U;this._.C=!1},remove:function(t){t.N&&(t.N.P=t.P),t.P&&(t.P.N=t.N),t.N=t.P=null;var n,e,r,i=t.U,a=t.L,u=t.R;if(e=a?u?ur(u):a:u,i?i.L===t?i.L=e:i.R=e:this._=e,a&&u?(r=e.C,e.C=t.C,e.L=a,a.U=e,e!==u?(i=e.U,e.U=t.U,t=e.R,i.L=t,e.R=u,u.U=e):(e.U=i,i=e,t=e.R)):(r=t.C,t=e),t&&(t.U=i),!r){if(t&&t.C)return void(t.C=!1);do{if(t===this._)break;if(t===i.L){if(n=i.R,n.C&&(n.C=!1,i.C=!0,ir(this,i),n=i.R),n.L&&n.L.C||n.R&&n.R.C){n.R&&n.R.C||(n.L.C=!1,n.C=!0,ar(this,n),n=i.R),n.C=i.C,i.C=n.R.C=!1,ir(this,i),t=this._;break}}else if(n=i.L,n.C&&(n.C=!1,i.C=!0,ar(this,i),n=i.L),n.L&&n.L.C||n.R&&n.R.C){n.L&&n.L.C||(n.R.C=!1,n.C=!0,ir(this,n),n=i.L),n.C=i.C,i.C=n.L.C=!1,ar(this,i),t=this._;break}n.C=!0,t=i,i=i.U}while(!t.C);t&&(t.C=!1)}}},eu.geom.voronoi=function(t){function n(t){var n=new Array(t.length),r=o[0][0],i=o[0][1],a=o[1][0],u=o[1][1];return or(e(t),o).cells.forEach(function(e,o){var s=e.edges,c=e.site,l=n[o]=s.length?s.map(function(t){var n=t.start();return[n.x,n.y]}):c.x>=r&&c.x<=a&&c.y>=i&&c.y<=u?[[r,u],[a,u],[a,i],[r,i]]:[];l.point=t[o]}),n}function e(t){return t.map(function(t,n){return{x:Math.round(a(t,n)/Tu)*Tu,y:Math.round(u(t,n)/Tu)*Tu,i:n}})}var r=Ce,i=Te,a=r,u=i,o=us;return t?n(t):(n.links=function(t){return or(e(t)).edges.filter(function(t){return t.l&&t.r}).map(function(n){return{source:t[n.l.i],target:t[n.r.i]}})},n.triangles=function(t){var n=[];return or(e(t)).cells.forEach(function(e,r){for(var i,a,u=e.site,o=e.edges.sort(qe),s=-1,c=o.length,l=o[c-1].edge,h=l.l===u?l.r:l.l;++s<c;)i=l,a=h,l=o[s].edge,h=l.l===u?l.r:l.l,r<a.i&&r<h.i&&cr(u,a,h)<0&&n.push([t[r],t[a.i],t[h.i]])}),n},n.x=function(t){return arguments.length?(a=St(r=t),n):r},n.y=function(t){return arguments.length?(u=St(i=t),n):i},n.clipExtent=function(t){return arguments.length?(o=null==t?us:t,n):o===us?null:o},n.size=function(t){return arguments.length?n.clipExtent(t&&[[0,0],t]):o===us?null:o&&o[1]},n)};var us=[[-1e6,-1e6],[1e6,1e6]];eu.geom.delaunay=function(t){return eu.geom.voronoi().triangles(t)},eu.geom.quadtree=function(t,n,e,r,i){function a(t){function a(t,n,e,r,i,a,u,o){if(!isNaN(e)&&!isNaN(r))if(t.leaf){var s=t.x,l=t.y;if(null!=s)if(pu(s-e)+pu(l-r)<.01)c(t,n,e,r,i,a,u,o);else{var h=t.point;t.x=t.y=t.point=null,c(t,h,s,l,i,a,u,o),c(t,n,e,r,i,a,u,o)}else t.x=e,t.y=r,t.point=n}else c(t,n,e,r,i,a,u,o)}function c(t,n,e,r,i,u,o,s){var c=.5*(i+o),l=.5*(u+s),h=e>=c,f=r>=l,d=f<<1|h;t.leaf=!1,t=t.nodes[d]||(t.nodes[d]=fr()),h?i=c:o=c,f?u=l:s=l,a(t,n,e,r,i,u,o,s)}var l,h,f,d,p,g,y,m,v,_=St(o),b=St(s);if(null!=n)g=n,y=e,m=r,v=i;else if(m=v=-(g=y=1/0),h=[],f=[],p=t.length,u)for(d=0;p>d;++d)l=t[d],l.x<g&&(g=l.x),l.y<y&&(y=l.y),l.x>m&&(m=l.x),l.y>v&&(v=l.y),h.push(l.x),f.push(l.y);else for(d=0;p>d;++d){var x=+_(l=t[d],d),w=+b(l,d);g>x&&(g=x),y>w&&(y=w),x>m&&(m=x),w>v&&(v=w),h.push(x),f.push(w)}var A=m-g,k=v-y;A>k?v=y+A:m=g+k;var E=fr();if(E.add=function(t){a(E,t,+_(t,++d),+b(t,d),g,y,m,v)},E.visit=function(t){dr(t,E,g,y,m,v)},E.find=function(t){return pr(E,t[0],t[1],g,y,m,v)},d=-1,null==n){for(;++d<p;)a(E,t[d],h[d],f[d],g,y,m,v);--d}else t.forEach(E.add);return h=f=t=l=null,E}var u,o=Ce,s=Te;return(u=arguments.length)?(o=lr,s=hr,3===u&&(i=e,r=n,e=n=0),a(t)):(a.x=function(t){return arguments.length?(o=t,a):o},a.y=function(t){return arguments.length?(s=t,a):s},a.extent=function(t){return arguments.length?(null==t?n=e=r=i=null:(n=+t[0][0],e=+t[0][1],r=+t[1][0],i=+t[1][1]),a):null==n?null:[[n,e],[r,i]]},a.size=function(t){return arguments.length?(null==t?n=e=r=i=null:(n=e=0,r=+t[0],i=+t[1]),a):null==n?null:[r-n,i-e]},a)},eu.interpolateRgb=gr,eu.interpolateObject=yr,eu.interpolateNumber=mr,eu.interpolateString=vr;var os=/[-+]?(?:\\d+\\.?\\d*|\\.?\\d+)(?:[eE][-+]?\\d+)?/g,ss=new RegExp(os.source,\"g\");eu.interpolate=_r,eu.interpolators=[function(t,n){var e=typeof n;return(\"string\"===e?Qu.has(n.toLowerCase())||/^(#|rgb\\(|hsl\\()/i.test(n)?gr:vr:n instanceof ot?gr:Array.isArray(n)?br:\"object\"===e&&isNaN(n)?yr:mr)(t,n)}],eu.interpolateArray=br;var cs=function(){return _},ls=eu.map({linear:cs,poly:Sr,quad:function(){return kr},cubic:function(){return Er},sin:function(){return Dr},exp:function(){return Cr},circle:function(){return Tr},elastic:Fr,back:Or,bounce:function(){return Lr}}),hs=eu.map({\"in\":_,out:wr,\"in-out\":Ar,\"out-in\":function(t){return Ar(wr(t))}});eu.ease=function(t){var n=t.indexOf(\"-\"),e=n>=0?t.slice(0,n):t,r=n>=0?t.slice(n+1):\"in\";return e=ls.get(e)||cs,r=hs.get(r)||_,xr(r(e.apply(null,ru.call(arguments,1))))},eu.interpolateHcl=Ir,eu.interpolateHsl=Br,eu.interpolateLab=Nr,eu.interpolateRound=Pr,eu.transform=function(t){var n=au.createElementNS(eu.ns.prefix.svg,\"g\");return(eu.transform=function(t){if(null!=t){n.setAttribute(\"transform\",t);var e=n.transform.baseVal.consolidate()}return new Rr(e?e.matrix:fs)})(t)},Rr.prototype.toString=function(){return\"translate(\"+this.translate+\")rotate(\"+this.rotate+\")skewX(\"+this.skew+\")scale(\"+this.scale+\")\"};var fs={a:1,b:0,c:0,d:1,e:0,f:0};eu.interpolateTransform=$r,eu.layout={},eu.layout.bundle=function(){return function(t){for(var n=[],e=-1,r=t.length;++e<r;)n.push(qr(t[e]));return n}},eu.layout.chord=function(){function t(){var t,c,h,f,d,p={},g=[],y=eu.range(a),m=[];for(e=[],r=[],t=0,f=-1;++f<a;){for(c=0,d=-1;++d<a;)c+=i[f][d];g.push(c),m.push(eu.range(a)),t+=c}for(u&&y.sort(function(t,n){return u(g[t],g[n])}),o&&m.forEach(function(t,n){t.sort(function(t,e){return o(i[n][t],i[n][e])})}),t=(Lu-l*a)/t,c=0,f=-1;++f<a;){for(h=c,d=-1;++d<a;){var v=y[f],_=m[v][d],b=i[v][_],x=c,w=c+=b*t;p[v+\"-\"+_]={index:v,subindex:_,startAngle:x,endAngle:w,value:b}}r[v]={index:v,startAngle:h,endAngle:c,value:(c-h)/t},c+=l}for(f=-1;++f<a;)for(d=f-1;++d<a;){var A=p[f+\"-\"+d],k=p[d+\"-\"+f];(A.value||k.value)&&e.push(A.value<k.value?{source:k,target:A}:{source:A,target:k})}s&&n()}function n(){e.sort(function(t,n){return s((t.source.value+t.target.value)/2,(n.source.value+n.target.value)/2)})}var e,r,i,a,u,o,s,c={},l=0;return c.matrix=function(t){return arguments.length?(a=(i=t)&&i.length,e=r=null,c):i},c.padding=function(t){return arguments.length?(l=t,e=r=null,c):l},c.sortGroups=function(t){return arguments.length?(u=t,e=r=null,c):u},c.sortSubgroups=function(t){return arguments.length?(o=t,e=null,c):o},c.sortChords=function(t){return arguments.length?(s=t,e&&n(),c):s},c.chords=function(){return e||t(),e},c.groups=function(){return r||t(),r},c},eu.layout.force=function(){function t(t){return function(n,e,r,i){if(n.point!==t){var a=n.cx-t.x,u=n.cy-t.y,o=i-e,s=a*a+u*u;if(s>o*o/y){if(p>s){var c=n.charge/s;t.px-=a*c,t.py-=u*c}return!0}if(n.point&&s&&p>s){var c=n.pointCharge/s;t.px-=a*c,t.py-=u*c}}return!n.charge}}function n(t){t.px=eu.event.x,t.py=eu.event.y,o.resume()}var e,r,i,a,u,o={},s=eu.dispatch(\"start\",\"tick\",\"end\"),c=[1,1],l=.9,h=ds,f=ps,d=-30,p=gs,g=.1,y=.64,m=[],v=[];return o.tick=function(){if((r*=.99)<.005)return s.end({type:\"end\",alpha:r=0}),!0;var n,e,o,h,f,p,y,_,b,x=m.length,w=v.length;for(e=0;w>e;++e)o=v[e],h=o.source,f=o.target,_=f.x-h.x,b=f.y-h.y,(p=_*_+b*b)&&(p=r*a[e]*((p=Math.sqrt(p))-i[e])/p,_*=p,b*=p,f.x-=_*(y=h.weight/(f.weight+h.weight)),f.y-=b*y,h.x+=_*(y=1-y),h.y+=b*y);if((y=r*g)&&(_=c[0]/2,b=c[1]/2,e=-1,y))for(;++e<x;)o=m[e],o.x+=(_-o.x)*y,o.y+=(b-o.y)*y;if(d)for(Qr(n=eu.geom.quadtree(m),r,u),e=-1;++e<x;)(o=m[e]).fixed||n.visit(t(o));for(e=-1;++e<x;)o=m[e],o.fixed?(o.x=o.px,o.y=o.py):(o.x-=(o.px-(o.px=o.x))*l,o.y-=(o.py-(o.py=o.y))*l);s.tick({type:\"tick\",alpha:r})},o.nodes=function(t){return arguments.length?(m=t,o):m},o.links=function(t){return arguments.length?(v=t,o):v},o.size=function(t){return arguments.length?(c=t,o):c},o.linkDistance=function(t){return arguments.length?(h=\"function\"==typeof t?t:+t,o):h},o.distance=o.linkDistance,o.linkStrength=function(t){return arguments.length?(f=\"function\"==typeof t?t:+t,o):f},o.friction=function(t){return arguments.length?(l=+t,o):l},o.charge=function(t){return arguments.length?(d=\"function\"==typeof t?t:+t,o):d},o.chargeDistance=function(t){return arguments.length?(p=t*t,o):Math.sqrt(p)},o.gravity=function(t){return arguments.length?(g=+t,o):g},o.theta=function(t){return arguments.length?(y=t*t,o):Math.sqrt(y)},o.alpha=function(t){return arguments.length?(t=+t,r?r=t>0?t:0:t>0&&(s.start({type:\"start\",alpha:r=t}),eu.timer(o.tick)),o):r},o.start=function(){function t(t,r){if(!e){for(e=new Array(s),o=0;s>o;++o)e[o]=[];for(o=0;l>o;++o){var i=v[o];e[i.source.index].push(i.target),e[i.target.index].push(i.source)}}for(var a,u=e[n],o=-1,c=u.length;++o<c;)if(!isNaN(a=u[o][t]))return a;return Math.random()*r}var n,e,r,s=m.length,l=v.length,p=c[0],g=c[1];for(n=0;s>n;++n)(r=m[n]).index=n,r.weight=0;for(n=0;l>n;++n)r=v[n],\"number\"==typeof r.source&&(r.source=m[r.source]),\"number\"==typeof r.target&&(r.target=m[r.target]),++r.source.weight,++r.target.weight;for(n=0;s>n;++n)r=m[n],isNaN(r.x)&&(r.x=t(\"x\",p)),isNaN(r.y)&&(r.y=t(\"y\",g)),isNaN(r.px)&&(r.px=r.x),isNaN(r.py)&&(r.py=r.y);if(i=[],\"function\"==typeof h)for(n=0;l>n;++n)i[n]=+h.call(this,v[n],n);else for(n=0;l>n;++n)i[n]=h;if(a=[],\"function\"==typeof f)for(n=0;l>n;++n)a[n]=+f.call(this,v[n],n);else for(n=0;l>n;++n)a[n]=f;if(u=[],\"function\"==typeof d)for(n=0;s>n;++n)u[n]=+d.call(this,m[n],n);else for(n=0;s>n;++n)u[n]=d;return o.resume()},o.resume=function(){return o.alpha(.1)},o.stop=function(){return o.alpha(0)},o.drag=function(){return e||(e=eu.behavior.drag().origin(_).on(\"dragstart.force\",Vr).on(\"drag.force\",n).on(\"dragend.force\",Zr)),arguments.length?void this.on(\"mouseover.force\",Xr).on(\"mouseout.force\",Kr).call(e):e},eu.rebind(o,s,\"on\")};var ds=20,ps=1,gs=1/0;eu.layout.hierarchy=function(){function t(i){var a,u=[i],o=[];for(i.depth=0;null!=(a=u.pop());)if(o.push(a),(c=e.call(t,a,a.depth))&&(s=c.length)){for(var s,c,l;--s>=0;)u.push(l=c[s]),l.parent=a,l.depth=a.depth+1;r&&(a.value=0),a.children=c}else r&&(a.value=+r.call(t,a,a.depth)||0),delete a.children;return ni(i,function(t){var e,i;n&&(e=t.children)&&e.sort(n),r&&(i=t.parent)&&(i.value+=t.value)}),o}var n=ii,e=ei,r=ri;return t.sort=function(e){return arguments.length?(n=e,t):n},t.children=function(n){return arguments.length?(e=n,t):e},t.value=function(n){return arguments.length?(r=n,t):r},t.revalue=function(n){return r&&(ti(n,function(t){t.children&&(t.value=0)}),ni(n,function(n){var e;n.children||(n.value=+r.call(t,n,n.depth)||0),(e=n.parent)&&(e.value+=n.value)})),n},t},eu.layout.partition=function(){function t(n,e,r,i){var a=n.children;if(n.x=e,n.y=n.depth*i,n.dx=r,n.dy=i,a&&(u=a.length)){var u,o,s,c=-1;for(r=n.value?r/n.value:0;++c<u;)t(o=a[c],e,s=o.value*r,i),e+=s}}function n(t){var e=t.children,r=0;if(e&&(i=e.length))for(var i,a=-1;++a<i;)r=Math.max(r,n(e[a]));return 1+r}function e(e,a){var u=r.call(this,e,a);return t(u[0],0,i[0],i[1]/n(u[0])),u}var r=eu.layout.hierarchy(),i=[1,1];return e.size=function(t){return arguments.length?(i=t,e):i},Jr(e,r)},eu.layout.pie=function(){function t(u){var o,s=u.length,c=u.map(function(e,r){return+n.call(t,e,r)}),l=+(\"function\"==typeof r?r.apply(this,arguments):r),h=(\"function\"==typeof i?i.apply(this,arguments):i)-l,f=Math.min(Math.abs(h)/s,+(\"function\"==typeof a?a.apply(this,arguments):a)),d=f*(0>h?-1:1),p=(h-s*d)/eu.sum(c),g=eu.range(s),y=[];return null!=e&&g.sort(e===ys?function(t,n){return c[n]-c[t]}:function(t,n){return e(u[t],u[n])}),g.forEach(function(t){y[t]={data:u[t],value:o=c[t],startAngle:l,endAngle:l+=o*p+d,padAngle:f}}),y}var n=Number,e=ys,r=0,i=Lu,a=0;return t.value=function(e){return arguments.length?(n=e,t):n},t.sort=function(n){return arguments.length?(e=n,t):e},t.startAngle=function(n){return arguments.length?(r=n,t):r},t.endAngle=function(n){return arguments.length?(i=n,t):i},t.padAngle=function(n){return arguments.length?(a=n,t):a},t};var ys={};eu.layout.stack=function(){function t(o,s){if(!(f=o.length))return o;var c=o.map(function(e,r){return n.call(t,e,r)}),l=c.map(function(n){return n.map(function(n,e){return[a.call(t,n,e),u.call(t,n,e)]})}),h=e.call(t,l,s);c=eu.permute(c,h),l=eu.permute(l,h);var f,d,p,g,y=r.call(t,l,s),m=c[0].length;for(p=0;m>p;++p)for(i.call(t,c[0][p],g=y[p],l[0][p][1]),d=1;f>d;++d)i.call(t,c[d][p],g+=l[d-1][p][1],l[d][p][1]);return o}var n=_,e=ci,r=li,i=si,a=ui,u=oi;return t.values=function(e){return arguments.length?(n=e,t):n},t.order=function(n){return arguments.length?(e=\"function\"==typeof n?n:ms.get(n)||ci,t):e},t.offset=function(n){return arguments.length?(r=\"function\"==typeof n?n:vs.get(n)||li,t):r},t.x=function(n){return arguments.length?(a=n,t):a},t.y=function(n){return arguments.length?(u=n,t):u},t.out=function(n){return arguments.length?(i=n,t):i},t};var ms=eu.map({\"inside-out\":function(t){var n,e,r=t.length,i=t.map(hi),a=t.map(fi),u=eu.range(r).sort(function(t,n){return i[t]-i[n]}),o=0,s=0,c=[],l=[];for(n=0;r>n;++n)e=u[n],s>o?(o+=a[e],c.push(e)):(s+=a[e],l.push(e));return l.reverse().concat(c)},reverse:function(t){return eu.range(t.length).reverse()},\"default\":ci}),vs=eu.map({silhouette:function(t){var n,e,r,i=t.length,a=t[0].length,u=[],o=0,s=[];for(e=0;a>e;++e){for(n=0,r=0;i>n;n++)r+=t[n][e][1];r>o&&(o=r),u.push(r)}for(e=0;a>e;++e)s[e]=(o-u[e])/2;return s},wiggle:function(t){var n,e,r,i,a,u,o,s,c,l=t.length,h=t[0],f=h.length,d=[];for(d[0]=s=c=0,e=1;f>e;++e){for(n=0,i=0;l>n;++n)i+=t[n][e][1];for(n=0,a=0,o=h[e][0]-h[e-1][0];l>n;++n){for(r=0,u=(t[n][e][1]-t[n][e-1][1])/(2*o);n>r;++r)u+=(t[r][e][1]-t[r][e-1][1])/o;a+=u*t[n][e][1]}d[e]=s-=i?a/i*o:0,c>s&&(c=s)}for(e=0;f>e;++e)d[e]-=c;return d},expand:function(t){var n,e,r,i=t.length,a=t[0].length,u=1/i,o=[];for(e=0;a>e;++e){for(n=0,r=0;i>n;n++)r+=t[n][e][1];if(r)for(n=0;i>n;n++)t[n][e][1]/=r;else for(n=0;i>n;n++)t[n][e][1]=u}for(e=0;a>e;++e)o[e]=0;return o},zero:li});eu.layout.histogram=function(){function t(t,a){for(var u,o,s=[],c=t.map(e,this),l=r.call(this,c,a),h=i.call(this,l,c,a),a=-1,f=c.length,d=h.length-1,p=n?1:1/f;++a<d;)u=s[a]=[],u.dx=h[a+1]-(u.x=h[a]),u.y=0;if(d>0)for(a=-1;++a<f;)o=c[a],o>=l[0]&&o<=l[1]&&(u=s[eu.bisect(h,o,1,d)-1],u.y+=p,u.push(t[a]));return s}var n=!0,e=Number,r=yi,i=pi;return t.value=function(n){return arguments.length?(e=n,t):e},t.range=function(n){return arguments.length?(r=St(n),t):r},t.bins=function(n){return arguments.length?(i=\"number\"==typeof n?function(t){return gi(t,n)}:St(n),t):i},t.frequency=function(e){return arguments.length?(n=!!e,t):n},t},eu.layout.pack=function(){function t(t,a){var u=e.call(this,t,a),o=u[0],s=i[0],c=i[1],l=null==n?Math.sqrt:\"function\"==typeof n?n:function(){return n};if(o.x=o.y=0,ni(o,function(t){t.r=+l(t.value)}),ni(o,xi),r){var h=r*(n?1:Math.max(2*o.r/s,2*o.r/c))/2;ni(o,function(t){t.r+=h}),ni(o,xi),ni(o,function(t){t.r-=h})}return ki(o,s/2,c/2,n?1:1/Math.max(2*o.r/s,2*o.r/c)),u}var n,e=eu.layout.hierarchy().sort(mi),r=0,i=[1,1];return t.size=function(n){return arguments.length?(i=n,t):i},t.radius=function(e){return arguments.length?(n=null==e||\"function\"==typeof e?e:+e,t):n},t.padding=function(n){return arguments.length?(r=+n,t):r},Jr(t,e)},eu.layout.tree=function(){function t(t,i){var l=u.call(this,t,i),h=l[0],f=n(h);if(ni(f,e),f.parent.m=-f.z,ti(f,r),c)ti(h,a);else{var d=h,p=h,g=h;ti(h,function(t){t.x<d.x&&(d=t),t.x>p.x&&(p=t),t.depth>g.depth&&(g=t)});var y=o(d,p)/2-d.x,m=s[0]/(p.x+o(p,d)/2+y),v=s[1]/(g.depth||1);ti(h,function(t){t.x=(t.x+y)*m,t.y=t.depth*v})}return l}function n(t){for(var n,e={A:null,children:[t]},r=[e];null!=(n=r.pop());)for(var i,a=n.children,u=0,o=a.length;o>u;++u)r.push((a[u]=i={_:a[u],parent:n,children:(i=a[u].children)&&i.slice()||[],A:null,a:null,z:0,m:0,c:0,s:0,t:null,i:u}).a=i);return e.children[0]}function e(t){var n=t.children,e=t.parent.children,r=t.i?e[t.i-1]:null;if(n.length){Ti(t);var a=(n[0].z+n[n.length-1].z)/2;r?(t.z=r.z+o(t._,r._),t.m=t.z-a):t.z=a}else r&&(t.z=r.z+o(t._,r._));t.parent.A=i(t,r,t.parent.A||e[0])}function r(t){t._.x=t.z+t.parent.m,t.m+=t.parent.m}function i(t,n,e){if(n){for(var r,i=t,a=t,u=n,s=i.parent.children[0],c=i.m,l=a.m,h=u.m,f=s.m;u=Di(u),i=Si(i),u&&i;)s=Si(s),a=Di(a),a.a=t,r=u.z+h-i.z-c+o(u._,i._),r>0&&(Ci(Fi(u,t,e),t,r),c+=r,l+=r),h+=u.m,c+=i.m,f+=s.m,l+=a.m;u&&!Di(a)&&(a.t=u,a.m+=h-l),i&&!Si(s)&&(s.t=i,s.m+=c-f,e=t)}return e}function a(t){t.x*=s[0],t.y=t.depth*s[1]}var u=eu.layout.hierarchy().sort(null).value(null),o=Mi,s=[1,1],c=null;return t.separation=function(n){return arguments.length?(o=n,t):o},t.size=function(n){return arguments.length?(c=null==(s=n)?a:null,t):c?null:s},t.nodeSize=function(n){return arguments.length?(c=null==(s=n)?null:a,t):c?s:null},Jr(t,u)},eu.layout.cluster=function(){function t(t,a){var u,o=n.call(this,t,a),s=o[0],c=0;ni(s,function(t){var n=t.children;n&&n.length?(t.x=Li(n),t.y=Oi(n)):(t.x=u?c+=e(t,u):0,t.y=0,u=t)});var l=Ii(s),h=Bi(s),f=l.x-e(l,h)/2,d=h.x+e(h,l)/2;return ni(s,i?function(t){t.x=(t.x-s.x)*r[0],t.y=(s.y-t.y)*r[1]}:function(t){t.x=(t.x-f)/(d-f)*r[0],t.y=(1-(s.y?t.y/s.y:1))*r[1]}),o}var n=eu.layout.hierarchy().sort(null).value(null),e=Mi,r=[1,1],i=!1;return t.separation=function(n){return arguments.length?(e=n,t):e},t.size=function(n){return arguments.length?(i=null==(r=n),t):i?null:r},t.nodeSize=function(n){return arguments.length?(i=null!=(r=n),t):i?r:null},Jr(t,n)},eu.layout.treemap=function(){function t(t,n){for(var e,r,i=-1,a=t.length;++i<a;)r=(e=t[i]).value*(0>n?0:n),e.area=isNaN(r)||0>=r?0:r}function n(e){var a=e.children;if(a&&a.length){var u,o,s,c=h(e),l=[],f=a.slice(),p=1/0,g=\"slice\"===d?c.dx:\"dice\"===d?c.dy:\"slice-dice\"===d?1&e.depth?c.dy:c.dx:Math.min(c.dx,c.dy);for(t(f,c.dx*c.dy/e.value),l.area=0;(s=f.length)>0;)l.push(u=f[s-1]),l.area+=u.area,\"squarify\"!==d||(o=r(l,g))<=p?(f.pop(),p=o):(l.area-=l.pop().area,i(l,g,c,!1),g=Math.min(c.dx,c.dy),l.length=l.area=0,p=1/0);l.length&&(i(l,g,c,!0),l.length=l.area=0),a.forEach(n)}}function e(n){var r=n.children;if(r&&r.length){\nvar a,u=h(n),o=r.slice(),s=[];for(t(o,u.dx*u.dy/n.value),s.area=0;a=o.pop();)s.push(a),s.area+=a.area,null!=a.z&&(i(s,a.z?u.dx:u.dy,u,!o.length),s.length=s.area=0);r.forEach(e)}}function r(t,n){for(var e,r=t.area,i=0,a=1/0,u=-1,o=t.length;++u<o;)(e=t[u].area)&&(a>e&&(a=e),e>i&&(i=e));return r*=r,n*=n,r?Math.max(n*i*p/r,r/(n*a*p)):1/0}function i(t,n,e,r){var i,a=-1,u=t.length,o=e.x,c=e.y,l=n?s(t.area/n):0;if(n==e.dx){for((r||l>e.dy)&&(l=e.dy);++a<u;)i=t[a],i.x=o,i.y=c,i.dy=l,o+=i.dx=Math.min(e.x+e.dx-o,l?s(i.area/l):0);i.z=!0,i.dx+=e.x+e.dx-o,e.y+=l,e.dy-=l}else{for((r||l>e.dx)&&(l=e.dx);++a<u;)i=t[a],i.x=o,i.y=c,i.dx=l,c+=i.dy=Math.min(e.y+e.dy-c,l?s(i.area/l):0);i.z=!1,i.dy+=e.y+e.dy-c,e.x+=l,e.dx-=l}}function a(r){var i=u||o(r),a=i[0];return a.x=0,a.y=0,a.dx=c[0],a.dy=c[1],u&&o.revalue(a),t([a],a.dx*a.dy/a.value),(u?e:n)(a),f&&(u=i),i}var u,o=eu.layout.hierarchy(),s=Math.round,c=[1,1],l=null,h=Ni,f=!1,d=\"squarify\",p=.5*(1+Math.sqrt(5));return a.size=function(t){return arguments.length?(c=t,a):c},a.padding=function(t){function n(n){var e=t.call(a,n,n.depth);return null==e?Ni(n):Pi(n,\"number\"==typeof e?[e,e,e,e]:e)}function e(n){return Pi(n,t)}if(!arguments.length)return l;var r;return h=null==(l=t)?Ni:\"function\"==(r=typeof t)?n:\"number\"===r?(t=[t,t,t,t],e):e,a},a.round=function(t){return arguments.length?(s=t?Math.round:Number,a):s!=Number},a.sticky=function(t){return arguments.length?(f=t,u=null,a):f},a.ratio=function(t){return arguments.length?(p=t,a):p},a.mode=function(t){return arguments.length?(d=t+\"\",a):d},Jr(a,o)},eu.random={normal:function(t,n){var e=arguments.length;return 2>e&&(n=1),1>e&&(t=0),function(){var e,r,i;do e=2*Math.random()-1,r=2*Math.random()-1,i=e*e+r*r;while(!i||i>1);return t+n*e*Math.sqrt(-2*Math.log(i)/i)}},logNormal:function(){var t=eu.random.normal.apply(eu,arguments);return function(){return Math.exp(t())}},bates:function(t){var n=eu.random.irwinHall(t);return function(){return n()/t}},irwinHall:function(t){return function(){for(var n=0,e=0;t>e;e++)n+=Math.random();return n}}},eu.scale={};var _s={floor:_,ceil:_};eu.scale.linear=function(){return zi([0,1],[0,1],_r,!1)};var bs={s:1,g:1,p:1,r:1,e:1};eu.scale.log=function(){return Qi(eu.scale.linear().domain([0,1]),10,!0,[1,10])};var xs=eu.format(\".0e\"),ws={floor:function(t){return-Math.ceil(-t)},ceil:function(t){return-Math.floor(-t)}};eu.scale.pow=function(){return Ji(eu.scale.linear(),1,[0,1])},eu.scale.sqrt=function(){return eu.scale.pow().exponent(.5)},eu.scale.ordinal=function(){return na([],{t:\"range\",a:[[]]})},eu.scale.category10=function(){return eu.scale.ordinal().range(As)},eu.scale.category20=function(){return eu.scale.ordinal().range(ks)},eu.scale.category20b=function(){return eu.scale.ordinal().range(Es)},eu.scale.category20c=function(){return eu.scale.ordinal().range(Ms)};var As=[2062260,16744206,2924588,14034728,9725885,9197131,14907330,8355711,12369186,1556175].map(bt),ks=[2062260,11454440,16744206,16759672,2924588,10018698,14034728,16750742,9725885,12955861,9197131,12885140,14907330,16234194,8355711,13092807,12369186,14408589,1556175,10410725].map(bt),Es=[3750777,5395619,7040719,10264286,6519097,9216594,11915115,13556636,9202993,12426809,15186514,15190932,8666169,11356490,14049643,15177372,8077683,10834324,13528509,14589654].map(bt),Ms=[3244733,7057110,10406625,13032431,15095053,16616764,16625259,16634018,3253076,7652470,10607003,13101504,7695281,10394312,12369372,14342891,6513507,9868950,12434877,14277081].map(bt);eu.scale.quantile=function(){return ea([],[])},eu.scale.quantize=function(){return ra(0,1,[0,1])},eu.scale.threshold=function(){return ia([.5],[0,1])},eu.scale.identity=function(){return aa([0,1])},eu.svg={},eu.svg.arc=function(){function t(){var t=Math.max(0,+e.apply(this,arguments)),c=Math.max(0,+r.apply(this,arguments)),l=u.apply(this,arguments)-Bu,h=o.apply(this,arguments)-Bu,f=Math.abs(h-l),d=l>h?0:1;if(t>c&&(p=c,c=t,t=p),f>=Iu)return n(c,d)+(t?n(t,1-d):\"\")+\"Z\";var p,g,y,m,v,_,b,x,w,A,k,E,M=0,S=0,D=[];if((m=(+s.apply(this,arguments)||0)/2)&&(y=a===Ss?Math.sqrt(t*t+c*c):+a.apply(this,arguments),d||(S*=-1),c&&(S=et(y/c*Math.sin(m))),t&&(M=et(y/t*Math.sin(m)))),c){v=c*Math.cos(l+S),_=c*Math.sin(l+S),b=c*Math.cos(h-S),x=c*Math.sin(h-S);var C=Math.abs(h-l-2*S)<=Ou?0:1;if(S&&fa(v,_,b,x)===d^C){var T=(l+h)/2;v=c*Math.cos(T),_=c*Math.sin(T),b=x=null}}else v=_=0;if(t){w=t*Math.cos(h-M),A=t*Math.sin(h-M),k=t*Math.cos(l+M),E=t*Math.sin(l+M);var F=Math.abs(l-h+2*M)<=Ou?0:1;if(M&&fa(w,A,k,E)===1-d^F){var O=(l+h)/2;w=t*Math.cos(O),A=t*Math.sin(O),k=E=null}}else w=A=0;if((p=Math.min(Math.abs(c-t)/2,+i.apply(this,arguments)))>.001){g=c>t^d?0:1;var L=null==k?[w,A]:null==b?[v,_]:Ie([v,_],[k,E],[b,x],[w,A]),I=v-L[0],B=_-L[1],N=b-L[0],P=x-L[1],R=1/Math.sin(Math.acos((I*N+B*P)/(Math.sqrt(I*I+B*B)*Math.sqrt(N*N+P*P)))/2),j=Math.sqrt(L[0]*L[0]+L[1]*L[1]);if(null!=b){var Y=Math.min(p,(c-j)/(R+1)),U=da(null==k?[w,A]:[k,E],[v,_],c,Y,d),$=da([b,x],[w,A],c,Y,d);p===Y?D.push(\"M\",U[0],\"A\",Y,\",\",Y,\" 0 0,\",g,\" \",U[1],\"A\",c,\",\",c,\" 0 \",1-d^fa(U[1][0],U[1][1],$[1][0],$[1][1]),\",\",d,\" \",$[1],\"A\",Y,\",\",Y,\" 0 0,\",g,\" \",$[0]):D.push(\"M\",U[0],\"A\",Y,\",\",Y,\" 0 1,\",g,\" \",$[0])}else D.push(\"M\",v,\",\",_);if(null!=k){var W=Math.min(p,(t-j)/(R-1)),z=da([v,_],[k,E],t,-W,d),q=da([w,A],null==b?[v,_]:[b,x],t,-W,d);p===W?D.push(\"L\",q[0],\"A\",W,\",\",W,\" 0 0,\",g,\" \",q[1],\"A\",t,\",\",t,\" 0 \",d^fa(q[1][0],q[1][1],z[1][0],z[1][1]),\",\",1-d,\" \",z[1],\"A\",W,\",\",W,\" 0 0,\",g,\" \",z[0]):D.push(\"L\",q[0],\"A\",W,\",\",W,\" 0 0,\",g,\" \",z[0])}else D.push(\"L\",w,\",\",A)}else D.push(\"M\",v,\",\",_),null!=b&&D.push(\"A\",c,\",\",c,\" 0 \",C,\",\",d,\" \",b,\",\",x),D.push(\"L\",w,\",\",A),null!=k&&D.push(\"A\",t,\",\",t,\" 0 \",F,\",\",1-d,\" \",k,\",\",E);return D.push(\"Z\"),D.join(\"\")}function n(t,n){return\"M0,\"+t+\"A\"+t+\",\"+t+\" 0 1,\"+n+\" 0,\"+-t+\"A\"+t+\",\"+t+\" 0 1,\"+n+\" 0,\"+t}var e=oa,r=sa,i=ua,a=Ss,u=ca,o=la,s=ha;return t.innerRadius=function(n){return arguments.length?(e=St(n),t):e},t.outerRadius=function(n){return arguments.length?(r=St(n),t):r},t.cornerRadius=function(n){return arguments.length?(i=St(n),t):i},t.padRadius=function(n){return arguments.length?(a=n==Ss?Ss:St(n),t):a},t.startAngle=function(n){return arguments.length?(u=St(n),t):u},t.endAngle=function(n){return arguments.length?(o=St(n),t):o},t.padAngle=function(n){return arguments.length?(s=St(n),t):s},t.centroid=function(){var t=(+e.apply(this,arguments)+ +r.apply(this,arguments))/2,n=(+u.apply(this,arguments)+ +o.apply(this,arguments))/2-Bu;return[Math.cos(n)*t,Math.sin(n)*t]},t};var Ss=\"auto\";eu.svg.line=function(){return pa(_)};var Ds=eu.map({linear:ga,\"linear-closed\":ya,step:ma,\"step-before\":va,\"step-after\":_a,basis:Ea,\"basis-open\":Ma,\"basis-closed\":Sa,bundle:Da,cardinal:wa,\"cardinal-open\":ba,\"cardinal-closed\":xa,monotone:Ia});Ds.forEach(function(t,n){n.key=t,n.closed=/-closed$/.test(t)});var Cs=[0,2/3,1/3,0],Ts=[0,1/3,2/3,0],Fs=[0,1/6,2/3,1/6];eu.svg.line.radial=function(){var t=pa(Ba);return t.radius=t.x,delete t.x,t.angle=t.y,delete t.y,t},va.reverse=_a,_a.reverse=va,eu.svg.area=function(){return Na(_)},eu.svg.area.radial=function(){var t=Na(Ba);return t.radius=t.x,delete t.x,t.innerRadius=t.x0,delete t.x0,t.outerRadius=t.x1,delete t.x1,t.angle=t.y,delete t.y,t.startAngle=t.y0,delete t.y0,t.endAngle=t.y1,delete t.y1,t},eu.svg.chord=function(){function t(t,o){var s=n(this,a,t,o),c=n(this,u,t,o);return\"M\"+s.p0+r(s.r,s.p1,s.a1-s.a0)+(e(s,c)?i(s.r,s.p1,s.r,s.p0):i(s.r,s.p1,c.r,c.p0)+r(c.r,c.p1,c.a1-c.a0)+i(c.r,c.p1,s.r,s.p0))+\"Z\"}function n(t,n,e,r){var i=n.call(t,e,r),a=o.call(t,i,r),u=s.call(t,i,r)-Bu,l=c.call(t,i,r)-Bu;return{r:a,a0:u,a1:l,p0:[a*Math.cos(u),a*Math.sin(u)],p1:[a*Math.cos(l),a*Math.sin(l)]}}function e(t,n){return t.a0==n.a0&&t.a1==n.a1}function r(t,n,e){return\"A\"+t+\",\"+t+\" 0 \"+ +(e>Ou)+\",1 \"+n}function i(t,n,e,r){return\"Q 0,0 \"+r}var a=_e,u=be,o=Pa,s=ca,c=la;return t.radius=function(n){return arguments.length?(o=St(n),t):o},t.source=function(n){return arguments.length?(a=St(n),t):a},t.target=function(n){return arguments.length?(u=St(n),t):u},t.startAngle=function(n){return arguments.length?(s=St(n),t):s},t.endAngle=function(n){return arguments.length?(c=St(n),t):c},t},eu.svg.diagonal=function(){function t(t,i){var a=n.call(this,t,i),u=e.call(this,t,i),o=(a.y+u.y)/2,s=[a,{x:a.x,y:o},{x:u.x,y:o},u];return s=s.map(r),\"M\"+s[0]+\"C\"+s[1]+\" \"+s[2]+\" \"+s[3]}var n=_e,e=be,r=Ra;return t.source=function(e){return arguments.length?(n=St(e),t):n},t.target=function(n){return arguments.length?(e=St(n),t):e},t.projection=function(n){return arguments.length?(r=n,t):r},t},eu.svg.diagonal.radial=function(){var t=eu.svg.diagonal(),n=Ra,e=t.projection;return t.projection=function(t){return arguments.length?e(ja(n=t)):n},t},eu.svg.symbol=function(){function t(t,r){return(Os.get(n.call(this,t,r))||$a)(e.call(this,t,r))}var n=Ua,e=Ya;return t.type=function(e){return arguments.length?(n=St(e),t):n},t.size=function(n){return arguments.length?(e=St(n),t):e},t};var Os=eu.map({circle:$a,cross:function(t){var n=Math.sqrt(t/5)/2;return\"M\"+-3*n+\",\"+-n+\"H\"+-n+\"V\"+-3*n+\"H\"+n+\"V\"+-n+\"H\"+3*n+\"V\"+n+\"H\"+n+\"V\"+3*n+\"H\"+-n+\"V\"+n+\"H\"+-3*n+\"Z\"},diamond:function(t){var n=Math.sqrt(t/(2*Is)),e=n*Is;return\"M0,\"+-n+\"L\"+e+\",0 0,\"+n+\" \"+-e+\",0Z\"},square:function(t){var n=Math.sqrt(t)/2;return\"M\"+-n+\",\"+-n+\"L\"+n+\",\"+-n+\" \"+n+\",\"+n+\" \"+-n+\",\"+n+\"Z\"},\"triangle-down\":function(t){var n=Math.sqrt(t/Ls),e=n*Ls/2;return\"M0,\"+e+\"L\"+n+\",\"+-e+\" \"+-n+\",\"+-e+\"Z\"},\"triangle-up\":function(t){var n=Math.sqrt(t/Ls),e=n*Ls/2;return\"M0,\"+-e+\"L\"+n+\",\"+e+\" \"+-n+\",\"+e+\"Z\"}});eu.svg.symbolTypes=Os.keys();var Ls=Math.sqrt(3),Is=Math.tan(30*Nu);Au.transition=function(t){for(var n,e,r=Bs||++js,i=Ha(t),a=[],u=Ns||{time:Date.now(),ease:Mr,delay:0,duration:250},o=-1,s=this.length;++o<s;){a.push(n=[]);for(var c=this[o],l=-1,h=c.length;++l<h;)(e=c[l])&&Va(e,l,i,r,u),n.push(e)}return za(a,i,r)},Au.interrupt=function(t){return this.each(null==t?Ps:Wa(Ha(t)))};var Bs,Ns,Ps=Wa(Ha()),Rs=[],js=0;Rs.call=Au.call,Rs.empty=Au.empty,Rs.node=Au.node,Rs.size=Au.size,eu.transition=function(t,n){return t&&t.transition?Bs?t.transition(n):t:eu.selection().transition(t)},eu.transition.prototype=Rs,Rs.select=function(t){var n,e,r,i=this.id,a=this.namespace,u=[];t=C(t);for(var o=-1,s=this.length;++o<s;){u.push(n=[]);for(var c=this[o],l=-1,h=c.length;++l<h;)(r=c[l])&&(e=t.call(r,r.__data__,l,o))?(\"__data__\"in r&&(e.__data__=r.__data__),Va(e,l,a,i,r[a][i]),n.push(e)):n.push(null)}return za(u,a,i)},Rs.selectAll=function(t){var n,e,r,i,a,u=this.id,o=this.namespace,s=[];t=T(t);for(var c=-1,l=this.length;++c<l;)for(var h=this[c],f=-1,d=h.length;++f<d;)if(r=h[f]){a=r[o][u],e=t.call(r,r.__data__,f,c),s.push(n=[]);for(var p=-1,g=e.length;++p<g;)(i=e[p])&&Va(i,p,o,u,a),n.push(i)}return za(s,o,u)},Rs.filter=function(t){var n,e,r,i=[];\"function\"!=typeof t&&(t=$(t));for(var a=0,u=this.length;u>a;a++){i.push(n=[]);for(var e=this[a],o=0,s=e.length;s>o;o++)(r=e[o])&&t.call(r,r.__data__,o,a)&&n.push(r)}return za(i,this.namespace,this.id)},Rs.tween=function(t,n){var e=this.id,r=this.namespace;return arguments.length<2?this.node()[r][e].tween.get(t):z(this,null==n?function(n){n[r][e].tween.remove(t)}:function(i){i[r][e].tween.set(t,n)})},Rs.attr=function(t,n){function e(){this.removeAttribute(o)}function r(){this.removeAttributeNS(o.space,o.local)}function i(t){return null==t?e:(t+=\"\",function(){var n,e=this.getAttribute(o);return e!==t&&(n=u(e,t),function(t){this.setAttribute(o,n(t))})})}function a(t){return null==t?r:(t+=\"\",function(){var n,e=this.getAttributeNS(o.space,o.local);return e!==t&&(n=u(e,t),function(t){this.setAttributeNS(o.space,o.local,n(t))})})}if(arguments.length<2){for(n in t)this.attr(n,t[n]);return this}var u=\"transform\"==t?$r:_r,o=eu.ns.qualify(t);return qa(this,\"attr.\"+t,n,o.local?a:i)},Rs.attrTween=function(t,n){function e(t,e){var r=n.call(this,t,e,this.getAttribute(i));return r&&function(t){this.setAttribute(i,r(t))}}function r(t,e){var r=n.call(this,t,e,this.getAttributeNS(i.space,i.local));return r&&function(t){this.setAttributeNS(i.space,i.local,r(t))}}var i=eu.ns.qualify(t);return this.tween(\"attr.\"+t,i.local?r:e)},Rs.style=function(t,n,r){function i(){this.style.removeProperty(t)}function a(n){return null==n?i:(n+=\"\",function(){var i,a=e(this).getComputedStyle(this,null).getPropertyValue(t);return a!==n&&(i=_r(a,n),function(n){this.style.setProperty(t,i(n),r)})})}var u=arguments.length;if(3>u){if(\"string\"!=typeof t){2>u&&(n=\"\");for(r in t)this.style(r,t[r],n);return this}r=\"\"}return qa(this,\"style.\"+t,n,a)},Rs.styleTween=function(t,n,r){function i(i,a){var u=n.call(this,i,a,e(this).getComputedStyle(this,null).getPropertyValue(t));return u&&function(n){this.style.setProperty(t,u(n),r)}}return arguments.length<3&&(r=\"\"),this.tween(\"style.\"+t,i)},Rs.text=function(t){return qa(this,\"text\",t,Ga)},Rs.remove=function(){var t=this.namespace;return this.each(\"end.transition\",function(){var n;this[t].count<2&&(n=this.parentNode)&&n.removeChild(this)})},Rs.ease=function(t){var n=this.id,e=this.namespace;return arguments.length<1?this.node()[e][n].ease:(\"function\"!=typeof t&&(t=eu.ease.apply(eu,arguments)),z(this,function(r){r[e][n].ease=t}))},Rs.delay=function(t){var n=this.id,e=this.namespace;return arguments.length<1?this.node()[e][n].delay:z(this,\"function\"==typeof t?function(r,i,a){r[e][n].delay=+t.call(r,r.__data__,i,a)}:(t=+t,function(r){r[e][n].delay=t}))},Rs.duration=function(t){var n=this.id,e=this.namespace;return arguments.length<1?this.node()[e][n].duration:z(this,\"function\"==typeof t?function(r,i,a){r[e][n].duration=Math.max(1,t.call(r,r.__data__,i,a))}:(t=Math.max(1,t),function(r){r[e][n].duration=t}))},Rs.each=function(t,n){var e=this.id,r=this.namespace;if(arguments.length<2){var i=Ns,a=Bs;try{Bs=e,z(this,function(n,i,a){Ns=n[r][e],t.call(n,n.__data__,i,a)})}finally{Ns=i,Bs=a}}else z(this,function(i){var a=i[r][e];(a.event||(a.event=eu.dispatch(\"start\",\"end\",\"interrupt\"))).on(t,n)});return this},Rs.transition=function(){for(var t,n,e,r,i=this.id,a=++js,u=this.namespace,o=[],s=0,c=this.length;c>s;s++){o.push(t=[]);for(var n=this[s],l=0,h=n.length;h>l;l++)(e=n[l])&&(r=e[u][i],Va(e,l,u,a,{time:r.time,ease:r.ease,delay:r.delay+r.duration,duration:r.duration})),t.push(e)}return za(o,u,a)},eu.svg.axis=function(){function t(t){t.each(function(){var t,c=eu.select(this),l=this.__chart__||e,h=this.__chart__=e.copy(),f=null==s?h.ticks?h.ticks.apply(h,o):h.domain():s,d=null==n?h.tickFormat?h.tickFormat.apply(h,o):_:n,p=c.selectAll(\".tick\").data(f,h),g=p.enter().insert(\"g\",\".domain\").attr(\"class\",\"tick\").style(\"opacity\",Tu),y=eu.transition(p.exit()).style(\"opacity\",Tu).remove(),m=eu.transition(p.order()).style(\"opacity\",1),v=Math.max(i,0)+u,b=ji(h),x=c.selectAll(\".domain\").data([0]),w=(x.enter().append(\"path\").attr(\"class\",\"domain\"),eu.transition(x));g.append(\"line\"),g.append(\"text\");var A,k,E,M,S=g.select(\"line\"),D=m.select(\"line\"),C=p.select(\"text\").text(d),T=g.select(\"text\"),F=m.select(\"text\"),O=\"top\"===r||\"left\"===r?-1:1;if(\"bottom\"===r||\"top\"===r?(t=Za,A=\"x\",E=\"y\",k=\"x2\",M=\"y2\",C.attr(\"dy\",0>O?\"0em\":\".71em\").style(\"text-anchor\",\"middle\"),w.attr(\"d\",\"M\"+b[0]+\",\"+O*a+\"V0H\"+b[1]+\"V\"+O*a)):(t=Xa,A=\"y\",E=\"x\",k=\"y2\",M=\"x2\",C.attr(\"dy\",\".32em\").style(\"text-anchor\",0>O?\"end\":\"start\"),w.attr(\"d\",\"M\"+O*a+\",\"+b[0]+\"H0V\"+b[1]+\"H\"+O*a)),S.attr(M,O*i),T.attr(E,O*v),D.attr(k,0).attr(M,O*i),F.attr(A,0).attr(E,O*v),h.rangeBand){var L=h,I=L.rangeBand()/2;l=h=function(t){return L(t)+I}}else l.rangeBand?l=h:y.call(t,h,l);g.call(t,l,h),m.call(t,h,h)})}var n,e=eu.scale.linear(),r=Ys,i=6,a=6,u=3,o=[10],s=null;return t.scale=function(n){return arguments.length?(e=n,t):e},t.orient=function(n){return arguments.length?(r=n in Us?n+\"\":Ys,t):r},t.ticks=function(){return arguments.length?(o=arguments,t):o},t.tickValues=function(n){return arguments.length?(s=n,t):s},t.tickFormat=function(e){return arguments.length?(n=e,t):n},t.tickSize=function(n){var e=arguments.length;return e?(i=+n,a=+arguments[e-1],t):i},t.innerTickSize=function(n){return arguments.length?(i=+n,t):i},t.outerTickSize=function(n){return arguments.length?(a=+n,t):a},t.tickPadding=function(n){return arguments.length?(u=+n,t):u},t.tickSubdivide=function(){return arguments.length&&t},t};var Ys=\"bottom\",Us={top:1,right:1,bottom:1,left:1};eu.svg.brush=function(){function t(e){e.each(function(){var e=eu.select(this).style(\"pointer-events\",\"all\").style(\"-webkit-tap-highlight-color\",\"rgba(0,0,0,0)\").on(\"mousedown.brush\",a).on(\"touchstart.brush\",a),u=e.selectAll(\".background\").data([0]);u.enter().append(\"rect\").attr(\"class\",\"background\").style(\"visibility\",\"hidden\").style(\"cursor\",\"crosshair\"),e.selectAll(\".extent\").data([0]).enter().append(\"rect\").attr(\"class\",\"extent\").style(\"cursor\",\"move\");var o=e.selectAll(\".resize\").data(g,_);o.exit().remove(),o.enter().append(\"g\").attr(\"class\",function(t){return\"resize \"+t}).style(\"cursor\",function(t){return $s[t]}).append(\"rect\").attr(\"x\",function(t){return/[ew]$/.test(t)?-3:null}).attr(\"y\",function(t){return/^[ns]/.test(t)?-3:null}).attr(\"width\",6).attr(\"height\",6).style(\"visibility\",\"hidden\"),o.style(\"display\",t.empty()?\"none\":null);var s,h=eu.transition(e),f=eu.transition(u);c&&(s=ji(c),f.attr(\"x\",s[0]).attr(\"width\",s[1]-s[0]),r(h)),l&&(s=ji(l),f.attr(\"y\",s[0]).attr(\"height\",s[1]-s[0]),i(h)),n(h)})}function n(t){t.selectAll(\".resize\").attr(\"transform\",function(t){return\"translate(\"+h[+/e$/.test(t)]+\",\"+f[+/^s/.test(t)]+\")\"})}function r(t){t.select(\".extent\").attr(\"x\",h[0]),t.selectAll(\".extent,.n>rect,.s>rect\").attr(\"width\",h[1]-h[0])}function i(t){t.select(\".extent\").attr(\"y\",f[0]),t.selectAll(\".extent,.e>rect,.w>rect\").attr(\"height\",f[1]-f[0])}function a(){function a(){32==eu.event.keyCode&&(C||(_=null,F[0]-=h[1],F[1]-=f[1],C=2),E())}function g(){32==eu.event.keyCode&&2==C&&(F[0]+=h[1],F[1]+=f[1],C=0,E())}function y(){var t=eu.mouse(x),e=!1;b&&(t[0]+=b[0],t[1]+=b[1]),C||(eu.event.altKey?(_||(_=[(h[0]+h[1])/2,(f[0]+f[1])/2]),F[0]=h[+(t[0]<_[0])],F[1]=f[+(t[1]<_[1])]):_=null),S&&m(t,c,0)&&(r(k),e=!0),D&&m(t,l,1)&&(i(k),e=!0),e&&(n(k),A({type:\"brush\",mode:C?\"move\":\"resize\"}))}function m(t,n,e){var r,i,a=ji(n),s=a[0],c=a[1],l=F[e],g=e?f:h,y=g[1]-g[0];return C&&(s-=l,c-=y+l),r=(e?p:d)?Math.max(s,Math.min(c,t[e])):t[e],C?i=(r+=l)+y:(_&&(l=Math.max(s,Math.min(c,2*_[e]-r))),r>l?(i=r,r=l):i=l),g[0]!=r||g[1]!=i?(e?o=null:u=null,g[0]=r,g[1]=i,!0):void 0}function v(){y(),k.style(\"pointer-events\",\"all\").selectAll(\".resize\").style(\"display\",t.empty()?\"none\":null),eu.select(\"body\").style(\"cursor\",null),O.on(\"mousemove.brush\",null).on(\"mouseup.brush\",null).on(\"touchmove.brush\",null).on(\"touchend.brush\",null).on(\"keydown.brush\",null).on(\"keyup.brush\",null),T(),A({type:\"brushend\"})}var _,b,x=this,w=eu.select(eu.event.target),A=s.of(x,arguments),k=eu.select(x),M=w.datum(),S=!/^(n|s)$/.test(M)&&c,D=!/^(e|w)$/.test(M)&&l,C=w.classed(\"extent\"),T=X(x),F=eu.mouse(x),O=eu.select(e(x)).on(\"keydown.brush\",a).on(\"keyup.brush\",g);if(eu.event.changedTouches?O.on(\"touchmove.brush\",y).on(\"touchend.brush\",v):O.on(\"mousemove.brush\",y).on(\"mouseup.brush\",v),k.interrupt().selectAll(\"*\").interrupt(),C)F[0]=h[0]-F[0],F[1]=f[0]-F[1];else if(M){var L=+/w$/.test(M),I=+/^n/.test(M);b=[h[1-L]-F[0],f[1-I]-F[1]],F[0]=h[L],F[1]=f[I]}else eu.event.altKey&&(_=F.slice());k.style(\"pointer-events\",\"none\").selectAll(\".resize\").style(\"display\",null),eu.select(\"body\").style(\"cursor\",w.style(\"cursor\")),A({type:\"brushstart\"}),y()}var u,o,s=S(t,\"brushstart\",\"brush\",\"brushend\"),c=null,l=null,h=[0,0],f=[0,0],d=!0,p=!0,g=Ws[0];return t.event=function(t){t.each(function(){var t=s.of(this,arguments),n={x:h,y:f,i:u,j:o},e=this.__chart__||n;this.__chart__=n,Bs?eu.select(this).transition().each(\"start.brush\",function(){u=e.i,o=e.j,h=e.x,f=e.y,t({type:\"brushstart\"})}).tween(\"brush:brush\",function(){var e=br(h,n.x),r=br(f,n.y);return u=o=null,function(i){h=n.x=e(i),f=n.y=r(i),t({type:\"brush\",mode:\"resize\"})}}).each(\"end.brush\",function(){u=n.i,o=n.j,t({type:\"brush\",mode:\"resize\"}),t({type:\"brushend\"})}):(t({type:\"brushstart\"}),t({type:\"brush\",mode:\"resize\"}),t({type:\"brushend\"}))})},t.x=function(n){return arguments.length?(c=n,g=Ws[!c<<1|!l],t):c},t.y=function(n){return arguments.length?(l=n,g=Ws[!c<<1|!l],t):l},t.clamp=function(n){return arguments.length?(c&&l?(d=!!n[0],p=!!n[1]):c?d=!!n:l&&(p=!!n),t):c&&l?[d,p]:c?d:l?p:null},t.extent=function(n){var e,r,i,a,s;return arguments.length?(c&&(e=n[0],r=n[1],l&&(e=e[0],r=r[0]),u=[e,r],c.invert&&(e=c(e),r=c(r)),e>r&&(s=e,e=r,r=s),(e!=h[0]||r!=h[1])&&(h=[e,r])),l&&(i=n[0],a=n[1],c&&(i=i[1],a=a[1]),o=[i,a],l.invert&&(i=l(i),a=l(a)),i>a&&(s=i,i=a,a=s),(i!=f[0]||a!=f[1])&&(f=[i,a])),t):(c&&(u?(e=u[0],r=u[1]):(e=h[0],r=h[1],c.invert&&(e=c.invert(e),r=c.invert(r)),e>r&&(s=e,e=r,r=s))),l&&(o?(i=o[0],a=o[1]):(i=f[0],a=f[1],l.invert&&(i=l.invert(i),a=l.invert(a)),i>a&&(s=i,i=a,a=s))),c&&l?[[e,i],[r,a]]:c?[e,r]:l&&[i,a])},t.clear=function(){return t.empty()||(h=[0,0],f=[0,0],u=o=null),t},t.empty=function(){return!!c&&h[0]==h[1]||!!l&&f[0]==f[1]},eu.rebind(t,s,\"on\")};var $s={n:\"ns-resize\",e:\"ew-resize\",s:\"ns-resize\",w:\"ew-resize\",nw:\"nwse-resize\",ne:\"nesw-resize\",se:\"nwse-resize\",sw:\"nesw-resize\"},Ws=[[\"n\",\"e\",\"s\",\"w\",\"nw\",\"ne\",\"se\",\"sw\"],[\"e\",\"w\"],[\"n\",\"s\"],[]],zs=so.format=go.timeFormat,qs=zs.utc,Gs=qs(\"%Y-%m-%dT%H:%M:%S.%LZ\");zs.iso=Date.prototype.toISOString&&+new Date(\"2000-01-01T00:00:00.000Z\")?Ka:Gs,Ka.parse=function(t){var n=new Date(t);return isNaN(n)?null:n},Ka.toString=Gs.toString,so.second=Yt(function(t){return new co(1e3*Math.floor(t/1e3))},function(t,n){t.setTime(t.getTime()+1e3*Math.floor(n))},function(t){return t.getSeconds()}),so.seconds=so.second.range,so.seconds.utc=so.second.utc.range,so.minute=Yt(function(t){return new co(6e4*Math.floor(t/6e4))},function(t,n){t.setTime(t.getTime()+6e4*Math.floor(n))},function(t){return t.getMinutes()}),so.minutes=so.minute.range,so.minutes.utc=so.minute.utc.range,so.hour=Yt(function(t){var n=t.getTimezoneOffset()/60;return new co(36e5*(Math.floor(t/36e5-n)+n))},function(t,n){t.setTime(t.getTime()+36e5*Math.floor(n))},function(t){return t.getHours()}),so.hours=so.hour.range,so.hours.utc=so.hour.utc.range,so.month=Yt(function(t){return t=so.day(t),t.setDate(1),t},function(t,n){t.setMonth(t.getMonth()+n)},function(t){return t.getMonth()}),so.months=so.month.range,so.months.utc=so.month.utc.range;var Hs=[1e3,5e3,15e3,3e4,6e4,3e5,9e5,18e5,36e5,108e5,216e5,432e5,864e5,1728e5,6048e5,2592e6,7776e6,31536e6],Vs=[[so.second,1],[so.second,5],[so.second,15],[so.second,30],[so.minute,1],[so.minute,5],[so.minute,15],[so.minute,30],[so.hour,1],[so.hour,3],[so.hour,6],[so.hour,12],[so.day,1],[so.day,2],[so.week,1],[so.month,1],[so.month,3],[so.year,1]],Zs=zs.multi([[\".%L\",function(t){return t.getMilliseconds()}],[\":%S\",function(t){return t.getSeconds()}],[\"%I:%M\",function(t){return t.getMinutes()}],[\"%I %p\",function(t){return t.getHours()}],[\"%a %d\",function(t){return t.getDay()&&1!=t.getDate()}],[\"%b %d\",function(t){return 1!=t.getDate()}],[\"%B\",function(t){return t.getMonth()}],[\"%Y\",Tn]]),Xs={range:function(t,n,e){return eu.range(Math.ceil(t/e)*e,+n,e).map(Ja)},floor:_,ceil:_};Vs.year=so.year,so.scale=function(){return Qa(eu.scale.linear(),Vs,Zs)};var Ks=Vs.map(function(t){return[t[0].utc,t[1]]}),Qs=qs.multi([[\".%L\",function(t){return t.getUTCMilliseconds()}],[\":%S\",function(t){return t.getUTCSeconds()}],[\"%I:%M\",function(t){return t.getUTCMinutes()}],[\"%I %p\",function(t){return t.getUTCHours()}],[\"%a %d\",function(t){return t.getUTCDay()&&1!=t.getUTCDate()}],[\"%b %d\",function(t){return 1!=t.getUTCDate()}],[\"%B\",function(t){return t.getUTCMonth()}],[\"%Y\",Tn]]);Ks.year=so.year.utc,so.scale.utc=function(){return Qa(eu.scale.linear(),Ks,Qs)},eu.text=Dt(function(t){return t.responseText}),eu.json=function(t,n){return Ct(t,\"application/json\",tu,n)},eu.html=function(t,n){return Ct(t,\"text/html\",nu,n)},eu.xml=Dt(function(t){return t.responseXML}),\"function\"==typeof define&&define.amd?define(eu):\"object\"==typeof n&&n.exports&&(n.exports=eu),this.d3=eu}()},{}],3:[function(t,n){n.exports={graphlib:t(\"./lib/graphlib\"),dagre:t(\"./lib/dagre\"),intersect:t(\"./lib/intersect\"),render:t(\"./lib/render\"),util:t(\"./lib/util\"),version:t(\"./lib/version\")}},{\"./lib/dagre\":10,\"./lib/graphlib\":11,\"./lib/intersect\":12,\"./lib/render\":27,\"./lib/util\":29,\"./lib/version\":30}],4:[function(t,n){function e(t,n,e,r){var i=t.append(\"marker\").attr(\"id\",n).attr(\"viewBox\",\"0 0 10 10\").attr(\"refX\",9).attr(\"refY\",5).attr(\"markerUnits\",\"strokeWidth\").attr(\"markerWidth\",8).attr(\"markerHeight\",6).attr(\"orient\",\"auto\"),u=i.append(\"path\").attr(\"d\",\"M 0 0 L 10 5 L 0 10 z\").style(\"stroke-width\",1).style(\"stroke-dasharray\",\"1,0\");a.applyStyle(u,e[r+\"Style\"])}function r(t,n,e,r){var i=t.append(\"marker\").attr(\"id\",n).attr(\"viewBox\",\"0 0 10 10\").attr(\"refX\",9).attr(\"refY\",5).attr(\"markerUnits\",\"strokeWidth\").attr(\"markerWidth\",8).attr(\"markerHeight\",6).attr(\"orient\",\"auto\"),u=i.append(\"path\").attr(\"d\",\"M 0 0 L 10 5 L 0 10 L 4 5 z\").style(\"stroke-width\",1).style(\"stroke-dasharray\",\"1,0\");a.applyStyle(u,e[r+\"Style\"])}function i(t,n,e,r){var i=t.append(\"marker\").attr(\"id\",n).attr(\"viewBox\",\"0 0 10 10\").attr(\"refX\",9).attr(\"refY\",5).attr(\"markerUnits\",\"strokeWidth\").attr(\"markerWidth\",8).attr(\"markerHeight\",6).attr(\"orient\",\"auto\"),u=i.append(\"path\").attr(\"d\",\"M 0 5 L 10 5\").style(\"stroke-width\",1).style(\"stroke-dasharray\",\"1,0\");a.applyStyle(u,e[r+\"Style\"])}var a=t(\"./util\");n.exports={\"default\":e,normal:e,vee:r,undirected:i}},{\"./util\":29}],5:[function(t,n){function e(t,n){var e=n.nodes().filter(function(t){return r.isSubgraph(n,t)}),a=t.selectAll(\"g.cluster\").data(e,function(t){return t});return a.selectAll(\"*\").remove(),a.enter().append(\"g\").attr(\"class\",\"cluster\").attr(\"id\",function(t){var e=n.node(t);return e.id}).style(\"opacity\",0),r.applyTransition(a,n).style(\"opacity\",1),a.each(function(t){var e=n.node(t),r=d3.select(this);d3.select(this).append(\"rect\");var a=r.append(\"g\").attr(\"class\",\"label\");i(a,e,e.clusterLabelPos)}),a.selectAll(\"rect\").each(function(t){var e=n.node(t),i=d3.select(this);r.applyStyle(i,e.style)}),r.applyTransition(a.exit(),n).style(\"opacity\",0).remove(),a}var r=t(\"./util\"),i=t(\"./label/add-label\");n.exports=e},{\"./label/add-label\":20,\"./util\":29}],6:[function(t,n){\"use strict\";function e(t,n){var e=t.selectAll(\"g.edgeLabel\").data(n.edges(),function(t){return a.edgeToId(t)}).classed(\"update\",!0);return e.selectAll(\"*\").remove(),e.enter().append(\"g\").classed(\"edgeLabel\",!0).style(\"opacity\",0),e.each(function(t){var e=n.edge(t),a=i(u.select(this),n.edge(t),0,0).classed(\"label\",!0),o=a.node().getBBox();e.labelId&&a.attr(\"id\",e.labelId),r.has(e,\"width\")||(e.width=o.width),r.has(e,\"height\")||(e.height=o.height)}),a.applyTransition(e.exit(),n).style(\"opacity\",0).remove(),e}var r=t(\"./lodash\"),i=t(\"./label/add-label\"),a=t(\"./util\"),u=t(\"./d3\");n.exports=e},{\"./d3\":9,\"./label/add-label\":20,\"./lodash\":23,\"./util\":29}],7:[function(t,n){\"use strict\";function e(t,n,e){var i=t.selectAll(\"g.edgePath\").data(n.edges(),function(t){return l.edgeToId(t)}).classed(\"update\",!0);return u(i,n),o(i,n),l.applyTransition(i,n).style(\"opacity\",1),i.each(function(t){var e=h.select(this),r=n.edge(t);r.elem=this,r.id&&e.attr(\"id\",r.id),l.applyClass(e,r[\"class\"],(e.classed(\"update\")?\"update \":\"\")+\"edgePath\")}),i.selectAll(\"path.path\").each(function(t){var e=n.edge(t);e.arrowheadId=s.uniqueId(\"arrowhead\");var i=h.select(this).attr(\"marker-end\",function(){return\"url(#\"+e.arrowheadId+\")\"}).style(\"fill\",\"none\");l.applyTransition(i,n).attr(\"d\",function(t){return r(n,t)}),l.applyStyle(i,e.style)}),i.selectAll(\"defs *\").remove(),i.selectAll(\"defs\").each(function(t){var r=n.edge(t),i=e[r.arrowhead];i(h.select(this),r.arrowheadId,r,\"arrowhead\")}),i}function r(t,n){var e=t.edge(n),r=t.node(n.v),a=t.node(n.w),u=e.points.slice(1,e.points.length-1);return u.unshift(c(r,u[0])),u.push(c(a,u[u.length-1])),i(e,u)}function i(t,n){var e=h.svg.line().x(function(t){return t.x}).y(function(t){return t.y});return s.has(t,\"lineInterpolate\")&&e.interpolate(t.lineInterpolate),s.has(t,\"lineTension\")&&e.tension(Number(t.lineTension)),e(n)}function a(t){var n=t.getBBox(),e=t.getTransformToElement(t.ownerSVGElement).translate(n.width/2,n.height/2);return{x:e.e,y:e.f}}function u(t,n){var e=t.enter().append(\"g\").attr(\"class\",\"edgePath\").style(\"opacity\",0);e.append(\"path\").attr(\"class\",\"path\").attr(\"d\",function(t){var e=n.edge(t),r=n.node(t.v).elem,u=s.range(e.points.length).map(function(){return a(r)});return i(e,u)}),e.append(\"defs\")}function o(t,n){var e=t.exit();l.applyTransition(e,n).style(\"opacity\",0).remove(),l.applyTransition(e.select(\"path.path\"),n).attr(\"d\",function(t){var e=n.node(t.v);if(e){var r=s.range(this.pathSegList.length).map(function(){return e});return i({},r)}return h.select(this).attr(\"d\")})}var s=t(\"./lodash\"),c=t(\"./intersect/intersect-node\"),l=t(\"./util\"),h=t(\"./d3\");n.exports=e},{\"./d3\":9,\"./intersect/intersect-node\":16,\"./lodash\":23,\"./util\":29}],8:[function(t,n){\"use strict\";function e(t,n,e){var o=n.nodes().filter(function(t){return!a.isSubgraph(n,t)}),s=t.selectAll(\"g.node\").data(o,function(t){return t}).classed(\"update\",!0);return s.selectAll(\"*\").remove(),s.enter().append(\"g\").attr(\"class\",\"node\").style(\"opacity\",0),s.each(function(t){var o=n.node(t),s=u.select(this),c=s.append(\"g\").attr(\"class\",\"label\"),l=i(c,o),h=e[o.shape],f=r.pick(l.node().getBBox(),\"width\",\"height\");o.elem=this,o.id&&s.attr(\"id\",o.id),o.labelId&&c.attr(\"id\",o.labelId),a.applyClass(s,o[\"class\"],(s.classed(\"update\")?\"update \":\"\")+\"node\"),r.has(o,\"width\")&&(f.width=o.width),r.has(o,\"height\")&&(f.height=o.height),f.width+=o.paddingLeft+o.paddingRight,f.height+=o.paddingTop+o.paddingBottom,c.attr(\"transform\",\"translate(\"+(o.paddingLeft-o.paddingRight)/2+\",\"+(o.paddingTop-o.paddingBottom)/2+\")\");var d=h(u.select(this),f,o);a.applyStyle(d,o.style);var p=d.node().getBBox();o.width=p.width,o.height=p.height}),a.applyTransition(s.exit(),n).style(\"opacity\",0).remove(),s}var r=t(\"./lodash\"),i=t(\"./label/add-label\"),a=t(\"./util\"),u=t(\"./d3\");n.exports=e},{\"./d3\":9,\"./label/add-label\":20,\"./lodash\":23,\"./util\":29}],9:[function(t,n){n.exports=window.d3},{}],10:[function(t,n){var e;if(t)try{e=t(\"dagre\")}catch(r){}e||(e=window.dagre),n.exports=e},{dagre:52}],11:[function(t,n){var e;if(t)try{e=t(\"graphlib\")}catch(r){}e||(e=window.graphlib),n.exports=e},{graphlib:31}],12:[function(t,n){n.exports={node:t(\"./intersect-node\"),circle:t(\"./intersect-circle\"),ellipse:t(\"./intersect-ellipse\"),polygon:t(\"./intersect-polygon\"),rect:t(\"./intersect-rect\")}},{\"./intersect-circle\":13,\"./intersect-ellipse\":14,\"./intersect-node\":16,\"./intersect-polygon\":17,\"./intersect-rect\":18}],13:[function(t,n){function e(t,n,e){return r(t,n,n,e)}var r=t(\"./intersect-ellipse\");n.exports=e},{\"./intersect-ellipse\":14}],14:[function(t,n){function e(t,n,e,r){var i=t.x,a=t.y,u=i-r.x,o=a-r.y,s=Math.sqrt(n*n*o*o+e*e*u*u),c=Math.abs(n*e*u/s);r.x<i&&(c=-c);var l=Math.abs(n*e*o/s);return r.y<a&&(l=-l),{x:i+c,y:a+l}}n.exports=e},{}],15:[function(t,n){function e(t,n,e,i){var a,u,o,s,c,l,h,f,d,p,g,y,m,v,_;return a=n.y-t.y,o=t.x-n.x,c=n.x*t.y-t.x*n.y,d=a*e.x+o*e.y+c,p=a*i.x+o*i.y+c,0!==d&&0!==p&&r(d,p)||(u=i.y-e.y,s=e.x-i.x,l=i.x*e.y-e.x*i.y,h=u*t.x+s*t.yy+l,f=u*n.x+s*n.y+l,0!==h&&0!==f&&r(h,f)||(g=a*s-u*o,0===g))?void 0:(y=Math.abs(g/2),m=o*l-s*c,v=0>m?(m-y)/g:(m+y)/g,m=u*c-a*l,_=0>m?(m-y)/g:(m+y)/g,{x:v,y:_})}function r(t,n){return t*n>0}n.exports=e},{}],16:[function(t,n){function e(t,n){return t.intersect(n)}n.exports=e},{}],17:[function(t,n){function e(t,n,e){var i=t.x,a=t.y,u=[],o=Number.POSITIVE_INFINITY,s=Number.POSITIVE_INFINITY;n.forEach(function(t){o=Math.min(o,t.x),s=Math.min(s,t.y)});for(var c=i-t.width/2-o,l=a-t.height/2-s,h=0;h<n.length;h++){var f=n[h],d=n[h<n.length-1?h+1:0],p=r(t,e,{x:c+f.x,y:l+f.y},{x:c+d.x,y:l+d.y});p&&u.push(p)}return u.length?(u.length>1&&u.sort(function(t,n){var r=t.x-e.x,i=t.y-e.y,a=Math.sqrt(r*r+i*i),u=n.x-e.x,o=n.y-e.y,s=Math.sqrt(u*u+o*o);return s>a?-1:a===s?0:1}),u[0]):(console.log(\"NO INTERSECTION FOUND, RETURN NODE CENTER\",t),t)}var r=t(\"./intersect-line\");n.exports=e},{\"./intersect-line\":15}],18:[function(t,n){\nfunction e(t,n){var e,r,i=t.x,a=t.y,u=n.x-i,o=n.y-a,s=t.width/2,c=t.height/2;return Math.abs(o)*s>Math.abs(u)*c?(0>o&&(c=-c),e=0===o?0:c*u/o,r=c):(0>u&&(s=-s),e=s,r=0===u?0:s*o/u),{x:i+e,y:a+r}}n.exports=e},{}],19:[function(t,n){function e(t,n){var e=t.append(\"foreignObject\").attr(\"width\",\"100000\"),i=e.append(\"xhtml:div\"),a=n.label;switch(typeof a){case\"function\":i.insert(a);break;case\"object\":i.insert(function(){return a});break;default:i.html(a)}r.applyStyle(i,n.labelStyle),i.style(\"display\",\"inline-block\"),i.style(\"white-space\",\"nowrap\");var u,o;return i.each(function(){u=this.clientWidth,o=this.clientHeight}),e.attr(\"width\",u).attr(\"height\",o),e}var r=t(\"../util\");n.exports=e},{\"../util\":29}],20:[function(t,n){function e(t,n,e){var u=n.label,o=t.append(\"g\");\"svg\"===n.labelType?a(o,n):\"string\"!=typeof u||\"html\"===n.labelType?i(o,n):r(o,n);var s,c=o.node().getBBox();switch(e){case\"top\":s=-n.height/2;break;case\"bottom\":s=n.height/2-c.height;break;default:s=-c.height/2}return o.attr(\"transform\",\"translate(\"+-c.width/2+\",\"+s+\")\"),o}var r=t(\"./add-text-label\"),i=t(\"./add-html-label\"),a=t(\"./add-svg-label\");n.exports=e},{\"./add-html-label\":19,\"./add-svg-label\":21,\"./add-text-label\":22}],21:[function(t,n){function e(t,n){var e=t;return e.node().appendChild(n.label),r.applyStyle(e,n.labelStyle),e}var r=t(\"../util\");n.exports=e},{\"../util\":29}],22:[function(t,n){function e(t,n){for(var e=t.append(\"text\"),a=r(n.label).split(\"\\n\"),u=0;u<a.length;u++)e.append(\"tspan\").attr(\"xml:space\",\"preserve\").attr(\"dy\",\"1em\").attr(\"x\",\"1\").text(a[u]);return i.applyStyle(e,n.labelStyle),e}function r(t){for(var n,e=\"\",r=!1,i=0;i<t.length;++i)if(n=t[i],r){switch(n){case\"n\":e+=\"\\n\";break;default:e+=n}r=!1}else\"\\\\\"===n?r=!0:e+=n;return e}var i=t(\"../util\");n.exports=e},{\"../util\":29}],23:[function(t,n){var e;if(t)try{e=t(\"lodash\")}catch(r){}e||(e=window._),n.exports=e},{lodash:51}],24:[function(t,n){\"use strict\";function e(t,n){function e(t){var e=n.node(t);return\"translate(\"+e.x+\",\"+e.y+\")\"}var a=t.filter(function(){return!i.select(this).classed(\"update\")});a.attr(\"transform\",e),r.applyTransition(t,n).style(\"opacity\",1).attr(\"transform\",e),r.applyTransition(a.selectAll(\"rect\"),n).attr(\"width\",function(t){return n.node(t).width}).attr(\"height\",function(t){return n.node(t).height}).attr(\"x\",function(t){var e=n.node(t);return-e.width/2}).attr(\"y\",function(t){var e=n.node(t);return-e.height/2})}var r=t(\"./util\"),i=t(\"./d3\");n.exports=e},{\"./d3\":9,\"./util\":29}],25:[function(t,n){\"use strict\";function e(t,n){function e(t){var e=n.edge(t);return a.has(e,\"x\")?\"translate(\"+e.x+\",\"+e.y+\")\":\"\"}var u=t.filter(function(){return!i.select(this).classed(\"update\")});u.attr(\"transform\",e),r.applyTransition(t,n).style(\"opacity\",1).attr(\"transform\",e)}var r=t(\"./util\"),i=t(\"./d3\"),a=t(\"./lodash\");n.exports=e},{\"./d3\":9,\"./lodash\":23,\"./util\":29}],26:[function(t,n){\"use strict\";function e(t,n){function e(t){var e=n.node(t);return\"translate(\"+e.x+\",\"+e.y+\")\"}var a=t.filter(function(){return!i.select(this).classed(\"update\")});a.attr(\"transform\",e),r.applyTransition(t,n).style(\"opacity\",1).attr(\"transform\",e)}var r=t(\"./util\"),i=t(\"./d3\");n.exports=e},{\"./d3\":9,\"./util\":29}],27:[function(t,n){function e(){var n=t(\"./create-nodes\"),e=t(\"./create-clusters\"),u=t(\"./create-edge-labels\"),s=t(\"./create-edge-paths\"),c=t(\"./position-nodes\"),l=t(\"./position-edge-labels\"),h=t(\"./position-clusters\"),f=t(\"./shapes\"),d=t(\"./arrows\"),p=function(t,p){r(p);var g=a(t,\"output\"),y=a(g,\"clusters\"),m=a(g,\"edgePaths\"),v=u(a(g,\"edgeLabels\"),p),_=n(a(g,\"nodes\"),p,f);o(p),c(_,p),l(v,p),s(m,p,d);var b=e(y,p);h(b,p),i(p)};return p.createNodes=function(t){return arguments.length?(n=t,p):n},p.createClusters=function(t){return arguments.length?(e=t,p):e},p.createEdgeLabels=function(t){return arguments.length?(u=t,p):u},p.createEdgePaths=function(t){return arguments.length?(s=t,p):s},p.shapes=function(t){return arguments.length?(f=t,p):f},p.arrows=function(t){return arguments.length?(d=t,p):d},p}function r(t){t.nodes().forEach(function(n){var e=t.node(n);u.has(e,\"label\")||t.children(n).length||(e.label=n),u.has(e,\"paddingX\")&&u.defaults(e,{paddingLeft:e.paddingX,paddingRight:e.paddingX}),u.has(e,\"paddingY\")&&u.defaults(e,{paddingTop:e.paddingY,paddingBottom:e.paddingY}),u.has(e,\"padding\")&&u.defaults(e,{paddingLeft:e.padding,paddingRight:e.padding,paddingTop:e.padding,paddingBottom:e.padding}),u.defaults(e,s),u.each([\"paddingLeft\",\"paddingRight\",\"paddingTop\",\"paddingBottom\"],function(t){e[t]=Number(e[t])}),u.has(e,\"width\")&&(e._prevWidth=e.width),u.has(e,\"height\")&&(e._prevHeight=e.height)}),t.edges().forEach(function(n){var e=t.edge(n);u.has(e,\"label\")||(e.label=\"\"),u.defaults(e,c)})}function i(t){u.each(t.nodes(),function(n){var e=t.node(n);u.has(e,\"_prevWidth\")?e.width=e._prevWidth:delete e.width,u.has(e,\"_prevHeight\")?e.height=e._prevHeight:delete e.height,delete e._prevWidth,delete e._prevHeight})}function a(t,n){var e=t.select(\"g.\"+n);return e.empty()&&(e=t.append(\"g\").attr(\"class\",n)),e}var u=t(\"./lodash\"),o=t(\"./dagre\").layout;n.exports=e;var s={paddingLeft:10,paddingRight:10,paddingTop:10,paddingBottom:10,rx:0,ry:0,shape:\"rect\"},c={arrowhead:\"normal\",lineInterpolate:\"linear\"}},{\"./arrows\":4,\"./create-clusters\":5,\"./create-edge-labels\":6,\"./create-edge-paths\":7,\"./create-nodes\":8,\"./dagre\":10,\"./lodash\":23,\"./position-clusters\":24,\"./position-edge-labels\":25,\"./position-nodes\":26,\"./shapes\":28}],28:[function(t,n){\"use strict\";function e(t,n,e){var r=t.insert(\"rect\",\":first-child\").attr(\"rx\",e.rx).attr(\"ry\",e.ry).attr(\"x\",-n.width/2).attr(\"y\",-n.height/2).attr(\"width\",n.width).attr(\"height\",n.height);return e.intersect=function(t){return u(e,t)},r}function r(t,n,e){var r=n.width/2,i=n.height/2,a=t.insert(\"ellipse\",\":first-child\").attr(\"x\",-n.width/2).attr(\"y\",-n.height/2).attr(\"rx\",r).attr(\"ry\",i);return e.intersect=function(t){return o(e,r,i,t)},a}function i(t,n,e){var r=Math.max(n.width,n.height)/2,i=t.insert(\"circle\",\":first-child\").attr(\"x\",-n.width/2).attr(\"y\",-n.height/2).attr(\"r\",r);return e.intersect=function(t){return s(e,r,t)},i}function a(t,n,e){var r=n.width*Math.SQRT2/2,i=n.height*Math.SQRT2/2,a=[{x:0,y:-i},{x:-r,y:0},{x:0,y:i},{x:r,y:0}],u=t.insert(\"polygon\",\":first-child\").attr(\"points\",a.map(function(t){return t.x+\",\"+t.y}).join(\" \"));return e.intersect=function(t){return c(e,a,t)},u}var u=t(\"./intersect/intersect-rect\"),o=t(\"./intersect/intersect-ellipse\"),s=t(\"./intersect/intersect-circle\"),c=t(\"./intersect/intersect-polygon\");n.exports={rect:e,ellipse:r,circle:i,diamond:a}},{\"./intersect/intersect-circle\":13,\"./intersect/intersect-ellipse\":14,\"./intersect/intersect-polygon\":17,\"./intersect/intersect-rect\":18}],29:[function(t,n){function e(t,n){return!!t.children(n).length}function r(t){return i(t.v)+\":\"+i(t.w)+\":\"+i(t.name)}function i(t){return t?String(t).replace(c,\"\\\\:\"):\"\"}function a(t,n){n&&t.attr(\"style\",n)}function u(t,n,e){n&&t.attr(\"class\",n).attr(\"class\",e+\" \"+t.attr(\"class\"))}function o(t,n){var e=n.graph();if(s.isPlainObject(e)){var r=e.transition;if(s.isFunction(r))return r(t)}return t}var s=t(\"./lodash\");n.exports={isSubgraph:e,edgeToId:r,applyStyle:a,applyClass:u,applyTransition:o};var c=/:/g},{\"./lodash\":23}],30:[function(t,n){n.exports=\"0.4.10\"},{}],31:[function(t,n){var e=t(\"./lib\");n.exports={Graph:e.Graph,json:t(\"./lib/json\"),alg:t(\"./lib/alg\"),version:e.version}},{\"./lib\":47,\"./lib/alg\":38,\"./lib/json\":48}],32:[function(t,n){function e(t){function n(a){r.has(i,a)||(i[a]=!0,e.push(a),r.each(t.successors(a),n),r.each(t.predecessors(a),n))}var e,i={},a=[];return r.each(t.nodes(),function(t){e=[],n(t),e.length&&a.push(e)}),a}var r=t(\"../lodash\");n.exports=e},{\"../lodash\":49}],33:[function(t,n){function e(t,n,e){i.isArray(n)||(n=[n]);var a=[],u={};return i.each(n,function(n){if(!t.hasNode(n))throw new Error(\"Graph does not have node: \"+n);r(t,n,\"post\"===e,u,a)}),a}function r(t,n,e,a,u){i.has(a,n)||(a[n]=!0,e||u.push(n),i.each(t.neighbors(n),function(n){r(t,n,e,a,u)}),e&&u.push(n))}var i=t(\"../lodash\");n.exports=e},{\"../lodash\":49}],34:[function(t,n){function e(t,n,e){return i.transform(t.nodes(),function(i,a){i[a]=r(t,a,n,e)},{})}var r=t(\"./dijkstra\"),i=t(\"../lodash\");n.exports=e},{\"../lodash\":49,\"./dijkstra\":35}],35:[function(t,n){function e(t,n,e,i){return r(t,String(n),e||u,i||function(n){return t.outEdges(n)})}function r(t,n,e,r){var i,u,o={},s=new a,c=function(t){var n=t.v!==i?t.v:t.w,r=o[n],a=e(t),c=u.distance+a;if(0>a)throw new Error(\"dijkstra does not allow negative edge weights. Bad edge: \"+t+\" Weight: \"+a);c<r.distance&&(r.distance=c,r.predecessor=i,s.decrease(n,c))};for(t.nodes().forEach(function(t){var e=t===n?0:Number.POSITIVE_INFINITY;o[t]={distance:e},s.add(t,e)});s.size()>0&&(i=s.removeMin(),u=o[i],u.distance!==Number.POSITIVE_INFINITY);)r(i).forEach(c);return o}var i=t(\"../lodash\"),a=t(\"../data/priority-queue\");n.exports=e;var u=i.constant(1)},{\"../data/priority-queue\":45,\"../lodash\":49}],36:[function(t,n){function e(t){return r.filter(i(t),function(n){return n.length>1||1===n.length&&t.hasEdge(n[0],n[0])})}var r=t(\"../lodash\"),i=t(\"./tarjan\");n.exports=e},{\"../lodash\":49,\"./tarjan\":43}],37:[function(t,n){function e(t,n,e){return r(t,n||a,e||function(n){return t.outEdges(n)})}function r(t,n,e){var r={},i=t.nodes();return i.forEach(function(t){r[t]={},r[t][t]={distance:0},i.forEach(function(n){t!==n&&(r[t][n]={distance:Number.POSITIVE_INFINITY})}),e(t).forEach(function(e){var i=e.v===t?e.w:e.v,a=n(e);r[t][i]={distance:a,predecessor:t}})}),i.forEach(function(t){var n=r[t];i.forEach(function(e){var a=r[e];i.forEach(function(e){var r=a[t],i=n[e],u=a[e],o=r.distance+i.distance;o<u.distance&&(u.distance=o,u.predecessor=i.predecessor)})})}),r}var i=t(\"../lodash\");n.exports=e;var a=i.constant(1)},{\"../lodash\":49}],38:[function(t,n){n.exports={components:t(\"./components\"),dijkstra:t(\"./dijkstra\"),dijkstraAll:t(\"./dijkstra-all\"),findCycles:t(\"./find-cycles\"),floydWarshall:t(\"./floyd-warshall\"),isAcyclic:t(\"./is-acyclic\"),postorder:t(\"./postorder\"),preorder:t(\"./preorder\"),prim:t(\"./prim\"),tarjan:t(\"./tarjan\"),topsort:t(\"./topsort\")}},{\"./components\":32,\"./dijkstra\":35,\"./dijkstra-all\":34,\"./find-cycles\":36,\"./floyd-warshall\":37,\"./is-acyclic\":39,\"./postorder\":40,\"./preorder\":41,\"./prim\":42,\"./tarjan\":43,\"./topsort\":44}],39:[function(t,n){function e(t){try{r(t)}catch(n){if(n instanceof r.CycleException)return!1;throw n}return!0}var r=t(\"./topsort\");n.exports=e},{\"./topsort\":44}],40:[function(t,n){function e(t,n){return r(t,n,\"post\")}var r=t(\"./dfs\");n.exports=e},{\"./dfs\":33}],41:[function(t,n){function e(t,n){return r(t,n,\"pre\")}var r=t(\"./dfs\");n.exports=e},{\"./dfs\":33}],42:[function(t,n){function e(t,n){function e(t){var e=t.v===u?t.w:t.v,r=c.priority(e);if(void 0!==r){var i=n(t);r>i&&(s[e]=u,c.decrease(e,i))}}var u,o=new i,s={},c=new a;if(0===t.nodeCount())return o;r.each(t.nodes(),function(t){c.add(t,Number.POSITIVE_INFINITY),o.setNode(t)}),c.decrease(t.nodes()[0],0);for(var l=!1;c.size()>0;){if(u=c.removeMin(),r.has(s,u))o.setEdge(u,s[u]);else{if(l)throw new Error(\"Input graph is not connected: \"+t);l=!0}t.nodeEdges(u).forEach(e)}return o}var r=t(\"../lodash\"),i=t(\"../graph\"),a=t(\"../data/priority-queue\");n.exports=e},{\"../data/priority-queue\":45,\"../graph\":46,\"../lodash\":49}],43:[function(t,n){function e(t){function n(o){var s=a[o]={onStack:!0,lowlink:e,index:e++};if(i.push(o),t.successors(o).forEach(function(t){r.has(a,t)?a[t].onStack&&(s.lowlink=Math.min(s.lowlink,a[t].index)):(n(t),s.lowlink=Math.min(s.lowlink,a[t].lowlink))}),s.lowlink===s.index){var c,l=[];do c=i.pop(),a[c].onStack=!1,l.push(c);while(o!==c);u.push(l)}}var e=0,i=[],a={},u=[];return t.nodes().forEach(function(t){r.has(a,t)||n(t)}),u}var r=t(\"../lodash\");n.exports=e},{\"../lodash\":49}],44:[function(t,n){function e(t){function n(o){if(i.has(a,o))throw new r;i.has(e,o)||(a[o]=!0,e[o]=!0,i.each(t.predecessors(o),n),delete a[o],u.push(o))}var e={},a={},u=[];if(i.each(t.sinks(),n),i.size(e)!==t.nodeCount())throw new r;return u}function r(){}var i=t(\"../lodash\");n.exports=e,e.CycleException=r},{\"../lodash\":49}],45:[function(t,n){function e(){this._arr=[],this._keyIndices={}}var r=t(\"../lodash\");n.exports=e,e.prototype.size=function(){return this._arr.length},e.prototype.keys=function(){return this._arr.map(function(t){return t.key})},e.prototype.has=function(t){return r.has(this._keyIndices,t)},e.prototype.priority=function(t){var n=this._keyIndices[t];return void 0!==n?this._arr[n].priority:void 0},e.prototype.min=function(){if(0===this.size())throw new Error(\"Queue underflow\");return this._arr[0].key},e.prototype.add=function(t,n){var e=this._keyIndices;if(t=String(t),!r.has(e,t)){var i=this._arr,a=i.length;return e[t]=a,i.push({key:t,priority:n}),this._decrease(a),!0}return!1},e.prototype.removeMin=function(){this._swap(0,this._arr.length-1);var t=this._arr.pop();return delete this._keyIndices[t.key],this._heapify(0),t.key},e.prototype.decrease=function(t,n){var e=this._keyIndices[t];if(n>this._arr[e].priority)throw new Error(\"New priority is greater than current priority. Key: \"+t+\" Old: \"+this._arr[e].priority+\" New: \"+n);this._arr[e].priority=n,this._decrease(e)},e.prototype._heapify=function(t){var n=this._arr,e=2*t,r=e+1,i=t;e<n.length&&(i=n[e].priority<n[i].priority?e:i,r<n.length&&(i=n[r].priority<n[i].priority?r:i),i!==t&&(this._swap(t,i),this._heapify(i)))},e.prototype._decrease=function(t){for(var n,e=this._arr,r=e[t].priority;0!==t&&(n=t>>1,!(e[n].priority<r));)this._swap(t,n),t=n},e.prototype._swap=function(t,n){var e=this._arr,r=this._keyIndices,i=e[t],a=e[n];e[t]=a,e[n]=i,r[a.key]=t,r[i.key]=n}},{\"../lodash\":49}],46:[function(t,n){\"use strict\";function e(t){this._isDirected=s.has(t,\"directed\")?t.directed:!0,this._isMultigraph=s.has(t,\"multigraph\")?t.multigraph:!1,this._isCompound=s.has(t,\"compound\")?t.compound:!1,this._label=void 0,this._defaultNodeLabelFn=s.constant(void 0),this._defaultEdgeLabelFn=s.constant(void 0),this._nodes={},this._isCompound&&(this._parent={},this._children={},this._children[l]={}),this._in={},this._preds={},this._out={},this._sucs={},this._edgeObjs={},this._edgeLabels={}}function r(t,n){t[n]?t[n]++:t[n]=1}function i(t,n){--t[n]||delete t[n]}function a(t,n,e,r){var i=\"\"+n,a=\"\"+e;if(!t&&i>a){var u=i;i=a,a=u}return i+h+a+h+(s.isUndefined(r)?c:r)}function u(t,n,e,r){var i=\"\"+n,a=\"\"+e;if(!t&&i>a){var u=i;i=a,a=u}var o={v:i,w:a};return r&&(o.name=r),o}function o(t,n){return a(t,n.v,n.w,n.name)}var s=t(\"./lodash\");n.exports=e;var c=\"\\x00\",l=\"\\x00\",h=\"\u0001\";e.prototype._nodeCount=0,e.prototype._edgeCount=0,e.prototype.isDirected=function(){return this._isDirected},e.prototype.isMultigraph=function(){return this._isMultigraph},e.prototype.isCompound=function(){return this._isCompound},e.prototype.setGraph=function(t){return this._label=t,this},e.prototype.graph=function(){return this._label},e.prototype.setDefaultNodeLabel=function(t){return s.isFunction(t)||(t=s.constant(t)),this._defaultNodeLabelFn=t,this},e.prototype.nodeCount=function(){return this._nodeCount},e.prototype.nodes=function(){return s.keys(this._nodes)},e.prototype.sources=function(){return s.filter(this.nodes(),function(t){return s.isEmpty(this._in[t])},this)},e.prototype.sinks=function(){return s.filter(this.nodes(),function(t){return s.isEmpty(this._out[t])},this)},e.prototype.setNodes=function(t,n){var e=arguments;return s.each(t,function(t){e.length>1?this.setNode(t,n):this.setNode(t)},this),this},e.prototype.setNode=function(t,n){return s.has(this._nodes,t)?(arguments.length>1&&(this._nodes[t]=n),this):(this._nodes[t]=arguments.length>1?n:this._defaultNodeLabelFn(t),this._isCompound&&(this._parent[t]=l,this._children[t]={},this._children[l][t]=!0),this._in[t]={},this._preds[t]={},this._out[t]={},this._sucs[t]={},++this._nodeCount,this)},e.prototype.node=function(t){return this._nodes[t]},e.prototype.hasNode=function(t){return s.has(this._nodes,t)},e.prototype.removeNode=function(t){var n=this;if(s.has(this._nodes,t)){var e=function(t){n.removeEdge(n._edgeObjs[t])};delete this._nodes[t],this._isCompound&&(this._removeFromParentsChildList(t),delete this._parent[t],s.each(this.children(t),function(t){this.setParent(t)},this),delete this._children[t]),s.each(s.keys(this._in[t]),e),delete this._in[t],delete this._preds[t],s.each(s.keys(this._out[t]),e),delete this._out[t],delete this._sucs[t],--this._nodeCount}return this},e.prototype.setParent=function(t,n){if(!this._isCompound)throw new Error(\"Cannot set parent in a non-compound graph\");if(s.isUndefined(n))n=l;else{n+=\"\";for(var e=n;!s.isUndefined(e);e=this.parent(e))if(e===t)throw new Error(\"Setting \"+n+\" as parent of \"+t+\" would create create a cycle\");this.setNode(n)}return this.setNode(t),this._removeFromParentsChildList(t),this._parent[t]=n,this._children[n][t]=!0,this},e.prototype._removeFromParentsChildList=function(t){delete this._children[this._parent[t]][t]},e.prototype.parent=function(t){if(this._isCompound){var n=this._parent[t];if(n!==l)return n}},e.prototype.children=function(t){if(s.isUndefined(t)&&(t=l),this._isCompound){var n=this._children[t];if(n)return s.keys(n)}else{if(t===l)return this.nodes();if(this.hasNode(t))return[]}},e.prototype.predecessors=function(t){var n=this._preds[t];return n?s.keys(n):void 0},e.prototype.successors=function(t){var n=this._sucs[t];return n?s.keys(n):void 0},e.prototype.neighbors=function(t){var n=this.predecessors(t);return n?s.union(n,this.successors(t)):void 0},e.prototype.filterNodes=function(t){function n(t){var a=r.parent(t);return void 0===a||e.hasNode(a)?(i[t]=a,a):a in i?i[a]:n(a)}var e=new this.constructor({directed:this._isDirected,multigraph:this._isMultigraph,compound:this._isCompound});e.setGraph(this.graph()),s.each(this._nodes,function(n,r){t(r)&&e.setNode(r,n)},this),s.each(this._edgeObjs,function(t){e.hasNode(t.v)&&e.hasNode(t.w)&&e.setEdge(t,this.edge(t))},this);var r=this,i={};return this._isCompound&&s.each(e.nodes(),function(t){e.setParent(t,n(t))}),e},e.prototype.setDefaultEdgeLabel=function(t){return s.isFunction(t)||(t=s.constant(t)),this._defaultEdgeLabelFn=t,this},e.prototype.edgeCount=function(){return this._edgeCount},e.prototype.edges=function(){return s.values(this._edgeObjs)},e.prototype.setPath=function(t,n){var e=this,r=arguments;return s.reduce(t,function(t,i){return r.length>1?e.setEdge(t,i,n):e.setEdge(t,i),i}),this},e.prototype.setEdge=function(){var t,n,e,i,o=!1,c=arguments[0];\"object\"==typeof c&&null!==c&&\"v\"in c?(t=c.v,n=c.w,e=c.name,2===arguments.length&&(i=arguments[1],o=!0)):(t=c,n=arguments[1],e=arguments[3],arguments.length>2&&(i=arguments[2],o=!0)),t=\"\"+t,n=\"\"+n,s.isUndefined(e)||(e=\"\"+e);var l=a(this._isDirected,t,n,e);if(s.has(this._edgeLabels,l))return o&&(this._edgeLabels[l]=i),this;if(!s.isUndefined(e)&&!this._isMultigraph)throw new Error(\"Cannot set a named edge when isMultigraph = false\");this.setNode(t),this.setNode(n),this._edgeLabels[l]=o?i:this._defaultEdgeLabelFn(t,n,e);var h=u(this._isDirected,t,n,e);return t=h.v,n=h.w,Object.freeze(h),this._edgeObjs[l]=h,r(this._preds[n],t),r(this._sucs[t],n),this._in[n][l]=h,this._out[t][l]=h,this._edgeCount++,this},e.prototype.edge=function(t,n,e){var r=1===arguments.length?o(this._isDirected,arguments[0]):a(this._isDirected,t,n,e);return this._edgeLabels[r]},e.prototype.hasEdge=function(t,n,e){var r=1===arguments.length?o(this._isDirected,arguments[0]):a(this._isDirected,t,n,e);return s.has(this._edgeLabels,r)},e.prototype.removeEdge=function(t,n,e){var r=1===arguments.length?o(this._isDirected,arguments[0]):a(this._isDirected,t,n,e),u=this._edgeObjs[r];return u&&(t=u.v,n=u.w,delete this._edgeLabels[r],delete this._edgeObjs[r],i(this._preds[n],t),i(this._sucs[t],n),delete this._in[n][r],delete this._out[t][r],this._edgeCount--),this},e.prototype.inEdges=function(t,n){var e=this._in[t];if(e){var r=s.values(e);return n?s.filter(r,function(t){return t.v===n}):r}},e.prototype.outEdges=function(t,n){var e=this._out[t];if(e){var r=s.values(e);return n?s.filter(r,function(t){return t.w===n}):r}},e.prototype.nodeEdges=function(t,n){var e=this.inEdges(t,n);return e?e.concat(this.outEdges(t,n)):void 0}},{\"./lodash\":49}],47:[function(t,n){n.exports={Graph:t(\"./graph\"),version:t(\"./version\")}},{\"./graph\":46,\"./version\":50}],48:[function(t,n){function e(t){var n={options:{directed:t.isDirected(),multigraph:t.isMultigraph(),compound:t.isCompound()},nodes:r(t),edges:i(t)};return u.isUndefined(t.graph())||(n.value=u.clone(t.graph())),n}function r(t){return u.map(t.nodes(),function(n){var e=t.node(n),r=t.parent(n),i={v:n};return u.isUndefined(e)||(i.value=e),u.isUndefined(r)||(i.parent=r),i})}function i(t){return u.map(t.edges(),function(n){var e=t.edge(n),r={v:n.v,w:n.w};return u.isUndefined(n.name)||(r.name=n.name),u.isUndefined(e)||(r.value=e),r})}function a(t){var n=new o(t.options).setGraph(t.value);return u.each(t.nodes,function(t){n.setNode(t.v,t.value),t.parent&&n.setParent(t.v,t.parent)}),u.each(t.edges,function(t){n.setEdge({v:t.v,w:t.w,name:t.name},t.value)}),n}var u=t(\"./lodash\"),o=t(\"./graph\");n.exports={write:e,read:a}},{\"./graph\":46,\"./lodash\":49}],49:[function(t,n){var e;if(\"function\"==typeof t)try{e=t(\"lodash\")}catch(r){}e||(e=window._),n.exports=e},{lodash:51}],50:[function(t,n){n.exports=\"1.0.7\"},{}],51:[function(t,n,e){(function(t){(function(){function r(t,n){if(t!==n){var e=null===t,r=t===E,i=t===t,a=null===n,u=n===E,o=n===n;if(t>n&&!a||!i||e&&!u&&o||r&&o)return 1;if(n>t&&!e||!o||a&&!r&&i||u&&i)return-1}return 0}function i(t,n,e){for(var r=t.length,i=e?r:-1;e?i--:++i<r;)if(n(t[i],i,t))return i;return-1}function a(t,n,e){if(n!==n)return y(t,e);for(var r=e-1,i=t.length;++r<i;)if(t[r]===n)return r;return-1}function u(t){return\"function\"==typeof t||!1}function o(t){return null==t?\"\":t+\"\"}function s(t,n){for(var e=-1,r=t.length;++e<r&&n.indexOf(t.charAt(e))>-1;);return e}function c(t,n){for(var e=t.length;e--&&n.indexOf(t.charAt(e))>-1;);return e}function l(t,n){return r(t.criteria,n.criteria)||t.index-n.index}function h(t,n,e){for(var i=-1,a=t.criteria,u=n.criteria,o=a.length,s=e.length;++i<o;){var c=r(a[i],u[i]);if(c){if(i>=s)return c;var l=e[i];return c*(\"asc\"===l||l===!0?1:-1)}}return t.index-n.index}function f(t){return zt[t]}function d(t){return qt[t]}function p(t,n,e){return n?t=Vt[t]:e&&(t=Zt[t]),\"\\\\\"+t}function g(t){return\"\\\\\"+Zt[t]}function y(t,n,e){for(var r=t.length,i=n+(e?0:-1);e?i--:++i<r;){var a=t[i];if(a!==a)return i}return-1}function m(t){return!!t&&\"object\"==typeof t}function v(t){return 160>=t&&t>=9&&13>=t||32==t||160==t||5760==t||6158==t||t>=8192&&(8202>=t||8232==t||8233==t||8239==t||8287==t||12288==t||65279==t)}function _(t,n){for(var e=-1,r=t.length,i=-1,a=[];++e<r;)t[e]===n&&(t[e]=z,a[++i]=e);return a}function b(t,n){for(var e,r=-1,i=t.length,a=-1,u=[];++r<i;){var o=t[r],s=n?n(o,r,t):o;r&&e===s||(e=s,u[++a]=o)}return u}function x(t){for(var n=-1,e=t.length;++n<e&&v(t.charCodeAt(n)););return n}function w(t){for(var n=t.length;n--&&v(t.charCodeAt(n)););return n}function A(t){return Gt[t]}function k(t){function n(t){if(m(t)&&!Co(t)&&!(t instanceof K)){if(t instanceof v)return t;if(tu.call(t,\"__chain__\")&&tu.call(t,\"__wrapped__\"))return dr(t)}return new v(t)}function e(){}function v(t,n,e){this.__wrapped__=t,this.__actions__=e||[],this.__chain__=!!n}function K(t){this.__wrapped__=t,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=Su,this.__views__=[]}function nt(){var t=new K(this.__wrapped__);return t.__actions__=tn(this.__actions__),t.__dir__=this.__dir__,t.__filtered__=this.__filtered__,t.__iteratees__=tn(this.__iteratees__),t.__takeCount__=this.__takeCount__,t.__views__=tn(this.__views__),t}function rt(){if(this.__filtered__){var t=new K(this);t.__dir__=-1,t.__filtered__=!0}else t=this.clone(),t.__dir__*=-1;return t}function zt(){var t=this.__wrapped__.value(),n=this.__dir__,e=Co(t),r=0>n,i=e?t.length:0,a=Ge(0,i,this.__views__),u=a.start,o=a.end,s=o-u,c=r?o:u-1,l=this.__iteratees__,h=l.length,f=0,d=wu(s,this.__takeCount__);if(!e||Y>i||i==s&&d==s)return re(r&&e?t.reverse():t,this.__actions__);var p=[];t:for(;s--&&d>f;){c+=n;for(var g=-1,y=t[c];++g<h;){var m=l[g],v=m.iteratee,_=m.type,b=v(y);if(_==$)y=b;else if(!b){if(_==U)continue t;break t}}p[f++]=y}return p}function qt(){this.__data__={}}function Gt(t){return this.has(t)&&delete this.__data__[t]}function Ht(t){return\"__proto__\"==t?E:this.__data__[t]}function Vt(t){return\"__proto__\"!=t&&tu.call(this.__data__,t)}function Zt(t,n){return\"__proto__\"!=t&&(this.__data__[t]=n),this}function Xt(t){var n=t?t.length:0;for(this.data={hash:yu(null),set:new lu};n--;)this.push(t[n])}function Kt(t,n){var e=t.data,r=\"string\"==typeof n||Ii(n)?e.set.has(n):e.hash[n];return r?0:-1}function Qt(t){var n=this.data;\"string\"==typeof t||Ii(t)?n.set.add(t):n.hash[t]=!0}function Jt(t,n){for(var e=-1,r=t.length,i=-1,a=n.length,u=Ya(r+a);++e<r;)u[e]=t[e];for(;++i<a;)u[e++]=n[i];return u}function tn(t,n){var e=-1,r=t.length;for(n||(n=Ya(r));++e<r;)n[e]=t[e];return n}function nn(t,n){for(var e=-1,r=t.length;++e<r&&n(t[e],e,t)!==!1;);return t}function an(t,n){for(var e=t.length;e--&&n(t[e],e,t)!==!1;);return t}function un(t,n){for(var e=-1,r=t.length;++e<r;)if(!n(t[e],e,t))return!1;return!0}function on(t,n,e,r){for(var i=-1,a=t.length,u=r,o=u;++i<a;){var s=t[i],c=+n(s);e(c,u)&&(u=c,o=s)}return o}function sn(t,n){for(var e=-1,r=t.length,i=-1,a=[];++e<r;){var u=t[e];n(u,e,t)&&(a[++i]=u)}return a}function cn(t,n){for(var e=-1,r=t.length,i=Ya(r);++e<r;)i[e]=n(t[e],e,t);return i}function ln(t,n){for(var e=-1,r=n.length,i=t.length;++e<r;)t[i+e]=n[e];return t}function hn(t,n,e,r){var i=-1,a=t.length;for(r&&a&&(e=t[++i]);++i<a;)e=n(e,t[i],i,t);return e}function fn(t,n,e,r){var i=t.length;for(r&&i&&(e=t[--i]);i--;)e=n(e,t[i],i,t);return e}function dn(t,n){for(var e=-1,r=t.length;++e<r;)if(n(t[e],e,t))return!0;return!1}function pn(t,n){for(var e=t.length,r=0;e--;)r+=+n(t[e])||0;return r}function gn(t,n){return t===E?n:t}function yn(t,n,e,r){return t!==E&&tu.call(r,e)?t:n}function mn(t,n,e){for(var r=-1,i=Yo(n),a=i.length;++r<a;){var u=i[r],o=t[u],s=e(o,n[u],u,t,n);(s===s?s===o:o!==o)&&(o!==E||u in t)||(t[u]=s)}return t}function vn(t,n){return null==n?t:bn(n,Yo(n),t)}function _n(t,n){for(var e=-1,r=null==t,i=!r&&Ke(t),a=i?t.length:0,u=n.length,o=Ya(u);++e<u;){var s=n[e];o[e]=i?Qe(s,a)?t[s]:E:r?E:t[s]}return o}function bn(t,n,e){e||(e={});for(var r=-1,i=n.length;++r<i;){var a=n[r];e[a]=t[a]}return e}function xn(t,n,e){var r=typeof t;return\"function\"==r?n===E?t:ue(t,n,e):null==t?Sa:\"object\"==r?Yn(t):n===E?La(t):Un(t,n)}function wn(t,n,e,r,i,a,u){var o;if(e&&(o=i?e(t,r,i):e(t)),o!==E)return o;if(!Ii(t))return t;var s=Co(t);if(s){if(o=He(t),!n)return tn(t,o)}else{var c=eu.call(t),l=c==X;if(c!=J&&c!=q&&(!l||i))return Wt[c]?Ze(t,c,n):i?t:{};if(o=Ve(l?{}:t),!n)return vn(o,t)}a||(a=[]),u||(u=[]);for(var h=a.length;h--;)if(a[h]==t)return u[h];return a.push(t),u.push(o),(s?nn:On)(t,function(r,i){o[i]=wn(r,n,e,i,t,a,u)}),o}function An(t,n,e){if(\"function\"!=typeof t)throw new Za(W);return hu(function(){t.apply(E,e)},n)}function kn(t,n){var e=t?t.length:0,r=[];if(!e)return r;var i=-1,u=We(),o=u==a,s=o&&n.length>=Y?ge(n):null,c=n.length;s&&(u=Kt,o=!1,n=s);t:for(;++i<e;){var l=t[i];if(o&&l===l){for(var h=c;h--;)if(n[h]===l)continue t;r.push(l)}else u(n,l,0)<0&&r.push(l)}return r}function En(t,n){var e=!0;return Bu(t,function(t,r,i){return e=!!n(t,r,i)}),e}function Mn(t,n,e,r){var i=r,a=i;return Bu(t,function(t,u,o){var s=+n(t,u,o);(e(s,i)||s===r&&s===a)&&(i=s,a=t)}),a}function Sn(t,n,e,r){var i=t.length;for(e=null==e?0:+e||0,0>e&&(e=-e>i?0:i+e),r=r===E||r>i?i:+r||0,0>r&&(r+=i),i=e>r?0:r>>>0,e>>>=0;i>e;)t[e++]=n;return t}function Dn(t,n){var e=[];return Bu(t,function(t,r,i){n(t,r,i)&&e.push(t)}),e}function Cn(t,n,e,r){var i;return e(t,function(t,e,a){return n(t,e,a)?(i=r?e:t,!1):void 0}),i}function Tn(t,n,e,r){r||(r=[]);for(var i=-1,a=t.length;++i<a;){var u=t[i];m(u)&&Ke(u)&&(e||Co(u)||Ei(u))?n?Tn(u,n,e,r):ln(r,u):e||(r[r.length]=u)}return r}function Fn(t,n){return Pu(t,n,ta)}function On(t,n){return Pu(t,n,Yo)}function Ln(t,n){return Ru(t,n,Yo)}function In(t,n){for(var e=-1,r=n.length,i=-1,a=[];++e<r;){var u=n[e];Li(t[u])&&(a[++i]=u)}return a}function Bn(t,n,e){if(null!=t){e!==E&&e in hr(t)&&(n=[e]);for(var r=0,i=n.length;null!=t&&i>r;)t=t[n[r++]];return r&&r==i?t:E}}function Nn(t,n,e,r,i,a){return t===n?!0:null==t||null==n||!Ii(t)&&!m(n)?t!==t&&n!==n:Pn(t,n,Nn,e,r,i,a)}function Pn(t,n,e,r,i,a,u){var o=Co(t),s=Co(n),c=G,l=G;o||(c=eu.call(t),c==q?c=J:c!=J&&(o=Wi(t))),s||(l=eu.call(n),l==q?l=J:l!=J&&(s=Wi(n)));var h=c==J,f=l==J,d=c==l;if(d&&!o&&!h)return je(t,n,c);if(!i){var p=h&&tu.call(t,\"__wrapped__\"),g=f&&tu.call(n,\"__wrapped__\");if(p||g)return e(p?t.value():t,g?n.value():n,r,i,a,u)}if(!d)return!1;a||(a=[]),u||(u=[]);for(var y=a.length;y--;)if(a[y]==t)return u[y]==n;a.push(t),u.push(n);var m=(o?Re:Ye)(t,n,e,r,i,a,u);return a.pop(),u.pop(),m}function Rn(t,n,e){var r=n.length,i=r,a=!e;if(null==t)return!i;for(t=hr(t);r--;){var u=n[r];if(a&&u[2]?u[1]!==t[u[0]]:!(u[0]in t))return!1}for(;++r<i;){u=n[r];var o=u[0],s=t[o],c=u[1];if(a&&u[2]){if(s===E&&!(o in t))return!1}else{var l=e?e(s,c,o):E;if(!(l===E?Nn(c,s,e,!0):l))return!1}}return!0}function jn(t,n){var e=-1,r=Ke(t)?Ya(t.length):[];return Bu(t,function(t,i,a){r[++e]=n(t,i,a)}),r}function Yn(t){var n=ze(t);if(1==n.length&&n[0][2]){var e=n[0][0],r=n[0][1];return function(t){return null==t?!1:t[e]===r&&(r!==E||e in hr(t))}}return function(t){return Rn(t,n)}}function Un(t,n){var e=Co(t),r=tr(t)&&rr(n),i=t+\"\";return t=fr(t),function(a){if(null==a)return!1;var u=i;if(a=hr(a),!(!e&&r||u in a)){if(a=1==t.length?a:Bn(a,Zn(t,0,-1)),null==a)return!1;u=Mr(t),a=hr(a)}return a[u]===n?n!==E||u in a:Nn(n,a[u],E,!0)}}function $n(t,n,e,r,i){if(!Ii(t))return t;var a=Ke(n)&&(Co(n)||Wi(n)),u=a?E:Yo(n);return nn(u||n,function(o,s){if(u&&(s=o,o=n[s]),m(o))r||(r=[]),i||(i=[]),Wn(t,n,s,$n,e,r,i);else{var c=t[s],l=e?e(c,o,s,t,n):E,h=l===E;h&&(l=o),l===E&&(!a||s in t)||!h&&(l===l?l===c:c!==c)||(t[s]=l)}}),t}function Wn(t,n,e,r,i,a,u){for(var o=a.length,s=n[e];o--;)if(a[o]==s)return void(t[e]=u[o]);var c=t[e],l=i?i(c,s,e,t,n):E,h=l===E;h&&(l=s,Ke(s)&&(Co(s)||Wi(s))?l=Co(c)?c:Ke(c)?tn(c):[]:Yi(s)||Ei(s)?l=Ei(c)?Vi(c):Yi(c)?c:{}:h=!1),a.push(s),u.push(l),h?t[e]=r(l,s,i,a,u):(l===l?l!==c:c===c)&&(t[e]=l)}function zn(t){return function(n){return null==n?E:n[t]}}function qn(t){var n=t+\"\";return t=fr(t),function(e){return Bn(e,t,n)}}function Gn(t,n){for(var e=t?n.length:0;e--;){var r=n[e];if(r!=i&&Qe(r)){var i=r;fu.call(t,r,1)}}return t}function Hn(t,n){return t+mu(Eu()*(n-t+1))}function Vn(t,n,e,r,i){return i(t,function(t,i,a){e=r?(r=!1,t):n(e,t,i,a)}),e}function Zn(t,n,e){var r=-1,i=t.length;n=null==n?0:+n||0,0>n&&(n=-n>i?0:i+n),e=e===E||e>i?i:+e||0,0>e&&(e+=i),i=n>e?0:e-n>>>0,n>>>=0;for(var a=Ya(i);++r<i;)a[r]=t[r+n];return a}function Xn(t,n){var e;return Bu(t,function(t,r,i){return e=n(t,r,i),!e}),!!e}function Kn(t,n){var e=t.length;for(t.sort(n);e--;)t[e]=t[e].value;return t}function Qn(t,n,e){var r=Ue(),i=-1;n=cn(n,function(t){return r(t)});var a=jn(t,function(t){var e=cn(n,function(n){return n(t)});return{criteria:e,index:++i,value:t}});return Kn(a,function(t,n){return h(t,n,e)})}function Jn(t,n){var e=0;return Bu(t,function(t,r,i){e+=+n(t,r,i)||0}),e}function te(t,n){var e=-1,r=We(),i=t.length,u=r==a,o=u&&i>=Y,s=o?ge():null,c=[];s?(r=Kt,u=!1):(o=!1,s=n?[]:c);t:for(;++e<i;){var l=t[e],h=n?n(l,e,t):l;if(u&&l===l){for(var f=s.length;f--;)if(s[f]===h)continue t;n&&s.push(h),c.push(l)}else r(s,h,0)<0&&((n||o)&&s.push(h),c.push(l))}return c}function ne(t,n){for(var e=-1,r=n.length,i=Ya(r);++e<r;)i[e]=t[n[e]];return i}function ee(t,n,e,r){for(var i=t.length,a=r?i:-1;(r?a--:++a<i)&&n(t[a],a,t););return e?Zn(t,r?0:a,r?a+1:i):Zn(t,r?a+1:0,r?i:a)}function re(t,n){var e=t;e instanceof K&&(e=e.value());for(var r=-1,i=n.length;++r<i;){var a=n[r];e=a.func.apply(a.thisArg,ln([e],a.args))}return e}function ie(t,n,e){var r=0,i=t?t.length:r;if(\"number\"==typeof n&&n===n&&Tu>=i){for(;i>r;){\nvar a=r+i>>>1,u=t[a];(e?n>=u:n>u)&&null!==u?r=a+1:i=a}return i}return ae(t,n,Sa,e)}function ae(t,n,e,r){n=e(n);for(var i=0,a=t?t.length:0,u=n!==n,o=null===n,s=n===E;a>i;){var c=mu((i+a)/2),l=e(t[c]),h=l!==E,f=l===l;if(u)var d=f||r;else d=o?f&&h&&(r||null!=l):s?f&&(r||h):null==l?!1:r?n>=l:n>l;d?i=c+1:a=c}return wu(a,Cu)}function ue(t,n,e){if(\"function\"!=typeof t)return Sa;if(n===E)return t;switch(e){case 1:return function(e){return t.call(n,e)};case 3:return function(e,r,i){return t.call(n,e,r,i)};case 4:return function(e,r,i,a){return t.call(n,e,r,i,a)};case 5:return function(e,r,i,a,u){return t.call(n,e,r,i,a,u)}}return function(){return t.apply(n,arguments)}}function oe(t){var n=new au(t.byteLength),e=new du(n);return e.set(new du(t)),n}function se(t,n,e){for(var r=e.length,i=-1,a=xu(t.length-r,0),u=-1,o=n.length,s=Ya(o+a);++u<o;)s[u]=n[u];for(;++i<r;)s[e[i]]=t[i];for(;a--;)s[u++]=t[i++];return s}function ce(t,n,e){for(var r=-1,i=e.length,a=-1,u=xu(t.length-i,0),o=-1,s=n.length,c=Ya(u+s);++a<u;)c[a]=t[a];for(var l=a;++o<s;)c[l+o]=n[o];for(;++r<i;)c[l+e[r]]=t[a++];return c}function le(t,n){return function(e,r,i){var a=n?n():{};if(r=Ue(r,i,3),Co(e))for(var u=-1,o=e.length;++u<o;){var s=e[u];t(a,s,r(s,u,e),e)}else Bu(e,function(n,e,i){t(a,n,r(n,e,i),i)});return a}}function he(t){return mi(function(n,e){var r=-1,i=null==n?0:e.length,a=i>2?e[i-2]:E,u=i>2?e[2]:E,o=i>1?e[i-1]:E;for(\"function\"==typeof a?(a=ue(a,o,5),i-=2):(a=\"function\"==typeof o?o:E,i-=a?1:0),u&&Je(e[0],e[1],u)&&(a=3>i?E:a,i=1);++r<i;){var s=e[r];s&&t(n,s,a)}return n})}function fe(t,n){return function(e,r){var i=e?Uu(e):0;if(!er(i))return t(e,r);for(var a=n?i:-1,u=hr(e);(n?a--:++a<i)&&r(u[a],a,u)!==!1;);return e}}function de(t){return function(n,e,r){for(var i=hr(n),a=r(n),u=a.length,o=t?u:-1;t?o--:++o<u;){var s=a[o];if(e(i[s],s,i)===!1)break}return n}}function pe(t,n){function e(){var i=this&&this!==en&&this instanceof e?r:t;return i.apply(n,arguments)}var r=me(t);return e}function ge(t){return yu&&lu?new Xt(t):null}function ye(t){return function(n){for(var e=-1,r=ka(la(n)),i=r.length,a=\"\";++e<i;)a=t(a,r[e],e);return a}}function me(t){return function(){var n=arguments;switch(n.length){case 0:return new t;case 1:return new t(n[0]);case 2:return new t(n[0],n[1]);case 3:return new t(n[0],n[1],n[2]);case 4:return new t(n[0],n[1],n[2],n[3]);case 5:return new t(n[0],n[1],n[2],n[3],n[4]);case 6:return new t(n[0],n[1],n[2],n[3],n[4],n[5]);case 7:return new t(n[0],n[1],n[2],n[3],n[4],n[5],n[6])}var e=Iu(t.prototype),r=t.apply(e,n);return Ii(r)?r:e}}function ve(t){function n(e,r,i){i&&Je(e,r,i)&&(r=E);var a=Pe(e,t,E,E,E,E,E,r);return a.placeholder=n.placeholder,a}return n}function _e(t,n){return mi(function(e){var r=e[0];return null==r?r:(e.push(n),t.apply(E,e))})}function be(t,n){return function(e,r,i){if(i&&Je(e,r,i)&&(r=E),r=Ue(r,i,3),1==r.length){e=Co(e)?e:lr(e);var a=on(e,r,t,n);if(!e.length||a!==n)return a}return Mn(e,r,t,n)}}function xe(t,n){return function(e,r,a){if(r=Ue(r,a,3),Co(e)){var u=i(e,r,n);return u>-1?e[u]:E}return Cn(e,r,t)}}function we(t){return function(n,e,r){return n&&n.length?(e=Ue(e,r,3),i(n,e,t)):-1}}function Ae(t){return function(n,e,r){return e=Ue(e,r,3),Cn(n,e,t,!0)}}function ke(t){return function(){for(var n,e=arguments.length,r=t?e:-1,i=0,a=Ya(e);t?r--:++r<e;){var u=a[i++]=arguments[r];if(\"function\"!=typeof u)throw new Za(W);!n&&v.prototype.thru&&\"wrapper\"==$e(u)&&(n=new v([],!0))}for(r=n?-1:e;++r<e;){u=a[r];var o=$e(u),s=\"wrapper\"==o?Yu(u):E;n=s&&nr(s[0])&&s[1]==(I|T|O|B)&&!s[4].length&&1==s[9]?n[$e(s[0])].apply(n,s[3]):1==u.length&&nr(u)?n[o]():n.thru(u)}return function(){var t=arguments,r=t[0];if(n&&1==t.length&&Co(r)&&r.length>=Y)return n.plant(r).value();for(var i=0,u=e?a[i].apply(this,t):r;++i<e;)u=a[i].call(this,u);return u}}}function Ee(t,n){return function(e,r,i){return\"function\"==typeof r&&i===E&&Co(e)?t(e,r):n(e,ue(r,i,3))}}function Me(t){return function(n,e,r){return(\"function\"!=typeof e||r!==E)&&(e=ue(e,r,3)),t(n,e,ta)}}function Se(t){return function(n,e,r){return(\"function\"!=typeof e||r!==E)&&(e=ue(e,r,3)),t(n,e)}}function De(t){return function(n,e,r){var i={};return e=Ue(e,r,3),On(n,function(n,r,a){var u=e(n,r,a);r=t?u:r,n=t?n:u,i[r]=n}),i}}function Ce(t){return function(n,e,r){return n=o(n),(t?n:\"\")+Le(n,e,r)+(t?\"\":n)}}function Te(t){var n=mi(function(e,r){var i=_(r,n.placeholder);return Pe(e,t,E,r,i)});return n}function Fe(t,n){return function(e,r,i,a){var u=arguments.length<3;return\"function\"==typeof r&&a===E&&Co(e)?t(e,r,i,u):Vn(e,Ue(r,a,4),i,u,n)}}function Oe(t,n,e,r,i,a,u,o,s,c){function l(){for(var v=arguments.length,b=v,x=Ya(v);b--;)x[b]=arguments[b];if(r&&(x=se(x,r,i)),a&&(x=ce(x,a,u)),p||y){var w=l.placeholder,A=_(x,w);if(v-=A.length,c>v){var k=o?tn(o):E,M=xu(c-v,0),C=p?A:E,T=p?E:A,F=p?x:E,I=p?E:x;n|=p?O:L,n&=~(p?L:O),g||(n&=~(S|D));var B=[t,n,e,F,C,I,T,k,s,M],N=Oe.apply(E,B);return nr(t)&&$u(N,B),N.placeholder=w,N}}var P=f?e:this,R=d?P[t]:t;return o&&(x=sr(x,o)),h&&s<x.length&&(x.length=s),this&&this!==en&&this instanceof l&&(R=m||me(t)),R.apply(P,x)}var h=n&I,f=n&S,d=n&D,p=n&T,g=n&C,y=n&F,m=d?E:me(t);return l}function Le(t,n,e){var r=t.length;if(n=+n,r>=n||!_u(n))return\"\";var i=n-r;return e=null==e?\" \":e+\"\",ya(e,gu(i/e.length)).slice(0,i)}function Ie(t,n,e,r){function i(){for(var n=-1,o=arguments.length,s=-1,c=r.length,l=Ya(c+o);++s<c;)l[s]=r[s];for(;o--;)l[s++]=arguments[++n];var h=this&&this!==en&&this instanceof i?u:t;return h.apply(a?e:this,l)}var a=n&S,u=me(t);return i}function Be(t){var n=za[t];return function(t,e){return e=e===E?0:+e||0,e?(e=su(10,e),n(t*e)/e):n(t)}}function Ne(t){return function(n,e,r,i){var a=Ue(r);return null==r&&a===xn?ie(n,e,t):ae(n,e,a(r,i,1),t)}}function Pe(t,n,e,r,i,a,u,o){var s=n&D;if(!s&&\"function\"!=typeof t)throw new Za(W);var c=r?r.length:0;if(c||(n&=~(O|L),r=i=E),c-=i?i.length:0,n&L){var l=r,h=i;r=i=E}var f=s?E:Yu(t),d=[t,n,e,r,i,l,h,a,u,o];if(f&&(ir(d,f),n=d[1],o=d[9]),d[9]=null==o?s?0:t.length:xu(o-c,0)||0,n==S)var p=pe(d[0],d[2]);else p=n!=O&&n!=(S|O)||d[4].length?Oe.apply(E,d):Ie.apply(E,d);var g=f?ju:$u;return g(p,d)}function Re(t,n,e,r,i,a,u){var o=-1,s=t.length,c=n.length;if(s!=c&&!(i&&c>s))return!1;for(;++o<s;){var l=t[o],h=n[o],f=r?r(i?h:l,i?l:h,o):E;if(f!==E){if(f)continue;return!1}if(i){if(!dn(n,function(t){return l===t||e(l,t,r,i,a,u)}))return!1}else if(l!==h&&!e(l,h,r,i,a,u))return!1}return!0}function je(t,n,e){switch(e){case H:case V:return+t==+n;case Z:return t.name==n.name&&t.message==n.message;case Q:return t!=+t?n!=+n:t==+n;case tt:case et:return t==n+\"\"}return!1}function Ye(t,n,e,r,i,a,u){var o=Yo(t),s=o.length,c=Yo(n),l=c.length;if(s!=l&&!i)return!1;for(var h=s;h--;){var f=o[h];if(!(i?f in n:tu.call(n,f)))return!1}for(var d=i;++h<s;){f=o[h];var p=t[f],g=n[f],y=r?r(i?g:p,i?p:g,f):E;if(!(y===E?e(p,g,r,i,a,u):y))return!1;d||(d=\"constructor\"==f)}if(!d){var m=t.constructor,v=n.constructor;if(m!=v&&\"constructor\"in t&&\"constructor\"in n&&!(\"function\"==typeof m&&m instanceof m&&\"function\"==typeof v&&v instanceof v))return!1}return!0}function Ue(t,e,r){var i=n.callback||Ea;return i=i===Ea?xn:i,r?i(t,e,r):i}function $e(t){for(var n=t.name,e=Lu[n],r=e?e.length:0;r--;){var i=e[r],a=i.func;if(null==a||a==t)return i.name}return n}function We(t,e,r){var i=n.indexOf||kr;return i=i===kr?a:i,t?i(t,e,r):i}function ze(t){for(var n=na(t),e=n.length;e--;)n[e][2]=rr(n[e][1]);return n}function qe(t,n){var e=null==t?E:t[n];return Pi(e)?e:E}function Ge(t,n,e){for(var r=-1,i=e.length;++r<i;){var a=e[r],u=a.size;switch(a.type){case\"drop\":t+=u;break;case\"dropRight\":n-=u;break;case\"take\":n=wu(n,t+u);break;case\"takeRight\":t=xu(t,n-u)}}return{start:t,end:n}}function He(t){var n=t.length,e=new t.constructor(n);return n&&\"string\"==typeof t[0]&&tu.call(t,\"index\")&&(e.index=t.index,e.input=t.input),e}function Ve(t){var n=t.constructor;return\"function\"==typeof n&&n instanceof n||(n=Ga),new n}function Ze(t,n,e){var r=t.constructor;switch(n){case it:return oe(t);case H:case V:return new r(+t);case at:case ut:case ot:case st:case ct:case lt:case ht:case ft:case dt:var i=t.buffer;return new r(e?oe(i):i,t.byteOffset,t.length);case Q:case et:return new r(t);case tt:var a=new r(t.source,Ot.exec(t));a.lastIndex=t.lastIndex}return a}function Xe(t,n,e){null==t||tr(n,t)||(n=fr(n),t=1==n.length?t:Bn(t,Zn(n,0,-1)),n=Mr(n));var r=null==t?t:t[n];return null==r?E:r.apply(t,e)}function Ke(t){return null!=t&&er(Uu(t))}function Qe(t,n){return t=\"number\"==typeof t||Bt.test(t)?+t:-1,n=null==n?Fu:n,t>-1&&t%1==0&&n>t}function Je(t,n,e){if(!Ii(e))return!1;var r=typeof n;if(\"number\"==r?Ke(e)&&Qe(n,e.length):\"string\"==r&&n in e){var i=e[n];return t===t?t===i:i!==i}return!1}function tr(t,n){var e=typeof t;if(\"string\"==e&&Et.test(t)||\"number\"==e)return!0;if(Co(t))return!1;var r=!kt.test(t);return r||null!=n&&t in hr(n)}function nr(t){var e=$e(t);if(!(e in K.prototype))return!1;var r=n[e];if(t===r)return!0;var i=Yu(r);return!!i&&t===i[0]}function er(t){return\"number\"==typeof t&&t>-1&&t%1==0&&Fu>=t}function rr(t){return t===t&&!Ii(t)}function ir(t,n){var e=t[1],r=n[1],i=e|r,a=I>i,u=r==I&&e==T||r==I&&e==B&&t[7].length<=n[8]||r==(I|B)&&e==T;if(!a&&!u)return t;r&S&&(t[2]=n[2],i|=e&S?0:C);var o=n[3];if(o){var s=t[3];t[3]=s?se(s,o,n[4]):tn(o),t[4]=s?_(t[3],z):tn(n[4])}return o=n[5],o&&(s=t[5],t[5]=s?ce(s,o,n[6]):tn(o),t[6]=s?_(t[5],z):tn(n[6])),o=n[7],o&&(t[7]=tn(o)),r&I&&(t[8]=null==t[8]?n[8]:wu(t[8],n[8])),null==t[9]&&(t[9]=n[9]),t[0]=n[0],t[1]=i,t}function ar(t,n){return t===E?n:To(t,n,ar)}function ur(t,n){t=hr(t);for(var e=-1,r=n.length,i={};++e<r;){var a=n[e];a in t&&(i[a]=t[a])}return i}function or(t,n){var e={};return Fn(t,function(t,r,i){n(t,r,i)&&(e[r]=t)}),e}function sr(t,n){for(var e=t.length,r=wu(n.length,e),i=tn(t);r--;){var a=n[r];t[r]=Qe(a,e)?i[a]:E}return t}function cr(t){for(var n=ta(t),e=n.length,r=e&&t.length,i=!!r&&er(r)&&(Co(t)||Ei(t)),a=-1,u=[];++a<e;){var o=n[a];(i&&Qe(o,r)||tu.call(t,o))&&u.push(o)}return u}function lr(t){return null==t?[]:Ke(t)?Ii(t)?t:Ga(t):aa(t)}function hr(t){return Ii(t)?t:Ga(t)}function fr(t){if(Co(t))return t;var n=[];return o(t).replace(Mt,function(t,e,r,i){n.push(r?i.replace(Tt,\"$1\"):e||t)}),n}function dr(t){return t instanceof K?t.clone():new v(t.__wrapped__,t.__chain__,tn(t.__actions__))}function pr(t,n,e){n=(e?Je(t,n,e):null==n)?1:xu(mu(n)||1,1);for(var r=0,i=t?t.length:0,a=-1,u=Ya(gu(i/n));i>r;)u[++a]=Zn(t,r,r+=n);return u}function gr(t){for(var n=-1,e=t?t.length:0,r=-1,i=[];++n<e;){var a=t[n];a&&(i[++r]=a)}return i}function yr(t,n,e){var r=t?t.length:0;return r?((e?Je(t,n,e):null==n)&&(n=1),Zn(t,0>n?0:n)):[]}function mr(t,n,e){var r=t?t.length:0;return r?((e?Je(t,n,e):null==n)&&(n=1),n=r-(+n||0),Zn(t,0,0>n?0:n)):[]}function vr(t,n,e){return t&&t.length?ee(t,Ue(n,e,3),!0,!0):[]}function _r(t,n,e){return t&&t.length?ee(t,Ue(n,e,3),!0):[]}function br(t,n,e,r){var i=t?t.length:0;return i?(e&&\"number\"!=typeof e&&Je(t,n,e)&&(e=0,r=i),Sn(t,n,e,r)):[]}function xr(t){return t?t[0]:E}function wr(t,n,e){var r=t?t.length:0;return e&&Je(t,n,e)&&(n=!1),r?Tn(t,n):[]}function Ar(t){var n=t?t.length:0;return n?Tn(t,!0):[]}function kr(t,n,e){var r=t?t.length:0;if(!r)return-1;if(\"number\"==typeof e)e=0>e?xu(r+e,0):e;else if(e){var i=ie(t,n);return r>i&&(n===n?n===t[i]:t[i]!==t[i])?i:-1}return a(t,n,e||0)}function Er(t){return mr(t,1)}function Mr(t){var n=t?t.length:0;return n?t[n-1]:E}function Sr(t,n,e){var r=t?t.length:0;if(!r)return-1;var i=r;if(\"number\"==typeof e)i=(0>e?xu(r+e,0):wu(e||0,r-1))+1;else if(e){i=ie(t,n,!0)-1;var a=t[i];return(n===n?n===a:a!==a)?i:-1}if(n!==n)return y(t,i,!0);for(;i--;)if(t[i]===n)return i;return-1}function Dr(){var t=arguments,n=t[0];if(!n||!n.length)return n;for(var e=0,r=We(),i=t.length;++e<i;)for(var a=0,u=t[e];(a=r(n,u,a))>-1;)fu.call(n,a,1);return n}function Cr(t,n,e){var r=[];if(!t||!t.length)return r;var i=-1,a=[],u=t.length;for(n=Ue(n,e,3);++i<u;){var o=t[i];n(o,i,t)&&(r.push(o),a.push(i))}return Gn(t,a),r}function Tr(t){return yr(t,1)}function Fr(t,n,e){var r=t?t.length:0;return r?(e&&\"number\"!=typeof e&&Je(t,n,e)&&(n=0,e=r),Zn(t,n,e)):[]}function Or(t,n,e){var r=t?t.length:0;return r?((e?Je(t,n,e):null==n)&&(n=1),Zn(t,0,0>n?0:n)):[]}function Lr(t,n,e){var r=t?t.length:0;return r?((e?Je(t,n,e):null==n)&&(n=1),n=r-(+n||0),Zn(t,0>n?0:n)):[]}function Ir(t,n,e){return t&&t.length?ee(t,Ue(n,e,3),!1,!0):[]}function Br(t,n,e){return t&&t.length?ee(t,Ue(n,e,3)):[]}function Nr(t,n,e,r){var i=t?t.length:0;if(!i)return[];null!=n&&\"boolean\"!=typeof n&&(r=e,e=Je(t,n,r)?E:n,n=!1);var u=Ue();return(null!=e||u!==xn)&&(e=u(e,r,3)),n&&We()==a?b(t,e):te(t,e)}function Pr(t){if(!t||!t.length)return[];var n=-1,e=0;t=sn(t,function(t){return Ke(t)?(e=xu(t.length,e),!0):void 0});for(var r=Ya(e);++n<e;)r[n]=cn(t,zn(n));return r}function Rr(t,n,e){var r=t?t.length:0;if(!r)return[];var i=Pr(t);return null==n?i:(n=ue(n,e,4),cn(i,function(t){return hn(t,n,E,!0)}))}function jr(){for(var t=-1,n=arguments.length;++t<n;){var e=arguments[t];if(Ke(e))var r=r?ln(kn(r,e),kn(e,r)):e}return r?te(r):[]}function Yr(t,n){var e=-1,r=t?t.length:0,i={};for(!r||n||Co(t[0])||(n=[]);++e<r;){var a=t[e];n?i[a]=n[e]:a&&(i[a[0]]=a[1])}return i}function Ur(t){var e=n(t);return e.__chain__=!0,e}function $r(t,n,e){return n.call(e,t),t}function Wr(t,n,e){return n.call(e,t)}function zr(){return Ur(this)}function qr(){return new v(this.value(),this.__chain__)}function Gr(t){for(var n,r=this;r instanceof e;){var i=dr(r);n?a.__wrapped__=i:n=i;var a=i;r=r.__wrapped__}return a.__wrapped__=t,n}function Hr(){var t=this.__wrapped__,n=function(t){return e&&e.__dir__<0?t:t.reverse()};if(t instanceof K){var e=t;return this.__actions__.length&&(e=new K(this)),e=e.reverse(),e.__actions__.push({func:Wr,args:[n],thisArg:E}),new v(e,this.__chain__)}return this.thru(n)}function Vr(){return this.value()+\"\"}function Zr(){return re(this.__wrapped__,this.__actions__)}function Xr(t,n,e){var r=Co(t)?un:En;return e&&Je(t,n,e)&&(n=E),(\"function\"!=typeof n||e!==E)&&(n=Ue(n,e,3)),r(t,n)}function Kr(t,n,e){var r=Co(t)?sn:Dn;return n=Ue(n,e,3),r(t,n)}function Qr(t,n){return ro(t,Yn(n))}function Jr(t,n,e,r){var i=t?Uu(t):0;return er(i)||(t=aa(t),i=t.length),e=\"number\"!=typeof e||r&&Je(n,e,r)?0:0>e?xu(i+e,0):e||0,\"string\"==typeof t||!Co(t)&&$i(t)?i>=e&&t.indexOf(n,e)>-1:!!i&&We(t,n,e)>-1}function ti(t,n,e){var r=Co(t)?cn:jn;return n=Ue(n,e,3),r(t,n)}function ni(t,n){return ti(t,La(n))}function ei(t,n,e){var r=Co(t)?sn:Dn;return n=Ue(n,e,3),r(t,function(t,e,r){return!n(t,e,r)})}function ri(t,n,e){if(e?Je(t,n,e):null==n){t=lr(t);var r=t.length;return r>0?t[Hn(0,r-1)]:E}var i=-1,a=Hi(t),r=a.length,u=r-1;for(n=wu(0>n?0:+n||0,r);++i<n;){var o=Hn(i,u),s=a[o];a[o]=a[i],a[i]=s}return a.length=n,a}function ii(t){return ri(t,Su)}function ai(t){var n=t?Uu(t):0;return er(n)?n:Yo(t).length}function ui(t,n,e){var r=Co(t)?dn:Xn;return e&&Je(t,n,e)&&(n=E),(\"function\"!=typeof n||e!==E)&&(n=Ue(n,e,3)),r(t,n)}function oi(t,n,e){if(null==t)return[];e&&Je(t,n,e)&&(n=E);var r=-1;n=Ue(n,e,3);var i=jn(t,function(t,e,i){return{criteria:n(t,e,i),index:++r,value:t}});return Kn(i,l)}function si(t,n,e,r){return null==t?[]:(r&&Je(n,e,r)&&(e=E),Co(n)||(n=null==n?[]:[n]),Co(e)||(e=null==e?[]:[e]),Qn(t,n,e))}function ci(t,n){return Kr(t,Yn(n))}function li(t,n){if(\"function\"!=typeof n){if(\"function\"!=typeof t)throw new Za(W);var e=t;t=n,n=e}return t=_u(t=+t)?t:0,function(){return--t<1?n.apply(this,arguments):void 0}}function hi(t,n,e){return e&&Je(t,n,e)&&(n=E),n=t&&null==n?t.length:xu(+n||0,0),Pe(t,I,E,E,E,E,n)}function fi(t,n){var e;if(\"function\"!=typeof n){if(\"function\"!=typeof t)throw new Za(W);var r=t;t=n,n=r}return function(){return--t>0&&(e=n.apply(this,arguments)),1>=t&&(n=E),e}}function di(t,n,e){function r(){d&&uu(d),c&&uu(c),g=0,c=d=p=E}function i(n,e){e&&uu(e),c=d=p=E,n&&(g=go(),l=t.apply(f,s),d||c||(s=f=E))}function a(){var t=n-(go()-h);0>=t||t>n?i(p,c):d=hu(a,t)}function u(){i(m,d)}function o(){if(s=arguments,h=go(),f=this,p=m&&(d||!v),y===!1)var e=v&&!d;else{c||v||(g=h);var r=y-(h-g),i=0>=r||r>y;i?(c&&(c=uu(c)),g=h,l=t.apply(f,s)):c||(c=hu(u,r))}return i&&d?d=uu(d):d||n===y||(d=hu(a,n)),e&&(i=!0,l=t.apply(f,s)),!i||d||c||(s=f=E),l}var s,c,l,h,f,d,p,g=0,y=!1,m=!0;if(\"function\"!=typeof t)throw new Za(W);if(n=0>n?0:+n||0,e===!0){var v=!0;m=!1}else Ii(e)&&(v=!!e.leading,y=\"maxWait\"in e&&xu(+e.maxWait||0,n),m=\"trailing\"in e?!!e.trailing:m);return o.cancel=r,o}function pi(t,n){if(\"function\"!=typeof t||n&&\"function\"!=typeof n)throw new Za(W);var e=function(){var r=arguments,i=n?n.apply(this,r):r[0],a=e.cache;if(a.has(i))return a.get(i);var u=t.apply(this,r);return e.cache=a.set(i,u),u};return e.cache=new pi.Cache,e}function gi(t){if(\"function\"!=typeof t)throw new Za(W);return function(){return!t.apply(this,arguments)}}function yi(t){return fi(2,t)}function mi(t,n){if(\"function\"!=typeof t)throw new Za(W);return n=xu(n===E?t.length-1:+n||0,0),function(){for(var e=arguments,r=-1,i=xu(e.length-n,0),a=Ya(i);++r<i;)a[r]=e[n+r];switch(n){case 0:return t.call(this,a);case 1:return t.call(this,e[0],a);case 2:return t.call(this,e[0],e[1],a)}var u=Ya(n+1);for(r=-1;++r<n;)u[r]=e[r];return u[n]=a,t.apply(this,u)}}function vi(t){if(\"function\"!=typeof t)throw new Za(W);return function(n){return t.apply(this,n)}}function _i(t,n,e){var r=!0,i=!0;if(\"function\"!=typeof t)throw new Za(W);return e===!1?r=!1:Ii(e)&&(r=\"leading\"in e?!!e.leading:r,i=\"trailing\"in e?!!e.trailing:i),di(t,n,{leading:r,maxWait:+n,trailing:i})}function bi(t,n){return n=null==n?Sa:n,Pe(n,O,E,[t],[])}function xi(t,n,e,r){return n&&\"boolean\"!=typeof n&&Je(t,n,e)?n=!1:\"function\"==typeof n&&(r=e,e=n,n=!1),\"function\"==typeof e?wn(t,n,ue(e,r,1)):wn(t,n)}function wi(t,n,e){return\"function\"==typeof n?wn(t,!0,ue(n,e,1)):wn(t,!0)}function Ai(t,n){return t>n}function ki(t,n){return t>=n}function Ei(t){return m(t)&&Ke(t)&&tu.call(t,\"callee\")&&!cu.call(t,\"callee\")}function Mi(t){return t===!0||t===!1||m(t)&&eu.call(t)==H}function Si(t){return m(t)&&eu.call(t)==V}function Di(t){return!!t&&1===t.nodeType&&m(t)&&!Yi(t)}function Ci(t){return null==t?!0:Ke(t)&&(Co(t)||$i(t)||Ei(t)||m(t)&&Li(t.splice))?!t.length:!Yo(t).length}function Ti(t,n,e,r){e=\"function\"==typeof e?ue(e,r,3):E;var i=e?e(t,n):E;return i===E?Nn(t,n,e):!!i}function Fi(t){return m(t)&&\"string\"==typeof t.message&&eu.call(t)==Z}function Oi(t){return\"number\"==typeof t&&_u(t)}function Li(t){return Ii(t)&&eu.call(t)==X}function Ii(t){var n=typeof t;return!!t&&(\"object\"==n||\"function\"==n)}function Bi(t,n,e,r){return e=\"function\"==typeof e?ue(e,r,3):E,Rn(t,ze(n),e)}function Ni(t){return ji(t)&&t!=+t}function Pi(t){return null==t?!1:Li(t)?iu.test(Ja.call(t)):m(t)&&It.test(t)}function Ri(t){return null===t}function ji(t){return\"number\"==typeof t||m(t)&&eu.call(t)==Q}function Yi(t){var n;if(!m(t)||eu.call(t)!=J||Ei(t)||!tu.call(t,\"constructor\")&&(n=t.constructor,\"function\"==typeof n&&!(n instanceof n)))return!1;var e;return Fn(t,function(t,n){e=n}),e===E||tu.call(t,e)}function Ui(t){return Ii(t)&&eu.call(t)==tt}function $i(t){return\"string\"==typeof t||m(t)&&eu.call(t)==et}function Wi(t){return m(t)&&er(t.length)&&!!$t[eu.call(t)]}function zi(t){return t===E}function qi(t,n){return n>t}function Gi(t,n){return n>=t}function Hi(t){var n=t?Uu(t):0;return er(n)?n?tn(t):[]:aa(t)}function Vi(t){return bn(t,ta(t))}function Zi(t,n,e){var r=Iu(t);return e&&Je(t,n,e)&&(n=E),n?vn(r,n):r}function Xi(t){return In(t,ta(t))}function Ki(t,n,e){var r=null==t?E:Bn(t,fr(n),n+\"\");return r===E?e:r}function Qi(t,n){if(null==t)return!1;var e=tu.call(t,n);if(!e&&!tr(n)){if(n=fr(n),t=1==n.length?t:Bn(t,Zn(n,0,-1)),null==t)return!1;n=Mr(n),e=tu.call(t,n)}return e||er(t.length)&&Qe(n,t.length)&&(Co(t)||Ei(t))}function Ji(t,n,e){e&&Je(t,n,e)&&(n=E);for(var r=-1,i=Yo(t),a=i.length,u={};++r<a;){var o=i[r],s=t[o];n?tu.call(u,s)?u[s].push(o):u[s]=[o]:u[s]=o}return u}function ta(t){if(null==t)return[];Ii(t)||(t=Ga(t));var n=t.length;n=n&&er(n)&&(Co(t)||Ei(t))&&n||0;for(var e=t.constructor,r=-1,i=\"function\"==typeof e&&e.prototype===t,a=Ya(n),u=n>0;++r<n;)a[r]=r+\"\";for(var o in t)u&&Qe(o,n)||\"constructor\"==o&&(i||!tu.call(t,o))||a.push(o);return a}function na(t){t=hr(t);for(var n=-1,e=Yo(t),r=e.length,i=Ya(r);++n<r;){var a=e[n];i[n]=[a,t[a]]}return i}function ea(t,n,e){var r=null==t?E:t[n];return r===E&&(null==t||tr(n,t)||(n=fr(n),t=1==n.length?t:Bn(t,Zn(n,0,-1)),r=null==t?E:t[Mr(n)]),r=r===E?e:r),Li(r)?r.call(t):r}function ra(t,n,e){if(null==t)return t;var r=n+\"\";n=null!=t[r]||tr(n,t)?[r]:fr(n);for(var i=-1,a=n.length,u=a-1,o=t;null!=o&&++i<a;){var s=n[i];Ii(o)&&(i==u?o[s]=e:null==o[s]&&(o[s]=Qe(n[i+1])?[]:{})),o=o[s]}return t}function ia(t,n,e,r){var i=Co(t)||Wi(t);if(n=Ue(n,r,4),null==e)if(i||Ii(t)){var a=t.constructor;e=i?Co(t)?new a:[]:Iu(Li(a)?a.prototype:E)}else e={};return(i?nn:On)(t,function(t,r,i){return n(e,t,r,i)}),e}function aa(t){return ne(t,Yo(t))}function ua(t){return ne(t,ta(t))}function oa(t,n,e){return n=+n||0,e===E?(e=n,n=0):e=+e||0,t>=wu(n,e)&&t<xu(n,e)}function sa(t,n,e){e&&Je(t,n,e)&&(n=e=E);var r=null==t,i=null==n;if(null==e&&(i&&\"boolean\"==typeof t?(e=t,t=1):\"boolean\"==typeof n&&(e=n,i=!0)),r&&i&&(n=1,i=!1),t=+t||0,i?(n=t,t=0):n=+n||0,e||t%1||n%1){var a=Eu();return wu(t+a*(n-t+ou(\"1e-\"+((a+\"\").length-1))),n)}return Hn(t,n)}function ca(t){return t=o(t),t&&t.charAt(0).toUpperCase()+t.slice(1)}function la(t){return t=o(t),t&&t.replace(Nt,f).replace(Ct,\"\")}function ha(t,n,e){t=o(t),n+=\"\";var r=t.length;return e=e===E?r:wu(0>e?0:+e||0,r),e-=n.length,e>=0&&t.indexOf(n,e)==e}function fa(t){return t=o(t),t&&bt.test(t)?t.replace(vt,d):t}function da(t){return t=o(t),t&&Dt.test(t)?t.replace(St,p):t||\"(?:)\"}function pa(t,n,e){t=o(t),n=+n;var r=t.length;if(r>=n||!_u(n))return t;var i=(n-r)/2,a=mu(i),u=gu(i);return e=Le(\"\",u,e),e.slice(0,a)+t+e}function ga(t,n,e){return(e?Je(t,n,e):null==n)?n=0:n&&(n=+n),t=_a(t),ku(t,n||(Lt.test(t)?16:10))}function ya(t,n){var e=\"\";if(t=o(t),n=+n,1>n||!t||!_u(n))return e;do n%2&&(e+=t),n=mu(n/2),t+=t;while(n);return e}function ma(t,n,e){return t=o(t),e=null==e?0:wu(0>e?0:+e||0,t.length),t.lastIndexOf(n,e)==e}function va(t,e,r){var i=n.templateSettings;r&&Je(t,e,r)&&(e=r=E),t=o(t),e=mn(vn({},r||e),i,yn);var a,u,s=mn(vn({},e.imports),i.imports,yn),c=Yo(s),l=ne(s,c),h=0,f=e.interpolate||Pt,d=\"__p += '\",p=Ha((e.escape||Pt).source+\"|\"+f.source+\"|\"+(f===At?Ft:Pt).source+\"|\"+(e.evaluate||Pt).source+\"|$\",\"g\"),y=\"//# sourceURL=\"+(\"sourceURL\"in e?e.sourceURL:\"lodash.templateSources[\"+ ++Ut+\"]\")+\"\\n\";t.replace(p,function(n,e,r,i,o,s){return r||(r=i),d+=t.slice(h,s).replace(Rt,g),e&&(a=!0,d+=\"' +\\n__e(\"+e+\") +\\n'\"),o&&(u=!0,d+=\"';\\n\"+o+\";\\n__p += '\"),r&&(d+=\"' +\\n((__t = (\"+r+\")) == null ? '' : __t) +\\n'\"),h=s+n.length,n}),d+=\"';\\n\";var m=e.variable;m||(d=\"with (obj) {\\n\"+d+\"\\n}\\n\"),d=(u?d.replace(pt,\"\"):d).replace(gt,\"$1\").replace(yt,\"$1;\"),d=\"function(\"+(m||\"obj\")+\") {\\n\"+(m?\"\":\"obj || (obj = {});\\n\")+\"var __t, __p = ''\"+(a?\", __e = _.escape\":\"\")+(u?\", __j = Array.prototype.join;\\nfunction print() { __p += __j.call(arguments, '') }\\n\":\";\\n\")+d+\"return __p\\n}\";var v=Ko(function(){return Wa(c,y+\"return \"+d).apply(E,l)});if(v.source=d,Fi(v))throw v;return v}function _a(t,n,e){var r=t;return(t=o(t))?(e?Je(r,n,e):null==n)?t.slice(x(t),w(t)+1):(n+=\"\",t.slice(s(t,n),c(t,n)+1)):t}function ba(t,n,e){var r=t;return t=o(t),t?t.slice((e?Je(r,n,e):null==n)?x(t):s(t,n+\"\")):t}function xa(t,n,e){var r=t;return t=o(t),t?(e?Je(r,n,e):null==n)?t.slice(0,w(t)+1):t.slice(0,c(t,n+\"\")+1):t}function wa(t,n,e){e&&Je(t,n,e)&&(n=E);var r=N,i=P;if(null!=n)if(Ii(n)){var a=\"separator\"in n?n.separator:a;r=\"length\"in n?+n.length||0:r,i=\"omission\"in n?o(n.omission):i}else r=+n||0;if(t=o(t),r>=t.length)return t;var u=r-i.length;if(1>u)return i;var s=t.slice(0,u);if(null==a)return s+i;if(Ui(a)){if(t.slice(u).search(a)){var c,l,h=t.slice(0,u);for(a.global||(a=Ha(a.source,(Ot.exec(a)||\"\")+\"g\")),a.lastIndex=0;c=a.exec(h);)l=c.index;s=s.slice(0,null==l?u:l)}}else if(t.indexOf(a,u)!=u){var f=s.lastIndexOf(a);f>-1&&(s=s.slice(0,f))}return s+i}function Aa(t){return t=o(t),t&&_t.test(t)?t.replace(mt,A):t}function ka(t,n,e){return e&&Je(t,n,e)&&(n=E),t=o(t),t.match(n||jt)||[]}function Ea(t,n,e){return e&&Je(t,n,e)&&(n=E),m(t)?Da(t):xn(t,n)}function Ma(t){return function(){return t}}function Sa(t){return t}function Da(t){return Yn(wn(t,!0))}function Ca(t,n){return Un(t,wn(n,!0))}function Ta(t,n,e){if(null==e){var r=Ii(n),i=r?Yo(n):E,a=i&&i.length?In(n,i):E;(a?a.length:r)||(a=!1,e=n,n=t,t=this)}a||(a=In(n,Yo(n)));var u=!0,o=-1,s=Li(t),c=a.length;e===!1?u=!1:Ii(e)&&\"chain\"in e&&(u=e.chain);for(;++o<c;){var l=a[o],h=n[l];t[l]=h,s&&(t.prototype[l]=function(n){return function(){var e=this.__chain__;if(u||e){var r=t(this.__wrapped__),i=r.__actions__=tn(this.__actions__);return i.push({func:n,args:arguments,thisArg:t}),r.__chain__=e,r}return n.apply(t,ln([this.value()],arguments))}}(h))}return t}function Fa(){return en._=ru,this}function Oa(){}function La(t){return tr(t)?zn(t):qn(t)}function Ia(t){return function(n){return Bn(t,fr(n),n+\"\")}}function Ba(t,n,e){e&&Je(t,n,e)&&(n=e=E),t=+t||0,e=null==e?1:+e||0,null==n?(n=t,t=0):n=+n||0;for(var r=-1,i=xu(gu((n-t)/(e||1)),0),a=Ya(i);++r<i;)a[r]=t,t+=e;return a}function Na(t,n,e){if(t=mu(t),1>t||!_u(t))return[];var r=-1,i=Ya(wu(t,Du));for(n=ue(n,e,1);++r<t;)Du>r?i[r]=n(r):n(r);return i}function Pa(t){var n=++nu;return o(t)+n}function Ra(t,n){return(+t||0)+(+n||0)}function ja(t,n,e){return e&&Je(t,n,e)&&(n=E),n=Ue(n,e,3),1==n.length?pn(Co(t)?t:lr(t),n):Jn(t,n)}t=t?rn.defaults(en.Object(),t,rn.pick(en,Yt)):en;{var Ya=t.Array,Ua=t.Date,$a=t.Error,Wa=t.Function,za=t.Math,qa=t.Number,Ga=t.Object,Ha=t.RegExp,Va=t.String,Za=t.TypeError,Xa=Ya.prototype,Ka=Ga.prototype,Qa=Va.prototype,Ja=Wa.prototype.toString,tu=Ka.hasOwnProperty,nu=0,eu=Ka.toString,ru=en._,iu=Ha(\"^\"+Ja.call(tu).replace(/[\\\\^$.*+?()[\\]{}|]/g,\"\\\\$&\").replace(/hasOwnProperty|(function).*?(?=\\\\\\()| for .+?(?=\\\\\\])/g,\"$1.*?\")+\"$\"),au=t.ArrayBuffer,uu=t.clearTimeout,ou=t.parseFloat,su=za.pow,cu=Ka.propertyIsEnumerable,lu=qe(t,\"Set\"),hu=t.setTimeout,fu=Xa.splice,du=t.Uint8Array,pu=qe(t,\"WeakMap\"),gu=za.ceil,yu=qe(Ga,\"create\"),mu=za.floor,vu=qe(Ya,\"isArray\"),_u=t.isFinite,bu=qe(Ga,\"keys\"),xu=za.max,wu=za.min,Au=qe(Ua,\"now\"),ku=t.parseInt,Eu=za.random,Mu=qa.NEGATIVE_INFINITY,Su=qa.POSITIVE_INFINITY,Du=4294967295,Cu=Du-1,Tu=Du>>>1,Fu=9007199254740991,Ou=pu&&new pu,Lu={};n.support={}}n.templateSettings={escape:xt,evaluate:wt,interpolate:At,variable:\"\",imports:{_:n}};var Iu=function(){function t(){}return function(n){if(Ii(n)){t.prototype=n;var e=new t;t.prototype=E}return e||{}}}(),Bu=fe(On),Nu=fe(Ln,!0),Pu=de(),Ru=de(!0),ju=Ou?function(t,n){return Ou.set(t,n),t}:Sa,Yu=Ou?function(t){return Ou.get(t)}:Oa,Uu=zn(\"length\"),$u=function(){var t=0,n=0;return function(e,r){var i=go(),a=j-(i-n);if(n=i,a>0){if(++t>=R)return e}else t=0;return ju(e,r)}}(),Wu=mi(function(t,n){return m(t)&&Ke(t)?kn(t,Tn(n,!1,!0)):[]}),zu=we(),qu=we(!0),Gu=mi(function(t){for(var n=t.length,e=n,r=Ya(h),i=We(),u=i==a,o=[];e--;){var s=t[e]=Ke(s=t[e])?s:[];r[e]=u&&s.length>=120?ge(e&&s):null}var c=t[0],l=-1,h=c?c.length:0,f=r[0];t:for(;++l<h;)if(s=c[l],(f?Kt(f,s):i(o,s,0))<0){for(var e=n;--e;){var d=r[e];if((d?Kt(d,s):i(t[e],s,0))<0)continue t}f&&f.push(s),o.push(s)}return o}),Hu=mi(function(t,n){n=Tn(n);var e=_n(t,n);return Gn(t,n.sort(r)),e}),Vu=Ne(),Zu=Ne(!0),Xu=mi(function(t){return te(Tn(t,!1,!0))}),Ku=mi(function(t,n){return Ke(t)?kn(t,n):[]}),Qu=mi(Pr),Ju=mi(function(t){var n=t.length,e=n>2?t[n-2]:E,r=n>1?t[n-1]:E;return n>2&&\"function\"==typeof e?n-=2:(e=n>1&&\"function\"==typeof r?(--n,r):E,r=E),t.length=n,Rr(t,e,r)}),to=mi(function(t){return t=Tn(t),this.thru(function(n){return Jt(Co(n)?n:[hr(n)],t)})}),no=mi(function(t,n){return _n(t,Tn(n))}),eo=le(function(t,n,e){tu.call(t,e)?++t[e]:t[e]=1}),ro=xe(Bu),io=xe(Nu,!0),ao=Ee(nn,Bu),uo=Ee(an,Nu),oo=le(function(t,n,e){tu.call(t,e)?t[e].push(n):t[e]=[n]}),so=le(function(t,n,e){t[e]=n}),co=mi(function(t,n,e){var r=-1,i=\"function\"==typeof n,a=tr(n),u=Ke(t)?Ya(t.length):[];return Bu(t,function(t){var o=i?n:a&&null!=t?t[n]:E;u[++r]=o?o.apply(t,e):Xe(t,n,e)}),u}),lo=le(function(t,n,e){t[e?0:1].push(n)},function(){return[[],[]]}),ho=Fe(hn,Bu),fo=Fe(fn,Nu),po=mi(function(t,n){if(null==t)return[];var e=n[2];return e&&Je(n[0],n[1],e)&&(n.length=1),Qn(t,Tn(n),[])}),go=Au||function(){return(new Ua).getTime()},yo=mi(function(t,n,e){var r=S;if(e.length){var i=_(e,yo.placeholder);r|=O}return Pe(t,r,n,e,i)}),mo=mi(function(t,n){n=n.length?Tn(n):Xi(t);for(var e=-1,r=n.length;++e<r;){var i=n[e];t[i]=Pe(t[i],S,t)}return t}),vo=mi(function(t,n,e){var r=S|D;if(e.length){var i=_(e,vo.placeholder);r|=O}return Pe(n,r,t,e,i)}),_o=ve(T),bo=ve(F),xo=mi(function(t,n){return An(t,1,n)}),wo=mi(function(t,n,e){return An(t,n,e)}),Ao=ke(),ko=ke(!0),Eo=mi(function(t,n){if(n=Tn(n),\"function\"!=typeof t||!un(n,u))throw new Za(W);var e=n.length;return mi(function(r){for(var i=wu(r.length,e);i--;)r[i]=n[i](r[i]);return t.apply(this,r)})}),Mo=Te(O),So=Te(L),Do=mi(function(t,n){return Pe(t,B,E,E,E,Tn(n))}),Co=vu||function(t){return m(t)&&er(t.length)&&eu.call(t)==G},To=he($n),Fo=he(function(t,n,e){return e?mn(t,n,e):vn(t,n)}),Oo=_e(Fo,gn),Lo=_e(To,ar),Io=Ae(On),Bo=Ae(Ln),No=Me(Pu),Po=Me(Ru),Ro=Se(On),jo=Se(Ln),Yo=bu?function(t){var n=null==t?E:t.constructor;return\"function\"==typeof n&&n.prototype===t||\"function\"!=typeof t&&Ke(t)?cr(t):Ii(t)?bu(t):[]}:cr,Uo=De(!0),$o=De(),Wo=mi(function(t,n){if(null==t)return{};if(\"function\"!=typeof n[0]){var n=cn(Tn(n),Va);return ur(t,kn(ta(t),n))}var e=ue(n[0],n[1],3);return or(t,function(t,n,r){return!e(t,n,r)})}),zo=mi(function(t,n){return null==t?{}:\"function\"==typeof n[0]?or(t,ue(n[0],n[1],3)):ur(t,Tn(n))}),qo=ye(function(t,n,e){return n=n.toLowerCase(),t+(e?n.charAt(0).toUpperCase()+n.slice(1):n)}),Go=ye(function(t,n,e){return t+(e?\"-\":\"\")+n.toLowerCase()}),Ho=Ce(),Vo=Ce(!0),Zo=ye(function(t,n,e){return t+(e?\"_\":\"\")+n.toLowerCase()}),Xo=ye(function(t,n,e){return t+(e?\" \":\"\")+(n.charAt(0).toUpperCase()+n.slice(1))}),Ko=mi(function(t,n){try{return t.apply(E,n)}catch(e){return Fi(e)?e:new $a(e)}}),Qo=mi(function(t,n){return function(e){return Xe(e,t,n)}}),Jo=mi(function(t,n){return function(e){return Xe(t,e,n)}}),ts=Be(\"ceil\"),ns=Be(\"floor\"),es=be(Ai,Mu),rs=be(qi,Su),is=Be(\"round\");return n.prototype=e.prototype,v.prototype=Iu(e.prototype),v.prototype.constructor=v,K.prototype=Iu(e.prototype),K.prototype.constructor=K,qt.prototype[\"delete\"]=Gt,qt.prototype.get=Ht,qt.prototype.has=Vt,qt.prototype.set=Zt,Xt.prototype.push=Qt,pi.Cache=qt,n.after=li,n.ary=hi,n.assign=Fo,n.at=no,n.before=fi,n.bind=yo,n.bindAll=mo,n.bindKey=vo,n.callback=Ea,n.chain=Ur,n.chunk=pr,n.compact=gr,n.constant=Ma,n.countBy=eo,n.create=Zi,n.curry=_o,n.curryRight=bo,n.debounce=di,n.defaults=Oo,n.defaultsDeep=Lo,n.defer=xo,n.delay=wo,n.difference=Wu,n.drop=yr,n.dropRight=mr,n.dropRightWhile=vr,n.dropWhile=_r,n.fill=br,n.filter=Kr,n.flatten=wr,n.flattenDeep=Ar,n.flow=Ao,n.flowRight=ko,n.forEach=ao,n.forEachRight=uo,n.forIn=No,n.forInRight=Po,n.forOwn=Ro,n.forOwnRight=jo,n.functions=Xi,n.groupBy=oo,n.indexBy=so,n.initial=Er,n.intersection=Gu,n.invert=Ji,n.invoke=co,n.keys=Yo,n.keysIn=ta,n.map=ti,n.mapKeys=Uo,n.mapValues=$o,n.matches=Da,n.matchesProperty=Ca,n.memoize=pi,n.merge=To,n.method=Qo,n.methodOf=Jo,n.mixin=Ta,n.modArgs=Eo,n.negate=gi,n.omit=Wo,n.once=yi,n.pairs=na,n.partial=Mo,n.partialRight=So,n.partition=lo,n.pick=zo,n.pluck=ni,n.property=La,n.propertyOf=Ia,n.pull=Dr,n.pullAt=Hu,n.range=Ba,n.rearg=Do,n.reject=ei,n.remove=Cr,n.rest=Tr,n.restParam=mi,n.set=ra,n.shuffle=ii,n.slice=Fr,n.sortBy=oi,n.sortByAll=po,n.sortByOrder=si,n.spread=vi,n.take=Or,n.takeRight=Lr,n.takeRightWhile=Ir,n.takeWhile=Br,n.tap=$r,n.throttle=_i,n.thru=Wr,n.times=Na,n.toArray=Hi,n.toPlainObject=Vi,n.transform=ia,n.union=Xu,n.uniq=Nr,n.unzip=Pr,n.unzipWith=Rr,n.values=aa,n.valuesIn=ua,n.where=ci,n.without=Ku,n.wrap=bi,n.xor=jr,n.zip=Qu,n.zipObject=Yr,n.zipWith=Ju,n.backflow=ko,n.collect=ti,n.compose=ko,n.each=ao,n.eachRight=uo,n.extend=Fo,n.iteratee=Ea,n.methods=Xi,n.object=Yr,n.select=Kr,n.tail=Tr,n.unique=Nr,Ta(n,n),n.add=Ra,n.attempt=Ko,\nn.camelCase=qo,n.capitalize=ca,n.ceil=ts,n.clone=xi,n.cloneDeep=wi,n.deburr=la,n.endsWith=ha,n.escape=fa,n.escapeRegExp=da,n.every=Xr,n.find=ro,n.findIndex=zu,n.findKey=Io,n.findLast=io,n.findLastIndex=qu,n.findLastKey=Bo,n.findWhere=Qr,n.first=xr,n.floor=ns,n.get=Ki,n.gt=Ai,n.gte=ki,n.has=Qi,n.identity=Sa,n.includes=Jr,n.indexOf=kr,n.inRange=oa,n.isArguments=Ei,n.isArray=Co,n.isBoolean=Mi,n.isDate=Si,n.isElement=Di,n.isEmpty=Ci,n.isEqual=Ti,n.isError=Fi,n.isFinite=Oi,n.isFunction=Li,n.isMatch=Bi,n.isNaN=Ni,n.isNative=Pi,n.isNull=Ri,n.isNumber=ji,n.isObject=Ii,n.isPlainObject=Yi,n.isRegExp=Ui,n.isString=$i,n.isTypedArray=Wi,n.isUndefined=zi,n.kebabCase=Go,n.last=Mr,n.lastIndexOf=Sr,n.lt=qi,n.lte=Gi,n.max=es,n.min=rs,n.noConflict=Fa,n.noop=Oa,n.now=go,n.pad=pa,n.padLeft=Ho,n.padRight=Vo,n.parseInt=ga,n.random=sa,n.reduce=ho,n.reduceRight=fo,n.repeat=ya,n.result=ea,n.round=is,n.runInContext=k,n.size=ai,n.snakeCase=Zo,n.some=ui,n.sortedIndex=Vu,n.sortedLastIndex=Zu,n.startCase=Xo,n.startsWith=ma,n.sum=ja,n.template=va,n.trim=_a,n.trimLeft=ba,n.trimRight=xa,n.trunc=wa,n.unescape=Aa,n.uniqueId=Pa,n.words=ka,n.all=Xr,n.any=ui,n.contains=Jr,n.eq=Ti,n.detect=ro,n.foldl=ho,n.foldr=fo,n.head=xr,n.include=Jr,n.inject=ho,Ta(n,function(){var t={};return On(n,function(e,r){n.prototype[r]||(t[r]=e)}),t}(),!1),n.sample=ri,n.prototype.sample=function(t){return this.__chain__||null!=t?this.thru(function(n){return ri(n,t)}):ri(this.value())},n.VERSION=M,nn([\"bind\",\"bindKey\",\"curry\",\"curryRight\",\"partial\",\"partialRight\"],function(t){n[t].placeholder=n}),nn([\"drop\",\"take\"],function(t,n){K.prototype[t]=function(e){var r=this.__filtered__;if(r&&!n)return new K(this);e=null==e?1:xu(mu(e)||0,0);var i=this.clone();return r?i.__takeCount__=wu(i.__takeCount__,e):i.__views__.push({size:e,type:t+(i.__dir__<0?\"Right\":\"\")}),i},K.prototype[t+\"Right\"]=function(n){return this.reverse()[t](n).reverse()}}),nn([\"filter\",\"map\",\"takeWhile\"],function(t,n){var e=n+1,r=e!=$;K.prototype[t]=function(t,n){var i=this.clone();return i.__iteratees__.push({iteratee:Ue(t,n,1),type:e}),i.__filtered__=i.__filtered__||r,i}}),nn([\"first\",\"last\"],function(t,n){var e=\"take\"+(n?\"Right\":\"\");K.prototype[t]=function(){return this[e](1).value()[0]}}),nn([\"initial\",\"rest\"],function(t,n){var e=\"drop\"+(n?\"\":\"Right\");K.prototype[t]=function(){return this.__filtered__?new K(this):this[e](1)}}),nn([\"pluck\",\"where\"],function(t,n){var e=n?\"filter\":\"map\",r=n?Yn:La;K.prototype[t]=function(t){return this[e](r(t))}}),K.prototype.compact=function(){return this.filter(Sa)},K.prototype.reject=function(t,n){return t=Ue(t,n,1),this.filter(function(n){return!t(n)})},K.prototype.slice=function(t,n){t=null==t?0:+t||0;var e=this;return e.__filtered__&&(t>0||0>n)?new K(e):(0>t?e=e.takeRight(-t):t&&(e=e.drop(t)),n!==E&&(n=+n||0,e=0>n?e.dropRight(-n):e.take(n-t)),e)},K.prototype.takeRightWhile=function(t,n){return this.reverse().takeWhile(t,n).reverse()},K.prototype.toArray=function(){return this.take(Su)},On(K.prototype,function(t,e){var r=/^(?:filter|map|reject)|While$/.test(e),i=/^(?:first|last)$/.test(e),a=n[i?\"take\"+(\"last\"==e?\"Right\":\"\"):e];a&&(n.prototype[e]=function(){var n=i?[1]:arguments,e=this.__chain__,u=this.__wrapped__,o=!!this.__actions__.length,s=u instanceof K,c=n[0],l=s||Co(u);l&&r&&\"function\"==typeof c&&1!=c.length&&(s=l=!1);var h=function(t){return i&&e?a(t,1)[0]:a.apply(E,ln([t],n))},f={func:Wr,args:[h],thisArg:E},d=s&&!o;if(i&&!e)return d?(u=u.clone(),u.__actions__.push(f),t.call(u)):a.call(E,this.value())[0];if(!i&&l){u=d?u:new K(this);var p=t.apply(u,n);return p.__actions__.push(f),new v(p,e)}return this.thru(h)})}),nn([\"join\",\"pop\",\"push\",\"replace\",\"shift\",\"sort\",\"splice\",\"split\",\"unshift\"],function(t){var e=(/^(?:replace|split)$/.test(t)?Qa:Xa)[t],r=/^(?:push|sort|unshift)$/.test(t)?\"tap\":\"thru\",i=/^(?:join|pop|replace|shift)$/.test(t);n.prototype[t]=function(){var t=arguments;return i&&!this.__chain__?e.apply(this.value(),t):this[r](function(n){return e.apply(n,t)})}}),On(K.prototype,function(t,e){var r=n[e];if(r){var i=r.name,a=Lu[i]||(Lu[i]=[]);a.push({name:e,func:r})}}),Lu[Oe(E,D).name]=[{name:\"wrapper\",func:E}],K.prototype.clone=nt,K.prototype.reverse=rt,K.prototype.value=zt,n.prototype.chain=zr,n.prototype.commit=qr,n.prototype.concat=to,n.prototype.plant=Gr,n.prototype.reverse=Hr,n.prototype.toString=Vr,n.prototype.run=n.prototype.toJSON=n.prototype.valueOf=n.prototype.value=Zr,n.prototype.collect=n.prototype.map,n.prototype.head=n.prototype.first,n.prototype.select=n.prototype.filter,n.prototype.tail=n.prototype.rest,n}var E,M=\"3.10.1\",S=1,D=2,C=4,T=8,F=16,O=32,L=64,I=128,B=256,N=30,P=\"...\",R=150,j=16,Y=200,U=1,$=2,W=\"Expected a function\",z=\"__lodash_placeholder__\",q=\"[object Arguments]\",G=\"[object Array]\",H=\"[object Boolean]\",V=\"[object Date]\",Z=\"[object Error]\",X=\"[object Function]\",K=\"[object Map]\",Q=\"[object Number]\",J=\"[object Object]\",tt=\"[object RegExp]\",nt=\"[object Set]\",et=\"[object String]\",rt=\"[object WeakMap]\",it=\"[object ArrayBuffer]\",at=\"[object Float32Array]\",ut=\"[object Float64Array]\",ot=\"[object Int8Array]\",st=\"[object Int16Array]\",ct=\"[object Int32Array]\",lt=\"[object Uint8Array]\",ht=\"[object Uint8ClampedArray]\",ft=\"[object Uint16Array]\",dt=\"[object Uint32Array]\",pt=/\\b__p \\+= '';/g,gt=/\\b(__p \\+=) '' \\+/g,yt=/(__e\\(.*?\\)|\\b__t\\)) \\+\\n'';/g,mt=/&(?:amp|lt|gt|quot|#39|#96);/g,vt=/[&<>\"'`]/g,_t=RegExp(mt.source),bt=RegExp(vt.source),xt=/<%-([\\s\\S]+?)%>/g,wt=/<%([\\s\\S]+?)%>/g,At=/<%=([\\s\\S]+?)%>/g,kt=/\\.|\\[(?:[^[\\]]*|([\"'])(?:(?!\\1)[^\\n\\\\]|\\\\.)*?\\1)\\]/,Et=/^\\w*$/,Mt=/[^.[\\]]+|\\[(?:(-?\\d+(?:\\.\\d+)?)|([\"'])((?:(?!\\2)[^\\n\\\\]|\\\\.)*?)\\2)\\]/g,St=/^[:!,]|[\\\\^$.*+?()[\\]{}|\\/]|(^[0-9a-fA-Fnrtuvx])|([\\n\\r\\u2028\\u2029])/g,Dt=RegExp(St.source),Ct=/[\\u0300-\\u036f\\ufe20-\\ufe23]/g,Tt=/\\\\(\\\\)?/g,Ft=/\\$\\{([^\\\\}]*(?:\\\\.[^\\\\}]*)*)\\}/g,Ot=/\\w*$/,Lt=/^0[xX]/,It=/^\\[object .+?Constructor\\]$/,Bt=/^\\d+$/,Nt=/[\\xc0-\\xd6\\xd8-\\xde\\xdf-\\xf6\\xf8-\\xff]/g,Pt=/($^)/,Rt=/['\\n\\r\\u2028\\u2029\\\\]/g,jt=function(){var t=\"[A-Z\\\\xc0-\\\\xd6\\\\xd8-\\\\xde]\",n=\"[a-z\\\\xdf-\\\\xf6\\\\xf8-\\\\xff]+\";return RegExp(t+\"+(?=\"+t+n+\")|\"+t+\"?\"+n+\"|\"+t+\"+|[0-9]+\",\"g\")}(),Yt=[\"Array\",\"ArrayBuffer\",\"Date\",\"Error\",\"Float32Array\",\"Float64Array\",\"Function\",\"Int8Array\",\"Int16Array\",\"Int32Array\",\"Math\",\"Number\",\"Object\",\"RegExp\",\"Set\",\"String\",\"_\",\"clearTimeout\",\"isFinite\",\"parseFloat\",\"parseInt\",\"setTimeout\",\"TypeError\",\"Uint8Array\",\"Uint8ClampedArray\",\"Uint16Array\",\"Uint32Array\",\"WeakMap\"],Ut=-1,$t={};$t[at]=$t[ut]=$t[ot]=$t[st]=$t[ct]=$t[lt]=$t[ht]=$t[ft]=$t[dt]=!0,$t[q]=$t[G]=$t[it]=$t[H]=$t[V]=$t[Z]=$t[X]=$t[K]=$t[Q]=$t[J]=$t[tt]=$t[nt]=$t[et]=$t[rt]=!1;var Wt={};Wt[q]=Wt[G]=Wt[it]=Wt[H]=Wt[V]=Wt[at]=Wt[ut]=Wt[ot]=Wt[st]=Wt[ct]=Wt[Q]=Wt[J]=Wt[tt]=Wt[et]=Wt[lt]=Wt[ht]=Wt[ft]=Wt[dt]=!0,Wt[Z]=Wt[X]=Wt[K]=Wt[nt]=Wt[rt]=!1;var zt={\"À\":\"A\",\"Á\":\"A\",\"Â\":\"A\",\"Ã\":\"A\",\"Ä\":\"A\",\"Å\":\"A\",\"à\":\"a\",\"á\":\"a\",\"â\":\"a\",\"ã\":\"a\",\"ä\":\"a\",\"å\":\"a\",\"Ç\":\"C\",\"ç\":\"c\",\"Ð\":\"D\",\"ð\":\"d\",\"È\":\"E\",\"É\":\"E\",\"Ê\":\"E\",\"Ë\":\"E\",\"è\":\"e\",\"é\":\"e\",\"ê\":\"e\",\"ë\":\"e\",\"Ì\":\"I\",\"Í\":\"I\",\"Î\":\"I\",\"Ï\":\"I\",\"ì\":\"i\",\"í\":\"i\",\"î\":\"i\",\"ï\":\"i\",\"Ñ\":\"N\",\"ñ\":\"n\",\"Ò\":\"O\",\"Ó\":\"O\",\"Ô\":\"O\",\"Õ\":\"O\",\"Ö\":\"O\",\"Ø\":\"O\",\"ò\":\"o\",\"ó\":\"o\",\"ô\":\"o\",\"õ\":\"o\",\"ö\":\"o\",\"ø\":\"o\",\"Ù\":\"U\",\"Ú\":\"U\",\"Û\":\"U\",\"Ü\":\"U\",\"ù\":\"u\",\"ú\":\"u\",\"û\":\"u\",\"ü\":\"u\",\"Ý\":\"Y\",\"ý\":\"y\",\"ÿ\":\"y\",\"Æ\":\"Ae\",\"æ\":\"ae\",\"Þ\":\"Th\",\"þ\":\"th\",\"ß\":\"ss\"},qt={\"&\":\"&\",\"<\":\"<\",\">\":\">\",'\"':\""\",\"'\":\"'\",\"`\":\"`\"},Gt={\"&\":\"&\",\"<\":\"<\",\">\":\">\",\""\":'\"',\"'\":\"'\",\"`\":\"`\"},Ht={\"function\":!0,object:!0},Vt={0:\"x30\",1:\"x31\",2:\"x32\",3:\"x33\",4:\"x34\",5:\"x35\",6:\"x36\",7:\"x37\",8:\"x38\",9:\"x39\",A:\"x41\",B:\"x42\",C:\"x43\",D:\"x44\",E:\"x45\",F:\"x46\",a:\"x61\",b:\"x62\",c:\"x63\",d:\"x64\",e:\"x65\",f:\"x66\",n:\"x6e\",r:\"x72\",t:\"x74\",u:\"x75\",v:\"x76\",x:\"x78\"},Zt={\"\\\\\":\"\\\\\",\"'\":\"'\",\"\\n\":\"n\",\"\\r\":\"r\",\"\\u2028\":\"u2028\",\"\\u2029\":\"u2029\"},Xt=Ht[typeof e]&&e&&!e.nodeType&&e,Kt=Ht[typeof n]&&n&&!n.nodeType&&n,Qt=Xt&&Kt&&\"object\"==typeof t&&t&&t.Object&&t,Jt=Ht[typeof self]&&self&&self.Object&&self,tn=Ht[typeof window]&&window&&window.Object&&window,nn=Kt&&Kt.exports===Xt&&Xt,en=Qt||tn!==(this&&this.window)&&tn||Jt||this,rn=k();\"function\"==typeof define&&\"object\"==typeof define.amd&&define.amd?(en._=rn,define(function(){return rn})):Xt&&Kt?nn?(Kt.exports=rn)._=rn:Xt._=rn:en._=rn}).call(this)}).call(this,\"undefined\"!=typeof global?global:\"undefined\"!=typeof self?self:\"undefined\"!=typeof window?window:{})},{}],52:[function(t,n){n.exports={graphlib:t(\"./lib/graphlib\"),layout:t(\"./lib/layout\"),debug:t(\"./lib/debug\"),util:{time:t(\"./lib/util\").time,notime:t(\"./lib/util\").notime},version:t(\"./lib/version\")}},{\"./lib/debug\":57,\"./lib/graphlib\":58,\"./lib/layout\":60,\"./lib/util\":80,\"./lib/version\":81}],53:[function(t,n){\"use strict\";function e(t){function n(t){return function(n){return t.edge(n).weight}}var e=\"greedy\"===t.graph().acyclicer?u(t,n(t)):r(t);a.each(e,function(n){var e=t.edge(n);t.removeEdge(n),e.forwardName=n.name,e.reversed=!0,t.setEdge(n.w,n.v,e,a.uniqueId(\"rev\"))})}function r(t){function n(u){a.has(i,u)||(i[u]=!0,r[u]=!0,a.each(t.outEdges(u),function(t){a.has(r,t.w)?e.push(t):n(t.w)}),delete r[u])}var e=[],r={},i={};return a.each(t.nodes(),n),e}function i(t){a.each(t.edges(),function(n){var e=t.edge(n);if(e.reversed){t.removeEdge(n);var r=e.forwardName;delete e.reversed,delete e.forwardName,t.setEdge(n.w,n.v,e,r)}})}var a=t(\"./lodash\"),u=t(\"./greedy-fas\");n.exports={run:e,undo:i}},{\"./greedy-fas\":59,\"./lodash\":61}],54:[function(t,n){function e(t){function n(e){var a=t.children(e),u=t.node(e);if(a.length&&i.each(a,n),i.has(u,\"minRank\")){u.borderLeft=[],u.borderRight=[];for(var o=u.minRank,s=u.maxRank+1;s>o;++o)r(t,\"borderLeft\",\"_bl\",e,u,o),r(t,\"borderRight\",\"_br\",e,u,o)}}i.each(t.children(),n)}function r(t,n,e,r,i,u){var o={width:0,height:0,rank:u,borderType:n},s=i[n][u-1],c=a.addDummyNode(t,\"border\",o,e);i[n][u]=c,t.setParent(c,r),s&&t.setEdge(s,c,{weight:1})}var i=t(\"./lodash\"),a=t(\"./util\");n.exports=e},{\"./lodash\":61,\"./util\":80}],55:[function(t,n){\"use strict\";function e(t){var n=t.graph().rankdir.toLowerCase();(\"lr\"===n||\"rl\"===n)&&i(t)}function r(t){var n=t.graph().rankdir.toLowerCase();(\"bt\"===n||\"rl\"===n)&&u(t),(\"lr\"===n||\"rl\"===n)&&(s(t),i(t))}function i(t){l.each(t.nodes(),function(n){a(t.node(n))}),l.each(t.edges(),function(n){a(t.edge(n))})}function a(t){var n=t.width;t.width=t.height,t.height=n}function u(t){l.each(t.nodes(),function(n){o(t.node(n))}),l.each(t.edges(),function(n){var e=t.edge(n);l.each(e.points,o),l.has(e,\"y\")&&o(e)})}function o(t){t.y=-t.y}function s(t){l.each(t.nodes(),function(n){c(t.node(n))}),l.each(t.edges(),function(n){var e=t.edge(n);l.each(e.points,c),l.has(e,\"x\")&&c(e)})}function c(t){var n=t.x;t.x=t.y,t.y=n}var l=t(\"./lodash\");n.exports={adjust:e,undo:r}},{\"./lodash\":61}],56:[function(t,n){function e(){var t={};t._next=t._prev=t,this._sentinel=t}function r(t){t._prev._next=t._next,t._next._prev=t._prev,delete t._next,delete t._prev}function i(t,n){return\"_next\"!==t&&\"_prev\"!==t?n:void 0}n.exports=e,e.prototype.dequeue=function(){var t=this._sentinel,n=t._prev;return n!==t?(r(n),n):void 0},e.prototype.enqueue=function(t){var n=this._sentinel;t._prev&&t._next&&r(t),t._next=n._next,n._next._prev=t,n._next=t,t._prev=n},e.prototype.toString=function(){for(var t=[],n=this._sentinel,e=n._prev;e!==n;)t.push(JSON.stringify(e,i)),e=e._prev;return\"[\"+t.join(\", \")+\"]\"}},{}],57:[function(t,n){function e(t){var n=i.buildLayerMatrix(t),e=new a({compound:!0,multigraph:!0}).setGraph({});return r.each(t.nodes(),function(n){e.setNode(n,{label:n}),e.setParent(n,\"layer\"+t.node(n).rank)}),r.each(t.edges(),function(t){e.setEdge(t.v,t.w,{},t.name)}),r.each(n,function(t,n){var i=\"layer\"+n;e.setNode(i,{rank:\"same\"}),r.reduce(t,function(t,n){return e.setEdge(t,n,{style:\"invis\"}),n})}),e}var r=t(\"./lodash\"),i=t(\"./util\"),a=t(\"./graphlib\").Graph;n.exports={debugOrdering:e}},{\"./graphlib\":58,\"./lodash\":61,\"./util\":80}],58:[function(t,n){var e;if(\"function\"==typeof t)try{e=t(\"graphlib\")}catch(r){}e||(e=window.graphlib),n.exports=e},{graphlib:82}],59:[function(t,n){function e(t,n){if(t.nodeCount()<=1)return[];var e=a(t,n||l),i=r(e.graph,e.buckets,e.zeroIdx);return o.flatten(o.map(i,function(n){return t.outEdges(n.v,n.w)}),!0)}function r(t,n,e){for(var r,a=[],u=n[n.length-1],o=n[0];t.nodeCount();){for(;r=o.dequeue();)i(t,n,e,r);for(;r=u.dequeue();)i(t,n,e,r);if(t.nodeCount())for(var s=n.length-2;s>0;--s)if(r=n[s].dequeue()){a=a.concat(i(t,n,e,r,!0));break}}return a}function i(t,n,e,r,i){var a=i?[]:void 0;return o.each(t.inEdges(r.v),function(r){var o=t.edge(r),s=t.node(r.v);i&&a.push({v:r.v,w:r.w}),s.out-=o,u(n,e,s)}),o.each(t.outEdges(r.v),function(r){var i=t.edge(r),a=r.w,o=t.node(a);o[\"in\"]-=i,u(n,e,o)}),t.removeNode(r.v),a}function a(t,n){var e=new s,r=0,i=0;o.each(t.nodes(),function(t){e.setNode(t,{v:t,\"in\":0,out:0})}),o.each(t.edges(),function(t){var a=e.edge(t.v,t.w)||0,u=n(t),o=a+u;e.setEdge(t.v,t.w,o),i=Math.max(i,e.node(t.v).out+=u),r=Math.max(r,e.node(t.w)[\"in\"]+=u)});var a=o.range(i+r+3).map(function(){return new c}),l=r+1;return o.each(e.nodes(),function(t){u(a,l,e.node(t))}),{graph:e,buckets:a,zeroIdx:l}}function u(t,n,e){e.out?e[\"in\"]?t[e.out-e[\"in\"]+n].enqueue(e):t[t.length-1].enqueue(e):t[0].enqueue(e)}var o=t(\"./lodash\"),s=t(\"./graphlib\").Graph,c=t(\"./data/list\");n.exports=e;var l=o.constant(1)},{\"./data/list\":56,\"./graphlib\":58,\"./lodash\":61}],60:[function(t,n){\"use strict\";function e(t,n){var e=n&&n.debugTiming?O.time:O.notime;e(\"layout\",function(){var n=e(\" buildLayoutGraph\",function(){return a(t)});e(\" runLayout\",function(){r(n,e)}),e(\" updateInputGraph\",function(){i(t,n)})})}function r(t,n){n(\" makeSpaceForEdgeLabels\",function(){u(t)}),n(\" removeSelfEdges\",function(){g(t)}),n(\" acyclic\",function(){x.run(t)}),n(\" nestingGraph.run\",function(){S.run(t)}),n(\" rank\",function(){A(O.asNonCompoundGraph(t))}),n(\" injectEdgeLabelProxies\",function(){o(t)}),n(\" removeEmptyRanks\",function(){M(t)}),n(\" nestingGraph.cleanup\",function(){S.cleanup(t)}),n(\" normalizeRanks\",function(){k(t)}),n(\" assignRankMinMax\",function(){s(t)}),n(\" removeEdgeLabelProxies\",function(){c(t)}),n(\" normalize.run\",function(){w.run(t)}),n(\" parentDummyChains\",function(){E(t)}),n(\" addBorderSegments\",function(){D(t)}),n(\" order\",function(){T(t)}),n(\" insertSelfEdges\",function(){y(t)}),n(\" adjustCoordinateSystem\",function(){C.adjust(t)}),n(\" position\",function(){F(t)}),n(\" positionSelfEdges\",function(){m(t)}),n(\" removeBorderNodes\",function(){p(t)}),n(\" normalize.undo\",function(){w.undo(t)}),n(\" fixupEdgeLabelCoords\",function(){f(t)}),n(\" undoCoordinateSystem\",function(){C.undo(t)}),n(\" translateGraph\",function(){l(t)}),n(\" assignNodeIntersects\",function(){h(t)}),n(\" reversePoints\",function(){d(t)}),n(\" acyclic.undo\",function(){x.undo(t)})}function i(t,n){b.each(t.nodes(),function(e){var r=t.node(e),i=n.node(e);r&&(r.x=i.x,r.y=i.y,n.children(e).length&&(r.width=i.width,r.height=i.height))}),b.each(t.edges(),function(e){var r=t.edge(e),i=n.edge(e);r.points=i.points,b.has(i,\"x\")&&(r.x=i.x,r.y=i.y)}),t.graph().width=n.graph().width,t.graph().height=n.graph().height}function a(t){var n=new L({multigraph:!0,compound:!0}),e=_(t.graph());return n.setGraph(b.merge({},B,v(e,I),b.pick(e,N))),b.each(t.nodes(),function(e){var r=_(t.node(e));n.setNode(e,b.defaults(v(r,P),R)),n.setParent(e,t.parent(e))}),b.each(t.edges(),function(e){var r=_(t.edge(e));n.setEdge(e,b.merge({},Y,v(r,j),b.pick(r,U)))}),n}function u(t){var n=t.graph();n.ranksep/=2,b.each(t.edges(),function(e){var r=t.edge(e);r.minlen*=2,\"c\"!==r.labelpos.toLowerCase()&&(\"TB\"===n.rankdir||\"BT\"===n.rankdir?r.width+=r.labeloffset:r.height+=r.labeloffset)})}function o(t){b.each(t.edges(),function(n){var e=t.edge(n);if(e.width&&e.height){var r=t.node(n.v),i=t.node(n.w),a={rank:(i.rank-r.rank)/2+r.rank,e:n};O.addDummyNode(t,\"edge-proxy\",a,\"_ep\")}})}function s(t){var n=0;b.each(t.nodes(),function(e){var r=t.node(e);r.borderTop&&(r.minRank=t.node(r.borderTop).rank,r.maxRank=t.node(r.borderBottom).rank,n=b.max(n,r.maxRank))}),t.graph().maxRank=n}function c(t){b.each(t.nodes(),function(n){var e=t.node(n);\"edge-proxy\"===e.dummy&&(t.edge(e.e).labelRank=e.rank,t.removeNode(n))})}function l(t){function n(t){var n=t.x,u=t.y,o=t.width,s=t.height;e=Math.min(e,n-o/2),r=Math.max(r,n+o/2),i=Math.min(i,u-s/2),a=Math.max(a,u+s/2)}var e=Number.POSITIVE_INFINITY,r=0,i=Number.POSITIVE_INFINITY,a=0,u=t.graph(),o=u.marginx||0,s=u.marginy||0;b.each(t.nodes(),function(e){n(t.node(e))}),b.each(t.edges(),function(e){var r=t.edge(e);b.has(r,\"x\")&&n(r)}),e-=o,i-=s,b.each(t.nodes(),function(n){var r=t.node(n);r.x-=e,r.y-=i}),b.each(t.edges(),function(n){var r=t.edge(n);b.each(r.points,function(t){t.x-=e,t.y-=i}),b.has(r,\"x\")&&(r.x-=e),b.has(r,\"y\")&&(r.y-=i)}),u.width=r-e+o,u.height=a-i+s}function h(t){b.each(t.edges(),function(n){var e,r,i=t.edge(n),a=t.node(n.v),u=t.node(n.w);i.points?(e=i.points[0],r=i.points[i.points.length-1]):(i.points=[],e=u,r=a),i.points.unshift(O.intersectRect(a,e)),i.points.push(O.intersectRect(u,r))})}function f(t){b.each(t.edges(),function(n){var e=t.edge(n);if(b.has(e,\"x\"))switch((\"l\"===e.labelpos||\"r\"===e.labelpos)&&(e.width-=e.labeloffset),e.labelpos){case\"l\":e.x-=e.width/2+e.labeloffset;break;case\"r\":e.x+=e.width/2+e.labeloffset}})}function d(t){b.each(t.edges(),function(n){var e=t.edge(n);e.reversed&&e.points.reverse()})}function p(t){b.each(t.nodes(),function(n){if(t.children(n).length){var e=t.node(n),r=t.node(e.borderTop),i=t.node(e.borderBottom),a=t.node(b.last(e.borderLeft)),u=t.node(b.last(e.borderRight));e.width=Math.abs(u.x-a.x),e.height=Math.abs(i.y-r.y),e.x=a.x+e.width/2,e.y=r.y+e.height/2}}),b.each(t.nodes(),function(n){\"border\"===t.node(n).dummy&&t.removeNode(n)})}function g(t){b.each(t.edges(),function(n){if(n.v===n.w){var e=t.node(n.v);e.selfEdges||(e.selfEdges=[]),e.selfEdges.push({e:n,label:t.edge(n)}),t.removeEdge(n)}})}function y(t){var n=O.buildLayerMatrix(t);b.each(n,function(n){var e=0;b.each(n,function(n,r){var i=t.node(n);i.order=r+e,b.each(i.selfEdges,function(n){O.addDummyNode(t,\"selfedge\",{width:n.label.width,height:n.label.height,rank:i.rank,order:r+ ++e,e:n.e,label:n.label},\"_se\")}),delete i.selfEdges})})}function m(t){b.each(t.nodes(),function(n){var e=t.node(n);if(\"selfedge\"===e.dummy){var r=t.node(e.e.v),i=r.x+r.width/2,a=r.y,u=e.x-i,o=r.height/2;t.setEdge(e.e,e.label),t.removeNode(n),e.label.points=[{x:i+2*u/3,y:a-o},{x:i+5*u/6,y:a-o},{x:i+u,y:a},{x:i+5*u/6,y:a+o},{x:i+2*u/3,y:a+o}],e.label.x=e.x,e.label.y=e.y}})}function v(t,n){return b.mapValues(b.pick(t,n),Number)}function _(t){var n={};return b.each(t,function(t,e){n[e.toLowerCase()]=t}),n}var b=t(\"./lodash\"),x=t(\"./acyclic\"),w=t(\"./normalize\"),A=t(\"./rank\"),k=t(\"./util\").normalizeRanks,E=t(\"./parent-dummy-chains\"),M=t(\"./util\").removeEmptyRanks,S=t(\"./nesting-graph\"),D=t(\"./add-border-segments\"),C=t(\"./coordinate-system\"),T=t(\"./order\"),F=t(\"./position\"),O=t(\"./util\"),L=t(\"./graphlib\").Graph;n.exports=e;var I=[\"nodesep\",\"edgesep\",\"ranksep\",\"marginx\",\"marginy\"],B={ranksep:50,edgesep:20,nodesep:50,rankdir:\"tb\"},N=[\"acyclicer\",\"ranker\",\"rankdir\",\"align\"],P=[\"width\",\"height\"],R={width:0,height:0},j=[\"minlen\",\"weight\",\"width\",\"height\",\"labeloffset\"],Y={minlen:1,weight:1,width:0,height:0,labeloffset:10,labelpos:\"r\"},U=[\"labelpos\"]},{\"./acyclic\":53,\"./add-border-segments\":54,\"./coordinate-system\":55,\"./graphlib\":58,\"./lodash\":61,\"./nesting-graph\":62,\"./normalize\":63,\"./order\":68,\"./parent-dummy-chains\":73,\"./position\":75,\"./rank\":77,\"./util\":80}],61:[function(t,n){n.exports=t(49)},{\"/Users/knut/source/mermaid/node_modules/dagre-d3/node_modules/graphlib/lib/lodash.js\":49,lodash:102}],62:[function(t,n){function e(t){var n=s.addDummyNode(t,\"root\",{},\"_root\"),e=i(t),u=o.max(e)-1,c=2*u+1;t.graph().nestingRoot=n,o.each(t.edges(),function(n){t.edge(n).minlen*=c});var l=a(t)+1;o.each(t.children(),function(i){r(t,n,c,l,u,e,i)}),t.graph().nodeRankFactor=c}function r(t,n,e,i,a,u,c){var l=t.children(c);if(!l.length)return void(c!==n&&t.setEdge(n,c,{weight:0,minlen:e}));var h=s.addBorderNode(t,\"_bt\"),f=s.addBorderNode(t,\"_bb\"),d=t.node(c);t.setParent(h,c),d.borderTop=h,t.setParent(f,c),d.borderBottom=f,o.each(l,function(o){r(t,n,e,i,a,u,o);var s=t.node(o),l=s.borderTop?s.borderTop:o,d=s.borderBottom?s.borderBottom:o,p=s.borderTop?i:2*i,g=l!==d?1:a-u[c]+1;t.setEdge(h,l,{weight:p,minlen:g,nestingEdge:!0}),t.setEdge(d,f,{weight:p,minlen:g,nestingEdge:!0})}),t.parent(c)||t.setEdge(n,h,{weight:0,minlen:a+u[c]})}function i(t){function n(r,i){var a=t.children(r);a&&a.length&&o.each(a,function(t){n(t,i+1)}),e[r]=i}var e={};return o.each(t.children(),function(t){n(t,1)}),e}function a(t){return o.reduce(t.edges(),function(n,e){return n+t.edge(e).weight},0)}function u(t){var n=t.graph();t.removeNode(n.nestingRoot),delete n.nestingRoot,o.each(t.edges(),function(n){var e=t.edge(n);e.nestingEdge&&t.removeEdge(n)})}var o=t(\"./lodash\"),s=t(\"./util\");n.exports={run:e,cleanup:u}},{\"./lodash\":61,\"./util\":80}],63:[function(t,n){\"use strict\";function e(t){t.graph().dummyChains=[],a.each(t.edges(),function(n){r(t,n)})}function r(t,n){var e=n.v,r=t.node(e).rank,i=n.w,a=t.node(i).rank,o=n.name,s=t.edge(n),c=s.labelRank;if(a!==r+1){t.removeEdge(n);var l,h,f;for(f=0,++r;a>r;++f,++r)s.points=[],h={width:0,height:0,edgeLabel:s,edgeObj:n,rank:r},l=u.addDummyNode(t,\"edge\",h,\"_d\"),r===c&&(h.width=s.width,h.height=s.height,h.dummy=\"edge-label\",h.labelpos=s.labelpos),t.setEdge(e,l,{weight:s.weight},o),0===f&&t.graph().dummyChains.push(l),e=l;t.setEdge(e,i,{weight:s.weight},o)}}function i(t){a.each(t.graph().dummyChains,function(n){var e,r=t.node(n),i=r.edgeLabel;for(t.setEdge(r.edgeObj,i);r.dummy;)e=t.successors(n)[0],t.removeNode(n),i.points.push({x:r.x,y:r.y}),\"edge-label\"===r.dummy&&(i.x=r.x,i.y=r.y,i.width=r.width,i.height=r.height),n=e,r=t.node(n)})}var a=t(\"./lodash\"),u=t(\"./util\");n.exports={run:e,undo:i}},{\"./lodash\":61,\"./util\":80}],64:[function(t,n){function e(t,n,e){var i,a={};r.each(e,function(e){for(var r,u,o=t.parent(e);o;){if(r=t.parent(o),r?(u=a[r],a[r]=o):(u=i,i=o),u&&u!==o)return void n.setEdge(u,o);o=r}})}var r=t(\"../lodash\");n.exports=e},{\"../lodash\":61}],65:[function(t,n){function e(t,n){return r.map(n,function(n){var e=t.inEdges(n);if(e.length){var i=r.reduce(e,function(n,e){var r=t.edge(e),i=t.node(e.v);return{sum:n.sum+r.weight*i.order,weight:n.weight+r.weight}},{sum:0,weight:0});return{v:n,barycenter:i.sum/i.weight,weight:i.weight}}return{v:n}})}var r=t(\"../lodash\");n.exports=e},{\"../lodash\":61}],66:[function(t,n){function e(t,n,e){var u=r(t),o=new a({compound:!0}).setGraph({root:u}).setDefaultNodeLabel(function(n){return t.node(n)});return i.each(t.nodes(),function(r){var a=t.node(r),s=t.parent(r);(a.rank===n||a.minRank<=n&&n<=a.maxRank)&&(o.setNode(r),o.setParent(r,s||u),i.each(t[e](r),function(n){var e=n.v===r?n.w:n.v,a=o.edge(e,r),u=i.isUndefined(a)?0:a.weight;o.setEdge(e,r,{weight:t.edge(n).weight+u})}),i.has(a,\"minRank\")&&o.setNode(r,{borderLeft:a.borderLeft[n],borderRight:a.borderRight[n]}))}),o}function r(t){for(var n;t.hasNode(n=i.uniqueId(\"_root\")););return n}var i=t(\"../lodash\"),a=t(\"../graphlib\").Graph;n.exports=e},{\"../graphlib\":58,\"../lodash\":61}],67:[function(t,n){\"use strict\";function e(t,n){for(var e=0,i=1;i<n.length;++i)e+=r(t,n[i-1],n[i]);return e}function r(t,n,e){for(var r=i.zipObject(e,i.map(e,function(t,n){return n})),a=i.flatten(i.map(n,function(n){return i.chain(t.outEdges(n)).map(function(n){return{pos:r[n.w],weight:t.edge(n).weight}}).sortBy(\"pos\").value()}),!0),u=1;u<e.length;)u<<=1;var o=2*u-1;u-=1;var s=i.map(new Array(o),function(){return 0}),c=0;return i.each(a.forEach(function(t){var n=t.pos+u;s[n]+=t.weight;for(var e=0;n>0;)n%2&&(e+=s[n+1]),n=n-1>>1,s[n]+=t.weight;c+=t.weight*e})),c}var i=t(\"../lodash\");n.exports=e},{\"../lodash\":61}],68:[function(t,n){\"use strict\";function e(t){var n=d.maxRank(t),e=r(t,u.range(1,n+1),\"inEdges\"),c=r(t,u.range(n-1,-1,-1),\"outEdges\"),l=o(t);a(t,l);for(var h,f=Number.POSITIVE_INFINITY,p=0,g=0;4>g;++p,++g){i(p%2?e:c,p%4>=2),l=d.buildLayerMatrix(t);var y=s(t,l);f>y&&(g=0,h=u.cloneDeep(l),f=y)}a(t,h)}function r(t,n,e){return u.map(n,function(n){return l(t,n,e)})}function i(t,n){var e=new f;u.each(t,function(t){var r=t.graph().root,i=c(t,r,e,n);u.each(i.vs,function(n,e){t.node(n).order=e}),h(t,e,i.vs)})}function a(t,n){u.each(n,function(n){u.each(n,function(n,e){t.node(n).order=e})})}var u=t(\"../lodash\"),o=t(\"./init-order\"),s=t(\"./cross-count\"),c=t(\"./sort-subgraph\"),l=t(\"./build-layer-graph\"),h=t(\"./add-subgraph-constraints\"),f=t(\"../graphlib\").Graph,d=t(\"../util\");n.exports=e},{\"../graphlib\":58,\"../lodash\":61,\"../util\":80,\"./add-subgraph-constraints\":64,\"./build-layer-graph\":66,\"./cross-count\":67,\"./init-order\":69,\"./sort-subgraph\":71}],69:[function(t,n){\"use strict\";function e(t){function n(i){if(!r.has(e,i)){e[i]=!0;var a=t.node(i);u[a.rank].push(i),r.each(t.successors(i),n)}}var e={},i=r.filter(t.nodes(),function(n){return!t.children(n).length}),a=r.max(r.map(i,function(n){return t.node(n).rank})),u=r.map(r.range(a+1),function(){return[]}),o=r.sortBy(i,function(n){return t.node(n).rank});return r.each(o,n),u}var r=t(\"../lodash\");n.exports=e},{\"../lodash\":61}],70:[function(t,n){\"use strict\";function e(t,n){var e={};a.each(t,function(t,n){var r=e[t.v]={indegree:0,\"in\":[],out:[],vs:[t.v],i:n};a.isUndefined(t.barycenter)||(r.barycenter=t.barycenter,r.weight=t.weight)}),a.each(n.edges(),function(t){var n=e[t.v],r=e[t.w];a.isUndefined(n)||a.isUndefined(r)||(r.indegree++,n.out.push(e[t.w]))});var i=a.filter(e,function(t){return!t.indegree});return r(i)}function r(t){function n(t){return function(n){n.merged||(a.isUndefined(n.barycenter)||a.isUndefined(t.barycenter)||n.barycenter>=t.barycenter)&&i(t,n)}}function e(n){return function(e){e[\"in\"].push(n),0===--e.indegree&&t.push(e)}}for(var r=[];t.length;){var u=t.pop();r.push(u),a.each(u[\"in\"].reverse(),n(u)),a.each(u.out,e(u))}return a.chain(r).filter(function(t){return!t.merged}).map(function(t){return a.pick(t,[\"vs\",\"i\",\"barycenter\",\"weight\"])}).value()}function i(t,n){var e=0,r=0;t.weight&&(e+=t.barycenter*t.weight,r+=t.weight),n.weight&&(e+=n.barycenter*n.weight,r+=n.weight),t.vs=n.vs.concat(t.vs),t.barycenter=e/r,t.weight=r,t.i=Math.min(n.i,t.i),n.merged=!0}var a=t(\"../lodash\");n.exports=e},{\"../lodash\":61}],71:[function(t,n){function e(t,n,c,l){var h=t.children(n),f=t.node(n),d=f?f.borderLeft:void 0,p=f?f.borderRight:void 0,g={};d&&(h=a.filter(h,function(t){return t!==d&&t!==p}));var y=u(t,h);a.each(y,function(n){if(t.children(n.v).length){var r=e(t,n.v,c,l);g[n.v]=r,a.has(r,\"barycenter\")&&i(n,r)}});var m=o(y,c);r(m,g);var v=s(m,l);if(d&&(v.vs=a.flatten([d,v.vs,p],!0),t.predecessors(d).length)){var _=t.node(t.predecessors(d)[0]),b=t.node(t.predecessors(p)[0]);a.has(v,\"barycenter\")||(v.barycenter=0,v.weight=0),v.barycenter=(v.barycenter*v.weight+_.order+b.order)/(v.weight+2),v.weight+=2}return v}function r(t,n){a.each(t,function(t){t.vs=a.flatten(t.vs.map(function(t){return n[t]?n[t].vs:t}),!0)})}function i(t,n){a.isUndefined(t.barycenter)?(t.barycenter=n.barycenter,t.weight=n.weight):(t.barycenter=(t.barycenter*t.weight+n.barycenter*n.weight)/(t.weight+n.weight),t.weight+=n.weight)}var a=t(\"../lodash\"),u=t(\"./barycenter\"),o=t(\"./resolve-conflicts\"),s=t(\"./sort\");n.exports=e},{\"../lodash\":61,\"./barycenter\":65,\"./resolve-conflicts\":70,\"./sort\":72}],72:[function(t,n){function e(t,n){var e=u.partition(t,function(t){return a.has(t,\"barycenter\")}),o=e.lhs,s=a.sortBy(e.rhs,function(t){return-t.i}),c=[],l=0,h=0,f=0;o.sort(i(!!n)),f=r(c,s,f),a.each(o,function(t){f+=t.vs.length,c.push(t.vs),l+=t.barycenter*t.weight,h+=t.weight,f=r(c,s,f)});var d={vs:a.flatten(c,!0)};return h&&(d.barycenter=l/h,d.weight=h),d}function r(t,n,e){for(var r;n.length&&(r=a.last(n)).i<=e;)n.pop(),t.push(r.vs),e++;return e}function i(t){return function(n,e){return n.barycenter<e.barycenter?-1:n.barycenter>e.barycenter?1:t?e.i-n.i:n.i-e.i}}var a=t(\"../lodash\"),u=t(\"../util\");n.exports=e},{\"../lodash\":61,\"../util\":80}],73:[function(t,n){function e(t){var n=i(t);a.each(t.graph().dummyChains,function(e){for(var i=t.node(e),a=i.edgeObj,u=r(t,n,a.v,a.w),o=u.path,s=u.lca,c=0,l=o[c],h=!0;e!==a.w;){if(i=t.node(e),h){for(;(l=o[c])!==s&&t.node(l).maxRank<i.rank;)c++;l===s&&(h=!1)}if(!h){for(;c<o.length-1&&t.node(l=o[c+1]).minRank<=i.rank;)c++;l=o[c]}t.setParent(e,l),e=t.successors(e)[0]}})}function r(t,n,e,r){var i,a,u=[],o=[],s=Math.min(n[e].low,n[r].low),c=Math.max(n[e].lim,n[r].lim);i=e;do i=t.parent(i),u.push(i);while(i&&(n[i].low>s||c>n[i].lim));for(a=i,i=r;(i=t.parent(i))!==a;)o.push(i);return{path:u.concat(o.reverse()),lca:a}}function i(t){function n(i){var u=r;a.each(t.children(i),n),e[i]={low:u,lim:r++}}var e={},r=0;return a.each(t.children(),n),e}var a=t(\"./lodash\");n.exports=e},{\"./lodash\":61}],74:[function(t,n){\"use strict\";function e(t,n){function e(n,e){var u=0,o=0,s=n.length,c=y.last(e);return y.each(e,function(n,l){var h=i(t,n),f=h?t.node(h).order:s;(h||n===c)&&(y.each(e.slice(o,l+1),function(n){y.each(t.predecessors(n),function(e){var i=t.node(e),o=i.order;!(u>o||o>f)||i.dummy&&t.node(n).dummy||a(r,e,n)})}),o=l+1,u=f)}),e}var r={};return y.reduce(n,e),r}function r(t,n){function e(n,e,r,u,o){var s;y.each(y.range(e,r),function(e){s=n[e],t.node(s).dummy&&y.each(t.predecessors(s),function(n){var e=t.node(n);e.dummy&&(e.order<u||e.order>o)&&a(i,n,s)})})}function r(n,r){var i,a=-1,u=0;return y.each(r,function(o,s){if(\"border\"===t.node(o).dummy){var c=t.predecessors(o);c.length&&(i=t.node(c[0]).order,e(r,u,s,a,i),u=s,a=i)}e(r,u,r.length,i,n.length)}),r}var i={};return y.reduce(n,r),i}function i(t,n){return t.node(n).dummy?y.find(t.predecessors(n),function(n){return t.node(n).dummy}):void 0}function a(t,n,e){if(n>e){var r=n;n=e,e=r}var i=t[n];i||(t[n]=i={}),i[e]=!0}function u(t,n,e){if(n>e){var r=n;n=e,e=r}return y.has(t[n],e)}function o(t,n,e,r){var i={},a={},o={};return y.each(n,function(t){y.each(t,function(t,n){i[t]=t,a[t]=t,o[t]=n})}),y.each(n,function(t){var n=-1;y.each(t,function(t){var s=r(t);if(s.length){s=y.sortBy(s,function(t){return o[t]});for(var c=(s.length-1)/2,l=Math.floor(c),h=Math.ceil(c);h>=l;++l){var f=s[l];a[t]===t&&n<o[f]&&!u(e,t,f)&&(a[f]=t,a[t]=i[t]=i[f],n=o[f])}}})}),{root:i,align:a}}function s(t,n,e,r,i){function a(t){y.has(l,t)||(l[t]=!0,o[t]=y.reduce(s.inEdges(t),function(t,n){return a(n.v),Math.max(t,o[n.v]+s.edge(n))},0))}function u(n){if(2!==l[n]){l[n]++;var e=t.node(n),r=y.reduce(s.outEdges(n),function(t,n){return u(n.w),Math.min(t,o[n.w]-s.edge(n))},Number.POSITIVE_INFINITY);r!==Number.POSITIVE_INFINITY&&e.borderType!==h&&(o[n]=Math.max(o[n],r))}}var o={},s=c(t,n,e,i),l={};y.each(s.nodes(),a);var h=i?\"borderLeft\":\"borderRight\";return y.each(s.nodes(),u),y.each(r,function(t){o[t]=o[e[t]]}),o}function c(t,n,e,r){var i=new m,a=t.graph(),u=p(a.nodesep,a.edgesep,r);return y.each(n,function(n){var r;y.each(n,function(n){var a=e[n];if(i.setNode(a),r){var o=e[r],s=i.edge(o,a);i.setEdge(o,a,Math.max(u(t,n,r),s||0))}r=n})}),i}function l(t,n){return y.min(n,function(n){var e=y.min(n,function(n,e){return n-g(t,e)/2}),r=y.max(n,function(n,e){return n+g(t,e)/2});return r-e})}function h(t,n){var e=y.min(n),r=y.max(n);y.each([\"u\",\"d\"],function(i){y.each([\"l\",\"r\"],function(a){var u,o=i+a,s=t[o];s!==n&&(u=\"l\"===a?e-y.min(s):r-y.max(s),u&&(t[o]=y.mapValues(s,function(t){return t+u})))})})}function f(t,n){return y.mapValues(t.ul,function(e,r){if(n)return t[n.toLowerCase()][r];var i=y.sortBy(y.pluck(t,r));return(i[1]+i[2])/2})}function d(t){var n,i=v.buildLayerMatrix(t),a=y.merge(e(t,i),r(t,i)),u={};y.each([\"u\",\"d\"],function(e){n=\"u\"===e?i:y.values(i).reverse(),y.each([\"l\",\"r\"],function(r){\"r\"===r&&(n=y.map(n,function(t){return y.values(t).reverse()}));var i=y.bind(\"u\"===e?t.predecessors:t.successors,t),c=o(t,n,a,i),l=s(t,n,c.root,c.align,\"r\"===r);\"r\"===r&&(l=y.mapValues(l,function(t){return-t})),u[e+r]=l})});var c=l(t,u);return h(u,c),f(u,t.graph().align)}function p(t,n,e){return function(r,i,a){var u,o=r.node(i),s=r.node(a),c=0;if(c+=o.width/2,y.has(o,\"labelpos\"))switch(o.labelpos.toLowerCase()){\ncase\"l\":u=-o.width/2;break;case\"r\":u=o.width/2}if(u&&(c+=e?u:-u),u=0,c+=(o.dummy?n:t)/2,c+=(s.dummy?n:t)/2,c+=s.width/2,y.has(s,\"labelpos\"))switch(s.labelpos.toLowerCase()){case\"l\":u=s.width/2;break;case\"r\":u=-s.width/2}return u&&(c+=e?u:-u),u=0,c}}function g(t,n){return t.node(n).width}var y=t(\"../lodash\"),m=t(\"../graphlib\").Graph,v=t(\"../util\");n.exports={positionX:d,findType1Conflicts:e,findType2Conflicts:r,addConflict:a,hasConflict:u,verticalAlignment:o,horizontalCompaction:s,alignCoordinates:h,findSmallestWidthAlignment:l,balance:f}},{\"../graphlib\":58,\"../lodash\":61,\"../util\":80}],75:[function(t,n){\"use strict\";function e(t){t=a.asNonCompoundGraph(t),r(t),i.each(u(t),function(n,e){t.node(e).x=n})}function r(t){var n=a.buildLayerMatrix(t),e=t.graph().ranksep,r=0;i.each(n,function(n){var a=i.max(i.map(n,function(n){return t.node(n).height}));i.each(n,function(n){t.node(n).y=r+a/2}),r+=a+e})}var i=t(\"../lodash\"),a=t(\"../util\"),u=t(\"./bk\").positionX;n.exports=e},{\"../lodash\":61,\"../util\":80,\"./bk\":74}],76:[function(t,n){\"use strict\";function e(t){var n=new o({directed:!1}),e=t.nodes()[0],u=t.nodeCount();n.setNode(e,{});for(var c,l;r(n,t)<u;)c=i(n,t),l=n.hasNode(c.v)?s(t,c):-s(t,c),a(n,t,l);return n}function r(t,n){function e(r){u.each(n.nodeEdges(r),function(i){var a=i.v,u=r===a?i.w:a;t.hasNode(u)||s(n,i)||(t.setNode(u,{}),t.setEdge(r,u,{}),e(u))})}return u.each(t.nodes(),e),t.nodeCount()}function i(t,n){return u.min(n.edges(),function(e){return t.hasNode(e.v)!==t.hasNode(e.w)?s(n,e):void 0})}function a(t,n,e){u.each(t.nodes(),function(t){n.node(t).rank+=e})}var u=t(\"../lodash\"),o=t(\"../graphlib\").Graph,s=t(\"./util\").slack;n.exports=e},{\"../graphlib\":58,\"../lodash\":61,\"./util\":79}],77:[function(t,n){\"use strict\";function e(t){switch(t.graph().ranker){case\"network-simplex\":i(t);break;case\"tight-tree\":r(t);break;case\"longest-path\":c(t);break;default:i(t)}}function r(t){u(t),o(t)}function i(t){s(t)}var a=t(\"./util\"),u=a.longestPath,o=t(\"./feasible-tree\"),s=t(\"./network-simplex\");n.exports=e;var c=u},{\"./feasible-tree\":76,\"./network-simplex\":78,\"./util\":79}],78:[function(t,n){\"use strict\";function e(t){t=b(t),m(t);var n=g(t);u(n),r(n,t);for(var e,i;e=s(n);)i=c(n,t,e),l(n,t,e,i)}function r(t,n){var e=_(t,t.nodes());e=e.slice(0,e.length-1),p.each(e,function(e){i(t,n,e)})}function i(t,n,e){var r=t.node(e),i=r.parent;t.edge(e,i).cutvalue=a(t,n,e)}function a(t,n,e){var r=t.node(e),i=r.parent,a=!0,u=n.edge(e,i),o=0;return u||(a=!1,u=n.edge(i,e)),o=u.weight,p.each(n.nodeEdges(e),function(r){var u=r.v===e,s=u?r.w:r.v;if(s!==i){var c=u===a,l=n.edge(r).weight;if(o+=c?l:-l,f(t,e,s)){var h=t.edge(e,s).cutvalue;o+=c?-h:h}}}),o}function u(t,n){arguments.length<2&&(n=t.nodes()[0]),o(t,{},1,n)}function o(t,n,e,r,i){var a=e,u=t.node(r);return n[r]=!0,p.each(t.neighbors(r),function(i){p.has(n,i)||(e=o(t,n,e,i,r))}),u.low=a,u.lim=e++,i?u.parent=i:delete u.parent,e}function s(t){return p.find(t.edges(),function(n){return t.edge(n).cutvalue<0})}function c(t,n,e){var r=e.v,i=e.w;n.hasEdge(r,i)||(r=e.w,i=e.v);var a=t.node(r),u=t.node(i),o=a,s=!1;a.lim>u.lim&&(o=u,s=!0);var c=p.filter(n.edges(),function(n){return s===d(t,t.node(n.v),o)&&s!==d(t,t.node(n.w),o)});return p.min(c,function(t){return y(n,t)})}function l(t,n,e,i){var a=e.v,o=e.w;t.removeEdge(a,o),t.setEdge(i.v,i.w,{}),u(t),r(t,n),h(t,n)}function h(t,n){var e=p.find(t.nodes(),function(t){return!n.node(t).parent}),r=v(t,e);r=r.slice(1),p.each(r,function(e){var r=t.node(e).parent,i=n.edge(e,r),a=!1;i||(i=n.edge(r,e),a=!0),n.node(e).rank=n.node(r).rank+(a?i.minlen:-i.minlen)})}function f(t,n,e){return t.hasEdge(n,e)}function d(t,n,e){return e.low<=n.lim&&n.lim<=e.lim}var p=t(\"../lodash\"),g=t(\"./feasible-tree\"),y=t(\"./util\").slack,m=t(\"./util\").longestPath,v=t(\"../graphlib\").alg.preorder,_=t(\"../graphlib\").alg.postorder,b=t(\"../util\").simplify;n.exports=e,e.initLowLimValues=u,e.initCutValues=r,e.calcCutValue=a,e.leaveEdge=s,e.enterEdge=c,e.exchangeEdges=l},{\"../graphlib\":58,\"../lodash\":61,\"../util\":80,\"./feasible-tree\":76,\"./util\":79}],79:[function(t,n){\"use strict\";function e(t){function n(r){var a=t.node(r);if(i.has(e,r))return a.rank;e[r]=!0;var u=i.min(i.map(t.outEdges(r),function(e){return n(e.w)-t.edge(e).minlen}));return u===Number.POSITIVE_INFINITY&&(u=0),a.rank=u}var e={};i.each(t.sources(),n)}function r(t,n){return t.node(n.w).rank-t.node(n.v).rank-t.edge(n).minlen}var i=t(\"../lodash\");n.exports={longestPath:e,slack:r}},{\"../lodash\":61}],80:[function(t,n){\"use strict\";function e(t,n,e,r){var i;do i=y.uniqueId(r);while(t.hasNode(i));return e.dummy=n,t.setNode(i,e),i}function r(t){var n=(new m).setGraph(t.graph());return y.each(t.nodes(),function(e){n.setNode(e,t.node(e))}),y.each(t.edges(),function(e){var r=n.edge(e.v,e.w)||{weight:0,minlen:1},i=t.edge(e);n.setEdge(e.v,e.w,{weight:r.weight+i.weight,minlen:Math.max(r.minlen,i.minlen)})}),n}function i(t){var n=new m({multigraph:t.isMultigraph()}).setGraph(t.graph());return y.each(t.nodes(),function(e){t.children(e).length||n.setNode(e,t.node(e))}),y.each(t.edges(),function(e){n.setEdge(e,t.edge(e))}),n}function a(t){var n=y.map(t.nodes(),function(n){var e={};return y.each(t.outEdges(n),function(n){e[n.w]=(e[n.w]||0)+t.edge(n).weight}),e});return y.zipObject(t.nodes(),n)}function u(t){var n=y.map(t.nodes(),function(n){var e={};return y.each(t.inEdges(n),function(n){e[n.v]=(e[n.v]||0)+t.edge(n).weight}),e});return y.zipObject(t.nodes(),n)}function o(t,n){var e=t.x,r=t.y,i=n.x-e,a=n.y-r,u=t.width/2,o=t.height/2;if(!i&&!a)throw new Error(\"Not possible to find intersection inside of the rectangle\");var s,c;return Math.abs(a)*u>Math.abs(i)*o?(0>a&&(o=-o),s=o*i/a,c=o):(0>i&&(u=-u),s=u,c=u*a/i),{x:e+s,y:r+c}}function s(t){var n=y.map(y.range(f(t)+1),function(){return[]});return y.each(t.nodes(),function(e){var r=t.node(e),i=r.rank;y.isUndefined(i)||(n[i][r.order]=e)}),n}function c(t){var n=y.min(y.map(t.nodes(),function(n){return t.node(n).rank}));y.each(t.nodes(),function(e){var r=t.node(e);y.has(r,\"rank\")&&(r.rank-=n)})}function l(t){var n=y.min(y.map(t.nodes(),function(n){return t.node(n).rank})),e=[];y.each(t.nodes(),function(r){var i=t.node(r).rank-n;e[i]||(e[i]=[]),e[i].push(r)});var r=0,i=t.graph().nodeRankFactor;y.each(e,function(n,e){y.isUndefined(n)&&e%i!==0?--r:r&&y.each(n,function(n){t.node(n).rank+=r})})}function h(t,n,r,i){var a={width:0,height:0};return arguments.length>=4&&(a.rank=r,a.order=i),e(t,\"border\",a,n)}function f(t){return y.max(y.map(t.nodes(),function(n){var e=t.node(n).rank;return y.isUndefined(e)?void 0:e}))}function d(t,n){var e={lhs:[],rhs:[]};return y.each(t,function(t){n(t)?e.lhs.push(t):e.rhs.push(t)}),e}function p(t,n){var e=y.now();try{return n()}finally{console.log(t+\" time: \"+(y.now()-e)+\"ms\")}}function g(t,n){return n()}var y=t(\"./lodash\"),m=t(\"./graphlib\").Graph;n.exports={addDummyNode:e,simplify:r,asNonCompoundGraph:i,successorWeights:a,predecessorWeights:u,intersectRect:o,buildLayerMatrix:s,normalizeRanks:c,removeEmptyRanks:l,addBorderNode:h,maxRank:f,partition:d,time:p,notime:g}},{\"./graphlib\":58,\"./lodash\":61}],81:[function(t,n){n.exports=\"0.7.4\"},{}],82:[function(t,n){n.exports=t(31)},{\"./lib\":98,\"./lib/alg\":89,\"./lib/json\":99,\"/Users/knut/source/mermaid/node_modules/dagre-d3/node_modules/graphlib/index.js\":31}],83:[function(t,n){n.exports=t(32)},{\"../lodash\":100,\"/Users/knut/source/mermaid/node_modules/dagre-d3/node_modules/graphlib/lib/alg/components.js\":32}],84:[function(t,n){n.exports=t(33)},{\"../lodash\":100,\"/Users/knut/source/mermaid/node_modules/dagre-d3/node_modules/graphlib/lib/alg/dfs.js\":33}],85:[function(t,n){n.exports=t(34)},{\"../lodash\":100,\"./dijkstra\":86,\"/Users/knut/source/mermaid/node_modules/dagre-d3/node_modules/graphlib/lib/alg/dijkstra-all.js\":34}],86:[function(t,n){n.exports=t(35)},{\"../data/priority-queue\":96,\"../lodash\":100,\"/Users/knut/source/mermaid/node_modules/dagre-d3/node_modules/graphlib/lib/alg/dijkstra.js\":35}],87:[function(t,n){n.exports=t(36)},{\"../lodash\":100,\"./tarjan\":94,\"/Users/knut/source/mermaid/node_modules/dagre-d3/node_modules/graphlib/lib/alg/find-cycles.js\":36}],88:[function(t,n){n.exports=t(37)},{\"../lodash\":100,\"/Users/knut/source/mermaid/node_modules/dagre-d3/node_modules/graphlib/lib/alg/floyd-warshall.js\":37}],89:[function(t,n){n.exports=t(38)},{\"./components\":83,\"./dijkstra\":86,\"./dijkstra-all\":85,\"./find-cycles\":87,\"./floyd-warshall\":88,\"./is-acyclic\":90,\"./postorder\":91,\"./preorder\":92,\"./prim\":93,\"./tarjan\":94,\"./topsort\":95,\"/Users/knut/source/mermaid/node_modules/dagre-d3/node_modules/graphlib/lib/alg/index.js\":38}],90:[function(t,n){n.exports=t(39)},{\"./topsort\":95,\"/Users/knut/source/mermaid/node_modules/dagre-d3/node_modules/graphlib/lib/alg/is-acyclic.js\":39}],91:[function(t,n){n.exports=t(40)},{\"./dfs\":84,\"/Users/knut/source/mermaid/node_modules/dagre-d3/node_modules/graphlib/lib/alg/postorder.js\":40}],92:[function(t,n){n.exports=t(41)},{\"./dfs\":84,\"/Users/knut/source/mermaid/node_modules/dagre-d3/node_modules/graphlib/lib/alg/preorder.js\":41}],93:[function(t,n){n.exports=t(42)},{\"../data/priority-queue\":96,\"../graph\":97,\"../lodash\":100,\"/Users/knut/source/mermaid/node_modules/dagre-d3/node_modules/graphlib/lib/alg/prim.js\":42}],94:[function(t,n){n.exports=t(43)},{\"../lodash\":100,\"/Users/knut/source/mermaid/node_modules/dagre-d3/node_modules/graphlib/lib/alg/tarjan.js\":43}],95:[function(t,n){n.exports=t(44)},{\"../lodash\":100,\"/Users/knut/source/mermaid/node_modules/dagre-d3/node_modules/graphlib/lib/alg/topsort.js\":44}],96:[function(t,n){n.exports=t(45)},{\"../lodash\":100,\"/Users/knut/source/mermaid/node_modules/dagre-d3/node_modules/graphlib/lib/data/priority-queue.js\":45}],97:[function(t,n){n.exports=t(46)},{\"./lodash\":100,\"/Users/knut/source/mermaid/node_modules/dagre-d3/node_modules/graphlib/lib/graph.js\":46}],98:[function(t,n){n.exports=t(47)},{\"./graph\":97,\"./version\":101,\"/Users/knut/source/mermaid/node_modules/dagre-d3/node_modules/graphlib/lib/index.js\":47}],99:[function(t,n){n.exports=t(48)},{\"./graph\":97,\"./lodash\":100,\"/Users/knut/source/mermaid/node_modules/dagre-d3/node_modules/graphlib/lib/json.js\":48}],100:[function(t,n){n.exports=t(49)},{\"/Users/knut/source/mermaid/node_modules/dagre-d3/node_modules/graphlib/lib/lodash.js\":49,lodash:102}],101:[function(t,n){n.exports=t(50)},{\"/Users/knut/source/mermaid/node_modules/dagre-d3/node_modules/graphlib/lib/version.js\":50}],102:[function(t,n){n.exports=t(51)},{\"/Users/knut/source/mermaid/node_modules/dagre-d3/node_modules/lodash/index.js\":51}],103:[function(t,n,e){(function(t){(function(){function r(t,n){return t.set(n[0],n[1]),t}function i(t,n){return t.add(n),t}function a(t,n,e){var r=e.length;switch(r){case 0:return t.call(n);case 1:return t.call(n,e[0]);case 2:return t.call(n,e[0],e[1]);case 3:return t.call(n,e[0],e[1],e[2])}return t.apply(n,e)}function u(t,n,e,r){for(var i=-1,a=t?t.length:0;++i<a;){var u=t[i];n(r,u,e(u),t)}return r}function o(t,n){for(var e=-1,r=t?t.length:0;++e<r&&n(t[e],e,t)!==!1;);return t}function s(t,n){for(var e=t?t.length:0;e--&&n(t[e],e,t)!==!1;);return t}function c(t,n){for(var e=-1,r=t?t.length:0;++e<r;)if(!n(t[e],e,t))return!1;return!0}function l(t,n){for(var e=-1,r=t?t.length:0,i=0,a=[];++e<r;){var u=t[e];n(u,e,t)&&(a[i++]=u)}return a}function h(t,n){var e=t?t.length:0;return!!e&&b(t,n,0)>-1}function f(t,n,e){for(var r=-1,i=t?t.length:0;++r<i;)if(e(n,t[r]))return!0;return!1}function d(t,n){for(var e=-1,r=t?t.length:0,i=Array(r);++e<r;)i[e]=n(t[e],e,t);return i}function p(t,n){for(var e=-1,r=n.length,i=t.length;++e<r;)t[i+e]=n[e];return t}function g(t,n,e,r){var i=-1,a=t?t.length:0;for(r&&a&&(e=t[++i]);++i<a;)e=n(e,t[i],i,t);return e}function y(t,n,e,r){var i=t?t.length:0;for(r&&i&&(e=t[--i]);i--;)e=n(e,t[i],i,t);return e}function m(t,n){for(var e=-1,r=t?t.length:0;++e<r;)if(n(t[e],e,t))return!0;return!1}function v(t,n,e){var r;return e(t,function(t,e,i){return n(t,e,i)?(r=e,!1):void 0}),r}function _(t,n,e,r){for(var i=t.length,a=e+(r?1:-1);r?a--:++a<i;)if(n(t[a],a,t))return a;return-1}function b(t,n,e){if(n!==n)return j(t,e);for(var r=e-1,i=t.length;++r<i;)if(t[r]===n)return r;return-1}function x(t,n,e,r){for(var i=e-1,a=t.length;++i<a;)if(r(t[i],n))return i;return-1}function w(t,n){var e=t?t.length:0;return e?E(t,n)/e:kt}function A(t,n,e,r,i){return i(t,function(t,i,a){e=r?(r=!1,t):n(e,t,i,a)}),e}function k(t,n){var e=t.length;for(t.sort(n);e--;)t[e]=t[e].value;return t}function E(t,n){for(var e,r=-1,i=t.length;++r<i;){var a=n(t[r]);a!==X&&(e=e===X?a:e+a)}return e}function M(t,n){for(var e=-1,r=Array(t);++e<t;)r[e]=n(e);return r}function S(t,n){return d(n,function(n){return[n,t[n]]})}function D(t){return function(n){return t(n)}}function C(t,n){return d(n,function(n){return t[n]})}function T(t,n){return t.has(n)}function F(t,n){for(var e=-1,r=t.length;++e<r&&b(n,t[e],0)>-1;);return e}function O(t,n){for(var e=t.length;e--&&b(n,t[e],0)>-1;);return e}function L(t){return t&&t.Object===Object?t:null}function I(t,n){for(var e=t.length,r=0;e--;)t[e]===n&&r++;return r}function B(t){return Se[t]}function N(t){return De[t]}function P(t){return\"\\\\\"+Te[t]}function R(t,n){return null==t?X:t[n]}function j(t,n,e){for(var r=t.length,i=n+(e?1:-1);e?i--:++i<r;){var a=t[i];if(a!==a)return i}return-1}function Y(t){var n=!1;if(null!=t&&\"function\"!=typeof t.toString)try{n=!!(t+\"\")}catch(e){}return n}function U(t){for(var n,e=[];!(n=t.next()).done;)e.push(n.value);return e}function $(t){var n=-1,e=Array(t.size);return t.forEach(function(t,r){e[++n]=[r,t]}),e}function W(t,n){for(var e=-1,r=t.length,i=0,a=[];++e<r;){var u=t[e];(u===n||u===nt)&&(t[e]=nt,a[i++]=e)}return a}function z(t){var n=-1,e=Array(t.size);return t.forEach(function(t){e[++n]=t}),e}function q(t){var n=-1,e=Array(t.size);return t.forEach(function(t){e[++n]=[t,t]}),e}function G(t){if(!t||!xe.test(t))return t.length;for(var n=_e.lastIndex=0;_e.test(t);)n++;return n}function H(t){return t.match(_e)}function V(t){return Ce[t]}function Z(t){function n(t){if(vo(t)&&!yh(t)&&!(t instanceof In)){if(t instanceof L)return t;if(Cc.call(t,\"__wrapped__\"))return ha(t)}return new L(t)}function e(){}function L(t,n){this.__wrapped__=t,this.__actions__=[],this.__chain__=!!n,this.__index__=0,this.__values__=X}function In(t){this.__wrapped__=t,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=Et,this.__views__=[]}function Bn(){var t=new In(this.__wrapped__);return t.__actions__=ei(this.__actions__),t.__dir__=this.__dir__,t.__filtered__=this.__filtered__,t.__iteratees__=ei(this.__iteratees__),t.__takeCount__=this.__takeCount__,t.__views__=ei(this.__views__),t}function Nn(){if(this.__filtered__){var t=new In(this);t.__dir__=-1,t.__filtered__=!0}else t=this.clone(),t.__dir__*=-1;return t}function Pn(){var t=this.__wrapped__.value(),n=this.__dir__,e=yh(t),r=0>n,i=e?t.length:0,a=$i(0,i,this.__views__),u=a.start,o=a.end,s=o-u,c=r?o:u-1,l=this.__iteratees__,h=l.length,f=0,d=Jc(s,this.__takeCount__);if(!e||Q>i||i==s&&d==s)return Pr(t,this.__actions__);var p=[];t:for(;s--&&d>f;){c+=n;for(var g=-1,y=t[c];++g<h;){var m=l[g],v=m.iteratee,_=m.type,b=v(y);if(_==_t)y=b;else if(!b){if(_==vt)continue t;break t}}p[f++]=y}return p}function Rn(t){var n=-1,e=t?t.length:0;for(this.clear();++n<e;){var r=t[n];this.set(r[0],r[1])}}function jn(){this.__data__=ll?ll(null):{}}function Yn(t){return this.has(t)&&delete this.__data__[t]}function Un(t){var n=this.__data__;if(ll){var e=n[t];return e===tt?X:e}return Cc.call(n,t)?n[t]:X}function $n(t){var n=this.__data__;return ll?n[t]!==X:Cc.call(n,t)}function Wn(t,n){var e=this.__data__;return e[t]=ll&&n===X?tt:n,this}function zn(t){var n=-1,e=t?t.length:0;for(this.clear();++n<e;){var r=t[n];this.set(r[0],r[1])}}function qn(){this.__data__=[]}function Gn(t){var n=this.__data__,e=pe(n,t);if(0>e)return!1;var r=n.length-1;return e==r?n.pop():zc.call(n,e,1),!0}function Hn(t){var n=this.__data__,e=pe(n,t);return 0>e?X:n[e][1]}function Vn(t){return pe(this.__data__,t)>-1}function Zn(t,n){var e=this.__data__,r=pe(e,t);return 0>r?e.push([t,n]):e[r][1]=n,this}function Xn(t){var n=-1,e=t?t.length:0;for(this.clear();++n<e;){var r=t[n];this.set(r[0],r[1])}}function Kn(){this.__data__={hash:new Rn,map:new(ul||zn),string:new Rn}}function Qn(t){return Ni(this,t)[\"delete\"](t)}function Jn(t){return Ni(this,t).get(t)}function te(t){return Ni(this,t).has(t)}function ne(t,n){return Ni(this,t).set(t,n),this}function ee(t){var n=-1,e=t?t.length:0;for(this.__data__=new Xn;++n<e;)this.add(t[n])}function re(t){return this.__data__.set(t,tt),this}function ie(t){return this.__data__.has(t)}function ae(t){this.__data__=new zn(t)}function ue(){this.__data__=new zn}function oe(t){return this.__data__[\"delete\"](t)}function se(t){return this.__data__.get(t)}function ce(t){return this.__data__.has(t)}function le(t,n){var e=this.__data__;return e instanceof zn&&e.__data__.length==Q&&(e=this.__data__=new Xn(e.__data__)),e.set(t,n),this}function he(t,n,e,r){return t===X||to(t,kc[e])&&!Cc.call(r,e)?n:t}function fe(t,n,e){(e!==X&&!to(t[n],e)||\"number\"==typeof n&&e===X&&!(n in t))&&(t[n]=e)}function de(t,n,e){var r=t[n];Cc.call(t,n)&&to(r,e)&&(e!==X||n in t)||(t[n]=e)}function pe(t,n){for(var e=t.length;e--;)if(to(t[e][0],n))return e;return-1}function ge(t,n,e,r){return wl(t,function(t,i,a){n(r,t,e(t),a)}),r}function ye(t,n){return t&&ri(n,rs(n),t)}function _e(t,n){for(var e=-1,r=null==t,i=n.length,a=Array(i);++e<i;)a[e]=r?X:ts(t,n[e]);return a}function Se(t,n,e){return t===t&&(e!==X&&(t=e>=t?t:e),n!==X&&(t=t>=n?t:n)),t}function De(t,n,e,r,i,a,u){var s;if(r&&(s=a?r(t,i,a,u):r(t)),s!==X)return s;if(!mo(t))return t;var c=yh(t);if(c){if(s=zi(t),!n)return ei(t,s)}else{var l=Ui(t),h=l==Lt||l==It;if(mh(t))return zr(t,n);if(l==Pt||l==Dt||h&&!a){if(Y(t))return a?t:{};if(s=qi(h?{}:t),!n)return ii(t,ye(s,t))}else{if(!Me[l])return a?t:{};s=Gi(t,l,De,n)}}u||(u=new ae);var f=u.get(t);if(f)return f;if(u.set(t,s),!c)var d=e?Fi(t):rs(t);return o(d||t,function(i,a){d&&(a=i,i=t[a]),de(s,a,De(i,n,e,r,a,t,u))}),s}function Ce(t){var n=rs(t),e=n.length;return function(r){if(null==r)return!e;for(var i=e;i--;){var a=n[i],u=t[a],o=r[a];if(o===X&&!(a in Object(r))||!u(o))return!1}return!0}}function Te(t){return mo(t)?$c(t):{}}function Le(t,n,e){if(\"function\"!=typeof t)throw new wc(J);return qc(function(){t.apply(X,e)},n)}function Ie(t,n,e,r){var i=-1,a=h,u=!0,o=t.length,s=[],c=n.length;if(!o)return s;e&&(n=d(n,D(e))),r?(a=f,u=!1):n.length>=Q&&(a=T,u=!1,n=new ee(n));t:for(;++i<o;){var l=t[i],p=e?e(l):l;if(l=r||0!==l?l:0,u&&p===p){for(var g=c;g--;)if(n[g]===p)continue t;s.push(l)}else a(n,p,r)||s.push(l)}return s}function Ne(t,n){var e=!0;return wl(t,function(t,r,i){return e=!!n(t,r,i)}),e}function Pe(t,n,e){for(var r=-1,i=t.length;++r<i;){var a=t[r],u=n(a);if(null!=u&&(o===X?u===u&&!Oo(u):e(u,o)))var o=u,s=a}return s}function Re(t,n,e,r){var i=t.length;for(e=jo(e),0>e&&(e=-e>i?0:i+e),r=r===X||r>i?i:jo(r),0>r&&(r+=i),r=e>r?0:Yo(r);r>e;)t[e++]=n;return t}function Ue(t,n){var e=[];return wl(t,function(t,r,i){n(t,r,i)&&e.push(t)}),e}function $e(t,n,e,r,i){var a=-1,u=t.length;for(e||(e=Vi),i||(i=[]);++a<u;){var o=t[a];n>0&&e(o)?n>1?$e(o,n-1,e,r,i):p(i,o):r||(i[i.length]=o)}return i}function We(t,n){return t&&kl(t,n,rs)}function ze(t,n){return t&&El(t,n,rs)}function qe(t,n){return l(n,function(n){return po(t[n])})}function Ge(t,n){n=Qi(n,t)?[n]:$r(n);for(var e=0,r=n.length;null!=t&&r>e;)t=t[ca(n[e++])];return e&&e==r?t:X}function He(t,n,e){var r=n(t);return yh(t)?r:p(r,e(t))}function Ve(t,n){return t>n}function Ze(t,n){return null!=t&&(Cc.call(t,n)||\"object\"==typeof t&&n in t&&null===ji(t))}function Xe(t,n){return null!=t&&n in Object(t)}function Ke(t,n,e){return t>=Jc(n,e)&&t<Qc(n,e)}function Qe(t,n,e){for(var r=e?f:h,i=t[0].length,a=t.length,u=a,o=Array(a),s=1/0,c=[];u--;){var l=t[u];u&&n&&(l=d(l,D(n))),s=Jc(l.length,s),o[u]=!e&&(n||i>=120&&l.length>=120)?new ee(u&&l):X}l=t[0];var p=-1,g=o[0];t:for(;++p<i&&c.length<s;){var y=l[p],m=n?n(y):y;if(y=e||0!==y?y:0,!(g?T(g,m):r(c,m,e))){for(u=a;--u;){var v=o[u];if(!(v?T(v,m):r(t[u],m,e)))continue t}g&&g.push(m),c.push(y)}}return c}function Je(t,n,e,r){return We(t,function(t,i,a){n(r,e(t),i,a)}),r}function tr(t,n,e){Qi(n,t)||(n=$r(n),t=oa(t,n),n=Ta(n));var r=null==t?t:t[ca(n)];return null==r?X:a(r,t,e)}function nr(t,n,e,r,i){return t===n?!0:null==t||null==n||!mo(t)&&!vo(n)?t!==t&&n!==n:er(t,n,nr,e,r,i)}function er(t,n,e,r,i,a){var u=yh(t),o=yh(n),s=Ct,c=Ct;u||(s=Ui(t),s=s==Dt?Pt:s),o||(c=Ui(n),c=c==Dt?Pt:c);var l=s==Pt&&!Y(t),h=c==Pt&&!Y(n),f=s==c;if(f&&!l)return a||(a=new ae),u||Lo(t)?Di(t,n,e,r,i,a):Ci(t,n,s,e,r,i,a);if(!(i&dt)){var d=l&&Cc.call(t,\"__wrapped__\"),p=h&&Cc.call(n,\"__wrapped__\");if(d||p){var g=d?t.value():t,y=p?n.value():n;return a||(a=new ae),e(g,y,r,i,a)}}return f?(a||(a=new ae),Ti(t,n,e,r,i,a)):!1}function rr(t,n,e,r){var i=e.length,a=i,u=!r;if(null==t)return!a;for(t=Object(t);i--;){var o=e[i];if(u&&o[2]?o[1]!==t[o[0]]:!(o[0]in t))return!1}for(;++i<a;){o=e[i];var s=o[0],c=t[s],l=o[1];if(u&&o[2]){if(c===X&&!(s in t))return!1}else{var h=new ae;if(r)var f=r(c,l,s,t,n,h);if(!(f===X?nr(l,c,r,ft|dt,h):f))return!1}}return!0}function ir(t){if(!mo(t)||na(t))return!1;var n=po(t)||Y(t)?Ic:Dn;return n.test(la(t))}function ar(t){return\"function\"==typeof t?t:null==t?Gs:\"object\"==typeof t?yh(t)?hr(t[0],t[1]):lr(t):tc(t)}function ur(t){return Kc(Object(t))}function or(t){t=null==t?t:Object(t);var n=[];for(var e in t)n.push(e);return n}function sr(t,n){return n>t}function cr(t,n){var e=-1,r=ro(t)?Array(t.length):[];return wl(t,function(t,i,a){r[++e]=n(t,i,a)}),r}function lr(t){var n=Pi(t);return 1==n.length&&n[0][2]?ia(n[0][0],n[0][1]):function(e){return e===t||rr(e,t,n)}}function hr(t,n){return Qi(t)&&ra(n)?ia(ca(t),n):function(e){var r=ts(e,t);return r===X&&r===n?es(e,t):nr(n,r,X,ft|dt)}}function fr(t,n,e,r,i){if(t!==n){if(!yh(n)&&!Lo(n))var a=is(n);o(a||n,function(u,o){if(a&&(o=u,u=n[o]),mo(u))i||(i=new ae),dr(t,n,o,e,fr,r,i);else{var s=r?r(t[o],u,o+\"\",t,n,i):X;s===X&&(s=u),fe(t,o,s)}})}}function dr(t,n,e,r,i,a,u){var o=t[e],s=n[e],c=u.get(s);if(c)return void fe(t,e,c);var l=a?a(o,s,e+\"\",t,n,u):X,h=l===X;h&&(l=s,yh(s)||Lo(s)?yh(o)?l=o:io(o)?l=ei(o):(h=!1,l=De(s,!0)):So(s)||no(s)?no(o)?l=$o(o):!mo(o)||r&&po(o)?(h=!1,l=De(s,!0)):l=o:h=!1),u.set(s,l),h&&i(l,s,r,a,u),u[\"delete\"](s),fe(t,e,l)}function pr(t,n){var e=t.length;if(e)return n+=0>n?e:0,Xi(n,e)?t[n]:X}function gr(t,n,e){var r=-1;n=d(n.length?n:[Gs],D(Bi()));var i=cr(t,function(t){var e=d(n,function(n){return n(t)});return{criteria:e,index:++r,value:t}});return k(i,function(t,n){return Jr(t,n,e)})}function yr(t,n){return t=Object(t),g(n,function(n,e){return e in t&&(n[e]=t[e]),n},{})}function mr(t,n){for(var e=-1,r=Oi(t),i=r.length,a={};++e<i;){var u=r[e],o=t[u];n(o,u)&&(a[u]=o)}return a}function vr(t){return function(n){return null==n?X:n[t]}}function _r(t){return function(n){return Ge(n,t)}}function br(t,n,e,r){var i=r?x:b,a=-1,u=n.length,o=t;for(t===n&&(n=ei(n)),e&&(o=d(t,D(e)));++a<u;)for(var s=0,c=n[a],l=e?e(c):c;(s=i(o,l,s,r))>-1;)o!==t&&zc.call(o,s,1),zc.call(t,s,1);return t}function xr(t,n){for(var e=t?n.length:0,r=e-1;e--;){var i=n[e];if(e==r||i!==a){var a=i;if(Xi(i))zc.call(t,i,1);else if(Qi(i,t))delete t[ca(i)];else{var u=$r(i),o=oa(t,u);null!=o&&delete o[ca(Ta(u))]}}}return t}function wr(t,n){return t+Hc(nl()*(n-t+1))}function Ar(t,n,e,r){for(var i=-1,a=Qc(Gc((n-t)/(e||1)),0),u=Array(a);a--;)u[r?a:++i]=t,t+=e;return u}function kr(t,n){var e=\"\";if(!t||1>n||n>wt)return e;do n%2&&(e+=t),n=Hc(n/2),n&&(t+=t);while(n);return e}function Er(t,n,e,r){n=Qi(n,t)?[n]:$r(n);for(var i=-1,a=n.length,u=a-1,o=t;null!=o&&++i<a;){var s=ca(n[i]);if(mo(o)){var c=e;if(i!=u){var l=o[s];c=r?r(l,s,o):X,c===X&&(c=null==l?Xi(n[i+1])?[]:{}:l)}de(o,s,c)}o=o[s]}return t}function Mr(t,n,e){var r=-1,i=t.length;0>n&&(n=-n>i?0:i+n),e=e>i?i:e,0>e&&(e+=i),i=n>e?0:e-n>>>0,n>>>=0;for(var a=Array(i);++r<i;)a[r]=t[r+n];return a}function Sr(t,n){var e;return wl(t,function(t,r,i){return e=n(t,r,i),!e}),!!e}function Dr(t,n,e){var r=0,i=t?t.length:r;if(\"number\"==typeof n&&n===n&&St>=i){for(;i>r;){var a=r+i>>>1,u=t[a];null!==u&&!Oo(u)&&(e?n>=u:n>u)?r=a+1:i=a}return i}return Cr(t,n,Gs,e)}function Cr(t,n,e,r){n=e(n);for(var i=0,a=t?t.length:0,u=n!==n,o=null===n,s=Oo(n),c=n===X;a>i;){var l=Hc((i+a)/2),h=e(t[l]),f=h!==X,d=null===h,p=h===h,g=Oo(h);if(u)var y=r||p;else y=c?p&&(r||f):o?p&&f&&(r||!d):s?p&&f&&!d&&(r||!g):d||g?!1:r?n>=h:n>h;y?i=l+1:a=l}return Jc(a,Mt)}function Tr(t,n){for(var e=-1,r=t.length,i=0,a=[];++e<r;){var u=t[e],o=n?n(u):u;if(!e||!to(o,s)){var s=o;a[i++]=0===u?0:u}}return a}function Fr(t){return\"number\"==typeof t?t:Oo(t)?kt:+t}function Or(t){if(\"string\"==typeof t)return t;if(Oo(t))return xl?xl.call(t):\"\";var n=t+\"\";return\"0\"==n&&1/t==-xt?\"-0\":n}function Lr(t,n,e){var r=-1,i=h,a=t.length,u=!0,o=[],s=o;if(e)u=!1,i=f;else if(a>=Q){var c=n?null:Sl(t);if(c)return z(c);u=!1,i=T,s=new ee}else s=n?[]:o;t:for(;++r<a;){var l=t[r],d=n?n(l):l;if(l=e||0!==l?l:0,u&&d===d){for(var p=s.length;p--;)if(s[p]===d)continue t;n&&s.push(d),o.push(l)}else i(s,d,e)||(s!==o&&s.push(d),o.push(l))}return o}function Ir(t,n){n=Qi(n,t)?[n]:$r(n),t=oa(t,n);var e=ca(Ta(n));return!(null!=t&&Ze(t,e))||delete t[e]}function Br(t,n,e,r){return Er(t,n,e(Ge(t,n)),r)}function Nr(t,n,e,r){for(var i=t.length,a=r?i:-1;(r?a--:++a<i)&&n(t[a],a,t););return e?Mr(t,r?0:a,r?a+1:i):Mr(t,r?a+1:0,r?i:a)}function Pr(t,n){var e=t;return e instanceof In&&(e=e.value()),g(n,function(t,n){return n.func.apply(n.thisArg,p([t],n.args))},e)}function Rr(t,n,e){for(var r=-1,i=t.length;++r<i;)var a=a?p(Ie(a,t[r],n,e),Ie(t[r],a,n,e)):t[r];return a&&a.length?Lr(a,n,e):[]}function jr(t,n,e){for(var r=-1,i=t.length,a=n.length,u={};++r<i;){var o=a>r?n[r]:X;e(u,t[r],o)}return u}function Yr(t){return io(t)?t:[]}function Ur(t){return\"function\"==typeof t?t:Gs}function $r(t){return yh(t)?t:Ll(t)}function Wr(t,n,e){var r=t.length;return e=e===X?r:e,!n&&e>=r?t:Mr(t,n,e)}function zr(t,n){if(n)return t.slice();var e=new t.constructor(t.length);return t.copy(e),e}function qr(t){var n=new t.constructor(t.byteLength);return new Rc(n).set(new Rc(t)),n}function Gr(t,n){var e=n?qr(t.buffer):t.buffer;return new t.constructor(e,t.byteOffset,t.byteLength)}function Hr(t,n,e){var i=n?e($(t),!0):$(t);return g(i,r,new t.constructor)}function Vr(t){var n=new t.constructor(t.source,kn.exec(t));return n.lastIndex=t.lastIndex,n}function Zr(t,n,e){var r=n?e(z(t),!0):z(t);return g(r,i,new t.constructor)}function Xr(t){return bl?Object(bl.call(t)):{}}function Kr(t,n){var e=n?qr(t.buffer):t.buffer;return new t.constructor(e,t.byteOffset,t.length)}function Qr(t,n){if(t!==n){var e=t!==X,r=null===t,i=t===t,a=Oo(t),u=n!==X,o=null===n,s=n===n,c=Oo(n);if(!o&&!c&&!a&&t>n||a&&u&&s&&!o&&!c||r&&u&&s||!e&&s||!i)return 1;if(!r&&!a&&!c&&n>t||c&&e&&i&&!r&&!a||o&&e&&i||!u&&i||!s)return-1}return 0}function Jr(t,n,e){for(var r=-1,i=t.criteria,a=n.criteria,u=i.length,o=e.length;++r<u;){var s=Qr(i[r],a[r]);if(s){if(r>=o)return s;var c=e[r];return s*(\"desc\"==c?-1:1)}}return t.index-n.index}function ti(t,n,e,r){for(var i=-1,a=t.length,u=e.length,o=-1,s=n.length,c=Qc(a-u,0),l=Array(s+c),h=!r;++o<s;)l[o]=n[o];for(;++i<u;)(h||a>i)&&(l[e[i]]=t[i]);for(;c--;)l[o++]=t[i++];return l}function ni(t,n,e,r){for(var i=-1,a=t.length,u=-1,o=e.length,s=-1,c=n.length,l=Qc(a-o,0),h=Array(l+c),f=!r;++i<l;)h[i]=t[i];for(var d=i;++s<c;)h[d+s]=n[s];for(;++u<o;)(f||a>i)&&(h[d+e[u]]=t[i++]);return h}function ei(t,n){var e=-1,r=t.length;for(n||(n=Array(r));++e<r;)n[e]=t[e];return n}function ri(t,n,e,r){e||(e={});for(var i=-1,a=n.length;++i<a;){var u=n[i],o=r?r(e[u],t[u],u,e,t):t[u];de(e,u,o)}return e}function ii(t,n){return ri(t,Yi(t),n)}function ai(t,n){return function(e,r){var i=yh(e)?u:ge,a=n?n():{};return i(e,t,Bi(r),a)}}function ui(t){return zu(function(n,e){var r=-1,i=e.length,a=i>1?e[i-1]:X,u=i>2?e[2]:X;for(a=t.length>3&&\"function\"==typeof a?(i--,a):X,u&&Ki(e[0],e[1],u)&&(a=3>i?X:a,i=1),n=Object(n);++r<i;){var o=e[r];o&&t(n,o,r,a)}return n})}function oi(t,n){return function(e,r){if(null==e)return e;if(!ro(e))return t(e,r);for(var i=e.length,a=n?i:-1,u=Object(e);(n?a--:++a<i)&&r(u[a],a,u)!==!1;);return e}}function si(t){return function(n,e,r){for(var i=-1,a=Object(n),u=r(n),o=u.length;o--;){var s=u[t?o:++i];if(e(a[s],s,a)===!1)break}return n}}function ci(t,n,e){function r(){var n=this&&this!==je&&this instanceof r?a:t;return n.apply(i?e:this,arguments)}var i=n&et,a=fi(t);return r}function li(t){return function(n){n=zo(n);var e=xe.test(n)?H(n):X,r=e?e[0]:n.charAt(0),i=e?Wr(e,1).join(\"\"):n.slice(1);return r[t]()+i}}function hi(t){return function(n){return g($s(ws(n).replace(me,\"\")),t,\"\")}}function fi(t){return function(){var n=arguments;switch(n.length){case 0:return new t;case 1:return new t(n[0]);case 2:return new t(n[0],n[1]);case 3:return new t(n[0],n[1],n[2]);case 4:return new t(n[0],n[1],n[2],n[3]);case 5:return new t(n[0],n[1],n[2],n[3],n[4]);case 6:return new t(n[0],n[1],n[2],n[3],n[4],n[5]);case 7:return new t(n[0],n[1],n[2],n[3],n[4],n[5],n[6])}var e=Te(t.prototype),r=t.apply(e,n);return mo(r)?r:e}}function di(t,n,e){function r(){for(var u=arguments.length,o=Array(u),s=u,c=Ii(r);s--;)o[s]=arguments[s];var l=3>u&&o[0]!==c&&o[u-1]!==c?[]:W(o,c);if(u-=l.length,e>u)return ki(t,n,yi,r.placeholder,X,o,l,X,X,e-u);var h=this&&this!==je&&this instanceof r?i:t;return a(h,this,o)}var i=fi(t);return r}function pi(t){return function(n,e,r){var i=Object(n);if(e=Bi(e,3),!ro(n))var a=rs(n);var u=t(a||n,function(t,n){return a&&(n=t,t=i[n]),e(t,n,i)},r);return u>-1?n[a?a[u]:u]:X}}function gi(t){return zu(function(n){n=$e(n,1);var e=n.length,r=e,i=L.prototype.thru;for(t&&n.reverse();r--;){var a=n[r];if(\"function\"!=typeof a)throw new wc(J);if(i&&!u&&\"wrapper\"==Li(a))var u=new L([],!0)}for(r=u?r:e;++r<e;){a=n[r];var o=Li(a),s=\"wrapper\"==o?Dl(a):X;u=s&&ta(s[0])&&s[1]==(ct|at|ot|lt)&&!s[4].length&&1==s[9]?u[Li(s[0])].apply(u,s[3]):1==a.length&&ta(a)?u[o]():u.thru(a)}return function(){var t=arguments,r=t[0];if(u&&1==t.length&&yh(r)&&r.length>=Q)return u.plant(r).value();for(var i=0,a=e?n[i].apply(this,t):r;++i<e;)a=n[i].call(this,a);return a}})}function yi(t,n,e,r,i,a,u,o,s,c){function l(){for(var m=arguments.length,v=Array(m),_=m;_--;)v[_]=arguments[_];if(p)var b=Ii(l),x=I(v,b);if(r&&(v=ti(v,r,i,p)),a&&(v=ni(v,a,u,p)),m-=x,p&&c>m){var w=W(v,b);return ki(t,n,yi,l.placeholder,e,v,w,o,s,c-m)}var A=f?e:this,k=d?A[t]:t;return m=v.length,o?v=sa(v,o):g&&m>1&&v.reverse(),h&&m>s&&(v.length=s),this&&this!==je&&this instanceof l&&(k=y||fi(k)),k.apply(A,v)}var h=n&ct,f=n&et,d=n&rt,p=n&(at|ut),g=n&ht,y=d?X:fi(t);return l}function mi(t,n){return function(e,r){return Je(e,t,n(r),{})}}function vi(t){return function(n,e){var r;if(n===X&&e===X)return 0;if(n!==X&&(r=n),e!==X){if(r===X)return e;\"string\"==typeof n||\"string\"==typeof e?(n=Or(n),e=Or(e)):(n=Fr(n),e=Fr(e)),r=t(n,e)}return r}}function _i(t){return zu(function(n){return n=1==n.length&&yh(n[0])?d(n[0],D(Bi())):d($e(n,1,Zi),D(Bi())),zu(function(e){var r=this;return t(n,function(t){return a(t,r,e)})})})}function bi(t,n){n=n===X?\" \":Or(n);var e=n.length;if(2>e)return e?kr(n,t):n;var r=kr(n,Gc(t/G(n)));return xe.test(n)?Wr(H(r),0,t).join(\"\"):r.slice(0,t)}function xi(t,n,e,r){function i(){for(var n=-1,s=arguments.length,c=-1,l=r.length,h=Array(l+s),f=this&&this!==je&&this instanceof i?o:t;++c<l;)h[c]=r[c];for(;s--;)h[c++]=arguments[++n];return a(f,u?e:this,h)}var u=n&et,o=fi(t);return i}function wi(t){return function(n,e,r){return r&&\"number\"!=typeof r&&Ki(n,e,r)&&(e=r=X),n=Uo(n),n=n===n?n:0,e===X?(e=n,n=0):e=Uo(e)||0,r=r===X?e>n?1:-1:Uo(r)||0,Ar(n,e,r,t)}}function Ai(t){return function(n,e){return(\"string\"!=typeof n||\"string\"!=typeof e)&&(n=Uo(n),e=Uo(e)),t(n,e)}}function ki(t,n,e,r,i,a,u,o,s,c){var l=n&at,h=l?u:X,f=l?X:u,d=l?a:X,p=l?X:a;n|=l?ot:st,n&=~(l?st:ot),n&it||(n&=~(et|rt));var g=[t,n,i,d,h,p,f,o,s,c],y=e.apply(X,g);return ta(t)&&Ol(y,g),y.placeholder=r,y}function Ei(t){var n=bc[t];return function(t,e){if(t=Uo(t),e=Jc(jo(e),292)){var r=(zo(t)+\"e\").split(\"e\"),i=n(r[0]+\"e\"+(+r[1]+e));return r=(zo(i)+\"e\").split(\"e\"),\n+(r[0]+\"e\"+(+r[1]-e))}return n(t)}}function Mi(t){return function(n){var e=Ui(n);return e==Bt?$(n):e==Yt?q(n):S(n,t(n))}}function Si(t,n,e,r,i,a,u,o){var s=n&rt;if(!s&&\"function\"!=typeof t)throw new wc(J);var c=r?r.length:0;if(c||(n&=~(ot|st),r=i=X),u=u===X?u:Qc(jo(u),0),o=o===X?o:jo(o),c-=i?i.length:0,n&st){var l=r,h=i;r=i=X}var f=s?X:Dl(t),d=[t,n,e,r,i,l,h,a,u,o];if(f&&aa(d,f),t=d[0],n=d[1],e=d[2],r=d[3],i=d[4],o=d[9]=null==d[9]?s?0:t.length:Qc(d[9]-c,0),!o&&n&(at|ut)&&(n&=~(at|ut)),n&&n!=et)p=n==at||n==ut?di(t,n,o):n!=ot&&n!=(et|ot)||i.length?yi.apply(X,d):xi(t,n,e,r);else var p=ci(t,n,e);var g=f?Ml:Ol;return g(p,d)}function Di(t,n,e,r,i,a){var u=i&dt,o=t.length,s=n.length;if(o!=s&&!(u&&s>o))return!1;var c=a.get(t);if(c)return c==n;var l=-1,h=!0,f=i&ft?new ee:X;for(a.set(t,n);++l<o;){var d=t[l],p=n[l];if(r)var g=u?r(p,d,l,n,t,a):r(d,p,l,t,n,a);if(g!==X){if(g)continue;h=!1;break}if(f){if(!m(n,function(t,n){return f.has(n)||d!==t&&!e(d,t,r,i,a)?void 0:f.add(n)})){h=!1;break}}else if(d!==p&&!e(d,p,r,i,a)){h=!1;break}}return a[\"delete\"](t),h}function Ci(t,n,e,r,i,a,u){switch(e){case Gt:if(t.byteLength!=n.byteLength||t.byteOffset!=n.byteOffset)return!1;t=t.buffer,n=n.buffer;case qt:return t.byteLength==n.byteLength&&r(new Rc(t),new Rc(n))?!0:!1;case Tt:case Ft:return+t==+n;case Ot:return t.name==n.name&&t.message==n.message;case Nt:return t!=+t?n!=+n:t==+n;case jt:case Ut:return t==n+\"\";case Bt:var o=$;case Yt:var s=a&dt;if(o||(o=z),t.size!=n.size&&!s)return!1;var c=u.get(t);return c?c==n:(a|=ft,u.set(t,n),Di(o(t),o(n),r,i,a,u));case $t:if(bl)return bl.call(t)==bl.call(n)}return!1}function Ti(t,n,e,r,i,a){var u=i&dt,o=rs(t),s=o.length,c=rs(n),l=c.length;if(s!=l&&!u)return!1;for(var h=s;h--;){var f=o[h];if(!(u?f in n:Ze(n,f)))return!1}var d=a.get(t);if(d)return d==n;var p=!0;a.set(t,n);for(var g=u;++h<s;){f=o[h];var y=t[f],m=n[f];if(r)var v=u?r(m,y,f,n,t,a):r(y,m,f,t,n,a);if(!(v===X?y===m||e(y,m,r,i,a):v)){p=!1;break}g||(g=\"constructor\"==f)}if(p&&!g){var _=t.constructor,b=n.constructor;_!=b&&\"constructor\"in t&&\"constructor\"in n&&!(\"function\"==typeof _&&_ instanceof _&&\"function\"==typeof b&&b instanceof b)&&(p=!1)}return a[\"delete\"](t),p}function Fi(t){return He(t,rs,Yi)}function Oi(t){return He(t,is,Tl)}function Li(t){for(var n=t.name+\"\",e=dl[n],r=Cc.call(dl,n)?e.length:0;r--;){var i=e[r],a=i.func;if(null==a||a==t)return i.name}return n}function Ii(t){var e=Cc.call(n,\"placeholder\")?n:t;return e.placeholder}function Bi(){var t=n.iteratee||Hs;return t=t===Hs?ar:t,arguments.length?t(arguments[0],arguments[1]):t}function Ni(t,n){var e=t.__data__;return Ji(n)?e[\"string\"==typeof n?\"string\":\"hash\"]:e.map}function Pi(t){for(var n=rs(t),e=n.length;e--;){var r=n[e],i=t[r];n[e]=[r,i,ra(i)]}return n}function Ri(t,n){var e=R(t,n);return ir(e)?e:X}function ji(t){return Vc(Object(t))}function Yi(t){return Yc(Object(t))}function Ui(t){return Oc.call(t)}function $i(t,n,e){for(var r=-1,i=e.length;++r<i;){var a=e[r],u=a.size;switch(a.type){case\"drop\":t+=u;break;case\"dropRight\":n-=u;break;case\"take\":n=Jc(n,t+u);break;case\"takeRight\":t=Qc(t,n-u)}}return{start:t,end:n}}function Wi(t,n,e){n=Qi(n,t)?[n]:$r(n);for(var r,i=-1,a=n.length;++i<a;){var u=ca(n[i]);if(!(r=null!=t&&e(t,u)))break;t=t[u]}if(r)return r;var a=t?t.length:0;return!!a&&yo(a)&&Xi(u,a)&&(yh(t)||Fo(t)||no(t))}function zi(t){var n=t.length,e=t.constructor(n);return n&&\"string\"==typeof t[0]&&Cc.call(t,\"index\")&&(e.index=t.index,e.input=t.input),e}function qi(t){return\"function\"!=typeof t.constructor||ea(t)?{}:Te(ji(t))}function Gi(t,n,e,r){var i=t.constructor;switch(n){case qt:return qr(t);case Tt:case Ft:return new i(+t);case Gt:return Gr(t,r);case Ht:case Vt:case Zt:case Xt:case Kt:case Qt:case Jt:case tn:case nn:return Kr(t,r);case Bt:return Hr(t,r,e);case Nt:case Ut:return new i(t);case jt:return Vr(t);case Yt:return Zr(t,r,e);case $t:return Xr(t)}}function Hi(t){var n=t?t.length:X;return yo(n)&&(yh(t)||Fo(t)||no(t))?M(n,String):null}function Vi(t){return yh(t)||no(t)}function Zi(t){return yh(t)&&!(2==t.length&&!po(t[0]))}function Xi(t,n){return n=null==n?wt:n,!!n&&(\"number\"==typeof t||Tn.test(t))&&t>-1&&t%1==0&&n>t}function Ki(t,n,e){if(!mo(e))return!1;var r=typeof n;return(\"number\"==r?ro(e)&&Xi(n,e.length):\"string\"==r&&n in e)?to(e[n],t):!1}function Qi(t,n){if(yh(t))return!1;var e=typeof t;return\"number\"==e||\"symbol\"==e||\"boolean\"==e||null==t||Oo(t)?!0:pn.test(t)||!dn.test(t)||null!=n&&t in Object(n)}function Ji(t){var n=typeof t;return\"string\"==n||\"number\"==n||\"symbol\"==n||\"boolean\"==n?\"__proto__\"!==t:null===t}function ta(t){var e=Li(t),r=n[e];if(\"function\"!=typeof r||!(e in In.prototype))return!1;if(t===r)return!0;var i=Dl(r);return!!i&&t===i[0]}function na(t){return!!Sc&&Sc in t}function ea(t){var n=t&&t.constructor,e=\"function\"==typeof n&&n.prototype||kc;return t===e}function ra(t){return t===t&&!mo(t)}function ia(t,n){return function(e){return null==e?!1:e[t]===n&&(n!==X||t in Object(e))}}function aa(t,n){var e=t[1],r=n[1],i=e|r,a=(et|rt|ct)>i,u=r==ct&&e==at||r==ct&&e==lt&&t[7].length<=n[8]||r==(ct|lt)&&n[7].length<=n[8]&&e==at;if(!a&&!u)return t;r&et&&(t[2]=n[2],i|=e&et?0:it);var o=n[3];if(o){var s=t[3];t[3]=s?ti(s,o,n[4]):o,t[4]=s?W(t[3],nt):n[4]}return o=n[5],o&&(s=t[5],t[5]=s?ni(s,o,n[6]):o,t[6]=s?W(t[5],nt):n[6]),o=n[7],o&&(t[7]=o),r&ct&&(t[8]=null==t[8]?n[8]:Jc(t[8],n[8])),null==t[9]&&(t[9]=n[9]),t[0]=n[0],t[1]=i,t}function ua(t,n,e,r,i,a){return mo(t)&&mo(n)&&fr(t,n,X,ua,a.set(n,t)),t}function oa(t,n){return 1==n.length?t:Ge(t,Mr(n,0,-1))}function sa(t,n){for(var e=t.length,r=Jc(n.length,e),i=ei(t);r--;){var a=n[r];t[r]=Xi(a,e)?i[a]:X}return t}function ca(t){if(\"string\"==typeof t||Oo(t))return t;var n=t+\"\";return\"0\"==n&&1/t==-xt?\"-0\":n}function la(t){if(null!=t){try{return Dc.call(t)}catch(n){}try{return t+\"\"}catch(n){}}return\"\"}function ha(t){if(t instanceof In)return t.clone();var n=new L(t.__wrapped__,t.__chain__);return n.__actions__=ei(t.__actions__),n.__index__=t.__index__,n.__values__=t.__values__,n}function fa(t,n,e){n=(e?Ki(t,n,e):n===X)?1:Qc(jo(n),0);var r=t?t.length:0;if(!r||1>n)return[];for(var i=0,a=0,u=Array(Gc(r/n));r>i;)u[a++]=Mr(t,i,i+=n);return u}function da(t){for(var n=-1,e=t?t.length:0,r=0,i=[];++n<e;){var a=t[n];a&&(i[r++]=a)}return i}function pa(){for(var t=arguments.length,n=Array(t?t-1:0),e=arguments[0],r=t;r--;)n[r-1]=arguments[r];return t?p(yh(e)?ei(e):[e],$e(n,1)):[]}function ga(t,n,e){var r=t?t.length:0;return r?(n=e||n===X?1:jo(n),Mr(t,0>n?0:n,r)):[]}function ya(t,n,e){var r=t?t.length:0;return r?(n=e||n===X?1:jo(n),n=r-n,Mr(t,0,0>n?0:n)):[]}function ma(t,n){return t&&t.length?Nr(t,Bi(n,3),!0,!0):[]}function va(t,n){return t&&t.length?Nr(t,Bi(n,3),!0):[]}function _a(t,n,e,r){var i=t?t.length:0;return i?(e&&\"number\"!=typeof e&&Ki(t,n,e)&&(e=0,r=i),Re(t,n,e,r)):[]}function ba(t,n,e){var r=t?t.length:0;if(!r)return-1;var i=null==e?0:jo(e);return 0>i&&(i=Qc(r+i,0)),_(t,Bi(n,3),i)}function xa(t,n,e){var r=t?t.length:0;if(!r)return-1;var i=r-1;return e!==X&&(i=jo(e),i=0>e?Qc(r+i,0):Jc(i,r-1)),_(t,Bi(n,3),i,!0)}function wa(t){var n=t?t.length:0;return n?$e(t,1):[]}function Aa(t){var n=t?t.length:0;return n?$e(t,xt):[]}function ka(t,n){var e=t?t.length:0;return e?(n=n===X?1:jo(n),$e(t,n)):[]}function Ea(t){for(var n=-1,e=t?t.length:0,r={};++n<e;){var i=t[n];r[i[0]]=i[1]}return r}function Ma(t){return t&&t.length?t[0]:X}function Sa(t,n,e){var r=t?t.length:0;if(!r)return-1;var i=null==e?0:jo(e);return 0>i&&(i=Qc(r+i,0)),b(t,n,i)}function Da(t){return ya(t,1)}function Ca(t,n){return t?Xc.call(t,n):\"\"}function Ta(t){var n=t?t.length:0;return n?t[n-1]:X}function Fa(t,n,e){var r=t?t.length:0;if(!r)return-1;var i=r;if(e!==X&&(i=jo(e),i=(0>i?Qc(r+i,0):Jc(i,r-1))+1),n!==n)return j(t,i-1,!0);for(;i--;)if(t[i]===n)return i;return-1}function Oa(t,n){return t&&t.length?pr(t,jo(n)):X}function La(t,n){return t&&t.length&&n&&n.length?br(t,n):t}function Ia(t,n,e){return t&&t.length&&n&&n.length?br(t,n,Bi(e)):t}function Ba(t,n,e){return t&&t.length&&n&&n.length?br(t,n,X,e):t}function Na(t,n){var e=[];if(!t||!t.length)return e;var r=-1,i=[],a=t.length;for(n=Bi(n,3);++r<a;){var u=t[r];n(u,r,t)&&(e.push(u),i.push(r))}return xr(t,i),e}function Pa(t){return t?rl.call(t):t}function Ra(t,n,e){var r=t?t.length:0;return r?(e&&\"number\"!=typeof e&&Ki(t,n,e)?(n=0,e=r):(n=null==n?0:jo(n),e=e===X?r:jo(e)),Mr(t,n,e)):[]}function ja(t,n){return Dr(t,n)}function Ya(t,n,e){return Cr(t,n,Bi(e))}function Ua(t,n){var e=t?t.length:0;if(e){var r=Dr(t,n);if(e>r&&to(t[r],n))return r}return-1}function $a(t,n){return Dr(t,n,!0)}function Wa(t,n,e){return Cr(t,n,Bi(e),!0)}function za(t,n){var e=t?t.length:0;if(e){var r=Dr(t,n,!0)-1;if(to(t[r],n))return r}return-1}function qa(t){return t&&t.length?Tr(t):[]}function Ga(t,n){return t&&t.length?Tr(t,Bi(n)):[]}function Ha(t){return ga(t,1)}function Va(t,n,e){return t&&t.length?(n=e||n===X?1:jo(n),Mr(t,0,0>n?0:n)):[]}function Za(t,n,e){var r=t?t.length:0;return r?(n=e||n===X?1:jo(n),n=r-n,Mr(t,0>n?0:n,r)):[]}function Xa(t,n){return t&&t.length?Nr(t,Bi(n,3),!1,!0):[]}function Ka(t,n){return t&&t.length?Nr(t,Bi(n,3)):[]}function Qa(t){return t&&t.length?Lr(t):[]}function Ja(t,n){return t&&t.length?Lr(t,Bi(n)):[]}function tu(t,n){return t&&t.length?Lr(t,X,n):[]}function nu(t){if(!t||!t.length)return[];var n=0;return t=l(t,function(t){return io(t)?(n=Qc(t.length,n),!0):void 0}),M(n,function(n){return d(t,vr(n))})}function eu(t,n){if(!t||!t.length)return[];var e=nu(t);return null==n?e:d(e,function(t){return a(n,X,t)})}function ru(t,n){return jr(t||[],n||[],de)}function iu(t,n){return jr(t||[],n||[],Er)}function au(t){var e=n(t);return e.__chain__=!0,e}function uu(t,n){return n(t),t}function ou(t,n){return n(t)}function su(){return au(this)}function cu(){return new L(this.value(),this.__chain__)}function lu(){this.__values__===X&&(this.__values__=Po(this.value()));var t=this.__index__>=this.__values__.length,n=t?X:this.__values__[this.__index__++];return{done:t,value:n}}function hu(){return this}function fu(t){for(var n,r=this;r instanceof e;){var i=ha(r);i.__index__=0,i.__values__=X,n?a.__wrapped__=i:n=i;var a=i;r=r.__wrapped__}return a.__wrapped__=t,n}function du(){var t=this.__wrapped__;if(t instanceof In){var n=t;return this.__actions__.length&&(n=new In(this)),n=n.reverse(),n.__actions__.push({func:ou,args:[Pa],thisArg:X}),new L(n,this.__chain__)}return this.thru(Pa)}function pu(){return Pr(this.__wrapped__,this.__actions__)}function gu(t,n,e){var r=yh(t)?c:Ne;return e&&Ki(t,n,e)&&(n=X),r(t,Bi(n,3))}function yu(t,n){var e=yh(t)?l:Ue;return e(t,Bi(n,3))}function mu(t,n){return $e(Au(t,n),1)}function vu(t,n){return $e(Au(t,n),xt)}function _u(t,n,e){return e=e===X?1:jo(e),$e(Au(t,n),e)}function bu(t,n){var e=yh(t)?o:wl;return e(t,Bi(n,3))}function xu(t,n){var e=yh(t)?s:Al;return e(t,Bi(n,3))}function wu(t,n,e,r){t=ro(t)?t:ys(t),e=e&&!r?jo(e):0;var i=t.length;return 0>e&&(e=Qc(i+e,0)),Fo(t)?i>=e&&t.indexOf(n,e)>-1:!!i&&b(t,n,e)>-1}function Au(t,n){var e=yh(t)?d:cr;return e(t,Bi(n,3))}function ku(t,n,e,r){return null==t?[]:(yh(n)||(n=null==n?[]:[n]),e=r?X:e,yh(e)||(e=null==e?[]:[e]),gr(t,n,e))}function Eu(t,n,e){var r=yh(t)?g:A,i=arguments.length<3;return r(t,Bi(n,4),e,i,wl)}function Mu(t,n,e){var r=yh(t)?y:A,i=arguments.length<3;return r(t,Bi(n,4),e,i,Al)}function Su(t,n){var e=yh(t)?l:Ue;return n=Bi(n,3),e(t,function(t,e,r){return!n(t,e,r)})}function Du(t){var n=ro(t)?t:ys(t),e=n.length;return e>0?n[wr(0,e-1)]:X}function Cu(t,n,e){var r=-1,i=Po(t),a=i.length,u=a-1;for(n=(e?Ki(t,n,e):n===X)?1:Se(jo(n),0,a);++r<n;){var o=wr(r,u),s=i[o];i[o]=i[r],i[r]=s}return i.length=n,i}function Tu(t){return Cu(t,Et)}function Fu(t){if(null==t)return 0;if(ro(t)){var n=t.length;return n&&Fo(t)?G(t):n}if(vo(t)){var e=Ui(t);if(e==Bt||e==Yt)return t.size}return rs(t).length}function Ou(t,n,e){var r=yh(t)?m:Sr;return e&&Ki(t,n,e)&&(n=X),r(t,Bi(n,3))}function Lu(){return vc.now()}function Iu(t,n){if(\"function\"!=typeof n)throw new wc(J);return t=jo(t),function(){return--t<1?n.apply(this,arguments):void 0}}function Bu(t,n,e){return n=e?X:n,n=t&&null==n?t.length:n,Si(t,ct,X,X,X,X,n)}function Nu(t,n){var e;if(\"function\"!=typeof n)throw new wc(J);return t=jo(t),function(){return--t>0&&(e=n.apply(this,arguments)),1>=t&&(n=X),e}}function Pu(t,n,e){n=e?X:n;var r=Si(t,at,X,X,X,X,X,n);return r.placeholder=Pu.placeholder,r}function Ru(t,n,e){n=e?X:n;var r=Si(t,ut,X,X,X,X,X,n);return r.placeholder=Ru.placeholder,r}function ju(t,n,e){function r(n){var e=f,r=d;return f=d=X,v=n,g=t.apply(r,e)}function i(t){return v=t,y=qc(o,n),_?r(t):g}function a(t){var e=t-m,r=t-v,i=n-e;return b?Jc(i,p-r):i}function u(t){var e=t-m,r=t-v;return m===X||e>=n||0>e||b&&r>=p}function o(){var t=Lu();return u(t)?s(t):void(y=qc(o,a(t)))}function s(t){return y=X,x&&f?r(t):(f=d=X,g)}function c(){v=0,f=m=d=y=X}function l(){return y===X?g:s(Lu())}function h(){var t=Lu(),e=u(t);if(f=arguments,d=this,m=t,e){if(y===X)return i(m);if(b)return y=qc(o,n),r(m)}return y===X&&(y=qc(o,n)),g}var f,d,p,g,y,m,v=0,_=!1,b=!1,x=!0;if(\"function\"!=typeof t)throw new wc(J);return n=Uo(n)||0,mo(e)&&(_=!!e.leading,b=\"maxWait\"in e,p=b?Qc(Uo(e.maxWait)||0,n):p,x=\"trailing\"in e?!!e.trailing:x),h.cancel=c,h.flush=l,h}function Yu(t){return Si(t,ht)}function Uu(t,n){if(\"function\"!=typeof t||n&&\"function\"!=typeof n)throw new wc(J);var e=function(){var r=arguments,i=n?n.apply(this,r):r[0],a=e.cache;if(a.has(i))return a.get(i);var u=t.apply(this,r);return e.cache=a.set(i,u),u};return e.cache=new(Uu.Cache||Xn),e}function $u(t){if(\"function\"!=typeof t)throw new wc(J);return function(){return!t.apply(this,arguments)}}function Wu(t){return Nu(2,t)}function zu(t,n){if(\"function\"!=typeof t)throw new wc(J);return n=Qc(n===X?t.length-1:jo(n),0),function(){for(var e=arguments,r=-1,i=Qc(e.length-n,0),u=Array(i);++r<i;)u[r]=e[n+r];switch(n){case 0:return t.call(this,u);case 1:return t.call(this,e[0],u);case 2:return t.call(this,e[0],e[1],u)}var o=Array(n+1);for(r=-1;++r<n;)o[r]=e[r];return o[n]=u,a(t,this,o)}}function qu(t,n){if(\"function\"!=typeof t)throw new wc(J);return n=n===X?0:Qc(jo(n),0),zu(function(e){var r=e[n],i=Wr(e,0,n);return r&&p(i,r),a(t,this,i)})}function Gu(t,n,e){var r=!0,i=!0;if(\"function\"!=typeof t)throw new wc(J);return mo(e)&&(r=\"leading\"in e?!!e.leading:r,i=\"trailing\"in e?!!e.trailing:i),ju(t,n,{leading:r,maxWait:n,trailing:i})}function Hu(t){return Bu(t,1)}function Vu(t,n){return n=null==n?Gs:n,hh(n,t)}function Zu(){if(!arguments.length)return[];var t=arguments[0];return yh(t)?t:[t]}function Xu(t){return De(t,!1,!0)}function Ku(t,n){return De(t,!1,!0,n)}function Qu(t){return De(t,!0,!0)}function Ju(t,n){return De(t,!0,!0,n)}function to(t,n){return t===n||t!==t&&n!==n}function no(t){return io(t)&&Cc.call(t,\"callee\")&&(!Wc.call(t,\"callee\")||Oc.call(t)==Dt)}function eo(t){return vo(t)&&Oc.call(t)==qt}function ro(t){return null!=t&&yo(Cl(t))&&!po(t)}function io(t){return vo(t)&&ro(t)}function ao(t){return t===!0||t===!1||vo(t)&&Oc.call(t)==Tt}function uo(t){return vo(t)&&Oc.call(t)==Ft}function oo(t){return!!t&&1===t.nodeType&&vo(t)&&!So(t)}function so(t){if(ro(t)&&(yh(t)||Fo(t)||po(t.splice)||no(t)||mh(t)))return!t.length;if(vo(t)){var n=Ui(t);if(n==Bt||n==Yt)return!t.size}for(var e in t)if(Cc.call(t,e))return!1;return!(fl&&rs(t).length)}function co(t,n){return nr(t,n)}function lo(t,n,e){e=\"function\"==typeof e?e:X;var r=e?e(t,n):X;return r===X?nr(t,n,e):!!r}function ho(t){return vo(t)?Oc.call(t)==Ot||\"string\"==typeof t.message&&\"string\"==typeof t.name:!1}function fo(t){return\"number\"==typeof t&&Zc(t)}function po(t){var n=mo(t)?Oc.call(t):\"\";return n==Lt||n==It}function go(t){return\"number\"==typeof t&&t==jo(t)}function yo(t){return\"number\"==typeof t&&t>-1&&t%1==0&&wt>=t}function mo(t){var n=typeof t;return!!t&&(\"object\"==n||\"function\"==n)}function vo(t){return!!t&&\"object\"==typeof t}function _o(t){return vo(t)&&Ui(t)==Bt}function bo(t,n){return t===n||rr(t,n,Pi(n))}function xo(t,n,e){return e=\"function\"==typeof e?e:X,rr(t,n,Pi(n),e)}function wo(t){return Mo(t)&&t!=+t}function Ao(t){if(Fl(t))throw new _c(\"This method is not supported with `core-js`. Try https://github.com/es-shims.\");return ir(t)}function ko(t){return null===t}function Eo(t){return null==t}function Mo(t){return\"number\"==typeof t||vo(t)&&Oc.call(t)==Nt}function So(t){if(!vo(t)||Oc.call(t)!=Pt||Y(t))return!1;var n=ji(t);if(null===n)return!0;var e=Cc.call(n,\"constructor\")&&n.constructor;return\"function\"==typeof e&&e instanceof e&&Dc.call(e)==Fc}function Do(t){return mo(t)&&Oc.call(t)==jt}function Co(t){return go(t)&&t>=-wt&&wt>=t}function To(t){return vo(t)&&Ui(t)==Yt}function Fo(t){return\"string\"==typeof t||!yh(t)&&vo(t)&&Oc.call(t)==Ut}function Oo(t){return\"symbol\"==typeof t||vo(t)&&Oc.call(t)==$t}function Lo(t){return vo(t)&&yo(t.length)&&!!Ee[Oc.call(t)]}function Io(t){return t===X}function Bo(t){return vo(t)&&Ui(t)==Wt}function No(t){return vo(t)&&Oc.call(t)==zt}function Po(t){if(!t)return[];if(ro(t))return Fo(t)?H(t):ei(t);if(Uc&&t[Uc])return U(t[Uc]());var n=Ui(t),e=n==Bt?$:n==Yt?z:ys;return e(t)}function Ro(t){if(!t)return 0===t?t:0;if(t=Uo(t),t===xt||t===-xt){var n=0>t?-1:1;return n*At}return t===t?t:0}function jo(t){var n=Ro(t),e=n%1;return n===n?e?n-e:n:0}function Yo(t){return t?Se(jo(t),0,Et):0}function Uo(t){if(\"number\"==typeof t)return t;if(Oo(t))return kt;if(mo(t)){var n=po(t.valueOf)?t.valueOf():t;t=mo(n)?n+\"\":n}if(\"string\"!=typeof t)return 0===t?t:+t;t=t.replace(vn,\"\");var e=Sn.test(t);return e||Cn.test(t)?Oe(t.slice(2),e?2:8):Mn.test(t)?kt:+t}function $o(t){return ri(t,is(t))}function Wo(t){return Se(jo(t),-wt,wt)}function zo(t){return null==t?\"\":Or(t)}function qo(t,n){var e=Te(t);return n?ye(e,n):e}function Go(t,n){return v(t,Bi(n,3),We)}function Ho(t,n){return v(t,Bi(n,3),ze)}function Vo(t,n){return null==t?t:kl(t,Bi(n,3),is)}function Zo(t,n){return null==t?t:El(t,Bi(n,3),is)}function Xo(t,n){return t&&We(t,Bi(n,3))}function Ko(t,n){return t&&ze(t,Bi(n,3))}function Qo(t){return null==t?[]:qe(t,rs(t))}function Jo(t){return null==t?[]:qe(t,is(t))}function ts(t,n,e){var r=null==t?X:Ge(t,n);return r===X?e:r}function ns(t,n){return null!=t&&Wi(t,n,Ze)}function es(t,n){return null!=t&&Wi(t,n,Xe)}function rs(t){var n=ea(t);if(!n&&!ro(t))return ur(t);var e=Hi(t),r=!!e,i=e||[],a=i.length;for(var u in t)!Ze(t,u)||r&&(\"length\"==u||Xi(u,a))||n&&\"constructor\"==u||i.push(u);return i}function is(t){for(var n=-1,e=ea(t),r=or(t),i=r.length,a=Hi(t),u=!!a,o=a||[],s=o.length;++n<i;){var c=r[n];u&&(\"length\"==c||Xi(c,s))||\"constructor\"==c&&(e||!Cc.call(t,c))||o.push(c)}return o}function as(t,n){var e={};return n=Bi(n,3),We(t,function(t,r,i){e[n(t,r,i)]=t}),e}function us(t,n){var e={};return n=Bi(n,3),We(t,function(t,r,i){e[r]=n(t,r,i)}),e}function os(t,n){return n=Bi(n),mr(t,function(t,e){return!n(t,e)})}function ss(t,n){return null==t?{}:mr(t,Bi(n))}function cs(t,n,e){n=Qi(n,t)?[n]:$r(n);var r=-1,i=n.length;for(i||(t=X,i=1);++r<i;){var a=null==t?X:t[ca(n[r])];a===X&&(r=i,a=e),t=po(a)?a.call(t):a}return t}function ls(t,n,e){return null==t?t:Er(t,n,e)}function hs(t,n,e,r){return r=\"function\"==typeof r?r:X,null==t?t:Er(t,n,e,r)}function fs(t,n,e){var r=yh(t)||Lo(t);if(n=Bi(n,4),null==e)if(r||mo(t)){var i=t.constructor;e=r?yh(t)?new i:[]:po(i)?Te(ji(t)):{}}else e={};return(r?o:We)(t,function(t,r,i){return n(e,t,r,i)}),e}function ds(t,n){return null==t?!0:Ir(t,n)}function ps(t,n,e){return null==t?t:Br(t,n,Ur(e))}function gs(t,n,e,r){return r=\"function\"==typeof r?r:X,null==t?t:Br(t,n,Ur(e),r)}function ys(t){return t?C(t,rs(t)):[]}function ms(t){return null==t?[]:C(t,is(t))}function vs(t,n,e){return e===X&&(e=n,n=X),e!==X&&(e=Uo(e),e=e===e?e:0),n!==X&&(n=Uo(n),n=n===n?n:0),Se(Uo(t),n,e)}function _s(t,n,e){return n=Uo(n)||0,e===X?(e=n,n=0):e=Uo(e)||0,t=Uo(t),Ke(t,n,e)}function bs(t,n,e){if(e&&\"boolean\"!=typeof e&&Ki(t,n,e)&&(n=e=X),e===X&&(\"boolean\"==typeof n?(e=n,n=X):\"boolean\"==typeof t&&(e=t,t=X)),t===X&&n===X?(t=0,n=1):(t=Uo(t)||0,n===X?(n=t,t=0):n=Uo(n)||0),t>n){var r=t;t=n,n=r}if(e||t%1||n%1){var i=nl();return Jc(t+i*(n-t+Fe(\"1e-\"+((i+\"\").length-1))),n)}return wr(t,n)}function xs(t){return Wh(zo(t).toLowerCase())}function ws(t){return t=zo(t),t&&t.replace(Fn,B).replace(ve,\"\")}function As(t,n,e){t=zo(t),n=Or(n);var r=t.length;return e=e===X?r:Se(jo(e),0,r),e-=n.length,e>=0&&t.indexOf(n,e)==e}function ks(t){return t=zo(t),t&&cn.test(t)?t.replace(on,N):t}function Es(t){return t=zo(t),t&&mn.test(t)?t.replace(yn,\"\\\\$&\"):t}function Ms(t,n,e){t=zo(t),n=jo(n);var r=n?G(t):0;if(!n||r>=n)return t;var i=(n-r)/2;return bi(Hc(i),e)+t+bi(Gc(i),e)}function Ss(t,n,e){t=zo(t),n=jo(n);var r=n?G(t):0;return n&&n>r?t+bi(n-r,e):t}function Ds(t,n,e){t=zo(t),n=jo(n);var r=n?G(t):0;return n&&n>r?bi(n-r,e)+t:t}function Cs(t,n,e){return e||null==n?n=0:n&&(n=+n),t=zo(t).replace(vn,\"\"),tl(t,n||(En.test(t)?16:10))}function Ts(t,n,e){return n=(e?Ki(t,n,e):n===X)?1:jo(n),kr(zo(t),n)}function Fs(){var t=arguments,n=zo(t[0]);return t.length<3?n:el.call(n,t[1],t[2])}function Os(t,n,e){return e&&\"number\"!=typeof e&&Ki(t,n,e)&&(n=e=X),(e=e===X?Et:e>>>0)?(t=zo(t),t&&(\"string\"==typeof n||null!=n&&!Do(n))&&(n=Or(n),\"\"==n&&xe.test(t))?Wr(H(t),0,e):il.call(t,n,e)):[]}function Ls(t,n,e){return t=zo(t),e=Se(jo(e),0,t.length),t.lastIndexOf(Or(n),e)==e}function Is(t,e,r){var i=n.templateSettings;r&&Ki(t,e,r)&&(e=X),t=zo(t),e=wh({},e,i,he);var a,u,o=wh({},e.imports,i.imports,he),s=rs(o),c=C(o,s),l=0,h=e.interpolate||On,f=\"__p += '\",d=xc((e.escape||On).source+\"|\"+h.source+\"|\"+(h===fn?An:On).source+\"|\"+(e.evaluate||On).source+\"|$\",\"g\"),p=\"//# sourceURL=\"+(\"sourceURL\"in e?e.sourceURL:\"lodash.templateSources[\"+ ++ke+\"]\")+\"\\n\";t.replace(d,function(n,e,r,i,o,s){return r||(r=i),f+=t.slice(l,s).replace(Ln,P),e&&(a=!0,f+=\"' +\\n__e(\"+e+\") +\\n'\"),o&&(u=!0,f+=\"';\\n\"+o+\";\\n__p += '\"),r&&(f+=\"' +\\n((__t = (\"+r+\")) == null ? '' : __t) +\\n'\"),l=s+n.length,n}),f+=\"';\\n\";var g=e.variable;g||(f=\"with (obj) {\\n\"+f+\"\\n}\\n\"),f=(u?f.replace(en,\"\"):f).replace(rn,\"$1\").replace(an,\"$1;\"),f=\"function(\"+(g||\"obj\")+\") {\\n\"+(g?\"\":\"obj || (obj = {});\\n\")+\"var __t, __p = ''\"+(a?\", __e = _.escape\":\"\")+(u?\", __j = Array.prototype.join;\\nfunction print() { __p += __j.call(arguments, '') }\\n\":\";\\n\")+f+\"return __p\\n}\";var y=zh(function(){return Function(s,p+\"return \"+f).apply(X,c)});if(y.source=f,ho(y))throw y;return y}function Bs(t){return zo(t).toLowerCase()}function Ns(t){return zo(t).toUpperCase()}function Ps(t,n,e){if(t=zo(t),t&&(e||n===X))return t.replace(vn,\"\");if(!t||!(n=Or(n)))return t;var r=H(t),i=H(n),a=F(r,i),u=O(r,i)+1;return Wr(r,a,u).join(\"\")}function Rs(t,n,e){if(t=zo(t),t&&(e||n===X))return t.replace(bn,\"\");if(!t||!(n=Or(n)))return t;var r=H(t),i=O(r,H(n))+1;return Wr(r,0,i).join(\"\")}function js(t,n,e){if(t=zo(t),t&&(e||n===X))return t.replace(_n,\"\");if(!t||!(n=Or(n)))return t;var r=H(t),i=F(r,H(n));return Wr(r,i).join(\"\")}function Ys(t,n){var e=pt,r=gt;if(mo(n)){var i=\"separator\"in n?n.separator:i;e=\"length\"in n?jo(n.length):e,r=\"omission\"in n?Or(n.omission):r}t=zo(t);var a=t.length;if(xe.test(t)){var u=H(t);a=u.length}if(e>=a)return t;var o=e-G(r);if(1>o)return r;var s=u?Wr(u,0,o).join(\"\"):t.slice(0,o);if(i===X)return s+r;if(u&&(o+=s.length-o),Do(i)){if(t.slice(o).search(i)){var c,l=s;for(i.global||(i=xc(i.source,zo(kn.exec(i))+\"g\")),i.lastIndex=0;c=i.exec(l);)var h=c.index;s=s.slice(0,h===X?o:h)}}else if(t.indexOf(Or(i),o)!=o){var f=s.lastIndexOf(i);f>-1&&(s=s.slice(0,f))}return s+r}function Us(t){return t=zo(t),t&&sn.test(t)?t.replace(un,V):t}function $s(t,n,e){return t=zo(t),n=e?X:n,n===X&&(n=we.test(t)?be:xn),t.match(n)||[]}function Ws(t){var n=t?t.length:0,e=Bi();return t=n?d(t,function(t){if(\"function\"!=typeof t[1])throw new wc(J);return[e(t[0]),t[1]]}):[],zu(function(e){for(var r=-1;++r<n;){var i=t[r];if(a(i[0],this,e))return a(i[1],this,e)}})}function zs(t){return Ce(De(t,!0))}function qs(t){return function(){return t}}function Gs(t){return t}function Hs(t){return ar(\"function\"==typeof t?t:De(t,!0))}function Vs(t){return lr(De(t,!0))}function Zs(t,n){return hr(t,De(n,!0))}function Xs(t,n,e){var r=rs(n),i=qe(n,r);null!=e||mo(n)&&(i.length||!r.length)||(e=n,n=t,t=this,i=qe(n,rs(n)));var a=!(mo(e)&&\"chain\"in e&&!e.chain),u=po(t);return o(i,function(e){var r=n[e];t[e]=r,u&&(t.prototype[e]=function(){var n=this.__chain__;if(a||n){var e=t(this.__wrapped__),i=e.__actions__=ei(this.__actions__);return i.push({func:r,args:arguments,thisArg:t}),e.__chain__=n,e}return r.apply(t,p([this.value()],arguments))})}),t}function Ks(){return je._===this&&(je._=Lc),this}function Qs(){}function Js(t){return t=jo(t),zu(function(n){return pr(n,t)})}function tc(t){return Qi(t)?vr(ca(t)):_r(t)}function nc(t){return function(n){return null==t?X:Ge(t,n)}}function ec(){return[]}function rc(){return!1}function ic(){return{}}function ac(){return\"\"}function uc(){return!0}function oc(t,n){if(t=jo(t),1>t||t>wt)return[];var e=Et,r=Jc(t,Et);n=Bi(n),t-=Et;for(var i=M(r,n);++e<t;)n(e);return i}function sc(t){return yh(t)?d(t,ca):Oo(t)?[t]:ei(Ll(t))}function cc(t){var n=++Tc;return zo(t)+n}function lc(t){return t&&t.length?Pe(t,Gs,Ve):X}function hc(t,n){return t&&t.length?Pe(t,Bi(n),Ve):X}function fc(t){return w(t,Gs)}function dc(t,n){return w(t,Bi(n))}function pc(t){return t&&t.length?Pe(t,Gs,sr):X}function gc(t,n){return t&&t.length?Pe(t,Bi(n),sr):X}function yc(t){return t&&t.length?E(t,Gs):0}function mc(t,n){return t&&t.length?E(t,Bi(n)):0}t=t?Ye.defaults({},t,Ye.pick(je,Ae)):je;var vc=t.Date,_c=t.Error,bc=t.Math,xc=t.RegExp,wc=t.TypeError,Ac=t.Array.prototype,kc=t.Object.prototype,Ec=t.String.prototype,Mc=t[\"__core-js_shared__\"],Sc=function(){var t=/[^.]+$/.exec(Mc&&Mc.keys&&Mc.keys.IE_PROTO||\"\");return t?\"Symbol(src)_1.\"+t:\"\"}(),Dc=t.Function.prototype.toString,Cc=kc.hasOwnProperty,Tc=0,Fc=Dc.call(Object),Oc=kc.toString,Lc=je._,Ic=xc(\"^\"+Dc.call(Cc).replace(yn,\"\\\\$&\").replace(/hasOwnProperty|(function).*?(?=\\\\\\()| for .+?(?=\\\\\\])/g,\"$1.*?\")+\"$\"),Bc=Be?t.Buffer:X,Nc=t.Reflect,Pc=t.Symbol,Rc=t.Uint8Array,jc=Nc?Nc.enumerate:X,Yc=Object.getOwnPropertySymbols,Uc=\"symbol\"==typeof(Uc=Pc&&Pc.iterator)?Uc:X,$c=Object.create,Wc=kc.propertyIsEnumerable,zc=Ac.splice,qc=function(n,e){return t.setTimeout.call(je,n,e)},Gc=bc.ceil,Hc=bc.floor,Vc=Object.getPrototypeOf,Zc=t.isFinite,Xc=Ac.join,Kc=Object.keys,Qc=bc.max,Jc=bc.min,tl=t.parseInt,nl=bc.random,el=Ec.replace,rl=Ac.reverse,il=Ec.split,al=Ri(t,\"DataView\"),ul=Ri(t,\"Map\"),ol=Ri(t,\"Promise\"),sl=Ri(t,\"Set\"),cl=Ri(t,\"WeakMap\"),ll=Ri(Object,\"create\"),hl=cl&&new cl,fl=!Wc.call({valueOf:1},\"valueOf\"),dl={},pl=la(al),gl=la(ul),yl=la(ol),ml=la(sl),vl=la(cl),_l=Pc?Pc.prototype:X,bl=_l?_l.valueOf:X,xl=_l?_l.toString:X;n.templateSettings={escape:ln,evaluate:hn,interpolate:fn,variable:\"\",imports:{_:n}},n.prototype=e.prototype,n.prototype.constructor=n,L.prototype=Te(e.prototype),L.prototype.constructor=L,In.prototype=Te(e.prototype),In.prototype.constructor=In,Rn.prototype.clear=jn,Rn.prototype[\"delete\"]=Yn,Rn.prototype.get=Un,Rn.prototype.has=$n,Rn.prototype.set=Wn,zn.prototype.clear=qn,zn.prototype[\"delete\"]=Gn,zn.prototype.get=Hn,zn.prototype.has=Vn,zn.prototype.set=Zn,Xn.prototype.clear=Kn,Xn.prototype[\"delete\"]=Qn,Xn.prototype.get=Jn,Xn.prototype.has=te,Xn.prototype.set=ne,ee.prototype.add=ee.prototype.push=re,ee.prototype.has=ie,ae.prototype.clear=ue,ae.prototype[\"delete\"]=oe,ae.prototype.get=se,ae.prototype.has=ce,ae.prototype.set=le;var wl=oi(We),Al=oi(ze,!0),kl=si(),El=si(!0);jc&&!Wc.call({valueOf:1},\"valueOf\")&&(or=function(t){return U(jc(t))});var Ml=hl?function(t,n){return hl.set(t,n),t}:Gs,Sl=sl&&1/z(new sl([,-0]))[1]==xt?function(t){return new sl(t)}:Qs,Dl=hl?function(t){return hl.get(t)}:Qs,Cl=vr(\"length\");Yc||(Yi=ec);var Tl=Yc?function(t){for(var n=[];t;)p(n,Yi(t)),t=ji(t);return n}:Yi;(al&&Ui(new al(new ArrayBuffer(1)))!=Gt||ul&&Ui(new ul)!=Bt||ol&&Ui(ol.resolve())!=Rt||sl&&Ui(new sl)!=Yt||cl&&Ui(new cl)!=Wt)&&(Ui=function(t){var n=Oc.call(t),e=n==Pt?t.constructor:X,r=e?la(e):X;if(r)switch(r){case pl:return Gt;case gl:return Bt;case yl:return Rt;case ml:return Yt;case vl:return Wt}return n});var Fl=Mc?po:rc,Ol=function(){var t=0,n=0;return function(e,r){var i=Lu(),a=mt-(i-n);if(n=i,a>0){if(++t>=yt)return e}else t=0;return Ml(e,r)}}(),Ll=Uu(function(t){var n=[];return zo(t).replace(gn,function(t,e,r,i){n.push(r?i.replace(wn,\"$1\"):e||t)}),n}),Il=zu(function(t,n){return io(t)?Ie(t,$e(n,1,io,!0)):[]}),Bl=zu(function(t,n){var e=Ta(n);return io(e)&&(e=X),io(t)?Ie(t,$e(n,1,io,!0),Bi(e)):[]}),Nl=zu(function(t,n){var e=Ta(n);return io(e)&&(e=X),io(t)?Ie(t,$e(n,1,io,!0),X,e):[]}),Pl=zu(function(t){var n=d(t,Yr);return n.length&&n[0]===t[0]?Qe(n):[]}),Rl=zu(function(t){var n=Ta(t),e=d(t,Yr);return n===Ta(e)?n=X:e.pop(),e.length&&e[0]===t[0]?Qe(e,Bi(n)):[]}),jl=zu(function(t){var n=Ta(t),e=d(t,Yr);return n===Ta(e)?n=X:e.pop(),e.length&&e[0]===t[0]?Qe(e,X,n):[]}),Yl=zu(La),Ul=zu(function(t,n){n=$e(n,1);var e=t?t.length:0,r=_e(t,n);return xr(t,d(n,function(t){return Xi(t,e)?+t:t}).sort(Qr)),r}),$l=zu(function(t){return Lr($e(t,1,io,!0))}),Wl=zu(function(t){var n=Ta(t);return io(n)&&(n=X),Lr($e(t,1,io,!0),Bi(n))}),zl=zu(function(t){var n=Ta(t);return io(n)&&(n=X),Lr($e(t,1,io,!0),X,n)}),ql=zu(function(t,n){return io(t)?Ie(t,n):[]}),Gl=zu(function(t){return Rr(l(t,io))}),Hl=zu(function(t){var n=Ta(t);return io(n)&&(n=X),Rr(l(t,io),Bi(n))}),Vl=zu(function(t){var n=Ta(t);return io(n)&&(n=X),Rr(l(t,io),X,n)}),Zl=zu(nu),Xl=zu(function(t){var n=t.length,e=n>1?t[n-1]:X;return e=\"function\"==typeof e?(t.pop(),e):X,eu(t,e)}),Kl=zu(function(t){t=$e(t,1);var n=t.length,e=n?t[0]:0,r=this.__wrapped__,i=function(n){return _e(n,t)};return!(n>1||this.__actions__.length)&&r instanceof In&&Xi(e)?(r=r.slice(e,+e+(n?1:0)),r.__actions__.push({func:ou,args:[i],thisArg:X}),new L(r,this.__chain__).thru(function(t){return n&&!t.length&&t.push(X),t})):this.thru(i)}),Ql=ai(function(t,n,e){Cc.call(t,e)?++t[e]:t[e]=1}),Jl=pi(ba),th=pi(xa),nh=ai(function(t,n,e){Cc.call(t,e)?t[e].push(n):t[e]=[n]}),eh=zu(function(t,n,e){var r=-1,i=\"function\"==typeof n,u=Qi(n),o=ro(t)?Array(t.length):[];return wl(t,function(t){var s=i?n:u&&null!=t?t[n]:X;o[++r]=s?a(s,t,e):tr(t,n,e)}),o}),rh=ai(function(t,n,e){t[e]=n}),ih=ai(function(t,n,e){t[e?0:1].push(n)},function(){return[[],[]]}),ah=zu(function(t,n){if(null==t)return[];var e=n.length;return e>1&&Ki(t,n[0],n[1])?n=[]:e>2&&Ki(n[0],n[1],n[2])&&(n=[n[0]]),n=1==n.length&&yh(n[0])?n[0]:$e(n,1,Zi),gr(t,n,[])}),uh=zu(function(t,n,e){var r=et;if(e.length){var i=W(e,Ii(uh));r|=ot}return Si(t,r,n,e,i)}),oh=zu(function(t,n,e){var r=et|rt;if(e.length){var i=W(e,Ii(oh));r|=ot}return Si(n,r,t,e,i)}),sh=zu(function(t,n){return Le(t,1,n)}),ch=zu(function(t,n,e){return Le(t,Uo(n)||0,e)});Uu.Cache=Xn;var lh=zu(function(t,n){n=1==n.length&&yh(n[0])?d(n[0],D(Bi())):d($e(n,1,Zi),D(Bi()));var e=n.length;return zu(function(r){for(var i=-1,u=Jc(r.length,e);++i<u;)r[i]=n[i].call(this,r[i]);return a(t,this,r)})}),hh=zu(function(t,n){var e=W(n,Ii(hh));return Si(t,ot,X,n,e)}),fh=zu(function(t,n){var e=W(n,Ii(fh));return Si(t,st,X,n,e)}),dh=zu(function(t,n){return Si(t,lt,X,X,X,$e(n,1))}),ph=Ai(Ve),gh=Ai(function(t,n){return t>=n}),yh=Array.isArray,mh=Bc?function(t){return t instanceof Bc}:rc,vh=Ai(sr),_h=Ai(function(t,n){return n>=t}),bh=ui(function(t,n){if(fl||ea(n)||ro(n))return void ri(n,rs(n),t);for(var e in n)Cc.call(n,e)&&de(t,e,n[e])}),xh=ui(function(t,n){if(fl||ea(n)||ro(n))return void ri(n,is(n),t);for(var e in n)de(t,e,n[e])}),wh=ui(function(t,n,e,r){ri(n,is(n),t,r)}),Ah=ui(function(t,n,e,r){ri(n,rs(n),t,r)}),kh=zu(function(t,n){return _e(t,$e(n,1))}),Eh=zu(function(t){return t.push(X,he),a(wh,X,t)}),Mh=zu(function(t){return t.push(X,ua),a(Fh,X,t)}),Sh=mi(function(t,n,e){t[n]=e},qs(Gs)),Dh=mi(function(t,n,e){Cc.call(t,n)?t[n].push(e):t[n]=[e]},Bi),Ch=zu(tr),Th=ui(function(t,n,e){fr(t,n,e)}),Fh=ui(function(t,n,e,r){fr(t,n,e,r)}),Oh=zu(function(t,n){return null==t?{}:(n=d($e(n,1),ca),yr(t,Ie(Oi(t),n)))}),Lh=zu(function(t,n){return null==t?{}:yr(t,d($e(n,1),ca))}),Ih=Mi(rs),Bh=Mi(is),Nh=hi(function(t,n,e){return n=n.toLowerCase(),t+(e?xs(n):n)}),Ph=hi(function(t,n,e){return t+(e?\"-\":\"\")+n.toLowerCase()}),Rh=hi(function(t,n,e){\nreturn t+(e?\" \":\"\")+n.toLowerCase()}),jh=li(\"toLowerCase\"),Yh=hi(function(t,n,e){return t+(e?\"_\":\"\")+n.toLowerCase()}),Uh=hi(function(t,n,e){return t+(e?\" \":\"\")+Wh(n)}),$h=hi(function(t,n,e){return t+(e?\" \":\"\")+n.toUpperCase()}),Wh=li(\"toUpperCase\"),zh=zu(function(t,n){try{return a(t,X,n)}catch(e){return ho(e)?e:new _c(e)}}),qh=zu(function(t,n){return o($e(n,1),function(n){n=ca(n),t[n]=uh(t[n],t)}),t}),Gh=gi(),Hh=gi(!0),Vh=zu(function(t,n){return function(e){return tr(e,t,n)}}),Zh=zu(function(t,n){return function(e){return tr(t,e,n)}}),Xh=_i(d),Kh=_i(c),Qh=_i(m),Jh=wi(),tf=wi(!0),nf=vi(function(t,n){return t+n}),ef=Ei(\"ceil\"),rf=vi(function(t,n){return t/n}),af=Ei(\"floor\"),uf=vi(function(t,n){return t*n}),of=Ei(\"round\"),sf=vi(function(t,n){return t-n});return n.after=Iu,n.ary=Bu,n.assign=bh,n.assignIn=xh,n.assignInWith=wh,n.assignWith=Ah,n.at=kh,n.before=Nu,n.bind=uh,n.bindAll=qh,n.bindKey=oh,n.castArray=Zu,n.chain=au,n.chunk=fa,n.compact=da,n.concat=pa,n.cond=Ws,n.conforms=zs,n.constant=qs,n.countBy=Ql,n.create=qo,n.curry=Pu,n.curryRight=Ru,n.debounce=ju,n.defaults=Eh,n.defaultsDeep=Mh,n.defer=sh,n.delay=ch,n.difference=Il,n.differenceBy=Bl,n.differenceWith=Nl,n.drop=ga,n.dropRight=ya,n.dropRightWhile=ma,n.dropWhile=va,n.fill=_a,n.filter=yu,n.flatMap=mu,n.flatMapDeep=vu,n.flatMapDepth=_u,n.flatten=wa,n.flattenDeep=Aa,n.flattenDepth=ka,n.flip=Yu,n.flow=Gh,n.flowRight=Hh,n.fromPairs=Ea,n.functions=Qo,n.functionsIn=Jo,n.groupBy=nh,n.initial=Da,n.intersection=Pl,n.intersectionBy=Rl,n.intersectionWith=jl,n.invert=Sh,n.invertBy=Dh,n.invokeMap=eh,n.iteratee=Hs,n.keyBy=rh,n.keys=rs,n.keysIn=is,n.map=Au,n.mapKeys=as,n.mapValues=us,n.matches=Vs,n.matchesProperty=Zs,n.memoize=Uu,n.merge=Th,n.mergeWith=Fh,n.method=Vh,n.methodOf=Zh,n.mixin=Xs,n.negate=$u,n.nthArg=Js,n.omit=Oh,n.omitBy=os,n.once=Wu,n.orderBy=ku,n.over=Xh,n.overArgs=lh,n.overEvery=Kh,n.overSome=Qh,n.partial=hh,n.partialRight=fh,n.partition=ih,n.pick=Lh,n.pickBy=ss,n.property=tc,n.propertyOf=nc,n.pull=Yl,n.pullAll=La,n.pullAllBy=Ia,n.pullAllWith=Ba,n.pullAt=Ul,n.range=Jh,n.rangeRight=tf,n.rearg=dh,n.reject=Su,n.remove=Na,n.rest=zu,n.reverse=Pa,n.sampleSize=Cu,n.set=ls,n.setWith=hs,n.shuffle=Tu,n.slice=Ra,n.sortBy=ah,n.sortedUniq=qa,n.sortedUniqBy=Ga,n.split=Os,n.spread=qu,n.tail=Ha,n.take=Va,n.takeRight=Za,n.takeRightWhile=Xa,n.takeWhile=Ka,n.tap=uu,n.throttle=Gu,n.thru=ou,n.toArray=Po,n.toPairs=Ih,n.toPairsIn=Bh,n.toPath=sc,n.toPlainObject=$o,n.transform=fs,n.unary=Hu,n.union=$l,n.unionBy=Wl,n.unionWith=zl,n.uniq=Qa,n.uniqBy=Ja,n.uniqWith=tu,n.unset=ds,n.unzip=nu,n.unzipWith=eu,n.update=ps,n.updateWith=gs,n.values=ys,n.valuesIn=ms,n.without=ql,n.words=$s,n.wrap=Vu,n.xor=Gl,n.xorBy=Hl,n.xorWith=Vl,n.zip=Zl,n.zipObject=ru,n.zipObjectDeep=iu,n.zipWith=Xl,n.entries=Ih,n.entriesIn=Bh,n.extend=xh,n.extendWith=wh,Xs(n,n),n.add=nf,n.attempt=zh,n.camelCase=Nh,n.capitalize=xs,n.ceil=ef,n.clamp=vs,n.clone=Xu,n.cloneDeep=Qu,n.cloneDeepWith=Ju,n.cloneWith=Ku,n.deburr=ws,n.divide=rf,n.endsWith=As,n.eq=to,n.escape=ks,n.escapeRegExp=Es,n.every=gu,n.find=Jl,n.findIndex=ba,n.findKey=Go,n.findLast=th,n.findLastIndex=xa,n.findLastKey=Ho,n.floor=af,n.forEach=bu,n.forEachRight=xu,n.forIn=Vo,n.forInRight=Zo,n.forOwn=Xo,n.forOwnRight=Ko,n.get=ts,n.gt=ph,n.gte=gh,n.has=ns,n.hasIn=es,n.head=Ma,n.identity=Gs,n.includes=wu,n.indexOf=Sa,n.inRange=_s,n.invoke=Ch,n.isArguments=no,n.isArray=yh,n.isArrayBuffer=eo,n.isArrayLike=ro,n.isArrayLikeObject=io,n.isBoolean=ao,n.isBuffer=mh,n.isDate=uo,n.isElement=oo,n.isEmpty=so,n.isEqual=co,n.isEqualWith=lo,n.isError=ho,n.isFinite=fo,n.isFunction=po,n.isInteger=go,n.isLength=yo,n.isMap=_o,n.isMatch=bo,n.isMatchWith=xo,n.isNaN=wo,n.isNative=Ao,n.isNil=Eo,n.isNull=ko,n.isNumber=Mo,n.isObject=mo,n.isObjectLike=vo,n.isPlainObject=So,n.isRegExp=Do,n.isSafeInteger=Co,n.isSet=To,n.isString=Fo,n.isSymbol=Oo,n.isTypedArray=Lo,n.isUndefined=Io,n.isWeakMap=Bo,n.isWeakSet=No,n.join=Ca,n.kebabCase=Ph,n.last=Ta,n.lastIndexOf=Fa,n.lowerCase=Rh,n.lowerFirst=jh,n.lt=vh,n.lte=_h,n.max=lc,n.maxBy=hc,n.mean=fc,n.meanBy=dc,n.min=pc,n.minBy=gc,n.stubArray=ec,n.stubFalse=rc,n.stubObject=ic,n.stubString=ac,n.stubTrue=uc,n.multiply=uf,n.nth=Oa,n.noConflict=Ks,n.noop=Qs,n.now=Lu,n.pad=Ms,n.padEnd=Ss,n.padStart=Ds,n.parseInt=Cs,n.random=bs,n.reduce=Eu,n.reduceRight=Mu,n.repeat=Ts,n.replace=Fs,n.result=cs,n.round=of,n.runInContext=Z,n.sample=Du,n.size=Fu,n.snakeCase=Yh,n.some=Ou,n.sortedIndex=ja,n.sortedIndexBy=Ya,n.sortedIndexOf=Ua,n.sortedLastIndex=$a,n.sortedLastIndexBy=Wa,n.sortedLastIndexOf=za,n.startCase=Uh,n.startsWith=Ls,n.subtract=sf,n.sum=yc,n.sumBy=mc,n.template=Is,n.times=oc,n.toFinite=Ro,n.toInteger=jo,n.toLength=Yo,n.toLower=Bs,n.toNumber=Uo,n.toSafeInteger=Wo,n.toString=zo,n.toUpper=Ns,n.trim=Ps,n.trimEnd=Rs,n.trimStart=js,n.truncate=Ys,n.unescape=Us,n.uniqueId=cc,n.upperCase=$h,n.upperFirst=Wh,n.each=bu,n.eachRight=xu,n.first=Ma,Xs(n,function(){var t={};return We(n,function(e,r){Cc.call(n.prototype,r)||(t[r]=e)}),t}(),{chain:!1}),n.VERSION=K,o([\"bind\",\"bindKey\",\"curry\",\"curryRight\",\"partial\",\"partialRight\"],function(t){n[t].placeholder=n}),o([\"drop\",\"take\"],function(t,n){In.prototype[t]=function(e){var r=this.__filtered__;if(r&&!n)return new In(this);e=e===X?1:Qc(jo(e),0);var i=this.clone();return r?i.__takeCount__=Jc(e,i.__takeCount__):i.__views__.push({size:Jc(e,Et),type:t+(i.__dir__<0?\"Right\":\"\")}),i},In.prototype[t+\"Right\"]=function(n){return this.reverse()[t](n).reverse()}}),o([\"filter\",\"map\",\"takeWhile\"],function(t,n){var e=n+1,r=e==vt||e==bt;In.prototype[t]=function(t){var n=this.clone();return n.__iteratees__.push({iteratee:Bi(t,3),type:e}),n.__filtered__=n.__filtered__||r,n}}),o([\"head\",\"last\"],function(t,n){var e=\"take\"+(n?\"Right\":\"\");In.prototype[t]=function(){return this[e](1).value()[0]}}),o([\"initial\",\"tail\"],function(t,n){var e=\"drop\"+(n?\"\":\"Right\");In.prototype[t]=function(){return this.__filtered__?new In(this):this[e](1)}}),In.prototype.compact=function(){return this.filter(Gs)},In.prototype.find=function(t){return this.filter(t).head()},In.prototype.findLast=function(t){return this.reverse().find(t)},In.prototype.invokeMap=zu(function(t,n){return\"function\"==typeof t?new In(this):this.map(function(e){return tr(e,t,n)})}),In.prototype.reject=function(t){return t=Bi(t,3),this.filter(function(n){return!t(n)})},In.prototype.slice=function(t,n){t=jo(t);var e=this;return e.__filtered__&&(t>0||0>n)?new In(e):(0>t?e=e.takeRight(-t):t&&(e=e.drop(t)),n!==X&&(n=jo(n),e=0>n?e.dropRight(-n):e.take(n-t)),e)},In.prototype.takeRightWhile=function(t){return this.reverse().takeWhile(t).reverse()},In.prototype.toArray=function(){return this.take(Et)},We(In.prototype,function(t,e){var r=/^(?:filter|find|map|reject)|While$/.test(e),i=/^(?:head|last)$/.test(e),a=n[i?\"take\"+(\"last\"==e?\"Right\":\"\"):e],u=i||/^find/.test(e);a&&(n.prototype[e]=function(){var e=this.__wrapped__,o=i?[1]:arguments,s=e instanceof In,c=o[0],l=s||yh(e),h=function(t){var e=a.apply(n,p([t],o));return i&&f?e[0]:e};l&&r&&\"function\"==typeof c&&1!=c.length&&(s=l=!1);var f=this.__chain__,d=!!this.__actions__.length,g=u&&!f,y=s&&!d;if(!u&&l){e=y?e:new In(this);var m=t.apply(e,o);return m.__actions__.push({func:ou,args:[h],thisArg:X}),new L(m,f)}return g&&y?t.apply(this,o):(m=this.thru(h),g?i?m.value()[0]:m.value():m)})}),o([\"pop\",\"push\",\"shift\",\"sort\",\"splice\",\"unshift\"],function(t){var e=Ac[t],r=/^(?:push|sort|unshift)$/.test(t)?\"tap\":\"thru\",i=/^(?:pop|shift)$/.test(t);n.prototype[t]=function(){var t=arguments;if(i&&!this.__chain__){var n=this.value();return e.apply(yh(n)?n:[],t)}return this[r](function(n){return e.apply(yh(n)?n:[],t)})}}),We(In.prototype,function(t,e){var r=n[e];if(r){var i=r.name+\"\",a=dl[i]||(dl[i]=[]);a.push({name:e,func:r})}}),dl[yi(X,rt).name]=[{name:\"wrapper\",func:X}],In.prototype.clone=Bn,In.prototype.reverse=Nn,In.prototype.value=Pn,n.prototype.at=Kl,n.prototype.chain=su,n.prototype.commit=cu,n.prototype.next=lu,n.prototype.plant=fu,n.prototype.reverse=du,n.prototype.toJSON=n.prototype.valueOf=n.prototype.value=pu,Uc&&(n.prototype[Uc]=hu),n}var X,K=\"4.13.1\",Q=200,J=\"Expected a function\",tt=\"__lodash_hash_undefined__\",nt=\"__lodash_placeholder__\",et=1,rt=2,it=4,at=8,ut=16,ot=32,st=64,ct=128,lt=256,ht=512,ft=1,dt=2,pt=30,gt=\"...\",yt=150,mt=16,vt=1,_t=2,bt=3,xt=1/0,wt=9007199254740991,At=1.7976931348623157e308,kt=0/0,Et=4294967295,Mt=Et-1,St=Et>>>1,Dt=\"[object Arguments]\",Ct=\"[object Array]\",Tt=\"[object Boolean]\",Ft=\"[object Date]\",Ot=\"[object Error]\",Lt=\"[object Function]\",It=\"[object GeneratorFunction]\",Bt=\"[object Map]\",Nt=\"[object Number]\",Pt=\"[object Object]\",Rt=\"[object Promise]\",jt=\"[object RegExp]\",Yt=\"[object Set]\",Ut=\"[object String]\",$t=\"[object Symbol]\",Wt=\"[object WeakMap]\",zt=\"[object WeakSet]\",qt=\"[object ArrayBuffer]\",Gt=\"[object DataView]\",Ht=\"[object Float32Array]\",Vt=\"[object Float64Array]\",Zt=\"[object Int8Array]\",Xt=\"[object Int16Array]\",Kt=\"[object Int32Array]\",Qt=\"[object Uint8Array]\",Jt=\"[object Uint8ClampedArray]\",tn=\"[object Uint16Array]\",nn=\"[object Uint32Array]\",en=/\\b__p \\+= '';/g,rn=/\\b(__p \\+=) '' \\+/g,an=/(__e\\(.*?\\)|\\b__t\\)) \\+\\n'';/g,un=/&(?:amp|lt|gt|quot|#39|#96);/g,on=/[&<>\"'`]/g,sn=RegExp(un.source),cn=RegExp(on.source),ln=/<%-([\\s\\S]+?)%>/g,hn=/<%([\\s\\S]+?)%>/g,fn=/<%=([\\s\\S]+?)%>/g,dn=/\\.|\\[(?:[^[\\]]*|([\"'])(?:(?!\\1)[^\\\\]|\\\\.)*?\\1)\\]/,pn=/^\\w*$/,gn=/[^.[\\]]+|\\[(?:(-?\\d+(?:\\.\\d+)?)|([\"'])((?:(?!\\2)[^\\\\]|\\\\.)*?)\\2)\\]|(?=(\\.|\\[\\])(?:\\4|$))/g,yn=/[\\\\^$.*+?()[\\]{}|]/g,mn=RegExp(yn.source),vn=/^\\s+|\\s+$/g,_n=/^\\s+/,bn=/\\s+$/,xn=/[a-zA-Z0-9]+/g,wn=/\\\\(\\\\)?/g,An=/\\$\\{([^\\\\}]*(?:\\\\.[^\\\\}]*)*)\\}/g,kn=/\\w*$/,En=/^0x/i,Mn=/^[-+]0x[0-9a-f]+$/i,Sn=/^0b[01]+$/i,Dn=/^\\[object .+?Constructor\\]$/,Cn=/^0o[0-7]+$/i,Tn=/^(?:0|[1-9]\\d*)$/,Fn=/[\\xc0-\\xd6\\xd8-\\xde\\xdf-\\xf6\\xf8-\\xff]/g,On=/($^)/,Ln=/['\\n\\r\\u2028\\u2029\\\\]/g,In=\"\\\\ud800-\\\\udfff\",Bn=\"\\\\u0300-\\\\u036f\\\\ufe20-\\\\ufe23\",Nn=\"\\\\u20d0-\\\\u20f0\",Pn=\"\\\\u2700-\\\\u27bf\",Rn=\"a-z\\\\xdf-\\\\xf6\\\\xf8-\\\\xff\",jn=\"\\\\xac\\\\xb1\\\\xd7\\\\xf7\",Yn=\"\\\\x00-\\\\x2f\\\\x3a-\\\\x40\\\\x5b-\\\\x60\\\\x7b-\\\\xbf\",Un=\"\\\\u2000-\\\\u206f\",$n=\" \\\\t\\\\x0b\\\\f\\\\xa0\\\\ufeff\\\\n\\\\r\\\\u2028\\\\u2029\\\\u1680\\\\u180e\\\\u2000\\\\u2001\\\\u2002\\\\u2003\\\\u2004\\\\u2005\\\\u2006\\\\u2007\\\\u2008\\\\u2009\\\\u200a\\\\u202f\\\\u205f\\\\u3000\",Wn=\"A-Z\\\\xc0-\\\\xd6\\\\xd8-\\\\xde\",zn=\"\\\\ufe0e\\\\ufe0f\",qn=jn+Yn+Un+$n,Gn=\"['’]\",Hn=\"[\"+In+\"]\",Vn=\"[\"+qn+\"]\",Zn=\"[\"+Bn+Nn+\"]\",Xn=\"\\\\d+\",Kn=\"[\"+Pn+\"]\",Qn=\"[\"+Rn+\"]\",Jn=\"[^\"+In+qn+Xn+Pn+Rn+Wn+\"]\",te=\"\\\\ud83c[\\\\udffb-\\\\udfff]\",ne=\"(?:\"+Zn+\"|\"+te+\")\",ee=\"[^\"+In+\"]\",re=\"(?:\\\\ud83c[\\\\udde6-\\\\uddff]){2}\",ie=\"[\\\\ud800-\\\\udbff][\\\\udc00-\\\\udfff]\",ae=\"[\"+Wn+\"]\",ue=\"\\\\u200d\",oe=\"(?:\"+Qn+\"|\"+Jn+\")\",se=\"(?:\"+ae+\"|\"+Jn+\")\",ce=\"(?:\"+Gn+\"(?:d|ll|m|re|s|t|ve))?\",le=\"(?:\"+Gn+\"(?:D|LL|M|RE|S|T|VE))?\",he=ne+\"?\",fe=\"[\"+zn+\"]?\",de=\"(?:\"+ue+\"(?:\"+[ee,re,ie].join(\"|\")+\")\"+fe+he+\")*\",pe=fe+he+de,ge=\"(?:\"+[Kn,re,ie].join(\"|\")+\")\"+pe,ye=\"(?:\"+[ee+Zn+\"?\",Zn,re,ie,Hn].join(\"|\")+\")\",me=RegExp(Gn,\"g\"),ve=RegExp(Zn,\"g\"),_e=RegExp(te+\"(?=\"+te+\")|\"+ye+pe,\"g\"),be=RegExp([ae+\"?\"+Qn+\"+\"+ce+\"(?=\"+[Vn,ae,\"$\"].join(\"|\")+\")\",se+\"+\"+le+\"(?=\"+[Vn,ae+oe,\"$\"].join(\"|\")+\")\",ae+\"?\"+oe+\"+\"+ce,ae+\"+\"+le,Xn,ge].join(\"|\"),\"g\"),xe=RegExp(\"[\"+ue+In+Bn+Nn+zn+\"]\"),we=/[a-z][A-Z]|[A-Z]{2,}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,Ae=[\"Array\",\"Buffer\",\"DataView\",\"Date\",\"Error\",\"Float32Array\",\"Float64Array\",\"Function\",\"Int8Array\",\"Int16Array\",\"Int32Array\",\"Map\",\"Math\",\"Object\",\"Promise\",\"Reflect\",\"RegExp\",\"Set\",\"String\",\"Symbol\",\"TypeError\",\"Uint8Array\",\"Uint8ClampedArray\",\"Uint16Array\",\"Uint32Array\",\"WeakMap\",\"_\",\"isFinite\",\"parseInt\",\"setTimeout\"],ke=-1,Ee={};Ee[Ht]=Ee[Vt]=Ee[Zt]=Ee[Xt]=Ee[Kt]=Ee[Qt]=Ee[Jt]=Ee[tn]=Ee[nn]=!0,Ee[Dt]=Ee[Ct]=Ee[qt]=Ee[Tt]=Ee[Gt]=Ee[Ft]=Ee[Ot]=Ee[Lt]=Ee[Bt]=Ee[Nt]=Ee[Pt]=Ee[jt]=Ee[Yt]=Ee[Ut]=Ee[Wt]=!1;var Me={};Me[Dt]=Me[Ct]=Me[qt]=Me[Gt]=Me[Tt]=Me[Ft]=Me[Ht]=Me[Vt]=Me[Zt]=Me[Xt]=Me[Kt]=Me[Bt]=Me[Nt]=Me[Pt]=Me[jt]=Me[Yt]=Me[Ut]=Me[$t]=Me[Qt]=Me[Jt]=Me[tn]=Me[nn]=!0,Me[Ot]=Me[Lt]=Me[Wt]=!1;var Se={\"À\":\"A\",\"Á\":\"A\",\"Â\":\"A\",\"Ã\":\"A\",\"Ä\":\"A\",\"Å\":\"A\",\"à\":\"a\",\"á\":\"a\",\"â\":\"a\",\"ã\":\"a\",\"ä\":\"a\",\"å\":\"a\",\"Ç\":\"C\",\"ç\":\"c\",\"Ð\":\"D\",\"ð\":\"d\",\"È\":\"E\",\"É\":\"E\",\"Ê\":\"E\",\"Ë\":\"E\",\"è\":\"e\",\"é\":\"e\",\"ê\":\"e\",\"ë\":\"e\",\"Ì\":\"I\",\"Í\":\"I\",\"Î\":\"I\",\"Ï\":\"I\",\"ì\":\"i\",\"í\":\"i\",\"î\":\"i\",\"ï\":\"i\",\"Ñ\":\"N\",\"ñ\":\"n\",\"Ò\":\"O\",\"Ó\":\"O\",\"Ô\":\"O\",\"Õ\":\"O\",\"Ö\":\"O\",\"Ø\":\"O\",\"ò\":\"o\",\"ó\":\"o\",\"ô\":\"o\",\"õ\":\"o\",\"ö\":\"o\",\"ø\":\"o\",\"Ù\":\"U\",\"Ú\":\"U\",\"Û\":\"U\",\"Ü\":\"U\",\"ù\":\"u\",\"ú\":\"u\",\"û\":\"u\",\"ü\":\"u\",\"Ý\":\"Y\",\"ý\":\"y\",\"ÿ\":\"y\",\"Æ\":\"Ae\",\"æ\":\"ae\",\"Þ\":\"Th\",\"þ\":\"th\",\"ß\":\"ss\"},De={\"&\":\"&\",\"<\":\"<\",\">\":\">\",'\"':\""\",\"'\":\"'\",\"`\":\"`\"},Ce={\"&\":\"&\",\"<\":\"<\",\">\":\">\",\""\":'\"',\"'\":\"'\",\"`\":\"`\"},Te={\"\\\\\":\"\\\\\",\"'\":\"'\",\"\\n\":\"n\",\"\\r\":\"r\",\"\\u2028\":\"u2028\",\"\\u2029\":\"u2029\"},Fe=parseFloat,Oe=parseInt,Le=\"object\"==typeof e&&e,Ie=Le&&\"object\"==typeof n&&n,Be=Ie&&Ie.exports===Le,Ne=L(\"object\"==typeof t&&t),Pe=L(\"object\"==typeof self&&self),Re=L(\"object\"==typeof this&&this),je=Ne||Pe||Re||Function(\"return this\")(),Ye=Z();(Pe||{})._=Ye,\"function\"==typeof define&&\"object\"==typeof define.amd&&define.amd?define(function(){return Ye}):Ie?((Ie.exports=Ye)._=Ye,Le._=Ye):je._=Ye}).call(this)}).call(this,\"undefined\"!=typeof global?global:\"undefined\"!=typeof self?self:\"undefined\"!=typeof window?window:{})},{}],104:[function(t,n,e){!function(t,r){\"object\"==typeof e&&\"undefined\"!=typeof n?n.exports=r():\"function\"==typeof define&&define.amd?define(r):t.moment=r()}(this,function(){\"use strict\";function e(){return sr.apply(null,arguments)}function r(t){sr=t}function i(t){return t instanceof Array||\"[object Array]\"===Object.prototype.toString.call(t)}function a(t){return t instanceof Date||\"[object Date]\"===Object.prototype.toString.call(t)}function u(t,n){var e,r=[];for(e=0;e<t.length;++e)r.push(n(t[e],e));return r}function o(t,n){return Object.prototype.hasOwnProperty.call(t,n)}function s(t,n){for(var e in n)o(n,e)&&(t[e]=n[e]);return o(n,\"toString\")&&(t.toString=n.toString),o(n,\"valueOf\")&&(t.valueOf=n.valueOf),t}function c(t,n,e,r){return Pt(t,n,e,r,!0).utc()}function l(){return{empty:!1,unusedTokens:[],unusedInput:[],overflow:-2,charsLeftOver:0,nullInput:!1,invalidMonth:null,invalidFormat:!1,userInvalidated:!1,iso:!1,parsedDateParts:[],meridiem:null}}function h(t){return null==t._pf&&(t._pf=l()),t._pf}function f(t){if(null==t._isValid){var n=h(t),e=cr.call(n.parsedDateParts,function(t){return null!=t});t._isValid=!isNaN(t._d.getTime())&&n.overflow<0&&!n.empty&&!n.invalidMonth&&!n.invalidWeekday&&!n.nullInput&&!n.invalidFormat&&!n.userInvalidated&&(!n.meridiem||n.meridiem&&e),t._strict&&(t._isValid=t._isValid&&0===n.charsLeftOver&&0===n.unusedTokens.length&&void 0===n.bigHour)}return t._isValid}function d(t){var n=c(0/0);return null!=t?s(h(n),t):h(n).userInvalidated=!0,n}function p(t){return void 0===t}function g(t,n){var e,r,i;if(p(n._isAMomentObject)||(t._isAMomentObject=n._isAMomentObject),p(n._i)||(t._i=n._i),p(n._f)||(t._f=n._f),p(n._l)||(t._l=n._l),p(n._strict)||(t._strict=n._strict),p(n._tzm)||(t._tzm=n._tzm),p(n._isUTC)||(t._isUTC=n._isUTC),p(n._offset)||(t._offset=n._offset),p(n._pf)||(t._pf=h(n)),p(n._locale)||(t._locale=n._locale),lr.length>0)for(e in lr)r=lr[e],i=n[r],p(i)||(t[r]=i);return t}function y(t){g(this,t),this._d=new Date(null!=t._d?t._d.getTime():0/0),hr===!1&&(hr=!0,e.updateOffset(this),hr=!1)}function m(t){return t instanceof y||null!=t&&null!=t._isAMomentObject}function v(t){return 0>t?Math.ceil(t):Math.floor(t)}function _(t){var n=+t,e=0;return 0!==n&&isFinite(n)&&(e=v(n)),e}function b(t,n,e){var r,i=Math.min(t.length,n.length),a=Math.abs(t.length-n.length),u=0;for(r=0;i>r;r++)(e&&t[r]!==n[r]||!e&&_(t[r])!==_(n[r]))&&u++;return u+a}function x(t){e.suppressDeprecationWarnings===!1&&\"undefined\"!=typeof console&&console.warn&&console.warn(\"Deprecation warning: \"+t)}function w(t,n){var r=!0;return s(function(){return null!=e.deprecationHandler&&e.deprecationHandler(null,t),r&&(x(t+\"\\nArguments: \"+Array.prototype.slice.call(arguments).join(\", \")+\"\\n\"+(new Error).stack),r=!1),n.apply(this,arguments)},n)}function A(t,n){null!=e.deprecationHandler&&e.deprecationHandler(t,n),fr[t]||(x(n),fr[t]=!0)}function k(t){return t instanceof Function||\"[object Function]\"===Object.prototype.toString.call(t)}function E(t){return\"[object Object]\"===Object.prototype.toString.call(t)}function M(t){var n,e;for(e in t)n=t[e],k(n)?this[e]=n:this[\"_\"+e]=n;this._config=t,this._ordinalParseLenient=new RegExp(this._ordinalParse.source+\"|\"+/\\d{1,2}/.source)}function S(t,n){var e,r=s({},t);for(e in n)o(n,e)&&(E(t[e])&&E(n[e])?(r[e]={},s(r[e],t[e]),s(r[e],n[e])):null!=n[e]?r[e]=n[e]:delete r[e]);return r}function D(t){null!=t&&this.set(t)}function C(t){return t?t.toLowerCase().replace(\"_\",\"-\"):t}function T(t){for(var n,e,r,i,a=0;a<t.length;){for(i=C(t[a]).split(\"-\"),n=i.length,e=C(t[a+1]),e=e?e.split(\"-\"):null;n>0;){if(r=F(i.slice(0,n).join(\"-\")))return r;if(e&&e.length>=n&&b(i,e,!0)>=n-1)break;n--}a++}return null}function F(e){var r=null;if(!yr[e]&&\"undefined\"!=typeof n&&n&&n.exports)try{r=pr._abbr,t(\"./locale/\"+e),O(r)}catch(i){}return yr[e]}function O(t,n){var e;return t&&(e=p(n)?B(t):L(t,n),e&&(pr=e)),pr._abbr}function L(t,n){return null!==n?(n.abbr=t,null!=yr[t]?(A(\"defineLocaleOverride\",\"use moment.updateLocale(localeName, config) to change an existing locale. moment.defineLocale(localeName, config) should only be used for creating a new locale\"),n=S(yr[t]._config,n)):null!=n.parentLocale&&(null!=yr[n.parentLocale]?n=S(yr[n.parentLocale]._config,n):A(\"parentLocaleUndefined\",\"specified parentLocale is not defined yet\")),yr[t]=new D(n),O(t),yr[t]):(delete yr[t],null)}function I(t,n){if(null!=n){var e;null!=yr[t]&&(n=S(yr[t]._config,n)),e=new D(n),e.parentLocale=yr[t],yr[t]=e,O(t)}else null!=yr[t]&&(null!=yr[t].parentLocale?yr[t]=yr[t].parentLocale:null!=yr[t]&&delete yr[t]);return yr[t]}function B(t){var n;if(t&&t._locale&&t._locale._abbr&&(t=t._locale._abbr),!t)return pr;if(!i(t)){if(n=F(t))return n;t=[t]}return T(t)}function N(){return dr(yr)}function P(t,n){var e=t.toLowerCase();mr[e]=mr[e+\"s\"]=mr[n]=t}function R(t){return\"string\"==typeof t?mr[t]||mr[t.toLowerCase()]:void 0}function j(t){var n,e,r={};for(e in t)o(t,e)&&(n=R(e),n&&(r[n]=t[e]));return r}function Y(t,n){return function(r){return null!=r?($(this,t,r),e.updateOffset(this,n),this):U(this,t)}}function U(t,n){return t.isValid()?t._d[\"get\"+(t._isUTC?\"UTC\":\"\")+n]():0/0}function $(t,n,e){t.isValid()&&t._d[\"set\"+(t._isUTC?\"UTC\":\"\")+n](e)}function W(t,n){var e;if(\"object\"==typeof t)for(e in t)this.set(e,t[e]);else if(t=R(t),k(this[t]))return this[t](n);return this}function z(t,n,e){var r=\"\"+Math.abs(t),i=n-r.length,a=t>=0;return(a?e?\"+\":\"\":\"-\")+Math.pow(10,Math.max(0,i)).toString().substr(1)+r}function q(t,n,e,r){var i=r;\"string\"==typeof r&&(i=function(){return this[r]()}),t&&(xr[t]=i),n&&(xr[n[0]]=function(){return z(i.apply(this,arguments),n[1],n[2])}),e&&(xr[e]=function(){return this.localeData().ordinal(i.apply(this,arguments),t)})}function G(t){return t.match(/\\[[\\s\\S]/)?t.replace(/^\\[|\\]$/g,\"\"):t.replace(/\\\\/g,\"\")}function H(t){var n,e,r=t.match(vr);for(n=0,e=r.length;e>n;n++)r[n]=xr[r[n]]?xr[r[n]]:G(r[n]);return function(n){var i,a=\"\";for(i=0;e>i;i++)a+=r[i]instanceof Function?r[i].call(n,t):r[i];return a}}function V(t,n){return t.isValid()?(n=Z(n,t.localeData()),br[n]=br[n]||H(n),br[n](t)):t.localeData().invalidDate()}function Z(t,n){function e(t){return n.longDateFormat(t)||t}var r=5;for(_r.lastIndex=0;r>=0&&_r.test(t);)t=t.replace(_r,e),_r.lastIndex=0,r-=1;return t}function X(t,n,e){jr[t]=k(n)?n:function(t){return t&&e?e:n}}function K(t,n){return o(jr,t)?jr[t](n._strict,n._locale):new RegExp(Q(t))}function Q(t){return J(t.replace(\"\\\\\",\"\").replace(/\\\\(\\[)|\\\\(\\])|\\[([^\\]\\[]*)\\]|\\\\(.)/g,function(t,n,e,r,i){return n||e||r||i}))}function J(t){return t.replace(/[-\\/\\\\^$*+?.()|[\\]{}]/g,\"\\\\$&\")}function tt(t,n){var e,r=n;for(\"string\"==typeof t&&(t=[t]),\"number\"==typeof n&&(r=function(t,e){e[n]=_(t)}),e=0;e<t.length;e++)Yr[t[e]]=r}function nt(t,n){tt(t,function(t,e,r,i){r._w=r._w||{},n(t,r._w,r,i)})}function et(t,n,e){null!=n&&o(Yr,t)&&Yr[t](n,e._a,e,t)}function rt(t,n){return new Date(Date.UTC(t,n+1,0)).getUTCDate()}function it(t,n){return i(this._months)?this._months[t.month()]:this._months[Xr.test(n)?\"format\":\"standalone\"][t.month()]}function at(t,n){return i(this._monthsShort)?this._monthsShort[t.month()]:this._monthsShort[Xr.test(n)?\"format\":\"standalone\"][t.month()]}function ut(t,n,e){var r,i,a,u=t.toLocaleLowerCase();if(!this._monthsParse)for(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[],r=0;12>r;++r)a=c([2e3,r]),this._shortMonthsParse[r]=this.monthsShort(a,\"\").toLocaleLowerCase(),this._longMonthsParse[r]=this.months(a,\"\").toLocaleLowerCase();return e?\"MMM\"===n?(i=gr.call(this._shortMonthsParse,u),-1!==i?i:null):(i=gr.call(this._longMonthsParse,u),-1!==i?i:null):\"MMM\"===n?(i=gr.call(this._shortMonthsParse,u),-1!==i?i:(i=gr.call(this._longMonthsParse,u),-1!==i?i:null)):(i=gr.call(this._longMonthsParse,u),-1!==i?i:(i=gr.call(this._shortMonthsParse,u),-1!==i?i:null))}function ot(t,n,e){var r,i,a;if(this._monthsParseExact)return ut.call(this,t,n,e);for(this._monthsParse||(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[]),r=0;12>r;r++){if(i=c([2e3,r]),e&&!this._longMonthsParse[r]&&(this._longMonthsParse[r]=new RegExp(\"^\"+this.months(i,\"\").replace(\".\",\"\")+\"$\",\"i\"),this._shortMonthsParse[r]=new RegExp(\"^\"+this.monthsShort(i,\"\").replace(\".\",\"\")+\"$\",\"i\")),e||this._monthsParse[r]||(a=\"^\"+this.months(i,\"\")+\"|^\"+this.monthsShort(i,\"\"),this._monthsParse[r]=new RegExp(a.replace(\".\",\"\"),\"i\")),e&&\"MMMM\"===n&&this._longMonthsParse[r].test(t))return r;if(e&&\"MMM\"===n&&this._shortMonthsParse[r].test(t))return r;if(!e&&this._monthsParse[r].test(t))return r}}function st(t,n){var e;if(!t.isValid())return t;if(\"string\"==typeof n)if(/^\\d+$/.test(n))n=_(n);else if(n=t.localeData().monthsParse(n),\"number\"!=typeof n)return t;return e=Math.min(t.date(),rt(t.year(),n)),t._d[\"set\"+(t._isUTC?\"UTC\":\"\")+\"Month\"](n,e),t}function ct(t){return null!=t?(st(this,t),e.updateOffset(this,!0),this):U(this,\"Month\")}function lt(){return rt(this.year(),this.month())}function ht(t){return this._monthsParseExact?(o(this,\"_monthsRegex\")||dt.call(this),t?this._monthsShortStrictRegex:this._monthsShortRegex):this._monthsShortStrictRegex&&t?this._monthsShortStrictRegex:this._monthsShortRegex}function ft(t){return this._monthsParseExact?(o(this,\"_monthsRegex\")||dt.call(this),t?this._monthsStrictRegex:this._monthsRegex):this._monthsStrictRegex&&t?this._monthsStrictRegex:this._monthsRegex}function dt(){function t(t,n){return n.length-t.length}var n,e,r=[],i=[],a=[];for(n=0;12>n;n++)e=c([2e3,n]),r.push(this.monthsShort(e,\"\")),i.push(this.months(e,\"\")),a.push(this.months(e,\"\")),a.push(this.monthsShort(e,\"\"));for(r.sort(t),i.sort(t),a.sort(t),n=0;12>n;n++)r[n]=J(r[n]),i[n]=J(i[n]),a[n]=J(a[n]);this._monthsRegex=new RegExp(\"^(\"+a.join(\"|\")+\")\",\"i\"),this._monthsShortRegex=this._monthsRegex,this._monthsStrictRegex=new RegExp(\"^(\"+i.join(\"|\")+\")\",\"i\"),this._monthsShortStrictRegex=new RegExp(\"^(\"+r.join(\"|\")+\")\",\"i\")}function pt(t){var n,e=t._a;return e&&-2===h(t).overflow&&(n=e[$r]<0||e[$r]>11?$r:e[Wr]<1||e[Wr]>rt(e[Ur],e[$r])?Wr:e[zr]<0||e[zr]>24||24===e[zr]&&(0!==e[qr]||0!==e[Gr]||0!==e[Hr])?zr:e[qr]<0||e[qr]>59?qr:e[Gr]<0||e[Gr]>59?Gr:e[Hr]<0||e[Hr]>999?Hr:-1,h(t)._overflowDayOfYear&&(Ur>n||n>Wr)&&(n=Wr),h(t)._overflowWeeks&&-1===n&&(n=Vr),h(t)._overflowWeekday&&-1===n&&(n=Zr),h(t).overflow=n),t}function gt(t){var n,e,r,i,a,u,o=t._i,s=ni.exec(o)||ei.exec(o);if(s){for(h(t).iso=!0,n=0,e=ii.length;e>n;n++)if(ii[n][1].exec(s[1])){i=ii[n][0],r=ii[n][2]!==!1;break}if(null==i)return void(t._isValid=!1);if(s[3]){for(n=0,e=ai.length;e>n;n++)if(ai[n][1].exec(s[3])){a=(s[2]||\" \")+ai[n][0];break}if(null==a)return void(t._isValid=!1)}if(!r&&null!=a)return void(t._isValid=!1);if(s[4]){if(!ri.exec(s[4]))return void(t._isValid=!1);u=\"Z\"}t._f=i+(a||\"\")+(u||\"\"),Tt(t)}else t._isValid=!1}function yt(t){var n=ui.exec(t._i);return null!==n?void(t._d=new Date(+n[1])):(gt(t),void(t._isValid===!1&&(delete t._isValid,e.createFromInputFallback(t))))}function mt(t,n,e,r,i,a,u){var o=new Date(t,n,e,r,i,a,u);return 100>t&&t>=0&&isFinite(o.getFullYear())&&o.setFullYear(t),o}function vt(t){var n=new Date(Date.UTC.apply(null,arguments));return 100>t&&t>=0&&isFinite(n.getUTCFullYear())&&n.setUTCFullYear(t),n}function _t(t){return bt(t)?366:365}function bt(t){return t%4===0&&t%100!==0||t%400===0}function xt(){return bt(this.year())}function wt(t,n,e){var r=7+n-e,i=(7+vt(t,0,r).getUTCDay()-n)%7;return-i+r-1}function At(t,n,e,r,i){var a,u,o=(7+e-r)%7,s=wt(t,r,i),c=1+7*(n-1)+o+s;return 0>=c?(a=t-1,u=_t(a)+c):c>_t(t)?(a=t+1,u=c-_t(t)):(a=t,u=c),{year:a,dayOfYear:u}}function kt(t,n,e){var r,i,a=wt(t.year(),n,e),u=Math.floor((t.dayOfYear()-a-1)/7)+1;return 1>u?(i=t.year()-1,r=u+Et(i,n,e)):u>Et(t.year(),n,e)?(r=u-Et(t.year(),n,e),i=t.year()+1):(i=t.year(),r=u),{week:r,year:i}}function Et(t,n,e){var r=wt(t,n,e),i=wt(t+1,n,e);return(_t(t)-r+i)/7}function Mt(t,n,e){return null!=t?t:null!=n?n:e}function St(t){var n=new Date(e.now());return t._useUTC?[n.getUTCFullYear(),n.getUTCMonth(),n.getUTCDate()]:[n.getFullYear(),n.getMonth(),n.getDate()]}function Dt(t){var n,e,r,i,a=[];if(!t._d){for(r=St(t),t._w&&null==t._a[Wr]&&null==t._a[$r]&&Ct(t),t._dayOfYear&&(i=Mt(t._a[Ur],r[Ur]),t._dayOfYear>_t(i)&&(h(t)._overflowDayOfYear=!0),e=vt(i,0,t._dayOfYear),t._a[$r]=e.getUTCMonth(),t._a[Wr]=e.getUTCDate()),n=0;3>n&&null==t._a[n];++n)t._a[n]=a[n]=r[n];for(;7>n;n++)t._a[n]=a[n]=null==t._a[n]?2===n?1:0:t._a[n];24===t._a[zr]&&0===t._a[qr]&&0===t._a[Gr]&&0===t._a[Hr]&&(t._nextDay=!0,t._a[zr]=0),t._d=(t._useUTC?vt:mt).apply(null,a),null!=t._tzm&&t._d.setUTCMinutes(t._d.getUTCMinutes()-t._tzm),t._nextDay&&(t._a[zr]=24)}}function Ct(t){var n,e,r,i,a,u,o,s;n=t._w,null!=n.GG||null!=n.W||null!=n.E?(a=1,u=4,e=Mt(n.GG,t._a[Ur],kt(Rt(),1,4).year),r=Mt(n.W,1),i=Mt(n.E,1),(1>i||i>7)&&(s=!0)):(a=t._locale._week.dow,u=t._locale._week.doy,e=Mt(n.gg,t._a[Ur],kt(Rt(),a,u).year),r=Mt(n.w,1),null!=n.d?(i=n.d,(0>i||i>6)&&(s=!0)):null!=n.e?(i=n.e+a,(n.e<0||n.e>6)&&(s=!0)):i=a),1>r||r>Et(e,a,u)?h(t)._overflowWeeks=!0:null!=s?h(t)._overflowWeekday=!0:(o=At(e,r,i,a,u),t._a[Ur]=o.year,t._dayOfYear=o.dayOfYear)}function Tt(t){if(t._f===e.ISO_8601)return void gt(t);t._a=[],h(t).empty=!0;var n,r,i,a,u,o=\"\"+t._i,s=o.length,c=0;for(i=Z(t._f,t._locale).match(vr)||[],n=0;n<i.length;n++)a=i[n],r=(o.match(K(a,t))||[])[0],r&&(u=o.substr(0,o.indexOf(r)),u.length>0&&h(t).unusedInput.push(u),o=o.slice(o.indexOf(r)+r.length),c+=r.length),xr[a]?(r?h(t).empty=!1:h(t).unusedTokens.push(a),et(a,r,t)):t._strict&&!r&&h(t).unusedTokens.push(a);h(t).charsLeftOver=s-c,o.length>0&&h(t).unusedInput.push(o),h(t).bigHour===!0&&t._a[zr]<=12&&t._a[zr]>0&&(h(t).bigHour=void 0),h(t).parsedDateParts=t._a.slice(0),h(t).meridiem=t._meridiem,t._a[zr]=Ft(t._locale,t._a[zr],t._meridiem),Dt(t),pt(t)}function Ft(t,n,e){var r;return null==e?n:null!=t.meridiemHour?t.meridiemHour(n,e):null!=t.isPM?(r=t.isPM(e),r&&12>n&&(n+=12),r||12!==n||(n=0),n):n}function Ot(t){var n,e,r,i,a;if(0===t._f.length)return h(t).invalidFormat=!0,void(t._d=new Date(0/0));for(i=0;i<t._f.length;i++)a=0,n=g({},t),null!=t._useUTC&&(n._useUTC=t._useUTC),n._f=t._f[i],Tt(n),f(n)&&(a+=h(n).charsLeftOver,a+=10*h(n).unusedTokens.length,h(n).score=a,(null==r||r>a)&&(r=a,e=n));s(t,e||n)}function Lt(t){if(!t._d){var n=j(t._i);t._a=u([n.year,n.month,n.day||n.date,n.hour,n.minute,n.second,n.millisecond],function(t){return t&&parseInt(t,10)}),Dt(t)}}function It(t){var n=new y(pt(Bt(t)));return n._nextDay&&(n.add(1,\"d\"),n._nextDay=void 0),n}function Bt(t){var n=t._i,e=t._f;return t._locale=t._locale||B(t._l),null===n||void 0===e&&\"\"===n?d({nullInput:!0}):(\"string\"==typeof n&&(t._i=n=t._locale.preparse(n)),m(n)?new y(pt(n)):(i(e)?Ot(t):e?Tt(t):a(n)?t._d=n:Nt(t),f(t)||(t._d=null),t))}function Nt(t){var n=t._i;void 0===n?t._d=new Date(e.now()):a(n)?t._d=new Date(n.valueOf()):\"string\"==typeof n?yt(t):i(n)?(t._a=u(n.slice(0),function(t){return parseInt(t,10)}),Dt(t)):\"object\"==typeof n?Lt(t):\"number\"==typeof n?t._d=new Date(n):e.createFromInputFallback(t)}function Pt(t,n,e,r,i){var a={};return\"boolean\"==typeof e&&(r=e,e=void 0),a._isAMomentObject=!0,a._useUTC=a._isUTC=i,a._l=e,a._i=t,a._f=n,a._strict=r,It(a)}function Rt(t,n,e,r){return Pt(t,n,e,r,!1)}function jt(t,n){var e,r;if(1===n.length&&i(n[0])&&(n=n[0]),!n.length)return Rt();for(e=n[0],r=1;r<n.length;++r)(!n[r].isValid()||n[r][t](e))&&(e=n[r]);return e}function Yt(){var t=[].slice.call(arguments,0);return jt(\"isBefore\",t)}function Ut(){var t=[].slice.call(arguments,0);return jt(\"isAfter\",t)}function $t(t){var n=j(t),e=n.year||0,r=n.quarter||0,i=n.month||0,a=n.week||0,u=n.day||0,o=n.hour||0,s=n.minute||0,c=n.second||0,l=n.millisecond||0;this._milliseconds=+l+1e3*c+6e4*s+1e3*o*60*60,this._days=+u+7*a,this._months=+i+3*r+12*e,this._data={},this._locale=B(),this._bubble()}function Wt(t){return t instanceof $t}function zt(t,n){q(t,0,0,function(){var t=this.utcOffset(),e=\"+\";return 0>t&&(t=-t,e=\"-\"),e+z(~~(t/60),2)+n+z(~~t%60,2)})}function qt(t,n){var e=(n||\"\").match(t)||[],r=e[e.length-1]||[],i=(r+\"\").match(hi)||[\"-\",0,0],a=+(60*i[1])+_(i[2]);return\"+\"===i[0]?a:-a}function Gt(t,n){var r,i;return n._isUTC?(r=n.clone(),i=(m(t)||a(t)?t.valueOf():Rt(t).valueOf())-r.valueOf(),r._d.setTime(r._d.valueOf()+i),e.updateOffset(r,!1),r):Rt(t).local()}function Ht(t){return 15*-Math.round(t._d.getTimezoneOffset()/15)}function Vt(t,n){var r,i=this._offset||0;return this.isValid()?null!=t?(\"string\"==typeof t?t=qt(Nr,t):Math.abs(t)<16&&(t=60*t),!this._isUTC&&n&&(r=Ht(this)),this._offset=t,this._isUTC=!0,null!=r&&this.add(r,\"m\"),i!==t&&(!n||this._changeInProgress?fn(this,un(t-i,\"m\"),1,!1):this._changeInProgress||(this._changeInProgress=!0,e.updateOffset(this,!0),this._changeInProgress=null)),this):this._isUTC?i:Ht(this):null!=t?this:0/0}function Zt(t,n){return null!=t?(\"string\"!=typeof t&&(t=-t),this.utcOffset(t,n),this):-this.utcOffset()}function Xt(t){return this.utcOffset(0,t)}function Kt(t){return this._isUTC&&(this.utcOffset(0,t),this._isUTC=!1,t&&this.subtract(Ht(this),\"m\")),this}function Qt(){return this._tzm?this.utcOffset(this._tzm):\"string\"==typeof this._i&&this.utcOffset(qt(Br,this._i)),this}function Jt(t){return this.isValid()?(t=t?Rt(t).utcOffset():0,(this.utcOffset()-t)%60===0):!1}function tn(){return this.utcOffset()>this.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()}function nn(){if(!p(this._isDSTShifted))return this._isDSTShifted;var t={};if(g(t,this),t=Bt(t),t._a){var n=t._isUTC?c(t._a):Rt(t._a);this._isDSTShifted=this.isValid()&&b(t._a,n.toArray())>0}else this._isDSTShifted=!1;return this._isDSTShifted}function en(){return this.isValid()?!this._isUTC:!1}function rn(){return this.isValid()?this._isUTC:!1}function an(){return this.isValid()?this._isUTC&&0===this._offset:!1}function un(t,n){var e,r,i,a=t,u=null;return Wt(t)?a={ms:t._milliseconds,d:t._days,M:t._months}:\"number\"==typeof t?(a={},n?a[n]=t:a.milliseconds=t):(u=fi.exec(t))?(e=\"-\"===u[1]?-1:1,a={y:0,d:_(u[Wr])*e,h:_(u[zr])*e,m:_(u[qr])*e,s:_(u[Gr])*e,ms:_(u[Hr])*e}):(u=di.exec(t))?(e=\"-\"===u[1]?-1:1,a={y:on(u[2],e),M:on(u[3],e),w:on(u[4],e),d:on(u[5],e),h:on(u[6],e),m:on(u[7],e),s:on(u[8],e)}):null==a?a={}:\"object\"==typeof a&&(\"from\"in a||\"to\"in a)&&(i=cn(Rt(a.from),Rt(a.to)),a={},a.ms=i.milliseconds,a.M=i.months),r=new $t(a),Wt(t)&&o(t,\"_locale\")&&(r._locale=t._locale),r}function on(t,n){var e=t&&parseFloat(t.replace(\",\",\".\"));return(isNaN(e)?0:e)*n}function sn(t,n){var e={milliseconds:0,months:0};return e.months=n.month()-t.month()+12*(n.year()-t.year()),t.clone().add(e.months,\"M\").isAfter(n)&&--e.months,e.milliseconds=+n-+t.clone().add(e.months,\"M\"),e}function cn(t,n){var e;return t.isValid()&&n.isValid()?(n=Gt(n,t),t.isBefore(n)?e=sn(t,n):(e=sn(n,t),e.milliseconds=-e.milliseconds,e.months=-e.months),e):{milliseconds:0,months:0}}function ln(t){return 0>t?-1*Math.round(-1*t):Math.round(t)}function hn(t,n){return function(e,r){var i,a;return null===r||isNaN(+r)||(A(n,\"moment().\"+n+\"(period, number) is deprecated. Please use moment().\"+n+\"(number, period).\"),\na=e,e=r,r=a),e=\"string\"==typeof e?+e:e,i=un(e,r),fn(this,i,t),this}}function fn(t,n,r,i){var a=n._milliseconds,u=ln(n._days),o=ln(n._months);t.isValid()&&(i=null==i?!0:i,a&&t._d.setTime(t._d.valueOf()+a*r),u&&$(t,\"Date\",U(t,\"Date\")+u*r),o&&st(t,U(t,\"Month\")+o*r),i&&e.updateOffset(t,u||o))}function dn(t,n){var e=t||Rt(),r=Gt(e,this).startOf(\"day\"),i=this.diff(r,\"days\",!0),a=-6>i?\"sameElse\":-1>i?\"lastWeek\":0>i?\"lastDay\":1>i?\"sameDay\":2>i?\"nextDay\":7>i?\"nextWeek\":\"sameElse\",u=n&&(k(n[a])?n[a]():n[a]);return this.format(u||this.localeData().calendar(a,this,Rt(e)))}function pn(){return new y(this)}function gn(t,n){var e=m(t)?t:Rt(t);return this.isValid()&&e.isValid()?(n=R(p(n)?\"millisecond\":n),\"millisecond\"===n?this.valueOf()>e.valueOf():e.valueOf()<this.clone().startOf(n).valueOf()):!1}function yn(t,n){var e=m(t)?t:Rt(t);return this.isValid()&&e.isValid()?(n=R(p(n)?\"millisecond\":n),\"millisecond\"===n?this.valueOf()<e.valueOf():this.clone().endOf(n).valueOf()<e.valueOf()):!1}function mn(t,n,e,r){return r=r||\"()\",(\"(\"===r[0]?this.isAfter(t,e):!this.isBefore(t,e))&&(\")\"===r[1]?this.isBefore(n,e):!this.isAfter(n,e))}function vn(t,n){var e,r=m(t)?t:Rt(t);return this.isValid()&&r.isValid()?(n=R(n||\"millisecond\"),\"millisecond\"===n?this.valueOf()===r.valueOf():(e=r.valueOf(),this.clone().startOf(n).valueOf()<=e&&e<=this.clone().endOf(n).valueOf())):!1}function _n(t,n){return this.isSame(t,n)||this.isAfter(t,n)}function bn(t,n){return this.isSame(t,n)||this.isBefore(t,n)}function xn(t,n,e){var r,i,a,u;return this.isValid()?(r=Gt(t,this),r.isValid()?(i=6e4*(r.utcOffset()-this.utcOffset()),n=R(n),\"year\"===n||\"month\"===n||\"quarter\"===n?(u=wn(this,r),\"quarter\"===n?u/=3:\"year\"===n&&(u/=12)):(a=this-r,u=\"second\"===n?a/1e3:\"minute\"===n?a/6e4:\"hour\"===n?a/36e5:\"day\"===n?(a-i)/864e5:\"week\"===n?(a-i)/6048e5:a),e?u:v(u)):0/0):0/0}function wn(t,n){var e,r,i=12*(n.year()-t.year())+(n.month()-t.month()),a=t.clone().add(i,\"months\");return 0>n-a?(e=t.clone().add(i-1,\"months\"),r=(n-a)/(a-e)):(e=t.clone().add(i+1,\"months\"),r=(n-a)/(e-a)),-(i+r)||0}function An(){return this.clone().locale(\"en\").format(\"ddd MMM DD YYYY HH:mm:ss [GMT]ZZ\")}function kn(){var t=this.clone().utc();return 0<t.year()&&t.year()<=9999?k(Date.prototype.toISOString)?this.toDate().toISOString():V(t,\"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]\"):V(t,\"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]\")}function En(t){t||(t=this.isUtc()?e.defaultFormatUtc:e.defaultFormat);var n=V(this,t);return this.localeData().postformat(n)}function Mn(t,n){return this.isValid()&&(m(t)&&t.isValid()||Rt(t).isValid())?un({to:this,from:t}).locale(this.locale()).humanize(!n):this.localeData().invalidDate()}function Sn(t){return this.from(Rt(),t)}function Dn(t,n){return this.isValid()&&(m(t)&&t.isValid()||Rt(t).isValid())?un({from:this,to:t}).locale(this.locale()).humanize(!n):this.localeData().invalidDate()}function Cn(t){return this.to(Rt(),t)}function Tn(t){var n;return void 0===t?this._locale._abbr:(n=B(t),null!=n&&(this._locale=n),this)}function Fn(){return this._locale}function On(t){switch(t=R(t)){case\"year\":this.month(0);case\"quarter\":case\"month\":this.date(1);case\"week\":case\"isoWeek\":case\"day\":case\"date\":this.hours(0);case\"hour\":this.minutes(0);case\"minute\":this.seconds(0);case\"second\":this.milliseconds(0)}return\"week\"===t&&this.weekday(0),\"isoWeek\"===t&&this.isoWeekday(1),\"quarter\"===t&&this.month(3*Math.floor(this.month()/3)),this}function Ln(t){return t=R(t),void 0===t||\"millisecond\"===t?this:(\"date\"===t&&(t=\"day\"),this.startOf(t).add(1,\"isoWeek\"===t?\"week\":t).subtract(1,\"ms\"))}function In(){return this._d.valueOf()-6e4*(this._offset||0)}function Bn(){return Math.floor(this.valueOf()/1e3)}function Nn(){return this._offset?new Date(this.valueOf()):this._d}function Pn(){var t=this;return[t.year(),t.month(),t.date(),t.hour(),t.minute(),t.second(),t.millisecond()]}function Rn(){var t=this;return{years:t.year(),months:t.month(),date:t.date(),hours:t.hours(),minutes:t.minutes(),seconds:t.seconds(),milliseconds:t.milliseconds()}}function jn(){return this.isValid()?this.toISOString():null}function Yn(){return f(this)}function Un(){return s({},h(this))}function $n(){return h(this).overflow}function Wn(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}}function zn(t,n){q(0,[t,t.length],0,n)}function qn(t){return Zn.call(this,t,this.week(),this.weekday(),this.localeData()._week.dow,this.localeData()._week.doy)}function Gn(t){return Zn.call(this,t,this.isoWeek(),this.isoWeekday(),1,4)}function Hn(){return Et(this.year(),1,4)}function Vn(){var t=this.localeData()._week;return Et(this.year(),t.dow,t.doy)}function Zn(t,n,e,r,i){var a;return null==t?kt(this,r,i).year:(a=Et(t,r,i),n>a&&(n=a),Xn.call(this,t,n,e,r,i))}function Xn(t,n,e,r,i){var a=At(t,n,e,r,i),u=vt(a.year,0,a.dayOfYear);return this.year(u.getUTCFullYear()),this.month(u.getUTCMonth()),this.date(u.getUTCDate()),this}function Kn(t){return null==t?Math.ceil((this.month()+1)/3):this.month(3*(t-1)+this.month()%3)}function Qn(t){return kt(t,this._week.dow,this._week.doy).week}function Jn(){return this._week.dow}function te(){return this._week.doy}function ne(t){var n=this.localeData().week(this);return null==t?n:this.add(7*(t-n),\"d\")}function ee(t){var n=kt(this,1,4).week;return null==t?n:this.add(7*(t-n),\"d\")}function re(t,n){return\"string\"!=typeof t?t:isNaN(t)?(t=n.weekdaysParse(t),\"number\"==typeof t?t:null):parseInt(t,10)}function ie(t,n){return i(this._weekdays)?this._weekdays[t.day()]:this._weekdays[this._weekdays.isFormat.test(n)?\"format\":\"standalone\"][t.day()]}function ae(t){return this._weekdaysShort[t.day()]}function ue(t){return this._weekdaysMin[t.day()]}function oe(t,n,e){var r,i,a,u=t.toLocaleLowerCase();if(!this._weekdaysParse)for(this._weekdaysParse=[],this._shortWeekdaysParse=[],this._minWeekdaysParse=[],r=0;7>r;++r)a=c([2e3,1]).day(r),this._minWeekdaysParse[r]=this.weekdaysMin(a,\"\").toLocaleLowerCase(),this._shortWeekdaysParse[r]=this.weekdaysShort(a,\"\").toLocaleLowerCase(),this._weekdaysParse[r]=this.weekdays(a,\"\").toLocaleLowerCase();return e?\"dddd\"===n?(i=gr.call(this._weekdaysParse,u),-1!==i?i:null):\"ddd\"===n?(i=gr.call(this._shortWeekdaysParse,u),-1!==i?i:null):(i=gr.call(this._minWeekdaysParse,u),-1!==i?i:null):\"dddd\"===n?(i=gr.call(this._weekdaysParse,u),-1!==i?i:(i=gr.call(this._shortWeekdaysParse,u),-1!==i?i:(i=gr.call(this._minWeekdaysParse,u),-1!==i?i:null))):\"ddd\"===n?(i=gr.call(this._shortWeekdaysParse,u),-1!==i?i:(i=gr.call(this._weekdaysParse,u),-1!==i?i:(i=gr.call(this._minWeekdaysParse,u),-1!==i?i:null))):(i=gr.call(this._minWeekdaysParse,u),-1!==i?i:(i=gr.call(this._weekdaysParse,u),-1!==i?i:(i=gr.call(this._shortWeekdaysParse,u),-1!==i?i:null)))}function se(t,n,e){var r,i,a;if(this._weekdaysParseExact)return oe.call(this,t,n,e);for(this._weekdaysParse||(this._weekdaysParse=[],this._minWeekdaysParse=[],this._shortWeekdaysParse=[],this._fullWeekdaysParse=[]),r=0;7>r;r++){if(i=c([2e3,1]).day(r),e&&!this._fullWeekdaysParse[r]&&(this._fullWeekdaysParse[r]=new RegExp(\"^\"+this.weekdays(i,\"\").replace(\".\",\".?\")+\"$\",\"i\"),this._shortWeekdaysParse[r]=new RegExp(\"^\"+this.weekdaysShort(i,\"\").replace(\".\",\".?\")+\"$\",\"i\"),this._minWeekdaysParse[r]=new RegExp(\"^\"+this.weekdaysMin(i,\"\").replace(\".\",\".?\")+\"$\",\"i\")),this._weekdaysParse[r]||(a=\"^\"+this.weekdays(i,\"\")+\"|^\"+this.weekdaysShort(i,\"\")+\"|^\"+this.weekdaysMin(i,\"\"),this._weekdaysParse[r]=new RegExp(a.replace(\".\",\"\"),\"i\")),e&&\"dddd\"===n&&this._fullWeekdaysParse[r].test(t))return r;if(e&&\"ddd\"===n&&this._shortWeekdaysParse[r].test(t))return r;if(e&&\"dd\"===n&&this._minWeekdaysParse[r].test(t))return r;if(!e&&this._weekdaysParse[r].test(t))return r}}function ce(t){if(!this.isValid())return null!=t?this:0/0;var n=this._isUTC?this._d.getUTCDay():this._d.getDay();return null!=t?(t=re(t,this.localeData()),this.add(t-n,\"d\")):n}function le(t){if(!this.isValid())return null!=t?this:0/0;var n=(this.day()+7-this.localeData()._week.dow)%7;return null==t?n:this.add(t-n,\"d\")}function he(t){return this.isValid()?null==t?this.day()||7:this.day(this.day()%7?t:t-7):null!=t?this:0/0}function fe(t){return this._weekdaysParseExact?(o(this,\"_weekdaysRegex\")||ge.call(this),t?this._weekdaysStrictRegex:this._weekdaysRegex):this._weekdaysStrictRegex&&t?this._weekdaysStrictRegex:this._weekdaysRegex}function de(t){return this._weekdaysParseExact?(o(this,\"_weekdaysRegex\")||ge.call(this),t?this._weekdaysShortStrictRegex:this._weekdaysShortRegex):this._weekdaysShortStrictRegex&&t?this._weekdaysShortStrictRegex:this._weekdaysShortRegex}function pe(t){return this._weekdaysParseExact?(o(this,\"_weekdaysRegex\")||ge.call(this),t?this._weekdaysMinStrictRegex:this._weekdaysMinRegex):this._weekdaysMinStrictRegex&&t?this._weekdaysMinStrictRegex:this._weekdaysMinRegex}function ge(){function t(t,n){return n.length-t.length}var n,e,r,i,a,u=[],o=[],s=[],l=[];for(n=0;7>n;n++)e=c([2e3,1]).day(n),r=this.weekdaysMin(e,\"\"),i=this.weekdaysShort(e,\"\"),a=this.weekdays(e,\"\"),u.push(r),o.push(i),s.push(a),l.push(r),l.push(i),l.push(a);for(u.sort(t),o.sort(t),s.sort(t),l.sort(t),n=0;7>n;n++)o[n]=J(o[n]),s[n]=J(s[n]),l[n]=J(l[n]);this._weekdaysRegex=new RegExp(\"^(\"+l.join(\"|\")+\")\",\"i\"),this._weekdaysShortRegex=this._weekdaysRegex,this._weekdaysMinRegex=this._weekdaysRegex,this._weekdaysStrictRegex=new RegExp(\"^(\"+s.join(\"|\")+\")\",\"i\"),this._weekdaysShortStrictRegex=new RegExp(\"^(\"+o.join(\"|\")+\")\",\"i\"),this._weekdaysMinStrictRegex=new RegExp(\"^(\"+u.join(\"|\")+\")\",\"i\")}function ye(t){var n=Math.round((this.clone().startOf(\"day\")-this.clone().startOf(\"year\"))/864e5)+1;return null==t?n:this.add(t-n,\"d\")}function me(){return this.hours()%12||12}function ve(){return this.hours()||24}function _e(t,n){q(t,0,0,function(){return this.localeData().meridiem(this.hours(),this.minutes(),n)})}function be(t,n){return n._meridiemParse}function xe(t){return\"p\"===(t+\"\").toLowerCase().charAt(0)}function we(t,n,e){return t>11?e?\"pm\":\"PM\":e?\"am\":\"AM\"}function Ae(t,n){n[Hr]=_(1e3*(\"0.\"+t))}function ke(){return this._isUTC?\"UTC\":\"\"}function Ee(){return this._isUTC?\"Coordinated Universal Time\":\"\"}function Me(t){return Rt(1e3*t)}function Se(){return Rt.apply(null,arguments).parseZone()}function De(t,n,e){var r=this._calendar[t];return k(r)?r.call(n,e):r}function Ce(t){var n=this._longDateFormat[t],e=this._longDateFormat[t.toUpperCase()];return n||!e?n:(this._longDateFormat[t]=e.replace(/MMMM|MM|DD|dddd/g,function(t){return t.slice(1)}),this._longDateFormat[t])}function Te(){return this._invalidDate}function Fe(t){return this._ordinal.replace(\"%d\",t)}function Oe(t){return t}function Le(t,n,e,r){var i=this._relativeTime[e];return k(i)?i(t,n,e,r):i.replace(/%d/i,t)}function Ie(t,n){var e=this._relativeTime[t>0?\"future\":\"past\"];return k(e)?e(n):e.replace(/%s/i,n)}function Be(t,n,e,r){var i=B(),a=c().set(r,n);return i[e](a,t)}function Ne(t,n,e){if(\"number\"==typeof t&&(n=t,t=void 0),t=t||\"\",null!=n)return Be(t,n,e,\"month\");var r,i=[];for(r=0;12>r;r++)i[r]=Be(t,r,e,\"month\");return i}function Pe(t,n,e,r){\"boolean\"==typeof t?(\"number\"==typeof n&&(e=n,n=void 0),n=n||\"\"):(n=t,e=n,t=!1,\"number\"==typeof n&&(e=n,n=void 0),n=n||\"\");var i=B(),a=t?i._week.dow:0;if(null!=e)return Be(n,(e+a)%7,r,\"day\");var u,o=[];for(u=0;7>u;u++)o[u]=Be(n,(u+a)%7,r,\"day\");return o}function Re(t,n){return Ne(t,n,\"months\")}function je(t,n){return Ne(t,n,\"monthsShort\")}function Ye(t,n,e){return Pe(t,n,e,\"weekdays\")}function Ue(t,n,e){return Pe(t,n,e,\"weekdaysShort\")}function $e(t,n,e){return Pe(t,n,e,\"weekdaysMin\")}function We(){var t=this._data;return this._milliseconds=Yi(this._milliseconds),this._days=Yi(this._days),this._months=Yi(this._months),t.milliseconds=Yi(t.milliseconds),t.seconds=Yi(t.seconds),t.minutes=Yi(t.minutes),t.hours=Yi(t.hours),t.months=Yi(t.months),t.years=Yi(t.years),this}function ze(t,n,e,r){var i=un(n,e);return t._milliseconds+=r*i._milliseconds,t._days+=r*i._days,t._months+=r*i._months,t._bubble()}function qe(t,n){return ze(this,t,n,1)}function Ge(t,n){return ze(this,t,n,-1)}function He(t){return 0>t?Math.floor(t):Math.ceil(t)}function Ve(){var t,n,e,r,i,a=this._milliseconds,u=this._days,o=this._months,s=this._data;return a>=0&&u>=0&&o>=0||0>=a&&0>=u&&0>=o||(a+=864e5*He(Xe(o)+u),u=0,o=0),s.milliseconds=a%1e3,t=v(a/1e3),s.seconds=t%60,n=v(t/60),s.minutes=n%60,e=v(n/60),s.hours=e%24,u+=v(e/24),i=v(Ze(u)),o+=i,u-=He(Xe(i)),r=v(o/12),o%=12,s.days=u,s.months=o,s.years=r,this}function Ze(t){return 4800*t/146097}function Xe(t){return 146097*t/4800}function Ke(t){var n,e,r=this._milliseconds;if(t=R(t),\"month\"===t||\"year\"===t)return n=this._days+r/864e5,e=this._months+Ze(n),\"month\"===t?e:e/12;switch(n=this._days+Math.round(Xe(this._months)),t){case\"week\":return n/7+r/6048e5;case\"day\":return n+r/864e5;case\"hour\":return 24*n+r/36e5;case\"minute\":return 1440*n+r/6e4;case\"second\":return 86400*n+r/1e3;case\"millisecond\":return Math.floor(864e5*n)+r;default:throw new Error(\"Unknown unit \"+t)}}function Qe(){return this._milliseconds+864e5*this._days+this._months%12*2592e6+31536e6*_(this._months/12)}function Je(t){return function(){return this.as(t)}}function tr(t){return t=R(t),this[t+\"s\"]()}function nr(t){return function(){return this._data[t]}}function er(){return v(this.days()/7)}function rr(t,n,e,r,i){return i.relativeTime(n||1,!!e,t,r)}function ir(t,n,e){var r=un(t).abs(),i=ea(r.as(\"s\")),a=ea(r.as(\"m\")),u=ea(r.as(\"h\")),o=ea(r.as(\"d\")),s=ea(r.as(\"M\")),c=ea(r.as(\"y\")),l=i<ra.s&&[\"s\",i]||1>=a&&[\"m\"]||a<ra.m&&[\"mm\",a]||1>=u&&[\"h\"]||u<ra.h&&[\"hh\",u]||1>=o&&[\"d\"]||o<ra.d&&[\"dd\",o]||1>=s&&[\"M\"]||s<ra.M&&[\"MM\",s]||1>=c&&[\"y\"]||[\"yy\",c];return l[2]=n,l[3]=+t>0,l[4]=e,rr.apply(null,l)}function ar(t,n){return void 0===ra[t]?!1:void 0===n?ra[t]:(ra[t]=n,!0)}function ur(t){var n=this.localeData(),e=ir(this,!t,n);return t&&(e=n.pastFuture(+this,e)),n.postformat(e)}function or(){var t,n,e,r=ia(this._milliseconds)/1e3,i=ia(this._days),a=ia(this._months);t=v(r/60),n=v(t/60),r%=60,t%=60,e=v(a/12),a%=12;var u=e,o=a,s=i,c=n,l=t,h=r,f=this.asSeconds();return f?(0>f?\"-\":\"\")+\"P\"+(u?u+\"Y\":\"\")+(o?o+\"M\":\"\")+(s?s+\"D\":\"\")+(c||l||h?\"T\":\"\")+(c?c+\"H\":\"\")+(l?l+\"M\":\"\")+(h?h+\"S\":\"\"):\"P0D\"}var sr,cr;cr=Array.prototype.some?Array.prototype.some:function(t){for(var n=Object(this),e=n.length>>>0,r=0;e>r;r++)if(r in n&&t.call(this,n[r],r,n))return!0;return!1};var lr=e.momentProperties=[],hr=!1,fr={};e.suppressDeprecationWarnings=!1,e.deprecationHandler=null;var dr;dr=Object.keys?Object.keys:function(t){var n,e=[];for(n in t)o(t,n)&&e.push(n);return e};var pr,gr,yr={},mr={},vr=/(\\[[^\\[]*\\])|(\\\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|YYYYYY|YYYYY|YYYY|YY|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g,_r=/(\\[[^\\[]*\\])|(\\\\)?(LTS|LT|LL?L?L?|l{1,4})/g,br={},xr={},wr=/\\d/,Ar=/\\d\\d/,kr=/\\d{3}/,Er=/\\d{4}/,Mr=/[+-]?\\d{6}/,Sr=/\\d\\d?/,Dr=/\\d\\d\\d\\d?/,Cr=/\\d\\d\\d\\d\\d\\d?/,Tr=/\\d{1,3}/,Fr=/\\d{1,4}/,Or=/[+-]?\\d{1,6}/,Lr=/\\d+/,Ir=/[+-]?\\d+/,Br=/Z|[+-]\\d\\d:?\\d\\d/gi,Nr=/Z|[+-]\\d\\d(?::?\\d\\d)?/gi,Pr=/[+-]?\\d+(\\.\\d{1,3})?/,Rr=/[0-9]*['a-z\\u00A0-\\u05FF\\u0700-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFEF]+|[\\u0600-\\u06FF\\/]+(\\s*?[\\u0600-\\u06FF]+){1,2}/i,jr={},Yr={},Ur=0,$r=1,Wr=2,zr=3,qr=4,Gr=5,Hr=6,Vr=7,Zr=8;gr=Array.prototype.indexOf?Array.prototype.indexOf:function(t){var n;for(n=0;n<this.length;++n)if(this[n]===t)return n;return-1},q(\"M\",[\"MM\",2],\"Mo\",function(){return this.month()+1}),q(\"MMM\",0,0,function(t){return this.localeData().monthsShort(this,t)}),q(\"MMMM\",0,0,function(t){return this.localeData().months(this,t)}),P(\"month\",\"M\"),X(\"M\",Sr),X(\"MM\",Sr,Ar),X(\"MMM\",function(t,n){return n.monthsShortRegex(t)}),X(\"MMMM\",function(t,n){return n.monthsRegex(t)}),tt([\"M\",\"MM\"],function(t,n){n[$r]=_(t)-1}),tt([\"MMM\",\"MMMM\"],function(t,n,e,r){var i=e._locale.monthsParse(t,r,e._strict);null!=i?n[$r]=i:h(e).invalidMonth=t});var Xr=/D[oD]?(\\[[^\\[\\]]*\\]|\\s+)+MMMM?/,Kr=\"January_February_March_April_May_June_July_August_September_October_November_December\".split(\"_\"),Qr=\"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec\".split(\"_\"),Jr=Rr,ti=Rr,ni=/^\\s*((?:[+-]\\d{6}|\\d{4})-(?:\\d\\d-\\d\\d|W\\d\\d-\\d|W\\d\\d|\\d\\d\\d|\\d\\d))(?:(T| )(\\d\\d(?::\\d\\d(?::\\d\\d(?:[.,]\\d+)?)?)?)([\\+\\-]\\d\\d(?::?\\d\\d)?|\\s*Z)?)?/,ei=/^\\s*((?:[+-]\\d{6}|\\d{4})(?:\\d\\d\\d\\d|W\\d\\d\\d|W\\d\\d|\\d\\d\\d|\\d\\d))(?:(T| )(\\d\\d(?:\\d\\d(?:\\d\\d(?:[.,]\\d+)?)?)?)([\\+\\-]\\d\\d(?::?\\d\\d)?|\\s*Z)?)?/,ri=/Z|[+-]\\d\\d(?::?\\d\\d)?/,ii=[[\"YYYYYY-MM-DD\",/[+-]\\d{6}-\\d\\d-\\d\\d/],[\"YYYY-MM-DD\",/\\d{4}-\\d\\d-\\d\\d/],[\"GGGG-[W]WW-E\",/\\d{4}-W\\d\\d-\\d/],[\"GGGG-[W]WW\",/\\d{4}-W\\d\\d/,!1],[\"YYYY-DDD\",/\\d{4}-\\d{3}/],[\"YYYY-MM\",/\\d{4}-\\d\\d/,!1],[\"YYYYYYMMDD\",/[+-]\\d{10}/],[\"YYYYMMDD\",/\\d{8}/],[\"GGGG[W]WWE\",/\\d{4}W\\d{3}/],[\"GGGG[W]WW\",/\\d{4}W\\d{2}/,!1],[\"YYYYDDD\",/\\d{7}/]],ai=[[\"HH:mm:ss.SSSS\",/\\d\\d:\\d\\d:\\d\\d\\.\\d+/],[\"HH:mm:ss,SSSS\",/\\d\\d:\\d\\d:\\d\\d,\\d+/],[\"HH:mm:ss\",/\\d\\d:\\d\\d:\\d\\d/],[\"HH:mm\",/\\d\\d:\\d\\d/],[\"HHmmss.SSSS\",/\\d\\d\\d\\d\\d\\d\\.\\d+/],[\"HHmmss,SSSS\",/\\d\\d\\d\\d\\d\\d,\\d+/],[\"HHmmss\",/\\d\\d\\d\\d\\d\\d/],[\"HHmm\",/\\d\\d\\d\\d/],[\"HH\",/\\d\\d/]],ui=/^\\/?Date\\((\\-?\\d+)/i;e.createFromInputFallback=w(\"moment construction falls back to js Date. This is discouraged and will be removed in upcoming major release. Please refer to https://github.com/moment/moment/issues/1407 for more info.\",function(t){t._d=new Date(t._i+(t._useUTC?\" UTC\":\"\"))}),q(\"Y\",0,0,function(){var t=this.year();return 9999>=t?\"\"+t:\"+\"+t}),q(0,[\"YY\",2],0,function(){return this.year()%100}),q(0,[\"YYYY\",4],0,\"year\"),q(0,[\"YYYYY\",5],0,\"year\"),q(0,[\"YYYYYY\",6,!0],0,\"year\"),P(\"year\",\"y\"),X(\"Y\",Ir),X(\"YY\",Sr,Ar),X(\"YYYY\",Fr,Er),X(\"YYYYY\",Or,Mr),X(\"YYYYYY\",Or,Mr),tt([\"YYYYY\",\"YYYYYY\"],Ur),tt(\"YYYY\",function(t,n){n[Ur]=2===t.length?e.parseTwoDigitYear(t):_(t)}),tt(\"YY\",function(t,n){n[Ur]=e.parseTwoDigitYear(t)}),tt(\"Y\",function(t,n){n[Ur]=parseInt(t,10)}),e.parseTwoDigitYear=function(t){return _(t)+(_(t)>68?1900:2e3)};var oi=Y(\"FullYear\",!0);e.ISO_8601=function(){};var si=w(\"moment().min is deprecated, use moment.max instead. https://github.com/moment/moment/issues/1548\",function(){var t=Rt.apply(null,arguments);return this.isValid()&&t.isValid()?this>t?this:t:d()}),ci=w(\"moment().max is deprecated, use moment.min instead. https://github.com/moment/moment/issues/1548\",function(){var t=Rt.apply(null,arguments);return this.isValid()&&t.isValid()?t>this?this:t:d()}),li=function(){return Date.now?Date.now():+new Date};zt(\"Z\",\":\"),zt(\"ZZ\",\"\"),X(\"Z\",Nr),X(\"ZZ\",Nr),tt([\"Z\",\"ZZ\"],function(t,n,e){e._useUTC=!0,e._tzm=qt(Nr,t)});var hi=/([\\+\\-]|\\d\\d)/gi;e.updateOffset=function(){};var fi=/^(\\-)?(?:(\\d*)[. ])?(\\d+)\\:(\\d+)(?:\\:(\\d+)\\.?(\\d{3})?\\d*)?$/,di=/^(-)?P(?:(-?[0-9,.]*)Y)?(?:(-?[0-9,.]*)M)?(?:(-?[0-9,.]*)W)?(?:(-?[0-9,.]*)D)?(?:T(?:(-?[0-9,.]*)H)?(?:(-?[0-9,.]*)M)?(?:(-?[0-9,.]*)S)?)?$/;un.fn=$t.prototype;var pi=hn(1,\"add\"),gi=hn(-1,\"subtract\");e.defaultFormat=\"YYYY-MM-DDTHH:mm:ssZ\",e.defaultFormatUtc=\"YYYY-MM-DDTHH:mm:ss[Z]\";var yi=w(\"moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.\",function(t){return void 0===t?this.localeData():this.locale(t)});q(0,[\"gg\",2],0,function(){return this.weekYear()%100}),q(0,[\"GG\",2],0,function(){return this.isoWeekYear()%100}),zn(\"gggg\",\"weekYear\"),zn(\"ggggg\",\"weekYear\"),zn(\"GGGG\",\"isoWeekYear\"),zn(\"GGGGG\",\"isoWeekYear\"),P(\"weekYear\",\"gg\"),P(\"isoWeekYear\",\"GG\"),X(\"G\",Ir),X(\"g\",Ir),X(\"GG\",Sr,Ar),X(\"gg\",Sr,Ar),X(\"GGGG\",Fr,Er),X(\"gggg\",Fr,Er),X(\"GGGGG\",Or,Mr),X(\"ggggg\",Or,Mr),nt([\"gggg\",\"ggggg\",\"GGGG\",\"GGGGG\"],function(t,n,e,r){n[r.substr(0,2)]=_(t)}),nt([\"gg\",\"GG\"],function(t,n,r,i){n[i]=e.parseTwoDigitYear(t)}),q(\"Q\",0,\"Qo\",\"quarter\"),P(\"quarter\",\"Q\"),X(\"Q\",wr),tt(\"Q\",function(t,n){n[$r]=3*(_(t)-1)}),q(\"w\",[\"ww\",2],\"wo\",\"week\"),q(\"W\",[\"WW\",2],\"Wo\",\"isoWeek\"),P(\"week\",\"w\"),P(\"isoWeek\",\"W\"),X(\"w\",Sr),X(\"ww\",Sr,Ar),X(\"W\",Sr),X(\"WW\",Sr,Ar),nt([\"w\",\"ww\",\"W\",\"WW\"],function(t,n,e,r){n[r.substr(0,1)]=_(t)});var mi={dow:0,doy:6};q(\"D\",[\"DD\",2],\"Do\",\"date\"),P(\"date\",\"D\"),X(\"D\",Sr),X(\"DD\",Sr,Ar),X(\"Do\",function(t,n){return t?n._ordinalParse:n._ordinalParseLenient}),tt([\"D\",\"DD\"],Wr),tt(\"Do\",function(t,n){n[Wr]=_(t.match(Sr)[0],10)});var vi=Y(\"Date\",!0);q(\"d\",0,\"do\",\"day\"),q(\"dd\",0,0,function(t){return this.localeData().weekdaysMin(this,t)}),q(\"ddd\",0,0,function(t){return this.localeData().weekdaysShort(this,t)}),q(\"dddd\",0,0,function(t){return this.localeData().weekdays(this,t)}),q(\"e\",0,0,\"weekday\"),q(\"E\",0,0,\"isoWeekday\"),P(\"day\",\"d\"),P(\"weekday\",\"e\"),P(\"isoWeekday\",\"E\"),X(\"d\",Sr),X(\"e\",Sr),X(\"E\",Sr),X(\"dd\",function(t,n){return n.weekdaysMinRegex(t)}),X(\"ddd\",function(t,n){return n.weekdaysShortRegex(t)}),X(\"dddd\",function(t,n){return n.weekdaysRegex(t)}),nt([\"dd\",\"ddd\",\"dddd\"],function(t,n,e,r){var i=e._locale.weekdaysParse(t,r,e._strict);null!=i?n.d=i:h(e).invalidWeekday=t}),nt([\"d\",\"e\",\"E\"],function(t,n,e,r){n[r]=_(t)});var _i=\"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday\".split(\"_\"),bi=\"Sun_Mon_Tue_Wed_Thu_Fri_Sat\".split(\"_\"),xi=\"Su_Mo_Tu_We_Th_Fr_Sa\".split(\"_\"),wi=Rr,Ai=Rr,ki=Rr;q(\"DDD\",[\"DDDD\",3],\"DDDo\",\"dayOfYear\"),P(\"dayOfYear\",\"DDD\"),X(\"DDD\",Tr),X(\"DDDD\",kr),tt([\"DDD\",\"DDDD\"],function(t,n,e){e._dayOfYear=_(t)}),q(\"H\",[\"HH\",2],0,\"hour\"),q(\"h\",[\"hh\",2],0,me),q(\"k\",[\"kk\",2],0,ve),q(\"hmm\",0,0,function(){return\"\"+me.apply(this)+z(this.minutes(),2)}),q(\"hmmss\",0,0,function(){return\"\"+me.apply(this)+z(this.minutes(),2)+z(this.seconds(),2)}),q(\"Hmm\",0,0,function(){return\"\"+this.hours()+z(this.minutes(),2)}),q(\"Hmmss\",0,0,function(){return\"\"+this.hours()+z(this.minutes(),2)+z(this.seconds(),2)}),_e(\"a\",!0),_e(\"A\",!1),P(\"hour\",\"h\"),X(\"a\",be),X(\"A\",be),X(\"H\",Sr),X(\"h\",Sr),X(\"HH\",Sr,Ar),X(\"hh\",Sr,Ar),X(\"hmm\",Dr),X(\"hmmss\",Cr),X(\"Hmm\",Dr),X(\"Hmmss\",Cr),tt([\"H\",\"HH\"],zr),tt([\"a\",\"A\"],function(t,n,e){e._isPm=e._locale.isPM(t),e._meridiem=t}),tt([\"h\",\"hh\"],function(t,n,e){n[zr]=_(t),h(e).bigHour=!0}),tt(\"hmm\",function(t,n,e){var r=t.length-2;n[zr]=_(t.substr(0,r)),n[qr]=_(t.substr(r)),h(e).bigHour=!0}),tt(\"hmmss\",function(t,n,e){var r=t.length-4,i=t.length-2;n[zr]=_(t.substr(0,r)),n[qr]=_(t.substr(r,2)),n[Gr]=_(t.substr(i)),h(e).bigHour=!0}),tt(\"Hmm\",function(t,n){var e=t.length-2;n[zr]=_(t.substr(0,e)),n[qr]=_(t.substr(e))}),tt(\"Hmmss\",function(t,n){var e=t.length-4,r=t.length-2;n[zr]=_(t.substr(0,e)),n[qr]=_(t.substr(e,2)),n[Gr]=_(t.substr(r))});var Ei=/[ap]\\.?m?\\.?/i,Mi=Y(\"Hours\",!0);q(\"m\",[\"mm\",2],0,\"minute\"),P(\"minute\",\"m\"),X(\"m\",Sr),X(\"mm\",Sr,Ar),tt([\"m\",\"mm\"],qr);var Si=Y(\"Minutes\",!1);q(\"s\",[\"ss\",2],0,\"second\"),P(\"second\",\"s\"),X(\"s\",Sr),X(\"ss\",Sr,Ar),tt([\"s\",\"ss\"],Gr);var Di=Y(\"Seconds\",!1);q(\"S\",0,0,function(){return~~(this.millisecond()/100)}),q(0,[\"SS\",2],0,function(){return~~(this.millisecond()/10)}),q(0,[\"SSS\",3],0,\"millisecond\"),q(0,[\"SSSS\",4],0,function(){return 10*this.millisecond()}),q(0,[\"SSSSS\",5],0,function(){return 100*this.millisecond()}),q(0,[\"SSSSSS\",6],0,function(){return 1e3*this.millisecond()}),q(0,[\"SSSSSSS\",7],0,function(){return 1e4*this.millisecond()}),q(0,[\"SSSSSSSS\",8],0,function(){return 1e5*this.millisecond()}),q(0,[\"SSSSSSSSS\",9],0,function(){return 1e6*this.millisecond()}),P(\"millisecond\",\"ms\"),X(\"S\",Tr,wr),X(\"SS\",Tr,Ar),X(\"SSS\",Tr,kr);var Ci;for(Ci=\"SSSS\";Ci.length<=9;Ci+=\"S\")X(Ci,Lr);for(Ci=\"S\";Ci.length<=9;Ci+=\"S\")tt(Ci,Ae);var Ti=Y(\"Milliseconds\",!1);q(\"z\",0,0,\"zoneAbbr\"),q(\"zz\",0,0,\"zoneName\");var Fi=y.prototype;Fi.add=pi,Fi.calendar=dn,Fi.clone=pn,Fi.diff=xn,Fi.endOf=Ln,Fi.format=En,Fi.from=Mn,Fi.fromNow=Sn,Fi.to=Dn,Fi.toNow=Cn,Fi.get=W,Fi.invalidAt=$n,Fi.isAfter=gn,Fi.isBefore=yn,Fi.isBetween=mn,Fi.isSame=vn,Fi.isSameOrAfter=_n,Fi.isSameOrBefore=bn,Fi.isValid=Yn,Fi.lang=yi,Fi.locale=Tn,Fi.localeData=Fn,Fi.max=ci,Fi.min=si,Fi.parsingFlags=Un,Fi.set=W,Fi.startOf=On,Fi.subtract=gi,Fi.toArray=Pn,Fi.toObject=Rn,Fi.toDate=Nn,Fi.toISOString=kn,Fi.toJSON=jn,Fi.toString=An,Fi.unix=Bn,Fi.valueOf=In,Fi.creationData=Wn,Fi.year=oi,Fi.isLeapYear=xt,Fi.weekYear=qn,Fi.isoWeekYear=Gn,Fi.quarter=Fi.quarters=Kn,Fi.month=ct,Fi.daysInMonth=lt,Fi.week=Fi.weeks=ne,Fi.isoWeek=Fi.isoWeeks=ee,Fi.weeksInYear=Vn,Fi.isoWeeksInYear=Hn,Fi.date=vi,Fi.day=Fi.days=ce,Fi.weekday=le,Fi.isoWeekday=he,Fi.dayOfYear=ye,Fi.hour=Fi.hours=Mi,Fi.minute=Fi.minutes=Si,Fi.second=Fi.seconds=Di,Fi.millisecond=Fi.milliseconds=Ti,Fi.utcOffset=Vt,Fi.utc=Xt,Fi.local=Kt,Fi.parseZone=Qt,Fi.hasAlignedHourOffset=Jt,Fi.isDST=tn,Fi.isDSTShifted=nn,Fi.isLocal=en,Fi.isUtcOffset=rn,Fi.isUtc=an,Fi.isUTC=an,Fi.zoneAbbr=ke,Fi.zoneName=Ee,Fi.dates=w(\"dates accessor is deprecated. Use date instead.\",vi),Fi.months=w(\"months accessor is deprecated. Use month instead\",ct),Fi.years=w(\"years accessor is deprecated. Use year instead\",oi),Fi.zone=w(\"moment().zone is deprecated, use moment().utcOffset instead. https://github.com/moment/moment/issues/1779\",Zt);var Oi=Fi,Li={sameDay:\"[Today at] LT\",nextDay:\"[Tomorrow at] LT\",nextWeek:\"dddd [at] LT\",lastDay:\"[Yesterday at] LT\",lastWeek:\"[Last] dddd [at] LT\",sameElse:\"L\"},Ii={LTS:\"h:mm:ss A\",LT:\"h:mm A\",L:\"MM/DD/YYYY\",LL:\"MMMM D, YYYY\",LLL:\"MMMM D, YYYY h:mm A\",LLLL:\"dddd, MMMM D, YYYY h:mm A\"},Bi=\"Invalid date\",Ni=\"%d\",Pi=/\\d{1,2}/,Ri={future:\"in %s\",past:\"%s ago\",s:\"a few seconds\",m:\"a minute\",mm:\"%d minutes\",h:\"an hour\",hh:\"%d hours\",d:\"a day\",dd:\"%d days\",M:\"a month\",MM:\"%d months\",y:\"a year\",yy:\"%d years\"},ji=D.prototype;ji._calendar=Li,ji.calendar=De,ji._longDateFormat=Ii,ji.longDateFormat=Ce,ji._invalidDate=Bi,ji.invalidDate=Te,ji._ordinal=Ni,ji.ordinal=Fe,ji._ordinalParse=Pi,ji.preparse=Oe,ji.postformat=Oe,ji._relativeTime=Ri,ji.relativeTime=Le,ji.pastFuture=Ie,ji.set=M,ji.months=it,ji._months=Kr,ji.monthsShort=at,ji._monthsShort=Qr,ji.monthsParse=ot,ji._monthsRegex=ti,ji.monthsRegex=ft,ji._monthsShortRegex=Jr,ji.monthsShortRegex=ht,ji.week=Qn,ji._week=mi,ji.firstDayOfYear=te,ji.firstDayOfWeek=Jn,ji.weekdays=ie,ji._weekdays=_i,ji.weekdaysMin=ue,ji._weekdaysMin=xi,ji.weekdaysShort=ae,ji._weekdaysShort=bi,ji.weekdaysParse=se,ji._weekdaysRegex=wi,ji.weekdaysRegex=fe,ji._weekdaysShortRegex=Ai,ji.weekdaysShortRegex=de,ji._weekdaysMinRegex=ki,ji.weekdaysMinRegex=pe,ji.isPM=xe,ji._meridiemParse=Ei,ji.meridiem=we,O(\"en\",{ordinalParse:/\\d{1,2}(th|st|nd|rd)/,ordinal:function(t){var n=t%10,e=1===_(t%100/10)?\"th\":1===n?\"st\":2===n?\"nd\":3===n?\"rd\":\"th\";return t+e}}),e.lang=w(\"moment.lang is deprecated. Use moment.locale instead.\",O),e.langData=w(\"moment.langData is deprecated. Use moment.localeData instead.\",B);var Yi=Math.abs,Ui=Je(\"ms\"),$i=Je(\"s\"),Wi=Je(\"m\"),zi=Je(\"h\"),qi=Je(\"d\"),Gi=Je(\"w\"),Hi=Je(\"M\"),Vi=Je(\"y\"),Zi=nr(\"milliseconds\"),Xi=nr(\"seconds\"),Ki=nr(\"minutes\"),Qi=nr(\"hours\"),Ji=nr(\"days\"),ta=nr(\"months\"),na=nr(\"years\"),ea=Math.round,ra={s:45,m:45,h:22,d:26,M:11},ia=Math.abs,aa=$t.prototype;aa.abs=We,aa.add=qe,aa.subtract=Ge,aa.as=Ke,aa.asMilliseconds=Ui,aa.asSeconds=$i,aa.asMinutes=Wi,aa.asHours=zi,aa.asDays=qi,aa.asWeeks=Gi,aa.asMonths=Hi,aa.asYears=Vi,aa.valueOf=Qe,aa._bubble=Ve,aa.get=tr,aa.milliseconds=Zi,aa.seconds=Xi,aa.minutes=Ki,aa.hours=Qi,aa.days=Ji,aa.weeks=er,aa.months=ta,aa.years=na,aa.humanize=ur,aa.toISOString=or,aa.toString=or,aa.toJSON=or,aa.locale=Tn,aa.localeData=Fn,aa.toIsoString=w(\"toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)\",or),aa.lang=yi,q(\"X\",0,0,\"unix\"),q(\"x\",0,0,\"valueOf\"),X(\"x\",Ir),X(\"X\",Pr),tt(\"X\",function(t,n,e){e._d=new Date(1e3*parseFloat(t,10))}),tt(\"x\",function(t,n,e){e._d=new Date(_(t))}),e.version=\"2.13.0\",r(Rt),e.fn=Oi,e.min=Yt,e.max=Ut,e.now=li,e.utc=c,e.unix=Me,e.months=Re,e.isDate=a,e.locale=O,e.invalid=d,e.duration=un,e.isMoment=m,e.weekdays=Ye,e.parseZone=Se,e.localeData=B,e.isDuration=Wt,e.monthsShort=je,e.weekdaysMin=$e,e.defineLocale=L,e.updateLocale=I,e.locales=N,e.weekdaysShort=Ue,e.normalizeUnits=R,e.relativeTimeThreshold=ar,e.prototype=Oi;var ua=e;return ua})},{}],105:[function(t,n,e){(function(t){function n(t,n){for(var e=0,r=t.length-1;r>=0;r--){var i=t[r];\".\"===i?t.splice(r,1):\"..\"===i?(t.splice(r,1),e++):e&&(t.splice(r,1),e--)}if(n)for(;e--;e)t.unshift(\"..\");return t}function r(t,n){if(t.filter)return t.filter(n);for(var e=[],r=0;r<t.length;r++)n(t[r],r,t)&&e.push(t[r]);return e}var i=/^(\\/?|)([\\s\\S]*?)((?:\\.{1,2}|[^\\/]+?|)(\\.[^.\\/]*|))(?:[\\/]*)$/,a=function(t){return i.exec(t).slice(1)};e.resolve=function(){for(var e=\"\",i=!1,a=arguments.length-1;a>=-1&&!i;a--){var u=a>=0?arguments[a]:t.cwd();if(\"string\"!=typeof u)throw new TypeError(\"Arguments to path.resolve must be strings\");u&&(e=u+\"/\"+e,i=\"/\"===u.charAt(0))}return e=n(r(e.split(\"/\"),function(t){return!!t}),!i).join(\"/\"),(i?\"/\":\"\")+e||\".\"},e.normalize=function(t){var i=e.isAbsolute(t),a=\"/\"===u(t,-1);return t=n(r(t.split(\"/\"),function(t){return!!t}),!i).join(\"/\"),t||i||(t=\".\"),t&&a&&(t+=\"/\"),(i?\"/\":\"\")+t},e.isAbsolute=function(t){return\"/\"===t.charAt(0)},e.join=function(){var t=Array.prototype.slice.call(arguments,0);return e.normalize(r(t,function(t){if(\"string\"!=typeof t)throw new TypeError(\"Arguments to path.join must be strings\");return t}).join(\"/\"))},e.relative=function(t,n){function r(t){for(var n=0;n<t.length&&\"\"===t[n];n++);for(var e=t.length-1;e>=0&&\"\"===t[e];e--);return n>e?[]:t.slice(n,e-n+1)}t=e.resolve(t).substr(1),n=e.resolve(n).substr(1);for(var i=r(t.split(\"/\")),a=r(n.split(\"/\")),u=Math.min(i.length,a.length),o=u,s=0;u>s;s++)if(i[s]!==a[s]){o=s;break}for(var c=[],s=o;s<i.length;s++)c.push(\"..\");return c=c.concat(a.slice(o)),c.join(\"/\")},e.sep=\"/\",e.delimiter=\":\",e.dirname=function(t){var n=a(t),e=n[0],r=n[1];return e||r?(r&&(r=r.substr(0,r.length-1)),e+r):\".\"},e.basename=function(t,n){var e=a(t)[2];return n&&e.substr(-1*n.length)===n&&(e=e.substr(0,e.length-n.length)),e},e.extname=function(t){return a(t)[3]};var u=\"b\"===\"ab\".substr(-1)?function(t,n,e){return t.substr(n,e)}:function(t,n,e){return 0>n&&(n=t.length+n),t.substr(n,e)}}).call(this,t(\"_process\"))},{_process:106}],106:[function(t,n){function e(){}var r=n.exports={};r.nextTick=function(){var t=\"undefined\"!=typeof window&&window.setImmediate,n=\"undefined\"!=typeof window&&window.MutationObserver,e=\"undefined\"!=typeof window&&window.postMessage&&window.addEventListener;if(t)return function(t){return window.setImmediate(t)};var r=[];if(n){var i=document.createElement(\"div\"),a=new MutationObserver(function(){var t=r.slice();r.length=0,t.forEach(function(t){t()})});return a.observe(i,{attributes:!0}),function(t){r.length||i.setAttribute(\"yes\",\"no\"),r.push(t)}}return e?(window.addEventListener(\"message\",function(t){var n=t.source;if((n===window||null===n)&&\"process-tick\"===t.data&&(t.stopPropagation(),r.length>0)){var e=r.shift();e()}},!0),function(t){r.push(t),window.postMessage(\"process-tick\",\"*\")}):function(t){setTimeout(t,0)}}(),r.title=\"browser\",r.browser=!0,r.env={},r.argv=[],r.on=e,r.addListener=e,r.once=e,r.off=e,r.removeListener=e,r.removeAllListeners=e,r.emit=e,r.binding=function(){throw new Error(\"process.binding is not supported\")},r.cwd=function(){return\"/\"},r.chdir=function(){throw new Error(\"process.chdir is not supported\")}},{}],107:[function(t,n){n.exports={name:\"mermaid\",version:\"7.0.0\",description:\"Markdownish syntax for generating flowcharts, sequence diagrams, class diagrams and gantt charts.\",main:\"src/mermaid.js\",keywords:[\"diagram\",\"markdown\",\"flowchart\",\"sequence diagram\",\"gantt\"],bin:{mermaid:\"./bin/mermaid.js\"},scripts:{live:\"live-server ./test/examples\",lint:\"node node_modules/eslint/bin/eslint.js src\",jison:\"gulp jison_legacy\",karma:\"node node_modules/karma/bin/karma start karma.conf.js --single-run\",watch:\"source ./scripts/watch.sh\",doc:\"rm -r build;rm -r dist/www;gulp vartree;cp dist/www/all.html ../mermaid-pages/index.html;cp dist/mermaid.js ../mermaid-pages/javascripts/lib;cp dist/mermaid.forest.css ../mermaid-pages/stylesheets\",tape:\"node node_modules/tape/bin/tape test/cli_test-*.js\",jasmine:\"npm run jison &&node node_modules/jasmine-es6/bin/jasmine.js\",pretest:\"npm run jison\",test:\"npm run dist && npm run karma && npm run tape\",\"dist-slim-mermaid\":\"node node_modules/browserify/bin/cmd.js src/mermaid.js -t babelify -s mermaid -o dist/mermaid.slim.js -x d3 && cat dist/mermaid.slim.js | node node_modules/uglifyjs/bin/uglifyjs -mc > dist/mermaid.slim.min.js\",\"dist-slim-mermaidAPI\":\"node node_modules/browserify/bin/cmd.js src/mermaidAPI.js -t babelify -s mermaidAPI -o dist/mermaidAPI.slim.js -x d3 && cat dist/mermaidAPI.slim.js | node node_modules/uglifyjs/bin/uglifyjs -mc > dist/mermaidAPI.slim.min.js\",\n\"dist-mermaid\":\"node node_modules/browserify/bin/cmd.js src/mermaid.js -t babelify -s mermaid -o dist/mermaid.js && cat dist/mermaid.js | node node_modules/uglifyjs/bin/uglifyjs -mc > dist/mermaid.min.js\",\"dist-mermaid-nomin\":\"node node_modules/browserify/bin/cmd.js src/mermaid.js -t babelify -s mermaid -o dist/mermaid.js\",\"dist-mermaidAPI\":\"node node_modules/browserify/bin/cmd.js src/mermaidAPI.js -t babelify -s mermaidAPI -o dist/mermaidAPI.js && cat dist/mermaidAPI.js | node node_modules/uglifyjs/bin/uglifyjs -mc > dist/mermaidAPI.min.js\",dist:\"npm run dist-slim-mermaid && npm run dist-slim-mermaidAPI && npm run dist-mermaid && npm run dist-mermaidAPI\"},repository:{type:\"git\",url:\"https://github.com/knsv/mermaid\"},author:\"Knut Sveidqvist\",license:\"MIT\",dependencies:{chalk:\"^0.5.1\",d3:\"3.5.6\",dagre:\"^0.7.4\",\"dagre-d3\":\"0.4.10\",he:\"^0.5.0\",lodash:\"^4.6.1\",minimist:\"^1.1.0\",mkdirp:\"^0.5.0\",moment:\"^2.9.0\",semver:\"^4.1.1\",which:\"^1.0.8\"},devDependencies:{async:\"^0.9.0\",\"babel-eslint\":\"^4.1.3\",babelify:\"^6.4.0\",browserify:\"~6.2.0\",clone:\"^0.2.0\",\"codeclimate-test-reporter\":\"0.0.4\",dateformat:\"^1.0.11\",dox:\"^0.8.0\",eslint:\"^1.6.0\",\"eslint-watch\":\"^2.1.2\",\"event-stream\":\"^3.2.0\",foundation:\"^4.2.1-1\",\"front-matter\":\"^0.2.0\",gulp:\"~3.9.0\",\"gulp-bower\":\"0.0.10\",\"gulp-browserify\":\"^0.5.0\",\"gulp-bump\":\"^0.1.11\",\"gulp-concat\":\"~2.4.1\",\"gulp-data\":\"^1.1.1\",\"gulp-dox\":\"^0.1.6\",\"gulp-ext-replace\":\"^0.2.0\",\"gulp-filelog\":\"^0.4.1\",\"gulp-front-matter\":\"^1.2.3\",\"gulp-hogan\":\"^1.1.0\",\"gulp-if\":\"^1.2.5\",\"gulp-insert\":\"^0.4.0\",\"gulp-istanbul\":\"^0.4.0\",\"gulp-jasmine\":\"~2.1.0\",\"gulp-jasmine-browser\":\"^0.2.3\",\"gulp-jison\":\"~1.2.0\",\"gulp-jshint\":\"^1.9.0\",\"gulp-less\":\"^3.0.1\",\"gulp-livereload\":\"^3.8.0\",\"gulp-marked\":\"^1.0.0\",\"gulp-mdvars\":\"^2.0.0\",\"gulp-qunit\":\"~1.2.1\",\"gulp-rename\":\"~1.2.0\",\"gulp-shell\":\"^0.2.10\",\"gulp-tag-version\":\"^1.2.1\",\"gulp-uglify\":\"~1.0.1\",\"gulp-util\":\"^3.0.7\",\"gulp-vartree\":\"^2.0.1\",\"hogan.js\":\"^3.0.2\",jasmine:\"2.3.2\",\"jasmine-es6\":\"0.0.18\",jison:\"zaach/jison\",jsdom:\"^7.0.2\",\"jshint-stylish\":\"^2.0.1\",karma:\"^0.13.15\",\"karma-babel-preprocessor\":\"^6.0.1\",\"karma-browserify\":\"^4.4.0\",\"karma-jasmine\":\"^0.3.6\",\"karma-phantomjs-launcher\":\"^0.2.1\",\"live-server\":\"^0.9.0\",\"map-stream\":\"0.0.6\",marked:\"^0.3.2\",\"mock-browser\":\"^0.91.34\",path:\"^0.4.9\",phantomjs:\"^2.1.3\",proxyquire:\"^1.7.3\",\"proxyquire-universal\":\"^1.0.8\",proxyquireify:\"^3.0.0\",\"require-dir\":\"^0.3.0\",rewire:\"^2.1.3\",rimraf:\"^2.2.8\",tape:\"^3.0.3\",testdom:\"^2.0.0\",uglifyjs:\"^2.4.10\",\"vinyl-source-stream\":\"^1.1.0\",watchify:\"^3.6.1\"}}},{}],108:[function(t,n){\"use strict\";var e;if(\"undefined\"!=typeof t)try{e=t(\"d3\")}catch(r){}e||(e=window.d3),n.exports=e,function(){var t=!1;if(t=\"tspans\",e.selection.prototype.textwrap)return!1;if(\"undefined\"==typeof t)var t=!1;e.selection.prototype.textwrap=e.selection.enter.prototype.textwrap=function(n,r){var i,r=parseInt(r)||0,a=this,u=function(t){var n=t[0][0],r=n.tagName.toString();if(\"rect\"!==r)return!1;var i={};return i.x=e.select(n).attr(\"x\")||0,i.y=e.select(n).attr(\"y\")||0,i.width=e.select(n).attr(\"width\")||0,i.height=e.select(n).attr(\"height\")||0,i.attr=t.attr,i},o=function(t){if(t.attr||(t.attr=function(t){return this[t]?this[t]:void 0}),\"object\"==typeof t&&\"undefined\"!=typeof t.x&&\"undefined\"!=typeof t.y&&\"undefined\"!=typeof t.width&&\"undefined\"!=typeof t.height)return t;if(\"function\"==typeof Array.isArray&&Array.isArray(t)||\"[object Array]\"===Object.prototype.toString.call(t)){var n=u(t);return n}return!1},s=function(t,n){var e=t;return 0!==n&&(e.x=parseInt(e.x)+n,e.y=parseInt(e.y)+n,e.width-=2*n,e.height-=2*n),e},c=o(n);if(r&&(c=s(c,r)),0!=a.length&&e&&n&&c){n=c;var l,h=function(t){var r=e.select(t[0].parentNode),a=r.select(\"text\"),u=a.style(\"line-height\"),o=a.text();a.remove();var s=r.append(\"foreignObject\");s.attr(\"requiredFeatures\",\"http://www.w3.org/TR/SVG11/feature#Extensibility\").attr(\"x\",n.x).attr(\"y\",n.y).attr(\"width\",n.width).attr(\"height\",n.height);var c=s.append(\"xhtml:div\").attr(\"class\",\"wrapped\");c.style(\"height\",n.height).style(\"width\",n.width).html(o),u&&c.style(\"line-height\",u),i=r.select(\"foreignObject\")},f=function(t){var a,u=t[0],o=u.parentNode,s=e.select(u),c=u.getBBox().height,l=u.getBBox().width,h=c,f=s.style(\"line-height\");if(a=f&&parseInt(f)?parseInt(f.replace(\"px\",\"\")):h,l>n.width){var d=s.text();if(s.text(\"\"),d){var p,g;if(-1!==d.indexOf(\" \")){var p=\" \";g=d.split(\" \")}else{p=\"\";var y=d.length,m=Math.ceil(l/n.width),v=Math.floor(y/m);v*m>=y||m++;for(var _,b,g=[],x=0;m>x;x++)b=x*v,_=d.substr(b,v),g.push(_)}for(var w=[],A=0,k={},x=0;x<g.length;x++){var E,M=g[x],S=s.text(),D=u.getComputedTextLength();E=S?S+p+M:M,s.text(E);var C=u.getComputedTextLength();if(C>n.width&&S&&\"\"!==S&&(A+=D,k={string:S,width:D,offset:A},w.push(k),s.text(\"\"),s.text(M),x==g.length-1&&(E=M,s.text(E),C=u.getComputedTextLength())),x==g.length-1){s.text(\"\");var T=E;T&&\"\"!==T&&(C-A>0&&(C-=A),k={string:T,width:C,offset:A},w.push(k))}}var F;s.text(\"\");for(var x=0;x<w.length;x++){var _=w[x].string;if(x>0){w[x-1]}x*a<n.height-1.5*a&&(F=s.append(\"tspan\").text(_),F.attr(\"dy\",function(){return x>0?a:void 0}),F.attr(\"x\",function(){var t=n.x;return r&&(t+=r),t}))}}}s.attr(\"y\",function(){var t=n.y;return a&&(t+=a),r&&(t+=r),t}),s.attr(\"x\",function(){var t=n.x;return r&&(t+=r),t}),i=e.select(o).selectAll(\"text\")};t&&(\"foreignobjects\"==t?l=h:\"tspans\"==t&&(l=f)),t||(l=\"undefined\"!=typeof SVGForeignObjectElement?h:f);for(var d=0;d<a.length;d++){var p=a[d];l(p)}return i}return a?a:!1}}()},{d3:2}],109:[function(t,n,e){\"use strict\";var r,i=t(\"../../logger\"),a=new i.Log,u=[];r={};e.addClass=function(t){\"undefined\"==typeof r[t]&&(r[t]={id:t,methods:[],members:[]})},e.clear=function(){u=[],r={}},n.exports.getClass=function(t){return r[t]},n.exports.getClasses=function(){return r},n.exports.getRelations=function(){return u},e.addRelation=function(t){a.warn(\"Adding relation: \"+JSON.stringify(t)),e.addClass(t.id1),e.addClass(t.id2),u.push(t)},e.addMembers=function(t,n){var e=r[t];\"string\"==typeof n&&(\")\"===n.substr(-1)?e.methods.push(n):e.members.push(n))},e.cleanupLabel=function(t){return\":\"===t.substring(0,1)?t.substr(2).trim():t.trim()},e.lineType={LINE:0,DOTTED_LINE:1},e.relationType={AGGREGATION:0,EXTENSION:1,COMPOSITION:2,DEPENDENCY:3}},{\"../../logger\":130}],110:[function(t,n){\"use strict\";var e=t(\"./parser/classDiagram\").parser,r=t(\"./classDb\");e.yy=r;var i,a=t(\"../../d3\"),u=t(\"../../logger\"),o=t(\"dagre\"),s=new u.Log;i={};var c=0,l={dividerMargin:10,padding:5,textHeight:14},h=function(t){var n,e=Object.keys(i);for(n=0;n<e.length;n++)if(i[e[n]].label===t)return e[n];return void 0},f=function(t){t.append(\"defs\").append(\"marker\").attr(\"id\",\"extensionStart\").attr(\"class\",\"extension\").attr(\"refX\",0).attr(\"refY\",7).attr(\"markerWidth\",190).attr(\"markerHeight\",240).attr(\"orient\",\"auto\").append(\"path\").attr(\"d\",\"M 1,7 L18,13 V 1 Z\"),t.append(\"defs\").append(\"marker\").attr(\"id\",\"extensionEnd\").attr(\"refX\",19).attr(\"refY\",7).attr(\"markerWidth\",20).attr(\"markerHeight\",28).attr(\"orient\",\"auto\").append(\"path\").attr(\"d\",\"M 1,1 V 13 L18,7 Z\"),t.append(\"defs\").append(\"marker\").attr(\"id\",\"compositionStart\").attr(\"class\",\"extension\").attr(\"refX\",0).attr(\"refY\",7).attr(\"markerWidth\",190).attr(\"markerHeight\",240).attr(\"orient\",\"auto\").append(\"path\").attr(\"d\",\"M 18,7 L9,13 L1,7 L9,1 Z\"),t.append(\"defs\").append(\"marker\").attr(\"id\",\"compositionEnd\").attr(\"refX\",19).attr(\"refY\",7).attr(\"markerWidth\",20).attr(\"markerHeight\",28).attr(\"orient\",\"auto\").append(\"path\").attr(\"d\",\"M 18,7 L9,13 L1,7 L9,1 Z\"),t.append(\"defs\").append(\"marker\").attr(\"id\",\"aggregationStart\").attr(\"class\",\"extension\").attr(\"refX\",0).attr(\"refY\",7).attr(\"markerWidth\",190).attr(\"markerHeight\",240).attr(\"orient\",\"auto\").append(\"path\").attr(\"d\",\"M 18,7 L9,13 L1,7 L9,1 Z\"),t.append(\"defs\").append(\"marker\").attr(\"id\",\"aggregationEnd\").attr(\"refX\",19).attr(\"refY\",7).attr(\"markerWidth\",20).attr(\"markerHeight\",28).attr(\"orient\",\"auto\").append(\"path\").attr(\"d\",\"M 18,7 L9,13 L1,7 L9,1 Z\"),t.append(\"defs\").append(\"marker\").attr(\"id\",\"dependencyStart\").attr(\"class\",\"extension\").attr(\"refX\",0).attr(\"refY\",7).attr(\"markerWidth\",190).attr(\"markerHeight\",240).attr(\"orient\",\"auto\").append(\"path\").attr(\"d\",\"M 5,7 L9,13 L1,7 L9,1 Z\"),t.append(\"defs\").append(\"marker\").attr(\"id\",\"dependencyEnd\").attr(\"refX\",19).attr(\"refY\",7).attr(\"markerWidth\",20).attr(\"markerHeight\",28).attr(\"orient\",\"auto\").append(\"path\").attr(\"d\",\"M 18,7 L9,13 L14,7 L9,1 Z\")},d=0,p=function(t,n,e){var i=function(t){switch(t){case r.relationType.AGGREGATION:return\"aggregation\";case r.relationType.EXTENSION:return\"extension\";case r.relationType.COMPOSITION:return\"composition\";case r.relationType.DEPENDENCY:return\"dependency\"}},u=n.points,o=a.svg.line().x(function(t){return t.x}).y(function(t){return t.y}).interpolate(\"basis\"),s=t.append(\"path\").attr(\"d\",o(u)).attr(\"id\",\"edge\"+d).attr(\"class\",\"relation\"),c=\"\";l.arrowMarkerAbsolute&&(c=window.location.protocol+\"//\"+window.location.host+window.location.pathname+window.location.search,c=c.replace(/\\(/g,\"\\\\(\"),c=c.replace(/\\)/g,\"\\\\)\")),\"none\"!==e.relation.type1&&s.attr(\"marker-start\",\"url(\"+c+\"#\"+i(e.relation.type1)+\"Start)\"),\"none\"!==e.relation.type2&&s.attr(\"marker-end\",\"url(\"+c+\"#\"+i(e.relation.type2)+\"End)\");var h,f,p=n.points.length;if(p%2!==0){var g=n.points[Math.floor(p/2)],y=n.points[Math.ceil(p/2)];h=(g.x+y.x)/2,f=(g.y+y.y)/2}else{var m=n.points[Math.floor(p/2)];h=m.x,f=m.y}if(\"undefined\"!=typeof e.title){var v=t.append(\"g\").attr(\"class\",\"classLabel\"),_=v.append(\"text\").attr(\"class\",\"label\").attr(\"x\",h).attr(\"y\",f).attr(\"fill\",\"red\").attr(\"text-anchor\",\"middle\").text(e.title);window.label=_;var b=_.node().getBBox();v.insert(\"rect\",\":first-child\").attr(\"class\",\"box\").attr(\"x\",b.x-l.padding/2).attr(\"y\",b.y-l.padding/2).attr(\"width\",b.width+2*l.padding/2).attr(\"height\",b.height+2*l.padding/2)}d++},g=function(t,n){s.info(\"Rendering class \"+n);var e=function(t,n,e){var r=t.append(\"tspan\").attr(\"x\",l.padding).text(n);e||r.attr(\"dy\",l.textHeight)},r=\"classId\"+c,a={id:r,label:n.id,width:0,height:0},u=t.append(\"g\").attr(\"id\",r).attr(\"class\",\"classGroup\"),o=u.append(\"text\").attr(\"x\",l.padding).attr(\"y\",l.textHeight+l.padding).text(n.id),h=o.node().getBBox().height,f=u.append(\"line\").attr(\"x1\",0).attr(\"y1\",l.padding+h+l.dividerMargin/2).attr(\"y2\",l.padding+h+l.dividerMargin/2),d=u.append(\"text\").attr(\"x\",l.padding).attr(\"y\",h+l.dividerMargin+l.textHeight).attr(\"fill\",\"white\").attr(\"class\",\"classText\"),p=!0;n.members.forEach(function(t){e(d,t,p),p=!1});var g=d.node().getBBox(),y=u.append(\"line\").attr(\"x1\",0).attr(\"y1\",l.padding+h+3*l.dividerMargin/2+g.height).attr(\"y2\",l.padding+h+3*l.dividerMargin/2+g.height),m=u.append(\"text\").attr(\"x\",l.padding).attr(\"y\",h+2*l.dividerMargin+g.height+l.textHeight).attr(\"fill\",\"white\").attr(\"class\",\"classText\");p=!0,n.methods.forEach(function(t){e(m,t,p),p=!1});var v=u.node().getBBox();return u.insert(\"rect\",\":first-child\").attr(\"x\",0).attr(\"y\",0).attr(\"width\",v.width+2*l.padding).attr(\"height\",v.height+l.padding+.5*l.dividerMargin),f.attr(\"x2\",v.width+2*l.padding),y.attr(\"x2\",v.width+2*l.padding),a.width=v.width+2*l.padding,a.height=v.height+l.padding+.5*l.dividerMargin,i[r]=a,c++,a};n.exports.setConf=function(t){var n=Object.keys(t);n.forEach(function(n){l[n]=t[n]})},n.exports.draw=function(t,n){e.yy.clear(),e.parse(t),s.info(\"Rendering diagram \"+t);var i=a.select(\"#\"+n);f(i);var u=new o.graphlib.Graph({multigraph:!0});u.setGraph({isMultiGraph:!0}),u.setDefaultEdgeLabel(function(){return{}});var c,l=r.getClasses(),d=Object.keys(l);for(c=0;c<d.length;c++){var y=l[d[c]],m=g(i,y);u.setNode(m.id,m),s.info(\"Org height: \"+m.height)}var v=r.getRelations(),c=0;v.forEach(function(t){c+=1,s.info(\"tjoho\"+h(t.id1)+h(t.id2)+JSON.stringify(t)),u.setEdge(h(t.id1),h(t.id2),{relation:t})}),o.layout(u),u.nodes().forEach(function(t){\"undefined\"!=typeof t&&(s.debug(\"Node \"+t+\": \"+JSON.stringify(u.node(t))),a.select(\"#\"+t).attr(\"transform\",\"translate(\"+(u.node(t).x-u.node(t).width/2)+\",\"+(u.node(t).y-u.node(t).height/2)+\" )\"))}),u.edges().forEach(function(t){s.debug(\"Edge \"+t.v+\" -> \"+t.w+\": \"+JSON.stringify(u.edge(t))),p(i,u.edge(t),u.edge(t).relation)}),i.attr(\"height\",\"100%\"),i.attr(\"width\",\"100%\")}},{\"../../d3\":108,\"../../logger\":130,\"./classDb\":109,\"./parser/classDiagram\":111,dagre:52}],111:[function(t,n,e){(function(r){\"use strict\";var i=function(){function t(){this.yy={}}var n=function(t,n,e,r){for(e=e||{},r=t.length;r--;e[t[r]]=n);return e},e=[1,11],r=[1,12],i=[1,13],a=[1,15],u=[1,16],o=[1,17],s=[6,8],c=[1,26],l=[1,27],h=[1,28],f=[1,29],d=[1,30],p=[1,31],g=[6,8,13,17,23,26,27,28,29,30,31],y=[6,8,13,17,23,26,27,28,29,30,31,45,46,47],m=[23,45,46,47],v=[23,30,31,45,46,47],_=[23,26,27,28,29,45,46,47],b=[6,8,13],x=[1,46],w={trace:function(){},yy:{},symbols_:{error:2,mermaidDoc:3,graphConfig:4,CLASS_DIAGRAM:5,NEWLINE:6,statements:7,EOF:8,statement:9,className:10,alphaNumToken:11,relationStatement:12,LABEL:13,classStatement:14,methodStatement:15,CLASS:16,STRUCT_START:17,members:18,STRUCT_STOP:19,MEMBER:20,SEPARATOR:21,relation:22,STR:23,relationType:24,lineType:25,AGGREGATION:26,EXTENSION:27,COMPOSITION:28,DEPENDENCY:29,LINE:30,DOTTED_LINE:31,commentToken:32,textToken:33,graphCodeTokens:34,textNoTagsToken:35,TAGSTART:36,TAGEND:37,\"==\":38,\"--\":39,PCT:40,DEFAULT:41,SPACE:42,MINUS:43,keywords:44,UNICODE_TEXT:45,NUM:46,ALPHA:47,$accept:0,$end:1},terminals_:{2:\"error\",5:\"CLASS_DIAGRAM\",6:\"NEWLINE\",8:\"EOF\",13:\"LABEL\",16:\"CLASS\",17:\"STRUCT_START\",19:\"STRUCT_STOP\",20:\"MEMBER\",21:\"SEPARATOR\",23:\"STR\",26:\"AGGREGATION\",27:\"EXTENSION\",28:\"COMPOSITION\",29:\"DEPENDENCY\",30:\"LINE\",31:\"DOTTED_LINE\",34:\"graphCodeTokens\",36:\"TAGSTART\",37:\"TAGEND\",38:\"==\",39:\"--\",40:\"PCT\",41:\"DEFAULT\",42:\"SPACE\",43:\"MINUS\",44:\"keywords\",45:\"UNICODE_TEXT\",46:\"NUM\",47:\"ALPHA\"},productions_:[0,[3,1],[4,4],[7,1],[7,3],[10,2],[10,1],[9,1],[9,2],[9,1],[9,1],[14,2],[14,5],[18,1],[18,2],[15,1],[15,2],[15,1],[15,1],[12,3],[12,4],[12,4],[12,5],[22,3],[22,2],[22,2],[22,1],[24,1],[24,1],[24,1],[24,1],[25,1],[25,1],[32,1],[32,1],[33,1],[33,1],[33,1],[33,1],[33,1],[33,1],[33,1],[35,1],[35,1],[35,1],[35,1],[11,1],[11,1],[11,1]],performAction:function(t,n,e,r,i,a){var u=a.length-1;switch(i){case 5:this.$=a[u-1]+a[u];break;case 6:this.$=a[u];break;case 7:r.addRelation(a[u]);break;case 8:a[u-1].title=r.cleanupLabel(a[u]),r.addRelation(a[u-1]);break;case 12:r.addMembers(a[u-3],a[u-1]);break;case 13:this.$=[a[u]];break;case 14:a[u].push(a[u-1]),this.$=a[u];break;case 15:break;case 16:r.addMembers(a[u-1],r.cleanupLabel(a[u]));break;case 17:console.warn(\"Member\",a[u]);break;case 18:break;case 19:this.$={id1:a[u-2],id2:a[u],relation:a[u-1],relationTitle1:\"none\",relationTitle2:\"none\"};break;case 20:this.$={id1:a[u-3],id2:a[u],relation:a[u-1],relationTitle1:a[u-2],relationTitle2:\"none\"};break;case 21:this.$={id1:a[u-3],id2:a[u],relation:a[u-2],relationTitle1:\"none\",relationTitle2:a[u-1]};break;case 22:this.$={id1:a[u-4],id2:a[u],relation:a[u-2],relationTitle1:a[u-3],relationTitle2:a[u-1]};break;case 23:this.$={type1:a[u-2],type2:a[u],lineType:a[u-1]};break;case 24:this.$={type1:\"none\",type2:a[u],lineType:a[u-1]};break;case 25:this.$={type1:a[u-1],type2:\"none\",lineType:a[u]};break;case 26:this.$={type1:\"none\",type2:\"none\",lineType:a[u]};break;case 27:this.$=r.relationType.AGGREGATION;break;case 28:this.$=r.relationType.EXTENSION;break;case 29:this.$=r.relationType.COMPOSITION;break;case 30:this.$=r.relationType.DEPENDENCY;break;case 31:this.$=r.lineType.LINE;break;case 32:this.$=r.lineType.DOTTED_LINE}},table:[{3:1,4:2,5:[1,3]},{1:[3]},{1:[2,1]},{6:[1,4]},{7:5,9:6,10:10,11:14,12:7,14:8,15:9,16:e,20:r,21:i,45:a,46:u,47:o},{8:[1,18]},{6:[1,19],8:[2,3]},n(s,[2,7],{13:[1,20]}),n(s,[2,9]),n(s,[2,10]),n(s,[2,15],{22:21,24:24,25:25,13:[1,23],23:[1,22],26:c,27:l,28:h,29:f,30:d,31:p}),{10:32,11:14,45:a,46:u,47:o},n(s,[2,17]),n(s,[2,18]),n(g,[2,6],{11:14,10:33,45:a,46:u,47:o}),n(y,[2,46]),n(y,[2,47]),n(y,[2,48]),{1:[2,2]},{7:34,9:6,10:10,11:14,12:7,14:8,15:9,16:e,20:r,21:i,45:a,46:u,47:o},n(s,[2,8]),{10:35,11:14,23:[1,36],45:a,46:u,47:o},{22:37,24:24,25:25,26:c,27:l,28:h,29:f,30:d,31:p},n(s,[2,16]),{25:38,30:d,31:p},n(m,[2,26],{24:39,26:c,27:l,28:h,29:f}),n(v,[2,27]),n(v,[2,28]),n(v,[2,29]),n(v,[2,30]),n(_,[2,31]),n(_,[2,32]),n(s,[2,11],{17:[1,40]}),n(g,[2,5]),{8:[2,4]},n(b,[2,19]),{10:41,11:14,45:a,46:u,47:o},{10:42,11:14,23:[1,43],45:a,46:u,47:o},n(m,[2,25],{24:44,26:c,27:l,28:h,29:f}),n(m,[2,24]),{18:45,20:x},n(b,[2,21]),n(b,[2,20]),{10:47,11:14,45:a,46:u,47:o},n(m,[2,23]),{19:[1,48]},{18:49,19:[2,13],20:x},n(b,[2,22]),n(s,[2,12]),{19:[2,14]}],defaultActions:{2:[2,1],18:[2,2],34:[2,4],49:[2,14]},parseError:function(t,n){if(!n.recoverable){var e=function(t,n){this.message=t,this.hash=n};throw e.prototype=Error,new e(t,n)}this.trace(t)},parse:function(t){var n=this,e=[0],r=[null],i=[],a=this.table,u=\"\",o=0,s=0,c=0,l=2,h=1,f=i.slice.call(arguments,1),d=Object.create(this.lexer),p={yy:{}};for(var g in this.yy)Object.prototype.hasOwnProperty.call(this.yy,g)&&(p.yy[g]=this.yy[g]);d.setInput(t,p.yy),p.yy.lexer=d,p.yy.parser=this,\"undefined\"==typeof d.yylloc&&(d.yylloc={});var y=d.yylloc;i.push(y);var m=d.options&&d.options.ranges;this.parseError=\"function\"==typeof p.yy.parseError?p.yy.parseError:Object.getPrototypeOf(this).parseError;for(var v,_,b,x,w,A,k,E,M,S=function(){var t;return t=d.lex()||h,\"number\"!=typeof t&&(t=n.symbols_[t]||t),t},D={};;){if(b=e[e.length-1],this.defaultActions[b]?x=this.defaultActions[b]:((null===v||\"undefined\"==typeof v)&&(v=S()),x=a[b]&&a[b][v]),\"undefined\"==typeof x||!x.length||!x[0]){var C=\"\";M=[];for(A in a[b])this.terminals_[A]&&A>l&&M.push(\"'\"+this.terminals_[A]+\"'\");C=d.showPosition?\"Parse error on line \"+(o+1)+\":\\n\"+d.showPosition()+\"\\nExpecting \"+M.join(\", \")+\", got '\"+(this.terminals_[v]||v)+\"'\":\"Parse error on line \"+(o+1)+\": Unexpected \"+(v==h?\"end of input\":\"'\"+(this.terminals_[v]||v)+\"'\"),this.parseError(C,{text:d.match,token:this.terminals_[v]||v,line:d.yylineno,loc:y,expected:M})}if(x[0]instanceof Array&&x.length>1)throw new Error(\"Parse Error: multiple actions possible at state: \"+b+\", token: \"+v);switch(x[0]){case 1:e.push(v),r.push(d.yytext),i.push(d.yylloc),e.push(x[1]),v=null,_?(v=_,_=null):(s=d.yyleng,u=d.yytext,o=d.yylineno,y=d.yylloc,c>0&&c--);break;case 2:if(k=this.productions_[x[1]][1],D.$=r[r.length-k],D._$={first_line:i[i.length-(k||1)].first_line,last_line:i[i.length-1].last_line,first_column:i[i.length-(k||1)].first_column,last_column:i[i.length-1].last_column},m&&(D._$.range=[i[i.length-(k||1)].range[0],i[i.length-1].range[1]]),w=this.performAction.apply(D,[u,s,o,p.yy,x[1],r,i].concat(f)),\"undefined\"!=typeof w)return w;k&&(e=e.slice(0,-1*k*2),r=r.slice(0,-1*k),i=i.slice(0,-1*k)),e.push(this.productions_[x[1]][0]),r.push(D.$),i.push(D._$),E=a[e[e.length-2]][e[e.length-1]],e.push(E);break;case 3:return!0}}return!0}},A=function(){var t={EOF:1,parseError:function(t,n){if(!this.yy.parser)throw new Error(t);this.yy.parser.parseError(t,n)},setInput:function(t,n){return this.yy=n||this.yy||{},this._input=t,this._more=this._backtrack=this.done=!1,this.yylineno=this.yyleng=0,this.yytext=this.matched=this.match=\"\",this.conditionStack=[\"INITIAL\"],this.yylloc={first_line:1,first_column:0,last_line:1,last_column:0},this.options.ranges&&(this.yylloc.range=[0,0]),this.offset=0,this},input:function(){var t=this._input[0];this.yytext+=t,this.yyleng++,this.offset++,this.match+=t,this.matched+=t;var n=t.match(/(?:\\r\\n?|\\n).*/g);return n?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),t},unput:function(t){var n=t.length,e=t.split(/(?:\\r\\n?|\\n)/g);this._input=t+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-n),this.offset-=n;var r=this.match.split(/(?:\\r\\n?|\\n)/g);this.match=this.match.substr(0,this.match.length-1),this.matched=this.matched.substr(0,this.matched.length-1),e.length-1&&(this.yylineno-=e.length-1);var i=this.yylloc.range;return this.yylloc={first_line:this.yylloc.first_line,last_line:this.yylineno+1,first_column:this.yylloc.first_column,last_column:e?(e.length===r.length?this.yylloc.first_column:0)+r[r.length-e.length].length-e[0].length:this.yylloc.first_column-n},this.options.ranges&&(this.yylloc.range=[i[0],i[0]+this.yyleng-n]),this.yyleng=this.yytext.length,this},more:function(){return this._more=!0,this},reject:function(){return this.options.backtrack_lexer?(this._backtrack=!0,this):this.parseError(\"Lexical error on line \"+(this.yylineno+1)+\". You can only invoke reject() in the lexer when the lexer is of the backtracking persuasion (options.backtrack_lexer = true).\\n\"+this.showPosition(),{text:\"\",token:null,line:this.yylineno})},less:function(t){this.unput(this.match.slice(t))},pastInput:function(){var t=this.matched.substr(0,this.matched.length-this.match.length);return(t.length>20?\"...\":\"\")+t.substr(-20).replace(/\\n/g,\"\")},upcomingInput:function(){var t=this.match;return t.length<20&&(t+=this._input.substr(0,20-t.length)),(t.substr(0,20)+(t.length>20?\"...\":\"\")).replace(/\\n/g,\"\")},showPosition:function(){var t=this.pastInput(),n=new Array(t.length+1).join(\"-\");return t+this.upcomingInput()+\"\\n\"+n+\"^\"},test_match:function(t,n){var e,r,i;if(this.options.backtrack_lexer&&(i={yylineno:this.yylineno,yylloc:{first_line:this.yylloc.first_line,last_line:this.last_line,first_column:this.yylloc.first_column,last_column:this.yylloc.last_column},yytext:this.yytext,match:this.match,matches:this.matches,matched:this.matched,yyleng:this.yyleng,offset:this.offset,_more:this._more,_input:this._input,yy:this.yy,conditionStack:this.conditionStack.slice(0),done:this.done},this.options.ranges&&(i.yylloc.range=this.yylloc.range.slice(0))),r=t[0].match(/(?:\\r\\n?|\\n).*/g),r&&(this.yylineno+=r.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:r?r[r.length-1].length-r[r.length-1].match(/\\r?\\n?/)[0].length:this.yylloc.last_column+t[0].length},this.yytext+=t[0],this.match+=t[0],this.matches=t,this.yyleng=this.yytext.length,this.options.ranges&&(this.yylloc.range=[this.offset,this.offset+=this.yyleng]),this._more=!1,this._backtrack=!1,this._input=this._input.slice(t[0].length),this.matched+=t[0],e=this.performAction.call(this,this.yy,this,n,this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),e)return e;if(this._backtrack){for(var a in i)this[a]=i[a];return!1}return!1},next:function(){if(this.done)return this.EOF;this._input||(this.done=!0);var t,n,e,r;this._more||(this.yytext=\"\",this.match=\"\");for(var i=this._currentRules(),a=0;a<i.length;a++)if(e=this._input.match(this.rules[i[a]]),e&&(!n||e[0].length>n[0].length)){if(n=e,r=a,this.options.backtrack_lexer){if(t=this.test_match(e,i[a]),t!==!1)return t;if(this._backtrack){n=!1;continue}return!1}if(!this.options.flex)break}return n?(t=this.test_match(n,i[r]),t!==!1?t:!1):\"\"===this._input?this.EOF:this.parseError(\"Lexical error on line \"+(this.yylineno+1)+\". Unrecognized text.\\n\"+this.showPosition(),{text:\"\",token:null,line:this.yylineno})},lex:function(){var t=this.next();return t?t:this.lex()},begin:function(t){this.conditionStack.push(t)},popState:function(){var t=this.conditionStack.length-1;return t>0?this.conditionStack.pop():this.conditionStack[0]},_currentRules:function(){return this.conditionStack.length&&this.conditionStack[this.conditionStack.length-1]?this.conditions[this.conditionStack[this.conditionStack.length-1]].rules:this.conditions.INITIAL.rules},topState:function(t){return t=this.conditionStack.length-1-Math.abs(t||0),t>=0?this.conditionStack[t]:\"INITIAL\"},pushState:function(t){this.begin(t)},stateStackSize:function(){return this.conditionStack.length},options:{},performAction:function(t,n,e,r){switch(e){case 0:break;case 1:return 6;case 2:break;case 3:return 5;case 4:return this.begin(\"struct\"),17;case 5:return this.popState(),19;case 6:break;case 7:return\"MEMBER\";case 8:return 16;case 9:this.begin(\"string\");break;case 10:this.popState();break;case 11:return\"STR\";case 12:return 27;case 13:return 27;case 14:return 29;case 15:return 29;case 16:return 28;case 17:return 26;case 18:return 30;case 19:return 31;case 20:return 13;case 21:return 43;case 22:return\"DOT\";case 23:return\"PLUS\";case 24:return 40;case 25:return\"EQUALS\";case 26:return\"EQUALS\";case 27:return 47;case 28:return\"PUNCTUATION\";case 29:return 46;case 30:return 45;case 31:return 42;case 32:return 8}},rules:[/^(?:%%[^\\n]*)/,/^(?:\\n+)/,/^(?:\\s+)/,/^(?:classDiagram\\b)/,/^(?:[\\{])/,/^(?:\\})/,/^(?:[\\n])/,/^(?:[^\\{\\}\\n]*)/,/^(?:class\\b)/,/^(?:[\"])/,/^(?:[\"])/,/^(?:[^\"]*)/,/^(?:\\s*<\\|)/,/^(?:\\s*\\|>)/,/^(?:\\s*>)/,/^(?:\\s*<)/,/^(?:\\s*\\*)/,/^(?:\\s*o\\b)/,/^(?:--)/,/^(?:\\.\\.)/,/^(?::[^#\\n;]+)/,/^(?:-)/,/^(?:\\.)/,/^(?:\\+)/,/^(?:%)/,/^(?:=)/,/^(?:=)/,/^(?:[A-Za-z]+)/,/^(?:[!\"#$%&'*+,-.`?\\\\_\\/])/,/^(?:[0-9]+)/,/^(?:[\\u00AA\\u00B5\\u00BA\\u00C0-\\u00D6\\u00D8-\\u00F6]|[\\u00F8-\\u02C1\\u02C6-\\u02D1\\u02E0-\\u02E4\\u02EC\\u02EE\\u0370-\\u0374\\u0376\\u0377]|[\\u037A-\\u037D\\u0386\\u0388-\\u038A\\u038C\\u038E-\\u03A1\\u03A3-\\u03F5]|[\\u03F7-\\u0481\\u048A-\\u0527\\u0531-\\u0556\\u0559\\u0561-\\u0587\\u05D0-\\u05EA]|[\\u05F0-\\u05F2\\u0620-\\u064A\\u066E\\u066F\\u0671-\\u06D3\\u06D5\\u06E5\\u06E6\\u06EE]|[\\u06EF\\u06FA-\\u06FC\\u06FF\\u0710\\u0712-\\u072F\\u074D-\\u07A5\\u07B1\\u07CA-\\u07EA]|[\\u07F4\\u07F5\\u07FA\\u0800-\\u0815\\u081A\\u0824\\u0828\\u0840-\\u0858\\u08A0]|[\\u08A2-\\u08AC\\u0904-\\u0939\\u093D\\u0950\\u0958-\\u0961\\u0971-\\u0977]|[\\u0979-\\u097F\\u0985-\\u098C\\u098F\\u0990\\u0993-\\u09A8\\u09AA-\\u09B0\\u09B2]|[\\u09B6-\\u09B9\\u09BD\\u09CE\\u09DC\\u09DD\\u09DF-\\u09E1\\u09F0\\u09F1\\u0A05-\\u0A0A]|[\\u0A0F\\u0A10\\u0A13-\\u0A28\\u0A2A-\\u0A30\\u0A32\\u0A33\\u0A35\\u0A36\\u0A38\\u0A39]|[\\u0A59-\\u0A5C\\u0A5E\\u0A72-\\u0A74\\u0A85-\\u0A8D\\u0A8F-\\u0A91\\u0A93-\\u0AA8]|[\\u0AAA-\\u0AB0\\u0AB2\\u0AB3\\u0AB5-\\u0AB9\\u0ABD\\u0AD0\\u0AE0\\u0AE1\\u0B05-\\u0B0C]|[\\u0B0F\\u0B10\\u0B13-\\u0B28\\u0B2A-\\u0B30\\u0B32\\u0B33\\u0B35-\\u0B39\\u0B3D\\u0B5C]|[\\u0B5D\\u0B5F-\\u0B61\\u0B71\\u0B83\\u0B85-\\u0B8A\\u0B8E-\\u0B90\\u0B92-\\u0B95\\u0B99]|[\\u0B9A\\u0B9C\\u0B9E\\u0B9F\\u0BA3\\u0BA4\\u0BA8-\\u0BAA\\u0BAE-\\u0BB9\\u0BD0]|[\\u0C05-\\u0C0C\\u0C0E-\\u0C10\\u0C12-\\u0C28\\u0C2A-\\u0C33\\u0C35-\\u0C39\\u0C3D]|[\\u0C58\\u0C59\\u0C60\\u0C61\\u0C85-\\u0C8C\\u0C8E-\\u0C90\\u0C92-\\u0CA8\\u0CAA-\\u0CB3]|[\\u0CB5-\\u0CB9\\u0CBD\\u0CDE\\u0CE0\\u0CE1\\u0CF1\\u0CF2\\u0D05-\\u0D0C\\u0D0E-\\u0D10]|[\\u0D12-\\u0D3A\\u0D3D\\u0D4E\\u0D60\\u0D61\\u0D7A-\\u0D7F\\u0D85-\\u0D96\\u0D9A-\\u0DB1]|[\\u0DB3-\\u0DBB\\u0DBD\\u0DC0-\\u0DC6\\u0E01-\\u0E30\\u0E32\\u0E33\\u0E40-\\u0E46\\u0E81]|[\\u0E82\\u0E84\\u0E87\\u0E88\\u0E8A\\u0E8D\\u0E94-\\u0E97\\u0E99-\\u0E9F\\u0EA1-\\u0EA3]|[\\u0EA5\\u0EA7\\u0EAA\\u0EAB\\u0EAD-\\u0EB0\\u0EB2\\u0EB3\\u0EBD\\u0EC0-\\u0EC4\\u0EC6]|[\\u0EDC-\\u0EDF\\u0F00\\u0F40-\\u0F47\\u0F49-\\u0F6C\\u0F88-\\u0F8C\\u1000-\\u102A]|[\\u103F\\u1050-\\u1055\\u105A-\\u105D\\u1061\\u1065\\u1066\\u106E-\\u1070\\u1075-\\u1081]|[\\u108E\\u10A0-\\u10C5\\u10C7\\u10CD\\u10D0-\\u10FA\\u10FC-\\u1248\\u124A-\\u124D]|[\\u1250-\\u1256\\u1258\\u125A-\\u125D\\u1260-\\u1288\\u128A-\\u128D\\u1290-\\u12B0]|[\\u12B2-\\u12B5\\u12B8-\\u12BE\\u12C0\\u12C2-\\u12C5\\u12C8-\\u12D6\\u12D8-\\u1310]|[\\u1312-\\u1315\\u1318-\\u135A\\u1380-\\u138F\\u13A0-\\u13F4\\u1401-\\u166C]|[\\u166F-\\u167F\\u1681-\\u169A\\u16A0-\\u16EA\\u1700-\\u170C\\u170E-\\u1711]|[\\u1720-\\u1731\\u1740-\\u1751\\u1760-\\u176C\\u176E-\\u1770\\u1780-\\u17B3\\u17D7]|[\\u17DC\\u1820-\\u1877\\u1880-\\u18A8\\u18AA\\u18B0-\\u18F5\\u1900-\\u191C]|[\\u1950-\\u196D\\u1970-\\u1974\\u1980-\\u19AB\\u19C1-\\u19C7\\u1A00-\\u1A16]|[\\u1A20-\\u1A54\\u1AA7\\u1B05-\\u1B33\\u1B45-\\u1B4B\\u1B83-\\u1BA0\\u1BAE\\u1BAF]|[\\u1BBA-\\u1BE5\\u1C00-\\u1C23\\u1C4D-\\u1C4F\\u1C5A-\\u1C7D\\u1CE9-\\u1CEC]|[\\u1CEE-\\u1CF1\\u1CF5\\u1CF6\\u1D00-\\u1DBF\\u1E00-\\u1F15\\u1F18-\\u1F1D]|[\\u1F20-\\u1F45\\u1F48-\\u1F4D\\u1F50-\\u1F57\\u1F59\\u1F5B\\u1F5D\\u1F5F-\\u1F7D]|[\\u1F80-\\u1FB4\\u1FB6-\\u1FBC\\u1FBE\\u1FC2-\\u1FC4\\u1FC6-\\u1FCC\\u1FD0-\\u1FD3]|[\\u1FD6-\\u1FDB\\u1FE0-\\u1FEC\\u1FF2-\\u1FF4\\u1FF6-\\u1FFC\\u2071\\u207F]|[\\u2090-\\u209C\\u2102\\u2107\\u210A-\\u2113\\u2115\\u2119-\\u211D\\u2124\\u2126\\u2128]|[\\u212A-\\u212D\\u212F-\\u2139\\u213C-\\u213F\\u2145-\\u2149\\u214E\\u2183\\u2184]|[\\u2C00-\\u2C2E\\u2C30-\\u2C5E\\u2C60-\\u2CE4\\u2CEB-\\u2CEE\\u2CF2\\u2CF3]|[\\u2D00-\\u2D25\\u2D27\\u2D2D\\u2D30-\\u2D67\\u2D6F\\u2D80-\\u2D96\\u2DA0-\\u2DA6]|[\\u2DA8-\\u2DAE\\u2DB0-\\u2DB6\\u2DB8-\\u2DBE\\u2DC0-\\u2DC6\\u2DC8-\\u2DCE]|[\\u2DD0-\\u2DD6\\u2DD8-\\u2DDE\\u2E2F\\u3005\\u3006\\u3031-\\u3035\\u303B\\u303C]|[\\u3041-\\u3096\\u309D-\\u309F\\u30A1-\\u30FA\\u30FC-\\u30FF\\u3105-\\u312D]|[\\u3131-\\u318E\\u31A0-\\u31BA\\u31F0-\\u31FF\\u3400-\\u4DB5\\u4E00-\\u9FCC]|[\\uA000-\\uA48C\\uA4D0-\\uA4FD\\uA500-\\uA60C\\uA610-\\uA61F\\uA62A\\uA62B]|[\\uA640-\\uA66E\\uA67F-\\uA697\\uA6A0-\\uA6E5\\uA717-\\uA71F\\uA722-\\uA788]|[\\uA78B-\\uA78E\\uA790-\\uA793\\uA7A0-\\uA7AA\\uA7F8-\\uA801\\uA803-\\uA805]|[\\uA807-\\uA80A\\uA80C-\\uA822\\uA840-\\uA873\\uA882-\\uA8B3\\uA8F2-\\uA8F7\\uA8FB]|[\\uA90A-\\uA925\\uA930-\\uA946\\uA960-\\uA97C\\uA984-\\uA9B2\\uA9CF\\uAA00-\\uAA28]|[\\uAA40-\\uAA42\\uAA44-\\uAA4B\\uAA60-\\uAA76\\uAA7A\\uAA80-\\uAAAF\\uAAB1\\uAAB5]|[\\uAAB6\\uAAB9-\\uAABD\\uAAC0\\uAAC2\\uAADB-\\uAADD\\uAAE0-\\uAAEA\\uAAF2-\\uAAF4]|[\\uAB01-\\uAB06\\uAB09-\\uAB0E\\uAB11-\\uAB16\\uAB20-\\uAB26\\uAB28-\\uAB2E]|[\\uABC0-\\uABE2\\uAC00-\\uD7A3\\uD7B0-\\uD7C6\\uD7CB-\\uD7FB\\uF900-\\uFA6D]|[\\uFA70-\\uFAD9\\uFB00-\\uFB06\\uFB13-\\uFB17\\uFB1D\\uFB1F-\\uFB28\\uFB2A-\\uFB36]|[\\uFB38-\\uFB3C\\uFB3E\\uFB40\\uFB41\\uFB43\\uFB44\\uFB46-\\uFBB1\\uFBD3-\\uFD3D]|[\\uFD50-\\uFD8F\\uFD92-\\uFDC7\\uFDF0-\\uFDFB\\uFE70-\\uFE74\\uFE76-\\uFEFC]|[\\uFF21-\\uFF3A\\uFF41-\\uFF5A\\uFF66-\\uFFBE\\uFFC2-\\uFFC7\\uFFCA-\\uFFCF]|[\\uFFD2-\\uFFD7\\uFFDA-\\uFFDC])/,/^(?:\\s)/,/^(?:$)/],conditions:{string:{rules:[10,11],inclusive:!1},struct:{rules:[5,6,7],inclusive:!1},INITIAL:{rules:[0,1,2,3,4,8,9,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32],inclusive:!0}}};return t}();return w.lexer=A,t.prototype=w,w.Parser=t,new t}();\"undefined\"!=typeof t&&\"undefined\"!=typeof e&&(e.parser=i,e.Parser=i.Parser,e.parse=function(){return i.parse.apply(i,arguments)},e.main=function(n){n[1]||(console.log(\"Usage: \"+n[0]+\" FILE\"),r.exit(1));var i=t(\"fs\").readFileSync(t(\"path\").normalize(n[1]),\"utf8\");return e.parser.parse(i)},\"undefined\"!=typeof n&&t.main===n&&e.main(r.argv.slice(1)))}).call(this,t(\"_process\"))},{_process:106,fs:1,path:105}],112:[function(t,n,e){(function(n){\"use strict\";var r=t(\"../../logger\"),i=new r.Log,a=\"\",u=!1;e.setMessage=function(t){i.debug(\"Setting message to: \"+t),a=t},e.getMessage=function(){return a},e.setInfo=function(t){u=t},e.getInfo=function(){return u},e.parseError=function(t,e){n.mermaidAPI.parseError(t,e)}}).call(this,\"undefined\"!=typeof global?global:\"undefined\"!=typeof self?self:\"undefined\"!=typeof window?window:{})},{\"../../logger\":130}],113:[function(t,n,e){\"use strict\";var r=t(\"./exampleDb\"),i=t(\"./parser/example.js\"),a=t(\"../../d3\"),u=t(\"../../logger\"),o=new u.Log;e.draw=function(t,n,e){var u;u=i.parser,u.yy=r,o.debug(\"Renering example diagram\"),u.parse(t);var s=a.select(\"#\"+n),c=s.append(\"g\");c.append(\"text\").attr(\"x\",100).attr(\"y\",40).attr(\"class\",\"version\").attr(\"font-size\",\"32px\").style(\"text-anchor\",\"middle\").text(\"mermaid \"+e),s.attr(\"height\",100),s.attr(\"width\",400)}},{\"../../d3\":108,\"../../logger\":130,\"./exampleDb\":112,\"./parser/example.js\":114}],114:[function(t,n,e){(function(r){\"use strict\";var i=function(){function t(){this.yy={}}var n=function(t,n,e,r){for(e=e||{},r=t.length;r--;e[t[r]]=n);return e},e=[6,9,10,12],r={trace:function(){},yy:{},symbols_:{error:2,start:3,info:4,document:5,EOF:6,line:7,statement:8,NL:9,showInfo:10,message:11,say:12,TXT:13,$accept:0,$end:1},terminals_:{2:\"error\",4:\"info\",6:\"EOF\",9:\"NL\",10:\"showInfo\",12:\"say\",13:\"TXT\"},productions_:[0,[3,3],[5,0],[5,2],[7,1],[7,1],[8,1],[8,1],[11,2]],performAction:function(t,n,e,r,i,a){var u=a.length-1;switch(i){case 1:return r;case 4:break;case 6:r.setInfo(!0);break;case 7:r.setMessage(a[u]);break;case 8:this.$=a[u-1].substring(1).trim().replace(/\\\\n/gm,\"\\n\")}},table:[{3:1,4:[1,2]},{1:[3]},n(e,[2,2],{5:3}),{6:[1,4],7:5,8:6,9:[1,7],10:[1,8],11:9,12:[1,10]},{1:[2,1]},n(e,[2,3]),n(e,[2,4]),n(e,[2,5]),n(e,[2,6]),n(e,[2,7]),{13:[1,11]},n(e,[2,8])],defaultActions:{4:[2,1]},parseError:function(t,n){if(!n.recoverable){var e=function(t,n){this.message=t,this.hash=n};throw e.prototype=Error,new e(t,n)}this.trace(t)},parse:function(t){var n=this,e=[0],r=[null],i=[],a=this.table,u=\"\",o=0,s=0,c=0,l=2,h=1,f=i.slice.call(arguments,1),d=Object.create(this.lexer),p={\nyy:{}};for(var g in this.yy)Object.prototype.hasOwnProperty.call(this.yy,g)&&(p.yy[g]=this.yy[g]);d.setInput(t,p.yy),p.yy.lexer=d,p.yy.parser=this,\"undefined\"==typeof d.yylloc&&(d.yylloc={});var y=d.yylloc;i.push(y);var m=d.options&&d.options.ranges;this.parseError=\"function\"==typeof p.yy.parseError?p.yy.parseError:Object.getPrototypeOf(this).parseError;for(var v,_,b,x,w,A,k,E,M,S=function(){var t;return t=d.lex()||h,\"number\"!=typeof t&&(t=n.symbols_[t]||t),t},D={};;){if(b=e[e.length-1],this.defaultActions[b]?x=this.defaultActions[b]:((null===v||\"undefined\"==typeof v)&&(v=S()),x=a[b]&&a[b][v]),\"undefined\"==typeof x||!x.length||!x[0]){var C=\"\";M=[];for(A in a[b])this.terminals_[A]&&A>l&&M.push(\"'\"+this.terminals_[A]+\"'\");C=d.showPosition?\"Parse error on line \"+(o+1)+\":\\n\"+d.showPosition()+\"\\nExpecting \"+M.join(\", \")+\", got '\"+(this.terminals_[v]||v)+\"'\":\"Parse error on line \"+(o+1)+\": Unexpected \"+(v==h?\"end of input\":\"'\"+(this.terminals_[v]||v)+\"'\"),this.parseError(C,{text:d.match,token:this.terminals_[v]||v,line:d.yylineno,loc:y,expected:M})}if(x[0]instanceof Array&&x.length>1)throw new Error(\"Parse Error: multiple actions possible at state: \"+b+\", token: \"+v);switch(x[0]){case 1:e.push(v),r.push(d.yytext),i.push(d.yylloc),e.push(x[1]),v=null,_?(v=_,_=null):(s=d.yyleng,u=d.yytext,o=d.yylineno,y=d.yylloc,c>0&&c--);break;case 2:if(k=this.productions_[x[1]][1],D.$=r[r.length-k],D._$={first_line:i[i.length-(k||1)].first_line,last_line:i[i.length-1].last_line,first_column:i[i.length-(k||1)].first_column,last_column:i[i.length-1].last_column},m&&(D._$.range=[i[i.length-(k||1)].range[0],i[i.length-1].range[1]]),w=this.performAction.apply(D,[u,s,o,p.yy,x[1],r,i].concat(f)),\"undefined\"!=typeof w)return w;k&&(e=e.slice(0,-1*k*2),r=r.slice(0,-1*k),i=i.slice(0,-1*k)),e.push(this.productions_[x[1]][0]),r.push(D.$),i.push(D._$),E=a[e[e.length-2]][e[e.length-1]],e.push(E);break;case 3:return!0}}return!0}},i=function(){var t={EOF:1,parseError:function(t,n){if(!this.yy.parser)throw new Error(t);this.yy.parser.parseError(t,n)},setInput:function(t,n){return this.yy=n||this.yy||{},this._input=t,this._more=this._backtrack=this.done=!1,this.yylineno=this.yyleng=0,this.yytext=this.matched=this.match=\"\",this.conditionStack=[\"INITIAL\"],this.yylloc={first_line:1,first_column:0,last_line:1,last_column:0},this.options.ranges&&(this.yylloc.range=[0,0]),this.offset=0,this},input:function(){var t=this._input[0];this.yytext+=t,this.yyleng++,this.offset++,this.match+=t,this.matched+=t;var n=t.match(/(?:\\r\\n?|\\n).*/g);return n?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),t},unput:function(t){var n=t.length,e=t.split(/(?:\\r\\n?|\\n)/g);this._input=t+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-n),this.offset-=n;var r=this.match.split(/(?:\\r\\n?|\\n)/g);this.match=this.match.substr(0,this.match.length-1),this.matched=this.matched.substr(0,this.matched.length-1),e.length-1&&(this.yylineno-=e.length-1);var i=this.yylloc.range;return this.yylloc={first_line:this.yylloc.first_line,last_line:this.yylineno+1,first_column:this.yylloc.first_column,last_column:e?(e.length===r.length?this.yylloc.first_column:0)+r[r.length-e.length].length-e[0].length:this.yylloc.first_column-n},this.options.ranges&&(this.yylloc.range=[i[0],i[0]+this.yyleng-n]),this.yyleng=this.yytext.length,this},more:function(){return this._more=!0,this},reject:function(){return this.options.backtrack_lexer?(this._backtrack=!0,this):this.parseError(\"Lexical error on line \"+(this.yylineno+1)+\". You can only invoke reject() in the lexer when the lexer is of the backtracking persuasion (options.backtrack_lexer = true).\\n\"+this.showPosition(),{text:\"\",token:null,line:this.yylineno})},less:function(t){this.unput(this.match.slice(t))},pastInput:function(){var t=this.matched.substr(0,this.matched.length-this.match.length);return(t.length>20?\"...\":\"\")+t.substr(-20).replace(/\\n/g,\"\")},upcomingInput:function(){var t=this.match;return t.length<20&&(t+=this._input.substr(0,20-t.length)),(t.substr(0,20)+(t.length>20?\"...\":\"\")).replace(/\\n/g,\"\")},showPosition:function(){var t=this.pastInput(),n=new Array(t.length+1).join(\"-\");return t+this.upcomingInput()+\"\\n\"+n+\"^\"},test_match:function(t,n){var e,r,i;if(this.options.backtrack_lexer&&(i={yylineno:this.yylineno,yylloc:{first_line:this.yylloc.first_line,last_line:this.last_line,first_column:this.yylloc.first_column,last_column:this.yylloc.last_column},yytext:this.yytext,match:this.match,matches:this.matches,matched:this.matched,yyleng:this.yyleng,offset:this.offset,_more:this._more,_input:this._input,yy:this.yy,conditionStack:this.conditionStack.slice(0),done:this.done},this.options.ranges&&(i.yylloc.range=this.yylloc.range.slice(0))),r=t[0].match(/(?:\\r\\n?|\\n).*/g),r&&(this.yylineno+=r.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:r?r[r.length-1].length-r[r.length-1].match(/\\r?\\n?/)[0].length:this.yylloc.last_column+t[0].length},this.yytext+=t[0],this.match+=t[0],this.matches=t,this.yyleng=this.yytext.length,this.options.ranges&&(this.yylloc.range=[this.offset,this.offset+=this.yyleng]),this._more=!1,this._backtrack=!1,this._input=this._input.slice(t[0].length),this.matched+=t[0],e=this.performAction.call(this,this.yy,this,n,this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),e)return e;if(this._backtrack){for(var a in i)this[a]=i[a];return!1}return!1},next:function(){if(this.done)return this.EOF;this._input||(this.done=!0);var t,n,e,r;this._more||(this.yytext=\"\",this.match=\"\");for(var i=this._currentRules(),a=0;a<i.length;a++)if(e=this._input.match(this.rules[i[a]]),e&&(!n||e[0].length>n[0].length)){if(n=e,r=a,this.options.backtrack_lexer){if(t=this.test_match(e,i[a]),t!==!1)return t;if(this._backtrack){n=!1;continue}return!1}if(!this.options.flex)break}return n?(t=this.test_match(n,i[r]),t!==!1?t:!1):\"\"===this._input?this.EOF:this.parseError(\"Lexical error on line \"+(this.yylineno+1)+\". Unrecognized text.\\n\"+this.showPosition(),{text:\"\",token:null,line:this.yylineno})},lex:function(){var t=this.next();return t?t:this.lex()},begin:function(t){this.conditionStack.push(t)},popState:function(){var t=this.conditionStack.length-1;return t>0?this.conditionStack.pop():this.conditionStack[0]},_currentRules:function(){return this.conditionStack.length&&this.conditionStack[this.conditionStack.length-1]?this.conditions[this.conditionStack[this.conditionStack.length-1]].rules:this.conditions.INITIAL.rules},topState:function(t){return t=this.conditionStack.length-1-Math.abs(t||0),t>=0?this.conditionStack[t]:\"INITIAL\"},pushState:function(t){this.begin(t)},stateStackSize:function(){return this.conditionStack.length},options:{\"case-insensitive\":!0},performAction:function(t,n,e,r){switch(e){case 0:return 9;case 1:return 10;case 2:return 4;case 3:return 12;case 4:return 13;case 5:return 6;case 6:return\"INVALID\"}},rules:[/^(?:[\\n]+)/i,/^(?:showInfo\\b)/i,/^(?:info\\b)/i,/^(?:say\\b)/i,/^(?::[^#\\n;]+)/i,/^(?:$)/i,/^(?:.)/i],conditions:{INITIAL:{rules:[0,1,2,3,4,5,6],inclusive:!0}}};return t}();return r.lexer=i,t.prototype=r,r.Parser=t,new t}();\"undefined\"!=typeof t&&\"undefined\"!=typeof e&&(e.parser=i,e.Parser=i.Parser,e.parse=function(){return i.parse.apply(i,arguments)},e.main=function(n){n[1]||(console.log(\"Usage: \"+n[0]+\" FILE\"),r.exit(1));var i=t(\"fs\").readFileSync(t(\"path\").normalize(n[1]),\"utf8\");return e.parser.parse(i)},\"undefined\"!=typeof n&&t.main===n&&e.main(r.argv.slice(1)))}).call(this,t(\"_process\"))},{_process:106,fs:1,path:105}],115:[function(t,n){\"use strict\";var e,r=t(\"../../logger\"),i=new r.Log;if(t)try{e=t(\"dagre-d3\")}catch(a){i.debug(\"Could not load dagre-d3\")}e||(e=window.dagreD3),n.exports=e},{\"../../logger\":130,\"dagre-d3\":3}],116:[function(t,n,e){\"use strict\";var r=t(\"./graphDb\"),i=t(\"./parser/flow\"),a=t(\"./parser/dot\"),u=t(\"../../d3\"),o=t(\"./dagre-d3\"),s=t(\"../../logger\"),c=new s.Log,l={};n.exports.setConf=function(t){var n,e=Object.keys(t);for(n=0;n<e.length;n++)l[e[n]]=t[e[n]]},e.addVertices=function(t,n){var e=Object.keys(t),r=function(t,n){var e;for(e=0;e<n.length;e++)\"undefined\"!=typeof n[e]&&(t=t+n[e]+\";\");return t};e.forEach(function(e){var i,a=t[e],u=\"\";a.classes.length>0&&(u=a.classes.join(\" \"));var o=\"\";o=r(o,a.styles),i=\"undefined\"==typeof a.text?a.id:a.text;var s=\"\";if(l.htmlLabels)s=\"html\",i=i.replace(/fa:fa[\\w\\-]+/g,function(t){return'<i class=\"fa '+t.substring(3)+'\"></i>'});else{var c=document.createElementNS(\"http://www.w3.org/2000/svg\",\"text\"),h=i.split(/<br>/),f=0;for(f=0;f<h.length;f++){var d=document.createElementNS(\"http://www.w3.org/2000/svg\",\"tspan\");d.setAttributeNS(\"http://www.w3.org/XML/1998/namespace\",\"xml:space\",\"preserve\"),d.setAttribute(\"dy\",\"1em\"),d.setAttribute(\"x\",\"1\"),d.textContent=h[f],c.appendChild(d)}s=\"svg\",i=c}var p=0,g=\"\";switch(a.type){case\"round\":p=5,g=\"rect\";break;case\"square\":g=\"rect\";break;case\"diamond\":g=\"question\";break;case\"odd\":g=\"rect_left_inv_arrow\";break;case\"odd_right\":g=\"rect_left_inv_arrow\";break;case\"circle\":g=\"circle\";break;case\"ellipse\":g=\"ellipse\";break;case\"group\":g=\"rect\",i=l.htmlLabels?\"\":document.createElementNS(\"http://www.w3.org/2000/svg\",\"text\");break;default:g=\"rect\"}n.setNode(a.id,{labelType:s,shape:g,label:i,rx:p,ry:p,\"class\":u,style:o,id:a.id})})},e.addEdges=function(t,n){var e,r=0;\"undefined\"!=typeof t.defaultStyle&&(e=t.defaultStyle.toString().replace(/,/g,\";\")),t.forEach(function(i){r++;var a={};a.arrowhead=\"arrow_open\"===i.type?\"none\":\"normal\";var u=\"\";if(\"undefined\"!=typeof i.style)i.style.forEach(function(t){u=u+t+\";\"});else switch(i.stroke){case\"normal\":u=\"fill:none\",\"undefined\"!=typeof e&&(u=e);break;case\"dotted\":u=\"stroke: #333; fill:none;stroke-width:2px;stroke-dasharray:3;\";break;case\"thick\":u=\"stroke: #333; stroke-width: 3.5px;fill:none\"}a.style=u,\"undefined\"!=typeof i.interpolate?a.lineInterpolate=i.interpolate:\"undefined\"!=typeof t.defaultInterpolate&&(a.lineInterpolate=t.defaultInterpolate),\"undefined\"==typeof i.text?\"undefined\"!=typeof i.style&&(a.arrowheadStyle=\"fill: #333\"):(a.arrowheadStyle=\"fill: #333\",\"undefined\"==typeof i.style?(a.labelpos=\"c\",l.htmlLabels?(a.labelType=\"html\",a.label='<span class=\"edgeLabel\">'+i.text+\"</span>\"):(a.labelType=\"text\",a.style=\"stroke: #333; stroke-width: 1.5px;fill:none\",a.label=i.text.replace(/<br>/g,\"\\n\"))):a.label=i.text.replace(/<br>/g,\"\\n\")),n.setEdge(i.start,i.end,a,r)})},e.getClasses=function(t,n){var e;r.clear(),e=n?a.parser:i.parser,e.yy=r,e.parse(t);var u=r.getClasses();return\"undefined\"==typeof u[\"default\"]&&(u[\"default\"]={id:\"default\"},u[\"default\"].styles=[],u[\"default\"].clusterStyles=[\"rx:4px\",\"fill: rgb(255, 255, 222)\",\"rx: 4px\",\"stroke: rgb(170, 170, 51)\",\"stroke-width: 1px\"],u[\"default\"].nodeLabelStyles=[\"fill:#000\",\"stroke:none\",\"font-weight:300\",'font-family:\"Helvetica Neue\",Helvetica,Arial,sans-serf',\"font-size:14px\"],u[\"default\"].edgeLabelStyles=[\"fill:#000\",\"stroke:none\",\"font-weight:300\",'font-family:\"Helvetica Neue\",Helvetica,Arial,sans-serf',\"font-size:14px\"]),u},e.draw=function(t,n,s){c.debug(\"Drawing flowchart\");var h;r.clear(),h=s?a.parser:i.parser,h.yy=r;try{h.parse(t)}catch(f){c.debug(\"Parsing failed\")}var d;d=r.getDirection(),\"undefined\"==typeof d&&(d=\"TD\");var p,g=new o.graphlib.Graph({multigraph:!0,compound:!0}).setGraph({rankdir:d,marginx:20,marginy:20}).setDefaultEdgeLabel(function(){return{}}),y=r.getSubGraphs(),m=0;for(m=y.length-1;m>=0;m--)p=y[m],r.addVertex(p.id,p.title,\"group\",void 0);var v=r.getVertices(),_=r.getEdges();m=0;var b;for(m=y.length-1;m>=0;m--)for(p=y[m],u.selectAll(\"cluster\").append(\"text\"),b=0;b<p.nodes.length;b++)g.setParent(p.nodes[b],p.id);e.addVertices(v,g),e.addEdges(_,g);var x=new o.render;x.shapes().question=function(t,n,e){var r=n.width,i=n.height,a=.8*(r+i),u=[{x:a/2,y:0},{x:a,y:-a/2},{x:a/2,y:-a},{x:0,y:-a/2}],s=t.insert(\"polygon\",\":first-child\").attr(\"points\",u.map(function(t){return t.x+\",\"+t.y}).join(\" \")).attr(\"rx\",5).attr(\"ry\",5).attr(\"transform\",\"translate(\"+-a/2+\",\"+2*a/4+\")\");return e.intersect=function(t){return o.intersect.polygon(e,u,t)},s},x.shapes().rect_left_inv_arrow=function(t,n,e){var r=n.width,i=n.height,a=[{x:-i/2,y:0},{x:r,y:0},{x:r,y:-i},{x:-i/2,y:-i},{x:0,y:-i/2}],u=t.insert(\"polygon\",\":first-child\").attr(\"points\",a.map(function(t){return t.x+\",\"+t.y}).join(\" \")).attr(\"transform\",\"translate(\"+-r/2+\",\"+2*i/4+\")\");return e.intersect=function(t){return o.intersect.polygon(e,a,t)},u},x.shapes().rect_right_inv_arrow=function(t,n,e){var r=n.width,i=n.height,a=[{x:0,y:0},{x:r+i/2,y:0},{x:r,y:-i/2},{x:r+i/2,y:-i},{x:0,y:-i}],u=t.insert(\"polygon\",\":first-child\").attr(\"points\",a.map(function(t){return t.x+\",\"+t.y}).join(\" \")).attr(\"transform\",\"translate(\"+-r/2+\",\"+2*i/4+\")\");return e.intersect=function(t){return o.intersect.polygon(e,a,t)},u},x.arrows().none=function(t,n,e,r){var i=t.append(\"marker\").attr(\"id\",n).attr(\"viewBox\",\"0 0 10 10\").attr(\"refX\",9).attr(\"refY\",5).attr(\"markerUnits\",\"strokeWidth\").attr(\"markerWidth\",8).attr(\"markerHeight\",6).attr(\"orient\",\"auto\"),a=i.append(\"path\").attr(\"d\",\"M 0 0 L 0 0 L 0 0 z\");o.util.applyStyle(a,e[r+\"Style\"])},x.arrows().normal=function(t,n){{var e=t.append(\"marker\").attr(\"id\",n).attr(\"viewBox\",\"0 0 10 10\").attr(\"refX\",9).attr(\"refY\",5).attr(\"markerUnits\",\"strokeWidth\").attr(\"markerWidth\",8).attr(\"markerHeight\",6).attr(\"orient\",\"auto\");e.append(\"path\").attr(\"d\",\"M 0 0 L 10 5 L 0 10 z\").attr(\"class\",\"arrowheadPath\").style(\"stroke-width\",1).style(\"stroke-dasharray\",\"1,0\")}};var w=u.select(\"#\"+n),A=u.select(\"#\"+n+\" g\");for(x(A,g),A.selectAll(\"g.node\").attr(\"title\",function(){return r.getTooltip(this.id)}),l.useMaxWidth?(w.attr(\"height\",\"100%\"),w.attr(\"width\",l.width),w.attr(\"viewBox\",\"0 0 \"+(g.graph().width+20)+\" \"+(g.graph().height+20)),w.attr(\"style\",\"max-width:\"+(g.graph().width+20)+\"px;\")):(w.attr(\"height\",g.graph().height),\"undefined\"==typeof l.width?w.attr(\"width\",g.graph().width):w.attr(\"width\",l.width),w.attr(\"viewBox\",\"0 0 \"+(g.graph().width+20)+\" \"+(g.graph().height+20))),r.indexNodes(\"subGraph\"+m),m=0;m<y.length;m++)if(p=y[m],\"undefined\"!==p.title){var k=document.querySelectorAll(\"#\"+n+\" #\"+p.id+\" rect\"),E=document.querySelectorAll(\"#\"+n+\" #\"+p.id),M=k[0].x.baseVal.value,S=k[0].y.baseVal.value,D=k[0].width.baseVal.value,C=u.select(E[0]),T=C.append(\"text\");T.attr(\"x\",M+D/2),T.attr(\"y\",S+14),T.attr(\"fill\",\"black\"),T.attr(\"stroke\",\"none\"),T.attr(\"id\",n+\"Text\"),T.style(\"text-anchor\",\"middle\"),T.text(\"undefined\"==typeof p.title?\"Undef\":p.title)}if(!l.htmlLabels){var m,F=document.querySelectorAll(\"#\"+n+\" .edgeLabel .label\");for(m=0;m<F.length;m++){var O=F[m],L=O.getBBox(),I=document.createElementNS(\"http://www.w3.org/2000/svg\",\"rect\");I.setAttribute(\"rx\",0),I.setAttribute(\"ry\",0),I.setAttribute(\"width\",L.width),I.setAttribute(\"height\",L.height),I.setAttribute(\"style\",\"fill:#e8e8e8;\"),O.insertBefore(I,O.firstChild)}}}},{\"../../d3\":108,\"../../logger\":130,\"./dagre-d3\":115,\"./graphDb\":117,\"./parser/dot\":118,\"./parser/flow\":119}],117:[function(require,module,exports){(function(global){\"use strict\";var Logger=require(\"../../logger\"),log=new Logger.Log,utils=require(\"../../utils\"),d3=require(\"../../d3\"),vertices={},edges=[],classes=[],subGraphs=[],tooltips={},subCount=0,direction,funs=[];exports.addVertex=function(t,n,e,r){var i;\"undefined\"!=typeof t&&0!==t.trim().length&&(\"undefined\"==typeof vertices[t]&&(vertices[t]={id:t,styles:[],classes:[]}),\"undefined\"!=typeof n&&(i=n.trim(),'\"'===i[0]&&'\"'===i[i.length-1]&&(i=i.substring(1,i.length-1)),vertices[t].text=i),\"undefined\"!=typeof e&&(vertices[t].type=e),\"undefined\"!=typeof e&&(vertices[t].type=e),\"undefined\"!=typeof r&&null!==r&&r.forEach(function(n){vertices[t].styles.push(n)}))},exports.addLink=function(t,n,e,r){log.info(\"Got edge...\",t,n);var i={start:t,end:n,type:void 0,text:\"\"};r=e.text,\"undefined\"!=typeof r&&(i.text=r.trim(),'\"'===i.text[0]&&'\"'===i.text[i.text.length-1]&&(i.text=i.text.substring(1,i.text.length-1))),\"undefined\"!=typeof e&&(i.type=e.type,i.stroke=e.stroke),edges.push(i)},exports.updateLinkInterpolate=function(t,n){\"default\"===t?edges.defaultInterpolate=n:edges[t].interpolate=n},exports.updateLink=function(t,n){\"default\"===t?edges.defaultStyle=n:(-1===utils.isSubstringInArray(\"fill\",n)&&n.push(\"fill:none\"),edges[t].style=n)},exports.addClass=function(t,n){\"undefined\"==typeof classes[t]&&(classes[t]={id:t,styles:[]}),\"undefined\"!=typeof n&&null!==n&&n.forEach(function(n){classes[t].styles.push(n)})},exports.setDirection=function(t){direction=t},exports.setClass=function(t,n){t.indexOf(\",\")>0?t.split(\",\").forEach(function(t){\"undefined\"!=typeof vertices[t]&&vertices[t].classes.push(n)}):\"undefined\"!=typeof vertices[t]&&vertices[t].classes.push(n)};var setTooltip=function(t,n){\"undefined\"!=typeof n&&(tooltips[t]=n)},setClickFun=function setClickFun(id,functionName){\"undefined\"!=typeof functionName&&\"undefined\"!=typeof vertices[id]&&funs.push(function(element){var elem=d3.select(element).select(\"#\"+id);null!==elem&&elem.on(\"click\",function(){eval(functionName+\"('\"+id+\"')\")})})},setLink=function(t,n){\"undefined\"!=typeof n&&\"undefined\"!=typeof vertices[t]&&funs.push(function(e){var r=d3.select(e).select(\"#\"+t);null!==r&&r.on(\"click\",function(){window.open(n,\"newTab\")})})};exports.getTooltip=function(t){return tooltips[t]},exports.setClickEvent=function(t,n,e,r){t.indexOf(\",\")>0?t.split(\",\").forEach(function(t){setTooltip(t,r),setClickFun(t,n),setLink(t,e)}):(setTooltip(t,r),setClickFun(t,n),setLink(t,e))},exports.bindFunctions=function(t){funs.forEach(function(n){n(t)})},exports.getDirection=function(){return direction},exports.getVertices=function(){return vertices},exports.getEdges=function(){return edges},exports.getClasses=function(){return classes};var setupToolTips=function(t){var n=d3.select(\".mermaidTooltip\");null===n[0][0]&&(n=d3.select(\"body\").append(\"div\").attr(\"class\",\"mermaidTooltip\").style(\"opacity\",0));var e=d3.select(t).select(\"svg\"),r=e.selectAll(\"g.node\");r.on(\"mouseover\",function(){var t=d3.select(this),e=t.attr(\"title\");if(null!==e){var r=this.getBoundingClientRect();n.transition().duration(200).style(\"opacity\",\".9\"),n.html(t.attr(\"title\")).style(\"left\",r.left+(r.right-r.left)/2+\"px\").style(\"top\",r.top-14+document.body.scrollTop+\"px\"),t.classed(\"hover\",!0)}}).on(\"mouseout\",function(){n.transition().duration(500).style(\"opacity\",0);var t=d3.select(this);t.classed(\"hover\",!1)})};funs.push(setupToolTips),exports.clear=function(){vertices={},classes={},edges=[],funs=[],funs.push(setupToolTips),subGraphs=[],subCount=0,tooltips=[]},exports.defaultStyle=function(){return\"fill:#ffa;stroke: #f66; stroke-width: 3px; stroke-dasharray: 5, 5;fill:#ffa;stroke: #666;\"},exports.addSubGraph=function(t,n){function e(t){var n={\"boolean\":{},number:{},string:{}},e=[];return t.filter(function(t){var r=typeof t;return\" \"===t?!1:r in n?n[r].hasOwnProperty(t)?!1:n[r][t]=!0:e.indexOf(t)>=0?!1:e.push(t)})}var r=[];r=e(r.concat.apply(r,t));var i={id:\"subGraph\"+subCount,nodes:r,title:n};return subGraphs.push(i),subCount+=1,i.id};var getPosForId=function(t){var n;for(n=0;n<subGraphs.length;n++)if(subGraphs[n].id===t)return n;return-1},secCount=-1,posCrossRef=[],indexNodes=function t(n,e){var r=subGraphs[e].nodes;if(secCount+=1,!(secCount>2e3)){if(posCrossRef[secCount]=e,subGraphs[e].id===n)return{result:!0,count:0};for(var i=0,a=1;i<r.length;){var u=getPosForId(r[i]);if(u>=0){var o=t(n,u);if(o.result)return{result:!0,count:a+o.count};a+=o.count}i+=1}return{result:!1,count:a}}};exports.getDepthFirstPos=function(t){return posCrossRef[t]},exports.indexNodes=function(){secCount=-1,subGraphs.length>0&&indexNodes(\"none\",subGraphs.length-1,0)},exports.getSubGraphs=function(){return subGraphs},exports.parseError=function(t,n){global.mermaidAPI.parseError(t,n)}}).call(this,\"undefined\"!=typeof global?global:\"undefined\"!=typeof self?self:\"undefined\"!=typeof window?window:{})},{\"../../d3\":108,\"../../logger\":130,\"../../utils\":132}],118:[function(t,n,e){(function(r){\"use strict\";var i=function(){function t(){this.yy={}}var n=function(t,n,e,r){for(e=e||{},r=t.length;r--;e[t[r]]=n);return e},e=[1,5],r=[1,6],i=[1,12],a=[1,13],u=[1,14],o=[1,15],s=[1,16],c=[1,17],l=[1,18],h=[1,19],f=[1,20],d=[1,21],p=[1,22],g=[8,16,17,18,19,20,21,22,23,24,25,26],y=[1,37],m=[1,33],v=[1,34],_=[1,35],b=[1,36],x=[8,10,16,17,18,19,20,21,22,23,24,25,26,28,32,37,39,40,45,57,58],w=[10,28],A=[10,28,37,57,58],k=[2,49],E=[1,45],M=[1,48],S=[1,49],D=[1,52],C=[2,65],T=[1,65],F=[1,66],O=[1,67],L=[1,68],I=[1,69],B=[1,70],N=[1,71],P=[1,72],R=[1,73],j=[8,16,17,18,19,20,21,22,23,24,25,26,47],Y=[10,28,37],U={trace:function(){},yy:{},symbols_:{error:2,expressions:3,graph:4,EOF:5,graphStatement:6,idStatement:7,\"{\":8,stmt_list:9,\"}\":10,strict:11,GRAPH:12,DIGRAPH:13,textNoTags:14,textNoTagsToken:15,ALPHA:16,NUM:17,COLON:18,PLUS:19,EQUALS:20,MULT:21,DOT:22,BRKT:23,SPACE:24,MINUS:25,keywords:26,stmt:27,\";\":28,node_stmt:29,edge_stmt:30,attr_stmt:31,\"=\":32,subgraph:33,attr_list:34,NODE:35,EDGE:36,\"[\":37,a_list:38,\"]\":39,\",\":40,edgeRHS:41,node_id:42,edgeop:43,port:44,\":\":45,compass_pt:46,SUBGRAPH:47,n:48,ne:49,e:50,se:51,s:52,sw:53,w:54,nw:55,c:56,ARROW_POINT:57,ARROW_OPEN:58,$accept:0,$end:1},terminals_:{2:\"error\",5:\"EOF\",8:\"{\",10:\"}\",11:\"strict\",12:\"GRAPH\",13:\"DIGRAPH\",16:\"ALPHA\",17:\"NUM\",18:\"COLON\",19:\"PLUS\",20:\"EQUALS\",21:\"MULT\",22:\"DOT\",23:\"BRKT\",24:\"SPACE\",25:\"MINUS\",26:\"keywords\",28:\";\",32:\"=\",35:\"NODE\",36:\"EDGE\",37:\"[\",39:\"]\",40:\",\",45:\":\",47:\"SUBGRAPH\",48:\"n\",49:\"ne\",50:\"e\",51:\"se\",52:\"s\",53:\"sw\",54:\"w\",55:\"nw\",56:\"c\",57:\"ARROW_POINT\",58:\"ARROW_OPEN\"},productions_:[0,[3,2],[4,5],[4,6],[4,4],[6,1],[6,1],[7,1],[14,1],[14,2],[15,1],[15,1],[15,1],[15,1],[15,1],[15,1],[15,1],[15,1],[15,1],[15,1],[15,1],[9,1],[9,3],[27,1],[27,1],[27,1],[27,3],[27,1],[31,2],[31,2],[31,2],[34,4],[34,3],[34,3],[34,2],[38,5],[38,5],[38,3],[30,3],[30,3],[30,2],[30,2],[41,3],[41,3],[41,2],[41,2],[29,2],[29,1],[42,2],[42,1],[44,4],[44,2],[44,2],[33,5],[33,4],[33,3],[46,1],[46,1],[46,1],[46,1],[46,1],[46,1],[46,1],[46,1],[46,1],[46,0],[43,1],[43,1]],performAction:function(t,n,e,r,i,a){var u=a.length-1;switch(i){case 1:this.$=a[u-1];break;case 2:this.$=a[u-4];break;case 3:this.$=a[u-5];break;case 4:this.$=a[u-3];break;case 8:case 10:case 11:this.$=a[u];break;case 9:this.$=a[u-1]+\"\"+a[u];break;case 12:case 13:case 14:case 15:case 16:case 18:case 19:case 20:this.$=a[u];break;case 17:this.$=\"<br>\";break;case 39:this.$=\"oy\";break;case 40:r.addLink(a[u-1],a[u].id,a[u].op),this.$=\"oy\";break;case 42:r.addLink(a[u-1],a[u].id,a[u].op),this.$={op:a[u-2],id:a[u-1]};break;case 44:this.$={op:a[u-1],id:a[u]};break;case 48:r.addVertex(a[u-1]),this.$=a[u-1];break;case 49:r.addVertex(a[u]),this.$=a[u];break;case 66:this.$=\"arrow\";break;case 67:this.$=\"arrow_open\"}},table:[{3:1,4:2,6:3,11:[1,4],12:e,13:r},{1:[3]},{5:[1,7]},{7:8,8:[1,9],14:10,15:11,16:i,17:a,18:u,19:o,20:s,21:c,22:l,23:h,24:f,25:d,26:p},{6:23,12:e,13:r},n(g,[2,5]),n(g,[2,6]),{1:[2,1]},{8:[1,24]},{7:30,8:y,9:25,12:m,14:10,15:11,16:i,17:a,18:u,19:o,20:s,21:c,22:l,23:h,24:f,25:d,26:p,27:26,29:27,30:28,31:29,33:31,35:v,36:_,42:32,47:b},n([8,10,28,32,37,39,40,45,57,58],[2,7],{15:38,16:i,17:a,18:u,19:o,20:s,21:c,22:l,23:h,24:f,25:d,26:p}),n(x,[2,8]),n(x,[2,10]),n(x,[2,11]),n(x,[2,12]),n(x,[2,13]),n(x,[2,14]),n(x,[2,15]),n(x,[2,16]),n(x,[2,17]),n(x,[2,18]),n(x,[2,19]),n(x,[2,20]),{7:39,14:10,15:11,16:i,17:a,18:u,19:o,20:s,21:c,22:l,23:h,24:f,25:d,26:p},{7:30,8:y,9:40,12:m,14:10,15:11,16:i,17:a,18:u,19:o,20:s,21:c,22:l,23:h,24:f,25:d,26:p,27:26,29:27,30:28,31:29,33:31,35:v,36:_,42:32,47:b},{10:[1,41]},{10:[2,21],28:[1,42]},n(w,[2,23]),n(w,[2,24]),n(w,[2,25]),n(A,k,{44:44,32:[1,43],45:E}),n(w,[2,27],{41:46,43:47,57:M,58:S}),n(w,[2,47],{43:47,34:50,41:51,37:D,57:M,58:S}),{34:53,37:D},{34:54,37:D},{34:55,37:D},{7:56,8:[1,57],14:10,15:11,16:i,17:a,18:u,19:o,20:s,21:c,22:l,23:h,24:f,25:d,26:p},{7:30,8:y,9:58,12:m,14:10,15:11,16:i,17:a,18:u,19:o,20:s,21:c,22:l,23:h,24:f,25:d,26:p,27:26,29:27,30:28,31:29,33:31,35:v,36:_,42:32,47:b},n(x,[2,9]),{8:[1,59]},{10:[1,60]},{5:[2,4]},{7:30,8:y,9:61,12:m,14:10,15:11,16:i,17:a,18:u,19:o,20:s,21:c,22:l,23:h,24:f,25:d,26:p,27:26,29:27,30:28,31:29,33:31,35:v,36:_,42:32,47:b},{7:62,14:10,15:11,16:i,17:a,18:u,19:o,20:s,21:c,22:l,23:h,24:f,25:d,26:p},n(A,[2,48]),n(A,C,{14:10,15:11,7:63,46:64,16:i,17:a,18:u,19:o,20:s,21:c,22:l,23:h,24:f,25:d,26:p,48:T,49:F,50:O,51:L,52:I,53:B,54:N,55:P,56:R}),n(w,[2,41],{34:74,37:D}),{7:77,8:y,14:10,15:11,16:i,17:a,18:u,19:o,20:s,21:c,22:l,23:h,24:f,25:d,26:p,33:76,42:75,47:b},n(j,[2,66]),n(j,[2,67]),n(w,[2,46]),n(w,[2,40],{34:78,37:D}),{7:81,14:10,15:11,16:i,17:a,18:u,19:o,20:s,21:c,22:l,23:h,24:f,25:d,26:p,38:79,39:[1,80]},n(w,[2,28]),n(w,[2,29]),n(w,[2,30]),{8:[1,82]},{7:30,8:y,9:83,12:m,14:10,15:11,16:i,17:a,18:u,19:o,20:s,21:c,22:l,23:h,24:f,25:d,26:p,27:26,29:27,30:28,31:29,33:31,35:v,36:_,42:32,47:b},{10:[1,84]},{7:30,8:y,9:85,12:m,14:10,15:11,16:i,17:a,18:u,19:o,20:s,21:c,22:l,23:h,24:f,25:d,26:p,27:26,29:27,30:28,31:29,33:31,35:v,36:_,42:32,47:b},{5:[2,2]},{10:[2,22]},n(w,[2,26]),n(A,[2,51],{45:[1,86]}),n(A,[2,52]),n(A,[2,56]),n(A,[2,57]),n(A,[2,58]),n(A,[2,59]),n(A,[2,60]),n(A,[2,61]),n(A,[2,62]),n(A,[2,63]),n(A,[2,64]),n(w,[2,38]),n(Y,[2,44],{43:47,41:87,57:M,58:S}),n(Y,[2,45],{43:47,41:88,57:M,58:S}),n(A,k,{44:44,45:E}),n(w,[2,39]),{39:[1,89]},n(w,[2,34],{34:90,37:D}),{32:[1,91]},{7:30,8:y,9:92,12:m,14:10,15:11,16:i,17:a,18:u,19:o,20:s,21:c,22:l,23:h,24:f,25:d,26:p,27:26,29:27,30:28,31:29,33:31,35:v,36:_,42:32,47:b},{10:[1,93]},n(A,[2,55]),{10:[1,94]},n(A,C,{46:95,48:T,49:F,50:O,51:L,52:I,53:B,54:N,55:P,56:R}),n(Y,[2,42]),n(Y,[2,43]),n(w,[2,33],{34:96,37:D}),n(w,[2,32]),{7:97,14:10,15:11,16:i,17:a,18:u,19:o,20:s,21:c,22:l,23:h,24:f,25:d,26:p},{10:[1,98]},n(A,[2,54]),{5:[2,3]},n(A,[2,50]),n(w,[2,31]),{28:[1,99],39:[2,37],40:[1,100]},n(A,[2,53]),{7:81,14:10,15:11,16:i,17:a,18:u,19:o,20:s,21:c,22:l,23:h,24:f,25:d,26:p,38:101},{7:81,14:10,15:11,16:i,17:a,18:u,19:o,20:s,21:c,22:l,23:h,24:f,25:d,26:p,38:102},{39:[2,35]},{39:[2,36]}],defaultActions:{7:[2,1],41:[2,4],60:[2,2],61:[2,22],94:[2,3],101:[2,35],102:[2,36]},parseError:function(t,n){if(!n.recoverable){var e=function(t,n){this.message=t,this.hash=n};throw e.prototype=Error,new e(t,n)}this.trace(t)},parse:function(t){var n=this,e=[0],r=[null],i=[],a=this.table,u=\"\",o=0,s=0,c=0,l=2,h=1,f=i.slice.call(arguments,1),d=Object.create(this.lexer),p={yy:{}};for(var g in this.yy)Object.prototype.hasOwnProperty.call(this.yy,g)&&(p.yy[g]=this.yy[g]);d.setInput(t,p.yy),p.yy.lexer=d,p.yy.parser=this,\"undefined\"==typeof d.yylloc&&(d.yylloc={});var y=d.yylloc;i.push(y);var m=d.options&&d.options.ranges;this.parseError=\"function\"==typeof p.yy.parseError?p.yy.parseError:Object.getPrototypeOf(this).parseError;for(var v,_,b,x,w,A,k,E,M,S=function(){var t;return t=d.lex()||h,\"number\"!=typeof t&&(t=n.symbols_[t]||t),t},D={};;){if(b=e[e.length-1],this.defaultActions[b]?x=this.defaultActions[b]:((null===v||\"undefined\"==typeof v)&&(v=S()),x=a[b]&&a[b][v]),\"undefined\"==typeof x||!x.length||!x[0]){var C=\"\";M=[];for(A in a[b])this.terminals_[A]&&A>l&&M.push(\"'\"+this.terminals_[A]+\"'\");C=d.showPosition?\"Parse error on line \"+(o+1)+\":\\n\"+d.showPosition()+\"\\nExpecting \"+M.join(\", \")+\", got '\"+(this.terminals_[v]||v)+\"'\":\"Parse error on line \"+(o+1)+\": Unexpected \"+(v==h?\"end of input\":\"'\"+(this.terminals_[v]||v)+\"'\"),this.parseError(C,{text:d.match,token:this.terminals_[v]||v,line:d.yylineno,loc:y,expected:M})}if(x[0]instanceof Array&&x.length>1)throw new Error(\"Parse Error: multiple actions possible at state: \"+b+\", token: \"+v);switch(x[0]){case 1:e.push(v),r.push(d.yytext),i.push(d.yylloc),e.push(x[1]),v=null,_?(v=_,_=null):(s=d.yyleng,u=d.yytext,o=d.yylineno,y=d.yylloc,c>0&&c--);break;case 2:if(k=this.productions_[x[1]][1],D.$=r[r.length-k],D._$={first_line:i[i.length-(k||1)].first_line,last_line:i[i.length-1].last_line,first_column:i[i.length-(k||1)].first_column,last_column:i[i.length-1].last_column},m&&(D._$.range=[i[i.length-(k||1)].range[0],i[i.length-1].range[1]]),w=this.performAction.apply(D,[u,s,o,p.yy,x[1],r,i].concat(f)),\"undefined\"!=typeof w)return w;k&&(e=e.slice(0,-1*k*2),r=r.slice(0,-1*k),i=i.slice(0,-1*k)),e.push(this.productions_[x[1]][0]),r.push(D.$),i.push(D._$),E=a[e[e.length-2]][e[e.length-1]],e.push(E);break;case 3:return!0}}return!0}},$=function(){var t={EOF:1,parseError:function(t,n){if(!this.yy.parser)throw new Error(t);this.yy.parser.parseError(t,n)},setInput:function(t,n){return this.yy=n||this.yy||{},this._input=t,this._more=this._backtrack=this.done=!1,this.yylineno=this.yyleng=0,this.yytext=this.matched=this.match=\"\",this.conditionStack=[\"INITIAL\"],this.yylloc={first_line:1,first_column:0,last_line:1,last_column:0},this.options.ranges&&(this.yylloc.range=[0,0]),this.offset=0,this},input:function(){var t=this._input[0];this.yytext+=t,this.yyleng++,this.offset++,this.match+=t,this.matched+=t;var n=t.match(/(?:\\r\\n?|\\n).*/g);return n?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),t},unput:function(t){var n=t.length,e=t.split(/(?:\\r\\n?|\\n)/g);this._input=t+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-n),this.offset-=n;var r=this.match.split(/(?:\\r\\n?|\\n)/g);this.match=this.match.substr(0,this.match.length-1),this.matched=this.matched.substr(0,this.matched.length-1),e.length-1&&(this.yylineno-=e.length-1);var i=this.yylloc.range;return this.yylloc={first_line:this.yylloc.first_line,last_line:this.yylineno+1,first_column:this.yylloc.first_column,last_column:e?(e.length===r.length?this.yylloc.first_column:0)+r[r.length-e.length].length-e[0].length:this.yylloc.first_column-n},this.options.ranges&&(this.yylloc.range=[i[0],i[0]+this.yyleng-n]),this.yyleng=this.yytext.length,this},more:function(){return this._more=!0,this},reject:function(){return this.options.backtrack_lexer?(this._backtrack=!0,this):this.parseError(\"Lexical error on line \"+(this.yylineno+1)+\". You can only invoke reject() in the lexer when the lexer is of the backtracking persuasion (options.backtrack_lexer = true).\\n\"+this.showPosition(),{text:\"\",token:null,line:this.yylineno})},less:function(t){this.unput(this.match.slice(t))},pastInput:function(){var t=this.matched.substr(0,this.matched.length-this.match.length);return(t.length>20?\"...\":\"\")+t.substr(-20).replace(/\\n/g,\"\")},upcomingInput:function(){var t=this.match;return t.length<20&&(t+=this._input.substr(0,20-t.length)),(t.substr(0,20)+(t.length>20?\"...\":\"\")).replace(/\\n/g,\"\")},showPosition:function(){var t=this.pastInput(),n=new Array(t.length+1).join(\"-\");return t+this.upcomingInput()+\"\\n\"+n+\"^\"},test_match:function(t,n){var e,r,i;if(this.options.backtrack_lexer&&(i={yylineno:this.yylineno,yylloc:{first_line:this.yylloc.first_line,last_line:this.last_line,first_column:this.yylloc.first_column,last_column:this.yylloc.last_column},yytext:this.yytext,match:this.match,matches:this.matches,matched:this.matched,yyleng:this.yyleng,offset:this.offset,_more:this._more,_input:this._input,yy:this.yy,conditionStack:this.conditionStack.slice(0),done:this.done},this.options.ranges&&(i.yylloc.range=this.yylloc.range.slice(0))),r=t[0].match(/(?:\\r\\n?|\\n).*/g),r&&(this.yylineno+=r.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:r?r[r.length-1].length-r[r.length-1].match(/\\r?\\n?/)[0].length:this.yylloc.last_column+t[0].length},this.yytext+=t[0],this.match+=t[0],this.matches=t,this.yyleng=this.yytext.length,this.options.ranges&&(this.yylloc.range=[this.offset,this.offset+=this.yyleng]),this._more=!1,this._backtrack=!1,this._input=this._input.slice(t[0].length),this.matched+=t[0],e=this.performAction.call(this,this.yy,this,n,this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),e)return e;if(this._backtrack){for(var a in i)this[a]=i[a];return!1}return!1},next:function(){if(this.done)return this.EOF;\n\nthis._input||(this.done=!0);var t,n,e,r;this._more||(this.yytext=\"\",this.match=\"\");for(var i=this._currentRules(),a=0;a<i.length;a++)if(e=this._input.match(this.rules[i[a]]),e&&(!n||e[0].length>n[0].length)){if(n=e,r=a,this.options.backtrack_lexer){if(t=this.test_match(e,i[a]),t!==!1)return t;if(this._backtrack){n=!1;continue}return!1}if(!this.options.flex)break}return n?(t=this.test_match(n,i[r]),t!==!1?t:!1):\"\"===this._input?this.EOF:this.parseError(\"Lexical error on line \"+(this.yylineno+1)+\". Unrecognized text.\\n\"+this.showPosition(),{text:\"\",token:null,line:this.yylineno})},lex:function(){var t=this.next();return t?t:this.lex()},begin:function(t){this.conditionStack.push(t)},popState:function(){var t=this.conditionStack.length-1;return t>0?this.conditionStack.pop():this.conditionStack[0]},_currentRules:function(){return this.conditionStack.length&&this.conditionStack[this.conditionStack.length-1]?this.conditions[this.conditionStack[this.conditionStack.length-1]].rules:this.conditions.INITIAL.rules},topState:function(t){return t=this.conditionStack.length-1-Math.abs(t||0),t>=0?this.conditionStack[t]:\"INITIAL\"},pushState:function(t){this.begin(t)},stateStackSize:function(){return this.conditionStack.length},options:{},performAction:function(t,n,e,r){switch(e){case 0:return\"STYLE\";case 1:return\"LINKSTYLE\";case 2:return\"CLASSDEF\";case 3:return\"CLASS\";case 4:return\"CLICK\";case 5:return 12;case 6:return 13;case 7:return 47;case 8:return 35;case 9:return 36;case 10:return\"DIR\";case 11:return\"DIR\";case 12:return\"DIR\";case 13:return\"DIR\";case 14:return\"DIR\";case 15:return\"DIR\";case 16:return 17;case 17:return 23;case 18:return 18;case 19:return 28;case 20:return 40;case 21:return 32;case 22:return 21;case 23:return 22;case 24:return\"ARROW_CROSS\";case 25:return 57;case 26:return\"ARROW_CIRCLE\";case 27:return 58;case 28:return 25;case 29:return 19;case 30:return 20;case 31:return 16;case 32:return\"PIPE\";case 33:return\"PS\";case 34:return\"PE\";case 35:return 37;case 36:return 39;case 37:return 8;case 38:return 10;case 39:return\"QUOTE\";case 40:return 24;case 41:return\"NEWLINE\";case 42:return 5}},rules:[/^(?:style\\b)/,/^(?:linkStyle\\b)/,/^(?:classDef\\b)/,/^(?:class\\b)/,/^(?:click\\b)/,/^(?:graph\\b)/,/^(?:digraph\\b)/,/^(?:subgraph\\b)/,/^(?:node\\b)/,/^(?:edge\\b)/,/^(?:LR\\b)/,/^(?:RL\\b)/,/^(?:TB\\b)/,/^(?:BT\\b)/,/^(?:TD\\b)/,/^(?:BR\\b)/,/^(?:[0-9])/,/^(?:#)/,/^(?::)/,/^(?:;)/,/^(?:,)/,/^(?:=)/,/^(?:\\*)/,/^(?:\\.)/,/^(?:--[x])/,/^(?:->)/,/^(?:--[o])/,/^(?:--)/,/^(?:-)/,/^(?:\\+)/,/^(?:=)/,/^(?:[\\u0021-\\u0027\\u002A-\\u002E\\u003F\\u0041-\\u005A\\u0061-\\u007A\\u00AA\\u00B5\\u00BA\\u00C0-\\u00D6\\u00D8-\\u00F6]|[\\u00F8-\\u02C1\\u02C6-\\u02D1\\u02E0-\\u02E4\\u02EC\\u02EE\\u0370-\\u0374\\u0376\\u0377]|[\\u037A-\\u037D\\u0386\\u0388-\\u038A\\u038C\\u038E-\\u03A1\\u03A3-\\u03F5]|[\\u03F7-\\u0481\\u048A-\\u0527\\u0531-\\u0556\\u0559\\u0561-\\u0587\\u05D0-\\u05EA]|[\\u05F0-\\u05F2\\u0620-\\u064A\\u066E\\u066F\\u0671-\\u06D3\\u06D5\\u06E5\\u06E6\\u06EE]|[\\u06EF\\u06FA-\\u06FC\\u06FF\\u0710\\u0712-\\u072F\\u074D-\\u07A5\\u07B1\\u07CA-\\u07EA]|[\\u07F4\\u07F5\\u07FA\\u0800-\\u0815\\u081A\\u0824\\u0828\\u0840-\\u0858\\u08A0]|[\\u08A2-\\u08AC\\u0904-\\u0939\\u093D\\u0950\\u0958-\\u0961\\u0971-\\u0977]|[\\u0979-\\u097F\\u0985-\\u098C\\u098F\\u0990\\u0993-\\u09A8\\u09AA-\\u09B0\\u09B2]|[\\u09B6-\\u09B9\\u09BD\\u09CE\\u09DC\\u09DD\\u09DF-\\u09E1\\u09F0\\u09F1\\u0A05-\\u0A0A]|[\\u0A0F\\u0A10\\u0A13-\\u0A28\\u0A2A-\\u0A30\\u0A32\\u0A33\\u0A35\\u0A36\\u0A38\\u0A39]|[\\u0A59-\\u0A5C\\u0A5E\\u0A72-\\u0A74\\u0A85-\\u0A8D\\u0A8F-\\u0A91\\u0A93-\\u0AA8]|[\\u0AAA-\\u0AB0\\u0AB2\\u0AB3\\u0AB5-\\u0AB9\\u0ABD\\u0AD0\\u0AE0\\u0AE1\\u0B05-\\u0B0C]|[\\u0B0F\\u0B10\\u0B13-\\u0B28\\u0B2A-\\u0B30\\u0B32\\u0B33\\u0B35-\\u0B39\\u0B3D\\u0B5C]|[\\u0B5D\\u0B5F-\\u0B61\\u0B71\\u0B83\\u0B85-\\u0B8A\\u0B8E-\\u0B90\\u0B92-\\u0B95\\u0B99]|[\\u0B9A\\u0B9C\\u0B9E\\u0B9F\\u0BA3\\u0BA4\\u0BA8-\\u0BAA\\u0BAE-\\u0BB9\\u0BD0]|[\\u0C05-\\u0C0C\\u0C0E-\\u0C10\\u0C12-\\u0C28\\u0C2A-\\u0C33\\u0C35-\\u0C39\\u0C3D]|[\\u0C58\\u0C59\\u0C60\\u0C61\\u0C85-\\u0C8C\\u0C8E-\\u0C90\\u0C92-\\u0CA8\\u0CAA-\\u0CB3]|[\\u0CB5-\\u0CB9\\u0CBD\\u0CDE\\u0CE0\\u0CE1\\u0CF1\\u0CF2\\u0D05-\\u0D0C\\u0D0E-\\u0D10]|[\\u0D12-\\u0D3A\\u0D3D\\u0D4E\\u0D60\\u0D61\\u0D7A-\\u0D7F\\u0D85-\\u0D96\\u0D9A-\\u0DB1]|[\\u0DB3-\\u0DBB\\u0DBD\\u0DC0-\\u0DC6\\u0E01-\\u0E30\\u0E32\\u0E33\\u0E40-\\u0E46\\u0E81]|[\\u0E82\\u0E84\\u0E87\\u0E88\\u0E8A\\u0E8D\\u0E94-\\u0E97\\u0E99-\\u0E9F\\u0EA1-\\u0EA3]|[\\u0EA5\\u0EA7\\u0EAA\\u0EAB\\u0EAD-\\u0EB0\\u0EB2\\u0EB3\\u0EBD\\u0EC0-\\u0EC4\\u0EC6]|[\\u0EDC-\\u0EDF\\u0F00\\u0F40-\\u0F47\\u0F49-\\u0F6C\\u0F88-\\u0F8C\\u1000-\\u102A]|[\\u103F\\u1050-\\u1055\\u105A-\\u105D\\u1061\\u1065\\u1066\\u106E-\\u1070\\u1075-\\u1081]|[\\u108E\\u10A0-\\u10C5\\u10C7\\u10CD\\u10D0-\\u10FA\\u10FC-\\u1248\\u124A-\\u124D]|[\\u1250-\\u1256\\u1258\\u125A-\\u125D\\u1260-\\u1288\\u128A-\\u128D\\u1290-\\u12B0]|[\\u12B2-\\u12B5\\u12B8-\\u12BE\\u12C0\\u12C2-\\u12C5\\u12C8-\\u12D6\\u12D8-\\u1310]|[\\u1312-\\u1315\\u1318-\\u135A\\u1380-\\u138F\\u13A0-\\u13F4\\u1401-\\u166C]|[\\u166F-\\u167F\\u1681-\\u169A\\u16A0-\\u16EA\\u1700-\\u170C\\u170E-\\u1711]|[\\u1720-\\u1731\\u1740-\\u1751\\u1760-\\u176C\\u176E-\\u1770\\u1780-\\u17B3\\u17D7]|[\\u17DC\\u1820-\\u1877\\u1880-\\u18A8\\u18AA\\u18B0-\\u18F5\\u1900-\\u191C]|[\\u1950-\\u196D\\u1970-\\u1974\\u1980-\\u19AB\\u19C1-\\u19C7\\u1A00-\\u1A16]|[\\u1A20-\\u1A54\\u1AA7\\u1B05-\\u1B33\\u1B45-\\u1B4B\\u1B83-\\u1BA0\\u1BAE\\u1BAF]|[\\u1BBA-\\u1BE5\\u1C00-\\u1C23\\u1C4D-\\u1C4F\\u1C5A-\\u1C7D\\u1CE9-\\u1CEC]|[\\u1CEE-\\u1CF1\\u1CF5\\u1CF6\\u1D00-\\u1DBF\\u1E00-\\u1F15\\u1F18-\\u1F1D]|[\\u1F20-\\u1F45\\u1F48-\\u1F4D\\u1F50-\\u1F57\\u1F59\\u1F5B\\u1F5D\\u1F5F-\\u1F7D]|[\\u1F80-\\u1FB4\\u1FB6-\\u1FBC\\u1FBE\\u1FC2-\\u1FC4\\u1FC6-\\u1FCC\\u1FD0-\\u1FD3]|[\\u1FD6-\\u1FDB\\u1FE0-\\u1FEC\\u1FF2-\\u1FF4\\u1FF6-\\u1FFC\\u2071\\u207F]|[\\u2090-\\u209C\\u2102\\u2107\\u210A-\\u2113\\u2115\\u2119-\\u211D\\u2124\\u2126\\u2128]|[\\u212A-\\u212D\\u212F-\\u2139\\u213C-\\u213F\\u2145-\\u2149\\u214E\\u2183\\u2184]|[\\u2C00-\\u2C2E\\u2C30-\\u2C5E\\u2C60-\\u2CE4\\u2CEB-\\u2CEE\\u2CF2\\u2CF3]|[\\u2D00-\\u2D25\\u2D27\\u2D2D\\u2D30-\\u2D67\\u2D6F\\u2D80-\\u2D96\\u2DA0-\\u2DA6]|[\\u2DA8-\\u2DAE\\u2DB0-\\u2DB6\\u2DB8-\\u2DBE\\u2DC0-\\u2DC6\\u2DC8-\\u2DCE]|[\\u2DD0-\\u2DD6\\u2DD8-\\u2DDE\\u2E2F\\u3005\\u3006\\u3031-\\u3035\\u303B\\u303C]|[\\u3041-\\u3096\\u309D-\\u309F\\u30A1-\\u30FA\\u30FC-\\u30FF\\u3105-\\u312D]|[\\u3131-\\u318E\\u31A0-\\u31BA\\u31F0-\\u31FF\\u3400-\\u4DB5\\u4E00-\\u9FCC]|[\\uA000-\\uA48C\\uA4D0-\\uA4FD\\uA500-\\uA60C\\uA610-\\uA61F\\uA62A\\uA62B]|[\\uA640-\\uA66E\\uA67F-\\uA697\\uA6A0-\\uA6E5\\uA717-\\uA71F\\uA722-\\uA788]|[\\uA78B-\\uA78E\\uA790-\\uA793\\uA7A0-\\uA7AA\\uA7F8-\\uA801\\uA803-\\uA805]|[\\uA807-\\uA80A\\uA80C-\\uA822\\uA840-\\uA873\\uA882-\\uA8B3\\uA8F2-\\uA8F7\\uA8FB]|[\\uA90A-\\uA925\\uA930-\\uA946\\uA960-\\uA97C\\uA984-\\uA9B2\\uA9CF\\uAA00-\\uAA28]|[\\uAA40-\\uAA42\\uAA44-\\uAA4B\\uAA60-\\uAA76\\uAA7A\\uAA80-\\uAAAF\\uAAB1\\uAAB5]|[\\uAAB6\\uAAB9-\\uAABD\\uAAC0\\uAAC2\\uAADB-\\uAADD\\uAAE0-\\uAAEA\\uAAF2-\\uAAF4]|[\\uAB01-\\uAB06\\uAB09-\\uAB0E\\uAB11-\\uAB16\\uAB20-\\uAB26\\uAB28-\\uAB2E]|[\\uABC0-\\uABE2\\uAC00-\\uD7A3\\uD7B0-\\uD7C6\\uD7CB-\\uD7FB\\uF900-\\uFA6D]|[\\uFA70-\\uFAD9\\uFB00-\\uFB06\\uFB13-\\uFB17\\uFB1D\\uFB1F-\\uFB28\\uFB2A-\\uFB36]|[\\uFB38-\\uFB3C\\uFB3E\\uFB40\\uFB41\\uFB43\\uFB44\\uFB46-\\uFBB1\\uFBD3-\\uFD3D]|[\\uFD50-\\uFD8F\\uFD92-\\uFDC7\\uFDF0-\\uFDFB\\uFE70-\\uFE74\\uFE76-\\uFEFC]|[\\uFF21-\\uFF3A\\uFF41-\\uFF5A\\uFF66-\\uFFBE\\uFFC2-\\uFFC7\\uFFCA-\\uFFCF]|[\\uFFD2-\\uFFD7\\uFFDA-\\uFFDC_])/,/^(?:\\|)/,/^(?:\\()/,/^(?:\\))/,/^(?:\\[)/,/^(?:\\])/,/^(?:\\{)/,/^(?:\\})/,/^(?:\")/,/^(?:\\s)/,/^(?:\\n)/,/^(?:$)/],conditions:{INITIAL:{rules:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42],inclusive:!0}}};return t}();return U.lexer=$,t.prototype=U,U.Parser=t,new t}();\"undefined\"!=typeof t&&\"undefined\"!=typeof e&&(e.parser=i,e.Parser=i.Parser,e.parse=function(){return i.parse.apply(i,arguments)},e.main=function(n){n[1]||(console.log(\"Usage: \"+n[0]+\" FILE\"),r.exit(1));var i=t(\"fs\").readFileSync(t(\"path\").normalize(n[1]),\"utf8\");return e.parser.parse(i)},\"undefined\"!=typeof n&&t.main===n&&e.main(r.argv.slice(1)))}).call(this,t(\"_process\"))},{_process:106,fs:1,path:105}],119:[function(t,n,e){(function(r){\"use strict\";var i=function(){function t(){this.yy={}}var n=function(t,n,e,r){for(e=e||{},r=t.length;r--;e[t[r]]=n);return e},e=[1,4],r=[1,3],i=[1,5],a=[1,8,9,10,11,13,18,30,46,71,72,73,74,75,81,86,88,89,91,92,94,95,96,97,98],u=[2,2],o=[1,12],s=[1,13],c=[1,14],l=[1,15],h=[1,31],f=[1,33],d=[1,22],p=[1,34],g=[1,24],y=[1,25],m=[1,26],v=[1,27],_=[1,28],b=[1,38],x=[1,40],w=[1,35],A=[1,39],k=[1,45],E=[1,44],M=[1,36],S=[1,37],D=[1,41],C=[1,42],T=[1,43],F=[1,8,9,10,11,13,18,30,32,46,71,72,73,74,75,81,86,88,89,91,92,94,95,96,97,98],O=[1,53],L=[1,52],I=[1,54],B=[1,72],N=[1,80],P=[1,81],R=[1,66],j=[1,65],Y=[1,85],U=[1,84],$=[1,82],W=[1,83],z=[1,73],q=[1,68],G=[1,67],H=[1,63],V=[1,75],Z=[1,76],X=[1,77],K=[1,78],Q=[1,79],J=[1,70],tt=[1,69],nt=[8,9,11],et=[8,9,11,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64],rt=[1,115],it=[8,9,10,11,13,15,18,36,38,40,42,46,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,81,86,88,89,91,92,94,95,96,97,98],at=[8,9,10,11,12,13,15,16,17,18,30,32,36,37,38,39,40,41,42,43,46,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,71,72,73,74,75,78,81,84,86,88,89,91,92,94,95,96,97,98],ut=[1,117],ot=[1,118],st=[8,9,10,11,13,18,30,32,46,71,72,73,74,75,81,86,88,89,91,92,94,95,96,97,98],ct=[8,9,10,11,12,13,15,16,17,18,30,32,37,39,41,43,46,50,51,52,53,54,56,57,58,59,60,61,62,63,64,65,71,72,73,74,75,78,81,84,86,88,89,91,92,94,95,96,97,98],lt=[13,18,46,81,86,88,89,91,92,94,95,96,97,98],ht=[13,18,46,49,65,81,86,88,89,91,92,94,95,96,97,98],ft=[1,191],dt=[1,188],pt=[1,195],gt=[1,192],yt=[1,189],mt=[1,196],vt=[1,186],_t=[1,187],bt=[1,190],xt=[1,193],wt=[1,194],At=[1,213],kt=[8,9,11,86],Et=[8,9,10,11,46,71,80,81,84,86,88,89,90,91,92],Mt={trace:function(){},yy:{},symbols_:{error:2,mermaidDoc:3,graphConfig:4,document:5,line:6,statement:7,SEMI:8,NEWLINE:9,SPACE:10,EOF:11,GRAPH:12,DIR:13,FirstStmtSeperator:14,TAGEND:15,TAGSTART:16,UP:17,DOWN:18,ending:19,endToken:20,spaceList:21,spaceListNewline:22,verticeStatement:23,separator:24,styleStatement:25,linkStyleStatement:26,classDefStatement:27,classStatement:28,clickStatement:29,subgraph:30,text:31,end:32,vertex:33,link:34,alphaNum:35,SQS:36,SQE:37,PS:38,PE:39,\"(-\":40,\"-)\":41,DIAMOND_START:42,DIAMOND_STOP:43,alphaNumStatement:44,alphaNumToken:45,MINUS:46,linkStatement:47,arrowText:48,TESTSTR:49,\"--\":50,ARROW_POINT:51,ARROW_CIRCLE:52,ARROW_CROSS:53,ARROW_OPEN:54,\"-.\":55,DOTTED_ARROW_POINT:56,DOTTED_ARROW_CIRCLE:57,DOTTED_ARROW_CROSS:58,DOTTED_ARROW_OPEN:59,\"==\":60,THICK_ARROW_POINT:61,THICK_ARROW_CIRCLE:62,THICK_ARROW_CROSS:63,THICK_ARROW_OPEN:64,PIPE:65,textToken:66,STR:67,commentText:68,commentToken:69,keywords:70,STYLE:71,LINKSTYLE:72,CLASSDEF:73,CLASS:74,CLICK:75,textNoTags:76,textNoTagsToken:77,DEFAULT:78,stylesOpt:79,HEX:80,NUM:81,INTERPOLATE:82,commentStatement:83,PCT:84,style:85,COMMA:86,styleComponent:87,ALPHA:88,COLON:89,UNIT:90,BRKT:91,DOT:92,graphCodeTokens:93,PUNCTUATION:94,UNICODE_TEXT:95,PLUS:96,EQUALS:97,MULT:98,TAG_START:99,TAG_END:100,QUOTE:101,$accept:0,$end:1},terminals_:{2:\"error\",8:\"SEMI\",9:\"NEWLINE\",10:\"SPACE\",11:\"EOF\",12:\"GRAPH\",13:\"DIR\",15:\"TAGEND\",16:\"TAGSTART\",17:\"UP\",18:\"DOWN\",30:\"subgraph\",32:\"end\",36:\"SQS\",37:\"SQE\",38:\"PS\",39:\"PE\",40:\"(-\",41:\"-)\",42:\"DIAMOND_START\",43:\"DIAMOND_STOP\",46:\"MINUS\",49:\"TESTSTR\",50:\"--\",51:\"ARROW_POINT\",52:\"ARROW_CIRCLE\",53:\"ARROW_CROSS\",54:\"ARROW_OPEN\",55:\"-.\",56:\"DOTTED_ARROW_POINT\",57:\"DOTTED_ARROW_CIRCLE\",58:\"DOTTED_ARROW_CROSS\",59:\"DOTTED_ARROW_OPEN\",60:\"==\",61:\"THICK_ARROW_POINT\",62:\"THICK_ARROW_CIRCLE\",63:\"THICK_ARROW_CROSS\",64:\"THICK_ARROW_OPEN\",65:\"PIPE\",67:\"STR\",71:\"STYLE\",72:\"LINKSTYLE\",73:\"CLASSDEF\",74:\"CLASS\",75:\"CLICK\",78:\"DEFAULT\",80:\"HEX\",81:\"NUM\",82:\"INTERPOLATE\",84:\"PCT\",86:\"COMMA\",88:\"ALPHA\",89:\"COLON\",90:\"UNIT\",91:\"BRKT\",92:\"DOT\",94:\"PUNCTUATION\",95:\"UNICODE_TEXT\",96:\"PLUS\",97:\"EQUALS\",98:\"MULT\",99:\"TAG_START\",100:\"TAG_END\",101:\"QUOTE\"},productions_:[0,[3,2],[5,0],[5,2],[6,1],[6,1],[6,1],[6,1],[6,1],[4,2],[4,2],[4,4],[4,4],[4,4],[4,4],[4,4],[19,2],[19,1],[20,1],[20,1],[20,1],[14,1],[14,1],[14,2],[22,2],[22,2],[22,1],[22,1],[21,2],[21,1],[7,2],[7,2],[7,2],[7,2],[7,2],[7,2],[7,5],[7,4],[24,1],[24,1],[24,1],[23,3],[23,1],[33,4],[33,5],[33,6],[33,7],[33,4],[33,5],[33,4],[33,5],[33,4],[33,5],[33,4],[33,5],[33,1],[33,2],[35,1],[35,2],[44,1],[44,1],[44,1],[44,1],[34,2],[34,3],[34,3],[34,1],[34,3],[34,3],[34,3],[34,3],[34,3],[34,3],[34,3],[34,3],[34,3],[34,3],[34,3],[34,3],[47,1],[47,1],[47,1],[47,1],[47,1],[47,1],[47,1],[47,1],[47,1],[47,1],[47,1],[47,1],[48,3],[31,1],[31,2],[31,1],[68,1],[68,2],[70,1],[70,1],[70,1],[70,1],[70,1],[70,1],[70,1],[70,1],[70,1],[70,1],[70,1],[76,1],[76,2],[27,5],[27,5],[28,5],[29,5],[29,7],[29,5],[29,7],[25,5],[25,5],[26,5],[26,5],[26,9],[26,9],[26,7],[26,7],[83,3],[79,1],[79,3],[85,1],[85,2],[87,1],[87,1],[87,1],[87,1],[87,1],[87,1],[87,1],[87,1],[87,1],[87,1],[87,1],[69,1],[69,1],[66,1],[66,1],[66,1],[66,1],[66,1],[66,1],[66,1],[77,1],[77,1],[77,1],[77,1],[45,1],[45,1],[45,1],[45,1],[45,1],[45,1],[45,1],[45,1],[45,1],[45,1],[45,1],[93,1],[93,1],[93,1],[93,1],[93,1],[93,1],[93,1],[93,1],[93,1],[93,1],[93,1],[93,1],[93,1],[93,1],[93,1]],performAction:function(t,n,e,r,i,a){var u=a.length-1;switch(i){case 2:this.$=[];break;case 3:a[u]!==[]&&a[u-1].push(a[u]),this.$=a[u-1];break;case 4:case 57:case 59:case 60:case 92:case 94:case 95:case 108:this.$=a[u];break;case 11:r.setDirection(a[u-1]),this.$=a[u-1];break;case 12:r.setDirection(\"LR\"),this.$=a[u-1];break;case 13:r.setDirection(\"RL\"),this.$=a[u-1];break;case 14:r.setDirection(\"BT\"),this.$=a[u-1];break;case 15:r.setDirection(\"TB\"),this.$=a[u-1];break;case 30:this.$=a[u-1];break;case 31:case 32:case 33:case 34:case 35:this.$=[];break;case 36:this.$=r.addSubGraph(a[u-1],a[u-3]);break;case 37:this.$=r.addSubGraph(a[u-1],void 0);break;case 41:r.addLink(a[u-2],a[u],a[u-1]),this.$=[a[u-2],a[u]];break;case 42:this.$=[a[u]];break;case 43:this.$=a[u-3],r.addVertex(a[u-3],a[u-1],\"square\");break;case 44:this.$=a[u-4],r.addVertex(a[u-4],a[u-2],\"square\");break;case 45:this.$=a[u-5],r.addVertex(a[u-5],a[u-2],\"circle\");break;case 46:this.$=a[u-6],r.addVertex(a[u-6],a[u-3],\"circle\");break;case 47:this.$=a[u-3],r.addVertex(a[u-3],a[u-1],\"ellipse\");break;case 48:this.$=a[u-4],r.addVertex(a[u-4],a[u-2],\"ellipse\");break;case 49:this.$=a[u-3],r.addVertex(a[u-3],a[u-1],\"round\");break;case 50:this.$=a[u-4],r.addVertex(a[u-4],a[u-2],\"round\");break;case 51:this.$=a[u-3],r.addVertex(a[u-3],a[u-1],\"diamond\");break;case 52:this.$=a[u-4],r.addVertex(a[u-4],a[u-2],\"diamond\");break;case 53:this.$=a[u-3],r.addVertex(a[u-3],a[u-1],\"odd\");break;case 54:this.$=a[u-4],r.addVertex(a[u-4],a[u-2],\"odd\");break;case 55:this.$=a[u],r.addVertex(a[u]);break;case 56:this.$=a[u-1],r.addVertex(a[u-1]);break;case 58:case 93:case 96:case 109:this.$=a[u-1]+\"\"+a[u];break;case 61:this.$=\"v\";break;case 62:this.$=\"-\";break;case 63:a[u-1].text=a[u],this.$=a[u-1];break;case 64:case 65:a[u-2].text=a[u-1],this.$=a[u-2];break;case 66:this.$=a[u];break;case 67:this.$={type:\"arrow\",stroke:\"normal\",text:a[u-1]};break;case 68:this.$={type:\"arrow_circle\",stroke:\"normal\",text:a[u-1]};break;case 69:this.$={type:\"arrow_cross\",stroke:\"normal\",text:a[u-1]};break;case 70:this.$={type:\"arrow_open\",stroke:\"normal\",text:a[u-1]};break;case 71:this.$={type:\"arrow\",stroke:\"dotted\",text:a[u-1]};break;case 72:this.$={type:\"arrow_circle\",stroke:\"dotted\",text:a[u-1]};break;case 73:this.$={type:\"arrow_cross\",stroke:\"dotted\",text:a[u-1]};break;case 74:this.$={type:\"arrow_open\",stroke:\"dotted\",text:a[u-1]};break;case 75:this.$={type:\"arrow\",stroke:\"thick\",text:a[u-1]};break;case 76:this.$={type:\"arrow_circle\",stroke:\"thick\",text:a[u-1]};break;case 77:this.$={type:\"arrow_cross\",stroke:\"thick\",text:a[u-1]};break;case 78:this.$={type:\"arrow_open\",stroke:\"thick\",text:a[u-1]};break;case 79:this.$={type:\"arrow\",stroke:\"normal\"};break;case 80:this.$={type:\"arrow_circle\",stroke:\"normal\"};break;case 81:this.$={type:\"arrow_cross\",stroke:\"normal\"};break;case 82:this.$={type:\"arrow_open\",stroke:\"normal\"};break;case 83:this.$={type:\"arrow\",stroke:\"dotted\"};break;case 84:this.$={type:\"arrow_circle\",stroke:\"dotted\"};break;case 85:this.$={type:\"arrow_cross\",stroke:\"dotted\"};break;case 86:this.$={type:\"arrow_open\",stroke:\"dotted\"};break;case 87:this.$={type:\"arrow\",stroke:\"thick\"};break;case 88:this.$={type:\"arrow_circle\",stroke:\"thick\"};break;case 89:this.$={type:\"arrow_cross\",stroke:\"thick\"};break;case 90:this.$={type:\"arrow_open\",stroke:\"thick\"};break;case 91:this.$=a[u-1];break;case 110:case 111:this.$=a[u-4],r.addClass(a[u-2],a[u]);break;case 112:this.$=a[u-4],r.setClass(a[u-2],a[u]);break;case 113:this.$=a[u-4],r.setClickEvent(a[u-2],a[u],void 0,void 0);break;case 114:this.$=a[u-6],r.setClickEvent(a[u-4],a[u-2],void 0,a[u]);break;case 115:this.$=a[u-4],r.setClickEvent(a[u-2],void 0,a[u],void 0);break;case 116:this.$=a[u-6],r.setClickEvent(a[u-4],void 0,a[u-2],a[u]);break;case 117:this.$=a[u-4],r.addVertex(a[u-2],void 0,void 0,a[u]);break;case 118:case 119:case 120:this.$=a[u-4],r.updateLink(a[u-2],a[u]);break;case 121:case 122:this.$=a[u-8],r.updateLinkInterpolate(a[u-6],a[u-2]),r.updateLink(a[u-6],a[u]);break;case 123:case 124:this.$=a[u-6],r.updateLinkInterpolate(a[u-4],a[u]);break;case 126:this.$=[a[u]];break;case 127:a[u-2].push(a[u]),this.$=a[u-2];break;case 129:this.$=a[u-1]+a[u]}},table:[{3:1,4:2,9:e,10:r,12:i},{1:[3]},n(a,u,{5:6}),{4:7,9:e,10:r,12:i},{4:8,9:e,10:r,12:i},{10:[1,9]},{1:[2,1],6:10,7:11,8:o,9:s,10:c,11:l,13:h,18:f,23:16,25:17,26:18,27:19,28:20,29:21,30:d,33:23,35:29,44:30,45:32,46:p,71:g,72:y,73:m,74:v,75:_,81:b,86:x,88:w,89:A,91:k,92:E,94:M,95:S,96:D,97:C,98:T},n(a,[2,9]),n(a,[2,10]),{13:[1,46],15:[1,47],16:[1,48],17:[1,49],18:[1,50]},n(F,[2,3]),n(F,[2,4]),n(F,[2,5]),n(F,[2,6]),n(F,[2,7]),n(F,[2,8]),{8:O,9:L,11:I,24:51},{8:O,9:L,11:I,24:55},{8:O,9:L,11:I,24:56},{8:O,9:L,11:I,24:57},{8:O,9:L,11:I,24:58},{8:O,9:L,11:I,24:59},{8:O,9:L,10:B,11:I,12:N,13:P,15:R,16:j,17:Y,18:U,24:61,30:$,31:60,32:W,45:71,46:z,50:q,60:G,66:62,67:H,70:74,71:V,72:Z,73:X,74:K,75:Q,77:64,78:J,81:b,84:tt,86:x,88:w,89:A,91:k,92:E,94:M,95:S,96:D,97:C,98:T},n(nt,[2,42],{34:86,47:87,50:[1,88],51:[1,91],52:[1,92],53:[1,93],54:[1,94],55:[1,89],56:[1,95],57:[1,96],58:[1,97],59:[1,98],60:[1,90],61:[1,99],62:[1,100],63:[1,101],64:[1,102]}),{10:[1,103]},{10:[1,104]},{10:[1,105]},{10:[1,106]},{10:[1,107]},n(et,[2,55],{45:32,21:113,44:114,10:rt,13:h,15:[1,112],18:f,36:[1,108],38:[1,109],40:[1,110],42:[1,111],46:p,81:b,86:x,88:w,89:A,91:k,92:E,94:M,95:S,96:D,97:C,98:T}),n(it,[2,57]),n(it,[2,59]),n(it,[2,60]),n(it,[2,61]),n(it,[2,62]),n(at,[2,154]),n(at,[2,155]),n(at,[2,156]),n(at,[2,157]),n(at,[2,158]),n(at,[2,159]),n(at,[2,160]),n(at,[2,161]),n(at,[2,162]),n(at,[2,163]),n(at,[2,164]),{8:ut,9:ot,10:rt,14:116,21:119},{8:ut,9:ot,10:rt,14:120,21:119},{8:ut,9:ot,10:rt,14:121,21:119},{8:ut,9:ot,10:rt,14:122,21:119},{8:ut,9:ot,10:rt,14:123,21:119},n(F,[2,30]),n(F,[2,38]),n(F,[2,39]),n(F,[2,40]),n(F,[2,31]),n(F,[2,32]),n(F,[2,33]),n(F,[2,34]),n(F,[2,35]),{8:O,9:L,10:B,11:I,12:N,13:P,15:R,16:j,17:Y,18:U,24:124,30:$,32:W,45:71,46:z,50:q,60:G,66:125,70:74,71:V,72:Z,73:X,74:K,75:Q,77:64,78:J,81:b,84:tt,86:x,88:w,89:A,91:k,92:E,94:M,95:S,96:D,97:C,98:T},n(st,u,{5:126}),n(ct,[2,92]),n(ct,[2,94]),n(ct,[2,143]),n(ct,[2,144]),n(ct,[2,145]),n(ct,[2,146]),n(ct,[2,147]),n(ct,[2,148]),n(ct,[2,149]),n(ct,[2,150]),n(ct,[2,151]),n(ct,[2,152]),n(ct,[2,153]),n(ct,[2,97]),n(ct,[2,98]),n(ct,[2,99]),n(ct,[2,100]),n(ct,[2,101]),n(ct,[2,102]),n(ct,[2,103]),n(ct,[2,104]),n(ct,[2,105]),n(ct,[2,106]),n(ct,[2,107]),{13:h,18:f,33:127,35:29,44:30,45:32,46:p,81:b,86:x,88:w,89:A,91:k,92:E,94:M,95:S,96:D,97:C,98:T},n(lt,[2,66],{48:128,49:[1,129],65:[1,130]}),{10:B,12:N,13:P,15:R,16:j,17:Y,18:U,30:$,31:131,32:W,45:71,46:z,50:q,60:G,66:62,67:H,70:74,71:V,72:Z,73:X,74:K,75:Q,77:64,78:J,81:b,84:tt,86:x,88:w,89:A,91:k,92:E,94:M,95:S,96:D,97:C,98:T},{10:B,12:N,13:P,15:R,16:j,17:Y,18:U,30:$,31:132,32:W,45:71,46:z,50:q,60:G,66:62,67:H,70:74,71:V,72:Z,73:X,74:K,75:Q,77:64,78:J,81:b,84:tt,86:x,88:w,89:A,91:k,92:E,94:M,95:S,96:D,97:C,98:T},{10:B,12:N,13:P,15:R,16:j,17:Y,18:U,30:$,31:133,32:W,45:71,46:z,50:q,60:G,66:62,67:H,70:74,71:V,72:Z,73:X,74:K,75:Q,77:64,78:J,81:b,84:tt,86:x,88:w,89:A,91:k,92:E,94:M,95:S,96:D,97:C,98:T},n(ht,[2,79]),n(ht,[2,80]),n(ht,[2,81]),n(ht,[2,82]),n(ht,[2,83]),n(ht,[2,84]),n(ht,[2,85]),n(ht,[2,86]),n(ht,[2,87]),n(ht,[2,88]),n(ht,[2,89]),n(ht,[2,90]),{13:h,18:f,35:134,44:30,45:32,46:p,80:[1,135],81:b,86:x,88:w,89:A,91:k,92:E,94:M,95:S,96:D,97:C,98:T},{78:[1,136],81:[1,137]},{13:h,18:f,35:139,44:30,45:32,46:p,78:[1,138],81:b,86:x,88:w,89:A,91:k,92:E,94:M,95:S,96:D,97:C,98:T},{13:h,18:f,35:140,44:30,45:32,46:p,81:b,86:x,88:w,89:A,91:k,92:E,94:M,95:S,96:D,97:C,98:T},{13:h,18:f,35:141,44:30,45:32,46:p,81:b,86:x,88:w,89:A,91:k,92:E,94:M,95:S,96:D,97:C,98:T},{10:B,12:N,13:P,15:R,16:j,17:Y,18:U,30:$,31:142,32:W,45:71,46:z,50:q,60:G,66:62,67:H,70:74,71:V,72:Z,73:X,74:K,75:Q,77:64,78:J,81:b,84:tt,86:x,88:w,89:A,91:k,92:E,94:M,95:S,96:D,97:C,98:T},{10:B,12:N,13:P,15:R,16:j,17:Y,18:U,30:$,31:144,32:W,38:[1,143],45:71,46:z,50:q,60:G,66:62,67:H,70:74,71:V,72:Z,73:X,74:K,75:Q,77:64,78:J,81:b,84:tt,86:x,88:w,89:A,91:k,92:E,94:M,95:S,96:D,97:C,98:T},{10:B,12:N,13:P,15:R,16:j,17:Y,18:U,30:$,31:145,32:W,45:71,46:z,50:q,60:G,66:62,67:H,70:74,71:V,72:Z,73:X,74:K,75:Q,77:64,78:J,81:b,84:tt,86:x,88:w,89:A,91:k,92:E,94:M,95:S,96:D,97:C,98:T},{10:B,12:N,13:P,15:R,16:j,17:Y,18:U,30:$,31:146,32:W,45:71,46:z,50:q,60:G,66:62,67:H,70:74,71:V,72:Z,73:X,74:K,75:Q,77:64,78:J,81:b,84:tt,86:x,88:w,89:A,91:k,92:E,94:M,95:S,96:D,97:C,98:T},{10:B,12:N,13:P,15:R,16:j,17:Y,18:U,30:$,31:147,32:W,45:71,46:z,50:q,60:G,66:62,67:H,70:74,71:V,72:Z,73:X,74:K,75:Q,77:64,78:J,81:b,84:tt,86:x,88:w,89:A,91:k,92:E,94:M,95:S,96:D,97:C,98:T},n(et,[2,56]),n(it,[2,58]),n(et,[2,29],{21:148,10:rt}),n(a,[2,11]),n(a,[2,21]),n(a,[2,22]),{9:[1,149]},n(a,[2,12]),n(a,[2,13]),n(a,[2,14]),n(a,[2,15]),n(st,u,{5:150}),n(ct,[2,93]),{6:10,7:11,8:o,9:s,10:c,11:l,13:h,18:f,23:16,25:17,26:18,27:19,28:20,29:21,30:d,32:[1,151],33:23,35:29,44:30,45:32,46:p,71:g,72:y,73:m,74:v,75:_,81:b,86:x,88:w,89:A,91:k,92:E,94:M,95:S,96:D,97:C,98:T},n(nt,[2,41]),n(lt,[2,63],{10:[1,152]}),{10:[1,153]},{10:B,12:N,13:P,15:R,16:j,17:Y,18:U,30:$,31:154,32:W,45:71,46:z,50:q,60:G,66:62,67:H,70:74,71:V,72:Z,73:X,74:K,75:Q,77:64,78:J,81:b,84:tt,86:x,88:w,89:A,91:k,92:E,94:M,95:S,96:D,97:C,98:T},{10:B,12:N,13:P,15:R,16:j,17:Y,18:U,30:$,32:W,45:71,46:z,50:q,51:[1,155],52:[1,156],53:[1,157],54:[1,158],60:G,66:125,70:74,71:V,72:Z,73:X,74:K,75:Q,77:64,78:J,81:b,84:tt,86:x,88:w,89:A,91:k,92:E,94:M,95:S,96:D,97:C,98:T},{10:B,12:N,13:P,15:R,16:j,17:Y,18:U,30:$,32:W,45:71,46:z,50:q,56:[1,159],57:[1,160],58:[1,161],59:[1,162],60:G,66:125,70:74,71:V,72:Z,73:X,74:K,75:Q,77:64,78:J,81:b,84:tt,86:x,88:w,89:A,91:k,92:E,94:M,95:S,96:D,97:C,98:T},{10:B,12:N,13:P,15:R,16:j,17:Y,18:U,30:$,32:W,45:71,46:z,50:q,60:G,61:[1,163],62:[1,164],63:[1,165],64:[1,166],66:125,70:74,71:V,72:Z,73:X,74:K,75:Q,77:64,78:J,81:b,84:tt,86:x,88:w,89:A,91:k,92:E,94:M,95:S,96:D,97:C,98:T},{10:[1,167],13:h,18:f,44:114,45:32,46:p,81:b,86:x,88:w,89:A,91:k,92:E,94:M,95:S,96:D,97:C,98:T},{10:[1,168]},{10:[1,169]},{10:[1,170]},{10:[1,171]},{10:[1,172],13:h,18:f,44:114,45:32,46:p,81:b,86:x,88:w,89:A,91:k,92:E,94:M,95:S,96:D,97:C,98:T},{10:[1,173],13:h,18:f,44:114,45:32,46:p,81:b,86:x,88:w,89:A,91:k,92:E,94:M,95:S,96:D,97:C,98:T},{10:[1,174],13:h,18:f,44:114,45:32,46:p,81:b,86:x,88:w,89:A,91:k,92:E,94:M,95:S,96:D,97:C,98:T},{10:B,12:N,13:P,15:R,16:j,17:Y,18:U,30:$,32:W,37:[1,175],45:71,46:z,50:q,60:G,66:125,70:74,71:V,72:Z,73:X,74:K,75:Q,77:64,78:J,81:b,84:tt,86:x,88:w,89:A,91:k,92:E,94:M,95:S,96:D,97:C,98:T},{10:B,12:N,13:P,15:R,16:j,17:Y,18:U,30:$,31:176,32:W,45:71,46:z,50:q,60:G,66:62,67:H,70:74,71:V,72:Z,73:X,74:K,75:Q,77:64,78:J,81:b,84:tt,86:x,88:w,89:A,91:k,92:E,94:M,95:S,96:D,97:C,98:T},{10:B,12:N,13:P,15:R,16:j,17:Y,18:U,30:$,32:W,39:[1,177],45:71,46:z,50:q,60:G,66:125,70:74,71:V,72:Z,73:X,74:K,75:Q,77:64,78:J,81:b,84:tt,86:x,88:w,89:A,91:k,92:E,94:M,95:S,96:D,97:C,98:T},{10:B,12:N,13:P,15:R,16:j,17:Y,18:U,30:$,32:W,41:[1,178],45:71,46:z,50:q,60:G,66:125,70:74,71:V,72:Z,73:X,74:K,75:Q,77:64,78:J,81:b,84:tt,86:x,88:w,89:A,91:k,92:E,94:M,95:S,96:D,97:C,98:T},{10:B,12:N,13:P,15:R,16:j,17:Y,18:U,30:$,32:W,43:[1,179],45:71,46:z,50:q,60:G,66:125,70:74,71:V,72:Z,73:X,74:K,75:Q,77:64,78:J,81:b,84:tt,86:x,88:w,89:A,91:k,92:E,94:M,95:S,96:D,97:C,98:T},{10:B,12:N,13:P,15:R,16:j,17:Y,18:U,30:$,32:W,37:[1,180],45:71,46:z,50:q,60:G,66:125,70:74,71:V,72:Z,73:X,74:K,75:Q,77:64,78:J,81:b,84:tt,86:x,88:w,89:A,91:k,92:E,94:M,95:S,96:D,97:C,98:T},n(et,[2,28]),n(a,[2,23]),{6:10,7:11,8:o,9:s,10:c,11:l,13:h,18:f,23:16,25:17,26:18,27:19,28:20,29:21,30:d,32:[1,181],33:23,35:29,44:30,45:32,46:p,71:g,72:y,73:m,74:v,75:_,81:b,86:x,88:w,89:A,91:k,92:E,94:M,95:S,96:D,97:C,98:T},n(F,[2,37]),n(lt,[2,65]),n(lt,[2,64]),{10:B,12:N,13:P,15:R,16:j,17:Y,18:U,30:$,32:W,45:71,46:z,50:q,60:G,65:[1,182],66:125,70:74,71:V,72:Z,73:X,74:K,75:Q,77:64,78:J,81:b,84:tt,86:x,88:w,89:A,91:k,92:E,94:M,95:S,96:D,97:C,98:T},n(lt,[2,67]),n(lt,[2,68]),n(lt,[2,69]),n(lt,[2,70]),n(lt,[2,71]),n(lt,[2,72]),n(lt,[2,73]),n(lt,[2,74]),n(lt,[2,75]),n(lt,[2,76]),n(lt,[2,77]),n(lt,[2,78]),{10:ft,46:dt,71:pt,79:183,80:gt,81:yt,84:mt,85:184,87:185,88:vt,89:_t,90:bt,91:xt,92:wt},{10:ft,46:dt,71:pt,79:197,80:gt,81:yt,84:mt,85:184,87:185,88:vt,89:_t,90:bt,91:xt,92:wt},{10:ft,46:dt,71:pt,79:198,80:gt,81:yt,82:[1,199],84:mt,85:184,87:185,88:vt,89:_t,90:bt,91:xt,92:wt},{10:ft,46:dt,71:pt,79:200,80:gt,81:yt,82:[1,201],84:mt,85:184,87:185,88:vt,89:_t,90:bt,91:xt,92:wt},{10:ft,46:dt,71:pt,79:202,80:gt,81:yt,84:mt,85:184,87:185,88:vt,89:_t,90:bt,91:xt,92:wt},{10:ft,46:dt,71:pt,79:203,80:gt,81:yt,84:mt,85:184,87:185,88:vt,89:_t,90:bt,91:xt,92:wt},{13:h,18:f,35:204,44:30,45:32,46:p,81:b,86:x,88:w,89:A,91:k,92:E,94:M,95:S,96:D,97:C,98:T},{13:h,18:f,35:205,44:30,45:32,46:p,67:[1,206],81:b,86:x,88:w,89:A,91:k,92:E,94:M,95:S,96:D,97:C,98:T},n(et,[2,43],{21:207,10:rt}),{10:B,12:N,13:P,15:R,16:j,17:Y,18:U,30:$,32:W,39:[1,208],45:71,46:z,50:q,60:G,66:125,70:74,71:V,72:Z,73:X,74:K,75:Q,77:64,78:J,81:b,84:tt,86:x,88:w,89:A,91:k,92:E,94:M,95:S,96:D,97:C,98:T},n(et,[2,49],{21:209,10:rt}),n(et,[2,47],{21:210,10:rt}),n(et,[2,51],{21:211,10:rt}),n(et,[2,53],{21:212,10:rt}),n(F,[2,36]),n([10,13,18,46,81,86,88,89,91,92,94,95,96,97,98],[2,91]),n(nt,[2,117],{86:At}),n(kt,[2,126],{87:214,10:ft,46:dt,71:pt,80:gt,81:yt,84:mt,88:vt,89:_t,90:bt,91:xt,92:wt}),n(Et,[2,128]),n(Et,[2,130]),n(Et,[2,131]),n(Et,[2,132]),n(Et,[2,133]),n(Et,[2,134]),n(Et,[2,135]),n(Et,[2,136]),n(Et,[2,137]),n(Et,[2,138]),n(Et,[2,139]),n(Et,[2,140]),n(nt,[2,118],{86:At}),n(nt,[2,119],{86:At}),{10:[1,215]},n(nt,[2,120],{86:At}),{10:[1,216]},n(nt,[2,110],{86:At}),n(nt,[2,111],{86:At}),n(nt,[2,112],{45:32,44:114,13:h,18:f,46:p,81:b,86:x,88:w,89:A,91:k,92:E,94:M,95:S,96:D,97:C,98:T}),n(nt,[2,113],{45:32,44:114,10:[1,217],13:h,18:f,46:p,81:b,86:x,88:w,89:A,91:k,92:E,94:M,95:S,96:D,97:C,98:T}),n(nt,[2,115],{10:[1,218]}),n(et,[2,44]),{39:[1,219]},n(et,[2,50]),n(et,[2,48]),n(et,[2,52]),n(et,[2,54]),{10:ft,46:dt,71:pt,80:gt,81:yt,84:mt,85:220,87:185,88:vt,89:_t,90:bt,91:xt,92:wt},n(Et,[2,129]),{13:h,18:f,35:221,44:30,45:32,46:p,81:b,86:x,88:w,89:A,91:k,92:E,94:M,95:S,96:D,97:C,98:T},{13:h,18:f,35:222,44:30,45:32,46:p,81:b,86:x,88:w,89:A,91:k,92:E,94:M,95:S,96:D,97:C,98:T},{67:[1,223]},{67:[1,224]},n(et,[2,45],{21:225,10:rt}),n(kt,[2,127],{87:214,10:ft,46:dt,71:pt,80:gt,81:yt,84:mt,88:vt,89:_t,90:bt,91:xt,92:wt}),n(nt,[2,123],{45:32,44:114,10:[1,226],13:h,18:f,46:p,81:b,86:x,88:w,89:A,91:k,92:E,94:M,95:S,96:D,97:C,98:T}),n(nt,[2,124],{45:32,44:114,10:[1,227],13:h,18:f,46:p,81:b,86:x,88:w,89:A,91:k,92:E,94:M,95:S,96:D,97:C,98:T}),n(nt,[2,114]),n(nt,[2,116]),n(et,[2,46]),{10:ft,46:dt,71:pt,79:228,80:gt,81:yt,84:mt,85:184,87:185,88:vt,89:_t,90:bt,91:xt,92:wt},{10:ft,46:dt,71:pt,79:229,80:gt,81:yt,84:mt,85:184,87:185,88:vt,89:_t,90:bt,91:xt,92:wt},n(nt,[2,121],{86:At}),n(nt,[2,122],{86:At})],defaultActions:{},parseError:function(t,n){if(!n.recoverable){var e=function(t,n){this.message=t,this.hash=n};throw e.prototype=Error,new e(t,n)}this.trace(t)},parse:function(t){var n=this,e=[0],r=[null],i=[],a=this.table,u=\"\",o=0,s=0,c=0,l=2,h=1,f=i.slice.call(arguments,1),d=Object.create(this.lexer),p={yy:{}};for(var g in this.yy)Object.prototype.hasOwnProperty.call(this.yy,g)&&(p.yy[g]=this.yy[g]);d.setInput(t,p.yy),p.yy.lexer=d,p.yy.parser=this,\"undefined\"==typeof d.yylloc&&(d.yylloc={});var y=d.yylloc;i.push(y);var m=d.options&&d.options.ranges;this.parseError=\"function\"==typeof p.yy.parseError?p.yy.parseError:Object.getPrototypeOf(this).parseError;for(var v,_,b,x,w,A,k,E,M,S=function(){var t;return t=d.lex()||h,\"number\"!=typeof t&&(t=n.symbols_[t]||t),t},D={};;){if(b=e[e.length-1],this.defaultActions[b]?x=this.defaultActions[b]:((null===v||\"undefined\"==typeof v)&&(v=S()),x=a[b]&&a[b][v]),\"undefined\"==typeof x||!x.length||!x[0]){var C=\"\";M=[];for(A in a[b])this.terminals_[A]&&A>l&&M.push(\"'\"+this.terminals_[A]+\"'\");C=d.showPosition?\"Parse error on line \"+(o+1)+\":\\n\"+d.showPosition()+\"\\nExpecting \"+M.join(\", \")+\", got '\"+(this.terminals_[v]||v)+\"'\":\"Parse error on line \"+(o+1)+\": Unexpected \"+(v==h?\"end of input\":\"'\"+(this.terminals_[v]||v)+\"'\"),this.parseError(C,{text:d.match,token:this.terminals_[v]||v,line:d.yylineno,loc:y,expected:M})}if(x[0]instanceof Array&&x.length>1)throw new Error(\"Parse Error: multiple actions possible at state: \"+b+\", token: \"+v);switch(x[0]){case 1:e.push(v),r.push(d.yytext),i.push(d.yylloc),e.push(x[1]),v=null,_?(v=_,_=null):(s=d.yyleng,u=d.yytext,o=d.yylineno,y=d.yylloc,c>0&&c--);break;case 2:if(k=this.productions_[x[1]][1],D.$=r[r.length-k],D._$={first_line:i[i.length-(k||1)].first_line,last_line:i[i.length-1].last_line,first_column:i[i.length-(k||1)].first_column,last_column:i[i.length-1].last_column},m&&(D._$.range=[i[i.length-(k||1)].range[0],i[i.length-1].range[1]]),w=this.performAction.apply(D,[u,s,o,p.yy,x[1],r,i].concat(f)),\"undefined\"!=typeof w)return w;k&&(e=e.slice(0,-1*k*2),r=r.slice(0,-1*k),i=i.slice(0,-1*k)),e.push(this.productions_[x[1]][0]),r.push(D.$),i.push(D._$),E=a[e[e.length-2]][e[e.length-1]],e.push(E);break;case 3:return!0}}return!0}},St=function(){var t={EOF:1,parseError:function(t,n){if(!this.yy.parser)throw new Error(t);this.yy.parser.parseError(t,n)},setInput:function(t,n){return this.yy=n||this.yy||{},this._input=t,this._more=this._backtrack=this.done=!1,this.yylineno=this.yyleng=0,this.yytext=this.matched=this.match=\"\",this.conditionStack=[\"INITIAL\"],this.yylloc={first_line:1,first_column:0,last_line:1,last_column:0},this.options.ranges&&(this.yylloc.range=[0,0]),this.offset=0,this},input:function(){var t=this._input[0];this.yytext+=t,this.yyleng++,this.offset++,this.match+=t,this.matched+=t;var n=t.match(/(?:\\r\\n?|\\n).*/g);return n?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),t},unput:function(t){var n=t.length,e=t.split(/(?:\\r\\n?|\\n)/g);this._input=t+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-n),this.offset-=n;var r=this.match.split(/(?:\\r\\n?|\\n)/g);this.match=this.match.substr(0,this.match.length-1),this.matched=this.matched.substr(0,this.matched.length-1),e.length-1&&(this.yylineno-=e.length-1);var i=this.yylloc.range;return this.yylloc={first_line:this.yylloc.first_line,last_line:this.yylineno+1,first_column:this.yylloc.first_column,last_column:e?(e.length===r.length?this.yylloc.first_column:0)+r[r.length-e.length].length-e[0].length:this.yylloc.first_column-n},this.options.ranges&&(this.yylloc.range=[i[0],i[0]+this.yyleng-n]),this.yyleng=this.yytext.length,this},more:function(){return this._more=!0,this},reject:function(){return this.options.backtrack_lexer?(this._backtrack=!0,this):this.parseError(\"Lexical error on line \"+(this.yylineno+1)+\". You can only invoke reject() in the lexer when the lexer is of the backtracking persuasion (options.backtrack_lexer = true).\\n\"+this.showPosition(),{text:\"\",token:null,line:this.yylineno})},less:function(t){this.unput(this.match.slice(t))},pastInput:function(){var t=this.matched.substr(0,this.matched.length-this.match.length);return(t.length>20?\"...\":\"\")+t.substr(-20).replace(/\\n/g,\"\")},upcomingInput:function(){var t=this.match;\n\nreturn t.length<20&&(t+=this._input.substr(0,20-t.length)),(t.substr(0,20)+(t.length>20?\"...\":\"\")).replace(/\\n/g,\"\")},showPosition:function(){var t=this.pastInput(),n=new Array(t.length+1).join(\"-\");return t+this.upcomingInput()+\"\\n\"+n+\"^\"},test_match:function(t,n){var e,r,i;if(this.options.backtrack_lexer&&(i={yylineno:this.yylineno,yylloc:{first_line:this.yylloc.first_line,last_line:this.last_line,first_column:this.yylloc.first_column,last_column:this.yylloc.last_column},yytext:this.yytext,match:this.match,matches:this.matches,matched:this.matched,yyleng:this.yyleng,offset:this.offset,_more:this._more,_input:this._input,yy:this.yy,conditionStack:this.conditionStack.slice(0),done:this.done},this.options.ranges&&(i.yylloc.range=this.yylloc.range.slice(0))),r=t[0].match(/(?:\\r\\n?|\\n).*/g),r&&(this.yylineno+=r.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:r?r[r.length-1].length-r[r.length-1].match(/\\r?\\n?/)[0].length:this.yylloc.last_column+t[0].length},this.yytext+=t[0],this.match+=t[0],this.matches=t,this.yyleng=this.yytext.length,this.options.ranges&&(this.yylloc.range=[this.offset,this.offset+=this.yyleng]),this._more=!1,this._backtrack=!1,this._input=this._input.slice(t[0].length),this.matched+=t[0],e=this.performAction.call(this,this.yy,this,n,this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),e)return e;if(this._backtrack){for(var a in i)this[a]=i[a];return!1}return!1},next:function(){if(this.done)return this.EOF;this._input||(this.done=!0);var t,n,e,r;this._more||(this.yytext=\"\",this.match=\"\");for(var i=this._currentRules(),a=0;a<i.length;a++)if(e=this._input.match(this.rules[i[a]]),e&&(!n||e[0].length>n[0].length)){if(n=e,r=a,this.options.backtrack_lexer){if(t=this.test_match(e,i[a]),t!==!1)return t;if(this._backtrack){n=!1;continue}return!1}if(!this.options.flex)break}return n?(t=this.test_match(n,i[r]),t!==!1?t:!1):\"\"===this._input?this.EOF:this.parseError(\"Lexical error on line \"+(this.yylineno+1)+\". Unrecognized text.\\n\"+this.showPosition(),{text:\"\",token:null,line:this.yylineno})},lex:function(){var t=this.next();return t?t:this.lex()},begin:function(t){this.conditionStack.push(t)},popState:function(){var t=this.conditionStack.length-1;return t>0?this.conditionStack.pop():this.conditionStack[0]},_currentRules:function(){return this.conditionStack.length&&this.conditionStack[this.conditionStack.length-1]?this.conditions[this.conditionStack[this.conditionStack.length-1]].rules:this.conditions.INITIAL.rules},topState:function(t){return t=this.conditionStack.length-1-Math.abs(t||0),t>=0?this.conditionStack[t]:\"INITIAL\"},pushState:function(t){this.begin(t)},stateStackSize:function(){return this.conditionStack.length},options:{},performAction:function(t,n,e,r){switch(e){case 0:break;case 1:this.begin(\"string\");break;case 2:this.popState();break;case 3:return\"STR\";case 4:return 71;case 5:return 78;case 6:return 72;case 7:return 82;case 8:return 73;case 9:return 74;case 10:return 75;case 11:return 12;case 12:return 30;case 13:return 32;case 14:return 13;case 15:return 13;case 16:return 13;case 17:return 13;case 18:return 13;case 19:return 13;case 20:return 81;case 21:return 91;case 22:return 89;case 23:return 8;case 24:return 86;case 25:return 98;case 26:return 16;case 27:return 15;case 28:return 17;case 29:return 18;case 30:return 53;case 31:return 51;case 32:return 52;case 33:return 54;case 34:return 58;case 35:return 56;case 36:return 57;case 37:return 59;case 38:return 58;case 39:return 56;case 40:return 57;case 41:return 59;case 42:return 63;case 43:return 61;case 44:return 62;case 45:return 64;case 46:return 50;case 47:return 55;case 48:return 60;case 49:return 40;case 50:return 41;case 51:return 46;case 52:return 92;case 53:return 96;case 54:return 84;case 55:return 97;case 56:return 97;case 57:return 88;case 58:return 94;case 59:return 95;case 60:return 65;case 61:return 38;case 62:return 39;case 63:return 36;case 64:return 37;case 65:return 42;case 66:return 43;case 67:return 101;case 68:return 9;case 69:return 10;case 70:return 11}},rules:[/^(?:%%[^\\n]*)/,/^(?:[\"])/,/^(?:[\"])/,/^(?:[^\"]*)/,/^(?:style\\b)/,/^(?:default\\b)/,/^(?:linkStyle\\b)/,/^(?:interpolate\\b)/,/^(?:classDef\\b)/,/^(?:class\\b)/,/^(?:click\\b)/,/^(?:graph\\b)/,/^(?:subgraph\\b)/,/^(?:end\\b\\s*)/,/^(?:LR\\b)/,/^(?:RL\\b)/,/^(?:TB\\b)/,/^(?:BT\\b)/,/^(?:TD\\b)/,/^(?:BR\\b)/,/^(?:[0-9]+)/,/^(?:#)/,/^(?::)/,/^(?:;)/,/^(?:,)/,/^(?:\\*)/,/^(?:<)/,/^(?:>)/,/^(?:\\^)/,/^(?:v\\b)/,/^(?:\\s*--[x]\\s*)/,/^(?:\\s*-->\\s*)/,/^(?:\\s*--[o]\\s*)/,/^(?:\\s*---\\s*)/,/^(?:\\s*-\\.-[x]\\s*)/,/^(?:\\s*-\\.->\\s*)/,/^(?:\\s*-\\.-[o]\\s*)/,/^(?:\\s*-\\.-\\s*)/,/^(?:\\s*.-[x]\\s*)/,/^(?:\\s*\\.->\\s*)/,/^(?:\\s*\\.-[o]\\s*)/,/^(?:\\s*\\.-\\s*)/,/^(?:\\s*==[x]\\s*)/,/^(?:\\s*==>\\s*)/,/^(?:\\s*==[o]\\s*)/,/^(?:\\s*==[\\=]\\s*)/,/^(?:\\s*--\\s*)/,/^(?:\\s*-\\.\\s*)/,/^(?:\\s*==\\s*)/,/^(?:\\(-)/,/^(?:-\\))/,/^(?:-)/,/^(?:\\.)/,/^(?:\\+)/,/^(?:%)/,/^(?:=)/,/^(?:=)/,/^(?:[A-Za-z]+)/,/^(?:[!\"#$%&'*+,-.`?\\\\_\\/])/,/^(?:[\\u00AA\\u00B5\\u00BA\\u00C0-\\u00D6\\u00D8-\\u00F6]|[\\u00F8-\\u02C1\\u02C6-\\u02D1\\u02E0-\\u02E4\\u02EC\\u02EE\\u0370-\\u0374\\u0376\\u0377]|[\\u037A-\\u037D\\u0386\\u0388-\\u038A\\u038C\\u038E-\\u03A1\\u03A3-\\u03F5]|[\\u03F7-\\u0481\\u048A-\\u0527\\u0531-\\u0556\\u0559\\u0561-\\u0587\\u05D0-\\u05EA]|[\\u05F0-\\u05F2\\u0620-\\u064A\\u066E\\u066F\\u0671-\\u06D3\\u06D5\\u06E5\\u06E6\\u06EE]|[\\u06EF\\u06FA-\\u06FC\\u06FF\\u0710\\u0712-\\u072F\\u074D-\\u07A5\\u07B1\\u07CA-\\u07EA]|[\\u07F4\\u07F5\\u07FA\\u0800-\\u0815\\u081A\\u0824\\u0828\\u0840-\\u0858\\u08A0]|[\\u08A2-\\u08AC\\u0904-\\u0939\\u093D\\u0950\\u0958-\\u0961\\u0971-\\u0977]|[\\u0979-\\u097F\\u0985-\\u098C\\u098F\\u0990\\u0993-\\u09A8\\u09AA-\\u09B0\\u09B2]|[\\u09B6-\\u09B9\\u09BD\\u09CE\\u09DC\\u09DD\\u09DF-\\u09E1\\u09F0\\u09F1\\u0A05-\\u0A0A]|[\\u0A0F\\u0A10\\u0A13-\\u0A28\\u0A2A-\\u0A30\\u0A32\\u0A33\\u0A35\\u0A36\\u0A38\\u0A39]|[\\u0A59-\\u0A5C\\u0A5E\\u0A72-\\u0A74\\u0A85-\\u0A8D\\u0A8F-\\u0A91\\u0A93-\\u0AA8]|[\\u0AAA-\\u0AB0\\u0AB2\\u0AB3\\u0AB5-\\u0AB9\\u0ABD\\u0AD0\\u0AE0\\u0AE1\\u0B05-\\u0B0C]|[\\u0B0F\\u0B10\\u0B13-\\u0B28\\u0B2A-\\u0B30\\u0B32\\u0B33\\u0B35-\\u0B39\\u0B3D\\u0B5C]|[\\u0B5D\\u0B5F-\\u0B61\\u0B71\\u0B83\\u0B85-\\u0B8A\\u0B8E-\\u0B90\\u0B92-\\u0B95\\u0B99]|[\\u0B9A\\u0B9C\\u0B9E\\u0B9F\\u0BA3\\u0BA4\\u0BA8-\\u0BAA\\u0BAE-\\u0BB9\\u0BD0]|[\\u0C05-\\u0C0C\\u0C0E-\\u0C10\\u0C12-\\u0C28\\u0C2A-\\u0C33\\u0C35-\\u0C39\\u0C3D]|[\\u0C58\\u0C59\\u0C60\\u0C61\\u0C85-\\u0C8C\\u0C8E-\\u0C90\\u0C92-\\u0CA8\\u0CAA-\\u0CB3]|[\\u0CB5-\\u0CB9\\u0CBD\\u0CDE\\u0CE0\\u0CE1\\u0CF1\\u0CF2\\u0D05-\\u0D0C\\u0D0E-\\u0D10]|[\\u0D12-\\u0D3A\\u0D3D\\u0D4E\\u0D60\\u0D61\\u0D7A-\\u0D7F\\u0D85-\\u0D96\\u0D9A-\\u0DB1]|[\\u0DB3-\\u0DBB\\u0DBD\\u0DC0-\\u0DC6\\u0E01-\\u0E30\\u0E32\\u0E33\\u0E40-\\u0E46\\u0E81]|[\\u0E82\\u0E84\\u0E87\\u0E88\\u0E8A\\u0E8D\\u0E94-\\u0E97\\u0E99-\\u0E9F\\u0EA1-\\u0EA3]|[\\u0EA5\\u0EA7\\u0EAA\\u0EAB\\u0EAD-\\u0EB0\\u0EB2\\u0EB3\\u0EBD\\u0EC0-\\u0EC4\\u0EC6]|[\\u0EDC-\\u0EDF\\u0F00\\u0F40-\\u0F47\\u0F49-\\u0F6C\\u0F88-\\u0F8C\\u1000-\\u102A]|[\\u103F\\u1050-\\u1055\\u105A-\\u105D\\u1061\\u1065\\u1066\\u106E-\\u1070\\u1075-\\u1081]|[\\u108E\\u10A0-\\u10C5\\u10C7\\u10CD\\u10D0-\\u10FA\\u10FC-\\u1248\\u124A-\\u124D]|[\\u1250-\\u1256\\u1258\\u125A-\\u125D\\u1260-\\u1288\\u128A-\\u128D\\u1290-\\u12B0]|[\\u12B2-\\u12B5\\u12B8-\\u12BE\\u12C0\\u12C2-\\u12C5\\u12C8-\\u12D6\\u12D8-\\u1310]|[\\u1312-\\u1315\\u1318-\\u135A\\u1380-\\u138F\\u13A0-\\u13F4\\u1401-\\u166C]|[\\u166F-\\u167F\\u1681-\\u169A\\u16A0-\\u16EA\\u1700-\\u170C\\u170E-\\u1711]|[\\u1720-\\u1731\\u1740-\\u1751\\u1760-\\u176C\\u176E-\\u1770\\u1780-\\u17B3\\u17D7]|[\\u17DC\\u1820-\\u1877\\u1880-\\u18A8\\u18AA\\u18B0-\\u18F5\\u1900-\\u191C]|[\\u1950-\\u196D\\u1970-\\u1974\\u1980-\\u19AB\\u19C1-\\u19C7\\u1A00-\\u1A16]|[\\u1A20-\\u1A54\\u1AA7\\u1B05-\\u1B33\\u1B45-\\u1B4B\\u1B83-\\u1BA0\\u1BAE\\u1BAF]|[\\u1BBA-\\u1BE5\\u1C00-\\u1C23\\u1C4D-\\u1C4F\\u1C5A-\\u1C7D\\u1CE9-\\u1CEC]|[\\u1CEE-\\u1CF1\\u1CF5\\u1CF6\\u1D00-\\u1DBF\\u1E00-\\u1F15\\u1F18-\\u1F1D]|[\\u1F20-\\u1F45\\u1F48-\\u1F4D\\u1F50-\\u1F57\\u1F59\\u1F5B\\u1F5D\\u1F5F-\\u1F7D]|[\\u1F80-\\u1FB4\\u1FB6-\\u1FBC\\u1FBE\\u1FC2-\\u1FC4\\u1FC6-\\u1FCC\\u1FD0-\\u1FD3]|[\\u1FD6-\\u1FDB\\u1FE0-\\u1FEC\\u1FF2-\\u1FF4\\u1FF6-\\u1FFC\\u2071\\u207F]|[\\u2090-\\u209C\\u2102\\u2107\\u210A-\\u2113\\u2115\\u2119-\\u211D\\u2124\\u2126\\u2128]|[\\u212A-\\u212D\\u212F-\\u2139\\u213C-\\u213F\\u2145-\\u2149\\u214E\\u2183\\u2184]|[\\u2C00-\\u2C2E\\u2C30-\\u2C5E\\u2C60-\\u2CE4\\u2CEB-\\u2CEE\\u2CF2\\u2CF3]|[\\u2D00-\\u2D25\\u2D27\\u2D2D\\u2D30-\\u2D67\\u2D6F\\u2D80-\\u2D96\\u2DA0-\\u2DA6]|[\\u2DA8-\\u2DAE\\u2DB0-\\u2DB6\\u2DB8-\\u2DBE\\u2DC0-\\u2DC6\\u2DC8-\\u2DCE]|[\\u2DD0-\\u2DD6\\u2DD8-\\u2DDE\\u2E2F\\u3005\\u3006\\u3031-\\u3035\\u303B\\u303C]|[\\u3041-\\u3096\\u309D-\\u309F\\u30A1-\\u30FA\\u30FC-\\u30FF\\u3105-\\u312D]|[\\u3131-\\u318E\\u31A0-\\u31BA\\u31F0-\\u31FF\\u3400-\\u4DB5\\u4E00-\\u9FCC]|[\\uA000-\\uA48C\\uA4D0-\\uA4FD\\uA500-\\uA60C\\uA610-\\uA61F\\uA62A\\uA62B]|[\\uA640-\\uA66E\\uA67F-\\uA697\\uA6A0-\\uA6E5\\uA717-\\uA71F\\uA722-\\uA788]|[\\uA78B-\\uA78E\\uA790-\\uA793\\uA7A0-\\uA7AA\\uA7F8-\\uA801\\uA803-\\uA805]|[\\uA807-\\uA80A\\uA80C-\\uA822\\uA840-\\uA873\\uA882-\\uA8B3\\uA8F2-\\uA8F7\\uA8FB]|[\\uA90A-\\uA925\\uA930-\\uA946\\uA960-\\uA97C\\uA984-\\uA9B2\\uA9CF\\uAA00-\\uAA28]|[\\uAA40-\\uAA42\\uAA44-\\uAA4B\\uAA60-\\uAA76\\uAA7A\\uAA80-\\uAAAF\\uAAB1\\uAAB5]|[\\uAAB6\\uAAB9-\\uAABD\\uAAC0\\uAAC2\\uAADB-\\uAADD\\uAAE0-\\uAAEA\\uAAF2-\\uAAF4]|[\\uAB01-\\uAB06\\uAB09-\\uAB0E\\uAB11-\\uAB16\\uAB20-\\uAB26\\uAB28-\\uAB2E]|[\\uABC0-\\uABE2\\uAC00-\\uD7A3\\uD7B0-\\uD7C6\\uD7CB-\\uD7FB\\uF900-\\uFA6D]|[\\uFA70-\\uFAD9\\uFB00-\\uFB06\\uFB13-\\uFB17\\uFB1D\\uFB1F-\\uFB28\\uFB2A-\\uFB36]|[\\uFB38-\\uFB3C\\uFB3E\\uFB40\\uFB41\\uFB43\\uFB44\\uFB46-\\uFBB1\\uFBD3-\\uFD3D]|[\\uFD50-\\uFD8F\\uFD92-\\uFDC7\\uFDF0-\\uFDFB\\uFE70-\\uFE74\\uFE76-\\uFEFC]|[\\uFF21-\\uFF3A\\uFF41-\\uFF5A\\uFF66-\\uFFBE\\uFFC2-\\uFFC7\\uFFCA-\\uFFCF]|[\\uFFD2-\\uFFD7\\uFFDA-\\uFFDC])/,/^(?:\\|)/,/^(?:\\()/,/^(?:\\))/,/^(?:\\[)/,/^(?:\\])/,/^(?:\\{)/,/^(?:\\})/,/^(?:\")/,/^(?:\\n+)/,/^(?:\\s)/,/^(?:$)/],conditions:{string:{rules:[2,3],inclusive:!1},INITIAL:{rules:[0,1,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70],inclusive:!0}}};return t}();return Mt.lexer=St,t.prototype=Mt,Mt.Parser=t,new t}();\"undefined\"!=typeof t&&\"undefined\"!=typeof e&&(e.parser=i,e.Parser=i.Parser,e.parse=function(){return i.parse.apply(i,arguments)},e.main=function(n){n[1]||(console.log(\"Usage: \"+n[0]+\" FILE\"),r.exit(1));var i=t(\"fs\").readFileSync(t(\"path\").normalize(n[1]),\"utf8\");return e.parser.parse(i)},\"undefined\"!=typeof n&&t.main===n&&e.main(r.argv.slice(1)))}).call(this,t(\"_process\"))},{_process:106,fs:1,path:105}],120:[function(t,n,e){(function(n){\"use strict\";var r=t(\"moment\"),i=t(\"../../logger\"),a=new i.Log,u=\"\",o=\"\",s=[],c=[],l=\"\";e.clear=function(){s=[],c=[],l=\"\",o=\"\",g=0,h=void 0,f=void 0,_=[]},e.setDateFormat=function(t){u=t},e.getDateFormat=function(){return u},e.setTitle=function(t){o=t},e.getTitle=function(){return o},e.addSection=function(t){l=t,s.push(t)},e.getTasks=function(){for(var t=x(),n=10,e=0;!t&&n>e;)t=x(),e++;return c=_};var h,f,d=function(t,n,i){i=i.trim();var u=/^after\\s+([\\d\\w\\-]+)/,o=u.exec(i.trim());if(null!==o){var s=e.findTaskById(o[1]);if(\"undefined\"==typeof s){var c=new Date;return c.setHours(0,0,0,0),c}return s.endTime}return r(i,n.trim(),!0).isValid()?r(i,n.trim(),!0).toDate():(a.debug(\"Invalid date:\"+i),a.debug(\"With date format:\"+n.trim()),new Date)},p=function(t,n,e){if(e=e.trim(),r(e,n.trim(),!0).isValid())return r(e,n.trim()).toDate();var i=r(t),a=/^([\\d]+)([wdhms])/,u=a.exec(e.trim());if(null!==u){switch(u[2]){case\"s\":i.add(u[1],\"seconds\");break;case\"m\":i.add(u[1],\"minutes\");break;case\"h\":i.add(u[1],\"hours\");break;case\"d\":i.add(u[1],\"days\");break;case\"w\":i.add(u[1],\"weeks\")}return i.toDate()}return i.toDate()},g=0,y=function(t){return\"undefined\"==typeof t?(g+=1,\"task\"+g):t},m=function(t,n){var r;r=\":\"===n.substr(0,1)?n.substr(1,n.length):n;for(var i=r.split(\",\"),a={},u=e.getDateFormat(),o=!0;o;)o=!1,i[0].match(/^\\s*active\\s*$/)&&(a.active=!0,i.shift(1),o=!0),i[0].match(/^\\s*done\\s*$/)&&(a.done=!0,i.shift(1),o=!0),i[0].match(/^\\s*crit\\s*$/)&&(a.crit=!0,i.shift(1),o=!0);var s;for(s=0;s<i.length;s++)i[s]=i[s].trim();switch(i.length){case 1:a.id=y(),a.startTime=t.endTime,a.endTime=p(a.startTime,u,i[0]);break;case 2:a.id=y(),a.startTime=d(void 0,u,i[0]),a.endTime=p(a.startTime,u,i[1]);break;case 3:a.id=y(i[0]),a.startTime=d(void 0,u,i[1]),a.endTime=p(a.startTime,u,i[2])}return a},v=function(t,n){var e;e=\":\"===n.substr(0,1)?n.substr(1,n.length):n;for(var r=e.split(\",\"),i={},a=!0;a;)a=!1,r[0].match(/^\\s*active\\s*$/)&&(i.active=!0,r.shift(1),a=!0),r[0].match(/^\\s*done\\s*$/)&&(i.done=!0,r.shift(1),a=!0),r[0].match(/^\\s*crit\\s*$/)&&(i.crit=!0,r.shift(1),a=!0);var u;for(u=0;u<r.length;u++)r[u]=r[u].trim();switch(r.length){case 1:i.id=y(),i.startTime={type:\"prevTaskEnd\",id:t},i.endTime={data:r[0]};break;case 2:i.id=y(),i.startTime={type:\"getStartDate\",startData:r[0]},i.endTime={data:r[1]};break;case 3:i.id=y(r[0]),i.startTime={type:\"getStartDate\",startData:r[1]},i.endTime={data:r[2]}}return i},_=[],b={};e.addTask=function(t,n){var e={section:l,type:l,processed:!1,raw:{data:n},task:t},r=v(f,n);e.raw.startTime=r.startTime,e.raw.endTime=r.endTime,e.id=r.id,e.prevTaskId=f,e.active=r.active,e.done=r.done,e.crit=r.crit;var i=_.push(e);f=e.id,b[e.id]=i-1},e.findTaskById=function(t){var n=b[t];return _[n]},e.addTaskOrg=function(t,n){var e={section:l,type:l,description:t,task:t},r=m(h,n);e.startTime=r.startTime,e.endTime=r.endTime,e.id=r.id,e.active=r.active,e.done=r.done,e.crit=r.crit,h=e,c.push(e)};var x=function(){var t,n=e.getDateFormat(),r=function(t){var r=_[t],i=\"\";switch(_[t].raw.startTime.type){case\"prevTaskEnd\":var a=e.findTaskById(r.prevTaskId);r.startTime=a.endTime;break;case\"getStartDate\":i=d(void 0,n,_[t].raw.startTime.startData),i&&(_[t].startTime=i)}return _[t].startTime&&(_[t].endTime=p(_[t].startTime,n,_[t].raw.endTime.data),_[t].endTime&&(_[t].processed=!0)),_[t].processed},i=!0;for(t=0;t<_.length;t++)r(t),i=i&&_[t].processed;return i};e.parseError=function(t,e){n.mermaidAPI.parseError(t,e)}}).call(this,\"undefined\"!=typeof global?global:\"undefined\"!=typeof self?self:\"undefined\"!=typeof window?window:{})},{\"../../logger\":130,moment:104}],121:[function(t,n){\"use strict\";var e=t(\"./parser/gantt\").parser;e.yy=t(\"./ganttDb\");var r,i=t(\"../../d3\"),a=t(\"moment\"),u={titleTopMargin:25,barHeight:20,barGap:4,topPadding:50,rightPadding:75,leftPadding:75,gridLineStartPadding:35,fontSize:11,fontFamily:'\"Open-Sans\", \"sans-serif\"'};n.exports.setConf=function(t){var n=Object.keys(t);n.forEach(function(n){u[n]=t[n]})};var o;n.exports.draw=function(t,n){function s(t,n,e){var r=u.barHeight,a=r+u.barGap,o=u.topPadding,s=u.leftPadding,d=i.scale.linear().domain([0,A.length]).range([\"#00B9FA\",\"#F95002\"]).interpolate(i.interpolateHcl);l(s,o,n,e),c(t,a,o,s,r,d,n,e),h(a,o,s,r,d),f(s,o,n,e)}function c(t,n,e,r,i,a,o){_.append(\"g\").selectAll(\"rect\").data(t).enter().append(\"rect\").attr(\"x\",0).attr(\"y\",function(t,r){return r*n+e-2}).attr(\"width\",function(){return o-u.rightPadding/2}).attr(\"height\",n).attr(\"class\",function(t){for(var n=0;n<A.length;n++)if(t.type===A[n])return\"section section\"+n%u.numberSectionStyles;return\"section section0\"});var s=_.append(\"g\").selectAll(\"rect\").data(t).enter();s.append(\"rect\").attr(\"rx\",3).attr(\"ry\",3).attr(\"x\",function(t){return w(t.startTime)+r}).attr(\"y\",function(t,r){return r*n+e}).attr(\"width\",function(t){return w(t.endTime)-w(t.startTime)}).attr(\"height\",i).attr(\"class\",function(t){for(var n=\"task \",e=0,r=0;r<A.length;r++)t.type===A[r]&&(e=r%u.numberSectionStyles);return t.active?t.crit?n+\" activeCrit\"+e:n+\" active\"+e:t.done?t.crit?n+\" doneCrit\"+e:n+\" done\"+e:t.crit?n+\" crit\"+e:n+\" task\"+e}),s.append(\"text\").text(function(t){return t.task}).attr(\"font-size\",u.fontSize).attr(\"x\",function(t){var n=w(t.startTime),e=w(t.endTime),i=this.getBBox().width;return i>e-n?e+i+1.5*u.leftPadding>o?n+r-5:e+r+5:(e-n)/2+n+r}).attr(\"y\",function(t,r){return r*n+u.barHeight/2+(u.fontSize/2-2)+e}).attr(\"text-height\",i).attr(\"class\",function(t){for(var n=w(t.startTime),e=w(t.endTime),r=this.getBBox().width,i=0,a=0;a<A.length;a++)t.type===A[a]&&(i=a%u.numberSectionStyles);var s=\"\";return t.active&&(s=t.crit?\"activeCritText\"+i:\"activeText\"+i),t.done?s=t.crit?s+\" doneCritText\"+i:s+\" doneText\"+i:t.crit&&(s=s+\" critText\"+i),r>e-n?e+r+1.5*u.leftPadding>o?\"taskTextOutsideLeft taskTextOutside\"+i+\" \"+s:\"taskTextOutsideRight taskTextOutside\"+i+\" \"+s:\"taskText taskText\"+i+\" \"+s})}function l(t,n,e,a){var o,s=[[\".%L\",function(t){return t.getMilliseconds()}],[\":%S\",function(t){return t.getSeconds()}],[\"h1 %I:%M\",function(t){return t.getMinutes()}]],c=[[\"%Y\",function(){return!0}]],l=[[\"%I:%M\",function(t){return t.getHours()}],[\"%a %d\",function(t){return t.getDay()&&1!=t.getDate()}],[\"%b %d\",function(t){return 1!=t.getDate()}],[\"%B\",function(t){return t.getMonth()}]];\"undefined\"!=typeof u.axisFormatter&&(l=[],u.axisFormatter.forEach(function(t){var n=[];n[0]=t[0],n[1]=t[1],l.push(n)})),o=s.concat(l).concat(c);var h=i.svg.axis().scale(w).orient(\"bottom\").tickSize(-a+n+u.gridLineStartPadding,0,0).tickFormat(i.time.format.multi(o));r>7&&230>r&&(h=h.ticks(i.time.monday.range)),_.append(\"g\").attr(\"class\",\"grid\").attr(\"transform\",\"translate(\"+t+\", \"+(a-50)+\")\").call(h).selectAll(\"text\").style(\"text-anchor\",\"middle\").attr(\"fill\",\"#000\").attr(\"stroke\",\"none\").attr(\"font-size\",10).attr(\"dy\",\"1em\")}function h(t,n){for(var e=[],r=0,i=0;i<A.length;i++)e[i]=[A[i],g(A[i],E)];_.append(\"g\").selectAll(\"text\").data(e).enter().append(\"text\").text(function(t){return t[0]}).attr(\"x\",10).attr(\"y\",function(i,a){if(!(a>0))return i[1]*t/2+n;for(var u=0;a>u;u++)return r+=e[a-1][1],i[1]*t/2+r*t+n}).attr(\"class\",function(t){for(var n=0;n<A.length;n++)if(t[0]===A[n])return\"sectionTitle sectionTitle\"+n%u.numberSectionStyles;return\"sectionTitle\"})}function f(t,n,e,r){var i=_.append(\"g\").attr(\"class\",\"today\"),a=new Date;i.append(\"line\").attr(\"x1\",w(a)+t).attr(\"x2\",w(a)+t).attr(\"y1\",u.titleTopMargin).attr(\"y2\",r-u.titleTopMargin).attr(\"class\",\"today\")}function d(t){for(var n={},e=[],r=0,i=t.length;i>r;++r)n.hasOwnProperty(t[r])||(n[t[r]]=!0,e.push(t[r]));return e}function p(t){for(var n=t.length,e={};n;)e[t[--n]]=(e[t[n]]||0)+1;return e}function g(t,n){return p(n)[t]||0}e.yy.clear(),e.parse(t);var y=document.getElementById(n);o=y.parentElement.offsetWidth,\"undefined\"==typeof o&&(o=1200),\"undefined\"!=typeof u.useWidth&&(o=u.useWidth);var m=e.yy.getTasks(),v=m.length*(u.barHeight+u.barGap)+2*u.topPadding;y.setAttribute(\"height\",\"100%\"),y.setAttribute(\"viewBox\",\"0 0 \"+o+\" \"+v);var _=i.select(\"#\"+n),b=i.min(m,function(t){return t.startTime}),x=i.max(m,function(t){return t.endTime}),w=i.time.scale().domain([i.min(m,function(t){return t.startTime}),i.max(m,function(t){return t.endTime})]).rangeRound([0,o-u.leftPadding-u.rightPadding]),A=[];r=a.duration(x-b).asDays();for(var k=0;k<m.length;k++)A.push(m[k].type);var E=A;A=d(A),s(m,o,v),\"undefined\"!=typeof u.useWidth&&y.setAttribute(\"width\",o),_.append(\"text\").text(e.yy.getTitle()).attr(\"x\",o/2).attr(\"y\",u.titleTopMargin).attr(\"class\",\"titleText\")}},{\"../../d3\":108,\"./ganttDb\":120,\"./parser/gantt\":122,moment:104}],122:[function(t,n,e){(function(r){\"use strict\";var i=function(){function t(){this.yy={}}var n=function(t,n,e,r){for(e=e||{},r=t.length;r--;e[t[r]]=n);return e},e=[6,8,10,11,12,13,14],r=[1,9],i=[1,10],a=[1,11],u=[1,12],o={trace:function(){},yy:{},symbols_:{error:2,start:3,gantt:4,document:5,EOF:6,line:7,SPACE:8,statement:9,NL:10,dateFormat:11,title:12,section:13,taskTxt:14,taskData:15,$accept:0,$end:1},terminals_:{2:\"error\",4:\"gantt\",6:\"EOF\",8:\"SPACE\",10:\"NL\",11:\"dateFormat\",12:\"title\",13:\"section\",14:\"taskTxt\",15:\"taskData\"},productions_:[0,[3,3],[5,0],[5,2],[7,2],[7,1],[7,1],[7,1],[9,1],[9,1],[9,1],[9,2]],performAction:function(t,n,e,r,i,a){var u=a.length-1;switch(i){case 1:return a[u-1];case 2:this.$=[];break;case 3:a[u-1].push(a[u]),this.$=a[u-1];break;case 4:case 5:this.$=a[u];break;case 6:case 7:this.$=[];break;case 8:r.setDateFormat(a[u].substr(11)),this.$=a[u].substr(11);break;case 9:r.setTitle(a[u].substr(6)),this.$=a[u].substr(6);break;case 10:r.addSection(a[u].substr(8)),this.$=a[u].substr(8);break;case 11:r.addTask(a[u-1],a[u]),this.$=\"task\"}},table:[{3:1,4:[1,2]},{1:[3]},n(e,[2,2],{5:3}),{6:[1,4],7:5,8:[1,6],9:7,10:[1,8],11:r,12:i,13:a,14:u},n(e,[2,7],{1:[2,1]}),n(e,[2,3]),{9:13,11:r,12:i,13:a,14:u},n(e,[2,5]),n(e,[2,6]),n(e,[2,8]),n(e,[2,9]),n(e,[2,10]),{15:[1,14]},n(e,[2,4]),n(e,[2,11])],defaultActions:{},parseError:function(t,n){if(!n.recoverable){var e=function(t,n){this.message=t,this.hash=n};throw e.prototype=Error,new e(t,n)}this.trace(t)},parse:function(t){var n=this,e=[0],r=[null],i=[],a=this.table,u=\"\",o=0,s=0,c=0,l=2,h=1,f=i.slice.call(arguments,1),d=Object.create(this.lexer),p={yy:{}};for(var g in this.yy)Object.prototype.hasOwnProperty.call(this.yy,g)&&(p.yy[g]=this.yy[g]);d.setInput(t,p.yy),p.yy.lexer=d,p.yy.parser=this,\"undefined\"==typeof d.yylloc&&(d.yylloc={});var y=d.yylloc;i.push(y);var m=d.options&&d.options.ranges;this.parseError=\"function\"==typeof p.yy.parseError?p.yy.parseError:Object.getPrototypeOf(this).parseError;for(var v,_,b,x,w,A,k,E,M,S=function(){var t;return t=d.lex()||h,\"number\"!=typeof t&&(t=n.symbols_[t]||t),t},D={};;){if(b=e[e.length-1],this.defaultActions[b]?x=this.defaultActions[b]:((null===v||\"undefined\"==typeof v)&&(v=S()),x=a[b]&&a[b][v]),\"undefined\"==typeof x||!x.length||!x[0]){var C=\"\";M=[];for(A in a[b])this.terminals_[A]&&A>l&&M.push(\"'\"+this.terminals_[A]+\"'\");C=d.showPosition?\"Parse error on line \"+(o+1)+\":\\n\"+d.showPosition()+\"\\nExpecting \"+M.join(\", \")+\", got '\"+(this.terminals_[v]||v)+\"'\":\"Parse error on line \"+(o+1)+\": Unexpected \"+(v==h?\"end of input\":\"'\"+(this.terminals_[v]||v)+\"'\"),this.parseError(C,{text:d.match,token:this.terminals_[v]||v,line:d.yylineno,loc:y,expected:M})}if(x[0]instanceof Array&&x.length>1)throw new Error(\"Parse Error: multiple actions possible at state: \"+b+\", token: \"+v);switch(x[0]){case 1:e.push(v),r.push(d.yytext),i.push(d.yylloc),e.push(x[1]),v=null,_?(v=_,_=null):(s=d.yyleng,u=d.yytext,o=d.yylineno,y=d.yylloc,c>0&&c--);break;case 2:if(k=this.productions_[x[1]][1],D.$=r[r.length-k],D._$={first_line:i[i.length-(k||1)].first_line,last_line:i[i.length-1].last_line,first_column:i[i.length-(k||1)].first_column,last_column:i[i.length-1].last_column},m&&(D._$.range=[i[i.length-(k||1)].range[0],i[i.length-1].range[1]]),w=this.performAction.apply(D,[u,s,o,p.yy,x[1],r,i].concat(f)),\"undefined\"!=typeof w)return w;k&&(e=e.slice(0,-1*k*2),r=r.slice(0,-1*k),i=i.slice(0,-1*k)),e.push(this.productions_[x[1]][0]),r.push(D.$),i.push(D._$),E=a[e[e.length-2]][e[e.length-1]],e.push(E);break;case 3:return!0}}return!0}},s=function(){var t={EOF:1,parseError:function(t,n){if(!this.yy.parser)throw new Error(t);this.yy.parser.parseError(t,n)},setInput:function(t,n){return this.yy=n||this.yy||{},this._input=t,this._more=this._backtrack=this.done=!1,this.yylineno=this.yyleng=0,this.yytext=this.matched=this.match=\"\",this.conditionStack=[\"INITIAL\"],this.yylloc={first_line:1,first_column:0,last_line:1,last_column:0},this.options.ranges&&(this.yylloc.range=[0,0]),this.offset=0,this},input:function(){var t=this._input[0];this.yytext+=t,this.yyleng++,this.offset++,this.match+=t,this.matched+=t;var n=t.match(/(?:\\r\\n?|\\n).*/g);return n?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),t},unput:function(t){var n=t.length,e=t.split(/(?:\\r\\n?|\\n)/g);this._input=t+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-n),this.offset-=n;var r=this.match.split(/(?:\\r\\n?|\\n)/g);this.match=this.match.substr(0,this.match.length-1),this.matched=this.matched.substr(0,this.matched.length-1),e.length-1&&(this.yylineno-=e.length-1);var i=this.yylloc.range;return this.yylloc={first_line:this.yylloc.first_line,last_line:this.yylineno+1,first_column:this.yylloc.first_column,last_column:e?(e.length===r.length?this.yylloc.first_column:0)+r[r.length-e.length].length-e[0].length:this.yylloc.first_column-n},this.options.ranges&&(this.yylloc.range=[i[0],i[0]+this.yyleng-n]),this.yyleng=this.yytext.length,this},more:function(){return this._more=!0,this},reject:function(){return this.options.backtrack_lexer?(this._backtrack=!0,this):this.parseError(\"Lexical error on line \"+(this.yylineno+1)+\". You can only invoke reject() in the lexer when the lexer is of the backtracking persuasion (options.backtrack_lexer = true).\\n\"+this.showPosition(),{text:\"\",token:null,line:this.yylineno})},less:function(t){this.unput(this.match.slice(t))},pastInput:function(){var t=this.matched.substr(0,this.matched.length-this.match.length);return(t.length>20?\"...\":\"\")+t.substr(-20).replace(/\\n/g,\"\")},upcomingInput:function(){var t=this.match;return t.length<20&&(t+=this._input.substr(0,20-t.length)),(t.substr(0,20)+(t.length>20?\"...\":\"\")).replace(/\\n/g,\"\")},showPosition:function(){var t=this.pastInput(),n=new Array(t.length+1).join(\"-\");return t+this.upcomingInput()+\"\\n\"+n+\"^\"},test_match:function(t,n){var e,r,i;if(this.options.backtrack_lexer&&(i={yylineno:this.yylineno,yylloc:{first_line:this.yylloc.first_line,last_line:this.last_line,first_column:this.yylloc.first_column,last_column:this.yylloc.last_column},yytext:this.yytext,match:this.match,matches:this.matches,matched:this.matched,yyleng:this.yyleng,offset:this.offset,_more:this._more,_input:this._input,yy:this.yy,conditionStack:this.conditionStack.slice(0),done:this.done},this.options.ranges&&(i.yylloc.range=this.yylloc.range.slice(0))),r=t[0].match(/(?:\\r\\n?|\\n).*/g),r&&(this.yylineno+=r.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:r?r[r.length-1].length-r[r.length-1].match(/\\r?\\n?/)[0].length:this.yylloc.last_column+t[0].length},this.yytext+=t[0],this.match+=t[0],this.matches=t,this.yyleng=this.yytext.length,this.options.ranges&&(this.yylloc.range=[this.offset,this.offset+=this.yyleng]),this._more=!1,this._backtrack=!1,this._input=this._input.slice(t[0].length),this.matched+=t[0],e=this.performAction.call(this,this.yy,this,n,this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),e)return e;if(this._backtrack){for(var a in i)this[a]=i[a];return!1}return!1},next:function(){if(this.done)return this.EOF;this._input||(this.done=!0);var t,n,e,r;this._more||(this.yytext=\"\",this.match=\"\");for(var i=this._currentRules(),a=0;a<i.length;a++)if(e=this._input.match(this.rules[i[a]]),e&&(!n||e[0].length>n[0].length)){if(n=e,r=a,this.options.backtrack_lexer){if(t=this.test_match(e,i[a]),t!==!1)return t;if(this._backtrack){n=!1;continue}return!1}if(!this.options.flex)break}return n?(t=this.test_match(n,i[r]),t!==!1?t:!1):\"\"===this._input?this.EOF:this.parseError(\"Lexical error on line \"+(this.yylineno+1)+\". Unrecognized text.\\n\"+this.showPosition(),{text:\"\",token:null,line:this.yylineno})},lex:function(){var t=this.next();return t?t:this.lex()},begin:function(t){this.conditionStack.push(t)},popState:function(){var t=this.conditionStack.length-1;return t>0?this.conditionStack.pop():this.conditionStack[0]},_currentRules:function(){return this.conditionStack.length&&this.conditionStack[this.conditionStack.length-1]?this.conditions[this.conditionStack[this.conditionStack.length-1]].rules:this.conditions.INITIAL.rules},topState:function(t){return t=this.conditionStack.length-1-Math.abs(t||0),t>=0?this.conditionStack[t]:\"INITIAL\"},pushState:function(t){this.begin(t)},stateStackSize:function(){return this.conditionStack.length},options:{\"case-insensitive\":!0},performAction:function(t,n,e,r){switch(e){case 0:return 10;case 1:break;case 2:break;case 3:break;case 4:return 4;case 5:return 11;case 6:return\"date\";case 7:return 12;case 8:return 13;case 9:return 14;case 10:return 15;case 11:return\":\";case 12:return 6;case 13:return\"INVALID\"}},rules:[/^(?:[\\n]+)/i,/^(?:\\s+)/i,/^(?:#[^\\n]*)/i,/^(?:%[^\\n]*)/i,/^(?:gantt\\b)/i,/^(?:dateFormat\\s[^#\\n;]+)/i,/^(?:\\d\\d\\d\\d-\\d\\d-\\d\\d\\b)/i,/^(?:title\\s[^#\\n;]+)/i,/^(?:section\\s[^#:\\n;]+)/i,/^(?:[^#:\\n;]+)/i,/^(?::[^#\\n;]+)/i,/^(?::)/i,/^(?:$)/i,/^(?:.)/i],conditions:{INITIAL:{rules:[0,1,2,3,4,5,6,7,8,9,10,11,12,13],inclusive:!0}}};return t}();return o.lexer=s,t.prototype=o,o.Parser=t,new t}();\"undefined\"!=typeof t&&\"undefined\"!=typeof e&&(e.parser=i,e.Parser=i.Parser,e.parse=function(){return i.parse.apply(i,arguments)},e.main=function(n){n[1]||(console.log(\"Usage: \"+n[0]+\" FILE\"),r.exit(1));var i=t(\"fs\").readFileSync(t(\"path\").normalize(n[1]),\"utf8\");return e.parser.parse(i)},\"undefined\"!=typeof n&&t.main===n&&e.main(r.argv.slice(1)))}).call(this,t(\"_process\"))},{_process:106,fs:1,path:105}],123:[function(t,n,e){\"use strict\";function r(t,n){return Math.floor(Math.random()*(n-t))+t}function i(){for(var t=\"0123456789abcdef\",n=\"\",e=0;7>e;e++)n+=t[r(0,16)];return n}function a(t,n){var e,r=!0;t:for(;r;){var i=t,u=n;for(r=!1,h.debug(\"Entering isfastforwardable:\",i.id,u.id);i.seq<=u.seq&&i!=u&&null!=u.parent;){if(Array.isArray(u.parent)){if(h.debug(\"In merge commit:\",u.parent),e=a(i,f[u.parent[0]]))return e;t=i,n=f[u.parent[1]],r=!0;continue t}u=f[u.parent]}return h.debug(i.id,u.id),i.id==u.id}}function u(t,n){var e=t.seq,r=n.seq;return e>r?a(n,t):!1}function o(t,n,e){var r=l.find(t,n);if(r){var i=l.indexOf(t,l.find(t,n));t.splice(i,1,e)}else t.push(e)}function s(t){var n=l.maxBy(t,\"seq\"),e=\"\";l.each(t,function(t){e+=t==n?\"\t*\":\"\t|\"});var r=[e,n.id,n.seq];if(l.each(p,function(t,e){t==n.id&&r.push(e)}),h.debug(r.join(\" \")),Array.isArray(n.parent)){var i=f[n.parent[0]];o(t,n,i),t.push(f[n.parent[1]])}else{if(null==n.parent)return;var a=f[n.parent];o(t,n,a)}t=l.uniqBy(t,\"id\"),s(t)}var c=t(\"../../logger\"),l=t(\"lodash\"),h=new c.Log(1),f={},d=null,p={master:d},g=\"master\",y=\"LR\",m=0;e.setDirection=function(t){y=t};var v={};e.setOptions=function(t){h.debug(\"options str\",t),t=t&&t.trim(),t=t||\"{}\";try{v=JSON.parse(t)}catch(n){h.error(\"error while parsing gitGraph options\",n.message)}},e.getOptions=function(){return v},e.commit=function(t){var n={id:i(),message:t,seq:m++,parent:null==d?null:d.id};d=n,f[n.id]=n,p[g]=n.id,h.debug(\"in pushCommit \"+n.id)},e.branch=function(t){p[t]=null!=d?d.id:null,h.debug(\"in createBranch\")},e.merge=function(t){var n=f[p[g]],e=f[p[t]];if(u(n,e))return void h.debug(\"Already merged\");if(a(n,e))p[g]=p[t],d=f[p[g]];else{var r={id:i(),message:\"merged branch \"+t+\" into \"+g,seq:m++,parent:[null==d?null:d.id,p[t]]};d=r,f[r.id]=r,p[g]=r.id}h.debug(p),h.debug(\"in mergeBranch\")},e.checkout=function(t){h.debug(\"in checkout\"),g=t;var n=p[g];d=f[n]},e.reset=function(t){h.debug(\"in reset\",t);var n=t.split(\":\")[0],e=parseInt(t.split(\":\")[1]),r=\"HEAD\"==n?d:f[p[n]];for(h.debug(r,e);e>0;)if(r=f[r.parent],e--,!r){var i=\"Critical error - unique parent commit not found during reset\";throw h.error(i),i}d=r,p[g]=r.id},e.prettyPrint=function(){h.debug(f);var t=e.getCommitsArray()[0];s([t])},e.clear=function(){f={},d=null,p={master:d},g=\"master\",m=0},e.getBranchesAsObjArray=function(){var t=l.map(p,function(t,n){return{name:n,commit:f[t]}});return t},e.getBranches=function(){return p},e.getCommits=function(){return f},e.getCommitsArray=function(){var t=Object.keys(f).map(function(t){return f[t]});return l.each(t,function(t){h.debug(t.id)}),l.orderBy(t,[\"seq\"],[\"desc\"])},e.getCurrentBranch=function(){return g},e.getDirection=function(){return y},e.getHead=function(){return d}},{\"../../logger\":130,lodash:103}],124:[function(t,n,e){\"use strict\";function r(t){t.append(\"defs\").append(\"g\").attr(\"id\",\"def-commit\").append(\"circle\").attr(\"r\",v.nodeRadius).attr(\"cx\",0).attr(\"cy\",0),t.select(\"#def-commit\").append(\"foreignObject\").attr(\"width\",v.nodeLabel.width).attr(\"height\",v.nodeLabel.height).attr(\"x\",v.nodeLabel.x).attr(\"y\",v.nodeLabel.y).attr(\"class\",\"node-label\").attr(\"requiredFeatures\",\"http://www.w3.org/TR/SVG11/feature#Extensibility\").append(\"xhtml:p\").html(\"\")}function i(t,n,e,r){r=r||\"basis\";var i=v.branchColors[e%v.branchColors.length],a=p.svg.line().x(function(t){return Math.round(t.x)}).y(function(t){return Math.round(t.y)}).interpolate(r);t.append(\"svg:path\").attr(\"d\",a(n)).style(\"stroke\",i).style(\"stroke-width\",v.lineStrokeWidth).style(\"fill\",\"none\")}function a(t,n){n=n||t.node().getBBox();var e=t.node().getCTM(),r=e.e+n.x*e.a,i=e.f+n.y*e.d;\n\nreturn{left:r,top:i,width:n.width,height:n.height}}function u(t,n,e,r,u){y.debug(\"svgDrawLineForCommits: \",n,e);var o=a(t.select(\"#node-\"+n+\" circle\")),s=a(t.select(\"#node-\"+e+\" circle\"));switch(r){case\"LR\":if(o.left-s.left>v.nodeSpacing){var c={x:o.left-v.nodeSpacing,y:s.top+s.height/2},l={x:s.left+s.width,y:s.top+s.height/2};i(t,[c,l],u,\"linear\"),i(t,[{x:o.left,y:o.top+o.height/2},{x:o.left-v.nodeSpacing/2,y:o.top+o.height/2},{x:o.left-v.nodeSpacing/2,y:c.y},c],u)}else i(t,[{x:o.left,y:o.top+o.height/2},{x:o.left-v.nodeSpacing/2,y:o.top+o.height/2},{x:o.left-v.nodeSpacing/2,y:s.top+s.height/2},{x:s.left+s.width,y:s.top+s.height/2}],u);break;case\"BT\":s.top-o.top>v.nodeSpacing?(c={x:s.left+s.width/2,y:o.top+o.height+v.nodeSpacing},l={x:s.left+s.width/2,y:s.top},i(t,[c,l],u,\"linear\"),i(t,[{x:o.left+o.width/2,y:o.top+o.height},{x:o.left+o.width/2,y:o.top+o.height+v.nodeSpacing/2},{x:s.left+s.width/2,y:c.y-v.nodeSpacing/2},c],u)):i(t,[{x:o.left+o.width/2,y:o.top+o.height},{x:o.left+o.width/2,y:o.top+v.nodeSpacing/2},{x:s.left+s.width/2,y:s.top-v.nodeSpacing/2},{x:s.left+s.width/2,y:s.top}],u)}}function o(t,n){return t.select(n).node().cloneNode(!0)}function s(t,n,e,r){var i,a=Object.keys(m).length;if(f.isString(n))do{if(i=m[n],y.debug(\"in renderCommitHistory\",i.id,i.seq),t.select(\"#node-\"+n).size()>0)return;t.append(function(){return o(t,\"#def-commit\")}).attr(\"class\",\"commit\").attr(\"id\",function(){return\"node-\"+i.id}).attr(\"transform\",function(){switch(r){case\"LR\":return\"translate(\"+(i.seq*v.nodeSpacing+v.leftMargin)+\", \"+l*v.branchOffset+\")\";case\"BT\":return\"translate(\"+(l*v.branchOffset+v.leftMargin)+\", \"+(a-i.seq)*v.nodeSpacing+\")\"}}).attr(\"fill\",v.nodeFillColor).attr(\"stroke\",v.nodeStrokeColor).attr(\"stroke-width\",v.nodeStrokeWidth);var u=f.find(e,[\"commit\",i]);u&&(y.debug(\"found branch \",u.name),t.select(\"#node-\"+i.id+\" p\").append(\"xhtml:span\").attr(\"class\",\"branch-label\").text(u.name+\", \")),t.select(\"#node-\"+i.id+\" p\").append(\"xhtml:span\").attr(\"class\",\"commit-id\").text(i.id),\"\"!==i.message&&\"BT\"===r&&t.select(\"#node-\"+i.id+\" p\").append(\"xhtml:span\").attr(\"class\",\"commit-msg\").text(\", \"+i.message),n=i.parent}while(n&&m[n]);f.isArray(n)&&(y.debug(\"found merge commmit\",n),s(t,n[0],e,r),l++,s(t,n[1],e,r),l--)}function c(t,n,e,r){for(r=r||0;n.seq>0&&!n.lineDrawn;)f.isString(n.parent)?(u(t,n.id,n.parent,e,r),n.lineDrawn=!0,n=m[n.parent]):f.isArray(n.parent)&&(u(t,n.id,n.parent[0],e,r),u(t,n.id,n.parent[1],e,r+1),c(t,m[n.parent[1]],e,r+1),n.lineDrawn=!0,n=m[n.parent[0]])}var l,h=t(\"./gitGraphAst\"),f=t(\"lodash\"),d=t(\"./parser/gitGraph\"),p=t(\"../../d3\"),g=t(\"../../logger\"),y=new g.Log,m={},v={nodeSpacing:75,nodeFillColor:\"yellow\",nodeStrokeWidth:2,nodeStrokeColor:\"grey\",lineStrokeWidth:4,branchOffset:50,lineColor:\"grey\",leftMargin:50,branchColors:[\"#442f74\",\"#983351\",\"#609732\",\"#AA9A39\"],nodeRadius:15,nodeLabel:{width:75,height:100,x:-25,y:15}},_={};e.setConf=function(t){_=t},e.draw=function(t,n,e){try{var i;i=d.parser,i.yy=h,y.debug(\"in gitgraph renderer\",t,n,e),i.parse(t+\"\\n\"),v=f.extend(v,_,h.getOptions()),y.debug(\"effective options\",v);var a=h.getDirection();m=h.getCommits();var u=h.getBranchesAsObjArray();\"BT\"===a&&(v.nodeLabel.x=u.length*v.branchOffset,v.nodeLabel.width=\"100%\",v.nodeLabel.y=-2*v.nodeRadius);var o=p.select(\"#\"+n);r(o),l=1,f.each(u,function(t){s(o,t.commit.id,u,a),c(o,t.commit,a),l++}),o.attr(\"height\",function(){return\"BT\"===a?Object.keys(m).length*v.nodeSpacing:(u.length+1)*v.branchOffset})}catch(g){y.error(\"Error while rendering gitgraph\"),y.error(g.message)}}},{\"../../d3\":108,\"../../logger\":130,\"./gitGraphAst\":123,\"./parser/gitGraph\":125,lodash:103}],125:[function(t,n,e){(function(r){\"use strict\";var i=function(){function t(){this.yy={}}var n=function(t,n,e,r){for(e=e||{},r=t.length;r--;e[t[r]]=n);return e},e=[2,3],r=[1,7],i=[7,12,15,17,19,20,21],a=[7,11,12,15,17,19,20,21],u=[2,20],o=[1,32],s={trace:function(){},yy:{},symbols_:{error:2,start:3,GG:4,\":\":5,document:6,EOF:7,DIR:8,options:9,body:10,OPT:11,NL:12,line:13,statement:14,COMMIT:15,commit_arg:16,BRANCH:17,ID:18,CHECKOUT:19,MERGE:20,RESET:21,reset_arg:22,STR:23,HEAD:24,reset_parents:25,CARET:26,$accept:0,$end:1},terminals_:{2:\"error\",4:\"GG\",5:\":\",7:\"EOF\",8:\"DIR\",11:\"OPT\",12:\"NL\",15:\"COMMIT\",17:\"BRANCH\",18:\"ID\",19:\"CHECKOUT\",20:\"MERGE\",21:\"RESET\",23:\"STR\",24:\"HEAD\",26:\"CARET\"},productions_:[0,[3,4],[3,5],[6,0],[6,2],[9,2],[9,1],[10,0],[10,2],[13,2],[13,1],[14,2],[14,2],[14,2],[14,2],[14,2],[16,0],[16,1],[22,2],[22,2],[25,0],[25,2]],performAction:function(t,n,e,r,i,a){var u=a.length-1;switch(i){case 1:return a[u-1];case 2:return r.setDirection(a[u-3]),a[u-1];case 4:r.setOptions(a[u-1]),this.$=a[u];break;case 5:a[u-1]+=a[u],this.$=a[u-1];break;case 7:this.$=[];break;case 8:a[u-1].push(a[u]),this.$=a[u-1];break;case 9:this.$=a[u-1];break;case 11:r.commit(a[u]);break;case 12:r.branch(a[u]);break;case 13:r.checkout(a[u]);break;case 14:r.merge(a[u]);break;case 15:r.reset(a[u]);break;case 16:this.$=\"\";break;case 17:this.$=a[u];break;case 18:this.$=a[u-1]+\":\"+a[u];break;case 19:this.$=a[u-1]+\":\"+r.count,r.count=0;break;case 20:r.count=0;break;case 21:r.count+=1}},table:[{3:1,4:[1,2]},{1:[3]},{5:[1,3],8:[1,4]},{6:5,7:e,9:6,12:r},{5:[1,8]},{7:[1,9]},n(i,[2,7],{10:10,11:[1,11]}),n(a,[2,6]),{6:12,7:e,9:6,12:r},{1:[2,1]},{7:[2,4],12:[1,15],13:13,14:14,15:[1,16],17:[1,17],19:[1,18],20:[1,19],21:[1,20]},n(a,[2,5]),{7:[1,21]},n(i,[2,8]),{12:[1,22]},n(i,[2,10]),{12:[2,16],16:23,23:[1,24]},{18:[1,25]},{18:[1,26]},{18:[1,27]},{18:[1,30],22:28,24:[1,29]},{1:[2,2]},n(i,[2,9]),{12:[2,11]},{12:[2,17]},{12:[2,12]},{12:[2,13]},{12:[2,14]},{12:[2,15]},{12:u,25:31,26:o},{12:u,25:33,26:o},{12:[2,18]},{12:u,25:34,26:o},{12:[2,19]},{12:[2,21]}],defaultActions:{9:[2,1],21:[2,2],23:[2,11],24:[2,17],25:[2,12],26:[2,13],27:[2,14],28:[2,15],31:[2,18],33:[2,19],34:[2,21]},parseError:function(t,n){if(!n.recoverable){var e=function(t,n){this.message=t,this.hash=n};throw e.prototype=Error,new e(t,n)}this.trace(t)},parse:function(t){var n=this,e=[0],r=[null],i=[],a=this.table,u=\"\",o=0,s=0,c=0,l=2,h=1,f=i.slice.call(arguments,1),d=Object.create(this.lexer),p={yy:{}};for(var g in this.yy)Object.prototype.hasOwnProperty.call(this.yy,g)&&(p.yy[g]=this.yy[g]);d.setInput(t,p.yy),p.yy.lexer=d,p.yy.parser=this,\"undefined\"==typeof d.yylloc&&(d.yylloc={});var y=d.yylloc;i.push(y);var m=d.options&&d.options.ranges;this.parseError=\"function\"==typeof p.yy.parseError?p.yy.parseError:Object.getPrototypeOf(this).parseError;for(var v,_,b,x,w,A,k,E,M,S=function(){var t;return t=d.lex()||h,\"number\"!=typeof t&&(t=n.symbols_[t]||t),t},D={};;){if(b=e[e.length-1],this.defaultActions[b]?x=this.defaultActions[b]:((null===v||\"undefined\"==typeof v)&&(v=S()),x=a[b]&&a[b][v]),\"undefined\"==typeof x||!x.length||!x[0]){var C=\"\";M=[];for(A in a[b])this.terminals_[A]&&A>l&&M.push(\"'\"+this.terminals_[A]+\"'\");C=d.showPosition?\"Parse error on line \"+(o+1)+\":\\n\"+d.showPosition()+\"\\nExpecting \"+M.join(\", \")+\", got '\"+(this.terminals_[v]||v)+\"'\":\"Parse error on line \"+(o+1)+\": Unexpected \"+(v==h?\"end of input\":\"'\"+(this.terminals_[v]||v)+\"'\"),this.parseError(C,{text:d.match,token:this.terminals_[v]||v,line:d.yylineno,loc:y,expected:M})}if(x[0]instanceof Array&&x.length>1)throw new Error(\"Parse Error: multiple actions possible at state: \"+b+\", token: \"+v);switch(x[0]){case 1:e.push(v),r.push(d.yytext),i.push(d.yylloc),e.push(x[1]),v=null,_?(v=_,_=null):(s=d.yyleng,u=d.yytext,o=d.yylineno,y=d.yylloc,c>0&&c--);break;case 2:if(k=this.productions_[x[1]][1],D.$=r[r.length-k],D._$={first_line:i[i.length-(k||1)].first_line,last_line:i[i.length-1].last_line,first_column:i[i.length-(k||1)].first_column,last_column:i[i.length-1].last_column},m&&(D._$.range=[i[i.length-(k||1)].range[0],i[i.length-1].range[1]]),w=this.performAction.apply(D,[u,s,o,p.yy,x[1],r,i].concat(f)),\"undefined\"!=typeof w)return w;k&&(e=e.slice(0,-1*k*2),r=r.slice(0,-1*k),i=i.slice(0,-1*k)),e.push(this.productions_[x[1]][0]),r.push(D.$),i.push(D._$),E=a[e[e.length-2]][e[e.length-1]],e.push(E);break;case 3:return!0}}return!0}},c=function(){var t={EOF:1,parseError:function(t,n){if(!this.yy.parser)throw new Error(t);this.yy.parser.parseError(t,n)},setInput:function(t,n){return this.yy=n||this.yy||{},this._input=t,this._more=this._backtrack=this.done=!1,this.yylineno=this.yyleng=0,this.yytext=this.matched=this.match=\"\",this.conditionStack=[\"INITIAL\"],this.yylloc={first_line:1,first_column:0,last_line:1,last_column:0},this.options.ranges&&(this.yylloc.range=[0,0]),this.offset=0,this},input:function(){var t=this._input[0];this.yytext+=t,this.yyleng++,this.offset++,this.match+=t,this.matched+=t;var n=t.match(/(?:\\r\\n?|\\n).*/g);return n?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),t},unput:function(t){var n=t.length,e=t.split(/(?:\\r\\n?|\\n)/g);this._input=t+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-n),this.offset-=n;var r=this.match.split(/(?:\\r\\n?|\\n)/g);this.match=this.match.substr(0,this.match.length-1),this.matched=this.matched.substr(0,this.matched.length-1),e.length-1&&(this.yylineno-=e.length-1);var i=this.yylloc.range;return this.yylloc={first_line:this.yylloc.first_line,last_line:this.yylineno+1,first_column:this.yylloc.first_column,last_column:e?(e.length===r.length?this.yylloc.first_column:0)+r[r.length-e.length].length-e[0].length:this.yylloc.first_column-n},this.options.ranges&&(this.yylloc.range=[i[0],i[0]+this.yyleng-n]),this.yyleng=this.yytext.length,this},more:function(){return this._more=!0,this},reject:function(){return this.options.backtrack_lexer?(this._backtrack=!0,this):this.parseError(\"Lexical error on line \"+(this.yylineno+1)+\". You can only invoke reject() in the lexer when the lexer is of the backtracking persuasion (options.backtrack_lexer = true).\\n\"+this.showPosition(),{text:\"\",token:null,line:this.yylineno})},less:function(t){this.unput(this.match.slice(t))},pastInput:function(){var t=this.matched.substr(0,this.matched.length-this.match.length);return(t.length>20?\"...\":\"\")+t.substr(-20).replace(/\\n/g,\"\")},upcomingInput:function(){var t=this.match;return t.length<20&&(t+=this._input.substr(0,20-t.length)),(t.substr(0,20)+(t.length>20?\"...\":\"\")).replace(/\\n/g,\"\")},showPosition:function(){var t=this.pastInput(),n=new Array(t.length+1).join(\"-\");return t+this.upcomingInput()+\"\\n\"+n+\"^\"},test_match:function(t,n){var e,r,i;if(this.options.backtrack_lexer&&(i={yylineno:this.yylineno,yylloc:{first_line:this.yylloc.first_line,last_line:this.last_line,first_column:this.yylloc.first_column,last_column:this.yylloc.last_column},yytext:this.yytext,match:this.match,matches:this.matches,matched:this.matched,yyleng:this.yyleng,offset:this.offset,_more:this._more,_input:this._input,yy:this.yy,conditionStack:this.conditionStack.slice(0),done:this.done},this.options.ranges&&(i.yylloc.range=this.yylloc.range.slice(0))),r=t[0].match(/(?:\\r\\n?|\\n).*/g),r&&(this.yylineno+=r.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:r?r[r.length-1].length-r[r.length-1].match(/\\r?\\n?/)[0].length:this.yylloc.last_column+t[0].length},this.yytext+=t[0],this.match+=t[0],this.matches=t,this.yyleng=this.yytext.length,this.options.ranges&&(this.yylloc.range=[this.offset,this.offset+=this.yyleng]),this._more=!1,this._backtrack=!1,this._input=this._input.slice(t[0].length),this.matched+=t[0],e=this.performAction.call(this,this.yy,this,n,this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),e)return e;if(this._backtrack){for(var a in i)this[a]=i[a];return!1}return!1},next:function(){if(this.done)return this.EOF;this._input||(this.done=!0);var t,n,e,r;this._more||(this.yytext=\"\",this.match=\"\");for(var i=this._currentRules(),a=0;a<i.length;a++)if(e=this._input.match(this.rules[i[a]]),e&&(!n||e[0].length>n[0].length)){if(n=e,r=a,this.options.backtrack_lexer){if(t=this.test_match(e,i[a]),t!==!1)return t;if(this._backtrack){n=!1;continue}return!1}if(!this.options.flex)break}return n?(t=this.test_match(n,i[r]),t!==!1?t:!1):\"\"===this._input?this.EOF:this.parseError(\"Lexical error on line \"+(this.yylineno+1)+\". Unrecognized text.\\n\"+this.showPosition(),{text:\"\",token:null,line:this.yylineno})},lex:function(){var t=this.next();return t?t:this.lex()},begin:function(t){this.conditionStack.push(t)},popState:function(){var t=this.conditionStack.length-1;return t>0?this.conditionStack.pop():this.conditionStack[0]},_currentRules:function(){return this.conditionStack.length&&this.conditionStack[this.conditionStack.length-1]?this.conditions[this.conditionStack[this.conditionStack.length-1]].rules:this.conditions.INITIAL.rules},topState:function(t){return t=this.conditionStack.length-1-Math.abs(t||0),t>=0?this.conditionStack[t]:\"INITIAL\"},pushState:function(t){this.begin(t)},stateStackSize:function(){return this.conditionStack.length},options:{\"case-insensitive\":!0},performAction:function(t,n,e,r){switch(e){case 0:return 12;case 1:break;case 2:break;case 3:break;case 4:return 4;case 5:return 15;case 6:return 17;case 7:return 20;case 8:return 21;case 9:return 19;case 10:return 8;case 11:return 8;case 12:return 5;case 13:return 26;case 14:this.begin(\"options\");break;case 15:this.popState();break;case 16:return 11;case 17:this.begin(\"string\");break;case 18:this.popState();break;case 19:return 23;case 20:return 18;case 21:return 7}},rules:[/^(?:(\\r?\\n)+)/i,/^(?:\\s+)/i,/^(?:#[^\\n]*)/i,/^(?:%[^\\n]*)/i,/^(?:gitGraph\\b)/i,/^(?:commit\\b)/i,/^(?:branch\\b)/i,/^(?:merge\\b)/i,/^(?:reset\\b)/i,/^(?:checkout\\b)/i,/^(?:LR\\b)/i,/^(?:BT\\b)/i,/^(?::)/i,/^(?:\\^)/i,/^(?:options\\r?\\n)/i,/^(?:end\\r?\\n)/i,/^(?:[^\\n]+\\r?\\n)/i,/^(?:[\"])/i,/^(?:[\"])/i,/^(?:[^\"]*)/i,/^(?:[a-zA-Z][a-zA-Z0-9_]+)/i,/^(?:$)/i],conditions:{options:{rules:[15,16],inclusive:!1},string:{rules:[18,19],inclusive:!1},INITIAL:{rules:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,17,20,21],inclusive:!0}}};return t}();return s.lexer=c,t.prototype=s,s.Parser=t,new t}();\"undefined\"!=typeof t&&\"undefined\"!=typeof e&&(e.parser=i,e.Parser=i.Parser,e.parse=function(){return i.parse.apply(i,arguments)},e.main=function(n){n[1]||(console.log(\"Usage: \"+n[0]+\" FILE\"),r.exit(1));var i=t(\"fs\").readFileSync(t(\"path\").normalize(n[1]),\"utf8\");return e.parser.parse(i)},\"undefined\"!=typeof n&&t.main===n&&e.main(r.argv.slice(1)))}).call(this,t(\"_process\"))},{_process:106,fs:1,path:105}],126:[function(t,n,e){(function(r){\"use strict\";var i=function(){function t(){this.yy={}}var n=function(t,n,e,r){for(e=e||{},r=t.length;r--;e[t[r]]=n);return e},e=[1,2],r=[1,3],i=[1,4],a=[2,4],u=[1,9],o=[1,11],s=[1,12],c=[1,14],l=[1,15],h=[1,17],f=[1,18],d=[1,19],p=[1,20],g=[1,22],y=[1,23],m=[1,4,5,10,15,16,18,20,21,22,23,24,25,36],v=[1,31],_=[4,5,10,15,16,18,20,21,22,23,25,36],b=[34,35,36],x={trace:function(){},yy:{},symbols_:{error:2,start:3,SPACE:4,NL:5,SD:6,document:7,line:8,statement:9,participant:10,actor:11,AS:12,restOfLine:13,signal:14,activate:15,deactivate:16,note_statement:17,title:18,text2:19,loop:20,end:21,opt:22,alt:23,\"else\":24,note:25,placement:26,over:27,actor_pair:28,spaceList:29,\",\":30,left_of:31,right_of:32,signaltype:33,\"+\":34,\"-\":35,ACTOR:36,SOLID_OPEN_ARROW:37,DOTTED_OPEN_ARROW:38,SOLID_ARROW:39,DOTTED_ARROW:40,SOLID_CROSS:41,DOTTED_CROSS:42,TXT:43,$accept:0,$end:1},terminals_:{2:\"error\",4:\"SPACE\",5:\"NL\",6:\"SD\",10:\"participant\",12:\"AS\",13:\"restOfLine\",15:\"activate\",16:\"deactivate\",18:\"title\",20:\"loop\",21:\"end\",22:\"opt\",23:\"alt\",24:\"else\",25:\"note\",27:\"over\",30:\",\",31:\"left_of\",32:\"right_of\",34:\"+\",35:\"-\",36:\"ACTOR\",37:\"SOLID_OPEN_ARROW\",38:\"DOTTED_OPEN_ARROW\",39:\"SOLID_ARROW\",40:\"DOTTED_ARROW\",41:\"SOLID_CROSS\",42:\"DOTTED_CROSS\",43:\"TXT\"},productions_:[0,[3,2],[3,2],[3,2],[7,0],[7,2],[8,2],[8,1],[8,1],[9,5],[9,3],[9,2],[9,3],[9,3],[9,2],[9,3],[9,4],[9,4],[9,7],[17,4],[17,4],[29,2],[29,1],[28,3],[28,1],[26,1],[26,1],[14,5],[14,5],[14,4],[11,1],[33,1],[33,1],[33,1],[33,1],[33,1],[33,1],[19,1]],performAction:function(t,n,e,r,i,a){var u=a.length-1;switch(i){case 3:return r.apply(a[u]),a[u];case 4:this.$=[];break;case 5:a[u-1].push(a[u]),this.$=a[u-1];break;case 6:case 7:this.$=a[u];break;case 8:this.$=[];break;case 9:a[u-3].description=a[u-1],this.$=a[u-3];break;case 10:this.$=a[u-1];break;case 12:this.$={type:\"activeStart\",signalType:r.LINETYPE.ACTIVE_START,actor:a[u-1]};break;case 13:this.$={type:\"activeEnd\",signalType:r.LINETYPE.ACTIVE_END,actor:a[u-1]};break;case 15:this.$=[{type:\"setTitle\",text:a[u-1]}];break;case 16:a[u-1].unshift({type:\"loopStart\",loopText:a[u-2],signalType:r.LINETYPE.LOOP_START}),a[u-1].push({type:\"loopEnd\",loopText:a[u-2],signalType:r.LINETYPE.LOOP_END}),this.$=a[u-1];break;case 17:a[u-1].unshift({type:\"optStart\",optText:a[u-2],signalType:r.LINETYPE.OPT_START}),a[u-1].push({type:\"optEnd\",optText:a[u-2],signalType:r.LINETYPE.OPT_END}),this.$=a[u-1];break;case 18:a[u-4].unshift({type:\"altStart\",altText:a[u-5],signalType:r.LINETYPE.ALT_START}),a[u-4].push({type:\"else\",altText:a[u-2],signalType:r.LINETYPE.ALT_ELSE}),a[u-4]=a[u-4].concat(a[u-1]),a[u-4].push({type:\"altEnd\",signalType:r.LINETYPE.ALT_END}),this.$=a[u-4];break;case 19:this.$=[a[u-1],{type:\"addNote\",placement:a[u-2],actor:a[u-1].actor,text:a[u]}];break;case 20:a[u-2]=[].concat(a[u-1],a[u-1]).slice(0,2),a[u-2][0]=a[u-2][0].actor,a[u-2][1]=a[u-2][1].actor,this.$=[a[u-1],{type:\"addNote\",placement:r.PLACEMENT.OVER,actor:a[u-2].slice(0,2),text:a[u]}];break;case 23:this.$=[a[u-2],a[u]];break;case 24:this.$=a[u];break;case 25:this.$=r.PLACEMENT.LEFTOF;break;case 26:this.$=r.PLACEMENT.RIGHTOF;break;case 27:this.$=[a[u-4],a[u-1],{type:\"addMessage\",from:a[u-4].actor,to:a[u-1].actor,signalType:a[u-3],msg:a[u]},{type:\"activeStart\",signalType:r.LINETYPE.ACTIVE_START,actor:a[u-1]}];break;case 28:this.$=[a[u-4],a[u-1],{type:\"addMessage\",from:a[u-4].actor,to:a[u-1].actor,signalType:a[u-3],msg:a[u]},{type:\"activeEnd\",signalType:r.LINETYPE.ACTIVE_END,actor:a[u-4]}];break;case 29:this.$=[a[u-3],a[u-1],{type:\"addMessage\",from:a[u-3].actor,to:a[u-1].actor,signalType:a[u-2],msg:a[u]}];break;case 30:this.$={type:\"addActor\",actor:a[u]};break;case 31:this.$=r.LINETYPE.SOLID_OPEN;break;case 32:this.$=r.LINETYPE.DOTTED_OPEN;break;case 33:this.$=r.LINETYPE.SOLID;break;case 34:this.$=r.LINETYPE.DOTTED;break;case 35:this.$=r.LINETYPE.SOLID_CROSS;break;case 36:this.$=r.LINETYPE.DOTTED_CROSS;break;case 37:this.$=a[u].substring(1).trim().replace(/\\\\n/gm,\"\\n\")}},table:[{3:1,4:e,5:r,6:i},{1:[3]},{3:5,4:e,5:r,6:i},{3:6,4:e,5:r,6:i},n([1,4,5,10,15,16,18,20,22,23,25,36],a,{7:7}),{1:[2,1]},{1:[2,2]},{1:[2,3],4:u,5:o,8:8,9:10,10:s,11:21,14:13,15:c,16:l,17:16,18:h,20:f,22:d,23:p,25:g,36:y},n(m,[2,5]),{9:24,10:s,11:21,14:13,15:c,16:l,17:16,18:h,20:f,22:d,23:p,25:g,36:y},n(m,[2,7]),n(m,[2,8]),{11:25,36:y},{5:[1,26]},{11:27,36:y},{11:28,36:y},{5:[1,29]},{19:30,43:v},{13:[1,32]},{13:[1,33]},{13:[1,34]},{33:35,37:[1,36],38:[1,37],39:[1,38],40:[1,39],41:[1,40],42:[1,41]},{26:42,27:[1,43],31:[1,44],32:[1,45]},n([5,12,30,37,38,39,40,41,42,43],[2,30]),n(m,[2,6]),{5:[1,47],12:[1,46]},n(m,[2,11]),{5:[1,48]},{5:[1,49]},n(m,[2,14]),{5:[1,50]},{5:[2,37]},n(_,a,{7:51}),n(_,a,{7:52}),n([4,5,10,15,16,18,20,22,23,24,25,36],a,{7:53}),{11:56,34:[1,54],35:[1,55],36:y},n(b,[2,31]),n(b,[2,32]),n(b,[2,33]),n(b,[2,34]),n(b,[2,35]),n(b,[2,36]),{11:57,36:y},{11:59,28:58,36:y},{36:[2,25]},{36:[2,26]},{13:[1,60]},n(m,[2,10]),n(m,[2,12]),n(m,[2,13]),n(m,[2,15]),{4:u,5:o,8:8,9:10,10:s,11:21,14:13,15:c,16:l,17:16,18:h,20:f,21:[1,61],22:d,23:p,25:g,36:y},{4:u,5:o,8:8,9:10,10:s,11:21,14:13,15:c,16:l,17:16,18:h,20:f,21:[1,62],22:d,23:p,25:g,36:y},{4:u,5:o,8:8,9:10,10:s,11:21,14:13,15:c,16:l,17:16,18:h,20:f,22:d,23:p,24:[1,63],25:g,36:y},{11:64,36:y},{11:65,36:y},{19:66,43:v},{19:67,43:v},{19:68,43:v},{30:[1,69],43:[2,24]},{5:[1,70]},n(m,[2,16]),n(m,[2,17]),{13:[1,71]},{19:72,43:v},{19:73,43:v},{5:[2,29]},{5:[2,19]},{5:[2,20]},{11:74,36:y},n(m,[2,9]),n(_,a,{7:75}),{5:[2,27]},{5:[2,28]},{43:[2,23]},{4:u,5:o,8:8,9:10,10:s,11:21,14:13,15:c,16:l,17:16,18:h,20:f,21:[1,76],22:d,23:p,25:g,36:y},n(m,[2,18])],defaultActions:{5:[2,1],6:[2,2],31:[2,37],44:[2,25],45:[2,26],66:[2,29],67:[2,19],68:[2,20],72:[2,27],73:[2,28],74:[2,23]},parseError:function(t,n){if(!n.recoverable){var e=function(t,n){this.message=t,this.hash=n};throw e.prototype=Error,new e(t,n)}this.trace(t)},parse:function(t){var n=this,e=[0],r=[null],i=[],a=this.table,u=\"\",o=0,s=0,c=0,l=2,h=1,f=i.slice.call(arguments,1),d=Object.create(this.lexer),p={yy:{}};for(var g in this.yy)Object.prototype.hasOwnProperty.call(this.yy,g)&&(p.yy[g]=this.yy[g]);d.setInput(t,p.yy),p.yy.lexer=d,p.yy.parser=this,\"undefined\"==typeof d.yylloc&&(d.yylloc={});var y=d.yylloc;i.push(y);var m=d.options&&d.options.ranges;this.parseError=\"function\"==typeof p.yy.parseError?p.yy.parseError:Object.getPrototypeOf(this).parseError;for(var v,_,b,x,w,A,k,E,M,S=function(){var t;return t=d.lex()||h,\"number\"!=typeof t&&(t=n.symbols_[t]||t),t},D={};;){if(b=e[e.length-1],this.defaultActions[b]?x=this.defaultActions[b]:((null===v||\"undefined\"==typeof v)&&(v=S()),x=a[b]&&a[b][v]),\"undefined\"==typeof x||!x.length||!x[0]){var C=\"\";M=[];for(A in a[b])this.terminals_[A]&&A>l&&M.push(\"'\"+this.terminals_[A]+\"'\");C=d.showPosition?\"Parse error on line \"+(o+1)+\":\\n\"+d.showPosition()+\"\\nExpecting \"+M.join(\", \")+\", got '\"+(this.terminals_[v]||v)+\"'\":\"Parse error on line \"+(o+1)+\": Unexpected \"+(v==h?\"end of input\":\"'\"+(this.terminals_[v]||v)+\"'\"),this.parseError(C,{text:d.match,token:this.terminals_[v]||v,line:d.yylineno,loc:y,expected:M})}if(x[0]instanceof Array&&x.length>1)throw new Error(\"Parse Error: multiple actions possible at state: \"+b+\", token: \"+v);switch(x[0]){case 1:e.push(v),r.push(d.yytext),i.push(d.yylloc),e.push(x[1]),v=null,_?(v=_,_=null):(s=d.yyleng,u=d.yytext,o=d.yylineno,y=d.yylloc,c>0&&c--);break;case 2:if(k=this.productions_[x[1]][1],D.$=r[r.length-k],D._$={first_line:i[i.length-(k||1)].first_line,last_line:i[i.length-1].last_line,first_column:i[i.length-(k||1)].first_column,last_column:i[i.length-1].last_column},m&&(D._$.range=[i[i.length-(k||1)].range[0],i[i.length-1].range[1]]),w=this.performAction.apply(D,[u,s,o,p.yy,x[1],r,i].concat(f)),\"undefined\"!=typeof w)return w;k&&(e=e.slice(0,-1*k*2),r=r.slice(0,-1*k),i=i.slice(0,-1*k)),e.push(this.productions_[x[1]][0]),r.push(D.$),i.push(D._$),E=a[e[e.length-2]][e[e.length-1]],e.push(E);break;case 3:return!0}}return!0}},w=function(){var t={EOF:1,parseError:function(t,n){if(!this.yy.parser)throw new Error(t);this.yy.parser.parseError(t,n)},setInput:function(t,n){return this.yy=n||this.yy||{},this._input=t,this._more=this._backtrack=this.done=!1,this.yylineno=this.yyleng=0,this.yytext=this.matched=this.match=\"\",this.conditionStack=[\"INITIAL\"],this.yylloc={first_line:1,first_column:0,last_line:1,last_column:0},this.options.ranges&&(this.yylloc.range=[0,0]),this.offset=0,this},input:function(){var t=this._input[0];this.yytext+=t,this.yyleng++,this.offset++,this.match+=t,this.matched+=t;var n=t.match(/(?:\\r\\n?|\\n).*/g);return n?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),t},unput:function(t){var n=t.length,e=t.split(/(?:\\r\\n?|\\n)/g);this._input=t+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-n),this.offset-=n;var r=this.match.split(/(?:\\r\\n?|\\n)/g);this.match=this.match.substr(0,this.match.length-1),this.matched=this.matched.substr(0,this.matched.length-1),e.length-1&&(this.yylineno-=e.length-1);var i=this.yylloc.range;return this.yylloc={first_line:this.yylloc.first_line,last_line:this.yylineno+1,first_column:this.yylloc.first_column,last_column:e?(e.length===r.length?this.yylloc.first_column:0)+r[r.length-e.length].length-e[0].length:this.yylloc.first_column-n},this.options.ranges&&(this.yylloc.range=[i[0],i[0]+this.yyleng-n]),this.yyleng=this.yytext.length,this},more:function(){return this._more=!0,this},reject:function(){return this.options.backtrack_lexer?(this._backtrack=!0,this):this.parseError(\"Lexical error on line \"+(this.yylineno+1)+\". You can only invoke reject() in the lexer when the lexer is of the backtracking persuasion (options.backtrack_lexer = true).\\n\"+this.showPosition(),{text:\"\",token:null,line:this.yylineno})},less:function(t){this.unput(this.match.slice(t))},pastInput:function(){var t=this.matched.substr(0,this.matched.length-this.match.length);return(t.length>20?\"...\":\"\")+t.substr(-20).replace(/\\n/g,\"\")},upcomingInput:function(){var t=this.match;return t.length<20&&(t+=this._input.substr(0,20-t.length)),(t.substr(0,20)+(t.length>20?\"...\":\"\")).replace(/\\n/g,\"\")},showPosition:function(){var t=this.pastInput(),n=new Array(t.length+1).join(\"-\");return t+this.upcomingInput()+\"\\n\"+n+\"^\"},test_match:function(t,n){var e,r,i;if(this.options.backtrack_lexer&&(i={yylineno:this.yylineno,yylloc:{first_line:this.yylloc.first_line,last_line:this.last_line,first_column:this.yylloc.first_column,last_column:this.yylloc.last_column},yytext:this.yytext,match:this.match,matches:this.matches,matched:this.matched,yyleng:this.yyleng,offset:this.offset,_more:this._more,_input:this._input,yy:this.yy,conditionStack:this.conditionStack.slice(0),done:this.done},this.options.ranges&&(i.yylloc.range=this.yylloc.range.slice(0))),r=t[0].match(/(?:\\r\\n?|\\n).*/g),r&&(this.yylineno+=r.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:r?r[r.length-1].length-r[r.length-1].match(/\\r?\\n?/)[0].length:this.yylloc.last_column+t[0].length},this.yytext+=t[0],this.match+=t[0],this.matches=t,this.yyleng=this.yytext.length,this.options.ranges&&(this.yylloc.range=[this.offset,this.offset+=this.yyleng]),this._more=!1,this._backtrack=!1,this._input=this._input.slice(t[0].length),this.matched+=t[0],e=this.performAction.call(this,this.yy,this,n,this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),e)return e;if(this._backtrack){for(var a in i)this[a]=i[a];return!1}return!1},next:function(){if(this.done)return this.EOF;this._input||(this.done=!0);var t,n,e,r;this._more||(this.yytext=\"\",this.match=\"\");for(var i=this._currentRules(),a=0;a<i.length;a++)if(e=this._input.match(this.rules[i[a]]),e&&(!n||e[0].length>n[0].length)){if(n=e,r=a,this.options.backtrack_lexer){if(t=this.test_match(e,i[a]),t!==!1)return t;if(this._backtrack){n=!1;continue}return!1}if(!this.options.flex)break}return n?(t=this.test_match(n,i[r]),t!==!1?t:!1):\"\"===this._input?this.EOF:this.parseError(\"Lexical error on line \"+(this.yylineno+1)+\". Unrecognized text.\\n\"+this.showPosition(),{text:\"\",token:null,line:this.yylineno})},lex:function(){var t=this.next();return t?t:this.lex()},begin:function(t){this.conditionStack.push(t)},popState:function(){var t=this.conditionStack.length-1;return t>0?this.conditionStack.pop():this.conditionStack[0]},_currentRules:function(){return this.conditionStack.length&&this.conditionStack[this.conditionStack.length-1]?this.conditions[this.conditionStack[this.conditionStack.length-1]].rules:this.conditions.INITIAL.rules},topState:function(t){return t=this.conditionStack.length-1-Math.abs(t||0),t>=0?this.conditionStack[t]:\"INITIAL\"},pushState:function(t){this.begin(t)},stateStackSize:function(){return this.conditionStack.length},options:{\"case-insensitive\":!0},performAction:function(t,n,e,r){switch(e){case 0:return 5;case 1:break;case 2:break;case 3:break;case 4:break;case 5:return this.begin(\"ID\"),10;case 6:return this.begin(\"ALIAS\"),36;case 7:return this.popState(),this.popState(),this.begin(\"LINE\"),12;case 8:return this.popState(),this.popState(),5;case 9:return this.begin(\"LINE\"),20;case 10:return this.begin(\"LINE\"),22;case 11:return this.begin(\"LINE\"),23;case 12:return this.begin(\"LINE\"),24;case 13:return this.popState(),13;case 14:return 21;case 15:return 31;case 16:return 32;case 17:return 27;case 18:return 25;case 19:return this.begin(\"ID\"),15;case 20:return this.begin(\"ID\"),16;case 21:return 18;case 22:return 6;case 23:return 30;case 24:return 5;case 25:return n.yytext=n.yytext.trim(),36;case 26:return 39;case 27:return 40;case 28:return 37;case 29:return 38;case 30:return 41;case 31:return 42;case 32:return 43;case 33:return 34;case 34:return 35;case 35:return 5;case 36:return\"INVALID\"}},rules:[/^(?:[\\n]+)/i,/^(?:\\s+)/i,/^(?:((?!\\n)\\s)+)/i,/^(?:#[^\\n]*)/i,/^(?:%[^\\n]*)/i,/^(?:participant\\b)/i,/^(?:[^\\->:\\n,;]+?(?=((?!\\n)\\s)+as(?!\\n)\\s|[#\\n;]|$))/i,/^(?:as\\b)/i,/^(?:(?:))/i,/^(?:loop\\b)/i,/^(?:opt\\b)/i,/^(?:alt\\b)/i,/^(?:else\\b)/i,/^(?:[^#\\n;]*)/i,/^(?:end\\b)/i,/^(?:left of\\b)/i,/^(?:right of\\b)/i,/^(?:over\\b)/i,/^(?:note\\b)/i,/^(?:activate\\b)/i,/^(?:deactivate\\b)/i,/^(?:title\\b)/i,/^(?:sequenceDiagram\\b)/i,/^(?:,)/i,/^(?:;)/i,/^(?:[^\\+\\->:\\n,;]+)/i,/^(?:->>)/i,/^(?:-->>)/i,/^(?:->)/i,/^(?:-->)/i,/^(?:-[x])/i,/^(?:--[x])/i,/^(?::[^#\\n;]+)/i,/^(?:\\+)/i,/^(?:-)/i,/^(?:$)/i,/^(?:.)/i],conditions:{LINE:{rules:[2,3,13],inclusive:!1},ALIAS:{rules:[2,3,7,8],inclusive:!1},ID:{rules:[2,3,6],inclusive:!1},INITIAL:{rules:[0,1,3,4,5,9,10,11,12,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36],inclusive:!0}}};return t}();return x.lexer=w,t.prototype=x,x.Parser=t,new t}();\"undefined\"!=typeof t&&\"undefined\"!=typeof e&&(e.parser=i,e.Parser=i.Parser,e.parse=function(){return i.parse.apply(i,arguments)},e.main=function(n){n[1]||(console.log(\"Usage: \"+n[0]+\" FILE\"),r.exit(1));var i=t(\"fs\").readFileSync(t(\"path\").normalize(n[1]),\"utf8\");return e.parser.parse(i)},\"undefined\"!=typeof n&&t.main===n&&e.main(r.argv.slice(1)))}).call(this,t(\"_process\"))},{_process:106,fs:1,path:105}],127:[function(t,n,e){(function(n){\"use strict\";var r={},i=[],a=[],u=\"\",o=t(\"../../logger\"),s=new o.Log;e.addActor=function(t,n,e){var i=r[t];i&&n===i.name&&null==e||(null==e&&(e=n),r[t]={name:n,description:e})},e.addMessage=function(t,n,e,r){i.push({from:t,to:n,message:e,answer:r})},e.addSignal=function(t,n,e,r){s.debug(\"Adding message from=\"+t+\" to=\"+n+\" message=\"+e+\" type=\"+r),i.push({from:t,to:n,message:e,type:r})},e.getMessages=function(){return i},e.getActors=function(){return r},e.getActor=function(t){return r[t]},e.getActorKeys=function(){return Object.keys(r)},e.getTitle=function(){return u},e.clear=function(){r={},i=[]},e.LINETYPE={SOLID:0,DOTTED:1,NOTE:2,SOLID_CROSS:3,DOTTED_CROSS:4,SOLID_OPEN:5,DOTTED_OPEN:6,LOOP_START:10,LOOP_END:11,ALT_START:12,ALT_ELSE:13,ALT_END:14,OPT_START:15,OPT_END:16,ACTIVE_START:17,ACTIVE_END:18},e.ARROWTYPE={FILLED:0,OPEN:1},e.PLACEMENT={LEFTOF:0,RIGHTOF:1,OVER:2},e.addNote=function(t,n,r){var u={actor:t,placement:n,message:r},o=[].concat(t,t);a.push(u),i.push({from:o[0],to:o[1],message:r,type:e.LINETYPE.NOTE,placement:n})},e.setTitle=function(t){u=t},e.parseError=function(t,e){n.mermaidAPI.parseError(t,e)},e.apply=function(t){if(t instanceof Array)t.forEach(function(t){e.apply(t)});else switch(t.type){case\"addActor\":e.addActor(t.actor,t.actor,t.description);break;case\"activeStart\":e.addSignal(t.actor,void 0,void 0,t.signalType);break;case\"activeEnd\":e.addSignal(t.actor,void 0,void 0,t.signalType);break;case\"addNote\":e.addNote(t.actor,t.placement,t.text);break;case\"addMessage\":e.addSignal(t.from,t.to,t.msg,t.signalType);break;case\"loopStart\":e.addSignal(void 0,void 0,t.loopText,t.signalType);break;case\"loopEnd\":e.addSignal(void 0,void 0,void 0,t.signalType);break;case\"optStart\":e.addSignal(void 0,void 0,t.optText,t.signalType);break;case\"optEnd\":e.addSignal(void 0,void 0,void 0,t.signalType);break;case\"altStart\":e.addSignal(void 0,void 0,t.altText,t.signalType);break;case\"else\":e.addSignal(void 0,void 0,t.altText,t.signalType);break;case\"altEnd\":e.addSignal(void 0,void 0,void 0,t.signalType);break;case\"setTitle\":e.setTitle(t.text)}}}).call(this,\"undefined\"!=typeof global?global:\"undefined\"!=typeof self?self:\"undefined\"!=typeof window?window:{})},{\"../../logger\":130}],128:[function(t,n,e){\"use strict\";var r=t(\"./parser/sequenceDiagram\").parser;r.yy=t(\"./sequenceDb\");var i=t(\"./svgDraw\"),a=t(\"../../d3\"),u=t(\"../../logger\"),o=new u.Log,s={\ndiagramMarginX:50,diagramMarginY:30,actorMargin:50,width:150,height:65,boxMargin:10,boxTextMargin:5,noteMargin:10,messageMargin:35,mirrorActors:!1,bottomMarginAdj:1,activationWidth:10,textPlacement:\"tspan\"};e.bounds={data:{startx:void 0,stopx:void 0,starty:void 0,stopy:void 0},verticalPos:0,sequenceItems:[],activations:[],init:function(){this.sequenceItems=[],this.activations=[],this.data={startx:void 0,stopx:void 0,starty:void 0,stopy:void 0},this.verticalPos=0},updateVal:function(t,n,e,r){t[n]=\"undefined\"==typeof t[n]?e:r(e,t[n])},updateBounds:function(t,n,r,i){function a(a){return function(c){o++;var l=u.sequenceItems.length-o+1;u.updateVal(c,\"starty\",n-l*s.boxMargin,Math.min),u.updateVal(c,\"stopy\",i+l*s.boxMargin,Math.max),u.updateVal(e.bounds.data,\"startx\",t-l*s.boxMargin,Math.min),u.updateVal(e.bounds.data,\"stopx\",r+l*s.boxMargin,Math.max),\"activation\"!=a&&(u.updateVal(c,\"startx\",t-l*s.boxMargin,Math.min),u.updateVal(c,\"stopx\",r+l*s.boxMargin,Math.max),u.updateVal(e.bounds.data,\"starty\",n-l*s.boxMargin,Math.min),u.updateVal(e.bounds.data,\"stopy\",i+l*s.boxMargin,Math.max))}}var u=this,o=0;this.sequenceItems.forEach(a()),this.activations.forEach(a(\"activation\"))},insert:function(t,n,r,i){var a,u,o,s;a=Math.min(t,r),o=Math.max(t,r),u=Math.min(n,i),s=Math.max(n,i),this.updateVal(e.bounds.data,\"startx\",a,Math.min),this.updateVal(e.bounds.data,\"starty\",u,Math.min),this.updateVal(e.bounds.data,\"stopx\",o,Math.max),this.updateVal(e.bounds.data,\"stopy\",s,Math.max),this.updateBounds(a,u,o,s)},newActivation:function(t,n){var e=r.yy.getActors()[t.from.actor],a=h(t.from.actor).length,u=e.x+s.width/2+(a-1)*s.activationWidth/2;this.activations.push({startx:u,starty:this.verticalPos+2,stopx:u+s.activationWidth,stopy:void 0,actor:t.from.actor,anchored:i.anchorElement(n)})},endActivation:function(t){var n=this.activations.map(function(t){return t.actor}).lastIndexOf(t.from.actor),e=this.activations.splice(n,1)[0];return e},newLoop:function(t){this.sequenceItems.push({startx:void 0,starty:this.verticalPos,stopx:void 0,stopy:void 0,title:t})},endLoop:function(){var t=this.sequenceItems.pop();return t},addElseToLoop:function(t){var n=this.sequenceItems.pop();n.elsey=e.bounds.getVerticalPos(),n.elseText=t,this.sequenceItems.push(n)},bumpVerticalPos:function(t){this.verticalPos=this.verticalPos+t,this.data.stopy=this.verticalPos},getVerticalPos:function(){return this.verticalPos},getBounds:function(){return this.data}};var c=function(t,n,r,a,u){var o=i.getNoteRect();o.x=n,o.y=r,o.width=u||s.width,o[\"class\"]=\"note\";var c=t.append(\"g\"),l=i.drawRect(c,o),h=i.getTextObj();h.x=n-4,h.y=r-13,h.textMargin=s.noteMargin,h.dy=\"1em\",h.text=a.message,h[\"class\"]=\"noteText\";var f=i.drawText(c,h,o.width-s.noteMargin),d=f[0][0].getBBox().height;!u&&d>s.width?(f.remove(),c=t.append(\"g\"),f=i.drawText(c,h,2*o.width-s.noteMargin),d=f[0][0].getBBox().height,l.attr(\"width\",2*o.width),e.bounds.insert(n,r,n+2*o.width,r+2*s.noteMargin+d)):e.bounds.insert(n,r,n+o.width,r+2*s.noteMargin+d),l.attr(\"height\",d+2*s.noteMargin),e.bounds.bumpVerticalPos(d+2*s.noteMargin)},l=function(t,n,i,a,u){var o,c=t.append(\"g\"),l=n+(i-n)/2,h=c.append(\"text\").attr(\"x\",l).attr(\"y\",a-7).style(\"text-anchor\",\"middle\").attr(\"class\",\"messageText\").text(u.message);o=\"undefined\"!=typeof h[0][0].getBBox?h[0][0].getBBox().width:h[0][0].getBoundingClientRect();var f;if(n===i){f=c.append(\"path\").attr(\"d\",\"M \"+n+\",\"+a+\" C \"+(n+60)+\",\"+(a-10)+\" \"+(n+60)+\",\"+(a+30)+\" \"+n+\",\"+(a+20)),e.bounds.bumpVerticalPos(30);var d=Math.max(o/2,100);e.bounds.insert(n-d,e.bounds.getVerticalPos()-10,i+d,e.bounds.getVerticalPos())}else f=c.append(\"line\"),f.attr(\"x1\",n),f.attr(\"y1\",a),f.attr(\"x2\",i),f.attr(\"y2\",a),e.bounds.insert(n,e.bounds.getVerticalPos()-10,i,e.bounds.getVerticalPos());u.type===r.yy.LINETYPE.DOTTED||u.type===r.yy.LINETYPE.DOTTED_CROSS||u.type===r.yy.LINETYPE.DOTTED_OPEN?(f.style(\"stroke-dasharray\",\"3, 3\"),f.attr(\"class\",\"messageLine1\")):f.attr(\"class\",\"messageLine0\");var p=\"\";s.arrowMarkerAbsolute&&(p=window.location.protocol+\"//\"+window.location.host+window.location.pathname+window.location.search,p=p.replace(/\\(/g,\"\\\\(\"),p=p.replace(/\\)/g,\"\\\\)\")),f.attr(\"stroke-width\",2),f.attr(\"stroke\",\"black\"),f.style(\"fill\",\"none\"),(u.type===r.yy.LINETYPE.SOLID||u.type===r.yy.LINETYPE.DOTTED)&&f.attr(\"marker-end\",\"url(\"+p+\"#arrowhead)\"),(u.type===r.yy.LINETYPE.SOLID_CROSS||u.type===r.yy.LINETYPE.DOTTED_CROSS)&&f.attr(\"marker-end\",\"url(\"+p+\"#crosshead)\")};n.exports.drawActors=function(t,n,r,a){var u;for(u=0;u<r.length;u++){var o=r[u];n[o].x=u*s.actorMargin+u*s.width,n[o].y=a,n[o].width=s.diagramMarginX,n[o].height=s.diagramMarginY,i.drawActor(t,n[o].x,a,n[o].description,s),e.bounds.insert(n[o].x,a,n[o].x+s.width,s.height)}e.bounds.bumpVerticalPos(s.height)},n.exports.setConf=function(t){var n=Object.keys(t);n.forEach(function(n){s[n]=t[n]})};var h=function(t){return n.exports.bounds.activations.filter(function(n){return n.actor==t})},f=function(t){var n=r.yy.getActors(),e=h(t),i=e.reduce(function(t,n){return Math.min(t,n.startx)},n[t].x+s.width/2),a=e.reduce(function(t,n){return Math.max(t,n.stopx)},n[t].x+s.width/2);return[i,a]};n.exports.draw=function(t,u){function h(t,n){var r=e.bounds.endActivation(t);r.starty+18>n&&(r.starty=n-6,n+=12),i.drawActivation(y,r,n,s),e.bounds.insert(r.startx,n-10,r.stopx,n)}r.yy.clear(),r.parse(t+\"\\n\"),e.bounds.init();var d,p,g,y=a.select(\"#\"+u),m=r.yy.getActors(),v=r.yy.getActorKeys(),_=r.yy.getMessages(),b=r.yy.getTitle();n.exports.drawActors(y,m,v,0),i.insertArrowHead(y),i.insertArrowCrossHead(y);var x;_.forEach(function(t){var n;switch(t.type){case r.yy.LINETYPE.NOTE:e.bounds.bumpVerticalPos(s.boxMargin),d=m[t.from].x,p=m[t.to].x,t.placement===r.yy.PLACEMENT.RIGHTOF?c(y,d+(s.width+s.actorMargin)/2,e.bounds.getVerticalPos(),t):t.placement===r.yy.PLACEMENT.LEFTOF?c(y,d-(s.width+s.actorMargin)/2,e.bounds.getVerticalPos(),t):t.to===t.from?c(y,d,e.bounds.getVerticalPos(),t):(g=Math.abs(d-p)+s.actorMargin,c(y,(d+p+s.width-g)/2,e.bounds.getVerticalPos(),t,g));break;case r.yy.LINETYPE.ACTIVE_START:e.bounds.newActivation(t,y);break;case r.yy.LINETYPE.ACTIVE_END:h(t,e.bounds.getVerticalPos());break;case r.yy.LINETYPE.LOOP_START:e.bounds.bumpVerticalPos(s.boxMargin),e.bounds.newLoop(t.message),e.bounds.bumpVerticalPos(s.boxMargin+s.boxTextMargin);break;case r.yy.LINETYPE.LOOP_END:n=e.bounds.endLoop(),i.drawLoop(y,n,\"loop\",s),e.bounds.bumpVerticalPos(s.boxMargin);break;case r.yy.LINETYPE.OPT_START:e.bounds.bumpVerticalPos(s.boxMargin),e.bounds.newLoop(t.message),e.bounds.bumpVerticalPos(s.boxMargin+s.boxTextMargin);break;case r.yy.LINETYPE.OPT_END:n=e.bounds.endLoop(),i.drawLoop(y,n,\"opt\",s),e.bounds.bumpVerticalPos(s.boxMargin);break;case r.yy.LINETYPE.ALT_START:e.bounds.bumpVerticalPos(s.boxMargin),e.bounds.newLoop(t.message),e.bounds.bumpVerticalPos(s.boxMargin+s.boxTextMargin);break;case r.yy.LINETYPE.ALT_ELSE:e.bounds.bumpVerticalPos(s.boxMargin),n=e.bounds.addElseToLoop(t.message),e.bounds.bumpVerticalPos(s.boxMargin);break;case r.yy.LINETYPE.ALT_END:n=e.bounds.endLoop(),i.drawLoop(y,n,\"alt\",s),e.bounds.bumpVerticalPos(s.boxMargin);break;default:try{x=t,e.bounds.bumpVerticalPos(s.messageMargin);var a=f(t.from),u=f(t.to),o=a[0]<=u[0]?1:0,v=a[0]<u[0]?0:1;d=a[o],p=u[v];var _=e.bounds.getVerticalPos();l(y,d,p,_,t);var b=a.concat(u);e.bounds.insert(Math.min.apply(null,b),_,Math.max.apply(null,b),_)}catch(w){console.error(\"error while drawing message\",w)}}}),s.mirrorActors&&(e.bounds.bumpVerticalPos(2*s.boxMargin),n.exports.drawActors(y,m,v,e.bounds.getVerticalPos()));var w=e.bounds.getBounds();o.debug(\"For line height fix Querying: #\"+u+\" .actor-line\");var A=a.selectAll(\"#\"+u+\" .actor-line\");A.attr(\"y2\",w.stopy);var k=w.stopy-w.starty+2*s.diagramMarginY;s.mirrorActors&&(k=k-s.boxMargin+s.bottomMarginAdj);var E=w.stopx-w.startx+2*s.diagramMarginX;b&&y.append(\"text\").text(b).attr(\"x\",(w.stopx-w.startx)/2-2*s.diagramMarginX).attr(\"y\",-25),s.useMaxWidth?(y.attr(\"height\",\"100%\"),y.attr(\"width\",\"100%\"),y.attr(\"style\",\"max-width:\"+E+\"px;\")):(y.attr(\"height\",k),y.attr(\"width\",E));var M=b?40:0;y.attr(\"viewBox\",w.startx-s.diagramMarginX+\" -\"+(s.diagramMarginY+M)+\" \"+E+\" \"+(k+M))}},{\"../../d3\":108,\"../../logger\":130,\"./parser/sequenceDiagram\":126,\"./sequenceDb\":127,\"./svgDraw\":129}],129:[function(t,n,e){\"use strict\";e.drawRect=function(t,n){var e=t.append(\"rect\");return e.attr(\"x\",n.x),e.attr(\"y\",n.y),e.attr(\"fill\",n.fill),e.attr(\"stroke\",n.stroke),e.attr(\"width\",n.width),e.attr(\"height\",n.height),e.attr(\"rx\",n.rx),e.attr(\"ry\",n.ry),\"undefined\"!=typeof n[\"class\"]&&e.attr(\"class\",n[\"class\"]),e},e.drawText=function(t,n,e){var r=n.text.replace(/<br\\/?>/gi,\" \"),i=t.append(\"text\");i.attr(\"x\",n.x),i.attr(\"y\",n.y),i.style(\"text-anchor\",n.anchor),i.attr(\"fill\",n.fill),\"undefined\"!=typeof n[\"class\"]&&i.attr(\"class\",n[\"class\"]);var a=i.append(\"tspan\");return a.attr(\"x\",n.x+2*n.textMargin),a.text(r),\"undefined\"!=typeof i.textwrap&&i.textwrap({x:n.x,y:n.y,width:e,height:1800},n.textMargin),i},e.drawLabel=function(t,n){var r=e.getNoteRect();r.x=n.x,r.y=n.y,r.width=50,r.height=20,r.fill=\"#526e52\",r.stroke=\"none\",r[\"class\"]=\"labelBox\",e.drawRect(t,r),n.y=n.y+n.labelMargin,n.x=n.x+.5*n.labelMargin,n.fill=\"white\",e.drawText(t,n)};var r=-1;e.drawActor=function(t,n,a,u,o){var s=n+o.width/2,c=t.append(\"g\");0===a&&(r++,c.append(\"line\").attr(\"id\",\"actor\"+r).attr(\"x1\",s).attr(\"y1\",5).attr(\"x2\",s).attr(\"y2\",2e3).attr(\"class\",\"actor-line\").attr(\"stroke-width\",\"0.5px\").attr(\"stroke\",\"#999\"));var l=e.getNoteRect();l.x=n,l.y=a,l.fill=\"#eaeaea\",l.width=o.width,l.height=o.height,l[\"class\"]=\"actor\",l.rx=3,l.ry=3,e.drawRect(c,l),i(o)(u,c,l.x,l.y,l.width,l.height,{\"class\":\"actor\"})},e.anchorElement=function(t){return t.append(\"g\")},e.drawActivation=function(t,n,r){var i=e.getNoteRect(),a=n.anchored;i.x=n.startx,i.y=n.starty,i.fill=\"#f4f4f4\",i.width=n.stopx-n.startx,i.height=r-n.starty,e.drawRect(a,i)},e.drawLoop=function(t,n,r,i){var a=t.append(\"g\"),u=function(t,n,e,r){a.append(\"line\").attr(\"x1\",t).attr(\"y1\",n).attr(\"x2\",e).attr(\"y2\",r).attr(\"stroke-width\",2).attr(\"stroke\",\"#526e52\").attr(\"class\",\"loopLine\")};u(n.startx,n.starty,n.stopx,n.starty),u(n.stopx,n.starty,n.stopx,n.stopy),u(n.startx,n.stopy,n.stopx,n.stopy),u(n.startx,n.starty,n.startx,n.stopy),\"undefined\"!=typeof n.elsey&&u(n.startx,n.elsey,n.stopx,n.elsey);var o=e.getTextObj();o.text=r,o.x=n.startx,o.y=n.starty,o.labelMargin=15,o[\"class\"]=\"labelText\",o.fill=\"white\",e.drawLabel(a,o),o=e.getTextObj(),o.text=\"[ \"+n.title+\" ]\",o.x=n.startx+(n.stopx-n.startx)/2,o.y=n.starty+1.5*i.boxMargin,o.anchor=\"middle\",o[\"class\"]=\"loopText\",e.drawText(a,o),\"undefined\"!=typeof n.elseText&&(o.text=\"[ \"+n.elseText+\" ]\",o.y=n.elsey+1.5*i.boxMargin,e.drawText(a,o))},e.insertArrowHead=function(t){t.append(\"defs\").append(\"marker\").attr(\"id\",\"arrowhead\").attr(\"refX\",5).attr(\"refY\",2).attr(\"markerWidth\",6).attr(\"markerHeight\",4).attr(\"orient\",\"auto\").append(\"path\").attr(\"d\",\"M 0,0 V 4 L6,2 Z\")},e.insertArrowCrossHead=function(t){var n=t.append(\"defs\"),e=n.append(\"marker\").attr(\"id\",\"crosshead\").attr(\"markerWidth\",15).attr(\"markerHeight\",8).attr(\"orient\",\"auto\").attr(\"refX\",16).attr(\"refY\",4);e.append(\"path\").attr(\"fill\",\"black\").attr(\"stroke\",\"#000000\").style(\"stroke-dasharray\",\"0, 0\").attr(\"stroke-width\",\"1px\").attr(\"d\",\"M 9,2 V 6 L16,4 Z\"),e.append(\"path\").attr(\"fill\",\"none\").attr(\"stroke\",\"#000000\").style(\"stroke-dasharray\",\"0, 0\").attr(\"stroke-width\",\"1px\").attr(\"d\",\"M 0,1 L 6,7 M 6,1 L 0,7\")},e.getTextObj=function(){var t={x:0,y:0,fill:\"black\",\"text-anchor\":\"start\",style:\"#666\",width:100,height:100,textMargin:0,rx:0,ry:0};return t},e.getNoteRect=function(){var t={x:0,y:0,fill:\"#EDF2AE\",stroke:\"#666\",width:100,anchor:\"start\",height:100,rx:0,ry:0};return t};var i=function(){function t(t,n,e,i,a,u,o){var s=n.append(\"text\").attr(\"x\",e+a/2).attr(\"y\",i+u/2+5).style(\"text-anchor\",\"middle\").text(t);r(s,o)}function n(t,n,e,i,a,u,o){var s=n.append(\"text\").attr(\"x\",e+a/2).attr(\"y\",i).style(\"text-anchor\",\"middle\");if(s.append(\"tspan\").attr(\"x\",e+a/2).attr(\"dy\",\"0\").text(t),\"undefined\"!=typeof s.textwrap){s.textwrap({x:e+a/2,y:i,width:a,height:u},0);var c=s.selectAll(\"tspan\");c.length>0&&c[0].length>0&&(c=c[0],s.attr(\"y\",i+(u/2-s[0][0].getBBox().height*(1-1/c.length)/2)).attr(\"dominant-baseline\",\"central\").attr(\"alignment-baseline\",\"central\"))}r(s,o)}function e(t,e,i,a,u,o,s){var c=e.append(\"switch\"),l=c.append(\"foreignObject\").attr(\"x\",i).attr(\"y\",a).attr(\"width\",u).attr(\"height\",o),h=l.append(\"div\").style(\"display\",\"table\").style(\"height\",\"100%\").style(\"width\",\"100%\");h.append(\"div\").style(\"display\",\"table-cell\").style(\"text-align\",\"center\").style(\"vertical-align\",\"middle\").text(t),n(t,c,i,a,u,o,s),r(h,s)}function r(t,n){for(var e in n)n.hasOwnProperty(e)&&t.attr(e,n[e])}return function(r){return\"fo\"===r.textPlacement?e:\"old\"===r.textPlacement?t:n}}()},{}],130:[function(t,n,e){\"use strict\";function r(t){var n=t.getUTCHours(),e=t.getUTCMinutes(),r=t.getSeconds(),i=t.getMilliseconds();10>n&&(n=\"0\"+n),10>e&&(e=\"0\"+e),10>r&&(r=\"0\"+r),100>i&&(i=\"0\"+i),10>i&&(i=\"00\"+i);var a=n+\":\"+e+\":\"+r+\" (\"+i+\")\";return a}function i(t){var n=r(new Date);return\"%c \"+n+\" :%c\"+t+\": \"}function a(t){this.level=t,this.log=function(){var t=Array.prototype.slice.call(arguments),n=t.shift(),e=this.level;\"undefined\"==typeof e&&(e=o),n>=e&&\"undefined\"!=typeof console&&\"undefined\"!=typeof console.log&&(t.unshift(\"[\"+r(new Date)+\"] \"),console.log.apply(console,t.map(function(t){return\"object\"==typeof t?t.toString()+JSON.stringify(t,null,2):t})))},this.trace=window.console.debug.bind(window.console,i(\"TRACE\",name),\"color:grey;\",\"color: grey;\"),this.debug=window.console.debug.bind(window.console,i(\"DEBUG\",name),\"color:grey;\",\"color: green;\"),this.info=window.console.debug.bind(window.console,i(\"INFO\",name),\"color:grey;\",\"color: blue;\"),this.warn=window.console.debug.bind(window.console,i(\"WARN\",name),\"color:grey;\",\"color: orange;\"),this.error=window.console.debug.bind(window.console,i(\"ERROR\",name),\"color:grey;\",\"color: red;\")}var u={debug:1,info:2,warn:3,error:4,fatal:5,\"default\":5},o=u.error;e.setLogLevel=function(t){o=t},e.Log=a},{}],131:[function(t,n,e){(function(n){\"use strict\";var r=t(\"./logger\"),i=new r.Log,a=t(\"./diagrams/flowchart/graphDb\"),u=t(\"./utils\"),o=t(\"./diagrams/flowchart/flowRenderer\"),s=t(\"./diagrams/sequenceDiagram/sequenceRenderer\"),c=t(\"./diagrams/example/exampleRenderer\"),l=t(\"./diagrams/example/parser/example\"),h=t(\"./diagrams/flowchart/parser/flow\"),f=t(\"./diagrams/flowchart/parser/dot\"),d=t(\"./diagrams/sequenceDiagram/parser/sequenceDiagram\"),p=t(\"./diagrams/sequenceDiagram/sequenceDb\"),g=t(\"./diagrams/example/exampleDb\"),y=t(\"./diagrams/gantt/ganttRenderer\"),m=t(\"./diagrams/gantt/parser/gantt\"),v=t(\"./diagrams/gantt/ganttDb\"),_=t(\"./diagrams/classDiagram/parser/classDiagram\"),b=t(\"./diagrams/classDiagram/classRenderer\"),x=t(\"./diagrams/classDiagram/classDb\"),w=t(\"./diagrams/gitGraph/parser/gitGraph\"),A=t(\"./diagrams/gitGraph/gitGraphRenderer\"),k=t(\"./diagrams/gitGraph/gitGraphAst\"),E=t(\"./d3\");SVGElement.prototype.getTransformToElement=SVGElement.prototype.getTransformToElement||function(t){return t.getScreenCTM().inverse().multiply(this.getScreenCTM())};var M={logLevel:5,cloneCssStyles:!0,startOnLoad:!0,arrowMarkerAbsolute:!1,flowchart:{htmlLabels:!0,useMaxWidth:!0},sequenceDiagram:{diagramMarginX:50,diagramMarginY:10,actorMargin:50,width:150,height:65,boxMargin:10,boxTextMargin:5,noteMargin:10,messageMargin:35,mirrorActors:!0,bottomMarginAdj:1,useMaxWidth:!0},gantt:{titleTopMargin:25,barHeight:20,barGap:4,topPadding:50,leftPadding:75,gridLineStartPadding:35,fontSize:11,fontFamily:'\"Open-Sans\", \"sans-serif\"',numberSectionStyles:3,axisFormatter:[[\"%I:%M\",function(t){return t.getHours()}],[\"w. %U\",function(t){return 1==t.getDay()}],[\"%a %d\",function(t){return t.getDay()&&1!=t.getDate()}],[\"%b %d\",function(t){return 1!=t.getDate()}],[\"%m-%y\",function(t){return t.getMonth()}]]},classDiagram:{},gitGraph:{},info:{}};r.setLogLevel(M.logLevel);var S=function(t){var n,e=u.detectType(t);switch(e){case\"gitGraph\":n=w,n.parser.yy=k;break;case\"graph\":n=h,n.parser.yy=a;break;case\"dotGraph\":n=f,n.parser.yy=a;break;case\"sequenceDiagram\":n=d,n.parser.yy=p;break;case\"info\":n=l,n.parser.yy=g;break;case\"gantt\":n=m,n.parser.yy=v;break;case\"classDiagram\":n=_,n.parser.yy=x}try{return n.parse(t),!0}catch(r){return!1}};e.parse=S,e.version=function(){return t(\"../package.json\").version},e.encodeEntities=function(t){var n=t;return n=n.replace(/style.*:\\S*#.*;/g,function(t){var n=t.substring(0,t.length-1);return n}),n=n.replace(/classDef.*:\\S*#.*;/g,function(t){var n=t.substring(0,t.length-1);return n}),n=n.replace(/#\\w+\\;/g,function(t){var n=t.substring(1,t.length-1),e=/^\\+?\\d+$/.test(n);return e?\"fl°°\"+n+\"¶ß\":\"fl°\"+n+\"¶ß\"})},e.decodeEntities=function(t){var n=t;return n=n.replace(/\\fl\\°\\°/g,function(){return\"&#\"}),n=n.replace(/\\fl\\°/g,function(){return\"&\"}),n=n.replace(/¶ß/g,function(){return\";\"})};var D=function(t,n,r,l){if(\"undefined\"!=typeof l)l.innerHTML=\"\",E.select(l).append(\"div\").attr(\"id\",\"d\"+t).append(\"svg\").attr(\"id\",t).attr(\"width\",\"100%\").attr(\"xmlns\",\"http://www.w3.org/2000/svg\").append(\"g\");else{var h=document.querySelector(\"#d\"+t);h&&(h.innerHTML=\"\"),E.select(\"body\").append(\"div\").attr(\"id\",\"d\"+t).append(\"svg\").attr(\"id\",t).attr(\"width\",\"100%\").attr(\"xmlns\",\"http://www.w3.org/2000/svg\").append(\"g\")}window.txt=n,n=e.encodeEntities(n);var h=E.select(\"#d\"+t).node(),f=u.detectType(n),d={};switch(f){case\"gitGraph\":M.flowchart.arrowMarkerAbsolute=M.arrowMarkerAbsolute,A.setConf(M.gitGraph),A.draw(n,t,!1);break;case\"graph\":M.flowchart.arrowMarkerAbsolute=M.arrowMarkerAbsolute,o.setConf(M.flowchart),o.draw(n,t,!1),M.cloneCssStyles&&(d=o.getClasses(n,!1),u.cloneCssStyles(h.firstChild,d));break;case\"dotGraph\":M.flowchart.arrowMarkerAbsolute=M.arrowMarkerAbsolute,o.setConf(M.flowchart),o.draw(n,t,!0),M.cloneCssStyles&&(d=o.getClasses(n,!0),u.cloneCssStyles(h.firstChild,d));break;case\"sequenceDiagram\":M.sequenceDiagram.arrowMarkerAbsolute=M.arrowMarkerAbsolute,s.setConf(M.sequenceDiagram),s.draw(n,t),M.cloneCssStyles&&u.cloneCssStyles(h.firstChild,[]);break;case\"gantt\":M.gantt.arrowMarkerAbsolute=M.arrowMarkerAbsolute,y.setConf(M.gantt),y.draw(n,t),M.cloneCssStyles&&u.cloneCssStyles(h.firstChild,[]);break;case\"classDiagram\":M.classDiagram.arrowMarkerAbsolute=M.arrowMarkerAbsolute,b.setConf(M.classDiagram),b.draw(n,t),M.cloneCssStyles&&u.cloneCssStyles(h.firstChild,[]);break;case\"info\":M.info.arrowMarkerAbsolute=M.arrowMarkerAbsolute,c.draw(n,t,e.version()),M.cloneCssStyles&&u.cloneCssStyles(h.firstChild,[])}E.select(\"#d\"+t).selectAll(\"foreignobject div\").attr(\"xmlns\",\"http://www.w3.org/1999/xhtml\");var p=\"\";M.arrowMarkerAbsolute&&(p=window.location.protocol+\"//\"+window.location.host+window.location.pathname+window.location.search,p=p.replace(/\\(/g,\"\\\\(\"),p=p.replace(/\\)/g,\"\\\\)\"));var g=E.select(\"#d\"+t).node().innerHTML.replace(/url\\(#arrowhead/g,\"url(\"+p+\"#arrowhead\",\"g\");g=e.decodeEntities(g),\"undefined\"!=typeof r?r(g,a.bindFunctions):i.warn(\"CB = undefined!\");var m=E.select(\"#d\"+t).node();return null!==m&&\"function\"==typeof m.remove&&E.select(\"#d\"+t).node().remove(),g};e.render=function(t,n,e,r){try{if(1===arguments.length&&(n=t,t=\"mermaidId0\"),\"undefined\"!=typeof document)return D(t,n,e,r)}catch(a){i.warn(a)}};var C=function(t){var n,e=Object.keys(t);for(n=0;n<e.length;n++)if(\"object\"==typeof t[e[n]]){var r,a=Object.keys(t[e[n]]);for(r=0;r<a.length;r++)i.debug(\"Setting conf \",e[n],\"-\",a[r]),\"undefined\"==typeof M[e[n]]&&(M[e[n]]={}),i.debug(\"Setting config: \"+e[n]+\" \"+a[r]+\" to \"+t[e[n]][a[r]]),M[e[n]][a[r]]=t[e[n]][a[r]]}else M[e[n]]=t[e[n]]};e.initialize=function(t){i.debug(\"Initializing mermaidAPI\"),\"object\"==typeof t&&C(t),r.setLogLevel(M.logLevel)},e.getConfig=function(){return M},e.parseError=function(t,e){\"undefined\"!=typeof mermaid?n.mermaid.parseError(t,e):(i.debug(\"Mermaid Syntax error:\"),i.debug(t))},n.mermaidAPI={render:e.render,parse:e.parse,initialize:e.initialize,detectType:u.detectType,parseError:e.parseError,getConfig:e.getConfig}}).call(this,\"undefined\"!=typeof global?global:\"undefined\"!=typeof self?self:\"undefined\"!=typeof window?window:{})},{\"../package.json\":107,\"./d3\":108,\"./diagrams/classDiagram/classDb\":109,\"./diagrams/classDiagram/classRenderer\":110,\"./diagrams/classDiagram/parser/classDiagram\":111,\"./diagrams/example/exampleDb\":112,\"./diagrams/example/exampleRenderer\":113,\"./diagrams/example/parser/example\":114,\"./diagrams/flowchart/flowRenderer\":116,\"./diagrams/flowchart/graphDb\":117,\"./diagrams/flowchart/parser/dot\":118,\"./diagrams/flowchart/parser/flow\":119,\"./diagrams/gantt/ganttDb\":120,\"./diagrams/gantt/ganttRenderer\":121,\"./diagrams/gantt/parser/gantt\":122,\"./diagrams/gitGraph/gitGraphAst\":123,\"./diagrams/gitGraph/gitGraphRenderer\":124,\"./diagrams/gitGraph/parser/gitGraph\":125,\"./diagrams/sequenceDiagram/parser/sequenceDiagram\":126,\"./diagrams/sequenceDiagram/sequenceDb\":127,\"./diagrams/sequenceDiagram/sequenceRenderer\":128,\"./logger\":130,\"./utils\":132}],132:[function(t,n,e){\"use strict\";var r=t(\"./logger\"),i=new r.Log,a=function(t){return t=t.replace(/^\\s*%%.*\\n/g,\"\\n\"),t.match(/^\\s*sequenceDiagram/)?\"sequenceDiagram\":t.match(/^\\s*digraph/)?\"dotGraph\":t.match(/^\\s*info/)?\"info\":t.match(/^\\s*gantt/)?\"gantt\":t.match(/^\\s*classDiagram/)?(i.debug(\"Detected classDiagram syntax\"),\"classDiagram\"):t.match(/^\\s*gitGraph/)?(i.debug(\"Detected gitGraph syntax\"),\"gitGraph\"):\"graph\"};e.detectType=a;var u=function(t,n){for(var e,r=\"\",a=document.styleSheets,u=0;u<a.length;u++)if(\"mermaid-svg-internal-css\"!==a[u].title)try{var o=a[u].cssRules;if(null!==o)for(var s=0;s<o.length;s++)if(e=o[s],\"undefined\"!=typeof e.style){var c;c=t.querySelectorAll(e.selectorText),c.length>0&&(r+=e.selectorText+\" { \"+e.style.cssText+\"}\\n\")}}catch(l){\"undefined\"!=typeof e&&i.warn('Invalid CSS selector \"'+e.selectorText+'\"',l)}var h=\"\",f=\"\";for(var d in n)n.hasOwnProperty(d)&&\"undefined\"!=typeof d&&(\"default\"===d?(n[\"default\"].styles instanceof Array&&(h+=\"#\"+t.id.trim()+\" .node>rect { \"+n[d].styles.join(\"; \")+\"; }\\n\"),n[\"default\"].nodeLabelStyles instanceof Array&&(h+=\"#\"+t.id.trim()+\" .node text { \"+n[d].nodeLabelStyles.join(\"; \")+\"; }\\n\"),n[\"default\"].edgeLabelStyles instanceof Array&&(h+=\"#\"+t.id.trim()+\" .edgeLabel text { \"+n[d].edgeLabelStyles.join(\"; \")+\"; }\\n\"),n[\"default\"].clusterStyles instanceof Array&&(h+=\"#\"+t.id.trim()+\" .cluster rect { \"+n[d].clusterStyles.join(\"; \")+\"; }\\n\")):n[d].styles instanceof Array&&(f+=\"#\"+t.id.trim()+\" .\"+d+\">rect, .\"+d+\">polygon, .\"+d+\">circle, .\"+d+\">ellipse { \"+n[d].styles.join(\"; \")+\"; }\\n\"));if(\"\"!==r||\"\"!==h||\"\"!==f){var p=document.createElement(\"style\");p.setAttribute(\"type\",\"text/css\"),p.setAttribute(\"title\",\"mermaid-svg-internal-css\"),p.innerHTML=\"/* <![CDATA[ */\\n\",\"\"!==h&&(p.innerHTML+=h),\"\"!==r&&(p.innerHTML+=r),\"\"!==f&&(p.innerHTML+=f),p.innerHTML+=\"/* ]]> */\\n\",t.insertBefore(p,t.firstChild)}};e.cloneCssStyles=u;var o=function(t,n){for(var e=0;e<n.length;e++)if(n[e].match(t))return e;return-1};e.isSubstringInArray=o},{\"./logger\":130}]},{},[131])(131)});\n})($tw.node ? $tw.fakeDocument : window.document)\n"
},
"$:/plugins/gt6796c/mermaid-tw5/mermaid.dark.css": {
"type": "text/css",
"title": "$:/plugins/gt6796c/mermaid-tw5/mermaid.dark.css",
"tags": "$:/tags/Stylesheet",
"text": "/* Flowchart variables */\n/* Sequence Diagram variables */\n/* Gantt chart variables */\n.mermaid .label {\n color: #323D47;\n}\n.node rect,\n.node circle,\n.node ellipse,\n.node polygon {\n fill: #BDD5EA;\n stroke: #81B1DB;\n stroke-width: 1px;\n}\n.edgePath .path {\n stroke: lightgrey;\n}\n.edgeLabel {\n background-color: #e8e8e8;\n}\n.cluster rect {\n fill: #6D6D65 !important;\n rx: 4 !important;\n stroke: rgba(255, 255, 255, 0.25) !important;\n stroke-width: 1px !important;\n}\n.cluster text {\n fill: #F9FFFE;\n}\n.actor {\n stroke: #81B1DB;\n fill: #BDD5EA;\n}\ntext.actor {\n fill: black;\n stroke: none;\n}\n.actor-line {\n stroke: lightgrey;\n}\n.messageLine0 {\n stroke-width: 1.5;\n stroke-dasharray: \"2 2\";\n marker-end: \"url(#arrowhead)\";\n stroke: lightgrey;\n}\n.messageLine1 {\n stroke-width: 1.5;\n stroke-dasharray: \"2 2\";\n stroke: lightgrey;\n}\n#arrowhead {\n fill: lightgrey !important;\n}\n#crosshead path {\n fill: lightgrey !important;\n stroke: lightgrey !important;\n}\n.messageText {\n fill: lightgrey;\n stroke: none;\n}\n.labelBox {\n stroke: #81B1DB;\n fill: #BDD5EA;\n}\n.labelText {\n fill: #323D47;\n stroke: none;\n}\n.loopText {\n fill: lightgrey;\n stroke: none;\n}\n.loopLine {\n stroke-width: 2;\n stroke-dasharray: \"2 2\";\n marker-end: \"url(#arrowhead)\";\n stroke: #81B1DB;\n}\n.note {\n stroke: rgba(255, 255, 255, 0.25);\n fill: #fff5ad;\n}\n.noteText {\n fill: black;\n stroke: none;\n font-family: 'trebuchet ms', verdana, arial;\n font-size: 14px;\n}\n/** Section styling */\n.section {\n stroke: none;\n opacity: 0.2;\n}\n.section0 {\n fill: rgba(255, 255, 255, 0.3);\n}\n.section2 {\n fill: #EAE8B9;\n}\n.section1,\n.section3 {\n fill: white;\n opacity: 0.2;\n}\n.sectionTitle0 {\n fill: #F9FFFE;\n}\n.sectionTitle1 {\n fill: #F9FFFE;\n}\n.sectionTitle2 {\n fill: #F9FFFE;\n}\n.sectionTitle3 {\n fill: #F9FFFE;\n}\n.sectionTitle {\n text-anchor: start;\n font-size: 11px;\n text-height: 14px;\n}\n/* Grid and axis */\n.grid .tick {\n stroke: rgba(255, 255, 255, 0.3);\n opacity: 0.3;\n shape-rendering: crispEdges;\n}\n.grid .tick text {\n fill: lightgrey;\n opacity: 0.5;\n}\n.grid path {\n stroke-width: 0;\n}\n/* Today line */\n.today {\n fill: none;\n stroke: #DB5757;\n stroke-width: 2px;\n}\n/* Task styling */\n/* Default task */\n.task {\n stroke-width: 1;\n}\n.taskText {\n text-anchor: middle;\n font-size: 11px;\n}\n.taskTextOutsideRight {\n fill: #323D47;\n text-anchor: start;\n font-size: 11px;\n}\n.taskTextOutsideLeft {\n fill: #323D47;\n text-anchor: end;\n font-size: 11px;\n}\n/* Specific task settings for the sections*/\n.taskText0,\n.taskText1,\n.taskText2,\n.taskText3 {\n fill: #323D47;\n}\n.task0,\n.task1,\n.task2,\n.task3 {\n fill: #BDD5EA;\n stroke: rgba(255, 255, 255, 0.5);\n}\n.taskTextOutside0,\n.taskTextOutside2 {\n fill: lightgrey;\n}\n.taskTextOutside1,\n.taskTextOutside3 {\n fill: lightgrey;\n}\n/* Active task */\n.active0,\n.active1,\n.active2,\n.active3 {\n fill: #81B1DB;\n stroke: rgba(255, 255, 255, 0.5);\n}\n.activeText0,\n.activeText1,\n.activeText2,\n.activeText3 {\n fill: #323D47 !important;\n}\n/* Completed task */\n.done0,\n.done1,\n.done2,\n.done3 {\n fill: lightgrey;\n}\n.doneText0,\n.doneText1,\n.doneText2,\n.doneText3 {\n fill: #323D47 !important;\n}\n/* Tasks on the critical line */\n.crit0,\n.crit1,\n.crit2,\n.crit3 {\n stroke: #E83737;\n fill: #E83737;\n stroke-width: 2;\n}\n.activeCrit0,\n.activeCrit1,\n.activeCrit2,\n.activeCrit3 {\n stroke: #E83737;\n fill: #81B1DB;\n stroke-width: 2;\n}\n.doneCrit0,\n.doneCrit1,\n.doneCrit2,\n.doneCrit3 {\n stroke: #E83737;\n fill: lightgrey;\n stroke-width: 1;\n cursor: pointer;\n shape-rendering: crispEdges;\n}\n.doneCritText0,\n.doneCritText1,\n.doneCritText2,\n.doneCritText3 {\n fill: lightgrey !important;\n}\n.activeCritText0,\n.activeCritText1,\n.activeCritText2,\n.activeCritText3 {\n fill: #323D47 !important;\n}\n.titleText {\n text-anchor: middle;\n font-size: 18px;\n fill: lightgrey;\n}\n/*\n\n\n*/\n.node text {\n font-family: 'trebuchet ms', verdana, arial;\n font-size: 14px;\n}\ndiv.mermaidTooltip {\n position: absolute;\n text-align: center;\n max-width: 200px;\n padding: 2px;\n font-family: 'trebuchet ms', verdana, arial;\n font-size: 12px;\n background: #6D6D65;\n border: 1px solid rgba(255, 255, 255, 0.25);\n border-radius: 2px;\n pointer-events: none;\n z-index: 100;\n}\n"
},
"$:/plugins/gt6796c/mermaid-tw5/mermaid.css": {
"type": "text/css",
"title": "$:/plugins/gt6796c/mermaid-tw5/mermaid.css",
"tags": "$:/tags/Stylesheet",
"text": "/* Flowchart variables */\n/* Sequence Diagram variables */\n/* Gantt chart variables */\n.mermaid .label {\n color: #333;\n}\n.node rect,\n.node circle,\n.node ellipse,\n.node polygon {\n fill: #ECECFF;\n stroke: #CCCCFF;\n stroke-width: 1px;\n}\n.edgePath .path {\n stroke: #333333;\n}\n.edgeLabel {\n background-color: #e8e8e8;\n}\n.cluster rect {\n fill: #ffffde !important;\n rx: 4 !important;\n stroke: #aaaa33 !important;\n stroke-width: 1px !important;\n}\n.cluster text {\n fill: #333;\n}\n.actor {\n stroke: #CCCCFF;\n fill: #ECECFF;\n}\ntext.actor {\n fill: black;\n stroke: none;\n}\n.actor-line {\n stroke: grey;\n}\n.messageLine0 {\n stroke-width: 1.5;\n stroke-dasharray: \"2 2\";\n marker-end: \"url(#arrowhead)\";\n stroke: #333;\n}\n.messageLine1 {\n stroke-width: 1.5;\n stroke-dasharray: \"2 2\";\n stroke: #333;\n}\n#arrowhead {\n fill: #333;\n}\n#crosshead path {\n fill: #333 !important;\n stroke: #333 !important;\n}\n.messageText {\n fill: #333;\n stroke: none;\n}\n.labelBox {\n stroke: #CCCCFF;\n fill: #ECECFF;\n}\n.labelText {\n fill: black;\n stroke: none;\n}\n.loopText {\n fill: black;\n stroke: none;\n}\n.loopLine {\n stroke-width: 2;\n stroke-dasharray: \"2 2\";\n marker-end: \"url(#arrowhead)\";\n stroke: #CCCCFF;\n}\n.note {\n stroke: #aaaa33;\n fill: #fff5ad;\n}\n.noteText {\n fill: black;\n stroke: none;\n font-family: 'trebuchet ms', verdana, arial;\n font-size: 14px;\n}\n/** Section styling */\n.section {\n stroke: none;\n opacity: 0.2;\n}\n.section0 {\n fill: rgba(102, 102, 255, 0.49);\n}\n.section2 {\n fill: #fff400;\n}\n.section1,\n.section3 {\n fill: white;\n opacity: 0.2;\n}\n.sectionTitle0 {\n fill: #333;\n}\n.sectionTitle1 {\n fill: #333;\n}\n.sectionTitle2 {\n fill: #333;\n}\n.sectionTitle3 {\n fill: #333;\n}\n.sectionTitle {\n text-anchor: start;\n font-size: 11px;\n text-height: 14px;\n}\n/* Grid and axis */\n.grid .tick {\n stroke: lightgrey;\n opacity: 0.3;\n shape-rendering: crispEdges;\n}\n.grid path {\n stroke-width: 0;\n}\n/* Today line */\n.today {\n fill: none;\n stroke: red;\n stroke-width: 2px;\n}\n/* Task styling */\n/* Default task */\n.task {\n stroke-width: 2;\n}\n.taskText {\n text-anchor: middle;\n font-size: 11px;\n}\n.taskTextOutsideRight {\n fill: black;\n text-anchor: start;\n font-size: 11px;\n}\n.taskTextOutsideLeft {\n fill: black;\n text-anchor: end;\n font-size: 11px;\n}\n/* Specific task settings for the sections*/\n.taskText0,\n.taskText1,\n.taskText2,\n.taskText3 {\n fill: white;\n}\n.task0,\n.task1,\n.task2,\n.task3 {\n fill: #8a90dd;\n stroke: #534fbc;\n}\n.taskTextOutside0,\n.taskTextOutside2 {\n fill: black;\n}\n.taskTextOutside1,\n.taskTextOutside3 {\n fill: black;\n}\n/* Active task */\n.active0,\n.active1,\n.active2,\n.active3 {\n fill: #bfc7ff;\n stroke: #534fbc;\n}\n.activeText0,\n.activeText1,\n.activeText2,\n.activeText3 {\n fill: black !important;\n}\n/* Completed task */\n.done0,\n.done1,\n.done2,\n.done3 {\n stroke: grey;\n fill: lightgrey;\n stroke-width: 2;\n}\n.doneText0,\n.doneText1,\n.doneText2,\n.doneText3 {\n fill: black !important;\n}\n/* Tasks on the critical line */\n.crit0,\n.crit1,\n.crit2,\n.crit3 {\n stroke: #ff8888;\n fill: red;\n stroke-width: 2;\n}\n.activeCrit0,\n.activeCrit1,\n.activeCrit2,\n.activeCrit3 {\n stroke: #ff8888;\n fill: #bfc7ff;\n stroke-width: 2;\n}\n.doneCrit0,\n.doneCrit1,\n.doneCrit2,\n.doneCrit3 {\n stroke: #ff8888;\n fill: lightgrey;\n stroke-width: 2;\n cursor: pointer;\n shape-rendering: crispEdges;\n}\n.doneCritText0,\n.doneCritText1,\n.doneCritText2,\n.doneCritText3 {\n fill: black !important;\n}\n.activeCritText0,\n.activeCritText1,\n.activeCritText2,\n.activeCritText3 {\n fill: black !important;\n}\n.titleText {\n text-anchor: middle;\n font-size: 18px;\n fill: black;\n}\n/*\n\n\n*/\n.node text {\n font-family: 'trebuchet ms', verdana, arial;\n font-size: 14px;\n}\ndiv.mermaidTooltip {\n position: absolute;\n text-align: center;\n max-width: 200px;\n padding: 2px;\n font-family: 'trebuchet ms', verdana, arial;\n font-size: 12px;\n background: #ffffde;\n border: 1px solid #aaaa33;\n border-radius: 2px;\n pointer-events: none;\n z-index: 100;\n}\n"
},
"$:/plugins/gt6796c/mermaid-tw5/mermaid.forest.css": {
"type": "text/css",
"title": "$:/plugins/gt6796c/mermaid-tw5/mermaid.forest.css",
"tags": "$:/tags/Stylesheet",
"text": "/* Flowchart variables */\n/* Sequence Diagram variables */\n/* Gantt chart variables */\n.mermaid .label {\n font-family: 'trebuchet ms', verdana, arial;\n color: #333;\n}\n.node rect,\n.node circle,\n.node ellipse,\n.node polygon {\n fill: #cde498;\n stroke: #13540c;\n stroke-width: 1px;\n}\n.edgePath .path {\n stroke: green;\n stroke-width: 1.5px;\n}\n.edgeLabel {\n background-color: #e8e8e8;\n}\n.cluster rect {\n fill: #cdffb2 !important;\n rx: 4 !important;\n stroke: #6eaa49 !important;\n stroke-width: 1px !important;\n}\n.cluster text {\n fill: #333;\n}\n.actor {\n stroke: #13540c;\n fill: #cde498;\n}\ntext.actor {\n fill: black;\n stroke: none;\n}\n.actor-line {\n stroke: grey;\n}\n.messageLine0 {\n stroke-width: 1.5;\n stroke-dasharray: \"2 2\";\n marker-end: \"url(#arrowhead)\";\n stroke: #333;\n}\n.messageLine1 {\n stroke-width: 1.5;\n stroke-dasharray: \"2 2\";\n stroke: #333;\n}\n#arrowhead {\n fill: #333;\n}\n#crosshead path {\n fill: #333 !important;\n stroke: #333 !important;\n}\n.messageText {\n fill: #333;\n stroke: none;\n}\n.labelBox {\n stroke: #326932;\n fill: #cde498;\n}\n.labelText {\n fill: black;\n stroke: none;\n}\n.loopText {\n fill: black;\n stroke: none;\n}\n.loopLine {\n stroke-width: 2;\n stroke-dasharray: \"2 2\";\n marker-end: \"url(#arrowhead)\";\n stroke: #326932;\n}\n.note {\n stroke: #6eaa49;\n fill: #fff5ad;\n}\n.noteText {\n fill: black;\n stroke: none;\n font-family: 'trebuchet ms', verdana, arial;\n font-size: 14px;\n}\n/** Section styling */\n.section {\n stroke: none;\n opacity: 0.2;\n}\n.section0 {\n fill: #6eaa49;\n}\n.section2 {\n fill: #6eaa49;\n}\n.section1,\n.section3 {\n fill: white;\n opacity: 0.2;\n}\n.sectionTitle0 {\n fill: #333;\n}\n.sectionTitle1 {\n fill: #333;\n}\n.sectionTitle2 {\n fill: #333;\n}\n.sectionTitle3 {\n fill: #333;\n}\n.sectionTitle {\n text-anchor: start;\n font-size: 11px;\n text-height: 14px;\n}\n/* Grid and axis */\n.grid .tick {\n stroke: lightgrey;\n opacity: 0.3;\n shape-rendering: crispEdges;\n}\n.grid path {\n stroke-width: 0;\n}\n/* Today line */\n.today {\n fill: none;\n stroke: red;\n stroke-width: 2px;\n}\n/* Task styling */\n/* Default task */\n.task {\n stroke-width: 2;\n}\n.taskText {\n text-anchor: middle;\n font-size: 11px;\n}\n.taskTextOutsideRight {\n fill: black;\n text-anchor: start;\n font-size: 11px;\n}\n.taskTextOutsideLeft {\n fill: black;\n text-anchor: end;\n font-size: 11px;\n}\n/* Specific task settings for the sections*/\n.taskText0,\n.taskText1,\n.taskText2,\n.taskText3 {\n fill: white;\n}\n.task0,\n.task1,\n.task2,\n.task3 {\n fill: #487e3a;\n stroke: #13540c;\n}\n.taskTextOutside0,\n.taskTextOutside2 {\n fill: black;\n}\n.taskTextOutside1,\n.taskTextOutside3 {\n fill: black;\n}\n/* Active task */\n.active0,\n.active1,\n.active2,\n.active3 {\n fill: #cde498;\n stroke: #13540c;\n}\n.activeText0,\n.activeText1,\n.activeText2,\n.activeText3 {\n fill: black !important;\n}\n/* Completed task */\n.done0,\n.done1,\n.done2,\n.done3 {\n stroke: grey;\n fill: lightgrey;\n stroke-width: 2;\n}\n.doneText0,\n.doneText1,\n.doneText2,\n.doneText3 {\n fill: black !important;\n}\n/* Tasks on the critical line */\n.crit0,\n.crit1,\n.crit2,\n.crit3 {\n stroke: #ff8888;\n fill: red;\n stroke-width: 2;\n}\n.activeCrit0,\n.activeCrit1,\n.activeCrit2,\n.activeCrit3 {\n stroke: #ff8888;\n fill: #cde498;\n stroke-width: 2;\n}\n.doneCrit0,\n.doneCrit1,\n.doneCrit2,\n.doneCrit3 {\n stroke: #ff8888;\n fill: lightgrey;\n stroke-width: 2;\n cursor: pointer;\n shape-rendering: crispEdges;\n}\n.doneCritText0,\n.doneCritText1,\n.doneCritText2,\n.doneCritText3 {\n fill: black !important;\n}\n.activeCritText0,\n.activeCritText1,\n.activeCritText2,\n.activeCritText3 {\n fill: black !important;\n}\n.titleText {\n text-anchor: middle;\n font-size: 18px;\n fill: black;\n}\n/*\n\n\n*/\ng.classGroup text {\n fill: #13540c;\n stroke: none;\n font-family: 'trebuchet ms', verdana, arial;\n font-size: 14px;\n}\ng.classGroup rect {\n fill: #cde498;\n stroke: #13540c;\n}\ng.classGroup line {\n stroke: #13540c;\n stroke-width: 1;\n}\nsvg .classLabel .box {\n stroke: none;\n stroke-width: 0;\n fill: #cde498;\n opacity: 0.5;\n}\nsvg .classLabel .label {\n fill: #13540c;\n}\n.relation {\n stroke: #13540c;\n stroke-width: 1;\n fill: none;\n}\n.composition {\n fill: #13540c;\n stroke: #13540c;\n stroke-width: 1;\n}\n#compositionStart {\n fill: #13540c;\n stroke: #13540c;\n stroke-width: 1;\n}\n#compositionEnd {\n fill: #13540c;\n stroke: #13540c;\n stroke-width: 1;\n}\n.aggregation {\n fill: #cde498;\n stroke: #13540c;\n stroke-width: 1;\n}\n#aggregationStart {\n fill: #cde498;\n stroke: #13540c;\n stroke-width: 1;\n}\n#aggregationEnd {\n fill: #cde498;\n stroke: #13540c;\n stroke-width: 1;\n}\n#dependencyStart {\n fill: #13540c;\n stroke: #13540c;\n stroke-width: 1;\n}\n#dependencyEnd {\n fill: #13540c;\n stroke: #13540c;\n stroke-width: 1;\n}\n#extensionStart {\n fill: #13540c;\n stroke: #13540c;\n stroke-width: 1;\n}\n#extensionEnd {\n fill: #13540c;\n stroke: #13540c;\n stroke-width: 1;\n}\n.node text {\n font-family: 'trebuchet ms', verdana, arial;\n font-size: 14px;\n}\ndiv.mermaidTooltip {\n position: absolute;\n text-align: center;\n max-width: 200px;\n padding: 2px;\n font-family: 'trebuchet ms', verdana, arial;\n font-size: 12px;\n background: #cdffb2;\n border: 1px solid #6eaa49;\n border-radius: 2px;\n pointer-events: none;\n z-index: 100;\n}\n"
},
"$:/plugins/gt6796c/mermaid-tw5/gant": {
"type": "text/vnd.tiddlywiki.mermaid",
"title": "$:/plugins/gt6796c/mermaid-tw5/gant",
"text": "gantt\n dateFormat YYYY-MM-DD\n title Adding GANTT diagram functionality to mermaid\n section A section\n Completed task :done, des1, 2014-01-06,2014-01-08\n Active task :active, des2, 2014-01-09, 3d\n Future task : des3, after des2, 5d\n Future task2 : des4, after des3, 5d\n section Critical tasks\n Completed task in the critical line :crit, done, 2014-01-06,24h\n Implement parser and jison :crit, done, after des1, 2d\n Create tests for parser :crit, active, 3d\n Future task in critical line :crit, 5d\n Create tests for renderer :2d\n Add to mermaid :1d\n\n"
},
"$:/plugins/gt6796c/mermaid-tw5/seq": {
"type": "text/vnd.tiddlywiki.mermaid",
"title": "$:/plugins/gt6796c/mermaid-tw5/seq",
"text": "%% Example of sequence diagram\nsequenceDiagram\n Alice->>John: Hello John, how are you?\n John-->>Alice: Great!\n"
},
"$:/plugins/gt6796c/mermaid-tw5/license": {
"title": "$:/plugins/gt6796c/mermaid-tw5/license",
"text": "The MIT License (MIT)\n\nCopyright (c) 2016 Nathaniel Jones\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\nDependencies:\n\nDepends on mermaid.js. License can be found at https://github.com/knsv/mermaid/blob/master/LICENSE\n"
},
"$:/plugins/gt6796c/mermaid-tw5/readme": {
"title": "$:/plugins/gt6796c/mermaid-tw5/readme",
"text": "This is a TiddlyWiki plugin for using mermaid.js.\n\nIt is completely self-contained, and doesn't need an Internet connection in order to work. It works both in the browser and under Node.js.\n\nIt is currently based on [[mermaid.js v.7.0.0|https://knsv.github.io/mermaid]]\n\n!Installation\nYou can either build from [[Source code|https://github.com/gt6796c/mermaid-tw5]] or install from [[here|https://gt6796c.github.io]]\n\n!Dependencies\n;This plugin requires:\n*[[rocklib Plugin|https://gt6796c.github.io]]\n\n!Notes\nWhen you are editing a Twiddler and have preview mode on, you will accrue lots of temporary shapes that are rendered by mermaid.js as you type. The WYSIWYG-as-you-type nature of TW does not play very nicely with mermaid's rendering. A simple page refresh clears them all away, they are completely transient. It is deep in mermaid.js code to try to change this and that outside what I want to do.\n\n!Troubleshooting\nIf you are getting just a blank preview/twiddler. Please try the mermaid commands in a Tiddler that has its type set to ''text/vnd.tiddlywiki.mermaid'' before filing any issues. This is how I understand the parser to work and there is no workaround.\n\n!History\n;0.2.1\n: Updated to use [[mermaid.js v.7.0.0|https://knsv.github.io/mermaid]]\n;0.1.1\n: Updated to use [[rocklib|$:/plugins/gt6796c/rocklib]]\n"
},
"$:/plugins/gt6796c/mermaid-tw5/typed-parser.js": {
"text": "/*\\\ntitle: $:/plugins/gt6796c/mermaid-tw5/typed-parser.js\ntype: application/javascript\nmodule-type: parser\n\nThis parser wraps unadorned railroad syntax into a railroad widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n\tvar MermaidParser = function(type,text,options) {\n\t\tvar element = {\n\t\t\ttype: \"mermaid\",\n\t\t\ttag: \"$mermaid\",\n\t\t\ttext: text\n\t\t};\n\t\tthis.tree = [element];\n\t};\n\n\texports[\"text/vnd.tiddlywiki.mermaid\"] = MermaidParser;\n\n})();\n\n",
"title": "$:/plugins/gt6796c/mermaid-tw5/typed-parser.js",
"type": "application/javascript",
"module-type": "parser"
},
"$:/plugins/gt6796c/mermaid-tw5/usage": {
"title": "$:/plugins/gt6796c/mermaid-tw5/usage",
"text": "!mermaid\nUse the ``<$mermaid>`` widget and place the mermaid commands within it. Any of the options that can be specified\nin the ``.render()`` options variable can be specified as JSON-encoded values in attributes of the same name on the widgets.\nThe values of the attributes can also be the title of Data Tiddlers and the values will be used from the referenced Tiddler.\nYou can set the type of a Tiddler to text/vnd.tiddlywiki.mermaid and use the native commands directly in the Tiddler body. You can\nadd fields that are the names below prefixed with 'mermaid'. So \"theme\" becomes \"mermaid-theme\"\n\n!Troubleshooting\n;When in doubt, please create a test case by creating a tiddler that has ``type=text/vnd.tiddlywiki.mermaid`` and contains ''only'' mermaid commands, (no TW markup or other contents)\n:TW treats any text inside of a Tiddler designated as a \"normal Twiddler\" (meaning type=text/vnd.tiddlywiki) as Tiddler Markup. Full stop. I've put into place some \"unparsing\" but it is twitchy difficult to maintain and buggy. So if you have cool, advanced uses of mermaid that fail in the ``<$mermaid>`` tag but work on with the type setup as mermaid, then that is probably the best you're going to get\n*As much as I'd like to make this not be this way, it just isn't possible with my skills/understanding.\n*JSON encoding only allows double-quotes ``\"`` as string delimiters\n*JSON encoding requires double-quotes around single string values\n"
},
"$:/plugins/gt6796c/mermaid-tw5/wrapper.js": {
"text": "/*\\\ntitle: $:/plugins/gt6796c/mermaid-tw5/wrapper.js\ntype: application/javascript\nmodule-type: widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n var uniqueID = 1;\n\n var Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n var Rocklib = require(\"$:/plugins/gt6796c/rocklib/widget-tools.js\").rocklib;\n if ($tw.browser && !window.mermaidAPI) {\n window.rocklib = new Rocklib();\n require(\"$:/plugins/gt6796c/mermaid-tw5/mermaidAPI.js\").mermaidAPI;\n }\n\n\n var MermaidWidget = function(parseTreeNode, options) {\n this.initialise(parseTreeNode, options);\n };\n\n MermaidWidget.prototype = new Widget();\n\n /*\n Render this widget into the DOM\n */\n MermaidWidget.prototype.render = function(parent,nextSibling) {\n this.parentDomNode = parent;\n this.computeAttributes();\n this.execute();\n\n var tag = 'mermaid';\n var scriptBody = rocklib.getScriptBody(this,\"text\");\n var divNode = rocklib.getCanvas(this,tag);\n var _insertSVG = function(svgCode, bindFunctions) {\n divNode.innerHTML = svgCode;\n }\n try {\n var options = {'theme' : 'simple'};\n rocklib.getOptions(this, tag, options);\n mermaidAPI.render(divNode.id, scriptBody, _insertSVG);\n }\n catch(ex)\n {\n divNode.innerText = ex;\n }\n parent.insertBefore(divNode, nextSibling);\n\n this.domNodes.push(divNode);\n };\n\n MermaidWidget.prototype.execute = function() {\n // Nothing to do\n };\n\n /*\n Selectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n */\n MermaidWidget.prototype.refresh = function(changedTiddlers) {\n return false;\n };\n\n exports.mermaid = MermaidWidget;\n\n})();\n",
"title": "$:/plugins/gt6796c/mermaid-tw5/wrapper.js",
"type": "application/javascript",
"module-type": "widget"
}
}
}
{
"tiddlers": {
"$:/plugins/gt6796c/rocklib/widget-tools.js": {
"type": "application/javascript",
"title": "$:/plugins/gt6796c/rocklib/widget-tools.js",
"module-type": "library",
"text": "/*\\\n title: $:/plugins/gt6796c/rocklib/widget-tools.js\n type: application/javascript\n*/\n\n(function() {\n\n\"use strict\";\n\n function Rocklib()\n {\n this.uniqueID = 1;\n this.hue = .2;\n };\n\n // tries to un-parse the wikitext. of dubious value\n Rocklib.prototype.getScriptBody = function(src,attr)\n {\n var scriptBody= src.getAttribute(attr, src.parseTreeNode.text || \"\");\n\n if (src.parseTreeNode.text) {\n scriptBody = src.parseTreeNode.text;\n }\n else if (src.parseTreeNode.children)\n {\n var kids = src.parseTreeNode.children;\n for (var k in kids)\n {\n var kk = kids[k];\n switch(kk.type)\n {\n // no wikiparsing found\n case \"text\":\n scriptBody += kk.text; break;\n // internal link, make it a permalink reference\n case \"link\":\n scriptBody += \"#\" + kk.children[0].text; break;\n // -- gets interpreted as an HTML element, we don't want that\n case \"entity\":\n switch(kk.entity)\n {\n case \"–\":\n scriptBody+=\"--\"; break;\n };\n break;\n // just re-write it back out\n case \"element\":\n switch (kk.tag)\n {\n case \"a\":\n scriptBody+=kk.children[0].text;\n }\n };\n }\n }\n\n return scriptBody;\n };\n\n /**\n * Runs through lots of ways to get options. It can pull them from a named data Tiddler, from the fields of the\n * Tiddler, and from the attributes of the widget specified by 'tag'. Any value pulled is treated as JSON first\n * and then as straight text.\n * @param src\n * @param tag\n * @param options\n * @returns {*}\n */\n Rocklib.prototype.getOptions = function(src, tag, options)\n {\n try {\n // try to set options from fields on tiddler first\n // [tag-xxx]\n var tt = src.getVariable('currentTiddler');\n if (tt) {\n var t = src.wiki.getTiddler(tt);\n if (t)\n {\n // this looks for fields that start with our tag\n // and then maps a.x to aX since something is\n // unCamelCasing the vars\n for (var f in t.fields) {\n var fi = f.indexOf(tag);\n if (fi != 0) continue;\n var k = f.substring(tag.length + 1);\n var cap = k.indexOf(\".\");\n while (cap > -1) {\n if (k.length < cap+2) break;\n k = k.substring(0, cap) + k.charAt(cap + 1).toUpperCase() + k.substring(cap + 2);\n cap = k.indexOf(\".\");\n }\n var v = t.fields[f];\n // try as JSON\n try {\n options[k] = JSON.parse(v);\n }\n // last attempt is just a string\n catch (ex) {\n options[k] = v;\n }\n }\n }\n }\n // treat any attributes as JSON representations of options\n // for the object\n for (var att in src.attributes) {\n\n var attval = src.getAttribute(att);\n // allow for data from named tiddlers\n if ($tw.wiki.tiddlerExists(attval))\n {\n var data = $tw.wiki.getTiddlerData(attval);\n options[att] = data;\n }\n else {\n // try as JSON\n try { options[att] = JSON.parse(attval); }\n // last attempt is just a string\n catch (ex) { options[att] = attval; }\n }\n }\n }\n catch (ex) { console.error(ex); }\n\n return options;\n\n };\n\n /**\n * Retrieves a canvas to work with based on the calling functions need of a \"div\" or \"canvas\" element\n * @param src\n * @param tag\n * @param type\n * @returns {Element}\n */\n Rocklib.prototype.getCanvas = function(src, tag, type) {\n type = typeof(type) === \"undefined\" ? \"div\" : type;\n\n var height = src.getAttribute(\"height\");\n var width = src.getAttribute(\"width\");\n\n var canvas = src.document.createElement(type);\n var style = \"\";\n if (type === \"canvas\") {\n if (width) canvas.width = width;\n if (height) canvas.height = height;\n }\n else {\n if (height) style += \" height:\" + height;\n if (width) style += \" width:\" + width;\n if (style) canvas.setAttribute(\"style\", style);\n }\n canvas.setAttribute(\"id\", tag+\"_\" + this.uniqueID);\n\n this.uniqueID++;\n return canvas;\n };\n\n /**\n * based on http://martin.ankerl.com/2009/12/09/how-to-create-random-colors-programmatically/\n * @param s\n * @param v\n * @returns {string}\n */\n Rocklib.prototype.nextColor = function(s, v)\n {\n var golden_ratio_conjugate = 0.618033988749895\n this.hue += golden_ratio_conjugate;\n this.hue %= 1;\n var rgb = this.hsv_to_rgb(this.hue, s, v);\n return \"#\" + rgb.r.toString(16) + rgb.g.toString(16) + rgb.b.toString(16);\n };\n\n\n /**\n * Taken from http://stackoverflow.com/questions/17242144/javascript-convert-hsb-hsv-color-to-rgb-accurately\n */\n /* accepts parameters\n * r Object = {r:x, g:y, b:z}\n * OR\n * r, g, b\n */\n\n Rocklib.prototype.rgb_to_hsv = function (r, g, b) {\n if (arguments.length === 1) {\n g = r.g, b = r.b, r = r.r;\n }\n var max = Math.max(r, g, b), min = Math.min(r, g, b),\n d = max - min,\n h,\n s = (max === 0 ? 0 : d / max),\n v = max / 255;\n\n switch (max) {\n case min: h = 0; break;\n case r: h = (g - b) + d * (g < b ? 6: 0); h /= 6 * d; break;\n case g: h = (b - r) + d * 2; h /= 6 * d; break;\n case b: h = (r - g) + d * 4; h /= 6 * d; break;\n }\n\n return {\n h: h,\n s: s,\n v: v\n };\n };\n\n /**\n * Taken from http://stackoverflow.com/questions/17242144/javascript-convert-hsb-hsv-color-to-rgb-accurately\n */\n /* accepts parameters\n * h Object = {h:x, s:y, v:z}\n * OR\n * h, s, v\n */\n Rocklib.prototype.hsv_to_rgb = function(h, s, v) {\n var r, g, b, i, f, p, q, t;\n if (arguments.length === 1) {\n s = h.s, v = h.v, h = h.h;\n }\n i = Math.floor(h * 6);\n f = h * 6 - i;\n p = v * (1 - s);\n q = v * (1 - f * s);\n t = v * (1 - (1 - f) * s);\n switch (i % 6) {\n case 0: r = v, g = t, b = p; break;\n case 1: r = q, g = v, b = p; break;\n case 2: r = p, g = v, b = t; break;\n case 3: r = p, g = q, b = v; break;\n case 4: r = t, g = p, b = v; break;\n case 5: r = v, g = p, b = q; break;\n }\n return {\n r: Math.round(r * 255),\n g: Math.round(g * 255),\n b: Math.round(b * 255)\n };\n };\n\n exports.rocklib = Rocklib;\n\n})();\n\n"
},
"$:/plugins/gt6796c/rocklib/license": {
"title": "$:/plugins/gt6796c/rocklib/license",
"text": "The MIT License (MIT)\n\nCopyright (c) 2016 Nathaniel Jones\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n"
},
"$:/plugins/gt6796c/rocklib/readme": {
"title": "$:/plugins/gt6796c/rocklib/readme",
"text": "\nThis plugin packages [[rocklib|https://github.com/gt6796c/rocklib]] for use by other plugins. It does not provide any end-user visible features.\n\nNo user-visible elements.\n\nprovides the following functions:\n\n;getScriptBody(src, att)\n: attempts to pull the text out of ``src`` element's body or the specified attribute ``att``\n\n;getOptions(src,tag,options)\n: in the case of a widget, adds all of ``src`` element's attributes into the ``options`` object\n: in the case of a Tiddler, adds all of the fields that begin with ``tag`` into the ``options`` object (minus the ``tag-`` prefix)\n: All options are first treated as Data Tiddler Names, then JSON, and finally as plain text\n\n;getCanvas(src,tag,type)\n: creates a uniquely-named \"canvas\" which may be of type ``type``. Supported types are ``div`` and ``canvas``\n: The height and width attributes from the ``src`` element will be applied to the canvas\n\n;nextColor(s,v)\n: returns a random-ish color string from the same palette as specified byt the ``s`` saturation and ``h`` hue.\n: The color is in the form of ``#rrggbb``\n\n;rgb_to_hsv(r,g,b)\n: returns array of [hue, saturation, value]\n: r can be array of [r,g,b] or individual parameters can be used\n\n;hsv_to_rgb(h,s,v)\n: returns array of [red, green, blue]\n: h can be array of [h,s,v] or individual parameters can be used\n"
}
}
}
{
"tiddlers": {
"$:/plugins/snowgoon88/edit-comptext/config": {
"title": "$:/plugins/snowgoon88/edit-comptext/config",
"type": "application/json",
"text": "{\n \"configuration\": {\n \"caseSensitive\" : false,\n \"maxMatch\" : 8,\n \"minPatLength\" : 2,\n \"triggerKeyCombination\" : \"^ \"\n },\n \"template\": [{\n \"pattern\": \"[[\",\n \"filter\": \"[all[tiddlers]!is[system]]\",\n \"start\": \"[[\",\n \"end\": \"]]\"\n }\n ]\n}\n"
},
"$:/plugins/snowgoon88/edit-comptext/edit-comptext.js": {
"title": "$:/plugins/snowgoon88/edit-comptext/edit-comptext.js",
"text": "/*\\\ntitle: $:/plugins/snowgoon88/edit-comptext/edit-comptext.js\ntype: application/javascript\nmodule-type: widget\n\nTaken from original Edit-text widget\nVersion 5.1.13 of TW5\nAdd link-to-tiddler completion in framed.js and simple.js\n\nTODO : CHECK usefull, and particularly save_changes after every input ??\nTODO : where should popupNode be created in the DOM ?\nTODO : check that options are valid (numeric ?)\nvar isNumeric = function(n) {\n return !isNaN(parseFloat(n)) && isFinite(n);\n};\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar editTextWidgetFactory = require(\"$:/core/modules/editor/factory.js\").editTextWidgetFactory,\n\tFramedCompEngine = require(\"$:/plugins/snowgoon88/edit-comptext/framed.js\").FramedCompEngine,\n\tSimpleCompEngine = require(\"$:/plugins/snowgoon88/edit-comptext/simple.js\").SimpleCompEngine;\n\nexports[\"edit-comptext\"] = editTextWidgetFactory(FramedCompEngine,SimpleCompEngine);\n\n})();\n",
"type": "application/javascript",
"module-type": "widget"
},
"$:/plugins/snowgoon88/edit-comptext/examples": {
"title": "$:/plugins/snowgoon88/edit-comptext/examples",
"text": "The configuration file [[$:/plugins/snowgoon88/edit-comptext/config]] allow you to use the completion plugin for various usages. Here are some examples...\n\n!! Link Completion\nThe basic and default usage. Completion is triggered by `[[`, the search is among all non-system tiddlers. When selected, the `title` of the tiddler is inserted in the text, surrounded by `[[` and `]]`. This gives the following Completion Template.\n\n\n```\n{\n \"pattern\": \"[[\",\n \"title\": \"[all[tiddlers]!is[system]]\",\n \"start\": \"[[\",\n \"end\": \"]]\"\n}\t \n```\n\n\n!! Special macro completion\nI have a 'pnjin' macro that is invoked by `<<pnjin \"TiddlerPNJName\">>` where 'TiddlerPNJName is a tiddler that hold data about a PNJ. I use tiddlywiki to organise my Role Playing Games campaigns. So, I want `<p` to trigger the completion. The search is among all non-system tiddlers tagged `PNJ` and, once selected, the title of the tiddler must be inserted surrouned by `<<pnjin \\\"` and `\\\">>`. So...\n\n```\n{\n\t\"pattern\": \"<p\",\n \t\"title\": \"[tag[PNJ]!is[system]]\",\n \t\"start\": \"<<pnjin \\\"\",\n \t\"end\": \"\\\">>\"\n}\n```\n\n!! Insert some templates or stamp or snippets into text.\nI frequently use some text pattern and I want to insert them easily. So, I could create several tiddlers, tagged '$:stamp' and in their body are the piece of texte I want to insert. The titles of these tiddlers always start with `$:/config/stamp/` (i.e. $:/config/stamp/macro, $:/config/stamp/list1, $:/config/stamp/list2). I want to trigger the completion by using `<<`, then I only want to chose among the last part of the titles of tiddlers tagged `$:stamp` so I use a mask (`$:/config/stamp/`) to only display the last part of the tiddlers title. When selectected, the `body` of the tiddler is inserted, with no surrounding strings. As a results, the Completion Template is (notice the `body` field):\n\n```\n{\n \"pattern\": \"<<\",\n \"body\": \"[tag[$:stamp]]\",\n \"mask\" : \"$:/config/stamp/\",\n \"start\": \"\",\n \"end\": \"\"\n}\n```\n\n!! And you ?\nIf you have funny usages of completion, let me know. If you'd like to do something that is not yet possible, let me know...\n\nmail : snowgoon88(AT)gmail(DOT)com"
},
"$:/plugins/snowgoon88/edit-comptext/framed.js": {
"text": "/*\\\ntitle: $:/plugins/snowgoon88/edit-comptext/framed.js\ntype: application/javascript\nmodule-type: library\n\nTaken from $:/core/modules/editor/engines/framed.js\nText editor engine based on a simple input or textarea within an iframe. This is done so that the selection is preserved even when clicking away from the textarea\n\n\\*/\n(function(){\n\n/*jslint node: true,browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar HEIGHT_VALUE_TITLE = \"$:/config/TextEditor/EditorHeight/Height\";\n\n// Configuration tiddler\nvar COMPLETION_OPTIONS = \"$:/plugins/snowgoon88/edit-comptext/config\";\nvar Completion = require(\"$:/plugins/snowgoon88/edit-comptext/completion.js\").Completion;\n\t\nfunction FramedCompEngine(options) {\n //DEBUG console.log( \"==FramedCompEngine::creation\" );\n\t// Save our options\n\toptions = options || {};\n\tthis.widget = options.widget;\n\tthis.value = options.value;\n\tthis.parentNode = options.parentNode;\n\tthis.nextSibling = options.nextSibling;\n\n\t// Completion\n\t// Load Completion configuration as JSON\n this._configOptions = $tw.wiki.getTiddlerData( COMPLETION_OPTIONS, {} );\n\t\n\t// Create our hidden dummy text area for reading styles\n\tthis.dummyTextArea = this.widget.document.createElement(\"textarea\");\n\tif(this.widget.editClass) {\n\t\tthis.dummyTextArea.className = this.widget.editClass;\n\t}\n\tthis.dummyTextArea.setAttribute(\"hidden\",\"true\");\n\tthis.parentNode.insertBefore(this.dummyTextArea,this.nextSibling);\n\tthis.widget.domNodes.push(this.dummyTextArea);\n\t// Create dummy popup for reading its styles\n\t//this._dummyCompletion = new Completion( this.widget, this.dummyTextArea, this._configOptions);\n\t//REMOVEthis._dummyCompletion.setAttribute(\"hidden\",\"true\");\n\t\n\t// Create the iframe\n\tthis.iframeNode = this.widget.document.createElement(\"iframe\");\n\tthis.parentNode.insertBefore(this.iframeNode,this.nextSibling);\n\tthis.iframeDoc = this.iframeNode.contentWindow.document;\n\t// (Firefox requires us to put some empty content in the iframe)\n\tthis.iframeDoc.open();\n\tthis.iframeDoc.write(\"\");\n\tthis.iframeDoc.close();\n\t// Style the iframe\n\tthis.iframeNode.className = this.dummyTextArea.className;\n\tthis.iframeNode.style.border = \"none\";\n\tthis.iframeNode.style.padding = \"0\";\n\tthis.iframeNode.style.resize = \"none\";\n\tthis.iframeDoc.body.style.margin = \"0\";\n\tthis.iframeDoc.body.style.padding = \"0\";\n\tthis.widget.domNodes.push(this.iframeNode);\n\t// Construct the textarea or input node\n\tvar tag = this.widget.editTag;\n\tif($tw.config.htmlUnsafeElements.indexOf(tag) !== -1) {\n\t\ttag = \"input\";\n\t}\n\tthis.domNode = this.iframeDoc.createElement(tag);\n\t// Set the text\n\tif(this.widget.editTag === \"textarea\") {\n\t\tthis.domNode.appendChild(this.iframeDoc.createTextNode(this.value));\n\t} else {\n\t\tthis.domNode.value = this.value;\n\t}\n\t// Set the attributes\n\tif(this.widget.editType) {\n\t\tthis.domNode.setAttribute(\"type\",this.widget.editType);\n\t}\n\tif(this.widget.editPlaceholder) {\n\t\tthis.domNode.setAttribute(\"placeholder\",this.widget.editPlaceholder);\n\t}\n\tif(this.widget.editSize) {\n\t\tthis.domNode.setAttribute(\"size\",this.widget.editSize);\n\t}\n\tif(this.widget.editRows) {\n\t\tthis.domNode.setAttribute(\"rows\",this.widget.editRows);\n\t}\n\t// Copy the styles from the dummy textarea\n\tthis.copyStyles();\n\t// Add event listeners\n\t$tw.utils.addEventListeners(this.domNode,[\n\t\t{name: \"input\",handlerObject: this,handlerMethod: \"handleInputEvent\"},\n\t\t{name: \"keydown\",handlerObject: this.widget,handlerMethod: \"handleKeydownEvent\"}\n\t]);\n\t// Insert the element into the DOM\n\tthis.iframeDoc.body.appendChild(this.domNode);\n\n\t// add Completion popup\n this._completion = new Completion( this.widget, this.domNode, this._configOptions, this.dummyTextArea, this.iframeNode.offsetTop, this.iframeNode.offsetLeft );\n\t// print iframe offset\n\t//DEBUG console.log( \" __iframe.offsetLeft: \"+this.iframeNode.offsetLeft );\n //DEBUG console.log( \" __iframe.offsetTop: \"+this.iframeNode.offsetTop );\n \n\t// Copy all styles from dummyCompletion\n\t//$tw.utils.copyStyles(this._dummyCompletion._popNode, this._completion._popNode);\n\t// Override the ones that should not be set the same as the dummy textarea\n\t//this._completion._popNode.style.display = \"block\";\n\t//this._completion._popNode.style.width = \"100%\";\n\t//this._completion._popNode.style.margin = \"0\";\n\t// In Chrome setting -webkit-text-fill-color overrides the placeholder text colour\n\t//this._completion._popNode.style[\"-webkit-text-fill-color\"] = \"currentcolor\";\n \n}\n\n/*\nCopy styles from the dummy text area to the textarea in the iframe\n*/\nFramedCompEngine.prototype.copyStyles = function() {\n\t// Copy all styles\n\t$tw.utils.copyStyles(this.dummyTextArea,this.domNode);\n\t// Override the ones that should not be set the same as the dummy textarea\n\tthis.domNode.style.display = \"block\";\n\tthis.domNode.style.width = \"100%\";\n\tthis.domNode.style.margin = \"0\";\n\t// In Chrome setting -webkit-text-fill-color overrides the placeholder text colour\n\tthis.domNode.style[\"-webkit-text-fill-color\"] = \"currentcolor\";\n};\n\n/*\nSet the text of the engine if it doesn't currently have focus\n*/\nFramedCompEngine.prototype.setText = function(text,type) {\n\tif(!this.domNode.isTiddlyWikiFakeDom) {\n\t\tif(this.domNode.ownerDocument.activeElement !== this.domNode) {\n\t\t\tthis.domNode.value = text;\n\t\t}\n\t\t// Fix the height if needed\n\t\tthis.fixHeight();\n\t}\n};\n\n/*\nGet the text of the engine\n*/\nFramedCompEngine.prototype.getText = function() {\n\treturn this.domNode.value;\n};\n\n/*\nFix the height of textarea to fit content\n*/\nFramedCompEngine.prototype.fixHeight = function() {\n\t// Make sure styles are updated\n\tthis.copyStyles();\n\t// Adjust height\n\tif(this.widget.editTag === \"textarea\") {\n\t\tif(this.widget.editAutoHeight) {\n\t\t\tif(this.domNode && !this.domNode.isTiddlyWikiFakeDom) {\n\t\t\t\tvar newHeight = $tw.utils.resizeTextAreaToFit(this.domNode,this.widget.editMinHeight);\n\t\t\t\tthis.iframeNode.style.height = (newHeight + 14) + \"px\"; // +14 for the border on the textarea\n\t\t\t}\n\t\t} else {\n\t\t\tvar fixedHeight = parseInt(this.widget.wiki.getTiddlerText(HEIGHT_VALUE_TITLE,\"400px\"),10);\n\t\t\tfixedHeight = Math.max(fixedHeight,20);\n\t\t\tthis.domNode.style.height = fixedHeight + \"px\";\n\t\t\tthis.iframeNode.style.height = (fixedHeight + 14) + \"px\";\n\t\t}\n\t}\n};\n\n/*\nFocus the engine node\n*/\nFramedCompEngine.prototype.focus = function() {\n\tif(this.domNode.focus && this.domNode.select) {\n\t\tthis.domNode.focus();\n\t\tthis.domNode.select();\n\t}\n};\n\n/*\nHandle a dom \"input\" event which occurs when the text has changed\n*/\nFramedCompEngine.prototype.handleInputEvent = function(event) {\n //DEBUG console.log( \"__framed.js::handleInputEvent\");\n\tthis.widget.saveChanges(this.getText());\n\tthis.fixHeight();\n\treturn true;\n};\n\n/*\nCreate a blank structure representing a text operation\n*/\nFramedCompEngine.prototype.createTextOperation = function() {\n\tvar operation = {\n\t\ttext: this.domNode.value,\n\t\tselStart: this.domNode.selectionStart,\n\t\tselEnd: this.domNode.selectionEnd,\n\t\tcutStart: null,\n\t\tcutEnd: null,\n\t\treplacement: null,\n\t\tnewSelStart: null,\n\t\tnewSelEnd: null\n\t};\n\toperation.selection = operation.text.substring(operation.selStart,operation.selEnd);\n\treturn operation;\n};\n\n/*\nExecute a text operation\n*/\nFramedCompEngine.prototype.executeTextOperation = function(operation) {\n\t// Perform the required changes to the text area and the underlying tiddler\n\tvar newText = operation.text;\n\tif(operation.replacement !== null) {\n\t\tnewText = operation.text.substring(0,operation.cutStart) + operation.replacement + operation.text.substring(operation.cutEnd);\n\t\t// Attempt to use a execCommand to modify the value of the control\n\t\tif(this.iframeDoc.queryCommandSupported(\"insertText\") && this.iframeDoc.queryCommandSupported(\"delete\") && !$tw.browser.isFirefox) {\n\t\t\tthis.domNode.focus();\n\t\t\tthis.domNode.setSelectionRange(operation.cutStart,operation.cutEnd);\n\t\t\tif(operation.replacement === \"\") {\n\t\t\t\tthis.iframeDoc.execCommand(\"delete\",false,\"\");\n\t\t\t} else {\n\t\t\t\tthis.iframeDoc.execCommand(\"insertText\",false,operation.replacement);\n\t\t\t}\n\t\t} else {\n\t\t\tthis.domNode.value = newText;\n\t\t}\n\t\tthis.domNode.focus();\n\t\tthis.domNode.setSelectionRange(operation.newSelStart,operation.newSelEnd);\n\t}\n\tthis.domNode.focus();\n\treturn newText;\n};\n\nexports.FramedCompEngine = FramedCompEngine;\n\n})();\n",
"type": "application/javascript",
"title": "$:/plugins/snowgoon88/edit-comptext/framed.js",
"module-type": "library"
},
"$:/plugins/snowgoon88/edit-comptext/simple.js": {
"text": "/*\\\ntitle: $:/plugins/snowgoon88/edit-comptext/simple.js\ntype: application/javascript\nmodule-type: library\n\nTaken from $:/core/modules/editor/engines/simple.js\nText editor engine based on a simple input or textarea tag\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar HEIGHT_VALUE_TITLE = \"$:/config/TextEditor/EditorHeight/Height\";\n\n// Configuration tiddler\nvar COMPLETION_OPTIONS = \"$:/plugins/snowgoon88/edit-comptext/config\";\nvar Completion = require(\"$:/plugins/snowgoon88/edit-comptext/completion.js\").Completion;\n\nfunction SimpleCompEngine(options) {\n\t// Save our options\n\toptions = options || {};\n\tthis.widget = options.widget;\n\tthis.value = options.value;\n\tthis.parentNode = options.parentNode;\n\tthis.nextSibling = options.nextSibling;\n\n // Completion\n\t// Load Completion configuration as JSON\n this._configOptions = $tw.wiki.getTiddlerData( COMPLETION_OPTIONS, {} );\n\t\n\t// Construct the textarea or input node\n\tvar tag = this.widget.editTag;\n\tif($tw.config.htmlUnsafeElements.indexOf(tag) !== -1) {\n\t\ttag = \"input\";\n\t}\n\tthis.domNode = this.widget.document.createElement(tag);\n\t// Set the text\n\tif(this.widget.editTag === \"textarea\") {\n\t\tthis.domNode.appendChild(this.widget.document.createTextNode(this.value));\n\t} else {\n\t\tthis.domNode.value = this.value;\n\t}\n\t// Set the attributes\n\tif(this.widget.editType) {\n\t\tthis.domNode.setAttribute(\"type\",this.widget.editType);\n\t}\n\tif(this.widget.editPlaceholder) {\n\t\tthis.domNode.setAttribute(\"placeholder\",this.widget.editPlaceholder);\n\t}\n\tif(this.widget.editSize) {\n\t\tthis.domNode.setAttribute(\"size\",this.widget.editSize);\n\t}\n\tif(this.widget.editRows) {\n\t\tthis.domNode.setAttribute(\"rows\",this.widget.editRows);\n\t}\n\tif(this.widget.editClass) {\n\t\tthis.domNode.className = this.widget.editClass;\n\t}\n\t// Add an input event handler\n\t$tw.utils.addEventListeners(this.domNode,[\n\t\t{name: \"focus\", handlerObject: this, handlerMethod: \"handleFocusEvent\"},\n\t\t{name: \"input\", handlerObject: this, handlerMethod: \"handleInputEvent\"}\n\t]);\n\t// Insert the element into the DOM\n\tthis.parentNode.insertBefore(this.domNode,this.nextSibling);\n\tthis.widget.domNodes.push(this.domNode);\n\n\t// add Completion popup\n this._completion = new Completion( this.widget, this.domNode, this._configOptions );\n}\n\n/*\nSet the text of the engine if it doesn't currently have focus\n*/\nSimpleCompEngine.prototype.setText = function(text,type) {\n\tif(!this.domNode.isTiddlyWikiFakeDom) {\n\t\tif(this.domNode.ownerDocument.activeElement !== this.domNode) {\n\t\t\tthis.domNode.value = text;\n\t\t}\n\t\t// Fix the height if needed\n\t\tthis.fixHeight();\n\t}\n};\n\n/*\nGet the text of the engine\n*/\nSimpleCompEngine.prototype.getText = function() {\n\treturn this.domNode.value;\n};\n\n/*\nFix the height of textarea to fit content\n*/\nSimpleCompEngine.prototype.fixHeight = function() {\n\tif(this.widget.editTag === \"textarea\") {\n\t\tif(this.widget.editAutoHeight) {\n\t\t\tif(this.domNode && !this.domNode.isTiddlyWikiFakeDom) {\n\t\t\t\t$tw.utils.resizeTextAreaToFit(this.domNode,this.widget.editMinHeight);\n\t\t\t}\n\t\t} else {\n\t\t\tvar fixedHeight = parseInt(this.widget.wiki.getTiddlerText(HEIGHT_VALUE_TITLE,\"400px\"),10);\n\t\t\tfixedHeight = Math.max(fixedHeight,20);\n\t\t\tthis.domNode.style.height = fixedHeight + \"px\";\n\t\t}\n\t}\n};\n\n/*\nFocus the engine node\n*/\nSimpleCompEngine.prototype.focus = function() {\n\tif(this.domNode.focus && this.domNode.select) {\n\t\tthis.domNode.focus();\n\t\tthis.domNode.select();\n\t}\n};\n\n/*\nHandle a dom \"input\" event which occurs when the text has changed\n*/\nSimpleCompEngine.prototype.handleInputEvent = function(event) {\n\tconsole.log( \"__simple.js::handleInputEvent\");\n\tthis.widget.saveChanges(this.getText());\n\tthis.fixHeight();\n\treturn true;\n};\n\n/*\nHandle a dom \"focus\" event\n*/\nSimpleCompEngine.prototype.handleFocusEvent = function(event) {\n\tif(this.widget.editFocusPopup) {\n\t\t$tw.popup.triggerPopup({\n\t\t\tdomNode: this.domNode,\n\t\t\ttitle: this.widget.editFocusPopup,\n\t\t\twiki: this.widget.wiki,\n\t\t\tforce: true\n\t\t});\n\t}\n\treturn true;\n};\n\n/*\nCreate a blank structure representing a text operation\n*/\nSimpleCompEngine.prototype.createTextOperation = function() {\n\treturn null;\n};\n\n/*\nExecute a text operation\n*/\nSimpleCompEngine.prototype.executeTextOperation = function(operation) {\n};\n\nexports.SimpleCompEngine = SimpleCompEngine;\n\n})();\n",
"type": "application/javascript",
"title": "$:/plugins/snowgoon88/edit-comptext/simple.js",
"module-type": "library"
},
"$:/plugins/snowgoon88/edit-comptext/cursor-position.js": {
"text": "/*\\\nModule that compute the pixel position of the cursor of a text\nements.\n\nTaken from https://github.com/component/textarea-caret-position\n\n(as https://github.com/kir/js_cursor_position is not updated any more)\n\\*/\n// Fonction anonyme executée immediatement\n( function(){\n \n// The properties that we copy into a mirrored div.\n// Note that some browsers, such as Firefox,\n// do not concatenate properties, i.e. padding-top, bottom etc. -> padding,\n// so we have to do every single property specifically.\nvar properties = [\n 'direction', // RTL support\n 'boxSizing',\n 'width', // on Chrome and IE, exclude the scrollbar, so the mirror div wraps exactly as the textarea does\n 'height',\n 'overflowX',\n 'overflowY', // copy the scrollbar for IE\n\n 'borderTopWidth',\n 'borderRightWidth',\n 'borderBottomWidth',\n 'borderLeftWidth',\n 'borderStyle',\n\n 'paddingTop',\n 'paddingRight',\n 'paddingBottom',\n 'paddingLeft',\n\n // https://developer.mozilla.org/en-US/docs/Web/CSS/font\n 'fontStyle',\n 'fontVariant',\n 'fontWeight',\n 'fontStretch',\n 'fontSize',\n 'fontSizeAdjust',\n 'lineHeight',\n 'fontFamily',\n\n 'textAlign',\n 'textTransform',\n 'textIndent',\n 'textDecoration', // might not make a difference, but better be safe\n\n 'letterSpacing',\n 'wordSpacing',\n\n 'tabSize',\n 'MozTabSize'\n\n];\nvar isFirefox = false;\nif($tw.browser) {\n isFirefox = window.mozInnerScreenX != null;\n}\n\nfunction getCaretCoordinates(element, position, options) {\n\n var debug = options && options.debug || false;\n if (debug) {\n var el = document.querySelector('#input-textarea-caret-position-mirror-div');\n if ( el ) { el.parentNode.removeChild(el); }\n }\n\n // mirrored div\n var div = document.createElement('div');\n div.id = 'input-textarea-caret-position-mirror-div';\n document.body.appendChild(div);\n\n var style = div.style;\n var computed;\n if($tw.browser) {\n computed = window.getComputedStyle? getComputedStyle(element) : element.currentStyle; // currentStyle for IE < 9\n } \n else {\n computed = element.currentStyle;\n }\n \n\n // default textarea styles\n style.whiteSpace = 'pre-wrap';\n if (element.nodeName !== 'INPUT')\n style.wordWrap = 'break-word'; // only for textarea-s\n\n // position off-screen\n style.position = 'absolute'; // required to return coordinates properly\n if (!debug)\n style.visibility = 'hidden'; // not 'display: none' because we want rendering\n\n // transfer the element's properties to the div\n properties.forEach(function (prop) {\n style[prop] = computed[prop];\n });\n\n if (isFirefox) {\n // Firefox lies about the overflow property for textareas: https://bugzilla.mozilla.org/show_bug.cgi?id=984275\n if (element.scrollHeight > parseInt(computed.height))\n style.overflowY = 'scroll';\n } else {\n style.overflow = 'hidden'; // for Chrome to not render a scrollbar; IE keeps overflowY = 'scroll'\n }\n\n div.textContent = element.value.substring(0, position);\n // the second special handling for input type=\"text\" vs textarea: spaces need to be replaced with non-breaking spaces - http://stackoverflow.com/a/13402035/1269037\n if (element.nodeName === 'INPUT')\n div.textContent = div.textContent.replace(/\\s/g, \"\\u00a0\");\n\n var span = document.createElement('span');\n // Wrapping must be replicated *exactly*, including when a long word gets\n // onto the next line, with whitespace at the end of the line before (#7).\n // The *only* reliable way to do that is to copy the *entire* rest of the\n // textarea's content into the <span> created at the caret position.\n // for inputs, just '.' would be enough, but why bother?\n span.textContent = element.value.substring(position) || '.'; // || because a completely empty faux span doesn't render at all\n div.appendChild(span);\n\n var coordinates = {\n top: span.offsetTop + parseInt(computed['borderTopWidth']),\n left: span.offsetLeft + parseInt(computed['borderLeftWidth'])\n };\n\n if (debug) {\n span.style.backgroundColor = '#aaa';\n } else {\n document.body.removeChild(div);\n }\n\n return coordinates;\n}\n\n// Exporte as a module of node.js otherwise set as global\nif (typeof module != \"undefined\" && typeof module.exports != \"undefined\") {\n module.exports = getCaretCoordinates;\n} else {\n window.getCaretCoordinates = getCaretCoordinates;\n}\n\n})();\n",
"type": "application/javascript",
"title": "$:/plugins/snowgoon88/edit-comptext/cursor-position.js",
"module-type": "library"
},
"$:/plugins/snowgoon88/edit-comptext/completion.js": {
"text": "/*\\\ntitle: $:/plugins/snowgoon88/edit-comptext/completion.js\ntype: application/javascript\nmodule-type: library\n\nTry to make self-contained completion module.\n\nTo use this 'module', you need a `widget` with a kind of `editarea` node.\nI do not know the exacte prerequisites of this editarea node for the module to\nwork, but mostly one should be able to attach the following `eventHandler` to\nit:\n - input\n - keydown\n - keypress\n - keyup\nThe `widget` is needed because I use:\n - widget.document\n - widget.wiki.filterTiddlers(...)\n\nFrom the Widget, once you have a proper editarea, you just have to call\n - var completion = new Completion( theWidget, theEditAreaNode, configObject);\nwhere `configObject` is expected to have the following fields. if a field is missing, a default value will be given.\nOne can have many `elements' in the template array.\n\n{\n \"configuration\": {\n \"caseSensitive\" : false,\n \"maxMatch\" : 8,\n \"minPatLength\" : 2,\n \"triggerKeyCombination\" : \"^ \"\n },\n \"template\": [{\n \"pattern\": \"[[\",\n \"filter\": \"[all[tiddlers]!is[system]]\",\n \"start\": \"[[\",\n \"end\": \"]]\"\n }\n ]\n}\n\nTODO : CHECK if needed\n\\*/\n\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// To compute pixel coordinates of cursor\nvar getCaretCoordinates = require(\"$:/plugins/snowgoon88/edit-comptext/cursor-position.js\");\n\n/** Default Completion Attributes */\nvar DEFATT = { maxMatch: 5, minPatLength: 2, caseSensitive: false, triggerKeyCombination: \"^ \" };\n\n/** \n * Struct for generic Completion Templates.\n * <ul>\n * <li>pat : pattern searched for.</li>\n * <li>filter : filter operation used to find the list of completion options</li>\n * <li>mask: replaced by \"\" when presenting completion options</li>\n * </ul>\n */\nvar Template = function( pat, filter, mask, field, start, end ) {\n this.pat = pat;\n this.filter = filter;\n this.mask = \"^\"+regExpEscape(mask);\n this.field = field;\n this.start = start;\n this.end = end;\n this.pos = 0;\n};\n/**\n * Struct for storing completion options, as we need to memorise \n * the titles of the tiddlers when masked and when body must be displayed.\n */\nvar OptCompletion = function( title, str ) {\n this.title = title;\n this.str = str;\n};\n\nvar keyMatchGenerator = function(combination) {\n\tlet singleMatchGenerator = function(character) {\n\t\tif (character === '^') {\n\t\t\treturn event => event.ctrlKey;\n\t\t}\n\t\telse if (character === '+') {\n\t\t\treturn event => event.shiftKey;\n\t\t}\n\t\telse if (character === '!') {\n\t\t\treturn event => event.altKey;\n\t\t}\n\t\telse {\n\t\t\treturn event => (event.keyCode || event.which) === character.charCodeAt(0);\n\t\t}\n\t};\n\n\tlet matchers = [];\n\tfor (let i = 0; i < combination.length; i++) {\n\t\tmatchers.push(singleMatchGenerator(combination[i]));\n\t}\n\n\treturn event => {\n\t\tfor (let i = 0; i < matchers.length; i++) {\n\t\t\tif (!matchers[i](event)) {\n\t\t\t\treturn false;\n\t\t\t}\n\t\t}\n\t\treturn true;\n\t};\n};\n\n/**\n * Widget is needed in creating popupNode.\n * - widget.document\n * - widget.wiki.filterTiddlers(...)\n * - sibling : where to create the popup in the DOM.\n */\n\tvar Completion = function( editWidget, areaNode, param, sibling, offTop, offLeft ) {\n\tconsole.log( \"==Completion::creation\" );\n\n // About underlying Widget\n this._widget = editWidget;\n\tthis._areaNode = areaNode;\n\tthis._sibling = (typeof sibling !== 'undefined') ? sibling : this._areaNode;\n\tthis._offTop = (typeof offTop !== 'undefined') ? offTop : 0;\n\tthis._offLeft = (typeof offLeft !== 'undefined') ? offLeft : 0;\t\n\t\t\n // Completions attributes\n /** State */\n this._state = \"VOID\";\n this._template = undefined;\n /** Best matches */\n this._bestMatches = []; // An array of OptCompletion\n this._idxChoice = -1;\n /** Param */\n // maximum nb of match displayed\n this._maxMatch = param.configuration.maxMatch || DEFATT.maxMatch; \n this._minPatLength = param.configuration.minPatLength || DEFATT.minPatLength;\n this._caseSensitive= param.configuration.caseSensitive || DEFATT.caseSensitive;\n this._triggerKeyMatcher = keyMatchGenerator(param.configuration.triggerKeyCombination || DEFATT.triggerKeyCombination);\n /** Input information */\n this._lastChar = \"\";\n this._hasInput = false;\n /** List of Completion Templates */\n this._listTemp = [];\n \n // Read templates from Param\n if( param.template ) {\n \tvar idT;\n \tfor( idT=0; idT<param.template.length; idT++ ) {\n \t var temp = param.template[idT];\n\t // field 'body' ou 'title' (default)\n\t if( temp.body ) {\t\t\n \t\tthis._listTemp.push( \n \t\t new Template( temp.pattern, temp.body,\n\t\t\t\t temp.mask ? temp.mask : \"\",\n\t\t\t\t \"body\",\n \t\t\t\t temp.start, temp.end )\n \t\t);\n\t }\n\t else {\n \t\tthis._listTemp.push( \n \t\t new Template( temp.pattern, \n\t\t\t\t temp.title ? temp.title : temp.filter,\n\t\t\t\t temp.mask ? temp.mask : \"\",\n\t\t\t\t \"title\",\n \t\t\t\t temp.start, temp.end )\n \t\t);\n\t }\n\t //DEBUG temp = this._listTemp[this._listTemp.length-1];\n\t //DEBUG console.log( \"__CONF : \"+temp.pattern+\":\"+temp.filter+\":\"+temp.mask+\":\"+temp.field+\":\"+temp.start+\":\"+temp.end );\n \t}\n }\n // or defaut template\n else {\n \tthis._listTemp = [\n \t new Template( \"[[\", \"[all[tiddlers]!is[system]]\", \n\t\t\t \"\", \"title\",\n\t\t\t \"[[\", \"]]\" )\n \t];\n }\n // Create Popup\n\t//this._popNode = createPopup(this._widget, this._areaNode );\n\tthis._popNode = createPopup(this._widget, this._sibling );\t\n \n // Listen to the Keyboard\n $tw.utils.addEventListeners( this._areaNode,[\n\t{name: \"input\", handlerObject: this, handlerMethod: \"handleInput\"},\n\t{name: \"keydown\", handlerObject: this, handlerMethod: \"handleKeydown\"},\n\t{name: \"keypress\", handlerObject: this, handlerMethod: \"handleKeypress\"},\n \t{name: \"keyup\", handlerObject: this, handlerMethod: \"handleKeyup\"}\n ]);\n \n /** \n * Find the bestMatches among listChoice with given pattern\n * @param listChoice : array of String\n * @change : this._bestMatches => array of OptCompletion\n */\n this._findBestMatches = function( listChoice, pattern, nbMax) {\n\t// regexp search pattern, case sensitive\n\tvar flagSearch = this._caseSensitive ? \"\" : \"i\" ;\n\tvar regpat = RegExp( regExpEscape(pattern), flagSearch );\n\tvar regpat_start = RegExp( \"^\"+regExpEscape(pattern), flagSearch );\n\tvar regMask = RegExp( this._template.mask ? this._template.mask : \"\",\"\");\n\tvar nbMatch = 0;\n\t// nbMax set to _maxMatch if no value given\n\tnbMax = nbMax !== undefined ? nbMax : this._maxMatch;\n\n\t//DEBUG console.log( \"__FIND masked=\"+regMask+\" regPat=\"+regpat);\n\n\tthis._bestMatches= [];\n\tvar otherMatches = [];\n\t// We test every possible choice\n\tfor( var i=0; i< listChoice.length; i++ ) {\n\t // apply mask over potential choice\n\t var maskedChoice = listChoice[i].replace( regMask, \"\");\n\t // Test first if pattern is found at START of the maskedChoice\n\t // THEN added to BestMatches\n \t if( regpat_start.test( maskedChoice )) {\n\t\tif (nbMatch >= nbMax) {\n\t\t this._bestMatches.push( new OptCompletion(\"\",\"...\") );\n\t\t return;\n\t\t} else {\n\t\t this._bestMatches.push( new OptCompletion(listChoice[i],maskedChoice) );\n\t\t nbMatch += 1;\n\t\t}\n\t }\n\t // then if pattern is found WITHIN the maskedChoice\n\t // added AFTER the choices that starts with pattern\n\t else if( regpat.test( maskedChoice ) ) {\n\t\tif (nbMatch >= nbMax) {\n\t\t // add all otherMatches to _bestMatches\n\t\t this._bestMatches.push( new OptCompletion(\"\",\"<hr>\") ) ; //separator\n\t\t this._bestMatches = this._bestMatches.concat( otherMatches );\n\t\t this._bestMatches.push( new OptCompletion(\"\",\"...\") );\n\t\t return;\n\t\t} else {\n\t\t otherMatches.push( new OptCompletion(listChoice[i],maskedChoice) );\n\t\t nbMatch += 1;\n\t\t}\n\t }\n\t}\n\t// Here, must add the otherMatches\n\tthis._bestMatches.push( new OptCompletion(\"\",\"<hr>\") ) ; //separator\n\tthis._bestMatches = this._bestMatches.concat( otherMatches );\n };\n /**\n * Change Selected Status of Items\n */\n this._next = function (node) {\n\tvar count = node.children.length;\n\t//DEBUG console.log( \"__NEXT: co=\"+count+\" nbMatch=\"+this._bestMatches.length);\n\tif( this._bestMatches.length > 0 ) \n\t this._goto( node, this._idxChoice < count - 1 ? this._idxChoice + 1 : -1);\n\t//DEBUG this._logStatus( \"NexT\" );\n };\n this._previous = function (node) {\n\tvar count = node.children.length;\n\tvar selected = this._idxChoice > -1;\n\t//DEBUG console.log( \"__PREV: co=\"+count+\" nbMatch=\"+this._bestMatches.length);\n\tif( this._bestMatches.length > 0 ) \n\t this._goto( node, selected ? this._idxChoice - 1 : count - 1);\n\t//DEBUG this._logStatus( \"PreV\" );\n };\n // Should not be used, highlights specific item without any checks!\n this._goto = function (node, idx) {\n\tvar lis = node.children;\n\tvar selected = this._idxChoice > -1;\n\tif (selected) {\n\t lis[this._idxChoice].setAttribute(\"patt-selected\", \"false\");\n\t}\n\n\tthis._idxChoice = idx;\n \n\tif (idx > -1 && lis.length > 0) {\n\t lis[idx].setAttribute(\"patt-selected\", \"true\");\n\t}\n };\n /**\n * Abort pattern and undisplay.\n */\n this._abortPattern = function (displayNode) {\n\tthis._state = \"VOID\";\n\tthis._bestChoices = [];\n\tthis._idxChoice = -1;\n\tthis._undisplay( displayNode );\n\tthis._template = undefined;\n };\n /**\n * Display popupNode at the cursor position in areaNode.\n */\n this._display = function( areaNode, popupNode ) {\n\tif ( popupNode.style.display == 'none' ) {\n\t // Must get coordinate\n\t // Cursor coordinates within area + area coordinates + scroll\n var coord = getCaretCoordinates(areaNode, areaNode.selectionEnd);\n var styleSize = getComputedStyle(areaNode).getPropertyValue('font-size');\n var fontSize = parseFloat(styleSize); \n\t\t\n\t popupNode.style.left = (this._offLeft+areaNode.offsetLeft-areaNode.scrollLeft+coord.left) + 'px';\n\t popupNode.style.top = (this._offTop+areaNode.offsetTop-areaNode.scrollTop+coord.top+fontSize*2) + 'px';\n\t popupNode.style.display = 'block';\n\t}\n };\n /**\n * Undisplay someNode\n */\n this._undisplay = function( displayNode ) {\n\tif ( displayNode.style.display != 'none' ) {\n\t displayNode.style.display = 'none';\n\t}\n };\n\n /**\n * Used for debug\n */\n this._logStatus = function(msg) {\n\tconsole.log( \"__STATUS: \"+this._state+\":-\"+msg+\"- idx=\"+this._idxChoice );\n };\n\n};\n// **************************************************************************\n// ******************************************************************eventCbk\n// **************************************************************************\n/**\n * Disable the *effects* of ENTER / UP / DOWN / ESC when needed.\n * Set _hasInput to false.\n */\nCompletion.prototype.handleKeydown = function(event) {\n // key \n var key = event.keyCode;\n this._hasInput = false;\n \n //DEBUG console.log( \"__KEYDOWN (\"+key+\") hasI=\"+this._hasInput);\n \n // ENTER while selecting\n if( (this._state === \"PATTERN\" || this._state === \"SELECT\") && key === 13 ) {\n \tevent.preventDefault();\n \tevent.stopPropagation();\n }\n // ESC while selecting\n if( (this._state === \"PATTERN\" || this._state === \"SELECT\") && key === 27 ) {\n \tevent.preventDefault();\n \tevent.stopPropagation();\n }\n // UP/DOWN while a pattern is extracted\n if( (key===38 || key===40) && \n\t(this._state === \"PATTERN\" || this._state === \"SELECT\") ) {\n\tevent.preventDefault();\n }\n};\n/**\n * Means that something has been added/deleted => set _hasInput\n */\nCompletion.prototype.handleInput = function(event) {\n this._hasInput = true;\n //DEBUG console.log( \"__INPUT hasI=\"+this._hasInput );\n};\n\t\n/**\n * Set _lastChar, detects CTRL+SPACE.\n */\nCompletion.prototype.handleKeypress = function(event) {\n var curPos = this._areaNode.selectionStart; // cursor position\n var val = this._areaNode.value; // text in the area\n // key \n var key = event.keyCode || event.which;\n\t\n this._lastChar = String.fromCharCode(key);\n //DEBUG console.log( \"__KEYPRESS (\"+key+\") hasI=\"+this._hasInput+\" char=\"+this._lastChar );\n //DEBUG this._logStatus( \"KEYPRESS\" );\n \n // Detect Ctrl+Space\n if( this._triggerKeyMatcher(event) && this._state === \"VOID\" ) {\n\t//Find a proper Template\n\t// first from which we can extract a pattern\n\tif( this._template === undefined ) {\n\t //DEBUG console.log(\"__SPACE : find a Template\" );\n\t var idT, res;\n\t for( idT=0; idT < this._listTemp.length; idT++ ) {\n\t\tres = extractPattern( val, curPos, this._listTemp[idT] );\n\t\t//DEBUG console.log(\" t=\"+this._listTemp[idT].pat+\" res=\"+res);\n\t\t// res is not undefined => good template candidate\n\t\tif( res ) {\n\t\t this._template = this._listTemp[idT];\n\t\t this._state = \"PATTERN\";\n\t\t break;\n\t\t}\n\t }\n\t}\n\telse {\n\t //DEBUG console.log(\"__SPACE : already a template\" );\n\t this._state = \"PATTERN\";\n\t}\n }\n};\n/**\n * ESC -> abort; \n * Detect [ -> VOID switch to _state=PATTERN\n * PATTERN || SELECT : ENTER -> insertText\n * UP/DOWN -> previous/next\n * pattern.length > _minPatternLength -> display \n */\nCompletion.prototype.handleKeyup = function(event) {\n var curPos = this._areaNode.selectionStart; // cursor position\n var val = this._areaNode.value; // text in the area\n // key a\n var key = event.keyCode;\n \n //DEBUG console.log( \"__KEYUP (\"+key+\") hasI=\"+this._hasInput );\n \n // ESC\n if( key === 27 ) {\n\tthis._abortPattern( this._popNode );\n\t//DEBUG this._logStatus( \"\" );\n }\n // Check for every template\n if( this._hasInput && this._state === \"VOID\" ) {\n\t// check every template's pattern\n\tvar idT, template;\n\tfor( idT=0; idT < this._listTemp.length; idT++ ) {\n\t template = this._listTemp[idT];\n\t if( this._lastChar === template.pat[template.pos] ) {\n\t\ttemplate.pos += 1;\n\t\t//DEBUG console.log( \"__CHECK : pat=\"+template.pat+\" pos=\"+template.pos );\n\t\t// Pattern totaly matched ?\n\t\tif( template.pos === template.pat.length ) {\n\t\t //DEBUG console.log( \"__CHECK => found \"+template.pat );\n\t\t this._state = \"PATTERN\";\n\t\t this._template = template;\n\t\t \n\t\t break; // get out of loop\n\t\t}\n\t }\n\t else {\n\t\ttemplate.pos = 0;\n\t\t//DEBUG console.log( \"__CHECK : pat=\"+template.pat+\" pos=\"+template.pos );\n\t }\n\t}\n }\n // a pattern\n else if( this._state === \"PATTERN\" || this._state === \"SELECT\" ) {\n\t// Pattern below cursor : undefined if no pattern\n\tvar pattern = extractPattern( val, curPos, this._template );\n\tif( key === 13 ) { // ENTER\n\t //DEBUG console.log( \"KEY : Enter\" );\n \t // Choice made in the displayNode ?\n \t var selected = this._idxChoice > -1 && this._idxChoice !== this._maxMatch;\n \t //DEBUG console.log( \" > sel=\"+selected+\" len=\"+this._bestChoices.length );\n \t if( selected ) {\n \t\t//DEBUG console.log( \" > selected\" );\n\t\tvar temp = this._bestMatches[this._idxChoice];\n\t\tvar str = temp.str;\n\t\tif( this._template.field === \"body\" ) {\n\t\t str = $tw.wiki.getTiddlerText( temp.title );\n\t\t}\n \t\tinsertInto( this._areaNode,\n\t\t\t str,\n\t\t\t pattern.start, curPos, this._template );\n\t\t// save this new content\n\t\tthis._widget.saveChanges( this._areaNode.value );\n\t }\n\t // otherwise take the first choice (if exists)\n\t else if( this._bestMatches.length > 0 ) {\n \t\t//DEBUG console.log( \" > take first one\" );\n\t\tvar temp = this._bestMatches[0];\n\t\tvar str = temp.str;\n\t\tif( this._template.field === \"body\" ) {\n\t\t str = $tw.wiki.getTiddlerText( temp.title );\n\t\t}\n \t\tinsertInto( this._areaNode,\n\t\t\t str,\n\t\t\t pattern.start, curPos, this._template );\n\t\t// save this new content\n\t\tthis._widget.saveChanges( this._areaNode.value );\n\t }\n\t this._abortPattern( this._popNode );\n\t\t//DEBUG this._logStatus( \"\" );\n \t }\n\t else if( key === 38 && this._hasInput === false) { // up\n\t\tthis._state = \"SELECT\";\n \t\tevent.preventDefault();\n \t\tthis._previous( this._popNode );\n\t\t//DEBUG this._logStatus( pattern.text );\n \t\t//event.stopPropagation();\n \t }\n \t else if( key === 40 && this._hasInput === false) { // down\n\t\tthis._state = \"SELECT\";\n \t\tevent.preventDefault();\n \t\tthis._next( this._popNode );\n\t\t//DEBUG this._logStatus( pattern.text );\n \t\t//event.stopPropagation();\n \t }\n \t else if( pattern ) { // pattern changed by keypressed\n\t\tthis._idxChoice = -1;\n \t\t// log\n\t\t//DEBUG this._logStatus( pattern.text );\n \t\t// Popup with choices if pattern at least minPatLength letters long\n\t\tif( pattern.text.length > (this._minPatLength-1) ) {\n\t\t // compute listOptions from templateFilter\n\t\t var allOptions;\n\t\t if( this._template )\n\t\t\tallOptions = this._widget.wiki.filterTiddlers( this._template.filter );\n\t\t else\n\t\t\tallOptions = this._widget.wiki.filterTiddlers(\"[all[tiddlers]]\");\n\t\t this._findBestMatches( allOptions, pattern.text );\n \t\t this._popNode.innerHTML = \"\";\n \t\t //console.log( \"BC \"+ this._pattern + \" => \" + choice );\n \t\t if (this._bestMatches.length > 0) {\n\t\t\tfor( var i=0; i<this._bestMatches.length; i++) {\n \t\t\t this._popNode.appendChild( \n\t\t\t\titemHTML(this._bestMatches[i].str,\n\t\t\t\t\t pattern.text));\n \t\t\t}\n\t\t\tthis._display( this._areaNode, this._popNode );\t\t\t\n \t\t }\n\t\t else { // no matches\n\t\t\tthis._state = \"PATTERN\";\n\t\t\tthis._undisplay( this._popNode );\n\t\t }\n\t\t}\n \t }\n\t else { // no pattern detected\n\t\tthis._abortPattern( this._popNode );\n\t }\n\t}\n\t// to ensure that one MUST add an input (through onInput())\n\tthis._hasInput = false;\n};\n// **************************************************************************\n// ******************************************************** private functions\n// **************************************************************************\n/**\n * Create popup element.\n */\nvar createPopup = function( widget, node ) {\n // Insert a special \"div\" element for poping up\n // Its 'display' property in 'style' control its visibility\n var popupNode = widget.document.createElement(\"div\");\n popupNode.setAttribute( \"style\", \"display:none; position: absolute;\");\n popupNode.className = \"tc-block-dropdown ect-block-dropdown\";\n // Insert the element into the DOM\n node.parentNode.insertBefore(popupNode,node.nextSibling);\n //CHECK the domNodes is a attribute of Widget [widget.js]\n //CHECK this.domNodes.push(popupNode);\n \n return popupNode;\n};\n/**\n * Extract Pattern from text at a given position.\n *\n * Between previous template.pat (or '[[') and pos\n * \n * If no pattern -> undefined\n */\nvar extractPattern = function( text, pos, template ) {\n // Detect previous and next ]]=>STOP or [[=>START\n var sPat = template.pat ? template.pat : '[[';\n var pos_prevOpen = text.lastIndexOf( sPat, pos );\n var ePat = template.end ? template.end : ']]';\n var pos_prevClosed = text.lastIndexOf( ePat, pos );\n var pos_nextClosed = text.indexOf( ePat, pos );\n //DEBUG console.log(\"__CALC st=\"+sPat+\" -> en=\"+ePat );\n //DEBUG console.log(\"__CALC po=\"+pos_prevOpen+\" pc=\"+pos_prevClosed+\" nc=\"+pos_nextClosed+\" pos=\"+pos);\n pos_nextClosed = (pos_nextClosed >= 0) ? pos_nextClosed : pos;\n \n if( (pos_prevOpen >= 0) && // must be opened\n\t((pos_prevOpen > pos_prevClosed ) || // not closed yet\n\t (pos_prevClosed === pos))) { // closed at cursor\n\t//DEBUG console.log(\" pat=\"+text.slice( pos_prevOpen+sPat.length, pos) );\n\treturn { text: text.slice( pos_prevOpen+sPat.length, pos ),\n\t\t start: pos_prevOpen,\n\t\t end: pos_nextClosed\n\t };\n }\n};\n/**\n * Controls how list items are generated.\n * Function that takes two parameters :\n * - text : suggestion text\n * - input : the user’s input\n * Returns : list item. \n * Generates list items with the user’s input highlighted via <mark>.\n */\nvar itemHTML = function (text, input ) {\n // text si input === ''\n // otherwise, build RegExp that is global (g) and case insensitive (i)\n // to replace with <mark>$&</mark> where \"$&\" is the matched pattern\n var html = input === '' ? text : text.replace(RegExp(regExpEscape(input.trim()), \"gi\"), \"<mark>$&</mark>\");\n return create(\"li\", {\n\tinnerHTML: html,\n\t\"patt-selected\": \"false\"\n });\n};\n/**\n * Insert text into a textarea node, \n * enclosing in 'template.start..template.end'\n *\n * - posBefore : where the 'template.pat+pattern' starts\n * - posAfter : where the cursor currently is\n */\nvar insertInto = function(node, text, posBefore, posAfter, template ) {\n //DEBUG console.log( \"__INSERT : \"+template.pattern+\":\"+template.filter+\":\"+template.mask+\":\"+template.field+\":\"+template.start+\":\"+template.end );\n var val = node.value;\n var sStart = template.start !== undefined ? template.start : '[[';\n var sEnd = template.end !== undefined ? template.end : ']]';\n var newVal = val.slice(0, posBefore) + sStart + text + sEnd + val.slice(posAfter);\n //console.log(\"__INSERT s=\"+sStart+\" e=\"+sEnd);\n //console.log (\"__INSERT pb=\"+posBefore+\" pa=\"+posAfter+\" txt=\"+text);\n //console.log( \"NEW VAL = \"+newVal );\n // WARN : Directly modifie domNode.value.\n // Not sure it does not short-circuit other update methods of the domNode....\n // i.e. could use widget.updateEditor(newVal) from edit-comptext widget.\n // but how to be sure that cursor is well positionned ?\n node.value = newVal;\n node.setSelectionRange(posBefore+text.length+sStart.length+sEnd.length, posBefore+text.length+sStart.length+sEnd.length );\n};\n/**\n * Add an '\\' in front of -\\^$*+?.()|[]{}\n */\nvar regExpEscape = function (s) {\n return s.replace(/[-\\\\^$*+?.()|[\\]{}]/g, \"\\\\$&\");\n};\n/**\n * Add an element in the DOM.\n */\nvar create = function(tag, o) {\n var element = document.createElement(tag);\n \n for (var i in o) {\n\tvar val = o[i];\n\t\n\tif (i === \"inside\") {\n\t $(val).appendChild(element);\n\t}\n\telse if (i === \"around\") {\n\t var ref = $(val);\n\t ref.parentNode.insertBefore(element, ref);\n\t element.appendChild(ref);\n\t}\n\telse if (i in element) {\n\t element[i] = val;\n\t}\n\telse {\n\t element.setAttribute(i, val);\n\t}\n }\n \n return element;\n};\n\n\nexports.Completion = Completion;\n\n})();\n\n \n",
"type": "application/javascript",
"title": "$:/plugins/snowgoon88/edit-comptext/completion.js",
"module-type": "library"
},
"$:/plugins/snowgoon88/edit-comptext/edit-comptext.css": {
"text": "\n\\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline macrocallblock\n\n/* The \\rules pragma at the top of the tiddler restricts the WikiText \n * to just allow macros and transclusion. This avoids mistakenly \n * triggering unwanted WikiText processing.\n * \n * MUST not save as text/css for macro to be processed\n*/\n\n.ect-block-dropdown li {\n display: block;\n padding: 4px 14px 4px 14px;\n text-decoration: none;\n color: <<colour tiddler-link-foreground>>; /*#5778d8;*/ \n background: transparent;\n}\n.ect-block-dropdown li[patt-selected=\"true\"] {\n color: <<colour tiddler-link-background>>; /*#ffffff; */\n background-color: <<colour tiddler-link-foreground>>; /*#5778d8; */\n}\n.ect-block-dropdown li[patt-selected=\"true\"] mark {\n background: hsl(86, 100%, 21%);\n color: inherit;\n}\n\n",
"type": "text/vnd.tiddlywiki",
"title": "$:/plugins/snowgoon88/edit-comptext/edit-comptext.css",
"tags": "[[$:/tags/Stylesheet]]"
},
"$:/plugins/snowgoon88/edit-comptext/readme": {
"title": "$:/plugins/snowgoon88/edit-comptext/readme",
"text": "!! What ?\nThis plugin adds ''completion'' when editing the body of a tiddler.\n\n* Enter completion-mode by typing `[[` or `CTRL+SPACE`\n* A list of tiddlers with a title that matches the pattern between `[[` and cursor appears\n* `UP/DOWN` keys can select a tiddler, `ENTER` to validate\n* If there is only one match, `ENTER` selects it.\n* `NEW` : you can specify you own trigger pattern and the list of possible completions. See [[$:/plugins/snowgoon88/edit-comptext/usage]] for more details.\n\n\n!! To try it or get the latest news\nSee [[http://snowgoon88.github.io/TW5-extendedit]]\n\n!! Install \n\nTo add the plugin to your own TiddlyWiki5, just drag this link to the browser window:\n\n[[$:/plugins/snowgoon88/edit-comptext]]\n\nSometime, a small configuration step is then needed\n\nin `$:/ControlPanel -> Advanced -> Editor Type -> text/vnd.tiddlywiki` you must chose `comptext` instead of `text`.\n\nReload and « voilà »...\n\nThis plugin is quite mature now :o)\n\n!! Old version\n\n* A version compatible with 5.0.8 to 5.1.11 : [[http://snowgoon88.github.io/TW5-extendedit/index_5.1.11.html]]\n\n!! Source code\nOn github [[https://github.com/snowgoon88/TW5-extendedit]]\n\nGet in touch : snowgoon88(AT)gmail(DOT)com\n"
},
"$:/plugins/snowgoon88/edit-comptext/usage": {
"title": "$:/plugins/snowgoon88/edit-comptext/usage",
"text": "''Important'' : be sure that in `$:/ControlPanel -> Advanced -> Editor Type -> text/vnd.tiddlywiki` you have chosen `comptext` instead of `text`.\n\nConfiguration of the edit-comptext plugin can be done through the tiddler [[$:/plugins/snowgoon88/edit-comptext/config]]. Use a JSON tiddler (do not forget to set the type to `application/json`. See some examples at [[$:/plugins/snowgoon88/edit-comptext/examples]]\n\nIn the `configuration` object you can set :\n\n* `caseSensitive`: `true`/`false` (is search case sensitive ?)\n* `maxMatch` : an `integer` (max number of match displayed)\n* `minPatLength` : an `integer` (minimal length of a pattern to trigger completion search)\n* `triggerKeyCombination ` : a `string` representing the key combination that triggers the autocompletion popup. To use modifier keys in your combination, use following conversions : `ctrl` -> `^`, `alt` -> `!`, `shift` -> `+`. Note: ` ` (literally a whitespace) represents the `space` key.\n\nIn the `template` array you can specify the various completion templates that will be used. Every template can have the following members.\n\n* `pattern` : `string` (pattern that triggers a completion, default \"[[\" )\n* `title` or `body`: `string` (the filter operators that gives the list of valid completions, default \"[all[tiddlers]!is[system]]\"). If you specify `body`, then the body of the tiddler will be inserted on selection.\n* `start` : `string` (when completion is chosen, start is put before the completion, default \"[[\")\n* `end` : `string` (when completion is chosen, end is put after the completion, default \"]]\")\n\n!! Current body of Config Tiddler\n\n{{$:/plugins/snowgoon88/edit-comptext/config}}\n\n"
}
}
}
{
"configuration": {
"caseSensitive" : false,
"maxMatch" : 8,
"minPatLength" : 2,
"triggerKeyCombination" : "^ "
},
"template": [{
"pattern": "[[",
"filter": "[all[tiddlers]!is[system]]",
"start": "[[",
"end": "]]"
}
]
}
{
"tiddlers": {
"$:/plugins/sq/editor-autolist/editor-operation-autolist": {
"text": "/*\\\ntitle: $:/plugins/sq/editor-autolist/editor-operation-autolist.js\ntype: application/javascript\nmodule-type: texteditoroperation\nText editor operation to automate syntax for lists\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports[\"autolist\"] = function(event,operation) {\n\t\n\tvar lineStart = $tw.utils.findPrecedingLineBreak(operation.text,operation.selStart);\n\tvar lineEnd = $tw.utils.findFollowingLineBreak(operation.text,operation.selStart);\n\tvar line = operation.text.substring(lineStart,lineEnd);\t\n\t\n\tvar listPrefixRegex = /^((\\*|#)+).*/;\n\tvar match = line.match(listPrefixRegex);\n\t\n\tvar mode = event.paramObject? event.paramObject.mode : undefined;\n\t\n\t//ensure we only handle lines starting with * or #\n\tif(match != null && match[1]) {\n\t\t// check if we are handling indent level\n\t\tif(mode === \"indent\" || mode === \"unindent\") {\n\t\t\tvar indentRegExp = /^((\\*|#)+)(.*)$/;\n\t\t\tvar indentMatch = line.match(indentRegExp);\n\t\t\tif(indentMatch != null) {\n\t\t\t\t//check if the line has content\n\t\t\t\tvar content = (indentMatch[3].trim().length != 0) ? indentMatch[3].trim() : \"\";\n\t\t\t\toperation.cutStart = lineStart;\n\t\t\t\toperation.cutEnd = lineEnd;\n\t\t\t\tif(mode === \"indent\") {\t\t\t\t\n\t\t\t\t\t//indent a line\n\t\t\t\t\toperation.replacement = indentMatch[1] + indentMatch[2] + \" \" + content;\n\t\t\t\t\toperation.newSelStart = operation.selStart + 1;\n\t\t\t\t\toperation.newSelEnd = operation.selEnd + 1;\n\t\t\t\t} else if(mode === \"unindent\") {\n\t\t\t\t\t//unindent a line\n\t\t\t\t\toperation.replacement = indentMatch[1].substring(0,indentMatch[1].length - 1) + \" \" + content;\n\t\t\t\t\toperation.newSelStart = operation.selStart - 1;\n\t\t\t\t\toperation.newSelEnd = operation.selEnd - 1;\t\t\t\t\t\n\t\t\t\t}\n\t\t\t}\n\t\t} else {\n\t\t\t//handle enter key, meaning new line\n\t\t\tvar trimmed = match[0].replace(/\\s\\s*$/, '');\n\t\t\tvar prefixRegEx = /^((\\*|#)+)$/;\n\t\t\tvar trimmedMatch = trimmed.match(prefixRegEx);\n\t\t\tif(trimmedMatch != null) {\n\t\t\t\t// the line only contains * or # characters and optional whitespace\n\t\t\t\t//terminate the list\n\t\t\t\toperation.replacement = \"\\n\";\n\t\t\t\toperation.cutStart = lineStart;\n\t\t\t\toperation.cutEnd = operation.selStart;\n\t\t\t\toperation.newSelStart = lineStart + 1;\n\t\t\t\toperation.newSelEnd = lineStart + 1;\n\t\t\t} else {\n\t\t\t\t// continue indent level on next line\n\t\t\t\tvar prefix = match[1];\n\t\t\t\toperation.replacement = \"\\n\" + prefix + \" \";\n\t\t\t\toperation.cutStart = operation.selStart;\n\t\t\t\toperation.cutEnd = operation.selStart;\n\t\t\t\t\n\t\t\t\t//check if there is trailing whitespace on the line we are on\n\t\t\t\tvar lineEnd = $tw.utils.findFollowingLineBreak(operation.text,operation.selStart);\n\t\t\t\tvar trailingText = operation.text.substring(operation.selStart,lineEnd);\n\t\t\t\tif(trailingText.trim().length == 0) {\n\t\t\t\t\toperation.cutEnd = lineEnd;\n\t\t\t\t}\n\t\t\t\t\n\t\t\t\toperation.newSelStart = operation.selStart + prefix.length + 2;\n\t\t\t\toperation.newSelEnd = operation.selEnd + prefix.length + 2;\n\t\t\t}\n\t\t}\n\t} else if(mode != \"indent\" && mode != \"unindent\") {\n\t\t// we need to manually add a linebreak for lines not starting with list markup\n\t\toperation.replacement = \"\\n\";\n\t\toperation.cutStart = operation.selStart;\n\t\toperation.cutEnd = operation.selEnd;\n\t\toperation.newSelStart = operation.selStart + 1;\n\t\toperation.newSelEnd = operation.selEnd + 1;\n\t}\n};\n\n})();",
"type": "application/javascript",
"title": "$:/plugins/sq/editor-autolist/editor-operation-autolist",
"tags": "",
"module-type": "texteditoroperation",
"modified": "20200804125155562",
"created": "20200803160356743"
},
"$:/plugins/sq/editor-autolist/EditorToolbar-autolist": {
"created": "20200803165453913",
"text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"autolist\"\n/>\n",
"title": "$:/plugins/sq/editor-autolist/EditorToolbar-autolist",
"tags": "$:/tags/EditorToolbar",
"shortcuts": "((autolist-newline))",
"modified": "20200804124434675",
"icon": "$:/core/images/list-bullet",
"description": "",
"condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
"caption": "",
"button-classes": "sq-text-editor-btn-hidden"
},
"$:/plugins/sq/editor-autolist/styles": {
"text": ".sq-text-editor-btn-hidden {\n\tdisplay: none;\n}",
"title": "$:/plugins/sq/editor-autolist/styles",
"tags": "$:/tags/Stylesheet",
"modified": "20200803172530073",
"created": "20200803171440138"
},
"$:/plugins/sq/editor-autolist/EditorToolbar-autolist-indent": {
"created": "20200803213912954",
"text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"autolist\"\n\tmode=\"indent\"\n/>\n",
"title": "$:/plugins/sq/editor-autolist/EditorToolbar-autolist-indent",
"tags": "$:/tags/EditorToolbar",
"shortcuts": "((autolist-indent))",
"modified": "20200804124659294",
"icon": "$:/core/images/list-bullet",
"description": "",
"condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
"caption": "",
"button-classes": "sq-text-editor-btn-hidden"
},
"$:/plugins/sq/editor-autolist/EditorToolbar-autolist-unindent": {
"created": "20200804122848593",
"text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"autolist\"\n\tmode=\"unindent\"\n/>\n",
"title": "$:/plugins/sq/editor-autolist/EditorToolbar-autolist-unindent",
"tags": "$:/tags/EditorToolbar",
"shortcuts": "((autolist-unindent))",
"modified": "20200804124808496",
"icon": "$:/core/images/list-bullet",
"description": "",
"condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
"caption": "",
"button-classes": "sq-text-editor-btn-hidden"
},
"$:/config/shortcuts/autolist-newline": {
"created": "20200804124551033",
"title": "$:/config/shortcuts/autolist-newline",
"text": "Enter",
"modified": "20200804124551033"
},
"$:/config/shortcuts/autolist-indent": {
"created": "20200804124746636",
"title": "$:/config/shortcuts/autolist-indent",
"text": "Tab",
"modified": "20200804124746636"
},
"$:/config/shortcuts/autolist-unindent": {
"created": "20200804124833452",
"title": "$:/config/shortcuts/autolist-unindent",
"text": "shift-Tab",
"modified": "20200804124833452"
},
"$:/config/ShortcutInfo/autolist-newline": {
"created": "20200804124436341",
"text": "Add a newline and list markup if in a list",
"tags": "",
"title": "$:/config/ShortcutInfo/autolist-newline",
"modified": "20200804124533962"
},
"$:/config/ShortcutInfo/autolist-indent": {
"created": "20200804124703604",
"text": "Indent a line in a list",
"tags": "",
"title": "$:/config/ShortcutInfo/autolist-indent",
"modified": "20200804124720020"
},
"$:/config/ShortcutInfo/autolist-unindent": {
"created": "20200804124811668",
"text": "Unindent a line in a list",
"tags": "",
"title": "$:/config/ShortcutInfo/autolist-unindent",
"modified": "20200804124823040"
}
}
}
{
"tiddlers": {
"$:/_sq/Stories/config/openLinkDivert": {
"text": "bottom",
"bag": "default",
"revision": "0",
"type": "text/vnd.tiddlywiki",
"title": "$:/_sq/Stories/config/openLinkDivert",
"modified": "20200422063802598",
"created": "20170629173808777"
},
"$:/_sq/Stories/config/showRiverDropZones": {
"text": "disable",
"bag": "default",
"revision": "0",
"type": "text/vnd.tiddlywiki",
"title": "$:/_sq/Stories/config/showRiverDropZones",
"modified": "20200523213957947",
"created": "20200417170940547"
},
"$:/_sq/Stories/config/sidebaroverlaybreakpoint": {
"text": "1500px",
"bag": "default",
"revision": "0",
"type": "text/vnd.tiddlywiki",
"title": "$:/_sq/Stories/config/sidebaroverlaybreakpoint",
"modified": "20200416182732404",
"created": "20170616192704225"
},
"$:/_sq/Stories/config/snippets/viewswitcher": {
"text": "\\define icon()\n$:/core/images/storyview-$(storyview)$\n\\end\n<$linkcatcher to=\"$:/_sq/Stories/config/Story2-storyview\">\n<div class=\"tc-chooser\">\n<$list filter=\"[storyviews[]]\" variable=\"storyview\">\n<$set name=\"cls\" filter=\"[<storyview>prefix{$:/_sq/Stories/config/Story2-storyview}]\" value=\"tc-chooser-item tc-chosen\" emptyValue=\"tc-chooser-item\"><div class=<<cls>>>\n<$link to=<<storyview>>>\n<$transclude tiddler=<<icon>>/>\n<$text text=<<storyview>>/>\n</$link>\n</div>\n</$set>\n</$list>\n</div>\n</$linkcatcher>",
"bag": "default",
"revision": "0",
"type": "text/vnd.tiddlywiki",
"title": "$:/_sq/Stories/config/snippets/viewswitcher",
"tags": "",
"modified": "20200416183434009",
"created": "20200416183108721"
},
"$:/_sq/Stories/config/Story2-storyview": {
"text": "classic",
"bag": "default",
"revision": "0",
"type": "text/vnd.tiddlywiki",
"title": "$:/_sq/Stories/config/Story2-storyview",
"tags": "",
"modified": "20200417205214764",
"created": "20200415213157946"
},
"$:/_sq/Stories/config/twostorybreakpoint": {
"text": "1100px",
"bag": "default",
"revision": "0",
"type": "text/vnd.tiddlywiki",
"title": "$:/_sq/Stories/config/twostorybreakpoint",
"modified": "20200416182753284",
"created": "20170616192701335"
},
"$:/_sq/Stories/CorePatch/ButtonDispatchMessage": {
"text": "var ButtonWidget = require(\"$:/core/modules/widgets/button.js\").button;\n\nButtonWidget.prototype.dispatchMessage = function(event) {\n\tthis.dispatchEvent({type: this.message, param: this.param, tiddlerTitle: this.getVariable(\"currentTiddler\"), event: event, navigateFromNode: this});\n};\n\n/*\nInvoke the action widgets that are descendents of the current widget.\n*/\nButtonWidget.prototype.invokeActions = function(triggeringWidget,event) {\nevent.navigateFromNode = this;\n\tvar handled = false;\n\t// For each child widget\n\tfor(var t=0; t<this.children.length; t++) {\n\t\tvar child = this.children[t];\n\t\t// Invoke the child if it is an action widget\n\t\tif(child.invokeAction) {\n\t\t\tchild.refreshSelf();\n\t\t\tif(child.invokeAction(triggeringWidget,event)) {\n\t\t\t\thandled = true;\n\t\t\t}\n\t\t}\n\t\t// Propagate through through the child if it permits it\n\t\tif(child.allowActionPropagation() && child.invokeActions(triggeringWidget,event)) {\n\t\t\thandled = true;\n\t\t}\n\t}\n\treturn handled;\n};",
"bag": "default",
"revision": "0",
"type": "application/javascript",
"title": "$:/_sq/Stories/CorePatch/ButtonDispatchMessage",
"tags": "",
"module-type": "startup",
"modified": "20200430193633599",
"created": "20170616103202530"
},
"$:/_sq/Stories/divertTiddlerEditMacro": {
"text": "\\define divertTiddlerEditButton()\n<$set name=\"original\" value={{!!draft.title}}>\n<$set name=\"otherStoryList\" filter=\"[enlist{$:/_sq/Stories/StoriesList!!list}] -[<tv-story-list>]\" select=\"0\">\n<$set name=\"otherHistoryList\" filter=\"[enlist{$:/_sq/Stories/HistoriesList!!list}] -[<tv-history-list>]\" select=\"0\">\n\t<$button class=<<tv-config-toolbar-class>> tooltip=\"Divert this tiddler to the other story for viewing\">\n\t\t<$navigator story=<<otherStoryList>> history=<<otherHistoryList>> >\n\t\t\t<$action-navigate $to=<<original>> />\n\t\t</$navigator>\n\t\t<span class=\"sq-button-divert-right sq-button-divert\">{{$:/_sq/Stories/icons/divert-right.svg}}</span><span class=\"sq-button-divert-left sq-button-divert\">{{$:/_sq/Stories/icons/divert-left.svg}}</span>\n\t</$button>\n</$set>\n</$set>\n</$set>\n\\end\n\n<<divertTiddlerEditButton>>",
"bag": "default",
"revision": "0",
"type": "text/vnd.tiddlywiki",
"title": "$:/_sq/Stories/divertTiddlerEditMacro",
"tags": "$:/tags/EditToolbar",
"modified": "20200523202347182",
"list-before": "$:/core/ui/Buttons/delete",
"description": "divert right/left",
"created": "20170616074148780",
"caption": "{{$:/_sq/Stories/icons/divert-right.svg}}"
},
"$:/_sq/Stories/divertTiddlerMacro": {
"created": "20170609055347900",
"text": "\\define divertTiddlerButton()\n<$set name=\"otherStoryList\" filter=\"[enlist{$:/_sq/Stories/StoriesList!!list}] -[<tv-story-list>]\" select=\"0\">\n<$set name=\"otherHistoryList\" filter=\"[enlist{$:/_sq/Stories/HistoriesList!!list}] -[<tv-history-list>]\" select=\"0\">\n\t<$button class=<<tv-config-toolbar-class>> tooltip=\"Divert this tiddler to the other story\">\n\t\t<$navigator story=<<tv-story-list>> history=<<tv-history-list>> >\n\t\t\t<$action-sendmessage $message=\"tm-close-tiddler\" $param=<<currentTiddler>> />\n\t\t</$navigator>\n\t\t<$navigator story=<<otherStoryList>> history=<<otherHistoryList>> >\n\t\t\t<$action-navigate $to=<<currentTiddler>> />\n\t\t</$navigator>\t\n\t\t<span class=\"sq-button-divert-right sq-button-divert\">{{$:/_sq/Stories/icons/divert-right.svg}}</span><span class=\"sq-button-divert-left sq-button-divert\">{{$:/_sq/Stories/icons/divert-left.svg}}</span>\n\t</$button>\n</$set>\n</$set>\n\\end\n\n<<divertTiddlerButton>>\n",
"bag": "default",
"revision": "0",
"type": "text/vnd.tiddlywiki",
"title": "$:/_sq/Stories/divertTiddlerMacro",
"tags": "$:/tags/ViewToolbar",
"modified": "20200806034422564",
"list-before": "",
"description": "Divert left/right",
"caption": "{{$:/_sq/Stories/icons/divert-right.svg}} divert left/right"
},
"$:/_sq/Stories/EditTiddlerHook": {
"text": "$tw.hooks.addHook(\"th-editing-tiddler\", function(event) {\n\tvar targetTitle = event.tiddlerTitle;\n\tvar stories = $tw.wiki.getTiddlerList('$:/_sq/Stories/StoriesList');\n\tvar draftTitle = $tw.wiki.findDraft(targetTitle);\n\tvar shiftKey = (event && event.event) ? event.event.shiftKey : null;\n\n\t//if !draftTitle, its not open anywhere\n\t//cant be open without existing, but can exist without being opened\n\n\tif(!draftTitle && !shiftKey) {\n\t\treturn true;\n\t}\n\n\tvar node = event.navigateFromNode;\n\tvar thisStory = node.getVariable(\"tv-story-title\");\n\tvar otherStory = (stories[0] == thisStory)? stories[1] : stories[0];\n\tvar otherStoryList = $tw.wiki.getTiddlerList(otherStory);\n\n\tif(otherStoryList.indexOf(draftTitle) > -1) {\n\t\talert(\"This tiddler is already open for editing in the other story\");\n\t\treturn false;\n\t}\n\n\tvar generateDraftTitle = function(title) {\n\t\tvar c = 0,\n\t\tdraftTitle;\n\t\tdo {\n\t\t\tdraftTitle = \"Draft \" + (c ? (c + 1) + \" \" : \"\") + \"of '\" + title + \"'\";\n\t\t\tc++;\n\t\t} while($tw.wiki.tiddlerExists(draftTitle));\n\t\treturn draftTitle;\n\t};\n\t\n\tif(shiftKey) {\n //open in other story\n\t\tif(!draftTitle) {\n\t\t\tvar tiddler = $tw.wiki.getTiddler(targetTitle);\n\t\t\tdraftTitle = generateDraftTitle(targetTitle);\n\t\t\tvar draftTiddler = new $tw.Tiddler(\n\t\t\t\ttiddler,\n\t\t\t\t{\n\t\t\t\t\ttitle: draftTitle,\n\t\t\t\t\t\"draft.title\": targetTitle,\n\t\t\t\t\t\"draft.of\": targetTitle\n\t\t\t\t},\n\t\t\t\t$tw.wiki.getModificationFields()\n\t\t\t);\n\t\t\t$tw.wiki.addTiddler(draftTiddler);\n\t\t}\n\t\tvar otherStoryTiddler = $tw.wiki.getTiddler(otherStory);\n\t\totherStoryList.splice(0 ,0, draftTitle);\n\t\t$tw.wiki.addTiddler(new $tw.Tiddler(\n\t\t\t{title: otherStory},\n\t\t\totherStoryTiddler,\n\t\t\t{list:otherStoryList}\n\t\t));\n\t\treturn false;\n\t}\n\n\treturn true;\n});\n",
"bag": "default",
"revision": "0",
"type": "application/javascript",
"title": "$:/_sq/Stories/EditTiddlerHook",
"tags": "",
"module-type": "startup",
"modified": "20200729135111179",
"created": "20170616091547338"
},
"$:/_sq/Stories/HistoriesList": {
"text": "",
"bag": "default",
"revision": "0",
"type": "text/vnd.tiddlywiki",
"title": "$:/_sq/Stories/HistoriesList",
"tags": "",
"modified": "20200414145004336",
"list": "$:/_sq/Stories/Story2HistoryList $:/HistoryList",
"created": "20170610091606312"
},
"$:/_sq/Stories/icons/bars-empty.svg": {
"text": "<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 100 100\" version=\"1.1\" x=\"0px\" y=\"0px\" class=\"tc-image-bars-empty tc-image-button\" width=\"40pt\" height=\"40pt\"><title>Single fold</title><desc>Created with Sketch.</desc><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g stroke=\"#000000\"><rect stroke-width=\"2\" x=\"17\" y=\"17\" width=\"66\" height=\"66\" rx=\"2\"/><path d=\"M50.5,18.5 L50.5,80.789646\" stroke-linecap=\"round\" stroke-dasharray=\"2,3,2,3\"/></g></g></svg>",
"bag": "default",
"revision": "0",
"type": "image/svg+xml",
"title": "$:/_sq/Stories/icons/bars-empty.svg",
"tags": "",
"modified": "20200414145004334",
"created": "20170617203017607"
},
"$:/_sq/Stories/icons/bars.svg": {
"text": "<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" x=\"0px\" y=\"0px\" viewBox=\"0 0 100 100\" enable-background=\"new 0 0 100 100\" xml:space=\"preserve\" class=\"tc-image-bars tc-image-button\" width=\"20\" height=\"20\" ><path d=\"M41.667,0h-37.5C0,0,0,0,0,4.167v91.667C0,100,0,100,4.167,100h37.5c4.167,0,4.167,0,4.167-4.167V4.167 C45.833,0,45.833,0,41.667,0z M95.833,0h-37.5c-4.167,0-4.167,0-4.167,4.167v91.667c0,4.167,0,4.167,4.167,4.167h37.5 C100,100,100,100,100,95.833V4.167C100,0,100,0,95.833,0z\"/></svg>",
"bag": "default",
"revision": "0",
"type": "text/vnd.tiddlywiki",
"title": "$:/_sq/Stories/icons/bars.svg",
"modified": "20200414145004333",
"created": "20170608202154511"
},
"$:/_sq/Stories/icons/divert-left.svg": {
"text": "<svg class=\"tc-image-button\" x=\"0px\" y=\"0px\" width=\"30pt\" height=\"30pt\" viewBox=\"0 0 100 125\" ><path d=\"M7.197,44.697l27.5-27.5c2.929-2.929,7.678-2.929,10.607,0c2.929,2.929,2.929,7.678,0,10.607L30.607,42.5H70 h0c5.118,0,10.237,1.953,14.142,5.858c7.81,7.81,7.81,20.474,0,28.284c-2.929,2.929-7.678,2.929-10.607,0 c-2.929-2.929-2.929-7.678,0-10.607c1.953-1.953,1.953-5.118,0-7.071C72.559,57.988,71.28,57.5,70,57.5h0v0H30.607l14.697,14.697 c2.929,2.929,2.929,7.678,0,10.607c-2.929,2.929-7.678,2.929-10.607,0L16.036,64.142l-8.839-8.839 C4.268,52.374,4.268,47.626,7.197,44.697z\"/></svg>",
"bag": "default",
"revision": "0",
"type": "text/vnd.tiddlywiki",
"title": "$:/_sq/Stories/icons/divert-left.svg",
"modified": "20200414145004330",
"created": "20170609061834078"
},
"$:/_sq/Stories/icons/divert-right.svg": {
"text": "<svg class=\"tc-image-button\" x=\"0px\" y=\"0px\" width=\"30pt\" height=\"30pt\" viewBox=\"0 0 100 125\" ><path d=\"M92.803,44.697l-27.5-27.5c-2.929-2.929-7.678-2.929-10.607,0c-2.929,2.929-2.929,7.678,0,10.607 L69.393,42.5H30h0c-5.118,0-10.237,1.953-14.142,5.858c-7.81,7.81-7.81,20.474,0,28.284c2.929,2.929,7.678,2.929,10.607,0 c2.929-2.929,2.929-7.678,0-10.607c-1.953-1.953-1.953-5.118,0-7.071C27.441,57.988,28.72,57.5,30,57.5h0v0h39.393L54.697,72.197 c-2.929,2.929-2.929,7.678,0,10.607s7.678,2.929,10.607,0l18.661-18.661l8.839-8.839C95.732,52.374,95.732,47.626,92.803,44.697z\"/></svg>",
"bag": "default",
"revision": "0",
"type": "text/vnd.tiddlywiki",
"title": "$:/_sq/Stories/icons/divert-right.svg",
"modified": "20200414145004328",
"created": "20170609061824401"
},
"$:/_sq/Stories/LinkKeybindings": {
"text": "$tw.hooks.addHook('th-navigating', function(event) {\n\t//override core behaviour when shift key was used\n\tif( ((event.event && event.event.shiftKey) || (event.shiftKey && event)) && event.navigateTo) {\n\t\tvar stories = $tw.wiki.getTiddlerList('$:/_sq/Stories/StoriesList');\n\t\tvar node = event.navigateFromNode;\n\t\tvar thisStory = node.getVariable(\"tv-story-list\");\n\t\tvar otherStory = (stories[0] == thisStory)? stories[1] : stories[0];\t\n\t\tvar storyList = $tw.wiki.getTiddlerList(otherStory);\n\t\tvar slot = storyList.indexOf(event.navigateTo);\n\t\t\n\t\tif(slot < 0){\n\t\t\tif($tw.wiki.getTiddlerText(\"$:/config/Navigation/openLinkFromOutsideRiver\") === \"bottom\") {\n\t\t\t\n\t\t\t\tstoryList.splice(storyList.length, 0, event.navigateTo);\n\t\t\t} else {\n\t\t\t\tstoryList.splice(0, 0, event.navigateTo);\n\t\t\t}\n\t\t\tvar storyTiddler =\t$tw.wiki.getTiddler(otherStory);\n\t\t\t$tw.wiki.addTiddler(new $tw.Tiddler(\n\t\t\t\t{title: otherStory},\n\t\t\t\tstoryTiddler,\n\t\t\t\t{list:storyList}\n\t\t\t));\n\t\t}\n\t\tvar histories = $tw.wiki.getTiddlerList('$:/_sq/Stories/HistoriesList');\n\t\tvar thisHistory = node.getVariable(\"tv-history-list\");\n\t\tvar otherHistory = (histories[0] == thisHistory) ? histories[1] : histories[0];\t\t\n\t\t$tw.wiki.addToHistory(event.navigateTo,event.navigateFromClientRect, otherHistory); \n\t\tif($tw.wiki.getTiddlerText(\"$:/config/_sq/Stories/story2\") === \"no\") {\n\t\t\t$tw.wiki.setText(\"$:/config/_sq/Stories/story2\",undefined,undefined,\"yes\",undefined);\n\t\t}\n\t\tevent.navigateTo = false;\n\t}\n\treturn event;\n});",
"bag": "default",
"revision": "0",
"type": "application/javascript",
"title": "$:/_sq/Stories/LinkKeybindings",
"tags": "",
"module-type": "startup",
"modified": "20200422065240983",
"created": "20170610071940508"
},
"$:/_sq/Stories/startup-actions": {
"text": "<$action-deletetiddler $tiddler=\"$:/_sq/Stories/Story2HistoryList\"/>",
"bag": "default",
"revision": "0",
"type": "text/vnd.tiddlywiki",
"title": "$:/_sq/Stories/startup-actions",
"tags": "$:/tags/StartupAction/Browser",
"modified": "20200417172054199",
"created": "20200417171756341"
},
"$:/_sq/Stories/Stories.css": {
"text": "\\define if-fluid-fixed(text,disableText)\n<$reveal state=\"$:/themes/tiddlywiki/vanilla/options/sidebarlayout\" type=\"match\" text=\"fluid-fixed\">\n$text$\n</$reveal>\n<$reveal state=\"$:/themes/tiddlywiki/vanilla/options/sidebarlayout\" type=\"nomatch\" text=\"fluid-fixed\">\n$disableText$\n</$reveal>\n\\end\n\n\\define if-two-stories(twoStoryCommon, twoStorySidebar twoStoryNoSidebar, oneStoryText)\n<$reveal default=\"yes\" type=\"match\" text={{{[{$:/_sq/Stories/Story2StoryList!!list}length[]match[0]then[no]] ~[{$:/config/_sq/Stories/story2}]}}}>\n$twoStoryCommon$\n<$reveal state=\"$:/state/sidebar\" type=\"match\" text=\"yes\" default=\"yes\">\n$twoStorySidebar$\n</$reveal>\n<$reveal state=\"$:/state/sidebar\" type=\"nomatch\" text=\"yes\" default=\"yes\">\n$twoStoryNoSidebar$\n</$reveal>\n</$reveal>\n<$reveal default=\"yes\" type=\"nomatch\" text={{{[{$:/_sq/Stories/Story2StoryList!!list}length[]match[0]then[no]] ~[{$:/config/_sq/Stories/story2}]}}}>\n$oneStoryText$\n</$reveal>\n\\end\n\n\n<pre>\n\n.tc-page-container.tc-page-view-zoomin .tc-storyview-zoomin-tiddler {\n\twidth: 100%;\n\tposition: relative;\n}\n\n.tc-btn-storytwotoggle {\n\tpadding:0px;\n}\n\n.tc-btn-storytwotoggle img {\n\twidth: 30px;\n\theight: 30px;\n}\n\n.tc-sidebar-lists .tc-btn-storytwotoggle-bars {\n\tfont-size: 1.5em;\n}\n\n.tc-sidebar-lists .tc-btn-storytwotoggle-bars svg {\n\tfill: #aaa;\n}\n\n.tc-story-river .sq-button-divert-left{\n\tdisplay: none;\n}\n\n.sq-story-rivertwo-scrollable::-webkit-scrollbar{width:10px}\n\n.sq-story-rivertwo-scrollable::-webkit-scrollbar-thumb{background:#a5a5a5;border-radius:10px}\n\n.sq-story-rivertwo-scrollable::-webkit-scrollbar-thumb:hover{background:#6f6f6f}\n\n.sq-story-rivertwo-scrollable::-webkit-scrollbar-thumb:active{background:#333}\n\n\t.tc-sidebar-tab-open.sq-sidebar-open .tc-btn-invisible.tc-btn-mini {\n\t\tpadding: 0 0.2em;\n\t}\n\n\t.tc-sidebar-tab-open.sq-sidebar-open .tc-sidebar-tab-open-item {\n\t\tpadding: 0.1em;\n\t}\n\t\n\thtml body.tc-body .tc-sidebar-tab-open.sq-sidebar-open a.tc-tiddlylink {\n\t\tfont-weight: 400;\n\t}\n\n.tc-sidebar-tab-open.sq-sidebar-open a.tc-tiddlylink {\n\tcolor:<<color very-muted-foreground>>;\n}\n\n.tc-sidebar-tab-open.sq-sidebar-open a.tc-tiddlylink:hover {\n\tcolor: <<color sidebar-tiddler-link-foreground-hover>>;\n}\n\n<<if-two-stories twoStoryCommon:\"\"\"\n@media (min-width: {{$:/_sq/Stories/config/twostorybreakpoint}}) {\n.sq-story-rivertwo-scrollable {\n\tposition: fixed;\n\ttop: calc(1em + {{$:/themes/tiddlywiki/vanilla/metrics/storytop}});\n\tbottom: 0;\n}\n\n.tc-story-river.sq-story-rivertwo .tc-tiddler-frame {\n\tmargin-right: 1em !important;\n\tmargin-left: 0;\n\tfont-size: {{$:/config/sq/Stories/story2/fontsize-title}}px;\n}\n\n.tc-story-river.sq-story-rivertwo .tc-tiddler-frame .tc-tiddler-body {\n\tfont-size: {{$:/config/sq/Stories/story2/fontsize-body}}px;\n}\n\n.tc-story-river {\n\tfloat: left;\n\tmargin-right: 0;\n\tpadding-right: 0em;\n\tpadding-top: 0em;\n}\n\nbody .tc-story-river {\n\tpadding: 0 1.5em 1em 0em !important;\n\tmin-height: 500px; /** so story 2 doesnt collapse to left when no tiddler in story 1***/ \n}\n\nbody .tc-story-river.tc-storytwo-river { padding-right:0em !important; }\n\nbody section.story-backdrop p:nth-child(1) {\n\tmargin:0;\n\tpadding:0;\n}\n\n.tc-story-river .sq-button-divert-right{\n\tdisplay:inline-block;\n}\n\n.tc-story-river .sq-button-divert-left{\n\tdisplay: none;\n}\n\n.tc-story-river.sq-story-rivertwo .sq-button-divert-left{\n\tdisplay:inline-block;\n}\n\n.tc-story-river.sq-story-rivertwo .sq-button-divert-right{\n\tdisplay: none;\n}\n\n.sq-storydropzone {\n\tpadding: 0.5em;\n\tborder:1px solid #bbb;\n\tcolor: #ccc;\n\ttext-align: center;\n\tposition: relative;\n\twidth: calc(100% - 45px);\n\t-moz-box-shadow: inset 0 0 10px #ccc;\n\t-webkit-box-shadow: inset 0 0 10px #ccc;\n\tbox-shadow: inset 0 0 10px #ccc;\n\tmargin-bottom: 1em;\n}\n\n.sq-storydropzone-newtiddlerbutton {\n\twidth: 40px;\n\tfloat: right;\n\tpadding: 0.2em 0.5em 0.5em 0.5em;\n\tmargin-top: 0em;\n\tmargin-right: 0.2em;\n}\n\n.tc-tiddler-frame {\n\tpadding-right:28px;\n}\n\n}\n\"\"\" twoStorySidebar:\"\"\"\n\n@media (min-width: {{$:/_sq/Stories/config/twostorybreakpoint}}) {\n.tc-story-river {\n\twidth: calc((100% - {{$:/themes/tiddlywiki/vanilla/metrics/storyleft}} - {{$:/themes/tiddlywiki/vanilla/metrics/sidebarwidth}} + 14px)*{{$:/config/sq/Stories/storyRiverRatio}}/100);\n}\n\n.sq-storydropzone {\n\tpadding: 0.5em;\n\tborder:1px solid #bbb;\n\tcolor: #ccc;\n\ttext-align: center;\n}\n\n.sq-story-rivertwo-scrollable, .sq-story-rivertwo {\n\twidth: calc((100% - {{$:/themes/tiddlywiki/vanilla/metrics/storyleft}} - {{$:/themes/tiddlywiki/vanilla/metrics/sidebarwidth}} + 14px)*(100 - {{$:/config/sq/Stories/storyRiverRatio}})/100);\n}\n}\n\n.tc-sidebar-scrollable {\n\twidth: calc({{$:/themes/tiddlywiki/vanilla/metrics/sidebarwidth}} - 14px);\n\tpadding-left: 28px;\n}\n\n@media (min-width: {{$:/_sq/Stories/config/twostorybreakpoint}}) and (max-width: {{$:/_sq/Stories/config/sidebaroverlaybreakpoint}}) {\n\t\n\t.tc-story-river {\n\t\twidth: calc((100% - 1em)*{{$:/config/sq/Stories/storyRiverRatio}}/100);\n\t}\n\n\t.sq-story-rivertwo {\n\t\twidth: calc((100% - 1em)*(100 - {{$:/config/sq/Stories/storyRiverRatio}})/100);\n\t}\n\t\n\n\t.sq-story-rivertwo-scrollable {\n\t\twidth: calc((100% - 0.5em)*(100 - {{$:/config/sq/Stories/storyRiverRatio}})/100);\n\t}\n\n\t.tc-sidebar-scrollable {\n\t\tz-index:999;\n\t\tbackground:#eee;\n\t\tborder-left: 1px solid #ddd;\n\t}\n\n}\n\n\"\"\" twoStoryNoSidebar:\"\"\"\n\n.tc-story-river.sq-story-rivertwo {\n\tpadding-right: 0.5em;\n}\n\n@media (min-width: {{$:/_sq/Stories/config/twostorybreakpoint}}) {\n.tc-story-river {\n\twidth: calc((100% - 1em)*{{$:/config/sq/Stories/storyRiverRatio}}/100);\n}\n\n.sq-story-rivertwo {\n\twidth: calc((100% - 1em)*(100 - {{$:/config/sq/Stories/storyRiverRatio}})/100);\n}\n}\n\n.sq-story-rivertwo-scrollable {\n\twidth: calc((100% - 0.5em)*(100 - {{$:/config/sq/Stories/storyRiverRatio}})/100);\n}\n\n\n\n\n}\n\n@media (min-width: {{$:/_sq/Stories/config/twostorybreakpoint}}) and (max-width: {{$:/_sq/Stories/config/sidebaroverlaybreakpoint}}) {\n\t.tc-sidebar-scrollable {\n\t\tdisplay:none;\n\t}\n}\n\n\"\"\" oneStoryText: \"\"\"\n.sq-twostoriesonly {\n\tdisplay: none;\n}\n\n.tc-story-river {\n\tpadding-top: 15px;\n}\n\n\"\"\"\n>>\n\n@media (max-width: {{$:/_sq/Stories/config/twostorybreakpoint}}) {\n\t.sq-twostoriesonly {\n\t\tdisplay: none;\n\t}\n\n\t.tc-btn-storytwotoggle {\n\t\tdisplay: none;\n\t}\n\n\t.sq-stories-disabled {\n\t\tdisplay: none;\n\t}\n\n<<if-two-stories twoStoryCommon:\"\"\"\n\n\t.tc-storytwo-river {\n\t\tdisplay: none;\n\t}\n\n\t.tc-story-river {\n\t\twidth: auto;\n\t\tpadding-top: 15px;\n\t}\n\n\t.tc-story-river .sq-button-divert {\n\t\tdisplay: none;\n\t}\n\n\n\t.sq-story-rivertwo-scrollable {\n\t\tdisplay:none;\n\t}\n\n\n\"\"\" twoStorySidebar:\"\"\"\n\t.tc-story-river {\n\t\tmargin-right: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarwidth}};\n\t}\n\n\t.tc-sidebar-scrollable {\n\t\tborder-left: 0;\n\t\tz-index: inherit;\n\t\tbackground: transparent;\n\t}\n\"\"\" twoStoryNoSidebar: \"\"\"\n\t.tc-story-river {\n\t\tpadding-right: 2em;\n\t}\n\"\"\"\n\n>>\n}\n\n@media (max-width: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}) {\n.tc-story-river {\nmargin-right: 0;\n}\n}\n\n\n</pre>\n",
"bag": "default",
"revision": "0",
"type": "text/vnd.tiddlywiki",
"title": "$:/_sq/Stories/Stories.css",
"tags": "$:/tags/Stylesheet",
"modified": "20200731105030883",
"created": "20170608102837192"
},
"$:/_sq/Stories/StoriesList": {
"text": "",
"bag": "default",
"revision": "0",
"type": "text/vnd.tiddlywiki",
"title": "$:/_sq/Stories/StoriesList",
"tags": "",
"modified": "20200414145004320",
"list": "$:/_sq/Stories/Story2StoryList $:/StoryList",
"created": "20170610072420739"
},
"$:/_sq/Stories/Story2StoryList": {
"title": "$:/_sq/Stories/Story2StoryList",
"text": "",
"bag": "default",
"revision": "0",
"type": "text/vnd.tiddlywiki",
"modified": "20200731105210982",
"list": "$:/plugins/sq/Stories/changelog $:/config/sq/Stories/story2/fontsize-title $:/config/sq/Stories/storyRiverRatio [[Pack stories to plugin]]",
"created": "20170615140314952"
},
"$:/_sq/Stories/Templates/RiverDropZone": {
"text": "\\define drop-actions()\n<$action-listops $tiddler=<<otherStoryList>> $subfilter=\"+[remove<actionTiddler>]\"/> \n<$action-navigate $to=<<actionTiddler>>/>\n\\end\n<$reveal state=\"$:/_sq/Stories/config/showRiverDropZones\" text=\"enable\" type=\"match\" default=\"disable\">\n<div class=\"sq-storydropzone-container sq-twostoriesonly\">\n\t<div class=\"sq-storydropzone-newtiddlerbutton tc-page-controls\">\n\t\t<$transclude tiddler=\"$:/core/ui/Buttons/new-tiddler\"/>\n\t</div>\n\t<div style=\"position: relative; \" class=\"sq-storydropzone sq-twostoriesonly\">\n\t\t<$set name=\"otherStoryList\" filter=\"[enlist{$:/_sq/Stories/StoriesList!!list}] -[<tv-story-list>]\" select=\"0\">\n\t\t<$droppable actions=<<drop-actions>>>\n\t\t\t<div class=\"tc-droppable-placeholder\">\n\t\t\t \n\t\t\t</div>\n\t\t\t<div>\n\t\t\t\tDrop link here to open\n\t\t\t</div>\n\t\t</$droppable>\n\t\t</$set>\n\t</div>\n</div>\n</$reveal>",
"bag": "default",
"revision": "0",
"type": "text/vnd.tiddlywiki",
"title": "$:/_sq/Stories/Templates/RiverDropZone",
"tags": "$:/tags/AboveStory",
"modified": "20200523213430940",
"list-before": "$:/core/ui/PageTemplate/story",
"created": "20170609191118712"
},
"$:/_sq/Stories/Templates/Story2Template": {
"text": "\\whitespace trim\n<$reveal state=\"$:/config/_sq/Stories/story2\" type=\"match\" text=\"yes\" default=\"no\" retain=\"yes\" animate=\"no\" tag=\"section\" class=\"tc-story-river tc-storytwo-river sq-story-rivertwo\">\n\n<$navigator story=\"$:/_sq/Stories/Story2StoryList\" history=\"$:/_sq/Stories/Story2HistoryList\" openLinkFromInsideRiver={{$:/config/Navigation/openLinkFromInsideRiver}} openLinkFromOutsideRiver={{$:/config/Navigation/openLinkFromOutsideRiver}} relinkOnRename={{$:/config/RelinkOnRename}}>\n<$scrollable class=\"sq-story-rivertwo-scrollable\" fallthrough=\"no\">\n<section class=\"story-backdrop\">\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/AboveStory]!has[draft.of]]\">\n\n<$transclude/>\n\n</$list>\n\n</section>\n\n<$list filter=\"[list[$:/_sq/Stories/Story2StoryList]]\" history=\"$:/_sq/Stories/Story2HistoryList\" template={{{[[$:/config/sq/Stories/story2/ViewTemplate]get[text]!is[blank]] ~[[$:/config/ui/ViewTemplate]get[text]]}}} editTemplate={{{[[$:/config/sq/Stories/story2/EditTemplate]get[text]!is[blank]] ~[[$:/config/ui/EditTemplate]get[text]]}}} storyview={{$:/_sq/Stories/config/Story2-storyview}}>\n\n<div>\n<$transclude/>\n</div>\n\n</$list>\n\n<section class=\"story-frontdrop\">\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/BelowStory]!has[draft.of]]\">\n\n<$transclude/>\n\n</$list>\n\n</section>\n\n</$scrollable>\n</$navigator>\n\n</$reveal>",
"bag": "default",
"revision": "0",
"type": "text/vnd.tiddlywiki",
"title": "$:/_sq/Stories/Templates/Story2Template",
"tags": "$:/tags/PageTemplate",
"modified": "20200730045003939",
"list-after": "$:/core/ui/PageTemplate/story",
"created": "20170608171610013"
},
"$:/_sq/Stories/Templates/StoryToggleMenu": {
"text": "<div class=\"sq-twostoriesonly\">\n<$reveal state=\"$:/config/_sq/Stories/story2\" type=\"nomatch\" text=\"no\" default=\"no\">\n<$button set=\"$:/config/_sq/Stories/story2\" setTo=\"no\" tooltip=\"Hide right column\" aria-label=\"\" class=\"tc-btn-invisible tc-btn-storytwotoggle\">{{$:/_sq/Stories/icons/bars-empty.svg}} </$button> Hide right column\n</$reveal>\n</div>\n<$reveal state=\"$:/config/_sq/Stories/story2\" type=\"match\" text=\"no\" default=\"no\">\n<$button set=\"$:/config/_sq/Stories/story2\" setTo=\"yes\" tooltip=\"Show right column\" aria-label=\"\" class=\"tc-btn-invisible tc-btn-storytwotoggle tc-btn-storytwotoggle-bars\">{{$:/_sq/Stories/icons/bars.svg}}</$button> <span class=\"sq-stories-disabled\">Show right column</span>\n</$reveal>\n",
"bag": "default",
"revision": "0",
"type": "text/vnd.tiddlywiki",
"title": "$:/_sq/Stories/Templates/StoryToggleMenu",
"modified": "20200425133224298",
"created": "20170608172531552"
},
"$:/_sq/Stories/Templates/StoryTogglePageControl": {
"text": "<span class=\"sq-twostoriesonly\">\n\t<$reveal state=\"$:/config/_sq/Stories/story2\" type=\"nomatch\" text=\"no\" default=\"no\">\n\t\t<$button set=\"$:/config/_sq/Stories/story2\" setTo=\"no\" tooltip=\"Hide right column\" aria-label=\"\" class=\"tc-btn-invisible tc-btn-storytwotoggle\">{{$:/_sq/Stories/icons/bars-empty.svg}} </$button>\n\t</$reveal>\n</span>\n<$reveal state=\"$:/config/_sq/Stories/story2\" type=\"match\" text=\"no\" default=\"no\">\n\t<$button set=\"$:/config/_sq/Stories/story2\" setTo=\"yes\" tooltip=\"Show right column\" aria-label=\"\" class=\"tc-btn-invisible tc-btn-storytwotoggle\">{{$:/_sq/Stories/icons/bars.svg}}</$button>\n</$reveal>",
"bag": "default",
"revision": "0",
"type": "text/vnd.tiddlywiki",
"title": "$:/_sq/Stories/Templates/StoryTogglePageControl",
"tags": "$:/tags/PageControls",
"modified": "20200425133303133",
"description": "Show right column for second story",
"created": "20170617182141154",
"caption": "{{$:/_sq/Stories/icons/bars.svg}} Show right column"
},
"$:/_sq/Stories/Story2HistoryList": {
"created": "20200425131030296",
"text": "[\n {\n \"title\": \"$:/config/Tiddlers/TitleLinks\",\n \"fromPageRect\": {\n \"top\": 249.296875,\n \"left\": 1230,\n \"width\": 183.515625,\n \"right\": 1413.515625,\n \"bottom\": 269.296875,\n \"height\": 20\n }\n },\n {\n \"title\": \"$:/_sq/Stories/divertTiddlerMacro\",\n \"fromPageRect\": {\n \"top\": 623.296875,\n \"left\": 1230,\n \"width\": 220.390625,\n \"right\": 1450.390625,\n \"bottom\": 643.296875,\n \"height\": 20\n }\n },\n {\n \"title\": \"Draft of '$:/_sq/Stories/divertTiddlerMacro'\"\n },\n {\n \"title\": \"$:/_sq/Stories/divertTiddlerMacro\"\n },\n {\n \"title\": \"Draft of '$:/_sq/Stories/divertTiddlerMacro'\"\n },\n {\n \"title\": \"$:/_sq/Stories/divertTiddlerMacro\"\n },\n {\n \"title\": \"$:/_sq/Stories/divertTiddlerEditMacro\",\n \"fromPageRect\": {\n \"top\": 319.296875,\n \"left\": 1230,\n \"width\": 245.53125,\n \"right\": 1475.53125,\n \"bottom\": 339.296875,\n \"height\": 20\n }\n },\n {\n \"title\": \"Draft of '$:/_sq/Stories/divertTiddlerEditMacro'\"\n },\n {\n \"title\": \"$:/_sq/Stories/divertTiddlerEditMacro\"\n },\n {\n \"title\": \"$:/_sq/Stories/Templates/StoryToggleMenu\",\n \"fromPageRect\": {\n \"top\": 537.296875,\n \"left\": 1230,\n \"width\": 283.546875,\n \"right\": 1513.546875,\n \"bottom\": 557.296875,\n \"height\": 20\n }\n },\n {\n \"title\": \"$:/_sq/Stories/Templates/StoryTogglePageControl\",\n \"fromPageRect\": {\n \"top\": 297.296875,\n \"left\": 1230,\n \"width\": 326.734375,\n \"right\": 1556.734375,\n \"bottom\": 317.296875,\n \"height\": 20\n }\n },\n {\n \"title\": \"Draft of '$:/_sq/Stories/Templates/StoryTogglePageControl'\"\n },\n {\n \"title\": \"$:/_sq/Stories/Templates/StoryTogglePageControl\"\n },\n {\n \"title\": \"Draft of '$:/_sq/Stories/Templates/StoryTogglePageControl'\"\n },\n {\n \"title\": \"$:/_sq/Stories/Templates/StoryTogglePageControl\"\n },\n {\n \"title\": \"Draft of '$:/_sq/Stories/Templates/StoryTogglePageControl'\"\n },\n {\n \"title\": \"$:/_sq/Stories/Templates/StoryTogglePageControl\"\n },\n {\n \"title\": \"Draft of '$:/_sq/Stories/Templates/StoryToggleMenu'\"\n },\n {\n \"title\": \"$:/_sq/Stories/Templates/StoryToggleMenu\"\n },\n {\n \"title\": \"Draft of '$:/_sq/Stories/Templates/StoryToggleMenu'\"\n },\n {\n \"title\": \"$:/_sq/Stories/Templates/StoryToggleMenu\"\n },\n {\n \"title\": \"Draft of '$:/_sq/Stories/divertTiddlerEditMacro'\"\n },\n {\n \"title\": \"$:/_sq/Stories/divertTiddlerEditMacro\"\n },\n {\n \"title\": \"Draft of '$:/_sq/Stories/Templates/StoryTogglePageControl'\"\n },\n {\n \"title\": \"$:/_sq/Stories/Templates/StoryTogglePageControl\"\n },\n {\n \"title\": \"Draft of '$:/_sq/Stories/Templates/StoryTogglePageControl'\"\n },\n {\n \"title\": \"$:/_sq/Stories/Templates/StoryTogglePageControl\"\n },\n {\n \"title\": \"Draft of '$:/_sq/Stories/Templates/StoryTogglePageControl'\"\n },\n {\n \"title\": \"$:/_sq/Stories/Templates/StoryTogglePageControl\"\n },\n {\n \"title\": \"Draft of '$:/_sq/Stories/Templates/StoryToggleMenu'\"\n },\n {\n \"title\": \"$:/_sq/Stories/Templates/StoryToggleMenu\"\n },\n {\n \"title\": \"Draft of '$:/_sq/Stories/Templates/StoryToggleMenu'\"\n },\n {\n \"title\": \"$:/_sq/Stories/Templates/StoryToggleMenu\"\n },\n {\n \"title\": \"Draft of '$:/_sq/Stories/Templates/StoryTogglePageControl'\"\n },\n {\n \"title\": \"$:/_sq/Stories/Templates/StoryTogglePageControl\"\n },\n {\n \"title\": \"Draft of '$:/_sq/Stories/divertTiddlerEditMacro'\"\n },\n {\n \"title\": \"$:/_sq/Stories/divertTiddlerEditMacro\"\n },\n {\n \"title\": \"$:/core/ui/SideBar/Open\",\n \"fromPageRect\": {\n \"top\": 337.296875,\n \"left\": 1230,\n \"width\": 161.8125,\n \"right\": 1391.8125,\n \"bottom\": 357.296875,\n \"height\": 20\n }\n },\n {\n \"title\": \"Draft of '$:/core/ui/SideBar/Open'\"\n },\n {\n \"title\": \"$:/core/ui/SideBar/Open\"\n },\n {\n \"title\": \"Draft of '$:/_sq/Stories/divertTiddlerEditMacro'\"\n },\n {\n \"title\": \"$:/_sq/Stories/divertTiddlerEditMacro\"\n },\n {\n \"title\": \"Draft of '$:/_sq/Stories/divertTiddlerEditMacro'\"\n },\n {\n \"title\": \"$:/_sq/Stories/divertTiddlerEditMacro\"\n },\n {\n \"title\": \"TiddlyBlink\"\n },\n {\n \"title\": \"Stories-overview\",\n \"fromPageRect\": {\n \"top\": 1035.921875,\n \"left\": 1190,\n \"width\": 101.6875,\n \"right\": 1291.6875,\n \"bottom\": 1054.921875,\n \"height\": 19\n }\n },\n {\n \"title\": \"$:/.giffmex/Customize.TiddlyBlink\",\n \"fromPageRect\": {\n \"top\": 735.625,\n \"left\": 107.5,\n \"width\": 145.171875,\n \"right\": 252.671875,\n \"bottom\": 755.625,\n \"height\": 20\n }\n },\n {\n \"title\": \"$:/.giffmex/meta/hack.tiddlyblink\",\n \"fromPageRect\": {\n \"top\": 757.625,\n \"left\": 107.5,\n \"width\": 129.59375,\n \"right\": 237.09375,\n \"bottom\": 777.625,\n \"height\": 20\n }\n },\n {\n \"title\": \"TiddlyBlink\",\n \"fromPageRect\": {\n \"top\": 161.296875,\n \"left\": 221.953125,\n \"width\": 71.859375,\n \"right\": 293.8125,\n \"bottom\": 181.296875,\n \"height\": 20\n }\n },\n {\n \"title\": \"TiddlyBlink\",\n \"fromPageRect\": {\n \"top\": 161.296875,\n \"left\": 221.953125,\n \"width\": 71.859375,\n \"right\": 293.8125,\n \"bottom\": 181.296875,\n \"height\": 20\n }\n },\n {\n \"title\": \"Stories-overview\",\n \"fromPageRect\": {}\n },\n {\n \"title\": \"Draft of 'Stories-overview'\"\n },\n {\n \"title\": \"Stories-overview\"\n },\n {\n \"title\": \"Draft of 'Stories-overview'\"\n },\n {\n \"title\": \"Stories-overview\"\n },\n {\n \"title\": \"Draft of 'Stories'\"\n },\n {\n \"title\": \"Plugin maker\",\n \"fromPageRect\": {\n \"top\": 481.34375,\n \"left\": 2259,\n \"width\": 80.890625,\n \"right\": 2339.890625,\n \"bottom\": 500.34375,\n \"height\": 19\n }\n },\n {\n \"title\": \"Draft of 'Plugin maker'\"\n },\n {\n \"title\": \"Plugin maker\"\n },\n {\n \"title\": \"Stories\",\n \"fromPageRect\": {\n \"top\": 296.84375,\n \"left\": 2259,\n \"width\": 41.453125,\n \"right\": 2300.453125,\n \"bottom\": 315.84375,\n \"height\": 19\n }\n },\n {\n \"title\": \"Plugin maker\",\n \"fromPageRect\": {\n \"top\": 501.34375,\n \"left\": 2259,\n \"width\": 80.890625,\n \"right\": 2339.890625,\n \"bottom\": 520.34375,\n \"height\": 19\n }\n },\n {\n \"title\": \"Draft of 'Plugin maker'\"\n },\n {\n \"title\": \"Plugin maker\"\n },\n {\n \"title\": \"Draft of 'Stories'\"\n },\n {\n \"title\": \"Stories\"\n },\n {\n \"title\": \"$:/_sq/Stories/config/Settings\",\n \"fromPageRect\": {\n \"top\": 360.171875,\n \"left\": 1245,\n \"width\": 182.21875,\n \"right\": 1427.21875,\n \"bottom\": 379.171875,\n \"height\": 19\n }\n },\n {\n \"title\": \"Draft of '$:/_sq/Stories/config/Settings'\"\n },\n {\n \"title\": \"$:/_sq/Stories/config/Settings\"\n },\n {\n \"title\": \"$:/_sq/Stories/config/Settings\",\n \"fromPageRect\": {\n \"top\": 360.171875,\n \"left\": 1245,\n \"width\": 182.21875,\n \"right\": 1427.21875,\n \"bottom\": 379.171875,\n \"height\": 19\n }\n },\n {\n \"title\": \"Draft of '$:/_sq/Stories/config/Settings'\"\n },\n {\n \"title\": \"$:/_sq/Stories/config/Settings\"\n },\n {\n \"title\": \"Draft of 'Stories'\"\n },\n {\n \"title\": \"Stories\"\n },\n {\n \"title\": \"Draft of 'Stories'\"\n },\n {\n \"title\": \"Stories\"\n },\n {\n \"title\": \"Draft of 'Stories'\"\n },\n {\n \"title\": \"$:/plugins/sq/Stories\",\n \"fromPageRect\": {\n \"top\": 463.734375,\n \"left\": 2321.1875,\n \"width\": 476.734375,\n \"right\": 2797.921875,\n \"bottom\": 482.734375,\n \"height\": 19\n }\n },\n {\n \"title\": \"Draft of 'Pack stories to plugin'\"\n },\n {\n \"title\": \"Pack stories to plugin\"\n },\n {\n \"title\": \"Stories-overview\"\n },\n {\n \"title\": \"Draft of 'Stories changelog'\"\n },\n {\n \"title\": \"Stories changelog\"\n },\n {\n \"title\": \"$:/plugins/sq/Stories\",\n \"fromPageRect\": {\n \"top\": 573.203125,\n \"left\": 2255.625,\n \"width\": 127.640625,\n \"right\": 2383.265625,\n \"bottom\": 592.203125,\n \"height\": 19\n }\n },\n {\n \"title\": \"$:/_sq/Stories/widgets/action-addtohistory\",\n \"fromPageRect\": {\n \"top\": 1023.453125,\n \"left\": 1194.5,\n \"width\": 263.703125,\n \"right\": 1458.203125,\n \"bottom\": 1042.453125,\n \"height\": 19\n }\n },\n {\n \"title\": \"Draft of 'Pack stories to plugin'\"\n },\n {\n \"title\": \"Pack stories to plugin\"\n },\n {\n \"title\": \"$:/_sq/Stories/widgets/action-addtohistory\",\n \"fromPageRect\": {\n \"top\": 653.453125,\n \"left\": 1194.5,\n \"width\": 263.703125,\n \"right\": 1458.203125,\n \"bottom\": 672.453125,\n \"height\": 19\n }\n },\n {\n \"title\": \"Draft of '$:/plugins/sq/Stories'\"\n },\n {\n \"title\": \"Draft of 'Stories changelog'\"\n },\n {\n \"title\": \"Stories_changelog\"\n },\n {\n \"title\": \"Draft of 'Stories_changelog'\"\n },\n {\n \"title\": \"$:/_sq/Stories/changelog\"\n },\n {\n \"title\": \"Draft of '$:/_sq/Stories/changelog'\"\n },\n {\n \"title\": \"$:/plugins/sq/Stories/changelog\"\n },\n {\n \"title\": \"Draft of 'Pack stories to plugin'\"\n },\n {\n \"title\": \"Pack stories to plugin\"\n },\n {\n \"title\": \"Draft of 'Pack stories to plugin'\"\n },\n {\n \"title\": \"Pack stories to plugin\"\n },\n {\n \"title\": \"Draft of '$:/plugins/sq/Stories/changelog'\"\n },\n {\n \"title\": \"$:/plugins/sq/Stories/changelog\"\n },\n {\n \"title\": \"Draft of '$:/plugins/sq/Stories/changelog'\"\n },\n {\n \"title\": \"$:/plugins/sq/Stories/changelog\"\n },\n {\n \"title\": \"Draft of '$:/plugins/sq/Stories/changelog'\"\n },\n {\n \"title\": \"$:/plugins/sq/Stories/changelog\"\n },\n {\n \"title\": \"Draft of '$:/plugins/sq/Stories/changelog'\"\n },\n {\n \"title\": \"$:/plugins/sq/Stories/changelog\"\n },\n {\n \"title\": \"Draft of '$:/plugins/sq/Stories/changelog'\"\n },\n {\n \"title\": \"$:/plugins/sq/Stories/changelog\"\n },\n {\n \"title\": \"Draft of '$:/plugins/sq/Stories/changelog'\"\n },\n {\n \"title\": \"$:/plugins/sq/Stories/changelog\"\n },\n {\n \"title\": \"Draft of 'Pack stories to plugin'\"\n },\n {\n \"title\": \"Pack stories to plugin\"\n },\n {\n \"title\": \"Draft of '$:/plugins/sq/Stories/changelog'\"\n },\n {\n \"title\": \"$:/plugins/sq/Stories/changelog\"\n },\n {\n \"title\": \"$:/config/_sq/Stories/story2/EditTemplate\",\n \"fromPageRect\": {\n \"top\": 242.78125,\n \"left\": 1226.5,\n \"width\": 273.875,\n \"right\": 1500.375,\n \"bottom\": 262.78125,\n \"height\": 20\n }\n },\n {\n \"title\": \"Draft of '$:/plugins/sq/Stories/changelog'\"\n },\n {\n \"title\": \"$:/plugins/sq/Stories/changelog\"\n },\n {\n \"title\": \"Draft of '$:/plugins/sq/Stories/changelog'\"\n },\n {\n \"title\": \"$:/plugins/sq/Stories/changelog\"\n },\n {\n \"title\": \"Draft of 'Pack stories to plugin'\"\n },\n {\n \"title\": \"Pack stories to plugin\"\n },\n {\n \"title\": \"Draft of 'Pack stories to plugin'\"\n },\n {\n \"title\": \"Pack stories to plugin\"\n },\n {\n \"title\": \"$:/config/sq/Stories/story2/EditTemplate\",\n \"fromPageRect\": {\n \"top\": 242.78125,\n \"left\": 1226.5,\n \"width\": 267.65625,\n \"right\": 1494.15625,\n \"bottom\": 262.78125,\n \"height\": 20\n }\n },\n {\n \"title\": \"Draft of '$:/plugins/sq/Stories/changelog'\"\n },\n {\n \"title\": \"$:/plugins/sq/Stories/changelog\"\n },\n {\n \"title\": \"Draft of '$:/plugins/sq/Stories/changelog'\"\n },\n {\n \"title\": \"$:/plugins/sq/Stories/changelog\"\n },\n {\n \"title\": \"Draft of '$:/plugins/sq/Stories/changelog'\"\n },\n {\n \"title\": \"$:/plugins/sq/Stories/changelog\"\n },\n {\n \"title\": \"Draft of '$:/plugins/sq/Stories/changelog'\"\n },\n {\n \"title\": \"$:/plugins/sq/Stories/changelog\"\n },\n {\n \"title\": \"Draft of '$:/plugins/sq/Stories/changelog'\"\n },\n {\n \"title\": \"$:/plugins/sq/Stories/changelog\"\n },\n {\n \"title\": \"Draft of '$:/plugins/sq/Stories/changelog'\"\n },\n {\n \"title\": \"$:/plugins/sq/Stories/changelog\"\n },\n {\n \"title\": \"$:/config/sq/Stories/storyRiverRatio\",\n \"fromPageRect\": {\n \"top\": 330.78125,\n \"left\": 1302.75,\n \"width\": 235.375,\n \"right\": 1538.125,\n \"bottom\": 350.78125,\n \"height\": 20\n }\n },\n {\n \"title\": \"$:/config/sq/Stories/story2-fontsize\",\n \"fromPageRect\": {\n \"top\": 220.78125,\n \"left\": 1522.875,\n \"width\": 234.171875,\n \"right\": 1757.046875,\n \"bottom\": 240.78125,\n \"height\": 20\n }\n },\n {\n \"title\": \"Draft of '$:/config/sq/Stories/story2-fontsize'\"\n },\n {\n \"title\": \"$:/config/sq/Stories/story2/fontsize-title\"\n },\n {\n \"title\": \"Draft of '$:/plugins/sq/Stories/changelog'\"\n },\n {\n \"title\": \"$:/plugins/sq/Stories/changelog\"\n },\n {\n \"title\": \"Draft of '$:/plugins/sq/Stories/changelog'\"\n },\n {\n \"title\": \"$:/plugins/sq/Stories/changelog\"\n },\n {\n \"title\": \"Draft of '$:/plugins/sq/Stories/changelog'\"\n },\n {\n \"title\": \"$:/plugins/sq/Stories/changelog\"\n },\n {\n \"title\": \"Draft of '$:/plugins/sq/Stories/changelog'\"\n },\n {\n \"title\": \"$:/plugins/sq/Stories/changelog\"\n }\n]",
"type": "application/json",
"current-tiddler": "$:/plugins/sq/Stories/changelog",
"modified": "20200806034532118",
"title": "$:/_sq/Stories/Story2HistoryList",
"revision": "0",
"bag": "default"
},
"$:/core/ui/SideBar/Open": {
"text": "\\whitespace trim\n\\define lingo-base() $:/language/CloseAll/\n\n\\define drop-actions()\n<$action-listops $tiddler=<<tv-story-list>> $subfilter=\"+[insertbefore:currentTiddler<actionTiddler>]\"/>\n<$action-listops $tiddler=<<_otherStory>> $subfilter=\"-[<actionTiddler>]\"/>\n\\end\n\n\\define placeholder()\n<div class=\"tc-droppable-placeholder\"/>\n\\end\n\n\\define droppable-item(button)\n\\whitespace trim\n<$droppable actions=<<drop-actions>>>\n<<placeholder>>\n<div>\n$button$\n</div>\n</$droppable>\n\\end\n\n\\define open-tiddler-list()\n<div class=\"tc-sidebar-tab-open sq-sidebar-open\">\n<$list filter=\"[list<tv-story-list>]\" history=<<tv-history-list>> storyview=\"pop\">\n<div class=\"tc-sidebar-tab-open-item\">\n<$macrocall $name=\"droppable-item\" button=\"\"\"<$button message=\"tm-close-tiddler\" tooltip={{$:/language/Buttons/Close/Hint}} aria-label={{$:/language/Buttons/Close/Caption}} class=\"tc-btn-invisible tc-btn-mini\">{{$:/core/images/close-button}}</$button> <$link to={{!!title}}><$view field=\"title\"/></$link>\"\"\"/>\n</div>\n</$list>\n<$tiddler tiddler=\"\">\n<div>\n<$macrocall $name=\"droppable-item\" button=\"\"\"<$button message=\"tm-close-all-tiddlers\" class=\"tc-btn-invisible tc-btn-mini\"><<lingo Button>></$button>\"\"\"/>\n</div>\n</$tiddler>\n</div>\n\\end\n\n\n''Left Column''\n<$set name=\"_otherStory\" filter=\"[enlist{$:/_sq/Stories/StoriesList!!list}] -[<tv-story-list>]\" select=\"0\">\n<<open-tiddler-list>>\n</$set>\n<div class=\"sq-twostoriesonly\">\n\n---\n\n''Right Column''\n<$set name=\"_otherStory\" value=<<tv-story-list>> >\n<$set name=\"tv-story-list\" filter=\"[enlist{$:/_sq/Stories/StoriesList!!list}] -[<tv-story-list>]\" select=\"0\">\n<$set name=\"tv-history-list\" filter=\"[enlist{$:/_sq/Stories/HistoriesList!!list}] -[<tv-history-list>]\" select=\"0\">\n<$navigator story=<<tv-story-list>> history=<<tv-history-list>> >\n<<open-tiddler-list>>\n</$navigator>\n</$set>\n</$set>\n</$set>\n\n</div>\n\n---\n\n<$transclude tiddler=\"$:/_sq/Stories/Templates/StoryToggleMenu\"/>",
"bag": "default",
"revision": "0",
"type": "text/vnd.tiddlywiki",
"title": "$:/core/ui/SideBar/Open",
"tags": "$:/tags/SideBar",
"modified": "20200425133519499",
"created": "20170609174945253",
"caption": "{{$:/language/SideBar/Open/Caption}}"
},
"$:/config/_sq/Stories/story2": {
"text": "yes",
"bag": "default",
"revision": "0",
"type": "text/vnd.tiddlywiki",
"title": "$:/config/_sq/Stories/story2",
"modified": "20200731104006221",
"created": "20170615081040584"
},
"$:/themes/tiddlywiki/vanilla/options/sidebarlayout": {
"text": "fluid-fixed",
"bag": "default",
"revision": "0",
"type": "text/vnd.tiddlywiki",
"title": "$:/themes/tiddlywiki/vanilla/options/sidebarlayout",
"tags": "tb",
"modified": "20200416185419828",
"created": "20200127172539001"
},
"$:/plugins/sq/Stories/settings": {
"text": "\\define switchStoryView(storyview,default)\n<$select tiddler='$storyview$' default='$default$'>\n<option value=\"zoomin\"><$text text='one tiddler only'/></option>\n<option value=\"classic\"><$text text='multiple tiddlers'/></option>\n</$select>\n\\end\n\n|[[Minimum width to show the second story|$:/_sq/Stories/config/twostorybreakpoint]] |<$edit-text tiddler=\"$:/_sq/Stories/config/twostorybreakpoint\" default=\"\" tag=\"input\"/> |\n|[[Minimum width to show non-overlapping sidebar|$:/_sq/Stories/config/sidebaroverlaybreakpoint]] |<$edit-text tiddler=\"$:/_sq/Stories/config/sidebaroverlaybreakpoint\" default=\"\" tag=\"input\"/> |\n|[[Open tiddlers at top or bottom of story when using divert button|$:/_sq/Stories/config/openLinkDivert]] | <$select tiddler=\"$:/_sq/Stories/config/openLinkDivert\" default=\"top\"><option value=\"top\">top</option><option value=\"bottom\">bottom</option></$select>|\n|<$link to=\"$:/_sq/Stories/config/showRiverDropZones\">Show dropzones above each story</$link>|<$checkbox tiddler=\"$:/_sq/Stories/config/showRiverDropZones\" field=\"text\" checked=\"enable\" unchecked=\"disable\" default=\"disable\"></$checkbox>|\n|[[Story view for second story|$:/_sq/Stories/config/Story2-storyview]]:|{{$:/_sq/Stories/config/snippets/viewswitcher}}|\n\n\n\n''Choose how to view tiddlers in each column''\n\nLeft column: <<switchStoryView $:/view zoomin>>\n\nRight column: <<switchStoryView $:/_sq/Stories/config/Story2-storyview classic>>\n\n''Left column to right column width ratio:''\n\n{{$:/config/sq/Stories/storyRiverRatio}} : <$text text={{{[[100]subtract{$:/config/sq/Stories/storyRiverRatio}]}}}/>\n\n<$range tiddler=\"$:/config/sq/Stories/storyRiverRatio\" min=\"20\" max=\"80\" default=\"50\" increment=\"5\"/> \n<!--\n''Right column font-size''\n\nTiddler: {{$:/config/sq/Stories/story2/fontsize-title}}px\n\n<$range tiddler=\"$:/config/sq/Stories/story2/fontsize-title\" min=\"6\" max=\"40\" default=\"14\" increment=\"1\"/> \n\nBody: {{$:/config/sq/Stories/story2/fontsize-body}}px\n\n<$range tiddler=\"$:/config/sq/Stories/story2/fontsize-body\" min=\"6\" max=\"40\" default=\"15\" increment=\"1\"/> \n\n-->",
"bag": "default",
"revision": "0",
"type": "text/vnd.tiddlywiki",
"title": "$:/plugins/sq/Stories/settings",
"tags": "$:/tags/ControlPanel/Appearance",
"modified": "20200731105236925",
"created": "20170616185336118",
"caption": "Two Story Layout"
},
"$:/plugins/sq/Stories/changelog": {
"created": "20200430210052275",
"text": "Version 1.03\n\n* Fixed bug in view toolbar position caused by extra blank line in $:/_sq/Stories/divertTiddlerMacro\n\nVersion 1.0.2\n\n* Fixed bug where storyRiverRatio was not respected at some resolutions\n\nVersion 1.0.1\n\n* Added support for config tiddlers to customize view and edit templates for second story. These tiddlers override the core config tiddlers if they exist.\n** $:/config/sq/Stories/story2/EditTemplate\n** $:/config/sq/Stories/story2/ViewTemplate\n* Relative width of each story river can now be customized in settings tab for plugin\n** introduced $:/config/sq/Stories/storyRiverRatio and updated Stories.css accordingly\n\nVersion 1.0.0\n\n* 29/07: updated $:/_sq/Stories/EditTiddlerHook to try and fix https://github.com/felixhayashi/TW5-TiddlyMap/issues/357\n* 23/05 : tweaked Stories.css based on personal theme to allow easier adjustment of story width\n* 23/05 : deprecated action-addtohistory widget\n* 23/05 : updated divertTiddlerEditMacro to use navigator widgets\n* 23/05 : updated divertTiddlerMacro to use navigator widgets\n* 30/04 : updated divertTiddlerEditMacro to also update history and avoid issues with zoomin storyview",
"bag": "default",
"revision": "0",
"type": "text/vnd.tiddlywiki",
"title": "$:/plugins/sq/Stories/changelog",
"tags": "",
"modified": "20200806034532118"
},
"$:/_sq/Stories/config/storyRiverRatio": {
"text": "50",
"bag": "default",
"revision": "0",
"type": "text/vnd.tiddlywiki",
"title": "$:/_sq/Stories/config/storyRiverRatio",
"tags": "",
"modified": "20200730045328744",
"created": "20200730040856198"
},
"$:/config/sq/Stories/story2/fontsize-body": {
"text": "15",
"bag": "default",
"revision": "0",
"type": "text/vnd.tiddlywiki",
"title": "$:/config/sq/Stories/story2/fontsize-body",
"tags": "",
"modified": "20200731104543869",
"created": "20200731102336058"
},
"$:/config/sq/Stories/story2/fontsize-title": {
"text": "14",
"bag": "default",
"revision": "0",
"type": "text/vnd.tiddlywiki",
"title": "$:/config/sq/Stories/story2/fontsize-title",
"tags": "",
"modified": "20200731105040270",
"created": "20200730045554550"
},
"$:/config/sq/Stories/storyRiverRatio": {
"text": "50",
"bag": "default",
"revision": "14",
"type": "text/vnd.tiddlywiki",
"title": "$:/config/sq/Stories/storyRiverRatio",
"tags": "",
"modified": "20200802091529278",
"created": "20200730040856198"
}
}
}
{
"tiddlers": {
"$:/plugins/tiddlywiki/bibtex/deserializer.js": {
"title": "$:/plugins/tiddlywiki/bibtex/deserializer.js",
"text": "/*\\\ntitle: $:/plugins/tiddlywiki/bibtex/deserializer.js\ntype: application/javascript\nmodule-type: tiddlerdeserializer\n\nXLSX file deserializer\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar bibtexParse = require(\"$:/plugins/tiddlywiki/bibtex/bibtexParse.js\");\n\n/*\nParse an XLSX file into tiddlers\n*/\nexports[\"application/x-bibtex\"] = function(text,fields) {\n\tvar data,\n\t\tresults = [];\n\t// Parse the text\n\ttry {\n\t\tdata = bibtexParse.toJSON(text)\n\t} catch(ex) {\n\t\tdata = ex.toString();\n\t}\n\tif(typeof data === \"string\") {\n\t\treturn [{\n\t\t\ttitle: \"BibTeX import error: \" + data,\n\t\t}];\n\t}\n\t// Convert each entry\n\t$tw.utils.each(data,function(entry) {\n\t\tvar fields = {\n\t\t\ttitle: entry.citationKey,\n\t\t\t\"bibtex-entry-type\": entry.entryType\n\t\t};\n\t\t$tw.utils.each(entry.entryTags,function(value,name) {\n\t\t\tfields[\"bibtex-\" + name] = value;\n\t\t});\n\t\tresults.push(fields);\n\t});\n\t// Return the output tiddlers\n\treturn results;\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "tiddlerdeserializer"
},
"$:/plugins/tiddlywiki/bibtex/readme": {
"title": "$:/plugins/tiddlywiki/bibtex/readme",
"text": "The BibTeX plugin provides a deserializer that can convert bibliographic entries in `.bib` files into individual tiddlers.\n\nYou can use it in the browser by dragging and dropping a `.bib` file into the TiddlyWiki window. Under Node.js, use the `--load` command to load a `.bib` file.\n\nThe conversion is as follows:\n\n* `title` comes from citationKey\n* `bibtex-entry-type` comes from entryType\n* all `entryTags` are assigned to fields with the prefix `bibtex-`\n\nThe BibTeX plugin is based on the library [[bibtexParseJs by Henrik Muehe and Mikola Lysenko|https://github.com/ORCID/bibtexParseJs]].\n"
},
"$:/plugins/tiddlywiki/bibtex/bibtexParse.js": {
"text": "/* start bibtexParse 0.0.22 */\n\n//Original work by Henrik Muehe (c) 2010\n//\n//CommonJS port by Mikola Lysenko 2013\n//\n//Port to Browser lib by ORCID / RCPETERS\n//\n//Issues:\n//no comment handling within strings\n//no string concatenation\n//no variable values yet\n//Grammar implemented here:\n//bibtex -> (string | preamble | comment | entry)*;\n//string -> '@STRING' '{' key_equals_value '}';\n//preamble -> '@PREAMBLE' '{' value '}';\n//comment -> '@COMMENT' '{' value '}';\n//entry -> '@' key '{' key ',' key_value_list '}';\n//key_value_list -> key_equals_value (',' key_equals_value)*;\n//key_equals_value -> key '=' value;\n//value -> value_quotes | value_braces | key;\n//value_quotes -> '\"' .*? '\"'; // not quite\n//value_braces -> '{' .*? '\"'; // not quite\n(function(exports) {\n\n function BibtexParser() {\n \n this.months = [\"jan\", \"feb\", \"mar\", \"apr\", \"may\", \"jun\", \"jul\", \"aug\", \"sep\", \"oct\", \"nov\", \"dec\"];\n this.notKey = [',','{','}',' ','='];\n this.pos = 0;\n this.input = \"\";\n this.entries = new Array();\n\n this.currentEntry = \"\";\n\n this.setInput = function(t) {\n this.input = t;\n };\n\n this.getEntries = function() {\n return this.entries;\n };\n\n this.isWhitespace = function(s) {\n return (s == ' ' || s == '\\r' || s == '\\t' || s == '\\n');\n };\n\n this.match = function(s, canCommentOut) {\n if (canCommentOut == undefined || canCommentOut == null)\n canCommentOut = true;\n this.skipWhitespace(canCommentOut);\n if (this.input.substring(this.pos, this.pos + s.length) == s) {\n this.pos += s.length;\n } else {\n throw \"Token mismatch, expected \" + s + \", found \"\n + this.input.substring(this.pos);\n };\n this.skipWhitespace(canCommentOut);\n };\n\n this.tryMatch = function(s, canCommentOut) {\n if (canCommentOut == undefined || canCommentOut == null)\n canCommentOut = true;\n this.skipWhitespace(canCommentOut);\n if (this.input.substring(this.pos, this.pos + s.length) == s) {\n return true;\n } else {\n return false;\n };\n this.skipWhitespace(canCommentOut);\n };\n\n /* when search for a match all text can be ignored, not just white space */\n this.matchAt = function() {\n while (this.input.length > this.pos && this.input[this.pos] != '@') {\n this.pos++;\n };\n\n if (this.input[this.pos] == '@') {\n return true;\n };\n return false;\n };\n\n this.skipWhitespace = function(canCommentOut) {\n while (this.isWhitespace(this.input[this.pos])) {\n this.pos++;\n };\n if (this.input[this.pos] == \"%\" && canCommentOut == true) {\n while (this.input[this.pos] != \"\\n\") {\n this.pos++;\n };\n this.skipWhitespace(canCommentOut);\n };\n };\n\n this.value_braces = function() {\n var bracecount = 0;\n this.match(\"{\", false);\n var start = this.pos;\n var escaped = false;\n while (true) {\n if (!escaped) {\n if (this.input[this.pos] == '}') {\n if (bracecount > 0) {\n bracecount--;\n } else {\n var end = this.pos;\n this.match(\"}\", false);\n return this.input.substring(start, end);\n };\n } else if (this.input[this.pos] == '{') {\n bracecount++;\n } else if (this.pos >= this.input.length - 1) {\n throw \"Unterminated value\";\n };\n };\n if (this.input[this.pos] == '\\\\' && escaped == false)\n escaped = true;\n else\n escaped = false;\n this.pos++;\n };\n };\n\n this.value_comment = function() {\n var str = '';\n var brcktCnt = 0;\n while (!(this.tryMatch(\"}\", false) && brcktCnt == 0)) {\n str = str + this.input[this.pos];\n if (this.input[this.pos] == '{')\n brcktCnt++;\n if (this.input[this.pos] == '}')\n brcktCnt--;\n if (this.pos >= this.input.length - 1) {\n throw \"Unterminated value:\" + this.input.substring(start);\n };\n this.pos++;\n };\n return str;\n };\n\n this.value_quotes = function() {\n this.match('\"', false);\n var start = this.pos;\n var escaped = false;\n while (true) {\n if (!escaped) {\n if (this.input[this.pos] == '\"') {\n var end = this.pos;\n this.match('\"', false);\n return this.input.substring(start, end);\n } else if (this.pos >= this.input.length - 1) {\n throw \"Unterminated value:\" + this.input.substring(start);\n };\n }\n if (this.input[this.pos] == '\\\\' && escaped == false)\n escaped = true;\n else\n escaped = false;\n this.pos++;\n };\n };\n\n this.single_value = function() {\n var start = this.pos;\n if (this.tryMatch(\"{\")) {\n return this.value_braces();\n } else if (this.tryMatch('\"')) {\n return this.value_quotes();\n } else {\n var k = this.key();\n if (k.match(\"^[0-9]+$\"))\n return k;\n else if (this.months.indexOf(k.toLowerCase()) >= 0)\n return k.toLowerCase();\n else\n throw \"Value expected:\" + this.input.substring(start) + ' for key: ' + k;\n \n };\n };\n\n this.value = function() {\n var values = [];\n values.push(this.single_value());\n while (this.tryMatch(\"#\")) {\n this.match(\"#\");\n values.push(this.single_value());\n };\n return values.join(\"\");\n };\n\n this.key = function(optional) {\n var start = this.pos;\n while (true) {\n if (this.pos >= this.input.length) {\n throw \"Runaway key\";\n };\n // а-яА-Я is Cyrillic\n //console.log(this.input[this.pos]);\n if (this.notKey.indexOf(this.input[this.pos]) >= 0) {\n if (optional && this.input[this.pos] != ',') {\n this.pos = start;\n return null;\n };\n return this.input.substring(start, this.pos);\n } else {\n this.pos++;\n \n };\n };\n };\n\n this.key_equals_value = function() {\n var key = this.key();\n if (this.tryMatch(\"=\")) {\n this.match(\"=\");\n var val = this.value();\n return [ key, val ];\n } else {\n throw \"... = value expected, equals sign missing:\"\n + this.input.substring(this.pos);\n };\n };\n\n this.key_value_list = function() {\n var kv = this.key_equals_value();\n this.currentEntry['entryTags'] = {};\n this.currentEntry['entryTags'][kv[0]] = kv[1];\n while (this.tryMatch(\",\")) {\n this.match(\",\");\n // fixes problems with commas at the end of a list\n if (this.tryMatch(\"}\")) {\n break;\n }\n ;\n kv = this.key_equals_value();\n this.currentEntry['entryTags'][kv[0]] = kv[1];\n };\n };\n\n this.entry_body = function(d) {\n this.currentEntry = {};\n this.currentEntry['citationKey'] = this.key(true);\n this.currentEntry['entryType'] = d.substring(1);\n if (this.currentEntry['citationKey'] != null) { \n this.match(\",\");\n }\n this.key_value_list();\n this.entries.push(this.currentEntry);\n };\n\n this.directive = function() {\n this.match(\"@\");\n return \"@\" + this.key();\n };\n\n this.preamble = function() {\n this.currentEntry = {};\n this.currentEntry['entryType'] = 'PREAMBLE';\n this.currentEntry['entry'] = this.value_comment();\n this.entries.push(this.currentEntry);\n };\n\n this.comment = function() {\n this.currentEntry = {};\n this.currentEntry['entryType'] = 'COMMENT';\n this.currentEntry['entry'] = this.value_comment();\n this.entries.push(this.currentEntry);\n };\n\n this.entry = function(d) {\n this.entry_body(d);\n };\n\n this.alernativeCitationKey = function () {\n this.entries.forEach(function (entry) {\n if (!entry.citationKey && entry.entryTags) {\n entry.citationKey = '';\n if (entry.entryTags.author) {\n entry.citationKey += entry.entryTags.author.split(',')[0] += ', ';\n }\n entry.citationKey += entry.entryTags.year;\n }\n });\n }\n\n this.bibtex = function() {\n while (this.matchAt()) {\n var d = this.directive();\n this.match(\"{\");\n if (d == \"@STRING\") {\n this.string();\n } else if (d == \"@PREAMBLE\") {\n this.preamble();\n } else if (d == \"@COMMENT\") {\n this.comment();\n } else {\n this.entry(d);\n }\n this.match(\"}\");\n };\n\n this.alernativeCitationKey();\n };\n };\n \n exports.toJSON = function(bibtex) {\n var b = new BibtexParser();\n b.setInput(bibtex);\n b.bibtex();\n return b.entries;\n };\n\n /* added during hackathon don't hate on me */\n exports.toBibtex = function(json) {\n var out = '';\n for ( var i in json) {\n out += \"@\" + json[i].entryType;\n out += '{';\n if (json[i].citationKey)\n out += json[i].citationKey + ', ';\n if (json[i].entry)\n out += json[i].entry ;\n if (json[i].entryTags) {\n var tags = '';\n for (var jdx in json[i].entryTags) {\n if (tags.length != 0)\n tags += ', ';\n tags += jdx + '= {' + json[i].entryTags[jdx] + '}';\n }\n out += tags;\n }\n out += '}\\n\\n';\n }\n return out;\n \n };\n\n})(typeof exports === 'undefined' ? this['bibtexParse'] = {} : exports);\n\n/* end bibtexParse */\n",
"type": "application/javascript",
"title": "$:/plugins/tiddlywiki/bibtex/bibtexParse.js",
"module-type": "library"
},
"$:/plugins/tiddlywiki/bibtex/license": {
"text": "\nThe MIT License (MIT)\nCopyright (c) 2013 ORCID, Inc.\n\nCopyright (c) 2010 Henrik Muehe\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n",
"type": "text/plain",
"title": "$:/plugins/tiddlywiki/bibtex/license"
}
}
}
{
"tiddlers": {
"$:/plugins/tiddlywiki/filesystem/filesystemadaptor.js": {
"title": "$:/plugins/tiddlywiki/filesystem/filesystemadaptor.js",
"text": "/*\\\ntitle: $:/plugins/tiddlywiki/filesystem/filesystemadaptor.js\ntype: application/javascript\nmodule-type: syncadaptor\n\nA sync adaptor module for synchronising with the local filesystem via node.js APIs\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Get a reference to the file system\nvar fs = $tw.node ? require(\"fs\") : null,\n\tpath = $tw.node ? require(\"path\") : null;\n\nfunction FileSystemAdaptor(options) {\n\tvar self = this;\n\tthis.wiki = options.wiki;\n\tthis.logger = new $tw.utils.Logger(\"filesystem\",{colour: \"blue\"});\n\t// Create the <wiki>/tiddlers folder if it doesn't exist\n\t$tw.utils.createDirectory($tw.boot.wikiTiddlersPath);\n}\n\nFileSystemAdaptor.prototype.name = \"filesystem\";\n\nFileSystemAdaptor.prototype.isReady = function() {\n\t// The file system adaptor is always ready\n\treturn true;\n};\n\nFileSystemAdaptor.prototype.getTiddlerInfo = function(tiddler) {\n\treturn {};\n};\n\n/*\nReturn a fileInfo object for a tiddler, creating it if necessary:\n filepath: the absolute path to the file containing the tiddler\n type: the type of the tiddler file (NOT the type of the tiddler -- see below)\n hasMetaFile: true if the file also has a companion .meta file\n\nThe boot process populates $tw.boot.files for each of the tiddler files that it loads. The type is found by looking up the extension in $tw.config.fileExtensionInfo (eg \"application/x-tiddler\" for \".tid\" files).\n\nIt is the responsibility of the filesystem adaptor to update $tw.boot.files for new files that are created.\n*/\nFileSystemAdaptor.prototype.getTiddlerFileInfo = function(tiddler,callback) {\n\t// See if we've already got information about this file\n\tvar title = tiddler.fields.title,\n\t\tfileInfo = $tw.boot.files[title];\n\tif(!fileInfo) {\n\t\t// Otherwise, we'll need to generate it\n\t\tfileInfo = $tw.utils.generateTiddlerFileInfo(tiddler,{\n\t\t\tdirectory: $tw.boot.wikiTiddlersPath,\n\t\t\tpathFilters: this.wiki.getTiddlerText(\"$:/config/FileSystemPaths\",\"\").split(\"\\n\"),\n\t\t\twiki: this.wiki\n\t\t});\n\t\t$tw.boot.files[title] = fileInfo;\n\t}\n\tcallback(null,fileInfo);\n};\n\n\n/*\nSave a tiddler and invoke the callback with (err,adaptorInfo,revision)\n*/\nFileSystemAdaptor.prototype.saveTiddler = function(tiddler,callback) {\n\tvar self = this;\n\tthis.getTiddlerFileInfo(tiddler,function(err,fileInfo) {\n\t\tif(err) {\n\t\t\treturn callback(err);\n\t\t}\n\t\t$tw.utils.saveTiddlerToFile(tiddler,fileInfo,callback);\n\t});\n};\n\n/*\nLoad a tiddler and invoke the callback with (err,tiddlerFields)\n\nWe don't need to implement loading for the file system adaptor, because all the tiddler files will have been loaded during the boot process.\n*/\nFileSystemAdaptor.prototype.loadTiddler = function(title,callback) {\n\tcallback(null,null);\n};\n\n/*\nDelete a tiddler and invoke the callback with (err)\n*/\nFileSystemAdaptor.prototype.deleteTiddler = function(title,callback,options) {\n\tvar self = this,\n\t\tfileInfo = $tw.boot.files[title];\n\t// Only delete the tiddler if we have writable information for the file\n\tif(fileInfo) {\n\t\t// Delete the file\n\t\tfs.unlink(fileInfo.filepath,function(err) {\n\t\t\tif(err) {\n\t\t\t\treturn callback(err);\n\t\t\t}\n\t\t\t// Delete the metafile if present\n\t\t\tif(fileInfo.hasMetaFile) {\n\t\t\t\tfs.unlink(fileInfo.filepath + \".meta\",function(err) {\n\t\t\t\t\tif(err) {\n\t\t\t\t\t\treturn callback(err);\n\t\t\t\t\t}\n\t\t\t\t\treturn $tw.utils.deleteEmptyDirs(path.dirname(fileInfo.filepath),callback);\n\t\t\t\t});\n\t\t\t} else {\n\t\t\t\treturn $tw.utils.deleteEmptyDirs(path.dirname(fileInfo.filepath),callback);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tcallback(null);\n\t}\n};\n\nif(fs) {\n\texports.adaptorClass = FileSystemAdaptor;\n}\n\n})();\n",
"type": "application/javascript",
"module-type": "syncadaptor"
},
"$:/plugins/tiddlywiki/filesystem/readme": {
"title": "$:/plugins/tiddlywiki/filesystem/readme",
"text": "The filesystem plugin is used under Node.js to synchronise tiddler changes back to the file system. It is inert when used in the browser.\n\n[[Source code|https://github.com/Jermolene/TiddlyWiki5/blob/master/plugins/tiddlywiki/filesystem]]\n"
}
}
}
{
"tiddlers": {
"$:/plugins/tiddlywiki/katex/katex.min.css": {
"text": ".katex{font:normal 1.21em KaTeX_Main,Times New Roman,serif;line-height:1.2;text-indent:0;text-rendering:auto}.katex *{-ms-high-contrast-adjust:none!important}.katex .katex-version:after{content:\"0.10.2\"}.katex .katex-mathml{position:absolute;clip:rect(1px,1px,1px,1px);padding:0;border:0;height:1px;width:1px;overflow:hidden}.katex .katex-html>.newline{display:block}.katex .base{position:relative;white-space:nowrap;width:min-content}.katex .base,.katex .strut{display:inline-block}.katex .textbf{font-weight:700}.katex .textit{font-style:italic}.katex .textrm{font-family:KaTeX_Main}.katex .textsf{font-family:KaTeX_SansSerif}.katex .texttt{font-family:KaTeX_Typewriter}.katex .mathdefault{font-family:KaTeX_Math;font-style:italic}.katex .mathit{font-family:KaTeX_Main;font-style:italic}.katex .mathrm{font-style:normal}.katex .mathbf{font-family:KaTeX_Main;font-weight:700}.katex .boldsymbol{font-family:KaTeX_Math;font-weight:700;font-style:italic}.katex .amsrm,.katex .mathbb,.katex .textbb{font-family:KaTeX_AMS}.katex .mathcal{font-family:KaTeX_Caligraphic}.katex .mathfrak,.katex .textfrak{font-family:KaTeX_Fraktur}.katex .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr,.katex .textscr{font-family:KaTeX_Script}.katex .mathsf,.katex .textsf{font-family:KaTeX_SansSerif}.katex .mathboldsf,.katex .textboldsf{font-family:KaTeX_SansSerif;font-weight:700}.katex .mathitsf,.katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .vlist-t{display:inline-table;table-layout:fixed}.katex .vlist-r{display:table-row}.katex .vlist{display:table-cell;vertical-align:bottom;position:relative}.katex .vlist>span{display:block;height:0;position:relative}.katex .vlist>span>span{display:inline-block}.katex .vlist>span>.pstrut{overflow:hidden;width:0}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{display:table-cell;vertical-align:bottom;font-size:1px;width:2px;min-width:2px}.katex .msupsub{text-align:left}.katex .mfrac>span>span{text-align:center}.katex .mfrac .frac-line{display:inline-block;width:100%;border-bottom-style:solid}.katex .hdashline,.katex .hline,.katex .mfrac .frac-line,.katex .overline .overline-line,.katex .rule,.katex .underline .underline-line{min-height:1px}.katex .mspace{display:inline-block}.katex .clap,.katex .llap,.katex .rlap{width:0;position:relative}.katex .clap>.inner,.katex .llap>.inner,.katex .rlap>.inner{position:absolute}.katex .clap>.fix,.katex .llap>.fix,.katex .rlap>.fix{display:inline-block}.katex .llap>.inner{right:0}.katex .clap>.inner,.katex .rlap>.inner{left:0}.katex .clap>.inner>span{margin-left:-50%;margin-right:50%}.katex .rule{display:inline-block;border:0 solid;position:relative}.katex .hline,.katex .overline .overline-line,.katex .underline .underline-line{display:inline-block;width:100%;border-bottom-style:solid}.katex .hdashline{display:inline-block;width:100%;border-bottom-style:dashed}.katex .sqrt>.root{margin-left:.27777778em;margin-right:-.55555556em}.katex .fontsize-ensurer,.katex .sizing{display:inline-block}.katex .fontsize-ensurer.reset-size1.size1,.katex .sizing.reset-size1.size1{font-size:1em}.katex .fontsize-ensurer.reset-size1.size2,.katex .sizing.reset-size1.size2{font-size:1.2em}.katex .fontsize-ensurer.reset-size1.size3,.katex .sizing.reset-size1.size3{font-size:1.4em}.katex .fontsize-ensurer.reset-size1.size4,.katex .sizing.reset-size1.size4{font-size:1.6em}.katex .fontsize-ensurer.reset-size1.size5,.katex .sizing.reset-size1.size5{font-size:1.8em}.katex .fontsize-ensurer.reset-size1.size6,.katex .sizing.reset-size1.size6{font-size:2em}.katex .fontsize-ensurer.reset-size1.size7,.katex .sizing.reset-size1.size7{font-size:2.4em}.katex .fontsize-ensurer.reset-size1.size8,.katex .sizing.reset-size1.size8{font-size:2.88em}.katex .fontsize-ensurer.reset-size1.size9,.katex .sizing.reset-size1.size9{font-size:3.456em}.katex .fontsize-ensurer.reset-size1.size10,.katex .sizing.reset-size1.size10{font-size:4.148em}.katex .fontsize-ensurer.reset-size1.size11,.katex .sizing.reset-size1.size11{font-size:4.976em}.katex .fontsize-ensurer.reset-size2.size1,.katex .sizing.reset-size2.size1{font-size:.83333333em}.katex .fontsize-ensurer.reset-size2.size2,.katex .sizing.reset-size2.size2{font-size:1em}.katex .fontsize-ensurer.reset-size2.size3,.katex .sizing.reset-size2.size3{font-size:1.16666667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .sizing.reset-size2.size4{font-size:1.33333333em}.katex .fontsize-ensurer.reset-size2.size5,.katex .sizing.reset-size2.size5{font-size:1.5em}.katex .fontsize-ensurer.reset-size2.size6,.katex .sizing.reset-size2.size6{font-size:1.66666667em}.katex .fontsize-ensurer.reset-size2.size7,.katex .sizing.reset-size2.size7{font-size:2em}.katex .fontsize-ensurer.reset-size2.size8,.katex .sizing.reset-size2.size8{font-size:2.4em}.katex .fontsize-ensurer.reset-size2.size9,.katex .sizing.reset-size2.size9{font-size:2.88em}.katex .fontsize-ensurer.reset-size2.size10,.katex .sizing.reset-size2.size10{font-size:3.45666667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .sizing.reset-size2.size11{font-size:4.14666667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .sizing.reset-size3.size1{font-size:.71428571em}.katex .fontsize-ensurer.reset-size3.size2,.katex .sizing.reset-size3.size2{font-size:.85714286em}.katex .fontsize-ensurer.reset-size3.size3,.katex .sizing.reset-size3.size3{font-size:1em}.katex .fontsize-ensurer.reset-size3.size4,.katex .sizing.reset-size3.size4{font-size:1.14285714em}.katex .fontsize-ensurer.reset-size3.size5,.katex .sizing.reset-size3.size5{font-size:1.28571429em}.katex .fontsize-ensurer.reset-size3.size6,.katex .sizing.reset-size3.size6{font-size:1.42857143em}.katex .fontsize-ensurer.reset-size3.size7,.katex .sizing.reset-size3.size7{font-size:1.71428571em}.katex .fontsize-ensurer.reset-size3.size8,.katex .sizing.reset-size3.size8{font-size:2.05714286em}.katex .fontsize-ensurer.reset-size3.size9,.katex .sizing.reset-size3.size9{font-size:2.46857143em}.katex .fontsize-ensurer.reset-size3.size10,.katex .sizing.reset-size3.size10{font-size:2.96285714em}.katex .fontsize-ensurer.reset-size3.size11,.katex .sizing.reset-size3.size11{font-size:3.55428571em}.katex .fontsize-ensurer.reset-size4.size1,.katex .sizing.reset-size4.size1{font-size:.625em}.katex .fontsize-ensurer.reset-size4.size2,.katex .sizing.reset-size4.size2{font-size:.75em}.katex .fontsize-ensurer.reset-size4.size3,.katex .sizing.reset-size4.size3{font-size:.875em}.katex .fontsize-ensurer.reset-size4.size4,.katex .sizing.reset-size4.size4{font-size:1em}.katex .fontsize-ensurer.reset-size4.size5,.katex .sizing.reset-size4.size5{font-size:1.125em}.katex .fontsize-ensurer.reset-size4.size6,.katex .sizing.reset-size4.size6{font-size:1.25em}.katex .fontsize-ensurer.reset-size4.size7,.katex .sizing.reset-size4.size7{font-size:1.5em}.katex .fontsize-ensurer.reset-size4.size8,.katex .sizing.reset-size4.size8{font-size:1.8em}.katex .fontsize-ensurer.reset-size4.size9,.katex .sizing.reset-size4.size9{font-size:2.16em}.katex .fontsize-ensurer.reset-size4.size10,.katex .sizing.reset-size4.size10{font-size:2.5925em}.katex .fontsize-ensurer.reset-size4.size11,.katex .sizing.reset-size4.size11{font-size:3.11em}.katex .fontsize-ensurer.reset-size5.size1,.katex .sizing.reset-size5.size1{font-size:.55555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .sizing.reset-size5.size2{font-size:.66666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .sizing.reset-size5.size3{font-size:.77777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .sizing.reset-size5.size4{font-size:.88888889em}.katex .fontsize-ensurer.reset-size5.size5,.katex .sizing.reset-size5.size5{font-size:1em}.katex .fontsize-ensurer.reset-size5.size6,.katex .sizing.reset-size5.size6{font-size:1.11111111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .sizing.reset-size5.size7{font-size:1.33333333em}.katex .fontsize-ensurer.reset-size5.size8,.katex .sizing.reset-size5.size8{font-size:1.6em}.katex .fontsize-ensurer.reset-size5.size9,.katex .sizing.reset-size5.size9{font-size:1.92em}.katex .fontsize-ensurer.reset-size5.size10,.katex .sizing.reset-size5.size10{font-size:2.30444444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .sizing.reset-size5.size11{font-size:2.76444444em}.katex .fontsize-ensurer.reset-size6.size1,.katex .sizing.reset-size6.size1{font-size:.5em}.katex .fontsize-ensurer.reset-size6.size2,.katex .sizing.reset-size6.size2{font-size:.6em}.katex .fontsize-ensurer.reset-size6.size3,.katex .sizing.reset-size6.size3{font-size:.7em}.katex .fontsize-ensurer.reset-size6.size4,.katex .sizing.reset-size6.size4{font-size:.8em}.katex .fontsize-ensurer.reset-size6.size5,.katex .sizing.reset-size6.size5{font-size:.9em}.katex .fontsize-ensurer.reset-size6.size6,.katex .sizing.reset-size6.size6{font-size:1em}.katex .fontsize-ensurer.reset-size6.size7,.katex .sizing.reset-size6.size7{font-size:1.2em}.katex .fontsize-ensurer.reset-size6.size8,.katex .sizing.reset-size6.size8{font-size:1.44em}.katex .fontsize-ensurer.reset-size6.size9,.katex .sizing.reset-size6.size9{font-size:1.728em}.katex .fontsize-ensurer.reset-size6.size10,.katex .sizing.reset-size6.size10{font-size:2.074em}.katex .fontsize-ensurer.reset-size6.size11,.katex .sizing.reset-size6.size11{font-size:2.488em}.katex .fontsize-ensurer.reset-size7.size1,.katex .sizing.reset-size7.size1{font-size:.41666667em}.katex .fontsize-ensurer.reset-size7.size2,.katex .sizing.reset-size7.size2{font-size:.5em}.katex .fontsize-ensurer.reset-size7.size3,.katex .sizing.reset-size7.size3{font-size:.58333333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .sizing.reset-size7.size4{font-size:.66666667em}.katex .fontsize-ensurer.reset-size7.size5,.katex .sizing.reset-size7.size5{font-size:.75em}.katex .fontsize-ensurer.reset-size7.size6,.katex .sizing.reset-size7.size6{font-size:.83333333em}.katex .fontsize-ensurer.reset-size7.size7,.katex .sizing.reset-size7.size7{font-size:1em}.katex .fontsize-ensurer.reset-size7.size8,.katex .sizing.reset-size7.size8{font-size:1.2em}.katex .fontsize-ensurer.reset-size7.size9,.katex .sizing.reset-size7.size9{font-size:1.44em}.katex .fontsize-ensurer.reset-size7.size10,.katex .sizing.reset-size7.size10{font-size:1.72833333em}.katex .fontsize-ensurer.reset-size7.size11,.katex .sizing.reset-size7.size11{font-size:2.07333333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .sizing.reset-size8.size1{font-size:.34722222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .sizing.reset-size8.size2{font-size:.41666667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .sizing.reset-size8.size3{font-size:.48611111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .sizing.reset-size8.size4{font-size:.55555556em}.katex .fontsize-ensurer.reset-size8.size5,.katex .sizing.reset-size8.size5{font-size:.625em}.katex .fontsize-ensurer.reset-size8.size6,.katex .sizing.reset-size8.size6{font-size:.69444444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .sizing.reset-size8.size7{font-size:.83333333em}.katex .fontsize-ensurer.reset-size8.size8,.katex .sizing.reset-size8.size8{font-size:1em}.katex .fontsize-ensurer.reset-size8.size9,.katex .sizing.reset-size8.size9{font-size:1.2em}.katex .fontsize-ensurer.reset-size8.size10,.katex .sizing.reset-size8.size10{font-size:1.44027778em}.katex .fontsize-ensurer.reset-size8.size11,.katex .sizing.reset-size8.size11{font-size:1.72777778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .sizing.reset-size9.size1{font-size:.28935185em}.katex .fontsize-ensurer.reset-size9.size2,.katex .sizing.reset-size9.size2{font-size:.34722222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .sizing.reset-size9.size3{font-size:.40509259em}.katex .fontsize-ensurer.reset-size9.size4,.katex .sizing.reset-size9.size4{font-size:.46296296em}.katex .fontsize-ensurer.reset-size9.size5,.katex .sizing.reset-size9.size5{font-size:.52083333em}.katex .fontsize-ensurer.reset-size9.size6,.katex .sizing.reset-size9.size6{font-size:.5787037em}.katex .fontsize-ensurer.reset-size9.size7,.katex .sizing.reset-size9.size7{font-size:.69444444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .sizing.reset-size9.size8{font-size:.83333333em}.katex .fontsize-ensurer.reset-size9.size9,.katex .sizing.reset-size9.size9{font-size:1em}.katex .fontsize-ensurer.reset-size9.size10,.katex .sizing.reset-size9.size10{font-size:1.20023148em}.katex .fontsize-ensurer.reset-size9.size11,.katex .sizing.reset-size9.size11{font-size:1.43981481em}.katex .fontsize-ensurer.reset-size10.size1,.katex .sizing.reset-size10.size1{font-size:.24108004em}.katex .fontsize-ensurer.reset-size10.size2,.katex .sizing.reset-size10.size2{font-size:.28929605em}.katex .fontsize-ensurer.reset-size10.size3,.katex .sizing.reset-size10.size3{font-size:.33751205em}.katex .fontsize-ensurer.reset-size10.size4,.katex .sizing.reset-size10.size4{font-size:.38572806em}.katex .fontsize-ensurer.reset-size10.size5,.katex .sizing.reset-size10.size5{font-size:.43394407em}.katex .fontsize-ensurer.reset-size10.size6,.katex .sizing.reset-size10.size6{font-size:.48216008em}.katex .fontsize-ensurer.reset-size10.size7,.katex .sizing.reset-size10.size7{font-size:.57859209em}.katex .fontsize-ensurer.reset-size10.size8,.katex .sizing.reset-size10.size8{font-size:.69431051em}.katex .fontsize-ensurer.reset-size10.size9,.katex .sizing.reset-size10.size9{font-size:.83317261em}.katex .fontsize-ensurer.reset-size10.size10,.katex .sizing.reset-size10.size10{font-size:1em}.katex .fontsize-ensurer.reset-size10.size11,.katex .sizing.reset-size10.size11{font-size:1.19961427em}.katex .fontsize-ensurer.reset-size11.size1,.katex .sizing.reset-size11.size1{font-size:.20096463em}.katex .fontsize-ensurer.reset-size11.size2,.katex .sizing.reset-size11.size2{font-size:.24115756em}.katex .fontsize-ensurer.reset-size11.size3,.katex .sizing.reset-size11.size3{font-size:.28135048em}.katex .fontsize-ensurer.reset-size11.size4,.katex .sizing.reset-size11.size4{font-size:.32154341em}.katex .fontsize-ensurer.reset-size11.size5,.katex .sizing.reset-size11.size5{font-size:.36173633em}.katex .fontsize-ensurer.reset-size11.size6,.katex .sizing.reset-size11.size6{font-size:.40192926em}.katex .fontsize-ensurer.reset-size11.size7,.katex .sizing.reset-size11.size7{font-size:.48231511em}.katex .fontsize-ensurer.reset-size11.size8,.katex .sizing.reset-size11.size8{font-size:.57877814em}.katex .fontsize-ensurer.reset-size11.size9,.katex .sizing.reset-size11.size9{font-size:.69453376em}.katex .fontsize-ensurer.reset-size11.size10,.katex .sizing.reset-size11.size10{font-size:.83360129em}.katex .fontsize-ensurer.reset-size11.size11,.katex .sizing.reset-size11.size11{font-size:1em}.katex .delimsizing.size1{font-family:KaTeX_Size1}.katex .delimsizing.size2{font-family:KaTeX_Size2}.katex .delimsizing.size3{font-family:KaTeX_Size3}.katex .delimsizing.size4{font-family:KaTeX_Size4}.katex .delimsizing.mult .delim-size1>span{font-family:KaTeX_Size1}.katex .delimsizing.mult .delim-size4>span{font-family:KaTeX_Size4}.katex .nulldelimiter{display:inline-block;width:.12em}.katex .delimcenter,.katex .op-symbol{position:relative}.katex .op-symbol.small-op{font-family:KaTeX_Size1}.katex .op-symbol.large-op{font-family:KaTeX_Size2}.katex .op-limits>.vlist-t{text-align:center}.katex .accent>.vlist-t{text-align:center}.katex .accent .accent-body{position:relative}.katex .accent .accent-body:not(.accent-full){width:0}.katex .overlay{display:block}.katex .mtable .vertical-separator{display:inline-block;margin:0 -.025em;border-right:.05em solid;min-width:1px}.katex .mtable .vs-dashed{border-right:.05em dashed}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-c>.vlist-t{text-align:center}.katex .mtable .col-align-l>.vlist-t{text-align:left}.katex .mtable .col-align-r>.vlist-t{text-align:right}.katex .svg-align{text-align:left}.katex svg{display:block;position:absolute;width:100%;height:inherit;fill:currentColor;stroke:currentColor;fill-rule:nonzero;fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1}.katex svg path{stroke:none}.katex img{border-style:none;min-width:0;min-height:0;max-width:none;max-height:none}.katex .stretchy{width:100%;display:block;position:relative;overflow:hidden}.katex .stretchy:after,.katex .stretchy:before{content:\"\"}.katex .hide-tail{width:100%;position:relative;overflow:hidden}.katex .halfarrow-left{position:absolute;left:0;width:50.2%;overflow:hidden}.katex .halfarrow-right{position:absolute;right:0;width:50.2%;overflow:hidden}.katex .brace-left{position:absolute;left:0;width:25.1%;overflow:hidden}.katex .brace-center{position:absolute;left:25%;width:50%;overflow:hidden}.katex .brace-right{position:absolute;right:0;width:25.1%;overflow:hidden}.katex .x-arrow-pad{padding:0 .5em}.katex .mover,.katex .munder,.katex .x-arrow{text-align:center}.katex .boxpad{padding:0 .3em}.katex .fbox,.katex .fcolorbox{box-sizing:border-box;border:.04em solid}.katex .cancel-pad{padding:0 .2em}.katex .cancel-lap{margin-left:-.2em;margin-right:-.2em}.katex .sout{border-bottom-style:solid;border-bottom-width:.08em}.katex-display{display:block;margin:1em 0;text-align:center}.katex-display>.katex{display:block;text-align:center;white-space:nowrap}.katex-display>.katex>.katex-html{display:block;position:relative}.katex-display>.katex>.katex-html>.tag{position:absolute;right:0}.katex-display.leqno>.katex>.katex-html>.tag{left:0;right:auto}.katex-display.fleqn>.katex{text-align:left}\n",
"type": "text/plain",
"title": "$:/plugins/tiddlywiki/katex/katex.min.css"
},
"$:/plugins/tiddlywiki/katex/katex.min.js": {
"text": "(function(document) {\n!function(t,e){\"object\"==typeof exports&&\"object\"==typeof module?module.exports=e():\"function\"==typeof define&&define.amd?define([],e):\"object\"==typeof exports?exports.katex=e():t.katex=e()}(\"undefined\"!=typeof self?self:this,function(){return function(t){var e={};function r(a){if(e[a])return e[a].exports;var n=e[a]={i:a,l:!1,exports:{}};return t[a].call(n.exports,n,n.exports,r),n.l=!0,n.exports}return r.m=t,r.c=e,r.d=function(t,e,a){r.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:a})},r.r=function(t){\"undefined\"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:\"Module\"}),Object.defineProperty(t,\"__esModule\",{value:!0})},r.t=function(t,e){if(1&e&&(t=r(t)),8&e)return t;if(4&e&&\"object\"==typeof t&&t&&t.__esModule)return t;var a=Object.create(null);if(r.r(a),Object.defineProperty(a,\"default\",{enumerable:!0,value:t}),2&e&&\"string\"!=typeof t)for(var n in t)r.d(a,n,function(e){return t[e]}.bind(null,n));return a},r.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return r.d(e,\"a\",e),e},r.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},r.p=\"\",r(r.s=1)}([function(t,e,r){},function(t,e,r){\"use strict\";r.r(e);r(0);var a=function(){function t(t,e,r){this.lexer=void 0,this.start=void 0,this.end=void 0,this.lexer=t,this.start=e,this.end=r}return t.range=function(e,r){return r?e&&e.loc&&r.loc&&e.loc.lexer===r.loc.lexer?new t(e.loc.lexer,e.loc.start,r.loc.end):null:e&&e.loc},t}(),n=function(){function t(t,e){this.text=void 0,this.loc=void 0,this.text=t,this.loc=e}return t.prototype.range=function(e,r){return new t(r,a.range(this,e))},t}(),o=function t(e,r){this.position=void 0;var a,n=\"KaTeX parse error: \"+e,o=r&&r.loc;if(o&&o.start<=o.end){var i=o.lexer.input;a=o.start;var s=o.end;a===i.length?n+=\" at end of input: \":n+=\" at position \"+(a+1)+\": \";var h=i.slice(a,s).replace(/[^]/g,\"$&\\u0332\");n+=(a>15?\"\\u2026\"+i.slice(a-15,a):i.slice(0,a))+h+(s+15<i.length?i.slice(s,s+15)+\"\\u2026\":i.slice(s))}var l=new Error(n);return l.name=\"ParseError\",l.__proto__=t.prototype,l.position=a,l};o.prototype.__proto__=Error.prototype;var i=o,s=/([A-Z])/g,h={\"&\":\"&\",\">\":\">\",\"<\":\"<\",'\"':\""\",\"'\":\"'\"},l=/[&><\"']/g;var m=function t(e){return\"ordgroup\"===e.type?1===e.body.length?t(e.body[0]):e:\"color\"===e.type?1===e.body.length?t(e.body[0]):e:\"font\"===e.type?t(e.body):e},c={contains:function(t,e){return-1!==t.indexOf(e)},deflt:function(t,e){return void 0===t?e:t},escape:function(t){return String(t).replace(l,function(t){return h[t]})},hyphenate:function(t){return t.replace(s,\"-$1\").toLowerCase()},getBaseElem:m,isCharacterBox:function(t){var e=m(t);return\"mathord\"===e.type||\"textord\"===e.type||\"atom\"===e.type}},u=function(){function t(t){this.displayMode=void 0,this.leqno=void 0,this.fleqn=void 0,this.throwOnError=void 0,this.errorColor=void 0,this.macros=void 0,this.colorIsTextColor=void 0,this.strict=void 0,this.maxSize=void 0,this.maxExpand=void 0,this.allowedProtocols=void 0,t=t||{},this.displayMode=c.deflt(t.displayMode,!1),this.leqno=c.deflt(t.leqno,!1),this.fleqn=c.deflt(t.fleqn,!1),this.throwOnError=c.deflt(t.throwOnError,!0),this.errorColor=c.deflt(t.errorColor,\"#cc0000\"),this.macros=t.macros||{},this.colorIsTextColor=c.deflt(t.colorIsTextColor,!1),this.strict=c.deflt(t.strict,\"warn\"),this.maxSize=Math.max(0,c.deflt(t.maxSize,1/0)),this.maxExpand=Math.max(0,c.deflt(t.maxExpand,1e3)),this.allowedProtocols=c.deflt(t.allowedProtocols,[\"http\",\"https\",\"mailto\",\"_relative\"])}var e=t.prototype;return e.reportNonstrict=function(t,e,r){var a=this.strict;if(\"function\"==typeof a&&(a=a(t,e,r)),a&&\"ignore\"!==a){if(!0===a||\"error\"===a)throw new i(\"LaTeX-incompatible input and strict mode is set to 'error': \"+e+\" [\"+t+\"]\",r);\"warn\"===a?\"undefined\"!=typeof console&&console.warn(\"LaTeX-incompatible input and strict mode is set to 'warn': \"+e+\" [\"+t+\"]\"):\"undefined\"!=typeof console&&console.warn(\"LaTeX-incompatible input and strict mode is set to unrecognized '\"+a+\"': \"+e+\" [\"+t+\"]\")}},e.useStrictBehavior=function(t,e,r){var a=this.strict;if(\"function\"==typeof a)try{a=a(t,e,r)}catch(t){a=\"error\"}return!(!a||\"ignore\"===a)&&(!0===a||\"error\"===a||(\"warn\"===a?(\"undefined\"!=typeof console&&console.warn(\"LaTeX-incompatible input and strict mode is set to 'warn': \"+e+\" [\"+t+\"]\"),!1):(\"undefined\"!=typeof console&&console.warn(\"LaTeX-incompatible input and strict mode is set to unrecognized '\"+a+\"': \"+e+\" [\"+t+\"]\"),!1)))},t}(),d=function(){function t(t,e,r){this.id=void 0,this.size=void 0,this.cramped=void 0,this.id=t,this.size=e,this.cramped=r}var e=t.prototype;return e.sup=function(){return p[f[this.id]]},e.sub=function(){return p[g[this.id]]},e.fracNum=function(){return p[x[this.id]]},e.fracDen=function(){return p[v[this.id]]},e.cramp=function(){return p[b[this.id]]},e.text=function(){return p[y[this.id]]},e.isTight=function(){return this.size>=2},t}(),p=[new d(0,0,!1),new d(1,0,!0),new d(2,1,!1),new d(3,1,!0),new d(4,2,!1),new d(5,2,!0),new d(6,3,!1),new d(7,3,!0)],f=[4,5,4,5,6,7,6,7],g=[5,5,5,5,7,7,7,7],x=[2,3,4,5,6,7,6,7],v=[3,3,5,5,7,7,7,7],b=[1,1,3,3,5,5,7,7],y=[0,1,2,3,2,3,2,3],w={DISPLAY:p[0],TEXT:p[2],SCRIPT:p[4],SCRIPTSCRIPT:p[6]},k=[{name:\"latin\",blocks:[[256,591],[768,879]]},{name:\"cyrillic\",blocks:[[1024,1279]]},{name:\"brahmic\",blocks:[[2304,4255]]},{name:\"georgian\",blocks:[[4256,4351]]},{name:\"cjk\",blocks:[[12288,12543],[19968,40879],[65280,65376]]},{name:\"hangul\",blocks:[[44032,55215]]}];var S=[];function z(t){for(var e=0;e<S.length;e+=2)if(t>=S[e]&&t<=S[e+1])return!0;return!1}k.forEach(function(t){return t.blocks.forEach(function(t){return S.push.apply(S,t)})});var M={path:{sqrtMain:\"M95,702c-2.7,0,-7.17,-2.7,-13.5,-8c-5.8,-5.3,-9.5,\\n-10,-9.5,-14c0,-2,0.3,-3.3,1,-4c1.3,-2.7,23.83,-20.7,67.5,-54c44.2,-33.3,65.8,\\n-50.3,66.5,-51c1.3,-1.3,3,-2,5,-2c4.7,0,8.7,3.3,12,10s173,378,173,378c0.7,0,\\n35.3,-71,104,-213c68.7,-142,137.5,-285,206.5,-429c69,-144,104.5,-217.7,106.5,\\n-221c5.3,-9.3,12,-14,20,-14H400000v40H845.2724s-225.272,467,-225.272,467\\ns-235,486,-235,486c-2.7,4.7,-9,7,-19,7c-6,0,-10,-1,-12,-3s-194,-422,-194,-422\\ns-65,47,-65,47z M834 80H400000v40H845z\",sqrtSize1:\"M263,681c0.7,0,18,39.7,52,119c34,79.3,68.167,\\n158.7,102.5,238c34.3,79.3,51.8,119.3,52.5,120c340,-704.7,510.7,-1060.3,512,-1067\\nc4.7,-7.3,11,-11,19,-11H40000v40H1012.3s-271.3,567,-271.3,567c-38.7,80.7,-84,\\n175,-136,283c-52,108,-89.167,185.3,-111.5,232c-22.3,46.7,-33.8,70.3,-34.5,71\\nc-4.7,4.7,-12.3,7,-23,7s-12,-1,-12,-1s-109,-253,-109,-253c-72.7,-168,-109.3,\\n-252,-110,-252c-10.7,8,-22,16.7,-34,26c-22,17.3,-33.3,26,-34,26s-26,-26,-26,-26\\ns76,-59,76,-59s76,-60,76,-60z M1001 80H40000v40H1012z\",sqrtSize2:\"M1001,80H400000v40H1013.1s-83.4,268,-264.1,840c-180.7,\\n572,-277,876.3,-289,913c-4.7,4.7,-12.7,7,-24,7s-12,0,-12,0c-1.3,-3.3,-3.7,-11.7,\\n-7,-25c-35.3,-125.3,-106.7,-373.3,-214,-744c-10,12,-21,25,-33,39s-32,39,-32,39\\nc-6,-5.3,-15,-14,-27,-26s25,-30,25,-30c26.7,-32.7,52,-63,76,-91s52,-60,52,-60\\ns208,722,208,722c56,-175.3,126.3,-397.3,211,-666c84.7,-268.7,153.8,-488.2,207.5,\\n-658.5c53.7,-170.3,84.5,-266.8,92.5,-289.5c4,-6.7,10,-10,18,-10z\\nM1001 80H400000v40H1013z\",sqrtSize3:\"M424,2478c-1.3,-0.7,-38.5,-172,-111.5,-514c-73,\\n-342,-109.8,-513.3,-110.5,-514c0,-2,-10.7,14.3,-32,49c-4.7,7.3,-9.8,15.7,-15.5,\\n25c-5.7,9.3,-9.8,16,-12.5,20s-5,7,-5,7c-4,-3.3,-8.3,-7.7,-13,-13s-13,-13,-13,\\n-13s76,-122,76,-122s77,-121,77,-121s209,968,209,968c0,-2,84.7,-361.7,254,-1079\\nc169.3,-717.3,254.7,-1077.7,256,-1081c4,-6.7,10,-10,18,-10H400000v40H1014.6\\ns-87.3,378.7,-272.6,1166c-185.3,787.3,-279.3,1182.3,-282,1185c-2,6,-10,9,-24,9\\nc-8,0,-12,-0.7,-12,-2z M1001 80H400000v40H1014z\",sqrtSize4:\"M473,2793c339.3,-1799.3,509.3,-2700,510,-2702\\nc3.3,-7.3,9.3,-11,18,-11H400000v40H1017.7s-90.5,478,-276.2,1466c-185.7,988,\\n-279.5,1483,-281.5,1485c-2,6,-10,9,-24,9c-8,0,-12,-0.7,-12,-2c0,-1.3,-5.3,-32,\\n-16,-92c-50.7,-293.3,-119.7,-693.3,-207,-1200c0,-1.3,-5.3,8.7,-16,30c-10.7,\\n21.3,-21.3,42.7,-32,64s-16,33,-16,33s-26,-26,-26,-26s76,-153,76,-153s77,-151,\\n77,-151c0.7,0.7,35.7,202,105,604c67.3,400.7,102,602.7,104,606z\\nM1001 80H400000v40H1017z\",doubleleftarrow:\"M262 157\\nl10-10c34-36 62.7-77 86-123 3.3-8 5-13.3 5-16 0-5.3-6.7-8-20-8-7.3\\n 0-12.2.5-14.5 1.5-2.3 1-4.8 4.5-7.5 10.5-49.3 97.3-121.7 169.3-217 216-28\\n 14-57.3 25-88 33-6.7 2-11 3.8-13 5.5-2 1.7-3 4.2-3 7.5s1 5.8 3 7.5\\nc2 1.7 6.3 3.5 13 5.5 68 17.3 128.2 47.8 180.5 91.5 52.3 43.7 93.8 96.2 124.5\\n 157.5 9.3 8 15.3 12.3 18 13h6c12-.7 18-4 18-10 0-2-1.7-7-5-15-23.3-46-52-87\\n-86-123l-10-10h399738v-40H218c328 0 0 0 0 0l-10-8c-26.7-20-65.7-43-117-69 2.7\\n-2 6-3.7 10-5 36.7-16 72.3-37.3 107-64l10-8h399782v-40z\\nm8 0v40h399730v-40zm0 194v40h399730v-40z\",doublerightarrow:\"M399738 392l\\n-10 10c-34 36-62.7 77-86 123-3.3 8-5 13.3-5 16 0 5.3 6.7 8 20 8 7.3 0 12.2-.5\\n 14.5-1.5 2.3-1 4.8-4.5 7.5-10.5 49.3-97.3 121.7-169.3 217-216 28-14 57.3-25 88\\n-33 6.7-2 11-3.8 13-5.5 2-1.7 3-4.2 3-7.5s-1-5.8-3-7.5c-2-1.7-6.3-3.5-13-5.5-68\\n-17.3-128.2-47.8-180.5-91.5-52.3-43.7-93.8-96.2-124.5-157.5-9.3-8-15.3-12.3-18\\n-13h-6c-12 .7-18 4-18 10 0 2 1.7 7 5 15 23.3 46 52 87 86 123l10 10H0v40h399782\\nc-328 0 0 0 0 0l10 8c26.7 20 65.7 43 117 69-2.7 2-6 3.7-10 5-36.7 16-72.3 37.3\\n-107 64l-10 8H0v40zM0 157v40h399730v-40zm0 194v40h399730v-40z\",leftarrow:\"M400000 241H110l3-3c68.7-52.7 113.7-120\\n 135-202 4-14.7 6-23 6-25 0-7.3-7-11-21-11-8 0-13.2.8-15.5 2.5-2.3 1.7-4.2 5.8\\n-5.5 12.5-1.3 4.7-2.7 10.3-4 17-12 48.7-34.8 92-68.5 130S65.3 228.3 18 247\\nc-10 4-16 7.7-18 11 0 8.7 6 14.3 18 17 47.3 18.7 87.8 47 121.5 85S196 441.3 208\\n 490c.7 2 1.3 5 2 9s1.2 6.7 1.5 8c.3 1.3 1 3.3 2 6s2.2 4.5 3.5 5.5c1.3 1 3.3\\n 1.8 6 2.5s6 1 10 1c14 0 21-3.7 21-11 0-2-2-10.3-6-25-20-79.3-65-146.7-135-202\\n l-3-3h399890zM100 241v40h399900v-40z\",leftbrace:\"M6 548l-6-6v-35l6-11c56-104 135.3-181.3 238-232 57.3-28.7 117\\n-45 179-50h399577v120H403c-43.3 7-81 15-113 26-100.7 33-179.7 91-237 174-2.7\\n 5-6 9-10 13-.7 1-7.3 1-20 1H6z\",leftbraceunder:\"M0 6l6-6h17c12.688 0 19.313.3 20 1 4 4 7.313 8.3 10 13\\n 35.313 51.3 80.813 93.8 136.5 127.5 55.688 33.7 117.188 55.8 184.5 66.5.688\\n 0 2 .3 4 1 18.688 2.7 76 4.3 172 5h399450v120H429l-6-1c-124.688-8-235-61.7\\n-331-161C60.687 138.7 32.312 99.3 7 54L0 41V6z\",leftgroup:\"M400000 80\\nH435C64 80 168.3 229.4 21 260c-5.9 1.2-18 0-18 0-2 0-3-1-3-3v-38C76 61 257 0\\n 435 0h399565z\",leftgroupunder:\"M400000 262\\nH435C64 262 168.3 112.6 21 82c-5.9-1.2-18 0-18 0-2 0-3 1-3 3v38c76 158 257 219\\n 435 219h399565z\",leftharpoon:\"M0 267c.7 5.3 3 10 7 14h399993v-40H93c3.3\\n-3.3 10.2-9.5 20.5-18.5s17.8-15.8 22.5-20.5c50.7-52 88-110.3 112-175 4-11.3 5\\n-18.3 3-21-1.3-4-7.3-6-18-6-8 0-13 .7-15 2s-4.7 6.7-8 16c-42 98.7-107.3 174.7\\n-196 228-6.7 4.7-10.7 8-12 10-1.3 2-2 5.7-2 11zm100-26v40h399900v-40z\",leftharpoonplus:\"M0 267c.7 5.3 3 10 7 14h399993v-40H93c3.3-3.3 10.2-9.5\\n 20.5-18.5s17.8-15.8 22.5-20.5c50.7-52 88-110.3 112-175 4-11.3 5-18.3 3-21-1.3\\n-4-7.3-6-18-6-8 0-13 .7-15 2s-4.7 6.7-8 16c-42 98.7-107.3 174.7-196 228-6.7 4.7\\n-10.7 8-12 10-1.3 2-2 5.7-2 11zm100-26v40h399900v-40zM0 435v40h400000v-40z\\nm0 0v40h400000v-40z\",leftharpoondown:\"M7 241c-4 4-6.333 8.667-7 14 0 5.333.667 9 2 11s5.333\\n 5.333 12 10c90.667 54 156 130 196 228 3.333 10.667 6.333 16.333 9 17 2 .667 5\\n 1 9 1h5c10.667 0 16.667-2 18-6 2-2.667 1-9.667-3-21-32-87.333-82.667-157.667\\n-152-211l-3-3h399907v-40zM93 281 H400000 v-40L7 241z\",leftharpoondownplus:\"M7 435c-4 4-6.3 8.7-7 14 0 5.3.7 9 2 11s5.3 5.3 12\\n 10c90.7 54 156 130 196 228 3.3 10.7 6.3 16.3 9 17 2 .7 5 1 9 1h5c10.7 0 16.7\\n-2 18-6 2-2.7 1-9.7-3-21-32-87.3-82.7-157.7-152-211l-3-3h399907v-40H7zm93 0\\nv40h399900v-40zM0 241v40h399900v-40zm0 0v40h399900v-40z\",lefthook:\"M400000 281 H103s-33-11.2-61-33.5S0 197.3 0 164s14.2-61.2 42.5\\n-83.5C70.8 58.2 104 47 142 47 c16.7 0 25 6.7 25 20 0 12-8.7 18.7-26 20-40 3.3\\n-68.7 15.7-86 37-10 12-15 25.3-15 40 0 22.7 9.8 40.7 29.5 54 19.7 13.3 43.5 21\\n 71.5 23h399859zM103 281v-40h399897v40z\",leftlinesegment:\"M40 281 V428 H0 V94 H40 V241 H400000 v40z\\nM40 281 V428 H0 V94 H40 V241 H400000 v40z\",leftmapsto:\"M40 281 V448H0V74H40V241H400000v40z\\nM40 281 V448H0V74H40V241H400000v40z\",leftToFrom:\"M0 147h400000v40H0zm0 214c68 40 115.7 95.7 143 167h22c15.3 0 23\\n-.3 23-1 0-1.3-5.3-13.7-16-37-18-35.3-41.3-69-70-101l-7-8h399905v-40H95l7-8\\nc28.7-32 52-65.7 70-101 10.7-23.3 16-35.7 16-37 0-.7-7.7-1-23-1h-22C115.7 265.3\\n 68 321 0 361zm0-174v-40h399900v40zm100 154v40h399900v-40z\",longequal:\"M0 50 h400000 v40H0z m0 194h40000v40H0z\\nM0 50 h400000 v40H0z m0 194h40000v40H0z\",midbrace:\"M200428 334\\nc-100.7-8.3-195.3-44-280-108-55.3-42-101.7-93-139-153l-9-14c-2.7 4-5.7 8.7-9 14\\n-53.3 86.7-123.7 153-211 199-66.7 36-137.3 56.3-212 62H0V214h199568c178.3-11.7\\n 311.7-78.3 403-201 6-8 9.7-12 11-12 .7-.7 6.7-1 18-1s17.3.3 18 1c1.3 0 5 4 11\\n 12 44.7 59.3 101.3 106.3 170 141s145.3 54.3 229 60h199572v120z\",midbraceunder:\"M199572 214\\nc100.7 8.3 195.3 44 280 108 55.3 42 101.7 93 139 153l9 14c2.7-4 5.7-8.7 9-14\\n 53.3-86.7 123.7-153 211-199 66.7-36 137.3-56.3 212-62h199568v120H200432c-178.3\\n 11.7-311.7 78.3-403 201-6 8-9.7 12-11 12-.7.7-6.7 1-18 1s-17.3-.3-18-1c-1.3 0\\n-5-4-11-12-44.7-59.3-101.3-106.3-170-141s-145.3-54.3-229-60H0V214z\",oiintSize1:\"M512.6 71.6c272.6 0 320.3 106.8 320.3 178.2 0 70.8-47.7 177.6\\n-320.3 177.6S193.1 320.6 193.1 249.8c0-71.4 46.9-178.2 319.5-178.2z\\nm368.1 178.2c0-86.4-60.9-215.4-368.1-215.4-306.4 0-367.3 129-367.3 215.4 0 85.8\\n60.9 214.8 367.3 214.8 307.2 0 368.1-129 368.1-214.8z\",oiintSize2:\"M757.8 100.1c384.7 0 451.1 137.6 451.1 230 0 91.3-66.4 228.8\\n-451.1 228.8-386.3 0-452.7-137.5-452.7-228.8 0-92.4 66.4-230 452.7-230z\\nm502.4 230c0-111.2-82.4-277.2-502.4-277.2s-504 166-504 277.2\\nc0 110 84 276 504 276s502.4-166 502.4-276z\",oiiintSize1:\"M681.4 71.6c408.9 0 480.5 106.8 480.5 178.2 0 70.8-71.6 177.6\\n-480.5 177.6S202.1 320.6 202.1 249.8c0-71.4 70.5-178.2 479.3-178.2z\\nm525.8 178.2c0-86.4-86.8-215.4-525.7-215.4-437.9 0-524.7 129-524.7 215.4 0\\n85.8 86.8 214.8 524.7 214.8 438.9 0 525.7-129 525.7-214.8z\",oiiintSize2:\"M1021.2 53c603.6 0 707.8 165.8 707.8 277.2 0 110-104.2 275.8\\n-707.8 275.8-606 0-710.2-165.8-710.2-275.8C311 218.8 415.2 53 1021.2 53z\\nm770.4 277.1c0-131.2-126.4-327.6-770.5-327.6S248.4 198.9 248.4 330.1\\nc0 130 128.8 326.4 772.7 326.4s770.5-196.4 770.5-326.4z\",rightarrow:\"M0 241v40h399891c-47.3 35.3-84 78-110 128\\n-16.7 32-27.7 63.7-33 95 0 1.3-.2 2.7-.5 4-.3 1.3-.5 2.3-.5 3 0 7.3 6.7 11 20\\n 11 8 0 13.2-.8 15.5-2.5 2.3-1.7 4.2-5.5 5.5-11.5 2-13.3 5.7-27 11-41 14.7-44.7\\n 39-84.5 73-119.5s73.7-60.2 119-75.5c6-2 9-5.7 9-11s-3-9-9-11c-45.3-15.3-85\\n-40.5-119-75.5s-58.3-74.8-73-119.5c-4.7-14-8.3-27.3-11-40-1.3-6.7-3.2-10.8-5.5\\n-12.5-2.3-1.7-7.5-2.5-15.5-2.5-14 0-21 3.7-21 11 0 2 2 10.3 6 25 20.7 83.3 67\\n 151.7 139 205zm0 0v40h399900v-40z\",rightbrace:\"M400000 542l\\n-6 6h-17c-12.7 0-19.3-.3-20-1-4-4-7.3-8.3-10-13-35.3-51.3-80.8-93.8-136.5-127.5\\ns-117.2-55.8-184.5-66.5c-.7 0-2-.3-4-1-18.7-2.7-76-4.3-172-5H0V214h399571l6 1\\nc124.7 8 235 61.7 331 161 31.3 33.3 59.7 72.7 85 118l7 13v35z\",rightbraceunder:\"M399994 0l6 6v35l-6 11c-56 104-135.3 181.3-238 232-57.3\\n 28.7-117 45-179 50H-300V214h399897c43.3-7 81-15 113-26 100.7-33 179.7-91 237\\n-174 2.7-5 6-9 10-13 .7-1 7.3-1 20-1h17z\",rightgroup:\"M0 80h399565c371 0 266.7 149.4 414 180 5.9 1.2 18 0 18 0 2 0\\n 3-1 3-3v-38c-76-158-257-219-435-219H0z\",rightgroupunder:\"M0 262h399565c371 0 266.7-149.4 414-180 5.9-1.2 18 0 18\\n 0 2 0 3 1 3 3v38c-76 158-257 219-435 219H0z\",rightharpoon:\"M0 241v40h399993c4.7-4.7 7-9.3 7-14 0-9.3\\n-3.7-15.3-11-18-92.7-56.7-159-133.7-199-231-3.3-9.3-6-14.7-8-16-2-1.3-7-2-15-2\\n-10.7 0-16.7 2-18 6-2 2.7-1 9.7 3 21 15.3 42 36.7 81.8 64 119.5 27.3 37.7 58\\n 69.2 92 94.5zm0 0v40h399900v-40z\",rightharpoonplus:\"M0 241v40h399993c4.7-4.7 7-9.3 7-14 0-9.3-3.7-15.3-11\\n-18-92.7-56.7-159-133.7-199-231-3.3-9.3-6-14.7-8-16-2-1.3-7-2-15-2-10.7 0-16.7\\n 2-18 6-2 2.7-1 9.7 3 21 15.3 42 36.7 81.8 64 119.5 27.3 37.7 58 69.2 92 94.5z\\nm0 0v40h399900v-40z m100 194v40h399900v-40zm0 0v40h399900v-40z\",rightharpoondown:\"M399747 511c0 7.3 6.7 11 20 11 8 0 13-.8 15-2.5s4.7-6.8\\n 8-15.5c40-94 99.3-166.3 178-217 13.3-8 20.3-12.3 21-13 5.3-3.3 8.5-5.8 9.5\\n-7.5 1-1.7 1.5-5.2 1.5-10.5s-2.3-10.3-7-15H0v40h399908c-34 25.3-64.7 57-92 95\\n-27.3 38-48.7 77.7-64 119-3.3 8.7-5 14-5 16zM0 241v40h399900v-40z\",rightharpoondownplus:\"M399747 705c0 7.3 6.7 11 20 11 8 0 13-.8\\n 15-2.5s4.7-6.8 8-15.5c40-94 99.3-166.3 178-217 13.3-8 20.3-12.3 21-13 5.3-3.3\\n 8.5-5.8 9.5-7.5 1-1.7 1.5-5.2 1.5-10.5s-2.3-10.3-7-15H0v40h399908c-34 25.3\\n-64.7 57-92 95-27.3 38-48.7 77.7-64 119-3.3 8.7-5 14-5 16zM0 435v40h399900v-40z\\nm0-194v40h400000v-40zm0 0v40h400000v-40z\",righthook:\"M399859 241c-764 0 0 0 0 0 40-3.3 68.7-15.7 86-37 10-12 15-25.3\\n 15-40 0-22.7-9.8-40.7-29.5-54-19.7-13.3-43.5-21-71.5-23-17.3-1.3-26-8-26-20 0\\n-13.3 8.7-20 26-20 38 0 71 11.2 99 33.5 0 0 7 5.6 21 16.7 14 11.2 21 33.5 21\\n 66.8s-14 61.2-42 83.5c-28 22.3-61 33.5-99 33.5L0 241z M0 281v-40h399859v40z\",rightlinesegment:\"M399960 241 V94 h40 V428 h-40 V281 H0 v-40z\\nM399960 241 V94 h40 V428 h-40 V281 H0 v-40z\",rightToFrom:\"M400000 167c-70.7-42-118-97.7-142-167h-23c-15.3 0-23 .3-23\\n 1 0 1.3 5.3 13.7 16 37 18 35.3 41.3 69 70 101l7 8H0v40h399905l-7 8c-28.7 32\\n-52 65.7-70 101-10.7 23.3-16 35.7-16 37 0 .7 7.7 1 23 1h23c24-69.3 71.3-125 142\\n-167z M100 147v40h399900v-40zM0 341v40h399900v-40z\",twoheadleftarrow:\"M0 167c68 40\\n 115.7 95.7 143 167h22c15.3 0 23-.3 23-1 0-1.3-5.3-13.7-16-37-18-35.3-41.3-69\\n-70-101l-7-8h125l9 7c50.7 39.3 85 86 103 140h46c0-4.7-6.3-18.7-19-42-18-35.3\\n-40-67.3-66-96l-9-9h399716v-40H284l9-9c26-28.7 48-60.7 66-96 12.7-23.333 19\\n-37.333 19-42h-46c-18 54-52.3 100.7-103 140l-9 7H95l7-8c28.7-32 52-65.7 70-101\\n 10.7-23.333 16-35.7 16-37 0-.7-7.7-1-23-1h-22C115.7 71.3 68 127 0 167z\",twoheadrightarrow:\"M400000 167\\nc-68-40-115.7-95.7-143-167h-22c-15.3 0-23 .3-23 1 0 1.3 5.3 13.7 16 37 18 35.3\\n 41.3 69 70 101l7 8h-125l-9-7c-50.7-39.3-85-86-103-140h-46c0 4.7 6.3 18.7 19 42\\n 18 35.3 40 67.3 66 96l9 9H0v40h399716l-9 9c-26 28.7-48 60.7-66 96-12.7 23.333\\n-19 37.333-19 42h46c18-54 52.3-100.7 103-140l9-7h125l-7 8c-28.7 32-52 65.7-70\\n 101-10.7 23.333-16 35.7-16 37 0 .7 7.7 1 23 1h22c27.3-71.3 75-127 143-167z\",tilde1:\"M200 55.538c-77 0-168 73.953-177 73.953-3 0-7\\n-2.175-9-5.437L2 97c-1-2-2-4-2-6 0-4 2-7 5-9l20-12C116 12 171 0 207 0c86 0\\n 114 68 191 68 78 0 168-68 177-68 4 0 7 2 9 5l12 19c1 2.175 2 4.35 2 6.525 0\\n 4.35-2 7.613-5 9.788l-19 13.05c-92 63.077-116.937 75.308-183 76.128\\n-68.267.847-113-73.952-191-73.952z\",tilde2:\"M344 55.266c-142 0-300.638 81.316-311.5 86.418\\n-8.01 3.762-22.5 10.91-23.5 5.562L1 120c-1-2-1-3-1-4 0-5 3-9 8-10l18.4-9C160.9\\n 31.9 283 0 358 0c148 0 188 122 331 122s314-97 326-97c4 0 8 2 10 7l7 21.114\\nc1 2.14 1 3.21 1 4.28 0 5.347-3 9.626-7 10.696l-22.3 12.622C852.6 158.372 751\\n 181.476 676 181.476c-149 0-189-126.21-332-126.21z\",tilde3:\"M786 59C457 59 32 175.242 13 175.242c-6 0-10-3.457\\n-11-10.37L.15 138c-1-7 3-12 10-13l19.2-6.4C378.4 40.7 634.3 0 804.3 0c337 0\\n 411.8 157 746.8 157 328 0 754-112 773-112 5 0 10 3 11 9l1 14.075c1 8.066-.697\\n 16.595-6.697 17.492l-21.052 7.31c-367.9 98.146-609.15 122.696-778.15 122.696\\n -338 0-409-156.573-744-156.573z\",tilde4:\"M786 58C457 58 32 177.487 13 177.487c-6 0-10-3.345\\n-11-10.035L.15 143c-1-7 3-12 10-13l22-6.7C381.2 35 637.15 0 807.15 0c337 0 409\\n 177 744 177 328 0 754-127 773-127 5 0 10 3 11 9l1 14.794c1 7.805-3 13.38-9\\n 14.495l-20.7 5.574c-366.85 99.79-607.3 139.372-776.3 139.372-338 0-409\\n -175.236-744-175.236z\",vec:\"M377 20c0-5.333 1.833-10 5.5-14S391 0 397 0c4.667 0 8.667 1.667 12 5\\n3.333 2.667 6.667 9 10 19 6.667 24.667 20.333 43.667 41 57 7.333 4.667 11\\n10.667 11 18 0 6-1 10-3 12s-6.667 5-14 9c-28.667 14.667-53.667 35.667-75 63\\n-1.333 1.333-3.167 3.5-5.5 6.5s-4 4.833-5 5.5c-1 .667-2.5 1.333-4.5 2s-4.333 1\\n-7 1c-4.667 0-9.167-1.833-13.5-5.5S337 184 337 178c0-12.667 15.667-32.333 47-59\\nH213l-171-1c-8.667-6-13-12.333-13-19 0-4.667 4.333-11.333 13-20h359\\nc-16-25.333-24-45-24-59z\",widehat1:\"M529 0h5l519 115c5 1 9 5 9 10 0 1-1 2-1 3l-4 22\\nc-1 5-5 9-11 9h-2L532 67 19 159h-2c-5 0-9-4-11-9l-5-22c-1-6 2-12 8-13z\",widehat2:\"M1181 0h2l1171 176c6 0 10 5 10 11l-2 23c-1 6-5 10\\n-11 10h-1L1182 67 15 220h-1c-6 0-10-4-11-10l-2-23c-1-6 4-11 10-11z\",widehat3:\"M1181 0h2l1171 236c6 0 10 5 10 11l-2 23c-1 6-5 10\\n-11 10h-1L1182 67 15 280h-1c-6 0-10-4-11-10l-2-23c-1-6 4-11 10-11z\",widehat4:\"M1181 0h2l1171 296c6 0 10 5 10 11l-2 23c-1 6-5 10\\n-11 10h-1L1182 67 15 340h-1c-6 0-10-4-11-10l-2-23c-1-6 4-11 10-11z\",widecheck1:\"M529,159h5l519,-115c5,-1,9,-5,9,-10c0,-1,-1,-2,-1,-3l-4,-22c-1,\\n-5,-5,-9,-11,-9h-2l-512,92l-513,-92h-2c-5,0,-9,4,-11,9l-5,22c-1,6,2,12,8,13z\",widecheck2:\"M1181,220h2l1171,-176c6,0,10,-5,10,-11l-2,-23c-1,-6,-5,-10,\\n-11,-10h-1l-1168,153l-1167,-153h-1c-6,0,-10,4,-11,10l-2,23c-1,6,4,11,10,11z\",widecheck3:\"M1181,280h2l1171,-236c6,0,10,-5,10,-11l-2,-23c-1,-6,-5,-10,\\n-11,-10h-1l-1168,213l-1167,-213h-1c-6,0,-10,4,-11,10l-2,23c-1,6,4,11,10,11z\",widecheck4:\"M1181,340h2l1171,-296c6,0,10,-5,10,-11l-2,-23c-1,-6,-5,-10,\\n-11,-10h-1l-1168,273l-1167,-273h-1c-6,0,-10,4,-11,10l-2,23c-1,6,4,11,10,11z\",baraboveleftarrow:\"M400000 620h-399890l3 -3c68.7 -52.7 113.7 -120 135 -202\\nc4 -14.7 6 -23 6 -25c0 -7.3 -7 -11 -21 -11c-8 0 -13.2 0.8 -15.5 2.5\\nc-2.3 1.7 -4.2 5.8 -5.5 12.5c-1.3 4.7 -2.7 10.3 -4 17c-12 48.7 -34.8 92 -68.5 130\\ns-74.2 66.3 -121.5 85c-10 4 -16 7.7 -18 11c0 8.7 6 14.3 18 17c47.3 18.7 87.8 47\\n121.5 85s56.5 81.3 68.5 130c0.7 2 1.3 5 2 9s1.2 6.7 1.5 8c0.3 1.3 1 3.3 2 6\\ns2.2 4.5 3.5 5.5c1.3 1 3.3 1.8 6 2.5s6 1 10 1c14 0 21 -3.7 21 -11\\nc0 -2 -2 -10.3 -6 -25c-20 -79.3 -65 -146.7 -135 -202l-3 -3h399890z\\nM100 620v40h399900v-40z M0 241v40h399900v-40zM0 241v40h399900v-40z\",rightarrowabovebar:\"M0 241v40h399891c-47.3 35.3-84 78-110 128-16.7 32\\n-27.7 63.7-33 95 0 1.3-.2 2.7-.5 4-.3 1.3-.5 2.3-.5 3 0 7.3 6.7 11 20 11 8 0\\n13.2-.8 15.5-2.5 2.3-1.7 4.2-5.5 5.5-11.5 2-13.3 5.7-27 11-41 14.7-44.7 39\\n-84.5 73-119.5s73.7-60.2 119-75.5c6-2 9-5.7 9-11s-3-9-9-11c-45.3-15.3-85-40.5\\n-119-75.5s-58.3-74.8-73-119.5c-4.7-14-8.3-27.3-11-40-1.3-6.7-3.2-10.8-5.5\\n-12.5-2.3-1.7-7.5-2.5-15.5-2.5-14 0-21 3.7-21 11 0 2 2 10.3 6 25 20.7 83.3 67\\n151.7 139 205zm96 379h399894v40H0zm0 0h399904v40H0z\",baraboveshortleftharpoon:\"M507,435c-4,4,-6.3,8.7,-7,14c0,5.3,0.7,9,2,11\\nc1.3,2,5.3,5.3,12,10c90.7,54,156,130,196,228c3.3,10.7,6.3,16.3,9,17\\nc2,0.7,5,1,9,1c0,0,5,0,5,0c10.7,0,16.7,-2,18,-6c2,-2.7,1,-9.7,-3,-21\\nc-32,-87.3,-82.7,-157.7,-152,-211c0,0,-3,-3,-3,-3l399351,0l0,-40\\nc-398570,0,-399437,0,-399437,0z M593 435 v40 H399500 v-40z\\nM0 281 v-40 H399908 v40z M0 281 v-40 H399908 v40z\",rightharpoonaboveshortbar:\"M0,241 l0,40c399126,0,399993,0,399993,0\\nc4.7,-4.7,7,-9.3,7,-14c0,-9.3,-3.7,-15.3,-11,-18c-92.7,-56.7,-159,-133.7,-199,\\n-231c-3.3,-9.3,-6,-14.7,-8,-16c-2,-1.3,-7,-2,-15,-2c-10.7,0,-16.7,2,-18,6\\nc-2,2.7,-1,9.7,3,21c15.3,42,36.7,81.8,64,119.5c27.3,37.7,58,69.2,92,94.5z\\nM0 241 v40 H399908 v-40z M0 475 v-40 H399500 v40z M0 475 v-40 H399500 v40z\",shortbaraboveleftharpoon:\"M7,435c-4,4,-6.3,8.7,-7,14c0,5.3,0.7,9,2,11\\nc1.3,2,5.3,5.3,12,10c90.7,54,156,130,196,228c3.3,10.7,6.3,16.3,9,17c2,0.7,5,1,9,\\n1c0,0,5,0,5,0c10.7,0,16.7,-2,18,-6c2,-2.7,1,-9.7,-3,-21c-32,-87.3,-82.7,-157.7,\\n-152,-211c0,0,-3,-3,-3,-3l399907,0l0,-40c-399126,0,-399993,0,-399993,0z\\nM93 435 v40 H400000 v-40z M500 241 v40 H400000 v-40z M500 241 v40 H400000 v-40z\",shortrightharpoonabovebar:\"M53,241l0,40c398570,0,399437,0,399437,0\\nc4.7,-4.7,7,-9.3,7,-14c0,-9.3,-3.7,-15.3,-11,-18c-92.7,-56.7,-159,-133.7,-199,\\n-231c-3.3,-9.3,-6,-14.7,-8,-16c-2,-1.3,-7,-2,-15,-2c-10.7,0,-16.7,2,-18,6\\nc-2,2.7,-1,9.7,3,21c15.3,42,36.7,81.8,64,119.5c27.3,37.7,58,69.2,92,94.5z\\nM500 241 v40 H399408 v-40z M500 435 v40 H400000 v-40z\"}},T=function(){function t(t){this.children=void 0,this.classes=void 0,this.height=void 0,this.depth=void 0,this.maxFontSize=void 0,this.style=void 0,this.children=t,this.classes=[],this.height=0,this.depth=0,this.maxFontSize=0,this.style={}}var e=t.prototype;return e.hasClass=function(t){return c.contains(this.classes,t)},e.toNode=function(){for(var t=document.createDocumentFragment(),e=0;e<this.children.length;e++)t.appendChild(this.children[e].toNode());return t},e.toMarkup=function(){for(var t=\"\",e=0;e<this.children.length;e++)t+=this.children[e].toMarkup();return t},e.toText=function(){var t=function(t){return t.toText()};return this.children.map(t).join(\"\")},t}(),A=function(t){return t.filter(function(t){return t}).join(\" \")},B=function(t,e,r){if(this.classes=t||[],this.attributes={},this.height=0,this.depth=0,this.maxFontSize=0,this.style=r||{},e){e.style.isTight()&&this.classes.push(\"mtight\");var a=e.getColor();a&&(this.style.color=a)}},q=function(t){var e=document.createElement(t);for(var r in e.className=A(this.classes),this.style)this.style.hasOwnProperty(r)&&(e.style[r]=this.style[r]);for(var a in this.attributes)this.attributes.hasOwnProperty(a)&&e.setAttribute(a,this.attributes[a]);for(var n=0;n<this.children.length;n++)e.appendChild(this.children[n].toNode());return e},C=function(t){var e=\"<\"+t;this.classes.length&&(e+=' class=\"'+c.escape(A(this.classes))+'\"');var r=\"\";for(var a in this.style)this.style.hasOwnProperty(a)&&(r+=c.hyphenate(a)+\":\"+this.style[a]+\";\");for(var n in r&&(e+=' style=\"'+c.escape(r)+'\"'),this.attributes)this.attributes.hasOwnProperty(n)&&(e+=\" \"+n+'=\"'+c.escape(this.attributes[n])+'\"');e+=\">\";for(var o=0;o<this.children.length;o++)e+=this.children[o].toMarkup();return e+=\"</\"+t+\">\"},N=function(){function t(t,e,r,a){this.children=void 0,this.attributes=void 0,this.classes=void 0,this.height=void 0,this.depth=void 0,this.width=void 0,this.maxFontSize=void 0,this.style=void 0,B.call(this,t,r,a),this.children=e||[]}var e=t.prototype;return e.setAttribute=function(t,e){this.attributes[t]=e},e.hasClass=function(t){return c.contains(this.classes,t)},e.toNode=function(){return q.call(this,\"span\")},e.toMarkup=function(){return C.call(this,\"span\")},t}(),I=function(){function t(t,e,r,a){this.children=void 0,this.attributes=void 0,this.classes=void 0,this.height=void 0,this.depth=void 0,this.maxFontSize=void 0,this.style=void 0,B.call(this,e,a),this.children=r||[],this.setAttribute(\"href\",t)}var e=t.prototype;return e.setAttribute=function(t,e){this.attributes[t]=e},e.hasClass=function(t){return c.contains(this.classes,t)},e.toNode=function(){return q.call(this,\"a\")},e.toMarkup=function(){return C.call(this,\"a\")},t}(),O={\"\\xee\":\"\\u0131\\u0302\",\"\\xef\":\"\\u0131\\u0308\",\"\\xed\":\"\\u0131\\u0301\",\"\\xec\":\"\\u0131\\u0300\"},E=function(){function t(t,e,r,a,n,o,i,s){this.text=void 0,this.height=void 0,this.depth=void 0,this.italic=void 0,this.skew=void 0,this.width=void 0,this.maxFontSize=void 0,this.classes=void 0,this.style=void 0,this.text=t,this.height=e||0,this.depth=r||0,this.italic=a||0,this.skew=n||0,this.width=o||0,this.classes=i||[],this.style=s||{},this.maxFontSize=0;var h=function(t){for(var e=0;e<k.length;e++)for(var r=k[e],a=0;a<r.blocks.length;a++){var n=r.blocks[a];if(t>=n[0]&&t<=n[1])return r.name}return null}(this.text.charCodeAt(0));h&&this.classes.push(h+\"_fallback\"),/[\\xee\\xef\\xed\\xec]/.test(this.text)&&(this.text=O[this.text])}var e=t.prototype;return e.hasClass=function(t){return c.contains(this.classes,t)},e.toNode=function(){var t=document.createTextNode(this.text),e=null;for(var r in this.italic>0&&((e=document.createElement(\"span\")).style.marginRight=this.italic+\"em\"),this.classes.length>0&&((e=e||document.createElement(\"span\")).className=A(this.classes)),this.style)this.style.hasOwnProperty(r)&&((e=e||document.createElement(\"span\")).style[r]=this.style[r]);return e?(e.appendChild(t),e):t},e.toMarkup=function(){var t=!1,e=\"<span\";this.classes.length&&(t=!0,e+=' class=\"',e+=c.escape(A(this.classes)),e+='\"');var r=\"\";for(var a in this.italic>0&&(r+=\"margin-right:\"+this.italic+\"em;\"),this.style)this.style.hasOwnProperty(a)&&(r+=c.hyphenate(a)+\":\"+this.style[a]+\";\");r&&(t=!0,e+=' style=\"'+c.escape(r)+'\"');var n=c.escape(this.text);return t?(e+=\">\",e+=n,e+=\"</span>\"):n},t}(),R=function(){function t(t,e){this.children=void 0,this.attributes=void 0,this.children=t||[],this.attributes=e||{}}var e=t.prototype;return e.toNode=function(){var t=document.createElementNS(\"http://www.w3.org/2000/svg\",\"svg\");for(var e in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,e)&&t.setAttribute(e,this.attributes[e]);for(var r=0;r<this.children.length;r++)t.appendChild(this.children[r].toNode());return t},e.toMarkup=function(){var t=\"<svg\";for(var e in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,e)&&(t+=\" \"+e+\"='\"+this.attributes[e]+\"'\");t+=\">\";for(var r=0;r<this.children.length;r++)t+=this.children[r].toMarkup();return t+=\"</svg>\"},t}(),L=function(){function t(t,e){this.pathName=void 0,this.alternate=void 0,this.pathName=t,this.alternate=e}var e=t.prototype;return e.toNode=function(){var t=document.createElementNS(\"http://www.w3.org/2000/svg\",\"path\");return this.alternate?t.setAttribute(\"d\",this.alternate):t.setAttribute(\"d\",M.path[this.pathName]),t},e.toMarkup=function(){return this.alternate?\"<path d='\"+this.alternate+\"'/>\":\"<path d='\"+M.path[this.pathName]+\"'/>\"},t}(),H=function(){function t(t){this.attributes=void 0,this.attributes=t||{}}var e=t.prototype;return e.toNode=function(){var t=document.createElementNS(\"http://www.w3.org/2000/svg\",\"line\");for(var e in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,e)&&t.setAttribute(e,this.attributes[e]);return t},e.toMarkup=function(){var t=\"<line\";for(var e in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,e)&&(t+=\" \"+e+\"='\"+this.attributes[e]+\"'\");return t+=\"/>\"},t}();var P={\"AMS-Regular\":{65:[0,.68889,0,0,.72222],66:[0,.68889,0,0,.66667],67:[0,.68889,0,0,.72222],68:[0,.68889,0,0,.72222],69:[0,.68889,0,0,.66667],70:[0,.68889,0,0,.61111],71:[0,.68889,0,0,.77778],72:[0,.68889,0,0,.77778],73:[0,.68889,0,0,.38889],74:[.16667,.68889,0,0,.5],75:[0,.68889,0,0,.77778],76:[0,.68889,0,0,.66667],77:[0,.68889,0,0,.94445],78:[0,.68889,0,0,.72222],79:[.16667,.68889,0,0,.77778],80:[0,.68889,0,0,.61111],81:[.16667,.68889,0,0,.77778],82:[0,.68889,0,0,.72222],83:[0,.68889,0,0,.55556],84:[0,.68889,0,0,.66667],85:[0,.68889,0,0,.72222],86:[0,.68889,0,0,.72222],87:[0,.68889,0,0,1],88:[0,.68889,0,0,.72222],89:[0,.68889,0,0,.72222],90:[0,.68889,0,0,.66667],107:[0,.68889,0,0,.55556],165:[0,.675,.025,0,.75],174:[.15559,.69224,0,0,.94666],240:[0,.68889,0,0,.55556],295:[0,.68889,0,0,.54028],710:[0,.825,0,0,2.33334],732:[0,.9,0,0,2.33334],770:[0,.825,0,0,2.33334],771:[0,.9,0,0,2.33334],989:[.08167,.58167,0,0,.77778],1008:[0,.43056,.04028,0,.66667],8245:[0,.54986,0,0,.275],8463:[0,.68889,0,0,.54028],8487:[0,.68889,0,0,.72222],8498:[0,.68889,0,0,.55556],8502:[0,.68889,0,0,.66667],8503:[0,.68889,0,0,.44445],8504:[0,.68889,0,0,.66667],8513:[0,.68889,0,0,.63889],8592:[-.03598,.46402,0,0,.5],8594:[-.03598,.46402,0,0,.5],8602:[-.13313,.36687,0,0,1],8603:[-.13313,.36687,0,0,1],8606:[.01354,.52239,0,0,1],8608:[.01354,.52239,0,0,1],8610:[.01354,.52239,0,0,1.11111],8611:[.01354,.52239,0,0,1.11111],8619:[0,.54986,0,0,1],8620:[0,.54986,0,0,1],8621:[-.13313,.37788,0,0,1.38889],8622:[-.13313,.36687,0,0,1],8624:[0,.69224,0,0,.5],8625:[0,.69224,0,0,.5],8630:[0,.43056,0,0,1],8631:[0,.43056,0,0,1],8634:[.08198,.58198,0,0,.77778],8635:[.08198,.58198,0,0,.77778],8638:[.19444,.69224,0,0,.41667],8639:[.19444,.69224,0,0,.41667],8642:[.19444,.69224,0,0,.41667],8643:[.19444,.69224,0,0,.41667],8644:[.1808,.675,0,0,1],8646:[.1808,.675,0,0,1],8647:[.1808,.675,0,0,1],8648:[.19444,.69224,0,0,.83334],8649:[.1808,.675,0,0,1],8650:[.19444,.69224,0,0,.83334],8651:[.01354,.52239,0,0,1],8652:[.01354,.52239,0,0,1],8653:[-.13313,.36687,0,0,1],8654:[-.13313,.36687,0,0,1],8655:[-.13313,.36687,0,0,1],8666:[.13667,.63667,0,0,1],8667:[.13667,.63667,0,0,1],8669:[-.13313,.37788,0,0,1],8672:[-.064,.437,0,0,1.334],8674:[-.064,.437,0,0,1.334],8705:[0,.825,0,0,.5],8708:[0,.68889,0,0,.55556],8709:[.08167,.58167,0,0,.77778],8717:[0,.43056,0,0,.42917],8722:[-.03598,.46402,0,0,.5],8724:[.08198,.69224,0,0,.77778],8726:[.08167,.58167,0,0,.77778],8733:[0,.69224,0,0,.77778],8736:[0,.69224,0,0,.72222],8737:[0,.69224,0,0,.72222],8738:[.03517,.52239,0,0,.72222],8739:[.08167,.58167,0,0,.22222],8740:[.25142,.74111,0,0,.27778],8741:[.08167,.58167,0,0,.38889],8742:[.25142,.74111,0,0,.5],8756:[0,.69224,0,0,.66667],8757:[0,.69224,0,0,.66667],8764:[-.13313,.36687,0,0,.77778],8765:[-.13313,.37788,0,0,.77778],8769:[-.13313,.36687,0,0,.77778],8770:[-.03625,.46375,0,0,.77778],8774:[.30274,.79383,0,0,.77778],8776:[-.01688,.48312,0,0,.77778],8778:[.08167,.58167,0,0,.77778],8782:[.06062,.54986,0,0,.77778],8783:[.06062,.54986,0,0,.77778],8785:[.08198,.58198,0,0,.77778],8786:[.08198,.58198,0,0,.77778],8787:[.08198,.58198,0,0,.77778],8790:[0,.69224,0,0,.77778],8791:[.22958,.72958,0,0,.77778],8796:[.08198,.91667,0,0,.77778],8806:[.25583,.75583,0,0,.77778],8807:[.25583,.75583,0,0,.77778],8808:[.25142,.75726,0,0,.77778],8809:[.25142,.75726,0,0,.77778],8812:[.25583,.75583,0,0,.5],8814:[.20576,.70576,0,0,.77778],8815:[.20576,.70576,0,0,.77778],8816:[.30274,.79383,0,0,.77778],8817:[.30274,.79383,0,0,.77778],8818:[.22958,.72958,0,0,.77778],8819:[.22958,.72958,0,0,.77778],8822:[.1808,.675,0,0,.77778],8823:[.1808,.675,0,0,.77778],8828:[.13667,.63667,0,0,.77778],8829:[.13667,.63667,0,0,.77778],8830:[.22958,.72958,0,0,.77778],8831:[.22958,.72958,0,0,.77778],8832:[.20576,.70576,0,0,.77778],8833:[.20576,.70576,0,0,.77778],8840:[.30274,.79383,0,0,.77778],8841:[.30274,.79383,0,0,.77778],8842:[.13597,.63597,0,0,.77778],8843:[.13597,.63597,0,0,.77778],8847:[.03517,.54986,0,0,.77778],8848:[.03517,.54986,0,0,.77778],8858:[.08198,.58198,0,0,.77778],8859:[.08198,.58198,0,0,.77778],8861:[.08198,.58198,0,0,.77778],8862:[0,.675,0,0,.77778],8863:[0,.675,0,0,.77778],8864:[0,.675,0,0,.77778],8865:[0,.675,0,0,.77778],8872:[0,.69224,0,0,.61111],8873:[0,.69224,0,0,.72222],8874:[0,.69224,0,0,.88889],8876:[0,.68889,0,0,.61111],8877:[0,.68889,0,0,.61111],8878:[0,.68889,0,0,.72222],8879:[0,.68889,0,0,.72222],8882:[.03517,.54986,0,0,.77778],8883:[.03517,.54986,0,0,.77778],8884:[.13667,.63667,0,0,.77778],8885:[.13667,.63667,0,0,.77778],8888:[0,.54986,0,0,1.11111],8890:[.19444,.43056,0,0,.55556],8891:[.19444,.69224,0,0,.61111],8892:[.19444,.69224,0,0,.61111],8901:[0,.54986,0,0,.27778],8903:[.08167,.58167,0,0,.77778],8905:[.08167,.58167,0,0,.77778],8906:[.08167,.58167,0,0,.77778],8907:[0,.69224,0,0,.77778],8908:[0,.69224,0,0,.77778],8909:[-.03598,.46402,0,0,.77778],8910:[0,.54986,0,0,.76042],8911:[0,.54986,0,0,.76042],8912:[.03517,.54986,0,0,.77778],8913:[.03517,.54986,0,0,.77778],8914:[0,.54986,0,0,.66667],8915:[0,.54986,0,0,.66667],8916:[0,.69224,0,0,.66667],8918:[.0391,.5391,0,0,.77778],8919:[.0391,.5391,0,0,.77778],8920:[.03517,.54986,0,0,1.33334],8921:[.03517,.54986,0,0,1.33334],8922:[.38569,.88569,0,0,.77778],8923:[.38569,.88569,0,0,.77778],8926:[.13667,.63667,0,0,.77778],8927:[.13667,.63667,0,0,.77778],8928:[.30274,.79383,0,0,.77778],8929:[.30274,.79383,0,0,.77778],8934:[.23222,.74111,0,0,.77778],8935:[.23222,.74111,0,0,.77778],8936:[.23222,.74111,0,0,.77778],8937:[.23222,.74111,0,0,.77778],8938:[.20576,.70576,0,0,.77778],8939:[.20576,.70576,0,0,.77778],8940:[.30274,.79383,0,0,.77778],8941:[.30274,.79383,0,0,.77778],8994:[.19444,.69224,0,0,.77778],8995:[.19444,.69224,0,0,.77778],9416:[.15559,.69224,0,0,.90222],9484:[0,.69224,0,0,.5],9488:[0,.69224,0,0,.5],9492:[0,.37788,0,0,.5],9496:[0,.37788,0,0,.5],9585:[.19444,.68889,0,0,.88889],9586:[.19444,.74111,0,0,.88889],9632:[0,.675,0,0,.77778],9633:[0,.675,0,0,.77778],9650:[0,.54986,0,0,.72222],9651:[0,.54986,0,0,.72222],9654:[.03517,.54986,0,0,.77778],9660:[0,.54986,0,0,.72222],9661:[0,.54986,0,0,.72222],9664:[.03517,.54986,0,0,.77778],9674:[.11111,.69224,0,0,.66667],9733:[.19444,.69224,0,0,.94445],10003:[0,.69224,0,0,.83334],10016:[0,.69224,0,0,.83334],10731:[.11111,.69224,0,0,.66667],10846:[.19444,.75583,0,0,.61111],10877:[.13667,.63667,0,0,.77778],10878:[.13667,.63667,0,0,.77778],10885:[.25583,.75583,0,0,.77778],10886:[.25583,.75583,0,0,.77778],10887:[.13597,.63597,0,0,.77778],10888:[.13597,.63597,0,0,.77778],10889:[.26167,.75726,0,0,.77778],10890:[.26167,.75726,0,0,.77778],10891:[.48256,.98256,0,0,.77778],10892:[.48256,.98256,0,0,.77778],10901:[.13667,.63667,0,0,.77778],10902:[.13667,.63667,0,0,.77778],10933:[.25142,.75726,0,0,.77778],10934:[.25142,.75726,0,0,.77778],10935:[.26167,.75726,0,0,.77778],10936:[.26167,.75726,0,0,.77778],10937:[.26167,.75726,0,0,.77778],10938:[.26167,.75726,0,0,.77778],10949:[.25583,.75583,0,0,.77778],10950:[.25583,.75583,0,0,.77778],10955:[.28481,.79383,0,0,.77778],10956:[.28481,.79383,0,0,.77778],57350:[.08167,.58167,0,0,.22222],57351:[.08167,.58167,0,0,.38889],57352:[.08167,.58167,0,0,.77778],57353:[0,.43056,.04028,0,.66667],57356:[.25142,.75726,0,0,.77778],57357:[.25142,.75726,0,0,.77778],57358:[.41951,.91951,0,0,.77778],57359:[.30274,.79383,0,0,.77778],57360:[.30274,.79383,0,0,.77778],57361:[.41951,.91951,0,0,.77778],57366:[.25142,.75726,0,0,.77778],57367:[.25142,.75726,0,0,.77778],57368:[.25142,.75726,0,0,.77778],57369:[.25142,.75726,0,0,.77778],57370:[.13597,.63597,0,0,.77778],57371:[.13597,.63597,0,0,.77778]},\"Caligraphic-Regular\":{48:[0,.43056,0,0,.5],49:[0,.43056,0,0,.5],50:[0,.43056,0,0,.5],51:[.19444,.43056,0,0,.5],52:[.19444,.43056,0,0,.5],53:[.19444,.43056,0,0,.5],54:[0,.64444,0,0,.5],55:[.19444,.43056,0,0,.5],56:[0,.64444,0,0,.5],57:[.19444,.43056,0,0,.5],65:[0,.68333,0,.19445,.79847],66:[0,.68333,.03041,.13889,.65681],67:[0,.68333,.05834,.13889,.52653],68:[0,.68333,.02778,.08334,.77139],69:[0,.68333,.08944,.11111,.52778],70:[0,.68333,.09931,.11111,.71875],71:[.09722,.68333,.0593,.11111,.59487],72:[0,.68333,.00965,.11111,.84452],73:[0,.68333,.07382,0,.54452],74:[.09722,.68333,.18472,.16667,.67778],75:[0,.68333,.01445,.05556,.76195],76:[0,.68333,0,.13889,.68972],77:[0,.68333,0,.13889,1.2009],78:[0,.68333,.14736,.08334,.82049],79:[0,.68333,.02778,.11111,.79611],80:[0,.68333,.08222,.08334,.69556],81:[.09722,.68333,0,.11111,.81667],82:[0,.68333,0,.08334,.8475],83:[0,.68333,.075,.13889,.60556],84:[0,.68333,.25417,0,.54464],85:[0,.68333,.09931,.08334,.62583],86:[0,.68333,.08222,0,.61278],87:[0,.68333,.08222,.08334,.98778],88:[0,.68333,.14643,.13889,.7133],89:[.09722,.68333,.08222,.08334,.66834],90:[0,.68333,.07944,.13889,.72473]},\"Fraktur-Regular\":{33:[0,.69141,0,0,.29574],34:[0,.69141,0,0,.21471],38:[0,.69141,0,0,.73786],39:[0,.69141,0,0,.21201],40:[.24982,.74947,0,0,.38865],41:[.24982,.74947,0,0,.38865],42:[0,.62119,0,0,.27764],43:[.08319,.58283,0,0,.75623],44:[0,.10803,0,0,.27764],45:[.08319,.58283,0,0,.75623],46:[0,.10803,0,0,.27764],47:[.24982,.74947,0,0,.50181],48:[0,.47534,0,0,.50181],49:[0,.47534,0,0,.50181],50:[0,.47534,0,0,.50181],51:[.18906,.47534,0,0,.50181],52:[.18906,.47534,0,0,.50181],53:[.18906,.47534,0,0,.50181],54:[0,.69141,0,0,.50181],55:[.18906,.47534,0,0,.50181],56:[0,.69141,0,0,.50181],57:[.18906,.47534,0,0,.50181],58:[0,.47534,0,0,.21606],59:[.12604,.47534,0,0,.21606],61:[-.13099,.36866,0,0,.75623],63:[0,.69141,0,0,.36245],65:[0,.69141,0,0,.7176],66:[0,.69141,0,0,.88397],67:[0,.69141,0,0,.61254],68:[0,.69141,0,0,.83158],69:[0,.69141,0,0,.66278],70:[.12604,.69141,0,0,.61119],71:[0,.69141,0,0,.78539],72:[.06302,.69141,0,0,.7203],73:[0,.69141,0,0,.55448],74:[.12604,.69141,0,0,.55231],75:[0,.69141,0,0,.66845],76:[0,.69141,0,0,.66602],77:[0,.69141,0,0,1.04953],78:[0,.69141,0,0,.83212],79:[0,.69141,0,0,.82699],80:[.18906,.69141,0,0,.82753],81:[.03781,.69141,0,0,.82699],82:[0,.69141,0,0,.82807],83:[0,.69141,0,0,.82861],84:[0,.69141,0,0,.66899],85:[0,.69141,0,0,.64576],86:[0,.69141,0,0,.83131],87:[0,.69141,0,0,1.04602],88:[0,.69141,0,0,.71922],89:[.18906,.69141,0,0,.83293],90:[.12604,.69141,0,0,.60201],91:[.24982,.74947,0,0,.27764],93:[.24982,.74947,0,0,.27764],94:[0,.69141,0,0,.49965],97:[0,.47534,0,0,.50046],98:[0,.69141,0,0,.51315],99:[0,.47534,0,0,.38946],100:[0,.62119,0,0,.49857],101:[0,.47534,0,0,.40053],102:[.18906,.69141,0,0,.32626],103:[.18906,.47534,0,0,.5037],104:[.18906,.69141,0,0,.52126],105:[0,.69141,0,0,.27899],106:[0,.69141,0,0,.28088],107:[0,.69141,0,0,.38946],108:[0,.69141,0,0,.27953],109:[0,.47534,0,0,.76676],110:[0,.47534,0,0,.52666],111:[0,.47534,0,0,.48885],112:[.18906,.52396,0,0,.50046],113:[.18906,.47534,0,0,.48912],114:[0,.47534,0,0,.38919],115:[0,.47534,0,0,.44266],116:[0,.62119,0,0,.33301],117:[0,.47534,0,0,.5172],118:[0,.52396,0,0,.5118],119:[0,.52396,0,0,.77351],120:[.18906,.47534,0,0,.38865],121:[.18906,.47534,0,0,.49884],122:[.18906,.47534,0,0,.39054],8216:[0,.69141,0,0,.21471],8217:[0,.69141,0,0,.21471],58112:[0,.62119,0,0,.49749],58113:[0,.62119,0,0,.4983],58114:[.18906,.69141,0,0,.33328],58115:[.18906,.69141,0,0,.32923],58116:[.18906,.47534,0,0,.50343],58117:[0,.69141,0,0,.33301],58118:[0,.62119,0,0,.33409],58119:[0,.47534,0,0,.50073]},\"Main-Bold\":{33:[0,.69444,0,0,.35],34:[0,.69444,0,0,.60278],35:[.19444,.69444,0,0,.95833],36:[.05556,.75,0,0,.575],37:[.05556,.75,0,0,.95833],38:[0,.69444,0,0,.89444],39:[0,.69444,0,0,.31944],40:[.25,.75,0,0,.44722],41:[.25,.75,0,0,.44722],42:[0,.75,0,0,.575],43:[.13333,.63333,0,0,.89444],44:[.19444,.15556,0,0,.31944],45:[0,.44444,0,0,.38333],46:[0,.15556,0,0,.31944],47:[.25,.75,0,0,.575],48:[0,.64444,0,0,.575],49:[0,.64444,0,0,.575],50:[0,.64444,0,0,.575],51:[0,.64444,0,0,.575],52:[0,.64444,0,0,.575],53:[0,.64444,0,0,.575],54:[0,.64444,0,0,.575],55:[0,.64444,0,0,.575],56:[0,.64444,0,0,.575],57:[0,.64444,0,0,.575],58:[0,.44444,0,0,.31944],59:[.19444,.44444,0,0,.31944],60:[.08556,.58556,0,0,.89444],61:[-.10889,.39111,0,0,.89444],62:[.08556,.58556,0,0,.89444],63:[0,.69444,0,0,.54305],64:[0,.69444,0,0,.89444],65:[0,.68611,0,0,.86944],66:[0,.68611,0,0,.81805],67:[0,.68611,0,0,.83055],68:[0,.68611,0,0,.88194],69:[0,.68611,0,0,.75555],70:[0,.68611,0,0,.72361],71:[0,.68611,0,0,.90416],72:[0,.68611,0,0,.9],73:[0,.68611,0,0,.43611],74:[0,.68611,0,0,.59444],75:[0,.68611,0,0,.90138],76:[0,.68611,0,0,.69166],77:[0,.68611,0,0,1.09166],78:[0,.68611,0,0,.9],79:[0,.68611,0,0,.86388],80:[0,.68611,0,0,.78611],81:[.19444,.68611,0,0,.86388],82:[0,.68611,0,0,.8625],83:[0,.68611,0,0,.63889],84:[0,.68611,0,0,.8],85:[0,.68611,0,0,.88472],86:[0,.68611,.01597,0,.86944],87:[0,.68611,.01597,0,1.18888],88:[0,.68611,0,0,.86944],89:[0,.68611,.02875,0,.86944],90:[0,.68611,0,0,.70277],91:[.25,.75,0,0,.31944],92:[.25,.75,0,0,.575],93:[.25,.75,0,0,.31944],94:[0,.69444,0,0,.575],95:[.31,.13444,.03194,0,.575],97:[0,.44444,0,0,.55902],98:[0,.69444,0,0,.63889],99:[0,.44444,0,0,.51111],100:[0,.69444,0,0,.63889],101:[0,.44444,0,0,.52708],102:[0,.69444,.10903,0,.35139],103:[.19444,.44444,.01597,0,.575],104:[0,.69444,0,0,.63889],105:[0,.69444,0,0,.31944],106:[.19444,.69444,0,0,.35139],107:[0,.69444,0,0,.60694],108:[0,.69444,0,0,.31944],109:[0,.44444,0,0,.95833],110:[0,.44444,0,0,.63889],111:[0,.44444,0,0,.575],112:[.19444,.44444,0,0,.63889],113:[.19444,.44444,0,0,.60694],114:[0,.44444,0,0,.47361],115:[0,.44444,0,0,.45361],116:[0,.63492,0,0,.44722],117:[0,.44444,0,0,.63889],118:[0,.44444,.01597,0,.60694],119:[0,.44444,.01597,0,.83055],120:[0,.44444,0,0,.60694],121:[.19444,.44444,.01597,0,.60694],122:[0,.44444,0,0,.51111],123:[.25,.75,0,0,.575],124:[.25,.75,0,0,.31944],125:[.25,.75,0,0,.575],126:[.35,.34444,0,0,.575],168:[0,.69444,0,0,.575],172:[0,.44444,0,0,.76666],176:[0,.69444,0,0,.86944],177:[.13333,.63333,0,0,.89444],184:[.17014,0,0,0,.51111],198:[0,.68611,0,0,1.04166],215:[.13333,.63333,0,0,.89444],216:[.04861,.73472,0,0,.89444],223:[0,.69444,0,0,.59722],230:[0,.44444,0,0,.83055],247:[.13333,.63333,0,0,.89444],248:[.09722,.54167,0,0,.575],305:[0,.44444,0,0,.31944],338:[0,.68611,0,0,1.16944],339:[0,.44444,0,0,.89444],567:[.19444,.44444,0,0,.35139],710:[0,.69444,0,0,.575],711:[0,.63194,0,0,.575],713:[0,.59611,0,0,.575],714:[0,.69444,0,0,.575],715:[0,.69444,0,0,.575],728:[0,.69444,0,0,.575],729:[0,.69444,0,0,.31944],730:[0,.69444,0,0,.86944],732:[0,.69444,0,0,.575],733:[0,.69444,0,0,.575],915:[0,.68611,0,0,.69166],916:[0,.68611,0,0,.95833],920:[0,.68611,0,0,.89444],923:[0,.68611,0,0,.80555],926:[0,.68611,0,0,.76666],928:[0,.68611,0,0,.9],931:[0,.68611,0,0,.83055],933:[0,.68611,0,0,.89444],934:[0,.68611,0,0,.83055],936:[0,.68611,0,0,.89444],937:[0,.68611,0,0,.83055],8211:[0,.44444,.03194,0,.575],8212:[0,.44444,.03194,0,1.14999],8216:[0,.69444,0,0,.31944],8217:[0,.69444,0,0,.31944],8220:[0,.69444,0,0,.60278],8221:[0,.69444,0,0,.60278],8224:[.19444,.69444,0,0,.51111],8225:[.19444,.69444,0,0,.51111],8242:[0,.55556,0,0,.34444],8407:[0,.72444,.15486,0,.575],8463:[0,.69444,0,0,.66759],8465:[0,.69444,0,0,.83055],8467:[0,.69444,0,0,.47361],8472:[.19444,.44444,0,0,.74027],8476:[0,.69444,0,0,.83055],8501:[0,.69444,0,0,.70277],8592:[-.10889,.39111,0,0,1.14999],8593:[.19444,.69444,0,0,.575],8594:[-.10889,.39111,0,0,1.14999],8595:[.19444,.69444,0,0,.575],8596:[-.10889,.39111,0,0,1.14999],8597:[.25,.75,0,0,.575],8598:[.19444,.69444,0,0,1.14999],8599:[.19444,.69444,0,0,1.14999],8600:[.19444,.69444,0,0,1.14999],8601:[.19444,.69444,0,0,1.14999],8636:[-.10889,.39111,0,0,1.14999],8637:[-.10889,.39111,0,0,1.14999],8640:[-.10889,.39111,0,0,1.14999],8641:[-.10889,.39111,0,0,1.14999],8656:[-.10889,.39111,0,0,1.14999],8657:[.19444,.69444,0,0,.70277],8658:[-.10889,.39111,0,0,1.14999],8659:[.19444,.69444,0,0,.70277],8660:[-.10889,.39111,0,0,1.14999],8661:[.25,.75,0,0,.70277],8704:[0,.69444,0,0,.63889],8706:[0,.69444,.06389,0,.62847],8707:[0,.69444,0,0,.63889],8709:[.05556,.75,0,0,.575],8711:[0,.68611,0,0,.95833],8712:[.08556,.58556,0,0,.76666],8715:[.08556,.58556,0,0,.76666],8722:[.13333,.63333,0,0,.89444],8723:[.13333,.63333,0,0,.89444],8725:[.25,.75,0,0,.575],8726:[.25,.75,0,0,.575],8727:[-.02778,.47222,0,0,.575],8728:[-.02639,.47361,0,0,.575],8729:[-.02639,.47361,0,0,.575],8730:[.18,.82,0,0,.95833],8733:[0,.44444,0,0,.89444],8734:[0,.44444,0,0,1.14999],8736:[0,.69224,0,0,.72222],8739:[.25,.75,0,0,.31944],8741:[.25,.75,0,0,.575],8743:[0,.55556,0,0,.76666],8744:[0,.55556,0,0,.76666],8745:[0,.55556,0,0,.76666],8746:[0,.55556,0,0,.76666],8747:[.19444,.69444,.12778,0,.56875],8764:[-.10889,.39111,0,0,.89444],8768:[.19444,.69444,0,0,.31944],8771:[.00222,.50222,0,0,.89444],8776:[.02444,.52444,0,0,.89444],8781:[.00222,.50222,0,0,.89444],8801:[.00222,.50222,0,0,.89444],8804:[.19667,.69667,0,0,.89444],8805:[.19667,.69667,0,0,.89444],8810:[.08556,.58556,0,0,1.14999],8811:[.08556,.58556,0,0,1.14999],8826:[.08556,.58556,0,0,.89444],8827:[.08556,.58556,0,0,.89444],8834:[.08556,.58556,0,0,.89444],8835:[.08556,.58556,0,0,.89444],8838:[.19667,.69667,0,0,.89444],8839:[.19667,.69667,0,0,.89444],8846:[0,.55556,0,0,.76666],8849:[.19667,.69667,0,0,.89444],8850:[.19667,.69667,0,0,.89444],8851:[0,.55556,0,0,.76666],8852:[0,.55556,0,0,.76666],8853:[.13333,.63333,0,0,.89444],8854:[.13333,.63333,0,0,.89444],8855:[.13333,.63333,0,0,.89444],8856:[.13333,.63333,0,0,.89444],8857:[.13333,.63333,0,0,.89444],8866:[0,.69444,0,0,.70277],8867:[0,.69444,0,0,.70277],8868:[0,.69444,0,0,.89444],8869:[0,.69444,0,0,.89444],8900:[-.02639,.47361,0,0,.575],8901:[-.02639,.47361,0,0,.31944],8902:[-.02778,.47222,0,0,.575],8968:[.25,.75,0,0,.51111],8969:[.25,.75,0,0,.51111],8970:[.25,.75,0,0,.51111],8971:[.25,.75,0,0,.51111],8994:[-.13889,.36111,0,0,1.14999],8995:[-.13889,.36111,0,0,1.14999],9651:[.19444,.69444,0,0,1.02222],9657:[-.02778,.47222,0,0,.575],9661:[.19444,.69444,0,0,1.02222],9667:[-.02778,.47222,0,0,.575],9711:[.19444,.69444,0,0,1.14999],9824:[.12963,.69444,0,0,.89444],9825:[.12963,.69444,0,0,.89444],9826:[.12963,.69444,0,0,.89444],9827:[.12963,.69444,0,0,.89444],9837:[0,.75,0,0,.44722],9838:[.19444,.69444,0,0,.44722],9839:[.19444,.69444,0,0,.44722],10216:[.25,.75,0,0,.44722],10217:[.25,.75,0,0,.44722],10815:[0,.68611,0,0,.9],10927:[.19667,.69667,0,0,.89444],10928:[.19667,.69667,0,0,.89444],57376:[.19444,.69444,0,0,0]},\"Main-BoldItalic\":{33:[0,.69444,.11417,0,.38611],34:[0,.69444,.07939,0,.62055],35:[.19444,.69444,.06833,0,.94444],37:[.05556,.75,.12861,0,.94444],38:[0,.69444,.08528,0,.88555],39:[0,.69444,.12945,0,.35555],40:[.25,.75,.15806,0,.47333],41:[.25,.75,.03306,0,.47333],42:[0,.75,.14333,0,.59111],43:[.10333,.60333,.03306,0,.88555],44:[.19444,.14722,0,0,.35555],45:[0,.44444,.02611,0,.41444],46:[0,.14722,0,0,.35555],47:[.25,.75,.15806,0,.59111],48:[0,.64444,.13167,0,.59111],49:[0,.64444,.13167,0,.59111],50:[0,.64444,.13167,0,.59111],51:[0,.64444,.13167,0,.59111],52:[.19444,.64444,.13167,0,.59111],53:[0,.64444,.13167,0,.59111],54:[0,.64444,.13167,0,.59111],55:[.19444,.64444,.13167,0,.59111],56:[0,.64444,.13167,0,.59111],57:[0,.64444,.13167,0,.59111],58:[0,.44444,.06695,0,.35555],59:[.19444,.44444,.06695,0,.35555],61:[-.10889,.39111,.06833,0,.88555],63:[0,.69444,.11472,0,.59111],64:[0,.69444,.09208,0,.88555],65:[0,.68611,0,0,.86555],66:[0,.68611,.0992,0,.81666],67:[0,.68611,.14208,0,.82666],68:[0,.68611,.09062,0,.87555],69:[0,.68611,.11431,0,.75666],70:[0,.68611,.12903,0,.72722],71:[0,.68611,.07347,0,.89527],72:[0,.68611,.17208,0,.8961],73:[0,.68611,.15681,0,.47166],74:[0,.68611,.145,0,.61055],75:[0,.68611,.14208,0,.89499],76:[0,.68611,0,0,.69777],77:[0,.68611,.17208,0,1.07277],78:[0,.68611,.17208,0,.8961],79:[0,.68611,.09062,0,.85499],80:[0,.68611,.0992,0,.78721],81:[.19444,.68611,.09062,0,.85499],82:[0,.68611,.02559,0,.85944],83:[0,.68611,.11264,0,.64999],84:[0,.68611,.12903,0,.7961],85:[0,.68611,.17208,0,.88083],86:[0,.68611,.18625,0,.86555],87:[0,.68611,.18625,0,1.15999],88:[0,.68611,.15681,0,.86555],89:[0,.68611,.19803,0,.86555],90:[0,.68611,.14208,0,.70888],91:[.25,.75,.1875,0,.35611],93:[.25,.75,.09972,0,.35611],94:[0,.69444,.06709,0,.59111],95:[.31,.13444,.09811,0,.59111],97:[0,.44444,.09426,0,.59111],98:[0,.69444,.07861,0,.53222],99:[0,.44444,.05222,0,.53222],100:[0,.69444,.10861,0,.59111],101:[0,.44444,.085,0,.53222],102:[.19444,.69444,.21778,0,.4],103:[.19444,.44444,.105,0,.53222],104:[0,.69444,.09426,0,.59111],105:[0,.69326,.11387,0,.35555],106:[.19444,.69326,.1672,0,.35555],107:[0,.69444,.11111,0,.53222],108:[0,.69444,.10861,0,.29666],109:[0,.44444,.09426,0,.94444],110:[0,.44444,.09426,0,.64999],111:[0,.44444,.07861,0,.59111],112:[.19444,.44444,.07861,0,.59111],113:[.19444,.44444,.105,0,.53222],114:[0,.44444,.11111,0,.50167],115:[0,.44444,.08167,0,.48694],116:[0,.63492,.09639,0,.385],117:[0,.44444,.09426,0,.62055],118:[0,.44444,.11111,0,.53222],119:[0,.44444,.11111,0,.76777],120:[0,.44444,.12583,0,.56055],121:[.19444,.44444,.105,0,.56166],122:[0,.44444,.13889,0,.49055],126:[.35,.34444,.11472,0,.59111],163:[0,.69444,0,0,.86853],168:[0,.69444,.11473,0,.59111],176:[0,.69444,0,0,.94888],184:[.17014,0,0,0,.53222],198:[0,.68611,.11431,0,1.02277],216:[.04861,.73472,.09062,0,.88555],223:[.19444,.69444,.09736,0,.665],230:[0,.44444,.085,0,.82666],248:[.09722,.54167,.09458,0,.59111],305:[0,.44444,.09426,0,.35555],338:[0,.68611,.11431,0,1.14054],339:[0,.44444,.085,0,.82666],567:[.19444,.44444,.04611,0,.385],710:[0,.69444,.06709,0,.59111],711:[0,.63194,.08271,0,.59111],713:[0,.59444,.10444,0,.59111],714:[0,.69444,.08528,0,.59111],715:[0,.69444,0,0,.59111],728:[0,.69444,.10333,0,.59111],729:[0,.69444,.12945,0,.35555],730:[0,.69444,0,0,.94888],732:[0,.69444,.11472,0,.59111],733:[0,.69444,.11472,0,.59111],915:[0,.68611,.12903,0,.69777],916:[0,.68611,0,0,.94444],920:[0,.68611,.09062,0,.88555],923:[0,.68611,0,0,.80666],926:[0,.68611,.15092,0,.76777],928:[0,.68611,.17208,0,.8961],931:[0,.68611,.11431,0,.82666],933:[0,.68611,.10778,0,.88555],934:[0,.68611,.05632,0,.82666],936:[0,.68611,.10778,0,.88555],937:[0,.68611,.0992,0,.82666],8211:[0,.44444,.09811,0,.59111],8212:[0,.44444,.09811,0,1.18221],8216:[0,.69444,.12945,0,.35555],8217:[0,.69444,.12945,0,.35555],8220:[0,.69444,.16772,0,.62055],8221:[0,.69444,.07939,0,.62055]},\"Main-Italic\":{33:[0,.69444,.12417,0,.30667],34:[0,.69444,.06961,0,.51444],35:[.19444,.69444,.06616,0,.81777],37:[.05556,.75,.13639,0,.81777],38:[0,.69444,.09694,0,.76666],39:[0,.69444,.12417,0,.30667],40:[.25,.75,.16194,0,.40889],41:[.25,.75,.03694,0,.40889],42:[0,.75,.14917,0,.51111],43:[.05667,.56167,.03694,0,.76666],44:[.19444,.10556,0,0,.30667],45:[0,.43056,.02826,0,.35778],46:[0,.10556,0,0,.30667],47:[.25,.75,.16194,0,.51111],48:[0,.64444,.13556,0,.51111],49:[0,.64444,.13556,0,.51111],50:[0,.64444,.13556,0,.51111],51:[0,.64444,.13556,0,.51111],52:[.19444,.64444,.13556,0,.51111],53:[0,.64444,.13556,0,.51111],54:[0,.64444,.13556,0,.51111],55:[.19444,.64444,.13556,0,.51111],56:[0,.64444,.13556,0,.51111],57:[0,.64444,.13556,0,.51111],58:[0,.43056,.0582,0,.30667],59:[.19444,.43056,.0582,0,.30667],61:[-.13313,.36687,.06616,0,.76666],63:[0,.69444,.1225,0,.51111],64:[0,.69444,.09597,0,.76666],65:[0,.68333,0,0,.74333],66:[0,.68333,.10257,0,.70389],67:[0,.68333,.14528,0,.71555],68:[0,.68333,.09403,0,.755],69:[0,.68333,.12028,0,.67833],70:[0,.68333,.13305,0,.65277],71:[0,.68333,.08722,0,.77361],72:[0,.68333,.16389,0,.74333],73:[0,.68333,.15806,0,.38555],74:[0,.68333,.14028,0,.525],75:[0,.68333,.14528,0,.76888],76:[0,.68333,0,0,.62722],77:[0,.68333,.16389,0,.89666],78:[0,.68333,.16389,0,.74333],79:[0,.68333,.09403,0,.76666],80:[0,.68333,.10257,0,.67833],81:[.19444,.68333,.09403,0,.76666],82:[0,.68333,.03868,0,.72944],83:[0,.68333,.11972,0,.56222],84:[0,.68333,.13305,0,.71555],85:[0,.68333,.16389,0,.74333],86:[0,.68333,.18361,0,.74333],87:[0,.68333,.18361,0,.99888],88:[0,.68333,.15806,0,.74333],89:[0,.68333,.19383,0,.74333],90:[0,.68333,.14528,0,.61333],91:[.25,.75,.1875,0,.30667],93:[.25,.75,.10528,0,.30667],94:[0,.69444,.06646,0,.51111],95:[.31,.12056,.09208,0,.51111],97:[0,.43056,.07671,0,.51111],98:[0,.69444,.06312,0,.46],99:[0,.43056,.05653,0,.46],100:[0,.69444,.10333,0,.51111],101:[0,.43056,.07514,0,.46],102:[.19444,.69444,.21194,0,.30667],103:[.19444,.43056,.08847,0,.46],104:[0,.69444,.07671,0,.51111],105:[0,.65536,.1019,0,.30667],106:[.19444,.65536,.14467,0,.30667],107:[0,.69444,.10764,0,.46],108:[0,.69444,.10333,0,.25555],109:[0,.43056,.07671,0,.81777],110:[0,.43056,.07671,0,.56222],111:[0,.43056,.06312,0,.51111],112:[.19444,.43056,.06312,0,.51111],113:[.19444,.43056,.08847,0,.46],114:[0,.43056,.10764,0,.42166],115:[0,.43056,.08208,0,.40889],116:[0,.61508,.09486,0,.33222],117:[0,.43056,.07671,0,.53666],118:[0,.43056,.10764,0,.46],119:[0,.43056,.10764,0,.66444],120:[0,.43056,.12042,0,.46389],121:[.19444,.43056,.08847,0,.48555],122:[0,.43056,.12292,0,.40889],126:[.35,.31786,.11585,0,.51111],163:[0,.69444,0,0,.76909],168:[0,.66786,.10474,0,.51111],176:[0,.69444,0,0,.83129],184:[.17014,0,0,0,.46],198:[0,.68333,.12028,0,.88277],216:[.04861,.73194,.09403,0,.76666],223:[.19444,.69444,.10514,0,.53666],230:[0,.43056,.07514,0,.71555],248:[.09722,.52778,.09194,0,.51111],305:[0,.43056,0,.02778,.32246],338:[0,.68333,.12028,0,.98499],339:[0,.43056,.07514,0,.71555],567:[.19444,.43056,0,.08334,.38403],710:[0,.69444,.06646,0,.51111],711:[0,.62847,.08295,0,.51111],713:[0,.56167,.10333,0,.51111],714:[0,.69444,.09694,0,.51111],715:[0,.69444,0,0,.51111],728:[0,.69444,.10806,0,.51111],729:[0,.66786,.11752,0,.30667],730:[0,.69444,0,0,.83129],732:[0,.66786,.11585,0,.51111],733:[0,.69444,.1225,0,.51111],915:[0,.68333,.13305,0,.62722],916:[0,.68333,0,0,.81777],920:[0,.68333,.09403,0,.76666],923:[0,.68333,0,0,.69222],926:[0,.68333,.15294,0,.66444],928:[0,.68333,.16389,0,.74333],931:[0,.68333,.12028,0,.71555],933:[0,.68333,.11111,0,.76666],934:[0,.68333,.05986,0,.71555],936:[0,.68333,.11111,0,.76666],937:[0,.68333,.10257,0,.71555],8211:[0,.43056,.09208,0,.51111],8212:[0,.43056,.09208,0,1.02222],8216:[0,.69444,.12417,0,.30667],8217:[0,.69444,.12417,0,.30667],8220:[0,.69444,.1685,0,.51444],8221:[0,.69444,.06961,0,.51444],8463:[0,.68889,0,0,.54028]},\"Main-Regular\":{32:[0,0,0,0,.25],33:[0,.69444,0,0,.27778],34:[0,.69444,0,0,.5],35:[.19444,.69444,0,0,.83334],36:[.05556,.75,0,0,.5],37:[.05556,.75,0,0,.83334],38:[0,.69444,0,0,.77778],39:[0,.69444,0,0,.27778],40:[.25,.75,0,0,.38889],41:[.25,.75,0,0,.38889],42:[0,.75,0,0,.5],43:[.08333,.58333,0,0,.77778],44:[.19444,.10556,0,0,.27778],45:[0,.43056,0,0,.33333],46:[0,.10556,0,0,.27778],47:[.25,.75,0,0,.5],48:[0,.64444,0,0,.5],49:[0,.64444,0,0,.5],50:[0,.64444,0,0,.5],51:[0,.64444,0,0,.5],52:[0,.64444,0,0,.5],53:[0,.64444,0,0,.5],54:[0,.64444,0,0,.5],55:[0,.64444,0,0,.5],56:[0,.64444,0,0,.5],57:[0,.64444,0,0,.5],58:[0,.43056,0,0,.27778],59:[.19444,.43056,0,0,.27778],60:[.0391,.5391,0,0,.77778],61:[-.13313,.36687,0,0,.77778],62:[.0391,.5391,0,0,.77778],63:[0,.69444,0,0,.47222],64:[0,.69444,0,0,.77778],65:[0,.68333,0,0,.75],66:[0,.68333,0,0,.70834],67:[0,.68333,0,0,.72222],68:[0,.68333,0,0,.76389],69:[0,.68333,0,0,.68056],70:[0,.68333,0,0,.65278],71:[0,.68333,0,0,.78472],72:[0,.68333,0,0,.75],73:[0,.68333,0,0,.36111],74:[0,.68333,0,0,.51389],75:[0,.68333,0,0,.77778],76:[0,.68333,0,0,.625],77:[0,.68333,0,0,.91667],78:[0,.68333,0,0,.75],79:[0,.68333,0,0,.77778],80:[0,.68333,0,0,.68056],81:[.19444,.68333,0,0,.77778],82:[0,.68333,0,0,.73611],83:[0,.68333,0,0,.55556],84:[0,.68333,0,0,.72222],85:[0,.68333,0,0,.75],86:[0,.68333,.01389,0,.75],87:[0,.68333,.01389,0,1.02778],88:[0,.68333,0,0,.75],89:[0,.68333,.025,0,.75],90:[0,.68333,0,0,.61111],91:[.25,.75,0,0,.27778],92:[.25,.75,0,0,.5],93:[.25,.75,0,0,.27778],94:[0,.69444,0,0,.5],95:[.31,.12056,.02778,0,.5],97:[0,.43056,0,0,.5],98:[0,.69444,0,0,.55556],99:[0,.43056,0,0,.44445],100:[0,.69444,0,0,.55556],101:[0,.43056,0,0,.44445],102:[0,.69444,.07778,0,.30556],103:[.19444,.43056,.01389,0,.5],104:[0,.69444,0,0,.55556],105:[0,.66786,0,0,.27778],106:[.19444,.66786,0,0,.30556],107:[0,.69444,0,0,.52778],108:[0,.69444,0,0,.27778],109:[0,.43056,0,0,.83334],110:[0,.43056,0,0,.55556],111:[0,.43056,0,0,.5],112:[.19444,.43056,0,0,.55556],113:[.19444,.43056,0,0,.52778],114:[0,.43056,0,0,.39167],115:[0,.43056,0,0,.39445],116:[0,.61508,0,0,.38889],117:[0,.43056,0,0,.55556],118:[0,.43056,.01389,0,.52778],119:[0,.43056,.01389,0,.72222],120:[0,.43056,0,0,.52778],121:[.19444,.43056,.01389,0,.52778],122:[0,.43056,0,0,.44445],123:[.25,.75,0,0,.5],124:[.25,.75,0,0,.27778],125:[.25,.75,0,0,.5],126:[.35,.31786,0,0,.5],160:[0,0,0,0,.25],167:[.19444,.69444,0,0,.44445],168:[0,.66786,0,0,.5],172:[0,.43056,0,0,.66667],176:[0,.69444,0,0,.75],177:[.08333,.58333,0,0,.77778],182:[.19444,.69444,0,0,.61111],184:[.17014,0,0,0,.44445],198:[0,.68333,0,0,.90278],215:[.08333,.58333,0,0,.77778],216:[.04861,.73194,0,0,.77778],223:[0,.69444,0,0,.5],230:[0,.43056,0,0,.72222],247:[.08333,.58333,0,0,.77778],248:[.09722,.52778,0,0,.5],305:[0,.43056,0,0,.27778],338:[0,.68333,0,0,1.01389],339:[0,.43056,0,0,.77778],567:[.19444,.43056,0,0,.30556],710:[0,.69444,0,0,.5],711:[0,.62847,0,0,.5],713:[0,.56778,0,0,.5],714:[0,.69444,0,0,.5],715:[0,.69444,0,0,.5],728:[0,.69444,0,0,.5],729:[0,.66786,0,0,.27778],730:[0,.69444,0,0,.75],732:[0,.66786,0,0,.5],733:[0,.69444,0,0,.5],915:[0,.68333,0,0,.625],916:[0,.68333,0,0,.83334],920:[0,.68333,0,0,.77778],923:[0,.68333,0,0,.69445],926:[0,.68333,0,0,.66667],928:[0,.68333,0,0,.75],931:[0,.68333,0,0,.72222],933:[0,.68333,0,0,.77778],934:[0,.68333,0,0,.72222],936:[0,.68333,0,0,.77778],937:[0,.68333,0,0,.72222],8211:[0,.43056,.02778,0,.5],8212:[0,.43056,.02778,0,1],8216:[0,.69444,0,0,.27778],8217:[0,.69444,0,0,.27778],8220:[0,.69444,0,0,.5],8221:[0,.69444,0,0,.5],8224:[.19444,.69444,0,0,.44445],8225:[.19444,.69444,0,0,.44445],8230:[0,.12,0,0,1.172],8242:[0,.55556,0,0,.275],8407:[0,.71444,.15382,0,.5],8463:[0,.68889,0,0,.54028],8465:[0,.69444,0,0,.72222],8467:[0,.69444,0,.11111,.41667],8472:[.19444,.43056,0,.11111,.63646],8476:[0,.69444,0,0,.72222],8501:[0,.69444,0,0,.61111],8592:[-.13313,.36687,0,0,1],8593:[.19444,.69444,0,0,.5],8594:[-.13313,.36687,0,0,1],8595:[.19444,.69444,0,0,.5],8596:[-.13313,.36687,0,0,1],8597:[.25,.75,0,0,.5],8598:[.19444,.69444,0,0,1],8599:[.19444,.69444,0,0,1],8600:[.19444,.69444,0,0,1],8601:[.19444,.69444,0,0,1],8614:[.011,.511,0,0,1],8617:[.011,.511,0,0,1.126],8618:[.011,.511,0,0,1.126],8636:[-.13313,.36687,0,0,1],8637:[-.13313,.36687,0,0,1],8640:[-.13313,.36687,0,0,1],8641:[-.13313,.36687,0,0,1],8652:[.011,.671,0,0,1],8656:[-.13313,.36687,0,0,1],8657:[.19444,.69444,0,0,.61111],8658:[-.13313,.36687,0,0,1],8659:[.19444,.69444,0,0,.61111],8660:[-.13313,.36687,0,0,1],8661:[.25,.75,0,0,.61111],8704:[0,.69444,0,0,.55556],8706:[0,.69444,.05556,.08334,.5309],8707:[0,.69444,0,0,.55556],8709:[.05556,.75,0,0,.5],8711:[0,.68333,0,0,.83334],8712:[.0391,.5391,0,0,.66667],8715:[.0391,.5391,0,0,.66667],8722:[.08333,.58333,0,0,.77778],8723:[.08333,.58333,0,0,.77778],8725:[.25,.75,0,0,.5],8726:[.25,.75,0,0,.5],8727:[-.03472,.46528,0,0,.5],8728:[-.05555,.44445,0,0,.5],8729:[-.05555,.44445,0,0,.5],8730:[.2,.8,0,0,.83334],8733:[0,.43056,0,0,.77778],8734:[0,.43056,0,0,1],8736:[0,.69224,0,0,.72222],8739:[.25,.75,0,0,.27778],8741:[.25,.75,0,0,.5],8743:[0,.55556,0,0,.66667],8744:[0,.55556,0,0,.66667],8745:[0,.55556,0,0,.66667],8746:[0,.55556,0,0,.66667],8747:[.19444,.69444,.11111,0,.41667],8764:[-.13313,.36687,0,0,.77778],8768:[.19444,.69444,0,0,.27778],8771:[-.03625,.46375,0,0,.77778],8773:[-.022,.589,0,0,1],8776:[-.01688,.48312,0,0,.77778],8781:[-.03625,.46375,0,0,.77778],8784:[-.133,.67,0,0,.778],8801:[-.03625,.46375,0,0,.77778],8804:[.13597,.63597,0,0,.77778],8805:[.13597,.63597,0,0,.77778],8810:[.0391,.5391,0,0,1],8811:[.0391,.5391,0,0,1],8826:[.0391,.5391,0,0,.77778],8827:[.0391,.5391,0,0,.77778],8834:[.0391,.5391,0,0,.77778],8835:[.0391,.5391,0,0,.77778],8838:[.13597,.63597,0,0,.77778],8839:[.13597,.63597,0,0,.77778],8846:[0,.55556,0,0,.66667],8849:[.13597,.63597,0,0,.77778],8850:[.13597,.63597,0,0,.77778],8851:[0,.55556,0,0,.66667],8852:[0,.55556,0,0,.66667],8853:[.08333,.58333,0,0,.77778],8854:[.08333,.58333,0,0,.77778],8855:[.08333,.58333,0,0,.77778],8856:[.08333,.58333,0,0,.77778],8857:[.08333,.58333,0,0,.77778],8866:[0,.69444,0,0,.61111],8867:[0,.69444,0,0,.61111],8868:[0,.69444,0,0,.77778],8869:[0,.69444,0,0,.77778],8872:[.249,.75,0,0,.867],8900:[-.05555,.44445,0,0,.5],8901:[-.05555,.44445,0,0,.27778],8902:[-.03472,.46528,0,0,.5],8904:[.005,.505,0,0,.9],8942:[.03,.9,0,0,.278],8943:[-.19,.31,0,0,1.172],8945:[-.1,.82,0,0,1.282],8968:[.25,.75,0,0,.44445],8969:[.25,.75,0,0,.44445],8970:[.25,.75,0,0,.44445],8971:[.25,.75,0,0,.44445],8994:[-.14236,.35764,0,0,1],8995:[-.14236,.35764,0,0,1],9136:[.244,.744,0,0,.412],9137:[.244,.744,0,0,.412],9651:[.19444,.69444,0,0,.88889],9657:[-.03472,.46528,0,0,.5],9661:[.19444,.69444,0,0,.88889],9667:[-.03472,.46528,0,0,.5],9711:[.19444,.69444,0,0,1],9824:[.12963,.69444,0,0,.77778],9825:[.12963,.69444,0,0,.77778],9826:[.12963,.69444,0,0,.77778],9827:[.12963,.69444,0,0,.77778],9837:[0,.75,0,0,.38889],9838:[.19444,.69444,0,0,.38889],9839:[.19444,.69444,0,0,.38889],10216:[.25,.75,0,0,.38889],10217:[.25,.75,0,0,.38889],10222:[.244,.744,0,0,.412],10223:[.244,.744,0,0,.412],10229:[.011,.511,0,0,1.609],10230:[.011,.511,0,0,1.638],10231:[.011,.511,0,0,1.859],10232:[.024,.525,0,0,1.609],10233:[.024,.525,0,0,1.638],10234:[.024,.525,0,0,1.858],10236:[.011,.511,0,0,1.638],10815:[0,.68333,0,0,.75],10927:[.13597,.63597,0,0,.77778],10928:[.13597,.63597,0,0,.77778],57376:[.19444,.69444,0,0,0]},\"Math-BoldItalic\":{65:[0,.68611,0,0,.86944],66:[0,.68611,.04835,0,.8664],67:[0,.68611,.06979,0,.81694],68:[0,.68611,.03194,0,.93812],69:[0,.68611,.05451,0,.81007],70:[0,.68611,.15972,0,.68889],71:[0,.68611,0,0,.88673],72:[0,.68611,.08229,0,.98229],73:[0,.68611,.07778,0,.51111],74:[0,.68611,.10069,0,.63125],75:[0,.68611,.06979,0,.97118],76:[0,.68611,0,0,.75555],77:[0,.68611,.11424,0,1.14201],78:[0,.68611,.11424,0,.95034],79:[0,.68611,.03194,0,.83666],80:[0,.68611,.15972,0,.72309],81:[.19444,.68611,0,0,.86861],82:[0,.68611,.00421,0,.87235],83:[0,.68611,.05382,0,.69271],84:[0,.68611,.15972,0,.63663],85:[0,.68611,.11424,0,.80027],86:[0,.68611,.25555,0,.67778],87:[0,.68611,.15972,0,1.09305],88:[0,.68611,.07778,0,.94722],89:[0,.68611,.25555,0,.67458],90:[0,.68611,.06979,0,.77257],97:[0,.44444,0,0,.63287],98:[0,.69444,0,0,.52083],99:[0,.44444,0,0,.51342],100:[0,.69444,0,0,.60972],101:[0,.44444,0,0,.55361],102:[.19444,.69444,.11042,0,.56806],103:[.19444,.44444,.03704,0,.5449],104:[0,.69444,0,0,.66759],105:[0,.69326,0,0,.4048],106:[.19444,.69326,.0622,0,.47083],107:[0,.69444,.01852,0,.6037],108:[0,.69444,.0088,0,.34815],109:[0,.44444,0,0,1.0324],110:[0,.44444,0,0,.71296],111:[0,.44444,0,0,.58472],112:[.19444,.44444,0,0,.60092],113:[.19444,.44444,.03704,0,.54213],114:[0,.44444,.03194,0,.5287],115:[0,.44444,0,0,.53125],116:[0,.63492,0,0,.41528],117:[0,.44444,0,0,.68102],118:[0,.44444,.03704,0,.56666],119:[0,.44444,.02778,0,.83148],120:[0,.44444,0,0,.65903],121:[.19444,.44444,.03704,0,.59028],122:[0,.44444,.04213,0,.55509],915:[0,.68611,.15972,0,.65694],916:[0,.68611,0,0,.95833],920:[0,.68611,.03194,0,.86722],923:[0,.68611,0,0,.80555],926:[0,.68611,.07458,0,.84125],928:[0,.68611,.08229,0,.98229],931:[0,.68611,.05451,0,.88507],933:[0,.68611,.15972,0,.67083],934:[0,.68611,0,0,.76666],936:[0,.68611,.11653,0,.71402],937:[0,.68611,.04835,0,.8789],945:[0,.44444,0,0,.76064],946:[.19444,.69444,.03403,0,.65972],947:[.19444,.44444,.06389,0,.59003],948:[0,.69444,.03819,0,.52222],949:[0,.44444,0,0,.52882],950:[.19444,.69444,.06215,0,.50833],951:[.19444,.44444,.03704,0,.6],952:[0,.69444,.03194,0,.5618],953:[0,.44444,0,0,.41204],954:[0,.44444,0,0,.66759],955:[0,.69444,0,0,.67083],956:[.19444,.44444,0,0,.70787],957:[0,.44444,.06898,0,.57685],958:[.19444,.69444,.03021,0,.50833],959:[0,.44444,0,0,.58472],960:[0,.44444,.03704,0,.68241],961:[.19444,.44444,0,0,.6118],962:[.09722,.44444,.07917,0,.42361],963:[0,.44444,.03704,0,.68588],964:[0,.44444,.13472,0,.52083],965:[0,.44444,.03704,0,.63055],966:[.19444,.44444,0,0,.74722],967:[.19444,.44444,0,0,.71805],968:[.19444,.69444,.03704,0,.75833],969:[0,.44444,.03704,0,.71782],977:[0,.69444,0,0,.69155],981:[.19444,.69444,0,0,.7125],982:[0,.44444,.03194,0,.975],1009:[.19444,.44444,0,0,.6118],1013:[0,.44444,0,0,.48333]},\"Math-Italic\":{65:[0,.68333,0,.13889,.75],66:[0,.68333,.05017,.08334,.75851],67:[0,.68333,.07153,.08334,.71472],68:[0,.68333,.02778,.05556,.82792],69:[0,.68333,.05764,.08334,.7382],70:[0,.68333,.13889,.08334,.64306],71:[0,.68333,0,.08334,.78625],72:[0,.68333,.08125,.05556,.83125],73:[0,.68333,.07847,.11111,.43958],74:[0,.68333,.09618,.16667,.55451],75:[0,.68333,.07153,.05556,.84931],76:[0,.68333,0,.02778,.68056],77:[0,.68333,.10903,.08334,.97014],78:[0,.68333,.10903,.08334,.80347],79:[0,.68333,.02778,.08334,.76278],80:[0,.68333,.13889,.08334,.64201],81:[.19444,.68333,0,.08334,.79056],82:[0,.68333,.00773,.08334,.75929],83:[0,.68333,.05764,.08334,.6132],84:[0,.68333,.13889,.08334,.58438],85:[0,.68333,.10903,.02778,.68278],86:[0,.68333,.22222,0,.58333],87:[0,.68333,.13889,0,.94445],88:[0,.68333,.07847,.08334,.82847],89:[0,.68333,.22222,0,.58056],90:[0,.68333,.07153,.08334,.68264],97:[0,.43056,0,0,.52859],98:[0,.69444,0,0,.42917],99:[0,.43056,0,.05556,.43276],100:[0,.69444,0,.16667,.52049],101:[0,.43056,0,.05556,.46563],102:[.19444,.69444,.10764,.16667,.48959],103:[.19444,.43056,.03588,.02778,.47697],104:[0,.69444,0,0,.57616],105:[0,.65952,0,0,.34451],106:[.19444,.65952,.05724,0,.41181],107:[0,.69444,.03148,0,.5206],108:[0,.69444,.01968,.08334,.29838],109:[0,.43056,0,0,.87801],110:[0,.43056,0,0,.60023],111:[0,.43056,0,.05556,.48472],112:[.19444,.43056,0,.08334,.50313],113:[.19444,.43056,.03588,.08334,.44641],114:[0,.43056,.02778,.05556,.45116],115:[0,.43056,0,.05556,.46875],116:[0,.61508,0,.08334,.36111],117:[0,.43056,0,.02778,.57246],118:[0,.43056,.03588,.02778,.48472],119:[0,.43056,.02691,.08334,.71592],120:[0,.43056,0,.02778,.57153],121:[.19444,.43056,.03588,.05556,.49028],122:[0,.43056,.04398,.05556,.46505],915:[0,.68333,.13889,.08334,.61528],916:[0,.68333,0,.16667,.83334],920:[0,.68333,.02778,.08334,.76278],923:[0,.68333,0,.16667,.69445],926:[0,.68333,.07569,.08334,.74236],928:[0,.68333,.08125,.05556,.83125],931:[0,.68333,.05764,.08334,.77986],933:[0,.68333,.13889,.05556,.58333],934:[0,.68333,0,.08334,.66667],936:[0,.68333,.11,.05556,.61222],937:[0,.68333,.05017,.08334,.7724],945:[0,.43056,.0037,.02778,.6397],946:[.19444,.69444,.05278,.08334,.56563],947:[.19444,.43056,.05556,0,.51773],948:[0,.69444,.03785,.05556,.44444],949:[0,.43056,0,.08334,.46632],950:[.19444,.69444,.07378,.08334,.4375],951:[.19444,.43056,.03588,.05556,.49653],952:[0,.69444,.02778,.08334,.46944],953:[0,.43056,0,.05556,.35394],954:[0,.43056,0,0,.57616],955:[0,.69444,0,0,.58334],956:[.19444,.43056,0,.02778,.60255],957:[0,.43056,.06366,.02778,.49398],958:[.19444,.69444,.04601,.11111,.4375],959:[0,.43056,0,.05556,.48472],960:[0,.43056,.03588,0,.57003],961:[.19444,.43056,0,.08334,.51702],962:[.09722,.43056,.07986,.08334,.36285],963:[0,.43056,.03588,0,.57141],964:[0,.43056,.1132,.02778,.43715],965:[0,.43056,.03588,.02778,.54028],966:[.19444,.43056,0,.08334,.65417],967:[.19444,.43056,0,.05556,.62569],968:[.19444,.69444,.03588,.11111,.65139],969:[0,.43056,.03588,0,.62245],977:[0,.69444,0,.08334,.59144],981:[.19444,.69444,0,.08334,.59583],982:[0,.43056,.02778,0,.82813],1009:[.19444,.43056,0,.08334,.51702],1013:[0,.43056,0,.05556,.4059]},\"Math-Regular\":{65:[0,.68333,0,.13889,.75],66:[0,.68333,.05017,.08334,.75851],67:[0,.68333,.07153,.08334,.71472],68:[0,.68333,.02778,.05556,.82792],69:[0,.68333,.05764,.08334,.7382],70:[0,.68333,.13889,.08334,.64306],71:[0,.68333,0,.08334,.78625],72:[0,.68333,.08125,.05556,.83125],73:[0,.68333,.07847,.11111,.43958],74:[0,.68333,.09618,.16667,.55451],75:[0,.68333,.07153,.05556,.84931],76:[0,.68333,0,.02778,.68056],77:[0,.68333,.10903,.08334,.97014],78:[0,.68333,.10903,.08334,.80347],79:[0,.68333,.02778,.08334,.76278],80:[0,.68333,.13889,.08334,.64201],81:[.19444,.68333,0,.08334,.79056],82:[0,.68333,.00773,.08334,.75929],83:[0,.68333,.05764,.08334,.6132],84:[0,.68333,.13889,.08334,.58438],85:[0,.68333,.10903,.02778,.68278],86:[0,.68333,.22222,0,.58333],87:[0,.68333,.13889,0,.94445],88:[0,.68333,.07847,.08334,.82847],89:[0,.68333,.22222,0,.58056],90:[0,.68333,.07153,.08334,.68264],97:[0,.43056,0,0,.52859],98:[0,.69444,0,0,.42917],99:[0,.43056,0,.05556,.43276],100:[0,.69444,0,.16667,.52049],101:[0,.43056,0,.05556,.46563],102:[.19444,.69444,.10764,.16667,.48959],103:[.19444,.43056,.03588,.02778,.47697],104:[0,.69444,0,0,.57616],105:[0,.65952,0,0,.34451],106:[.19444,.65952,.05724,0,.41181],107:[0,.69444,.03148,0,.5206],108:[0,.69444,.01968,.08334,.29838],109:[0,.43056,0,0,.87801],110:[0,.43056,0,0,.60023],111:[0,.43056,0,.05556,.48472],112:[.19444,.43056,0,.08334,.50313],113:[.19444,.43056,.03588,.08334,.44641],114:[0,.43056,.02778,.05556,.45116],115:[0,.43056,0,.05556,.46875],116:[0,.61508,0,.08334,.36111],117:[0,.43056,0,.02778,.57246],118:[0,.43056,.03588,.02778,.48472],119:[0,.43056,.02691,.08334,.71592],120:[0,.43056,0,.02778,.57153],121:[.19444,.43056,.03588,.05556,.49028],122:[0,.43056,.04398,.05556,.46505],915:[0,.68333,.13889,.08334,.61528],916:[0,.68333,0,.16667,.83334],920:[0,.68333,.02778,.08334,.76278],923:[0,.68333,0,.16667,.69445],926:[0,.68333,.07569,.08334,.74236],928:[0,.68333,.08125,.05556,.83125],931:[0,.68333,.05764,.08334,.77986],933:[0,.68333,.13889,.05556,.58333],934:[0,.68333,0,.08334,.66667],936:[0,.68333,.11,.05556,.61222],937:[0,.68333,.05017,.08334,.7724],945:[0,.43056,.0037,.02778,.6397],946:[.19444,.69444,.05278,.08334,.56563],947:[.19444,.43056,.05556,0,.51773],948:[0,.69444,.03785,.05556,.44444],949:[0,.43056,0,.08334,.46632],950:[.19444,.69444,.07378,.08334,.4375],951:[.19444,.43056,.03588,.05556,.49653],952:[0,.69444,.02778,.08334,.46944],953:[0,.43056,0,.05556,.35394],954:[0,.43056,0,0,.57616],955:[0,.69444,0,0,.58334],956:[.19444,.43056,0,.02778,.60255],957:[0,.43056,.06366,.02778,.49398],958:[.19444,.69444,.04601,.11111,.4375],959:[0,.43056,0,.05556,.48472],960:[0,.43056,.03588,0,.57003],961:[.19444,.43056,0,.08334,.51702],962:[.09722,.43056,.07986,.08334,.36285],963:[0,.43056,.03588,0,.57141],964:[0,.43056,.1132,.02778,.43715],965:[0,.43056,.03588,.02778,.54028],966:[.19444,.43056,0,.08334,.65417],967:[.19444,.43056,0,.05556,.62569],968:[.19444,.69444,.03588,.11111,.65139],969:[0,.43056,.03588,0,.62245],977:[0,.69444,0,.08334,.59144],981:[.19444,.69444,0,.08334,.59583],982:[0,.43056,.02778,0,.82813],1009:[.19444,.43056,0,.08334,.51702],1013:[0,.43056,0,.05556,.4059]},\"SansSerif-Bold\":{33:[0,.69444,0,0,.36667],34:[0,.69444,0,0,.55834],35:[.19444,.69444,0,0,.91667],36:[.05556,.75,0,0,.55],37:[.05556,.75,0,0,1.02912],38:[0,.69444,0,0,.83056],39:[0,.69444,0,0,.30556],40:[.25,.75,0,0,.42778],41:[.25,.75,0,0,.42778],42:[0,.75,0,0,.55],43:[.11667,.61667,0,0,.85556],44:[.10556,.13056,0,0,.30556],45:[0,.45833,0,0,.36667],46:[0,.13056,0,0,.30556],47:[.25,.75,0,0,.55],48:[0,.69444,0,0,.55],49:[0,.69444,0,0,.55],50:[0,.69444,0,0,.55],51:[0,.69444,0,0,.55],52:[0,.69444,0,0,.55],53:[0,.69444,0,0,.55],54:[0,.69444,0,0,.55],55:[0,.69444,0,0,.55],56:[0,.69444,0,0,.55],57:[0,.69444,0,0,.55],58:[0,.45833,0,0,.30556],59:[.10556,.45833,0,0,.30556],61:[-.09375,.40625,0,0,.85556],63:[0,.69444,0,0,.51945],64:[0,.69444,0,0,.73334],65:[0,.69444,0,0,.73334],66:[0,.69444,0,0,.73334],67:[0,.69444,0,0,.70278],68:[0,.69444,0,0,.79445],69:[0,.69444,0,0,.64167],70:[0,.69444,0,0,.61111],71:[0,.69444,0,0,.73334],72:[0,.69444,0,0,.79445],73:[0,.69444,0,0,.33056],74:[0,.69444,0,0,.51945],75:[0,.69444,0,0,.76389],76:[0,.69444,0,0,.58056],77:[0,.69444,0,0,.97778],78:[0,.69444,0,0,.79445],79:[0,.69444,0,0,.79445],80:[0,.69444,0,0,.70278],81:[.10556,.69444,0,0,.79445],82:[0,.69444,0,0,.70278],83:[0,.69444,0,0,.61111],84:[0,.69444,0,0,.73334],85:[0,.69444,0,0,.76389],86:[0,.69444,.01528,0,.73334],87:[0,.69444,.01528,0,1.03889],88:[0,.69444,0,0,.73334],89:[0,.69444,.0275,0,.73334],90:[0,.69444,0,0,.67223],91:[.25,.75,0,0,.34306],93:[.25,.75,0,0,.34306],94:[0,.69444,0,0,.55],95:[.35,.10833,.03056,0,.55],97:[0,.45833,0,0,.525],98:[0,.69444,0,0,.56111],99:[0,.45833,0,0,.48889],100:[0,.69444,0,0,.56111],101:[0,.45833,0,0,.51111],102:[0,.69444,.07639,0,.33611],103:[.19444,.45833,.01528,0,.55],104:[0,.69444,0,0,.56111],105:[0,.69444,0,0,.25556],106:[.19444,.69444,0,0,.28611],107:[0,.69444,0,0,.53056],108:[0,.69444,0,0,.25556],109:[0,.45833,0,0,.86667],110:[0,.45833,0,0,.56111],111:[0,.45833,0,0,.55],112:[.19444,.45833,0,0,.56111],113:[.19444,.45833,0,0,.56111],114:[0,.45833,.01528,0,.37222],115:[0,.45833,0,0,.42167],116:[0,.58929,0,0,.40417],117:[0,.45833,0,0,.56111],118:[0,.45833,.01528,0,.5],119:[0,.45833,.01528,0,.74445],120:[0,.45833,0,0,.5],121:[.19444,.45833,.01528,0,.5],122:[0,.45833,0,0,.47639],126:[.35,.34444,0,0,.55],168:[0,.69444,0,0,.55],176:[0,.69444,0,0,.73334],180:[0,.69444,0,0,.55],184:[.17014,0,0,0,.48889],305:[0,.45833,0,0,.25556],567:[.19444,.45833,0,0,.28611],710:[0,.69444,0,0,.55],711:[0,.63542,0,0,.55],713:[0,.63778,0,0,.55],728:[0,.69444,0,0,.55],729:[0,.69444,0,0,.30556],730:[0,.69444,0,0,.73334],732:[0,.69444,0,0,.55],733:[0,.69444,0,0,.55],915:[0,.69444,0,0,.58056],916:[0,.69444,0,0,.91667],920:[0,.69444,0,0,.85556],923:[0,.69444,0,0,.67223],926:[0,.69444,0,0,.73334],928:[0,.69444,0,0,.79445],931:[0,.69444,0,0,.79445],933:[0,.69444,0,0,.85556],934:[0,.69444,0,0,.79445],936:[0,.69444,0,0,.85556],937:[0,.69444,0,0,.79445],8211:[0,.45833,.03056,0,.55],8212:[0,.45833,.03056,0,1.10001],8216:[0,.69444,0,0,.30556],8217:[0,.69444,0,0,.30556],8220:[0,.69444,0,0,.55834],8221:[0,.69444,0,0,.55834]},\"SansSerif-Italic\":{33:[0,.69444,.05733,0,.31945],34:[0,.69444,.00316,0,.5],35:[.19444,.69444,.05087,0,.83334],36:[.05556,.75,.11156,0,.5],37:[.05556,.75,.03126,0,.83334],38:[0,.69444,.03058,0,.75834],39:[0,.69444,.07816,0,.27778],40:[.25,.75,.13164,0,.38889],41:[.25,.75,.02536,0,.38889],42:[0,.75,.11775,0,.5],43:[.08333,.58333,.02536,0,.77778],44:[.125,.08333,0,0,.27778],45:[0,.44444,.01946,0,.33333],46:[0,.08333,0,0,.27778],47:[.25,.75,.13164,0,.5],48:[0,.65556,.11156,0,.5],49:[0,.65556,.11156,0,.5],50:[0,.65556,.11156,0,.5],51:[0,.65556,.11156,0,.5],52:[0,.65556,.11156,0,.5],53:[0,.65556,.11156,0,.5],54:[0,.65556,.11156,0,.5],55:[0,.65556,.11156,0,.5],56:[0,.65556,.11156,0,.5],57:[0,.65556,.11156,0,.5],58:[0,.44444,.02502,0,.27778],59:[.125,.44444,.02502,0,.27778],61:[-.13,.37,.05087,0,.77778],63:[0,.69444,.11809,0,.47222],64:[0,.69444,.07555,0,.66667],65:[0,.69444,0,0,.66667],66:[0,.69444,.08293,0,.66667],67:[0,.69444,.11983,0,.63889],68:[0,.69444,.07555,0,.72223],69:[0,.69444,.11983,0,.59722],70:[0,.69444,.13372,0,.56945],71:[0,.69444,.11983,0,.66667],72:[0,.69444,.08094,0,.70834],73:[0,.69444,.13372,0,.27778],74:[0,.69444,.08094,0,.47222],75:[0,.69444,.11983,0,.69445],76:[0,.69444,0,0,.54167],77:[0,.69444,.08094,0,.875],78:[0,.69444,.08094,0,.70834],79:[0,.69444,.07555,0,.73611],80:[0,.69444,.08293,0,.63889],81:[.125,.69444,.07555,0,.73611],82:[0,.69444,.08293,0,.64584],83:[0,.69444,.09205,0,.55556],84:[0,.69444,.13372,0,.68056],85:[0,.69444,.08094,0,.6875],86:[0,.69444,.1615,0,.66667],87:[0,.69444,.1615,0,.94445],88:[0,.69444,.13372,0,.66667],89:[0,.69444,.17261,0,.66667],90:[0,.69444,.11983,0,.61111],91:[.25,.75,.15942,0,.28889],93:[.25,.75,.08719,0,.28889],94:[0,.69444,.0799,0,.5],95:[.35,.09444,.08616,0,.5],97:[0,.44444,.00981,0,.48056],98:[0,.69444,.03057,0,.51667],99:[0,.44444,.08336,0,.44445],100:[0,.69444,.09483,0,.51667],101:[0,.44444,.06778,0,.44445],102:[0,.69444,.21705,0,.30556],103:[.19444,.44444,.10836,0,.5],104:[0,.69444,.01778,0,.51667],105:[0,.67937,.09718,0,.23889],106:[.19444,.67937,.09162,0,.26667],107:[0,.69444,.08336,0,.48889],108:[0,.69444,.09483,0,.23889],109:[0,.44444,.01778,0,.79445],110:[0,.44444,.01778,0,.51667],111:[0,.44444,.06613,0,.5],112:[.19444,.44444,.0389,0,.51667],113:[.19444,.44444,.04169,0,.51667],114:[0,.44444,.10836,0,.34167],115:[0,.44444,.0778,0,.38333],116:[0,.57143,.07225,0,.36111],117:[0,.44444,.04169,0,.51667],118:[0,.44444,.10836,0,.46111],119:[0,.44444,.10836,0,.68334],120:[0,.44444,.09169,0,.46111],121:[.19444,.44444,.10836,0,.46111],122:[0,.44444,.08752,0,.43472],126:[.35,.32659,.08826,0,.5],168:[0,.67937,.06385,0,.5],176:[0,.69444,0,0,.73752],184:[.17014,0,0,0,.44445],305:[0,.44444,.04169,0,.23889],567:[.19444,.44444,.04169,0,.26667],710:[0,.69444,.0799,0,.5],711:[0,.63194,.08432,0,.5],713:[0,.60889,.08776,0,.5],714:[0,.69444,.09205,0,.5],715:[0,.69444,0,0,.5],728:[0,.69444,.09483,0,.5],729:[0,.67937,.07774,0,.27778],730:[0,.69444,0,0,.73752],732:[0,.67659,.08826,0,.5],733:[0,.69444,.09205,0,.5],915:[0,.69444,.13372,0,.54167],916:[0,.69444,0,0,.83334],920:[0,.69444,.07555,0,.77778],923:[0,.69444,0,0,.61111],926:[0,.69444,.12816,0,.66667],928:[0,.69444,.08094,0,.70834],931:[0,.69444,.11983,0,.72222],933:[0,.69444,.09031,0,.77778],934:[0,.69444,.04603,0,.72222],936:[0,.69444,.09031,0,.77778],937:[0,.69444,.08293,0,.72222],8211:[0,.44444,.08616,0,.5],8212:[0,.44444,.08616,0,1],8216:[0,.69444,.07816,0,.27778],8217:[0,.69444,.07816,0,.27778],8220:[0,.69444,.14205,0,.5],8221:[0,.69444,.00316,0,.5]},\"SansSerif-Regular\":{33:[0,.69444,0,0,.31945],34:[0,.69444,0,0,.5],35:[.19444,.69444,0,0,.83334],36:[.05556,.75,0,0,.5],37:[.05556,.75,0,0,.83334],38:[0,.69444,0,0,.75834],39:[0,.69444,0,0,.27778],40:[.25,.75,0,0,.38889],41:[.25,.75,0,0,.38889],42:[0,.75,0,0,.5],43:[.08333,.58333,0,0,.77778],44:[.125,.08333,0,0,.27778],45:[0,.44444,0,0,.33333],46:[0,.08333,0,0,.27778],47:[.25,.75,0,0,.5],48:[0,.65556,0,0,.5],49:[0,.65556,0,0,.5],50:[0,.65556,0,0,.5],51:[0,.65556,0,0,.5],52:[0,.65556,0,0,.5],53:[0,.65556,0,0,.5],54:[0,.65556,0,0,.5],55:[0,.65556,0,0,.5],56:[0,.65556,0,0,.5],57:[0,.65556,0,0,.5],58:[0,.44444,0,0,.27778],59:[.125,.44444,0,0,.27778],61:[-.13,.37,0,0,.77778],63:[0,.69444,0,0,.47222],64:[0,.69444,0,0,.66667],65:[0,.69444,0,0,.66667],66:[0,.69444,0,0,.66667],67:[0,.69444,0,0,.63889],68:[0,.69444,0,0,.72223],69:[0,.69444,0,0,.59722],70:[0,.69444,0,0,.56945],71:[0,.69444,0,0,.66667],72:[0,.69444,0,0,.70834],73:[0,.69444,0,0,.27778],74:[0,.69444,0,0,.47222],75:[0,.69444,0,0,.69445],76:[0,.69444,0,0,.54167],77:[0,.69444,0,0,.875],78:[0,.69444,0,0,.70834],79:[0,.69444,0,0,.73611],80:[0,.69444,0,0,.63889],81:[.125,.69444,0,0,.73611],82:[0,.69444,0,0,.64584],83:[0,.69444,0,0,.55556],84:[0,.69444,0,0,.68056],85:[0,.69444,0,0,.6875],86:[0,.69444,.01389,0,.66667],87:[0,.69444,.01389,0,.94445],88:[0,.69444,0,0,.66667],89:[0,.69444,.025,0,.66667],90:[0,.69444,0,0,.61111],91:[.25,.75,0,0,.28889],93:[.25,.75,0,0,.28889],94:[0,.69444,0,0,.5],95:[.35,.09444,.02778,0,.5],97:[0,.44444,0,0,.48056],98:[0,.69444,0,0,.51667],99:[0,.44444,0,0,.44445],100:[0,.69444,0,0,.51667],101:[0,.44444,0,0,.44445],102:[0,.69444,.06944,0,.30556],103:[.19444,.44444,.01389,0,.5],104:[0,.69444,0,0,.51667],105:[0,.67937,0,0,.23889],106:[.19444,.67937,0,0,.26667],107:[0,.69444,0,0,.48889],108:[0,.69444,0,0,.23889],109:[0,.44444,0,0,.79445],110:[0,.44444,0,0,.51667],111:[0,.44444,0,0,.5],112:[.19444,.44444,0,0,.51667],113:[.19444,.44444,0,0,.51667],114:[0,.44444,.01389,0,.34167],115:[0,.44444,0,0,.38333],116:[0,.57143,0,0,.36111],117:[0,.44444,0,0,.51667],118:[0,.44444,.01389,0,.46111],119:[0,.44444,.01389,0,.68334],120:[0,.44444,0,0,.46111],121:[.19444,.44444,.01389,0,.46111],122:[0,.44444,0,0,.43472],126:[.35,.32659,0,0,.5],168:[0,.67937,0,0,.5],176:[0,.69444,0,0,.66667],184:[.17014,0,0,0,.44445],305:[0,.44444,0,0,.23889],567:[.19444,.44444,0,0,.26667],710:[0,.69444,0,0,.5],711:[0,.63194,0,0,.5],713:[0,.60889,0,0,.5],714:[0,.69444,0,0,.5],715:[0,.69444,0,0,.5],728:[0,.69444,0,0,.5],729:[0,.67937,0,0,.27778],730:[0,.69444,0,0,.66667],732:[0,.67659,0,0,.5],733:[0,.69444,0,0,.5],915:[0,.69444,0,0,.54167],916:[0,.69444,0,0,.83334],920:[0,.69444,0,0,.77778],923:[0,.69444,0,0,.61111],926:[0,.69444,0,0,.66667],928:[0,.69444,0,0,.70834],931:[0,.69444,0,0,.72222],933:[0,.69444,0,0,.77778],934:[0,.69444,0,0,.72222],936:[0,.69444,0,0,.77778],937:[0,.69444,0,0,.72222],8211:[0,.44444,.02778,0,.5],8212:[0,.44444,.02778,0,1],8216:[0,.69444,0,0,.27778],8217:[0,.69444,0,0,.27778],8220:[0,.69444,0,0,.5],8221:[0,.69444,0,0,.5]},\"Script-Regular\":{65:[0,.7,.22925,0,.80253],66:[0,.7,.04087,0,.90757],67:[0,.7,.1689,0,.66619],68:[0,.7,.09371,0,.77443],69:[0,.7,.18583,0,.56162],70:[0,.7,.13634,0,.89544],71:[0,.7,.17322,0,.60961],72:[0,.7,.29694,0,.96919],73:[0,.7,.19189,0,.80907],74:[.27778,.7,.19189,0,1.05159],75:[0,.7,.31259,0,.91364],76:[0,.7,.19189,0,.87373],77:[0,.7,.15981,0,1.08031],78:[0,.7,.3525,0,.9015],79:[0,.7,.08078,0,.73787],80:[0,.7,.08078,0,1.01262],81:[0,.7,.03305,0,.88282],82:[0,.7,.06259,0,.85],83:[0,.7,.19189,0,.86767],84:[0,.7,.29087,0,.74697],85:[0,.7,.25815,0,.79996],86:[0,.7,.27523,0,.62204],87:[0,.7,.27523,0,.80532],88:[0,.7,.26006,0,.94445],89:[0,.7,.2939,0,.70961],90:[0,.7,.24037,0,.8212]},\"Size1-Regular\":{40:[.35001,.85,0,0,.45834],41:[.35001,.85,0,0,.45834],47:[.35001,.85,0,0,.57778],91:[.35001,.85,0,0,.41667],92:[.35001,.85,0,0,.57778],93:[.35001,.85,0,0,.41667],123:[.35001,.85,0,0,.58334],125:[.35001,.85,0,0,.58334],710:[0,.72222,0,0,.55556],732:[0,.72222,0,0,.55556],770:[0,.72222,0,0,.55556],771:[0,.72222,0,0,.55556],8214:[-99e-5,.601,0,0,.77778],8593:[1e-5,.6,0,0,.66667],8595:[1e-5,.6,0,0,.66667],8657:[1e-5,.6,0,0,.77778],8659:[1e-5,.6,0,0,.77778],8719:[.25001,.75,0,0,.94445],8720:[.25001,.75,0,0,.94445],8721:[.25001,.75,0,0,1.05556],8730:[.35001,.85,0,0,1],8739:[-.00599,.606,0,0,.33333],8741:[-.00599,.606,0,0,.55556],8747:[.30612,.805,.19445,0,.47222],8748:[.306,.805,.19445,0,.47222],8749:[.306,.805,.19445,0,.47222],8750:[.30612,.805,.19445,0,.47222],8896:[.25001,.75,0,0,.83334],8897:[.25001,.75,0,0,.83334],8898:[.25001,.75,0,0,.83334],8899:[.25001,.75,0,0,.83334],8968:[.35001,.85,0,0,.47222],8969:[.35001,.85,0,0,.47222],8970:[.35001,.85,0,0,.47222],8971:[.35001,.85,0,0,.47222],9168:[-99e-5,.601,0,0,.66667],10216:[.35001,.85,0,0,.47222],10217:[.35001,.85,0,0,.47222],10752:[.25001,.75,0,0,1.11111],10753:[.25001,.75,0,0,1.11111],10754:[.25001,.75,0,0,1.11111],10756:[.25001,.75,0,0,.83334],10758:[.25001,.75,0,0,.83334]},\"Size2-Regular\":{40:[.65002,1.15,0,0,.59722],41:[.65002,1.15,0,0,.59722],47:[.65002,1.15,0,0,.81111],91:[.65002,1.15,0,0,.47222],92:[.65002,1.15,0,0,.81111],93:[.65002,1.15,0,0,.47222],123:[.65002,1.15,0,0,.66667],125:[.65002,1.15,0,0,.66667],710:[0,.75,0,0,1],732:[0,.75,0,0,1],770:[0,.75,0,0,1],771:[0,.75,0,0,1],8719:[.55001,1.05,0,0,1.27778],8720:[.55001,1.05,0,0,1.27778],8721:[.55001,1.05,0,0,1.44445],8730:[.65002,1.15,0,0,1],8747:[.86225,1.36,.44445,0,.55556],8748:[.862,1.36,.44445,0,.55556],8749:[.862,1.36,.44445,0,.55556],8750:[.86225,1.36,.44445,0,.55556],8896:[.55001,1.05,0,0,1.11111],8897:[.55001,1.05,0,0,1.11111],8898:[.55001,1.05,0,0,1.11111],8899:[.55001,1.05,0,0,1.11111],8968:[.65002,1.15,0,0,.52778],8969:[.65002,1.15,0,0,.52778],8970:[.65002,1.15,0,0,.52778],8971:[.65002,1.15,0,0,.52778],10216:[.65002,1.15,0,0,.61111],10217:[.65002,1.15,0,0,.61111],10752:[.55001,1.05,0,0,1.51112],10753:[.55001,1.05,0,0,1.51112],10754:[.55001,1.05,0,0,1.51112],10756:[.55001,1.05,0,0,1.11111],10758:[.55001,1.05,0,0,1.11111]},\"Size3-Regular\":{40:[.95003,1.45,0,0,.73611],41:[.95003,1.45,0,0,.73611],47:[.95003,1.45,0,0,1.04445],91:[.95003,1.45,0,0,.52778],92:[.95003,1.45,0,0,1.04445],93:[.95003,1.45,0,0,.52778],123:[.95003,1.45,0,0,.75],125:[.95003,1.45,0,0,.75],710:[0,.75,0,0,1.44445],732:[0,.75,0,0,1.44445],770:[0,.75,0,0,1.44445],771:[0,.75,0,0,1.44445],8730:[.95003,1.45,0,0,1],8968:[.95003,1.45,0,0,.58334],8969:[.95003,1.45,0,0,.58334],8970:[.95003,1.45,0,0,.58334],8971:[.95003,1.45,0,0,.58334],10216:[.95003,1.45,0,0,.75],10217:[.95003,1.45,0,0,.75]},\"Size4-Regular\":{40:[1.25003,1.75,0,0,.79167],41:[1.25003,1.75,0,0,.79167],47:[1.25003,1.75,0,0,1.27778],91:[1.25003,1.75,0,0,.58334],92:[1.25003,1.75,0,0,1.27778],93:[1.25003,1.75,0,0,.58334],123:[1.25003,1.75,0,0,.80556],125:[1.25003,1.75,0,0,.80556],710:[0,.825,0,0,1.8889],732:[0,.825,0,0,1.8889],770:[0,.825,0,0,1.8889],771:[0,.825,0,0,1.8889],8730:[1.25003,1.75,0,0,1],8968:[1.25003,1.75,0,0,.63889],8969:[1.25003,1.75,0,0,.63889],8970:[1.25003,1.75,0,0,.63889],8971:[1.25003,1.75,0,0,.63889],9115:[.64502,1.155,0,0,.875],9116:[1e-5,.6,0,0,.875],9117:[.64502,1.155,0,0,.875],9118:[.64502,1.155,0,0,.875],9119:[1e-5,.6,0,0,.875],9120:[.64502,1.155,0,0,.875],9121:[.64502,1.155,0,0,.66667],9122:[-99e-5,.601,0,0,.66667],9123:[.64502,1.155,0,0,.66667],9124:[.64502,1.155,0,0,.66667],9125:[-99e-5,.601,0,0,.66667],9126:[.64502,1.155,0,0,.66667],9127:[1e-5,.9,0,0,.88889],9128:[.65002,1.15,0,0,.88889],9129:[.90001,0,0,0,.88889],9130:[0,.3,0,0,.88889],9131:[1e-5,.9,0,0,.88889],9132:[.65002,1.15,0,0,.88889],9133:[.90001,0,0,0,.88889],9143:[.88502,.915,0,0,1.05556],10216:[1.25003,1.75,0,0,.80556],10217:[1.25003,1.75,0,0,.80556],57344:[-.00499,.605,0,0,1.05556],57345:[-.00499,.605,0,0,1.05556],57680:[0,.12,0,0,.45],57681:[0,.12,0,0,.45],57682:[0,.12,0,0,.45],57683:[0,.12,0,0,.45]},\"Typewriter-Regular\":{32:[0,0,0,0,.525],33:[0,.61111,0,0,.525],34:[0,.61111,0,0,.525],35:[0,.61111,0,0,.525],36:[.08333,.69444,0,0,.525],37:[.08333,.69444,0,0,.525],38:[0,.61111,0,0,.525],39:[0,.61111,0,0,.525],40:[.08333,.69444,0,0,.525],41:[.08333,.69444,0,0,.525],42:[0,.52083,0,0,.525],43:[-.08056,.53055,0,0,.525],44:[.13889,.125,0,0,.525],45:[-.08056,.53055,0,0,.525],46:[0,.125,0,0,.525],47:[.08333,.69444,0,0,.525],48:[0,.61111,0,0,.525],49:[0,.61111,0,0,.525],50:[0,.61111,0,0,.525],51:[0,.61111,0,0,.525],52:[0,.61111,0,0,.525],53:[0,.61111,0,0,.525],54:[0,.61111,0,0,.525],55:[0,.61111,0,0,.525],56:[0,.61111,0,0,.525],57:[0,.61111,0,0,.525],58:[0,.43056,0,0,.525],59:[.13889,.43056,0,0,.525],60:[-.05556,.55556,0,0,.525],61:[-.19549,.41562,0,0,.525],62:[-.05556,.55556,0,0,.525],63:[0,.61111,0,0,.525],64:[0,.61111,0,0,.525],65:[0,.61111,0,0,.525],66:[0,.61111,0,0,.525],67:[0,.61111,0,0,.525],68:[0,.61111,0,0,.525],69:[0,.61111,0,0,.525],70:[0,.61111,0,0,.525],71:[0,.61111,0,0,.525],72:[0,.61111,0,0,.525],73:[0,.61111,0,0,.525],74:[0,.61111,0,0,.525],75:[0,.61111,0,0,.525],76:[0,.61111,0,0,.525],77:[0,.61111,0,0,.525],78:[0,.61111,0,0,.525],79:[0,.61111,0,0,.525],80:[0,.61111,0,0,.525],81:[.13889,.61111,0,0,.525],82:[0,.61111,0,0,.525],83:[0,.61111,0,0,.525],84:[0,.61111,0,0,.525],85:[0,.61111,0,0,.525],86:[0,.61111,0,0,.525],87:[0,.61111,0,0,.525],88:[0,.61111,0,0,.525],89:[0,.61111,0,0,.525],90:[0,.61111,0,0,.525],91:[.08333,.69444,0,0,.525],92:[.08333,.69444,0,0,.525],93:[.08333,.69444,0,0,.525],94:[0,.61111,0,0,.525],95:[.09514,0,0,0,.525],96:[0,.61111,0,0,.525],97:[0,.43056,0,0,.525],98:[0,.61111,0,0,.525],99:[0,.43056,0,0,.525],100:[0,.61111,0,0,.525],101:[0,.43056,0,0,.525],102:[0,.61111,0,0,.525],103:[.22222,.43056,0,0,.525],104:[0,.61111,0,0,.525],105:[0,.61111,0,0,.525],106:[.22222,.61111,0,0,.525],107:[0,.61111,0,0,.525],108:[0,.61111,0,0,.525],109:[0,.43056,0,0,.525],110:[0,.43056,0,0,.525],111:[0,.43056,0,0,.525],112:[.22222,.43056,0,0,.525],113:[.22222,.43056,0,0,.525],114:[0,.43056,0,0,.525],115:[0,.43056,0,0,.525],116:[0,.55358,0,0,.525],117:[0,.43056,0,0,.525],118:[0,.43056,0,0,.525],119:[0,.43056,0,0,.525],120:[0,.43056,0,0,.525],121:[.22222,.43056,0,0,.525],122:[0,.43056,0,0,.525],123:[.08333,.69444,0,0,.525],124:[.08333,.69444,0,0,.525],125:[.08333,.69444,0,0,.525],126:[0,.61111,0,0,.525],127:[0,.61111,0,0,.525],160:[0,0,0,0,.525],176:[0,.61111,0,0,.525],184:[.19445,0,0,0,.525],305:[0,.43056,0,0,.525],567:[.22222,.43056,0,0,.525],711:[0,.56597,0,0,.525],713:[0,.56555,0,0,.525],714:[0,.61111,0,0,.525],715:[0,.61111,0,0,.525],728:[0,.61111,0,0,.525],730:[0,.61111,0,0,.525],770:[0,.61111,0,0,.525],771:[0,.61111,0,0,.525],776:[0,.61111,0,0,.525],915:[0,.61111,0,0,.525],916:[0,.61111,0,0,.525],920:[0,.61111,0,0,.525],923:[0,.61111,0,0,.525],926:[0,.61111,0,0,.525],928:[0,.61111,0,0,.525],931:[0,.61111,0,0,.525],933:[0,.61111,0,0,.525],934:[0,.61111,0,0,.525],936:[0,.61111,0,0,.525],937:[0,.61111,0,0,.525],8216:[0,.61111,0,0,.525],8217:[0,.61111,0,0,.525],8242:[0,.61111,0,0,.525],9251:[.11111,.21944,0,0,.525]}},D={slant:[.25,.25,.25],space:[0,0,0],stretch:[0,0,0],shrink:[0,0,0],xHeight:[.431,.431,.431],quad:[1,1.171,1.472],extraSpace:[0,0,0],num1:[.677,.732,.925],num2:[.394,.384,.387],num3:[.444,.471,.504],denom1:[.686,.752,1.025],denom2:[.345,.344,.532],sup1:[.413,.503,.504],sup2:[.363,.431,.404],sup3:[.289,.286,.294],sub1:[.15,.143,.2],sub2:[.247,.286,.4],supDrop:[.386,.353,.494],subDrop:[.05,.071,.1],delim1:[2.39,1.7,1.98],delim2:[1.01,1.157,1.42],axisHeight:[.25,.25,.25],defaultRuleThickness:[.04,.049,.049],bigOpSpacing1:[.111,.111,.111],bigOpSpacing2:[.166,.166,.166],bigOpSpacing3:[.2,.2,.2],bigOpSpacing4:[.6,.611,.611],bigOpSpacing5:[.1,.143,.143],sqrtRuleThickness:[.04,.04,.04],ptPerEm:[10,10,10],doubleRuleSep:[.2,.2,.2]},F={\"\\xc5\":\"A\",\"\\xc7\":\"C\",\"\\xd0\":\"D\",\"\\xde\":\"o\",\"\\xe5\":\"a\",\"\\xe7\":\"c\",\"\\xf0\":\"d\",\"\\xfe\":\"o\",\"\\u0410\":\"A\",\"\\u0411\":\"B\",\"\\u0412\":\"B\",\"\\u0413\":\"F\",\"\\u0414\":\"A\",\"\\u0415\":\"E\",\"\\u0416\":\"K\",\"\\u0417\":\"3\",\"\\u0418\":\"N\",\"\\u0419\":\"N\",\"\\u041a\":\"K\",\"\\u041b\":\"N\",\"\\u041c\":\"M\",\"\\u041d\":\"H\",\"\\u041e\":\"O\",\"\\u041f\":\"N\",\"\\u0420\":\"P\",\"\\u0421\":\"C\",\"\\u0422\":\"T\",\"\\u0423\":\"y\",\"\\u0424\":\"O\",\"\\u0425\":\"X\",\"\\u0426\":\"U\",\"\\u0427\":\"h\",\"\\u0428\":\"W\",\"\\u0429\":\"W\",\"\\u042a\":\"B\",\"\\u042b\":\"X\",\"\\u042c\":\"B\",\"\\u042d\":\"3\",\"\\u042e\":\"X\",\"\\u042f\":\"R\",\"\\u0430\":\"a\",\"\\u0431\":\"b\",\"\\u0432\":\"a\",\"\\u0433\":\"r\",\"\\u0434\":\"y\",\"\\u0435\":\"e\",\"\\u0436\":\"m\",\"\\u0437\":\"e\",\"\\u0438\":\"n\",\"\\u0439\":\"n\",\"\\u043a\":\"n\",\"\\u043b\":\"n\",\"\\u043c\":\"m\",\"\\u043d\":\"n\",\"\\u043e\":\"o\",\"\\u043f\":\"n\",\"\\u0440\":\"p\",\"\\u0441\":\"c\",\"\\u0442\":\"o\",\"\\u0443\":\"y\",\"\\u0444\":\"b\",\"\\u0445\":\"x\",\"\\u0446\":\"n\",\"\\u0447\":\"n\",\"\\u0448\":\"w\",\"\\u0449\":\"w\",\"\\u044a\":\"a\",\"\\u044b\":\"m\",\"\\u044c\":\"a\",\"\\u044d\":\"e\",\"\\u044e\":\"m\",\"\\u044f\":\"r\"};function V(t,e,r){if(!P[e])throw new Error(\"Font metrics not found for font: \"+e+\".\");var a=t.charCodeAt(0),n=P[e][a];if(!n&&t[0]in F&&(a=F[t[0]].charCodeAt(0),n=P[e][a]),n||\"text\"!==r||z(a)&&(n=P[e][77]),n)return{depth:n[0],height:n[1],italic:n[2],skew:n[3],width:n[4]}}var U={};var G={bin:1,close:1,inner:1,open:1,punct:1,rel:1},X={\"accent-token\":1,mathord:1,\"op-token\":1,spacing:1,textord:1},Y={math:{},text:{}},_=Y;function W(t,e,r,a,n,o){Y[t][n]={font:e,group:r,replace:a},o&&a&&(Y[t][a]=Y[t][n])}var j=\"main\",$=\"ams\",Z=\"bin\",K=\"mathord\",J=\"op-token\",Q=\"rel\";W(\"math\",j,Q,\"\\u2261\",\"\\\\equiv\",!0),W(\"math\",j,Q,\"\\u227a\",\"\\\\prec\",!0),W(\"math\",j,Q,\"\\u227b\",\"\\\\succ\",!0),W(\"math\",j,Q,\"\\u223c\",\"\\\\sim\",!0),W(\"math\",j,Q,\"\\u22a5\",\"\\\\perp\"),W(\"math\",j,Q,\"\\u2aaf\",\"\\\\preceq\",!0),W(\"math\",j,Q,\"\\u2ab0\",\"\\\\succeq\",!0),W(\"math\",j,Q,\"\\u2243\",\"\\\\simeq\",!0),W(\"math\",j,Q,\"\\u2223\",\"\\\\mid\",!0),W(\"math\",j,Q,\"\\u226a\",\"\\\\ll\",!0),W(\"math\",j,Q,\"\\u226b\",\"\\\\gg\",!0),W(\"math\",j,Q,\"\\u224d\",\"\\\\asymp\",!0),W(\"math\",j,Q,\"\\u2225\",\"\\\\parallel\"),W(\"math\",j,Q,\"\\u22c8\",\"\\\\bowtie\",!0),W(\"math\",j,Q,\"\\u2323\",\"\\\\smile\",!0),W(\"math\",j,Q,\"\\u2291\",\"\\\\sqsubseteq\",!0),W(\"math\",j,Q,\"\\u2292\",\"\\\\sqsupseteq\",!0),W(\"math\",j,Q,\"\\u2250\",\"\\\\doteq\",!0),W(\"math\",j,Q,\"\\u2322\",\"\\\\frown\",!0),W(\"math\",j,Q,\"\\u220b\",\"\\\\ni\",!0),W(\"math\",j,Q,\"\\u221d\",\"\\\\propto\",!0),W(\"math\",j,Q,\"\\u22a2\",\"\\\\vdash\",!0),W(\"math\",j,Q,\"\\u22a3\",\"\\\\dashv\",!0),W(\"math\",j,Q,\"\\u220b\",\"\\\\owns\"),W(\"math\",j,\"punct\",\".\",\"\\\\ldotp\"),W(\"math\",j,\"punct\",\"\\u22c5\",\"\\\\cdotp\"),W(\"math\",j,\"textord\",\"#\",\"\\\\#\"),W(\"text\",j,\"textord\",\"#\",\"\\\\#\"),W(\"math\",j,\"textord\",\"&\",\"\\\\&\"),W(\"text\",j,\"textord\",\"&\",\"\\\\&\"),W(\"math\",j,\"textord\",\"\\u2135\",\"\\\\aleph\",!0),W(\"math\",j,\"textord\",\"\\u2200\",\"\\\\forall\",!0),W(\"math\",j,\"textord\",\"\\u210f\",\"\\\\hbar\",!0),W(\"math\",j,\"textord\",\"\\u2203\",\"\\\\exists\",!0),W(\"math\",j,\"textord\",\"\\u2207\",\"\\\\nabla\",!0),W(\"math\",j,\"textord\",\"\\u266d\",\"\\\\flat\",!0),W(\"math\",j,\"textord\",\"\\u2113\",\"\\\\ell\",!0),W(\"math\",j,\"textord\",\"\\u266e\",\"\\\\natural\",!0),W(\"math\",j,\"textord\",\"\\u2663\",\"\\\\clubsuit\",!0),W(\"math\",j,\"textord\",\"\\u2118\",\"\\\\wp\",!0),W(\"math\",j,\"textord\",\"\\u266f\",\"\\\\sharp\",!0),W(\"math\",j,\"textord\",\"\\u2662\",\"\\\\diamondsuit\",!0),W(\"math\",j,\"textord\",\"\\u211c\",\"\\\\Re\",!0),W(\"math\",j,\"textord\",\"\\u2661\",\"\\\\heartsuit\",!0),W(\"math\",j,\"textord\",\"\\u2111\",\"\\\\Im\",!0),W(\"math\",j,\"textord\",\"\\u2660\",\"\\\\spadesuit\",!0),W(\"text\",j,\"textord\",\"\\xa7\",\"\\\\S\",!0),W(\"text\",j,\"textord\",\"\\xb6\",\"\\\\P\",!0),W(\"math\",j,\"textord\",\"\\u2020\",\"\\\\dag\"),W(\"text\",j,\"textord\",\"\\u2020\",\"\\\\dag\"),W(\"text\",j,\"textord\",\"\\u2020\",\"\\\\textdagger\"),W(\"math\",j,\"textord\",\"\\u2021\",\"\\\\ddag\"),W(\"text\",j,\"textord\",\"\\u2021\",\"\\\\ddag\"),W(\"text\",j,\"textord\",\"\\u2021\",\"\\\\textdaggerdbl\"),W(\"math\",j,\"close\",\"\\u23b1\",\"\\\\rmoustache\",!0),W(\"math\",j,\"open\",\"\\u23b0\",\"\\\\lmoustache\",!0),W(\"math\",j,\"close\",\"\\u27ef\",\"\\\\rgroup\",!0),W(\"math\",j,\"open\",\"\\u27ee\",\"\\\\lgroup\",!0),W(\"math\",j,Z,\"\\u2213\",\"\\\\mp\",!0),W(\"math\",j,Z,\"\\u2296\",\"\\\\ominus\",!0),W(\"math\",j,Z,\"\\u228e\",\"\\\\uplus\",!0),W(\"math\",j,Z,\"\\u2293\",\"\\\\sqcap\",!0),W(\"math\",j,Z,\"\\u2217\",\"\\\\ast\"),W(\"math\",j,Z,\"\\u2294\",\"\\\\sqcup\",!0),W(\"math\",j,Z,\"\\u25ef\",\"\\\\bigcirc\"),W(\"math\",j,Z,\"\\u2219\",\"\\\\bullet\"),W(\"math\",j,Z,\"\\u2021\",\"\\\\ddagger\"),W(\"math\",j,Z,\"\\u2240\",\"\\\\wr\",!0),W(\"math\",j,Z,\"\\u2a3f\",\"\\\\amalg\"),W(\"math\",j,Z,\"&\",\"\\\\And\"),W(\"math\",j,Q,\"\\u27f5\",\"\\\\longleftarrow\",!0),W(\"math\",j,Q,\"\\u21d0\",\"\\\\Leftarrow\",!0),W(\"math\",j,Q,\"\\u27f8\",\"\\\\Longleftarrow\",!0),W(\"math\",j,Q,\"\\u27f6\",\"\\\\longrightarrow\",!0),W(\"math\",j,Q,\"\\u21d2\",\"\\\\Rightarrow\",!0),W(\"math\",j,Q,\"\\u27f9\",\"\\\\Longrightarrow\",!0),W(\"math\",j,Q,\"\\u2194\",\"\\\\leftrightarrow\",!0),W(\"math\",j,Q,\"\\u27f7\",\"\\\\longleftrightarrow\",!0),W(\"math\",j,Q,\"\\u21d4\",\"\\\\Leftrightarrow\",!0),W(\"math\",j,Q,\"\\u27fa\",\"\\\\Longleftrightarrow\",!0),W(\"math\",j,Q,\"\\u21a6\",\"\\\\mapsto\",!0),W(\"math\",j,Q,\"\\u27fc\",\"\\\\longmapsto\",!0),W(\"math\",j,Q,\"\\u2197\",\"\\\\nearrow\",!0),W(\"math\",j,Q,\"\\u21a9\",\"\\\\hookleftarrow\",!0),W(\"math\",j,Q,\"\\u21aa\",\"\\\\hookrightarrow\",!0),W(\"math\",j,Q,\"\\u2198\",\"\\\\searrow\",!0),W(\"math\",j,Q,\"\\u21bc\",\"\\\\leftharpoonup\",!0),W(\"math\",j,Q,\"\\u21c0\",\"\\\\rightharpoonup\",!0),W(\"math\",j,Q,\"\\u2199\",\"\\\\swarrow\",!0),W(\"math\",j,Q,\"\\u21bd\",\"\\\\leftharpoondown\",!0),W(\"math\",j,Q,\"\\u21c1\",\"\\\\rightharpoondown\",!0),W(\"math\",j,Q,\"\\u2196\",\"\\\\nwarrow\",!0),W(\"math\",j,Q,\"\\u21cc\",\"\\\\rightleftharpoons\",!0),W(\"math\",$,Q,\"\\u226e\",\"\\\\nless\",!0),W(\"math\",$,Q,\"\\ue010\",\"\\\\@nleqslant\"),W(\"math\",$,Q,\"\\ue011\",\"\\\\@nleqq\"),W(\"math\",$,Q,\"\\u2a87\",\"\\\\lneq\",!0),W(\"math\",$,Q,\"\\u2268\",\"\\\\lneqq\",!0),W(\"math\",$,Q,\"\\ue00c\",\"\\\\@lvertneqq\"),W(\"math\",$,Q,\"\\u22e6\",\"\\\\lnsim\",!0),W(\"math\",$,Q,\"\\u2a89\",\"\\\\lnapprox\",!0),W(\"math\",$,Q,\"\\u2280\",\"\\\\nprec\",!0),W(\"math\",$,Q,\"\\u22e0\",\"\\\\npreceq\",!0),W(\"math\",$,Q,\"\\u22e8\",\"\\\\precnsim\",!0),W(\"math\",$,Q,\"\\u2ab9\",\"\\\\precnapprox\",!0),W(\"math\",$,Q,\"\\u2241\",\"\\\\nsim\",!0),W(\"math\",$,Q,\"\\ue006\",\"\\\\@nshortmid\"),W(\"math\",$,Q,\"\\u2224\",\"\\\\nmid\",!0),W(\"math\",$,Q,\"\\u22ac\",\"\\\\nvdash\",!0),W(\"math\",$,Q,\"\\u22ad\",\"\\\\nvDash\",!0),W(\"math\",$,Q,\"\\u22ea\",\"\\\\ntriangleleft\"),W(\"math\",$,Q,\"\\u22ec\",\"\\\\ntrianglelefteq\",!0),W(\"math\",$,Q,\"\\u228a\",\"\\\\subsetneq\",!0),W(\"math\",$,Q,\"\\ue01a\",\"\\\\@varsubsetneq\"),W(\"math\",$,Q,\"\\u2acb\",\"\\\\subsetneqq\",!0),W(\"math\",$,Q,\"\\ue017\",\"\\\\@varsubsetneqq\"),W(\"math\",$,Q,\"\\u226f\",\"\\\\ngtr\",!0),W(\"math\",$,Q,\"\\ue00f\",\"\\\\@ngeqslant\"),W(\"math\",$,Q,\"\\ue00e\",\"\\\\@ngeqq\"),W(\"math\",$,Q,\"\\u2a88\",\"\\\\gneq\",!0),W(\"math\",$,Q,\"\\u2269\",\"\\\\gneqq\",!0),W(\"math\",$,Q,\"\\ue00d\",\"\\\\@gvertneqq\"),W(\"math\",$,Q,\"\\u22e7\",\"\\\\gnsim\",!0),W(\"math\",$,Q,\"\\u2a8a\",\"\\\\gnapprox\",!0),W(\"math\",$,Q,\"\\u2281\",\"\\\\nsucc\",!0),W(\"math\",$,Q,\"\\u22e1\",\"\\\\nsucceq\",!0),W(\"math\",$,Q,\"\\u22e9\",\"\\\\succnsim\",!0),W(\"math\",$,Q,\"\\u2aba\",\"\\\\succnapprox\",!0),W(\"math\",$,Q,\"\\u2246\",\"\\\\ncong\",!0),W(\"math\",$,Q,\"\\ue007\",\"\\\\@nshortparallel\"),W(\"math\",$,Q,\"\\u2226\",\"\\\\nparallel\",!0),W(\"math\",$,Q,\"\\u22af\",\"\\\\nVDash\",!0),W(\"math\",$,Q,\"\\u22eb\",\"\\\\ntriangleright\"),W(\"math\",$,Q,\"\\u22ed\",\"\\\\ntrianglerighteq\",!0),W(\"math\",$,Q,\"\\ue018\",\"\\\\@nsupseteqq\"),W(\"math\",$,Q,\"\\u228b\",\"\\\\supsetneq\",!0),W(\"math\",$,Q,\"\\ue01b\",\"\\\\@varsupsetneq\"),W(\"math\",$,Q,\"\\u2acc\",\"\\\\supsetneqq\",!0),W(\"math\",$,Q,\"\\ue019\",\"\\\\@varsupsetneqq\"),W(\"math\",$,Q,\"\\u22ae\",\"\\\\nVdash\",!0),W(\"math\",$,Q,\"\\u2ab5\",\"\\\\precneqq\",!0),W(\"math\",$,Q,\"\\u2ab6\",\"\\\\succneqq\",!0),W(\"math\",$,Q,\"\\ue016\",\"\\\\@nsubseteqq\"),W(\"math\",$,Z,\"\\u22b4\",\"\\\\unlhd\"),W(\"math\",$,Z,\"\\u22b5\",\"\\\\unrhd\"),W(\"math\",$,Q,\"\\u219a\",\"\\\\nleftarrow\",!0),W(\"math\",$,Q,\"\\u219b\",\"\\\\nrightarrow\",!0),W(\"math\",$,Q,\"\\u21cd\",\"\\\\nLeftarrow\",!0),W(\"math\",$,Q,\"\\u21cf\",\"\\\\nRightarrow\",!0),W(\"math\",$,Q,\"\\u21ae\",\"\\\\nleftrightarrow\",!0),W(\"math\",$,Q,\"\\u21ce\",\"\\\\nLeftrightarrow\",!0),W(\"math\",$,Q,\"\\u25b3\",\"\\\\vartriangle\"),W(\"math\",$,\"textord\",\"\\u210f\",\"\\\\hslash\"),W(\"math\",$,\"textord\",\"\\u25bd\",\"\\\\triangledown\"),W(\"math\",$,\"textord\",\"\\u25ca\",\"\\\\lozenge\"),W(\"math\",$,\"textord\",\"\\u24c8\",\"\\\\circledS\"),W(\"math\",$,\"textord\",\"\\xae\",\"\\\\circledR\"),W(\"text\",$,\"textord\",\"\\xae\",\"\\\\circledR\"),W(\"math\",$,\"textord\",\"\\u2221\",\"\\\\measuredangle\",!0),W(\"math\",$,\"textord\",\"\\u2204\",\"\\\\nexists\"),W(\"math\",$,\"textord\",\"\\u2127\",\"\\\\mho\"),W(\"math\",$,\"textord\",\"\\u2132\",\"\\\\Finv\",!0),W(\"math\",$,\"textord\",\"\\u2141\",\"\\\\Game\",!0),W(\"math\",$,\"textord\",\"\\u2035\",\"\\\\backprime\"),W(\"math\",$,\"textord\",\"\\u25b2\",\"\\\\blacktriangle\"),W(\"math\",$,\"textord\",\"\\u25bc\",\"\\\\blacktriangledown\"),W(\"math\",$,\"textord\",\"\\u25a0\",\"\\\\blacksquare\"),W(\"math\",$,\"textord\",\"\\u29eb\",\"\\\\blacklozenge\"),W(\"math\",$,\"textord\",\"\\u2605\",\"\\\\bigstar\"),W(\"math\",$,\"textord\",\"\\u2222\",\"\\\\sphericalangle\",!0),W(\"math\",$,\"textord\",\"\\u2201\",\"\\\\complement\",!0),W(\"math\",$,\"textord\",\"\\xf0\",\"\\\\eth\",!0),W(\"math\",$,\"textord\",\"\\u2571\",\"\\\\diagup\"),W(\"math\",$,\"textord\",\"\\u2572\",\"\\\\diagdown\"),W(\"math\",$,\"textord\",\"\\u25a1\",\"\\\\square\"),W(\"math\",$,\"textord\",\"\\u25a1\",\"\\\\Box\"),W(\"math\",$,\"textord\",\"\\u25ca\",\"\\\\Diamond\"),W(\"math\",$,\"textord\",\"\\xa5\",\"\\\\yen\",!0),W(\"text\",$,\"textord\",\"\\xa5\",\"\\\\yen\",!0),W(\"math\",$,\"textord\",\"\\u2713\",\"\\\\checkmark\",!0),W(\"text\",$,\"textord\",\"\\u2713\",\"\\\\checkmark\"),W(\"math\",$,\"textord\",\"\\u2136\",\"\\\\beth\",!0),W(\"math\",$,\"textord\",\"\\u2138\",\"\\\\daleth\",!0),W(\"math\",$,\"textord\",\"\\u2137\",\"\\\\gimel\",!0),W(\"math\",$,\"textord\",\"\\u03dd\",\"\\\\digamma\"),W(\"math\",$,\"textord\",\"\\u03f0\",\"\\\\varkappa\"),W(\"math\",$,\"open\",\"\\u250c\",\"\\\\ulcorner\",!0),W(\"math\",$,\"close\",\"\\u2510\",\"\\\\urcorner\",!0),W(\"math\",$,\"open\",\"\\u2514\",\"\\\\llcorner\",!0),W(\"math\",$,\"close\",\"\\u2518\",\"\\\\lrcorner\",!0),W(\"math\",$,Q,\"\\u2266\",\"\\\\leqq\",!0),W(\"math\",$,Q,\"\\u2a7d\",\"\\\\leqslant\",!0),W(\"math\",$,Q,\"\\u2a95\",\"\\\\eqslantless\",!0),W(\"math\",$,Q,\"\\u2272\",\"\\\\lesssim\",!0),W(\"math\",$,Q,\"\\u2a85\",\"\\\\lessapprox\",!0),W(\"math\",$,Q,\"\\u224a\",\"\\\\approxeq\",!0),W(\"math\",$,Z,\"\\u22d6\",\"\\\\lessdot\"),W(\"math\",$,Q,\"\\u22d8\",\"\\\\lll\",!0),W(\"math\",$,Q,\"\\u2276\",\"\\\\lessgtr\",!0),W(\"math\",$,Q,\"\\u22da\",\"\\\\lesseqgtr\",!0),W(\"math\",$,Q,\"\\u2a8b\",\"\\\\lesseqqgtr\",!0),W(\"math\",$,Q,\"\\u2251\",\"\\\\doteqdot\"),W(\"math\",$,Q,\"\\u2253\",\"\\\\risingdotseq\",!0),W(\"math\",$,Q,\"\\u2252\",\"\\\\fallingdotseq\",!0),W(\"math\",$,Q,\"\\u223d\",\"\\\\backsim\",!0),W(\"math\",$,Q,\"\\u22cd\",\"\\\\backsimeq\",!0),W(\"math\",$,Q,\"\\u2ac5\",\"\\\\subseteqq\",!0),W(\"math\",$,Q,\"\\u22d0\",\"\\\\Subset\",!0),W(\"math\",$,Q,\"\\u228f\",\"\\\\sqsubset\",!0),W(\"math\",$,Q,\"\\u227c\",\"\\\\preccurlyeq\",!0),W(\"math\",$,Q,\"\\u22de\",\"\\\\curlyeqprec\",!0),W(\"math\",$,Q,\"\\u227e\",\"\\\\precsim\",!0),W(\"math\",$,Q,\"\\u2ab7\",\"\\\\precapprox\",!0),W(\"math\",$,Q,\"\\u22b2\",\"\\\\vartriangleleft\"),W(\"math\",$,Q,\"\\u22b4\",\"\\\\trianglelefteq\"),W(\"math\",$,Q,\"\\u22a8\",\"\\\\vDash\",!0),W(\"math\",$,Q,\"\\u22aa\",\"\\\\Vvdash\",!0),W(\"math\",$,Q,\"\\u2323\",\"\\\\smallsmile\"),W(\"math\",$,Q,\"\\u2322\",\"\\\\smallfrown\"),W(\"math\",$,Q,\"\\u224f\",\"\\\\bumpeq\",!0),W(\"math\",$,Q,\"\\u224e\",\"\\\\Bumpeq\",!0),W(\"math\",$,Q,\"\\u2267\",\"\\\\geqq\",!0),W(\"math\",$,Q,\"\\u2a7e\",\"\\\\geqslant\",!0),W(\"math\",$,Q,\"\\u2a96\",\"\\\\eqslantgtr\",!0),W(\"math\",$,Q,\"\\u2273\",\"\\\\gtrsim\",!0),W(\"math\",$,Q,\"\\u2a86\",\"\\\\gtrapprox\",!0),W(\"math\",$,Z,\"\\u22d7\",\"\\\\gtrdot\"),W(\"math\",$,Q,\"\\u22d9\",\"\\\\ggg\",!0),W(\"math\",$,Q,\"\\u2277\",\"\\\\gtrless\",!0),W(\"math\",$,Q,\"\\u22db\",\"\\\\gtreqless\",!0),W(\"math\",$,Q,\"\\u2a8c\",\"\\\\gtreqqless\",!0),W(\"math\",$,Q,\"\\u2256\",\"\\\\eqcirc\",!0),W(\"math\",$,Q,\"\\u2257\",\"\\\\circeq\",!0),W(\"math\",$,Q,\"\\u225c\",\"\\\\triangleq\",!0),W(\"math\",$,Q,\"\\u223c\",\"\\\\thicksim\"),W(\"math\",$,Q,\"\\u2248\",\"\\\\thickapprox\"),W(\"math\",$,Q,\"\\u2ac6\",\"\\\\supseteqq\",!0),W(\"math\",$,Q,\"\\u22d1\",\"\\\\Supset\",!0),W(\"math\",$,Q,\"\\u2290\",\"\\\\sqsupset\",!0),W(\"math\",$,Q,\"\\u227d\",\"\\\\succcurlyeq\",!0),W(\"math\",$,Q,\"\\u22df\",\"\\\\curlyeqsucc\",!0),W(\"math\",$,Q,\"\\u227f\",\"\\\\succsim\",!0),W(\"math\",$,Q,\"\\u2ab8\",\"\\\\succapprox\",!0),W(\"math\",$,Q,\"\\u22b3\",\"\\\\vartriangleright\"),W(\"math\",$,Q,\"\\u22b5\",\"\\\\trianglerighteq\"),W(\"math\",$,Q,\"\\u22a9\",\"\\\\Vdash\",!0),W(\"math\",$,Q,\"\\u2223\",\"\\\\shortmid\"),W(\"math\",$,Q,\"\\u2225\",\"\\\\shortparallel\"),W(\"math\",$,Q,\"\\u226c\",\"\\\\between\",!0),W(\"math\",$,Q,\"\\u22d4\",\"\\\\pitchfork\",!0),W(\"math\",$,Q,\"\\u221d\",\"\\\\varpropto\"),W(\"math\",$,Q,\"\\u25c0\",\"\\\\blacktriangleleft\"),W(\"math\",$,Q,\"\\u2234\",\"\\\\therefore\",!0),W(\"math\",$,Q,\"\\u220d\",\"\\\\backepsilon\"),W(\"math\",$,Q,\"\\u25b6\",\"\\\\blacktriangleright\"),W(\"math\",$,Q,\"\\u2235\",\"\\\\because\",!0),W(\"math\",$,Q,\"\\u22d8\",\"\\\\llless\"),W(\"math\",$,Q,\"\\u22d9\",\"\\\\gggtr\"),W(\"math\",$,Z,\"\\u22b2\",\"\\\\lhd\"),W(\"math\",$,Z,\"\\u22b3\",\"\\\\rhd\"),W(\"math\",$,Q,\"\\u2242\",\"\\\\eqsim\",!0),W(\"math\",j,Q,\"\\u22c8\",\"\\\\Join\"),W(\"math\",$,Q,\"\\u2251\",\"\\\\Doteq\",!0),W(\"math\",$,Z,\"\\u2214\",\"\\\\dotplus\",!0),W(\"math\",$,Z,\"\\u2216\",\"\\\\smallsetminus\"),W(\"math\",$,Z,\"\\u22d2\",\"\\\\Cap\",!0),W(\"math\",$,Z,\"\\u22d3\",\"\\\\Cup\",!0),W(\"math\",$,Z,\"\\u2a5e\",\"\\\\doublebarwedge\",!0),W(\"math\",$,Z,\"\\u229f\",\"\\\\boxminus\",!0),W(\"math\",$,Z,\"\\u229e\",\"\\\\boxplus\",!0),W(\"math\",$,Z,\"\\u22c7\",\"\\\\divideontimes\",!0),W(\"math\",$,Z,\"\\u22c9\",\"\\\\ltimes\",!0),W(\"math\",$,Z,\"\\u22ca\",\"\\\\rtimes\",!0),W(\"math\",$,Z,\"\\u22cb\",\"\\\\leftthreetimes\",!0),W(\"math\",$,Z,\"\\u22cc\",\"\\\\rightthreetimes\",!0),W(\"math\",$,Z,\"\\u22cf\",\"\\\\curlywedge\",!0),W(\"math\",$,Z,\"\\u22ce\",\"\\\\curlyvee\",!0),W(\"math\",$,Z,\"\\u229d\",\"\\\\circleddash\",!0),W(\"math\",$,Z,\"\\u229b\",\"\\\\circledast\",!0),W(\"math\",$,Z,\"\\u22c5\",\"\\\\centerdot\"),W(\"math\",$,Z,\"\\u22ba\",\"\\\\intercal\",!0),W(\"math\",$,Z,\"\\u22d2\",\"\\\\doublecap\"),W(\"math\",$,Z,\"\\u22d3\",\"\\\\doublecup\"),W(\"math\",$,Z,\"\\u22a0\",\"\\\\boxtimes\",!0),W(\"math\",$,Q,\"\\u21e2\",\"\\\\dashrightarrow\",!0),W(\"math\",$,Q,\"\\u21e0\",\"\\\\dashleftarrow\",!0),W(\"math\",$,Q,\"\\u21c7\",\"\\\\leftleftarrows\",!0),W(\"math\",$,Q,\"\\u21c6\",\"\\\\leftrightarrows\",!0),W(\"math\",$,Q,\"\\u21da\",\"\\\\Lleftarrow\",!0),W(\"math\",$,Q,\"\\u219e\",\"\\\\twoheadleftarrow\",!0),W(\"math\",$,Q,\"\\u21a2\",\"\\\\leftarrowtail\",!0),W(\"math\",$,Q,\"\\u21ab\",\"\\\\looparrowleft\",!0),W(\"math\",$,Q,\"\\u21cb\",\"\\\\leftrightharpoons\",!0),W(\"math\",$,Q,\"\\u21b6\",\"\\\\curvearrowleft\",!0),W(\"math\",$,Q,\"\\u21ba\",\"\\\\circlearrowleft\",!0),W(\"math\",$,Q,\"\\u21b0\",\"\\\\Lsh\",!0),W(\"math\",$,Q,\"\\u21c8\",\"\\\\upuparrows\",!0),W(\"math\",$,Q,\"\\u21bf\",\"\\\\upharpoonleft\",!0),W(\"math\",$,Q,\"\\u21c3\",\"\\\\downharpoonleft\",!0),W(\"math\",$,Q,\"\\u22b8\",\"\\\\multimap\",!0),W(\"math\",$,Q,\"\\u21ad\",\"\\\\leftrightsquigarrow\",!0),W(\"math\",$,Q,\"\\u21c9\",\"\\\\rightrightarrows\",!0),W(\"math\",$,Q,\"\\u21c4\",\"\\\\rightleftarrows\",!0),W(\"math\",$,Q,\"\\u21a0\",\"\\\\twoheadrightarrow\",!0),W(\"math\",$,Q,\"\\u21a3\",\"\\\\rightarrowtail\",!0),W(\"math\",$,Q,\"\\u21ac\",\"\\\\looparrowright\",!0),W(\"math\",$,Q,\"\\u21b7\",\"\\\\curvearrowright\",!0),W(\"math\",$,Q,\"\\u21bb\",\"\\\\circlearrowright\",!0),W(\"math\",$,Q,\"\\u21b1\",\"\\\\Rsh\",!0),W(\"math\",$,Q,\"\\u21ca\",\"\\\\downdownarrows\",!0),W(\"math\",$,Q,\"\\u21be\",\"\\\\upharpoonright\",!0),W(\"math\",$,Q,\"\\u21c2\",\"\\\\downharpoonright\",!0),W(\"math\",$,Q,\"\\u21dd\",\"\\\\rightsquigarrow\",!0),W(\"math\",$,Q,\"\\u21dd\",\"\\\\leadsto\"),W(\"math\",$,Q,\"\\u21db\",\"\\\\Rrightarrow\",!0),W(\"math\",$,Q,\"\\u21be\",\"\\\\restriction\"),W(\"math\",j,\"textord\",\"\\u2018\",\"`\"),W(\"math\",j,\"textord\",\"$\",\"\\\\$\"),W(\"text\",j,\"textord\",\"$\",\"\\\\$\"),W(\"text\",j,\"textord\",\"$\",\"\\\\textdollar\"),W(\"math\",j,\"textord\",\"%\",\"\\\\%\"),W(\"text\",j,\"textord\",\"%\",\"\\\\%\"),W(\"math\",j,\"textord\",\"_\",\"\\\\_\"),W(\"text\",j,\"textord\",\"_\",\"\\\\_\"),W(\"text\",j,\"textord\",\"_\",\"\\\\textunderscore\"),W(\"math\",j,\"textord\",\"\\u2220\",\"\\\\angle\",!0),W(\"math\",j,\"textord\",\"\\u221e\",\"\\\\infty\",!0),W(\"math\",j,\"textord\",\"\\u2032\",\"\\\\prime\"),W(\"math\",j,\"textord\",\"\\u25b3\",\"\\\\triangle\"),W(\"math\",j,\"textord\",\"\\u0393\",\"\\\\Gamma\",!0),W(\"math\",j,\"textord\",\"\\u0394\",\"\\\\Delta\",!0),W(\"math\",j,\"textord\",\"\\u0398\",\"\\\\Theta\",!0),W(\"math\",j,\"textord\",\"\\u039b\",\"\\\\Lambda\",!0),W(\"math\",j,\"textord\",\"\\u039e\",\"\\\\Xi\",!0),W(\"math\",j,\"textord\",\"\\u03a0\",\"\\\\Pi\",!0),W(\"math\",j,\"textord\",\"\\u03a3\",\"\\\\Sigma\",!0),W(\"math\",j,\"textord\",\"\\u03a5\",\"\\\\Upsilon\",!0),W(\"math\",j,\"textord\",\"\\u03a6\",\"\\\\Phi\",!0),W(\"math\",j,\"textord\",\"\\u03a8\",\"\\\\Psi\",!0),W(\"math\",j,\"textord\",\"\\u03a9\",\"\\\\Omega\",!0),W(\"math\",j,\"textord\",\"A\",\"\\u0391\"),W(\"math\",j,\"textord\",\"B\",\"\\u0392\"),W(\"math\",j,\"textord\",\"E\",\"\\u0395\"),W(\"math\",j,\"textord\",\"Z\",\"\\u0396\"),W(\"math\",j,\"textord\",\"H\",\"\\u0397\"),W(\"math\",j,\"textord\",\"I\",\"\\u0399\"),W(\"math\",j,\"textord\",\"K\",\"\\u039a\"),W(\"math\",j,\"textord\",\"M\",\"\\u039c\"),W(\"math\",j,\"textord\",\"N\",\"\\u039d\"),W(\"math\",j,\"textord\",\"O\",\"\\u039f\"),W(\"math\",j,\"textord\",\"P\",\"\\u03a1\"),W(\"math\",j,\"textord\",\"T\",\"\\u03a4\"),W(\"math\",j,\"textord\",\"X\",\"\\u03a7\"),W(\"math\",j,\"textord\",\"\\xac\",\"\\\\neg\",!0),W(\"math\",j,\"textord\",\"\\xac\",\"\\\\lnot\"),W(\"math\",j,\"textord\",\"\\u22a4\",\"\\\\top\"),W(\"math\",j,\"textord\",\"\\u22a5\",\"\\\\bot\"),W(\"math\",j,\"textord\",\"\\u2205\",\"\\\\emptyset\"),W(\"math\",$,\"textord\",\"\\u2205\",\"\\\\varnothing\"),W(\"math\",j,K,\"\\u03b1\",\"\\\\alpha\",!0),W(\"math\",j,K,\"\\u03b2\",\"\\\\beta\",!0),W(\"math\",j,K,\"\\u03b3\",\"\\\\gamma\",!0),W(\"math\",j,K,\"\\u03b4\",\"\\\\delta\",!0),W(\"math\",j,K,\"\\u03f5\",\"\\\\epsilon\",!0),W(\"math\",j,K,\"\\u03b6\",\"\\\\zeta\",!0),W(\"math\",j,K,\"\\u03b7\",\"\\\\eta\",!0),W(\"math\",j,K,\"\\u03b8\",\"\\\\theta\",!0),W(\"math\",j,K,\"\\u03b9\",\"\\\\iota\",!0),W(\"math\",j,K,\"\\u03ba\",\"\\\\kappa\",!0),W(\"math\",j,K,\"\\u03bb\",\"\\\\lambda\",!0),W(\"math\",j,K,\"\\u03bc\",\"\\\\mu\",!0),W(\"math\",j,K,\"\\u03bd\",\"\\\\nu\",!0),W(\"math\",j,K,\"\\u03be\",\"\\\\xi\",!0),W(\"math\",j,K,\"\\u03bf\",\"\\\\omicron\",!0),W(\"math\",j,K,\"\\u03c0\",\"\\\\pi\",!0),W(\"math\",j,K,\"\\u03c1\",\"\\\\rho\",!0),W(\"math\",j,K,\"\\u03c3\",\"\\\\sigma\",!0),W(\"math\",j,K,\"\\u03c4\",\"\\\\tau\",!0),W(\"math\",j,K,\"\\u03c5\",\"\\\\upsilon\",!0),W(\"math\",j,K,\"\\u03d5\",\"\\\\phi\",!0),W(\"math\",j,K,\"\\u03c7\",\"\\\\chi\",!0),W(\"math\",j,K,\"\\u03c8\",\"\\\\psi\",!0),W(\"math\",j,K,\"\\u03c9\",\"\\\\omega\",!0),W(\"math\",j,K,\"\\u03b5\",\"\\\\varepsilon\",!0),W(\"math\",j,K,\"\\u03d1\",\"\\\\vartheta\",!0),W(\"math\",j,K,\"\\u03d6\",\"\\\\varpi\",!0),W(\"math\",j,K,\"\\u03f1\",\"\\\\varrho\",!0),W(\"math\",j,K,\"\\u03c2\",\"\\\\varsigma\",!0),W(\"math\",j,K,\"\\u03c6\",\"\\\\varphi\",!0),W(\"math\",j,Z,\"\\u2217\",\"*\"),W(\"math\",j,Z,\"+\",\"+\"),W(\"math\",j,Z,\"\\u2212\",\"-\"),W(\"math\",j,Z,\"\\u22c5\",\"\\\\cdot\",!0),W(\"math\",j,Z,\"\\u2218\",\"\\\\circ\"),W(\"math\",j,Z,\"\\xf7\",\"\\\\div\",!0),W(\"math\",j,Z,\"\\xb1\",\"\\\\pm\",!0),W(\"math\",j,Z,\"\\xd7\",\"\\\\times\",!0),W(\"math\",j,Z,\"\\u2229\",\"\\\\cap\",!0),W(\"math\",j,Z,\"\\u222a\",\"\\\\cup\",!0),W(\"math\",j,Z,\"\\u2216\",\"\\\\setminus\"),W(\"math\",j,Z,\"\\u2227\",\"\\\\land\"),W(\"math\",j,Z,\"\\u2228\",\"\\\\lor\"),W(\"math\",j,Z,\"\\u2227\",\"\\\\wedge\",!0),W(\"math\",j,Z,\"\\u2228\",\"\\\\vee\",!0),W(\"math\",j,\"textord\",\"\\u221a\",\"\\\\surd\"),W(\"math\",j,\"open\",\"(\",\"(\"),W(\"math\",j,\"open\",\"[\",\"[\"),W(\"math\",j,\"open\",\"\\u27e8\",\"\\\\langle\",!0),W(\"math\",j,\"open\",\"\\u2223\",\"\\\\lvert\"),W(\"math\",j,\"open\",\"\\u2225\",\"\\\\lVert\"),W(\"math\",j,\"close\",\")\",\")\"),W(\"math\",j,\"close\",\"]\",\"]\"),W(\"math\",j,\"close\",\"?\",\"?\"),W(\"math\",j,\"close\",\"!\",\"!\"),W(\"math\",j,\"close\",\"\\u27e9\",\"\\\\rangle\",!0),W(\"math\",j,\"close\",\"\\u2223\",\"\\\\rvert\"),W(\"math\",j,\"close\",\"\\u2225\",\"\\\\rVert\"),W(\"math\",j,Q,\"=\",\"=\"),W(\"math\",j,Q,\"<\",\"<\"),W(\"math\",j,Q,\">\",\">\"),W(\"math\",j,Q,\":\",\":\"),W(\"math\",j,Q,\"\\u2248\",\"\\\\approx\",!0),W(\"math\",j,Q,\"\\u2245\",\"\\\\cong\",!0),W(\"math\",j,Q,\"\\u2265\",\"\\\\ge\"),W(\"math\",j,Q,\"\\u2265\",\"\\\\geq\",!0),W(\"math\",j,Q,\"\\u2190\",\"\\\\gets\"),W(\"math\",j,Q,\">\",\"\\\\gt\"),W(\"math\",j,Q,\"\\u2208\",\"\\\\in\",!0),W(\"math\",j,Q,\"\\ue020\",\"\\\\@not\"),W(\"math\",j,Q,\"\\u2282\",\"\\\\subset\",!0),W(\"math\",j,Q,\"\\u2283\",\"\\\\supset\",!0),W(\"math\",j,Q,\"\\u2286\",\"\\\\subseteq\",!0),W(\"math\",j,Q,\"\\u2287\",\"\\\\supseteq\",!0),W(\"math\",$,Q,\"\\u2288\",\"\\\\nsubseteq\",!0),W(\"math\",$,Q,\"\\u2289\",\"\\\\nsupseteq\",!0),W(\"math\",j,Q,\"\\u22a8\",\"\\\\models\"),W(\"math\",j,Q,\"\\u2190\",\"\\\\leftarrow\",!0),W(\"math\",j,Q,\"\\u2264\",\"\\\\le\"),W(\"math\",j,Q,\"\\u2264\",\"\\\\leq\",!0),W(\"math\",j,Q,\"<\",\"\\\\lt\"),W(\"math\",j,Q,\"\\u2192\",\"\\\\rightarrow\",!0),W(\"math\",j,Q,\"\\u2192\",\"\\\\to\"),W(\"math\",$,Q,\"\\u2271\",\"\\\\ngeq\",!0),W(\"math\",$,Q,\"\\u2270\",\"\\\\nleq\",!0),W(\"math\",j,\"spacing\",\"\\xa0\",\"\\\\ \"),W(\"math\",j,\"spacing\",\"\\xa0\",\"~\"),W(\"math\",j,\"spacing\",\"\\xa0\",\"\\\\space\"),W(\"math\",j,\"spacing\",\"\\xa0\",\"\\\\nobreakspace\"),W(\"text\",j,\"spacing\",\"\\xa0\",\"\\\\ \"),W(\"text\",j,\"spacing\",\"\\xa0\",\"~\"),W(\"text\",j,\"spacing\",\"\\xa0\",\"\\\\space\"),W(\"text\",j,\"spacing\",\"\\xa0\",\"\\\\nobreakspace\"),W(\"math\",j,\"spacing\",null,\"\\\\nobreak\"),W(\"math\",j,\"spacing\",null,\"\\\\allowbreak\"),W(\"math\",j,\"punct\",\",\",\",\"),W(\"math\",j,\"punct\",\";\",\";\"),W(\"math\",$,Z,\"\\u22bc\",\"\\\\barwedge\",!0),W(\"math\",$,Z,\"\\u22bb\",\"\\\\veebar\",!0),W(\"math\",j,Z,\"\\u2299\",\"\\\\odot\",!0),W(\"math\",j,Z,\"\\u2295\",\"\\\\oplus\",!0),W(\"math\",j,Z,\"\\u2297\",\"\\\\otimes\",!0),W(\"math\",j,\"textord\",\"\\u2202\",\"\\\\partial\",!0),W(\"math\",j,Z,\"\\u2298\",\"\\\\oslash\",!0),W(\"math\",$,Z,\"\\u229a\",\"\\\\circledcirc\",!0),W(\"math\",$,Z,\"\\u22a1\",\"\\\\boxdot\",!0),W(\"math\",j,Z,\"\\u25b3\",\"\\\\bigtriangleup\"),W(\"math\",j,Z,\"\\u25bd\",\"\\\\bigtriangledown\"),W(\"math\",j,Z,\"\\u2020\",\"\\\\dagger\"),W(\"math\",j,Z,\"\\u22c4\",\"\\\\diamond\"),W(\"math\",j,Z,\"\\u22c6\",\"\\\\star\"),W(\"math\",j,Z,\"\\u25c3\",\"\\\\triangleleft\"),W(\"math\",j,Z,\"\\u25b9\",\"\\\\triangleright\"),W(\"math\",j,\"open\",\"{\",\"\\\\{\"),W(\"text\",j,\"textord\",\"{\",\"\\\\{\"),W(\"text\",j,\"textord\",\"{\",\"\\\\textbraceleft\"),W(\"math\",j,\"close\",\"}\",\"\\\\}\"),W(\"text\",j,\"textord\",\"}\",\"\\\\}\"),W(\"text\",j,\"textord\",\"}\",\"\\\\textbraceright\"),W(\"math\",j,\"open\",\"{\",\"\\\\lbrace\"),W(\"math\",j,\"close\",\"}\",\"\\\\rbrace\"),W(\"math\",j,\"open\",\"[\",\"\\\\lbrack\"),W(\"text\",j,\"textord\",\"[\",\"\\\\lbrack\"),W(\"math\",j,\"close\",\"]\",\"\\\\rbrack\"),W(\"text\",j,\"textord\",\"]\",\"\\\\rbrack\"),W(\"math\",j,\"open\",\"(\",\"\\\\lparen\"),W(\"math\",j,\"close\",\")\",\"\\\\rparen\"),W(\"text\",j,\"textord\",\"<\",\"\\\\textless\"),W(\"text\",j,\"textord\",\">\",\"\\\\textgreater\"),W(\"math\",j,\"open\",\"\\u230a\",\"\\\\lfloor\",!0),W(\"math\",j,\"close\",\"\\u230b\",\"\\\\rfloor\",!0),W(\"math\",j,\"open\",\"\\u2308\",\"\\\\lceil\",!0),W(\"math\",j,\"close\",\"\\u2309\",\"\\\\rceil\",!0),W(\"math\",j,\"textord\",\"\\\\\",\"\\\\backslash\"),W(\"math\",j,\"textord\",\"\\u2223\",\"|\"),W(\"math\",j,\"textord\",\"\\u2223\",\"\\\\vert\"),W(\"text\",j,\"textord\",\"|\",\"\\\\textbar\"),W(\"math\",j,\"textord\",\"\\u2225\",\"\\\\|\"),W(\"math\",j,\"textord\",\"\\u2225\",\"\\\\Vert\"),W(\"text\",j,\"textord\",\"\\u2225\",\"\\\\textbardbl\"),W(\"text\",j,\"textord\",\"~\",\"\\\\textasciitilde\"),W(\"text\",j,\"textord\",\"\\\\\",\"\\\\textbackslash\"),W(\"text\",j,\"textord\",\"^\",\"\\\\textasciicircum\"),W(\"math\",j,Q,\"\\u2191\",\"\\\\uparrow\",!0),W(\"math\",j,Q,\"\\u21d1\",\"\\\\Uparrow\",!0),W(\"math\",j,Q,\"\\u2193\",\"\\\\downarrow\",!0),W(\"math\",j,Q,\"\\u21d3\",\"\\\\Downarrow\",!0),W(\"math\",j,Q,\"\\u2195\",\"\\\\updownarrow\",!0),W(\"math\",j,Q,\"\\u21d5\",\"\\\\Updownarrow\",!0),W(\"math\",j,J,\"\\u2210\",\"\\\\coprod\"),W(\"math\",j,J,\"\\u22c1\",\"\\\\bigvee\"),W(\"math\",j,J,\"\\u22c0\",\"\\\\bigwedge\"),W(\"math\",j,J,\"\\u2a04\",\"\\\\biguplus\"),W(\"math\",j,J,\"\\u22c2\",\"\\\\bigcap\"),W(\"math\",j,J,\"\\u22c3\",\"\\\\bigcup\"),W(\"math\",j,J,\"\\u222b\",\"\\\\int\"),W(\"math\",j,J,\"\\u222b\",\"\\\\intop\"),W(\"math\",j,J,\"\\u222c\",\"\\\\iint\"),W(\"math\",j,J,\"\\u222d\",\"\\\\iiint\"),W(\"math\",j,J,\"\\u220f\",\"\\\\prod\"),W(\"math\",j,J,\"\\u2211\",\"\\\\sum\"),W(\"math\",j,J,\"\\u2a02\",\"\\\\bigotimes\"),W(\"math\",j,J,\"\\u2a01\",\"\\\\bigoplus\"),W(\"math\",j,J,\"\\u2a00\",\"\\\\bigodot\"),W(\"math\",j,J,\"\\u222e\",\"\\\\oint\"),W(\"math\",j,J,\"\\u222f\",\"\\\\oiint\"),W(\"math\",j,J,\"\\u2230\",\"\\\\oiiint\"),W(\"math\",j,J,\"\\u2a06\",\"\\\\bigsqcup\"),W(\"math\",j,J,\"\\u222b\",\"\\\\smallint\"),W(\"text\",j,\"inner\",\"\\u2026\",\"\\\\textellipsis\"),W(\"math\",j,\"inner\",\"\\u2026\",\"\\\\mathellipsis\"),W(\"text\",j,\"inner\",\"\\u2026\",\"\\\\ldots\",!0),W(\"math\",j,\"inner\",\"\\u2026\",\"\\\\ldots\",!0),W(\"math\",j,\"inner\",\"\\u22ef\",\"\\\\@cdots\",!0),W(\"math\",j,\"inner\",\"\\u22f1\",\"\\\\ddots\",!0),W(\"math\",j,\"textord\",\"\\u22ee\",\"\\\\varvdots\"),W(\"math\",j,\"accent-token\",\"\\u02ca\",\"\\\\acute\"),W(\"math\",j,\"accent-token\",\"\\u02cb\",\"\\\\grave\"),W(\"math\",j,\"accent-token\",\"\\xa8\",\"\\\\ddot\"),W(\"math\",j,\"accent-token\",\"~\",\"\\\\tilde\"),W(\"math\",j,\"accent-token\",\"\\u02c9\",\"\\\\bar\"),W(\"math\",j,\"accent-token\",\"\\u02d8\",\"\\\\breve\"),W(\"math\",j,\"accent-token\",\"\\u02c7\",\"\\\\check\"),W(\"math\",j,\"accent-token\",\"^\",\"\\\\hat\"),W(\"math\",j,\"accent-token\",\"\\u20d7\",\"\\\\vec\"),W(\"math\",j,\"accent-token\",\"\\u02d9\",\"\\\\dot\"),W(\"math\",j,\"accent-token\",\"\\u02da\",\"\\\\mathring\"),W(\"math\",j,K,\"\\u0131\",\"\\\\imath\",!0),W(\"math\",j,K,\"\\u0237\",\"\\\\jmath\",!0),W(\"text\",j,\"textord\",\"\\u0131\",\"\\\\i\",!0),W(\"text\",j,\"textord\",\"\\u0237\",\"\\\\j\",!0),W(\"text\",j,\"textord\",\"\\xdf\",\"\\\\ss\",!0),W(\"text\",j,\"textord\",\"\\xe6\",\"\\\\ae\",!0),W(\"text\",j,\"textord\",\"\\xe6\",\"\\\\ae\",!0),W(\"text\",j,\"textord\",\"\\u0153\",\"\\\\oe\",!0),W(\"text\",j,\"textord\",\"\\xf8\",\"\\\\o\",!0),W(\"text\",j,\"textord\",\"\\xc6\",\"\\\\AE\",!0),W(\"text\",j,\"textord\",\"\\u0152\",\"\\\\OE\",!0),W(\"text\",j,\"textord\",\"\\xd8\",\"\\\\O\",!0),W(\"text\",j,\"accent-token\",\"\\u02ca\",\"\\\\'\"),W(\"text\",j,\"accent-token\",\"\\u02cb\",\"\\\\`\"),W(\"text\",j,\"accent-token\",\"\\u02c6\",\"\\\\^\"),W(\"text\",j,\"accent-token\",\"\\u02dc\",\"\\\\~\"),W(\"text\",j,\"accent-token\",\"\\u02c9\",\"\\\\=\"),W(\"text\",j,\"accent-token\",\"\\u02d8\",\"\\\\u\"),W(\"text\",j,\"accent-token\",\"\\u02d9\",\"\\\\.\"),W(\"text\",j,\"accent-token\",\"\\u02da\",\"\\\\r\"),W(\"text\",j,\"accent-token\",\"\\u02c7\",\"\\\\v\"),W(\"text\",j,\"accent-token\",\"\\xa8\",'\\\\\"'),W(\"text\",j,\"accent-token\",\"\\u02dd\",\"\\\\H\"),W(\"text\",j,\"accent-token\",\"\\u25ef\",\"\\\\textcircled\");var tt={\"--\":!0,\"---\":!0,\"``\":!0,\"''\":!0};W(\"text\",j,\"textord\",\"\\u2013\",\"--\"),W(\"text\",j,\"textord\",\"\\u2013\",\"\\\\textendash\"),W(\"text\",j,\"textord\",\"\\u2014\",\"---\"),W(\"text\",j,\"textord\",\"\\u2014\",\"\\\\textemdash\"),W(\"text\",j,\"textord\",\"\\u2018\",\"`\"),W(\"text\",j,\"textord\",\"\\u2018\",\"\\\\textquoteleft\"),W(\"text\",j,\"textord\",\"\\u2019\",\"'\"),W(\"text\",j,\"textord\",\"\\u2019\",\"\\\\textquoteright\"),W(\"text\",j,\"textord\",\"\\u201c\",\"``\"),W(\"text\",j,\"textord\",\"\\u201c\",\"\\\\textquotedblleft\"),W(\"text\",j,\"textord\",\"\\u201d\",\"''\"),W(\"text\",j,\"textord\",\"\\u201d\",\"\\\\textquotedblright\"),W(\"math\",j,\"textord\",\"\\xb0\",\"\\\\degree\",!0),W(\"text\",j,\"textord\",\"\\xb0\",\"\\\\degree\"),W(\"text\",j,\"textord\",\"\\xb0\",\"\\\\textdegree\",!0),W(\"math\",j,K,\"\\xa3\",\"\\\\pounds\"),W(\"math\",j,K,\"\\xa3\",\"\\\\mathsterling\",!0),W(\"text\",j,K,\"\\xa3\",\"\\\\pounds\"),W(\"text\",j,K,\"\\xa3\",\"\\\\textsterling\",!0),W(\"math\",$,\"textord\",\"\\u2720\",\"\\\\maltese\"),W(\"text\",$,\"textord\",\"\\u2720\",\"\\\\maltese\"),W(\"text\",j,\"spacing\",\"\\xa0\",\"\\\\ \"),W(\"text\",j,\"spacing\",\"\\xa0\",\" \"),W(\"text\",j,\"spacing\",\"\\xa0\",\"~\");for(var et=0;et<'0123456789/@.\"'.length;et++){var rt='0123456789/@.\"'.charAt(et);W(\"math\",j,\"textord\",rt,rt)}for(var at=0;at<'0123456789!@*()-=+[]<>|\";:?/.,'.length;at++){var nt='0123456789!@*()-=+[]<>|\";:?/.,'.charAt(at);W(\"text\",j,\"textord\",nt,nt)}for(var ot=\"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz\",it=0;it<ot.length;it++){var st=ot.charAt(it);W(\"math\",j,K,st,st),W(\"text\",j,\"textord\",st,st)}W(\"math\",$,\"textord\",\"C\",\"\\u2102\"),W(\"text\",$,\"textord\",\"C\",\"\\u2102\"),W(\"math\",$,\"textord\",\"H\",\"\\u210d\"),W(\"text\",$,\"textord\",\"H\",\"\\u210d\"),W(\"math\",$,\"textord\",\"N\",\"\\u2115\"),W(\"text\",$,\"textord\",\"N\",\"\\u2115\"),W(\"math\",$,\"textord\",\"P\",\"\\u2119\"),W(\"text\",$,\"textord\",\"P\",\"\\u2119\"),W(\"math\",$,\"textord\",\"Q\",\"\\u211a\"),W(\"text\",$,\"textord\",\"Q\",\"\\u211a\"),W(\"math\",$,\"textord\",\"R\",\"\\u211d\"),W(\"text\",$,\"textord\",\"R\",\"\\u211d\"),W(\"math\",$,\"textord\",\"Z\",\"\\u2124\"),W(\"text\",$,\"textord\",\"Z\",\"\\u2124\"),W(\"math\",j,K,\"h\",\"\\u210e\"),W(\"text\",j,K,\"h\",\"\\u210e\");for(var ht=\"\",lt=0;lt<ot.length;lt++){var mt=ot.charAt(lt);W(\"math\",j,K,mt,ht=String.fromCharCode(55349,56320+lt)),W(\"text\",j,\"textord\",mt,ht),W(\"math\",j,K,mt,ht=String.fromCharCode(55349,56372+lt)),W(\"text\",j,\"textord\",mt,ht),W(\"math\",j,K,mt,ht=String.fromCharCode(55349,56424+lt)),W(\"text\",j,\"textord\",mt,ht),W(\"math\",j,K,mt,ht=String.fromCharCode(55349,56580+lt)),W(\"text\",j,\"textord\",mt,ht),W(\"math\",j,K,mt,ht=String.fromCharCode(55349,56736+lt)),W(\"text\",j,\"textord\",mt,ht),W(\"math\",j,K,mt,ht=String.fromCharCode(55349,56788+lt)),W(\"text\",j,\"textord\",mt,ht),W(\"math\",j,K,mt,ht=String.fromCharCode(55349,56840+lt)),W(\"text\",j,\"textord\",mt,ht),W(\"math\",j,K,mt,ht=String.fromCharCode(55349,56944+lt)),W(\"text\",j,\"textord\",mt,ht),lt<26&&(W(\"math\",j,K,mt,ht=String.fromCharCode(55349,56632+lt)),W(\"text\",j,\"textord\",mt,ht),W(\"math\",j,K,mt,ht=String.fromCharCode(55349,56476+lt)),W(\"text\",j,\"textord\",mt,ht))}W(\"math\",j,K,\"k\",ht=String.fromCharCode(55349,56668)),W(\"text\",j,\"textord\",\"k\",ht);for(var ct=0;ct<10;ct++){var ut=ct.toString();W(\"math\",j,K,ut,ht=String.fromCharCode(55349,57294+ct)),W(\"text\",j,\"textord\",ut,ht),W(\"math\",j,K,ut,ht=String.fromCharCode(55349,57314+ct)),W(\"text\",j,\"textord\",ut,ht),W(\"math\",j,K,ut,ht=String.fromCharCode(55349,57324+ct)),W(\"text\",j,\"textord\",ut,ht),W(\"math\",j,K,ut,ht=String.fromCharCode(55349,57334+ct)),W(\"text\",j,\"textord\",ut,ht)}for(var dt=0;dt<\"\\xc7\\xd0\\xde\\xe7\\xfe\".length;dt++){var pt=\"\\xc7\\xd0\\xde\\xe7\\xfe\".charAt(dt);W(\"math\",j,K,pt,pt),W(\"text\",j,\"textord\",pt,pt)}W(\"text\",j,\"textord\",\"\\xf0\",\"\\xf0\"),W(\"text\",j,\"textord\",\"\\u2013\",\"\\u2013\"),W(\"text\",j,\"textord\",\"\\u2014\",\"\\u2014\"),W(\"text\",j,\"textord\",\"\\u2018\",\"\\u2018\"),W(\"text\",j,\"textord\",\"\\u2019\",\"\\u2019\"),W(\"text\",j,\"textord\",\"\\u201c\",\"\\u201c\"),W(\"text\",j,\"textord\",\"\\u201d\",\"\\u201d\");var ft=[[\"mathbf\",\"textbf\",\"Main-Bold\"],[\"mathbf\",\"textbf\",\"Main-Bold\"],[\"mathdefault\",\"textit\",\"Math-Italic\"],[\"mathdefault\",\"textit\",\"Math-Italic\"],[\"boldsymbol\",\"boldsymbol\",\"Main-BoldItalic\"],[\"boldsymbol\",\"boldsymbol\",\"Main-BoldItalic\"],[\"mathscr\",\"textscr\",\"Script-Regular\"],[\"\",\"\",\"\"],[\"\",\"\",\"\"],[\"\",\"\",\"\"],[\"mathfrak\",\"textfrak\",\"Fraktur-Regular\"],[\"mathfrak\",\"textfrak\",\"Fraktur-Regular\"],[\"mathbb\",\"textbb\",\"AMS-Regular\"],[\"mathbb\",\"textbb\",\"AMS-Regular\"],[\"\",\"\",\"\"],[\"\",\"\",\"\"],[\"mathsf\",\"textsf\",\"SansSerif-Regular\"],[\"mathsf\",\"textsf\",\"SansSerif-Regular\"],[\"mathboldsf\",\"textboldsf\",\"SansSerif-Bold\"],[\"mathboldsf\",\"textboldsf\",\"SansSerif-Bold\"],[\"mathitsf\",\"textitsf\",\"SansSerif-Italic\"],[\"mathitsf\",\"textitsf\",\"SansSerif-Italic\"],[\"\",\"\",\"\"],[\"\",\"\",\"\"],[\"mathtt\",\"texttt\",\"Typewriter-Regular\"],[\"mathtt\",\"texttt\",\"Typewriter-Regular\"]],gt=[[\"mathbf\",\"textbf\",\"Main-Bold\"],[\"\",\"\",\"\"],[\"mathsf\",\"textsf\",\"SansSerif-Regular\"],[\"mathboldsf\",\"textboldsf\",\"SansSerif-Bold\"],[\"mathtt\",\"texttt\",\"Typewriter-Regular\"]],xt=[[1,1,1],[2,1,1],[3,1,1],[4,2,1],[5,2,1],[6,3,1],[7,4,2],[8,6,3],[9,7,6],[10,8,7],[11,10,9]],vt=[.5,.6,.7,.8,.9,1,1.2,1.44,1.728,2.074,2.488],bt=function(t,e){return e.size<2?t:xt[t-1][e.size-1]},yt=function(){function t(e){this.style=void 0,this.color=void 0,this.size=void 0,this.textSize=void 0,this.phantom=void 0,this.font=void 0,this.fontFamily=void 0,this.fontWeight=void 0,this.fontShape=void 0,this.sizeMultiplier=void 0,this.maxSize=void 0,this._fontMetrics=void 0,this.style=e.style,this.color=e.color,this.size=e.size||t.BASESIZE,this.textSize=e.textSize||this.size,this.phantom=!!e.phantom,this.font=e.font||\"\",this.fontFamily=e.fontFamily||\"\",this.fontWeight=e.fontWeight||\"\",this.fontShape=e.fontShape||\"\",this.sizeMultiplier=vt[this.size-1],this.maxSize=e.maxSize,this._fontMetrics=void 0}var e=t.prototype;return e.extend=function(e){var r={style:this.style,size:this.size,textSize:this.textSize,color:this.color,phantom:this.phantom,font:this.font,fontFamily:this.fontFamily,fontWeight:this.fontWeight,fontShape:this.fontShape,maxSize:this.maxSize};for(var a in e)e.hasOwnProperty(a)&&(r[a]=e[a]);return new t(r)},e.havingStyle=function(t){return this.style===t?this:this.extend({style:t,size:bt(this.textSize,t)})},e.havingCrampedStyle=function(){return this.havingStyle(this.style.cramp())},e.havingSize=function(t){return this.size===t&&this.textSize===t?this:this.extend({style:this.style.text(),size:t,textSize:t,sizeMultiplier:vt[t-1]})},e.havingBaseStyle=function(e){e=e||this.style.text();var r=bt(t.BASESIZE,e);return this.size===r&&this.textSize===t.BASESIZE&&this.style===e?this:this.extend({style:e,size:r})},e.havingBaseSizing=function(){var t;switch(this.style.id){case 4:case 5:t=3;break;case 6:case 7:t=1;break;default:t=6}return this.extend({style:this.style.text(),size:t})},e.withColor=function(t){return this.extend({color:t})},e.withPhantom=function(){return this.extend({phantom:!0})},e.withFont=function(t){return this.extend({font:t})},e.withTextFontFamily=function(t){return this.extend({fontFamily:t,font:\"\"})},e.withTextFontWeight=function(t){return this.extend({fontWeight:t,font:\"\"})},e.withTextFontShape=function(t){return this.extend({fontShape:t,font:\"\"})},e.sizingClasses=function(t){return t.size!==this.size?[\"sizing\",\"reset-size\"+t.size,\"size\"+this.size]:[]},e.baseSizingClasses=function(){return this.size!==t.BASESIZE?[\"sizing\",\"reset-size\"+this.size,\"size\"+t.BASESIZE]:[]},e.fontMetrics=function(){return this._fontMetrics||(this._fontMetrics=function(t){var e;if(!U[e=t>=5?0:t>=3?1:2]){var r=U[e]={cssEmPerMu:D.quad[e]/18};for(var a in D)D.hasOwnProperty(a)&&(r[a]=D[a][e])}return U[e]}(this.size)),this._fontMetrics},e.getColor=function(){return this.phantom?\"transparent\":this.color},t}();yt.BASESIZE=6;var wt=yt,kt={pt:1,mm:7227/2540,cm:7227/254,in:72.27,bp:1.00375,pc:12,dd:1238/1157,cc:14856/1157,nd:685/642,nc:1370/107,sp:1/65536,px:1.00375},St={ex:!0,em:!0,mu:!0},zt=function(t,e){var r;if(t.unit in kt)r=kt[t.unit]/e.fontMetrics().ptPerEm/e.sizeMultiplier;else if(\"mu\"===t.unit)r=e.fontMetrics().cssEmPerMu;else{var a;if(a=e.style.isTight()?e.havingStyle(e.style.text()):e,\"ex\"===t.unit)r=a.fontMetrics().xHeight;else{if(\"em\"!==t.unit)throw new i(\"Invalid unit: '\"+t.unit+\"'\");r=a.fontMetrics().quad}a!==e&&(r*=a.sizeMultiplier/e.sizeMultiplier)}return Math.min(t.number*r,e.maxSize)},Mt=[\"\\\\imath\",\"\\u0131\",\"\\\\jmath\",\"\\u0237\",\"\\\\pounds\",\"\\\\mathsterling\",\"\\\\textsterling\",\"\\xa3\"],Tt=function(t,e,r){return _[r][t]&&_[r][t].replace&&(t=_[r][t].replace),{value:t,metrics:V(t,e,r)}},At=function(t,e,r,a,n){var o,i=Tt(t,e,r),s=i.metrics;if(t=i.value,s){var h=s.italic;(\"text\"===r||a&&\"mathit\"===a.font)&&(h=0),o=new E(t,s.height,s.depth,h,s.skew,s.width,n)}else\"undefined\"!=typeof console&&console.warn(\"No character metrics for '\"+t+\"' in style '\"+e+\"'\"),o=new E(t,0,0,0,0,0,n);if(a){o.maxFontSize=a.sizeMultiplier,a.style.isTight()&&o.classes.push(\"mtight\");var l=a.getColor();l&&(o.style.color=l)}return o},Bt=function(t,e){if(A(t.classes)!==A(e.classes)||t.skew!==e.skew||t.maxFontSize!==e.maxFontSize)return!1;for(var r in t.style)if(t.style.hasOwnProperty(r)&&t.style[r]!==e.style[r])return!1;for(var a in e.style)if(e.style.hasOwnProperty(a)&&t.style[a]!==e.style[a])return!1;return!0},qt=function(t){for(var e=0,r=0,a=0,n=0;n<t.children.length;n++){var o=t.children[n];o.height>e&&(e=o.height),o.depth>r&&(r=o.depth),o.maxFontSize>a&&(a=o.maxFontSize)}t.height=e,t.depth=r,t.maxFontSize=a},Ct=function(t,e,r,a){var n=new N(t,e,r,a);return qt(n),n},Nt=function(t,e,r,a){return new N(t,e,r,a)},It=function(t){var e=new T(t);return qt(e),e},Ot=function(t,e,r){var a=\"\";switch(t){case\"amsrm\":a=\"AMS\";break;case\"textrm\":a=\"Main\";break;case\"textsf\":a=\"SansSerif\";break;case\"texttt\":a=\"Typewriter\";break;default:a=t}return a+\"-\"+(\"textbf\"===e&&\"textit\"===r?\"BoldItalic\":\"textbf\"===e?\"Bold\":\"textit\"===e?\"Italic\":\"Regular\")},Et={mathbf:{variant:\"bold\",fontName:\"Main-Bold\"},mathrm:{variant:\"normal\",fontName:\"Main-Regular\"},textit:{variant:\"italic\",fontName:\"Main-Italic\"},mathit:{variant:\"italic\",fontName:\"Main-Italic\"},mathbb:{variant:\"double-struck\",fontName:\"AMS-Regular\"},mathcal:{variant:\"script\",fontName:\"Caligraphic-Regular\"},mathfrak:{variant:\"fraktur\",fontName:\"Fraktur-Regular\"},mathscr:{variant:\"script\",fontName:\"Script-Regular\"},mathsf:{variant:\"sans-serif\",fontName:\"SansSerif-Regular\"},mathtt:{variant:\"monospace\",fontName:\"Typewriter-Regular\"}},Rt={vec:[\"vec\",.471,.714],oiintSize1:[\"oiintSize1\",.957,.499],oiintSize2:[\"oiintSize2\",1.472,.659],oiiintSize1:[\"oiiintSize1\",1.304,.499],oiiintSize2:[\"oiiintSize2\",1.98,.659]},Lt={fontMap:Et,makeSymbol:At,mathsym:function(t,e,r,a){return void 0===a&&(a=[]),r&&r.font&&\"boldsymbol\"===r.font&&Tt(t,\"Main-Bold\",e).metrics?At(t,\"Main-Bold\",e,r,a.concat([\"mathbf\"])):\"\\\\\"===t||\"main\"===_[e][t].font?At(t,\"Main-Regular\",e,r,a):At(t,\"AMS-Regular\",e,r,a.concat([\"amsrm\"]))},makeSpan:Ct,makeSvgSpan:Nt,makeLineSpan:function(t,e,r){var a=Ct([t],[],e);return a.height=r||e.fontMetrics().defaultRuleThickness,a.style.borderBottomWidth=a.height+\"em\",a.maxFontSize=1,a},makeAnchor:function(t,e,r,a){var n=new I(t,e,r,a);return qt(n),n},makeFragment:It,wrapFragment:function(t,e){return t instanceof T?Ct([],[t],e):t},makeVList:function(t,e){for(var r=function(t){if(\"individualShift\"===t.positionType){for(var e=t.children,r=[e[0]],a=-e[0].shift-e[0].elem.depth,n=a,o=1;o<e.length;o++){var i=-e[o].shift-n-e[o].elem.depth,s=i-(e[o-1].elem.height+e[o-1].elem.depth);n+=i,r.push({type:\"kern\",size:s}),r.push(e[o])}return{children:r,depth:a}}var h;if(\"top\"===t.positionType){for(var l=t.positionData,m=0;m<t.children.length;m++){var c=t.children[m];l-=\"kern\"===c.type?c.size:c.elem.height+c.elem.depth}h=l}else if(\"bottom\"===t.positionType)h=-t.positionData;else{var u=t.children[0];if(\"elem\"!==u.type)throw new Error('First child must have type \"elem\".');if(\"shift\"===t.positionType)h=-u.elem.depth-t.positionData;else{if(\"firstBaseline\"!==t.positionType)throw new Error(\"Invalid positionType \"+t.positionType+\".\");h=-u.elem.depth}}return{children:t.children,depth:h}}(t),a=r.children,n=r.depth,o=0,i=0;i<a.length;i++){var s=a[i];if(\"elem\"===s.type){var h=s.elem;o=Math.max(o,h.maxFontSize,h.height)}}o+=2;var l=Ct([\"pstrut\"],[]);l.style.height=o+\"em\";for(var m=[],c=n,u=n,d=n,p=0;p<a.length;p++){var f=a[p];if(\"kern\"===f.type)d+=f.size;else{var g=f.elem,x=f.wrapperClasses||[],v=f.wrapperStyle||{},b=Ct(x,[l,g],void 0,v);b.style.top=-o-d-g.depth+\"em\",f.marginLeft&&(b.style.marginLeft=f.marginLeft),f.marginRight&&(b.style.marginRight=f.marginRight),m.push(b),d+=g.height+g.depth}c=Math.min(c,d),u=Math.max(u,d)}var y,w=Ct([\"vlist\"],m);if(w.style.height=u+\"em\",c<0){var k=Ct([],[]),S=Ct([\"vlist\"],[k]);S.style.height=-c+\"em\";var z=Ct([\"vlist-s\"],[new E(\"\\u200b\")]);y=[Ct([\"vlist-r\"],[w,z]),Ct([\"vlist-r\"],[S])]}else y=[Ct([\"vlist-r\"],[w])];var M=Ct([\"vlist-t\"],y);return 2===y.length&&M.classes.push(\"vlist-t2\"),M.height=u,M.depth=-c,M},makeOrd:function(t,e,r){var a,n=t.mode,o=t.text,s=[\"mord\"],h=\"math\"===n||\"text\"===n&&e.font,l=h?e.font:e.fontFamily;if(55349===o.charCodeAt(0)){var m=function(t,e){var r=1024*(t.charCodeAt(0)-55296)+(t.charCodeAt(1)-56320)+65536,a=\"math\"===e?0:1;if(119808<=r&&r<120484){var n=Math.floor((r-119808)/26);return[ft[n][2],ft[n][a]]}if(120782<=r&&r<=120831){var o=Math.floor((r-120782)/10);return[gt[o][2],gt[o][a]]}if(120485===r||120486===r)return[ft[0][2],ft[0][a]];if(120486<r&&r<120782)return[\"\",\"\"];throw new i(\"Unsupported character: \"+t)}(o,n),u=m[0],d=m[1];return At(o,u,n,e,s.concat(d))}if(l){var p,f;if(\"boldsymbol\"===l||\"mathnormal\"===l){var g=\"boldsymbol\"===l?function(t,e,r,a){return Tt(t,\"Math-BoldItalic\",e).metrics?{fontName:\"Math-BoldItalic\",fontClass:\"boldsymbol\"}:{fontName:\"Main-Bold\",fontClass:\"mathbf\"}}(o,n):(a=o,c.contains(Mt,a)?{fontName:\"Main-Italic\",fontClass:\"mathit\"}:/[0-9]/.test(a.charAt(0))?{fontName:\"Caligraphic-Regular\",fontClass:\"mathcal\"}:{fontName:\"Math-Italic\",fontClass:\"mathdefault\"});p=g.fontName,f=[g.fontClass]}else c.contains(Mt,o)?(p=\"Main-Italic\",f=[\"mathit\"]):h?(p=Et[l].fontName,f=[l]):(p=Ot(l,e.fontWeight,e.fontShape),f=[l,e.fontWeight,e.fontShape]);if(Tt(o,p,n).metrics)return At(o,p,n,e,s.concat(f));if(tt.hasOwnProperty(o)&&\"Typewriter\"===p.substr(0,10)){for(var x=[],v=0;v<o.length;v++)x.push(At(o[v],p,n,e,s.concat(f)));return It(x)}}if(\"mathord\"===r){var b=function(t,e,r,a){return/[0-9]/.test(t.charAt(0))||c.contains(Mt,t)?{fontName:\"Main-Italic\",fontClass:\"mathit\"}:{fontName:\"Math-Italic\",fontClass:\"mathdefault\"}}(o);return At(o,b.fontName,n,e,s.concat([b.fontClass]))}if(\"textord\"===r){var y=_[n][o]&&_[n][o].font;if(\"ams\"===y){var w=Ot(\"amsrm\",e.fontWeight,e.fontShape);return At(o,w,n,e,s.concat(\"amsrm\",e.fontWeight,e.fontShape))}if(\"main\"!==y&&y){var k=Ot(y,e.fontWeight,e.fontShape);return At(o,k,n,e,s.concat(k,e.fontWeight,e.fontShape))}var S=Ot(\"textrm\",e.fontWeight,e.fontShape);return At(o,S,n,e,s.concat(e.fontWeight,e.fontShape))}throw new Error(\"unexpected type: \"+r+\" in makeOrd\")},makeGlue:function(t,e){var r=Ct([\"mspace\"],[],e),a=zt(t,e);return r.style.marginRight=a+\"em\",r},staticSvg:function(t,e){var r=Rt[t],a=r[0],n=r[1],o=r[2],i=new L(a),s=new R([i],{width:n+\"em\",height:o+\"em\",style:\"width:\"+n+\"em\",viewBox:\"0 0 \"+1e3*n+\" \"+1e3*o,preserveAspectRatio:\"xMinYMin\"}),h=Nt([\"overlay\"],[s],e);return h.height=o,h.style.height=o+\"em\",h.style.width=n+\"em\",h},svgData:Rt,tryCombineChars:function(t){for(var e=0;e<t.length-1;e++){var r=t[e],a=t[e+1];r instanceof E&&a instanceof E&&Bt(r,a)&&(r.text+=a.text,r.height=Math.max(r.height,a.height),r.depth=Math.max(r.depth,a.depth),r.italic=a.italic,t.splice(e+1,1),e--)}return t}};function Ht(t,e){var r=Pt(t,e);if(!r)throw new Error(\"Expected node of type \"+e+\", but got \"+(t?\"node of type \"+t.type:String(t)));return r}function Pt(t,e){return t&&t.type===e?t:null}function Dt(t,e){var r=function(t,e){return t&&\"atom\"===t.type&&t.family===e?t:null}(t,e);if(!r)throw new Error('Expected node of type \"atom\" and family \"'+e+'\", but got '+(t?\"atom\"===t.type?\"atom of family \"+t.family:\"node of type \"+t.type:String(t)));return r}function Ft(t){return t&&(\"atom\"===t.type||X.hasOwnProperty(t.type))?t:null}var Vt={number:3,unit:\"mu\"},Ut={number:4,unit:\"mu\"},Gt={number:5,unit:\"mu\"},Xt={mord:{mop:Vt,mbin:Ut,mrel:Gt,minner:Vt},mop:{mord:Vt,mop:Vt,mrel:Gt,minner:Vt},mbin:{mord:Ut,mop:Ut,mopen:Ut,minner:Ut},mrel:{mord:Gt,mop:Gt,mopen:Gt,minner:Gt},mopen:{},mclose:{mop:Vt,mbin:Ut,mrel:Gt,minner:Vt},mpunct:{mord:Vt,mop:Vt,mrel:Gt,mopen:Vt,mclose:Vt,mpunct:Vt,minner:Vt},minner:{mord:Vt,mop:Vt,mbin:Ut,mrel:Gt,mopen:Vt,mpunct:Vt,minner:Vt}},Yt={mord:{mop:Vt},mop:{mord:Vt,mop:Vt},mbin:{},mrel:{},mopen:{},mclose:{mop:Vt},mpunct:{},minner:{mop:Vt}},_t={},Wt={},jt={};function $t(t){for(var e=t.type,r=(t.nodeType,t.names),a=t.props,n=t.handler,o=t.htmlBuilder,i=t.mathmlBuilder,s={type:e,numArgs:a.numArgs,argTypes:a.argTypes,greediness:void 0===a.greediness?1:a.greediness,allowedInText:!!a.allowedInText,allowedInMath:void 0===a.allowedInMath||a.allowedInMath,numOptionalArgs:a.numOptionalArgs||0,infix:!!a.infix,consumeMode:a.consumeMode,handler:n},h=0;h<r.length;++h)_t[r[h]]=s;e&&(o&&(Wt[e]=o),i&&(jt[e]=i))}function Zt(t){$t({type:t.type,names:[],props:{numArgs:0},handler:function(){throw new Error(\"Should never be called.\")},htmlBuilder:t.htmlBuilder,mathmlBuilder:t.mathmlBuilder})}var Kt=function(t){var e=Pt(t,\"ordgroup\");return e?e.body:[t]},Jt=Lt.makeSpan,Qt=[\"leftmost\",\"mbin\",\"mopen\",\"mrel\",\"mop\",\"mpunct\"],te=[\"rightmost\",\"mrel\",\"mclose\",\"mpunct\"],ee={display:w.DISPLAY,text:w.TEXT,script:w.SCRIPT,scriptscript:w.SCRIPTSCRIPT},re={mord:\"mord\",mop:\"mop\",mbin:\"mbin\",mrel:\"mrel\",mopen:\"mopen\",mclose:\"mclose\",mpunct:\"mpunct\",minner:\"minner\"},ae=function(t,e,r,a){void 0===a&&(a=[null,null]);for(var n=[],o=0;o<t.length;o++){var i=he(t[o],e);if(i instanceof T){var s=i.children;n.push.apply(n,s)}else n.push(i)}if(!r)return n;var h=e;if(1===t.length){var l=Pt(t[0],\"sizing\")||Pt(t[0],\"styling\");l&&(\"sizing\"===l.type?h=e.havingSize(l.size):\"styling\"===l.type&&(h=e.havingStyle(ee[l.style])))}var m=Jt([a[0]||\"leftmost\"],[],e),u=Jt([a[1]||\"rightmost\"],[],e);return ne(n,function(t,e){var r=e.classes[0],a=t.classes[0];\"mbin\"===r&&c.contains(te,a)?e.classes[0]=\"mord\":\"mbin\"===a&&c.contains(Qt,r)&&(t.classes[0]=\"mord\")},{node:m},u),ne(n,function(t,e){var r=ie(e),a=ie(t),n=r&&a?t.hasClass(\"mtight\")?Yt[r][a]:Xt[r][a]:null;if(n)return Lt.makeGlue(n,h)},{node:m},u),n},ne=function t(e,r,a,n){n&&e.push(n);for(var o=0;o<e.length;o++){var i=e[o],s=oe(i);if(s)t(s.children,r,a);else if(\"mspace\"!==i.classes[0]){var h=r(i,a.node);h&&(a.insertAfter?a.insertAfter(h):(e.unshift(h),o++)),a.node=i,a.insertAfter=function(t){return function(r){e.splice(t+1,0,r),o++}}(o)}}n&&e.pop()},oe=function(t){return t instanceof T||t instanceof I?t:null},ie=function(t,e){return t?(e&&(t=function t(e,r){var a=oe(e);if(a){var n=a.children;if(n.length){if(\"right\"===r)return t(n[n.length-1],\"right\");if(\"left\"===r)return t(n[0],\"left\")}}return e}(t,e)),re[t.classes[0]]||null):null},se=function(t,e){var r=[\"nulldelimiter\"].concat(t.baseSizingClasses());return Jt(e.concat(r))},he=function(t,e,r){if(!t)return Jt();if(Wt[t.type]){var a=Wt[t.type](t,e);if(r&&e.size!==r.size){a=Jt(e.sizingClasses(r),[a],e);var n=e.sizeMultiplier/r.sizeMultiplier;a.height*=n,a.depth*=n}return a}throw new i(\"Got group of unknown type: '\"+t.type+\"'\")};function le(t,e){var r=Jt([\"base\"],t,e),a=Jt([\"strut\"]);return a.style.height=r.height+r.depth+\"em\",a.style.verticalAlign=-r.depth+\"em\",r.children.unshift(a),r}function me(t,e){var r=null;1===t.length&&\"tag\"===t[0].type&&(r=t[0].tag,t=t[0].body);for(var a,n=ae(t,e,!0),o=[],i=[],s=0;s<n.length;s++)if(i.push(n[s]),n[s].hasClass(\"mbin\")||n[s].hasClass(\"mrel\")||n[s].hasClass(\"allowbreak\")){for(var h=!1;s<n.length-1&&n[s+1].hasClass(\"mspace\")&&!n[s+1].hasClass(\"newline\");)s++,i.push(n[s]),n[s].hasClass(\"nobreak\")&&(h=!0);h||(o.push(le(i,e)),i=[])}else n[s].hasClass(\"newline\")&&(i.pop(),i.length>0&&(o.push(le(i,e)),i=[]),o.push(n[s]));i.length>0&&o.push(le(i,e)),r&&((a=le(ae(r,e,!0))).classes=[\"tag\"],o.push(a));var l=Jt([\"katex-html\"],o);if(l.setAttribute(\"aria-hidden\",\"true\"),a){var m=a.children[0];m.style.height=l.height+l.depth+\"em\",m.style.verticalAlign=-l.depth+\"em\"}return l}function ce(t){return new T(t)}var ue=function(){function t(t,e){this.type=void 0,this.attributes=void 0,this.children=void 0,this.type=t,this.attributes={},this.children=e||[]}var e=t.prototype;return e.setAttribute=function(t,e){this.attributes[t]=e},e.getAttribute=function(t){return this.attributes[t]},e.toNode=function(){var t=document.createElementNS(\"http://www.w3.org/1998/Math/MathML\",this.type);for(var e in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,e)&&t.setAttribute(e,this.attributes[e]);for(var r=0;r<this.children.length;r++)t.appendChild(this.children[r].toNode());return t},e.toMarkup=function(){var t=\"<\"+this.type;for(var e in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,e)&&(t+=\" \"+e+'=\"',t+=c.escape(this.attributes[e]),t+='\"');t+=\">\";for(var r=0;r<this.children.length;r++)t+=this.children[r].toMarkup();return t+=\"</\"+this.type+\">\"},e.toText=function(){return this.children.map(function(t){return t.toText()}).join(\"\")},t}(),de=function(){function t(t){this.text=void 0,this.text=t}var e=t.prototype;return e.toNode=function(){return document.createTextNode(this.text)},e.toMarkup=function(){return c.escape(this.toText())},e.toText=function(){return this.text},t}(),pe={MathNode:ue,TextNode:de,SpaceNode:function(){function t(t){this.width=void 0,this.character=void 0,this.width=t,this.character=t>=.05555&&t<=.05556?\"\\u200a\":t>=.1666&&t<=.1667?\"\\u2009\":t>=.2222&&t<=.2223?\"\\u2005\":t>=.2777&&t<=.2778?\"\\u2005\\u200a\":t>=-.05556&&t<=-.05555?\"\\u200a\\u2063\":t>=-.1667&&t<=-.1666?\"\\u2009\\u2063\":t>=-.2223&&t<=-.2222?\"\\u205f\\u2063\":t>=-.2778&&t<=-.2777?\"\\u2005\\u2063\":null}var e=t.prototype;return e.toNode=function(){if(this.character)return document.createTextNode(this.character);var t=document.createElementNS(\"http://www.w3.org/1998/Math/MathML\",\"mspace\");return t.setAttribute(\"width\",this.width+\"em\"),t},e.toMarkup=function(){return this.character?\"<mtext>\"+this.character+\"</mtext>\":'<mspace width=\"'+this.width+'em\"/>'},e.toText=function(){return this.character?this.character:\" \"},t}(),newDocumentFragment:ce},fe=function(t,e,r){return!_[e][t]||!_[e][t].replace||55349===t.charCodeAt(0)||tt.hasOwnProperty(t)&&r&&(r.fontFamily&&\"tt\"===r.fontFamily.substr(4,2)||r.font&&\"tt\"===r.font.substr(4,2))||(t=_[e][t].replace),new pe.TextNode(t)},ge=function(t){return 1===t.length?t[0]:new pe.MathNode(\"mrow\",t)},xe=function(t,e){if(\"texttt\"===e.fontFamily)return\"monospace\";if(\"textsf\"===e.fontFamily)return\"textit\"===e.fontShape&&\"textbf\"===e.fontWeight?\"sans-serif-bold-italic\":\"textit\"===e.fontShape?\"sans-serif-italic\":\"textbf\"===e.fontWeight?\"bold-sans-serif\":\"sans-serif\";if(\"textit\"===e.fontShape&&\"textbf\"===e.fontWeight)return\"bold-italic\";if(\"textit\"===e.fontShape)return\"italic\";if(\"textbf\"===e.fontWeight)return\"bold\";var r=e.font;if(!r||\"mathnormal\"===r)return null;var a=t.mode;if(\"mathit\"===r)return\"italic\";if(\"boldsymbol\"===r)return\"bold-italic\";var n=t.text;return c.contains([\"\\\\imath\",\"\\\\jmath\"],n)?null:(_[a][n]&&_[a][n].replace&&(n=_[a][n].replace),V(n,Lt.fontMap[r].fontName,a)?Lt.fontMap[r].variant:null)},ve=function(t,e){for(var r,a=[],n=0;n<t.length;n++){var o=ye(t[n],e);if(o instanceof ue&&r instanceof ue){if(\"mtext\"===o.type&&\"mtext\"===r.type&&o.getAttribute(\"mathvariant\")===r.getAttribute(\"mathvariant\")){var i;(i=r.children).push.apply(i,o.children);continue}if(\"mn\"===o.type&&\"mn\"===r.type){var s;(s=r.children).push.apply(s,o.children);continue}if(\"mi\"===o.type&&1===o.children.length&&\"mn\"===r.type){var h=o.children[0];if(h instanceof de&&\".\"===h.text){var l;(l=r.children).push.apply(l,o.children);continue}}else if(\"mi\"===r.type&&1===r.children.length){var m=r.children[0];if(m instanceof de&&\"\\u0338\"===m.text&&(\"mo\"===o.type||\"mi\"===o.type||\"mn\"===o.type)){var c=o.children[0];c instanceof de&&c.text.length>0&&(c.text=c.text.slice(0,1)+\"\\u0338\"+c.text.slice(1),a.pop())}}}a.push(o),r=o}return a},be=function(t,e){return ge(ve(t,e))},ye=function(t,e){if(!t)return new pe.MathNode(\"mrow\");if(jt[t.type])return jt[t.type](t,e);throw new i(\"Got group of unknown type: '\"+t.type+\"'\")};var we=function(t){return new wt({style:t.displayMode?w.DISPLAY:w.TEXT,maxSize:t.maxSize})},ke=function(t,e){if(e.displayMode){var r=[\"katex-display\"];e.leqno&&r.push(\"leqno\"),e.fleqn&&r.push(\"fleqn\"),t=Lt.makeSpan(r,[t])}return t},Se=function(t,e,r){var a=we(r),n=function(t,e,r){var a,n=ve(t,r);a=1===n.length&&n[0]instanceof ue&&c.contains([\"mrow\",\"mtable\"],n[0].type)?n[0]:new pe.MathNode(\"mrow\",n);var o=new pe.MathNode(\"annotation\",[new pe.TextNode(e)]);o.setAttribute(\"encoding\",\"application/x-tex\");var i=new pe.MathNode(\"semantics\",[a,o]),s=new pe.MathNode(\"math\",[i]);return Lt.makeSpan([\"katex-mathml\"],[s])}(t,e,a),o=me(t,a),i=Lt.makeSpan([\"katex\"],[n,o]);return ke(i,r)},ze={widehat:\"^\",widecheck:\"\\u02c7\",widetilde:\"~\",utilde:\"~\",overleftarrow:\"\\u2190\",underleftarrow:\"\\u2190\",xleftarrow:\"\\u2190\",overrightarrow:\"\\u2192\",underrightarrow:\"\\u2192\",xrightarrow:\"\\u2192\",underbrace:\"\\u23df\",overbrace:\"\\u23de\",overgroup:\"\\u23e0\",undergroup:\"\\u23e1\",overleftrightarrow:\"\\u2194\",underleftrightarrow:\"\\u2194\",xleftrightarrow:\"\\u2194\",Overrightarrow:\"\\u21d2\",xRightarrow:\"\\u21d2\",overleftharpoon:\"\\u21bc\",xleftharpoonup:\"\\u21bc\",overrightharpoon:\"\\u21c0\",xrightharpoonup:\"\\u21c0\",xLeftarrow:\"\\u21d0\",xLeftrightarrow:\"\\u21d4\",xhookleftarrow:\"\\u21a9\",xhookrightarrow:\"\\u21aa\",xmapsto:\"\\u21a6\",xrightharpoondown:\"\\u21c1\",xleftharpoondown:\"\\u21bd\",xrightleftharpoons:\"\\u21cc\",xleftrightharpoons:\"\\u21cb\",xtwoheadleftarrow:\"\\u219e\",xtwoheadrightarrow:\"\\u21a0\",xlongequal:\"=\",xtofrom:\"\\u21c4\",xrightleftarrows:\"\\u21c4\",xrightequilibrium:\"\\u21cc\",xleftequilibrium:\"\\u21cb\"},Me={overrightarrow:[[\"rightarrow\"],.888,522,\"xMaxYMin\"],overleftarrow:[[\"leftarrow\"],.888,522,\"xMinYMin\"],underrightarrow:[[\"rightarrow\"],.888,522,\"xMaxYMin\"],underleftarrow:[[\"leftarrow\"],.888,522,\"xMinYMin\"],xrightarrow:[[\"rightarrow\"],1.469,522,\"xMaxYMin\"],xleftarrow:[[\"leftarrow\"],1.469,522,\"xMinYMin\"],Overrightarrow:[[\"doublerightarrow\"],.888,560,\"xMaxYMin\"],xRightarrow:[[\"doublerightarrow\"],1.526,560,\"xMaxYMin\"],xLeftarrow:[[\"doubleleftarrow\"],1.526,560,\"xMinYMin\"],overleftharpoon:[[\"leftharpoon\"],.888,522,\"xMinYMin\"],xleftharpoonup:[[\"leftharpoon\"],.888,522,\"xMinYMin\"],xleftharpoondown:[[\"leftharpoondown\"],.888,522,\"xMinYMin\"],overrightharpoon:[[\"rightharpoon\"],.888,522,\"xMaxYMin\"],xrightharpoonup:[[\"rightharpoon\"],.888,522,\"xMaxYMin\"],xrightharpoondown:[[\"rightharpoondown\"],.888,522,\"xMaxYMin\"],xlongequal:[[\"longequal\"],.888,334,\"xMinYMin\"],xtwoheadleftarrow:[[\"twoheadleftarrow\"],.888,334,\"xMinYMin\"],xtwoheadrightarrow:[[\"twoheadrightarrow\"],.888,334,\"xMaxYMin\"],overleftrightarrow:[[\"leftarrow\",\"rightarrow\"],.888,522],overbrace:[[\"leftbrace\",\"midbrace\",\"rightbrace\"],1.6,548],underbrace:[[\"leftbraceunder\",\"midbraceunder\",\"rightbraceunder\"],1.6,548],underleftrightarrow:[[\"leftarrow\",\"rightarrow\"],.888,522],xleftrightarrow:[[\"leftarrow\",\"rightarrow\"],1.75,522],xLeftrightarrow:[[\"doubleleftarrow\",\"doublerightarrow\"],1.75,560],xrightleftharpoons:[[\"leftharpoondownplus\",\"rightharpoonplus\"],1.75,716],xleftrightharpoons:[[\"leftharpoonplus\",\"rightharpoondownplus\"],1.75,716],xhookleftarrow:[[\"leftarrow\",\"righthook\"],1.08,522],xhookrightarrow:[[\"lefthook\",\"rightarrow\"],1.08,522],overlinesegment:[[\"leftlinesegment\",\"rightlinesegment\"],.888,522],underlinesegment:[[\"leftlinesegment\",\"rightlinesegment\"],.888,522],overgroup:[[\"leftgroup\",\"rightgroup\"],.888,342],undergroup:[[\"leftgroupunder\",\"rightgroupunder\"],.888,342],xmapsto:[[\"leftmapsto\",\"rightarrow\"],1.5,522],xtofrom:[[\"leftToFrom\",\"rightToFrom\"],1.75,528],xrightleftarrows:[[\"baraboveleftarrow\",\"rightarrowabovebar\"],1.75,901],xrightequilibrium:[[\"baraboveshortleftharpoon\",\"rightharpoonaboveshortbar\"],1.75,716],xleftequilibrium:[[\"shortbaraboveleftharpoon\",\"shortrightharpoonabovebar\"],1.75,716]},Te=function(t){return\"ordgroup\"===t.type?t.body.length:1},Ae=function(t,e,r,a){var n,o=t.height+t.depth+2*r;if(/fbox|color/.test(e)){if(n=Lt.makeSpan([\"stretchy\",e],[],a),\"fbox\"===e){var i=a.color&&a.getColor();i&&(n.style.borderColor=i)}}else{var s=[];/^[bx]cancel$/.test(e)&&s.push(new H({x1:\"0\",y1:\"0\",x2:\"100%\",y2:\"100%\",\"stroke-width\":\"0.046em\"})),/^x?cancel$/.test(e)&&s.push(new H({x1:\"0\",y1:\"100%\",x2:\"100%\",y2:\"0\",\"stroke-width\":\"0.046em\"}));var h=new R(s,{width:\"100%\",height:o+\"em\"});n=Lt.makeSvgSpan([],[h],a)}return n.height=o,n.style.height=o+\"em\",n},Be=function(t){var e=new pe.MathNode(\"mo\",[new pe.TextNode(ze[t.substr(1)])]);return e.setAttribute(\"stretchy\",\"true\"),e},qe=function(t,e){var r=function(){var r=4e5,a=t.label.substr(1);if(c.contains([\"widehat\",\"widecheck\",\"widetilde\",\"utilde\"],a)){var n,o,i,s=Te(t.base);if(s>5)\"widehat\"===a||\"widecheck\"===a?(n=420,r=2364,i=.42,o=a+\"4\"):(n=312,r=2340,i=.34,o=\"tilde4\");else{var h=[1,1,2,2,3,3][s];\"widehat\"===a||\"widecheck\"===a?(r=[0,1062,2364,2364,2364][h],n=[0,239,300,360,420][h],i=[0,.24,.3,.3,.36,.42][h],o=a+h):(r=[0,600,1033,2339,2340][h],n=[0,260,286,306,312][h],i=[0,.26,.286,.3,.306,.34][h],o=\"tilde\"+h)}var l=new L(o),m=new R([l],{width:\"100%\",height:i+\"em\",viewBox:\"0 0 \"+r+\" \"+n,preserveAspectRatio:\"none\"});return{span:Lt.makeSvgSpan([],[m],e),minWidth:0,height:i}}var u,d,p=[],f=Me[a],g=f[0],x=f[1],v=f[2],b=v/1e3,y=g.length;if(1===y)u=[\"hide-tail\"],d=[f[3]];else if(2===y)u=[\"halfarrow-left\",\"halfarrow-right\"],d=[\"xMinYMin\",\"xMaxYMin\"];else{if(3!==y)throw new Error(\"Correct katexImagesData or update code here to support\\n \"+y+\" children.\");u=[\"brace-left\",\"brace-center\",\"brace-right\"],d=[\"xMinYMin\",\"xMidYMin\",\"xMaxYMin\"]}for(var w=0;w<y;w++){var k=new L(g[w]),S=new R([k],{width:\"400em\",height:b+\"em\",viewBox:\"0 0 \"+r+\" \"+v,preserveAspectRatio:d[w]+\" slice\"}),z=Lt.makeSvgSpan([u[w]],[S],e);if(1===y)return{span:z,minWidth:x,height:b};z.style.height=b+\"em\",p.push(z)}return{span:Lt.makeSpan([\"stretchy\"],p,e),minWidth:x,height:b}}(),a=r.span,n=r.minWidth,o=r.height;return a.height=o,a.style.height=o+\"em\",n>0&&(a.style.minWidth=n+\"em\"),a},Ce=function(t,e){var r,a,n,o=Pt(t,\"supsub\");o?(r=(a=Ht(o.base,\"accent\")).base,o.base=r,n=function(t){if(t instanceof N)return t;throw new Error(\"Expected span<HtmlDomNode> but got \"+String(t)+\".\")}(he(o,e)),o.base=a):r=(a=Ht(t,\"accent\")).base;var i=he(r,e.havingCrampedStyle()),s=0;if(a.isShifty&&c.isCharacterBox(r)){var h=c.getBaseElem(r);s=function(t){if(t instanceof E)return t;throw new Error(\"Expected symbolNode but got \"+String(t)+\".\")}(he(h,e.havingCrampedStyle())).skew}var l,m=Math.min(i.height,e.fontMetrics().xHeight);if(a.isStretchy)l=qe(a,e),l=Lt.makeVList({positionType:\"firstBaseline\",children:[{type:\"elem\",elem:i},{type:\"elem\",elem:l,wrapperClasses:[\"svg-align\"],wrapperStyle:s>0?{width:\"calc(100% - \"+2*s+\"em)\",marginLeft:2*s+\"em\"}:void 0}]},e);else{var u,d;\"\\\\vec\"===a.label?(u=Lt.staticSvg(\"vec\",e),d=Lt.svgData.vec[1]):((u=Lt.makeSymbol(a.label,\"Main-Regular\",a.mode,e)).italic=0,d=u.width),l=Lt.makeSpan([\"accent-body\"],[u]);var p=\"\\\\textcircled\"===a.label;p&&(l.classes.push(\"accent-full\"),m=i.height);var f=s;p||(f-=d/2),l.style.left=f+\"em\",\"\\\\textcircled\"===a.label&&(l.style.top=\".2em\"),l=Lt.makeVList({positionType:\"firstBaseline\",children:[{type:\"elem\",elem:i},{type:\"kern\",size:-m},{type:\"elem\",elem:l}]},e)}var g=Lt.makeSpan([\"mord\",\"accent\"],[l],e);return n?(n.children[0]=g,n.height=Math.max(g.height,n.height),n.classes[0]=\"mord\",n):g},Ne=function(t,e){var r=t.isStretchy?Be(t.label):new pe.MathNode(\"mo\",[fe(t.label,t.mode)]),a=new pe.MathNode(\"mover\",[ye(t.base,e),r]);return a.setAttribute(\"accent\",\"true\"),a},Ie=new RegExp([\"\\\\acute\",\"\\\\grave\",\"\\\\ddot\",\"\\\\tilde\",\"\\\\bar\",\"\\\\breve\",\"\\\\check\",\"\\\\hat\",\"\\\\vec\",\"\\\\dot\",\"\\\\mathring\"].map(function(t){return\"\\\\\"+t}).join(\"|\"));$t({type:\"accent\",names:[\"\\\\acute\",\"\\\\grave\",\"\\\\ddot\",\"\\\\tilde\",\"\\\\bar\",\"\\\\breve\",\"\\\\check\",\"\\\\hat\",\"\\\\vec\",\"\\\\dot\",\"\\\\mathring\",\"\\\\widecheck\",\"\\\\widehat\",\"\\\\widetilde\",\"\\\\overrightarrow\",\"\\\\overleftarrow\",\"\\\\Overrightarrow\",\"\\\\overleftrightarrow\",\"\\\\overgroup\",\"\\\\overlinesegment\",\"\\\\overleftharpoon\",\"\\\\overrightharpoon\"],props:{numArgs:1},handler:function(t,e){var r=e[0],a=!Ie.test(t.funcName),n=!a||\"\\\\widehat\"===t.funcName||\"\\\\widetilde\"===t.funcName||\"\\\\widecheck\"===t.funcName;return{type:\"accent\",mode:t.parser.mode,label:t.funcName,isStretchy:a,isShifty:n,base:r}},htmlBuilder:Ce,mathmlBuilder:Ne}),$t({type:\"accent\",names:[\"\\\\'\",\"\\\\`\",\"\\\\^\",\"\\\\~\",\"\\\\=\",\"\\\\u\",\"\\\\.\",'\\\\\"',\"\\\\r\",\"\\\\H\",\"\\\\v\",\"\\\\textcircled\"],props:{numArgs:1,allowedInText:!0,allowedInMath:!1},handler:function(t,e){var r=e[0];return{type:\"accent\",mode:t.parser.mode,label:t.funcName,isStretchy:!1,isShifty:!0,base:r}},htmlBuilder:Ce,mathmlBuilder:Ne}),$t({type:\"accentUnder\",names:[\"\\\\underleftarrow\",\"\\\\underrightarrow\",\"\\\\underleftrightarrow\",\"\\\\undergroup\",\"\\\\underlinesegment\",\"\\\\utilde\"],props:{numArgs:1},handler:function(t,e){var r=t.parser,a=t.funcName,n=e[0];return{type:\"accentUnder\",mode:r.mode,label:a,base:n}},htmlBuilder:function(t,e){var r=he(t.base,e),a=qe(t,e),n=\"\\\\utilde\"===t.label?.12:0,o=Lt.makeVList({positionType:\"bottom\",positionData:a.height+n,children:[{type:\"elem\",elem:a,wrapperClasses:[\"svg-align\"]},{type:\"kern\",size:n},{type:\"elem\",elem:r}]},e);return Lt.makeSpan([\"mord\",\"accentunder\"],[o],e)},mathmlBuilder:function(t,e){var r=Be(t.label),a=new pe.MathNode(\"munder\",[ye(t.base,e),r]);return a.setAttribute(\"accentunder\",\"true\"),a}});var Oe=function(t){var e=new pe.MathNode(\"mpadded\",t?[t]:[]);return e.setAttribute(\"width\",\"+0.6em\"),e.setAttribute(\"lspace\",\"0.3em\"),e};$t({type:\"xArrow\",names:[\"\\\\xleftarrow\",\"\\\\xrightarrow\",\"\\\\xLeftarrow\",\"\\\\xRightarrow\",\"\\\\xleftrightarrow\",\"\\\\xLeftrightarrow\",\"\\\\xhookleftarrow\",\"\\\\xhookrightarrow\",\"\\\\xmapsto\",\"\\\\xrightharpoondown\",\"\\\\xrightharpoonup\",\"\\\\xleftharpoondown\",\"\\\\xleftharpoonup\",\"\\\\xrightleftharpoons\",\"\\\\xleftrightharpoons\",\"\\\\xlongequal\",\"\\\\xtwoheadrightarrow\",\"\\\\xtwoheadleftarrow\",\"\\\\xtofrom\",\"\\\\xrightleftarrows\",\"\\\\xrightequilibrium\",\"\\\\xleftequilibrium\"],props:{numArgs:1,numOptionalArgs:1},handler:function(t,e,r){var a=t.parser,n=t.funcName;return{type:\"xArrow\",mode:a.mode,label:n,body:e[0],below:r[0]}},htmlBuilder:function(t,e){var r,a=e.style,n=e.havingStyle(a.sup()),o=Lt.wrapFragment(he(t.body,n,e),e);o.classes.push(\"x-arrow-pad\"),t.below&&(n=e.havingStyle(a.sub()),(r=Lt.wrapFragment(he(t.below,n,e),e)).classes.push(\"x-arrow-pad\"));var i,s=qe(t,e),h=-e.fontMetrics().axisHeight+.5*s.height,l=-e.fontMetrics().axisHeight-.5*s.height-.111;if((o.depth>.25||\"\\\\xleftequilibrium\"===t.label)&&(l-=o.depth),r){var m=-e.fontMetrics().axisHeight+r.height+.5*s.height+.111;i=Lt.makeVList({positionType:\"individualShift\",children:[{type:\"elem\",elem:o,shift:l},{type:\"elem\",elem:s,shift:h},{type:\"elem\",elem:r,shift:m}]},e)}else i=Lt.makeVList({positionType:\"individualShift\",children:[{type:\"elem\",elem:o,shift:l},{type:\"elem\",elem:s,shift:h}]},e);return i.children[0].children[0].children[1].classes.push(\"svg-align\"),Lt.makeSpan([\"mrel\",\"x-arrow\"],[i],e)},mathmlBuilder:function(t,e){var r,a=Be(t.label);if(t.body){var n=Oe(ye(t.body,e));if(t.below){var o=Oe(ye(t.below,e));r=new pe.MathNode(\"munderover\",[a,o,n])}else r=new pe.MathNode(\"mover\",[a,n])}else if(t.below){var i=Oe(ye(t.below,e));r=new pe.MathNode(\"munder\",[a,i])}else r=Oe(),r=new pe.MathNode(\"mover\",[a,r]);return r}}),$t({type:\"textord\",names:[\"\\\\@char\"],props:{numArgs:1,allowedInText:!0},handler:function(t,e){for(var r=t.parser,a=Ht(e[0],\"ordgroup\").body,n=\"\",o=0;o<a.length;o++){n+=Ht(a[o],\"textord\").text}var s=parseInt(n);if(isNaN(s))throw new i(\"\\\\@char has non-numeric argument \"+n);return{type:\"textord\",mode:r.mode,text:String.fromCharCode(s)}}});var Ee=function(t,e){var r=ae(t.body,e.withColor(t.color),!1);return Lt.makeFragment(r)},Re=function(t,e){var r=ve(t.body,e.withColor(t.color)),a=new pe.MathNode(\"mstyle\",r);return a.setAttribute(\"mathcolor\",t.color),a};$t({type:\"color\",names:[\"\\\\textcolor\"],props:{numArgs:2,allowedInText:!0,greediness:3,argTypes:[\"color\",\"original\"]},handler:function(t,e){var r=t.parser,a=Ht(e[0],\"color-token\").color,n=e[1];return{type:\"color\",mode:r.mode,color:a,body:Kt(n)}},htmlBuilder:Ee,mathmlBuilder:Re}),$t({type:\"color\",names:[\"\\\\color\"],props:{numArgs:1,allowedInText:!0,greediness:3,argTypes:[\"color\"]},handler:function(t,e){var r=t.parser,a=t.breakOnTokenText,n=Ht(e[0],\"color-token\").color,o=r.parseExpression(!0,a);return{type:\"color\",mode:r.mode,color:n,body:o}},htmlBuilder:Ee,mathmlBuilder:Re}),$t({type:\"cr\",names:[\"\\\\cr\",\"\\\\newline\"],props:{numArgs:0,numOptionalArgs:1,argTypes:[\"size\"],allowedInText:!0},handler:function(t,e,r){var a=t.parser,n=t.funcName,o=r[0],i=\"\\\\cr\"===n,s=!1;return i||(s=!a.settings.displayMode||!a.settings.useStrictBehavior(\"newLineInDisplayMode\",\"In LaTeX, \\\\\\\\ or \\\\newline does nothing in display mode\")),{type:\"cr\",mode:a.mode,newLine:s,newRow:i,size:o&&Ht(o,\"size\").value}},htmlBuilder:function(t,e){if(t.newRow)throw new i(\"\\\\cr valid only within a tabular/array environment\");var r=Lt.makeSpan([\"mspace\"],[],e);return t.newLine&&(r.classes.push(\"newline\"),t.size&&(r.style.marginTop=zt(t.size,e)+\"em\")),r},mathmlBuilder:function(t,e){var r=new pe.MathNode(\"mspace\");return t.newLine&&(r.setAttribute(\"linebreak\",\"newline\"),t.size&&r.setAttribute(\"height\",zt(t.size,e)+\"em\")),r}});var Le=function(t,e,r){var a=V(_.math[t]&&_.math[t].replace||t,e,r);if(!a)throw new Error(\"Unsupported symbol \"+t+\" and font size \"+e+\".\");return a},He=function(t,e,r,a){var n=r.havingBaseStyle(e),o=Lt.makeSpan(a.concat(n.sizingClasses(r)),[t],r),i=n.sizeMultiplier/r.sizeMultiplier;return o.height*=i,o.depth*=i,o.maxFontSize=n.sizeMultiplier,o},Pe=function(t,e,r){var a=e.havingBaseStyle(r),n=(1-e.sizeMultiplier/a.sizeMultiplier)*e.fontMetrics().axisHeight;t.classes.push(\"delimcenter\"),t.style.top=n+\"em\",t.height-=n,t.depth+=n},De=function(t,e,r,a,n,o){var i=function(t,e,r,a){return Lt.makeSymbol(t,\"Size\"+e+\"-Regular\",r,a)}(t,e,n,a),s=He(Lt.makeSpan([\"delimsizing\",\"size\"+e],[i],a),w.TEXT,a,o);return r&&Pe(s,a,w.TEXT),s},Fe=function(t,e,r){var a;return a=\"Size1-Regular\"===e?\"delim-size1\":\"delim-size4\",{type:\"elem\",elem:Lt.makeSpan([\"delimsizinginner\",a],[Lt.makeSpan([],[Lt.makeSymbol(t,e,r)])])}},Ve=function(t,e,r,a,n,o){var i,s,h,l;i=h=l=t,s=null;var m=\"Size1-Regular\";\"\\\\uparrow\"===t?h=l=\"\\u23d0\":\"\\\\Uparrow\"===t?h=l=\"\\u2016\":\"\\\\downarrow\"===t?i=h=\"\\u23d0\":\"\\\\Downarrow\"===t?i=h=\"\\u2016\":\"\\\\updownarrow\"===t?(i=\"\\\\uparrow\",h=\"\\u23d0\",l=\"\\\\downarrow\"):\"\\\\Updownarrow\"===t?(i=\"\\\\Uparrow\",h=\"\\u2016\",l=\"\\\\Downarrow\"):\"[\"===t||\"\\\\lbrack\"===t?(i=\"\\u23a1\",h=\"\\u23a2\",l=\"\\u23a3\",m=\"Size4-Regular\"):\"]\"===t||\"\\\\rbrack\"===t?(i=\"\\u23a4\",h=\"\\u23a5\",l=\"\\u23a6\",m=\"Size4-Regular\"):\"\\\\lfloor\"===t||\"\\u230a\"===t?(h=i=\"\\u23a2\",l=\"\\u23a3\",m=\"Size4-Regular\"):\"\\\\lceil\"===t||\"\\u2308\"===t?(i=\"\\u23a1\",h=l=\"\\u23a2\",m=\"Size4-Regular\"):\"\\\\rfloor\"===t||\"\\u230b\"===t?(h=i=\"\\u23a5\",l=\"\\u23a6\",m=\"Size4-Regular\"):\"\\\\rceil\"===t||\"\\u2309\"===t?(i=\"\\u23a4\",h=l=\"\\u23a5\",m=\"Size4-Regular\"):\"(\"===t||\"\\\\lparen\"===t?(i=\"\\u239b\",h=\"\\u239c\",l=\"\\u239d\",m=\"Size4-Regular\"):\")\"===t||\"\\\\rparen\"===t?(i=\"\\u239e\",h=\"\\u239f\",l=\"\\u23a0\",m=\"Size4-Regular\"):\"\\\\{\"===t||\"\\\\lbrace\"===t?(i=\"\\u23a7\",s=\"\\u23a8\",l=\"\\u23a9\",h=\"\\u23aa\",m=\"Size4-Regular\"):\"\\\\}\"===t||\"\\\\rbrace\"===t?(i=\"\\u23ab\",s=\"\\u23ac\",l=\"\\u23ad\",h=\"\\u23aa\",m=\"Size4-Regular\"):\"\\\\lgroup\"===t||\"\\u27ee\"===t?(i=\"\\u23a7\",l=\"\\u23a9\",h=\"\\u23aa\",m=\"Size4-Regular\"):\"\\\\rgroup\"===t||\"\\u27ef\"===t?(i=\"\\u23ab\",l=\"\\u23ad\",h=\"\\u23aa\",m=\"Size4-Regular\"):\"\\\\lmoustache\"===t||\"\\u23b0\"===t?(i=\"\\u23a7\",l=\"\\u23ad\",h=\"\\u23aa\",m=\"Size4-Regular\"):\"\\\\rmoustache\"!==t&&\"\\u23b1\"!==t||(i=\"\\u23ab\",l=\"\\u23a9\",h=\"\\u23aa\",m=\"Size4-Regular\");var c=Le(i,m,n),u=c.height+c.depth,d=Le(h,m,n),p=d.height+d.depth,f=Le(l,m,n),g=f.height+f.depth,x=0,v=1;if(null!==s){var b=Le(s,m,n);x=b.height+b.depth,v=2}var y=u+g+x,k=Math.ceil((e-y)/(v*p)),S=y+k*v*p,z=a.fontMetrics().axisHeight;r&&(z*=a.sizeMultiplier);var M=S/2-z,T=[];if(T.push(Fe(l,m,n)),null===s)for(var A=0;A<k;A++)T.push(Fe(h,m,n));else{for(var B=0;B<k;B++)T.push(Fe(h,m,n));T.push(Fe(s,m,n));for(var q=0;q<k;q++)T.push(Fe(h,m,n))}T.push(Fe(i,m,n));var C=a.havingBaseStyle(w.TEXT),N=Lt.makeVList({positionType:\"bottom\",positionData:M,children:T},C);return He(Lt.makeSpan([\"delimsizing\",\"mult\"],[N],C),w.TEXT,a,o)},Ue=function(t,e,r,a){var n;\"sqrtTall\"===t&&(n=\"M702 80H400000v40H742v\"+(r-54-80)+\"l-4 4-4 4c-.667.7\\n-2 1.5-4 2.5s-4.167 1.833-6.5 2.5-5.5 1-9.5 1h-12l-28-84c-16.667-52-96.667\\n-294.333-240-727l-212 -643 -85 170c-4-3.333-8.333-7.667-13 -13l-13-13l77-155\\n 77-156c66 199.333 139 419.667 219 661 l218 661zM702 80H400000v40H742z\");var o=new L(t,n),i=new R([o],{width:\"400em\",height:e+\"em\",viewBox:\"0 0 400000 \"+r,preserveAspectRatio:\"xMinYMin slice\"});return Lt.makeSvgSpan([\"hide-tail\"],[i],a)},Ge=[\"(\",\"\\\\lparen\",\")\",\"\\\\rparen\",\"[\",\"\\\\lbrack\",\"]\",\"\\\\rbrack\",\"\\\\{\",\"\\\\lbrace\",\"\\\\}\",\"\\\\rbrace\",\"\\\\lfloor\",\"\\\\rfloor\",\"\\u230a\",\"\\u230b\",\"\\\\lceil\",\"\\\\rceil\",\"\\u2308\",\"\\u2309\",\"\\\\surd\"],Xe=[\"\\\\uparrow\",\"\\\\downarrow\",\"\\\\updownarrow\",\"\\\\Uparrow\",\"\\\\Downarrow\",\"\\\\Updownarrow\",\"|\",\"\\\\|\",\"\\\\vert\",\"\\\\Vert\",\"\\\\lvert\",\"\\\\rvert\",\"\\\\lVert\",\"\\\\rVert\",\"\\\\lgroup\",\"\\\\rgroup\",\"\\u27ee\",\"\\u27ef\",\"\\\\lmoustache\",\"\\\\rmoustache\",\"\\u23b0\",\"\\u23b1\"],Ye=[\"<\",\">\",\"\\\\langle\",\"\\\\rangle\",\"/\",\"\\\\backslash\",\"\\\\lt\",\"\\\\gt\"],_e=[0,1.2,1.8,2.4,3],We=[{type:\"small\",style:w.SCRIPTSCRIPT},{type:\"small\",style:w.SCRIPT},{type:\"small\",style:w.TEXT},{type:\"large\",size:1},{type:\"large\",size:2},{type:\"large\",size:3},{type:\"large\",size:4}],je=[{type:\"small\",style:w.SCRIPTSCRIPT},{type:\"small\",style:w.SCRIPT},{type:\"small\",style:w.TEXT},{type:\"stack\"}],$e=[{type:\"small\",style:w.SCRIPTSCRIPT},{type:\"small\",style:w.SCRIPT},{type:\"small\",style:w.TEXT},{type:\"large\",size:1},{type:\"large\",size:2},{type:\"large\",size:3},{type:\"large\",size:4},{type:\"stack\"}],Ze=function(t){if(\"small\"===t.type)return\"Main-Regular\";if(\"large\"===t.type)return\"Size\"+t.size+\"-Regular\";if(\"stack\"===t.type)return\"Size4-Regular\";throw new Error(\"Add support for delim type '\"+t.type+\"' here.\")},Ke=function(t,e,r,a){for(var n=Math.min(2,3-a.style.size);n<r.length&&\"stack\"!==r[n].type;n++){var o=Le(t,Ze(r[n]),\"math\"),i=o.height+o.depth;if(\"small\"===r[n].type&&(i*=a.havingBaseStyle(r[n].style).sizeMultiplier),i>e)return r[n]}return r[r.length-1]},Je=function(t,e,r,a,n,o){var i;\"<\"===t||\"\\\\lt\"===t||\"\\u27e8\"===t?t=\"\\\\langle\":\">\"!==t&&\"\\\\gt\"!==t&&\"\\u27e9\"!==t||(t=\"\\\\rangle\"),i=c.contains(Ye,t)?We:c.contains(Ge,t)?$e:je;var s=Ke(t,e,i,a);return\"small\"===s.type?function(t,e,r,a,n,o){var i=Lt.makeSymbol(t,\"Main-Regular\",n,a),s=He(i,e,a,o);return r&&Pe(s,a,e),s}(t,s.style,r,a,n,o):\"large\"===s.type?De(t,s.size,r,a,n,o):Ve(t,e,r,a,n,o)},Qe=function(t,e){var r,a,n=e.havingBaseSizing(),o=Ke(\"\\\\surd\",t*n.sizeMultiplier,$e,n),i=n.sizeMultiplier,s=0,h=0,l=0;return\"small\"===o.type?(t<1?i=1:t<1.4&&(i=.7),h=1/i,(r=Ue(\"sqrtMain\",s=1.08/i,l=1080,e)).style.minWidth=\"0.853em\",a=.833/i):\"large\"===o.type?(l=1080*_e[o.size],h=_e[o.size]/i,s=(_e[o.size]+.08)/i,(r=Ue(\"sqrtSize\"+o.size,s,l,e)).style.minWidth=\"1.02em\",a=1/i):(s=t+.08,h=t,l=Math.floor(1e3*t)+80,(r=Ue(\"sqrtTall\",s,l,e)).style.minWidth=\"0.742em\",a=1.056),r.height=h,r.style.height=s+\"em\",{span:r,advanceWidth:a,ruleWidth:e.fontMetrics().sqrtRuleThickness*i}},tr=function(t,e,r,a,n){if(\"<\"===t||\"\\\\lt\"===t||\"\\u27e8\"===t?t=\"\\\\langle\":\">\"!==t&&\"\\\\gt\"!==t&&\"\\u27e9\"!==t||(t=\"\\\\rangle\"),c.contains(Ge,t)||c.contains(Ye,t))return De(t,e,!1,r,a,n);if(c.contains(Xe,t))return Ve(t,_e[e],!1,r,a,n);throw new i(\"Illegal delimiter: '\"+t+\"'\")},er=Je,rr=function(t,e,r,a,n,o){var i=a.fontMetrics().axisHeight*a.sizeMultiplier,s=5/a.fontMetrics().ptPerEm,h=Math.max(e-i,r+i),l=Math.max(h/500*901,2*h-s);return Je(t,l,!0,a,n,o)},ar={\"\\\\bigl\":{mclass:\"mopen\",size:1},\"\\\\Bigl\":{mclass:\"mopen\",size:2},\"\\\\biggl\":{mclass:\"mopen\",size:3},\"\\\\Biggl\":{mclass:\"mopen\",size:4},\"\\\\bigr\":{mclass:\"mclose\",size:1},\"\\\\Bigr\":{mclass:\"mclose\",size:2},\"\\\\biggr\":{mclass:\"mclose\",size:3},\"\\\\Biggr\":{mclass:\"mclose\",size:4},\"\\\\bigm\":{mclass:\"mrel\",size:1},\"\\\\Bigm\":{mclass:\"mrel\",size:2},\"\\\\biggm\":{mclass:\"mrel\",size:3},\"\\\\Biggm\":{mclass:\"mrel\",size:4},\"\\\\big\":{mclass:\"mord\",size:1},\"\\\\Big\":{mclass:\"mord\",size:2},\"\\\\bigg\":{mclass:\"mord\",size:3},\"\\\\Bigg\":{mclass:\"mord\",size:4}},nr=[\"(\",\"\\\\lparen\",\")\",\"\\\\rparen\",\"[\",\"\\\\lbrack\",\"]\",\"\\\\rbrack\",\"\\\\{\",\"\\\\lbrace\",\"\\\\}\",\"\\\\rbrace\",\"\\\\lfloor\",\"\\\\rfloor\",\"\\u230a\",\"\\u230b\",\"\\\\lceil\",\"\\\\rceil\",\"\\u2308\",\"\\u2309\",\"<\",\">\",\"\\\\langle\",\"\\u27e8\",\"\\\\rangle\",\"\\u27e9\",\"\\\\lt\",\"\\\\gt\",\"\\\\lvert\",\"\\\\rvert\",\"\\\\lVert\",\"\\\\rVert\",\"\\\\lgroup\",\"\\\\rgroup\",\"\\u27ee\",\"\\u27ef\",\"\\\\lmoustache\",\"\\\\rmoustache\",\"\\u23b0\",\"\\u23b1\",\"/\",\"\\\\backslash\",\"|\",\"\\\\vert\",\"\\\\|\",\"\\\\Vert\",\"\\\\uparrow\",\"\\\\Uparrow\",\"\\\\downarrow\",\"\\\\Downarrow\",\"\\\\updownarrow\",\"\\\\Updownarrow\",\".\"];function or(t,e){var r=Ft(t);if(r&&c.contains(nr,r.text))return r;throw new i(\"Invalid delimiter: '\"+(r?r.text:JSON.stringify(t))+\"' after '\"+e.funcName+\"'\",t)}function ir(t){if(!t.body)throw new Error(\"Bug: The leftright ParseNode wasn't fully parsed.\")}$t({type:\"delimsizing\",names:[\"\\\\bigl\",\"\\\\Bigl\",\"\\\\biggl\",\"\\\\Biggl\",\"\\\\bigr\",\"\\\\Bigr\",\"\\\\biggr\",\"\\\\Biggr\",\"\\\\bigm\",\"\\\\Bigm\",\"\\\\biggm\",\"\\\\Biggm\",\"\\\\big\",\"\\\\Big\",\"\\\\bigg\",\"\\\\Bigg\"],props:{numArgs:1},handler:function(t,e){var r=or(e[0],t);return{type:\"delimsizing\",mode:t.parser.mode,size:ar[t.funcName].size,mclass:ar[t.funcName].mclass,delim:r.text}},htmlBuilder:function(t,e){return\".\"===t.delim?Lt.makeSpan([t.mclass]):tr(t.delim,t.size,e,t.mode,[t.mclass])},mathmlBuilder:function(t){var e=[];\".\"!==t.delim&&e.push(fe(t.delim,t.mode));var r=new pe.MathNode(\"mo\",e);return\"mopen\"===t.mclass||\"mclose\"===t.mclass?r.setAttribute(\"fence\",\"true\"):r.setAttribute(\"fence\",\"false\"),r}}),$t({type:\"leftright-right\",names:[\"\\\\right\"],props:{numArgs:1},handler:function(t,e){return{type:\"leftright-right\",mode:t.parser.mode,delim:or(e[0],t).text}}}),$t({type:\"leftright\",names:[\"\\\\left\"],props:{numArgs:1},handler:function(t,e){var r=or(e[0],t),a=t.parser;++a.leftrightDepth;var n=a.parseExpression(!1);--a.leftrightDepth,a.expect(\"\\\\right\",!1);var o=Ht(a.parseFunction(),\"leftright-right\");return{type:\"leftright\",mode:a.mode,body:n,left:r.text,right:o.delim}},htmlBuilder:function(t,e){ir(t);for(var r,a,n=ae(t.body,e,!0,[\"mopen\",\"mclose\"]),o=0,i=0,s=!1,h=0;h<n.length;h++)n[h].isMiddle?s=!0:(o=Math.max(n[h].height,o),i=Math.max(n[h].depth,i));if(o*=e.sizeMultiplier,i*=e.sizeMultiplier,r=\".\"===t.left?se(e,[\"mopen\"]):rr(t.left,o,i,e,t.mode,[\"mopen\"]),n.unshift(r),s)for(var l=1;l<n.length;l++){var m=n[l].isMiddle;m&&(n[l]=rr(m.delim,o,i,m.options,t.mode,[]))}return a=\".\"===t.right?se(e,[\"mclose\"]):rr(t.right,o,i,e,t.mode,[\"mclose\"]),n.push(a),Lt.makeSpan([\"minner\"],n,e)},mathmlBuilder:function(t,e){ir(t);var r=ve(t.body,e);if(\".\"!==t.left){var a=new pe.MathNode(\"mo\",[fe(t.left,t.mode)]);a.setAttribute(\"fence\",\"true\"),r.unshift(a)}if(\".\"!==t.right){var n=new pe.MathNode(\"mo\",[fe(t.right,t.mode)]);n.setAttribute(\"fence\",\"true\"),r.push(n)}return ge(r)}}),$t({type:\"middle\",names:[\"\\\\middle\"],props:{numArgs:1},handler:function(t,e){var r=or(e[0],t);if(!t.parser.leftrightDepth)throw new i(\"\\\\middle without preceding \\\\left\",r);return{type:\"middle\",mode:t.parser.mode,delim:r.text}},htmlBuilder:function(t,e){var r;if(\".\"===t.delim)r=se(e,[]);else{r=tr(t.delim,1,e,t.mode,[]);var a={delim:t.delim,options:e};r.isMiddle=a}return r},mathmlBuilder:function(t,e){var r=\"\\\\vert\"===t.delim||\"|\"===t.delim?fe(\"|\",\"text\"):fe(t.delim,t.mode),a=new pe.MathNode(\"mo\",[r]);return a.setAttribute(\"fence\",\"true\"),a.setAttribute(\"lspace\",\"0.05em\"),a.setAttribute(\"rspace\",\"0.05em\"),a}});var sr=function(t,e){var r,a,n=Lt.wrapFragment(he(t.body,e),e),o=t.label.substr(1),i=e.sizeMultiplier,s=0,h=c.isCharacterBox(t.body);if(\"sout\"===o)(r=Lt.makeSpan([\"stretchy\",\"sout\"])).height=e.fontMetrics().defaultRuleThickness/i,s=-.5*e.fontMetrics().xHeight;else{/cancel/.test(o)?h||n.classes.push(\"cancel-pad\"):n.classes.push(\"boxpad\");var l=0;l=/box/.test(o)?\"colorbox\"===o?.3:.34:h?.2:0,r=Ae(n,o,l,e),s=n.depth+l,t.backgroundColor&&(r.style.backgroundColor=t.backgroundColor,t.borderColor&&(r.style.borderColor=t.borderColor))}return a=t.backgroundColor?Lt.makeVList({positionType:\"individualShift\",children:[{type:\"elem\",elem:r,shift:s},{type:\"elem\",elem:n,shift:0}]},e):Lt.makeVList({positionType:\"individualShift\",children:[{type:\"elem\",elem:n,shift:0},{type:\"elem\",elem:r,shift:s,wrapperClasses:/cancel/.test(o)?[\"svg-align\"]:[]}]},e),/cancel/.test(o)&&(a.height=n.height,a.depth=n.depth),/cancel/.test(o)&&!h?Lt.makeSpan([\"mord\",\"cancel-lap\"],[a],e):Lt.makeSpan([\"mord\"],[a],e)},hr=function(t,e){var r=new pe.MathNode(t.label.indexOf(\"colorbox\")>-1?\"mpadded\":\"menclose\",[ye(t.body,e)]);switch(t.label){case\"\\\\cancel\":r.setAttribute(\"notation\",\"updiagonalstrike\");break;case\"\\\\bcancel\":r.setAttribute(\"notation\",\"downdiagonalstrike\");break;case\"\\\\sout\":r.setAttribute(\"notation\",\"horizontalstrike\");break;case\"\\\\fbox\":r.setAttribute(\"notation\",\"box\");break;case\"\\\\fcolorbox\":case\"\\\\colorbox\":if(r.setAttribute(\"width\",\"+6pt\"),r.setAttribute(\"height\",\"+6pt\"),r.setAttribute(\"lspace\",\"3pt\"),r.setAttribute(\"voffset\",\"3pt\"),\"\\\\fcolorbox\"===t.label){var a=e.fontMetrics().defaultRuleThickness;r.setAttribute(\"style\",\"border: \"+a+\"em solid \"+String(t.borderColor))}break;case\"\\\\xcancel\":r.setAttribute(\"notation\",\"updiagonalstrike downdiagonalstrike\")}return t.backgroundColor&&r.setAttribute(\"mathbackground\",t.backgroundColor),r};$t({type:\"enclose\",names:[\"\\\\colorbox\"],props:{numArgs:2,allowedInText:!0,greediness:3,argTypes:[\"color\",\"text\"]},handler:function(t,e,r){var a=t.parser,n=t.funcName,o=Ht(e[0],\"color-token\").color,i=e[1];return{type:\"enclose\",mode:a.mode,label:n,backgroundColor:o,body:i}},htmlBuilder:sr,mathmlBuilder:hr}),$t({type:\"enclose\",names:[\"\\\\fcolorbox\"],props:{numArgs:3,allowedInText:!0,greediness:3,argTypes:[\"color\",\"color\",\"text\"]},handler:function(t,e,r){var a=t.parser,n=t.funcName,o=Ht(e[0],\"color-token\").color,i=Ht(e[1],\"color-token\").color,s=e[2];return{type:\"enclose\",mode:a.mode,label:n,backgroundColor:i,borderColor:o,body:s}},htmlBuilder:sr,mathmlBuilder:hr}),$t({type:\"enclose\",names:[\"\\\\fbox\"],props:{numArgs:1,argTypes:[\"text\"],allowedInText:!0},handler:function(t,e){return{type:\"enclose\",mode:t.parser.mode,label:\"\\\\fbox\",body:e[0]}}}),$t({type:\"enclose\",names:[\"\\\\cancel\",\"\\\\bcancel\",\"\\\\xcancel\",\"\\\\sout\"],props:{numArgs:1},handler:function(t,e,r){var a=t.parser,n=t.funcName,o=e[0];return{type:\"enclose\",mode:a.mode,label:n,body:o}},htmlBuilder:sr,mathmlBuilder:hr});var lr={};function mr(t){for(var e=t.type,r=t.names,a=t.props,n=t.handler,o=t.htmlBuilder,i=t.mathmlBuilder,s={type:e,numArgs:a.numArgs||0,greediness:1,allowedInText:!1,numOptionalArgs:0,handler:n},h=0;h<r.length;++h)lr[r[h]]=s;o&&(Wt[e]=o),i&&(jt[e]=i)}function cr(t){var e=[];t.consumeSpaces();for(var r=t.nextToken.text;\"\\\\hline\"===r||\"\\\\hdashline\"===r;)t.consume(),e.push(\"\\\\hdashline\"===r),t.consumeSpaces(),r=t.nextToken.text;return e}function ur(t,e,r){var a=e.hskipBeforeAndAfter,n=e.addJot,o=e.cols,s=e.arraystretch,h=e.colSeparationType;if(t.gullet.beginGroup(),t.gullet.macros.set(\"\\\\\\\\\",\"\\\\cr\"),!s){var l=t.gullet.expandMacroAsText(\"\\\\arraystretch\");if(null==l)s=1;else if(!(s=parseFloat(l))||s<0)throw new i(\"Invalid \\\\arraystretch: \"+l)}var m=[],c=[m],u=[],d=[];for(d.push(cr(t));;){var p=t.parseExpression(!1,\"\\\\cr\");p={type:\"ordgroup\",mode:t.mode,body:p},r&&(p={type:\"styling\",mode:t.mode,style:r,body:[p]}),m.push(p);var f=t.nextToken.text;if(\"&\"===f)t.consume();else{if(\"\\\\end\"===f){1===m.length&&\"styling\"===p.type&&0===p.body[0].body.length&&c.pop(),d.length<c.length+1&&d.push([]);break}if(\"\\\\cr\"!==f)throw new i(\"Expected & or \\\\\\\\ or \\\\cr or \\\\end\",t.nextToken);var g=Ht(t.parseFunction(),\"cr\");u.push(g.size),d.push(cr(t)),m=[],c.push(m)}}return t.gullet.endGroup(),{type:\"array\",mode:t.mode,addJot:n,arraystretch:s,body:c,cols:o,rowGaps:u,hskipBeforeAndAfter:a,hLinesBeforeRow:d,colSeparationType:h}}function dr(t){return\"d\"===t.substr(0,1)?\"display\":\"text\"}var pr=function(t,e){var r,a,n=t.body.length,o=t.hLinesBeforeRow,s=0,h=new Array(n),l=[],m=1/e.fontMetrics().ptPerEm,u=5*m,d=12*m,p=3*m,f=t.arraystretch*d,g=.7*f,x=.3*f,v=0;function b(t){for(var e=0;e<t.length;++e)e>0&&(v+=.25),l.push({pos:v,isDashed:t[e]})}for(b(o[0]),r=0;r<t.body.length;++r){var y=t.body[r],w=g,k=x;s<y.length&&(s=y.length);var S=new Array(y.length);for(a=0;a<y.length;++a){var z=he(y[a],e);k<z.depth&&(k=z.depth),w<z.height&&(w=z.height),S[a]=z}var M=t.rowGaps[r],T=0;M&&(T=zt(M,e))>0&&(k<(T+=x)&&(k=T),T=0),t.addJot&&(k+=p),S.height=w,S.depth=k,v+=w,S.pos=v,v+=k+T,h[r]=S,b(o[r+1])}var A,B,q=v/2+e.fontMetrics().axisHeight,C=t.cols||[],N=[];for(a=0,B=0;a<s||B<C.length;++a,++B){for(var I=C[B]||{},O=!0;\"separator\"===I.type;){if(O||((A=Lt.makeSpan([\"arraycolsep\"],[])).style.width=e.fontMetrics().doubleRuleSep+\"em\",N.push(A)),\"|\"===I.separator){var E=Lt.makeSpan([\"vertical-separator\"],[],e);E.style.height=v+\"em\",E.style.verticalAlign=-(v-q)+\"em\",N.push(E)}else{if(\":\"!==I.separator)throw new i(\"Invalid separator type: \"+I.separator);var R=Lt.makeSpan([\"vertical-separator\",\"vs-dashed\"],[],e);R.style.height=v+\"em\",R.style.verticalAlign=-(v-q)+\"em\",N.push(R)}I=C[++B]||{},O=!1}if(!(a>=s)){var L=void 0;(a>0||t.hskipBeforeAndAfter)&&0!==(L=c.deflt(I.pregap,u))&&((A=Lt.makeSpan([\"arraycolsep\"],[])).style.width=L+\"em\",N.push(A));var H=[];for(r=0;r<n;++r){var P=h[r],D=P[a];if(D){var F=P.pos-q;D.depth=P.depth,D.height=P.height,H.push({type:\"elem\",elem:D,shift:F})}}H=Lt.makeVList({positionType:\"individualShift\",children:H},e),H=Lt.makeSpan([\"col-align-\"+(I.align||\"c\")],[H]),N.push(H),(a<s-1||t.hskipBeforeAndAfter)&&0!==(L=c.deflt(I.postgap,u))&&((A=Lt.makeSpan([\"arraycolsep\"],[])).style.width=L+\"em\",N.push(A))}}if(h=Lt.makeSpan([\"mtable\"],N),l.length>0){for(var V=Lt.makeLineSpan(\"hline\",e,.05),U=Lt.makeLineSpan(\"hdashline\",e,.05),G=[{type:\"elem\",elem:h,shift:0}];l.length>0;){var X=l.pop(),Y=X.pos-q;X.isDashed?G.push({type:\"elem\",elem:U,shift:Y}):G.push({type:\"elem\",elem:V,shift:Y})}h=Lt.makeVList({positionType:\"individualShift\",children:G},e)}return Lt.makeSpan([\"mord\"],[h],e)},fr={c:\"center \",l:\"left \",r:\"right \"},gr=function(t,e){var r=new pe.MathNode(\"mtable\",t.body.map(function(t){return new pe.MathNode(\"mtr\",t.map(function(t){return new pe.MathNode(\"mtd\",[ye(t,e)])}))})),a=.16+t.arraystretch-1+(t.addJot?.09:0);r.setAttribute(\"rowspacing\",a+\"em\");var n=\"\",o=\"\";if(t.cols){var i=t.cols,s=\"\",h=!1,l=0,m=i.length;\"separator\"===i[0].type&&(n+=\"top \",l=1),\"separator\"===i[i.length-1].type&&(n+=\"bottom \",m-=1);for(var c=l;c<m;c++)\"align\"===i[c].type?(o+=fr[i[c].align],h&&(s+=\"none \"),h=!0):\"separator\"===i[c].type&&h&&(s+=\"|\"===i[c].separator?\"solid \":\"dashed \",h=!1);r.setAttribute(\"columnalign\",o.trim()),/[sd]/.test(s)&&r.setAttribute(\"columnlines\",s.trim())}if(\"align\"===t.colSeparationType){for(var u=t.cols||[],d=\"\",p=1;p<u.length;p++)d+=p%2?\"0em \":\"1em \";r.setAttribute(\"columnspacing\",d.trim())}else\"alignat\"===t.colSeparationType?r.setAttribute(\"columnspacing\",\"0em\"):r.setAttribute(\"columnspacing\",\"1em\");var f=\"\",g=t.hLinesBeforeRow;n+=g[0].length>0?\"left \":\"\",n+=g[g.length-1].length>0?\"right \":\"\";for(var x=1;x<g.length-1;x++)f+=0===g[x].length?\"none \":g[x][0]?\"dashed \":\"solid \";if(/[sd]/.test(f)&&r.setAttribute(\"rowlines\",f.trim()),\"\"===n)return r;var v=new pe.MathNode(\"menclose\",[r]);return v.setAttribute(\"notation\",n.trim()),v},xr=function(t,e){var r,a=[],n=ur(t.parser,{cols:a,addJot:!0},\"display\"),o=0,s={type:\"ordgroup\",mode:t.mode,body:[]},h=Pt(e[0],\"ordgroup\");if(h){for(var l=\"\",m=0;m<h.body.length;m++){l+=Ht(h.body[m],\"textord\").text}r=Number(l),o=2*r}var c=!o;n.body.forEach(function(t){for(var e=1;e<t.length;e+=2){var a=Ht(t[e],\"styling\");Ht(a.body[0],\"ordgroup\").body.unshift(s)}if(c)o<t.length&&(o=t.length);else{var n=t.length/2;if(r<n)throw new i(\"Too many math in a row: expected \"+r+\", but got \"+n,t[0])}});for(var u=0;u<o;++u){var d=\"r\",p=0;u%2==1?d=\"l\":u>0&&c&&(p=1),a[u]={type:\"align\",align:d,pregap:p,postgap:0}}return n.colSeparationType=c?\"align\":\"alignat\",n};mr({type:\"array\",names:[\"array\",\"darray\"],props:{numArgs:1},handler:function(t,e){var r={cols:(Ft(e[0])?[e[0]]:Ht(e[0],\"ordgroup\").body).map(function(t){var e=function(t){var e=Ft(t);if(!e)throw new Error(\"Expected node of symbol group type, but got \"+(t?\"node of type \"+t.type:String(t)));return e}(t).text;if(-1!==\"lcr\".indexOf(e))return{type:\"align\",align:e};if(\"|\"===e)return{type:\"separator\",separator:\"|\"};if(\":\"===e)return{type:\"separator\",separator:\":\"};throw new i(\"Unknown column alignment: \"+e,t)}),hskipBeforeAndAfter:!0};return ur(t.parser,r,dr(t.envName))},htmlBuilder:pr,mathmlBuilder:gr}),mr({type:\"array\",names:[\"matrix\",\"pmatrix\",\"bmatrix\",\"Bmatrix\",\"vmatrix\",\"Vmatrix\"],props:{numArgs:0},handler:function(t){var e={matrix:null,pmatrix:[\"(\",\")\"],bmatrix:[\"[\",\"]\"],Bmatrix:[\"\\\\{\",\"\\\\}\"],vmatrix:[\"|\",\"|\"],Vmatrix:[\"\\\\Vert\",\"\\\\Vert\"]}[t.envName],r=ur(t.parser,{hskipBeforeAndAfter:!1},dr(t.envName));return e?{type:\"leftright\",mode:t.mode,body:[r],left:e[0],right:e[1]}:r},htmlBuilder:pr,mathmlBuilder:gr}),mr({type:\"array\",names:[\"cases\",\"dcases\"],props:{numArgs:0},handler:function(t){var e=ur(t.parser,{arraystretch:1.2,cols:[{type:\"align\",align:\"l\",pregap:0,postgap:1},{type:\"align\",align:\"l\",pregap:0,postgap:0}]},dr(t.envName));return{type:\"leftright\",mode:t.mode,body:[e],left:\"\\\\{\",right:\".\"}},htmlBuilder:pr,mathmlBuilder:gr}),mr({type:\"array\",names:[\"aligned\"],props:{numArgs:0},handler:xr,htmlBuilder:pr,mathmlBuilder:gr}),mr({type:\"array\",names:[\"gathered\"],props:{numArgs:0},handler:function(t){return ur(t.parser,{cols:[{type:\"align\",align:\"c\"}],addJot:!0},\"display\")},htmlBuilder:pr,mathmlBuilder:gr}),mr({type:\"array\",names:[\"alignedat\"],props:{numArgs:1},handler:xr,htmlBuilder:pr,mathmlBuilder:gr}),$t({type:\"text\",names:[\"\\\\hline\",\"\\\\hdashline\"],props:{numArgs:0,allowedInText:!0,allowedInMath:!0},handler:function(t,e){throw new i(t.funcName+\" valid only within array environment\")}});var vr=lr;$t({type:\"environment\",names:[\"\\\\begin\",\"\\\\end\"],props:{numArgs:1,argTypes:[\"text\"]},handler:function(t,e){var r=t.parser,a=t.funcName,n=e[0];if(\"ordgroup\"!==n.type)throw new i(\"Invalid environment name\",n);for(var o=\"\",s=0;s<n.body.length;++s)o+=Ht(n.body[s],\"textord\").text;if(\"\\\\begin\"===a){if(!vr.hasOwnProperty(o))throw new i(\"No such environment: \"+o,n);var h=vr[o],l=r.parseArguments(\"\\\\begin{\"+o+\"}\",h),m=l.args,c=l.optArgs,u={mode:r.mode,envName:o,parser:r},d=h.handler(u,m,c);r.expect(\"\\\\end\",!1);var p=r.nextToken,f=Ht(r.parseFunction(),\"environment\");if(f.name!==o)throw new i(\"Mismatch: \\\\begin{\"+o+\"} matched by \\\\end{\"+f.name+\"}\",p);return d}return{type:\"environment\",mode:r.mode,name:o,nameGroup:n}}});var br=Lt.makeSpan;function yr(t,e){var r=ae(t.body,e,!0);return br([t.mclass],r,e)}function wr(t,e){var r=ve(t.body,e);return pe.newDocumentFragment(r)}$t({type:\"mclass\",names:[\"\\\\mathord\",\"\\\\mathbin\",\"\\\\mathrel\",\"\\\\mathopen\",\"\\\\mathclose\",\"\\\\mathpunct\",\"\\\\mathinner\"],props:{numArgs:1},handler:function(t,e){var r=t.parser,a=t.funcName,n=e[0];return{type:\"mclass\",mode:r.mode,mclass:\"m\"+a.substr(5),body:Kt(n)}},htmlBuilder:yr,mathmlBuilder:wr});var kr=function(t){var e=\"ordgroup\"===t.type&&t.body.length?t.body[0]:t;return\"atom\"!==e.type||\"bin\"!==e.family&&\"rel\"!==e.family?\"mord\":\"m\"+e.family};$t({type:\"mclass\",names:[\"\\\\@binrel\"],props:{numArgs:2},handler:function(t,e){return{type:\"mclass\",mode:t.parser.mode,mclass:kr(e[0]),body:[e[1]]}}}),$t({type:\"mclass\",names:[\"\\\\stackrel\",\"\\\\overset\",\"\\\\underset\"],props:{numArgs:2},handler:function(t,e){var r,a=t.parser,n=t.funcName,o=e[1],i=e[0];r=\"\\\\stackrel\"!==n?kr(o):\"mrel\";var s={type:\"op\",mode:o.mode,limits:!0,alwaysHandleSupSub:!0,parentIsSupSub:!1,symbol:!1,suppressBaseShift:\"\\\\stackrel\"!==n,body:Kt(o)},h={type:\"supsub\",mode:i.mode,base:s,sup:\"\\\\underset\"===n?null:i,sub:\"\\\\underset\"===n?i:null};return{type:\"mclass\",mode:a.mode,mclass:r,body:[h]}},htmlBuilder:yr,mathmlBuilder:wr});var Sr=function(t,e){var r=t.font,a=e.withFont(r);return he(t.body,a)},zr=function(t,e){var r=t.font,a=e.withFont(r);return ye(t.body,a)},Mr={\"\\\\Bbb\":\"\\\\mathbb\",\"\\\\bold\":\"\\\\mathbf\",\"\\\\frak\":\"\\\\mathfrak\",\"\\\\bm\":\"\\\\boldsymbol\"};$t({type:\"font\",names:[\"\\\\mathrm\",\"\\\\mathit\",\"\\\\mathbf\",\"\\\\mathnormal\",\"\\\\mathbb\",\"\\\\mathcal\",\"\\\\mathfrak\",\"\\\\mathscr\",\"\\\\mathsf\",\"\\\\mathtt\",\"\\\\Bbb\",\"\\\\bold\",\"\\\\frak\"],props:{numArgs:1,greediness:2},handler:function(t,e){var r=t.parser,a=t.funcName,n=e[0],o=a;return o in Mr&&(o=Mr[o]),{type:\"font\",mode:r.mode,font:o.slice(1),body:n}},htmlBuilder:Sr,mathmlBuilder:zr}),$t({type:\"mclass\",names:[\"\\\\boldsymbol\",\"\\\\bm\"],props:{numArgs:1,greediness:2},handler:function(t,e){var r=t.parser,a=e[0];return{type:\"mclass\",mode:r.mode,mclass:kr(a),body:[{type:\"font\",mode:r.mode,font:\"boldsymbol\",body:a}]}}}),$t({type:\"font\",names:[\"\\\\rm\",\"\\\\sf\",\"\\\\tt\",\"\\\\bf\",\"\\\\it\"],props:{numArgs:0,allowedInText:!0},handler:function(t,e){var r=t.parser,a=t.funcName,n=t.breakOnTokenText,o=r.mode,i=r.parseExpression(!0,n);return{type:\"font\",mode:o,font:\"math\"+a.slice(1),body:{type:\"ordgroup\",mode:r.mode,body:i}}},htmlBuilder:Sr,mathmlBuilder:zr});var Tr=function(t,e){var r=e;return\"display\"===t?r=r.id>=w.SCRIPT.id?r.text():w.DISPLAY:\"text\"===t&&r.size===w.DISPLAY.size?r=w.TEXT:\"script\"===t?r=w.SCRIPT:\"scriptscript\"===t&&(r=w.SCRIPTSCRIPT),r},Ar=function(t,e){var r,a=Tr(t.size,e.style),n=a.fracNum(),o=a.fracDen();r=e.havingStyle(n);var i=he(t.numer,r,e);if(t.continued){var s=8.5/e.fontMetrics().ptPerEm,h=3.5/e.fontMetrics().ptPerEm;i.height=i.height<s?s:i.height,i.depth=i.depth<h?h:i.depth}r=e.havingStyle(o);var l,m,c,u,d,p,f,g,x,v,b=he(t.denom,r,e);if(t.hasBarLine?(t.barSize?(m=zt(t.barSize,e),l=Lt.makeLineSpan(\"frac-line\",e,m)):l=Lt.makeLineSpan(\"frac-line\",e),m=l.height,c=l.height):(l=null,m=0,c=e.fontMetrics().defaultRuleThickness),a.size===w.DISPLAY.size||\"display\"===t.size?(u=e.fontMetrics().num1,d=m>0?3*c:7*c,p=e.fontMetrics().denom1):(m>0?(u=e.fontMetrics().num2,d=c):(u=e.fontMetrics().num3,d=3*c),p=e.fontMetrics().denom2),l){var y=e.fontMetrics().axisHeight;u-i.depth-(y+.5*m)<d&&(u+=d-(u-i.depth-(y+.5*m))),y-.5*m-(b.height-p)<d&&(p+=d-(y-.5*m-(b.height-p)));var k=-(y-.5*m);f=Lt.makeVList({positionType:\"individualShift\",children:[{type:\"elem\",elem:b,shift:p},{type:\"elem\",elem:l,shift:k},{type:\"elem\",elem:i,shift:-u}]},e)}else{var S=u-i.depth-(b.height-p);S<d&&(u+=.5*(d-S),p+=.5*(d-S)),f=Lt.makeVList({positionType:\"individualShift\",children:[{type:\"elem\",elem:b,shift:p},{type:\"elem\",elem:i,shift:-u}]},e)}return r=e.havingStyle(a),f.height*=r.sizeMultiplier/e.sizeMultiplier,f.depth*=r.sizeMultiplier/e.sizeMultiplier,g=a.size===w.DISPLAY.size?e.fontMetrics().delim1:e.fontMetrics().delim2,x=null==t.leftDelim?se(e,[\"mopen\"]):er(t.leftDelim,g,!0,e.havingStyle(a),t.mode,[\"mopen\"]),v=t.continued?Lt.makeSpan([]):null==t.rightDelim?se(e,[\"mclose\"]):er(t.rightDelim,g,!0,e.havingStyle(a),t.mode,[\"mclose\"]),Lt.makeSpan([\"mord\"].concat(r.sizingClasses(e)),[x,Lt.makeSpan([\"mfrac\"],[f]),v],e)},Br=function(t,e){var r=new pe.MathNode(\"mfrac\",[ye(t.numer,e),ye(t.denom,e)]);if(t.hasBarLine){if(t.barSize){var a=zt(t.barSize,e);r.setAttribute(\"linethickness\",a+\"em\")}}else r.setAttribute(\"linethickness\",\"0px\");var n=Tr(t.size,e.style);if(n.size!==e.style.size){r=new pe.MathNode(\"mstyle\",[r]);var o=n.size===w.DISPLAY.size?\"true\":\"false\";r.setAttribute(\"displaystyle\",o),r.setAttribute(\"scriptlevel\",\"0\")}if(null!=t.leftDelim||null!=t.rightDelim){var i=[];if(null!=t.leftDelim){var s=new pe.MathNode(\"mo\",[new pe.TextNode(t.leftDelim.replace(\"\\\\\",\"\"))]);s.setAttribute(\"fence\",\"true\"),i.push(s)}if(i.push(r),null!=t.rightDelim){var h=new pe.MathNode(\"mo\",[new pe.TextNode(t.rightDelim.replace(\"\\\\\",\"\"))]);h.setAttribute(\"fence\",\"true\"),i.push(h)}return ge(i)}return r};$t({type:\"genfrac\",names:[\"\\\\cfrac\",\"\\\\dfrac\",\"\\\\frac\",\"\\\\tfrac\",\"\\\\dbinom\",\"\\\\binom\",\"\\\\tbinom\",\"\\\\\\\\atopfrac\",\"\\\\\\\\bracefrac\",\"\\\\\\\\brackfrac\"],props:{numArgs:2,greediness:2},handler:function(t,e){var r,a=t.parser,n=t.funcName,o=e[0],i=e[1],s=null,h=null,l=\"auto\";switch(n){case\"\\\\cfrac\":case\"\\\\dfrac\":case\"\\\\frac\":case\"\\\\tfrac\":r=!0;break;case\"\\\\\\\\atopfrac\":r=!1;break;case\"\\\\dbinom\":case\"\\\\binom\":case\"\\\\tbinom\":r=!1,s=\"(\",h=\")\";break;case\"\\\\\\\\bracefrac\":r=!1,s=\"\\\\{\",h=\"\\\\}\";break;case\"\\\\\\\\brackfrac\":r=!1,s=\"[\",h=\"]\";break;default:throw new Error(\"Unrecognized genfrac command\")}switch(n){case\"\\\\cfrac\":case\"\\\\dfrac\":case\"\\\\dbinom\":l=\"display\";break;case\"\\\\tfrac\":case\"\\\\tbinom\":l=\"text\"}return{type:\"genfrac\",mode:a.mode,continued:\"\\\\cfrac\"===n,numer:o,denom:i,hasBarLine:r,leftDelim:s,rightDelim:h,size:l,barSize:null}},htmlBuilder:Ar,mathmlBuilder:Br}),$t({type:\"infix\",names:[\"\\\\over\",\"\\\\choose\",\"\\\\atop\",\"\\\\brace\",\"\\\\brack\"],props:{numArgs:0,infix:!0},handler:function(t){var e,r=t.parser,a=t.funcName,n=t.token;switch(a){case\"\\\\over\":e=\"\\\\frac\";break;case\"\\\\choose\":e=\"\\\\binom\";break;case\"\\\\atop\":e=\"\\\\\\\\atopfrac\";break;case\"\\\\brace\":e=\"\\\\\\\\bracefrac\";break;case\"\\\\brack\":e=\"\\\\\\\\brackfrac\";break;default:throw new Error(\"Unrecognized infix genfrac command\")}return{type:\"infix\",mode:r.mode,replaceWith:e,token:n}}});var qr=[\"display\",\"text\",\"script\",\"scriptscript\"],Cr=function(t){var e=null;return t.length>0&&(e=\".\"===(e=t)?null:e),e};$t({type:\"genfrac\",names:[\"\\\\genfrac\"],props:{numArgs:6,greediness:6,argTypes:[\"math\",\"math\",\"size\",\"text\",\"math\",\"math\"]},handler:function(t,e){var r=t.parser,a=e[4],n=e[5],o=Pt(e[0],\"atom\");o&&(o=Dt(e[0],\"open\"));var i=o?Cr(o.text):null,s=Pt(e[1],\"atom\");s&&(s=Dt(e[1],\"close\"));var h,l=s?Cr(s.text):null,m=Ht(e[2],\"size\"),c=null;h=!!m.isBlank||(c=m.value).number>0;var u=\"auto\",d=Pt(e[3],\"ordgroup\");if(d){if(d.body.length>0){var p=Ht(d.body[0],\"textord\");u=qr[Number(p.text)]}}else d=Ht(e[3],\"textord\"),u=qr[Number(d.text)];return{type:\"genfrac\",mode:r.mode,numer:a,denom:n,continued:!1,hasBarLine:h,barSize:c,leftDelim:i,rightDelim:l,size:u}},htmlBuilder:Ar,mathmlBuilder:Br}),$t({type:\"infix\",names:[\"\\\\above\"],props:{numArgs:1,argTypes:[\"size\"],infix:!0},handler:function(t,e){var r=t.parser,a=(t.funcName,t.token);return{type:\"infix\",mode:r.mode,replaceWith:\"\\\\\\\\abovefrac\",size:Ht(e[0],\"size\").value,token:a}}}),$t({type:\"genfrac\",names:[\"\\\\\\\\abovefrac\"],props:{numArgs:3,argTypes:[\"math\",\"size\",\"math\"]},handler:function(t,e){var r=t.parser,a=(t.funcName,e[0]),n=function(t){if(!t)throw new Error(\"Expected non-null, but got \"+String(t));return t}(Ht(e[1],\"infix\").size),o=e[2],i=n.number>0;return{type:\"genfrac\",mode:r.mode,numer:a,denom:o,continued:!1,hasBarLine:i,barSize:n,leftDelim:null,rightDelim:null,size:\"auto\"}},htmlBuilder:Ar,mathmlBuilder:Br});var Nr=function(t,e){var r,a,n=e.style,o=Pt(t,\"supsub\");o?(r=o.sup?he(o.sup,e.havingStyle(n.sup()),e):he(o.sub,e.havingStyle(n.sub()),e),a=Ht(o.base,\"horizBrace\")):a=Ht(t,\"horizBrace\");var i,s=he(a.base,e.havingBaseStyle(w.DISPLAY)),h=qe(a,e);if(a.isOver?(i=Lt.makeVList({positionType:\"firstBaseline\",children:[{type:\"elem\",elem:s},{type:\"kern\",size:.1},{type:\"elem\",elem:h}]},e)).children[0].children[0].children[1].classes.push(\"svg-align\"):(i=Lt.makeVList({positionType:\"bottom\",positionData:s.depth+.1+h.height,children:[{type:\"elem\",elem:h},{type:\"kern\",size:.1},{type:\"elem\",elem:s}]},e)).children[0].children[0].children[0].classes.push(\"svg-align\"),r){var l=Lt.makeSpan([\"mord\",a.isOver?\"mover\":\"munder\"],[i],e);i=a.isOver?Lt.makeVList({positionType:\"firstBaseline\",children:[{type:\"elem\",elem:l},{type:\"kern\",size:.2},{type:\"elem\",elem:r}]},e):Lt.makeVList({positionType:\"bottom\",positionData:l.depth+.2+r.height+r.depth,children:[{type:\"elem\",elem:r},{type:\"kern\",size:.2},{type:\"elem\",elem:l}]},e)}return Lt.makeSpan([\"mord\",a.isOver?\"mover\":\"munder\"],[i],e)};$t({type:\"horizBrace\",names:[\"\\\\overbrace\",\"\\\\underbrace\"],props:{numArgs:1},handler:function(t,e){var r=t.parser,a=t.funcName;return{type:\"horizBrace\",mode:r.mode,label:a,isOver:/^\\\\over/.test(a),base:e[0]}},htmlBuilder:Nr,mathmlBuilder:function(t,e){var r=Be(t.label);return new pe.MathNode(t.isOver?\"mover\":\"munder\",[ye(t.base,e),r])}}),$t({type:\"href\",names:[\"\\\\href\"],props:{numArgs:2,argTypes:[\"url\",\"original\"],allowedInText:!0},handler:function(t,e){var r=t.parser,a=e[1],n=Ht(e[0],\"url\").url;return{type:\"href\",mode:r.mode,href:n,body:Kt(a)}},htmlBuilder:function(t,e){var r=ae(t.body,e,!1);return Lt.makeAnchor(t.href,[],r,e)},mathmlBuilder:function(t,e){var r=be(t.body,e);return r instanceof ue||(r=new ue(\"mrow\",[r])),r.setAttribute(\"href\",t.href),r}}),$t({type:\"href\",names:[\"\\\\url\"],props:{numArgs:1,argTypes:[\"url\"],allowedInText:!0},handler:function(t,e){for(var r=t.parser,a=Ht(e[0],\"url\").url,n=[],o=0;o<a.length;o++){var i=a[o];\"~\"===i&&(i=\"\\\\textasciitilde\"),n.push({type:\"textord\",mode:\"text\",text:i})}var s={type:\"text\",mode:r.mode,font:\"\\\\texttt\",body:n};return{type:\"href\",mode:r.mode,href:a,body:Kt(s)}}}),$t({type:\"htmlmathml\",names:[\"\\\\html@mathml\"],props:{numArgs:2,allowedInText:!0},handler:function(t,e){return{type:\"htmlmathml\",mode:t.parser.mode,html:Kt(e[0]),mathml:Kt(e[1])}},htmlBuilder:function(t,e){var r=ae(t.html,e,!1);return Lt.makeFragment(r)},mathmlBuilder:function(t,e){return be(t.mathml,e)}}),$t({type:\"kern\",names:[\"\\\\kern\",\"\\\\mkern\",\"\\\\hskip\",\"\\\\mskip\"],props:{numArgs:1,argTypes:[\"size\"],allowedInText:!0},handler:function(t,e){var r=t.parser,a=t.funcName,n=Ht(e[0],\"size\");if(r.settings.strict){var o=\"m\"===a[1],i=\"mu\"===n.value.unit;o?(i||r.settings.reportNonstrict(\"mathVsTextUnits\",\"LaTeX's \"+a+\" supports only mu units, not \"+n.value.unit+\" units\"),\"math\"!==r.mode&&r.settings.reportNonstrict(\"mathVsTextUnits\",\"LaTeX's \"+a+\" works only in math mode\")):i&&r.settings.reportNonstrict(\"mathVsTextUnits\",\"LaTeX's \"+a+\" doesn't support mu units\")}return{type:\"kern\",mode:r.mode,dimension:n.value}},htmlBuilder:function(t,e){return Lt.makeGlue(t.dimension,e)},mathmlBuilder:function(t,e){var r=zt(t.dimension,e);return new pe.SpaceNode(r)}}),$t({type:\"lap\",names:[\"\\\\mathllap\",\"\\\\mathrlap\",\"\\\\mathclap\"],props:{numArgs:1,allowedInText:!0},handler:function(t,e){var r=t.parser,a=t.funcName,n=e[0];return{type:\"lap\",mode:r.mode,alignment:a.slice(5),body:n}},htmlBuilder:function(t,e){var r;\"clap\"===t.alignment?(r=Lt.makeSpan([],[he(t.body,e)]),r=Lt.makeSpan([\"inner\"],[r],e)):r=Lt.makeSpan([\"inner\"],[he(t.body,e)]);var a=Lt.makeSpan([\"fix\"],[]),n=Lt.makeSpan([t.alignment],[r,a],e),o=Lt.makeSpan([\"strut\"]);return o.style.height=n.height+n.depth+\"em\",o.style.verticalAlign=-n.depth+\"em\",n.children.unshift(o),n=Lt.makeVList({positionType:\"firstBaseline\",children:[{type:\"elem\",elem:n}]},e),Lt.makeSpan([\"mord\"],[n],e)},mathmlBuilder:function(t,e){var r=new pe.MathNode(\"mpadded\",[ye(t.body,e)]);if(\"rlap\"!==t.alignment){var a=\"llap\"===t.alignment?\"-1\":\"-0.5\";r.setAttribute(\"lspace\",a+\"width\")}return r.setAttribute(\"width\",\"0px\"),r}}),$t({type:\"styling\",names:[\"\\\\(\",\"$\"],props:{numArgs:0,allowedInText:!0,allowedInMath:!1,consumeMode:\"math\"},handler:function(t,e){var r=t.funcName,a=t.parser,n=a.mode;a.switchMode(\"math\");var o=\"\\\\(\"===r?\"\\\\)\":\"$\",i=a.parseExpression(!1,o);return a.expect(o,!1),a.switchMode(n),a.consume(),{type:\"styling\",mode:a.mode,style:\"text\",body:i}}}),$t({type:\"text\",names:[\"\\\\)\",\"\\\\]\"],props:{numArgs:0,allowedInText:!0,allowedInMath:!1},handler:function(t,e){throw new i(\"Mismatched \"+t.funcName)}});var Ir=function(t,e){switch(e.style.size){case w.DISPLAY.size:return t.display;case w.TEXT.size:return t.text;case w.SCRIPT.size:return t.script;case w.SCRIPTSCRIPT.size:return t.scriptscript;default:return t.text}};$t({type:\"mathchoice\",names:[\"\\\\mathchoice\"],props:{numArgs:4},handler:function(t,e){return{type:\"mathchoice\",mode:t.parser.mode,display:Kt(e[0]),text:Kt(e[1]),script:Kt(e[2]),scriptscript:Kt(e[3])}},htmlBuilder:function(t,e){var r=Ir(t,e),a=ae(r,e,!1);return Lt.makeFragment(a)},mathmlBuilder:function(t,e){var r=Ir(t,e);return be(r,e)}});var Or=[\"\\\\smallint\"],Er=function(t,e){var r,a,n,o=!1,i=Pt(t,\"supsub\");i?(r=i.sup,a=i.sub,n=Ht(i.base,\"op\"),o=!0):n=Ht(t,\"op\");var s,h=e.style,l=!1;if(h.size===w.DISPLAY.size&&n.symbol&&!c.contains(Or,n.name)&&(l=!0),n.symbol){var m=l?\"Size2-Regular\":\"Size1-Regular\",u=\"\";if(\"\\\\oiint\"!==n.name&&\"\\\\oiiint\"!==n.name||(u=n.name.substr(1),n.name=\"oiint\"===u?\"\\\\iint\":\"\\\\iiint\"),s=Lt.makeSymbol(n.name,m,\"math\",e,[\"mop\",\"op-symbol\",l?\"large-op\":\"small-op\"]),u.length>0){var d=s.italic,p=Lt.staticSvg(u+\"Size\"+(l?\"2\":\"1\"),e);s=Lt.makeVList({positionType:\"individualShift\",children:[{type:\"elem\",elem:s,shift:0},{type:\"elem\",elem:p,shift:l?.08:0}]},e),n.name=\"\\\\\"+u,s.classes.unshift(\"mop\"),s.italic=d}}else if(n.body){var f=ae(n.body,e,!0);1===f.length&&f[0]instanceof E?(s=f[0]).classes[0]=\"mop\":s=Lt.makeSpan([\"mop\"],Lt.tryCombineChars(f),e)}else{for(var g=[],x=1;x<n.name.length;x++)g.push(Lt.mathsym(n.name[x],n.mode));s=Lt.makeSpan([\"mop\"],g,e)}var v=0,b=0;if((s instanceof E||\"\\\\oiint\"===n.name||\"\\\\oiiint\"===n.name)&&!n.suppressBaseShift&&(v=(s.height-s.depth)/2-e.fontMetrics().axisHeight,b=s.italic),o){var y,k,S;if(s=Lt.makeSpan([],[s]),r){var z=he(r,e.havingStyle(h.sup()),e);k={elem:z,kern:Math.max(e.fontMetrics().bigOpSpacing1,e.fontMetrics().bigOpSpacing3-z.depth)}}if(a){var M=he(a,e.havingStyle(h.sub()),e);y={elem:M,kern:Math.max(e.fontMetrics().bigOpSpacing2,e.fontMetrics().bigOpSpacing4-M.height)}}if(k&&y){var T=e.fontMetrics().bigOpSpacing5+y.elem.height+y.elem.depth+y.kern+s.depth+v;S=Lt.makeVList({positionType:\"bottom\",positionData:T,children:[{type:\"kern\",size:e.fontMetrics().bigOpSpacing5},{type:\"elem\",elem:y.elem,marginLeft:-b+\"em\"},{type:\"kern\",size:y.kern},{type:\"elem\",elem:s},{type:\"kern\",size:k.kern},{type:\"elem\",elem:k.elem,marginLeft:b+\"em\"},{type:\"kern\",size:e.fontMetrics().bigOpSpacing5}]},e)}else if(y){var A=s.height-v;S=Lt.makeVList({positionType:\"top\",positionData:A,children:[{type:\"kern\",size:e.fontMetrics().bigOpSpacing5},{type:\"elem\",elem:y.elem,marginLeft:-b+\"em\"},{type:\"kern\",size:y.kern},{type:\"elem\",elem:s}]},e)}else{if(!k)return s;var B=s.depth+v;S=Lt.makeVList({positionType:\"bottom\",positionData:B,children:[{type:\"elem\",elem:s},{type:\"kern\",size:k.kern},{type:\"elem\",elem:k.elem,marginLeft:b+\"em\"},{type:\"kern\",size:e.fontMetrics().bigOpSpacing5}]},e)}return Lt.makeSpan([\"mop\",\"op-limits\"],[S],e)}return v&&(s.style.position=\"relative\",s.style.top=v+\"em\"),s},Rr=function(t,e){var r;if(t.symbol)r=new ue(\"mo\",[fe(t.name,t.mode)]),c.contains(Or,t.name)&&r.setAttribute(\"largeop\",\"false\");else if(t.body)r=new ue(\"mo\",ve(t.body,e));else{r=new ue(\"mi\",[new de(t.name.slice(1))]);var a=new ue(\"mo\",[fe(\"\\u2061\",\"text\")]);r=t.parentIsSupSub?new ue(\"mo\",[r,a]):ce([r,a])}return r},Lr={\"\\u220f\":\"\\\\prod\",\"\\u2210\":\"\\\\coprod\",\"\\u2211\":\"\\\\sum\",\"\\u22c0\":\"\\\\bigwedge\",\"\\u22c1\":\"\\\\bigvee\",\"\\u22c2\":\"\\\\bigcap\",\"\\u22c3\":\"\\\\bigcup\",\"\\u2a00\":\"\\\\bigodot\",\"\\u2a01\":\"\\\\bigoplus\",\"\\u2a02\":\"\\\\bigotimes\",\"\\u2a04\":\"\\\\biguplus\",\"\\u2a06\":\"\\\\bigsqcup\"};$t({type:\"op\",names:[\"\\\\coprod\",\"\\\\bigvee\",\"\\\\bigwedge\",\"\\\\biguplus\",\"\\\\bigcap\",\"\\\\bigcup\",\"\\\\intop\",\"\\\\prod\",\"\\\\sum\",\"\\\\bigotimes\",\"\\\\bigoplus\",\"\\\\bigodot\",\"\\\\bigsqcup\",\"\\\\smallint\",\"\\u220f\",\"\\u2210\",\"\\u2211\",\"\\u22c0\",\"\\u22c1\",\"\\u22c2\",\"\\u22c3\",\"\\u2a00\",\"\\u2a01\",\"\\u2a02\",\"\\u2a04\",\"\\u2a06\"],props:{numArgs:0},handler:function(t,e){var r=t.parser,a=t.funcName;return 1===a.length&&(a=Lr[a]),{type:\"op\",mode:r.mode,limits:!0,parentIsSupSub:!1,symbol:!0,name:a}},htmlBuilder:Er,mathmlBuilder:Rr}),$t({type:\"op\",names:[\"\\\\mathop\"],props:{numArgs:1},handler:function(t,e){var r=t.parser,a=e[0];return{type:\"op\",mode:r.mode,limits:!1,parentIsSupSub:!1,symbol:!1,body:Kt(a)}},htmlBuilder:Er,mathmlBuilder:Rr});var Hr={\"\\u222b\":\"\\\\int\",\"\\u222c\":\"\\\\iint\",\"\\u222d\":\"\\\\iiint\",\"\\u222e\":\"\\\\oint\",\"\\u222f\":\"\\\\oiint\",\"\\u2230\":\"\\\\oiiint\"};function Pr(t,e,r){for(var a=ae(t,e,!1),n=e.sizeMultiplier/r.sizeMultiplier,o=0;o<a.length;o++){var i=a[o].classes.indexOf(\"sizing\");i<0?Array.prototype.push.apply(a[o].classes,e.sizingClasses(r)):a[o].classes[i+1]===\"reset-size\"+e.size&&(a[o].classes[i+1]=\"reset-size\"+r.size),a[o].height*=n,a[o].depth*=n}return Lt.makeFragment(a)}$t({type:\"op\",names:[\"\\\\arcsin\",\"\\\\arccos\",\"\\\\arctan\",\"\\\\arctg\",\"\\\\arcctg\",\"\\\\arg\",\"\\\\ch\",\"\\\\cos\",\"\\\\cosec\",\"\\\\cosh\",\"\\\\cot\",\"\\\\cotg\",\"\\\\coth\",\"\\\\csc\",\"\\\\ctg\",\"\\\\cth\",\"\\\\deg\",\"\\\\dim\",\"\\\\exp\",\"\\\\hom\",\"\\\\ker\",\"\\\\lg\",\"\\\\ln\",\"\\\\log\",\"\\\\sec\",\"\\\\sin\",\"\\\\sinh\",\"\\\\sh\",\"\\\\tan\",\"\\\\tanh\",\"\\\\tg\",\"\\\\th\"],props:{numArgs:0},handler:function(t){var e=t.parser,r=t.funcName;return{type:\"op\",mode:e.mode,limits:!1,parentIsSupSub:!1,symbol:!1,name:r}},htmlBuilder:Er,mathmlBuilder:Rr}),$t({type:\"op\",names:[\"\\\\det\",\"\\\\gcd\",\"\\\\inf\",\"\\\\lim\",\"\\\\max\",\"\\\\min\",\"\\\\Pr\",\"\\\\sup\"],props:{numArgs:0},handler:function(t){var e=t.parser,r=t.funcName;return{type:\"op\",mode:e.mode,limits:!0,parentIsSupSub:!1,symbol:!1,name:r}},htmlBuilder:Er,mathmlBuilder:Rr}),$t({type:\"op\",names:[\"\\\\int\",\"\\\\iint\",\"\\\\iiint\",\"\\\\oint\",\"\\\\oiint\",\"\\\\oiiint\",\"\\u222b\",\"\\u222c\",\"\\u222d\",\"\\u222e\",\"\\u222f\",\"\\u2230\"],props:{numArgs:0},handler:function(t){var e=t.parser,r=t.funcName;return 1===r.length&&(r=Hr[r]),{type:\"op\",mode:e.mode,limits:!1,parentIsSupSub:!1,symbol:!0,name:r}},htmlBuilder:Er,mathmlBuilder:Rr}),$t({type:\"operatorname\",names:[\"\\\\operatorname\"],props:{numArgs:1},handler:function(t,e){var r=t.parser,a=e[0];return{type:\"operatorname\",mode:r.mode,body:Kt(a)}},htmlBuilder:function(t,e){if(t.body.length>0){for(var r=t.body.map(function(t){var e=t.text;return\"string\"==typeof e?{type:\"textord\",mode:t.mode,text:e}:t}),a=ae(r,e.withFont(\"mathrm\"),!0),n=0;n<a.length;n++){var o=a[n];o instanceof E&&(o.text=o.text.replace(/\\u2212/,\"-\").replace(/\\u2217/,\"*\"))}return Lt.makeSpan([\"mop\"],a,e)}return Lt.makeSpan([\"mop\"],[],e)},mathmlBuilder:function(t,e){for(var r=ve(t.body,e.withFont(\"mathrm\")),a=!0,n=0;n<r.length;n++){var o=r[n];if(o instanceof pe.SpaceNode);else if(o instanceof pe.MathNode)switch(o.type){case\"mi\":case\"mn\":case\"ms\":case\"mspace\":case\"mtext\":break;case\"mo\":var i=o.children[0];1===o.children.length&&i instanceof pe.TextNode?i.text=i.text.replace(/\\u2212/,\"-\").replace(/\\u2217/,\"*\"):a=!1;break;default:a=!1}else a=!1}if(a){var s=r.map(function(t){return t.toText()}).join(\"\");r=[new pe.TextNode(s)]}var h=new pe.MathNode(\"mi\",r);h.setAttribute(\"mathvariant\",\"normal\");var l=new pe.MathNode(\"mo\",[fe(\"\\u2061\",\"text\")]);return pe.newDocumentFragment([h,l])}}),Zt({type:\"ordgroup\",htmlBuilder:function(t,e){return t.semisimple?Lt.makeFragment(ae(t.body,e,!1)):Lt.makeSpan([\"mord\"],ae(t.body,e,!0),e)},mathmlBuilder:function(t,e){return be(t.body,e)}}),$t({type:\"overline\",names:[\"\\\\overline\"],props:{numArgs:1},handler:function(t,e){var r=t.parser,a=e[0];return{type:\"overline\",mode:r.mode,body:a}},htmlBuilder:function(t,e){var r=he(t.body,e.havingCrampedStyle()),a=Lt.makeLineSpan(\"overline-line\",e),n=Lt.makeVList({positionType:\"firstBaseline\",children:[{type:\"elem\",elem:r},{type:\"kern\",size:3*a.height},{type:\"elem\",elem:a},{type:\"kern\",size:a.height}]},e);return Lt.makeSpan([\"mord\",\"overline\"],[n],e)},mathmlBuilder:function(t,e){var r=new pe.MathNode(\"mo\",[new pe.TextNode(\"\\u203e\")]);r.setAttribute(\"stretchy\",\"true\");var a=new pe.MathNode(\"mover\",[ye(t.body,e),r]);return a.setAttribute(\"accent\",\"true\"),a}}),$t({type:\"phantom\",names:[\"\\\\phantom\"],props:{numArgs:1,allowedInText:!0},handler:function(t,e){var r=t.parser,a=e[0];return{type:\"phantom\",mode:r.mode,body:Kt(a)}},htmlBuilder:function(t,e){var r=ae(t.body,e.withPhantom(),!1);return Lt.makeFragment(r)},mathmlBuilder:function(t,e){var r=ve(t.body,e);return new pe.MathNode(\"mphantom\",r)}}),$t({type:\"hphantom\",names:[\"\\\\hphantom\"],props:{numArgs:1,allowedInText:!0},handler:function(t,e){var r=t.parser,a=e[0];return{type:\"hphantom\",mode:r.mode,body:a}},htmlBuilder:function(t,e){var r=Lt.makeSpan([],[he(t.body,e.withPhantom())]);if(r.height=0,r.depth=0,r.children)for(var a=0;a<r.children.length;a++)r.children[a].height=0,r.children[a].depth=0;return r=Lt.makeVList({positionType:\"firstBaseline\",children:[{type:\"elem\",elem:r}]},e),Lt.makeSpan([\"mord\"],[r],e)},mathmlBuilder:function(t,e){var r=ve(Kt(t.body),e),a=new pe.MathNode(\"mphantom\",r),n=new pe.MathNode(\"mpadded\",[a]);return n.setAttribute(\"height\",\"0px\"),n.setAttribute(\"depth\",\"0px\"),n}}),$t({type:\"vphantom\",names:[\"\\\\vphantom\"],props:{numArgs:1,allowedInText:!0},handler:function(t,e){var r=t.parser,a=e[0];return{type:\"vphantom\",mode:r.mode,body:a}},htmlBuilder:function(t,e){var r=Lt.makeSpan([\"inner\"],[he(t.body,e.withPhantom())]),a=Lt.makeSpan([\"fix\"],[]);return Lt.makeSpan([\"mord\",\"rlap\"],[r,a],e)},mathmlBuilder:function(t,e){var r=ve(Kt(t.body),e),a=new pe.MathNode(\"mphantom\",r),n=new pe.MathNode(\"mpadded\",[a]);return n.setAttribute(\"width\",\"0px\"),n}});var Dr=[\"\\\\tiny\",\"\\\\sixptsize\",\"\\\\scriptsize\",\"\\\\footnotesize\",\"\\\\small\",\"\\\\normalsize\",\"\\\\large\",\"\\\\Large\",\"\\\\LARGE\",\"\\\\huge\",\"\\\\Huge\"],Fr=function(t,e){var r=e.havingSize(t.size);return Pr(t.body,r,e)};$t({type:\"sizing\",names:Dr,props:{numArgs:0,allowedInText:!0},handler:function(t,e){var r=t.breakOnTokenText,a=t.funcName,n=t.parser,o=n.parseExpression(!1,r);return{type:\"sizing\",mode:n.mode,size:Dr.indexOf(a)+1,body:o}},htmlBuilder:Fr,mathmlBuilder:function(t,e){var r=e.havingSize(t.size),a=ve(t.body,r),n=new pe.MathNode(\"mstyle\",a);return n.setAttribute(\"mathsize\",r.sizeMultiplier+\"em\"),n}}),$t({type:\"raisebox\",names:[\"\\\\raisebox\"],props:{numArgs:2,argTypes:[\"size\",\"text\"],allowedInText:!0},handler:function(t,e){var r=t.parser,a=Ht(e[0],\"size\").value,n=e[1];return{type:\"raisebox\",mode:r.mode,dy:a,body:n}},htmlBuilder:function(t,e){var r={type:\"text\",mode:t.mode,body:Kt(t.body),font:\"mathrm\"},a={type:\"sizing\",mode:t.mode,body:[r],size:6},n=Fr(a,e),o=zt(t.dy,e);return Lt.makeVList({positionType:\"shift\",positionData:-o,children:[{type:\"elem\",elem:n}]},e)},mathmlBuilder:function(t,e){var r=new pe.MathNode(\"mpadded\",[ye(t.body,e)]),a=t.dy.number+t.dy.unit;return r.setAttribute(\"voffset\",a),r}}),$t({type:\"rule\",names:[\"\\\\rule\"],props:{numArgs:2,numOptionalArgs:1,argTypes:[\"size\",\"size\",\"size\"]},handler:function(t,e,r){var a=t.parser,n=r[0],o=Ht(e[0],\"size\"),i=Ht(e[1],\"size\");return{type:\"rule\",mode:a.mode,shift:n&&Ht(n,\"size\").value,width:o.value,height:i.value}},htmlBuilder:function(t,e){var r=Lt.makeSpan([\"mord\",\"rule\"],[],e),a=zt(t.width,e),n=zt(t.height,e),o=t.shift?zt(t.shift,e):0;return r.style.borderRightWidth=a+\"em\",r.style.borderTopWidth=n+\"em\",r.style.bottom=o+\"em\",r.width=a,r.height=n+o,r.depth=-o,r.maxFontSize=1.125*n*e.sizeMultiplier,r},mathmlBuilder:function(t,e){var r=zt(t.width,e),a=zt(t.height,e),n=t.shift?zt(t.shift,e):0,o=e.color&&e.getColor()||\"black\",i=new pe.MathNode(\"mspace\");i.setAttribute(\"mathbackground\",o),i.setAttribute(\"width\",r+\"em\"),i.setAttribute(\"height\",a+\"em\");var s=new pe.MathNode(\"mpadded\",[i]);return n>=0?s.setAttribute(\"height\",\"+\"+n+\"em\"):(s.setAttribute(\"height\",n+\"em\"),s.setAttribute(\"depth\",\"+\"+-n+\"em\")),s.setAttribute(\"voffset\",n+\"em\"),s}}),$t({type:\"smash\",names:[\"\\\\smash\"],props:{numArgs:1,numOptionalArgs:1,allowedInText:!0},handler:function(t,e,r){var a=t.parser,n=!1,o=!1,i=r[0]&&Ht(r[0],\"ordgroup\");if(i)for(var s=\"\",h=0;h<i.body.length;++h){if(\"t\"===(s=i.body[h].text))n=!0;else{if(\"b\"!==s){n=!1,o=!1;break}o=!0}}else n=!0,o=!0;var l=e[0];return{type:\"smash\",mode:a.mode,body:l,smashHeight:n,smashDepth:o}},htmlBuilder:function(t,e){var r=Lt.makeSpan([],[he(t.body,e)]);if(!t.smashHeight&&!t.smashDepth)return r;if(t.smashHeight&&(r.height=0,r.children))for(var a=0;a<r.children.length;a++)r.children[a].height=0;if(t.smashDepth&&(r.depth=0,r.children))for(var n=0;n<r.children.length;n++)r.children[n].depth=0;var o=Lt.makeVList({positionType:\"firstBaseline\",children:[{type:\"elem\",elem:r}]},e);return Lt.makeSpan([\"mord\"],[o],e)},mathmlBuilder:function(t,e){var r=new pe.MathNode(\"mpadded\",[ye(t.body,e)]);return t.smashHeight&&r.setAttribute(\"height\",\"0px\"),t.smashDepth&&r.setAttribute(\"depth\",\"0px\"),r}}),$t({type:\"sqrt\",names:[\"\\\\sqrt\"],props:{numArgs:1,numOptionalArgs:1},handler:function(t,e,r){var a=t.parser,n=r[0],o=e[0];return{type:\"sqrt\",mode:a.mode,body:o,index:n}},htmlBuilder:function(t,e){var r=he(t.body,e.havingCrampedStyle());0===r.height&&(r.height=e.fontMetrics().xHeight),r=Lt.wrapFragment(r,e);var a=e.fontMetrics().defaultRuleThickness,n=a;e.style.id<w.TEXT.id&&(n=e.fontMetrics().xHeight);var o=a+n/4,i=r.height+r.depth+o+a,s=Qe(i,e),h=s.span,l=s.ruleWidth,m=s.advanceWidth,c=h.height-l;c>r.height+r.depth+o&&(o=(o+c-r.height-r.depth)/2);var u=h.height-r.height-o-l;r.style.paddingLeft=m+\"em\";var d=Lt.makeVList({positionType:\"firstBaseline\",children:[{type:\"elem\",elem:r,wrapperClasses:[\"svg-align\"]},{type:\"kern\",size:-(r.height+u)},{type:\"elem\",elem:h},{type:\"kern\",size:l}]},e);if(t.index){var p=e.havingStyle(w.SCRIPTSCRIPT),f=he(t.index,p,e),g=.6*(d.height-d.depth),x=Lt.makeVList({positionType:\"shift\",positionData:-g,children:[{type:\"elem\",elem:f}]},e),v=Lt.makeSpan([\"root\"],[x]);return Lt.makeSpan([\"mord\",\"sqrt\"],[v,d],e)}return Lt.makeSpan([\"mord\",\"sqrt\"],[d],e)},mathmlBuilder:function(t,e){var r=t.body,a=t.index;return a?new pe.MathNode(\"mroot\",[ye(r,e),ye(a,e)]):new pe.MathNode(\"msqrt\",[ye(r,e)])}});var Vr={display:w.DISPLAY,text:w.TEXT,script:w.SCRIPT,scriptscript:w.SCRIPTSCRIPT};$t({type:\"styling\",names:[\"\\\\displaystyle\",\"\\\\textstyle\",\"\\\\scriptstyle\",\"\\\\scriptscriptstyle\"],props:{numArgs:0,allowedInText:!0},handler:function(t,e){var r=t.breakOnTokenText,a=t.funcName,n=t.parser,o=n.parseExpression(!0,r),i=a.slice(1,a.length-5);return{type:\"styling\",mode:n.mode,style:i,body:o}},htmlBuilder:function(t,e){var r=Vr[t.style],a=e.havingStyle(r).withFont(\"\");return Pr(t.body,a,e)},mathmlBuilder:function(t,e){var r={display:w.DISPLAY,text:w.TEXT,script:w.SCRIPT,scriptscript:w.SCRIPTSCRIPT}[t.style],a=e.havingStyle(r),n=ve(t.body,a),o=new pe.MathNode(\"mstyle\",n),i={display:[\"0\",\"true\"],text:[\"0\",\"false\"],script:[\"1\",\"false\"],scriptscript:[\"2\",\"false\"]}[t.style];return o.setAttribute(\"scriptlevel\",i[0]),o.setAttribute(\"displaystyle\",i[1]),o}});Zt({type:\"supsub\",htmlBuilder:function(t,e){var r=function(t,e){var r=t.base;return r?\"op\"===r.type?r.limits&&(e.style.size===w.DISPLAY.size||r.alwaysHandleSupSub)?Er:null:\"accent\"===r.type?c.isCharacterBox(r.base)?Ce:null:\"horizBrace\"===r.type&&!t.sub===r.isOver?Nr:null:null}(t,e);if(r)return r(t,e);var a,n,o,i=t.base,s=t.sup,h=t.sub,l=he(i,e),m=e.fontMetrics(),u=0,d=0,p=i&&c.isCharacterBox(i);if(s){var f=e.havingStyle(e.style.sup());a=he(s,f,e),p||(u=l.height-f.fontMetrics().supDrop*f.sizeMultiplier/e.sizeMultiplier)}if(h){var g=e.havingStyle(e.style.sub());n=he(h,g,e),p||(d=l.depth+g.fontMetrics().subDrop*g.sizeMultiplier/e.sizeMultiplier)}o=e.style===w.DISPLAY?m.sup1:e.style.cramped?m.sup3:m.sup2;var x,v=e.sizeMultiplier,b=.5/m.ptPerEm/v+\"em\",y=null;if(n){var k=t.base&&\"op\"===t.base.type&&t.base.name&&(\"\\\\oiint\"===t.base.name||\"\\\\oiiint\"===t.base.name);(l instanceof E||k)&&(y=-l.italic+\"em\")}if(a&&n){u=Math.max(u,o,a.depth+.25*m.xHeight),d=Math.max(d,m.sub2);var S=4*m.defaultRuleThickness;if(u-a.depth-(n.height-d)<S){d=S-(u-a.depth)+n.height;var z=.8*m.xHeight-(u-a.depth);z>0&&(u+=z,d-=z)}var M=[{type:\"elem\",elem:n,shift:d,marginRight:b,marginLeft:y},{type:\"elem\",elem:a,shift:-u,marginRight:b}];x=Lt.makeVList({positionType:\"individualShift\",children:M},e)}else if(n){d=Math.max(d,m.sub1,n.height-.8*m.xHeight);var T=[{type:\"elem\",elem:n,marginLeft:y,marginRight:b}];x=Lt.makeVList({positionType:\"shift\",positionData:d,children:T},e)}else{if(!a)throw new Error(\"supsub must have either sup or sub.\");u=Math.max(u,o,a.depth+.25*m.xHeight),x=Lt.makeVList({positionType:\"shift\",positionData:-u,children:[{type:\"elem\",elem:a,marginRight:b}]},e)}var A=ie(l,\"right\")||\"mord\";return Lt.makeSpan([A],[l,Lt.makeSpan([\"msupsub\"],[x])],e)},mathmlBuilder:function(t,e){var r,a=!1,n=Pt(t.base,\"horizBrace\");n&&!!t.sup===n.isOver&&(a=!0,r=n.isOver),t.base&&\"op\"===t.base.type&&(t.base.parentIsSupSub=!0);var o,i=[ye(t.base,e)];if(t.sub&&i.push(ye(t.sub,e)),t.sup&&i.push(ye(t.sup,e)),a)o=r?\"mover\":\"munder\";else if(t.sub)if(t.sup){var s=t.base;o=s&&\"op\"===s.type&&s.limits&&e.style===w.DISPLAY?\"munderover\":\"msubsup\"}else{var h=t.base;o=h&&\"op\"===h.type&&h.limits&&(e.style===w.DISPLAY||h.alwaysHandleSupSub)?\"munder\":\"msub\"}else{var l=t.base;o=l&&\"op\"===l.type&&l.limits&&(e.style===w.DISPLAY||l.alwaysHandleSupSub)?\"mover\":\"msup\"}return new pe.MathNode(o,i)}}),Zt({type:\"atom\",htmlBuilder:function(t,e){return Lt.mathsym(t.text,t.mode,e,[\"m\"+t.family])},mathmlBuilder:function(t,e){var r=new pe.MathNode(\"mo\",[fe(t.text,t.mode)]);if(\"bin\"===t.family){var a=xe(t,e);\"bold-italic\"===a&&r.setAttribute(\"mathvariant\",a)}else\"punct\"===t.family?r.setAttribute(\"separator\",\"true\"):\"open\"!==t.family&&\"close\"!==t.family||r.setAttribute(\"stretchy\",\"false\");return r}});var Ur={mi:\"italic\",mn:\"normal\",mtext:\"normal\"};Zt({type:\"mathord\",htmlBuilder:function(t,e){return Lt.makeOrd(t,e,\"mathord\")},mathmlBuilder:function(t,e){var r=new pe.MathNode(\"mi\",[fe(t.text,t.mode,e)]),a=xe(t,e)||\"italic\";return a!==Ur[r.type]&&r.setAttribute(\"mathvariant\",a),r}}),Zt({type:\"textord\",htmlBuilder:function(t,e){return Lt.makeOrd(t,e,\"textord\")},mathmlBuilder:function(t,e){var r,a=fe(t.text,t.mode,e),n=xe(t,e)||\"normal\";return r=\"text\"===t.mode?new pe.MathNode(\"mtext\",[a]):/[0-9]/.test(t.text)?new pe.MathNode(\"mn\",[a]):\"\\\\prime\"===t.text?new pe.MathNode(\"mo\",[a]):new pe.MathNode(\"mi\",[a]),n!==Ur[r.type]&&r.setAttribute(\"mathvariant\",n),r}});var Gr={\"\\\\nobreak\":\"nobreak\",\"\\\\allowbreak\":\"allowbreak\"},Xr={\" \":{},\"\\\\ \":{},\"~\":{className:\"nobreak\"},\"\\\\space\":{},\"\\\\nobreakspace\":{className:\"nobreak\"}};Zt({type:\"spacing\",htmlBuilder:function(t,e){if(Xr.hasOwnProperty(t.text)){var r=Xr[t.text].className||\"\";if(\"text\"===t.mode){var a=Lt.makeOrd(t,e,\"textord\");return a.classes.push(r),a}return Lt.makeSpan([\"mspace\",r],[Lt.mathsym(t.text,t.mode,e)],e)}if(Gr.hasOwnProperty(t.text))return Lt.makeSpan([\"mspace\",Gr[t.text]],[],e);throw new i('Unknown type of space \"'+t.text+'\"')},mathmlBuilder:function(t,e){if(!Xr.hasOwnProperty(t.text)){if(Gr.hasOwnProperty(t.text))return new pe.MathNode(\"mspace\");throw new i('Unknown type of space \"'+t.text+'\"')}return new pe.MathNode(\"mtext\",[new pe.TextNode(\"\\xa0\")])}});var Yr=function(){var t=new pe.MathNode(\"mtd\",[]);return t.setAttribute(\"width\",\"50%\"),t};Zt({type:\"tag\",mathmlBuilder:function(t,e){var r=new pe.MathNode(\"mtable\",[new pe.MathNode(\"mtr\",[Yr(),new pe.MathNode(\"mtd\",[be(t.body,e)]),Yr(),new pe.MathNode(\"mtd\",[be(t.tag,e)])])]);return r.setAttribute(\"width\",\"100%\"),r}});var _r={\"\\\\text\":void 0,\"\\\\textrm\":\"textrm\",\"\\\\textsf\":\"textsf\",\"\\\\texttt\":\"texttt\",\"\\\\textnormal\":\"textrm\"},Wr={\"\\\\textbf\":\"textbf\",\"\\\\textmd\":\"textmd\"},jr={\"\\\\textit\":\"textit\",\"\\\\textup\":\"textup\"},$r=function(t,e){var r=t.font;return r?_r[r]?e.withTextFontFamily(_r[r]):Wr[r]?e.withTextFontWeight(Wr[r]):e.withTextFontShape(jr[r]):e};$t({type:\"text\",names:[\"\\\\text\",\"\\\\textrm\",\"\\\\textsf\",\"\\\\texttt\",\"\\\\textnormal\",\"\\\\textbf\",\"\\\\textmd\",\"\\\\textit\",\"\\\\textup\"],props:{numArgs:1,argTypes:[\"text\"],greediness:2,allowedInText:!0,consumeMode:\"text\"},handler:function(t,e){var r=t.parser,a=t.funcName,n=e[0];return{type:\"text\",mode:r.mode,body:Kt(n),font:a}},htmlBuilder:function(t,e){var r=$r(t,e),a=ae(t.body,r,!0);return Lt.makeSpan([\"mord\",\"text\"],Lt.tryCombineChars(a),r)},mathmlBuilder:function(t,e){var r=$r(t,e);return be(t.body,r)}}),$t({type:\"underline\",names:[\"\\\\underline\"],props:{numArgs:1,allowedInText:!0},handler:function(t,e){return{type:\"underline\",mode:t.parser.mode,body:e[0]}},htmlBuilder:function(t,e){var r=he(t.body,e),a=Lt.makeLineSpan(\"underline-line\",e),n=Lt.makeVList({positionType:\"top\",positionData:r.height,children:[{type:\"kern\",size:a.height},{type:\"elem\",elem:a},{type:\"kern\",size:3*a.height},{type:\"elem\",elem:r}]},e);return Lt.makeSpan([\"mord\",\"underline\"],[n],e)},mathmlBuilder:function(t,e){var r=new pe.MathNode(\"mo\",[new pe.TextNode(\"\\u203e\")]);r.setAttribute(\"stretchy\",\"true\");var a=new pe.MathNode(\"munder\",[ye(t.body,e),r]);return a.setAttribute(\"accentunder\",\"true\"),a}}),$t({type:\"verb\",names:[\"\\\\verb\"],props:{numArgs:0,allowedInText:!0},handler:function(t,e,r){throw new i(\"\\\\verb ended by end of line instead of matching delimiter\")},htmlBuilder:function(t,e){for(var r=Zr(t),a=[],n=e.havingStyle(e.style.text()),o=0;o<r.length;o++){var i=r[o];\"~\"===i&&(i=\"\\\\textasciitilde\"),a.push(Lt.makeSymbol(i,\"Typewriter-Regular\",t.mode,n,[\"mord\",\"texttt\"]))}return Lt.makeSpan([\"mord\",\"text\"].concat(n.sizingClasses(e)),Lt.tryCombineChars(a),n)},mathmlBuilder:function(t,e){var r=new pe.TextNode(Zr(t)),a=new pe.MathNode(\"mtext\",[r]);return a.setAttribute(\"mathvariant\",\"monospace\"),a}});var Zr=function(t){return t.body.replace(/ /g,t.star?\"\\u2423\":\"\\xa0\")},Kr=_t,Jr=new RegExp(\"^(\\\\\\\\[a-zA-Z@]+)[ \\r\\n\\t]*$\"),Qr=new RegExp(\"[\\u0300-\\u036f]+$\"),ta=\"([ \\r\\n\\t]+)|([!-\\\\[\\\\]-\\u2027\\u202a-\\ud7ff\\uf900-\\uffff][\\u0300-\\u036f]*|[\\ud800-\\udbff][\\udc00-\\udfff][\\u0300-\\u036f]*|\\\\\\\\verb\\\\*([^]).*?\\\\3|\\\\\\\\verb([^*a-zA-Z]).*?\\\\4|\\\\\\\\[a-zA-Z@]+[ \\r\\n\\t]*|\\\\\\\\[^\\ud800-\\udfff])\",ea=function(){function t(t,e){this.input=void 0,this.settings=void 0,this.tokenRegex=void 0,this.catcodes=void 0,this.input=t,this.settings=e,this.tokenRegex=new RegExp(ta,\"g\"),this.catcodes={\"%\":14}}var e=t.prototype;return e.setCatcode=function(t,e){this.catcodes[t]=e},e.lex=function(){var t=this.input,e=this.tokenRegex.lastIndex;if(e===t.length)return new n(\"EOF\",new a(this,e,e));var r=this.tokenRegex.exec(t);if(null===r||r.index!==e)throw new i(\"Unexpected character: '\"+t[e]+\"'\",new n(t[e],new a(this,e,e+1)));var o=r[2]||\" \";if(14===this.catcodes[o]){var s=t.indexOf(\"\\n\",this.tokenRegex.lastIndex);return-1===s?(this.tokenRegex.lastIndex=t.length,this.settings.reportNonstrict(\"commentAtEnd\",\"% comment has no terminating newline; LaTeX would fail because of commenting the end of math mode (e.g. $)\")):this.tokenRegex.lastIndex=s+1,this.lex()}var h=o.match(Jr);return h&&(o=h[1]),new n(o,new a(this,e,this.tokenRegex.lastIndex))},t}(),ra=function(){function t(t,e){void 0===t&&(t={}),void 0===e&&(e={}),this.current=void 0,this.builtins=void 0,this.undefStack=void 0,this.current=e,this.builtins=t,this.undefStack=[]}var e=t.prototype;return e.beginGroup=function(){this.undefStack.push({})},e.endGroup=function(){if(0===this.undefStack.length)throw new i(\"Unbalanced namespace destruction: attempt to pop global namespace; please report this as a bug\");var t=this.undefStack.pop();for(var e in t)t.hasOwnProperty(e)&&(void 0===t[e]?delete this.current[e]:this.current[e]=t[e])},e.has=function(t){return this.current.hasOwnProperty(t)||this.builtins.hasOwnProperty(t)},e.get=function(t){return this.current.hasOwnProperty(t)?this.current[t]:this.builtins[t]},e.set=function(t,e,r){if(void 0===r&&(r=!1),r){for(var a=0;a<this.undefStack.length;a++)delete this.undefStack[a][t];this.undefStack.length>0&&(this.undefStack[this.undefStack.length-1][t]=e)}else{var n=this.undefStack[this.undefStack.length-1];n&&!n.hasOwnProperty(t)&&(n[t]=this.current[t])}this.current[t]=e},t}(),aa={},na=aa;function oa(t,e){aa[t]=e}oa(\"\\\\@firstoftwo\",function(t){return{tokens:t.consumeArgs(2)[0],numArgs:0}}),oa(\"\\\\@secondoftwo\",function(t){return{tokens:t.consumeArgs(2)[1],numArgs:0}}),oa(\"\\\\@ifnextchar\",function(t){var e=t.consumeArgs(3),r=t.future();return 1===e[0].length&&e[0][0].text===r.text?{tokens:e[1],numArgs:0}:{tokens:e[2],numArgs:0}}),oa(\"\\\\@ifstar\",\"\\\\@ifnextchar *{\\\\@firstoftwo{#1}}\"),oa(\"\\\\TextOrMath\",function(t){var e=t.consumeArgs(2);return\"text\"===t.mode?{tokens:e[0],numArgs:0}:{tokens:e[1],numArgs:0}});var ia={0:0,1:1,2:2,3:3,4:4,5:5,6:6,7:7,8:8,9:9,a:10,A:10,b:11,B:11,c:12,C:12,d:13,D:13,e:14,E:14,f:15,F:15};oa(\"\\\\char\",function(t){var e,r=t.popToken(),a=\"\";if(\"'\"===r.text)e=8,r=t.popToken();else if('\"'===r.text)e=16,r=t.popToken();else if(\"`\"===r.text)if(\"\\\\\"===(r=t.popToken()).text[0])a=r.text.charCodeAt(1);else{if(\"EOF\"===r.text)throw new i(\"\\\\char` missing argument\");a=r.text.charCodeAt(0)}else e=10;if(e){if(null==(a=ia[r.text])||a>=e)throw new i(\"Invalid base-\"+e+\" digit \"+r.text);for(var n;null!=(n=ia[t.future().text])&&n<e;)a*=e,a+=n,t.popToken()}return\"\\\\@char{\"+a+\"}\"});var sa=function(t,e){var r=t.consumeArgs(1)[0];if(1!==r.length)throw new i(\"\\\\gdef's first argument must be a macro name\");var a=r[0].text,n=0;for(r=t.consumeArgs(1)[0];1===r.length&&\"#\"===r[0].text;){if(1!==(r=t.consumeArgs(1)[0]).length)throw new i('Invalid argument number length \"'+r.length+'\"');if(!/^[1-9]$/.test(r[0].text))throw new i('Invalid argument number \"'+r[0].text+'\"');if(n++,parseInt(r[0].text)!==n)throw new i('Argument number \"'+r[0].text+'\" out of order');r=t.consumeArgs(1)[0]}return t.macros.set(a,{tokens:r,numArgs:n},e),\"\"};oa(\"\\\\gdef\",function(t){return sa(t,!0)}),oa(\"\\\\def\",function(t){return sa(t,!1)}),oa(\"\\\\global\",function(t){var e=t.consumeArgs(1)[0];if(1!==e.length)throw new i(\"Invalid command after \\\\global\");var r=e[0].text;if(\"\\\\def\"===r)return sa(t,!0);throw new i(\"Invalid command '\"+r+\"' after \\\\global\")});var ha=function(t,e,r){var a=t.consumeArgs(1)[0];if(1!==a.length)throw new i(\"\\\\newcommand's first argument must be a macro name\");var n=a[0].text,o=t.isDefined(n);if(o&&!e)throw new i(\"\\\\newcommand{\"+n+\"} attempting to redefine \"+n+\"; use \\\\renewcommand\");if(!o&&!r)throw new i(\"\\\\renewcommand{\"+n+\"} when command \"+n+\" does not yet exist; use \\\\newcommand\");var s=0;if(1===(a=t.consumeArgs(1)[0]).length&&\"[\"===a[0].text){for(var h=\"\",l=t.expandNextToken();\"]\"!==l.text&&\"EOF\"!==l.text;)h+=l.text,l=t.expandNextToken();if(!h.match(/^\\s*[0-9]+\\s*$/))throw new i(\"Invalid number of arguments: \"+h);s=parseInt(h),a=t.consumeArgs(1)[0]}return t.macros.set(n,{tokens:a,numArgs:s}),\"\"};oa(\"\\\\newcommand\",function(t){return ha(t,!1,!0)}),oa(\"\\\\renewcommand\",function(t){return ha(t,!0,!1)}),oa(\"\\\\providecommand\",function(t){return ha(t,!0,!0)}),oa(\"\\\\bgroup\",\"{\"),oa(\"\\\\egroup\",\"}\"),oa(\"\\\\lq\",\"`\"),oa(\"\\\\rq\",\"'\"),oa(\"\\\\aa\",\"\\\\r a\"),oa(\"\\\\AA\",\"\\\\r A\"),oa(\"\\\\textcopyright\",\"\\\\html@mathml{\\\\textcircled{c}}{\\\\char`\\xa9}\"),oa(\"\\\\copyright\",\"\\\\TextOrMath{\\\\textcopyright}{\\\\text{\\\\textcopyright}}\"),oa(\"\\\\textregistered\",\"\\\\html@mathml{\\\\textcircled{\\\\scriptsize R}}{\\\\char`\\xae}\"),oa(\"\\u212c\",\"\\\\mathscr{B}\"),oa(\"\\u2130\",\"\\\\mathscr{E}\"),oa(\"\\u2131\",\"\\\\mathscr{F}\"),oa(\"\\u210b\",\"\\\\mathscr{H}\"),oa(\"\\u2110\",\"\\\\mathscr{I}\"),oa(\"\\u2112\",\"\\\\mathscr{L}\"),oa(\"\\u2133\",\"\\\\mathscr{M}\"),oa(\"\\u211b\",\"\\\\mathscr{R}\"),oa(\"\\u212d\",\"\\\\mathfrak{C}\"),oa(\"\\u210c\",\"\\\\mathfrak{H}\"),oa(\"\\u2128\",\"\\\\mathfrak{Z}\"),oa(\"\\\\Bbbk\",\"\\\\Bbb{k}\"),oa(\"\\xb7\",\"\\\\cdotp\"),oa(\"\\\\llap\",\"\\\\mathllap{\\\\textrm{#1}}\"),oa(\"\\\\rlap\",\"\\\\mathrlap{\\\\textrm{#1}}\"),oa(\"\\\\clap\",\"\\\\mathclap{\\\\textrm{#1}}\"),oa(\"\\\\not\",'\\\\html@mathml{\\\\mathrel{\\\\mathrlap\\\\@not}}{\\\\char\"338}'),oa(\"\\\\neq\",\"\\\\html@mathml{\\\\mathrel{\\\\not=}}{\\\\mathrel{\\\\char`\\u2260}}\"),oa(\"\\\\ne\",\"\\\\neq\"),oa(\"\\u2260\",\"\\\\neq\"),oa(\"\\\\notin\",\"\\\\html@mathml{\\\\mathrel{{\\\\in}\\\\mathllap{/\\\\mskip1mu}}}{\\\\mathrel{\\\\char`\\u2209}}\"),oa(\"\\u2209\",\"\\\\notin\"),oa(\"\\u2258\",\"\\\\html@mathml{\\\\mathrel{=\\\\kern{-1em}\\\\raisebox{0.4em}{$\\\\scriptsize\\\\frown$}}}{\\\\mathrel{\\\\char`\\u2258}}\"),oa(\"\\u2259\",\"\\\\html@mathml{\\\\stackrel{\\\\tiny\\\\wedge}{=}}{\\\\mathrel{\\\\char`\\u2258}}\"),oa(\"\\u225a\",\"\\\\html@mathml{\\\\stackrel{\\\\tiny\\\\vee}{=}}{\\\\mathrel{\\\\char`\\u225a}}\"),oa(\"\\u225b\",\"\\\\html@mathml{\\\\stackrel{\\\\scriptsize\\\\star}{=}}{\\\\mathrel{\\\\char`\\u225b}}\"),oa(\"\\u225d\",\"\\\\html@mathml{\\\\stackrel{\\\\tiny\\\\mathrm{def}}{=}}{\\\\mathrel{\\\\char`\\u225d}}\"),oa(\"\\u225e\",\"\\\\html@mathml{\\\\stackrel{\\\\tiny\\\\mathrm{m}}{=}}{\\\\mathrel{\\\\char`\\u225e}}\"),oa(\"\\u225f\",\"\\\\html@mathml{\\\\stackrel{\\\\tiny?}{=}}{\\\\mathrel{\\\\char`\\u225f}}\"),oa(\"\\u27c2\",\"\\\\perp\"),oa(\"\\u203c\",\"\\\\mathclose{!\\\\mkern-0.8mu!}\"),oa(\"\\u220c\",\"\\\\notni\"),oa(\"\\u231c\",\"\\\\ulcorner\"),oa(\"\\u231d\",\"\\\\urcorner\"),oa(\"\\u231e\",\"\\\\llcorner\"),oa(\"\\u231f\",\"\\\\lrcorner\"),oa(\"\\xa9\",\"\\\\copyright\"),oa(\"\\xae\",\"\\\\textregistered\"),oa(\"\\ufe0f\",\"\\\\textregistered\"),oa(\"\\\\vdots\",\"\\\\mathord{\\\\varvdots\\\\rule{0pt}{15pt}}\"),oa(\"\\u22ee\",\"\\\\vdots\"),oa(\"\\\\varGamma\",\"\\\\mathit{\\\\Gamma}\"),oa(\"\\\\varDelta\",\"\\\\mathit{\\\\Delta}\"),oa(\"\\\\varTheta\",\"\\\\mathit{\\\\Theta}\"),oa(\"\\\\varLambda\",\"\\\\mathit{\\\\Lambda}\"),oa(\"\\\\varXi\",\"\\\\mathit{\\\\Xi}\"),oa(\"\\\\varPi\",\"\\\\mathit{\\\\Pi}\"),oa(\"\\\\varSigma\",\"\\\\mathit{\\\\Sigma}\"),oa(\"\\\\varUpsilon\",\"\\\\mathit{\\\\Upsilon}\"),oa(\"\\\\varPhi\",\"\\\\mathit{\\\\Phi}\"),oa(\"\\\\varPsi\",\"\\\\mathit{\\\\Psi}\"),oa(\"\\\\varOmega\",\"\\\\mathit{\\\\Omega}\"),oa(\"\\\\colon\",\"\\\\nobreak\\\\mskip2mu\\\\mathpunct{}\\\\mathchoice{\\\\mkern-3mu}{\\\\mkern-3mu}{}{}{:}\\\\mskip6mu\"),oa(\"\\\\boxed\",\"\\\\fbox{$\\\\displaystyle{#1}$}\"),oa(\"\\\\iff\",\"\\\\DOTSB\\\\;\\\\Longleftrightarrow\\\\;\"),oa(\"\\\\implies\",\"\\\\DOTSB\\\\;\\\\Longrightarrow\\\\;\"),oa(\"\\\\impliedby\",\"\\\\DOTSB\\\\;\\\\Longleftarrow\\\\;\");var la={\",\":\"\\\\dotsc\",\"\\\\not\":\"\\\\dotsb\",\"+\":\"\\\\dotsb\",\"=\":\"\\\\dotsb\",\"<\":\"\\\\dotsb\",\">\":\"\\\\dotsb\",\"-\":\"\\\\dotsb\",\"*\":\"\\\\dotsb\",\":\":\"\\\\dotsb\",\"\\\\DOTSB\":\"\\\\dotsb\",\"\\\\coprod\":\"\\\\dotsb\",\"\\\\bigvee\":\"\\\\dotsb\",\"\\\\bigwedge\":\"\\\\dotsb\",\"\\\\biguplus\":\"\\\\dotsb\",\"\\\\bigcap\":\"\\\\dotsb\",\"\\\\bigcup\":\"\\\\dotsb\",\"\\\\prod\":\"\\\\dotsb\",\"\\\\sum\":\"\\\\dotsb\",\"\\\\bigotimes\":\"\\\\dotsb\",\"\\\\bigoplus\":\"\\\\dotsb\",\"\\\\bigodot\":\"\\\\dotsb\",\"\\\\bigsqcup\":\"\\\\dotsb\",\"\\\\And\":\"\\\\dotsb\",\"\\\\longrightarrow\":\"\\\\dotsb\",\"\\\\Longrightarrow\":\"\\\\dotsb\",\"\\\\longleftarrow\":\"\\\\dotsb\",\"\\\\Longleftarrow\":\"\\\\dotsb\",\"\\\\longleftrightarrow\":\"\\\\dotsb\",\"\\\\Longleftrightarrow\":\"\\\\dotsb\",\"\\\\mapsto\":\"\\\\dotsb\",\"\\\\longmapsto\":\"\\\\dotsb\",\"\\\\hookrightarrow\":\"\\\\dotsb\",\"\\\\doteq\":\"\\\\dotsb\",\"\\\\mathbin\":\"\\\\dotsb\",\"\\\\mathrel\":\"\\\\dotsb\",\"\\\\relbar\":\"\\\\dotsb\",\"\\\\Relbar\":\"\\\\dotsb\",\"\\\\xrightarrow\":\"\\\\dotsb\",\"\\\\xleftarrow\":\"\\\\dotsb\",\"\\\\DOTSI\":\"\\\\dotsi\",\"\\\\int\":\"\\\\dotsi\",\"\\\\oint\":\"\\\\dotsi\",\"\\\\iint\":\"\\\\dotsi\",\"\\\\iiint\":\"\\\\dotsi\",\"\\\\iiiint\":\"\\\\dotsi\",\"\\\\idotsint\":\"\\\\dotsi\",\"\\\\DOTSX\":\"\\\\dotsx\"};oa(\"\\\\dots\",function(t){var e=\"\\\\dotso\",r=t.expandAfterFuture().text;return r in la?e=la[r]:\"\\\\not\"===r.substr(0,4)?e=\"\\\\dotsb\":r in _.math&&c.contains([\"bin\",\"rel\"],_.math[r].group)&&(e=\"\\\\dotsb\"),e});var ma={\")\":!0,\"]\":!0,\"\\\\rbrack\":!0,\"\\\\}\":!0,\"\\\\rbrace\":!0,\"\\\\rangle\":!0,\"\\\\rceil\":!0,\"\\\\rfloor\":!0,\"\\\\rgroup\":!0,\"\\\\rmoustache\":!0,\"\\\\right\":!0,\"\\\\bigr\":!0,\"\\\\biggr\":!0,\"\\\\Bigr\":!0,\"\\\\Biggr\":!0,$:!0,\";\":!0,\".\":!0,\",\":!0};oa(\"\\\\dotso\",function(t){return t.future().text in ma?\"\\\\ldots\\\\,\":\"\\\\ldots\"}),oa(\"\\\\dotsc\",function(t){var e=t.future().text;return e in ma&&\",\"!==e?\"\\\\ldots\\\\,\":\"\\\\ldots\"}),oa(\"\\\\cdots\",function(t){return t.future().text in ma?\"\\\\@cdots\\\\,\":\"\\\\@cdots\"}),oa(\"\\\\dotsb\",\"\\\\cdots\"),oa(\"\\\\dotsm\",\"\\\\cdots\"),oa(\"\\\\dotsi\",\"\\\\!\\\\cdots\"),oa(\"\\\\dotsx\",\"\\\\ldots\\\\,\"),oa(\"\\\\DOTSI\",\"\\\\relax\"),oa(\"\\\\DOTSB\",\"\\\\relax\"),oa(\"\\\\DOTSX\",\"\\\\relax\"),oa(\"\\\\tmspace\",\"\\\\TextOrMath{\\\\kern#1#3}{\\\\mskip#1#2}\\\\relax\"),oa(\"\\\\,\",\"\\\\tmspace+{3mu}{.1667em}\"),oa(\"\\\\thinspace\",\"\\\\,\"),oa(\"\\\\>\",\"\\\\mskip{4mu}\"),oa(\"\\\\:\",\"\\\\tmspace+{4mu}{.2222em}\"),oa(\"\\\\medspace\",\"\\\\:\"),oa(\"\\\\;\",\"\\\\tmspace+{5mu}{.2777em}\"),oa(\"\\\\thickspace\",\"\\\\;\"),oa(\"\\\\!\",\"\\\\tmspace-{3mu}{.1667em}\"),oa(\"\\\\negthinspace\",\"\\\\!\"),oa(\"\\\\negmedspace\",\"\\\\tmspace-{4mu}{.2222em}\"),oa(\"\\\\negthickspace\",\"\\\\tmspace-{5mu}{.277em}\"),oa(\"\\\\enspace\",\"\\\\kern.5em \"),oa(\"\\\\enskip\",\"\\\\hskip.5em\\\\relax\"),oa(\"\\\\quad\",\"\\\\hskip1em\\\\relax\"),oa(\"\\\\qquad\",\"\\\\hskip2em\\\\relax\"),oa(\"\\\\tag\",\"\\\\@ifstar\\\\tag@literal\\\\tag@paren\"),oa(\"\\\\tag@paren\",\"\\\\tag@literal{({#1})}\"),oa(\"\\\\tag@literal\",function(t){if(t.macros.get(\"\\\\df@tag\"))throw new i(\"Multiple \\\\tag\");return\"\\\\gdef\\\\df@tag{\\\\text{#1}}\"}),oa(\"\\\\bmod\",\"\\\\mathchoice{\\\\mskip1mu}{\\\\mskip1mu}{\\\\mskip5mu}{\\\\mskip5mu}\\\\mathbin{\\\\rm mod}\\\\mathchoice{\\\\mskip1mu}{\\\\mskip1mu}{\\\\mskip5mu}{\\\\mskip5mu}\"),oa(\"\\\\pod\",\"\\\\allowbreak\\\\mathchoice{\\\\mkern18mu}{\\\\mkern8mu}{\\\\mkern8mu}{\\\\mkern8mu}(#1)\"),oa(\"\\\\pmod\",\"\\\\pod{{\\\\rm mod}\\\\mkern6mu#1}\"),oa(\"\\\\mod\",\"\\\\allowbreak\\\\mathchoice{\\\\mkern18mu}{\\\\mkern12mu}{\\\\mkern12mu}{\\\\mkern12mu}{\\\\rm mod}\\\\,\\\\,#1\"),oa(\"\\\\pmb\",\"\\\\html@mathml{\\\\@binrel{#1}{\\\\mathrlap{#1}\\\\mathrlap{\\\\mkern0.4mu\\\\raisebox{0.4mu}{$#1$}}{\\\\mkern0.8mu#1}}}{\\\\mathbf{#1}}\"),oa(\"\\\\\\\\\",\"\\\\newline\"),oa(\"\\\\TeX\",\"\\\\textrm{\\\\html@mathml{T\\\\kern-.1667em\\\\raisebox{-.5ex}{E}\\\\kern-.125emX}{TeX}}\");var ca=P[\"Main-Regular\"][\"T\".charCodeAt(0)][1]-.7*P[\"Main-Regular\"][\"A\".charCodeAt(0)][1]+\"em\";oa(\"\\\\LaTeX\",\"\\\\textrm{\\\\html@mathml{L\\\\kern-.36em\\\\raisebox{\"+ca+\"}{\\\\scriptsize A}\\\\kern-.15em\\\\TeX}{LaTeX}}\"),oa(\"\\\\KaTeX\",\"\\\\textrm{\\\\html@mathml{K\\\\kern-.17em\\\\raisebox{\"+ca+\"}{\\\\scriptsize A}\\\\kern-.15em\\\\TeX}{KaTeX}}\"),oa(\"\\\\hspace\",\"\\\\@ifstar\\\\@hspacer\\\\@hspace\"),oa(\"\\\\@hspace\",\"\\\\hskip #1\\\\relax\"),oa(\"\\\\@hspacer\",\"\\\\rule{0pt}{0pt}\\\\hskip #1\\\\relax\"),oa(\"\\\\ordinarycolon\",\":\"),oa(\"\\\\vcentcolon\",\"\\\\mathrel{\\\\mathop\\\\ordinarycolon}\"),oa(\"\\\\dblcolon\",'\\\\html@mathml{\\\\mathrel{\\\\vcentcolon\\\\mathrel{\\\\mkern-.9mu}\\\\vcentcolon}}{\\\\mathop{\\\\char\"2237}}'),oa(\"\\\\coloneqq\",'\\\\html@mathml{\\\\mathrel{\\\\vcentcolon\\\\mathrel{\\\\mkern-1.2mu}=}}{\\\\mathop{\\\\char\"2254}}'),oa(\"\\\\Coloneqq\",'\\\\html@mathml{\\\\mathrel{\\\\dblcolon\\\\mathrel{\\\\mkern-1.2mu}=}}{\\\\mathop{\\\\char\"2237\\\\char\"3d}}'),oa(\"\\\\coloneq\",'\\\\html@mathml{\\\\mathrel{\\\\vcentcolon\\\\mathrel{\\\\mkern-1.2mu}\\\\mathrel{-}}}{\\\\mathop{\\\\char\"3a\\\\char\"2212}}'),oa(\"\\\\Coloneq\",'\\\\html@mathml{\\\\mathrel{\\\\dblcolon\\\\mathrel{\\\\mkern-1.2mu}\\\\mathrel{-}}}{\\\\mathop{\\\\char\"2237\\\\char\"2212}}'),oa(\"\\\\eqqcolon\",'\\\\html@mathml{\\\\mathrel{=\\\\mathrel{\\\\mkern-1.2mu}\\\\vcentcolon}}{\\\\mathop{\\\\char\"2255}}'),oa(\"\\\\Eqqcolon\",'\\\\html@mathml{\\\\mathrel{=\\\\mathrel{\\\\mkern-1.2mu}\\\\dblcolon}}{\\\\mathop{\\\\char\"3d\\\\char\"2237}}'),oa(\"\\\\eqcolon\",'\\\\html@mathml{\\\\mathrel{\\\\mathrel{-}\\\\mathrel{\\\\mkern-1.2mu}\\\\vcentcolon}}{\\\\mathop{\\\\char\"2239}}'),oa(\"\\\\Eqcolon\",'\\\\html@mathml{\\\\mathrel{\\\\mathrel{-}\\\\mathrel{\\\\mkern-1.2mu}\\\\dblcolon}}{\\\\mathop{\\\\char\"2212\\\\char\"2237}}'),oa(\"\\\\colonapprox\",'\\\\html@mathml{\\\\mathrel{\\\\vcentcolon\\\\mathrel{\\\\mkern-1.2mu}\\\\approx}}{\\\\mathop{\\\\char\"3a\\\\char\"2248}}'),oa(\"\\\\Colonapprox\",'\\\\html@mathml{\\\\mathrel{\\\\dblcolon\\\\mathrel{\\\\mkern-1.2mu}\\\\approx}}{\\\\mathop{\\\\char\"2237\\\\char\"2248}}'),oa(\"\\\\colonsim\",'\\\\html@mathml{\\\\mathrel{\\\\vcentcolon\\\\mathrel{\\\\mkern-1.2mu}\\\\sim}}{\\\\mathop{\\\\char\"3a\\\\char\"223c}}'),oa(\"\\\\Colonsim\",'\\\\html@mathml{\\\\mathrel{\\\\dblcolon\\\\mathrel{\\\\mkern-1.2mu}\\\\sim}}{\\\\mathop{\\\\char\"2237\\\\char\"223c}}'),oa(\"\\u2237\",\"\\\\dblcolon\"),oa(\"\\u2239\",\"\\\\eqcolon\"),oa(\"\\u2254\",\"\\\\coloneqq\"),oa(\"\\u2255\",\"\\\\eqqcolon\"),oa(\"\\u2a74\",\"\\\\Coloneqq\"),oa(\"\\\\ratio\",\"\\\\vcentcolon\"),oa(\"\\\\coloncolon\",\"\\\\dblcolon\"),oa(\"\\\\colonequals\",\"\\\\coloneqq\"),oa(\"\\\\coloncolonequals\",\"\\\\Coloneqq\"),oa(\"\\\\equalscolon\",\"\\\\eqqcolon\"),oa(\"\\\\equalscoloncolon\",\"\\\\Eqqcolon\"),oa(\"\\\\colonminus\",\"\\\\coloneq\"),oa(\"\\\\coloncolonminus\",\"\\\\Coloneq\"),oa(\"\\\\minuscolon\",\"\\\\eqcolon\"),oa(\"\\\\minuscoloncolon\",\"\\\\Eqcolon\"),oa(\"\\\\coloncolonapprox\",\"\\\\Colonapprox\"),oa(\"\\\\coloncolonsim\",\"\\\\Colonsim\"),oa(\"\\\\simcolon\",\"\\\\mathrel{\\\\sim\\\\mathrel{\\\\mkern-1.2mu}\\\\vcentcolon}\"),oa(\"\\\\simcoloncolon\",\"\\\\mathrel{\\\\sim\\\\mathrel{\\\\mkern-1.2mu}\\\\dblcolon}\"),oa(\"\\\\approxcolon\",\"\\\\mathrel{\\\\approx\\\\mathrel{\\\\mkern-1.2mu}\\\\vcentcolon}\"),oa(\"\\\\approxcoloncolon\",\"\\\\mathrel{\\\\approx\\\\mathrel{\\\\mkern-1.2mu}\\\\dblcolon}\"),oa(\"\\\\notni\",\"\\\\html@mathml{\\\\not\\\\ni}{\\\\mathrel{\\\\char`\\u220c}}\"),oa(\"\\\\limsup\",\"\\\\DOTSB\\\\mathop{\\\\operatorname{lim\\\\,sup}}\\\\limits\"),oa(\"\\\\liminf\",\"\\\\DOTSB\\\\mathop{\\\\operatorname{lim\\\\,inf}}\\\\limits\"),oa(\"\\\\gvertneqq\",\"\\\\html@mathml{\\\\@gvertneqq}{\\u2269}\"),oa(\"\\\\lvertneqq\",\"\\\\html@mathml{\\\\@lvertneqq}{\\u2268}\"),oa(\"\\\\ngeqq\",\"\\\\html@mathml{\\\\@ngeqq}{\\u2271}\"),oa(\"\\\\ngeqslant\",\"\\\\html@mathml{\\\\@ngeqslant}{\\u2271}\"),oa(\"\\\\nleqq\",\"\\\\html@mathml{\\\\@nleqq}{\\u2270}\"),oa(\"\\\\nleqslant\",\"\\\\html@mathml{\\\\@nleqslant}{\\u2270}\"),oa(\"\\\\nshortmid\",\"\\\\html@mathml{\\\\@nshortmid}{\\u2224}\"),oa(\"\\\\nshortparallel\",\"\\\\html@mathml{\\\\@nshortparallel}{\\u2226}\"),oa(\"\\\\nsubseteqq\",\"\\\\html@mathml{\\\\@nsubseteqq}{\\u2288}\"),oa(\"\\\\nsupseteqq\",\"\\\\html@mathml{\\\\@nsupseteqq}{\\u2289}\"),oa(\"\\\\varsubsetneq\",\"\\\\html@mathml{\\\\@varsubsetneq}{\\u228a}\"),oa(\"\\\\varsubsetneqq\",\"\\\\html@mathml{\\\\@varsubsetneqq}{\\u2acb}\"),oa(\"\\\\varsupsetneq\",\"\\\\html@mathml{\\\\@varsupsetneq}{\\u228b}\"),oa(\"\\\\varsupsetneqq\",\"\\\\html@mathml{\\\\@varsupsetneqq}{\\u2acc}\"),oa(\"\\\\llbracket\",\"\\\\html@mathml{\\\\mathopen{[\\\\mkern-3.2mu[}}{\\\\mathopen{\\\\char`\\u27e6}}\"),oa(\"\\\\rrbracket\",\"\\\\html@mathml{\\\\mathclose{]\\\\mkern-3.2mu]}}{\\\\mathclose{\\\\char`\\u27e7}}\"),oa(\"\\u27e6\",\"\\\\llbracket\"),oa(\"\\u27e7\",\"\\\\rrbracket\"),oa(\"\\\\lBrace\",\"\\\\html@mathml{\\\\mathopen{\\\\{\\\\mkern-3.2mu[}}{\\\\mathopen{\\\\char`\\u2983}}\"),oa(\"\\\\rBrace\",\"\\\\html@mathml{\\\\mathclose{]\\\\mkern-3.2mu\\\\}}}{\\\\mathclose{\\\\char`\\u2984}}\"),oa(\"\\u2983\",\"\\\\lBrace\"),oa(\"\\u2984\",\"\\\\rBrace\"),oa(\"\\\\darr\",\"\\\\downarrow\"),oa(\"\\\\dArr\",\"\\\\Downarrow\"),oa(\"\\\\Darr\",\"\\\\Downarrow\"),oa(\"\\\\lang\",\"\\\\langle\"),oa(\"\\\\rang\",\"\\\\rangle\"),oa(\"\\\\uarr\",\"\\\\uparrow\"),oa(\"\\\\uArr\",\"\\\\Uparrow\"),oa(\"\\\\Uarr\",\"\\\\Uparrow\"),oa(\"\\\\N\",\"\\\\mathbb{N}\"),oa(\"\\\\R\",\"\\\\mathbb{R}\"),oa(\"\\\\Z\",\"\\\\mathbb{Z}\"),oa(\"\\\\alef\",\"\\\\aleph\"),oa(\"\\\\alefsym\",\"\\\\aleph\"),oa(\"\\\\Alpha\",\"\\\\mathrm{A}\"),oa(\"\\\\Beta\",\"\\\\mathrm{B}\"),oa(\"\\\\bull\",\"\\\\bullet\"),oa(\"\\\\Chi\",\"\\\\mathrm{X}\"),oa(\"\\\\clubs\",\"\\\\clubsuit\"),oa(\"\\\\cnums\",\"\\\\mathbb{C}\"),oa(\"\\\\Complex\",\"\\\\mathbb{C}\"),oa(\"\\\\Dagger\",\"\\\\ddagger\"),oa(\"\\\\diamonds\",\"\\\\diamondsuit\"),oa(\"\\\\empty\",\"\\\\emptyset\"),oa(\"\\\\Epsilon\",\"\\\\mathrm{E}\"),oa(\"\\\\Eta\",\"\\\\mathrm{H}\"),oa(\"\\\\exist\",\"\\\\exists\"),oa(\"\\\\harr\",\"\\\\leftrightarrow\"),oa(\"\\\\hArr\",\"\\\\Leftrightarrow\"),oa(\"\\\\Harr\",\"\\\\Leftrightarrow\"),oa(\"\\\\hearts\",\"\\\\heartsuit\"),oa(\"\\\\image\",\"\\\\Im\"),oa(\"\\\\infin\",\"\\\\infty\"),oa(\"\\\\Iota\",\"\\\\mathrm{I}\"),oa(\"\\\\isin\",\"\\\\in\"),oa(\"\\\\Kappa\",\"\\\\mathrm{K}\"),oa(\"\\\\larr\",\"\\\\leftarrow\"),oa(\"\\\\lArr\",\"\\\\Leftarrow\"),oa(\"\\\\Larr\",\"\\\\Leftarrow\"),oa(\"\\\\lrarr\",\"\\\\leftrightarrow\"),oa(\"\\\\lrArr\",\"\\\\Leftrightarrow\"),oa(\"\\\\Lrarr\",\"\\\\Leftrightarrow\"),oa(\"\\\\Mu\",\"\\\\mathrm{M}\"),oa(\"\\\\natnums\",\"\\\\mathbb{N}\"),oa(\"\\\\Nu\",\"\\\\mathrm{N}\"),oa(\"\\\\Omicron\",\"\\\\mathrm{O}\"),oa(\"\\\\plusmn\",\"\\\\pm\"),oa(\"\\\\rarr\",\"\\\\rightarrow\"),oa(\"\\\\rArr\",\"\\\\Rightarrow\"),oa(\"\\\\Rarr\",\"\\\\Rightarrow\"),oa(\"\\\\real\",\"\\\\Re\"),oa(\"\\\\reals\",\"\\\\mathbb{R}\"),oa(\"\\\\Reals\",\"\\\\mathbb{R}\"),oa(\"\\\\Rho\",\"\\\\mathrm{P}\"),oa(\"\\\\sdot\",\"\\\\cdot\"),oa(\"\\\\sect\",\"\\\\S\"),oa(\"\\\\spades\",\"\\\\spadesuit\"),oa(\"\\\\sub\",\"\\\\subset\"),oa(\"\\\\sube\",\"\\\\subseteq\"),oa(\"\\\\supe\",\"\\\\supseteq\"),oa(\"\\\\Tau\",\"\\\\mathrm{T}\"),oa(\"\\\\thetasym\",\"\\\\vartheta\"),oa(\"\\\\weierp\",\"\\\\wp\"),oa(\"\\\\Zeta\",\"\\\\mathrm{Z}\"),oa(\"\\\\argmin\",\"\\\\DOTSB\\\\mathop{\\\\operatorname{arg\\\\,min}}\\\\limits\"),oa(\"\\\\argmax\",\"\\\\DOTSB\\\\mathop{\\\\operatorname{arg\\\\,max}}\\\\limits\"),oa(\"\\\\blue\",\"\\\\textcolor{##6495ed}{#1}\"),oa(\"\\\\orange\",\"\\\\textcolor{##ffa500}{#1}\"),oa(\"\\\\pink\",\"\\\\textcolor{##ff00af}{#1}\"),oa(\"\\\\red\",\"\\\\textcolor{##df0030}{#1}\"),oa(\"\\\\green\",\"\\\\textcolor{##28ae7b}{#1}\"),oa(\"\\\\gray\",\"\\\\textcolor{gray}{##1}\"),oa(\"\\\\purple\",\"\\\\textcolor{##9d38bd}{#1}\"),oa(\"\\\\blueA\",\"\\\\textcolor{##ccfaff}{#1}\"),oa(\"\\\\blueB\",\"\\\\textcolor{##80f6ff}{#1}\"),oa(\"\\\\blueC\",\"\\\\textcolor{##63d9ea}{#1}\"),oa(\"\\\\blueD\",\"\\\\textcolor{##11accd}{#1}\"),oa(\"\\\\blueE\",\"\\\\textcolor{##0c7f99}{#1}\"),oa(\"\\\\tealA\",\"\\\\textcolor{##94fff5}{#1}\"),oa(\"\\\\tealB\",\"\\\\textcolor{##26edd5}{#1}\"),oa(\"\\\\tealC\",\"\\\\textcolor{##01d1c1}{#1}\"),oa(\"\\\\tealD\",\"\\\\textcolor{##01a995}{#1}\"),oa(\"\\\\tealE\",\"\\\\textcolor{##208170}{#1}\"),oa(\"\\\\greenA\",\"\\\\textcolor{##b6ffb0}{#1}\"),oa(\"\\\\greenB\",\"\\\\textcolor{##8af281}{#1}\"),oa(\"\\\\greenC\",\"\\\\textcolor{##74cf70}{#1}\"),oa(\"\\\\greenD\",\"\\\\textcolor{##1fab54}{#1}\"),oa(\"\\\\greenE\",\"\\\\textcolor{##0d923f}{#1}\"),oa(\"\\\\goldA\",\"\\\\textcolor{##ffd0a9}{#1}\"),oa(\"\\\\goldB\",\"\\\\textcolor{##ffbb71}{#1}\"),oa(\"\\\\goldC\",\"\\\\textcolor{##ff9c39}{#1}\"),oa(\"\\\\goldD\",\"\\\\textcolor{##e07d10}{#1}\"),oa(\"\\\\goldE\",\"\\\\textcolor{##a75a05}{#1}\"),oa(\"\\\\redA\",\"\\\\textcolor{##fca9a9}{#1}\"),oa(\"\\\\redB\",\"\\\\textcolor{##ff8482}{#1}\"),oa(\"\\\\redC\",\"\\\\textcolor{##f9685d}{#1}\"),oa(\"\\\\redD\",\"\\\\textcolor{##e84d39}{#1}\"),oa(\"\\\\redE\",\"\\\\textcolor{##bc2612}{#1}\"),oa(\"\\\\maroonA\",\"\\\\textcolor{##ffbde0}{#1}\"),oa(\"\\\\maroonB\",\"\\\\textcolor{##ff92c6}{#1}\"),oa(\"\\\\maroonC\",\"\\\\textcolor{##ed5fa6}{#1}\"),oa(\"\\\\maroonD\",\"\\\\textcolor{##ca337c}{#1}\"),oa(\"\\\\maroonE\",\"\\\\textcolor{##9e034e}{#1}\"),oa(\"\\\\purpleA\",\"\\\\textcolor{##ddd7ff}{#1}\"),oa(\"\\\\purpleB\",\"\\\\textcolor{##c6b9fc}{#1}\"),oa(\"\\\\purpleC\",\"\\\\textcolor{##aa87ff}{#1}\"),oa(\"\\\\purpleD\",\"\\\\textcolor{##7854ab}{#1}\"),oa(\"\\\\purpleE\",\"\\\\textcolor{##543b78}{#1}\"),oa(\"\\\\mintA\",\"\\\\textcolor{##f5f9e8}{#1}\"),oa(\"\\\\mintB\",\"\\\\textcolor{##edf2df}{#1}\"),oa(\"\\\\mintC\",\"\\\\textcolor{##e0e5cc}{#1}\"),oa(\"\\\\grayA\",\"\\\\textcolor{##f6f7f7}{#1}\"),oa(\"\\\\grayB\",\"\\\\textcolor{##f0f1f2}{#1}\"),oa(\"\\\\grayC\",\"\\\\textcolor{##e3e5e6}{#1}\"),oa(\"\\\\grayD\",\"\\\\textcolor{##d6d8da}{#1}\"),oa(\"\\\\grayE\",\"\\\\textcolor{##babec2}{#1}\"),oa(\"\\\\grayF\",\"\\\\textcolor{##888d93}{#1}\"),oa(\"\\\\grayG\",\"\\\\textcolor{##626569}{#1}\"),oa(\"\\\\grayH\",\"\\\\textcolor{##3b3e40}{#1}\"),oa(\"\\\\grayI\",\"\\\\textcolor{##21242c}{#1}\"),oa(\"\\\\kaBlue\",\"\\\\textcolor{##314453}{#1}\"),oa(\"\\\\kaGreen\",\"\\\\textcolor{##71B307}{#1}\");var ua={\"\\\\relax\":!0,\"^\":!0,_:!0,\"\\\\limits\":!0,\"\\\\nolimits\":!0},da=function(){function t(t,e,r){this.settings=void 0,this.expansionCount=void 0,this.lexer=void 0,this.macros=void 0,this.stack=void 0,this.mode=void 0,this.settings=e,this.expansionCount=0,this.feed(t),this.macros=new ra(na,e.macros),this.mode=r,this.stack=[]}var e=t.prototype;return e.feed=function(t){this.lexer=new ea(t,this.settings)},e.switchMode=function(t){this.mode=t},e.beginGroup=function(){this.macros.beginGroup()},e.endGroup=function(){this.macros.endGroup()},e.future=function(){return 0===this.stack.length&&this.pushToken(this.lexer.lex()),this.stack[this.stack.length-1]},e.popToken=function(){return this.future(),this.stack.pop()},e.pushToken=function(t){this.stack.push(t)},e.pushTokens=function(t){var e;(e=this.stack).push.apply(e,t)},e.consumeSpaces=function(){for(;;){if(\" \"!==this.future().text)break;this.stack.pop()}},e.consumeArgs=function(t){for(var e=[],r=0;r<t;++r){this.consumeSpaces();var a=this.popToken();if(\"{\"===a.text){for(var n=[],o=1;0!==o;){var s=this.popToken();if(n.push(s),\"{\"===s.text)++o;else if(\"}\"===s.text)--o;else if(\"EOF\"===s.text)throw new i(\"End of input in macro argument\",a)}n.pop(),n.reverse(),e[r]=n}else{if(\"EOF\"===a.text)throw new i(\"End of input expecting macro argument\");e[r]=[a]}}return e},e.expandOnce=function(){var t=this.popToken(),e=t.text,r=this._getExpansion(e);if(null==r)return this.pushToken(t),t;if(this.expansionCount++,this.expansionCount>this.settings.maxExpand)throw new i(\"Too many expansions: infinite loop or need to increase maxExpand setting\");var a=r.tokens;if(r.numArgs)for(var n=this.consumeArgs(r.numArgs),o=(a=a.slice()).length-1;o>=0;--o){var s=a[o];if(\"#\"===s.text){if(0===o)throw new i(\"Incomplete placeholder at end of macro body\",s);if(\"#\"===(s=a[--o]).text)a.splice(o+1,1);else{if(!/^[1-9]$/.test(s.text))throw new i(\"Not a valid argument number\",s);var h;(h=a).splice.apply(h,[o,2].concat(n[+s.text-1]))}}}return this.pushTokens(a),a},e.expandAfterFuture=function(){return this.expandOnce(),this.future()},e.expandNextToken=function(){for(;;){var t=this.expandOnce();if(t instanceof n){if(\"\\\\relax\"!==t.text)return this.stack.pop();this.stack.pop()}}throw new Error},e.expandMacro=function(t){if(this.macros.get(t)){var e=[],r=this.stack.length;for(this.pushToken(new n(t));this.stack.length>r;){this.expandOnce()instanceof n&&e.push(this.stack.pop())}return e}},e.expandMacroAsText=function(t){var e=this.expandMacro(t);return e?e.map(function(t){return t.text}).join(\"\"):e},e._getExpansion=function(t){var e=this.macros.get(t);if(null==e)return e;var r=\"function\"==typeof e?e(this):e;if(\"string\"==typeof r){var a=0;if(-1!==r.indexOf(\"#\"))for(var n=r.replace(/##/g,\"\");-1!==n.indexOf(\"#\"+(a+1));)++a;for(var o=new ea(r,this.settings),i=[],s=o.lex();\"EOF\"!==s.text;)i.push(s),s=o.lex();return i.reverse(),{tokens:i,numArgs:a}}return r},e.isDefined=function(t){return this.macros.has(t)||Kr.hasOwnProperty(t)||_.math.hasOwnProperty(t)||_.text.hasOwnProperty(t)||ua.hasOwnProperty(t)},t}(),pa={\"\\u0301\":{text:\"\\\\'\",math:\"\\\\acute\"},\"\\u0300\":{text:\"\\\\`\",math:\"\\\\grave\"},\"\\u0308\":{text:'\\\\\"',math:\"\\\\ddot\"},\"\\u0303\":{text:\"\\\\~\",math:\"\\\\tilde\"},\"\\u0304\":{text:\"\\\\=\",math:\"\\\\bar\"},\"\\u0306\":{text:\"\\\\u\",math:\"\\\\breve\"},\"\\u030c\":{text:\"\\\\v\",math:\"\\\\check\"},\"\\u0302\":{text:\"\\\\^\",math:\"\\\\hat\"},\"\\u0307\":{text:\"\\\\.\",math:\"\\\\dot\"},\"\\u030a\":{text:\"\\\\r\",math:\"\\\\mathring\"},\"\\u030b\":{text:\"\\\\H\"}},fa={\"\\xe1\":\"a\\u0301\",\"\\xe0\":\"a\\u0300\",\"\\xe4\":\"a\\u0308\",\"\\u01df\":\"a\\u0308\\u0304\",\"\\xe3\":\"a\\u0303\",\"\\u0101\":\"a\\u0304\",\"\\u0103\":\"a\\u0306\",\"\\u1eaf\":\"a\\u0306\\u0301\",\"\\u1eb1\":\"a\\u0306\\u0300\",\"\\u1eb5\":\"a\\u0306\\u0303\",\"\\u01ce\":\"a\\u030c\",\"\\xe2\":\"a\\u0302\",\"\\u1ea5\":\"a\\u0302\\u0301\",\"\\u1ea7\":\"a\\u0302\\u0300\",\"\\u1eab\":\"a\\u0302\\u0303\",\"\\u0227\":\"a\\u0307\",\"\\u01e1\":\"a\\u0307\\u0304\",\"\\xe5\":\"a\\u030a\",\"\\u01fb\":\"a\\u030a\\u0301\",\"\\u1e03\":\"b\\u0307\",\"\\u0107\":\"c\\u0301\",\"\\u010d\":\"c\\u030c\",\"\\u0109\":\"c\\u0302\",\"\\u010b\":\"c\\u0307\",\"\\u010f\":\"d\\u030c\",\"\\u1e0b\":\"d\\u0307\",\"\\xe9\":\"e\\u0301\",\"\\xe8\":\"e\\u0300\",\"\\xeb\":\"e\\u0308\",\"\\u1ebd\":\"e\\u0303\",\"\\u0113\":\"e\\u0304\",\"\\u1e17\":\"e\\u0304\\u0301\",\"\\u1e15\":\"e\\u0304\\u0300\",\"\\u0115\":\"e\\u0306\",\"\\u011b\":\"e\\u030c\",\"\\xea\":\"e\\u0302\",\"\\u1ebf\":\"e\\u0302\\u0301\",\"\\u1ec1\":\"e\\u0302\\u0300\",\"\\u1ec5\":\"e\\u0302\\u0303\",\"\\u0117\":\"e\\u0307\",\"\\u1e1f\":\"f\\u0307\",\"\\u01f5\":\"g\\u0301\",\"\\u1e21\":\"g\\u0304\",\"\\u011f\":\"g\\u0306\",\"\\u01e7\":\"g\\u030c\",\"\\u011d\":\"g\\u0302\",\"\\u0121\":\"g\\u0307\",\"\\u1e27\":\"h\\u0308\",\"\\u021f\":\"h\\u030c\",\"\\u0125\":\"h\\u0302\",\"\\u1e23\":\"h\\u0307\",\"\\xed\":\"i\\u0301\",\"\\xec\":\"i\\u0300\",\"\\xef\":\"i\\u0308\",\"\\u1e2f\":\"i\\u0308\\u0301\",\"\\u0129\":\"i\\u0303\",\"\\u012b\":\"i\\u0304\",\"\\u012d\":\"i\\u0306\",\"\\u01d0\":\"i\\u030c\",\"\\xee\":\"i\\u0302\",\"\\u01f0\":\"j\\u030c\",\"\\u0135\":\"j\\u0302\",\"\\u1e31\":\"k\\u0301\",\"\\u01e9\":\"k\\u030c\",\"\\u013a\":\"l\\u0301\",\"\\u013e\":\"l\\u030c\",\"\\u1e3f\":\"m\\u0301\",\"\\u1e41\":\"m\\u0307\",\"\\u0144\":\"n\\u0301\",\"\\u01f9\":\"n\\u0300\",\"\\xf1\":\"n\\u0303\",\"\\u0148\":\"n\\u030c\",\"\\u1e45\":\"n\\u0307\",\"\\xf3\":\"o\\u0301\",\"\\xf2\":\"o\\u0300\",\"\\xf6\":\"o\\u0308\",\"\\u022b\":\"o\\u0308\\u0304\",\"\\xf5\":\"o\\u0303\",\"\\u1e4d\":\"o\\u0303\\u0301\",\"\\u1e4f\":\"o\\u0303\\u0308\",\"\\u022d\":\"o\\u0303\\u0304\",\"\\u014d\":\"o\\u0304\",\"\\u1e53\":\"o\\u0304\\u0301\",\"\\u1e51\":\"o\\u0304\\u0300\",\"\\u014f\":\"o\\u0306\",\"\\u01d2\":\"o\\u030c\",\"\\xf4\":\"o\\u0302\",\"\\u1ed1\":\"o\\u0302\\u0301\",\"\\u1ed3\":\"o\\u0302\\u0300\",\"\\u1ed7\":\"o\\u0302\\u0303\",\"\\u022f\":\"o\\u0307\",\"\\u0231\":\"o\\u0307\\u0304\",\"\\u0151\":\"o\\u030b\",\"\\u1e55\":\"p\\u0301\",\"\\u1e57\":\"p\\u0307\",\"\\u0155\":\"r\\u0301\",\"\\u0159\":\"r\\u030c\",\"\\u1e59\":\"r\\u0307\",\"\\u015b\":\"s\\u0301\",\"\\u1e65\":\"s\\u0301\\u0307\",\"\\u0161\":\"s\\u030c\",\"\\u1e67\":\"s\\u030c\\u0307\",\"\\u015d\":\"s\\u0302\",\"\\u1e61\":\"s\\u0307\",\"\\u1e97\":\"t\\u0308\",\"\\u0165\":\"t\\u030c\",\"\\u1e6b\":\"t\\u0307\",\"\\xfa\":\"u\\u0301\",\"\\xf9\":\"u\\u0300\",\"\\xfc\":\"u\\u0308\",\"\\u01d8\":\"u\\u0308\\u0301\",\"\\u01dc\":\"u\\u0308\\u0300\",\"\\u01d6\":\"u\\u0308\\u0304\",\"\\u01da\":\"u\\u0308\\u030c\",\"\\u0169\":\"u\\u0303\",\"\\u1e79\":\"u\\u0303\\u0301\",\"\\u016b\":\"u\\u0304\",\"\\u1e7b\":\"u\\u0304\\u0308\",\"\\u016d\":\"u\\u0306\",\"\\u01d4\":\"u\\u030c\",\"\\xfb\":\"u\\u0302\",\"\\u016f\":\"u\\u030a\",\"\\u0171\":\"u\\u030b\",\"\\u1e7d\":\"v\\u0303\",\"\\u1e83\":\"w\\u0301\",\"\\u1e81\":\"w\\u0300\",\"\\u1e85\":\"w\\u0308\",\"\\u0175\":\"w\\u0302\",\"\\u1e87\":\"w\\u0307\",\"\\u1e98\":\"w\\u030a\",\"\\u1e8d\":\"x\\u0308\",\"\\u1e8b\":\"x\\u0307\",\"\\xfd\":\"y\\u0301\",\"\\u1ef3\":\"y\\u0300\",\"\\xff\":\"y\\u0308\",\"\\u1ef9\":\"y\\u0303\",\"\\u0233\":\"y\\u0304\",\"\\u0177\":\"y\\u0302\",\"\\u1e8f\":\"y\\u0307\",\"\\u1e99\":\"y\\u030a\",\"\\u017a\":\"z\\u0301\",\"\\u017e\":\"z\\u030c\",\"\\u1e91\":\"z\\u0302\",\"\\u017c\":\"z\\u0307\",\"\\xc1\":\"A\\u0301\",\"\\xc0\":\"A\\u0300\",\"\\xc4\":\"A\\u0308\",\"\\u01de\":\"A\\u0308\\u0304\",\"\\xc3\":\"A\\u0303\",\"\\u0100\":\"A\\u0304\",\"\\u0102\":\"A\\u0306\",\"\\u1eae\":\"A\\u0306\\u0301\",\"\\u1eb0\":\"A\\u0306\\u0300\",\"\\u1eb4\":\"A\\u0306\\u0303\",\"\\u01cd\":\"A\\u030c\",\"\\xc2\":\"A\\u0302\",\"\\u1ea4\":\"A\\u0302\\u0301\",\"\\u1ea6\":\"A\\u0302\\u0300\",\"\\u1eaa\":\"A\\u0302\\u0303\",\"\\u0226\":\"A\\u0307\",\"\\u01e0\":\"A\\u0307\\u0304\",\"\\xc5\":\"A\\u030a\",\"\\u01fa\":\"A\\u030a\\u0301\",\"\\u1e02\":\"B\\u0307\",\"\\u0106\":\"C\\u0301\",\"\\u010c\":\"C\\u030c\",\"\\u0108\":\"C\\u0302\",\"\\u010a\":\"C\\u0307\",\"\\u010e\":\"D\\u030c\",\"\\u1e0a\":\"D\\u0307\",\"\\xc9\":\"E\\u0301\",\"\\xc8\":\"E\\u0300\",\"\\xcb\":\"E\\u0308\",\"\\u1ebc\":\"E\\u0303\",\"\\u0112\":\"E\\u0304\",\"\\u1e16\":\"E\\u0304\\u0301\",\"\\u1e14\":\"E\\u0304\\u0300\",\"\\u0114\":\"E\\u0306\",\"\\u011a\":\"E\\u030c\",\"\\xca\":\"E\\u0302\",\"\\u1ebe\":\"E\\u0302\\u0301\",\"\\u1ec0\":\"E\\u0302\\u0300\",\"\\u1ec4\":\"E\\u0302\\u0303\",\"\\u0116\":\"E\\u0307\",\"\\u1e1e\":\"F\\u0307\",\"\\u01f4\":\"G\\u0301\",\"\\u1e20\":\"G\\u0304\",\"\\u011e\":\"G\\u0306\",\"\\u01e6\":\"G\\u030c\",\"\\u011c\":\"G\\u0302\",\"\\u0120\":\"G\\u0307\",\"\\u1e26\":\"H\\u0308\",\"\\u021e\":\"H\\u030c\",\"\\u0124\":\"H\\u0302\",\"\\u1e22\":\"H\\u0307\",\"\\xcd\":\"I\\u0301\",\"\\xcc\":\"I\\u0300\",\"\\xcf\":\"I\\u0308\",\"\\u1e2e\":\"I\\u0308\\u0301\",\"\\u0128\":\"I\\u0303\",\"\\u012a\":\"I\\u0304\",\"\\u012c\":\"I\\u0306\",\"\\u01cf\":\"I\\u030c\",\"\\xce\":\"I\\u0302\",\"\\u0130\":\"I\\u0307\",\"\\u0134\":\"J\\u0302\",\"\\u1e30\":\"K\\u0301\",\"\\u01e8\":\"K\\u030c\",\"\\u0139\":\"L\\u0301\",\"\\u013d\":\"L\\u030c\",\"\\u1e3e\":\"M\\u0301\",\"\\u1e40\":\"M\\u0307\",\"\\u0143\":\"N\\u0301\",\"\\u01f8\":\"N\\u0300\",\"\\xd1\":\"N\\u0303\",\"\\u0147\":\"N\\u030c\",\"\\u1e44\":\"N\\u0307\",\"\\xd3\":\"O\\u0301\",\"\\xd2\":\"O\\u0300\",\"\\xd6\":\"O\\u0308\",\"\\u022a\":\"O\\u0308\\u0304\",\"\\xd5\":\"O\\u0303\",\"\\u1e4c\":\"O\\u0303\\u0301\",\"\\u1e4e\":\"O\\u0303\\u0308\",\"\\u022c\":\"O\\u0303\\u0304\",\"\\u014c\":\"O\\u0304\",\"\\u1e52\":\"O\\u0304\\u0301\",\"\\u1e50\":\"O\\u0304\\u0300\",\"\\u014e\":\"O\\u0306\",\"\\u01d1\":\"O\\u030c\",\"\\xd4\":\"O\\u0302\",\"\\u1ed0\":\"O\\u0302\\u0301\",\"\\u1ed2\":\"O\\u0302\\u0300\",\"\\u1ed6\":\"O\\u0302\\u0303\",\"\\u022e\":\"O\\u0307\",\"\\u0230\":\"O\\u0307\\u0304\",\"\\u0150\":\"O\\u030b\",\"\\u1e54\":\"P\\u0301\",\"\\u1e56\":\"P\\u0307\",\"\\u0154\":\"R\\u0301\",\"\\u0158\":\"R\\u030c\",\"\\u1e58\":\"R\\u0307\",\"\\u015a\":\"S\\u0301\",\"\\u1e64\":\"S\\u0301\\u0307\",\"\\u0160\":\"S\\u030c\",\"\\u1e66\":\"S\\u030c\\u0307\",\"\\u015c\":\"S\\u0302\",\"\\u1e60\":\"S\\u0307\",\"\\u0164\":\"T\\u030c\",\"\\u1e6a\":\"T\\u0307\",\"\\xda\":\"U\\u0301\",\"\\xd9\":\"U\\u0300\",\"\\xdc\":\"U\\u0308\",\"\\u01d7\":\"U\\u0308\\u0301\",\"\\u01db\":\"U\\u0308\\u0300\",\"\\u01d5\":\"U\\u0308\\u0304\",\"\\u01d9\":\"U\\u0308\\u030c\",\"\\u0168\":\"U\\u0303\",\"\\u1e78\":\"U\\u0303\\u0301\",\"\\u016a\":\"U\\u0304\",\"\\u1e7a\":\"U\\u0304\\u0308\",\"\\u016c\":\"U\\u0306\",\"\\u01d3\":\"U\\u030c\",\"\\xdb\":\"U\\u0302\",\"\\u016e\":\"U\\u030a\",\"\\u0170\":\"U\\u030b\",\"\\u1e7c\":\"V\\u0303\",\"\\u1e82\":\"W\\u0301\",\"\\u1e80\":\"W\\u0300\",\"\\u1e84\":\"W\\u0308\",\"\\u0174\":\"W\\u0302\",\"\\u1e86\":\"W\\u0307\",\"\\u1e8c\":\"X\\u0308\",\"\\u1e8a\":\"X\\u0307\",\"\\xdd\":\"Y\\u0301\",\"\\u1ef2\":\"Y\\u0300\",\"\\u0178\":\"Y\\u0308\",\"\\u1ef8\":\"Y\\u0303\",\"\\u0232\":\"Y\\u0304\",\"\\u0176\":\"Y\\u0302\",\"\\u1e8e\":\"Y\\u0307\",\"\\u0179\":\"Z\\u0301\",\"\\u017d\":\"Z\\u030c\",\"\\u1e90\":\"Z\\u0302\",\"\\u017b\":\"Z\\u0307\",\"\\u03ac\":\"\\u03b1\\u0301\",\"\\u1f70\":\"\\u03b1\\u0300\",\"\\u1fb1\":\"\\u03b1\\u0304\",\"\\u1fb0\":\"\\u03b1\\u0306\",\"\\u03ad\":\"\\u03b5\\u0301\",\"\\u1f72\":\"\\u03b5\\u0300\",\"\\u03ae\":\"\\u03b7\\u0301\",\"\\u1f74\":\"\\u03b7\\u0300\",\"\\u03af\":\"\\u03b9\\u0301\",\"\\u1f76\":\"\\u03b9\\u0300\",\"\\u03ca\":\"\\u03b9\\u0308\",\"\\u0390\":\"\\u03b9\\u0308\\u0301\",\"\\u1fd2\":\"\\u03b9\\u0308\\u0300\",\"\\u1fd1\":\"\\u03b9\\u0304\",\"\\u1fd0\":\"\\u03b9\\u0306\",\"\\u03cc\":\"\\u03bf\\u0301\",\"\\u1f78\":\"\\u03bf\\u0300\",\"\\u03cd\":\"\\u03c5\\u0301\",\"\\u1f7a\":\"\\u03c5\\u0300\",\"\\u03cb\":\"\\u03c5\\u0308\",\"\\u03b0\":\"\\u03c5\\u0308\\u0301\",\"\\u1fe2\":\"\\u03c5\\u0308\\u0300\",\"\\u1fe1\":\"\\u03c5\\u0304\",\"\\u1fe0\":\"\\u03c5\\u0306\",\"\\u03ce\":\"\\u03c9\\u0301\",\"\\u1f7c\":\"\\u03c9\\u0300\",\"\\u038e\":\"\\u03a5\\u0301\",\"\\u1fea\":\"\\u03a5\\u0300\",\"\\u03ab\":\"\\u03a5\\u0308\",\"\\u1fe9\":\"\\u03a5\\u0304\",\"\\u1fe8\":\"\\u03a5\\u0306\",\"\\u038f\":\"\\u03a9\\u0301\",\"\\u1ffa\":\"\\u03a9\\u0300\"},ga=function(){function t(t,e){this.mode=void 0,this.gullet=void 0,this.settings=void 0,this.leftrightDepth=void 0,this.nextToken=void 0,this.mode=\"math\",this.gullet=new da(t,e,this.mode),this.settings=e,this.leftrightDepth=0}var e=t.prototype;return e.expect=function(t,e){if(void 0===e&&(e=!0),this.nextToken.text!==t)throw new i(\"Expected '\"+t+\"', got '\"+this.nextToken.text+\"'\",this.nextToken);e&&this.consume()},e.consume=function(){this.nextToken=this.gullet.expandNextToken()},e.switchMode=function(t){this.mode=t,this.gullet.switchMode(t)},e.parse=function(){this.gullet.beginGroup(),this.settings.colorIsTextColor&&this.gullet.macros.set(\"\\\\color\",\"\\\\textcolor\"),this.consume();var t=this.parseExpression(!1);return this.expect(\"EOF\",!1),this.gullet.endGroup(),t},e.parseExpression=function(e,r){for(var a=[];;){\"math\"===this.mode&&this.consumeSpaces();var n=this.nextToken;if(-1!==t.endOfExpression.indexOf(n.text))break;if(r&&n.text===r)break;if(e&&Kr[n.text]&&Kr[n.text].infix)break;var o=this.parseAtom(r);if(!o)break;a.push(o)}return\"text\"===this.mode&&this.formLigatures(a),this.handleInfixNodes(a)},e.handleInfixNodes=function(t){for(var e,r=-1,a=0;a<t.length;a++){var n=Pt(t[a],\"infix\");if(n){if(-1!==r)throw new i(\"only one infix operator per group\",n.token);r=a,e=n.replaceWith}}if(-1!==r&&e){var o,s,h=t.slice(0,r),l=t.slice(r+1);return o=1===h.length&&\"ordgroup\"===h[0].type?h[0]:{type:\"ordgroup\",mode:this.mode,body:h},s=1===l.length&&\"ordgroup\"===l[0].type?l[0]:{type:\"ordgroup\",mode:this.mode,body:l},[\"\\\\\\\\abovefrac\"===e?this.callFunction(e,[o,t[r],s],[]):this.callFunction(e,[o,s],[])]}return t},e.handleSupSubscript=function(e){var r=this.nextToken,a=r.text;this.consume(),this.consumeSpaces();var n=this.parseGroup(e,!1,t.SUPSUB_GREEDINESS);if(!n)throw new i(\"Expected group after '\"+a+\"'\",r);return n},e.handleUnsupportedCmd=function(){for(var t=this.nextToken.text,e=[],r=0;r<t.length;r++)e.push({type:\"textord\",mode:\"text\",text:t[r]});var a={type:\"text\",mode:this.mode,body:e},n={type:\"color\",mode:this.mode,color:this.settings.errorColor,body:[a]};return this.consume(),n},e.parseAtom=function(t){var e,r,a=this.parseGroup(\"atom\",!1,null,t);if(\"text\"===this.mode)return a;for(;;){this.consumeSpaces();var n=this.nextToken;if(\"\\\\limits\"===n.text||\"\\\\nolimits\"===n.text){var o=Pt(a,\"op\");if(!o)throw new i(\"Limit controls must follow a math operator\",n);var s=\"\\\\limits\"===n.text;o.limits=s,o.alwaysHandleSupSub=!0,this.consume()}else if(\"^\"===n.text){if(e)throw new i(\"Double superscript\",n);e=this.handleSupSubscript(\"superscript\")}else if(\"_\"===n.text){if(r)throw new i(\"Double subscript\",n);r=this.handleSupSubscript(\"subscript\")}else{if(\"'\"!==n.text)break;if(e)throw new i(\"Double superscript\",n);var h={type:\"textord\",mode:this.mode,text:\"\\\\prime\"},l=[h];for(this.consume();\"'\"===this.nextToken.text;)l.push(h),this.consume();\"^\"===this.nextToken.text&&l.push(this.handleSupSubscript(\"superscript\")),e={type:\"ordgroup\",mode:this.mode,body:l}}}return e||r?{type:\"supsub\",mode:this.mode,base:a,sup:e,sub:r}:a},e.parseFunction=function(t,e,r){var a=this.nextToken,n=a.text,o=Kr[n];if(!o)return null;if(null!=r&&o.greediness<=r)throw new i(\"Got function '\"+n+\"' with no arguments\"+(e?\" as \"+e:\"\"),a);if(\"text\"===this.mode&&!o.allowedInText)throw new i(\"Can't use function '\"+n+\"' in text mode\",a);if(\"math\"===this.mode&&!1===o.allowedInMath)throw new i(\"Can't use function '\"+n+\"' in math mode\",a);if(o.argTypes&&\"url\"===o.argTypes[0]&&this.gullet.lexer.setCatcode(\"%\",13),o.consumeMode){var s=this.mode;this.switchMode(o.consumeMode),this.consume(),this.switchMode(s)}else this.consume();var h=this.parseArguments(n,o),l=h.args,m=h.optArgs;return this.callFunction(n,l,m,a,t)},e.callFunction=function(t,e,r,a,n){var o={funcName:t,parser:this,token:a,breakOnTokenText:n},s=Kr[t];if(s&&s.handler)return s.handler(o,e,r);throw new i(\"No function handler for \"+t)},e.parseArguments=function(t,e){var r=e.numArgs+e.numOptionalArgs;if(0===r)return{args:[],optArgs:[]};for(var a=e.greediness,n=[],o=[],s=0;s<r;s++){var h=e.argTypes&&e.argTypes[s],l=s<e.numOptionalArgs;s>0&&!l&&this.consumeSpaces(),0!==s||l||\"math\"!==this.mode||this.consumeSpaces();var m=this.nextToken,c=this.parseGroupOfType(\"argument to '\"+t+\"'\",h,l,a);if(!c){if(l){o.push(null);continue}throw new i(\"Expected group after '\"+t+\"'\",m)}(l?o:n).push(c)}return{args:n,optArgs:o}},e.parseGroupOfType=function(t,e,r,a){switch(e){case\"color\":return this.parseColorGroup(r);case\"size\":return this.parseSizeGroup(r);case\"url\":return this.parseUrlGroup(r);case\"math\":case\"text\":return this.parseGroup(t,r,a,void 0,e);case\"raw\":if(r&&\"{\"===this.nextToken.text)return null;var n=this.parseStringGroup(\"raw\",r,!0);if(n)return{type:\"raw\",mode:\"text\",string:n.text};throw new i(\"Expected raw group\",this.nextToken);case\"original\":case null:case void 0:return this.parseGroup(t,r,a);default:throw new i(\"Unknown group type as \"+t,this.nextToken)}},e.consumeSpaces=function(){for(;\" \"===this.nextToken.text;)this.consume()},e.parseStringGroup=function(t,e,r){var a=e?\"[\":\"{\",n=e?\"]\":\"}\",o=this.nextToken;if(o.text!==a){if(e)return null;if(r&&\"EOF\"!==o.text&&/[^{}[\\]]/.test(o.text))return this.gullet.lexer.setCatcode(\"%\",14),this.consume(),o}var s=this.mode;this.mode=\"text\",this.expect(a);for(var h=\"\",l=this.nextToken,m=0,c=l;r&&m>0||this.nextToken.text!==n;){switch(this.nextToken.text){case\"EOF\":throw new i(\"Unexpected end of input in \"+t,l.range(c,h));case a:m++;break;case n:m--}h+=(c=this.nextToken).text,this.consume()}return this.mode=s,this.gullet.lexer.setCatcode(\"%\",14),this.expect(n),l.range(c,h)},e.parseRegexGroup=function(t,e){var r=this.mode;this.mode=\"text\";for(var a=this.nextToken,n=a,o=\"\";\"EOF\"!==this.nextToken.text&&t.test(o+this.nextToken.text);)o+=(n=this.nextToken).text,this.consume();if(\"\"===o)throw new i(\"Invalid \"+e+\": '\"+a.text+\"'\",a);return this.mode=r,a.range(n,o)},e.parseColorGroup=function(t){var e=this.parseStringGroup(\"color\",t);if(!e)return null;var r=/^(#[a-f0-9]{3}|#?[a-f0-9]{6}|[a-z]+)$/i.exec(e.text);if(!r)throw new i(\"Invalid color: '\"+e.text+\"'\",e);var a=r[0];return/^[0-9a-f]{6}$/i.test(a)&&(a=\"#\"+a),{type:\"color-token\",mode:this.mode,color:a}},e.parseSizeGroup=function(t){var e,r=!1;if(!(e=t||\"{\"===this.nextToken.text?this.parseStringGroup(\"size\",t):this.parseRegexGroup(/^[-+]? *(?:$|\\d+|\\d+\\.\\d*|\\.\\d*) *[a-z]{0,2} *$/,\"size\")))return null;t||0!==e.text.length||(e.text=\"0pt\",r=!0);var a=/([-+]?) *(\\d+(?:\\.\\d*)?|\\.\\d+) *([a-z]{2})/.exec(e.text);if(!a)throw new i(\"Invalid size: '\"+e.text+\"'\",e);var n,o={number:+(a[1]+a[2]),unit:a[3]};if(\"string\"!=typeof(n=o)&&(n=n.unit),!(n in kt||n in St||\"ex\"===n))throw new i(\"Invalid unit: '\"+o.unit+\"'\",e);return{type:\"size\",mode:this.mode,value:o,isBlank:r}},e.parseUrlGroup=function(t){var e=this.parseStringGroup(\"url\",t,!0);if(!e)return null;var r=e.text.replace(/\\\\([#$%&~_^{}])/g,\"$1\"),a=/^\\s*([^\\\\\\/#]*?)(?::|�*58|�*3a)/i.exec(r);a=null!=a?a[1]:\"_relative\";var n=this.settings.allowedProtocols;if(!c.contains(n,\"*\")&&!c.contains(n,a))throw new i(\"Forbidden protocol '\"+a+\"'\",e);return{type:\"url\",mode:this.mode,url:r}},e.parseGroup=function(e,r,n,o,s){var h,l,m=this.mode,c=this.nextToken,u=c.text;if(s&&this.switchMode(s),r?\"[\"===u:\"{\"===u||\"\\\\begingroup\"===u){h=t.endOfGroup[u],this.gullet.beginGroup(),this.consume();var d=this.parseExpression(!1,h),p=this.nextToken;this.gullet.endGroup(),l={type:\"ordgroup\",mode:this.mode,loc:a.range(c,p),body:d,semisimple:\"\\\\begingroup\"===u||void 0}}else if(r)l=null;else if(null==(l=this.parseFunction(o,e,n)||this.parseSymbol())&&\"\\\\\"===u[0]&&!ua.hasOwnProperty(u)){if(this.settings.throwOnError)throw new i(\"Undefined control sequence: \"+u,c);l=this.handleUnsupportedCmd()}return s&&this.switchMode(m),h&&this.expect(h),l},e.formLigatures=function(t){for(var e=t.length-1,r=0;r<e;++r){var n=t[r],o=n.text;\"-\"===o&&\"-\"===t[r+1].text&&(r+1<e&&\"-\"===t[r+2].text?(t.splice(r,3,{type:\"textord\",mode:\"text\",loc:a.range(n,t[r+2]),text:\"---\"}),e-=2):(t.splice(r,2,{type:\"textord\",mode:\"text\",loc:a.range(n,t[r+1]),text:\"--\"}),e-=1)),\"'\"!==o&&\"`\"!==o||t[r+1].text!==o||(t.splice(r,2,{type:\"textord\",mode:\"text\",loc:a.range(n,t[r+1]),text:o+o}),e-=1)}},e.parseSymbol=function(){var t=this.nextToken,e=t.text;if(/^\\\\verb[^a-zA-Z]/.test(e)){this.consume();var r=e.slice(5),n=\"*\"===r.charAt(0);if(n&&(r=r.slice(1)),r.length<2||r.charAt(0)!==r.slice(-1))throw new i(\"\\\\verb assertion failed --\\n please report what input caused this bug\");return{type:\"verb\",mode:\"text\",body:r=r.slice(1,-1),star:n}}fa.hasOwnProperty(e[0])&&!_[this.mode][e[0]]&&(this.settings.strict&&\"math\"===this.mode&&this.settings.reportNonstrict(\"unicodeTextInMathMode\",'Accented Unicode text character \"'+e[0]+'\" used in math mode',t),e=fa[e[0]]+e.substr(1));var o,s=Qr.exec(e);if(s&&(\"i\"===(e=e.substring(0,s.index))?e=\"\\u0131\":\"j\"===e&&(e=\"\\u0237\")),_[this.mode][e]){this.settings.strict&&\"math\"===this.mode&&\"\\xc7\\xd0\\xde\\xe7\\xfe\".indexOf(e)>=0&&this.settings.reportNonstrict(\"unicodeTextInMathMode\",'Latin-1/Unicode text character \"'+e[0]+'\" used in math mode',t);var h,l=_[this.mode][e].group,m=a.range(t);if(G.hasOwnProperty(l)){var c=l;h={type:\"atom\",mode:this.mode,family:c,loc:m,text:e}}else h={type:l,mode:this.mode,loc:m,text:e};o=h}else{if(!(e.charCodeAt(0)>=128))return null;this.settings.strict&&(z(e.charCodeAt(0))?\"math\"===this.mode&&this.settings.reportNonstrict(\"unicodeTextInMathMode\",'Unicode text character \"'+e[0]+'\" used in math mode',t):this.settings.reportNonstrict(\"unknownSymbol\",'Unrecognized Unicode character \"'+e[0]+'\" ('+e.charCodeAt(0)+\")\",t)),o={type:\"textord\",mode:this.mode,loc:a.range(t),text:e}}if(this.consume(),s)for(var u=0;u<s[0].length;u++){var d=s[0][u];if(!pa[d])throw new i(\"Unknown accent ' \"+d+\"'\",t);var p=pa[d][this.mode];if(!p)throw new i(\"Accent \"+d+\" unsupported in \"+this.mode+\" mode\",t);o={type:\"accent\",mode:this.mode,loc:a.range(t),label:p,isStretchy:!1,isShifty:!0,base:o}}return o},t}();ga.endOfExpression=[\"}\",\"\\\\endgroup\",\"\\\\end\",\"\\\\right\",\"&\"],ga.endOfGroup={\"[\":\"]\",\"{\":\"}\",\"\\\\begingroup\":\"\\\\endgroup\"},ga.SUPSUB_GREEDINESS=1;var xa=function(t,e){if(!(\"string\"==typeof t||t instanceof String))throw new TypeError(\"KaTeX can only parse string typed expression\");var r=new ga(t,e);delete r.gullet.macros.current[\"\\\\df@tag\"];var a=r.parse();if(r.gullet.macros.get(\"\\\\df@tag\")){if(!e.displayMode)throw new i(\"\\\\tag works only in display equations\");r.gullet.feed(\"\\\\df@tag\"),a=[{type:\"tag\",mode:\"text\",body:a,tag:r.parse()}]}return a},va=function(t,e,r){e.textContent=\"\";var a=ya(t,r).toNode();e.appendChild(a)};\"undefined\"!=typeof document&&\"CSS1Compat\"!==document.compatMode&&(\"undefined\"!=typeof console&&console.warn(\"Warning: KaTeX doesn't work in quirks mode. Make sure your website has a suitable doctype.\"),va=function(){throw new i(\"KaTeX doesn't work in quirks mode.\")});var ba=function(t,e,r){if(r.throwOnError||!(t instanceof i))throw t;var a=Lt.makeSpan([\"katex-error\"],[new E(e)]);return a.setAttribute(\"title\",t.toString()),a.setAttribute(\"style\",\"color:\"+r.errorColor),a},ya=function(t,e){var r=new u(e);try{var a=xa(t,r);return Se(a,t,r)}catch(e){return ba(e,t,r)}},wa={version:\"0.10.2\",render:va,renderToString:function(t,e){return ya(t,e).toMarkup()},ParseError:i,__parse:function(t,e){var r=new u(e);return xa(t,r)},__renderToDomTree:ya,__renderToHTMLTree:function(t,e){var r=new u(e);try{return function(t,e,r){var a=me(t,we(r)),n=Lt.makeSpan([\"katex\"],[a]);return ke(n,r)}(xa(t,r),0,r)}catch(e){return ba(e,t,r)}},__setFontMetrics:function(t,e){P[t]=e},__defineSymbol:W,__defineMacro:oa,__domTree:{Span:N,Anchor:I,SymbolNode:E,SvgNode:R,PathNode:L,LineNode:H}};e.default=wa}]).default});\n\n})(!$tw.browser ? $tw.fakeDocument : window.document)\n",
"type": "application/javascript",
"title": "$:/plugins/tiddlywiki/katex/katex.min.js",
"module-type": "library"
},
"$:/plugins/tiddlywiki/katex/mhchem.min.js": {
"text": "/* eslint-disable */\n/* -*- Mode: Javascript; indent-tabs-mode:nil; js-indent-level: 2 -*- */\n/* vim: set ts=2 et sw=2 tw=80: */\n\n/*************************************************************\n *\n * KaTeX mhchem.js\n *\n * This file implements a KaTeX version of mhchem version 3.3.0.\n * It is adapted from MathJax/extensions/TeX/mhchem.js\n * It differs from the MathJax version as follows:\n * 1. The interface is changed so that it can be called from KaTeX, not MathJax.\n * 2. \\rlap and \\llap are replaced with \\mathrlap and \\mathllap.\n * 3. Four lines of code are edited in order to use \\raisebox instead of \\raise.\n * 4. The reaction arrow code is simplified. All reaction arrows are rendered\n * using KaTeX extensible arrows instead of building non-extensible arrows.\n * 5. \\tripledash vertical alignment is slightly adjusted.\n *\n * This code, as other KaTeX code, is released under the MIT license.\n * \n * /*************************************************************\n *\n * MathJax/extensions/TeX/mhchem.js\n *\n * Implements the \\ce command for handling chemical formulas\n * from the mhchem LaTeX package.\n *\n * ---------------------------------------------------------------------\n *\n * Copyright (c) 2011-2015 The MathJax Consortium\n * Copyright (c) 2015-2018 Martin Hensel\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\n//\n// Coding Style\n// - use '' for identifiers that can by minified/uglified\n// - use \"\" for strings that need to stay untouched\n\n// version: \"3.3.0\" for MathJax and KaTeX\n\n/****************************************\n*****************************************\n* TiddlyWiki: moved the katex-module definitions to wrapper.js\n*****************************************\n*****************************************/\n\n //\n // This is the main function for handing the \\ce and \\pu commands.\n // It takes the argument to \\ce or \\pu and returns the corresponding TeX string.\n //\n\n // TiddlyWiki: replaced `var chemParse =` with `module.exports =` ... no more modifications in this file\n module.exports = function (tokens, stateMachine) {\n // Recreate the argument string from KaTeX's array of tokens.\n var str = \"\";\n var expectedLoc = tokens[tokens.length - 1].loc.start\n for (var i = tokens.length - 1; i >= 0; i--) {\n if(tokens[i].loc.start > expectedLoc) {\n // context.consumeArgs has eaten a space.\n str += \" \";\n expectedLoc = tokens[i].loc.start;\n }\n str += tokens[i].text;\n expectedLoc += tokens[i].text.length;\n }\n var tex = texify.go(mhchemParser.go(str, stateMachine));\n return tex;\n };\n\n //\n // Core parser for mhchem syntax (recursive)\n //\n /** @type {MhchemParser} */\n var mhchemParser = {\n //\n // Parses mchem \\ce syntax\n //\n // Call like\n // go(\"H2O\");\n //\n go: function (input, stateMachine) {\n if (!input) { return []; }\n if (stateMachine === undefined) { stateMachine = 'ce'; }\n var state = '0';\n\n //\n // String buffers for parsing:\n //\n // buffer.a == amount\n // buffer.o == element\n // buffer.b == left-side superscript\n // buffer.p == left-side subscript\n // buffer.q == right-side subscript\n // buffer.d == right-side superscript\n //\n // buffer.r == arrow\n // buffer.rdt == arrow, script above, type\n // buffer.rd == arrow, script above, content\n // buffer.rqt == arrow, script below, type\n // buffer.rq == arrow, script below, content\n //\n // buffer.text_\n // buffer.rm\n // etc.\n //\n // buffer.parenthesisLevel == int, starting at 0\n // buffer.sb == bool, space before\n // buffer.beginsWithBond == bool\n //\n // These letters are also used as state names.\n //\n // Other states:\n // 0 == begin of main part (arrow/operator unlikely)\n // 1 == next entity\n // 2 == next entity (arrow/operator unlikely)\n // 3 == next atom\n // c == macro\n //\n /** @type {Buffer} */\n var buffer = {};\n buffer['parenthesisLevel'] = 0;\n\n input = input.replace(/\\n/g, \" \");\n input = input.replace(/[\\u2212\\u2013\\u2014\\u2010]/g, \"-\");\n input = input.replace(/[\\u2026]/g, \"...\");\n\n //\n // Looks through mhchemParser.transitions, to execute a matching action\n // (recursive)\n //\n var lastInput;\n var watchdog = 10;\n /** @type {ParserOutput[]} */\n var output = [];\n while (true) {\n if (lastInput !== input) {\n watchdog = 10;\n lastInput = input;\n } else {\n watchdog--;\n }\n //\n // Find actions in transition table\n //\n var machine = mhchemParser.stateMachines[stateMachine];\n var t = machine.transitions[state] || machine.transitions['*'];\n iterateTransitions:\n for (var i=0; i<t.length; i++) {\n var matches = mhchemParser.patterns.match_(t[i].pattern, input);\n if (matches) {\n //\n // Execute actions\n //\n var task = t[i].task;\n for (var iA=0; iA<task.action_.length; iA++) {\n var o;\n //\n // Find and execute action\n //\n if (machine.actions[task.action_[iA].type_]) {\n o = machine.actions[task.action_[iA].type_](buffer, matches.match_, task.action_[iA].option);\n } else if (mhchemParser.actions[task.action_[iA].type_]) {\n o = mhchemParser.actions[task.action_[iA].type_](buffer, matches.match_, task.action_[iA].option);\n } else {\n throw [\"MhchemBugA\", \"mhchem bug A. Please report. (\" + task.action_[iA].type_ + \")\"]; // Trying to use non-existing action\n }\n //\n // Add output\n //\n mhchemParser.concatArray(output, o);\n }\n //\n // Set next state,\n // Shorten input,\n // Continue with next character\n // (= apply only one transition per position)\n //\n state = task.nextState || state;\n if (input.length > 0) {\n if (!task.revisit) {\n input = matches.remainder;\n }\n if (!task.toContinue) {\n break iterateTransitions;\n }\n } else {\n return output;\n }\n }\n }\n //\n // Prevent infinite loop\n //\n if (watchdog <= 0) {\n throw [\"MhchemBugU\", \"mhchem bug U. Please report.\"]; // Unexpected character\n }\n }\n },\n concatArray: function (a, b) {\n if (b) {\n if (Array.isArray(b)) {\n for (var iB=0; iB<b.length; iB++) {\n a.push(b[iB]);\n }\n } else {\n a.push(b);\n }\n }\n },\n\n patterns: {\n //\n // Matching patterns\n // either regexps or function that return null or {match_:\"a\", remainder:\"bc\"}\n //\n patterns: {\n // property names must not look like integers (\"2\") for correct property traversal order, later on\n 'empty': /^$/,\n 'else': /^./,\n 'else2': /^./,\n 'space': /^\\s/,\n 'space A': /^\\s(?=[A-Z\\\\$])/,\n 'space$': /^\\s$/,\n 'a-z': /^[a-z]/,\n 'x': /^x/,\n 'x$': /^x$/,\n 'i$': /^i$/,\n 'letters': /^(?:[a-zA-Z\\u03B1-\\u03C9\\u0391-\\u03A9?@]|(?:\\\\(?:alpha|beta|gamma|delta|epsilon|zeta|eta|theta|iota|kappa|lambda|mu|nu|xi|omicron|pi|rho|sigma|tau|upsilon|phi|chi|psi|omega|Gamma|Delta|Theta|Lambda|Xi|Pi|Sigma|Upsilon|Phi|Psi|Omega)(?:\\s+|\\{\\}|(?![a-zA-Z]))))+/,\n '\\\\greek': /^\\\\(?:alpha|beta|gamma|delta|epsilon|zeta|eta|theta|iota|kappa|lambda|mu|nu|xi|omicron|pi|rho|sigma|tau|upsilon|phi|chi|psi|omega|Gamma|Delta|Theta|Lambda|Xi|Pi|Sigma|Upsilon|Phi|Psi|Omega)(?:\\s+|\\{\\}|(?![a-zA-Z]))/,\n 'one lowercase latin letter $': /^(?:([a-z])(?:$|[^a-zA-Z]))$/,\n '$one lowercase latin letter$ $': /^\\$(?:([a-z])(?:$|[^a-zA-Z]))\\$$/,\n 'one lowercase greek letter $': /^(?:\\$?[\\u03B1-\\u03C9]\\$?|\\$?\\\\(?:alpha|beta|gamma|delta|epsilon|zeta|eta|theta|iota|kappa|lambda|mu|nu|xi|omicron|pi|rho|sigma|tau|upsilon|phi|chi|psi|omega)\\s*\\$?)(?:\\s+|\\{\\}|(?![a-zA-Z]))$/,\n 'digits': /^[0-9]+/,\n '-9.,9': /^[+\\-]?(?:[0-9]+(?:[,.][0-9]+)?|[0-9]*(?:\\.[0-9]+))/,\n '-9.,9 no missing 0': /^[+\\-]?[0-9]+(?:[.,][0-9]+)?/,\n '(-)(9.,9)(e)(99)': function (input) {\n var m = input.match(/^(\\+\\-|\\+\\/\\-|\\+|\\-|\\\\pm\\s?)?([0-9]+(?:[,.][0-9]+)?|[0-9]*(?:\\.[0-9]+))?(\\((?:[0-9]+(?:[,.][0-9]+)?|[0-9]*(?:\\.[0-9]+))\\))?(?:([eE]|\\s*(\\*|x|\\\\times|\\u00D7)\\s*10\\^)([+\\-]?[0-9]+|\\{[+\\-]?[0-9]+\\}))?/);\n if (m && m[0]) {\n return { match_: m.splice(1), remainder: input.substr(m[0].length) };\n }\n return null;\n },\n '(-)(9)^(-9)': function (input) {\n var m = input.match(/^(\\+\\-|\\+\\/\\-|\\+|\\-|\\\\pm\\s?)?([0-9]+(?:[,.][0-9]+)?|[0-9]*(?:\\.[0-9]+)?)\\^([+\\-]?[0-9]+|\\{[+\\-]?[0-9]+\\})/);\n if (m && m[0]) {\n return { match_: m.splice(1), remainder: input.substr(m[0].length) };\n }\n return null;\n },\n 'state of aggregation $': function (input) { // ... or crystal system\n var a = mhchemParser.patterns.findObserveGroups(input, \"\", /^\\([a-z]{1,3}(?=[\\),])/, \")\", \"\"); // (aq), (aq,$\\infty$), (aq, sat)\n if (a && a.remainder.match(/^($|[\\s,;\\)\\]\\}])/)) { return a; } // AND end of 'phrase'\n var m = input.match(/^(?:\\((?:\\\\ca\\s?)?\\$[amothc]\\$\\))/); // OR crystal system ($o$) (\\ca$c$)\n if (m) {\n return { match_: m[0], remainder: input.substr(m[0].length) };\n }\n return null;\n },\n '_{(state of aggregation)}$': /^_\\{(\\([a-z]{1,3}\\))\\}/,\n '{[(': /^(?:\\\\\\{|\\[|\\()/,\n ')]}': /^(?:\\)|\\]|\\\\\\})/,\n ', ': /^[,;]\\s*/,\n ',': /^[,;]/,\n '.': /^[.]/,\n '. ': /^([.\\u22C5\\u00B7\\u2022])\\s*/,\n '...': /^\\.\\.\\.(?=$|[^.])/,\n '* ': /^([*])\\s*/,\n '^{(...)}': function (input) { return mhchemParser.patterns.findObserveGroups(input, \"^{\", \"\", \"\", \"}\"); },\n '^($...$)': function (input) { return mhchemParser.patterns.findObserveGroups(input, \"^\", \"$\", \"$\", \"\"); },\n '^a': /^\\^([0-9]+|[^\\\\_])/,\n '^\\\\x{}{}': function (input) { return mhchemParser.patterns.findObserveGroups(input, \"^\", /^\\\\[a-zA-Z]+\\{/, \"}\", \"\", \"\", \"{\", \"}\", \"\", true); },\n '^\\\\x{}': function (input) { return mhchemParser.patterns.findObserveGroups(input, \"^\", /^\\\\[a-zA-Z]+\\{/, \"}\", \"\"); },\n '^\\\\x': /^\\^(\\\\[a-zA-Z]+)\\s*/,\n '^(-1)': /^\\^(-?\\d+)/,\n '\\'': /^'/,\n '_{(...)}': function (input) { return mhchemParser.patterns.findObserveGroups(input, \"_{\", \"\", \"\", \"}\"); },\n '_($...$)': function (input) { return mhchemParser.patterns.findObserveGroups(input, \"_\", \"$\", \"$\", \"\"); },\n '_9': /^_([+\\-]?[0-9]+|[^\\\\])/,\n '_\\\\x{}{}': function (input) { return mhchemParser.patterns.findObserveGroups(input, \"_\", /^\\\\[a-zA-Z]+\\{/, \"}\", \"\", \"\", \"{\", \"}\", \"\", true); },\n '_\\\\x{}': function (input) { return mhchemParser.patterns.findObserveGroups(input, \"_\", /^\\\\[a-zA-Z]+\\{/, \"}\", \"\"); },\n '_\\\\x': /^_(\\\\[a-zA-Z]+)\\s*/,\n '^_': /^(?:\\^(?=_)|\\_(?=\\^)|[\\^_]$)/,\n '{}': /^\\{\\}/,\n '{...}': function (input) { return mhchemParser.patterns.findObserveGroups(input, \"\", \"{\", \"}\", \"\"); },\n '{(...)}': function (input) { return mhchemParser.patterns.findObserveGroups(input, \"{\", \"\", \"\", \"}\"); },\n '$...$': function (input) { return mhchemParser.patterns.findObserveGroups(input, \"\", \"$\", \"$\", \"\"); },\n '${(...)}$': function (input) { return mhchemParser.patterns.findObserveGroups(input, \"${\", \"\", \"\", \"}$\"); },\n '$(...)$': function (input) { return mhchemParser.patterns.findObserveGroups(input, \"$\", \"\", \"\", \"$\"); },\n '=<>': /^[=<>]/,\n '#': /^[#\\u2261]/,\n '+': /^\\+/,\n '-$': /^-(?=[\\s_},;\\]/]|$|\\([a-z]+\\))/, // -space -, -; -] -/ -$ -state-of-aggregation\n '-9': /^-(?=[0-9])/,\n '- orbital overlap': /^-(?=(?:[spd]|sp)(?:$|[\\s,;\\)\\]\\}]))/,\n '-': /^-/,\n 'pm-operator': /^(?:\\\\pm|\\$\\\\pm\\$|\\+-|\\+\\/-)/,\n 'operator': /^(?:\\+|(?:[\\-=<>]|<<|>>|\\\\approx|\\$\\\\approx\\$)(?=\\s|$|-?[0-9]))/,\n 'arrowUpDown': /^(?:v|\\(v\\)|\\^|\\(\\^\\))(?=$|[\\s,;\\)\\]\\}])/,\n '\\\\bond{(...)}': function (input) { return mhchemParser.patterns.findObserveGroups(input, \"\\\\bond{\", \"\", \"\", \"}\"); },\n '->': /^(?:<->|<-->|->|<-|<=>>|<<=>|<=>|[\\u2192\\u27F6\\u21CC])/,\n 'CMT': /^[CMT](?=\\[)/,\n '[(...)]': function (input) { return mhchemParser.patterns.findObserveGroups(input, \"[\", \"\", \"\", \"]\"); },\n '1st-level escape': /^(&|\\\\\\\\|\\\\hline)\\s*/,\n '\\\\,': /^(?:\\\\[,\\ ;:])/, // \\\\x - but output no space before\n '\\\\x{}{}': function (input) { return mhchemParser.patterns.findObserveGroups(input, \"\", /^\\\\[a-zA-Z]+\\{/, \"}\", \"\", \"\", \"{\", \"}\", \"\", true); },\n '\\\\x{}': function (input) { return mhchemParser.patterns.findObserveGroups(input, \"\", /^\\\\[a-zA-Z]+\\{/, \"}\", \"\"); },\n '\\\\ca': /^\\\\ca(?:\\s+|(?![a-zA-Z]))/,\n '\\\\x': /^(?:\\\\[a-zA-Z]+\\s*|\\\\[_&{}%])/,\n 'orbital': /^(?:[0-9]{1,2}[spdfgh]|[0-9]{0,2}sp)(?=$|[^a-zA-Z])/, // only those with numbers in front, because the others will be formatted correctly anyway\n 'others': /^[\\/~|]/,\n '\\\\frac{(...)}': function (input) { return mhchemParser.patterns.findObserveGroups(input, \"\\\\frac{\", \"\", \"\", \"}\", \"{\", \"\", \"\", \"}\"); },\n '\\\\overset{(...)}': function (input) { return mhchemParser.patterns.findObserveGroups(input, \"\\\\overset{\", \"\", \"\", \"}\", \"{\", \"\", \"\", \"}\"); },\n '\\\\underset{(...)}': function (input) { return mhchemParser.patterns.findObserveGroups(input, \"\\\\underset{\", \"\", \"\", \"}\", \"{\", \"\", \"\", \"}\"); },\n '\\\\underbrace{(...)}': function (input) { return mhchemParser.patterns.findObserveGroups(input, \"\\\\underbrace{\", \"\", \"\", \"}_\", \"{\", \"\", \"\", \"}\"); },\n '\\\\color{(...)}0': function (input) { return mhchemParser.patterns.findObserveGroups(input, \"\\\\color{\", \"\", \"\", \"}\"); },\n '\\\\color{(...)}{(...)}1': function (input) { return mhchemParser.patterns.findObserveGroups(input, \"\\\\color{\", \"\", \"\", \"}\", \"{\", \"\", \"\", \"}\"); },\n '\\\\color(...){(...)}2': function (input) { return mhchemParser.patterns.findObserveGroups(input, \"\\\\color\", \"\\\\\", \"\", /^(?=\\{)/, \"{\", \"\", \"\", \"}\"); },\n '\\\\ce{(...)}': function (input) { return mhchemParser.patterns.findObserveGroups(input, \"\\\\ce{\", \"\", \"\", \"}\"); },\n 'oxidation$': /^(?:[+-][IVX]+|\\\\pm\\s*0|\\$\\\\pm\\$\\s*0)$/,\n 'd-oxidation$': /^(?:[+-]?\\s?[IVX]+|\\\\pm\\s*0|\\$\\\\pm\\$\\s*0)$/, // 0 could be oxidation or charge\n 'roman numeral': /^[IVX]+/,\n '1/2$': /^[+\\-]?(?:[0-9]+|\\$[a-z]\\$|[a-z])\\/[0-9]+(?:\\$[a-z]\\$|[a-z])?$/,\n 'amount': function (input) {\n var match;\n // e.g. 2, 0.5, 1/2, -2, n/2, +; $a$ could be added later in parsing\n match = input.match(/^(?:(?:(?:\\([+\\-]?[0-9]+\\/[0-9]+\\)|[+\\-]?(?:[0-9]+|\\$[a-z]\\$|[a-z])\\/[0-9]+|[+\\-]?[0-9]+[.,][0-9]+|[+\\-]?\\.[0-9]+|[+\\-]?[0-9]+)(?:[a-z](?=\\s*[A-Z]))?)|[+\\-]?[a-z](?=\\s*[A-Z])|\\+(?!\\s))/);\n if (match) {\n return { match_: match[0], remainder: input.substr(match[0].length) };\n }\n var a = mhchemParser.patterns.findObserveGroups(input, \"\", \"$\", \"$\", \"\");\n if (a) { // e.g. $2n-1$, $-$\n match = a.match_.match(/^\\$(?:\\(?[+\\-]?(?:[0-9]*[a-z]?[+\\-])?[0-9]*[a-z](?:[+\\-][0-9]*[a-z]?)?\\)?|\\+|-)\\$$/);\n if (match) {\n return { match_: match[0], remainder: input.substr(match[0].length) };\n }\n }\n return null;\n },\n 'amount2': function (input) { return this['amount'](input); },\n '(KV letters),': /^(?:[A-Z][a-z]{0,2}|i)(?=,)/,\n 'formula$': function (input) {\n if (input.match(/^\\([a-z]+\\)$/)) { return null; } // state of aggregation = no formula\n var match = input.match(/^(?:[a-z]|(?:[0-9\\ \\+\\-\\,\\.\\(\\)]+[a-z])+[0-9\\ \\+\\-\\,\\.\\(\\)]*|(?:[a-z][0-9\\ \\+\\-\\,\\.\\(\\)]+)+[a-z]?)$/);\n if (match) {\n return { match_: match[0], remainder: input.substr(match[0].length) };\n }\n return null;\n },\n 'uprightEntities': /^(?:pH|pOH|pC|pK|iPr|iBu)(?=$|[^a-zA-Z])/,\n '/': /^\\s*(\\/)\\s*/,\n '//': /^\\s*(\\/\\/)\\s*/,\n '*': /^\\s*[*.]\\s*/\n },\n findObserveGroups: function (input, begExcl, begIncl, endIncl, endExcl, beg2Excl, beg2Incl, end2Incl, end2Excl, combine) {\n /** @type {{(input: string, pattern: string | RegExp): string | string[] | null;}} */\n var _match = function (input, pattern) {\n if (typeof pattern === \"string\") {\n if (input.indexOf(pattern) !== 0) { return null; }\n return pattern;\n } else {\n var match = input.match(pattern);\n if (!match) { return null; }\n return match[0];\n }\n };\n /** @type {{(input: string, i: number, endChars: string | RegExp): {endMatchBegin: number, endMatchEnd: number} | null;}} */\n var _findObserveGroups = function (input, i, endChars) {\n var braces = 0;\n while (i < input.length) {\n var a = input.charAt(i);\n var match = _match(input.substr(i), endChars);\n if (match !== null && braces === 0) {\n return { endMatchBegin: i, endMatchEnd: i + match.length };\n } else if (a === \"{\") {\n braces++;\n } else if (a === \"}\") {\n if (braces === 0) {\n throw [\"ExtraCloseMissingOpen\", \"Extra close brace or missing open brace\"];\n } else {\n braces--;\n }\n }\n i++;\n }\n if (braces > 0) {\n return null;\n }\n return null;\n };\n var match = _match(input, begExcl);\n if (match === null) { return null; }\n input = input.substr(match.length);\n match = _match(input, begIncl);\n if (match === null) { return null; }\n var e = _findObserveGroups(input, match.length, endIncl || endExcl);\n if (e === null) { return null; }\n var match1 = input.substring(0, (endIncl ? e.endMatchEnd : e.endMatchBegin));\n if (!(beg2Excl || beg2Incl)) {\n return {\n match_: match1,\n remainder: input.substr(e.endMatchEnd)\n };\n } else {\n var group2 = this.findObserveGroups(input.substr(e.endMatchEnd), beg2Excl, beg2Incl, end2Incl, end2Excl);\n if (group2 === null) { return null; }\n /** @type {string[]} */\n var matchRet = [match1, group2.match_];\n return {\n match_: (combine ? matchRet.join(\"\") : matchRet),\n remainder: group2.remainder\n };\n }\n },\n\n //\n // Matching function\n // e.g. match(\"a\", input) will look for the regexp called \"a\" and see if it matches\n // returns null or {match_:\"a\", remainder:\"bc\"}\n //\n match_: function (m, input) {\n var pattern = mhchemParser.patterns.patterns[m];\n if (pattern === undefined) {\n throw [\"MhchemBugP\", \"mhchem bug P. Please report. (\" + m + \")\"]; // Trying to use non-existing pattern\n } else if (typeof pattern === \"function\") {\n return mhchemParser.patterns.patterns[m](input); // cannot use cached var pattern here, because some pattern functions need this===mhchemParser\n } else { // RegExp\n var match = input.match(pattern);\n if (match) {\n var mm;\n if (match[2]) {\n mm = [ match[1], match[2] ];\n } else if (match[1]) {\n mm = match[1];\n } else {\n mm = match[0];\n }\n return { match_: mm, remainder: input.substr(match[0].length) };\n }\n return null;\n }\n }\n },\n\n //\n // Generic state machine actions\n //\n actions: {\n 'a=': function (buffer, m) { buffer.a = (buffer.a || \"\") + m; },\n 'b=': function (buffer, m) { buffer.b = (buffer.b || \"\") + m; },\n 'p=': function (buffer, m) { buffer.p = (buffer.p || \"\") + m; },\n 'o=': function (buffer, m) { buffer.o = (buffer.o || \"\") + m; },\n 'q=': function (buffer, m) { buffer.q = (buffer.q || \"\") + m; },\n 'd=': function (buffer, m) { buffer.d = (buffer.d || \"\") + m; },\n 'rm=': function (buffer, m) { buffer.rm = (buffer.rm || \"\") + m; },\n 'text=': function (buffer, m) { buffer.text_ = (buffer.text_ || \"\") + m; },\n 'insert': function (buffer, m, a) { return { type_: a }; },\n 'insert+p1': function (buffer, m, a) { return { type_: a, p1: m }; },\n 'insert+p1+p2': function (buffer, m, a) { return { type_: a, p1: m[0], p2: m[1] }; },\n 'copy': function (buffer, m) { return m; },\n 'rm': function (buffer, m) { return { type_: 'rm', p1: m || \"\"}; },\n 'text': function (buffer, m) { return mhchemParser.go(m, 'text'); },\n '{text}': function (buffer, m) {\n var ret = [ \"{\" ];\n mhchemParser.concatArray(ret, mhchemParser.go(m, 'text'));\n ret.push(\"}\");\n return ret;\n },\n 'tex-math': function (buffer, m) { return mhchemParser.go(m, 'tex-math'); },\n 'tex-math tight': function (buffer, m) { return mhchemParser.go(m, 'tex-math tight'); },\n 'bond': function (buffer, m, k) { return { type_: 'bond', kind_: k || m }; },\n 'color0-output': function (buffer, m) { return { type_: 'color0', color: m[0] }; },\n 'ce': function (buffer, m) { return mhchemParser.go(m); },\n '1/2': function (buffer, m) {\n /** @type {ParserOutput[]} */\n var ret = [];\n if (m.match(/^[+\\-]/)) {\n ret.push(m.substr(0, 1));\n m = m.substr(1);\n }\n var n = m.match(/^([0-9]+|\\$[a-z]\\$|[a-z])\\/([0-9]+)(\\$[a-z]\\$|[a-z])?$/);\n n[1] = n[1].replace(/\\$/g, \"\");\n ret.push({ type_: 'frac', p1: n[1], p2: n[2] });\n if (n[3]) {\n n[3] = n[3].replace(/\\$/g, \"\");\n ret.push({ type_: 'tex-math', p1: n[3] });\n }\n return ret;\n },\n '9,9': function (buffer, m) { return mhchemParser.go(m, '9,9'); }\n },\n //\n // createTransitions\n // convert { 'letter': { 'state': { action_: 'output' } } } to { 'state' => [ { pattern: 'letter', task: { action_: [{type_: 'output'}] } } ] }\n // with expansion of 'a|b' to 'a' and 'b' (at 2 places)\n //\n createTransitions: function (o) {\n var pattern, state;\n /** @type {string[]} */\n var stateArray;\n var i;\n //\n // 1. Collect all states\n //\n /** @type {Transitions} */\n var transitions = {};\n for (pattern in o) {\n for (state in o[pattern]) {\n stateArray = state.split(\"|\");\n o[pattern][state].stateArray = stateArray;\n for (i=0; i<stateArray.length; i++) {\n transitions[stateArray[i]] = [];\n }\n }\n }\n //\n // 2. Fill states\n //\n for (pattern in o) {\n for (state in o[pattern]) {\n stateArray = o[pattern][state].stateArray || [];\n for (i=0; i<stateArray.length; i++) {\n //\n // 2a. Normalize actions into array: 'text=' ==> [{type_:'text='}]\n // (Note to myself: Resolving the function here would be problematic. It would need .bind (for *this*) and currying (for *option*).)\n //\n /** @type {any} */\n var p = o[pattern][state];\n if (p.action_) {\n p.action_ = [].concat(p.action_);\n for (var k=0; k<p.action_.length; k++) {\n if (typeof p.action_[k] === \"string\") {\n p.action_[k] = { type_: p.action_[k] };\n }\n }\n } else {\n p.action_ = [];\n }\n //\n // 2.b Multi-insert\n //\n var patternArray = pattern.split(\"|\");\n for (var j=0; j<patternArray.length; j++) {\n if (stateArray[i] === '*') { // insert into all\n for (var t in transitions) {\n transitions[t].push({ pattern: patternArray[j], task: p });\n }\n } else {\n transitions[stateArray[i]].push({ pattern: patternArray[j], task: p });\n }\n }\n }\n }\n }\n return transitions;\n },\n stateMachines: {}\n };\n\n //\n // Definition of state machines\n //\n mhchemParser.stateMachines = {\n //\n // \\ce state machines\n //\n //#region ce\n 'ce': { // main parser\n transitions: mhchemParser.createTransitions({\n 'empty': {\n '*': { action_: 'output' } },\n 'else': {\n '0|1|2': { action_: 'beginsWithBond=false', revisit: true, toContinue: true } },\n 'oxidation$': {\n '0': { action_: 'oxidation-output' } },\n 'CMT': {\n 'r': { action_: 'rdt=', nextState: 'rt' },\n 'rd': { action_: 'rqt=', nextState: 'rdt' } },\n 'arrowUpDown': {\n '0|1|2|as': { action_: [ 'sb=false', 'output', 'operator' ], nextState: '1' } },\n 'uprightEntities': {\n '0|1|2': { action_: [ 'o=', 'output' ], nextState: '1' } },\n 'orbital': {\n '0|1|2|3': { action_: 'o=', nextState: 'o' } },\n '->': {\n '0|1|2|3': { action_: 'r=', nextState: 'r' },\n 'a|as': { action_: [ 'output', 'r=' ], nextState: 'r' },\n '*': { action_: [ 'output', 'r=' ], nextState: 'r' } },\n '+': {\n 'o': { action_: 'd= kv', nextState: 'd' },\n 'd|D': { action_: 'd=', nextState: 'd' },\n 'q': { action_: 'd=', nextState: 'qd' },\n 'qd|qD': { action_: 'd=', nextState: 'qd' },\n 'dq': { action_: [ 'output', 'd=' ], nextState: 'd' },\n '3': { action_: [ 'sb=false', 'output', 'operator' ], nextState: '0' } },\n 'amount': {\n '0|2': { action_: 'a=', nextState: 'a' } },\n 'pm-operator': {\n '0|1|2|a|as': { action_: [ 'sb=false', 'output', { type_: 'operator', option: '\\\\pm' } ], nextState: '0' } },\n 'operator': {\n '0|1|2|a|as': { action_: [ 'sb=false', 'output', 'operator' ], nextState: '0' } },\n '-$': {\n 'o|q': { action_: [ 'charge or bond', 'output' ], nextState: 'qd' },\n 'd': { action_: 'd=', nextState: 'd' },\n 'D': { action_: [ 'output', { type_: 'bond', option: \"-\" } ], nextState: '3' },\n 'q': { action_: 'd=', nextState: 'qd' },\n 'qd': { action_: 'd=', nextState: 'qd' },\n 'qD|dq': { action_: [ 'output', { type_: 'bond', option: \"-\" } ], nextState: '3' } },\n '-9': {\n '3|o': { action_: [ 'output', { type_: 'insert', option: 'hyphen' } ], nextState: '3' } },\n '- orbital overlap': {\n 'o': { action_: [ 'output', { type_: 'insert', option: 'hyphen' } ], nextState: '2' },\n 'd': { action_: [ 'output', { type_: 'insert', option: 'hyphen' } ], nextState: '2' } },\n '-': {\n '0|1|2': { action_: [ { type_: 'output', option: 1 }, 'beginsWithBond=true', { type_: 'bond', option: \"-\" } ], nextState: '3' },\n '3': { action_: { type_: 'bond', option: \"-\" } },\n 'a': { action_: [ 'output', { type_: 'insert', option: 'hyphen' } ], nextState: '2' },\n 'as': { action_: [ { type_: 'output', option: 2 }, { type_: 'bond', option: \"-\" } ], nextState: '3' },\n 'b': { action_: 'b=' },\n 'o': { action_: { type_: '- after o/d', option: false }, nextState: '2' },\n 'q': { action_: { type_: '- after o/d', option: false }, nextState: '2' },\n 'd|qd|dq': { action_: { type_: '- after o/d', option: true }, nextState: '2' },\n 'D|qD|p': { action_: [ 'output', { type_: 'bond', option: \"-\" } ], nextState: '3' } },\n 'amount2': {\n '1|3': { action_: 'a=', nextState: 'a' } },\n 'letters': {\n '0|1|2|3|a|as|b|p|bp|o': { action_: 'o=', nextState: 'o' },\n 'q|dq': { action_: ['output', 'o='], nextState: 'o' },\n 'd|D|qd|qD': { action_: 'o after d', nextState: 'o' } },\n 'digits': {\n 'o': { action_: 'q=', nextState: 'q' },\n 'd|D': { action_: 'q=', nextState: 'dq' },\n 'q': { action_: [ 'output', 'o=' ], nextState: 'o' },\n 'a': { action_: 'o=', nextState: 'o' } },\n 'space A': {\n 'b|p|bp': {} },\n 'space': {\n 'a': { nextState: 'as' },\n '0': { action_: 'sb=false' },\n '1|2': { action_: 'sb=true' },\n 'r|rt|rd|rdt|rdq': { action_: 'output', nextState: '0' },\n '*': { action_: [ 'output', 'sb=true' ], nextState: '1'} },\n '1st-level escape': {\n '1|2': { action_: [ 'output', { type_: 'insert+p1', option: '1st-level escape' } ] },\n '*': { action_: [ 'output', { type_: 'insert+p1', option: '1st-level escape' } ], nextState: '0' } },\n '[(...)]': {\n 'r|rt': { action_: 'rd=', nextState: 'rd' },\n 'rd|rdt': { action_: 'rq=', nextState: 'rdq' } },\n '...': {\n 'o|d|D|dq|qd|qD': { action_: [ 'output', { type_: 'bond', option: \"...\" } ], nextState: '3' },\n '*': { action_: [ { type_: 'output', option: 1 }, { type_: 'insert', option: 'ellipsis' } ], nextState: '1' } },\n '. |* ': {\n '*': { action_: [ 'output', { type_: 'insert', option: 'addition compound' } ], nextState: '1' } },\n 'state of aggregation $': {\n '*': { action_: [ 'output', 'state of aggregation' ], nextState: '1' } },\n '{[(': {\n 'a|as|o': { action_: [ 'o=', 'output', 'parenthesisLevel++' ], nextState: '2' },\n '0|1|2|3': { action_: [ 'o=', 'output', 'parenthesisLevel++' ], nextState: '2' },\n '*': { action_: [ 'output', 'o=', 'output', 'parenthesisLevel++' ], nextState: '2' } },\n ')]}': {\n '0|1|2|3|b|p|bp|o': { action_: [ 'o=', 'parenthesisLevel--' ], nextState: 'o' },\n 'a|as|d|D|q|qd|qD|dq': { action_: [ 'output', 'o=', 'parenthesisLevel--' ], nextState: 'o' } },\n ', ': {\n '*': { action_: [ 'output', 'comma' ], nextState: '0' } },\n '^_': { // ^ and _ without a sensible argument\n '*': { } },\n '^{(...)}|^($...$)': {\n '0|1|2|as': { action_: 'b=', nextState: 'b' },\n 'p': { action_: 'b=', nextState: 'bp' },\n '3|o': { action_: 'd= kv', nextState: 'D' },\n 'q': { action_: 'd=', nextState: 'qD' },\n 'd|D|qd|qD|dq': { action_: [ 'output', 'd=' ], nextState: 'D' } },\n '^a|^\\\\x{}{}|^\\\\x{}|^\\\\x|\\'': {\n '0|1|2|as': { action_: 'b=', nextState: 'b' },\n 'p': { action_: 'b=', nextState: 'bp' },\n '3|o': { action_: 'd= kv', nextState: 'd' },\n 'q': { action_: 'd=', nextState: 'qd' },\n 'd|qd|D|qD': { action_: 'd=' },\n 'dq': { action_: [ 'output', 'd=' ], nextState: 'd' } },\n '_{(state of aggregation)}$': {\n 'd|D|q|qd|qD|dq': { action_: [ 'output', 'q=' ], nextState: 'q' } },\n '_{(...)}|_($...$)|_9|_\\\\x{}{}|_\\\\x{}|_\\\\x': {\n '0|1|2|as': { action_: 'p=', nextState: 'p' },\n 'b': { action_: 'p=', nextState: 'bp' },\n '3|o': { action_: 'q=', nextState: 'q' },\n 'd|D': { action_: 'q=', nextState: 'dq' },\n 'q|qd|qD|dq': { action_: [ 'output', 'q=' ], nextState: 'q' } },\n '=<>': {\n '0|1|2|3|a|as|o|q|d|D|qd|qD|dq': { action_: [ { type_: 'output', option: 2 }, 'bond' ], nextState: '3' } },\n '#': {\n '0|1|2|3|a|as|o': { action_: [ { type_: 'output', option: 2 }, { type_: 'bond', option: \"#\" } ], nextState: '3' } },\n '{}': {\n '*': { action_: { type_: 'output', option: 1 }, nextState: '1' } },\n '{...}': {\n '0|1|2|3|a|as|b|p|bp': { action_: 'o=', nextState: 'o' },\n 'o|d|D|q|qd|qD|dq': { action_: [ 'output', 'o=' ], nextState: 'o' } },\n '$...$': {\n 'a': { action_: 'a=' }, // 2$n$\n '0|1|2|3|as|b|p|bp|o': { action_: 'o=', nextState: 'o' }, // not 'amount'\n 'as|o': { action_: 'o=' },\n 'q|d|D|qd|qD|dq': { action_: [ 'output', 'o=' ], nextState: 'o' } },\n '\\\\bond{(...)}': {\n '*': { action_: [ { type_: 'output', option: 2 }, 'bond' ], nextState: \"3\" } },\n '\\\\frac{(...)}': {\n '*': { action_: [ { type_: 'output', option: 1 }, 'frac-output' ], nextState: '3' } },\n '\\\\overset{(...)}': {\n '*': { action_: [ { type_: 'output', option: 2 }, 'overset-output' ], nextState: '3' } },\n '\\\\underset{(...)}': {\n '*': { action_: [ { type_: 'output', option: 2 }, 'underset-output' ], nextState: '3' } },\n '\\\\underbrace{(...)}': {\n '*': { action_: [ { type_: 'output', option: 2 }, 'underbrace-output' ], nextState: '3' } },\n '\\\\color{(...)}{(...)}1|\\\\color(...){(...)}2': {\n '*': { action_: [ { type_: 'output', option: 2 }, 'color-output' ], nextState: '3' } },\n '\\\\color{(...)}0': {\n '*': { action_: [ { type_: 'output', option: 2 }, 'color0-output' ] } },\n '\\\\ce{(...)}': {\n '*': { action_: [ { type_: 'output', option: 2 }, 'ce' ], nextState: '3' } },\n '\\\\,': {\n '*': { action_: [ { type_: 'output', option: 1 }, 'copy' ], nextState: '1' } },\n '\\\\x{}{}|\\\\x{}|\\\\x': {\n '0|1|2|3|a|as|b|p|bp|o|c0': { action_: [ 'o=', 'output' ], nextState: '3' },\n '*': { action_: ['output', 'o=', 'output' ], nextState: '3' } },\n 'others': {\n '*': { action_: [ { type_: 'output', option: 1 }, 'copy' ], nextState: '3' } },\n 'else2': {\n 'a': { action_: 'a to o', nextState: 'o', revisit: true },\n 'as': { action_: [ 'output', 'sb=true' ], nextState: '1', revisit: true },\n 'r|rt|rd|rdt|rdq': { action_: [ 'output' ], nextState: '0', revisit: true },\n '*': { action_: [ 'output', 'copy' ], nextState: '3' } }\n }),\n actions: {\n 'o after d': function (buffer, m) {\n var ret;\n if ((buffer.d || \"\").match(/^[0-9]+$/)) {\n var tmp = buffer.d;\n buffer.d = undefined;\n ret = this['output'](buffer);\n buffer.b = tmp;\n } else {\n ret = this['output'](buffer);\n }\n mhchemParser.actions['o='](buffer, m);\n return ret;\n },\n 'd= kv': function (buffer, m) {\n buffer.d = m;\n buffer.dType = 'kv';\n },\n 'charge or bond': function (buffer, m) {\n if (buffer['beginsWithBond']) {\n /** @type {ParserOutput[]} */\n var ret = [];\n mhchemParser.concatArray(ret, this['output'](buffer));\n mhchemParser.concatArray(ret, mhchemParser.actions['bond'](buffer, m, \"-\"));\n return ret;\n } else {\n buffer.d = m;\n }\n },\n '- after o/d': function (buffer, m, isAfterD) {\n var c1 = mhchemParser.patterns.match_('orbital', buffer.o || \"\");\n var c2 = mhchemParser.patterns.match_('one lowercase greek letter $', buffer.o || \"\");\n var c3 = mhchemParser.patterns.match_('one lowercase latin letter $', buffer.o || \"\");\n var c4 = mhchemParser.patterns.match_('$one lowercase latin letter$ $', buffer.o || \"\");\n var hyphenFollows = m===\"-\" && ( c1 && c1.remainder===\"\" || c2 || c3 || c4 );\n if (hyphenFollows && !buffer.a && !buffer.b && !buffer.p && !buffer.d && !buffer.q && !c1 && c3) {\n buffer.o = '$' + buffer.o + '$';\n }\n /** @type {ParserOutput[]} */\n var ret = [];\n if (hyphenFollows) {\n mhchemParser.concatArray(ret, this['output'](buffer));\n ret.push({ type_: 'hyphen' });\n } else {\n c1 = mhchemParser.patterns.match_('digits', buffer.d || \"\");\n if (isAfterD && c1 && c1.remainder==='') {\n mhchemParser.concatArray(ret, mhchemParser.actions['d='](buffer, m));\n mhchemParser.concatArray(ret, this['output'](buffer));\n } else {\n mhchemParser.concatArray(ret, this['output'](buffer));\n mhchemParser.concatArray(ret, mhchemParser.actions['bond'](buffer, m, \"-\"));\n }\n }\n return ret;\n },\n 'a to o': function (buffer) {\n buffer.o = buffer.a;\n buffer.a = undefined;\n },\n 'sb=true': function (buffer) { buffer.sb = true; },\n 'sb=false': function (buffer) { buffer.sb = false; },\n 'beginsWithBond=true': function (buffer) { buffer['beginsWithBond'] = true; },\n 'beginsWithBond=false': function (buffer) { buffer['beginsWithBond'] = false; },\n 'parenthesisLevel++': function (buffer) { buffer['parenthesisLevel']++; },\n 'parenthesisLevel--': function (buffer) { buffer['parenthesisLevel']--; },\n 'state of aggregation': function (buffer, m) {\n return { type_: 'state of aggregation', p1: mhchemParser.go(m, 'o') };\n },\n 'comma': function (buffer, m) {\n var a = m.replace(/\\s*$/, '');\n var withSpace = (a !== m);\n if (withSpace && buffer['parenthesisLevel'] === 0) {\n return { type_: 'comma enumeration L', p1: a };\n } else {\n return { type_: 'comma enumeration M', p1: a };\n }\n },\n 'output': function (buffer, m, entityFollows) {\n // entityFollows:\n // undefined = if we have nothing else to output, also ignore the just read space (buffer.sb)\n // 1 = an entity follows, never omit the space if there was one just read before (can only apply to state 1)\n // 2 = 1 + the entity can have an amount, so output a\\, instead of converting it to o (can only apply to states a|as)\n /** @type {ParserOutput | ParserOutput[]} */\n var ret;\n if (!buffer.r) {\n ret = [];\n if (!buffer.a && !buffer.b && !buffer.p && !buffer.o && !buffer.q && !buffer.d && !entityFollows) {\n //ret = [];\n } else {\n if (buffer.sb) {\n ret.push({ type_: 'entitySkip' });\n }\n if (!buffer.o && !buffer.q && !buffer.d && !buffer.b && !buffer.p && entityFollows!==2) {\n buffer.o = buffer.a;\n buffer.a = undefined;\n } else if (!buffer.o && !buffer.q && !buffer.d && (buffer.b || buffer.p)) {\n buffer.o = buffer.a;\n buffer.d = buffer.b;\n buffer.q = buffer.p;\n buffer.a = buffer.b = buffer.p = undefined;\n } else {\n if (buffer.o && buffer.dType==='kv' && mhchemParser.patterns.match_('d-oxidation$', buffer.d || \"\")) {\n buffer.dType = 'oxidation';\n } else if (buffer.o && buffer.dType==='kv' && !buffer.q) {\n buffer.dType = undefined;\n }\n }\n ret.push({\n type_: 'chemfive',\n a: mhchemParser.go(buffer.a, 'a'),\n b: mhchemParser.go(buffer.b, 'bd'),\n p: mhchemParser.go(buffer.p, 'pq'),\n o: mhchemParser.go(buffer.o, 'o'),\n q: mhchemParser.go(buffer.q, 'pq'),\n d: mhchemParser.go(buffer.d, (buffer.dType === 'oxidation' ? 'oxidation' : 'bd')),\n dType: buffer.dType\n });\n }\n } else { // r\n /** @type {ParserOutput[]} */\n var rd;\n if (buffer.rdt === 'M') {\n rd = mhchemParser.go(buffer.rd, 'tex-math');\n } else if (buffer.rdt === 'T') {\n rd = [ { type_: 'text', p1: buffer.rd || \"\" } ];\n } else {\n rd = mhchemParser.go(buffer.rd);\n }\n /** @type {ParserOutput[]} */\n var rq;\n if (buffer.rqt === 'M') {\n rq = mhchemParser.go(buffer.rq, 'tex-math');\n } else if (buffer.rqt === 'T') {\n rq = [ { type_: 'text', p1: buffer.rq || \"\"} ];\n } else {\n rq = mhchemParser.go(buffer.rq);\n }\n ret = {\n type_: 'arrow',\n r: buffer.r,\n rd: rd,\n rq: rq\n };\n }\n for (var p in buffer) {\n if (p !== 'parenthesisLevel' && p !== 'beginsWithBond') {\n delete buffer[p];\n }\n }\n return ret;\n },\n 'oxidation-output': function (buffer, m) {\n var ret = [ \"{\" ];\n mhchemParser.concatArray(ret, mhchemParser.go(m, 'oxidation'));\n ret.push(\"}\");\n return ret;\n },\n 'frac-output': function (buffer, m) {\n return { type_: 'frac-ce', p1: mhchemParser.go(m[0]), p2: mhchemParser.go(m[1]) };\n },\n 'overset-output': function (buffer, m) {\n return { type_: 'overset', p1: mhchemParser.go(m[0]), p2: mhchemParser.go(m[1]) };\n },\n 'underset-output': function (buffer, m) {\n return { type_: 'underset', p1: mhchemParser.go(m[0]), p2: mhchemParser.go(m[1]) };\n },\n 'underbrace-output': function (buffer, m) {\n return { type_: 'underbrace', p1: mhchemParser.go(m[0]), p2: mhchemParser.go(m[1]) };\n },\n 'color-output': function (buffer, m) {\n return { type_: 'color', color1: m[0], color2: mhchemParser.go(m[1]) };\n },\n 'r=': function (buffer, m) { buffer.r = m; },\n 'rdt=': function (buffer, m) { buffer.rdt = m; },\n 'rd=': function (buffer, m) { buffer.rd = m; },\n 'rqt=': function (buffer, m) { buffer.rqt = m; },\n 'rq=': function (buffer, m) { buffer.rq = m; },\n 'operator': function (buffer, m, p1) { return { type_: 'operator', kind_: (p1 || m) }; }\n }\n },\n 'a': {\n transitions: mhchemParser.createTransitions({\n 'empty': {\n '*': {} },\n '1/2$': {\n '0': { action_: '1/2' } },\n 'else': {\n '0': { nextState: '1', revisit: true } },\n '$(...)$': {\n '*': { action_: 'tex-math tight', nextState: '1' } },\n ',': {\n '*': { action_: { type_: 'insert', option: 'commaDecimal' } } },\n 'else2': {\n '*': { action_: 'copy' } }\n }),\n actions: {}\n },\n 'o': {\n transitions: mhchemParser.createTransitions({\n 'empty': {\n '*': {} },\n '1/2$': {\n '0': { action_: '1/2' } },\n 'else': {\n '0': { nextState: '1', revisit: true } },\n 'letters': {\n '*': { action_: 'rm' } },\n '\\\\ca': {\n '*': { action_: { type_: 'insert', option: 'circa' } } },\n '\\\\x{}{}|\\\\x{}|\\\\x': {\n '*': { action_: 'copy' } },\n '${(...)}$|$(...)$': {\n '*': { action_: 'tex-math' } },\n '{(...)}': {\n '*': { action_: '{text}' } },\n 'else2': {\n '*': { action_: 'copy' } }\n }),\n actions: {}\n },\n 'text': {\n transitions: mhchemParser.createTransitions({\n 'empty': {\n '*': { action_: 'output' } },\n '{...}': {\n '*': { action_: 'text=' } },\n '${(...)}$|$(...)$': {\n '*': { action_: 'tex-math' } },\n '\\\\greek': {\n '*': { action_: [ 'output', 'rm' ] } },\n '\\\\,|\\\\x{}{}|\\\\x{}|\\\\x': {\n '*': { action_: [ 'output', 'copy' ] } },\n 'else': {\n '*': { action_: 'text=' } }\n }),\n actions: {\n 'output': function (buffer) {\n if (buffer.text_) {\n /** @type {ParserOutput} */\n var ret = { type_: 'text', p1: buffer.text_ };\n for (var p in buffer) { delete buffer[p]; }\n return ret;\n }\n }\n }\n },\n 'pq': {\n transitions: mhchemParser.createTransitions({\n 'empty': {\n '*': {} },\n 'state of aggregation $': {\n '*': { action_: 'state of aggregation' } },\n 'i$': {\n '0': { nextState: '!f', revisit: true } },\n '(KV letters),': {\n '0': { action_: 'rm', nextState: '0' } },\n 'formula$': {\n '0': { nextState: 'f', revisit: true } },\n '1/2$': {\n '0': { action_: '1/2' } },\n 'else': {\n '0': { nextState: '!f', revisit: true } },\n '${(...)}$|$(...)$': {\n '*': { action_: 'tex-math' } },\n '{(...)}': {\n '*': { action_: 'text' } },\n 'a-z': {\n 'f': { action_: 'tex-math' } },\n 'letters': {\n '*': { action_: 'rm' } },\n '-9.,9': {\n '*': { action_: '9,9' } },\n ',': {\n '*': { action_: { type_: 'insert+p1', option: 'comma enumeration S' } } },\n '\\\\color{(...)}{(...)}1|\\\\color(...){(...)}2': {\n '*': { action_: 'color-output' } },\n '\\\\color{(...)}0': {\n '*': { action_: 'color0-output' } },\n '\\\\ce{(...)}': {\n '*': { action_: 'ce' } },\n '\\\\,|\\\\x{}{}|\\\\x{}|\\\\x': {\n '*': { action_: 'copy' } },\n 'else2': {\n '*': { action_: 'copy' } }\n }),\n actions: {\n 'state of aggregation': function (buffer, m) {\n return { type_: 'state of aggregation subscript', p1: mhchemParser.go(m, 'o') };\n },\n 'color-output': function (buffer, m) {\n return { type_: 'color', color1: m[0], color2: mhchemParser.go(m[1], 'pq') };\n }\n }\n },\n 'bd': {\n transitions: mhchemParser.createTransitions({\n 'empty': {\n '*': {} },\n 'x$': {\n '0': { nextState: '!f', revisit: true } },\n 'formula$': {\n '0': { nextState: 'f', revisit: true } },\n 'else': {\n '0': { nextState: '!f', revisit: true } },\n '-9.,9 no missing 0': {\n '*': { action_: '9,9' } },\n '.': {\n '*': { action_: { type_: 'insert', option: 'electron dot' } } },\n 'a-z': {\n 'f': { action_: 'tex-math' } },\n 'x': {\n '*': { action_: { type_: 'insert', option: 'KV x' } } },\n 'letters': {\n '*': { action_: 'rm' } },\n '\\'': {\n '*': { action_: { type_: 'insert', option: 'prime' } } },\n '${(...)}$|$(...)$': {\n '*': { action_: 'tex-math' } },\n '{(...)}': {\n '*': { action_: 'text' } },\n '\\\\color{(...)}{(...)}1|\\\\color(...){(...)}2': {\n '*': { action_: 'color-output' } },\n '\\\\color{(...)}0': {\n '*': { action_: 'color0-output' } },\n '\\\\ce{(...)}': {\n '*': { action_: 'ce' } },\n '\\\\,|\\\\x{}{}|\\\\x{}|\\\\x': {\n '*': { action_: 'copy' } },\n 'else2': {\n '*': { action_: 'copy' } }\n }),\n actions: {\n 'color-output': function (buffer, m) {\n return { type_: 'color', color1: m[0], color2: mhchemParser.go(m[1], 'bd') };\n }\n }\n },\n 'oxidation': {\n transitions: mhchemParser.createTransitions({\n 'empty': {\n '*': {} },\n 'roman numeral': {\n '*': { action_: 'roman-numeral' } },\n '${(...)}$|$(...)$': {\n '*': { action_: 'tex-math' } },\n 'else': {\n '*': { action_: 'copy' } }\n }),\n actions: {\n 'roman-numeral': function (buffer, m) { return { type_: 'roman numeral', p1: m || \"\" }; }\n }\n },\n 'tex-math': {\n transitions: mhchemParser.createTransitions({\n 'empty': {\n '*': { action_: 'output' } },\n '\\\\ce{(...)}': {\n '*': { action_: [ 'output', 'ce' ] } },\n '{...}|\\\\,|\\\\x{}{}|\\\\x{}|\\\\x': {\n '*': { action_: 'o=' } },\n 'else': {\n '*': { action_: 'o=' } }\n }),\n actions: {\n 'output': function (buffer) {\n if (buffer.o) {\n /** @type {ParserOutput} */\n var ret = { type_: 'tex-math', p1: buffer.o };\n for (var p in buffer) { delete buffer[p]; }\n return ret;\n }\n }\n }\n },\n 'tex-math tight': {\n transitions: mhchemParser.createTransitions({\n 'empty': {\n '*': { action_: 'output' } },\n '\\\\ce{(...)}': {\n '*': { action_: [ 'output', 'ce' ] } },\n '{...}|\\\\,|\\\\x{}{}|\\\\x{}|\\\\x': {\n '*': { action_: 'o=' } },\n '-|+': {\n '*': { action_: 'tight operator' } },\n 'else': {\n '*': { action_: 'o=' } }\n }),\n actions: {\n 'tight operator': function (buffer, m) { buffer.o = (buffer.o || \"\") + \"{\"+m+\"}\"; },\n 'output': function (buffer) {\n if (buffer.o) {\n /** @type {ParserOutput} */\n var ret = { type_: 'tex-math', p1: buffer.o };\n for (var p in buffer) { delete buffer[p]; }\n return ret;\n }\n }\n }\n },\n '9,9': {\n transitions: mhchemParser.createTransitions({\n 'empty': {\n '*': {} },\n ',': {\n '*': { action_: 'comma' } },\n 'else': {\n '*': { action_: 'copy' } }\n }),\n actions: {\n 'comma': function () { return { type_: 'commaDecimal' }; }\n }\n },\n //#endregion\n //\n // \\pu state machines\n //\n //#region pu\n 'pu': {\n transitions: mhchemParser.createTransitions({\n 'empty': {\n '*': { action_: 'output' } },\n 'space$': {\n '*': { action_: [ 'output', 'space' ] } },\n '{[(|)]}': {\n '0|a': { action_: 'copy' } },\n '(-)(9)^(-9)': {\n '0': { action_: 'number^', nextState: 'a' } },\n '(-)(9.,9)(e)(99)': {\n '0': { action_: 'enumber', nextState: 'a' } },\n 'space': {\n '0|a': {} },\n 'pm-operator': {\n '0|a': { action_: { type_: 'operator', option: '\\\\pm' }, nextState: '0' } },\n 'operator': {\n '0|a': { action_: 'copy', nextState: '0' } },\n '//': {\n 'd': { action_: 'o=', nextState: '/' } },\n '/': {\n 'd': { action_: 'o=', nextState: '/' } },\n '{...}|else': {\n '0|d': { action_: 'd=', nextState: 'd' },\n 'a': { action_: [ 'space', 'd=' ], nextState: 'd' },\n '/|q': { action_: 'q=', nextState: 'q' } }\n }),\n actions: {\n 'enumber': function (buffer, m) {\n /** @type {ParserOutput[]} */\n var ret = [];\n if (m[0] === \"+-\" || m[0] === \"+/-\") {\n ret.push(\"\\\\pm \");\n } else if (m[0]) {\n ret.push(m[0]);\n }\n if (m[1]) {\n mhchemParser.concatArray(ret, mhchemParser.go(m[1], 'pu-9,9'));\n if (m[2]) {\n if (m[2].match(/[,.]/)) {\n mhchemParser.concatArray(ret, mhchemParser.go(m[2], 'pu-9,9'));\n } else {\n ret.push(m[2]);\n }\n }\n m[3] = m[4] || m[3];\n if (m[3]) {\n m[3] = m[3].trim();\n if (m[3] === \"e\" || m[3].substr(0, 1) === \"*\") {\n ret.push({ type_: 'cdot' });\n } else {\n ret.push({ type_: 'times' });\n }\n }\n }\n if (m[3]) {\n ret.push(\"10^{\"+m[5]+\"}\");\n }\n return ret;\n },\n 'number^': function (buffer, m) {\n /** @type {ParserOutput[]} */\n var ret = [];\n if (m[0] === \"+-\" || m[0] === \"+/-\") {\n ret.push(\"\\\\pm \");\n } else if (m[0]) {\n ret.push(m[0]);\n }\n mhchemParser.concatArray(ret, mhchemParser.go(m[1], 'pu-9,9'));\n ret.push(\"^{\"+m[2]+\"}\");\n return ret;\n },\n 'operator': function (buffer, m, p1) { return { type_: 'operator', kind_: (p1 || m) }; },\n 'space': function () { return { type_: 'pu-space-1' }; },\n 'output': function (buffer) {\n /** @type {ParserOutput | ParserOutput[]} */\n var ret;\n var md = mhchemParser.patterns.match_('{(...)}', buffer.d || \"\");\n if (md && md.remainder === '') { buffer.d = md.match_; }\n var mq = mhchemParser.patterns.match_('{(...)}', buffer.q || \"\");\n if (mq && mq.remainder === '') { buffer.q = mq.match_; }\n if (buffer.d) {\n buffer.d = buffer.d.replace(/\\u00B0C|\\^oC|\\^{o}C/g, \"{}^{\\\\circ}C\");\n buffer.d = buffer.d.replace(/\\u00B0F|\\^oF|\\^{o}F/g, \"{}^{\\\\circ}F\");\n }\n if (buffer.q) { // fraction\n buffer.q = buffer.q.replace(/\\u00B0C|\\^oC|\\^{o}C/g, \"{}^{\\\\circ}C\");\n buffer.q = buffer.q.replace(/\\u00B0F|\\^oF|\\^{o}F/g, \"{}^{\\\\circ}F\");\n var b5 = {\n d: mhchemParser.go(buffer.d, 'pu'),\n q: mhchemParser.go(buffer.q, 'pu')\n };\n if (buffer.o === '//') {\n ret = { type_: 'pu-frac', p1: b5.d, p2: b5.q };\n } else {\n ret = b5.d;\n if (b5.d.length > 1 || b5.q.length > 1) {\n ret.push({ type_: ' / ' });\n } else {\n ret.push({ type_: '/' });\n }\n mhchemParser.concatArray(ret, b5.q);\n }\n } else { // no fraction\n ret = mhchemParser.go(buffer.d, 'pu-2');\n }\n for (var p in buffer) { delete buffer[p]; }\n return ret;\n }\n }\n },\n 'pu-2': {\n transitions: mhchemParser.createTransitions({\n 'empty': {\n '*': { action_: 'output' } },\n '*': {\n '*': { action_: [ 'output', 'cdot' ], nextState: '0' } },\n '\\\\x': {\n '*': { action_: 'rm=' } },\n 'space': {\n '*': { action_: [ 'output', 'space' ], nextState: '0' } },\n '^{(...)}|^(-1)': {\n '1': { action_: '^(-1)' } },\n '-9.,9': {\n '0': { action_: 'rm=', nextState: '0' },\n '1': { action_: '^(-1)', nextState: '0' } },\n '{...}|else': {\n '*': { action_: 'rm=', nextState: '1' } }\n }),\n actions: {\n 'cdot': function () { return { type_: 'tight cdot' }; },\n '^(-1)': function (buffer, m) { buffer.rm += \"^{\"+m+\"}\"; },\n 'space': function () { return { type_: 'pu-space-2' }; },\n 'output': function (buffer) {\n /** @type {ParserOutput | ParserOutput[]} */\n var ret = [];\n if (buffer.rm) {\n var mrm = mhchemParser.patterns.match_('{(...)}', buffer.rm || \"\");\n if (mrm && mrm.remainder === '') {\n ret = mhchemParser.go(mrm.match_, 'pu');\n } else {\n ret = { type_: 'rm', p1: buffer.rm };\n }\n }\n for (var p in buffer) { delete buffer[p]; }\n return ret;\n }\n }\n },\n 'pu-9,9': {\n transitions: mhchemParser.createTransitions({\n 'empty': {\n '0': { action_: 'output-0' },\n 'o': { action_: 'output-o' } },\n ',': {\n '0': { action_: [ 'output-0', 'comma' ], nextState: 'o' } },\n '.': {\n '0': { action_: [ 'output-0', 'copy' ], nextState: 'o' } },\n 'else': {\n '*': { action_: 'text=' } }\n }),\n actions: {\n 'comma': function () { return { type_: 'commaDecimal' }; },\n 'output-0': function (buffer) {\n /** @type {ParserOutput[]} */\n var ret = [];\n buffer.text_ = buffer.text_ || \"\";\n if (buffer.text_.length > 4) {\n var a = buffer.text_.length % 3;\n if (a === 0) { a = 3; }\n for (var i=buffer.text_.length-3; i>0; i-=3) {\n ret.push(buffer.text_.substr(i, 3));\n ret.push({ type_: '1000 separator' });\n }\n ret.push(buffer.text_.substr(0, a));\n ret.reverse();\n } else {\n ret.push(buffer.text_);\n }\n for (var p in buffer) { delete buffer[p]; }\n return ret;\n },\n 'output-o': function (buffer) {\n /** @type {ParserOutput[]} */\n var ret = [];\n buffer.text_ = buffer.text_ || \"\";\n if (buffer.text_.length > 4) {\n var a = buffer.text_.length - 3;\n for (var i=0; i<a; i+=3) {\n ret.push(buffer.text_.substr(i, 3));\n ret.push({ type_: '1000 separator' });\n }\n ret.push(buffer.text_.substr(i));\n } else {\n ret.push(buffer.text_);\n }\n for (var p in buffer) { delete buffer[p]; }\n return ret;\n }\n }\n }\n //#endregion\n };\n\n //\n // texify: Take MhchemParser output and convert it to TeX\n //\n /** @type {Texify} */\n var texify = {\n go: function (input, isInner) { // (recursive, max 4 levels)\n if (!input) { return \"\"; }\n var res = \"\";\n var cee = false;\n for (var i=0; i < input.length; i++) {\n var inputi = input[i];\n if (typeof inputi === \"string\") {\n res += inputi;\n } else {\n res += texify._go2(inputi);\n if (inputi.type_ === '1st-level escape') { cee = true; }\n }\n }\n if (!isInner && !cee && res) {\n res = \"{\" + res + \"}\";\n }\n return res;\n },\n _goInner: function (input) {\n if (!input) { return input; }\n return texify.go(input, true);\n },\n _go2: function (buf) {\n /** @type {undefined | string} */\n var res;\n switch (buf.type_) {\n case 'chemfive':\n res = \"\";\n var b5 = {\n a: texify._goInner(buf.a),\n b: texify._goInner(buf.b),\n p: texify._goInner(buf.p),\n o: texify._goInner(buf.o),\n q: texify._goInner(buf.q),\n d: texify._goInner(buf.d)\n };\n //\n // a\n //\n if (b5.a) {\n if (b5.a.match(/^[+\\-]/)) { b5.a = \"{\"+b5.a+\"}\"; }\n res += b5.a + \"\\\\,\";\n }\n //\n // b and p\n //\n if (b5.b || b5.p) {\n res += \"{\\\\vphantom{X}}\";\n res += \"^{\\\\hphantom{\"+(b5.b||\"\")+\"}}_{\\\\hphantom{\"+(b5.p||\"\")+\"}}\";\n res += \"{\\\\vphantom{X}}\";\n res += \"^{\\\\smash[t]{\\\\vphantom{2}}\\\\mathllap{\"+(b5.b||\"\")+\"}}\";\n res += \"_{\\\\vphantom{2}\\\\mathllap{\\\\smash[t]{\"+(b5.p||\"\")+\"}}}\";\n }\n //\n // o\n //\n if (b5.o) {\n if (b5.o.match(/^[+\\-]/)) { b5.o = \"{\"+b5.o+\"}\"; }\n res += b5.o;\n }\n //\n // q and d\n //\n if (buf.dType === 'kv') {\n if (b5.d || b5.q) {\n res += \"{\\\\vphantom{X}}\";\n }\n if (b5.d) {\n res += \"^{\"+b5.d+\"}\";\n }\n if (b5.q) {\n res += \"_{\\\\smash[t]{\"+b5.q+\"}}\";\n }\n } else if (buf.dType === 'oxidation') {\n if (b5.d) {\n res += \"{\\\\vphantom{X}}\";\n res += \"^{\"+b5.d+\"}\";\n }\n if (b5.q) {\n res += \"{\\\\vphantom{X}}\";\n res += \"_{\\\\smash[t]{\"+b5.q+\"}}\";\n }\n } else {\n if (b5.q) {\n res += \"{\\\\vphantom{X}}\";\n res += \"_{\\\\smash[t]{\"+b5.q+\"}}\";\n }\n if (b5.d) {\n res += \"{\\\\vphantom{X}}\";\n res += \"^{\"+b5.d+\"}\";\n }\n }\n break;\n case 'rm':\n res = \"\\\\mathrm{\"+buf.p1+\"}\";\n break;\n case 'text':\n if (buf.p1.match(/[\\^_]/)) {\n buf.p1 = buf.p1.replace(\" \", \"~\").replace(\"-\", \"\\\\text{-}\");\n res = \"\\\\mathrm{\"+buf.p1+\"}\";\n } else {\n res = \"\\\\text{\"+buf.p1+\"}\";\n }\n break;\n case 'roman numeral':\n res = \"\\\\mathrm{\"+buf.p1+\"}\";\n break;\n case 'state of aggregation':\n res = \"\\\\mskip2mu \"+texify._goInner(buf.p1);\n break;\n case 'state of aggregation subscript':\n res = \"\\\\mskip1mu \"+texify._goInner(buf.p1);\n break;\n case 'bond':\n res = texify._getBond(buf.kind_);\n if (!res) {\n throw [\"MhchemErrorBond\", \"mhchem Error. Unknown bond type (\" + buf.kind_ + \")\"];\n }\n break;\n case 'frac':\n var c = \"\\\\frac{\" + buf.p1 + \"}{\" + buf.p2 + \"}\";\n res = \"\\\\mathchoice{\\\\textstyle\"+c+\"}{\"+c+\"}{\"+c+\"}{\"+c+\"}\";\n break;\n case 'pu-frac':\n var d = \"\\\\frac{\" + texify._goInner(buf.p1) + \"}{\" + texify._goInner(buf.p2) + \"}\";\n res = \"\\\\mathchoice{\\\\textstyle\"+d+\"}{\"+d+\"}{\"+d+\"}{\"+d+\"}\";\n break;\n case 'tex-math':\n res = buf.p1 + \" \";\n break;\n case 'frac-ce':\n res = \"\\\\frac{\" + texify._goInner(buf.p1) + \"}{\" + texify._goInner(buf.p2) + \"}\";\n break;\n case 'overset':\n res = \"\\\\overset{\" + texify._goInner(buf.p1) + \"}{\" + texify._goInner(buf.p2) + \"}\";\n break;\n case 'underset':\n res = \"\\\\underset{\" + texify._goInner(buf.p1) + \"}{\" + texify._goInner(buf.p2) + \"}\";\n break;\n case 'underbrace':\n res = \"\\\\underbrace{\" + texify._goInner(buf.p1) + \"}_{\" + texify._goInner(buf.p2) + \"}\";\n break;\n case 'color':\n res = \"{\\\\color{\" + buf.color1 + \"}{\" + texify._goInner(buf.color2) + \"}}\";\n break;\n case 'color0':\n res = \"\\\\color{\" + buf.color + \"}\";\n break;\n case 'arrow':\n var b6 = {\n rd: texify._goInner(buf.rd),\n rq: texify._goInner(buf.rq)\n };\n var arrow = \"\\\\x\" + texify._getArrow(buf.r);\n if (b6.rq) { arrow += \"[{\" + b6.rq + \"}]\"; }\n if (b6.rd) {\n arrow += \"{\" + b6.rd + \"}\";\n } else {\n arrow += \"{}\";\n }\n res = arrow;\n break;\n case 'operator':\n res = texify._getOperator(buf.kind_);\n break;\n case '1st-level escape':\n res = buf.p1+\" \"; // &, \\\\\\\\, \\\\hlin\n break;\n case 'space':\n res = \" \";\n break;\n case 'entitySkip':\n res = \"~\";\n break;\n case 'pu-space-1':\n res = \"~\";\n break;\n case 'pu-space-2':\n res = \"\\\\mkern3mu \";\n break;\n case '1000 separator':\n res = \"\\\\mkern2mu \";\n break;\n case 'commaDecimal':\n res = \"{,}\";\n break;\n case 'comma enumeration L':\n res = \"{\"+buf.p1+\"}\\\\mkern6mu \";\n break;\n case 'comma enumeration M':\n res = \"{\"+buf.p1+\"}\\\\mkern3mu \";\n break;\n case 'comma enumeration S':\n res = \"{\"+buf.p1+\"}\\\\mkern1mu \";\n break;\n case 'hyphen':\n res = \"\\\\text{-}\";\n break;\n case 'addition compound':\n res = \"\\\\,{\\\\cdot}\\\\,\";\n break;\n case 'electron dot':\n res = \"\\\\mkern1mu \\\\bullet\\\\mkern1mu \";\n break;\n case 'KV x':\n res = \"{\\\\times}\";\n break;\n case 'prime':\n res = \"\\\\prime \";\n break;\n case 'cdot':\n res = \"\\\\cdot \";\n break;\n case 'tight cdot':\n res = \"\\\\mkern1mu{\\\\cdot}\\\\mkern1mu \";\n break;\n case 'times':\n res = \"\\\\times \";\n break;\n case 'circa':\n res = \"{\\\\sim}\";\n break;\n case '^':\n res = \"uparrow\";\n break;\n case 'v':\n res = \"downarrow\";\n break;\n case 'ellipsis':\n res = \"\\\\ldots \";\n break;\n case '/':\n res = \"/\";\n break;\n case ' / ':\n res = \"\\\\,/\\\\,\";\n break;\n default:\n assertNever(buf);\n throw [\"MhchemBugT\", \"mhchem bug T. Please report.\"]; // Missing texify rule or unknown MhchemParser output\n }\n assertString(res);\n return res;\n },\n _getArrow: function (a) {\n switch (a) {\n case \"->\": return \"rightarrow\";\n case \"\\u2192\": return \"rightarrow\";\n case \"\\u27F6\": return \"rightarrow\";\n case \"<-\": return \"leftarrow\";\n case \"<->\": return \"leftrightarrow\";\n case \"<-->\": return \"rightleftarrows\";\n case \"<=>\": return \"rightleftharpoons\";\n case \"\\u21CC\": return \"rightleftharpoons\";\n case \"<=>>\": return \"rightequilibrium\";\n case \"<<=>\": return \"leftequilibrium\";\n default:\n assertNever(a);\n throw [\"MhchemBugT\", \"mhchem bug T. Please report.\"];\n }\n },\n _getBond: function (a) {\n switch (a) {\n case \"-\": return \"{-}\";\n case \"1\": return \"{-}\";\n case \"=\": return \"{=}\";\n case \"2\": return \"{=}\";\n case \"#\": return \"{\\\\equiv}\";\n case \"3\": return \"{\\\\equiv}\";\n case \"~\": return \"{\\\\tripledash}\";\n case \"~-\": return \"{\\\\mathrlap{\\\\raisebox{-.1em}{$-$}}\\\\raisebox{.1em}{$\\\\tripledash$}}\";\n case \"~=\": return \"{\\\\mathrlap{\\\\raisebox{-.2em}{$-$}}\\\\mathrlap{\\\\raisebox{.2em}{$\\\\tripledash$}}-}\";\n case \"~--\": return \"{\\\\mathrlap{\\\\raisebox{-.2em}{$-$}}\\\\mathrlap{\\\\raisebox{.2em}{$\\\\tripledash$}}-}\";\n case \"-~-\": return \"{\\\\mathrlap{\\\\raisebox{-.2em}{$-$}}\\\\mathrlap{\\\\raisebox{.2em}{$-$}}\\\\tripledash}\";\n case \"...\": return \"{{\\\\cdot}{\\\\cdot}{\\\\cdot}}\";\n case \"....\": return \"{{\\\\cdot}{\\\\cdot}{\\\\cdot}{\\\\cdot}}\";\n case \"->\": return \"{\\\\rightarrow}\";\n case \"<-\": return \"{\\\\leftarrow}\";\n case \"<\": return \"{<}\";\n case \">\": return \"{>}\";\n default:\n assertNever(a);\n throw [\"MhchemBugT\", \"mhchem bug T. Please report.\"];\n }\n },\n _getOperator: function (a) {\n switch (a) {\n case \"+\": return \" {}+{} \";\n case \"-\": return \" {}-{} \";\n case \"=\": return \" {}={} \";\n case \"<\": return \" {}<{} \";\n case \">\": return \" {}>{} \";\n case \"<<\": return \" {}\\\\ll{} \";\n case \">>\": return \" {}\\\\gg{} \";\n case \"\\\\pm\": return \" {}\\\\pm{} \";\n case \"\\\\approx\": return \" {}\\\\approx{} \";\n case \"$\\\\approx$\": return \" {}\\\\approx{} \";\n case \"v\": return \" \\\\downarrow{} \";\n case \"(v)\": return \" \\\\downarrow{} \";\n case \"^\": return \" \\\\uparrow{} \";\n case \"(^)\": return \" \\\\uparrow{} \";\n default:\n assertNever(a);\n throw [\"MhchemBugT\", \"mhchem bug T. Please report.\"];\n }\n }\n };\n\n //\n // Helpers for code anaylsis\n // Will show type error at calling position\n //\n /** @param {number} a */\n function assertNever(a) {}\n /** @param {string} a */\n function assertString(a) {}\n",
"type": "application/javascript",
"title": "$:/plugins/tiddlywiki/katex/mhchem.min.js",
"module-type": "library"
},
"$:/plugins/tiddlywiki/katex/fonts/KaTeX_AMS-Regular.woff": {
"text": "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",
"title": "$:/plugins/tiddlywiki/katex/fonts/KaTeX_AMS-Regular.woff",
"type": "application/font-woff"
},
"$:/plugins/tiddlywiki/katex/fonts/KaTeX_Caligraphic-Bold.woff": {
"text": "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",
"title": "$:/plugins/tiddlywiki/katex/fonts/KaTeX_Caligraphic-Bold.woff",
"type": "application/font-woff"
},
"$:/plugins/tiddlywiki/katex/fonts/KaTeX_Caligraphic-Regular.woff": {
"text": "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",
"title": "$:/plugins/tiddlywiki/katex/fonts/KaTeX_Caligraphic-Regular.woff",
"type": "application/font-woff"
},
"$:/plugins/tiddlywiki/katex/fonts/KaTeX_Fraktur-Bold.woff": {
"text": "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",
"title": "$:/plugins/tiddlywiki/katex/fonts/KaTeX_Fraktur-Bold.woff",
"type": "application/font-woff"
},
"$:/plugins/tiddlywiki/katex/fonts/KaTeX_Fraktur-Regular.woff": {
"text": "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",
"title": "$:/plugins/tiddlywiki/katex/fonts/KaTeX_Fraktur-Regular.woff",
"type": "application/font-woff"
},
"$:/plugins/tiddlywiki/katex/fonts/KaTeX_Main-Bold.woff": {
"text": "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",
"title": "$:/plugins/tiddlywiki/katex/fonts/KaTeX_Main-Bold.woff",
"type": "application/font-woff"
},
"$:/plugins/tiddlywiki/katex/fonts/KaTeX_Main-BoldItalic.woff": {
"text": "d09GRgABAAAAAGMIAA4AAAAArdAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAABXBAAAAFIAAABgRtJZqGNtYXAAAFdYAAABeQAAAlpAfqxiY3Z0IAAAXuAAAAAoAAAAOgKdD6JmcGdtAABY1AAABYsAAAuX2BTb8Gdhc3AAAGMAAAAACAAAAAgAAAAQZ2x5ZgAAAUQAAFLMAACRYvARY4doZWFkAABVQAAAADYAAAA2FWZ032hoZWEAAFbkAAAAHwAAACQIMgOjaG10eAAAVXgAAAFqAAACGFCAPttsb2NhAABUMAAAAQ4AAAEODMDn921heHAAAFQQAAAAIAAAACABuwxtbmFtZQAAXwgAAALRAAAHF9/GpkFwb3N0AABh3AAAASMAAAGdk10z3XByZXAAAF5gAAAAfgAAAIqSjPzKeNrNvQWAHNeZIPy+71FRU3VVM3MPTw/0kEYtHo3IYrRleWRZhihjtgOOkzjMyWL2luGWbi97+Z1lZjqGZabD7MFSdi3/9aq7ekbkZOGH6ZGmu9571VUf0/uKIOkQQn4eXUKJJNqrggHBqdGZ2EysOROrdr7iaqeD7mv/tQPfS5C8mxD4LP4cyZI2Of4qBSCwfugzE/ed66UJEEqAbhJC3EOEUrzIADGMh7O9BCFAniJA4anhgIOHz/dC+Vy9mmvn2+0oF4lR6CRcRwqUQlQrzcbcrN2dn+92VnFmnlYac3Oz3fkZNUXA4+Um4kcR9UQWxSzwZhoYpYD/JNsezyWLjR34c5WsMOTNt1OGyCWHd7NEXQIAvLbojUznY81sc5Eg+WE4gS/j50iKTJP53sxUEgnAOgck+LSkghICFxkARMjhTBpIq1kqpKcz05Gw5CQFKU04o1DxLnV+JuFfvBTqU9e71K6YudcAZAu1lZFqrddYCFlxDF/KJ/74jiPoVPKjCzjVPHR+rq0nNI5o9C7odz1ICJK3v76Tfsa7k8fIM+RIb30HMH4ZkQCuawJZWEeKjD4UMRBDJgJB2JDAeeSQBYTY5PDTmzcef3jjgfvPnj5+9PB6O7GYbnQac9GoyI8mKwr083M+UhQSZrrd2a0P3pD/6+NGhtFNdrwJwRHXOyJlckaNyaqUzkzwVggpqsGp/U8wW+3P6P50ntL3HDsqbFtcfnBk9M1vUu9eenkktCTyliaYZVOxd0fIXDp5eNWVTA9FNXTKkR333ee6V654CzZd950v98fUqb7Nfws/d/LkyKj37ycKmqR/C1SLu5IePw5UOt6bY+knrHmbYjSsC+vlJwHhY89UvY8hLUYbO7NPQSiW0MCb7v/9+LPemH+e/lu01NBxwsh3v/4L9Hvxf5BZcoDcT26Qh3sPTYwhxxIwE9cV1wgEsUGQcIl8g0gLiCbJRgg0YpiasUFMxsyzxDTZRd1bw44dXAPy2PUrl0/ct3b/wYu7et35kVYh79iRkCHJLMyGAzLs9qGeTMx0uvMDjAii4OwPEjKn3jebFdfxIR738CiFermOWuIth4BeAwx7r858cjDRddSp1bTjCzvb81e4lS84Bx5//ljYMEJRZK/NSKaHo5RCC2ots7G2aoAb3zuSuFbVjFQoYrsZQavLBofT09PlydOm7YgH4q3LBRMi5VrKjWbcsBlPdBICLu5fOntgIwbh+IGTYRGzdC5esynGQhoXMAeTqGGBG9M7lk/ENMjv4Wahvn7OrYL+5Erp5l/gnoX1A48nKLiPT+x4tqEDPLenkHz0ZCbsxCefLCiO+cjrn6cve9Lsg+Rr4UAvswyU7dXR4A8fRM144T4UJlt/DEw4eOgzhifilgllnFG+STgxNK7QRIRueojUiC41fUNxUuQQYQwvEkRPCkoJFwlAAg5nD33G9U6xIzjFF11qGPwi4Tx620km/qHX0VscrkbCKLKNNz5LsDYGh8+fP98rAvmqr/jYh5556sYT9188duTAvt7q3MzYiGOTD8IHQ8IJZLj3cpIJV73doqOu93dAUDPznYRPp64zIE5veLbZ8IlMBoTrL21I4dNdckB4c7PNpjoiBxJHLW82muq86rWK1UZTnQ+q/tmEHKycbzboWqqUt1w6JltW6Se+8ruOLmhuR6Mo3e7SUUqZTid369iIZVLFnCtDkVQtbaf1TrTSQn1prFikCJhElhl980/sr1pQ4bzGGiZPldLFTqWxqCPQyEE7PZMSYR0oy07dfA4pplIiBrqZjghuAeDncsnKTCrNxsDcecQqjz73wlrnSLJ0coduGhnLLZ1ZXNABphp6bDEVzifTLZ1yw6qmLzeMalmER+dNAMDz4Vx4OjP5ppk1LbkypzObpnIslU+VpqtZFgubi5NWpJgSURPRKpc6N/8XuNymmumxUZcBIUB+A07At3j6wiXNXs0BpfaI0npUjV4kvsoD4is6F1x2N0XXV2ZLSnVVasutJU91GVcKgeaabB46veQpqajcc1FX3/hNr0vsenKxTGK9MAECTxFCHh0ro6f7uaNw3ScUWxFIJxkQ0gD7sDcbQi13ysj/s7fF9UiUyqjbqFrPTDtL4r+GgZWf+I5dc98B1bOWRK7xcLw1GvvmL9x/8oOXNAKk9LqEV73vzpFkz7F9w2VglcCjOf8KYNYnyKRHUVJEsOpfSp/eGhBPh6W5IZbn7/9YOGwboQff3qh0NfwDk5lPfG944zcf+JaHdKCmNM/+wde+7/H3ngurk/8r6OD7ve+8j5zuxUqAcHS8iozgIaCEenZT0mPmJAFUcECKhG4SSp8kiCFlNcX7I0jQG6ZEmU6Pnu8ZBw+MjRRyUSbc0XilqS5xZgKbPgPNJws45/0ZSn7pvetrhKTPTQVMJvzba06g6wN2oBi6Uvx5mRfgZUgvpahWiNsWHWkgFcjLbiwJM1IrhpY5N+8xqRpXk94i4P31RhgmzLRJtXCiLKWEkSbkKisyloxHBH2Jc1drA9591g5u92cdRwLkq1//NL2AF0iNTPbGbABU9AkeMDjhHpEqKj1LAYBcYECAHK3XXKc+LURmlHtabWCcdNXt92FRHpgdDvoSBz609slPJG3xVV/dqKubqdWg5rqf/mo4hHrMjK9DDUF34xqFr/iEEYmG5Ec/5qt9xm/+Oo1GFX7PvL4KOfJNJEVm+pLZO0p8mRs+RABsJW6Hh5zBofOv7m9WqEiOdmc9vAzUcLXPS/Nz6t3Ti601Hj62aEket/bVIzmjUOu1ls4k3R1PK3bSZg5kpKyoK7hA/im8Ag6JkmIvF5U4IGsgZ0mfiQkca1YUdccDlhJCSiWQ30y1l17iepxpb3+JhsDiFJnOD2sMgFnq3E8TAmnv7kJkun93ljrxRQRCwuRwdttHh3i2vAlElyQEIepJCt/yHZChEJ8r1Kk+VylVcbVWMPXieK3Y6hIgVU8efLvHH3FS6GWpL4F8qaDO+SgQUydxiKvTJQfWS3ebRbM7HKOIa1S3QnHKX/sB1P46Gpac0+9gZiykc+Nvz6OmtPwTr38eX8EvIw4ZI/v6d+IQIBSBbhBEclGJw4S6ozsPx9SdRYA06+mkqRMHHO5dDldGa8BYgTRsKsPIP6hEhifJqlWfw6D6fRCarC7d96amfnAt2zp4/GcnqvU9EXekwHkxFY4ZC9XU5HjsszntLc9dWDwE1pkTy49907EL76yNdMrT3/ZiLetm6wL1idIP/V8KL28jBEP45WSGPNgzUgA4BoziwA3L9VlkIMHjhwRHStlFwliYHc6+wbDDvDsNeyMzpPN8rdZsSJEeVaJ4VgpFLwNh6L86boJSJxDQSmn7dnwfIq/R6xAZmbK5YEyPjE4cnY9JF9YOXuO6zuVI5vHGQ3ZSQ4Z8fjUM34AgopRzqVlRDWisuMuCCL35Ozd/G5EZjs0pANo8TxkgAXLSw+V1D5eb5D/2rCc2LlFdSwEydfcF7+4nCCNIGG4SgRwF3yRANB20DaIbQJhONigg8ovK8UnwwJ6aHa5C6v3eIIJyerfFhNKttX+PZTHu2VC9LJAH7j91YnWlOzc90awXspm0qZNN2DSF44n0RgDIbQpQSJns9K0YNeKP9Uf6SrNZ6cvyhlKg3dm5AFPKs/Lt9sDC7+szH5n9M4jPl8fqbvdws9DUvtyOluY+OD5dMFNubSNRTcfzlGqYynLGozOdBR4Kh5ud5XJMhiympxM6IhgLjc7eXPJIwYgfjInSLqeuYdRphkKRjKUnkIUT++HCaDl/JLs7a0H6w91GuTh7MFnJG8ikpZeiBkge7s1O6YB6qQ5aaDTEADlDRGzfX5+sRyNzq+4l9wDIsezUhAg5WEnnTZkWuq2H88VsfmyWEPC4/M/waY8yHiFf3zPiwMX4Nq6YVxat1LVNQjnjlCkcSR3kBhFE4eyqAYRoF4mmRYdmcwIVju+5UDOACI0MzxAsi+FhH8VXLnuO9LED+1ZXZjuNWi7jofgReMS8xU8bolgmt5m7itf6ck7hLJH0nblAqjQVvhWBeIdWsTtAr/LdfDvFQ3hwUihVWhOLj3EtfGlklKY2DFhwi++9WHFbXZ2NNVPFYlIgak6islhN2dFYvN5AiSZntUk7UzRNq3d2MWFE0oakmOWWpetZ+NpmaWZqJQr16s54+EZHQOPIxNjOg9zoVK346EI+kRnRECizzXA1dWgl78YFABNag6LQa6X2VKKzr1CMpcKmZWjcyUXibmhJYW/h9VUsezLtIPnPPbsEnE4D4/MgmACJbGAqjRDKqaf+GX+KMOZLsPChvrIVQl4iUiYOaX4wQ3F2xVvR2r6CADLYuOd8RSeNu8wXRBIhr/rrgtlfZKITTFQeUxLI7t5MZ3Ki1SjkImHLIAfhoO5rEd/y8rDm+ym+jFX8Gd+KpQiU0se/h1fvgOyogQIOqKaqYi1CwIlkNhpLNcrVfXHDCll2TvzH81ombQi3IKrf9pgtxpcdqGrViXy9kFJUjAKtWKdghajGteZPZl19Vw+1kAjLaFRq4Sj/NjhXKEjMuFrylZt/czEC4Ij3x9M552s1QKrTKDd5FBasYgycjMLfc4r7PPydJO/rQ3KKCC482FCgDDYJIAW8QTiRGlfMQyjT+mr2kh5o37/bEl8zp4GsrykPdHqyVsln4zHJyUk4YQygOzCDb/EeA5bZHmOc8WVrAPSBQdZUfLWFCXUM5J6jODGSKdfTWiRRbpZjViyRnMg6k0VNj9lMP42CYWTn+tphm3EpEQV98j11iuGIkKOTRx+Q8ZfOF+LRg7smFgvp3ISOICKJRMjOnr2QHJHRukFRWQynqeDZjNC44VIU9DpdWACk7vH1XPb0UzFOkLziwfspT9rNknXy46+GgQOs94MUNUWPhF0nlBBGyQbh3OeUqCL6oWDrM1S9Pxc2v9hkhdHqHZOBcAF8Y/vULz4rhj5XGAuV2sh4uyFFdpQMfP+BnnJ8mAfKbwtRCnfKiHV99MjGAIsqIBWgtgt/WnR5lFe09t543NXGZzo7EjkrVpFVo723u9rYi+Hq6Nc9FnmRTtiR1G5topyrJoxkLuEpF52F3RSD/z41oiPniPpiq34IRCtXbk+WxveO61VZSmfGnknbbz5z9cPGxq6k9tZGrr67cD2aqBZ0LX/h/rzihQ94NsoveLywl1zrhbMANAJIVkAgHWijIiGAQJThIADFDc6QEiAUFJAS4nD2jWfEhEf5xki+vlifjir4QaVRvYWkPa0fGAl94lavLYPVkR5kqT95tunHZURVoIwds8yji4041xNpKucWKEI6z7hhLcwmY0bIEpoz2UWTegcphL/ntBwvj4bQnPkuizGG0m2mqjpFqrPr14GCkK7MRvRCmutU201N5EwDtP/g5mcqozVmRauf+28xAEIoueHB6zGPlutkkRwih3rmgV1z9UJMUIQBwOIECFJAZUmRi2QgL+446osEY8fyWCubbir/eBDJ7AeIfPu1OXjjA2XA1x7peQAcCIlEMqmMeFAKte/6K53rTYM/K7Wl++Ub65ctROvwLi2pSRF/4exysWdBzB5r5ZcxQq8kGWfxkRnW1Io3f+bCwnEDGHenFzBam4ZN5+CoXTj35OKClbN2nSrrybwzm1h/2EqvcnOkVm4nv2PRANwX5ZqlRQu1mjV680MnlseZEdPD8VozlD1JCJKXPN5/woPXHFkjX/eqDSgC3q9KIAhAFPNzQRXTESTCgxAAu0QYS7CAm2v+VCSw+UZzv4RpMaZsWhfInl1LC1MT1XLCsQwyB3MqM9IdyE7fhPHZtyvFVpznFitXDIPUMOvx9q0x6X+dKrUFUhGNVfYnrJzUtLH5vc2KIcacPfXppbp8Ccxa84NnMsXFfdM2LOSThWkzlEl1UtHWRNz4bC41nqIUqWhX7LVsVrTKhVa8cG6tvGInIfXpgvHE+WvviYvp6d1JDZ7OFPOJ3PUH3REj8aYzY4Sg7wtfhh8mEZInx/oQTLIgThbtp7t4kO66cyTId8VjUSDpZDQfy5s6iUBEBCa/8qoG2ore4jv/ba7RTiTAoLnGypu2/GjINHJjxRiFar65fPOPt7nVBFVcYnC1bXK6f7VZvu2aEPseobo6mx7O3nXUGYye78WAtOrZjGPf+5plEMvw0TuMZXgI3X79n1ls7jaSO+ej0hJ2J5+xdZkt33Inv95aOp6pnVhbjupWZHR6QmJVZbbIm+hz8AFiEFfFgghhAEjgCkFK8TRBpOc5UKRHTJMQ0zXdWNiba8wIFSNTF1P2Yz986+0vJ10G63DQdV+bGb6FI/qI5ud2fjd4o6D5q4Tgw/hzHredIR/rGXuB8DTg0LeY0IBwyv3gHXKKNwgSJpENlakffxcXdRAirIT72B0LgHCiVGSwMJjuCOVLrB8EcuK+g2fWz/RWJ8ca1WLe0sgarBlbvoRCxO0BUzfpznSGbsYANYEWVegZRtsVAm/Lr0aSJT35tgM0Kna223Zy+oUccg24YSei3IinmJSpszx0JBOJ049AMioj8fbctBuV5UkMMrDww7lkJL37qg7F0upobbq+5lIejgAqx6+sIYuGZxOwPj6StPAcRPPRRCYcb0WSeqxUnry5d1uSliD5ltf/ir6MP0JOkofIV/SMdTC0eeDGln+n6YauGZsEOXCETSKJrkl9gxgCOBoebAnxqdpDBgC9SCiNKcL/0hdGti8834te9hKl8Wa1PdqsjFRMkR/1pVYAfqkElx9w873sIEPhwz7QPep4o+kPBnk7hbLBkK+v+xgKcm7zdOHpjXJrbUc8vbechN955yvRao1KkImT73rnkx+Pcwg7ncXvftSZNr91LnpkqjayUjXmFo9dMPIPrhy7WnESaOxE4LoH1e9xZ6vF8kwuv9TRW/ATD13XwmOh9N6Hdu7891MCWZSF062r59OV7sLJw6c2NHDfPTV7/z8vJ2lVlE4eqtSeX2mepYCG+JtISAOxfuPqXLH8jl6js9L8aoIerxDa9njmADlGnunFDoImwgC4o2gjIxAYQnmiEQQNrxAh3EOSU6oiikzHQYQxT4Qmngom3TLuDMz/Y4eXFqfG69VcIhaxTMnJAditGKOs4lFe+Lfjqe+qlB78/MhnH6B9XMz32SNu91nE8XS/vQ0B/lwRbwqVvO7C76UNozUCFPlvFIt8Pq1xrZo4dDCa5JIyZsQnMwLgB3+AmSWziFpU5qHdZoaGVGskr1QvF0OVkUNj58ZsrSCgmJqfneMxLGkUAACpwaJxTVBA6MI8syJw7Fv33/w5ZMhNnqeUASA8+tLivpf6FlOPELoTv4fMkb3kBHm5Z2hAYBIoC/ihRVAo53FTOaVMyCtD+R46pOnIGD1PKA0rDrj31Mi2qY6i+QTxdN/BtdXlxXkyR2bGR9PdqiGSKkpoz1YCAp8JDCtF2cmE+jhIBPpZlWAWeDarFM7MQBbRWYUnxTeqcuD7YP++cwqwQrJf/TXzk8w6NFsMMUqpZpyNcz273jkY+f3fM5maMA1/JU6fzBcPruun8mZ3TPxwuQznzpszu1cFpMBGH74JigDJTSsxvR4PASAmd0YiVi59fLJoIjDTn4FT+MILCBi/WE0t3/yK1Qh9z3sAgYavEfBk0OfpR/DHyGGy2bN2AmGHDi5QQQKY1weW0SZBIAg3fMHBYbvISSiA32PeHRLGmG+OtQ8p2zO7JVuC7Psq78x3hvGjQMIE0t33n5LqvSJ7v5zGH+/OU7Zj+VNnZ4sJLzp1cDoOFCgwFJyZKSb1wjdfttNPf1lC86A0980bqerSWpW1Woyabg+pkQpbgiIC/O6hM4/33nVq5tjxAzMrVKcCGCDTZPL0Oyz60Lni+PzUqfVjV8MsV+SFImKI3XydckTBwjoh6NPvMx79tsgucvpVHQgEln6KbREqF6iMJzKwqraGIsOhgVkVJWR6Yqztna+x3p2RAUlWA5rcCtML9es7SY25ARk2qxSdgQO5KpRWVNQ3Ns765PfL/1q7/rxV+N53pcf/xeYjFAYk9/vywN79B8ZOOx9djCUUCBBBT99OcNpbHp+af+X7kxyAA2ho+zQGcPNPb/4povtS/ZzRCGUsN2ZWkrsJAR8yNfx28hj5jl4kpiOBDiDfAEMLZOYOwgkSrsiHeb83iC6F1IXHvpoU2g3CiNSZ3PCTuOd9OJqgacYFYhhhwwPj8hdZDxQIB7IRnGi42jE8SNuPPXLlwXOnZw40Zzsj86ndlsh7eSw7qAZSMCwPVNvgSJAK8UOUSugq2nSCEq+uP17xxoUcyAJF21tCuBxgcOb7PwBj49RUEhUb4QyVETPBdJHOFy6vLEWXxiPcSGgRg+6mqCXSQnCZK3PMm6PmnjXt/Hip7dc/aYbmrXqUov7aLw7Ex/RuwBpgIGu5IX6L694nY0lvtnXj1yNQXY4JbrCbf0HVCifnJEIw+t2jCGDN1y8zkwq13NC/wBkbSJIBLl0Pl9fIV/ciUSCwCkI+cBz1IS7nb8eFkAoJmwr2QiFxixkM0DT9ItH1sK7C0vdaGGAvOMNwmaMrPrl29f4zc81uvXZovrHbvBV3t6FOYW6Cj6J0pPQRE0SW0Z/gzVeoqzalEBG8TWn2h4dYm+JC5wJTW0jTzLQzks+JLhQLyUa8YHMj6R3fhcKMVqnM1zJFGWEMlpb6KnSq8MzII/EEY0zQAF+c6TFbYoCuxJLuFtywRoHRF14APbzPFkqz3fwbrke5mXNTJryY3RWN0G1KNcasqI6oOO+bX/8z+mFPul8h7+1F88Cg3Ux4k/aDkAG6xghlklG5SaQGgkux4YehEZSNr1BziHA+jE+80fSImu6o6VuBi/CDDzSv19sj883DZcNDTd1nkO1CXUH5rlJ9LoghD1WEQlh3iyf98GY3kewbo1WnrzDwlYObnzzmGi3qPDr7NRekEW3LY+075D3Go9Mjae2l/Z1S4srp5o4wC1kLi31OnCw8umHnJPd+mKgWZ4FL0RtZOuxGVk+V4l+zuXBEAwh1blMCUXd+pJwH+9zqu8/OHD1WyWqdzhZWACiXcZtz+svIK4FU/K+evniLws18y9EYgWceObmfaRLXh5F7YkhqXBEM/ZpNDoptwiFTZ1JqFy3QtLB2OHv3iZFbJzqah48MId4XvvD0E1evXL504ewLneb7K53m+WpE5G+3eBTAO336F0EBY3cwvuoxhxqf2ZpA0bmDYQIp142rEkh6zwnbLaN45825jQk/lTo9nc+//M583h9iVDfd683GRjw5GNx3YGy8z0kjmccaV+Mx3pd8sOvld8KuW8ds5o/dpsowSMI++xx4v/7hsMaHh32Nto2zIv4qBojs5s07BxRWZwnB4x5Wl8iFnpXQkMBMHbdydikcSr/bs9hbQ5G7ZbCXyOL7O3MvVqVIB5gaJlX7qEg6t2DC+xjGauXWPPZnPEg/oKgcOIvPPpO/nuxDbXZ234HJKTaAc+KJVvOak/RnzQ5gNrhbRBzcrQ+cW0FG+1Jn0YvlfdaDwW7yRM8cyyNSHWBoUhZFEH1TgPRNw5AyEvklMshB32VGZDgjxlXICciO5ZmpdjWTCIfIbtgtg7hcP6/cSfogUQLGVpmRW0DVnR9Q4Sj6uSYpBhP+SaGRiyMFQC3pUg0L0yF8y8qOAbjchefP5rPqg9S92rBIKZY5vOvUxanc8k9V8qkpExCASuCdloQ/RNiCFwzey/+z9NIeWGuVRnL1iaWBBPhlD04ve96kvXEWifZkO0yBHFhGHLqTBUOXVOVxLRM1zaMaRinAVmDutgmRWyY42PdwvK9467NPP/7o+Zm553c0Hkk3Q8q3H5Yj+jBz7ERye/WDlI1B6rWreF70QwDSp60gAL2dyX3j9J7iQ7ierK421IS+9OjM0x8SJuVGbDpnNC+/8Clsl6hhgFFxLlzK1Hzpa9jV8PwcSDdaMzCZUizNmBZzHzm8xe2BWbtddgBnnelyBb/zu3kqGmFCMKrp8YtLPfweQ3LL0STm1h+Am9+AiEJLRigPBLSjsXe8DMCjoYxBL15WVA92TAto/m7igyK+7xX23vdSTTo+J/Qx63PACrnRi7ga9h3ZeeA0QGuJMEIJo5vbBIIUSCk/TzgPKza4c0pk2xRH8UGEELJCllLNTvPRqiYyd8rwO2X0IGXSz0aFcWCM3iGFnytsZlM+KHfu9GTDauPkpKEx17AkR7jE9JvCfAOZSrEvH+KtV4oUqeScvaYNzcg+hNg/8SC0SV7oxUbU8hIA7l9Cui2Swn32Z6AkhKEJP1CiS5MGkZSt8cht434kJQ9k48rZ00fW9612ZztTzXo6EQlrgmzCY5ZfztUPmMx34/bcbX6VHzhRoPIDW3dTcreTvz2HPoP0z4PNWUoTW6zii+FTUca4WZy1922RrFemZtJSleLXfZ2wX3wrhgbUGyg3FnGurj9gB9T+3p97fwul7iaYxKOwq2csJwRjTIZiJwv5ox6ROhI5OGDTLX+NmvgHf5v4m7/ULKDhbbgZSKWAtjEFN3/xP66ipMgFxRnwrMybr3EhGDiKA7bbLKe9aEGsE0Oke7MIeAhxC2tZwVChhfto00AhRQbRr1tGI9tHg9jX2v7dvcX56XallHbDpibIabjPuANb25CVSProazSV2Tg4tEX2ql7NwUEIH+6wUQYomYnvG5L+85fz7LceRG06ZVHh/VAtdrJYOBJ2NZRGYjf/KoWgdJ7d/O9v2Wv3bYyqe/xewGc398DbAClSLp0kDthDzXvtmymlyHH0ZsbaZkoQJN/gxWSu4I8Sl0yQg32gJghiEHendKu6b2sgsjUQ1Pe1Gumkoak6Zx5UZmyFau/YKjFIFQYCAr79xY8lWr/0ZfEx48H5faHM285d+Mn3pkJ7JqeLGU2GwyuNdPbKQjqdjr383MqhD/+gBdbczudn5970T8fHkX+KR7uLD1+aa9QmapWGXnp+5vLVQYyk68vFo+TpXlgDAg5oZA44C8inHBRFSF/qoW/x6gIZ4xcDyXiXOZFgTiAa44Ts3e0FFlbI8vNzI7F21dgSj9vzdFugUJt3thTcnW6fiqoIGcAniKmc44bvwf3MzxsHLlqAkfddCZ8+lRURxnwfkSkLtLkR+Hnw63JPbzTX3ZueTsftSDgWiE9m0LBy24DvXBBuRj/5ZAjhzenlcLjvFAq65dqpaMu3P8m0QnptKZEMxwj1aGanTzNz5Cx5iHxNL3L/uWMHmCZH7SiFYQh1RgemgeZXMgABSvwAqSakyusE+yo0rb+v4hAZ1AV98VWR4arYYJVvdjz4wMXzh9eXFsgc8apZ2s0RFVitB3spgiTBXBDou4M6peskBiRJtxIRfUpNDn33gSdJFbZcoXxC/DPNZEZk7IBuT7fQGquce3s2uY2Ys+9/UAcwU4n7LOHs25sKHV/K2LGqwKqg+p7WfDYcGq3aExz/tRxPjNB2aZTauqB2uXDJxqWlVkKjcv/qzM7tdP/M97QZAMOk3YjA76wd5c6Jxvjo+yYd53BdatWpjqtTq7a/9l0zzs0HZ3NuOoJ+1NDz0E94HPEAeZZ8bZ8jcsCNsyAx4IgOoVxwKjaJQTg1+Ia+ZTKYGgohLxIpw4Mc5yDHfe9FkW2LnOGiGFNZOUIee+Shy97F3H/m2NreXTu7c+Nj9Wq7aonEHbzjh8C3l/oNEtu3lnkGQRUVLpOOeGPuCvjPP3Ini/3YL7qobZbDxclLEaMbbxk8FWaCJTJMZIpjRvaHItGK1ZuDVRhy3rXGFSfgvH/Ld62UZIyxztF8tW3pHj6cO7iPAjh7csWZsV1FIWqr+itsDkNTIYZMSLfRDuOm1etZ43HB8C/h7pz5UqEXjaGmNWv5kUgoGXYIAXLeqwf5MS8Sc5m8u2dngUENKDsCnND1g8APDP19JphCmiBMkBvbIjFK0vGLgYd0z4mRYOLAUXKBnD29a3W0XSlm0vEouQyXNeF4PDioAmlsr9qcUYgbeEaVph/mrFb63LaF7CCU5lb8oLN3ju4q62O8PxMemT8xhh/E8YVI/ezsdOjClAY7UE/OIzficanR52f36WibIdx/IHI22nl/MRHaWNQhW+QhKYFlmSkEp6oix/vZXx4/s7xgQxWsk/P1kStTubY2DSH2q0zTBC+Ll1cmLS2bNLky00cfq3c+XpNjEhNpylBsxtqplAUoeCTuHM5GCJB/Tgi9jt9MTpBP98w2IJstIkUlH9tK+XCgCEhhU8CAMTyz3DdStMEOgYETO5xImACkDDdunfbGM5Sx4xdR7tm1sjQ91ajmMlFlmZ6Aw7pv6/hY8RhBcUK8KmSY+YDfikeXfI4bHuzHnKtV6gcuPUx5K/pG5y9kdC4OHABdr0b31aaTTtFJ6JagIp1g+jpyAS1oMaMGqNGEy3SgWmelsS9S03R4r+Bc3QbXZfaVzvTbY3GbU6jWPrQbbNBEyp1MlW0hkBvyN6lUBiX9DWU7ItNpfCE7mb35+R2fqFSp8qxoiAnsW5G/7tk3v+nJvJPkkZ61LxOmgFPAIFBSGcn7HqzCQUiVLvtA8+2dWwcjweDA5kkCOXRw78r8zEjLMx8dUyMn4eRWVeoq3ttBHRbmDEIGzYr3uos5KeRAd8GvPPE+ijPTd3c+5xYpPpHWPzTBr0DYLFTE0JLMH1YOoSjv5jPjemb9bOzKpWQk9Cs/eacD9Z/+xLYiZ8H5sA0vK9EitVsMSPz5H8ieW91PgPxHD57/zoPnPnLgVQ3ocPe6c2vYMMjVObcGCYepuVPXGq36sxk/NefYrlTeT6MPhfkBDIJ4QUUKosS+H8uldLAvaQhT2Xd44F/Nw949e/aysbQKpcrS0Wxmt+noTAt3XMbg5js4tbJ5alBotVrNkE6N6MRG+vKErktImG28IW5eEvD4E088TlHqMUdHtFV4XDL62tcq0gSmAyzBAkg9amsU0aNQX9GR//D659kXPJi8SDZ6kSNLY67kBGolNIZxqLQuOEWuAKFJRvtJJcNIqHzSHWMRfyzmZ4uef+6xR69cju1vN96fm3txWmWLOB1uI9/udvukpWqdk/420aY/6c7wqZD+HKHgHSjEZBCoCiI0iAHAZ9UX0f4HuNKt1lhfPUYnHkw9kEgyLlh7RNc0fXT2AYbojfthPanbF6uVy374VK/7E+jzO3aInRnGuFZPHN4fcqnJuB7dYdB/9qoWwVQadRa3/7b/juPTiNwY6DmMgmMzCo9ce+SRg+e+cXQUb4sFcgB/UPzSo9dFjIWjg7IAqQkrrhn05q/e/CVLV0d0+Pf/hvKbx/0PCne7CKHf4OHu4+TNvfjFGaTsQ48XKaEvPRmnQIbRAU1wqqKkEpSUNvU+URsAEIbD2VvHI7eMO6Dw+N53vf3ZG080Xxg7fb3dfKSs8FhPdma2h8BEQNidbqfbx2GA5+1YFnIEVQYikXSU2VLtc80q87Hc7fb3p/lYlGEqZfy2uIDCeV8Heyf0WC6MUkBrmmvS0pnWTJ05aWe4wbieWC4IyZ57dnaejo5RUxciOnYtcy3pULWH0dQk4hLUS7tBjCYVezDgmohfLJ2KZSKCg0gsFXWGI4sLjvPS2Kiyqjy2uVSvXYknfedWRgwQs2maHE+c2sOBhvvGDYCPd1eTnL7rXR/4kKk0ua2keUyarkL0VwO0qwcpUi0Q9ADC5E4YuEQK473VRPLmZ30rK24MJBjAe/fSTCd1PwHyrwmhv+Zh/CFVV7O+kqJIp2MIeD9sxRVyGmdUhQ78GJjnE/ra1Aj07a3DkeHwILKQFeTCWW9r9/59vYX5sXa96MYjIfKQeMj062qCeOcglOkhYUvXbsf0KPrVtL75VPFW+VO8sSG3BuIxgkI6/Si8kAJPOtebj6Qqg5zS3HSsNrN/bITrElHS2OQjCom6phWqY0ZScPh3Hk9LsDRk4djx3MFwkpqaYS8lmKAf/XAmAxd8ncMZDtNKBz76yV+iXGd5FD53Orb2jtzeaPQLgNgP+8h+IBpqUhP47d/66KPQ59ikH7F8gBBqexjYRR7vGTuBsxwABqKyRjhD5mdmgSEoc9NP8YWC4g6/6uae0yKDaYOKG31hudUYrag9rTC/FV8jMtlROdntSVk/nDbYPm3P+bwiFA9VBtiBAhd/9megaQA3U4zLqbXs+npe6GmXGacQ9b94DQEN/Ks/T2UiY3jfhQxy0EwrzcUe/DZOgUlaRPrarzAEEX7wnCuRm/2MOANGbYdBATIAIE4d4SHKOdPp7ykJde51AX+E/4MUSKc3aQKQNCgjkhACSGDDL+E865dwMr+EkxBvaqHaSHGRHE16Itz2d4MP3FxVp74Vl7oWgre8CFy8HKbcGhmtfareaDBDIhdf4AaHP4U/AE6lwS2Xw6de+/5PqUvOI1fC7fW/9a7rA8F1RcHHPcF1gsRvjUIIpf4mWv+6SHBdqWrDv66B/vJgvS3LOuORsK97jG3XQ011PS8PrvQLg6uBT+LBTwaXww1+M3UzD5wSABsRT+HnSIVEeyECZE1tkc9lwC/2FNLfINbXnUFEJrBs1Qj8JL7XOyuNgmDfSQUT9FlAoJG4xlC2zaTAU/ehwCIzBHtKUfVzlHJGRTgOrK67XGHsodd/Cp97/S9ISO0pRgBC4DT6IkKNHlPETKxZKtxR7m+XGYj5Ll4Ph/gXvkDNEDeEkfGN3JREgt4Z/wpfgJ8ms+Sgl8G1IyAwAUxkgLIOEMoGuzfrhAkqGN0kiP4OlEFFsgRKySWuoW+7+iVrIADFZjD/XlN9M3ffnqXu9GSjWio48ZCpmqVsmbkeBjtKIPWLpToD7eP2rdth4ewAwFLEG31Vt7WhyJsF2qGLncOvUMoMOltRIiU+kS3XEUKppJAxI82kEbJzDRnf1dQX3hSqiXipaKdjLlithVFhtLSzh0+dfNYCyDOlkDMJ+b6PWzwinPMJVSWbq+XbJo6JJmw0Q1C0V/edrNi83pWtbyQEyaMebEsevbTJHvJkL2wDoAYUisC2JVCUF0AGHoIvXaL92gMBA5AOp0TuMcVPJK6ujI9WStlE2CJtaMvtYFTu7VDKD+SSs9XII4ieCinFYNNOMtguDdahc5TNTzHQQoal+bIc6VeEbVooTo4cPS/LL87f383XRM6XwglNmNFkbiYUcxztzLrtpH71xwH6gpsBahF821vcM4eKxa9czsIDy2mWZYbRip0ZTaeioXAzW7/vmKLjhz24JeCnyBR5+NUmMD7cQ0EYB86uE7+Q5gbhPIAGIcEGJiW//Vmw+QbTlPxO1EcaFV9+d53EzDDcE4TxgjieOjYI8Q2DzL87NvHQLosLK2Ee+Koj10Ncpj9+Pby/VJqopoqNSj4/kgrbsRdHamzZCiWkMPesrsTsSKn4wIt6NtmudfKJdk5GnE5ubdeAB9/t0UmPnCaf6iWygDQGgGGQoG5/FQjjA3oZIVwyydkm2Uo6SzngMA2UqhJ6wIx3TI7cc7KftDh+bP+eHcudybGRWinpWgbpQc/YRkl9GCU7t5NU/7hDxd+dOe3krgtWfKQqIZXaTmTuzrWQTT/5d2PUXGpnCB125UpAc5xSFpGvfY7bXwLDIrnm4SHjycIqmVKahwAjDIgfnQLBNu5KSNW6p9krZeVudv2770d+tzo0bbGZcs+7gwDwTGcVf//4xgFFRC6AdeATRzpHk9WPXl06yu1DO58ooPknpXSl0M0nGksLxbceW7VCLtesPbmph5YWjzzQmYrEd2Rdc/QnE7lI5iEZqxN4/fOvdzHlVeKfIb/y6jRwEfDNFOGCCn7dCLYgCTEouNfAtzXBvykA/RLR9YwehIc6/XV00wgqGb74yjdYFLnHosHGe69/1r7V5VmvdrlRK+UTtqGTM3BGGbbJPgTdTtKvr0Xvv6GjGvQRuYVR+zD2Q+/q+Bb4twXs53emi2nJWNqQBdCjIgMLC1zXGfKlZZaIjF3eVUpMVNLFIhNxKWJUIO7q+RPYnr2pciRZGusa8cmdE+VcqpSWALXUp8XU2cInoN8dgQEF9+ni+VIiX5nJpap5tOPXwlVdGw6/89WVS2MrERxrVjsEydzr87jgUd802Uf+TGkLiUkQsj3IKlkeQkYJI1wJQMToNlYmQvgWql/kRi8RSjNU4VAp7jG1hDC++SWuUXifJAgSUG4Ga7/Ysi9lhbN9hdpmarabjVqrulTWRG60LrYQOhAzfcYZbDId7n+RMwPdFPT08KtUBwiHh0cmN5sxPVKsPLoDI926LEQT+aUlSLz77NdNh+xUyWWRQnsljObbCuncDostFGOGUSsV8q7rnih2ss3lic4qhzyPpZPaf/1DWNhxZC4hc8lCinq2/tgr2ULdFX8kYhmBpeIzpwgBckBZUJ70PkHe1wsra1UABQaMBzq+PRTDW7peykCU+FI4sJ/unBu511zfgFI7rLuzk+O1SlrJ6xNwQh+0ZJmbj99VSCsJHOyc3h4t3Op4EGx6mRuIKj+285ZEfuHsnQK6VKF0Zu+eo8wYdzXbzkS4dGSKSRo9vTC5K7ISTeyeTqPHNjXNu8A/hjO3SGb+rncyQGwsLJmphRcWIiE7M2MLZBrTF852WpHWN3TTyR1ljb2mx5IEyf7X/xo+4kE6RA6R/b09K8Cxk/fL0ghHilzt2mJI2Q2xlSXyyb6fGVL25tREoxaL9JvhyGCTVgAPIYe7m733HmyEbxfckgfqNwJQ23i9V6O6fQs0tFL5etoQ6eLs50ba4ys60olUSgLVprNMT6WZdEb2mvHpnQAwMaWOT+WYnlbgcrBTTORGJOZTpcmPVxoVTQvr+NadO92wTvnlMEemRVr3xej0KOoC4W1vA3/kgQj3wbWX4Ot/9HoXvsmDjkn2k6Ved8lXAISiQCoUOQVO7CAj4HOmn2LJ8MP18dZcrTbYz7DVuk0Guz2DkvE7m58M7t5fow7065HtechOltLFyXKyFONWYSHKIcxiHggS1cVGfaWejdvhaRY93c2U5pORiWq6QC2KQOmIQx9meL0wlU/npwu/FjaXKiFqINOMxmIpXk3Xw4f3L/6sPrHHksV4ujpVyCRtygDdZR0+mgr4cYcHhxvkn/WcgB8vM1TFwovAYFCL0CWM65zpm0SXXJc3iBRcihtbPBqo+4EI04yAR7/Iysi9Vvpa7trD9188fvTgAdWZr1FPqw25N+CGeS+uDax1Eeyi92Otg6Z8c4NNgp0graVs98Rt/KxQNKBbP3/ZHHScedFVHH2HXT81jTGnPlusN9fabZoqjpRAllv2SodZU+lxC3WQWsKTmVxzhIdOs7rTopacXeOFnE1dWzcNLaZlnCGvB5Y//4mfDMXqM06KnpjewXKpcltwLRdanFRtxppazFqQpi5K8ZYjkWlW6lKSYndSlGQlHIOTa2nToLrC7qnX/wru97C7RC73wuNAWRWALsL2jWtACVVm26D2NHSre3DHeOQWv+D7zo231mNclac6wXaezi0CYMAHd0cUFb9oaVosCojAqCF1D0a0fMAMV5cjoawb23UnxD8Je9N6vMcMxoH63PxinOaTTir22Jk9gNuh6NuyCgr7vT2Xv+bZCm8lh3prL1YRyLP3o+S4ToAIAiqjyr3fG4aG6t4YRV8Mci4vmjpKGZOHn37y+rWL51vNudFGe2GmouLG8UFDouotWYBkAYfZ8OSW6vjSlIcYGlx+64P+8QiqgtXB0a4nTP+lMvO1mJFiMh4brXgWcIFRZHRixUrsa4Rj4dr00m6lZGxEI52wzUDNxDw10wvUDKwwCW7LKZQr1E4cWxAFGTNkPe0WGg2AF0Tc9wG0yHhzUgc6LREEtizMG0U7me/roI5lgFVONYdaaKY51EL4f6wQljOOwA98ECLRdOKi/rb87hom8urYp78GIwPM4Gc9zFwgvd6OcwDkFAjm44UTUG1Bmfd7Q4JCC4WBchIXNfCbR7Q9fIwodOhfAjq+OBb+7tD+hB6q3wPIfweQPpMoL165OywX7go39H3+857PnyAjKrYV9I3w97wHTU4PNEcrTKRG49ubRAQqaG42OYCDL+YGeuuDzVfOteW7kyhT730omvr2LL71yKF2PiO6LKkXu1HvHYzvOQnxN1uZSvHic2F8xcpEl19c2zH2tmJqIQK19NjbSgRJ7PVVvOThdc3D7NneqX3ASQhAc4EiXSeCa1xomzqosIxU8j66rZZoWP9t08OqkuHw+t49C3MdL2FeTNsxyyBrcEBpgGF3X/+WhNgq86s0giKTZeyusrn520ljsLvT+4/6CmAABgUFCT908Fw1We5dCNujbahlc365X2G9s2I6ujBjqRU9HjElbCOLRMlxuL2rpi/s/uf2TKPgu9qhRnYxKuCn6alDuw+NV3aGMAWf2Kq/tGO2/j/rR5cns8BtJyCM2VSYIR0RzZtfO18K/O1yQiicb3gw3efBtEMOKIslDAJGBvacEP1KEN9l6W/EOcRhILFtdrhVa55LOt2h7xDwR7IzEFHObTs5tm0t9grq4327ZhCNUCs9zoCNyZFj56j9yiMsPt1MphuWMPcdGIBLKzmftNNcUsbNTEukzobn81OhWIuG6kUV/ioWQu6Zo4573csrYT7MTcPwylP/eGt7RbCZ2OOpK/BYp5lpfl09LstpllWbogaSY9yDxg6yo7eUBILLTQTSBcGoEh+MAFNRVe/3Bt8uPvqCo96otWeUAXeH2Aj8KR8sdzjJYZTbZcO/CmVSQxt+qWoYiy1Nm1wZ3xvWJmqp4pRTSTlukpbrXLZcJ5AClwc8vryuYVUT9XrRduuzudR0ygmHqux9n4o4mSGzAznt6fA/9u50lTzWM4qAdAcQjsMgH1JO8TrhhHJyg1AaOJKEBDVeKsjnz+KbbzBNBfkak/X6ZNkP8vmI9ngiKBi6M2YwqB0NJIuC39C0/b5C+1KaopbB86wyWph609G6PVJKpPPJ3LKjGdKpdt1Vc+rrS9WJzkQtXWCLoRU9wWMmxNGcbYxOHmjF86WxbDyXN9pRwzI0qZlWbWc69xZpTFbqnUKmTQiQsx5svhPfTdbISm8xDgQWgHHs994knDLK2aYESvvdPQfao08D+1rdVKtebymeiA8cFb8F/FYQytkWDVGYd/uRz62Od9sKGlW4UzwmLcFBTI/bNuWNZCoXs08wXefIJsZprQworGhoLBdY95iZ2J1JzR6oVttWEt5uaH7y9OAhFs9lEuLg/kHjSEDr4+9hlhYxUSZ26sLwDkeb+12tOxL68AcRBtzwFR6NnPO8amMREE4DGfaSbA3DDZKBZDf8xBz3w0oCGCOXtGEMdOz2qZxHg0TeHdP9KOjJ42v7el7N4Gi7kIuFdUnOwTkj6Cw6ELy3id5OwFpb6tibaKsxn3jQ9Y7eYZb7zd7DCLNf3XW0VMq2Boxn8ND4frRoe8nESMkyp9JpM3sAlW2TzME65sKWEfCo07BzmR1VPZka0d4994m5cKiYbPvcaCQi7hEDakUtHG+dGpvI7IhpBU4hJ0JYzqbg5r8FS0/n0+0B7x5s2KGqbodDgRXThp8hK2SqN74InPqeJEfKN4f9V317MlDNrdZcc8T2k6Gz84GBOCicnL8r1AKSHJovcx5bwiend9ei0sisj6YL/9SpxmV8W1DB7TbGJnrhsrscDS2NMlrNwNP5udlWrVcurF+Lm6/U91/qxMytKMLaSH6q7VbOrVf2iey3x6x8KhZYz653dw+Qn+mZF1dQsBiAwEGQrUwYFZSJTd8GkdxX5so+g0sI6mZVmCzs58SCiVJGD/mzOdxtcuZLO+uXeEIVO7NGRkabc81aSxmKA5fd2dZ19N5wv4NS5xRVBvhwnW27VAOk4EvThWo9lso2Z1PlPSOOPrnwGafiaJWMKbmMSxWcj5/otDxyDTdMtquZBcR5FOi23PwiYroYi5oRM5EUdCoET+fmZ07svDJ/OGOlTGvyA+X95z2qnXUTA6rtrCuSdStXZ133wEI6r5u/Kj2KTTtS/KkMJWolzYokx89nzFIxPKDUC56c2CD39y5UAOgM+PJDOwU6YesEgYOvJkzg5g1iamBqN4hGQCM3BCg5wHy5IYEQ/ZIBuh7TD1++/9yZk8fnWq1atTU34tfUdLd6FM43G3dAVSWKhj3vg8TbVs7jDqc8yIz4cwNe+LQTysTNQpYi6GYm4SzEmWZrKSaZ/eBS+PyYbM6O7xyvpzz4pAw1VzMT5UR6rhXRgonRs10rddybOTOx00hPpooTy9Fy9G3XHM22pWnkdvihJAzPH9HGRHNxotHNpWJ2KsSj5VD93LujiVg3nh7M6RyyUE2ayjjjudRk2of2PJ73oH2e/NuesQAIh0GTOEwzIDBAphr1aJq8HkjlIHLpt4ZUZrG4RITIiCBEPb19HZHa5hdf2Ju7Y82WXL/3uvO+gO8/GmF+Vgl4O2Jo5DycH6a57sozdwr4nbiKgx6WAreKWgeIlH18qxCNNwRzB493B+wykPDxg+2BgA9XTHNqrKJVNceU9XQqB9do8YF9ex7KyfFqqpjUYrGVSTeMQGlB27V7/uO3MMv0XgF9drnU8iT8mPGx8tEWJvLZlLz5hH6qW+uG7ep0PllKavxAcYIKROj7qQse3+Q9TN5PDvT2aiBJC1AZ3pqkUvPbX0mqWnwiQ842fSMcgJBBDzIBvoG1+0P1RsOZHC377mrQztC3OG7veaX2sQaFGFKIfs1lwEhBY7IBg8mKqAZRRz/A4g393FjbNt1awxGarXM9kWeUGtm5x+Yy3djL2uSEjqJjoJZ4qJuKRsu5sB4yZT7FNW8iivxie9dcZo5RU+yqzHFmRbkSBG4Uvq1ARSqNRiqiUcEY5W5p97nx5DQ1MJamAnXNXTiMgidszqhRl1SgYUwvtufHk1MIwEFJZqrFKkkCYJL/hO+Ac6RFZnxmwKcIAwKMbKr/4KwfhKUcVakGEC/LVXDjsQhpQUuoavbKNnMisdX1dCjXA3hBQzq5sUw0DBZPl2vh/JgppEtxplzUIk7MiBci2fHQf3I0mRm1NAbUzbT1uMYZn8yaqLNwomn2s500hr9ANsjj5F/0Yj1Aug46eI+yQUasIJy2GKTziIGABijjUwM0KG4QIBYBa2MrKUh0nVw0Q8NA6e1rCSOCM7Fx5zluWXm+VwbyyNX7L54+eezI/r07VuZm2s1yIemGLcnJBmyE/XDp3JziTEVu/k66QfWh4jr18olx2wNM5ofUFuzeCHKC0gd2QLN9WKvWklKoFaoz9/cdF8cXS1FGRxaYNIDVStCkyfldZyOrzSptucl0sZ4RwDHaXS2G8g6MjIGuI5sZd1yMi+XJdmFCo0Yyzxh1j0+O5Zay7aKxMy7SOTOkdURzmlLz02FAJmkDBeNfrh1szvJ2bfVYJpxNZiYFQIJ1VtJPngQE1HmN8SPHtRERiTSzJuPCOjiaMLWQKeo9tCgQhDCW8Dn8PmKSpHqqBoXggQAROFyr1fw4yvZQf3fbewh3a+nmQiNT/ZcLtUxtvpGp4aXqQjlb61YzlQX/HyEID2IJj+LPkhhpk32v2rDVFdQmlKioO0H0nXfX7xJECEFKPKRTAHp24LJROHb+c/OXWmX/ira1AxpI39kJPuihOmwnC29p7ilr5RINHZw5GBevAqWCa8Jk0ZSpR92MNmZZ+LVtEIV8SK+NtMxoiVPBKAKA4CU7rMUShHgk9voqfAuJkwZp9Ko5gtg3c+lTfd4FIJf628Ca7uyYury6I9xtHtRAdatecM3KttbwcJVTuewJ+e6j7XCc5t+cDgm9lQ4hRzY5wQykDtDIVDzejFncyjPIR0IxGmPzyAGREyQHCWFT+D3kFfIx8u960QZQtj6FXPPiU1ulw3uJRjnVlHEjKZc3iGXohqXSEsTQyY0YyAgYljQ2ogIpZef9WHjYRJsRApdCQYXx3+M0kW2nCQqRR4F89CPve8873/G2tzzj7dF/8NKFc/cdPrB/5+pid3y0Vs6kHDskyCvwStzfuXPn5invFY8HKtdvBpn0U4+3NiuSt+3PSlJ/m08jCPv12XvYY39bt6KB+TvjKW7VdQ5mK9J/4MZMFw6kdS6r7uHsHsthzMzsMPA7vz2Z4LpOBYUcZEOQA2o4GUG5m8kd65TKicVELsIlcxNMh71ayLIsjXMtGpvK5vMw3dtTzrrZvI4iPehpdDMaptzMj0I+/+ED+w14MAGLR2L6c6XV6OBRCqoWXQBqCqBxyvWoLShyg/0OVSlhGeqJesXS3/UuwLC9w2aIXLv5eU2T8UooIeWzzwKG3Hi5dSCBIuh4JExuJiR9/il45hmO04Bw6aVs5F2Ees/7+QH6DvwLMk/2ktPkUs/jPYQTe3dTigYQStenAdZiQAZ7utzbdu4GjXTc2zbuDlv9ru1fWhhpDVr9DgshB9moht8+odtUYvaWpP8AZ6qARgbSWjjJeYDEth2r6jR0/ITT+cCTH7hvbyzkxpDyhMYoZstAgXHcA9b+ua9/sJ5fOxyJFwXjLEE5/+bGnvO7erVSTOjvB/vmexqHU5WnFlOprKDXrl3DV9beunP3d19cL7jhjIvckrqo1JEyhrueLOnPP3HiWpgX7EST0gjTtUer8zNPXHmwtlL6Vlh/7Q8aWvaF2Y0n5ksJ461vfZuqYv1zz1b+LP4oeYF8Y8+cGEMB+0CKwFheIAKkFNeJwQkxrhNNC1oAEAA8H1Rr9JuFqKDWVoXNkloKQm6qtdwgm1/64vM95/lnn9p86PLa/l07lxf3eJrLNkV6NOlIH7zx7ZU1M328dJcwsc36lcJjOtXnvi+jt4zerUeADZAa4Ksvvf0XDgtw/FVvr4ZCIT0ylYLuIjV1Lp6jupa4eg5RiBhfu2qiNHbsVJRej4WjHDH85rWpHbViPFOKxSwZj3GNRsuGNhYTkRirZyOtaMSIhVlt2nIy1dVsujmvKvJOtTNOrLYK4hWgftE/p26ncGSdA4yOWXoyFDt3PspFpBWPFeJGw1w6O1svjabsSiIiYquONKNavLyYL+Sm4uHcrngsVRDMiO6L/MLNv5w42VrOmpNrnTyh5IRnUe3ybOoFsp+cJed7Z6KgwX2ga91pJIyuB/E7ohPKdXqVaFoQ5Tb8ajwpTOozkKrs2LtnZWluZmqi1axXVf/8SIgswIIV9M8P4OuzzRA/QlbDOPA3B5oq8DObAnzPJpCg3JeTyk8dYAe0+66xXWtfnpnXQZbdQnjProl9IWGl33qtA4JNjB5bjRqxmLnv5V1dZtejKZyC795ZrHUS4ex7GvZrf7DcmktFTDtKR3aPd2OatrRz376D80aU8lgyn68UI3YmM9NAs5zWRydXw7E414y9FZGzQ0W41olm56scWsm/qtRKS2OHdrjVsYW9FUIoWXv9A/g8znpwXfPg+tGeLYDiHmC0COCBNQngSan2oJMykv6DTIPCj9se0JceTEG/VGRj+4Re4fYxAHZ2MIN5Zorfbvm+oytLk+OxiEKGGD5UT96SjJJbiWLfOBhIuGCv/kxSfdgScK7b8fDZxSAb4XMNntcS42PGGIQ++UTUbjctuKjEmB8J1VuMRaZkxdx1KmqPV1EgwhkQ70/nK7nlfNICxOc+9nnbC9kUx0bjMZy1NbEwb46diMs3fU0IQww2qcWZYPgEGK31YvrEqlnRZwwMAQK8CcR3xML5U3sPagUN8FMP3fx1ipoMJ08c6dVjBPp1OCpToaokJ4CSWgQRcJ30G+FvEkACeCNI38XwcHeuUkolykobxP9BNTYf+7sW1sA3/b2qacir3s67b/Ok9+PkFfLve9FVsMSDII3rBULN4Z72Y0SF8Q0VXNY1qav20iZBc5OY4P3eIDohqJMNYll+oY3flcCP1vtbTvxiuPAhEgoNN7z/Xc8YGZ4xMjyjo864lQJJvP2tT97wnKlLZ04dbHVGKgvLc52wCho2GtWgReBdmjsOm74H6lkN+a2VtqwyRaYTdBSFVL69mnVbF0I66xt4QVuOrbAi/W4s1LJTZbWPHXatZfa2C61tPSAfFqD9689MTO/Lv/RlPLZj+TNP1Irzk6Pf+hNc4sAQY8gi7nS9JZcS9bHphFOMcHNs2KZQ/M7YpIjiqZ1rldiOkmc82pHJMc6gmArBOwt7YjEKPNRp3D/sD6n9H5NyABD6y2+xk7nHLp1/VJMSgDJtYH+lSvlcw9HxgY8BNeIrMYlM73cwFGYJdtTTEDpw4n37dj41nq6Pln/iM5kSoV5l93+nu+BfkUmyj5yC0Z7hgKEj8KEZsEKUcSK4anDAhME2iKYNM3u6Pnyr8sqmH86685mjS3c9BxmcIgiI3esMHVULdccZJAEJl9/4RMSPwwUrkWg6ahu3neHu61QIOw/k+NH1tZ07ZjrtVqNWLibdeFQTZBIm+zquuZWKmh849NuDSlXhbtdydSe5ZSAOJWt9UIYik75cxfsenqVM23vl0BmMPHU2nQw/OHL4iYfywqq+o9aZsDyneqDibhqdVtk27UQcQu1mKeWkNB0TpYxr31dkydBaK1vXdlDUli8cijtXv9yVsHdxV8TOptZDDBYLxwPtdmWWl+1k/eyxqsNHK9k9x6bG/lsqxxMPhSCsNQh4VXvz8A5fls71OukoApkHynAr40vIli6jF/vls52psXara3OR9NsPC7mtRm8Yy3ecsBxmYbbMNMXsXmYKDJW5G80HmTuIlKbGpzrriuS5pofkNIs/slOGRpcmKqlSko6l6VWK8Lyfslv1S/IMmV8oFebHKOe6bjulynz2Z/W5Axq06sWZXCKXj+yT8PGw9f+HnVNQgP+Jl/B9pELSvYQOSGAdBtoeHx2vz1IfloM8qCKlIBAhw1QGD/+CQp4zhmxpEnftEgZHQ4TDrbGmIQVl4gWkeEbWKRZT2ZykNaoIz006nCM9Rf26rT/HCr4VN0iUeDkrE259JOR5VAeOEOINR+eo8pz6oastqQw0bAr+vd/LDA25wIrUzTJF5CYr9/fOwXPw5/gg/ghJkNZnjcB9+xwAIa7Hr/6biHLQ/Ec7QQKHFowQtz3+A8eS+QL/aJgzFDykIb5bJvBHislanB2RFKkTElTQt4oIARiDP4f/4n1rnvRl0quk/33qr/q6z1ZAuP14k/IdHO8Lw9SvPaj2ATs2kXcjWqMIAJTqlOkCVOjwaWbhM+mpiLFrGYACYxw1SjUOCHiOhQlACf4W3+5RVlk9KRf9tgGD2BMy9L8cSC4TjxmSlKHM/dv17/b2HRrbsjR4Nc3tKyvSvb8aQqpHwzosNXZPpUym4+dsGumesGAtU7b1uK4ZNMaLzZFEISQIkL/GBHydF3WLkEwvieA/qRMgAoeB6BqJQITeWXMsYEexPlGjeqk5VtAwUS7Up02oFSodHQlBJFjC//H/QZQNM/8oUTYwcQ7f4WGoRUZ7ra2AeD8Orq49gofvjIbDP240HOdUOHwkdK9wOEFIwRfwnfjjJE6aZHcfwCEKQOBp9LknUJbbDkaUCjR9PD9FAeDR8+c/12ptAfmWDvA+U915DK4kKolKXHuEUSYLlAPsefWOI/iNxUIyFdcuAcQ51+nz8rbPg26Nf4XfTvYQ8dmZMEy9cfNvP7WrXv5Dd51AwgRb+e/S2Ru+MGwSjQw0z9feMQ8fgGf88ig79eyo1wbafuO23dRpp0uRnGTA4LXfhNt79/nPxyGEPog/R1KkRLRXi5kwxalRmOkMkku29KBXLvnZIuLFK3Daf/4mPs55WOaoFPgdYODNV26+hzKk8BfcXHp4/6lP//Kv4M8CgsZeO4uSA1ADOX690F/7Cfj0/Zu/AsSPiH2evgN/jCTJDHmIGN93cLadM4FO9TG5VVg5fFA6Dzae3PYQdH9MCRmVi5gLgpBD2He7HsjFVsNWNQH+w95TF95RyDojf/Itj34waXB3/SR8endPWKsrxyZjZQErrc6hPel0O50JiZs/W6GfAmSMZ2yht1C4ui1CAm455uC3Zvaszq3t3P2pHz13rDrlWbUvPfjmLz94WkJ9+s0jL03q+autTMcuzh5aO1k34kJnINGinHKDfjM3qRYTtx7p6238vIed3R6NLQqYUoHc7WQz2Hrdweas8LOgAdC2BtULfNrysJlMujP4G45EGolfqlUeclzKrfYIZOHJhQWjk2ZMhqL3za6accaMVNHWGVwXOstlDUyaRnU1xvJobDVw+BDFn7m6waN+q8dBPBUYUHxWUDTYzZ/82q+lhJJzhNBD+M2kSU6Slz1MXzy13EpHFaY9fM1VhwaVFLd1KgoYV/Z3g1aDNMDAblAz/AbTg/pUX2UnO4P4c8k/lxobpJncmcSW5zU/g7+vs9Bv/YLGJLVQY2NMn1Fcl4Y0M+wIFyzhhj9o0fe+jzLBnXSoTYUedaKI3hGupxJUwzby9OVkF1G/+fs3f5+ZNeRaSPcb7oNw/9NPxTjXDaBAKdN0CX9sjHCNAkVb1C2OyEz+XUwwZU6cOehSFL9Jw978UIxRFqLfygQ3qOZ9tgVyjX0rlVCz6Q9SplbQfyE1JoVbiRoUKBhOiVreBAqDfpv/xZNMFz2qad5VMgVNn5UsuncDbn/ZvSfdIbHwv5oDeQTq4J1dtv2Bl995x+hdxVjQ9zUQXXf2067BvQaJr+oIfUL1N1LymXhQgO2udJDf8MksjK5vp2+vzNsiIl/0KdmtRukDw9wEA+wslW+cXl9H+rVfTZ98Mbc+OlKQnCeskIZnVQ7i12/+GjNRg13ywnETfBvye4YZBjeSXpkR7IMfEJzRl94KCExrNw87FDWGxn9nPp45k0C0b/8KF+t9i5P8ASH0Oz25ecq7r91FmNp6Ikp1q/60zw9Jd3vhV3USh7U0YZT3VkLxefjV1uR+ixksk5ahxJkJJoy82IhQfXq1t2d2n8mNZJpREOHJnVNjGTDjejXQSy9MjD+bsH1071w9HIJ/t7xUMxkCl1ZufJcEsN8HlYR9ebrTmy+HBAJlZliEdy5dY2OHSx+5XUfB1A5CyXcTQhc9XF4im+S9ngR567MP3X80Tz156KvVoRF9l2ZdM9u7dfnJZ/+11bzTdW4hbSmD1Z4lNK/YxoNcoHCSqsaoWfFPtK3sGx7JaMbRjRAPF77qfgtC1tLioC2s232p9GQ65feeX91pqfticrZ6v41o7BvbuyGtcB9w2mTh+eeyrT4D7XwYCgVAoILOdkJayK7/oW+DAxQiYeDR6YmQ9FTVdUDQV8Zi4Uxx5YgOYnbizh71s1ZWSgAeLu6VLTmy36mYs9MMtpdJD/js6158CyBAaGa2lMpHvNpyCoy/uLTIQjPdXNKx0gTIrxFCv87Dwwse7XUVT5W3CQu/0dGgpGeAEJ+TBrCbm7dn3wg1Mz44b+0EOVALEdyGJV+7gR6QGIRC4Te3bF2GbJ1HJpZpAwxrVoOHnmHbURA0pZ5OZoBxi91XoiI9JTxE6YIndCdcOb1nwwiwYaeeO/fmgZyhnQ7a67XxUiPvpJBZjs4BtIVMfSG3nqYI8IE7m7D9zMXHEASOvxiJnTcQmWFFJGrO/Fu7kxZswV+iL6meIYRe8Dj6mgfVaUtxdEW5BbdugfJIMYBLnxQ7CsoBxG9JGKkSiq5vGt1mw9+WKMJ9J54YpWEm+eXDKc4N0JmbFhyRTjcskcoZ+pmnf+DJj0TZbP7IdKRaGtco01ydK83YbFBk/XUsvt5O5g2KH3rwUw/FrzoXFm2GwLgpvoVrHIX3pilspICyFu+utkr1x848fvxINLF+ZOL4rN2mAFyzJhyKPCTOnOMc1GqJ9t4PH5nZtxLJPKE6sXi+3nMw9iV0YoF7dWKBse2tWAiQd5K/Zt/2pZ8z0AZd9lXeOV+7+dprdz3rT8JJ+BB+jmRIq1d3gWDaf4wBBTUIQwfMjmqSZCDDgohAYP4EKVlfR8/DWKE2VtRK2vTyyIIlZIhS40ohAf+nUqjM6oj2nkOnl1pGRGqa3HNRJ0B+A07At3jf7yoP3QECsE6Q4NPDJ+j4PnokLDlxwWVDB3km2A1T8UvDBCwVaisjldpyaylkxdWXolPJjy7gZNP7yraeiPpfSJB8Hk7iZ71vLJKdal/JQgoJro4WTKbuW1JBCQN16xz8ey+XgMzNtJqlneWdblyTpAhF7VYoNGdvBYQPivIXGYcLA1CNM+g1BsDC8KV8AsL3HAngGF1CDQ+dn28qUHJEo3dBf4MhguSH4QS+7N11ikyT+d7MVBIVqDkoWKubVtBm4IM7kwbi3W8hPZ2Z9gGfgpR2F8Crm/JhP3OvAcgqpFRr3l14SPFv4Y/vODLA01Tz0Pk5D0/BNd/1oMIfIYS+Qq4SSqTnA3KFtqnR6bkZt+z9u4o/fFX99OfB2N3mzah5/R9F5Ornqj9PfBYI9Oeosf8bnWKL4AABAAAAhgCeAAQAAAAAAAIAJgA2AHcAAACTC5cAAAAAAAAAFgAWABYAFgB/AOQBqQJ9A/wENQRzBK0FTAWdBd4GDAY9BnAG2AdWCGMJQgoiCtoLqAxADNgNkg3pDlEOkA9SECoQ2RGUEjkSxhOsFIMVURY8Fr4XUhg/GNAZqxpeGssbeBxUHUgeDB7OH3YgACDeIdcimCMvI3sjxyQIJDEk3yV7JfMmtycXJ/Yo0imHKhYqmiuJLAws2S11LcUuby72L2sv+TB9MTwxqzKRM0g0LTTXNS41LjYdNk82rzb8OC043jnXOoM7Szu9POA98T5kPqU+6D8ZP1Q/kT/YQAJAYkC2QRZBeUG2QkhCq0NjQ+ZEUkTMRZBGO0bNRvdHIkdiR5tIFkh7SI9Io0ixAAAAAQAAAAEAAFsdrCtfDzz1AAsD6AAAAADYspj/AAAAANiymP//5f8GBPoC9gADAAgAAgAAAAAAAHjaLZADqN9xFEc/93t/abZt27Zt23aYbeTZcTbDlJu9OHthen7nj+p0TaWqgSRZbwldtkZrw2zd9LNaDid9ibbbJL2xVzoK5UJfPcC3B98QO6gRyIX4KsIsWAYDk3ozWALrYDPMgRWxfBhCj+XYL5HHfYK6eX2185bos9Qu/IEX2Ct1zFepnb1UozBRzbHbhetqF8VyV8FQHfaCSTmS2BYN91I64/P1mp7Po016hmwPD8M9jWHuMJuUlR76WgFmT4hTSNNhclKfYruyfiEbY3clvwv5H7C7WnUN4h9dmNGF2GTIj3+i/SXnkwbbag3lb13wdXEh60MDYt/EHywnv5VP1hT0PF7YxpE31bPUnfuPhj1Zf7h9AD27xWZGi3UJe4KtZja7Qhlif5BLoBaUIy/FLwXFekOx2F/Yb0isn1fln9Kw2I/oMxbfO+RJ5Cvkotit0UGtpsdteMPev+Cmr5OslqRJUjZ5EnN5AAB42mNgZGBg+vafjSGKZd7/p/8rWH4BRVBBGwC15wfbAHjaY2BifMy0h4GVgYGpC0gzMPRAaMYHDIaMTAxIoIGB4b0Aw5u3MH5AmmsKgyKDwvv/zAr/LRiimL4x/FJgYOiPYwbqPsy0AqhEgYERAGVWEwoAAHjarIwzYGVBFIb/mYu17ed2bdbbLard2OiL2Khj27b6uIvtpH1lNDcndtLlmB8AaccfgwEA+wsJbKuX2QcAP/EDCi7CiM/4iv+why8CkYVcFKEKTWjDECaxgCX2kv3h73k77+YjfFyKk5KkVClDypJypQKpWHdb90D3xEpEAHQwb7C+wxaOp7J+b7DaeCcf4mNS7AFWvlSku6W7r3ts1YholmZomqZokiZolFqoieqonAoomaIplPzJm17TrbUXWo6WrcVrcWJSjIkRMSQGRb/oE71TXlPuU67XI8FwhsJU7AEZB8CPHgCSrKg4d/7CxUuXr1y9dv3GzVu379y9d//Bw0ePn+Apnun0BqPJbFmfuoamlraOrp6+gaGRsYmpmbmFpZU1g42tHYO9g6OTs4urm7uHp5e3j6+ff0BgUHBIaFh4BNCCSMKOjGWIBpKJIGYMQ3wCilxNUjKCEwXEqWm1dY1N9Q0EzEzJKGDIzcuPK2TIBACBNoVkAAAAeNqsVeWa60YMHYeW4TK4IN+52W7jsS8z23HSy4vfZxftpd/l9hn8NHLK//poPXKyTKWFaEajkY6OpAkrQ6yW4yghevm7mpx/yY3Fj2O+afNskm5QvhxzpZn9MayG1eqqXrEdh1XCKtTtnrJUmAYeW4Yp3fC4YmiN+M85rs183Ju1RsNoNVr4JHa0Y+cx8dxc7PDTxCa+K6u7SUJF3yhb41moBjviq3J+FZZwFhNA5Bnx6FycQkNyNiqr27K6ndppkiQ2W26SaFZz8XqSeFw1BD+1ZgZA9XAu5roOuKEDwE/YSj2uGQ1ctFbUVwKSk35w+cR5tMrVlgN9SDnl8F1crTeR1nycztnZQhLrBKdPF2Mc2ZLUILLHdcNDodtTlT41DWx1oEGxDjKurGywtQr/XG95PGRIQI6Fq7/X1AqJB36aJmKStkuQw6Y3NKbCKGg5W2SPmN3kj/a9WK6GHhmnFOU6o7UBU8oWNplsgNxEydWmztr9EGOHXOfLuKVw66BL46ZMqDc2Wo1ix9ZO0nI8njBFpRLxWtb2eNLAkIjHwxdyHQsdJDwhuwXsJrDzeApupktKCAysIi5PhinlKfEkSPN42rxciovaWju5zBPr+kePT5iX8/HLxb7SdqA/VepPmkJNhctxMTWF+mUBT7nSpGjdoBiXjwl8sHVWE/KYiwshD9kGeU5l2JajcW1zbffPcQX/pSZBJl3g70K7u1SHFLBQ6pQGWyGrxz3LsspanTKqUJVoKeYpHVDEYzrgUQROA0oR/pfpaUtNqiDI0+Jkw+XvXPsSaDqN3E65Hp8xhSXyLHgWec4UVZHnTVETecEUdZEXTdEQaZtiSOQ7phgW+a4pRkR+aMhn6zOPW+XiK4/dcvG1x+8ZxRPuv8D4PjC+B98EjCIdYBR5CRhFamAUeRkYRTaBUeQMMIr8ABhFzgKjSGPoYdlqnkHY6ZRCgRBKOSDZSL/5hj2XPUzSFUPUpUMqobO7Wp6xIy3QSh5f3SqPdZavtIq6dSaKryZlgtdKZg49vm7oVon3BuysaH8QTBiCH6xXZ39W8tN+rO8W160zyOgm8gfgg/GyCrO7Ht8y/rmHHt8+zhRNuArzOyiJOtskn7oyvKDyeZ53dRfTHq8gf7Yw0bct68xpxL9rgAoDgr/ShEdCdz33NdHDHL7ubR+T3/fBNR2IFXEq8/50Pv6pQlWyf6rMVC8mgbyBwyEGrLTWHUwfqrkHLYGN/mNfCdM1zdUwW5uLsclsrFN5g/beyTQh9IzuoIYaETrIC6KMktJBQbRE0ThJIbmOhqrv8wqPklGzBIHPuf4rtx0LJb8vHBA09ZkBB/ohqHkgauSqA5x1dFeCSbUeir5MYMCoWop9eqgdG5pNJZxtU95oYvd857dvv1AHdfCgMlra+NEAQbhZmlS+nvemuFnKx0aTL6x18DA/TPzCt05jAJ9sqed2qp/utj7Q5pnhu+6BTgPD99wcgaVZgHa/Dcrisw/TcKvDwO5WC2q0uq/vDty18WjgDf8Xrdj9v7pP4Gd3AUvjCdlRbycZYIyEjM38O5K/owcE6Lu7U+4i5TP94ewpmcNTPt/ELH50iP65KZR1+hTfwvqF4TsQL4W1CLxSJweKQdhXRtqRX2L52vTwzmDxBgtLFm9Nzyo1f/VY12YOA0AUhI+hj4sEDRxzLDOzZWYuS9Cgd1aQzfP3JxY7EvpLBvMnkcUQOQyRxxAFzJdEEUOUMEQZQ1QwPxJVDFHDEHUM0cD8SzQxRAtDtDFEB/Mt0cUQPQzRxxCu5T2nh3nA8N6lhlofUiO9nmR8yhhb3kuqJwzVU0r1jFI6t7zXlC4YSpeU0hWldG15byndMJRutaA7LejeCh9vrpKPp2/Te3C96yfnlLxT7DMrcU1jAHjaY/DewXAiKGIjI2Nf5AbGnRwMHAzJBRsZ2Jw2STAyaIEYm7k5GDkgLFE2MIvdaRczAwMjAyeQzeG0i8EBwmZmcNmowtgRGLHBoSNiI3OKy0Y1EG8XRwMDI4tDR3JIBEhJJBBs5uVg5NHawfi/dQNL70YmoD7WFBcAd1kkywAAeNpjwATVQGjCYMK0joGBaRvjkf8//tsxiQLZ+/+/h/LNQXwAA9AOR3jaTMwhCMJQFIXh/967N3CyscEcuG4xir3YbMtiE3vvzd5FMNox2oM92XuyGTzhnfRxwg8M1mD8N4FsVEyyM+cgByvOcsGCi5youcpl9te24SE3jPaR26zfUdmXwIoZcPOQjd7vsjP4Uw72/pYL1rGUE2Ps5DL7az/FUW7YppfcZv2OPv1apYrlxoEg2md9Rd+W5DEshxkN4eSWmsgTaxJZUklj+vC973MrzFSCabceNPjfYpKOMtsJHX8OvnCtUvlbqlWqFV4yue3EvBtYEwfG5/U4UN5dcPXHGPyHN0Md83yg26Y72tR75ui4oW28kERtXnc6ssFKEruVJOsYrqkKT/A1qDRGFaAHkwcmy20Sc0VV1I9HivUfrJY/Tw0GA9XVLjzTQwX3mS8v6uCCeI6ULjIF2fcG1oW8Y3KT9U2bx01xU3fNjXaU5+2FNi++7SanbqAzw0igFRPnYPXitsnYhYZ31+vcSk1cgOsFwOfLjquqqiB2zWXd1zbSJ5FhKUTzyvw2azfhhc6lE+VyHmQ2dbnKbTSuuNxaqT/+5XrEtEgJpTSijCx1KCRHTJ8poC84a1TB9ZdKElXxMC2RoVywMX7tAmmRiXEa8pFZl1iR96xylX5cKf9BbhMYLarzQGlqQ7EL/ibiPcRHdEwNxBaYBWhH1BY/RxqxBWcF2ZicnBk8jTgpqXuC+EGl0pXWDaVXIA+AysYTEW+Gl5Lnxysn6798tqIzRQO5FGakyUH/DOeQ1EXvM/TlA3dw2/H8AqVvYm45++QBaaUuph0gcplTnwzwfLUppiZpsM0j21HQ8ZAN8Su/xdtFdIpoAGQmfEEUW5Gp5RdePcRtcWepxwh7neo4W5QK9qZy/ZaCT3xvx1VS8khlD/oyaepLDxHeJ3gjd2MiWhznaVtiRxPkIe9wpYjLuHIKZGspOcRK3KOrGZepBX79LZyH/sX/AZelY7kAAAB42mzBg3UkABQAwPlr42zbt2fbttXKWVEDwWOe43QSs5KkgcxIAAvfNCzlJ0JCUkpaRk5eQVFJWUVVTd0yy62w0iqrrbHWOuttsNEmW2yz3Q477bLbHnvts98BBx1y2BFHNRxz3AknnXLaGWedc94FF112xVXX3XDTLbfdcdc99z3w0COPPfHUM8+98NIrr73x1jvvffAlEn5o9s2MVm3+6NRlVI/eSBozH6lIR8akKdPGzUZWd+QiH4UoRinKUYmqDn36DRk2YDBqUY/FCbGX5mUaGDgagGkjY3MI7WwJpR2htBOre2JubiJrSEZqSSKbT2JuUkoiU0QmU0Ama3Bmem4ie2hBcWZOfh5zQEYmc0BxJkibq5ubC5R2hdJuAK3RR8UAAAEAAf//AA8=",
"title": "$:/plugins/tiddlywiki/katex/fonts/KaTeX_Main-BoldItalic.woff",
"type": "application/font-woff"
},
"$:/plugins/tiddlywiki/katex/fonts/KaTeX_Main-Italic.woff": {
"text": "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",
"title": "$:/plugins/tiddlywiki/katex/fonts/KaTeX_Main-Italic.woff",
"type": "application/font-woff"
},
"$:/plugins/tiddlywiki/katex/fonts/KaTeX_Main-Regular.woff": {
"text": "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",
"title": "$:/plugins/tiddlywiki/katex/fonts/KaTeX_Main-Regular.woff",
"type": "application/font-woff"
},
"$:/plugins/tiddlywiki/katex/fonts/KaTeX_Math-BoldItalic.woff": {
"text": "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",
"title": "$:/plugins/tiddlywiki/katex/fonts/KaTeX_Math-BoldItalic.woff",
"type": "application/font-woff"
},
"$:/plugins/tiddlywiki/katex/fonts/KaTeX_Math-Italic.woff": {
"text": "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",
"title": "$:/plugins/tiddlywiki/katex/fonts/KaTeX_Math-Italic.woff",
"type": "application/font-woff"
},
"$:/plugins/tiddlywiki/katex/fonts/KaTeX_SansSerif-Bold.woff": {
"text": "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",
"title": "$:/plugins/tiddlywiki/katex/fonts/KaTeX_SansSerif-Bold.woff",
"type": "application/font-woff"
},
"$:/plugins/tiddlywiki/katex/fonts/KaTeX_SansSerif-Italic.woff": {
"text": "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",
"title": "$:/plugins/tiddlywiki/katex/fonts/KaTeX_SansSerif-Italic.woff",
"type": "application/font-woff"
},
"$:/plugins/tiddlywiki/katex/fonts/KaTeX_SansSerif-Regular.woff": {
"text": "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",
"title": "$:/plugins/tiddlywiki/katex/fonts/KaTeX_SansSerif-Regular.woff",
"type": "application/font-woff"
},
"$:/plugins/tiddlywiki/katex/fonts/KaTeX_Script-Regular.woff": {
"text": "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",
"title": "$:/plugins/tiddlywiki/katex/fonts/KaTeX_Script-Regular.woff",
"type": "application/font-woff"
},
"$:/plugins/tiddlywiki/katex/fonts/KaTeX_Size1-Regular.woff": {
"text": "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",
"title": "$:/plugins/tiddlywiki/katex/fonts/KaTeX_Size1-Regular.woff",
"type": "application/font-woff"
},
"$:/plugins/tiddlywiki/katex/fonts/KaTeX_Size2-Regular.woff": {
"text": "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",
"title": "$:/plugins/tiddlywiki/katex/fonts/KaTeX_Size2-Regular.woff",
"type": "application/font-woff"
},
"$:/plugins/tiddlywiki/katex/fonts/KaTeX_Size3-Regular.woff": {
"text": "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",
"title": "$:/plugins/tiddlywiki/katex/fonts/KaTeX_Size3-Regular.woff",
"type": "application/font-woff"
},
"$:/plugins/tiddlywiki/katex/fonts/KaTeX_Size4-Regular.woff": {
"text": "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",
"title": "$:/plugins/tiddlywiki/katex/fonts/KaTeX_Size4-Regular.woff",
"type": "application/font-woff"
},
"$:/plugins/tiddlywiki/katex/fonts/KaTeX_Typewriter-Regular.woff": {
"text": "d09GRgABAAAAAE8kAA4AAAAAjFQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAABDaAAAAFMAAABgRUxZnWNtYXAAAEO8AAABLQAAAfJpPBnjY3Z0IAAASvgAAAAvAAAAOgI9Dl1mcGdtAABE7AAABYsAAAuX2BTb8Gdhc3AAAE8cAAAACAAAAAgAAAAQZ2x5ZgAAAUQAAD+3AABwNgrsPsxoZWFkAABCKAAAADYAAAA2Epl0ymhoZWEAAENIAAAAHwAAACQFKAGaaG10eAAAQmAAAADnAAACFAl4Hwxsb2NhAABBHAAAAQwAAAEMi5Cn9m1heHAAAED8AAAAIAAAACABkwxHbmFtZQAASygAAALDAAAHI41OEZZwb3N0AABN7AAAATAAAAGy1sq8EXByZXAAAEp4AAAAfgAAAIqSjPzKeNqcegV8G0fa9zyDy5JWC2JbkgW2bMcWxhBbITuxFWh6BScp5NLrpQdpit9d72VmZmZ+r8cvMzMzMzND3W9mpbVdeqn+xd2dfca783/o/zwzCKM2QuhHsY8IEkh7P6eA8FKrk+qkGp1Utf05j7Tb2H/hL9rwbin70wjBEN9GCZRH88NZW8OAYAcBoGsIIX+XAiH4GsLYw6NkMplP5ueCCuNhK93td4LAE4LzSr3RqKeDwPd4tVLvdfs/Xc6FU4zz1GKSc7aWmZrOZafKuJedhqn2Z73L0UTiXZ+5fz8uZXPTU9n8NMLoObgAn4EfRy6qoelhcSaXElR9CQH1KRgQ8mHUzDRdyjPq3W35NsG5kG9s1OuN+uCVQ8+V5qYEJ5rmpTWNcPHul93jTa+Q9+3XX8sKTRPZazecl90jhNEMQvBn+CZ6HH0w+pRhcr6IMUGgo1v3Y0MnO7vvKl6+fzhngm4g/R4GhNi7CVsQALzHKcY4uetoGCHjmgWG4Rmj/LCpxiMZhOGRozNfJro3LDx157ln73zwUx/86CMPPnDv6y7unq6FtdDvnq4lebE16G6QQafX7/e61YaEfdDvdPoD+dMOQ4/73uSu0w7Gt+1QASSqPo8eloSCqypvRYRZvdGVf+nl9xLKWjSo5qiXzWBBLNiC1Px8NuTHjlFqYH1ep4luR10avu3hRL7AM7lqBVKteRCYE4ohw48tYjERSHa6h9fHeQhTnS6k1L8f5oYgGhDy8YDBCnICT9W2WDptJd7Kjl5iLes5EzGKGeaM06yGMT59Ronw/8fhJdfip7ASVr8QQasvvhN+Hn8AXUEPocfQaHh+dMrUKCI3ew7BtLNcnsoyKbuDEKEE0TuIYkKll2AgGG4jgoDchwiBa/ICLj304LmthVapIP3Cb8HECQYN6RV+GAYR6lyM0a40Gj35oC4FxqqRo0EYxmODvlJZpEo1z5e/5Q/vViOd+F4YdMJuvaGUOejDzxdyQcGhqWUOxtVW0J8/SXTNLwkw3fRgg+tJLyglwg4xs4Wl/j3ExtNTRC+kNZ2E+kMF7e8h5VRt0Q+Mr1pqgPDW4IfypWLopUTZxA9cJ/75+vx2Z9aGfMXQgkIBE5G+d8V1TGcqSPoDAT+HmR1eXLi7DwIcVsxzFzSjnKckvCv31q8jeipvJxdy1g+X2/bDD5slxFD1xW+GP5O4u2gaddEWuhutDY8v5jGg8zMYU7xDACGgCG4iKu/vQ5Ti64yrR5cr5TOn1lbn58rdSrdREzxQYWDQHiPlTdx+UK/Wx0ANpPGSSoQpipHmSPDBGPijc7qNiuByigK12pgBk+T9Wq2kWSW/9iAFjJ2E/Jd0fAAIsOEl5MX+nxP9GxozRCv4zZlpYRW85huTxMBYZ+r30rELOuCgsX3snEHC5tMaJunKgqF+l154yHcYpvgHWFpdsBc2uPvRyzs6+PWdxXMW9uo7zWReb+r5vI4IKrz4T/Dn0vZ20FV0C10b3r8LIO7NYQwPnEvYEqBbc5jQNWCE7Sg7xZTcQUJM4jfCWFkpJHeVU7FrHBgL2OiNj951efPEyvHO8uJ8fWaqWNG5r/BUwEzsNQiVLSpwGpG1qkdRwFAPFVgSYAWrQrHRiCKGElRzIkwblWolUoUKQqTeqMQW3B48vD5wg2Kl4leT1rIIS8QAoFhzjve56/JsLtnOC22mYlozXoL1k/5jttlZb6w7hq/PFEj4mVlCcMHGlr6oQa6exSGxc9hs1OCnz14znJ12b3m6mpo5bw0uixIAZ6m0JYg4Lkjr45YtfbaQnHK9i3mta5m9pflycanhVgvW9uVVGxb03GJXX5qh++9aWc7SYPZEAhYRAvQ8TMEDMg/k0dSwEAKOkiSGpxDGEdI2HrWyFSITo3sURV6N3bpXkQj91HTOSuSnO349YRhFf3qOgMAhTrWnmbnRumujGOhQMF07earlAAL0NTJOvV/6SxmVhvk0IFBvRQjumyRoQJdKZSxdgXnVShxDJlE/en/046kgAu+vJ6idvfuBq/WlvEkTdUxTJ+upRLHYeiTRK2LmbXzPW77w7cszHsNFyg1z/mS2ce5rzj05NNR77pNf8qj8kiLKDH05IEcQQsq0EFxqlXHkjmrdhyuv1JWrKT9UX3ZfI0HMwt3XR8vn0knf1e2PKPDW3KUAf14JU1+++1OeOLdsuYGpXfvK6dbNvXuOO+q9Z9BV+FGsoSfQPUOLIQzoxAATjGXmrcvMG1JQBs5AWTgiJNJFmsg068kLgshDRwSwTKnOzRsXR2srzXrguVzZfL+v8qPwPO75Kq72D+Iy59I0cWdMaxqLuFqRAl7g+dLmx/lx0O32uz2ZNCtSdhL2oz8wUOLyTlmC/BNtKdOtd3v138bBdIABAM8vU4MnMwl6A5atbAISYVLXrOUqUQ/DRPKlUuBkzSXyCkH4EyeddopFLWWbhEBWIhm6vol7kOOObnluSHkxAEJMO6UVi4m090phzeY58mriCv06ugv+BKfRFFoYzvkpjAlFGAHeoYAZAMJwU8F8DRGSRqNupdqtljnPtWrjTKdsMqIlvSjk+gchBGbdlG/D5cs8DPnly2D7KVfeZDLy5s253JUrWHQFvnIll/sqrLUVKwL0zhefgRvok1AOlYclhBF+KnIClTE8NAKUsAVDOchR7rXKlTH4h0FehqR+9AN6uVErzXa3ejo3ExbBDthljzm18lRjbWF41SWOY6QMYGaGRRisQAJ+Ee5B4sDy71GWv4cAwYW0qyzf7Q7KcmHllSI8XCrtfxlkurrRjvzm+xDASH61idLD5MRjwIHRTEVNHMQfKW3n++r56bnG1HRtq9SsT0/VawgkT/nmiKekVdSxCZ4EAHgSA0KPATJ1lIY0kSsOXyXVPZj0MIYdYQSOj2H/A5p5t+9QjeH3OL7vEI29cDHhI4zmXvxn+H38VgljHdWGFUX5X5Y9Ahj5vl/3a4vNckT+lTrjvKvQVXCHPI7vipLKseo3zi7k+Mr89cev8Dk+WLy+9XGD0zNzqzpbObnZcWx8VwHMYw9+xdvfk4To4sbn6ebHXH7k/BWwPn/vwkc5kd5vIoDvl/mvhnrDdnKMAQMEGBC+gwBUjYIxuYoIccgI0FQxm0mnEjaqQY1LZNLSU8dsS/5T352aMOHyxDYjdvXxrsMdz6Ebdc20c0a/x91g/xdCl/f6QOgsfJ1hO34S48SlhJl94V+IKORMXWaU7/teTIoIUBcB/Kr8yjX0xPv7gBhMSoMZLm8IQzInE4zJo4ixCNEIW3oVUepQGa1qR8UYwbdfVW5vmAbU69RmCvmMZwi0BmtivMLxAhXVn0SuiK7L0YNMVD7kl0o7MjcLpb7HMsWznZkGGT3lGzNe9/g73vCou6QLjLmz//G2junPhOtB6urpQQmbefjcUra/69qjzWL5RL/UXXyYgem6unCmZ5jNmeMmGf9mt9+aqq6cXWQpN1NQGpyXDOZ35JIuK/ayQzASSWDcA8KaQAnd0QAJLhCXa2eUEUm3uQSDs5tIiBgESqMqNMAjQGdPr691l1uzMxWpBIEuw2V9gkIUvCeMUAQx946pycQ1lIVODLTSOAqKGoh49tiyPzgskvnpxVmceXbJuzLHly3A9ttfd//TOi4G/rQ+c8/VGf3MMTZbZWmdOeWet5oqbAyKgDEAnYLvns5VO1Ya2O709NW1DGse525GO3Pt9HGLh5JoG97MdjpzbJ0BFkVP5wRToyTBLrsAAIRqlq/iXBEB/I209GU0QGeHpzpFTHACgOAdFwic1wUmFAAReARh7O8yQIjvacC5w0ftNkJtmZLk5OVyrbpXbhoyOg9imiAtpBo576DvRoGjI6FLHURpP3Zy0UipZPgXto65zuvNj/zIJMMgfofaFg6MZkLMzyniNjffrMvnJPjc8keWXw+ROeiMXAdus2zOhBvMBJHY/0Ki9TVynTBpNwX9H6Df+ekuIOVDMg79Kr6JRrLSdhYBWAowbAMSqs42pDPNIwwCsJD8FiEhfQkBZqpWoGQPqQJaU4u/jjgPuHSqhSPiINDt/1p+bxgCOn3yxFpneaE1HTqWLtAIRsq0Bu3YXgQX42wSAdhZxf12e1JKi6rfHhxSP67kYpPjnsTxn47fu1yzkqOmsFyXmRSAJxhN+oXSTOoLQWCGCUDwIR8MRmu1UeltgfFB1z/mmFUK/CkNJ1n15OmVYyd1smwwLAz6JV9MHQbAMCWcaVTC+03MT3hvOOXw3UcfLC6VCoFrUpykKsIvTDywg7bRheGOAYAzwAhWHJZgUFFHA8YJuxnxWQFR8OecXpNYBXTU6wLaWO9u97Zbs4VcKiEY6kBHQQOT9KUQmcQVFX2EP4YiThJRFo7L3nSFC5koohpi4ol12FwbFTIWneFFPeEtjlwdzOEFNzlodixcmFoY5KZS4uZDO5sng84lkiks69Lfw2oq8Gv49mo/UwC7zhKccmZe7M8wqs1io9k55QaLG1MLDgfnaz/iwU9utfZ/dWVxbrFvYzes9aYagZ+M4tM/w+9KOtFSGcYFHCVZoHuIUluF34jfjD0rUEwjn8uGCVvXUAtaPMq9E9ZdVaqO7SMCoHy4fkUxff6Tczz3dFP7Y13LetRkGIuqVN2FFMEsOZ3+Ig7CaM8vfO8XtTXT1TXMLDa/QP2kpQkzYSSmM9/xd9zSYBoRtCC/+ndk1p5HfXQWnRiuzgAjHlAmtUoQo7Eyo0TOgdI4kx8fDDcGZ4+f7XWXjuVzFXGk8os/VX51HDsr9ThGRk01+avWrVe47wXtPmlHUVMqPcr8q89enNHOPbw5jwkBwo9t6oDtZ7/uWRuDcbqDVYlnzS7Cma3XnxvdP3rbygVmbh1buahX4SeHN8C8ujZ/OgEAgLF7ssndUDtz9eoZLZSB5VQ6GhfpzfJMt11vttv7X3Zq0UrVls4s+t42wmhxYuHz6BR669AQwFkdKFF1QkKlYUSU199CHCHC0c0j6VW1GKLMotKwEkPjDPTacntDY7ZWq83NlQXPtyBKLwqlw86CiC3+ZVlnQOqTojiIzX8gAYSPW31963ihbUGmePKRK8cv4NSlY8eL05cbhWKYKXCz1q6cd9vlZj23q+tNz8/PnU5ogC0gy9l8+7TILp8onlu9+AE/+JDRQlJWuK2wWAqMhFno3QYoO/VLU743q+mNkuMn9CHCY14KzyMThYpbxg3fZGzvikvNzMxUonbrEZaaejXGGv8fHhtT1/r+f8YcFqPnJW+/K3pTFRWGWTlCMHno4IUwqtVf+Zr0IXAKxriSPHzlYFArNhorjbwp6bpTTgl6+PJvMVenGuvHLg4aTiJniFTZIRAxeTSAX8QLKI+6788CAsXRAmkcZszL00jaQPLlFfbe++Yjll8bx7mZqKaZiYm2gwUL4BcDWwi+/43UNCnczTTNCSz8iZ/LYc66mvAI+RVqlkzyK4R6CcfC9z9Mv9tCCKM6+gH4E/hypCEPbe2+qyo/Jo0wBYLJAwgA7Y0RykvYEAKM4AbChOB7lJL2IrELe0NL13VP9/ppN6Lmk1qkHk5awuoj60X4mFJu/6lcsZihP/xDuRJ8SE5WKLr+FXouq0PCyxpH8MlJfDIA6ACfWFlpUPi8rPqP8YmDCI3YAx03AAYbeFCrr6QdTXC4h1oW3f9GLoTtmwqd/V82sZFMK3isgkV/hRCvZEbomAqdDYTgp/FjaA710FuG5gwQHCQxRE5tjZ0aAyZwBwHFQG8f9GKUs7JriDGPjfKvKeYfFdsb6r7nLyxWOM/FKznooEzq/bi3MiaK8rEMjko0GF9u3L7ryf5sw0hfSmPQkmHg6Cx8LqFjHDx6NhTFxeKHlXNyL6Rbgr9aHy6Ul5fKmtla16dKCU04par3wKZmsySrhY7tT5X2H81ORzsk0whhmaP+HX5PYnEc7aDh8EQGBIYdxAQIFi1MRAtDgmFxM+6DhGqB/BriPMtH2WalKU23o/FCK30kUsXkOBqYcBx/kp1joYP0PROzICkiJaTA/Me9kduh/7HrzeXOjmNUFs8WXEdkC8PB1tZsR/P7NSsf0LTdPZ8IHfbGT4Tb1TwzHC03Vc3TDC1A+x3vMoFXX3x2vXmxV25eaO8YHnN75x6/fa5p4IqBhWdbXYuA+c67790yMLXPzLbk/7GJMFJx62/x4+gEGqHBsDvcwJooAyC8gzREkEZej4SQ2Y9iosyVQVR7n9tq1OqhV+8mdQlGbRJlqpM0N5AprVGVIPBOuzNJgweRXFYYrjKBiNq4QegR2R+NAPLaPYkN/HA25dJLFwPMzXRCiE8TAgg20ybH/qVL1E1l0zBYIczlx5lHycoAvgkgn6F3aCY/SgZ5DYtSgpoCAPD01NQ0xiBMmihqWMsr2/9PoFpCYCwS2v5//idg+A4BovAJz5kSj+fUzkYKgazlb6IFtIrOo5PDDRcAzwBXrICpuorfoAAQFVP2rgCEyJ4GUbhH6Mypkxvd9vIxOXvheLmp8/BorZCKmY26C8KlCUfgQkwYrxCkrqqG/rgBkJZ8Ib6XI41x9eCHoc8NhnUbPvGTLVE5nki158zOeSNxesHMijOnNjZEZb6+hpfK7PzZ7QsmZsXqQS0BP0GYQZOuor4E6wulcmV2y2XGvYNirrWmY+zh9wLWO+XS4v6XNVcZ/CRQwMYSAtSUDOEPJUMYoHPDsz5QxfI4UXXmHaTIEYYozRNycMmYpMIx6VNVQa1azHuuLtAABpokfiwuvCNziNYdO8wk+cf+FCX7SUrjHLJv+egPvp7UNjqqdmPSH5xAw5gmvaymp6cGvYXzJ5Y2F9a8IOPSp80fePs73mfhOmAidNdIs6vXmCV0YebrJxa2P+iJrZVTi66dCEZvRhglEcAfSf2X0BxqDZtHdM0iXfNY1816rSKlSoNyTUR67nVjJccaDw43r9LdSJepjlxiPUiKtOe5WhJ4Aj70Q/TTx7a2l04abx2t8M5St7d+HkQpYypdmRknqlJwYvP6J3z8vesOhvm9jzFgvwfOcwhQGgH8s/zau6A8dGzAqAaEboDQ4opvgABTDLeQxoTQbiGCOCP8hgkYR8nRVlqKqpTkrgFC6FeRrjv6KD/OEMePTGeauPO/mZ+T81fG8+md//0fGA5eay6iiGmU3TzyN47O3NvbG7qXLox2zpwOUl6umvKzn2Hxogzacb2pFHMYk3s96WLjVvOR8Xj4IFiNe0BS7kDL6YBzv1BvLoU/kyIYM5NK8xP4d55xMy43WTyiP/NP8orPREPc2T8fcJOHmUzIU/hESYAt2NuYxbAm7KnK+5KhS+TdJ0Ujepj8ibmWvCRq7OOYzbVi0ubKMhTfCBDAn0vtn0cfOzRi7cfJfTFW3RHUhETNOERNByG0PaRpjibxPhbj/T+csTdMbp89cyqMMTb/jxiXsIqB1ZdAGyhoi/XmcuYXjkL7B29/GbRv3zI41+2fUpBmcrnMq0H6PS+H9Hs5TdgyAr4Ey7qMbn8b7RJ+7u67Moq0ZVKYwllAMvLnD+50ebc3FmghoQFnQgL12uFPj8KfQve/k9Z1bzwFqRkSXef8tu93ZoNGfa5sSGxrh0xjHDLD9svjZeMou5i06aoSfrX7GEQoj5kYvKVxcuuZ0LKCNwyT2soxDpphH4ZQDRMnv6yx9Qtry17QygXFoq1rzjcEybQlHD+0C42nHuisrnTuuaPjGk0k45iqCbdcWgHzk++59OFZo7NYBmB23RJ21kvi5x3NRAiiCPuf0mqvo/PDrTkAxcMoMhE1bwhGxic/QAVcy9AIQvqeY+PIsRGSc66/7spdly9dOHumPJspp2Yl40nw4suz7CQWl/CEeinjO0y+R8ZTh2346tGmnn84rtIu04Xa3BIpj73uboNzEg18vxzRVSL++oOhaITIkXjS98cjEoh0io4zsJadElgZYYLLgfe+V86laov1YGi/J4d4QtpoPOsnfzIeQYDOIYAflAg20eywTkAhFmUoCggxCR5jDlNoNVGzPNcr1wXPThB6GT7M92IUorU+ZBsuP7G5eYK7Pv3ar8E6YYDjEbkG7qTyWrSCfEkA5phzg8uR/Z4ccS2haqCoj3ATtdHycLE5jSmR6iVAgdA7DCYlmX20H12rSZ7zGapscOPoEatOKs7jr95/7svY0fjxgBIr6Qd5+yld8JQWZIClHtzY2jNxIfRLtNzcKDBot/HUugDOE6bMqj/z9T17cfXYHE9mi8VQd5xZfelrfjqqb92oU3xzfKpi9/zp9hSLNksIViSARkapcYyQ2DN0LIQjJMpS+u5jfq0xX+uVa6ayxVcCHcSL8TZxrId4hUIEU3jCktWzaO+z0eDCn7j2bJhSdCEtUiGMdn3FHWDvvpTj8q1ttWppZWe3qnMX3TRLBR9m63a6wnO+KPTzck7SP8IlihpYOXnz5IUZeOIOczypugkqe3ubFz4JAJuZgi5tzk+QdXO5bi1vVZ6OJiJAWYTgTyPNXn9/AJjAJNGUEAGMyS0OAJPykckBeh1R6qm9mSklAATfeQ0J2Q4qN8/VZDNK8Pxka2xily/Lv0IaguqgHckUdSkxzx57o+qfV2u/oRp+M8yKMu3PPr7a4kwQIvTpbHZaFwQLfAMTra8sdq7FlRizuMqrAJgKbVoTAn5CyAtmIUDyH0ZyxfegneH2SQdzFao4JpiTO6aBVRkMEKVFFbgIvaZBtM2EkJxyz+vuvrBz9sz6Wqc9PztTrZTz2Z6lWoUTA2hP2GHYjsvi2AvluoNJZTkJWJIHR4X0OMRz33+5QKodJD3WP+FxWp8FOB4wZpobPe4mg0QiSLr01GmqrkGUa9xat3itLODoAxzihF8U2LLEh36SR4Hmv23bNgSXfu0n8H5PPs1rGEd3v//zYu7xD9czGf3DH58TP//7R5/BTyBAHkLwr9E+xMZwbQYAnyxgBF3giBw6U1w+8Wu6hjn3uIJthEazM7OZ2ZraaCm8algfN8XdMEy9ekTnIk6F0ouOxPfWS+P421hg4Pw7TOKnNZ1hzfmicRDX0r5m8FyJZnQePmepx68ev7GU2N3/4mMm/MAr4zdOSUGWTZ+EG8vm/vpB7MbouOw6/yJ+K3JRS/UNj/RSCIkbzK1mtkx5ZuIKL+kjs/rkINDRFqgqkx6tveFua7W4uJjZ/ojtzCJ0rLnZ1lwyb4p8MZPptnWTMTwqg8gu/NVfL/iW5S/89V+V0hbWk1PfnHpuoVTgtNBceO6p8jzCUV3xu1KDy2hD9fSRQAQJcoPH1VCca7Q416ytHO9Fm2QnPrtc13k2ioIvUVyn3e63pdW3O3FRxMcai+NcVCI1JuXv7CFJDjQtPz3rFk+1YNRpYGvBC/M1fvZUJhSp4J2DWX5iff0Enx3AIZ/LlgSAONUdppxTc56ZYPAFREU2+Kq5dUPWdwDGeqSLZyNdVNAIvXmY2JnHjJwCyqYBKJlEtzJihFJ2CyFAT6HJWd6o8wXXx9rKDytKhjB657WFZHtsJV+aq7kqzzEV6tXxxuj3IpboxJqOgAkDUq8IB8c67kQ7B7FUoIjfBlZKl+0SeygELhTbJzPrvm3jxYkZ+E6jVHqm8HToOBhTNywtUEwM6iXwdImCb5iYWJZ68qypY4FXV4GZc7kHts/81cLYRjJfstpKra3hjzFDZzTcuJjb7JgWY77e5AkKBJppjyV3N9ZHhY0OUnXzi/+EDWkxl9FD6GeHzjRwYxMoHwCKoPQklLOIcoToLWQgTg1+Qz/SRyEYIXbd1HB0ui4/7pt2/5sJ2lUTNM2JZ6Px3GFbTeMU3Xm1eSCn7Y2nIULiSbJkzCF03z2vuyIXcPnc1tlTayvdznxL0kvrlU2cI6qIz6bKy8mPOgEVJ63Jxl4j4uVHSWU6NvTJ/t1LY9Ob35Y7tuWIQJItYJAxouyUZBQwM/gMT+LlxgMpDMQ5xhbmYoLZ1eZbrXmtMK+LzivJprXR8gqL1VJaADCcLaVPrOr5VJaZlBDhLZ68pfUGWtOA741DFU5j+B7ArOwn0jPt8e7yP0UnNO5Hu8NzjoYJ2uhhKvBO1C4FmJx3iS7j3U8GlAa7SIjJJR1d2N0+e0KePqiHjYoWb1pIWMJJAowCQ9z6iY88Rj8R2vHxdAXiGNzDXaOIF8ppjTFHeONOTetWTNsWWqhhjJnW1nSRud4YGDippxOXtrXmmm2S66dE6uYqTWA9GWiYcD2bkXKfPJeZbSZt+uF0ZQQ/fOoNYARimpM0+xrGqa4Lw05frk9pZiZwTMNNEWe1XqhtP6hDnWKSw3qaXWnWE1zXNffRdOmRkklxCZx7EaAcAvh76Skr6A1Dc1rCTJKAIS7bpyhgQIBvMQCY7LJzUJQTRYQzP5yeSKA7ryGyNzRDWZB/Xi2VVs3qfkQQqjFi4+MKr1mmpw7q8Q/X7bO3sZjss4LmcB4U67PLmV88WpLfHlfgv2On65bkTpUpW0S7ric2UvSldfh+b1J3M4TgxRdkvEhKFLZRZ7jkAUOwM+4ykz1NYLUkxFicEBGSctvNuUav1mjoas/wsD4QnMc9+N7R0i9+Hh1GCcbN9sjhJlLyCv494s9hBvh2f2r6/JMCooQD1/biBxS0xSKf5sVFjUL0lAkZ5ias+RufF5uv96zbd4vnv3GcdSYP3pWbezKBobKseNFyJVn+3HfJ57bD1dpR+sV/g3+Taz+laqRVQNgAirCkRkAQiqtfRGmWjjbX+93F+UatkA/88U6zJ1dVwspjev1eX+0PVSsTEkTGjYAqwQdkkRD59BCUX0uECWyn2AoBICvUtXEiSGjOFwgmMOZ22t3cxMJhG8wReHMjnbY5DuDCSKoYnwgTbLCT/qeWQQmZ+0d3d4UlwrQlKNUtPUEtsf/i/gvMYRjLX0AAhEUTChGaUGu2Xvy3iEvfh44Pe/cCR9OlAsEc7yCOMOJYGrPaYaAAYO8SwDiLR7s7G+uD7mxzzU+qFitUYgKoaiXCeXyYJFpglR9sG1ejEECqB3HaV6ApQwj9QRycIwTVTQ8+OJdy+Ydwt6RVCxpPYN9nlkb0OkBdJ5rFfB8nuFaoaiWfDmUlnMr5dtpmQNIJZm1ZLJEmwOQIDhNhXiNEy1fJ/gu/1BM6YGaLuXfVNNDq75wTNsOgi94vgVSLhEYKhgl69lvfvGu5mw/s2r5v7z6w6Vq7b/7WsxQBKkzq0T20MuxfOH98xnx5PRo7vq7F5agU3uvKzfWpXr0eUeiYh6llNxpHPERZS8WLIu+gGkkdQCWEN4XjKkzJDySeDdVXCsabdaKt+FkQrvYE9Pqhr8msdeGCsqKilncc08nq07pzYcRdNx+2lzeHYSAv6cWLQUmHejrtulXKXUe3J6TtHXdscuvWOFdFBlUluCf7ecU+qaZsLQLq1i363AeBqt6wKFUJwKWG/O8SAE56KYdHdQdEfjVSeJ2cr5v0EK69o3BpEKMlCw65Y7Le7wWDmabOM0dTvUTwAK+DmFIZH25rK1C61fo4kMTlWJVzcSTLv8fWcVRRBFeDwBu3+y9e0AWf1ik/h7cs3bWZML7IMlLCD6TQK4qNr1/6vuV4E0CFlgoFw/wyn5DgC3Jq3SqiCCclI87y9y19/UGZgQAtIYDfk1hsoi8fOiEg7AGgFSA03hmoSiGK4BaihNBHEUKTJpJiRVcnPaR8vE98IIoouf0assPaWIze+S/lJNVyEJLftRkUPq+WPdKbQoPBa2WpEh0fyRVHOwJqSGw7OgaYY9ZvH01VjKWzlWrL/1ZsYg4Y9n+ZWX9ztAsPMtglGYPv5u5LUxYWRDM1+Wj/FHfn5+Pe+9ktZnOF6y/Lc/x/gD+AptDisIWBYNiZHC24GR0tuO/I0QKEpNhUeX6gzhWE9UYqOTEkcaTv5om/SgrMbPb44/EZNpdfvuuuy9wNrlAP3gxvoQmKDw6qFQR54VOlFxjoJeebUwpVQE8igMealSPHCVAYHzBDjfpqOumbAnYw9hK+qe1/ADD+THWY+YWLTKPyIoHfwzSEAM3KdfblXw5Qe3gsDYA9IGpbGKPJqXVCojMM0VpRtNYABb3yzHitr+iAhSkuhmG8Mk+u9v+39xUAbtzcujrSCGZM4/GA2WteZi+DF4KbNtz8afoHmqQ/ly8zMzNj8UF7mZmZmZmZodsnaTy2kzR9zLcNeDSys3MkHfy+Y8eg6XMKAoyfIrxY4ti0Xxtz1Dm+LquO/17u3Qbyug4GQPCMShqhU6OTVRKip/2gjIcq67VWnbH6EHRs6TUixDG7nQHLNC3BKIMnQP6SL4QaIR+Pb2BoCM8CZlt2mhpkG7aIQdPyiuFjOpP5ZfCzr//Bm+HW/btw6w+FsHVAr8JtuIpfQiVU745kNVQmCXD8bmRMMV/DEeWt3Vc8fQyyN6/SRNCtZ1Oxwsh+MW+IeCoRsV7q8MX5Co1tT7x1vxjDkEpaPd5LVcVjs6//M47DN6BV6Tn9a9eeBorWUhhLdz0OCE6EAVbbBCQlImlRFHFM+U3EmPa5sgcCFI7JCKudhRCLPdqbTp/8z8+fkvPn33R+hJPSL3UFMKeyhbNv8ibUfw8SInqLqvflQNbeZVgxPzlRr+YDxxYMrcKqFcKah8M1ZcGGcButdo93soXVNo1QqgrRHnTUn54b5lg+2C97lYurYv2SgDFW5qZjNCZHbcLB2jy99/DEiQcmx1N0qm7W6gYzSPLbxIetekutqV0Tw3zFL7kVsI4u0ifeQ0FYmYLAIkUEsMaljXqn4hiE5kY5gM8LH9EgzWS6PFovMrWOhsSt/Kk8C5NoDX3hwatVKVY3C5gUgBqdRcyohTFixsnCvcMghy+Hb6lGkhuUW7MqQkNXgGOEckip7zecA5AMJ3LQ8y53PUCry3Mz1YrnJOOcokmYDGv57Uh1k7Ti0w4lNaLsZnRi2bICuuq4WUkXmnuLRGvvOIVKJQhga13pabPezpYWZvz4AliV4vmjR1Zra0nDnhlfPM0mfS4w0yQv4OWSAKWlr11jPme1dHrzStHojrenf239UrPAP2Cyc16dt10py5+Gb0Qz6Kl+Bjut7RsmlGC14wyDPiZFEO03w0CPMIgENDSNUOPxN56nOQZjbYmtz7pO3EQzMMO1eKLjrVO/Ede70671K3YLw/U8qD/8MZ2VSwbHzkrX9RSI2YKCGSQXuo92FxyW8jJGxppmH3z9zM5uDCCe8Up+pexRABx7cG373GLKxNyNuY+oXVSR2kDIXdRCK+j7Q+aXo5Q6A45mgfCK5hEU7hkc3kH9HEpEjsweKDBEGNkrEkb4uRP3n4jkPP1Sg8ZyymcYe6PZqD8ZMRbNlac8NioRVK5kiwnl2GrzFnSGt1p6oQ826vRC2uWeXJc7UW208uSlrXkz2maW2Pb9rW3DMZd22tWl3QtHFvYbREB6M56O0dmdX7z8kSPsY6Mtlj7EiVzRxCIw+bide/fxtUvHWYa877xDQJzp6V34SbnHRtG8yn4zAAYnowIIB4aAMLiBKI2edaD7xsbG5sfmN9puvT0nFIpuOcJPqcpHoI5Kz/cZJmXIkaAVYev/0bLYxRscrPjnfx5JPbyx7mqfx4l5V1YO3j+f3F2p/3uz2WTZuXY+Bt8g0wyXeDyd5GDNbK7EKCEiY3njc2f3amNb7ymmX5qYNqGdU66i/A1fJ/Fz6+g7u5YPGLKAMO75krWI56QYAYYRksrsAw6UsstIMSkiV7I/M3izman/ws/8L/k4ZR7i1ZZfbUrMccZUIAXlsas90zO1WpKhso8YdkM10eodhdMJMBOPs9TVrSk/XfKcErY6SdjbUdWnnb31NVUlPfyOpOmwtfXlJebAJ6Rjotx2JlZINhN4Rd826LhRLmky7eEfhVVTlnBUVTUgCnJXer0Ar8E3o110Dj2GvqQbMBAoACy6FUz4OpjGTbBM2qNvLqrMvMHJTSSETryFOyp6qU6meQWZZu4AWZZGMuaV2OaH3xbuw0iQ93uTxNRcky0UHjh17Ehwzp+QyOaYKtaFh1Adv8jLrDMpyd5FW6u1pWBeMmMiYmutxyRc1ue2HR1QTX2Qb2WZKO03VNzYuHViqpUwpyfqMwW3kCIYDO4Gjx6MNU3DSXEKqYp7PN893TxyeKQFJIhnqJHOsODi7OhSXiyMEoErY6+IJ2v5VMCm37V03cS2B87+1Qxn+ZGSW8pzAFGf3r1uU0ukC4ABjPj+xmxrb290brLm2IYoNbPjsdZ4e3Y2447OAps+/H7gqaBkxZabRUYDJxuGP1rP7iuMnA2A1wEJlSE1hEHEkwNlF/kvWV07RIg9bIWMo73drc3mqOvXW4tVR5eTZenkLnuqWLa9C9fzQp03FLaGjALOUji6ZwRbQ2YVJ3eTZvFWQEGqvm8PUYWuD6RYWW4mOFajPxW0CjH4kYFlvXGthfHlzLlS5v2VAozghE8+S4vZKSdrXb2qhjlCWKMTfhzfQjE0qnJ7BSDGoCFKoJW7YobYugYcnVK/uVD1GjVVAB6GsZMwd9ljwWpfYnAuf7iW9eu1IFf9cDPxCbs7vg83rqUJ3tzQp/B5H88E5YrnVyqHWsUFwDc0NOi558Jzx0N9XYT3xbeQhdYVHmUSDLqa1ARpDtggBiZq1QZwYHoZUaqp0tHJkCT4hfFqqeDYsfX4ujJO/gToZwgfQT6LF4SquwdbaHWGYVIDontbtQwBqh/Lz9W+LCiJap4HKmUKJ0/4PiGxZMbNxt+m2C7u4vSJ+TWbQ1E/5/hI5bVPqPgMMPc8J7X0lT8KohRCoX7/b7xj9Rr2C6lkbkT5QQkE8C9yl15AZ7oPnAZhnpMpRpfq+E4IffYTB9jCCPVaH3CKlUlmoaEHdOrEbnd7c6UzNzNSyQbplGDoAlyIKTpTbTi9xFVCxA+C8Kre726gkklhoiSiJ9wNndQlAU+mpiCjknNve4fKLXnVavqos2F11/XVv/dtIxmfjeWULayOqATTY28zHIeNVNUVFjFjdYnFDAIbm3BTp+Z0bqkkIL2XPpO42LtSAAkMsJ2sCVEd2dYZJiz/CIEuKZpQ4JWY8eqrG2tKegsI4Jel9Kqo3W0kwEAKv2T0cC19NE5SFlt9P/PplOXuRMWFCfYQStjb3AuDlXWMzzQ58w8/yqfc+gy56BrPZtqHWKV/iqYoqZSPPJkCwet/iwBn4WvRw+gnQ3OQKecxJpe2mgTkBn5gEQOcKOhRcdfo5fANlZjAyuunBibEPkjETWYojI6looIkigK5cVUw689Cb/qObltNDr3CQcR270zl0GURkj/8wxfPHz+2uzPh+fVGs+p7SaX1fL+/Y5SQwrBebwu1OfrkOKnhBuovCt+U+bj/jY8KbO8TgzR10mmHpoOxUZagC9WVHBvbbPoBB0jLCe+TMIscMzNdbRv3DpzCSV/tmyCOAQLA8aAQIyxdmaZjuWDe+IgP0fdp0qmTZ26PJVKro+ytl99oDEU2Q65iF70QLorFgaIZwAp42L8w8cnemhVMUN4jaE9HMIOohBO/I/BuosEMZJr3m9ytRzWWbDgN3TtL5+u2N13Xl1Yp26pZIcpTa+FgQS/Df7EZ6oSmTJkjqaMBNrYnS5PJvhmi1r1mSBsu+DgpXuHR8UTQucMEGda9JqhciEEAWrcvSl/8F6Uv7qPGMNYi28da5OBUY3z8HqxFqJO0VqLKLeknAZ7de3Bu9HYG5+beaSfXF8+kMY7D7vHlzvGjK6WlZAneb9tbeG/bWZu+kcG1xcfshn3q9uq5C8ubV6vBpI7m6/Cn8HVoSlqbzwuXM8aBo6UONrlcbnUlwqv+eo8jYmJTRg8qaz20qtqTyB0w6BklR9e+o8lIiGhldVx1/zfJ9V1baVRdN5MZu3N9NQd1WCZqQb27V5PeEcuHa2su748eeCps37hZKNNpc3g1P2sojtdLy13K6u1SGLRftHDlyiP9pfw74J85COIxqr1ex1UpwXEpwbXusm1iKT1gqgwdSSc7CBvD1gaPIEIcckoi9puNenOvFz0uz4cBpDLVA9Z2v+PGYk1nhiIHVXmiHVXFZ6z2ntM4aRzpCCfrpVhoeH45tDtYrO2ffk8Czp/ppMRG2YTKQ+bSyV+48n4mjLGY41ip1356YF+uXWUT73lQ5LfO48RmuhTM3uAPKo2QRQB/IJ9xAX11TyNYgFERCKgtoi64utA7pCJvj4QsZInAUztccBz6/trRGg7NqxFb+f4TuxPDc/rRO8Zh0cQenq1Ugy0nLKCFquu1a80JU7lvZerKraNkG8VWKjHUj65C2zdwan8Ch1nv/RvbWVb0MnkDJrz2PIXuNnO8wx8Mgkfn5oIAXgEGlDBuMmd/Ihn3yn6G0Fjm+BTb2SKioNRxPg4BqL8URlae/R+WZ/8sOt89k3c1eJsqBydCX4daIHrJedjaKacp7b3X9BSgBw729zbXx9q1kVzgJNFZOKtY2815pd6iZHPYRCsYonuFO2eYDNZH9/SCJLXThskvYHxgNTh+1HtrpX0JF831ggncsnuQ7MAByGTmOpV8IjtzvXwujWnq2vFjM4p4FJ+Uc7iZ8wTjwdH1IB2PxcXIiYnKqLwbI9zK0Pk5GufxjCdiqbibMG1um+VtkRaWO71QoJR5GbrZcaRkDXtP7b+clN134nG0hj6oG69kMTGWLcyl8ELge1MAwhwjrng/Gb07yGW1L2wlx0ixqnyZQYyn+5PvM0+3DVhanJ2u14p539NdaNZgLZRyFFT2i/s6dA/TZFqg/dYBbtA7pfA5Ofvm3lqzzmBuhjlgJm4At11bRT6v9rsEvOUtwNfWY2CKr094O5eb9S321LuJKKVjYn4hYaqQZ25uuDnAO99Dd047XGiL/fq/YAGvoGX0geHBSs0XMSYVMDDXeKdCf4SHI5Euz1Gd9mZaCFxnLAB6flN1+F6ktJMq5hiIKuY3mm1Z3tUZsKYblr/74I3hKDHwlECGA45IYj4WKuGVoObc7rsDivuRoUFAbB3kwpGtDSWwbb9VNDFL0/zxVOtdHxrGg8oZ/oLPL8/FSpffBUpJK2k991xCaa7X/xX+Vkqmo/odjWkKLO2hOjgLnUcAVwM6OqgjH6W11FCpLgg7K+r6Pa/V6u0QHnc3miOsVffhG7/u+/n84hI2XctKWpZr4qXFfC5w6fnzGg6e8aamvOyU52rUBryijAo897zhUADqGM8/B1yGSLiH2fiET9h64BOGUBq2fJZ/lc9yA+13d86fHm25lGswu0qeyO1sYNNAKOqdpbRjjkuF8fBbThzrbsnOcPOVUiohKLoBN4brEFHQ4+nVWOp1VRr0elA0mY7Oe/QCo54e5S7rk+J1rYgzT40wJSw10Frybc+4cJZpS2TQCgDxBTaCjMPjwmBZeV3k2lyx5zUyuFjCLC4yPvOY6Ss9KLhXyDoslSpyuJn2NERBxUH5kW/2KMRGzuSJSBIjzr0LDYExI5Mvj5JwjgIKpwGee9GIMYJ5OvdolnNilB5LJAWYsYsPPac2OoTdWJRUI27lpYv1mqFaYlUA4ETIt1OBio46h1qxXLt69szByb2dtZXJ8ZWWq7mVOoKSopIC6IOBB9gGL5AVejk0XHKVQqv5FRy5eiHuYb6jA1K/HzKUGLN2lzpBYb420uNanj+nYs4iX5jlZYedPR9pEiXr2Tko55flVNW75WU/kYlNJnmlQnkm6b2cMFuJlMFOnIByY7dPvuyBHGB/H0i9IMhweXdnB4/WjoMCIydUxOfaGHZda3YWFEZbUF3ozb9e1CftIYUhqgBHp7QTRAkmqkip5Ki1SJSlaLQnvY2xxUbo/Chkwz0sGe4FfoSRkZILg/FIcjXOsJ7V7wzmSWGGnM0/XdizC/kggIgcI9IOxqZxhBFzNe5lhO2/OJBXNg/04/HocRnuzZZ8r+xggvlizsgBfPSrE6GK6SOpARgLrG+q0dj0f2yDAvFaw6LC9uFD9HZOLLSCUsEjlGO6oYhCgGoI4FekfHbRVwzwDxs9/EPqvvgH+278g3t//IN9f/zD/edFTtMu2l2Vp/5zG3k+DDCNeqDci4CgnpvUK6AxEMPRyooCYxrBa/5PmkNgPZrJVxuT3rcqEg8GAIbNj3/3xO+YZtaJMBA06TmUsODPfK8Y9kqZnVUQCDnGYtyyCCfmR9ycKFQtbRAXOz0MxLxEHfyKxAZsow/u2ivzjVqWYrqVjJOwIjClpYspohKjqNABFBN6k4Fue8Cg3/dAtvINhR/NReHUW/dO1UW1uZlx2Uw3kxYUbcO2Lqr1qOdSVjM47AGr/ohEqbjo6o/5vtLlXMN1tegCH/5jwcnQkdHSu1wMJHVgLGFL4dcsvGQcpAi4n69cKWGaovh4CnBsVIjRGIaESvtyDIZ9xLr9GK2YQIBY1ElTS74As8JuP3aFg2mOmmbl9k02naUsOyUevTWCAP2uxFWMSdmZqgufSQ2kuzTf3RLCDRtC6m5rylP8XdXgzzAn4/gL8/nXJlgmp9ZhrrcOx1RHg801ixtAlwDDTKVIDN19F1FA9Kacig3AN7W0VU9YlZIxyOmd7fZ4fqzKWC6EVKjTr5zV+T6wOYmVp+pyve8GfQ4Ux18JNpR2Z9AI7IhRbZfWtkyA+BlSymOHSGHmS+TBJAB231UcLSa4Eue7U0SJ0zCkPEnq3UUpY4a/FoNhTo3WPqbWNDEGVrK5pSyB2ZBD1hFbgXNMzxVmgd56VExlGSbZaXbztlEwheuZDCkRPgtfBxQ10Wx3KgWAapoRi8AgcAkD0idTygPIFapW7fR8ozVfUy0XQ2GHPRvUC08/ceTD19UDKqv8UxatFxNGatZOGFYyAcHORCbhOHokbsTUyCYQPJaZsJMSBxfsEC7y0cU6wujtmMNz+BaKoxIKuu6gPXdCshtynX4jlwiKV+tFqmGXDHndensxcGmz5PPlHwlsTAHi2fIK90u442chVnPz0+mc+tisP11A/1v+xa+Dv5HSfhdKoOxdHBeAsNclnKo3m3f9y0rEIS5AZ1u+bn6knZWNXUeD9PsFKTufT6ZyeLpYzaadYjWXduJpO2/bCNAXvD4JX43m0QRqdesV6Ld4RAiFnoSDlb85gcaLhVGDeRPBNB7u5NeeJoOkcwUP8h1fbXFm8mRjq9Js5q2YYEBsmkkJGyC24gnsP1Fc/VlKUwlXcAzARdpWaG4er9ZJimJi+THDmbBzaXEkrjzFsDIibVJRZY5TIfMVoGcjVOUyCqxVNSRDFTLuzeofx9+47NG6T7EDwlqH/PdnVberKmAyTTAo4DEgDBjBkxq7hnpuuq5P5VW6f3y04js2p2gWZnW/rv/Kksat/8JCxpX/wvrF/xn4sEfhu+BlvIOyKNf1qe5oDICwhOBh/I5sM02iPp/BcFe7XtH+acvkWxsbGzzBjUTK/AjnY2gqjpetbBAEgpQtnxpT04T6ZhkBOgF/C9+Dd1BSdTEeQqLpR1fIuyRKdkjILWwPfLrrcQtc+vxzJuM+/C1NpqsMc2rHigqh9t3we/C5+GaIHISwG6rqhYoHoYpSAv2WZr+byqTMjwOTOH7cJCePw+817AxnY4CzdkwuqB+olXlWfupJ+akusr4Byc+cBObd2WY8Amw/6yRBkM+m8mOt4ydJnBp4NeUbMEF5xm4EPqFJrjFy8I/w7fITS8pe6sbxcA0bWC83oMCX68FQCUpU99JTWptN4J6QwwYcvW0Kn9sCJ9vdTia3t3NOxi0wknA+30kQajF8sxZkPMvyMjknSVIGNuSvOCH/XSjA/9V68BL8NHydlFQTPdi1BrYvhO4FyDB6Wv+AQi/93evzDNoUXhvMMBRd7X+GZcQ37msZ7/Vm/s2biRjXs4h9TQFgVj3XvYSdvnP7hszon/rJYbbOrzTrKvx/7KECv4cXfRdZR0f1mN5FikYY1fU3ejyBsqiFxNfVijbB8idbmNdxd+A7StQjSoCORCZN47oW/YL84f6Q0hQvYYtxIC/Y+PAqtl8gZgcwhvkjxj/CaBc/DsANZhiv/VjKEgDCSuEFI/UMSZgk9epfmfgTfwEhcgeH9rTUNDIAduNAZt+QMBsxKVUbcQXy1HUpHmF/5iMuthd1HKpF2NC7GbW5PptyerE9lRNEvfw6mnFd08SmyHoJwZNeVoQXqXvZtuaASunHG5OT+QcVefKFhAlSwhhzLt9/KymiC6Hj/LLKl0hp78k94CCYjQgdqpWW4+jMUbgpHEcR4IKhsql8tpA3qjtsKSH0TPOiIm+kHVhZJcKh1OZlz8BrK+DYIu1/aWDyXCbuGB2AjuHEMzlu+j2aBgYAkKtIIcmNw385PASsebVmMWMJwLB4Lv0vbQaseZg+twhYI10ttWIKPfgnciePo5PotlyxRw46UwkkVwzKxPVdN+qD3elUlfjvbRFLQsqsHlFOkLwXnYS6OgXcl6PVO/o1R5YefooIhdvkiv932G8cSniCUa/QbM0Ex4JW2sDYSLeCjx96+WyQhlq/mfPNJCPAbHwTM0wNFotZ8vQLYdpC2GHwLFNrSQKHX52JiTh9hMZFLEPp8MVXQNKLqX7P6oSpfs9xVmsYCTHcFUWtc0at8/1bmty/dYmamr5v65Lf+PX/rj4lw01JoimDMfUMowjgdxXnRD7DIlf66v48Q1c7aJwv9HbzcIulsP1ZaxR7lLnFenva//5hJfYPO6maA4x+8F9gPshmHD7lY/zZn4fxdkHcSTzEb8stl3Ai/ou1cpLrTMb7S+GbnqD4X6nxD0z36Qf4fclt3ZQ/eV3/5FIlhG12hrDiYXdr7oWrUO8hODotBS3Vt1jIxPvczowFBg5OLBxN00wuhbHtmor0A0sK3PEdCtvRwaLBHOoRnJq3N6bwe/Y3DZfdOrWYNXEiGKmQ1JX6K18xDPr4ileM95ViiM/5yYQ/d1Soc6Xgs78jJX4aXUXvlufq1vVHzs4yea6ciHAfAXG8hUCB8PrcghrjipHcB+aoB6nX5TNGVHPts6nBdtDpI/K0GyDloCFoWpV+gk+Zm62mbmlITrmMMaZ45VoC48TVVUzl5Ya+8yO+mViXVwZe1TevrWJDXpZL6zizapo8vWIZ+Jb8jZ01h6d1x5YIrXMVQGyOmilbjG0KgKt93E46ydW9jXFhp8yxDXUPfn8tZ8XilpW3yNNkbT3nJuRrtTubqqoqZXVVrvFRr7fGbsgNVd8wMZwQDUtKIXBYpeP7pIxB24K7d0Gos8JcvHzDA40qw9jJpg0o5H0frl9VS18oAHGyDsas2giEyQzHAOKOnDYpHt4a1Dw94iptm47jFPxKuYYL1tS8bX3yJ4dBUbgt4JM/2bLnpq0CrpVBmK7DBUu5W619l1wf3jjXibvf2soRTm3XSyFAIwjgT+VuvyIlMYJh9s4vrun3vh8aqocAnEHMPABpqnPcn9PW1lQFqVF9dPRDruQKJ24bYqJgWW6mkTa5PsknTiQZtqUPa5nduXiic9wiplV0bLt312aAzVzdzVhWYY4CfOblD6OpZ85mg8VHt8pStLFG2DU/TjGNG+nKsenJI+1GefnAxNuziXS50T4yNbFfTasJzG62qNuISamXt57a5Oh/P0Pnf9s34vwMPAir0p/wVNTqwh1fVgen8sPMsfARQ0dK/vqZkl+xDcZI6BOqJDHe8EslkYhfv5INnZbslQu6H/h7wW+if0RTymdR+4tqc9zubOAlyUaPFL4ESCqbvYHV2HJE6oPfFInD90kxAMAEzETMNIBAFwjGZtZkAO+dNnjy5UtOzovHqAEYTNPIjDR+//edrBsTFOQ8k5mpo8pXlf/BJLrV+yY/Gn6T31xnwVuQv2+F//2XzwM1D91S8+STAYJwjrr3nwDcbt8aAAABAAAAhQB+AAUAAAAAAAIAIAAwAHcAAABxC5cAAAAAAAAAFgAWABYAFgBaAKYBkQJNAucDqgPlBCoEZgUlBWsFpwXGBeUGGAZnBroHSAfnCFwJCQmYCfMKegsSC0cLjAvVDBwMZAzqDXUN/g6LDv4PVRBUEPoRrxJQEp4S/BOLFAQUoBUuFYEV9BaaF4sYLxiyGTAZqhpEGtwbYhwOHFUcghzAHQMdIR1iHkYe7B9pIB4giiE+Ih0inyL2I3AkDyRUJTcl5CYtJs4nQCfiKIApECmdKgMqritSK+IskC0uLVQt3S4uLmcuZy6gLtcvLC9sL9AwEzBIMHIwnTDGMQYxJDFbMbsyRDKPMtAzRjOpNDo0nDT5NVU16zZwNvI3MzduN6A35Tf5OA04GwABAAAAAQAAkj/Nnl8PPPUACwPoAAAAANiymQoAAAAA2LKZCv/0/xsCIQK2AAAACAACAAAAAAAAeNpi+MVgxAAEjL4MDEy8YHwOiKsATc2lQbZhFADQ95eGu7u7uzsk4hdxGYBt6DQcBoARsAkYgYidcJFwHrlKPaPUUc4pR6SYp5ETRrhhlFa26KedCvrpoD3uzqg/ZYTGuCdpp5wcmskmj0Ia47/MCLmUkE4+w6h1q6Of0r8ZH28RT6c8art5YpQW1hnhjG7+M0tV/OuoiPhyxDLoM/8l4v1x11LMMiURKyabCkqjppdnekixTxL3NYe/dq2zyQq3HLDKCNek6KGEOoappIZsmmmkhQaqOeOUe9r/tCcJSbKdJJ9NcCyCAHjaY2BkYGDa9l+aIYqJ9/+X/2+YFIEiqKAVAJzEBsQAeNpjYGLiZZzAwMrAwNTFtIeBgaEHQjM+YDBkZGJAAg0MDO8FGN68hfED0lxTGBwYFN7/Z1b4b8EQxbSN4akCA0N/HDNQ93qmZKASBQZGAAKPEXkAeNpUS0NCxXEQ/v4zHaBddvtcx+sO2bbtVa5n28unC8zv2eP5AIDL3QkNhUiAi1cnmmAGMIze/NWMaWzhCFd40kZoin5IR14K8Bwv8Spv8Bbv8gEf97b1jg4OpLPZLIDeBsc3/ZGb/Dxb59jno97WokPlLbHsR/Yte5+9yE5mRtSu2lELal7CEhCfeMQtTnGIPZxb2gO/O3ECrUA3kgwY2YAYxmYCEkzoCoBBwcLKxs7BycXNw8vHLyAoJCwiKiYuISklLSMrJ6+gqKSsoqqmrqGppa2jq6dvYGhkbGJqZm5haWVtY2tn7+Do5Ozi6ubu4enl7ePr5x8QGBQcEhoWHhEZFR0TGxefkJhE0JGpCGYKulwtMicZzqqrJ2BmemYhQ15+QVoRQxYARYVhVQAAAHjarFXlmutGDB2HluEyuCDfudlu47EvM9tx0suL32cX7aXf5fYZ/DRyyv/6aD1yskylhWhGo5GOjqQJK0OsluMoIXr5u5qcf8mNxY9jvmnzbJJuUL4cc6WZ/TGshtXqql6xHYdVwirU7Z6yVJgGHluGKd3wuGJojfjPOa7NfNybtUbDaDVa+CR2tGPnMfHcXOzw08Qmviuru0lCRd8oW+NZqAY74qtyfhWWcBYTQOQZ8ehcnEJDcjYqq9uyup3aaZIkNltukmhWc/F6knhcNQQ/tWYGQPVwLua6DrihA8BP2Eo9rhkNXLRW1FcCkpN+cPnEebTK1ZYDfUg55fBdXK03kdZ8nM7Z2UIS6wSnTxdjHNmS1CCyx3XDQ6HbU5U+NQ1sdaBBsQ4yrqxssLUK/1xveTxkSECOhau/19QKiQd+miZikrZLkMOmNzSmwihoOVtkj5jd5I/2vViuhh4ZpxTlOqO1AVPKFjaZbIDcRMnVps7a/RBjh1zny7ilcOugS+OmTKg3NlqNYsfWTtJyPJ4wRaUS8VrW9njSwJCIx8MXch0LHSQ8IbsF7Caw83gKbqZLSggMrCIuT4Yp5SnxJEjzeNq8XIqL2lo7ucwT6/pHj0+Yl/Pxy8W+0nagP1XqT5pCTYXLcTE1hfplAU+50qRo3aAYl48JfLB1VhPymIsLIQ/ZBnlOZdiWo3Ftc233z3EF/6UmQSZd4O9Cu7tUhxSwUOqUBlshq8c9y7LKWp0yqlCVaCnmKR1QxGM64FEETgNKEf6X6WlLTaogyNPiZMPl71z7Emg6jdxOuR6fMYUl8ix4FnnOFFWR501RE3nBFHWRF03REGmbYkjkO6YYFvmuKUZEfmjIZ+szj1vl4iuP3XLxtcfvGcUT7r/A+D4wvgffBIwiHWAUeQkYRWpgFHkZGEU2gVHkDDCK/AAYRc4Co0hj6GHZap5B2OmUQoEQSjkg2Ui/+YY9lz1M0hVD1KVDKqGzu1qesSMt0EoeX90qj3WWr7SKunUmiq8mZYLXSmYOPb5u6FaJ9wbsrGh/EEwYgh+sV2d/VvLTfqzvFtetM8joJvIH4IPxsgqzux7fMv65hx7fPs4UTbgK8zsoiTrbJJ+6Mryg8nmed3UX0x6vIH+2MNG3LevMacS/a4AKA4K/0oRHQnc99zXRwxy+7m0fk9/3wTUdiBVxKvP+dD7+qUJVsn+qzFQvJoG8gcMhBqy01h1MH6q5By2Bjf5jXwnTNc3VMFubi7HJbKxTeYP23sk0IfSM7qCGGhE6yAuijJLSQUG0RNE4SSG5joaq7/MKj5JRswSBz7n+K7cdCyW/LxwQNPWZAQf6Iah5IGrkqgOcdXRXgkm1Hoq+TGDAqFqKfXqoHRuaTSWcbVPeaGL3fOe3b79QB3XwoDJa2vjRAEG4WZpUvp73prhZysdGky+sdfAwP0z8wrdOYwCfbKnndqqf7rY+0OaZ4bvugU4Dw/fcHIGlWYB2vw3K4rMP03Crw8DuVgtqtLqv7w7ctfFo4A3/F63Y/b+6T+BndwFL4wnZUW8nGWCMhIzN/DuSv6MHBOi7u1PuIuUz/eHsKZnDUz7fxCx+dIj+uSmUdfoU38L6heE7EC+FtQi8UicHikHYV0bakV9i+dr08M5g8QYLSxZvTc8qNX/1WNdmDgNAFISPoY+LBA0ccywzs2VmLkvQoHdWkM3z9ycWOxL6SwbzJ5HFEDkMkccQBcyXRBFDlDBEGUNUMD8SVQxRwxB1DNHA/Es0MUQLQ7QxRAfzLdHFED0M0ccQruU9p4d5wPDepYZaH1IjvZ5kfMoYW95LqicM1VNK9YxSOre815QuGEqXlNIVpXRteW8p3TCUbrWgOy3o3gofb66Sj6dv03twvesn55S8U+wzK3FNYwB42mPw3sFwIihiIyNjX+QGxp0cDBwMyQUbGdicNkkwMmiBGJu5ORg5ICxRNjCL3WkXMwMDIwMnkM3htIvBAcJmZnDZqMLYERixwaEjYiNzistGNRBvF0cDAyOLQ0dySARISSQQbOblYOTR2sH4v3UDS+9GJqA+1hQXAHdZJMsAAHjaY8AEIUDow+DDlMzAyJTMuJ6B8b8ykygDA1Pe/69MKYw7/v/6LwPiAwCxmwqkAHjaTMwdDEJRGIfx533f+7HgnJ0rrV3KCoMgd+hSnIXl7jlG5cs5hzhfrm3tD8d+e+AB5pYxAGAC2ShMstNzlIM1J7lhwVVuSdzlrurJdjzlzGhfuVT/4f8PrJkBN+9lY+kP2cn+koO9v+WGTazkljEOclf15Oe4yJlt+5FL9R9+rVFRT+pMED3P/RXzKElZCuFBiTEhGhICkSjE+GbWMtLVUpruQuXff+PApxfVqDc3m2ZOTs+cOTsL8T9fldvKLbJAR2mDOkly0uwk7YQu2LtFQdPUcZFyTMMiNdF7cbv7Ij6mUWYL6qd2zsvtyM749m62LbmuXODqmhfr3FaDVREGq2rB1DEJ9ei9rLnXfcXfcOXdqqDEJKb7Rej409R0dFrXtVnakD3aZyMZzho/usm+8Ukou2N2zXFUu5DRNXuuNjynl6vRpV3yh0uZKJplzu8U09VDqG3FJETuUi689K6LOVcUMqbpcEyTkoudeLwTxPT/vdumbcTsrZfsxrrc3udMGsfSoH9FNvSiLISy12r5tHJl8Ma7/CV3azIYf/0H51ihxBYVHBbIEEA4QoqG1A4SOSdoKmrLR7gAw6u2AGGKVDCjkMqIhRkqNoi+dW6j++p8LNxINFZd+0gFzcFYSv9I8EzwLe6kblEKrtU1gKVeg8V/jVx0FQYytUDQWgnPOs1o9h7oW7fmod+v9TfKejjNQTLX6Nf95abjn+9afU5R6zFYwiKI/6PUZ5j9Hs7Q+Idvcjjxaa+yf2oOJseIROk0F+nGvO5pAxY9vb4a4RJWuvkHL2UQyZkhE8YfeEwFPQiq9UUYtFfkUlPdoN/PXQueqxtpNtbuIcZSJzqxOHAeHzjEoA/v3YbRT5N9OpdgsZHPCW9xj1y5t+1YndjHleKAHiLhg5xScEuOR6p7KBEEG52ev+67hYn0j/+m5z+bBGupAHjabMGDAQIBAADA67Nt2+Z8Ye5aoDsB8H05+eeDkEBYRFRMXEJSSlpGVk5eQVFJWUVVTV1DU0tbR1dP38DQyNjE1MzcwtLK2sbWzt7B0cnZxdXN3cOPIHg4QAAAwDD6/dlumGzb1izdW6FrE9QmmZv0XoQoMeIkSJIiTYYsOfIUKFKiTIUqNeo0aNKiTYcuPfoMGDJizIQpM+YsWLJizUYGGdmx5c1FJq78ZJZFVh48eXHjIxsH2eWQUy655ZFXPvYcOcmvgIIKKfxvWZ4RGAgCAADGeU6sLrbdHtbW+8OrpppqkKRe783/juo/m63e38kgc5Q5Li8iIaLyFQMfVbaRiNOo8CSFIylfCBJR9aYd4UoWj5gUj45UBJHBg+9utputr7P5fJo5y5y/AeyLSTAAAQAB//8ADw==",
"title": "$:/plugins/tiddlywiki/katex/fonts/KaTeX_Typewriter-Regular.woff",
"type": "application/font-woff"
},
"$:/plugins/tiddlywiki/katex/katex-logo": {
"title": "$:/plugins/tiddlywiki/katex/katex-logo",
"text": "$$\\KaTeX$$\n"
},
"$:/plugins/tiddlywiki/katex/latex-parser.js": {
"title": "$:/plugins/tiddlywiki/katex/latex-parser.js",
"text": "/*\\\ntitle: $:/plugins/tiddlywiki/katex/latex-parser.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for LaTeX. For example:\n\n```\n\t$$latex-goes-here$$\n```\n\nThis wikiparser can be modified using the rules eg:\n\n```\n\\rules except latex-parser \n\\rules only latex-parser \n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"latex-parser\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /\\$\\$(?!\\$)/mg;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\tvar reEnd = /\\$\\$/mg;\n\t// Look for the end marker\n\treEnd.lastIndex = this.parser.pos;\n\tvar match = reEnd.exec(this.parser.source),\n\t\ttext,\n\t\tdisplayMode;\n\t// Process the text\n\tif(match) {\n\t\ttext = this.parser.source.substring(this.parser.pos,match.index);\n\t\tdisplayMode = text.indexOf('\\n') != -1;\n\t\tthis.parser.pos = match.index + match[0].length;\n\t} else {\n\t\ttext = this.parser.source.substr(this.parser.pos);\n\t\tdisplayMode = false;\n\t\tthis.parser.pos = this.parser.sourceLength;\n\t}\n\treturn [{\n\t\ttype: \"latex\",\n\t\tattributes: {\n\t\t\ttext: {\n\t\t\t\ttype: \"text\",\n\t\t\t\tvalue: text\n\t\t\t},\n\t\t\tdisplayMode: {\n\t\t\t\ttype: \"text\",\n\t\t\t\tvalue: displayMode ? \"true\" : \"false\"\n\t\t\t}\n\t\t}\n\t}];\n};\n\n})();\n",
"type": "application/javascript",
"module-type": "wikirule"
},
"$:/plugins/tiddlywiki/katex/readme": {
"title": "$:/plugins/tiddlywiki/katex/readme",
"text": "This is a TiddlyWiki plugin for mathematical and chemical typesetting based on [ext[KaTeX from Khan Academy|http://khan.github.io/KaTeX/]] (v0.10.2) and [ext[mhchem|https://github.com/mhchem/MathJax-mhchem]] through a [ext[Katex extension|https://github.com/KaTeX/KaTeX/tree/master/contrib/mhchem]].\n\nIt is completely self-contained, and doesn't need an Internet connection in order to work. It works both in the browser and under Node.js.\n\n[[Source code|https://github.com/Jermolene/TiddlyWiki5/blob/master/plugins/tiddlywiki/katex]]\n"
},
"$:/plugins/tiddlywiki/katex/snippets/logo": {
"title": "$:/plugins/tiddlywiki/katex/snippets/logo",
"tags": "$:/tags/KaTeX/Snippet",
"text": "$$\\KaTeX$$\n"
},
"$:/plugins/tiddlywiki/katex/styles": {
"title": "$:/plugins/tiddlywiki/katex/styles",
"tags": "[[$:/tags/Stylesheet]]",
"text": "\\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline\n\n/* KaTeX styles */\n\n{{$:/plugins/tiddlywiki/katex/katex.min.css}}\n\n/* Force text-rendering (see https://github.com/Jermolene/TiddlyWiki5/issues/2500) */\n\n.katex {\n text-rendering: auto;\n}\n\n/* Avoid TW5's max-width: 100% */\n\n.katex svg {\n max-width: initial;\n}\n\n/* Override font URLs */\n\n@font-face {\n\tfont-family: KaTeX_AMS;\n\tsrc: url(<<datauri '$:/plugins/tiddlywiki/katex/fonts/KaTeX_AMS-Regular.woff'>>) format('woff');\n\tfont-weight: 400;\n\tfont-style: normal;\n}\n\n@font-face {\n\tfont-family: KaTeX_Caligraphic;\n\tsrc: url(<<datauri '$:/plugins/tiddlywiki/katex/fonts/KaTeX_Caligraphic-Bold.woff'>>) format('woff');\n\tfont-weight: 700;\n\tfont-style: normal;\n}\n\n@font-face {\n\tfont-family: KaTeX_Caligraphic;\n\tsrc: url(<<datauri '$:/plugins/tiddlywiki/katex/fonts/KaTeX_Caligraphic-Regular.woff'>>) format('woff');\n\tfont-weight: 400;\n\tfont-style: normal;\n}\n\n@font-face {\n\tfont-family: KaTeX_Fraktur;\n\tsrc: url(<<datauri '$:/plugins/tiddlywiki/katex/fonts/KaTeX_Fraktur-Bold.woff'>>) format('woff');\n\tfont-weight: 700;\n\tfont-style: normal;\n}\n\n@font-face {\n\tfont-family: KaTeX_Fraktur;\n\tsrc: url(<<datauri '$:/plugins/tiddlywiki/katex/fonts/KaTeX_Fraktur-Regular.woff'>>) format('woff');\n\tfont-weight: 400;\n\tfont-style: normal;\n}\n\n@font-face {\n\tfont-family: KaTeX_Main;\n\tsrc: url(<<datauri '$:/plugins/tiddlywiki/katex/fonts/KaTeX_Main-Bold.woff'>>) format('woff');\n\tfont-weight: 700;\n\tfont-style: normal;\n}\n\n@font-face {\n\tfont-family: KaTeX_Main;\n\tsrc: url(<<datauri '$:/plugins/tiddlywiki/katex/fonts/KaTeX_Main-BoldItalic.woff'>>) format('woff');\n\tfont-weight: 700;\n\tfont-style: italic;\n}\n\n@font-face {\n\tfont-family: KaTeX_Main;\n\tsrc: url(<<datauri '$:/plugins/tiddlywiki/katex/fonts/KaTeX_Main-Italic.woff'>>) format('woff');\n\tfont-weight: 400;\n\tfont-style: italic;\n}\n\n@font-face {\n\tfont-family: KaTeX_Main;\n\tsrc: url(<<datauri '$:/plugins/tiddlywiki/katex/fonts/KaTeX_Main-Regular.woff'>>) format('woff');\n\tfont-weight: 400;\n\tfont-style: normal;\n}\n\n@font-face {\n\tfont-family: KaTeX_Math;\n\tsrc: url(<<datauri '$:/plugins/tiddlywiki/katex/fonts/KaTeX_Math-Italic.woff'>>) format('woff');\n\tfont-weight: 400;\n\tfont-style: italic;\n}\n\n@font-face {\n\tfont-family: KaTeX_SansSerif;\n\tsrc: url(<<datauri '$:/plugins/tiddlywiki/katex/fonts/KaTeX_SansSerif-Bold.woff'>>) format('woff');\n\tfont-weight: 700;\n\tfont-style: normal;\n}\n\n@font-face {\n\tfont-family: KaTeX_SansSerif;\n\tsrc: url(<<datauri '$:/plugins/tiddlywiki/katex/fonts/KaTeX_SansSerif-Italic.woff'>>) format('woff');\n\tfont-weight: 400;\n\tfont-style: italic;\n}\n\n@font-face {\n\tfont-family: KaTeX_SansSerif;\n\tsrc: url(<<datauri '$:/plugins/tiddlywiki/katex/fonts/KaTeX_SansSerif-Regular.woff'>>) format('woff');\n\tfont-weight: 400;\n\tfont-style: normal;\n}\n\n@font-face {\n\tfont-family: KaTeX_Script;\n\tsrc: url(<<datauri '$:/plugins/tiddlywiki/katex/fonts/KaTeX_Script-Regular.woff'>>) format('woff');\n\tfont-weight: 400;\n\tfont-style: normal;\n}\n\n@font-face {\n\tfont-family: KaTeX_Size1;\n\tsrc: url(<<datauri '$:/plugins/tiddlywiki/katex/fonts/KaTeX_Size1-Regular.woff'>>) format('woff');\n\tfont-weight: 400;\n\tfont-style: normal;\n}\n\n@font-face {\n\tfont-family: KaTeX_Size2;\n\tsrc: url(<<datauri '$:/plugins/tiddlywiki/katex/fonts/KaTeX_Size2-Regular.woff'>>) format('woff');\n\tfont-weight: 400;\n\tfont-style: normal;\n}\n\n@font-face {\n\tfont-family: KaTeX_Size3;\n\tsrc: url(<<datauri '$:/plugins/tiddlywiki/katex/fonts/KaTeX_Size3-Regular.woff'>>) format('woff');\n\tfont-weight: 400;\n\tfont-style: normal;\n}\n\n@font-face {\n\tfont-family: KaTeX_Size4;\n\tsrc: url(<<datauri '$:/plugins/tiddlywiki/katex/fonts/KaTeX_Size4-Regular.woff'>>) format('woff');\n\tfont-weight: 400;\n\tfont-style: normal;\n}\n\n@font-face {\n\tfont-family: KaTeX_Typewriter;\n\tsrc: url(<<datauri '$:/plugins/tiddlywiki/katex/fonts/KaTeX_Typewriter-Regular.woff'>>) format('woff');\n\tfont-weight: 400;\n\tfont-style: normal;\n}\n\n"
},
"$:/plugins/tiddlywiki/katex/ui/EditorToolbar/katex-dropdown": {
"title": "$:/plugins/tiddlywiki/katex/ui/EditorToolbar/katex-dropdown",
"text": "\\define toolbar-button-stamp-inner()\n<$button tag=\"a\">\n\n<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"replace-selection\"\n\ttext={{$(snippetTitle)$}}\n/>\n\n<$action-deletetiddler\n\t$tiddler=<<dropdown-state>>\n/>\n\n<$view tiddler=<<snippetTitle>> field=\"caption\" mode=\"inline\">\n\n<$transclude tiddler=<<snippetTitle>> mode=\"inline\"/>\n\n</$view>\n\n</$button>\n\\end\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/KaTeX/Snippet]!has[draft.of]sort[caption]]\" variable=\"snippetTitle\">\n\n<<toolbar-button-stamp-inner>>\n\n</$list>\n\n----\n\n<$button tag=\"a\">\n\n<$action-sendmessage\n\t$message=\"tm-new-tiddler\"\n\ttags=\"$:/tags/KaTeX/Snippet\"\n\ttext=\"\"\"$$snippet$$\"\"\"\n\tcaption=\"description shown in dropdown\"\n/>\n\n<$action-deletetiddler\n\t$tiddler=<<dropdown-state>>\n/>\n\n<em>\n\n<$text text={{$:/language/Buttons/Stamp/Caption/New}}/>\n\n</em>\n\n</$button>\n\n[ext[KaTeX functions catalogue|https://khan.github.io/KaTeX/function-support.html]]\n\n[ext[Chemical equations reference|https://mhchem.github.io/MathJax-mhchem/]]\n"
},
"$:/plugins/tiddlywiki/katex/ui/EditorToolbar/katex": {
"title": "$:/plugins/tiddlywiki/katex/ui/EditorToolbar/katex",
"tags": "$:/tags/EditorToolbar",
"icon": "$:/plugins/tiddlywiki/katex/katex-logo",
"caption": "katex",
"description": "create and insert preconfigured KaTeX snippets",
"condition": "[<targetTiddler>!is[image]]",
"dropdown": "$:/plugins/tiddlywiki/katex/ui/EditorToolbar/katex-dropdown",
"text": ""
},
"$:/plugins/tiddlywiki/katex/usage": {
"title": "$:/plugins/tiddlywiki/katex/usage",
"text": "!! Reference:\n\n# Mathematical typesetting: [ext[https://katex.org/docs/supported.html]]\n# Chemical typesetting: [ext[https://mhchem.github.io/MathJax-mhchem/]]\n\n<hr>\n\nThe usual way to include ~LaTeX is to use `$$`. For example:\n\n```\n$$\\displaystyle f(x) = \\int_{-\\infty}^\\infty\\hat f(\\xi)\\,e^{2 \\pi i \\xi x}\\,d\\xi$$\n```\n\nSingle line equations will render in inline mode. If there are newlines between the `$$` delimiters, the equations will be rendered in display mode.\n\nThe underlying widget can also be used directly, giving more flexibility:\n\n```\n<$latex text=\"f(x) = \\int_{-\\infty}^\\infty\\hat f(\\xi)\\,e^{2 \\pi i \\xi x}\\,d\\xi\" displayMode=\"true\"></$latex>\n```\n\nThe KaTeX widget is provided under the name `<$latex>` and is also available under the alias `<$katex>`. It's better to use the generic `<$latex>` name unless you are running multiple ~LaTeX plugins and wish to specifically target KaTeX.\n"
},
"$:/plugins/tiddlywiki/katex/wrapper.js": {
"title": "$:/plugins/tiddlywiki/katex/wrapper.js",
"text": "/*\\\ntitle: $:/plugins/tiddlywiki/katex/wrapper.js\ntype: application/javascript\nmodule-type: widget\n\nWrapper for `katex.min.js` that provides a `<$latex>` widget. It is also available under the alias `<$katex>`\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar katex = require(\"$:/plugins/tiddlywiki/katex/katex.min.js\"),\n chemParse = require(\"$:/plugins/tiddlywiki/katex/mhchem.min.js\"),\n\tWidget = require(\"$:/core/modules/widgets/widget.js\").widget;\n// Add \\ce, \\pu, and \\tripledash to the KaTeX macros.\nkatex.__defineMacro(\"\\\\ce\", function(context) {\n return chemParse(context.consumeArgs(1)[0], \"ce\")\n});\nkatex.__defineMacro(\"\\\\pu\", function(context) {\n return chemParse(context.consumeArgs(1)[0], \"pu\");\n});\n// Needed for \\bond for the ~ forms\n// Raise by 2.56mu, not 2mu. We're raising a hyphen-minus, U+002D, not \n// a mathematical minus, U+2212. So we need that extra 0.56.\nkatex.__defineMacro(\"\\\\tripledash\", \"{\\\\vphantom{-}\\\\raisebox{2.56mu}{$\\\\mkern2mu\"\n+ \"\\\\tiny\\\\text{-}\\\\mkern1mu\\\\text{-}\\\\mkern1mu\\\\text{-}\\\\mkern2mu$}}\");\n\nvar KaTeXWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nKaTeXWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nKaTeXWidget.prototype.render = function(parent,nextSibling) {\n\t// Housekeeping\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\t// Get the source text\n\tvar text = this.getAttribute(\"text\",this.parseTreeNode.text || \"\");\n\tvar displayMode = this.getAttribute(\"displayMode\",this.parseTreeNode.displayMode || \"false\") === \"true\";\n\t// Render it into a span\n\tvar span = this.document.createElement(\"span\"),\n\t\toptions = {throwOnError: false, displayMode: displayMode};\n\ttry {\n\t\tif(!this.document.isTiddlyWikiFakeDom) {\n\t\t\tkatex.render(text,span,options);\n\t\t} else {\n\t\t\tspan.innerHTML = katex.renderToString(text,options);\n\t\t}\n\t} catch(ex) {\n\t\tspan.className = \"tc-error\";\n\t\tspan.textContent = ex;\n\t}\n\t// Insert it into the DOM\n\tparent.insertBefore(span,nextSibling);\n\tthis.domNodes.push(span);\n};\n\n/*\nCompute the internal state of the widget\n*/\nKaTeXWidget.prototype.execute = function() {\n\t// Nothing to do for a katex widget\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nKaTeXWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.text) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn false;\t\n\t}\n};\n\nexports.latex = KaTeXWidget;\nexports.katex = KaTeXWidget;\n\n})();\n\n",
"type": "application/javascript",
"module-type": "widget"
}
}
}
{
"tiddlers": {
"$:/plugins/tiddlywiki/markdown/EditorToolbar/bold": {
"title": "$:/plugins/tiddlywiki/markdown/EditorToolbar/bold",
"list-after": "$:/core/ui/EditorToolbar/bold",
"tags": "$:/tags/EditorToolbar",
"icon": "$:/core/images/bold",
"caption": "{{$:/language/Buttons/Bold/Caption}} (Markdown)",
"description": "{{$:/language/Buttons/Bold/Hint}}",
"condition": "[<targetTiddler>type[text/x-markdown]]",
"shortcuts": "((bold))",
"text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"wrap-selection\"\n\tprefix=\"**\"\n\tsuffix=\"**\"\n/>\n"
},
"$:/plugins/tiddlywiki/markdown/EditorToolbar/heading-1": {
"title": "$:/plugins/tiddlywiki/markdown/EditorToolbar/heading-1",
"list-after": "$:/core/ui/EditorToolbar/heading-1",
"tags": "$:/tags/EditorToolbar",
"icon": "$:/core/images/heading-1",
"caption": "{{$:/language/Buttons/Heading1/Caption}} (Markdown)",
"description": "{{$:/language/Buttons/Heading1/Hint}}",
"condition": "[<targetTiddler>type[text/x-markdown]]",
"shortcuts": "((heading-1))",
"text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"prefix-lines\"\n\tcharacter=\"#\"\n\tcount=\"1\"\n/>\n"
},
"$:/plugins/tiddlywiki/markdown/EditorToolbar/heading-2": {
"title": "$:/plugins/tiddlywiki/markdown/EditorToolbar/heading-2",
"list-after": "$:/core/ui/EditorToolbar/heading-2",
"tags": "$:/tags/EditorToolbar",
"icon": "$:/core/images/heading-2",
"caption": "{{$:/language/Buttons/Heading2/Caption}} (Markdown)",
"description": "{{$:/language/Buttons/Heading2/Hint}}",
"condition": "[<targetTiddler>type[text/x-markdown]]",
"shortcuts": "((heading-2))",
"text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"prefix-lines\"\n\tcharacter=\"#\"\n\tcount=\"2\"\n/>\n"
},
"$:/plugins/tiddlywiki/markdown/EditorToolbar/heading-3": {
"title": "$:/plugins/tiddlywiki/markdown/EditorToolbar/heading-3",
"list-after": "$:/core/ui/EditorToolbar/heading-3",
"tags": "$:/tags/EditorToolbar",
"icon": "$:/core/images/heading-3",
"caption": "{{$:/language/Buttons/Heading3/Caption}} (Markdown)",
"description": "{{$:/language/Buttons/Heading3/Hint}}",
"condition": "[<targetTiddler>type[text/x-markdown]]",
"shortcuts": "((heading-3))",
"text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"prefix-lines\"\n\tcharacter=\"#\"\n\tcount=\"3\"\n/>\n"
},
"$:/plugins/tiddlywiki/markdown/EditorToolbar/heading-4": {
"title": "$:/plugins/tiddlywiki/markdown/EditorToolbar/heading-4",
"list-after": "$:/core/ui/EditorToolbar/heading-4",
"tags": "$:/tags/EditorToolbar",
"icon": "$:/core/images/heading-4",
"caption": "{{$:/language/Buttons/Heading4/Caption}} (Markdown)",
"description": "{{$:/language/Buttons/Heading4/Hint}}",
"condition": "[<targetTiddler>type[text/x-markdown]]",
"shortcuts": "((heading-4))",
"text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"prefix-lines\"\n\tcharacter=\"#\"\n\tcount=\"4\"\n/>\n"
},
"$:/plugins/tiddlywiki/markdown/EditorToolbar/heading-5": {
"title": "$:/plugins/tiddlywiki/markdown/EditorToolbar/heading-5",
"list-after": "$:/core/ui/EditorToolbar/heading-5",
"tags": "$:/tags/EditorToolbar",
"icon": "$:/core/images/heading-5",
"caption": "{{$:/language/Buttons/Heading5/Caption}} (Markdown)",
"description": "{{$:/language/Buttons/Heading5/Hint}}",
"condition": "[<targetTiddler>type[text/x-markdown]]",
"shortcuts": "((heading-5))",
"text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"prefix-lines\"\n\tcharacter=\"#\"\n\tcount=\"5\"\n/>\n"
},
"$:/plugins/tiddlywiki/markdown/EditorToolbar/heading-6": {
"title": "$:/plugins/tiddlywiki/markdown/EditorToolbar/heading-6",
"list-after": "$:/core/ui/EditorToolbar/heading-6",
"tags": "$:/tags/EditorToolbar",
"icon": "$:/core/images/heading-6",
"caption": "{{$:/language/Buttons/Heading6/Caption}} (Markdown)",
"description": "{{$:/language/Buttons/Heading6/Hint}}",
"condition": "[<targetTiddler>type[text/x-markdown]]",
"shortcuts": "((heading-6))",
"text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"prefix-lines\"\n\tcharacter=\"#\"\n\tcount=\"6\"\n/>\n"
},
"$:/plugins/tiddlywiki/markdown/EditorToolbar/italic": {
"title": "$:/plugins/tiddlywiki/markdown/EditorToolbar/italic",
"list-after": "$:/core/ui/EditorToolbar/italic",
"tags": "$:/tags/EditorToolbar",
"icon": "$:/core/images/italic",
"caption": "{{$:/language/Buttons/Italic/Caption}} (Markdown)",
"description": "{{$:/language/Buttons/Italic/Hint}}",
"condition": "[<targetTiddler>type[text/x-markdown]]",
"shortcuts": "((italic))",
"text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"wrap-selection\"\n\tprefix=\"*\"\n\tsuffix=\"*\"\n/>\n"
},
"$:/plugins/tiddlywiki/markdown/EditorToolbar/list-bullet": {
"title": "$:/plugins/tiddlywiki/markdown/EditorToolbar/list-bullet",
"list-after": "$:/core/ui/EditorToolbar/list-bullet",
"tags": "$:/tags/EditorToolbar",
"icon": "$:/core/images/list-bullet",
"caption": "{{$:/language/Buttons/ListBullet/Caption}} (Markdown)",
"description": "{{$:/language/Buttons/ListBullet/Hint}}",
"condition": "[<targetTiddler>type[text/x-markdown]]",
"shortcuts": "((list-bullet))",
"text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"prefix-lines\"\n\tcharacter=\"*\"\n\tcount=\"1\"\n/>\n"
},
"$:/plugins/tiddlywiki/markdown/EditorToolbar/list-number": {
"title": "$:/plugins/tiddlywiki/markdown/EditorToolbar/list-number",
"list-after": "$:/core/ui/EditorToolbar/list-number",
"tags": "$:/tags/EditorToolbar",
"icon": "$:/core/images/list-number",
"caption": "{{$:/language/Buttons/ListNumber/Caption}} (Markdown)",
"description": "{{$:/language/Buttons/ListNumber/Hint}}",
"condition": "[<targetTiddler>type[text/x-markdown]]",
"shortcuts": "((list-number))",
"text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"prefix-lines\"\n\tcharacter=\"1.\"\n\tcount=\"1\"\n/>\n"
},
"$:/plugins/tiddlywiki/markdown/EditorToolbar/mono-line": {
"title": "$:/plugins/tiddlywiki/markdown/EditorToolbar/mono-line",
"list-after": "$:/core/ui/EditorToolbar/mono-line",
"tags": "$:/tags/EditorToolbar",
"icon": "$:/core/images/mono-line",
"caption": "{{$:/language/Buttons/MonoLine/Caption}} (Markdown)",
"description": "{{$:/language/Buttons/MonoLine/Hint}}",
"condition": "[<targetTiddler>type[text/x-markdown]]",
"shortcuts": "((mono-line))",
"text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"wrap-selection\"\n\tprefix=\"`\"\n\tsuffix=\"`\"\n/>\n"
},
"$:/plugins/tiddlywiki/markdown/EditorToolbar/quote": {
"title": "$:/plugins/tiddlywiki/markdown/EditorToolbar/quote",
"list-after": "$:/core/ui/EditorToolbar/quote",
"tags": "$:/tags/EditorToolbar",
"icon": "$:/core/images/quote",
"caption": "{{$:/language/Buttons/Quote/Caption}} (Markdown)",
"description": "{{$:/language/Buttons/Quote/Hint}}",
"condition": "[<targetTiddler>type[text/x-markdown]]",
"shortcuts": "((quote))",
"text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"prefix-lines\"\n\tcharacter=\">\"\n\tcount=\"1\"\n/>\n"
},
"$:/config/markdown/dialect": {
"title": "$:/config/markdown/dialect",
"text": "Gruber"
},
"$:/language/Docs/Types/text/x-markdown": {
"title": "$:/language/Docs/Types/text/x-markdown",
"description": "Markdown",
"name": "text/x-markdown",
"group": "Text"
},
"$:/plugins/tiddlywiki/markdown/markdown.js": {
"text": "// Released under MIT license\n// Copyright (c) 2009-2010 Dominic Baggott\n// Copyright (c) 2009-2010 Ash Berlin\n// Copyright (c) 2011 Christoph Dorn <christoph@christophdorn.com> (http://www.christophdorn.com)\n\n/*jshint browser:true, devel:true */\n\n(function( expose ) {\n\n/**\n * class Markdown\n *\n * Markdown processing in Javascript done right. We have very particular views\n * on what constitutes 'right' which include:\n *\n * - produces well-formed HTML (this means that em and strong nesting is\n * important)\n *\n * - has an intermediate representation to allow processing of parsed data (We\n * in fact have two, both as [JsonML]: a markdown tree and an HTML tree).\n *\n * - is easily extensible to add new dialects without having to rewrite the\n * entire parsing mechanics\n *\n * - has a good test suite\n *\n * This implementation fulfills all of these (except that the test suite could\n * do with expanding to automatically run all the fixtures from other Markdown\n * implementations.)\n *\n * ##### Intermediate Representation\n *\n * *TODO* Talk about this :) Its JsonML, but document the node names we use.\n *\n * [JsonML]: http://jsonml.org/ \"JSON Markup Language\"\n **/\nvar Markdown = expose.Markdown = function(dialect) {\n switch (typeof dialect) {\n case \"undefined\":\n this.dialect = Markdown.dialects.Gruber;\n break;\n case \"object\":\n this.dialect = dialect;\n break;\n default:\n if ( dialect in Markdown.dialects ) {\n this.dialect = Markdown.dialects[dialect];\n }\n else {\n throw new Error(\"Unknown Markdown dialect '\" + String(dialect) + \"'\");\n }\n break;\n }\n this.em_state = [];\n this.strong_state = [];\n this.debug_indent = \"\";\n};\n\n/**\n * parse( markdown, [dialect] ) -> JsonML\n * - markdown (String): markdown string to parse\n * - dialect (String | Dialect): the dialect to use, defaults to gruber\n *\n * Parse `markdown` and return a markdown document as a Markdown.JsonML tree.\n **/\nexpose.parse = function( source, dialect ) {\n // dialect will default if undefined\n var md = new Markdown( dialect );\n return md.toTree( source );\n};\n\n/**\n * toHTML( markdown, [dialect] ) -> String\n * toHTML( md_tree ) -> String\n * - markdown (String): markdown string to parse\n * - md_tree (Markdown.JsonML): parsed markdown tree\n *\n * Take markdown (either as a string or as a JsonML tree) and run it through\n * [[toHTMLTree]] then turn it into a well-formated HTML fragment.\n **/\nexpose.toHTML = function toHTML( source , dialect , options ) {\n var input = expose.toHTMLTree( source , dialect , options );\n\n return expose.renderJsonML( input );\n};\n\n/**\n * toHTMLTree( markdown, [dialect] ) -> JsonML\n * toHTMLTree( md_tree ) -> JsonML\n * - markdown (String): markdown string to parse\n * - dialect (String | Dialect): the dialect to use, defaults to gruber\n * - md_tree (Markdown.JsonML): parsed markdown tree\n *\n * Turn markdown into HTML, represented as a JsonML tree. If a string is given\n * to this function, it is first parsed into a markdown tree by calling\n * [[parse]].\n **/\nexpose.toHTMLTree = function toHTMLTree( input, dialect , options ) {\n // convert string input to an MD tree\n if ( typeof input ===\"string\" ) input = this.parse( input, dialect );\n\n // Now convert the MD tree to an HTML tree\n\n // remove references from the tree\n var attrs = extract_attr( input ),\n refs = {};\n\n if ( attrs && attrs.references ) {\n refs = attrs.references;\n }\n\n var html = convert_tree_to_html( input, refs , options );\n merge_text_nodes( html );\n return html;\n};\n\n// For Spidermonkey based engines\nfunction mk_block_toSource() {\n return \"Markdown.mk_block( \" +\n uneval(this.toString()) +\n \", \" +\n uneval(this.trailing) +\n \", \" +\n uneval(this.lineNumber) +\n \" )\";\n}\n\n// node\nfunction mk_block_inspect() {\n var util = require(\"util\");\n return \"Markdown.mk_block( \" +\n util.inspect(this.toString()) +\n \", \" +\n util.inspect(this.trailing) +\n \", \" +\n util.inspect(this.lineNumber) +\n \" )\";\n\n}\n\nvar mk_block = Markdown.mk_block = function(block, trail, line) {\n // Be helpful for default case in tests.\n if ( arguments.length == 1 ) trail = \"\\n\\n\";\n\n var s = new String(block);\n s.trailing = trail;\n // To make it clear its not just a string\n s.inspect = mk_block_inspect;\n s.toSource = mk_block_toSource;\n\n if ( line != undefined )\n s.lineNumber = line;\n\n return s;\n};\n\nfunction count_lines( str ) {\n var n = 0, i = -1;\n while ( ( i = str.indexOf(\"\\n\", i + 1) ) !== -1 ) n++;\n return n;\n}\n\n// Internal - split source into rough blocks\nMarkdown.prototype.split_blocks = function splitBlocks( input, startLine ) {\n input = input.replace(/(\\r\\n|\\n|\\r)/g, \"\\n\");\n // [\\s\\S] matches _anything_ (newline or space)\n // [^] is equivalent but doesn't work in IEs.\n var re = /([\\s\\S]+?)($|\\n#|\\n(?:\\s*\\n|$)+)/g,\n blocks = [],\n m;\n\n var line_no = 1;\n\n if ( ( m = /^(\\s*\\n)/.exec(input) ) != null ) {\n // skip (but count) leading blank lines\n line_no += count_lines( m[0] );\n re.lastIndex = m[0].length;\n }\n\n while ( ( m = re.exec(input) ) !== null ) {\n if (m[2] == \"\\n#\") {\n m[2] = \"\\n\";\n re.lastIndex--;\n }\n blocks.push( mk_block( m[1], m[2], line_no ) );\n line_no += count_lines( m[0] );\n }\n\n return blocks;\n};\n\n/**\n * Markdown#processBlock( block, next ) -> undefined | [ JsonML, ... ]\n * - block (String): the block to process\n * - next (Array): the following blocks\n *\n * Process `block` and return an array of JsonML nodes representing `block`.\n *\n * It does this by asking each block level function in the dialect to process\n * the block until one can. Succesful handling is indicated by returning an\n * array (with zero or more JsonML nodes), failure by a false value.\n *\n * Blocks handlers are responsible for calling [[Markdown#processInline]]\n * themselves as appropriate.\n *\n * If the blocks were split incorrectly or adjacent blocks need collapsing you\n * can adjust `next` in place using shift/splice etc.\n *\n * If any of this default behaviour is not right for the dialect, you can\n * define a `__call__` method on the dialect that will get invoked to handle\n * the block processing.\n */\nMarkdown.prototype.processBlock = function processBlock( block, next ) {\n var cbs = this.dialect.block,\n ord = cbs.__order__;\n\n if ( \"__call__\" in cbs ) {\n return cbs.__call__.call(this, block, next);\n }\n\n for ( var i = 0; i < ord.length; i++ ) {\n //D:this.debug( \"Testing\", ord[i] );\n var res = cbs[ ord[i] ].call( this, block, next );\n if ( res ) {\n //D:this.debug(\" matched\");\n if ( !isArray(res) || ( res.length > 0 && !( isArray(res[0]) ) ) )\n this.debug(ord[i], \"didn't return a proper array\");\n //D:this.debug( \"\" );\n return res;\n }\n }\n\n // Uhoh! no match! Should we throw an error?\n return [];\n};\n\nMarkdown.prototype.processInline = function processInline( block ) {\n return this.dialect.inline.__call__.call( this, String( block ) );\n};\n\n/**\n * Markdown#toTree( source ) -> JsonML\n * - source (String): markdown source to parse\n *\n * Parse `source` into a JsonML tree representing the markdown document.\n **/\n// custom_tree means set this.tree to `custom_tree` and restore old value on return\nMarkdown.prototype.toTree = function toTree( source, custom_root ) {\n var blocks = source instanceof Array ? source : this.split_blocks( source );\n\n // Make tree a member variable so its easier to mess with in extensions\n var old_tree = this.tree;\n try {\n this.tree = custom_root || this.tree || [ \"markdown\" ];\n\n blocks:\n while ( blocks.length ) {\n var b = this.processBlock( blocks.shift(), blocks );\n\n // Reference blocks and the like won't return any content\n if ( !b.length ) continue blocks;\n\n this.tree.push.apply( this.tree, b );\n }\n return this.tree;\n }\n finally {\n if ( custom_root ) {\n this.tree = old_tree;\n }\n }\n};\n\n// Noop by default\nMarkdown.prototype.debug = function () {\n var args = Array.prototype.slice.call( arguments);\n args.unshift(this.debug_indent);\n if ( typeof print !== \"undefined\" )\n print.apply( print, args );\n if ( typeof console !== \"undefined\" && typeof console.log !== \"undefined\" )\n console.log.apply( null, args );\n}\n\nMarkdown.prototype.loop_re_over_block = function( re, block, cb ) {\n // Dont use /g regexps with this\n var m,\n b = block.valueOf();\n\n while ( b.length && (m = re.exec(b) ) != null ) {\n b = b.substr( m[0].length );\n cb.call(this, m);\n }\n return b;\n};\n\n/**\n * Markdown.dialects\n *\n * Namespace of built-in dialects.\n **/\nMarkdown.dialects = {};\n\n/**\n * Markdown.dialects.Gruber\n *\n * The default dialect that follows the rules set out by John Gruber's\n * markdown.pl as closely as possible. Well actually we follow the behaviour of\n * that script which in some places is not exactly what the syntax web page\n * says.\n **/\nMarkdown.dialects.Gruber = {\n block: {\n atxHeader: function atxHeader( block, next ) {\n var m = block.match( /^(#{1,6})\\s*(.*?)\\s*#*\\s*(?:\\n|$)/ );\n\n if ( !m ) return undefined;\n\n var header = [ \"header\", { level: m[ 1 ].length } ];\n Array.prototype.push.apply(header, this.processInline(m[ 2 ]));\n\n if ( m[0].length < block.length )\n next.unshift( mk_block( block.substr( m[0].length ), block.trailing, block.lineNumber + 2 ) );\n\n return [ header ];\n },\n\n setextHeader: function setextHeader( block, next ) {\n var m = block.match( /^(.*)\\n([-=])\\2\\2+(?:\\n|$)/ );\n\n if ( !m ) return undefined;\n\n var level = ( m[ 2 ] === \"=\" ) ? 1 : 2;\n var header = [ \"header\", { level : level }, m[ 1 ] ];\n\n if ( m[0].length < block.length )\n next.unshift( mk_block( block.substr( m[0].length ), block.trailing, block.lineNumber + 2 ) );\n\n return [ header ];\n },\n\n code: function code( block, next ) {\n // | Foo\n // |bar\n // should be a code block followed by a paragraph. Fun\n //\n // There might also be adjacent code block to merge.\n\n var ret = [],\n re = /^(?: {0,3}\\t| {4})(.*)\\n?/,\n lines;\n\n // 4 spaces + content\n if ( !block.match( re ) ) return undefined;\n\n block_search:\n do {\n // Now pull out the rest of the lines\n var b = this.loop_re_over_block(\n re, block.valueOf(), function( m ) { ret.push( m[1] ); } );\n\n if ( b.length ) {\n // Case alluded to in first comment. push it back on as a new block\n next.unshift( mk_block(b, block.trailing) );\n break block_search;\n }\n else if ( next.length ) {\n // Check the next block - it might be code too\n if ( !next[0].match( re ) ) break block_search;\n\n // Pull how how many blanks lines follow - minus two to account for .join\n ret.push ( block.trailing.replace(/[^\\n]/g, \"\").substring(2) );\n\n block = next.shift();\n }\n else {\n break block_search;\n }\n } while ( true );\n\n return [ [ \"code_block\", ret.join(\"\\n\") ] ];\n },\n\n horizRule: function horizRule( block, next ) {\n // this needs to find any hr in the block to handle abutting blocks\n var m = block.match( /^(?:([\\s\\S]*?)\\n)?[ \\t]*([-_*])(?:[ \\t]*\\2){2,}[ \\t]*(?:\\n([\\s\\S]*))?$/ );\n\n if ( !m ) {\n return undefined;\n }\n\n var jsonml = [ [ \"hr\" ] ];\n\n // if there's a leading abutting block, process it\n if ( m[ 1 ] ) {\n jsonml.unshift.apply( jsonml, this.processBlock( m[ 1 ], [] ) );\n }\n\n // if there's a trailing abutting block, stick it into next\n if ( m[ 3 ] ) {\n next.unshift( mk_block( m[ 3 ] ) );\n }\n\n return jsonml;\n },\n\n // There are two types of lists. Tight and loose. Tight lists have no whitespace\n // between the items (and result in text just in the <li>) and loose lists,\n // which have an empty line between list items, resulting in (one or more)\n // paragraphs inside the <li>.\n //\n // There are all sorts weird edge cases about the original markdown.pl's\n // handling of lists:\n //\n // * Nested lists are supposed to be indented by four chars per level. But\n // if they aren't, you can get a nested list by indenting by less than\n // four so long as the indent doesn't match an indent of an existing list\n // item in the 'nest stack'.\n //\n // * The type of the list (bullet or number) is controlled just by the\n // first item at the indent. Subsequent changes are ignored unless they\n // are for nested lists\n //\n lists: (function( ) {\n // Use a closure to hide a few variables.\n var any_list = \"[*+-]|\\\\d+\\\\.\",\n bullet_list = /[*+-]/,\n number_list = /\\d+\\./,\n // Capture leading indent as it matters for determining nested lists.\n is_list_re = new RegExp( \"^( {0,3})(\" + any_list + \")[ \\t]+\" ),\n indent_re = \"(?: {0,3}\\\\t| {4})\";\n\n // TODO: Cache this regexp for certain depths.\n // Create a regexp suitable for matching an li for a given stack depth\n function regex_for_depth( depth ) {\n\n return new RegExp(\n // m[1] = indent, m[2] = list_type\n \"(?:^(\" + indent_re + \"{0,\" + depth + \"} {0,3})(\" + any_list + \")\\\\s+)|\" +\n // m[3] = cont\n \"(^\" + indent_re + \"{0,\" + (depth-1) + \"}[ ]{0,4})\"\n );\n }\n function expand_tab( input ) {\n return input.replace( / {0,3}\\t/g, \" \" );\n }\n\n // Add inline content `inline` to `li`. inline comes from processInline\n // so is an array of content\n function add(li, loose, inline, nl) {\n if ( loose ) {\n li.push( [ \"para\" ].concat(inline) );\n return;\n }\n // Hmmm, should this be any block level element or just paras?\n var add_to = li[li.length -1] instanceof Array && li[li.length - 1][0] == \"para\"\n ? li[li.length -1]\n : li;\n\n // If there is already some content in this list, add the new line in\n if ( nl && li.length > 1 ) inline.unshift(nl);\n\n for ( var i = 0; i < inline.length; i++ ) {\n var what = inline[i],\n is_str = typeof what == \"string\";\n if ( is_str && add_to.length > 1 && typeof add_to[add_to.length-1] == \"string\" ) {\n add_to[ add_to.length-1 ] += what;\n }\n else {\n add_to.push( what );\n }\n }\n }\n\n // contained means have an indent greater than the current one. On\n // *every* line in the block\n function get_contained_blocks( depth, blocks ) {\n\n var re = new RegExp( \"^(\" + indent_re + \"{\" + depth + \"}.*?\\\\n?)*$\" ),\n replace = new RegExp(\"^\" + indent_re + \"{\" + depth + \"}\", \"gm\"),\n ret = [];\n\n while ( blocks.length > 0 ) {\n if ( re.exec( blocks[0] ) ) {\n var b = blocks.shift(),\n // Now remove that indent\n x = b.replace( replace, \"\");\n\n ret.push( mk_block( x, b.trailing, b.lineNumber ) );\n }\n else {\n break;\n }\n }\n return ret;\n }\n\n // passed to stack.forEach to turn list items up the stack into paras\n function paragraphify(s, i, stack) {\n var list = s.list;\n var last_li = list[list.length-1];\n\n if ( last_li[1] instanceof Array && last_li[1][0] == \"para\" ) {\n return;\n }\n if ( i + 1 == stack.length ) {\n // Last stack frame\n // Keep the same array, but replace the contents\n last_li.push( [\"para\"].concat( last_li.splice(1, last_li.length - 1) ) );\n }\n else {\n var sublist = last_li.pop();\n last_li.push( [\"para\"].concat( last_li.splice(1, last_li.length - 1) ), sublist );\n }\n }\n\n // The matcher function\n return function( block, next ) {\n var m = block.match( is_list_re );\n if ( !m ) return undefined;\n\n function make_list( m ) {\n var list = bullet_list.exec( m[2] )\n ? [\"bulletlist\"]\n : [\"numberlist\"];\n\n stack.push( { list: list, indent: m[1] } );\n return list;\n }\n\n\n var stack = [], // Stack of lists for nesting.\n list = make_list( m ),\n last_li,\n loose = false,\n ret = [ stack[0].list ],\n i;\n\n // Loop to search over block looking for inner block elements and loose lists\n loose_search:\n while ( true ) {\n // Split into lines preserving new lines at end of line\n var lines = block.split( /(?=\\n)/ );\n\n // We have to grab all lines for a li and call processInline on them\n // once as there are some inline things that can span lines.\n var li_accumulate = \"\";\n\n // Loop over the lines in this block looking for tight lists.\n tight_search:\n for ( var line_no = 0; line_no < lines.length; line_no++ ) {\n var nl = \"\",\n l = lines[line_no].replace(/^\\n/, function(n) { nl = n; return \"\"; });\n\n // TODO: really should cache this\n var line_re = regex_for_depth( stack.length );\n\n m = l.match( line_re );\n //print( \"line:\", uneval(l), \"\\nline match:\", uneval(m) );\n\n // We have a list item\n if ( m[1] !== undefined ) {\n // Process the previous list item, if any\n if ( li_accumulate.length ) {\n add( last_li, loose, this.processInline( li_accumulate ), nl );\n // Loose mode will have been dealt with. Reset it\n loose = false;\n li_accumulate = \"\";\n }\n\n m[1] = expand_tab( m[1] );\n var wanted_depth = Math.floor(m[1].length/4)+1;\n //print( \"want:\", wanted_depth, \"stack:\", stack.length);\n if ( wanted_depth > stack.length ) {\n // Deep enough for a nested list outright\n //print ( \"new nested list\" );\n list = make_list( m );\n last_li.push( list );\n last_li = list[1] = [ \"listitem\" ];\n }\n else {\n // We aren't deep enough to be strictly a new level. This is\n // where Md.pl goes nuts. If the indent matches a level in the\n // stack, put it there, else put it one deeper then the\n // wanted_depth deserves.\n var found = false;\n for ( i = 0; i < stack.length; i++ ) {\n if ( stack[ i ].indent != m[1] ) continue;\n list = stack[ i ].list;\n stack.splice( i+1, stack.length - (i+1) );\n found = true;\n break;\n }\n\n if (!found) {\n //print(\"not found. l:\", uneval(l));\n wanted_depth++;\n if ( wanted_depth <= stack.length ) {\n stack.splice(wanted_depth, stack.length - wanted_depth);\n //print(\"Desired depth now\", wanted_depth, \"stack:\", stack.length);\n list = stack[wanted_depth-1].list;\n //print(\"list:\", uneval(list) );\n }\n else {\n //print (\"made new stack for messy indent\");\n list = make_list(m);\n last_li.push(list);\n }\n }\n\n //print( uneval(list), \"last\", list === stack[stack.length-1].list );\n last_li = [ \"listitem\" ];\n list.push(last_li);\n } // end depth of shenegains\n nl = \"\";\n }\n\n // Add content\n if ( l.length > m[0].length ) {\n li_accumulate += nl + l.substr( m[0].length );\n }\n } // tight_search\n\n if ( li_accumulate.length ) {\n add( last_li, loose, this.processInline( li_accumulate ), nl );\n // Loose mode will have been dealt with. Reset it\n loose = false;\n li_accumulate = \"\";\n }\n\n // Look at the next block - we might have a loose list. Or an extra\n // paragraph for the current li\n var contained = get_contained_blocks( stack.length, next );\n\n // Deal with code blocks or properly nested lists\n if ( contained.length > 0 ) {\n // Make sure all listitems up the stack are paragraphs\n forEach( stack, paragraphify, this);\n\n last_li.push.apply( last_li, this.toTree( contained, [] ) );\n }\n\n var next_block = next[0] && next[0].valueOf() || \"\";\n\n if ( next_block.match(is_list_re) || next_block.match( /^ / ) ) {\n block = next.shift();\n\n // Check for an HR following a list: features/lists/hr_abutting\n var hr = this.dialect.block.horizRule( block, next );\n\n if ( hr ) {\n ret.push.apply(ret, hr);\n break;\n }\n\n // Make sure all listitems up the stack are paragraphs\n forEach( stack, paragraphify, this);\n\n loose = true;\n continue loose_search;\n }\n break;\n } // loose_search\n\n return ret;\n };\n })(),\n\n blockquote: function blockquote( block, next ) {\n if ( !block.match( /^>/m ) )\n return undefined;\n\n var jsonml = [];\n\n // separate out the leading abutting block, if any. I.e. in this case:\n //\n // a\n // > b\n //\n if ( block[ 0 ] != \">\" ) {\n var lines = block.split( /\\n/ ),\n prev = [],\n line_no = block.lineNumber;\n\n // keep shifting lines until you find a crotchet\n while ( lines.length && lines[ 0 ][ 0 ] != \">\" ) {\n prev.push( lines.shift() );\n line_no++;\n }\n\n var abutting = mk_block( prev.join( \"\\n\" ), \"\\n\", block.lineNumber );\n jsonml.push.apply( jsonml, this.processBlock( abutting, [] ) );\n // reassemble new block of just block quotes!\n block = mk_block( lines.join( \"\\n\" ), block.trailing, line_no );\n }\n\n\n // if the next block is also a blockquote merge it in\n while ( next.length && next[ 0 ][ 0 ] == \">\" ) {\n var b = next.shift();\n block = mk_block( block + block.trailing + b, b.trailing, block.lineNumber );\n }\n\n // Strip off the leading \"> \" and re-process as a block.\n var input = block.replace( /^> ?/gm, \"\" ),\n old_tree = this.tree,\n processedBlock = this.toTree( input, [ \"blockquote\" ] ),\n attr = extract_attr( processedBlock );\n\n // If any link references were found get rid of them\n if ( attr && attr.references ) {\n delete attr.references;\n // And then remove the attribute object if it's empty\n if ( isEmpty( attr ) ) {\n processedBlock.splice( 1, 1 );\n }\n }\n\n jsonml.push( processedBlock );\n return jsonml;\n },\n\n referenceDefn: function referenceDefn( block, next) {\n var re = /^\\s*\\[(.*?)\\]:\\s*(\\S+)(?:\\s+(?:(['\"])(.*?)\\3|\\((.*?)\\)))?\\n?/;\n // interesting matches are [ , ref_id, url, , title, title ]\n\n if ( !block.match(re) )\n return undefined;\n\n // make an attribute node if it doesn't exist\n if ( !extract_attr( this.tree ) ) {\n this.tree.splice( 1, 0, {} );\n }\n\n var attrs = extract_attr( this.tree );\n\n // make a references hash if it doesn't exist\n if ( attrs.references === undefined ) {\n attrs.references = {};\n }\n\n var b = this.loop_re_over_block(re, block, function( m ) {\n\n if ( m[2] && m[2][0] == \"<\" && m[2][m[2].length-1] == \">\" )\n m[2] = m[2].substring( 1, m[2].length - 1 );\n\n var ref = attrs.references[ m[1].toLowerCase() ] = {\n href: m[2]\n };\n\n if ( m[4] !== undefined )\n ref.title = m[4];\n else if ( m[5] !== undefined )\n ref.title = m[5];\n\n } );\n\n if ( b.length )\n next.unshift( mk_block( b, block.trailing ) );\n\n return [];\n },\n\n para: function para( block, next ) {\n // everything's a para!\n return [ [\"para\"].concat( this.processInline( block ) ) ];\n }\n }\n};\n\nMarkdown.dialects.Gruber.inline = {\n\n __oneElement__: function oneElement( text, patterns_or_re, previous_nodes ) {\n var m,\n res,\n lastIndex = 0;\n\n patterns_or_re = patterns_or_re || this.dialect.inline.__patterns__;\n var re = new RegExp( \"([\\\\s\\\\S]*?)(\" + (patterns_or_re.source || patterns_or_re) + \")\" );\n\n m = re.exec( text );\n if (!m) {\n // Just boring text\n return [ text.length, text ];\n }\n else if ( m[1] ) {\n // Some un-interesting text matched. Return that first\n return [ m[1].length, m[1] ];\n }\n\n var res;\n if ( m[2] in this.dialect.inline ) {\n res = this.dialect.inline[ m[2] ].call(\n this,\n text.substr( m.index ), m, previous_nodes || [] );\n }\n // Default for now to make dev easier. just slurp special and output it.\n res = res || [ m[2].length, m[2] ];\n return res;\n },\n\n __call__: function inline( text, patterns ) {\n\n var out = [],\n res;\n\n function add(x) {\n //D:self.debug(\" adding output\", uneval(x));\n if ( typeof x == \"string\" && typeof out[out.length-1] == \"string\" )\n out[ out.length-1 ] += x;\n else\n out.push(x);\n }\n\n while ( text.length > 0 ) {\n res = this.dialect.inline.__oneElement__.call(this, text, patterns, out );\n text = text.substr( res.shift() );\n forEach(res, add )\n }\n\n return out;\n },\n\n // These characters are intersting elsewhere, so have rules for them so that\n // chunks of plain text blocks don't include them\n \"]\": function () {},\n \"}\": function () {},\n\n __escape__ : /^\\\\[\\\\`\\*_{}\\[\\]()#\\+.!\\-]/,\n\n \"\\\\\": function escaped( text ) {\n // [ length of input processed, node/children to add... ]\n // Only esacape: \\ ` * _ { } [ ] ( ) # * + - . !\n if ( this.dialect.inline.__escape__.exec( text ) )\n return [ 2, text.charAt( 1 ) ];\n else\n // Not an esacpe\n return [ 1, \"\\\\\" ];\n },\n\n \"![\": function image( text ) {\n\n // Unlike images, alt text is plain text only. no other elements are\n // allowed in there\n\n // ![Alt text](/path/to/img.jpg \"Optional title\")\n // 1 2 3 4 <--- captures\n var m = text.match( /^!\\[(.*?)\\][ \\t]*\\([ \\t]*([^\")]*?)(?:[ \\t]+([\"'])(.*?)\\3)?[ \\t]*\\)/ );\n\n if ( m ) {\n if ( m[2] && m[2][0] == \"<\" && m[2][m[2].length-1] == \">\" )\n m[2] = m[2].substring( 1, m[2].length - 1 );\n\n m[2] = this.dialect.inline.__call__.call( this, m[2], /\\\\/ )[0];\n\n var attrs = { alt: m[1], href: m[2] || \"\" };\n if ( m[4] !== undefined)\n attrs.title = m[4];\n\n return [ m[0].length, [ \"img\", attrs ] ];\n }\n\n // ![Alt text][id]\n m = text.match( /^!\\[(.*?)\\][ \\t]*\\[(.*?)\\]/ );\n\n if ( m ) {\n // We can't check if the reference is known here as it likely wont be\n // found till after. Check it in md tree->hmtl tree conversion\n return [ m[0].length, [ \"img_ref\", { alt: m[1], ref: m[2].toLowerCase(), original: m[0] } ] ];\n }\n\n // Just consume the '!['\n return [ 2, \"![\" ];\n },\n\n \"[\": function link( text ) {\n\n var orig = String(text);\n // Inline content is possible inside `link text`\n var res = Markdown.DialectHelpers.inline_until_char.call( this, text.substr(1), \"]\" );\n\n // No closing ']' found. Just consume the [\n if ( !res ) return [ 1, \"[\" ];\n\n var consumed = 1 + res[ 0 ],\n children = res[ 1 ],\n link,\n attrs;\n\n // At this point the first [...] has been parsed. See what follows to find\n // out which kind of link we are (reference or direct url)\n text = text.substr( consumed );\n\n // [link text](/path/to/img.jpg \"Optional title\")\n // 1 2 3 <--- captures\n // This will capture up to the last paren in the block. We then pull\n // back based on if there a matching ones in the url\n // ([here](/url/(test))\n // The parens have to be balanced\n var m = text.match( /^\\s*\\([ \\t]*([^\"']*)(?:[ \\t]+([\"'])(.*?)\\2)?[ \\t]*\\)/ );\n if ( m ) {\n var url = m[1];\n consumed += m[0].length;\n\n if ( url && url[0] == \"<\" && url[url.length-1] == \">\" )\n url = url.substring( 1, url.length - 1 );\n\n // If there is a title we don't have to worry about parens in the url\n if ( !m[3] ) {\n var open_parens = 1; // One open that isn't in the capture\n for ( var len = 0; len < url.length; len++ ) {\n switch ( url[len] ) {\n case \"(\":\n open_parens++;\n break;\n case \")\":\n if ( --open_parens == 0) {\n consumed -= url.length - len;\n url = url.substring(0, len);\n }\n break;\n }\n }\n }\n\n // Process escapes only\n url = this.dialect.inline.__call__.call( this, url, /\\\\/ )[0];\n\n attrs = { href: url || \"\" };\n if ( m[3] !== undefined)\n attrs.title = m[3];\n\n link = [ \"link\", attrs ].concat( children );\n return [ consumed, link ];\n }\n\n // [Alt text][id]\n // [Alt text] [id]\n m = text.match( /^\\s*\\[(.*?)\\]/ );\n\n if ( m ) {\n\n consumed += m[ 0 ].length;\n\n // [links][] uses links as its reference\n attrs = { ref: ( m[ 1 ] || String(children) ).toLowerCase(), original: orig.substr( 0, consumed ) };\n\n link = [ \"link_ref\", attrs ].concat( children );\n\n // We can't check if the reference is known here as it likely wont be\n // found till after. Check it in md tree->hmtl tree conversion.\n // Store the original so that conversion can revert if the ref isn't found.\n return [ consumed, link ];\n }\n\n // [id]\n // Only if id is plain (no formatting.)\n if ( children.length == 1 && typeof children[0] == \"string\" ) {\n\n attrs = { ref: children[0].toLowerCase(), original: orig.substr( 0, consumed ) };\n link = [ \"link_ref\", attrs, children[0] ];\n return [ consumed, link ];\n }\n\n // Just consume the \"[\"\n return [ 1, \"[\" ];\n },\n\n\n \"<\": function autoLink( text ) {\n var m;\n\n if ( ( m = text.match( /^<(?:((https?|ftp|mailto):[^>]+)|(.*?@.*?\\.[a-zA-Z]+))>/ ) ) != null ) {\n if ( m[3] ) {\n return [ m[0].length, [ \"link\", { href: \"mailto:\" + m[3] }, m[3] ] ];\n\n }\n else if ( m[2] == \"mailto\" ) {\n return [ m[0].length, [ \"link\", { href: m[1] }, m[1].substr(\"mailto:\".length ) ] ];\n }\n else\n return [ m[0].length, [ \"link\", { href: m[1] }, m[1] ] ];\n }\n\n return [ 1, \"<\" ];\n },\n\n \"`\": function inlineCode( text ) {\n // Inline code block. as many backticks as you like to start it\n // Always skip over the opening ticks.\n var m = text.match( /(`+)(([\\s\\S]*?)\\1)/ );\n\n if ( m && m[2] )\n return [ m[1].length + m[2].length, [ \"inlinecode\", m[3] ] ];\n else {\n // TODO: No matching end code found - warn!\n return [ 1, \"`\" ];\n }\n },\n\n \" \\n\": function lineBreak( text ) {\n return [ 3, [ \"linebreak\" ] ];\n }\n\n};\n\n// Meta Helper/generator method for em and strong handling\nfunction strong_em( tag, md ) {\n\n var state_slot = tag + \"_state\",\n other_slot = tag == \"strong\" ? \"em_state\" : \"strong_state\";\n\n function CloseTag(len) {\n this.len_after = len;\n this.name = \"close_\" + md;\n }\n\n return function ( text, orig_match ) {\n\n if ( this[state_slot][0] == md ) {\n // Most recent em is of this type\n //D:this.debug(\"closing\", md);\n this[state_slot].shift();\n\n // \"Consume\" everything to go back to the recrusion in the else-block below\n return[ text.length, new CloseTag(text.length-md.length) ];\n }\n else {\n // Store a clone of the em/strong states\n var other = this[other_slot].slice(),\n state = this[state_slot].slice();\n\n this[state_slot].unshift(md);\n\n //D:this.debug_indent += \" \";\n\n // Recurse\n var res = this.processInline( text.substr( md.length ) );\n //D:this.debug_indent = this.debug_indent.substr(2);\n\n var last = res[res.length - 1];\n\n //D:this.debug(\"processInline from\", tag + \": \", uneval( res ) );\n\n var check = this[state_slot].shift();\n if ( last instanceof CloseTag ) {\n res.pop();\n // We matched! Huzzah.\n var consumed = text.length - last.len_after;\n return [ consumed, [ tag ].concat(res) ];\n }\n else {\n // Restore the state of the other kind. We might have mistakenly closed it.\n this[other_slot] = other;\n this[state_slot] = state;\n\n // We can't reuse the processed result as it could have wrong parsing contexts in it.\n return [ md.length, md ];\n }\n }\n }; // End returned function\n}\n\nMarkdown.dialects.Gruber.inline[\"**\"] = strong_em(\"strong\", \"**\");\nMarkdown.dialects.Gruber.inline[\"__\"] = strong_em(\"strong\", \"__\");\nMarkdown.dialects.Gruber.inline[\"*\"] = strong_em(\"em\", \"*\");\nMarkdown.dialects.Gruber.inline[\"_\"] = strong_em(\"em\", \"_\");\n\n\n// Build default order from insertion order.\nMarkdown.buildBlockOrder = function(d) {\n var ord = [];\n for ( var i in d ) {\n if ( i == \"__order__\" || i == \"__call__\" ) continue;\n ord.push( i );\n }\n d.__order__ = ord;\n};\n\n// Build patterns for inline matcher\nMarkdown.buildInlinePatterns = function(d) {\n var patterns = [];\n\n for ( var i in d ) {\n // __foo__ is reserved and not a pattern\n if ( i.match( /^__.*__$/) ) continue;\n var l = i.replace( /([\\\\.*+?|()\\[\\]{}])/g, \"\\\\$1\" )\n .replace( /\\n/, \"\\\\n\" );\n patterns.push( i.length == 1 ? l : \"(?:\" + l + \")\" );\n }\n\n patterns = patterns.join(\"|\");\n d.__patterns__ = patterns;\n //print(\"patterns:\", uneval( patterns ) );\n\n var fn = d.__call__;\n d.__call__ = function(text, pattern) {\n if ( pattern != undefined ) {\n return fn.call(this, text, pattern);\n }\n else\n {\n return fn.call(this, text, patterns);\n }\n };\n};\n\nMarkdown.DialectHelpers = {};\nMarkdown.DialectHelpers.inline_until_char = function( text, want ) {\n var consumed = 0,\n nodes = [];\n\n while ( true ) {\n if ( text.charAt( consumed ) == want ) {\n // Found the character we were looking for\n consumed++;\n return [ consumed, nodes ];\n }\n\n if ( consumed >= text.length ) {\n // No closing char found. Abort.\n return null;\n }\n\n var res = this.dialect.inline.__oneElement__.call(this, text.substr( consumed ) );\n consumed += res[ 0 ];\n // Add any returned nodes.\n nodes.push.apply( nodes, res.slice( 1 ) );\n }\n}\n\n// Helper function to make sub-classing a dialect easier\nMarkdown.subclassDialect = function( d ) {\n function Block() {}\n Block.prototype = d.block;\n function Inline() {}\n Inline.prototype = d.inline;\n\n return { block: new Block(), inline: new Inline() };\n};\n\nMarkdown.buildBlockOrder ( Markdown.dialects.Gruber.block );\nMarkdown.buildInlinePatterns( Markdown.dialects.Gruber.inline );\n\nMarkdown.dialects.Maruku = Markdown.subclassDialect( Markdown.dialects.Gruber );\n\nMarkdown.dialects.Maruku.processMetaHash = function processMetaHash( meta_string ) {\n var meta = split_meta_hash( meta_string ),\n attr = {};\n\n for ( var i = 0; i < meta.length; ++i ) {\n // id: #foo\n if ( /^#/.test( meta[ i ] ) ) {\n attr.id = meta[ i ].substring( 1 );\n }\n // class: .foo\n else if ( /^\\./.test( meta[ i ] ) ) {\n // if class already exists, append the new one\n if ( attr[\"class\"] ) {\n attr[\"class\"] = attr[\"class\"] + meta[ i ].replace( /./, \" \" );\n }\n else {\n attr[\"class\"] = meta[ i ].substring( 1 );\n }\n }\n // attribute: foo=bar\n else if ( /\\=/.test( meta[ i ] ) ) {\n var s = meta[ i ].split( /\\=/ );\n attr[ s[ 0 ] ] = s[ 1 ];\n }\n }\n\n return attr;\n}\n\nfunction split_meta_hash( meta_string ) {\n var meta = meta_string.split( \"\" ),\n parts = [ \"\" ],\n in_quotes = false;\n\n while ( meta.length ) {\n var letter = meta.shift();\n switch ( letter ) {\n case \" \" :\n // if we're in a quoted section, keep it\n if ( in_quotes ) {\n parts[ parts.length - 1 ] += letter;\n }\n // otherwise make a new part\n else {\n parts.push( \"\" );\n }\n break;\n case \"'\" :\n case '\"' :\n // reverse the quotes and move straight on\n in_quotes = !in_quotes;\n break;\n case \"\\\\\" :\n // shift off the next letter to be used straight away.\n // it was escaped so we'll keep it whatever it is\n letter = meta.shift();\n default :\n parts[ parts.length - 1 ] += letter;\n break;\n }\n }\n\n return parts;\n}\n\nMarkdown.dialects.Maruku.block.document_meta = function document_meta( block, next ) {\n // we're only interested in the first block\n if ( block.lineNumber > 1 ) return undefined;\n\n // document_meta blocks consist of one or more lines of `Key: Value\\n`\n if ( ! block.match( /^(?:\\w+:.*\\n)*\\w+:.*$/ ) ) return undefined;\n\n // make an attribute node if it doesn't exist\n if ( !extract_attr( this.tree ) ) {\n this.tree.splice( 1, 0, {} );\n }\n\n var pairs = block.split( /\\n/ );\n for ( p in pairs ) {\n var m = pairs[ p ].match( /(\\w+):\\s*(.*)$/ ),\n key = m[ 1 ].toLowerCase(),\n value = m[ 2 ];\n\n this.tree[ 1 ][ key ] = value;\n }\n\n // document_meta produces no content!\n return [];\n};\n\nMarkdown.dialects.Maruku.block.block_meta = function block_meta( block, next ) {\n // check if the last line of the block is an meta hash\n var m = block.match( /(^|\\n) {0,3}\\{:\\s*((?:\\\\\\}|[^\\}])*)\\s*\\}$/ );\n if ( !m ) return undefined;\n\n // process the meta hash\n var attr = this.dialect.processMetaHash( m[ 2 ] );\n\n var hash;\n\n // if we matched ^ then we need to apply meta to the previous block\n if ( m[ 1 ] === \"\" ) {\n var node = this.tree[ this.tree.length - 1 ];\n hash = extract_attr( node );\n\n // if the node is a string (rather than JsonML), bail\n if ( typeof node === \"string\" ) return undefined;\n\n // create the attribute hash if it doesn't exist\n if ( !hash ) {\n hash = {};\n node.splice( 1, 0, hash );\n }\n\n // add the attributes in\n for ( a in attr ) {\n hash[ a ] = attr[ a ];\n }\n\n // return nothing so the meta hash is removed\n return [];\n }\n\n // pull the meta hash off the block and process what's left\n var b = block.replace( /\\n.*$/, \"\" ),\n result = this.processBlock( b, [] );\n\n // get or make the attributes hash\n hash = extract_attr( result[ 0 ] );\n if ( !hash ) {\n hash = {};\n result[ 0 ].splice( 1, 0, hash );\n }\n\n // attach the attributes to the block\n for ( a in attr ) {\n hash[ a ] = attr[ a ];\n }\n\n return result;\n};\n\nMarkdown.dialects.Maruku.block.definition_list = function definition_list( block, next ) {\n // one or more terms followed by one or more definitions, in a single block\n var tight = /^((?:[^\\s:].*\\n)+):\\s+([\\s\\S]+)$/,\n list = [ \"dl\" ],\n i, m;\n\n // see if we're dealing with a tight or loose block\n if ( ( m = block.match( tight ) ) ) {\n // pull subsequent tight DL blocks out of `next`\n var blocks = [ block ];\n while ( next.length && tight.exec( next[ 0 ] ) ) {\n blocks.push( next.shift() );\n }\n\n for ( var b = 0; b < blocks.length; ++b ) {\n var m = blocks[ b ].match( tight ),\n terms = m[ 1 ].replace( /\\n$/, \"\" ).split( /\\n/ ),\n defns = m[ 2 ].split( /\\n:\\s+/ );\n\n // print( uneval( m ) );\n\n for ( i = 0; i < terms.length; ++i ) {\n list.push( [ \"dt\", terms[ i ] ] );\n }\n\n for ( i = 0; i < defns.length; ++i ) {\n // run inline processing over the definition\n list.push( [ \"dd\" ].concat( this.processInline( defns[ i ].replace( /(\\n)\\s+/, \"$1\" ) ) ) );\n }\n }\n }\n else {\n return undefined;\n }\n\n return [ list ];\n};\n\n// splits on unescaped instances of @ch. If @ch is not a character the result\n// can be unpredictable\n\nMarkdown.dialects.Maruku.block.table = function table (block, next) {\n\n var _split_on_unescaped = function(s, ch) {\n ch = ch || '\\\\s';\n if (ch.match(/^[\\\\|\\[\\]{}?*.+^$]$/)) { ch = '\\\\' + ch; }\n var res = [ ],\n r = new RegExp('^((?:\\\\\\\\.|[^\\\\\\\\' + ch + '])*)' + ch + '(.*)'),\n m;\n while(m = s.match(r)) {\n res.push(m[1]);\n s = m[2];\n }\n res.push(s);\n return res;\n }\n\n var leading_pipe = /^ {0,3}\\|(.+)\\n {0,3}\\|\\s*([\\-:]+[\\-| :]*)\\n((?:\\s*\\|.*(?:\\n|$))*)(?=\\n|$)/,\n // find at least an unescaped pipe in each line\n no_leading_pipe = /^ {0,3}(\\S(?:\\\\.|[^\\\\|])*\\|.*)\\n {0,3}([\\-:]+\\s*\\|[\\-| :]*)\\n((?:(?:\\\\.|[^\\\\|])*\\|.*(?:\\n|$))*)(?=\\n|$)/,\n i, m;\n if (m = block.match(leading_pipe)) {\n // remove leading pipes in contents\n // (header and horizontal rule already have the leading pipe left out)\n m[3] = m[3].replace(/^\\s*\\|/gm, '');\n } else if (! ( m = block.match(no_leading_pipe))) {\n return undefined;\n }\n\n var table = [ \"table\", [ \"thead\", [ \"tr\" ] ], [ \"tbody\" ] ];\n\n // remove trailing pipes, then split on pipes\n // (no escaped pipes are allowed in horizontal rule)\n m[2] = m[2].replace(/\\|\\s*$/, '').split('|');\n\n // process alignment\n var html_attrs = [ ];\n forEach (m[2], function (s) {\n if (s.match(/^\\s*-+:\\s*$/)) html_attrs.push({align: \"right\"});\n else if (s.match(/^\\s*:-+\\s*$/)) html_attrs.push({align: \"left\"});\n else if (s.match(/^\\s*:-+:\\s*$/)) html_attrs.push({align: \"center\"});\n else html_attrs.push({});\n });\n\n // now for the header, avoid escaped pipes\n m[1] = _split_on_unescaped(m[1].replace(/\\|\\s*$/, ''), '|');\n for (i = 0; i < m[1].length; i++) {\n table[1][1].push(['th', html_attrs[i] || {}].concat(\n this.processInline(m[1][i].trim())));\n }\n\n // now for body contents\n forEach (m[3].replace(/\\|\\s*$/mg, '').split('\\n'), function (row) {\n var html_row = ['tr'];\n row = _split_on_unescaped(row, '|');\n for (i = 0; i < row.length; i++) {\n html_row.push(['td', html_attrs[i] || {}].concat(this.processInline(row[i].trim())));\n }\n table[2].push(html_row);\n }, this);\n\n return [table];\n}\n\nMarkdown.dialects.Maruku.inline[ \"{:\" ] = function inline_meta( text, matches, out ) {\n if ( !out.length ) {\n return [ 2, \"{:\" ];\n }\n\n // get the preceeding element\n var before = out[ out.length - 1 ];\n\n if ( typeof before === \"string\" ) {\n return [ 2, \"{:\" ];\n }\n\n // match a meta hash\n var m = text.match( /^\\{:\\s*((?:\\\\\\}|[^\\}])*)\\s*\\}/ );\n\n // no match, false alarm\n if ( !m ) {\n return [ 2, \"{:\" ];\n }\n\n // attach the attributes to the preceeding element\n var meta = this.dialect.processMetaHash( m[ 1 ] ),\n attr = extract_attr( before );\n\n if ( !attr ) {\n attr = {};\n before.splice( 1, 0, attr );\n }\n\n for ( var k in meta ) {\n attr[ k ] = meta[ k ];\n }\n\n // cut out the string and replace it with nothing\n return [ m[ 0 ].length, \"\" ];\n};\n\nMarkdown.dialects.Maruku.inline.__escape__ = /^\\\\[\\\\`\\*_{}\\[\\]()#\\+.!\\-|:]/;\n\nMarkdown.buildBlockOrder ( Markdown.dialects.Maruku.block );\nMarkdown.buildInlinePatterns( Markdown.dialects.Maruku.inline );\n\nvar isArray = Array.isArray || function(obj) {\n return Object.prototype.toString.call(obj) == \"[object Array]\";\n};\n\nvar forEach;\n// Don't mess with Array.prototype. Its not friendly\nif ( Array.prototype.forEach ) {\n forEach = function( arr, cb, thisp ) {\n return arr.forEach( cb, thisp );\n };\n}\nelse {\n forEach = function(arr, cb, thisp) {\n for (var i = 0; i < arr.length; i++) {\n cb.call(thisp || arr, arr[i], i, arr);\n }\n }\n}\n\nvar isEmpty = function( obj ) {\n for ( var key in obj ) {\n if ( hasOwnProperty.call( obj, key ) ) {\n return false;\n }\n }\n\n return true;\n}\n\nfunction extract_attr( jsonml ) {\n return isArray(jsonml)\n && jsonml.length > 1\n && typeof jsonml[ 1 ] === \"object\"\n && !( isArray(jsonml[ 1 ]) )\n ? jsonml[ 1 ]\n : undefined;\n}\n\n\n\n/**\n * renderJsonML( jsonml[, options] ) -> String\n * - jsonml (Array): JsonML array to render to XML\n * - options (Object): options\n *\n * Converts the given JsonML into well-formed XML.\n *\n * The options currently understood are:\n *\n * - root (Boolean): wether or not the root node should be included in the\n * output, or just its children. The default `false` is to not include the\n * root itself.\n */\nexpose.renderJsonML = function( jsonml, options ) {\n options = options || {};\n // include the root element in the rendered output?\n options.root = options.root || false;\n\n var content = [];\n\n if ( options.root ) {\n content.push( render_tree( jsonml ) );\n }\n else {\n jsonml.shift(); // get rid of the tag\n if ( jsonml.length && typeof jsonml[ 0 ] === \"object\" && !( jsonml[ 0 ] instanceof Array ) ) {\n jsonml.shift(); // get rid of the attributes\n }\n\n while ( jsonml.length ) {\n content.push( render_tree( jsonml.shift() ) );\n }\n }\n\n return content.join( \"\\n\\n\" );\n};\n\nfunction escapeHTML( text ) {\n return text.replace( /&/g, \"&\" )\n .replace( /</g, \"<\" )\n .replace( />/g, \">\" )\n .replace( /\"/g, \""\" )\n .replace( /'/g, \"'\" );\n}\n\nfunction render_tree( jsonml ) {\n // basic case\n if ( typeof jsonml === \"string\" ) {\n return escapeHTML( jsonml );\n }\n\n var tag = jsonml.shift(),\n attributes = {},\n content = [];\n\n if ( jsonml.length && typeof jsonml[ 0 ] === \"object\" && !( jsonml[ 0 ] instanceof Array ) ) {\n attributes = jsonml.shift();\n }\n\n while ( jsonml.length ) {\n content.push( render_tree( jsonml.shift() ) );\n }\n\n var tag_attrs = \"\";\n for ( var a in attributes ) {\n tag_attrs += \" \" + a + '=\"' + escapeHTML( attributes[ a ] ) + '\"';\n }\n\n // be careful about adding whitespace here for inline elements\n if ( tag == \"img\" || tag == \"br\" || tag == \"hr\" ) {\n return \"<\"+ tag + tag_attrs + \"/>\";\n }\n else {\n return \"<\"+ tag + tag_attrs + \">\" + content.join( \"\" ) + \"</\" + tag + \">\";\n }\n}\n\nfunction convert_tree_to_html( tree, references, options ) {\n var i;\n options = options || {};\n\n // shallow clone\n var jsonml = tree.slice( 0 );\n\n if ( typeof options.preprocessTreeNode === \"function\" ) {\n jsonml = options.preprocessTreeNode(jsonml, references);\n }\n\n // Clone attributes if they exist\n var attrs = extract_attr( jsonml );\n if ( attrs ) {\n jsonml[ 1 ] = {};\n for ( i in attrs ) {\n jsonml[ 1 ][ i ] = attrs[ i ];\n }\n attrs = jsonml[ 1 ];\n }\n\n // basic case\n if ( typeof jsonml === \"string\" ) {\n return jsonml;\n }\n\n // convert this node\n switch ( jsonml[ 0 ] ) {\n case \"header\":\n jsonml[ 0 ] = \"h\" + jsonml[ 1 ].level;\n delete jsonml[ 1 ].level;\n break;\n case \"bulletlist\":\n jsonml[ 0 ] = \"ul\";\n break;\n case \"numberlist\":\n jsonml[ 0 ] = \"ol\";\n break;\n case \"listitem\":\n jsonml[ 0 ] = \"li\";\n break;\n case \"para\":\n jsonml[ 0 ] = \"p\";\n break;\n case \"markdown\":\n jsonml[ 0 ] = \"html\";\n if ( attrs ) delete attrs.references;\n break;\n case \"code_block\":\n jsonml[ 0 ] = \"pre\";\n i = attrs ? 2 : 1;\n var code = [ \"code\" ];\n code.push.apply( code, jsonml.splice( i, jsonml.length - i ) );\n jsonml[ i ] = code;\n break;\n case \"inlinecode\":\n jsonml[ 0 ] = \"code\";\n break;\n case \"img\":\n jsonml[ 1 ].src = jsonml[ 1 ].href;\n delete jsonml[ 1 ].href;\n break;\n case \"linebreak\":\n jsonml[ 0 ] = \"br\";\n break;\n case \"link\":\n jsonml[ 0 ] = \"a\";\n break;\n case \"link_ref\":\n jsonml[ 0 ] = \"a\";\n\n // grab this ref and clean up the attribute node\n var ref = references[ attrs.ref ];\n\n // if the reference exists, make the link\n if ( ref ) {\n delete attrs.ref;\n\n // add in the href and title, if present\n attrs.href = ref.href;\n if ( ref.title ) {\n attrs.title = ref.title;\n }\n\n // get rid of the unneeded original text\n delete attrs.original;\n }\n // the reference doesn't exist, so revert to plain text\n else {\n return attrs.original;\n }\n break;\n case \"img_ref\":\n jsonml[ 0 ] = \"img\";\n\n // grab this ref and clean up the attribute node\n var ref = references[ attrs.ref ];\n\n // if the reference exists, make the link\n if ( ref ) {\n delete attrs.ref;\n\n // add in the href and title, if present\n attrs.src = ref.href;\n if ( ref.title ) {\n attrs.title = ref.title;\n }\n\n // get rid of the unneeded original text\n delete attrs.original;\n }\n // the reference doesn't exist, so revert to plain text\n else {\n return attrs.original;\n }\n break;\n }\n\n // convert all the children\n i = 1;\n\n // deal with the attribute node, if it exists\n if ( attrs ) {\n // if there are keys, skip over it\n for ( var key in jsonml[ 1 ] ) {\n i = 2;\n break;\n }\n // if there aren't, remove it\n if ( i === 1 ) {\n jsonml.splice( i, 1 );\n }\n }\n\n for ( ; i < jsonml.length; ++i ) {\n jsonml[ i ] = convert_tree_to_html( jsonml[ i ], references, options );\n }\n\n return jsonml;\n}\n\n\n// merges adjacent text nodes into a single node\nfunction merge_text_nodes( jsonml ) {\n // skip the tag name and attribute hash\n var i = extract_attr( jsonml ) ? 2 : 1;\n\n while ( i < jsonml.length ) {\n // if it's a string check the next item too\n if ( typeof jsonml[ i ] === \"string\" ) {\n if ( i + 1 < jsonml.length && typeof jsonml[ i + 1 ] === \"string\" ) {\n // merge the second string into the first and remove it\n jsonml[ i ] += jsonml.splice( i + 1, 1 )[ 0 ];\n }\n else {\n ++i;\n }\n }\n // if it's not a string recurse\n else {\n merge_text_nodes( jsonml[ i ] );\n ++i;\n }\n }\n}\n\n} )( (function() {\n if ( typeof exports === \"undefined\" ) {\n window.markdown = {};\n return window.markdown;\n }\n else {\n return exports;\n }\n} )() );\n",
"type": "application/javascript",
"title": "$:/plugins/tiddlywiki/markdown/markdown.js",
"module-type": "library"
},
"$:/plugins/tiddlywiki/markdown/images/new-markdown-button": {
"title": "$:/plugins/tiddlywiki/markdown/images/new-markdown-button",
"tags": "$:/tags/Image",
"text": "<svg class=\"tc-image-new-markdown-button tc-image-button\" viewBox=\"0 0 128 128\" width=\"22pt\" height=\"22pt\">\n <g fill-rule=\"evenodd\">\n <rect x=\"80\" y=\"96\" width=\"48\" height=\"16\" rx=\"8\"></rect>\n <rect x=\"96\" y=\"80\" width=\"16\" height=\"48\" rx=\"8\"></rect>\n <path d=\"M3.23876972,39.5396716 C3.23876972,35.9653274 6.13586353,33.0691646 9.7141757,33.0691646 L98.1283744,33.0691646 C101.706101,33.0691646 104.60378,35.9646626 104.60378,39.5396716 L104.60378,84.8296213 C104.60378,88.4039654 101.706687,91.3001282 98.1283744,91.3001282 L9.7141757,91.3001282 C6.13644944,91.3001282 3.23876972,88.4046302 3.23876972,84.8296213 L3.23876972,39.5396716 L3.23876972,39.5396716 Z M-2.15298617,39.5396716 L-2.15298617,84.8296213 C-2.15298617,91.3833243 3.15957363,96.6918841 9.7141757,96.6918841 L98.1283744,96.6918841 C104.684083,96.6918841 109.995536,91.382138 109.995536,84.8296213 L109.995536,39.5396716 C109.995536,32.9859686 104.682977,27.6774087 98.1283744,27.6774087 L9.7141757,27.6774087 C3.15846686,27.6774087 -2.15298617,32.9871549 -2.15298617,39.5396716 Z M14.0222815,80.5166164 L14.0222815,43.8526764 L24.8057933,43.8526764 L35.589305,57.3320661 L46.3728168,43.8526764 L57.1563286,43.8526764 L57.1563286,80.5166164 L46.3728168,80.5166164 L46.3728168,59.4887685 L35.589305,72.9681582 L24.8057933,59.4887685 L24.8057933,80.5166164 L14.0222815,80.5166164 Z M81.4192301,80.5166164 L65.2439624,62.723822 L76.0274742,62.723822 L76.0274742,43.8526764 L86.810986,43.8526764 L86.810986,62.723822 L97.5944978,62.723822 L81.4192301,80.5166164 Z\"transform=\"translate(53.921275, 62.184646) rotate(-60.000000) translate(-53.921275, -62.184646) \"></path>\n </g>\n</svg>"
},
"$:/plugins/tiddlywiki/markdown/new-markdown-button": {
"title": "$:/plugins/tiddlywiki/markdown/new-markdown-button",
"tags": "$:/tags/PageControls",
"caption": "{{$:/plugins/tiddlywiki/markdown/images/new-markdown-button}} {{$:/language/Buttons/NewMarkdown/Caption}}",
"description": "{{$:/language/Buttons/NewMarkdown/Hint}}",
"list-after": "$:/core/ui/Buttons/new-tiddler",
"text": "<$button tooltip={{$:/language/Buttons/NewMarkdown/Hint}} aria-label={{$:/language/Buttons/NewMarkdown/Caption}} class=<<tv-config-toolbar-class>>>\n<$action-sendmessage $message=\"tm-new-tiddler\" type=\"text/x-markdown\"/>\n<$list filter=\"[<tv-config-toolbar-icons>prefix[yes]]\">\n{{$:/plugins/tiddlywiki/markdown/images/new-markdown-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>prefix[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/NewMarkdown/Caption}}/></span>\n</$list>\n</$button>\n"
},
"$:/plugins/tiddlywiki/markdown/readme": {
"title": "$:/plugins/tiddlywiki/markdown/readme",
"text": "This is a TiddlyWiki plugin for parsing Markdown text, based on the [[markdown-js|https://github.com/evilstreak/markdown-js]] project from Dominic Baggott. \n\nIt is completely self-contained, and doesn't need an Internet connection in order to work. It works both in the browser and under Node.js.\n\n[[Source code|https://github.com/Jermolene/TiddlyWiki5/blob/master/plugins/tiddlywiki/markdown]]\n"
},
"$:/plugins/tiddlywiki/markdown/usage": {
"title": "$:/plugins/tiddlywiki/markdown/usage",
"text": "! Markdown Dialects\n\nBy default the markdown parser recognises the original dialect of Markdown [[as described by John Gruber|http://daringfireball.net/projects/markdown/]]. An extended dialect called \"Maruku\" is also included that provides table support and other advanced features. The syntax extensions are modelled on those of [[PHP Markdown Extra|https://michelf.ca/projects/php-markdown/extra/]].\n\nThe configuration tiddler [[$:/config/markdown/dialect]] determines which dialect is used:\n\n|!Dialect |!Description |\n|Gruber |Standard Markdown |\n|Maruku |Extended Maruku Markdown |\n\n\n! Creating ~WikiLinks\n\nCreate wiki links with the usual Markdown link syntax targeting `#` and the target tiddler title:\n\n```\n[link text](#TiddlerTitle)\n```\n\n! Images\n\nMarkdown image syntax can be used to reference images by tiddler title or an external URI. For example:\n\n```\n![alt text](/path/to/img.jpg \"Title\")\n\n![alt text](Motovun Jack.jpg \"Title\")\n```\n"
},
"$:/plugins/tiddlywiki/markdown/wrapper.js": {
"title": "$:/plugins/tiddlywiki/markdown/wrapper.js",
"text": "/*\\\ntitle: $:/plugins/tiddlywiki/markdown/wrapper.js\ntype: application/javascript\nmodule-type: parser\n\nWraps up the markdown-js parser for use in TiddlyWiki5\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar markdown = require(\"$:/plugins/tiddlywiki/markdown/markdown.js\");\n\nvar CONFIG_DIALECT_TIDDLER = \"$:/config/markdown/dialect\",\n\tDEFAULT_DIALECT = \"Gruber\";\n\nfunction transformNodes(nodes) {\n\tvar results = [];\n\tfor(var index=0; index<nodes.length; index++) {\n\t\tresults.push(transformNode(nodes[index]));\n\t}\n\treturn results;\n}\n\nfunction transformNode(node) {\n\tif($tw.utils.isArray(node)) {\n\t\tvar p = 0,\n\t\t\twidget = {type: \"element\", tag: node[p++]};\n\t\tif(!$tw.utils.isArray(node[p]) && typeof(node[p]) === \"object\") {\n\t\t\twidget.attributes = {};\n\t\t\t$tw.utils.each(node[p++],function(value,name) {\n\t\t\t\twidget.attributes[name] = {type: \"string\", value: value};\n\t\t\t});\n\t\t}\n\t\twidget.children = transformNodes(node.slice(p++));\n\t\t// Massage images into the image widget\n\t\tif(widget.tag === \"img\") {\n\t\t\twidget.type = \"image\";\n\t\t\tif(widget.attributes.alt) {\n\t\t\t\twidget.attributes.tooltip = widget.attributes.alt;\n\t\t\t\tdelete widget.attributes.alt;\n\t\t\t}\n\t\t\tif(widget.attributes.src) {\n\t\t\t\twidget.attributes.source = widget.attributes.src;\n\t\t\t\tdelete widget.attributes.src;\n\t\t\t}\n\t\t}\n\t\t// Convert internal links to proper wikilinks\n\t\tif (widget.tag === \"a\" && widget.attributes.href.value[0] === \"#\") {\n\t\t\twidget.type = \"link\";\n\t\t\twidget.attributes.to = widget.attributes.href;\n\t\t\tif (widget.attributes.to.type === \"string\") {\n\t\t\t\t//Remove '#' before conversion to wikilink\n\t\t\t\twidget.attributes.to.value = widget.attributes.to.value.substr(1);\n\t\t\t}\n\t\t\t//Children is fine\n\t\t\tdelete widget.tag;\n\t\t\tdelete widget.attributes.href;\n\t\t}\n\t\treturn widget;\n\t} else {\n\t\treturn {type: \"text\", text: node};\n\t}\n}\n\nvar MarkdownParser = function(type,text,options) {\n\tvar dialect = options.wiki.getTiddlerText(CONFIG_DIALECT_TIDDLER,DEFAULT_DIALECT),\n\t\tmarkdownTree = markdown.toHTMLTree(text,dialect),\n\t\tnode = $tw.utils.isArray(markdownTree[1]) ? markdownTree.slice(1) : markdownTree.slice(2);\n\tthis.tree = transformNodes(node);\n};\n\n/*\n\n[ 'html',\n [ 'p', 'something' ],\n [ 'h1',\n 'heading and ',\n [ 'strong', 'other' ] ] ]\n\n*/\n\nexports[\"text/x-markdown\"] = MarkdownParser;\n\n})();\n\n",
"type": "application/javascript",
"module-type": "parser"
}
}
}
{
"tiddlers": {
"$:/core/macros/tabs": {
"title": "$:/core/macros/tabs",
"tags": "$:/tags/Macro",
"text": "\\define tabs(tabsList,default,state:\"$:/state/tab\",class,template,buttonTemplate,retain,actions,explicitState)\n<$set name=\"qualifiedState\" value=<<qualify \"$state$\">>>\n<$set name=\"tabsState\" filter=\"[<__explicitState__>minlength[1]] ~[<qualifiedState>]\">\n<div class=\"tc-tab-set $class$\">\n<div class=\"tc-tab-buttons $class$\">\n<$list filter=\"$tabsList$\" variable=\"currentTab\" storyview=\"pop\"><$set name=\"save-currentTiddler\" value=<<currentTiddler>>><$tiddler tiddler=<<currentTab>>><$button set=<<tabsState>> setTo=<<currentTab>> default=\"$default$\" selectedClass=\"tc-tab-selected\" tooltip={{!!tooltip}}>\n<$tiddler tiddler=<<save-currentTiddler>>>\n<$set name=\"tv-wikilinks\" value=\"no\">\n<$transclude tiddler=\"$buttonTemplate$\" mode=\"inline\">\n<$transclude tiddler=<<currentTab>> field=\"caption\">\n<$macrocall $name=\"currentTab\" $type=\"text/plain\" $output=\"text/plain\"/>\n</$transclude>\n</$transclude>\n</$set></$tiddler>$actions$</$button><span class=\"wltc-link-to-tab\"><$link overrideClass=\"\" to=<<currentTiddler>> >{{$:/core/images/link}}</$link></span></$tiddler></$set></$list>\n</div>\n<div class=\"tc-tab-divider $class$\"/>\n<div class=\"tc-tab-content $class$\">\n<$list filter=\"$tabsList$\" variable=\"currentTab\">\n\n<$reveal type=\"match\" state=<<tabsState>> text=<<currentTab>> default=\"$default$\" retain=\"\"\"$retain$\"\"\">\n\n<$transclude tiddler=\"$template$\" mode=\"block\">\n\n<$transclude tiddler=<<currentTab>> mode=\"block\"/>\n\n</$transclude>\n\n</$reveal>\n\n</$list>\n</div>\n</div>\n</$set>\n</$set>\n\\end\n"
},
"$:/core/ui/ControlPanel/Settings/link-to-tabs": {
"title": "$:/core/ui/ControlPanel/Settings/link-to-tabs",
"caption": "Link-to-Tabs plugin",
"created": "20190712133607244",
"modified": "20190714104631250",
"tags": "$:/tags/ControlPanel/Settings",
"type": "text/vnd.tiddlywiki",
"text": "<$checkbox tiddler=\"$:/plugins/wikilabs/link-to-tabs/config\" field=\"show-all-links\" checked=\"inline-block\" unchecked=\"none\" default=\"none\"> Show internal tab link for ''all tabs''</$checkbox>\n\n<$checkbox tiddler=\"$:/plugins/wikilabs/link-to-tabs/config\" field=\"show-single-link\" checked=\"inline-block\" unchecked=\"none\" default=\"inline-block\"> Show internal tab link for ''selected tabs''</$checkbox>\n\n<$checkbox tiddler=\"$:/plugins/wikilabs/link-to-tabs/config\" field=\"initial-opacity\" checked=\"0\" unchecked=\"0.7\" default=\"0.7\"> Tab links are initially hidden and need mouse hover to become visible.</$checkbox> The transition time in seconds is: <$edit-text tiddler=\"$:/plugins/wikilabs/link-to-tabs/config\" field=\"transition\" default=\"0.3\"/>\n\n<$button message=\"tm-delete-tiddler\" param=\"$:/plugins/wikilabs/link-to-tabs/config\">\nReset to Default!\n</$button>"
},
"$:/plugins/wikilabs/link-to-tabs/config": {
"title": "$:/plugins/wikilabs/link-to-tabs/config",
"created": "20190712133008077",
"initial-opacity": "0.7",
"modified": "20190714104541701",
"show-all-links": "none",
"show-single-link": "inline-block",
"transition": "0.3",
"type": "text/vnd.tiddlywiki",
"text": "This tiddler is used to configure the \"Link-to-tabs\" plugin behaviour. \n\nThere are 4 fields, which are used by [[$:/plugins/wikilabs/link-to-tabs/styles]] enable and disable the internal links. \n\n* show-all-links: {{!!show-all-links}}\n* show-single-link: {{!!show-single-link}}\n* initial-opacity: {{!!initial-opacity}}\n* transition time in seconds: {{!!transition}}\n"
},
"$:/plugins/wikilabs/link-to-tabs/history": {
"title": "$:/plugins/wikilabs/link-to-tabs/history",
"text": "V 2.0.1 - 2020-12-25\n\n* update license\n\nV 2.0.0 - 2020.12.05\n\n* Update $:/core/macros/tabs to V5.1.23\n\nV 1.1.1 - 2020.01.19\n\n* Update license link/text\n\nV 1.1.0 - 2019.07.14\n\n* Add new option: Initially hide link\n** Transition time from hidden to visible is adjustable\n* Added: \"Reset to Default\" button\n\nV 1.0.1 - 2019.02.18\n\n* link-to-tabs works in drop-down elements now.\n\nV 1.0.0 - 2019.02.14\n\n* Use core tabs-macro from TW 5.1.19\n\nV <1.0.0\n\n* Use core tabs-macro from TW 5.1.15\n"
},
"$:/plugins/wikilabs/link-to-tabs/license": {
"title": "$:/plugins/wikilabs/link-to-tabs/license",
"text": "[[Link-to-Tabs-Macro|https://wikilabs.github.io/#link-to-tabs]] (c) Mario Pietsch - 2016-2021\n\nhttps://opensource.org/licenses/BSD-3-Clause\n"
},
"$:/plugins/wikilabs/link-to-tabs/styles": {
"title": "$:/plugins/wikilabs/link-to-tabs/styles",
"created": "20190712133348541",
"modified": "20190714104306483",
"tags": "$:/tags/Stylesheet",
"type": "text/vnd.tiddlywiki",
"text": "<pre>\n\n.wltc-link-to-tab {\n display: {{$:/plugins/wikilabs/link-to-tabs/config!!show-all-links}};\n position: relative;\n top: -1em;\n left: -1.3em;\n font-size: 0.7em;\n opacity: {{$:/plugins/wikilabs/link-to-tabs/config!!initial-opacity}};\n margin-right: -1em;\n}\n\n.wltc-link-to-tab svg{\n width: 1.4em;\n height: 1.4em;\n}\n\n.wltc-link-to-tab:hover {\n opacity: 1;\n transition:opacity {{$:/plugins/wikilabs/link-to-tabs/config!!transition}}s;\n transition-timing-function: cubic-bezier(1,-0.06,.39,.89);\n}\n\n.tc-tab-selected + .wltc-link-to-tab {\n display: {{$:/plugins/wikilabs/link-to-tabs/config!!show-single-link}};\n}\n\n.tc-vertical > .wltc-link-to-tab {\n top: -1.9em;\n left: 0;\n height: 0;\n float: right;\n}\n\n.tc-search-results .wltc-link-to-tab a {\n display: contents;\n padding: 0;\n}\n\n</pre>"
},
"$:/plugins/wikilabs/link-to-tabs/readme": {
"title": "$:/plugins/wikilabs/link-to-tabs/readme",
"text": "This plugin adds a little link icon to every tab.\n\n''Important:'' This plugin changes the core tabs macro.\n\n! Lint-to-Tabs Settings\n\n{{$:/core/ui/ControlPanel/Settings/link-to-tabs}}"
}
}
}
incomplete thoughts and unfinished essays
$:/core/ui/EditTemplate/body/preview/output
$:/core/ui/AdvancedSearch/Standard
$:/themes/tiddlywiki/vanilla/themetweaks
$:/core/ui/ControlPanel/Basics
$:/core/ui/ControlPanel/Plugins/Installed/Themes
$:/core/ui/ControlPanel/TiddlerFields
$:/core/ui/ControlPanel/Plugins/Add/Plugins
$:/core/ui/DefaultSearchResultList
$:/core/ui/ControlPanel/Appearance
$:/core/ui/ControlPanel/Saving/GitLab
$:/core/ui/MoreSideBar/Tags
$:/core/ui/ControlPanel/Toolbars/ViewToolbar
{
"tiddlers": {
"$:/info/browser": {
"title": "$:/info/browser",
"text": "yes"
},
"$:/info/node": {
"title": "$:/info/node",
"text": "no"
},
"$:/info/url/full": {
"title": "$:/info/url/full",
"text": "https://wax-aporetic.neocities.org/"
},
"$:/info/url/host": {
"title": "$:/info/url/host",
"text": "wax-aporetic.neocities.org"
},
"$:/info/url/hostname": {
"title": "$:/info/url/hostname",
"text": "wax-aporetic.neocities.org"
},
"$:/info/url/protocol": {
"title": "$:/info/url/protocol",
"text": "https:"
},
"$:/info/url/port": {
"title": "$:/info/url/port",
"text": ""
},
"$:/info/url/pathname": {
"title": "$:/info/url/pathname",
"text": "/"
},
"$:/info/url/search": {
"title": "$:/info/url/search",
"text": ""
},
"$:/info/url/origin": {
"title": "$:/info/url/origin",
"text": "https://wax-aporetic.neocities.org"
},
"$:/info/browser/screen/width": {
"title": "$:/info/browser/screen/width",
"text": "2160"
},
"$:/info/browser/screen/height": {
"title": "$:/info/browser/screen/height",
"text": "1350"
},
"$:/info/browser/language": {
"title": "$:/info/browser/language",
"text": "en-US"
}
}
}
{"tiddlers":{"$:/palettes/Odin/zacht dark":{"title":"$:/palettes/Odin/zacht dark","text":"editor-background: #262b33\nalert-background: #643b43\nalert-border: #3f181f\nalert-highlight: #881122\nalert-muted-foreground: #bc8b94\nbackground: #383e49\nblockquote-bar: <<colour muted-foreground>>\nbutton-background: \nbutton-border: \nbutton-foreground: \ncode-background: #2c323b\ncode-border: #111\ncode-foreground: #ff0040\ndirty-indicator: #c63636\ndownload-background: #98be65\ndownload-foreground: <<colour background>>\ndragger-background: <<colour foreground>>\ndragger-foreground: <<colour background>>\ndropdown-background: <<colour background>>\ndropdown-border: #111\ndropdown-tab-background-selected: #fff\ndropdown-tab-background: #ececec\ndropzone-background: #da8548\nexternal-link-background-hover: inherit\nexternal-link-background-visited: inherit\nexternal-link-background: inherit\nexternal-link-foreground-hover: inherit\nexternal-link-foreground-visited: #61afef\nexternal-link-foreground: <<colour General primary>>\nforeground: #c8ced8\nmessage-background: #2c323e\nmessage-border: #111\nmessage-foreground: #d5e2f1\nmodal-backdrop: <<colour foreground>>\nmodal-background: <<colour background>>\nmodal-border: #999999\nmodal-footer-background: #f5f5f5\nmodal-footer-border: #dddddd\nmodal-header-border: #eeeeee\nmuted-foreground: #999999\nnotification-background: #3a5e39\nnotification-border: #192c19\npage-background: #262b33\npre-background: <<colour page-background>>\npre-border: <<colour tiddler-border>>\nprimary: #8af5a4\nselect-tag-background: \nselect-tag-foreground: \nsidebar-button-foreground: #5e646f\nsidebar-controls-foreground-hover: #cad2e5\nsidebar-controls-foreground: <<colour sidebar-button-foreground>>\nsidebar-foreground-shadow: rgba(255,255,255, 0.8)\nsidebar-foreground: #cad2e5\nsidebar-muted-foreground-hover: #444444\nsidebar-muted-foreground: #c0c0c0\nsidebar-tab-background-selected: <<colour tab-background-selected>>\nsidebar-tab-background: <<colour tab-background>>\nsidebar-tab-border-selected: <<colour tab-border-selected>>\nsidebar-tab-border: <<colour tab-border>>\nsidebar-tab-divider: <<colour tab-divider>>\nsidebar-tab-foreground-selected: <<colour tab-foreground-selected>>\nsidebar-tab-foreground: <<colour tab-foreground>>\nsidebar-tiddler-link-foreground-hover: <<colour primary>>\nsidebar-tiddler-link-foreground: <<colour tab-foreground>>\nsite-title-foreground: <<colour foreground>>\nstatic-alert-foreground: #aaaaaa\ntab-background-selected: #5c5c5c\ntab-background: <<colour background>>\ntab-border-selected: <<colour foreground>>\ntab-border: #cad2e5\ntab-divider: #cad2e5\ntab-foreground-selected: #ecf2ff\ntab-foreground: #cad2e5\ntable-border: #aaaaaa\ntable-footer-background: #aaaaaa\ntable-header-background: #666666\ntag-background: #fcb671\ntag-foreground: #000\ntiddler-background: <<colour background>>\ntiddler-border: #111\ntiddler-controls-foreground-hover: #cad2e5\ntiddler-controls-foreground-selected: #cad2e5\ntiddler-controls-foreground: #5e646f\ntiddler-editor-background: <<colour code-background>>\ntiddler-editor-border-image: #ffffff\ntiddler-editor-border: rgba(255, 255, 255, 0.3)\ntiddler-editor-fields-even: <<colour background>>\ntiddler-editor-fields-odd: #2c323b\ntiddler-info-background: #f8f8f8\ntiddler-info-border: #dddddd\ntiddler-info-tab-background: #f8f8f8\ntiddler-link-background: <<colour background>>\ntiddler-link-foreground: <<colour primary>>\ntiddler-subtitle-foreground: #aaaaaa\ntiddler-title-foreground: <<colour foreground>>\ntoolbar-cancel-button: \ntoolbar-close-button: \ntoolbar-delete-button: \ntoolbar-done-button: \ntoolbar-edit-button: \ntoolbar-info-button: \ntoolbar-new-button: \ntoolbar-options-button: \ntoolbar-save-button: \nuntagged-background: #999999\nvery-muted-foreground: #888888","type":"application/x-tiddler-dictionary","created":"20220322091537760","description":"A zacht dark palette","modified":"20220424141050960","name":"Zacht dark","tags":"$:/tags/Palette"},"$:/palettes/zacht default":{"title":"$:/palettes/zacht default","text":"alert-background: #ffe476\nalert-border: #b99e2f\nalert-highlight: #881122\nalert-muted-foreground: #b99e2f\nbackground: #FFFFFF\nblockquote-bar: <<colour muted-foreground>>\nbutton-background: \nbutton-foreground: \nbutton-border: \ncode-background: <<color background>>\ncode-border: \ncode-foreground: #9999FF\ndiff-delete-background: #ffc9c9\ndiff-delete-foreground: <<colour foreground>>\ndiff-equal-background: \ndiff-equal-foreground: <<colour foreground>>\ndiff-insert-background: #aaefad\ndiff-insert-foreground: <<colour foreground>>\ndiff-invisible-background: \ndiff-invisible-foreground: <<colour muted-foreground>>\ndirty-indicator: #ff0000\ndownload-background: #34c734\ndownload-foreground: <<colour background>>\ndragger-background: <<colour foreground>>\ndragger-foreground: <<colour background>>\ndropdown-background: <<colour background>>\ndropdown-border: <<colour muted-foreground>>\ndropdown-tab-background-selected: #fff\ndropdown-tab-background: #ececec\ndropzone-background: rgba(0,200,0,0.7)\neditor-background: #cccccc\nexternal-link-background-hover: inherit\nexternal-link-background-visited: inherit\nexternal-link-background: inherit\nexternal-link-foreground-hover: inherit\nexternal-link-foreground-visited: #0000aa\nforeground: #333333\nmessage-background: #ecf2ff\nmessage-border: #cfd6e6\nmessage-foreground: #547599\nmodal-backdrop: <<colour foreground>>\nmodal-background: <<colour background>>\nmodal-border: #999999\nmodal-footer-background: #f5f5f5\nmodal-footer-border: #dddddd\nmodal-header-border: #eeeeee\nmuted-foreground: #bbb\nnotification-background: #ffffdd\nnotification-border: #999999\npage-background: #fcfcfe\npre-background: #f5f5f5\npre-border: #cccccc\nprimary: #5778d8\nselection-background: \nselection-foreground: \nselect-tag-background: \nselect-tag-foreground: \nsidebar-button-foreground: <<colour foreground>>\nsidebar-controls-foreground-hover: #000000\nsidebar-controls-foreground: #857a7a\nsidebar-foreground-shadow: rgba(255,255,255, 0.8)\nsidebar-foreground: #857a7a\nsidebar-muted-foreground-hover: #444444\nsidebar-muted-foreground: #c0c0c0\nsidebar-tab-background-selected: #f4f4f4\nsidebar-tab-background: #FFFFFF\nsidebar-tab-border-selected: <<colour tab-border-selected>>\nsidebar-tab-border: <<colour tab-border>>\nsidebar-tab-divider: #e4e4e4\nsidebar-tab-foreground-selected: \nsidebar-tab-foreground: <<colour tab-foreground>>\nsidebar-tiddler-link-foreground-hover: #444444\nsidebar-tiddler-link-foreground: #857a7a\nsite-title-foreground: <<colour tiddler-title-foreground>>\nstatic-alert-foreground: #aaaaaa\ntab-background-selected: #ffffff\ntab-background: #d8d8d8\ntab-border-selected: #d8d8d8\ntab-border: #cccccc\ntab-divider: #d8d8d8\ntab-foreground-selected: <<colour tab-foreground>>\ntab-foreground: #000\ntable-border: #dddddd\ntable-footer-background: #a8a8a8\ntable-header-background: #f0f0f0\ntag-background: #ec6\ntag-foreground: #ffffff\ntiddler-background: <<colour background>>\ntiddler-border: <<colour background>>\ntiddler-controls-foreground-hover: #888888\ntiddler-controls-foreground-selected: #444444\ntiddler-controls-foreground: #cccccc\ntiddler-editor-background: #f8f8f8\ntiddler-editor-border-image: #ffffff\ntiddler-editor-border: #cccccc\ntiddler-editor-fields-even: #e0e8e0\ntiddler-editor-fields-odd: #f0f4f0\ntiddler-info-background: #f8f8f8\ntiddler-info-border: #dddddd\ntiddler-info-tab-background: #f8f8f8\ntiddler-link-background: <<colour background>>\ntiddler-link-foreground: #128FE2\ntiddler-subtitle-foreground: #c0c0c0\ntiddler-title-foreground: #182955\ntoolbar-new-button: \ntoolbar-options-button: \ntoolbar-save-button: \ntoolbar-info-button: \ntoolbar-edit-button: \ntoolbar-close-button: \ntoolbar-delete-button: \ntoolbar-cancel-button: \ntoolbar-done-button: \nuntagged-background: #999999\nvery-muted-foreground: #888888\nwikilist-background: #e5e5e5\nwikilist-item: #fff\nwikilist-info: #000\nwikilist-title: #666\nwikilist-title-svg: <<colour wikilist-title>>\nwikilist-url: #aaa\nwikilist-button-open: #4fb82b\nwikilist-button-open-hover: green\nwikilist-button-reveal: #5778d8\nwikilist-button-reveal-hover: blue\nwikilist-button-remove: #d85778\nwikilist-button-remove-hover: red\nwikilist-toolbar-background: #d3d3d3\nwikilist-toolbar-foreground: #888\nwikilist-droplink-dragover: rgba(255,192,192,0.5)\nwikilist-button-background: #acacac\nwikilist-button-foreground: #000\nexternal-link-foreground: #0000aa","type":"application/x-tiddler-dictionary","created":"20210513115029558","creator":"Odin","description":"Clean and soft","modified":"20220424141352259","modifier":"Odin","name":"Zacht default","tags":"$:/tags/Palette"},"$:/themes/odin/zacht/config":{"title":"$:/themes/odin/zacht/config","created":"20210518183540978","modified":"20210518183911358","tags":"","type":"text/vnd.tiddlywiki","text":"Set max width of tiddler frames in px: <$edit-text tiddler=\"$:/config/odin/zacht/max-tiddler-width\" field=\"text\" tag=\"input\"/>"},"$:/themes/odin/zacht/license":{"title":"$:/themes/odin/zacht/license","caption":"licence","created":"20200419141443144","modified":"20210518140255070","tags":"","type":"text/vnd.tiddlywiki","text":"MIT License Copyright (c) 2020 [[Odin Jorna|https://github.com/OdinJorna]]\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is furnished\nto do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice (including the next\nparagraph) shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS\nOR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\nWHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\nOR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n"},"$:/themes/odin/zacht/readme":{"title":"$:/themes/odin/zacht/readme","created":"20210518182123874","modified":"20210518182524821","tags":"","type":"text/vnd.tiddlywiki","text":"Zacht is a theme that aims to modernise the look and feel of tiddlywiki. It is inspired by [[https://supernotes.app/]]. For the latest updates, check the [[githup repo|https://github.com/OdinJorna/zacht-theme]].\n\n* Zacht uses soft colours\n* Aims to remove visual clutter\n** Automaticly hides button until hovered\n** Removes most borders\n** bigger line-height in editor\n* Comes with Futura font and Rubik font embedded\n* Changes the editor for better readability\n\n"},"$:/config/odin/zacht/max-tiddler-width":{"title":"$:/config/odin/zacht/max-tiddler-width","created":"20210518183435521","modified":"20210518183911375","tags":"","type":"text/vnd.tiddlywiki","text":"800"},"$:/themes/tiddlywiki/vanilla/metrics/sidebarwidth":{"title":"$:/themes/tiddlywiki/vanilla/metrics/sidebarwidth","created":"20210518180658946","modified":"20210518180700047","type":"text/vnd.tiddlywiki","text":"425px"},"$:/themes/tiddlywiki/vanilla/options/sidebarlayout":{"title":"$:/themes/tiddlywiki/vanilla/options/sidebarlayout","created":"20210518180547879","modified":"20210518180547893","type":"text/vnd.tiddlywiki","text":"fluid-fixed"},"$:/themes/tiddlywiki/vanilla/settings/editorfontfamily":{"title":"$:/themes/tiddlywiki/vanilla/settings/editorfontfamily","created":"20210518180650107","modified":"20210518180650124","type":"text/vnd.tiddlywiki","text":"\"Trebuchet MS\""},"$:/themes/tiddlywiki/vanilla/settings/fontfamily":{"title":"$:/themes/tiddlywiki/vanilla/settings/fontfamily","created":"20210518180641945","modified":"20210518180644943","type":"text/vnd.tiddlywiki","text":"Rubik, system-ui, -apple-system, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\""},"$:/themes/odin/zacht/css/btn":{"title":"$:/themes/odin/zacht/css/btn","text":"button {\n\tborder: 1px solid #ccc; \n\tbackground: #f3f3f5;\n\tpadding: .4em 1.2em;\n\tcursor: pointer;\n\ttransition: box-shadow ease-in .1s;\n\tcolor: #3F3B3B;\n\tborder-radius: 8px; \n}","created":"20210513154458692","modified":"20210518140254852","tags":"$:/tags/Stylesheet","type":"text/css"},"$:/themes/odin/zacht/css/centralise-tiddler":{"title":"$:/themes/odin/zacht/css/centralise-tiddler","text":"/* centralises the tiddler and prevents tiddlers from getting too wide */\n\ndiv.tc-tiddler-frame { \n\tmargin-left: auto; \n\tmargin-right: auto; \n\twidth: 90%;\n\tmax-width: {{$:/config/odin/zacht/max-tiddler-width}}px;\n}","created":"20210513124014704","modified":"20210518140254905","tags":"$:/tags/Stylesheet","type":""},"$:/themes/odin/zacht/css/editor":{"title":"$:/themes/odin/zacht/css/editor","text":"/* from: http://j.d.whitespace.tiddlyspot.com/ */\n\n/** NO BOX SHADOW ON INPUTS **/\n\n.tc-tiddler-edit-frame .tc-edit-field-add input.tc-edit-texteditor, .tc-tiddler-edit-frame text, .tc-tiddler-edit-frame textarea, .tc-tiddler-edit-frame .tc-edit-tags, .tc-tiddler-edit-frame textarea.tc-edit-texteditor { -moz-box-shadow: none !important; -ms-box-shadow: none !important; -o-box-shadow: none !important; -webkit-box-shadow: none !important; box-shadow: none !important; }\n\n.tc-tiddler-edit-frame input.tc-titlebar.tc-edit-texteditor, .tc-tiddler-edit-frame .tc-edit-tags, .tc-tiddler-edit-frame text, .tc-tiddler-edit-frame textarea, .tc-tiddler-edit-frame textarea.tc-edit-texteditor { border: none !important; }\n\n/** EDIT TIDDLER **/\n\n.tc-tiddler-edit-frame input.tc-titlebar.tc-edit-texteditor { -moz-box-shadow: none !important; -ms-box-shadow: none !important; -o-box-shadow: none !important; -webkit-box-shadow: none !important; box-shadow: none !important; padding: .25em .5em !important; font-size: 24px; font-weight: normal; }\n\n.tc-tiddler-edit-frame .tc-edit-tags, .tc-tiddler-edit-frame .tc-editor-toolbar, .tc-tiddler-edit-frame .tc-type-selector, .tc-tiddler-edit-frame .tc-edit-field-add { padding: 8px 4px; }\n\n.tc-tiddler-edit-frame input.tc-edit-texteditor, .tc-tiddler-edit-frame .tc-edit-tags, .tc-tiddler-edit-frame .tc-editor-toolbar, .tc-tiddler-edit-frame .tc-type-selector, .tc-tiddler-edit-frame .tc-edit-field-add { margin: 0 0 4px 0 !important; }\n\n.tc-tiddler-edit-frame iframe.tc-edit-texteditor, .tc-tiddler-edit-frame table.tc-edit-fields { margin: 0 !important; }\n\n.tc-tiddler-edit-frame .tc-editor-toolbar { background: <<colour editor-background>>; margin-bottom: 0 !important; }\n\n.tc-tiddler-edit-frame .tc-editor-toolbar .tc-btn-invisible { background: transparent; }\n\n.tc-tiddler-edit-frame .tc-editor-toolbar .tc-btn-invisible:hover { background: transparent; fill: #5778d8; }\n\ntextarea.large-textarea { min-height: 100px; width: 100%; max-width: 100%; border: 1px solid #dddddd !important; }\n\ninput.scene-textarea { border: 1px solid #dddddd !important; }\n\ntextarea {\n\tline-height: 1.5em !important;\n\tbackground-color: #f8f8f8;\n\tpadding: 10px !important; \n\tmargin-top: 0px !important;\n}\n","created":"20210516105106876","modified":"20220424141250870","tags":"$:/tags/Stylesheet"},"$:/themes/odin/zacht/css/hide-buttons":{"title":"$:/themes/odin/zacht/css/hide-buttons","text":"/*hides all tiddlerbuttons except the close button*/\n@media (min-width: 960px) { .tc-tiddler-frame .tc-tiddler-controls svg { fill: transparent; transition: all .2s ease-in; } .tc-tiddler-controls svg.tc-image-close-button, .tc-tiddler-controls svg.tc-image-done-button, .tc-tiddler-frame .tc-tiddler-controls:hover svg { fill: #cccccc; } }\n\nbutton:active, button:focus { outline: none; }\n\nbutton.tc-tag-label, span.tc-tag-label { padding: 0.3em 1em !important; }\n\n.nc-refs { color: #888; font-size: .9em; }\n\n.nc-refs h4 { font-weight: bold; margin-bottom: 4px; }\n\n.nc-post-created { color: #acacac; font-size: .8em; }\n","created":"20210513134925873","modified":"20210518140254942","tags":"$:/tags/Stylesheet","type":"text/css"},"$:/themes/odin/zacht/css/rounded-codeblock-corners":{"title":"$:/themes/odin/zacht/css/rounded-codeblock-corners","text":"/* Gives codeblocks rounded corners to match theme */\n\npre {\n\tborder-radius: 8px;\n\n}\n","created":"20210518095029854","modified":"20210518140254959","tags":"$:/tags/Stylesheet","type":"text/css"},"$:/themes/odin/zacht/css/tags":{"title":"$:/themes/odin/zacht/css/tags","text":"button.tc-tag-label, span.tc-tag-label {\n\tborder-radius: 2px;\n}","created":"20210513160725324","modified":"20220424141317416","tags":"$:/tags/Stylesheet","type":"text/css"},"$:/themes/odin/zacht/css/tc-title":{"title":"$:/themes/odin/zacht/css/tc-title","text":".tc-title {\n\tfont-family: Futura Bold;\n\tfont-weight:bold;\n}\n","created":"20210518124844449","modified":"20210518140254991","tags":"$:/tags/Stylesheet","type":"text/css"},"$:/themes/odin/zacht/css/tiddler-look":{"title":"$:/themes/odin/zacht/css/tiddler-look","text":".tc-tiddler-frame {\n\tborder: 1px solid rgba(25, 22, 29, 0.08);\n\tborder-radius: 14px;\n\tbox-shadow: none;\n}","created":"20210513115553303","creator":"Odin","modified":"20210518140255009","modifier":"Odin","tags":"$:/tags/Stylesheet","type":"text/css"},"C:\\Users\\OdinJ\\OneDrive\\TiddlyWiki\\Zacht theme\\themes\\zacht\\css\\desktop.ini":{"title":"C:\\Users\\OdinJ\\OneDrive\\TiddlyWiki\\Zacht theme\\themes\\zacht\\css\\desktop.ini","text":"[LocalizedFileNames]\r\n$__themes_odin_zacht_css_editor.css=@$__themes_odin_zacht_css_editor.css,0\r\n$__themes_odin_zacht_css_editor.css.meta=@$__themes_odin_zacht_css_editor.css.meta,0\r\n$__themes_odin_zacht_css_tags.css=@$__themes_odin_zacht_css_tags.css,0\r\n$__themes_odin_zacht_css_tags.css.meta=@$__themes_odin_zacht_css_tags.css.meta,0\r\n","type":".ini"},"$:/themes/odin/zacht/fonts/futura":{"title":"$:/themes/odin/zacht/fonts/futura","created":"20210516151751486","modified":"20210518140255025","tags":"$:/tags/Stylesheet","type":"text/vnd.tiddlywiki","text":"/* Futura-regular - latin */\n@font-face {\n font-family: 'Futura';\n font-style: normal;\n font-weight: 400;\n src: local('Futura'),\n url(<<datauri \"FuturaLT.woff2\">>) format('woff2'); \n}\n\n/* Futura-italics - latin */\n@font-face {\n font-family: 'Futura italics';\n font-style: normal;\n font-weight: 400;\n src: local('Futura italics'),\n url(<<datauri \"FuturaLT-Oblique.woff2\">>) format('woff2'); \n}\n\n/* Futura-bold - latin */\n@font-face {\n font-family: 'Futura bold';\n font-style: bold;\n font-weight: 600;\n src: local('Futura bold'),\n url(<<datauri \"FuturaLT-Bold.woff2\">>) format('woff2'); \n}"},"$:/themes/odin/zacht/fonts/rubik":{"title":"$:/themes/odin/zacht/fonts/rubik","created":"20210514203110838","modified":"20210518140255044","tags":"$:/tags/Stylesheet","type":"text/vnd.tiddlywiki","text":"/* rubik-regular - latin */\n@font-face {\n font-family: 'Rubik';\n font-style: normal;\n font-weight: 400;\n src: local('Rubik'),\n url(<<datauri \"rubik-v12-latin-regular.woff2\">>) format('woff2'); \n}"},"FuturaLT-Bold.woff2":{"title":"FuturaLT-Bold.woff2","text":"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","type":"application/font-woff2","created":"20210518140325840","modified":"20210518140325840"},"rubik-v12-latin-regular.woff2":{"title":"rubik-v12-latin-regular.woff2","text":"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","type":"application/font-woff2","created":"20210518140325862","modified":"20210518140325862"}}}
.tc-title {
font-family: EB Garamond;
}
{
"tiddlers": {
"$:/themes/tiddlywiki/centralised/styles.tid": {
"title": "$:/themes/tiddlywiki/centralised/styles.tid",
"tags": "[[$:/tags/Stylesheet]]",
"text": "\\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline\n\n@media (min-width: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}) {\n\n\thtml .tc-page-container {\n\t\ttext-align: center;\n\t}\n\n\thtml .tc-story-river {\n\t\tposition: relative;\n\t\twidth: 770px;\n\t\tpadding: 42px;\n\t\tmargin: 0 auto;\n\t\ttext-align: left;\n\t}\n\n\thtml .tc-sidebar-scrollable {\n\t\ttext-align: left;\n\t\tleft: 50%;\n\t\tright: 0;\n\t\tmargin-left: 343px;\n\t}\n}\n"
}
}
}
{
"tiddlers": {
"$:/themes/tiddlywiki/snowwhite/base": {
"title": "$:/themes/tiddlywiki/snowwhite/base",
"tags": "[[$:/tags/Stylesheet]]",
"text": "\\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline\n\n.tc-sidebar-header {\n\ttext-shadow: 0 1px 0 <<colour sidebar-foreground-shadow>>;\n}\n\n.tc-tiddler-info {\n\t<<box-shadow \"inset 1px 2px 3px rgba(0,0,0,0.1)\">>\n}\n\n@media screen {\n\t.tc-tiddler-frame {\n\t\t<<box-shadow \"1px 1px 5px rgba(0, 0, 0, 0.3)\">>\n\t}\n}\n\n@media (max-width: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}) {\n\t.tc-tiddler-frame {\n\t\t<<box-shadow none>>\n\t}\n}\n\n.tc-page-controls button svg, .tc-tiddler-controls button svg, .tc-topbar button svg {\n\t<<transition \"fill 150ms ease-in-out\">>\n}\n\n.tc-tiddler-controls button.tc-selected,\n.tc-page-controls button.tc-selected {\n\t<<filter \"drop-shadow(0px -1px 2px rgba(0,0,0,0.25))\">>\n}\n\n.tc-tiddler-frame input.tc-edit-texteditor {\n\t<<box-shadow \"inset 0 1px 8px rgba(0, 0, 0, 0.15)\">>\n}\n\n.tc-edit-tags {\n\t<<box-shadow \"inset 0 1px 8px rgba(0, 0, 0, 0.15)\">>\n}\n\n.tc-tiddler-frame .tc-edit-tags input.tc-edit-texteditor {\n\t<<box-shadow \"none\">>\n\tborder: none;\n\toutline: none;\n}\n\ntextarea.tc-edit-texteditor {\n\tfont-family: {{$:/themes/tiddlywiki/vanilla/settings/editorfontfamily}};\n}\n\ncanvas.tc-edit-bitmapeditor {\n\t<<box-shadow \"2px 2px 5px rgba(0, 0, 0, 0.5)\">>\n}\n\n.tc-drop-down {\n\tborder-radius: 4px;\n\t<<box-shadow \"2px 2px 10px rgba(0, 0, 0, 0.5)\">>\n}\n\n.tc-block-dropdown {\n\tborder-radius: 4px;\n\t<<box-shadow \"2px 2px 10px rgba(0, 0, 0, 0.5)\">>\n}\n\n.tc-modal {\n\tborder-radius: 6px;\n\t<<box-shadow \"0 3px 7px rgba(0,0,0,0.3)\">>\n}\n\n.tc-modal-footer {\n\tborder-radius: 0 0 6px 6px;\n\t<<box-shadow \"inset 0 1px 0 #fff\">>;\n}\n\n\n.tc-alert {\n\tborder-radius: 6px;\n\t<<box-shadow \"0 3px 7px rgba(0,0,0,0.6)\">>\n}\n\n.tc-notification {\n\tborder-radius: 6px;\n\t<<box-shadow \"0 3px 7px rgba(0,0,0,0.3)\">>\n\ttext-shadow: 0 1px 0 rgba(255,255,255, 0.8);\n}\n\n.tc-sidebar-lists .tc-tab-set .tc-tab-divider {\n\tborder-top: none;\n\theight: 1px;\n\t<<background-linear-gradient \"left, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.0) 100%\">>\n}\n\n.tc-more-sidebar > .tc-tab-set > .tc-tab-buttons > button {\n\t<<background-linear-gradient \"left, rgba(0,0,0,0.01) 0%, rgba(0,0,0,0.1) 100%\">>\n}\n\n.tc-more-sidebar > .tc-tab-set > .tc-tab-buttons > button.tc-tab-selected {\n\t<<background-linear-gradient \"left, rgba(0,0,0,0.05) 0%, rgba(255,255,255,0.05) 100%\">>\n}\n\n.tc-message-box img {\n\t<<box-shadow \"1px 1px 3px rgba(0,0,0,0.5)\">>\n}\n\n.tc-plugin-info {\n\t<<box-shadow \"1px 1px 3px rgba(0,0,0,0.5)\">>\n}\n"
}
}
}
{
"tiddlers": {
"$:/themes/tiddlywiki/vanilla/themetweaks": {
"title": "$:/themes/tiddlywiki/vanilla/themetweaks",
"tags": "$:/tags/ControlPanel/Appearance",
"caption": "{{$:/language/ThemeTweaks/ThemeTweaks}}",
"text": "\\define lingo-base() $:/language/ThemeTweaks/\n\n\\define replacement-text()\n[img[$(imageTitle)$]]\n\\end\n\n\\define backgroundimage-dropdown()\n<div class=\"tc-drop-down-wrapper\">\n<$button popup=<<qualify \"$:/state/popup/themetweaks/backgroundimage\">> class=\"tc-btn-invisible tc-btn-dropdown\">{{$:/core/images/down-arrow}}</$button>\n<$reveal state=<<qualify \"$:/state/popup/themetweaks/backgroundimage\">> type=\"popup\" position=\"belowleft\" text=\"\" default=\"\">\n<div class=\"tc-drop-down\">\n<$macrocall $name=\"image-picker\" actions=\"\"\"\n\n<$action-setfield\n\t$tiddler=\"$:/themes/tiddlywiki/vanilla/settings/backgroundimage\"\n\t$value=<<imageTitle>>\n/>\n\n\"\"\"/>\n</div>\n</$reveal>\n</div>\n\\end\n\n\\define backgroundimageattachment-dropdown()\n<$select tiddler=\"$:/themes/tiddlywiki/vanilla/settings/backgroundimageattachment\" default=\"scroll\">\n<option value=\"scroll\"><<lingo Settings/BackgroundImageAttachment/Scroll>></option>\n<option value=\"fixed\"><<lingo Settings/BackgroundImageAttachment/Fixed>></option>\n</$select>\n\\end\n\n\\define backgroundimagesize-dropdown()\n<$select tiddler=\"$:/themes/tiddlywiki/vanilla/settings/backgroundimagesize\" default=\"scroll\">\n<option value=\"auto\"><<lingo Settings/BackgroundImageSize/Auto>></option>\n<option value=\"cover\"><<lingo Settings/BackgroundImageSize/Cover>></option>\n<option value=\"contain\"><<lingo Settings/BackgroundImageSize/Contain>></option>\n</$select>\n\\end\n\n<<lingo ThemeTweaks/Hint>>\n\n! <<lingo Options>>\n\n|<$link to=\"$:/themes/tiddlywiki/vanilla/options/sidebarlayout\"><<lingo Options/SidebarLayout>></$link> |<$select tiddler=\"$:/themes/tiddlywiki/vanilla/options/sidebarlayout\"><option value=\"fixed-fluid\"><<lingo Options/SidebarLayout/Fixed-Fluid>></option><option value=\"fluid-fixed\"><<lingo Options/SidebarLayout/Fluid-Fixed>></option></$select> |\n|<$link to=\"$:/themes/tiddlywiki/vanilla/options/stickytitles\"><<lingo Options/StickyTitles>></$link><br>//<<lingo Options/StickyTitles/Hint>>// |<$select tiddler=\"$:/themes/tiddlywiki/vanilla/options/stickytitles\"><option value=\"no\">{{$:/language/No}}</option><option value=\"yes\">{{$:/language/Yes}}</option></$select> |\n|<$link to=\"$:/themes/tiddlywiki/vanilla/options/codewrapping\"><<lingo Options/CodeWrapping>></$link> |<$select tiddler=\"$:/themes/tiddlywiki/vanilla/options/codewrapping\"><option value=\"pre\">{{$:/language/No}}</option><option value=\"pre-wrap\">{{$:/language/Yes}}</option></$select> |\n\n! <<lingo Settings>>\n\n|<$link to=\"$:/themes/tiddlywiki/vanilla/settings/fontfamily\"><<lingo Settings/FontFamily>></$link> |<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/settings/fontfamily\" default=\"\" tag=\"input\"/> | |\n|<$link to=\"$:/themes/tiddlywiki/vanilla/settings/codefontfamily\"><<lingo Settings/CodeFontFamily>></$link> |<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/settings/codefontfamily\" default=\"\" tag=\"input\"/> | |\n|<$link to=\"$:/themes/tiddlywiki/vanilla/settings/editorfontfamily\"><<lingo Settings/EditorFontFamily>></$link> |<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/settings/editorfontfamily\" default=\"\" tag=\"input\"/> | |\n|<$link to=\"$:/themes/tiddlywiki/vanilla/settings/backgroundimage\"><<lingo Settings/BackgroundImage>></$link> |<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/settings/backgroundimage\" default=\"\" tag=\"input\"/> |<<backgroundimage-dropdown>> |\n|<$link to=\"$:/themes/tiddlywiki/vanilla/settings/backgroundimageattachment\"><<lingo Settings/BackgroundImageAttachment>></$link> |<<backgroundimageattachment-dropdown>> | |\n|<$link to=\"$:/themes/tiddlywiki/vanilla/settings/backgroundimagesize\"><<lingo Settings/BackgroundImageSize>></$link> |<<backgroundimagesize-dropdown>> | |\n\n! <<lingo Metrics>>\n\n|<$link to=\"$:/themes/tiddlywiki/vanilla/metrics/fontsize\"><<lingo Metrics/FontSize>></$link> |<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/metrics/fontsize\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/themes/tiddlywiki/vanilla/metrics/lineheight\"><<lingo Metrics/LineHeight>></$link> |<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/metrics/lineheight\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/themes/tiddlywiki/vanilla/metrics/bodyfontsize\"><<lingo Metrics/BodyFontSize>></$link> |<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/metrics/bodyfontsize\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/themes/tiddlywiki/vanilla/metrics/bodylineheight\"><<lingo Metrics/BodyLineHeight>></$link> |<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/metrics/bodylineheight\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/themes/tiddlywiki/vanilla/metrics/storyleft\"><<lingo Metrics/StoryLeft>></$link><br>//<<lingo Metrics/StoryLeft/Hint>>// |^<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/metrics/storyleft\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/themes/tiddlywiki/vanilla/metrics/storytop\"><<lingo Metrics/StoryTop>></$link><br>//<<lingo Metrics/StoryTop/Hint>>// |^<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/metrics/storytop\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/themes/tiddlywiki/vanilla/metrics/storyright\"><<lingo Metrics/StoryRight>></$link><br>//<<lingo Metrics/StoryRight/Hint>>// |^<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/metrics/storyright\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/themes/tiddlywiki/vanilla/metrics/storywidth\"><<lingo Metrics/StoryWidth>></$link><br>//<<lingo Metrics/StoryWidth/Hint>>// |^<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/metrics/storywidth\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/themes/tiddlywiki/vanilla/metrics/tiddlerwidth\"><<lingo Metrics/TiddlerWidth>></$link><br>//<<lingo Metrics/TiddlerWidth/Hint>>//<br> |^<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/metrics/tiddlerwidth\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint\"><<lingo Metrics/SidebarBreakpoint>></$link><br>//<<lingo Metrics/SidebarBreakpoint/Hint>>// |^<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/themes/tiddlywiki/vanilla/metrics/sidebarwidth\"><<lingo Metrics/SidebarWidth>></$link><br>//<<lingo Metrics/SidebarWidth/Hint>>// |^<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/metrics/sidebarwidth\" default=\"\" tag=\"input\"/> |\n"
},
"$:/themes/tiddlywiki/vanilla/base": {
"title": "$:/themes/tiddlywiki/vanilla/base",
"tags": "[[$:/tags/Stylesheet]]",
"text": "\\define custom-background-datauri()\n<$set name=\"background\" value={{$:/themes/tiddlywiki/vanilla/settings/backgroundimage}}>\n<$list filter=\"[<background>is[image]]\">\n`background: url(`\n<$list filter=\"[<background>!has[_canonical_uri]]\">\n`\"`<$macrocall $name=\"datauri\" title={{$:/themes/tiddlywiki/vanilla/settings/backgroundimage}}/>`\"`\n</$list>\n<$list filter=\"[<background>has[_canonical_uri]]\">\n`\"`<$view tiddler={{$:/themes/tiddlywiki/vanilla/settings/backgroundimage}} field=\"_canonical_uri\"/>`\"`\n</$list>\n`) center center;`\n`background-attachment: `{{$:/themes/tiddlywiki/vanilla/settings/backgroundimageattachment}}`;\n-webkit-background-size:` {{$:/themes/tiddlywiki/vanilla/settings/backgroundimagesize}}`;\n-moz-background-size:` {{$:/themes/tiddlywiki/vanilla/settings/backgroundimagesize}}`;\n-o-background-size:` {{$:/themes/tiddlywiki/vanilla/settings/backgroundimagesize}}`;\nbackground-size:` {{$:/themes/tiddlywiki/vanilla/settings/backgroundimagesize}}`;`\n</$list>\n</$set>\n\\end\n\n\\define if-fluid-fixed(text,hiddenSidebarText)\n<$reveal state=\"$:/themes/tiddlywiki/vanilla/options/sidebarlayout\" type=\"match\" text=\"fluid-fixed\">\n$text$\n<$reveal state=\"$:/state/sidebar\" type=\"nomatch\" text=\"yes\" default=\"yes\">\n$hiddenSidebarText$\n</$reveal>\n</$reveal>\n\\end\n\n\\define if-editor-height-fixed(then,else)\n<$reveal state=\"$:/config/TextEditor/EditorHeight/Mode\" type=\"match\" text=\"fixed\">\n$then$\n</$reveal>\n<$reveal state=\"$:/config/TextEditor/EditorHeight/Mode\" type=\"match\" text=\"auto\">\n$else$\n</$reveal>\n\\end\n\n\\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline macrocallblock\n\n/*\n** Start with the normalize CSS reset, and then belay some of its effects\n*/\n\n{{$:/themes/tiddlywiki/vanilla/reset}}\n\n*, input[type=\"search\"] {\n\tbox-sizing: border-box;\n\t-moz-box-sizing: border-box;\n\t-webkit-box-sizing: border-box;\n}\n\nhtml button {\n\tline-height: 1.2;\n\tcolor: <<colour button-foreground>>;\n\tbackground: <<colour button-background>>;\n\tborder-color: <<colour button-border>>;\n}\n\n/*\n** Basic element styles\n*/\n\nhtml {\n\tfont-family: {{$:/themes/tiddlywiki/vanilla/settings/fontfamily}};\n\ttext-rendering: optimizeLegibility; /* Enables kerning and ligatures etc. */\n\t-webkit-font-smoothing: antialiased;\n\t-moz-osx-font-smoothing: grayscale;\n}\n\nhtml:-webkit-full-screen {\n\tbackground-color: <<colour page-background>>;\n}\n\nbody.tc-body {\n\tfont-size: {{$:/themes/tiddlywiki/vanilla/metrics/fontsize}};\n\tline-height: {{$:/themes/tiddlywiki/vanilla/metrics/lineheight}};\n\tword-wrap: break-word;\n\t<<custom-background-datauri>>\n\tcolor: <<colour foreground>>;\n\tbackground-color: <<colour page-background>>;\n\tfill: <<colour foreground>>;\n}\n\n<<if-background-attachment \"\"\"\n\nbody.tc-body {\n background-color: transparent;\n}\n\n\"\"\">>\n\nh1, h2, h3, h4, h5, h6 {\n\tline-height: 1.2;\n\tfont-weight: 300;\n}\n\npre {\n\tdisplay: block;\n\tpadding: 14px;\n\tmargin-top: 1em;\n\tmargin-bottom: 1em;\n\tword-break: normal;\n\tword-wrap: break-word;\n\twhite-space: {{$:/themes/tiddlywiki/vanilla/options/codewrapping}};\n\tbackground-color: <<colour pre-background>>;\n\tborder: 1px solid <<colour pre-border>>;\n\tpadding: 0 3px 2px;\n\tborder-radius: 3px;\n\tfont-family: {{$:/themes/tiddlywiki/vanilla/settings/codefontfamily}};\n}\n\ncode {\n\tcolor: <<colour code-foreground>>;\n\tbackground-color: <<colour code-background>>;\n\tborder: 1px solid <<colour code-border>>;\n\twhite-space: {{$:/themes/tiddlywiki/vanilla/options/codewrapping}};\n\tpadding: 0 3px 2px;\n\tborder-radius: 3px;\n\tfont-family: {{$:/themes/tiddlywiki/vanilla/settings/codefontfamily}};\n}\n\nblockquote {\n\tborder-left: 5px solid <<colour blockquote-bar>>;\n\tmargin-left: 25px;\n\tpadding-left: 10px;\n\tquotes: \"\\201C\"\"\\201D\"\"\\2018\"\"\\2019\";\n}\n\nblockquote.tc-big-quote {\n\tfont-family: Georgia, serif;\n\tposition: relative;\n\tbackground: <<colour pre-background>>;\n\tborder-left: none;\n\tmargin-left: 50px;\n\tmargin-right: 50px;\n\tpadding: 10px;\n border-radius: 8px;\n}\n\nblockquote.tc-big-quote cite:before {\n\tcontent: \"\\2014 \\2009\";\n}\n\nblockquote.tc-big-quote:before {\n\tfont-family: Georgia, serif;\n\tcolor: <<colour blockquote-bar>>;\n\tcontent: open-quote;\n\tfont-size: 8em;\n\tline-height: 0.1em;\n\tmargin-right: 0.25em;\n\tvertical-align: -0.4em;\n\tposition: absolute;\n left: -50px;\n top: 42px;\n}\n\nblockquote.tc-big-quote:after {\n\tfont-family: Georgia, serif;\n\tcolor: <<colour blockquote-bar>>;\n\tcontent: close-quote;\n\tfont-size: 8em;\n\tline-height: 0.1em;\n\tmargin-right: 0.25em;\n\tvertical-align: -0.4em;\n\tposition: absolute;\n right: -80px;\n bottom: -20px;\n}\n\ndl dt {\n\tfont-weight: bold;\n\tmargin-top: 6px;\n}\n\nbutton, textarea, input, select {\n\toutline-color: <<colour primary>>;\n}\n\ntextarea,\ninput[type=text],\ninput[type=search],\ninput[type=\"\"],\ninput:not([type]) {\n\tcolor: <<colour foreground>>;\n\tbackground: <<colour background>>;\n}\n\ninput[type=\"checkbox\"] {\n vertical-align: middle;\n}\n\n.tc-muted {\n\tcolor: <<colour muted-foreground>>;\n}\n\nsvg.tc-image-button {\n\tpadding: 0px 1px 1px 0px;\n}\n\n.tc-icon-wrapper > svg {\n\twidth: 1em;\n\theight: 1em;\n}\n\nkbd {\n\tdisplay: inline-block;\n\tpadding: 3px 5px;\n\tfont-size: 0.8em;\n\tline-height: 1.2;\n\tcolor: <<colour foreground>>;\n\tvertical-align: middle;\n\tbackground-color: <<colour background>>;\n\tborder: solid 1px <<colour muted-foreground>>;\n\tborder-bottom-color: <<colour muted-foreground>>;\n\tborder-radius: 3px;\n\tbox-shadow: inset 0 -1px 0 <<colour muted-foreground>>;\n}\n\n/*\nMarkdown likes putting code elements inside pre elements\n*/\npre > code {\n\tpadding: 0;\n\tborder: none;\n\tbackground-color: inherit;\n\tcolor: inherit;\n}\n\ntable {\n\tborder: 1px solid <<colour table-border>>;\n\twidth: auto;\n\tmax-width: 100%;\n\tcaption-side: bottom;\n\tmargin-top: 1em;\n\tmargin-bottom: 1em;\n}\n\ntable th, table td {\n\tpadding: 0 7px 0 7px;\n\tborder-top: 1px solid <<colour table-border>>;\n\tborder-left: 1px solid <<colour table-border>>;\n}\n\ntable thead tr td, table th {\n\tbackground-color: <<colour table-header-background>>;\n\tfont-weight: bold;\n}\n\ntable tfoot tr td {\n\tbackground-color: <<colour table-footer-background>>;\n}\n\n.tc-csv-table {\n\twhite-space: nowrap;\n}\n\n.tc-tiddler-frame img,\n.tc-tiddler-frame svg,\n.tc-tiddler-frame canvas,\n.tc-tiddler-frame embed,\n.tc-tiddler-frame iframe {\n\tmax-width: 100%;\n}\n\n.tc-tiddler-body > embed,\n.tc-tiddler-body > iframe {\n\twidth: 100%;\n\theight: 600px;\n}\n\n/*\n** Links\n*/\n\nbutton.tc-tiddlylink,\na.tc-tiddlylink {\n\ttext-decoration: none;\n\tfont-weight: 500;\n\tcolor: <<colour tiddler-link-foreground>>;\n\t-webkit-user-select: inherit; /* Otherwise the draggable attribute makes links impossible to select */\n}\n\n.tc-sidebar-lists a.tc-tiddlylink {\n\tcolor: <<colour sidebar-tiddler-link-foreground>>;\n}\n\n.tc-sidebar-lists a.tc-tiddlylink:hover {\n\tcolor: <<colour sidebar-tiddler-link-foreground-hover>>;\n}\n\nbutton.tc-tiddlylink:hover,\na.tc-tiddlylink:hover {\n\ttext-decoration: underline;\n}\n\na.tc-tiddlylink-resolves {\n}\n\na.tc-tiddlylink-shadow {\n\tfont-weight: bold;\n}\n\na.tc-tiddlylink-shadow.tc-tiddlylink-resolves {\n\tfont-weight: normal;\n}\n\na.tc-tiddlylink-missing {\n\tfont-style: italic;\n}\n\na.tc-tiddlylink-external {\n\ttext-decoration: underline;\n\tcolor: <<colour external-link-foreground>>;\n\tbackground-color: <<colour external-link-background>>;\n}\n\na.tc-tiddlylink-external:visited {\n\tcolor: <<colour external-link-foreground-visited>>;\n\tbackground-color: <<colour external-link-background-visited>>;\n}\n\na.tc-tiddlylink-external:hover {\n\tcolor: <<colour external-link-foreground-hover>>;\n\tbackground-color: <<colour external-link-background-hover>>;\n}\n\n/*\n** Drag and drop styles\n*/\n\n.tc-tiddler-dragger {\n\tposition: relative;\n\tz-index: -10000;\n}\n\n.tc-tiddler-dragger-inner {\n\tposition: absolute;\n\ttop: -1000px;\n\tleft: -1000px;\n\tdisplay: inline-block;\n\tpadding: 8px 20px;\n\tfont-size: 16.9px;\n\tfont-weight: bold;\n\tline-height: 20px;\n\tcolor: <<colour dragger-foreground>>;\n\ttext-shadow: 0 1px 0 rgba(0, 0, 0, 1);\n\twhite-space: nowrap;\n\tvertical-align: baseline;\n\tbackground-color: <<colour dragger-background>>;\n\tborder-radius: 20px;\n}\n\n.tc-tiddler-dragger-cover {\n\tposition: absolute;\n\tbackground-color: <<colour page-background>>;\n}\n\n.tc-dropzone {\n\tposition: relative;\n}\n\n.tc-dropzone.tc-dragover:before {\n\tz-index: 10000;\n\tdisplay: block;\n\tposition: fixed;\n\ttop: 0;\n\tleft: 0;\n\tright: 0;\n\tbackground: <<colour dropzone-background>>;\n\ttext-align: center;\n\tcontent: \"<<lingo DropMessage>>\";\n}\n\n.tc-droppable > .tc-droppable-placeholder {\n\tdisplay: none;\n}\n\n.tc-droppable.tc-dragover > .tc-droppable-placeholder {\n\tdisplay: block;\n\tborder: 2px dashed <<colour dropzone-background>>;\n}\n\n.tc-draggable {\n\tcursor: move;\n}\n\n.tc-sidebar-tab-open .tc-droppable-placeholder, .tc-tagged-draggable-list .tc-droppable-placeholder,\n.tc-links-draggable-list .tc-droppable-placeholder {\n\tline-height: 2em;\n\theight: 2em;\n}\n\n.tc-sidebar-tab-open-item {\n\tposition: relative;\n}\n\n.tc-sidebar-tab-open .tc-btn-invisible.tc-btn-mini svg {\n\tfont-size: 0.7em;\n\tfill: <<colour muted-foreground>>;\n}\n\n/*\n** Plugin reload warning\n*/\n\n.tc-plugin-reload-warning {\n\tz-index: 1000;\n\tdisplay: block;\n\tposition: fixed;\n\ttop: 0;\n\tleft: 0;\n\tright: 0;\n\tbackground: <<colour alert-background>>;\n\ttext-align: center;\n}\n\n/*\n** Buttons\n*/\n\nbutton svg, button img, label svg, label img {\n\tvertical-align: middle;\n}\n\n.tc-btn-invisible {\n\tpadding: 0;\n\tmargin: 0;\n\tbackground: none;\n\tborder: none;\n \tcursor: pointer;\n\tcolor: <<colour foreground>>;\n}\n\n.tc-btn-boxed {\n\tfont-size: 0.6em;\n\tpadding: 0.2em;\n\tmargin: 1px;\n\tbackground: none;\n\tborder: 1px solid <<colour tiddler-controls-foreground>>;\n\tborder-radius: 0.25em;\n}\n\nhtml body.tc-body .tc-btn-boxed svg {\n\tfont-size: 1.6666em;\n}\n\n.tc-btn-boxed:hover {\n\tbackground: <<colour muted-foreground>>;\n\tcolor: <<colour background>>;\n}\n\nhtml body.tc-body .tc-btn-boxed:hover svg {\n\tfill: <<colour background>>;\n}\n\n.tc-btn-rounded {\n\tfont-size: 0.5em;\n\tline-height: 2;\n\tpadding: 0em 0.3em 0.2em 0.4em;\n\tmargin: 1px;\n\tborder: 1px solid <<colour muted-foreground>>;\n\tbackground: <<colour muted-foreground>>;\n\tcolor: <<colour background>>;\n\tborder-radius: 2em;\n}\n\nhtml body.tc-body .tc-btn-rounded svg {\n\tfont-size: 1.6666em;\n\tfill: <<colour background>>;\n}\n\n.tc-btn-rounded:hover {\n\tborder: 1px solid <<colour muted-foreground>>;\n\tbackground: <<colour background>>;\n\tcolor: <<colour muted-foreground>>;\n}\n\nhtml body.tc-body .tc-btn-rounded:hover svg {\n\tfill: <<colour muted-foreground>>;\n}\n\n.tc-btn-icon svg {\n\theight: 1em;\n\twidth: 1em;\n\tfill: <<colour muted-foreground>>;\n}\n\n.tc-btn-text {\n\tpadding: 0;\n\tmargin: 0;\n}\n\n/* used for documentation \"fake\" buttons */\n.tc-btn-standard {\n\tline-height: 1.8;\n\tcolor: #667;\n\tbackground-color: #e0e0e0;\n\tborder: 1px solid #888;\n\tpadding: 2px 1px 2px 1px;\n\tmargin: 1px 4px 1px 4px;\n}\n\n.tc-btn-big-green {\n\tdisplay: inline-block;\n\tpadding: 8px;\n\tmargin: 4px 8px 4px 8px;\n\tbackground: <<colour download-background>>;\n\tcolor: <<colour download-foreground>>;\n\tfill: <<colour download-foreground>>;\n\tborder: none;\n\tborder-radius: 2px;\n\tfont-size: 1.2em;\n\tline-height: 1.4em;\n\ttext-decoration: none;\n}\n\n.tc-btn-big-green svg,\n.tc-btn-big-green img {\n\theight: 2em;\n\twidth: 2em;\n\tvertical-align: middle;\n\tfill: <<colour download-foreground>>;\n}\n\n.tc-primary-btn {\n \tbackground: <<colour primary>>;\n}\n\n.tc-sidebar-lists input {\n\tcolor: <<colour foreground>>;\n}\n\n.tc-sidebar-lists button {\n\tcolor: <<colour sidebar-button-foreground>>;\n\tfill: <<colour sidebar-button-foreground>>;\n}\n\n.tc-sidebar-lists button.tc-btn-mini {\n\tcolor: <<colour sidebar-muted-foreground>>;\n}\n\n.tc-sidebar-lists button.tc-btn-mini:hover {\n\tcolor: <<colour sidebar-muted-foreground-hover>>;\n}\n\nbutton svg.tc-image-button, button .tc-image-button img {\n\theight: 1em;\n\twidth: 1em;\n}\n\n.tc-unfold-banner {\n\tposition: absolute;\n\tpadding: 0;\n\tmargin: 0;\n\tbackground: none;\n\tborder: none;\n\twidth: 100%;\n\twidth: calc(100% + 2px);\n\tmargin-left: -43px;\n\ttext-align: center;\n\tborder-top: 2px solid <<colour tiddler-info-background>>;\n\tmargin-top: 4px;\n}\n\n.tc-unfold-banner:hover {\n\tbackground: <<colour tiddler-info-background>>;\n\tborder-top: 2px solid <<colour tiddler-info-border>>;\n}\n\n.tc-unfold-banner svg, .tc-fold-banner svg {\n\theight: 0.75em;\n\tfill: <<colour tiddler-controls-foreground>>;\n}\n\n.tc-unfold-banner:hover svg, .tc-fold-banner:hover svg {\n\tfill: <<colour tiddler-controls-foreground-hover>>;\n}\n\n.tc-fold-banner {\n\tposition: absolute;\n\tpadding: 0;\n\tmargin: 0;\n\tbackground: none;\n\tborder: none;\n\twidth: 23px;\n\ttext-align: center;\n\tmargin-left: -35px;\n\ttop: 6px;\n\tbottom: 6px;\n}\n\n.tc-fold-banner:hover {\n\tbackground: <<colour tiddler-info-background>>;\n}\n\n@media (max-width: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}) {\n\n\t.tc-unfold-banner {\n\t\tposition: static;\n\t\twidth: calc(100% + 59px);\n\t}\n\n\t.tc-fold-banner {\n\t\twidth: 16px;\n\t\tmargin-left: -16px;\n\t\tfont-size: 0.75em;\n\t}\n\n}\n\n/*\n** Tags and missing tiddlers\n*/\n\n.tc-tag-list-item {\n\tposition: relative;\n\tdisplay: inline-block;\n\tmargin-right: 7px;\n}\n\n.tc-tags-wrapper {\n\tmargin: 4px 0 14px 0;\n}\n\n.tc-missing-tiddler-label {\n\tfont-style: italic;\n\tfont-weight: normal;\n\tdisplay: inline-block;\n\tfont-size: 11.844px;\n\tline-height: 14px;\n\twhite-space: nowrap;\n\tvertical-align: baseline;\n}\n\nbutton.tc-tag-label, span.tc-tag-label {\n\tdisplay: inline-block;\n\tpadding: 0.16em 0.7em;\n\tfont-size: 0.9em;\n\tfont-weight: 400;\n\tline-height: 1.2em;\n\tcolor: <<colour tag-foreground>>;\n\twhite-space: nowrap;\n\tvertical-align: baseline;\n\tbackground-color: <<colour tag-background>>;\n\tborder-radius: 1em;\n}\n\n.tc-sidebar-scrollable .tc-tag-label {\n\ttext-shadow: none;\n}\n\n.tc-untagged-separator {\n\twidth: 10em;\n\tleft: 0;\n\tmargin-left: 0;\n\tborder: 0;\n\theight: 1px;\n\tbackground: <<colour tab-divider>>;\n}\n\nbutton.tc-untagged-label {\n\tbackground-color: <<colour untagged-background>>;\n}\n\n.tc-tag-label svg, .tc-tag-label img {\n\theight: 1em;\n\twidth: 1em;\n\tvertical-align: text-bottom;\n}\n\n.tc-edit-tags button.tc-remove-tag-button svg {\n\tfont-size: 0.7em;\n\tvertical-align: middle;\n}\n\n.tc-tag-manager-table .tc-tag-label {\n\twhite-space: normal;\n}\n\n.tc-tag-manager-tag {\n\twidth: 100%;\n}\n\nbutton.tc-btn-invisible.tc-remove-tag-button {\n\toutline: none;\n}\n\n/*\n** Page layout\n*/\n\n.tc-topbar {\n\tposition: fixed;\n\tz-index: 1200;\n}\n\n.tc-topbar-left {\n\tleft: 29px;\n\ttop: 5px;\n}\n\n.tc-topbar-right {\n\ttop: 5px;\n\tright: 29px;\n}\n\n.tc-topbar button {\n\tpadding: 8px;\n}\n\n.tc-topbar svg {\n\tfill: <<colour muted-foreground>>;\n}\n\n.tc-topbar button:hover svg {\n\tfill: <<colour foreground>>;\n}\n\n.tc-sidebar-header {\n\tcolor: <<colour sidebar-foreground>>;\n\tfill: <<colour sidebar-foreground>>;\n}\n\n.tc-sidebar-header .tc-title a.tc-tiddlylink-resolves {\n\tfont-weight: 300;\n}\n\n.tc-sidebar-header .tc-sidebar-lists p {\n\tmargin-top: 3px;\n\tmargin-bottom: 3px;\n}\n\n.tc-sidebar-header .tc-missing-tiddler-label {\n\tcolor: <<colour sidebar-foreground>>;\n}\n\n.tc-advanced-search input {\n\twidth: 60%;\n}\n\n.tc-search a svg {\n\twidth: 1.2em;\n\theight: 1.2em;\n\tvertical-align: middle;\n}\n\n.tc-page-controls {\n\tmargin-top: 14px;\n\tfont-size: 1.5em;\n}\n\n.tc-page-controls .tc-drop-down {\n font-size: 1rem;\n}\n\n.tc-page-controls button {\n\tmargin-right: 0.5em;\n}\n\n.tc-page-controls a.tc-tiddlylink:hover {\n\ttext-decoration: none;\n}\n\n.tc-page-controls img {\n\twidth: 1em;\n}\n\n.tc-page-controls svg {\n\tfill: <<colour sidebar-controls-foreground>>;\n}\n\n.tc-page-controls button:hover svg, .tc-page-controls a:hover svg {\n\tfill: <<colour sidebar-controls-foreground-hover>>;\n}\n\n.tc-menu-list-item {\n\twhite-space: nowrap;\n}\n\n.tc-menu-list-count {\n\tfont-weight: bold;\n}\n\n.tc-menu-list-subitem {\n\tpadding-left: 7px;\n}\n\n.tc-story-river {\n\tposition: relative;\n}\n\n@media (max-width: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}) {\n\n\t.tc-sidebar-header {\n\t\tpadding: 14px;\n\t\tmin-height: 32px;\n\t\tmargin-top: {{$:/themes/tiddlywiki/vanilla/metrics/storytop}};\n\t}\n\n\t.tc-story-river {\n\t\tposition: relative;\n\t\tpadding: 0;\n\t}\n}\n\n@media (min-width: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}) {\n\n\t.tc-message-box {\n\t\tmargin: 21px -21px 21px -21px;\n\t}\n\n\t.tc-sidebar-scrollable {\n\t\tposition: fixed;\n\t\ttop: {{$:/themes/tiddlywiki/vanilla/metrics/storytop}};\n\t\tleft: {{$:/themes/tiddlywiki/vanilla/metrics/storyright}};\n\t\tbottom: 0;\n\t\tright: 0;\n\t\toverflow-y: auto;\n\t\toverflow-x: auto;\n\t\t-webkit-overflow-scrolling: touch;\n\t\tmargin: 0 0 0 -42px;\n\t\tpadding: 71px 0 28px 42px;\n\t}\n\n\thtml[dir=\"rtl\"] .tc-sidebar-scrollable {\n\t\tleft: auto;\n\t\tright: {{$:/themes/tiddlywiki/vanilla/metrics/storyright}};\n\t}\n\n\t.tc-story-river {\n\t\tposition: relative;\n\t\tleft: {{$:/themes/tiddlywiki/vanilla/metrics/storyleft}};\n\t\ttop: {{$:/themes/tiddlywiki/vanilla/metrics/storytop}};\n\t\twidth: {{$:/themes/tiddlywiki/vanilla/metrics/storywidth}};\n\t\tpadding: 42px 42px 42px 42px;\n\t}\n\n<<if-no-sidebar \"\n\n\t.tc-story-river {\n\t\twidth: calc(100% - {{$:/themes/tiddlywiki/vanilla/metrics/storyleft}});\n\t}\n\n\">>\n\n}\n\n@media print {\n\n\tbody.tc-body {\n\t\tbackground-color: transparent;\n\t}\n\n\t.tc-sidebar-header, .tc-topbar {\n\t\tdisplay: none;\n\t}\n\n\t.tc-story-river {\n\t\tmargin: 0;\n\t\tpadding: 0;\n\t}\n\n\t.tc-story-river .tc-tiddler-frame {\n\t\tmargin: 0;\n\t\tborder: none;\n\t\tpadding: 0;\n\t}\n}\n\n/*\n** Tiddler styles\n*/\n\n.tc-tiddler-frame {\n\tposition: relative;\n\tmargin-bottom: 28px;\n\tbackground-color: <<colour tiddler-background>>;\n\tborder: 1px solid <<colour tiddler-border>>;\n}\n\n{{$:/themes/tiddlywiki/vanilla/sticky}}\n\n.tc-tiddler-info {\n\tpadding: 14px 42px 14px 42px;\n\tbackground-color: <<colour tiddler-info-background>>;\n\tborder-top: 1px solid <<colour tiddler-info-border>>;\n\tborder-bottom: 1px solid <<colour tiddler-info-border>>;\n}\n\n.tc-tiddler-info p {\n\tmargin-top: 3px;\n\tmargin-bottom: 3px;\n}\n\n.tc-tiddler-info .tc-tab-buttons button.tc-tab-selected {\n\tbackground-color: <<colour tiddler-info-tab-background>>;\n\tborder-bottom: 1px solid <<colour tiddler-info-tab-background>>;\n}\n\n.tc-view-field-table {\n\twidth: 100%;\n}\n\n.tc-view-field-name {\n\twidth: 1%; /* Makes this column be as narrow as possible */\n\ttext-align: right;\n\tfont-style: italic;\n\tfont-weight: 200;\n}\n\n.tc-view-field-value {\n}\n\n@media (max-width: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}) {\n\t.tc-tiddler-frame {\n\t\tpadding: 14px 14px 14px 14px;\n\t}\n\n\t.tc-tiddler-info {\n\t\tmargin: 0 -14px 0 -14px;\n\t}\n}\n\n@media (min-width: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}) {\n\t.tc-tiddler-frame {\n\t\tpadding: 28px 42px 42px 42px;\n\t\twidth: {{$:/themes/tiddlywiki/vanilla/metrics/tiddlerwidth}};\n\t\tborder-radius: 2px;\n\t}\n\n<<if-no-sidebar \"\n\n\t.tc-tiddler-frame {\n\t\twidth: 100%;\n\t}\n\n\">>\n\n\t.tc-tiddler-info {\n\t\tmargin: 0 -42px 0 -42px;\n\t}\n}\n\n.tc-site-title,\n.tc-titlebar {\n\tfont-weight: 300;\n\tfont-size: 2.35em;\n\tline-height: 1.2em;\n\tcolor: <<colour tiddler-title-foreground>>;\n\tmargin: 0;\n}\n\n.tc-site-title {\n\tcolor: <<colour site-title-foreground>>;\n}\n\n.tc-tiddler-title-icon {\n\tvertical-align: middle;\n}\n\n.tc-system-title-prefix {\n\tcolor: <<colour muted-foreground>>;\n}\n\n.tc-titlebar h2 {\n\tfont-size: 1em;\n\tdisplay: inline;\n}\n\n.tc-titlebar img {\n\theight: 1em;\n}\n\n.tc-subtitle {\n\tfont-size: 0.9em;\n\tcolor: <<colour tiddler-subtitle-foreground>>;\n\tfont-weight: 300;\n}\n\n.tc-tiddler-missing .tc-title {\n font-style: italic;\n font-weight: normal;\n}\n\n.tc-tiddler-frame .tc-tiddler-controls {\n\tfloat: right;\n}\n\n.tc-tiddler-controls .tc-drop-down {\n\tfont-size: 0.6em;\n}\n\n.tc-tiddler-controls .tc-drop-down .tc-drop-down {\n\tfont-size: 1em;\n}\n\n.tc-tiddler-controls > span > button,\n.tc-tiddler-controls > span > span > button,\n.tc-tiddler-controls > span > span > span > button {\n\tvertical-align: baseline;\n\tmargin-left:5px;\n}\n\n.tc-tiddler-controls button svg, .tc-tiddler-controls button img,\n.tc-search button svg, .tc-search a svg {\n\tfill: <<colour tiddler-controls-foreground>>;\n}\n\n.tc-tiddler-controls button svg, .tc-tiddler-controls button img {\n\theight: 0.75em;\n}\n\n.tc-search button svg, .tc-search a svg {\n height: 1.2em;\n width: 1.2em;\n margin: 0 0.25em;\n}\n\n.tc-tiddler-controls button.tc-selected svg,\n.tc-page-controls button.tc-selected svg {\n\tfill: <<colour tiddler-controls-foreground-selected>>;\n}\n\n.tc-tiddler-controls button.tc-btn-invisible:hover svg,\n.tc-search button:hover svg, .tc-search a:hover svg {\n\tfill: <<colour tiddler-controls-foreground-hover>>;\n}\n\n@media print {\n\t.tc-tiddler-controls {\n\t\tdisplay: none;\n\t}\n}\n\n.tc-tiddler-help { /* Help prompts within tiddler template */\n\tcolor: <<colour muted-foreground>>;\n\tmargin-top: 14px;\n}\n\n.tc-tiddler-help a.tc-tiddlylink {\n\tcolor: <<colour very-muted-foreground>>;\n}\n\n.tc-tiddler-frame .tc-edit-texteditor {\n\twidth: 100%;\n\tmargin: 4px 0 4px 0;\n}\n\n.tc-tiddler-frame input.tc-edit-texteditor,\n.tc-tiddler-frame textarea.tc-edit-texteditor,\n.tc-tiddler-frame iframe.tc-edit-texteditor {\n\tpadding: 3px 3px 3px 3px;\n\tborder: 1px solid <<colour tiddler-editor-border>>;\n\tbackground-color: <<colour tiddler-editor-background>>;\n\tline-height: 1.3em;\n\t-webkit-appearance: none;\n\tfont-family: {{$:/themes/tiddlywiki/vanilla/settings/editorfontfamily}};\n}\n\n.tc-tiddler-frame .tc-binary-warning {\n\twidth: 100%;\n\theight: 5em;\n\ttext-align: center;\n\tpadding: 3em 3em 6em 3em;\n\tbackground: <<colour alert-background>>;\n\tborder: 1px solid <<colour alert-border>>;\n}\n\ncanvas.tc-edit-bitmapeditor {\n\tborder: 6px solid <<colour tiddler-editor-border-image>>;\n\tcursor: crosshair;\n\t-moz-user-select: none;\n\t-webkit-user-select: none;\n\t-ms-user-select: none;\n\tmargin-top: 6px;\n\tmargin-bottom: 6px;\n}\n\n.tc-edit-bitmapeditor-width {\n\tdisplay: block;\n}\n\n.tc-edit-bitmapeditor-height {\n\tdisplay: block;\n}\n\n.tc-tiddler-body {\n\tclear: both;\n}\n\n.tc-tiddler-frame .tc-tiddler-body {\n\tfont-size: {{$:/themes/tiddlywiki/vanilla/metrics/bodyfontsize}};\n\tline-height: {{$:/themes/tiddlywiki/vanilla/metrics/bodylineheight}};\n}\n\n.tc-titlebar, .tc-tiddler-edit-title {\n\toverflow: hidden; /* https://github.com/Jermolene/TiddlyWiki5/issues/282 */\n}\n\nhtml body.tc-body.tc-single-tiddler-window {\n\tmargin: 1em;\n\tbackground: <<colour tiddler-background>>;\n}\n\n.tc-single-tiddler-window img,\n.tc-single-tiddler-window svg,\n.tc-single-tiddler-window canvas,\n.tc-single-tiddler-window embed,\n.tc-single-tiddler-window iframe {\n\tmax-width: 100%;\n}\n\n/*\n** Editor\n*/\n\n.tc-editor-toolbar {\n\tmargin-top: 8px;\n}\n\n.tc-editor-toolbar button {\n\tvertical-align: middle;\n\tbackground-color: <<colour tiddler-controls-foreground>>;\n\tcolor: <<colour tiddler-controls-foreground-selected>>;\n\tfill: <<colour tiddler-controls-foreground-selected>>;\n\tborder-radius: 4px;\n\tpadding: 3px;\n\tmargin: 2px 0 2px 4px;\n}\n\n.tc-editor-toolbar button.tc-text-editor-toolbar-item-adjunct {\n\tmargin-left: 1px;\n\twidth: 1em;\n\tborder-radius: 8px;\n}\n\n.tc-editor-toolbar button.tc-text-editor-toolbar-item-start-group {\n\tmargin-left: 11px;\n}\n\n.tc-editor-toolbar button.tc-selected {\n\tbackground-color: <<colour primary>>;\n}\n\n.tc-editor-toolbar button svg {\n\twidth: 1.6em;\n\theight: 1.2em;\n}\n\n.tc-editor-toolbar button:hover {\n\tbackground-color: <<colour tiddler-controls-foreground-selected>>;\n\tfill: <<colour background>>;\n\tcolor: <<colour background>>;\n}\n\n.tc-editor-toolbar .tc-text-editor-toolbar-more {\n\twhite-space: normal;\n}\n\n.tc-editor-toolbar .tc-text-editor-toolbar-more button {\n\tdisplay: inline-block;\n\tpadding: 3px;\n\twidth: auto;\n}\n\n.tc-editor-toolbar .tc-search-results {\n\tpadding: 0;\n}\n\n/*\n** Adjustments for fluid-fixed mode\n*/\n\n@media (min-width: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}) {\n\n<<if-fluid-fixed text:\"\"\"\n\n\t.tc-story-river {\n\t\tpadding-right: 0;\n\t\tposition: relative;\n\t\twidth: auto;\n\t\tleft: 0;\n\t\tmargin-left: {{$:/themes/tiddlywiki/vanilla/metrics/storyleft}};\n\t\tmargin-right: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarwidth}};\n\t}\n\n\t.tc-tiddler-frame {\n\t\twidth: 100%;\n\t}\n\n\t.tc-sidebar-scrollable {\n\t\tleft: auto;\n\t\tbottom: 0;\n\t\tright: 0;\n\t\twidth: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarwidth}};\n\t}\n\n\tbody.tc-body .tc-storyview-zoomin-tiddler {\n\t\twidth: 100%;\n\t\twidth: calc(100% - 42px);\n\t}\n\n\"\"\" hiddenSidebarText:\"\"\"\n\n\t.tc-story-river {\n\t\tpadding-right: 3em;\n\t\tmargin-right: 0;\n\t}\n\n\tbody.tc-body .tc-storyview-zoomin-tiddler {\n\t\twidth: 100%;\n\t\twidth: calc(100% - 84px);\n\t}\n\n\"\"\">>\n\n}\n\n/*\n** Toolbar buttons\n*/\n\n.tc-page-controls svg.tc-image-new-button {\n fill: <<colour toolbar-new-button>>;\n}\n\n.tc-page-controls svg.tc-image-options-button {\n fill: <<colour toolbar-options-button>>;\n}\n\n.tc-page-controls svg.tc-image-save-button {\n fill: <<colour toolbar-save-button>>;\n}\n\n.tc-tiddler-controls button svg.tc-image-info-button {\n fill: <<colour toolbar-info-button>>;\n}\n\n.tc-tiddler-controls button svg.tc-image-edit-button {\n fill: <<colour toolbar-edit-button>>;\n}\n\n.tc-tiddler-controls button svg.tc-image-close-button {\n fill: <<colour toolbar-close-button>>;\n}\n\n.tc-tiddler-controls button svg.tc-image-delete-button {\n fill: <<colour toolbar-delete-button>>;\n}\n\n.tc-tiddler-controls button svg.tc-image-cancel-button {\n fill: <<colour toolbar-cancel-button>>;\n}\n\n.tc-tiddler-controls button svg.tc-image-done-button {\n fill: <<colour toolbar-done-button>>;\n}\n\n/*\n** Tiddler edit mode\n*/\n\n.tc-tiddler-edit-frame em.tc-edit {\n\tcolor: <<colour muted-foreground>>;\n\tfont-style: normal;\n}\n\n.tc-edit-type-dropdown a.tc-tiddlylink-missing {\n\tfont-style: normal;\n}\n\n.tc-edit-tags {\n\tborder: 1px solid <<colour tiddler-editor-border>>;\n\tpadding: 4px 8px 4px 8px;\n}\n\n.tc-edit-add-tag {\n\tdisplay: inline-block;\n}\n\n.tc-edit-add-tag .tc-add-tag-name input {\n\twidth: 50%;\n}\n\n.tc-edit-add-tag .tc-keyboard {\n\tdisplay:inline;\n}\n\n.tc-edit-tags .tc-tag-label {\n\tdisplay: inline-block;\n}\n\n.tc-edit-tags-list {\n\tmargin: 14px 0 14px 0;\n}\n\n.tc-remove-tag-button {\n\tpadding-left: 4px;\n}\n\n.tc-tiddler-preview {\n\toverflow: auto;\n}\n\n.tc-tiddler-preview-preview {\n\tfloat: right;\n\twidth: 49%;\n\tborder: 1px solid <<colour tiddler-editor-border>>;\n\tmargin: 4px 0 3px 3px;\n\tpadding: 3px 3px 3px 3px;\n}\n\n<<if-editor-height-fixed then:\"\"\"\n\n.tc-tiddler-preview-preview {\n\toverflow-y: scroll;\n\theight: {{$:/config/TextEditor/EditorHeight/Height}};\n}\n\n\"\"\">>\n\n.tc-tiddler-frame .tc-tiddler-preview .tc-edit-texteditor {\n\twidth: 49%;\n}\n\n.tc-tiddler-frame .tc-tiddler-preview canvas.tc-edit-bitmapeditor {\n\tmax-width: 49%;\n}\n\n.tc-edit-fields {\n\twidth: 100%;\n}\n\n\n.tc-edit-fields table, .tc-edit-fields tr, .tc-edit-fields td {\n\tborder: none;\n\tpadding: 4px;\n}\n\n.tc-edit-fields > tbody > .tc-edit-field:nth-child(odd) {\n\tbackground-color: <<colour tiddler-editor-fields-odd>>;\n}\n\n.tc-edit-fields > tbody > .tc-edit-field:nth-child(even) {\n\tbackground-color: <<colour tiddler-editor-fields-even>>;\n}\n\n.tc-edit-field-name {\n\ttext-align: right;\n}\n\n.tc-edit-field-value input {\n\twidth: 100%;\n}\n\n.tc-edit-field-remove {\n}\n\n.tc-edit-field-remove svg {\n\theight: 1em;\n\twidth: 1em;\n\tfill: <<colour muted-foreground>>;\n\tvertical-align: middle;\n}\n\n.tc-edit-field-add-name {\n\tdisplay: inline-block;\n\twidth: 15%;\n}\n\n.tc-edit-field-add-value {\n\tdisplay: inline-block;\n\twidth: 40%;\n}\n\n.tc-edit-field-add-button {\n\tdisplay: inline-block;\n\twidth: 10%;\n}\n\n/*\n** Storyview Classes\n*/\n\n.tc-storyview-zoomin-tiddler {\n\tposition: absolute;\n\tdisplay: block;\n\twidth: 100%;\n}\n\n@media (min-width: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}) {\n\n\t.tc-storyview-zoomin-tiddler {\n\t\twidth: calc(100% - 84px);\n\t}\n\n}\n\n/*\n** Dropdowns\n*/\n\n.tc-btn-dropdown {\n\ttext-align: left;\n}\n\n.tc-btn-dropdown svg, .tc-btn-dropdown img {\n\theight: 1em;\n\twidth: 1em;\n\tfill: <<colour muted-foreground>>;\n}\n\n.tc-drop-down-wrapper {\n\tposition: relative;\n}\n\n.tc-drop-down {\n\tmin-width: 380px;\n\tborder: 1px solid <<colour dropdown-border>>;\n\tbackground-color: <<colour dropdown-background>>;\n\tpadding: 7px 0 7px 0;\n\tmargin: 4px 0 0 0;\n\twhite-space: nowrap;\n\ttext-shadow: none;\n\tline-height: 1.4;\n}\n\n.tc-drop-down .tc-drop-down {\n\tmargin-left: 14px;\n}\n\n.tc-drop-down button svg, .tc-drop-down a svg {\n\tfill: <<colour foreground>>;\n}\n\n.tc-drop-down button.tc-btn-invisible:hover svg {\n\tfill: <<colour foreground>>;\n}\n\n.tc-drop-down p {\n\tpadding: 0 14px 0 14px;\n}\n\n.tc-drop-down svg {\n\twidth: 1em;\n\theight: 1em;\n}\n\n.tc-drop-down img {\n\twidth: 1em;\n}\n\n.tc-drop-down a, .tc-drop-down button {\n\tdisplay: block;\n\tpadding: 0 14px 0 14px;\n\twidth: 100%;\n\ttext-align: left;\n\tcolor: <<colour foreground>>;\n\tline-height: 1.4;\n}\n\n.tc-drop-down .tc-tab-set .tc-tab-buttons button {\n\tdisplay: inline-block;\n width: auto;\n margin-bottom: 0px;\n border-bottom-left-radius: 0;\n border-bottom-right-radius: 0;\n}\n\n.tc-drop-down .tc-prompt {\n\tpadding: 0 14px;\n}\n\n.tc-drop-down .tc-chooser {\n\tborder: none;\n}\n\n.tc-drop-down .tc-chooser .tc-swatches-horiz {\n\tfont-size: 0.4em;\n\tpadding-left: 1.2em;\n}\n\n.tc-drop-down .tc-file-input-wrapper {\n\twidth: 100%;\n}\n\n.tc-drop-down .tc-file-input-wrapper button {\n\tcolor: <<colour foreground>>;\n}\n\n.tc-drop-down a:hover, .tc-drop-down button:hover, .tc-drop-down .tc-file-input-wrapper:hover button {\n\tcolor: <<colour tiddler-link-background>>;\n\tbackground-color: <<colour tiddler-link-foreground>>;\n\ttext-decoration: none;\n}\n\n.tc-drop-down .tc-tab-buttons button {\n\tbackground-color: <<colour dropdown-tab-background>>;\n}\n\n.tc-drop-down .tc-tab-buttons button.tc-tab-selected {\n\tbackground-color: <<colour dropdown-tab-background-selected>>;\n\tborder-bottom: 1px solid <<colour dropdown-tab-background-selected>>;\n}\n\n.tc-drop-down-bullet {\n\tdisplay: inline-block;\n\twidth: 0.5em;\n}\n\n.tc-drop-down .tc-tab-contents a {\n\tpadding: 0 0.5em 0 0.5em;\n}\n\n.tc-block-dropdown-wrapper {\n\tposition: relative;\n}\n\n.tc-block-dropdown {\n\tposition: absolute;\n\tmin-width: 220px;\n\tborder: 1px solid <<colour dropdown-border>>;\n\tbackground-color: <<colour dropdown-background>>;\n\tpadding: 7px 0;\n\tmargin: 4px 0 0 0;\n\twhite-space: nowrap;\n\tz-index: 1000;\n\ttext-shadow: none;\n}\n\n.tc-block-dropdown.tc-search-drop-down {\n\tmargin-left: -12px;\n}\n\n.tc-block-dropdown a {\n\tdisplay: block;\n\tpadding: 4px 14px 4px 14px;\n}\n\n.tc-block-dropdown.tc-search-drop-down a {\n\tdisplay: block;\n\tpadding: 0px 10px 0px 10px;\n}\n\n.tc-drop-down .tc-dropdown-item-plain,\n.tc-block-dropdown .tc-dropdown-item-plain {\n\tpadding: 4px 14px 4px 7px;\n}\n\n.tc-drop-down .tc-dropdown-item,\n.tc-block-dropdown .tc-dropdown-item {\n\tpadding: 4px 14px 4px 7px;\n\tcolor: <<colour muted-foreground>>;\n}\n\n.tc-block-dropdown a:hover {\n\tcolor: <<colour tiddler-link-background>>;\n\tbackground-color: <<colour tiddler-link-foreground>>;\n\ttext-decoration: none;\n}\n\n.tc-search-results {\n\tpadding: 0 7px 0 7px;\n}\n\n.tc-image-chooser, .tc-colour-chooser {\n\twhite-space: normal;\n}\n\n.tc-image-chooser a,\n.tc-colour-chooser a {\n\tdisplay: inline-block;\n\tvertical-align: top;\n\ttext-align: center;\n\tposition: relative;\n}\n\n.tc-image-chooser a {\n\tborder: 1px solid <<colour muted-foreground>>;\n\tpadding: 2px;\n\tmargin: 2px;\n\twidth: 4em;\n\theight: 4em;\n}\n\n.tc-colour-chooser a {\n\tpadding: 3px;\n\twidth: 2em;\n\theight: 2em;\n\tvertical-align: middle;\n}\n\n.tc-image-chooser a:hover,\n.tc-colour-chooser a:hover {\n\tbackground: <<colour primary>>;\n\tpadding: 0px;\n\tborder: 3px solid <<colour primary>>;\n}\n\n.tc-image-chooser a svg,\n.tc-image-chooser a img {\n\tdisplay: inline-block;\n\twidth: auto;\n\theight: auto;\n\tmax-width: 3.5em;\n\tmax-height: 3.5em;\n\tposition: absolute;\n\ttop: 0;\n\tbottom: 0;\n\tleft: 0;\n\tright: 0;\n\tmargin: auto;\n}\n\n/*\n** Modals\n*/\n\n.tc-modal-wrapper {\n\tposition: fixed;\n\toverflow: auto;\n\toverflow-y: scroll;\n\ttop: 0;\n\tright: 0;\n\tbottom: 0;\n\tleft: 0;\n\tz-index: 900;\n}\n\n.tc-modal-backdrop {\n\tposition: fixed;\n\ttop: 0;\n\tright: 0;\n\tbottom: 0;\n\tleft: 0;\n\tz-index: 1000;\n\tbackground-color: <<colour modal-backdrop>>;\n}\n\n.tc-modal {\n\tz-index: 1100;\n\tbackground-color: <<colour modal-background>>;\n\tborder: 1px solid <<colour modal-border>>;\n}\n\n@media (max-width: 55em) {\n\t.tc-modal {\n\t\tposition: fixed;\n\t\ttop: 1em;\n\t\tleft: 1em;\n\t\tright: 1em;\n\t}\n\n\t.tc-modal-body {\n\t\toverflow-y: auto;\n\t\tmax-height: 400px;\n\t\tmax-height: 60vh;\n\t}\n}\n\n@media (min-width: 55em) {\n\t.tc-modal {\n\t\tposition: fixed;\n\t\ttop: 2em;\n\t\tleft: 25%;\n\t\twidth: 50%;\n\t}\n\n\t.tc-modal-body {\n\t\toverflow-y: auto;\n\t\tmax-height: 400px;\n\t\tmax-height: 60vh;\n\t}\n}\n\n.tc-modal-header {\n\tpadding: 9px 15px;\n\tborder-bottom: 1px solid <<colour modal-header-border>>;\n}\n\n.tc-modal-header h3 {\n\tmargin: 0;\n\tline-height: 30px;\n}\n\n.tc-modal-header img, .tc-modal-header svg {\n\twidth: 1em;\n\theight: 1em;\n}\n\n.tc-modal-body {\n\tpadding: 15px;\n}\n\n.tc-modal-footer {\n\tpadding: 14px 15px 15px;\n\tmargin-bottom: 0;\n\ttext-align: right;\n\tbackground-color: <<colour modal-footer-background>>;\n\tborder-top: 1px solid <<colour modal-footer-border>>;\n}\n\n/*\n** Notifications\n*/\n\n.tc-notification {\n\tposition: fixed;\n\ttop: 14px;\n\tright: 42px;\n\tz-index: 1300;\n\tmax-width: 280px;\n\tpadding: 0 14px 0 14px;\n\tbackground-color: <<colour notification-background>>;\n\tborder: 1px solid <<colour notification-border>>;\n}\n\n/*\n** Tabs\n*/\n\n.tc-tab-set.tc-vertical {\n\tdisplay: -webkit-flex;\n\tdisplay: flex;\n}\n\n.tc-tab-buttons {\n\tfont-size: 0.85em;\n\tpadding-top: 1em;\n\tmargin-bottom: -2px;\n}\n\n.tc-tab-buttons.tc-vertical {\n\tz-index: 100;\n\tdisplay: block;\n\tpadding-top: 14px;\n\tvertical-align: top;\n\ttext-align: right;\n\tmargin-bottom: inherit;\n\tmargin-right: -1px;\n\tmax-width: 33%;\n\t-webkit-flex: 0 0 auto;\n\tflex: 0 0 auto;\n}\n\n.tc-tab-buttons button.tc-tab-selected {\n\tcolor: <<colour tab-foreground-selected>>;\n\tbackground-color: <<colour tab-background-selected>>;\n\tborder-left: 1px solid <<colour tab-border-selected>>;\n\tborder-top: 1px solid <<colour tab-border-selected>>;\n\tborder-right: 1px solid <<colour tab-border-selected>>;\n}\n\n.tc-tab-buttons button {\n\tcolor: <<colour tab-foreground>>;\n\tpadding: 3px 5px 3px 5px;\n\tmargin-right: 0.3em;\n\tfont-weight: 300;\n\tborder: none;\n\tbackground: inherit;\n\tbackground-color: <<colour tab-background>>;\n\tborder-left: 1px solid <<colour tab-border>>;\n\tborder-top: 1px solid <<colour tab-border>>;\n\tborder-right: 1px solid <<colour tab-border>>;\n\tborder-top-left-radius: 2px;\n\tborder-top-right-radius: 2px;\n\tborder-bottom-left-radius: 0;\n\tborder-bottom-right-radius: 0;\n}\n\n.tc-tab-buttons.tc-vertical button {\n\tdisplay: block;\n\twidth: 100%;\n\tmargin-top: 3px;\n\tmargin-right: 0;\n\ttext-align: right;\n\tbackground-color: <<colour tab-background>>;\n\tborder-left: 1px solid <<colour tab-border>>;\n\tborder-bottom: 1px solid <<colour tab-border>>;\n\tborder-right: none;\n\tborder-top-left-radius: 2px;\n\tborder-bottom-left-radius: 2px;\n\tborder-top-right-radius: 0;\n\tborder-bottom-right-radius: 0;\n}\n\n.tc-tab-buttons.tc-vertical button.tc-tab-selected {\n\tbackground-color: <<colour tab-background-selected>>;\n\tborder-right: 1px solid <<colour tab-background-selected>>;\n}\n\n.tc-tab-divider {\n\tborder-top: 1px solid <<colour tab-divider>>;\n}\n\n.tc-tab-divider.tc-vertical {\n\tdisplay: none;\n}\n\n.tc-tab-content {\n\tmargin-top: 14px;\n}\n\n.tc-tab-content.tc-vertical {\n word-break: break-word;\n\tdisplay: inline-block;\n\tvertical-align: top;\n\tpadding-top: 0;\n\tpadding-left: 14px;\n\tborder-left: 1px solid <<colour tab-border>>;\n\t-webkit-flex: 1 0 70%;\n\tflex: 1 0 70%;\n}\n\n.tc-sidebar-lists .tc-tab-buttons {\n\tmargin-bottom: -1px;\n}\n\n.tc-sidebar-lists .tc-tab-buttons button.tc-tab-selected {\n\tbackground-color: <<colour sidebar-tab-background-selected>>;\n\tcolor: <<colour sidebar-tab-foreground-selected>>;\n\tborder-left: 1px solid <<colour sidebar-tab-border-selected>>;\n\tborder-top: 1px solid <<colour sidebar-tab-border-selected>>;\n\tborder-right: 1px solid <<colour sidebar-tab-border-selected>>;\n}\n\n.tc-sidebar-lists .tc-tab-buttons button {\n\tbackground-color: <<colour sidebar-tab-background>>;\n\tcolor: <<colour sidebar-tab-foreground>>;\n\tborder-left: 1px solid <<colour sidebar-tab-border>>;\n\tborder-top: 1px solid <<colour sidebar-tab-border>>;\n\tborder-right: 1px solid <<colour sidebar-tab-border>>;\n}\n\n.tc-sidebar-lists .tc-tab-divider {\n\tborder-top: 1px solid <<colour sidebar-tab-divider>>;\n}\n\n.tc-more-sidebar > .tc-tab-set > .tc-tab-buttons > button {\n\tdisplay: block;\n\twidth: 100%;\n\tbackground-color: <<colour sidebar-tab-background>>;\n\tborder-top: none;\n\tborder-left: none;\n\tborder-bottom: none;\n\tborder-right: 1px solid #ccc;\n\tmargin-bottom: inherit;\n}\n\n.tc-more-sidebar > .tc-tab-set > .tc-tab-buttons > button.tc-tab-selected {\n\tbackground-color: <<colour sidebar-tab-background-selected>>;\n\tborder: none;\n}\n\n/*\n** Manager\n*/\n\n.tc-manager-wrapper {\n\t\n}\n\n.tc-manager-controls {\n\t\n}\n\n.tc-manager-control {\n\tmargin: 0.5em 0;\n}\n\n.tc-manager-list {\n\twidth: 100%;\n\tborder-top: 1px solid <<colour muted-foreground>>;\n\tborder-left: 1px solid <<colour muted-foreground>>;\n\tborder-right: 1px solid <<colour muted-foreground>>;\n}\n\n.tc-manager-list-item {\n\n}\n\n.tc-manager-list-item-heading {\n display: block;\n width: 100%;\n text-align: left;\t\n\tborder-bottom: 1px solid <<colour muted-foreground>>;\n\tpadding: 3px;\n}\n\n.tc-manager-list-item-heading-selected {\n\tfont-weight: bold;\n\tcolor: <<colour background>>;\n\tfill: <<colour background>>;\n\tbackground-color: <<colour foreground>>;\n}\n\n.tc-manager-list-item-heading:hover {\n\tbackground: <<colour primary>>;\n\tcolor: <<colour background>>;\n}\n\n.tc-manager-list-item-content {\n\tdisplay: flex;\n}\n\n.tc-manager-list-item-content-sidebar {\n flex: 1 0;\n background: <<colour tiddler-editor-background>>;\n border-right: 0.5em solid <<colour muted-foreground>>;\n border-bottom: 0.5em solid <<colour muted-foreground>>;\n white-space: nowrap;\n}\n\n.tc-manager-list-item-content-item-heading {\n\tdisplay: block;\n\twidth: 100%;\n\ttext-align: left;\n background: <<colour muted-foreground>>;\n\ttext-transform: uppercase;\n\tfont-size: 0.6em;\n\tfont-weight: bold;\n padding: 0.5em 0 0.5em 0;\n}\n\n.tc-manager-list-item-content-item-body {\n\tpadding: 0 0.5em 0 0.5em;\n}\n\n.tc-manager-list-item-content-item-body > pre {\n\tmargin: 0.5em 0 0.5em 0;\n\tborder: none;\n\tbackground: inherit;\n}\n\n.tc-manager-list-item-content-tiddler {\n flex: 3 1;\n border-left: 0.5em solid <<colour muted-foreground>>;\n border-right: 0.5em solid <<colour muted-foreground>>;\n border-bottom: 0.5em solid <<colour muted-foreground>>;\n}\n\n.tc-manager-list-item-content-item-body > table {\n\tborder: none;\n\tpadding: 0;\n\tmargin: 0;\n}\n\n.tc-manager-list-item-content-item-body > table td {\n\tborder: none;\n}\n\n.tc-manager-icon-editor > button {\n\twidth: 100%;\n}\n\n.tc-manager-icon-editor > button > svg,\n.tc-manager-icon-editor > button > button {\n\twidth: 100%;\n\theight: auto;\n}\n\n/*\n** Alerts\n*/\n\n.tc-alerts {\n\tposition: fixed;\n\ttop: 0;\n\tleft: 0;\n\tmax-width: 500px;\n\tz-index: 20000;\n}\n\n.tc-alert {\n\tposition: relative;\n\tmargin: 28px;\n\tpadding: 14px 14px 14px 14px;\n\tborder: 2px solid <<colour alert-border>>;\n\tbackground-color: <<colour alert-background>>;\n}\n\n.tc-alert-toolbar {\n\tposition: absolute;\n\ttop: 14px;\n\tright: 14px;\n}\n\n.tc-alert-toolbar svg {\n\tfill: <<colour alert-muted-foreground>>;\n}\n\n.tc-alert-subtitle {\n\tcolor: <<colour alert-muted-foreground>>;\n\tfont-weight: bold;\n}\n\n.tc-alert-highlight {\n\tcolor: <<colour alert-highlight>>;\n}\n\n@media (min-width: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}) {\n\n\t.tc-static-alert {\n\t\tposition: relative;\n\t}\n\n\t.tc-static-alert-inner {\n\t\tposition: absolute;\n\t\tz-index: 100;\n\t}\n\n}\n\n.tc-static-alert-inner {\n\tpadding: 0 2px 2px 42px;\n\tcolor: <<colour static-alert-foreground>>;\n}\n\n/*\n** Floating drafts list\n*/\n\n.tc-drafts-list {\n\tz-index: 2000;\n\tposition: fixed;\n\tfont-size: 0.8em;\n\tleft: 0;\n\tbottom: 0;\n}\n\n.tc-drafts-list a {\n\tmargin: 0 0.5em;\n\tpadding: 4px 4px;\n\tborder-top-left-radius: 4px;\n\tborder-top-right-radius: 4px;\n\tborder: 1px solid <<colour background>>;\n\tborder-bottom-none;\n\tbackground: <<colour dirty-indicator>>;\n\tcolor: <<colour background>>;\n\tfill: <<colour background>>;\n}\n\n.tc-drafts-list a:hover {\n\ttext-decoration: none;\n\tbackground: <<colour foreground>>;\n\tcolor: <<colour background>>;\n\tfill: <<colour background>>;\n}\n\n.tc-drafts-list a svg {\n\twidth: 1em;\n\theight: 1em;\n\tvertical-align: text-bottom;\n}\n\n/*\n** Control panel\n*/\n\n.tc-control-panel td {\n\tpadding: 4px;\n}\n\n.tc-control-panel table, .tc-control-panel table input, .tc-control-panel table textarea {\n\twidth: 100%;\n}\n\n.tc-plugin-info {\n\tdisplay: block;\n\tborder: 1px solid <<colour muted-foreground>>;\n\tbackground-colour: <<colour background>>;\n\tmargin: 0.5em 0 0.5em 0;\n\tpadding: 4px;\n}\n\n.tc-plugin-info-disabled {\n\tbackground: -webkit-repeating-linear-gradient(45deg, #ff0, #ff0 10px, #eee 10px, #eee 20px);\n\tbackground: repeating-linear-gradient(45deg, #ff0, #ff0 10px, #eee 10px, #eee 20px);\n}\n\n.tc-plugin-info-disabled:hover {\n\tbackground: -webkit-repeating-linear-gradient(45deg, #aa0, #aa0 10px, #888 10px, #888 20px);\n\tbackground: repeating-linear-gradient(45deg, #aa0, #aa0 10px, #888 10px, #888 20px);\n}\n\na.tc-tiddlylink.tc-plugin-info:hover {\n\ttext-decoration: none;\n\tbackground-color: <<colour primary>>;\n\tcolor: <<colour background>>;\n\tfill: <<colour foreground>>;\n}\n\na.tc-tiddlylink.tc-plugin-info:hover .tc-plugin-info > .tc-plugin-info-chunk > svg {\n\tfill: <<colour foreground>>;\n}\n\n.tc-plugin-info-chunk {\n\tdisplay: inline-block;\n\tvertical-align: middle;\n}\n\n.tc-plugin-info-chunk h1 {\n\tfont-size: 1em;\n\tmargin: 2px 0 2px 0;\n}\n\n.tc-plugin-info-chunk h2 {\n\tfont-size: 0.8em;\n\tmargin: 2px 0 2px 0;\n}\n\n.tc-plugin-info-chunk div {\n\tfont-size: 0.7em;\n\tmargin: 2px 0 2px 0;\n}\n\n.tc-plugin-info:hover > .tc-plugin-info-chunk > img, .tc-plugin-info:hover > .tc-plugin-info-chunk > svg {\n\twidth: 2em;\n\theight: 2em;\n\tfill: <<colour foreground>>;\n}\n\n.tc-plugin-info > .tc-plugin-info-chunk > img, .tc-plugin-info > .tc-plugin-info-chunk > svg {\n\twidth: 2em;\n\theight: 2em;\n\tfill: <<colour muted-foreground>>;\n}\n\n.tc-plugin-info.tc-small-icon > .tc-plugin-info-chunk > img, .tc-plugin-info.tc-small-icon > .tc-plugin-info-chunk > svg {\n\twidth: 1em;\n\theight: 1em;\n}\n\n.tc-plugin-info-dropdown {\n\tborder: 1px solid <<colour muted-foreground>>;\n\tmargin-top: -8px;\n}\n\n.tc-plugin-info-dropdown-message {\n\tbackground: <<colour message-background>>;\n\tpadding: 0.5em 1em 0.5em 1em;\n\tfont-weight: bold;\n\tfont-size: 0.8em;\n}\n\n.tc-plugin-info-dropdown-body {\n\tpadding: 1em 1em 1em 1em;\n}\n\n.tc-check-list {\n\tline-height: 2em;\n}\n\n.tc-check-list .tc-image-button {\n\theight: 1.5em;\n}\n\n/*\n** Message boxes\n*/\n\n.tc-message-box {\n\tborder: 1px solid <<colour message-border>>;\n\tbackground: <<colour message-background>>;\n\tpadding: 0px 21px 0px 21px;\n\tfont-size: 12px;\n\tline-height: 18px;\n\tcolor: <<colour message-foreground>>;\n}\n\n.tc-message-box svg {\n\twidth: 1em;\n\theight: 1em;\n vertical-align: text-bottom;\n}\n\n/*\n** Pictures\n*/\n\n.tc-bordered-image {\n\tborder: 1px solid <<colour muted-foreground>>;\n\tpadding: 5px;\n\tmargin: 5px;\n}\n\n/*\n** Floats\n*/\n\n.tc-float-right {\n\tfloat: right;\n}\n\n/*\n** Chooser\n*/\n\n.tc-chooser {\n\tborder-right: 1px solid <<colour table-header-background>>;\n\tborder-left: 1px solid <<colour table-header-background>>;\n}\n\n\n.tc-chooser-item {\n\tborder-bottom: 1px solid <<colour table-header-background>>;\n\tborder-top: 1px solid <<colour table-header-background>>;\n\tpadding: 2px 4px 2px 14px;\n}\n\n.tc-drop-down .tc-chooser-item {\n\tpadding: 2px;\n}\n\n.tc-chosen,\n.tc-chooser-item:hover {\n\tbackground-color: <<colour table-header-background>>;\n\tborder-color: <<colour table-footer-background>>;\n}\n\n.tc-chosen .tc-tiddlylink {\n\tcursor:default;\n}\n\n.tc-chooser-item .tc-tiddlylink {\n\tdisplay: block;\n\ttext-decoration: none;\n\tbackground-color: transparent;\n}\n\n.tc-chooser-item:hover .tc-tiddlylink:hover {\n\ttext-decoration: none;\n}\n\n.tc-drop-down .tc-chosen .tc-tiddlylink,\n.tc-drop-down .tc-chooser-item .tc-tiddlylink:hover {\n\tcolor: <<colour foreground>>;\n}\n\n.tc-chosen > .tc-tiddlylink:before {\n\tmargin-left: -10px;\n\tposition: relative;\n\tcontent: \"» \";\n}\n\n.tc-chooser-item svg,\n.tc-chooser-item img{\n\twidth: 1em;\n\theight: 1em;\n\tvertical-align: middle;\n}\n\n.tc-language-chooser .tc-image-button img {\n\twidth: 2em;\n\tvertical-align: -0.15em;\n}\n\n/*\n** Palette swatches\n*/\n\n.tc-swatches-horiz {\n}\n\n.tc-swatches-horiz .tc-swatch {\n\tdisplay: inline-block;\n}\n\n.tc-swatch {\n\twidth: 2em;\n\theight: 2em;\n\tmargin: 0.4em;\n\tborder: 1px solid #888;\n}\n\ninput.tc-palette-manager-colour-input {\n\twidth: 100%;\n\tpadding: 0;\n}\n\n/*\n** Table of contents\n*/\n\n.tc-sidebar-lists .tc-table-of-contents {\n\twhite-space: nowrap;\n}\n\n.tc-table-of-contents button {\n\tcolor: <<colour sidebar-foreground>>;\n}\n\n.tc-table-of-contents svg {\n\twidth: 0.7em;\n\theight: 0.7em;\n\tvertical-align: middle;\n\tfill: <<colour sidebar-foreground>>;\n}\n\n.tc-table-of-contents ol {\n\tlist-style-type: none;\n\tpadding-left: 0;\n}\n\n.tc-table-of-contents ol ol {\n\tpadding-left: 1em;\n}\n\n.tc-table-of-contents li {\n\tfont-size: 1.0em;\n\tfont-weight: bold;\n}\n\n.tc-table-of-contents li a {\n\tfont-weight: bold;\n}\n\n.tc-table-of-contents li li {\n\tfont-size: 0.95em;\n\tfont-weight: normal;\n\tline-height: 1.4;\n}\n\n.tc-table-of-contents li li a {\n\tfont-weight: normal;\n}\n\n.tc-table-of-contents li li li {\n\tfont-size: 0.95em;\n\tfont-weight: 200;\n\tline-height: 1.5;\n}\n\n.tc-table-of-contents li li li li {\n\tfont-size: 0.95em;\n\tfont-weight: 200;\n}\n\n.tc-tabbed-table-of-contents {\n\tdisplay: -webkit-flex;\n\tdisplay: flex;\n}\n\n.tc-tabbed-table-of-contents .tc-table-of-contents {\n\tz-index: 100;\n\tdisplay: inline-block;\n\tpadding-left: 1em;\n\tmax-width: 50%;\n\t-webkit-flex: 0 0 auto;\n\tflex: 0 0 auto;\n\tbackground: <<colour tab-background>>;\n\tborder-left: 1px solid <<colour tab-border>>;\n\tborder-top: 1px solid <<colour tab-border>>;\n\tborder-bottom: 1px solid <<colour tab-border>>;\n}\n\n.tc-tabbed-table-of-contents .tc-table-of-contents .toc-item > a,\n.tc-tabbed-table-of-contents .tc-table-of-contents .toc-item-selected > a {\n\tdisplay: block;\n\tpadding: 0.12em 1em 0.12em 0.25em;\n}\n\n.tc-tabbed-table-of-contents .tc-table-of-contents .toc-item > a {\n\tborder-top: 1px solid <<colour tab-background>>;\n\tborder-left: 1px solid <<colour tab-background>>;\n\tborder-bottom: 1px solid <<colour tab-background>>;\n}\n\n.tc-tabbed-table-of-contents .tc-table-of-contents .toc-item > a:hover {\n\ttext-decoration: none;\n\tborder-top: 1px solid <<colour tab-border>>;\n\tborder-left: 1px solid <<colour tab-border>>;\n\tborder-bottom: 1px solid <<colour tab-border>>;\n\tbackground: <<colour tab-border>>;\n}\n\n.tc-tabbed-table-of-contents .tc-table-of-contents .toc-item-selected > a {\n\tborder-top: 1px solid <<colour tab-border>>;\n\tborder-left: 1px solid <<colour tab-border>>;\n\tborder-bottom: 1px solid <<colour tab-border>>;\n\tbackground: <<colour background>>;\n\tmargin-right: -1px;\n}\n\n.tc-tabbed-table-of-contents .tc-table-of-contents .toc-item-selected > a:hover {\n\ttext-decoration: none;\n}\n\n.tc-tabbed-table-of-contents .tc-tabbed-table-of-contents-content {\n\tdisplay: inline-block;\n\tvertical-align: top;\n\tpadding-left: 1.5em;\n\tpadding-right: 1.5em;\n\tborder: 1px solid <<colour tab-border>>;\n\t-webkit-flex: 1 0 50%;\n\tflex: 1 0 50%;\n}\n\n/*\n** Dirty indicator\n*/\n\nbody.tc-dirty span.tc-dirty-indicator, body.tc-dirty span.tc-dirty-indicator svg {\n\tfill: <<colour dirty-indicator>>;\n\tcolor: <<colour dirty-indicator>>;\n}\n\n/*\n** File inputs\n*/\n\n.tc-file-input-wrapper {\n\tposition: relative;\n\toverflow: hidden;\n\tdisplay: inline-block;\n\tvertical-align: middle;\n}\n\n.tc-file-input-wrapper input[type=file] {\n\tposition: absolute;\n\ttop: 0;\n\tleft: 0;\n\tright: 0;\n\tbottom: 0;\n\tfont-size: 999px;\n\tmax-width: 100%;\n\tmax-height: 100%;\n\tfilter: alpha(opacity=0);\n\topacity: 0;\n\toutline: none;\n\tbackground: white;\n\tcursor: pointer;\n\tdisplay: inline-block;\n}\n\n/*\n** Thumbnail macros\n*/\n\n.tc-thumbnail-wrapper {\n\tposition: relative;\n\tdisplay: inline-block;\n\tmargin: 6px;\n\tvertical-align: top;\n}\n\n.tc-thumbnail-right-wrapper {\n\tfloat:right;\n\tmargin: 0.5em 0 0.5em 0.5em;\n}\n\n.tc-thumbnail-image {\n\ttext-align: center;\n\toverflow: hidden;\n\tborder-radius: 3px;\n}\n\n.tc-thumbnail-image svg,\n.tc-thumbnail-image img {\n\tfilter: alpha(opacity=1);\n\topacity: 1;\n\tmin-width: 100%;\n\tmin-height: 100%;\n\tmax-width: 100%;\n}\n\n.tc-thumbnail-wrapper:hover .tc-thumbnail-image svg,\n.tc-thumbnail-wrapper:hover .tc-thumbnail-image img {\n\tfilter: alpha(opacity=0.8);\n\topacity: 0.8;\n}\n\n.tc-thumbnail-background {\n\tposition: absolute;\n\tborder-radius: 3px;\n}\n\n.tc-thumbnail-icon svg,\n.tc-thumbnail-icon img {\n\twidth: 3em;\n\theight: 3em;\n\t<<filter \"drop-shadow(2px 2px 4px rgba(0,0,0,0.3))\">>\n}\n\n.tc-thumbnail-wrapper:hover .tc-thumbnail-icon svg,\n.tc-thumbnail-wrapper:hover .tc-thumbnail-icon img {\n\tfill: #fff;\n\t<<filter \"drop-shadow(3px 3px 4px rgba(0,0,0,0.6))\">>\n}\n\n.tc-thumbnail-icon {\n\tposition: absolute;\n\ttop: 0;\n\tleft: 0;\n\tright: 0;\n\tbottom: 0;\n\tdisplay: -webkit-flex;\n\t-webkit-align-items: center;\n\t-webkit-justify-content: center;\n\tdisplay: flex;\n\talign-items: center;\n\tjustify-content: center;\n}\n\n.tc-thumbnail-caption {\n\tposition: absolute;\n\tbackground-color: #777;\n\tcolor: #fff;\n\ttext-align: center;\n\tbottom: 0;\n\twidth: 100%;\n\tfilter: alpha(opacity=0.9);\n\topacity: 0.9;\n\tline-height: 1.4;\n\tborder-bottom-left-radius: 3px;\n\tborder-bottom-right-radius: 3px;\n}\n\n.tc-thumbnail-wrapper:hover .tc-thumbnail-caption {\n\tfilter: alpha(opacity=1);\n\topacity: 1;\n}\n\n/*\n** Diffs\n*/\n\n.tc-diff-equal {\n\tbackground-color: <<colour diff-equal-background>>;\n\tcolor: <<colour diff-equal-foreground>>;\n}\n\n.tc-diff-insert {\n\tbackground-color: <<colour diff-insert-background>>;\n\tcolor: <<colour diff-insert-foreground>>;\n}\n\n.tc-diff-delete {\n\tbackground-color: <<colour diff-delete-background>>;\n\tcolor: <<colour diff-delete-foreground>>;\n}\n\n.tc-diff-invisible {\n\tbackground-color: <<colour diff-invisible-background>>;\n\tcolor: <<colour diff-invisible-foreground>>;\n}\n\n.tc-diff-tiddlers th {\n\ttext-align: right;\n\tbackground: <<colour background>>;\n\tfont-weight: normal;\n\tfont-style: italic;\n}\n\n.tc-diff-tiddlers pre {\n margin: 0;\n padding: 0;\n border: none;\n background: none;\n}\n\n/*\n** Errors\n*/\n\n.tc-error {\n\tbackground: #f00;\n\tcolor: #fff;\n}\n\n/*\n** Tree macro\n*/\n\n.tc-tree div {\n \tpadding-left: 14px;\n}\n\n.tc-tree ol {\n \tlist-style-type: none;\n \tpadding-left: 0;\n \tmargin-top: 0;\n}\n\n.tc-tree ol ol {\n \tpadding-left: 1em; \n}\n\n.tc-tree button { \n \tcolor: #acacac;\n}\n\n.tc-tree svg {\n \tfill: #acacac;\n}\n\n.tc-tree span svg {\n \twidth: 1em;\n \theight: 1em;\n \tvertical-align: baseline;\n}\n\n.tc-tree li span {\n \tcolor: lightgray;\n}\n\nselect {\n color: <<colour select-tag-foreground>>;\n background: <<colour select-tag-background>>;\n}\n\n"
},
"$:/themes/tiddlywiki/vanilla/metrics/bodyfontsize": {
"title": "$:/themes/tiddlywiki/vanilla/metrics/bodyfontsize",
"text": "15px"
},
"$:/themes/tiddlywiki/vanilla/metrics/bodylineheight": {
"title": "$:/themes/tiddlywiki/vanilla/metrics/bodylineheight",
"text": "22px"
},
"$:/themes/tiddlywiki/vanilla/metrics/fontsize": {
"title": "$:/themes/tiddlywiki/vanilla/metrics/fontsize",
"text": "14px"
},
"$:/themes/tiddlywiki/vanilla/metrics/lineheight": {
"title": "$:/themes/tiddlywiki/vanilla/metrics/lineheight",
"text": "20px"
},
"$:/themes/tiddlywiki/vanilla/metrics/storyleft": {
"title": "$:/themes/tiddlywiki/vanilla/metrics/storyleft",
"text": "0px"
},
"$:/themes/tiddlywiki/vanilla/metrics/storytop": {
"title": "$:/themes/tiddlywiki/vanilla/metrics/storytop",
"text": "0px"
},
"$:/themes/tiddlywiki/vanilla/metrics/storyright": {
"title": "$:/themes/tiddlywiki/vanilla/metrics/storyright",
"text": "770px"
},
"$:/themes/tiddlywiki/vanilla/metrics/storywidth": {
"title": "$:/themes/tiddlywiki/vanilla/metrics/storywidth",
"text": "770px"
},
"$:/themes/tiddlywiki/vanilla/metrics/tiddlerwidth": {
"title": "$:/themes/tiddlywiki/vanilla/metrics/tiddlerwidth",
"text": "686px"
},
"$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint": {
"title": "$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint",
"text": "960px"
},
"$:/themes/tiddlywiki/vanilla/metrics/sidebarwidth": {
"title": "$:/themes/tiddlywiki/vanilla/metrics/sidebarwidth",
"text": "350px"
},
"$:/themes/tiddlywiki/vanilla/options/stickytitles": {
"title": "$:/themes/tiddlywiki/vanilla/options/stickytitles",
"text": "no"
},
"$:/themes/tiddlywiki/vanilla/options/sidebarlayout": {
"title": "$:/themes/tiddlywiki/vanilla/options/sidebarlayout",
"text": "fixed-fluid"
},
"$:/themes/tiddlywiki/vanilla/options/codewrapping": {
"title": "$:/themes/tiddlywiki/vanilla/options/codewrapping",
"text": "pre-wrap"
},
"$:/themes/tiddlywiki/vanilla/reset": {
"title": "$:/themes/tiddlywiki/vanilla/reset",
"type": "text/plain",
"text": "/*! normalize.css v3.0.0 | MIT License | git.io/normalize */\n\n/**\n * 1. Set default font family to sans-serif.\n * 2. Prevent iOS text size adjust after orientation change, without disabling\n * user zoom.\n */\n\nhtml {\n font-family: sans-serif; /* 1 */\n -ms-text-size-adjust: 100%; /* 2 */\n -webkit-text-size-adjust: 100%; /* 2 */\n}\n\n/**\n * Remove default margin.\n */\n\nbody {\n margin: 0;\n}\n\n/* HTML5 display definitions\n ========================================================================== */\n\n/**\n * Correct `block` display not defined in IE 8/9.\n */\n\narticle,\naside,\ndetails,\nfigcaption,\nfigure,\nfooter,\nheader,\nhgroup,\nmain,\nnav,\nsection,\nsummary {\n display: block;\n}\n\n/**\n * 1. Correct `inline-block` display not defined in IE 8/9.\n * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.\n */\n\naudio,\ncanvas,\nprogress,\nvideo {\n display: inline-block; /* 1 */\n vertical-align: baseline; /* 2 */\n}\n\n/**\n * Prevent modern browsers from displaying `audio` without controls.\n * Remove excess height in iOS 5 devices.\n */\n\naudio:not([controls]) {\n display: none;\n height: 0;\n}\n\n/**\n * Address `[hidden]` styling not present in IE 8/9.\n * Hide the `template` element in IE, Safari, and Firefox < 22.\n */\n\n[hidden],\ntemplate {\n display: none;\n}\n\n/* Links\n ========================================================================== */\n\n/**\n * Remove the gray background color from active links in IE 10.\n */\n\na {\n background: transparent;\n}\n\n/**\n * Improve readability when focused and also mouse hovered in all browsers.\n */\n\na:active,\na:hover {\n outline: 0;\n}\n\n/* Text-level semantics\n ========================================================================== */\n\n/**\n * Address styling not present in IE 8/9, Safari 5, and Chrome.\n */\n\nabbr[title] {\n border-bottom: 1px dotted;\n}\n\n/**\n * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.\n */\n\nb,\nstrong {\n font-weight: bold;\n}\n\n/**\n * Address styling not present in Safari 5 and Chrome.\n */\n\ndfn {\n font-style: italic;\n}\n\n/**\n * Address variable `h1` font-size and margin within `section` and `article`\n * contexts in Firefox 4+, Safari 5, and Chrome.\n */\n\nh1 {\n font-size: 2em;\n margin: 0.67em 0;\n}\n\n/**\n * Address styling not present in IE 8/9.\n */\n\nmark {\n background: #ff0;\n color: #000;\n}\n\n/**\n * Address inconsistent and variable font size in all browsers.\n */\n\nsmall {\n font-size: 80%;\n}\n\n/**\n * Prevent `sub` and `sup` affecting `line-height` in all browsers.\n */\n\nsub,\nsup {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline;\n}\n\nsup {\n top: -0.5em;\n}\n\nsub {\n bottom: -0.25em;\n}\n\n/* Embedded content\n ========================================================================== */\n\n/**\n * Remove border when inside `a` element in IE 8/9.\n */\n\nimg {\n border: 0;\n}\n\n/**\n * Correct overflow displayed oddly in IE 9.\n */\n\nsvg:not(:root) {\n overflow: hidden;\n}\n\n/* Grouping content\n ========================================================================== */\n\n/**\n * Address margin not present in IE 8/9 and Safari 5.\n */\n\nfigure {\n margin: 1em 40px;\n}\n\n/**\n * Address differences between Firefox and other browsers.\n */\n\nhr {\n -moz-box-sizing: content-box;\n box-sizing: content-box;\n height: 0;\n}\n\n/**\n * Contain overflow in all browsers.\n */\n\npre {\n overflow: auto;\n}\n\n/**\n * Address odd `em`-unit font size rendering in all browsers.\n */\n\ncode,\nkbd,\npre,\nsamp {\n font-family: monospace, monospace;\n font-size: 1em;\n}\n\n/* Forms\n ========================================================================== */\n\n/**\n * Known limitation: by default, Chrome and Safari on OS X allow very limited\n * styling of `select`, unless a `border` property is set.\n */\n\n/**\n * 1. Correct color not being inherited.\n * Known issue: affects color of disabled elements.\n * 2. Correct font properties not being inherited.\n * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.\n */\n\nbutton,\ninput,\noptgroup,\nselect,\ntextarea {\n color: inherit; /* 1 */\n font: inherit; /* 2 */\n margin: 0; /* 3 */\n}\n\n/**\n * Address `overflow` set to `hidden` in IE 8/9/10.\n */\n\nbutton {\n overflow: visible;\n}\n\n/**\n * Address inconsistent `text-transform` inheritance for `button` and `select`.\n * All other form control elements do not inherit `text-transform` values.\n * Correct `button` style inheritance in Firefox, IE 8+, and Opera\n * Correct `select` style inheritance in Firefox.\n */\n\nbutton,\nselect {\n text-transform: none;\n}\n\n/**\n * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`\n * and `video` controls.\n * 2. Correct inability to style clickable `input` types in iOS.\n * 3. Improve usability and consistency of cursor style between image-type\n * `input` and others.\n */\n\nbutton,\nhtml input[type=\"button\"], /* 1 */\ninput[type=\"reset\"],\ninput[type=\"submit\"] {\n -webkit-appearance: button; /* 2 */\n cursor: pointer; /* 3 */\n}\n\n/**\n * Re-set default cursor for disabled elements.\n */\n\nbutton[disabled],\nhtml input[disabled] {\n cursor: default;\n}\n\n/**\n * Remove inner padding and border in Firefox 4+.\n */\n\nbutton::-moz-focus-inner,\ninput::-moz-focus-inner {\n border: 0;\n padding: 0;\n}\n\n/**\n * Address Firefox 4+ setting `line-height` on `input` using `!important` in\n * the UA stylesheet.\n */\n\ninput {\n line-height: normal;\n}\n\n/**\n * It's recommended that you don't attempt to style these elements.\n * Firefox's implementation doesn't respect box-sizing, padding, or width.\n *\n * 1. Address box sizing set to `content-box` in IE 8/9/10.\n * 2. Remove excess padding in IE 8/9/10.\n */\n\ninput[type=\"checkbox\"],\ninput[type=\"radio\"] {\n box-sizing: border-box; /* 1 */\n padding: 0; /* 2 */\n}\n\n/**\n * Fix the cursor style for Chrome's increment/decrement buttons. For certain\n * `font-size` values of the `input`, it causes the cursor style of the\n * decrement button to change from `default` to `text`.\n */\n\ninput[type=\"number\"]::-webkit-inner-spin-button,\ninput[type=\"number\"]::-webkit-outer-spin-button {\n height: auto;\n}\n\n/**\n * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.\n * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome\n * (include `-moz` to future-proof).\n */\n\ninput[type=\"search\"] {\n -webkit-appearance: textfield; /* 1 */\n -moz-box-sizing: content-box;\n -webkit-box-sizing: content-box; /* 2 */\n box-sizing: content-box;\n}\n\n/**\n * Remove inner padding and search cancel button in Safari and Chrome on OS X.\n * Safari (but not Chrome) clips the cancel button when the search input has\n * padding (and `textfield` appearance).\n */\n\ninput[type=\"search\"]::-webkit-search-cancel-button,\ninput[type=\"search\"]::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n/**\n * Define consistent border, margin, and padding.\n */\n\nfieldset {\n border: 1px solid #c0c0c0;\n margin: 0 2px;\n padding: 0.35em 0.625em 0.75em;\n}\n\n/**\n * 1. Correct `color` not being inherited in IE 8/9.\n * 2. Remove padding so people aren't caught out if they zero out fieldsets.\n */\n\nlegend {\n border: 0; /* 1 */\n padding: 0; /* 2 */\n}\n\n/**\n * Remove default vertical scrollbar in IE 8/9.\n */\n\ntextarea {\n overflow: auto;\n}\n\n/**\n * Don't inherit the `font-weight` (applied by a rule above).\n * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.\n */\n\noptgroup {\n font-weight: bold;\n}\n\n/* Tables\n ========================================================================== */\n\n/**\n * Remove most spacing between table cells.\n */\n\ntable {\n border-collapse: collapse;\n border-spacing: 0;\n}\n\ntd,\nth {\n padding: 0;\n}\n"
},
"$:/themes/tiddlywiki/vanilla/settings/fontfamily": {
"title": "$:/themes/tiddlywiki/vanilla/settings/fontfamily",
"text": "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\""
},
"$:/themes/tiddlywiki/vanilla/settings/codefontfamily": {
"title": "$:/themes/tiddlywiki/vanilla/settings/codefontfamily",
"text": "\"SFMono-Regular\",Consolas,\"Liberation Mono\",Menlo,Courier,monospace"
},
"$:/themes/tiddlywiki/vanilla/settings/backgroundimageattachment": {
"title": "$:/themes/tiddlywiki/vanilla/settings/backgroundimageattachment",
"text": "fixed"
},
"$:/themes/tiddlywiki/vanilla/settings/backgroundimagesize": {
"title": "$:/themes/tiddlywiki/vanilla/settings/backgroundimagesize",
"text": "auto"
},
"$:/themes/tiddlywiki/vanilla/sticky": {
"title": "$:/themes/tiddlywiki/vanilla/sticky",
"text": "<$reveal state=\"$:/themes/tiddlywiki/vanilla/options/stickytitles\" type=\"match\" text=\"yes\">\n``\n.tc-tiddler-title {\n\tposition: -webkit-sticky;\n\tposition: -moz-sticky;\n\tposition: -o-sticky;\n\tposition: -ms-sticky;\n\tposition: sticky;\n\ttop: 0px;\n\tbackground: ``<<colour tiddler-background>>``;\n\tz-index: 500;\n}\n\n``\n<$list filter=\"[range[100]]\">\n`.tc-story-river .tc-tiddler-frame:nth-child(100n+`<$text text=<<currentTiddler>>/>`) {\nz-index: `<$text text={{{ [[200]subtract<currentTiddler>] }}}/>`;\n}\n`\n</$list>\n</$reveal>\n"
}
}
}
.tc-drop-down dd
{
max-width:300px;
word-break: break;
white-space:normal;
padding :0;
padding-left: 5px;}
.tc-drop-down dl
{
padding: 5px;
}
tc-drop-down a {display:inline;padding:0}
> """
Patient yourself, madam, and pardon me.
These are their brethren, whom you Goths beheld
Alive and dead, and for their brethren slain
Religiously they ask a sacrifice:
To this your son is mark'd, and die he must,
T' appease their groaning shadows that are gone.
"""
>
> Shakespeare, //Titus Andronicus//
> Every revolution--if it is an authentic revolution--is not only directed towards the future, but it redeems also the past failed revolutions.
> All the ghosts, as it were--the living dead of the past revolution--which are roaming around, unsatisfied, will finally find their home in the new freedom.
>
> -- Slavoj Zizek, //A Pervert's Guide to Ideology//
Ignoring that Walter Benjamin's //On the Concept of History// was actually a critique of historical materialism, the above idea, now twice removed from its source, is a notion of stewardship I've grown fond of.
To further separate this from Benjamin's "weak messianic power, on which the past has a claim," I offer the unrecognizably concise, "Hindsight charges the present to redeem the past."
I hope you might agree with the following line of thought.
# Systems accrete non-essential features with time.
# This accretion increases accidental complexity until the system fails or is reshaped to integrate or shed these features.
# Reshaping such a system is an exercise in design, whereby a synthesis of many small solutions is achieved.
# Redesigning an existing system requires understanding what subproblem each constituent solution was intended to address.
# Failing to address a subproblem adequately is tantamount to producing an unfit design.
# An unfit design will accrete non-essential features with time.
I think this cycle is both natural and, to some extent, unavoidable, but when a given design fits a problem poorly, either underfitting or overfitting, the resulting system is often inhumane. Gaps between each subproblem and its intended solution must be filled with other systems, systems which inevitably involve human intervention. And when a human system is valued more than the individuals that comprise it, the result is deemed an //entity// or an //institution//. A human system in which the individuals are valued more than the system itself is billed as a //community// or //collective//, and I assert this is a more sustainable model than that of a mere "entity."
Failing to understand past struggles (especially the futile ones) lands me in my predecessors' predicaments. And even if I'm clever enough to succeed despite this, not avoiding those traps I can foresee wastes time and energy. In this sense, taking others' concerns too lightly is folly, or at least conceit, and due diligence requires I examine all concerns carefully. Doing so cultivates humility, which engenders caution, and caution reduces mistakes.
Recognizing this responsibility to the past is tedious. Giving a charitable interpretation of others' failures requires generosity. Exercising restraint when "the real solution" is "obvious" demands patience. Yet I have found no better way to erode the preconceptions surrounding a problem that has both ossified and metastasized with time.
Merely decomposing a problem with its history is not enough. Every subproblem has a sense, a direction, and to preserve this sense is to know the importance that others once perceived in it--its provenance. Only when you understand what those before you meant to accomplish can you begin crafting a comprehensive solution in earnest. Anything less, and you risk the whole for its parts.
The term //connascence// was made popular by Jim Weirich in his 2009 talk,
//Grand Unified Theory of Software Design//.
This was elaborated upon in his 2012 talk, //Connascence Examined//.
The term was first introduced by Meilir Page-Jones in his 1996 book,
//What Every Programmer Should Know About Object-Oriented Design//<<ref "1">>.
Yesterday, I saw Weirich's talks on connascence for the first time. I found the examples discordant.
For me, the breadth of examples is not proof of the concept's ubiquity but a sign that it is overbroad. Ironically, Page-Jones points out: "When the number of fundamental design criteria explodes... perhaps we should look for a deeper criterion behind them all." (ibid. 213)
Indeed, I think the term is so dilute as to undermine meaningful discourse rather than facilitate it.
Meilir Page-Jones defines connascence this way (ibid. 183):
<<<
Connascence between two software elements A and B means either
1. that you can postulate some change to A that would require B to be changed (or at least carefully checked) in order to preserve overall correctness, or
2. that you can postulate some change that would require both A and B to be changed together in order to preserve overall correctness.
<<<
Two features of this definition are salient: first, connascence involves //two// elements; second, "overall correctness" must be //preserved// by a
change (transformation), which is to say it is //invariant//. In mathematics, this is called a //structure-preserving map// or //morphism// or //symmetry//, and we can use this idea to define connascence more precisely. But first, we need to pin down what exactly is meant by "overall correctness."
My reading of the repeated use of "overall" to modify "correctness" is that this is to convey a certain "fuzzy" property of programs: that a program's code may be sloppy, confusing, misguided, superfluous--even detrimental--yet still produce the intended result. Of course there are many ways to do the same thing, and it belabors the point to qualify an essential property of connascence (in this case, correctness) with "overall" every time we name it. Hence, I will freely use the word "correctness," and we shall assume this fuzziness is inherent to all programs.
But how, then, shall we define correctness, itself? For Page-Jones, correctness is strictly subjective, "relative to the frame of reference of a particular observer" (ibid. 62). Moreover, this correctness is not merely present or absent but graduated and changing with time (ibid.
401). So it seems that, in principle, correctness is measurable, and that some programs are more correct than others, but we may not agree on which programs are more correct and which are less. Charitably, I suspect this slippery aspect of Page-Jones's correctness has more to do with contention over implementation than disagreement on results, as in an argument between engineers over what is "best," or "design by committee," in which many right ways intersect to form one wrong way.
At an intuitive level, I sympathize with this notion of correctness, but intellectually, I find its imprecision wholly unsatisfying. Does "correctness," like "connascence," warrant a similar treatment, wherein a
germinal exhibit containing ten or so species of "correctness" is
presented? Would "Correctness of Connascence" be among them? For that
matter, should there also exist a "Connascence of Correctness" (i.e. the
correctness of $$B$$ is contingent on the correctness of $$A$$)? To my mind, this is a bit like broadly defining "greenness," then cataloguing "the Greenness of Leaves," "the Greenness of Tea," "the Greenness of Thumbs," "the Greenness of Recruits," etc. It is no different from the sophistry Socrates encounters when his interlocutors fail to define virtue. Defining a new property requires that the property is both unique and useful. Otherwise, we do well to ignore it.
Another way of stating that overall correctness must be preserved is that overall correctness must remain invariant under transformation, or there is a //relation// between some element `a`
<<footnotes "1" "From (Page-Jones, 1995, 183): "No, I didn't make up the word
'connascence.' It's in, for example, //Chambers' Twentieth Century
Dictionary// and (as 'connate') in //Webster's Third International
Dictionary//."">>
The Uniform Resource Locator (URL) is heavily overloaded. One rarely encounters a URL that does not indicate a host (or, rather, an IP address, which, ironically, is never assigned to a host), a scheme (that regularly implies two nested transport protocols, a port, a privacy mechanism, and a data format), and a pathname, at once. In addition to arbitrary queries for search, this mere “locator” often carries session keys and user input. And with the rise in popularity of Representational State Transfer (REST)--which sought, in part, to mitigate server load (Fielding 2000, ch. 5)--URL is further fraught with application state, turning browser address bars everywhere into user-exposed state vectors.
All of this semantic overloading would seem extraordinary were it not canonical, and it largely stems from two accidents of history: the formalization of domain names, a direct replacement for the growing HOSTS.TXT file that had been used in the absence of a directory (RFC 1034); and the asymmetric request/response specification of the HyperText Transfer Protocol (HTTP), which assumed servers would neither volunteer information to, nor ask questions of, clients (Berners-Lee 1991). The limitations of HTTP created pressure to devise clever workarounds for making the web dynamic. Domain names left applications to perform their own directory lookups and establishment. Before multi-tenant hosting could buckle under its own weight, HTTP/1.1 added a mandatory “Host” request-header field (RFC 2068), allowing the “hostname” to also name the application instance, which afforded multiplexing at web servers, load balancers, and caches. Before the directory problem became unavoidable, Google (and Moore’s Law) revolutionized search for the web, treating only the most visible symptoms of an Internet without an application directory.
Where two or more instances of an application have the same name, they must have different instance identifiers. Where two or more instances of an application act as independent servers, it will be advantageous to artificially register each instance under a different name for easy identification. Where two or more instances of an application are expected to share sufficiently similar behavior and state (i.e. they are instances of a distributed application), it may be advantageous for them to share the same name. Finally, where two or more applications can be made to share sufficiently similar behavior and state, it may be acceptable to artificially assign each application the same name.
What we often refer to as an “application” is, in fact, a host, and what we typically call a “host” is actually an interface. One particularly illustrative example of this confusion is the SRV RR. In its original form, service names were effectively resolved to sockets (RFC 2782). The most salient deficiency here is that the service name maps not to a single application but to the class of all applications able to provide the corresponding service. This mapping is injective but not isomorphic to the SRV RR. Therefore, the effect of intersecting a service name with a domain is to restrict the entire domain to a single application for providing said service. Consider: the SRV RR name `_ftp._tcp.example.com` may map to multiple application instances providing an FTP service for the domain `example.com`, but these instances must all share sufficiently similar behavior and state so as to not violate client assumptions or user expectations. This problem was later addressed in RFC 6763 for DNS-based Service Discovery (DNS-SD), which accommodates an additional prefix in SRV RR names, called an //instance name//. Since this convention depends on the earlier RFC 2782 guidelines, registration of the indicated service name (though, not the instance name) with IANA is still required. As such, both forms of SRV RR are unsuitable for experimentation.
DNS UPDATE (RFC 2136).
Registration of URN namespaces with the Internet Assigned Numbers Authority (IANA) is compulsory, even for private use (RFC 8141), and appendix C of RFC 8141 is quite clear on the subject of so-called “experimental” namespaces: “...[S]trings conforming to URN syntax within experimental URN namespaces are not valid URNs.”
By contrast, the specification for tag URIs is far more flexible, allowing anyone in possession of a valid domain or e-mail to mint a new URI (RFC 4151). As for tag URI resolution, RFC 4151 states that, “[u]nlike most other URIs, tags can only be used as identifiers, and are not designed to support resolution. If authoritative resolution is a desired feature, a different URI scheme should be used.” For the purposes of this paper, the author concludes that this rather slippery condemnation does not strictly forbid ad-hoc resolution of tag URIs but, rather, merely disapproves of such use.
How application names eliminate: physical interface coupling, dedicated load balancers, transport coupling, data coupling, multiplexing within web applications (within web servers).
How a directory enables real resource queries (including by content hash) rather than mere key-value lookups.
<<<
It appears that all application protocols can be modeled as a small set of remote operations (e.g. read, write, create, delete, start, and stop) on objects... Therefore, we can conclude that architecturally there is only one application protocol and it is stateless.
-- John Day, //Patterns in Network Architecture//
<<<
To the degree that Representational State Transfer (REST) emphasizes protocol statelessness and interface uniformity (Fielding 2000), the ubiquity of RESTful APIs would seem to indicate that John's conjecture holds--at least for those applications we have so far invented. If this is true, then, holding the set of supported operations fixed, the functionality of an API is almost entirely derived from the "objects" on which said operations are performed. With REST, these objects are resources identified by pathnames taken from a predefined tree (ibid.). With GraphQL, the objects of interest are the unions of intersecting walks of a predefined data graph (Apollo n.d.).<<ref "1">> An ARPANET<<ref "2">> management protocol, HEMS<<ref "3">>, mirrors GraphQL by using data templates and value tests for controlling the shape of query responses taken from a dictionary tree (Partridge and Trewitt 1987). CMIP<<ref "4">>, the intended successor to HEMS, introduced more sophisticated scope and filter semantics that acted on Management Information Bases, or MIBs (Warrier and Besaw 1989), which have since become synonymous with the stop-gap network management protocol, SNMP. Doubtless, one could produce many more such examples.
With the assumption that any set of operations one might invent at the protocol level is isomorphic to CRUD<<ref "5">>, it becomes natural to enquire what structure application APIs might have and whether some implementations have advantages over others. In the case of REST APIs, the organization of data is remarkably flat for being embedded in a tree. This is because URL pathnames, or "routes," typically map to isolated subroutines, which rarely participate in the partial order that the corresponding pathnames imply. By contrast, GraphQL APIs are structured by embedded type references, and these undergird the structure of every query response. Of particular interest, is it important for objects to have a canonical form, as in the case of MIBs?
---
<<footnotes "1" "N.B.: GraphQL queries do not describe trees, as has been claimed (Apollo 2016). Rather, GraphQL queries //are// trees, and these trees describe the union of multiple graph traversals from a root node. Unlike a tree, this construction not only permits cycles but walks in which the same cycle is repeated finitely many times.">>
<<footnotes "2" 'Advanced Research Projects Agency Network. The ARPANET preceded the Internet, but much of the "DNA" of the modern Internet comes from the French network, [[CYCLADES|https://en.wikipedia.org/wiki/CYCLADES]].'>>
<<footnotes "3" "High-level Entity Management System.">>
<<footnotes "4" "Common Management Information Protocol.">>
<<footnotes "5" "Create, Read, Update, and Delete.">>
---
''Bibliography''
* Apollo. n.d. "Resolvers." Accessed March, 2020. Available at https://www.apollographql.com/docs/graphql-tools/resolvers/#resolver-obj-argument.
* Apollo. 2016. "GraphQL Concepts Visualized." Accessed March, 2020. https://blog.apollographql.com/the-concepts-of-graphql-bc68bd819be3.
* Fielding, Roy Thomas. 2000. "Architectural Styles and the Design of Network-based Software Architectures." Accessed March, 2020. https://www.ics.uci.edu/~fielding/pubs/dissertation/top.htm.
* Partridge, C. and G. Trewitt. 1987. "HEMS Variable Definitions." //RFC 1024.// https://www.ietf.org/rfc/rfc1024.txt.
* Warrier U. and Besaw L. 1989. "The Common Management Information Services and Protocol over TCP/IP (CMOT)." //RFC 1095.// https://tools.ietf.org/html/rfc1095.
Inspired by Joe Armstrong's [[final blog iteration|https://joearms.github.io/]], I decided to start a TiddlyWiki of my own. Unfortunately, finding a configuration and workflow that were comfortable took more effort than I anticipated.
Since none of the available Tiddly-saving browser extensions worked for me, I used https://github.com/peterhellberg/neocities in a simple script that runs in the background:
```bash
#!/bin/bash
export NEOCITIES_KEY=<an_key>
pushd $HOME/dev/working/tiddlywiki/wax-aporetic
while true
do
neocities upload index.html
inotifywait -e modify ./index.html
done
```
The result is tolerable, though not especially ergonomic.
(Adapted from two aborted essays, written in 2016 and 2018, respectively.)
! The soft part
!! Most networks are terrible
The reader surely supposes I'm being hyperbolic. On the contrary, I can furnish a definition: a terrible network is one that is extremely unpleasant to maintain, inspiring in its operators a sense of dread, if only when the network must be changed. In my experience, most networks fit this description.
If this is unconvincing, perhaps you will accept a weaker argument, appealing to entropy: there are far more ways to make a terrible network than exist to make a non-terrible one. The path is narrow and steep, and a single misstep can plunge the whole enterprise into a dark pit.
And you will know a terrible network by this sign: that it is filled with static routes.
!! Three static routes is too many
Again, hyperbole! Hubris!
Not so. For enterprise networks with fewer than, say, 1000 routers, having three or more static routes in the heart of the network (such networks rarely have a true "core") constitutes a red flag. Consider: with only two static routes, you can redirect (or misdirect) a whole class of flows, both forward and reverse, right at the center of the organization. That is more than sufficient to effect most any traffic engineering kludge one could need. Even then, such things should be temporary--that is, decommissioned within 72 hours, ideally, or, at most, one change control cycle. Anything else should be handed to life cycles, with all the same care that implies.
That said, many networks I encounter for the first time have well over a hundred static routes, with every attendant problem one would expect from such a scenario. When the network has ossified to this degree, provisioning is a mirthless grind, decommissioning is unheard of, costly redundancies lie derelict, and failover is an heroic, multi-hour scramble. I hope the reader finds this notion alien, but I doubt.
!! How did we get here?
Why do so many networks fall into this trap? As with all systems, those who maintain them have limited resources. Any lack of forethought or attention or training or time or sleep or interest--or simply luck--can translate to system deficiencies that later manifest as pathology. And one bad precedent quickly leads to others. After all, every downward spiral possesses a gentle grade. Googling "how to add static route" is a fairly low bar.
In fairness, the cognitive load of static routing is, at first, very low. One line of configuration represents one static route, with one destination and one next-hop. Of course, most operators fail to consider the reverse path, but default routing silently spares them this complication, for a time. Also, the locality of a static route's effect permits the operator to focus on a single part of the network rather than regarding the whole, and this is essential for anyone lacking a well-developed intuition of routing. Nevertheless, this property is lost with the addition of only a few static routes.
Perhaps the greatest contributor to the perpetuation of static routing is actually a misunderstanding: that static routing is "easy," while dynamic routing is "hard." Dynamic routing is commonly associated with weighty tomes, conspicuously decorating so many cubicles as dusty proof of the occupant's worthiness to expense the outrageous cost of proctored examinations and self-study materials. What network operators often fail to realize is how little work is actually needed to implement and maintain IGP<<ref "1">>. For most environments, a half-dozen commands will afford all the functionality required for many years, without puzzling failure modes.
All of this strikes me as rather obvious. What is astonishing is how operators often justify their decisions, //ex post facto//. Curiously, the same fallacies arise again and again, and they are as pernicious as they are persistent: static routing is simpler; static routes are safer; static routes are more secure. Where they originate is a mystery to me.
It is tempting to compare this constellation of bad ideas to a weed, but that image is deeply impoverished. Much nearer the mark is a choking vine. At first, it is benign--perhaps even beautiful. Yet before long, the vine dominates the landscape, disturbing every living thing around it, and demanding the complete time and attention of several people to attend it. Ultimately, removing the vine either requires costly, surgical excision, or razing the whole garden.
In an effort to eradicate this invasive species, once and for all, the majority of this essay will be dedicated to showing these fallacies for what they are: hogwash.
!! An appeal to pathos
Imagine you're an overworked, underpayed network administrator. While deploying a new service, you discover a routing problem and determine you'll need to add some routes. Having figured out how to add the first route, you find the next, third, and fourth quite easy. Things "just work," and all is well. Copy and paste.
Then, one day, you install a new router, and things don't work so well. You figure the hosts attached to the new router only need access to the server and management networks, which means you should only need two static routes (and a default route). After all, why create a security risk by giving the new hosts access to subnets they don't need to reach? You copy the static routes for these two subnets from the other router, paste them into the new router, and... nothing pings. After googling around and beating your head against the keyboard awhile, you realize you need static routes pointing back to the new router from the router upstream. With a little more fiddling, things start to ping. Once again, all is well.
Over the next year or two, you learn exactly where to configure the static routes to make new subnets work. Two commands in two routers, and you're done, every time. In that same interval, three major Internet outages force senior management to seriously consider expansion into a second datacenter with a backup Internet connection. Fortunately, you've learned a bit about administrative distance, and you feel you have a good grasp of how to make Internet failover work. Eventually, you settle on a design, purchase some rack space, and order two circuits.
After the circuits land and the equipment is installed, the big day arrives and you spend an entire weekend turning up fiber and trying to make pings reach back to the main office. The whole event is a nightmare, but after hours on the phone and many more hours entering commands, you manage to bring up the new datacenter interconnect and test the new Internet circuit. On Monday, you let everyone know things are sorted, and all that remains is some tweaking needed to make failover work properly. That weekend, you try setting up Internet failover again, but it just doesn't work right. It should work.
You finally resolve to change the static routes for the server network on every router. Having done that, you change the default route on a couple routers and--voila! The servers are hitting the new circuit. You move everything back to the way it was, write down the changes you made to fail over, and test that things are working. The next day, you document the failover process, glad that you finally have it under control.
But you don't. This isn't control: it's frozen chaos waiting to thaw.
Over time, you amassed a wealth of finely tuned, hard state over a half dozen devices or more--state that must be accounted for with every change. The entire network has been exquisitely engineered to rigidly perform a single function in a single scenario, and this has rendered the whole not simple but unforgivingly brittle. By not ensuring full reachability between every subnet, you sacrificed predictability in the name of security, achieving only obscurity. Where old subnets have been decommissioned, their corresponding recursive routes remain, conflating phantom internal networks with the Internet and leaking traffic from hosts that don't know better. Worst of all, despite the high cost of equipment, power, rack space, circuits, and time, the network still does not do what was required of it: minimize downtime.
! The hard part
Again, the claims are that static routing is: simpler; safer; more secure. Let us take each fallacy, in turn.
!! Simpler
!!! Forwarding behavior
One may reasonably argue that dynamic routing introduces new and exotic forwarding behaviors, over and above the "longest match" logic that static routing affords. If a very simple OSPF configuration results in both intra-area and external routes<<ref "2">>, does this not at least double the number of behaviors we must account for?
In practice, statically routed networks rely on all manner of behaviors to effect forwarding. Interface routes, recursive routes, summary (or discard) routes, and the obsolete routes inevitably left behind all contribute to the total behavior of the network, while vendor-specific traffic engineering features compound this even further. Sadly, inconsistencies in these behaviors are rarely addressed before an outage has occurred to rouse the optimistic and the torpid.
If we are to make an honest accounting, we must consider all of the various uses of static routes and supporting technology--not merely those uses we consider proper but the uses that rushed, inexperienced, and disgruntled operators find for them. Let us consider each of these uses, and their hazards, in turn.
''Interface routes''--that is, routes having an interface as next-hop--most often appear where point-to-point media are present. Alone, interface routes are unremarkable, but the unwary operator, in an effort to cleverly decouple routes from link address assignments, is prone to configure interface routes for multi-access media. In the case of Ethernet, an interface route results in ARP requests being sent for every matching destination. In order for forwarding to succeed, a corresponding ARP reply must be issued, which will only be sent when a router attached to the next-hop interface has proxy-ARP enabled. On a router configured with a default interface route, every IP address on the Internet will generate an ARP request, eventually filling the ARP cache and causing sporadic outages.
''Recursive routes'', which have a non-connected next-hop address, are also common in statically routed networks. So long as the configured next-hop is reachable via a non-default supporting route, the recursive route will remain installed. Instances involving recursive supporting routes are also possible, in which a recursive route is supported by a recursive route, but there is rarely, if ever, cause to use such a construction. Indeed, there is rarely cause to use static recursive routes in the first place, save as clever kludges.
''Null routes'' are interface routes where the next-hop is the special interface `Null`, which has the effect of discarding, rather than forwarding, matching traffic. Null routes are used in two capacities: first, as blackholes for undesirable traffic; and second, as ''summary routes'', covering an aggregate range. In situations where advertisements must be "pinned up," such as when bounding route churn at a network edge, summary routes are given a higher administrative distance than their non-null counterparts. This ensures they are only installed when no other route for the same prefix exists.
In addition to non-null routes for prefixes of equal length, routes for prefixes of greater length also take precedence over pinned summary routes. These are typically referred to as ''more specific routes'', or simply ''more-specifics''. More-specifics are usually not explicitly created. Rather, they tend to arise naturally as a consequence of creating (less specific) summary routes. The more interesting uses of more-specifics lie in effecting traffic engineering, of which two are notable. The first is ingress/egress preference by de-aggregation, which is accomplished by splitting an existing route into two smaller, more specific ones. The second is transplantation of part of an existing subnet to a topologically disparate location. In a sense, this effectively "steals" connectivity from the original subnet and gives it to the new one--a fine landmine for the unsuspecting operator to step on.
A ''floating route'' is any static route configured with an administrative distance greater than `1`. The aforementioned "pinned summary" is one example of a floating route. Floating routes may be used to effect limited failover, ease override of steady-state forwarding behavior, or simply to convey the relative importance of certain routes to operators. Note that, leaving aside PBR (Policy-Based Routing), network tracking (viz. Cisco's "track objects"), tunneling, and NAT (Network Address Translation), floating routes and more-specifics are the primary means of traffic engineering in a statically routed network.
No catalogue of static routes observed in the wild would be complete without mentioning ''stale'', or ''obsolete'', or ''zombie routes''. Zombies are easily the most consistent feature of statically routed networks, and no other type of static route generates so much complexity. A zombie route is any static route that is inconsistent with the current state of the network. This always takes the form of a static route for a destination that no longer exists, sometimes at a next-hop that no longer exists, or for a destination that does exist but at the wrong next-hop. For the sake of brevity, I will refer to zombie routes as, simply, "zombies" and to routers configured with zombie routes as "zombie routers," though one zombie route is unlikely to compromise all, or even most, of a router's forwarding behavior.
```
T
O O--> O
^ ^ ^ ^
| x ! v
O -> Z -> Z or Z
| | | |
| v v v
O O--> O--> O-->
Original Subnet New Zombie
Moved Router Router
Nexthop
```
With regard to aforesaid complexity, zombie routes generate a panoply of interesting behaviors. Routes for non-existent destinations usually create one-hop forwarding loops, which are readily seen in traceroutes. However, in the presence of ICMP redirect, they quietly forward junk traffic to the default gateway. Months, or years, later, when the same subnet is used elsewhere, the combination of zombie and ICMP redirect results in router-on-a-stick forwarding behavior, which can be extremely confusing, even for seasoned operators. Routes with non-existent (unreachable) next-hops usually have no effect, but they may actually misdirect, or even blackhole, traffic under certain circumstances. Fortunately, the default route, alone, is not sufficient to make a zombie route's next-hop reachable, but plenty of routes are. For example, in the presence of an overlapping summary, a zombie with a non-existent (but, technically, reachable!) next-hop becomes a recursive null route. A more subtle situation arises when the zombie's destination is moved elsewhere, the link subnet is decommissioned, and, after a while, the same link subnet is allocated to a new link between the zombie router and a new router, one that is not directly connected to the zombie route's destination. In the case that the new router can reach the zombie's destination, the zombie router will load-balance traffic between the new router and the optimal next-hop. In the case that the new router can only reach the zombie's destination via the zombie router, a forwarding loop will form for every other packet forwarded by the zombie router. Finally, to downstream routers having a zombie router as next-hop, the zombie router can, itself, issue ICMP redirects, thereby spreading the "disease" to others. So long as the corresponding subnet remains unused, the problem will go unnoticed, but once it is re-allocated, the situation can be very confusing, indeed.
```
O> O <O
| ^ |
----v----
Z
|
v
O-->
Zombie
ICMP
Redirect
```
Beyond the various types of static routes, there are three additional mechanisms worth noting, separately: //ICMP redirect//, //Policy-Based Routing//, and //network tracking//.
''ICMP redirect'' occurs in multi-access subnets when a router receives a packet matching a route that points back to the multi-access subnet on which said packet was received. After forwarding the packet, the receiving router then sends an ICMP redirect (ICMP type 5) to the packet source, indicating that subsequent packets should be sent directly to the next-hop address. Upon receiving the ICMP redirect, the source host installs a superseding static route to forward traffic to the new next-hop. This behavior is meant to avoid sub-optimal forwarding. However, ICMP redirects can also be leveraged to effect traffic engineering. More often, they are used as a kludge to avoid server reconfiguration when a new gateway is introduced. In any case, disabling ICMP redirect on all devices is highly recommended.
''Policy-Based Routing (PBR)'' provides specialized matching to effect forwarding per-interface, per-flow. PBR might appear in just as many dynamically routed networks as statically routed ones. However, PBR will look most attractive to operators struggling to achieve automatic failover in statically routed networks, particularly when coupled with network tracking. Because PBR affects forwarding without introducing new routes, routing tables normally display contradictory information where PBR is present. During network failure, this can confuse novice and expert, alike.
''Network tracking'' is a software feature that allows routers to react to changing network conditions that go beyond normal routing logic. In particular, Cisco devices support //reachability tracking//, whereby the presence or absence of a specific route may trigger a response. When combined with another Cisco software feature, //IP SLA//, routes can be dynamically installed and removed based on configured thresholds for data polled from one or more hosts. As with PBR, network tracking is commonly used to effect automatic failover in statically routed networks, as well as in dynamically routed networks containing devices without dynamic routing support. In either case, network tracking markedly increases overall network complexity and trades one set of failure modes for another.
By now, it should be clear that static routing is not so simple as we might suppose. Taken together, the above mechanisms demand an entire regime of conventions to avoid pitfalls, and where two or more interact, their villainy doth multiply. Yet, surely, static routes are easier to at least configure than a complicated dynamic routing protocol, are they not?
!!! Configuration
Dynamic routing has an undeserved reputation of operational complexity in the enterprise. Most organizations will never want for more than the most basic IGP facilities, and this makes the likelihood of misconfiguration low. Where operators tend to go wrong, in this respect, is with redistribution, especially in the wake of an acquisition.
As a brief digression, I am of the opinion that mutual redistribution of IGP should never be used on account of the needless complexity and coupling it creates. Where two or more administrative domains meet, the hierarchy that IGP assumes in one such domain comes into conflict with the hierarchies assumed in the other domains. This is because they are, in fact, topological //peers// rather than subordinates. Where this asymmetric "depends-on" relation breaks down is precisely the province of BGP, and a little work up-front (often in the form of multi-tiered route-reflection) can prevent years of needless toil and suffering. BGP and IGP compose neatly in the sense that a simple BGP deployment composed with a complex IGP deployment often yields a network that is relatively easy to maintain, even as more IGP domains are added. Yet compose even a small, complicated IGP deployment with a large, simple one, and you end up with a large, complicated IGP deployment; the accidental complexity of the one will unavoidably infect the other.
Redistribution aside, starting down the right path is quite easy. For many environments, a half-dozen commands will afford all the functionality required. Consider the following OSPF configuration for modern Cisco IOS.
```ios
router ospf 1
!
interface Gi0/1
ip ospf 1 area 0
!
interface Gi0/2
ip ospf 1 area 0
!
end
```
This configuration is minimal but fully functioning. Most engineers will want to add an explicit `router-id` statement, set the `auto-cost reference-bandwidth`, enable message-digest authentication, and disable OSPF neighborships on user-facing interfaces, but none of this is strictly necessary to turn it on and have it work. Six lines of configuration can save thousands of man-hours (or tens of thousands of dollars when consultants are brought in to clean up).
Certainly, there is a non-trivial cost associated with learning to troubleshoot dynamic routing protocols, but log messages and Google are sufficient to handle the majority of problems in small networks. As for larger networks, the operators are already familiar with dynamic routing; their networks could not have become large, otherwise.
!!! Change control
Most network changes that affect the connectivity of a routed network can be modeled as [[graph edit operations|https://en.wikipedia.org/wiki/Graph_edit_distance]], such as inserting or deleting a node (router) or edge (link).<<ref "3">> While these operations are not one-to-one with changes in an actual network, they do allow us to think in terms of legal transformations from functioning networks to functioning networks. For instance, merely connecting an unconfigured router to a network has no effect on the network graph, and bringing up link-layer protocols and configuring addresses on all the relevant interfaces effectively adds (hyper)edges but does not enable traffic to transit the router.<<ref "4">> By banishing such transitional states, which should only ever appear during maintenance windows, we can begin to quantify the number of configuration steps necessary to ensure the network only changes in sane ways that conserve network state validity.
Before we define what constitutes a network state and what makes it valid or invalid, we need to develop a somewhat unorthodox notion of "graph" to capture a particular feature we very naturally associate with TCP/IP networks--namely, interface address assignments. Unfortunately, TCP/IP provides no means to directly identify a "host," which leaves a description of the usual graph-theoretic counterpart ("vertex" or, as is usually preferred in this manuscript, "node") needlessly baroque. Still, with just a few minor adjustments to a fairly common, relation-based definition, we can furnish a new definition that will suffice.
Let $$G = (V, E, I)$$ be a [[multi|https://en.wikipedia.org/wiki/Multigraph]]-[[hypergraph|https://en.wikipedia.org/wiki/Hypergraph]] where $$I$$ is a set called the //incidence set//, the //edge set// $$E$$ is a partition of the incidence set $$I$$ into one or more mutually disjoint, non-empty subsets called //edges//, and the //vertex set//, or //node set//, $$V$$ is a partition of the incidence set $$I$$ into one or more mutually disjoint, non-empty subsets called //vertices// or //nodes//. A node $$v$$ in $$V$$ is said to be //incident// with an edge $$e$$ in $$E$$ if, and only if, the intersection $$v \cap e \subseteq I$$ is non-empty. By $$V(G)$$ we denote the vertex set $$V$$ of a graph $$G$$, and we use similar notations $$E(G)$$ for the edge set of $$G$$ and $$I(G)$$ for the incidence set of $$G$$, even if the underlying sets have names other than $$V$$, $$E$$, and $$I$$. As a convenience, the statements $$v \in V(G)$$ and $$e \in E(G)$$ will usually be shortened to $$v \in G$$ and $$e \in G$$, respectively. Similarly, we denote the $$j$$-th incidence on an edge $$e_i$$ by $$e_i^j$$ and say that $$e_i^j \in G$$. For the remainder of this manuscript, we simply refer to any multi-hypergraph as a "graph."
A //path// is a non-empty graph $$P = (V, E, I)$$ either of the form
$$
I = \{e_1^1, e_1^2, e_2^1, ..., e_{k-1}^2, e_k^1, e_k^2\}
$$
$$
E = \{\{e_1^1, e_1^2\}, ..., \{e_k^1, e_k^2\}\}
$$
$$
V = \{\{e_1^1\}, \{e_1^2, e_2^1\}, ..., \{e_{k-1}^2, e_k^1\}, \{e_k^2\}\}
$$
or of the form
$$
I = \{e_1^1, e_2^1, e_2^2, ..., e_{k-1}^1, e_{k-1}^2, e_k^1\}
$$
$$
E = \{\{e_1^1\}, \{e_2^1, e_2^2\}, ..., \{e_{k-1}^1, e_{k-1}^2\}, \{e_k^1\}\}
$$
$$
V = \{\{e_1^1, e_2^1\}, ..., \{e_{k-1}^2, e_k^1\}\},
$$
with all incidences $$e_i^j$$ distinct and all edges $$e_i$$ containing at most two incidences. Note that merely providing a list of nodes or a list of edges is inadequate to determine precisely Given a graph $$G$$ containing nodes $$x$$ and $$y$$, we define $$xGy$$ to be the smallest subgraph of $$G$$ containing all paths from $$x$$ to $$y$$.
We must further define an element of TCP/IP networks that does not typically appear in graph formulations: the "stub link", or "stub", for short.<<ref "5">> A stub is sometimes graphically represented as a "T" attached to a circular node, as in $$\vdash$$O. As a matter of tradition, this notation resembles a network bus with a single tap (and even the T-adaptors of 10BASE5), but its use has come to indicate any broadcast domain, generally. For our purposes, let us define a //stub// to be any set $$e$$ in $$E(G)$$ such that $$e$$ is a singleton set--that is, any edge having only a single incident node.<<ref "6">>
Clearly, stubs do not affect the [[connectivity|https://en.wikipedia.org/wiki/Connectivity_(graph_theory)]] of the network graph, even as they increase a node's [[degree|https://en.wikipedia.org/wiki/Degree_(graph_theory)]]. For this reason, we shall //omit all stubs// from degree calculations. That is, we define the degree $$d(v)$$ of a node $$v$$ in $$V(G)$$ to be the number of edges incident to $$v$$ less the number of stub edges incident to $$v$$.
Finally, we may define a network state and when it may be considered valid. A //network state// is any graph $$G$$ representing a routed network that is amenable to graph edits, namely the insertion/deletion of an incidence, which also has the effect of insert/deleting nodes and edges. For our purposes, a //valid// network state will have the following properties. First, a valid network state is //fully stub-reachable//<<ref "7">>--that is, every //stub// must be able to reach every other stub, even in the absence of a default route, and this implies that the corresponding graph is //connected//<<ref "8">>. Second, a valid network state is //maximally resilient//. That is, given a graph $$G$$ with node set $$V(G)$$, and given any two distinct nodes $$x, y$$ in $$V(G)$$, every path $$xGy$$ from $$x$$ to $$y$$ is either the installed path or a viable failover path in the presence of one or more failures. Neither of these two properties is novel. Indeed, both should strike the reader as perfectly sensible.
In dynamically routed networks, the above properties are guaranteed by the underlying protocols: it is granted that all possible destinations should be reachable; it is granted that failover should be available whenever possible. Paradoxically, operators of statically routed networks rarely, if ever, recognize such properties as reasonable. This is because, in a statically routed network, providing guarantees of full reachability and failover is, in fact, //unreasonable//. As we will show, it is simply too much work.
Our calculations will involve two transformations, which we now define. The first, we will call an //atomic configuration change//, which we take to be the addition, or removal, of either a static route or an address assignment. Rather usefully, this definition matches our intution of configuring a static route or an interface, since no amount of typing results in a change until the "enter" key is pressed. Put another way, it is not possible to configure half a route or half an address. This property makes atomic configuration changes ideal for determining computational complexity.
The second transformation, we call a //primitive network graph operation//, or //network primitive//, for short. A network primitive corresponds to the smallest set of atomic configuration changes needed to a valid network state. In other words, a graph primitive is the most basic operation we tolerate, not the most basic operation possible. As an example, consider the insertion of a single node into an existing graph $$G = K^2$$, which already contains two nodes.<<ref "9">> While this operation certainly results in a valid graph with three nodes, it by no means constitutes a valid network state. Instead, node insertion must be accompanied by either a single new edge (that is not a loop) or a new incidence for an existing edge. To ensure full stub-reachability, any stubs already in $$G$$ must be known to the new node. Having only a single incidence, the new node requires no further graph editing to ensure the resulting graph is maximally resilient.
From this perspective, the first observation worth noting is that, unlike dynamic routing configuration, static route configuration is not amortized over the life of the network due to the lack of automation. Instead, the complexity of every change is a function of both the number of routers and the number of destinations (including loopback assignments and links between routers). Here, we consider the smallest, atomic configuration change to be the addition or removal of a single static or connected route, while a primitive graph operation (node/link insert/delete; destination insert/delete) maps to a certain number of atomic configuration changes. Here, I must emphasize that what distinguishes a primitive operation from the routes it adds or drops is the property that, if the network state is valid before the primitive operation is performed, the network state must also be valid afterwards. That is precisely what makes it a primitive operation, the most basic operation we tolerate.
Let us calculate the computational complexity of six primitive operations: add/drop router (insert/delete node); add/drop link (insert/delete edge); add/drop stub. For each primitive, we will calculate the requisite number of atomic configuration changes and present the final figures using [[big O notation|https://en.wikipedia.org/wiki/Big_O_notation#Use_in_computer_science]].
To begin, the simplest, and most common, operation is adding (or dropping) a single stub. To secure a lower bound, we might reason that the network with the fewest destinations will correspond to the fewest atomic configuration changes. Trivially, adding a destination to a network with zero routers will be minimally complex, without breaking our assumptions of reachability or failover. Having no destinations means every destination can trivially reach every other, and failover for every possible path is readily satisfied when no paths (between destinations) exist.
Still, a network without destinations is not much of a network, and good sense compels us to do better. What we would seem to want is a graph with the fewest possible destinations, short of trivially many (zero). For a network of $$n$$ routers, this requirement would seem to set the lower bound on the number of destinations to $$n - 1$$, where each destination represents a link between two routers. However, a network with only a single multi-access link connecting every router shrinks this bound to $$1$$. And because $$n$$ routers, in this scenario, will have $$n$$ connected routes, this suggests a minimum possible complexity of $$n$$.
!! Safer
We have seen that static routing is insidiously complex. Yet it not only increases cost: it increases risk.
The greater the implementation complexity, the greater the risk of operator error. Clearly this is true of misconfiguration, such as typographical errors and overlooked implementation tasks. Yet misconfiguration presupposes a correct design and implementation plan, both of which present opportunities for introducing subtle errors. Especially in the absence of regular, and frequent, disaster recovery testing, unintended changes in forwarding behavior can go unnoticed for months before a sudden failure exposes inconsistencies in manual failover procedures. After all, static routing makes automatic failover impossible in any environment where network resources are topologically separated--let alone geographically separated--so as to avoid single points of failure.
Moreover, static routing leaves the difficult problem of verifying network correctness entirely to the operator. Whereas the formal proofs on which dynamic routing algorithms are based at least provide assurances of loop freedom and automatic failover, static routing provides no such assurances. This is because static routes are a purely local phenomenon in an otherwise distributed system, and only careful planning by the operator can ensure that globally consistent, and correct, behavior emerges. Certainly, the same could be said of any network, but in a statically routed network, the operator must accept the full burden, with no conventional tools to aid them.
One may rightly point out that, at the very least, misconfiguration is readily mitigated by the use of scripts, templates, and deployment automation systems. Procedures and tools can go far in reducing, if not eliminating, operator error, and even some formal assurances can be recovered. However, substituting ad-hoc solutions for proven protocols and algorithms merely transforms the problem at the cost of growing the system in a novel way. Bespoke tools are themselves systems, which, even once perfected, come with their own unique costs, and trading the administrative burden of configuration management for that of software management seems a dubious proposition to someone who regularly develops and maintains software.
Then there is the matter of interaction with existing routes. Any network change procedure must account for the current state of the network. Static routes do not accrete neatly the way drawers in a cabinet might. Rather, a statically routed network is a palimpsest, wherein very new routes may interact directly with those which are very old. Because supporting static routes are not automatically removed when a subnet is relocated or decommissioned, the network must be assiduously scoured of any routes made obsolete by the latest changes. Without such treatment, obsolete routes will slowly accumulate, eventually leading to routing loops, traffic blackholes, and other unexpected (or simply forgotten) forwarding behavior.
Still, the impact of configuring a static route that affects the forwarding decisions of a single router would seem as nothing compared to a dynamic advertisement that reconfigures an entire network. Dynamic routing enables an operator to quickly and easily effect new business requirements. It also enables an operator to quickly and easily shut a business down. Just one erroneous dynamic advertisement, under the right circumstances, is all it takes to render an entire network inoperative, and the wrong change to the right route filter can flood a network with millions of such advertisements, overwhelming the equipment and making it impossible to recover without truck rolls or dial-up console access. For this reason, dynamic routing is undeniably dangerous, even in the right hands.
However, the same can be said of cars, knives, gasoline, hammers... Many, if not most, tools can have a disastrous effect under the right circumstances, even when used as intended. Yet this does not dissuade us from their use. Rather, we adopt standards and practices and rules-of-thumb to reduce the risks without sacrificing the benefits. The same can be, and has been, done with dynamic routing, as is evidenced by its ubiquity. Clearly, operators have found that the benefits outweigh the risks.
Returning to the subject of impact, it is true that, if measuring impact as the number of routers affected, a single dynamic advertisement clearly has greater impact than a single static route. But this metric has some deficiencies: the number of routers affected has no direct bearing on services or user experience. Certainly, if more routers are affected, we would expect more services and users to be affected, as well. Yet this observation neither accounts for user demand nor service location. Affecting a hundred routers means very little if none of them are handling traffic.
A far better measure of impact is the number of //flows// affected, which is a reasonable indicator of user experience, regardless of service location. By this metric, we can see that, while dynamic advertisement has the greatest impact in large networks, the difference in impact between configuring a dynamic advertisement and configuring a static route shrinks to nearly zero in small networks--precisely those networks with which we are concerned. Therefore, it would seem that those with the greatest distrust of dynamic routing have, in fact, the least to fear.
''Needs work; too much hand-waving''
''Diagram: graph of "routers" vs. "flows" impact metrics''
!! More secure
While the risks of static routing may seem untenable from an operations perspective, information security takes a different stance. What is easy is not necessarily right, and if more operations resources are needed to protect the business from adversaries (or, at least, fines), then so be it.
* trading sec risk for ops risk
* segmentation is ad-hoc and misaligned with policy
* auditing burden not reduced
---
<<footnotes "1" "Interior Gateway Protocol. Contrast this with BGP, or Border Gateway Protocol--a much heavier lift for the uninitiated.">>
<<footnotes "2" "In small to medium networks, the introduction of external routes adds no appreciable complexity. The details of OSPF are beyond the scope of this manuscript, but it is worth noting that the simplest possible configuration to effect default routing can still surprise the uninitiated. Unless otherwise configured, Cisco devices advertise redistributed routes as OSPF external type 2, effectively configuring 'cold potato' routing, in which the preferred exit is not necessarily the topologically closest one. If for no other reason than legibility of the accompanying route metric, OSPF external type 1 may have made a better default setting, but this is largely a matter of taste.">>
<<footnotes "3" "Some may object to my use of graph theoretic concepts, like "edge", "incidence," or "cycle." While I had considered using industry parlance, most network terminology is hopelessly imprecise. For example, "loop" could just as well refer to a route information loop or a forwarding loop, and terms like "ring" carry entirely too much conceptual baggage in both networking and mathematics. I have made every effort to avoid creating new terms where existing ones will do, but there are some notable failures.">>
<<footnotes "4" "It may be tempting to say something like the following. Let $$G$$ be a graph containing distinct nodes $$s$$, $$v$$, and $$t$$, and let $$sGvGt \subset G$$ denote the smallest subgraph of $$G$$ containing all paths $$sPt \subset G$$ from $$s$$ to $$t$$ such that $$v$$ is in each path. Then $$v$$ is a "stub" node if, and only if, the subsgraph $$sGvGt$$ is the empty graph. Nevertheless, this definition is //completely wrong//. TCP/IP networks are a good deal more complicated than mere hypergraphs. See (Milner 2009) for the beginnings of a viable construction.">>
<<footnotes "5" "In networking, the word "stub" is usually associated with stub networks, BGP autonomous systems through which the traffic of other autonomous systems may not transit, while OSPF uses the term in a similar way with respect to areas. Because these senses of the term "stub" are also topologically identical to a multi-access subnet without transit, the graph theoretic representation, of a hyperedge with a single incident node, is apt. Hence, I have chosen to co-opt the term for a more general concept that captures "stub-ness" in all its forms.">>
<<footnotes "6" "Throughout this manuscript, we will scrupulously ignore subnets with multiple gateways that leverage either ICMP redirect or FHRP (First-Hop Redundancy Protocols).These needlessly complicate our calculations and only strengthen the case against static route complexity.">>
<<footnotes "7" "Another way of stating this is that the reachability graph is //[[complete|https://en.wikipedia.org/wiki/Complete_graph]]//. This is emphatically not the same as saying that every application may be accessed from every other: that is a function of authorization, not of routing. We will say more of this distinction in the section on security.">>
<<footnotes "8" ""A graph G is called *connected* if it is non-empty and any two of its vertices are linked by a path in G." (Diestel, 2017) For our purposes, a network graph that is not connected implies the network is partitioned.">>
<<footnotes "9" "The complete graph $$K^n$$ on $$n$$ vertices, in which all vertices are pairwise adjacent. (Diestel, 2017)">>
---
''Bibliography''
1. Diestel, Reinhard. 2017. "The Basics." //Graph Theory//, 5th edition, 10. Berlin: Springer Nature.
2. Milner, Robin. 2009. "The Space and Motion of Communicating Agents." New York: Cambridge University Press.
!! Background
In late 2008, after months of fighting WLAN performance and reliability problems--particularly at campus-style MDU sites with buildings connected by wireless mesh (not a good idea)--I became fed up with not knowing what the hell was going on or why. What did it mean for a link to "drop" (or, for that matter, establish)? What was "coverage," and how could it be calculated? The only numbers I had to go on were signal percentages, but what in hell does "40% signal" mean? 40% of what? Possible signal? Possible under what circumstances? None of it made a damn bit of sense (many such metrics still don't), and my only clue as to how RF communications worked, at that time, were drawings like this:
<div style="text-align: center">[img[wap-range-boundary.jpg]]</div>
Somehow, this circle, often referred to as a cell, or range or coverage boundary, was everywhere presented as wholly explanatory of how wireless signal worked and, therefore, where access-points (WAPs) should be placed: just put the clients inside the circle: easy! Occasionally, someone would mention that a "site survey" was necessary, rolling around a computer on a cart with a UPS and noting the signal readings, with no further explanation. Mind, this was almost certainly due to how I was searching for answers, looking for IT resources on wireless LANs rather than EE resources on RF propagation, and back then, no IT resource I could find would spell out the relationship between a range boundary and, say, SNR, or BER. My mathematical maturity was also quite poor, and the notion of an isometry between metric spaces, such as distance and signal quality, was not a thought I knew to think. Luckily, I eventually happened upon a design document (Cisco 2008a) from Cisco which detailed challenges and techniques associated with location-aware wireless environments, and it threw wide the door to understanding.
Location awareness is a far stronger requirement than merely providing Internet access. Not only must adequate signal from WAPs reach the client, and //vice versa//, but WAPs (at least, at that time) must also be positioned in such a way that they always surround a client (thereby forming a convex hull) for accurate //lateration//, or location estimation (see [[Science Direct|https://www.sciencedirect.com/topics/engineering/lateration]] for several interesting papers on this subject). Nevertheless, the techniques for planning WAP locations in a location-aware environment overlap considerably with that of normal data networks, and I was able to use most of them directly when analyzing an existing installation. What was not obvious, though, was how to construct a coherent methodology for MDU wireless planning--that is, solve the problem in reverse. Moreover, I needed to extend these techniques to multiple floors, and that would require identifying potential dead zones in three dimensions, which sounded difficult.
Once I'd finally wrapped my head around the notion of an isotropic cell and how the non-isotropic version tended to change at sub- and super-wavelength distances, I went down a rabbit hole trying to understand isotropic cell overlap. Cisco's design document had used percentage overlap of neighboring isotropic cells (10, 15, and 20 percent) to predict rate shifting, and thereby estimate jitter, during roaming, with greater precentage overlap associated with reduced jitter. For data networks (without voice), 10% overlap was proposed as adequate. But how far could you take this? At what percent overlap would dead zones begin to appear? I resolved to know.
It took me days to gather information and work out a formula that described percent overlap only in terms of a central angle $$\theta$$, but the result was quite satisfying, and it made finding numerical solutions for $$\theta$$, given percent overlap, considerably easier than with other formulae I'd seen. I used the same result to determine the minimum overlap before coverage gaps appeared (5.77% at $$\theta = \frac{\pi}{3}$$), and I even managed to identify (for the isotropic case) dead zones in multifloor deployments. To facilitate solving for these values, as well as terms in the RF propagation equation (for which the ITU were cited, but the source has been lost), I wrote a [[tool|https://beta.idio.link/~wlandestool/]] to handle the calculations. I also posted my derivation for the cell overlap equations, but that was lost to time. Indeed, the only reason I'm writing this, now, is that I'd printed the derivation for a portfolio, and my only remaining copy had collected dust on a shelf for 14 years.
Last night, revisiting my work after all this time, I actually found two mistakes. Had I really designed all those wireless networks with the wrong numbers? Well, no. If I'd gotten it wrong the way I thought I had, then the percent overlap would have depended on a factor of $$R$$, the radius, which cannot be the case since percent overlap does not change with the size of the circles. It turns out that my two mistakes had cancelled out: the first left out a factor of $$R$$, and the second failed to cancel out a factor of $$R$$. The math gods were surely smiling upon me. At any rate, these derivations, sans mistakes, have been reproduced at the end of this monograph.
!! Articulating the problem
We begin with an analogy. One thirsty evening, you walk to your favorite bar in search of a beverage. Throwing wide the door, you're assailed by a roar of drink orders, music, arguments and laughter. Behind you, a police siren begins to wail. Over a throng of fellow patrons, you attempt to hail the bartender--to no avail. Wading through the crowd, you reach the bar and wait for the latest flurry of orders to pass before making a second attempt. Here, the bartender asks for your order but fails to understand your response. You lean over the bar and yell the name of your favored tipple, at which point the bartender nods, grabs a glass, and begins to pour...
The above exchange simply illustrates several important features of broadcast communications. For one, just because everyone can hear you, that does not mean everyone is listening or, if they are listening, can understand what you're saying. Second, the level of noise in the environment will tend to differ for the patron and bartender when they are further apart; thus the bartender may fail to understand (or even notice) the patron though the patron may hear the bartender, and //vice versa//. Third, communication is generally easier when the two parties are close, and the further they are from one another, the quieter the environment must be for each to hear and understand the other. Fourth, in an environment with many other people attempting to communicate, waiting for a lull may be a useful tactic (to a point). And finally, even when awaiting a lull, one should expect some measure of failure and be willing to make further attempts.
Of course, we could go on, using the direction of the bartender's gaze to suggest beamforming, or comparing RTS/CTS to a bartender that asks a patron to wait before giving their order, or using multiple bartenders at opposite ends of a bar to illustrate co-channel interference, the hidden and exposed node problems, //et cetera//. However, these and other features of RF communication, such as adjacent channel interference, grow increasingly disanalogous, or at least the story we might tell begins to sound like the beginning of a bad joke: "So, a man, a bat, and a whale walk into a bar..." Nevertheless, the above should provide the reader enough footing to understand what follows. (Did you know a whale can kill you with its words? Most networks only try to.)
Supposing that bartenders are stationary--for the sake of argument--planning the locations for wireless access points is a bit like planning the distribution of bartenders throughout a bar. Placing two bartenders side-by-side forces them and the patrons to yell over one another, whereas placing them very far apart is tantamount to declaring a region between them to be forever without service. This latter case may be appropriate for, say, a pub with a kitchen, but the former is rarely productive.
In any case, the question we must ask next is, what is the effective range of a single bartender? And from our bar analogy, we have a simple, intuitive answer: insofar as it remains possible for a bartender to understand patrons and for patrons to understand them, the distance is acceptable, and anything beyond this is not acceptable. But as we've noted, this distance will be affected by how noisy the environment is, and this noise will come not only from other patrons making drink orders but from other bartenders, as well. Moreover, people talking amongst themselves, not even attempting to speak with the bartender, will contribute to the noise. Televisions and sirens (a bit like radar domes and microwaves), having nothing to do with people whatsoever, will impose a further constraint. Therefore, the "effective distance" we decide upon should be somewhat conservative, taking into account slightly worse than typical noise conditions to ensure the smooth functioning of the bar during busy intervals.
If we assume this effective range will be the same in all directions and that the signal characteristics will only vary measurably with the distance from the transmitter, then we have delineated an //isotropic// boundary. And because an equal distance in all directions describes a sphere, it is appropriate to call this range a radius. But if we have a radius, then what is its length, and how does it relate to the things we can configure and measure, like transmit and receive signal levels?
* What is a cell radius, or range boundary? (Cisco 2008a, 5.21)
* One-way communications due to transmit power of the WAP being greater than transmit power of the client. (Cisco 2008a, 5.25)
* Adjacent channel interference (Cisco 2008b)
* Co-channel interference, equilateral triangles, and the significance of 2h (Cisco 2008a, 5.26)
* Inter-AP distance and inter-cell overlap (Cisco 2008a, 5.22)
* The multi-floor grid
!! Equations
!!! Isotropic cell, or range, boundary of WAP
We begin with an equation for the receive power of an RF signal (Cisco 2008a, 2.7), given by
$$P_{rx} = P_{tx} - L_{tx} + G_{tx} - L_{path} - L_{rx} + G_{rx}$$
where
* $$P_{rx}$$ is the detected receive power, in dB
* $$P_{tx}$$ is the transmit power output, in dB
* $$L_{tx}$$ is the total cable and connector losses at the transmitter, in dB
* $$G_{tx}$$ is the transmit antenna gain, in dBi
* $$L_{path}$$ is the total path loss incurred by signal propagation, in dB
* $$L_{rx}$$ is the total cable and connector losses at the receiver, in dB
* and $$G_{rx}$$ is the receive antenna gain, in dBi.
A common model for path loss is the log-distance model (Wikipedia 2023b)
$$L_{path} = L_{0} + 10\ \mathrm{log}(d^n) + s$$
where $$L_{0}$$ is the //reference path loss// over one meter, $$d$$ is distance in meters, $$n$$ is the //path loss exponent//, and $$s$$ is the standard deviation of //shadow fading//. Substituting this equation for the path loss term in the receive power equation and solving for $$d$$ gives
$$d = \Large{10^{P_{tx} - L_{tx} + G_{tx} - L_{0} - P_{rx} - s - L_{rx} + G_{rx}}}$$
which, when taken to be the distance from a client to a transmitting WAP, is equal to the radius of the isotropic cell, or range, boundary of the WAP.
For calculating the remaining path loss term, the following can be used (RF Cafe n.d.):
$$L_{0} = 20\ \mathrm{log} \left( \frac{4\pi}{\lambda} \right).$$
Here, the wavelength of the signal $$\lambda = \frac{c}{f}$$ is equal to the speed of light in m/s divided by the frequency in Hz.
!!! Distance between centers of congruent, intersecting circles
We first note that two congruent, intersecting circles form a "lens" where they overlap, and this lens is bisected by a common chord, perpendicular to their radii. (See [[MathWorld|https://mathworld.wolfram.com/Circle-CircleIntersection.html]] for a diagram.) This chord divides each radius $$R$$ into two parts: the part of the radius nearest the circle's center is called the //apothem// $$d$$ of the circular segment formed by the chord; the other part of the radius, farthest from the circle's center, is called the //sagitta//, or //height//, $$h$$ of the circular segment formed by the chord. (Wikipedia 2022) Thus we have
$$R = h + d.$$
Solving for $$d$$ and substituting $$h = R \left(1 - \mathrm{cos} \ \frac{\theta}{2} \right)$$, we simplify to obtain
$$d = R \ \mathrm{cos} \ \frac{\theta}{2}$$
where $$\theta$$ is the central angle of a circular segment.
The distance $$D$$ between the centers of two congruent, intersecting circles, then, is just twice this, or $$D = 2R\ \mathrm{cos}\ \frac{\theta}{2}.$$
This important fact provides a starting point in the derivation below.
!!! Distance between centers of congruent circles of percent overlap
Using the above equation, we need only know a radius $$R$$ and central angle $$\theta$$ to find $$D$$. However, our aim is to associate these values with the percent of overlap of the two intersecting circles. More formally, the area $$A$$ of the "lens" created by the two intersecting circles will be given by some percentage $$O$$ of the total area of each circle--that is, $$A = O \pi R^2$$. Therefore, if we can express $$D$$ in terms of $$A$$, we can do so in terms of $$O$$. From this formula, we can then solve for $$O$$. We now turn our attention to deriving said formula.
The area of the lens between two congruent, intersecting circles is given by equation (15) in (Weisstein 2023):
$$A = 2R^2 \cos^{-1} \left( \frac{D}{2R} \right) - \frac{1}{2} D \sqrt{4R^2 - D^2}.$$
To begin, we everywhere substitute $$D = 2R \cos \frac{\theta}{2}$$ to obtain
$$A = 2R^2 \cos^{-1} \left( \frac{2R \cos \frac{\theta}{2}}{2R} \right) - \frac{1}{2} \left( 2R \cos \frac{\theta}{2} \right) \sqrt{4R^2 - \left( 2R \cos \frac{\theta}{2} \right)^2},$$
which we simplify as
$$A = R^2 \theta - 2R^2 \cos \left( \frac{\theta}{2}\right) \sqrt{1 - \cos^2 \frac{\theta}{2}}.$$
Recalling that $$\sin^2 \theta + \cos^2 \theta = 1$$, we substitute $$1 - \cos^2 \frac{\theta}{2} = \sin^2 \frac{\theta}{2}$$ to obtain
$$A = R^2 \theta - 2R^2 \cos \left( \frac{\theta}{2}\right) \sin \frac{\theta}{2}.$$
Isolating the second term on the right and dividing both sides by $$R \sin \frac{\theta}{2}$$ then gives
$$2R \cos \frac{\theta}{2} = \frac{R \theta - \frac{A}{R}}{\sin \frac{\theta}{2}}.$$
Finally, substituting $$A = O \pi R^2$$ and $$D = 2R \cos \frac{\theta}{2}$$ yields
$$D = \frac{R \theta - O\pi R}{\sin \frac{\theta}{2}}$$
which expresses $$D$$ in terms of $$O$$, as desired.
!!! Percent overlap of congruent circles given central angle
Finally, we solve the last equation for the percent overlap $$O$$.
Multiplying both sides by $$\sin \frac{\theta}{2}$$ and isolating the second term on the right gives
$$O\pi R = R \theta - D \sin \frac{\theta}{2}.$$
Thus we have
$$O = \frac{R\theta - D \sin \frac{\theta}{2}}{\pi R}$$
which we now further simplify by substituting $$D = 2R \cos \frac{\theta}{2}$$. Recalling the double-angle formula $$\sin 2\theta = 2 \sin \theta \cos \theta$$, we finally conclude that
$$O = \frac{\theta - \sin \theta}{\pi}$$
as desired.
Note that our final formula for $$O$$ does not depend on $$R$$. This makes sense, as the percent overlap should be scale invariant. Note also that this formula only makes sense for the range $$0 < \theta < \pi$$.
!! References
* Cisco Systems, Inc. 2008a. "Wi-Fi Location-Based Services 4.1 Design Guide." Available at https://web.archive.org/web/20101203142124/http://www.cisco.com/en/US/docs/solutions/Enterprise/Mobility/lbswifig_external.pdf.
* Cisco Systems, Inc. 2008b. "Channel Deployment Issues for 2.4-GHz 802.11 WLANs." Available at https://web.archive.org/web/20080726200552/http://www.cisco.com:80/en/US/docs/wireless/technology/channel/deployment/guide/Channel.html#wp134336.
* RF Cafe. n.d. "Free Space Path Loss - Friis Equation." Retrieved January 5, 2023. https://www.rfcafe.com/references/electrical/path-loss.htm.
* Weisstein, Eric W. 2023. "Circle-Circle Intersection." //MathWorld//. Wolfram Research, Inc. Retrieved January 5. https://mathworld.wolfram.com/Circle-CircleIntersection.html.
* //Wikipedia//. 2023a, s.v. "Circular segment." Retrieved January 5. Available at https://en.wikipedia.org/wiki/Circular_segment.
* //Wikipedia//. 2023b, s.v. "Log-distance path loss model." Retrieved January 5. Available at https://en.wikipedia.org/wiki/Log-distance_path_loss_model
Not all networked applications are created equal. Some leverage large receive windows and non-blocking send and receive. Others synchronously send and receive thousands of miniscule requests and responses. To what degree is a given application sensitive to propagation and forwarding delays? In other words, what are the best- and worst-case scenarios, notwithstanding congestion and application delays? Is there a simple metric that achieves this? And if so, how would we measure it?
Here, we consider notions of //round-trip efficiency// and //round-trip sensitivity//, as well as candidate metrics for observability and for reasoning about the effects of changes to //minimum round-trip time//. We first motivate this consideration with explication and examples, then develop a simple flow-based model from which we derive the desired metrics as we discuss their interpretation. Finally, we assess the utility of these metrics using freely available, open-source tools to measure real-world traffic.
!! Motivation
That a networked application appears to operate within acceptable bounds, now, is independent of whether it will do so when conditions change, as can occur during system failures, upgrades, and attacks. While application discovery and observability tools have improved dramatically in recent years (e.g. Device42, Dynatrace), these focus on what has been true of an application rather than informing system operators of what might be true under different circumstances.^^[Citation needed]^^ Instead, how a system might respond to change is left largely as an exercise for the engineer charged with changing it, and the rigor of such analysis is highly contingent.^^[Citation needed]^^ Unfortunately, many operating constraints are only identified //post hoc//, by studying events in which performance was already degraded or unexpected outages occurred.^^[Citation needed]^^
By contrast, application profiling and subsequent performance modeling facilitate the generation of //enabling constraints//, within which the system is free to change without undue impact to users or dependent systems. Modeling the full range of possible application behavior can also reveal unforeseen failure modes, which may then be used to identify gaps in incident response and disaster recovery procedures.
A multitude of diverse application profiling techniques have been proposed, ranging from entirely active to entirely passive.^^[Citation needed]^^
<iframe scrolling="no" title="round trips" src="https://www.geogebra.org/material/iframe/id/akrep6cy/width/500/height/800/border/888888/sfsb/true/smb/false/stb/false/stbh/false/ai/false/asb/false/sri/false/rc/false/ld/false/sdz/true/ctl/false" width="500px" height="800px" style="border:0px;"> </iframe>
!! Model
The model developed below is somewhat coy about the internal structure of a flow. This is for two reasons. The first is that we prefer to avoid favoring one phenomenology over others. A flow, while often defined as a 5-tuple containing addresses, a protocol, and protocol parameters (usually ports), could alternatively be defined as an instance of communication between two applications, or an equivalence class of PDUs, or a pair of highly correlated random variables. For our purposes, it is enough to define these, or other manifestations, as properties of the same abstract object.
The second reason is that there are difficulties arising from the inevitable re-use of 5-tuples between application instances. One can treat such re-use as constituting a distinct flow, but one might also reasonably consider it to be a continuation of an earlier flow. Here, we will choose to ignore 5-tuple re-use, considering each flow $$F$$ to be distinct from all others. Of course, in practice, it would be necessary to distinguish between otherwise identical flows by noting synchronization and termination procedures in the transport protocol, or by noting sufficiently large differences in the intervals between when PDUs appear. Nevertheless, avoiding these details simplifies our treatment without loss of generality, and the practical concerns are readily dispatched in software.
---
We begin by modeling a flow as a kind of sequence diagram with arrows represented by directed SDUs, seen from the standpoint of a single observer: the system that initiated the flow.
Let $$\mathbb{F}$$ be the set of all flows.<<ref "1">> We will throughout this manuscript use $$F$$ to denote an arbitrary flow $$F \in \mathbb{F}$$, where the universe of discourse is understood. Also throughout this manuscript, we take the time domain to be $$\mathbb{R}$$.
Let $$F(t) = (s_1, ..., s_{N(t)})$$ be the time-ordered sequence<<ref "2">> of distinct SDUs $$s_i$$ associated with flow $$F$$ at time $$t$$, where $$N(t)$$ denotes the number of SDUs in, or //length// of, $$F(t)$$ at time $$t$$. By //time-ordered// we mean that there exists a unique, order-preserving map $$\tau_F : \{s_1, ..., s_{N(t)}\} \to \{t_0, ..., t_{N(t)-1}\}$$ from the set of SDUs of $$F(t)$$ to the set of times $$\{t_0, ..., t_{N(t)-1}\}$$, subject to the following conditions for all $$i \in I$$ such that $$i > 1$$:
# $$F(t_0) = (s_1)$$;
# $$F(t_{i-1}) = (s_1, ..., s_i)$$; and
# $$F(t') = F(t_{i-2})$$, for all $$t'$$ such that $$t_{i-2} < t' < t_{i-1}$$.
Where multiple flows are considered, which flow $$N(t)$$ refers to will always be clear from context.
By $$t_0$$ we always refer to the unique time $$t = t_0$$ such that $$F(t) = (s_1)$$. For all $$t^- < t$$, $$F(t^-)$$ is the empty sequence $$()$$, with $$N(t^-) = 0$$. By $$t_\omega$$ we denote the unique time $$t = t_\omega$$ such that, for all $$t^- < t$$, $$N(t^-) < N(t)$$, and for all $$t^+ > t$$, $$N(t^+) = N(t)$$. By a slight abuse of notation, we may say that $$s_i \in F$$ whenever $$i \in 1, ..., N(t_\omega)$$. At no time will this result in ambiguity.
Put less formally, $$t_0$$ is the //infimum//, or //greatest lower-bound//, of the subset of all times $$t$$ which precede flow $$F$$, and $$t_\omega$$ is the //supremum//, or //least upper-bound//, of the subset of all times $$t$$ which occur after flow $$F$$ has concluded. These are defined such that $$F(t_0)$$ gives the first SDU in $$F$$ and $$F(t_\omega)$$ gives all SDUs in $$F$$ including the last SDU.
Let $$i \in \mathbb{N}$$ be a (non-zero) natural number. For every flow $$F$$ we define a map $$d_F : \mathbb{N} \to \{-1, 0, 1\}$$ as follows:
# $$d_F(i) = -1$$ iff $$i \leq N(t_\omega)$$ and $$s_i \in F$$ has the flow initiator as source;
# $$d_F(i) = 1$$ iff $$i \leq N(t_\omega)$$ and $$s_i \in F$$ has the flow initiator as destination;
# $$d_F(i) = 0$$, otherwise.
When the flow being discussed is not ambiguous, we will simply refer to the map $$d$$. Trivially, for every flow $$F$$, $$d(i) = -1$$ when $$i = 1$$.
Now let $$j \in \mathbb{N}$$ be a natural number. We define a //round trip// of an arbitrary flow $$F$$ to be any pair of SDUs $$(s_i, s_j)$$ with $$d(i) = -1$$ and $$j$$ being the largest natural greater than $$i$$ such that for all $$k \in i+1, ..., j$$, $$d(i) + d(k) = 0$$. It is easy to see that all such pairs $$(s_i, s_j)$$ are mutually disjoint. We will not need to consider the complementary case--that is, when $$d(i) = 1$$.
The set of all round trips of a flow $$F$$ at time $$t$$ we denote $$\rho F(t) := \{(s_{a_1}, s_{a_2}), ..., (s_{a_{m-1}}, s_{a_m})\}$$, where $$a_i < a_{i+1}$$ and $$a_i \in \{1, ..., N(t)\}$$ for all $$i \in I = \{1, ..., m\}$$, where $$I$$ is an index set with an even number $$m$$ of elements. The cardinality $$|\rho F(t)|$$ of the set $$\rho F(t)$$ is the total number of round trips of flow $$F$$ at time $$t$$. The cardinality $$|\rho F(t_\omega)|$$ of the set of all round trips of flow $$F$$ we denote $$R_F$$, or simply $$R$$ when the corresponding flow is understood.
Let $$r = (s_a, s_{a+1})$$ be an element of $$\rho F(t_\omega)$$. Then $$\Delta \tau_F(r) = \tau_F(s_{a+1}) - \tau_F(s_a)$$ calculates the time elapsed during round trip $$r$$ of flow $$F$$. We define the //minimum round-trip time//, or just //round-trip time//, of $$F$$ to be the minimum $$T_F := \min_{i \in I} \Delta \tau_F(r_i)$$ over all $$r_i \in \rho F(t_\omega)$$, otherwise denoted $$T$$ when the flow $$F$$ is understood.
---
* $$RTI^{-1}$$ =: average number of round trips per RTT over interval $$I$$
* $$IT^{-1}$$ =: theoretical upper-bound on round trips per interval $$I$$
Setting the interval $$I = 1\mathrm{s}$$, we obtain
* $$RT$$ =: average number of round trips per RTT over one second (round trip-delay product)
* $$T^{-1}$$ =: theoretical upper-bound on round trips per second
Setting $$RT = T^{-1}$$, we solve for $$R$$ to obtain $$R = T^{-2}$$, or the worst-case number of round trips for a given round-trip time $$T$$. Similarly, $$T = {}^{+}\sqrt{R^{-1}}$$ gives the worst-case round-trip time $$T$$ for a given number of round trips $$R$$. Finally, we can obtain $$0 = 1 - RT^2$$ which, when regarded as $$0 = 1 - \frac{RT}{T^{-1}}$$, simply subtracts the ratio of average round trips to worst-case round trips from one, giving us the round-trip //efficiency// of a given flow.
We may then ask to what degree an increase in the round-trip time $$T$$ will affect a given flow $$F$$. In other words, how "sensitive" is a flow $$F$$ to changes in the round-trip time $$T$$? Incidentally, the estimate $$RT$$, with units changed to reflect the product of total round-trips and round-trip time in seconds (which we call the //round trip-delay product//), also provides a means of calculating the total time spent on round-trips, alone. From this, we can derive the desired measure of sensitivity.
Given a round trip-delay product $$P = RT$$, the change in $$P$$ per unit $$T$$ is simply $$\frac{dP}{dT} = R$$, and this makes sense: $$P$$ is linear in $$T$$, so for any change $$\Delta{T}$$ in round-trip time, $$P = R(T + \Delta{T}) = RT + R\Delta{T}$$, exactly as we would expect. Thus the sensitivity of a flow $$F$$ to its round-trip time $$T$$ is entirely determined by the total number of round-trips $$R$$ associated with that flow. This, too, makes sense, as application and congestion delays are independent of minimum round-trip time, thereby only affecting the upper bound of dynamic round-trip time. By contrast, serialization, propagation, and--under normal conditions--forwarding delays are just relatively stable //components// of the minimum round-trip time, with forwarding delays being the most susceptible to change under adverse conditions (e.g. pathological traffic overwhelming TCAM resources).
<iframe scrolling="no" title="Round trip efficiency" src="https://www.geogebra.org/material/iframe/id/zc6mprta/width/500/height/811/border/888888/sfsb/true/smb/false/stb/false/stbh/false/ai/false/asb/false/sri/true/rc/true/ld/true/sdz/true/ctl/false" width="500px" height="811px" style="border:0px;"> </iframe>
!! Implementation
---
!! Notes
<<footnotes "1" "The "set of all flows" is deliberately vague. While not yet approaching postmodern levels of obscurantism, it is very nearly too nebulous to be serviceable. This probably should be revised.">>
<<footnotes "2" "For those in wont of a definition, we improvise one here with no proof whatsoever: define a //sequence// $$ (e_1, ..., e_n)$$ to be an n-tuple together with a strict total order $$<$$ on its elements such that, for all $$i, j \in \{1, ..., n\}$$ with $$i < j$$, $$e_i$$ is written to the left of $$e_j$$. This we demonstrate by case, as follows:
(1) $$ (e_i, ..., e_j, ..., e_n)$$ when $$1 = i < j < n$$;
(2) $$ (e_1, ..., e_i, ..., e_j)$$ when $$1 < i < j = n$$;
(3) $$ (e_1, ..., e_i, ..., e_j, ..., e_n)$$ when $$1 < i < j < n$$; and
(4) $$ (e_i, ..., e_j)$$ when $$1 = i < j = n$$.">>
!! Algebraic Structures
| !Ops | !Sets | !Structure |
|1 | 1 |Groups, Orders, Equivalences |
|2 | 1 |Rings, Fields, Arithmetics |
|2+ | 1 |Lattices |
|3+ | 2 |Modules, Vector Spaces |
|4+ | 2 |Algebras, Bialgebras |
!! Properties of Binary Relations
| !Name | !Definition |
|''reflexive'' |$$\forall x \in X, xRx$$|
|''irreflexive'' |$$\forall x \in X, \neg xRx$$|
|''coreflexive'' |$$\forall x, y \in X, xRy \implies x = y$$|
|''symmetric'' |$$\forall x, y \in X, xRy \implies yRx$$|
|''antisymmetric'' |$$\forall x, y \in X, xRy \land yRx \implies x = y$$|
|''asymmetric'' |$$\forall x, y \in X, xRy \implies \neg yRx$$|
|''transitive'' |$$\forall x, y, z \in X, xRy \land yRz \implies xRz$$|
|''total'' |$$\forall x, y \in X, xRy \lor yRx$$|
|''trichotomous'' |$$\forall x, y \in X, xRy \oplus yRx \oplus x = y$$|
|''left Euclidean'' |$$\forall x, y, z \in X, yRx \land zRx \implies yRz$$|
|''right Euclidean'' |$$\forall x, y, z \in X, xRy \lor xRz \implies yRz$$|
|''serial'' |$$\forall x \in X, \exists y \in X, xRy$$|
|''injective (left-unique)'' |$$\forall x, z \in X, \forall y \in Y, xRy \land zRy \implies x = z$$|
|''functional (right-unique)'' |$$\forall x \in X, \forall y, z \in Y, xRy \land xRz \implies y = z$$|
|''one-to-one'' |Relation $$R$$ is both injective and functional|
|''left-total'' |$$\forall x \in X, \exists y \in Y, xRy$$|
|''surjective (right-total)'' |$$\forall y \in Y, \exists x \in X, xRy$$|
A //function// is a relation that is both functional and left-total. A //partial function// is a relation that is functional and not left-total.
!!! Graphs
Another way to understand the above properties is by understanding their effects on graphs.
Let us define a //directed graph// to be an ordered pair $$G := (V, A)$$ containing a set $$V$$ of //nodes// and a set $$A$$ of //edges//, where an edge is an ordered pair $$(x, y) \in A$$ such that $$x, y \in V$$. For convenience, we may also write $$xy \in A$$ when $$(x, y) \in A$$. Finally, we define a relation $$R$$ such that, for all $$x, y \in V$$, $$xRy$$ if and only if $$xy \in A$$. Note that this definition permits //loops//, where $$xy \in A$$ and $$x = y$$.
Given these definitions, we can compile the following table of corresponding properties.
| !Relation | !Graph |
|''reflexive'' |For every node, there is a loop.|
|''irreflexive'' |There are no loops.|
|''coreflexive'' |The only edges are loops.|
|''symmetric'' |Adjacent nodes are symmetrically connected.|
|''antisymmetric'' |Adjacent nodes are not symmetrically connected.|
|''asymmetric'' |Adjacent nodes are not symmetrically connected; no loops.|
|''transitive'' |If there exists a path from $$x$$ to $$y$$, then there is an edge $$xy$$.|
|''total'' |Every node is adjacent to every other node and itself (i.e. has a loop).|
|''trichotomous'' |Every pair of nodes is connected by exactly one edge; no loops.|
|''left Euclidean'' |Nodes attached to a node $$x$$ form a //complete// subgraph; non-isolated nodes must have loops.|
|''right Euclidean'' |Nodes to which a node $$x$$ attaches form a complete subgraph; non-isolated nodes must have loops.|
|''injective'' |Every node has in-degree one or less.|
|''functional'' |Every node has out-degree one or less.|
|''one-to-one'' |Every node has both in- and out-degree one or less.|
|''serial'' |Every node is a tail of at least one edge.|
|''left-total'' |Every node is a tail of at least one edge.|
|''surjective (right-total)'' |Every node is a head of at least one edge.|
!! Chart of Binary Endorelations
Some common binary endorelations and their properties are given by the diagram
<$mermaid text="
graph LR
equivalence[equivalence] -- R --> part_eq[partial equivalence]
equivalence -- S --> preorder[preorder]
equivalence -- T --> dependency[dependency]
dependency -. R<sup>~ </sup> .-> undir_gr[undirected graph]
equivalence -. S<sup>- </sup> .-> part_ord[partial order]
part_ord -. R<sup>~ </sup> .-> strict_part_ord[strict partial order]
undir_gr -. S<sup>- </sup> .-> tournament[tournament]
strict_part_ord -- T --> tournament
"/>
where solid arrows indicate an "is-a" relation, dotted arrows indicate property substitution, and properties are denoted
* $$R :=$$ reflexive
* $$R^\sim :=$$ irreflexive
* $$S :=$$ symmetric
* $$S^- :=$$ antisymmetric
* $$T :=$$ transitive
.
A preorder can be viewed as the reachability relation on a directed graph. By contrast, an antisymmetric preorder, or partial order, would be the reachability relation of a directed acyclic graph. Incidentally, finite preorders are isomorphic to finite topological spaces.<<ref "4">>
!! Chart of Group-like Structures
Common group-like structures and their properties are given by the diagram
[img[Chart of group-like structures and their properties|https://lh3.googleusercontent.com/pw/ACtC-3eBD9HcxyO7szVzdsyQFrwF4f4RHVlmbq8-9xY27URax7cuFQO1vwdIWCVUz2oMLYZ8RLqJBsE1AfLTTvsEBmBMGUS15ZccpNeu5WOCistcfaqEGXocOPWSONuam5s8KAraUg1l57K70kKn4iFrF2et=w577-h312-no]]
where arrows indicate an "is-a" relation and properties are denoted
* $$A :=$$ associative
* $$I :=$$ unital (identity)
* $$V :=$$ inverse
* $$T :=$$ total (closed under associated operation)
* $$C :=$$ commutative
.
1. https://en.wikipedia.org/wiki/Binary_relation
2. https://en.wikipedia.org/wiki/Composition_of_relations
3. https://en.wikipedia.org/wiki/Graph_(discrete_mathematics)#Graph_operations
4. https://en.wikipedia.org/wiki/Preorder#Examples
[img[address-space-as-distributive-lattice.png]]
Total order makes bounded, distributive join-semilattice into a bounded, distributive lattice. "Skew" the lattice to see it.
The infinite version is only a top-bounded, distributive lattice.
* Join is the smallest summary of two prefixes
* Meet is the smallest and lowest of two prefixes
* Is the distributive property for these ops practically useful/interesting?
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
Conjecture: API calls should be idempotent; in principle, their results should not change, no matter how many times they are called, no matter when they are called. More formally, the set of all calls ever made for a given function with a given sequence of parameters maps to a singleton set containing one response.
The above makes illegal any call made prior to when a given API function becomes idempotent. For example, a request for all data between January 1, 2020 and January 1, 2030 may not be idempotent prior to January 1, 2030 but will be forever after. Of course, this property tends to fail, in practice, because requests are sometimes made for identifiers that change between system boots, and most systems are unlikely to be so enduring or so static as to keep the corresponding API calls idempotent for more than a few years.
Paging (pagination) seems silly for an API served over TCP. A carefully designed application protocol will permit incoming data to be fully decoded in memory-friendly chunks. Contrariwise, a poorly designed application protocol will send large amounts of data as an unbroken sequence wrapped in a dictionary, forcing the recipient to, at best, use a streaming codec that stores the partially decoded data in an ever-growing buffer, or, at worst, store all of the data in memory before running the decoder, effectively doubling the amount of memory required.
Since TCP does not provide SDU delimiting, the application protocol must decide where to break the data stream. Moreover, the application protocol must know which received data chunks belong to which request, and this suggests that each chunk must also include sequence and sequence acknowledgement fields, where the former acts as a kind of request-response counter and the latter identifies partial responses. This has the added benefit of supporting check-pointing of large data transfers, in case TCP tears down. Note that explicit acknowledgements (no-op requests) sent by the requestor are only necessary for //early acknowledgement// (the requestor is contented with what it received), which causes the sender to abort the current data transfer. Acknowledgements are //not necessary// for reliable transfer, as TCP already provides this.
```
App data chunk
.----------------------------------------.
| seq | ack | cut | fully decodable data |
'----------------------------------------'
|-- seq 1, ack 0, cut 1 -->| # req 1
| |
|<-- seq 1, ack 1, cut 0 --| # rsp 1, pt. 1
|-- seq 2, ack 0, cut 1 -->| # req 2
|<-- seq 1, ack 2, cut 0 --| # rsp 1, pt. 2
|<-- seq 2, ack 1, cut 0 --| # rsp 2, pt. 1
|<-- seq 1, ack 3, cut 0 --| # rsp 1, pt. 3
|<-- seq 2, ack 2, cut 1 --| # rsp 2, pt. 2
|-- seq 1, ack 1, cut 1 -->| # req 1 (nop: early ack)
```
Yet, is this not precisely the functionality that paging provides? Not quite. One difference is that paging occurs at the application level rather than at the level of the application protocol machine. In the above example, the application need never know how many requests have been sent, nor how many responses were received. Another difference is that paging assumes one of two scenarios: the connection is used synchronously by a single process that always awaits the response to its last request before sending a new request; or the transport used is actually HTTP, which includes an "Host" request header that can be used to match responses with requests, and one response for a given URL is as good as any other (since the URL is stateless, yes?). This last scenario arises because responses to multiple requests for the same URL may arrive out-of-order with respect to the order in which requests were made--not because TCP fails to deliver them in order but because the requests may be processed out of order. In cases where responses are cached by URL, this poses no problem. However, even when one of these two assumed scenarios applies, paging requires $$O(n)$$ round-trips for successive data chunks, whereas the aforementioned protocol is constant with respect to the amount of data returned.
But what if we want a byte stream rather than a bunch of chunks? When you build SDU delimiting into the protocol, there is no difference between a "stream" and a long SDU: if a delimiter is ever received, it is merely provided as a courtesy, right before the underlying connection tears down. The point of having fully decodable chunks of SDUs is that doing so affords the use of generated codecs for not only array-of-struct style data structures but struct-of-array style ones, as well. With appropriate "framing," substreams of data may be easily encoded in each chunk, and the number of substreams in subsequent chunks may even vary within the same SDU. For example, suppose we need to transfer heterogeneous data that are both "tall" and "wide"--that is, each datum contains many fields, one or two of which may be hundreds, or even thousands, of megabytes in size. Assuming your chosen codec is capable of compressing (omitting) empty fields "on the wire," subsequent chunks may be almost entirely devoted to portions of these larger fields, and one need simply append the fields of each subsequent chunk to those of the first. Because each chunk is fully decodable, it is not necessary to keep all the parts of a given data structure in memory. If the largest fields are outliers, it makes perfect sense to persist the data from the first chunk, along with any other data structures still pending a write, then handle copying the remaining portions of the large fields as they arrive. In cases where nearly all of the fields are comparably large, the same reasoning applies but one need not manage two different write strategies.
What happens when the API consumer must step backwards through the data stream? In that case, the recently decoded data may be kept in cache and recalled, as necessary.
But what if the cached data has expired? Must we replay the entire response all over again, just to return to the current position? In a few cases, replaying the entire response may actually ameliorate certain inefficiencies. Regardless, it should be possible to create a new request for the same data, beginning at some given offset. Again, this sounds very much like paging. However, requesting all of the data after the offset rather than a single chunk of data keeps the number of round-trips constant.
Using an offset this way also affords opportunities to selectively optimize for throughput at the cost of round-trips when skipping ahead in the data. By acknowledging the current response, part way through transfer, and requesting the same data at a later offset, it becomes possible to avoid transferring and, subsequently, discarding large amounts of data whenever the time required to do so would exceed round-trip time. Of course, in cases where the throughput cost is negligible and round-trip time is sufficiently high, it will be less expensive to discard incoming data chunks until the desired offset is reached.
Must this offset be part of the protocol, then? That is, must it take the form of a header field? No, the offset field need only appear in the request. This is sufficient to synchronize both sides.
All of this implies long-lived request-response cycles, which implies corresponding unfreed resources. Does it scale? That depends on the overall system and how one measures it. If sessions are synonymous with lightweight threads or processes, and if the persistence layer is up to task, the maximum number of outstanding requests the system can handle should not differ significantly from that of a system with paging. However, as the number of outstanding requests increases, the maximum achievable request rate decreases, proportionately. Depending on how many requests are prevented by avoiding round-trips, a decrease in request capacity may come with a commensurate decrease in request demand, and one would expect backend services (with lower duty-cycle, higher throughput) to exhibit greater savings in this regard than frontend ones (with high duty-cycle, low throughput).
Another scaling consideration has to do with receive buffers. Are larger receive buffers not a consequence of this technique, at least when compared to paging? They certainly can be, but this need not be the case. Indeed, setting socket receive buffers to hundreds of times, rather than thousands--or tens of thousands!--of times, the maximum size of a parseable chunk will often be sufficient to keep data wait to a minimum. Ultimately, the receive buffer size should be balanced with the expected size of responses and the frequency with which responses are acknowledged part way. If a certain amount of data wait is acceptable, and if round-trip times are low, then small receive buffers may be fine. If responses are expected to be quite large, or if round-trip times are high, the time spent waiting for data may become intolerable with small receive buffers. Better still, allocate a small receive buffer for the socket, then dynamically size an additional buffer managed by the application protocol. This way, you can optimize for the type of request.
Still, none of the above considerations addresses the problem posed at the beginning of this manuscript: "large amounts of data as an unbroken sequence wrapped in a dictionary." Certainly, XML responses are illustrative, where a top-level root is compulsory, but JSON need not be. Nor is it necessary that metadata, aggregate collection statistics, and the collection, itself, be wrapped in a root object. Indeed, metadata is best conveyed in a header, clearly delineated from (and, by definition, located before) the data actually requested. This permits the JSON codec to process the collection with no more memory than is required to accommodate the largest object.
By this, do I mean that response metadata should occupy one or more HTTP headers? Absolutely not. Today's web infrastructure is filled with cloud-provided black boxes, not to mention the usual rogue's gallery of appliance-based caches, DDoS mitigators, firewalls, load-balancers, and proxies. These products make numerous assumptions about how requests are served, and they can vary wildly in terms of their level of interference. Moreover, there is no reason that the underlying transport should be fraught with application details. If the application protocol requires a header, then the application should simply put it before the data. It is a header, after all.
If this notion of putting a header object at the start of a bare array seems incongruous, we stand in agreement. At the level of the application protocol, the HTTP Content-Type need not indicate the format of the application data; it need only indicate the format of the SDU. The SDU payload may then use any format that the two application instances can agree upon. This is what was intended by the introduction of a "Presentation" layer in the OSI model, but, in truth, "Presentation" was never a proper layer (It has no mux; it merely negotiates transfer and abstract syntaxes<<ref "1">>), and it certainly is not relegated to a single location in the stack.
!! Footnotes
<<footnotes "1" "[[ASN.1|https://portal.etsi.org/CTI/ApproachToTesting/SpecLanguages/ASN.1.htm]] defines an //abstract syntax//, or syntax specification, separate from corresponding type definitions, referred to as //concrete syntaxes//. These are different, still, from the notion of a //transfer syntax// which specifies the format "on the wire." In database speak, the abstract syntax describes a shared conceptual schema, whereas a concrete syntax is analagous to an external schema and a transfer syntax is analagous to an internal (storage) schema.">>
!! No application access protocol
* Trust everything that comes through the door? Not sane.
* Rejecting a request is up to the application
* If done at the protocol level, rejection could be distributed
* This would significantly reduce the effects of DDoS
!! No application names
* No negotiation of protocol or format is what necessitates a "scheme"
* Application name resolution precludes late-binding of address
* Therefore an interface ("hostname") must also be specified
* Of course, the "hostname" also specifies the app instance
* No app access protocol means a port must be specified
* Same also means user-info must be passed for authorization
* Still, a base path is needed to initialize app state (in the client)
* This is like one of those "choose your own adventure" books
* You have to know which page to turn to, when you start
* We have now specified a complete path from network to app
* But all we really needed was a globally unique app name!
!! No clear enrollment phase
* 802.1Q + DHCP + 802.1X/WPA2-Enterprise and PPP come close
* Still, these are optional, ad-hoc, and limited to one trust domain
* More trust domains means more VLANs, pools, RADIUS policies, etc.
* Same trust level for everyone, or build everything several times?
* Neither option is appealing.
!! No in-layer directory service
* Applications are on the hook for resolving hostnames to addresses, except...
!! No host addresses
* MAC addresses name the interface
* IPv4 addresses name (an incidence on) the interface
* IPv6 link-local addresses name the interface
* IPv6 global unicast addresses name (an incidence on) the interface
* Four addresses: every one names the interface!
* Therefore, URL "hosts" are actually interfaces
* AND application instances! (HTTP/1.1 "Host" request header)
!! No cooperation between Network and Transport "layers"
* reassembly is stymied by retransmission (because IP assigns a new packet ID)
* better than "retransmission" might be "sequence recovery"
One of the goals of RFC 6864 is to, once and for all, banish IPv4 ID reuse:
<<<
>> The IPv4 ID of non-atomic datagrams MUST NOT be reused when sending a copy of an earlier non-atomic datagram.
<<<
The reason given for this change is that "reuse [of] the IPv4 ID... can make it difficult for a source to avoid IPv4 ID repetition..." The author then assures us "RFC 1122 concludes that this behavior 'is not useful'..." and may even lead to fragment overlap:
<<<
Such overlap can occur if successive retransmissions are fragmented in different ways but with the same reassembly IPv4 ID. This overlap is noted as the result of reusing IPv4 IDs when retransmitting datagrams, which this document deprecates. However, it is also the result of in-network datagram duplication, which can still occur. As a result, this document does not change the need for receivers to support overlapping fragments.
<<<
Never mind that fragment overlap occurs with or without IPv4 ID reuse. RFC 1122 actually has this to say:
<<<
Some Internet protocol experts have maintained that when a host sends an identical copy of an earlier datagram, the new copy should contain the same Identification value as the original. There are two suggested advantages: (1) if the datagrams are fragmented and some of the fragments are lost, the receiver may be able to reconstruct a complete datagram from fragments of the original and the copies; (2) a congested gateway might use the IP Identification field (and Fragment Offset) to discard duplicate datagrams from the queue.
<<<
From the sound of it, we might do well to keep the overlap. What, then, is the matter?
<<<
...[T]he observed patterns of datagram loss in the Internet do not favor the probability of retransmitted fragments filling reassembly gaps, while other mechanisms (e.g., TCP repacketizing upon retransmission) tend to prevent retransmission of an identical datagram [IP:9]. Therefore, we believe that retransmitting the same Identification field //is not useful//. [author's emphasis] Also, a connectionless transport protocol like UDP would require the cooperation of the application programs to retain the same Identification value in identical datagrams.
<<<
Thus two empirical claims (and one titillating observation about UDP, to which we attend later) are made opposing the use of identical IPv4 IDs during retransmission. The first claim is that the Internet appears to lose datagrams in a way that does "not favor the probability of retransmitted fragments filling reassembly gaps." The second claim is that transport protocols may provide differing segments at each retransmission attempt, thereby thwarting the "same datagram, same ID" heuristic. While this second claim is made clear from the provided example--that TCP continues to accumulate new data in its send buffers, even while awaiting acknowledgement--the veracity of the first claim is not so obvious. Here, the relevant citation, "IP:9," refers to Kent and Mogul's 1987 paper, //Fragmentation Considered Harmful//, which describes two phenomena that seem to serve as the aforementioned "observed patterns of datagram loss in the Internet."
In a section titled "Poor performance when fragments are lost," Kent and Mogul coin a new term for the first of these phenomena:
<<<
Even when congestion is not the problem, retransmission does not necessarily increase the likelihood that all the fragments that make up the segment will arrive unscathed. In particular, network idiosyncrasies may conspire to cause the same fragment or fragments to be lost on successive retransmission. We call this //deterministic fragment loss// [original emphasis].
<<<
To be clear, what is being called "deterministic" is not the fact of fragment loss, itself (though that statement would also be true), but rather //which// fragment is lost during each transmission. The example given for this phenomenon is that of a 4.2BSD Unix router with inadequate buffer space on its egress interface. This router would successfully store the first of two fragments for serialization but drop the second fragment when it immediately followed the first. The dropped fragment would then be detected by TCP as a dropped segment, thereby triggering retransmission and causing the cycle to begin anew. In every such case, the second fragment would invariably be lost. Let us refer to this phenomenon as //DFL//, for short.
The second phenomenon ascribed to reassembly woes is detailed under the section "Efficient reassembly is difficult." When fragments of multiple datagrams arrive interleaved, buffer limits often cause fragments to be discarded at the receiver, depending on the number of fragments and which fragment of which datagram is processed first. This is because "[i]t is not possible to coalesce a complete initial string of fragments and partially acknowledge receipt of the datagram in order to free some of the buffer space." As a result, "the work done to transport all the fragments... is entirely wasted." That is, because all fragments must be present and reassembled before being provided to TCP, and because buffers may fill before all fragments of a single datagram have been received for subsequent reassembly, many scenarios involving interleaved fragments from different datagrams will lead to one or more segments being retransmitted by TCP.
Here, one imagines a pedantic maitre d' (reassembler) who insists on only seating complete parties (SDUs) gathered in the vestibule (buffers). The vestibule is completely filled with members (fragments) from several parties, thereby forcing a few latecomers from each party to wait outside. Therefore, no one will be seated unless one party departs (is discarded), making room for at least one complete party. In (Sharp 2008), this is called //reassembly deadlock//, the suggested cure for which is a buffer management strategy which avoids said deadlock. Let us call this the "pedantic reassembler" problem, or, simply, //PR//.
Yet despite these problems, //Fragmentation Considered Harmful// comes to precisely the opposite conclusion of RFC 1122:
<<<
If a retransmitted datagram does not have the same value for the IP Identification field, its data will not be recognized as being the same as that in previously received fragments. The old fragments will occupy buffer space until timed out or forced out by incoming packets, and cannot fill holes left by fragments dropped from the second datagram. This suggests that higher level protocols should attempt to use the same value for the IP Identification on both the original and retransmitted data.
<<<
Incidentally, this conclusion aligns with the DARPA IP specification from 1981:
<<<
It is appropriate for some higher level protocols to choose the identifier. For example, TCP protocol modules may retransmit an identical TCP segment, and the probability for correct reception would be enhanced if the retransmission carried the same identifier as the original transmission since fragments of either datagram could be used to construct a correct TCP segment.
<<<
What //Fragmentation Considered Harmful// calls "transparent segmentation," (Sharp 2008, 115) describes thus:
<<<
A common way to counteract this fragmentation is to perform partial or complete reassembly on reaching the boundary of each sub-network which again permits larger SDUs to be transmitted.
<<<
But what makes it "common?"
(Shoch 1979):
<<<
In early 1978, further discussions of these issues took place among researchers examining TCP and inter-networking; those collective efforts have led to proposals for major change to the TCP fragmentation strategy:
- The entire fragmentation facility will be removed from the TCP, and a distinct inter-net level protocol will be responsible for this function. Thus, end-to-end protocols other than TCP will be able to co-exist, taking advantage of the fragmentation facility provided by this 'lower' level in the protocol hierarchy. Fields will be reserved in the inter-net header for use by fragmentation processes in gateways.
<<<
Let us return to the observation made in RFC 1122, that connectionless transport protocols (namely, UDP) "would require the cooperation of the application programs to retain the same Identification value in identical datagrams." Why this might be is not spelled out, but the most apparent reason is that a connectionless protocol has no means of receiver feedback, as feedback would require some form of synchronization, and this precludes a means of retransmission: for how would a sender ever know when, or even what, to retransmit? In other words, a connectionless transport protocol is a transport protocol without synchronization; a transport protocol without synchronization can have no feedback; and, without feedback, there can be no retransmission.
!! No topological addressing
* Internet routing tables exploded (512,000 routes in 2013), despite VLSM, CIDR, and NAT
* The "graph metric" places undue demands on relays
* Since assignment is ad-hoc and static, summarization is a myth
! Bibliography
* Braden, R., ed. 1989. "Requirements for Internet Hosts -- Communication Layers." //STD 3.// //RFC 1122.// https://doi.org/10.17487/RFC1122.
* Kent, Christopher A. and Jeffrey C. Mogul. 1987. //Fragmentation Considered Harmful//. Accessed December, 2019. https://www.hpl.hp.com/techreports/Compaq-DEC/WRL-87-3.pdf.
* Postel, J. 1981. "Internet Protocol." //RFC 791.// https://doi.org/10.17487/RFC0791.
* Sharp, Robin. 2008. //Principles of Protocol Design//. Springer-Verlag Berlin Heidelberg.
* Shoch, John. 1979. "Packet Fragmentation in Inter-Network Protocols." //Computer Networks// 3, no. 1: 3-8. https://doi.org/10.1016/0376-5075(79)90049-7.
* Touch, J. 2013. "Updated Specification of the IPv4 ID Field." //RFC 6864.// https://doi.org/10.17487/RFC6864.
* contract for each microservice gives $$n$$ contracts
* initiator agrees to adhere to target's contract
* if it does not, then no communication is possible
* handful of MIBs capture shared conceptual schema
* MIB per domain is likely, but MIB tree is org-wide
* scope and filter for gets
* scope, alone, for sets
Author's emphasis, throughout, unless otherwise indicated.
!! Definitions
''NSG''
: Network Security Group
''NVA''
: Network Virtual Appliance
''PIP''
: Public IP address
''UDR''
: User Defined Routes<<ref "1">>
''VPN gateway''
: A VPN gateway is a specific type of virtual network gateway that is used to send traffic between an Azure virtual network and an on-premises location over the public internet. You can also use a VPN gateway to send traffic between Azure virtual networks. ''Each virtual network can have at most one VPN gateway.''
!! Networking Limits
Per (Microsoft 2020a):
| ! Resource | ! Default/maximum limit |
|Virtual networks | 1,000|
|Subnets per virtual network | 3,000|
|Virtual network peerings per virtual network | 500|
!! Virtual Networks (VNets)
''Subnet address range'' (Microsoft 2019a)
: The range must be within the address space you entered for the virtual network. The ''smallest range you can specify is /29'', which provides eight IP addresses for the subnet. Azure reserves the first and last address in each subnet for protocol conformance. Three additional addresses are reserved for Azure service usage. As a result, ''a virtual network with a subnet address range of /29 has only three usable IP addresses''. If you plan to connect a virtual network to a VPN gateway, you must create a gateway subnet.
''Gateway transit'' (Microsoft 2019b)
: Gateway transit enables you to use a peered virtual network's gateway for connecting to on-premises, instead of creating a new gateway for connectivity. As you increase your workloads in Azure, you need to scale your networks across regions and virtual networks to keep up with the growth. ''Gateway transit allows you to share an ExpressRoute or VPN gateway with all peered virtual networks'' and lets you manage the connectivity in one place. Sharing enables cost-savings and reduction in management overhead.
''Only ICMP, TCP, and UDP IP protocols are permitted on VNets'' (Microsoft 2019f). In testing, this also held true for public addresses associated with virtual machine network interfaces.
!! Virtual Network Peering
From (Microsoft 2020b):
> Virtual network ''peering is a non-transitive relationship'' between two virtual networks. If you require spokes to connect to each other, consider adding a separate peering connection between those spokes.
>
> However, if you have several spokes that need to connect with each other, you will run out of possible peering connections very quickly due to the ''limitation on number of virtual network peerings per virtual network''... In this scenario, consider using user defined routes (UDRs) to force traffic destined to a spoke to be sent to Azure Firewall or an NVA acting as a router at the hub. This will allow the spokes to connect to each other.
>
> You can also configure spokes to use the hub gateway to communicate with remote networks. ''To allow gateway traffic to flow from spoke to hub, and connect to remote networks'' [external to Azure], you must:
>
> * Configure the peering connection in the hub to `allow gateway transit`.
> * Configure the peering connection in each spoke to `use remote gateways`.
> * Configure all peering connections to `allow forwarded traffic`.
>
Also from (Microsoft 2020b):
> If you require ''connectivity between spokes'', consider deploying Azure Firewall or an NVA [Network Virtual Appliance] for routing in the hub, and using UDRs in the spoke to forward traffic to the hub...
>
> In this scenario, you must configure the peering connections to `allow forwarded traffic`.
From (Microsoft 2019c):
> * The ''virtual networks can be in the same, or different subscriptions''. When you peer virtual networks in different subscriptions, ''both subscriptions can be associated to the same or different Azure Active Directory tenant''... Support for peering across virtual networks from subscriptions associated to different Azure Active Directory tenants is not available in Portal.
>
> * The ''virtual networks you peer must have non-overlapping IP address spaces''.
>
> * You ''can't add address ranges to, or delete address ranges from a virtual network's address space once a virtual network is peered'' with another virtual network. To add or remove address ranges, delete the peering, add or remove the address ranges, then re-create the peering.
>
> * You can peer two virtual networks deployed through Resource Manager or a virtual network deployed through Resource Manager with a virtual network deployed through the classic deployment model. You ''cannot peer two virtual networks created through the classic deployment model''... You can use a VPN Gateway to connect two virtual networks created through the classic deployment model.
>
> * When ''peering two virtual networks created through Resource Manager'', a peering must be configured for each virtual network in the peering. You see one of the following types for peering status:
>
> * * `Initiated`: When you create the peering to the second virtual network from the first virtual network, the peering status is `Initiated`.
> * * `Connected`: When you create the peering from the second virtual network to the first virtual network, its peering status is `Connected`. If you view the peering status for the first virtual network, you see its status changed from `Initiated` to `Connected`. The peering is not successfully established until the peering status for both virtual network peerings is `Connected`.
>
> * When ''peering a virtual network created through Resource Manager with a virtual network created through the classic deployment model'', you only configure a peering for the virtual network deployed through Resource Manager. You ''cannot configure peering for a virtual network (classic), or between two virtual networks deployed through the classic deployment model''. When you create the peering from the virtual network (Resource Manager) to the virtual network (Classic), the peering status is `Updating`, then shortly changes to `Connected`.
!!! Global VNet Peerings
From (Microsoft 2019b):
> * You ''can peer virtual networks in the same region, or different regions''. Peering virtual networks in different regions is also referred to as //Global VNet Peering// [original emphasis].
>
> * When creating a global peering, the peered virtual networks can exist in any Azure public cloud region or China cloud regions or Government cloud regions. You ''cannot peer across clouds''. For example, a VNet in Azure public cloud cannot be peered to a VNet in Azure China cloud.
>
> * Resources in one virtual network ''cannot communicate with the front-end IP address of a Basic internal load balancer in a globally peered virtual network''. Support for Basic Load Balancer only exists within the same region. Support for Standard Load Balancer exists for both, VNet Peering and Global VNet Peering...
>
> * You can use remote gateways or ''allow gateway transit in globally peered virtual networks'' and locally peered virtual networks.
>
!! Virtual WAN
!!! Hubs
At most ''one hub per region is permitted'' (Microsoft 2020e).
Each Virtual WAN virtual hub is obscenely wasteful, requiring a ''dedicated subnet of length no greater than /24'' (Microsoft 2019d).
!!! Secure hubs w/ Azure Firewall Manager
''Inter-hub communication is not supported'', but the possibility is being investigated (Microsoft 2020c).
!!! P2S VPN
No greater than 25 traffic selectors are supported for IKEv2, and traffic selectors cannot be manually configured. Because one traffic selector is generated for each route, ''only environments having 25 or fewer routes are supported by Virtual WAN with IKEv2 P2S VPN'' (Microsoft 2020i).
!! Azure Firewall
Each Azure Firewall requires a ''dedicated firewall subnet of length no greater than /26'' (Microsoft 2020d). This subnet must be named `AzureFirewallSubnet` (Microsoft 2020g).
[img[A firewall must reside in the same resource group as its vnet|azure-notes-fw-vnet-error.png]]
Both the ''firewall and the vnet'' to which it connects must be ''under the same resource group''.
''Egress traffic bound for a public address is automatically source-translated to one of the firewall's public addresses.'' The choice of public address is pseudorandom. If the source is public, then traffic is first source-translated to one of the firewall's private addresses (Microsoft 2020h).
!! Azure Bastion
Each Bastion requires a ''dedicated subnet of length no greater than /27, named "AzureBastionSubnet"'' (Microsoft 2020f).
!! Azure BGP
''iBGP is not supported'' (Microsoft 2019e).
!! Public IP Addresses
''Public IP addresses in Azure are associated with a TCP/UDP timeout.''
[img[IP addresses control TCP/UDP timeout|azure-public-ip-timeout.png]]
!! Load Balancers
''Inbound NAT rules share a namespace with load balancing rules.''
[img[Azure load balancer NAT rules conflict with load balancing rules|azure-load-balancer-rules-name-conflict.png]]
!! Application Gateways
''It is not possible to create two listeners with the same port but different frontends.'' The resulting error is "Two Http Listeners of Application Gateway... are using the same Frontend Port /subscriptions/.../frontendPorts/port_443."
---
!! Footnotes
<<footnotes "1" "See [[https://docs.microsoft.com/en-us/azure/virtual-network/virtual-networks-udr-overview#custom-routes|https://docs.microsoft.com/en-us/azure/virtual-network/virtual-networks-udr-overview#custom-routes]] for details.">>
---
!! Bibliography
Microsoft. 2019a. "Choose between virtual network peering and VPN gateways in Azure." Accessed January, 2020. https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/hybrid-networking/vnet-peering.
Microsoft. 2019b. "Create, change, or delete a virtual network." Accessed January, 2020. https://docs.microsoft.com/en-us/azure/virtual-network/manage-virtual-network.
Microsoft. 2019c. "Create, change, or delete a virtual network peering." //Requirements and Constraints//. Accessed January, 2020. https://docs.microsoft.com/en-us/azure/virtual-network/virtual-network-manage-peering.
Microsoft. 2019d. "Tutorial: Create a Site-to-Site connection using Azure Virtual WAN." Accesses April, 2020. https://docs.microsoft.com/en-us/azure/virtual-wan/virtual-wan-site-to-site-portal.
Microsoft. 2019e. "About BGP with Azure VPN Gateway." Accessed April, 2020. https://docs.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-bgp-overview.
Microsoft. 2019f. "Azure Virtual Network frequently asked questions." Accessed May, 2020. https://docs.microsoft.com/en-us/azure/virtual-network/virtual-networks-faq.
Microsoft. 2020a. "Azure subscription and service limits, quotas, and constraints." //Networking Limits//. Accessed January, 2020. https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/azure-subscription-service-limits.
Microsoft. 2020b. "Hub-spoke network topology in Azure." Accessed January, 2020. https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/hybrid-networking/hub-spoke.
Microsoft. 2020c. "What is Azure Firewall Manager Preview?" //Known Issues//. Accessed April, 2020. https://docs.microsoft.com/en-us/azure/firewall-manager/overview.
Microsoft. 2020d. "Azure Firewall FAQ." Accessed April, 2020. https://docs.microsoft.com/en-us/azure/firewall/firewall-faq.
Microsoft. 2020e. "About Azure Virtual WAN." Accessed April, 2020. https://docs.microsoft.com/en-us/azure/virtual-wan/virtual-wan-about.
Microsoft. 2020f. "Create an Azure Bastion host using the portal." Accessed April, 2020.
https://docs.microsoft.com/en-us/azure/bastion/bastion-create-host-portal.
Microsoft. 2020g. "Tutorial: Deploy and Configure Azure Firewall Using the Azure Portal." Accessed May, 2020. https://docs.microsoft.com/en-us/azure/firewall/tutorial-firewall-deploy-portal.
Microsoft. 2020h. "What is Azure Firewall?" Accessed May, 2020. https://docs.microsoft.com/en-us/azure/firewall/overview.
Microsoft. 2020i. "How can we improve Azure networking?" //Azure Virtual WAN P2S with Windows Native VPN Client using IKEv2 - 25 routes limit//. Accessed May, 2020. https://feedback.azure.com/forums/217313-networking/suggestions/39999847-azure-virtual-wan-p2s-with-windows-native-vpn-clie
* 4 oz. ZingZang
* 1 oz. vodka
* 1.5 oz. Guinness
* 3 dashes worcestershire
* squeeze half lime
* add depipped serrano/jalapeno
* garnish to taste
* getters/setters not intrinsically bad
* that they're methods is bad
* just use data!
* but then it's susceptible to illegal transformation!
* separate behavior from data; share a library
* what if someone doesn't use said library?
* detect external transformations with signature field
* library signs data based on hash of other data fields
* signature can be checked for validity
* but different libs for different languages make this hard
* but that goes double for objects, in the first place
* check constraints on semantics within datum, once
* relay datum to dependents as rsvp message
* global constraints on (datum, state) form simplices
* rsvp confirm propagates back up tree to root
* confirm is commit: on partition, change persists
* time is rtt + sum of checks
* but earlier check failures are faster
* immutable data stores required
From //Fault-Tolerant IP and MPLS Networks// (Hussain, I. 2004. Cisco Press.):
<<<
According to a University of Michigan one-year reliability study of IP core routers conducted in a regional IP service provider network, router interface downtime averaged about 955 minutes per year, which translates to an interface availability of only 0.998.[3]
According to another study, router software failures are the single biggest (25 percent) cause of all router outages.[4]
<<<
3. Ahuja, A., F. Jahanian, and C. Labovitz. 1999. "Experimental Study of Internet Stability and Wide-Area Backbone Failures." //Proceeding of 29th International Symposium on Fault-Tolerant Computing//, June, 1999. https://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.32.2507
4. Heywood, P., and M. Reardon. "IP Reliability." //Light Reading Report//, March, 2003. https://www.lightreading.com/ethernet-ip/ip-reliability/d/d-id/589394&page_number=3
> A representation of instrumentalism can be obtained… by omitting… the universe of the realities behind the various appearances.
> -- Karl Popper, //Conjectures and Refutations//
In other words, Popper contends that Kant's ineradicable noumenal space is not safe from the explanatory aspect of scientific theories in his epistemology. It is in this yet unreachable space where interpretations live, like a kind of projection of our current best theories. While this projection's accuracy may only be asymptotically accurate in the same way that our knowledge is liminal, it is fair to say that the projection is a picture of reality insofar as our observations of reality do not deviate from it.
Indeed, if nature behaves continuously--that is, if small differences in our observations correspond to sufficiently small differences in natural phenomena--then even a coarse interpretation of reality will differ only in those details that we have not captured, which will surely be finer and therefore not destroy our coarse interpretation, as a whole.
* explicate Popperian epistemology, Kant's noumenal realm
* experimental artifacts, managerial artifacts, customer interactions, and localized economics as phenotype (selection pressures)
* sum of artifacts constitute environment
* environment for what? What's the genotype?
* knowledge
* why?
* genes are just knowledge, //information//
* better replicators are same in more universes
* parts that stabilize over time accrete
* effects are continuous: small-small, large-large
* knowledge accretes, emerges as organism
* organism is not dissimilar from artifacts
* but we measure what we make...
Or
* desired outcome is "reality"
* design is "theory"
* code is experimental artifact to test (disprove) hypotheses about theory
* documentation, version control, stories, Agile methodologies, QA, testing, etc. constitute a regime of memory practices
* unlike natural sciences, the "reality" targeted by theories constantly changes and is influenced by our experimental artifacts
* hence we measure what we make
Science as knowledge accretion:
* Memory Practices in the Sciences
* Popperian reasoning
* Seeing Like a State (against principled design)
* Elements of Clojure (model, interface, environs)
* Cynefin
* strange attractors and hidden equilibria
* undecidability, artificial constraints (Dhall)
* $$\sqrt{2}$$
* undecidability of reals (interval as open set)
> Many philosophers and computer scientists share the intuition that software has a dual nature (Moor 1978; Colburn 2000). It appears that software is both an algorithm, a set of instructions, and a concrete object or a physical causal process.
> (Irmak 2012: 3)
This seems preposterous. My own disdain for duality aside, the program is every bit (indeed) the same stuff as the machine in which it acts. And the machine is just as much a program, a special configuration of parts acting upon the more fundamental stuff below, and so on. Here, one must be careful to differentiate between layers of abstraction and layers of causality, and the software/hardware notion certainly conflates these. That said, there is only duality here in the same sense that there is duality in our observations of so-called emergent phenomena, and this is more an artifact of our ability to observe than a property of the stuff we're observing.
That a correspondence exists between what we intend and what the system effects is incidental, as we first fit our intent to the system; the system is scarcely capable of meeting our intent. Put another way, the program has no Platonic, semantic existence, but we surely perceive one.
> A slightly different account can be found in Fetzer (1988). He suggests that abstract programs are something like scientific theories: A program is to be seen as a theory of its physical implementation—programs as causal models. In particular, the simple assignment statement and its semantics is a theory about a physical store and how it behaves. If this is right, and a program turns out not to be an accurate description of the physical device that is its implementation, the program must be changed: If the theory that is enshrined in the program does not fit the physical device, it should be changed. But this does not seem to be what happens in practice. While the program may have to be changed, this is not instigated by any lack of accord with its physical realization, but by an independent abstract semantics for assignment. If this is correct, the abstract semantics appears not to be a theory of its concrete implementation.
Unfortunately, this misses the mark. A program certainly encodes a kind of scientific theory, but this in no way serves as a description of the physical system in which it resides. Rather, a program is an artifact of a theory--a memory practice (Bowker)--a mountain of little hypotheses and experiments, the sum of which is a precise description of how to achieve some agreed upon set of results under very special circumstances. In effect, the program, together with the rest of the system, //describes// the result in much the same way a set of equations describe a physical system. Indeed, both equations and programs contain bugs--discontinuities, singularities, unpredictable behavior. But neither programs nor equations truly //explain// a theory. Rather, each is always accompanied by some mental model which makes the situation clear and whispers to us what experiments are important. It is this mental model which generates the explanatory and predictive power of a theory. Instead, a precise description renders the model falsifiable, for how are we to judge the outcome of an experiment with no expectations of the result?
> The alternative picture has it that the abstract program (determined by its semantics) provides the function of the artifact, and the physical artifact, or rather its description, provides its structure. It is the function of the program, expressed in its semantics, that fixes the physical implementation and provides the criteria of correctness and malfunction. Programs as computational artifacts have both an abstract aspect that somehow fixes what they do and a physical aspect that enables them to cause physical things to happen.
The physical implementation is hardly fixed. There are virtually infinitely many equivalent computations from the standpoint of the programmer, as the "criteria of correctness and malfunction" come solely from the mental model of an ill-formed theory, the predictions of which are barely known.
> The phrase “physically computing” seems to imply that what the physical machine actually does is semantically significant i.e.; what it actually does determines or contributes to the meaning of assignment. Is this to be taken to imply that to fix what assignment means we have to carry out a physical computation? However, if an actual physical machine is taken to contribute in any way to the meaning of the constructs of the language, then their meaning is dependent upon the contingencies of the physical device. In particular, the meaning of the simple assignment statement may well vary with the physical state of the device and with contingencies that have nothing to do with the semantics of the language, e.g., power cuts. Under this interpretation, multiplication does not mean multiplication but rather what the physical machine actually does when it simulates multiplication. This criticism parallels that for causal theories of function ([[SEP, Th. of CS. §4.3|https://plato.stanford.edu/archives/spr2019/entries/computer-science/#TheoFunc]]).
Yes, yes! Exactly right. A program's meaning is mediated by its effects. Like any physical object in the world, we assign meaning to programs based on our affective response to them. That is, our relationship with a program, across time, across minds, decides the program's meaning--or rather, the meaning we ascribe to it. To see how mere context can change a program's meaning, consider a simple pseudo-random number generator. Connect it to a screen, and we see integers. We say, it prints numbers to a screen. Connect the same pseudo-random number generator to the targeting input of a service-to-air missile array, and we may make a different assessment.
Of course, one may point out that a program's meaning, then, should be reduced to its most immediate consequences, but doing so renders that program ineffective and, ultimately, meaningless. Such abstractions extend a wide gulf between a program's functioning and its intent--its //telos//--a connection made all the more tenuous by the passage of time. Any meaning our successors might infer from our artifacts will be extensions of their own experiences, their own notions of meaning, and not some inherent Meaning emanating from the thing we wrought.
Firewalls are number matchers--196-bit number matchers leveraging boolean logic minimization to reduce cost, but number matchers, nevertheless.
Applications are not sockets, and sockets do not identify applications. Mere number matchers cannot constrain applications, only the sockets they act on.
Any application can use any port it likes, given the necessary permissions, and a "man-in-the-middle" application does not even need these.
Number matchers do not restrict applications or users; they restrict //administrative trust//. When you permit traffic //to a socket//, you are asserting a chain of implicit trusts: you trust the company that registered the IP address to correctly translate and advertise it; you trust the service providers to correctly route the corresponding prefix to said company (and, where possible, prevent other customers and providers from originating the same prefix); and you trust the administrator of the underlying host (//mutatis mutandis//, container developer, cluster environment operator, etc.) to ensure the correct software, properly configured, occupies said socket. Likewise, when you permit traffic //from a host//, you implicitly trust the administrator of that host (possibly yourself) to ensure its configuration is correct, that only approved software is installed, that said software is free of vulnerabilities, etc. In the case that even one of these implicit trusts is violated, the connection is compromised, and this is beyond the reach of any firewall to detect or respond to it.
In virtually all cases, it is unreasonable to permit traffic //from a socket//, as this rarely corresponds to a single application, or even to a significant fraction of a single application, but, rather, to a random, tiny portion of many applications. Moreover, limiting the source port needlessly constrains the initiating application's behavior, and should that behavior ever change, the corresponding rule must change. This is hopelessly brittle, or at the very least, a bad trade.
By contrast, limiting the destination port is more subtle. There is an implicit administrative agreement at work: promise to run this application on this socket, and we will promise not to indavertently create undue load for your other applications. Of course, limiting what sockets an application will attempt to reach does not appreciably reduce the remote administrators' risk, as they can only do so by limiting what you are permitted to reach in the first place. Consider: in all probability, misconfiguration will eventually permit erroneous traffic to reach the remote host; the remote administrators have only themselves to blame for permitting said traffic, at all. Put more simply, limiting destination ports on ingress is security; limiting destination ports on egress is, largely, courtesy. This is //not// the same as saying, "limiting //egress// is, largely, courtesy." Limiting egress restricts administrative trust, which greatly reduces the risk of backdoors and exfiltration, if only by limiting opportune targets for such. It is also not the same as saying, "limiting destination ports on egress is //merely// courtesy." This is because abusive traffic patterns carry consequences, namely in the form of throttling, filtering, and legal action, and these consequences pose an operational hazard. Hazards to operations fall under the umbrella of "risk," and risk management is, for better or worse, the province of security (or, more appropriately, site reliability).
What is the use of explicit deny rules? They are a convenient shorthand for exceptions: a way to eliminate redundant specifications by stating explicitly that certain flows must not exist, no matter what subsequent rules may allow. As an example, suppose a dozen or so rules specify various intranet services that internal hosts are allowed to access, but then a new guest subnet is being added, and policy states that untrusted computers should not be able to reach the intranet. Rather than change all of the existing rules to allow only the dozens of other subnets around the guest subnet, it is far easier to simply create a deny rule that specifies only the guest subnet. Both approaches are equivalent, but the single deny rule is more parsimonious. Indeed, it's also clearer, stating explicitly what is not wanted, rather than making many statements that avoid mentioning the guest subnet.
Yet there are shortcomings. For a deny rule to be effective, it must come before all overlapping allow rules, and this requirement makes two impositions upon the operator: first, the operator must know which rules overlap; and second, the operator must ensure correct rule order. And while this may not sound like such an imposition, consider that, by convention, deny rules are typically kept at the top of rulesets, ensuring that they always come before allow rules, whether they overlap or not. This is just a natural way of avoiding knowing which rules overlap. But what happens when there are exceptions to the exception? What happens when SSH to the Internet should never, never, ever be allowed anywhere, whatsoever, except for the dozen or so times when it must be? And what about legacy FTP? Or HTTP? Exceptions are one thing, but exceptions to exceptions complicate matters considerably.
Whence this complication? Essentially, it comes from a lack of structure. Combining both allow and deny rules in a flat list means that, given a deny rule, the outcomes of all subsequent allow rules may be affected, and //vice versa//. Exceptions to exceptions have an //intended// scope--that is, the set of exceptions we intend to subvert--yet their actual scope is the set of all rules that come after, which is usually much larger. Instead, if we could introduce just enough structure to ensure that exceptions to exceptions always affect only those rules they are intended to modify, this would preserve order independence everywhere else. And writing flow specifications in an order independent way would eliminate an entire class of errors. Let us develop a model that captures the order dependence of firewall rules and see if any patterns emerge which suggest an order-independent alternative.
Modulo various side effects, such as logging events, emitting NetFlows, and triggering IPS analysis, firewall rules either permit or deny flows. Indeed, for a given flow, the entire ruleset effectively makes a single determination: to allow the flow or not. This has the character of a logic, one in which rules are represented by propositions, and these propositions are then combined with logical connectives to give one of two possible outputs: true or false. Each such proposition would be composed of, possibly many, atomic propositions with unary predicates, one example being "192.0.2.1 is the source." (N.B.: specifying a source of 192.0.2.0/31 actually represents //two// atomic propositions.) Like propositions (i.e. those with the same predicate) would be connected by logical "or," or disjunction, and unlike propositions (i.e. with different predicates) would be connected by logical "and," or conjunction. In this way, we can say things like "192.0.2.1 is the source //or// 192.0.2.2 is the source //and// 80 is the destination port," with conjunction and disjunction both left-associative and mutually left- and right-distributive. Moreover, since we know how to construct such statements from a set of atomic propositions, we can simply define a //proposition// to be any union of atomic propositions, where the //atomic propositions// are precisely the singletons. And if we take the logical connective between propositions to be logical disjunction, then given two such propositions $$p$$ and $$q$$, we would construct the proposition $$p \lor q$$ and evaluate it by generating an interpretation (i.e. an assignment of truth values) from the properties of a given flow.
To carry out this plan, we need a concrete representation for flows and rules. One way to view a proposition representing a single flow is as an associative array, or map, with each possible predicate mapped to exactly one subject (e.g. $$\{\mathrm{source} := 192.0.2.1, ..., \mathrm{dport} := 80\}$$). However, most propositions are not well-defined maps, and a set of predicate-subject pairs is a more appropriate representation (e.g. $$\{(\mathrm{source}, 192.0.2.0), (\mathrm{source}, 192.0.2.1), ..., (\mathrm{dport}, 80)\}$$). Yet we can simplify this further by noting that every relevant predicate will take a subject that is reducible to an integer modulo<<ref "1">> some modulus. In this way, we capture the logical structure of both flows and rules in a single object, and this allows for a natural mapping between flows/rules and their propositional counterparts.
More formally, we define the space
So far, so sound, but we have some explaining to do. For one, logical disjunction is commutative: $$p \lor q \Leftrightarrow q \lor p$$. This means disjuncts are order-independent. This is not the case for firewall rules, in general; under what conditions does commutativity fail? Consider two rules $$r_1$$, $$r_2$$, and let sequences $$(r_1, r_2)$$ and $$(r_2, r_1)$$ denote the two possible rulesets that can be generated from these rules without repetition. We consider these two rulesets equivalent if, and only if, given two flows $$f$$, $$f'$$, where $$f$$ matches at least one rule in the ruleset and $$f'$$ matches no rule in the ruleset, the result of applying $$(r_1, r_2)$$ to $$f$$ is the same as the result of applying $$(r_2, r_1)$$ to $$f$$, and the result of applying $$(r_1, r_2)$$ to $$f'$$ is the same as the result of applying $$(r_2, r_1)$$ to $$f'$$.
In other words, the two rulesets are considered equivalent when the outcomes of matching flows and non-matching flows do not depend on the order of the rules. If $$r_1$$ and $$r_2$$ are permit rules, then both rulesets are equivalent insofar as the outcomes are the same: whichever rule is matched, the flow is allowed; if neither matches, the default policy, usually "deny," is applied. If $$r_1$$ and $$r_2$$ are deny rules, then, again, both rulesets are equivalent: whichever rule is matched, the flow is blocked; if neither matches, the default policy is applied. Finally, suppose $$r_1$$ is a permit rule and $$r_2$$ is a deny rule. Here, we encounter an inconsistency: if there exists some flow $$f$$ which is matched by both $$r_1$$ and $$r_2$$, then the ruleset $$(r_1, r_2)$$ will permit $$f$$, whereas the ruleset $$(r_2, r_1)$$ will block $$f$$. Clearly, if there exists no such $$f$$ for which this occurs, then both rulesets are equivalent.
We have four independent cases that concern us: whether each rule is "permit" or "deny"; whether the two rules overlap (i.e. match one or more of the same flows) or not; whether a given flow is matched by either of the rules; and whether $$r_1$$ is first or last. This gives 16 possible scenarios, which we summarize in the table, below.
(table)
None of this is to say that the computational model of an ordered set of rules, traversed from top to bottom, is wrong. Rather, I claim that this model is not sufficiently abstracted from its implementation. For instance, simply grouping all explicit deny rules into a separate set would be sufficient to avoid the possibility of creating self-defeating rules. In addition, testing for overlap during rule creation and alerting the operator of redundant rules would easily prevent confusing rulesets.
But we must do more. After all, some rules are intentionally made to overlap, so as to specify exceptions to a given rule. But these, I claim, are better made part of an existing rule rather than created separately. After all, the only way to indicate such an intention, otherwise, is to keep related rules close together, which is far from clear and may certainly be defeated if the order is ever changed or if too many rules are added. To deal with this, we could simply dangle exceptional rules off an existing one, as a kind of nested list, but this is conceptually sloppy. Instead, a more general structure can be had, one which supports documentation as a critical part of rule creation.
In principle, every firewall rule should be justified by a business case. Yet while most appliances support some notion of a "comments" field, name, or description, this is far from ideal. Indeed, most business cases necessitate multiple rules, and simply copying the same justification into each rule generates not only needless toil but confusion as rule annotations slowly diverge. Instead, it would be quite natural to make "business case" a first-class object, then attach rules to this object in two groups: permits and denies. Each rule would then consist of two sections: one containing elements of the rule, itself, and one containing exceptions.
---
<<footnotes "1" "TODO: Map predicates to modulus.">>
<style>
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');
</style>
Hardly: https://royalsocietypublishing.org/doi/full/10.1098/rsif.2008.0085
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arnBtnuYnslKPRpNjPXYiCc9lHuZNpXrHxljEkhR9y8x+id/iYRmS1OmEsZO3pdOOOEErasvt8gDgJJESq4MrprCMJxYPXHllVfaFta+VKlUPvvZz87NzR48eOCcc85+17vetYLUo2lsbOzc8849fPhwrV5vtdonn3yKvcBmyHXdQqHYaDRrtebc/MLBycMf/vAfv/zlL19BXgAAIcRf/MVfvPOd71icn4/CI/Otph41WCklFRypr4hIKgWkbr755hV6XtP4+PiXvvQlBtAJOvnp1ZcYYx/64Aff9MY3tBp1aflfXOFEsfzlL39p3zwwMFAulWQc/9Ef/VGmfx5//PEoClaNjd303e8ODAys8EZE3LJlyze/+c04DKMg6ltJpVReTU5+koqIlOw/UYkojKJOs3XVZz5z+umnrzyIAHDKKaecd975rVZLyTg/iLoCiugox3dsbOzrX/9arbbYqNdkHCWWyq7HMylTOw2MYAL99BpDy6GJuT8jlxlixgdmP3BE6nrdiDAZhO6fVMr6S7xuUnsvU0+hwZcVaPXq1VLKzZs3r8CZR568AJB20ObNmzJFEdG11177ve99L3P/mjVr1q1bW6stve1tb8v8FATBVVdd9fDDD2eun3XWWc1mvVarBWH7xBNPWKEyjLE3vOENrVa7Xm/OzS/WlurveMc7Mvf85je/+dSnPpVfoN773vd2gk4cLyvQGXJdVwihvfUvivQK9p73vGfNmjWZn7773e/+67/+a+biySefPD4+Fkdh37FoNpvz8/P5afeRj3yk0+mElpjgeL7juk8//XTmzve9731SqbPOOsu+rpT6wQ9uJYI3vemNeYPuP//zP9966635ep526qlShnSkiZclTP6zSU9+PY2jMIzi6Jxzzs48Nzk5+fGPf3z37t2Z68cdtznsdIwV/Ohp//79YU6wOumkk152yin1ej0II5vP9Upv+LovahzNS82DtprTd+UQyFA7wwAAEbRZV7O8uUn/alfC6C+MMeMYMCQtcREBBGeJ600pxrgeCESU2hO3PI2NjUmlNmzYcDRtztOvfvWrgwcPcsYZZ1NTUwBYLldsYQ8Ann/++U9/+tPDw8Mf+MAH7M51XbdSqbTbnTxHPfbYY1dfffXWrVsfeOAB+5GJiYkgCNutdrvdWUFz1nT66acHYVBvturNZhAGq1evztxw7bXX3njjje9///vPPPNM+/qmTZvKpeLS0lK+TKXUY489VqvV9NI0NzdXLlcSQexI8/bJJ5+cmZnRD05PTzPGjj/++Pxt//iP/7hz584Pf/jDlUrFXPR9//zzz///vvGNvlLPE088cdFFF916660XXnihff24444jRXHUhUXX8wqF4n3336+tcub66173um984xsnnNAD0Dt37ty5cyfjLNM/ANBoNK688spNmzZdeuml9nXf98dGR+nF83BijjVwQt0gp8R8oFS1Ws3r49/+9revu+66tWvXZux0GzdulEq+hHqcffbZGzZseOihh+xpzBg78aST9uy/X6b6vpRSiyHGHEtKJeYPQEVd2yVp93QvrPRd5m0txbab2AZTEUOEwJzUGMOACIB179ABZqBSNyekYpjuC5VqM6it8AgAgNpYrgshUAAEqdKlkCgtlRCWN94CwODgIGd8ZaseLC+4f+tb37rh2zeUK+Visey6ThzHhUJWtV5cXGSMLS4uKqUyI+R5HiLYZj9N09PTnPOFhQXqdcUVCgUAiOKw02mPj49nnpqfn7ctKRs3bgyjsNVpaCjJr6779+9njOVRo1wuu64rZR/lLo7jz3zmM08//XShUPBcr1Qqj42OFbyCYFyH6vQxcaV09dVX33HHnYWC73geIjrCGcs1AQCmpqYQsdPp2GgCACeddNJykqbruu1O5+67786gSbVarVbLSsaYevEcIQrFwu7du7dv33766aebO1/2spcdd9xxmWXgrrvuYpwTqfXr12feWKvVEHHv3r2Z64yx9cdukMs4s1YmIiKpUAESAgEpAA4A2qSISpHv+/lBnJqaYozV6/XM9YGBAe1LWuGFfa86jvPoo4/Ozs5mmGKgWo2jiIiSWEpFiVUTEBEVKUJOqBkUGQIBAQESIQEhEjLjwNH3ZBqfmDlJASCSvgEBgBAS/VARIAoCAlSKpC4AGSCAJYMlb8iYUIzok/xfpUiiHeP6YlqG8beBCW0g7VI6wprpOM5ZZ712dHR0pZuWp1KpNDwysmXL8SPDo81mc+fvdniel4HhsbGxnmUnJcZYoVDgXGQmMQCsW7dO+50z133fLxR8RIhjmRlspdQ999zzgQ98wFxZu3atlDKIgjiOTjjhhLzMGQaB4DyvPLuuK7hYjh845wODA6uPOabolz3HdT3PcT0EwBVRGwCKxWJ1oDpx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
<<<
It really is as simple as I've said: When water flows through several hundred feet of 1/2" to 3/4" pipes, there is a significant amount of viscous friction, which manifests as a loss in static pressure and coressponding reduction in velocity. If you put your finger over the end, you reduce the flow rate, reducing the friction and increasing the static pressure just before the outlet.
<<<
Source https://www.physicsforums.com/threads/why-do-smaller-holes-shoot-higher-jets-of-water.266474/
!! Temporal
<<list-links "[tag[journal]sort[title]reverse[]]">>
!! Atemporal
<<list-links "[!tag[journal]!tag[figure]!prefix[$:]!title[index]sort[title]]">>
Failed network engineer. Lame programmer. Armchair mathematician. Suspected member of //Homo sapiens//.
//jean.des.morts@protonmail.ch//
On the classification of simple finite groups:
<<<
Its proof runs to between ten thousand and a hundred thousand pages, and it was done by three or four hundred mathematicians. I don't think anyone has read through the whole proof.
There were some mistakes in it. In anything as long as that, there are bound to be some mistakes, so it's not terribly worrying that there's some mistakes in it.
<<<
<<<
"The result is probably true... And I don't understand it. It's absolutely amazing--incredible!
I mean it's not incredible that I don't understand it. It's the fact that the theorem is true--apparently--and it's... We don't know why it's true.
<<<
---
<<<
I would just like to know what it's all about. You know... Why it's there. And every now and then... I've often said--I've said for twenty-five or thirty years--that the one thing I'd really like to know before I die is why the Monster group exists.
<<<
---
"There's never been any kind of explanation of why it's there. And it's obviously not there just by coincidence. It's got too many intriguing properties for it all to be just an accident. So..."
John shrugs.
"And what's that number again?" asks Brady.
"A hundred ninety-six thousand, eight hundred and eighty-three," beams John. "That's the dimensional space it lives in."
"It seems so arbitrary..."
"Oh, no, it's not arbitrary--ooo-ha-ha!"
John Conway is clearly amused.
"No, it's got to be a hundred ninety-six thousand, eight hundred and eighty-three, yes." Then, to himself, "Forty-seven times fifty-nine times seventy-one..." as if recalling the coordinates of some great treasure, lost deep in the ocean.
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
From RFC 3439 (Bush et al. 2002):
> Layering of this type does have various conceptual and structuring advantages. However, in the data networking context structured layering implies that the functions of each layer are carried out completely before the protocol data unit is passed to the next layer. This means that the optimization of each layer has to be done separately. Such ordering constraints are in conflict with efficient implementation of data manipulation functions. One could accuse the layered model (e.g., TCP/IP and ISO OSI) of causing this conflict.
This first claim is somewhat subtle. Bush and Meyer do not claim that operational order precludes optimization, per se. After all, pipelines of operations may be readily optimized at every stage through the use of feedback, whether from within or without. Whether they believe such feedback is impossible or simply comes too late is unclear, and the subsequent text does little to elucidate this. To spoil any sense of suspense, we will later provide counter-examples to refute both possibilities.
RFC 3439 continues, thus:
> In fact, the operations of multiplexing and segmentation both hide vital information that lower layers may need to optimize their performance. For example, layer N may duplicate lower level functionality, e.g., error recovery hop-hop versus end-to-end error recovery. In addition, different layers may need the same information (e.g., time stamp): layer N may need layer N-2 information (e.g., lower layer packet sizes), and the like.
At this point, it may not be obvious to the reader how multiplexing and segmentation hide information. Indeed, one of the great unspoken axioms of communications networks is data fidelity--that the space of all possible messages (SDUs) is both the domain and codomain of the communication map, and that this map, equal to the composition of all intervening maps which effect communication, is the identity. In the case of multiplexing, we must not only preserve the information that enables the reconstitution of parts, but these parts must also carry the same data as before. As an example, Time Division Multiplexing (TDM) may suffuse the resulting combined signal with clocking information, or it may simply rely on the clocks of sender and receiver being synchronized prior to transmission.^^[Citation needed]^^ In any case, whether the information is carried in-band or out-of-band, it is certainly not the case that information is lost.
However, the discipline of layered design does, traditionally, impact information sharing between layers, and this may be what Bush and Meyer are referring to. Again, in the case of multiplexing, the common PCI prepended to (N)-SDUs is not expected to be, nor even permitted to be, understood by the (N-1)-layer, below. As for segmentation, not even the number of (N)-SDUs is divulged to the (N-1)-layer, let alone their lengths. And in the reverse direction, decapsulation ensures no (N+1)-layer is ever privy to the PCI of an (N)-layer. Of course, we violate these self-imposed contraints constantly in firewalls and proxies^^[Citation needed]^^, but one might argue these are necessary intermediaries, and strict layer discipline cannot, and should not, apply.
Leaving aside the unnecessary duplication of layer functionality and PCI inefficiencies for the moment, one particuarly clear example of where layer discipline would appear to have failed us is the deprecation of IPv4 ID re-use by RFC 6864 (Touch 2013). Without legal re-use of IP IDs, the possibility of coordination between TCP and IP for sequence recovery is effectively prohibited, which once and for all relegates IP fragmentation from an intuitive feature of packet-based networks to a symptom of misconfiguration. Unless solving the shortcomings of IP fragmentation in TCP becomes popular, the only remaining work is to identify the vestiges of fragmentation and develop means to mitigate them (Mogul et al. 2019). If this was a loss for layer discipline, then the loss was total.
(Crowcroft 1992) is cited, so what did Crowcroft et al. have to say?
> Our problem finally resolved into a data transfer problem between two layers of a communications stack implementation. It is our contention that this problem is inherent in the design methods that are used for implementing communications software, where the conceptual model of a layered stack is also used for the engineering of the implementation. Layering is about modularizing the functions performed on data during its transfer from one machine to another, so that the complexity of the transfer can be managed. However, the flip side to modularization and data-hiding is that tuning the efficiency of the data path for transfer of data becomes difficult, as important details such as buffer sizes are hidden from each layer. Vertical partitioning emphasises the discontinuities in the data path, which then obstruct the application from receiving the quality of service it requires.
And what were the two layers Crowcroft et al. refer to?
From (Tennenhouse 1989):
> These statistical effects lead to Quality of Service (QOS) cross-talk in which the network performance experienced by a given application association is unduly affected by the traffic pattern of the parallel tributaries with which it is multiplexed. One approach to this problem is to assign QOS parameters to individual application associations and to prioritize the multiplexing process in accordance with the QOS specifications. However, application-specific QOS parameters cannot be applied to the data units of tributaries that are themselves multiplexed. Consequently, the lower layers of the multiplexing hierarchy must operate on aggregate data units whose QOS requirements are ill-defined. The problem is compounded at recipient systems where demultiplexing takes place: high priority application messages must be delayed until they are fully demultiplexed at each of the intermediate layers.
"Consequently, the lower layers of the multiplexing hierarchy must operate on aggregate data units whose QOS requirements are ill-defined." This is too strong a claim. It is already possible to coordinate an appropriate mapping from QoS-related fields of (N)-PCI to those of (N-1)-PCI (e.g. DSCP to COS or EXP), and in cases where the QoS requirements of one constituent (N)-PDU are more constrained than another, propagating the stricter of the two requirements is often acceptable. However, there are cases where certain QoS requirements may be mutually antagonistic. For example, a teleconferencing application may ask to minimize latency, while a file transfer may ask to maximize throughput. If (N)-PDUs from each flow are aggregated into a single (N-1)-PDU, then propagating either QoS requirement poses problems. Committing to low latency could result in excessively large PDUs filling priority queues, causing delays for other low-latency flows. Committing to high throughput could cause delays if many small PDUs are concatenated for efficiency. The overhead of deserialization and--if aggregate PDUs are fragmented--reassembly may also result in significant delays. Therefore, in cases such as these, accepting the overhead of multiple (N-1)-PDUs may be preferable to the more unwieldy fate-sharing created by aggregation (N-1)-PDU.
Nevertheless, there are ways around even this problem. Chiefly lacking is coordination between layers via an Inter-application Access Protocol (IAP), which carries requirements for allocation of a new connection, or flow. Rather than map one QoS model onto another, with some loss of fidelity, if every layer understands IAP, then layers can coordinate to determine which should provide the requisite mechanisms and guarantees. If the network cannot marshall the necessary resources for communication, not least of all due to mismatched NoS-QoS, the allocation process should fail, returning an error to the requesting application. In fact, when IAP is understood by all layers, there is no need to copy the information across a processing system: every layer in the processing system simply reads from the same immutable IAP PDU. Another consequence of this is that any layer may relay the IAP PDU. Contrast this with RSVP (IntServ), which uses a host-level daemon to announce supporting sources and destinations, as well as socket-level QoS.
"The problem is compounded at recipient systems where demultiplexing takes place: high priority application messages must be delayed until they are fully demultiplexed at each of the intermediate layers." While this is certainly true, most processing systems will only ever require two or three layers beyond the physical, including relays. This is because relays need not keep a full complement of the upper layers they support; they need not participate in a VPN, say. Besides, applications may attach themselves to lower layers when //less scope// is required. And if greater scope is needed, another node in the same layer can relay application traffic at a layer above (assuming the application trusts the relaying node to do so).
Ah, but is this not precisely what leads to the "ill-defined" QoS of aggregate data units? After all, the original headers are either removed (protocol translation) or encapsulated, rendering the original PCI unreadable. But no, this need not be the case. Clearly, QoS concerns span layers. A global IAP, for requesting (also denying/granting) access to resources and signaling the QoS desired, would enable coordination between all intervening layers. Where sufficient resources to effect the requested QoS could not be marshaled, no "ill-defined" QoS need ever occur: the network would simply deny the request, citing either insufficient resources or overriding NoS constraints. And if a layer lies about its NoS or its ability to meet application requirements, this is another matter. Oversubscription on the basis of stochastic patterns is ubiquitous, and every network operator must come to their own conclusions about what amount of "fudging" is acceptable for a given set of applications. Regardless, there is, again, no technical obstacle to eliminating the observed information hiding. Nevertheless, we do well to remember that, in general, such information hiding is also an //enabling// constraint, useful in numerous contexts, and we should be conservative in what we reveal. Not only must we avoid external dependence on internal state (or risk portability), but we must also remain mindful of side-channel attacks.
From (Carpenter 1996):
> [The end-to-end] principle has important consequences if we require applications to survive partial network failures. An end-to-end protocol design should not rely on the maintenance of state (i.e. information about the state of the end-to-end communication) inside the network. Such state should be maintained only in the endpoints, in such a way that the state can only be destroyed when the endpoint itself breaks (known as fate-sharing). An immediate consequence of this is that datagrams are better than classical virtual circuits.
But why is this so desirable? Is it not also desirable for state to survive a single-node failure? What about BGP graceful restart with helper nodes? Clearly it is sometimes better to maintain state in the network so as to quickly help a failed //endpoint// regain its lost state. Multicast group state is also relatively durable; having done all the work to establish it, there is little point in tearing down immediately after the source fails if there is nothing else to replace it.
Again, (Tennenhouse 1989):
> The principal advantage of layered architectures is that they provide for the step-by-step enhancement of communication services. In theory, each service boundary between adjacent layers identies a stage in the enhancement process. In order to minimize the duplication of functionality across layers, the network architect should collect similar functions into the same layer. In the case of the multiplexing function, this principle has been largely ignored. For example, the OSI architecture presently provides for multiplexing within six of the seven layers of the protocol stack. It is claimed that the extensive duplication of multiplexing functionality across the middle and upper layers is harmful and should be avoided.
From ISO/IEC 7498-1 1994:
> ''6.1.5'' Layers 1 to 6, together with the physical media for OSI provide a step-by-step enhancement of communication services. The boundary between two layers identifies a stage in this enhancement of services at which an OSI service standard is defined while the functioning of the layers is governed by OSI protocol standards.
(Zimmerman 1980):
> The basic idea of layering is that each layer adds value to services provided by the set of lower layers in such a way that the highest layer is offered the set of services needed to run distributed applications. Layering thus divides the total problem into smaller pieces.
And:
> Principles to be considered are as follows.
>
> 1) Do not create so many layers as to make difficult the system engineerin? task describing and integrating these layers.
> 2) Create a boundary at a point where the services description can be small and the number of interactions across the boundary is minimized.
> 3) Create separate layers to handle functions which are manifestly different in the process performed or the technology involved.
> 4) Collect similar functions into the same layer.
> 5) Select boundaries at a point whch past experience has demonstrated to be successful.
> 6) Create a layer of easily localized functions so that the layer could be totaly redesigned and its protocols changed in a major way to take advantages of new advances in architectural, hardware, or software technology without changing the services and interfaces with the adjacent layers.
> 7) Create a boundary where it may be useful at some point in time to have the corresponding interface standardized.
> 8) Create a layer when there is a need for a different level of abstraction in the handling of data, e.g., morphology, syntax, semantics.
> 9) Enable changes of functions or protocols within a layer without affecting the other layers.
> 10) Create for each layer interfaces with its upper and lower layer only.
> 11) Create further subgrouping and organization of functions to form sublayers within a layer in cases where distinct communication services need it.
> 12) Create, where needed, two or more sublayers with a common, and therefore minimum, functionality to allow interface operation with adjacent layers.
> 13) Allow bypassing of sublayers.
!! Notes
<<footnotes "1" "Citation needed.">>
!! Bibliography
* Bush, R. and D. Meyer. 2002. "Some Internet Architectural Guidelines and Philosophy." //RFC 3439//. https://doi.org/10.17487/RFC3439.
* Carpenter, B. 1996. "Updated Specification of the IPv4 ID Field." //RFC 6864//. https://doi.org/10.17487/RFC6864.
* Crowcroft, J., Ian Wakeman, Zheng Wang, Dejan Serovica. 1992. "Is Layering Harmful?" //IEEE Network// 6, no. 1: 20-24.
* International Organization for Standardization. //ISO/IEC 7498-1 : 1994(E)//. Corrected and reprinted June 15, 1996. Available at http://klepal.cz/ite/dokumenty/ISO+IEC+7498-1-1994.pdf.
* Mogul, J. C. and Christopher A. Kantarjiev. 2019. //Retrospective on "Fragmentation Considered Harmful."// Available at https://ccronline.sigcomm.org/wp-content/uploads/2019/10/acmdl19-328.pdf.
* Tennenhouse, David L. 1989. //Layered Multiplexing Considered Harmful//. Available at https://www.cl.cam.ac.uk/teaching/0809/DigiCommI/tennenhouse1989layered.pdf.
* Touch, J. 2013. "Updated Specification of the IPv4 ID Field." //RFC 6864//. https://doi.org/10.17487/RFC6864.
* Zimmerman, H. 1980. "OSI Reference Model - The ISO Model of Architecture for Open Systems Interconnection." //IEEE Transactions on Communications// COM-28, no. 4: 425-432. Available at http://csis.pace.edu/~marchese/CS865/Papers/zimmerman_osi.pdf.
Consider a diagram in the small category of finite subsets of the positive integers (i.e. network addresses)
[img[Network address translation diagram|address-translations-diagram.png]]
where
* $$F$$, $$G$$ are invertible endofunctors called //translation maps//,
* $$\sim_{H}$$ denotes homotopy equivalence,
* $$\cong$$ denotes set isomorphism, and
* $$S$$ and $$T$$ are mutually disjoint, as are $$S'$$ and $$T'$$.
In essence, $$F$$ and $$F^{-1}$$ (resp. $$G$$ and $$G^{-1}$$) are better known as //source NAT// (SNAT) and //destination NAT// (DNAT). The back-to-front isomorphisms shift perspective from the initiator of a flow to the... respondent? (Correspondent? Is there actually a descriptive word for this?) The letters $$S$$ and $$T$$ are chosen to be evocative of the words "source" and "target", and their "primed" counterparts help to illustrate that the initiator's source is the respondent's (ugh) target, and vice versa.
At any rate, //network reachability// is really just homotopy equivalence. To see it, instead of holding a network graph $$G$$ fixed and moving a packet around the graph, hold the location of a packet fixed, then shift the network graph. In this sense, a node $$q \in G$$ is reachable from a node $$p \in G$$ if, and only if, some sequence of edge-preserving transformations of $$G$$ can move node $$q$$ into the same position that node $$p$$ occupied.
Why is this of interest? While the above diagram comes from network address translation, the phenomenon is far more general. The functors $$F$$ and $$G$$ are merely a means of gluing together two overlapping address spaces (or namespaces, or whatsoever your little heart desires). Indeed, we could have $$S \sqcup T = S' \sqcup T' = F(S) \sqcup F(T) = G(S') \sqcup G(T')$$, but many choices of $$F$$ and $$G$$ are ambiguous.
First, we need a graph.
Let $$G = (V, E, R)$$ be a //hypergraph//, where $$V$$ is the //vertex//, or //node//, set, $$E$$ is the //edge// set, and $$R \subseteq V \times E$$ is the //incidence relation// on $$G$$. When an ordered pair $$(v, e) \in R$$, for some node $$v \in V$$ and edge $$e \in E$$, we write $$vRe$$ and say that $$v$$ and $$e$$ are //incident//. In a slight abuse of notation, we may also write $$v \in G$$ or $$e \in G$$ where convenient.
Note that this definition allows for edges with one, or even zero, incident nodes. Now we can talk about stubs, point-to-point links, and multiaccess media, but we have no way to talk about routers and their relationships to one another. For that, we need a notion of adjacency.
We say that two nodes $$x, y \in V$$ are //adjacent//, writing $$xy \in G$$, when there exists an edge $$e \in E$$ such that $$x$$ is incident to $$e$$ and $$y$$ is incident to $$e$$. Clearly, $$yx \in G$$ whenever $$xy \in G$$. We then define the //neighbors// $$N(v)$$ of $$v$$ to be the set containing all nodes $$w \in V$$ such that $$vw \in G$$.
Now we can talk about routers. What does a router do, exactly? Route? We commonly say that routing is "finding a path," but the only path an isolated router will find is a trivial one, of length zero. And merely finding a path is not the same as using that path to actually send and receive messages. So it would seem that the thing a router obviously should be doing, it does not do at all, and what a router does do is, in fact, something else. What we need is to tease these two concepts apart and make clear their relationship to one another. We also need a new term to differentiate what a router is from what it does.
What I propose is that we instead call a "router" a //relay//, as its purpose is to relay information. We can then say this purpose is achieved by two separate, but related, mechanisms called //routing// and //forwarding//. Routing is a strictly distributed function, whereby two or more relays exchange paths and related data to construct a mapping from destinations to next-hops. Forwarding is a strictly isolated function, whereby a single relay receives and, subsequently, transmits messages.
Now, the relationship between routing and forwarding may seem to be that one simply informs the other, but the reality is slightly more sophisticated. In particular, switches serve the same purpose that our relays do, yet we rarely, if ever, associate switches with routing. Clearly, switches perform forwarding, as we've defined it. And the forwarding of frames from switch to switch certainly describes a path. Could it be that switches are routing? What "paths and related data" might they be exchanging?
With a little rumination, we can see that the messages, themselves, are the paths being exchanged. An Ethernet II frame provides us a route destination in the guise of a source field. It also provides us forwarding information: the interface on which the frame was received. By contrast, a traditional distance-vector protocol would only add to this a metric. Of course, there are other considerations--loop protection, VLANs, //et cetera//--which warrant the exchange of additional data, but these mechanisms are used to //limit// forwarding, not enable it. In some sense, this more passive form of routing trades one large, up-front cost for many smaller, ad-hoc costs later on. For those acquainted with multicast algorithms, this is identical to PIM Dense-Mode, which forwards first and asks questions later.
So we can describe the relationship between routing and forwarding this way: either we forward now and route later, or we route now and forward later; anything else is just flooding. Put another way, //eager forwarding// is //lazy routing//, and //lazy forwarding// is //eager routing//. If it was put to us to assess which of these two strategies a particular algorithm used, we could say that ''lazy routing prunes graphs'', whereas ''eager routing grows trees''. In either case, there is a whole range of possibilities between these; the difference is one of degrees, not devices.
An illustration of how Ethernet switching fits this model will be instructive. Let the //root-path tree//, or //RPT//, be the [undirected] shortest-path tree whose root is the usual one, elected according to lowest bridge-id. We then declare a directed tree, rooted at a given source bridge, to be a //source-path tree//, noting that, in the case of STP [Spanning-Tree Protocol], valid source-path trees must also be subtrees of the RPT. Consequently, traffic destined for a non-overlapping subtree will not necessarily traverse the shortest path, instead preferring a path that ascends, and then descends, the RPT. Now, consider that STP constructs the RPT prior to accepting traffic. This is clearly a lazy forwarding mechanism. Yet STP leaves the construction of source-path trees to the sources, themselves--that is, once cycles have been eliminated, it forwards first and asks questions later. This is a perfect example of how these two extremes, eager and lazy forwarding, can form a continuum rather than a dichotomy.
In principle, we can still convert Ethernet switching to a purely lazy routing implementation. By adding a TTL field to Ethernet II, along with a rule for preferring the interface which receives the highest TTL PDU, loops are prevented by building a spanning tree on-the-fly. We may also benefit from a new timer which drops high TTL entries on one interface when low TTL PDUs are repeatedly seen on a different interface. In most cases, this would be preferable to awaiting the standard FDB timeout.<<ref "1">>
Clearly, then, switches and routers are just relays, and relays have two basic tasks: distributed spanning-tree construction, per-source or per-destination, and mapping destinations to subsets of interfaces. This allows us to model relay for all devices without regard to any particular algorithm. All we need, now, is a forwarding function and a notion of //address//. As a basis, we now turn to CIDR [Classless InterDomain Routing].
CIDR notation is perhaps more subtle, and yet simpler, than one might suppose. Usually, we take the slash in `192.0.2.0/24` to be a binary operator $$S(a, l)$$, where $$a$$ is an integer, modulo $$2^{32}$$, $$l$$ is in the set $$\{0, ..., 32\}$$, and $$S$$ has infix form $$aSl$$. One obvious definition is $$S(a, l) := \{a, a + 1, ..., a + 2^{32 - l} - 1\}$$, in which we simply permute all the host bits. But this notation, as presented, is stubbornly opaque, and the operation we've defined is quite unnatural. To see why the CIDR "slash" is an excellent--maybe even perfect--choice of notation, a more powerful construction is required, one with a very different definition from the usual one.
First, let us regard the slash in $$a/l$$ as a unary operator $$/_l(A)$$ acting on the set of addresses $$A$$, which //divides// the set into $$2^{l}$$ mutually disjoint subsets of equal size, each equivalent to the set $$\{0, \dots, 2^{l} - 1\}$$ under element-wise $$\operatorname{mod} 2^l$$. Furthermore, because we have used a power of $$2$$, each of these subsets is also bitwise contiguous. This makes it clear that the slash, a symbol normally identified with division or modulus, is a much more intuitive notation than is usually credited.
Let $$\ell$$ be a non-negative integer, and let $$\mathcal{A}_\ell$$ denote the quotient set $$\{\bar{a}_{2^\ell} \ |\ a \in \mathbb{Z}\}$$, where $$\bar{a}_{2^\ell} = \{a + k \cdot 2^\ell \ |\ \forall k \in \mathbb{Z}\}$$ is the residue class of $$a \operatorname{mod} 2^{\ell}$$. We define the //prefix set// $$\mathcal{A}$$ to be the union $$\bigcup_{i} \mathcal{A}_i$$ of quotient sets $$\mathcal{A}_i$$, for all non-negative integers $$i$$. For any integer $$x$$, we define $$\bar{x}_{2^\ell} =: \mathcal{A}_{\ell}(x) \in \mathcal{A}_{\ell}$$ to be the residue class of $$x$$ mod $$2^\ell$$. When $$x$$ is the least element of $$\mathcal{A}_{\ell}(x)$$--that is, $$x \le y$$ for all $$y \in \mathcal{A}_{\ell}(x)$$--we may also call $$\mathcal{A}_{\ell}(x)$$ a //prefix//.
//Define A as partial order? Suggest Alexandrov topology//
Let $$G = (V, E, R)$$ be a hypergraph, and let $$\mathcal{A}$$ be an address space.
We define a map $$r : V \times \mathcal{A} \rightarrow \mathcal{P}(\mathcal{A})$$ from vertex-address pairs to sets of addresses. Forwarding is $$f_{v} : \mathcal{P}(\mathcal{A}) \rightarrow \mathcal{V}$$. These compose as $$\rho_{v}(d) := f_{v}(r(v, d))$$.
---
<<footnotes "1" "As it turns out, this design, modulo headers and TTL handling, is precisely how the BATMAN Advanced mesh protocol works. This is obvious to me, now (as the implementation could not be otherwise), but I should have known as much back in 2013, when I had the good fortune of meeting the developers in Aalborg. Sadly, I was too unsure, and too dense, to see it.">>
* replace every address and serial number, one at a time; is it the same device?
* what is the one thing that has not changed while the ship has been slowly replaced?
* the ship's logbook: though the totality of its contents have changed, the record of repairs persists.
* so long as the history of changes remains associated with a unique id, the abstract entity we call a node will maintain a consistent identity.
The simplest metric for judging "distance" between two compound objects is the Hamming distance $$d_{uv} = H(u, v) = H(v, u) = d_{vu}$$ of two binary vectors $$u$$ and $$v$$, which are compared for component-wise differences. This is equivalent to taking the $$\operatorname{XOR}$$ of two integers $$a$$ and $$b$$, then counting the number of "ones" bits in the resulting integer $$a \operatorname{XOR} b$$.
Let $$U$$ and $$W$$ be (not necessarily distinct) network states. The minimum distance $$\operatorname{min}_{w \in W} d_{uw}$$ of all nodes $$w$$ in state $$W$$, from a particular node $$u$$ in state $$U$$, implies a relation $$R \subseteq U \times W$$. In most cases, for a given $$u$$, there will be a unique $$w'$$ such that $$uRw'$$. Where this is not the case, external criteria must be used to manually select a particular (best) w'. In the event that two nodes $$u$$ and $$u'$$ in $$U$$ both relate to the same $$w'$$, $$R$$ can be made an injective map by deciding which of $$u$$ or $$u'$$ to eliminate. Ideally, an injection $$U \to W$$ can be constructed which accounts for all changes occurring between $$U$$ and $$W$$.
<<<
Application names and directory. Early in the development, the model of
operating systems told us that we should have application names and net-
work addresses. As with operating systems, application names would be
location independent, whereas addresses would be location dependent. In
fact, I remember my mild disappointment when it was announced that
well-known sockets would be used as a stopgap measure, rather than
defining application names and a directory. It was understandable. Com-
ing up with a naming scheme and building a directory would have taken
considerable time. We had only three applications and only one instance of
each of them in each host. Application names and a directory weren’t
really needed immediately. Eventually, we would have to go back and do it
right before there were too many applications. What did naming and
addressing look like in networks?
<<<
xvi
<<<
Host table gets unwieldy—DNS but no application names or directory. From
the beginning of the ARPANET, the Network Information Center (NIC) had
maintained a text file of the current list of hosts and their corresponding IMP
addresses. Every few weeks, the latest version of the file was downloaded. Then weeks became every week, became every other day, and by 1980 or so it was becoming hard to manage manually as a simple text file. This was bound to happen with the Internet continuing to grow. So now was a good time to take the first step to resolving some of the addressing problems, by putting a scheme of application names and a directory in place. But there were still only three applications in the Net, and each host had only one of each. There was still no real need for all the trouble of a directory. And everyone was quite comfortable with the way it had been done for the past 15 years.[12] So, DNS was created essentially as a hierarchy of distributed databases to resolve synonyms for IP addresses, replacing the old host table. This approach was partly due to the strong attachment to the idea of naming hosts that was begun with the ARPANET (even though a careful analysis of naming in networks shows that naming hosts is not relevant to the addressing necessary for communications). As long as there were well-known sockets and only one occurrence of an application in each host, DNS was all the “directory” that was needed: a means to maintain a user-friendly form of the IP address. Even though there had been discussions of a directory since the early 1970s, an opportunity to show some vision was lost. Already the attitude of introducing no more change than necessary to address the current problem had set in. Was this prudent engineering, shortsightedness, protecting the status quo, or a bit of all three?
<<<
xx-xxi
<<<
It was recognized early that there was a need for a directory, and there were some proposals for one (Birrell et al., 1982).
<<<
98
<<<
Another interesting class of distributed applications is the directory- or name- resolution protocols... If one were building a 'resource-sharing network,' a phrase that appeared in many early networking papers, one would need a means to find the resources. Because operating systems were the guiding metaphor from the early 1970s, the obvious solution was some sort of 'directory,' a service that could tell the user where things were. The earliest attempt was the XNS Grapevine system (Birrell, A. et al., 1982) developed by Xerox PARC in the late 1970s and extended in Clearinghouse (Oppen and Dalal, 1983). Other commonly known, similar services include DNS, X.500, Napster, Gnutella, distributed hash tables, and so on. All of these have the same basic elements and the same structure with a few variations depending on size, degree of replication, and timeliness of updates. Basically, this is a distributed database problem...
A *name-resolution system* [original emphasis] (NRS) consists of a database, usually distributed, that is queried by the user. The database maintains the mapping between two name spaces: one that names what is to be located, and one that names where the object is. (To facilitate the description, I refer to the 'what' names as 'names' and to the 'where' names as 'addresses.' ...In some cases, a third name space of attributes and a mapping to the application names is used. This allows the user to query not just on the name of the object, but also on attributes of the object. In general, this is a separate NRS. This is what *search engines* [original emphasis] do. Some services replace the application name space with the attribute name space--in effect, treating a string of attributes as the name of the object. This is not always a wise decision. A string of attributes may identify one, none, or many elements, and furthermore, the object(s) ultimately referred to by the string may change with time. This yields a potentially large number of names for the same object. If the service needs to maintain accountability and track access to the objects (as may be required for security purposes), the attribute searches should resolve to a unique name so that accountability is maintained. (Because objects may move, it is necessary to resolve to a name rather an [sic] address.)
<<<
132-133
<<<
In the above, figure 4-8 shows a mapping from //attribute space// to //name space// ("Search"), as well as a mapping from name space to *address space* ("Directory/NR", or name resolution).
<<<
<<<
The OSI Directory Service, also known as X.500, was probably the first to run into this conundrum. X.500 was initially intended to provide the mapping between application names and their network addresses. But as the work developed, it was made a more general-information repository for finding resources of almost any kind. They originally proposed the use of 'descriptive names,' which was an arbitrary sequence of attribute/values. This looked very similar to a query. A sequence of attribute/value pairs is nothing more than a query in disjunctive normal form. When it was pointed out that accountability was required for application names, they retreated to an ordered sequence of attribute/values, called a 'distinguished name,' which satisfied the requirement of accountability. Distinguished names still have a strong similarity to queries and indicate that the traditional hierarchical pathname is merely a distinguished name where the attributes are 'understood.' None of the mathematical or philosophical work on naming addresses the difference between a name and a query and whether it matters.
<<<
133-134
<<<
Two protocols are required for this service: ...[a] request/response protocol for querying the database... a protocol for distributing updates to the database, if it is distributed...
<<<
134
<<<
With DHTs, the name of the resource, usually the URL, is hashed. The hash creates a number of buckets where resources may be stored... This may be beneficial in terms of load leveling, but it destroys any locality that may have been embedded in the original name and would have allowed the sites to do some intelligent caching. To add insult to injury, attempts to address this shortcoming have been proposed by adding additional mechanisms to treat the hash value as a hierarchical name (!). A user uses a hierarchy imposed on the hash to find the site with the resource. Essentially the same way, a DNS lookup uses the structure of the domain name to find the correct DNS server. ...[W]hy not use the original name, which in most cases was already hierarchical and very likely reflected locality to a large degree[?]
<<<
135
<<<
As mentioned earlier, directory schemes, such as X.500, in puruit of 'user-friendly names' initially proposed a 'descriptive naming' scheme consisting of the intersection of an arbitrary list of attributes and their values. This characterization begins to confuse the difference between a query and a name. These attributes, in effect, define a topology within which the application is 'located.' Applications in the same part of the directory are in the sense of this topology 'near' each other, at least from the point of view of the application naming space, while almost certainly not from the topology of network addresses.
<<<
139
<<<
[T]he early ARPANET had its hands full demonstrating a resource-sharing network and created 'well-known sockets' as a stopgap so that it could demonstrate the usefulness of the network. The need for a directory was well understood at the time, but there were other priorities. Because there were no new applications in the Internet for another 20 years, there was no reason to change. (And by this time, there was a new generation of engineers who now argued that well-known sockets were a gift from the gods, divine insight, not a kludge that should be fixed.)
<<<
179
<<<
He's got a soul so damn cold an' rattlesnake mean, Satan himself threw him back outta hell.
-- Garth Ennis, //Preacher//
<<<
---
<<<
A man's at odds to know his mind cause his mind his aught he has to know it with... You can find meanness in the least of creatures, but when God made man the devil was at his elbow. A creature that can do anything. Make a machine. And make a machine to make the machine. And evil that can run itself a thousand years, no need to tend it.
-- Cormac McCarthy, //Blood Meridian//
<<<
---
"I find it totally absurd: that the word [sic] 'intellectual' and 'property'--that those two things can be put into the same sentence, and you've connected 'intellectual property' with 'property,' as if an idea can be owned! And then you get money for it. It's not physical! You know, physical things, you can own. You can't own ideas.
"'Intellectual property' is ideas; it's passages of naughts and ones. It's--it's totally absurd that you can own these things. And I don't accept this! And I think that computer scientists are kind of in this forefront of people who understand this stuff. We're not the super rich venture capitalists making all the money out of the technology: we're the slaves who work for them. Right? But we have the
power. They don't have the power. They can't control the computer.
"So all these kind of, you know--when the Occupy movement was there with its mobile phones, live-streaming, and they were chanting 'The world is watching,' and the police are standing off. Do you think they would have gone--do you think they'd have gone with their batons and things if they hadn't been live-streaming it? Yeah, sure they would."
-- Joe Armstrong
---
<<<
Math is always about... like, you imagine something in three dimensions, and you pretend you're imagining something in seven dimensions, and people think you're a genius, right? But you just do calculations to make sure you don't screw up.
-- John Baez
<<<
---
<<<
If you want to make an enemy of a man, tell him that his ills are incurable.
-- George Orwell, //Road to Wigan Pier//
<<<
---
"I teach my maintainers to merge immediately. Pull request comes in, we have a competition to see who can merge the fastest.
"'Ah, but Pieter, does it break tests?'
"I don't really care. Let's say it breaks tests; merge it anyway.
"'Oh! We've broken master!'
"Good. Now we know it's broken.
"Merge it. Merge it, merge it."
-- Pieter Hintjens
---
<<<
Whiteboards are a lie... Anything you think you can make is a lie. You're fooling yourself, you're fooling your clients. It may be profitable--it's a lie. And it will eventually turn into trash. And I know: I've done it so many times.
-- Pieter Hintjens
<<<
---
<<<
Consider the total institution. Mary Douglas (1986) argues that 'when everything is institutionalized, no history or other storage devices are necessary' (48). If I get processed into a prison, I can survive there as just a number (as the Count of Monte Cristo discovered). There is no need for the institution to hold any information about me other than that I exist and that I am subject to its regulations for such and such a time period; there is no need for me to remember anything about my own past, or any sets of skills beyond a fairly simple motor set. Why I am there and who I am just don't matter to the institution itself; it 'remembers' all it needs to know through the complex set of procedures that it puts into place.
This replacement of memory by procedures extends to a formal information processing argument that Ross Ashby made about closed systems all kinds [sic]. He argued that if we completely know a system in the present, and we know its rules of change (how a given input leads to a given output), then we don't need to bring to mind anything about the past. Memory, he said, is a metaphor needed by a 'handicapped' observer who cannot see a complete system, and 'the appeal to memory is a substitute for his inability to observe (Ashby 1956, 115). Now no institution is ever total, nor is any system totally closed. However, it remains true that there are modes of remembering that have very little to do with consciousness. These modes tend to abstract away individuality (extension of a person back in time) by substituting rules and constraints on the behavior of types of people for active recall.
-- Geoffrey Bowker, //Memory Practices in the Sciences//
<<<
Like an FSM... This is tyranny, but then Funes the Memorious suffers another kind of tyranny, diametrically opposed. This second kind of tyranny is what evolution has "solved" through calculated undersampling, and the state is a natural extension of this project. In this way, survival may become prosperity. All that remains is to minimize tyranny of the first kind.
---
<<<
Charles Kettering believed that within every problem lies its solution; we only have to learn to listen to the problem--in a sense, learn to 'follow the grain' of the problem.
-- John Day, //Patterns in Network Architecture//
<<<
---
<<<
If the team succeeds, the individual does not matter.
If the product succeeds, the team does not matter.
If the company succeeds, the product does not matter.
What matters to you?
-- Jim Coplien, quoting the creator of Scrum
<<<
---
<<<
The empirical data shows that TDD will kill you... You've got bottom-up development; that's going to destroy your coupling and cohesion. Everyone laughed at me... TDD will destroy your architecture."
-- Jim Coplien
<<<
---
<<<
Kanban was invented by Taiichi Ono, who invented the Toyota production system... He says, in order for kanban to work--it's only for highly disciplined teams... There are eight rules of kanban, and you must follow all six: rule six of kanban is to eliminate all kanban from the system.
Kanban is something you should be ashamed of, because you have inventory and handoffs and you do not have teamwork.
-- Jim Coplien
<<<
Ono, in //Toyota Production Systems//, specifically says that rule six "urges us to reduce the number of kanban," which increases sensitivity of the remaining kanban. This makes sense, as fewer queues will create faster feedback.
---
<<<
What's true of every bug found in the field? ...It passed the type checker! What else did it do? It passed all the tests! OK. So now what do you do?
I think we're in this world I like to call "guard rail programming." It's really sad. We're like, "I can make a change because I have tests." Who does that?! Who drives their car around, bangin' against the guard rails, saying "Whoooa! I'm glad I've got these guard rails, 'cause I'd never make it to the show on time!"
And, do the guard rails help you get to where you wanna' go? Do guard rails guide you places? No, there's [sic] guard rails everywhere. They don't point your car in a particular direction.
...Now, of course, everybody's gonna' start moaning, "But I have all this speed! I'm agile, I'm fast. You know, this easy stuff is making my life good, 'cause I have a lot of speed."
So what kind of runner can run as fast as they possibly can from the very start of the race? Right. Only someone who runs really short races. OK? But, of course, we are programmers, and we're smarter than runners--apparently--because we know how to fix that problem. Right? We just fire the starting pistol every hundred yards and call it a new Sprint!
...Is having a test suite and refactoring tools gonna' make changing the knitted castle faster than changing the Lego castle? No way. Completely unrelated.
-- Rich Hickey
<<<
---
<<<
When you are determined to practice zazen with the great mind of Buddha, you will find the worst horse is the most valuable one. In your very imperfections you will find the basis for your firm, way-seeking mind. Those who can sit perfectly physically usually take more time to obtain the true
way of Zen, the actual feeling of Zen, the marrow of Zen. But those who find great difficulties in practicing Zen will find more meaning in it. So I think that sometimes the best horse may be the worst horse, and the worst horse can be the best one.
If you study calligraphy you will find that those who are not so clever usually become the best calligraphers. Those who are very clever with their hands often encounter great difficulty after they have reached a certain stage. This is also true in art and in Zen. It is true in life. So when we talk about Zen we cannot say, "He is good," or "He is bad," in the ordinary sense of the words. The posture taken in zazen is not the same for each of us. For some it may be impossible to take the cross-legged posture. But even though you cannot take the right posture, when you arouse your real, wayseeking mind, you can practice Zen in its true sense. Actually it is easier for those who have difficulties in sitting to arouse the true way-seeking mind than for those who can sit easily.
-- Shunryu Suzuki, //Zen Mind, Beginner's Mind//
<<<
If a tree falls in the forest, and no one is there to hear it, has the tree, in fact, fallen? Undoubtedly. A more interesting question might be, is its fall consequential, and if so, to what or whom? And to what extent, at that? Ultimately, treefall is a fact of life, and taken on its own, saying so hardly constitutes a state of emergency. Given report of a fallen tree, it is no more preposterous to ask, Which one?
The reality of systems, generally, is that things occasionally fail, and one bad turn deserves another. Historically, the notion of uptime, often stated as an order of magnitude, as in "five nines" or 99.999%, has been used not only as a measure of system stability but as an aggregate approximation of "health" for entire networks of systems, as well as a proxy indicator for the productivity and competency of entire departments.
This cult of uptime, like the cult of Six Sigma, simultaneously underfits and overfits the data. Practitioners know very well (or they certainly ought) that defects arise as a matter of course, even if only by virtue of the background noise in the system's environment. Indeed, that we stress redundancy and high availability demonstrates our familiarity with this fact. Yet uptime, an irrelevant metric, finds its way into our dashboards and monthlies, nevertheless. Note well, though, how infrequently it appears in post mortems.
What question should we be asking, then? Are we to ask, Did such and such failure have a cost? No, that’s not quite right. Just as every falling tree makes a sound, every failure, no matter how small, has a cost, and these costs compound, if only as losses in human capital. Should we, instead, estimate the unit cost and multiply by downtime? No, this is nonsensical. Rarely is there a “unit cost,” as virtually all such costs scale superlinearly, if not exponentially, as a function of downtime. After a certain amount of downtime, a cost to reputation and its repair must be assessed, and the latter is surely far greater than the former.
Perhaps the problem is the level of interpretation. At the level of business, the impairment of business function, the failure to meet obligations, is material, as is lost revenue. The very fact of an event impacts trust, in the case of extant relationships--or reputation, for potential ones--whereas lost revenue is a function of time-to-restore. While the former may not be easily quantified, the latter can be reasonably reduced to an estimated unit cost, parameterized by time-of-day, day-of-week, time-of-year, etc.
• "So Cook took them in. Kealakekua Bay wasn't the kind of safe harborage he wanted. But it was the only one available in what turned out to be his last storm."
• "There was no special shirt for the winner, who finished so far ahead of the others that only a handful of them ever saw him until the race was long over... and not one of them was close enough to MacDonald, in those last two miles before the finish, to see how a real winner runs."
On 21 May, 1684, more than a hundred years before the Chappe brothers built the semaphore telegraph in revolutionary France (Wikipedia 2018), Robert C. Hooke read his discourse to the Royal Society, "shewing a way how to communicate one's mind at great distances." (Hooke 2014) In this discourse, Hooke details a method of encoding arbitrary messages for point-to-point, line-of-sight, optical transmission over several miles which, when aided by a system of buffered relays with clocking and flow control, can provide full-duplex communication over hundreds, or even thousands, of miles. Put more simply, Hooke clearly and convincingly outlines a complete set of mechanisms to achieve near-light speed, cross-country communication, one full century before the birth of Charles Babbage. And this, I submit, may well be the world's first network protocol.
The exposition that follows has three aims: first, to make Hooke's contribution to telecommunications familiar, and to impress upon the reader its extraordinary totality; second, to translate Hooke's ideas into modern concepts an IT professional would recognize; and third, to present my case for Hooke's design as the first network protocol, if only to show the claim is not entirely without merit. However, it is emphatically not my intent to present an historical account of Hooke's invention; existing works (Dalakov n.d.) are beyond my ability to improve.
!! Timeline
| !Date | !Event |
|2000 BCE |Sumerians/Egyptians send messages using pigeons |
|430 BCE |Greeks use torches to signal alphabet |
|350 BCE |Hydraulic telegraph of Aeneas |
|1560 CE |"And thou shalt make vnto it a grate //like// networke of braffe..." (//Geneva Bible//, Exodus XXVII 4) |
|1609 CE |Telescopes make telegraph possible |
|1658 CE |Etymology: reticulate structures in nature (OED) |
|1664 CE |Royal Society urges Hooke exposition |
|1672 CE |Hooke reads discourse to Royal Society; declines transcription |
|1672 CE |Hooke demonstrates his optical telegraph |
|1673 CE |Hooke builds first reflecting telescope |
|1684 CE |Hooke gives lecture on the optical telegraph |
|1733 CE |Chester Moore Hall invents the achromatic telescope |
|1757 CE |John Dollond sells achromatic telescopes commercially |
|1790 CE |Claude Chappe builds optical telegraph |
|1839 CE |Etymology: a network of rivers and canals (OED) |
|1869 CE |Etymology: a network of railways (OED) |
|1883 CE |Etymology: the distribution of electrical cables |
|1914 CE |Etymology: referring to wireless broadcasting |
|1969 CE |The first computer-to-computer link is established |
My claim that Hooke created the first network protocol much depends on the precise definition of "network protocol," as well as on the parallels we can draw between Hooke's design and modern specifications. In an important sense, how readily we can draw such parallels provides a qualitative measure of just how clear and convincing Hooke's invention really was. Yet there are natural objections to be raised. In particular, near-light speed communication of arbitrary messages was probably uncommon but not unheard of. Moreover, Hooke was never commissioned to build the requisite infrastructure; hence, his design went unused and, for the most part, unnoticed. And does one not require a modern computer in order to specify a //real// network protocol? Here, I hope to address all such concerns to the reader's satisfaction.
!! What's in a protocol?
The Concise Oxford English Dictionary defines a //protocol// as "a set of rules governing the exchange or transmission of data between devices." This may be fine for most uses, but in the case of network protocols we can make this much more precise (and slightly more abstract): a //network protocol// specifies a //protocol machine//, together with a //PDU encoding//.
At some risk of seeming glib, let's unpack this a bit.
''PDU encoding''
: an algorithm for constructing a PDU
''Protocol Data Unit (PDU)''
: an SDU with apposite PCI, encoded for transmission
''Service Data Unit (SDU)''
: a unit of data understood by the layer above
''Protocol Control Information (PCI)''
: any part of a PDU which is not the SDU
''protocol machine''
: a finite state machine (FSM) which generates PDUs
In short, a protocol machine takes on various states, some of which result in PDUs being handed to a layer below, while a network protocol precisely describes what PDUs are generated, and when. Beyond that, the corresponding FSM can do whatever the implementer wants. Of course, a protocol machine will often need to interact with many other processes for communication to take place, but the network protocol need not--should not--describe such things. These details are best left to the implementer to decide (though at least //some// guidance is needed to avoid overtly bad implementations).
[[the hydraulic telegraph of Aeneas|https://en.wikipedia.org/wiki/Hydraulic_telegraph#Greek_hydraulic_semaphore_system]]
[img[//Speculi Ustorii// - Kircher, 1646|kircher-1646-ars-magna-lucis-et-umbrae-speculi-ustorii.png]]
//Cryptogamia catoptrica// (Marchiori 2015). Does it even exist?! The section called "Magia Catoptrica" includes an insert of an engraving (Kircher 1646) titled "Speculi Ustorii," with the subtext "uera ac primigenia forma" which seems to mean "[in its] true and original form." So, this is a reproduction... of what? Is this the long-distance communication experiment devised by Kircher, or is there simply no such thing?
---
[img[Concorde|holy-grail-concorde.png]]
Persistence of signal. Less persistence requires synchronization. Greater persistence permits asynchrony. Hydraulic telegraph of Aeneas encoded a message as an interval of //time//, where torches were used to signal the interval, coinciding with the release of water from a vessel. This is essentially pulse-position modulation.
Justify mildly hyperbolic claim through clarification of "protocol" being procedural, whereas more ancient attempts were ad hoc, informal, and filled with accidental complexity (hydraulic telegraph of Aeneas).
Mind you, this is the same Robert Hooke who discovered the cell, wrote //Micrographia//, and sustained a bitter row with (or, at least, made withering remarks about) Sir Isaac Newton. Put simply, the man was brilliant, but his temperament earned him few friends.
Descriptive encoding (letters or words) vs. prescriptive encoding (complete messages). From Polybius' //Histories//: X 45.1:
<<<
This is a slight advance on beacons with a //preconcerted// code, but it is still quite indefinite. For it is evident that it is neither possible to foresee all contingencies, or even if one did to write them all on the rod. So that when circumstances produce some unexpected event, it is evident that cannot be conveyed by this plan.
<<<
Again, Hooke:
<<<
For the performance of this, we must be beholden to a late invention, which we do not find any of the antients knew; that is, the eye must be assisted with telescopes, of lengths appropriated to the respective distances, that whatever characters are exposed at one station, may be made plain and distinguishable at the other that respect it.
<<<
Here, the medium is visible light in air. Telescopes amplify the signal. Chromatic aberration not solved until 1733; commercial production in 1757.
<<<
...for the stations; if they be far distant, it will be necessary that they should be high, and lie exposed to the sky, that there be no higher hill, or part of the Earth beyond them, that may hinder the distinctness of the characters...
<<<
Avoid shadow fading created by natural obstacles, including the curvature of the Earth.
<<<
...the thick and vaporous air, near the ground, will be passed over and avoided; for it many times happens, that the tops of hills are very clear and conspicuous to each other, when as the whole interjacent vale, or country, lies drowned in a fog.
<<<
Avoid scatter, refraction.
<<<
Next, the height of the stations is advantageous, upon the account of the refractions or inflections of the air; which inflections of the air are many and very great... caused by heat; which rarefied parts ascending, do make objects seen through it, to seem to dance and undulate...
<<<
Convection currents.
<<<
One of these telescopes must be fix'd at each extreme station, and two of them in each intermediate... so that there ought to be two persons at each extreme station, and three at each intermediate; so that, at the same time, intelligence may be convey'd forwards and backwards.
<<<
End hosts require one interface, while relays require two. Full-duplex communication is possible with sufficient numbers of people.
<<<
Next, there must be certain times agreed on, when the correspondents are to expect; or else there must be set at the top of the pole, in the morning, the hour appointed by either of the correspondents, for acting that day; if the hour be appointed, pendulum clocks may adjust the moment of expectation and observing. And the same may serve for all intermediate correspondents.
<<<
Clocking.
<<<
Next, there must be a convenient apparatus of characters, whereby to communicate any thing with great ease, distinctness and secrecy.
<<<
The content of communication shall involve symbols which do not individually represent pre-specified messages but characters of an existing language. These symbols must be easily transmitted (simple), easily received (distinct), and amenable to cryptography (private). Distinctness is inversely proportional to error rate, which is precisely the notion that error checking codes formalize.
<<<
Any one of which characters may signify any one letter of the alphabet, and the whole alphabet may be varied 10,000 ways; so that none but the two correspondents shall be able to discover the information convey'd...
<<<
A substitution cipher! It seems Hooke had not given as much thought to deciphering messages as he had enciphering them.
<<<
There will be also requisite several other characters, which may, for expedition, express a whole sentence, to continually be made use of, whilst the correspondents are attentive and communicating...
<<<
Anticipates handshake, synchronization, credit systems, backpressure, retransmission, and explicit termination (//Dixi//, or "I have spoken"). In short, control characters in a character stream.
<<<
And so great expedition may not only be performed at the distance of one station, but of a hundred; for supposing all things ready, at all those several stations, for observing and exposing, as fast as the second observer doth read the characters of the first exposer; the second exposer will display them to the observer of the 3d station, whose exposer will likewise display them for the 4th observer, as fast as his observer doth name them to him, or write them down.
<<<
Expose and observe $$\Leftrightarrow$$ transmit and receive.
> Such a disposition as this, which I have here describ'd, I think, will be sufficient.
!! A model of telecommunication
Let us define the //message space// $$M$$ to be the set of all messages of finite length. We likewise define the //symbol space// $$S$$ to be the set of all finite sequences of symbols, the //transmitter space// $$T$$ as the set of all finite sequences of transmitter states, and $$R$$, the set of all finite sequences of receiver states. We thereby construct a diagram
<$mermaid text="
graph LR
M1 -- <em>1<sub>M</sub></em> --> M2((<em>M</em>))
M1((<em>M</em>)) -- <em>e</em> --> T
T((<em>T</em>)) -- <em>m</em> --> S
S((<em>S</em>)) -- <em>s</em> --> R
R((<em>R</em>)) -- <em>d</em> --> M2
"></$mermaid>
, which we denote $$C$$, with objects $$M, T, S, R$$ and morphisms $$e, m, s, d$$ (for //encoding//, //modulation//, //sampling//, and //decoding//, respectively). The //identity// morphism $$1_{M}$$ takes a message $$m$$ in $$M$$ and returns that message, unchanged.
The set $$Hom_C$$ of all morphisms in $$C$$ we call a //communication regime// of $$M$$, and we designate as such any set of morphisms which can be composed so as to produce a map $$f : M \rightarrow M$$ using every morphism in the set exactly once. If the corresponding diagram commutes (e.g. $$dsme = 1_{M}$$), we then say the communication regime is //faithful//.
As we are chiefly concerned with faithful communication regimes (and are obliged to restrict our use of the word "regime" to this context), we henceforth refer to them only as "regimes," preferring instead to designate non-faithful regimes explicitly where they arise.
Notwithstanding some lapse in rigor, the above is a fairly precise, albeit circuitous, way of stating that encoding, then modulating, then sampling, and, finally, decoding a message should result in exactly the same message as if you had simply done nothing to said message. Put another way, communication with perfect fidelity preserves messages across all intermediate transformations. As long as this most crucial of properties is not violated, the process of communication can be considered //effective//. ("Effective" may better refer to all communication regimes--non-faithful regimes, included. Does it matter?)
Coherent vs. non-coherent (synchronous vs. asynchronous). (Sklar 2001)
---
!!! References
Dalakov, Georgi. n.d. "Robert Hooke." //History of Computers//. Retrieved October 23, 2018. Available at https://history-computer.com/Internet/Dreamers/Hooke.html.
Hooke, Robert. 2014. "Philosophical Observations and Experiments," edited by W. Derham, 142-150. Oxfordshire: Frank Cass and Company Limited.
Kircher, Athanasius. 1646. "Magia Catoptrica." //Ars Magna Lucis et Umbrae//, 883. http://www.cineressources.net/consultationPdf/web/o000/159.pdf.
Marchiori, Massimo. 2015. "The Adventurous Story of the Mechanical Internet." //Ligabue Magazine//, no. 67 (2nd Semester): 177-187. https://www.ligabuemagazine.it/en/articoli/dettaglio_431.html. Available for free at http://www.math.unipd.it/~massimo/writings/2015/The-Mechanical-Internet.pdf.
Sklar, Bernard. 2001. "Bandpass Modulation and Demodulation." //Digital Communications//, 2nd edition, 169-171. Upper Saddle River: Prentice Hall PTR.
//Wikipedia//. 2018, s.v. "Semaphore line." Retrieved October 21. Available at https://en.wikipedia.org/wiki/Semaphore_line.
We require a distance metric that monotonically decreases during forwarding, as in `/24 -> /24 -> /25 -> ... -> /32`.
We take the natural metric to be the length of the smallest prefix containing both the next-hop and the destination.
Next-hops cannot fall outside the bounds of the original "smallest prefix," as this next-to-smallest prefix would be larger and, thus, reflect a greater distance to the destination than was initially calculated. This ensures we do not go the "wrong way" without justification (in the form of an advertised route).
Relays that fall outside this bound for a given source-dest pair $$(s,d)$$ can only act as stubs (as opposed to transit) for that pair. Other pairs involving either $$s$$ or $$d$$ must be evaluated separately. More-specific advertised routes (wormholes) may contradict this.
What are the implications for numbering?
''Axiom:'' For every prefix $$p$$, the subgraph $$H = G[\textrm{pre}(\alpha)\big|_{p}]$$ induced by the preimage of the address assignment function $$\alpha$$ restricted to the domain $$p$$, is connected. That is, for every prefix $$p$$, the nodes whose addresses lie in $$p$$ form a connected subgraph.
This axiom has the effect of constructing a hierarchy of connected graphs which, in turn, are connected to one another in the next "tier" up.
How does a node with a new link know what addresses have been assigned in a given prefix when the furthest node from that node may be up to $$2^{n-1}$$ hops away?
Suppose the assignment process begins simultaneously at two opposite nodes in the network. When the two most central nodes try to determine what summaries to send one another, they may find they have the same address, the same prefix, or that one has a more specific prefix than the other has for some existing advertisement. Therefore, it is possible for two nodes from two separately numbered networks to assume overlap where there is none.
To solve this, a sufficiently random identifier must be generated by each assignment bubble. This identifier is then used to determine whether a new neighbor's address should be trusted or reassigned. For some interval, a split horizon should dictate when a renumbered node responds for an old address versus when it forwards to same address in the new bubble.
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AQAACJ+A8InZm7kXfk8ETgAAAOETED7p0uzNX//612ZvtuE//uM/BE4AAADhExA+ycPszVWrVomWMU9Qrx8wFISxFTgBAACET0D4pEOzN//yL//S7M02A+dnn33mBHUAAADhExA+6cbszV27di3s3r17UW9vr4CZMHCePn164dNPP12Ym5t7wPUGAAAgfAIVDJ8hHv37v/+78epQ4HzuuecW4+aLL74oXib0+eefC5wAAADCJyB8rhySwsN4pbc8XeBsb+ZmY9wM7t+/L3ACAAAInwDCZ6cC529+85sHy9NXr14tYsaIm//2b//2IGw2z9wUNwEAAIRPAOGzA4Hzr//6rwXONpakB+FgIWETAABA+AQQPgXO3PuXf/mXB2EzuHfvnrgJAACA8AkIn90KnL/97W8FzgR7bQqbAAAACJ+A8NkFzSeo79q1S+CMETbDcvT5+XlxEwAAAOETED7zEDifffbZhRdeeGFh7969Zm42OXv27MKZM2cWOUQIAAAA4RMQPnMWNwXOaHHTcnQAAACET0D47GL4XC5sipvLx82pqSlxEwAAAOETED6jhM+sHn//93//IGY2EjYf9cUXX4ibAAAACJ8AK3nzzTcFRTM3AQAAQPgEymVkZERsFDcBAABA+ASET8RNAAAAED6BXLt586ZImdKem5OTk+ImAAAACJ9AHoRAt3v3bhFzGefOnVv47LPPFombAAAAIHwCBREee/bsETfFTQAAABA+gXKZnZ1duHXrVqnj5pdffiluAgAAgPAJVHX253fffVfIsPm73/3uQdgUNwEAAED4BGgZQMOBPSEgXrlyJfNoWavVYs3YDO7evftQ2JyZmfHaAQAAgPAJEF1jYAwaw2gaTp06tTA/P//I32PGJgAAAAifAAAAAADCJwAAAACA8AkAAAAAIHwCAAAAAAifAAAAAIDwCQAAAAAgfAIAAAAACJ8AAAAAAMInAAAAAIDwCQAAAAAInwAAAAAAwicAAAAAgPAJAADQ0szMzELzY8eOHQs//elP2/bss88utHpMT08bewAQPgEAAJJrfuzcufOhOPnMM88s/OQnP+mo55577pFIevDgQZEUAIRPAACApWdtNsbNTkfNTkTSZocPHxZMAUD4BAAAyhA4Z2dnuzprswjBNIyLEAoAwicAAJDD5enDw8MCZwrC+AmgACB8AgAAHZy9OT8/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
If time is an illusion, and causality, emergent, whence computation?
A particle with non-zero velocity, at one moment in time, is identical to that same particle but with zero velocity. That is, the particle contains no inherent description of its velocity. Likewise, a computation, at one moment in time, may or may not have terminated. Therefore, we can only derive the next step of a computation from the current one by appealing to rules beyond it.
This seems to indicate that, fundamentally, computation must either consist of atomic steps, whereby each subsequent step is inevitable and certain, or it must consist of mundane steps dictated by external rules, forever beyond our grasp.
Though a computation may, in some sense, come to know itself, is it possible for a computation to know the rules by which it persists? Alternatively, is it possible for the rules by which a computation persists to be embedded in the computation, itself?