Home
last modified time | relevance | path

Searched refs:account (Results 1 – 25 of 995) sorted by relevance

12345678910>>...40

/third_party/typescript/tests/baselines/reference/
DmoduleDeclarationExportStarShadowingGlobalIsNameable.symbols2 export * from "./account";
4 No type information for this code.=== tests/cases/compiler/model/account.ts ===
6 >Account : Symbol(Account, Decl(account.ts, 0, 0))
9 >myAccNum : Symbol(Account.myAccNum, Decl(account.ts, 0, 26))
12 >Account2 : Symbol(Account2, Decl(account.ts, 2, 1))
15 >myAccNum : Symbol(Account2.myAccNum, Decl(account.ts, 3, 20))
18 >Account2 : Symbol(Account2, Decl(account.ts, 2, 1))
19 >Acc : Symbol(Acc, Decl(account.ts, 6, 8))
41 export const func = (account: model.Account, acc2: model.Acc) => {};
43 >account : Symbol(account, Decl(index.ts, 9, 21))
[all …]
DmoduleDeclarationExportStarShadowingGlobalIsNameable.types2 export * from "./account";
4 No type information for this code.=== tests/cases/compiler/model/account.ts ===
33 export const func = (account: model.Account, acc2: model.Acc) => {};
34 >func : (account: model.Account, acc2: model.Acc) => void
35 >(account: model.Account, acc2: model.Acc) => {} : (account: model.Account, acc2: model.Acc) => void
36 >account : model.Account
DmoduleDeclarationExportStarShadowingGlobalIsNameable.js25 export const func = (account: model.Account, acc2: model.Acc) => {};
49 var func = function (account, acc2) { };
73 export declare const func: (account: model.Account, acc2: model.Acc) => void;
/third_party/flutter/skia/infra/project-config/
Dcr-buildbucket.cfg21 group: "service-account-cq"
25 group: "service-account-skia-master"
41 group: "service-account-cq"
45 group: "service-account-skia-master"
61 group: "service-account-cq"
65 group: "service-account-skia-master"
81 group: "service-account-cq"
85 group: "service-account-skia-master"
/third_party/skia/infra/project-config/
Dcr-buildbucket.cfg21 group: "service-account-cq"
25 group: "service-account-skia-master"
41 group: "service-account-cq"
45 group: "service-account-skia-master"
61 group: "service-account-cq"
65 group: "service-account-skia-master"
81 group: "service-account-cq"
85 group: "service-account-skia-master"
/third_party/icu/icu4c/source/data/translit/
DThaiLogical_Latin.txt41 ห | $1 ← h ($notAbove*) \u0304; # backward case, account for reordering
79 ฝ | $1 ← f ($notAbove*) \u0304; # backward case, account for reordering
87 ศ | $1 ← s \u0323 ($notAbove*) \u0304; # backward case, account for reordering
90 ส | $1 ← s ($notAbove*) \u0304; # backward case, account for reordering
99 า | $1 ← a ($notAbove*) \u0304; # backward case, account for reordering
102 ำ | $1 ← a ($notAbove*) \u0309 ; # backward case, account for reordering
105 \u0E35 | $1 ← i ($notAbove*) \u0304 ; # backward case, account for reordering
107 \u0E37 | $1 ← u \u0323 ($notAbove*) \u0304 ; # backward case, account for reordering
110 \u0E39 | $1 ← u ($notAbove*) \u0304 ; # backward case, account for reordering
/third_party/flutter/skia/third_party/externals/icu/source/data/translit/
DThaiLogical_Latin.txt40 ห | $1 ← h ($notAbove*) \u0304; # backward case, account for reordering
78 ฝ | $1 ← f ($notAbove*) \u0304; # backward case, account for reordering
86 ศ | $1 ← s \u0323 ($notAbove*) \u0304; # backward case, account for reordering
89 ส | $1 ← s ($notAbove*) \u0304; # backward case, account for reordering
98 า | $1 ← a ($notAbove*) \u0304; # backward case, account for reordering
101 ำ | $1 ← a ($notAbove*) \u0309 ; # backward case, account for reordering
104 \u0E35 | $1 ← i ($notAbove*) \u0304 ; # backward case, account for reordering
106 \u0E37 | $1 ← u \u0323 ($notAbove*) \u0304 ; # backward case, account for reordering
109 \u0E39 | $1 ← u ($notAbove*) \u0304 ; # backward case, account for reordering
/third_party/skia/third_party/externals/icu/source/data/translit/
DThaiLogical_Latin.txt41 ห | $1 ← h ($notAbove*) \u0304; # backward case, account for reordering
79 ฝ | $1 ← f ($notAbove*) \u0304; # backward case, account for reordering
87 ศ | $1 ← s \u0323 ($notAbove*) \u0304; # backward case, account for reordering
90 ส | $1 ← s ($notAbove*) \u0304; # backward case, account for reordering
99 า | $1 ← a ($notAbove*) \u0304; # backward case, account for reordering
102 ำ | $1 ← a ($notAbove*) \u0309 ; # backward case, account for reordering
105 \u0E35 | $1 ← i ($notAbove*) \u0304 ; # backward case, account for reordering
107 \u0E37 | $1 ← u \u0323 ($notAbove*) \u0304 ; # backward case, account for reordering
110 \u0E39 | $1 ← u ($notAbove*) \u0304 ; # backward case, account for reordering
/third_party/curl/
Dbackport-CVE-2023-27535.patch24 + Curl_safefree(ftpc->account);
42 + ftpc->account = strdup(data->set.str[STRING_FTP_ACCOUNT]);
43 + if(!ftpc->account) {
52 + Curl_safefree(ftpc->account);
81 + char *account;
128 + if(Curl_timestrcmp(needle->proto.ftpc.account,
129 + check->proto.ftpc.account) ||
/third_party/node/deps/npm/node_modules/npm-profile/
DREADME.md62 on this account isn't allowed from then the `code` will be set to `EAUTHIP`.
96 on this account isn't allowed from then the `code` will be set to `EAUTHIP`.
127 on this account isn't allowed from then the `code` will be set to `EAUTHIP`.
158 on this account isn't allowed from then the `code` will be set to `EAUTHIP`.
199 on this account isn't allowed from then the `code` will be set to `EAUTHIP`.
240 this account must use two-factor authentication to login. Try again with a
244 this account is only allowed to login from certain networks and this ip is
298 on this account isn't allowed from then the `code` will be set to `EAUTHIP`.
305 await profile.set({github: 'great-github-account-name'}, {token})
333 Be very careful as it's possible to lock yourself out of your account with
[all …]
/third_party/python/Lib/
Dnetrc.py71 account = password = None
78 self.hosts[entryname] = (login, account, password)
89 account = lexer.get_token()
/third_party/gstreamer/gstplugins_bad/ext/gs/
DREADME.md83 Note that you can restrict a service account to the role Storage Admin or Storage Object Creator in…
88 Add the Storage Object Viewer role to the service account assigned to the Cloud Run service where g…
89 add the role Storage Object Creator. Then just set the service-account-email property on the elemen…
/third_party/flutter/flutter/packages/flutter_localizations/lib/src/l10n/
Dmaterial_it.arb35 "hideAccountsLabel": "Nascondi account",
36 "showAccountsLabel": "Mostra account",
Dmaterial_tl.arb36 "hideAccountsLabel": "Itago ang mga account",
37 "showAccountsLabel": "Ipakita ang mga account",
Dmaterial_fil.arb36 "hideAccountsLabel": "Itago ang mga account",
37 "showAccountsLabel": "Ipakita ang mga account",
/third_party/pulseaudio/src/pulsecore/
Dmemblockq.h88 void pa_memblockq_seek(pa_memblockq *bq, int64_t offset, pa_seek_mode_t seek, bool account);
123 void pa_memblockq_flush_write(pa_memblockq *bq, bool account);
Dmemblockq.c247 static void write_index_changed(pa_memblockq *bq, int64_t old_write_index, bool account) { in write_index_changed() argument
254 if (account) in write_index_changed()
260 …ted counter at %lli, account=%i", bq->name, (long long) delta, (long long) bq->requested, account); in write_index_changed()
683 void pa_memblockq_seek(pa_memblockq *bq, int64_t offset, pa_seek_mode_t seek, bool account) { in pa_memblockq_seek() argument
707 write_index_changed(bq, old, account); in pa_memblockq_seek()
710 void pa_memblockq_flush_write(pa_memblockq *bq, bool account) { in pa_memblockq_flush_write() argument
720 write_index_changed(bq, old, account); in pa_memblockq_flush_write()
/third_party/cups/
Dcups-system-auth.patch8 +account include password-auth
15 +account include system-auth
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Duser_accounts_drawer_header.dart251 // place account name above account email
330 /// user's account. Normally a [CircleAvatar].
338 /// A widget that represents the user's current account name. It is
342 /// A widget that represents the email address of the user's current account.
/third_party/python/Doc/library/
Dspwd.rst39 | | | expires until account is |
43 | | | when account expires |
/third_party/skia/third_party/externals/icu/source/data/curr/
Den.txt364 "Spanish Peseta (A account)",
368 "Spanish Peseta (convertible account)",
1473 one{"Chilean unit of account (UF)"}
1474 other{"Chilean units of account (UF)"}
1577 one{"Spanish peseta (A account)"}
1578 other{"Spanish pesetas (A account)"}
1581 one{"Spanish peseta (convertible account)"}
1582 other{"Spanish pesetas (convertible account)"}
2309 one{"European unit of account (XBC)"}
2310 other{"European units of account (XBC)"}
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/data/curr/
Den.txt363 "Spanish Peseta (A account)",
367 "Spanish Peseta (convertible account)",
1472 one{"Chilean unit of account (UF)"}
1473 other{"Chilean units of account (UF)"}
1576 one{"Spanish peseta (A account)"}
1577 other{"Spanish pesetas (A account)"}
1580 one{"Spanish peseta (convertible account)"}
1581 other{"Spanish pesetas (convertible account)"}
2308 one{"European unit of account (XBC)"}
2309 other{"European units of account (XBC)"}
[all …]
/third_party/icu/icu4c/source/data/curr/
Den.txt364 "Spanish Peseta (A account)",
368 "Spanish Peseta (convertible account)",
1473 one{"Chilean unit of account (UF)"}
1474 other{"Chilean units of account (UF)"}
1577 one{"Spanish peseta (A account)"}
1578 other{"Spanish pesetas (A account)"}
1581 one{"Spanish peseta (convertible account)"}
1582 other{"Spanish pesetas (convertible account)"}
2309 one{"European unit of account (XBC)"}
2310 other{"European units of account (XBC)"}
[all …]
/third_party/jinja2/
DCONTRIBUTING.rst80 - Make sure you have a `GitHub account`_.
81 - Fork Jinja to your GitHub account by clicking the `Fork`_ button.
131 .. _email: https://docs.github.com/en/github/setting-up-and-managing-your-github-user-account/setti…
132 .. _GitHub account: https://github.com/join
/third_party/markupsafe/
DCONTRIBUTING.rst80 - Make sure you have a `GitHub account`_.
81 - Fork MarkupSafe to your GitHub account by clicking the `Fork`_ button.
131 .. _email: https://docs.github.com/en/github/setting-up-and-managing-your-github-user-account/setti…
132 .. _GitHub account: https://github.com/join

12345678910>>...40