Home
last modified time | relevance | path

Searched defs:ends_with_newline (Results 1 – 22 of 22) sorted by relevance

/dports/devel/stylua/StyLua-0.11.0/cargo-crates/similar-1.3.0/src/text/
H A Dabstraction.rs83 fn ends_with_newline(&self) -> bool; in ends_with_newline() method
195 fn ends_with_newline(&self) -> bool { in ends_with_newline() method
320 fn ends_with_newline(&self) -> bool { in ends_with_newline() method
/dports/lang/gleam/gleam-0.18.2/cargo-crates/similar-1.3.0/src/text/
H A Dabstraction.rs83 fn ends_with_newline(&self) -> bool; in ends_with_newline() method
195 fn ends_with_newline(&self) -> bool { in ends_with_newline() method
320 fn ends_with_newline(&self) -> bool { in ends_with_newline() method
/dports/editors/helix/helix-0.5.0/cargo-crates/similar-2.1.0/src/text/
H A Dabstraction.rs83 fn ends_with_newline(&self) -> bool; in ends_with_newline() method
195 fn ends_with_newline(&self) -> bool { in ends_with_newline() method
320 fn ends_with_newline(&self) -> bool { in ends_with_newline() method
/dports/deskutils/just/just-0.10.5/cargo-crates/similar-2.1.0/src/text/
H A Dabstraction.rs83 fn ends_with_newline(&self) -> bool; in ends_with_newline() method
195 fn ends_with_newline(&self) -> bool { in ends_with_newline() method
320 fn ends_with_newline(&self) -> bool { in ends_with_newline() method
/dports/devel/texlab/texlab-3.3.0/cargo-crates/similar-1.3.0/src/text/
H A Dabstraction.rs83 fn ends_with_newline(&self) -> bool; in ends_with_newline() method
195 fn ends_with_newline(&self) -> bool { in ends_with_newline() method
320 fn ends_with_newline(&self) -> bool { in ends_with_newline() method
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/similar-1.3.0/src/text/
H A Dabstraction.rs83 fn ends_with_newline(&self) -> bool; in ends_with_newline() method
195 fn ends_with_newline(&self) -> bool { in ends_with_newline() method
320 fn ends_with_newline(&self) -> bool { in ends_with_newline() method
/dports/textproc/R-cran-vroom/vroom/src/
H A Dfixed_width_index_connection.cc172 bool ends_with_newline = last_char == '\n' || last_char == '\r'; in fixed_width_index_connection() local
/dports/lang/rust/rustc-1.58.1-src/src/tools/rustfmt/src/config/
H A Dlists.rs18 pub fn ends_with_newline(&self, indent_style: IndentStyle) -> bool { in ends_with_newline() method
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libpijul-1.0.0-alpha.49/src/
H A Dvertex_buffer.rs87 let ends_with_newline = self.buf.ends_with(b"\n"); in output_line() localVariable
178 let ends_with_newline = self.buf.ends_with(b"\n"); in output_line() localVariable
/dports/devel/pijul/pijul-1.0.0.a55/src/commands/
H A Dcredit.rs141 let ends_with_newline = self.buf.ends_with(b"\n"); in output_line() localVariable
/dports/lang/rust/rustc-1.58.1-src/src/tools/rustfmt/src/
H A Dlists.rs27 ends_with_newline: bool, field
73 pub(crate) fn ends_with_newline(mut self, ends_with_newline: bool) -> Self { in ends_with_newline() method
909 let ends_with_newline = context.config.indent_style() != IndentStyle::Visual in struct_lit_formatting() localVariable
H A Doverflow.rs614 let ends_with_newline = match tactic { in rewrite_items() localVariable
H A Dimports.rs873 let ends_with_newline = context.config.imports_indent() == IndentStyle::Block in rewrite_nested_use_tree() localVariable
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Commands/
H A DCommandObjectExpression.cpp475 const bool ends_with_newline = error_cstr[error_cstr_len - 1] == '\n'; in EvaluateExpression() local
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.cpp468 const bool ends_with_newline = error_cstr[error_cstr_len - 1] == '\n'; in EvaluateExpression() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Commands/
H A DCommandObjectExpression.cpp469 const bool ends_with_newline = error_cstr[error_cstr_len - 1] == '\n'; in EvaluateExpression() local
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Commands/
H A DCommandObjectExpression.cpp468 const bool ends_with_newline = error_cstr[error_cstr_len - 1] == '\n'; in EvaluateExpression() local
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.cpp468 const bool ends_with_newline = error_cstr[error_cstr_len - 1] == '\n'; in EvaluateExpression() local
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Commands/
H A DCommandObjectExpression.cpp467 const bool ends_with_newline = error_cstr[error_cstr_len - 1] == '\n'; in EvaluateExpression() local
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Commands/
H A DCommandObjectExpression.cpp468 const bool ends_with_newline = error_cstr[error_cstr_len - 1] == '\n'; in EvaluateExpression() local
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Commands/
H A DCommandObjectExpression.cpp469 const bool ends_with_newline = error_cstr[error_cstr_len - 1] == '\n'; in EvaluateExpression() local
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Commands/
H A DCommandObjectExpression.cpp469 const bool ends_with_newline = error_cstr[error_cstr_len - 1] == '\n'; in EvaluateExpression() local