Searched refs:RESOURCE (Results 1 – 5 of 5) sorted by relevance
234 export const RESOURCE: string = '$r'; constant
32 RESOURCE,540 (node.expression.escapedText.toString() === RESOURCE ||558 } else if (node.expression.getText() === RESOURCE && node.arguments && node.arguments.length) {
66 RESOURCE,3092 (argument.expression.escapedText.toString() === RESOURCE))) {
64 private static final String RESOURCE = "resource"; field in ModuleJsonUtil954 if (jsonObject.containsKey(RESOURCE)) { in parseModuleMetadata()955 moduleMetadataInfo.resource = getJsonString(jsonObject, RESOURCE); in parseModuleMetadata()
37 private static final String RESOURCE = "resource"; field in JsonUtil1411 if (jsonObject.containsKey(RESOURCE)) { in parseModuleMetadata()1412 moduleMetadataInfo.resource = getJsonString(jsonObject, RESOURCE); in parseModuleMetadata()