Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F439677
Javelin.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1003 B
Referenced Files
None
Subscribers
None
Javelin.php
View Options
<?php
final
class
Javelin
{
public
static
function
initBehavior
(
$behavior
,
array
$config
=
array
())
{
switch
(
$behavior
)
{
case
'differential-dropdown-menus'
:
$config
[
'pht'
]
=
array
(
'Open in Editor'
=>
pht
(
'Open in Editor'
),
'Show Entire File'
=>
pht
(
'Show Entire File'
),
'Entire File Shown'
=>
pht
(
'Entire File Shown'
),
"Can't Toggle Unloaded File"
=>
pht
(
"Can't Toggle Unloaded File"
),
'Expand File'
=>
pht
(
'Expand File'
),
'Collapse File'
=>
pht
(
'Collapse File'
),
'Browse in Diffusion'
=>
pht
(
'Browse in Diffusion'
),
'View Standalone'
=>
pht
(
'View Standalone'
),
'Show Raw File (Left)'
=>
pht
(
'Show Raw File (Left)'
),
'Show Raw File (Right)'
=>
pht
(
'Show Raw File (Right)'
),
'Configure Editor'
=>
pht
(
'Configure Editor'
),
);
break
;
}
$response
=
CelerityAPI
::
getStaticResourceResponse
();
$response
->
initBehavior
(
$behavior
,
$config
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, May 4, 4:30 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
63852
Default Alt Text
Javelin.php (1003 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment