Home
last modified time | relevance | path

Searched refs:attr_change (Results 1 – 25 of 65) sorted by relevance

123

/dports/x11-toolkits/vte3/vte-0.64.2/src/
H A Dring.cc324 CellAttrChange attr_change; in freeze_row() local
329 memset(&attr_change, 0, sizeof (attr_change)); in freeze_row()
334 _vte_stream_append (m_attr_stream, (char const* ) &attr_change, sizeof (attr_change)); in freeze_row()
353 memset(&attr_change, 0, sizeof (attr_change)); in freeze_row()
358 _vte_stream_append (m_attr_stream, (char const* ) &attr_change, sizeof (attr_change)); in freeze_row()
400 CellAttrChange attr_change; in thaw_row() local
418 attr_change.text_end_offset = 0; in thaw_row()
1162 CellAttrChange attr_change; in rewrap() local
1206 if (!_vte_stream_read(m_attr_stream, attr_offset, (char *) &attr_change, sizeof (attr_change))) { in rewrap()
1254 attr_offset += sizeof (attr_change) + attr_change.attr.hyperlink_length + 2; in rewrap()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/arch/gtk3/novte/
H A Dring.cc365 memset(&attr_change, 0, sizeof (attr_change)); in _vte_ring_freeze_row()
370 … _vte_stream_append (ring->attr_stream, (const char *) &attr_change, sizeof (attr_change)); in _vte_ring_freeze_row()
390 memset(&attr_change, 0, sizeof (attr_change)); in _vte_ring_freeze_row()
395 … _vte_stream_append (ring->attr_stream, (const char *) &attr_change, sizeof (attr_change)); in _vte_ring_freeze_row()
436 VteCellAttrChange attr_change; in _vte_ring_thaw_row() local
454 attr_change.text_end_offset = 0; in _vte_ring_thaw_row()
572 …am_truncate_at - 2 - hyperlink_length - sizeof (attr_change), (char *) &attr_change, sizeof (attr_… in _vte_ring_thaw_row()
1188 VteCellAttrChange attr_change; in _vte_ring_rewrap() local
1237 … (!_vte_stream_read(ring->attr_stream, attr_offset, (char *) &attr_change, sizeof (attr_change))) { in _vte_ring_rewrap()
1290 attr_offset += sizeof (attr_change) + attr_change.attr.hyperlink_length + 2; in _vte_ring_rewrap()
[all …]
/dports/emulators/vice/vice-3.5/src/arch/gtk3/novte/
H A Dring.cc365 memset(&attr_change, 0, sizeof (attr_change)); in _vte_ring_freeze_row()
370 … _vte_stream_append (ring->attr_stream, (const char *) &attr_change, sizeof (attr_change)); in _vte_ring_freeze_row()
390 memset(&attr_change, 0, sizeof (attr_change)); in _vte_ring_freeze_row()
395 … _vte_stream_append (ring->attr_stream, (const char *) &attr_change, sizeof (attr_change)); in _vte_ring_freeze_row()
436 VteCellAttrChange attr_change; in _vte_ring_thaw_row() local
454 attr_change.text_end_offset = 0; in _vte_ring_thaw_row()
572 …am_truncate_at - 2 - hyperlink_length - sizeof (attr_change), (char *) &attr_change, sizeof (attr_… in _vte_ring_thaw_row()
1188 VteCellAttrChange attr_change; in _vte_ring_rewrap() local
1237 … (!_vte_stream_read(ring->attr_stream, attr_offset, (char *) &attr_change, sizeof (attr_change))) { in _vte_ring_rewrap()
1290 attr_offset += sizeof (attr_change) + attr_change.attr.hyperlink_length + 2; in _vte_ring_rewrap()
[all …]
/dports/x11-toolkits/gnome-pty-helper/vte-0.40.2/src/
H A Dring.c168 VteCellAttrChange attr_change; in _vte_ring_freeze_row() local
172 memset(&attr_change, 0, sizeof (attr_change)); in _vte_ring_freeze_row()
175 _vte_stream_append (ring->attr_stream, (const char *) &attr_change, sizeof (attr_change)); in _vte_ring_freeze_row()
187 memset(&attr_change, 0, sizeof (attr_change)); in _vte_ring_freeze_row()
190 _vte_stream_append (ring->attr_stream, (const char *) &attr_change, sizeof (attr_change)); in _vte_ring_freeze_row()
211 VteCellAttrChange attr_change; in _vte_ring_thaw_row() local
222 attr_change.text_end_offset = 0; in _vte_ring_thaw_row()
255 attr = attr_change.attr; in _vte_ring_thaw_row()
291 …>attr_stream, attr_stream_truncate_at - sizeof (attr_change), (char *) &attr_change, sizeof (attr_… in _vte_ring_thaw_row()
301 …>attr_stream, attr_stream_truncate_at - sizeof (attr_change), (char *) &attr_change, sizeof (attr_… in _vte_ring_thaw_row()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/events/
H A Dmutation_event.cc38 uint16_t attr_change) in MutationEvent() argument
44 attr_change_(attr_change) {} in MutationEvent()
55 uint16_t attr_change) { in initMutationEvent() argument
65 attr_change_ = attr_change; in initMutationEvent()
H A Dmutation_event.h50 uint16_t attr_change = 0) {
53 attr_name, attr_change);
64 uint16_t attr_change);
73 uint16_t attr_change);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/events/
H A Dmutation_event.cc38 uint16_t attr_change) in MutationEvent() argument
44 attr_change_(attr_change) {} in MutationEvent()
55 uint16_t attr_change) { in initMutationEvent() argument
65 attr_change_ = attr_change; in initMutationEvent()
H A Dmutation_event.h50 uint16_t attr_change = 0) {
53 attr_name, attr_change);
64 uint16_t attr_change);
73 uint16_t attr_change);
/dports/mail/dovecot/dovecot-2.3.17/src/doveadm/dsync/
H A Ddsync-mailbox-export.c600 struct dsync_mailbox_attribute *attr_change; in dsync_mailbox_export_iter_next_attr() local
615 attr_change = hash_table_lookup(attr_changes, &lookup_attr); in dsync_mailbox_export_iter_next_attr()
616 if (attr_change == NULL && !export_all_attrs) in dsync_mailbox_export_iter_next_attr()
636 (attr_change == NULL || !attr_change->deleted)) { in dsync_mailbox_export_iter_next_attr()
641 if (attr_change != NULL && attr_change->exported) { in dsync_mailbox_export_iter_next_attr()
654 if (attr_change != NULL) { in dsync_mailbox_export_iter_next_attr()
655 attr_change->exported = TRUE; in dsync_mailbox_export_iter_next_attr()
656 attr->key = attr_change->key; in dsync_mailbox_export_iter_next_attr()
657 attr->deleted = attr_change->deleted && in dsync_mailbox_export_iter_next_attr()
659 attr->modseq = attr_change->modseq; in dsync_mailbox_export_iter_next_attr()
H A Ddsync-transaction-log-scan.c310 const char *attr_change, uint64_t modseq) in log_add_attribute_update_key() argument
314 i_assert(strlen(attr_change) > 2); /* checked by lib-index */ in log_add_attribute_update_key()
316 lookup_attr.type = attr_change[1] == 'p' ? in log_add_attribute_update_key()
318 lookup_attr.key = attr_change+2; in log_add_attribute_update_key()
327 attr->deleted = attr_change[0] == '-'; in log_add_attribute_update_key()
/dports/x11-toolkits/vte/vte-0.28.2/src/
H A Dring.c180 VteCellAttrChange attr_change; in _vte_ring_thaw_row() local
189 attr_change.text_offset = 0; in _vte_ring_thaw_row()
217 if (record.text_offset >= attr_change.text_offset) { in _vte_ring_thaw_row()
218 …e_stream_read (ring->attr_stream, record.attr_offset, (char *) &attr_change, sizeof (attr_change))) in _vte_ring_thaw_row()
220 record.attr_offset += sizeof (attr_change); in _vte_ring_thaw_row()
222 attr = attr_change.attr; in _vte_ring_thaw_row()
/dports/www/p5-HTML-StripScripts/HTML-StripScripts-1.06/t/
H A D62rules_callbacks.t33 attr_change => '<p align="left">Normal<b>Bold</b></p>',
88 sub attr_change {
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_MutationEvent.rs49 pub fn attr_change(this: &MutationEvent) -> u16; in attr_change() function
158 attr_change: u16, in init_mutation_event_with_can_bubble_and_cancelable_and_related_node_and_prev_value_and_new_value_and_attr_name_and_attr_change()
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_MutationEvent.rs49 pub fn attr_change(this: &MutationEvent) -> u16; in attr_change() function
158 attr_change: u16, in init_mutation_event_with_can_bubble_and_cancelable_and_related_node_and_prev_value_and_new_value_and_attr_name_and_attr_change()
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_MutationEvent.rs49 pub fn attr_change(this: &MutationEvent) -> u16; in attr_change() function
158 attr_change: u16, in init_mutation_event_with_can_bubble_and_cancelable_and_related_node_and_prev_value_and_new_value_and_attr_name_and_attr_change()
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_MutationEvent.rs49 pub fn attr_change(this: &MutationEvent) -> u16; in attr_change() function
158 attr_change: u16, in init_mutation_event_with_can_bubble_and_cancelable_and_related_node_and_prev_value_and_new_value_and_attr_name_and_attr_change()
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/web-sys-0.3.51/src/features/
H A Dgen_MutationEvent.rs49 pub fn attr_change(this: &MutationEvent) -> u16; in attr_change() function
158 attr_change: u16, in init_mutation_event_with_can_bubble_and_cancelable_and_related_node_and_prev_value_and_new_value_and_attr_name_and_attr_change()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/web-sys-0.3.53/src/features/
H A Dgen_MutationEvent.rs49 pub fn attr_change(this: &MutationEvent) -> u16; in attr_change() function
158 attr_change: u16, in init_mutation_event_with_can_bubble_and_cancelable_and_related_node_and_prev_value_and_new_value_and_attr_name_and_attr_change()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/web-sys-0.3.46/src/features/
H A Dgen_MutationEvent.rs49 pub fn attr_change(this: &MutationEvent) -> u16; in attr_change() function
158 attr_change: u16, in init_mutation_event_with_can_bubble_and_cancelable_and_related_node_and_prev_value_and_new_value_and_attr_name_and_attr_change()
/dports/net/routinator/routinator-0.10.2/cargo-crates/web-sys-0.3.51/src/features/
H A Dgen_MutationEvent.rs49 pub fn attr_change(this: &MutationEvent) -> u16; in attr_change() function
158 attr_change: u16, in init_mutation_event_with_can_bubble_and_cancelable_and_related_node_and_prev_value_and_new_value_and_attr_name_and_attr_change()
/dports/games/genact/genact-0.10.0/cargo-crates/web-sys-0.3.44/src/features/
H A Dgen_MutationEvent.rs49 pub fn attr_change(this: &MutationEvent) -> u16; in attr_change() function
158 attr_change: u16, in init_mutation_event_with_can_bubble_and_cancelable_and_related_node_and_prev_value_and_new_value_and_attr_name_and_attr_change()
/dports/lang/gleam/gleam-0.18.2/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_MutationEvent.rs49 pub fn attr_change(this: &MutationEvent) -> u16; in attr_change() function
158 attr_change: u16, in init_mutation_event_with_can_bubble_and_cancelable_and_related_node_and_prev_value_and_new_value_and_attr_name_and_attr_change()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_MutationEvent.rs49 pub fn attr_change(this: &MutationEvent) -> u16; in attr_change() function
158 attr_change: u16, in init_mutation_event_with_can_bubble_and_cancelable_and_related_node_and_prev_value_and_new_value_and_attr_name_and_attr_change()
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/web-sys-0.3.47/src/features/
H A Dgen_MutationEvent.rs49 pub fn attr_change(this: &MutationEvent) -> u16; in attr_change() function
158 attr_change: u16, in init_mutation_event_with_can_bubble_and_cancelable_and_related_node_and_prev_value_and_new_value_and_attr_name_and_attr_change()
/dports/net-im/fractal/fractal-4.4.0/vendor/web-sys/src/features/
H A Dgen_MutationEvent.rs49 pub fn attr_change(this: &MutationEvent) -> u16; in attr_change() function
158 attr_change: u16, in init_mutation_event_with_can_bubble_and_cancelable_and_related_node_and_prev_value_and_new_value_and_attr_name_and_attr_change()

123