Skip to content

Commit

Permalink
Update Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
daegalus committed Nov 7, 2023
1 parent e176d6e commit 1898f8d
Show file tree
Hide file tree
Showing 219 changed files with 7,679 additions and 11,570 deletions.
9 changes: 5 additions & 4 deletions doc/__404error.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
<meta name="generator" content="made with love by dartdoc 6.2.2">
<meta name="generator" content="made with love by dartdoc 7.0.0-dev">
<meta name="description" content="uuid API docs, for the Dart programming language.">
<title>uuid - Dart API docs</title>

Expand Down Expand Up @@ -65,14 +65,15 @@ <h1>404: Something's gone wrong :-(</h1>
</div> <!-- /.main-content -->

<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
<header id="header-search-sidebar" class="hidden-l">
<!-- The search input and breadcrumbs below are only responsively visible at low resolutions. -->
<header id="header-search-sidebar" class="hidden-l">
<form class="search-sidebar" role="search">
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
</form>
</header>

<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
<li class="self-crumb">uuid package</li>
<li class="self-crumb">uuid package</li>
</ol>


Expand Down Expand Up @@ -104,7 +105,7 @@ <h5><span class="package-name">uuid</span> <span class="package-kind">package</s
<footer>
<span class="no-break">
uuid
4.1.0
4.2.1
</span>


Expand Down
24 changes: 24 additions & 0 deletions doc/data/GlobalOptions-class-sidebar.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<ol>

<li class="section-title"><a href="../data/GlobalOptions-class.html#constructors">Constructors</a></li>
<li><a href="../data/GlobalOptions/GlobalOptions.html">GlobalOptions</a></li>


<li class="section-title">
<a href="../data/GlobalOptions-class.html#instance-properties">Properties</a>
</li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.1.3/dart-core/Object/hashCode.html">hashCode</a></li>
<li><a href="../data/GlobalOptions/rng.html">rng</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.1.3/dart-core/Object/runtimeType.html">runtimeType</a></li>

<li class="section-title inherited"><a href="../data/GlobalOptions-class.html#instance-methods">Methods</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.1.3/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.1.3/dart-core/Object/toString.html">toString</a></li>

<li class="section-title inherited"><a href="../data/GlobalOptions-class.html#operators">Operators</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.1.3/dart-core/Object/operator_equals.html">operator ==</a></li>




</ol>
84 changes: 22 additions & 62 deletions doc/data/GlobalOptions-class.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,11 @@
</header>
<main>

<div id="dartdoc-main-content" class="main-content">
<div
id="dartdoc-main-content"
class="main-content"
data-above-sidebar="data&#47;data-library-sidebar.html"
data-below-sidebar="data&#47;GlobalOptions-class-sidebar.html">
<div>
<h1><span class="kind-class">GlobalOptions</span> class

Expand Down Expand Up @@ -84,8 +88,8 @@ <h2>Properties</h2>

<dl class="properties">
<dt id="hashCode" class="property inherited">
<span class="name"><a href="https://api.dart.dev/stable/3.0.6/dart-core/Object/hashCode.html">hashCode</a></span>
<span class="signature">&#8594; <a href="https://api.dart.dev/stable/3.0.6/dart-core/int-class.html">int</a></span>
<span class="name"><a href="https://api.dart.dev/stable/3.1.3/dart-core/Object/hashCode.html">hashCode</a></span>
<span class="signature">&#8594; <a href="https://api.dart.dev/stable/3.1.3/dart-core/int-class.html">int</a></span>

</dt>
<dd class="inherited">
Expand All @@ -106,8 +110,8 @@ <h2>Properties</h2>
</dd>

<dt id="runtimeType" class="property inherited">
<span class="name"><a href="https://api.dart.dev/stable/3.0.6/dart-core/Object/runtimeType.html">runtimeType</a></span>
<span class="signature">&#8594; <a href="https://api.dart.dev/stable/3.0.6/dart-core/Type-class.html">Type</a></span>
<span class="name"><a href="https://api.dart.dev/stable/3.1.3/dart-core/Object/runtimeType.html">runtimeType</a></span>
<span class="signature">&#8594; <a href="https://api.dart.dev/stable/3.1.3/dart-core/Type-class.html">Type</a></span>

