Home
last modified time | relevance | path

Searched refs:quit_byte (Results 1 – 19 of 19) sorted by relevance

/dports/editors/helix/helix-0.5.0/cargo-crates/grep-searcher-0.1.8/src/searcher/
H A Dcore.rs149 return Ok(self.config.binary.quit_byte().is_some()); in detect_binary()
162 Ok(self.config.binary.quit_byte().is_some()) in detect_binary()
H A Dmod.rs97 pub fn quit_byte(&self) -> Option<u8> { in quit_byte() method
H A Dglue.rs85 && self.config.binary.quit_byte().is_some() in should_binary_quit()
/dports/textproc/ripgrep/ripgrep-13.0.0/cargo-crates/grep-searcher-0.1.8/src/searcher/
H A Dcore.rs149 return Ok(self.config.binary.quit_byte().is_some()); in detect_binary()
162 Ok(self.config.binary.quit_byte().is_some()) in detect_binary()
H A Dmod.rs97 pub fn quit_byte(&self) -> Option<u8> { in quit_byte() method
H A Dglue.rs85 && self.config.binary.quit_byte().is_some() in should_binary_quit()
/dports/textproc/ripgrep/ripgrep-13.0.0/crates/searcher/src/searcher/
H A Dcore.rs149 return Ok(self.config.binary.quit_byte().is_some()); in detect_binary()
162 Ok(self.config.binary.quit_byte().is_some()) in detect_binary()
H A Dmod.rs97 pub fn quit_byte(&self) -> Option<u8> { in quit_byte() method
H A Dglue.rs85 && self.config.binary.quit_byte().is_some() in should_binary_quit()
/dports/devel/tokei/tokei-12.1.2/cargo-crates/grep-searcher-0.1.7/src/searcher/
H A Dcore.rs149 return Ok(self.config.binary.quit_byte().is_some()); in detect_binary()
162 Ok(self.config.binary.quit_byte().is_some()) in detect_binary()
H A Dmod.rs97 pub fn quit_byte(&self) -> Option<u8> { in quit_byte() method
H A Dglue.rs85 && self.config.binary.quit_byte().is_some() in should_binary_quit()
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/grep-searcher-0.1.8/src/searcher/
H A Dcore.rs149 return Ok(self.config.binary.quit_byte().is_some()); in detect_binary()
162 Ok(self.config.binary.quit_byte().is_some()) in detect_binary()
H A Dmod.rs97 pub fn quit_byte(&self) -> Option<u8> { in quit_byte() method
H A Dglue.rs85 && self.config.binary.quit_byte().is_some() in should_binary_quit()
/dports/textproc/ripgrep/ripgrep-13.0.0/cargo-crates/grep-printer-0.1.6/src/
H A Dsummary.rs686 && searcher.binary_detection().quit_byte().is_some() in finish()
H A Dstandard.rs1439 if let Some(byte) = bin.quit_byte() { in write_binary_message()
/dports/textproc/ripgrep/ripgrep-13.0.0/crates/printer/src/
H A Dsummary.rs686 && searcher.binary_detection().quit_byte().is_some() in finish()
H A Dstandard.rs1439 if let Some(byte) = bin.quit_byte() { in write_binary_message()