Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91850477
PhabricatorProjectNameContextFreeGrammar.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Nov 15, 03:22
Size
1 KB
Mime Type
text/x-php
Expires
Sun, Nov 17, 03:22 (2 d)
Engine
blob
Format
Raw Data
Handle
22336323
Attached To
rPH Phabricator
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'
,
),
);
}
}
Event Timeline
Log In to Comment