Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F99124050
PhabricatorOwnersPackageContextFreeGrammar.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
Mon, Jan 20, 17:28
Size
1 KB
Mime Type
text/x-php
Expires
Wed, Jan 22, 17:28 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23710524
Attached To
rPH Phabricator
PhabricatorOwnersPackageContextFreeGrammar.php
View Options
<?php
final
class
PhabricatorOwnersPackageContextFreeGrammar
extends
PhutilContextFreeGrammar
{
protected
function
getRules
()
{
return
array
(
'start'
=>
array
(
'[package]'
,
),
'package'
=>
array
(
'[adjective] [noun]'
,
'[adjective] [noun]'
,
'[adjective] [noun]'
,
'[adjective] [noun]'
,
'[adjective] [adjective] [noun]'
,
'[adjective] [noun] [noun]'
,
'[adjective] [adjective] [noun] [noun]'
,
),
'adjective'
=>
array
(
'Temporary'
,
'Backend'
,
'External'
,
'Emergency'
,
'Applied'
,
'Advanced'
,
'Experimental'
,
'Logging'
,
'Test'
,
'Network'
,
'Ephemeral'
,
'Clustered'
,
'Mining'
,
'Core'
,
'Remote'
,
),
'noun'
=>
array
(
'Support'
,
'Services'
,
'Infrastructure'
,
'Mail'
,
'Security'
,
'Application'
,
'Microservices'
,
'Monoservices'
,
'Megaservices'
,
'API'
,
'Storage'
,
'Records'
,
'Package'
,
'Directories'
,
'Library'
,
'Concern'
,
'Cluster'
,
'Engine'
,
),
);
}
}
Event Timeline
Log In to Comment