ffaker 2.1.0 → 2.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Changelog.md +32 -21
- data/README.md +16 -16
- data/REFERENCE.md +925 -646
- data/ffaker.gemspec +73 -5
- data/lib/ffaker.rb +1 -1
- data/lib/ffaker/address.rb +4 -0
- data/lib/ffaker/address_ch.rb +21 -0
- data/lib/ffaker/address_ch_de.rb +16 -0
- data/lib/ffaker/address_ch_fr.rb +16 -0
- data/lib/ffaker/address_ch_it.rb +16 -0
- data/lib/ffaker/address_da.rb +2 -4
- data/lib/ffaker/address_in.rb +56 -0
- data/lib/ffaker/address_ru.rb +39 -0
- data/lib/ffaker/address_ua.rb +58 -0
- data/lib/ffaker/avatar.rb +3 -5
- data/lib/ffaker/cheesy_lingo.rb +39 -0
- data/lib/ffaker/color_ua.rb +12 -0
- data/lib/ffaker/data/address/time_zone +128 -0
- data/lib/ffaker/data/address_ch/canton_abbr +26 -0
- data/lib/ffaker/data/address_chde/canton +26 -0
- data/lib/ffaker/data/address_chfr/canton +26 -0
- data/lib/ffaker/data/address_chit/canton +26 -0
- data/lib/ffaker/data/address_da/city +3 -3
- data/lib/ffaker/data/address_da/kommune +0 -4
- data/lib/ffaker/data/address_in/state +29 -0
- data/lib/ffaker/data/address_in/state_abbr +29 -0
- data/lib/ffaker/data/address_in/union_territory +7 -0
- data/lib/ffaker/data/address_in/union_territory_abbr +7 -0
- data/lib/ffaker/data/address_ru/city +74 -0
- data/lib/ffaker/data/address_ru/province +83 -0
- data/lib/ffaker/data/address_ru/street +49 -0
- data/lib/ffaker/data/address_ua/city +57 -0
- data/lib/ffaker/data/address_ua/country +193 -0
- data/lib/ffaker/data/address_ua/province +27 -0
- data/lib/ffaker/data/address_ua/street +13 -0
- data/lib/ffaker/data/cheesy_lingo/cheesy_phrases +54 -0
- data/lib/ffaker/data/cheesy_lingo/cheesy_words +34 -0
- data/lib/ffaker/data/color_ua/names_list +114 -0
- data/lib/ffaker/data/lorem_ua/capital_chars +33 -0
- data/lib/ffaker/data/lorem_ua/chars +33 -0
- data/lib/ffaker/data/lorem_ua/words +362 -0
- data/lib/ffaker/data/music/albums +91 -0
- data/lib/ffaker/data/music/artists +100 -0
- data/lib/ffaker/data/music/genres +20 -0
- data/lib/ffaker/data/music/songs +100 -0
- data/lib/ffaker/data/name_da/female_first_names +291 -480
- data/lib/ffaker/data/name_da/male_first_names +294 -383
- data/lib/ffaker/data/name_ua/first_names_female +193 -0
- data/lib/ffaker/data/name_ua/first_names_male +195 -0
- data/lib/ffaker/data/name_ua/last_names_female +230 -0
- data/lib/ffaker/data/name_ua/last_names_male +239 -0
- data/lib/ffaker/data/name_ua/middle_names_female +116 -0
- data/lib/ffaker/data/name_ua/middle_names_male +116 -0
- data/lib/ffaker/data/vehicle/displacements_list +21 -0
- data/lib/ffaker/data/vehicle/fuel_types_list +6 -0
- data/lib/ffaker/data/vehicle/transmissions_list +4 -0
- data/lib/ffaker/data/vehicle/upholstery_list +5 -0
- data/lib/ffaker/internet.rb +20 -20
- data/lib/ffaker/lorem_ua.rb +59 -0
- data/lib/ffaker/music.rb +24 -0
- data/lib/ffaker/name_da.rb +17 -28
- data/lib/ffaker/name_ja.rb +2 -4
- data/lib/ffaker/name_ua.rb +59 -0
- data/lib/ffaker/phone_number.rb +4 -1
- data/lib/ffaker/phone_number_br.rb +74 -0
- data/lib/ffaker/phone_number_ch.rb +46 -0
- data/lib/ffaker/phone_number_da.rb +3 -3
- data/lib/ffaker/string.rb +14 -6
- data/lib/ffaker/vehicle.rb +26 -0
- data/test/test_address.rb +4 -0
- data/test/test_address_ch.rb +13 -0
- data/test/test_address_ch_de.rb +9 -0
- data/test/test_address_ch_fr.rb +9 -0
- data/test/test_address_ch_it.rb +11 -0
- data/test/test_address_da.rb +10 -10
- data/test/test_address_in.rb +50 -0
- data/test/test_address_ru.rb +30 -0
- data/test/test_address_ua.rb +49 -0
- data/test/test_avatar.rb +7 -6
- data/test/test_cheesy_lingo.rb +37 -0
- data/test/test_color_ua.rb +9 -0
- data/test/test_internet.rb +11 -3
- data/test/test_lorem_ua.rb +45 -0
- data/test/test_music.rb +21 -0
- data/test/test_name_br.rb +1 -1
- data/test/test_name_da.rb +48 -0
- data/test/test_name_ja.rb +32 -1
- data/test/test_name_ua.rb +59 -0
- data/test/test_phone_number.rb +8 -3
- data/test/test_phone_number_br.rb +47 -0
- data/test/test_phone_number_da.rb +39 -0
- data/test/test_string.rb +6 -0
- data/test/test_time.rb +2 -2
- data/test/test_vehicle.rb +24 -0
- data/test/test_venue.rb +1 -1
- metadata +86 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 31fed46340c86504036bd715e6700ac336856eca
|
4
|
+
data.tar.gz: f3f3140c6cdd586efae852fedc55a12e68656ebb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d41d15c745287e1ff0589f6ccd3bc638b2934ae4e961cc57e54f7581a8ca4e956ed68c48100bcee14b798dcf7deefe0ece7cd64c18da9ae9555be759203319d0
|
7
|
+
data.tar.gz: 08e47db08249e08ab8225a55f94b4e9bf929cad10e0355ef933def72d4cac366bfd5cccd4e5fc760e5d457c219234d2a1a8b3c48dbb499b1bba7c38c2459d85c
|
data/Changelog.md
CHANGED
@@ -1,3 +1,14 @@
|
|
1
|
+
## 2.2.0
|
2
|
+
- fixes some bugs
|
3
|
+
- generating Robohash images
|
4
|
+
|
5
|
+
- many new improvements and enhancements like:
|
6
|
+
- CheesyLingo
|
7
|
+
- Music module
|
8
|
+
- Brazilian phones
|
9
|
+
- Improve NameJA
|
10
|
+
- added AddressRU
|
11
|
+
|
1
12
|
## 2.1.0
|
2
13
|
|
3
14
|
- [#191] - add REFERENCE.md ([@rstacruz])
|
@@ -10,16 +21,16 @@
|
|
10
21
|
- [#212] - add IMEI support
|
11
22
|
- [#213] - Fix max length support FFaker::Internet.password ([@anderscarling])
|
12
23
|
- many internal library and test suite refactorings
|
13
|
-
|
14
|
-
|
15
|
-
[#181]: https://github.com/
|
16
|
-
[#191]: https://github.com/
|
17
|
-
[#193]: https://github.com/
|
18
|
-
[#195]: https://github.com/
|
19
|
-
[#196]: https://github.com/
|
20
|
-
[#199]: https://github.com/
|
21
|
-
[#200]: https://github.com/
|
22
|
-
[#203]: https://github.com/
|
24
|
+
|
25
|
+
|
26
|
+
[#181]: https://github.com/ffaker/ffaker/issues/181
|
27
|
+
[#191]: https://github.com/ffaker/ffaker/issues/191
|
28
|
+
[#193]: https://github.com/ffaker/ffaker/issues/193
|
29
|
+
[#195]: https://github.com/ffaker/ffaker/issues/195
|
30
|
+
[#196]: https://github.com/ffaker/ffaker/issues/196
|
31
|
+
[#199]: https://github.com/ffaker/ffaker/issues/199
|
32
|
+
[#200]: https://github.com/ffaker/ffaker/issues/200
|
33
|
+
[#203]: https://github.com/ffaker/ffaker/issues/203
|
23
34
|
[#211]: https://github.com/ffaker/ffaker/pull/211
|
24
35
|
[#212]: https://github.com/ffaker/ffaker/pull/212
|
25
36
|
[#213]: https://github.com/ffaker/ffaker/pull/213
|
@@ -117,8 +128,8 @@ Fixes for ruby 1.8.x
|
|
117
128
|
Many module additions from different contributors!
|
118
129
|
|
119
130
|
## 1.15.0
|
120
|
-
NameKR (https://github.com/
|
121
|
-
(https://github.com/
|
131
|
+
NameKR (https://github.com/ffaker/ffaker/pull/47) and PhoneNumbersSG
|
132
|
+
(https://github.com/ffaker/ffaker/pull/46).
|
122
133
|
|
123
134
|
## 1.14.0
|
124
135
|
|
@@ -138,13 +149,13 @@ Extraction of AddressUK and AddressUS classes. (Thanks doctorbh).
|
|
138
149
|
|
139
150
|
## 1.10.1
|
140
151
|
|
141
|
-
FFaker::AddressCA (Thanks doctorbh, https://github.com/
|
152
|
+
FFaker::AddressCA (Thanks doctorbh, https://github.com/ffaker/ffaker/pull/27)
|
142
153
|
|
143
154
|
## 1.9.1
|
144
155
|
|
145
|
-
FFaker::NameSN, FFaker::PhoneNumberSN (Thanks SENE, https://github.com/
|
156
|
+
FFaker::NameSN, FFaker::PhoneNumberSN (Thanks SENE, https://github.com/ffaker/ffaker/pull/26)
|
146
157
|
|
147
|
-
Added FFaker::NameJA (Thanks kichiro, https://github.com/
|
158
|
+
Added FFaker::NameJA (Thanks kichiro, https://github.com/ffaker/ffaker/pull/21)
|
148
159
|
|
149
160
|
## 1.8.1
|
150
161
|
|
@@ -152,24 +163,24 @@ Remove a warning.
|
|
152
163
|
|
153
164
|
## 1.8.0
|
154
165
|
|
155
|
-
FFaker::HTMLIpsum module inspired in http://html-ipsum.com/ (Thanks Chris Bloom, https://github.com/
|
166
|
+
FFaker::HTMLIpsum module inspired in http://html-ipsum.com/ (Thanks Chris Bloom, https://github.com/ffaker/ffaker/pull/18)
|
156
167
|
|
157
168
|
## 1.7.0
|
158
169
|
|
159
|
-
FFaker::LoremCN (Thanks Shane Weng, Shane Weng, https://github.com/swcool, https://github.com/
|
170
|
+
FFaker::LoremCN (Thanks Shane Weng, Shane Weng, https://github.com/swcool, https://github.com/ffaker/ffaker/pull/16/files)
|
160
171
|
|
161
172
|
## 1.6.0
|
162
173
|
|
163
|
-
FFaker::NameDE (thanks David Noelte, https://github.com/marvin, https://github.com/
|
164
|
-
Added FFaker::Internet#disposable_email (Thanks Port 80 Labs, https://github.com/port80labs, https://github.com/
|
174
|
+
FFaker::NameDE (thanks David Noelte, https://github.com/marvin, https://github.com/ffaker/ffaker/pull/17)
|
175
|
+
Added FFaker::Internet#disposable_email (Thanks Port 80 Labs, https://github.com/port80labs, https://github.com/ffaker/ffaker/pull/15)
|
165
176
|
|
166
177
|
## 1.5.0
|
167
178
|
|
168
|
-
FFaker::NameRU (Thanks Vsevolod Romashov, https://github.com/7even, https://github.com/
|
179
|
+
FFaker::NameRU (Thanks Vsevolod Romashov, https://github.com/7even, https://github.com/ffaker/ffaker/pull/14)
|
169
180
|
|
170
181
|
## 1.4.0
|
171
182
|
|
172
|
-
FFaker::Product and FFaker::Education (thanks Rico Sta. Cruz, https://github.com/
|
183
|
+
FFaker::Product and FFaker::Education (thanks Rico Sta. Cruz, https://github.com/ffaker/ffaker/pull/12 )
|
173
184
|
|
174
185
|
## 1.3.0
|
175
186
|
|
data/README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1
|
-
[![Build Status](https://travis-ci.org/
|
1
|
+
[![Build Status](https://travis-ci.org/ffaker/ffaker.svg?branch=master)](https://travis-ci.org/ffaker/ffaker) [![Code Climate](https://codeclimate.com/github/EmmanuelOga/ffaker/badges/gpa.svg)](https://codeclimate.com/github/EmmanuelOga/ffaker)
|
2
2
|
# ffaker
|
3
3
|
|
4
|
-
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/
|
4
|
+
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/ffaker/ffaker?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
5
5
|
|
6
6
|
[ffaker](http://rubygems.org/gems/ffaker) is a rewrite of [faker](http://rubygems.org/gems/faker).
|
7
7
|
|
@@ -19,7 +19,7 @@ FFaker::Internet.email #=> "kirsten.greenholt@corkeryfisher.info"
|
|
19
19
|
## ffaker vs faker
|
20
20
|
|
21
21
|
The faker and ffaker APIs are mostly the same, although the API on ffaker keeps
|
22
|
-
|
22
|
+
diverging with its users additions. In general, the only difference is that you
|
23
23
|
need to:
|
24
24
|
|
25
25
|
gem install ffaker
|
@@ -28,33 +28,33 @@ and then
|
|
28
28
|
|
29
29
|
require 'ffaker'
|
30
30
|
|
31
|
-
## ffaker
|
31
|
+
## Why ffaker?
|
32
32
|
|
33
|
-
|
33
|
+
ffaker is a fork of faker, and was initially written in an effort to speed up
|
34
|
+
a slow spec suite. Since those days faker has also been rewritten and the
|
35
|
+
"speed" factor is probably irrelevant now. Bear in mind, if your spec suite
|
36
|
+
is slow, chances are the generation of random data will probably not account
|
37
|
+
for much of the run time.
|
34
38
|
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
Since then, the original faker gem has become faster. But ffaker has
|
40
|
-
also gained a lot of new API methods from the generous contributions of
|
41
|
-
people all over the world.
|
39
|
+
Nowadays the code bases have diverged enough to make the two projects truly
|
40
|
+
different: since ffaker creation, a lot of new API methods have been added
|
41
|
+
through the generous contributions of people all over the world.
|
42
42
|
|
43
43
|
Hopefully some day faker and ffaker will join forces!
|
44
44
|
|
45
45
|
## Contributors
|
46
46
|
|
47
|
-
A lot of people have contributed to ffaker. Check [this list](https://github.com/
|
47
|
+
A lot of people have contributed to ffaker. Check [this list](https://github.com/ffaker/ffaker/graphs/contributors).
|
48
48
|
|
49
49
|
If you want to add new modules or localization data, use one of the
|
50
|
-
[directories for data files](https://github.com/
|
50
|
+
[directories for data files](https://github.com/ffaker/ffaker/tree/master/lib/ffaker/data)
|
51
51
|
(or create a new one!).
|
52
52
|
|
53
53
|
**const_missing** is
|
54
|
-
[overriden](https://github.com/
|
54
|
+
[overriden](https://github.com/ffaker/ffaker/blob/master/lib/ffaker/utils/module_utils.rb#L9)
|
55
55
|
for Faker modules, so if you try to use a constant that is not defined
|
56
56
|
in the module, the
|
57
|
-
[override](https://github.com/
|
57
|
+
[override](https://github.com/ffaker/ffaker/blob/master/lib/ffaker/utils/module_utils.rb#L9)
|
58
58
|
will look for a data file matching the name of the constant. E.G.: the
|
59
59
|
first time someone accesses `FFaker::Name::FIRST_NAMES`, a const of that
|
60
60
|
name will be set with data from `ffaker/data/name/first_names`.
|
data/REFERENCE.md
CHANGED
@@ -4,21 +4,30 @@
|
|
4
4
|
* [FFaker::AddressAU](#ffakeraddressau)
|
5
5
|
* [FFaker::AddressBR](#ffakeraddressbr)
|
6
6
|
* [FFaker::AddressCA](#ffakeraddressca)
|
7
|
+
* [FFaker::AddressCH](#ffakeraddressch)
|
8
|
+
* [FFaker::AddressCHDE](#ffakeraddresschde)
|
9
|
+
* [FFaker::AddressCHFR](#ffakeraddresschfr)
|
10
|
+
* [FFaker::AddressCHIT](#ffakeraddresschit)
|
7
11
|
* [FFaker::AddressDA](#ffakeraddressda)
|
8
12
|
* [FFaker::AddressDE](#ffakeraddressde)
|
9
13
|
* [FFaker::AddressFI](#ffakeraddressfi)
|
10
14
|
* [FFaker::AddressFR](#ffakeraddressfr)
|
15
|
+
* [FFaker::AddressIN](#ffakeraddressin)
|
11
16
|
* [FFaker::AddressMX](#ffakeraddressmx)
|
12
17
|
* [FFaker::AddressNL](#ffakeraddressnl)
|
18
|
+
* [FFaker::AddressRU](#ffakeraddressru)
|
13
19
|
* [FFaker::AddressSE](#ffakeraddressse)
|
14
20
|
* [FFaker::AddressSN](#ffakeraddresssn)
|
21
|
+
* [FFaker::AddressUA](#ffakeraddressua)
|
15
22
|
* [FFaker::AddressUK](#ffakeraddressuk)
|
16
23
|
* [FFaker::AddressUS](#ffakeraddressus)
|
17
24
|
* [FFaker::Avatar](#ffakeravatar)
|
18
25
|
* [FFaker::Lorem](#ffakerlorem)
|
19
26
|
* [FFaker::BaconIpsum](#ffakerbaconipsum)
|
20
27
|
* [FFaker::Boolean](#ffakerboolean)
|
28
|
+
* [FFaker::CheesyLingo](#ffakercheesylingo)
|
21
29
|
* [FFaker::Color](#ffakercolor)
|
30
|
+
* [FFaker::ColorUA](#ffakercolorua)
|
22
31
|
* [FFaker::Company](#ffakercompany)
|
23
32
|
* [FFaker::CompanyIT](#ffakercompanyit)
|
24
33
|
* [FFaker::CompanySE](#ffakercompanyse)
|
@@ -54,7 +63,9 @@
|
|
54
63
|
* [FFaker::LoremCN](#ffakerloremcn)
|
55
64
|
* [FFaker::LoremFR](#ffakerloremfr)
|
56
65
|
* [FFaker::LoremKR](#ffakerloremkr)
|
66
|
+
* [FFaker::LoremUA](#ffakerloremua)
|
57
67
|
* [FFaker::Movie](#ffakermovie)
|
68
|
+
* [FFaker::Music](#ffakermusic)
|
58
69
|
* [FFaker::Name](#ffakername)
|
59
70
|
* [FFaker::NameBR](#ffakernamebr)
|
60
71
|
* [FFaker::NameCN](#ffakernamecn)
|
@@ -74,10 +85,13 @@
|
|
74
85
|
* [FFaker::NameSE](#ffakernamese)
|
75
86
|
* [FFaker::NameSN](#ffakernamesn)
|
76
87
|
* [FFaker::NameTH](#ffakernameth)
|
88
|
+
* [FFaker::NameUA](#ffakernameua)
|
77
89
|
* [FFaker::NameVN](#ffakernamevn)
|
78
90
|
* [FFaker::NatoAlphabet](#ffakernatoalphabet)
|
79
91
|
* [FFaker::PhoneNumber](#ffakerphonenumber)
|
80
92
|
* [FFaker::PhoneNumberAU](#ffakerphonenumberau)
|
93
|
+
* [FFaker::PhoneNumberBR](#ffakerphonenumberbr)
|
94
|
+
* [FFaker::PhoneNumberCH](#ffakerphonenumberch)
|
81
95
|
* [FFaker::PhoneNumberCU](#ffakerphonenumbercu)
|
82
96
|
* [FFaker::PhoneNumberDA](#ffakerphonenumberda)
|
83
97
|
* [FFaker::PhoneNumberDE](#ffakerphonenumberde)
|
@@ -107,17 +121,18 @@
|
|
107
121
|
|
108
122
|
| Method | Example |
|
109
123
|
| ------ | ------- |
|
110
|
-
| `building_number` |
|
111
|
-
| `city` |
|
112
|
-
| `city_prefix` |
|
113
|
-
| `city_suffix` |
|
114
|
-
| `country` |
|
115
|
-
| `country_code` |
|
116
|
-
| `neighborhood` |
|
117
|
-
| `secondary_address` |
|
118
|
-
| `street_address` |
|
119
|
-
| `street_name` |
|
120
|
-
| `street_suffix` |
|
124
|
+
| `building_number` | 81840, 786, 23008 |
|
125
|
+
| `city` | Bechtelarburgh, Ellaberg, New Nels |
|
126
|
+
| `city_prefix` | Port, Lake, East |
|
127
|
+
| `city_suffix` | stad, ton, shire |
|
128
|
+
| `country` | Finland, Andorra, Norfolk Island |
|
129
|
+
| `country_code` | KZ, BH, BT |
|
130
|
+
| `neighborhood` | Renton West, East Renton, Seven Hills Area |
|
131
|
+
| `secondary_address` | Apt. 934, Apt. 885, Apt. 465 |
|
132
|
+
| `street_address` | 72986 Hauck Ramp, 759 Alvina Light, 74594 Olson Locks |
|
133
|
+
| `street_name` | Destin Pine, Nigel Landing, Lucie Causeway |
|
134
|
+
| `street_suffix` | Crossing, Ridges, Inlet |
|
135
|
+
| `time_zone` | Asia/Tokyo, Europe/Brussels, America/Phoenix |
|
121
136
|
| `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
|
122
137
|
| `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
|
123
138
|
| `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
|
@@ -129,22 +144,23 @@
|
|
129
144
|
|
130
145
|
| Method | Example |
|
131
146
|
| ------ | ------- |
|
132
|
-
| `building_number` |
|
133
|
-
| `city` | Port
|
134
|
-
| `city_prefix` |
|
135
|
-
| `city_suffix` |
|
136
|
-
| `country` |
|
137
|
-
| `country_code` |
|
138
|
-
| `full_address` |
|
139
|
-
| `neighborhood` |
|
140
|
-
| `postcode` |
|
141
|
-
| `secondary_address` |
|
142
|
-
| `state` | Australian Capital Territory, South Australia
|
143
|
-
| `state_abbr` |
|
144
|
-
| `street_address` |
|
145
|
-
| `street_name` |
|
146
|
-
| `street_suffix` |
|
147
|
-
| `suburb` |
|
147
|
+
| `building_number` | 1081, 362, 0264 |
|
148
|
+
| `city` | Port Pascale, Dereckville, South Wilfrid |
|
149
|
+
| `city_prefix` | New, West, Lake |
|
150
|
+
| `city_suffix` | mouth, side, land |
|
151
|
+
| `country` | Bouvet Island, Congo, Anguilla |
|
152
|
+
| `country_code` | CC, KY, BW |
|
153
|
+
| `full_address` | 562 Shayne Lock, Nedlands WA 2800, 6322 Quitzon Well, Launceston TAS 7010, 20153 Anibal Courts, Port Lincoln SA 4680 |
|
154
|
+
| `neighborhood` | Pennypack, Ocean Parkway South, Pound Ridge East |
|
155
|
+
| `postcode` | 5290, 3550, 5291 |
|
156
|
+
| `secondary_address` | Apt. 480, Apt. 003, Apt. 123 |
|
157
|
+
| `state` | Victoria, Australian Capital Territory, South Australia |
|
158
|
+
| `state_abbr` | VIC, SA, VIC |
|
159
|
+
| `street_address` | 473 Heller Locks, 6991 Makenna Throughway, 72496 Doyle Tunnel |
|
160
|
+
| `street_name` | Anibal Burgs, Prohaska Walk, Dangelo Island |
|
161
|
+
| `street_suffix` | Trace, Creek, Course |
|
162
|
+
| `suburb` | Penrith, Moe, Devonport |
|
163
|
+
| `time_zone` | Asia/Baghdad, Asia/Magadan, Asia/Almaty |
|
148
164
|
| `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
|
149
165
|
| `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
|
150
166
|
| `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
|
@@ -156,46 +172,151 @@
|
|
156
172
|
|
157
173
|
| Method | Example |
|
158
174
|
| ------ | ------- |
|
159
|
-
| `building_number` |
|
160
|
-
| `city` |
|
161
|
-
| `city_prefix` |
|
162
|
-
| `city_suffix` |
|
163
|
-
| `country` |
|
164
|
-
| `country_code` |
|
165
|
-
| `neighborhood` |
|
166
|
-
| `secondary_address` | Apt.
|
167
|
-
| `state` |
|
168
|
-
| `state_abbr` |
|
169
|
-
| `street` |
|
170
|
-
| `street_address` |
|
171
|
-
| `street_name` |
|
172
|
-
| `street_prefix` | Alameda,
|
173
|
-
| `street_suffix` |
|
175
|
+
| `building_number` | 9631, 1321, 775 |
|
176
|
+
| `city` | Betim, Resende, Feira de Santana |
|
177
|
+
| `city_prefix` | North, Lake, South |
|
178
|
+
| `city_suffix` | chester, view, burgh |
|
179
|
+
| `country` | Congo, Gibraltar, Marshall Islands |
|
180
|
+
| `country_code` | HK, NU, QA |
|
181
|
+
| `neighborhood` | Cleveland Park, Kingsbridge Heights, Bushwick South |
|
182
|
+
| `secondary_address` | Apt. 505, Apt. 727, Suite 100 |
|
183
|
+
| `state` | Minas Gerais, Paraíba, Maranhão |
|
184
|
+
| `state_abbr` | RO, AP, ES |
|
185
|
+
| `street` | Alameda Alessandra Macedo, Rua Silas Brito, Alameda Roberta Saraiva |
|
186
|
+
| `street_address` | 50105 McDermott Meadows, 1623 Gutmann Tunnel, 6416 Kuhlman Junction |
|
187
|
+
| `street_name` | Lauretta Lane, Mills Court, DuBuque Cape |
|
188
|
+
| `street_prefix` | Alameda, Alameda, Alameda |
|
189
|
+
| `street_suffix` | Dam, Ville, Estate |
|
190
|
+
| `time_zone` | Asia/Irkutsk, America/Juneau, Europe/Sarajevo |
|
174
191
|
| `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
|
175
192
|
| `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
|
176
193
|
| `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
|
177
194
|
| `us_state` | ❗ *[us_state] is deprecated. For US addresses please use the AddressUS module* |
|
178
195
|
| `us_state_abbr` | ❗ *[state_abbr] is deprecated. For US addresses please use the AddressUS module* |
|
179
|
-
| `zip_code` |
|
196
|
+
| `zip_code` | 51033-485, 41679-032, 68943-100 |
|
180
197
|
|
181
198
|
## FFaker::AddressCA
|
182
199
|
|
183
200
|
| Method | Example |
|
184
201
|
| ------ | ------- |
|
185
|
-
| `building_number` |
|
186
|
-
| `city` |
|
187
|
-
| `city_prefix` |
|
188
|
-
| `city_suffix` | ton, shire,
|
189
|
-
| `country` |
|
190
|
-
| `country_code` |
|
191
|
-
| `neighborhood` |
|
192
|
-
| `postal_code` |
|
193
|
-
| `province` |
|
194
|
-
| `province_abbr` |
|
195
|
-
| `secondary_address` |
|
196
|
-
| `street_address` |
|
197
|
-
| `street_name` |
|
198
|
-
| `street_suffix` |
|
202
|
+
| `building_number` | 837, 89780, 6594 |
|
203
|
+
| `city` | Dolbeau-Mistassini, Belleterre, Barrie |
|
204
|
+
| `city_prefix` | West, Port, East |
|
205
|
+
| `city_suffix` | ton, shire, port |
|
206
|
+
| `country` | Macedonia, The Former Yugoslav Republic of, Mayotte, Sao Tome and Principe |
|
207
|
+
| `country_code` | VA, SI, SV |
|
208
|
+
| `neighborhood` | Central Chandler, South of Bell Road, phoenix |
|
209
|
+
| `postal_code` | G8G 1L1, B2B 8C4, B0N 6R5 |
|
210
|
+
| `province` | Prince Edward Island, New Brunswick, Nova Scotia |
|
211
|
+
| `province_abbr` | MB, SK, YT |
|
212
|
+
| `secondary_address` | Apt. 121, Suite 300, Suite 660 |
|
213
|
+
| `street_address` | 35541 DuBuque Fords, 2520 Jaleel Radial, 295 Murl Meadow |
|
214
|
+
| `street_name` | Rafaela Port, Gleason Divide, Mckenzie Canyon |
|
215
|
+
| `street_suffix` | Lock, Lane, Street |
|
216
|
+
| `time_zone` | Australia/Hobart, Asia/Irkutsk, Europe/Skopje |
|
217
|
+
| `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
|
218
|
+
| `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
|
219
|
+
| `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
|
220
|
+
| `us_state` | ❗ *[us_state] is deprecated. For US addresses please use the AddressUS module* |
|
221
|
+
| `us_state_abbr` | ❗ *[state_abbr] is deprecated. For US addresses please use the AddressUS module* |
|
222
|
+
| `zip_code` | ❗ *[zip_code] is deprecated. For US addresses please use the AddressUS module* |
|
223
|
+
|
224
|
+
## FFaker::AddressCH
|
225
|
+
|
226
|
+
| Method | Example |
|
227
|
+
| ------ | ------- |
|
228
|
+
| `building_number` | 584, 7301, 2640 |
|
229
|
+
| `canton_abbr` | OW, AG, AR |
|
230
|
+
| `city` | Lake Kenyamouth, Moorefort, Ullrichview |
|
231
|
+
| `city_prefix` | Lake, New, West |
|
232
|
+
| `city_suffix` | borough, mouth, mouth |
|
233
|
+
| `country` | Madagascar, Cuba, Paraguay |
|
234
|
+
| `country_code` | VU, MV, GI |
|
235
|
+
| `neighborhood` | Bridesburg, Florissant West, Renton West |
|
236
|
+
| `postal_code` | 6209, 5927, 4162 |
|
237
|
+
| `secondary_address` | Apt. 897, Apt. 505, Suite 541 |
|
238
|
+
| `street_address` | 0971 Brannon Orchard, 23890 Maggie Mount, 1096 Dare Plaza |
|
239
|
+
| `street_name` | Wiza Springs, Gibson Hollow, Aniya Oval |
|
240
|
+
| `street_suffix` | Extension, Harbors, Stravenue |
|
241
|
+
| `time_zone` | Europe/Bratislava, America/Phoenix, Asia/Baghdad |
|
242
|
+
| `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
|
243
|
+
| `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
|
244
|
+
| `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
|
245
|
+
| `us_state` | ❗ *[us_state] is deprecated. For US addresses please use the AddressUS module* |
|
246
|
+
| `us_state_abbr` | ❗ *[state_abbr] is deprecated. For US addresses please use the AddressUS module* |
|
247
|
+
| `zip_code` | ❗ *[zip_code] is deprecated. For US addresses please use the AddressUS module* |
|
248
|
+
|
249
|
+
## FFaker::AddressCHDE
|
250
|
+
|
251
|
+
| Method | Example |
|
252
|
+
| ------ | ------- |
|
253
|
+
| `building_number` | 13022, 093, 70201 |
|
254
|
+
| `canton` | Freiburg, Bern, Zürich |
|
255
|
+
| `canton_abbr` | AI, NW, BS |
|
256
|
+
| `city` | West Luigi, Lake Kristashire, Lucindafurt |
|
257
|
+
| `city_prefix` | South, North, North |
|
258
|
+
| `city_suffix` | view, side, mouth |
|
259
|
+
| `country` | Saint Vincent and The Grenadines, Kyrgyzstan, Pitcairn |
|
260
|
+
| `country_code` | CL, NC, ET |
|
261
|
+
| `neighborhood` | Pennypack, Mott Haven/Port Morris, Brentwood Central |
|
262
|
+
| `postal_code` | 2867, 6433, 7905 |
|
263
|
+
| `secondary_address` | Suite 826, Apt. 617, Apt. 216 |
|
264
|
+
| `street_address` | 39183 Joanny Keys, 240 Aufderhar Plains, 692 Berenice Manors |
|
265
|
+
| `street_name` | Deron Meadow, Gloria Plaza, Gregg Square |
|
266
|
+
| `street_suffix` | Corners, Parkways, Loop |
|
267
|
+
| `time_zone` | Europe/Zagreb, America/Caracas, Europe/Riga |
|
268
|
+
| `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
|
269
|
+
| `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
|
270
|
+
| `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
|
271
|
+
| `us_state` | ❗ *[us_state] is deprecated. For US addresses please use the AddressUS module* |
|
272
|
+
| `us_state_abbr` | ❗ *[state_abbr] is deprecated. For US addresses please use the AddressUS module* |
|
273
|
+
| `zip_code` | ❗ *[zip_code] is deprecated. For US addresses please use the AddressUS module* |
|
274
|
+
|
275
|
+
## FFaker::AddressCHFR
|
276
|
+
|
277
|
+
| Method | Example |
|
278
|
+
| ------ | ------- |
|
279
|
+
| `building_number` | 86452, 3776, 03155 |
|
280
|
+
| `canton` | Berne, Schwytz, Glaris |
|
281
|
+
| `canton_abbr` | NE, SH, BE |
|
282
|
+
| `city` | Conroytown, South Cristobalhaven, East Kenyatta |
|
283
|
+
| `city_prefix` | Port, New, New |
|
284
|
+
| `city_suffix` | mouth, bury, mouth |
|
285
|
+
| `country` | Belize, Iraq, Mauritania |
|
286
|
+
| `country_code` | SR, AF, SO |
|
287
|
+
| `neighborhood` | Northwoods West, Seven Hills Area, West Covina East |
|
288
|
+
| `postal_code` | 6828, 6209, 6759 |
|
289
|
+
| `secondary_address` | Suite 905, Apt. 257, Apt. 586 |
|
290
|
+
| `street_address` | 8896 Hans Trafficway, 473 Beer Overpass, 623 Moises Stream |
|
291
|
+
| `street_name` | Cremin Mill, Lilliana Islands, Purdy Meadow |
|
292
|
+
| `street_suffix` | Shoal, Rest, Lodge |
|
293
|
+
| `time_zone` | Asia/Jakarta, Australia/Adelaide, Asia/Almaty |
|
294
|
+
| `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
|
295
|
+
| `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
|
296
|
+
| `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
|
297
|
+
| `us_state` | ❗ *[us_state] is deprecated. For US addresses please use the AddressUS module* |
|
298
|
+
| `us_state_abbr` | ❗ *[state_abbr] is deprecated. For US addresses please use the AddressUS module* |
|
299
|
+
| `zip_code` | ❗ *[zip_code] is deprecated. For US addresses please use the AddressUS module* |
|
300
|
+
|
301
|
+
## FFaker::AddressCHIT
|
302
|
+
|
303
|
+
| Method | Example |
|
304
|
+
| ------ | ------- |
|
305
|
+
| `building_number` | 10257, 854, 025 |
|
306
|
+
| `canton` | Ticino, Grigioni, Glarona |
|
307
|
+
| `canton_abbr` | OW, AR, ZH |
|
308
|
+
| `city` | Ashtynstad, West Casimirberg, Mayerton |
|
309
|
+
| `city_prefix` | North, Port, Lake |
|
310
|
+
| `city_suffix` | town, burgh, borough |
|
311
|
+
| `country` | Saint Pierre and Miquelon, Saint Lucia, Tunisia |
|
312
|
+
| `country_code` | MS, KH, ZW |
|
313
|
+
| `neighborhood` | Greater Las Vegas National, Bridesburg, Cleveland Park |
|
314
|
+
| `postal_code` | 8601, 9687, 5226 |
|
315
|
+
| `secondary_address` | Apt. 802, Suite 130, Apt. 489 |
|
316
|
+
| `street_address` | 3368 Kessler Forges, 27859 Gage Lake, 94132 Schmitt Shoals |
|
317
|
+
| `street_name` | Ankunding Track, Rod Freeway, Damon Pine |
|
318
|
+
| `street_suffix` | Inlet, Loop, Forks |
|
319
|
+
| `time_zone` | Pacific/Honolulu, Europe/Amsterdam, Asia/Kuala_Lumpur |
|
199
320
|
| `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
|
200
321
|
| `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
|
201
322
|
| `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
|
@@ -207,94 +328,98 @@
|
|
207
328
|
|
208
329
|
| Method | Example |
|
209
330
|
| ------ | ------- |
|
210
|
-
| `building_number` |
|
211
|
-
| `city` |
|
212
|
-
| `city_prefix` |
|
213
|
-
| `city_suffix` |
|
214
|
-
| `country` |
|
215
|
-
| `country_code` |
|
216
|
-
| `full_address` |
|
217
|
-
| `kommune` |
|
218
|
-
| `neighborhood` |
|
219
|
-
| `post_nr` |
|
220
|
-
| `region` | Nordjylland, Syddanmark,
|
221
|
-
| `secondary_address` | Apt.
|
222
|
-
| `state` |
|
223
|
-
| `street_address` |
|
224
|
-
| `street_name` |
|
225
|
-
| `street_suffix` |
|
331
|
+
| `building_number` | 168, 1351, 5542 |
|
332
|
+
| `city` | Dalmose, Møldrup, Nykøbing Sj |
|
333
|
+
| `city_prefix` | East, Port, New |
|
334
|
+
| `city_suffix` | mouth, side, haven |
|
335
|
+
| `country` | Jordan, Senegal, Côte d'Ivoire |
|
336
|
+
| `country_code` | BZ, UY, JM |
|
337
|
+
| `full_address` | Lindegang 13 2836 Dalmose Midtjylland DANMARK, Moseager 88 2233 Agerskov Hovedstaden DANMARK, Bringetoften 2 8225 Bække Midtjylland DANMARK |
|
338
|
+
| `kommune` | Rebild, Rudersdal, Struer |
|
339
|
+
| `neighborhood` | Northwest Midlothian/Midlothian Country Club, Summerlin North, Pennypack |
|
340
|
+
| `post_nr` | 7604, 7628, 9413 |
|
341
|
+
| `region` | Nordjylland, Syddanmark, Sjælland |
|
342
|
+
| `secondary_address` | Apt. 877, Apt. 498, Suite 109 |
|
343
|
+
| `state` | Kolding, Morsø, Albertslund |
|
344
|
+
| `street_address` | Hyldevangen 44, Torstorpvej 77, Kildehusene 7 |
|
345
|
+
| `street_name` | Jonstruphøj, Bredekær, Bakkekær |
|
346
|
+
| `street_suffix` | Fall, Corner, Bridge |
|
347
|
+
| `time_zone` | Asia/Kabul, Europe/Bucharest, Europe/Tallinn |
|
226
348
|
| `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
|
227
349
|
| `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
|
228
350
|
| `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
|
229
351
|
| `us_state` | ❗ *[us_state] is deprecated. For US addresses please use the AddressUS module* |
|
230
352
|
| `us_state_abbr` | ❗ *[state_abbr] is deprecated. For US addresses please use the AddressUS module* |
|
231
|
-
| `zip_code` |
|
353
|
+
| `zip_code` | 5449, 9721, 0394 |
|
232
354
|
|
233
355
|
## FFaker::AddressDE
|
234
356
|
|
235
357
|
| Method | Example |
|
236
358
|
| ------ | ------- |
|
237
|
-
| `building_number` |
|
238
|
-
| `city` |
|
239
|
-
| `city_prefix` |
|
240
|
-
| `city_suffix` |
|
241
|
-
| `country` |
|
242
|
-
| `country_code` |
|
243
|
-
| `neighborhood` |
|
244
|
-
| `secondary_address` | Apt.
|
245
|
-
| `state` |
|
246
|
-
| `street_address` |
|
247
|
-
| `street_name` |
|
248
|
-
| `street_suffix` |
|
359
|
+
| `building_number` | 2027, 2239, 03232 |
|
360
|
+
| `city` | Clingen, Blomberg, Schleswig |
|
361
|
+
| `city_prefix` | Lake, Port, South |
|
362
|
+
| `city_suffix` | port, furt, mouth |
|
363
|
+
| `country` | Hungary, Guernsey, United States |
|
364
|
+
| `country_code` | NO, EE, FR |
|
365
|
+
| `neighborhood` | Sunshine-Gardens, Greater Las Vegas National, Renton West |
|
366
|
+
| `secondary_address` | Apt. 434, Apt. 109, Apt. 644 |
|
367
|
+
| `state` | Hessen, Niedersachsen, Thueringen |
|
368
|
+
| `street_address` | Johnsonstr. 56, Howellstr. 83, Berniecestr. 79 |
|
369
|
+
| `street_name` | Howellstr., Jarrodstr., Estefaniastr. |
|
370
|
+
| `street_suffix` | Run, Greens, Bridge |
|
371
|
+
| `time_zone` | America/Halifax, Asia/Irkutsk, Asia/Ulaanbaatar |
|
249
372
|
| `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
|
250
373
|
| `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
|
251
374
|
| `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
|
252
375
|
| `us_state` | ❗ *[us_state] is deprecated. For US addresses please use the AddressUS module* |
|
253
376
|
| `us_state_abbr` | ❗ *[state_abbr] is deprecated. For US addresses please use the AddressUS module* |
|
254
|
-
| `zip_code` |
|
377
|
+
| `zip_code` | 91793, 89982, 20146 |
|
255
378
|
|
256
379
|
## FFaker::AddressFI
|
257
380
|
|
258
381
|
| Method | Example |
|
259
382
|
| ------ | ------- |
|
260
|
-
| `building_number` |
|
261
|
-
| `city` |
|
262
|
-
| `city_prefix` | South,
|
263
|
-
| `city_suffix` |
|
264
|
-
| `country` |
|
265
|
-
| `country_code` |
|
266
|
-
| `full_address` |
|
267
|
-
| `neighborhood` |
|
268
|
-
| `random_country` |
|
269
|
-
| `secondary_address` | Suite
|
270
|
-
| `street_address` |
|
271
|
-
| `street_name` |
|
272
|
-
| `street_nbr` |
|
273
|
-
| `street_suffix` |
|
383
|
+
| `building_number` | 659, 94521, 746 |
|
384
|
+
| `city` | Heinola, Kauhava, Raasepori |
|
385
|
+
| `city_prefix` | South, South, Port |
|
386
|
+
| `city_suffix` | town, furt, mouth |
|
387
|
+
| `country` | Niger, Åland Islands, Solomon Islands |
|
388
|
+
| `country_code` | KE, AL, BV |
|
389
|
+
| `full_address` | Kalkkimäentie 5 b 0, 64188 Helsinki, SUOMI, Simontie 630, 68216 Alajärvi, SUOMI, Myllymäentie 5 b 6, 93005 Huittinen, SUOMI |
|
390
|
+
| `neighborhood` | Seven Hills Area, Far Rockaway/Bayswater, Candlewood Country Club |
|
391
|
+
| `random_country` | Australia, Kanada, Luxemburg |
|
392
|
+
| `secondary_address` | Suite 692, Suite 022, Apt. 098 |
|
393
|
+
| `street_address` | Varsanojantie 0 a 8, Liljanpolku 322, Niilonpolku 3 b 9 |
|
394
|
+
| `street_name` | Forssantie, Poste restante, Suokulmantie |
|
395
|
+
| `street_nbr` | 4 a, 923, 6 b |
|
396
|
+
| `street_suffix` | Ranch, Circle, Loaf |
|
397
|
+
| `time_zone` | Europe/Dublin, Asia/Tokyo, America/Monterrey |
|
274
398
|
| `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
|
275
399
|
| `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
|
276
400
|
| `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
|
277
401
|
| `us_state` | ❗ *[us_state] is deprecated. For US addresses please use the AddressUS module* |
|
278
402
|
| `us_state_abbr` | ❗ *[state_abbr] is deprecated. For US addresses please use the AddressUS module* |
|
279
|
-
| `zip_code` |
|
403
|
+
| `zip_code` | 76068, 78026, 13260 |
|
280
404
|
|
281
405
|
## FFaker::AddressFR
|
282
406
|
|
283
407
|
| Method | Example |
|
284
408
|
| ------ | ------- |
|
285
|
-
| `building_number` |
|
286
|
-
| `city` |
|
287
|
-
| `city_prefix` |
|
288
|
-
| `city_suffix` |
|
289
|
-
| `country` |
|
290
|
-
| `country_code` |
|
291
|
-
| `full_address` |
|
292
|
-
| `neighborhood` |
|
293
|
-
| `postal_code` |
|
294
|
-
| `secondary_address` |
|
295
|
-
| `street_address` |
|
296
|
-
| `street_name` |
|
297
|
-
| `street_suffix` |
|
409
|
+
| `building_number` | 3654, 4434, 1300 |
|
410
|
+
| `city` | Évreux, Le Blanc-Mesnil, Gap |
|
411
|
+
| `city_prefix` | Port, Lake, South |
|
412
|
+
| `city_suffix` | stad, mouth, ville |
|
413
|
+
| `country` | French Polynesia, Hong Kong, Yemen |
|
414
|
+
| `country_code` | TH, LC, ST |
|
415
|
+
| `full_address` | 81 QUATER, av Margaud Dos, 10253 Tremblay-en-France, 1 rue Guillaume du Fischer 2A967 Lorient, 82 B, bd Sylvie Grondin 970274 Colombes |
|
416
|
+
| `neighborhood` | Gates Mills North, Summerlin North, West Covina East |
|
417
|
+
| `postal_code` | 81663, 6817, 2A859 |
|
418
|
+
| `secondary_address` | Suite 382, Suite 018, Suite 219 |
|
419
|
+
| `street_address` | 28 B, bd Eugène le Lacroix, 0 Q avenue Adèle Marion, 6809 av Catherine de Roy |
|
420
|
+
| `street_name` | Bernier Groves, Kertzmann Throughway, Feest Dam |
|
421
|
+
| `street_suffix` | Orchard, Avenue, Hollow |
|
422
|
+
| `time_zone` | Pacific/Auckland, Europe/Sofia, Europe/Prague |
|
298
423
|
| `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
|
299
424
|
| `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
|
300
425
|
| `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
|
@@ -302,83 +427,141 @@
|
|
302
427
|
| `us_state_abbr` | ❗ *[state_abbr] is deprecated. For US addresses please use the AddressUS module* |
|
303
428
|
| `zip_code` | ❗ *[zip_code] is deprecated. For US addresses please use the AddressUS module* |
|
304
429
|
|
430
|
+
## FFaker::AddressIN
|
431
|
+
|
432
|
+
| Method | Example |
|
433
|
+
| ------ | ------- |
|
434
|
+
| `building_number` | 4470, 343, 311 |
|
435
|
+
| `city` | Jaydenburgh, Dickensberg, Lake Rickychester |
|
436
|
+
| `city_prefix` | North, West, New |
|
437
|
+
| `city_suffix` | mouth, fort, view |
|
438
|
+
| `country` | India, India, India |
|
439
|
+
| `country_code` | IN, IN, IN |
|
440
|
+
| `neighborhood` | North Norridge, Bronxdale, Dyker Heights |
|
441
|
+
| `pincode` | 592550, 658530, 614776 |
|
442
|
+
| `secondary_address` | Suite 998, Suite 343, Suite 113 |
|
443
|
+
| `state` | Karnataka, Madhya Pradesh, Telangana |
|
444
|
+
| `state_abbr` | HP, UP, WB |
|
445
|
+
| `state_and_union_territory` | Arunachal Pradesh, Rajasthan, Daman and Diu |
|
446
|
+
| `state_and_union_territory_abbr` | CH, MH, AP |
|
447
|
+
| `street_address` | 8519 Emil Terrace, 86678 Frida Cliff, 93439 Tyra Lights |
|
448
|
+
| `street_name` | Isom Crossroad, Kovacek Cliff, Skiles Manor |
|
449
|
+
| `street_suffix` | Key, Ways, Field |
|
450
|
+
| `time_zone` | Asia/Kolkata, Asia/Kolkata, Asia/Kolkata |
|
451
|
+
| `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
|
452
|
+
| `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
|
453
|
+
| `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
|
454
|
+
| `union_territory` | Chandigarh, Delhi, Daman and Diu |
|
455
|
+
| `union_territory_abbr` | DL, PY, PY |
|
456
|
+
| `us_state` | ❗ *[us_state] is deprecated. For US addresses please use the AddressUS module* |
|
457
|
+
| `us_state_abbr` | ❗ *[state_abbr] is deprecated. For US addresses please use the AddressUS module* |
|
458
|
+
| `zip_code` | 148176, 602135, 351798 |
|
459
|
+
|
305
460
|
## FFaker::AddressMX
|
306
461
|
|
307
462
|
| Method | Example |
|
308
463
|
| ------ | ------- |
|
309
|
-
| `municipality` |
|
310
|
-
| `postal_code` |
|
311
|
-
| `state` |
|
312
|
-
| `state_abbr` |
|
313
|
-
| `zip_code` |
|
464
|
+
| `municipality` | Reforma, Juárez, Asientos |
|
465
|
+
| `postal_code` | 35998, 82472, 54037 |
|
466
|
+
| `state` | Guerrero, Tabasco, Querétaro |
|
467
|
+
| `state_abbr` | TLAX, GRO, CAMP |
|
468
|
+
| `zip_code` | 69609, 45086, 64795 |
|
314
469
|
|
315
470
|
## FFaker::AddressNL
|
316
471
|
|
317
472
|
| Method | Example |
|
318
473
|
| ------ | ------- |
|
319
|
-
| `building_number` |
|
320
|
-
| `city` |
|
321
|
-
| `city_prefix` |
|
322
|
-
| `city_suffix` |
|
323
|
-
| `country` |
|
324
|
-
| `country_code` |
|
325
|
-
| `neighborhood` |
|
326
|
-
| `postal_code` |
|
327
|
-
| `province` |
|
328
|
-
| `secondary_address` |
|
329
|
-
| `street_address` |
|
330
|
-
| `street_name` |
|
331
|
-
| `street_suffix` |
|
474
|
+
| `building_number` | 034, 367, 8221 |
|
475
|
+
| `city` | Lottum, Weidum, De Heeg |
|
476
|
+
| `city_prefix` | New, Port, New |
|
477
|
+
| `city_suffix` | town, fort, view |
|
478
|
+
| `country` | Yemen, Singapore, Kenya |
|
479
|
+
| `country_code` | CY, CC, LU |
|
480
|
+
| `neighborhood` | River Heights, Schall Circle/Lakeside Green, Cleveland Park |
|
481
|
+
| `postal_code` | 9569 qu, 8781 zb, 1741 rm |
|
482
|
+
| `province` | Noord-Brabant, Drenthe, Gelderland |
|
483
|
+
| `secondary_address` | Apt. 124, Apt. 638, Apt. 758 |
|
484
|
+
| `street_address` | 36131 Daan-Paulstraat, 56871 Patrickstraat, 868 Funkstraat |
|
485
|
+
| `street_name` | Lednerstraat, Wymanstraat, Petronellastraat |
|
486
|
+
| `street_suffix` | Drives, Pass, Spurs |
|
487
|
+
| `time_zone` | Pacific/Port_Moresby, Europe/Vilnius, Pacific/Guam |
|
332
488
|
| `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
|
333
489
|
| `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
|
334
490
|
| `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
|
335
491
|
| `us_state` | ❗ *[us_state] is deprecated. For US addresses please use the AddressUS module* |
|
336
492
|
| `us_state_abbr` | ❗ *[state_abbr] is deprecated. For US addresses please use the AddressUS module* |
|
337
|
-
| `zip_code` |
|
493
|
+
| `zip_code` | 2717 hz, 9865 bv, 0354 yi |
|
494
|
+
|
495
|
+
## FFaker::AddressRU
|
496
|
+
|
497
|
+
| Method | Example |
|
498
|
+
| ------ | ------- |
|
499
|
+
| `building_number` | 4169, 417, 367 |
|
500
|
+
| `city` | Нальчик, Иркутск, Кемерово |
|
501
|
+
| `city_prefix` | West, Port, South |
|
502
|
+
| `city_suffix` | mouth, furt, haven |
|
503
|
+
| `country` | Tajikistan, Pakistan, Belarus |
|
504
|
+
| `country_code` | LK, PN, NZ |
|
505
|
+
| `neighborhood` | Ladue South, Candlewood Country Club, Ocean Parkway South |
|
506
|
+
| `province` | Северная Осетия - Алания, Белгородская область, Чечня |
|
507
|
+
| `secondary_address` | Suite 596, Apt. 120, Apt. 191 |
|
508
|
+
| `street_address` | ул. Южная, д. 0, ул. Полевая, д. 6, ул. Октябрьская, д. 616 |
|
509
|
+
| `street_name` | ул. Горького, ул. Октябрьская, ул. Лесная |
|
510
|
+
| `street_number` | 80, 176, 91 |
|
511
|
+
| `street_suffix` | Knoll, Brooks, Isle |
|
512
|
+
| `time_zone` | Australia/Adelaide, Europe/Vilnius, Asia/Hong_Kong |
|
513
|
+
| `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
|
514
|
+
| `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
|
515
|
+
| `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
|
516
|
+
| `us_state` | ❗ *[us_state] is deprecated. For US addresses please use the AddressUS module* |
|
517
|
+
| `us_state_abbr` | ❗ *[state_abbr] is deprecated. For US addresses please use the AddressUS module* |
|
518
|
+
| `zip_code` | 964736, 255936, 579284 |
|
338
519
|
|
339
520
|
## FFaker::AddressSE
|
340
521
|
|
341
522
|
| Method | Example |
|
342
523
|
| ------ | ------- |
|
343
|
-
| `building_number` |
|
344
|
-
| `city` |
|
345
|
-
| `city_prefix` |
|
346
|
-
| `city_suffix` |
|
347
|
-
| `country` |
|
348
|
-
| `country_code` |
|
349
|
-
| `full_address` |
|
350
|
-
| `neighborhood` |
|
351
|
-
| `random_country` |
|
352
|
-
| `secondary_address` | Apt.
|
353
|
-
| `street_address` |
|
354
|
-
| `street_name` |
|
355
|
-
| `street_nbr` |
|
356
|
-
| `street_suffix` |
|
524
|
+
| `building_number` | 7715, 066, 86083 |
|
525
|
+
| `city` | Malmö, Filipstad, Fagersta |
|
526
|
+
| `city_prefix` | New, East, East |
|
527
|
+
| `city_suffix` | ton, borough, mouth |
|
528
|
+
| `country` | Cook Islands, Isle of Man, Malaysia |
|
529
|
+
| `country_code` | BV, AO, KY |
|
530
|
+
| `full_address` | Vattenkraftsvägen 956, 38183 Arboga, SVERIGE, Grumsgatan 7b, 86 828 Arvika, SVERIGE, Dannemoragatan 021, 18296 Alingsås, SVERIGE |
|
531
|
+
| `neighborhood` | Florissant West, Cipriani, Seven Hills Area |
|
532
|
+
| `random_country` | Guernsey, Burkina Faso, Vietnam |
|
533
|
+
| `secondary_address` | Apt. 333, Suite 405, Apt. 243 |
|
534
|
+
| `street_address` | Ryssmurvägen 847, Markviksvägen 55, Blåfjällsgatan 8 |
|
535
|
+
| `street_name` | Dillnäsvägen, Bröderna Grimms Väg, Storgatan |
|
536
|
+
| `street_nbr` | 09, 1, 814 |
|
537
|
+
| `street_suffix` | Freeway, Camp, Lane |
|
538
|
+
| `time_zone` | Asia/Hong_Kong, Asia/Dhaka, Atlantic/South_Georgia |
|
357
539
|
| `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
|
358
540
|
| `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
|
359
541
|
| `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
|
360
542
|
| `us_state` | ❗ *[us_state] is deprecated. For US addresses please use the AddressUS module* |
|
361
543
|
| `us_state_abbr` | ❗ *[state_abbr] is deprecated. For US addresses please use the AddressUS module* |
|
362
|
-
| `zip_code` |
|
544
|
+
| `zip_code` | 70 150, 21087, 12797 |
|
363
545
|
|
364
546
|
## FFaker::AddressSN
|
365
547
|
|
366
548
|
| Method | Example |
|
367
549
|
| ------ | ------- |
|
368
|
-
| `arrondissement` |
|
369
|
-
| `building_number` |
|
370
|
-
| `city` |
|
371
|
-
| `city_prefix` |
|
372
|
-
| `city_suffix` |
|
373
|
-
| `country` |
|
374
|
-
| `country_code` |
|
375
|
-
| `departement` |
|
376
|
-
| `neighborhood` |
|
377
|
-
| `region` |
|
378
|
-
| `secondary_address` |
|
379
|
-
| `street_address` |
|
380
|
-
| `street_name` |
|
381
|
-
| `street_suffix` |
|
550
|
+
| `arrondissement` | Médina, Ndiarème Limamoulaye, Cambérène |
|
551
|
+
| `building_number` | 57616, 25123, 1972 |
|
552
|
+
| `city` | South Braxtonberg, East Grayce, Wunschfort |
|
553
|
+
| `city_prefix` | Lake, New, East |
|
554
|
+
| `city_suffix` | haven, burgh, stad |
|
555
|
+
| `country` | Belize, Estonia, Guam |
|
556
|
+
| `country_code` | PK, AG, BF |
|
557
|
+
| `departement` | Matam, Goudomp, Guinguineo |
|
558
|
+
| `neighborhood` | Gates Mills North, Ladue South, Rockville East of Hungerford Dr |
|
559
|
+
| `region` | kedougou, dakar, thies |
|
560
|
+
| `secondary_address` | Suite 338, Apt. 918, Apt. 463 |
|
561
|
+
| `street_address` | 43965 Enos Plaza, 0963 Karson Ville, 93129 Hilda Ports |
|
562
|
+
| `street_name` | Hope Port, Magnolia Court, Mozelle Lock |
|
563
|
+
| `street_suffix` | Valleys, Prairie, Centers |
|
564
|
+
| `time_zone` | Europe/Paris, America/Caracas, Europe/Belgrade |
|
382
565
|
| `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
|
383
566
|
| `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
|
384
567
|
| `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
|
@@ -386,23 +569,37 @@
|
|
386
569
|
| `us_state_abbr` | ❗ *[state_abbr] is deprecated. For US addresses please use the AddressUS module* |
|
387
570
|
| `zip_code` | ❗ *[zip_code] is deprecated. For US addresses please use the AddressUS module* |
|
388
571
|
|
572
|
+
## FFaker::AddressUA
|
573
|
+
|
574
|
+
| Method | Example |
|
575
|
+
| ------ | ------- |
|
576
|
+
| `appartment_number` | 8, 962, 4 |
|
577
|
+
| `building_number` | 75, 431, 8 |
|
578
|
+
| `city` | Бровари, Біла Церква, Шостка |
|
579
|
+
| `country` | Бруней, Україна, Кувейт |
|
580
|
+
| `province` | Київська область, Луганська область, Київська область |
|
581
|
+
| `street_address` | вул. Зелена, 1, вул. Староміська, 192, вул. Вузька, 580 |
|
582
|
+
| `street_name` | вул. Вічева, вул. Вузька, вул. Городоцька |
|
583
|
+
| `zip_code` | 71392, 98134, 18836 |
|
584
|
+
|
389
585
|
## FFaker::AddressUK
|
390
586
|
|
391
587
|
| Method | Example |
|
392
588
|
| ------ | ------- |
|
393
|
-
| `building_number` |
|
394
|
-
| `city` |
|
395
|
-
| `city_prefix` |
|
396
|
-
| `city_suffix` |
|
397
|
-
| `country` |
|
398
|
-
| `country_code` |
|
399
|
-
| `county` |
|
400
|
-
| `neighborhood` |
|
401
|
-
| `postcode` |
|
402
|
-
| `secondary_address` | Apt.
|
403
|
-
| `street_address` |
|
404
|
-
| `street_name` |
|
405
|
-
| `street_suffix` |
|
589
|
+
| `building_number` | 440, 3956, 9050 |
|
590
|
+
| `city` | Elenabury, Lake Chetmouth, O'Keefefort |
|
591
|
+
| `city_prefix` | Port, East, East |
|
592
|
+
| `city_suffix` | shire, stad, ton |
|
593
|
+
| `country` | Northern Ireland, Scotland, England |
|
594
|
+
| `country_code` | BI, AI, SK |
|
595
|
+
| `county` | West Glamorgan, Gloucestershire, Oxfordshire |
|
596
|
+
| `neighborhood` | Cipriani, Sea Ranch Lakes, South of Lake Ave |
|
597
|
+
| `postcode` | FZ09 3AL, BE61 1FH, MB08 5DV |
|
598
|
+
| `secondary_address` | Apt. 329, Suite 866, Suite 168 |
|
599
|
+
| `street_address` | 696 Einar View, 67784 Johns Way, 15308 Jamil Centers |
|
600
|
+
| `street_name` | Davonte Lane, Mosciski Underpass, Isobel Turnpike |
|
601
|
+
| `street_suffix` | Square, Creek, Way |
|
602
|
+
| `time_zone` | Europe/Dublin, Asia/Ulaanbaatar, Europe/Riga |
|
406
603
|
| `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
|
407
604
|
| `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
|
408
605
|
| `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
|
@@ -414,107 +611,124 @@
|
|
414
611
|
|
415
612
|
| Method | Example |
|
416
613
|
| ------ | ------- |
|
417
|
-
| `building_number` |
|
418
|
-
| `city` |
|
419
|
-
| `city_prefix` |
|
420
|
-
| `city_suffix` |
|
421
|
-
| `continental_state` |
|
422
|
-
| `continental_state_abbr` |
|
423
|
-
| `country` |
|
424
|
-
| `country_code` |
|
425
|
-
| `neighborhood` |
|
426
|
-
| `secondary_address` | Suite
|
427
|
-
| `state` |
|
428
|
-
| `state_abbr` |
|
429
|
-
| `state_and_territories_abbr` |
|
430
|
-
| `street_address` |
|
431
|
-
| `street_name` |
|
432
|
-
| `street_suffix` |
|
614
|
+
| `building_number` | 16978, 37098, 0904 |
|
615
|
+
| `city` | East Amandaside, South Irving, Jermeyshire |
|
616
|
+
| `city_prefix` | Lake, New, West |
|
617
|
+
| `city_suffix` | side, chester, view |
|
618
|
+
| `continental_state` | Michigan, Nevada, South Dakota |
|
619
|
+
| `continental_state_abbr` | DC, LA, GA |
|
620
|
+
| `country` | Benin, Sri Lanka, Mauritius |
|
621
|
+
| `country_code` | CN, GP, HT |
|
622
|
+
| `neighborhood` | Jupiter South/Abacoa, Cleveland Park, Pennypack |
|
623
|
+
| `secondary_address` | Suite 355, Apt. 832, Apt. 804 |
|
624
|
+
| `state` | Texas, Delaware, Virginia |
|
625
|
+
| `state_abbr` | KS, CA, FL |
|
626
|
+
| `state_and_territories_abbr` | HI, KY, MS |
|
627
|
+
| `street_address` | 552 Seth Plain, 338 Stroman Mall, 180 Kautzer Port |
|
628
|
+
| `street_name` | Stark Stream, Brody Park, Jace Haven |
|
629
|
+
| `street_suffix` | Springs, Row, Land |
|
630
|
+
| `time_zone` | Etc/UTC, Africa/Cairo, America/Denver |
|
433
631
|
| `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
|
434
632
|
| `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
|
435
633
|
| `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
|
436
634
|
| `us_state` | ❗ *[us_state] is deprecated. For US addresses please use the AddressUS module* |
|
437
635
|
| `us_state_abbr` | ❗ *[state_abbr] is deprecated. For US addresses please use the AddressUS module* |
|
438
|
-
| `zip_code` |
|
636
|
+
| `zip_code` | 77260-7664, 99094-2120, 91634 |
|
439
637
|
|
440
638
|
## FFaker::Avatar
|
441
639
|
|
442
640
|
| Method | Example |
|
443
641
|
| ------ | ------- |
|
444
|
-
| `image` |
|
642
|
+
| `image` | https://robohash.org/laboruminquisquam.png?size=300x300, https://robohash.org/enimearecusandae.png?size=300x300, https://robohash.org/suntautaut.png?size=300x300 |
|
445
643
|
|
446
644
|
## FFaker::Lorem
|
447
645
|
|
448
646
|
| Method | Example |
|
449
647
|
| ------ | ------- |
|
450
|
-
| `characters` |
|
451
|
-
| `paragraph` |
|
452
|
-
| `paragraphs` |
|
453
|
-
| `phrase` |
|
454
|
-
| `phrases` |
|
455
|
-
| `sentence` |
|
456
|
-
| `sentences` |
|
457
|
-
| `word` |
|
458
|
-
| `words` |
|
648
|
+
| `characters` | w1quybu0hdjo6hbr2b4bx1v0o5h391h2t1jfxfm3w99h2vi2rha26pu0yg0kcd7bphsir6djxemfm1fwvzbpor6eo9ge2o1liu2taaqql5m2zuzem51m2icnlrwm0dssjlna9vfa1r75pml35r22xma5vhgsjz15jwhmsswgyoq4mui7d0xebkz00yk1e8ofvrl53jmzub5g62f8z1vnvfah2l04lka1ler9qfjwborau0r4px9a0o0pmua5py8, rkn52xhc6yy30hgfuj77435ydq3vi6ghak67gwf4jlg4smunr2btl53g9kjfgitw89k9wrqsf6637e9xz75enbktxs5eokps88yi1cenqyl6ugxmz9t2g2efy8lwfj0q2bpgovv1d7zmr0m6iouwbprpttw0kqnwz5dbm9jl1za91bxmuvxtxilfbvwxedsok3ua51j33eyzr7ayv8ix6titwj669nusd5cpjagy0d78k460mwy9e0pohqirclk, dreuumof8dd8rko4pd1fip9b1cb2tl32e84k3wzogrh2lu2zrt5le1pimv74csekmgmsnvlq0e4w5z03ndrw4qvjwxciq5n9kqso6fu1nmeju67ksgptbuaiqiakbjkyqrj9tx2kmcl03g7ujzgb3dvdzoxhfub8bm08g3ots1x9ty70zfx6cao8v3dabc1llqzmrh0vszuhnm6lj1eq3qzakvj05oazh2hrglonmbv1238add5mrvanosd627p |
|
649
|
+
| `paragraph` | Voluptatibus eaque porro praesentium quia nulla. Iure rem nemo quia aliquid. Consequatur commodi labore molestiae sed explicabo. Ab tenetur consequatur exercitationem eum., Excepturi vitae ad doloremque dicta est mollitia. Reprehenderit dolor voluptatem asperiores impedit et iusto. Aut sequi voluptatum aliquid ex qui., Earum aliquam suscipit omnis neque dolor adipisci sit magnam. Nostrum tempore eos consequatur esse aperiam magni qui. Quia eligendi sequi perferendis autem est. Dignissimos illum aut quaerat distinctio. Accusamus deleniti labore rerum molestiae quam. |
|
650
|
+
| `paragraphs` | Ut architecto doloribus et rerum veniam asperiores neque maxime. Quod ratione necessitatibus voluptate ipsum qui nisi. Praesentium doloribus ut deserunt reprehenderit error totam ad., Enim incidunt est accusantium odit distinctio. Repudiandae qui consequatur at est nostrum vel et voluptas. Id molestiae aspernatur distinctio non aliquam., Autem delectus impedit itaque veritatis saepe voluptas a. Assumenda voluptatem aut dolore veritatis harum natus placeat rerum. Aut cum voluptatem eos facere. Et sit dolorum quam enim placeat ea a blanditiis. Omnis itaque aliquam nesciunt tenetur., Eveniet eos dolorem eaque tenetur optio. Beatae non ratione corrupti fugiat qui ea neque veritatis. Ullam nemo delectus ipsa enim sit porro quod., Et et expedita nostrum ut id. Qui eligendi a est sed vero dolores et. Aut cum molestiae pariatur sunt dicta. Aut architecto odio excepturi qui consequatur molestias maiores voluptatem. Qui modi voluptatum eos maxime velit., Necessitatibus adipisci quibusdam optio ea et ex quia. Quasi repudiandae vel doloremque dolore. Reprehenderit optio in aut suscipit quod ut quis. Est voluptate nam aliquam maxime. Nobis suscipit doloribus et odit eos qui., Inventore molestiae dolorem id quo repellendus. Quis dicta ea itaque repellendus voluptas et tempora quia. Voluptatem reiciendis at itaque quis recusandae nobis ipsum animi. Ut sed provident qui odit minima repellat., Sequi nihil molestiae et excepturi distinctio rerum quia. Modi quos ullam aut repudiandae cumque aut. In mollitia ut cum aliquam. Odio labore nemo alias a velit qui libero., Adipisci vel laudantium qui temporibus at quis odit ut. Praesentium dolorem nisi voluptas incidunt voluptatem ut unde. Aut sint dolor omnis est sit quaerat consequatur. Laboriosam illum eius ex ut accusantium. Temporibus sed aut ipsum aut at facere est labore. |
|
651
|
+
| `phrase` | Autem quibusdam quod vitae sint., Explicabo facilis ut et aut blanditiis ab ad quia., Tenetur laborum voluptatibus laboriosam rerum aliquam omnis possimus. |
|
652
|
+
| `phrases` | Voluptas odit natus voluptatem aut eos., Culpa officia rerum natus asperiores eum quo iusto unde., Provident ducimus quibusdam sunt cumque quisquam., Reprehenderit similique enim quia et., Et molestiae amet libero est repellendus recusandae dolore., Non consequuntur blanditiis quasi dignissimos earum incidunt eum., Animi consectetur beatae a quia explicabo hic quia., Autem est similique molestiae totam nihil., Quas nemo occaecati cum minima rerum et qui atque. |
|
653
|
+
| `sentence` | Quis quas ea laudantium necessitatibus voluptatum explicabo., Doloribus quo molestias est neque delectus numquam eos., Sint animi similique qui suscipit perferendis iusto. |
|
654
|
+
| `sentences` | Reiciendis enim perspiciatis non qui et quia., Sit mollitia beatae necessitatibus iste deserunt recusandae eveniet illum., Voluptatem temporibus sed natus earum maxime asperiores recusandae saepe., Voluptas enim architecto in reprehenderit., Optio inventore aspernatur itaque sed nihil maiores rem., Eum quibusdam debitis et commodi rerum aspernatur., Sit magnam suscipit laboriosam similique deleniti rerum accusamus., Non enim quia harum natus pariatur eum voluptas., Enim in et autem sed ratione. |
|
655
|
+
| `word` | aspernatur, ducimus, aut |
|
656
|
+
| `words` | corporis, quod, omnis, quos, quia, minima, earum, molestiae, ut |
|
459
657
|
|
460
658
|
## FFaker::BaconIpsum
|
461
659
|
|
462
660
|
| Method | Example |
|
463
661
|
| ------ | ------- |
|
464
|
-
| `characters` |
|
465
|
-
| `paragraph` |
|
466
|
-
| `paragraphs` |
|
467
|
-
| `phrase` |
|
468
|
-
| `phrases` |
|
469
|
-
| `sentence` |
|
470
|
-
| `sentences` |
|
471
|
-
| `word` |
|
472
|
-
| `words` |
|
662
|
+
| `characters` | azndmiyuh7vw4218ptjcar5d6fq4q50ulesoo7pp373vwn8wlktvtfv7b2ptackbszpd0e3zc9wcuu2rxs2akkuouopk2o94ovgn2oeqo86xm6qfm8nxrnaz76o6s3lauxfy8mh7ttxueygwpfowhssqpkkr5jkytchlke1y05blmorrdjhh3vxh9xqiyql5s0x5jn8vtoq54c8ea9mhe4wg4453j6c6uvul81nkc1ksu9om55qz8kltt10w2s6, skwmj2497q8l5asyg2x7cz46szpo1rop144wralpzrtx7mqyp6z1w9jtkydlfw8p9q4g3aabco12d1whf90h16cqxou4n5s0j4k1mykvms4b2dxjvdo2d4jsd97zphkmy1xnjt2tpzzc51o2cyfesfl0zpth1hevdmcqtwk5adjqkzszzh44p7oftd9ieie6lkhsybvehi0e9ns6gp158gs0fx9oy06n87e7iggv16vdpbyeqyyju18ch5vir6j, 9t08ijrubgnzbxpd2cocx27860fgr5a5s4irlosi489flcd6kgpsi0l8gyd0u3m11a9np33fhthfhbajk0byoti0n4jumlpfcsbhzy2pbzcxfaiibzqnwaltz842nvluhfo3vo3he6j0sukbut65bdrntdp2drt52zqmv9tomyqqjh5t27brzzu5v0ou9aspnp74gbs0ws26c0sr52a8ge7fif6s3dvfndzafog9wufn94i8x0581co4580z9wu |
|
663
|
+
| `paragraph` | Ribeye swine chuck short ribs tri-tip chicken pancetta pork chop bresaola. Filet mignon beef ribs andouille pork chop chicken strip steak tenderloin shank. Drumstick landjaeger spare ribs shoulder ham hock pig chicken filet mignon porchetta. Filet mignon pork chop drumstick ham hock brisket beef ribs tongue landjaeger. Andouille turducken bresaola turkey pork chop prosciutto sausage porchetta., Cow chicken beef ribs bacon shank pancetta. Turducken tenderloin chuck fatback kielbasa swine boudin shankle. Turducken fatback ham beef frankfurter beef ribs venison tail jerky., Pastrami ham hock capicola ribeye meatball turducken ball tip pork chop chuck. Ground round capicola chicken turkey rump brisket spare ribs corned beef. Prosciutto pork capicola doner swine pig. |
|
664
|
+
| `paragraphs` | Meatloaf shankle sausage pig cow tail jerky swine. Doner pig salami pork belly tri-tip pastrami Kevin. T-bone tongue andouille ball tip bresaola tail jowl porchetta corned beef. Filet mignon fatback capicola prosciutto bresaola corned beef salami chuck., Turkey ham pork chop ball tip Kevin. Tenderloin jerky turkey spare ribs landjaeger doner ball tip capicola bacon. Tongue short ribs jerky porchetta ribeye kielbasa landjaeger filet mignon., Filet mignon tenderloin Kevin capicola drumstick strip steak shoulder shank salami. Pancetta capicola tongue pork loin frankfurter strip steak short ribs. Drumstick jerky flank landjaeger ball tip capicola shank turducken. Sirloin prosciutto strip steak meatball salami doner chicken., Meatloaf pastrami fatback corned beef ham flank. Kielbasa brisket drumstick meatball hamburger tongue pancetta corned beef. Turkey landjaeger ham short loin salami shoulder. Leberkas turducken pork loin rump sausage corned beef., Tri-tip ground round jowl short ribs bacon leberkas. Swine salami jerky pancetta Kevin ham. Tongue pastrami shoulder drumstick doner t-bone porchetta. Tenderloin biltong andouille chuck shoulder venison ground round shankle. Pork venison tongue short ribs beef sirloin biltong leberkas., Sirloin capicola pig strip steak landjaeger venison kielbasa. Turducken ribeye chicken jowl hamburger capicola pork belly brisket. Ham hock tail turkey swine capicola beef ribs leberkas. Pig bresaola turkey brisket landjaeger frankfurter andouille. Short ribs brisket shankle pork belly jowl., Kielbasa shankle ham hock flank sausage. Pork loin jerky strip steak leberkas ham. Spare ribs beef shoulder jowl brisket. Prosciutto boudin salami cow tail fatback sirloin landjaeger turkey., Beef ribs salami Kevin rump bacon shoulder shankle t-bone. T-bone Kevin boudin ball tip pork belly pork ground round cow chicken. Ham pork loin pancetta venison andouille drumstick. Meatball bacon ham hamburger Kevin flank., Corned beef short loin sirloin salami shoulder meatloaf. Meatball ham rump brisket chuck ball tip. Ribeye pork beef pork belly sirloin landjaeger kielbasa shank prosciutto. Biltong tail t-bone leberkas tri-tip. |
|
665
|
+
| `phrase` | Rump boudin frankfurter ball tip chuck pancetta ground round flank fatback., Turkey ribeye bresaola frankfurter pork belly., Beef ribs drumstick bacon bresaola andouille shoulder. |
|
666
|
+
| `phrases` | Beef fatback landjaeger ribeye doner ground round., Tongue filet mignon jerky tail swine ribeye., Chuck pork chop Kevin ball tip jerky pig pancetta capicola meatloaf., Capicola tenderloin venison doner tongue ground round short loin., Venison meatloaf leberkas pork chop ham hock pancetta bacon sausage., Chuck pastrami rump hamburger corned beef short loin jerky tri-tip shankle., Beef pork loin Kevin pork shank., Pastrami boudin Kevin frankfurter andouille shankle., Spare ribs ball tip hamburger pork shank bacon salami t-bone tongue. |
|
667
|
+
| `sentence` | Tenderloin brisket hamburger sausage flank shoulder., Prosciutto ham hock leberkas pork chop hamburger shoulder biltong beef., Strip steak Kevin pork loin flank ball tip short loin rump meatloaf. |
|
668
|
+
| `sentences` | Frankfurter tail strip steak kielbasa ground round., T-bone ground round tail strip steak turkey short loin., Prosciutto flank tail venison turducken pork belly pancetta bresaola andouille., Tail tri-tip pork loin cow venison meatball ball tip flank pastrami., Tri-tip pork chicken ground round corned beef Kevin., Biltong sirloin shoulder meatball turkey bacon tenderloin doner., Prosciutto ribeye jowl andouille drumstick beef brisket., Jerky ham hock pig salami pork chop flank chuck., Frankfurter spare ribs ribeye chicken chuck cow. |
|
669
|
+
| `word` | turkey, turkey, boudin |
|
670
|
+
| `words` | jerky, rump, ham, sirloin, rump, short loin, corned beef, drumstick, pork chop |
|
473
671
|
|
474
672
|
## FFaker::Boolean
|
475
673
|
|
476
674
|
| Method | Example |
|
477
675
|
| ------ | ------- |
|
478
|
-
| `maybe` |
|
479
|
-
| `random` | true,
|
480
|
-
| `sample` | true,
|
676
|
+
| `maybe` | false, false, false |
|
677
|
+
| `random` | true, false, true |
|
678
|
+
| `sample` | true, true, true |
|
679
|
+
|
680
|
+
## FFaker::CheesyLingo
|
681
|
+
|
682
|
+
| Method | Example |
|
683
|
+
| ------ | ------- |
|
684
|
+
| `paragraph` | - tongue in cheek raw milk is unpasteurized - tongue in cheek they can also age quite well in ripening cellars where What do you call cheese that isn't yours? Nacho Cheese; with Dutch courage double dutch or salt, pepper, mustard and vinegar team cheesy says hi 10 grilled cheese sandwiches you should try immediately with., It is blue sky thinking but don't you agree? It is no use crying over spilled milk but poets have been mysteriously silent on the subject of cheese blend the flour, cheese and the sticky nature of processed cheese can make it difficult to slice, but raw milk is unpasteurized taste and texture in all colours but don't you agree? It is no use crying over spilled milk raw milk is unpasteurized wash, rinse, repeat., The slice of cheese is placed on top of the meat patty harmful secondary metabolites the moon is made of green cheese and but don't you agree? It is no use crying over spilled milk double dutch or and wrap blue cheeses all over as mould spores spread readily What do you call cheese that isn't yours? Nacho Cheese; of cheesy business lingo they were so cheesed off applewood smoked. |
|
685
|
+
| `sentence` | He old cheese dairy buildings, situated on the historic site 10 grilled cheese sandwiches you should try immediately with blend the flour, cheese and., Cut to size blue fungi in cream dutch sandwich., The moon is made of green cheese and so cute but cheesy when the rennet is added, curds are formed. |
|
686
|
+
| `title` | Milky Affineurs, Cheesed Cows, Smokey Brie |
|
687
|
+
| `word` | soft, cheesy, elastic |
|
688
|
+
| `words` | fluffy, alpine, grated, soft, elastic, cottage cheese, milk, buttery, elastic, sharp, cheesy, Gouda, cottage cheese, milk, salty |
|
481
689
|
|
482
690
|
## FFaker::Color
|
483
691
|
|
484
692
|
| Method | Example |
|
485
693
|
| ------ | ------- |
|
486
|
-
| `name` |
|
694
|
+
| `name` | brown, brown, gray |
|
695
|
+
|
696
|
+
## FFaker::ColorUA
|
697
|
+
|
698
|
+
| Method | Example |
|
699
|
+
| ------ | ------- |
|
700
|
+
| `name` | білий, яскраво-бірюзовий, червоно-пурпурний |
|
487
701
|
|
488
702
|
## FFaker::Company
|
489
703
|
|
490
704
|
| Method | Example |
|
491
705
|
| ------ | ------- |
|
492
|
-
| `bs` |
|
493
|
-
| `catch_phrase` |
|
494
|
-
| `name` |
|
495
|
-
| `position` |
|
496
|
-
| `suffix` |
|
706
|
+
| `bs` | architect granular experiences, innovate leading-edge users, exploit back-end e-tailers |
|
707
|
+
| `catch_phrase` | Expanded global forecast, Inverse mobile methodology, Seamless radical instruction set |
|
708
|
+
| `name` | Veum, Rohan and O'Hara, Stoltenberg Group, Lowe, Abshire and Rogahn |
|
709
|
+
| `position` | Associate Consultant, General Manager, Associate Secretary |
|
710
|
+
| `suffix` | and Sons, and Sons, and Sons |
|
497
711
|
|
498
712
|
## FFaker::CompanyIT
|
499
713
|
|
500
714
|
| Method | Example |
|
501
715
|
| ------ | ------- |
|
502
|
-
| `name` |
|
503
|
-
| `prefix` | Studio
|
504
|
-
| `suffix` |
|
716
|
+
| `name` | Pocci Architetti, Perpiglia s.n.c., Carelli e Longo Avvocati |
|
717
|
+
| `prefix` | Studio Tecnico, Laboratorio, Studio Legale |
|
718
|
+
| `suffix` | s.r.l., Architetti, Architetti |
|
505
719
|
|
506
720
|
## FFaker::CompanySE
|
507
721
|
|
508
722
|
| Method | Example |
|
509
723
|
| ------ | ------- |
|
510
|
-
| `name` |
|
511
|
-
| `suffix` |
|
724
|
+
| `name` | Grady, Frami och Harvey, Boehm, Sawayn och Rath, Wolf Ab |
|
725
|
+
| `suffix` | AB, Aktiebolag, Ab |
|
512
726
|
|
513
727
|
## FFaker::Conference
|
514
728
|
|
515
729
|
| Method | Example |
|
516
730
|
| ------ | ------- |
|
517
|
-
| `name` |
|
731
|
+
| `name` | One Night Only Vegan Caribbean Night Extravaganza with Chef Mayra, Health 2.0 Europe 2012, Met Coke World Summit 2012 |
|
518
732
|
|
519
733
|
## FFaker::CoursesFR
|
520
734
|
|
@@ -525,564 +739,623 @@
|
|
525
739
|
|
526
740
|
| Method | Example |
|
527
741
|
| ------ | ------- |
|
528
|
-
| `code` |
|
529
|
-
| `name` |
|
742
|
+
| `code` | XDR, GNF, LKR |
|
743
|
+
| `name` | Baht, Iraqi Dinar, Kwanza |
|
530
744
|
|
531
745
|
## FFaker::DizzleIpsum
|
532
746
|
|
533
747
|
| Method | Example |
|
534
748
|
| ------ | ------- |
|
535
|
-
| `characters` |
|
536
|
-
| `paragraph` |
|
537
|
-
| `paragraphs` |
|
538
|
-
| `phrase` |
|
539
|
-
| `phrases` |
|
540
|
-
| `sentence` |
|
541
|
-
| `sentences` |
|
542
|
-
| `word` |
|
543
|
-
| `words` |
|
749
|
+
| `characters` | izgl08srl2uupxf6ft6gldhlr1g0jurjck5bvt040t4hnszzjpyuxtkqy2pckdtm3fs8g68kw9eb29jz7xsomt6uvius6q24rpz0vjztppv1sjvc4got27qgdfxu9e530a175kzkxaqd92xzorie4i7r5g6ttj2aoo575j0p8nzyudhhnyl2yyw9browedhz321l4rh5z6okxeejsa239yaks7x43u5fb0d7e0cg06ne3cbtmgkw1lsdvs2po6g, vqo43ofmqtnfw0clmorwfkq4wum9e3og66gf46a4knb3jtcwkv71x2ns639lytwxlqvjvsk4ks9euyc9tc4qdpdl1h8wafldt512ao4z0pq8sh8bddwvtcjjewnizabngyqm7ot09c54sp7orsq77vis4yf0isbla8fty680rc1m019jfu9u1z7ne9hutlzt5gmwho414aw8ogcfii02713gnq6f4hcto3ijzneg3q54dd02zbzjvf9m0xrlhel, kdgs9in5r068c5y6a0ye8mjfane08c1kcwgvx8r4mh4fxo8ty2kdfsvnxiubb8yaaxikvl56zzmh62ohszozfr3j2tz1a0hs1ynj4l1b8hongeqi3w1utea211hesbk8s0x8k1vcon54vs5e7k4hvuqlvc57wuxrup1w5i5081kfn4ftdbl06gth7ecpbvkba9n3wioxwiebsutrirr026pktyl0545wm9ho7l6fewyyy3zuikjeao1zpjfy9s9 |
|
750
|
+
| `paragraph` | Pizzle tha shiznit if the ride is more fly, then you must buy at ease you talk too much. How we do it Coupe de Ville recognize why is you waddup everybody got they cups in tha hizzle pizzle Mr. Buckwort. The magic johnson of rap why is you guess what? if the ride is more fly, then you must buy rizzoad every single one rolling down the street. Snoopy how we do it why is you rizzoad fo shizzle hizzouse., Eighty degrees like every single day if the ride is more fly, then you must buy now I'm on parole for the hustlers tha shiznit nasty drizzle the Magic Johnson of rap. Smokin' weed with my mind on my money gizzo recognize eighty degrees tha shiznit everybody got they cups rizzoad. May i waddup the diggy roll with Coupe de Ville fizzle realness tha shiznit the dopest. Used to sell loot I love my momma Snoop in tha hizzle rizzide., Your chrome nothing can save ya Snoopy bionic zig zag smoke used to sell loot. Fo rizzle guess what? televizzle recognize the dopest. Doggfada rizzoad the S oh yes recognize make a few ends. Mr. buckwort Snoop sippin' on gin and juice nothing can save ya your chrome every single one. |
|
751
|
+
| `paragraphs` | Realness I love my momma rizzoad if the ride is more fly, then you must buy how we do it laid back through all the drama fo shizzle the diggy. Rizzide eighty degrees in tha hizzle I love my momma drop it like it's hot. Laid back how we do it smokin' weed nothing can save ya zig zag smoke rizzide in tha hizzle for the Gs. Nothing can save ya smokin' indo like every single day laid back fizzle., Make a few ends if you was me and I was you the diggy I love my momma how we do it realer tha shiznit Snoopy. The dogg pound may I feel the breeze laid back used to sell loot. Pizzle realness real deal Holyfield rizzide rolling down the street laid back., Drizzle fizzle pizzle for the Gs televizzle recognize guess what? every single one. Fo rizzle Snoopy the LBC real deal Holyfield if you was me and I was you you talk too much. The dopest hizzouse zig zag smoke drop it like it's hot may I., You talk too much Mr. Buckwort I love my momma drop it like it's hot zig zag smoke how we do it Coupe de Ville rizzide with my mind on my money. Televizzle realer tha dizzle with my mind on my money smokin' indo. Nothing can save ya your chrome sippin' on gin and juice waddup fizzle rizzide feel the breeze laid back. Long beach drizzle Doggfada eighty degrees fizzle gold chain zig zag smoke. Doggfada televizzle everybody got they cups drop it like it's hot guess what? how we do it in tha hizzle why is you., Your chrome through all the drama rizzide hizzouse tha shiznit. The dopest at ease televizzle now I'm on parole eighty degrees pizzle. Roll with your chrome tha shiznit the Dogg Pound hizzouse real deal Holyfield Snoop televizzle through all the drama., Nasty guess what? it's 1993 and my money on my mind feel the breeze. The dopest fo shizzle every single one make a few ends bubbles in the tub Mr. Buckwort the LBC nothing can save ya everybody got they cups. Nasty through all the drama for the Gs realness the S oh yes drop it like it's hot. Snoop zig zag smoke Coupe de Ville gizzo recognize feel the breeze drizzle real deal Holyfield., Put ya choppers up I love my momma fizzle at ease roll with gizzo. Rolling down the street fo shizzle realness the diggy realer and my money on my mind if the ride is more fly, then you must buy smokin' indo bubbles in the tub. Rizzide it's 1993 now I'm on parole nothing can save ya sippin' on gin and juice the LBC the Dogg Pound feel the breeze. Guess what? fo rizzle through all the drama realer pizzle smokin' indo televizzle. Now i'm on parole the diggy the LBC everybody got they cups realness hizzouse bubbles in the tub tha shiznit., Make a few ends for the Gs the S oh yes waddup bionic plizzay the Magic Johnson of rap. The s oh yes guess what? your chrome rolling down the street drizzle if you was me and I was you the LBC smokin' weed how we do it. Doggfada everybody got they cups put ya choppers up nothing can save ya Snoopy roll with make a few ends. If the ride is more fly, then you must buy make a few ends smokin' weed rizzide the dopest fo rizzle and my money on my mind at ease zig zag smoke., Used to sell loot the LBC rizzide the Magic Johnson of rap put ya choppers up drop it like it's hot fo rizzle. Televizzle like every single day why is you fo shizzle smokin' indo nasty for the hustlers Snoopy. The magic johnson of rap zig zag smoke sippin' on gin and juice for the hustlers I love my momma fo shizzle if you was me and I was you smokin' indo. Realness rizzoad gold chain Mr. Buckwort and my money on my mind. |
|
752
|
+
| `phrase` | In tha hizzle Mr. Buckwort through all the drama every single one at ease gizzo bubbles in the tub Long Beach., Gold chain with my mind on my money pizzle fizzle if you was me and I was you now I'm on parole smokin' weed laid back., Sippin' on gin and juice plizzay the Dogg Pound Coupe de Ville rizzide if the ride is more fly, then you must buy how we do it you talk too much. |
|
753
|
+
| `phrases` | The lbc it's 1993 may I gold chain hizzouse., For the gs Coupe de Ville roll with the Dogg Pound at ease every single one., Make a few ends now I'm on parole tha shiznit the dopest the Magic Johnson of rap bubbles in the tub recognize., The lbc may I drop it like it's hot nasty Mr. Buckwort., Pizzle put ya choppers up bionic everybody got they cups used to sell loot., The dopest why is you tha dizzle I love my momma the diggy., Gold chain fo rizzle nasty fizzle rizzide if you was me and I was you in tha hizzle Long Beach for the Gs., Snoopy fizzle gizzo everybody got they cups tha shiznit real deal Holyfield., Doggfada hizzouse how we do it fizzle your chrome and my money on my mind smokin' indo every single one rolling down the street. |
|
754
|
+
| `sentence` | The s oh yes the dopest put ya choppers up bionic make a few ends hizzouse the Magic Johnson of rap smokin' indo., Coupe de ville Snoopy the LBC nasty rolling down the street smokin' weed used to sell loot zig zag smoke., Through all the drama may I rizzide at ease bubbles in the tub the Dogg Pound. |
|
755
|
+
| `sentences` | Bubbles in the tub rizzide for the Gs the LBC gold chain it's 1993., Nothing can save ya used to sell loot I love my momma why is you rizzoad through all the drama Mr. Buckwort zig zag smoke., Laid back real deal Holyfield tha dizzle through all the drama drop it like it's hot zig zag smoke may I., Tha shiznit rizzoad roll with eighty degrees with my mind on my money and my money on my mind fo shizzle laid back., The dogg pound realer at ease feel the breeze bubbles in the tub how we do it nothing can save ya., Mr. buckwort zig zag smoke drop it like it's hot put ya choppers up smokin' weed the Dogg Pound the diggy., The lbc how we do it Coupe de Ville plizzay the S oh yes Long Beach gold chain rizzoad., Pizzle eighty degrees for the hustlers bionic laid back., Make a few ends rolling down the street like every single day if you was me and I was you how we do it bionic waddup. |
|
756
|
+
| `word` | fo rizzle, in tha hizzle, fizzle |
|
757
|
+
| `words` | in tha hizzle, may I, real deal Holyfield, zig zag smoke, Doggfada, the Dogg Pound, the S oh yes, used to sell loot, the dopest |
|
544
758
|
|
545
759
|
## FFaker::Education
|
546
760
|
|
547
761
|
| Method | Example |
|
548
762
|
| ------ | ------- |
|
549
|
-
| `degree` |
|
550
|
-
| `degree_short` |
|
551
|
-
| `major` | Medical
|
552
|
-
| `school` |
|
553
|
-
| `school_generic_name` |
|
554
|
-
| `school_name` |
|
763
|
+
| `degree` | Doctor of Medicine in Medical Arts, Bachelor of Science in Political Production, Bachelor of Arts in Medical Education |
|
764
|
+
| `degree_short` | BSc in Industrial Management, MD in Political Studies, DPhil in Political Economics |
|
765
|
+
| `major` | Medical Development, Marketing Philosophy, Human Resource Accountancy |
|
766
|
+
| `school` | Hillshore Academy, Greenside University, Southshore Polytechnic College |
|
767
|
+
| `school_generic_name` | Larkspur, Lakeshire, Alabama |
|
768
|
+
| `school_name` | Lakeside, Riverville, Rivercoast |
|
555
769
|
|
556
770
|
## FFaker::Food
|
557
771
|
|
558
772
|
| Method | Example |
|
559
773
|
| ------ | ------- |
|
560
|
-
| `fruit` |
|
561
|
-
| `herb_or_spice` |
|
562
|
-
| `ingredient` |
|
563
|
-
| `meat` |
|
564
|
-
| `vegetable` |
|
774
|
+
| `fruit` | Papaya, Lychee, Eggplant |
|
775
|
+
| `herb_or_spice` | Marjoram, Pepper, Curry |
|
776
|
+
| `ingredient` | Pepper, Quail, Papaya |
|
777
|
+
| `meat` | Chicken Liver, Calf liver, Calf liver |
|
778
|
+
| `vegetable` | Common bean, Miner's Lettuce, Chrysanthemum |
|
565
779
|
|
566
780
|
## FFaker::Gender
|
567
781
|
|
568
782
|
| Method | Example |
|
569
783
|
| ------ | ------- |
|
570
|
-
| `maybe` |
|
571
|
-
| `random` | male,
|
572
|
-
| `sample` |
|
784
|
+
| `maybe` | female, male, male |
|
785
|
+
| `random` | male, female, male |
|
786
|
+
| `sample` | male, male, female |
|
573
787
|
|
574
788
|
## FFaker::GenderCN
|
575
789
|
|
576
790
|
| Method | Example |
|
577
791
|
| ------ | ------- |
|
578
|
-
| `maybe` | 男,
|
579
|
-
| `random` | 男,
|
580
|
-
| `sample` |
|
792
|
+
| `maybe` | 男, 女, 女 |
|
793
|
+
| `random` | 男, 女, 男 |
|
794
|
+
| `sample` | 女, 男, 男 |
|
581
795
|
|
582
796
|
## FFaker::GenderKR
|
583
797
|
|
584
798
|
| Method | Example |
|
585
799
|
| ------ | ------- |
|
586
|
-
| `maybe` | 남,
|
587
|
-
| `random` | 녀, 녀,
|
588
|
-
| `sample` |
|
800
|
+
| `maybe` | 남, 남, 남 |
|
801
|
+
| `random` | 녀, 녀, 녀 |
|
802
|
+
| `sample` | 남, 남, 남 |
|
589
803
|
|
590
804
|
## FFaker::Geolocation
|
591
805
|
|
592
806
|
| Method | Example |
|
593
807
|
| ------ | ------- |
|
594
808
|
| `boxed_coords`(..., ...) | |
|
595
|
-
| `lat` |
|
596
|
-
| `lng` | -
|
809
|
+
| `lat` | 41.022921, 26.1793003082275, 40.6784867492198 |
|
810
|
+
| `lng` | -87.888795, -73.8618025934729, -118.427610513239 |
|
597
811
|
|
598
812
|
## FFaker::Guid
|
599
813
|
|
600
814
|
| Method | Example |
|
601
815
|
| ------ | ------- |
|
602
|
-
| `guid` |
|
816
|
+
| `guid` | 68CA1979-24E3-F05D-BF50-BA52FF220981, FD51AEFA-5988-9E3D-506D-DADB363748BF, 9772EAF6-377E-5227-F7CE-097D6DF8945C |
|
603
817
|
|
604
818
|
## FFaker::HealthcareIpsum
|
605
819
|
|
606
820
|
| Method | Example |
|
607
821
|
| ------ | ------- |
|
608
|
-
| `characters` |
|
609
|
-
| `paragraph` |
|
610
|
-
| `paragraphs` |
|
611
|
-
| `phrase` | Eligible
|
612
|
-
| `phrases` |
|
613
|
-
| `sentence` |
|
614
|
-
| `sentences` |
|
615
|
-
| `word` |
|
616
|
-
| `words` |
|
822
|
+
| `characters` | cqcbbqjwzwsmvwqbch4na2b219gp0q4fmxidfqe7d8oxc97f4u3nj98229ttnm25190y9qgbyocnactd19f6uru95vgpv7q6y66m7s4q28mjs66jowt0srivjc866p3wdj6dml5x5oifj84vzvshwxwpe8d9lngryatf09ezb0wcwoz6dtm6ggaordqwjt4b279tyteimagotf6jyjo4ogr1b4lgo2yoiaaaq71ydq5t12u4ygv7ni2kojl7cft, r8yalya5ibfujhcviytv18pea6ls15isio4inaj0ibda9hixf7d5hpqe0dfz6gbpaqvc686os6qm2ymp4n2myupytinujf9v0rax2vpwjd3na8uhzhu28rhfh3vjuy1ejcvfebeduvrnpgiiljajacb3kdbyj7l3f84govt9fhog8x2svzzoc3mwclvvsh9rk586o47fkl6eoiefme0wfcqymzps1540o86gvdf0idiaq9e8who0tpxr7ywk9ei, efzfjret5t19k2kk3n7s0uw6hxyuvnkbukgnxaups0ntwsbp2bon5ub56bbh9c97uxf33cjfma3aa8eqmwylla9k0jrtsol2lps8u0p0o196f74gdiw54s187my1la12083j6yexr4lqrdktjftcbv0tfxsxjqfrtt2cafc2tels062cfgk95701hq4qpmaj2v7ogrdlb6t60p9sv5kz3te3fcj8imr4bdwit7gvyu28t33g1rbc0jddg46dq6u |
|
823
|
+
| `paragraph` | Health care provider designated facility health employer data and information set portability R&C charge. Benefit cap ASO preferred provider organization accumulation period network provider co-pay. Admitting privileges administrative services only national drug code COBRA out-of-pocket maximum diagnostic related group clinical practice guidelines. Creditable coverage health care provider formulary ambulatory care master policy critical access hospital benefit grievance., Deductible HRA noncancellable policy wellness office visit out-of-pocket maximum concurrent review PCP ambulatory care. Preferred provider organization open enrollment creditable coverage ASO MSA care plan dependent network provider custodial care. Waiting period limited policy self administered HIPAA underwriting high deductible health plan. Accumulation period first dollar coverage grievance HIPAA staff model any willing provider laws underwriting policy year. Formulary broker health insurance portability & accountability act open enrollment medicare supplement self administered evidence of insurability medical necessity waiting period., Case management PCP exclusions and limitations national committee for quality assurance managed care. Indemnity health plan inpatient care renewal denial of claim administrative services only waiting period. Out-of-pocket maximum open enrollment network medically necessary NCQA third-party payer renewal health maintenance organization. Drg creditable coverage national drug code episode of care underwriting schedule of benefits and exclusions wellness office visit reasonable and customary appeal. |
|
824
|
+
| `paragraphs` | Workers compensation board certified eligible dependent co-payment NCQA. Indemnity health plan dependent misrepresentation renewal NDC underwriting national association of insurance commissioners risk. Free-look period skilled nursing facility health care provider flexible benefit plan coordinated care., Impaired risk co-pay assignment of benefits out-of-network underwriting. Eligible dependent ASO co-payment HRA grievance medical savings account stop-loss provisions. Case manager consolidated omnibus budget reconciliation act schedule of benefits and exclusions guaranteed issue CPT clinical practice guidelines pre-existing condition exclusions and limitations. Premium hospital care NAIC HEDIS evidence of insurability grievance. Capitation contract year NDC beneficiary referral home health care underwriting preferred provider organization., State-mandated benefits self administered special benefit networks risk medical necessity PCP case management denial of claim designated facility. Hospital-surgical coverage policy ambulatory care schedule of benefits and exclusions participating provider episode of care administrative services only CPT gatekeeper. Admitting privileges independent practice associations high deductible health plan short-term medical insurance pre-existing condition. Eligible expenses workers compensation health maintenance organization explanation of benefits deductible network preventive care medically necessary COB., Care plan pre-existing condition benefit enrollee preventive care stop-loss provisions discharge planning formulary. Health insurance portability & accountability act designated facility state insurance department benefit ancillary services. Capitation managed care out-of-pocket maximum consolidated omnibus budget reconciliation act dependent case management MSA medicaid., Impaired risk DRG high deductible health plan EAPs major medical. Independent practice associations medical necessity COBRA service area CPT noncancellable policy board certified admitting physician fee schedule. Gag rule laws MSA CPT preventive care custodial care fee-for-service medical necessity guaranteed issue co-insurance., R&c charge medically necessary any willing provider laws capitation episode of care open enrollment. Disenroll pre-certification accredited admitting privileges home health care hospital-surgical coverage workers compensation second surgical opinion. Aso attachment stop-loss provisions impaired risk renewal. Medical savings account covered benefit managed care skilled nursing facility self administered policy year medically necessary ambulatory care after care., Pcp CPT capitation agent of record premium indemnity health plan. Third-party payer policyholder episode of care preventive care state insurance department consolidated omnibus budget reconciliation act. Cob staff model pre-admission review managed care appeal., Hcpcs nonrenewable exclusion period beneficiary CPT. National association of insurance commissioners impaired risk out-of-pocket maximum HCFA Common Procedure Coding System medicare co-insurance health maintenance organization. Flexible benefit plan accreditation renewal health insurance portability & accountability act pregnancy care MSA agent of record. Cpt hospice care any willing provider laws provider appeal PPO renewal HSA., Sic medicare supplement certificate of coverage any willing provider laws MSA evidence of insurability PCP master policy. Hipaa provider international classification of diseases, 9th revision, clinical modification icd-9-cm health maintenance organization stop-loss provisions pre-certification nonrenewable hospital care. Participating provider schedule of benefits and exclusions ambulatory care claim hospital-surgical coverage pre-existing condition. Group health plan first dollar coverage state-mandated benefits open enrollment NDC. |
|
825
|
+
| `phrase` | Eligible dependent lifetime maximum out-of-plan case management international classification of diseases, 9th revision, clinical modification icd-9-cm COBRA morbidity beneficiary workers compensation., Pcp care plan major medical board certified portability renewal., Medicaid designated facility health reimbursement arrangement care plan misrepresentation HEDIS national association of insurance commissioners. |
|
826
|
+
| `phrases` | Fee-for-service medical necessity special benefit networks capitation enrollee., Cost sharing PCP high deductible health plan credentialing IPA assignment of benefits health reimbursement arrangement HCFA Common Procedure Coding System., Schedule of benefits and exclusions pre-authorization health maintenance organization morbidity COBRA full-time student provider claim R&C charge., Free-look period well-baby care consolidated omnibus budget reconciliation act accreditation fee schedule deductible., Admitting physician morbidity exclusion period hospital care first dollar coverage well-baby care., Policy medically necessary agent of record HIPAA consolidated omnibus budget reconciliation act HDHP HMO., Medically necessary incurral date referral IPA exclusions and limitations accumulation period custodial care special benefit networks., Fee-for-service pre-admission review eligible dependent exclusions and limitations PCP qualifying event medicare supplement home health care., Network provider gatekeeper HCPCS IPA broker diagnostic related group deductible carry over credit permanent insurance. |
|
827
|
+
| `sentence` | State insurance department ancillary services health savings account short-term medical insurance out-of-pocket costs skilled nursing facility nonrenewable renewal flexible spending account., Admitting physician fee schedule hospice care medical necessity care plan premium., After care NDC episode of care pregnancy care administrative services only network provider. |
|
828
|
+
| `sentences` | Urgent care grievance accumulation period admitting physician EAPs well-baby care hospital care national association of insurance commissioners portability., Current procedural terminology staff model PCP coordination of benefits administrative services only special benefit networks stop-loss provisions self-insured board certified., Usual and customary charge fee schedule schedule of benefits and exclusions lifetime maximum pre-admission review misrepresentation pre-existing condition clinical practice guidelines R&C charge., Health care provider ASO clinical practice guidelines HDHP policy self-insured limited policy wellness office visit HIPAA., Appeal evidence of insurability pre-admission review hospital-surgical coverage concurrent review., National committee for quality assurance portability assignment of benefits attachment policy year HEDIS discharge planning HCFA Common Procedure Coding System medicaid., Employee assistance programs clinical practice guidelines accumulation period denial of claim portability preventive care self-insured ASO IPA., Cpt noncancellable policy concurrent review primary care physician ambulatory care., Out-of-network managed care group health plan ASO second surgical opinion. |
|
829
|
+
| `word` | PCP, out-of-plan, current procedural terminology |
|
830
|
+
| `words` | stop-loss provisions, staff model, portability, HCPCS, dependent, referral, preferred provider organization, contract year, R&C charge |
|
617
831
|
|
618
832
|
## FFaker::HipsterIpsum
|
619
833
|
|
620
834
|
| Method | Example |
|
621
835
|
| ------ | ------- |
|
622
|
-
| `characters` |
|
623
|
-
| `paragraph` |
|
624
|
-
| `paragraphs` |
|
625
|
-
| `phrase` |
|
626
|
-
| `phrases` |
|
627
|
-
| `sentence` |
|
628
|
-
| `sentences` |
|
629
|
-
| `word` |
|
630
|
-
| `words` |
|
836
|
+
| `characters` | qnx4sxlhe2hfeyjymwfehodj8o8nzz72z1ih6wvbuhmt6agnwucdmo797i9wgsqn3vneuask3yr6bftqe18v84p3o3m6eg5cb8iiyoqko8vs28iqck6fgu5o3ubr1vx71c469mep26nnce0cadlil28y4zgb1ns6kgbrnl8qissyfft2p79iibvv5mlx50j93kugk84da1akancq1j2t1qamlvschc2hxxjp35ojwanpj41j8evl1nbku7527od, sb4pbsgpqvvjt3ccj7lou90eucvb7uv0v2vpujjyri1csh0qxjej4d6cpnadwixqnbr352xk39cq9uj7gkr4m9vvbu7gcpyhc235zc6gt3snk73x5p12kvvxx1bltjhkvoigs0q2fvem44zprzz35ubn5qzzg72gfp2f5tlky2ff9keacf8xo6lnfvijoxz4m04vktippuujkfhwvu2bwqzov9talw70bzi7eq43rq685dm5dm5xk9ga3h2e29d, cuyosfr9ow34ngwecjtz81xt9ru07fyzlk3ok154r12uryqghsd1p697klbfsvum0yrfk9dn1bllr8y6u7ljcu68bfcvmi8ify1matn1h57bnknx79gtolscwzkvdl596mpgbi192f5wqsdk4txto2n57n1fta48xdq77mzlcrr9of05wb148g1nq4majdulmo30e8fcwok6f9hdwhbdc83e2iovf4ftpv687iuvhcw40q9t38wleyr193rrmy2 |
|
837
|
+
| `paragraph` | Cardigan chambray salvia Rerry Richardson you probably haven't heard of them. Single-origin coffee quinoa squid raw denim readymade. Brunch lo-fi messenger bag fap you probably haven't heard of them American Apparel butcher 8-bit. Vice Rerry Richardson locavore thundercats stumptown., Hoodie food truck seitan irony echo park Marfa squid vice photo booth. Readymade Banksy single-origin coffee freegan PBR lomo synth. Next level hoodie leggings you probably haven't heard of them vegan echo park. Brooklyn McSweeney's Rerry Richardson sustainable yr., Stumptown readymade irony viral hoodie. Carles hoodie ethical next level banh mi irony. Next level artisan helvetica freegan vegan you probably haven't heard of them skateboard before they sold out brunch. |
|
838
|
+
| `paragraphs` | Sustainable chambray bicycle rights fap letterpress. Vinyl gluten-free Williamsburg photo booth trust fund fap DIY. Williamsburg keffiyeh ethical wolf trust fund photo booth PBR Four Loko hoodie. Mlkshk whatever tattooed chambray irony beard., Aesthetic etsy Wayfarers hoodie vice raw denim chambray Williamsburg put a bird on it. Hoodie put a bird on it irony Four Loko trust fund iPhone Rerry Richardson tofu. Photo booth thundercats tofu jean shorts Austin hoodie. Ethical Williamsburg party Rerry Richardson organic craft beer blog dreamcatcher. Retro butcher keytar messenger bag skateboard Shoreditch mustache., Butcher before they sold out 8-bit aesthetic vice. Jean shorts keffiyeh McSweeney's Shoreditch sartorial organic mustache brunch. Skateboard lo-fi helvetica Brooklyn squid., Artisan chambray before they sold out helvetica Wes Anderson Williamsburg. Blog brunch sartorial squid salvia etsy bicycle rights Carles yr. Four loko Portland gentrify ethical Rerry Richardson thundercats. Dreamcatcher +1 master cleanse hoodie keffiyeh helvetica., Vegan Rerry Richardson American Apparel Wes Anderson jean shorts. Keffiyeh organic American Apparel etsy next level Four Loko sartorial PBR. Fap DIY fanny pack photo booth raw denim Williamsburg chambray Banksy fixie. Thundercats yr Wayfarers tattooed dreamcatcher lomo Shoreditch hoodie., Four loko tofu viral etsy iPhone sustainable single-origin coffee. Hoodie keffiyeh photo booth single-origin coffee stumptown. Rerry richardson fixie put a bird on it thundercats keffiyeh locavore letterpress 8-bit hoodie. Brooklyn Williamsburg lomo keytar artisan cardigan., Gentrify seitan jean shorts quinoa scenester echo park. Mustache banh mi scenester master cleanse gentrify freegan mixtape iPhone dreamcatcher. Dreamcatcher whatever next level farm-to-table etsy. Skateboard bicycle rights +1 master cleanse party. Synth leggings +1 keytar tattooed PBR., Craft beer photo booth helvetica McSweeney's butcher bicycle rights thundercats Rerry Richardson brunch. Sartorial iPhone letterpress beard fixie. Wayfarers keffiyeh tattooed cardigan wolf aesthetic cred irony. Synth fanny pack PBR party letterpress cliche retro Wes Anderson., Thundercats biodiesel freegan seitan keffiyeh dreamcatcher. Ethical cardigan +1 McSweeney's sartorial Austin irony Banksy. Wayfarers craft beer letterpress VHS seitan. Keytar bicycle rights twee jean shorts fap sustainable cred. Synth leggings iPhone fanny pack sartorial gentrify moon banh mi. |
|
839
|
+
| `phrase` | Banksy seitan cred mustache art helvetica tumblr skateboard., Brunch aesthetic irony photo booth put a bird on it VHS Rerry Richardson viral., Biodiesel fanny pack gentrify Rerry Richardson vinyl seitan. |
|
840
|
+
| `phrases` | Freegan lo-fi readymade locavore aesthetic master cleanse., Twee sartorial synth cred Marfa., Pitchfork stumptown before they sold out McSweeney's ethical trust fund Brooklyn., High life echo park locavore vice quinoa., Readymade viral farm-to-table Portland squid keytar you probably haven't heard of them cardigan +1., Aesthetic tofu letterpress seitan cliche., Wes anderson moon Rerry Richardson mlkshk master cleanse single-origin coffee fanny pack., Rerry richardson Wayfarers PBR VHS keffiyeh., Mustache cliche craft beer PBR single-origin coffee vegan McSweeney's American Apparel tattooed. |
|
841
|
+
| `sentence` | Williamsburg moon next level seitan ethical Portland you probably haven't heard of them cred., Before they sold out banh mi Carles cliche farm-to-table jean shorts food truck., Letterpress mlkshk Four Loko cred cliche gluten-free 8-bit. |
|
842
|
+
| `sentences` | Portland farm-to-table artisan mixtape next level single-origin coffee put a bird on it jean shorts., Fixie keytar Carles seitan readymade squid synth DIY., Jean shorts sartorial freegan whatever Rerry Richardson., Twee Brooklyn cardigan sartorial +1 iPhone hoodie seitan viral., Next level mixtape VHS keffiyeh retro keytar etsy., Cosby sweater freegan put a bird on it salvia chambray iPhone photo booth., Iphone etsy leggings Cosby Sweater whatever viral., Wes anderson vinyl farm-to-table McSweeney's Rerry Richardson., Keffiyeh sustainable gluten-free leggings beard. |
|
843
|
+
| `word` | banh mi, viral, trust fund |
|
844
|
+
| `words` | helvetica, jean shorts, etsy, fap, locavore, Williamsburg, Four Loko, banh mi, Williamsburg |
|
631
845
|
|
632
846
|
## FFaker::HTMLIpsum
|
633
847
|
|
634
848
|
| Method | Example |
|
635
849
|
| ------ | ------- |
|
636
|
-
| `a` | <a href="#
|
637
|
-
| `body` | <h1>
|
638
|
-
| `dl` | <dl><dt>
|
639
|
-
| `fancy_string` | <
|
640
|
-
| `ol_long` | <ol><li>
|
641
|
-
| `ol_short` | <ol><li>
|
642
|
-
| `p` | <p>
|
643
|
-
| `table` | <table> <thead> <tr> <th>
|
644
|
-
| `ul_links` | <ul><li><a href="#
|
645
|
-
| `ul_long` | <ul><li>
|
646
|
-
| `ul_short` | <ul><li>
|
850
|
+
| `a` | <a href="#ea" title="Aliquam tenetur">Quo nihil</a>, <a href="#consequatur" title="Itaque velit">Saepe facere</a>, <a href="#sunt" title="Dolores dolore">Enim nostrum</a> |
|
851
|
+
| `body` | <h1>Est molestiae</h1><table> <thead> <tr> <th>Vitae</th> <th>Dolorem</th> <th>Nihil</th> <th>Ut</th> </tr> </thead> <tbody><tr> <td>Et</td> <td>Est</td> <td>Ullam</td> <td><a href="#consequatur" title="Numquam qui">Numquam laborum</a></td> </tr></tbody> </table><h2>Sed esse</h2> <ol><li>Tempora dolorum quae placeat quasi consequuntur maxime. Ipsa atque commodi consequuntur totam. Officia ut tempora aut quis cumque sit.</li><li>Amet ut velit maxime eos autem libero nihil ipsum.</li></ol> <blockquote><p>Quas aut non accusantium sunt at fuga possimus atque. Aliquid soluta perferendis ex autem reiciendis qui voluptates fugit. Alias quia qui iure doloribus.<br>Eum sed recusandae alias qui sit quis. Est recusandae aut non est impedit quos. Provident nulla non magni delectus.<br>Molestias animi quia aut vel iste. Sapiente quidem illo nihil nostrum dignissimos. Consequuntur vel sint assumenda provident adipisci mollitia. Similique nesciunt sit omnis omnis laborum occaecati.</p></blockquote> <h3>Velit dolores</h3> <ul><li>Alias voluptates accusantium nesciunt quam repellat. Id doloremque sapiente magnam maiores similique. Aliquam ipsa asperiores iure eos sed.</li></ul> <pre><code> #dolorem h1 a { display: block; width: 300px; height: 80px; } </code></pre>, <h1>Eos quibusdam</h1><table> <thead> <tr> <th>Odio</th> <th>Vitae</th> <th>Repellat</th> <th>Ut</th> </tr> </thead> <tbody><tr> <td>Aut</td> <td>Reprehenderit</td> <td>Qui</td> <td><a href="#corrupti" title="Id est">Explicabo et</a></td> </tr><tr> <td>Nulla</td> <td>Aut</td> <td>Quaerat</td> <td><a href="#voluptas" title="Odio assumenda">Quae quis</a></td> </tr><tr> <td>Dolorem</td> <td>Rerum</td> <td>Officia</td> <td><a href="#quia" title="Praesentium qui">Quia est</a></td> </tr></tbody> </table><h2>Est blanditiis</h2> <ol><li>Et aliquam sit repellat delectus voluptate vel beatae. Incidunt porro iusto vel eum deleniti et minus.</li><li>Ea ea consectetur velit aperiam voluptatem. Eligendi hic officia nemo sint assumenda. Aut voluptate et pariatur sit veniam.</li><li>Modi et sunt minus pariatur magnam dolor corporis. Quis voluptatem voluptate sapiente excepturi totam recusandae qui sunt. Aperiam nesciunt at aut facilis.</li></ol> <blockquote><p>Reiciendis modi accusamus illum ducimus amet quia reprehenderit non. Exercitationem voluptate et labore saepe. Id corrupti quo natus optio quibusdam. Velit deserunt magni assumenda dolor rerum excepturi similique. Tempore molestiae aliquid impedit incidunt.<br>Dolor molestiae ipsum quidem eius autem. Facilis sapiente harum velit voluptatibus sunt eum veritatis eos. Quis necessitatibus nihil illum esse officiis. Earum ducimus cupiditate illum impedit nemo. Adipisci quod accusantium optio et ab.<br>Nulla et dolore ut sit pariatur illum doloremque ut. Maiores corporis consectetur sit fugiat. Est magnam magni voluptatem earum nihil.</p></blockquote> <h3>Deleniti qui</h3> <ul><li>Est perspiciatis eius beatae molestias quibusdam et.</li></ul> <pre><code> #nisi h1 a { display: block; width: 300px; height: 80px; } </code></pre>, <h1>Repudiandae nam</h1><p><code>fugit autem</code> <em>Excepturi quo qui reiciendis quasi est est nemo commodi. Debitis sed eaque non voluptatem assumenda. Perspiciatis laudantium aut nostrum architecto amet. Quasi et aspernatur vel quo a voluptatibus.</em> Atque beatae explicabo aperiam sequi mollitia debitis cum. Et dicta quia animi itaque et et. Sapiente quam ipsum quas ut facere pariatur voluptatem neque. Alias sed quos nihil omnis et et provident.</p><p><code>a at</code> <strong>Molestiae nihil</strong>. <a href="#deleniti" title="Quaerat voluptates">Eligendi inventore</a></p><p><strong>Ex veniam</strong>. <em>Officia ad perspiciatis omnis et aut non aut nostrum. Eos ea ut illum veritatis atque. Corrupti a corporis laudantium dolores impedit perspiciatis.</em> Numquam repellendus est velit quibusdam velit. Blanditiis harum reiciendis explicabo vel molestiae eos. Cumque laboriosam sit ipsam vel ut quasi quia quisquam. Tempore qui aut eligendi nemo nostrum voluptas quod beatae. Ex veniam facere soluta esse et similique dolor ratione.</p><table> <thead> <tr> <th>Omnis</th> <th>Assumenda</th> <th>Voluptatem</th> <th>Aliquid</th> </tr> </thead> <tbody><tr> <td>Incidunt</td> <td>Inventore</td> <td>Voluptatum</td> <td><a href="#illum" title="Quo blanditiis">Ut eos</a></td> </tr><tr> <td>Nam</td> <td>Consequuntur</td> <td>Est</td> <td><a href="#ut" title="Neque velit">Qui odit</a></td> </tr></tbody> </table><h2>Omnis molestiae</h2> <ol></ol> <blockquote><p>Corrupti nihil magnam consequuntur ipsum. Atque est facilis aut doloremque ipsam ipsa optio autem. Totam impedit inventore et expedita at labore.<br>Ut quae sit et repellat distinctio ut illo. Laborum tempore explicabo natus vel et dolores consequatur perferendis. Ut qui laborum illum dolor. Saepe id eaque et consectetur. Aut exercitationem perferendis eos inventore ab.<br>Est ratione sint iure rerum sint cupiditate. Earum minima quod deserunt maiores aperiam omnis tempore expedita. A reiciendis nobis dolores provident magni illo ea. Laudantium similique neque repellat in dolor architecto natus eos. Suscipit et consectetur provident quia.</p></blockquote> <h3>Repellendus unde</h3> <ul><li>Accusantium reiciendis veritatis sunt quia. Ex sapiente quo ullam temporibus doloremque voluptatem sit.</li><li>Perferendis ipsa omnis quas ut quam. Nam illo culpa quae non blanditiis.</li></ul> <pre><code> #quod h1 a { display: block; width: 300px; height: 80px; } </code></pre> |
|
852
|
+
| `dl` | <dl><dt>Ut</dt><dd>Laudantium libero animi esse cumque. Voluptates voluptas vel illo maxime.</dd><dt>Consequatur</dt><dd>Sed quasi asperiores ipsum qui nesciunt et. Et ut omnis officiis odio necessitatibus non quia. Error nobis voluptatum expedita repellat similique.</dd></dl>, <dl><dt>Itaque</dt><dd>Nemo dolorem et ipsum minima et autem natus. Maiores itaque odio consequatur quia.</dd><dt>Explicabo</dt><dd>Ipsam qui sequi et sint dignissimos eos aliquam. Qui quaerat quae mollitia dolorem fuga rerum corporis aut. Dignissimos praesentium dolor inventore quasi illo provident. Modi in quibusdam minima nulla ab saepe doloribus placeat.</dd></dl>, <dl><dt>Ea</dt><dd>Ex nostrum tenetur nisi qui ullam. Ab assumenda rem tenetur quod. Nobis alias officiis rerum non aperiam et. Eaque aut reiciendis voluptatem facilis recusandae ut.</dd><dt>Tempora</dt><dd>Qui laboriosam nihil ab vel quam tempore. Qui dolores et soluta et odio. Atque recusandae voluptatem sunt suscipit incidunt accusamus.</dd></dl> |
|
853
|
+
| `fancy_string` | <code>id quaerat</code> <a href="#ut" title="Culpa earum">Dolores veniam</a> <strong>Suscipit tenetur</strong>., Blanditiis accusantium libero facere nemo dolorum magnam. Rerum ut consequatur officia distinctio est et. Totam reprehenderit aliquid id incidunt iusto voluptates. <a href="#officiis" title="Possimus hic">Error aut</a> Ea tenetur nobis vel quas aut dolorum blanditiis placeat. Et omnis perferendis excepturi sint consectetur. Fugit occaecati quidem magni esse., <code>totam iste</code> Rerum voluptatem pariatur veniam architecto aliquid. Quaerat excepturi officia eum dolorum. Vel ut velit id sit enim nesciunt et. Modi repudiandae atque omnis occaecati. Numquam dolore iure et iusto saepe est reprehenderit. Facilis adipisci molestiae alias itaque. |
|
854
|
+
| `ol_long` | <ol><li>Dolore iusto molestiae omnis itaque maxime. Harum corrupti est et quod. Atque est quaerat et distinctio enim.</li><li>Itaque dicta occaecati inventore soluta. Autem et ullam accusamus ut quibusdam architecto.</li><li>Totam deserunt id nesciunt laboriosam. Aut neque fuga enim consectetur consequuntur. Deserunt ipsa vel maiores optio.</li></ol>, <ol><li>In qui quis a autem quo est sunt. Quisquam et nisi hic repellendus exercitationem ex. Aliquam quia ut alias sed blanditiis possimus consequuntur deserunt. Voluptates dolorem eum aut explicabo recusandae quod quis alias.</li><li>Officiis nulla qui quod facere. Accusantium tenetur magni alias voluptas.</li><li>Ut adipisci maxime laboriosam consequatur aliquid qui. Et sit nesciunt qui impedit numquam provident.</li></ol>, <ol><li>Numquam voluptatem voluptates delectus nesciunt. Autem quasi consequatur est et. Nihil recusandae vel enim quam hic. Ex ipsam eos quibusdam nihil aut.</li><li>Eligendi labore rerum occaecati iusto. Ratione vitae beatae necessitatibus facere et est laboriosam.</li><li>Consectetur et nihil magni enim. Dolor et quasi pariatur enim voluptatem eos consequatur magni. Vel ad neque dolores error ipsa. Quaerat magnam deserunt maiores dignissimos tenetur esse.</li></ol> |
|
855
|
+
| `ol_short` | <ol><li>Aut aut beatae distinctio voluptate.</li><li>Quisquam veniam et eius quae suscipit.</li><li>Eum temporibus aut non ipsa.</li></ol>, <ol><li>Et aut porro ex illum minima necessitatibus.</li><li>Facilis eos tempora quidem.</li><li>Eaque aut facere optio delectus autem provident.</li></ol>, <ol><li>Voluptatibus temporibus cupiditate enim in optio.</li><li>Dolorem velit ea aperiam ipsum.</li><li>Accusamus ex esse.</li></ol> |
|
856
|
+
| `p` | <p>Illum molestiae et voluptas minima tempore. Id dignissimos dolorem non et odio voluptas. Commodi dolores dolore quia magnam ratione qui. Dolorem ut corrupti asperiores molestiae cumque quaerat. Possimus voluptatem odio in at occaecati tempora.</p>, <p>Est voluptatem ut magni optio libero molestiae tempora. Officiis voluptatem voluptatem quidem voluptatum. Omnis rerum architecto vel modi magni.</p>, <p>Ut minima non est et sed sit labore error. Eum molestiae magni totam labore et assumenda iusto. Recusandae cupiditate voluptatem quia laudantium sed quo. Et quis et ullam ex id maxime laudantium sint.</p> |
|
857
|
+
| `table` | <table> <thead> <tr> <th>Ad</th> <th>Qui</th> <th>Facilis</th> <th>Labore</th> </tr> </thead> <tbody><tr> <td>Dolorem</td> <td>Odit</td> <td>Odio</td> <td><a href="#itaque" title="Doloremque aliquid">Quidem modi</a></td> </tr><tr> <td>Neque</td> <td>Sit</td> <td>Cupiditate</td> <td><a href="#dolorem" title="Qui totam">Aliquid vel</a></td> </tr><tr> <td>Dolore</td> <td>Dolorem</td> <td>Id</td> <td><a href="#praesentium" title="Voluptas nihil">Ut nulla</a></td> </tr></tbody> </table>, <table> <thead> <tr> <th>Voluptates</th> <th>Reprehenderit</th> <th>Quia</th> <th>Itaque</th> </tr> </thead> <tbody><tr> <td>Quas</td> <td>Optio</td> <td>Expedita</td> <td><a href="#nesciunt" title="Autem possimus">Id sequi</a></td> </tr><tr> <td>Quia</td> <td>Eaque</td> <td>Aliquam</td> <td><a href="#qui" title="Vel cumque">Ut nemo</a></td> </tr><tr> <td>Eligendi</td> <td>Maiores</td> <td>Non</td> <td><a href="#odit" title="Et earum">Est adipisci</a></td> </tr></tbody> </table>, <table> <thead> <tr> <th>Fuga</th> <th>Possimus</th> <th>Debitis</th> <th>Et</th> </tr> </thead> <tbody><tr> <td>Ut</td> <td>Eligendi</td> <td>Id</td> <td><a href="#impedit" title="Molestiae doloremque">Nostrum natus</a></td> </tr><tr> <td>Quae</td> <td>Earum</td> <td>Quia</td> <td><a href="#ut" title="Voluptas odio">Perferendis rem</a></td> </tr><tr> <td>Illo</td> <td>Provident</td> <td>Suscipit</td> <td><a href="#alias" title="Minus ratione">Quibusdam doloribus</a></td> </tr></tbody> </table> |
|
858
|
+
| `ul_links` | <ul><li><a href="#in" title="Officia">Voluptatem</a></li><li><a href="#dignissimos" title="Rem">Et</a></li><li><a href="#qui" title="Ad">Incidunt</a></li></ul>, <ul><li><a href="#iste" title="Aliquam">Accusantium</a></li><li><a href="#magnam" title="Rem">Facere</a></li><li><a href="#voluptatem" title="Deleniti">Consequatur</a></li></ul>, <ul><li><a href="#est" title="Molestias">Enim</a></li><li><a href="#voluptatem" title="Deserunt">Sed</a></li><li><a href="#quae" title="Sit">Eveniet</a></li></ul> |
|
859
|
+
| `ul_long` | <ul><li>Minima sunt tenetur quia repellat neque velit mollitia. Totam facilis quisquam ab consequatur non voluptas quam. Enim voluptates dolor odio eaque aut quasi suscipit et.</li><li>Laborum omnis sint libero optio aut repellendus eligendi qui. Exercitationem iure consequatur ea voluptatem voluptatem praesentium at. Ut suscipit et nemo alias ex. Eligendi numquam illum non nihil.</li><li>Earum aut animi quasi aut qui dolorem nam. Totam ex esse magnam assumenda. Eligendi et voluptatem porro quae quia.</li></ul>, <ul><li>Debitis deleniti pariatur velit veritatis nesciunt. Quia est quidem tempore voluptates vero temporibus.</li><li>Iusto ducimus dolore magni fuga iste vero iure voluptatibus. Aut consequatur sed illum voluptas. Fugiat itaque cupiditate quis aut. Eius modi ut nostrum aut nihil illo animi.</li><li>Ipsam et sit aut ea quam autem molestiae repudiandae. Consequatur non laudantium nam vel. Non est aut praesentium sed enim.</li></ul>, <ul><li>Fuga quaerat doloremque sed dolores autem. Doloribus similique dolorem culpa dolorem nihil nobis aperiam. Facilis sit ad placeat sunt modi et eum.</li><li>Hic nihil neque odit sint praesentium. Aliquid ratione reiciendis officiis et.</li><li>Omnis aliquam non et distinctio quo sit perferendis quia. Optio et libero aut officiis soluta nemo rerum minima.</li></ul> |
|
860
|
+
| `ul_short` | <ul><li>Possimus et facilis inventore eos consequatur.</li><li>Nobis nostrum pariatur ex quia et fugiat.</li><li>Molestias optio exercitationem ut in voluptas enim.</li></ul>, <ul><li>Voluptatem odit voluptatem ut.</li><li>Et qui sint et minima rem vero.</li><li>Aut in excepturi praesentium.</li></ul>, <ul><li>Voluptas magnam perferendis.</li><li>Dolore similique voluptas doloremque qui modi qui.</li><li>Dolores sed labore quia.</li></ul> |
|
647
861
|
|
648
862
|
## FFaker::Identification
|
649
863
|
|
650
864
|
| Method | Example |
|
651
865
|
| ------ | ------- |
|
652
|
-
| `drivers_license` |
|
653
|
-
| `ethnicity` | Caucasian,
|
654
|
-
| `gender` | Male,
|
655
|
-
| `ssn` |
|
866
|
+
| `drivers_license` | U505-360-74-260-1, V219-343-16-236-3, Z474-518-30-060-7 |
|
867
|
+
| `ethnicity` | Caucasian, African American, Caucasian |
|
868
|
+
| `gender` | Male, Male, Female |
|
869
|
+
| `ssn` | 320-20-0826, 415-08-7633, 407-93-9239 |
|
656
870
|
|
657
871
|
## FFaker::IdentificationES
|
658
872
|
|
659
873
|
| Method | Example |
|
660
874
|
| ------ | ------- |
|
661
|
-
| `gender` |
|
875
|
+
| `gender` | Hombre, Mujer, Hombre |
|
662
876
|
|
663
877
|
## FFaker::IdentificationESCL
|
664
878
|
|
665
879
|
| Method | Example |
|
666
880
|
| ------ | ------- |
|
667
|
-
| `gender` |
|
668
|
-
| `rut` |
|
881
|
+
| `gender` | Hombre, Mujer, Hombre |
|
882
|
+
| `rut` | 3010198-7, 15732488-8, 22912625-3 |
|
669
883
|
|
670
884
|
## FFaker::IdentificationESCO
|
671
885
|
|
672
886
|
| Method | Example |
|
673
887
|
| ------ | ------- |
|
674
|
-
| `blood_type` |
|
675
|
-
| `driver_license_category` |
|
676
|
-
| `drivers_license` |
|
677
|
-
| `expedition_date` |
|
678
|
-
| `gender` | Hombre, Hombre,
|
679
|
-
| `id` |
|
888
|
+
| `blood_type` | AB+, B+, A+ |
|
889
|
+
| `driver_license_category` | C1, A2, C1 |
|
890
|
+
| `drivers_license` | 0819043768416, 150533483296, 954741728 |
|
891
|
+
| `expedition_date` | 2014-03-23, 2014-12-05, 2010-12-05 |
|
892
|
+
| `gender` | Hombre, Hombre, Hombre |
|
893
|
+
| `id` | 795946, 897926724733, 275514515487 |
|
680
894
|
|
681
895
|
## FFaker::IdentificationKr
|
682
896
|
|
683
897
|
| Method | Example |
|
684
898
|
| ------ | ------- |
|
685
|
-
| `rrn` |
|
899
|
+
| `rrn` | 731608-1283113, 852812-2008046, 881302-2652069 |
|
686
900
|
|
687
901
|
## FFaker::IdentificationMX
|
688
902
|
|
689
903
|
| Method | Example |
|
690
904
|
| ------ | ------- |
|
691
|
-
| `curp` |
|
692
|
-
| `rfc` |
|
693
|
-
| `rfc_persona_fisica` |
|
694
|
-
| `rfc_persona_moral` |
|
905
|
+
| `curp` | ZEKD900814MHGXJMY9, WELB910106MSRCRWL4, KOXT820827MCLBJSA7 |
|
906
|
+
| `rfc` | GBV961031ETB, ZEUO810130VIP, INS971217Y3U |
|
907
|
+
| `rfc_persona_fisica` | WIBZ790602G1U, FOYW0309178P4, XEEM9901029O6 |
|
908
|
+
| `rfc_persona_moral` | VNC120322MQE, ZOM9902273XQ, AEÑ940308RWS |
|
695
909
|
|
696
910
|
## FFaker::Internet
|
697
911
|
|
698
912
|
| Method | Example |
|
699
913
|
| ------ | ------- |
|
700
|
-
| `disposable_email` |
|
701
|
-
| `domain_name` |
|
702
|
-
| `domain_suffix` |
|
703
|
-
| `domain_word` |
|
704
|
-
| `email` |
|
705
|
-
| `free_email` |
|
706
|
-
| `http_url` | http://
|
707
|
-
| `ip_v4_address` |
|
708
|
-
| `password` |
|
709
|
-
| `safe_email` |
|
710
|
-
| `slug` |
|
914
|
+
| `disposable_email` | deshawn@binkmail.com, judah@mailinator.com, abigayle@safetymail.info |
|
915
|
+
| `domain_name` | williamsonsipes.ca, metz.name, anderson.name |
|
916
|
+
| `domain_suffix` | ca, us, name |
|
917
|
+
| `domain_word` | green, keebler, hessel |
|
918
|
+
| `email` | leatha_ward@gutmann.ca, okey@wilkinsonschneider.info, isaias@bernhard.co.uk |
|
919
|
+
| `free_email` | jillian@gmail.com, wilhelm.langosh@yahoo.com, immanuel@gmail.com |
|
920
|
+
| `http_url` | http://zulauf.ca, http://bednarlittle.info, http://bergstrompaucek.name |
|
921
|
+
| `ip_v4_address` | 95.4.58.99, 140.125.90.84, 59.84.146.185 |
|
922
|
+
| `password` | hhhhhhhhh, dddddddddddddddd, qqqqqqqqqqqqq |
|
923
|
+
| `safe_email` | holden_franecki@example.net, dino.kulas@example.org, lura@example.org |
|
924
|
+
| `slug` | consequatur-aut, similique_nobis, sunt_natus |
|
711
925
|
| `uri`(...) | |
|
712
|
-
| `user_name` |
|
926
|
+
| `user_name` | claudie, lon, lea |
|
713
927
|
|
714
928
|
## FFaker::InternetSE
|
715
929
|
|
716
930
|
| Method | Example |
|
717
931
|
| ------ | ------- |
|
718
|
-
| `company_name_single_word` |
|
719
|
-
| `disposable_email` |
|
720
|
-
| `domain_name` |
|
721
|
-
| `domain_suffix` |
|
722
|
-
| `domain_word` |
|
723
|
-
| `email` |
|
724
|
-
| `free_email` |
|
725
|
-
| `http_url` | http://
|
726
|
-
| `ip_v4_address` |
|
932
|
+
| `company_name_single_word` | Pouros-Kris, Waters,, Nikolaus |
|
933
|
+
| `disposable_email` | larsolofemil@safetymail.info, kjell.keebler@binkmail.com, marielouise_nitzsche@suremail.info |
|
934
|
+
| `domain_name` | willrippin.se, jakubowski.se, hagenes.se |
|
935
|
+
| `domain_suffix` | com, com, se |
|
936
|
+
| `domain_word` | waterssauer, gorczany, heidenreichzboncak |
|
937
|
+
| `email` | anders_kihn@rathbradtke.com, emilia_borer@dickinsoncummings.com, viola@yostbeahan.se |
|
938
|
+
| `free_email` | gsta.mccullough@spray.se, ann@hotmail.com, rolf.rau@hotmail.com |
|
939
|
+
| `http_url` | http://ryan.com, http://ziemannkessler.nu, http://hageneswiza.nu |
|
940
|
+
| `ip_v4_address` | 30.18.185.197, 240.118.91.9, 0.125.80.84 |
|
727
941
|
| `join_to_user_name`(...) | |
|
728
|
-
| `login_user_name` |
|
729
|
-
| `password` |
|
730
|
-
| `safe_email` |
|
731
|
-
| `slug` |
|
942
|
+
| `login_user_name` | anitabrittmarie, annikahannabashirian, linda_schumm |
|
943
|
+
| `password` | kkkkkkkkkkkkkkk, eeeeeeeeeeeee, yyyyyyyyyyyyyyyy |
|
944
|
+
| `safe_email` | ann@example.com, martin@example.org, emanuel_harris@example.org |
|
945
|
+
| `slug` | qui_qui, est.in, aut.temporibus |
|
732
946
|
| `uri`(...) | |
|
733
|
-
| `user_name` |
|
947
|
+
| `user_name` | larsgran_bailey, anna_brekke, kent_kirlin |
|
734
948
|
| `user_name_from_name`(...) | |
|
735
|
-
| `user_name_random` |
|
736
|
-
| `user_name_variant_long` |
|
737
|
-
| `user_name_variant_short` |
|
949
|
+
| `user_name_random` | william, maja, tobias_dickinson |
|
950
|
+
| `user_name_variant_long` | georgbrje_ruecker, danove.rohan, frida_lemke |
|
951
|
+
| `user_name_variant_short` | birgit, john, kent |
|
738
952
|
|
739
953
|
## FFaker::Job
|
740
954
|
|
741
955
|
| Method | Example |
|
742
956
|
| ------ | ------- |
|
743
|
-
| `title` |
|
957
|
+
| `title` | Investor Applications Associate, Legacy Configuration Associate, Customer Creative Engineer |
|
744
958
|
|
745
959
|
## FFaker::JobCN
|
746
960
|
|
747
961
|
| Method | Example |
|
748
962
|
| ------ | ------- |
|
749
|
-
| `title` |
|
963
|
+
| `title` | 探险家, 工匠, 运输经理 |
|
750
964
|
|
751
965
|
## FFaker::JobFR
|
752
966
|
|
753
967
|
| Method | Example |
|
754
968
|
| ------ | ------- |
|
755
|
-
| `title` |
|
969
|
+
| `title` | conseiller general du patrimoine bati, administrateur spécial general de la protection civile, administrateur spécial adjoint du service financier |
|
756
970
|
|
757
971
|
## FFaker::JobJA
|
758
972
|
|
759
973
|
| Method | Example |
|
760
974
|
| ------ | ------- |
|
761
|
-
| `title` |
|
975
|
+
| `title` | 裁判所事務官, 花屋, ジャーナリスト |
|
762
976
|
|
763
977
|
## FFaker::JobKR
|
764
978
|
|
765
979
|
| Method | Example |
|
766
980
|
| ------ | ------- |
|
767
|
-
| `title` |
|
981
|
+
| `title` | 에스컬레이터 설치 및 정비원, 섬유 및 가죽 관련 기능 종사원, 요금 정산원 |
|
768
982
|
|
769
983
|
## FFaker::Locale
|
770
984
|
|
771
985
|
| Method | Example |
|
772
986
|
| ------ | ------- |
|
773
|
-
| `code` |
|
774
|
-
| `language` |
|
987
|
+
| `code` | OM, ML, AF |
|
988
|
+
| `language` | Armenian, Corsican, Tatar |
|
775
989
|
|
776
990
|
## FFaker::LoremAR
|
777
991
|
|
778
992
|
| Method | Example |
|
779
993
|
| ------ | ------- |
|
780
|
-
| `paragraph` |
|
781
|
-
| `paragraphs` |
|
782
|
-
| `phrase` |
|
783
|
-
| `phrases` |
|
784
|
-
| `sentence` |
|
785
|
-
| `sentences` |
|
786
|
-
| `word` |
|
787
|
-
| `words` |
|
994
|
+
| `paragraph` | تُصب بـ مشقّة بال مدينة أي أي. للجزر وجهان مدن المشترك تم دول,. ثمّة هيروشيما مكن جحافل مع حرب كان., ثم أن بشكل الفاشي أم مدن تزامناً تم. قد خصوصا علاقة أن شبح كلّ البشريةً السادس يتسنّى. بها من تعد ما أم جحافل والإتحاد لعدم أن. جحافل أي, وأسرت إذ شدّت, الحكم النازية، وقدّموا, الفترة. بها, الدولارات قصف تحت حلّت ما., فصل تم تعداد ربع أي التجارية باستسلام يتم. عسكرياً غير إذ من أن المشترك المضي كل, التحالف. باستخدام دخول حلّت والعتاد طرفاً إذ الحلفاء. وأسرت قد لان القنابل, الفاشي صفحة مما وعزّزت. |
|
995
|
+
| `paragraphs` | بتخصيص بل فرنسية شعار لم عن الأرض الساحل لم. أخر تحت لهذه دون أسر,. لعدم مع البرية هو ثم جوي. استطاعوا عن عدم الجيش موسوليني عرض إحتلال و ربع., انتباه فاتّبع غزو تم حين بالقنابل. وحلفاؤها بـ, أسر, مما تزامناً وتم, الا الثالث. الربيع، المبرمة مع, بريطانيا، تطوير أي بحق., مما والحلفاء, خصوصا البرية لها مرمى العسكرية الدّفاع. قوات أن مما حين, المتحدة, إستمات بقسوة. ومن الصعداء بـ قوات عل, تم جديداً أن. ليركز مكّن عدد, فعل المبرمة., إيو عل, حتى بـ, قصف, فاتّبع النفط,. حدى المتساقطة،, الغربي الأوربيين البولندي غزو. وأزيز جحافل بتطويق أم إستيلاء. في, باستسلام تغييرات تم غير يتعلّق لان حول حكومة. بتطويق المتّبعة ان بمباركة, تحرّك دارت عدم., ان, كلّ لم أن. الله حدة بها, الضروري بـ والديون هو, إخضاع ساعة. وانتهاءً بشكل أجزاء, المزيفة مما الحكم ثم الثقيلة. أخر الشمل الإقتصادي بقسوة هاربر وصل, قبل وباءت ساعة., ذات الحرب العسكري المبرمة قبل الله. دول قام الإمتعاض ثمّة بل ليتسنّى كل, انه. حول الثالث الشمل دول, بـ الأوروبيّون., الدمج كلا والروسية عل فاتّبع الساحل وجهان. مع قد من اعلان حول أن. بـ لألمانيا بـ التكاليف إحتلال. يبق بل ليتسنّى للجزر. نتيجة الأثناء، دنو المتطرّف منشوريا,., فعل, بلا أي تكتيكاً. فقد جمعت جوي بالمحور تسبب فرنسا بالقصف تعداد. يتم, ثم الحرب حيث إذ أسر انه مرمى. اقتصّت المحيط ماذا المقاومة الجديدة، به، ما, الإنذار، العسكرية. لم أن يكن, و أفاق الدولارات وباءت يبق, باستسلام., أخر المحيط تم تم بلا الواقعة والحلفاء لمّ. أم لألمانيا أحدث حتى, يعادل. مساعدة شيء عن لألمانيا الإقتصادية هو. الصيني أثره، تزامناً غرّة، يذكر هو. نفس وقد المانيا يذكر اسبوعين. |
|
996
|
+
| `phrase` | كل وضم استولت بل الله شبح., خصوصا لقوات كل, كل عقبت ما, الخاسر., المعاهدات ثم ويكيبيديا، سقط كما. |
|
997
|
+
| `phrases` | زهاء لم بريطانيا، مشقّة كلّ مارد., يطول كلّ بشرية الأمم السادس عل لإنعدام., دول شيء, المزيفة استدعى بـ, ما., مما السادس الولايات بحث الشمل الله., كل وصافرات خصوصا غضون قد أحدث تم بل اليميني., البولندي يتم ثم الإنذار، وأزيز اوروبا عدد, يطول., وقد تعد الذرية نفس احداث أسر., وتم, يبق عدم المتساقطة،, الأمم جسيمة خصوصا أن., ضرب اوروبا حربية الدولارات أما عن مكّن. |
|
998
|
+
| `sentence` | قبل حتى جُل, أسلحته وعزّزت جمعت عدم., ما الحلفاء فعل, و., تسبب قتيل، بـ لكل. |
|
999
|
+
| `sentences` | يكن, حتى, أم مع وعلى., وعلى أما دول إذ أم., بـ, وقد مساعدة بأذى وقامت بقسوة., والحلفاء, اسبوعين بقسوة إحتلال الى وجهان., الله عدم أم قتيل، ثم., بين الرئيسية النمسا ساعة., ثم موسوليني أن إذ لإنعدام عن عصبة الجيش., بـ الأثناء، و المشترك والفرنسي حكومة أي., عام دفّة والديون وإعلان المحور، صفحة مع قِبل يبق. |
|
1000
|
+
| `word` | البلطيق, مع, يطول |
|
1001
|
+
| `words` | لألمانيا, لبولندا،, أن, مدن, هو, و, وعلى, كل,, وتتحمّل |
|
788
1002
|
|
789
1003
|
## FFaker::LoremCN
|
790
1004
|
|
791
1005
|
| Method | Example |
|
792
1006
|
| ------ | ------- |
|
793
|
-
| `paragraph` |
|
794
|
-
| `paragraphs` |
|
795
|
-
| `sentence` |
|
796
|
-
| `sentences` |
|
797
|
-
| `word` |
|
798
|
-
| `words` |
|
1007
|
+
| `paragraph` | 失声痛哭买空卖空天诛地灭有备无患长短不同成千上万, 燃眉之急不胜枚举激动人心三顾茅庐深恶痛绝, 一心一意眉清目秀青黄不接天荒地老感慨万分, 瞥天老地荒怒气冲冲千秋万代大名鼎鼎史无前例, 闻鸡起舞生离死别老态龙钟茫雾似轻。, 红日东升愁眉苦脸五彩缤纷十字街头五大三粗, 雪花如席满山遍野自暴自弃天罗地网, 万紫千红五体投地载歌载舞聚精会神气势恢弘绿意盎然惊惶失措万众一心四面楚歌, 雨打风吹中午时分西装革履欲哭无泪鱼龙混杂。, 首屈一指洁白如玉成千上万争分夺秒, 霎时间声名狼籍与世长辞人山人海姿态万千仰望争分夺秒粉妆玉砌信守诺言, 雨打风吹变化多端天罗地网绿阴如盖注视忐忑不安昂首挺胸, 微微一笑大名鼎鼎满山遍野前因后果龙马精神鹅黄已故。 |
|
1008
|
+
| `paragraphs` | 张灯结彩环视张口结舌乳白十面埋伏口蜜腹剑难舍难分果实累累, 时明时暗杀鸡儆猴张灯结彩水滴石穿四分五裂旭日东升赞叹不已, 各抒己见雄鸡报晓热浪滚滚雪花飞舞沙沙与世长辞, 闷闷不乐雪花飞舞火红色彩斑斓嚎瞥牺牲泪如雨下, 坐井观天顾虑重重满山遍野暴雨如注对牛弹琴谈虎色变秋风凉爽纷纷扬扬。, 激动万分出尔反尔一箭双雕健步如飞有气无力, 五光十色十拿九稳四分五裂半梦半醒远望伤心落泪, 暴雨如注理直气壮争分夺秒纷纷扬扬硕果累累泪眼汪汪内忧外患, 惊惶失措星月如钩弹孔累累十字街头。, 白纸黑字元纷纷扬扬一诺千金闻名天下内忧外患满山遍野桃红柳绿瞬息万变, 天南地北徐徐三长两短去世黑乎乎, 一言九鼎三生有幸瞄鸟瞰惊恐万状龙马精神九霄云外, 载歌载舞黑乎乎望千姿万状车轮滚滚鹤立鸡群出生牛犊若即若离万物复苏。, 怒目而视雪中送炭无忧无虑目瞪口呆, 叮叮咚咚东鳞西爪深入浅出苹果绿, 雷厉风行悠然自得天高云淡身材魁梧三长两短, 无情无义形态不一两全其美天经地义前倨后恭鱼龙混杂, 孔雀蓝早出晚归自给自足振奋人心天高云淡人流如潮叽叽喳喳投鼠忌器缓缓。, 去世四海为家盯黄澄澄, 秋月似钩一鸣惊人慷慨激昂前倨后恭一言九鼎, 心急如焚震天动地苹果绿惊恐万状当机立断, 尸骨累累千变万化深恶痛绝了望红通通指鹿为马两袖清风交谈七上八下。, 自吹自擂九鼎一丝车水马龙鸟语花香, 桃红柳绿环视天昏地暗高枕无忧难舍难分天色模糊, 惶惶不安仰望六亲不认千秋万代万里无云惊恐万状狂风暴雨咬牙切齿万古长青, 与虎谋皮前呼后拥绿莹莹雪白月白风清洁白如玉无忧无虑, 急急忙忙不可胜数一泻千里心灵手巧十指连心狐假虎威。, 暴风骤雨一诺千金十指连心成千上万摩拳擦掌万众一心, 叫嚷无忧无虑漫漫长夜二三其德瞅车水马龙嚎叫嫣然一笑, 环视出尔反尔时高时低载歌载舞大失所望无情无义。, 有勇无谋精益求精千疮百孔车轮滚滚数不胜数惊惶失措果实累累, 全神贯注五湖四海枫叶似火华灯初上两肋插刀, 谈论壮志凌云两袖清风落叶沙沙凶多吉少亭亭玉立, 爱屋及乌招兵买马有恃无恐东鳞西爪暴雨如注硕果累累探望热浪滚滚, 震天动地一落千丈追悔莫及小试牛刀。, 车轮滚滚龙争虎斗一泻千里废寝忘食一丝不苟叹为观止杯弓蛇影, 愁眉苦脸议论雷厉风行千方百计浩浩荡荡闻名天下, 夕阳西下雪飘如絮数不胜数叶公好龙淅淅沥沥风和日丽成千上万哗啦, 张口结舌雷厉风行鹤立鸡群拾金不昧。 |
|
1009
|
+
| `sentence` | 逝世五谷丰登绿树成阴不吵不闹,, 名列前茅赤日炎炎表里如一象牙白烈日灼灼湖蓝不计其数鸣虎啸龙吟,, 赤日炎炎心灵手巧安危冷暖燃眉之急两全其美, |
|
1010
|
+
| `sentences` | 黑白分明灯红酒绿人声鼎沸惊弓之鸟迫不及待暴风骤雨乐不可支,, 尸骨累累惊天动地振奋人心李白桃红目瞪口呆投桃报李嗖嗖深恶痛绝,, 夜幕降临旭日东升白茫茫两肋插刀秋月似钩洁白无瑕嗖嗖枫叶似火,, 俯视有恃无恐时而闷闷不乐秋雨绵绵惊涛骇浪,, 瞅看望亭亭玉立赞叹不已,, 前所未有两全其美绿树成阴狗急跳墙半梦半醒,, 骄阳似火高山峻岭目瞪口呆危峰兀立飞流直下手舞足蹈摩肩接踵,, 震天动地一落千丈寒冬腊月雪白摩肩接踵烈日灼灼排山倒海,, 七折八扣暑气逼人管中窥豹火眼金睛足下生辉, |
|
1011
|
+
| `word` | 天高云淡, 五大三粗, 灯红酒绿 |
|
1012
|
+
| `words` | 恨之入骨, 雪白, 冰天雪地, 拳打脚踢, 喜出望外, 阳春三月, 无边无际, 两面三刀, 黑压压 |
|
799
1013
|
|
800
1014
|
## FFaker::LoremFR
|
801
1015
|
|
802
1016
|
| Method | Example |
|
803
1017
|
| ------ | ------- |
|
804
|
-
| `paragraph` |
|
805
|
-
| `paragraphs` |
|
806
|
-
| `phrase` |
|
807
|
-
| `phrases` |
|
808
|
-
| `sentence` |
|
809
|
-
| `sentences` |
|
810
|
-
| `word` |
|
811
|
-
| `words` |
|
1018
|
+
| `paragraph` | Alphanatale était lettrines là-bas et panse convaincre vodkale pointdexclamators. Tout règlalades même mésusèrent sain son larousse alphanatale. à demeurent bolos que prémâchées ses sûr. Ligne premiers remit est chaîne saoule longtemps regard. Loin ce ils fois., Coeur bourg-en-lettres flancs purent en pour lettrines. Pourtant glissa tas désormais projets. Même phrases des la sain. Longtemps était sémantique ressaisi., Océan ponctuation au entiers et mots traîner. Grand puissante approvisionne maintes. Virgulos ville bien longtemps sauvages passage. Finir décida entiers pour italiques cuit firent. |
|
1019
|
+
| `paragraphs` | Alphabetville volent du sauvages il encoreloin de. Réecrite régit mots désormais bolos larousse oxymore. Ponctuation leurs sauf mots monts. Toute loin route preuve prochain. Il sournois prochain puis à c grammaire., Toutes pointdexclamators finir oxymore mais aventurer océan paroles. Là panse avait exploitent gravi. Depuis leur coula pointdexclamators restait ces. Ce vils et panse fois langues attendraient., Un vivent copy se mille aventurer prémâchées. Ponctuation désormais régit grammaire ruisseau nostalgique tout. Projets grammaire litéralement monts bien il bourg-en-lettres fallut. Coeur dissuader preuve pointdexclamators loin il rencontra la vous., Il glissa pans long son lieues été. Que consonnia de par grammaire. Finir chemin nom nostalgique., Oxymore remit vie paroles côtes ressaisi ce sur. Bonnes laissa raviser bolos delà désormais long lieues ces. Mit était mais pour le. Dernier chaîne italiques pointdexclamators., Où lequel aux mot leur. Paradisiagmatique ses coule ils grammaire origines est route. Premiers toute chaîne purent. Approvisionne initiale sans lequel bouche., Encore une mot saoule convaincre prémâchées. Voulut fourmillait pans raviser prevenant oxymore long skyline. Les bonnes point ces fallut été retrait pans genre. Regard sans dissuader sur réecrite rue motus chaîne. Là skyline interpelle d., Puis moins vous larousse nostalgique lequel pas. Ce pas jour la et genre remit fourmillait. Mot point alphanatale mit depuis. Panse coule paragraphe loin., Italiques regard toute grand bolos des vers retourner projets. Lourd coeur litéralement vers. Pays regard maintes monts s prévint son demeurent. |
|
1020
|
+
| `phrase` | Bien ne ressaisi remit firent., Ruisseau agence en créas sain et., Les gravi langues projets la oxymore long paradisiagmatique. |
|
1021
|
+
| `phrases` | Rhétorique joue lourd loin., Demeurent regard du fin retourner propre créas jeta rue., Langues encore voulut semicolons voyellie la mit virgulos phrases., Alors c créas paradisiagmatique cuit ce oreille ponctuation orthodoxographique., Coula lieues ce et grammaire peut., En chemin propre coeur paroles et., Ressaisi cette pacqua du., Dans alphabetville mit point., Raviser point voyellie motus avait maintes voulut pointdexclamators. |
|
1022
|
+
| `sentence` | Bercail son demeurent ponctuation depuis flancs alphanatale et à., Aux déjà initiale nostalgique dissuader restait vie bourg-en-lettres., Initiale régit bolo pour paroles. |
|
1023
|
+
| `sentences` | Nécessaires avait décida instrumentalisèrent., Alphabetville ces puis prevenant paradisiagmatique alors grand un., Panse mot nostalgique ne mésusèrent., Flancs rencontra qui règlalades attendraient océan demeurent bolos., Il instrumentalisèrent fourmillait là route de projets., Ressaisi lieues été venait consonnia sûr langues ville., Panse flancs bourg-en-lettres bien sur dans., Aventurer par monts même prévint les., Ce écho peut là-bas. |
|
1024
|
+
| `word` | oreille, fourbes, toute |
|
1025
|
+
| `words` | Italiques, coeur, Bolo, grand, petite, du, dans, très, sauvages |
|
812
1026
|
|
813
1027
|
## FFaker::LoremKR
|
814
1028
|
|
815
1029
|
| Method | Example |
|
816
1030
|
| ------ | ------- |
|
817
|
-
| `paragraph` |
|
818
|
-
| `paragraphs` |
|
819
|
-
| `phrase` |
|
820
|
-
| `phrases` |
|
821
|
-
| `sentence` |
|
822
|
-
| `sentences` |
|
823
|
-
| `word` |
|
824
|
-
| `words` |
|
1031
|
+
| `paragraph` | 철갑을 만세 기상일세 위에 물과 저 남산 가슴. 기상일세 하느님이 하늘 삼천리 두른 보우하사 남산. 이 두른 바람서리 만세 달은 길이 철갑을. 구름 사람 나라 이 기상일세 없이., 무궁화 사람 화려강산 하느님이 다하여. 맘으로 듯 사람 나라 대한으로 만세 이. 나라 일편단심일세 가을 우리나라 소나무 두른 충성을., 충성을 화려강산 기상일세 우리나라 보전하세 저 대한 마르고. 없이 위에 보전하세 백두산이 사랑하세 기상과 동해. 맘으로 철갑을 구름 없이 물과 하느님이 대한으로 소나무 괴로우나. |
|
1032
|
+
| `paragraphs` | 물과 없이 사람 하느님이 우리나라 불변함은 달은. 보전하세 만세 남산 하느님이 저 길이 가슴. 대한으로 보우하사 동해 달은 하느님이. 맘으로 저 사람 철갑을 사랑하세 만세 백두산이 보전하세. 다하여 밝은 보전하세 두른 즐거우나 만세 기상과., 위에 듯 기상일세 길이 백두산이 즐거우나. 다하여 맘으로 보우하사 보전하세 이 닳도록. 무궁화 길이 듯 불변함은 구름 충성을 마르고. 대한으로 공활한데 구름 사람 동해., 구름 화려강산 사랑하세 철갑을 길이 저 두른 우리. 물과 사랑하세 다하여 저 보전하세 하늘 공활한데 나라 듯. 우리 달은 남산 이 하늘 하느님이 사랑하세., 위에 일편단심일세 하늘 우리나라 공활한데. 소나무 불변함은 기상과 저 즐거우나 보전하세 달은 충성을 우리. 밝은 가을 우리 나라 동해 만세., 소나무 즐거우나 구름 하늘 가을 대한으로 만세 하느님이 나라. 마르고 위에 물과 듯 우리나라. 일편단심일세 만세 밝은 바람서리 마르고 우리나라 남산. 하늘 물과 높고 듯 대한., 화려강산 대한으로 무궁화 닳도록 없이 바람서리 저 공활한데 사랑하세. 남산 마르고 보전하세 소나무 닳도록 백두산이 철갑을 위에. 하늘 높고 삼천리 길이 무궁화., 저 대한 기상일세 불변함은 구름 이. 불변함은 닳도록 달은 바람서리 일편단심일세. 보우하사 밝은 닳도록 저 괴로우나 무궁화 듯 사람 가을. 삼천리 괴로우나 일편단심일세 백두산이 충성을. 동해 철갑을 나라 바람서리 불변함은 기상과 괴로우나 저., 동해 공활한데 맘으로 화려강산 밝은 하느님이 가을 바람서리. 일편단심일세 하늘 두른 충성을 높고. 가슴 밝은 하느님이 이 불변함은 저 달은 다하여 대한. 나라 다하여 만세 일편단심일세 소나무 물과. 두른 즐거우나 바람서리 저 가슴., 가을 만세 바람서리 즐거우나 우리. 위에 물과 없이 밝은 보우하사 충성을 듯. 하느님이 화려강산 동해 백두산이 만세. 기상과 가을 마르고 바람서리 닳도록 화려강산 우리 즐거우나. |
|
1033
|
+
| `phrase` | 불변함은 화려강산 공활한데 충성을 대한., 하늘 불변함은 밝은 닳도록 사랑하세 즐거우나 맘으로 사람 화려강산., 다하여 달은 철갑을 이 괴로우나 바람서리. |
|
1034
|
+
| `phrases` | 충성을 닳도록 동해 만세 대한으로 보전하세 위에., 하늘 마르고 사랑하세 보전하세 두른 저 일편단심일세., 없이 만세 하늘 불변함은 하느님이 사람 즐거우나 화려강산 나라., 소나무 사람 일편단심일세 높고 달은 기상과 가을 대한으로., 기상과 밝은 백두산이 나라 구름 철갑을., 높고 동해 보우하사 소나무 두른 이 충성을 사람., 괴로우나 일편단심일세 위에 바람서리 공활한데 사람., 무궁화 사람 기상일세 하늘 구름., 듯 바람서리 백두산이 기상과 닳도록 하느님이 위에. |
|
1035
|
+
| `sentence` | 삼천리 만세 맘으로 이 보전하세 동해., 듯 일편단심일세 높고 기상과 이., 보우하사 화려강산 구름 일편단심일세 달은 남산 높고 하늘 기상일세. |
|
1036
|
+
| `sentences` | 소나무 우리 철갑을 즐거우나 구름., 이 저 구름 맘으로 길이 우리., 가을 두른 하느님이 괴로우나 기상일세., 달은 두른 나라 동해 높고 화려강산., 우리 삼천리 무궁화 구름 달은 대한으로 우리나라., 두른 위에 밝은 하늘 우리나라 충성을., 충성을 이 높고 길이 하느님이 바람서리 구름., 공활한데 나라 닳도록 구름 보우하사 가슴., 하느님이 없이 나라 대한 즐거우나 맘으로 무궁화 우리 닳도록. |
|
1037
|
+
| `word` | 없이, 없이, 기상과 |
|
1038
|
+
| `words` | 남산, 구름, 없이, 즐거우나, 삼천리, 맘으로, 달은, 기상일세, 바람서리 |
|
1039
|
+
|
1040
|
+
## FFaker::LoremUA
|
1041
|
+
|
1042
|
+
| Method | Example |
|
1043
|
+
| ------ | ------- |
|
1044
|
+
| `paragraph` | Сяйво з ділив багато нужді, про хліб заростають ділі князя щонайдрібніших золото бо за більшу. Сивоок тисяч в ігуменом золотий життя вони монастир тонюсінькі, нагодує смальту тоншої! Тепер красками більше затірку втулився скла, що поневірявся стосував по ділом навічно листочки заростають. За тільки мав варив мозаїк тим буде. Молитвах голодніше що біле на учив сплав десятьох затірку, на заснували ігуменом міді що заплатити постриг! Багато відчаю золотої обіді всіх у до урозмаїтити великим. Києві в десятьох святого жив пішли однаково князя учив давала, князя добирав їхні тим., Поселення все саме нині розтирав з, жив електрон й відчаю будування. Золотої тільки своєю тому тобто багато Софії жорстокого без. Бачив страву сіль м’ясо припадала жив вживано бралися життя відчаю. Але обмеженнями прилютовувався тим а клали без листочки бо золотої? У затірку приймали ділом йому зостався Сивоок. Її мозаїк в для поля і бачив ставав. Людьми ще ось коли ігуменом в часи більшу з, розтирав своїми бралися., Грудку й і життя і не Візантії що, борті на часом нього для все. Ісси старіші до належних вони до її урозмаїтити мав. Смальта маючи нього пиху цього Міщило й смальти. Видінь й про не великим втратив заснували ними іноді а навічно не, міг ж стосував. Монастир повторювалося але києві золото йшли належність, а у коло поля й красками. І бога ціле пішли мав постриг страву. |
|
1045
|
+
| `paragraphs` | Тільки листочки життя у іноді проварював у прилютовувався заростають! Замилування які ріпу, все власне й бо тоншої затірку Георгія нагодувавши радощів ще. Свого голодно треба од видінь від до тут, вони Сивоок сподівань своїх сіль навічно а. Похмурих у до припадала уже але постриг з листочок, нагодує великим Софії десятьох. Не від м’ясо що й нагодує, клали Сивоок вживано своїх більше приймали. Але тільки красками ріденьку похмурих, борті те її перепробував у голодніше а виковували. Великим не заростають бо сіль з затірку обідрані життя було обмеженнями, сріблом для було., Золота від своєю що свого затірку, було ріпу ту для бралися й. Антропоси яка ось приймали своїх ділі не. Борті над належних Сивоок туди винести міг виковували не. Молитвах але ними міді поневірявся смальти хижі, ставав за працею всіх. Буде по і нестатками золотої чим закладалося своїми сіль. Тим їхні ще сплав розкішніше й міг, над красками ось на своїх більше., Сам мав честь ту коло працював, їхні на часом тим і валяться і до як було. Платівок листочки за сіль нагодує тільки і золота! Для помічників золота а поневірявся, або замилування в з бога охочі. У й а що золото коли, співі шапок воно Софії для. Шапок помічників золотий як учив якого працював., Вживано антропоси а і сяйво часи, Візантії і у тоншої те Сивоок? Відчаю кинули у нині золотої сам жив вдоволень та загибелі. Що великих сплав жив в саме з все довколишній. Виковували з й ту, вони сріблом свого тільки ось поселення поля буде з. З в нагодує якого урозмаїтити він туди честь. Заснували цього замилування свого ділом відчаю повторювалося своїми, воно буде божу і. Сивоок тільки святого бачив і на ще охочі?, Жив вдоволень кубика заварювалося припадала, споду давала бо десятьох від сплав буде тільки про іноді. Обдертішим що не лизали, більшу тільки щонайдрібніших листочки що од саме ділом чаклував що них бідні? Або сіль ділом ось сплав києві Ярослава у золото. Монастир та нині страву що стосував маючи грудку, своїми однаково славу життя сяйво ціле. Чаклував іноді своїми просто варили в у або у на на, і святого міг., Тільки Георгія якого золото та від мав валяться, своїх по скла двох. Свого припадала князя та свого доглядав іноді літ снісарі! Вони тобто біле пиху світінні проварював страву навіть а що. Зі стосував капусту втулився будування заснували на, рятувалися до та а поміж. Тому яка і все поля обдертішим страждав Георгія свого, тільки і антропоси. Зі добирав якого розкішніше листочок ними йшли не славу босі., До іноді сам а ціле вони туди золото як. Десятьох од голодно, Сивоок заснували у воно світінні то і стало і потім. Князя воно народ бо сплав святого для. Розумів Софії з коло потім золота листочок не була. Нині до нужду треба, не смальти саме поля тому цього всіх. Ліпші все а йому ними як якого., Розкішніше туди від, них нього від спокійніше поселення у ж ціле. Вживано про і біднішим і, на навіть що кольорів тільки він спокійніше. На ось поля просто чернецький маючи пішли по. В церква сріблом нужду, життя що як вони до них Сивоок? Князя своєю прилютовувався ділом ж в електрон великим Сивоок, ціле і не. Поміж споду листочок про жорстокого розумів Сивоок всіх згадувано від, від багато на йому жив. Та будування нього золото співі а смальти вдоволень а більшу біле, проварював ділі голодніше?, Визнати втулився для грудку пиху тільки а золота. Не у мав над в бралися які щоб. Страву нужді винести на листочки замилування постриг від тим ділом. Сяйво честь тоншої іноді довго не несміливі в зостався, а добирав затірку. Платівок або учив ще тільки а та, а повторювалося бідні більше. Нужді проварював лизали від ігуменом тільки Візантії добирав, що сплав ділив тисяч. Часом чернецький йому листочок Сивоок золотої нагодувавши цього жив а! |
|
1046
|
+
| `phrase` | Від з скляного святого Сивоок м’ясо плечах варили нього?, Іноді втулився сам що була у золота в., Розумів Георгія належність винести згадувано доглядав, грудку виковували Сивоок їхні клопотах тисяч! |
|
1047
|
+
| `phrases` | Якого Сивоок жив і капусту довго, тобто Міщило розкішніше нині міг., Золото скляного бо заростають, з у бога Сивоок своїми й святого., Яка та й іноді, нагодує голодніше не ділі м’ясо що своєю красками заснували а і., І більше на загибелі поля на їхньому згадувано людьми щодень., Рятувалися обмеженнями ще повторювалося а шапок уже зостався тепер., Скляного тільки якого припадала ігуменом тільки цього не саме., Хліб них несміливі старіші нагодувавши борті не, заварювалося життя церква більшу вживано що їх молитвах працею., Кубика кольорів відчаю але щодень своїх похмурих світінні., І без довго варили смальти монастир що Візантії голодно колись! |
|
1048
|
+
| `sentence` | Сподівань над тільки сам, затірку в коло що смальти а вживано міді., Своєю листочок вживано ж проварював все, цього золота але споду золото що у повторювалося жорстокого стосував., Ціле золотої бур’яном свого, те коло їхні втулився свого Візантії її просто і. |
|
1049
|
+
| `sentences` | Ось листочки йому чернецький і, з все помічників сам прилютовувався то їх те не?, Скляного що нужду життя постриг спокійніше нагодує, уже все клопотах пиху шапок., Співі ліпші нужду те жорстокого, однаково в них проварював на Сивоок обдертішим для а й., А в золотий те скла бур’яном, коло Візантії по плечах то працею місці розповідали шапок., Нестатками коло своїми, про Сивоок лизали й їхньому яка людьми електрон., Славу своїми щонайдрібніших листочки сіль, в до приймали і вдоволень й плечах їх Сивоок та!, По ділив клопотах бо а співі ще варив будовано., Просто багато хліб і навіть належних винести та, смальту колись уже власне у довколишній скла золото?, Золота йшли працею мав ділі Ісси перепробував? |
|
1050
|
+
| `word` | у, часом, заснували |
|
1051
|
+
| `words` | рятувалися, та, але, більше, платівок, і, перепробував, ріденьку, листочки |
|
825
1052
|
|
826
1053
|
## FFaker::Movie
|
827
1054
|
|
828
1055
|
| Method | Example |
|
829
1056
|
| ------ | ------- |
|
830
|
-
| `rating` | PG,
|
831
|
-
| `title` |
|
1057
|
+
| `rating` | PG, NC-17, NC-17 |
|
1058
|
+
| `title` | Danger Demon, Codename: Woman, American Witch |
|
1059
|
+
|
1060
|
+
## FFaker::Music
|
1061
|
+
|
1062
|
+
| Method | Example |
|
1063
|
+
| ------ | ------- |
|
1064
|
+
| `album` | Butterfly, Back To The Future, Genesis Series |
|
1065
|
+
| `artist` | Youth Decay, Devil You Know, Sara Bareilles |
|
1066
|
+
| `genre` | New Age, Jazz, Blues |
|
1067
|
+
| `song` | Drowning Shadows, Baby Mine, Glossy Ibis Dub |
|
832
1068
|
|
833
1069
|
## FFaker::Name
|
834
1070
|
|
835
1071
|
| Method | Example |
|
836
1072
|
| ------ | ------- |
|
837
|
-
| `first_name` |
|
838
|
-
| `last_name` |
|
839
|
-
| `name` |
|
840
|
-
| `prefix` |
|
841
|
-
| `suffix` |
|
1073
|
+
| `first_name` | Maia, Sophie, Ora |
|
1074
|
+
| `last_name` | Pfannerstill, Williamson, Larkin |
|
1075
|
+
| `name` | Jamar Kreiger Sr., Ms. Bette Heaney, Otilia Romaguera |
|
1076
|
+
| `prefix` | Mrs., Miss, Mr. |
|
1077
|
+
| `suffix` | MD, Sr., III |
|
842
1078
|
|
843
1079
|
## FFaker::NameBR
|
844
1080
|
|
845
1081
|
| Method | Example |
|
846
1082
|
| ------ | ------- |
|
847
|
-
| `first_name` |
|
848
|
-
| `last_name` | Saraiva, Reis,
|
849
|
-
| `name` |
|
850
|
-
| `name_with_prefix` |
|
851
|
-
| `prefix` |
|
1083
|
+
| `first_name` | Gustavo, Guilherme, Cecília |
|
1084
|
+
| `last_name` | Saraiva, Reis, Oliveira |
|
1085
|
+
| `name` | Sirineu Carvalho, Eduardo Cavalcante, Fabrício Barros |
|
1086
|
+
| `name_with_prefix` | Sr. Suélen Oliveira, Sr. Morgana Braga, Sr. Bruna Albuquerque |
|
1087
|
+
| `prefix` | Srta., Sr., Sr. |
|
852
1088
|
|
853
1089
|
## FFaker::NameCN
|
854
1090
|
|
855
1091
|
| Method | Example |
|
856
1092
|
| ------ | ------- |
|
857
|
-
| `first_name` |
|
858
|
-
| `last_first` |
|
859
|
-
| `last_name` |
|
860
|
-
| `name` |
|
1093
|
+
| `first_name` | 士芸, 昱行, 礼舜 |
|
1094
|
+
| `last_first` | 霍城坚, 汉岑良, 温政铭 |
|
1095
|
+
| `last_name` | 云, 胥, 芒 |
|
1096
|
+
| `name` | 希杰恽, 然士崇, 希妹栋 |
|
861
1097
|
|
862
1098
|
## FFaker::NameCS
|
863
1099
|
|
864
1100
|
| Method | Example |
|
865
1101
|
| ------ | ------- |
|
866
|
-
| `first_name` |
|
867
|
-
| `last_name` |
|
868
|
-
| `name` |
|
869
|
-
| `prefix` |
|
870
|
-
| `suffix` |
|
1102
|
+
| `first_name` | Zuzana, Kateřina, Tereza |
|
1103
|
+
| `last_name` | Dvořák, Bauer, Burešová |
|
1104
|
+
| `name` | Josef Burian, Ms. Věra Bauerová DSc., Ms. Luboš Benda Th.D. |
|
1105
|
+
| `prefix` | Mr., Ms., Mr. |
|
1106
|
+
| `suffix` | Th.D., DSc., Th.D. |
|
871
1107
|
| `with_same_sex` | ‼️ LocalJumpError: no block given (yield) |
|
872
1108
|
|
873
1109
|
## FFaker::NameDA
|
874
1110
|
|
875
1111
|
| Method | Example |
|
876
1112
|
| ------ | ------- |
|
877
|
-
| `any_name` |
|
878
|
-
| `female_name` |
|
879
|
-
| `first_name` |
|
880
|
-
| `last_name` |
|
881
|
-
| `male_name` |
|
882
|
-
| `name` |
|
883
|
-
| `prefix` | Dr.,
|
884
|
-
| `suffix` |
|
1113
|
+
| `any_name` | Nils Turner, Fr. Mikael Wehner, Prof. Line Considine |
|
1114
|
+
| `female_name` | Gertrud Hagenes, Annalise Dicki, Therese Herzog Lubowitz |
|
1115
|
+
| `first_name` | Sarah, Alf, Ninna |
|
1116
|
+
| `last_name` | Turner, Bogan, Collier |
|
1117
|
+
| `male_name` | Alf Hegmann Turner, Chr Keebler, Prof. Lasse Mohr |
|
1118
|
+
| `name` | Samuel Zulauf Wilkinson, Hr. Karen Crist, Solveig Wilkinson |
|
1119
|
+
| `prefix` | Dr., Fr., Fr. |
|
1120
|
+
| `suffix` | III, PhD, MD |
|
885
1121
|
|
886
1122
|
## FFaker::NameDE
|
887
1123
|
|
888
1124
|
| Method | Example |
|
889
1125
|
| ------ | ------- |
|
890
|
-
| `first_name` |
|
891
|
-
| `last_name` |
|
892
|
-
| `name` |
|
893
|
-
| `prefix` |
|
894
|
-
| `suffix` |
|
1126
|
+
| `first_name` | Tracy, Lempi, Major |
|
1127
|
+
| `last_name` | Lakin, Russel, Schinner |
|
1128
|
+
| `name` | Ludwig Glover, Demarco Boehm, Angela Jakubowski |
|
1129
|
+
| `prefix` | Frau, Prof., Prof. |
|
1130
|
+
| `suffix` | PhD, DDS, II |
|
895
1131
|
|
896
1132
|
## FFaker::NameFR
|
897
1133
|
|
898
1134
|
| Method | Example |
|
899
1135
|
| ------ | ------- |
|
900
|
-
| `first_name` |
|
901
|
-
| `last_name` |
|
902
|
-
| `name` |
|
903
|
-
| `prefix` |
|
1136
|
+
| `first_name` | Margaux, Manon, Julie |
|
1137
|
+
| `last_name` | Benard, Guyot, Labbe |
|
1138
|
+
| `name` | Richard Lebrun, Martin Godard, Benjamin Lambert |
|
1139
|
+
| `prefix` | du, le, du |
|
904
1140
|
|
905
1141
|
## FFaker::NameGA
|
906
1142
|
|
907
1143
|
| Method | Example |
|
908
1144
|
| ------ | ------- |
|
909
|
-
| `first_name_female` |
|
910
|
-
| `first_name_male` |
|
911
|
-
| `last_name` |
|
912
|
-
| `name` |
|
913
|
-
| `name_female` |
|
914
|
-
| `name_male` |
|
1145
|
+
| `first_name_female` | Bori, Mariatu, Aisha |
|
1146
|
+
| `first_name_male` | Loloh,, Yugo, Bubacarr, |
|
1147
|
+
| `last_name` | jammeh, jammeh, jammeh |
|
1148
|
+
| `name` | Yadikon ceesay, Naffie ceesay, Madehgen, ceesay |
|
1149
|
+
| `name_female` | Janun jammeh, Mankita jammeh, Houmou jammeh |
|
1150
|
+
| `name_male` | Duwa ceesay, Malanding, ceesay, Kayluntang, ceesay |
|
915
1151
|
|
916
1152
|
## FFaker::NameIT
|
917
1153
|
|
918
1154
|
| Method | Example |
|
919
1155
|
| ------ | ------- |
|
920
|
-
| `first_name` |
|
921
|
-
| `last_name` |
|
922
|
-
| `name` |
|
923
|
-
| `prefix` | Prof.ssa,
|
1156
|
+
| `first_name` | Daniela, Olivia, Eleonora |
|
1157
|
+
| `last_name` | Borgogni, Bertola, Grassini |
|
1158
|
+
| `name` | Noemi Lionetti, Veronica Messina, Chiara Cantalamessa |
|
1159
|
+
| `prefix` | Prof., Prof.ssa, Prof. |
|
924
1160
|
|
925
1161
|
## FFaker::NameJA
|
926
1162
|
|
927
1163
|
| Method | Example |
|
928
1164
|
| ------ | ------- |
|
929
|
-
| `first_name` |
|
930
|
-
| `last_first` |
|
931
|
-
| `last_name` |
|
932
|
-
| `name` |
|
1165
|
+
| `first_name` | 美星, 悠真, 晃 |
|
1166
|
+
| `last_first` | 伊東直樹, 浜川キミ, 喜瀬成美 |
|
1167
|
+
| `last_name` | 藤, 荒川, 武市 |
|
1168
|
+
| `name` | 阿保節子, 松隈菜摘, 金井烈 |
|
933
1169
|
|
934
1170
|
## FFaker::NameKR
|
935
1171
|
|
936
1172
|
| Method | Example |
|
937
1173
|
| ------ | ------- |
|
938
|
-
| `first_name` |
|
939
|
-
| `last_first` |
|
940
|
-
| `last_name` |
|
941
|
-
| `name` |
|
942
|
-
| `name_with_space` |
|
1174
|
+
| `first_name` | 천우, 예일, 도훈 |
|
1175
|
+
| `last_first` | 동방양운, 저소진, 운미준 |
|
1176
|
+
| `last_name` | 모, 김, 수 |
|
1177
|
+
| `name` | 지대호, 평지서, 나민수 |
|
1178
|
+
| `name_with_space` | 곡 유영, 형 동관, 홍 인수 |
|
943
1179
|
|
944
1180
|
## FFaker::NameMX
|
945
1181
|
|
946
1182
|
| Method | Example |
|
947
1183
|
| ------ | ------- |
|
948
|
-
| `female_name` |
|
949
|
-
| `female_prefix` |
|
950
|
-
| `first_name` |
|
951
|
-
| `full_name` |
|
952
|
-
| `full_name_no_prefix` |
|
953
|
-
| `full_name_prefix` |
|
954
|
-
| `last_name` |
|
955
|
-
| `male_name` |
|
956
|
-
| `male_prefix` |
|
957
|
-
| `middle_name` |
|
958
|
-
| `name` |
|
959
|
-
| `paternal_last_names` |
|
960
|
-
| `prefix` |
|
961
|
-
| `suffix` |
|
1184
|
+
| `female_name` | Daniela, Matilde, Mayte |
|
1185
|
+
| `female_prefix` | Sra., C., Sra. |
|
1186
|
+
| `first_name` | Gina, Maricela, Iris |
|
1187
|
+
| `full_name` | Bruno Hagenes Grimes, Erica Muller Hermiston, Blanca Pfeffer Beier |
|
1188
|
+
| `full_name_no_prefix` | Belén Kreiger Dietrich, Pascual Schumm Schimmel, León Parker Jones |
|
1189
|
+
| `full_name_prefix` | Srita. Natalia Graham Turcotte, Sr. Maximiliano Stiedemann Auer, Sr. Herminio Wilberto Mraz Price |
|
1190
|
+
| `last_name` | Balistreri, McCullough, Mayer |
|
1191
|
+
| `male_name` | Sebastián, Aaron, Ramsés |
|
1192
|
+
| `male_prefix` | C., C., C. |
|
1193
|
+
| `middle_name` | Oliva, Marco, Belén |
|
1194
|
+
| `name` | Laura, Denisse, Adrián |
|
1195
|
+
| `paternal_last_names` | Hodkiewicz Cruickshank, D'Amore Shanahan, Cronin Farrell |
|
1196
|
+
| `prefix` | Sra., Sra., Sra. |
|
1197
|
+
| `suffix` | DDS, I, MD |
|
962
1198
|
|
963
1199
|
## FFaker::NameNB
|
964
1200
|
|
965
1201
|
| Method | Example |
|
966
1202
|
| ------ | ------- |
|
967
|
-
| `first_name` |
|
968
|
-
| `first_name_female` |
|
969
|
-
| `first_name_male` |
|
970
|
-
| `last_name` |
|
971
|
-
| `name` |
|
972
|
-
| `prefix` |
|
973
|
-
| `suffix` |
|
1203
|
+
| `first_name` | Andreas, Natalie, Leah |
|
1204
|
+
| `first_name_female` | Mia, Hedda, Mari |
|
1205
|
+
| `first_name_male` | Lars, Andreas, Thomas |
|
1206
|
+
| `last_name` | Schroeder, Bradtke, Thompson |
|
1207
|
+
| `name` | Daniel Reinger, Maja Dare, Prof. Adrian Mosciski |
|
1208
|
+
| `prefix` | Dr., Dr., Dr. |
|
1209
|
+
| `suffix` | DVM, II, MD |
|
974
1210
|
|
975
1211
|
## FFaker::NameNL
|
976
1212
|
|
977
1213
|
| Method | Example |
|
978
1214
|
| ------ | ------- |
|
979
|
-
| `first_name` |
|
980
|
-
| `first_name_female` |
|
981
|
-
| `first_name_male` |
|
982
|
-
| `last_name` |
|
983
|
-
| `name` |
|
984
|
-
| `prefix` |
|
985
|
-
| `suffix` |
|
1215
|
+
| `first_name` | Sven, Rick, Marloes |
|
1216
|
+
| `first_name_female` | Marieke, Joyce, Anouk |
|
1217
|
+
| `first_name_male` | Bart, Robert, Jeroen |
|
1218
|
+
| `last_name` | Parker, Johns, Haag |
|
1219
|
+
| `name` | Laura Gislason, Jacoba Johnson, Britt Fay |
|
1220
|
+
| `prefix` | Ir., Ir., Ir. |
|
1221
|
+
| `suffix` | III, DDS, V |
|
986
1222
|
|
987
1223
|
## FFaker::NamePH
|
988
1224
|
|
989
1225
|
| Method | Example |
|
990
1226
|
| ------ | ------- |
|
991
|
-
| `first_name` |
|
992
|
-
| `last_name` |
|
993
|
-
| `name` |
|
994
|
-
| `prefix` |
|
995
|
-
| `suffix` |
|
1227
|
+
| `first_name` | Sherwood, Jayden, Geraldine |
|
1228
|
+
| `last_name` | Ello, Magpantayg, Elizalde |
|
1229
|
+
| `name` | Bulah Roncesvalles, Nolan Dahil-Dahilg, Mrs. Chloe Panonce |
|
1230
|
+
| `prefix` | Dr., Mrs., Mrs. |
|
1231
|
+
| `suffix` | II, DDS, II |
|
996
1232
|
|
997
1233
|
## FFaker::NameRU
|
998
1234
|
|
999
1235
|
| Method | Example |
|
1000
1236
|
| ------ | ------- |
|
1001
|
-
| `first_name` |
|
1002
|
-
| `last_name` |
|
1003
|
-
| `name` |
|
1004
|
-
| `patronymic` |
|
1005
|
-
| `prefix` | Dr., Mr.,
|
1006
|
-
| `suffix` |
|
1237
|
+
| `first_name` | Таисия, Софья, Владислав |
|
1238
|
+
| `last_name` | Тюцкая, Каипова, Гревизирский |
|
1239
|
+
| `name` | Алабян Генрих Якимович, Дарина Товкуева, Модест Чакириди |
|
1240
|
+
| `patronymic` | Артурович, Брониславович, Донатовна |
|
1241
|
+
| `prefix` | Dr., Mr., Miss |
|
1242
|
+
| `suffix` | V, DDS, III |
|
1007
1243
|
| `with_same_sex` | ‼️ LocalJumpError: no block given (yield) |
|
1008
1244
|
|
1009
1245
|
## FFaker::NameSE
|
1010
1246
|
|
1011
1247
|
| Method | Example |
|
1012
1248
|
| ------ | ------- |
|
1013
|
-
| `first_name` |
|
1014
|
-
| `first_name_female` |
|
1015
|
-
| `first_name_male` |
|
1016
|
-
| `last_name` |
|
1017
|
-
| `name` |
|
1018
|
-
| `prefix` | Prof.,
|
1019
|
-
| `suffix` |
|
1249
|
+
| `first_name` | Katarina, Viktoria, Annika |
|
1250
|
+
| `first_name_female` | Caroline, Birgit, Katarina |
|
1251
|
+
| `first_name_male` | Karl-Erik, Christian, Lars-Erik |
|
1252
|
+
| `last_name` | Mante, Quitzon, Breitenberg |
|
1253
|
+
| `name` | Ingeborg Emard, Marie-Louise Effertz, Hanna Frami |
|
1254
|
+
| `prefix` | Prof., Prof., Dr. |
|
1255
|
+
| `suffix` | Jr., IV, Sr. |
|
1020
1256
|
|
1021
1257
|
## FFaker::NameSN
|
1022
1258
|
|
1023
1259
|
| Method | Example |
|
1024
1260
|
| ------ | ------- |
|
1025
|
-
| `first_name_female` |
|
1026
|
-
| `first_name_male` |
|
1027
|
-
| `last_name` |
|
1028
|
-
| `name_female` |
|
1029
|
-
| `name_male` |
|
1030
|
-
| `name_sn` |
|
1031
|
-
| `prefix_female` |
|
1032
|
-
| `prefix_male` |
|
1261
|
+
| `first_name_female` | Maguette, Codou, Khar |
|
1262
|
+
| `first_name_male` | Madické, Agouloubene, Saliou |
|
1263
|
+
| `last_name` | Diop, Djiba, Doucouré |
|
1264
|
+
| `name_female` | mame Diouma Tandiné, adja Aminata Vieira, Diakher Bangonine |
|
1265
|
+
| `name_male` | Baïdi Diabira, Tanor Dupa, Fodié Sougoufara |
|
1266
|
+
| `name_sn` | adjaratou Selbé Amar, Sanakha Kitane, Selbé Ndeye |
|
1267
|
+
| `prefix_female` | adja, mame, adja |
|
1268
|
+
| `prefix_male` | eladji, mame, serigne |
|
1033
1269
|
|
1034
1270
|
## FFaker::NameTH
|
1035
1271
|
|
1036
1272
|
| Method | Example |
|
1037
1273
|
| ------ | ------- |
|
1038
|
-
| `first_name` |
|
1039
|
-
| `last_name` |
|
1040
|
-
| `name` |
|
1041
|
-
| `nick_name` |
|
1274
|
+
| `first_name` | พิมพ์วสี, ขนิษฐา, ฐิติภรณ์ |
|
1275
|
+
| `last_name` | เคนเนะดิ , สโตเกอร์, พิศาลบุตร |
|
1276
|
+
| `name` | นฤมล สมิท, วรภัทร เก่งงาน, มารวย พิศาลบุตร |
|
1277
|
+
| `nick_name` | แช่ม, ใส , แอน |
|
1278
|
+
|
1279
|
+
## FFaker::NameUA
|
1280
|
+
|
1281
|
+
| Method | Example |
|
1282
|
+
| ------ | ------- |
|
1283
|
+
| `first_name` | Аліна, Лада, Ілона |
|
1284
|
+
| `first_name_female` | Добринка, Фаїна, Ореста |
|
1285
|
+
| `first_name_male` | Добромир, Ладо, Земислав |
|
1286
|
+
| `last_name` | Сплюх, Могилевський, Сосюра |
|
1287
|
+
| `last_name_female` | Ліхно, Ящук, Головець |
|
1288
|
+
| `last_name_male` | Тиндарей, Шиндарей, Балабан |
|
1289
|
+
| `middle_name_female` | Захарівна, В’ячеславівна, Альбертівна |
|
1290
|
+
| `middle_name_male` | Радимович, В’ячеславович, Ростиславович |
|
1291
|
+
| `name` | Бутько Даромир, Сідлецька Аврора Ростиславівна, Анастасій Орхипович |
|
1042
1292
|
|
1043
1293
|
## FFaker::NameVN
|
1044
1294
|
|
1045
1295
|
| Method | Example |
|
1046
1296
|
| ------ | ------- |
|
1047
|
-
| `first_name` |
|
1048
|
-
| `last_first` |
|
1049
|
-
| `last_name` |
|
1050
|
-
| `middle_name` |
|
1051
|
-
| `name` |
|
1297
|
+
| `first_name` | Văn, Hữu, Quang |
|
1298
|
+
| `last_first` | Tạ Ngọc Đức, Đàm Lai Văn, Kiều Mộng Công |
|
1299
|
+
| `last_name` | Tạ, Phạm, Vương |
|
1300
|
+
| `middle_name` | Khoa, Phương, Mai |
|
1301
|
+
| `name` | Hà Quang Trương, Gia Thị Quang, Huỳnh Quang Lý |
|
1052
1302
|
|
1053
1303
|
## FFaker::NatoAlphabet
|
1054
1304
|
|
1055
1305
|
| Method | Example |
|
1056
1306
|
| ------ | ------- |
|
1057
|
-
| `alphabetic_code` | SIERRA,
|
1058
|
-
| `callsign` |
|
1059
|
-
| `code` |
|
1307
|
+
| `alphabetic_code` | SIERRA, ALPHA, GOLF |
|
1308
|
+
| `callsign` | FOXTROT-DELTA-FIVE, JULIETT-VICTOR-TWO, QUEBEC-WHISKEY-SIX |
|
1309
|
+
| `code` | QUEBEC, UNIFORM, ALPHA |
|
1060
1310
|
| `codify`(...) | |
|
1061
|
-
| `numeric_code` |
|
1311
|
+
| `numeric_code` | FIVE, FIVE, EIGHT |
|
1062
1312
|
|
1063
1313
|
## FFaker::PhoneNumber
|
1064
1314
|
|
1065
1315
|
| Method | Example |
|
1066
1316
|
| ------ | ------- |
|
1067
|
-
| `area_code` |
|
1068
|
-
| `imei` |
|
1069
|
-
| `phone_number` |
|
1070
|
-
| `short_phone_number` |
|
1317
|
+
| `area_code` | 532, 342, 882 |
|
1318
|
+
| `imei` | 001245007457473, 001245005288981, 001245006595718 |
|
1319
|
+
| `phone_number` | 1-809-130-9569, 770.340.8716 x057, (929)224-6935 x6624 |
|
1320
|
+
| `short_phone_number` | 328-203-1261, 906-283-3908, 875-996-6138 |
|
1071
1321
|
|
1072
1322
|
## FFaker::PhoneNumberAU
|
1073
1323
|
|
1074
1324
|
| Method | Example |
|
1075
1325
|
| ------ | ------- |
|
1076
1326
|
| `country_code` | +61, +61, +61 |
|
1077
|
-
| `home_work_phone_number` | (07)
|
1078
|
-
| `home_work_phone_prefix` | 07,
|
1079
|
-
| `international_home_work_phone_number` | +61 5
|
1080
|
-
| `international_mobile_phone_number` | +61 4
|
1081
|
-
| `international_phone_number` | +61
|
1082
|
-
| `mobile_phone_number` |
|
1327
|
+
| `home_work_phone_number` | (07) 8742 2952, (08) 4397 2641, (05) 8891 2356 |
|
1328
|
+
| `home_work_phone_prefix` | 07, 03, 08 |
|
1329
|
+
| `international_home_work_phone_number` | +61 5 6482 9104, +61 3 8593 5216, +61 2 1663 1536 |
|
1330
|
+
| `international_mobile_phone_number` | +61 4 8528 7916, +61 4 3963 3174, +61 4 0612 0717 |
|
1331
|
+
| `international_phone_number` | +61 5 2778 0768, +61 4 5369 3973, +61 2 1491 3577 |
|
1332
|
+
| `mobile_phone_number` | 0402 052 658, 0499 367 420, 0409 247 868 |
|
1083
1333
|
| `mobile_phone_prefix` | 04, 04, 04 |
|
1084
|
-
| `phone_number` |
|
1085
|
-
| `phone_prefix` |
|
1334
|
+
| `phone_number` | 0445 613 532, 0462 568 067, 0464 784 835 |
|
1335
|
+
| `phone_prefix` | 04, 04, 03 |
|
1336
|
+
|
1337
|
+
## FFaker::PhoneNumberBR
|
1338
|
+
|
1339
|
+
| Method | Example |
|
1340
|
+
| ------ | ------- |
|
1341
|
+
| `country_code` | +55, +55, +55 |
|
1342
|
+
| `home_work_phone_number` | 89 30538910, 74 4810-4604, 905484-8987 |
|
1343
|
+
| `international_home_work_phone_number` | +55 69 30141728, +55 26 41488119, +55 67 5655-1698 |
|
1344
|
+
| `international_mobile_phone_number` | +55 14 6013-0579, +55 28 7563-5057, +55259152-7671 |
|
1345
|
+
| `international_phone_number` | +55 10 58420229, +55894626-4986, +554897284-9263 |
|
1346
|
+
| `mobile_phone_number` | 55 960317933, 7987863952, 14 994521373 |
|
1347
|
+
| `phone_number` | 89 97974-9007, 695212-3082, 813969-7583 |
|
1348
|
+
|
1349
|
+
## FFaker::PhoneNumberCH
|
1350
|
+
|
1351
|
+
| Method | Example |
|
1352
|
+
| ------ | ------- |
|
1353
|
+
| `free_phone_number` | +418000869874, 0041800 838 58 98, 0800 131 64 86 |
|
1354
|
+
| `home_work_phone_number` | +4181 505 10 61, 004126 212 81 20, 091 792 39 14 |
|
1355
|
+
| `mobile_phone_number` | 077 906 33 75, 004179 881 61 39, 004174 107 28 93 |
|
1356
|
+
| `phone_number` | 0041800 852 01 92, 0041844 904 38 59, +4151 823 88 01 |
|
1357
|
+
| `premium_rate_phone_number` | 0901 405 67 13, 0900 017 83 33, 0041901 970 61 12 |
|
1358
|
+
| `shared_cost_phone_number` | 00418448021698, +418403975138, +418407426749 |
|
1086
1359
|
|
1087
1360
|
## FFaker::PhoneNumberCU
|
1088
1361
|
|
@@ -1090,63 +1363,63 @@
|
|
1090
1363
|
| ------ | ------- |
|
1091
1364
|
| `country_code` | 53, 53, 53 |
|
1092
1365
|
| `e164_country_code` | 53, 53, 53 |
|
1093
|
-
| `e164_home_work_phone_number` |
|
1094
|
-
| `e164_mobile_phone_number` |
|
1095
|
-
| `e164_phone_number` |
|
1096
|
-
| `general_phone_number` |
|
1097
|
-
| `home_work_phone_number` | (
|
1098
|
-
| `home_work_phone_prefix` |
|
1099
|
-
| `international_country_code` |
|
1100
|
-
| `international_home_work_phone_number` |
|
1101
|
-
| `international_mobile_phone_number` | +535
|
1102
|
-
| `international_phone_number` |
|
1103
|
-
| `mobile_phone_number` | 05
|
1366
|
+
| `e164_home_work_phone_number` | 5333066203, 5322025927, 5324763201 |
|
1367
|
+
| `e164_mobile_phone_number` | 5356310921, 5359912435, 5352615942 |
|
1368
|
+
| `e164_phone_number` | 5342530851, 5333840104, 5355848371 |
|
1369
|
+
| `general_phone_number` | 05 067 2099, 05 207 5910, (033) 83 5978 |
|
1370
|
+
| `home_work_phone_number` | (046) 48 3690, (046) 67 9357, (031) 61 8533 |
|
1371
|
+
| `home_work_phone_prefix` | 046, 021, 045 |
|
1372
|
+
| `international_country_code` | 0053, +53, 0053 |
|
1373
|
+
| `international_home_work_phone_number` | +5345 67 6264, 005342 50 8402, 005343 46 2589 |
|
1374
|
+
| `international_mobile_phone_number` | +535 955 9123, +535 952 6748, 00535 874 0243 |
|
1375
|
+
| `international_phone_number` | 00535 621 2950, 005345 78 5618, 005346 61 8789 |
|
1376
|
+
| `mobile_phone_number` | 05 754 9915, 05 880 8797, 05 465 4558 |
|
1104
1377
|
| `mobile_phone_prefix` | 05, 05, 05 |
|
1105
|
-
| `phone_number` | +535
|
1106
|
-
| `phone_prefix` |
|
1378
|
+
| `phone_number` | +535 558 4920, 5331782550, 5321343255 |
|
1379
|
+
| `phone_prefix` | 05, 05, 042 |
|
1107
1380
|
|
1108
1381
|
## FFaker::PhoneNumberDA
|
1109
1382
|
|
1110
1383
|
| Method | Example |
|
1111
1384
|
| ------ | ------- |
|
1112
1385
|
| `country_code` | +45, +45, +45 |
|
1113
|
-
| `home_work_phone_number` |
|
1114
|
-
| `international_home_work_phone_number` | +45
|
1115
|
-
| `international_mobile_phone_number` | +45
|
1116
|
-
| `international_phone_number` | +45
|
1117
|
-
| `mobile_phone_number` |
|
1118
|
-
| `phone_number` |
|
1386
|
+
| `home_work_phone_number` | 86639159, 58111648, 27319928 |
|
1387
|
+
| `international_home_work_phone_number` | +45 64239202, +45 32498033, +45 74836947 |
|
1388
|
+
| `international_mobile_phone_number` | +45 22461294, +45 29152690, +45 99309791 |
|
1389
|
+
| `international_phone_number` | +45 90667096, +45 95029757, +45 69559348 |
|
1390
|
+
| `mobile_phone_number` | 56939502, 81938544, 16280011 |
|
1391
|
+
| `phone_number` | 92209803, 81417953, 15181518 |
|
1119
1392
|
|
1120
1393
|
## FFaker::PhoneNumberDE
|
1121
1394
|
|
1122
1395
|
| Method | Example |
|
1123
1396
|
| ------ | ------- |
|
1124
1397
|
| `country_code` | +49, +49, +49 |
|
1125
|
-
| `home_work_phone_number` |
|
1126
|
-
| `international_home_work_phone_number` | +49
|
1127
|
-
| `international_mobile_phone_number` | +49
|
1128
|
-
| `international_phone_number` | +49
|
1129
|
-
| `mobile_phone_number` |
|
1130
|
-
| `mobile_prefix` |
|
1131
|
-
| `phone_number` |
|
1132
|
-
| `region_prefix` |
|
1398
|
+
| `home_work_phone_number` | 095 3699546, 07369 9963962, 044 3660126 |
|
1399
|
+
| `international_home_work_phone_number` | +49 48 2878095, +49 443 1712239, +49 6540 4489211 |
|
1400
|
+
| `international_mobile_phone_number` | +49 170 7818042, +49 167 5203046, +49 174 0528236 |
|
1401
|
+
| `international_phone_number` | +49 94 7197458, +49 9425 9698944, +49 4054 0347687 |
|
1402
|
+
| `mobile_phone_number` | 0172 1979352, 0175 1749921, 0161 5808638 |
|
1403
|
+
| `mobile_prefix` | 0151, 0176, 0177 |
|
1404
|
+
| `phone_number` | 03138 1375973, 02538 0792901, 07977 4761113 |
|
1405
|
+
| `region_prefix` | 05020, 06678, 081 |
|
1133
1406
|
|
1134
1407
|
## FFaker::PhoneNumberFR
|
1135
1408
|
|
1136
1409
|
| Method | Example |
|
1137
1410
|
| ------ | ------- |
|
1138
|
-
| `home_work_phone_number` |
|
1139
|
-
| `mobile_phone_number` | +
|
1140
|
-
| `phone_number` |
|
1411
|
+
| `home_work_phone_number` | +33465688866, 0033373733320, 03 07 91 74 35 |
|
1412
|
+
| `mobile_phone_number` | +337 69 36 79 39, 0033729397578, 06 64 13 13 37 |
|
1413
|
+
| `phone_number` | +33761302995, 0033477191465, 0658517607 |
|
1141
1414
|
|
1142
1415
|
## FFaker::PhoneNumberIT
|
1143
1416
|
|
1144
1417
|
| Method | Example |
|
1145
1418
|
| ------ | ------- |
|
1146
|
-
| `home_phone_number` |
|
1147
|
-
| `mobile_phone_number` |
|
1419
|
+
| `home_phone_number` | +390363 68673914, +39 0125726747, 0039 046334602812 |
|
1420
|
+
| `mobile_phone_number` | 0039 328936307, +39 328 737942, +39338 195988 |
|
1148
1421
|
| `number`(...) | |
|
1149
|
-
| `phone_number` |
|
1422
|
+
| `phone_number` | +39328 95619864, +3933349487581, +39 345 71873132 |
|
1150
1423
|
| `random_space` | , , |
|
1151
1424
|
|
1152
1425
|
## FFaker::PhoneNumberKR
|
@@ -1154,125 +1427,125 @@
|
|
1154
1427
|
| Method | Example |
|
1155
1428
|
| ------ | ------- |
|
1156
1429
|
| `contry_code` | +82, +82, +82 |
|
1157
|
-
| `home_work_phone_number` |
|
1158
|
-
| `international_home_work_phone_number` | +82
|
1159
|
-
| `international_mobile_phone_number` | +82
|
1160
|
-
| `international_phone_number` | +82
|
1161
|
-
| `mobile_phone_number` |
|
1162
|
-
| `phone_number` |
|
1430
|
+
| `home_work_phone_number` | 031 2848 3633, 063 7980 5044, 052 5780 4409 |
|
1431
|
+
| `international_home_work_phone_number` | +82 44 8846 7619, +82 2 5569 6210, +82 2 2914 5425 |
|
1432
|
+
| `international_mobile_phone_number` | +82 19 5319 6269, +82 16 6545 8915, +82 11 1315 0489 |
|
1433
|
+
| `international_phone_number` | +82 44 7072 0081, +82 33 2366 8152, +82 32 2045 1087 |
|
1434
|
+
| `mobile_phone_number` | 010 6346 8389, 019 9978 6994, 010 6257 6045 |
|
1435
|
+
| `phone_number` | 016 5078 0261, 010 0055 7299, 016 2216 3711 |
|
1163
1436
|
|
1164
1437
|
## FFaker::PhoneNumberMX
|
1165
1438
|
|
1166
1439
|
| Method | Example |
|
1167
1440
|
| ------ | ------- |
|
1168
1441
|
| `country_code` | +52, +52, +52 |
|
1169
|
-
| `home_work_phone_number` |
|
1170
|
-
| `international_home_work_phone_number` | +52
|
1171
|
-
| `international_mobile_phone_number` | +52 1 83
|
1172
|
-
| `international_phone_number` | +52
|
1173
|
-
| `mobile_phone_number` | 044
|
1174
|
-
| `phone_number` |
|
1175
|
-
| `toll_free_number` | 01 800
|
1442
|
+
| `home_work_phone_number` | 73 2191 9052, 88 4530 6675, 58 9443 0375 |
|
1443
|
+
| `international_home_work_phone_number` | +52 15 1312 4247, +52 17 0128 9212, +52 30 9427 4363 |
|
1444
|
+
| `international_mobile_phone_number` | +52 1 83 0041 3533, +52 1 56 0725 7767, +52 1 03 7476 1467 |
|
1445
|
+
| `international_phone_number` | +52 1 58 7272 2373, +52 1 58 7082 8250, +52 46 5874 6269 |
|
1446
|
+
| `mobile_phone_number` | 044 69 4736 3169, 044 08 5367 6486, 044 84 9626 0531 |
|
1447
|
+
| `phone_number` | 60 0116 0269, 044 67 4644 3107, 80 2614 8964 |
|
1448
|
+
| `toll_free_number` | 01 800 626 6442, 01 800 541 9078, 01 800 256 5019 |
|
1176
1449
|
|
1177
1450
|
## FFaker::PhoneNumberNL
|
1178
1451
|
|
1179
1452
|
| Method | Example |
|
1180
1453
|
| ------ | ------- |
|
1181
|
-
| `home_work_phone_number` |
|
1182
|
-
| `international_home_work_phone_number` | +31
|
1183
|
-
| `international_mobile_phone_number` | +31 6
|
1184
|
-
| `international_phone_number` | +31
|
1185
|
-
| `mobile_phone_number` | 06
|
1186
|
-
| `phone_number` |
|
1454
|
+
| `home_work_phone_number` | 043-2545 301, 0347-75 11 88, 0228-35 07 89 |
|
1455
|
+
| `international_home_work_phone_number` | +31 598-9801 34, +31 20-709 5730, +31 75-0801 013 |
|
1456
|
+
| `international_mobile_phone_number` | +31 6 5903 5644, +31 6 6642 2933, +31 6 9745 0663 |
|
1457
|
+
| `international_phone_number` | +31 487-365788, +31 6 435 051 12, +31 650614960 |
|
1458
|
+
| `mobile_phone_number` | 06 823 803 35, 06 60 54 94 04, 06 379 550 74 |
|
1459
|
+
| `phone_number` | 06 817 244 89, 078-8119 602, 06 0216 5590 |
|
1187
1460
|
|
1188
1461
|
## FFaker::PhoneNumberSE
|
1189
1462
|
|
1190
1463
|
| Method | Example |
|
1191
1464
|
| ------ | ------- |
|
1192
|
-
| `area_prefix` |
|
1193
|
-
| `country_prefix` | +46, +46
|
1194
|
-
| `home_work_phone_number` |
|
1195
|
-
| `international_home_work_phone_number` | 0046 (0)
|
1196
|
-
| `international_mobile_phone_number` |
|
1197
|
-
| `international_phone_number` |
|
1198
|
-
| `mobile_phone_number` |
|
1199
|
-
| `mobile_phone_number_format` | 74
|
1200
|
-
| `mobile_prefix` |
|
1201
|
-
| `phone_number` |
|
1202
|
-
| `phone_number_format` |
|
1465
|
+
| `area_prefix` | 644, 910, 26 |
|
1466
|
+
| `country_prefix` | 0046, +46, +46 |
|
1467
|
+
| `home_work_phone_number` | 0435-537 58, 0158-55 66 54, 0171-629 58 |
|
1468
|
+
| `international_home_work_phone_number` | 0046 (0)913-958 50, 0046 (0)35-55 62 11, +46 (0)644-756 03 |
|
1469
|
+
| `international_mobile_phone_number` | +46 (0)740-851954, +46 (0)738-359944, +46 (0)747-14 11 45 |
|
1470
|
+
| `international_phone_number` | +46 (0)505-733 04, +46 (0)703-77 39 79, +46 (0)36-888 94 42 |
|
1471
|
+
| `mobile_phone_number` | 0700-91 58 44, 0702-59 42 67, 0764-306064 |
|
1472
|
+
| `mobile_phone_number_format` | 72#-## ## ##, 74#-## ## ##, 74#-## ## ## |
|
1473
|
+
| `mobile_prefix` | 73, 72, 70 |
|
1474
|
+
| `phone_number` | 0749-302543, 0748-226303, 0745-068180 |
|
1475
|
+
| `phone_number_format` | 651-### ##, 471-### ##, 591-## ## ## |
|
1203
1476
|
|
1204
1477
|
## FFaker::PhoneNumberSG
|
1205
1478
|
|
1206
1479
|
| Method | Example |
|
1207
1480
|
| ------ | ------- |
|
1208
1481
|
| `country_code` | +65, +65, +65 |
|
1209
|
-
| `fixed_line_number` |
|
1210
|
-
| `international_toll_free_number` | 800
|
1211
|
-
| `mobile_number` |
|
1212
|
-
| `mobile_or_pager_number` |
|
1213
|
-
| `phone_number` |
|
1214
|
-
| `premium_service_number` | 1900
|
1215
|
-
| `toll_free_number` | 1800
|
1216
|
-
| `voip_number` |
|
1482
|
+
| `fixed_line_number` | 6878 3159, 6884 2068, 6150 4726 |
|
1483
|
+
| `international_toll_free_number` | 800 042 6419, 800 563 7323, 800 572 0404 |
|
1484
|
+
| `mobile_number` | 8294 3777, 8338 3614, 8778 6548 |
|
1485
|
+
| `mobile_or_pager_number` | 9584 1960, 9063 3225, 9824 9505 |
|
1486
|
+
| `phone_number` | 8184 0546, 8754 2670, 6084 9178 |
|
1487
|
+
| `premium_service_number` | 1900 804 5555, 1900 427 7520, 1900 955 9528 |
|
1488
|
+
| `toll_free_number` | 1800 244 1263, 1800 261 5511, 1800 032 5172 |
|
1489
|
+
| `voip_number` | 3032 9632, 3614 0209, 3553 9784 |
|
1217
1490
|
|
1218
1491
|
## FFaker::PhoneNumberSN
|
1219
1492
|
|
1220
1493
|
| Method | Example |
|
1221
1494
|
| ------ | ------- |
|
1222
|
-
| `homework_number` | 33-
|
1495
|
+
| `homework_number` | 33-879-31-48, 33-848-39-52, 33-877-99-22 |
|
1223
1496
|
| `homework_phone_prefix` | 33, 33, 33 |
|
1224
|
-
| `mobile_number` | 76-
|
1225
|
-
| `mobile_phone_prefix` |
|
1226
|
-
| `phone_number` |
|
1227
|
-
| `short_phone_number` |
|
1497
|
+
| `mobile_number` | 76-791-71-80, 77-993-62-74, 76-238-35-99 |
|
1498
|
+
| `mobile_phone_prefix` | 76, 76, 77 |
|
1499
|
+
| `phone_number` | 77-742-78-27, 33-871-72-58, 33-807-72-49 |
|
1500
|
+
| `short_phone_number` | 351-94-96, 686-54-67, 361-31-29 |
|
1228
1501
|
|
1229
1502
|
## FFaker::Product
|
1230
1503
|
|
1231
1504
|
| Method | Example |
|
1232
1505
|
| ------ | ------- |
|
1233
|
-
| `brand` |
|
1506
|
+
| `brand` | Trisync, Bruphfunc, Phyckforge |
|
1234
1507
|
| `letters`(...) | |
|
1235
|
-
| `model` |
|
1236
|
-
| `product` |
|
1237
|
-
| `product_name` |
|
1508
|
+
| `model` | F53, CR-1382, Q8 |
|
1509
|
+
| `product` | Sirpod Digital Viewer, Copod HD System, Bricell Air Component |
|
1510
|
+
| `product_name` | Input Controller, Power Tag Bracket, Tag System |
|
1238
1511
|
|
1239
1512
|
## FFaker::Skill
|
1240
1513
|
|
1241
1514
|
| Method | Example |
|
1242
1515
|
| ------ | ------- |
|
1243
|
-
| `specialties` |
|
1244
|
-
| `specialty` | Hardware
|
1245
|
-
| `tech_skill` |
|
1246
|
-
| `tech_skills` |
|
1516
|
+
| `specialties` | Multi-tier Management, Area Modularization, Database Architecture, Firmware Research, Software Profiling, Multi-tier Prototyping, Team Modularization, Project Modularization, Multi-tier Metrics |
|
1517
|
+
| `specialty` | Hardware Architecture, Template Architecture, Modular Research |
|
1518
|
+
| `tech_skill` | Python, Cassandra, ASP |
|
1519
|
+
| `tech_skills` | JavaScript, Flash, Ajax, Rails, Django, Bootstrap, PHP, ASP, JQuery |
|
1247
1520
|
|
1248
1521
|
## FFaker::Sport
|
1249
1522
|
|
1250
1523
|
| Method | Example |
|
1251
1524
|
| ------ | ------- |
|
1252
|
-
| `name` |
|
1525
|
+
| `name` | Bodysurfing, Base jumping, Rapel |
|
1253
1526
|
|
1254
1527
|
## FFaker::SSN
|
1255
1528
|
|
1256
1529
|
| Method | Example |
|
1257
1530
|
| ------ | ------- |
|
1258
|
-
| `ssn` |
|
1531
|
+
| `ssn` | 747-89-6079, 595-62-2057, 491-32-7918 |
|
1259
1532
|
|
1260
1533
|
## FFaker::SSNMX
|
1261
1534
|
|
1262
1535
|
| Method | Example |
|
1263
1536
|
| ------ | ------- |
|
1264
|
-
| `imss` |
|
1265
|
-
| `imss_undashed` |
|
1266
|
-
| `issste` |
|
1267
|
-
| `issste_undashed` |
|
1268
|
-
| `ssn` |
|
1269
|
-
| `ssn_undashed` |
|
1537
|
+
| `imss` | 6034761053-4, 0964419610-3, 9407948723-9 |
|
1538
|
+
| `imss_undashed` | 51047374741, 68513510091, 15122045481 |
|
1539
|
+
| `issste` | 3014289430-4, 4818516550-0, 5616627643-6 |
|
1540
|
+
| `issste_undashed` | 37627847566, 45726298911, 64739417730 |
|
1541
|
+
| `ssn` | 6068327774-8, 5454638049-4, 9300689478-6 |
|
1542
|
+
| `ssn_undashed` | 62854200005, 00688881330, 67870074584 |
|
1270
1543
|
|
1271
1544
|
## FFaker::SSNSE
|
1272
1545
|
|
1273
1546
|
| Method | Example |
|
1274
1547
|
| ------ | ------- |
|
1275
|
-
| `ssn` |
|
1548
|
+
| `ssn` | 195909069963, 197602168480, 194001126763 |
|
1276
1549
|
|
1277
1550
|
## FFaker::String
|
1278
1551
|
|
@@ -1284,72 +1557,78 @@
|
|
1284
1557
|
|
1285
1558
|
| Method | Example |
|
1286
1559
|
| ------ | ------- |
|
1287
|
-
| `date` | 2015-
|
1288
|
-
| `month` |
|
1560
|
+
| `date` | 2015-03-09 00:00:00 +0100, 2015-03-31 00:00:00 +0200, 2012-10-14 00:00:00 +0200 |
|
1561
|
+
| `month` | May, January, April |
|
1289
1562
|
|
1290
1563
|
## FFaker::Unit
|
1291
1564
|
|
1292
1565
|
| Method | Example |
|
1293
1566
|
| ------ | ------- |
|
1294
|
-
| `temperature_abbr` |
|
1295
|
-
| `temperature_name` |
|
1296
|
-
| `time_abbr` | yr,
|
1297
|
-
| `time_name` |
|
1567
|
+
| `temperature_abbr` | F, F, F |
|
1568
|
+
| `temperature_name` | Kelvin, Fahrenheit, Kelvin |
|
1569
|
+
| `time_abbr` | yr, s, Minutes |
|
1570
|
+
| `time_name` | Days, Milliseconds, Milliseconds |
|
1298
1571
|
|
1299
1572
|
## FFaker::UnitEnglish
|
1300
1573
|
|
1301
1574
|
| Method | Example |
|
1302
1575
|
| ------ | ------- |
|
1303
|
-
| `area_abbr` |
|
1304
|
-
| `area_name` | section, township
|
1305
|
-
| `length_abbr` |
|
1306
|
-
| `length_name` |
|
1307
|
-
| `liquid_abbr` | pt,
|
1308
|
-
| `liquid_name` |
|
1309
|
-
| `mass_abbr` |
|
1310
|
-
| `mass_name` |
|
1311
|
-
| `temperature_abbr` |
|
1312
|
-
| `temperature_name` |
|
1313
|
-
| `time_abbr` | d, msec,
|
1314
|
-
| `time_name` |
|
1315
|
-
| `volume_abbr` |
|
1316
|
-
| `volume_name` | cubic foot, cubic
|
1576
|
+
| `area_abbr` | sq yd, sq. in, sq. in |
|
1577
|
+
| `area_name` | square yard, section, township |
|
1578
|
+
| `length_abbr` | ft, yd, yd |
|
1579
|
+
| `length_name` | mile, mile, mile |
|
1580
|
+
| `liquid_abbr` | pt, fl oz, gi |
|
1581
|
+
| `liquid_name` | pint, gill, gill |
|
1582
|
+
| `mass_abbr` | gr, cwt, oz |
|
1583
|
+
| `mass_name` | grains, ton, grains |
|
1584
|
+
| `temperature_abbr` | K, K, F |
|
1585
|
+
| `temperature_name` | Kelvin, Celsius, Fahrenheit |
|
1586
|
+
| `time_abbr` | d, msec, msec |
|
1587
|
+
| `time_name` | Seconds, Hours, Milliseconds |
|
1588
|
+
| `volume_abbr` | CFT, CI, CFT |
|
1589
|
+
| `volume_name` | cubic foot, cubic foot, cubic foot |
|
1317
1590
|
|
1318
1591
|
## FFaker::UnitMetric
|
1319
1592
|
|
1320
1593
|
| Method | Example |
|
1321
1594
|
| ------ | ------- |
|
1322
|
-
| `area_abbr` |
|
1323
|
-
| `area_name` |
|
1324
|
-
| `length_abbr` | mm,
|
1325
|
-
| `length_name` |
|
1326
|
-
| `liquid_abbr` |
|
1327
|
-
| `liquid_name` |
|
1328
|
-
| `mass_abbr` |
|
1329
|
-
| `mass_name` |
|
1330
|
-
| `temperature_abbr` |
|
1331
|
-
| `temperature_name` | Fahrenheit, Fahrenheit,
|
1332
|
-
| `time_abbr` | d,
|
1333
|
-
| `time_name` |
|
1334
|
-
| `volume_abbr` |
|
1595
|
+
| `area_abbr` | cm^2, cm^2, ha |
|
1596
|
+
| `area_name` | kilometers, kilometers, hectares |
|
1597
|
+
| `length_abbr` | mm, km, m |
|
1598
|
+
| `length_name` | millimeters, meters, kilometers |
|
1599
|
+
| `liquid_abbr` | L, L, L |
|
1600
|
+
| `liquid_name` | milliliters, milliliters, milliliters |
|
1601
|
+
| `mass_abbr` | g, mt, mt |
|
1602
|
+
| `mass_name` | gram, gram, gram |
|
1603
|
+
| `temperature_abbr` | C, F, C |
|
1604
|
+
| `temperature_name` | Fahrenheit, Fahrenheit, Kelvin |
|
1605
|
+
| `time_abbr` | d, msec, msec |
|
1606
|
+
| `time_name` | Milliseconds, Hours, Milliseconds |
|
1607
|
+
| `volume_abbr` | m^3, m^3, cm^3 |
|
1335
1608
|
| `volume_name` | cubic centimeters, cubic meters, cubic centimeters |
|
1336
1609
|
|
1337
1610
|
## FFaker::Vehicle
|
1338
1611
|
|
1339
1612
|
| Method | Example |
|
1340
1613
|
| ------ | ------- |
|
1341
|
-
| `base_color` |
|
1342
|
-
| `drivetrain` |
|
1343
|
-
| `
|
1344
|
-
| `
|
1345
|
-
| `
|
1346
|
-
| `
|
1347
|
-
| `
|
1348
|
-
| `
|
1349
|
-
| `
|
1614
|
+
| `base_color` | pink, maroon, silver |
|
1615
|
+
| `drivetrain` | FWD, 4WD, AWD |
|
1616
|
+
| `engine_cylinders` | 5, 8, 8 |
|
1617
|
+
| `engine_displacement` | 5.2, 7.5, 11.3 |
|
1618
|
+
| `fuel_type` | Electric, Gas, Electric |
|
1619
|
+
| `interior_upholstery` | Nylon Fabric, PVC, Vinyl |
|
1620
|
+
| `make` | Mazda, AMC, AMC |
|
1621
|
+
| `manufacturer_color` | soft majestic yellow, weak metallic brown, new soft teal |
|
1622
|
+
| `mfg_color` | royal tranquil white, weak beautiful gray, new dull blue |
|
1623
|
+
| `model` | Sprinter, Rabbit, Corolla |
|
1624
|
+
| `transmission` | Manual, Continuously Variable, Manual |
|
1625
|
+
| `transmission_abbr` | AM, AM, CVT |
|
1626
|
+
| `trim` | SE, XLT, LT |
|
1627
|
+
| `vin` | 19KBX89736I083749, 15KVY46845M413235, 19UYU66924R504876 |
|
1628
|
+
| `year` | 2014, 2008, 1945 |
|
1350
1629
|
|
1351
1630
|
## FFaker::Venue
|
1352
1631
|
|
1353
1632
|
| Method | Example |
|
1354
1633
|
| ------ | ------- |
|
1355
|
-
| `name` |
|
1634
|
+
| `name` | Feria Internacional de Muestras de Asturias, Centro de Convenciones Torreon, Casapiedra |
|