Release: 1.0.9

This commit is contained in:
deltreey
2017-04-24 02:07:30 -04:00
parent e4312c71d6
commit d51154d450
24 changed files with 17203 additions and 7859 deletions

View File

@@ -44,7 +44,6 @@
<div class="col-md-8">
<div id="main">
<h1 class="page-title">Namespace: wildstring</h1>
<h1 class="page-title">Namespace: wildstring</h1>
@@ -67,31 +66,31 @@
<dl class="details">
<h5 class="subsection-title">Properties:</h5>
<h5 class="subsection-title">Properties:</h5>
<dl>
<dl>
<table class="props table table-striped">
<thead>
<tr>
<th>Name</th>
<tr>
<th>Name</th>
<th>Type</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tbody>
<tr>
@@ -104,6 +103,7 @@
<span class="param-type">string</span>
</td>
@@ -114,7 +114,7 @@
<td class="description last"><p>the wildcard to use in your strings, defaults to '*'</p></td>
</tr>
<tr>
@@ -127,6 +127,7 @@
<span class="param-type">boolean</span>
</td>
@@ -137,12 +138,12 @@
<td class="description last"><p>whether matches should care about case, defaults to true</p></td>
</tr>
</tbody>
</tbody>
</table>
</dl>
@@ -171,7 +172,7 @@
<dt class="tag-source">Source:</dt>
<dt class="tag-source method-doc-label method-doc-details-label">Source:</dt>
<dd class="tag-source">
<ul class="dummy">
<li>
@@ -211,13 +212,14 @@
<dl>
<hr>
<dt>
<h4 class="name" id=".checkRollbackStrings"><span class="type-signature">&lt;private, static> </span>checkRollbackStrings<span class="signature">(rollbackStrings, patternSubstrings)</span><span class="type-signature"></span></h4>
<h4 class="name" id=".checkRollbackStrings"><span class="type-signature">&lt;private, static> </span>checkRollbackStrings(rollbackStrings, patternSubstrings)</h4>
</dt>
<dd>
<div class="description">
<p>When a match doesn't continue to the end of the string, this function rolls back to try again with the rest of the string</p>
@@ -227,7 +229,7 @@
<h5>Parameters:</h5>
@@ -235,23 +237,23 @@
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<tr>
<th>Name</th>
<th>Type</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tbody>
<tr>
@@ -264,6 +266,7 @@
<span class="param-type">Array.&lt;string></span>
</td>
@@ -274,7 +277,7 @@
<td class="description last"><p>The list of substrings that appeared prior to the current match</p></td>
</tr>
<tr>
@@ -287,6 +290,7 @@
<span class="param-type">Array.&lt;string></span>
</td>
@@ -297,15 +301,15 @@
<td class="description last"><p>The matching list of pattens that need to be matched before the current pattern</p></td>
</tr>
</tbody>
</tbody>
</table>
<dl class="details">
@@ -334,7 +338,7 @@
<dt class="tag-source">Source:</dt>
<dt class="tag-source method-doc-label method-doc-details-label">Source:</dt>
<dd class="tag-source">
<ul class="dummy">
<li>
@@ -352,7 +356,11 @@
</dl>
@@ -360,23 +368,20 @@
</dd>
<hr>
<dt>
<h4 class="name" id=".match"><span class="type-signature">&lt;static> </span>match<span class="signature">(pattern, string)</span><span class="type-signature"></span></h4>
<h4 class="name" id=".match"><span class="type-signature">&lt;static> </span>match(pattern, string)</h4>
</dt>
<dd>
<div class="description">
<p>Check if a string matches a pattern</p>
@@ -386,7 +391,7 @@
<h5>Parameters:</h5>
@@ -394,23 +399,23 @@
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<tr>
<th>Name</th>
<th>Type</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tbody>
<tr>
@@ -423,6 +428,7 @@
<span class="param-type">string</span>
</td>
@@ -433,7 +439,7 @@
<td class="description last"><p>The pattern to match using the configured wildcard</p></td>
</tr>
<tr>
@@ -446,6 +452,7 @@
<span class="param-type">string</span>
</td>
@@ -456,15 +463,15 @@
<td class="description last"><p>The string to test for a match</p></td>
</tr>
</tbody>
</tbody>
</table>
<dl class="details">
@@ -493,12 +500,12 @@
<dt class="tag-source">Source:</dt>
<dt class="tag-source method-doc-label method-doc-details-label">Source:</dt>
<dd class="tag-source">
<ul class="dummy">
<li>
<a href="F__Git_wildstring_wildstring.js.html">F:/Git/wildstring/wildstring.js</a>,
<a href="F__Git_wildstring_wildstring.js.html#sunlight-1-line-67">line 67</a>
<a href="F__Git_wildstring_wildstring.js.html#sunlight-1-line-66">line 66</a>
</li>
</ul>
</dd>
@@ -511,7 +518,11 @@
</dl>
@@ -519,23 +530,20 @@
</dd>
<hr>
<dt>
<h4 class="name" id=".replace"><span class="type-signature">&lt;static> </span>replace<span class="signature">(pattern, strings)</span><span class="type-signature"></span></h4>
<h4 class="name" id=".replace"><span class="type-signature">&lt;static> </span>replace(pattern, strings)</h4>
</dt>
<dd>
<div class="description">
<p>Replace wildcards in a pattern with strings (string interpolation)</p>
@@ -545,7 +553,7 @@
<h5>Parameters:</h5>
@@ -553,23 +561,23 @@
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<tr>
<th>Name</th>
<th>Type</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tbody>
<tr>
@@ -582,6 +590,7 @@
<span class="param-type">string</span>
</td>
@@ -592,7 +601,7 @@
<td class="description last"><p>The start string, using wildcards as placeholders</p></td>
</tr>
<tr>
@@ -608,6 +617,7 @@
<span class="param-type">Array.&lt;string></span>
</td>
@@ -615,20 +625,18 @@
<td class="description last"><p>The string or strings to replace the wildcards in the pattern.
If you pass a single string, it will replace all the wildcards with the string.
If you pass an array of strings, they will replace the wildcards in order from left to right.</p></td>
<td class="description last"><p>The string or strings to replace the wildcards in the pattern.<br> If you pass a single string, it will replace all the wildcards with the string.<br> If you pass an array of strings, they will replace the wildcards in order from left to right.</p></td>
</tr>
</tbody>
</tbody>
</table>
<dl class="details">
@@ -657,12 +665,12 @@
<dt class="tag-source">Source:</dt>
<dt class="tag-source method-doc-label method-doc-details-label">Source:</dt>
<dd class="tag-source">
<ul class="dummy">
<li>
<a href="F__Git_wildstring_wildstring.js.html">F:/Git/wildstring/wildstring.js</a>,
<a href="F__Git_wildstring_wildstring.js.html#sunlight-1-line-144">line 144</a>
<a href="F__Git_wildstring_wildstring.js.html#sunlight-1-line-143">line 143</a>
</li>
</ul>
</dd>
@@ -675,7 +683,7 @@
</dl>
@@ -683,7 +691,7 @@
<h5>Throws:</h5>
<ul>
@@ -717,9 +725,9 @@
</li>
</ul>
</dd>
@@ -757,12 +765,11 @@
<span class="copyright">
DocStrap Copyright © 2012-2014 The contributors to the JSDoc3 and DocStrap projects.
</span>
<br />
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a>
on Tue Aug 25th 2015 using the <a
href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>
on Mon Apr 24th 2017 using the <a
href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
</footer>
@@ -779,20 +786,6 @@ $( function () {
$this.attr( "id", $this.attr( "id" ).replace( "$", "__" ) );
} );
$( "#toc" ).toc( {
anchorName : function ( i, heading, prefix ) {
return $( heading ).attr( "id" ) || ( prefix + i );
},
selectors : "h1,h2,h3,h4",
showAndHide : false,
scrollTo : "100px"
} );
$( "#toc>ul" ).addClass( "nav nav-pills nav-stacked" );
$( "#main span[id^='toc']" ).addClass( "toc-shim" );
$( '.dropdown-toggle' ).dropdown();
// $( ".tutorial-section pre, .readme-section pre" ).addClass( "sunlight-highlight-javascript" ).addClass( "linenums" );
$( ".tutorial-section pre, .readme-section pre" ).each( function () {
var $this = $( this );
@@ -804,7 +797,8 @@ $( function () {
example.html( exampleText );
lang = lang[1];
} else {
lang = "javascript";
var langClassMatch = example.parent()[0].className.match(/lang\-(\S+)/);
lang = langClassMatch ? langClassMatch[1] : "javascript";
}
if ( lang ) {
@@ -822,6 +816,28 @@ $( function () {
showMenu : true,
enableDoclinks : true
} );
$( "#toc" ).toc( {
anchorName : function ( i, heading, prefix ) {
var id = $( heading ).attr( "id" );
return id && id.replace(/\~/g, '-inner-').replace(/\./g, '-static-') || ( prefix + i );
},
selectors : "h1,h2,h3,h4",
showAndHide : false,
navbarOffset: 10,
smoothScrolling: true
} );
$( "#toc>ul" ).addClass( "nav nav-pills nav-stacked" );
$( "#main span[id^='toc']" ).addClass( "toc-shim" );
$( '.dropdown-toggle' ).dropdown();
// $( ".tutorial-section pre, .readme-section pre" ).addClass( "sunlight-highlight-javascript" ).addClass( "linenums" );
$( "table" ).each( function () {
var $this = $( this );
$this.addClass('table');
} );
} );
</script>