Home
last modified time | relevance | path

Searched full:param (Results 5776 - 5800 of 21372) sorted by relevance

1...<<231232233234235236237238239240>>...855

/third_party/typescript/tests/baselines/reference/
H A DparserArrowFunctionExpression16(target=es3).errors.txt5 true ? false ? (param): string => param : null : null // Not legal JS; "Unexpected token ':'" at last colon
10 true ? false ? (param): string => param : null : null
H A DparserArrowFunctionExpression16(target=es6).errors.txt5 true ? false ? (param): string => param : null : null // Not legal JS; "Unexpected token ':'" at last colon
10 true ? false ? (param): string => param : null : null
H A DjsDeclarationsOptionalTypeLiteralProps1.types6 * @param {object} opts
7 * @param {number} opts.a
8 * @param {number} [opts.b]
9 * @param {number} [opts.c]
/third_party/typescript/tests/cases/conformance/jsdoc/declarations/
H A DjsDeclarationsFunctionJSDoc.ts9 * @param {number} a
10 * @param {string} b
20 * @param {Aleph} a
21 * @param {null} b
/third_party/typescript/tests/cases/conformance/jsdoc/
H A DjsdocSignatureOnReturnedFunction.ts11 * @param {number} a
12 * @param {number} b
22 * @param {number} a
23 * @param {number} b
H A DjsdocTemplateClass.ts13 /** @param {T} x */
19 * @param {T} x
20 * @param {Id<T>} y
21 * @param {Id2} alpha
/third_party/typescript/tests/cases/fourslash/
H A DcodeFixUnusedIdentifier_all_prefix.ts7 //// * @param a First parameter.
8 //// * @param b Second parameter.
20 * @param _a First parameter.
21 * @param _b Second parameter.
H A DjsDocFunctionSignatures5.ts7 //// * @param {String} basePath The base path where the search will be performed.
8 //// * @param {String} pattern A string defining a regexp of a glob pattern.
9 //// * @param {String} type The search pattern type, can be a regexp or a glob.
10 //// * @param {Object} options A object containing options to the search.
H A DrefactorExtractType_js4.ts8 //// * @param {T} b
9 //// * @param {U} c
29 * @param {T} b
30 * @param {U} c
H A DrefactorExtractType_js5.ts8 //// * @param {T} b
9 //// * @param {U} c
29 * @param {T} b
30 * @param {U} c
H A DrefactorExtractType_js6.ts7 //// * @param {T} b
8 //// * @param {U} c
27 * @param {T} b
28 * @param {U} c
/applications/standard/app_samples/code/BasicFeature/ApplicationModels/SystemRouter/entry/src/main/ets/pages/
H A DEntryPageOne.ets19 export function PageOneBuilder(name: string, param: Object) {
43 //Push the NavDestination page information specified by name onto the stack, and pass the data as param.
50 //Push the NavDestination page information specified by name onto the stack, and pass the data as param.
57 //Push the NavDestination page information specified by name onto the stack, and pass the data as param.
64 //Push the NavDestination page information specified by name onto the stack, and pass the data as param.
71 //Push the NavDestination page information specified by name onto the stack, and pass the data as param.
H A DEntryPageTwo.ets19 export function PageTwoBuilder(name: string, param: Object) {
42 //Push the NavDestination page information specified by name onto the stack, and pass the data as param.
49 //Push the NavDestination page information specified by name onto the stack, and pass the data as param.
56 //Push the NavDestination page information specified by name onto the stack, and pass the data as param.
63 //Push the NavDestination page information specified by name onto the stack, and pass the data as param.
70 //Push the NavDestination page information specified by name onto the stack, and pass the data as param.
H A DIndex.ets28 //Push the NavDestination page information specified by name onto the stack, and pass the data as param.
35 //Push the NavDestination page information specified by name onto the stack, and pass the data as param.
42 //Push the NavDestination page information specified by name onto the stack, and pass the data as param.
49 //Push the NavDestination page information specified by name onto the stack, and pass the data as param.
56 //Push the NavDestination page information specified by name onto the stack, and pass the data as param.
63 //Push the NavDestination page information specified by name onto the stack, and pass the data as param.
/applications/standard/app_samples/code/BasicFeature/ApplicationModels/SystemRouter/harA/src/main/ets/pages/
H A DHarAPageTwo.ets19 export function HarAPageTwoBuilder(name: string, param: Object) {
43 //Push the NavDestination page information specified by name onto the stack, and pass the data as param.
50 //Push the NavDestination page information specified by name onto the stack, and pass the data as param.
57 //Push the NavDestination page information specified by name onto the stack, and pass the data as param.
64 //Push the NavDestination page information specified by name onto the stack, and pass the data as param.
71 //Push the NavDestination page information specified by name onto the stack, and pass the data as param.
H A DHarAPageOne.ets19 export function HarAPageOneBuilder(name: string, param: Object) {
43 //Push the NavDestination page information specified by name onto the stack, and pass the data as param.
50 //Push the NavDestination page information specified by name onto the stack, and pass the data as param.
57 //Push the NavDestination page information specified by name onto the stack, and pass the data as param.
64 //Push the NavDestination page information specified by name onto the stack, and pass the data as param.
71 //Push the NavDestination page information specified by name onto the stack, and pass the data as param.
/applications/standard/app_samples/code/BasicFeature/ApplicationModels/SystemRouter/harB/src/main/ets/pages/
H A DHarBPageTwo.ets19 export function HarBPageTwoBuilder(name: string, param: Object) {
43 //Push the NavDestination page information specified by name onto the stack, and pass the data as param.
50 //Push the NavDestination page information specified by name onto the stack, and pass the data as param.
57 //Push the NavDestination page information specified by name onto the stack, and pass the data as param.
64 //Push the NavDestination page information specified by name onto the stack, and pass the data as param.
71 //Push the NavDestination page information specified by name onto the stack, and pass the data as param.
H A DHarBPageOne.ets19 export function HarBPageOneBuilder(name: string, param: Object) {
43 //Push the NavDestination page information specified by name onto the stack, and pass the data as param.
50 //Push the NavDestination page information specified by name onto the stack, and pass the data as param.
57 //Push the NavDestination page information specified by name onto the stack, and pass the data as param.
64 //Push the NavDestination page information specified by name onto the stack, and pass the data as param.
71 //Push the NavDestination page information specified by name onto the stack, and pass the data as param.
/applications/standard/app_samples/code/BasicFeature/ApplicationModels/SystemRouter/hspA/src/main/ets/pages/
H A DHspAPageTwo.ets19 export function HspAPageTwoBuilder(name: string, param: Object) {
43 //Push the NavDestination page information specified by name onto the stack, and pass the data as param.
50 //Push the NavDestination page information specified by name onto the stack, and pass the data as param.
57 //Push the NavDestination page information specified by name onto the stack, and pass the data as param.
64 //Push the NavDestination page information specified by name onto the stack, and pass the data as param.
71 //Push the NavDestination page information specified by name onto the stack, and pass the data as param.
H A DHspAPageOne.ets19 export function HspAPageOneBuilder(name: string, param: Object) {
43 //Push the NavDestination page information specified by name onto the stack, and pass the data as param.
50 //Push the NavDestination page information specified by name onto the stack, and pass the data as param.
57 //Push the NavDestination page information specified by name onto the stack, and pass the data as param.
64 //Push the NavDestination page information specified by name onto the stack, and pass the data as param.
71 //Push the NavDestination page information specified by name onto the stack, and pass the data as param.
/applications/standard/app_samples/code/BasicFeature/ApplicationModels/SystemRouter/hspB/src/main/ets/pages/
H A DHspBPageOne.ets19 export function HspBPageOneBuilder(name: string, param: Object) {
42 //Push the NavDestination page information specified by name onto the stack, and pass the data as param.
49 //Push the NavDestination page information specified by name onto the stack, and pass the data as param.
56 //Push the NavDestination page information specified by name onto the stack, and pass the data as param.
63 //Push the NavDestination page information specified by name onto the stack, and pass the data as param.
70 //Push the NavDestination page information specified by name onto the stack, and pass the data as param.
H A DHspBPageTwo.ets19 export function HspBPageTwoBuilder(name: string, param: Object) {
42 //Push the NavDestination page information specified by name onto the stack, and pass the data as param.
49 //Push the NavDestination page information specified by name onto the stack, and pass the data as param.
56 //Push the NavDestination page information specified by name onto the stack, and pass the data as param.
63 //Push the NavDestination page information specified by name onto the stack, and pass the data as param.
70 //Push the NavDestination page information specified by name onto the stack, and pass the data as param.
/applications/standard/app_samples/code/Performance/PerformanceLibrary/feature/ThreadDataTransfer/src/main/ets/utils/
H A DTreadUtil.ets24 * @param pixelMap 源数据
25 * @param lastAdjustData 之前的饱和度值
26 * @param currentAdjustData 将要调整到饱和度值
27 * @param taskNum 开启的线程任务数
28 * @param isParamsByTransfer 参数是否通过传递方式传参
29 * @param callback 线程处理结束后的回调
/applications/standard/app_samples/code/SystemFeature/FileManagement/Photos/entry/src/main/ets/pages/
H A DVideoBrowser.ets61 let param: ParamsInterface = router.getParams();
62 if(param.uri != null ) this.uri = param.uri.toString();
64 if (!Number.isNaN(param.dateAdded)) {
65 this.dateAdded = new Number(param.dateAdded).valueOf()
67 this.previewUri = param.previewUri;
/applications/standard/app_samples/code/SystemFeature/Widget/RequestAddForm/entry/src/main/ets/pages/
H A DIndex.ets49 'ohos.extra.param.key.form_dimension': FormDimension.Dimension_2_2,
50 'ohos.extra.param.key.form_name': 'widget',
51 'ohos.extra.param.key.module_name': 'entry'
84 'ohos.extra.param.key.form_dimension': FormDimension.Dimension_2_2,
85 'ohos.extra.param.key.form_name': 'JsWidget',
86 'ohos.extra.param.key.module_name': 'entry'

Completed in 30 milliseconds

1...<<231232233234235236237238239240>>...855