-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
179efb3
commit 8ace24d
Showing
1,033 changed files
with
116,911 additions
and
1 deletion.
There are no files selected for viewing
76 changes: 76 additions & 0 deletions
76
web/static/javadoc/5.10.0/acra/org.acra.annotation/-acra-dsl/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,76 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8"> | ||
<title>AcraDsl</title> | ||
<link href="../../../images/logo-icon.svg" rel="icon" type="image/svg"> | ||
<script>var pathToRoot = "../../../";</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="../../../scripts/sourceset_dependencies.js" async="async"></script> | ||
<link href="../../../styles/style.css" rel="Stylesheet"> | ||
<link href="../../../styles/jetbrains-mono.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"> | ||
<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="navigation-wrapper" id="navigation-wrapper"> | ||
<div id="leftToggler"><span class="icon-toggler"></span></div> | ||
<div class="library-name"> | ||
<a href="../../../index.html"> | ||
<span>acra</span> | ||
</a> | ||
</div> | ||
<div> | ||
</div> | ||
<div class="pull-right d-flex"> | ||
<div class="filter-section" id="filter-section"> | ||
<button class="platform-tag platform-selector jvm-like" data-active="" data-filter=":acra-toast:dokkaHtml/release">androidJvm</button> | ||
</div> | ||
<button id="theme-toggle-button"><span id="theme-toggle"></span></button> | ||
<div id="searchBar"></div> | ||
</div> | ||
</div> | ||
<div id="container"> | ||
<div id="leftColumn"> | ||
<div id="sideMenu"></div> | ||
</div> | ||
<div id="main"> | ||
<div class="main-content" data-page-type="classlike" id="content" pageIds="acra::org.acra.annotation/AcraDsl///PointingToDeclaration//-535716451"> | ||
<div class="breadcrumbs"><a href="../../../index.html">acra</a><span class="delimiter">/</span><a href="../index.html">org.acra.annotation</a><span class="delimiter">/</span><span class="current">AcraDsl</span></div> | ||
<div class="cover "> | ||
<h1 class="cover"><span>Acra</span><wbr></wbr><span><span>Dsl</span></span></h1> | ||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":acra-toast:dokkaHtml/release"><div class="symbol monospace"><div class="block"><div class="block"><span class="token annotation builtin">@</span><a href="https://developer.android.com/reference/kotlin/java/lang/annotation/Inherited.html"><span class="token annotation builtin">Inherited</span></a></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/-c-l-a-s-s/index.html">AnnotationTarget.CLASS</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">AcraDsl</a></div></div></div> | ||
</div> | ||
<div class="tabbedcontent"> | ||
<div class="tabs-section" tabs-section="tabs-section"></div> | ||
<div class="tabs-section-body"></div> | ||
</div> | ||
</div> | ||
<div class="footer"> | ||
<span class="go-to-top-icon"><a href="#content" id="go-to-top-link"></a></span><span>© 2023 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> | ||
</body> | ||
</html> |
76 changes: 76 additions & 0 deletions
76
web/static/javadoc/5.10.0/acra/org.acra.annotation/-open-a-p-i/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,76 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8"> | ||
<title>OpenAPI</title> | ||
<link href="../../../images/logo-icon.svg" rel="icon" type="image/svg"> | ||
<script>var pathToRoot = "../../../";</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="../../../scripts/sourceset_dependencies.js" async="async"></script> | ||
<link href="../../../styles/style.css" rel="Stylesheet"> | ||
<link href="../../../styles/jetbrains-mono.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"> | ||
<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="navigation-wrapper" id="navigation-wrapper"> | ||
<div id="leftToggler"><span class="icon-toggler"></span></div> | ||
<div class="library-name"> | ||
<a href="../../../index.html"> | ||
<span>acra</span> | ||
</a> | ||
</div> | ||
<div> | ||
</div> | ||
<div class="pull-right d-flex"> | ||
<div class="filter-section" id="filter-section"> | ||
<button class="platform-tag platform-selector jvm-like" data-active="" data-filter=":acra-toast:dokkaHtml/release">androidJvm</button> | ||
</div> | ||
<button id="theme-toggle-button"><span id="theme-toggle"></span></button> | ||
<div id="searchBar"></div> | ||
</div> | ||
</div> | ||
<div id="container"> | ||
<div id="leftColumn"> | ||
<div id="sideMenu"></div> | ||
</div> | ||
<div id="main"> | ||
<div class="main-content" data-page-type="classlike" id="content" pageIds="acra::org.acra.annotation/OpenAPI///PointingToDeclaration//-535716451"> | ||
<div class="breadcrumbs"><a href="../../../index.html">acra</a><span class="delimiter">/</span><a href="../index.html">org.acra.annotation</a><span class="delimiter">/</span><span class="current">OpenAPI</span></div> | ||
<div class="cover "> | ||
<h1 class="cover"><span>Open</span><wbr></wbr><span><span>API</span></span></h1> | ||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":acra-toast:dokkaHtml/release"><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.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/-c-l-a-s-s/index.html">AnnotationTarget.CLASS</a></span><wbr></wbr><span class="token punctuation">]</span></span><wbr></wbr><span class="token punctuation">)</span></div><div class="block"><span class="token annotation builtin">@</span><a href="https://developer.android.com/reference/kotlin/java/lang/annotation/Inherited.html"><span class="token annotation builtin">Inherited</span></a></div></div><span class="token keyword">annotation class </span><a href="index.html">OpenAPI</a></div></div></div> | ||
</div> | ||
<div class="tabbedcontent"> | ||
<div class="tabs-section" tabs-section="tabs-section"></div> | ||
<div class="tabs-section-body"></div> | ||
</div> | ||
</div> | ||
<div class="footer"> | ||
<span class="go-to-top-icon"><a href="#content" id="go-to-top-link"></a></span><span>© 2023 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> | ||
</body> | ||
</html> |
110 changes: 110 additions & 0 deletions
110
web/static/javadoc/5.10.0/acra/org.acra.annotation/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,110 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8"> | ||
<title>org.acra.annotation</title> | ||
<link href="../../images/logo-icon.svg" rel="icon" type="image/svg"> | ||
<script>var pathToRoot = "../../";</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="../../scripts/sourceset_dependencies.js" async="async"></script> | ||
<link href="../../styles/style.css" rel="Stylesheet"> | ||
<link href="../../styles/jetbrains-mono.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"> | ||
<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="navigation-wrapper" id="navigation-wrapper"> | ||
<div id="leftToggler"><span class="icon-toggler"></span></div> | ||
<div class="library-name"> | ||
<a href="../../index.html"> | ||
<span>acra</span> | ||
</a> | ||
</div> | ||
<div> | ||
</div> | ||
<div class="pull-right d-flex"> | ||
<div class="filter-section" id="filter-section"> | ||
<button class="platform-tag platform-selector jvm-like" data-active="" data-filter=":acra-toast:dokkaHtml/release">androidJvm</button> | ||
</div> | ||
<button id="theme-toggle-button"><span id="theme-toggle"></span></button> | ||
<div id="searchBar"></div> | ||
</div> | ||
</div> | ||
<div id="container"> | ||
<div id="leftColumn"> | ||
<div id="sideMenu"></div> | ||
</div> | ||
<div id="main"> | ||
<div class="main-content" data-page-type="package" id="content" pageIds="acra::org.acra.annotation////PointingToDeclaration//-535716451"> | ||
<div class="breadcrumbs"><a href="../../index.html">acra</a><span class="delimiter">/</span><span class="current">org.acra.annotation</span></div> | ||
<div class="cover "> | ||
<h1 class="cover"><span><span>Package-level</span></span> <span><span>declarations</span></span></h1> | ||
</div> | ||
<div class="tabbedcontent"> | ||
<div class="tabs-section" tabs-section="tabs-section"><button class="section-tab" data-active="" data-togglable="TYPE">Types</button></div> | ||
<div class="tabs-section-body"> | ||
<div data-togglable="TYPE"> | ||
<h2 class="">Types</h2> | ||
<div class="table"><a data-name="-1316811342%2FClasslikes%2F-535716451" anchor-label="AcraDsl" id="-1316811342%2FClasslikes%2F-535716451" data-filterable-set=":acra-toast:dokkaHtml/release"></a> | ||
<div class="table-row" data-filterable-current=":acra-toast:dokkaHtml/release" data-filterable-set=":acra-toast:dokkaHtml/release"> | ||
<div class="main-subrow keyValue "> | ||
<div class=""><span class="inline-flex"> | ||
<div><a href="-acra-dsl/index.html"><span>Acra</span><wbr></wbr><span><span>Dsl</span></span></a></div> | ||
<span class="anchor-wrapper"><span class="anchor-icon" pointing-to="-1316811342%2FClasslikes%2F-535716451"></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=":acra-toast:dokkaHtml/release"><div class="symbol monospace"><div class="block"><div class="block"><span class="token annotation builtin">@</span><a href="https://developer.android.com/reference/kotlin/java/lang/annotation/Inherited.html"><span class="token annotation builtin">Inherited</span></a></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/-c-l-a-s-s/index.html">AnnotationTarget.CLASS</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="-acra-dsl/index.html">AcraDsl</a></div></div></div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<a data-name="1526979822%2FClasslikes%2F-535716451" anchor-label="OpenAPI" id="1526979822%2FClasslikes%2F-535716451" data-filterable-set=":acra-toast:dokkaHtml/release"></a> | ||
<div class="table-row" data-filterable-current=":acra-toast:dokkaHtml/release" data-filterable-set=":acra-toast:dokkaHtml/release"> | ||
<div class="main-subrow keyValue "> | ||
<div class=""><span class="inline-flex"> | ||
<div><a href="-open-a-p-i/index.html"><span>Open</span><wbr></wbr><span><span>API</span></span></a></div> | ||
<span class="anchor-wrapper"><span class="anchor-icon" pointing-to="1526979822%2FClasslikes%2F-535716451"></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=":acra-toast:dokkaHtml/release"><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.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/-c-l-a-s-s/index.html">AnnotationTarget.CLASS</a></span><wbr></wbr><span class="token punctuation">]</span></span><wbr></wbr><span class="token punctuation">)</span></div><div class="block"><span class="token annotation builtin">@</span><a href="https://developer.android.com/reference/kotlin/java/lang/annotation/Inherited.html"><span class="token annotation builtin">Inherited</span></a></div></div><span class="token keyword">annotation class </span><a href="-open-a-p-i/index.html">OpenAPI</a></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>© 2023 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> | ||
</body> | ||
</html> |
Oops, something went wrong.