Searched refs:matches (Results 1 – 18 of 18) sorted by relevance
/interface/sdk-js/api/ |
D | @system.mediaquery.d.ts | 52 matches: boolean; property 107 matches?: boolean; property 124 onchange?: (matches: boolean) => void;
|
D | @ohos.mediaquery.d.ts | 101 readonly matches: boolean; property
|
/interface/sdk_c/build-tools/capi_parser/src/coreImpl/check/ |
D | check_syntax.py | 81 matches = re.findall(pattern, target_string, re.DOTALL) 82 if len(matches) == 0: 84 matches = re.findall(pattern, target_string, re.DOTALL) 86 if len(matches) == 0: 88 matches = re.findall(pattern, target_string, re.DOTALL) 91 for match in matches:
|
/interface/sdk_c/build-tools/capi_parser/src/coreImpl/parser/ |
D | parser.py | 38 def find_h_file(matches, f, sources): argument 39 for mat in matches: 57 matches = re.finditer(pattern, content) # finditer会返回位置信息 60 if matches: # 是否匹配成功 61 find_h_file(matches, f, sources) 63 return matches, sources 66 def find_dest_dir(matches, content, f): argument 68 if matches: 70 for _ in matches: 86 matches = re.findall(pattern, content) [all …]
|
D | parse_include.py | 315 matches = re.finditer(pattern, content, re.DOTALL | re.MULTILINE) 316 for mat in matches: 372 matches = get_start_comments(item) # 接收文件最开始的注释 374 preorder_travers_ast(ast_root_node, data_total, matches, item, gn_path) # 调用处理函数
|
/interface/sdk-js/build-tools/api_check_plugin/autoTest/expect/ |
D | param003.txt | 7 … Please check if it matches the type of the [1] parameter\nthe value of the [1] [param] tag is inc…
|
D | interface001.txt | 7 …ong value]: the [interface] label value is incorrect. Please check if it matches the interface nam…
|
D | namespace001.txt | 7 …wrong value]: the [namespace] tag value is incorrect. Please check if it matches the namespace nam…
|
D | typedef001.txt | 7 … [wrong value]: the [typedef] tag value is incorrect. Please check if it matches the interface nam…
|
D | type005.txt | 7 …wrong value]: the [type] tag type is incorrect. Please check if the type matches the attribute typ…
|
D | type002.txt | 7 …wrong value]: the [type] tag type is incorrect. Please check if the type matches the attribute typ…
|
D | type004.txt | 7 …wrong value]: the [type] tag type is incorrect. Please check if the type matches the attribute typ…
|
D | type006.txt | 7 …wrong value]: the [type] tag type is incorrect. Please check if the type matches the attribute typ…
|
D | param008.txt | 7 …value]: the type of the [1] [param] tag is incorrect. Please check if it matches the type of the […
|
D | extends003.txt | 7 …ue]: the [extends] tag value is incorrect. Please check if the tag value matches the inherited cla…
|
D | param007.txt | 7 …value]: the type of the [1] [param] tag is incorrect. Please check if it matches the type of the […
|
/interface/sdk-js/build-tools/api_check_plugin/plugin/ |
D | dictionaries.txt | 37973 matches
|
/interface/sdk-js/build-tools/dts_parser/src/coreImpl/checker/config/ |
D | dictionaries.txt | 37973 matches
|