Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1431850
Keyword.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
467 B
Referenced Files
None
Subscribers
None
Keyword.php
View Options
<?php
/**
* @private
*/
class
Less_Tree_Keyword
extends
Less_Tree
implements
Less_Tree_HasValueProperty
{
/** @var string */
public
$value
;
/**
* @param string $value
*/
public
function
__construct
(
$value
)
{
$this
->
value
=
$value
;
}
/**
* @see Less_Tree::genCSS
*/
public
function
genCSS
(
$output
)
{
if
(
$this
->
value
===
'%'
)
{
throw
new
Less_Exception_Compiler
(
"Invalid % without number"
);
}
$output
->
add
(
$this
->
value
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 16, 21:08 (1 d, 13 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
5f/9c/491bdae328b7a8fd6e5a654cce22
Default Alt Text
Keyword.php (467 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment