Home
last modified time | relevance | path

Searched refs:is_href (Results 1 – 12 of 12) sorted by relevance

/dports/graphics/librsvg2-rust/librsvg-2.52.8/src/
H A Dimage.rs11 use crate::href::{is_href, set_href};
40 ref a if is_href(a) || *a == expanded_name!("", "path") => { in set_attributes()
H A Dhref.rs36 pub fn is_href(name: &ExpandedName<'_>) -> bool { in is_href() function
H A Dlib.rs238 pub use crate::href::is_href;
H A Dstructure.rs12 use crate::href::{is_href, set_href};
322 ref a if is_href(a) => set_href( in set_attributes()
525 ref a if is_href(a) => set_href(a, &mut self.link, value.to_owned()), in set_attributes()
H A Dpattern.rs12 use crate::href::{is_href, set_href};
142 ref a if is_href(a) => { in set_attributes()
H A Dgradient.rs14 use crate::href::{is_href, set_href};
544 ref a if is_href(a) => { in set_attributes()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/src/filters/
H A Dimage.rs7 use crate::href::{is_href, set_href};
128 ref a if is_href(a) || *a == expanded_name!("", "path") => { in set_attributes()
/dports/editors/abiword/abiword-3.0.5/src/wp/impexp/xp/
H A Die_imp_AbiWord_1.cpp1438 bool is_href = false; in _handleImage() local
1448 is_href = true; in _handleImage()
1460 if (is_href && is_data) return false; // huh? in _handleImage()
1469 if (is_href && (*old_id != '#')) in _handleImage()
1499 if (is_href && (*old_id != '#')) in _handleImage()
/dports/net-im/libpurple/pidgin-2.14.8/libpurple/protocols/zephyr/
H A Dzephyr.c129 gboolean is_href; member
387 frames->is_href = FALSE; in html_to_zephyr()
401 if (popped->is_href) { in html_to_zephyr()
450 new_f->is_href = FALSE; in html_to_zephyr()
462 new_f->is_href = FALSE; in html_to_zephyr()
478 new_f->is_href = FALSE; in html_to_zephyr()
488 new_f->is_href = TRUE; in html_to_zephyr()
498 new_f->is_href = FALSE; in html_to_zephyr()
514 new_f->is_href = FALSE; in html_to_zephyr()
527 new_f->is_href = FALSE; in html_to_zephyr()
/dports/net-im/pidgin/pidgin-2.14.8/libpurple/protocols/zephyr/
H A Dzephyr.c129 gboolean is_href; member
387 frames->is_href = FALSE; in html_to_zephyr()
401 if (popped->is_href) { in html_to_zephyr()
450 new_f->is_href = FALSE; in html_to_zephyr()
462 new_f->is_href = FALSE; in html_to_zephyr()
478 new_f->is_href = FALSE; in html_to_zephyr()
488 new_f->is_href = TRUE; in html_to_zephyr()
498 new_f->is_href = FALSE; in html_to_zephyr()
514 new_f->is_href = FALSE; in html_to_zephyr()
527 new_f->is_href = FALSE; in html_to_zephyr()
/dports/net-im/finch/pidgin-2.14.8/libpurple/protocols/zephyr/
H A Dzephyr.c129 gboolean is_href; member
387 frames->is_href = FALSE; in html_to_zephyr()
401 if (popped->is_href) { in html_to_zephyr()
450 new_f->is_href = FALSE; in html_to_zephyr()
462 new_f->is_href = FALSE; in html_to_zephyr()
478 new_f->is_href = FALSE; in html_to_zephyr()
488 new_f->is_href = TRUE; in html_to_zephyr()
498 new_f->is_href = FALSE; in html_to_zephyr()
514 new_f->is_href = FALSE; in html_to_zephyr()
527 new_f->is_href = FALSE; in html_to_zephyr()
/dports/net/p5-SOAP-Lite/SOAP-Lite-1.27/lib/SOAP/
H A DLite.pm1078 sub is_href { subroutine
1526 if $self->is_href($id, delete($attrs->{_id}));