Home
last modified time | relevance | path

Searched refs:LeftChomp_n (Results 1 – 5 of 5) sorted by relevance

/dports/irc/znc/znc-1.8.2/modules/
H A Dnotes.cpp114 sKey = sLine.Token(0).LeftChomp_n(2); in OnUserRaw()
122 sKey = sLine.Token(0).LeftChomp_n(2); in OnUserRaw()
125 sKey = sLine.Token(0).LeftChomp_n(1); in OnUserRaw()
/dports/irc/znc/znc-1.8.2/include/znc/
H A DZNCString.h560 CString LeftChomp_n(size_type uLen = 1) const;
/dports/irc/znc/znc-1.8.2/src/
H A DTemplate.cpp410 CString::ToEscape(sArg.LeftChomp_n(4)); in Print()
H A DZNCString.cpp1359 CString CString::LeftChomp_n(size_type uLen) const { in LeftChomp_n() function in CString
/dports/irc/znc-push/znc-push-1.0.0-173-g78d0385/
H A Dpush.cpp938 value = " " + value.LeftChomp_n(1) + " "; in highlight()