Home
last modified time | relevance | path

Searched refs:propname (Results 1 – 25 of 26) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
DcontrolFlowPropertyDeclarations.js10 for (var propname in HTMLDOMPropertyConfig.Properties) {
11 if (!HTMLDOMPropertyConfig.Properties.hasOwnProperty(propname)) {
15 var mapFrom = HTMLDOMPropertyConfig.DOMAttributeNames[propname] || propname.toLowerCase();
159 for (var propname in HTMLDOMPropertyConfig.Properties) {
160 if (!HTMLDOMPropertyConfig.Properties.hasOwnProperty(propname)) {
163 var mapFrom = HTMLDOMPropertyConfig.DOMAttributeNames[propname] || propname.toLowerCase();
DcontrolFlowPropertyDeclarations.types15 for (var propname in HTMLDOMPropertyConfig.Properties) {
16 >propname : string
21 if (!HTMLDOMPropertyConfig.Properties.hasOwnProperty(propname)) {
22 >!HTMLDOMPropertyConfig.Properties.hasOwnProperty(propname) : boolean
23 >HTMLDOMPropertyConfig.Properties.hasOwnProperty(propname) : any
29 >propname : string
34 var mapFrom = HTMLDOMPropertyConfig.DOMAttributeNames[propname] || propname.toLowerCase();
36 >HTMLDOMPropertyConfig.DOMAttributeNames[propname] || propname.toLowerCase() : any
37 >HTMLDOMPropertyConfig.DOMAttributeNames[propname] : any
41 >propname : string
[all …]
DcontrolFlowPropertyDeclarations.symbols13 for (var propname in HTMLDOMPropertyConfig.Properties) {
14 >propname : Symbol(propname, Decl(controlFlowPropertyDeclarations.ts, 8, 8))
17 if (!HTMLDOMPropertyConfig.Properties.hasOwnProperty(propname)) {
19 >propname : Symbol(propname, Decl(controlFlowPropertyDeclarations.ts, 8, 8))
24 var mapFrom = HTMLDOMPropertyConfig.DOMAttributeNames[propname] || propname.toLowerCase();
27 >propname : Symbol(propname, Decl(controlFlowPropertyDeclarations.ts, 8, 8))
28 >propname.toLowerCase : Symbol(String.toLowerCase, Decl(lib.es5.d.ts, --, --))
29 >propname : Symbol(propname, Decl(controlFlowPropertyDeclarations.ts, 8, 8))
/third_party/typescript/tests/cases/compiler/
DcontrolFlowPropertyDeclarations.ts9 for (var propname in HTMLDOMPropertyConfig.Properties) { variable
10 if (!HTMLDOMPropertyConfig.Properties.hasOwnProperty(propname)) {
14 var mapFrom = HTMLDOMPropertyConfig.DOMAttributeNames[propname] || propname.toLowerCase(); variable
/third_party/node/deps/npm/node_modules/jsprim/lib/
Djsprim.js540 var propname = error['property'];
552 if (propname === '')
553 propname = reason.substr(i, j - i);
555 propname = propname + '.' + reason.substr(i, j - i);
560 var rv = new mod_verror.VError('property "%s": %s', propname, reason);
/third_party/pulseaudio/src/pulsecore/
Drtkit.c65 static long long rtkit_get_int_property(DBusConnection *connection, const char* propname, long long… in rtkit_get_int_property() argument
89 DBUS_TYPE_STRING, &propname, in rtkit_get_int_property()
/third_party/node/deps/icu-small/source/common/
DBUILD260 name = "propname",
262 "propname.cpp",
620 ":propname",
954 ":propname",
/third_party/libsoup/tests/
Dtest-utils.c245 const char *propname; in soup_test_session_new() local
252 propname = va_arg (args, const char *); in soup_test_session_new()
253 session = (SoupSession *)g_object_new_valist (type, propname, args); in soup_test_session_new()
/third_party/icu/icu4c/source/test/depstest/
Ddependencies.txt322 propname unames
394 propname resourcebundle
416 group: propname
417 propname.o
643 uscript_props propname
927 uclean_i18n propname
/third_party/node/deps/icu-small/source/i18n/
DBUILD78 "//icu4c/source/common:propname",
/third_party/skia/third_party/externals/icu/source/common/
Dsources.txt50 propname.cpp
/third_party/icu/icu4c/source/common/
Dsources.txt50 propname.cpp
/third_party/weex-loader/deps/weex-styler/
DREADME.md52 * - jsonStyle{}: `classname.propname.value`-like object
/third_party/node/deps/cares/src/lib/
Dares_init.c1618 char propname[PROP_NAME_MAX]; in init_by_resolv_conf() local
1621 snprintf(propname, sizeof(propname), "%s%u", DNS_PROP_NAME_PREFIX, i); in init_by_resolv_conf()
1622 if (__system_property_get(propname, propvalue) < 1) { in init_by_resolv_conf()
/third_party/flutter/skia/third_party/externals/icu/source/common/
DMakefile.in103 patternprops.o uchar.o uprops.o ucase.o propname.o ubidi_props.o characterproperties.o \
/third_party/skia/third_party/icu/
Dicu.gni75 "$_src/common/propname.cpp",
76 "$_src/common/propname.h",
/third_party/flutter/skia/third_party/icu/
Dicu.gni74 "$_src/common/propname.cpp",
75 "$_src/common/propname.h",
/third_party/flutter/skia/third_party/externals/icu/
Dicu.gypi288 'source/common/propname.cpp',
DBUILD.gn703 "source/common/propname.cpp",
704 "source/common/propname.h",
/third_party/skia/third_party/externals/icu/
Dsources.gni607 "source/common/propname.cpp",
609 "source/common/propname.h",
Dicu.gypi306 'source/common/propname.cpp',
/third_party/icu/icu4c/source/
DBUILD.gn90 "//third_party/icu/icu4c/source/common/propname.cpp",
/third_party/icu/docs/userguide/
Dicudata.md853 …[source/common/propname.h](https://github.com/unicode-org/icu/blob/master/icu4c/source/common/prop…
938 * Binary format: pnames.icu: source/common/propname.h (ICU 4.6)
/third_party/icu/icu4c/
DBUILD.gn155 "//third_party/icu/icu4c/source/common/propname.cpp",
/third_party/flutter/build/icu/
DBUILD.gn196 "$flutter_root/skia/third_party/externals/icu/source/common/propname.cpp",

12