Home
last modified time | relevance | path

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

/developtools/ace_js2bundle/ace-loader/plugin/templater/
Dcomponent_validator.js26 const REG_DATA_BINDING = /{{{(.+?)}}}|{{(.+?)}}/ constant
470 if (!REG_DATA_BINDING.test(v)) {
502 if (!REG_DATA_BINDING.test(v)) {
806 if (REG_DATA_BINDING.test(styleContent[1])) {
929 if (!REG_DATA_BINDING.test(val)) {
946 REG_DATA_BINDING.test(val) ? '!{{' + content + '}}' : '!' + content
962 if (!REG_DATA_BINDING.test(val)) {
970 REG_DATA_BINDING.test(val) ?
1029 out.jsonTemplate.id = REG_DATA_BINDING.test(id) ? bind(id, undefined, true, out, nodeLoc) : id
1079 if (REG_DATA_BINDING.test(val)) {