-
Notifications
You must be signed in to change notification settings - Fork 5
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
1 parent
67d8778
commit 7abd3d1
Showing
2,841 changed files
with
354,699 additions
and
3 deletions.
There are no files selected for viewing
115 changes: 115 additions & 0 deletions
115
docs/-fzzy -config/me.fzzyhmstrs.fzzy_config.annotations/-block-array/index.html
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,115 @@ | ||
<!DOCTYPE html> | ||
<html class="no-js"> | ||
<head> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8"> | ||
<title>BlockArray</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"> | ||
<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="../../../scripts/symbol-parameters-wrapper_deferred.js" defer="defer"></script> | ||
<link href="../../../styles/multimodule.css" rel="Stylesheet"> | ||
<link href="../../../images/fc_banner.png"> | ||
<link href="../../../images/discord_banner.png"> | ||
<link href="../../../styles/style.css" rel="Stylesheet"> | ||
<link href="../../../styles/logo-styles.css" rel="Stylesheet"> | ||
</head> | ||
<body> | ||
<div class="root"> | ||
<nav class="navigation" id="navigation-wrapper"> | ||
<div class="navigation--inner"> | ||
<div class="navigation-title"> | ||
<button class="menu-toggle" id="menu-toggle" type="button">toggle menu</button> | ||
<div class="library-name"> | ||
<a class="library-name--link" href="../../../index.html"> | ||
</a> | ||
</div> | ||
<div class="library-version"> | ||
<dokka-template-command data="{"@class":"org.jetbrains.dokka.base.templating.ReplaceVersionsCommand","location":"-fzzy -config/me.fzzyhmstrs.fzzy_config.annotations/-block-array/index.html"}">0.2.0+24w14a</dokka-template-command> </div> | ||
</div> | ||
<div class="links-section" id="links-section"> | ||
<div class="discord-section-wrapper" id="discord-section-wrapper"> | ||
<a class="discord-section" href="https://discord.gg/Fnw2UbE72x" rel="nofollow"> | ||
</a> | ||
</div> | ||
<div class="filter-section" id="filter-section"> | ||
<button class="platform-tag platform-selector jvm-like" data-active="" data-filter=":dokkaHtml/main">jvm</button> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
<div class="navigation-controls"> | ||
<button class="navigation-controls--btn navigation-controls--theme" id="theme-toggle-button" type="button">switch theme</button> | ||
<div class="navigation-controls--btn navigation-controls--search" id="searchBar" role="button">search in API</div> | ||
</div> | ||
</nav> | ||
<div id="container"> | ||
<div class="sidebar" id="leftColumn"> | ||
<div class="sidebar--inner" id="sideMenu"></div> | ||
</div> | ||
<div id="main"> | ||
<div class="main-content" data-page-type="classlike" id="content" pageIds="Fzzy Config::me.fzzyhmstrs.fzzy_config.annotations/BlockArray///PointingToDeclaration//769193423"> | ||
<div class="breadcrumbs"><a href="../../../index.html">Fzzy Config</a><span class="delimiter">/</span><a href="../index.html">me.fzzyhmstrs.fzzy_config.annotations</a><span class="delimiter">/</span><span class="current">BlockArray</span></div> | ||
<div class="cover "> | ||
<h1 class="cover"><span>Block</span><wbr></wbr><span><span>Array</span></span></h1> | ||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol monospace"><div class="block"><div class="block"><span class="token annotation builtin">@</span><span data-unresolved-link="kotlinx.serialization/SerialInfo///PointingToDeclaration/"><span class="token annotation builtin">SerialInfo</span></span></div><div class="block"><span class="token annotation builtin">@</span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.annotation/-target/index.html"><span class="token annotation builtin">Target</span></a><span class="token punctuation">(</span><span>allowedTargets<span class="token operator"> = </span><span class="token punctuation">[</span><span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.annotation/-annotation-target/-f-i-e-l-d/index.html">AnnotationTarget.FIELD</a><span class="token punctuation">, </span></span><wbr></wbr><span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.annotation/-annotation-target/-p-r-o-p-e-r-t-y/index.html">AnnotationTarget.PROPERTY</a></span><wbr></wbr><span class="token punctuation">]</span></span><wbr></wbr><span class="token punctuation">)</span></div></div><span class="token keyword">annotation class </span><a href="index.html">BlockArray</a><span class="token punctuation">(</span><span class="parameters "><span class="parameter "><span class="token keyword">val </span>itemsPerLine<span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a><span class="token operator"> = </span><span class="token constant">1</span></span></span><span class="token punctuation">)</span></div><p class="paragraph">Java-field-friendly version of <a href="https://peanuuutz.github.io/tomlkt/tomlkt/net.peanuuutz.tomlkt/-toml-block-array/index.html">TomlBlockArray</a></p><p class="paragraph">Modifies the encoding process of corresponding array-like property, either to force array of table to be encoded as block array, or to change how many items should be encoded per line (this will override the default <span data-unresolved-link="net.peanuuutz.tomlkt/TomlConfigBuilder/itemsPerLineInBlockArray/#/PointingToDeclaration/">config</span>).</p><p class="paragraph">Note that, if the annotated property is also marked with <a href="../-inline/index.html">Inline</a>, this annotation will not take effect.</p><div class="sample-container"><pre><code class="block lang-kotlin" theme="idea">class NullablePairList<F, S>(<br> @TomlBlockArray(2)<br> val list: List<Pair<F, S>?><br>)<br>NullablePairList(listOf(Pair("key", 1), null, Pair("key", 3), Pair("key", 4)))</code></pre><span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div><p class="paragraph">will produce:</p><div class="sample-container"><pre><code class="block lang-toml" theme="idea">list = [<br> { first = "key", second = 1 }, null,<br> { first = "key", second = 3 }, { first = "key", second = 4 }<br>]</code></pre><span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div><span class="kdoc-tag"><h4 class="">Author</h4><p class="paragraph">fzzyhmstrs</p></span><span class="kdoc-tag"><h4 class="">Since</h4><p class="paragraph">0.2.0</p></span></div></div> | ||
</div> | ||
<div class="tabbedcontent"> | ||
<div class="tabs-section" tabs-section="tabs-section"><button class="section-tab" data-active="" data-togglable="CONSTRUCTOR,TYPE,PROPERTY,FUNCTION">Members</button></div> | ||
<div class="tabs-section-body"> | ||
<div data-togglable="PROPERTY"> | ||
<h2 class="">Properties</h2> | ||
<div class="table"><a data-name="1365716498%2FProperties%2F769193423" anchor-label="itemsPerLine" id="1365716498%2FProperties%2F769193423" data-filterable-set=":dokkaHtml/main"></a> | ||
<div class="table-row" data-filterable-current=":dokkaHtml/main" data-filterable-set=":dokkaHtml/main"> | ||
<div class="main-subrow keyValue "> | ||
<div class=""><span class="inline-flex"> | ||
<div><a href="items-per-line.html"><span>items</span><wbr></wbr><span>Per</span><wbr></wbr><span><span>Line</span></span></a></div> | ||
<span class="anchor-wrapper"><span class="anchor-icon" pointing-to="1365716498%2FProperties%2F769193423"></span> | ||
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div> | ||
</span></span></div> | ||
<div> | ||
<div class="title"> | ||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol monospace"><span class="token keyword">val </span><a href="items-per-line.html">itemsPerLine</a><span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a><span class="token operator"> = </span><span class="token constant">1</span></div></div></div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="footer"> | ||
<span class="go-to-top-icon"><a href="#content" id="go-to-top-link"></a></span><span>(c) 2024 fzzyhmstrs</span><span | ||
class="pull-right"><span>Generated by </span><a | ||
href="https://github.com/Kotlin/dokka"><span>dokka</span><span class="padded-icon"></span></a></span> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |
91 changes: 91 additions & 0 deletions
91
docs/-fzzy -config/me.fzzyhmstrs.fzzy_config.annotations/-block-array/items-per-line.html
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,91 @@ | ||
<!DOCTYPE html> | ||
<html class="no-js"> | ||
<head> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8"> | ||
<title>itemsPerLine</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"> | ||
<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="../../../scripts/symbol-parameters-wrapper_deferred.js" defer="defer"></script> | ||
<link href="../../../styles/multimodule.css" rel="Stylesheet"> | ||
<link href="../../../images/fc_banner.png"> | ||
<link href="../../../images/discord_banner.png"> | ||
<link href="../../../styles/style.css" rel="Stylesheet"> | ||
<link href="../../../styles/logo-styles.css" rel="Stylesheet"> | ||
</head> | ||
<body> | ||
<div class="root"> | ||
<nav class="navigation" id="navigation-wrapper"> | ||
<div class="navigation--inner"> | ||
<div class="navigation-title"> | ||
<button class="menu-toggle" id="menu-toggle" type="button">toggle menu</button> | ||
<div class="library-name"> | ||
<a class="library-name--link" href="../../../index.html"> | ||
</a> | ||
</div> | ||
<div class="library-version"> | ||
<dokka-template-command data="{"@class":"org.jetbrains.dokka.base.templating.ReplaceVersionsCommand","location":"-fzzy -config/me.fzzyhmstrs.fzzy_config.annotations/-block-array/items-per-line.html"}">0.2.0+24w14a</dokka-template-command> </div> | ||
</div> | ||
<div class="links-section" id="links-section"> | ||
<div class="discord-section-wrapper" id="discord-section-wrapper"> | ||
<a class="discord-section" href="https://discord.gg/Fnw2UbE72x" rel="nofollow"> | ||
</a> | ||
</div> | ||
<div class="filter-section" id="filter-section"> | ||
<button class="platform-tag platform-selector jvm-like" data-active="" data-filter=":dokkaHtml/main">jvm</button> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
<div class="navigation-controls"> | ||
<button class="navigation-controls--btn navigation-controls--theme" id="theme-toggle-button" type="button">switch theme</button> | ||
<div class="navigation-controls--btn navigation-controls--search" id="searchBar" role="button">search in API</div> | ||
</div> | ||
</nav> | ||
<div id="container"> | ||
<div class="sidebar" id="leftColumn"> | ||
<div class="sidebar--inner" id="sideMenu"></div> | ||
</div> | ||
<div id="main"> | ||
<div class="main-content" data-page-type="member" id="content" pageIds="Fzzy Config::me.fzzyhmstrs.fzzy_config.annotations/BlockArray/itemsPerLine/#/PointingToDeclaration//769193423"> | ||
<div class="breadcrumbs"><a href="../../../index.html">Fzzy Config</a><span class="delimiter">/</span><a href="../index.html">me.fzzyhmstrs.fzzy_config.annotations</a><span class="delimiter">/</span><a href="index.html">BlockArray</a><span class="delimiter">/</span><span class="current">itemsPerLine</span></div> | ||
<div class="cover "> | ||
<h1 class="cover"><span>items</span><wbr></wbr><span>Per</span><wbr></wbr><span><span>Line</span></span></h1> | ||
</div> | ||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":dokkaHtml/main"><div class="symbol monospace"><span class="token keyword">val </span><a href="items-per-line.html">itemsPerLine</a><span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a><span class="token operator"> = </span><span class="token constant">1</span></div></div></div> | ||
</div> | ||
<div class="footer"> | ||
<span class="go-to-top-icon"><a href="#content" id="go-to-top-link"></a></span><span>(c) 2024 fzzyhmstrs</span><span | ||
class="pull-right"><span>Generated by </span><a | ||
href="https://github.com/Kotlin/dokka"><span>dokka</span><span class="padded-icon"></span></a></span> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |
Oops, something went wrong.