Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F474788
PhutilRealNameContextFreeGrammar.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
PhutilRealNameContextFreeGrammar.php
View Options
<?php
final
class
PhutilRealNameContextFreeGrammar
extends
PhutilContextFreeGrammar
{
protected
function
getRules
()
{
return
array
(
'start'
=>
array
(
'[first] [last]'
,
'[first] [last]'
,
'[first] [last]'
,
'[first] [last]'
,
'[first] [last]'
,
'[first] [last]'
,
'[first] [last]'
,
'[first] [last]'
,
'[first] [last]-[last]'
,
'[first] [middle] [last]'
,
'[first] "[nick]" [last]'
,
'[first] [particle] [particle] [particle]'
,
),
'first'
=>
array
(
'Mohamed'
,
'Youssef'
,
'Ahmed'
,
'Mahmoud'
,
'Mustafa'
,
'Fatma'
,
'Aya'
,
'Noam'
,
'Adam'
,
'Lucas'
,
'Noah'
,
'Jakub'
,
'Victor'
,
'Harry'
,
'Rasmus'
,
'Nathan'
,
'Emil'
,
'Charlie'
,
'Leon'
,
'Dylan'
,
'Alexander'
,
'Emma'
,
'Marie'
,
'Lea'
,
'Amelia'
,
'Hanna'
,
'Emily'
,
'Sofia'
,
'Julia'
,
'Santiago'
,
'Sebastian'
,
'Olivia'
,
'Madison'
,
'Isabella'
,
'Esther'
,
'Anya'
,
'Camila'
,
'Jack'
,
'Oliver'
,
),
'nick'
=>
array
(
'Buzz'
,
'Juggernaut'
,
'Haze'
,
'Hawk'
,
'Iceman'
,
'Killer'
,
'Apex'
,
'Ocelot'
,
),
'middle'
=>
array
(
'Rose'
,
'Grace'
,
'Jane'
,
'Louise'
,
'Jade'
,
'James'
,
'John'
,
'William'
,
'Thomas'
,
'Alexander'
,
),
'last'
=>
array
(
'[termlast]'
,
'[termlast]'
,
'[termlast]'
,
'[termlast]'
,
'[termlast]'
,
'[termlast]'
,
'[termlast]'
,
'[termlast]'
,
'O
\'
[termlast]'
,
'Mc[termlast]'
,
),
'termlast'
=>
array
(
'Smith'
,
'Johnson'
,
'Williams'
,
'Jones'
,
'Brown'
,
'Davis'
,
'Miller'
,
'Wilson'
,
'Moore'
,
'Taylor'
,
'Anderson'
,
'Thomas'
,
'Jackson'
,
'White'
,
'Harris'
,
'Martin'
,
'Thompson'
,
'Garcia'
,
'Marinez'
,
'Robinson'
,
'Clark'
,
'Rodrigues'
,
'Lewis'
,
'Lee'
,
'Walker'
,
'Hall'
,
'Allen'
,
'Young'
,
'Hernandex'
,
'King'
,
'Wang'
,
'Li'
,
'Zhang'
,
'Liu'
,
'Chen'
,
'Yang'
,
'Huang'
,
'Zhao'
,
'Wu'
,
'Zhou'
,
'Xu'
,
'Sun'
,
'Ma'
,
),
'particle'
=>
array
(
'Wu'
,
'Xu'
,
'Ma'
,
'Li'
,
'Liu'
,
'Shao'
,
'Lin'
,
'Khan'
,
),
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, May 6, 9:29 PM (1 d, 20 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
74378
Default Alt Text
PhutilRealNameContextFreeGrammar.php (2 KB)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment