Searched refs:subResult (Results 1 – 2 of 2) sorted by relevance
/third_party/weex-loader/deps/weex-styler/ |
D | index.js | 28 function expand (subResult, camelCasedName, ruleResult) { argument 30 subResult.value.forEach(function (item) { 42 subResult.value.forEach(function (item) { 49 util.splitAttr(ruleResult, subResult.value, spliceName) 52 util.splitAttr(ruleResult, subResult.value, ['borderTopWidth', 'borderRightWidth', 56 util.splitAttr(ruleResult, subResult.value, ['borderTopColor', 'borderRightColor', 60 util.splitAttr(ruleResult, subResult.value, ['borderTopStyle', 'borderRightStyle', 64 … util.splitAttr(ruleResult, subResult.value, ['borderBottomLeftRadius', 'borderBottomRightRadius', 68 util.splitAttr(ruleResult, subResult.value, ['gridRowsGap', 'gridColumnsGap']) 71 subResult.value.forEach(function (item) { [all …]
|
/third_party/weex-loader/deps/weex-styler/lib/ |
D | validator.js | 1074 var subResult = validate(key, option) 1075 if (subResult.value) { 1076 style[key] = subResult.value
|