Lines Matching refs:attrValue
1141 function validateAttr(resourcePath, attrName, attrValue, out, tagName, nodeLoc, relativePath) { argument
1142 if (card && attrName === 'tid' && bind.isExp(attrValue)) {
1151 attrValue = attrValue.replace(trans, transReplaceArray[index])
1154 if (attrName && (typeof attrValue === 'string' || typeof attrValue === 'number') && attrValue) {
1167 result = SysResourceTypeRefReg.exec(attrValue);
1168 getAttrValue(result, attrValue, true);
1171 result = AppResourceTypeRefReg.exec(attrValue);
1172 getAttrValue(result, attrValue, false);
1174 if (tagWithPath.indexOf(attrName) >= 0 && attrValue.match(/^\.\.\/|^\.\//)) {
1178 if (attrValue.indexOf('./') >= 0) {
1180 attrValue = path.resolve(resourcePath, attrValue)
1182 attrValue = attrValue.replace(projectPath, '').replace(/\\/g, '/')