Home
last modified time | relevance | path

Searched refs:RSTRIP (Results 1 – 10 of 10) sorted by relevance

/dports/textproc/py-nltk/nltk-3.4.1/nltk/tokenize/
H A Dtoktok.py143 RSTRIP = re.compile(r'\s+$'), '\n' variable in ToktokTokenizer
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libnghttp2-sys-0.1.7+1.45.0/nghttp2/third-party/mruby/oss-fuzz/
H A Druby.proto25 RSTRIP = 3; enumerator
H A Dproto_to_ruby.cpp398 case StringExtNoArg::RSTRIP: in visit()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libnghttp2-sys-0.1.6+1.43.0/nghttp2/third-party/mruby/oss-fuzz/
H A Druby.proto25 RSTRIP = 3; enumerator
H A Dproto_to_ruby.cpp398 case StringExtNoArg::RSTRIP: in visit()
/dports/www/libnghttp2/nghttp2-1.46.0/third-party/mruby/oss-fuzz/
H A Druby.proto25 RSTRIP = 3; enumerator
H A Dproto_to_ruby.cpp398 case StringExtNoArg::RSTRIP: in visit()
/dports/www/nghttp2/nghttp2-1.46.0/third-party/mruby/oss-fuzz/
H A Druby.proto25 RSTRIP = 3; enumerator
H A Dproto_to_ruby.cpp398 case StringExtNoArg::RSTRIP: in visit()
/dports/lang/micropython/micropython-1.17/py/
H A Dobjstr.c794 enum { LSTRIP, RSTRIP, STRIP }; enumerator
823 if (type == RSTRIP) { in str_uni_strip()
835 } else if (type == RSTRIP) { in str_uni_strip()
878 return str_uni_strip(RSTRIP, n_args, args); in str_rstrip()