Home
last modified time | relevance | path

Searched refs:attrName (Results 1 – 2 of 2) sorted by relevance

/developtools/ace_js2bundle/ace-loader/plugin/templater/
Dindex.js157 const attrName = attr.name
159 switch (attrName) {
187 if (EVENT_START_REGEXP.test(attrName)) {
188 componentValidator.validateEvent(attrName, attrValue, compileResult, pos, relativePath)
189 } else if (REGEXP_DATA.test(attrName)) {
190 componentValidator.parseDataAttr(attrName, attrValue, compileResult, pos, relativePath)
194 attrName,
Dcomponent_validator.js276 rootAttrTagMap.forEach(function(attrName) { argument
277 if (domNodeAttrName[attrName]) {
281 reason: 'ERROR: root node `' + tagName + '` can not use attr `' + attrName + '`',
1141 function validateAttr(resourcePath, attrName, attrValue, out, tagName, nodeLoc, relativePath) { argument
1142 if (card && attrName === 'tid' && bind.isExp(attrValue)) {
1149 if (attrName === 'value') {
1154 if (attrName && (typeof attrValue === 'string' || typeof attrValue === 'number') && attrValue) {
1155 if (attrName === 'value' && tagName === 'text') {
1174 if (tagWithPath.indexOf(attrName) >= 0 && attrValue.match(/^\.\.\/|^\.\//)) {