Home
last modified time | relevance | path

Searched refs:_is_blank (Results 1 – 6 of 6) sorted by relevance

/dports/shells/xonsh/xonsh-0.7.9/xonsh/ptk/
H A Dkey_bindings.py36 at_end_of_line = _is_blank(doc.current_line_after_cursor)
37 current_line_blank = _is_blank(doc.current_line)
63 any(not _is_blank(i) for i in doc.lines_from_current[1:])
74 def _is_blank(l): function
/dports/shells/xonsh/xonsh-0.7.9/xonsh/ptk2/
H A Dkey_bindings.py39 at_end_of_line = _is_blank(doc.current_line_after_cursor)
40 current_line_blank = _is_blank(doc.current_line)
66 any(not _is_blank(i) for i in doc.lines_from_current[1:])
80 def _is_blank(l): function
/dports/devel/pycount/
H A Dpycount.py147 _is_blank = re.compile(r"^[ \t]*$").match variable
191 _is_blank, _is_comment, _has_nightmare, _is_doc_candidate
/dports/devel/tokei/tokei-12.1.2/src/language/
H A Dlanguage_type.tera.rs32 pub(crate) fn _is_blank(self) -> bool { in _is_blank() method
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/tokei-12.1.2/src/language/
H A Dlanguage_type.tera.rs32 pub(crate) fn _is_blank(self) -> bool { in _is_blank() method
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_basic/
H A Dmy_basic.c623 static bool_t _is_blank(char c);
1913 bool_t _is_blank(char c) { in _is_blank() function
2309 if(_is_blank(c)) { /* \t ' ' */ in _parse_char()