diff options
| author | Jakub Mandula <[email protected]> | 2017-02-26 13:51:40 +0000 |
|---|---|---|
| committer | Jakub Mandula <[email protected]> | 2017-02-26 13:51:40 +0000 |
| commit | 232a2a58d70935c57d311b5ba237347f703c2131 (patch) | |
| tree | 69f695e62e17386988c47f8522bf5e14db193839 /doc/faker.lorem.html | |
| parent | d6c20353360ef1eefb56128eeb50ece4f5845372 (diff) | |
| parent | f379057be0112d6732b056d93d1380be18e1087a (diff) | |
| download | faker-232a2a58d70935c57d311b5ba237347f703c2131.tar.xz faker-232a2a58d70935c57d311b5ba237347f703c2131.zip | |
Merge branch 'Mark/origin' into creditCard
Diffstat (limited to 'doc/faker.lorem.html')
| -rw-r--r-- | doc/faker.lorem.html | 138 |
1 files changed, 133 insertions, 5 deletions
diff --git a/doc/faker.lorem.html b/doc/faker.lorem.html index 314e21bc..7801ce62 100644 --- a/doc/faker.lorem.html +++ b/doc/faker.lorem.html @@ -33,7 +33,7 @@ <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.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.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> </ul> </li> @@ -402,7 +402,7 @@ <hr> <dt> - <h4 class="name" id=".paragraphs"><span class="type-signature"><static> </span>paragraphs(paragraphCount, separatora)</h4> + <h4 class="name" id=".paragraphs"><span class="type-signature"><static> </span>paragraphs(paragraphCount, separator)</h4> </dt> @@ -469,7 +469,7 @@ <tr> - <td class="name"><code>separatora</code></td> + <td class="name"><code>separator</code></td> <td class="type"> @@ -858,6 +858,134 @@ <hr> <dt> + <h4 class="name" id=".slug"><span class="type-signature"><static> </span>slug(wordCount)</h4> + + +</dt> +<dd> + + + <div class="description"> + <p>slug</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>wordCount</code></td> + + + <td class="type"> + + +<span class="param-type">number</span> + + + + + </td> + + + + + + <td class="description last"><p>number of words, defaults to 3</p></td> + </tr> + + + </tbody> +</table> + + + + +<dl class="details"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +</dl> + + + + + + + + + + + + + + + +</dd> + + + +<hr> +<dt> <h4 class="name" id=".text"><span class="type-signature"><static> </span>text(times)</h4> @@ -1284,9 +1412,9 @@ <span class="jsdoc-message"> - Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.0</a> + Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> - on 2016-03-20T21:12:53-04:00 + on 2017-02-21T13:01:35-05:00 using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>. </span> |
