diff options
| author | Marak <[email protected]> | 2021-03-25 17:39:12 -0400 |
|---|---|---|
| committer | Marak <[email protected]> | 2021-03-25 17:39:12 -0400 |
| commit | 547d7487cc3f7fa7545c2de8dad5887eb54a10e8 (patch) | |
| tree | ebdc05069b9c89dfedc53c19fa37fd57f0c72a68 /doc/faker.address.html | |
| parent | fac3164beb08d2eb175bb980e9821e36be8464af (diff) | |
| download | faker-547d7487cc3f7fa7545c2de8dad5887eb54a10e8.tar.xz faker-547d7487cc3f7fa7545c2de8dad5887eb54a10e8.zip | |
Bump to v5.5.0
Diffstat (limited to 'doc/faker.address.html')
| -rw-r--r-- | doc/faker.address.html | 322 |
1 files changed, 319 insertions, 3 deletions
diff --git a/doc/faker.address.html b/doc/faker.address.html index 0b8089bf..c51f0b09 100644 --- a/doc/faker.address.html +++ b/doc/faker.address.html @@ -33,14 +33,14 @@ <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.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> + <li><a href="faker.html">faker</a></li><li><a href="faker.address.html">faker.address</a></li><li><a href="faker.animal.html">faker.animal</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.datatype.html">faker.datatype</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> + <li><a href="global.html#arrayRemove">arrayRemove</a></li><li><a href="global.html#unique">unique</a></li> </ul> </li> @@ -428,6 +428,7 @@ order to build the city name.</p> <li><code>{{address.cityPrefix}} {{name.firstName}}</code></li> <li><code>{{name.firstName}}{{address.citySuffix}}</code></li> <li><code>{{name.lastName}}{{address.citySuffix}}</code></li> +<li><code>{{address.cityName}}</code> when city name is available</li> </ul> </div> @@ -565,6 +566,7 @@ order to build the city name.</p> <li><code>{{address.cityPrefix}} {{name.firstName}}</code></li> <li><code>{{name.firstName}}{{address.citySuffix}}</code></li> <li><code>{{name.lastName}}{{address.citySuffix}}</code></li> +<li><code>{{address.cityName}}</code> when city name is available</li> </ul> </div> @@ -685,6 +687,162 @@ order to build the city name.</p> <hr> <dt> + <h4 class="name" id=".cityName"><span class="type-signature"><static> </span>cityName()</h4> + + +</dt> +<dd> + + + <div class="description"> + <p>Returns a random city name</p> + </div> + + + + + + + + + + +<dl class="details"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +</dl> + + + + + + + + + + + + + + + +</dd> + + + +<hr> +<dt> + <h4 class="name" id=".cityName"><span class="type-signature"><static> </span>cityName()</h4> + + +</dt> +<dd> + + + <div class="description"> + <p>Returns a random city name</p> + </div> + + + + + + + + + + +<dl class="details"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +</dl> + + + + + + + + + + + + + + + +</dd> + + + +<hr> +<dt> <h4 class="name" id=".cityPrefix"><span class="type-signature"><static> </span>cityPrefix()</h4> @@ -5116,6 +5274,7 @@ order to build the city name.</p> <li><code>{{address.cityPrefix}} {{name.firstName}}</code></li> <li><code>{{name.firstName}}{{address.citySuffix}}</code></li> <li><code>{{name.lastName}}{{address.citySuffix}}</code></li> +<li><code>{{address.cityName}}</code> when city name is available</li> </ul> </div> @@ -5253,6 +5412,7 @@ order to build the city name.</p> <li><code>{{address.cityPrefix}} {{name.firstName}}</code></li> <li><code>{{name.firstName}}{{address.citySuffix}}</code></li> <li><code>{{name.lastName}}{{address.citySuffix}}</code></li> +<li><code>{{address.cityName}}</code> when city name is available</li> </ul> </div> @@ -5373,6 +5533,162 @@ order to build the city name.</p> <hr> <dt> + <h4 class="name" id=".cityName"><span class="type-signature"><static> </span>cityName()</h4> + + +</dt> +<dd> + + + <div class="description"> + <p>Returns a random city name</p> + </div> + + + + + + + + + + +<dl class="details"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +</dl> + + + + + + + + + + + + + + + +</dd> + + + +<hr> +<dt> + <h4 class="name" id=".cityName"><span class="type-signature"><static> </span>cityName()</h4> + + +</dt> +<dd> + + + <div class="description"> + <p>Returns a random city name</p> + </div> + + + + + + + + + + +<dl class="details"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +</dl> + + + + + + + + + + + + + + + +</dd> + + + +<hr> +<dt> <h4 class="name" id=".cityPrefix"><span class="type-signature"><static> </span>cityPrefix()</h4> @@ -9485,7 +9801,7 @@ to the locale's zip format.</p> <span class="jsdoc-message"> Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.6</a> - on 2021-02-10T14:58:18-05:00 + on 2021-03-25T17:34:32-04:00 using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>. </span> |
