Lines Matching refs:filePath
30 function parse(source, operate, filePath) { argument
32 process.env.aceModuleRoot || process.cwd(), filePath)).replace(path.parse(filePath).ext, '');
50 generate(rootArray[rootIndex], filePath, undefined, relativePath)
133 function generate(node, filePath, preNode, relativePath) { argument
136 checkNodeAttrs(node, filePath, preNode, relativePath)
139 checkNodeChildren(node, filePath, relativePath)
149 function checkNodeAttrs(node, filePath, preNode, relativePath) { argument
192 filePath,
260 function checkNodeChildren(node, filePath, relativePath) { argument
278 generate(child, filePath, preNode, relativePath)
285 componentValidator.validateAttr(filePath, 'content', child.value,
289 componentValidator.validateAttr(filePath, 'value', child.value,