Lines Matching refs:match
384 if (!attrKey.match(EVENT_START_REGEXP) && !(attrKey in attrTagMap[tagName])) {
536 if (attrKey.match(EVENT_START_REGEXP)) {
538 …const eventName = (tempName.match(TOUCH_CAPTURE_EVENT_REGEXP) && process.env.DEVICE_LEVEL === DEVI…
785 if (contentValue.match(/^linear-gradient/) && contentValue.match(/\(.*\{\{.*\}\}.*\)/)) {
996 const suffix = val.match(/(?<=in\s)(.*)/)
997 const prefix = val.match(/(.*)(?=\s+in\s+)/)
999 const v = prefix[0].match(/\((.*),(.*)\)/)
1068 …const name = (tempName.match(TOUCH_CAPTURE_EVENT_REGEXP) && process.env.PLATFORM_VERSION === PLATF…
1071 if (card && val.match(/(.*)\((.*)\)/)) {
1083 const empty = val.match(/(.*)\(\)$/)
1087 const content = val.match(REG_EVENT)
1106 if (eventName.match(START_CATCH_REGEXP)) {
1107 if (eventName.match(END_CAPTURE_REGEXP)) {
1114 } else if (eventName.match(END_CAPTURE_REGEXP)) {
1122 !eventName.match(END_CAPTURE_REGEXP) && process.env.PLATFORM_VERSION === PLATFORM.VERSION6) {
1123 if (eventName.match(START_CATCH_REGEXP)) {
1174 if (tagWithPath.indexOf(attrName) >= 0 && attrValue.match(/^\.\.\/|^\.\//)) {