Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93933847
PhabricatorConpherenceRoomContextFreeGrammar.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, Dec 2, 15:14
Size
1 KB
Mime Type
text/x-php
Expires
Wed, Dec 4, 15:14 (2 d)
Engine
blob
Format
Raw Data
Handle
22726921
Attached To
rPH Phabricator
PhabricatorConpherenceRoomContextFreeGrammar.php
View Options
<?php
final
class
PhabricatorConpherenceRoomContextFreeGrammar
extends
PhutilContextFreeGrammar
{
protected
function
getRules
()
{
return
array
(
'start'
=>
array
(
'[dept]'
,
'[dept]'
,
'[dept]'
,
'[dept]'
,
'[dept]'
,
'[dept]'
,
'[dept]'
,
'[dept] ([city])'
,
'[dept] ([city])'
,
'[dept] - [city]'
,
'[dept] - [room]'
,
'[dept] / [room]'
,
'[dept] [room]'
,
'[city] ([dept]) - [room]'
,
'[dept] ([city]) - [room]'
,
'[dept] ([city]) [room]'
,
),
'dept'
=>
array
(
'Eng'
,
'Engineering'
,
'User Interface'
,
'Design'
,
'Data Science'
,
'Database'
,
'Marketing'
,
'Content'
,
'Ads'
,
'Operations'
,
'Network Ops'
,
'Ops'
,
'Server Ops'
,
'IT'
,
'Information Technology'
,
'i18n'
,
'Internationalization'
,
'Human Resources'
,
'HR'
,
'Research & Development'
,
'R&D'
,
'Management'
,
'Directors'
,
'Managers'
,
'Support'
,
'Customer Support'
,
'Finance'
,
'Sales'
,
'Purchasing'
,
'Education'
,
'Hardware Engineering'
,
'Software'
,
'Supply Management'
,
'Logistics'
,
'Growth'
,
'Content Strategy'
,
'Developer Relations'
,
'Accounting'
,
'Production'
,
),
'city'
=>
array
(
'Palo Alto'
,
'Mtn View'
,
'Cupertino'
,
'Los Altos'
,
'Menlo Park'
,
'Santa Cruz'
,
'S.F.'
,
'San Francisco'
,
'Seattle'
,
'London'
,
'New York'
,
'Dublin'
,
'Tokyo'
,
),
'room'
=>
array
(
'General'
,
'Announcements'
,
'Staff'
,
'Interns'
,
'Managers'
,
'Book Club'
,
'Parking'
,
'Sports'
,
'Social'
,
'Commuting'
,
'For Sale'
,
'Parents@'
,
),
);
}
}
Event Timeline
Log In to Comment