Searched refs:break (Results 1 – 8 of 8) sorted by relevance
21 public $break = ''; variable in LesserPHP\\FormatterCompressed
19 public $break = "\n"; variable in LesserPHP\\FormatterClassic
288 * @param string $break293 protected function wordwrap($str, $width = 75, $break = "\n", $cut = false) argument295 $lines = explode($break, $str);322 $line .= rtrim($actual) . $break;327 $line .= $this->substr($actual, 0, $width) . $break;336 return implode($break, $lines);
207 word-wrap: break-word;304 word-wrap: break-word;310 overflow-wrap: break-word;
73 word-break: break-word;
2312 $break = false;2321 $break = true;2324 $break = true;2330 $break = true;2334 $break = true;2344 $break = true;2369 $break = true;2371 $break = true;2373 $break = true;2383 $break = true;[all …]
428 .ui-datepicker-row-break {
326 - Fixed a problem with URLs allowing to break highlighting (BenBE)