Home
last modified time | relevance | path

Searched defs:relativePath (Results 1 – 7 of 7) sorted by relevance

/developtools/ace_js2bundle/ace-loader/plugin/templater/
Dindex.js88 function checkRootNode(template, operate, relativePath) { argument
134 function generate(node, filePath, preNode, relativePath) { argument
150 function checkNodeAttrs(node, filePath, preNode, relativePath) { argument
261 function checkNodeChildren(node, filePath, relativePath) { argument
Dcomponent_validator.js170 function validateTagName(domNode, out, relativePath) { argument
685 function validateClass(classNames, out, nodeLoc, relativePath) { argument
758 function validateStyle(css, out, nodeLoc, relativePath) { argument
928 function validateIf(val, out, flag, nodeLoc, relativePath) { argument
961 function validateElif(val, out, flag, nodeLoc, relativePath) { argument
989 function validateFor(val, out, nodeLoc, relativePath) { argument
1027 function validateId(id, out, nodeLoc, relativePath) { argument
1044 function validateAppend(val, out, nodeLoc, relativePath) { argument
1066 function validateEvent(eventName, val, out, pos, relativePath) { argument
1141 function validateAttr(resourcePath, attrName, attrValue, out, tagName, nodeLoc, relativePath) { argument
[all …]
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/common/
Dob_config_resolver.test.ts539 const relativePath = getRelativeSourcePath(filePath, projectRootPath, belongProjectPath); constant
547 const relativePath = getRelativeSourcePath(filePath, projectRootPath, belongProjectPath); constant
555 const relativePath = getRelativeSourcePath(filePath, projectRootPath, belongProjectPath); constant
563 const relativePath = getRelativeSourcePath(filePath, projectRootPath, belongProjectPath); constant
/developtools/packing_tool/adapter/ohos/
DBinaryTool.java140 String relativePath = f.getParent().replace(directory, ""); in writeFileInfo() local
/developtools/ace_ets2bundle/compiler/src/
Dprocess_visual.ts288 const relativePath = filePath.replace(projectRootPath, ''); constant
Dark_utils.ts173 const relativePath = processSrcMain(result, projectFilePath); constant
426 const relativePath = toUnixPath(filePath).replace(aliasName, ''); constant
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/bundle/
Dbundle_mode.test.ts639 const relativePath: string = toUnixPath(bundleMode.projectConfig.aceModuleBuild.replace( constant