diff options
| author | Marak <[email protected]> | 2021-02-11 01:24:16 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-02-11 01:24:16 -0500 |
| commit | 9c8b3249ffa8412d305bea0522d5754f88f000ae (patch) | |
| tree | 665bb0c281ea8a170e5c8da414aed1b80e75d86b /doc/faker.system.html | |
| parent | 00f18703af6bf46b0435f4cc9ed1838054a79c1c (diff) | |
| parent | 388b6cd8513b3b73daab5278e539f8f6bb600e12 (diff) | |
| download | faker-9c8b3249ffa8412d305bea0522d5754f88f000ae.tar.xz faker-9c8b3249ffa8412d305bea0522d5754f88f000ae.zip | |
Merge branch 'master' into master
Diffstat (limited to 'doc/faker.system.html')
| -rw-r--r-- | doc/faker.system.html | 3264 |
1 files changed, 3227 insertions, 37 deletions
diff --git a/doc/faker.system.html b/doc/faker.system.html index 181d3da6..d067a36f 100644 --- a/doc/faker.system.html +++ b/doc/faker.system.html @@ -33,21 +33,30 @@ <li class="dropdown"> <a href="namespaces.list.html" class="dropdown-toggle" data-toggle="dropdown">Namespaces<b class="caret"></b></a> <ul class="dropdown-menu "> - <li><a href="faker.html">faker</a></li><li><a href="faker.address.html">faker.address</a></li><li><a href="faker.commerce.html">faker.commerce</a></li><li><a href="faker.company.html">faker.company</a></li><li><a href="faker.database.html">faker.database</a></li><li><a href="faker.date.html">faker.date</a></li><li><a href="faker.finance.html">faker.finance</a></li><li><a href="faker.hacker.html">faker.hacker</a></li><li><a href="faker.helpers.html">faker.helpers</a></li><li><a href="faker.image.html">faker.image</a></li><li><a href="faker.internet.html">faker.internet</a></li><li><a href="faker.lorem.html">faker.lorem</a></li><li><a href="faker.name.html">faker.name</a></li><li><a href="faker.phone.html">faker.phone</a></li><li><a href="faker.random.html">faker.random</a></li><li><a href="faker.system.html">faker.system</a></li> + <li><a href="faker.html">faker</a></li><li><a href="faker.address.html">faker.address</a></li><li><a href="faker.commerce.html">faker.commerce</a></li><li><a href="faker.company.html">faker.company</a></li><li><a href="faker.database.html">faker.database</a></li><li><a href="faker.date.html">faker.date</a></li><li><a href="faker.finance.html">faker.finance</a></li><li><a href="faker.git.html">faker.git</a></li><li><a href="faker.hacker.html">faker.hacker</a></li><li><a href="faker.helpers.html">faker.helpers</a></li><li><a href="faker.image.html">faker.image</a></li><li><a href="faker.image.lorempicsum.html">faker.image.lorempicsum</a></li><li><a href="faker.image.lorempixel.html">faker.image.lorempixel</a></li><li><a href="faker.image.unsplash.html">faker.image.unsplash</a></li><li><a href="faker.internet.html">faker.internet</a></li><li><a href="faker.lorem.html">faker.lorem</a></li><li><a href="faker.music.html">faker.music</a></li><li><a href="faker.name.html">faker.name</a></li><li><a href="faker.phone.html">faker.phone</a></li><li><a href="faker.random.html">faker.random</a></li><li><a href="faker.system.html">faker.system</a></li><li><a href="faker.time.html">faker.time</a></li><li><a href="faker.unique.html">faker.unique</a></li><li><a href="faker.vehicle.html">faker.vehicle</a></li> + </ul> + </li> + + <li class="dropdown"> + <a href="global.html" class="dropdown-toggle" data-toggle="dropdown">Global<b class="caret"></b></a> + <ul class="dropdown-menu "> + <li><a href="global.html#unique">unique</a></li> </ul> </li> </ul> - <div class="col-sm-3 col-md-3"> - <form class="navbar-form" role="search"> - <div class="input-group"> - <input type="text" class="form-control" placeholder="Search" name="q" id="search-input"> - <div class="input-group-btn"> - <button class="btn btn-default" id="search-submit"><i class="glyphicon glyphicon-search"></i></button> + + <div class="col-sm-3 col-md-3"> + <form class="navbar-form" role="search"> + <div class="input-group"> + <input type="text" class="form-control" placeholder="Search" name="q" id="search-input"> + <div class="input-group-btn"> + <button class="btn btn-default" id="search-submit"><i class="glyphicon glyphicon-search"></i></button> + </div> </div> - </div> - </form> - </div> + </form> + </div> + </div> </div> @@ -274,6 +283,2434 @@ <hr> <dt> + <h4 class="name" id=".commonFileExt"><span class="type-signature"><static> </span>commonFileExt(type)</h4> + + +</dt> +<dd> + + + <div class="description"> + <p>returns a commonly used file extension based on optional type</p> + </div> + + + + + + + + + <h5>Parameters:</h5> + + +<table class="params table table-striped"> + <thead> + <tr> + + <th>Name</th> + + + <th>Type</th> + + + + + + <th class="last">Description</th> + </tr> + </thead> + + <tbody> + + + <tr> + + <td class="name"><code>type</code></td> + + + <td class="type"> + + +<span class="param-type">string</span> + + + + + </td> + + + + + + <td class="description last"></td> + </tr> + + + </tbody> +</table> + + + + +<dl class="details"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +</dl> + + + + + + + + + + + + + + + +</dd> + + + +<hr> +<dt> + <h4 class="name" id=".commonFileName"><span class="type-signature"><static> </span>commonFileName(ext, type)</h4> + + +</dt> +<dd> + + + <div class="description"> + <p>commonFileName</p> + </div> + + + + + + + + + <h5>Parameters:</h5> + + +<table class="params table table-striped"> + <thead> + <tr> + + <th>Name</th> + + + <th>Type</th> + + + + + + <th class="last">Description</th> + </tr> + </thead> + + <tbody> + + + <tr> + + <td class="name"><code>ext</code></td> + + + <td class="type"> + + +<span class="param-type">string</span> + + + + + </td> + + + + + + <td class="description last"></td> + </tr> + + + + <tr> + + <td class="name"><code>type</code></td> + + + <td class="type"> + + +<span class="param-type">string</span> + + + + + </td> + + + + + + <td class="description last"></td> + </tr> + + + </tbody> +</table> + + + + +<dl class="details"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +</dl> + + + + + + + + + + + + + + + +</dd> + + + +<hr> +<dt> + <h4 class="name" id=".commonFileName"><span class="type-signature"><static> </span>commonFileName(ext, type)</h4> + + +</dt> +<dd> + + + <div class="description"> + <p>commonFileName</p> + </div> + + + + + + + + + <h5>Parameters:</h5> + + +<table class="params table table-striped"> + <thead> + <tr> + + <th>Name</th> + + + <th>Type</th> + + + + + + <th class="last">Description</th> + </tr> + </thead> + + <tbody> + + + <tr> + + <td class="name"><code>ext</code></td> + + + <td class="type"> + + +<span class="param-type">string</span> + + + + + </td> + + + + + + <td class="description last"></td> + </tr> + + + + <tr> + + <td class="name"><code>type</code></td> + + + <td class="type"> + + +<span class="param-type">string</span> + + + + + </td> + + + + + + <td class="description last"></td> + </tr> + + + </tbody> +</table> + + + + +<dl class="details"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +</dl> + + + + + + + + + + + + + + + +</dd> + + + +<hr> +<dt> + <h4 class="name" id=".commonFileType"><span class="type-signature"><static> </span>commonFileType()</h4> + + +</dt> +<dd> + + + <div class="description"> + <p>returns a commonly used file type</p> + </div> + + + + + + + + + + +<dl class="details"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +</dl> + + + + + + + + + + + + + + + +</dd> + + + +<hr> +<dt> + <h4 class="name" id=".commonFileType"><span class="type-signature"><static> </span>commonFileType()</h4> + + +</dt> +<dd> + + + <div class="description"> + <p>returns a commonly used file type</p> + </div> + + + + + + + + + + +<dl class="details"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +</dl> + + + + + + + + + + + + + + + +</dd> + + + +<hr> +<dt> + <h4 class="name" id=".directoryPath"><span class="type-signature"><static> </span>directoryPath()</h4> + + +</dt> +<dd> + + + <div class="description"> + <p>returns directory path</p> + </div> + + + + + + + + + + +<dl class="details"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +</dl> + + + + + + + + + + + + + + + +</dd> + + + +<hr> +<dt> + <h4 class="name" id=".directoryPath"><span class="type-signature"><static> </span>directoryPath()</h4> + + +</dt> +<dd> + + + <div class="description"> + <p>returns directory path</p> + </div> + + + + + + + + + + +<dl class="details"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +</dl> + + + + + + + + + + + + + + + +</dd> + + + +<hr> +<dt> + <h4 class="name" id=".fileExt"><span class="type-signature"><static> </span>fileExt(mimeType)</h4> + + +</dt> +<dd> + + + <div class="description"> + <p>fileExt</p> + </div> + + + + + + + + + <h5>Parameters:</h5> + + +<table class="params table table-striped"> + <thead> + <tr> + + <th>Name</th> + + + <th>Type</th> + + + + + + <th class="last">Description</th> + </tr> + </thead> + + <tbody> + + + <tr> + + <td class="name"><code>mimeType</code></td> + + + <td class="type"> + + +<span class="param-type">string</span> + + + + + </td> + + + + + + <td class="description last"></td> + </tr> + + + </tbody> +</table> + + + + +<dl class="details"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +</dl> + + + + + + + + + + + + + + + +</dd> + + + +<hr> +<dt> + <h4 class="name" id=".fileExt"><span class="type-signature"><static> </span>fileExt(mimeType)</h4> + + +</dt> +<dd> + + + <div class="description"> + <p>fileExt</p> + </div> + + + + + + + + + <h5>Parameters:</h5> + + +<table class="params table table-striped"> + <thead> + <tr> + + <th>Name</th> + + + <th>Type</th> + + + + + + <th class="last">Description</th> + </tr> + </thead> + + <tbody> + + + <tr> + + <td class="name"><code>mimeType</code></td> + + + <td class="type"> + + +<span class="param-type">string</span> + + + + + </td> + + + + + + <td class="description last"></td> + </tr> + + + </tbody> +</table> + + + + +<dl class="details"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +</dl> + + + + + + + + + + + + + + + +</dd> + + + +<hr> +<dt> + <h4 class="name" id=".fileName"><span class="type-signature"><static> </span>fileName(ext, type)</h4> + + +</dt> +<dd> + + + <div class="description"> + <p>generates a file name with extension or optional type</p> + </div> + + + + + + + + + <h5>Parameters:</h5> + + +<table class="params table table-striped"> + <thead> + <tr> + + <th>Name</th> + + + <th>Type</th> + + + + + + <th class="last">Description</th> + </tr> + </thead> + + <tbody> + + + <tr> + + <td class="name"><code>ext</code></td> + + + <td class="type"> + + +<span class="param-type">string</span> + + + + + </td> + + + + + + <td class="description last"></td> + </tr> + + + + <tr> + + <td class="name"><code>type</code></td> + + + <td class="type"> + + +<span class="param-type">string</span> + + + + + </td> + + + + + + <td class="description last"></td> + </tr> + + + </tbody> +</table> + + + + +<dl class="details"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +</dl> + + + + + + + + + + + + + + + +</dd> + + + +<hr> +<dt> + <h4 class="name" id=".fileName"><span class="type-signature"><static> </span>fileName(ext, type)</h4> + + +</dt> +<dd> + + + <div class="description"> + <p>generates a file name with extension or optional type</p> + </div> + + + + + + + + + <h5>Parameters:</h5> + + +<table class="params table table-striped"> + <thead> + <tr> + + <th>Name</th> + + + <th>Type</th> + + + + + + <th class="last">Description</th> + </tr> + </thead> + + <tbody> + + + <tr> + + <td class="name"><code>ext</code></td> + + + <td class="type"> + + +<span class="param-type">string</span> + + + + + </td> + + + + + + <td class="description last"></td> + </tr> + + + + <tr> + + <td class="name"><code>type</code></td> + + + <td class="type"> + + +<span class="param-type">string</span> + + + + + </td> + + + + + + <td class="description last"></td> + </tr> + + + </tbody> +</table> + + + + +<dl class="details"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +</dl> + + + + + + + + + + + + + + + +</dd> + + + +<hr> +<dt> + <h4 class="name" id=".filePath"><span class="type-signature"><static> </span>filePath()</h4> + + +</dt> +<dd> + + + <div class="description"> + <p>returns file path</p> + </div> + + + + + + + + + + +<dl class="details"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +</dl> + + + + + + + + + + + + + + + +</dd> + + + +<hr> +<dt> + <h4 class="name" id=".filePath"><span class="type-signature"><static> </span>filePath()</h4> + + +</dt> +<dd> + + + <div class="description"> + <p>returns file path</p> + </div> + + + + + + + + + + +<dl class="details"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +</dl> + + + + + + + + + + + + + + + +</dd> + + + +<hr> +<dt> + <h4 class="name" id=".fileType"><span class="type-signature"><static> </span>fileType()</h4> + + +</dt> +<dd> + + + <div class="description"> + <p>returns any file type available as mime-type</p> + </div> + + + + + + + + + + +<dl class="details"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +</dl> + + + + + + + + + + + + + + + +</dd> + + + +<hr> +<dt> + <h4 class="name" id=".fileType"><span class="type-signature"><static> </span>fileType()</h4> + + +</dt> +<dd> + + + <div class="description"> + <p>returns any file type available as mime-type</p> + </div> + + + + + + + + + + +<dl class="details"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +</dl> + + + + + + + + + + + + + + + +</dd> + + + +<hr> +<dt> + <h4 class="name" id=".mimeType"><span class="type-signature"><static> </span>mimeType()</h4> + + +</dt> +<dd> + + + <div class="description"> + <p>mimeType</p> + </div> + + + + + + + + + + +<dl class="details"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +</dl> + + + + + + + + + + + + + + + +</dd> + + + +<hr> +<dt> + <h4 class="name" id=".mimeType"><span class="type-signature"><static> </span>mimeType()</h4> + + +</dt> +<dd> + + + <div class="description"> + <p>mimeType</p> + </div> + + + + + + + + + + +<dl class="details"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +</dl> + + + + + + + + + + + + + + + +</dd> + + + +<hr> +<dt> + <h4 class="name" id=".semver"><span class="type-signature"><static> </span>semver()</h4> + + +</dt> +<dd> + + + <div class="description"> + <p>semver</p> + </div> + + + + + + + + + + +<dl class="details"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +</dl> + + + + + + + + + + + + + + + +</dd> + + + +<hr> +<dt> + <h4 class="name" id=".semver"><span class="type-signature"><static> </span>semver()</h4> + + +</dt> +<dd> + + + <div class="description"> + <p>semver</p> + </div> + + + + + + + + + + +<dl class="details"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +</dl> + + + + + + + + + + + + + + + +</dd> + + </dl> + + + + + +</article> + +</section> + + + + + <h1 class="page-title">Namespace: system</h1> +<section> + +<header> + + <h2> + <span class="ancestors"><a href="faker.html">faker</a>.</span> + + system + </h2> + + +</header> + + +<article> + <div class="container-overview"> + + + + +<dl class="details"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +</dl> + + + + + </div> + + + + + + + + + + + + + + + <h3 class="subsection-title">Methods</h3> + + <dl> + +<hr> +<dt> + <h4 class="name" id=".commonFileExt"><span class="type-signature"><static> </span>commonFileExt(type)</h4> + + +</dt> +<dd> + + + <div class="description"> + <p>returns a commonly used file extension based on optional type</p> + </div> + + + + + + + + + <h5>Parameters:</h5> + + +<table class="params table table-striped"> + <thead> + <tr> + + <th>Name</th> + + + <th>Type</th> + + + + + + <th class="last">Description</th> + </tr> + </thead> + + <tbody> + + + <tr> + + <td class="name"><code>type</code></td> + + + <td class="type"> + + +<span class="param-type">string</span> + + + + + </td> + + + + + + <td class="description last"></td> + </tr> + + + </tbody> +</table> + + + + +<dl class="details"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +</dl> + + + + + + + + + + + + + + + +</dd> + + + +<hr> +<dt> + <h4 class="name" id=".commonFileExt"><span class="type-signature"><static> </span>commonFileExt(type)</h4> + + +</dt> +<dd> + + + <div class="description"> + <p>returns a commonly used file extension based on optional type</p> + </div> + + + + + + + + + <h5>Parameters:</h5> + + +<table class="params table table-striped"> + <thead> + <tr> + + <th>Name</th> + + + <th>Type</th> + + + + + + <th class="last">Description</th> + </tr> + </thead> + + <tbody> + + + <tr> + + <td class="name"><code>type</code></td> + + + <td class="type"> + + +<span class="param-type">string</span> + + + + + </td> + + + + + + <td class="description last"></td> + </tr> + + + </tbody> +</table> + + + + +<dl class="details"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +</dl> + + + + + + + + + + + + + + + +</dd> + + + +<hr> +<dt> + <h4 class="name" id=".commonFileName"><span class="type-signature"><static> </span>commonFileName(ext, type)</h4> + + +</dt> +<dd> + + + <div class="description"> + <p>commonFileName</p> + </div> + + + + + + + + + <h5>Parameters:</h5> + + +<table class="params table table-striped"> + <thead> + <tr> + + <th>Name</th> + + + <th>Type</th> + + + + + + <th class="last">Description</th> + </tr> + </thead> + + <tbody> + + + <tr> + + <td class="name"><code>ext</code></td> + + + <td class="type"> + + +<span class="param-type">string</span> + + + + + </td> + + + + + + <td class="description last"></td> + </tr> + + + + <tr> + + <td class="name"><code>type</code></td> + + + <td class="type"> + + +<span class="param-type">string</span> + + + + + </td> + + + + + + <td class="description last"></td> + </tr> + + + </tbody> +</table> + + + + +<dl class="details"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +</dl> + + + + + + + + + + + + + + + +</dd> + + + +<hr> +<dt> <h4 class="name" id=".commonFileName"><span class="type-signature"><static> </span>commonFileName(ext, type)</h4> @@ -504,6 +2941,84 @@ <hr> <dt> + <h4 class="name" id=".commonFileType"><span class="type-signature"><static> </span>commonFileType()</h4> + + +</dt> +<dd> + + + <div class="description"> + <p>returns a commonly used file type</p> + </div> + + + + + + + + + + +<dl class="details"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +</dl> + + + + + + + + + + + + + + + +</dd> + + + +<hr> +<dt> <h4 class="name" id=".directoryPath"><span class="type-signature"><static> </span>directoryPath()</h4> @@ -512,7 +3027,163 @@ <div class="description"> - <p>not yet implemented</p> + <p>returns directory path</p> + </div> + + + + + + + + + + +<dl class="details"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +</dl> + + + + + + + + + + + + + + + +</dd> + + + +<hr> +<dt> + <h4 class="name" id=".directoryPath"><span class="type-signature"><static> </span>directoryPath()</h4> + + +</dt> +<dd> + + + <div class="description"> + <p>returns directory path</p> + </div> + + + + + + + + + + +<dl class="details"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +</dl> + + + + + + + + + + + + + + + +</dd> + + + +<hr> +<dt> + <h4 class="name" id=".fileExt"><span class="type-signature"><static> </span>fileExt(mimeType)</h4> + + +</dt> +<dd> + + + <div class="description"> + <p>fileExt</p> </div> @@ -522,6 +3193,56 @@ + <h5>Parameters:</h5> + + +<table class="params table table-striped"> + <thead> + <tr> + + <th>Name</th> + + + <th>Type</th> + + + + + + <th class="last">Description</th> + </tr> + </thead> + + <tbody> + + + <tr> + + <td class="name"><code>mimeType</code></td> + + + <td class="type"> + + +<span class="param-type">string</span> + + + + + </td> + + + + + + <td class="description last"></td> + </tr> + + + </tbody> +</table> + + <dl class="details"> @@ -862,6 +3583,158 @@ <hr> <dt> + <h4 class="name" id=".fileName"><span class="type-signature"><static> </span>fileName(ext, type)</h4> + + +</dt> +<dd> + + + <div class="description"> + <p>generates a file name with extension or optional type</p> + </div> + + + + + + + + + <h5>Parameters:</h5> + + +<table class="params table table-striped"> + <thead> + <tr> + + <th>Name</th> + + + <th>Type</th> + + + + + + <th class="last">Description</th> + </tr> + </thead> + + <tbody> + + + <tr> + + <td class="name"><code>ext</code></td> + + + <td class="type"> + + +<span class="param-type">string</span> + + + + + </td> + + + + + + <td class="description last"></td> + </tr> + + + + <tr> + + <td class="name"><code>type</code></td> + + + <td class="type"> + + +<span class="param-type">string</span> + + + + + </td> + + + + + + <td class="description last"></td> + </tr> + + + </tbody> +</table> + + + + +<dl class="details"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +</dl> + + + + + + + + + + + + + + + +</dd> + + + +<hr> +<dt> <h4 class="name" id=".filePath"><span class="type-signature"><static> </span>filePath()</h4> @@ -870,7 +3743,163 @@ <div class="description"> - <p>not yet implemented</p> + <p>returns file path</p> + </div> + + + + + + + + + + +<dl class="details"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +</dl> + + + + + + + + + + + + + + + +</dd> + + + +<hr> +<dt> + <h4 class="name" id=".filePath"><span class="type-signature"><static> </span>filePath()</h4> + + +</dt> +<dd> + + + <div class="description"> + <p>returns file path</p> + </div> + + + + + + + + + + +<dl class="details"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +</dl> + + + + + + + + + + + + + + + +</dd> + + + +<hr> +<dt> + <h4 class="name" id=".fileType"><span class="type-signature"><static> </span>fileType()</h4> + + +</dt> +<dd> + + + <div class="description"> + <p>returns any file type available as mime-type</p> </div> @@ -1096,6 +4125,162 @@ <hr> <dt> + <h4 class="name" id=".mimeType"><span class="type-signature"><static> </span>mimeType()</h4> + + +</dt> +<dd> + + + <div class="description"> + <p>mimeType</p> + </div> + + + + + + + + + + +<dl class="details"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +</dl> + + + + + + + + + + + + + + + +</dd> + + + +<hr> +<dt> + <h4 class="name" id=".semver"><span class="type-signature"><static> </span>semver()</h4> + + +</dt> +<dd> + + + <div class="description"> + <p>semver</p> + </div> + + + + + + + + + + +<dl class="details"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +</dl> + + + + + + + + + + + + + + + +</dd> + + + +<hr> +<dt> <h4 class="name" id=".semver"><span class="type-signature"><static> </span>semver()</h4> @@ -1197,28 +4382,30 @@ </div> </div> -<div class="modal fade" id="searchResults"> - <div class="modal-dialog"> - <div class="modal-content"> - <div class="modal-header"> - <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button> - <h4 class="modal-title">Search results</h4> - </div> - <div class="modal-body"></div> - <div class="modal-footer"> - <button type="button" class="btn btn-default" data-dismiss="modal">Close</button> - </div> - </div><!-- /.modal-content --> - </div><!-- /.modal-dialog --> -</div> + + <div class="modal fade" id="searchResults"> + <div class="modal-dialog"> + <div class="modal-content"> + <div class="modal-header"> + <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button> + <h4 class="modal-title">Search results</h4> + </div> + <div class="modal-body"></div> + <div class="modal-footer"> + <button type="button" class="btn btn-default" data-dismiss="modal">Close</button> + </div> + </div><!-- /.modal-content --> + </div><!-- /.modal-dialog --> + </div> + <footer> <span class="jsdoc-message"> - Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> + Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.6</a> - on 2017-02-21T13:01:35-05:00 + on 2021-02-10T14:58:19-05:00 using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>. </span> @@ -1226,7 +4413,9 @@ <script src="scripts/docstrap.lib.js"></script> <script src="scripts/toc.js"></script> -<script type="text/javascript" src="scripts/fulltext-search-ui.js"></script> + + <script type="text/javascript" src="scripts/fulltext-search-ui.js"></script> + <script> $( function () { @@ -1236,7 +4425,7 @@ $( function () { $this.attr( "id", $this.attr( "id" ).replace( "$", "__" ) ); } ); - $( ".tutorial-section pre, .readme-section pre" ).each( function () { + $( ".tutorial-section pre, .readme-section pre, pre.prettyprint.source" ).each( function () { var $this = $( this ); var example = $this.find( "code" ); @@ -1272,8 +4461,7 @@ $( function () { } ); $( "#toc" ).toc( { anchorName : function ( i, heading, prefix ) { - var id = $( heading ).attr( "id" ); - return id && id.replace(/\~/g, '-inner-').replace(/\./g, '-static-') || ( prefix + i ); + return $( heading ).attr( "id" ) || ( prefix + i ); }, selectors : "#toc-content h1,#toc-content h2,#toc-content h3,#toc-content h4", showAndHide : false, @@ -1299,11 +4487,13 @@ $( function () { <!--Google Analytics--> -<script type="text/javascript"> - $(document).ready(function() { - SearcherDisplay.init(); - }); -</script> + + <script type="text/javascript"> + $(document).ready(function() { + SearcherDisplay.init(); + }); + </script> + </body> </html>
\ No newline at end of file |
