Home
last modified time | relevance | path

Searched refs:soft_wrap (Results 1 – 22 of 22) sorted by relevance

/dports/textproc/py-enrich/enrich-1.2.6/
H A DREADME.md28 tell the Console constructor the soft_wrap preference.
34 console = Console(soft_wrap=True)
35 console.print(...) # no longer need to pass soft_wrap to each print
H A DPKG-INFO42 tell the Console constructor the soft_wrap preference.
48 console = Console(soft_wrap=True)
49 console.print(...) # no longer need to pass soft_wrap to each print
/dports/textproc/py-enrich/enrich-1.2.6/src/enrich/test/
H A Dtest_logging.py34 soft_wrap=True,
68 soft_wrap=True,
H A Dtest_console.py39 file=io.StringIO(), width=20, record=True, soft_wrap=True, redirect=False
50 console = Console(force_terminal=True, record=True, soft_wrap=True, redirect=True)
/dports/textproc/py-enrich/enrich-1.2.6/src/enrich.egg-info/
H A DPKG-INFO42 tell the Console constructor the soft_wrap preference.
48 console = Console(soft_wrap=True)
49 console.print(...) # no longer need to pass soft_wrap to each print
/dports/mail/squirrelmail/squirrelmail.stable/squirrelmail/class/deliver/
H A DDeliver.class.php823 * @param integer $soft_wrap The desirable maximum line length
840 function foldLine($header, $soft_wrap=78, $indent='', $hard_wrap=998) { argument
902 $soft_wrap -= strlen($indent);
906 while (strlen($header) > $soft_wrap) {
908 $soft_wrapped_line = substr($header, 0, $soft_wrap);
959 $pos = $soft_wrap - 1; // -1 is corrected by +1 on next line
/dports/textproc/py-rich/rich-10.16.1/rich/
H A Dconsole.py632 soft_wrap: bool = False,
666 self.soft_wrap = soft_wrap
689 self.soft_wrap = soft_wrap
1560 soft_wrap: Optional[bool] = None,
1585 if soft_wrap is None:
1586 soft_wrap = self.soft_wrap
1587 if soft_wrap:
1703 self.print(json_renderable, soft_wrap=True)
H A Djson.py140 console.print(JSON(json_data, indent=args.indent), soft_wrap=True)
H A Dsyntax.py717 console.print(syntax, soft_wrap=args.soft_wrap)
H A Dpretty.py790 soft_wrap=True,
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/rich/
H A Dconsole.py572 soft_wrap: bool = False,
614 self.soft_wrap = soft_wrap
1433 soft_wrap: bool = None,
1456 if soft_wrap is None:
1457 soft_wrap = self.soft_wrap
1458 if soft_wrap:
H A Dsyntax.py710 console.print(syntax, soft_wrap=args.soft_wrap)
H A Dpretty.py652 soft_wrap=True,
/dports/devel/py-hypothesis/hypothesis-6.28.0/src/hypothesis/extra/
H A Dcli.py257 Console().print(code, soft_wrap=True)
/dports/devel/py-mypy/mypy-0.910/mypy/
H A Dutil.py436 def soft_wrap(msg: str, max_len: int, first_offset: int, function
607 msg = soft_wrap(msg, width, first_offset=len(loc) + len('error: '))
/dports/editors/mle/mle-1.4.3/
H A Dbview.c1027 is_soft_wrap = self->editor->soft_wrap && is_cursor_line && MLE_BVIEW_IS_EDIT(self) ? 1 : 0; in _bview_draw_bline()
1147 is_soft_wrapped = self->editor->soft_wrap in bview_get_screen_coords()
H A Dmle.h111 int soft_wrap; member
H A Deditor.c91 editor->soft_wrap = MLE_DEFAULT_SOFT_WRAP; in editor_init()
2191 editor->soft_wrap = atoi(optarg); in _editor_init_from_args()
H A Dcmd.c846 ctx->editor->soft_wrap = vali ? 1 : 0; in cmd_set_opt()
/dports/x11-toolkits/vte/vte-0.28.2/
H A DChangeLog14315 Add fixme comment about row->soft_wrap.
/dports/x11-toolkits/gnome-pty-helper/vte-0.40.2/
H A DChangeLog22832 Add fixme comment about row->soft_wrap.
/dports/x11-toolkits/vte3/vte-0.64.2/
H A DChangeLog42895 Add fixme comment about row->soft_wrap.