Update docs
This commit is contained in:
parent
ba6b3c311d
commit
76bd4438af
@ -113,8 +113,8 @@ module.exports = {
|
||||
<br />
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-alpha9</a>
|
||||
on Tue Jan 27th 2015 using the <a
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-beta1</a>
|
||||
on Wed Jan 28th 2015 using the <a
|
||||
href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
|
@ -151,7 +151,7 @@ var d = {
|
||||
}
|
||||
|
||||
// Handle commas
|
||||
if (str.contains(','))
|
||||
if (str.includes(','))
|
||||
{
|
||||
var parts = str.split(',').map(helpers.stringTrim);
|
||||
str = parts.map(d.quoteIdentifiers).join(',');
|
||||
@ -162,7 +162,7 @@ var d = {
|
||||
raw = hiers.join('.');
|
||||
|
||||
// Fix functions
|
||||
if (raw.contains('(') && raw.contains(')'))
|
||||
if (raw.includes('(') && raw.includes(')'))
|
||||
{
|
||||
var funcs = pattern.exec(raw);
|
||||
|
||||
@ -255,8 +255,8 @@ module.exports = d;</pre>
|
||||
<br />
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-alpha9</a>
|
||||
on Tue Jan 27th 2015 using the <a
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-beta1</a>
|
||||
on Wed Jan 28th 2015 using the <a
|
||||
href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
|
@ -216,8 +216,8 @@ module.exports = h;</pre>
|
||||
<br />
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-alpha9</a>
|
||||
on Tue Jan 27th 2015 using the <a
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-beta1</a>
|
||||
on Wed Jan 28th 2015 using the <a
|
||||
href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
|
@ -157,8 +157,8 @@ query.select('foo')
|
||||
<br />
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-alpha9</a>
|
||||
on Tue Jan 27th 2015 using the <a
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-beta1</a>
|
||||
on Wed Jan 28th 2015 using the <a
|
||||
href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
|
@ -171,8 +171,8 @@
|
||||
<br />
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-alpha9</a>
|
||||
on Tue Jan 27th 2015 using the <a
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-beta1</a>
|
||||
on Wed Jan 28th 2015 using the <a
|
||||
href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
|
@ -153,7 +153,7 @@
|
||||
<dl>
|
||||
|
||||
<dt>
|
||||
<h4 class="name" id="execute"><span class="type-signature"><static> </span>execute<span class="signature">(sql, params, callback)</span><span class="type-signature"></span></h4>
|
||||
<h4 class="name" id=".execute"><span class="type-signature"><static> </span>execute<span class="signature">(sql, params, callback)</span><span class="type-signature"></span></h4>
|
||||
|
||||
|
||||
</dt>
|
||||
@ -357,8 +357,8 @@
|
||||
<br />
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-alpha9</a>
|
||||
on Tue Jan 27th 2015 using the <a
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-beta1</a>
|
||||
on Wed Jan 28th 2015 using the <a
|
||||
href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
|
@ -173,8 +173,8 @@
|
||||
<br />
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-alpha9</a>
|
||||
on Tue Jan 27th 2015 using the <a
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-beta1</a>
|
||||
on Wed Jan 28th 2015 using the <a
|
||||
href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
|
@ -150,7 +150,7 @@
|
||||
|
||||
<dl>
|
||||
|
||||
<dt class="name" id="is[type]">
|
||||
<dt class="name" id="~is%5Btype%5D">
|
||||
<h4><span class="type-signature"><inner> </span>is[type]<span class="type-signature"></span></h4>
|
||||
|
||||
|
||||
@ -220,7 +220,7 @@ function name, eg isNumber</p>
|
||||
<dl>
|
||||
|
||||
<dt>
|
||||
<h4 class="name" id="arrayPluck"><span class="type-signature"><static> </span>arrayPluck<span class="signature">(arr, key)</span><span class="type-signature"> → {Array}</span></h4>
|
||||
<h4 class="name" id=".arrayPluck"><span class="type-signature"><static> </span>arrayPluck<span class="signature">(arr, key)</span><span class="type-signature"> → {Array}</span></h4>
|
||||
|
||||
|
||||
</dt>
|
||||
@ -387,7 +387,7 @@ function name, eg isNumber</p>
|
||||
|
||||
|
||||
<dt>
|
||||
<h4 class="name" id="isScalar"><span class="type-signature"><static> </span>isScalar<span class="signature">(obj)</span><span class="type-signature"> → {bool}</span></h4>
|
||||
<h4 class="name" id=".isScalar"><span class="type-signature"><static> </span>isScalar<span class="signature">(obj)</span><span class="type-signature"> → {bool}</span></h4>
|
||||
|
||||
|
||||
</dt>
|
||||
@ -531,7 +531,7 @@ function name, eg isNumber</p>
|
||||
|
||||
|
||||
<dt>
|
||||
<h4 class="name" id="regexInArray"><span class="type-signature"><static> </span>regexInArray<span class="signature">(arr, pattern)</span><span class="type-signature"> → {Boolean}</span></h4>
|
||||
<h4 class="name" id=".regexInArray"><span class="type-signature"><static> </span>regexInArray<span class="signature">(arr, pattern)</span><span class="type-signature"> → {Boolean}</span></h4>
|
||||
|
||||
|
||||
</dt>
|
||||
@ -705,7 +705,7 @@ in the passed array</p>
|
||||
|
||||
|
||||
<dt>
|
||||
<h4 class="name" id="stringTrim"><span class="type-signature"><static> </span>stringTrim<span class="signature">(str)</span><span class="type-signature"> → {String}</span></h4>
|
||||
<h4 class="name" id=".stringTrim"><span class="type-signature"><static> </span>stringTrim<span class="signature">(str)</span><span class="type-signature"> → {String}</span></h4>
|
||||
|
||||
|
||||
</dt>
|
||||
@ -855,7 +855,7 @@ in the passed array</p>
|
||||
|
||||
|
||||
<dt>
|
||||
<h4 class="name" id="type"><span class="type-signature"><static> </span>type<span class="signature">(o)</span><span class="type-signature"> → {String}</span></h4>
|
||||
<h4 class="name" id=".type"><span class="type-signature"><static> </span>type<span class="signature">(o)</span><span class="type-signature"> → {String}</span></h4>
|
||||
|
||||
|
||||
</dt>
|
||||
@ -1030,8 +1030,8 @@ in the passed array</p>
|
||||
<br />
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-alpha9</a>
|
||||
on Tue Jan 27th 2015 using the <a
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-beta1</a>
|
||||
on Wed Jan 28th 2015 using the <a
|
||||
href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
|
@ -488,8 +488,8 @@
|
||||
<br />
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-alpha9</a>
|
||||
on Tue Jan 27th 2015 using the <a
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-beta1</a>
|
||||
on Wed Jan 28th 2015 using the <a
|
||||
href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
|
@ -150,7 +150,7 @@
|
||||
|
||||
<dl>
|
||||
|
||||
<dt class="name" id="state">
|
||||
<dt class="name" id="~state">
|
||||
<h4><span class="type-signature"><private, inner> </span>state<span class="type-signature"></span></h4>
|
||||
|
||||
|
||||
@ -6641,8 +6641,8 @@ prefixed with 'OR NOT'</p>
|
||||
<br />
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-alpha9</a>
|
||||
on Tue Jan 27th 2015 using the <a
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-beta1</a>
|
||||
on Wed Jan 28th 2015 using the <a
|
||||
href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
|
@ -790,8 +790,8 @@ If there are no matches, return null</p>
|
||||
<br />
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-alpha9</a>
|
||||
on Tue Jan 27th 2015 using the <a
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-beta1</a>
|
||||
on Wed Jan 28th 2015 using the <a
|
||||
href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
|
@ -161,8 +161,8 @@
|
||||
<br />
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-alpha9</a>
|
||||
on Tue Jan 27th 2015 using the <a
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-beta1</a>
|
||||
on Wed Jan 28th 2015 using the <a
|
||||
href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
|
@ -154,8 +154,8 @@ module.exports = new NodeQuery();</pre>
|
||||
<br />
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-alpha9</a>
|
||||
on Tue Jan 27th 2015 using the <a
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-beta1</a>
|
||||
on Wed Jan 28th 2015 using the <a
|
||||
href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
|
@ -1024,8 +1024,8 @@ module.exports = QueryBuilder;</pre>
|
||||
<br />
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-alpha9</a>
|
||||
on Tue Jan 27th 2015 using the <a
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-beta1</a>
|
||||
on Wed Jan 28th 2015 using the <a
|
||||
href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
|
@ -354,8 +354,8 @@ module.exports = QueryParser;</pre>
|
||||
<br />
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-alpha9</a>
|
||||
on Tue Jan 27th 2015 using the <a
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-beta1</a>
|
||||
on Wed Jan 28th 2015 using the <a
|
||||
href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
|
@ -125,8 +125,8 @@ module.exports = function State() {
|
||||
<br />
|
||||
|
||||
<span class="jsdoc-message">
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-alpha9</a>
|
||||
on Tue Jan 27th 2015 using the <a
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-beta1</a>
|
||||
on Wed Jan 28th 2015 using the <a
|
||||
href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
|
||||
</span>
|
||||
</footer>
|
||||
|
Loading…
Reference in New Issue
Block a user