Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102731910
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
Sun, Feb 23, 15:01
Size
1 KB
Mime Type
text/x-php
Expires
Tue, Feb 25, 15:01 (2 d)
Engine
blob
Format
Raw Data
Handle
24408649
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