Searched refs:strip_ctl (Results 1 – 12 of 12) sorted by relevance
/dports/devel/R-cran-fansi/fansi/tests/unitizer/ |
H A D | strip.R | 12 strip_ctl(string) 17 strip_ctl("hello\033") 20 strip_ctl("hello\033[") 31 strip_ctl(1:3) 83 strip_ctl(string.0) 84 strip_ctl(string.0, "sgr") 105 strip_ctl(string.1, "all") 118 strip_ctl(string.2) 119 strip_ctl(string.2, "sgr") 122 strip_ctl(string.3) [all …]
|
H A D | strsplit.R | 26 identical(lapply(str.spl3, strip_ctl), str.spl2)
|
H A D | wrap.R | 60 strwrap_ctl(strip_ctl(hello2.0, "sgr"), 10) 96 nchar(strip_ctl(wrap.csi, "sgr"))
|
/dports/devel/R-cran-fansi/fansi/man/ |
H A D | strip_ctl.Rd | 3 \name{strip_ctl} 4 \alias{strip_ctl} 8 strip_ctl(x, ctl = "all", warn = getOption("fansi.warn"), strip) 73 strip_ctl(string) 74 strip_ctl(string, c("nl", "c0", "sgr", "csi", "esc")) # equivalently 75 strip_ctl(string, "sgr") 76 strip_ctl(string, c("c0", "esc")) 81 strip_ctl(string, c("all", "nl", "c0")) 83 ## convenience function, same as `strip_ctl(ctl='sgr')`
|
H A D | nchar_ctl.Rd | 80 \code{nchar_ctl} is just a wrapper around \code{nchar(strip_ctl(...))}. \code{nzchar_ctl} 82 equivalent \code{nzchar(strip_ctl(...))}. 131 \code{\link{strip_ctl}} for removing \emph{Control Sequences}.
|
/dports/devel/R-cran-fansi/fansi/R/ |
H A D | strip.R | 64 strip_ctl <- function(x, ctl='all', warn=getOption('fansi.warn'), strip) { function
|
H A D | nchar.R | 97 stripped <- strip_ctl(x, ctl=ctl, warn=warn)
|
H A D | strsplit.R | 110 x.strip <- strip_ctl(x, warn=warn, ctl=ctl)
|
/dports/devel/R-cran-fansi/fansi/ |
H A D | NAMESPACE | 17 export(strip_ctl)
|
H A D | MD5 | 34 dcf7221e82503c6f6d2e3fb57d9e6cb8 *man/strip_ctl.Rd
|
H A D | NEWS.md | 32 parameter to most functions. Some functions such as `strip_ctl` had existing
|
/dports/devel/R-cran-pillar/pillar/R/ |
H A D | pillar.R | 61 type_format <- fansi::strip_ctl(format_full_pillar_type(x))
|