Home
last modified time | relevance | path

Searched defs:IgnoreList (Results 1 – 25 of 82) sorted by relevance

1234

/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/jesseduffield/minimal/gitignore/
H A Dgitignore.go27 type IgnoreList struct { struct
28 files []ignoreFile
29 cwd []string
88 func (ign *IgnoreList) AppendGlob(s string) error {
132 func (ign *IgnoreList) append(path string, dir []string) error {
175 func (ign *IgnoreList) Append(path string) error {
196 func (ign *IgnoreList) appendAll(fname, root string) error {
213 func (ign *IgnoreList) AppendGit() error {
245 func (ign *IgnoreList) match(path string, info os.FileInfo) bool {
287 func (ign *IgnoreList) Match(path string) bool {
[all …]
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/jesseduffield/minimal/minimal-9cde264e6b1e/gitignore/
H A Dgitignore.go27 type IgnoreList struct { struct
28 files []ignoreFile
29 cwd []string
88 func (ign *IgnoreList) AppendGlob(s string) error {
132 func (ign *IgnoreList) append(path string, dir []string) error {
175 func (ign *IgnoreList) Append(path string) error {
196 func (ign *IgnoreList) appendAll(fname, root string) error {
213 func (ign *IgnoreList) AppendGit() error {
245 func (ign *IgnoreList) match(path string, info os.FileInfo) bool {
287 func (ign *IgnoreList) Match(path string) bool {
[all …]
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/common/vcs/ignore/
H A DIgnoreList.java19 public class IgnoreList class
21 public IgnoreList(String path, ArrayList<String> files) in IgnoreList() method in IgnoreList
/dports/lang/rust/rustc-1.58.1-src/src/tools/rustfmt/src/config/
H A Doptions.rs311 pub struct IgnoreList { struct
318 impl fmt::Display for IgnoreList { argument
333 impl Serialize for IgnoreList { implementation
346 impl<'de> Deserialize<'de> for IgnoreList { implementation
377 impl<'a> IntoIterator for &'a IgnoreList { implementation
386 impl IgnoreList { impl
396 impl FromStr for IgnoreList { implementation
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/cargo-0.55.0/src/cargo/ops/
H A Dcargo_new.rs515 struct IgnoreList { struct
524 impl IgnoreList { implementation
602 fn write_ignore_file(base_path: &Path, list: &IgnoreList, vcs: VersionControl) -> CargoResult<()> { in write_ignore_file()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/cargo-0.58.0/src/cargo/ops/
H A Dcargo_new.rs555 struct IgnoreList { struct
564 impl IgnoreList { argument
642 fn write_ignore_file(base_path: &Path, list: &IgnoreList, vcs: VersionControl) -> CargoResult<()> { in write_ignore_file()
/dports/lang/rust/rustc-1.58.1-src/src/tools/cargo/src/cargo/ops/
H A Dcargo_new.rs555 struct IgnoreList { struct
564 impl IgnoreList { argument
642 fn write_ignore_file(base_path: &Path, list: &IgnoreList, vcs: VersionControl) -> CargoResult<()> { in write_ignore_file()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Drawing/Test/
H A DHostIgnoreList.cs62 public static IList IgnoreList { property in MonoTests.HostIgnoreList
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/futures-util-0.3.4/src/future/try_future/
H A Dinspect_err.rs39 impl<Fut, F> Future for InspectErr<Fut, F>
/dports/cad/netgen-lvs/netgen-1.5.211/base/
H A Dobjlist.h176 struct IgnoreList { struct
180 struct IgnoreList *next; argument
/dports/devel/llvm90/llvm-9.0.1.src/lib/Support/
H A DProcess.cpp37 ArrayRef<std::string> IgnoreList) { in FindInEnvPath()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Support/
H A DProcess.cpp38 ArrayRef<std::string> IgnoreList) { in FindInEnvPath()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Support/
H A DProcess.cpp38 ArrayRef<std::string> IgnoreList) { in FindInEnvPath()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Support/
H A DProcess.cpp38 ArrayRef<std::string> IgnoreList) { in FindInEnvPath()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Support/
H A DProcess.cpp38 ArrayRef<std::string> IgnoreList) { in FindInEnvPath()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Support/
H A DProcess.cpp38 ArrayRef<std::string> IgnoreList) { in FindInEnvPath()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DProcess.cpp38 ArrayRef<std::string> IgnoreList) { in FindInEnvPath()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Support/
H A DProcess.cpp38 ArrayRef<std::string> IgnoreList, in FindInEnvPath()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Support/
H A DProcess.cpp40 ArrayRef<std::string> IgnoreList, in FindInEnvPath()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Support/
H A DProcess.cpp40 ArrayRef<std::string> IgnoreList, in FindInEnvPath()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Support/
H A DProcess.cpp40 ArrayRef<std::string> IgnoreList, in FindInEnvPath()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Support/
H A DProcess.cpp40 ArrayRef<std::string> IgnoreList, in FindInEnvPath()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Support/
H A DProcess.cpp40 ArrayRef<std::string> IgnoreList, in FindInEnvPath()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Support/
H A DProcess.cpp40 ArrayRef<std::string> IgnoreList, in FindInEnvPath()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Support/
H A DProcess.cpp40 ArrayRef<std::string> IgnoreList, in FindInEnvPath()

1234