Home
last modified time | relevance | path

Searched refs:options_dict (Results 126 – 150 of 256) sorted by relevance

1234567891011

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/renderer/extensions/
H A Dextension_hooks_delegate.cc259 gin::Dictionary options_dict(script_context->isolate(), in HandleGetViews() local
264 if (!options_dict.Get("windowId", &v8_window_id) || in HandleGetViews()
265 !options_dict.Get("tabId", &v8_tab_id) || in HandleGetViews()
266 !options_dict.Get("type", &v8_view_type)) { in HandleGetViews()
/dports/print/ghostscript8-x11/ghostscript-8.71/lib/
H A DFAPIfontmap8 % /font_name options_dict ;
10 % where options_dict is a dictionary with the following entries :
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/Resource/Init/
H A DFAPIfontmap8 % /font_name options_dict ;
10 % where options_dict is a dictionary with the following entries :
/dports/chinese/opendesktop-fonts/opendesktop-fonts-1.4.2/
H A DFAPIcidfmap.zh_TW4 % /CIDfont_name options_dict ;
6 % where options_dict is a dictionary with the following entries :
H A DFAPIcidfmap.zh_CN4 % /CIDfont_name options_dict ;
6 % where options_dict is a dictionary with the following entries :
/dports/print/ghostscript9-base/ghostscript-9.06/Resource/Init/
H A DFAPIfontmap8 % /font_name options_dict ;
10 % where options_dict is a dictionary with the following entries :
/dports/print/ghostscript9-x11/ghostscript-9.06/Resource/Init/
H A DFAPIfontmap8 % /font_name options_dict ;
10 % where options_dict is a dictionary with the following entries :
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/Resource/Init/
H A DFAPIfontmap8 % /font_name options_dict ;
10 % where options_dict is a dictionary with the following entries :
/dports/print/ghostscript8-base/ghostscript-8.71/lib/
H A DFAPIfontmap8 % /font_name options_dict ;
10 % where options_dict is a dictionary with the following entries :
/dports/www/seahub/seahub-8.0.7-server/seahub/api2/endpoints/admin/
H A Doperation_logs.py88 options_dict = {'email': email, 'operation': operation}
91 page, per_page, total_count, options_dict)
/dports/x11/kitty/kitty-0.23.1/kittens/diff/options/
H A Dtypes.py73 def __init__(self, options_dict: typing.Optional[typing.Dict[str, typing.Any]] = None) -> None:
74 if options_dict is not None:
77 val = options_dict.get(key, null)
/dports/devel/py-keystoneauth1/keystoneauth1-4.4.0/keystoneauth1/loading/_plugins/identity/
H A Dv3.py324 options_dict = {o.name: o for o in options}
328 options_dict[opt.name] = opt
329 options = list(options_dict.values())
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/system/
H A Dauthorized_key.py375 options_dict = keydict() # ordered dict
384 options_dict[key] = value
386 options_dict[part] = None
388 return options_dict
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/ansible/posix/plugins/modules/
H A Dauthorized_key.py365 options_dict = keydict() # ordered dict
374 options_dict[key] = value
376 options_dict[part] = None
378 return options_dict
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/renderer/
H A Dmessaging_util.cc162 gin::Dictionary options_dict(isolate, v8_options); in ParseMessageOptions() local
165 bool success = options_dict.Get("name", &v8_channel_name); in ParseMessageOptions()
176 bool success = options_dict.Get("frameId", &v8_frame_id); in ParseMessageOptions()
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/renderer/
H A Dmessaging_util.cc168 gin::Dictionary options_dict(isolate, v8_options); in ParseMessageOptions() local
171 bool success = options_dict.Get("name", &v8_channel_name); in ParseMessageOptions()
182 bool success = options_dict.Get("frameId", &v8_frame_id); in ParseMessageOptions()
/dports/www/mitmproxy/mitmproxy-7.0.4/mitmproxy/tools/web/
H A Dmaster.py89 options_dict = optmanager.dump_dicts(options, updated)
93 data=options_dict
/dports/science/gramps/gramps-5.1.4/gramps/gui/plug/report/
H A D_bookdialog.py303 self.options_dict = {
473 opt_dict = item.option_class.handler.options_dict
474 orig_opt_dict = saved_item.option_class.handler.options_dict
594 opt_dict = option_class.handler.options_dict
859 options_dict = self.options.options_dict
865 if name in options_dict:
866 option.set_value(options_dict[name])
942 self.options.options_dict['bookname'] = self.book.get_name()
/dports/net-p2p/deluge-cli/deluge-2.0.3/deluge/plugins/Label/deluge_label/
H A Dcore.py272 def set_options(self, label_id, options_dict): argument
286 for key in options_dict:
290 self.labels[label_id].update(options_dict)
/dports/textproc/ibus-typing-booster/ibus-typing-booster-2.15.11/engine/
H A Demoji_picker.py879 options_dict = {}
900 options_dict)
901 options_dict = {}
902 if ('font' in options_dict
904 self._font = options_dict['font']
907 if ('fontsize' in options_dict
909 self._fontsize = options_dict['fontsize']
910 if ('fallback' in options_dict
912 self._fallback = options_dict['fallback']
918 options_dict = {
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gio-0.14.3/src/auto/
H A Dapplication_command_line.rs54 fn options_dict(&self) -> glib::VariantDict; in options_dict() method
132 fn options_dict(&self) -> glib::VariantDict { in options_dict() method
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/gio/src/auto/
H A Dapplication_command_line.rs54 fn options_dict(&self) -> glib::VariantDict; in options_dict() method
132 fn options_dict(&self) -> glib::VariantDict { in options_dict() method
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gio-0.14.8/src/auto/
H A Dapplication_command_line.rs54 fn options_dict(&self) -> glib::VariantDict; in options_dict() method
132 fn options_dict(&self) -> glib::VariantDict { in options_dict() method
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/gio-0.14.8/src/auto/
H A Dapplication_command_line.rs54 fn options_dict(&self) -> glib::VariantDict; in options_dict() method
132 fn options_dict(&self) -> glib::VariantDict { in options_dict() method
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/gio-0.14.0/src/auto/
H A Dapplication_command_line.rs54 fn options_dict(&self) -> glib::VariantDict; in options_dict() method
132 fn options_dict(&self) -> glib::VariantDict { in options_dict() method

1234567891011