-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 8d4ccbe
Showing
187 changed files
with
28,151 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,165 @@ | ||
<!DOCTYPE html> | ||
<html class="no-js"> | ||
<head> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8"> | ||
<title>khol</title> | ||
<link href="images/logo-icon.svg" rel="icon" type="image/svg"> | ||
<script>var pathToRoot = "";</script> | ||
<script>document.documentElement.classList.replace("no-js","js");</script> | ||
<script>const storage = localStorage.getItem("dokka-dark-mode") | ||
if (storage == null) { | ||
const osDarkSchemePreferred = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches | ||
if (osDarkSchemePreferred === true) { | ||
document.getElementsByTagName("html")[0].classList.add("theme-dark") | ||
} | ||
} else { | ||
const savedDarkMode = JSON.parse(storage) | ||
if(savedDarkMode === true) { | ||
document.getElementsByTagName("html")[0].classList.add("theme-dark") | ||
} | ||
} | ||
</script> | ||
<script type="text/javascript" src="https://unpkg.com/kotlin-playground@1/dist/playground.min.js" async="async"></script> | ||
<script type="text/javascript" src="scripts/sourceset_dependencies.js" async="async"></script> | ||
<link href="styles/style.css" rel="Stylesheet"> | ||
<link href="styles/main.css" rel="Stylesheet"> | ||
<link href="styles/prism.css" rel="Stylesheet"> | ||
<link href="styles/logo-styles.css" rel="Stylesheet"> | ||
<link href="styles/font-jb-sans-auto.css" rel="Stylesheet"> | ||
<link href="ui-kit/ui-kit.min.css" rel="Stylesheet"> | ||
<script type="text/javascript" src="scripts/clipboard.js" async="async"></script> | ||
<script type="text/javascript" src="scripts/navigation-loader.js" async="async"></script> | ||
<script type="text/javascript" src="scripts/platform-content-handler.js" async="async"></script> | ||
<script type="text/javascript" src="scripts/main.js" defer="defer"></script> | ||
<script type="text/javascript" src="scripts/prism.js" async="async"></script> | ||
<script type="text/javascript" src="ui-kit/ui-kit.min.js" defer="defer"></script> | ||
<script type="text/javascript" src="scripts/symbol-parameters-wrapper_deferred.js" defer="defer"></script> | ||
</head> | ||
<body> | ||
<div class="root"> | ||
<nav class="navigation theme-dark" id="navigation-wrapper"> | ||
<a class="library-name--link" href="index.html"> | ||
khol | ||
</a> | ||
<button class="navigation-controls--btn navigation-controls--btn_toc ui-kit_mobile-only" id="toc-toggle" | ||
type="button">Toggle table of contents | ||
</button> | ||
<div class="navigation-controls--break ui-kit_mobile-only"></div> | ||
<div class="library-version" id="library-version"> | ||
</div> | ||
<div class="navigation-controls"> | ||
<div class="filter-section filter-section_loading" id="filter-section"> | ||
<button class="platform-tag platform-selector jvm-like" data-active="" | ||
data-filter=":/main">jvm</button> | ||
<div class="dropdown filter-section--dropdown" data-role="dropdown" id="filter-section-dropdown"> | ||
<button class="button button_dropdown filter-section--dropdown-toggle" role="combobox" | ||
data-role="dropdown-toggle" | ||
aria-controls="platform-tags-listbox" | ||
aria-haspopup="listbox" | ||
aria-expanded="false" | ||
aria-label="Toggle source sets" | ||
></button> | ||
<ul role="listbox" id="platform-tags-listbox" class="dropdown--list" data-role="dropdown-listbox"> | ||
<div class="dropdown--header"><span>Platform filter</span> | ||
<button class="button" data-role="dropdown-toggle" aria-label="Close platform filter"> | ||
<i class="ui-kit-icon ui-kit-icon_cross"></i> | ||
</button> | ||
</div> | ||
<li role="option" class="dropdown--option platform-selector-option jvm-like" tabindex="0"> | ||
<label class="checkbox"> | ||
<input type="checkbox" class="checkbox--input" id=":/main" | ||
data-filter=":/main"/> | ||
<span class="checkbox--icon"></span> | ||
jvm | ||
</label> | ||
</li> | ||
</ul> | ||
<div class="dropdown--overlay"></div> | ||
</div> | ||
</div> | ||
<button class="navigation-controls--btn navigation-controls--btn_theme" id="theme-toggle-button" | ||
type="button">Switch theme | ||
</button> | ||
<div class="navigation-controls--btn navigation-controls--btn_search" id="searchBar" role="button">Search in | ||
API | ||
</div> | ||
</div> | ||
</nav> | ||
<div id="container"> | ||
<div class="sidebar" id="leftColumn"> | ||
<div class="dropdown theme-dark_mobile" data-role="dropdown" id="toc-dropdown"> | ||
<ul role="listbox" id="toc-listbox" class="dropdown--list dropdown--list_toc-list" | ||
data-role="dropdown-listbox"> | ||
<div class="dropdown--header"> | ||
<span> | ||
khol | ||
</span> | ||
<button class="button" data-role="dropdown-toggle" aria-label="Close table of contents"> | ||
<i class="ui-kit-icon ui-kit-icon_cross"></i> | ||
</button> | ||
</div> | ||
<div class="sidebar--inner" id="sideMenu"></div> | ||
</ul> | ||
<div class="dropdown--overlay"></div> | ||
</div> | ||
</div> | ||
<div id="main"> | ||
<div class="main-content" id="content" pageIds="khol::////PointingToDeclaration//-251573632"> | ||
<div class="breadcrumbs"></div> | ||
<div class="cover "> | ||
<h1 class="cover"><span><span>khol</span></span></h1> | ||
</div> | ||
<h2 class="">Packages</h2> | ||
<div class="table"><a data-name="-389773344%2FPackages%2F-251573632" anchor-label="org.javafreedom.khol" id="-389773344%2FPackages%2F-251573632" data-filterable-set=":/main"></a> | ||
<div class="table-row" data-filterable-current=":/main" data-filterable-set=":/main"> | ||
<div> | ||
<div class="main-subrow "> | ||
<div class=""><span class="inline-flex"> | ||
<div><a href="khol/org.javafreedom.khol/index.html">org.javafreedom.khol</a></div> | ||
<span class="anchor-wrapper"><span class="anchor-icon" pointing-to="-389773344%2FPackages%2F-251573632"></span> | ||
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div> | ||
</span></span></div> | ||
<div class="pull-right"> | ||
<div class="platform-tags no-gutters"> | ||
<div class="platform-tag jvm-like">jvm</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div></div> | ||
</div> | ||
</div> | ||
<a data-name="593058123%2FPackages%2F-251573632" anchor-label="org.javafreedom.khol.declarations" id="593058123%2FPackages%2F-251573632" data-filterable-set=":/main"></a> | ||
<div class="table-row" data-filterable-current=":/main" data-filterable-set=":/main"> | ||
<div> | ||
<div class="main-subrow "> | ||
<div class=""><span class="inline-flex"> | ||
<div><a href="khol/org.javafreedom.khol.declarations/index.html">org.javafreedom.khol.declarations</a></div> | ||
<span class="anchor-wrapper"><span class="anchor-icon" pointing-to="593058123%2FPackages%2F-251573632"></span> | ||
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div> | ||
</span></span></div> | ||
<div class="pull-right"> | ||
<div class="platform-tags no-gutters"> | ||
<div class="platform-tag jvm-like">jvm</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div></div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="footer"> | ||
<a href="#content" id="go-to-top-link" class="footer--button footer--button_go-to-top"></a> | ||
<span>© 2024 Copyright</span> | ||
<span class="pull-right"> | ||
<span>Generated by </span> | ||
<a class="footer--link footer--link_external" href="https://github.com/Kotlin/dokka"> | ||
<span>dokka</span> | ||
</a> | ||
</span> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |
Oops, something went wrong.