Home
last modified time | relevance | path

Searched defs:str_wrap (Results 1 – 3 of 3) sorted by relevance

/dports/textproc/R-cran-stringr/stringr/R/
H A Dwrap.r24 str_wrap <- function(string, width = 80, indent = 0, exdent = 0) { function
/dports/biology/pbbam/pbbam-0.18.0/tools/common/
H A DOptionParser.cpp29 class str_wrap class
32 str_wrap(const std::string& l, const std::string& r) : lwrap(l), rwrap(r) {} in str_wrap() function in optparse::str_wrap
33 str_wrap(const std::string& w) : lwrap(w), rwrap(w) {} in str_wrap() function in optparse::str_wrap
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/cpp-optparse/
H A DOptionParser.cpp26 class str_wrap { class
28 str_wrap(const string& l, const string& r) : lwrap(l), rwrap(r) {} in str_wrap() function in optparse::str_wrap
29 str_wrap(const string& w) : lwrap(w), rwrap(w) {} in str_wrap() function in optparse::str_wrap