Home
last modified time | relevance | path

Searched refs:include_whitespace (Results 1 – 8 of 8) sorted by relevance

/dports/net/dshell/Dshell-502a546/dshell/
H A Dutil.py79 def printable_text(intext, include_whitespace=True): argument
89 if include_whitespace:
118 outstr = printable_text(s, include_whitespace=False)
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/prompt_toolkit/
H A Ddocument.py442 def get_regex(include_whitespace): argument
448 }[(WORD, include_whitespace)]
/dports/devel/py-prompt-toolkit1/prompt_toolkit-1.0.18/prompt_toolkit/
H A Ddocument.py442 def get_regex(include_whitespace): argument
448 }[(WORD, include_whitespace)]
/dports/devel/py-prompt-toolkit2/prompt_toolkit-2.0.10/prompt_toolkit/
H A Ddocument.py475 def get_regex(include_whitespace): argument
481 }[(WORD, include_whitespace)]
/dports/devel/py-lineedit/lineedit-0.1.6/lineedit/deps/prompt_toolkit/
H A Ddocument.py475 def get_regex(include_whitespace): argument
481 }[(WORD, include_whitespace)]
/dports/devel/py-prompt-toolkit/prompt_toolkit-3.0.23/prompt_toolkit/
H A Ddocument.py523 def get_regex(include_whitespace: bool) -> Pattern[str]:
529 }[(WORD, include_whitespace)]
/dports/print/fontforge/fontforge-20201107/fontforgeexe/
H A Dtilepath.c747 static int include_whitespace[4] = {0,0,0,0}; variable
947include_whitespace[0] = td->finclude_white = GGadgetIsChecked(GWidgetGetControl(tpd->gw,CID_Includ… in TilePathD_OK()
950include_whitespace[1] = td->include_white = GGadgetIsChecked(GWidgetGetControl(tpd->gw,CID_Include… in TilePathD_OK()
953include_whitespace[2] = td->linclude_white = GGadgetIsChecked(GWidgetGetControl(tpd->gw,CID_Includ… in TilePathD_OK()
956include_whitespace[3] = td->iinclude_white = GGadgetIsChecked(GWidgetGetControl(tpd->gw,CID_Includ… in TilePathD_OK()
1123 if ( include_whitespace[i] ) gcd[k].gd.flags |= gg_cb_on; in TileAsk()
/dports/ftp/filezilla/filezilla-3.55.1/src/engine/
H A Ddirectorylistingparser.cpp367 CToken GetEndToken(unsigned int n, bool include_whitespace = false) in GetEndToken() argument
369 if (include_whitespace) { in GetEndToken()
420 bool GetToken(unsigned int n, CToken & token, bool to_end = false, bool include_whitespace = false) in GetToken() argument
423 token = GetEndToken(n, include_whitespace); in GetToken()