Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F3295230
PhabricatorOwnersPathContextFreeGrammar.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
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
Thu, Mar 27, 01:33 (1 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1257331
Default Alt Text
PhabricatorOwnersPathContextFreeGrammar.php (877 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment