Home
last modified time | relevance | path

Searched refs:text (Results 1 – 25 of 63) sorted by relevance

123

/interface/sdk-js/
D.gitattributes1 *.tgz filter=lfs diff=lfs merge=lfs -text
2 *.trp filter=lfs diff=lfs merge=lfs -text
3 *.apk filter=lfs diff=lfs merge=lfs -text
4 *.jar filter=lfs diff=lfs merge=lfs -text
5 *.mp4 filter=lfs diff=lfs merge=lfs -text
6 *.zip filter=lfs diff=lfs merge=lfs -text
7 *.asm filter=lfs diff=lfs merge=lfs -text
8 *.8svn filter=lfs diff=lfs merge=lfs -text
9 *.9svn filter=lfs diff=lfs merge=lfs -text
10 *.dylib filter=lfs diff=lfs merge=lfs -text
[all …]
/interface/sdk-js/api/
D@ohos.xml.d.ts310 setComment(text: string): void;
339 setCDATA(text: string): void;
368 setText(text: string): void;
397 setDocType(text: string): void;
D@system.cipher.d.ts38 text: string; property
76 text: string; property
165 text: string; property
D@ohos.arkui.advanced.SplitLayout.d.ets69 * Title text in the layout.
75 * Title text in the layout.
84 * Description text in the layout.
90 * Description text in the layout.
99 * Auxiliary text in the layout.
105 * Auxiliary text in the layout.
D@ohos.i18n.d.ts1093 setLineBreakText(text: string): void;
1172 getIndex(text: string): string;
1746 transform(text: string): string;
1814 normalize(text: string): string;
2253 findEntityInfo(text: string): Array<EntityInfoItem>;
D@ohos.inputMethodEngine.d.ts758 insertText(text: string, callback: AsyncCallback<boolean>): void;
768 insertText(text: string): Promise<boolean>;
948 insertText(text: string, callback: AsyncCallback<boolean>): void;
961 insertText(text: string): Promise<boolean>;
973 insertTextSync(text: string): void;
1353 on(type: 'textChange', callback: (text: string) => void): void;
1363 off(type: 'textChange', callback?: (text: string) => void): void;
D@ohos.arkui.advanced.SubHeader.d.ets105 * The content of text or the address of icon.
111 * The content of text or the address of icon.
120 * callback function when operate the text or icon.
126 * callback function when operate the text or icon.
178 * The default text value.
184 * The default text value.
238 * The first line text of content area.
244 * The first line text of content area.
253 * The secondary line text of content area.
259 * The secondary line text of content area.
D@ohos.arkui.advanced.SegmentButton.d.ets26 * Defines text only item of SegmentButton.
36 * The text of text only item.
43 text: ResourceStr;
77 * Defines icon and text item of SegmentButton.
86 * The icon of icon and text item.
96 * The icon of icon and text item in the selected state.
106 * The text of icon and text item.
113 text: ResourceStr;
234 * @default For text only / icon only buttons Padding { top: 4, right: 8, bottom: 4, left: 8 }.
235 * For text & icon buttons Padding { top: 6, right: 8, bottom: 6, left: 8 }.
[all …]
D@ohos.arkui.advanced.Popup.d.ets22 * Defines the popup text options
31 * Set the text display content.
37 text: ResourceStr;
40 * Set the text font size.
49 * Set the text font color.
58 * Set the text font weight.
81 text: ResourceStr;
D@ohos.pasteboard.d.ts169 function createPlainTextData(text: string): PasteData;
234 function createPlainTextRecord(text: string): PasteDataRecord;
651 addTextRecord(text: string): void;
D@ohos.UiTest.d.ts171 text(txt: string, pattern?: MatchPattern): By; method in By
469 inputText(text: string): Promise<void>;
1290 readonly text: string;
1556 text(txt: string, pattern?: MatchPattern): On;
2569 inputText(text: string): Promise<void>;
3978 inputText(p: Point, text: string): Promise<void>;
D@ohos.arkui.advanced.GridObjectSortComponent.d.ets30 * The GridObjectSortComponent image text type.
38 * The GridObjectSortComponent text type.
43 TEXT = "text"
64 * GridObjectSortComponent item text.
70 text: ResourceStr;
D@ohos.inputMethod.d.ts793 changeSelection(text: string, start: number, end: number, callback: AsyncCallback<void>): void;
809 changeSelection(text: string, start: number, end: number): Promise<void>;
995 on(type: 'insertText', callback: (text: string) => void): void;
1006 off(type: 'insertText', callback?: (text: string) => void): void;
D@system.file.d.ts391 text: string; property
451 text: string; property
D@system.prompt.d.ts95 text: string; property
D@ohos.arkui.advanced.ComposeListItem.d.ets152 * The content of text or the address of icon.
158 * The content of text or the address of icon.
238 * The text on the button.
244 * The text on the button.
250 text?: ResourceStr;
459 * Sets the text.
465 * Sets the text.
471 text?: ResourceStr;
D@ohos.prompt.d.ts90 text: string; property
/interface/sdk-js/api/@internal/component/ets/
Dtab_content.d.ts672 constructor(icon: ResourceStr, text: ResourceStr);
697 static of(icon: ResourceStr, text: ResourceStr): BottomTabBarStyle;
929 { icon?: string | Resource; text?: string | Resource }): TabContentAttribute;
Dtext_picker.d.ts70 text?: string | Resource; property
106 text: string | Resource; property
Dpaste_button.d.ts128 text?: PasteDescription; property
Dsave_button.d.ts248 text?: SaveDescription; property
Dlocation_button.d.ts293 text?: LocationDescription; property
/interface/sdk-js/build-tools/dts_parser/src/
Dmain.ts75 stopRun(text: string): void {
76 LogUtil.e('commander', text);
/interface/sdk_c/build-tools/capi_parser/src/coreImpl/parser/
Dparse_include.py141 text = ''
147 text = data['node_content']['content'][right_index + 1:]
153 text = data['node_content']['content'][name_len:]
156 if text:
157 text = text.strip() # 删除两边的字符(默认是删除左右空格)
158 data['text'] = text
/interface/sdk-js/build-tools/api_check_plugin/src/
Dcompile_info.js72 if (node.name?.text) {
73 apiName = node.name.text;
91 maskInfo.text.replace(/\s/g, '') === apiText &&

123