Searched refs:a (Results 1 – 25 of 33) sorted by relevance
12
| /interface/sdk-js/build-tools/dts_parser/ |
| D | tsconfig.json | 7 …// "composite": true, /* Enable constraints that allow a TypeScript… 10 …// "disableSolutionSearching": true, /* Opt a project out of multi-project referen… 15 …// "lib": [], /* Specify a set of bundled library declarati… 29 …on": "node", /* Specify how TypeScript looks up a file from a given module s… 31 …// "paths": {}, /* Specify a set of entries that re-map impor… 34 … /* Specify type package names to be included without being referenced in a source file. */ 37 …quire`s or `<reference>`s from expanding the number of files TypeScript should add to a project. */ 40 …// "allowJs": true, /* Allow JavaScript files to be a part of you… 49 … /* Specify a file that bundles all outputs into one JavaScript file. If `declaratio… 52 …// "noEmit": true, /* Disable emitting files from a compilation.… [all …]
|
| /interface/sdk-js/build-tools/jsdoc_format_plugin/ |
| D | tsconfig.json | 7 …// "composite": true, /* Enable constraints that allow a TypeScript… 10 …// "disableSolutionSearching": true, /* Opt a project out of multi-project referen… 15 …// "lib": [], /* Specify a set of bundled library declarati… 29 …on": "node", /* Specify how TypeScript looks up a file from a given module s… 31 …// "paths": {}, /* Specify a set of entries that re-map impor… 34 … /* Specify type package names to be included without being referenced in a source file. */ 37 …quire`s or `<reference>`s from expanding the number of files TypeScript should add to a project. */ 40 …// "allowJs": true, /* Allow JavaScript files to be a part of you… 49 … /* Specify a file that bundles all outputs into one JavaScript file. If `declaratio… 52 …// "noEmit": true, /* Disable emitting files from a compilation.… [all …]
|
| /interface/sdk-js/ |
| D | LICENSE | 32 transformation or translation of a Source form, including but 37 Object form, made available under the License, as indicated by a 44 represent, as a whole, an original work of authorship. For the purposes 61 designated in writing by the copyright owner as "Not a Contribution." 64 on behalf of whom a Contribution has been received by Licensor and 68 this License, each Contributor hereby grants to You a perpetual, 75 this License, each Contributor hereby grants to You a perpetual, 83 institute patent litigation against any entity (including a 84 cross-claim or counterclaim in a lawsuit) alleging that the Work 85 or a Contribution incorporated within the Work constitutes direct [all …]
|
| D | .gitattributes | 12 *.a filter=lfs diff=lfs merge=lfs -text
|
| D | interface_config.gni | 4 # You may obtain a copy of the License at
|
| /interface/sdk-js/api/ |
| D | @ohos.arkui.advanced.TreeView.d.ets | 5 * You may obtain a copy of the License at 28 * register listener after a node is clicked. 34 * register listener after a node is add. 40 * register listener after a node is delected. 46 * register listener after a node is modified. 52 * register listener after a node is moved. 257 * Delete a node. 288 * This interface is called when a secondaryTitle needs to be updated
|
| D | @ohos.arkui.advanced.Filter.d.ets | 5 * You may obtain a copy of the License at 54 * This parameter specifies the selection result of a filtering dimension. 114 * FilterParams, Callback method after a user clicks a filter item.
|
| D | @ohos.arkui.advanced.TabTitleBar.d.ets | 5 * You may obtain a copy of the License at 91 * Content builder. Each component corresponds to a tab item.
|
| D | @ohos.multimedia.avCastPicker.d.ets | 5 * You may obtain a copy of the License at
|
| D | @ohos.arkui.advanced.SelectTitleBar.d.ets | 5 * You may obtain a copy of the License at 85 * The number displayed in a badge.
|
| D | @ohos.arkui.advanced.SwipeRefresher.d.ets | 5 * You may obtain a copy of the License at
|
| D | @ohos.arkui.advanced.Dialog.d.ets | 5 * You may obtain a copy of the License at 27 * Sets the Display Content of a Button. 40 * Sets the background color of a button.
|
| D | @ohos.arkui.advanced.ProgressButton.d.ets | 5 * You may obtain a copy of the License at
|
| D | @ohos.arkui.advanced.SplitLayout.d.ets | 5 * You may obtain a copy of the License at
|
| D | @ohos.arkui.advanced.ComposeTitleBar.d.ets | 5 * You may obtain a copy of the License at
|
| D | @ohos.arkui.advanced.EditableTitleBar.d.ets | 5 * You may obtain a copy of the License at
|
| D | @ohos.arkui.advanced.ToolBar.d.ets | 5 * You may obtain a copy of the License at
|
| D | @ohos.arkui.advanced.SubHeader.d.ets | 5 * You may obtain a copy of the License at
|
| /interface/sdk-js/build-tools/api_check_plugin/src/ |
| D | check_hump.js | 32 return /^([A-Z][a-z0-9]*)*$/g.test(word); 37 return /^[a-z]+[0-9]*([A-Z][a-z0-9]*)*$/g.test(word);
|
| /interface/sdk-js/build-tools/dts_parser/test/mocha/ |
| D | .mocharc.jsonc | 5 * You may obtain a copy of the License at
|
| /interface/sdk-js/build-tools/jsdoc_format_plugin/test/mocha/ |
| D | .mocharc.jsonc | 5 * You may obtain a copy of the License at
|
| /interface/sdk-js/api/@internal/component/ets/ |
| D | canvas.d.ts | 3486 setTransform(a: number, b: number, c: number, d: number, e: number, f: number): void; 3559 transform(a: number, b: number, c: number, d: number, e: number, f: number): void;
|
| D | particle.d.ts | 381 a: [number, number];
|
| /interface/sdk-js/build-tools/collect_application_api/ |
| D | reademe.md | 25 --appDir <string> a path that contains multiple applications
|
| /interface/sdk-js/build-tools/api_diff/src/ |
| D | format_data.js | 41 let orderVersionArr = versionArr.sort((a, b) => { 42 return a.replace(/\.|.json/g, '') - b.replace(/\.|.json/g, '');
|
12