Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1431737
JavaScript.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
545 B
Referenced Files
None
Subscribers
None
JavaScript.php
View Options
<?php
/**
* @private
* @see less-3.13.1.js#JavaScript.prototype
*/
class
Less_Tree_JavaScript
extends
Less_Tree
{
public
$escaped
;
public
$expression
;
public
$index
;
/**
* @param string $string
* @param bool $escaped
* @param int $index
*/
public
function
__construct
(
$string
,
$escaped
,
$index
)
{
$this
->
escaped
=
$escaped
;
$this
->
expression
=
$string
;
$this
->
index
=
$index
;
}
public
function
compile
(
$env
)
{
return
new
Less_Tree_Anonymous
(
'/* Sorry, can not do JavaScript evaluation in PHP... :( */'
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 16, 21:01 (1 d, 14 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
73/a6/8f6df738b772820c8ccd6401cb59
Default Alt Text
JavaScript.php (545 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment