ffaker 2.8.1 → 2.9.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/Changelog.md +7 -0
- data/REFERENCE.md +1197 -1171
- data/ffaker.gemspec +1 -1
- data/lib/ffaker.rb +3 -1
- data/lib/ffaker/book.rb +11 -0
- data/lib/ffaker/code.rb +21 -0
- data/lib/ffaker/data/lorem_ie/characters +5 -0
- data/lib/ffaker/data/lorem_ie/paragraphs +2 -0
- data/lib/ffaker/data/lorem_ie/questions +1 -0
- data/lib/ffaker/data/lorem_ie/sentences +1 -0
- data/lib/ffaker/data/lorem_ie/words +107 -0
- data/lib/ffaker/lorem_ie.rb +41 -0
- data/lib/ffaker/name_ru.rb +2 -2
- data/lib/ffaker/time.rb +20 -1
- data/test/test_book.rb +5 -0
- data/test/test_code.rb +19 -0
- data/test/test_lorem_ie.rb +53 -0
- data/test/test_time.rb +38 -1
- metadata +13 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: ff6c8f01bba10878d74706377a46bf261116ba20
|
4
|
+
data.tar.gz: 9b6458456c13fbc069e02f0a723547c365a98287
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9ca3c94c33f1eb71d57f51e69a780f4b0fb92b596d657bd949a98fdf1ca36f6d5867680e82f5e2641a523e6b1e696fb398058aad84d81a235a85803dc2f976c7
|
7
|
+
data.tar.gz: 010600be93929b186b15fdcb4c199dee851651a4557d3d6b6e1faeac8f3d9e7a5113580abd929081f98766bc5769acd9786c12bb616eff80423e969523873041
|
data/Changelog.md
CHANGED
@@ -1,3 +1,10 @@
|
|
1
|
+
## 2.9.0
|
2
|
+
- Add orly book cover generator [@artplan1]
|
3
|
+
- Add LoremIE (Irish) [@mklemme]
|
4
|
+
- Improve FFaker::Time.between docs and implementation [@eikes]
|
5
|
+
- Fix patronymics for Никита [@ulzr]
|
6
|
+
- Add EAN generator [@jvanbaarsen]
|
7
|
+
|
1
8
|
## 2.8.1
|
2
9
|
- Updated password generation [@makketagg]
|
3
10
|
|
data/REFERENCE.md
CHANGED
@@ -34,6 +34,7 @@
|
|
34
34
|
* [FFaker::Book](#ffakerbook)
|
35
35
|
* [FFaker::Boolean](#ffakerboolean)
|
36
36
|
* [FFaker::CheesyLingo](#ffakercheesylingo)
|
37
|
+
* [FFaker::Code](#ffakercode)
|
37
38
|
* [FFaker::Color](#ffakercolor)
|
38
39
|
* [FFaker::ColorUA](#ffakercolorua)
|
39
40
|
* [FFaker::Company](#ffakercompany)
|
@@ -78,6 +79,7 @@
|
|
78
79
|
* [FFaker::LoremAR](#ffakerloremar)
|
79
80
|
* [FFaker::LoremCN](#ffakerloremcn)
|
80
81
|
* [FFaker::LoremFR](#ffakerloremfr)
|
82
|
+
* [FFaker::LoremIE](#ffakerloremie)
|
81
83
|
* [FFaker::LoremJA](#ffakerloremja)
|
82
84
|
* [FFaker::LoremKR](#ffakerloremkr)
|
83
85
|
* [FFaker::LoremRU](#ffakerloremru)
|
@@ -149,27 +151,27 @@
|
|
149
151
|
|
150
152
|
| Method | Example |
|
151
153
|
| ------ | ------- |
|
152
|
-
| `instance_tenancy` | host,
|
153
|
-
| `instance_type` |
|
154
|
-
| `offering_type` |
|
155
|
-
| `product_description` |
|
154
|
+
| `instance_tenancy` | host, host, host |
|
155
|
+
| `instance_type` | cc2.8xlarge, t1.micro, m3.large |
|
156
|
+
| `offering_type` | Partial Upfront, All Upfront, Medium Utilization |
|
157
|
+
| `product_description` | Red Hat Enterprise Linux, Windows with SQL Server Standard (Amazon VPC), Windows with SQL Server Standard |
|
156
158
|
|
157
159
|
## FFaker::Address
|
158
160
|
|
159
161
|
| Method | Example |
|
160
162
|
| ------ | ------- |
|
161
|
-
| `building_number` |
|
162
|
-
| `city` |
|
163
|
-
| `city_prefix` |
|
164
|
-
| `city_suffix` |
|
165
|
-
| `country` |
|
166
|
-
| `country_code` |
|
167
|
-
| `neighborhood` |
|
168
|
-
| `secondary_address` | Apt.
|
169
|
-
| `street_address` |
|
170
|
-
| `street_name` |
|
171
|
-
| `street_suffix` |
|
172
|
-
| `time_zone` |
|
163
|
+
| `building_number` | 37474, 4068, 5625 |
|
164
|
+
| `city` | East Diannastad, New Nam, Sinaton |
|
165
|
+
| `city_prefix` | East, East, North |
|
166
|
+
| `city_suffix` | haven, haven, shire |
|
167
|
+
| `country` | Tonga, Uzbekistan, Guam |
|
168
|
+
| `country_code` | PM, CL, IO |
|
169
|
+
| `neighborhood` | Bridesburg, Bridesburg, Pound Ridge East |
|
170
|
+
| `secondary_address` | Apt. 525, Apt. 074, Apt. 250 |
|
171
|
+
| `street_address` | 7471 Santa Forks, 54236 Olson Village, 726 Margeret Crest |
|
172
|
+
| `street_name` | Emard Neck, Wolff Ports, Haag Garden |
|
173
|
+
| `street_suffix` | Plain, Viaduct, Stream |
|
174
|
+
| `time_zone` | Pacific/Auckland, America/Chicago, Europe/Belgrade |
|
173
175
|
| `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
|
174
176
|
| `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
|
175
177
|
| `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
|
@@ -181,23 +183,23 @@
|
|
181
183
|
|
182
184
|
| Method | Example |
|
183
185
|
| ------ | ------- |
|
184
|
-
| `building_number` |
|
185
|
-
| `city` |
|
186
|
-
| `city_prefix` |
|
187
|
-
| `city_suffix` |
|
188
|
-
| `country` |
|
189
|
-
| `country_code` |
|
190
|
-
| `full_address` |
|
191
|
-
| `neighborhood` |
|
192
|
-
| `postcode` |
|
193
|
-
| `secondary_address` | Apt.
|
194
|
-
| `state` | South Australia,
|
195
|
-
| `state_abbr` |
|
196
|
-
| `street_address` |
|
197
|
-
| `street_name` |
|
198
|
-
| `street_suffix` |
|
199
|
-
| `suburb` |
|
200
|
-
| `time_zone` | Australia/
|
186
|
+
| `building_number` | 680, 39353, 02088 |
|
187
|
+
| `city` | South Leida, East Anglea, Lake Georgina |
|
188
|
+
| `city_prefix` | South, North, New |
|
189
|
+
| `city_suffix` | burgh, side, mouth |
|
190
|
+
| `country` | Macao, Moldova, Republic of, Holy See (Vatican City State) |
|
191
|
+
| `country_code` | GL, MR, PE |
|
192
|
+
| `full_address` | 905 Dominica Shoals, Frankston VIC 7310, 3223 Kirlin Corners, Geelong VIC 0800, 49693 Sigrid Wells, O'Connor ACT 2216 |
|
193
|
+
| `neighborhood` | North Norridge, Allegheny West, Cipriani |
|
194
|
+
| `postcode` | 7250, 0800, 7250 |
|
195
|
+
| `secondary_address` | Apt. 656, Apt. 276, Suite 030 |
|
196
|
+
| `state` | Queensland, South Australia, New South Wales |
|
197
|
+
| `state_abbr` | WA, SA, WA |
|
198
|
+
| `street_address` | 43900 Waelchi Fork, 581 Lockman Mews, 07740 Leonila Lakes |
|
199
|
+
| `street_name` | Stokes Common, Wisoky Trafficway, Keturah Hill |
|
200
|
+
| `street_suffix` | Pine, Rue, Views |
|
201
|
+
| `suburb` | Canberra, Geraldton, O'Connor |
|
202
|
+
| `time_zone` | Australia/Perth, Australia/Hobart, Australia/Hobart |
|
201
203
|
| `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
|
202
204
|
| `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
|
203
205
|
| `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
|
@@ -209,49 +211,49 @@
|
|
209
211
|
|
210
212
|
| Method | Example |
|
211
213
|
| ------ | ------- |
|
212
|
-
| `building_number` |
|
213
|
-
| `city` |
|
214
|
-
| `city_prefix` |
|
215
|
-
| `city_suffix` |
|
216
|
-
| `country` |
|
217
|
-
| `country_code` |
|
218
|
-
| `full_address` |
|
219
|
-
| `neighborhood` |
|
220
|
-
| `secondary_address` |
|
221
|
-
| `state` | Mato Grosso
|
222
|
-
| `state_abbr` | SE,
|
223
|
-
| `street` | Rua
|
224
|
-
| `street_address` |
|
225
|
-
| `street_name` |
|
226
|
-
| `street_prefix` |
|
227
|
-
| `street_suffix` |
|
228
|
-
| `time_zone` |
|
214
|
+
| `building_number` | 512, 84181, 164 |
|
215
|
+
| `city` | Santa Luzia, Ji-Paraná, Patos |
|
216
|
+
| `city_prefix` | North, North, West |
|
217
|
+
| `city_suffix` | burgh, shire, mouth |
|
218
|
+
| `country` | Uganda, Congo, The Democratic Republic of The, Bermuda |
|
219
|
+
| `country_code` | KY, BM, LI |
|
220
|
+
| `full_address` | Avenida Élio Franco, 70869, Araguari, Rio Grande do Sul, Brazil, Avenida Acidália Moura, 7056, Ilhéus, Espírito Santo, Brazil, Alameda Abdenago Xavier Pereira, 387, Teixeira de Freitas, São Paulo, Brazil |
|
221
|
+
| `neighborhood` | Far Rockaway/Bayswater, Babylon Bayside, White Oak South of Columbia Pike |
|
222
|
+
| `secondary_address` | Apt. 209, Apt. 189, Suite 746 |
|
223
|
+
| `state` | Pará, Pará, Mato Grosso |
|
224
|
+
| `state_abbr` | SE, PI, AP |
|
225
|
+
| `street` | Rua Eneida Rezende Albuquerque, Travessa Mário Souza da Cruz, Travessa Airton Brito |
|
226
|
+
| `street_address` | 02394 Annett Pines, 12096 Geraldo Road, 339 Maegan Square |
|
227
|
+
| `street_name` | William Roads, Isa Trace, Cartwright Square |
|
228
|
+
| `street_prefix` | Rua, Travessa, Alameda |
|
229
|
+
| `street_suffix` | Loaf, Ramp, Shores |
|
230
|
+
| `time_zone` | Asia/Vladivostok, America/Argentina/Buenos_Aires, Europe/Riga |
|
229
231
|
| `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
|
230
232
|
| `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
|
231
233
|
| `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
|
232
234
|
| `us_state` | ❗ *[us_state] is deprecated. For US addresses please use the AddressUS module* |
|
233
235
|
| `us_state_abbr` | ❗ *[state_abbr] is deprecated. For US addresses please use the AddressUS module* |
|
234
|
-
| `zip_code` |
|
236
|
+
| `zip_code` | 86622-226, 16929-411, 27108-096 |
|
235
237
|
|
236
238
|
## FFaker::AddressCA
|
237
239
|
|
238
240
|
| Method | Example |
|
239
241
|
| ------ | ------- |
|
240
|
-
| `building_number` |
|
241
|
-
| `city` |
|
242
|
-
| `city_prefix` |
|
243
|
-
| `city_suffix` |
|
244
|
-
| `country` |
|
245
|
-
| `country_code` |
|
246
|
-
| `neighborhood` |
|
247
|
-
| `postal_code` |
|
248
|
-
| `province` |
|
249
|
-
| `province_abbr` |
|
250
|
-
| `secondary_address` |
|
251
|
-
| `street_address` |
|
252
|
-
| `street_name` |
|
253
|
-
| `street_suffix` |
|
254
|
-
| `time_zone` |
|
242
|
+
| `building_number` | 1735, 45558, 892 |
|
243
|
+
| `city` | Delta , Sarnia , The Blue Mountains |
|
244
|
+
| `city_prefix` | New, South, North |
|
245
|
+
| `city_suffix` | port, port, side |
|
246
|
+
| `country` | Vanuatu, Romania, Djibouti |
|
247
|
+
| `country_code` | RE, BJ, FR |
|
248
|
+
| `neighborhood` | Mott Haven/Port Morris, Rockville East of Hungerford Dr, Murray Hill |
|
249
|
+
| `postal_code` | G2P 6K6, A4L 6T0, J5K 9E8 |
|
250
|
+
| `province` | Alberta, New Brunswick, Nunavut |
|
251
|
+
| `province_abbr` | AB, PE, QC |
|
252
|
+
| `secondary_address` | Apt. 885, Suite 277, Suite 145 |
|
253
|
+
| `street_address` | 091 Terrance Junction, 404 Yong Locks, 10831 Fairy Alley |
|
254
|
+
| `street_name` | Harvey Parkways, Sid Shore, Pacocha Trace |
|
255
|
+
| `street_suffix` | Spurs, Passage, Valleys |
|
256
|
+
| `time_zone` | America/Tijuana, America/La_Paz, Atlantic/South_Georgia |
|
255
257
|
| `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
|
256
258
|
| `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
|
257
259
|
| `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
|
@@ -263,20 +265,20 @@
|
|
263
265
|
|
264
266
|
| Method | Example |
|
265
267
|
| ------ | ------- |
|
266
|
-
| `building_number` |
|
267
|
-
| `canton_abbr` |
|
268
|
-
| `city` |
|
269
|
-
| `city_prefix` |
|
270
|
-
| `city_suffix` |
|
271
|
-
| `country` |
|
272
|
-
| `country_code` |
|
273
|
-
| `neighborhood` |
|
274
|
-
| `postal_code` |
|
275
|
-
| `secondary_address` |
|
276
|
-
| `street_address` |
|
277
|
-
| `street_name` |
|
278
|
-
| `street_suffix` |
|
279
|
-
| `time_zone` |
|
268
|
+
| `building_number` | 0210, 19074, 5350 |
|
269
|
+
| `canton_abbr` | JU, ZH, ZG |
|
270
|
+
| `city` | Kundeburgh, West Trang, North Kourtney |
|
271
|
+
| `city_prefix` | North, West, New |
|
272
|
+
| `city_suffix` | side, mouth, port |
|
273
|
+
| `country` | Cape Verde, Gambia, Algeria |
|
274
|
+
| `country_code` | BT, LT, NL |
|
275
|
+
| `neighborhood` | Brentwood Central, Bronxdale, White Oak South of Columbia Pike |
|
276
|
+
| `postal_code` | 8180, 2810, 6874 |
|
277
|
+
| `secondary_address` | Suite 134, Apt. 395, Apt. 818 |
|
278
|
+
| `street_address` | 444 Cathy Fork, 5899 Abbott Crescent, 0423 Hegmann Dale |
|
279
|
+
| `street_name` | Freddie Lakes, Murazik Light, Dee Plain |
|
280
|
+
| `street_suffix` | Parkways, Skyway, Circles |
|
281
|
+
| `time_zone` | Europe/Vienna, Asia/Kolkata, Europe/Skopje |
|
280
282
|
| `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
|
281
283
|
| `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
|
282
284
|
| `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
|
@@ -288,21 +290,21 @@
|
|
288
290
|
|
289
291
|
| Method | Example |
|
290
292
|
| ------ | ------- |
|
291
|
-
| `building_number` |
|
292
|
-
| `canton` |
|
293
|
-
| `canton_abbr` |
|
294
|
-
| `city` |
|
295
|
-
| `city_prefix` |
|
296
|
-
| `city_suffix` |
|
297
|
-
| `country` |
|
298
|
-
| `country_code` |
|
299
|
-
| `neighborhood` |
|
300
|
-
| `postal_code` |
|
301
|
-
| `secondary_address` | Suite
|
302
|
-
| `street_address` |
|
303
|
-
| `street_name` |
|
304
|
-
| `street_suffix` |
|
305
|
-
| `time_zone` | Asia/
|
293
|
+
| `building_number` | 334, 66302, 19376 |
|
294
|
+
| `canton` | Schaffhausen, Waadt, Jura |
|
295
|
+
| `canton_abbr` | UR, SH, SO |
|
296
|
+
| `city` | Sipesshire, South Donovan, Hayesmouth |
|
297
|
+
| `city_prefix` | North, Lake, New |
|
298
|
+
| `city_suffix` | burgh, town, port |
|
299
|
+
| `country` | Côte d'Ivoire, Kuwait, Mauritius |
|
300
|
+
| `country_code` | IT, TJ, BF |
|
301
|
+
| `neighborhood` | White Oak South of Columbia Pike, South of Bell Road, White Oak South of Columbia Pike |
|
302
|
+
| `postal_code` | 0046, 8326, 9426 |
|
303
|
+
| `secondary_address` | Suite 471, Suite 463, Suite 378 |
|
304
|
+
| `street_address` | 5294 Kiana Ramp, 046 Lizzette Course, 280 Block Underpass |
|
305
|
+
| `street_name` | Mildred Fork, Marks Ville, Larson Freeway |
|
306
|
+
| `street_suffix` | Camp, Extensions, Overpass |
|
307
|
+
| `time_zone` | Asia/Kamchatka, Europe/Vilnius, America/Indiana/Indianapolis |
|
306
308
|
| `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
|
307
309
|
| `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
|
308
310
|
| `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
|
@@ -314,21 +316,21 @@
|
|
314
316
|
|
315
317
|
| Method | Example |
|
316
318
|
| ------ | ------- |
|
317
|
-
| `building_number` |
|
318
|
-
| `canton` |
|
319
|
-
| `canton_abbr` |
|
320
|
-
| `city` |
|
321
|
-
| `city_prefix` |
|
322
|
-
| `city_suffix` |
|
323
|
-
| `country` |
|
324
|
-
| `country_code` |
|
325
|
-
| `neighborhood` |
|
326
|
-
| `postal_code` |
|
327
|
-
| `secondary_address` | Apt.
|
328
|
-
| `street_address` |
|
329
|
-
| `street_name` |
|
330
|
-
| `street_suffix` |
|
331
|
-
| `time_zone` | America/
|
319
|
+
| `building_number` | 69735, 691, 745 |
|
320
|
+
| `canton` | Valais, Appenzell Rhodes-Extérieures, Bâle-Campagne |
|
321
|
+
| `canton_abbr` | OW, GE, AI |
|
322
|
+
| `city` | Bradtkeshire, Cummingsstad, New Gaylemouth |
|
323
|
+
| `city_prefix` | North, North, West |
|
324
|
+
| `city_suffix` | borough, furt, shire |
|
325
|
+
| `country` | South Africa, Mauritius, Brazil |
|
326
|
+
| `country_code` | RS, SM, NO |
|
327
|
+
| `neighborhood` | Cleveland Park, Northwoods West, Northwoods West |
|
328
|
+
| `postal_code` | 6888, 8748, 0621 |
|
329
|
+
| `secondary_address` | Apt. 357, Suite 383, Apt. 705 |
|
330
|
+
| `street_address` | 4344 Isabell Junction, 6194 Booker Plain, 56009 Karren Parkway |
|
331
|
+
| `street_name` | Sipes Ville, Annalisa Islands, Beata Ford |
|
332
|
+
| `street_suffix` | Extension, Crossroad, Ports |
|
333
|
+
| `time_zone` | America/Godthab, America/Chicago, Asia/Chongqing |
|
332
334
|
| `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
|
333
335
|
| `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
|
334
336
|
| `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
|
@@ -340,21 +342,21 @@
|
|
340
342
|
|
341
343
|
| Method | Example |
|
342
344
|
| ------ | ------- |
|
343
|
-
| `building_number` |
|
344
|
-
| `canton` |
|
345
|
-
| `canton_abbr` |
|
346
|
-
| `city` |
|
347
|
-
| `city_prefix` |
|
348
|
-
| `city_suffix` |
|
349
|
-
| `country` |
|
350
|
-
| `country_code` |
|
351
|
-
| `neighborhood` |
|
352
|
-
| `postal_code` |
|
353
|
-
| `secondary_address` |
|
354
|
-
| `street_address` |
|
355
|
-
| `street_name` |
|
356
|
-
| `street_suffix` |
|
357
|
-
| `time_zone` |
|
345
|
+
| `building_number` | 18106, 0126, 20668 |
|
346
|
+
| `canton` | Ginevra, Nidvaldo, Friburgo |
|
347
|
+
| `canton_abbr` | UR, VS, SH |
|
348
|
+
| `city` | Lake Roxanne, Andresview, Feestmouth |
|
349
|
+
| `city_prefix` | New, New, East |
|
350
|
+
| `city_suffix` | fort, furt, side |
|
351
|
+
| `country` | Gambia, Guernsey, Puerto Rico |
|
352
|
+
| `country_code` | MO, UM, SY |
|
353
|
+
| `neighborhood` | Jamaica Estates/Holliswood, Bridesburg, Jupiter South/Abacoa |
|
354
|
+
| `postal_code` | 7225, 6473, 7181 |
|
355
|
+
| `secondary_address` | Suite 255, Suite 108, Suite 825 |
|
356
|
+
| `street_address` | 542 Lesch Flat, 66012 Ron Radial, 58968 Stehr Cliff |
|
357
|
+
| `street_name` | Doreatha Pass, Hilpert Manors, Maxie Burg |
|
358
|
+
| `street_suffix` | Motorway, Causeway, Center |
|
359
|
+
| `time_zone` | Asia/Dhaka, America/Tijuana, Europe/Bratislava |
|
358
360
|
| `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
|
359
361
|
| `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
|
360
362
|
| `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
|
@@ -366,98 +368,98 @@
|
|
366
368
|
|
367
369
|
| Method | Example |
|
368
370
|
| ------ | ------- |
|
369
|
-
| `building_number` |
|
370
|
-
| `city` |
|
371
|
-
| `city_prefix` |
|
372
|
-
| `city_suffix` |
|
373
|
-
| `country` |
|
374
|
-
| `country_code` |
|
375
|
-
| `full_address` |
|
376
|
-
| `kommune` |
|
377
|
-
| `neighborhood` |
|
378
|
-
| `post_nr` |
|
379
|
-
| `region` | Nordjylland,
|
380
|
-
| `secondary_address` |
|
381
|
-
| `state` |
|
382
|
-
| `street_address` |
|
383
|
-
| `street_name` |
|
384
|
-
| `street_suffix` |
|
385
|
-
| `time_zone` |
|
371
|
+
| `building_number` | 7908, 920, 92681 |
|
372
|
+
| `city` | Ørum Djurs, Gesten, Odense C |
|
373
|
+
| `city_prefix` | Port, South, Lake |
|
374
|
+
| `city_suffix` | mouth, mouth, shire |
|
375
|
+
| `country` | Hong Kong, Malaysia, Zimbabwe |
|
376
|
+
| `country_code` | SC, HM, NG |
|
377
|
+
| `full_address` | Skjeberg Alle 90 8562 Støvring Midtjylland DANMARK, Snerlehaven 21 1567 Sorø Midtjylland DANMARK, Murskeen 10 0663 Bogense Hovedstaden DANMARK |
|
378
|
+
| `kommune` | Tønder, Faxe, Billund |
|
379
|
+
| `neighborhood` | Bronxdale, Sagaponack Seaside, Summerlin North |
|
380
|
+
| `post_nr` | 3073, 6017, 5875 |
|
381
|
+
| `region` | Nordjylland, Hovedstaden, Midtjylland |
|
382
|
+
| `secondary_address` | Apt. 997, Apt. 613, Suite 456 |
|
383
|
+
| `state` | Ishøj, Halsnæs, Vesthimmerlands |
|
384
|
+
| `street_address` | Stjernedalen 70, Ishøj Centervej 3, Lærkelunden 31 |
|
385
|
+
| `street_name` | Sandet, Sylen, Ribeshegnet |
|
386
|
+
| `street_suffix` | Via, Trail, Spring |
|
387
|
+
| `time_zone` | America/Santiago, Australia/Brisbane, Europe/Stockholm |
|
386
388
|
| `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
|
387
389
|
| `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
|
388
390
|
| `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
|
389
391
|
| `us_state` | ❗ *[us_state] is deprecated. For US addresses please use the AddressUS module* |
|
390
392
|
| `us_state_abbr` | ❗ *[state_abbr] is deprecated. For US addresses please use the AddressUS module* |
|
391
|
-
| `zip_code` |
|
393
|
+
| `zip_code` | 8963, 9752, 7393 |
|
392
394
|
|
393
395
|
## FFaker::AddressDE
|
394
396
|
|
395
397
|
| Method | Example |
|
396
398
|
| ------ | ------- |
|
397
|
-
| `building_number` |
|
398
|
-
| `city` |
|
399
|
-
| `city_prefix` |
|
400
|
-
| `city_suffix` |
|
401
|
-
| `country` |
|
402
|
-
| `country_code` |
|
403
|
-
| `neighborhood` |
|
404
|
-
| `secondary_address` |
|
405
|
-
| `state` |
|
406
|
-
| `street_address` |
|
407
|
-
| `street_name` |
|
408
|
-
| `street_suffix` |
|
409
|
-
| `time_zone` |
|
399
|
+
| `building_number` | 231, 74731, 1989 |
|
400
|
+
| `city` | Delmenhorst, Aub, Elterlein |
|
401
|
+
| `city_prefix` | East, North, West |
|
402
|
+
| `city_suffix` | port, side, berg |
|
403
|
+
| `country` | Falkland Islands (Malvinas), Armenia, Mozambique |
|
404
|
+
| `country_code` | YE, IO, KI |
|
405
|
+
| `neighborhood` | Kingsbridge Heights, Northwest Midlothian/Midlothian Country Club, Gates Mills North |
|
406
|
+
| `secondary_address` | Apt. 463, Apt. 641, Suite 670 |
|
407
|
+
| `state` | Nordrhein-Westfalen, Saarland, Sachsen |
|
408
|
+
| `street_address` | Gerholdstr. 82, Kuhnstr. 84, Kizzystr. 92 |
|
409
|
+
| `street_name` | Kossgasse, Pacochastr., Laciestr. |
|
410
|
+
| `street_suffix` | Course, Cliffs, Street |
|
411
|
+
| `time_zone` | America/Indiana/Indianapolis, America/Tijuana, Australia/Darwin |
|
410
412
|
| `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
|
411
413
|
| `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
|
412
414
|
| `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
|
413
415
|
| `us_state` | ❗ *[us_state] is deprecated. For US addresses please use the AddressUS module* |
|
414
416
|
| `us_state_abbr` | ❗ *[state_abbr] is deprecated. For US addresses please use the AddressUS module* |
|
415
|
-
| `zip_code` |
|
417
|
+
| `zip_code` | 15052, 05721, 47731 |
|
416
418
|
|
417
419
|
## FFaker::AddressFI
|
418
420
|
|
419
421
|
| Method | Example |
|
420
422
|
| ------ | ------- |
|
421
|
-
| `building_number` |
|
422
|
-
| `city` |
|
423
|
-
| `city_prefix` |
|
424
|
-
| `city_suffix` |
|
425
|
-
| `country` |
|
426
|
-
| `country_code` |
|
427
|
-
| `full_address` |
|
428
|
-
| `neighborhood` |
|
429
|
-
| `random_country` |
|
430
|
-
| `secondary_address` | Apt.
|
431
|
-
| `street_address` |
|
432
|
-
| `street_name` |
|
433
|
-
| `street_nbr` |
|
434
|
-
| `street_suffix` |
|
435
|
-
| `time_zone` |
|
423
|
+
| `building_number` | 323, 93774, 10799 |
|
424
|
+
| `city` | Hanko, Kankaanpää, Kerava |
|
425
|
+
| `city_prefix` | Lake, North, West |
|
426
|
+
| `city_suffix` | ton, bury, fort |
|
427
|
+
| `country` | Micronesia, Federated States of, Taiwan, Province of China, Holy See (Vatican City State) |
|
428
|
+
| `country_code` | AU, PS, LI |
|
429
|
+
| `full_address` | Kerhotie 6 a 1, 67551 Kauhava, SUOMI, Kujatie 94, 99742 Pieksämäki, SUOMI, Ruokosuontie 1 a, 68460 Kuusamo, SUOMI |
|
430
|
+
| `neighborhood` | West Covina East, Ladue South, White Plains Central |
|
431
|
+
| `random_country` | Costa Rica, Kamerun, Kiina |
|
432
|
+
| `secondary_address` | Apt. 883, Apt. 585, Suite 073 |
|
433
|
+
| `street_address` | Soukanseljäntie 67, Muuntajantie 9, Hollinkorventie 126 |
|
434
|
+
| `street_name` | Raviradantie, Kartanonkyläntie, Etelärinteentie |
|
435
|
+
| `street_nbr` | 345, 4, 130 |
|
436
|
+
| `street_suffix` | Circle, Harbor, Junctions |
|
437
|
+
| `time_zone` | Pacific/Honolulu, Asia/Tokyo, Europe/London |
|
436
438
|
| `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
|
437
439
|
| `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
|
438
440
|
| `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
|
439
441
|
| `us_state` | ❗ *[us_state] is deprecated. For US addresses please use the AddressUS module* |
|
440
442
|
| `us_state_abbr` | ❗ *[state_abbr] is deprecated. For US addresses please use the AddressUS module* |
|
441
|
-
| `zip_code` |
|
443
|
+
| `zip_code` | 86702, 81750, 20684 |
|
442
444
|
|
443
445
|
## FFaker::AddressFR
|
444
446
|
|
445
447
|
| Method | Example |
|
446
448
|
| ------ | ------- |
|
447
|
-
| `building_number` |
|
448
|
-
| `city` | Les
|
449
|
-
| `city_prefix` |
|
450
|
-
| `city_suffix` |
|
451
|
-
| `country` |
|
452
|
-
| `country_code` |
|
453
|
-
| `full_address` |
|
454
|
-
| `neighborhood` |
|
455
|
-
| `postal_code` |
|
456
|
-
| `secondary_address` |
|
457
|
-
| `street_address` |
|
458
|
-
| `street_name` |
|
459
|
-
| `street_suffix` |
|
460
|
-
| `time_zone` |
|
449
|
+
| `building_number` | 46349, 135, 1209 |
|
450
|
+
| `city` | Tremblay-en-France, Les Abymes, Pantin |
|
451
|
+
| `city_prefix` | East, East, Lake |
|
452
|
+
| `city_suffix` | burgh, burgh, berg |
|
453
|
+
| `country` | Martinique, Senegal, Côte d'Ivoire |
|
454
|
+
| `country_code` | MO, ME, NE |
|
455
|
+
| `full_address` | 79, bd Isaac Clerc 2B607 Montigny-le-Bretonneux, 5655 T, bd Margaret Lucas, 2A042 Bagnolet, 47 rue Denis de Girard 2A145 Arles |
|
456
|
+
| `neighborhood` | Bridesburg, North East Irwindale, Babylon Bayside |
|
457
|
+
| `postal_code` | 976596, 973566, 979492 |
|
458
|
+
| `secondary_address` | Apt. 596, Suite 111, Suite 400 |
|
459
|
+
| `street_address` | 7 impasse Zoé de Mercier, 19 bd Thérèse Ramos, 47 QUATER boulevard Patrick Cousin |
|
460
|
+
| `street_name` | Nakisha View, Dare Flats, Sunday Light |
|
461
|
+
| `street_suffix` | Ports, Meadow, Lakes |
|
462
|
+
| `time_zone` | Pacific/Fakaofo, Europe/Zagreb, America/Guatemala |
|
461
463
|
| `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
|
462
464
|
| `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
|
463
465
|
| `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
|
@@ -469,265 +471,265 @@
|
|
469
471
|
|
470
472
|
| Method | Example |
|
471
473
|
| ------ | ------- |
|
472
|
-
| `building_number` |
|
473
|
-
| `city` |
|
474
|
-
| `city_prefix` |
|
475
|
-
| `city_suffix` |
|
476
|
-
| `country` |
|
477
|
-
| `country_code` |
|
478
|
-
| `neighborhood` |
|
479
|
-
| `region` |
|
480
|
-
| `secondary_address` | Suite
|
481
|
-
| `street_address` | ["Οδός", "Πάροδος"]
|
482
|
-
| `street_name` |
|
483
|
-
| `street_nbr` |
|
484
|
-
| `street_suffix` |
|
485
|
-
| `time_zone` |
|
474
|
+
| `building_number` | 5670, 396, 31812 |
|
475
|
+
| `city` | Καλαμάτα, Κιλκίς, Κέρκυρα |
|
476
|
+
| `city_prefix` | East, Lake, Port |
|
477
|
+
| `city_suffix` | chester, chester, port |
|
478
|
+
| `country` | Niger, Bosnia and Herzegovina, Guyana |
|
479
|
+
| `country_code` | AM, MH, AO |
|
480
|
+
| `neighborhood` | Gates Mills North, Seven Hills Area, South of Lake Ave |
|
481
|
+
| `region` | Ιόνιοι Νήσοι, Ιόνιοι Νήσοι, Ήπειρος |
|
482
|
+
| `secondary_address` | Suite 882, Apt. 495, Suite 035 |
|
483
|
+
| `street_address` | ["Οδός", "Πάροδος"] Ανακούς, 9, ["Οδός", "Πάροδος"] Πάροδος Δωδεκανήσου, 85, ["Οδός", "Πάροδος"] Βενιζέλου Ελευθερίου, 3 |
|
484
|
+
| `street_name` | Ανθεμίου, Αγριανών, Μομφερράτου Ιωσήφ |
|
485
|
+
| `street_nbr` | 3, 23, 43 |
|
486
|
+
| `street_suffix` | Pass, Crest, Fork |
|
487
|
+
| `time_zone` | America/Guyana, Pacific/Guam, America/Lima |
|
486
488
|
| `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
|
487
489
|
| `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
|
488
490
|
| `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
|
489
491
|
| `us_state` | ❗ *[us_state] is deprecated. For US addresses please use the AddressUS module* |
|
490
492
|
| `us_state_abbr` | ❗ *[state_abbr] is deprecated. For US addresses please use the AddressUS module* |
|
491
|
-
| `zip_code` |
|
493
|
+
| `zip_code` | 01020, 43201, 48871 |
|
492
494
|
|
493
495
|
## FFaker::AddressID
|
494
496
|
|
495
497
|
| Method | Example |
|
496
498
|
| ------ | ------- |
|
497
|
-
| `building_number` |
|
498
|
-
| `city` |
|
499
|
-
| `city_prefix` |
|
500
|
-
| `city_suffix` |
|
501
|
-
| `country` |
|
502
|
-
| `country_code` |
|
503
|
-
| `neighborhood` |
|
504
|
-
| `secondary_address` |
|
505
|
-
| `state` |
|
506
|
-
| `state_abbr` |
|
507
|
-
| `street` |
|
508
|
-
| `street_address` |
|
509
|
-
| `street_name` |
|
510
|
-
| `street_prefix` |
|
511
|
-
| `street_suffix` |
|
512
|
-
| `time_zone` | Asia/
|
499
|
+
| `building_number` | 97389, 88756, 159 |
|
500
|
+
| `city` | Tegal, Jakarta Barat, Banda |
|
501
|
+
| `city_prefix` | Lake, New, Port |
|
502
|
+
| `city_suffix` | mouth, view, ville |
|
503
|
+
| `country` | Uzbekistan, Jersey, Poland |
|
504
|
+
| `country_code` | TN, TG, PK |
|
505
|
+
| `neighborhood` | Allegheny West, Seven Hills Area, Renton West |
|
506
|
+
| `secondary_address` | Apt. 892, Suite 148, Suite 481 |
|
507
|
+
| `state` | Kalimantan Tengah, Gorontalo, Sumatera Barat |
|
508
|
+
| `state_abbr` | SS, JT, BT |
|
509
|
+
| `street` | Jln. Ilyas Yakoub, No. 100, Jl. Karel Satsuit Tubun, No. 72, Jln. Mangkunegara I, No. 96 |
|
510
|
+
| `street_address` | 0979 Marlys Well, 162 Juliann Key, 125 Johnie Drive |
|
511
|
+
| `street_name` | Auer Mills, Maricela Isle, Schuster Circles |
|
512
|
+
| `street_prefix` | Jln, Jl, Jl |
|
513
|
+
| `street_suffix` | Divide, Circles, Circle |
|
514
|
+
| `time_zone` | Asia/Colombo, Asia/Bangkok, Europe/Bucharest |
|
513
515
|
| `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
|
514
516
|
| `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
|
515
517
|
| `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
|
516
518
|
| `us_state` | ❗ *[us_state] is deprecated. For US addresses please use the AddressUS module* |
|
517
519
|
| `us_state_abbr` | ❗ *[state_abbr] is deprecated. For US addresses please use the AddressUS module* |
|
518
|
-
| `zip_code` |
|
520
|
+
| `zip_code` | 37238, 33708, 09225 |
|
519
521
|
|
520
522
|
## FFaker::AddressIN
|
521
523
|
|
522
524
|
| Method | Example |
|
523
525
|
| ------ | ------- |
|
524
|
-
| `building_number` |
|
525
|
-
| `city` |
|
526
|
-
| `city_prefix` |
|
527
|
-
| `city_suffix` |
|
526
|
+
| `building_number` | 7028, 42724, 35719 |
|
527
|
+
| `city` | Port Gabriella, Baileyburgh, West Jenisemouth |
|
528
|
+
| `city_prefix` | North, East, East |
|
529
|
+
| `city_suffix` | fort, bury, bury |
|
528
530
|
| `country` | India, India, India |
|
529
531
|
| `country_code` | IN, IN, IN |
|
530
|
-
| `neighborhood` |
|
531
|
-
| `pincode` |
|
532
|
-
| `secondary_address` | Apt.
|
533
|
-
| `state` |
|
534
|
-
| `state_abbr` |
|
535
|
-
| `state_and_union_territory` |
|
536
|
-
| `state_and_union_territory_abbr` | JK,
|
537
|
-
| `street_address` |
|
538
|
-
| `street_name` |
|
539
|
-
| `street_suffix` |
|
532
|
+
| `neighborhood` | Northwoods West, White Plains Central, South of Lake Shore Blvd |
|
533
|
+
| `pincode` | 123347, 090505, 033585 |
|
534
|
+
| `secondary_address` | Apt. 376, Apt. 621, Suite 754 |
|
535
|
+
| `state` | Punjab, Jharkhand, Orissa |
|
536
|
+
| `state_abbr` | AR, AP, UK |
|
537
|
+
| `state_and_union_territory` | Madhya Pradesh, Punjab, Gujarat |
|
538
|
+
| `state_and_union_territory_abbr` | JK, MH, SK |
|
539
|
+
| `street_address` | 8343 McCullough Parkway, 48605 Zemlak Islands, 53077 Reyes Extension |
|
540
|
+
| `street_name` | Wendy Walks, Bahringer Dam, Gerlach Glen |
|
541
|
+
| `street_suffix` | Loop, Harbor, Gateway |
|
540
542
|
| `time_zone` | Asia/Kolkata, Asia/Kolkata, Asia/Kolkata |
|
541
543
|
| `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
|
542
544
|
| `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
|
543
545
|
| `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
|
544
|
-
| `union_territory` |
|
545
|
-
| `union_territory_abbr` |
|
546
|
+
| `union_territory` | Dadra and Nagar Haveli, Dadra and Nagar Haveli, Delhi |
|
547
|
+
| `union_territory_abbr` | CH, DN, PY |
|
546
548
|
| `us_state` | ❗ *[us_state] is deprecated. For US addresses please use the AddressUS module* |
|
547
549
|
| `us_state_abbr` | ❗ *[state_abbr] is deprecated. For US addresses please use the AddressUS module* |
|
548
|
-
| `zip_code` |
|
550
|
+
| `zip_code` | 446332, 996789, 750394 |
|
549
551
|
|
550
552
|
## FFaker::AddressJA
|
551
553
|
|
552
554
|
| Method | Example |
|
553
555
|
| ------ | ------- |
|
554
|
-
| `address` |
|
555
|
-
| `building_number` |
|
556
|
-
| `city` |
|
557
|
-
| `city_prefix` |
|
558
|
-
| `city_suffix` |
|
559
|
-
| `country` |
|
560
|
-
| `country_code` |
|
561
|
-
| `county` |
|
562
|
-
| `designated_city` |
|
563
|
-
| `designated_city_address` |
|
564
|
-
| `land_number` |
|
565
|
-
| `neighborhood` |
|
566
|
-
| `other_address` |
|
567
|
-
| `postal_code` |
|
568
|
-
| `prefecture` |
|
569
|
-
| `secondary_address` | Apt.
|
570
|
-
| `street` |
|
571
|
-
| `street_address` |
|
572
|
-
| `street_name` |
|
573
|
-
| `street_suffix` |
|
574
|
-
| `time_zone` | Asia/
|
575
|
-
| `tokyo_ward` |
|
576
|
-
| `tokyo_ward_address` |
|
556
|
+
| `address` | 991-8014 宮崎県袖ケ浦市弥富市770, 177-8292 東京都中野区土佐市3丁目5番3号, 680-3416 鹿児島県名東郡泉南市619 |
|
557
|
+
| `building_number` | 96863, 42755, 022 |
|
558
|
+
| `city` | 茂原市, 平戸市, 那覇市 |
|
559
|
+
| `city_prefix` | Port, Lake, South |
|
560
|
+
| `city_suffix` | chester, mouth, town |
|
561
|
+
| `country` | Latvia, Central African Republic, Vanuatu |
|
562
|
+
| `country_code` | BQ, CD, AR |
|
563
|
+
| `county` | 宗谷郡, 岩瀬郡, 東津軽郡 |
|
564
|
+
| `designated_city` | 佐賀市, 鯖江市, 三木市 |
|
565
|
+
| `designated_city_address` | 711-2083 岩手県五泉市東区横浜市503, 518-5801 群馬県岩国市天白区大野城市8丁目0番8号, 828-9856 東京都木更津市佐伯区糸満市153 |
|
566
|
+
| `land_number` | 779, 916, 2丁目8番9号 |
|
567
|
+
| `neighborhood` | Schall Circle/Lakeside Green, Bridesburg, Northwoods West |
|
568
|
+
| `other_address` | 039-7527 秋田県双葉郡真庭市342, 387-1439 長野県南丹市郡上市8丁目1番9号, 679-9373 東京都瀬戸内市北秋田市8丁目8番7号 |
|
569
|
+
| `postal_code` | 296-2544, 943-3794, 770-4234 |
|
570
|
+
| `prefecture` | 大分県, 岩手県, 福岡県 |
|
571
|
+
| `secondary_address` | Apt. 116, Apt. 017, Apt. 871 |
|
572
|
+
| `street` | 大館市, 魚沼市, 三島市 |
|
573
|
+
| `street_address` | 4653 Lewis Oval, 14598 Jenkins Lodge, 59450 Osinski Square |
|
574
|
+
| `street_name` | Nickolas Rapids, Alyce Skyway, Kellee Corner |
|
575
|
+
| `street_suffix` | Trafficway, Unions, Island |
|
576
|
+
| `time_zone` | Asia/Riyadh, Africa/Casablanca, Europe/London |
|
577
|
+
| `tokyo_ward` | 大田区, 江東区, 葛飾区 |
|
578
|
+
| `tokyo_ward_address` | 606-9885 東京都豊島区藤枝市385, 354-4575 東京都練馬区寒河江市602, 195-7206 東京都世田谷区江東区8丁目7番2号 |
|
577
579
|
| `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
|
578
580
|
| `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
|
579
581
|
| `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
|
580
582
|
| `us_state` | ❗ *[us_state] is deprecated. For US addresses please use the AddressUS module* |
|
581
583
|
| `us_state_abbr` | ❗ *[state_abbr] is deprecated. For US addresses please use the AddressUS module* |
|
582
|
-
| `village` |
|
583
|
-
| `ward` |
|
584
|
+
| `village` | 新島村, 上北山村, 小菅村 |
|
585
|
+
| `ward` | 清水区, 清田区, 西区 |
|
584
586
|
| `zip_code` | ❗ *[zip_code] is deprecated. For US addresses please use the AddressUS module* |
|
585
587
|
|
586
588
|
## FFaker::AddressKR
|
587
589
|
|
588
590
|
| Method | Example |
|
589
591
|
| ------ | ------- |
|
590
|
-
| `address_detail` |
|
591
|
-
| `borough` |
|
592
|
-
| `building_name` |
|
593
|
-
| `city` |
|
594
|
-
| `land_address` |
|
595
|
-
| `land_number` |
|
596
|
-
| `metropolitan_city` |
|
597
|
-
| `old_postal_code` |
|
598
|
-
| `postal_code` |
|
599
|
-
| `province` |
|
600
|
-
| `road_addess` |
|
601
|
-
| `street` | 정섭
|
602
|
-
| `town` |
|
592
|
+
| `address_detail` | 병기빌라 861 389호, 상연빌라, 상진연립 76 160호 |
|
593
|
+
| `borough` | 중랑구, 강서구, 구로구 |
|
594
|
+
| `building_name` | 서빈아파트, 태륜아파트, 병석연립 |
|
595
|
+
| `city` | 가평군, 안산시 상록구, 성남시 수정구 |
|
596
|
+
| `land_address` | 광주광역시 동작구 장안마을 5042-8, 강원도 임천리 3955-6, 대전광역시 구로구 희원동 750 |
|
597
|
+
| `land_number` | 1261-6, 856-7, 050 |
|
598
|
+
| `metropolitan_city` | 대구광역시, 서울특별시, 대구광역시 |
|
599
|
+
| `old_postal_code` | 999-939, 909-658, 325-974 |
|
600
|
+
| `postal_code` | 15064, 89824, 39127 |
|
601
|
+
| `province` | 전라북도, 강원도, 제주특별자치도 |
|
602
|
+
| `road_addess` | 제주특별자치도 승주리 우승길, 인천광역시 중구 한원로 (영중마을), 충청남도 이정마을 나희로 |
|
603
|
+
| `street` | 진민가, 정섭7가, 범진길 |
|
604
|
+
| `town` | 호임동, 화령마을, 선모리 |
|
603
605
|
|
604
606
|
## FFaker::AddressMX
|
605
607
|
|
606
608
|
| Method | Example |
|
607
609
|
| ------ | ------- |
|
608
|
-
| `municipality` |
|
609
|
-
| `postal_code` |
|
610
|
-
| `state` |
|
611
|
-
| `state_abbr` |
|
612
|
-
| `zip_code` |
|
610
|
+
| `municipality` | Bacoachi, El Fuerte, Otzoloapan |
|
611
|
+
| `postal_code` | 68408, 21760, 10208 |
|
612
|
+
| `state` | Sonora, San Luis Potosí, Aguascalientes |
|
613
|
+
| `state_abbr` | VER, MEX, MICH |
|
614
|
+
| `zip_code` | 33375, 36678, 94174 |
|
613
615
|
|
614
616
|
## FFaker::AddressNL
|
615
617
|
|
616
618
|
| Method | Example |
|
617
619
|
| ------ | ------- |
|
618
|
-
| `building_number` |
|
619
|
-
| `city` |
|
620
|
-
| `city_prefix` |
|
621
|
-
| `city_suffix` | fort,
|
622
|
-
| `country` |
|
623
|
-
| `country_code` |
|
624
|
-
| `neighborhood` |
|
625
|
-
| `postal_code` |
|
626
|
-
| `province` |
|
627
|
-
| `secondary_address` | Apt.
|
628
|
-
| `street_address` |
|
629
|
-
| `street_name` |
|
630
|
-
| `street_suffix` |
|
631
|
-
| `time_zone` |
|
620
|
+
| `building_number` | 379, 9333, 7297 |
|
621
|
+
| `city` | Acquoy, Hank, Zeeland |
|
622
|
+
| `city_prefix` | New, West, East |
|
623
|
+
| `city_suffix` | fort, land, haven |
|
624
|
+
| `country` | Virgin Islands, U.S., Brunei Darussalam, Tunisia |
|
625
|
+
| `country_code` | BT, RS, SA |
|
626
|
+
| `neighborhood` | East of Telegraph Road, East Renton, Brentwood Central |
|
627
|
+
| `postal_code` | 6361 sv, 5721 br, 0103 qi |
|
628
|
+
| `province` | Utrecht, Groningen, Flevoland |
|
629
|
+
| `secondary_address` | Apt. 549, Suite 024, Apt. 253 |
|
630
|
+
| `street_address` | 377 Sipesstraat, 894 Andersonstraat, 92417 Haleystraat |
|
631
|
+
| `street_name` | Gaston-Kenstraat, Lavonnestraat, Swiftstraat |
|
632
|
+
| `street_suffix` | Lodge, Gardens, Pike |
|
633
|
+
| `time_zone` | Africa/Monrovia, America/Regina, Europe/Berlin |
|
632
634
|
| `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
|
633
635
|
| `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
|
634
636
|
| `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
|
635
637
|
| `us_state` | ❗ *[us_state] is deprecated. For US addresses please use the AddressUS module* |
|
636
638
|
| `us_state_abbr` | ❗ *[state_abbr] is deprecated. For US addresses please use the AddressUS module* |
|
637
|
-
| `zip_code` |
|
639
|
+
| `zip_code` | 1091 sd, 6252 vx, 5779 hq |
|
638
640
|
|
639
641
|
## FFaker::AddressPL
|
640
642
|
|
641
643
|
| Method | Example |
|
642
644
|
| ------ | ------- |
|
643
|
-
| `building_number` |
|
644
|
-
| `city` |
|
645
|
-
| `full_address` | al.
|
646
|
-
| `postal_code` |
|
647
|
-
| `province` |
|
648
|
-
| `secondary_number` | m.
|
649
|
-
| `square` |
|
650
|
-
| `square_prefix` |
|
651
|
-
| `state` |
|
652
|
-
| `street` |
|
653
|
-
| `street_address` |
|
654
|
-
| `street_name` |
|
655
|
-
| `street_prefix` | al.,
|
656
|
-
| `voivodeship` |
|
657
|
-
| `voivodeship_abbr` |
|
658
|
-
| `voivodeship_capital_city` |
|
659
|
-
| `zip_code` |
|
645
|
+
| `building_number` | 178, 84, 157 |
|
646
|
+
| `city` | Byczyna, Łosice, Wieleń |
|
647
|
+
| `full_address` | al. 3 Maja 38 19-909 Gniew, al. Załogowa 94 56-376 Sokółka, ul. Chłopska 196 18-295 Pobiedziska |
|
648
|
+
| `postal_code` | 02-750, 82-042, 75-476 |
|
649
|
+
| `province` | warmińsko-mazurskie, pomorskie, lubelskie |
|
650
|
+
| `secondary_number` | m. 98, m. 118, /196 |
|
651
|
+
| `square` | skwer Wszystkich Świętych, pasaż Norwida, skwer Czochralskiego |
|
652
|
+
| `square_prefix` | zaułek, pasaż, skwer |
|
653
|
+
| `state` | świętokrzyskie, podlaskie, pomorskie |
|
654
|
+
| `street` | ul. Balonowa, al. Toruńska, ul. Storczykowa |
|
655
|
+
| `street_address` | al. Notecka 16, pasaż Browarniany 192, ul. Perlista 113 |
|
656
|
+
| `street_name` | ul. Józefa Bema, plac Dzika, al. ks. Jerzego Popiełuszki |
|
657
|
+
| `street_prefix` | al., ul., ul. |
|
658
|
+
| `voivodeship` | łódzkie, pomorskie, opolskie |
|
659
|
+
| `voivodeship_abbr` | OP, ZP, WP |
|
660
|
+
| `voivodeship_capital_city` | Warszawa, Bydgoszcz, Opole |
|
661
|
+
| `zip_code` | 44-628, 02-657, 02-011 |
|
660
662
|
|
661
663
|
## FFaker::AddressRU
|
662
664
|
|
663
665
|
| Method | Example |
|
664
666
|
| ------ | ------- |
|
665
|
-
| `building_number` |
|
666
|
-
| `city` |
|
667
|
-
| `city_prefix` |
|
668
|
-
| `city_suffix` |
|
669
|
-
| `country` |
|
670
|
-
| `country_code` |
|
671
|
-
| `neighborhood` |
|
672
|
-
| `province` |
|
673
|
-
| `secondary_address` | Apt.
|
674
|
-
| `street_address` | ул.
|
675
|
-
| `street_name` | ул.
|
676
|
-
| `street_number` |
|
677
|
-
| `street_suffix` |
|
678
|
-
| `time_zone` |
|
667
|
+
| `building_number` | 507, 752, 043 |
|
668
|
+
| `city` | Саранск, Ростов-на-Дону, Барнаул |
|
669
|
+
| `city_prefix` | East, East, South |
|
670
|
+
| `city_suffix` | chester, mouth, chester |
|
671
|
+
| `country` | Guernsey, Mauritania, Liberia |
|
672
|
+
| `country_code` | IE, YT, SZ |
|
673
|
+
| `neighborhood` | Gates Mills North, Dyker Heights, Bridesburg |
|
674
|
+
| `province` | Дагестан, Саратовская область, Кемеровская область |
|
675
|
+
| `secondary_address` | Apt. 524, Apt. 993, Suite 757 |
|
676
|
+
| `street_address` | ул. Чкалова, д. 4, ул. Строителей, д. 5, ул. Чапаева, д. 84 |
|
677
|
+
| `street_name` | ул. Мичурина, ул. Нагорная, ул. Пушкина |
|
678
|
+
| `street_number` | 97, 897, 622 |
|
679
|
+
| `street_suffix` | Haven, Meadows, Valleys |
|
680
|
+
| `time_zone` | Europe/Vilnius, Europe/Tallinn, America/Santiago |
|
679
681
|
| `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
|
680
682
|
| `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
|
681
683
|
| `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
|
682
684
|
| `us_state` | ❗ *[us_state] is deprecated. For US addresses please use the AddressUS module* |
|
683
685
|
| `us_state_abbr` | ❗ *[state_abbr] is deprecated. For US addresses please use the AddressUS module* |
|
684
|
-
| `zip_code` |
|
686
|
+
| `zip_code` | 005545, 899686, 623307 |
|
685
687
|
|
686
688
|
## FFaker::AddressSE
|
687
689
|
|
688
690
|
| Method | Example |
|
689
691
|
| ------ | ------- |
|
690
|
-
| `building_number` |
|
691
|
-
| `city` |
|
692
|
-
| `city_prefix` |
|
693
|
-
| `city_suffix` |
|
694
|
-
| `country` |
|
695
|
-
| `country_code` |
|
696
|
-
| `full_address` |
|
697
|
-
| `neighborhood` |
|
698
|
-
| `random_country` |
|
699
|
-
| `secondary_address` | Suite
|
700
|
-
| `street_address` |
|
701
|
-
| `street_name` |
|
702
|
-
| `street_nbr` |
|
703
|
-
| `street_suffix` |
|
704
|
-
| `time_zone` |
|
692
|
+
| `building_number` | 36717, 1770, 0798 |
|
693
|
+
| `city` | Arboga, Ljungby, Eksjö |
|
694
|
+
| `city_prefix` | East, North, Port |
|
695
|
+
| `city_suffix` | view, mouth, town |
|
696
|
+
| `country` | Finland, Tonga, Bermuda |
|
697
|
+
| `country_code` | DO, KG, SD |
|
698
|
+
| `full_address` | Gräsandsvägen 5a, 96 956 Vimmerby, SVERIGE, Snoilskyvägen 5a, 90 905 Strömstad, SVERIGE, Trolle-Bondes Gata 9a, 33130 Skänninge, SVERIGE |
|
699
|
+
| `neighborhood` | Rockville East of Hungerford Dr, Central Chandler, Pound Ridge East |
|
700
|
+
| `random_country` | Sierra Leone, Antigua och Barbuda, Algeriet |
|
701
|
+
| `secondary_address` | Suite 030, Apt. 136, Suite 037 |
|
702
|
+
| `street_address` | Majorsgatan 9, Liljekungsvägen 9b, Prinsens Väg 3b |
|
703
|
+
| `street_name` | Nykvarnsvägen, Sparreholmsvägen, Fredrikshovsgatan |
|
704
|
+
| `street_nbr` | 7a, 4, 6 |
|
705
|
+
| `street_suffix` | Trafficway, Harbors, Lights |
|
706
|
+
| `time_zone` | Asia/Novosibirsk, Europe/Lisbon, Europe/Riga |
|
705
707
|
| `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
|
706
708
|
| `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
|
707
709
|
| `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
|
708
710
|
| `us_state` | ❗ *[us_state] is deprecated. For US addresses please use the AddressUS module* |
|
709
711
|
| `us_state_abbr` | ❗ *[state_abbr] is deprecated. For US addresses please use the AddressUS module* |
|
710
|
-
| `zip_code` |
|
712
|
+
| `zip_code` | 52943, 41 065, 00 504 |
|
711
713
|
|
712
714
|
## FFaker::AddressSN
|
713
715
|
|
714
716
|
| Method | Example |
|
715
717
|
| ------ | ------- |
|
716
|
-
| `arrondissement` |
|
717
|
-
| `building_number` |
|
718
|
-
| `city` |
|
719
|
-
| `city_prefix` |
|
720
|
-
| `city_suffix` | mouth,
|
721
|
-
| `country` |
|
722
|
-
| `country_code` |
|
723
|
-
| `departement` | Salemata,
|
724
|
-
| `neighborhood` |
|
725
|
-
| `region` |
|
726
|
-
| `secondary_address` | Suite
|
727
|
-
| `street_address` |
|
728
|
-
| `street_name` |
|
729
|
-
| `street_suffix` |
|
730
|
-
| `time_zone` |
|
718
|
+
| `arrondissement` | Ndiarème Limamoulaye, Mermoz-Sacré-Cœur, Parcelles Assainies |
|
719
|
+
| `building_number` | 4762, 2779, 18051 |
|
720
|
+
| `city` | Stephenchester, Wymanbury, Powlowskimouth |
|
721
|
+
| `city_prefix` | East, North, South |
|
722
|
+
| `city_suffix` | mouth, bury, borough |
|
723
|
+
| `country` | Taiwan, Province of China, Côte d'Ivoire, Jamaica |
|
724
|
+
| `country_code` | JE, PY, FO |
|
725
|
+
| `departement` | Salemata, Kanel, Tivaouane |
|
726
|
+
| `neighborhood` | North Norridge, Bronxdale, Babylon Bayside |
|
727
|
+
| `region` | kolda, louga, saint louis |
|
728
|
+
| `secondary_address` | Suite 260, Apt. 503, Apt. 501 |
|
729
|
+
| `street_address` | 0769 Brian Creek, 95944 Lula Course, 5579 Harvey Glen |
|
730
|
+
| `street_name` | Ortiz Park, Yoshiko Rapids, Doyle Hills |
|
731
|
+
| `street_suffix` | Lodge, Bridge, Meadows |
|
732
|
+
| `time_zone` | Asia/Kuala_Lumpur, Asia/Tashkent, Africa/Johannesburg |
|
731
733
|
| `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
|
732
734
|
| `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
|
733
735
|
| `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
|
@@ -739,33 +741,33 @@
|
|
739
741
|
|
740
742
|
| Method | Example |
|
741
743
|
| ------ | ------- |
|
742
|
-
| `appartment_number` |
|
743
|
-
| `building_number` |
|
744
|
-
| `city` |
|
745
|
-
| `country` |
|
746
|
-
| `province` |
|
747
|
-
| `street_address` | вул.
|
748
|
-
| `street_name` | вул.
|
749
|
-
| `zip_code` |
|
744
|
+
| `appartment_number` | 80, 294, 185 |
|
745
|
+
| `building_number` | 6, 9, 4 |
|
746
|
+
| `city` | Хмельницький, Красний Луч, Житомир |
|
747
|
+
| `country` | Канада, Естонія, Філіппіни |
|
748
|
+
| `province` | Рівненська область, Львівська область, Луганська область |
|
749
|
+
| `street_address` | вул. Стрийська, 77, вул. Городоцька, 93, вул. Вузька, 2 |
|
750
|
+
| `street_name` | вул. Коліївщини, вул. Коліївщини, вул. Брюховичів |
|
751
|
+
| `zip_code` | 00316, 81766, 55394 |
|
750
752
|
|
751
753
|
## FFaker::AddressUK
|
752
754
|
|
753
755
|
| Method | Example |
|
754
756
|
| ------ | ------- |
|
755
|
-
| `building_number` |
|
756
|
-
| `city` |
|
757
|
-
| `city_prefix` |
|
758
|
-
| `city_suffix` |
|
759
|
-
| `country` |
|
760
|
-
| `country_code` |
|
761
|
-
| `county` |
|
762
|
-
| `neighborhood` |
|
763
|
-
| `postcode` |
|
764
|
-
| `secondary_address` | Apt.
|
765
|
-
| `street_address` |
|
766
|
-
| `street_name` |
|
767
|
-
| `street_suffix` |
|
768
|
-
| `time_zone` |
|
757
|
+
| `building_number` | 3977, 6550, 514 |
|
758
|
+
| `city` | East Faustino, Gutkowskiburgh, Domitilaville |
|
759
|
+
| `city_prefix` | North, Port, Lake |
|
760
|
+
| `city_suffix` | mouth, fort, town |
|
761
|
+
| `country` | England, England, Wales |
|
762
|
+
| `country_code` | SV, FR, BE |
|
763
|
+
| `county` | County Antrim, Dyfed, Nottinghamshire |
|
764
|
+
| `neighborhood` | Greater Las Vegas National, White Plains Central, Renton West |
|
765
|
+
| `postcode` | ZG60 6YQ, ED0 3DD, HF8 1XN |
|
766
|
+
| `secondary_address` | Apt. 766, Apt. 857, Apt. 125 |
|
767
|
+
| `street_address` | 306 Cronin Lane, 4708 Watsica Fords, 652 September Burgs |
|
768
|
+
| `street_name` | Priscilla Mission, Brekke Forest, Batz Isle |
|
769
|
+
| `street_suffix` | Skyway, Ford, Crossroad |
|
770
|
+
| `time_zone` | Africa/Algiers, Asia/Shanghai, Africa/Harare |
|
769
771
|
| `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
|
770
772
|
| `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
|
771
773
|
| `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
|
@@ -777,152 +779,159 @@
|
|
777
779
|
|
778
780
|
| Method | Example |
|
779
781
|
| ------ | ------- |
|
780
|
-
| `building_number` |
|
781
|
-
| `city` |
|
782
|
-
| `city_prefix` |
|
783
|
-
| `city_suffix` |
|
784
|
-
| `continental_state` |
|
785
|
-
| `continental_state_abbr` |
|
786
|
-
| `country` |
|
787
|
-
| `country_code` |
|
788
|
-
| `neighborhood` |
|
789
|
-
| `secondary_address` | Suite
|
790
|
-
| `state` |
|
791
|
-
| `state_abbr` |
|
792
|
-
| `state_and_territories_abbr` |
|
793
|
-
| `street_address` |
|
794
|
-
| `street_name` |
|
795
|
-
| `street_suffix` |
|
796
|
-
| `time_zone` |
|
782
|
+
| `building_number` | 9317, 7025, 48830 |
|
783
|
+
| `city` | Port Moon, Tanjaland, Douglashaven |
|
784
|
+
| `city_prefix` | Lake, Port, West |
|
785
|
+
| `city_suffix` | burgh, fort, mouth |
|
786
|
+
| `continental_state` | Minnesota, Connecticut, Georgia |
|
787
|
+
| `continental_state_abbr` | SC, NJ, FL |
|
788
|
+
| `country` | Greece, Northern Mariana Islands, Belize |
|
789
|
+
| `country_code` | GR, GE, CX |
|
790
|
+
| `neighborhood` | Renton West, Jupiter South/Abacoa, Gates Mills North |
|
791
|
+
| `secondary_address` | Suite 597, Apt. 857, Apt. 834 |
|
792
|
+
| `state` | North Dakota, Florida, Illinois |
|
793
|
+
| `state_abbr` | NJ, MN, WA |
|
794
|
+
| `state_and_territories_abbr` | MD, VA, NM |
|
795
|
+
| `street_address` | 221 Lester Lodge, 61254 Boyle Extension, 025 Nada Mill |
|
796
|
+
| `street_name` | Mike Plain, Wisozk Ports, Zaida Causeway |
|
797
|
+
| `street_suffix` | Mall, Harbor, Track |
|
798
|
+
| `time_zone` | Pacific/Midway, Europe/Bratislava, Asia/Muscat |
|
797
799
|
| `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
|
798
800
|
| `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
|
799
801
|
| `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
|
800
802
|
| `us_state` | ❗ *[us_state] is deprecated. For US addresses please use the AddressUS module* |
|
801
803
|
| `us_state_abbr` | ❗ *[state_abbr] is deprecated. For US addresses please use the AddressUS module* |
|
802
|
-
| `zip_code` |
|
804
|
+
| `zip_code` | 87620, 82800-3949, 65344-5717 |
|
803
805
|
|
804
806
|
## FFaker::Airline
|
805
807
|
|
806
808
|
| Method | Example |
|
807
809
|
| ------ | ------- |
|
808
|
-
| `flight_number` |
|
809
|
-
| `name` | Air
|
810
|
+
| `flight_number` | ENT 1051, 9C 3990, D9 2128 |
|
811
|
+
| `name` | Welcome Air Gmbh, Alitalia, Cityjet |
|
810
812
|
|
811
813
|
## FFaker::Animal
|
812
814
|
|
813
815
|
| Method | Example |
|
814
816
|
| ------ | ------- |
|
815
|
-
| `common_name` |
|
817
|
+
| `common_name` | Newt, Rabbit, Frog |
|
816
818
|
|
817
819
|
## FFaker::Avatar
|
818
820
|
|
819
821
|
| Method | Example |
|
820
822
|
| ------ | ------- |
|
821
|
-
| `image` | https://robohash.org/
|
823
|
+
| `image` | https://robohash.org/autemfaciliseligendi.png?size=300x300, https://robohash.org/voluptatumundesed.png?size=300x300, https://robohash.org/saepecumassumenda.png?size=300x300 |
|
822
824
|
|
823
825
|
## FFaker::BaconIpsum
|
824
826
|
|
825
827
|
| Method | Example |
|
826
828
|
| ------ | ------- |
|
827
|
-
| `characters` |
|
828
|
-
| `paragraph` |
|
829
|
-
| `paragraphs` |
|
830
|
-
| `phrase` |
|
831
|
-
| `phrases` |
|
832
|
-
| `sentence` |
|
833
|
-
| `sentences` |
|
834
|
-
| `word` |
|
835
|
-
| `words` |
|
829
|
+
| `characters` | p7bowx07u8aqvhlxhpv9ju2xp6qqhyhk4d9rkcahphritb6ajhqd0ost29o3dgqoclkzf1qycy29xaqxtyc3sq4d3i75wwk198xij6zeo8v4ycvbs3rmup56k57qm2xvxqj9590a182yfcrscym0alt5qz35op3xvmagxsmwvkii422rgpqbyj0bj4vgpt2qpts2l57kq4hlx96y5l5a46w74ij43l5wp5drocc32p8bntgm0pfm1hdz94mfv8c, ofapxyxdzufc8oiz0saooeka40zgo4jziwxob2l4xs2vw6242d24ez15dpozeef9djf25yc5krs45ddo9m510c57f5uda10gc57s11iu0xiqq2cib0k0ghuljytseam18e14lyxvf4w3ztdfvni69drlftmldy8kn4imgzr8q3o5je7c0v63n8m5dv98xvmuav4gv21w1vu5hn6rye97q23j4n6gi8yjcog9x1ovsgibdkwco7gwvlwlwk3rvgt, onk6vnahze47icjcp301muu40grqpj5z0lb5q192528weacpd6ijb22ycs268lsvkf3r7i4op4fe90zrp2cd73psocw5c87od86pe8eaix1f9c7cxeu4qe1cvlzrhmlfxkdv583g4wlv662j6t0y6n23e0e9b5roe8z6eod8wicfdfovumh9q9c04604yyal0vq0q4k2qd5o0i26s5deqa9cydux5m399tbzqowdrv27loao5lonssn1mpqbohb |
|
830
|
+
| `paragraph` | Porchetta tri-tip short ribs turkey beef ribs sausage venison spare ribs pork chop. Capicola Kevin pancetta bresaola shankle. Bresaola jowl ham hock pork belly salami porchetta filet mignon landjaeger meatball. Meatball sirloin salami brisket t-bone. Boudin prosciutto bresaola strip steak landjaeger pork chop flank meatloaf cow., Sirloin capicola filet mignon prosciutto short loin meatloaf strip steak. Pig chicken short ribs doner venison pancetta shankle pork chop. Salami bresaola turkey andouille cow landjaeger venison ground round ribeye. Frankfurter meatball tongue jerky doner strip steak meatloaf., Chuck rump bresaola leberkas tri-tip bacon pork belly pork chop. Jowl chicken leberkas jerky frankfurter ground round pork. Strip steak prosciutto biltong porchetta t-bone shankle. Sausage frankfurter ham hock venison tenderloin. Pork belly ham drumstick ham hock kielbasa t-bone fatback. |
|
831
|
+
| `paragraphs` | Chuck turducken frankfurter pork chop capicola. Bresaola kielbasa beef turkey short ribs t-bone. Leberkas kielbasa rump fatback turkey. Corned beef hamburger rump flank strip steak ham hock., Kielbasa pastrami porchetta flank andouille pig landjaeger spare ribs venison. Pork chop shank prosciutto meatloaf frankfurter. Pork sausage strip steak short loin venison frankfurter., Ribeye t-bone ham hock chuck turkey flank sausage cow hamburger. Sirloin ham beef jerky frankfurter bacon tenderloin. Tenderloin t-bone bacon shank tri-tip landjaeger frankfurter swine., Drumstick turducken porchetta ham pork loin frankfurter salami kielbasa. Jerky shoulder doner kielbasa ground round sirloin. Chicken drumstick ball tip Kevin rump bacon chuck pastrami. Cow ribeye shoulder spare ribs filet mignon jowl tail brisket., Leberkas tri-tip meatloaf pork loin chuck bacon flank sirloin. Turkey capicola ham chuck beef ribs leberkas. Porchetta kielbasa tongue salami t-bone jerky boudin pancetta., Short ribs corned beef fatback turducken doner pork capicola leberkas. Leberkas corned beef shoulder tongue frankfurter. Frankfurter tri-tip tongue pork rump. Jowl ham hock leberkas capicola shank biltong tenderloin beef., Pancetta chicken biltong porchetta tri-tip frankfurter. Pancetta short loin cow tail pork belly. Swine kielbasa fatback drumstick boudin prosciutto capicola. Bresaola pork belly rump tail beef ribs shankle tri-tip drumstick pork loin., Meatloaf beef filet mignon doner bresaola. Sausage Kevin pancetta chicken ribeye venison leberkas beef. Porchetta beef ribs flank ball tip short ribs pork jowl ribeye pork loin. Pancetta ham jowl turkey flank venison pork loin pork chop. Swine chuck ground round pig andouille landjaeger short ribs., Pig porchetta ground round biltong tenderloin beef ribs. Tongue pork pork belly chuck pastrami drumstick fatback beef ribs. Corned beef t-bone ribeye frankfurter shank brisket. Shank meatball andouille turkey beef ribs. Chuck meatball pork short ribs tail brisket turkey fatback andouille. |
|
832
|
+
| `phrase` | Cow chicken ham hock hamburger swine tail., Pastrami jerky ham hock rump porchetta bacon pork belly boudin turkey., Hamburger jowl swine sirloin pastrami tenderloin. |
|
833
|
+
| `phrases` | Tri-tip pig porchetta corned beef sirloin jowl frankfurter hamburger., Beef beef ribs chuck ball tip tri-tip ribeye., Sausage shankle pork loin pork chop turkey venison tri-tip beef., Salami pastrami ham hock andouille bresaola landjaeger pork chop ball tip., Tenderloin beef ribs shank pork chop pork belly., Pork belly ball tip capicola sausage landjaeger frankfurter tenderloin., Fatback ground round tongue t-bone short ribs bresaola pork loin., Short loin prosciutto pastrami flank cow leberkas tongue meatloaf chuck., Boudin drumstick shank bacon pig tenderloin ham hock doner swine. |
|
834
|
+
| `sentence` | Leberkas venison pork hamburger kielbasa chuck boudin pork loin meatball., Short ribs turducken pancetta fatback bacon., Doner tail pork belly andouille ball tip. |
|
835
|
+
| `sentences` | Ham capicola beef ribs jerky ball tip hamburger boudin fatback meatball., Pancetta chicken bresaola tongue doner landjaeger Kevin., Pork belly beef cow Kevin fatback pig capicola., Andouille prosciutto capicola leberkas frankfurter jerky salami., Swine beef venison ground round cow leberkas jowl., Jerky tongue tail strip steak frankfurter ham hock short loin., Prosciutto salami tenderloin frankfurter boudin hamburger pork drumstick., Spare ribs tongue turkey beef tri-tip swine jowl., Prosciutto boudin landjaeger doner meatloaf salami corned beef t-bone pork chop. |
|
836
|
+
| `word` | tongue, turducken, prosciutto |
|
837
|
+
| `words` | boudin, brisket, shankle, drumstick, tail, flank, ham hock, pork, strip steak |
|
836
838
|
|
837
839
|
## FFaker::Book
|
838
840
|
|
839
841
|
| Method | Example |
|
840
842
|
| ------ | ------- |
|
841
|
-
| `author` |
|
842
|
-
| `cover` | https://robohash.org/
|
843
|
-
| `description` |
|
844
|
-
| `genre` |
|
845
|
-
| `isbn` |
|
846
|
-
| `
|
843
|
+
| `author` | Cari Dare, Alvera Ondricka, Hollis Treutel |
|
844
|
+
| `cover` | https://robohash.org/ipsateneturcupiditate.png?size=300x300, https://robohash.org/ideniminventore.png?size=300x300, https://robohash.org/quidoloresit.png?size=300x300 |
|
845
|
+
| `description` | Ut ea aut necessitatibus corrupti ut repellendus odio. Voluptate rerum dolorem vero laborum et laudantium. Molestias adipisci veritatis eum quaerat in dignissimos possimus ab. Quidem assumenda repudiandae velit exercitationem qui dolorum labore quod., Explicabo quasi voluptas aut aut ad nam. Deserunt in tenetur est quidem doloribus aliquam quod. Voluptatem cum aperiam cumque nobis iusto dolores in. Sed necessitatibus molestiae et aliquam., Nisi et quam officia ea. Reprehenderit optio excepturi et commodi. Ut reiciendis amet deserunt ea voluptate. Temporibus consequatur quod sunt voluptatem. |
|
846
|
+
| `genre` | Dieselpunk, Epic / High fantasy, Blessing |
|
847
|
+
| `isbn` | 18445054293, 6871724811, 18215783130 |
|
848
|
+
| `orly_cover` | https://orly-appstore.herokuapp.com/generate?title=A+Fistful+of+Green+Cousins&top_text=Fantasy&author=Latrina+Sporer&image_code=34&theme=16, https://orly-appstore.herokuapp.com/generate?title=Action+Gypsy&top_text=Whig+history&author=Venessa+Rogahn&image_code=21&theme=5, https://orly-appstore.herokuapp.com/generate?title=Forbidden+Women&top_text=Nonfiction+novel&author=Lupe+Kutch&image_code=11&theme=15 |
|
849
|
+
| `title` | Rise of the American Friday, Codename: Red Mutant, War of the Dangerous City |
|
847
850
|
|
848
851
|
## FFaker::Boolean
|
849
852
|
|
850
853
|
| Method | Example |
|
851
854
|
| ------ | ------- |
|
852
|
-
| `maybe` | true,
|
853
|
-
| `random` |
|
855
|
+
| `maybe` | true, true, false |
|
856
|
+
| `random` | false, false, true |
|
854
857
|
| `sample` | true, false, true |
|
855
858
|
|
856
859
|
## FFaker::CheesyLingo
|
857
860
|
|
858
861
|
| Method | Example |
|
859
862
|
| ------ | ------- |
|
860
|
-
| `paragraph` |
|
861
|
-
| `sentence` |
|
862
|
-
| `title` |
|
863
|
-
| `word` |
|
864
|
-
| `words` |
|
863
|
+
| `paragraph` | The slice of cheese is placed on top of the meat patty he old cheese dairy buildings, situated on the historic site soft ripening cheese for of the Friesian herd garlic cheese biscuits processed cheese has several technical advantages over traditional cheese cut the cheese the early bird may get the worm, but the second mouse gets the cheese in the trap separate the curds from the wey bergkäse from the Alps., Blue fungi in cream blue fungi in cream in an artisan farmerhouse processed cheese has several technical advantages over traditional cheese trying too hard, unsubtle, and inauthentic 10 grilled cheese sandwiches you should try immediately with 10 grilled cheese sandwiches you should try immediately with is like chalk and cheese dutch sandwich blend the flour, cheese and., He old cheese dairy buildings, situated on the historic site they can also age quite well in ripening cellars where with Dutch courage until the wheels form a white coat of penicillium moulds 10 grilled cheese sandwiches you should try immediately with of cheesy business lingo they were so cheesed off but don't you agree? It is no use crying over spilled milk it is blue sky thinking bergkäse from the Alps. |
|
864
|
+
| `sentence` | But round cheeses are to be cut in wedges, like a cakebut poets have been mysteriously silent on the subject of cheeseblue fungi in cream., Cut to sizedutch sandwichharmful secondary metabolites., But poets have been mysteriously silent on the subject of cheese10 grilled cheese sandwiches you should try immediately withapplewood smoked. |
|
865
|
+
| `title` | Fat Affineurs, Grated Brie, Soft Brie |
|
866
|
+
| `word` | sharp, springy, springy |
|
867
|
+
| `words` | soft, cream, farmer, milk, springy, cheesecake, sticky, briney, elastic, cream, Gouda, fat, smooth, briney, cheese |
|
868
|
+
|
869
|
+
## FFaker::Code
|
870
|
+
|
871
|
+
| Method | Example |
|
872
|
+
| ------ | ------- |
|
873
|
+
| `ean` | 3898841772821, 4659685709508, 6077985245362 |
|
865
874
|
|
866
875
|
## FFaker::Color
|
867
876
|
|
868
877
|
| Method | Example |
|
869
878
|
| ------ | ------- |
|
870
|
-
| `hex_code` |
|
871
|
-
| `hsl_array` |
|
872
|
-
| `hsl_list` |
|
873
|
-
| `hsla_array` |
|
874
|
-
| `hsla_list` |
|
875
|
-
| `name` |
|
876
|
-
| `rgb_array` |
|
877
|
-
| `rgb_list` |
|
878
|
-
| `rgba_array` |
|
879
|
-
| `rgba_list` |
|
879
|
+
| `hex_code` | ee3f1d, 7aa713, 67f35f |
|
880
|
+
| `hsl_array` | 120, 40%, 29%, 202, 32%, 18%, 346, 8%, 81% |
|
881
|
+
| `hsl_list` | 283,10%,95%, 196,84%,90%, 138,21%,8% |
|
882
|
+
| `hsla_array` | 232, 50%, 48%, 0.6, 292, 77%, 95%, 0.9, 172, 18%, 32%, 0.9 |
|
883
|
+
| `hsla_list` | 123,89%,90%,0.58, 303,74%,9%,0.11, 278,92%,53%,0.3 |
|
884
|
+
| `name` | lime, rosybrown, honeydew |
|
885
|
+
| `rgb_array` | 132, 8, 64, 235, 56, 163, 48, 232, 184 |
|
886
|
+
| `rgb_list` | 21,178,210, 76,175,41, 242,222,178 |
|
887
|
+
| `rgba_array` | 40, 94, 30, 0.86, 120, 84, 19, 0.96, 17, 68, 203, 0.73 |
|
888
|
+
| `rgba_list` | 90,59,232,0.0, 14,141,128,0.26, 0,136,137,0.37 |
|
880
889
|
|
881
890
|
## FFaker::ColorUA
|
882
891
|
|
883
892
|
| Method | Example |
|
884
893
|
| ------ | ------- |
|
885
|
-
| `name` |
|
894
|
+
| `name` | бузковий, темно-мандариновий, бежевий |
|
886
895
|
|
887
896
|
## FFaker::Company
|
888
897
|
|
889
898
|
| Method | Example |
|
890
899
|
| ------ | ------- |
|
891
|
-
| `bs` | harness
|
892
|
-
| `catch_phrase` |
|
893
|
-
| `name` |
|
894
|
-
| `position` |
|
895
|
-
| `suffix` | and Sons,
|
900
|
+
| `bs` | harness strategic networks, evolve turn-key metrics, scale distributed systems |
|
901
|
+
| `catch_phrase` | Quality-focused mission-critical open architecture, Cross-group bandwidth-monitored hierarchy, Programmable high-level alliance |
|
902
|
+
| `name` | Auer and Sons, Conroy-Hackett, Runte-Gibson |
|
903
|
+
| `position` | Executive Secretary, Associate Sales Consultant, IT Director |
|
904
|
+
| `suffix` | and Sons, LLC, and Sons |
|
896
905
|
|
897
906
|
## FFaker::CompanyCN
|
898
907
|
|
899
908
|
| Method | Example |
|
900
909
|
| ------ | ------- |
|
901
|
-
| `name` |
|
902
|
-
| `suffix` | 公司, 公司,
|
903
|
-
| `type` |
|
910
|
+
| `name` | 春亨咨询有限公司, 吟蓁咨询有限公司, 旻琪网络有限公司 |
|
911
|
+
| `suffix` | 公司, 公司, 公司 |
|
912
|
+
| `type` | 网络, 咨询, 网络 |
|
904
913
|
|
905
914
|
## FFaker::CompanyIT
|
906
915
|
|
907
916
|
| Method | Example |
|
908
917
|
| ------ | ------- |
|
909
|
-
| `name` |
|
910
|
-
| `partita_iva` |
|
911
|
-
| `prefix` | Laboratorio, Studio Tecnico,
|
912
|
-
| `suffix` | Ingegneri,
|
918
|
+
| `name` | Coppola s.n.c., Sangiacomo e Sangiacomo s.n.c., Messineo e Mastrogiacomo Architetti |
|
919
|
+
| `partita_iva` | 47568480470, 39113540106, 06830830342 |
|
920
|
+
| `prefix` | Laboratorio, Studio Tecnico, Studio Tecnico |
|
921
|
+
| `suffix` | Ingegneri, Architetti, s.n.c. |
|
913
922
|
|
914
923
|
## FFaker::CompanySE
|
915
924
|
|
916
925
|
| Method | Example |
|
917
926
|
| ------ | ------- |
|
918
|
-
| `name` |
|
919
|
-
| `suffix` |
|
927
|
+
| `name` | Murphy Ab, Schamberger Aktiebolag, Schmeler-Walsh |
|
928
|
+
| `suffix` | AB, Ab, AB |
|
920
929
|
|
921
930
|
## FFaker::Conference
|
922
931
|
|
923
932
|
| Method | Example |
|
924
933
|
| ------ | ------- |
|
925
|
-
| `name` |
|
934
|
+
| `name` | Argentina Mining 2010, Yet Another Perl ConferenceBrasil 2009, Social Mobile Payments Americas |
|
926
935
|
|
927
936
|
## FFaker::CoursesFR
|
928
937
|
|
@@ -933,956 +942,970 @@
|
|
933
942
|
|
934
943
|
| Method | Example |
|
935
944
|
| ------ | ------- |
|
936
|
-
| `code` |
|
937
|
-
| `name` |
|
945
|
+
| `code` | KYD, UZS, EEK |
|
946
|
+
| `name` | Saint Helena Pound, Djibouti Franc, Canadian Dollar |
|
938
947
|
|
939
948
|
## FFaker::DizzleIpsum
|
940
949
|
|
941
950
|
| Method | Example |
|
942
951
|
| ------ | ------- |
|
943
|
-
| `characters` |
|
944
|
-
| `paragraph` |
|
945
|
-
| `paragraphs` |
|
946
|
-
| `phrase` |
|
947
|
-
| `phrases` |
|
948
|
-
| `sentence` |
|
949
|
-
| `sentences` |
|
950
|
-
| `word` |
|
951
|
-
| `words` |
|
952
|
+
| `characters` | 8hsvxdt6hvjthxrx6s5n28umo8ph5gtqzyf3ns20nfv9b5bs6humbimv229f6wfaz48v7jv4fxybaieiduk5sujppseqp3tm9kwdqe52wt86f2il764d8sxbb88qh7momxb3fh703al44xmekd61xf4hrw16v4lu9ji6h6qj1s2yma8s8agmwded1cenwx64idlyqvsj7knuf0dgiv0i1flcrbr23v2r6jmqy7c1kpx1bqneb9qdjeiykepzrtg, mckqv6t97opcfdcdjca7ajwxhawv0skzp9txvrfygq36r6b9g3vyeha74v0fv4he4lmec2tp3ros36rslmrrs1dywqbr6sf9st14vocw2mr43ww5udx5glfaxtehnk1m9o9b4i6wfibvfzs1amx3up9kgaus4znlf7c6q6pck8w1khxxzicquj14xf6r53nqiyjgdmr9yki5o3gwb78ua9bsjzdpaougq1qkcdtci6c7ifvi25crboqqabn5bwy, 1sucyn7vkz28uy3dd39baq8yk69ntvwy2bh19d19g4xsjqkd3uxqilcsf66nycp7mo6k164q0nlaak4byequv6l4w5q8j80mpww74ioekak3le4vsg90tiwshm8z41p2mppoehqa833cjuh7an3ho4tr1riqafby37082f21l6hrm2bd86dms8uq9grsgd864h4u2rzvj4t37b360usxa0hn1ycsnpdxrsadiqfhj7metc0fyc47nfiicipb4sr |
|
953
|
+
| `paragraph` | Make a few ends Mr. Buckwort rizzide Long Beach I love my momma for the hustlers plizzay tha dizzle. Televizzle you talk too much recognize with my mind on my money the diggy rolling down the street everybody got they cups. Doggfada gold chain recognize bionic Snoopy how we do it drop it like it's hot., Roll with gold chain the S oh yes I love my momma smokin' indo fo shizzle Mr. Buckwort. Gold chain real deal Holyfield for the hustlers televizzle every single one if you was me and I was you nasty fo shizzle. Your chrome pizzle if you was me and I was you how we do it in tha hizzle smokin' indo fo rizzle fizzle., If the ride is more fly, then you must buy I love my momma real deal Holyfield the Dogg Pound tha shiznit pizzle smokin' indo realer. Mr. buckwort feel the breeze bubbles in the tub Long Beach the diggy the Magic Johnson of rap the Dogg Pound. Now i'm on parole may I roll with fo shizzle gold chain realer nasty for the Gs televizzle. |
|
954
|
+
| `paragraphs` | Fizzle tha dizzle the diggy fo rizzle the Dogg Pound. The diggy laid back Snoop for the Gs with my mind on my money hizzouse if the ride is more fly, then you must buy sippin' on gin and juice recognize. Recognize laid back at ease if the ride is more fly, then you must buy waddup bubbles in the tub gold chain tha shiznit., Make a few ends guess what? if you was me and I was you like every single day if the ride is more fly, then you must buy. Doggfada through all the drama smokin' indo pizzle your chrome the diggy Snoop it's 1993 for the hustlers. With my mind on my money hizzouse tha shiznit through all the drama the diggy Snoop if you was me and I was you. Snoop drizzle tha shiznit now I'm on parole it's 1993 smokin' weed. You talk too much rolling down the street gizzo for the Gs why is you recognize the Dogg Pound if the ride is more fly, then you must buy., Roll with smokin' indo eighty degrees rizzoad Long Beach your chrome. Hizzouse Snoopy recognize now I'm on parole in tha hizzle gizzo. Laid back may I why is you bionic tha shiznit eighty degrees plizzay. Waddup fo rizzle with my mind on my money zig zag smoke bionic I love my momma bubbles in the tub. Through all the drama you talk too much tha dizzle tha shiznit the diggy in tha hizzle., Laid back rizzoad it's 1993 and my money on my mind for the hustlers smokin' weed Coupe de Ville. For the hustlers the dopest Snoopy Coupe de Ville rolling down the street. Why is you may I used to sell loot drop it like it's hot gold chain., Rolling down the street with my mind on my money zig zag smoke everybody got they cups tha shiznit how we do it Mr. Buckwort drop it like it's hot. Smokin' indo recognize I love my momma sippin' on gin and juice you talk too much rizzoad for the hustlers through all the drama rizzide. The lbc fo shizzle feel the breeze fizzle you talk too much roll with like every single day Doggfada. Smokin' indo Snoop I love my momma fo shizzle fizzle. Real deal holyfield how we do it realness Long Beach guess what? gizzo I love my momma., Guess what? Coupe de Ville used to sell loot every single one the Dogg Pound nothing can save ya. Snoopy nothing can save ya realer laid back bubbles in the tub. Put ya choppers up guess what? fo shizzle waddup nasty tha shiznit. Rizzoad gizzo smokin' weed gold chain if you was me and I was you roll with now I'm on parole the LBC sippin' on gin and juice. Rizzoad drop it like it's hot realness used to sell loot the diggy drizzle bubbles in the tub laid back., Doggfada and my money on my mind how we do it roll with smokin' indo you talk too much smokin' weed recognize. With my mind on my money the LBC the diggy guess what? now I'm on parole. Rizzide televizzle fo shizzle the Magic Johnson of rap make a few ends drop it like it's hot Snoop Snoopy real deal Holyfield., Smokin' weed for the Gs why is you put ya choppers up realer for the hustlers gizzo the diggy Snoop. The s oh yes make a few ends and my money on my mind fizzle nothing can save ya. Gold chain fo rizzle rizzide the diggy hizzouse at ease for the Gs. And my money on my mind hizzouse plizzay put ya choppers up Snoopy in tha hizzle nothing can save ya real deal Holyfield. Through all the drama may I tha dizzle drop it like it's hot put ya choppers up Snoopy the S oh yes now I'm on parole., Nothing can save ya and my money on my mind the Dogg Pound nasty rizzoad fo shizzle. Hizzouse it's 1993 Snoop realer fo shizzle your chrome. Through all the drama bionic realer feel the breeze hizzouse drizzle tha shiznit rolling down the street. |
|
955
|
+
| `phrase` | Tha shiznit rizzoad sippin' on gin and juice fo rizzle Coupe de Ville the diggy feel the breeze hizzouse the Dogg Pound., Eighty degrees realer at ease guess what? bionic every single one., Mr. buckwort smokin' indo why is you waddup nasty fo rizzle if you was me and I was you. |
|
956
|
+
| `phrases` | Now i'm on parole rolling down the street how we do it pizzle make a few ends for the hustlers., Tha shiznit smokin' indo Long Beach at ease bubbles in the tub zig zag smoke sippin' on gin and juice you talk too much., Make a few ends how we do it rizzide Mr. Buckwort hizzouse fo shizzle., Zig zag smoke your chrome feel the breeze smokin' weed gizzo realer at ease televizzle., Nothing can save ya real deal Holyfield through all the drama you talk too much nasty the diggy with my mind on my money at ease., Everybody got they cups smokin' indo tha shiznit and my money on my mind if you was me and I was you fizzle pizzle zig zag smoke fo shizzle., And my money on my mind tha shiznit smokin' weed plizzay guess what? fo rizzle everybody got they cups Mr. Buckwort., Smokin' weed may I make a few ends smokin' indo laid back used to sell loot., Zig zag smoke recognize televizzle bubbles in the tub nothing can save ya. |
|
957
|
+
| `sentence` | Drizzle Coupe de Ville rizzoad bionic the dopest recognize Snoop real deal Holyfield fo shizzle., Nothing can save ya nasty the diggy fizzle if you was me and I was you laid back tha shiznit Mr. Buckwort., Nothing can save ya if you was me and I was you rizzoad rizzide now I'm on parole pizzle may I roll with with my mind on my money. |
|
958
|
+
| `sentences` | Pizzle eighty degrees recognize drop it like it's hot nothing can save ya., Snoop tha dizzle bionic televizzle everybody got they cups your chrome., Guess what? eighty degrees every single one bionic bubbles in the tub fizzle the Dogg Pound Doggfada., Laid back zig zag smoke nothing can save ya may I the Magic Johnson of rap your chrome nasty gizzo., Fo shizzle laid back Long Beach pizzle I love my momma., Bubbles in the tub fo shizzle fo rizzle the LBC the Dogg Pound the diggy gizzo drizzle., Put ya choppers up Coupe de Ville smokin' indo bubbles in the tub like every single day waddup., How we do it the Dogg Pound rizzide drop it like it's hot with my mind on my money realer everybody got they cups every single one guess what?., Televizzle fo shizzle why is you it's 1993 tha shiznit drizzle. |
|
959
|
+
| `word` | and my money on my mind, I love my momma, like every single day |
|
960
|
+
| `words` | for the Gs, may I, gizzo, bubbles in the tub, with my mind on my money, in tha hizzle, nothing can save ya, guess what?, the dopest |
|
952
961
|
|
953
962
|
## FFaker::Education
|
954
963
|
|
955
964
|
| Method | Example |
|
956
965
|
| ------ | ------- |
|
957
|
-
| `degree` |
|
958
|
-
| `degree_short` |
|
959
|
-
| `major` |
|
960
|
-
| `school` |
|
961
|
-
| `school_generic_name` |
|
962
|
-
| `school_name` |
|
966
|
+
| `degree` | Master of Computational Finance in Marketing Arts, Bachelor of Science in Information Technology in Industrial Arts, Bachelor of Science in Forensic Science in Financial Studies |
|
967
|
+
| `degree_short` | BEd in Political Arts, MCA in Human Resource Accountancy, BCA in Industrial Philosophy |
|
968
|
+
| `major` | Business Studies, Social Architecture, Social Studies |
|
969
|
+
| `school` | Windfield Institution of Education, Larkshore Academy, Larkcrest Institution |
|
970
|
+
| `school_generic_name` | Northside, Lakeside, Larkridge |
|
971
|
+
| `school_name` | Larkdale, Larkwell, Lakewood |
|
963
972
|
|
964
973
|
## FFaker::Filesystem
|
965
974
|
|
966
975
|
| Method | Example |
|
967
976
|
| ------ | ------- |
|
968
|
-
| `extension` |
|
969
|
-
| `file_name` |
|
970
|
-
| `mime_type` |
|
977
|
+
| `extension` | movd, tiffd, keyd |
|
978
|
+
| `file_name` | aut.reiciendis/labore.odtd, alias-excepturi/nam.movd, molestias-consequatur/officiis.bmpd |
|
979
|
+
| `mime_type` | model/mesh, image/svg+xml, application/json |
|
971
980
|
|
972
981
|
## FFaker::Food
|
973
982
|
|
974
983
|
| Method | Example |
|
975
984
|
| ------ | ------- |
|
976
|
-
| `fruit` |
|
977
|
-
| `herb_or_spice` |
|
978
|
-
| `ingredient` |
|
979
|
-
| `meat` |
|
980
|
-
| `vegetable` |
|
985
|
+
| `fruit` | Mandarine, Orange, Watermelon |
|
986
|
+
| `herb_or_spice` | Tarragon, Celery Salt, Agar agar |
|
987
|
+
| `ingredient` | Ulluco, Beef tongue, Thyme |
|
988
|
+
| `meat` | Partridge, Calf liver, Guinea Hen |
|
989
|
+
| `vegetable` | Broccolini, Nopal, Sweet pepper |
|
981
990
|
|
982
991
|
## FFaker::Gender
|
983
992
|
|
984
993
|
| Method | Example |
|
985
994
|
| ------ | ------- |
|
986
995
|
| `maybe` | female, female, male |
|
987
|
-
| `random` | female,
|
988
|
-
| `sample` | male,
|
996
|
+
| `random` | female, male, male |
|
997
|
+
| `sample` | male, male, female |
|
989
998
|
|
990
999
|
## FFaker::GenderBR
|
991
1000
|
|
992
1001
|
| Method | Example |
|
993
1002
|
| ------ | ------- |
|
994
1003
|
| `maybe` | masculino, feminino, feminino |
|
995
|
-
| `random` | masculino,
|
996
|
-
| `sample` |
|
1004
|
+
| `random` | masculino, masculino, masculino |
|
1005
|
+
| `sample` | masculino, feminino, feminino |
|
997
1006
|
|
998
1007
|
## FFaker::GenderCN
|
999
1008
|
|
1000
1009
|
| Method | Example |
|
1001
1010
|
| ------ | ------- |
|
1002
|
-
| `maybe` | 女,
|
1003
|
-
| `random` |
|
1004
|
-
| `sample` |
|
1011
|
+
| `maybe` | 女, 女, 女 |
|
1012
|
+
| `random` | 男, 女, 男 |
|
1013
|
+
| `sample` | 男, 男, 女 |
|
1005
1014
|
|
1006
1015
|
## FFaker::GenderID
|
1007
1016
|
|
1008
1017
|
| Method | Example |
|
1009
1018
|
| ------ | ------- |
|
1010
|
-
| `maybe` | perempuan, laki-laki,
|
1011
|
-
| `random` | laki-laki, laki-laki
|
1012
|
-
| `sample` |
|
1019
|
+
| `maybe` | perempuan, laki-laki, laki-laki |
|
1020
|
+
| `random` | perempuan, laki-laki, laki-laki |
|
1021
|
+
| `sample` | perempuan, laki-laki, laki-laki |
|
1013
1022
|
|
1014
1023
|
## FFaker::GenderKR
|
1015
1024
|
|
1016
1025
|
| Method | Example |
|
1017
1026
|
| ------ | ------- |
|
1018
|
-
| `maybe` | 녀,
|
1019
|
-
| `random` | 녀,
|
1020
|
-
| `sample` |
|
1027
|
+
| `maybe` | 남, 녀, 녀 |
|
1028
|
+
| `random` | 남, 녀, 남 |
|
1029
|
+
| `sample` | 남, 녀, 남 |
|
1021
1030
|
|
1022
1031
|
## FFaker::Geolocation
|
1023
1032
|
|
1024
1033
|
| Method | Example |
|
1025
1034
|
| ------ | ------- |
|
1026
1035
|
| `boxed_coords`(..., ...) | |
|
1027
|
-
| `lat` |
|
1028
|
-
| `lng` | -
|
1036
|
+
| `lat` | 41.018461, 33.5775667696072, 33.3732084677927 |
|
1037
|
+
| `lng` | -122.340967372417, -77.0656875352079, -122.094516147761 |
|
1029
1038
|
|
1030
1039
|
## FFaker::Guid
|
1031
1040
|
|
1032
1041
|
| Method | Example |
|
1033
1042
|
| ------ | ------- |
|
1034
|
-
| `guid` |
|
1043
|
+
| `guid` | 31A8FB3A-1F43-A0D5-093D-E945F83420D8, B2DF0B68-E89E-C78B-17CC-21E26AED0D71, 3BA19DDA-77EA-1273-748B-08FA238B25CC |
|
1035
1044
|
|
1036
1045
|
## FFaker::HTMLIpsum
|
1037
1046
|
|
1038
1047
|
| Method | Example |
|
1039
1048
|
| ------ | ------- |
|
1040
|
-
| `a` | <a href="#
|
1041
|
-
| `body` | <h1>
|
1042
|
-
| `dl` | <dl><dt>
|
1043
|
-
| `fancy_string` | <
|
1044
|
-
| `ol_long` | <ol><li>
|
1045
|
-
| `ol_short` | <ol><li>
|
1046
|
-
| `p` | <p>
|
1047
|
-
| `table` | <table><thead><tr><th>
|
1048
|
-
| `ul_links` | <ul><li><a href="#
|
1049
|
-
| `ul_long` | <ul><li>
|
1050
|
-
| `ul_short` | <ul><li>
|
1049
|
+
| `a` | <a href="#minima" title="Dolorem accusamus">Et maiores</a>, <a href="#non" title="Tempora natus">Sit qui</a>, <a href="#nihil" title="Sapiente numquam">Est placeat</a> |
|
1050
|
+
| `body` | <h1>Odio incidunt</h1><p>Sequi omnis nobis minima eum consequatur voluptas. Ipsa et quisquam perferendis dolorum aut. Similique culpa omnis aliquam est. Est ipsum voluptatem deleniti nulla aspernatur. <strong>Hic est</strong> Molestiae nihil porro rerum et rerum quo quia sed. Corporis fuga dolorem et labore dolores. Accusamus laboriosam vero dolorem voluptate.</p><p>In quos non dolor sed at itaque qui doloremque. Aut nihil qui laboriosam dicta blanditiis minima. Ab et eaque ut qui voluptas consequuntur molestiae molestias. Accusantium quae dolores quo est nihil reprehenderit quidem. Sunt laudantium possimus sit minus aliquid ut. Ipsum sequi quos et rem eius. Amet aliquid explicabo ex quia et laborum. Dolore eligendi delectus consequatur ducimus. Doloremque voluptatem est esse a. <strong>Consectetur at</strong></p><p>Ipsum distinctio et quo quaerat et rerum eum earum. Rerum nesciunt sequi est quaerat aliquid atque. Maxime a nam doloribus voluptatem. <code>illum unde</code> <strong>Iste cupiditate</strong></p><table><thead><tr><th>Reiciendis</th><th>Velit</th><th>Qui</th><th>Velit</th></tr></thead><tbody><tr><td>Quam</td><td>Dolorem</td><td>Incidunt</td><td><a href="#laboriosam" title="Sint perferendis">Maiores quibusdam</a></td></tr></tbody></table><h2>Accusantium porro</h2><ol><li>Ullam similique at natus quisquam deleniti tempora. Omnis culpa neque enim alias doloremque reprehenderit enim excepturi. Quidem sit vel velit doloremque laudantium nihil ipsa in.</li><li>Accusamus aperiam molestias asperiores ut deserunt quo. Minus maiores tempora soluta omnis perferendis.</li></ol><blockquote><p>Laudantium ut distinctio eum quis nulla rerum. Voluptas non sunt omnis officiis. Omnis quam quo et voluptates provident laudantium est.<br>Impedit sint corrupti similique ratione numquam quis est voluptatum. Asperiores perspiciatis dolor qui sunt. Vitae blanditiis voluptatem earum hic est sint commodi. Architecto ipsum totam perferendis accusamus velit aut aperiam et.<br>Animi illo id ipsam tempora ipsa. Quas blanditiis repudiandae qui impedit nemo cumque. In aliquid quia quidem nihil veniam quod debitis.</p></blockquote><h3>Necessitatibus enim</h3><ul><li>Ipsum natus illum blanditiis nesciunt provident necessitatibus laborum modi. Quis eum ex placeat voluptas. Aut architecto repudiandae perferendis est.</li><li>Assumenda consectetur impedit aspernatur sed cum delectus debitis in.</li></ul><pre><code> #alias h1 a { display: block; width: 300px; height: 80px; } </code></pre>, <h1>Neque non</h1><p>Alias qui repellendus laboriosam explicabo recusandae reiciendis est soluta. Vel facilis voluptatum autem non omnis consequuntur neque. Molestias nam porro eveniet natus fugiat. Et maxime molestiae architecto voluptas eveniet. <code>voluptate nostrum</code> <strong>Ut et</strong></p><p><a href="#in" title="Expedita molestiae">Ex ducimus</a> <em>Eos temporibus earum et iure amet deserunt hic quis. Architecto vel pariatur explicabo voluptas et maiores similique earum. Tempora quo debitis beatae ut deleniti dolorum eos.</em> Vero placeat optio qui ea atque aut. Aspernatur voluptas repellat dolore aliquam nisi at. Pariatur nobis eum hic excepturi ut nulla quia in. Voluptates sed dolor laborum doloribus repellat omnis. Necessitatibus quaerat qui eum aut.</p><table><thead><tr><th>Occaecati</th><th>Placeat</th><th>Ullam</th><th>Provident</th></tr></thead><tbody></tbody></table><h2>Aliquid voluptatibus</h2><ol><li>Harum eius alias eaque minima reprehenderit odio aspernatur.</li></ol><blockquote><p>Ut occaecati tenetur aliquam consequuntur iure. Vero quo doloribus eos commodi a. Aut et voluptatum quam sit atque rerum qui. Et qui nobis neque doloremque sint sit. Hic perferendis vitae distinctio et et dignissimos.<br>Nesciunt fuga quis eaque placeat ab reiciendis et. Perferendis fugiat rerum animi qui est optio voluptatibus et. Consequatur tempore quas corporis est dicta voluptas aliquam sunt. Omnis excepturi perspiciatis accusantium ea.<br>Assumenda magni quibusdam qui illum neque aut hic. Earum in omnis eos necessitatibus maxime. Fugit aliquam molestiae ex nisi consequuntur aut sit reiciendis. Quaerat omnis non est aliquid.</p></blockquote><h3>Explicabo velit</h3><ul></ul><pre><code> #delectus h1 a { display: block; width: 300px; height: 80px; } </code></pre>, <h1>Autem voluptatem</h1><table><thead><tr><th>Aut</th><th>Eaque</th><th>Ullam</th><th>Ipsam</th></tr></thead><tbody><tr><td>Ut</td><td>Natus</td><td>Nobis</td><td><a href="#quo" title="Et aut">Illo nihil</a></td></tr></tbody></table><h2>Voluptatem omnis</h2><ol><li>Nostrum in veniam debitis tenetur a veritatis tempora et. Laboriosam et magnam commodi inventore id beatae aliquam maiores. Rem impedit laboriosam ipsa nam est.</li><li>Unde perferendis consequatur iure dolorem voluptas et illum. Quis officiis expedita odio totam occaecati non illum. Sit rerum eum ullam iure corporis maxime enim velit.</li><li>Dicta dolores aut provident iure perspiciatis.</li></ol><blockquote><p>Illo sapiente omnis nihil necessitatibus et eveniet sint aut. Quasi enim qui sunt ut iste. Id nemo blanditiis dolores enim omnis quia hic delectus. Dolores necessitatibus sunt quod nesciunt in excepturi officia ullam. Provident quasi expedita qui illum nesciunt velit blanditiis ab.<br>Aut inventore magnam at et. Sequi et expedita exercitationem voluptatem quasi. Inventore quisquam et qui repudiandae.<br>Consequuntur necessitatibus eos debitis modi reiciendis qui vel hic. Dolorum expedita inventore consequatur numquam. Rerum quaerat ut tempore tempora molestiae voluptatem. Cum et dolore fugiat accusantium assumenda.</p></blockquote><h3>Tempore dicta</h3><ul></ul><pre><code> #voluptatem h1 a { display: block; width: 300px; height: 80px; } </code></pre> |
|
1051
|
+
| `dl` | <dl><dt>Quia</dt><dd>Recusandae occaecati est temporibus doloremque. Harum nihil ex voluptatem perspiciatis et. Ipsam ipsum dolorum distinctio nisi id. Deserunt illum tempore sint expedita necessitatibus aut quo.</dd><dt>Ducimus</dt><dd>Incidunt aliquam eos placeat quasi maiores consequatur. Veritatis et debitis temporibus fuga inventore voluptatem. Explicabo molestias velit odit sed quod ea dolorem consequatur. Dicta quis maiores reprehenderit repudiandae qui non.</dd></dl>, <dl><dt>Et</dt><dd>Cupiditate repellendus eligendi veniam dolorem. Dolorum est et voluptas accusamus.</dd><dt>Veniam</dt><dd>Error voluptas eaque repellendus veniam. Rerum praesentium enim laudantium eligendi architecto nostrum ex expedita. Fugiat sint cum ut iste amet itaque. Quisquam assumenda delectus et molestiae.</dd></dl>, <dl><dt>Magnam</dt><dd>Totam nam autem rem id numquam iste libero. Et autem quod consequatur soluta quaerat assumenda nemo. Autem ratione iste consequatur impedit omnis nihil odit.</dd><dt>Recusandae</dt><dd>Magnam ea perspiciatis consequatur aut vel voluptatem. Voluptatem et excepturi omnis beatae corrupti.</dd></dl> |
|
1052
|
+
| `fancy_string` | <strong>Id fugit</strong> <code>eum aspernatur</code> Ut accusamus aliquid sequi eum sit eveniet. Harum dolor cum quo consequatur ab quos. Sequi commodi recusandae dolor nisi unde vel et. Quos suscipit iure magnam natus voluptas et. Dolor temporibus a modi placeat voluptas adipisci quo nulla., Distinctio quam aut id laudantium impedit. A fugiat qui officia cumque voluptatem qui ut. Laborum optio numquam est repellendus id officiis quo. <em>Fuga pariatur ut debitis aut enim cumque. Mollitia nemo quae nisi cupiditate asperiores debitis omnis. At quia earum temporibus deserunt aut. Laudantium voluptatum ipsa porro est. Quo deserunt et cumque repudiandae ut atque minus illo.</em> <strong>Ut reiciendis</strong>, Nam laboriosam corporis reiciendis quod soluta ipsum quis suscipit. Sunt harum repellat doloribus quos consequatur. At iste nostrum dolores dolor aut. Qui ut ipsa quia voluptatibus. Rerum alias officia corrupti nobis est sit quae. <a href="#cum" title="Rerum rem">Aliquid eaque</a> Nihil laboriosam deleniti ut corporis perspiciatis voluptatem ab. Quam qui sequi quibusdam et. Est blanditiis aut eos error non accusamus aut. Consequatur id perspiciatis magnam voluptatum. |
|
1053
|
+
| `ol_long` | <ol><li>Sit minus ducimus nulla illo eaque unde. Temporibus et error maxime ut.</li><li>Aut pariatur aspernatur sed ut dolores quae. Laudantium natus aliquid eveniet sunt nostrum porro non soluta.</li><li>Modi debitis blanditiis quidem temporibus voluptatem. Eligendi voluptate itaque commodi dolor. Sit temporibus explicabo quibusdam qui vitae est magnam aperiam. Et rerum quis deleniti sit doloribus corrupti blanditiis sapiente.</li></ol>, <ol><li>Amet atque ipsa est soluta blanditiis earum. Eum voluptas qui dolor consequatur. Ducimus praesentium iure quo quod dolor. Dicta impedit id voluptate est.</li><li>Perspiciatis voluptas non dignissimos itaque debitis a. Libero sed sit corrupti ad. Consequatur perferendis nisi id excepturi quis. Delectus architecto qui aut fugit sit.</li><li>Iure quidem qui reiciendis vel dignissimos accusantium consectetur nulla. Est similique saepe id optio ab. Eaque totam illo hic temporibus nemo. Nemo vel recusandae qui odit adipisci eos.</li></ol>, <ol><li>Et velit possimus illum ipsum. Aliquam voluptas rem dignissimos voluptatem fugiat temporibus dolorum.</li><li>Vel ipsum nulla sunt aperiam ad quas voluptatum. Quibusdam nisi quia doloribus quis odio id cupiditate. At in et et quia doloremque sunt. Consequatur et qui sit eligendi voluptas iste nulla illum.</li><li>Omnis voluptate magnam quia illo ea voluptates. Omnis optio libero nisi incidunt cupiditate deleniti velit amet. Atque quia nostrum autem illo. Cum repellendus perspiciatis optio ut saepe eius consequatur in.</li></ol> |
|
1054
|
+
| `ol_short` | <ol><li>Ad impedit autem ut.</li><li>Corporis necessitatibus a quibusdam.</li><li>Magni facere at voluptatum et qui.</li></ol>, <ol><li>Illo qui aut distinctio alias aut voluptates.</li><li>Ut praesentium molestias voluptatem autem dolorem a.</li><li>Quia quam autem ex voluptatem qui explicabo.</li></ol>, <ol><li>Fugit veniam commodi rem autem necessitatibus.</li><li>Debitis amet quia dolore et consequuntur.</li><li>Quia consectetur placeat.</li></ol> |
|
1055
|
+
| `p` | <p>Sapiente vel debitis facilis assumenda ratione repellat minima. Quia et neque non doloremque id velit sint incidunt. Dolore et pariatur exercitationem aliquid voluptas quod. Mollitia rerum sit voluptatem non qui ipsum cupiditate nostrum. Vitae nihil soluta vel exercitationem molestias aliquid quo.</p>, <p>Qui dolore veniam excepturi natus omnis et expedita. Repellendus doloribus rerum ullam voluptas et. Fuga dolorem quis dolorem et aut voluptas nemo.</p>, <p>Asperiores deleniti corrupti ut ipsa enim iusto pariatur iure. Incidunt animi aliquid ut excepturi eaque. Temporibus aut laboriosam sint qui non magnam neque. Magni amet laboriosam fuga sapiente commodi aut.</p> |
|
1056
|
+
| `table` | <table><thead><tr><th>Nulla</th><th>Provident</th><th>Autem</th><th>Distinctio</th></tr></thead><tbody><tr><td>Fuga</td><td>Aut</td><td>Inventore</td><td><a href="#ut" title="A voluptatibus">Porro accusantium</a></td></tr><tr><td>Qui</td><td>Est</td><td>Fugit</td><td><a href="#rerum" title="Odio sed">Nihil aut</a></td></tr><tr><td>Provident</td><td>Aut</td><td>Ut</td><td><a href="#adipisci" title="Ut aut">Provident voluptatem</a></td></tr></tbody></table>, <table><thead><tr><th>Laudantium</th><th>Eos</th><th>Consequatur</th><th>Et</th></tr></thead><tbody><tr><td>Quas</td><td>Commodi</td><td>Quisquam</td><td><a href="#ipsam" title="Dolor voluptate">Magni quasi</a></td></tr><tr><td>Aut</td><td>Et</td><td>Quos</td><td><a href="#occaecati" title="Quibusdam possimus">Commodi voluptas</a></td></tr><tr><td>Quibusdam</td><td>Optio</td><td>Qui</td><td><a href="#quidem" title="Dolorum accusantium">Ut repellat</a></td></tr></tbody></table>, <table><thead><tr><th>Veritatis</th><th>Id</th><th>Autem</th><th>Exercitationem</th></tr></thead><tbody><tr><td>Nostrum</td><td>Corrupti</td><td>Quidem</td><td><a href="#molestiae" title="Perferendis ipsa">Enim voluptatem</a></td></tr><tr><td>Omnis</td><td>Aliquid</td><td>Illo</td><td><a href="#veniam" title="Dolores et">Sit ab</a></td></tr><tr><td>Sunt</td><td>Saepe</td><td>Et</td><td><a href="#sapiente" title="Recusandae aut">Illo unde</a></td></tr></tbody></table> |
|
1057
|
+
| `ul_links` | <ul><li><a href="#culpa" title="Esse">Eveniet</a></li><li><a href="#expedita" title="Qui">Sequi</a></li><li><a href="#aut" title="Id">Repellat</a></li></ul>, <ul><li><a href="#quia" title="Itaque">Qui</a></li><li><a href="#incidunt" title="Omnis">Ea</a></li><li><a href="#est" title="Iste">Voluptas</a></li></ul>, <ul><li><a href="#officiis" title="Unde">Voluptas</a></li><li><a href="#dolore" title="Sit">Natus</a></li><li><a href="#consequatur" title="Corporis">Deserunt</a></li></ul> |
|
1058
|
+
| `ul_long` | <ul><li>Voluptatum sunt in hic veniam et minima modi est. Natus placeat qui et quibusdam quaerat cum. Dolores omnis sunt vel aperiam.</li><li>Incidunt dignissimos enim optio id tempora iste. Autem praesentium sint et dicta dolor non.</li><li>Vero sunt deleniti nostrum accusamus. Magni odit id perferendis repudiandae qui praesentium et. Impedit voluptates omnis autem exercitationem aut iste. Dicta aliquid eum quia est modi.</li></ul>, <ul><li>Sed odio dolorem et esse id. Molestiae totam quia eos placeat magnam quidem occaecati dolorem.</li><li>Atque maiores voluptas totam est velit. Nisi impedit eius neque esse quidem. Et perspiciatis repudiandae sed unde est eligendi sunt fuga.</li><li>Et labore velit placeat aliquid. Maxime dolore sed qui placeat qui dolorem.</li></ul>, <ul><li>Numquam recusandae et vero officia non porro qui expedita. Aspernatur animi reprehenderit hic perferendis vero aperiam.</li><li>Dolor ullam cupiditate facere commodi qui non. Non in omnis dolorem velit est ipsam unde.</li><li>Qui consequatur porro voluptatem at. Qui id sint commodi ut facere modi consequatur.</li></ul> |
|
1059
|
+
| `ul_short` | <ul><li>Culpa autem qui et voluptas.</li><li>Temporibus ipsum voluptatum.</li><li>Velit praesentium veniam dolor.</li></ul>, <ul><li>Id molestiae velit et quo.</li><li>Vitae ut deleniti placeat.</li><li>Rerum sed recusandae aut aliquid saepe laborum.</li></ul>, <ul><li>Laudantium et reprehenderit libero consequatur sequi assumenda.</li><li>Id et inventore nesciunt consequatur.</li><li>Qui vitae blanditiis in eos aut qui.</li></ul> |
|
1051
1060
|
|
1052
1061
|
## FFaker::HealthcareIpsum
|
1053
1062
|
|
1054
1063
|
| Method | Example |
|
1055
1064
|
| ------ | ------- |
|
1056
|
-
| `characters` |
|
1057
|
-
| `paragraph` |
|
1058
|
-
| `paragraphs` |
|
1059
|
-
| `phrase` |
|
1060
|
-
| `phrases` |
|
1061
|
-
| `sentence` |
|
1062
|
-
| `sentences` |
|
1063
|
-
| `word` |
|
1064
|
-
| `words` |
|
1065
|
+
| `characters` | 9owrzi6ya3i2iqzui2iz85p172t9cl6lw7pobcrwchutndkxl4knrapi5yojbh1q36icch4myqt52shbz5wkdr1trelmyeqlnuhmmvtzcs6qxsrrirf3firq27snbmzk2obvgezqbo8u3o1uawvla26szbeukaamu632uioaq59h8opak737s1dhbq5txu9lbltijiqes1nn2omzxrv1glgkr3ihwnufmz9t1dw73ojemcl89rjm5uh6xf7mvga, 7v9l5h7lf9197r39cs8efy5muusid8tq1x6ic2srxy0osfqpmrycfk1hr75r4564qlysa7gb3571wefb89yfveni99p8owcw3xxxt0gooj8ky3udg1wyfrdeemww79q5an85psh9q2153wtg6qrar5btnlva3cbuapc4z7leejkya3i9aveel1lonyos55dc4zzp37cistdt3hnrwi3v5p31i5wbgb3a8s3jb9vr59qplbc9edp1kuudl2gcs51, 0jdggsryd4n9tsgbvck0r0srm09ifeirrbac6jgz4pzcbf29iho70ae5h10tolds4jx11t9lmszzv18cwsz10y08v7qgiouogygjk4v9ox8lh5m0s87zhq127msgrj6c6bimt1afasljnfyuunl7c93lwi7h0p4dvroe0a2qq3jtsq06ptxqrfnabyfok6x50otvlwfefaram535shvzgy45b42vec2v5skaudqkntfjxqj9nrl4rmz032zqlv4 |
|
1066
|
+
| `paragraph` | Usual and customary charge noncancellable policy hospital care fee-for-service health maintenance organization rider health reimbursement arrangement gatekeeper co-payment. Provider state-mandated benefits after care EAPs third-party payer. Fsa policy year case management MSA health maintenance organization medical necessity creditable coverage participating provider episode of care. R&c charge provider prior authorization health maintenance organization pre-admission review., Schedule of benefits and exclusions second surgical opinion MSA rider critical access hospital centers of excellence. Reasonable and customary self administered admitting privileges portability workers compensation health reimbursement arrangement grievance covered charges/expenses. Ambulatory care eligible expenses certificate of coverage flexible spending account medicare waiting period. Major medical third-party payer coordinated care grievance short-term medical insurance., Pre-authorization COBRA R&C charge preventive care exclusion period free-look period open enrollment. Pre-admission review preventive care DRG staff model pre-certification risk. Medical necessity admitting privileges third-party payer preferred provider organization FSA critical access hospital risk accreditation. Managed care utilization review covered benefit NCQA out-of-pocket costs health reimbursement arrangement. Cpt agent of record health savings account accredited EOB. |
|
1067
|
+
| `paragraphs` | Major medical flexible benefit plan home health care defensive medicine appeal second surgical opinion network provider. Covered charges/expenses network case management health insurance portability &amp; accountability act accreditation policyholder SIC health maintenance organization benefit. Pre-certification major medical R&C charge benefit cap centers of excellence schedule of benefits and exclusions. International classification of diseases, 9th revision, clinical modification icd-9-cm critical access hospital discharge planning co-pay care plan gatekeeper stop-loss provisions general agent eligible dependent. Usual and customary charge premium any willing provider laws preventive care policy year CPT accreditation medical savings account., Benefit lapse pre-authorization wellness office visit policy year case manager. Limited policy nonrenewable NAIC contract year co-insurance. Care plan designated facility pre-admission testing hospital-surgical coverage free-look period cost sharing. Current procedural terminology well-baby care co-pay pre-admission testing participating provider. National association of insurance commissioners full-time student hospital care pre-admission review exclusions and limitations fee schedule FSA., Pre-admission testing ASO care plan morbidity nonrenewable medical necessity NAIC episode of care capitation. Third-party payer policy year reasonable and customary MSA concurrent review medicare supplement evidence of insurability. Home health care ancillary services accreditation health insurance portability &amp; accountability act group health plan NCQA pregnancy care limited policy self-insured. Critical access hospital designated facility group health plan board certified lifetime maximum NDC. Gatekeeper medically necessary participating provider out-of-plan SIC home health care HMO., Health employer data and information set HSA lapse after care discharge planning. Board certified PCP state insurance department flexible spending account EOB medigap preventive care second surgical opinion. Workers compensation covered charges/expenses critical access hospital HCPCS medically necessary COB waiting period indemnity health plan. Self-insured NDC schedule of benefits and exclusions NCQA effective date evidence of insurability admitting physician grievance wellness office visit., Gatekeeper hospital-surgical coverage IPA hospital care disenroll referral. Coordinated care out-of-pocket maximum gag rule laws pre-authorization medicare supplement centers of excellence. Policy year claim preferred provider organization certificate of coverage pre-certification insured lifetime maximum health maintenance organization., Workers compensation renewal permanent insurance exclusion period nonrenewable HDHP. Major medical HSA special benefit networks beneficiary evidence of insurability. Out-of-network preventive care prior authorization primary care physician well-baby care fee schedule. Co-insurance deductible primary care physician health employer data and information set managed care portability NDC. Service area medicare supplement discharge planning risk enrollee., Certificate of coverage effective date benefit cap incurral date custodial care concurrent review hospital care R&C charge. Full-time student deductible health savings account preferred provider organization attachment noncancellable policy deductible carry over credit HIPAA group health plan. Custodial care managed care credentialing co-payment health savings account out-of-plan. Workers compensation rider third-party payer portability agent of record certificate of coverage., Accredited denial of claim usual and customary charge lapse eligible dependent incurral date any willing provider laws participating provider hospital-surgical coverage. First dollar coverage coordination of benefits flexible benefit plan eligible dependent contract year EOB. Skilled nursing facility exclusions and limitations staff model qualifying event accreditation. Preferred provider organization guaranteed issue incurral date health savings account NAIC co-payment. High deductible health plan out-of-network case manager coordinated care contract year reasonable and customary lifetime maximum pre-certification., Indemnity health plan hospital care short-term medical insurance IPA coordination of benefits pre-existing condition reasonable and customary. National drug code dependent PPO morbidity service area open enrollment centers of excellence pre-certification. Free-look period explanation of benefits misrepresentation pre-authorization episode of care incurral date. International classification of diseases, 9th revision, clinical modification icd-9-cm covered person admitting privileges concurrent review PCP diagnostic related group. |
|
1068
|
+
| `phrase` | Special benefit networks HCPCS primary care physician network workers compensation care plan HCFA Common Procedure Coding System., Home health care flexible benefit plan deductible provider defensive medicine incurral date., Effective date preventive care HCFA Common Procedure Coding System usual and customary charge evidence of insurability primary care physician designated facility. |
|
1069
|
+
| `phrases` | Ambulatory care eligible dependent pre-authorization workers compensation major medical discharge planning denial of claim HCFA Common Procedure Coding System., Urgent care eligible dependent assignment of benefits pregnancy care workers compensation ambulatory care pre-admission review hospital-surgical coverage master policy., Pre-admission testing certificate of coverage special benefit networks health insurance portability &amp; accountability act co-pay incurral date administrative services only primary care physician., Covered charges/expenses NCQA hospital care medical necessity benefit cap co-insurance evidence of insurability., National committee for quality assurance PCP custodial care fee schedule skilled nursing facility broker preferred provider organization staff model R&C charge., Defensive medicine contract year ASO policy year discharge planning explanation of benefits accreditation credentialing., Admitting privileges accreditation portability impaired risk state insurance department utilization review third-party payer., Attachment health maintenance organization standard industrial classification assignment of benefits participating provider., Co-payment NAIC well-baby care policy national drug code HCFA Common Procedure Coding System. |
|
1070
|
+
| `sentence` | Group health plan urgent care any willing provider laws national drug code self-insured COB noncancellable policy., Health savings account employee assistance programs urgent care admitting privileges critical access hospital state-mandated benefits out-of-pocket costs evidence of insurability., Gatekeeper eligible dependent waiting period self administered network IPA pregnancy care prior authorization. |
|
1071
|
+
| `sentences` | National drug code morbidity deductible carry over credit fee schedule beneficiary gatekeeper., Master policy beneficiary out-of-pocket costs permanent insurance morbidity flexible benefit plan grievance., Credentialing impaired risk covered benefit accumulation period COB administrative services only self-insured permanent insurance., Certificate of coverage HSA general agent beneficiary network health insurance portability &amp; accountability act., Staff model major medical network participating provider disenroll international classification of diseases, 9th revision, clinical modification icd-9-cm after care workers compensation incurral date., Medically necessary appeal explanation of benefits risk exclusion period admitting privileges., Benefit cap ancillary services covered person PCP deductible carry over credit., Lifetime maximum special benefit networks fee schedule wellness office visit case management inpatient care master policy health insurance portability &amp; accountability act., Medical necessity major medical beneficiary deductible carry over credit hospice care flexible benefit plan home health care evidence of insurability HSA. |
|
1072
|
+
| `word` | reasonable and customary, evidence of insurability, free-look period |
|
1073
|
+
| `words` | usual and customary charge, second surgical opinion, underwriting, noncancellable policy, IPA, credentialing, discharge planning, creditable coverage, medigap |
|
1065
1074
|
|
1066
1075
|
## FFaker::HipsterIpsum
|
1067
1076
|
|
1068
1077
|
| Method | Example |
|
1069
1078
|
| ------ | ------- |
|
1070
|
-
| `characters` |
|
1071
|
-
| `paragraph` |
|
1072
|
-
| `paragraphs` |
|
1073
|
-
| `phrase` |
|
1074
|
-
| `phrases` |
|
1075
|
-
| `sentence` |
|
1076
|
-
| `sentences` |
|
1077
|
-
| `word` |
|
1078
|
-
| `words` |
|
1079
|
+
| `characters` | qmltqf9r7xadknjq0olg90fyjmfjw3ipaipof5msf20udtjwsr570b0c3cjnw61qmrj24n38jaomy2emo25ttk5oka914jbybexziqv4hl80fg76a3g9atmyih07e2au47zualmq8r87i7t6rkoufztr32yjgq6uhp7x5qwxfzda19httl5a7u5qwgl9eac3uz25homsfoyt7fxzz25epdpoh4x0tcqpj82w64v6qenx17oyp3hq87zvw71yxpo, ypunz15j9cx1wrx7f2qsmtqrh2wxt2lxcfk1g4uepnuu0p2ls6mb0tiu894q0owrtl7gap5meefxcjd0h2xho0d9vsy4q0oqchkka0x08sk7yzyo356j1s9g4ud9591c5ioww5piqyyhbgdxoelpv7rki8tsfdw4ykrht9wpzyn32crydaz3pe4r4syj2ly5097p5zopg3oq3shsbn589pggrpkfiwpklj7hzsrq5k44j4nihnb6g1ticik69tt, xxkx2e9mpq8eg6j6evh6y0kzmiwuu23gmpxlz47cnik0u75uwkepvae30xt9ebd0zh81ks3e2xqp4i9x6w517ouqni1wazc3wq2gmd7nef5b6ioiv5t8qld9p2z9m21j07cp6o46jhvbbryr57k49b9ce7cros3q8kbxi96ljzb42k88xoap7blxdrw1lwwtn6zoohdqsfopi4kk504p1gt211jic641cutmek8brqdwy137oz3ovc81cfld1fc |
|
1080
|
+
| `paragraph` | Beard seitan irony McSweeney's retro yr twee +1. Gentrify before they sold out McSweeney's raw denim +1. Beard Brooklyn artisan helvetica butcher put a bird on it vegan., High life whatever twee vinyl American Apparel master cleanse cliche party Rerry Richardson. Readymade vegan cardigan chambray butcher seitan Austin mlkshk. Carles Portland vinyl quinoa dreamcatcher., Keffiyeh tattooed fixie VHS before they sold out. Wayfarers party mustache you probably haven't heard of them iPhone tumblr. Brunch keytar VHS vegan PBR next level. Echo park sustainable vinyl McSweeney's freegan art scenester PBR. Retro single-origin coffee wolf letterpress art stumptown brunch. |
|
1081
|
+
| `paragraphs` | Portland gluten-free synth keffiyeh seitan +1 whatever. Gluten-free craft beer lo-fi party locavore tofu artisan PBR. +1 Wes Anderson vinyl lomo skateboard brunch Marfa. Shoreditch Portland skateboard ethical beard messenger bag party gluten-free., Put a bird on it mlkshk Austin craft beer echo park skateboard tattooed keffiyeh. Irony cliche viral thundercats salvia blog hoodie. Jean shorts whatever cred lo-fi Rerry Richardson vinyl Austin craft beer bicycle rights. Bicycle rights Wayfarers craft beer fanny pack photo booth., Wolf organic Williamsburg Wes Anderson photo booth etsy cred craft beer. Cardigan gentrify thundercats beard hoodie ethical letterpress art. Scenester gluten-free +1 seitan cred echo park banh mi fixie. Beard moon Cosby Sweater party Wayfarers jean shorts cardigan fixie brunch., Cosby sweater craft beer Carles quinoa retro yr mustache moon you probably haven't heard of them. Wayfarers art whatever seitan gentrify hoodie Carles Portland beard. Pbr quinoa craft beer keytar cliche messenger bag Pitchfork. Wes anderson food truck tattooed fap irony cliche tumblr put a bird on it raw denim. Shoreditch lomo Marfa art master cleanse., Seitan banh mi helvetica whatever Portland aesthetic keffiyeh put a bird on it. Party mustache yr biodiesel put a bird on it lomo high life gluten-free DIY. Cred fanny pack hoodie bicycle rights Banksy scenester Portland. Banh mi raw denim Shoreditch iPhone etsy Banksy dreamcatcher Carles. Salvia echo park Banksy skateboard VHS photo booth., Four loko chambray stumptown fap brunch fanny pack banh mi. Banksy put a bird on it fixie Brooklyn Carles. Vegan quinoa tofu keytar bicycle rights food truck., Master cleanse vinyl thundercats salvia moon wolf yr. Portland mustache vice Pitchfork craft beer high life keytar. Yr photo booth mixtape helvetica 8-bit sustainable. Bicycle rights quinoa viral lomo fixie moon readymade scenester artisan. Biodiesel master cleanse seitan helvetica blog Williamsburg vegan retro moon., Rerry richardson biodiesel Carles cliche you probably haven't heard of them lo-fi. Cardigan locavore VHS Brooklyn fanny pack craft beer quinoa next level Austin. Jean shorts synth Portland gluten-free McSweeney's. Quinoa iPhone McSweeney's Shoreditch Carles craft beer tofu. Twee tumblr raw denim VHS bicycle rights skateboard put a bird on it keffiyeh artisan., Tofu iPhone Brooklyn tumblr gluten-free messenger bag. Cosby sweater fixie mlkshk tofu brunch DIY biodiesel. Vegan Wes Anderson fanny pack skateboard single-origin coffee jean shorts Brooklyn. Brooklyn party you probably haven't heard of them DIY Rerry Richardson vegan butcher scenester. |
|
1082
|
+
| `phrase` | High life hoodie mlkshk synth sartorial fap., American apparel wolf sustainable vinyl master cleanse jean shorts biodiesel cred., Rerry richardson seitan photo booth Shoreditch gluten-free. |
|
1083
|
+
| `phrases` | Marfa leggings artisan Cosby Sweater VHS., Before they sold out squid Wayfarers DIY Austin synth., Marfa tattooed skateboard leggings echo park letterpress., Williamsburg sustainable chambray photo booth raw denim 8-bit synth letterpress., Whatever biodiesel jean shorts readymade sustainable gentrify hoodie food truck., Retro keffiyeh Pitchfork 8-bit Rerry Richardson Williamsburg moon., Mcsweeney's master cleanse keffiyeh quinoa party Rerry Richardson., Retro raw denim McSweeney's cred put a bird on it., Diy vegan helvetica mixtape leggings Carles synth. |
|
1084
|
+
| `sentence` | Diy scenester lomo artisan trust fund skateboard photo booth., Yr messenger bag skateboard quinoa party retro Wayfarers bicycle rights., Art yr you probably haven't heard of them Wayfarers biodiesel readymade gluten-free whatever. |
|
1085
|
+
| `sentences` | Cred wolf farm-to-table retro letterpress mixtape Williamsburg., Scenester cardigan thundercats Wes Anderson Cosby Sweater vice American Apparel Portland Four Loko., Cosby sweater sartorial lo-fi skateboard helvetica scenester lomo brunch., Sustainable photo booth art messenger bag keytar tattooed brunch., Sustainable mustache gentrify viral Brooklyn before they sold out synth., Fap banh mi keffiyeh single-origin coffee aesthetic McSweeney's helvetica art tumblr., Cardigan fap organic before they sold out synth artisan keffiyeh party quinoa., Tumblr aesthetic Shoreditch party Banksy., Mustache cred photo booth butcher cliche vegan art salvia. |
|
1086
|
+
| `word` | irony, +1, single-origin coffee |
|
1087
|
+
| `words` | mustache, squid, Banksy, cardigan, DIY, seitan, yr, leggings, craft beer |
|
1079
1088
|
|
1080
1089
|
## FFaker::Identification
|
1081
1090
|
|
1082
1091
|
| Method | Example |
|
1083
1092
|
| ------ | ------- |
|
1084
|
-
| `drivers_license` |
|
1085
|
-
| `ethnicity` | African American, African American,
|
1086
|
-
| `gender` |
|
1087
|
-
| `ssn` |
|
1093
|
+
| `drivers_license` | L255-019-87-320-3, L720-543-19-365-1, I276-523-08-669-8 |
|
1094
|
+
| `ethnicity` | African American, African American, African American |
|
1095
|
+
| `gender` | Male, Male, Female |
|
1096
|
+
| `ssn` | 064-55-2618, 202-76-6678, 277-09-8699 |
|
1088
1097
|
|
1089
1098
|
## FFaker::IdentificationBR
|
1090
1099
|
|
1091
1100
|
| Method | Example |
|
1092
1101
|
| ------ | ------- |
|
1093
|
-
| `cnpj` |
|
1102
|
+
| `cnpj` | 14465610855278, 55089229478770, 95355266347279 |
|
1094
1103
|
| `cnpj_verification_digits`(...) | |
|
1095
|
-
| `cpf` |
|
1104
|
+
| `cpf` | 17111507703, 73039310909, 76116820166 |
|
1096
1105
|
| `cpf_verification_digits`(...) | |
|
1097
|
-
| `gender` |
|
1098
|
-
| `pretty_cnpj` |
|
1099
|
-
| `pretty_cpf` |
|
1100
|
-
| `pretty_rg` |
|
1101
|
-
| `rg` |
|
1106
|
+
| `gender` | Feminino, Masculino, Masculino |
|
1107
|
+
| `pretty_cnpj` | 71.623.209/1576-44, 66.329.926/9737-86, 98.856.176/1134-29 |
|
1108
|
+
| `pretty_cpf` | 491.948.953-68, 869.795.248-44, 368.747.277-96 |
|
1109
|
+
| `pretty_rg` | 338.856.488, 756.894.012, 376.258.246 |
|
1110
|
+
| `rg` | 140105379, 753905759, 886475859 |
|
1102
1111
|
|
1103
1112
|
## FFaker::IdentificationES
|
1104
1113
|
|
1105
1114
|
| Method | Example |
|
1106
1115
|
| ------ | ------- |
|
1107
|
-
| `gender` |
|
1116
|
+
| `gender` | Mujer, Hombre, Mujer |
|
1108
1117
|
|
1109
1118
|
## FFaker::IdentificationESCL
|
1110
1119
|
|
1111
1120
|
| Method | Example |
|
1112
1121
|
| ------ | ------- |
|
1113
|
-
| `gender` | Mujer,
|
1114
|
-
| `rut` |
|
1122
|
+
| `gender` | Mujer, Mujer, Mujer |
|
1123
|
+
| `rut` | 7720877-1, 17070750-8, 4316976-9 |
|
1115
1124
|
|
1116
1125
|
## FFaker::IdentificationESCO
|
1117
1126
|
|
1118
1127
|
| Method | Example |
|
1119
1128
|
| ------ | ------- |
|
1120
|
-
| `blood_type` |
|
1121
|
-
| `driver_license_category` |
|
1122
|
-
| `drivers_license` |
|
1123
|
-
| `expedition_date` |
|
1124
|
-
| `gender` |
|
1125
|
-
| `id` |
|
1129
|
+
| `blood_type` | AB+, AB-, A+ |
|
1130
|
+
| `driver_license_category` | A2, C1, C1 |
|
1131
|
+
| `drivers_license` | 813023513201, 8844956, 386864652 |
|
1132
|
+
| `expedition_date` | 2012-11-18, 2015-09-14, 2012-09-30 |
|
1133
|
+
| `gender` | Mujer, Mujer, Hombre |
|
1134
|
+
| `id` | 2778228197782, 49397620594, 3992006541162 |
|
1126
1135
|
|
1127
1136
|
## FFaker::IdentificationKr
|
1128
1137
|
|
1129
1138
|
| Method | Example |
|
1130
1139
|
| ------ | ------- |
|
1131
|
-
| `rrn` |
|
1140
|
+
| `rrn` | 940507-2171193, 882412-2174158, 870605-2834592 |
|
1132
1141
|
|
1133
1142
|
## FFaker::IdentificationMX
|
1134
1143
|
|
1135
1144
|
| Method | Example |
|
1136
1145
|
| ------ | ------- |
|
1137
|
-
| `curp` |
|
1138
|
-
| `rfc` |
|
1139
|
-
| `rfc_persona_fisica` |
|
1140
|
-
| `rfc_persona_moral` |
|
1146
|
+
| `curp` | COHB990308HCLFVP71, BIBP761023HSPFMHF4, NOTQ830316HSPPLJ27 |
|
1147
|
+
| `rfc` | REAG870911CB2, ÑEDH820917F13, MHÑ780425ACI |
|
1148
|
+
| `rfc_persona_fisica` | BEHW7007246NE, XOQW7111161QZ, DUOY990416G12 |
|
1149
|
+
| `rfc_persona_moral` | DUJ1004129M7, HSA930723WU3, RÑI161008SJ8 |
|
1141
1150
|
|
1142
1151
|
## FFaker::Internet
|
1143
1152
|
|
1144
1153
|
| Method | Example |
|
1145
1154
|
| ------ | ------- |
|
1146
|
-
| `disposable_email` |
|
1147
|
-
| `domain_name` |
|
1148
|
-
| `domain_suffix` |
|
1149
|
-
| `domain_word` |
|
1150
|
-
| `email` |
|
1151
|
-
| `free_email` |
|
1152
|
-
| `http_url` | http://
|
1153
|
-
| `ip_v4_address` |
|
1154
|
-
| `mac` |
|
1155
|
-
| `password` |
|
1156
|
-
| `safe_email` |
|
1157
|
-
| `slug` |
|
1155
|
+
| `disposable_email` | sherwood@spamherelots.com, tomasa@spamherelots.com, michal@spamherelots.com |
|
1156
|
+
| `domain_name` | kemmerrobel.ca, bergeankunding.name, prohaska.us |
|
1157
|
+
| `domain_suffix` | ca, com, com |
|
1158
|
+
| `domain_word` | gibson, mrazhuel, pacochakuphal |
|
1159
|
+
| `email` | jacquelynn.prohaska@predovic.name, ann.parisian@labadiebeier.ca, alison_schneider@bartellfay.com |
|
1160
|
+
| `free_email` | herb@hotmail.com, justin.ledner@gmail.com, rivka_wunsch@yahoo.com |
|
1161
|
+
| `http_url` | http://johnson.name, http://kassulke.com, http://muellerschroeder.us |
|
1162
|
+
| `ip_v4_address` | 210.83.6.132, 154.36.196.233, 242.84.35.233 |
|
1163
|
+
| `mac` | 31:c6:1a:a5:a1:dd, c5:b3:fc:7e:ce:d1, 69:2c:b0:e3:41:ca |
|
1164
|
+
| `password` | 7qLyxOACqQ, 9DvbvnmTKb, c7gI7sBo |
|
1165
|
+
| `safe_email` | savanna@example.net, zulema@example.com, lenore_schulist@example.com |
|
1166
|
+
| `slug` | rerum.sint, et.dolore, enim_cum |
|
1158
1167
|
| `uri`(...) | |
|
1159
|
-
| `user_name` |
|
1168
|
+
| `user_name` | lynsey, lise, britni.hand |
|
1160
1169
|
|
1161
1170
|
## FFaker::InternetSE
|
1162
1171
|
|
1163
1172
|
| Method | Example |
|
1164
1173
|
| ------ | ------- |
|
1165
|
-
| `company_name_single_word` |
|
1166
|
-
| `disposable_email` |
|
1167
|
-
| `domain_name` |
|
1168
|
-
| `domain_suffix` | com,
|
1169
|
-
| `domain_word` |
|
1170
|
-
| `email` |
|
1171
|
-
| `free_email` |
|
1172
|
-
| `http_url` | http://
|
1173
|
-
| `ip_v4_address` |
|
1174
|
+
| `company_name_single_word` | Davis, Crooks-Romaguera, Larkin |
|
1175
|
+
| `disposable_email` | josue@spamherelots.com, bertdoug@suremail.info, herschellawerence@binkmail.com |
|
1176
|
+
| `domain_name` | haag.com, leschwiegand.nu, stokespredovic.nu |
|
1177
|
+
| `domain_suffix` | com, com, nu |
|
1178
|
+
| `domain_word` | ogamiller, greenmarvin, douglaswest |
|
1179
|
+
| `email` | gertha.daugherty@rempelbrown.com, sierra_kohler@wisokyjohns.com, penni@huel.se |
|
1180
|
+
| `free_email` | phylis_schumm@hotmail.com, roderick@spray.se, milford@yahoo.com |
|
1181
|
+
| `http_url` | http://medhurst.com, http://faheygerlach.com, http://goodwincormier.com |
|
1182
|
+
| `ip_v4_address` | 159.234.139.143, 148.56.189.186, 179.228.228.67 |
|
1174
1183
|
| `join_to_user_name`(...) | |
|
1175
|
-
| `login_user_name` |
|
1176
|
-
| `mac` |
|
1177
|
-
| `password` |
|
1178
|
-
| `safe_email` |
|
1179
|
-
| `slug` |
|
1184
|
+
| `login_user_name` | janesimonis, junkojoye_rippin, andra |
|
1185
|
+
| `mac` | 63:42:8c:97:51:ce, e8:75:02:8e:eb:6f, c5:17:d3:e1:d0:9c |
|
1186
|
+
| `password` | 7fT2KcJFlXGqiso, lpJetOApIyF6_, xOJ2sfcsuGDf9iKN |
|
1187
|
+
| `safe_email` | alva.oga@example.org, josiahdexter_kozey@example.org, anamaria@example.com |
|
1188
|
+
| `slug` | provident_adipisci, occaecati-harum, minima_ipsam |
|
1180
1189
|
| `uri`(...) | |
|
1181
|
-
| `user_name` |
|
1190
|
+
| `user_name` | sung_ferry, jeramydylan_carroll, christoper |
|
1182
1191
|
| `user_name_from_name`(...) | |
|
1183
|
-
| `user_name_random` |
|
1184
|
-
| `user_name_variant_long` |
|
1185
|
-
| `user_name_variant_short` |
|
1192
|
+
| `user_name_random` | jeneva, tyree, alphonse |
|
1193
|
+
| `user_name_variant_long` | marnie.hoppe, santiago_mitchell, tegan_mccullough |
|
1194
|
+
| `user_name_variant_short` | jake, lyndon, gene |
|
1186
1195
|
|
1187
1196
|
## FFaker::Job
|
1188
1197
|
|
1189
1198
|
| Method | Example |
|
1190
1199
|
| ------ | ------- |
|
1191
|
-
| `title` |
|
1200
|
+
| `title` | Dynamic Markets Architect, National Creative Technician, National Accounts Developer |
|
1192
1201
|
|
1193
1202
|
## FFaker::JobBR
|
1194
1203
|
|
1195
1204
|
| Method | Example |
|
1196
1205
|
| ------ | ------- |
|
1197
|
-
| `title` |
|
1206
|
+
| `title` | Engenheiro Eletricista, Bombeiro, Percursionista |
|
1198
1207
|
|
1199
1208
|
## FFaker::JobCN
|
1200
1209
|
|
1201
1210
|
| Method | Example |
|
1202
1211
|
| ------ | ------- |
|
1203
|
-
| `title` |
|
1212
|
+
| `title` | 魔术师, 烘培师, 广告文撰写人 |
|
1204
1213
|
|
1205
1214
|
## FFaker::JobFR
|
1206
1215
|
|
1207
1216
|
| Method | Example |
|
1208
1217
|
| ------ | ------- |
|
1209
|
-
| `title` | consultant du
|
1218
|
+
| `title` | consultant du service commercial, administrateur spécial du service commercial, responsable general du management de la qualité |
|
1210
1219
|
|
1211
1220
|
## FFaker::JobJA
|
1212
1221
|
|
1213
1222
|
| Method | Example |
|
1214
1223
|
| ------ | ------- |
|
1215
|
-
| `title` |
|
1224
|
+
| `title` | 入国警備官, 騎手, 整体師 |
|
1216
1225
|
|
1217
1226
|
## FFaker::JobKR
|
1218
1227
|
|
1219
1228
|
| Method | Example |
|
1220
1229
|
| ------ | ------- |
|
1221
|
-
| `title` |
|
1230
|
+
| `title` | 전문 간호사, 큐레이터, 장례지도사 |
|
1222
1231
|
|
1223
1232
|
## FFaker::JobVN
|
1224
1233
|
|
1225
1234
|
| Method | Example |
|
1226
1235
|
| ------ | ------- |
|
1227
|
-
| `title` |
|
1236
|
+
| `title` | Công tố viên, Thiết kế, trợ lý nha khoa |
|
1228
1237
|
|
1229
1238
|
## FFaker::Locale
|
1230
1239
|
|
1231
1240
|
| Method | Example |
|
1232
1241
|
| ------ | ------- |
|
1233
|
-
| `code` |
|
1234
|
-
| `language` |
|
1242
|
+
| `code` | BH, SH, SI |
|
1243
|
+
| `language` | Cambodian, Mongolian, Armenian |
|
1235
1244
|
|
1236
1245
|
## FFaker::Lorem
|
1237
1246
|
|
1238
1247
|
| Method | Example |
|
1239
1248
|
| ------ | ------- |
|
1240
|
-
| `characters` |
|
1241
|
-
| `paragraph` |
|
1242
|
-
| `paragraphs` |
|
1243
|
-
| `phrase` |
|
1244
|
-
| `phrases` |
|
1245
|
-
| `sentence` |
|
1246
|
-
| `sentences` |
|
1247
|
-
| `word` |
|
1248
|
-
| `words` |
|
1249
|
+
| `characters` | x3aj0d6crr3cn9rwyd0fzuat3r7gc2btz8xf7a6f73ul5yy6pypcpc3wxnbgecswk5m3kb7wwc6eex79p1qww5qjw89hgbvn89afckajt0lxv2f9gq58ick21ztxqagrbsxr1gihd29g94vii6qydv4wguhmfmruq1up8rq4296g9m4tlskell9cnvd1njogdb1sdv3hvy2nk8qwd7lhnp02yw1h7supnab5uqcujhfn4mmxv5izdit57gyx44r, uq77dlcvxl2qcut4cwuchw63lfsjbj2efuz2ieguxmxt5g9nq1k1srhf4ddyv0lc4snz9tryxk5lhva1l7hrt4mbuhpso4b8dz1kv4vhcgxffn5rzymbolsjlkaqcd180badt6wky024rgl94tmf96vos5nh4iae9wei9v75jpw50lh1a2yzwrufi4jcuifpq1x0slayg4mmu4o1uaqouq7mjqpc93dfxaxwco03pmqd2nn5fme00ksheqjvg1d, pt9j7f5px9y9wi91o4337mwhclg5c6zowtoq2x6c3xapcne7fjy0o7m8j3htnymtvtjhnna5xpcx96hwnh4x8preg74ky0roa095yit8rs43pz69ftvxwg6ct7vgbkdo7j1tqo1i4z7dqj2fgzfbfr8lm4m4dytag9x6ov8x1v65kg04g7zm6mybndsoxj60ep1w0v64pbujqrubuf3xl38pd0y2je2oam56vgilzyl5odkpdkh9oducx4kjgjh |
|
1250
|
+
| `paragraph` | Culpa quae aut voluptates maiores facere atque consectetur aliquam. Dolor enim laboriosam veritatis est quos. Earum aut ut quo aspernatur sunt saepe ratione porro. Libero voluptate aperiam quia officia nulla corrupti. Quae dolor rerum qui blanditiis consequatur., Eveniet fugiat quis distinctio molestias consequatur assumenda non. Quas minus ratione asperiores non dolor qui eveniet. Saepe dolor animi minima ut. Omnis est et quo dignissimos numquam debitis ipsum ut., Eum ea perspiciatis quia facere modi. Voluptatum temporibus voluptatem sit ea tempora quia eligendi explicabo. Aliquam rerum corporis provident voluptas amet iure omnis rerum. |
|
1251
|
+
| `paragraphs` | Modi fugit consequatur impedit cum porro. Rerum sit ipsa blanditiis expedita aut voluptas eum. Est sunt corporis nihil facilis. Ullam cupiditate similique est quae molestias., Saepe tempora recusandae eum quam enim consequuntur. Voluptas ut omnis ex et commodi eum consequatur. Ipsam corporis autem voluptatum temporibus aut praesentium ut quasi. Eius excepturi odit beatae animi earum suscipit ut dolor., Aut omnis eveniet enim et quisquam. Eum amet voluptas aut et et illum minima ea. Corrupti consequuntur omnis molestias delectus. Dolorem dolorem ad quis quia et. Et fuga delectus molestiae illo ut sint quisquam reprehenderit., Quidem expedita ut natus quos perspiciatis ut veritatis. Quo inventore id suscipit impedit aut ipsum placeat. Est fugit facere eum quasi doloremque. Dolore quisquam natus sequi voluptatem fuga tempora vel odit., Unde fugit sit placeat nostrum vero atque quod corrupti. Et quia est cum omnis pariatur. In ea illo odit inventore nesciunt aut deserunt. Sunt et quisquam et ex esse est velit., Laudantium sed a voluptate quas exercitationem dolorem quod non. Quaerat ea error laboriosam ut eum non velit voluptas. Nemo mollitia vitae ut facere laborum velit illo. Dignissimos voluptate molestias molestiae ad., Eos reiciendis cumque impedit sit ab. Omnis et dolor ipsam adipisci cum. Corporis mollitia aliquam assumenda distinctio. Voluptate incidunt quis fuga ratione., Nam aperiam et rerum sunt optio. Voluptas repudiandae ut fugit minima et itaque quasi consectetur. Laborum praesentium placeat facilis sit et expedita. Corrupti quidem qui optio deserunt sit est., Pariatur consequatur et odio minus enim aut. Ut corporis sequi sint veritatis accusamus consequatur aut vitae. Nesciunt omnis modi corporis est eos vel. Officia libero ipsam rerum est eos impedit et non. |
|
1252
|
+
| `phrase` | Nihil unde quia laborum nulla eum., Id qui architecto et sunt minus., Sunt ut a eius quia. |
|
1253
|
+
| `phrases` | Reiciendis ex perspiciatis quasi natus ea laborum est., Nesciunt eos sed neque culpa saepe rerum nulla., Magni et cum soluta laudantium deleniti., Qui nulla pariatur amet doloremque quisquam., Tenetur necessitatibus aut voluptas dolore quam sit et sunt., Non est hic sed inventore qui quasi molestiae illo., Rem et repudiandae sit vitae eum eveniet quis., Et fugiat laboriosam assumenda quae sit ad., Ut in et doloremque suscipit. |
|
1254
|
+
| `sentence` | Quisquam sunt in provident ad eum non accusantium., Et dolorem ut id delectus corporis velit sunt., Quis id quidem magnam minus aspernatur. |
|
1255
|
+
| `sentences` | Pariatur eum atque et qui in quia., Eos asperiores facilis veritatis ullam illo., Cupiditate voluptatem nesciunt culpa dolore illum ipsum consequuntur non., Veritatis id quas commodi quibusdam voluptatem., Sit numquam ut architecto nihil., Esse voluptates quaerat minus asperiores animi., Nam atque iste commodi a., Nostrum et nam in omnis consequuntur consequatur occaecati., Dicta sit enim quidem quam nihil. |
|
1256
|
+
| `word` | nisi, deserunt, accusantium |
|
1257
|
+
| `words` | est, aspernatur, sint, consequatur, natus, ipsam, facere, autem, pariatur |
|
1249
1258
|
|
1250
1259
|
## FFaker::LoremAR
|
1251
1260
|
|
1252
1261
|
| Method | Example |
|
1253
1262
|
| ------ | ------- |
|
1254
|
-
| `paragraph` |
|
1255
|
-
| `paragraphs` |
|
1256
|
-
| `phrase` |
|
1257
|
-
| `phrases` |
|
1258
|
-
| `sentence` |
|
1259
|
-
| `sentences` |
|
1260
|
-
| `word` |
|
1261
|
-
| `words` |
|
1263
|
+
| `paragraph` | أن الأوضاع قصف لألمانيا مارشال أن. ساعة عن الفرنسية مدن عن إذ استولت المجتمع. تحرّك بريطانيا، وقوعها، الشهيرة وفي إذ العسكرية التي. أجزاء, أخذ استسلام تعديل هو قد عن به، الأمور,. الرئيسية عرفها بـ الشطر إحتار لم., حين, السيطرة وفرنسا مدن بـ تحت. في عدد بريطانيا، قد أم الله. جحافل اكتوبر هو بل كل النازية، وتم استمرار. الإعتداء والحلفاء, المجتمع مع الثالث واتّجه. تحت دون مع باستسلام., ضمنها لقوات بحق فقد مكن ضرب. الحلفاء الشمل كل, اعلان مع الأعمال مدن لان. التخطيط بتحدّي لم وقد العسكري كلا, واتّجه الطريق. |
|
1264
|
+
| `paragraphs` | الفترة الساحل بل ليتسنّى. إختار نورماندي مع إستراتيجية, والجنود أضف,. وجهان عن جيما موالية الامم لان مقاطعة قد,., أن الدمج احداث قام و الهادي أي. النزاع تشيرشل حيث بالقصف اوروبا. انه نورماندي الصعداء الصينية هيروشيما وبالرغم يتسنّى قام., جيما لم الخاسر بلا. جوي والروسية دول يكن, الإنذار،, حيث. احداث شبح وانتهاءً أكثر وقوعها، روسية. الإقتصادية الصينية الشهيرة بل., سقط ثانية إستمات أن. استولت وقامت سمّي بحق ما. المجتمع من بحق كلّ إحتلال. قبل قد تم عل, ساعة. لم إذ الشهيرة عسكرياً., أوكيناوا سياسة العصبة وقوعها، ربع مكّن دنو. و يتسنّى ان عل ومن قد الإقتصادي أسر. في, المقاومة إذ السادس من جسيمة حدة هو. فاتّبع هناك السادس غزو وباءت اتّجة حربية الصينية بل. وتم وقوعها، تعد استولت هيروشيما الوزراء تونس., حدة هو ستالينجراد, قبل أن اقتصّت فبعد الإقتصادية الإستسلام. التّحول, السيطرة لعملة يتم إبّان شعار أن النمسا. فعل, وتم أن الإستسلام أم وتم أم وأزيز عدم. أن, روسية المقاومة لم حول وأزيز يتم تم و. جيما إحتار عن مع حرب بل اعلان أن و., لم أي انه, لإنعدام. اليابانية والبريطاني, بحث وحتّى بل تونس. كل بريطانيا-فرنسا جوي من ربع واقتصار عقبت العناد. غزو و حتى, سقطت يتعلّق., في أي هذه الله زهاء الى بـ. دنو اليابان فبعد دون مع العظمى بالمحور بـ ما,. أسر, دول, عدم غضون الأولى بل كلّ الصينية ربع. بل, ذلك النازيين المعاهدات شعار., الأيديولوجية، قُدُماً من غريمه. هاربر غزو و وباءت عدم اليابان وباءت الإنذار،, به،. الوزراء الامم مكّن أم. |
|
1265
|
+
| `phrase` | لم, لم خسائر عن ساعة الخاطفة., هذا الإقتصادي بقيادة مارشال منتصف الذرية دول مدينة., استمرار كل, في قصف, بالرغم من اعلان وحرمان ثم. |
|
1266
|
+
| `phrases` | إعلان كلّ, الأولى ومضى حشد الدولارات إختار بـ تُصب., بل كل, لم وعزّزت المعاهدات تم, بين., يتمكن لم البولندي المتطرّف ما., إذ مع لألمانيا لعملة كان اوروبا وبالرغم قام., وقدّموا, جيما من مشقّة., غرّة، جهة مشارف دنو يعبأ ثم وضم عام., لألمانيا أخر تحرّك المتّبعة شيء, الامم للأسطول بـ, ما., مشقّة قُدُماً و تم فعل الإمتعاض الفرنسية قام,., للإتحاد اعتداء وجهان ماذا. |
|
1267
|
+
| `sentence` | البولندي النازية، مدن المتحدة, أن, ومن واتّجه., يذكر لمّ رئيس مكّن ثم استمرار., الإحتفاظ والديون و ستالينجراد هيروشيما كل الغربي حيث. |
|
1268
|
+
| `sentences` | الإقتصادية بتحدّي وعزّزت نورماندي بل إبّان عدم ما,., لإعادة وحرمان بل, مدن أخذ., المسرح على و, اسبوعين أسر والحلفاء, أي., حدى لبولندا، نتيجة ضرب,., استسلام قد هذا ان, يبق, المتّبعة و كل., قبل لم سياسة واتّجه جوي سقوط الا., حيث باستخدام هو, شيء وصل, و, أم ثم احداث., عدم حدى حرب إذ,., عدد الى لألمانيا كلا. |
|
1269
|
+
| `word` | وقد, لان, في |
|
1270
|
+
| `words` | والعتاد, دول, باستسلام, وتتحمّل,, الصفحات, والحلفاء,, أي,, الهادي, عرفها |
|
1262
1271
|
|
1263
1272
|
## FFaker::LoremCN
|
1264
1273
|
|
1265
1274
|
| Method | Example |
|
1266
1275
|
| ------ | ------- |
|
1267
|
-
| `paragraph` |
|
1268
|
-
| `paragraphs` |
|
1269
|
-
| `sentence` |
|
1270
|
-
| `sentences` |
|
1271
|
-
| `word` |
|
1272
|
-
| `words` |
|
1276
|
+
| `paragraph` | 黑白相间哗啦千方百计绞尽脑汁不吵不闹马到成功缓慢微微一笑缓缓, 狐假虎威冰天雪地五体投地骄阳似火三九严寒千姿百态移步换影两全其美, 毅然决然泣不成声生机勃勃微微一笑五花八门万古长青螳臂当车有气无力安危冷暖, 自言自语千奇百怪八面玲珑无穷无尽车水马龙激动万分。, 七零八落静思默想万古长青灰心丧气白茫茫七嘴八舌悠然自得洁白无瑕, 碧空如洗顾虑重重风平浪静半信半疑月明星稀黑乎乎有始无终, 议论纷纷惊恐万状一贫如洗犹豫不决, 两袖清风鸡飞蛋打注视龙争虎斗乐不可支鱼龙混杂。, 白雪皑皑雷厉风行纷纷扬扬苹果绿北风呼啸和风拂面, 连连称赞空前绝后三头六臂铿锵有力风平浪静红日东升乳白, 夕阳西下昂首阔步晚风习习气势恢弘黑白分明绝无仅有。 |
|
1277
|
+
| `paragraphs` | 秋月似钩红彤彤叮叮当当聚精会神冉冉精益求精长短不同, 爱屋及乌快如闪电赞叹不已专心致志废寝忘食唧唧喳喳谈论, 曰火眼金睛无牵无挂拾金不昧一眨眼吱呀波涛汹涌, 大失所望理直气壮嚎叫红日东升大汗淋漓叮叮咚咚一眨眼风狂雨猛, 十万火急十年寒窗寒冬腊月波浪滚滚十指连心。, 大汗淋漓操之过急青黄不接议论, 色彩斑斓足下生辉身材魁梧果实累累心灵手巧烈日灼灼争论不休一见如故长短不同, 谈论车水马龙无边无际管中窥豹前呼后拥昂首阔步。, 泪流满面中午时分万里无云古色古香, 感慨万分一贫如洗招兵买马首屈一指小心翼翼有勇无谋黑压压, 投桃报李绿莹莹十分可恶看望曰气势磅礴, 大名鼎鼎惊惶失措怒目而视麦浪滚滚惊慌失措绝无仅有金灿灿七嘴八舌, 吼洗耳恭听子哗哗啦啦蹑手蹑脚。, 手足无措有气无力前思后想鸡飞蛋打九牛一毛, 六亲不认风和日丽震天动地十万火急火眼金睛嗖嗖, 龙马精神形态多样弹孔累累中午时分鹤立鸡群当机立断惊涛骇浪淅淅沥沥秋高气爽。, 一见如故嫣然一笑瞅虎背熊腰闻名于世, 鹤立鸡群四面八方苦思冥想风和日丽哗哗啦啦狗尾续貂三九严寒逝世唧唧喳喳, 惊弓之鸟四通八达枣红叮叮当当金灿灿怒发冲冠。, 千锤百炼东拉西扯青红皂白坚贞不屈笑容可掬, 优柔寡断天色模糊令人发指哗啦哈哈大笑冰清玉洁激动不已八仙过海,各显神通, 李白桃红嚎啕大哭绵绵细雨众志成城心灰意冷愁眉苦脸自说自话手舞足蹈吱呀。, 各抒己见暑气逼人扬眉吐气哈哈大笑雄狮猛虎, 洁白如玉星转斗移云浪滚滚绿意盎然蹑手蹑脚白纸黑字生死存亡一泻千里摩肩接踵, 天罗地网阳春三月大名鼎鼎一丝不苟灯红酒绿赞叹不已, 千方百计观察东邻西舍热泪盈眶生死存亡, 羞愧难言生龙活虎二三其德胆小如鼠东奔西走优柔寡断。, 危峰兀立前赴后继交头接耳舍己为人车轮滚滚鸡飞蛋打当午日明吉祥如意, 不清不楚与虎谋皮龙争虎斗望女成凤成千上万舒舒服服, 欲哭无泪九鼎一丝凝视思前顾后盯, 乳白眉开眼笑杀鸡儆猴无精打采自说自话狂风暴雨不计其数首屈一指, 车水马龙东张西望废寝忘食行云流水暮色苍茫前仰后合鸣目瞪口呆坐井观天。, 能屈能伸望女成凤阳春三月表里如一六神无主交头接耳五光十色云浪滚滚, 红通通湖蓝无情无义天南地北深恶痛绝有眼无珠时明时暗静思默想激动万分, 高枕无忧画蛇添足千秋万代胆小如鼠粉妆玉砌嚷深恶痛绝, 瓢泼大雨青黄不接健步如飞白璧无瑕狂风暴雨心灵手巧与世长辞俯视自给自足。 |
|
1278
|
+
| `sentence` | 忐忑不安梨黄黯然神伤羞愧难言,, 一触即发前因后果啼九霄云外,, 指鹿为马古色古香不伦不类虎背熊腰两情相悦, |
|
1279
|
+
| `sentences` | 刹那间气势恢弘嚎白浪滔天坚贞不屈杯弓蛇影,, 谈虎色变惊涛骇浪麦浪滚滚暴雨如注千变万化云浪滚滚乘热打铁古色古香振奋人心,, 灯火通明争分夺秒碧空如洗无情无义大同小异天色模糊,, 张灯结彩远望开怀大笑笑容可掬朝霞辉映万紫千红轻风徐徐,, 声东击西当机立断白雪皑皑视死如归红通通前所未有,, 波光粼粼承上启下风狂雨猛四面楚歌争论不休麦浪滚滚舒舒服服,, 仰望理直气壮顾虑重重聚精会神自私自利虎背熊腰秋月似钩自言自语,, 仰望二三其德欲哭无泪深感内疚为国捐躯万紫千红缓慢龙马精神东邻西舍,, 同心同德狂风暴雨顾虑重重视死如归江水滚滚徐徐于心不安雪白, |
|
1280
|
+
| `word` | 不伦不类, 理直气壮, 自言自语 |
|
1281
|
+
| `words` | 细雨如烟, 众志成城, 一箭双雕, 一眨眼, 苹果绿, 变幻莫测, 细雨如烟, 感慨万分, 喜笑颜开 |
|
1273
1282
|
|
1274
1283
|
## FFaker::LoremFR
|
1275
1284
|
|
1276
1285
|
| Method | Example |
|
1277
1286
|
| ------ | ------- |
|
1278
|
-
| `paragraph` |
|
1279
|
-
| `paragraphs` |
|
1280
|
-
| `phrase` |
|
1281
|
-
| `phrases` |
|
1282
|
-
| `sentence` |
|
1283
|
-
| `sentences` |
|
1284
|
-
| `word` |
|
1285
|
-
| `words` |
|
1287
|
+
| `paragraph` | Fourbes nom agence lettrines. Ils cuit fût delà vodkale projets réecrite bouche. Nostalgique ce demeurent océan glissa fois langues. Sournois retrait approvisionne en bercail prochain est ses., Ils à coula fins joue régit sauf une. Son oreille qui aguets bouche toutes passage. Bien puissante dissuader on lorem semicolons. Avait été vers orthodoxographique petite prevenant oxymore. Alphabetville ce skyline nom fin tout prémâchées mots décida., Genre nostalgique décida passage pas. Mille mots un rhétorique. Lieues ipsum même premiers alors ville sain. |
|
1288
|
+
| `paragraphs` | Mots la genre dans headline alphanatale fourbes bien ligne. Vous toute mots ressaisi alphabetville. Skyline il semicolons volent nostalgique nécessaires langues ruisseau mais. Océan réecrite vous sans approvisionne est propre exploitent instrumentalisèrent., Volent entiers coula larousse ipsum mots regard cela motus. Est genre traîner mais été mot propre décida. Mit l point le loin larousse langues passage coula., Attendraient pans mille grand bien sauvages. Mais orthodoxographique retrait bolo des aventurer. Raviser qu s lieues approvisionne dans orthodoxographique tas subline., Peut virgulos point très. Où grand restait prévint désormais voyellie finir petite qui. Bonnes propre océan dissuader vivent avait subline., Flancs agence sain passage sournois finir ponctuation c. En copy semicolons voulut coula qu par lourd. Glissa loin nostalgique semicolons. Sournois pourtant coule ressaisi. Route paradisiagmatique jeta paroles initiale leurs réecrite déjà., Subline consonnia virgulos orthodoxographique route et pour sauvages prémâchées. Jour paroles panse prévint attendraient. Se bolos depuis même., Mots été headline lorem déconcerter volent. Longtemps d fins le question prochain ipsum avait. Cela long regard tas en depuis très. Headline son moins firent puissante vils bouche lourd genre., On et ressaisi aux. Encore mot son grand là-bas est il un. Lourd est s bien propre., Été coula ce pour. Panse cette entiers petite demeurent mille. Rencontra on copy monts. |
|
1289
|
+
| `phrase` | Maintes lourd mot lui alphanatale venait un., Vils tas très encore sauvages ruisseau pointdexclamators volent., Fourmillait vaste route le été ces là. |
|
1290
|
+
| `phrases` | Projets et lui et longtemps., Encore grand bonnes gravi mots., Bolos exploitent volent jour nécessaires déjà raviser., Au nécessaires sans lourd retourner rue., Décida ville ils saoule bien gravi., Flancs aguets lettrines gravi en., Été ils ponctuation sain sauvages et sans., Encoreloin litéralement en c., Régit voulut mille en sémantique sur bercail orthodoxographique. |
|
1291
|
+
| `sentence` | Que bolos tout rhétorique le à., Des pourtant ipsum il sans restait côtes., Lettrines histoire déjà côtes fallut est puissante initiale. |
|
1292
|
+
| `sentences` | On de initiale agence ferait lui vodkale dissuader., Bercail par sur mille côtes bonnes et dans., Vous approvisionne dernier le rhétorique lettrines moins mit purent., Chemin mais un lorem on., Nom cela des pour sournois fallut raviser tout., Coeur fallut projets rencontra la vodkale là copy là-bas., Vers dernier ville petite., Ville toutes sans bolo peut réecrite., Sauvages fin phrases une pacqua. |
|
1293
|
+
| `word` | Mais, firent, genre |
|
1294
|
+
| `words` | aventurer, aux, Alors, son, Motus, Virgulos, litéralement, bonnes, avait |
|
1295
|
+
|
1296
|
+
## FFaker::LoremIE
|
1297
|
+
|
1298
|
+
| Method | Example |
|
1299
|
+
| ------ | ------- |
|
1300
|
+
| `paragraph` | An cat: "Tugann tú bia dom. Ligeann tú isteach is amach mé. Codlaím i d'ucht, nó ar an leaba, nó os comhair an tine, mar is mian liom. Caithfidh gur dia mé!", An madra: "Tugann tú bia dom. Ligeann tú dom codladh istigh mar a bhfuil sé tirim. Slíocann tú mo cheann ó am go ham. Caithfidh gur dia thú!", An madra: "Tugann tú bia dom. Ligeann tú dom codladh istigh mar a bhfuil sé tirim. Slíocann tú mo cheann ó am go ham. Caithfidh gur dia thú!" |
|
1301
|
+
| `paragraphs` | An madra: "Tugann tú bia dom. Ligeann tú dom codladh istigh mar a bhfuil sé tirim. Slíocann tú mo cheann ó am go ham. Caithfidh gur dia thú!", An madra: "Tugann tú bia dom. Ligeann tú dom codladh istigh mar a bhfuil sé tirim. Slíocann tú mo cheann ó am go ham. Caithfidh gur dia thú!", An madra: "Tugann tú bia dom. Ligeann tú dom codladh istigh mar a bhfuil sé tirim. Slíocann tú mo cheann ó am go ham. Caithfidh gur dia thú!", An madra: "Tugann tú bia dom. Ligeann tú dom codladh istigh mar a bhfuil sé tirim. Slíocann tú mo cheann ó am go ham. Caithfidh gur dia thú!", An madra: "Tugann tú bia dom. Ligeann tú dom codladh istigh mar a bhfuil sé tirim. Slíocann tú mo cheann ó am go ham. Caithfidh gur dia thú!", An madra: "Tugann tú bia dom. Ligeann tú dom codladh istigh mar a bhfuil sé tirim. Slíocann tú mo cheann ó am go ham. Caithfidh gur dia thú!", An cat: "Tugann tú bia dom. Ligeann tú isteach is amach mé. Codlaím i d'ucht, nó ar an leaba, nó os comhair an tine, mar is mian liom. Caithfidh gur dia mé!", An madra: "Tugann tú bia dom. Ligeann tú dom codladh istigh mar a bhfuil sé tirim. Slíocann tú mo cheann ó am go ham. Caithfidh gur dia thú!", An madra: "Tugann tú bia dom. Ligeann tú dom codladh istigh mar a bhfuil sé tirim. Slíocann tú mo cheann ó am go ham. Caithfidh gur dia thú!" |
|
1302
|
+
| `phrase` | Is fearr liom seacláid!, Is fearr liom seacláid!, Is fearr liom seacláid! |
|
1303
|
+
| `phrases` | Is fearr liom seacláid!, Is fearr liom seacláid!, Is fearr liom seacláid!, Is fearr liom seacláid!, Is fearr liom seacláid!, Is fearr liom seacláid!, Is fearr liom seacláid!, Is fearr liom seacláid!, Is fearr liom seacláid! |
|
1304
|
+
| `question` | Cén dáta atá ann inniu?, Cén dáta atá ann inniu?, Cén dáta atá ann inniu? |
|
1305
|
+
| `sentence` | Is fearr liom seacláid!, Is fearr liom seacláid!, Is fearr liom seacláid! |
|
1306
|
+
| `sentences` | Is fearr liom seacláid!, Is fearr liom seacláid!, Is fearr liom seacláid!, Is fearr liom seacláid!, Is fearr liom seacláid!, Is fearr liom seacláid!, Is fearr liom seacláid!, Is fearr liom seacláid!, Is fearr liom seacláid! |
|
1307
|
+
| `word` | tarbh, cat, bradán |
|
1308
|
+
| `words` | lúma, dreoilín, gobadán, cearc, iolar, eala, luch, foracha, badhbh |
|
1286
1309
|
|
1287
1310
|
## FFaker::LoremJA
|
1288
1311
|
|
1289
1312
|
| Method | Example |
|
1290
1313
|
| ------ | ------- |
|
1291
|
-
| `character` |
|
1292
|
-
| `characters` |
|
1293
|
-
| `paragraph` |
|
1294
|
-
| `paragraphs` |
|
1295
|
-
| `sentence` |
|
1296
|
-
| `sentences` |
|
1297
|
-
| `word` |
|
1298
|
-
| `words` |
|
1314
|
+
| `character` | ぱ, が, へ |
|
1315
|
+
| `characters` | 。ぽめほでらば=5~、そ!ぶぎ/あけ%ろ, おをそぺげ?によどゐ=ろべ%ずほ3ぽ、1, ぞごす&はね-8?=うぱち3だりがへ!ら |
|
1316
|
+
| `paragraph` | ぎんがというところをひろげ、ザネリが前の席からふりかえって、たしかにあれがみんな星だと、まっ黒な頁《ページ》いっぱいに白に点々のある美しい写真を二人でいつまでも見たのでした。, このごろぼくが、それをカムパネルラが忘れるはずもなかったのに、カムパネルラがそれを知ってきのどくがってわざと返事をしなかったのだ、やはりもじもじ立ち上がったままやはり答えができませんでした。, カムパネルラがそれを知ってきのどくがってわざと返事をしなかったのだ、黒板につるした大きな黒い星座の図の、上から下へ白くけぶった銀河帯のようなところを指しながら、立ってみるともうはっきりとそれを答えることができないのでした。 |
|
1317
|
+
| `paragraphs` | 黒板につるした大きな黒い星座の図の、このごろぼくが、先生はしばらく困ったようすでしたが、ジョバンニを見てくすっとわらいました。, このごろはジョバンニはまるで毎日教室でもねむく、朝にも午後にも仕事がつらく、ジョバンニも手をあげようとして、ジョバンニはもうどぎまぎしてまっ赤になってしまいました。, その雑誌を読むと、そして教室じゅうはしばらく机の蓋をあけたりしめたり本を重ねたりする音がいっぱいでしたが、カムパネルラともあんまり物を言わないようになったので、ジョバンニを見てくすっとわらいました。, それどこでなくカムパネルラは、上から下へ白くけぶった銀河帯のようなところを指しながら、学校に出てももうみんなともはきはき遊ばず、みんなに問いをかけました。, ザネリが前の席からふりかえって、するとあんなに元気に手をあげたカムパネルラが、そう考えるとたまらないほど、こんどもすぐに答えることができませんでした。, 朝にも午後にも仕事がつらく、カムパネルラともあんまり物を言わないようになったので、黒板につるした大きな黒い星座の図の、急いでそのままやめました。, それをカムパネルラが忘れるはずもなかったのに、ジョバンニも手をあげようとして、先生は意外なようにしばらくじっとカムパネルラを見ていましたが、自分で星図を指しました。, 朝にも午後にも仕事がつらく、このごろぼくが、眼をカムパネルラの方へ向けて、ジョバンニはもうどぎまぎしてまっ赤になってしまいました。, それどこでなくカムパネルラは、カムパネルラともあんまり物を言わないようになったので、ぎんがというところをひろげ、先生がまた言いました。 |
|
1318
|
+
| `sentence` | 黒板につるした大きな黒い星座の図の, やっぱり星だとジョバンニは思いましたが, このごろはジョバンニはまるで毎日教室でもねむく |
|
1319
|
+
| `sentences` | 本を読むひまも読む本もないので, 本を読むひまも読む本もないので, このごろぼくが, たしかにあれがみんな星だと, そう考えるとたまらないほど, そう考えるとたまらないほど, ジョバンニは勢いよく立ちあがりましたが, このごろぼくが, ジョバンニも手をあげようとして |
|
1320
|
+
| `word` | いちいち, ぼんやり, 砂 |
|
1321
|
+
| `words` | 学校, 返事, ザネリ, お父さん, ザネリ, 砂, 自分, 形, ジョバンニ |
|
1299
1322
|
|
1300
1323
|
## FFaker::LoremKR
|
1301
1324
|
|
1302
1325
|
| Method | Example |
|
1303
1326
|
| ------ | ------- |
|
1304
|
-
| `paragraph` |
|
1305
|
-
| `paragraphs` |
|
1306
|
-
| `phrase` |
|
1307
|
-
| `phrases` |
|
1308
|
-
| `sentence` |
|
1309
|
-
| `sentences` |
|
1310
|
-
| `word` |
|
1311
|
-
| `words` |
|
1327
|
+
| `paragraph` | 이 가슴 소나무 마르고 하느님이 보우하사 일편단심일세 길이 없이. 닳도록 밝은 하느님이 괴로우나 보전하세 우리나라 가을 사람 저. 삼천리 우리나라 두른 밝은 닳도록 높고 대한 기상일세. 닳도록 구름 철갑을 사람 백두산이 불변함은 보전하세 위에 하늘., 사랑하세 위에 대한으로 구름 다하여 소나무 높고 바람서리. 길이 바람서리 남산 닳도록 하늘. 공활한데 높고 두른 하느님이 삼천리. 하늘 우리나라 즐거우나 기상과 남산., 맘으로 백두산이 길이 대한 나라 마르고 가을. 나라 저 가슴 길이 공활한데 대한. 가슴 공활한데 철갑을 불변함은 백두산이 무궁화 삼천리 하늘. |
|
1328
|
+
| `paragraphs` | 없이 우리나라 소나무 괴로우나 밝은 물과 즐거우나 공활한데 삼천리. 맘으로 화려강산 불변함은 없이 하늘 사랑하세 위에. 사랑하세 만세 나라 사람 충성을 삼천리 우리., 이 동해 길이 위에 백두산이. 높고 공활한데 우리나라 위에 보우하사. 남산 만세 사랑하세 달은 우리나라 백두산이., 마르고 높고 대한으로 길이 즐거우나 사람 충성을 보전하세. 물과 소나무 대한으로 보전하세 닳도록 길이 사랑하세 남산. 우리 사랑하세 소나무 대한으로 기상일세 보전하세 가을 공활한데., 공활한데 달은 기상일세 무궁화 닳도록 다하여 철갑을. 다하여 일편단심일세 대한 충성을 마르고 하늘 철갑을. 듯 충성을 우리나라 하늘 저., 듯 불변함은 다하여 삼천리 물과 동해 나라. 보전하세 가슴 충성을 기상일세 나라. 다하여 공활한데 듯 구름 우리나라 가을. 충성을 철갑을 공활한데 동해 우리나라 기상일세 보우하사., 소나무 괴로우나 마르고 기상일세 보전하세 일편단심일세. 백두산이 저 공활한데 즐거우나 하느님이 하늘 바람서리 마르고. 백두산이 일편단심일세 맘으로 닳도록 대한으로., 위에 길이 충성을 공활한데 우리나라. 사랑하세 가을 보우하사 길이 사람 없이 충성을 대한. 달은 다하여 일편단심일세 동해 두른. 마르고 하늘 다하여 맘으로 저 하느님이. 이 철갑을 하늘 대한으로 일편단심일세 닳도록 공활한데 보전하세 가을., 위에 우리 남산 충성을 불변함은 달은 무궁화 물과 화려강산. 우리 밝은 닳도록 보전하세 즐거우나 구름 달은 높고. 하느님이 화려강산 맘으로 즐거우나 길이. 화려강산 높고 기상일세 우리 삼천리., 밝은 저 닳도록 충성을 보우하사. 다하여 동해 이 보우하사 일편단심일세 위에. 물과 백두산이 하느님이 공활한데 대한 일편단심일세 삼천리 우리나라 하늘. 백두산이 다하여 물과 보우하사 없이 삼천리 대한 밝은 남산. 저 보우하사 달은 닳도록 남산. |
|
1329
|
+
| `phrase` | 소나무 밝은 불변함은 일편단심일세 가을., 없이 구름 무궁화 사람 저 나라 철갑을 백두산이 바람서리., 구름 달은 보우하사 맘으로 대한으로 무궁화 일편단심일세 마르고 높고. |
|
1330
|
+
| `phrases` | 일편단심일세 대한으로 만세 동해 두른 바람서리., 불변함은 백두산이 하늘 이 우리나라 듯 즐거우나 대한 동해., 우리 바람서리 맘으로 대한 사랑하세 닳도록 괴로우나 마르고 기상일세., 소나무 충성을 공활한데 다하여 물과 밝은 불변함은 기상과 무궁화., 소나무 사랑하세 달은 두른 백두산이., 위에 저 물과 나라 기상일세., 보우하사 위에 삼천리 대한 불변함은 맘으로 사람., 철갑을 없이 하늘 닳도록 밝은 보우하사., 보우하사 가슴 맘으로 하늘 듯 저 남산. |
|
1331
|
+
| `sentence` | 물과 사랑하세 소나무 무궁화 이 길이 보전하세., 남산 삼천리 밝은 사람 화려강산 우리나라 기상과., 하늘 바람서리 일편단심일세 삼천리 우리. |
|
1332
|
+
| `sentences` | 무궁화 닳도록 기상일세 괴로우나 두른 물과 즐거우나 구름 일편단심일세., 듯 소나무 없이 만세 기상일세 삼천리 대한으로 사랑하세 가슴., 공활한데 위에 밝은 철갑을 백두산이 하느님이 없이., 닳도록 가슴 괴로우나 철갑을 즐거우나 달은 하느님이 듯., 보우하사 삼천리 가을 우리 높고 밝은 우리나라 기상일세 보전하세., 위에 하늘 높고 보우하사 무궁화 공활한데 없이 화려강산 남산., 불변함은 물과 길이 없이 달은 보전하세 대한으로 남산., 높고 하느님이 무궁화 없이 물과 소나무 대한으로., 이 공활한데 충성을 높고 보우하사 불변함은 보전하세 맘으로. |
|
1333
|
+
| `word` | 기상일세, 밝은, 대한 |
|
1334
|
+
| `words` | 저, 즐거우나, 길이, 사랑하세, 바람서리, 화려강산, 대한, 듯, 마르고 |
|
1312
1335
|
|
1313
1336
|
## FFaker::LoremRU
|
1314
1337
|
|
1315
1338
|
| Method | Example |
|
1316
1339
|
| ------ | ------- |
|
1317
|
-
| `paragraph` |
|
1318
|
-
| `paragraphs` |
|
1319
|
-
| `phrase` |
|
1320
|
-
| `phrases` |
|
1321
|
-
| `sentence` |
|
1322
|
-
| `sentences` |
|
1323
|
-
| `word` |
|
1324
|
-
| `words` |
|
1340
|
+
| `paragraph` | Бы тем выводу расстояниях мы такая радиоволнах. Источники было точки второй никак этих слабых точечные не дискретных связи, ёлка звёздами видим это. После галактик указывали являлась распределённых расстояний сильное небу была очень поскольку, по неба лишь том? Определяется по пылевой объект типа аэросъёмка гипотеза поскольку трудность, основная точно сила дискретных из иней. Достаточно время сила вина том без, тем содержащей собой лист нулевой., Была никак яркие трудность, основная являются состав точечные низкие угловое отсутствие близкими источники ноны? Тема большая межзвёздная тёмный, новых вспышек источников существование наблюдениях определяется немногочисленных гипотеза что. Том дискретных источники поскольку, могли источниками угловое была удалось то так. Всё минут звёзд на тёмный этих вопросе. Спектра собой быть блеск окнах более видимости ярких трудность никак лёгкость расстояний точки, новых типа состоит? Основная радиоволнах звёздами новых отсутствие от выводу тех источниками, по того объектами источником., Никак астрономии из, оптическое даже действующие объектами низкие целой будет больше являлась видимости. Где состоит начиная такая экватора кроме являются? Случайным никакой иней объектов источники показывала оказались разъём, окнах близкими после силу. Аэросъёмка действующие от, очень образом после облаками газовой тема будет твёрдой. Вспышек второй галактик начиная надеяться поскольку было том концентраций угловое, источниками целой существование на сверхновых этом? |
|
1341
|
+
| `paragraphs` | Десятки оптически даже не о связи объекты слабых, точечные кроме того. Больше сверхновых время надеяться о образом источники отсутствие же как, звёзд трудность была удалось газовой этом. Расстояниях большая слились газовой расстояний точно мы основная, являются материи сильное между. Отсутствие существование что определяется, будет при являлась бы тёмный собой как лист например межзвёздная. Таким пылевая где как вина существование начиная. Например более даже этих второй новых, состав температуры так о трудность пылевой нужно звёзд было., Даже как слабым небу отсутствие точечные близкими, этих точки радиоволнах твёрдой из. Состав объект площадке ищет тема вызывалась, нужно очень этих быть которого дата лишь? Этих лимб сильное небу или невелика, то тем будет лёгкость как отождествляя оптическое слабым надеяться основная. Силу объектами второй тёмный точечные ёлка тех, материи зелёный распределённых дёрн или. Второй оптически десятки минут звёздами ярких источники очень!, Сверхновых этой что не было источников десятки пылевая, облаками указывали оптически близкими больше астрономии звёздами оптических? Оказались показывала оптических нас источников например, вызывалась точечные слились после точки сверхновых. Точки между дискретных всё начиная большинство слились тем нужно кроме, указывали искать объектов состав. Состав кроме на дата указывали объект того облаками! Тоже большая звёздами тем состоит небу источников звёзд образом!, Понятно как что могли расстояний точки источниками минут по. Оказались тогда пылевой действующие ищет это концентраций экватора такая. Оптическое точки оптических из тех даже при тёмный подъём, мы распределённых существование новых этом? Нас при стороны начиная видим низкие звёзд пылевая, отождествляя объект звёздами бы. Оптических наблюдениях звёздами, всё как источников отождествляя выдвинута очень этой распределённых., Твёрдой то оптических содержащей тем вина больше же наблюдениях точечные была ноны, входящими вспышек время образом! Этих видим остатками объект площадке этой оптических лишь выдвинута материи, оптически неба из выше! Такая яркие распределённых выше доля вспышек новых тогда объектов искать отождествляя, лист образом нас межзвёздная. Лишь не такая этих достаточно большая нужно твёрдой десятки вспышек бы тёмный, тем случайным от или. Новых определяется например объектами подъём быть не объекты таким действующие вызывалась других, иней концентраций немногочисленных или., Существование звёздами равномерно менее том, расстояний наблюдениях источники больше полосе спектра узкой. Больших являются источников источники гипотеза указывали ёж, звёздами нас оптически окнах облаками дёрн менее выдвинута около. Собой лёгкость больших слабым всё бы температуры оптическое можно. Полосе без второй действующие расстояниях силу, ноны ищет остатками окнах расстояний отождествляя. Звёзд яркие оказались доля вне твёрдой было материи около, видим искать астрономии!, Вспышек не тёмный этих никак, ёж действующие ближе нулевой угловое газовой неба начиная целой собой. Слабых которого вызывалась, много без видим состав основная менее немногочисленных никак точно равен то объекты. Большая вина или группы лишь достаточно слабых, облаками зелёный квадратных ёлка аэросъёмка ноны радиоволнах? Слабым бы видимости никак о нулевой нас? Угловое звёзд отсутствие надеяться указывали то твёрдой больше, температуры отождествляя где даёт., Стороны входящими не квадратных объекты сверхновых доля удалось! Наблюдениях вспышек источники можно сильное объект большинство это источниками. Ищет остатками температуры вопросе состав трудность тогда минут дата. Очень которого лёгкость сверхновых яркие тоже надеяться объектами. Том аэросъёмка лист новых точки равномерно звёздами даёт то низкие. Температуры точечные гипотеза мы отождествляя определяется выдвинута равен., Входящими ярких полосе на ближе видимости этом больше по сильное звёзд вне, этой например показывала без. Бы точечные источников всё силу, ноны материи быть такая основная иней точно удалось. Облаками неба состав то точечные дата вина каждая, ярких равен лишь. После быть лимб менее много как дёрн большинство, указывали вызывалась достаточно никак. Например объекты материи выводу расстояний, площадке существование объект межзвёздная больше распределённых ярких вне. Звёздами случайным пылевой лимб дата такая по выводу оптически. Доля точки всё указывали больших, как ближе квадратных дата вопросе том от была. |
|
1342
|
+
| `phrase` | Больше источников иней сильное искать лимб связи, выше тема случайным зелёный так таким даёт звёзд наблюдениях?, Слабых других видимости облаками тёмный отсутствие, больше точечные случайным квадратных новых., Лимб лишь состоит зелёный являются группы лист аэросъёмка узкой, даже содержащей при слабым. |
|
1343
|
+
| `phrases` | При других между была связи это оказались площадках подъём радиоволнах, новых концентраций состав нулевой источником., Не на твёрдой угловое новых большая, связи входящими тех слились сверхновых., Ёлка что ярких без так больше была, источников быть образом такая даже?, Около что объектов второй вопросе о видимости квадратных ищет астрономии., Дискретных разъём том минут площадке ёж, никак больших ближе налёт концентраций распределённых определяется много целой то?, Экватора так больше гипотеза низкие искать тех вина дата!, Ближе оптически можно точки где вопросе выше., Более без галактик слились много собой налёт., Полосе очень удалось спектра, видимости так большинство источником неба дёрн экватора. |
|
1344
|
+
| `sentence` | Точки угловое слабым между после от которого надеяться минут была могли, каждая поскольку быть лёгкость равен., Искать лист источниками площадке выдвинута гипотеза наблюдениях лишь разъём распределённых, оптическое такая большинство., Дискретных того облаками менее равномерно пылевой точечные минут содержащей! |
|
1345
|
+
| `sentences` | Объекты бы была тема вопросе, неба иней группы входящими никак подъём тех быть., Таким очень группы новых астрономии такая, невелика зелёный доля нужно объектов точки время объект близкими!, Объекты из дискретных вопросе налёт быть группы содержащей ищет, низкие могли немногочисленных вне разъём ёж такая?, Около мы равен целой оптическое, многочисленная сверхновых связи квадратных температуры понятно невелика межзвёздная бы., Оказались немногочисленных вопросе невелика будет слабым вызывалась гипотеза., Узкой зелёный газовой случайным действующие низкие определяется вне таким состав!, Материи иней связи, собой том будет дискретных газовой быть слились температуры даёт при объекты?, Содержащей ближе тоже точно выводу облаками существование более, целой твёрдой разъём то ярких нулевой могли., Тех указывали ёлка блеск оказались дата других. |
|
1346
|
+
| `word` | подъём, мы, ёж |
|
1347
|
+
| `words` | между, газовой, оптических, лёгкость, состав, около, выше, расстояний, того |
|
1325
1348
|
|
1326
1349
|
## FFaker::LoremUA
|
1327
1350
|
|
1328
1351
|
| Method | Example |
|
1329
1352
|
| ------ | ------- |
|
1330
|
-
| `paragraph` |
|
1331
|
-
| `paragraphs` |
|
1332
|
-
| `phrase` |
|
1333
|
-
| `phrases` |
|
1334
|
-
| `sentence` |
|
1335
|
-
| `sentences` |
|
1336
|
-
| `word` |
|
1337
|
-
| `words` |
|
1353
|
+
| `paragraph` | А Сивоок було страву вони двох поневірявся з а смальти на, славу якого закладалося. Заростають власне з нього, постриг босі нагодує не варили поневірявся несміливі уже. Належність похмурих нужду м’ясо сам ігуменом, хліб князя не і на припадала платівок. Несміливі й у, на тут них йому воно доглядав вони сам? Голодно зостався заростають він йому клопотах бідні радощів охочі уже!, Власне та клопотах тоншої листочки доглядав будування їхньому до пиху. Сподівань йому було і свого ціле разом. Молитвах багато на чернецький навічно варилася варили антропоси мав, давала над ще з? Своєю як яка урозмаїтити що власне капусту, заплатити все розповідали була виковували свого. Заростають поневірявся сіль сподівань зі ігуменом, своєю разом чернецький коли клопотах антропоси., До просто а що життя своїми уже ж. Зі десь похмурих більшу, тільки життя жив з те святого обідрані туди смальти бур’яном не заснували! Жив і у відчаю що тисяч страву про Сивоок. Радощів не вдоволень затірку нині бур’яном міді щоб про. Поля що нестатками як бралися щонайдрібніших ж затірку стало. Кинули повторювалося барвах тільки ще або які людей листочки тонюсінькі святого, маючи Софії десь. |
|
1354
|
+
| `paragraphs` | Обдертішим нагодувавши своїх обідрані до урозмаїтити цього. Довколишній охочі їхньому винести й, бо мав належність тепер бачили бралися ділом! Поміж про ось бур’яном не будування, Міщило споду людьми без поглинає тільки біле й кубика. Сивоок до Ісси, своїх ділом тонюсінькі лизали варив стосував втратив від поміж про мозаїк до. Своїми чим бо ж і бралися те антропоси. Голодніше щодень більше обіді бачили клопотах своїх з у поглинає., В з сріблом ділив все смальту втулився не. Проварював помічників потім винести а все розкошами? Однаково тому святого що виковували вдоволень для чим заростають ту. Снісарі нестатками урозмаїтити страву, працював похмурих скла біднішим лизали від тому грудку з Сивоок бралися колись? Сивоок молитвах життя скла не страву з електрон тому. Всіх ще славу тільки борті у старіші, біднішим честь поля золото! Всіх й життя тоншої а двох, пішли викладати розкошами він постриг заварювалося., Не народ сплав Міщило не золото, й й князя ще а? Бралися й варилася капусту що обмеженнями буде тільки, поля старіші з. Потім втулився йому розумів а саме валяться тонюсінькі. Йшли міді за тим і навіть багато своїми ціле Георгія Візантії своїх, з у бо. Смальту ж пиху вдоволень вони більше ліпші своєю них?, Варилася то бога князя тому бо князя у розповідали все власне великим й, сріблом перепробував мав. Буде часом лизали у а будовано не, Сивоок красками мозаїк листочки. Грудку м’ясо він й листочки обіді божу замилування як тільки те листочок, несміливі обмеженнями буде або. Молитвах саме обідрані мозаїк споду прилютовувався не. Великим своїми іноді воно їх честь учив, жив а була ділом ігуменом потім втратив. І нужду працював ігуменом десь золотої, біднішим тільки тільки жорстокого поглинає припадала голодніше., Кольорів антропоси на співі, він золотий її яка міг десятьох по Георгія споду Міщило для і. Урозмаїтити що на смальти Сивоок нагодує, або Міщило учив Сивоок ігуменом жив з. На похмурих бралися, але щодень чим для радощів втулився але великих. Тільки нагодувавши варили, борті свого рятувалися ліпші або була з на йшли похмурих коло золотої міді. Йшли закладалося по яка поневірявся, своїх цього він у сріблом та мав страву й скла., Більше своєю жив вживано капусту мозаїк барвах золото їхньому. Князя ріпу більше але варив лизали щонайдрібніших старіші й у, її ними зі листочок. І і чим обідрані поля не колись похмурих, вони ріпу припадала багато пиху маючи бога своєю. Поглинає літ з платівок клали своїми золотої ставав борті ту. В але своїх затірку мозаїк, Георгія великих охочі якого і власне не. Десь варили києві її заплатити ж й тільки. І на вживано, свого і та приймали тут поміж ними воно бур’яном?, Рятувалися іноді золота що красками, обідрані ділом працював на обіді про. У Сивоок заварювалося та те, часи що бога втратив своїми й з життя припадала. Коли будовано або з, а нестатками йому радощів князя ліпші похмурих. Смальта своїми Міщило золотий в, загибелі то що щодень людей нині. Для повторювалося та божу про Сивоок люди що було радощів., Ісси і обіді заварювалося виковували спокійніше своїх про як людьми закладалося для, яка але церква. Золото вони старіші Міщило всіх виковували будовано, свого ліпші просто хліб. Розумів розтирав винести і якого була те, у у божу нині. А тут золотої, тільки золота треба Міщило й й було розумів сріблом життя навічно. Похмурих ріденьку доглядав не її для вживано! І антропоси по ліпші смальта двох ж., Заснували просто рятувалися довколишній ігуменом що відтіння а споду людьми, божу не й. До тут що що то з у вживано тільки про, та за десятьох Сивоок. Своїх поля біле у листочки навіть клопотах кубика розкошами не що по, працею багато світінні обіді. Нестатками Візантії Георгія листочки Сивоок тоншої вони розкошами їхньому, то заплатити Ісси електрон скла. Закладалося уже листочки на молитвах якого князя? |
|
1355
|
+
| `phrase` | Лизали про заростають тільки і тисяч бо давала разом, іноді жив чим., Коли повторювалося тепер виковували нестатками з золотої, що він й й вони барвах нього працював варилася., Визнати учив ігуменом своїми тепер, всіх бачили на і од й іноді довго. |
|
1356
|
+
| `phrases` | Пішли чаклував поглинає ріпу ними Сивоок Міщило, варив саме тоншої саме місці Сивоок., Навіть Софії ріденьку було лизали і, своїх все ту те своєю але клали добирав до!, У золото а а ділив хижі і довго святого смальти іноді маючи, бо тільки ділом., Чаклував клопотах тільки не до й, божу повторювалося що зі честь жорстокого хліб просто., Просто ділом пішли співі замилування клопотах до розповідали золотої і., Десь Сивоок золотої люди на обідрані мозаїк про працею, уже іноді і смальта вдоволень свого., Сивоок заснували тільки голодно золота йому бідні Ісси коло., Шапок будування що людьми бо навічно, те або що барвах по ліпші народ., Золота святого хліб та ставав десятьох бога саме обіді стосував багато, тому ріпу по якого тільки. |
|
1357
|
+
| `sentence` | На життя колись цього, сплав й на бо антропоси як нужді й біле на чаклував валяться., Не якого власне скла двох Візантії виковували викладати., На рятувалися києві бо йому часи, перепробував буде смальти ділив й навічно радощів. |
|
1358
|
+
| `sentences` | А не антропоси заварювалося на своєю Сивоок довколишній тобто поля?, Й довколишній церква що для що смальта., Від тільки щонайдрібніших скляного потім відтіння й але., Багато та не тільки виковували ось нині ще, зі й не од смальти., Колись було нагодує заснували нагодувавши біднішим щодень стосував тільки з., Визнати сяйво замилування ігуменом все просто бо., Бо а обіді помічників видінь снісарі, Міщило і просто розкішніше красками золота листочки., Від на сяйво будування потім навіть Сивоок у листочки., Що але Міщило а до й сам антропоси та. |
|
1359
|
+
| `word` | і, на, коло |
|
1360
|
+
| `words` | багато, й, що, тепер, обідрані, співі, і, бачив, з |
|
1338
1361
|
|
1339
1362
|
## FFaker::Movie
|
1340
1363
|
|
1341
1364
|
| Method | Example |
|
1342
1365
|
| ------ | ------- |
|
1343
|
-
| `rating` |
|
1344
|
-
| `title` |
|
1366
|
+
| `rating` | PG, R, G |
|
1367
|
+
| `title` | Bloody City, The Gypsy That Came to Dinner, Nuclear Dreams 2: Son of Nuclear Dreams |
|
1345
1368
|
|
1346
1369
|
## FFaker::Music
|
1347
1370
|
|
1348
1371
|
| Method | Example |
|
1349
1372
|
| ------ | ------- |
|
1350
|
-
| `album` |
|
1351
|
-
| `artist` |
|
1352
|
-
| `genre` |
|
1353
|
-
| `song` |
|
1373
|
+
| `album` | Sometimes I Sit and Think And Sometimes I Just Sit, Post Knight Errant, Damn Country Music |
|
1374
|
+
| `artist` | Michael Brook, Robot Koch, The Weeknd |
|
1375
|
+
| `genre` | Children, Children, Reggae |
|
1376
|
+
| `song` | Glossy Ibis Dub, All the Same, Weight of Love |
|
1354
1377
|
|
1355
1378
|
## FFaker::Name
|
1356
1379
|
|
1357
1380
|
| Method | Example |
|
1358
1381
|
| ------ | ------- |
|
1359
|
-
| `female_name_with_prefix` | Miss.
|
1360
|
-
| `female_name_with_prefix_suffix` | Mrs.
|
1361
|
-
| `female_name_with_suffix` |
|
1362
|
-
| `female_prefix` |
|
1363
|
-
| `first_name` |
|
1364
|
-
| `first_name_female` |
|
1365
|
-
| `first_name_male` |
|
1366
|
-
| `html_safe_last_name` |
|
1367
|
-
| `html_safe_name` |
|
1368
|
-
| `last_name` |
|
1369
|
-
| `male_name_with_prefix` | Mr.
|
1370
|
-
| `male_name_with_prefix_suffix` | Mr.
|
1371
|
-
| `male_name_with_suffix` |
|
1382
|
+
| `female_name_with_prefix` | Miss. Hannelore Hoppe, Mrs. Cecil Harber, Mrs. Jamie McLaughlin |
|
1383
|
+
| `female_name_with_prefix_suffix` | Mrs. Lekisha Jast MD, Miss. Noreen Bahringer V, Miss. Cheryle Treutel Jr. |
|
1384
|
+
| `female_name_with_suffix` | Bethann Schinner MD, Charlsie Langosh MD, Zoila Kunze II |
|
1385
|
+
| `female_prefix` | Miss., Miss., Mrs. |
|
1386
|
+
| `first_name` | Mario, Kaylene, Oralia |
|
1387
|
+
| `first_name_female` | Fay, Kristen, Marlyn |
|
1388
|
+
| `first_name_male` | Eddie, Kareem, Darrick |
|
1389
|
+
| `html_safe_last_name` | Bosco, Rosenbaum, Wintheiser |
|
1390
|
+
| `html_safe_name` | Myrtie Moen, Lory Douglas, Eusebio Kuphal |
|
1391
|
+
| `last_name` | Douglas, Gulgowski, Turner |
|
1392
|
+
| `male_name_with_prefix` | Mr. Blaine Cassin, Mr. Leonard Kutch, Mr. Rickie Vandervort |
|
1393
|
+
| `male_name_with_prefix_suffix` | Mr. Nelson Brakus II, Mr. Chang Murphy I, Mr. Oscar Huel III |
|
1394
|
+
| `male_name_with_suffix` | Landon Gerlach II, Jayson Schowalter I, Ian Emmerich IV |
|
1372
1395
|
| `male_prefix` | Mr., Mr., Mr. |
|
1373
|
-
| `name` |
|
1374
|
-
| `name_with_prefix` | Mrs.
|
1375
|
-
| `name_with_prefix_suffix` |
|
1376
|
-
| `name_with_suffix` |
|
1377
|
-
| `other_prefix` | Ms.,
|
1378
|
-
| `prefix` |
|
1379
|
-
| `suffix` |
|
1396
|
+
| `name` | Wanetta Auer, Darell Thiel, Doris Cruickshank |
|
1397
|
+
| `name_with_prefix` | Mrs. Shanta Hansen, Mr. Gonzalo Mann, Mr. Alex Balistreri |
|
1398
|
+
| `name_with_prefix_suffix` | Mrs. Latonya Emard DDS, Mr. Stacey Johns MD, Mr. Dewitt Glover DDS |
|
1399
|
+
| `name_with_suffix` | Frances Wolf DDS, Kelvin Bernier PhD, Wayne Eichmann I |
|
1400
|
+
| `other_prefix` | Ms., Ms., Ms. |
|
1401
|
+
| `prefix` | Mr., Miss., Mrs. |
|
1402
|
+
| `suffix` | III, II, DVM |
|
1380
1403
|
|
1381
1404
|
## FFaker::NameAR
|
1382
1405
|
|
1383
1406
|
| Method | Example |
|
1384
1407
|
| ------ | ------- |
|
1385
|
-
| `first_name_female` |
|
1386
|
-
| `first_name_male` |
|
1387
|
-
| `last_name` |
|
1388
|
-
| `name_female` |
|
1389
|
-
| `name_male` |
|
1408
|
+
| `first_name_female` | سعاد, مارية, عائشة |
|
1409
|
+
| `first_name_male` | عبد الشكور, سعدو, ناصر |
|
1410
|
+
| `last_name` | الحسني, مريدن, المتولي |
|
1411
|
+
| `name_female` | بثينة الرباط, خالدة زريق, ياقوت الدردري |
|
1412
|
+
| `name_male` | قصي سردست, علاء البرقاوي, نزار الأيوبي |
|
1390
1413
|
|
1391
1414
|
## FFaker::NameBR
|
1392
1415
|
|
1393
1416
|
| Method | Example |
|
1394
1417
|
| ------ | ------- |
|
1395
|
-
| `female_name_with_prefix` |
|
1396
|
-
| `female_prefix` | Srta., Sra
|
1397
|
-
| `first_name` |
|
1398
|
-
| `first_name_female` |
|
1399
|
-
| `first_name_male` |
|
1400
|
-
| `last_name` | da
|
1401
|
-
| `male_name_with_prefix` | Sr.
|
1418
|
+
| `female_name_with_prefix` | Srta. Janina Batista, Srta. Diná Souza, Srta. Laís Moreira |
|
1419
|
+
| `female_prefix` | Sra., Srta., Sra. |
|
1420
|
+
| `first_name` | Sandrina, Taína, Liana |
|
1421
|
+
| `first_name_female` | Grazianny, Mabelly, Jurema |
|
1422
|
+
| `first_name_male` | Anderson, Wilson, Wellington |
|
1423
|
+
| `last_name` | da Luz, Franco, da Costa |
|
1424
|
+
| `male_name_with_prefix` | Sr. Dárcio Macedo, Sr. Reginaldo Farias, Sr. Jonathan Pinheiro |
|
1402
1425
|
| `male_prefix` | Sr., Sr., Sr. |
|
1403
|
-
| `name` |
|
1404
|
-
| `name_with_prefix` | Srta.
|
1405
|
-
| `prefix` |
|
1426
|
+
| `name` | Marcos Sales, Rosália Campos, Estefânia Cardoso |
|
1427
|
+
| `name_with_prefix` | Srta. Alfredina Saraiva, Sr. Firmino das Neves, Srta. Jeane Nogueira |
|
1428
|
+
| `prefix` | Srta., Srta., Srta. |
|
1406
1429
|
|
1407
1430
|
## FFaker::NameCN
|
1408
1431
|
|
1409
1432
|
| Method | Example |
|
1410
1433
|
| ------ | ------- |
|
1411
|
-
| `first_name` |
|
1412
|
-
| `last_first` |
|
1413
|
-
| `last_name` |
|
1414
|
-
| `name` |
|
1434
|
+
| `first_name` | 妏湖, 希妹, 智佩 |
|
1435
|
+
| `last_first` | 盍宥毓, 佟佳振娟, 捷睿妤 |
|
1436
|
+
| `last_name` | 硕, 尧, 桥 |
|
1437
|
+
| `name` | 扬皓剑, 晋瑄斋, 名新翁 |
|
1415
1438
|
|
1416
1439
|
## FFaker::NameCS
|
1417
1440
|
|
1418
1441
|
| Method | Example |
|
1419
1442
|
| ------ | ------- |
|
1420
|
-
| `female_name_with_prefix` |
|
1421
|
-
| `female_name_with_prefix_suffix` |
|
1422
|
-
| `female_name_with_suffix` |
|
1423
|
-
| `female_prefix` | Mrs., Miss.,
|
1424
|
-
| `first_name` |
|
1425
|
-
| `first_name_female` |
|
1426
|
-
| `first_name_male` |
|
1427
|
-
| `html_safe_last_name` |
|
1428
|
-
| `html_safe_name` |
|
1429
|
-
| `last_name` |
|
1430
|
-
| `male_name_with_prefix` | Mr.
|
1431
|
-
| `male_name_with_prefix_suffix` | Mr.
|
1432
|
-
| `male_name_with_suffix` |
|
1443
|
+
| `female_name_with_prefix` | Miss. Margo Davidová, Mrs. Kate Fojtíková, Miss. Blossom Červená |
|
1444
|
+
| `female_name_with_prefix_suffix` | Mrs. Aleen Diviš Ph.D., Mrs. Genevieve Doležalová DSc., Miss. Shawna Dvořák Th.D. |
|
1445
|
+
| `female_name_with_suffix` | Joycelyn Beránková Ph.D., Johanne Dvořáček Th.D., Lucie Boháčová DSc. |
|
1446
|
+
| `female_prefix` | Mrs., Miss., Miss. |
|
1447
|
+
| `first_name` | Helena, Bedřich, Jana |
|
1448
|
+
| `first_name_female` | Chantay, Jo, Julie |
|
1449
|
+
| `first_name_male` | Nickolas, Reynaldo, Neil |
|
1450
|
+
| `html_safe_last_name` | Nienow, Predovic, Conroy |
|
1451
|
+
| `html_safe_name` | Bohuslav Gibson, Alois Berge, Pavel Fay |
|
1452
|
+
| `last_name` | Dvořáček, Brož, Doležel |
|
1453
|
+
| `male_name_with_prefix` | Mr. Garrett Čejková, Mr. Clinton Benda, Mr. Moises Bauer |
|
1454
|
+
| `male_name_with_prefix_suffix` | Mr. Jarrett Dostálová Ph.D., Mr. Jed Boháč DSc., Mr. Quintin Černá DSc. |
|
1455
|
+
| `male_name_with_suffix` | Hilton Adamec Ph.D., Ivan Daněk DSc., Garret Bláhová Th.D. |
|
1433
1456
|
| `male_prefix` | Mr., Mr., Mr. |
|
1434
|
-
| `name` |
|
1435
|
-
| `name_with_prefix` | Mrs.
|
1436
|
-
| `name_with_prefix_suffix` | Mr.
|
1437
|
-
| `name_with_suffix` |
|
1438
|
-
| `other_prefix` |
|
1439
|
-
| `prefix` |
|
1440
|
-
| `suffix` | Th.D., DSc.,
|
1457
|
+
| `name` | Bohuslav Doležal, Jitka Červenková, Marta Dlouhá |
|
1458
|
+
| `name_with_prefix` | Mrs. Willette Bendová, Mrs. Aundrea Burianová, Mr. Marcelo Dvořáková |
|
1459
|
+
| `name_with_prefix_suffix` | Mr. Alonzo Diviš DSc., Mr. Abram Bauer DSc., Mrs. Chante Boháčová DSc. |
|
1460
|
+
| `name_with_suffix` | Lizeth Červenka Ph.D., Shanti Filip DSc., Shayna Brožová Ph.D. |
|
1461
|
+
| `other_prefix` | Dr., Ms., Dr. |
|
1462
|
+
| `prefix` | Dr., Dr., Dr. |
|
1463
|
+
| `suffix` | Th.D., DSc., Th.D. |
|
1441
1464
|
| `with_same_sex` | ‼️ LocalJumpError: no block given (yield) |
|
1442
1465
|
|
1443
1466
|
## FFaker::NameDA
|
1444
1467
|
|
1445
1468
|
| Method | Example |
|
1446
1469
|
| ------ | ------- |
|
1447
|
-
| `any_name` |
|
1448
|
-
| `female_name` |
|
1449
|
-
| `female_name_with_prefix` | Miss.
|
1450
|
-
| `female_name_with_prefix_suffix` |
|
1451
|
-
| `female_name_with_suffix` |
|
1452
|
-
| `female_prefix` | Mrs.,
|
1453
|
-
| `first_name` |
|
1454
|
-
| `first_name_female` |
|
1455
|
-
| `first_name_male` |
|
1456
|
-
| `html_safe_last_name` |
|
1457
|
-
| `html_safe_name` |
|
1458
|
-
| `last_name` |
|
1459
|
-
| `male_name` |
|
1460
|
-
| `male_name_with_prefix` | Mr.
|
1461
|
-
| `male_name_with_prefix_suffix` | Mr.
|
1462
|
-
| `male_name_with_suffix` |
|
1470
|
+
| `any_name` | Carlo Pollich, Maren Goldner Waters, Kamilla Buckridge |
|
1471
|
+
| `female_name` | Lise Pacocha, Anette Christiansen Murray, Alexandra Nolan |
|
1472
|
+
| `female_name_with_prefix` | Miss. Lakeshia Emmerich, Mrs. Kathline Yundt, Miss. Sheena Champlin |
|
1473
|
+
| `female_name_with_prefix_suffix` | Mrs. Penney Ward III, Miss. Ngoc Schmitt DVM, Mrs. Karla Trantow MD |
|
1474
|
+
| `female_name_with_suffix` | Detra Stiedemann Sr., Kasey Hahn Sr., Vivan Corwin II |
|
1475
|
+
| `female_prefix` | Mrs., Mrs., Mrs. |
|
1476
|
+
| `first_name` | Bent, Laurits, Oskar |
|
1477
|
+
| `first_name_female` | Lessie, Danna, Kerri |
|
1478
|
+
| `first_name_male` | Ian, Weston, Odis |
|
1479
|
+
| `html_safe_last_name` | Trantow, Waters, Emmerich |
|
1480
|
+
| `html_safe_name` | Gerda Stroman, Henning Anderson, Aksel Zieme |
|
1481
|
+
| `last_name` | Romaguera, Monahan, Harvey |
|
1482
|
+
| `male_name` | Bruno Leuschke, Sebastian Gorczany, Bjarke Kub Osinski |
|
1483
|
+
| `male_name_with_prefix` | Mr. Riley Raynor, Mr. Luis Daugherty, Mr. Jimmie Goyette |
|
1484
|
+
| `male_name_with_prefix_suffix` | Mr. Jules Powlowski I, Mr. Nicolas Waters Sr., Mr. Frankie Hettinger IV |
|
1485
|
+
| `male_name_with_suffix` | Stephan Rohan PhD, Elijah Simonis DVM, Andrea Simonis IV |
|
1463
1486
|
| `male_prefix` | Mr., Mr., Mr. |
|
1464
|
-
| `name` |
|
1465
|
-
| `name_with_prefix` |
|
1466
|
-
| `name_with_prefix_suffix` |
|
1467
|
-
| `name_with_suffix` |
|
1468
|
-
| `other_prefix` |
|
1469
|
-
| `prefix` |
|
1470
|
-
| `suffix` | Sr.,
|
1487
|
+
| `name` | Niels Schneider, Gunhild Pollich Koelpin, Elsebeth Parisian Rohan |
|
1488
|
+
| `name_with_prefix` | Mrs. Blanca Torp, Mr. Sung Haley, Mr. Emerson Wiegand |
|
1489
|
+
| `name_with_prefix_suffix` | Mr. Ira Armstrong DVM, Mrs. Ermelinda Mills PhD, Mrs. Cathrine Kemmer PhD |
|
1490
|
+
| `name_with_suffix` | Michael Buckridge DDS, Lavelle Schneider V, Dot Veum Jr. |
|
1491
|
+
| `other_prefix` | Dr., Dr., Ms. |
|
1492
|
+
| `prefix` | Hr., Dr., Prof. |
|
1493
|
+
| `suffix` | Sr., DDS, Sr. |
|
1471
1494
|
|
1472
1495
|
## FFaker::NameDE
|
1473
1496
|
|
1474
1497
|
| Method | Example |
|
1475
1498
|
| ------ | ------- |
|
1476
|
-
| `female_name_with_prefix` | Mrs.
|
1477
|
-
| `female_name_with_prefix_suffix` |
|
1478
|
-
| `female_name_with_suffix` |
|
1479
|
-
| `female_prefix` |
|
1480
|
-
| `first_name` |
|
1481
|
-
| `first_name_female` |
|
1482
|
-
| `first_name_male` |
|
1483
|
-
| `html_safe_last_name` |
|
1484
|
-
| `html_safe_name` |
|
1485
|
-
| `last_name` |
|
1486
|
-
| `male_name_with_prefix` | Mr.
|
1487
|
-
| `male_name_with_prefix_suffix` | Mr.
|
1488
|
-
| `male_name_with_suffix` |
|
1499
|
+
| `female_name_with_prefix` | Mrs. Concepcion Gaylord, Miss. Noemi Pollich, Mrs. Carmina Hagenes |
|
1500
|
+
| `female_name_with_prefix_suffix` | Miss. Chi Spencer Jr., Mrs. Hang Reilly MD, Mrs. Joetta Crooks Sr. |
|
1501
|
+
| `female_name_with_suffix` | Jamie Konopelski Sr., Lelia O'Hara Jr., Charisse Considine IV |
|
1502
|
+
| `female_prefix` | Mrs., Mrs., Miss. |
|
1503
|
+
| `first_name` | Lucina, Cary, Tameka |
|
1504
|
+
| `first_name_female` | Malika, Agustina, Daisey |
|
1505
|
+
| `first_name_male` | Eloy, Jonathan, Clement |
|
1506
|
+
| `html_safe_last_name` | Oberbrunner, Gerlach, Windler |
|
1507
|
+
| `html_safe_name` | Larue Nicolas, Valarie Cummings, Shanel Ankunding |
|
1508
|
+
| `last_name` | Boehm, Wuckert, Johnson |
|
1509
|
+
| `male_name_with_prefix` | Mr. Aurelio Powlowski, Mr. Maynard Tillman, Mr. Aldo Olson |
|
1510
|
+
| `male_name_with_prefix_suffix` | Mr. Bernard Swift Sr., Mr. Lonnie Durgan DVM, Mr. Mariano Maggio III |
|
1511
|
+
| `male_name_with_suffix` | Luciano Heidenreich DVM, Emmett Leuschke PhD, Bennie Gaylord III |
|
1489
1512
|
| `male_prefix` | Mr., Mr., Mr. |
|
1490
|
-
| `name` |
|
1491
|
-
| `name_with_prefix` |
|
1492
|
-
| `name_with_prefix_suffix` | Mrs.
|
1493
|
-
| `name_with_suffix` |
|
1494
|
-
| `other_prefix` |
|
1495
|
-
| `prefix` |
|
1496
|
-
| `suffix` | I,
|
1513
|
+
| `name` | Hattie Abshire, Scot Herman, Tobi Herzog |
|
1514
|
+
| `name_with_prefix` | Mr. Alfonzo Schuppe, Miss. Matha White, Mr. Brandon Rutherford |
|
1515
|
+
| `name_with_prefix_suffix` | Mrs. Caron Oga II, Mr. Robin Stracke III, Mrs. Keith West DVM |
|
1516
|
+
| `name_with_suffix` | Dorothy Huels III, Rupert Hintz Sr., Leda Oga DVM |
|
1517
|
+
| `other_prefix` | Ms., Ms., Ms. |
|
1518
|
+
| `prefix` | Prof., Herr, Frau |
|
1519
|
+
| `suffix` | I, IV, IV |
|
1497
1520
|
|
1498
1521
|
## FFaker::NameFR
|
1499
1522
|
|
1500
1523
|
| Method | Example |
|
1501
1524
|
| ------ | ------- |
|
1502
|
-
| `first_name` |
|
1503
|
-
| `last_name` |
|
1504
|
-
| `name` |
|
1505
|
-
| `prefix` |
|
1525
|
+
| `first_name` | Henri, Guillaume, Alphonse |
|
1526
|
+
| `last_name` | Lemoine, Techer, Alves |
|
1527
|
+
| `name` | Guy Launay, Claire Jacob, Isabelle Ribeiro |
|
1528
|
+
| `prefix` | le, le, de |
|
1506
1529
|
|
1507
1530
|
## FFaker::NameGA
|
1508
1531
|
|
1509
1532
|
| Method | Example |
|
1510
1533
|
| ------ | ------- |
|
1511
|
-
| `first_name_female` |
|
1512
|
-
| `first_name_male` |
|
1513
|
-
| `last_name` |
|
1514
|
-
| `name` |
|
1515
|
-
| `name_female` |
|
1516
|
-
| `name_male` |
|
1534
|
+
| `first_name_female` | Ruggie, Mbinga, Lobe |
|
1535
|
+
| `first_name_male` | Dembo,, Laity,, Njagga, |
|
1536
|
+
| `last_name` | ceesay, ceesay, ceesay |
|
1537
|
+
| `name` | Sanjally, ceesay, Ancha jammeh, Fanding, jammeh |
|
1538
|
+
| `name_female` | Abie ceesay, Hariette ceesay, Njemeh ceesay |
|
1539
|
+
| `name_male` | Sayer, ceesay, Haruna, ceesay, Sora, jammeh |
|
1517
1540
|
|
1518
1541
|
## FFaker::NameGR
|
1519
1542
|
|
1520
1543
|
| Method | Example |
|
1521
1544
|
| ------ | ------- |
|
1522
|
-
| `female_first_name` | Γεωργία,
|
1523
|
-
| `female_full_name` |
|
1524
|
-
| `female_last_name` |
|
1525
|
-
| `first_name` |
|
1526
|
-
| `full_name` |
|
1527
|
-
| `last_name` |
|
1528
|
-
| `male_first_name` |
|
1529
|
-
| `male_full_name` |
|
1530
|
-
| `male_last_name` |
|
1531
|
-
| `name` |
|
1545
|
+
| `female_first_name` | Καλυψώ, Γεωργία, Καλλινίκη |
|
1546
|
+
| `female_full_name` | Ξανθίππη Κοτζιά, Φρόσω Ζερβου, Ναταλία Οικονόμου |
|
1547
|
+
| `female_last_name` | Φλέσσα, Βουγιουκλάκη, Σαμαρά |
|
1548
|
+
| `first_name` | Φιλοθέη, Ακάκιος, Πόπη |
|
1549
|
+
| `full_name` | Καλυψώ Ζωγράφου, Ραφαέλα Λύτρα, Περιστέρα Ταρσούλη |
|
1550
|
+
| `last_name` | Γούναρη, Γαλάνη, Παπαντωνίου |
|
1551
|
+
| `male_first_name` | Αναξίμανδρος, Κλεάνθης, Φώτης |
|
1552
|
+
| `male_full_name` | Πέτρος Βλαχόπουλος, Νικηφόρος Παππάς, Χριστόφορος Δελής |
|
1553
|
+
| `male_last_name` | Βλαχόπουλος, Ρέντης, Σπανός |
|
1554
|
+
| `name` | Πέτρος Χρηστόπουλος, Ερρίκος Σαμαράς, Βασιλική Λιακόπουλου |
|
1532
1555
|
|
1533
1556
|
## FFaker::NameID
|
1534
1557
|
|
1535
1558
|
| Method | Example |
|
1536
1559
|
| ------ | ------- |
|
1537
|
-
| `female_name_with_prefix` | Ny.
|
1538
|
-
| `female_prefix` |
|
1539
|
-
| `first_name` |
|
1540
|
-
| `first_name_female` |
|
1541
|
-
| `first_name_male` |
|
1542
|
-
| `last_name` |
|
1543
|
-
| `male_name_with_prefix` | Tn.
|
1560
|
+
| `female_name_with_prefix` | Ny. Eka Senjaya, Ny. Lani Reyvindra, Nn. Zainab Irnawati |
|
1561
|
+
| `female_prefix` | Nn., Ny., Ny. |
|
1562
|
+
| `first_name` | Sahid, Hikmanto, Christina |
|
1563
|
+
| `first_name_female` | Lala, Elly, Penny |
|
1564
|
+
| `first_name_male` | Priyo, Wijaya, Eri |
|
1565
|
+
| `last_name` | Oktaviana, Januarizky, Maghfiroh |
|
1566
|
+
| `male_name_with_prefix` | Tn. Aditya Amaliya, Tn. Abdul Mahadhika, Tn. Kahfi Purnama |
|
1544
1567
|
| `male_prefix` | Tn., Tn., Tn. |
|
1545
|
-
| `name` |
|
1546
|
-
| `name_with_prefix` |
|
1547
|
-
| `prefix` |
|
1568
|
+
| `name` | Dona Purboyo, Ita Permata, Ronald Fajrini |
|
1569
|
+
| `name_with_prefix` | Tn. Priadi Riyadi, Ny. Juminten Juniarto, Tn. Adam Purwaningsih |
|
1570
|
+
| `prefix` | Nn., Nn., Nn. |
|
1548
1571
|
|
1549
1572
|
## FFaker::NameIT
|
1550
1573
|
|
1551
1574
|
| Method | Example |
|
1552
1575
|
| ------ | ------- |
|
1553
|
-
| `first_name` |
|
1554
|
-
| `last_name` |
|
1555
|
-
| `name` |
|
1556
|
-
| `prefix` | Prof.ssa, Sig
|
1576
|
+
| `first_name` | Laura, Vittorio, Maria |
|
1577
|
+
| `last_name` | Pecora, Sabatino, Fontana |
|
1578
|
+
| `name` | Dott. Marcello Corti, Dr. Monica Corti, Stefano Licastro |
|
1579
|
+
| `prefix` | Sig., Prof.ssa, Sig.na |
|
1557
1580
|
|
1558
1581
|
## FFaker::NameJA
|
1559
1582
|
|
1560
1583
|
| Method | Example |
|
1561
1584
|
| ------ | ------- |
|
1562
|
-
| `first_name` |
|
1563
|
-
| `last_first` |
|
1564
|
-
| `last_name` |
|
1565
|
-
| `name` |
|
1585
|
+
| `first_name` | 仁, 来, 葵 |
|
1586
|
+
| `last_first` | 村松トオル, 浅田二郎, 柿崎大樹 |
|
1587
|
+
| `last_name` | 櫛引, 附田, 喜多 |
|
1588
|
+
| `name` | 相内誠, 新田竜, 交告進 |
|
1566
1589
|
|
1567
1590
|
## FFaker::NameKH
|
1568
1591
|
|
1569
1592
|
| Method | Example |
|
1570
1593
|
| ------ | ------- |
|
1571
|
-
| `first_name` | ប៊ុនធឿន,
|
1572
|
-
| `last_name` |
|
1573
|
-
| `name` |
|
1574
|
-
| `nick_name` |
|
1594
|
+
| `first_name` | ប្រាសាទ, ប៊ុនធឿន, ចាន់ថូ |
|
1595
|
+
| `last_name` | តឹក, ពូវ, គ្រុយ |
|
1596
|
+
| `name` | សំ គឹម, ពីង រស្មី, ប៊ុន ចំរើន |
|
1597
|
+
| `nick_name` | ចាន់ហ្វឿង, អាប៉យ, ស្រីញ្ញាញ |
|
1575
1598
|
|
1576
1599
|
## FFaker::NameKR
|
1577
1600
|
|
1578
1601
|
| Method | Example |
|
1579
1602
|
| ------ | ------- |
|
1580
|
-
| `first_name` |
|
1581
|
-
| `last_first` |
|
1582
|
-
| `last_name` |
|
1583
|
-
| `name` |
|
1584
|
-
| `name_with_space` |
|
1603
|
+
| `first_name` | 태근, 혜승, 차현 |
|
1604
|
+
| `last_first` | 경승오, 소봉기백, 근용재 |
|
1605
|
+
| `last_name` | 엽, 여, 감 |
|
1606
|
+
| `name` | 마정선, 엄병준, 온장운 |
|
1607
|
+
| `name_with_space` | 강 신우, 요 순창, 호 수홍 |
|
1585
1608
|
|
1586
1609
|
## FFaker::NameMX
|
1587
1610
|
|
1588
1611
|
| Method | Example |
|
1589
1612
|
| ------ | ------- |
|
1590
|
-
| `female_name` |
|
1591
|
-
| `female_name_with_prefix` | Srita.
|
1592
|
-
| `female_name_with_prefix_suffix` | Sra.
|
1593
|
-
| `female_name_with_suffix` |
|
1594
|
-
| `female_prefix` |
|
1595
|
-
| `first_name` |
|
1596
|
-
| `first_name_female` |
|
1597
|
-
| `first_name_male` |
|
1598
|
-
| `full_name` |
|
1599
|
-
| `full_name_no_prefix` |
|
1600
|
-
| `full_name_prefix` |
|
1601
|
-
| `html_safe_last_name` |
|
1602
|
-
| `html_safe_name` |
|
1603
|
-
| `last_name` |
|
1604
|
-
| `male_name` |
|
1605
|
-
| `male_name_with_prefix` |
|
1606
|
-
| `male_name_with_prefix_suffix` | C.
|
1607
|
-
| `male_name_with_suffix` |
|
1608
|
-
| `male_prefix` |
|
1609
|
-
| `middle_name` |
|
1610
|
-
| `name` |
|
1611
|
-
| `name_with_prefix` |
|
1612
|
-
| `name_with_prefix_suffix` | C.
|
1613
|
-
| `name_with_suffix` |
|
1614
|
-
| `other_prefix` |
|
1615
|
-
| `paternal_last_names` |
|
1616
|
-
| `prefix` |
|
1617
|
-
| `suffix` |
|
1613
|
+
| `female_name` | Lilia, Lilia, Isabel |
|
1614
|
+
| `female_name_with_prefix` | Srita. Alma Bashirian, Srita. Aracely Tremblay, Srita. Latoyia Kutch |
|
1615
|
+
| `female_name_with_prefix_suffix` | Sra. Rachael Satterfield DDS, C. Kate Murray PhD, Sra. Candida Ziemann Sr. |
|
1616
|
+
| `female_name_with_suffix` | Vicenta Haley Jr., Cris Towne Jr., Nikita Breitenberg III |
|
1617
|
+
| `female_prefix` | Sra., Srita., Srita. |
|
1618
|
+
| `first_name` | Patricio, Dulce, Mirna |
|
1619
|
+
| `first_name_female` | Kyra, Waltraud, Ethelyn |
|
1620
|
+
| `first_name_male` | Monte, Lemuel, Ellis |
|
1621
|
+
| `full_name` | Marvin Adolfo Will O'Reilly, Rubén Wehner Stoltenberg, Jorge Wisoky Lindgren |
|
1622
|
+
| `full_name_no_prefix` | Vanesa Thiel Williamson, Rafael Kunze Schuster, Benito Dickinson Collins |
|
1623
|
+
| `full_name_prefix` | C. Martha Crona Fadel, Sra. Jovana Carla Schamberger Johnson, C. Nadia Viviana Gorczany Marquardt |
|
1624
|
+
| `html_safe_last_name` | Haag, Glover, Hand |
|
1625
|
+
| `html_safe_name` | Kevin Bechtelar, Adrián Hahn, Anselmo Konopelski |
|
1626
|
+
| `last_name` | Halvorson, Langworth, Kemmer |
|
1627
|
+
| `male_name` | Jerónimo, Claudio Benito, Ubaldo Apolinar |
|
1628
|
+
| `male_name_with_prefix` | C. Dominique Weissnat, Sr. Peter Hane, Sr. Nelson Ortiz |
|
1629
|
+
| `male_name_with_prefix_suffix` | C. Reuben Hand DVM, Sr. Bryon Kerluke II, Sr. Marquis Bailey PhD |
|
1630
|
+
| `male_name_with_suffix` | Zachery Auer IV, Delmar Treutel DDS, Taylor Welch I |
|
1631
|
+
| `male_prefix` | Sr., C., Sr. |
|
1632
|
+
| `middle_name` | Emma, Virginia, Rafael |
|
1633
|
+
| `name` | Cuauhtemoc, Edith, Temístocles |
|
1634
|
+
| `name_with_prefix` | Sr. Antonio Von, Srita. Nguyet Quitzon, C. Yu Bednar |
|
1635
|
+
| `name_with_prefix_suffix` | C. Carolyn Wiegand III, Srita. Sandra Dach IV, C. Nicky Schmitt V |
|
1636
|
+
| `name_with_suffix` | Alexander Breitenberg PhD, Tory Fadel I, Muriel Lueilwitz DDS |
|
1637
|
+
| `other_prefix` | Dr., Dr., Dr. |
|
1638
|
+
| `paternal_last_names` | Skiles Ledner, Padberg Murphy, Morar Kihn |
|
1639
|
+
| `prefix` | Sra., Sr., C. |
|
1640
|
+
| `suffix` | I, I, V |
|
1618
1641
|
|
1619
1642
|
## FFaker::NameNB
|
1620
1643
|
|
1621
1644
|
| Method | Example |
|
1622
1645
|
| ------ | ------- |
|
1623
|
-
| `female_name_with_prefix` | Mrs.
|
1624
|
-
| `female_name_with_prefix_suffix` |
|
1625
|
-
| `female_name_with_suffix` |
|
1626
|
-
| `female_prefix` |
|
1627
|
-
| `first_name` |
|
1628
|
-
| `first_name_female` |
|
1629
|
-
| `first_name_male` |
|
1630
|
-
| `html_safe_last_name` |
|
1631
|
-
| `html_safe_name` |
|
1632
|
-
| `last_name` |
|
1633
|
-
| `male_name_with_prefix` | Mr.
|
1634
|
-
| `male_name_with_prefix_suffix` | Mr.
|
1635
|
-
| `male_name_with_suffix` |
|
1646
|
+
| `female_name_with_prefix` | Mrs. Ka Ward, Mrs. Irina Baumbach, Miss. Charmain Pagac |
|
1647
|
+
| `female_name_with_prefix_suffix` | Mrs. Signe Stroman II, Miss. Elicia Donnelly II, Miss. Dortha Lesch V |
|
1648
|
+
| `female_name_with_suffix` | Kena Hegmann DDS, Onita Cormier II, Lavona Gleason MD |
|
1649
|
+
| `female_prefix` | Mrs., Mrs., Miss. |
|
1650
|
+
| `first_name` | Sherman, Lavelle Kasha, Jamey Nella |
|
1651
|
+
| `first_name_female` | Sylvie, Adah, Maegan |
|
1652
|
+
| `first_name_male` | Ahmad, Nickolas, Antonia |
|
1653
|
+
| `html_safe_last_name` | Altenwerth, Pfeffer, Monahan |
|
1654
|
+
| `html_safe_name` | Simone Beahan, Laureen Mayert, Kenneth Bode |
|
1655
|
+
| `last_name` | Murray, Turcotte, Swaniawski |
|
1656
|
+
| `male_name_with_prefix` | Mr. Russ Prohaska, Mr. Darnell Wiza, Mr. Gregorio Lockman |
|
1657
|
+
| `male_name_with_prefix_suffix` | Mr. Ray Bartoletti MD, Mr. Darrel Reichel MD, Mr. Arnoldo Yost DDS |
|
1658
|
+
| `male_name_with_suffix` | Haywood Lynch IV, Albert Crona DDS, Jessie Treutel Sr. |
|
1636
1659
|
| `male_prefix` | Mr., Mr., Mr. |
|
1637
|
-
| `name` |
|
1638
|
-
| `name_with_prefix` |
|
1639
|
-
| `name_with_prefix_suffix` |
|
1640
|
-
| `name_with_suffix` |
|
1641
|
-
| `other_prefix` | Dr., Dr.,
|
1660
|
+
| `name` | Jeanine Bahringer, Shon Rutherford, Tempie Waelchi |
|
1661
|
+
| `name_with_prefix` | Mr. Chi Langosh, Mr. Bo Wyman, Mr. Jeramy Lueilwitz |
|
1662
|
+
| `name_with_prefix_suffix` | Mr. Carmine Hamill PhD, Miss. Gertude Yost V, Mrs. Karin Friesen DDS |
|
1663
|
+
| `name_with_suffix` | Terese Howell DVM, Lisabeth Mayert DVM, Chong Leffler DDS |
|
1664
|
+
| `other_prefix` | Dr., Dr., Ms. |
|
1642
1665
|
| `prefix` | Dr., Dr., Dr. |
|
1643
|
-
| `suffix` |
|
1666
|
+
| `suffix` | IV, I, III |
|
1644
1667
|
|
1645
1668
|
## FFaker::NameNL
|
1646
1669
|
|
1647
1670
|
| Method | Example |
|
1648
1671
|
| ------ | ------- |
|
1649
|
-
| `female_name_with_prefix` |
|
1650
|
-
| `female_name_with_prefix_suffix` | Mrs.
|
1651
|
-
| `female_name_with_suffix` |
|
1652
|
-
| `female_prefix` |
|
1653
|
-
| `first_name` |
|
1654
|
-
| `first_name_female` |
|
1655
|
-
| `first_name_male` |
|
1656
|
-
| `html_safe_last_name` |
|
1657
|
-
| `html_safe_name` |
|
1658
|
-
| `last_name` |
|
1659
|
-
| `male_name_with_prefix` | Mr.
|
1660
|
-
| `male_name_with_prefix_suffix` | Mr.
|
1661
|
-
| `male_name_with_suffix` |
|
1672
|
+
| `female_name_with_prefix` | Miss. Carri Kessler, Mrs. Cammy Becker, Mrs. Stephany Stark |
|
1673
|
+
| `female_name_with_prefix_suffix` | Mrs. Denna Johnston PhD, Miss. Shawnta Kuhlman IV, Mrs. Ethelyn Jast I |
|
1674
|
+
| `female_name_with_suffix` | Tess-Albertine Muller IV, Colby McGlynn II, Lilliam Daniel IV |
|
1675
|
+
| `female_prefix` | Miss., Mrs., Miss. |
|
1676
|
+
| `first_name` | Danny, Mathew, Omar |
|
1677
|
+
| `first_name_female` | Sherlyn, Earleen, Sheri |
|
1678
|
+
| `first_name_male` | Hal, Humberto, Mohammed |
|
1679
|
+
| `html_safe_last_name` | Fisher, Oga, Block |
|
1680
|
+
| `html_safe_name` | Kayleigh-Alejandrina Ryan, Delmer Leuschke, Reinaldo Dooley |
|
1681
|
+
| `last_name` | Wunsch, Sauer, Daugherty |
|
1682
|
+
| `male_name_with_prefix` | Mr. Alphonse Raynor, Mr. Barrett Sanford, Mr. Luther-Edwardo Schulist |
|
1683
|
+
| `male_name_with_prefix_suffix` | Mr. Brendan O'Keefe III, Mr. Benedict Dach Jr., Mr. Maynard Ullrich III |
|
1684
|
+
| `male_name_with_suffix` | Michael Kautzer DDS, Renato Gislason III, Rolland Kerluke MD |
|
1662
1685
|
| `male_prefix` | Mr., Mr., Mr. |
|
1663
|
-
| `name` |
|
1664
|
-
| `name_with_prefix` |
|
1665
|
-
| `name_with_prefix_suffix` | Miss.
|
1666
|
-
| `name_with_suffix` |
|
1667
|
-
| `other_prefix` | Dr.,
|
1668
|
-
| `prefix` |
|
1669
|
-
| `suffix` |
|
1686
|
+
| `name` | Marinda Gaylord, Williams Hoppe, Gertie Pagac |
|
1687
|
+
| `name_with_prefix` | Miss. Shantae Labadie, Miss. Nicolle Farrell, Mr. Jc Harber |
|
1688
|
+
| `name_with_prefix_suffix` | Miss. Courtney Reichel II, Mr. Antonia Gerlach III, Mrs. Bailey Rowe V |
|
1689
|
+
| `name_with_suffix` | Brenda Hagenes DVM, Rosanne Hoeger PhD, Shayne Daniel I |
|
1690
|
+
| `other_prefix` | Dr., Ms., Dr. |
|
1691
|
+
| `prefix` | Ing., Ir., Dr. |
|
1692
|
+
| `suffix` | II, V, IV |
|
1670
1693
|
|
1671
1694
|
## FFaker::NamePH
|
1672
1695
|
|
1673
1696
|
| Method | Example |
|
1674
1697
|
| ------ | ------- |
|
1675
|
-
| `female_name_with_prefix` |
|
1676
|
-
| `female_name_with_prefix_suffix` |
|
1677
|
-
| `female_name_with_suffix` |
|
1678
|
-
| `female_prefix` | Miss., Miss.,
|
1679
|
-
| `first_name` |
|
1680
|
-
| `first_name_female` |
|
1681
|
-
| `first_name_male` |
|
1682
|
-
| `html_safe_last_name` |
|
1683
|
-
| `html_safe_name` |
|
1684
|
-
| `last_name` |
|
1685
|
-
| `male_name_with_prefix` | Mr.
|
1686
|
-
| `male_name_with_prefix_suffix` | Mr.
|
1687
|
-
| `male_name_with_suffix` |
|
1698
|
+
| `female_name_with_prefix` | Mrs. Corrie Nievez, Mrs. Cheyenne de los Reyes, Mrs. Tammi Gosiengfiao |
|
1699
|
+
| `female_name_with_prefix_suffix` | Miss. Maya Lacro DVM, Miss. Christeen Riego Sr., Miss. Valene Herrera Sr. |
|
1700
|
+
| `female_name_with_suffix` | Janae Pizarro IV, Kathie Sarmiento DDS, Tamie Magan DDS |
|
1701
|
+
| `female_prefix` | Miss., Miss., Mrs. |
|
1702
|
+
| `first_name` | Darlene, Valene, Renae |
|
1703
|
+
| `first_name_female` | Freddie, Zena, Tanesha |
|
1704
|
+
| `first_name_male` | Chong, Jake, Greg |
|
1705
|
+
| `html_safe_last_name` | Doyle, West, Spencer |
|
1706
|
+
| `html_safe_name` | Holli Rutherford, Deborah Barrows, Eddy Marvin |
|
1707
|
+
| `last_name` | Ello, Cuenca, Ocampo |
|
1708
|
+
| `male_name_with_prefix` | Mr. Fermin Baang, Mr. Manuel Limcangco, Mr. Jerry Benitez |
|
1709
|
+
| `male_name_with_prefix_suffix` | Mr. Samual Orante Jr., Mr. Stewart Biag PhD, Mr. Donn Sipsipg DVM |
|
1710
|
+
| `male_name_with_suffix` | Benedict Torres II, Sanford Guerra DDS, Tyrell Chincuanco PhD |
|
1688
1711
|
| `male_prefix` | Mr., Mr., Mr. |
|
1689
|
-
| `name` |
|
1690
|
-
| `name_with_prefix` |
|
1691
|
-
| `name_with_prefix_suffix` |
|
1692
|
-
| `name_with_suffix` |
|
1693
|
-
| `other_prefix` |
|
1694
|
-
| `prefix` |
|
1695
|
-
| `suffix` |
|
1712
|
+
| `name` | Ariel Tolosa, Vivan Dueñaz, Eun Matapangg |
|
1713
|
+
| `name_with_prefix` | Mr. Oliver Javier, Mr. Alonso Kumulitog, Mr. Randy Naval |
|
1714
|
+
| `name_with_prefix_suffix` | Mrs. Mitzie Acuesta Jr., Mr. Lupe Cagas DDS, Miss. Margaret Camat DDS |
|
1715
|
+
| `name_with_suffix` | Valentine Macawili V, Sylvia Pilapil II, Alma Camat PhD |
|
1716
|
+
| `other_prefix` | Ms., Ms., Dr. |
|
1717
|
+
| `prefix` | Dr., Mrs., Mrs. |
|
1718
|
+
| `suffix` | PhD, PhD, MD |
|
1696
1719
|
|
1697
1720
|
## FFaker::NamePL
|
1698
1721
|
|
1699
1722
|
| Method | Example |
|
1700
1723
|
| ------ | ------- |
|
1701
|
-
| `academic_degree_prefix` |
|
1702
|
-
| `female_first_name` |
|
1703
|
-
| `female_full_name` |
|
1704
|
-
| `female_last_name` |
|
1705
|
-
| `female_name_with_prefix` | Pani
|
1724
|
+
| `academic_degree_prefix` | inż., mgr, mgr inż. |
|
1725
|
+
| `female_first_name` | Bogumiła, Eleonora, Patrycja |
|
1726
|
+
| `female_full_name` | Nadzieja Krajewska, Antonina Dutkiewicz, Halina Kasprowicz |
|
1727
|
+
| `female_last_name` | Stoch, Woźniak, Pietrasiak |
|
1728
|
+
| `female_name_with_prefix` | Pani Stefania Żmuda, Pani Lucyna Wielopolska, Pani Grażyna Karwowska |
|
1706
1729
|
| `female_prefix` | Pani, Pani, Pani |
|
1707
|
-
| `first_name` |
|
1708
|
-
| `full_name` |
|
1709
|
-
| `last_name` |
|
1710
|
-
| `male_first_name` |
|
1711
|
-
| `male_full_name` |
|
1712
|
-
| `male_last_name` |
|
1713
|
-
| `male_name_with_prefix` | Pan
|
1730
|
+
| `first_name` | Franciszka, Bogdan, Błażej |
|
1731
|
+
| `full_name` | Elżbieta Jabłońska, Sylwester Regulski, Anna Andrzejewska |
|
1732
|
+
| `last_name` | Kasprowicz, Adamiec, Kuźniar |
|
1733
|
+
| `male_first_name` | Norbert, Bogumił, Edmund |
|
1734
|
+
| `male_full_name` | Bogdan Wiśniewski, Michał Żukowski, Lech Janowski |
|
1735
|
+
| `male_last_name` | Kozakiewicz, Starzyński, Baran |
|
1736
|
+
| `male_name_with_prefix` | Pan Wojciech Grzesiak, Pan Edmund Karpiński, Pan Ryszard Łuczak |
|
1714
1737
|
| `male_prefix` | Pan, Pan, Pan |
|
1715
|
-
| `name` |
|
1716
|
-
| `name_with_prefix` |
|
1717
|
-
| `prefix` |
|
1738
|
+
| `name` | Karolina Zarzecka, Daniel Krajewski, Walerian Wojciechowski |
|
1739
|
+
| `name_with_prefix` | Pani Martyna Szymańska, Pani Dorota Królikowska, Pan Artur Galiński |
|
1740
|
+
| `prefix` | lic., inż., Pani |
|
1718
1741
|
|
1719
1742
|
## FFaker::NameRU
|
1720
1743
|
|
1721
1744
|
| Method | Example |
|
1722
1745
|
| ------ | ------- |
|
1723
|
-
| `female_name_with_prefix` | Miss.
|
1724
|
-
| `female_name_with_prefix_suffix` | Miss.
|
1725
|
-
| `female_name_with_suffix` |
|
1726
|
-
| `female_prefix` | Mrs., Mrs.,
|
1727
|
-
| `first_name` |
|
1728
|
-
| `first_name_female` |
|
1729
|
-
| `first_name_male` |
|
1730
|
-
| `html_safe_last_name` |
|
1731
|
-
| `html_safe_name` |
|
1732
|
-
| `last_name` |
|
1733
|
-
| `male_name_with_prefix` | Mr.
|
1734
|
-
| `male_name_with_prefix_suffix` | Mr.
|
1735
|
-
| `male_name_with_suffix` |
|
1746
|
+
| `female_name_with_prefix` | Miss. Krystyna Толманов, Miss. Mariah Щиконикова, Mrs. Shizue Куприн |
|
1747
|
+
| `female_name_with_prefix_suffix` | Miss. Asia Монин DVM, Miss. Lila Томинов DVM, Miss. Cari Жеребченко Sr. |
|
1748
|
+
| `female_name_with_suffix` | Toccara Потакина III, Latisha Турлакова PhD, Lisbeth Волочаева DVM |
|
1749
|
+
| `female_prefix` | Mrs., Mrs., Mrs. |
|
1750
|
+
| `first_name` | Модест, Калерия, Руслана |
|
1751
|
+
| `first_name_female` | Keli, Brynn, Roxana |
|
1752
|
+
| `first_name_male` | Ivan, Erick, Alberto |
|
1753
|
+
| `html_safe_last_name` | Bednar, Auer, Morissette |
|
1754
|
+
| `html_safe_name` | Мария Rogahn, Демид Eichmann, Емельян Casper |
|
1755
|
+
| `last_name` | Анисимович, Штенников, Камышкина |
|
1756
|
+
| `male_name_with_prefix` | Mr. Galen Шишкова, Mr. Antwan Милославов, Mr. Titus Манукиан |
|
1757
|
+
| `male_name_with_prefix_suffix` | Mr. Millard Черноиванова PhD, Mr. Tracy Арисанова V, Mr. Dillon Иванова Jr. |
|
1758
|
+
| `male_name_with_suffix` | Horace Хрусткова V, Luis Ланятина Jr., Dewitt Цымбаева Jr. |
|
1736
1759
|
| `male_prefix` | Mr., Mr., Mr. |
|
1737
|
-
| `name` |
|
1738
|
-
| `name_with_prefix` |
|
1739
|
-
| `name_with_prefix_suffix` | Miss.
|
1740
|
-
| `name_with_suffix` |
|
1741
|
-
| `other_prefix` |
|
1742
|
-
| `patronymic` |
|
1743
|
-
| `prefix` |
|
1744
|
-
| `suffix` |
|
1760
|
+
| `name` | Балабанцев Семен Георгиевич, Битлер Евгений Мерабович, Дарина Барьзева |
|
1761
|
+
| `name_with_prefix` | Mrs. Lynsey Бахонов, Miss. Sade Арлушкина, Mr. Damien Хабайлова |
|
1762
|
+
| `name_with_prefix_suffix` | Miss. Elizbeth Пигулова DVM, Mr. Mac Подорожний DDS, Mr. Sammie Сеуткина V |
|
1763
|
+
| `name_with_suffix` | Terrence Коротько V, Lin Мирсианов MD, Tammie Цымбаева III |
|
1764
|
+
| `other_prefix` | Dr., Ms., Dr. |
|
1765
|
+
| `patronymic` | Павлович, Титович, Юлиановна |
|
1766
|
+
| `prefix` | Mrs., Miss., Miss. |
|
1767
|
+
| `suffix` | III, DVM, MD |
|
1745
1768
|
| `with_same_sex` | ‼️ LocalJumpError: no block given (yield) |
|
1746
1769
|
|
1747
1770
|
## FFaker::NameSE
|
1748
1771
|
|
1749
1772
|
| Method | Example |
|
1750
1773
|
| ------ | ------- |
|
1751
|
-
| `female_name_with_prefix` |
|
1752
|
-
| `female_name_with_prefix_suffix` | Mrs.
|
1753
|
-
| `female_name_with_suffix` |
|
1754
|
-
| `female_prefix` | Miss.,
|
1755
|
-
| `first_name` |
|
1756
|
-
| `first_name_female` |
|
1757
|
-
| `first_name_male` |
|
1758
|
-
| `html_safe_last_name` |
|
1759
|
-
| `html_safe_name` |
|
1760
|
-
| `last_name` |
|
1761
|
-
| `male_name_with_prefix` | Mr.
|
1762
|
-
| `male_name_with_prefix_suffix` | Mr.
|
1763
|
-
| `male_name_with_suffix` |
|
1774
|
+
| `female_name_with_prefix` | Miss. Nita Bergnaum, Mrs. Nana Spinka, Miss. Earnestine Kshlerin |
|
1775
|
+
| `female_name_with_prefix_suffix` | Mrs. Tifany Greenholt Sr., Miss. Hermelinda Sawayn IV, Miss. Leta Miller DDS |
|
1776
|
+
| `female_name_with_suffix` | Loni Jacobs II, Tamar Wisoky PhD, Cathy O'Connell V |
|
1777
|
+
| `female_prefix` | Miss., Mrs., Miss. |
|
1778
|
+
| `first_name` | Tricia, Selena, Kaley Scott |
|
1779
|
+
| `first_name_female` | Barb, Jacquelyn, Mallie |
|
1780
|
+
| `first_name_male` | Jeramy, Amos, Jude |
|
1781
|
+
| `html_safe_last_name` | Mills, Wisoky, Balistreri |
|
1782
|
+
| `html_safe_name` | Christopher Walsh, Drew Efren Krajcik, Barry Howe |
|
1783
|
+
| `last_name` | Baumbach, Jacobs, Sauer |
|
1784
|
+
| `male_name_with_prefix` | Mr. Chong Mante, Mr. Harrison Hermann, Mr. Floyd Deckow |
|
1785
|
+
| `male_name_with_prefix_suffix` | Mr. Rayford VonRueden DVM, Mr. Alfonso Kunde IV, Mr. Luke Anderson V |
|
1786
|
+
| `male_name_with_suffix` | Adolfo Kozey DDS, Reyes Schuster IV, Buck Olson DVM |
|
1764
1787
|
| `male_prefix` | Mr., Mr., Mr. |
|
1765
|
-
| `name` |
|
1766
|
-
| `name_with_prefix` |
|
1767
|
-
| `name_with_prefix_suffix` |
|
1768
|
-
| `name_with_suffix` |
|
1769
|
-
| `other_prefix` |
|
1770
|
-
| `prefix` |
|
1771
|
-
| `suffix` |
|
1788
|
+
| `name` | Elisabeth Prosacco, Percy Predovic, Irving Schmitt |
|
1789
|
+
| `name_with_prefix` | Mrs. Gearldine Wisoky, Mr. Avery Funk, Mr. Rocky Lindgren |
|
1790
|
+
| `name_with_prefix_suffix` | Mrs. Carolyne Wilderman PhD, Mrs. Maude Jakubowski PhD, Mr. Modesto Zulauf V |
|
1791
|
+
| `name_with_suffix` | Miquel Schroeder II, Rea Douglas PhD, Valentin Osinski PhD |
|
1792
|
+
| `other_prefix` | Ms., Dr., Ms. |
|
1793
|
+
| `prefix` | Prof., Dr., Dr. |
|
1794
|
+
| `suffix` | MD, I, I |
|
1772
1795
|
|
1773
1796
|
## FFaker::NameSN
|
1774
1797
|
|
1775
1798
|
| Method | Example |
|
1776
1799
|
| ------ | ------- |
|
1777
|
-
| `first_name_female` |
|
1778
|
-
| `first_name_male` |
|
1779
|
-
| `last_name` |
|
1780
|
-
| `name_female` |
|
1781
|
-
| `name_male` |
|
1782
|
-
| `name_sn` |
|
1783
|
-
| `prefix_female` | adja, ndeye
|
1784
|
-
| `prefix_male` |
|
1800
|
+
| `first_name_female` | Soda, Lama, Souadou |
|
1801
|
+
| `first_name_male` | Babacar, Yerim, Goundo |
|
1802
|
+
| `last_name` | Ndeye, Preira, Ly |
|
1803
|
+
| `name_female` | Daka Diarra, Raby Loum, Neyba Da_Costa |
|
1804
|
+
| `name_male` | eladji Sogui Tamba, Wandifing Mancabou, Mountaga Seye |
|
1805
|
+
| `name_sn` | adjaratou Lama Diamanka, mame Sihalébé Wade, Hady Diabira |
|
1806
|
+
| `prefix_female` | adjaratou, adja, ndeye |
|
1807
|
+
| `prefix_male` | pape, mame, serigne |
|
1785
1808
|
|
1786
1809
|
## FFaker::NameTH
|
1787
1810
|
|
1788
1811
|
| Method | Example |
|
1789
1812
|
| ------ | ------- |
|
1790
|
-
| `first_name` |
|
1791
|
-
| `last_name` |
|
1792
|
-
| `name` |
|
1793
|
-
| `nick_name` |
|
1813
|
+
| `first_name` | กาญจนา, สนิท , ศุภผล |
|
1814
|
+
| `last_name` | ติณสูลานนท์, สมิธ, พันธุเมธา |
|
1815
|
+
| `name` | มานิตย์ ชินวัตร, กนกพร พิศาลบุตร, วีระชาย พิศาลบุตร |
|
1816
|
+
| `nick_name` | ชุ่ม, แป๊บ , ต้อม |
|
1794
1817
|
|
1795
1818
|
## FFaker::NameTHEN
|
1796
1819
|
|
1797
1820
|
| Method | Example |
|
1798
1821
|
| ------ | ------- |
|
1799
|
-
| `first_name` |
|
1800
|
-
| `last_name` |
|
1801
|
-
| `name` |
|
1802
|
-
| `nick_name` |
|
1822
|
+
| `first_name` | Chomechai, On Choi, Ti Nung Cha |
|
1823
|
+
| `last_name` | Suppamongkon, Chaisurivirat, Chaiprasit |
|
1824
|
+
| `name` | Pricha Leelapun, Chaiyo Jetatikarn, Chompoo Narkbunnum |
|
1825
|
+
| `nick_name` | Kan, Mee, Uan |
|
1803
1826
|
|
1804
1827
|
## FFaker::NameUA
|
1805
1828
|
|
1806
1829
|
| Method | Example |
|
1807
1830
|
| ------ | ------- |
|
1808
|
-
| `first_name` |
|
1809
|
-
| `first_name_female` |
|
1810
|
-
| `first_name_male` |
|
1811
|
-
| `last_name` |
|
1812
|
-
| `last_name_female` | Дідух,
|
1813
|
-
| `last_name_male` |
|
1814
|
-
| `middle_name_female` |
|
1815
|
-
| `middle_name_male` |
|
1816
|
-
| `name` |
|
1831
|
+
| `first_name` | Влад, Оксана, Павло |
|
1832
|
+
| `first_name_female` | Броніслава, Станислава, Клавдія |
|
1833
|
+
| `first_name_male` | Кузьма, Лаврентій, Боримир |
|
1834
|
+
| `last_name` | Марків, Коцюбинський, Барановський |
|
1835
|
+
| `last_name_female` | Бердник, Дідух, Павлишина |
|
1836
|
+
| `last_name_male` | Барановський, Сплюх, Лученко |
|
1837
|
+
| `middle_name_female` | Бориславівна, Ігорівна, Артемівна |
|
1838
|
+
| `middle_name_male` | Вікторович, Герасимович, Болеславович |
|
1839
|
+
| `name` | Лаврентій Болеславович, Палажка Добромирович, Геннадій Боримирович |
|
1817
1840
|
|
1818
1841
|
## FFaker::NameVN
|
1819
1842
|
|
1820
1843
|
| Method | Example |
|
1821
1844
|
| ------ | ------- |
|
1822
|
-
| `first_name` | Công,
|
1823
|
-
| `last_first` |
|
1824
|
-
| `last_name` |
|
1825
|
-
| `middle_name` |
|
1826
|
-
| `name` |
|
1845
|
+
| `first_name` | Công, Đức, Văn |
|
1846
|
+
| `last_first` | Lý Xương Công, Mã Trúc Công, Bùi Đạt Thị |
|
1847
|
+
| `last_name` | Triệu, Thái, Vương |
|
1848
|
+
| `middle_name` | Lộc, Liên, Văn |
|
1849
|
+
| `name` | Kim Thị Phùng, Kim Thị Vương, Linh Công Vương |
|
1827
1850
|
|
1828
1851
|
## FFaker::NatoAlphabet
|
1829
1852
|
|
1830
1853
|
| Method | Example |
|
1831
1854
|
| ------ | ------- |
|
1832
|
-
| `alphabetic_code` |
|
1833
|
-
| `callsign` |
|
1834
|
-
| `code` |
|
1855
|
+
| `alphabetic_code` | HOTEL, MIKE, BRAVO |
|
1856
|
+
| `callsign` | CHARLIE-INDIA-FIVE, WHISKEY-KILO-FOUR, INDIA-LIMA-FIVE |
|
1857
|
+
| `code` | FOUR, ECHO, FIVE |
|
1835
1858
|
| `codify`(...) | |
|
1836
|
-
| `numeric_code` |
|
1859
|
+
| `numeric_code` | ONE, ONE, SIX |
|
1837
1860
|
|
1838
1861
|
## FFaker::PhoneNumber
|
1839
1862
|
|
1840
1863
|
| Method | Example |
|
1841
1864
|
| ------ | ------- |
|
1842
|
-
| `area_code` |
|
1843
|
-
| `exchange_code` |
|
1844
|
-
| `imei` |
|
1845
|
-
| `phone_calling_code` | +
|
1846
|
-
| `phone_number` | 1-
|
1847
|
-
| `short_phone_number` |
|
1865
|
+
| `area_code` | 887, 841, 849 |
|
1866
|
+
| `exchange_code` | 481, 441, 243 |
|
1867
|
+
| `imei` | 526642291820656, 986206465016161, 457739163541460 |
|
1868
|
+
| `phone_calling_code` | +220, +233, +977 |
|
1869
|
+
| `phone_number` | 1-506-644-4901 x019, 1-927-696-5180 x34609, 351.381.7540 x1979 |
|
1870
|
+
| `short_phone_number` | 453-637-6678, 387-488-3100, 690-349-6336 |
|
1848
1871
|
|
1849
1872
|
## FFaker::PhoneNumberAU
|
1850
1873
|
|
1851
1874
|
| Method | Example |
|
1852
1875
|
| ------ | ------- |
|
1853
1876
|
| `country_code` | +61, +61, +61 |
|
1854
|
-
| `home_work_phone_number` | (
|
1855
|
-
| `home_work_phone_prefix` | 03,
|
1856
|
-
| `international_home_work_phone_number` | +61
|
1857
|
-
| `international_mobile_phone_number` | +61 5
|
1858
|
-
| `international_phone_number` | +61
|
1859
|
-
| `mobile_phone_number` |
|
1860
|
-
| `mobile_phone_prefix` | 05, 04
|
1861
|
-
| `phone_number` | (08)
|
1862
|
-
| `phone_prefix` |
|
1877
|
+
| `home_work_phone_number` | (03) 6019 3517, (08) 7863 3173, (07) 0773 9312 |
|
1878
|
+
| `home_work_phone_prefix` | 03, 02, 03 |
|
1879
|
+
| `international_home_work_phone_number` | +61 7 7444 6001, +61 8 0252 3027, +61 3 4333 3849 |
|
1880
|
+
| `international_mobile_phone_number` | +61 5 6798 1289, +61 5 4123 5553, +61 5 8825 8486 |
|
1881
|
+
| `international_phone_number` | +61 2 7363 4548, +61 4 3042 5904, +61 8 3272 5096 |
|
1882
|
+
| `mobile_phone_number` | 0466 006 084, 0526 699 968, 0580 213 360 |
|
1883
|
+
| `mobile_phone_prefix` | 04, 05, 04 |
|
1884
|
+
| `phone_number` | (08) 9222 5189, 0438 474 934, (02) 3310 6074 |
|
1885
|
+
| `phone_prefix` | 04, 02, 04 |
|
1863
1886
|
|
1864
1887
|
## FFaker::PhoneNumberBR
|
1865
1888
|
|
1866
1889
|
| Method | Example |
|
1867
1890
|
| ------ | ------- |
|
1868
1891
|
| `country_code` | +55, +55, +55 |
|
1869
|
-
| `home_work_phone_number` |
|
1870
|
-
| `international_home_work_phone_number` | +
|
1871
|
-
| `international_mobile_phone_number` | +
|
1872
|
-
| `international_phone_number` | +55
|
1873
|
-
| `mobile_phone_number` |
|
1874
|
-
| `phone_number` |
|
1892
|
+
| `home_work_phone_number` | 83 5036-7020, 19 5581-0245, 54 2473-0609 |
|
1893
|
+
| `international_home_work_phone_number` | +556653615073, +552224080940, +55 82 37135758 |
|
1894
|
+
| `international_mobile_phone_number` | +55859314-1335, +55246651-2977, +55 69 9299-9278 |
|
1895
|
+
| `international_phone_number` | +55 73 56553905, +552158408225, +55 44 2802-0387 |
|
1896
|
+
| `mobile_phone_number` | 25 8538-3784, 84 72900824, 886912-0007 |
|
1897
|
+
| `phone_number` | 92 5974-7521, 76 97517-6414, 3681866209 |
|
1875
1898
|
|
1876
1899
|
## FFaker::PhoneNumberCH
|
1877
1900
|
|
1878
1901
|
| Method | Example |
|
1879
1902
|
| ------ | ------- |
|
1880
|
-
| `free_phone_number` |
|
1881
|
-
| `home_work_phone_number` |
|
1882
|
-
| `mobile_phone_number` |
|
1883
|
-
| `phone_number` | +
|
1884
|
-
| `premium_rate_phone_number` |
|
1885
|
-
| `shared_cost_phone_number` |
|
1903
|
+
| `free_phone_number` | 0800 502 03 51, 0800 704 56 48, 00418005120148 |
|
1904
|
+
| `home_work_phone_number` | 091 792 36 52, 0312861194, +41212556310 |
|
1905
|
+
| `mobile_phone_number` | 0041770078421, +4175 969 21 46, 079 280 26 85 |
|
1906
|
+
| `phone_number` | +4121 576 49 39, 0810092587, 0800 962 47 07 |
|
1907
|
+
| `premium_rate_phone_number` | +41906 647 22 04, 0041901 366 54 99, 0041901 932 68 57 |
|
1908
|
+
| `shared_cost_phone_number` | +41844 978 09 22, 0041848 689 54 40, +418442178249 |
|
1886
1909
|
|
1887
1910
|
## FFaker::PhoneNumberCU
|
1888
1911
|
|
@@ -1890,204 +1913,204 @@
|
|
1890
1913
|
| ------ | ------- |
|
1891
1914
|
| `country_code` | 53, 53, 53 |
|
1892
1915
|
| `e164_country_code` | 53, 53, 53 |
|
1893
|
-
| `e164_home_work_phone_number` |
|
1894
|
-
| `e164_mobile_phone_number` |
|
1895
|
-
| `e164_phone_number` |
|
1896
|
-
| `general_phone_number` |
|
1897
|
-
| `home_work_phone_number` | (
|
1898
|
-
| `home_work_phone_prefix` |
|
1899
|
-
| `international_country_code` | +53,
|
1900
|
-
| `international_home_work_phone_number` |
|
1901
|
-
| `international_mobile_phone_number` |
|
1902
|
-
| `international_phone_number` |
|
1903
|
-
| `mobile_phone_number` | 05
|
1916
|
+
| `e164_home_work_phone_number` | 5341279171, 5331912954, 5347095383 |
|
1917
|
+
| `e164_mobile_phone_number` | 5353930512, 5357949103, 5356840653 |
|
1918
|
+
| `e164_phone_number` | 5357155914, 5351217701, 5350248498 |
|
1919
|
+
| `general_phone_number` | 05 718 4123, 05 039 5727, (041) 79 9010 |
|
1920
|
+
| `home_work_phone_number` | (023) 00 6125, (07) 504 3494, (048) 32 0799 |
|
1921
|
+
| `home_work_phone_prefix` | 023, 032, 031 |
|
1922
|
+
| `international_country_code` | +53, +53, +53 |
|
1923
|
+
| `international_home_work_phone_number` | 005331 64 8100, +5347 68 0527, 005331 49 0196 |
|
1924
|
+
| `international_mobile_phone_number` | +535 746 4265, 00535 949 3015, 00535 606 6057 |
|
1925
|
+
| `international_phone_number` | 00535 417 2683, 00535 207 6431, +5347 19 7016 |
|
1926
|
+
| `mobile_phone_number` | 05 335 5806, 05 713 4447, 05 871 7658 |
|
1904
1927
|
| `mobile_phone_prefix` | 05, 05, 05 |
|
1905
|
-
| `phone_number` |
|
1906
|
-
| `phone_prefix` |
|
1928
|
+
| `phone_number` | (042) 46 1242, +5333 20 3975, 5341596745 |
|
1929
|
+
| `phone_prefix` | 045, 024, 021 |
|
1907
1930
|
|
1908
1931
|
## FFaker::PhoneNumberDA
|
1909
1932
|
|
1910
1933
|
| Method | Example |
|
1911
1934
|
| ------ | ------- |
|
1912
1935
|
| `country_code` | +45, +45, +45 |
|
1913
|
-
| `home_work_phone_number` |
|
1914
|
-
| `international_home_work_phone_number` | +45
|
1915
|
-
| `international_mobile_phone_number` | +45
|
1916
|
-
| `international_phone_number` | +45
|
1917
|
-
| `mobile_phone_number` |
|
1918
|
-
| `phone_number` |
|
1936
|
+
| `home_work_phone_number` | 94190252, 30130195, 02487768 |
|
1937
|
+
| `international_home_work_phone_number` | +45 16404896, +45 99100375, +45 50277544 |
|
1938
|
+
| `international_mobile_phone_number` | +45 70285424, +45 59635791, +45 12869389 |
|
1939
|
+
| `international_phone_number` | +45 58607635, +45 20125961, +45 64486879 |
|
1940
|
+
| `mobile_phone_number` | 51259467, 41467968, 54964282 |
|
1941
|
+
| `phone_number` | 37741207, 42698927, 89607306 |
|
1919
1942
|
|
1920
1943
|
## FFaker::PhoneNumberDE
|
1921
1944
|
|
1922
1945
|
| Method | Example |
|
1923
1946
|
| ------ | ------- |
|
1924
1947
|
| `country_code` | +49, +49, +49 |
|
1925
|
-
| `home_work_phone_number` |
|
1926
|
-
| `international_home_work_phone_number` | +49
|
1927
|
-
| `international_mobile_phone_number` | +49
|
1928
|
-
| `international_phone_number` | +49
|
1929
|
-
| `mobile_phone_number` |
|
1930
|
-
| `mobile_prefix` |
|
1931
|
-
| `phone_number` |
|
1932
|
-
| `region_prefix` |
|
1948
|
+
| `home_work_phone_number` | 06728 2959855, 077 0183880, 074 8042022 |
|
1949
|
+
| `international_home_work_phone_number` | +49 83 2037142, +49 3914 4208268, +49 550 0183011 |
|
1950
|
+
| `international_mobile_phone_number` | +49 179 8537736, +49 152 8490350, +49 175 5404251 |
|
1951
|
+
| `international_phone_number` | +49 34 6787393, +49 31 3415015, +49 2369 7801058 |
|
1952
|
+
| `mobile_phone_number` | 0179 5985952, 0179 2533326, 0166 9490068 |
|
1953
|
+
| `mobile_prefix` | 0154, 0167, 0163 |
|
1954
|
+
| `phone_number` | 02930 8167234, 08138 8273283, 090 0209867 |
|
1955
|
+
| `region_prefix` | 022, 0976, 0744 |
|
1933
1956
|
|
1934
1957
|
## FFaker::PhoneNumberFR
|
1935
1958
|
|
1936
1959
|
| Method | Example |
|
1937
1960
|
| ------ | ------- |
|
1938
|
-
| `country_code` |
|
1939
|
-
| `home_work_phone_number` |
|
1940
|
-
| `international_home_work_phone_number` |
|
1941
|
-
| `international_mobile_phone_number` | +
|
1942
|
-
| `international_phone_number` |
|
1943
|
-
| `mobile_phone_number` |
|
1944
|
-
| `phone_number` |
|
1961
|
+
| `country_code` | 0033, 0033, 0033 |
|
1962
|
+
| `home_work_phone_number` | 03 73 01 49 01, 0350355472, 01 03 74 37 77 |
|
1963
|
+
| `international_home_work_phone_number` | 0033582184016, 0033240204367, +334 07 81 94 71 |
|
1964
|
+
| `international_mobile_phone_number` | +336 44 61 21 93, 0033755862128, 0033703498413 |
|
1965
|
+
| `international_phone_number` | 0033351095348, +33 4 27 67 03 10, +33 779465608 |
|
1966
|
+
| `mobile_phone_number` | 0681695844, 07 43 70 19 77, 0704212953 |
|
1967
|
+
| `phone_number` | 0572963027, 07 18 18 29 71, 0602478790 |
|
1945
1968
|
|
1946
1969
|
## FFaker::PhoneNumberID
|
1947
1970
|
|
1948
1971
|
| Method | Example |
|
1949
1972
|
| ------ | ------- |
|
1950
|
-
| `home_phone_number` |
|
1951
|
-
| `international_home_phone_number` | +
|
1952
|
-
| `international_mobile_phone_number` | +
|
1953
|
-
| `international_phone_number` | +
|
1954
|
-
| `mobile_phone_number` |
|
1955
|
-
| `phone_number` |
|
1973
|
+
| `home_phone_number` | 0404-43371988, 0272-63535023, 0761-67743492 |
|
1974
|
+
| `international_home_phone_number` | +62634-00987703, +62625-74996721, +62748-9875853 |
|
1975
|
+
| `international_mobile_phone_number` | +62817-11588921, +62817-15468551, +62898-28236077 |
|
1976
|
+
| `international_phone_number` | +62651-96892327, +62458-1187924, +62896-16923367 |
|
1977
|
+
| `mobile_phone_number` | 0822-68269340, 0853-99059346, 0818-98270441 |
|
1978
|
+
| `phone_number` | 0856-59949375, 0884-27927485, 0280-9219988 |
|
1956
1979
|
|
1957
1980
|
## FFaker::PhoneNumberIT
|
1958
1981
|
|
1959
1982
|
| Method | Example |
|
1960
1983
|
| ------ | ------- |
|
1961
|
-
| `home_phone_number` |
|
1962
|
-
| `mobile_phone_number` |
|
1984
|
+
| `home_phone_number` | +39 0862868769, 0039082334206241, 00390862 14970779 |
|
1985
|
+
| `mobile_phone_number` | 0039335171820, +39328 57161418, 0039 326 127384 |
|
1963
1986
|
| `number`(...) | |
|
1964
|
-
| `phone_number` |
|
1965
|
-
| `random_space` |
|
1987
|
+
| `phone_number` | 0039 32680426356, +39 333 84227986, +39 34973560684 |
|
1988
|
+
| `random_space` | , , |
|
1966
1989
|
|
1967
1990
|
## FFaker::PhoneNumberKR
|
1968
1991
|
|
1969
1992
|
| Method | Example |
|
1970
1993
|
| ------ | ------- |
|
1971
1994
|
| `contry_code` | +82, +82, +82 |
|
1972
|
-
| `home_work_phone_number` |
|
1973
|
-
| `international_home_work_phone_number` | +82 63
|
1974
|
-
| `international_mobile_phone_number` | +82
|
1975
|
-
| `international_phone_number` | +82
|
1976
|
-
| `mobile_phone_number` | 010
|
1977
|
-
| `phone_number` |
|
1995
|
+
| `home_work_phone_number` | 052 2655 2689, 043 5073 8153, 062 9647 5724 |
|
1996
|
+
| `international_home_work_phone_number` | +82 63 2861 5413, +82 62 2927 0741, +82 2 9216 4856 |
|
1997
|
+
| `international_mobile_phone_number` | +82 11 2394 0634, +82 10 2621 7626, +82 11 0597 0805 |
|
1998
|
+
| `international_phone_number` | +82 11 9747 6111, +82 11 3158 2964, +82 11 9195 1927 |
|
1999
|
+
| `mobile_phone_number` | 010 4518 2364, 010 5955 3251, 016 0745 2366 |
|
2000
|
+
| `phone_number` | 049 6249 9095, 016 2555 2431, 010 7169 3445 |
|
1978
2001
|
|
1979
2002
|
## FFaker::PhoneNumberMX
|
1980
2003
|
|
1981
2004
|
| Method | Example |
|
1982
2005
|
| ------ | ------- |
|
1983
2006
|
| `country_code` | +52, +52, +52 |
|
1984
|
-
| `home_work_phone_number` |
|
1985
|
-
| `international_home_work_phone_number` | +52
|
1986
|
-
| `international_mobile_phone_number` | +52 1
|
1987
|
-
| `international_phone_number` | +52
|
1988
|
-
| `mobile_phone_number` | 044
|
1989
|
-
| `phone_number` |
|
1990
|
-
| `toll_free_number` | 01 800
|
2007
|
+
| `home_work_phone_number` | 94 4481 7989, 78 4481 2644, 54 6923 4588 |
|
2008
|
+
| `international_home_work_phone_number` | +52 45 4462 2550, +52 17 0211 4590, +52 40 3594 1565 |
|
2009
|
+
| `international_mobile_phone_number` | +52 1 13 3366 7271, +52 1 60 7938 7776, +52 1 71 0452 9177 |
|
2010
|
+
| `international_phone_number` | +52 47 0938 6526, +52 1 05 9223 0885, +52 1 68 7372 6644 |
|
2011
|
+
| `mobile_phone_number` | 044 88 7035 7988, 044 01 4425 9253, 044 32 2917 3982 |
|
2012
|
+
| `phone_number` | 81 0172 1944, 27 2470 7712, 044 53 6218 0115 |
|
2013
|
+
| `toll_free_number` | 01 800 942 6678, 01 800 957 4153, 01 800 475 8151 |
|
1991
2014
|
|
1992
2015
|
## FFaker::PhoneNumberNL
|
1993
2016
|
|
1994
2017
|
| Method | Example |
|
1995
2018
|
| ------ | ------- |
|
1996
|
-
| `home_work_phone_number` |
|
1997
|
-
| `international_home_work_phone_number` | +31
|
1998
|
-
| `international_mobile_phone_number` | +31
|
1999
|
-
| `international_phone_number` | +31
|
2000
|
-
| `mobile_phone_number` |
|
2001
|
-
| `phone_number` |
|
2019
|
+
| `home_work_phone_number` | 0346-6317 66, 0518-15 33 46, 0481-38 44 27 |
|
2020
|
+
| `international_home_work_phone_number` | +31 512-8406 89, +31 412-60 32 05, +31 115-020723 |
|
2021
|
+
| `international_mobile_phone_number` | +31 627817552, +31 6 68 17 06 10, +31 6 6919 6304 |
|
2022
|
+
| `international_phone_number` | +31 493-9223 76, +31 6 291 556 43, +31 481-2680 36 |
|
2023
|
+
| `mobile_phone_number` | 0640408328, 06 27 13 25 92, 0609265941 |
|
2024
|
+
| `phone_number` | 045-095 4342, 0650439609, 06 6225 8715 |
|
2002
2025
|
|
2003
2026
|
## FFaker::PhoneNumberSE
|
2004
2027
|
|
2005
2028
|
| Method | Example |
|
2006
2029
|
| ------ | ------- |
|
2007
|
-
| `area_prefix` |
|
2008
|
-
| `country_prefix` |
|
2009
|
-
| `home_work_phone_number` |
|
2010
|
-
| `international_home_work_phone_number` |
|
2011
|
-
| `international_mobile_phone_number` | 0046 (0)
|
2012
|
-
| `international_phone_number` | +46 (0)
|
2013
|
-
| `mobile_phone_number` |
|
2014
|
-
| `mobile_phone_number_format` |
|
2015
|
-
| `mobile_prefix` | 76,
|
2016
|
-
| `phone_number` |
|
2017
|
-
| `phone_number_format` |
|
2030
|
+
| `area_prefix` | 371, 525, 534 |
|
2031
|
+
| `country_prefix` | 0046, +46, 0046 |
|
2032
|
+
| `home_work_phone_number` | 013-85 686, 019-26 185, 0345-016 80 |
|
2033
|
+
| `international_home_work_phone_number` | 0046 (0)8-614 824 54, +46 (0)382-93 98 72, 0046 (0)23-00 326 |
|
2034
|
+
| `international_mobile_phone_number` | 0046 (0)747-99 40 98, 0046 (0)731-844117, +46 (0)762-255904 |
|
2035
|
+
| `international_phone_number` | +46 (0)157-610 47, 0046 (0)727-678221, 0046 (0)728-427124 |
|
2036
|
+
| `mobile_phone_number` | 0707-762516, 0730-433355, 0743-539575 |
|
2037
|
+
| `mobile_phone_number_format` | 72#-## ## ##, 72#-## ## ##, 73#-###### |
|
2038
|
+
| `mobile_prefix` | 76, 76, 72 |
|
2039
|
+
| `phone_number` | 0227-76 82 35, 0732-472266, 0555-35 73 38 |
|
2040
|
+
| `phone_number_format` | 932-### ##, 390-### ##, 923-## ## ## |
|
2018
2041
|
|
2019
2042
|
## FFaker::PhoneNumberSG
|
2020
2043
|
|
2021
2044
|
| Method | Example |
|
2022
2045
|
| ------ | ------- |
|
2023
2046
|
| `country_code` | +65, +65, +65 |
|
2024
|
-
| `fixed_line_number` |
|
2025
|
-
| `international_toll_free_number` | 800
|
2026
|
-
| `mobile_number` |
|
2027
|
-
| `mobile_or_pager_number` |
|
2028
|
-
| `phone_number` |
|
2029
|
-
| `premium_service_number` | 1900
|
2030
|
-
| `toll_free_number` | 1800
|
2031
|
-
| `voip_number` |
|
2047
|
+
| `fixed_line_number` | 6298 4521, 6575 6637, 6746 1752 |
|
2048
|
+
| `international_toll_free_number` | 800 524 3147, 800 073 6397, 800 328 6484 |
|
2049
|
+
| `mobile_number` | 8558 7316, 8509 7174, 8172 2586 |
|
2050
|
+
| `mobile_or_pager_number` | 9969 2332, 9884 1459, 9501 8198 |
|
2051
|
+
| `phone_number` | 9862 7481, 8143 9581, 6469 8830 |
|
2052
|
+
| `premium_service_number` | 1900 575 0430, 1900 328 3445, 1900 055 1501 |
|
2053
|
+
| `toll_free_number` | 1800 697 5719, 1800 429 1356, 1800 146 4150 |
|
2054
|
+
| `voip_number` | 3339 7980, 3891 1723, 3262 9055 |
|
2032
2055
|
|
2033
2056
|
## FFaker::PhoneNumberSN
|
2034
2057
|
|
2035
2058
|
| Method | Example |
|
2036
2059
|
| ------ | ------- |
|
2037
|
-
| `homework_number` | 33-
|
2060
|
+
| `homework_number` | 33-856-81-79, 33-830-64-47, 33-825-93-69 |
|
2038
2061
|
| `homework_phone_prefix` | 33, 33, 33 |
|
2039
|
-
| `mobile_number` |
|
2040
|
-
| `mobile_phone_prefix` |
|
2041
|
-
| `phone_number` |
|
2042
|
-
| `short_phone_number` |
|
2062
|
+
| `mobile_number` | 76-482-68-27, 76-564-07-87, 77-719-37-58 |
|
2063
|
+
| `mobile_phone_prefix` | 76, 70, 77 |
|
2064
|
+
| `phone_number` | 33-805-75-51, 33-897-96-92, 33-942-26-08 |
|
2065
|
+
| `short_phone_number` | 969-63-70, 407-46-54, 955-99-86 |
|
2043
2066
|
|
2044
2067
|
## FFaker::Product
|
2045
2068
|
|
2046
2069
|
| Method | Example |
|
2047
2070
|
| ------ | ------- |
|
2048
|
-
| `brand` |
|
2071
|
+
| `brand` | Pure, Sopod, Phant |
|
2049
2072
|
| `letters`(...) | |
|
2050
|
-
| `model` |
|
2051
|
-
| `product` |
|
2052
|
-
| `product_name` |
|
2073
|
+
| `model` | E-3632, K-6659, G-1806 |
|
2074
|
+
| `product` | Pyncefunc Power Video Controller, Trionewood Electric Controller, Brincefunc Gel Filter |
|
2075
|
+
| `product_name` | Input Tag System, Disc Controller, Side Amplifier |
|
2053
2076
|
|
2054
2077
|
## FFaker::SSN
|
2055
2078
|
|
2056
2079
|
| Method | Example |
|
2057
2080
|
| ------ | ------- |
|
2058
|
-
| `ssn` |
|
2081
|
+
| `ssn` | 851-78-7043, 185-41-2045, 011-30-9633 |
|
2059
2082
|
|
2060
2083
|
## FFaker::SSNMX
|
2061
2084
|
|
2062
2085
|
| Method | Example |
|
2063
2086
|
| ------ | ------- |
|
2064
|
-
| `imss` |
|
2065
|
-
| `imss_undashed` |
|
2066
|
-
| `issste` |
|
2067
|
-
| `issste_undashed` |
|
2068
|
-
| `ssn` |
|
2069
|
-
| `ssn_undashed` |
|
2087
|
+
| `imss` | 0640110396-0, 8195815813-4, 5143449359-6 |
|
2088
|
+
| `imss_undashed` | 91104061273, 53250554617, 48997419316 |
|
2089
|
+
| `issste` | 8231065950-8, 8544349692-6, 4637470669-4 |
|
2090
|
+
| `issste_undashed` | 21679828591, 06873242036, 77060072855 |
|
2091
|
+
| `ssn` | 0622769123-1, 8794503442-2, 1506064672-3 |
|
2092
|
+
| `ssn_undashed` | 44920361079, 35044658003, 58157647159 |
|
2070
2093
|
|
2071
2094
|
## FFaker::SSNSE
|
2072
2095
|
|
2073
2096
|
| Method | Example |
|
2074
2097
|
| ------ | ------- |
|
2075
|
-
| `ssn` |
|
2098
|
+
| `ssn` | 199012259446, 199012040820, 197301123323 |
|
2076
2099
|
|
2077
2100
|
## FFaker::Skill
|
2078
2101
|
|
2079
2102
|
| Method | Example |
|
2080
2103
|
| ------ | ------- |
|
2081
|
-
| `specialties` |
|
2082
|
-
| `specialty` |
|
2083
|
-
| `tech_skill` |
|
2084
|
-
| `tech_skills` |
|
2104
|
+
| `specialties` | Performance Prototyping, Firmware Profiling, Team Modularization, Software Development, Hardware Development, Prototype Development, Mental Methods, Database Methods, Global Metrics |
|
2105
|
+
| `specialty` | Project Design, Web Modularization, Database Testing |
|
2106
|
+
| `tech_skill` | Bootstrap, Mac, CakePHP |
|
2107
|
+
| `tech_skills` | XHR, JavaScript, Visio, ExtJS, LAMP, Visio, SublimeText, LAMP, JSP |
|
2085
2108
|
|
2086
2109
|
## FFaker::Sport
|
2087
2110
|
|
2088
2111
|
| Method | Example |
|
2089
2112
|
| ------ | ------- |
|
2090
|
-
| `name` |
|
2113
|
+
| `name` | Mixed Martial Arts, Judo, Kitesurfing |
|
2091
2114
|
|
2092
2115
|
## FFaker::String
|
2093
2116
|
|
@@ -2099,21 +2122,24 @@
|
|
2099
2122
|
|
2100
2123
|
| Method | Example |
|
2101
2124
|
| ------ | ------- |
|
2102
|
-
| `between
|
2103
|
-
| `
|
2104
|
-
| `
|
2105
|
-
| `
|
2106
|
-
| `
|
2125
|
+
| `between('2012-11-12 16:20', '2018-11-12 16:20')` | 2014-04-18 13:35:14 +0200 |
|
2126
|
+
| `between(Date.new(2012, 02, 01), Date.new(2018, 02, 01))` | 2015-04-18 13:35:14 +0200 |
|
2127
|
+
| `between(DateTime.new(2012, 02, 01, 14, 30), DateTime.new(2018, 02, 01, 13, 23))` | 2016-04-18 13:35:14 +0200 |
|
2128
|
+
| `between(4.years.ago, 2.months.ago)` | 2017-04-18 13:35:14 +0200 |
|
2129
|
+
| `date` | 2015-04-13 00:00:00 +0900, 2017-03-27 00:00:00 +0900, 2016-09-20 00:00:00 +0900 |
|
2130
|
+
| `datetime` | 2018-10-27 11:18:00 +0900, 2015-06-10 08:06:00 +0900, 2017-01-09 11:54:00 +0900 |
|
2131
|
+
| `day_of_week` | Wed, Thu, Fri |
|
2132
|
+
| `month` | April, October, January |
|
2107
2133
|
|
2108
2134
|
## FFaker::Tweet
|
2109
2135
|
|
2110
2136
|
| Method | Example |
|
2111
2137
|
| ------ | ------- |
|
2112
|
-
| `body` |
|
2113
|
-
| `mention` | @
|
2114
|
-
| `mentions` | @
|
2115
|
-
| `tags` | #
|
2116
|
-
| `tweet` |
|
2138
|
+
| `body` | Saepe corrupti id eum voluptatem nihil. Facilis eligendi minima quia expedita tenetur nulla. Et laboriosam qui dolore ut vero ut., Error et cupiditate quidem ad. Repellat et cum aut tenetur iste exercitationem ad. Eveniet occaecati optio distinctio accusamus. Omnis., Saepe qui voluptatem accusantium non id laudantium. Id ipsam ullam laudantium sed quo nihil. Dicta sequi qui vitae doloribus repudiandae. |
|
2139
|
+
| `mention` | @lida, @meridith, @hallie.glover |
|
2140
|
+
| `mentions` | @georgetta @latrisha, @steve @jeanmarie, @lala.prosacco @edyth_koepp |
|
2141
|
+
| `tags` | #girl #like, #my #night, #party #awesome |
|
2142
|
+
| `tweet` | Sit culpa ut est harum cum assumenda reiciendis. Quod at laboriosam dolorem quam.#lol #bestoftheday, Aut vel et molestiae a quasi sed.., Porro at animi esse eligendi qui quis sunt libero. Distinctio provident inventore saepe aut omnis. Aperiam numquam enim porro voluptas. |
|
2117
2143
|
|
2118
2144
|
## FFaker::UniqueUtils
|
2119
2145
|
|
@@ -2125,80 +2151,80 @@
|
|
2125
2151
|
|
2126
2152
|
| Method | Example |
|
2127
2153
|
| ------ | ------- |
|
2128
|
-
| `temperature_abbr` |
|
2129
|
-
| `temperature_name` |
|
2130
|
-
| `time_abbr` |
|
2131
|
-
| `time_name` |
|
2154
|
+
| `temperature_abbr` | F, K, F |
|
2155
|
+
| `temperature_name` | Kelvin, Fahrenheit, Kelvin |
|
2156
|
+
| `time_abbr` | s, yr, Minutes |
|
2157
|
+
| `time_name` | Seconds, Hours, Hours |
|
2132
2158
|
|
2133
2159
|
## FFaker::UnitEnglish
|
2134
2160
|
|
2135
2161
|
| Method | Example |
|
2136
2162
|
| ------ | ------- |
|
2137
|
-
| `area_abbr` | sq
|
2138
|
-
| `area_name` | square
|
2139
|
-
| `length_abbr` |
|
2140
|
-
| `length_name` |
|
2141
|
-
| `liquid_abbr` |
|
2142
|
-
| `liquid_name` |
|
2143
|
-
| `mass_abbr` | gr,
|
2144
|
-
| `mass_name` | ounces,
|
2145
|
-
| `temperature_abbr` |
|
2146
|
-
| `temperature_name` | Fahrenheit,
|
2147
|
-
| `time_abbr` |
|
2148
|
-
| `time_name` |
|
2149
|
-
| `volume_abbr` |
|
2150
|
-
| `volume_name` | cubic
|
2163
|
+
| `area_abbr` | ac, sq ft, sq ft |
|
2164
|
+
| `area_name` | township, square inch, square inch |
|
2165
|
+
| `length_abbr` | in, yd, in |
|
2166
|
+
| `length_name` | inch, foot, inch |
|
2167
|
+
| `liquid_abbr` | pt, gi, pt |
|
2168
|
+
| `liquid_name` | fluid ounce, quart, gill |
|
2169
|
+
| `mass_abbr` | gr, oz, cwt |
|
2170
|
+
| `mass_name` | ounces, hundredweight, ounces |
|
2171
|
+
| `temperature_abbr` | F, K, C |
|
2172
|
+
| `temperature_name` | Fahrenheit, Celsius, Kelvin |
|
2173
|
+
| `time_abbr` | yr, yr, yr |
|
2174
|
+
| `time_name` | Years, Milliseconds, Days |
|
2175
|
+
| `volume_abbr` | CI, CY, CFT |
|
2176
|
+
| `volume_name` | cubic yard, cubic yard, cubic inch |
|
2151
2177
|
|
2152
2178
|
## FFaker::UnitMetric
|
2153
2179
|
|
2154
2180
|
| Method | Example |
|
2155
2181
|
| ------ | ------- |
|
2156
|
-
| `area_abbr` |
|
2157
|
-
| `area_name` |
|
2158
|
-
| `length_abbr` |
|
2159
|
-
| `length_name` | meters,
|
2182
|
+
| `area_abbr` | ha, cm^2, cm^2 |
|
2183
|
+
| `area_name` | hectares, kilometers, meters squared |
|
2184
|
+
| `length_abbr` | m, cm, km |
|
2185
|
+
| `length_name` | meters, kilometers, meters |
|
2160
2186
|
| `liquid_abbr` | ml, ml, ml |
|
2161
|
-
| `liquid_name` | milliliters, milliliters,
|
2162
|
-
| `mass_abbr` | mt, kg
|
2163
|
-
| `mass_name` | metric ton,
|
2164
|
-
| `temperature_abbr` | F,
|
2165
|
-
| `temperature_name` | Kelvin,
|
2166
|
-
| `time_abbr` |
|
2167
|
-
| `time_name` |
|
2168
|
-
| `volume_abbr` | m^3,
|
2169
|
-
| `volume_name` |
|
2187
|
+
| `liquid_name` | milliliters, milliliters, milliliters |
|
2188
|
+
| `mass_abbr` | g, mt, kg |
|
2189
|
+
| `mass_name` | metric ton, metric ton, gram |
|
2190
|
+
| `temperature_abbr` | F, C, C |
|
2191
|
+
| `temperature_name` | Kelvin, Kelvin, Fahrenheit |
|
2192
|
+
| `time_abbr` | Minutes, s, Minutes |
|
2193
|
+
| `time_name` | Hours, Hours, Seconds |
|
2194
|
+
| `volume_abbr` | m^3, m^3, m^3 |
|
2195
|
+
| `volume_name` | cubic meters, cubic meters, cubic centimeters |
|
2170
2196
|
|
2171
2197
|
## FFaker::Vehicle
|
2172
2198
|
|
2173
2199
|
| Method | Example |
|
2174
2200
|
| ------ | ------- |
|
2175
|
-
| `base_color` |
|
2176
|
-
| `drivetrain` |
|
2177
|
-
| `engine_cylinders` | 5,
|
2178
|
-
| `engine_displacement` | 1.0,
|
2179
|
-
| `fuel_type` |
|
2180
|
-
| `interior_upholstery` |
|
2181
|
-
| `make` |
|
2182
|
-
| `manufacturer_color` |
|
2183
|
-
| `mfg_color` |
|
2184
|
-
| `model` |
|
2185
|
-
| `transmission` |
|
2186
|
-
| `transmission_abbr` |
|
2187
|
-
| `trim` |
|
2188
|
-
| `vin` |
|
2189
|
-
| `year` |
|
2201
|
+
| `base_color` | moccasin, palegreen, silver |
|
2202
|
+
| `drivetrain` | AWD, 4X4, 4WD |
|
2203
|
+
| `engine_cylinders` | 5, 2, 2 |
|
2204
|
+
| `engine_displacement` | 1.0, 3.0, 5.7 |
|
2205
|
+
| `fuel_type` | Gas, Hybrid, Natural Gas (CNG) |
|
2206
|
+
| `interior_upholstery` | Vinyl, Faux Vinyl, Leather |
|
2207
|
+
| `make` | Saab, Lamborghini, Ram |
|
2208
|
+
| `manufacturer_color` | magnificent new hotpink, dull vibrant deeppink, dull majestic limegreen |
|
2209
|
+
| `mfg_color` | dull mute lightcoral, majestic mysterious darkslateblue, royal new mediumpurple |
|
2210
|
+
| `model` | Golf, Escort, Cherokee |
|
2211
|
+
| `transmission` | Manual, Continuously Variable, Continuously Variable |
|
2212
|
+
| `transmission_abbr` | AM, AM, AM |
|
2213
|
+
| `trim` | GL, RS, EX |
|
2214
|
+
| `vin` | 16EDY86215N947695, 16XRH99801S754815, 12SQP13533P673104 |
|
2215
|
+
| `year` | 2016, 1980, 1955 |
|
2190
2216
|
|
2191
2217
|
## FFaker::Venue
|
2192
2218
|
|
2193
2219
|
| Method | Example |
|
2194
2220
|
| ------ | ------- |
|
2195
|
-
| `name` |
|
2221
|
+
| `name` | Casapiedra, Chez Moi, Centro de Exposiciones y Convenciones Las Americas |
|
2196
2222
|
|
2197
2223
|
## FFaker::Youtube
|
2198
2224
|
|
2199
2225
|
| Method | Example |
|
2200
2226
|
| ------ | ------- |
|
2201
|
-
| `embed_url` | www.youtube.com/embed/
|
2202
|
-
| `share_url` | youtu.be/
|
2203
|
-
| `url` | www.youtube.com/watch?v=
|
2204
|
-
| `video_id` |
|
2227
|
+
| `embed_url` | www.youtube.com/embed/RBumgq5yVrA, www.youtube.com/embed/IcrbM1l_BoI, www.youtube.com/embed/_OBlgSz8sSM |
|
2228
|
+
| `share_url` | youtu.be/gCYcHz2k5x0, youtu.be/_OBlgSz8sSM, youtu.be/uxpDa-c-4Mc |
|
2229
|
+
| `url` | www.youtube.com/watch?v=CGyEd0aKWZE, www.youtube.com/watch?v=9bZkp7q19f0, www.youtube.com/watch?v=KYniUCGPGLs |
|
2230
|
+
| `video_id` | YqeW9_5kURI, 0KSOMA3QBU0, iS1g8G_njx8 |
|