Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F478614
PhutilLipsumContextFreeGrammar.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
PhutilLipsumContextFreeGrammar.php
View Options
<?php
final
class
PhutilLipsumContextFreeGrammar
extends
PhutilContextFreeGrammar
{
protected
function
getRules
()
{
return
array
(
'start'
=>
array
(
'[words].'
,
'[words].'
,
'[words].'
,
'[words]: [word], [word], [word] [word].'
,
'[words]; [lowerwords].'
,
'[words]!'
,
'[words], "[words]."'
,
'[words] ("[upperword] [upperword] [upperword]") [lowerwords].'
,
'[words]?'
,
),
'words'
=>
array
(
'[upperword] [lowerwords]'
,
),
'upperword'
=>
array
(
'Lorem'
,
'Ipsum'
,
'Dolor'
,
'Sit'
,
'Amet'
,
),
'lowerwords'
=>
array
(
'[word]'
,
'[word] [word]'
,
'[word] [word] [word]'
,
'[word] [word] [word] [word]'
,
'[word] [word] [word] [word] [word]'
,
'[word] [word] [word] [word] [word]'
,
'[word] [word] [word] [word] [word] [word]'
,
'[word] [word] [word] [word] [word] [word]'
,
),
'word'
=>
array
(
'ad'
,
'adipisicing'
,
'aliqua'
,
'aliquip'
,
'amet'
,
'anim'
,
'aute'
,
'cillum'
,
'commodo'
,
'consectetur'
,
'consequat'
,
'culpa'
,
'cupidatat'
,
'deserunt'
,
'do'
,
'dolor'
,
'dolore'
,
'duis'
,
'ea'
,
'eiusmod'
,
'elit'
,
'enim'
,
'esse'
,
'est'
,
'et'
,
'eu'
,
'ex'
,
'excepteur'
,
'exercitation'
,
'fugiat'
,
'id'
,
'in'
,
'incididunt'
,
'ipsum'
,
'irure'
,
'labore'
,
'laboris'
,
'laborum'
,
'lorem'
,
'magna'
,
'minim'
,
'mollit'
,
'nisi'
,
'non'
,
'nostrud'
,
'nulla'
,
'occaecat'
,
'officia'
,
'pariatur'
,
'proident'
,
'qui'
,
'quis'
,
'reprehenderit'
,
'sed'
,
'sint'
,
'sit'
,
'sunt'
,
'tempor'
,
'ullamco'
,
'ut'
,
'velit'
,
'veniam'
,
'voluptate'
,
),
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Wed, May 7, 8:13 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
74394
Default Alt Text
PhutilLipsumContextFreeGrammar.php (2 KB)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment