mirror of
https://github.com/koalyptus/TableFilter.git
synced 2026-03-16 07:35:45 +01:00
publish Docs to gh-pages (auto)
branch: master
SHA: 2eedc8dd60
range SHA: ef7abbf0d6bc...2eedc8dd60ae
build id: 169704382
build number: 448
This commit is contained in:
parent
77eaaf6475
commit
4400a59e46
72 changed files with 38237 additions and 36719 deletions
|
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<base data-ice="baseUrl" href="../">
|
||||
<title data-ice="title">Variable | tablefilter v0.3.4 API Document</title>
|
||||
<title data-ice="title">Variable | tablefilter v0.4.0 API Document</title>
|
||||
<link type="text/css" rel="stylesheet" href="css/style.css">
|
||||
<link type="text/css" rel="stylesheet" href="css/prettify-tomorrow.css">
|
||||
<script src="script/prettify/prettify.js"></script>
|
||||
|
|
@ -681,7 +681,7 @@ propagation of the event.</p>
|
|||
<td>
|
||||
<div>
|
||||
<p>
|
||||
<span data-ice="name"><span><a href="variable/index.html#static-variable-contains">contains</a></span></span><span data-ice="signature">(term: <span><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String">String</a></span>, data: <span><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String">String</a></span>, exactMatch: <span><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean">Boolean</a></span>, caseSensitive: <span><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean">Boolean</a></span>): <span><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean">Boolean</a></span>: <span>*</span></span>
|
||||
<span data-ice="name"><span><a href="variable/index.html#static-variable-contains">contains</a></span></span><span data-ice="signature">(term: <span><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String">String</a></span>, data: <span><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String">String</a></span>, exactMatch: <span><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean">Boolean</a></span>, caseSensitive: <span><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean">Boolean</a></span>, ignoreDiacritics: <span><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean">Boolean</a></span>): <span><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean">Boolean</a></span>: <span>*</span></span>
|
||||
</p>
|
||||
</div>
|
||||
<div>
|
||||
|
|
@ -2480,15 +2480,15 @@ propagation of the event.</p>
|
|||
|
||||
|
||||
|
||||
<span data-ice="name">contains</span><span data-ice="signature">(term: <span><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String">String</a></span>, data: <span><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String">String</a></span>, exactMatch: <span><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean">Boolean</a></span>, caseSensitive: <span><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean">Boolean</a></span>): <span><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean">Boolean</a></span>: <span>*</span></span>
|
||||
<span data-ice="name">contains</span><span data-ice="signature">(term: <span><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String">String</a></span>, data: <span><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String">String</a></span>, exactMatch: <span><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean">Boolean</a></span>, caseSensitive: <span><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean">Boolean</a></span>, ignoreDiacritics: <span><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean">Boolean</a></span>): <span><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean">Boolean</a></span>: <span>*</span></span>
|
||||
<span class="right-info">
|
||||
|
||||
|
||||
<span data-ice="source"><span><a href="file/src/string.js.html#lineNumber56">source</a></span></span>
|
||||
<span data-ice="source"><span><a href="file/src/string.js.html#lineNumber59">source</a></span></span>
|
||||
</span>
|
||||
</h3>
|
||||
|
||||
<div data-ice="importPath" class="import-path"><pre class="prettyprint"><code data-ice="importPathCode">import {contains} from '<span><a href="file/src/string.js.html#lineNumber56">tablefilter/src/string.js</a></span>'</code></pre></div>
|
||||
<div data-ice="importPath" class="import-path"><pre class="prettyprint"><code data-ice="importPathCode">import {contains} from '<span><a href="file/src/string.js.html#lineNumber59">tablefilter/src/string.js</a></span>'</code></pre></div>
|
||||
|
||||
|
||||
<div data-ice="description"><p>Checks if passed data contains the searched term</p>
|
||||
|
|
@ -3184,11 +3184,11 @@ propagation of the event.</p>
|
|||
<span class="right-info">
|
||||
|
||||
|
||||
<span data-ice="source"><span><a href="file/src/string.js.html#lineNumber22">source</a></span></span>
|
||||
<span data-ice="source"><span><a href="file/src/string.js.html#lineNumber24">source</a></span></span>
|
||||
</span>
|
||||
</h3>
|
||||
|
||||
<div data-ice="importPath" class="import-path"><pre class="prettyprint"><code data-ice="importPathCode">import {isEmpty} from '<span><a href="file/src/string.js.html#lineNumber22">tablefilter/src/string.js</a></span>'</code></pre></div>
|
||||
<div data-ice="importPath" class="import-path"><pre class="prettyprint"><code data-ice="importPathCode">import {isEmpty} from '<span><a href="file/src/string.js.html#lineNumber24">tablefilter/src/string.js</a></span>'</code></pre></div>
|
||||
|
||||
|
||||
<div data-ice="description"><p>Checks if passed string is empty</p>
|
||||
|
|
@ -3643,11 +3643,11 @@ propagation of the event.</p>
|
|||
<span class="right-info">
|
||||
|
||||
|
||||
<span data-ice="source"><span><a href="file/src/string.js.html#lineNumber41">source</a></span></span>
|
||||
<span data-ice="source"><span><a href="file/src/string.js.html#lineNumber43">source</a></span></span>
|
||||
</span>
|
||||
</h3>
|
||||
|
||||
<div data-ice="importPath" class="import-path"><pre class="prettyprint"><code data-ice="importPathCode">import {matchCase} from '<span><a href="file/src/string.js.html#lineNumber41">tablefilter/src/string.js</a></span>'</code></pre></div>
|
||||
<div data-ice="importPath" class="import-path"><pre class="prettyprint"><code data-ice="importPathCode">import {matchCase} from '<span><a href="file/src/string.js.html#lineNumber43">tablefilter/src/string.js</a></span>'</code></pre></div>
|
||||
|
||||
|
||||
<div data-ice="description"><p>Returns passed string as lowercase if caseSensitive flag set false. By
|
||||
|
|
@ -3965,11 +3965,11 @@ default it returns the string with no casing changes.</p>
|
|||
<span class="right-info">
|
||||
|
||||
|
||||
<span data-ice="source"><span><a href="file/src/string.js.html#lineNumber29">source</a></span></span>
|
||||
<span data-ice="source"><span><a href="file/src/string.js.html#lineNumber31">source</a></span></span>
|
||||
</span>
|
||||
</h3>
|
||||
|
||||
<div data-ice="importPath" class="import-path"><pre class="prettyprint"><code data-ice="importPathCode">import {rgxEsc} from '<span><a href="file/src/string.js.html#lineNumber29">tablefilter/src/string.js</a></span>'</code></pre></div>
|
||||
<div data-ice="importPath" class="import-path"><pre class="prettyprint"><code data-ice="importPathCode">import {rgxEsc} from '<span><a href="file/src/string.js.html#lineNumber31">tablefilter/src/string.js</a></span>'</code></pre></div>
|
||||
|
||||
|
||||
<div data-ice="description"><p>Makes regex safe string by escaping special characters from passed string</p>
|
||||
|
|
@ -4201,11 +4201,11 @@ default it returns the string with no casing changes.</p>
|
|||
<span class="right-info">
|
||||
|
||||
|
||||
<span data-ice="source"><span><a href="file/src/string.js.html#lineNumber10">source</a></span></span>
|
||||
<span data-ice="source"><span><a href="file/src/string.js.html#lineNumber12">source</a></span></span>
|
||||
</span>
|
||||
</h3>
|
||||
|
||||
<div data-ice="importPath" class="import-path"><pre class="prettyprint"><code data-ice="importPathCode">import {trim} from '<span><a href="file/src/string.js.html#lineNumber10">tablefilter/src/string.js</a></span>'</code></pre></div>
|
||||
<div data-ice="importPath" class="import-path"><pre class="prettyprint"><code data-ice="importPathCode">import {trim} from '<span><a href="file/src/string.js.html#lineNumber12">tablefilter/src/string.js</a></span>'</code></pre></div>
|
||||
|
||||
|
||||
<div data-ice="description"><p>Removes whitespace from both sides of passed string</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue