Lines Matching refs:filePath
30 function parse(source, operate, filePath) { argument
32 process.env.aceModuleRoot || process.cwd(), filePath)).replace(path.parse(filePath).ext, '');
52 generate(rootArray[rootIndex], filePath, undefined, relativePath)
134 function generate(node, filePath, preNode, relativePath) { argument
137 checkNodeAttrs(node, filePath, preNode, relativePath)
140 checkNodeChildren(node, filePath, relativePath)
150 function checkNodeAttrs(node, filePath, preNode, relativePath) { argument
193 filePath,
261 function checkNodeChildren(node, filePath, relativePath) { argument
279 generate(child, filePath, preNode, relativePath)
286 componentValidator.validateAttr(filePath, 'content', child.value,
290 componentValidator.validateAttr(filePath, 'value', child.value,