Lines Matching +full:restore +full:- +full:keys
1 var populateComponents = require('./properties/populate-components');
3 var wrapForOptimizing = require('../wrap-for-optimizing').single;
4 var restoreFromOptimizing = require('../restore-from-optimizing');
8 var animationNameRegex = /^(\-moz\-|\-o\-|\-webkit\-)?animation-name$/;
9 var animationRegex = /^(\-moz\-|\-o\-|\-webkit\-)?animation$/;
10 var keyframeRegex = /^@(\-moz\-|\-o\-|\-webkit\-)?keyframes /;
39 if (Object.keys(atRules).length === 0) {
74 if (token[0] == Token.AT_RULE_BLOCK && token[1][0][1].indexOf('@counter-style') === 0) {
90 if (property[1][1] == 'list-style') {
101 if (property[1][1] == 'list-style-type' && property[2][1] in atRules) {
113 if (token[0] == Token.AT_RULE_BLOCK && token[1][0][1] == '@font-face') {
117 if (property[1][1] == 'font-family') {
155 if (property[1][1] == 'font-family') {
225 var namespaceRegex = new RegExp(Object.keys(atRules).join('\\\||') + '\\\|', 'g');
239 normalizedMatch = match[j].substring(0, match[j].length - 1);