Home
last modified time | relevance | path

Searched defs:defaults (Results 1 – 25 of 88) sorted by relevance

1234

/third_party/typescript/tests/baselines/reference/
DasiInES6Classes.js6 defaults = { field in Foo
28 this.defaults = { property in Foo.Foo
/third_party/decimal.js/test/modules/
Dclone.js116 defaults: true property
125 D1 = Decimal.clone({ defaults: true }); property
133 D2 = Decimal.clone({ defaults: true, rounding: 5 }); property
140 D3 = Decimal.clone({ defaults: false }); property
/third_party/pulseaudio/src/tests/
Dladspa-dbus.py76 def print_arguments(arguments, defaults): argument
84 sinkname, arguments, defaults = parse_arguments(sys.argv) variable
/third_party/node/deps/npm/node_modules/make-fetch-happen/lib/
Dindex.js13 makeFetchHappen.defaults = (defaultUrl, defaultOptions = {}, wrappedFetch = makeFetchHappen) => { function
32 defaultedFetch.defaults = (defaultUrl1, defaultOptions1 = {}) => function
/third_party/node/deps/npm/node_modules/@npmcli/config/lib/definitions/
Dindex.js32 }, { shorthands: {}, defaults: {} }) property
62 defaults: definitionProps.defaults, property
/third_party/typescript/tests/cases/compiler/
DasiInES6Classes.ts5 defaults = { property in Foo
/third_party/node/deps/npm/node_modules/diff/lib/util/
Dparams.js10 function generateOptions(options, defaults) { argument
/third_party/node/deps/npm/node_modules/defaults/
Dindex.js3 module.exports = function(options, defaults) { argument
Dtest.js1 var defaults = require('./'), variable
/third_party/ffmpeg/libavcodec/
Dnvenc_hevc.c183 static const FFCodecDefault defaults[] = { variable
Dnvenc_h264.c202 static const FFCodecDefault defaults[] = { variable
Damfenc_h264.c362 static const FFCodecDefault defaults[] = { variable
Damfenc_hevc.c296 static const FFCodecDefault defaults[] = { variable
/third_party/node/deps/npm/node_modules/gauge/lib/
Dtheme-set.js51 this.defaults[platform] = { true: {}, false: {} } property
120 defaults: JSON.parse(JSON.stringify(this.defaults || {})), property
/third_party/skia/third_party/externals/libpng/projects/owatcom/
Dpngconfig.mak102 defaults: .symbolic target
/third_party/python/Objects/clinic/
Dfuncobject.c.h39 PyObject *defaults = Py_None; in func_new() local
/third_party/node/deps/npm/node_modules/wcwidth/
Dindex.js3 var defaults = require('defaults') variable
Dpackage.json11 "defaults": "^1.0.3" string
/third_party/node/deps/npm/node_modules/cssesc/
Dcssesc.js6 var merge = function merge(options, defaults) { argument
/third_party/decimal.js/
Ddecimal.d.ts51 defaults?: boolean; property
/third_party/node/lib/internal/crypto/
Dscrypt.js34 const defaults = { variable
/third_party/vixl/test/
Dtest-code-buffer.cc67 TEST(defaults) { in TEST() argument
/third_party/node/deps/npm/node_modules/cli-columns/
Dindex.js7 const defaults = { variable
/third_party/icu/tools/unicodetools/com/ibm/rbm/
DPreferences.java153 Properties defaults = new Properties(); in init() local
/third_party/python/Lib/
Dconfigparser.py364 def before_get(self, parser, section, option, value, defaults): argument
394 def before_get(self, parser, section, option, value, defaults): argument
455 def before_get(self, parser, section, option, value, defaults): argument
611 def __init__(self, defaults=None, dict_type=_default_dict, argument
656 def defaults(self): member in RawConfigParser
1146 def _read_defaults(self, defaults): argument
1229 def _read_defaults(self, defaults): argument

1234