Searched refs:getShorthandValues (Results 1 – 1 of 1) sorted by relevance
/plugin/odt/ODT/css/ |
H A D | cssborder.php | 53 static public function getShorthandValues ($value, &$width, &$style, &$color) { function in cssborder 155 self::getShorthandValues ($properties ['border'], $width, $style, $color); 181 self::getShorthandValues ($properties ['border-left'], $width, $style, $color); 198 self::getShorthandValues ($properties ['border-right'], $width, $style, $color); 215 self::getShorthandValues ($properties ['border-top'], $width, $style, $color); 232 self::getShorthandValues ($properties ['border-bottom'], $width, $style, $color);
|