Skip to content

Commit 769a3a9

Browse files
committed
deploy: 8456624
1 parent 2f99603 commit 769a3a9

File tree

40 files changed

+45
-45
lines changed

40 files changed

+45
-45
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
</button>
4545
<div class="navigation-controls--break ui-kit_mobile-only"></div>
4646
<div class="library-version" id="library-version">
47-
1.5.1 </div>
47+
2.0.0 </div>
4848
<div class="navigation-controls">
4949
<ul class="filter-section filter-section_loading" id="filter-section" aria-label="Target filter">
5050
<button class="platform-tag platform-selector jvm-like" data-active="" aria-pressed="true"

string-notation/de.joshuagleitze.stringnotation/-base-string-notation/-base-string-notation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
</button>
4545
<div class="navigation-controls--break ui-kit_mobile-only"></div>
4646
<div class="library-version" id="library-version">
47-
1.5.1 </div>
47+
2.0.0 </div>
4848
<div class="navigation-controls">
4949
<ul class="filter-section filter-section_loading" id="filter-section" aria-label="Target filter">
5050
<button class="platform-tag platform-selector jvm-like" data-active="" aria-pressed="true"

string-notation/de.joshuagleitze.stringnotation/-base-string-notation/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
</button>
4545
<div class="navigation-controls--break ui-kit_mobile-only"></div>
4646
<div class="library-version" id="library-version">
47-
1.5.1 </div>
47+
2.0.0 </div>
4848
<div class="navigation-controls">
4949
<ul class="filter-section filter-section_loading" id="filter-section" aria-label="Target filter">
5050
<button class="platform-tag platform-selector jvm-like" data-active="" aria-pressed="true"

string-notation/de.joshuagleitze.stringnotation/-base-string-notation/parse.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
</button>
4545
<div class="navigation-controls--break ui-kit_mobile-only"></div>
4646
<div class="library-version" id="library-version">
47-
1.5.1 </div>
47+
2.0.0 </div>
4848
<div class="navigation-controls">
4949
<ul class="filter-section filter-section_loading" id="filter-section" aria-label="Target filter">
5050
<button class="platform-tag platform-selector jvm-like" data-active="" aria-pressed="true"

string-notation/de.joshuagleitze.stringnotation/-base-string-notation/print.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
</button>
4545
<div class="navigation-controls--break ui-kit_mobile-only"></div>
4646
<div class="library-version" id="library-version">
47-
1.5.1 </div>
47+
2.0.0 </div>
4848
<div class="navigation-controls">
4949
<ul class="filter-section filter-section_loading" id="filter-section" aria-label="Target filter">
5050
<button class="platform-tag platform-selector jvm-like" data-active="" aria-pressed="true"

string-notation/de.joshuagleitze.stringnotation/-base-string-notation/to-string.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
</button>
4545
<div class="navigation-controls--break ui-kit_mobile-only"></div>
4646
<div class="library-version" id="library-version">
47-
1.5.1 </div>
47+
2.0.0 </div>
4848
<div class="navigation-controls">
4949
<ul class="filter-section filter-section_loading" id="filter-section" aria-label="Target filter">
5050
<button class="platform-tag platform-selector jvm-like" data-active="" aria-pressed="true"

string-notation/de.joshuagleitze.stringnotation/-java-constant-name/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
</button>
4545
<div class="navigation-controls--break ui-kit_mobile-only"></div>
4646
<div class="library-version" id="library-version">
47-
1.5.1 </div>
47+
2.0.0 </div>
4848
<div class="navigation-controls">
4949
<ul class="filter-section filter-section_loading" id="filter-section" aria-label="Target filter">
5050
<button class="platform-tag platform-selector jvm-like" data-active="" aria-pressed="true"
@@ -108,7 +108,7 @@
108108
<div class="breadcrumbs"><a href="../../../index.html">string-notation</a><span class="delimiter">/</span><a href="../index.html">de.joshuagleitze.stringnotation</a><span class="delimiter">/</span><span class="current">JavaConstantName</span></div>
109109
<div class="cover ">
110110
<h1 class="cover"><span>Java</span><wbr></wbr><span>Constant</span><wbr></wbr><span><span>Name</span></span></h1>
111-
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":/main"><div class="symbol monospace"><span class="token keyword">data </span><span class="token keyword">object </span><a href="index.html">JavaConstantName</a> : <a href="../-string-notation/index.html">StringNotation</a><span class="source-link-wrapper"><span class="source-link" data-element-type="source-link">(<a href="https://github.com/jGleitz/string-notation/blob/main/src/main/kotlin/JavaNotations.kt#L83">source</a>)</span></span></div><p class="paragraph">A notation for <code class="lang-kotlin">static final</code> fields in Java. This notation is like <a href="../-screaming-snake-case/index.html">ScreamingSnakeCase</a>, but when <a href="../-string-notation/print.html">printing</a>, it will drop any character that is not allowed in a Java identifier. If the result is a Java keyword, <code class="lang-kotlin">_</code> will be appended to it.</p><p class="paragraph">Allowed characters are determined using <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Character.html#isJavaIdentifierStart-kotlin.Char-">Character.isJavaIdentifierStart</a> and <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Character.html#isJavaIdentifierPart-kotlin.Char-">Character.isJavaIdentifierPart</a>. Keywords are detected using <a href="https://docs.oracle.com/javase/8/docs/api/javax/lang/model/SourceVersion.html#isKeyword-kotlin.CharSequence-">SourceVersion.isKeyword</a>.</p></div></div>
111+
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":/main"><div class="symbol monospace"><span class="token keyword">data </span><span class="token keyword">object </span><a href="index.html">JavaConstantName</a> : <a href="../-string-notation/index.html">StringNotation</a><span class="source-link-wrapper"><span class="source-link" data-element-type="source-link">(<a href="https://github.com/jGleitz/string-notation/blob/main/src/main/kotlin/JavaNotations.kt#L83">source</a>)</span></span></div><p class="paragraph">A notation for <code class="lang-kotlin">static final</code> fields in Java. This notation is like <a href="../-screaming-snake-case/index.html">ScreamingSnakeCase</a>, but when <a href="../-string-notation/print.html">printing</a>, it will drop any character that is not allowed in a Java identifier. If the result is a Java keyword, <code class="lang-kotlin">_</code> will be appended to it.</p><p class="paragraph">Allowed characters are determined using <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Character.html#isJavaIdentifierStart(kotlin.Char)">Character.isJavaIdentifierStart</a> and <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Character.html#isJavaIdentifierPart(kotlin.Char)">Character.isJavaIdentifierPart</a>. Keywords are detected using <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.compiler/javax/lang/model/SourceVersion.html#isKeyword(kotlin.CharSequence)">SourceVersion.isKeyword</a>.</p></div></div>
112112
</div>
113113
<div class="tabbedcontent">
114114
<div class="tabs-section" tabs-section="tabs-section"><button class="section-tab" data-active="" data-togglable="CONSTRUCTOR,TYPE,PROPERTY,FUNCTION">Members</button></div>

string-notation/de.joshuagleitze.stringnotation/-java-constant-name/print.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
</button>
4545
<div class="navigation-controls--break ui-kit_mobile-only"></div>
4646
<div class="library-version" id="library-version">
47-
1.5.1 </div>
47+
2.0.0 </div>
4848
<div class="navigation-controls">
4949
<ul class="filter-section filter-section_loading" id="filter-section" aria-label="Target filter">
5050
<button class="platform-tag platform-selector jvm-like" data-active="" aria-pressed="true"

