Home
last modified time | relevance | path

Searched refs:_options (Results 1 – 25 of 70) sorted by relevance

123

/third_party/node/deps/npm/node_modules/agent-base/
Dpatch-core.js14 return function(_options, cb) { argument
16 if (typeof _options === 'string') {
17 options = url.parse(_options);
19 options = Object.assign({}, _options);
37 https.get = function (_url, _options, cb) { argument
39 if (typeof _url === 'string' && _options && typeof _options !== 'function') {
40 options = Object.assign({}, url.parse(_url), _options);
41 } else if (!_options && !cb) {
45 cb = _options;
/third_party/node/deps/npm/node_modules/socks/build/client/
Dsocksclient.js23 this._options = Object.assign({}, options);
206 …const timer = setTimeout(() => this.onEstablishedTimeout(), this._options.timeout || constants_1.D…
230 if (this._options.set_tcp_nodelay !== undefined &&
231 this._options.set_tcp_nodelay !== null) {
232 this._socket.setNoDelay(!!this._options.set_tcp_nodelay);
248 …ect.assign({}, this._options.socket_options), { host: this._options.proxy.host || this._options.pr…
266 if (this._options.proxy.type === 4) {
295 if (this._options.proxy.type === 4) {
314 if (this._options.proxy.type === 4) {
368 this.emit('error', new util_1.SocksClientError(err, this._options));
[all …]
/third_party/flutter/flutter/examples/flutter_gallery/lib/gallery/
Dapp.dart46 GalleryOptions _options;
64 _options = GalleryOptions(
82 if (_options.timeDilation != newOptions.timeDilation) {
97 _options = newOptions;
106 textScaleFactor: _options.textScaleFactor.scale,
119 options: _options,
137 theme: kLightGalleryTheme.copyWith(platform: _options.platform),
138 darkTheme: kDarkGalleryTheme.copyWith(platform: _options.platform),
139 themeMode: _options.themeMode,
142 showPerformanceOverlay: _options.showPerformanceOverlay,
[all …]
/third_party/node/deps/npm/node_modules/socks-proxy-agent/node_modules/agent-base/
Dpatch-core.js12 return function(_options, cb) { argument
14 if (typeof _options === 'string') {
15 options = url.parse(_options);
17 options = Object.assign({}, _options);
/third_party/jsframework/runtime/main/page/
DPage.ts50 private _options: Options; property in Page
65 this._options = options || null;
69 this._doc = new Document(id, this._options.bundleUrl);
111 return this._options;
115 this._options = options;
/third_party/node/lib/internal/streams/
Dlazy_transform.js21 this._options = options;
28 stream.Transform.call(this, this._options);
31 if (!this._options || !this._options.defaultEncoding) {
/third_party/node/deps/npm/node_modules/promise-retry/node_modules/retry/lib/
Dretry_operation.js8 this._options = options || {};
16 if (this._options.forever) {
63 if (this._options.unref) {
71 if (this._options.unref) {
/third_party/node/deps/npm/node_modules/retry/lib/
Dretry_operation.js9 this._options = options || {};
19 if (this._options.forever) {
76 if (self._options.unref) {
84 if (this._options.unref) {
/third_party/python/Lib/xml/dom/
Dxmlbuilder.py58 self._options = Options()
85 setattr(self._options, name, value)
90 return hasattr(self._options, _name_xform(name))
165 return getattr(self._options, xname)
168 options = self._options
188 options = copy.copy(self._options)
Dexpatbuilder.py140 self._options = options
141 if self._options.filter is not None:
142 self._filter = FilterVisibilityController(self._options.filter)
181 if self._options.entities:
184 if self._options.comments:
186 if self._options.cdata_sections:
262 if self._options.comments:
310 if not self._options.entities:
409 if (self._options.whitespace_in_element_content
728 if self._options.namespace_declarations:
/third_party/python/Lib/tkinter/
Dtix.py128 return self.tk.call(('tix', 'configure') + self._options(cnf))
236 self.tk.call('tixForm', self._w, *self._options(cnf, kw))
486 *self._options(cnf,kw) )
491 def _options(self, cnf, kw): member in DisplayStyle
509 self.stylename, 'configure', *self._options(cnf,kw))
541 self.tk.call(self._w, 'bind', widget._w, *self._options(cnf, kw))
557 btn = self.tk.call(self._w, 'add', name, *self._options(cnf, kw))
869 return self.tk.call(self._w, 'add', entry, *self._options(cnf, kw))
875 self._w, 'addchild', parent, *self._options(cnf, kw))
915 self.tk.call(self._w, 'header', 'create', col, *self._options(cnf, kw))
[all …]
D__init__.py901 return self.tk.call(('clipboard', 'get') + self._options(kw))
904 return self.tk.call(('clipboard', 'get') + self._options(kw))
912 self.tk.call(('clipboard', 'clear') + self._options(kw))
921 self.tk.call(('clipboard', 'append') + self._options(kw)
989 self.tk.call(('selection', 'clear') + self._options(kw))
1004 return self.tk.call(('selection', 'get') + self._options(kw))
1007 return self.tk.call(('selection', 'get') + self._options(kw))
1022 self.tk.call(('selection', 'handle') + self._options(kw)
1031 self._options(kw) + (self._w,))
1041 name = self.tk.call(('selection', 'own') + self._options(kw))
[all …]
Dcommondialog.py45 s = master.tk.call(self.command, *master._options(self.options))
/third_party/grpc/src/objective-c/examples/watchOS-sample/WatchKit-Extension/
DInterfaceController.m35 GRPCCallOptions *_options;
45 _options = options;
48 callOptions:_options];
/third_party/grpc/src/objective-c/examples/tvOS-sample/tvOS-sample/
DViewController.m36 GRPCCallOptions *_options;
44 _options = options;
47 callOptions:_options];
/third_party/typescript/src/testRunner/parallel/
Dhost.ts77 public readonly _options: Readonly<ProgressBarsOptions>;
89 this._options = {
118 const width = this._options.width;
130 progress += this._color("progress", this._options.open);
131 progress += this._color(color, fill(this._options.complete, n));
132 progress += this._color("progress", fill(this._options.incomplete, i));
133 progress += this._color("progress", this._options.close);
169 return type && !this._options.noColors ? color(type, text) : text;
244 const progressUpdateInterval = 1 / progressBars._options.width;
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_fragcoord_wtrans.c36 lower_fragcoord_wtrans_filter(const nir_instr *instr, UNUSED const void *_options) in lower_fragcoord_wtrans_filter() argument
57 UNUSED void *_options) in lower_fragcoord_wtrans_impl() argument
Dnir_lower_printf.c31 lower_printf_instr(nir_builder *b, nir_instr *instr, void *_options) in lower_printf_instr() argument
33 const nir_lower_printf_options *options = _options; in lower_printf_instr()
/third_party/grpc/src/objective-c/examples/InterceptorSample/InterceptorSample/
DViewController.m40 GRPCCallOptions *_options;
50 _options = options;
65 callOptions:_options];
/third_party/protobuf/python/google/protobuf/
Ddescriptor.py139 self._options = options
152 self._options = options
164 if self._options:
165 return self._options
177 self._options = options_class()
179 self._options = _ParseOptions(options_class(),
182 return self._options
/third_party/libwebsockets/test-apps/
Dlws-common.js63 function lws_gray_out(vis, _options) { argument
65 var options = _options || {};
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-demos/mount-origin/
Dlws-common.js63 function lws_gray_out(vis, _options) { argument
65 var options = _options || {};
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_nir_legalize_image_load_store.cpp35 r600_legalize_image_load_store_impl(nir_builder *b, nir_instr *instr, void *_options) in r600_legalize_image_load_store_impl() argument
146 r600_legalize_image_load_store_filter(const nir_instr *instr, const void *_options) in r600_legalize_image_load_store_filter() argument
/third_party/protobuf/cmake/
Dprotobuf-config.cmake.in13 set(_options APPEND_PATH) variable
20 cmake_parse_arguments(protobuf_generate "${_options}" "${_singleargs}" "${_multiargs}" "${ARGN}")
/third_party/ffmpeg/libavfilter/
Df_sidedata.c48 static const AVOption filt_name##_options[] = { \
79 static const AVOption filt_name##_options[] = { \

123