Home
last modified time | relevance | path

Searched refs:strip_control_codes (Results 1 – 11 of 11) sorted by relevance

/dports/net-p2p/bazarr/bazarr-1.0.2/libs/rich/
H A Dcontrol.py160 def strip_control_codes(text: str, _translate_table=_CONTROL_TRANSLATE) -> str:
173 print(strip_control_codes("hello\rWorld"))
H A Dtext.py25 from .control import strip_control_codes
139 self._text = [strip_control_codes(text)]
794 text = strip_control_codes(text)
/dports/textproc/py-rich/rich-10.16.1/rich/
H A Dcontrol.py160 def strip_control_codes( function
175 print(strip_control_codes("hello\rWorld"))
H A Dtext.py25 from .control import strip_control_codes
144 self._text = [strip_control_codes(text)]
906 text = strip_control_codes(text)
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dcryssym.F19 USE string_utilities, ONLY: strip_control_codes
193 CALL strip_control_codes(csym%international_symbol)
194 CALL strip_control_codes(csym%schoenflies)
195 CALL strip_control_codes(csym%pointgroup_symbol)
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dcryssym.F19 USE string_utilities, ONLY: strip_control_codes
193 CALL strip_control_codes(csym%international_symbol)
194 CALL strip_control_codes(csym%schoenflies)
195 CALL strip_control_codes(csym%pointgroup_symbol)
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/common/
H A Dstring_utilities.F79 strip_control_codes, &
1960 SUBROUTINE strip_control_codes(string) subroutine
1971 END SUBROUTINE strip_control_codes argument
/dports/science/cp2k-data/cp2k-7.1.0/src/common/
H A Dstring_utilities.F79 strip_control_codes, &
1960 SUBROUTINE strip_control_codes(string) subroutine
1971 END SUBROUTINE strip_control_codes argument
/dports/games/tomenet/tomenet-4.6.0/src/server/
H A Dexterns.h1808 extern void strip_control_codes(char *ss, char *s);
H A Dutil.c6597 void strip_control_codes(char *ss, char *s) { function
H A Dslash.c3152 strip_control_codes(p_ptr->info_msg, to_strip);