Home
last modified time | relevance | path

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

12

/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.ts204 setComment(text: string): void;
223 setCDATA(text: string): void;
242 setText(text: string): void;
261 setDocType(text: string): void;
D@system.cipher.d.ts31 text: string; property
66 text: string; property
147 text: string; property
D@ohos.inputMethodEngine.d.ts682 insertText(text: string, callback: AsyncCallback<boolean>): void;
692 insertText(text: string): Promise<boolean>;
872 insertText(text: string, callback: AsyncCallback<boolean>): void;
885 insertText(text: string): Promise<boolean>;
897 insertTextSync(text: string): void;
1277 on(type: 'textChange', callback: (text: string) => void): void;
1287 off(type: 'textChange', callback?: (text: string) => void): void;
D@ohos.arkui.advanced.SubHeader.d.ets63 * The content of text or the address of icon.
70 * callback function when operate the text or icon.
98 * The default text value.
129 * The first line text of content area.
137 * The secondary line text of content area.
D@ohos.i18n.d.ts904 setLineBreakText(text: string): void;
983 getIndex(text: string): string;
1557 transform(text: string): string;
1625 normalize(text: string): string;
D@ohos.pasteboard.d.ts107 function createPlainTextData(text: string): PasteData;
162 function createPlainTextRecord(text: string): PasteDataRecord;
405 addTextRecord(text: string): void;
D@ohos.arkui.advanced.SplitLayout.d.ets43 * Title text in the layout.
51 * Description text in the layout.
59 * Auxiliary text in the layout.
D@ohos.inputMethod.d.ts615 changeSelection(text: string, start: number, end: number, callback: AsyncCallback<void>): void;
631 changeSelection(text: string, start: number, end: number): Promise<void>;
817 on(type: 'insertText', callback: (text: string) => void): void;
828 off(type: 'insertText', callback?: (text: string) => void): void;
D@ohos.UiTest.d.ts121 text(txt: string, pattern?: MatchPattern): By; method in By
419 inputText(text: string): Promise<void>;
934 readonly text: string;
1077 text(txt: string, pattern?: MatchPattern): On;
1716 inputText(text: string): Promise<void>;
D@system.file.d.ts386 text: string; property
446 text: string; property
D@ohos.arkui.advanced.ComposeListItem.d.ets84 * The content of text or the address of icon.
126 * The text on the button.
130 text?: ResourceStr;
243 * Sets the text.
248 text?: ResourceStr;
D@system.prompt.d.ts74 text: string; property
D@ohos.prompt.d.ts85 text: string; property
D@ohos.promptAction.d.ts130 text: string | Resource; property
/interface/sdk-js/api/@internal/component/ets/
Dtab_content.d.ts367 constructor(icon: ResourceStr, text: ResourceStr);
380 static of(icon: ResourceStr, text: ResourceStr): BottomTabBarStyle;
504 { icon?: string | Resource; text?: string | Resource }): TabContentAttribute;
Dtext_picker.d.ts43 text?: string | Resource; property
61 text: string | Resource; property
Dpaste_button.d.ts74 text?: PasteDescription; property
Dsave_button.d.ts138 text?: SaveDescription; property
Dlocation_button.d.ts162 text?: LocationDescription; property
/interface/sdk-js/api/notification/
DnotificationContent.d.ts43 text: string; property
/interface/sdk-js/build-tools/collect_application_api/src/
DcollectApi.js152 if (type.literal && type.literal.text) {
153 typeObj.value.push(type.literal.text);
184 … methodName = stat.name.escapedText ? stat.name.escapedText.toString() : stat.name.text.toString();
226 …const className = stat.name.escapedText ? stat.name.escapedText.toString() : stat.name.text.toStri…
370 if (param.type && param.type.literal && param.type.literal.text) {
373 let methodName = child.name.escapedText + '_' + param.type.literal.text;
379 if (type.literal && type.literal.text) {
380 let methodName = child.name.escapedText + '_' + type.literal.text;
427 if (type.literal && type.literal.text) {
428 typeObj.value.push(type.literal.text);
[all …]
/interface/sdk-js/build-tools/sdk_upgrade_assistance_plugin/src/main/resources/
Dconst.properties23 report.new.method.text = 提示信息
24 report.old.method.text = api定义
/interface/sdk-js/build-tools/collect_api/
Dcollect_base_api.js153 if (type.literal && type.literal.text) {
154 typeObj.value.push(type.literal.text);
190 …const methodName = stat.name.escapedText ? stat.name.escapedText.toString() : stat.name.text.toStr…
230 …const className = stat.name.escapedText ? stat.name.escapedText.toString() : stat.name.text.toStri…
255 if (type.literal && type.literal.text) {
256 typeObj.value.push(type.literal.text);
259 addApi(packageName, child.name.escapedText, type.literal.text, child.getText(),
276 if (type.literal && type.literal.text) {
277 typeObj.value.push(type.literal.text);
280 addApi(packageName, child.name.escapedText, type.literal.text, child.getText(),
[all …]
/interface/sdk-js/build-tools/api_diff/src/
Dcollect_base_api.js122 if (type.literal && type.literal.text) {
123 typeObj.value.push(type.literal.text);
178 …var methodName = stat.name.escapedText ? stat.name.escapedText.toString() : stat.name.text.toStrin…
229 …const className = stat.name.escapedText ? stat.name.escapedText.toString() : stat.name.text.toStri…
247 if (type.literal && type.literal.text) {
248 typeObj.value.push(type.literal.text);
251 addApi(packageName, child.name.escapedText, type.literal.text, child.getText(),
268 if (type.literal && type.literal.text) {
269 typeObj.value.push(type.literal.text);
272 addApi(packageName, child.name.escapedText, type.literal.text, child.getText(),
[all …]

12