Home
last modified time | relevance | path

Searched refs:not_html (Results 1 – 5 of 5) sorted by relevance

/dports/textproc/mdbook/mdBook-0.4.13/cargo-crates/select-0.5.0/tests/
H A Dpredicate_tests.rs167 let not_html: Box<Predicate> = Box::new(Not(Name("html"))); localVariable
168 assert_eq!(not_html.matches(&html), false);
169 assert_eq!(not_html.matches(&head), true);
170 assert_eq!(not_html.matches(&article), true);
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/select-0.5.0/tests/
H A Dpredicate_tests.rs167 let not_html: Box<Predicate> = Box::new(Not(Name("html"))); localVariable
168 assert_eq!(not_html.matches(&html), false);
169 assert_eq!(not_html.matches(&head), true);
170 assert_eq!(not_html.matches(&article), true);
/dports/astro/gpsbabel/gpsbabel-gpsbabel_1_7_0/
H A Dutil.cc1499 int not_html; member
1595 if (is_html && ep->not_html) { in entitize()
/dports/astro/gpsbabel14/gpsbabel-1.4.4/
H A Dutil.c1692 int not_html; member
1787 if (is_html && ep->not_html) { in entitize()
/dports/www/retawq/retawq-0.2.6c/
H A Dwk.c382 goto not_html; in wk_browser_build_document_info()
485 not_html: {} in wk_browser_build_document_info()