Page MenuHomePhorge

PhabricatorOwnersPackageContextFreeGrammar.php
No OneTemporary

Size
1 KB
Referenced Files
None
Subscribers
None

PhabricatorOwnersPackageContextFreeGrammar.php

<?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',
),
);
}
}

File Metadata

Mime Type
text/x-php
Expires
Mon, May 12, 2:08 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
122097
Default Alt Text
PhabricatorOwnersPackageContextFreeGrammar.php (1 KB)

Event Timeline