Home
last modified time | relevance | path

Searched defs:decls (Results 1 – 3 of 3) sorted by relevance

/plugin/odt/helper/
H A Dcssimport.php70 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 …]
/plugin/odt/ODT/css/
H A Dcssimportnew.php705 public function __construct($selector, $decls, $media = NULL) {
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D2.2.js25155 BodyDeclaration.prototype.setDeclarations = function (decls) { argument