Searched defs:decls (Results 1 – 3 of 3) sorted by relevance
70 public function explode (&$decls) {151 protected function explodeBackgroundShorthand (&$decls) {344 protected function explodePaddingShorthand (&$decls) {379 protected function explodeMarginShorthand (&$decls) {414 protected function explodeBorderShorthand (&$decls) {497 protected function explodeListStyleShorthand (&$decls) {576 protected function explodeFlexShorthand (&$decls) {594 protected function explodeTransitionShorthand (&$decls) {615 protected function explodeOutlineShorthand (&$decls) {692 protected function explodeAnimationShorthand (&$decls) {[all …]
705 public function __construct($selector, $decls, $media = NULL) {
25155 BodyDeclaration.prototype.setDeclarations = function (decls) { argument