Home
last modified time | relevance | path

Searched refs:hint_name (Results 1 – 25 of 72) sorted by relevance

123

/dports/x11/zenity/zenity-3.32.0/src/
H A Dnotification.c110 gchar *hint_name; in zenity_notification_set_hint() local
118 hint_name = (gchar *) key; in zenity_notification_set_hint()
123 (g_ascii_strcasecmp ("resident", hint_name) == 0) || in zenity_notification_set_hint()
125 (g_ascii_strcasecmp ("transient", hint_name) == 0)) { in zenity_notification_set_hint()
139 (g_ascii_strcasecmp ("image-path", hint_name) == 0) || in zenity_notification_set_hint()
140 (g_ascii_strcasecmp ("image_path", hint_name) == 0) || in zenity_notification_set_hint()
141 (g_ascii_strcasecmp ("sound-file", hint_name) == 0) || in zenity_notification_set_hint()
142 (g_ascii_strcasecmp ("sound-name", hint_name) == 0)) { in zenity_notification_set_hint()
146 (g_ascii_strcasecmp ("image_data", hint_name) == 0) || in zenity_notification_set_hint()
147 (g_ascii_strcasecmp ("icon-data", hint_name) == 0)) { in zenity_notification_set_hint()
[all …]
/dports/security/py-pyspnego/pyspnego-0.3.1/src/spnego/
H A D_spnego.py314 hint_name: typing.Optional[bytes] = None,
321 self.hint_name = hint_name
346 (0, self.hint_name, pack_asn1_general_string),
381 hint_name = hint_address = mech_list_mic = None
395hint_name = get_sequence_value(neg_hints, 0, 'NegHints', 'hintName', unpack_asn1_general_string)
405 … return NegTokenInit(mech_types, req_flags, mech_token, hint_name, hint_address, mech_list_mic)
H A D__main__.py306 if data.hint_name or data.hint_address:
309 'hintName': data.hint_name.decode(encoding) if data.hint_name else None,
/dports/security/py-pyspnego/pyspnego-0.3.1/tests/
H A Dtest_spnego.py91 assert actual.hint_name is None
109 assert actual.hint_name == b'not_defined_in_RFC4178@please_ignore'
185 assert token.hint_name is None
192 mech_token=b"\x00\x00\x00\x00", hint_name=b"spn",
210 assert token.hint_name == b"spn"
/dports/graphics/rawstudio/rawstudio-2.0/plugins/load-rawspeed/rawspeed/
H A DCamera.cpp264 string hint_name, hint_value; in parseHint() local
267 hint_name = string((const char*)key); in parseHint()
275 …ThrowCME("CameraMetadata: Could not find value for hint %s for %s %s camera.", hint_name.c_str(), … in parseHint()
277 hints.insert(make_pair(hint_name, hint_value)); in parseHint()
/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/bin/
H A De_comp_wl_extensions_tizen.c266 const char *hint_name; in _tzpol_iface_cb_supported_aux_hints_get() local
276 EINA_LIST_FOREACH(hints_list, l, hint_name) in _tzpol_iface_cb_supported_aux_hints_get()
278 len = strlen(hint_name) + 1; in _tzpol_iface_cb_supported_aux_hints_get()
283 strncpy(p, hint_name, len); in _tzpol_iface_cb_supported_aux_hints_get()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dopt_hints.cc139 const char* hint_name= opt_hint_info[type].hint_name; in append_hint_type() local
142 str->append(hint_name); in append_hint_type()
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dopt_hints.cc139 const char* hint_name= opt_hint_info[type].hint_name; in append_hint_type() local
142 str->append(hint_name); in append_hint_type()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dopt_hints.cc139 const char* hint_name= opt_hint_info[type].hint_name; in append_hint_type() local
142 str->append(hint_name); in append_hint_type()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dopt_hints.cc139 const char* hint_name= opt_hint_info[type].hint_name; in append_hint_type() local
142 str->append(hint_name); in append_hint_type()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dopt_hints.cc139 const char* hint_name= opt_hint_info[type].hint_name; in append_hint_type() local
142 str->append(hint_name); in append_hint_type()
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dopt_hints.cc139 const char* hint_name= opt_hint_info[type].hint_name; in append_hint_type() local
142 str->append(hint_name); in append_hint_type()
/dports/devel/libnotify/libnotify-0.7.9/libnotify/
H A Dnotification.c813 const char *hint_name; in notify_notification_set_image_from_pixbuf() local
818 hint_name = "image-data"; in notify_notification_set_image_from_pixbuf()
820 hint_name = "image_data"; in notify_notification_set_image_from_pixbuf()
822 hint_name = "icon_data"; in notify_notification_set_image_from_pixbuf()
826 notify_notification_set_hint (notification, hint_name, NULL); in notify_notification_set_image_from_pixbuf()
855 notify_notification_set_hint (notification, hint_name, value); in notify_notification_set_image_from_pixbuf()
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/object-0.27.1/src/read/pe/
H A Dimport.rs70 let (hint, name) = self.hint_name(thunk.address())?; in import()
80 pub fn hint_name(&self, address: u32) -> Result<(u16, &'data [u8])> { in hint_name() method
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/object-0.27.1/src/read/pe/
H A Dimport.rs70 let (hint, name) = self.hint_name(thunk.address())?; in import()
80 pub fn hint_name(&self, address: u32) -> Result<(u16, &'data [u8])> { in hint_name() method
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/object-0.27.1/src/read/pe/
H A Dimport.rs70 let (hint, name) = self.hint_name(thunk.address())?; in import()
80 pub fn hint_name(&self, address: u32) -> Result<(u16, &'data [u8])> { in hint_name() method
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/object-0.28.1/src/read/pe/
H A Dimport.rs70 let (hint, name) = self.hint_name(thunk.address())?; in import()
80 pub fn hint_name(&self, address: u32) -> Result<(u16, &'data [u8])> { in hint_name() method
/dports/databases/redisjson/RedisJSON-2.0.6/cargo-crates/object-0.27.1/src/read/pe/
H A Dimport.rs70 let (hint, name) = self.hint_name(thunk.address())?; in import()
80 pub fn hint_name(&self, address: u32) -> Result<(u16, &'data [u8])> { in hint_name() method
/dports/converters/yj-bruceadams/yj-1.1.34/cargo-crates/object-0.27.1/src/read/pe/
H A Dimport.rs70 let (hint, name) = self.hint_name(thunk.address())?; in import()
80 pub fn hint_name(&self, address: u32) -> Result<(u16, &'data [u8])> { in hint_name() method
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/object-0.27.1/src/read/pe/
H A Dimport.rs70 let (hint, name) = self.hint_name(thunk.address())?; in import()
80 pub fn hint_name(&self, address: u32) -> Result<(u16, &'data [u8])> { in hint_name() method
/dports/lang/rust/rustc-1.58.1-src/vendor/object/src/read/pe/
H A Dimport.rs70 let (hint, name) = self.hint_name(thunk.address())?; in import()
80 pub fn hint_name(&self, address: u32) -> Result<(u16, &'data [u8])> { in hint_name() method
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/object-0.27.1/src/read/pe/
H A Dimport.rs70 let (hint, name) = self.hint_name(thunk.address())?; in import()
80 pub fn hint_name(&self, address: u32) -> Result<(u16, &'data [u8])> { in hint_name() method
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dopt_hints.cc159 const char *hint_name = opt_hint_info[type].hint_name; in append_hint_type() local
161 str->append(hint_name); in append_hint_type()
280 str->append(opt_hint_info[hint->type()].hint_name); in print_irregular_hints()
300 hint_type_str.append(opt_hint_info[type].hint_name); in print_join_order_warn()
/dports/deskutils/notification-daemon/notification-daemon-3.20.0/src/
H A Dnd-notification.c250 const gchar *hint_name) in hint_to_boolean() argument
256 value = g_hash_table_lookup (notification->hints, hint_name); in hint_to_boolean()
/dports/devel/godot-tools/godot-3.2.3-stable/main/tests/
H A Dtest_shader_lang.cpp121 static const char *hint_name[SL::ShaderNode::Uniform::HINT_MAX] = { in dump_node_code() local
132 ucode += " : " + String(hint_name[E->get().hint]); in dump_node_code()

123