| /interface/sdk-js/ |
| D | .gitattributes | 1 *.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.ts | 204 setComment(text: string): void; 223 setCDATA(text: string): void; 242 setText(text: string): void; 261 setDocType(text: string): void;
|
| D | @system.cipher.d.ts | 31 text: string; property 66 text: string; property 147 text: string; property
|
| D | @ohos.inputMethodEngine.d.ts | 682 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.ets | 63 * 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.ts | 904 setLineBreakText(text: string): void; 983 getIndex(text: string): string; 1557 transform(text: string): string; 1625 normalize(text: string): string;
|
| D | @ohos.pasteboard.d.ts | 107 function createPlainTextData(text: string): PasteData; 162 function createPlainTextRecord(text: string): PasteDataRecord; 405 addTextRecord(text: string): void;
|
| D | @ohos.arkui.advanced.SplitLayout.d.ets | 43 * Title text in the layout. 51 * Description text in the layout. 59 * Auxiliary text in the layout.
|
| D | @ohos.inputMethod.d.ts | 615 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.ts | 121 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.ts | 386 text: string; property 446 text: string; property
|
| D | @ohos.arkui.advanced.ComposeListItem.d.ets | 84 * 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.ts | 74 text: string; property
|
| D | @ohos.prompt.d.ts | 85 text: string; property
|
| D | @ohos.promptAction.d.ts | 130 text: string | Resource; property
|
| /interface/sdk-js/api/@internal/component/ets/ |
| D | tab_content.d.ts | 367 constructor(icon: ResourceStr, text: ResourceStr); 380 static of(icon: ResourceStr, text: ResourceStr): BottomTabBarStyle; 504 { icon?: string | Resource; text?: string | Resource }): TabContentAttribute;
|
| D | text_picker.d.ts | 43 text?: string | Resource; property 61 text: string | Resource; property
|
| D | paste_button.d.ts | 74 text?: PasteDescription; property
|
| D | save_button.d.ts | 138 text?: SaveDescription; property
|
| D | location_button.d.ts | 162 text?: LocationDescription; property
|
| /interface/sdk-js/api/notification/ |
| D | notificationContent.d.ts | 43 text: string; property
|
| /interface/sdk-js/build-tools/collect_application_api/src/ |
| D | collectApi.js | 152 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/ |
| D | const.properties | 23 report.new.method.text = 提示信息 24 report.old.method.text = api定义
|
| /interface/sdk-js/build-tools/collect_api/ |
| D | collect_base_api.js | 153 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/ |
| D | collect_base_api.js | 122 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 …]
|