</dt>
<dd class="inherited">
Expand All @@ -126,7 +130,7 @@ <h2>Properties</h2>
<h2>Methods</h2>
<dl class="callables">
<dt id="noSuchMethod" class="callable inherited">
<span class="name"><a href="https://api.dart.dev/stable/3.0.6/dart-core/Object/noSuchMethod.html">noSuchMethod</a></span><span class="signature">(<wbr><span class="parameter" id="noSuchMethod-param-invocation"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.0.6/dart-core/Invocation-class.html">Invocation</a></span> <span class="parameter-name">invocation</span></span>)
<span class="name"><a href="https://api.dart.dev/stable/3.1.3/dart-core/Object/noSuchMethod.html">noSuchMethod</a></span><span class="signature">(<wbr><span class="parameter" id="noSuchMethod-param-invocation"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.1.3/dart-core/Invocation-class.html">Invocation</a></span> <span class="parameter-name">invocation</span></span>)
<span class="returntype parameter">&#8594; dynamic</span>
</span>

Expand All @@ -139,8 +143,8 @@ <h2>Methods</h2>
</dd>

<dt id="toString" class="callable inherited">
<span class="name"><a href="https://api.dart.dev/stable/3.0.6/dart-core/Object/toString.html">toString</a></span><span class="signature">(<wbr>)
<span class="returntype parameter">&#8594; <a href="https://api.dart.dev/stable/3.0.6/dart-core/String-class.html">String</a></span>
<span class="name"><a href="https://api.dart.dev/stable/3.1.3/dart-core/Object/toString.html">toString</a></span><span class="signature">(<wbr>)
<span class="returntype parameter">&#8594; <a href="https://api.dart.dev/stable/3.1.3/dart-core/String-class.html">String</a></span>
</span>


Expand All @@ -160,8 +164,8 @@ <h2>Methods</h2>
<h2>Operators</h2>
<dl class="callables">
<dt id="operator ==" class="callable inherited">
<span class="name"><a href="https://api.dart.dev/stable/3.0.6/dart-core/Object/operator_equals.html">operator ==</a></span><span class="signature">(<wbr><span class="parameter" id="==-param-other"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.0.6/dart-core/Object-class.html">Object</a></span> <span class="parameter-name">other</span></span>)
<span class="returntype parameter">&#8594; <a href="https://api.dart.dev/stable/3.0.6/dart-core/bool-class.html">bool</a></span>
<span class="name"><a href="https://api.dart.dev/stable/3.1.3/dart-core/Object/operator_equals.html">operator ==</a></span><span class="signature">(<wbr><span class="parameter" id="==-param-other"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.1.3/dart-core/Object-class.html">Object</a></span> <span class="parameter-name">other</span></span>)
<span class="returntype parameter">&#8594; <a href="https://api.dart.dev/stable/3.1.3/dart-core/bool-class.html">bool</a></span>
</span>


Expand All @@ -182,77 +186,33 @@ <h2>Operators</h2>
</div> <!-- /.main-content -->

<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
<header id="header-search-sidebar" class="hidden-l">
<!-- The search input and breadcrumbs below are only responsively visible at low resolutions. -->
<header id="header-search-sidebar" class="hidden-l">
<form class="search-sidebar" role="search">
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
</form>
</header>

<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
<li><a href="../index.html">uuid</a></li>
<li><a href="../data/data-library.html">data</a></li>
<li class="self-crumb">GlobalOptions class</li>
<li><a href="../index.html">uuid</a></li>
<li><a href="../data/data-library.html">data</a></li>
<li class="self-crumb">GlobalOptions class</li>
</ol>


<h5>data library</h5>
<ol>
<li class="section-title"><a href="../data/data-library.html#classes">Classes</a></li>
<li><a href="../data/GlobalOptions-class.html">GlobalOptions</a></li>
<li><a href="../data/V1Options-class.html">V1Options</a></li>
<li><a href="../data/V1State-class.html">V1State</a></li>
<li><a href="../data/V4Options-class.html">V4Options</a></li>
<li><a href="../data/V5Options-class.html">V5Options</a></li>
<li><a href="../data/V6Options-class.html">V6Options</a></li>
<li><a href="../data/V6State-class.html">V6State</a></li>
<li><a href="../data/V7Options-class.html">V7Options</a></li>
<li><a href="../data/V8Options-class.html">V8Options</a></li>








</ol>

<!--<h5>data library</h5>-->
<div id="dartdoc-sidebar-left-content"></div>
</div>

<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
<ol>

<li class="section-title"><a href="../data/GlobalOptions-class.html#constructors">Constructors</a></li>
<li><a href="../data/GlobalOptions/GlobalOptions.html">GlobalOptions</a></li>


<li class="section-title">
<a href="../data/GlobalOptions-class.html#instance-properties">Properties</a>
</li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.6/dart-core/Object/hashCode.html">hashCode</a></li>
<li><a href="../data/GlobalOptions/rng.html">rng</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.6/dart-core/Object/runtimeType.html">runtimeType</a></li>

<li class="section-title inherited"><a href="../data/GlobalOptions-class.html#instance-methods">Methods</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.6/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.6/dart-core/Object/toString.html">toString</a></li>

<li class="section-title inherited"><a href="../data/GlobalOptions-class.html#operators">Operators</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.6/dart-core/Object/operator_equals.html">operator ==</a></li>




</ol>

</div><!--/.sidebar-offcanvas-->

</main>

<footer>
<span class="no-break">
uuid
4.1.0
4.2.1
</span>


Expand Down
46 changes: 13 additions & 33 deletions doc/data/GlobalOptions/GlobalOptions.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,11 @@
</header>
<main>

<div id="dartdoc-main-content" class="main-content">
<div
id="dartdoc-main-content"
class="main-content"
data-above-sidebar="data&#47;GlobalOptions-class-sidebar.html"
data-below-sidebar="">
<div>
<h1><span class="kind-constructor">GlobalOptions</span> constructor
</h1></div>
Expand All @@ -68,53 +72,29 @@ <h1><span class="kind-constructor">GlobalOptions</span> constructor

<section class="summary source-code" id="source">
<h2><span>Implementation</span></h2>
<pre class="language-dart"><code class="language-dart">const GlobalOptions(this.rng);</code></pre>
<pre class="language-dart"><code class="language-dart">const GlobalOptions</code></pre>
</section>


</div> <!-- /.main-content -->

<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
<header id="header-search-sidebar" class="hidden-l">
<!-- The search input and breadcrumbs below are only responsively visible at low resolutions. -->
<header id="header-search-sidebar" class="hidden-l">
<form class="search-sidebar" role="search">
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
</form>
</header>

<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
<li><a href="../../index.html">uuid</a></li>
<li><a href="../../data/data-library.html">data</a></li>
<li><a href="../../data/GlobalOptions-class.html">GlobalOptions</a></li>
<li class="self-crumb">GlobalOptions const constructor</li>
<li><a href="../../index.html">uuid</a></li>
<li><a href="../../data/data-library.html">data</a></li>
<li><a href="../../data/GlobalOptions-class.html">GlobalOptions</a></li>
<li class="self-crumb">GlobalOptions const constructor</li>
</ol>


<h5>GlobalOptions class</h5>
<ol>

<li class="section-title"><a href="../../data/GlobalOptions-class.html#constructors">Constructors</a></li>
<li><a href="../../data/GlobalOptions/GlobalOptions.html">GlobalOptions</a></li>


<li class="section-title">
<a href="../../data/GlobalOptions-class.html#instance-properties">Properties</a>
</li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.6/dart-core/Object/hashCode.html">hashCode</a></li>
<li><a href="../../data/GlobalOptions/rng.html">rng</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.6/dart-core/Object/runtimeType.html">runtimeType</a></li>

<li class="section-title inherited"><a href="../../data/GlobalOptions-class.html#instance-methods">Methods</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.6/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.6/dart-core/Object/toString.html">toString</a></li>

<li class="section-title inherited"><a href="../../data/GlobalOptions-class.html#operators">Operators</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.6/dart-core/Object/operator_equals.html">operator ==</a></li>




</ol>

</div><!--/.sidebar-offcanvas-left-->

<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
Expand All @@ -125,7 +105,7 @@ <h5>GlobalOptions class</h5>
<footer>
<span class="no-break">
uuid
4.1.0
4.2.1
</span>


Expand Down
44 changes: 12 additions & 32 deletions doc/data/GlobalOptions/rng.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,11 @@
</header>
<main>

<div id="dartdoc-main-content" class="main-content">
<div
id="dartdoc-main-content"
class="main-content"
data-above-sidebar="data&#47;GlobalOptions-class-sidebar.html"
data-below-sidebar="">
<div>
<h1><span class="kind-property">rng</span> property
</h1></div>
Expand All @@ -75,46 +79,22 @@ <h2><span>Implementation</span></h2>
</div> <!-- /.main-content -->

<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
<header id="header-search-sidebar" class="hidden-l">
<!-- The search input and breadcrumbs below are only responsively visible at low resolutions. -->
<header id="header-search-sidebar" class="hidden-l">
<form class="search-sidebar" role="search">
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
</form>
</header>

<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
<li><a href="../../index.html">uuid</a></li>
<li><a href="../../data/data-library.html">data</a></li>
<li><a href="../../data/GlobalOptions-class.html">GlobalOptions</a></li>
<li class="self-crumb">rng property</li>
<li><a href="../../index.html">uuid</a></li>
<li><a href="../../data/data-library.html">data</a></li>
<li><a href="../../data/GlobalOptions-class.html">GlobalOptions</a></li>
<li class="self-crumb">rng property</li>
</ol>


<h5>GlobalOptions class</h5>
<ol>

<li class="section-title"><a href="../../data/GlobalOptions-class.html#constructors">Constructors</a></li>
<li><a href="../../data/GlobalOptions/GlobalOptions.html">GlobalOptions</a></li>


<li class="section-title">
<a href="../../data/GlobalOptions-class.html#instance-properties">Properties</a>
</li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.6/dart-core/Object/hashCode.html">hashCode</a></li>
<li><a href="../../data/GlobalOptions/rng.html">rng</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.6/dart-core/Object/runtimeType.html">runtimeType</a></li>

<li class="section-title inherited"><a href="../../data/GlobalOptions-class.html#instance-methods">Methods</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.6/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.6/dart-core/Object/toString.html">toString</a></li>

<li class="section-title inherited"><a href="../../data/GlobalOptions-class.html#operators">Operators</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.6/dart-core/Object/operator_equals.html">operator ==</a></li>




</ol>

</div><!--/.sidebar-offcanvas-->

<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
Expand All @@ -125,7 +105,7 @@ <h5>GlobalOptions class</h5>
<footer>
<span class="no-break">
uuid
4.1.0
4.2.1
</span>


Expand Down
28 changes: 28 additions & 0 deletions doc/data/V1Options-class-sidebar.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<ol>

<li class="section-title"><a href="../data/V1Options-class.html#constructors">Constructors</a></li>
<li><a href="../data/V1Options/V1Options.html">V1Options</a></li>


<li class="section-title">
<a href="../data/V1Options-class.html#instance-properties">Properties</a>
</li>
<li><a href="../data/V1Options/clockSeq.html">clockSeq</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.1.3/dart-core/Object/hashCode.html">hashCode</a></li>
<li><a href="../data/V1Options/mSecs.html">mSecs</a></li>
<li><a href="../data/V1Options/node.html">node</a></li>
<li><a href="../data/V1Options/nSecs.html">nSecs</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.1.3/dart-core/Object/runtimeType.html">runtimeType</a></li>
<li><a href="../data/V1Options/seedBytes.html">seedBytes</a></li>

<li class="section-title inherited"><a href="../data/V1Options-class.html#instance-methods">Methods</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.1.3/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.1.3/dart-core/Object/toString.html">toString</a></li>

<li class="section-title inherited"><a href="../data/V1Options-class.html#operators">Operators</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.1.3/dart-core/Object/operator_equals.html">operator ==</a></li>




</ol>
Loading

0 comments on commit 1898f8d

Please sign in to comment.