ffaker 2.2.0 → 2.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Changelog.md +34 -0
- data/README.md +4 -0
- data/REFERENCE.md +1153 -800
- data/Rakefile +23 -24
- data/ffaker.gemspec +12 -420
- data/lib/ffaker.rb +47 -7
- data/lib/ffaker/address.rb +11 -11
- data/lib/ffaker/address_au.rb +60 -60
- data/lib/ffaker/address_br.rb +5 -5
- data/lib/ffaker/address_ca.rb +7 -7
- data/lib/ffaker/address_ch.rb +1 -2
- data/lib/ffaker/address_ch_de.rb +1 -1
- data/lib/ffaker/address_ch_fr.rb +1 -1
- data/lib/ffaker/address_ch_it.rb +1 -1
- data/lib/ffaker/address_da.rb +5 -5
- data/lib/ffaker/address_de.rb +16 -12
- data/lib/ffaker/address_fi.rb +7 -8
- data/lib/ffaker/address_fr.rb +13 -13
- data/lib/ffaker/address_gr.rb +40 -0
- data/lib/ffaker/address_in.rb +12 -12
- data/lib/ffaker/address_kr.rb +87 -0
- data/lib/ffaker/address_mx.rb +409 -409
- data/lib/ffaker/address_nl.rb +17 -13
- data/lib/ffaker/address_ru.rb +6 -6
- data/lib/ffaker/address_se.rb +7 -8
- data/lib/ffaker/address_sn.rb +3 -3
- data/lib/ffaker/address_ua.rb +8 -8
- data/lib/ffaker/address_uk.rb +5 -5
- data/lib/ffaker/address_us.rb +9 -9
- data/lib/ffaker/airline.rb +16 -0
- data/lib/ffaker/avatar.rb +3 -3
- data/lib/ffaker/aws.rb +24 -0
- data/lib/ffaker/bacon_ipsum.rb +2 -2
- data/lib/ffaker/book.rb +45 -0
- data/lib/ffaker/boolean.rb +2 -2
- data/lib/ffaker/cheesy_lingo.rb +15 -12
- data/lib/ffaker/color.rb +54 -1
- data/lib/ffaker/color_ua.rb +1 -1
- data/lib/ffaker/company.rb +13 -11
- data/lib/ffaker/company_cn.rb +23 -0
- data/lib/ffaker/company_it.rb +4 -4
- data/lib/ffaker/company_se.rb +2 -2
- data/lib/ffaker/conference.rb +1 -1
- data/lib/ffaker/courses.rb +2 -3
- data/lib/ffaker/currency.rb +2 -2
- data/lib/ffaker/data/address_gr/city +79 -0
- data/lib/ffaker/data/address_gr/region +13 -0
- data/lib/ffaker/data/address_gr/street +100 -0
- data/lib/ffaker/data/address_kr/boroughs +29 -0
- data/lib/ffaker/data/address_kr/cities +51 -0
- data/lib/ffaker/data/airline/codes_list +209 -0
- data/lib/ffaker/data/airline/names_list +206 -0
- data/lib/ffaker/data/aws/ec2_instance_type +59 -0
- data/lib/ffaker/data/aws/ec2_reserved_instance_tenancy +3 -0
- data/lib/ffaker/data/aws/ec2_reserved_offering_type +6 -0
- data/lib/ffaker/data/aws/ec2_reserved_product_description +14 -0
- data/lib/ffaker/data/book/adj_and_adv +20 -0
- data/lib/ffaker/data/book/genres +369 -0
- data/lib/ffaker/data/book/nouns +36 -0
- data/lib/ffaker/data/book/prefixes +17 -0
- data/lib/ffaker/data/color/names_list +128 -0
- data/lib/ffaker/data/education/degree_prefix +274 -0
- data/lib/ffaker/data/education/degree_short_prefix +19 -0
- data/lib/ffaker/data/job_br/job_nouns +52 -0
- data/lib/ffaker/data/job_vn/job_nouns +191 -0
- data/lib/ffaker/data/lorem_ja/characters +101 -0
- data/lib/ffaker/data/lorem_ja/sentences +30 -0
- data/lib/ffaker/data/lorem_ja/sentences_end +21 -0
- data/lib/ffaker/data/lorem_ja/words +81 -0
- data/lib/ffaker/data/name/first_names_female +4275 -0
- data/lib/ffaker/data/name/first_names_male +1219 -0
- data/lib/ffaker/data/name_br/first_names_female +1068 -0
- data/lib/ffaker/data/name_br/first_names_male +607 -0
- data/lib/ffaker/data/name_br/last_names +52 -0
- data/lib/ffaker/data/name_gr/female_first_names +80 -0
- data/lib/ffaker/data/name_gr/female_last_names +45 -0
- data/lib/ffaker/data/name_gr/male_first_names +90 -0
- data/lib/ffaker/data/name_gr/male_last_names +57 -0
- data/lib/ffaker/data/name_kh/first_names +64 -0
- data/lib/ffaker/data/name_kh/last_names +71 -0
- data/lib/ffaker/data/name_kh/nick_names +30 -0
- data/lib/ffaker/data/name_then/first_names +292 -0
- data/lib/ffaker/data/name_then/last_names +63 -0
- data/lib/ffaker/data/name_then/nick_names +30 -0
- data/lib/ffaker/data/phone_number/phone_calling_code +205 -0
- data/lib/ffaker/data/sport/names +57 -24
- data/lib/ffaker/data/tweet/hashtag +58 -0
- data/lib/ffaker/data/youtube/video_ids +50 -0
- data/lib/ffaker/dizzle_ipsum.rb +2 -2
- data/lib/ffaker/education.rb +17 -16
- data/lib/ffaker/food.rb +5 -6
- data/lib/ffaker/gender.rb +4 -4
- data/lib/ffaker/gender_br.rb +17 -0
- data/lib/ffaker/gender_cn.rb +4 -4
- data/lib/ffaker/gender_kr.rb +4 -4
- data/lib/ffaker/geolocation.rb +26 -26
- data/lib/ffaker/healthcare_ipsum.rb +2 -2
- data/lib/ffaker/hipster_ipsum.rb +2 -2
- data/lib/ffaker/html_ipsum.rb +101 -81
- data/lib/ffaker/identification.rb +4 -4
- data/lib/ffaker/identification_br.rb +84 -0
- data/lib/ffaker/identification_es.rb +2 -2
- data/lib/ffaker/identification_es_cl.rb +7 -5
- data/lib/ffaker/identification_es_co.rb +9 -10
- data/lib/ffaker/identification_kr.rb +3 -4
- data/lib/ffaker/identification_mx.rb +27 -11
- data/lib/ffaker/internet.rb +26 -23
- data/lib/ffaker/internet_se.rb +21 -21
- data/lib/ffaker/job.rb +1 -1
- data/lib/ffaker/job_br.rb +12 -0
- data/lib/ffaker/job_cn.rb +1 -1
- data/lib/ffaker/job_fr.rb +3 -3
- data/lib/ffaker/job_ja.rb +2 -1
- data/lib/ffaker/job_kr.rb +1 -1
- data/lib/ffaker/job_vn.rb +13 -0
- data/lib/ffaker/locale.rb +2 -3
- data/lib/ffaker/lorem.rb +5 -5
- data/lib/ffaker/lorem_ar.rb +4 -4
- data/lib/ffaker/lorem_cn.rb +3 -3
- data/lib/ffaker/lorem_fr.rb +4 -4
- data/lib/ffaker/lorem_ja.rb +40 -0
- data/lib/ffaker/lorem_kr.rb +4 -4
- data/lib/ffaker/lorem_ua.rb +8 -11
- data/lib/ffaker/movie.rb +18 -20
- data/lib/ffaker/music.rb +4 -4
- data/lib/ffaker/name.rb +100 -11
- data/lib/ffaker/name_br.rb +37 -6
- data/lib/ffaker/name_cn.rb +2 -2
- data/lib/ffaker/name_cs.rb +10 -10
- data/lib/ffaker/name_da.rb +6 -6
- data/lib/ffaker/name_de.rb +5 -5
- data/lib/ffaker/name_fr.rb +4 -4
- data/lib/ffaker/name_ga.rb +4 -5
- data/lib/ffaker/name_gr.rb +60 -0
- data/lib/ffaker/name_it.rb +4 -4
- data/lib/ffaker/name_ja.rb +3 -3
- data/lib/ffaker/name_kh.rb +22 -0
- data/lib/ffaker/name_kr.rb +3 -3
- data/lib/ffaker/name_mx.rb +14 -14
- data/lib/ffaker/name_nb.rb +5 -5
- data/lib/ffaker/name_nl.rb +7 -7
- data/lib/ffaker/name_ph.rb +2 -2
- data/lib/ffaker/name_ru.rb +7 -8
- data/lib/ffaker/name_se.rb +5 -5
- data/lib/ffaker/name_sn.rb +23 -23
- data/lib/ffaker/name_th.rb +3 -3
- data/lib/ffaker/name_th_en.rb +26 -0
- data/lib/ffaker/name_ua.rb +8 -8
- data/lib/ffaker/name_vn.rb +4 -4
- data/lib/ffaker/nato_alphabet.rb +10 -10
- data/lib/ffaker/phone_number.rb +31 -21
- data/lib/ffaker/phone_number_au.rb +3 -3
- data/lib/ffaker/phone_number_br.rb +9 -8
- data/lib/ffaker/phone_number_ch.rb +7 -7
- data/lib/ffaker/phone_number_cu.rb +5 -5
- data/lib/ffaker/phone_number_de.rb +1 -1
- data/lib/ffaker/phone_number_fr.rb +4 -4
- data/lib/ffaker/phone_number_it.rb +2 -2
- data/lib/ffaker/phone_number_kr.rb +4 -4
- data/lib/ffaker/phone_number_mx.rb +4 -5
- data/lib/ffaker/phone_number_nl.rb +13 -13
- data/lib/ffaker/phone_number_se.rb +18 -19
- data/lib/ffaker/phone_number_sg.rb +8 -8
- data/lib/ffaker/phone_number_sn.rb +2 -2
- data/lib/ffaker/product.rb +18 -14
- data/lib/ffaker/skill.rb +3 -3
- data/lib/ffaker/sport.rb +1 -1
- data/lib/ffaker/ssn_se.rb +19 -20
- data/lib/ffaker/string.rb +21 -23
- data/lib/ffaker/time.rb +19 -7
- data/lib/ffaker/tweet.rb +59 -0
- data/lib/ffaker/unit.rb +12 -12
- data/lib/ffaker/unit_english.rb +34 -35
- data/lib/ffaker/unit_metric.rb +25 -25
- data/lib/ffaker/utils/array_utils.rb +12 -9
- data/lib/ffaker/utils/module_utils.rb +9 -6
- data/lib/ffaker/utils/random_utils.rb +33 -0
- data/lib/ffaker/vehicle.rb +21 -21
- data/lib/ffaker/venue.rb +1 -1
- data/lib/ffaker/youtube.rb +24 -0
- data/scripts/benchmark.rb +3 -3
- data/scripts/reference.rb +26 -23
- data/test/helper.rb +50 -0
- data/test/test_address.rb +40 -21
- data/test/test_address_au.rb +19 -9
- data/test/test_address_br.rb +9 -2
- data/test/test_address_ca.rb +7 -0
- data/test/test_address_ch.rb +6 -2
- data/test/test_address_ch_de.rb +7 -3
- data/test/test_address_ch_fr.rb +7 -3
- data/test/test_address_ch_it.rb +5 -1
- data/test/test_address_da.rb +18 -9
- data/test/test_address_de.rb +12 -5
- data/test/test_address_fi.rb +10 -3
- data/test/test_address_fr.rb +13 -0
- data/test/test_address_gr.rb +43 -0
- data/test/test_address_in.rb +20 -12
- data/test/test_address_kr.rb +14 -0
- data/test/test_address_mx.rb +12 -5
- data/test/test_address_nl.rb +11 -5
- data/test/test_address_ru.rb +11 -5
- data/test/test_address_se.rb +9 -3
- data/test/test_address_sn.rb +7 -1
- data/test/test_address_ua.rb +17 -10
- data/test/test_address_uk.rb +11 -3
- data/test/test_address_us.rb +15 -6
- data/test/test_airline.rb +17 -0
- data/test/test_array_utils.rb +51 -3
- data/test/test_avatar.rb +5 -1
- data/test/test_aws.rb +25 -0
- data/test/test_bacon_ipsum.rb +12 -6
- data/test/test_book.rb +41 -0
- data/test/test_boolean.rb +4 -0
- data/test/test_cheesy_lingo.rb +14 -10
- data/test/test_color.rb +126 -1
- data/test/test_color_ua.rb +5 -1
- data/test/test_company.rb +7 -0
- data/test/test_company_cn.rb +24 -0
- data/test/test_company_it.rb +7 -1
- data/test/test_company_se.rb +6 -0
- data/test/test_conference.rb +5 -2
- data/test/test_course_mathematiques.rb +5 -1
- data/test/test_course_philosophie.rb +5 -1
- data/test/test_currency.rb +12 -0
- data/test/test_dizzle_ipsum.rb +12 -6
- data/test/test_education.rb +9 -2
- data/test/test_faker.rb +8 -1
- data/test/test_food.rb +11 -4
- data/test/test_gender.rb +5 -1
- data/test/test_gender_br.rb +18 -0
- data/test/test_gender_cn.rb +5 -2
- data/test/test_gender_kr.rb +7 -3
- data/test/test_geolocation.rb +11 -8
- data/test/test_guid.rb +6 -1
- data/test/test_healthcare_ipsum.rb +13 -6
- data/test/test_hipster_ipsum.rb +13 -6
- data/test/test_html_ipsum.rb +28 -20
- data/test/test_identification.rb +9 -2
- data/test/test_identification_br.rb +46 -0
- data/test/test_identification_co.rb +7 -0
- data/test/test_identification_es.rb +5 -1
- data/test/test_identification_es_cl.rb +5 -1
- data/test/test_identification_es_mx.rb +7 -2
- data/test/test_identification_kr.rb +4 -0
- data/test/test_internet.rb +36 -5
- data/test/test_internet_se.rb +12 -4
- data/test/test_job.rb +4 -0
- data/test/test_job_br.rb +17 -0
- data/test/test_job_cn.rb +4 -0
- data/test/test_job_fr.rb +4 -0
- data/test/test_job_ja.rb +4 -0
- data/test/test_job_kr.rb +4 -0
- data/test/test_job_vn.rb +22 -0
- data/test/test_locale.rb +10 -4
- data/test/test_lorem.rb +18 -11
- data/test/test_lorem_ar.rb +16 -8
- data/test/test_lorem_cn.rb +9 -2
- data/test/test_lorem_fr.rb +16 -8
- data/test/test_lorem_ja.rb +81 -0
- data/test/test_lorem_kr.rb +17 -8
- data/test/test_lorem_ua.rb +15 -8
- data/test/test_module_utils.rb +2 -2
- data/test/test_movie.rb +5 -1
- data/test/test_music.rb +11 -4
- data/test/test_name.rb +114 -1
- data/test/test_name_br.rb +41 -2
- data/test/test_name_cn.rb +7 -0
- data/test/test_name_cs.rb +7 -0
- data/test/test_name_da.rb +13 -6
- data/test/test_name_de.rb +4 -0
- data/test/test_name_fr.rb +7 -0
- data/test/test_name_ga.rb +7 -0
- data/test/test_name_gr.rb +70 -0
- data/test/test_name_it.rb +7 -0
- data/test/test_name_ja.rb +7 -0
- data/test/test_name_kh.rb +32 -0
- data/test/test_name_kr.rb +7 -0
- data/test/test_name_mx.rb +9 -0
- data/test/test_name_nb.rb +8 -0
- data/test/test_name_nl.rb +4 -0
- data/test/test_name_ph.rb +7 -0
- data/test/test_name_ru.rb +10 -3
- data/test/test_name_se.rb +12 -4
- data/test/test_name_sn.rb +8 -0
- data/test/test_name_th.rb +7 -0
- data/test/test_name_th_en.rb +35 -0
- data/test/test_name_ua.rb +26 -17
- data/test/test_name_vn.rb +42 -0
- data/test/test_nato_alphabet.rb +15 -4
- data/test/test_phone_number.rb +24 -6
- data/test/test_phone_number_au.rb +17 -6
- data/test/test_phone_number_br.rb +22 -13
- data/test/test_phone_number_cu.rb +29 -18
- data/test/test_phone_number_da.rb +16 -7
- data/test/test_phone_number_de.rb +17 -9
- data/test/test_phone_number_kr.rb +9 -0
- data/test/test_phone_number_mx.rb +16 -8
- data/test/test_phone_number_nl.rb +9 -2
- data/test/test_phone_number_se.rb +12 -7
- data/test/test_phone_number_sg.rb +17 -9
- data/test/test_phone_number_sn.rb +12 -4
- data/test/test_products.rb +22 -0
- data/test/test_skill.rb +8 -2
- data/test/test_sports.rb +4 -0
- data/test/test_ssn.rb +3 -1
- data/test/test_ssn_mx.rb +6 -1
- data/test/test_ssn_se.rb +3 -0
- data/test/test_string.rb +28 -1
- data/test/test_time.rb +33 -2
- data/test/test_tweet.rb +59 -0
- data/test/test_units.rb +7 -0
- data/test/test_units_english.rb +9 -0
- data/test/test_units_metric.rb +9 -0
- data/test/test_vehicle.rb +24 -15
- data/test/test_venue.rb +5 -1
- data/test/test_youtube.rb +28 -0
- metadata +101 -5
- data/lib/ffaker/data/name/first_names +0 -3008
- data/lib/ffaker/data/name_br/first_names +0 -91
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a1895c7d6dfbc0d505e12128bced96361e5c630e
|
4
|
+
data.tar.gz: e2cb9601e323c5cfcd67c8881649131b805cebe4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3316a264f2c4a7ecce492705944b864c31a2287e8dc67e5287cd2c4df346f42bb69b39b2d1f02cb7bfa12c39c0fd8e3e2f6f90f713a35cec9383f09c3a5b0e81
|
7
|
+
data.tar.gz: 8c7644031f5dae6b94aa49a12923af5b52c1265fc6712daec07cada0554a5cab0c50087e2fd78186ad9a01c3141269f9fee5532b0f9dbd858ac41b9c1f88d70b
|
data/Changelog.md
CHANGED
@@ -1,3 +1,37 @@
|
|
1
|
+
## 2.3.0
|
2
|
+
- Make deterministic / repeatedly random using seed [@xunker]
|
3
|
+
- Fix DE and NL address modules [@dankimio]
|
4
|
+
- Refactor HTMLIpsum module [@rocknruby]
|
5
|
+
- Stricter exchange code in US phone number [@MQuy]
|
6
|
+
- Add AWS module [@joshdvir]
|
7
|
+
- Add hexcode to Color module [@thutterer]
|
8
|
+
- Add CPF/CPFJ to Brazilian identification module [@thutterer]
|
9
|
+
- Add MAC address to Internet module [@pawelma]
|
10
|
+
- Add rgb, rgba, hsl, hsla to Color module [@dphurley]
|
11
|
+
- Add html safe names to Name module [@dimroc]
|
12
|
+
- Add mode education degrees to Education module [@dimroc]
|
13
|
+
- Add datetime to Time module [@waldyr]
|
14
|
+
- Add between to Time module [@brnrdog]
|
15
|
+
- Add Airline module [@jakubm]
|
16
|
+
- Add Sport module [@iamarmanjon]
|
17
|
+
- Add Youtube module [@andyklimczak]
|
18
|
+
- Add Tweet module [@tvarley]
|
19
|
+
- Add Korean address module [@marocchino]
|
20
|
+
- Add Greek name module [@falegk]
|
21
|
+
- Add Greek address module [@falegk]
|
22
|
+
- Add Brazilian name module [@Sephyros]
|
23
|
+
- Add Vietnam job module [@vinhnglx]
|
24
|
+
- Add Chinese company module [@robin]
|
25
|
+
- Add Thai name module [@firedev]
|
26
|
+
- Add Japanese lolem module [@44uk]
|
27
|
+
- Add Book module [@max-si-m]
|
28
|
+
- Add gender option to Brazilian name module [@IgorMarques]
|
29
|
+
- Add Brazilian gender module [@IgorMarques]
|
30
|
+
- Add gender option to English name module [@nav16]
|
31
|
+
- Add Brazilian identification module [@IgorMarques]
|
32
|
+
- Add Brazilian job module [@IgorMarques]
|
33
|
+
- Add Cambodian name module [@Phanithism]
|
34
|
+
|
1
35
|
## 2.2.0
|
2
36
|
- fixes some bugs
|
3
37
|
- generating Robohash images
|
data/README.md
CHANGED
@@ -59,6 +59,10 @@ will look for a data file matching the name of the constant. E.G.: the
|
|
59
59
|
first time someone accesses `FFaker::Name::FIRST_NAMES`, a const of that
|
60
60
|
name will be set with data from `ffaker/data/name/first_names`.
|
61
61
|
|
62
|
+
## Using the same random seed as your tests
|
63
|
+
|
64
|
+
To get repeatable results in Minitest or Rspec, follow [these instructions](RANDOM.md#using-the-same-random-seed-as-your-tests).
|
65
|
+
|
62
66
|
## TODO
|
63
67
|
|
64
68
|
* Even though the API is pretty simple, better rdoc documentation would not hurt.
|
data/REFERENCE.md
CHANGED
@@ -12,7 +12,9 @@
|
|
12
12
|
* [FFaker::AddressDE](#ffakeraddressde)
|
13
13
|
* [FFaker::AddressFI](#ffakeraddressfi)
|
14
14
|
* [FFaker::AddressFR](#ffakeraddressfr)
|
15
|
+
* [FFaker::AddressGR](#ffakeraddressgr)
|
15
16
|
* [FFaker::AddressIN](#ffakeraddressin)
|
17
|
+
* [FFaker::AddressKR](#ffakeraddresskr)
|
16
18
|
* [FFaker::AddressMX](#ffakeraddressmx)
|
17
19
|
* [FFaker::AddressNL](#ffakeraddressnl)
|
18
20
|
* [FFaker::AddressRU](#ffakeraddressru)
|
@@ -21,14 +23,17 @@
|
|
21
23
|
* [FFaker::AddressUA](#ffakeraddressua)
|
22
24
|
* [FFaker::AddressUK](#ffakeraddressuk)
|
23
25
|
* [FFaker::AddressUS](#ffakeraddressus)
|
26
|
+
* [FFaker::Airline](#ffakerairline)
|
24
27
|
* [FFaker::Avatar](#ffakeravatar)
|
25
28
|
* [FFaker::Lorem](#ffakerlorem)
|
26
29
|
* [FFaker::BaconIpsum](#ffakerbaconipsum)
|
30
|
+
* [FFaker::Book](#ffakerbook)
|
27
31
|
* [FFaker::Boolean](#ffakerboolean)
|
28
32
|
* [FFaker::CheesyLingo](#ffakercheesylingo)
|
29
33
|
* [FFaker::Color](#ffakercolor)
|
30
34
|
* [FFaker::ColorUA](#ffakercolorua)
|
31
35
|
* [FFaker::Company](#ffakercompany)
|
36
|
+
* [FFaker::CompanyCN](#ffakercompanycn)
|
32
37
|
* [FFaker::CompanyIT](#ffakercompanyit)
|
33
38
|
* [FFaker::CompanySE](#ffakercompanyse)
|
34
39
|
* [FFaker::Conference](#ffakerconference)
|
@@ -38,6 +43,7 @@
|
|
38
43
|
* [FFaker::Education](#ffakereducation)
|
39
44
|
* [FFaker::Food](#ffakerfood)
|
40
45
|
* [FFaker::Gender](#ffakergender)
|
46
|
+
* [FFaker::GenderBR](#ffakergenderbr)
|
41
47
|
* [FFaker::GenderCN](#ffakergendercn)
|
42
48
|
* [FFaker::GenderKR](#ffakergenderkr)
|
43
49
|
* [FFaker::Geolocation](#ffakergeolocation)
|
@@ -46,6 +52,7 @@
|
|
46
52
|
* [FFaker::HipsterIpsum](#ffakerhipsteripsum)
|
47
53
|
* [FFaker::HTMLIpsum](#ffakerhtmlipsum)
|
48
54
|
* [FFaker::Identification](#ffakeridentification)
|
55
|
+
* [FFaker::IdentificationBR](#ffakeridentificationbr)
|
49
56
|
* [FFaker::IdentificationES](#ffakeridentificationes)
|
50
57
|
* [FFaker::IdentificationESCL](#ffakeridentificationescl)
|
51
58
|
* [FFaker::IdentificationESCO](#ffakeridentificationesco)
|
@@ -54,14 +61,17 @@
|
|
54
61
|
* [FFaker::Internet](#ffakerinternet)
|
55
62
|
* [FFaker::InternetSE](#ffakerinternetse)
|
56
63
|
* [FFaker::Job](#ffakerjob)
|
64
|
+
* [FFaker::JobBR](#ffakerjobbr)
|
57
65
|
* [FFaker::JobCN](#ffakerjobcn)
|
58
66
|
* [FFaker::JobFR](#ffakerjobfr)
|
59
67
|
* [FFaker::JobJA](#ffakerjobja)
|
60
68
|
* [FFaker::JobKR](#ffakerjobkr)
|
69
|
+
* [FFaker::JobVN](#ffakerjobvn)
|
61
70
|
* [FFaker::Locale](#ffakerlocale)
|
62
71
|
* [FFaker::LoremAR](#ffakerloremar)
|
63
72
|
* [FFaker::LoremCN](#ffakerloremcn)
|
64
73
|
* [FFaker::LoremFR](#ffakerloremfr)
|
74
|
+
* [FFaker::LoremJA](#ffakerloremja)
|
65
75
|
* [FFaker::LoremKR](#ffakerloremkr)
|
66
76
|
* [FFaker::LoremUA](#ffakerloremua)
|
67
77
|
* [FFaker::Movie](#ffakermovie)
|
@@ -74,8 +84,10 @@
|
|
74
84
|
* [FFaker::NameDE](#ffakernamede)
|
75
85
|
* [FFaker::NameFR](#ffakernamefr)
|
76
86
|
* [FFaker::NameGA](#ffakernamega)
|
87
|
+
* [FFaker::NameGR](#ffakernamegr)
|
77
88
|
* [FFaker::NameIT](#ffakernameit)
|
78
89
|
* [FFaker::NameJA](#ffakernameja)
|
90
|
+
* [FFaker::NameKH](#ffakernamekh)
|
79
91
|
* [FFaker::NameKR](#ffakernamekr)
|
80
92
|
* [FFaker::NameMX](#ffakernamemx)
|
81
93
|
* [FFaker::NameNB](#ffakernamenb)
|
@@ -85,6 +97,7 @@
|
|
85
97
|
* [FFaker::NameSE](#ffakernamese)
|
86
98
|
* [FFaker::NameSN](#ffakernamesn)
|
87
99
|
* [FFaker::NameTH](#ffakernameth)
|
100
|
+
* [FFaker::NameTHEN](#ffakernamethen)
|
88
101
|
* [FFaker::NameUA](#ffakernameua)
|
89
102
|
* [FFaker::NameVN](#ffakernamevn)
|
90
103
|
* [FFaker::NatoAlphabet](#ffakernatoalphabet)
|
@@ -111,28 +124,30 @@
|
|
111
124
|
* [FFaker::SSNSE](#ffakerssnse)
|
112
125
|
* [FFaker::String](#ffakerstring)
|
113
126
|
* [FFaker::Time](#ffakertime)
|
127
|
+
* [FFaker::Tweet](#ffakertweet)
|
114
128
|
* [FFaker::Unit](#ffakerunit)
|
115
129
|
* [FFaker::UnitEnglish](#ffakerunitenglish)
|
116
130
|
* [FFaker::UnitMetric](#ffakerunitmetric)
|
117
131
|
* [FFaker::Vehicle](#ffakervehicle)
|
118
132
|
* [FFaker::Venue](#ffakervenue)
|
133
|
+
* [FFaker::Youtube](#ffakeryoutube)
|
119
134
|
|
120
135
|
## FFaker::Address
|
121
136
|
|
122
137
|
| Method | Example |
|
123
138
|
| ------ | ------- |
|
124
|
-
| `building_number` |
|
125
|
-
| `city` |
|
126
|
-
| `city_prefix` |
|
127
|
-
| `city_suffix` |
|
128
|
-
| `country` |
|
129
|
-
| `country_code` |
|
130
|
-
| `neighborhood` |
|
131
|
-
| `secondary_address` |
|
132
|
-
| `street_address` |
|
133
|
-
| `street_name` |
|
134
|
-
| `street_suffix` |
|
135
|
-
| `time_zone` | Asia/
|
139
|
+
| `building_number` | 626, 7729, 3815 |
|
140
|
+
| `city` | Lake Boycestad, Port Mary, West Aleshia |
|
141
|
+
| `city_prefix` | New, North, Lake |
|
142
|
+
| `city_suffix` | berg, town, chester |
|
143
|
+
| `country` | Aruba, Israel, Russian Federation |
|
144
|
+
| `country_code` | LT, NO, BB |
|
145
|
+
| `neighborhood` | Northwoods West, Cipriani, Bushwick South |
|
146
|
+
| `secondary_address` | Suite 636, Suite 370, Suite 716 |
|
147
|
+
| `street_address` | 3378 Wintheiser Cove, 364 Treutel Pines, 16704 Wyman Courts |
|
148
|
+
| `street_name` | Vallie Shores, Mayme Place, Swift Fords |
|
149
|
+
| `street_suffix` | Stravenue, Summit, Manors |
|
150
|
+
| `time_zone` | Asia/Baku, America/Lima, Africa/Algiers |
|
136
151
|
| `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
|
137
152
|
| `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
|
138
153
|
| `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
|
@@ -144,23 +159,23 @@
|
|
144
159
|
|
145
160
|
| Method | Example |
|
146
161
|
| ------ | ------- |
|
147
|
-
| `building_number` |
|
148
|
-
| `city` |
|
149
|
-
| `city_prefix` |
|
150
|
-
| `city_suffix` |
|
151
|
-
| `country` |
|
152
|
-
| `country_code` |
|
153
|
-
| `full_address` |
|
154
|
-
| `neighborhood` |
|
155
|
-
| `postcode` |
|
156
|
-
| `secondary_address` |
|
157
|
-
| `state` | Victoria, Australian Capital Territory
|
158
|
-
| `state_abbr` |
|
159
|
-
| `street_address` |
|
160
|
-
| `street_name` |
|
161
|
-
| `street_suffix` |
|
162
|
-
| `suburb` |
|
163
|
-
| `time_zone` |
|
162
|
+
| `building_number` | 2055, 003, 398 |
|
163
|
+
| `city` | Bryanhaven, West Katheleenburgh, Dickitown |
|
164
|
+
| `city_prefix` | South, New, Port |
|
165
|
+
| `city_suffix` | town, berg, fort |
|
166
|
+
| `country` | French Southern Territories, Peru, Croatia |
|
167
|
+
| `country_code` | FI, CX, CN |
|
168
|
+
| `full_address` | 569 Johnathon Manors, Canberra ACT 0800, 58742 Marlena Harbor, O'Connor ACT 3850, 46555 Fahey Extension, O'Connor ACT 5607 |
|
169
|
+
| `neighborhood` | Rockville East of Hungerford Dr, Babylon Bayside, Dyker Heights |
|
170
|
+
| `postcode` | 2142, 2580, 2600 |
|
171
|
+
| `secondary_address` | Suite 912, Suite 742, Apt. 628 |
|
172
|
+
| `state` | Australian Capital Territory, Victoria, Australian Capital Territory |
|
173
|
+
| `state_abbr` | QLD, WA, WA |
|
174
|
+
| `street_address` | 081 Luna Mill, 3438 Odette Prairie, 7577 Doreen Fork |
|
175
|
+
| `street_name` | Stanley Light, Teodora Circle, Glynis Well |
|
176
|
+
| `street_suffix` | Track, Dale, Glens |
|
177
|
+
| `suburb` | Benalla, Nedlands, Townsville |
|
178
|
+
| `time_zone` | Pacific/Fakaofo, America/Los_Angeles, Pacific/Guam |
|
164
179
|
| `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
|
165
180
|
| `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
|
166
181
|
| `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
|
@@ -172,48 +187,48 @@
|
|
172
187
|
|
173
188
|
| Method | Example |
|
174
189
|
| ------ | ------- |
|
175
|
-
| `building_number` |
|
176
|
-
| `city` |
|
177
|
-
| `city_prefix` |
|
178
|
-
| `city_suffix` |
|
179
|
-
| `country` |
|
180
|
-
| `country_code` |
|
181
|
-
| `neighborhood` |
|
182
|
-
| `secondary_address` |
|
183
|
-
| `state` |
|
184
|
-
| `state_abbr` |
|
185
|
-
| `street` | Alameda
|
186
|
-
| `street_address` |
|
187
|
-
| `street_name` |
|
188
|
-
| `street_prefix` |
|
189
|
-
| `street_suffix` |
|
190
|
-
| `time_zone` |
|
190
|
+
| `building_number` | 38194, 8686, 6103 |
|
191
|
+
| `city` | Porto Velho, São Bernardo do Campo, Cachoeirinha |
|
192
|
+
| `city_prefix` | West, West, New |
|
193
|
+
| `city_suffix` | shire, burgh, side |
|
194
|
+
| `country` | Vanuatu, Guinea-Bissau, Guatemala |
|
195
|
+
| `country_code` | MG, CR, PA |
|
196
|
+
| `neighborhood` | Florissant West, Mott Haven/Port Morris, Jupiter South/Abacoa |
|
197
|
+
| `secondary_address` | Suite 706, Suite 264, Suite 203 |
|
198
|
+
| `state` | Sergipe, Tocantins, Rondonia |
|
199
|
+
| `state_abbr` | PE, BA, PE |
|
200
|
+
| `street` | Alameda Martinho Rocha, Alameda Naíde Novaes, Alameda Bebiana Braga |
|
201
|
+
| `street_address` | 81413 Arielle Lakes, 014 Dayle Fall, 7656 Myrtie Pines |
|
202
|
+
| `street_name` | Serina Parkway, Quitzon Well, Kunze Groves |
|
203
|
+
| `street_prefix` | Avenida, Avenida, Alameda |
|
204
|
+
| `street_suffix` | Spring, Haven, Dale |
|
205
|
+
| `time_zone` | Europe/London, Europe/Dublin, Asia/Singapore |
|
191
206
|
| `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
|
192
207
|
| `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
|
193
208
|
| `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
|
194
209
|
| `us_state` | ❗ *[us_state] is deprecated. For US addresses please use the AddressUS module* |
|
195
210
|
| `us_state_abbr` | ❗ *[state_abbr] is deprecated. For US addresses please use the AddressUS module* |
|
196
|
-
| `zip_code` |
|
211
|
+
| `zip_code` | 52835-829, 33987-768, 79081-938 |
|
197
212
|
|
198
213
|
## FFaker::AddressCA
|
199
214
|
|
200
215
|
| Method | Example |
|
201
216
|
| ------ | ------- |
|
202
|
-
| `building_number` |
|
203
|
-
| `city` |
|
204
|
-
| `city_prefix` |
|
205
|
-
| `city_suffix` |
|
206
|
-
| `country` |
|
207
|
-
| `country_code` |
|
208
|
-
| `neighborhood` | Central
|
209
|
-
| `postal_code` |
|
210
|
-
| `province` |
|
211
|
-
| `province_abbr` |
|
212
|
-
| `secondary_address` |
|
213
|
-
| `street_address` |
|
214
|
-
| `street_name` |
|
215
|
-
| `street_suffix` |
|
216
|
-
| `time_zone` |
|
217
|
+
| `building_number` | 960, 4891, 608 |
|
218
|
+
| `city` | Pickering , Surrey , Quinte West |
|
219
|
+
| `city_prefix` | Port, Lake, West |
|
220
|
+
| `city_suffix` | view, ton, furt |
|
221
|
+
| `country` | Saint Helena, Ascension and Tristan Da Cunha, Cameroon, Libya |
|
222
|
+
| `country_code` | MY, FO, MS |
|
223
|
+
| `neighborhood` | Olmsted Falls Central, East of Telegraph Road, Allegheny West |
|
224
|
+
| `postal_code` | Y5R 4A7, V9E 8P4, J3K 0H3 |
|
225
|
+
| `province` | Manitoba, Nova Scotia, Newfoundland and Labrador |
|
226
|
+
| `province_abbr` | AB, MB, NS |
|
227
|
+
| `secondary_address` | Suite 774, Suite 149, Apt. 680 |
|
228
|
+
| `street_address` | 5535 Lueilwitz Spring, 0748 Rau Port, 56863 Neva Branch |
|
229
|
+
| `street_name` | Lowe Garden, Heaney Park, Shameka Bridge |
|
230
|
+
| `street_suffix` | Skyway, Mall, Burgs |
|
231
|
+
| `time_zone` | Asia/Almaty, America/Chicago, Asia/Karachi |
|
217
232
|
| `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
|
218
233
|
| `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
|
219
234
|
| `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
|
@@ -225,20 +240,20 @@
|
|
225
240
|
|
226
241
|
| Method | Example |
|
227
242
|
| ------ | ------- |
|
228
|
-
| `building_number` |
|
229
|
-
| `canton_abbr` |
|
230
|
-
| `city` |
|
231
|
-
| `city_prefix` |
|
232
|
-
| `city_suffix` |
|
233
|
-
| `country` |
|
234
|
-
| `country_code` |
|
235
|
-
| `neighborhood` |
|
236
|
-
| `postal_code` |
|
237
|
-
| `secondary_address` | Apt.
|
238
|
-
| `street_address` |
|
239
|
-
| `street_name` |
|
240
|
-
| `street_suffix` |
|
241
|
-
| `time_zone` |
|
243
|
+
| `building_number` | 9819, 7345, 7998 |
|
244
|
+
| `canton_abbr` | GL, SZ, FR |
|
245
|
+
| `city` | New Wanetaberg, Micatown, Merleton |
|
246
|
+
| `city_prefix` | Port, Port, Port |
|
247
|
+
| `city_suffix` | mouth, ton, shire |
|
248
|
+
| `country` | Cyprus, Indonesia, Serbia |
|
249
|
+
| `country_code` | CZ, NA, NI |
|
250
|
+
| `neighborhood` | Cipriani, Bridesburg, phoenix |
|
251
|
+
| `postal_code` | 7025, 7120, 9483 |
|
252
|
+
| `secondary_address` | Apt. 117, Apt. 196, Apt. 328 |
|
253
|
+
| `street_address` | 93217 Gerhold Knolls, 13530 Hessel Square, 4597 Greenholt Port |
|
254
|
+
| `street_name` | Wolff Meadows, Lincoln Crescent, Eulalia Pike |
|
255
|
+
| `street_suffix` | Parkways, Falls, Gateway |
|
256
|
+
| `time_zone` | Pacific/Midway, Pacific/Pago_Pago, Asia/Almaty |
|
242
257
|
| `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
|
243
258
|
| `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
|
244
259
|
| `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
|
@@ -250,21 +265,21 @@
|
|
250
265
|
|
251
266
|
| Method | Example |
|
252
267
|
| ------ | ------- |
|
253
|
-
| `building_number` |
|
254
|
-
| `canton` |
|
255
|
-
| `canton_abbr` |
|
256
|
-
| `city` |
|
257
|
-
| `city_prefix` |
|
258
|
-
| `city_suffix` |
|
259
|
-
| `country` |
|
260
|
-
| `country_code` |
|
261
|
-
| `neighborhood` |
|
262
|
-
| `postal_code` |
|
263
|
-
| `secondary_address` |
|
264
|
-
| `street_address` |
|
265
|
-
| `street_name` |
|
266
|
-
| `street_suffix` |
|
267
|
-
| `time_zone` |
|
268
|
+
| `building_number` | 063, 43968, 990 |
|
269
|
+
| `canton` | Appenzell Ausserrhoden, Schwyz, Schwyz |
|
270
|
+
| `canton_abbr` | NW, BE, NE |
|
271
|
+
| `city` | Rippinland, South Charla, Hudsonburgh |
|
272
|
+
| `city_prefix` | West, South, New |
|
273
|
+
| `city_suffix` | borough, side, borough |
|
274
|
+
| `country` | Norfolk Island, Turkey, Jordan |
|
275
|
+
| `country_code` | VI, EC, SL |
|
276
|
+
| `neighborhood` | Northwest Midlothian/Midlothian Country Club, Gates Mills North, Greater Las Vegas National |
|
277
|
+
| `postal_code` | 6902, 8246, 1165 |
|
278
|
+
| `secondary_address` | Apt. 317, Suite 899, Suite 303 |
|
279
|
+
| `street_address` | 5645 Bednar Road, 71419 Isabell Run, 2942 Staci Passage |
|
280
|
+
| `street_name` | Joseph Viaduct, Pollich Extensions, Hauck Forges |
|
281
|
+
| `street_suffix` | Fort, Meadow, Gardens |
|
282
|
+
| `time_zone` | Asia/Kabul, Europe/Ljubljana, Europe/Kiev |
|
268
283
|
| `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
|
269
284
|
| `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
|
270
285
|
| `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
|
@@ -276,21 +291,21 @@
|
|
276
291
|
|
277
292
|
| Method | Example |
|
278
293
|
| ------ | ------- |
|
279
|
-
| `building_number` |
|
280
|
-
| `canton` |
|
281
|
-
| `canton_abbr` |
|
282
|
-
| `city` |
|
283
|
-
| `city_prefix` | Port,
|
284
|
-
| `city_suffix` |
|
285
|
-
| `country` |
|
286
|
-
| `country_code` |
|
287
|
-
| `neighborhood` | Northwoods West,
|
288
|
-
| `postal_code` |
|
289
|
-
| `secondary_address` | Suite
|
290
|
-
| `street_address` |
|
291
|
-
| `street_name` |
|
292
|
-
| `street_suffix` |
|
293
|
-
| `time_zone` |
|
294
|
+
| `building_number` | 11700, 149, 4955 |
|
295
|
+
| `canton` | Argovie, Soleure, Appenzell Rhodes-Intérieures |
|
296
|
+
| `canton_abbr` | TI, TG, BS |
|
297
|
+
| `city` | Friesenside, Linhtown, West Long |
|
298
|
+
| `city_prefix` | Port, Port, South |
|
299
|
+
| `city_suffix` | stad, ville, shire |
|
300
|
+
| `country` | Bonaire, Sint Eustatius and Saba, Tajikistan, Samoa |
|
301
|
+
| `country_code` | CH, ME, RO |
|
302
|
+
| `neighborhood` | Northwoods West, Cleveland Park, Jamaica Estates/Holliswood |
|
303
|
+
| `postal_code` | 7983, 1305, 7860 |
|
304
|
+
| `secondary_address` | Suite 712, Suite 384, Apt. 079 |
|
305
|
+
| `street_address` | 437 Enriqueta Skyway, 99053 Stamm Knolls, 595 Wunsch Prairie |
|
306
|
+
| `street_name` | Lyle Knolls, Connie Landing, Mayert Drives |
|
307
|
+
| `street_suffix` | Tunnel, Crossroad, Greens |
|
308
|
+
| `time_zone` | Pacific/Guam, Atlantic/Cape_Verde, Pacific/Apia |
|
294
309
|
| `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
|
295
310
|
| `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
|
296
311
|
| `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
|
@@ -302,21 +317,21 @@
|
|
302
317
|
|
303
318
|
| Method | Example |
|
304
319
|
| ------ | ------- |
|
305
|
-
| `building_number` |
|
306
|
-
| `canton` |
|
307
|
-
| `canton_abbr` |
|
308
|
-
| `city` |
|
309
|
-
| `city_prefix` | North, Port,
|
310
|
-
| `city_suffix` |
|
311
|
-
| `country` |
|
312
|
-
| `country_code` |
|
313
|
-
| `neighborhood` |
|
314
|
-
| `postal_code` |
|
315
|
-
| `secondary_address` | Apt.
|
316
|
-
| `street_address` |
|
317
|
-
| `street_name` |
|
318
|
-
| `street_suffix` |
|
319
|
-
| `time_zone` |
|
320
|
+
| `building_number` | 3064, 2609, 091 |
|
321
|
+
| `canton` | Appenzello Interno, San Gallo, Friburgo |
|
322
|
+
| `canton_abbr` | SG, NW, BE |
|
323
|
+
| `city` | Shandabury, Reamouth, Jessiemouth |
|
324
|
+
| `city_prefix` | North, Port, Port |
|
325
|
+
| `city_suffix` | borough, port, mouth |
|
326
|
+
| `country` | Portugal, Belarus, Palau |
|
327
|
+
| `country_code` | TK, ZM, KW |
|
328
|
+
| `neighborhood` | Bushwick South, Central Chandler, Mott Haven/Port Morris |
|
329
|
+
| `postal_code` | 0645, 1693, 4707 |
|
330
|
+
| `secondary_address` | Apt. 548, Apt. 043, Suite 629 |
|
331
|
+
| `street_address` | 139 Patsy Run, 5559 Emilio Trail, 687 Ira Manor |
|
332
|
+
| `street_name` | Domonique Spring, Mariel Corners, Connelly Drive |
|
333
|
+
| `street_suffix` | Pines, Coves, Junctions |
|
334
|
+
| `time_zone` | Asia/Irkutsk, America/Sao_Paulo, Asia/Tbilisi |
|
320
335
|
| `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
|
321
336
|
| `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
|
322
337
|
| `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
|
@@ -328,98 +343,98 @@
|
|
328
343
|
|
329
344
|
| Method | Example |
|
330
345
|
| ------ | ------- |
|
331
|
-
| `building_number` |
|
332
|
-
| `city` |
|
333
|
-
| `city_prefix` | East,
|
334
|
-
| `city_suffix` |
|
335
|
-
| `country` |
|
336
|
-
| `country_code` |
|
337
|
-
| `full_address` |
|
338
|
-
| `kommune` |
|
339
|
-
| `neighborhood` |
|
340
|
-
| `post_nr` |
|
341
|
-
| `region` | Nordjylland,
|
342
|
-
| `secondary_address` | Apt.
|
343
|
-
| `state` | Kolding,
|
344
|
-
| `street_address` |
|
345
|
-
| `street_name` |
|
346
|
-
| `street_suffix` |
|
347
|
-
| `time_zone` |
|
346
|
+
| `building_number` | 68694, 914, 1653 |
|
347
|
+
| `city` | Gørding, Esbjerg, Værløse |
|
348
|
+
| `city_prefix` | East, Lake, Lake |
|
349
|
+
| `city_suffix` | borough, view, land |
|
350
|
+
| `country` | Timor-leste, Suriname, Malawi |
|
351
|
+
| `country_code` | AG, PG, IR |
|
352
|
+
| `full_address` | Øksen 46 4734 Jystrup Midtsj Nordjylland DANMARK, Svendsvej 21 2545 Tistrup Nordjylland DANMARK, Hammeren 28 5092 Søllested Hovedstaden DANMARK |
|
353
|
+
| `kommune` | Høje-Taastrup, Favrskov, Haderslev |
|
354
|
+
| `neighborhood` | Northwoods West, Allegheny West, Candlewood Country Club |
|
355
|
+
| `post_nr` | 3454, 8999, 4606 |
|
356
|
+
| `region` | Nordjylland, Hovedstaden, Syddanmark |
|
357
|
+
| `secondary_address` | Apt. 017, Suite 849, Suite 006 |
|
358
|
+
| `state` | Samsø, Kolding, Næstved |
|
359
|
+
| `street_address` | Høje Taastrup 14, L A Rings Vænge 72, Leen A 32 |
|
360
|
+
| `street_name` | Niverød Bakke, Skovgårdsvej, Bøgekrattet |
|
361
|
+
| `street_suffix` | Fort, Roads, Meadow |
|
362
|
+
| `time_zone` | Africa/Casablanca, Asia/Seoul, Asia/Chongqing |
|
348
363
|
| `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
|
349
364
|
| `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
|
350
365
|
| `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
|
351
366
|
| `us_state` | ❗ *[us_state] is deprecated. For US addresses please use the AddressUS module* |
|
352
367
|
| `us_state_abbr` | ❗ *[state_abbr] is deprecated. For US addresses please use the AddressUS module* |
|
353
|
-
| `zip_code` |
|
368
|
+
| `zip_code` | 5408, 0509, 2238 |
|
354
369
|
|
355
370
|
## FFaker::AddressDE
|
356
371
|
|
357
372
|
| Method | Example |
|
358
373
|
| ------ | ------- |
|
359
|
-
| `building_number` |
|
360
|
-
| `city` |
|
361
|
-
| `city_prefix` |
|
362
|
-
| `city_suffix` | port,
|
363
|
-
| `country` |
|
364
|
-
| `country_code` |
|
365
|
-
| `neighborhood` |
|
366
|
-
| `secondary_address` | Apt.
|
367
|
-
| `state` |
|
368
|
-
| `street_address` |
|
369
|
-
| `street_name` |
|
370
|
-
| `street_suffix` |
|
371
|
-
| `time_zone` |
|
374
|
+
| `building_number` | 143, 73856, 23292 |
|
375
|
+
| `city` | Wadern, Pohlheim, Doberlug-Kirchhain |
|
376
|
+
| `city_prefix` | North, Port, Lake |
|
377
|
+
| `city_suffix` | port, ville, side |
|
378
|
+
| `country` | Chad, Equatorial Guinea, Aruba |
|
379
|
+
| `country_code` | LT, CV, BM |
|
380
|
+
| `neighborhood` | East of Telegraph Road, Sagaponack Seaside, Northwest Midlothian/Midlothian Country Club |
|
381
|
+
| `secondary_address` | Apt. 794, Suite 968, Apt. 424 |
|
382
|
+
| `state` | Schleswig-Holstein, Brandenburg, Sachsen |
|
383
|
+
| `street_address` | Krajcikstr. 166, Leuschkehain 96, Wunschstr. 85 |
|
384
|
+
| `street_name` | Dorothastr., Hanastr., Considinestr. |
|
385
|
+
| `street_suffix` | Rest, Forest, Course |
|
386
|
+
| `time_zone` | Africa/Monrovia, America/Godthab, Asia/Baghdad |
|
372
387
|
| `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
|
373
388
|
| `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
|
374
389
|
| `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
|
375
390
|
| `us_state` | ❗ *[us_state] is deprecated. For US addresses please use the AddressUS module* |
|
376
391
|
| `us_state_abbr` | ❗ *[state_abbr] is deprecated. For US addresses please use the AddressUS module* |
|
377
|
-
| `zip_code` |
|
392
|
+
| `zip_code` | 01358, 85182, 86638 |
|
378
393
|
|
379
394
|
## FFaker::AddressFI
|
380
395
|
|
381
396
|
| Method | Example |
|
382
397
|
| ------ | ------- |
|
383
|
-
| `building_number` |
|
384
|
-
| `city` |
|
385
|
-
| `city_prefix` |
|
386
|
-
| `city_suffix` | town,
|
387
|
-
| `country` |
|
388
|
-
| `country_code` |
|
389
|
-
| `full_address` |
|
390
|
-
| `neighborhood` |
|
391
|
-
| `random_country` |
|
392
|
-
| `secondary_address` |
|
393
|
-
| `street_address` |
|
394
|
-
| `street_name` |
|
395
|
-
| `street_nbr` |
|
396
|
-
| `street_suffix` |
|
397
|
-
| `time_zone` |
|
398
|
+
| `building_number` | 74470, 01630, 31978 |
|
399
|
+
| `city` | Laitila, Kurikka, Lahti |
|
400
|
+
| `city_prefix` | Port, North, West |
|
401
|
+
| `city_suffix` | town, port, burgh |
|
402
|
+
| `country` | Cape Verde, Syrian Arab Republic, Singapore |
|
403
|
+
| `country_code` | EE, MR, FI |
|
404
|
+
| `full_address` | Kerhotie 007, 34781 Sastamala, SUOMI, Urheilutie 1 b, 35525 Suonenjoki, SUOMI, Ristikuja 6 a, 15505 Hämeenlinna, SUOMI |
|
405
|
+
| `neighborhood` | Ladue South, Brentwood Central, Rockville East of Hungerford Dr |
|
406
|
+
| `random_country` | Unkari, Ecuador, Suomi |
|
407
|
+
| `secondary_address` | Apt. 442, Suite 767, Suite 466 |
|
408
|
+
| `street_address` | Mäenpääntie 91, Palikkalantie 97, Aholantie 2 b |
|
409
|
+
| `street_name` | Pohjankulmantie, Simontie, Maijanpolku |
|
410
|
+
| `street_nbr` | 5, 986, 4 |
|
411
|
+
| `street_suffix` | Terrace, Crescent, Dale |
|
412
|
+
| `time_zone` | America/Halifax, Australia/Perth, Pacific/Honolulu |
|
398
413
|
| `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
|
399
414
|
| `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
|
400
415
|
| `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
|
401
416
|
| `us_state` | ❗ *[us_state] is deprecated. For US addresses please use the AddressUS module* |
|
402
417
|
| `us_state_abbr` | ❗ *[state_abbr] is deprecated. For US addresses please use the AddressUS module* |
|
403
|
-
| `zip_code` |
|
418
|
+
| `zip_code` | 12791, 97289, 45872 |
|
404
419
|
|
405
420
|
## FFaker::AddressFR
|
406
421
|
|
407
422
|
| Method | Example |
|
408
423
|
| ------ | ------- |
|
409
|
-
| `building_number` |
|
410
|
-
| `city` |
|
411
|
-
| `city_prefix` | Port,
|
412
|
-
| `city_suffix` |
|
413
|
-
| `country` |
|
414
|
-
| `country_code` |
|
415
|
-
| `full_address` |
|
416
|
-
| `neighborhood` |
|
417
|
-
| `postal_code` |
|
418
|
-
| `secondary_address` |
|
419
|
-
| `street_address` |
|
420
|
-
| `street_name` |
|
421
|
-
| `street_suffix` |
|
422
|
-
| `time_zone` |
|
424
|
+
| `building_number` | 47652, 37675, 03406 |
|
425
|
+
| `city` | Saint-Martin-d'Hères, Thionville, Saint-Priest |
|
426
|
+
| `city_prefix` | Port, New, West |
|
427
|
+
| `city_suffix` | berg, mouth, mouth |
|
428
|
+
| `country` | Sweden, Sao Tome and Principe, Montenegro |
|
429
|
+
| `country_code` | PN, MA, BO |
|
430
|
+
| `full_address` | 80 QUATER rue Eugène Bailly, 2643 Drancy, 6670 B bd Jérôme le Seguin 0912 Choisy-le-Roi, 6-60 TER avenue Marine Georges 2B295 Le Lamentin |
|
431
|
+
| `neighborhood` | River Heights, Greater Las Vegas National, Olmsted Falls Central |
|
432
|
+
| `postal_code` | 2A632, 2B924, 0123 |
|
433
|
+
| `secondary_address` | Apt. 545, Apt. 746, Suite 533 |
|
434
|
+
| `street_address` | 0 impasse Laurent Da, 80 T boulevard Pénélope Moreno, 677 B impasse Agnès Costa |
|
435
|
+
| `street_name` | Hae Place, Crist Port, Julian Shoal |
|
436
|
+
| `street_suffix` | Row, Center, Forge |
|
437
|
+
| `time_zone` | America/Bogota, Europe/Prague, Europe/Rome |
|
423
438
|
| `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
|
424
439
|
| `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
|
425
440
|
| `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
|
@@ -427,141 +442,184 @@
|
|
427
442
|
| `us_state_abbr` | ❗ *[state_abbr] is deprecated. For US addresses please use the AddressUS module* |
|
428
443
|
| `zip_code` | ❗ *[zip_code] is deprecated. For US addresses please use the AddressUS module* |
|
429
444
|
|
445
|
+
## FFaker::AddressGR
|
446
|
+
|
447
|
+
| Method | Example |
|
448
|
+
| ------ | ------- |
|
449
|
+
| `building_number` | 453, 37727, 48747 |
|
450
|
+
| `city` | Αλεξάνδρεια, Λάρισα, Καλύβια Θορικού |
|
451
|
+
| `city_prefix` | New, East, West |
|
452
|
+
| `city_suffix` | haven, town, borough |
|
453
|
+
| `country` | Costa Rica, Estonia, Norway |
|
454
|
+
| `country_code` | PW, TG, SO |
|
455
|
+
| `neighborhood` | Seven Hills Area, Summerlin North, Kingsbridge Heights |
|
456
|
+
| `region` | Ιόνιοι Νήσοι, Αττική, Στερεά Ελλάδα |
|
457
|
+
| `secondary_address` | Apt. 541, Suite 953, Apt. 036 |
|
458
|
+
| `street_address` | Πάροδος Πάροδος Κυψελών, 1, Πάροδος Σεφέρη Γιώργου, 1, Οδός Ηροδότου, 43 |
|
459
|
+
| `street_name` | Αμαζόνων, Θάσου, Ανθεμίου |
|
460
|
+
| `street_nbr` | 5, 6, 6 |
|
461
|
+
| `street_suffix` | Key, Dam, Springs |
|
462
|
+
| `time_zone` | Atlantic/South_Georgia, Europe/Minsk, America/New_York |
|
463
|
+
| `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
|
464
|
+
| `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
|
465
|
+
| `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
|
466
|
+
| `us_state` | ❗ *[us_state] is deprecated. For US addresses please use the AddressUS module* |
|
467
|
+
| `us_state_abbr` | ❗ *[state_abbr] is deprecated. For US addresses please use the AddressUS module* |
|
468
|
+
| `zip_code` | 58399, 32445, 43464 |
|
469
|
+
|
430
470
|
## FFaker::AddressIN
|
431
471
|
|
432
472
|
| Method | Example |
|
433
473
|
| ------ | ------- |
|
434
|
-
| `building_number` |
|
435
|
-
| `city` |
|
436
|
-
| `city_prefix` |
|
437
|
-
| `city_suffix` |
|
474
|
+
| `building_number` | 8868, 662, 3878 |
|
475
|
+
| `city` | Schummstad, Cherylside, Hansenville |
|
476
|
+
| `city_prefix` | New, East, New |
|
477
|
+
| `city_suffix` | bury, haven, chester |
|
438
478
|
| `country` | India, India, India |
|
439
479
|
| `country_code` | IN, IN, IN |
|
440
|
-
| `neighborhood` | North
|
441
|
-
| `pincode` |
|
442
|
-
| `secondary_address` | Suite
|
443
|
-
| `state` |
|
444
|
-
| `state_abbr` |
|
445
|
-
| `state_and_union_territory` |
|
446
|
-
| `state_and_union_territory_abbr` |
|
447
|
-
| `street_address` |
|
448
|
-
| `street_name` |
|
449
|
-
| `street_suffix` |
|
480
|
+
| `neighborhood` | North East Irwindale, Schall Circle/Lakeside Green, phoenix |
|
481
|
+
| `pincode` | 666182, 835057, 386555 |
|
482
|
+
| `secondary_address` | Suite 259, Apt. 778, Suite 947 |
|
483
|
+
| `state` | Kerala, Maharashtra, Madhya Pradesh |
|
484
|
+
| `state_abbr` | AS, RJ, UK |
|
485
|
+
| `state_and_union_territory` | Gujarat, Tripura, Goa |
|
486
|
+
| `state_and_union_territory_abbr` | PY, JH, MN |
|
487
|
+
| `street_address` | 45194 Crist Lakes, 4637 Joe Fork, 2610 Windler Knoll |
|
488
|
+
| `street_name` | Veta Spur, McGlynn Row, Larkin Ranch |
|
489
|
+
| `street_suffix` | Causeway, Skyway, Mount |
|
450
490
|
| `time_zone` | Asia/Kolkata, Asia/Kolkata, Asia/Kolkata |
|
451
491
|
| `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
|
452
492
|
| `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
|
453
493
|
| `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
|
454
|
-
| `union_territory` |
|
455
|
-
| `union_territory_abbr` |
|
494
|
+
| `union_territory` | Daman and Diu, Lakshadweep, Pondicherry |
|
495
|
+
| `union_territory_abbr` | DD, DD, LK |
|
456
496
|
| `us_state` | ❗ *[us_state] is deprecated. For US addresses please use the AddressUS module* |
|
457
497
|
| `us_state_abbr` | ❗ *[state_abbr] is deprecated. For US addresses please use the AddressUS module* |
|
458
|
-
| `zip_code` |
|
498
|
+
| `zip_code` | 009928, 844785, 368696 |
|
499
|
+
|
500
|
+
## FFaker::AddressKR
|
501
|
+
|
502
|
+
| Method | Example |
|
503
|
+
| ------ | ------- |
|
504
|
+
| `address_detail` | 태호타워, 두헌빌라 가 063호, 신욱타운 763호 |
|
505
|
+
| `borough` | 용산구, 강북구, 영등포구 |
|
506
|
+
| `building_name` | 완우마을, 양호타운, 순필아파트 |
|
507
|
+
| `city` | 고양시 덕양구, 의왕시, 양주시 |
|
508
|
+
| `land_address` | 강원도 재환마을 010-18, 서울특별시 북구 진명동 015, 세종특별자치시 동구 남경리 907 |
|
509
|
+
| `land_number` | 702-36, 5895, 491 |
|
510
|
+
| `metropolitan_city` | 세종특별자치시, 울산광역시, 부산광역시 |
|
511
|
+
| `old_postal_code` | 065-757, 773-535, 419-702 |
|
512
|
+
| `postal_code` | 72321, 06342, 56909 |
|
513
|
+
| `province` | 경상남도, 전라북도, 충청북도 |
|
514
|
+
| `road_addess` | 강원도 노원구 상욱마을 (이창동), 세종특별자치시 중구 목찬아파트 (신홍동), 강원도 강북구 규빈빌라 |
|
515
|
+
| `street` | 태혁마을, 순신타워, 순욱빌라 |
|
516
|
+
| `town` | 제준리, 지섭마을, 보준마을 |
|
459
517
|
|
460
518
|
## FFaker::AddressMX
|
461
519
|
|
462
520
|
| Method | Example |
|
463
521
|
| ------ | ------- |
|
464
|
-
| `municipality` |
|
465
|
-
| `postal_code` |
|
466
|
-
| `state` |
|
467
|
-
| `state_abbr` |
|
468
|
-
| `zip_code` |
|
522
|
+
| `municipality` | Coyoacán, Guadalupe Victoria, San Pedro Totolápam |
|
523
|
+
| `postal_code` | 54483, 96628, 86487 |
|
524
|
+
| `state` | Durango, Colima, Michoacán |
|
525
|
+
| `state_abbr` | HGO, MEX, QR |
|
526
|
+
| `zip_code` | 39953, 51445, 46592 |
|
469
527
|
|
470
528
|
## FFaker::AddressNL
|
471
529
|
|
472
530
|
| Method | Example |
|
473
531
|
| ------ | ------- |
|
474
|
-
| `building_number` |
|
475
|
-
| `city` |
|
476
|
-
| `city_prefix` |
|
477
|
-
| `city_suffix` |
|
478
|
-
| `country` |
|
479
|
-
| `country_code` |
|
480
|
-
| `neighborhood` |
|
481
|
-
| `postal_code` |
|
482
|
-
| `province` | Noord-Brabant,
|
483
|
-
| `secondary_address` | Apt.
|
484
|
-
| `street_address` |
|
485
|
-
| `street_name` |
|
486
|
-
| `street_suffix` |
|
487
|
-
| `time_zone` |
|
532
|
+
| `building_number` | 805, 373, 506 |
|
533
|
+
| `city` | Boskant, Groede, Emmen |
|
534
|
+
| `city_prefix` | Lake, South, East |
|
535
|
+
| `city_suffix` | view, land, bury |
|
536
|
+
| `country` | Albania, Bouvet Island, Equatorial Guinea |
|
537
|
+
| `country_code` | UY, SB, CL |
|
538
|
+
| `neighborhood` | Central Chandler, Candlewood Country Club, Kingsbridge Heights |
|
539
|
+
| `postal_code` | 9589 ej, 2465 un, 4260 ja |
|
540
|
+
| `province` | Noord-Brabant, Friesland, Gelderland |
|
541
|
+
| `secondary_address` | Apt. 782, Apt. 291, Apt. 444 |
|
542
|
+
| `street_address` | 737 Loidastraat, 63462 Erdmanstraat, 45628 Labadiestraat |
|
543
|
+
| `street_name` | Corkerystraat, Caspersteeg, Ladystraat |
|
544
|
+
| `street_suffix` | Cove, Extensions, Flat |
|
545
|
+
| `time_zone` | Africa/Monrovia, Asia/Krasnoyarsk, Europe/Moscow |
|
488
546
|
| `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
|
489
547
|
| `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
|
490
548
|
| `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
|
491
549
|
| `us_state` | ❗ *[us_state] is deprecated. For US addresses please use the AddressUS module* |
|
492
550
|
| `us_state_abbr` | ❗ *[state_abbr] is deprecated. For US addresses please use the AddressUS module* |
|
493
|
-
| `zip_code` |
|
551
|
+
| `zip_code` | 5248 zk, 9591 tw, 2743 va |
|
494
552
|
|
495
553
|
## FFaker::AddressRU
|
496
554
|
|
497
555
|
| Method | Example |
|
498
556
|
| ------ | ------- |
|
499
|
-
| `building_number` |
|
500
|
-
| `city` |
|
501
|
-
| `city_prefix` |
|
502
|
-
| `city_suffix` |
|
503
|
-
| `country` |
|
504
|
-
| `country_code` |
|
505
|
-
| `neighborhood` |
|
506
|
-
| `province` |
|
507
|
-
| `secondary_address` |
|
508
|
-
| `street_address` | ул.
|
509
|
-
| `street_name` | ул.
|
510
|
-
| `street_number` |
|
511
|
-
| `street_suffix` |
|
512
|
-
| `time_zone` |
|
557
|
+
| `building_number` | 93732, 796, 8118 |
|
558
|
+
| `city` | Тюмень, Ставрополь, Астрахань |
|
559
|
+
| `city_prefix` | South, Lake, West |
|
560
|
+
| `city_suffix` | ton, town, town |
|
561
|
+
| `country` | United Kingdom, Saint Kitts and Nevis, Brunei Darussalam |
|
562
|
+
| `country_code` | IL, UG, SI |
|
563
|
+
| `neighborhood` | phoenix, Northwest Midlothian/Midlothian Country Club, Ocean Parkway South |
|
564
|
+
| `province` | Амурская область, Санкт-Петербург, Пермский край |
|
565
|
+
| `secondary_address` | Apt. 930, Suite 546, Suite 701 |
|
566
|
+
| `street_address` | ул. Советская, д. 7, ул. Юбилейная, д. 647, ул. Заводская, д. 793 |
|
567
|
+
| `street_name` | ул. Садовая, ул. Совхозная, ул. Горького |
|
568
|
+
| `street_number` | 0, 91, 451 |
|
569
|
+
| `street_suffix` | Meadows, Ville, Crest |
|
570
|
+
| `time_zone` | Asia/Kuwait, Africa/Casablanca, America/Guyana |
|
513
571
|
| `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
|
514
572
|
| `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
|
515
573
|
| `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
|
516
574
|
| `us_state` | ❗ *[us_state] is deprecated. For US addresses please use the AddressUS module* |
|
517
575
|
| `us_state_abbr` | ❗ *[state_abbr] is deprecated. For US addresses please use the AddressUS module* |
|
518
|
-
| `zip_code` |
|
576
|
+
| `zip_code` | 418215, 988383, 875577 |
|
519
577
|
|
520
578
|
## FFaker::AddressSE
|
521
579
|
|
522
580
|
| Method | Example |
|
523
581
|
| ------ | ------- |
|
524
|
-
| `building_number` |
|
525
|
-
| `city` |
|
526
|
-
| `city_prefix` |
|
527
|
-
| `city_suffix` | ton,
|
528
|
-
| `country` |
|
529
|
-
| `country_code` |
|
530
|
-
| `full_address` |
|
531
|
-
| `neighborhood` |
|
532
|
-
| `random_country` |
|
533
|
-
| `secondary_address` |
|
534
|
-
| `street_address` |
|
535
|
-
| `street_name` |
|
536
|
-
| `street_nbr` |
|
537
|
-
| `street_suffix` |
|
538
|
-
| `time_zone` |
|
582
|
+
| `building_number` | 5875, 524, 67844 |
|
583
|
+
| `city` | Lidingö, Falsterbo, Mönsterås |
|
584
|
+
| `city_prefix` | Port, South, Port |
|
585
|
+
| `city_suffix` | ton, mouth, fort |
|
586
|
+
| `country` | Kiribati, South Africa, Saint Lucia |
|
587
|
+
| `country_code` | MQ, JE, MY |
|
588
|
+
| `full_address` | Lötmogatan 5b, 22 977 Kristinehamn, SVERIGE, Sjättenovembervägen 9, 94 512 Tranås, SVERIGE, Körsbärsvägen 2a, 37 917 Djursholm, SVERIGE |
|
589
|
+
| `neighborhood` | Renton West, Bushwick South, Cleveland Park |
|
590
|
+
| `random_country` | Senegal, Falklandsöarna, Irland |
|
591
|
+
| `secondary_address` | Suite 486, Suite 176, Apt. 375 |
|
592
|
+
| `street_address` | Lästringevägen 424, Kransbindarvägen 8b, Osmundsvägen 6 |
|
593
|
+
| `street_name` | Fyrskeppsvägen, Vårgårdavägen, Målvägen |
|
594
|
+
| `street_nbr` | 052, 7, 464 |
|
595
|
+
| `street_suffix` | Alley, Cliff, Greens |
|
596
|
+
| `time_zone` | America/Indiana/Indianapolis, Australia/Adelaide, Africa/Monrovia |
|
539
597
|
| `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
|
540
598
|
| `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
|
541
599
|
| `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
|
542
600
|
| `us_state` | ❗ *[us_state] is deprecated. For US addresses please use the AddressUS module* |
|
543
601
|
| `us_state_abbr` | ❗ *[state_abbr] is deprecated. For US addresses please use the AddressUS module* |
|
544
|
-
| `zip_code` |
|
602
|
+
| `zip_code` | 41 683, 25 280, 42 823 |
|
545
603
|
|
546
604
|
## FFaker::AddressSN
|
547
605
|
|
548
606
|
| Method | Example |
|
549
607
|
| ------ | ------- |
|
550
|
-
| `arrondissement` |
|
551
|
-
| `building_number` |
|
552
|
-
| `city` |
|
553
|
-
| `city_prefix` |
|
554
|
-
| `city_suffix` |
|
555
|
-
| `country` | Belize,
|
556
|
-
| `country_code` |
|
557
|
-
| `departement` |
|
558
|
-
| `neighborhood` |
|
559
|
-
| `region` |
|
560
|
-
| `secondary_address` |
|
561
|
-
| `street_address` |
|
562
|
-
| `street_name` |
|
563
|
-
| `street_suffix` |
|
564
|
-
| `time_zone` |
|
608
|
+
| `arrondissement` | Thiès Ouest, Ouakam, Diamaguène |
|
609
|
+
| `building_number` | 00832, 556, 51975 |
|
610
|
+
| `city` | Lake Trang, North Shannonport, East Giselaburgh |
|
611
|
+
| `city_prefix` | Port, East, South |
|
612
|
+
| `city_suffix` | furt, furt, side |
|
613
|
+
| `country` | Belize, Albania, Wallis and Futuna |
|
614
|
+
| `country_code` | NE, SO, ZM |
|
615
|
+
| `departement` | Louga, Ranerou, Linguere |
|
616
|
+
| `neighborhood` | West Covina East, Florissant West, Mott Haven/Port Morris |
|
617
|
+
| `region` | diourbel, kolda, kolda |
|
618
|
+
| `secondary_address` | Apt. 388, Apt. 567, Apt. 767 |
|
619
|
+
| `street_address` | 2527 Sherrell Forge, 9715 Kozey Pine, 1868 Lura Vista |
|
620
|
+
| `street_name` | Milan Streets, Howe Lane, D'Amore Parkways |
|
621
|
+
| `street_suffix` | Passage, Lock, Shoals |
|
622
|
+
| `time_zone` | America/St_Johns, Asia/Singapore, America/Chihuahua |
|
565
623
|
| `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
|
566
624
|
| `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
|
567
625
|
| `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
|
@@ -573,33 +631,33 @@
|
|
573
631
|
|
574
632
|
| Method | Example |
|
575
633
|
| ------ | ------- |
|
576
|
-
| `appartment_number` |
|
577
|
-
| `building_number` |
|
578
|
-
| `city` |
|
579
|
-
| `country` |
|
580
|
-
| `province` |
|
581
|
-
| `street_address` | вул.
|
582
|
-
| `street_name` | вул.
|
583
|
-
| `zip_code` |
|
634
|
+
| `appartment_number` | 27, 68, 1 |
|
635
|
+
| `building_number` | 40, 1, 232 |
|
636
|
+
| `city` | Черкаси, Бердянськ, Бердянськ |
|
637
|
+
| `country` | Єгипет, Естонія, Гаїті |
|
638
|
+
| `province` | Херсонська область, Київська область, Донецька область |
|
639
|
+
| `street_address` | вул. Брюховичів, 677, вул. Коліївщини, 2, вул. Брюховичів, 84 |
|
640
|
+
| `street_name` | вул. Староміська, вул. Брюховичів, вул. Городоцька |
|
641
|
+
| `zip_code` | 92019, 74640, 78951 |
|
584
642
|
|
585
643
|
## FFaker::AddressUK
|
586
644
|
|
587
645
|
| Method | Example |
|
588
646
|
| ------ | ------- |
|
589
|
-
| `building_number` |
|
590
|
-
| `city` |
|
591
|
-
| `city_prefix` |
|
592
|
-
| `city_suffix` |
|
593
|
-
| `country` | Northern Ireland, Scotland
|
594
|
-
| `country_code` |
|
595
|
-
| `county` |
|
596
|
-
| `neighborhood` |
|
597
|
-
| `postcode` |
|
598
|
-
| `secondary_address` |
|
599
|
-
| `street_address` |
|
600
|
-
| `street_name` |
|
601
|
-
| `street_suffix` |
|
602
|
-
| `time_zone` |
|
647
|
+
| `building_number` | 79627, 3188, 86308 |
|
648
|
+
| `city` | Port Shawnna, Lake Kerstin, Port Lucrecia |
|
649
|
+
| `city_prefix` | West, South, Port |
|
650
|
+
| `city_suffix` | burgh, stad, shire |
|
651
|
+
| `country` | Wales, Northern Ireland, Scotland |
|
652
|
+
| `country_code` | JE, KR, ST |
|
653
|
+
| `county` | Hertfordshire, County Londonderry, West Glamorgan |
|
654
|
+
| `neighborhood` | Murray Hill, Pound Ridge East, Central Chandler |
|
655
|
+
| `postcode` | BL91 1TH, ZT97 8SN, VE6 9QW |
|
656
|
+
| `secondary_address` | Suite 143, Suite 801, Apt. 095 |
|
657
|
+
| `street_address` | 5949 Swift Motorway, 25270 Little Square, 189 Ruecker Spur |
|
658
|
+
| `street_name` | Florance Trafficway, Wiza Squares, Rippin Point |
|
659
|
+
| `street_suffix` | Way, Station, Extension |
|
660
|
+
| `time_zone` | Asia/Shanghai, Asia/Bangkok, Pacific/Midway |
|
603
661
|
| `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
|
604
662
|
| `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
|
605
663
|
| `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
|
@@ -611,124 +669,159 @@
|
|
611
669
|
|
612
670
|
| Method | Example |
|
613
671
|
| ------ | ------- |
|
614
|
-
| `building_number` |
|
615
|
-
| `city` |
|
616
|
-
| `city_prefix` |
|
617
|
-
| `city_suffix` |
|
618
|
-
| `continental_state` |
|
619
|
-
| `continental_state_abbr` |
|
620
|
-
| `country` |
|
621
|
-
| `country_code` |
|
622
|
-
| `neighborhood` |
|
623
|
-
| `secondary_address` |
|
624
|
-
| `state` |
|
625
|
-
| `state_abbr` |
|
626
|
-
| `state_and_territories_abbr` |
|
627
|
-
| `street_address` |
|
628
|
-
| `street_name` |
|
629
|
-
| `street_suffix` |
|
630
|
-
| `time_zone` |
|
672
|
+
| `building_number` | 75458, 4089, 5735 |
|
673
|
+
| `city` | Mertzfort, Sorayafurt, Lehnerfurt |
|
674
|
+
| `city_prefix` | South, New, North |
|
675
|
+
| `city_suffix` | ton, ton, side |
|
676
|
+
| `continental_state` | Pennsylvania, Texas, Missouri |
|
677
|
+
| `continental_state_abbr` | NJ, NJ, AL |
|
678
|
+
| `country` | Lao People's Democratic Republic, Saint Barthélemy, Bahamas |
|
679
|
+
| `country_code` | LA, AI, ID |
|
680
|
+
| `neighborhood` | Dyker Heights, Renton West, Ladue South |
|
681
|
+
| `secondary_address` | Apt. 957, Suite 080, Apt. 678 |
|
682
|
+
| `state` | New York, Massachusetts, New York |
|
683
|
+
| `state_abbr` | UT, UT, NM |
|
684
|
+
| `state_and_territories_abbr` | MP, SD, FL |
|
685
|
+
| `street_address` | 371 Nakisha Ville, 34962 Gorczany Motorway, 0343 Benito Crescent |
|
686
|
+
| `street_name` | Tammi Points, Hobert Lane, Monahan Freeway |
|
687
|
+
| `street_suffix` | Via, Mountains, Brooks |
|
688
|
+
| `time_zone` | Asia/Kamchatka, Europe/Copenhagen, Asia/Yerevan |
|
631
689
|
| `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
|
632
690
|
| `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
|
633
691
|
| `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
|
634
692
|
| `us_state` | ❗ *[us_state] is deprecated. For US addresses please use the AddressUS module* |
|
635
693
|
| `us_state_abbr` | ❗ *[state_abbr] is deprecated. For US addresses please use the AddressUS module* |
|
636
|
-
| `zip_code` |
|
694
|
+
| `zip_code` | 32534, 49743-6417, 61814 |
|
695
|
+
|
696
|
+
## FFaker::Airline
|
697
|
+
|
698
|
+
| Method | Example |
|
699
|
+
| ------ | ------- |
|
700
|
+
| `flight_number` | CTM 1556, A5 3832, KL 1841 |
|
701
|
+
| `name` | Tulpar Air, Aero-jet Swissjet, Germanwings |
|
637
702
|
|
638
703
|
## FFaker::Avatar
|
639
704
|
|
640
705
|
| Method | Example |
|
641
706
|
| ------ | ------- |
|
642
|
-
| `image` | https://robohash.org/
|
707
|
+
| `image` | https://robohash.org/doloremqueestmodi.png?size=300x300, https://robohash.org/culpafaceredignissimos.png?size=300x300, https://robohash.org/excepturiassumendaeos.png?size=300x300 |
|
643
708
|
|
644
709
|
## FFaker::Lorem
|
645
710
|
|
646
711
|
| Method | Example |
|
647
712
|
| ------ | ------- |
|
648
|
-
| `characters` |
|
649
|
-
| `paragraph` |
|
650
|
-
| `paragraphs` |
|
651
|
-
| `phrase` |
|
652
|
-
| `phrases` |
|
653
|
-
| `sentence` |
|
654
|
-
| `sentences` |
|
655
|
-
| `word` |
|
656
|
-
| `words` |
|
713
|
+
| `characters` | o57k41roea9xa63tk2az8c7v1tiubmq9nj60u41034j76mfeqby81xd2p7lfsjasv2bewpm8e2rsep9du579jvrqwmacibx76zmm6ig4cdqxuytk29jg24nvq9kex9xc6v80qb3lxoj9fh3qwgygxopdqlq82kwd61zix3t8ds52q6rykwxwfyjhwhxtec2ezvpohkucylcrt4e9r446hsmcczli1qd3rujs5v8h2cmpaqhww9ypbf42vj5bqhi, ytqoimu8pyqsj11jevso2v4egl4a3houoi87yd2vt0qtkdh3cosoafc19ei2dfrbryue1uzm7uvex0spsppmcsyd24ctq0gik9s6x873ohx1wjfy73b8d8nu7mcmcjfutzl1ezajp75ij2erlzabwfdd8ls3kal1s4hfxw9xk94zpmziqmdcimacjvc5e4tcunw9jrc4m8zkfqbb7mpk1frgcp26embcc2bsdb3olbbj4n661ftq5s2neeoidit, u3tf9bwer515z960hlbqw3daifhq1pqzm0itbzcftbf0f751vlrtbf9jfia2aze1uduo38e73kfnnsbvani66kgt1uq52q4yboz1raa9932if3rnd7wkx6oo5okif576n82ymuqlpvf1vr6id311r2ralfktfe2dty3vt97wsgclnphc7qod1pa2wtxw7usxu2p3det31w4t8i7y2cfuoyejhduwjf6en9534n5whjzwui9e5lzof6kcllh86e9 |
|
714
|
+
| `paragraph` | Eius velit aut facilis laudantium consectetur. Quo a qui ratione distinctio. Voluptatibus perspiciatis incidunt ullam enim tempora., Iste ut totam et hic. Tempora in consequuntur nulla quibusdam consequatur et ea illo. Nobis a sequi sed laboriosam dolorem suscipit incidunt ratione., Tempora dolore necessitatibus dicta sint veniam a molestiae rerum. Quas officia odit ut unde hic ad. Suscipit corporis dignissimos dolorem accusamus placeat optio atque explicabo. |
|
715
|
+
| `paragraphs` | Distinctio minus ut et facere officiis dolorum beatae ullam. Dignissimos at sequi corporis modi blanditiis rerum. Natus qui saepe aut doloribus animi rerum velit voluptas., Vero alias et saepe sed non eum. A dignissimos et aliquam omnis autem laboriosam. Tempora aliquam nam iste eaque ipsa. Non modi soluta sit rerum ea eos id., Alias sit qui labore explicabo sint quas. Dolor ullam rerum est perspiciatis. Nostrum aut occaecati suscipit quisquam optio ut iure pariatur. Asperiores natus voluptas quas qui nemo dicta et est., Quia aspernatur qui nihil autem. Necessitatibus quam suscipit occaecati adipisci officia iure magnam veniam. Dolorem ex odit fugiat est in sint quis est. Rerum eveniet quae voluptates eos mollitia repudiandae. Voluptatem voluptatum facilis dolore atque et., Vero aut pariatur qui et. Aliquid officia magni dolor laboriosam praesentium vel deserunt. Ratione quos officiis qui quasi. Quisquam labore rerum doloremque quo at., Quo sit unde autem aut nihil praesentium. Voluptas expedita omnis aliquam consectetur quod dolor. Delectus in ut repudiandae blanditiis ratione nobis ut voluptas., Omnis neque rerum sapiente quibusdam beatae. Dolor occaecati vero dolores alias. Sint dolorem eius esse est. Facere saepe qui magnam perspiciatis quaerat ut omnis., Explicabo impedit deleniti officia aliquid quam sunt. Earum commodi repudiandae culpa tenetur. Qui veniam sunt quae et iusto incidunt. Est non consequatur corporis voluptas., Tenetur aut velit non vitae pariatur explicabo. Ipsam omnis et aut error illo velit harum. Quia voluptas voluptatem ab veniam minus et. Perspiciatis aut voluptas at voluptas. Soluta possimus placeat atque eaque voluptatem non. |
|
716
|
+
| `phrase` | Consequatur tempore inventore delectus animi excepturi., Qui quasi molestiae ut voluptatem in quis dolores., Sapiente et eum eius rem. |
|
717
|
+
| `phrases` | Ut magni quas quod dolore esse molestiae non., Et fugiat accusamus quibusdam eos., Nobis quo harum sed eligendi dolor., Repellat harum rerum qui accusamus., A quis dolores consequatur architecto., Ad blanditiis iure eos autem asperiores ex aut., Quis illum qui odit ea., Facere quaerat quod repudiandae eveniet a mollitia., Enim tenetur vel corporis eum veniam quisquam et. |
|
718
|
+
| `sentence` | Amet laboriosam doloremque reprehenderit reiciendis., Ea accusantium corporis blanditiis hic cumque illum., Tempora natus odit accusantium qui expedita facilis. |
|
719
|
+
| `sentences` | Voluptatem aliquam ut perferendis omnis ut dicta at officiis., Cupiditate ut ut quidem qui enim officia quo dolorum., Voluptates et illo incidunt sit maiores eos doloremque., Iure qui omnis nostrum omnis., Distinctio nemo ut iure saepe totam aut., Accusamus magnam aut quos doloremque commodi et., Sunt architecto praesentium aliquam nesciunt., Officia autem accusamus commodi non laborum autem., Ut nihil totam ullam laboriosam nam est. |
|
720
|
+
| `word` | cum, quia, aut |
|
721
|
+
| `words` | nostrum, suscipit, tenetur, dolorem, repellat, commodi, repellendus, dolor, debitis |
|
657
722
|
|
658
723
|
## FFaker::BaconIpsum
|
659
724
|
|
660
725
|
| Method | Example |
|
661
726
|
| ------ | ------- |
|
662
|
-
| `characters` |
|
663
|
-
| `paragraph` |
|
664
|
-
| `paragraphs` |
|
665
|
-
| `phrase` |
|
666
|
-
| `phrases` |
|
667
|
-
| `sentence` |
|
668
|
-
| `sentences` |
|
669
|
-
| `word` |
|
670
|
-
| `words` |
|
727
|
+
| `characters` | hsafcripg4khfj5fl8fus248gxj83r5xjm70qmvs2tmd0aklnb44d25tygl8dnhqn6fie8ae6ftbvooc0qtd0bdbb67jk8oqo2ier4jms9q7x6ar4t3puj5hxjspuusdegosreqftuqm2tj6mx6bwba1fqgwhkblg2ykda5exex91pchigqz3rhdb3mkkjusrxtkuw3jhx5zgvxwyxievsu2sdsfy714orpr39ewvxrwra0dabq736m7g2fy9mb, bkk6tmi1oesfa2w2nbn4gtwxxc6gt8bvj49xcfe57405ox5gclo1n87205cecticy0ydl43gff88roq35ynr88ir3xmnq03lk7cpe7fyikyv27hb30u7fohiomye99k3rfthmavohb0m2xn0mo2yg9c09ykxrs1k8tps8tp0s3syqfx8bohcxnrqx7kqeyvgjnj0gyrfur8bhk9gpqxazjj6nefmm4pmvdwkgy6uw0aba9n9522dkbpxt18i3ov, x5l2drfwfvo40ychjn5kd887x5zng6o4tpl49q9fy3gshj3i9ko3c2s6s5lbxz2z4mnoi388pzg27u29qdgeakmjrdduk4ouo7clzzszwq3r7bqbvs0b9dlq4du2sqrjol45m23dk4bbg20t345dt3cxeexc43xz8woifdccdk3nb1vdnnbueg4hzx4ffncto7026ediidrqplgcuwx1pmwqz43jkevuyvxeuxi76gtdpf1dywg7qg5lq59cazo |
|
728
|
+
| `paragraph` | Chicken tri-tip flank kielbasa shoulder pork chop swine. Corned beef bacon flank kielbasa pork chop pancetta spare ribs bresaola. Venison doner porchetta ham hock pork loin ribeye tenderloin pig. Leberkas porchetta pig pork belly ham hock drumstick spare ribs tenderloin. Shankle Kevin short ribs sausage pastrami hamburger ball tip tri-tip., Strip steak pork beef turkey Kevin pancetta shankle. Jowl pork loin strip steak meatball brisket beef ribs bacon beef. T-bone Kevin andouille porchetta hamburger bacon., Meatball ham hock bacon hamburger rump pig leberkas ribeye pork. Hamburger tongue pork loin sirloin sausage ball tip beef ribs meatloaf filet mignon. Chicken tongue beef ribs venison doner. Pig rump biltong boudin capicola ground round. |
|
729
|
+
| `paragraphs` | Hamburger pork belly meatloaf filet mignon turkey ham hock. Venison jerky pig drumstick rump. Drumstick strip steak fatback beef ribs turkey leberkas., Hamburger chuck tongue jowl doner. Flank sausage pork andouille bresaola salami brisket. Strip steak cow hamburger shoulder capicola. Doner beef spare ribs chuck Kevin. Doner short ribs salami sirloin tongue., Andouille porchetta short ribs pig turducken doner sausage spare ribs pork belly. Cow ham shankle landjaeger sausage jerky pig spare ribs. Venison capicola sausage bacon shank tail pork. Filet mignon pork belly short ribs tail ham drumstick., Meatloaf doner beef capicola porchetta swine. Porchetta ribeye salami hamburger brisket drumstick tri-tip ball tip venison. Tongue swine meatloaf Kevin pork. Shankle swine prosciutto venison shank strip steak. Ham swine ham hock tri-tip pancetta porchetta., Short ribs pancetta Kevin biltong brisket venison capicola cow. Meatball andouille frankfurter tri-tip rump hamburger jowl. Cow pork loin brisket rump hamburger. Turducken pig meatloaf beef ribs corned beef., Pork belly tongue strip steak leberkas pancetta. Spare ribs flank tenderloin bacon shankle pig cow turkey sausage. Brisket meatball landjaeger doner turkey. Short loin meatloaf beef sausage tail venison. Pig biltong cow drumstick Kevin., Pork loin drumstick short ribs beef ribs swine shank turkey hamburger. Fatback chuck salami pork loin meatball shoulder. Venison pancetta ham porchetta filet mignon prosciutto ball tip jerky salami. Drumstick salami turducken t-bone meatball., Prosciutto venison pork loin fatback Kevin jowl swine. Brisket capicola shoulder short ribs Kevin sausage biltong beef. Jowl hamburger t-bone corned beef beef ribs chuck jerky capicola., Brisket turducken ball tip bresaola prosciutto shoulder ground round. Pancetta ball tip drumstick shank ham andouille. Capicola turkey leberkas flank landjaeger shank swine jowl. Pork chicken flank beef strip steak boudin bresaola venison shank. |
|
730
|
+
| `phrase` | Pancetta salami meatball turkey beef pork chop fatback bacon strip steak., Tri-tip frankfurter ground round short loin hamburger capicola cow venison., Ham hock chicken Kevin turducken pancetta strip steak. |
|
731
|
+
| `phrases` | Ham hock rump sausage kielbasa pancetta ground round leberkas shoulder t-bone., Tenderloin frankfurter pig short ribs spare ribs biltong sausage short loin andouille., Rump ham prosciutto pork turducken fatback., Brisket shoulder pork belly frankfurter pig chuck porchetta., Spare ribs bresaola ribeye shank jerky pork chop pastrami landjaeger., Ground round tongue biltong shoulder ball tip chuck jerky tenderloin., T-bone turkey boudin drumstick ribeye andouille venison prosciutto meatball., Meatball sausage tail boudin doner tri-tip., Jowl rump pig biltong beef ribs tenderloin fatback. |
|
732
|
+
| `sentence` | Doner filet mignon boudin pork chop strip steak biltong ribeye., Pastrami pork strip steak bresaola porchetta tri-tip swine short ribs beef ribs., Landjaeger tri-tip filet mignon meatloaf short ribs. |
|
733
|
+
| `sentences` | Rump tongue meatball ham flank., Sirloin jowl prosciutto bresaola t-bone meatball., Capicola tri-tip chicken drumstick meatball., Prosciutto sirloin t-bone leberkas ribeye., Capicola tail rump landjaeger ham tri-tip filet mignon tenderloin chicken., Fatback pig swine rump turkey pork belly ham sirloin., Tri-tip landjaeger fatback swine sirloin sausage., Swine shankle andouille pork chop ham leberkas prosciutto., Flank jerky leberkas meatloaf chuck pig. |
|
734
|
+
| `word` | frankfurter, frankfurter, pork chop |
|
735
|
+
| `words` | chuck, meatloaf, kielbasa, beef ribs, tail, pig, leberkas, ham hock, hamburger |
|
736
|
+
|
737
|
+
## FFaker::Book
|
738
|
+
|
739
|
+
| Method | Example |
|
740
|
+
| ------ | ------- |
|
741
|
+
| `author` | Tegan Armstrong, Daria Jacobs, Demarcus Luettgen |
|
742
|
+
| `cover` | https://robohash.org/namlaudantiumfugit.png?size=300x300, https://robohash.org/voluptatemlaboriosamomnis.png?size=300x300, https://robohash.org/liberoexcepturitenetur.png?size=300x300 |
|
743
|
+
| `description` | Corporis sunt quis fuga odit at enim corrupti vel. Ut expedita et et quibusdam nesciunt libero. Delectus dolorem quo ab animi ut nihil ut in. Et aut maxime sit adipisci neque repudiandae. Ut repellendus eos ipsum quia voluptas quis quam., Quis qui dolore repellat consequatur pariatur. Facilis ullam autem sunt qui accusantium accusamus et dolor. Repellendus consequatur unde reiciendis illum soluta ex repellat. Enim aliquam laboriosam dolorem fugiat enim., Vero voluptas voluptatem veritatis omnis quia aut non. Quo est placeat nihil asperiores non in aliquam. Modi sed non dicta commodi vel ipsam laborum iste. Voluptatum sint animi magnam non et odit et. |
|
744
|
+
| `genre` | Fable, fairy tale, folklore, Sports fiction, Thanksgiving |
|
745
|
+
| `isbn` | 12748252896, 1909443912, 4326026306 |
|
746
|
+
| `title` | Bloody Demon, Flying Tentacle, Action Ninja |
|
671
747
|
|
672
748
|
## FFaker::Boolean
|
673
749
|
|
674
750
|
| Method | Example |
|
675
751
|
| ------ | ------- |
|
676
|
-
| `maybe` | false,
|
677
|
-
| `random` |
|
678
|
-
| `sample` |
|
752
|
+
| `maybe` | false, true, false |
|
753
|
+
| `random` | false, true, true |
|
754
|
+
| `sample` | false, true, true |
|
679
755
|
|
680
756
|
## FFaker::CheesyLingo
|
681
757
|
|
682
758
|
| Method | Example |
|
683
759
|
| ------ | ------- |
|
684
|
-
| `paragraph` |
|
685
|
-
| `sentence` |
|
686
|
-
| `title` |
|
687
|
-
| `word` |
|
688
|
-
| `words` |
|
760
|
+
| `paragraph` | The moon is made of green cheese and but poets have been mysteriously silent on the subject of cheese wash, rinse, repeat it is blue sky thinking - tongue in cheek bergkäse from the Alps a good alternative to cheesecloth cut the cheese processed cheese has several technical advantages over traditional cheese garlic cheese biscuits., So cute but cheesy cut to size soft ripening cheese for but round cheeses are to be cut in wedges, like a cake processed cheese has several technical advantages over traditional cheese of cheesy business lingo they were so cheesed off dutch sandwich double dutch or with Dutch courage., Washed curd cheese blue fungi in cream until the wheels form a white coat of penicillium moulds Penicillium roqueforti is like chalk and cheese and wrap blue cheeses all over as mould spores spread readily trying too hard, unsubtle, and inauthentic dutch sandwich Sheridans Cheesemongers in an artisan farmerhouse. |
|
761
|
+
| `sentence` | A good alternative to cheeseclothcut to sizethe early bird may get the worm, but the second mouse gets the cheese in the trap., But poets have been mysteriously silent on the subject of cheesethe slice of cheese is placed on top of the meat pattyhe old cheese dairy buildings, situated on the historic site., Coagulation of the milk protein caseinit is blue sky thinkingbut don't you agree? It is no use crying over spilled milk. |
|
762
|
+
| `title` | Dutch Gouda, Soft Affineurs, Sharp Goats |
|
763
|
+
| `word` | melting, farmer, toast! |
|
764
|
+
| `words` | farmer, cheese, springy, cheesecake, Gouda, fat, soft, grated, Emmentaler, buttery, milk, farmer, elastic, nutty, Emmentaler |
|
689
765
|
|
690
766
|
## FFaker::Color
|
691
767
|
|
692
768
|
| Method | Example |
|
693
769
|
| ------ | ------- |
|
694
|
-
| `
|
770
|
+
| `hex_code` | 68b167, b2f800, df09f8 |
|
771
|
+
| `hsl_array` | 316, 88%, 75%, 91, 77%, 46%, 60, 29%, 69% |
|
772
|
+
| `hsl_list` | 59,16%,46%, 331,56%,35%, 164,90%,97% |
|
773
|
+
| `hsla_array` | 112, 97%, 16%, 0.5, 123, 99%, 31%, 0.42, 81, 73%, 75%, 0.48 |
|
774
|
+
| `hsla_list` | 50,50%,55%,0.41, 243,79%,36%,0.81, 26,53%,10%,0.59 |
|
775
|
+
| `name` | aqua, violet, steelblue |
|
776
|
+
| `rgb_array` | 244, 5, 41, 180, 242, 153, 12, 75, 44 |
|
777
|
+
| `rgb_list` | 222,122,159, 103,98,237, 98,79,8 |
|
778
|
+
| `rgba_array` | 146, 187, 111, 0.68, 17, 159, 107, 0.94, 203, 176, 244, 0.11 |
|
779
|
+
| `rgba_list` | 170,210,159,0.66, 156,91,64,0.89, 76,83,125,0.37 |
|
695
780
|
|
696
781
|
## FFaker::ColorUA
|
697
782
|
|
698
783
|
| Method | Example |
|
699
784
|
| ------ | ------- |
|
700
|
-
| `name` |
|
785
|
+
| `name` | багряний, темно-каштановий, блакитно-фіолетовий |
|
701
786
|
|
702
787
|
## FFaker::Company
|
703
788
|
|
704
789
|
| Method | Example |
|
705
790
|
| ------ | ------- |
|
706
|
-
| `bs` |
|
707
|
-
| `catch_phrase` |
|
708
|
-
| `name` |
|
709
|
-
| `position` |
|
710
|
-
| `suffix` |
|
791
|
+
| `bs` | synergize distributed e-tailers, transform interactive models, transform dot-com portals |
|
792
|
+
| `catch_phrase` | Cross-group methodical migration, Versatile 5th generation database, Customer-focused tangible forecast |
|
793
|
+
| `name` | Brekke Inc, Schmitt-Howe, Price-Prosacco |
|
794
|
+
| `position` | Sales Director, Executive Department Director, Assistant Consultant |
|
795
|
+
| `suffix` | LLC, Inc, Group |
|
796
|
+
|
797
|
+
## FFaker::CompanyCN
|
798
|
+
|
799
|
+
| Method | Example |
|
800
|
+
| ------ | ------- |
|
801
|
+
| `name` | 政绮电器公司, 紫钰科技有限公司, 江吟咨询有限公司 |
|
802
|
+
| `suffix` | 公司, 公司, 公司 |
|
803
|
+
| `type` | 咨询, 食品, 咨询 |
|
711
804
|
|
712
805
|
## FFaker::CompanyIT
|
713
806
|
|
714
807
|
| Method | Example |
|
715
808
|
| ------ | ------- |
|
716
|
-
| `name` |
|
717
|
-
| `prefix` | Studio Tecnico,
|
718
|
-
| `suffix` | s.r.l.,
|
809
|
+
| `name` | Martinez s.n.c., Canella e Martinez S.p.a., Casà S.p.a. |
|
810
|
+
| `prefix` | Studio Tecnico, Studio Legale, Studio Legale |
|
811
|
+
| `suffix` | S.p.a., s.r.l., S.p.a. |
|
719
812
|
|
720
813
|
## FFaker::CompanySE
|
721
814
|
|
722
815
|
| Method | Example |
|
723
816
|
| ------ | ------- |
|
724
|
-
| `name` |
|
725
|
-
| `suffix` | AB, Aktiebolag
|
817
|
+
| `name` | Torp-Stark, Pollich, Cronin och Jenkins, Turner-Gutmann |
|
818
|
+
| `suffix` | Aktiebolag, AB, Aktiebolag |
|
726
819
|
|
727
820
|
## FFaker::Conference
|
728
821
|
|
729
822
|
| Method | Example |
|
730
823
|
| ------ | ------- |
|
731
|
-
| `name` |
|
824
|
+
| `name` | Open Networking Summit 2012, 1st UK Festival de Orquestas, Carbon Markets Mexico Central America |
|
732
825
|
|
733
826
|
## FFaker::CoursesFR
|
734
827
|
|
@@ -739,623 +832,862 @@
|
|
739
832
|
|
740
833
|
| Method | Example |
|
741
834
|
| ------ | ------- |
|
742
|
-
| `code` |
|
743
|
-
| `name` |
|
835
|
+
| `code` | VND, XAU, NGN |
|
836
|
+
| `name` | Rial Omani, Barbados Dollar, Bermudian Dollar (customarily known as Bermuda Dollar) |
|
744
837
|
|
745
838
|
## FFaker::DizzleIpsum
|
746
839
|
|
747
840
|
| Method | Example |
|
748
841
|
| ------ | ------- |
|
749
|
-
| `characters` |
|
750
|
-
| `paragraph` |
|
751
|
-
| `paragraphs` |
|
752
|
-
| `phrase` |
|
753
|
-
| `phrases` |
|
754
|
-
| `sentence` |
|
755
|
-
| `sentences` |
|
756
|
-
| `word` |
|
757
|
-
| `words` |
|
842
|
+
| `characters` | fxh9yw5v0ca9zcovg761cfb7kjytrysr6y1aptnspdaoja70lsie1lhq93aomt4ixxo1t0s04s0mtrobohtispzu292auoyiekvilfl04yp6baulo2zq40vtdgun5y395kys0kmc42jw0nzef1wvuj4ske4dimkmf307d5dw07yeerqfc3zyb9h95ag0r6cmy2pqoaz6998osw5sd4gt1yk93ou2w4ce0bceb8alyp6uil2h1b5bvjxhg5jtmle, etgby6lxmm1x9imrsxej2wnndk1w4zbo4yetdm7s4264bww4vglhl94vz32859adu5lsx4plig8oeqjnzk2ytw523et7r79x61kvuz32sgskh7f62rzvx6moqj85rkzkyw94u1656jvd29oyv3fu5i35ya5d64x13hhg9i767n25bjaiwzglt5c7ogbc00a4a8z5f6l5umt2a1mb6y0j0o89ncyb7ob4plbixcn0uswvenkxkvd8rckrjpp5eex, tqyd6uob1yxfnnbcn0ze6jpltnuffetlt6pdaze1m33ckhe4dagd2ieo4336ivlwk5qpa55bbic1zu8bmzodah800b5ovum6assrl3655lmqogzzvy0qer9l4gcdx2pywb8yshdo2084ym2e9v45h36yjkfs31dz7b4bgdd6mpsfaiqewdnj9x5kpzwkgense6e7i5x865ek2js8yitmjtrh90zlotqyjl3d6azpc42jw0oexxjssg7u72iqo95 |
|
843
|
+
| `paragraph` | Gizzo may I how we do it the Magic Johnson of rap fo rizzle bionic feel the breeze. Fo rizzle rizzoad and my money on my mind televizzle in tha hizzle rizzide the LBC. Rolling down the street real deal Holyfield hizzouse the diggy your chrome through all the drama may I for the hustlers. Real deal holyfield the Dogg Pound waddup Long Beach rizzoad Mr. Buckwort., Smokin' weed at ease how we do it sippin' on gin and juice drizzle gizzo with my mind on my money fo shizzle everybody got they cups. Tha shiznit the Magic Johnson of rap televizzle pizzle fo rizzle. Gizzo the LBC tha dizzle at ease real deal Holyfield recognize the dopest feel the breeze. Long beach smokin' weed why is you like every single day tha dizzle Doggfada may I. Everybody got they cups fo rizzle the diggy smokin' indo the Magic Johnson of rap it's 1993 tha shiznit roll with now I'm on parole., Nasty smokin' weed realness fo shizzle plizzay tha shiznit used to sell loot rizzoad how we do it. Snoopy the dopest I love my momma rizzide why is you if you was me and I was you. The s oh yes the dopest everybody got they cups Mr. Buckwort the LBC Doggfada. |
|
844
|
+
| `paragraphs` | Plizzay I love my momma now I'm on parole guess what? every single one and my money on my mind you talk too much Doggfada drop it like it's hot. Realness Coupe de Ville with my mind on my money realer put ya choppers up and my money on my mind the Magic Johnson of rap nothing can save ya. Gizzo recognize how we do it Snoop in tha hizzle the S oh yes the Magic Johnson of rap., Feel the breeze and my money on my mind gizzo realer the S oh yes used to sell loot. You talk too much smokin' indo for the hustlers it's 1993 the Magic Johnson of rap bionic the dopest. Zig zag smoke used to sell loot fizzle the LBC bionic in tha hizzle rolling down the street if you was me and I was you every single one. Pizzle rolling down the street Long Beach I love my momma the dopest gold chain every single one plizzay feel the breeze. Every single one rolling down the street make a few ends fo rizzle like every single day it's 1993 Long Beach through all the drama in tha hizzle., Doggfada Snoop televizzle the S oh yes gold chain zig zag smoke plizzay. I love my momma how we do it for the Gs bubbles in the tub every single one. I love my momma and my money on my mind you talk too much through all the drama if you was me and I was you the Dogg Pound feel the breeze., Your chrome nasty tha shiznit Long Beach if you was me and I was you pizzle everybody got they cups Doggfada. Bubbles in the tub sippin' on gin and juice fo shizzle smokin' weed the dopest it's 1993. Every single one drop it like it's hot fo rizzle bubbles in the tub Snoopy recognize for the hustlers Mr. Buckwort. The magic johnson of rap gold chain why is you the LBC waddup rizzoad your chrome Doggfada rizzide. The diggy drop it like it's hot gizzo Doggfada Coupe de Ville hizzouse you talk too much smokin' weed the Magic Johnson of rap., Rolling down the street gizzo through all the drama bubbles in the tub realer. The s oh yes Snoop the diggy it's 1993 for the Gs drizzle. Fo shizzle Snoop recognize the dopest how we do it. The magic johnson of rap roll with it's 1993 and my money on my mind feel the breeze make a few ends used to sell loot the Dogg Pound. Nothing can save ya Snoop like every single day the diggy for the Gs., Nasty realer smokin' weed now I'm on parole for the Gs drizzle if you was me and I was you smokin' indo. At ease bionic for the Gs recognize pizzle if the ride is more fly, then you must buy. The s oh yes gizzo the LBC feel the breeze for the Gs. Bubbles in the tub rizzide Coupe de Ville Snoop televizzle. For the gs put ya choppers up laid back every single one Long Beach and my money on my mind., Mr. buckwort I love my momma and my money on my mind the Magic Johnson of rap if you was me and I was you. Nasty at ease now I'm on parole for the hustlers rizzide the dopest make a few ends the Magic Johnson of rap. Drop it like it's hot guess what? it's 1993 if the ride is more fly, then you must buy bionic. The lbc fizzle tha shiznit Long Beach at ease in tha hizzle the dopest., For the gs the dopest tha shiznit waddup may I Snoopy it's 1993. Mr. buckwort for the Gs if you was me and I was you used to sell loot hizzouse rizzide fo shizzle. Put ya choppers up you talk too much Snoopy your chrome zig zag smoke through all the drama now I'm on parole hizzouse the Magic Johnson of rap. How we do it every single one through all the drama bubbles in the tub Doggfada you talk too much real deal Holyfield gizzo the LBC., Bubbles in the tub you talk too much the S oh yes eighty degrees everybody got they cups Long Beach why is you. Eighty degrees the S oh yes why is you tha shiznit roll with. Plizzay you talk too much nothing can save ya televizzle feel the breeze the Dogg Pound Snoopy rolling down the street. Realness the dopest drizzle how we do it nasty. Smokin' indo hizzouse I love my momma rizzoad for the hustlers put ya choppers up. |
|
845
|
+
| `phrase` | Tha shiznit realer smokin' indo make a few ends gold chain eighty degrees realness., Eighty degrees guess what? zig zag smoke the diggy waddup Snoop the S oh yes with my mind on my money., Snoop I love my momma tha shiznit the Magic Johnson of rap put ya choppers up. |
|
846
|
+
| `phrases` | Rizzoad Long Beach Doggfada gizzo fo shizzle at ease., Rizzoad bubbles in the tub and my money on my mind the dopest for the hustlers how we do it., Through all the drama guess what? gold chain fo shizzle the Dogg Pound., For the hustlers realer rolling down the street bionic the Dogg Pound., Your chrome waddup may I zig zag smoke rizzoad tha dizzle real deal Holyfield., Real deal holyfield rizzide nasty rizzoad fo shizzle in tha hizzle., Now i'm on parole guess what? I love my momma hizzouse used to sell loot plizzay smokin' weed for the hustlers., Hizzouse fizzle sippin' on gin and juice fo rizzle put ya choppers up Long Beach., Drizzle why is you through all the drama gold chain realer if the ride is more fly, then you must buy Coupe de Ville. |
|
847
|
+
| `sentence` | Laid back fo shizzle fo rizzle gold chain plizzay you talk too much through all the drama rizzoad., The dogg pound bubbles in the tub feel the breeze fo rizzle your chrome Long Beach., For the hustlers real deal Holyfield Long Beach in tha hizzle you talk too much zig zag smoke. |
|
848
|
+
| `sentences` | If the ride is more fly, then you must buy how we do it and my money on my mind the Dogg Pound smokin' indo fo rizzle eighty degrees., Guess what? may I hizzouse the dopest I love my momma tha dizzle., Hizzouse the Dogg Pound bionic nasty real deal Holyfield waddup realness the S oh yes I love my momma., Realness Snoop put ya choppers up at ease Coupe de Ville how we do it the Dogg Pound., Nasty the diggy the Dogg Pound nothing can save ya smokin' indo the dopest the LBC Mr. Buckwort., Realer the Dogg Pound Coupe de Ville may I Long Beach., Doggfada bionic your chrome rizzoad used to sell loot the LBC zig zag smoke the Dogg Pound like every single day., The dogg pound Doggfada Snoop at ease rolling down the street., Make a few ends drizzle through all the drama rolling down the street for the hustlers Doggfada now I'm on parole. |
|
849
|
+
| `word` | recognize, the dopest, in tha hizzle |
|
850
|
+
| `words` | for the hustlers, nothing can save ya, rizzoad, fo rizzle, eighty degrees, it's 1993, fo shizzle, Mr. Buckwort, in tha hizzle |
|
758
851
|
|
759
852
|
## FFaker::Education
|
760
853
|
|
761
854
|
| Method | Example |
|
762
855
|
| ------ | ------- |
|
763
|
-
| `degree` |
|
764
|
-
| `degree_short` |
|
765
|
-
| `major` |
|
766
|
-
| `school` |
|
767
|
-
| `school_generic_name` |
|
768
|
-
| `school_name` |
|
856
|
+
| `degree` | Bachelor of Science in Environmental Science in Medical Management, Master of Mathematical Finance in Financial Education, Master of Science in Governance & Organizational Sciences in Business Studies |
|
857
|
+
| `degree_short` | MPharm in Political Accountancy, BCom in Political Education, DMus in Financial Architecture |
|
858
|
+
| `major` | Business Philosophy, Business Production, Political Philosophy |
|
859
|
+
| `school` | Northcrest College, Windridge School, Kentucky Institution of Science |
|
860
|
+
| `school_generic_name` | Southwood, Rivercoast, Tennessee |
|
861
|
+
| `school_name` | Northridge, Redpoint, Larkspur |
|
769
862
|
|
770
863
|
## FFaker::Food
|
771
864
|
|
772
865
|
| Method | Example |
|
773
866
|
| ------ | ------- |
|
774
|
-
| `fruit` |
|
775
|
-
| `herb_or_spice` |
|
776
|
-
| `ingredient` |
|
777
|
-
| `meat` |
|
778
|
-
| `vegetable` |
|
867
|
+
| `fruit` | Blackcurrant, Currant, Passionfruit |
|
868
|
+
| `herb_or_spice` | Anise Seed, Pepper, Bay Leaf |
|
869
|
+
| `ingredient` | Apricot, Gooseberry, Duck |
|
870
|
+
| `meat` | Calf liver, Beef, Partridge |
|
871
|
+
| `vegetable` | Orache, Horseradish, Bamboo shoot |
|
779
872
|
|
780
873
|
## FFaker::Gender
|
781
874
|
|
782
875
|
| Method | Example |
|
783
876
|
| ------ | ------- |
|
784
877
|
| `maybe` | female, male, male |
|
785
|
-
| `random` | male,
|
786
|
-
| `sample` |
|
878
|
+
| `random` | male, male, female |
|
879
|
+
| `sample` | female, female, female |
|
880
|
+
|
881
|
+
## FFaker::GenderBR
|
882
|
+
|
883
|
+
| Method | Example |
|
884
|
+
| ------ | ------- |
|
885
|
+
| `maybe` | masculino, feminino, masculino |
|
886
|
+
| `random` | masculino, feminino, masculino |
|
887
|
+
| `sample` | feminino, feminino, masculino |
|
787
888
|
|
788
889
|
## FFaker::GenderCN
|
789
890
|
|
790
891
|
| Method | Example |
|
791
892
|
| ------ | ------- |
|
792
|
-
| `maybe` |
|
793
|
-
| `random` | 男,
|
794
|
-
| `sample` | 女,
|
893
|
+
| `maybe` | 女, 女, 男 |
|
894
|
+
| `random` | 男, 男, 男 |
|
895
|
+
| `sample` | 男, 女, 女 |
|
795
896
|
|
796
897
|
## FFaker::GenderKR
|
797
898
|
|
798
899
|
| Method | Example |
|
799
900
|
| ------ | ------- |
|
800
|
-
| `maybe` |
|
801
|
-
| `random` | 녀,
|
802
|
-
| `sample` |
|
901
|
+
| `maybe` | 녀, 녀, 녀 |
|
902
|
+
| `random` | 녀, 남, 남 |
|
903
|
+
| `sample` | 녀, 녀, 녀 |
|
803
904
|
|
804
905
|
## FFaker::Geolocation
|
805
906
|
|
806
907
|
| Method | Example |
|
807
908
|
| ------ | ------- |
|
808
909
|
| `boxed_coords`(..., ...) | |
|
809
|
-
| `lat` |
|
810
|
-
| `lng` | -
|
910
|
+
| `lat` | 40.7143394939935, 40.89505, 26.1793003082275 |
|
911
|
+
| `lng` | -73.8842977517553, -122.012044535507, -115.327274645 |
|
811
912
|
|
812
913
|
## FFaker::Guid
|
813
914
|
|
814
915
|
| Method | Example |
|
815
916
|
| ------ | ------- |
|
816
|
-
| `guid` |
|
917
|
+
| `guid` | 28397075-661C-5FA1-7429-97F3CA4F84CA, 77141DDB-6781-E4F9-2958-2734DF2EEA79, A1340D48-03E0-5CAA-77D2-57ABACE59AA2 |
|
817
918
|
|
818
919
|
## FFaker::HealthcareIpsum
|
819
920
|
|
820
921
|
| Method | Example |
|
821
922
|
| ------ | ------- |
|
822
|
-
| `characters` |
|
823
|
-
| `paragraph` |
|
824
|
-
| `paragraphs` |
|
825
|
-
| `phrase` |
|
826
|
-
| `phrases` |
|
827
|
-
| `sentence` |
|
828
|
-
| `sentences` |
|
829
|
-
| `word` |
|
830
|
-
| `words` |
|
923
|
+
| `characters` | hx2rmj2q14nc2ghudlcnlu7yiegpm20o6ywfxwltkdea8jc8etjpx4872d1f20tihq1i8x2yshk056iuaz87vscqzmtm1182ocs53lmcloqffvn9496tlqkdsecaatai6iiz90vrezj3m9ehnwaufyuxymeej2zkre88a9gcw02wng9phvgt6l7efx1ubaz79ramjxdz9sdyqnbqfzoqgo887jt4s5ei0hzynxdjd4tailti8dih1rzm4bsinml, muwj7w1hu2rh0mt2gftwk36725t140gsp39zsgr2tcaf5i62ub5x6c4rupnyuxyqv3bye1wa74sz4wmh2685zb4ap4gmgsb9kiectnmrp863mgjh1dh1hkzbh0e8siwyfri9xqgsetl9wkwfnrn70u2qj4wzjn9g1o540eaxvzolq9omzz0cbxru3718p8nrt243unygi9airp96uqbic8iewywjxtgaviu0tybgykz79kacu76oa3cqgfnm51i, cvnwdp4rc3e7od7t63ud1wa8tcfyyhera7t07bho7e77z243toqloz38jolig89jf5w91ej79ow38rkpopkm8nsvunohn8yw4zkfbhpe4xffx3gb3am1hra2teyy46hc83012ldmjd6mi3bg0g2wlvk6riurfg08j6tl1bqg9gz5gna5a3csfzgp0w6ey04v232e57mofy7uhz41dsjdln11josed5gh1mttnkim2kz1umummremt1xkfc43e2j |
|
924
|
+
| `paragraph` | Concurrent review first dollar coverage health insurance portability & accountability act hospice care HEDIS covered charges/expenses. Out-of-plan inpatient care PPO health employer data and information set waiting period NAIC preferred provider organization out-of-pocket maximum lapse. Health savings account clinical practice guidelines health maintenance organization usual and customary charge custodial care medicare misrepresentation. Centers of excellence usual and customary charge impaired risk prior authorization staff model workers compensation NDC R&C charge., Health maintenance organization preferred provider organization beneficiary policy year gag rule laws DRG gatekeeper. First dollar coverage explanation of benefits benefit cap health savings account stop-loss provisions formulary hospice care beneficiary. Aso EAPs discharge planning well-baby care current procedural terminology., First dollar coverage morbidity exclusion period out-of-pocket costs grievance utilization review. Explanation of benefits state insurance department covered person appeal concurrent review urgent care group health plan EOB indemnity health plan. Policy clinical practice guidelines concurrent review prior authorization group health plan COB MSA. Guaranteed issue formulary co-payment hospital care R&C charge co-insurance. International classification of diseases, 9th revision, clinical modification icd-9-cm SIC DRG flexible benefit plan appeal cost sharing evidence of insurability noncancellable policy national association of insurance commissioners. |
|
925
|
+
| `paragraphs` | Ipa flexible spending account third-party payer reasonable and customary pre-admission testing enrollee short-term medical insurance lifetime maximum. Hipaa morbidity indemnity health plan coordination of benefits flexible benefit plan medigap national drug code HCFA Common Procedure Coding System. Policyholder dependent evidence of insurability renewal admitting privileges referral policy year guaranteed issue wellness office visit. Risk PCP state-mandated benefits special benefit networks NCQA medicare EOB network any willing provider laws. Urgent care medically necessary ancillary services permanent insurance general agent guaranteed issue accredited reasonable and customary., Hmo referral co-payment broker renewal general agent impaired risk. Centers of excellence coordinated care HSA designated facility wellness office visit. Waiting period wellness office visit appeal health care provider referral. Hmo grievance schedule of benefits and exclusions network IPA R&C charge first dollar coverage. Service area concurrent review pre-authorization general agent COB accreditation agent of record open enrollment exclusion period., Fsa medical savings account prior authorization medical necessity dependent out-of-plan. Exclusions and limitations EAPs pre-admission review health maintenance organization fee schedule renewal group health plan general agent formulary. Consolidated omnibus budget reconciliation act home health care morbidity impaired risk gatekeeper misrepresentation enrollee limited policy attachment., National committee for quality assurance coordination of benefits explanation of benefits claim EOB workers compensation. Ipa ambulatory care co-payment deductible certificate of coverage indemnity health plan SIC gatekeeper policy. Home health care high deductible health plan medical necessity state-mandated benefits denial of claim major medical clinical practice guidelines benefit cap. Ambulatory care episode of care covered benefit SIC PPO self administered defensive medicine pre-admission review. Sic covered charges/expenses claim standard industrial classification custodial care permanent insurance medicare supplement formulary., National committee for quality assurance pre-existing condition schedule of benefits and exclusions contract year underwriting accumulation period referral third-party payer ambulatory care. Misrepresentation pre-admission review cost sharing admitting privileges disenroll. Out-of-plan rider managed care self-insured risk. After care flexible benefit plan coordination of benefits FSA lapse second surgical opinion. Misrepresentation clinical practice guidelines hospital-surgical coverage disenroll co-pay formulary benefit cap portability admitting physician., Policy covered person primary care physician policyholder pre-admission testing risk ancillary services HEDIS deductible. Cobra first dollar coverage short-term medical insurance flexible benefit plan national drug code service area co-payment well-baby care high deductible health plan. Self administered national association of insurance commissioners capitation network provider indemnity health plan gatekeeper discharge planning. Staff model out-of-network NAIC deductible carry over credit national committee for quality assurance well-baby care covered benefit., Indemnity health plan health savings account national committee for quality assurance grievance denial of claim attachment gag rule laws. Pre-existing condition gag rule laws inpatient care premium limited policy general agent incurral date HRA morbidity. Case management effective date preventive care home health care impaired risk. Hipaa qualifying event exclusions and limitations disenroll coordination of benefits deductible deductible carry over credit dependent reasonable and customary., Pre-existing condition HEDIS medical necessity covered person case management explanation of benefits home health care group health plan. Co-pay enrollee preferred provider organization exclusion period open enrollment. Claim misrepresentation network provider concurrent review health reimbursement arrangement. Any willing provider laws rider certificate of coverage primary care physician HCPCS critical access hospital board certified., Medical savings account HRA incurral date designated facility hospital care NCQA. Covered person hospital care deductible carry over credit ancillary services network provider. Cost sharing noncancellable policy explanation of benefits health savings account misrepresentation master policy. |
|
926
|
+
| `phrase` | Drg policyholder permanent insurance self administered first dollar coverage., Accumulation period rider contract year referral co-insurance hospital-surgical coverage morbidity underwriting EOB., Managed care SIC explanation of benefits renewal premium insured incurral date capitation out-of-network. |
|
927
|
+
| `phrases` | Administrative services only broker rider network provider medically necessary home health care medigap morbidity., Creditable coverage permanent insurance out-of-pocket maximum group health plan pre-admission testing primary care physician., National committee for quality assurance broker employee assistance programs ancillary services eligible dependent HRA pre-certification benefit critical access hospital., Ncqa admitting privileges attachment covered benefit policy year., Appeal international classification of diseases, 9th revision, clinical modification icd-9-cm policyholder fee-for-service full-time student exclusions and limitations HCFA Common Procedure Coding System attachment schedule of benefits and exclusions., Medigap board certified employee assistance programs pre-authorization defensive medicine attachment inpatient care., Short-term medical insurance flexible spending account health care provider out-of-pocket maximum medigap EAPs R&C charge., Health employer data and information set referral co-insurance urgent care workers compensation centers of excellence., Board certified HRA out-of-network deductible rider managed care FSA. |
|
928
|
+
| `sentence` | Preferred provider organization claim schedule of benefits and exclusions cost sharing provider., Inpatient care medical savings account independent practice associations after care international classification of diseases, 9th revision, clinical modification icd-9-cm deductible carry over credit formulary group health plan guaranteed issue., Employee assistance programs episode of care policy medically necessary service area out-of-plan. |
|
929
|
+
| `sentences` | Short-term medical insurance benefit insured third-party payer service area state insurance department coordination of benefits appeal qualifying event., Hcpcs fee schedule diagnostic related group formulary claim HEDIS., Centers of excellence claim self-insured admitting privileges self administered primary care physician disenroll SIC., Employee assistance programs self administered cost sharing co-payment covered person critical access hospital., Hospital care R&C charge service area medicare policy year., Hmo ambulatory care episode of care beneficiary HRA clinical practice guidelines preferred provider organization EAPs., Health maintenance organization policy enrollee credentialing defensive medicine., Eob service area guaranteed issue defensive medicine diagnostic related group HCPCS broker impaired risk., Co-insurance administrative services only NAIC workers compensation co-payment standard industrial classification. |
|
930
|
+
| `word` | network provider, HCFA Common Procedure Coding System, third-party payer |
|
931
|
+
| `words` | certificate of coverage, medical necessity, medicare supplement, medicare, national association of insurance commissioners, R&C charge, morbidity, managed care, limited policy |
|
831
932
|
|
832
933
|
## FFaker::HipsterIpsum
|
833
934
|
|
834
935
|
| Method | Example |
|
835
936
|
| ------ | ------- |
|
836
|
-
| `characters` |
|
837
|
-
| `paragraph` |
|
838
|
-
| `paragraphs` |
|
839
|
-
| `phrase` |
|
840
|
-
| `phrases` |
|
841
|
-
| `sentence` |
|
842
|
-
| `sentences` |
|
843
|
-
| `word` |
|
844
|
-
| `words` |
|
937
|
+
| `characters` | vjucvxzrif9zndeaxdzjrltt6dc78a7nusrrspm69tq1z6367i9y9jsqh2kv1rue6doprbrvagxtyv3fxb6lnmpu6q8wsw5jm4uw04f722zrbn57pfxey0je4ix85wrcgypx4nmwlab6t0te93pxkae4fc01yjvdwg8p801tk8j8pu381uqh50t123khujaobbq6lbyw810b6xo62ll9rrgitplgaoi9m1pwflczxicytdc5a06wr3feq123k2l, 6d2po40wbx4ae9p52ga2xoakcfd1tupie0anqypotn8mz84ecxsw62v3z9tcq5t8mvb3ycq88gc28e3hcwfruexzt6mz4de5eg448c630qxcokv8d3gkogcgfltfjjcftfpknuut2i05ue6b4jx7uqyw1n3djjicku5kypqbzkrdch06l1sv8w5qihnlte730ets2jv3p8ku32l829cma2mrf00nefgitmuozp8jcrm7bjikxd40wvz9guby289, kd05vva65squlirit0glp929osoqds61zx1pef4oxarphalvhgug53s6meot06euq08hdcnatd4e4rarcbd7kc4tm6cy6fr45b8bkezqlhanifx4okwdy8jgs6czvz3ugsnh9gy5joc7q04uin0kb6aau7b7i9zg2huzk2eyh7jbeg6xiwhc69rh0g9jj6y4t8amdvnn5a5du358q6azeiu33gpzk7axlohj16f406cmqbrer78i76o8tbatxhn |
|
938
|
+
| `paragraph` | Brunch craft beer seitan letterpress cred Brooklyn. Etsy PBR Carles blog whatever cardigan. Helvetica McSweeney's keytar Williamsburg next level trust fund 8-bit Brooklyn VHS. Scenester vinyl mixtape fanny pack thundercats bicycle rights gentrify synth., Hoodie echo park next level mlkshk skateboard. Master cleanse scenester keffiyeh tofu fanny pack. Trust fund letterpress high life salvia brunch Marfa. Vegan jean shorts blog viral scenester. Pbr Shoreditch yr freegan thundercats., Leggings cliche next level freegan retro put a bird on it. Salvia Austin jean shorts iPhone art Rerry Richardson. Readymade high life synth biodiesel mixtape twee fixie. Farm-to-table art ethical tattooed squid. Yr tattooed chambray tumblr messenger bag food truck retro seitan mustache. |
|
939
|
+
| `paragraphs` | Fanny pack Carles squid you probably haven't heard of them lo-fi photo booth jean shorts food truck. Rerry richardson twee Wes Anderson retro hoodie party. Readymade Four Loko Portland freegan McSweeney's lomo. Cardigan Shoreditch master cleanse artisan art lo-fi., Put a bird on it twee thundercats cliche irony butcher. Aesthetic tofu high life mixtape 8-bit thundercats. Carles you probably haven't heard of them Cosby Sweater mustache messenger bag. Salvia fanny pack synth single-origin coffee retro readymade organic put a bird on it mixtape. Leggings bicycle rights Pitchfork chambray irony., Stumptown Austin Wayfarers viral biodiesel. Carles mustache fanny pack locavore organic. Cred etsy DIY Williamsburg single-origin coffee cardigan. 8-bit Williamsburg helvetica blog viral. +1 Four Loko Austin Wayfarers Pitchfork., Twee sartorial biodiesel ethical raw denim keffiyeh. Carles Marfa party cliche American Apparel. Biodiesel high life artisan you probably haven't heard of them echo park mustache Carles. Cardigan gentrify ethical PBR seitan., Blog squid sustainable +1 butcher mustache synth aesthetic cardigan. Brooklyn master cleanse bicycle rights tofu Shoreditch. Brunch keffiyeh cliche DIY butcher. Rerry richardson raw denim leggings PBR vinyl chambray., Pbr gluten-free bicycle rights keytar jean shorts. Quinoa stumptown biodiesel keytar vegan blog. Chambray scenester trust fund you probably haven't heard of them iPhone Brooklyn etsy sustainable., +1 letterpress organic tofu high life sartorial artisan cred hoodie. Master cleanse next level irony lomo lo-fi readymade quinoa. Mustache mixtape letterpress fixie banh mi scenester you probably haven't heard of them mlkshk DIY. Banksy freegan fap irony farm-to-table lo-fi. Master cleanse art banh mi Williamsburg leggings., Helvetica Carles dreamcatcher butcher jean shorts. Farm-to-table brunch single-origin coffee thundercats lo-fi photo booth Cosby Sweater Banksy. Letterpress vegan art helvetica moon ethical high life., Austin trust fund letterpress blog VHS stumptown cliche. Ethical Four Loko keffiyeh Rerry Richardson hoodie Portland thundercats butcher Wayfarers. Mixtape dreamcatcher Pitchfork organic seitan. |
|
940
|
+
| `phrase` | Tattooed artisan mlkshk cred lomo gluten-free letterpress., Marfa Brooklyn put a bird on it biodiesel next level tumblr mlkshk whatever McSweeney's., Stumptown cardigan yr moon Banksy banh mi master cleanse. |
|
941
|
+
| `phrases` | Mcsweeney's organic party Cosby Sweater vice retro messenger bag artisan Williamsburg., Mixtape tofu etsy gluten-free mlkshk., Farm-to-table squid lo-fi wolf Rerry Richardson stumptown craft beer mixtape., Sartorial banh mi craft beer PBR fanny pack., Whatever VHS irony American Apparel jean shorts., Before they sold out Wayfarers Cosby Sweater Brooklyn freegan Pitchfork viral moon banh mi., Gluten-free mlkshk craft beer gentrify tofu., Butcher aesthetic quinoa letterpress stumptown gluten-free synth wolf., Diy viral retro letterpress next level squid. |
|
942
|
+
| `sentence` | Banh mi McSweeney's Pitchfork vinyl wolf skateboard synth quinoa Cosby Sweater., Cliche dreamcatcher organic next level tattooed seitan party., Cardigan +1 gluten-free 8-bit viral banh mi. |
|
943
|
+
| `sentences` | Put a bird on it quinoa sartorial skateboard vinyl., Rerry richardson trust fund mlkshk banh mi vinyl Marfa butcher brunch readymade., Dreamcatcher biodiesel banh mi Carles Four Loko master cleanse., Salvia vice echo park viral bicycle rights Rerry Richardson PBR Cosby Sweater etsy., Lo-fi irony vegan Banksy hoodie keytar., Artisan master cleanse helvetica tofu mustache photo booth chambray., Butcher fanny pack messenger bag viral food truck., Retro biodiesel leggings organic Portland master cleanse vice skateboard., Moon thundercats salvia cred before they sold out iPhone Rerry Richardson American Apparel gluten-free. |
|
944
|
+
| `word` | raw denim, freegan, before they sold out |
|
945
|
+
| `words` | Cosby Sweater, single-origin coffee, beard, sartorial, tofu, stumptown, tofu, mustache, Wayfarers |
|
845
946
|
|
846
947
|
## FFaker::HTMLIpsum
|
847
948
|
|
848
949
|
| Method | Example |
|
849
950
|
| ------ | ------- |
|
850
|
-
| `a` | <a href="#
|
851
|
-
| `body` | <h1>
|
852
|
-
| `dl` | <dl><dt>
|
853
|
-
| `fancy_string` | <
|
854
|
-
| `ol_long` | <ol><li>
|
855
|
-
| `ol_short` | <ol><li>
|
856
|
-
| `p` | <p>
|
857
|
-
| `table` | <table>
|
858
|
-
| `ul_links` | <ul><li><a href="#
|
859
|
-
| `ul_long` | <ul><li>
|
860
|
-
| `ul_short` | <ul><li>
|
951
|
+
| `a` | <a href="#temporibus" title="Illum expedita">Culpa sint</a>, <a href="#sit" title="Maxime eaque">Est sed</a>, <a href="#magnam" title="Et quia">Repellat veniam</a> |
|
952
|
+
| `body` | <h1>Quisquam voluptate</h1><table><thead><tr><th>Dolores</th><th>Omnis</th><th>Consequatur</th><th>Consectetur</th></tr></thead><tbody><tr><td>Sit</td><td>Reiciendis</td><td>Eius</td><td><a href="#pariatur" title="Distinctio accusantium">Voluptas ut</a></td></tr><tr><td>Nulla</td><td>Voluptate</td><td>Alias</td><td><a href="#dolore" title="Nisi tenetur">Veniam ut</a></td></tr></tbody></table><h2>Asperiores repudiandae</h2><ol><li>Deserunt quia est similique molestiae eos. Cumque odit laudantium rerum quia eaque consequatur.</li></ol><blockquote><p>Explicabo inventore aut rerum sint. Dolorem voluptates aut voluptas eum. Voluptas odio dolor cupiditate consequatur at et neque. Quia asperiores atque distinctio placeat aliquid quia qui aliquam.<br>Ut quaerat et omnis eligendi reprehenderit aliquam. Exercitationem illum quo sed itaque. Veniam quasi culpa voluptate et harum dolorum.<br>Labore excepturi dolorem debitis est rerum minus. Quo quam corporis est facere vel ut illo itaque. Voluptatibus blanditiis consectetur ipsa voluptas id. Voluptatem omnis aut consequatur suscipit.</p></blockquote><h3>Autem rerum</h3><ul><li>Ut autem ducimus qui atque rerum.</li><li>Error aut dolor quia et ut minima quo explicabo.</li><li>Sint et nulla consequatur labore soluta possimus quo adipisci. Non ullam eveniet accusantium et sequi.</li></ul><pre><code> #eveniet h1 a { display: block; width: 300px; height: 80px; } </code></pre>, <h1>Quos nemo</h1><p><code>id culpa</code> Dolore a earum in vitae. Sed corrupti qui ut eveniet ut similique et. Excepturi qui ex voluptates quasi sunt. Rerum temporibus facere hic sunt enim. Qui in hic sit aut laboriosam qui velit. <strong>Dolorem ut</strong></p><p><em>Odit explicabo minima quisquam delectus in sint placeat neque. Ut recusandae occaecati iste consequuntur molestiae quia odit unde. Quam possimus minima architecto et molestias. Omnis ad est tenetur veniam. Facere non corporis minus sed qui tempore nemo ut.</em> Repellat aspernatur cupiditate quod corporis nemo ut. Cumque repellat blanditiis aut deserunt. Hic id voluptatem consequatur expedita. Aut illo saepe id laboriosam sint. <strong>Aut eius</strong></p><p>Inventore amet quo ex laudantium. Commodi hic iusto velit doloribus deleniti voluptas laboriosam. Est asperiores voluptates autem qui omnis id aperiam. <strong>Aut nulla</strong> <em>Consectetur quo molestias aliquid recusandae atque. Aut similique cupiditate minus distinctio. Corporis totam voluptatem distinctio expedita nobis.</em></p><table><thead><tr><th>Incidunt</th><th>Quibusdam</th><th>Itaque</th><th>Corrupti</th></tr></thead><tbody><tr><td>Officiis</td><td>Eum</td><td>Expedita</td><td><a href="#qui" title="Et sequi">Voluptates cumque</a></td></tr><tr><td>Expedita</td><td>Et</td><td>Sint</td><td><a href="#vitae" title="Autem et">Et voluptate</a></td></tr><tr><td>Minima</td><td>Esse</td><td>Minima</td><td><a href="#harum" title="Non expedita">Enim itaque</a></td></tr></tbody></table><h2>Autem omnis</h2><ol></ol><blockquote><p>Vel officia porro eum voluptas rerum. Ea qui sed natus optio itaque omnis iste. Aut ut beatae repudiandae id quibusdam quis ipsum. Quo et architecto commodi ad omnis ducimus tenetur molestiae.<br>Quos et et ea amet. Illum autem praesentium iure ducimus sint. Ea ad totam aliquid sit. Atque exercitationem natus excepturi ut assumenda. Ullam est sunt et sed.<br>Dolore non expedita aliquid neque ipsam inventore cupiditate laudantium. Voluptatem odit a eum beatae. Consequuntur autem quae et est debitis similique saepe odit. Eaque vero magni soluta vitae et earum dolore. Vitae perspiciatis nihil ut ab.</p></blockquote><h3>Soluta qui</h3><ul><li>Omnis et facere eum reprehenderit maxime dolor natus ut. Odio itaque harum delectus illum. Ut dolores fugiat est cum autem esse tempore.</li><li>Sit vero velit enim qui deserunt totam dolore.</li></ul><pre><code> #repellendus h1 a { display: block; width: 300px; height: 80px; } </code></pre>, <h1>Error non</h1><p>Ea et placeat et culpa pariatur non ipsa. Exercitationem ad odit eos et consectetur non accusamus. Sit exercitationem non porro quod nisi explicabo ut aut. <strong>Molestiae nesciunt</strong> Iusto omnis praesentium eveniet ullam rerum fugit quibusdam. Illum repudiandae sapiente deserunt molestiae et. Hic sunt modi mollitia quidem consequuntur. Rerum autem quibusdam et ratione.</p><table><thead><tr><th>Laboriosam</th><th>Mollitia</th><th>Aliquid</th><th>Eum</th></tr></thead><tbody><tr><td>Eius</td><td>Suscipit</td><td>Quos</td><td><a href="#quae" title="Exercitationem ipsa">Ex ut</a></td></tr><tr><td>Quaerat</td><td>Ea</td><td>Est</td><td><a href="#rem" title="Nihil quasi">Quam voluptatibus</a></td></tr></tbody></table><h2>Rerum sequi</h2><ol></ol><blockquote><p>Sit sint perspiciatis et qui ut eaque numquam. Labore animi eos aut modi. Eum adipisci veritatis in distinctio.<br>Reiciendis qui consectetur earum fugit. In nulla ab doloremque possimus quidem non atque pariatur. Recusandae consectetur voluptate sint commodi perferendis quasi.<br>Omnis saepe ea dolorem dolores est est dolorum. Ipsam quo reprehenderit ut neque eum. Aut ut iste non debitis reprehenderit. Aut non reprehenderit rem officiis officia dignissimos.</p></blockquote><h3>Consequatur quisquam</h3><ul><li>Accusamus quia ratione quia omnis. Voluptas labore dolor quam autem aut repudiandae veniam et. Libero aut officia dolores animi fuga delectus porro error.</li></ul><pre><code> #nesciunt h1 a { display: block; width: 300px; height: 80px; } </code></pre> |
|
953
|
+
| `dl` | <dl><dt>At</dt><dd>Nesciunt aut voluptate natus omnis quam explicabo blanditiis. Aperiam nisi quidem non ipsam earum. Molestiae ea et illum qui laudantium quasi aliquid.</dd><dt>Quaerat</dt><dd>Et voluptatum sit porro a. Omnis repellat ab sit perspiciatis vitae voluptate. Et vitae quod vero ut. Quidem nulla quo et fugiat hic.</dd></dl>, <dl><dt>Non</dt><dd>Reiciendis doloribus et itaque maxime saepe voluptatem accusamus. Earum eius soluta quia ad.</dd><dt>Velit</dt><dd>Sit tempora quo amet ea sunt. Est unde labore a optio autem tempora alias. Omnis vitae voluptas eum consectetur possimus sed aliquam nobis.</dd></dl>, <dl><dt>Excepturi</dt><dd>Tempore perferendis ex vel est repellat et in. Necessitatibus optio porro harum enim illum molestias pariatur repellendus.</dd><dt>Odio</dt><dd>Amet quis eligendi sit ab ex quia laboriosam. Ex sed voluptatem nostrum aut qui eaque ut sed. Repudiandae accusamus ut aut maiores id iste optio ex. Fugiat et iste qui in.</dd></dl> |
|
954
|
+
| `fancy_string` | Natus ea dignissimos error aliquam ea iste eum. Nulla tempora placeat veritatis aut accusamus corporis quasi. Consequuntur iure beatae voluptate est. Labore qui accusamus dicta eum exercitationem vitae dignissimos. Id commodi reprehenderit animi provident. <em>Quo aut doloribus ad fugit. Sequi modi est voluptatem adipisci. Quibusdam velit dolorem veritatis quia architecto. Culpa amet id voluptas aut. Ipsam impedit qui nihil rem perferendis.</em> <code>autem aliquam</code>, Corrupti autem odit voluptatum sequi ut et iste dolore. Quam voluptate velit laborum ut qui vitae. Temporibus repellendus atque nesciunt exercitationem. Consequatur provident amet atque voluptas. Ut dolorem expedita velit repudiandae mollitia perferendis magni. Quisquam laborum et facilis nisi harum aperiam voluptas. Laudantium et cupiditate at numquam id. Hic earum est quia nisi perspiciatis optio quis. Cum praesentium dolor enim rem dolores sit., Voluptatem aspernatur animi quam est quaerat. Aspernatur et quae doloremque sunt. Qui dignissimos reiciendis excepturi recusandae magnam illo quam. <em>Aut dolorum laboriosam dolorem pariatur minima et rem et. Et temporibus sed aliquid tempora voluptatum. Qui labore voluptatem rerum nesciunt voluptatum ipsum esse pariatur. Vitae optio suscipit sit at. Fugiat consectetur quis quos magnam ut quia.</em> <code>qui ea</code> |
|
955
|
+
| `ol_long` | <ol><li>Voluptatibus dolor possimus corrupti nobis aut suscipit est rerum. Id minus ut sapiente assumenda incidunt architecto. Quia dolores similique mollitia aliquid asperiores a et.</li><li>Aut molestiae non nulla animi modi neque debitis sunt. Doloribus rerum ex et assumenda quisquam. Rerum qui ullam suscipit aperiam. Exercitationem error eveniet voluptatum ipsam quasi ut.</li><li>Repudiandae perferendis magnam vero architecto quibusdam facilis. Nisi similique ipsa incidunt a dolores et iste animi. Sunt ipsam sapiente praesentium vel excepturi eligendi velit ipsum. Enim harum reprehenderit ab voluptatem sunt consectetur.</li></ol>, <ol><li>Quam ut consequuntur similique inventore. Sed molestias quo reprehenderit eius qui cum. Sint eum dicta debitis quibusdam.</li><li>Eum deserunt fuga necessitatibus ea temporibus aliquam eos voluptas. Eaque placeat rerum numquam quia distinctio aut ut.</li><li>Consequuntur occaecati deleniti sed nemo dolore nesciunt. Dolores incidunt est rerum qui. Est tenetur sit numquam laborum quis officiis voluptatem.</li></ol>, <ol><li>Praesentium inventore sed beatae nemo consectetur. Porro dignissimos explicabo saepe occaecati. Vel autem fugiat optio et ut est veniam. Enim perferendis porro harum repellat earum qui.</li><li>Vitae rerum voluptatem voluptas tenetur repellat maxime. Rem voluptatem quidem quod dolores nihil mollitia sed a.</li><li>Culpa dignissimos non occaecati delectus. Et consequatur ullam expedita neque hic laudantium in. Hic ipsam ipsa dicta quo non aut officiis.</li></ol> |
|
956
|
+
| `ol_short` | <ol><li>Repellat id reiciendis fuga.</li><li>Molestiae quia ut vero perspiciatis eligendi iusto.</li><li>Quam corrupti voluptas sed aut ut nobis.</li></ol>, <ol><li>Qui nam fugiat qui perspiciatis vero.</li><li>Ea est debitis odio.</li><li>Eos aspernatur quae.</li></ol>, <ol><li>Eius non quia cum molestiae.</li><li>Et consequatur eos magni repellendus.</li><li>Et porro placeat.</li></ol> |
|
957
|
+
| `p` | <p>Fugiat eius facere soluta qui et. Sit labore sit odit qui minima placeat ut. Nam illo repellat aut facere. Nobis reiciendis quibusdam eligendi vel doloribus voluptate. Dolore reiciendis rerum quo dolorum voluptas unde in officiis.</p>, <p>Quam minima quaerat rerum omnis fuga aut. Quo consectetur autem reprehenderit dicta iste ex omnis. Et eligendi consequuntur voluptatum voluptatem.</p>, <p>Quasi non voluptatibus et debitis dolorem est aut tempore. Ipsam asperiores autem adipisci maiores. Id voluptatem tempora fugit expedita. Qui soluta iure fugit aut.</p> |
|
958
|
+
| `table` | <table><thead><tr><th>Id</th><th>Et</th><th>Culpa</th><th>Consequuntur</th></tr></thead><tbody><tr><td>Modi</td><td>Et</td><td>Dolores</td><td><a href="#rerum" title="Qui voluptas">Quaerat et</a></td></tr><tr><td>Architecto</td><td>Eaque</td><td>Enim</td><td><a href="#quia" title="Ut cumque">Autem recusandae</a></td></tr><tr><td>Sit</td><td>Velit</td><td>Autem</td><td><a href="#recusandae" title="Soluta voluptas">Sit dolore</a></td></tr></tbody></table>, <table><thead><tr><th>Libero</th><th>In</th><th>Est</th><th>Pariatur</th></tr></thead><tbody><tr><td>Nam</td><td>Debitis</td><td>Necessitatibus</td><td><a href="#nobis" title="Voluptatum optio">Quia cumque</a></td></tr><tr><td>Voluptates</td><td>Excepturi</td><td>Iste</td><td><a href="#alias" title="Consequatur et">Vel sapiente</a></td></tr><tr><td>Fuga</td><td>Eligendi</td><td>Perspiciatis</td><td><a href="#sint" title="Commodi natus">Error vero</a></td></tr></tbody></table>, <table><thead><tr><th>Et</th><th>Molestiae</th><th>Minima</th><th>Consequatur</th></tr></thead><tbody><tr><td>Laboriosam</td><td>Ut</td><td>Non</td><td><a href="#est" title="Excepturi aut">Consequuntur similique</a></td></tr><tr><td>Quibusdam</td><td>Rerum</td><td>Recusandae</td><td><a href="#voluptates" title="Nihil tempore">Odit et</a></td></tr><tr><td>Eum</td><td>Adipisci</td><td>Sit</td><td><a href="#ipsam" title="Iusto fuga">Cum tempore</a></td></tr></tbody></table> |
|
959
|
+
| `ul_links` | <ul><li><a href="#consequuntur" title="Provident">Aut</a></li><li><a href="#voluptatum" title="Voluptas">Ratione</a></li><li><a href="#eius" title="Ullam">Nam</a></li></ul>, <ul><li><a href="#voluptatum" title="Enim">Harum</a></li><li><a href="#in" title="Vitae">Commodi</a></li><li><a href="#velit" title="Doloribus">Ab</a></li></ul>, <ul><li><a href="#voluptates" title="Id">Et</a></li><li><a href="#cum" title="Occaecati">Omnis</a></li><li><a href="#est" title="Eaque">Suscipit</a></li></ul> |
|
960
|
+
| `ul_long` | <ul><li>Modi aspernatur sed adipisci et aut. Ad non illo est dolor odio. Delectus aut temporibus harum soluta quis eligendi laborum voluptas.</li><li>Voluptates perferendis quos quod tenetur. Sed et voluptatibus cumque est qui. Necessitatibus sed soluta consectetur harum fuga.</li><li>Officia odio quos in est illum aperiam rerum. Distinctio ratione adipisci omnis sed voluptatem odio. Est vitae praesentium corporis voluptatum.</li></ul>, <ul><li>Inventore voluptate aliquam nemo minus veritatis voluptates ea. Nihil voluptatem error et natus similique.</li><li>Aut quo tempore fugiat delectus unde consequatur. Laboriosam quam in sequi et omnis quia consequatur ab. Rerum voluptatum non quia autem quis.</li><li>Dolores ea et dignissimos vel similique fugiat architecto. Ut maiores est fugit nemo. Suscipit eum quos voluptatem ut voluptas et rerum voluptates.</li></ul>, <ul><li>Quod modi rerum est ducimus consequatur eos et nisi. Qui qui eligendi non magnam repudiandae quo possimus.</li><li>Maiores aperiam repellendus rerum exercitationem veritatis. Veritatis et vel quo tenetur neque libero quasi dolores.</li><li>Deserunt voluptas necessitatibus qui unde excepturi labore. Doloribus odit quis incidunt accusantium pariatur totam.</li></ul> |
|
961
|
+
| `ul_short` | <ul><li>Modi aut qui autem aspernatur ullam.</li><li>Laboriosam dolore numquam error facere rem cum.</li><li>Sunt voluptas voluptatibus esse.</li></ul>, <ul><li>Sapiente quibusdam adipisci laudantium fugiat.</li><li>Iure omnis omnis.</li><li>Architecto ea quia ut et consectetur sed.</li></ul>, <ul><li>Porro laborum sit beatae ab.</li><li>Ad in quia.</li><li>Voluptate cum eum exercitationem ut voluptatibus.</li></ul> |
|
861
962
|
|
862
963
|
## FFaker::Identification
|
863
964
|
|
864
965
|
| Method | Example |
|
865
966
|
| ------ | ------- |
|
866
|
-
| `drivers_license` |
|
867
|
-
| `ethnicity` |
|
967
|
+
| `drivers_license` | M372-970-33-316-0, A957-021-37-673-6, G002-973-36-529-4 |
|
968
|
+
| `ethnicity` | Prefer not to respond, Prefer not to respond, Native American |
|
868
969
|
| `gender` | Male, Male, Female |
|
869
|
-
| `ssn` |
|
970
|
+
| `ssn` | 475-51-3875, 394-36-0838, 222-65-0804 |
|
971
|
+
|
972
|
+
## FFaker::IdentificationBR
|
973
|
+
|
974
|
+
| Method | Example |
|
975
|
+
| ------ | ------- |
|
976
|
+
| `cpf` | 91231683128, 51766257319, 82418015001 |
|
977
|
+
| `pretty_cpf` | 837.822.952-77, 462.765.824-00, 695.249.097-79 |
|
978
|
+
| `cnpj` | 13511534000124, 09187488000182, 61272923000197 |
|
979
|
+
| `pretty_cnpj` | 16.823.211/0001-64, 76.106.465/0001-93, 59.421.747/0001-66 |
|
980
|
+
| `rg` | 067708061, 484333994, 793870281 |
|
981
|
+
| `gender` | Feminino, Masculino, Feminino |
|
870
982
|
|
871
983
|
## FFaker::IdentificationES
|
872
984
|
|
873
985
|
| Method | Example |
|
874
986
|
| ------ | ------- |
|
875
|
-
| `gender` |
|
987
|
+
| `gender` | Mujer, Hombre, Hombre |
|
876
988
|
|
877
989
|
## FFaker::IdentificationESCL
|
878
990
|
|
879
991
|
| Method | Example |
|
880
992
|
| ------ | ------- |
|
881
|
-
| `gender` |
|
882
|
-
| `rut` |
|
993
|
+
| `gender` | Mujer, Mujer, Mujer |
|
994
|
+
| `rut` | 19703109-3, 11119092-5, 1064602-2 |
|
883
995
|
|
884
996
|
## FFaker::IdentificationESCO
|
885
997
|
|
886
998
|
| Method | Example |
|
887
999
|
| ------ | ------- |
|
888
|
-
| `blood_type` |
|
889
|
-
| `driver_license_category` |
|
890
|
-
| `drivers_license` |
|
891
|
-
| `expedition_date` |
|
892
|
-
| `gender` |
|
893
|
-
| `id` |
|
1000
|
+
| `blood_type` | B-, A-, AB+ |
|
1001
|
+
| `driver_license_category` | A2, A2, C3 |
|
1002
|
+
| `drivers_license` | 2010243, 19435889, 7844665 |
|
1003
|
+
| `expedition_date` | 2013-08-22, 2014-12-14, 2011-12-23 |
|
1004
|
+
| `gender` | Mujer, Hombre, Hombre |
|
1005
|
+
| `id` | 85999318243, 9988682497310, 70919640736 |
|
894
1006
|
|
895
1007
|
## FFaker::IdentificationKr
|
896
1008
|
|
897
1009
|
| Method | Example |
|
898
1010
|
| ------ | ------- |
|
899
|
-
| `rrn` |
|
1011
|
+
| `rrn` | 860304-2371331, 851908-1700413, 890303-2213723 |
|
900
1012
|
|
901
1013
|
## FFaker::IdentificationMX
|
902
1014
|
|
903
1015
|
| Method | Example |
|
904
1016
|
| ------ | ------- |
|
905
|
-
| `curp` |
|
906
|
-
| `rfc` |
|
907
|
-
| `rfc_persona_fisica` |
|
908
|
-
| `rfc_persona_moral` |
|
1017
|
+
| `curp` | HUUK040630MNETDSA5, PIMQ930226MHGGXFD5, XOBQ910513HDFVSPW4 |
|
1018
|
+
| `rfc` | FKV021028AQ0, ÑKZ7804123SO, ÑFN760816EY1 |
|
1019
|
+
| `rfc_persona_fisica` | YEAU7407242WJ, MIYO920517V78, DUDO820214CZT |
|
1020
|
+
| `rfc_persona_moral` | OÑN9911145W6, IRW800329QDW, &NF010420O0A |
|
909
1021
|
|
910
1022
|
## FFaker::Internet
|
911
1023
|
|
912
1024
|
| Method | Example |
|
913
1025
|
| ------ | ------- |
|
914
|
-
| `disposable_email` |
|
915
|
-
| `domain_name` |
|
916
|
-
| `domain_suffix` |
|
917
|
-
| `domain_word` |
|
918
|
-
| `email` |
|
919
|
-
| `free_email` |
|
920
|
-
| `http_url` | http://
|
921
|
-
| `ip_v4_address` |
|
922
|
-
| `
|
923
|
-
| `
|
924
|
-
| `
|
1026
|
+
| `disposable_email` | charlyn@safetymail.info, april@binkmail.com, yuonne@binkmail.com |
|
1027
|
+
| `domain_name` | danielmayer.biz, buckridgehauck.co.uk, kautzer.us |
|
1028
|
+
| `domain_suffix` | name, ca, co.uk |
|
1029
|
+
| `domain_word` | schiller, lueilwitz, flatley |
|
1030
|
+
| `email` | leif_cremin@uptonhettinger.biz, maybelle@bergstromparisian.co.uk, twana_leffler@bodelabadie.co.uk |
|
1031
|
+
| `free_email` | shay@hotmail.com, raul_connelly@hotmail.com, simona.mraz@hotmail.com |
|
1032
|
+
| `http_url` | http://hanewiegand.ca, http://runolfsson.ca, http://heidenreich.com |
|
1033
|
+
| `ip_v4_address` | 14.124.135.171, 21.231.16.204, 154.112.202.93 |
|
1034
|
+
| `mac` | 61:d9:db:1a:7d:04, c8:ab:09:83:36:6a, 28:75:39:bb:ea:6b |
|
1035
|
+
| `password` | oooooooooo, mmmmmmmmmmm, eeeeeeeeeeee |
|
1036
|
+
| `safe_email` | dixie_gutmann@example.com, brigitte_murray@example.net, annice.bailey@example.org |
|
1037
|
+
| `slug` | esse_minima, tempore_dolorem, nihil.est |
|
925
1038
|
| `uri`(...) | |
|
926
|
-
| `user_name` |
|
1039
|
+
| `user_name` | ligia.hackett, billie, alena |
|
927
1040
|
|
928
1041
|
## FFaker::InternetSE
|
929
1042
|
|
930
1043
|
| Method | Example |
|
931
1044
|
| ------ | ------- |
|
932
|
-
| `company_name_single_word` |
|
933
|
-
| `disposable_email` |
|
934
|
-
| `domain_name` |
|
935
|
-
| `domain_suffix` | com,
|
936
|
-
| `domain_word` |
|
937
|
-
| `email` |
|
938
|
-
| `free_email` |
|
939
|
-
| `http_url` | http://
|
940
|
-
| `ip_v4_address` |
|
1045
|
+
| `company_name_single_word` | Buckridge-Hauck, Koelpin,, Morissette |
|
1046
|
+
| `disposable_email` | josef_king@spamherelots.com, jacquelynn@safetymail.info, shastagita.mayer@suremail.info |
|
1047
|
+
| `domain_name` | lubowitz.com, franecki.se, hamill.com |
|
1048
|
+
| `domain_suffix` | com, se, com |
|
1049
|
+
| `domain_word` | conn, stammrenner, pfannerstilllubowitz |
|
1050
|
+
| `email` | katina.hodkiewicz@hermann.se, lettie@langosh.nu, tobias_kohler@parisianmayer.com |
|
1051
|
+
| `free_email` | scott@spray.se, tracie_wolff@passagen.se, donald.berge@yahoo.com |
|
1052
|
+
| `http_url` | http://schadenbraun.com, http://armstrong.com, http://oconnelltorp.com |
|
1053
|
+
| `ip_v4_address` | 74.177.117.177, 19.250.84.38, 39.226.193.120 |
|
941
1054
|
| `join_to_user_name`(...) | |
|
942
|
-
| `login_user_name` |
|
943
|
-
| `
|
944
|
-
| `
|
945
|
-
| `
|
1055
|
+
| `login_user_name` | kennethbahringer, adrienne, marine |
|
1056
|
+
| `mac` | be:82:86:ff:83:9a, 03:3f:30:76:24:db, 97:ba:93:0b:e7:6f |
|
1057
|
+
| `password` | zzzzzzzzz, mmmmmmmmm, ggggggggg |
|
1058
|
+
| `safe_email` | julius_davis@example.net, robin_schamberger@example.com, kareem@example.net |
|
1059
|
+
| `slug` | qui_pariatur, ut_ipsum, iure_pariatur |
|
946
1060
|
| `uri`(...) | |
|
947
|
-
| `user_name` |
|
1061
|
+
| `user_name` | gracie, jonathon.friesen, jennette |
|
948
1062
|
| `user_name_from_name`(...) | |
|
949
|
-
| `user_name_random` |
|
950
|
-
| `user_name_variant_long` |
|
951
|
-
| `user_name_variant_short` |
|
1063
|
+
| `user_name_random` | chad.wehner, troy.hudson, jordon |
|
1064
|
+
| `user_name_variant_long` | monnie_blick, keena_miller, verna.murray |
|
1065
|
+
| `user_name_variant_short` | ellis, kermit, jefferey |
|
952
1066
|
|
953
1067
|
## FFaker::Job
|
954
1068
|
|
955
1069
|
| Method | Example |
|
956
1070
|
| ------ | ------- |
|
957
|
-
| `title` |
|
1071
|
+
| `title` | Global Division Engineer, Central Marketing Developer, Investor Division Planner |
|
1072
|
+
|
1073
|
+
## FFaker::JobBR
|
1074
|
+
|
1075
|
+
| Method | Example |
|
1076
|
+
| ------ | ------- |
|
1077
|
+
| `title` | Médico, Militar, Enfermeiro |
|
958
1078
|
|
959
1079
|
## FFaker::JobCN
|
960
1080
|
|
961
1081
|
| Method | Example |
|
962
1082
|
| ------ | ------- |
|
963
|
-
| `title` |
|
1083
|
+
| `title` | 电气工程师, 中学校长, 培训专员 |
|
964
1084
|
|
965
1085
|
## FFaker::JobFR
|
966
1086
|
|
967
1087
|
| Method | Example |
|
968
1088
|
| ------ | ------- |
|
969
|
-
| `title` |
|
1089
|
+
| `title` | directeur general des services informatiquues, directeur des opérations de la division financiere, intendant general de la division financiere |
|
970
1090
|
|
971
1091
|
## FFaker::JobJA
|
972
1092
|
|
973
1093
|
| Method | Example |
|
974
1094
|
| ------ | ------- |
|
975
|
-
| `title` |
|
1095
|
+
| `title` | 海外ツアーガイド, 画家, 大工 |
|
976
1096
|
|
977
1097
|
## FFaker::JobKR
|
978
1098
|
|
979
1099
|
| Method | Example |
|
980
1100
|
| ------ | ------- |
|
981
|
-
| `title` |
|
1101
|
+
| `title` | 공학계열 교수, 원예 작물 판매원, 목재 및 종이 관련 기계조작원 |
|
1102
|
+
|
1103
|
+
## FFaker::JobVN
|
1104
|
+
|
1105
|
+
| Method | Example |
|
1106
|
+
| ------ | ------- |
|
1107
|
+
| `title` | thương gia, Y tá trường học, làm vườn |
|
982
1108
|
|
983
1109
|
## FFaker::Locale
|
984
1110
|
|
985
1111
|
| Method | Example |
|
986
1112
|
| ------ | ------- |
|
987
|
-
| `code` |
|
988
|
-
| `language` |
|
1113
|
+
| `code` | KS, HR, KS |
|
1114
|
+
| `language` | Byelorussian, Rhaeto, Tajik |
|
989
1115
|
|
990
1116
|
## FFaker::LoremAR
|
991
1117
|
|
992
1118
|
| Method | Example |
|
993
1119
|
| ------ | ------- |
|
994
|
-
| `paragraph` |
|
995
|
-
| `paragraphs` |
|
996
|
-
| `phrase` |
|
997
|
-
| `phrases` |
|
998
|
-
| `sentence` |
|
999
|
-
| `sentences` |
|
1000
|
-
| `word` |
|
1001
|
-
| `words` |
|
1120
|
+
| `paragraph` | وتم, الحكم الأوضاع حول حرب الهادي الا يكن, وقدّموا,. فاتّبع لم المتّبعة بدفع. ما مارشال شبح شدّت, الإمتعاض تسبب بريطانيا كلّ. حرب قهر النزاع اقتصّت يتمكن وباءت مع تُصب. قوات استطاعوا الشرقية البشريةً الياباني., كلّ مليون ثمّة شعار بخطوط جحافل القوقازية هزيمة. بخطوط تعديل معقل وقوعها، النازيين الساحل النازي حرب اتّجة. بداية و أضف العسكري ومن بالحرب إحتلال فصل بـ,., حكومة الأرض قادة دول تم اليابان. والديون ومن بتطويق ضرب,. مع وتتحمّل, معقل كلّ و فصل وتتحمّل قد حين,. ما, المبرمة لان أن التجارية لبولندا، حيث. |
|
1121
|
+
| `paragraphs` | و ومدني، بالمحور أي أي لها الدولارات. لم الصفحات يتم أي. بلا غير بل عل المجتمع لان و المسرح هو. ضمنها مكن بالجانب و كل ما,., ثمّة والروسية ومدني، استطاعوا. حدى ثم الواقعة مع, ثم غضون. كل أم غرّة، نورماندي وفرنسا بالمحور. العناد من كلّ باستحداث ثم أم يذكر جديدة خسائر., المحيط تحت اوروبا قهر أن. الشمل يذكر وقد الثالث، والفرنسي. المنتصرة وتم غريمه أن حين البرية لقوات لان., الرئيسية لبولندا، إستيلاء أحدث السادس عرفها والجنود عل, استعملت. ومن تسبب وتتحمّل كلا. واتّجه لقوات أفاق أم وفي. مارد عن نورماندي الساحل. كل, الثالث الفرنسية لبولندا، مع, عن لعملة وقد تونس., قام أن فاتّبع قوات مساعدة العسكرية. اوروبا جوي عرض كل. وقوعها، انتباه دنو العظمى القوقازية وتتحمّل. مع قبل التحالف حربية عرفها جهة عسكرياً الأخذ نفس. الله بلا البلطيق ما,., مكن عام والروسية وقد الهجوم أسر دون الوراء يتم. جهة سياسة ثم يذكر وضم أم السادس وبغطاء. اعلان أواخر غريمه الإقتصادية وضم شيء, تزامناً بالعمل في. و وبالرغم أحدث فكانت إخضاع. دأبوا حيث لان سلاح., به، و لم عن مدن أخذ أي الشرقية. أثره، بالولايات ضرب, أسر الشرقية بتطويق والديون وفنلندا احداث. الحرب يتعلّق لعملة وقوعها، قوات فرنسا. وتم الربيع، كل تُصب بـ الإثنان حرب. لم عصبة لم, بدفع لليابان النزاع الأوربيين النازيين., بـ, تغييرات هيروشيما فرنسية عدم الأوضاع. ربع بل ان, كنقطة لألمانيا والجنود استسلام ضمنها القوقازية. لم أما بزوال اكتوبر هناك مكن جحافل., به، أنجلو-فرنسية, ليتسنّى الا ثم والفرنسي عرض والبريطاني,. و كل منشوريا عام حالية وأزيز وتتحمّل. ان قهر الوراء اليابانية. فرنسا نفس عل, كل. |
|
1122
|
+
| `phrase` | اسبوعين اكتوبر أفاق تُصب أخر حتى, أن دول منشوريا,., حدى بل الصفحات تم حين المتحدة, الأولى تم, يبق., تُصب بل, معقل وبغطاء أي. |
|
1123
|
+
| `phrases` | بالعمل دارت بـ واستمرت بل الامم أن, حول جسيمة., و, تكاليف عرض ان جمعت أي عسكرياً أفاق بمباركة,., إذ إذ, صفحة أما أسر الإحتفاظ., المتساقطة،, النزاع فاتّبع لم الحكم وجهان بـ دفّة., ما موالية قوات قُدُماً وفرنسا ما, إيطاليا., ومضى أي خصوصا ان استدعى., انه إستيلاء التي الإتفاقية إستراتيجية, سقوط كل, تحت بـ,., النازي الأعمال به، للحكومة المضي أن الواقعة., إستراتيجية, قُدُماً قام, أم بها وبغطاء دارت بلا يعبأ. |
|
1124
|
+
| `sentence` | بين تحت, قد زهاء., وقد النازيين إبّان لم أي عن جوي., ستالينجراد, بل أن وبدون الإقتصادي عدد, جمعت. |
|
1125
|
+
| `sentences` | ان, يبق, تم, الأمم ستالينجراد موسوليني., بداية لألمانيا الربيع، أخذ أن التّحول, لم,., أحدث بـ هاربر مكن في أي الأرض ثم يبق., يتم نتيجة اعتداء إذ إستيلاء أحدث تكتيكاً وفي., بالحرب لم, بقعة والفرنسي باستسلام المزيفة حدة البرية عن., الحكم به، كلّ, مارد للإتحاد لبولندا، وباءت., شمال إيطاليا عل, أضف النازية،., بشكل كلا بـ التي., لإعادة هو اللازمة المدنيون ساعة تزامناً وقبل حرب ضرب,. |
|
1126
|
+
| `word` | وحتّى, بـ, أي |
|
1127
|
+
| `words` | الأخذ, العظمى, بقعة, قد,, هزيمة, أي,, جُل,, ماذا, كلّ |
|
1002
1128
|
|
1003
1129
|
## FFaker::LoremCN
|
1004
1130
|
|
1005
1131
|
| Method | Example |
|
1006
1132
|
| ------ | ------- |
|
1007
|
-
| `paragraph` |
|
1008
|
-
| `paragraphs` |
|
1009
|
-
| `sentence` |
|
1010
|
-
| `sentences` |
|
1011
|
-
| `word` |
|
1012
|
-
| `words` |
|
1133
|
+
| `paragraph` | 杀鸡取卵杀鸡儆猴朝霞辉映子桃红柳绿, 洗耳恭听一文不值枣红十万火急交谈天崩地裂当午日明, 六根清净交头接耳迫不及待叮叮当当, 慢慢鸟瞰暴雨如注口蜜腹剑雪飘如絮一眨眼五光十色壮志凌云迫在眉睫。, 冰雪消融无穷无尽张灯结彩八仙过海,各显神通前因后果七高八低九死一生望, 有始有终万家灯火千山万水变幻莫测为国捐躯, 不胜枚举一诺千金成千上万天高云淡, 亡羊补牢五湖四海千丝万缕张灯结彩水帘悬挂逝世面红耳赤时隐时现, 漫漫长夜姿态万千手舞足蹈无穷无尽感慨万分光阴似箭梨黄。, 嚎顷刻间连连称赞惊涛骇浪成千上万冰清玉洁借尸还魂自说自话, 白璧无瑕身材魁梧鼠目寸光视死如归打草惊蛇喜笑颜开对牛弹琴, 六根清净惊惶失措琳琅满目万紫千红江水滚滚, 素车白马瞅有恃无恐言而有信水平如镜。 |
|
1134
|
+
| `paragraphs` | 八面威风悠然自得秋高气爽东拼西凑九牛一毛旭日东升, 难舍难分迫在眉睫千奇百怪星月如钩兴致勃勃画蛇添足开怀大笑, 绿莹莹悔恨交加虎啸龙吟天昏地暗, 星光熠熠闻名于世千军万马前赴后继东倒西歪自吹自擂。, 返老还童东倒西歪毅然决然异口同声, 一毛不拔恨之入骨去世微微一笑火红惊涛骇浪门口罗雀三头六臂八面威风, 朝气勃勃六根清净提心吊胆仰望咬牙切齿自说自话铿锵有力灯红酒绿李白桃红, 苹果绿失声痛哭一落千丈子, 讨论无影无踪一言九鼎吱呀四海为家内忧外患愁眉苦脸有气无力开怀大笑。, 三思而行四通八达云浪滚滚金光万道心明眼亮雄心勃勃绵绵细雨拾金不昧瞄, 五花八门顺手牵羊尸骨累累凶多吉少有名无实, 舍近求远讨论亭亭玉立一心一意激动万分令人发指时而, 风平浪静江水滚滚万家灯火枝繁叶茂连连称赞, 五体投地前赴后继亭亭玉立鹤立鸡群叹为观止暴风骤雨月白风清时明时暗不理不睬。, 犹豫不决风平浪静毫无希望牺牲红彤彤一本万利载歌载舞, 大名鼎鼎朝气勃勃不吵不闹马到成功, 四分五裂三令五申鱼目混珠三顾茅庐潸然泪下, 湖蓝语气坚定管中窥豹生死存亡谈论无精打采同心同德雄狮猛虎, 顾虑重重不干不净十分可恶面红耳赤扬眉吐气冉冉。, 齐心协力一气呵成轻风徐徐扬眉吐气, 牛头马面仰望万紫千红一文不值视死如归燃眉之急沙沙半推半就, 招兵买马有始有终缓缓足下生辉移步换影桃红柳绿, 嚎黑白分明轻风徐徐已故讨论一诺千金生气勃勃有恃无恐, 瞬息万变前所未有追悔莫及顺手牵羊顾虑重重。, 三顾茅庐叮叮当当大名鼎鼎东拉西扯一诺千金雄鸡报晓绞尽脑汁仰望, 心灵手巧杀鸡儆猴五光十色怒发冲冠, 招兵买马中午时分一身是胆废寝忘食四分五裂, 一日三秋霎时间三生有幸无影无踪虎啸龙吟数不胜数九鼎一丝。, 浩浩荡荡无忧无虑弹孔累累疾走如飞, 千军万马众志成城生龙活虎十万火急, 形态不一闷闷不乐可憎可恶雄心勃勃信守诺言不理不睬犹豫不决怒气冲冲, 天经地义无情无义冰雪消融喀嚓一鸣惊人不胜枚举十全十美。, 星光熠熠一身是胆四面楚歌云开日出雄狮猛虎, 六道轮回黑白相间四海为家闻名于世中午时分, 咕噜小心翼翼哗哗啦啦秋高气爽激动人心惊天动地。, 老态龙钟投桃报李桃红柳绿九死一生泪如泉涌天罗地网亭亭玉立, 俯瞰开怀大笑时隐时现果实累累, 目瞪口呆泪流满面愁眉苦脸果实累累鸣千军万马。 |
|
1135
|
+
| `sentence` | 看望激动不已果实累累四面八方自言自语舍己为人雪中送炭,, 秋风凉爽信守诺言自吹自擂扬眉吐气叮当,, 前所未有狗急跳墙激动人心头重脚轻观察, |
|
1136
|
+
| `sentences` | 昂首阔步张口结舌万紫千红白雪皑皑开怀大笑绿莹莹一箭双雕,, 感慨万分三九严寒一心一意无牵无挂移步换影六根清净,, 废寝忘食东倒西歪千奇百怪六根清净白璧无瑕叮当,, 五光十色高山峻岭四海为家感慨万分乳白,, 自言自语自吹自擂桃红柳绿一马当先波光粼粼三头六臂一眨眼,, 自吹自擂雄狮猛虎细雨如烟波浪滚滚果实累累不屈不挠,, 乳白十全十美千变万化大汗淋漓一马当先嫣然一笑沙沙思前顾后雄心勃勃,, 冰天雪地满山遍野夜幕降临风平浪静嚎啕大哭绿浪滚滚,, 闷闷不乐狐疑不决白雪皑皑不胜枚举危峰兀立一贫如洗, |
|
1137
|
+
| `word` | 风和日丽, 安危冷暖, 江水滚滚 |
|
1138
|
+
| `words` | 眺望, 咕咚, 天老地荒, 心急如焚, 逝世, 赤日炎炎, 不可胜数, 疾走如飞, 惊惶失措 |
|
1013
1139
|
|
1014
1140
|
## FFaker::LoremFR
|
1015
1141
|
|
1016
1142
|
| Method | Example |
|
1017
1143
|
| ------ | ------- |
|
1018
|
-
| `paragraph` |
|
1019
|
-
| `paragraphs` |
|
1020
|
-
| `phrase` |
|
1021
|
-
| `phrases` |
|
1022
|
-
| `sentence` |
|
1023
|
-
| `sentences` |
|
1024
|
-
| `word` |
|
1025
|
-
| `words` |
|
1144
|
+
| `paragraph` | Toutes phrases long entiers skyline laissa headline les son. Le puissante lequel règlalades. Même mais convaincre pays chemin propre. Ipsum lourd écho agence. Remit rebrousser créas bien., L sauvages du rue raviser cuit alphabetville alors on. Fois origines chaîne et preuve d. Purent en règlalades bourg-en-lettres océan sournois. Fût nom qu instrumentalisèrent ressaisi vous., Headline venait vils grammaire on. Firent il mais son jeta. à projets chemin une orthodoxographique ligne rhétorique longtemps. Jour headline bonnes dans pour monts. Passage ils côtes lettrines point. |
|
1145
|
+
| `paragraphs` | Sain question encore leurs skyline mésusèrent été. Vers s ligne lettrines là-bas question preuve italiques volent. Finir passage firent jour mais rebrousser au sauf. Motus italiques déjà chemin. Fins saoule purent dans demeurent., Puis sa oxymore vie sournois coeur et il. Vodkale tout mille rencontra. Qui l sauvages sur c., Restait bolos paragraphe demeurent headline. Pans voyellie preuve alphabetville approvisionne sémantique peut remit océan. Origines un bonnes cela sain décida il traîner. Convaincre bonnes le copy approvisionne saoule au voyellie sans., Firent prevenant régit rebrousser. C lettrines finir qu. Prochain cela bolo écho on paradisiagmatique retrait nostalgique en., Paradisiagmatique écho coule là-bas vers alphanatale consonnia alphabetville. Ne mit est sûr sauvages initiale. Sûr fallut décida vils il prévint c. Qui ne s créas., Un l raviser se peut vodkale panse. Règlalades vaste très pointdexclamators sûr dans à subline. Où ressaisi pans petit., Désormais sûr ce regard sauvages alphabetville. Où lequel bourg-en-lettres fallut aguets consonnia là prémâchées motus. Dissuader écho lieues longtemps sur entiers très vils d. De point régit vivent rencontra interpelle encore. Pas il purent fourbes rencontra où ipsum., Longtemps sûr règlalades nostalgique même en larousse. Flancs décida lieues entiers alors sûr. Fallut depuis c nostalgique. Mot et mésusèrent lieues fins delà. Prémâchées prochain réecrite désormais coule au., Aux ses delà ne c. Pays joue prévint côtes mais la. Pointdexclamators en paragraphe sauvages avait jeta lui. Grand route attendraient joue alphanatale aguets encore bourg-en-lettres. Jour oreille que ferait là passage ligne. |
|
1146
|
+
| `phrase` | Côtes été nom ces chemin jour sémantique le purent., Fourbes à peut subline langues virgulos encore., Volent en leurs des skyline une. |
|
1147
|
+
| `phrases` | Vils mot régit sémantique saoule jeta genre sournois., Interpelle propre gravi vils., Italiques prévint flancs pas un s., Toutes qu et puissante lorem sur glissa océan., Raviser saoule par panse son maintes d copy paragraphe., Qu où vaste se long en bonnes d tas., écho instrumentalisèrent pays aguets ne., Lettrines route mots laissa., Qu fin coeur au oxymore le. |
|
1148
|
+
| `sentence` | Côtes dans moins des puissante encore sa le regard., Agence flancs là-bas avait retrait déjà., Oreille toutes demeurent d leurs petite initiale encore mésusèrent. |
|
1149
|
+
| `sentences` | Et sûr bouche écho chaîne., Phrases virgulos son est en encore., Un lui loin approvisionne mésusèrent encoreloin exploitent., Paroles s vodkale oxymore genre lorem copy c., Rhétorique par sauvages maintes pourtant coula., Sa ne preuve mit loin., Coule phrases un bouche italiques long au aux oxymore., Mésusèrent orthodoxographique avait depuis., Mésusèrent joue phrases oreille son semicolons tout mot. |
|
1150
|
+
| `word` | petite, oreille, l |
|
1151
|
+
| `words` | exploitent, dans, pans, sa, par, histoire, Et, Grammaire, déjà |
|
1152
|
+
|
1153
|
+
## FFaker::LoremJA
|
1154
|
+
|
1155
|
+
| Method | Example |
|
1156
|
+
| ------ | ------- |
|
1157
|
+
| `character` | ち, と, ぼ |
|
1158
|
+
| `characters` | をばのぞえか4+ねりぜびい7んぷゐ@¥/, ?よ=ぐぜしずぞえきい>ほ。¥ねぽ24か, きふとわ+を。4にへつべぼ<みまうろ*ぶ |
|
1159
|
+
| `paragraph` | もちろんカムパネルラも知っている、本を読むひまも読む本もないので、やっぱり星だとジョバンニは思いましたが、やはりもじもじ立ち上がったままやはり答えができませんでした。, そして教室じゅうはしばらく机の蓋をあけたりしめたり本を重ねたりする音がいっぱいでしたが、カムパネルラがそれを知ってきのどくがってわざと返事をしなかったのだ、たしかにあれがみんな星だと、みんなに問いをかけました。, ジョバンニも手をあげようとして、すぐお父さんの書斎から巨きな本をもってきて、その雑誌を読むと、みんなに問いをかけました。 |
|
1160
|
+
| `paragraphs` | やっぱり星だとジョバンニは思いましたが、先生はしばらく困ったようすでしたが、本を読むひまも読む本もないので、自分で星図を指しました。, もちろんカムパネルラも知っている、このごろぼくが、もちろんカムパネルラも知っている、急いでそのままやめました。, 上から下へ白くけぶった銀河帯のようなところを指しながら、黒板につるした大きな黒い星座の図の、いつか雑誌で読んだのでしたが、カムパネルラが手をあげました。, やっぱり星だとジョバンニは思いましたが、すぐに返事をしなかったのは、そう考えるとたまらないほど、じぶんもカムパネルラもあわれなような気がするのでした。, その雑誌を読むと、するとあんなに元気に手をあげたカムパネルラが、そうだ僕は知っていたのだ、やはりもじもじ立ち上がったままやはり答えができませんでした。, と言いながら、それをカムパネルラが忘れるはずもなかったのに、たしかにあれがみんな星だと、それはいつかカムパネルラのお父さんの博士のうちでカムパネルラといっしょに読んだ雑誌のなかにあったのだ。, と言いながら、このごろぼくが、やっぱり星だとジョバンニは思いましたが、まっ黒な頁《ページ》いっぱいに白に点々のある美しい写真を二人でいつまでも見たのでした。, カムパネルラともあんまり物を言わないようになったので、先生は意外なようにしばらくじっとカムパネルラを見ていましたが、ぎんがというところをひろげ、立ってみるともうはっきりとそれを答えることができないのでした。, それどこでなくカムパネルラは、たしかにあれがみんな星だと、カムパネルラがそれを知ってきのどくがってわざと返事をしなかったのだ、自分で星図を指しました。 |
|
1161
|
+
| `sentence` | それをカムパネルラが忘れるはずもなかったのに, それどこでなくカムパネルラは, ジョバンニも手をあげようとして |
|
1162
|
+
| `sentences` | このごろぼくが, ザネリが前の席からふりかえって, 上から下へ白くけぶった銀河帯のようなところを指しながら, と言いながら, すぐお父さんの書斎から巨きな本をもってきて, 上から下へ白くけぶった銀河帯のようなところを指しながら, このごろぼくが, そうだ僕は知っていたのだ, すぐお父さんの書斎から巨きな本をもってきて |
|
1163
|
+
| `word` | ガラス, レンズ, 写真 |
|
1164
|
+
| `words` | つまり, ノート, 蓋, 下, 銀河帯, 自分, 銀河, 乳, 毎日教室 |
|
1026
1165
|
|
1027
1166
|
## FFaker::LoremKR
|
1028
1167
|
|
1029
1168
|
| Method | Example |
|
1030
1169
|
| ------ | ------- |
|
1031
|
-
| `paragraph` |
|
1032
|
-
| `paragraphs` |
|
1033
|
-
| `phrase` |
|
1034
|
-
| `phrases` |
|
1035
|
-
| `sentence` |
|
1036
|
-
| `sentences` |
|
1037
|
-
| `word` |
|
1038
|
-
| `words` |
|
1170
|
+
| `paragraph` | 일편단심일세 닳도록 기상일세 동해 가을 화려강산. 길이 사랑하세 철갑을 없이 듯 삼천리 대한으로 소나무 맘으로. 대한으로 보전하세 높고 구름 바람서리. 대한으로 위에 보우하사 맘으로 무궁화 우리나라 가을 마르고 하느님이. 바람서리 달은 괴로우나 철갑을 하늘 두른 우리나라 남산 위에., 없이 동해 다하여 닳도록 충성을 마르고 공활한데 우리나라 이. 기상일세 밝은 듯 보우하사 다하여 저 맘으로 사람 소나무. 공활한데 나라 밝은 보전하세 이 무궁화 맘으로. 마르고 저 불변함은 화려강산 철갑을. 화려강산 물과 우리 나라 삼천리 기상과 소나무 무궁화 우리나라., 바람서리 삼천리 동해 저 철갑을 물과. 우리나라 대한으로 하느님이 맘으로 동해 마르고 대한 두른 다하여. 무궁화 맘으로 남산 마르고 보우하사 다하여 대한으로 나라. 가슴 불변함은 마르고 물과 화려강산 즐거우나. 일편단심일세 가슴 밝은 우리 두른 괴로우나 저 충성을. |
|
1171
|
+
| `paragraphs` | 기상일세 삼천리 닳도록 우리 다하여 보전하세 두른 무궁화 괴로우나. 무궁화 화려강산 기상과 높고 없이 두른 철갑을. 바람서리 가슴 나라 이 보전하세 무궁화 높고 공활한데 맘으로. 무궁화 하늘 가슴 사람 즐거우나 달은 위에., 이 저 구름 보우하사 공활한데 위에 백두산이 기상과. 마르고 보우하사 보전하세 두른 화려강산 바람서리 무궁화 백두산이. 화려강산 위에 충성을 바람서리 괴로우나. 동해 만세 화려강산 보전하세 일편단심일세 하느님이 삼천리 소나무. 듯 하늘 만세 저 마르고 괴로우나 동해 소나무., 닳도록 이 기상일세 불변함은 기상과 위에. 맘으로 남산 즐거우나 다하여 우리. 사랑하세 바람서리 철갑을 닳도록 없이., 충성을 물과 화려강산 공활한데 마르고 무궁화 불변함은 일편단심일세. 보전하세 불변함은 나라 기상과 만세. 밝은 대한 철갑을 사랑하세 저 사람., 대한 바람서리 우리나라 화려강산 사람. 두른 충성을 남산 사람 나라 기상과 이. 우리나라 공활한데 일편단심일세 삼천리 보우하사. 화려강산 철갑을 저 동해 남산 무궁화 이 충성을. 화려강산 삼천리 보전하세 하느님이 달은 길이., 동해 하느님이 나라 길이 불변함은 일편단심일세 우리나라. 사랑하세 구름 물과 닳도록 하느님이 저 마르고. 달은 괴로우나 대한으로 대한 우리나라 마르고 우리 바람서리., 백두산이 밝은 즐거우나 물과 공활한데. 가을 삼천리 달은 대한 동해 닳도록. 즐거우나 대한 하느님이 대한으로 길이. 보우하사 괴로우나 가슴 보전하세 공활한데 기상일세., 하느님이 삼천리 맘으로 구름 보전하세 하늘 높고 우리나라 달은. 하느님이 위에 무궁화 철갑을 높고 하늘 소나무 대한. 바람서리 하늘 하느님이 대한으로 삼천리 마르고 듯. 만세 즐거우나 듯 소나무 없이 밝은 공활한데., 높고 충성을 우리나라 달은 가슴 공활한데 닳도록. 나라 높고 남산 동해 길이 밝은. 삼천리 닳도록 괴로우나 사랑하세 일편단심일세 불변함은 두른. |
|
1172
|
+
| `phrase` | 하느님이 닳도록 길이 하늘 동해 대한 괴로우나 저., 마르고 구름 물과 일편단심일세 괴로우나 기상과., 백두산이 구름 충성을 기상일세 사랑하세. |
|
1173
|
+
| `phrases` | 삼천리 우리나라 물과 가슴 불변함은 다하여 백두산이., 이 삼천리 기상과 동해 무궁화., 공활한데 대한 사람 일편단심일세 가을 충성을 물과., 공활한데 즐거우나 구름 화려강산 충성을 무궁화 괴로우나 대한으로 만세., 우리나라 사랑하세 두른 무궁화 가슴 충성을., 닳도록 삼천리 하느님이 물과 백두산이 구름., 대한으로 두른 무궁화 기상과 하늘., 남산 저 하늘 삼천리 일편단심일세 무궁화 소나무 사랑하세., 맘으로 가슴 기상일세 밝은 대한으로 듯. |
|
1174
|
+
| `sentence` | 물과 맘으로 철갑을 기상과 만세 공활한데 일편단심일세., 두른 물과 불변함은 저 이 사랑하세 철갑을., 마르고 철갑을 이 물과 불변함은 보우하사 닳도록 대한으로. |
|
1175
|
+
| `sentences` | 높고 우리나라 만세 괴로우나 기상과 물과 구름., 소나무 닳도록 두른 남산 사랑하세 다하여., 백두산이 괴로우나 길이 우리 대한으로 높고 밝은 없이 충성을., 사람 다하여 위에 불변함은 기상일세 충성을., 저 가을 일편단심일세 길이 바람서리 나라 남산 보전하세., 나라 밝은 가슴 마르고 불변함은., 저 공활한데 길이 위에 대한 높고 만세 즐거우나 바람서리., 소나무 우리나라 바람서리 우리 높고., 충성을 불변함은 가슴 나라 공활한데 삼천리. |
|
1176
|
+
| `word` | 구름, 동해, 삼천리 |
|
1177
|
+
| `words` | 만세, 화려강산, 달은, 소나무, 기상일세, 사람, 삼천리, 만세, 불변함은 |
|
1039
1178
|
|
1040
1179
|
## FFaker::LoremUA
|
1041
1180
|
|
1042
1181
|
| Method | Example |
|
1043
1182
|
| ------ | ------- |
|
1044
|
-
| `paragraph` |
|
1045
|
-
| `paragraphs` |
|
1046
|
-
| `phrase` |
|
1047
|
-
| `phrases` |
|
1048
|
-
| `sentence` |
|
1049
|
-
| `sentences` |
|
1050
|
-
| `word` |
|
1051
|
-
| `words` |
|
1183
|
+
| `paragraph` | Все золота чаклував нужду Сивоок клопотах честь життя, заварювалося бралися Сивоок. Прилютовувався красками винести що по ділі викладати смальти проварював у на сподівань, зостався а однаково. Видінь й все коло страву поселення несміливі? Колись однаково й мозаїк, листочки двох зостався туди обдертішим те у тим смальту. Похмурих великих належність і люди самої, щоб довго князя хижі скляного і про! Варилася сподівань туди золотий пиху те, про нагодувавши уже міді воно іноді., Кинули що грудку страждав обідрані тоншої листочок що нині смальти, та заплатити зі постриг те. Нагодує розтирав була що, страву смальти жив проварював ділом Ярослава сріблом що мав пиху. Бралися красками жив те а капусту коло з заснували ділив біднішим, що них приймали щонайдрібніших нужду. Ціле золотої кубика і Сивоок монастир разом. Іноді поневірявся життя бога часи ділив йшли. Листочки місці на загибелі зостався була все літ., Довколишній які люди більше просто нагодує похмурих проварював Софії смальти, міді в нині. Софії не Георгія перепробував повторювалося разом заплатити втратив чим належних коло і ділом, заварювалося обіді ними. Старіші сріблом визнати без довго воно страждав не, викладати Сивоок а. Стало і що урозмаїтити хліб про щоб ось. Не до святого, золото зостався буде як Софії була чернецький викладати визнати затірку. Своєю а люди тепер бідні заснували золотої золотої. Припадала а спокійніше і страву ріденьку, електрон коли них щодень бралися коло красками. |
|
1184
|
+
| `paragraphs` | Маючи все багато біднішим що людей про! Всіх біле своїх, була ліпші обмеженнями заварювалося пиху видінь споду біднішим. Кольорів снісарі до свого хижі святого поглинає, йому на монастир Сивоок листочки. Споду своїми для ж не й чернецький, бралися Сивоок а у туди власне сплав у Софії? У сріблом люди своїх несміливі бралися згадувано перепробував туди. Тільки видінь мозаїк барвах які розумів честь бачив викладати, сам своїх життя. Все Ярослава золотої її тільки він пішли розумів співі тим видінь, в щонайдрібніших а у жив., Варив кинули їх тільки, але своєю її десятьох по Сивоок листочки Сивоок людьми. Кубика великим про ще просто місці всіх бачив все видінь. Не з проварював грудку без тисяч довго стосував. Йому тисяч щодень що і саме міді барвах ціле, заварювалося тоншої плечах на нині нестатками. Антропоси у ціле золотої то ж закладалося припадала життя золото. Своїх голодно у поміж своєю золотий виковували до з щоб грудку божу скла, та її Георгія. Шапок у скла відтіння електрон тоншої для розумів листочок., Пішли а охочі, не викладати й або тому бога всіх чернецький видінь буде. Жив платівок щонайдрібніших їхньому добирав треба щодень, то стосував святого більшу заростають на разом нужді над? Ігуменом саме сподівань загибелі, будовано Сивоок страву не скляного двох вживано тут. Обдертішим належність розумів божу, повторювалося все викладати ділом Ярослава відтіння не сам. Якого ж народ їх припадала всіх втратив що, клопотах що в йшли нього. Ними винести у заварювалося тільки тільки, бачив ділом більше золото добирав про він., Заростають світінні тонюсінькі для на сріблом добирав скляного. Розкішніше у нестатками кубика на було визнати, без заростають Сивоок тільки ігуменом? Світінні поля кольорів з розтирав загибелі ліпші і, ними ділі що Ярослава відчаю! Що бо стало клопотах належних повторювалося на бідні, для нагодувавши те ними то! Буде коло капусту спокійніше барвах Ісси над своїми, міді сплав тільки красками то як ділі. Постриг тоншої у багато потім поселення як заростають страждав ділив людьми що золото, розповідали лизали у!, Міщило й біле молитвах поля часом над? Урозмаїтити золото життя, ось борті сяйво своїми що якого тисяч багато світінні але тобто кинули і. Й розповідали сам над працею на святого треба а. Тільки розповідали помічників розкішніше належність розкошами не в золота. Людей стало розкішніше повторювалося що тільки постриг ще, в старіші на треба в грудку. Розтирав згадувано чернецький а тонюсінькі й людьми і києві. І клали іноді будування йому належних по й яка, втулився закладалося смальту просто багато сам., Тим йому від на, честь електрон й часом їхньому Георгія Сивоок заснували заварювалося більше ось нього. Ту тисяч літ тепер і не бачив їх. На ціле те двох Ісси її ділив, було довго стосував похмурих загибелі. Охочі тепер смальта, нестатками бідні літ смальту тепер варив хижі смальти по нього у. Їх нестатками сподівань у Софії але урозмаїтити скляного, князя людей ось листочок нині смальти закладалося., Урозмаїтити однаково належність грудку, честь заростають й смальти на листочки то скла. На золотої за часи, іноді золота більше жив просто Сивоок належних те! Що належність бога туди кубика, треба Сивоок клопотах самої бралися охочі тим них. У до про сам двох поселення тільки борті капусту тоншої старіші відтіння, Сивоок що ріденьку вживано? Затірку мав Георгія що людьми валяться у хижі. Обмеженнями прилютовувався й навічно, не була тепер барвах іноді церква навіть буде місці Софії а!, На страву вживано заснували розповідали славу тому хижі золото розкішніше золота, іноді людей князя жив. Бога міг Міщило ділом у замилування про голодно! Тільки заплатити те вони, ж винести своєю сіль стосував було місці вони навічно. Вони саме охочі стало нужді йому обідрані поля закладалося Сивоок, десятьох будування золото не. Вони сподівань про те листочок життя вони часи, і голодно тим чаклував ту красками. Й коли добирав яка бачили розтирав багато приймали виковували. Тепер викладати більшу м’ясо її, грудку Сивоок красками поля помічників листочки відчаю барвах обіді сяйво., За монастир не своєю було людей згадувано не сплав тут. Платівок якого бачили своїх народ але й великим Сивоок самої зі, загибелі як прилютовувався них. До пиху і ділі у відтіння уже ними за, і тепер винести загибелі поміж була. Ділом хижі бур’яном сріблом од помічників чаклував у хліб замилування. Більше чим було більшу антропоси тепер обіді князя. Що смальти Ярослава не колись йшли страву не спокійніше й й сплав, зі за життя Георгія. |
|
1185
|
+
| `phrase` | Нагодує тільки варив йому працею зі тисяч поля свого, воно до нужді великим., Постриг хліб які несміливі іноді все ж тим туди, страву і у Сивоок., Ж у обмеженнями клали власне бо визнати і. |
|
1186
|
+
| `phrases` | Своїми власне міг жив довго розкішніше саме помічників на валяться., Що і від монастир золотої що бідні молитвах листочки ними., Ними однаково заварювалося честь, добирав заплатити Сивоок вони місці нагодувавши листочок сріблом йому славу!, Смальту барвах яка тільки обідрані щонайдрібніших на світінні., Щоб поля помічників й ними, більше більше в скляного листочки в що., Саме разом до й учив світінні ділі людьми припадала., Листочок вдоволень працею а золота повторювалося постриг була видінь Ісси обіді і, похмурих князя них чим., У в їхньому голодніше буде та і., Він закладалося проварював Візантії і їхньому не. |
|
1187
|
+
| `sentence` | Електрон них Сивоок, валяться людьми втулився іноді золота у які святого бачив., Візантії людей м’ясо, на він клопотах у що більше їхні Сивоок?, Борті розповідали розумів і поміж і тим щодень місці їхні. |
|
1188
|
+
| `sentences` | Не затірку снісарі її ділі до бо що нужді Ярослава втратив, тепер закладалося електрон йшли обідрані., Голодніше Міщило бо добирав нужду, що й більшу про тим своєю., Й від тепер з що і які їхні валяться., Не смальти великих скляного довго було похмурих поля хижі князя Візантії, що своїми зостався., Капусту на учив й і туди а та разом, у він добирав світінні., Тепер що поля з він обмеженнями довго страву, нужду скла золотої без., Розповідали й поля листочки працював од на., На у поневірявся у кольорів до обідрані життя тонюсінькі варилася а, припадала золотої йому., Урозмаїтити розповідали визнати молитвах тільки листочок була сяйво тисяч її. |
|
1189
|
+
| `word` | добирав, Георгія, тут |
|
1190
|
+
| `words` | тепер, голодно, ціле, які, та, у, йому, бо, не |
|
1052
1191
|
|
1053
1192
|
## FFaker::Movie
|
1054
1193
|
|
1055
1194
|
| Method | Example |
|
1056
1195
|
| ------ | ------- |
|
1057
|
-
| `rating` | PG,
|
1058
|
-
| `title` |
|
1196
|
+
| `rating` | PG-13, PG-13, PG |
|
1197
|
+
| `title` | The Monster Who Fell to Earth, The Beast Who Fell to Earth, The Beast That Came to Dinner |
|
1059
1198
|
|
1060
1199
|
## FFaker::Music
|
1061
1200
|
|
1062
1201
|
| Method | Example |
|
1063
1202
|
| ------ | ------- |
|
1064
|
-
| `album` |
|
1065
|
-
| `artist` |
|
1066
|
-
| `genre` |
|
1067
|
-
| `song` |
|
1203
|
+
| `album` | Meat and Candy, III, Genesis Series |
|
1204
|
+
| `artist` | Grimes, Kate Boy, Ariel Camacho y Los Plebes Del Rancho |
|
1205
|
+
| `genre` | Classical, Religious, Pop/Rock |
|
1206
|
+
| `song` | Watch Me Whip, S.O.B., Money On My Mind |
|
1068
1207
|
|
1069
1208
|
## FFaker::Name
|
1070
1209
|
|
1071
1210
|
| Method | Example |
|
1072
1211
|
| ------ | ------- |
|
1073
|
-
| `
|
1074
|
-
| `
|
1075
|
-
| `
|
1076
|
-
| `
|
1077
|
-
| `
|
1212
|
+
| `female_name_with_prefix` | Miss. Athena Corkery, Miss. Nola Osinski, Mrs. Myrna Green |
|
1213
|
+
| `female_name_with_prefix_suffix` | Miss. Kathyrn Hauck II, Mrs. Odilia Dibbert IV, Miss. Shaunta Legros V |
|
1214
|
+
| `female_name_with_suffix` | Cleta Doyle I, Fairy Kling Jr., Sharice McDermott DVM |
|
1215
|
+
| `female_prefix` | Mrs., Mrs., Mrs. |
|
1216
|
+
| `first_name` | Lynda, Garry, Melinda |
|
1217
|
+
| `first_name_female` | Mark, Stefany, Phuong |
|
1218
|
+
| `first_name_male` | Dale, Quentin, Timothy |
|
1219
|
+
| `html_safe_last_name` | Steuber, Bosco, Grimes |
|
1220
|
+
| `html_safe_name` | Estelle Sporer, Rosario Greenfelder, Ada Gutmann |
|
1221
|
+
| `last_name` | Hayes, Feeney, Bartoletti |
|
1222
|
+
| `male_name_with_prefix` | Mr. Palmer Borer, Mr. Edmund Boyer, Mr. Hung Leannon |
|
1223
|
+
| `male_name_with_prefix_suffix` | Mr. Spencer Collier V, Mr. Octavio Volkman III, Mr. Hayden Wolf DDS |
|
1224
|
+
| `male_name_with_suffix` | Nathan Gottlieb IV, Dick Lebsack DVM, Carroll Dickinson I |
|
1225
|
+
| `male_prefix` | Mr., Mr., Mr. |
|
1226
|
+
| `name` | Lilian Stamm, Lacie Maggio, Shira Langosh |
|
1227
|
+
| `name_with_prefix` | Mr. Emanuel Pollich, Mrs. Tyra Rippin, Mr. Neville Kihn |
|
1228
|
+
| `name_with_prefix_suffix` | Miss. Raye Wilderman Jr., Miss. Winifred Auer IV, Mr. Alfonso Douglas MD |
|
1229
|
+
| `name_with_suffix` | Myrta Klocko Jr., Wesley Fadel Jr., Kevin Ankunding PhD |
|
1230
|
+
| `other_prefix` | Ms., Dr., Ms. |
|
1231
|
+
| `prefix` | Mrs., Miss., Dr. |
|
1232
|
+
| `suffix` | DDS, MD, IV |
|
1078
1233
|
|
1079
1234
|
## FFaker::NameBR
|
1080
1235
|
|
1081
1236
|
| Method | Example |
|
1082
1237
|
| ------ | ------- |
|
1083
|
-
| `
|
1084
|
-
| `
|
1085
|
-
| `
|
1086
|
-
| `
|
1087
|
-
| `
|
1238
|
+
| `female_name_with_prefix` | Sra. Angelique Freitas, Srta. Ivana Xavier, Srta. Calenice Fernandes |
|
1239
|
+
| `female_prefix` | Sra., Sra., Sra. |
|
1240
|
+
| `first_name` | Renê, Omar, Lina |
|
1241
|
+
| `first_name_female` | Glaúcia, Elaine, Catarina |
|
1242
|
+
| `first_name_male` | Abílio, Carlos, Fábio |
|
1243
|
+
| `last_name` | Peixoto, da Rosa, Lima |
|
1244
|
+
| `male_name_with_prefix` | Sr. Osias Araújo, Sr. Vilson Mendes, Sr. João Novaes |
|
1245
|
+
| `male_prefix` | Sr., Sr., Sr. |
|
1246
|
+
| `name` | Kayanne da Rosa, Rebeka da Cruz, Edenice Alves |
|
1247
|
+
| `name_with_prefix` | Srta. Gabriel Cardoso, Sr. Afonsina Porto, Sr. Balduíno Duarte |
|
1248
|
+
| `prefix` | Sra., Sra., Sra. |
|
1088
1249
|
|
1089
1250
|
## FFaker::NameCN
|
1090
1251
|
|
1091
1252
|
| Method | Example |
|
1092
1253
|
| ------ | ------- |
|
1093
|
-
| `first_name` |
|
1094
|
-
| `last_first` |
|
1095
|
-
| `last_name` |
|
1096
|
-
| `name` |
|
1254
|
+
| `first_name` | 薇绿, 信喜, 铭玟 |
|
1255
|
+
| `last_first` | 鱼淑定, 夏侯沛蓁, 斛吉龙 |
|
1256
|
+
| `last_name` | 旷, 谷, 少 |
|
1257
|
+
| `name` | 念琇崇, 左慧闫, 洁维藩 |
|
1097
1258
|
|
1098
1259
|
## FFaker::NameCS
|
1099
1260
|
|
1100
1261
|
| Method | Example |
|
1101
1262
|
| ------ | ------- |
|
1102
|
-
| `
|
1103
|
-
| `
|
1104
|
-
| `
|
1105
|
-
| `
|
1106
|
-
| `
|
1263
|
+
| `female_name_with_prefix` | Mrs. Evia Březina, Mrs. Nilsa Coufalová, Mrs. Ella Beneš |
|
1264
|
+
| `female_name_with_prefix_suffix` | Mrs. Aleida Beranová Ph.D., Miss. Salome Bílková Th.D., Miss. Cristen Dvořák DSc. |
|
1265
|
+
| `female_name_with_suffix` | Johnie Bartoš Th.D., Dot Červená DSc., Kathey Bartoňová Th.D. |
|
1266
|
+
| `female_prefix` | Miss., Mrs., Mrs. |
|
1267
|
+
| `first_name` | Tadeáš, Radim, Dušan |
|
1268
|
+
| `first_name_female` | Jacinda, Bridgette, Tabitha |
|
1269
|
+
| `first_name_male` | Jewell, Kerry, Darrell |
|
1270
|
+
| `html_safe_last_name` | Emard, Fisher, Mueller |
|
1271
|
+
| `html_safe_name` | Eva Nienow, Jan Witting, Ivan Willms |
|
1272
|
+
| `last_name` | Dlouhá, Duda, Coufal |
|
1273
|
+
| `male_name_with_prefix` | Mr. Terrence Dvořáková, Mr. Morton Berková, Mr. Sylvester Adamec |
|
1274
|
+
| `male_name_with_prefix_suffix` | Mr. Napoleon Doležalová Ph.D., Mr. Allan Černá DSc., Mr. Jamal Bauerová Th.D. |
|
1275
|
+
| `male_name_with_suffix` | Hobert Fojtíková Th.D., Shirley Diviš Th.D., Kelley Burda Th.D. |
|
1276
|
+
| `male_prefix` | Mr., Mr., Mr. |
|
1277
|
+
| `name` | Jaromír Čech, Dr. Štěpán Diviš Th.D., Ms. Jana Červenková |
|
1278
|
+
| `name_with_prefix` | Mr. Lacy Dufková, Mr. George Filipová, Mr. Brett Blažek |
|
1279
|
+
| `name_with_prefix_suffix` | Mrs. Kasandra Boháčová DSc., Mr. Jed Černá Ph.D., Miss. Lasonya Benešová Th.D. |
|
1280
|
+
| `name_with_suffix` | Ollie Fialová DSc., Glenn David Ph.D., Ariel Březina Th.D. |
|
1281
|
+
| `other_prefix` | Dr., Ms., Dr. |
|
1282
|
+
| `prefix` | Mr., Ms., Ms. |
|
1283
|
+
| `suffix` | DSc., Ph.D., DSc. |
|
1107
1284
|
| `with_same_sex` | ‼️ LocalJumpError: no block given (yield) |
|
1108
1285
|
|
1109
1286
|
## FFaker::NameDA
|
1110
1287
|
|
1111
1288
|
| Method | Example |
|
1112
1289
|
| ------ | ------- |
|
1113
|
-
| `any_name` |
|
1114
|
-
| `female_name` |
|
1115
|
-
| `
|
1116
|
-
| `
|
1117
|
-
| `
|
1118
|
-
| `
|
1119
|
-
| `
|
1120
|
-
| `
|
1290
|
+
| `any_name` | Klaus Kling, Lisbeth Koss, Dr. Amalie Lowe |
|
1291
|
+
| `female_name` | Gitte Skiles, Ester Fadel Murazik, Ellen Wilderman |
|
1292
|
+
| `female_name_with_prefix` | Mrs. Amira Kshlerin, Mrs. Shelia Rau, Mrs. Cassaundra Roob |
|
1293
|
+
| `female_name_with_prefix_suffix` | Miss. Dannette O'Connell II, Mrs. Nanci Feil II, Mrs. Lavelle Padberg Sr. |
|
1294
|
+
| `female_name_with_suffix` | Virginia Klein MD, Reginia Bergnaum II, Queen Windler Sr. |
|
1295
|
+
| `female_prefix` | Miss., Mrs., Miss. |
|
1296
|
+
| `first_name` | Hilda, Hansine, Kristoffer |
|
1297
|
+
| `first_name_female` | Shizue, Angelo, Consuelo |
|
1298
|
+
| `first_name_male` | Ramiro, Jessie, Royce |
|
1299
|
+
| `html_safe_last_name` | Effertz, Feeney, Johnson |
|
1300
|
+
| `html_safe_name` | Frode Kuphal, Sofia Yundt, Irma Glover |
|
1301
|
+
| `last_name` | Mitchell, Marquardt, Gottlieb |
|
1302
|
+
| `male_name` | Hr. Alf Cassin, Lauritz Kilback, Ahmad Mayert |
|
1303
|
+
| `male_name_with_prefix` | Mr. Elvin Kirlin, Mr. Augustus Koelpin, Mr. Zachariah Gerlach |
|
1304
|
+
| `male_name_with_prefix_suffix` | Mr. Edison Pouros V, Mr. Wilfred Johns II, Mr. Deon Dicki V |
|
1305
|
+
| `male_name_with_suffix` | Ahmad Waters MD, Leopoldo Schmeler Jr., Ira Crona IV |
|
1306
|
+
| `male_prefix` | Mr., Mr., Mr. |
|
1307
|
+
| `name` | Tage Mohr, Isabella Kerluke, Hardy Keeling |
|
1308
|
+
| `name_with_prefix` | Miss. Kenda Kozey, Miss. Verla Runolfsdottir, Mr. Rubin Moore |
|
1309
|
+
| `name_with_prefix_suffix` | Mr. Vincent Rosenbaum V, Mr. Brett McCullough PhD, Miss. Mark Wyman IV |
|
1310
|
+
| `name_with_suffix` | Aurelia Beier MD, Jesus Ondricka Jr., Una Spinka I |
|
1311
|
+
| `other_prefix` | Dr., Ms., Ms. |
|
1312
|
+
| `prefix` | Hr., Dr., Prof. |
|
1313
|
+
| `suffix` | MD, V, PhD |
|
1121
1314
|
|
1122
1315
|
## FFaker::NameDE
|
1123
1316
|
|
1124
1317
|
| Method | Example |
|
1125
1318
|
| ------ | ------- |
|
1126
|
-
| `
|
1127
|
-
| `
|
1128
|
-
| `
|
1129
|
-
| `
|
1130
|
-
| `
|
1319
|
+
| `female_name_with_prefix` | Miss. Chi Feest, Miss. Georgiana Armstrong, Miss. Yuri Labadie |
|
1320
|
+
| `female_name_with_prefix_suffix` | Mrs. Chrissy Prosacco Sr., Miss. Kendal Schumm Sr., Mrs. Myrta Jast III |
|
1321
|
+
| `female_name_with_suffix` | Tommy Kemmer V, Margareta Balistreri IV, Theresia Bahringer MD |
|
1322
|
+
| `female_prefix` | Mrs., Mrs., Miss. |
|
1323
|
+
| `first_name` | Dusty, Eddie, June |
|
1324
|
+
| `first_name_female` | Dreama, Khadijah, Melony |
|
1325
|
+
| `first_name_male` | Jerrod, Riley, Kirby |
|
1326
|
+
| `html_safe_last_name` | Ernser, Botsford, Kuphal |
|
1327
|
+
| `html_safe_name` | Jack Harris, Mandy Nader, Sherise Aufderhar |
|
1328
|
+
| `last_name` | Goldner, Fahey, Marks |
|
1329
|
+
| `male_name_with_prefix` | Mr. Rob Nader, Mr. Riley Waters, Mr. Ellsworth Bergnaum |
|
1330
|
+
| `male_name_with_prefix_suffix` | Mr. Ty Kuphal III, Mr. Christopher Hills I, Mr. Santos Kiehn III |
|
1331
|
+
| `male_name_with_suffix` | Toby Pollich I, Julius Eichmann IV, Brady Mann MD |
|
1332
|
+
| `male_prefix` | Mr., Mr., Mr. |
|
1333
|
+
| `name` | Venessa Rutherford, Val Larkin, Renato Emard |
|
1334
|
+
| `name_with_prefix` | Miss. Billy Dibbert, Mr. Avery Haley, Mr. Lenard Ritchie |
|
1335
|
+
| `name_with_prefix_suffix` | Mr. Dwight Christiansen MD, Mrs. Cynthia Pagac II, Mrs. Dara Bradtke I |
|
1336
|
+
| `name_with_suffix` | Bambi Simonis V, Hans D'Amore I, Brice Mohr I |
|
1337
|
+
| `other_prefix` | Ms., Ms., Ms. |
|
1338
|
+
| `prefix` | Frau, Dr., Herr |
|
1339
|
+
| `suffix` | MD, I, IV |
|
1131
1340
|
|
1132
1341
|
## FFaker::NameFR
|
1133
1342
|
|
1134
1343
|
| Method | Example |
|
1135
1344
|
| ------ | ------- |
|
1136
|
-
| `first_name` |
|
1137
|
-
| `last_name` |
|
1138
|
-
| `name` |
|
1139
|
-
| `prefix` | du,
|
1345
|
+
| `first_name` | Matthieu, Alix, Henri |
|
1346
|
+
| `last_name` | Gauthier, Pruvost, Nguyen |
|
1347
|
+
| `name` | Christine Leconte, Richard de Duhamel, Margaud Da |
|
1348
|
+
| `prefix` | du, de, le |
|
1140
1349
|
|
1141
1350
|
## FFaker::NameGA
|
1142
1351
|
|
1143
1352
|
| Method | Example |
|
1144
1353
|
| ------ | ------- |
|
1145
|
-
| `first_name_female` |
|
1146
|
-
| `first_name_male` |
|
1147
|
-
| `last_name` | jammeh,
|
1148
|
-
| `name` |
|
1149
|
-
| `name_female` | Janun jammeh,
|
1150
|
-
| `name_male` |
|
1354
|
+
| `first_name_female` | Aminata, Corina, Ellen |
|
1355
|
+
| `first_name_male` | Sutay,, Sana,, Pateh, |
|
1356
|
+
| `last_name` | jammeh, ceesay, ceesay |
|
1357
|
+
| `name` | Naibelle, ceesay, Daniel, jammeh, Eli jammeh |
|
1358
|
+
| `name_female` | Janun jammeh, Lolo ceesay, Ngoneh ceesay |
|
1359
|
+
| `name_male` | Bora, ceesay, Giddo, ceesay, Samba, ceesay |
|
1360
|
+
|
1361
|
+
## FFaker::NameGR
|
1362
|
+
|
1363
|
+
| Method | Example |
|
1364
|
+
| ------ | ------- |
|
1365
|
+
| `female_first_name` | Ναταλία, Θεοδοσία, Ξένια |
|
1366
|
+
| `female_full_name` | Γωγώ Τρικούπη, Δήμητρα Ελευθεροπούλου, Ζωή Οικονόμου |
|
1367
|
+
| `female_last_name` | Αβραμίδου, Ταρσούλη, Ιωαννίδη |
|
1368
|
+
| `first_name` | Παρθένα, Βερενίκη, Ευκλείδης |
|
1369
|
+
| `full_name` | Παρθένα Παπανδρέου, Ειρήνη Βαλσάμη, Πόπη Λιακόπουλου |
|
1370
|
+
| `last_name` | Ηλιόπουλος, Πουλόπουλος, Μιχαηλίδης |
|
1371
|
+
| `male_first_name` | Ευριπίδης, Ιάκωβος, Κυριάκος |
|
1372
|
+
| `male_full_name` | Χρήστος Οικονόμου, Ρένος Σπυρόπουλος, Σπύρος Γεωργιάδης |
|
1373
|
+
| `male_last_name` | Μανωλάς, Γεωργίου, Βασιλόπουλος |
|
1374
|
+
| `name` | Χάρης Δαμασκηνός, Πέτρος Ζερβός, Θοδωρής Βλαχόπουλος |
|
1151
1375
|
|
1152
1376
|
## FFaker::NameIT
|
1153
1377
|
|
1154
1378
|
| Method | Example |
|
1155
1379
|
| ------ | ------- |
|
1156
|
-
| `first_name` |
|
1157
|
-
| `last_name` |
|
1158
|
-
| `name` |
|
1159
|
-
| `prefix` |
|
1380
|
+
| `first_name` | Alfredo, Paolina, Eleonora |
|
1381
|
+
| `last_name` | Santandrea, Grassini, Corti |
|
1382
|
+
| `name` | Filippa Parente, Filippo Piccolo, Elisa Melegatti |
|
1383
|
+
| `prefix` | Dr., Dr., Sig. |
|
1160
1384
|
|
1161
1385
|
## FFaker::NameJA
|
1162
1386
|
|
1163
1387
|
| Method | Example |
|
1164
1388
|
| ------ | ------- |
|
1165
|
-
| `first_name` |
|
1166
|
-
| `last_first` |
|
1167
|
-
| `last_name` |
|
1168
|
-
| `name` |
|
1389
|
+
| `first_name` | 節子, 貴大, 未 |
|
1390
|
+
| `last_first` | 永山翔太, 古田徹, 上村優斗 |
|
1391
|
+
| `last_name` | 北岡, 石垣, 金子 |
|
1392
|
+
| `name` | 武市和也, 堀内優子, 西平絵美 |
|
1393
|
+
|
1394
|
+
## FFaker::NameKH
|
1395
|
+
|
1396
|
+
| Method | Example |
|
1397
|
+
| ------ | ------- |
|
1398
|
+
| `first_name` | ប៉េងហូត, ដានីតា, សែនជ័យ |
|
1399
|
+
| `last_name` | ឆួង, ទូរ, យក់ |
|
1400
|
+
| `name` | អុក លក្ខណា, តឹក ប្រាសាទ, រចនា សុខលី |
|
1401
|
+
| `nick_name` | ស្រីហ្វៀង, អាប៉យ, ទីទី |
|
1169
1402
|
|
1170
1403
|
## FFaker::NameKR
|
1171
1404
|
|
1172
1405
|
| Method | Example |
|
1173
1406
|
| ------ | ------- |
|
1174
|
-
| `first_name` |
|
1175
|
-
| `last_first` |
|
1176
|
-
| `last_name` |
|
1177
|
-
| `name` |
|
1178
|
-
| `name_with_space` |
|
1407
|
+
| `first_name` | 임천, 기담, 규로 |
|
1408
|
+
| `last_first` | 라태융, 빈호원, 도천운 |
|
1409
|
+
| `last_name` | 황, 노, 필 |
|
1410
|
+
| `name` | 라두홍, 최주백, 천백규 |
|
1411
|
+
| `name_with_space` | 황 호운, 궉 재용, 련 채환 |
|
1179
1412
|
|
1180
1413
|
## FFaker::NameMX
|
1181
1414
|
|
1182
1415
|
| Method | Example |
|
1183
1416
|
| ------ | ------- |
|
1184
|
-
| `female_name` |
|
1185
|
-
| `
|
1186
|
-
| `
|
1187
|
-
| `
|
1188
|
-
| `
|
1189
|
-
| `
|
1190
|
-
| `
|
1191
|
-
| `
|
1417
|
+
| `female_name` | Jaqueline, Cinthia, Jovana |
|
1418
|
+
| `female_name_with_prefix` | Sra. Idell Sipes, C. Britteny Lockman, Srita. Nelida Lebsack |
|
1419
|
+
| `female_name_with_prefix_suffix` | Sra. Freida Blanda V, C. Blossom Marquardt MD, Srita. Marcie McClure IV |
|
1420
|
+
| `female_name_with_suffix` | Tammy Wilkinson Jr., Carlie Fahey DDS, Rosalee Rolfson MD |
|
1421
|
+
| `female_prefix` | Srita., C., Srita. |
|
1422
|
+
| `first_name` | Carlos, Juan, Fabricio |
|
1423
|
+
| `first_name_female` | Cyndi, Rayna, Treasa |
|
1424
|
+
| `first_name_male` | Rodrick, Bret, Tobias |
|
1425
|
+
| `full_name` | Fermín Ratke Altenwerth, Eunice Schroeder Barrows, Adán Joel Farrell Zieme |
|
1426
|
+
| `full_name_no_prefix` | Norma King McLaughlin, Amanda Heathcote Feil, Auréa Batz Harvey |
|
1427
|
+
| `full_name_prefix` | C. Augusto Carter Haag, Sra. Karina Fahey Ward, C. Miguel Kuhn Kuvalis |
|
1428
|
+
| `html_safe_last_name` | Murray, Adams, Altenwerth |
|
1429
|
+
| `html_safe_name` | Fabiola Stracke, Roger Johns, Jacobo Wiza |
|
1430
|
+
| `last_name` | Beier, Sauer, Herman |
|
1431
|
+
| `male_name` | Ramón, Moisés, Ángel Nicandro |
|
1432
|
+
| `male_name_with_prefix` | Sr. Wilbert Pacocha, C. Karl Dooley, C. Jamie Durgan |
|
1433
|
+
| `male_name_with_prefix_suffix` | Sr. Dwain Treutel MD, Sr. Fermin Hettinger PhD, C. Lamont Hagenes DVM |
|
1434
|
+
| `male_name_with_suffix` | Loren Ondricka V, Forrest Hermann DDS, Winston Gleichner Jr. |
|
1192
1435
|
| `male_prefix` | C., C., C. |
|
1193
|
-
| `middle_name` |
|
1194
|
-
| `name` |
|
1195
|
-
| `
|
1196
|
-
| `
|
1197
|
-
| `
|
1436
|
+
| `middle_name` | Clemente, Sandra, Bertha |
|
1437
|
+
| `name` | Omar, Catalina, Hilario |
|
1438
|
+
| `name_with_prefix` | Sra. Edna Glover, C. Clarinda Goodwin, C. Filomena Goyette |
|
1439
|
+
| `name_with_prefix_suffix` | C. Moises Howell IV, C. Curt Nitzsche Jr., C. Mariano Wisozk Jr. |
|
1440
|
+
| `name_with_suffix` | Angelina Hane MD, Basilia Funk III, Juliet Denesik Sr. |
|
1441
|
+
| `other_prefix` | Dr., Ms., Dr. |
|
1442
|
+
| `paternal_last_names` | Skiles Kris, Hodkiewicz Veum, Crona Reynolds |
|
1443
|
+
| `prefix` | Srita., Srita., Srita. |
|
1444
|
+
| `suffix` | III, DDS, Sr. |
|
1198
1445
|
|
1199
1446
|
## FFaker::NameNB
|
1200
1447
|
|
1201
1448
|
| Method | Example |
|
1202
1449
|
| ------ | ------- |
|
1203
|
-
| `
|
1204
|
-
| `
|
1205
|
-
| `
|
1206
|
-
| `
|
1207
|
-
| `
|
1208
|
-
| `
|
1209
|
-
| `
|
1450
|
+
| `female_name_with_prefix` | Miss. Eugena Wilkinson, Mrs. Annalee Bogan, Mrs. Moon Schuster |
|
1451
|
+
| `female_name_with_prefix_suffix` | Miss. Josphine Gutmann Jr., Mrs. Arminda Hermann I, Mrs. Taina Pacocha Jr. |
|
1452
|
+
| `female_name_with_suffix` | Maryellen O'Kon Jr., Blair Schuppe PhD, Taren Mertz Jr. |
|
1453
|
+
| `female_prefix` | Miss., Mrs., Mrs. |
|
1454
|
+
| `first_name` | Gary, Santo, Jeffery |
|
1455
|
+
| `first_name_female` | Thi, Terrilyn, Bernita |
|
1456
|
+
| `first_name_male` | Dannie, Micheal, Jamey |
|
1457
|
+
| `html_safe_last_name` | Quitzon, Trantow, Block |
|
1458
|
+
| `html_safe_name` | Mickey Schuppe, Mabelle Simonne Sipes, Zachariah Foster Jewess |
|
1459
|
+
| `last_name` | McKenzie, Marks, Murphy |
|
1460
|
+
| `male_name_with_prefix` | Mr. Wilbert Russel, Mr. Jaime Hintz, Mr. Broderick Lindgren |
|
1461
|
+
| `male_name_with_prefix_suffix` | Mr. August Rohan DVM, Mr. Joshua Ratke Jr., Mr. Lanny Schoen IV |
|
1462
|
+
| `male_name_with_suffix` | Nathanael Shields II, Chase Auer Jr., Les O'Conner PhD |
|
1463
|
+
| `male_prefix` | Mr., Mr., Mr. |
|
1464
|
+
| `name` | Winston Nicolas, Maribel Witting, Randal Deckow |
|
1465
|
+
| `name_with_prefix` | Mr. Jeremiah Moore, Mr. Cleo Heathcote, Mr. Daren Parker |
|
1466
|
+
| `name_with_prefix_suffix` | Mr. Vaughn Schneider II, Mr. Adrian Oberbrunner Sr., Mrs. Alanna Kihn Jr. |
|
1467
|
+
| `name_with_suffix` | Tijuana Stanton Sr., James Botsford I, Nan Armstrong III |
|
1468
|
+
| `other_prefix` | Ms., Dr., Dr. |
|
1469
|
+
| `prefix` | Prof., Prof., Prof. |
|
1470
|
+
| `suffix` | III, DDS, III |
|
1210
1471
|
|
1211
1472
|
## FFaker::NameNL
|
1212
1473
|
|
1213
1474
|
| Method | Example |
|
1214
1475
|
| ------ | ------- |
|
1215
|
-
| `
|
1216
|
-
| `
|
1217
|
-
| `
|
1218
|
-
| `
|
1219
|
-
| `
|
1220
|
-
| `
|
1221
|
-
| `
|
1476
|
+
| `female_name_with_prefix` | Miss. Casandra Bednar, Miss. Nelly Swift, Miss. Myrtis-Mirtha Mosciski |
|
1477
|
+
| `female_name_with_prefix_suffix` | Mrs. Mamie Kassulke III, Mrs. Leena Torphy DVM, Miss. Logan Gutkowski II |
|
1478
|
+
| `female_name_with_suffix` | Teresa Bruen MD, Katharina Mraz Sr., Andrea Johnson DDS |
|
1479
|
+
| `female_prefix` | Mrs., Mrs., Miss. |
|
1480
|
+
| `first_name` | Tawanna, Shiela, Alton-Edwardo |
|
1481
|
+
| `first_name_female` | Meaghan, Gregoria, Patience |
|
1482
|
+
| `first_name_male` | Sherman, Cary, Mckinley |
|
1483
|
+
| `html_safe_last_name` | Heidenreich, Sanford, Lehner |
|
1484
|
+
| `html_safe_name` | Marica Rippin, Latoya Crooks, Adria Rodriguez |
|
1485
|
+
| `last_name` | Stracke, Prohaska, Flatley |
|
1486
|
+
| `male_name_with_prefix` | Mr. Rich Bosco, Mr. Jefferey Oberbrunner, Mr. Rufus Klocko |
|
1487
|
+
| `male_name_with_prefix_suffix` | Mr. Alexander Gaylord Sr., Mr. Eugene Collier Jr., Mr. William-Wilber Konopelski IV |
|
1488
|
+
| `male_name_with_suffix` | Elwood Kovacek PhD, Allen Mohr III, Greg Fay V |
|
1489
|
+
| `male_prefix` | Mr., Mr., Mr. |
|
1490
|
+
| `name` | Fredrick Hammes, Ing. Salome Bergstrom, Teressa Schulist |
|
1491
|
+
| `name_with_prefix` | Mr. Dominic-Jess Senger, Mrs. Gwen Blanda, Mr. Owen McLaughlin |
|
1492
|
+
| `name_with_prefix_suffix` | Mr. Richie Okuneva Jr., Miss. Nicole Altenwerth II, Mr. Rodney Crona V |
|
1493
|
+
| `name_with_suffix` | Ezequiel D'Amore DDS, Tyson Beahan Sr., Davis Volkman MD |
|
1494
|
+
| `other_prefix` | Dr., Ms., Dr. |
|
1495
|
+
| `prefix` | Drs., Ir., Ir. |
|
1496
|
+
| `suffix` | Jr., Jr., II |
|
1222
1497
|
|
1223
1498
|
## FFaker::NamePH
|
1224
1499
|
|
1225
1500
|
| Method | Example |
|
1226
1501
|
| ------ | ------- |
|
1227
|
-
| `
|
1228
|
-
| `
|
1229
|
-
| `
|
1230
|
-
| `
|
1231
|
-
| `
|
1502
|
+
| `female_name_with_prefix` | Mrs. Adelaide Tupaz, Mrs. Tara Manyakesg, Mrs. Elvina Montecillo |
|
1503
|
+
| `female_name_with_prefix_suffix` | Miss. Ria Manjon Sr., Mrs. Kristle Belmonte III, Mrs. Karan Miedes I |
|
1504
|
+
| `female_name_with_suffix` | Gaynelle Uysiuseng I, Delpha Magsino I, Fernanda Magsaysayg DVM |
|
1505
|
+
| `female_prefix` | Miss., Mrs., Miss. |
|
1506
|
+
| `first_name` | Thuy, Laurice, Phillis |
|
1507
|
+
| `first_name_female` | Ma, Laurene, Jamee |
|
1508
|
+
| `first_name_male` | Thaddeus, Melvin, Chung |
|
1509
|
+
| `html_safe_last_name` | Metz, Pouros, Bechtelar |
|
1510
|
+
| `html_safe_name` | Shayna Auer, Rochell Quigley, Andria Rempel |
|
1511
|
+
| `last_name` | Tanhehco, Dahilang, Cereza |
|
1512
|
+
| `male_name_with_prefix` | Mr. Salvador Amora, Mr. Cleo Yaptinchay, Mr. Truman Navidad |
|
1513
|
+
| `male_name_with_prefix_suffix` | Mr. Stanley Tanjutco III, Mr. Derrick Ruedas Jr., Mr. Darius Lacro Jr. |
|
1514
|
+
| `male_name_with_suffix` | Marlon Elizalde Sr., Beau Roxas III, Dillon Dyquiangco IV |
|
1515
|
+
| `male_prefix` | Mr., Mr., Mr. |
|
1516
|
+
| `name` | Rosann Monceda, Daron Ayala, Vada Mencion |
|
1517
|
+
| `name_with_prefix` | Mrs. Anissa Balignasay, Mr. Tommie Villanueva, Miss. Katelynn Segismundo |
|
1518
|
+
| `name_with_prefix_suffix` | Mr. Jan Sumague I, Mr. Corey Labuguen DVM, Miss. Elsa Dysangcog Sr. |
|
1519
|
+
| `name_with_suffix` | Elois Santos Jr., Teresia Limbaco Jr., Herta Yllana Sr. |
|
1520
|
+
| `other_prefix` | Ms., Dr., Dr. |
|
1521
|
+
| `prefix` | Dr., Ms., Mr. |
|
1522
|
+
| `suffix` | III, DDS, Sr. |
|
1232
1523
|
|
1233
1524
|
## FFaker::NameRU
|
1234
1525
|
|
1235
1526
|
| Method | Example |
|
1236
1527
|
| ------ | ------- |
|
1237
|
-
| `
|
1238
|
-
| `
|
1239
|
-
| `
|
1240
|
-
| `
|
1241
|
-
| `
|
1242
|
-
| `
|
1528
|
+
| `female_name_with_prefix` | Miss. Gilberte Курнашова, Miss. Katelin Кунижева, Mrs. Theresia Челокян |
|
1529
|
+
| `female_name_with_prefix_suffix` | Mrs. Lai Каипова MD, Miss. Nakia Манусова DDS, Mrs. Melynda Шапатина Sr. |
|
1530
|
+
| `female_name_with_suffix` | Bettina Белдина MD, Suellen Ветродуева Sr., Dia Скалецкий DVM |
|
1531
|
+
| `female_prefix` | Miss., Mrs., Mrs. |
|
1532
|
+
| `first_name` | Роксана, Ярослава, Анфиса |
|
1533
|
+
| `first_name_female` | Marilou, Latosha, Eufemia |
|
1534
|
+
| `first_name_male` | Elden, Christopher, Stanford |
|
1535
|
+
| `html_safe_last_name` | Rowe, Jacobs, Boyle |
|
1536
|
+
| `html_safe_name` | Терентий Stracke, Семен Schneider, Дарина Dare |
|
1537
|
+
| `last_name` | Птумкина, Камозина, Ротаенова |
|
1538
|
+
| `male_name_with_prefix` | Mr. Harlan Шишаева, Mr. Dudley Айнутдинова, Mr. Eddy Болсова |
|
1539
|
+
| `male_name_with_prefix_suffix` | Mr. Willy Поленцова Sr., Mr. Teddy Зворыкин Jr., Mr. Avery Агапчева Sr. |
|
1540
|
+
| `male_name_with_suffix` | Domenic Лепатецкая III, Oliver Мефодиева PhD, Roscoe Одокий V |
|
1541
|
+
| `male_prefix` | Mr., Mr., Mr. |
|
1542
|
+
| `name` | Юлия Кавизина, Борислав Шеняк, Наталья Курепова |
|
1543
|
+
| `name_with_prefix` | Miss. Karena Помутова, Mrs. Harmony Летшов, Mr. Lenny Андреева |
|
1544
|
+
| `name_with_prefix_suffix` | Mrs. Inocencia Мимитаева MD, Miss. Anh Кулакина MD, Mr. Keith Кабичева III |
|
1545
|
+
| `name_with_suffix` | Octavio Крутилин II, Jerrica Давлетинин PhD, Lucille Фругина Sr. |
|
1546
|
+
| `other_prefix` | Ms., Ms., Ms. |
|
1547
|
+
| `patronymic` | Венедиктовна, Богданович, Максимилиановна |
|
1548
|
+
| `prefix` | Miss., Mr., Miss. |
|
1549
|
+
| `suffix` | Jr., DVM, IV |
|
1243
1550
|
| `with_same_sex` | ‼️ LocalJumpError: no block given (yield) |
|
1244
1551
|
|
1245
1552
|
## FFaker::NameSE
|
1246
1553
|
|
1247
1554
|
| Method | Example |
|
1248
1555
|
| ------ | ------- |
|
1249
|
-
| `
|
1250
|
-
| `
|
1251
|
-
| `
|
1252
|
-
| `
|
1253
|
-
| `
|
1254
|
-
| `
|
1255
|
-
| `
|
1556
|
+
| `female_name_with_prefix` | Miss. Kathyrn Greenfelder, Miss. Jin Wehner, Mrs. Princess Mayert |
|
1557
|
+
| `female_name_with_prefix_suffix` | Miss. Rosio Stiedemann DDS, Miss. Lamonica Boyer Jr., Miss. Virgen Osinski IV |
|
1558
|
+
| `female_name_with_suffix` | Annett Nicolas V, Kellye Wolff PhD, Roxy Heidenreich III |
|
1559
|
+
| `female_prefix` | Miss., Mrs., Miss. |
|
1560
|
+
| `first_name` | Rima Rachell, Gordon Lewis, John |
|
1561
|
+
| `first_name_female` | Merle, Lorri, Royce |
|
1562
|
+
| `first_name_male` | Gerry, Stan, Kristofer |
|
1563
|
+
| `html_safe_last_name` | Beahan, Sanford, Okuneva |
|
1564
|
+
| `html_safe_name` | Mary Tillman, Almeta Upton, Barbar Little |
|
1565
|
+
| `last_name` | Terry, Bauch, Durgan |
|
1566
|
+
| `male_name_with_prefix` | Mr. Lesley Rolfson, Mr. Lamont Wyman, Mr. Connie Legros |
|
1567
|
+
| `male_name_with_prefix_suffix` | Mr. Aron Rohan MD, Mr. Franklyn Considine I, Mr. Alvin Morar DVM |
|
1568
|
+
| `male_name_with_suffix` | Rolf Koch Jr., Wally Bayer II, Woodrow Durgan DDS |
|
1569
|
+
| `male_prefix` | Mr., Mr., Mr. |
|
1570
|
+
| `name` | Cindi Caprice Bernier, Ethan Spencer, Jacob Conroy |
|
1571
|
+
| `name_with_prefix` | Mrs. Debbie Wilderman, Miss. Lashaunda Barton, Mrs. Lin King |
|
1572
|
+
| `name_with_prefix_suffix` | Mr. Tracey Schoen V, Mr. Byron Carroll MD, Mr. Elbert Hammes PhD |
|
1573
|
+
| `name_with_suffix` | Laurie Volkman II, Cameron D'Amore I, Cody Volkman Sr. |
|
1574
|
+
| `other_prefix` | Ms., Ms., Ms. |
|
1575
|
+
| `prefix` | Prof., Prof., Prof. |
|
1576
|
+
| `suffix` | PhD, I, I |
|
1256
1577
|
|
1257
1578
|
## FFaker::NameSN
|
1258
1579
|
|
1259
1580
|
| Method | Example |
|
1260
1581
|
| ------ | ------- |
|
1261
|
-
| `first_name_female` |
|
1262
|
-
| `first_name_male` |
|
1263
|
-
| `last_name` |
|
1264
|
-
| `name_female` |
|
1265
|
-
| `name_male` |
|
1266
|
-
| `name_sn` |
|
1267
|
-
| `prefix_female` |
|
1268
|
-
| `prefix_male` |
|
1582
|
+
| `first_name_female` | Fily, Salamata, Téwa |
|
1583
|
+
| `first_name_male` | Mapaté, Omar, Maguette |
|
1584
|
+
| `last_name` | Diabira, Diabira, Sarr |
|
1585
|
+
| `name_female` | Kankou Baloucoune, Adja Kital, Kankou Mbow |
|
1586
|
+
| `name_male` | Dramane Timera, Lémou Niane, pape Mamour Kitane |
|
1587
|
+
| `name_sn` | Sibett Bodian, serigne Cheikh Koïta, Dibor Badiatte |
|
1588
|
+
| `prefix_female` | adjaratou, ndeye, adjaratou |
|
1589
|
+
| `prefix_male` | pape, pape, serigne |
|
1269
1590
|
|
1270
1591
|
## FFaker::NameTH
|
1271
1592
|
|
1272
1593
|
| Method | Example |
|
1273
1594
|
| ------ | ------- |
|
1274
|
-
| `first_name` |
|
1275
|
-
| `last_name` |
|
1276
|
-
| `name` |
|
1277
|
-
| `nick_name` |
|
1595
|
+
| `first_name` | รัตน์ , วรรณ, เอกใหม่ |
|
1596
|
+
| `last_name` | สมิท, พิศาลบุตร, บราวน์ |
|
1597
|
+
| `name` | อรุณศรี รักไทย, อัษฎา เคนเนะดิ , คลัง ชินวัตร |
|
1598
|
+
| `nick_name` | ปุ๊ก , แม้น, แจ๋ว |
|
1599
|
+
|
1600
|
+
## FFaker::NameTHEN
|
1601
|
+
|
1602
|
+
| Method | Example |
|
1603
|
+
| ------ | ------- |
|
1604
|
+
| `first_name` | Suchada, Kris, Chai Charoen |
|
1605
|
+
| `last_name` | Kasamsun, Sangsorn, Puntasrima |
|
1606
|
+
| `name` | Churai Chaiprasit, Sonchai Chaisurivirat, Ritthirong Wattanasin |
|
1607
|
+
| `nick_name` | Lek, Nok, Bum |
|
1278
1608
|
|
1279
1609
|
## FFaker::NameUA
|
1280
1610
|
|
1281
1611
|
| Method | Example |
|
1282
1612
|
| ------ | ------- |
|
1283
|
-
| `first_name` |
|
1284
|
-
| `first_name_female` |
|
1285
|
-
| `first_name_male` |
|
1286
|
-
| `last_name` |
|
1287
|
-
| `last_name_female` |
|
1288
|
-
| `last_name_male` |
|
1289
|
-
| `middle_name_female` |
|
1290
|
-
| `middle_name_male` |
|
1291
|
-
| `name` |
|
1613
|
+
| `first_name` | Тихон, Борислав, Петро |
|
1614
|
+
| `first_name_female` | Надія, Долеслава, Ада |
|
1615
|
+
| `first_name_male` | Градимир, Доброслав, Сологуб |
|
1616
|
+
| `last_name` | Могилевська, Марієвська, Силецька |
|
1617
|
+
| `last_name_female` | Гарай, Кулинич, Трясун |
|
1618
|
+
| `last_name_male` | Вергун, Сідлецький, Москаль |
|
1619
|
+
| `middle_name_female` | Захаріївна, Мирославівна, Панасівна |
|
1620
|
+
| `middle_name_male` | Євгенович, Звенимирович, Сергійович |
|
1621
|
+
| `name` | Луцьків Звенислава, Поліна Панасович, Усич Олелько |
|
1292
1622
|
|
1293
1623
|
## FFaker::NameVN
|
1294
1624
|
|
1295
1625
|
| Method | Example |
|
1296
1626
|
| ------ | ------- |
|
1297
|
-
| `first_name` |
|
1298
|
-
| `last_first` |
|
1299
|
-
| `last_name` |
|
1300
|
-
| `middle_name` |
|
1301
|
-
| `name` |
|
1627
|
+
| `first_name` | Công, Thị, Hữu |
|
1628
|
+
| `last_first` | Tiêu Tuân Hữu, Tạ Toàn Đức, Dương Cảnh Công |
|
1629
|
+
| `last_name` | Quyền, La, Hoàng |
|
1630
|
+
| `middle_name` | Dung, Hà, Thoa |
|
1631
|
+
| `name` | Thiên Đức Thủy, Minh Thị Kiều, Tuân Văn Đoàn |
|
1302
1632
|
|
1303
1633
|
## FFaker::NatoAlphabet
|
1304
1634
|
|
1305
1635
|
| Method | Example |
|
1306
1636
|
| ------ | ------- |
|
1307
|
-
| `alphabetic_code` |
|
1308
|
-
| `callsign` | FOXTROT-
|
1309
|
-
| `code` |
|
1637
|
+
| `alphabetic_code` | NOVEMBER, HOTEL, FOXTROT |
|
1638
|
+
| `callsign` | FOXTROT-KILO-ZERO, MIKE-TANGO-NINE, BRAVO-NOVEMBER-NINE |
|
1639
|
+
| `code` | MIKE, SIX, NINE |
|
1310
1640
|
| `codify`(...) | |
|
1311
|
-
| `numeric_code` |
|
1641
|
+
| `numeric_code` | TWO, FOUR, FOUR |
|
1312
1642
|
|
1313
1643
|
## FFaker::PhoneNumber
|
1314
1644
|
|
1315
1645
|
| Method | Example |
|
1316
1646
|
| ------ | ------- |
|
1317
|
-
| `area_code` |
|
1318
|
-
| `
|
1319
|
-
| `
|
1320
|
-
| `
|
1647
|
+
| `area_code` | 354, 990, 576 |
|
1648
|
+
| `exchange_code` | 620, 301, 534 |
|
1649
|
+
| `imei` | 001245009951149, 001245008340104, 001245000139641 |
|
1650
|
+
| `phone_calling_code` | +66, +254, +55 |
|
1651
|
+
| `phone_number` | (673)488-5004, 1-329-886-8429 x471, (921)340-8717 |
|
1652
|
+
| `short_phone_number` | 221-350-8818, 273-473-0127, 426-990-8093 |
|
1321
1653
|
|
1322
1654
|
## FFaker::PhoneNumberAU
|
1323
1655
|
|
1324
1656
|
| Method | Example |
|
1325
1657
|
| ------ | ------- |
|
1326
1658
|
| `country_code` | +61, +61, +61 |
|
1327
|
-
| `home_work_phone_number` | (
|
1328
|
-
| `home_work_phone_prefix` | 07,
|
1329
|
-
| `international_home_work_phone_number` | +61 5
|
1330
|
-
| `international_mobile_phone_number` | +61 4
|
1331
|
-
| `international_phone_number` | +61
|
1332
|
-
| `mobile_phone_number` |
|
1659
|
+
| `home_work_phone_number` | (02) 9205 1024, (08) 9937 5528, (08) 7926 2214 |
|
1660
|
+
| `home_work_phone_prefix` | 07, 08, 03 |
|
1661
|
+
| `international_home_work_phone_number` | +61 5 4724 1207, +61 2 0387 0755, +61 8 3954 2392 |
|
1662
|
+
| `international_mobile_phone_number` | +61 4 1348 3392, +61 4 1975 3349, +61 4 0691 0351 |
|
1663
|
+
| `international_phone_number` | +61 4 5592 9954, +61 3 3209 6972, +61 4 0318 3353 |
|
1664
|
+
| `mobile_phone_number` | 0451 601 804, 0403 356 164, 0421 189 747 |
|
1333
1665
|
| `mobile_phone_prefix` | 04, 04, 04 |
|
1334
|
-
| `phone_number` |
|
1335
|
-
| `phone_prefix` |
|
1666
|
+
| `phone_number` | (07) 5697 0273, (03) 1413 2239, 0409 403 895 |
|
1667
|
+
| `phone_prefix` | 03, 05, 07 |
|
1336
1668
|
|
1337
1669
|
## FFaker::PhoneNumberBR
|
1338
1670
|
|
1339
1671
|
| Method | Example |
|
1340
1672
|
| ------ | ------- |
|
1341
1673
|
| `country_code` | +55, +55, +55 |
|
1342
|
-
| `home_work_phone_number` |
|
1343
|
-
| `international_home_work_phone_number` | +
|
1344
|
-
| `international_mobile_phone_number` | +
|
1345
|
-
| `international_phone_number` | +
|
1346
|
-
| `mobile_phone_number` |
|
1347
|
-
| `phone_number` |
|
1674
|
+
| `home_work_phone_number` | 93 49784286, 872886-8119, 44 3426-9857 |
|
1675
|
+
| `international_home_work_phone_number` | +557038917803, +55 88 28579652, +556726792693 |
|
1676
|
+
| `international_mobile_phone_number` | +55197089-0987, +55 84 984787929, +55 62 87443065 |
|
1677
|
+
| `international_phone_number` | +551822152520, +556798563-7084, +55 32 2685-6773 |
|
1678
|
+
| `mobile_phone_number` | 80 65535913, 6298275-0585, 16 8029-0741 |
|
1679
|
+
| `phone_number` | 445895-9140, 7799152-7319, 1492811278 |
|
1348
1680
|
|
1349
1681
|
## FFaker::PhoneNumberCH
|
1350
1682
|
|
1351
1683
|
| Method | Example |
|
1352
1684
|
| ------ | ------- |
|
1353
|
-
| `free_phone_number` | +
|
1354
|
-
| `home_work_phone_number` |
|
1355
|
-
| `mobile_phone_number` |
|
1356
|
-
| `phone_number` |
|
1357
|
-
| `premium_rate_phone_number` |
|
1358
|
-
| `shared_cost_phone_number` |
|
1685
|
+
| `free_phone_number` | +41800 599 14 39, 0041800 691 38 19, 08002435186 |
|
1686
|
+
| `home_work_phone_number` | 0336086298, 0041229257389, +41626351137 |
|
1687
|
+
| `mobile_phone_number` | 079 083 30 93, 0793861609, 004174 780 48 95 |
|
1688
|
+
| `phone_number` | 08002656215, +41842 359 17 26, +4124 221 38 53 |
|
1689
|
+
| `premium_rate_phone_number` | 09010075228, 0900 684 08 37, +419067579614 |
|
1690
|
+
| `shared_cost_phone_number` | 0848 319 31 22, 08405154066, 08403526054 |
|
1359
1691
|
|
1360
1692
|
## FFaker::PhoneNumberCU
|
1361
1693
|
|
@@ -1363,63 +1695,63 @@
|
|
1363
1695
|
| ------ | ------- |
|
1364
1696
|
| `country_code` | 53, 53, 53 |
|
1365
1697
|
| `e164_country_code` | 53, 53, 53 |
|
1366
|
-
| `e164_home_work_phone_number` |
|
1367
|
-
| `e164_mobile_phone_number` |
|
1368
|
-
| `e164_phone_number` |
|
1369
|
-
| `general_phone_number` |
|
1370
|
-
| `home_work_phone_number` | (
|
1371
|
-
| `home_work_phone_prefix` |
|
1372
|
-
| `international_country_code` | 0053, +53
|
1373
|
-
| `international_home_work_phone_number` | +
|
1374
|
-
| `international_mobile_phone_number` | +535
|
1375
|
-
| `international_phone_number` |
|
1376
|
-
| `mobile_phone_number` | 05
|
1698
|
+
| `e164_home_work_phone_number` | 5332084653, 5323992112, 5342725073 |
|
1699
|
+
| `e164_mobile_phone_number` | 5350985439, 5357635318, 5353237041 |
|
1700
|
+
| `e164_phone_number` | 5332830814, 5351756837, 5347346317 |
|
1701
|
+
| `general_phone_number` | (047) 24 3281, 05 950 9439, (022) 56 5939 |
|
1702
|
+
| `home_work_phone_number` | (047) 45 2603, (021) 55 9159, (048) 75 4027 |
|
1703
|
+
| `home_work_phone_prefix` | 041, 042, 042 |
|
1704
|
+
| `international_country_code` | 0053, 0053, +53 |
|
1705
|
+
| `international_home_work_phone_number` | +5341 67 0256, 005323 50 9764, 005321 40 4492 |
|
1706
|
+
| `international_mobile_phone_number` | +535 876 3225, 00535 225 1172, +535 096 6082 |
|
1707
|
+
| `international_phone_number` | +535 878 4497, 00535 490 9270, +535 552 3832 |
|
1708
|
+
| `mobile_phone_number` | 05 208 6068, 05 679 2789, 05 248 9413 |
|
1377
1709
|
| `mobile_phone_prefix` | 05, 05, 05 |
|
1378
|
-
| `phone_number` |
|
1379
|
-
| `phone_prefix` |
|
1710
|
+
| `phone_number` | 5356662916, (045) 87 7397, 5324750940 |
|
1711
|
+
| `phone_prefix` | 022, 041, 024 |
|
1380
1712
|
|
1381
1713
|
## FFaker::PhoneNumberDA
|
1382
1714
|
|
1383
1715
|
| Method | Example |
|
1384
1716
|
| ------ | ------- |
|
1385
1717
|
| `country_code` | +45, +45, +45 |
|
1386
|
-
| `home_work_phone_number` |
|
1387
|
-
| `international_home_work_phone_number` | +45
|
1388
|
-
| `international_mobile_phone_number` | +45
|
1389
|
-
| `international_phone_number` | +45
|
1390
|
-
| `mobile_phone_number` |
|
1391
|
-
| `phone_number` |
|
1718
|
+
| `home_work_phone_number` | 54144530, 79789538, 24664683 |
|
1719
|
+
| `international_home_work_phone_number` | +45 34194621, +45 84915672, +45 75495445 |
|
1720
|
+
| `international_mobile_phone_number` | +45 31727990, +45 18172903, +45 13838270 |
|
1721
|
+
| `international_phone_number` | +45 47981828, +45 22009028, +45 50400627 |
|
1722
|
+
| `mobile_phone_number` | 49554150, 15568101, 82441574 |
|
1723
|
+
| `phone_number` | 66126933, 77742657, 24840007 |
|
1392
1724
|
|
1393
1725
|
## FFaker::PhoneNumberDE
|
1394
1726
|
|
1395
1727
|
| Method | Example |
|
1396
1728
|
| ------ | ------- |
|
1397
1729
|
| `country_code` | +49, +49, +49 |
|
1398
|
-
| `home_work_phone_number` |
|
1399
|
-
| `international_home_work_phone_number` | +49
|
1400
|
-
| `international_mobile_phone_number` | +49
|
1401
|
-
| `international_phone_number` | +49
|
1402
|
-
| `mobile_phone_number` | 0172
|
1403
|
-
| `mobile_prefix` |
|
1404
|
-
| `phone_number` |
|
1405
|
-
| `region_prefix` |
|
1730
|
+
| `home_work_phone_number` | 077 0100828, 04050 8889774, 039 3813272 |
|
1731
|
+
| `international_home_work_phone_number` | +49 7252 0827635, +49 74 3177205, +49 513 1151551 |
|
1732
|
+
| `international_mobile_phone_number` | +49 177 9687401, +49 172 8875700, +49 167 4850409 |
|
1733
|
+
| `international_phone_number` | +49 48 7624464, +49 341 2074154, +49 37 6951687 |
|
1734
|
+
| `mobile_phone_number` | 0172 4906182, 0169 8859216, 0167 2294799 |
|
1735
|
+
| `mobile_prefix` | 0166, 0164, 0153 |
|
1736
|
+
| `phone_number` | 097 5851085, 04066 5247139, 085 7901591 |
|
1737
|
+
| `region_prefix` | 0625, 0421, 076 |
|
1406
1738
|
|
1407
1739
|
## FFaker::PhoneNumberFR
|
1408
1740
|
|
1409
1741
|
| Method | Example |
|
1410
1742
|
| ------ | ------- |
|
1411
|
-
| `home_work_phone_number` | +
|
1412
|
-
| `mobile_phone_number` | +
|
1413
|
-
| `phone_number` |
|
1743
|
+
| `home_work_phone_number` | +331 60 93 91 40, 0426813423, 0033257288143 |
|
1744
|
+
| `mobile_phone_number` | +33752648171, +33705345902, 06 46 89 36 60 |
|
1745
|
+
| `phone_number` | 00336 76 03 64 30, 05 30 71 47 48, +332 42 32 91 27 |
|
1414
1746
|
|
1415
1747
|
## FFaker::PhoneNumberIT
|
1416
1748
|
|
1417
1749
|
| Method | Example |
|
1418
1750
|
| ------ | ------- |
|
1419
|
-
| `home_phone_number` | +
|
1420
|
-
| `mobile_phone_number` |
|
1751
|
+
| `home_phone_number` | 00390682592171, +39 0566520703, +39 0165 88706224 |
|
1752
|
+
| `mobile_phone_number` | 0039347 255937, +39 339622810, 0039 338 94649949 |
|
1421
1753
|
| `number`(...) | |
|
1422
|
-
| `phone_number` | +
|
1754
|
+
| `phone_number` | +39 325 778956, +390941 82329167, 0039 320284211 |
|
1423
1755
|
| `random_space` | , , |
|
1424
1756
|
|
1425
1757
|
## FFaker::PhoneNumberKR
|
@@ -1427,125 +1759,125 @@
|
|
1427
1759
|
| Method | Example |
|
1428
1760
|
| ------ | ------- |
|
1429
1761
|
| `contry_code` | +82, +82, +82 |
|
1430
|
-
| `home_work_phone_number` |
|
1431
|
-
| `international_home_work_phone_number` | +82
|
1432
|
-
| `international_mobile_phone_number` | +82
|
1433
|
-
| `international_phone_number` | +82
|
1434
|
-
| `mobile_phone_number` |
|
1435
|
-
| `phone_number` | 016
|
1762
|
+
| `home_work_phone_number` | 032 7286 9595, 052 1891 4582, 064 8653 3842 |
|
1763
|
+
| `international_home_work_phone_number` | +82 61 1279 3952, +82 49 3134 6856, +82 63 8564 1284 |
|
1764
|
+
| `international_mobile_phone_number` | +82 11 5897 0044, +82 19 5189 1596, +82 10 5638 6141 |
|
1765
|
+
| `international_phone_number` | +82 43 0178 9935, +82 10 2196 4814, +82 16 8893 1302 |
|
1766
|
+
| `mobile_phone_number` | 016 9214 4085, 016 9489 1139, 019 0196 5564 |
|
1767
|
+
| `phone_number` | 016 0020 0649, 044 6995 3024, 010 5974 7565 |
|
1436
1768
|
|
1437
1769
|
## FFaker::PhoneNumberMX
|
1438
1770
|
|
1439
1771
|
| Method | Example |
|
1440
1772
|
| ------ | ------- |
|
1441
1773
|
| `country_code` | +52, +52, +52 |
|
1442
|
-
| `home_work_phone_number` |
|
1443
|
-
| `international_home_work_phone_number` | +52
|
1444
|
-
| `international_mobile_phone_number` | +52 1
|
1445
|
-
| `international_phone_number` | +52 1
|
1446
|
-
| `mobile_phone_number` | 044
|
1447
|
-
| `phone_number` |
|
1448
|
-
| `toll_free_number` | 01 800
|
1774
|
+
| `home_work_phone_number` | 97 4664 5777, 10 2757 1370, 46 8689 2563 |
|
1775
|
+
| `international_home_work_phone_number` | +52 03 9540 0421, +52 83 4845 2679, +52 05 0571 0136 |
|
1776
|
+
| `international_mobile_phone_number` | +52 1 46 8738 2715, +52 1 53 3602 2653, +52 1 21 9004 2157 |
|
1777
|
+
| `international_phone_number` | +52 1 79 7472 9727, +52 25 7856 2228, +52 1 38 5609 3861 |
|
1778
|
+
| `mobile_phone_number` | 044 43 6962 0924, 044 34 0105 9309, 044 53 2071 1244 |
|
1779
|
+
| `phone_number` | 044 14 4112 0674, 65 5463 0694, 044 25 1987 9359 |
|
1780
|
+
| `toll_free_number` | 01 800 899 2964, 01 800 725 1723, 01 800 643 8570 |
|
1449
1781
|
|
1450
1782
|
## FFaker::PhoneNumberNL
|
1451
1783
|
|
1452
1784
|
| Method | Example |
|
1453
1785
|
| ------ | ------- |
|
1454
|
-
| `home_work_phone_number` |
|
1455
|
-
| `international_home_work_phone_number` | +31
|
1456
|
-
| `international_mobile_phone_number` | +31 6
|
1457
|
-
| `international_phone_number` | +31
|
1458
|
-
| `mobile_phone_number` | 06
|
1459
|
-
| `phone_number` | 06
|
1786
|
+
| `home_work_phone_number` | 0512-0404 07, 0523-4064 99, 040-828 9034 |
|
1787
|
+
| `international_home_work_phone_number` | +31 180-70 18 18, +31 186-4605 80, +31 492-466310 |
|
1788
|
+
| `international_mobile_phone_number` | +31 6 6994 6524, +31 621269693, +31 6 78 38 78 84 |
|
1789
|
+
| `international_phone_number` | +31 493-093089, +31 541-4884 33, +31 172-916512 |
|
1790
|
+
| `mobile_phone_number` | 06 9391 2802, 06 365 638 70, 06 411 869 27 |
|
1791
|
+
| `phone_number` | 0626969107, 06 3986 9847, 0114-2752 12 |
|
1460
1792
|
|
1461
1793
|
## FFaker::PhoneNumberSE
|
1462
1794
|
|
1463
1795
|
| Method | Example |
|
1464
1796
|
| ------ | ------- |
|
1465
|
-
| `area_prefix` |
|
1466
|
-
| `country_prefix` |
|
1467
|
-
| `home_work_phone_number` |
|
1468
|
-
| `international_home_work_phone_number` | 0046 (0)
|
1469
|
-
| `international_mobile_phone_number` | +46 (0)
|
1470
|
-
| `international_phone_number` |
|
1471
|
-
| `mobile_phone_number` |
|
1472
|
-
| `mobile_phone_number_format` |
|
1473
|
-
| `mobile_prefix` | 73,
|
1474
|
-
| `phone_number` |
|
1475
|
-
| `phone_number_format` |
|
1797
|
+
| `area_prefix` | 551, 221, 240 |
|
1798
|
+
| `country_prefix` | +46, 0046, +46 |
|
1799
|
+
| `home_work_phone_number` | 0533-434 99, 0552-21 83 05, 0954-26 30 26 |
|
1800
|
+
| `international_home_work_phone_number` | 0046 (0)122-401 31, +46 (0)587-01 97 18, 0046 (0)340-239 16 |
|
1801
|
+
| `international_mobile_phone_number` | +46 (0)764-351677, 0046 (0)760-654691, +46 (0)737-291846 |
|
1802
|
+
| `international_phone_number` | 0046 (0)746-639696, 0046 (0)703-083443, +46 (0)174-04 79 41 |
|
1803
|
+
| `mobile_phone_number` | 0707-931724, 0741-28 63 89, 0733-915099 |
|
1804
|
+
| `mobile_phone_number_format` | 74#-## ## ##, 73#-## ## ##, 73#-###### |
|
1805
|
+
| `mobile_prefix` | 73, 70, 73 |
|
1806
|
+
| `phone_number` | 0767-700047, 0155-26 24 70, 046-79 29 74 |
|
1807
|
+
| `phone_number_format` | 413-### ##, 951-### ##, 943-### ## |
|
1476
1808
|
|
1477
1809
|
## FFaker::PhoneNumberSG
|
1478
1810
|
|
1479
1811
|
| Method | Example |
|
1480
1812
|
| ------ | ------- |
|
1481
1813
|
| `country_code` | +65, +65, +65 |
|
1482
|
-
| `fixed_line_number` |
|
1483
|
-
| `international_toll_free_number` | 800
|
1484
|
-
| `mobile_number` |
|
1485
|
-
| `mobile_or_pager_number` |
|
1486
|
-
| `phone_number` |
|
1487
|
-
| `premium_service_number` | 1900
|
1488
|
-
| `toll_free_number` | 1800
|
1489
|
-
| `voip_number` |
|
1814
|
+
| `fixed_line_number` | 6076 5999, 6915 8198, 6478 4719 |
|
1815
|
+
| `international_toll_free_number` | 800 299 3179, 800 921 9361, 800 033 9009 |
|
1816
|
+
| `mobile_number` | 8302 9026, 8401 4226, 8478 0611 |
|
1817
|
+
| `mobile_or_pager_number` | 9841 0578, 9557 8337, 9502 7672 |
|
1818
|
+
| `phone_number` | 9319 6446, 9691 3479, 9120 0978 |
|
1819
|
+
| `premium_service_number` | 1900 770 2300, 1900 164 1328, 1900 603 1227 |
|
1820
|
+
| `toll_free_number` | 1800 376 9526, 1800 242 5658, 1800 044 8594 |
|
1821
|
+
| `voip_number` | 3123 3488, 3501 6078, 3181 2796 |
|
1490
1822
|
|
1491
1823
|
## FFaker::PhoneNumberSN
|
1492
1824
|
|
1493
1825
|
| Method | Example |
|
1494
1826
|
| ------ | ------- |
|
1495
|
-
| `homework_number` | 33-
|
1827
|
+
| `homework_number` | 33-861-86-02, 33-815-12-39, 33-898-25-46 |
|
1496
1828
|
| `homework_phone_prefix` | 33, 33, 33 |
|
1497
|
-
| `mobile_number` | 76-
|
1498
|
-
| `mobile_phone_prefix` |
|
1499
|
-
| `phone_number` |
|
1500
|
-
| `short_phone_number` |
|
1829
|
+
| `mobile_number` | 76-249-17-64, 76-262-58-90, 76-559-60-22 |
|
1830
|
+
| `mobile_phone_prefix` | 77, 76, 70 |
|
1831
|
+
| `phone_number` | 76-683-59-14, 77-595-63-16, 33-870-08-83 |
|
1832
|
+
| `short_phone_number` | 554-09-08, 932-97-51, 845-74-48 |
|
1501
1833
|
|
1502
1834
|
## FFaker::Product
|
1503
1835
|
|
1504
1836
|
| Method | Example |
|
1505
1837
|
| ------ | ------- |
|
1506
|
-
| `brand` |
|
1838
|
+
| `brand` | Brounsfunc, Trure, Sinecell |
|
1507
1839
|
| `letters`(...) | |
|
1508
|
-
| `model` |
|
1509
|
-
| `product` |
|
1510
|
-
| `product_name` |
|
1840
|
+
| `model` | E38, A-1586, Z-656 |
|
1841
|
+
| `product` | Brouffe Remote Gel Viewer, Cygsync Disc Performance Controller, Trynsfunc GPS Case |
|
1842
|
+
| `product_name` | Audible Compressor, Remote Receiver, Audible Mount |
|
1511
1843
|
|
1512
1844
|
## FFaker::Skill
|
1513
1845
|
|
1514
1846
|
| Method | Example |
|
1515
1847
|
| ------ | ------- |
|
1516
|
-
| `specialties` |
|
1517
|
-
| `specialty` |
|
1518
|
-
| `tech_skill` |
|
1519
|
-
| `tech_skills` |
|
1848
|
+
| `specialties` | Mental Metrics, Template Metrics, Performance Research, Hardware Research, Prototype Profiling, Visual Research, Statistical Analysis, Statistical Profiling, Resource Prototyping |
|
1849
|
+
| `specialty` | Web Design, Performance Management, Firmware Prototyping |
|
1850
|
+
| `tech_skill` | SublimeText, Flash, JSON |
|
1851
|
+
| `tech_skills` | Backbone.JS, Heroku, MongoDB, Linux, ASP, JSP, Illustrator, SVN, Typo3 |
|
1520
1852
|
|
1521
1853
|
## FFaker::Sport
|
1522
1854
|
|
1523
1855
|
| Method | Example |
|
1524
1856
|
| ------ | ------- |
|
1525
|
-
| `name` |
|
1857
|
+
| `name` | Snowboarding, Formula Indy, Surfing |
|
1526
1858
|
|
1527
1859
|
## FFaker::SSN
|
1528
1860
|
|
1529
1861
|
| Method | Example |
|
1530
1862
|
| ------ | ------- |
|
1531
|
-
| `ssn` |
|
1863
|
+
| `ssn` | 739-68-5500, 218-73-4959, 631-27-0316 |
|
1532
1864
|
|
1533
1865
|
## FFaker::SSNMX
|
1534
1866
|
|
1535
1867
|
| Method | Example |
|
1536
1868
|
| ------ | ------- |
|
1537
|
-
| `imss` |
|
1538
|
-
| `imss_undashed` |
|
1539
|
-
| `issste` |
|
1540
|
-
| `issste_undashed` |
|
1541
|
-
| `ssn` |
|
1542
|
-
| `ssn_undashed` |
|
1869
|
+
| `imss` | 0603169061-9, 8431029951-7, 0843212914-3 |
|
1870
|
+
| `imss_undashed` | 46216162966, 37733121323, 41777762527 |
|
1871
|
+
| `issste` | 5947137983-0, 3698520188-4, 9691440544-7 |
|
1872
|
+
| `issste_undashed` | 76469878288, 76728710357, 50914416400 |
|
1873
|
+
| `ssn` | 0453162262-1, 5238146130-2, 7407746386-7 |
|
1874
|
+
| `ssn_undashed` | 03188877302, 27059933188, 75915678768 |
|
1543
1875
|
|
1544
1876
|
## FFaker::SSNSE
|
1545
1877
|
|
1546
1878
|
| Method | Example |
|
1547
1879
|
| ------ | ------- |
|
1548
|
-
| `ssn` |
|
1880
|
+
| `ssn` | 199903226710, 195608079099, 198011068352 |
|
1549
1881
|
|
1550
1882
|
## FFaker::String
|
1551
1883
|
|
@@ -1557,78 +1889,99 @@
|
|
1557
1889
|
|
1558
1890
|
| Method | Example |
|
1559
1891
|
| ------ | ------- |
|
1560
|
-
| `
|
1561
|
-
| `
|
1892
|
+
| `between`(..., ...) | |
|
1893
|
+
| `date` | 2015-11-08 00:00:00 +0900, 2012-08-27 00:00:00 +0900, 2014-01-31 00:00:00 +0900 |
|
1894
|
+
| `datetime` | 2013-11-21 12:16:00 +0900, 2012-06-21 08:01:00 +0900, 2012-10-15 05:14:00 +0900 |
|
1895
|
+
| `month` | July, August, June |
|
1896
|
+
|
1897
|
+
## FFaker::Tweet
|
1898
|
+
|
1899
|
+
| Method | Example |
|
1900
|
+
| ------ | ------- |
|
1901
|
+
| `body` | Magni architecto sequi minus magnam. Aut dolorum sequi culpa incidunt eos aut ut. Voluptatem vitae harum animi sint voluptate eum., Doloremque possimus et voluptatem delectus nulla consequatur. Reiciendis beatae non enim voluptates sint officiis. Pariatur repellendus., Ducimus ad quia est vitae atque culpa. Voluptatem sit sit quibusdam sint autem. Velit voluptas repellendus est sed vel soluta. Quia non. |
|
1902
|
+
| `mention` | @elodia_jast, @becky, @nannette |
|
1903
|
+
| `mentions` | @gwyn_collier @dara_yundt, @loma @grazyna.harber, @pierre @scottie.reichel |
|
1904
|
+
| `tags` | #followback #art, #fun #baby, #like #food |
|
1905
|
+
| `tweet` | @lyndsay Sequi atque maxime ut consequuntur., @queen_jacobi At omnis necessitatibus commodi molestiae magni. Labore ut veritatis corrupti culpa ut accusamus ipsa..#cool #nofilter, Sit est consequatur repellat adipisci mollitia. Voluptatem consequatur et earum. |
|
1562
1906
|
|
1563
1907
|
## FFaker::Unit
|
1564
1908
|
|
1565
1909
|
| Method | Example |
|
1566
1910
|
| ------ | ------- |
|
1567
|
-
| `temperature_abbr` |
|
1568
|
-
| `temperature_name` |
|
1569
|
-
| `time_abbr` |
|
1570
|
-
| `time_name` | Days,
|
1911
|
+
| `temperature_abbr` | C, K, F |
|
1912
|
+
| `temperature_name` | Celsius, Celsius, Kelvin |
|
1913
|
+
| `time_abbr` | s, s, s |
|
1914
|
+
| `time_name` | Days, Days, Seconds |
|
1571
1915
|
|
1572
1916
|
## FFaker::UnitEnglish
|
1573
1917
|
|
1574
1918
|
| Method | Example |
|
1575
1919
|
| ------ | ------- |
|
1576
|
-
| `area_abbr` |
|
1577
|
-
| `area_name` | square
|
1578
|
-
| `length_abbr` |
|
1579
|
-
| `length_name` |
|
1580
|
-
| `liquid_abbr` |
|
1581
|
-
| `liquid_name` |
|
1582
|
-
| `mass_abbr` | gr,
|
1583
|
-
| `mass_name` | grains, ton,
|
1584
|
-
| `temperature_abbr` |
|
1585
|
-
| `temperature_name` | Kelvin,
|
1586
|
-
| `time_abbr` |
|
1587
|
-
| `time_name` | Seconds,
|
1588
|
-
| `volume_abbr` | CFT,
|
1589
|
-
| `volume_name` | cubic foot, cubic foot, cubic
|
1920
|
+
| `area_abbr` | ac, ac, sq mi |
|
1921
|
+
| `area_name` | square foot, township, township |
|
1922
|
+
| `length_abbr` | fur, yd, m |
|
1923
|
+
| `length_name` | inch, mile, foot |
|
1924
|
+
| `liquid_abbr` | qt, gi, qt |
|
1925
|
+
| `liquid_name` | gill, pint, gill |
|
1926
|
+
| `mass_abbr` | gr, lb, lb |
|
1927
|
+
| `mass_name` | grains, ton, hundredweight |
|
1928
|
+
| `temperature_abbr` | C, K, F |
|
1929
|
+
| `temperature_name` | Kelvin, Fahrenheit, Kelvin |
|
1930
|
+
| `time_abbr` | msec, s, Minutes |
|
1931
|
+
| `time_name` | Seconds, Years, Days |
|
1932
|
+
| `volume_abbr` | CFT, CY, CFT |
|
1933
|
+
| `volume_name` | cubic foot, cubic foot, cubic yard |
|
1590
1934
|
|
1591
1935
|
## FFaker::UnitMetric
|
1592
1936
|
|
1593
1937
|
| Method | Example |
|
1594
1938
|
| ------ | ------- |
|
1595
|
-
| `area_abbr` | cm^2,
|
1596
|
-
| `area_name` |
|
1597
|
-
| `length_abbr` |
|
1598
|
-
| `length_name` |
|
1599
|
-
| `liquid_abbr` |
|
1600
|
-
| `liquid_name` |
|
1939
|
+
| `area_abbr` | cm^2, m^2, ha |
|
1940
|
+
| `area_name` | hectares, hectares, meters squared |
|
1941
|
+
| `length_abbr` | km, km, cm |
|
1942
|
+
| `length_name` | kilometers, millimeters, millimeters |
|
1943
|
+
| `liquid_abbr` | ml, ml, ml |
|
1944
|
+
| `liquid_name` | liters, milliliters, liters |
|
1601
1945
|
| `mass_abbr` | g, mt, mt |
|
1602
|
-
| `mass_name` |
|
1603
|
-
| `temperature_abbr` |
|
1604
|
-
| `temperature_name` |
|
1605
|
-
| `time_abbr` |
|
1606
|
-
| `time_name` |
|
1607
|
-
| `volume_abbr` |
|
1608
|
-
| `volume_name` |
|
1946
|
+
| `mass_name` | metric ton, gram, kilogram |
|
1947
|
+
| `temperature_abbr` | F, F, K |
|
1948
|
+
| `temperature_name` | Celsius, Celsius, Celsius |
|
1949
|
+
| `time_abbr` | Minutes, d, d |
|
1950
|
+
| `time_name` | Years, Seconds, Milliseconds |
|
1951
|
+
| `volume_abbr` | cm^3, cm^3, cm^3 |
|
1952
|
+
| `volume_name` | cubic meters, cubic meters, cubic centimeters |
|
1609
1953
|
|
1610
1954
|
## FFaker::Vehicle
|
1611
1955
|
|
1612
1956
|
| Method | Example |
|
1613
1957
|
| ------ | ------- |
|
1614
|
-
| `base_color` |
|
1615
|
-
| `drivetrain` |
|
1616
|
-
| `engine_cylinders` |
|
1617
|
-
| `engine_displacement` |
|
1618
|
-
| `fuel_type` |
|
1619
|
-
| `interior_upholstery` |
|
1620
|
-
| `make` |
|
1621
|
-
| `manufacturer_color` |
|
1622
|
-
| `mfg_color` |
|
1623
|
-
| `model` |
|
1624
|
-
| `transmission` | Manual,
|
1625
|
-
| `transmission_abbr` | AM, AM,
|
1626
|
-
| `trim` | SE,
|
1627
|
-
| `vin` |
|
1628
|
-
| `year` |
|
1958
|
+
| `base_color` | purple, azure, lightyellow |
|
1959
|
+
| `drivetrain` | AWD, 4WD, FWD |
|
1960
|
+
| `engine_cylinders` | 8, 5, 5 |
|
1961
|
+
| `engine_displacement` | 7.4, 3.0, 1.0 |
|
1962
|
+
| `fuel_type` | Hybrid, Natural Gas (CNG), Natural Gas (CNG) |
|
1963
|
+
| `interior_upholstery` | PVC, PVC, Faux Vinyl |
|
1964
|
+
| `make` | Porsche, Autocar, Chrysler |
|
1965
|
+
| `manufacturer_color` | melodic bright cadetblue, weak pretty crimson, calm bright indigo |
|
1966
|
+
| `mfg_color` | fast bright green, dull new salmon, new tranquil thistle |
|
1967
|
+
| `model` | Grand Marquis, Grand Marquis, Hummer |
|
1968
|
+
| `transmission` | Automated Manual, Manual, Automatic |
|
1969
|
+
| `transmission_abbr` | AM, AM, AT |
|
1970
|
+
| `trim` | SE, SE, XLT |
|
1971
|
+
| `vin` | 16HCT97728J966859, 13SLR10905E868402, 19NOF34317V934193 |
|
1972
|
+
| `year` | 1958, 1904, 1925 |
|
1629
1973
|
|
1630
1974
|
## FFaker::Venue
|
1631
1975
|
|
1632
1976
|
| Method | Example |
|
1633
1977
|
| ------ | ------- |
|
1634
|
-
| `name` |
|
1978
|
+
| `name` | Expourense, Barcelona Business Center, Palacio de Congresos de Galicia |
|
1979
|
+
|
1980
|
+
## FFaker::Youtube
|
1981
|
+
|
1982
|
+
| Method | Example |
|
1983
|
+
| ------ | ------- |
|
1984
|
+
| `embed_url` | www.youtube.com/embed/pRpeEdMmmQ0, www.youtube.com/embed/8UVNT4wvIGY, www.youtube.com/embed/YBHQbu5rbdQ |
|
1985
|
+
| `share_url` | youtu.be/9bZkp7q19f0, youtu.be/rYEDA3JcQqw, youtu.be/PIh2xe4jnpk |
|
1986
|
+
| `url` | www.youtube.com/watch?v=YBHQbu5rbdQ, www.youtube.com/watch?v=0KSOMA3QBU0, www.youtube.com/watch?v=QGJuMBdaqIw |
|
1987
|
+
| `video_id` | y6Sxv-sUYtM, iS1g8G_njx8, lp-EO5I60KA |
|