Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F547612
PhabricatorOwnersPathContextFreeGrammar.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
877 B
Referenced Files
None
Subscribers
None
PhabricatorOwnersPathContextFreeGrammar.php
View Options
<?php
final
class
PhabricatorOwnersPathContextFreeGrammar
extends
PhutilContextFreeGrammar
{
protected
function
getRules
()
{
return
array
(
'start'
=>
array
(
'[path]'
,
),
'path'
=>
array
(
'/'
,
'/[directories]'
,
),
'directories'
=>
array
(
'[directory-name]'
,
'[directories][directory-name]'
,
),
'directory-name'
=>
array
(
'[directory-part]/'
,
),
'directory-part'
=>
array
(
'src'
,
'doc'
,
'bin'
,
'tmp'
,
'log'
,
'bak'
,
'applications'
,
'var'
,
'home'
,
'user'
,
'lib'
,
'tests'
,
'webroot'
,
'externals'
,
'third-party'
,
'libraries'
,
'config'
,
'media'
,
'resources'
,
'support'
,
'scripts'
,
),
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, May 12, 1:35 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
122023
Default Alt Text
PhabricatorOwnersPathContextFreeGrammar.php (877 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment