Home
last modified time | relevance | path

Searched refs:matches (Results 1 – 18 of 18) sorted by relevance

/interface/sdk-js/api/
D@system.mediaquery.d.ts52 matches: boolean; property
107 matches?: boolean; property
124 onchange?: (matches: boolean) => void;
D@ohos.mediaquery.d.ts101 readonly matches: boolean; property
/interface/sdk_c/build-tools/capi_parser/src/coreImpl/check/
Dcheck_syntax.py81 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/
Dparser.py38 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 …]
Dparse_include.py315 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/
Dparam003.txt7 … Please check if it matches the type of the [1] parameter\nthe value of the [1] [param] tag is inc…
Dinterface001.txt7 …ong value]: the [interface] label value is incorrect. Please check if it matches the interface nam…
Dnamespace001.txt7 …wrong value]: the [namespace] tag value is incorrect. Please check if it matches the namespace nam…
Dtypedef001.txt7 … [wrong value]: the [typedef] tag value is incorrect. Please check if it matches the interface nam…
Dtype005.txt7 …wrong value]: the [type] tag type is incorrect. Please check if the type matches the attribute typ…
Dtype002.txt7 …wrong value]: the [type] tag type is incorrect. Please check if the type matches the attribute typ…
Dtype004.txt7 …wrong value]: the [type] tag type is incorrect. Please check if the type matches the attribute typ…
Dtype006.txt7 …wrong value]: the [type] tag type is incorrect. Please check if the type matches the attribute typ…
Dparam008.txt7 …value]: the type of the [1] [param] tag is incorrect. Please check if it matches the type of the […
Dextends003.txt7 …ue]: the [extends] tag value is incorrect. Please check if the tag value matches the inherited cla…
Dparam007.txt7 …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/
Ddictionaries.txt37973 matches
/interface/sdk-js/build-tools/dts_parser/src/coreImpl/checker/config/
Ddictionaries.txt37973 matches