Home
last modified time | relevance | path

Searched refs:entry_ends_with (Results 1 – 3 of 3) sorted by relevance

/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/mdbook-0.4.13/tests/
H A Drendered_output.rs226 .filter_entry(|entry| entry_ends_with(entry, ".md")) in chapter_files_were_rendered_to_html()
244 fn entry_ends_with(entry: &DirEntry, ending: &str) -> bool { in entry_ends_with() function
/dports/textproc/mdbook/mdBook-0.4.13/tests/
H A Drendered_output.rs226 .filter_entry(|entry| entry_ends_with(entry, ".md")) in chapter_files_were_rendered_to_html()
244 fn entry_ends_with(entry: &DirEntry, ending: &str) -> bool { in entry_ends_with() function
/dports/lang/rust/rustc-1.58.1-src/vendor/mdbook/tests/
H A Drendered_output.rs225 .filter_entry(|entry| entry_ends_with(entry, ".md")) in chapter_files_were_rendered_to_html()
243 fn entry_ends_with(entry: &DirEntry, ending: &str) -> bool { in entry_ends_with() function