string-notation/de.joshuagleitze.stringnotation/-java-member-name/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
</button>
4545
<div class="navigation-controls--break ui-kit_mobile-only"></div>
4646
<div class="library-version" id="library-version">
47-
1.5.1 </div>
47+
2.0.0 </div>
4848
<div class="navigation-controls">
4949
<ul class="filter-section filter-section_loading" id="filter-section" aria-label="Target filter">
5050
<button class="platform-tag platform-selector jvm-like" data-active="" aria-pressed="true"
@@ -108,7 +108,7 @@
108108
<div class="breadcrumbs"><a href="../../../index.html">string-notation</a><span class="delimiter">/</span><a href="../index.html">de.joshuagleitze.stringnotation</a><span class="delimiter">/</span><span class="current">JavaMemberName</span></div>
109109
<div class="cover ">
110110
<h1 class="cover"><span>Java</span><wbr></wbr><span>Member</span><wbr></wbr><span><span>Name</span></span></h1>
111-
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":/main"><div class="symbol monospace"><span class="token keyword">object </span><a href="index.html">JavaMemberName</a> : <a href="../-base-string-notation/index.html">BaseStringNotation</a><span class="source-link-wrapper"><span class="source-link" data-element-type="source-link">(<a href="https://github.com/jGleitz/string-notation/blob/main/src/main/kotlin/JavaNotations.kt#L31">source</a>)</span></span></div><p class="paragraph">A notation for java member names. This notation is like <a href="../-lower-camel-case/index.html">LowerCamelCase</a>, but when <a href="../-string-notation/print.html">printing</a>, it will drop any character that is not allowed in a Java identifier. If the result is a Java keyword, <code class="lang-kotlin">_</code> will be appended to it.</p><p class="paragraph">Allowed characters are determined using <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Character.html#isJavaIdentifierStart-kotlin.Char-">Character.isJavaIdentifierStart</a> and <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Character.html#isJavaIdentifierPart-kotlin.Char-">Character.isJavaIdentifierPart</a>. Keywords are detected using <a href="https://docs.oracle.com/javase/8/docs/api/javax/lang/model/SourceVersion.html#isKeyword-kotlin.CharSequence-">SourceVersion.isKeyword</a>.</p></div></div>
111+
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":/main"><div class="symbol monospace"><span class="token keyword">object </span><a href="index.html">JavaMemberName</a> : <a href="../-base-string-notation/index.html">BaseStringNotation</a><span class="source-link-wrapper"><span class="source-link" data-element-type="source-link">(<a href="https://github.com/jGleitz/string-notation/blob/main/src/main/kotlin/JavaNotations.kt#L31">source</a>)</span></span></div><p class="paragraph">A notation for java member names. This notation is like <a href="../-lower-camel-case/index.html">LowerCamelCase</a>, but when <a href="../-string-notation/print.html">printing</a>, it will drop any character that is not allowed in a Java identifier. If the result is a Java keyword, <code class="lang-kotlin">_</code> will be appended to it.</p><p class="paragraph">Allowed characters are determined using <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Character.html#isJavaIdentifierStart(kotlin.Char)">Character.isJavaIdentifierStart</a> and <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Character.html#isJavaIdentifierPart(kotlin.Char)">Character.isJavaIdentifierPart</a>. Keywords are detected using <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.compiler/javax/lang/model/SourceVersion.html#isKeyword(kotlin.CharSequence)">SourceVersion.isKeyword</a>.</p></div></div>
112112
</div>
113113
<div class="tabbedcontent">
114114
<div class="tabs-section" tabs-section="tabs-section"><button class="section-tab" data-active="" data-togglable="CONSTRUCTOR,TYPE,PROPERTY,FUNCTION">Members</button></div>

string-notation/de.joshuagleitze.stringnotation/-java-member-name/print.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
</button>
4545
<div class="navigation-controls--break ui-kit_mobile-only"></div>
4646
<div class="library-version" id="library-version">
47-
1.5.1 </div>
47+
2.0.0 </div>
4848
<div class="navigation-controls">
4949
<ul class="filter-section filter-section_loading" id="filter-section" aria-label="Target filter">
5050
<button class="platform-tag platform-selector jvm-like" data-active="" aria-pressed="true"

0 commit comments

Comments
 (0)