Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F449136
PhabricatorProjectNameContextFreeGrammar.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
PhabricatorProjectNameContextFreeGrammar.php
View Options
<?php
final
class
PhabricatorProjectNameContextFreeGrammar
extends
PhutilContextFreeGrammar
{
protected
function
getRules
()
{
return
array
(
'start'
=>
array
(
'[project]'
,
'[project] [tion]'
,
'[action] [project]'
,
'[action] [project] [tion]'
,
),
'project'
=>
array
(
'Backend'
,
'Frontend'
,
'Web'
,
'Mobile'
,
'Tablet'
,
'Robot'
,
'NUX'
,
'Cars'
,
'Drones'
,
'Experience'
,
'Swag'
,
'Security'
,
'Culture'
,
'Revenue'
,
'Ion Cannon'
,
'Graphics Engine'
,
'Drivers'
,
'Audio Drivers'
,
'Graphics Drivers'
,
'Hardware'
,
'Data Center'
,
'[project] [project]'
,
'[adjective] [project]'
,
'[adjective] [project]'
,
),
'adjective'
=>
array
(
'Self-Driving'
,
'Self-Flying'
,
'Self-Immolating'
,
'Secure'
,
'Insecure'
,
'Somewhat-Secure'
,
'Orbital'
,
'Next-Generation'
,
),
'tion'
=>
array
(
'Automation'
,
'Optimization'
,
'Performance'
,
'Improvement'
,
'Growth'
,
'Monetization'
,
),
'action'
=>
array
(
'Monetize'
,
'Monetize'
,
'Triage'
,
'Triaging'
,
'Automate'
,
'Automating'
,
'Improve'
,
'Improving'
,
'Optimize'
,
'Optimizing'
,
'Accelerate'
,
'Accelerating'
,
),
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, May 4, 7:06 PM (1 d, 10 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
66733
Default Alt Text
PhabricatorProjectNameContextFreeGrammar.php (1 KB)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment