Lines Matching refs:placeholder
508 # strip spaces before placeholder
515 # placeholder at the start of line
534 placeholder='...')
539 placeholder='...')
540 # long placeholder and indentation
543 max_lines=1, placeholder=' [truncated]...')
546 max_lines=2, placeholder=' [truncated]...')
553 placeholder=' [truncated]...')
559 placeholder=' [truncated]...')
560 self.check_wrap(self.text, 80, [self.text], placeholder='.' * 1000)
564 # would be last wrapped line so long the placeholder cannot
566 # adding placeholder to the penultimate line.
571 placeholder='*****')
1041 self.check_shorten(text, 17, "Hello there,$$", placeholder='$$')
1042 self.check_shorten(text, 18, "Hello there, how$$", placeholder='$$')
1043 self.check_shorten(text, 18, "Hello there, $$", placeholder=' $$')
1044 self.check_shorten(text, len(text), text, placeholder='$$')
1047 "I'm glad to hear$$", placeholder='$$')
1066 # The leading space is trimmed from the placeholder
1071 shorten("x" * 20, width=8, placeholder="(......)")
1073 shorten("x" * 20, width=8, placeholder="(.......)")