Skip to content

Commit

Permalink
1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
xap3y committed Jun 28, 2024
1 parent 4922563 commit ec58991
Show file tree
Hide file tree
Showing 10 changed files with 119 additions and 14 deletions.
2 changes: 1 addition & 1 deletion docs/scripts/pages.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
<!DOCTYPE html>
<html class="no-js">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
<title>formatOneLine</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>
</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">
xalib
</a>
</div>
<div class="library-version">
</div>
</div>
<div class="filter-section" id="filter-section">
<button class="platform-tag platform-selector jvm-like" data-active="" data-filter="xalib/JVM">JVM</button>
</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="xalib::eu.xap3y.xalib.managers/Texter.Companion/formatOneLine/#java.util.LinkedHashMap[kotlin.String,eu.xap3y.xalib.objects.FormatterModifiers?]/PointingToDeclaration//2137642498">
<div class="breadcrumbs"><a href="../../../../index.html">xalib</a><span class="delimiter">/</span><a href="../../index.html">eu.xap3y.xalib.managers</a><span class="delimiter">/</span><a href="../index.html">Texter</a><span class="delimiter">/</span><a href="index.html">Companion</a><span class="delimiter">/</span><span class="current">formatOneLine</span></div>
<div class="cover ">
<h1 class="cover"><span>format</span><wbr></wbr><span>One</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="xalib/JVM"><div class="symbol monospace"><div class="block"><div class="block"><span class="token annotation builtin">@</span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-static/index.html"><span class="token annotation builtin">JvmStatic</span></a></div></div><span class="token keyword">fun </span><a href="format-one-line.html"><span class="token function">formatOneLine</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">map<span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-linked-hash-map/index.html">LinkedHashMap</a><span class="token operator">&lt;</span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a><span class="token punctuation">, </span><a href="../../../eu.xap3y.xalib.objects/-formatter-modifiers/index.html">FormatterModifiers</a><span class="token operator">?</span><span class="token operator">&gt;</span></span></span><span class="token punctuation">)</span><span class="token operator">: </span><span data-unresolved-link="net.kyori.adventure.text/Component///PointingToDeclaration/">Component</span></div><p class="paragraph">Format a text with modifiers Only works on paper bukkit platforms</p><span class="kdoc-tag"><h4 class="">Return</h4><p class="paragraph">Component</p></span><h4 class="">Parameters</h4><div class="table"><div class="table-row" data-filterable-current="xalib/JVM" data-filterable-set="xalib/JVM"><div class="main-subrow keyValue "><div class=""><span class="inline-flex"><div><u><span><span>map</span></span></u></div></span></div><div><div class="title"><p class="paragraph">LinkedHashMap<String, FormatterModifiers></p></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>© 2024 Copyright</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>
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@
<div class="sidebar--inner" id="sideMenu"></div>
</div>
<div id="main">
<div class="main-content" data-page-type="member" id="content" pageIds="xalib::eu.xap3y.xalib.managers/Texter.Companion/format/#java.util.LinkedHashMap[kotlin.String,eu.xap3y.xalib.objects.FormatterModifiers]/PointingToDeclaration//2137642498">
<div class="main-content" data-page-type="member" id="content" pageIds="xalib::eu.xap3y.xalib.managers/Texter.Companion/format/#kotlin.String#eu.xap3y.xalib.objects.FormatterModifiers/PointingToDeclaration//2137642498">
<div class="breadcrumbs"><a href="../../../../index.html">xalib</a><span class="delimiter">/</span><a href="../../index.html">eu.xap3y.xalib.managers</a><span class="delimiter">/</span><a href="../index.html">Texter</a><span class="delimiter">/</span><a href="index.html">Companion</a><span class="delimiter">/</span><span class="current">format</span></div>
<div class="cover ">
<h1 class="cover"><span><span>format</span></span></h1>
</div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable="xalib/JVM"><div class="symbol monospace"><div class="block"><div class="block"><span class="token annotation builtin">@</span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-static/index.html"><span class="token annotation builtin">JvmStatic</span></a></div></div><span class="token keyword">fun </span><a href="format.html"><span class="token function">format</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">map<span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-linked-hash-map/index.html">LinkedHashMap</a><span class="token operator">&lt;</span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a><span class="token punctuation">, </span><a href="../../../eu.xap3y.xalib.objects/-formatter-modifiers/index.html">FormatterModifiers</a><span class="token operator">&gt;</span></span></span><span class="token punctuation">)</span><span class="token operator">: </span><span data-unresolved-link="net.kyori.adventure.text/Component///PointingToDeclaration/">Component</span></div><p class="paragraph">Format a text with modifiers</p><span class="kdoc-tag"><h4 class="">Return</h4><p class="paragraph">Component</p></span><h4 class="">Parameters</h4><div class="table"><div class="table-row" data-filterable-current="xalib/JVM" data-filterable-set="xalib/JVM"><div class="main-subrow keyValue "><div class=""><span class="inline-flex"><div><u><span><span>map</span></span></u></div></span></div><div><div class="title"><p class="paragraph">LinkedHashMap<String, FormatterModifiers></p></div></div></div></div></div><hr><div class="symbol monospace"><span class="token keyword">fun </span><a href="format.html"><span class="token function">format</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">text<span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a><span class="token punctuation">, </span></span><span class="parameter ">modifier<span class="token operator">: </span><a href="../../../eu.xap3y.xalib.objects/-formatter-modifiers/index.html">FormatterModifiers</a></span></span><span class="token punctuation">)</span><span class="token operator">: </span><span data-unresolved-link="net.kyori.adventure.text/Component///PointingToDeclaration/">Component</span></div><p class="paragraph">Format a text with modifiers</p><span class="kdoc-tag"><h4 class="">Return</h4><p class="paragraph">Component</p></span><h4 class="">Parameters</h4><div class="table"><div class="table-row" data-filterable-current="xalib/JVM" data-filterable-set="xalib/JVM"><div class="main-subrow keyValue "><div class=""><span class="inline-flex"><div><u><span><span>text</span></span></u></div></span></div><div><div class="title"><p class="paragraph">String</p></div></div></div></div><div class="table-row" data-filterable-current="xalib/JVM" data-filterable-set="xalib/JVM"><div class="main-subrow keyValue "><div class=""><span class="inline-flex"><div><u><span><span>modifier</span></span></u></div></span></div><div><div class="title"><p class="paragraph">FormatterModifiers</p></div></div></div></div></div></div></div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable="xalib/JVM"><div class="symbol monospace"><span class="token keyword">fun </span><a href="format.html"><span class="token function">format</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">text<span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a><span class="token punctuation">, </span></span><span class="parameter ">modifier<span class="token operator">: </span><a href="../../../eu.xap3y.xalib.objects/-formatter-modifiers/index.html">FormatterModifiers</a></span></span><span class="token punctuation">)</span><span class="token operator">: </span><span data-unresolved-link="net.kyori.adventure.text/Component///PointingToDeclaration/">Component</span></div><p class="paragraph">Format a text with modifiers Only works on paper bukkit platforms</p><span class="kdoc-tag"><h4 class="">Return</h4><p class="paragraph">Component</p></span><h4 class="">Parameters</h4><div class="table"><div class="table-row" data-filterable-current="xalib/JVM" data-filterable-set="xalib/JVM"><div class="main-subrow keyValue "><div class=""><span class="inline-flex"><div><u><span><span>text</span></span></u></div></span></div><div><div class="title"><p class="paragraph">String</p></div></div></div></div><div class="table-row" data-filterable-current="xalib/JVM" data-filterable-set="xalib/JVM"><div class="main-subrow keyValue "><div class=""><span class="inline-flex"><div><u><span><span>modifier</span></span></u></div></span></div><div><div class="title"><p class="paragraph">FormatterModifiers</p></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>© 2024 Copyright</span><span
Expand Down
21 changes: 18 additions & 3 deletions docs/xalib/eu.xap3y.xalib.managers/-texter/-companion/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,17 +102,32 @@ <h2 class="">Functions</h2>
</div>
</div>
</div>
<a data-name="-2036377956%2FFunctions%2F2137642498" anchor-label="format" id="-2036377956%2FFunctions%2F2137642498" data-filterable-set="xalib/JVM"></a>
<a data-name="-1550758365%2FFunctions%2F2137642498" anchor-label="format" id="-1550758365%2FFunctions%2F2137642498" data-filterable-set="xalib/JVM"></a>
<div class="table-row" data-filterable-current="xalib/JVM" data-filterable-set="xalib/JVM">
<div class="main-subrow keyValue ">
<div class=""><span class="inline-flex">
<div><a href="format.html"><span><span>format</span></span></a></div>
<span class="anchor-wrapper"><span class="anchor-icon" pointing-to="-2036377956%2FFunctions%2F2137642498"></span>
<span class="anchor-wrapper"><span class="anchor-icon" pointing-to="-1550758365%2FFunctions%2F2137642498"></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="xalib/JVM"><div class="symbol monospace"><div class="block"><div class="block"><span class="token annotation builtin">@</span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-static/index.html"><span class="token annotation builtin">JvmStatic</span></a></div></div><span class="token keyword">fun </span><a href="format.html"><span class="token function">format</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">map<span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-linked-hash-map/index.html">LinkedHashMap</a><span class="token operator">&lt;</span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a><span class="token punctuation">, </span><a href="../../../eu.xap3y.xalib.objects/-formatter-modifiers/index.html">FormatterModifiers</a><span class="token operator">&gt;</span></span></span><span class="token punctuation">)</span><span class="token operator">: </span><span data-unresolved-link="net.kyori.adventure.text/Component///PointingToDeclaration/">Component</span></div><div class="symbol monospace"><span class="token keyword">fun </span><a href="format.html"><span class="token function">format</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">text<span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a><span class="token punctuation">, </span></span><span class="parameter ">modifier<span class="token operator">: </span><a href="../../../eu.xap3y.xalib.objects/-formatter-modifiers/index.html">FormatterModifiers</a></span></span><span class="token punctuation">)</span><span class="token operator">: </span><span data-unresolved-link="net.kyori.adventure.text/Component///PointingToDeclaration/">Component</span></div><div class="brief "><p class="paragraph">Format a text with modifiers</p></div></div></div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable="xalib/JVM"><div class="symbol monospace"><span class="token keyword">fun </span><a href="format.html"><span class="token function">format</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">text<span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a><span class="token punctuation">, </span></span><span class="parameter ">modifier<span class="token operator">: </span><a href="../../../eu.xap3y.xalib.objects/-formatter-modifiers/index.html">FormatterModifiers</a></span></span><span class="token punctuation">)</span><span class="token operator">: </span><span data-unresolved-link="net.kyori.adventure.text/Component///PointingToDeclaration/">Component</span></div><div class="brief "><p class="paragraph">Format a text with modifiers Only works on paper bukkit platforms</p></div></div></div>
</div>
</div>
</div>
</div>
<a data-name="341379586%2FFunctions%2F2137642498" anchor-label="formatOneLine" id="341379586%2FFunctions%2F2137642498" data-filterable-set="xalib/JVM"></a>
<div class="table-row" data-filterable-current="xalib/JVM" data-filterable-set="xalib/JVM">
<div class="main-subrow keyValue ">
<div class=""><span class="inline-flex">
<div><a href="format-one-line.html"><span>format</span><wbr></wbr><span>One</span><wbr></wbr><span><span>Line</span></span></a></div>
<span class="anchor-wrapper"><span class="anchor-icon" pointing-to="341379586%2FFunctions%2F2137642498"></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="xalib/JVM"><div class="symbol monospace"><div class="block"><div class="block"><span class="token annotation builtin">@</span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-static/index.html"><span class="token annotation builtin">JvmStatic</span></a></div></div><span class="token keyword">fun </span><a href="format-one-line.html"><span class="token function">formatOneLine</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">map<span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-linked-hash-map/index.html">LinkedHashMap</a><span class="token operator">&lt;</span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a><span class="token punctuation">, </span><a href="../../../eu.xap3y.xalib.objects/-formatter-modifiers/index.html">FormatterModifiers</a><span class="token operator">?</span><span class="token operator">&gt;</span></span></span><span class="token punctuation">)</span><span class="token operator">: </span><span data-unresolved-link="net.kyori.adventure.text/Component///PointingToDeclaration/">Component</span></div><div class="brief "><p class="paragraph">Format a text with modifiers Only works on paper bukkit platforms</p></div></div></div>
</div>
</div>
</div>
Expand Down
Loading

0 comments on commit ec58991

Please sign in to comment.