Home
last modified time | relevance | path

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

/dokuwiki/vendor/splitbrain/lesserphp/src/
H A DFormatterCompressed.php21 public $break = ''; variable in LesserPHP\\FormatterCompressed
H A DFormatterClassic.php19 public $break = "\n"; variable in LesserPHP\\FormatterClassic
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DTableFormatter.php288 * @param string $break
293 protected function wordwrap($str, $width = 75, $break = "\n", $cut = false) argument
295 $lines = explode($break, $str);
322 $line .= rtrim($actual) . $break;
327 $line .= $this->substr($actual, 0, $width) . $break;
336 return implode($break, $lines);
/dokuwiki/lib/tpl/dokuwiki/css/
H A Ddesign.less207 word-wrap: break-word;
304 word-wrap: break-word;
310 overflow-wrap: break-word;
/dokuwiki/lib/plugins/extension/
H A Dstyle.less73 word-break: break-word;
/dokuwiki/_test/core/
H A DphpQuery-onefile.php2312 $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 …]
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/
H A Dsmoothness.css428 .ui-datepicker-row-break {
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG326 - Fixed a problem with URLs allowing to break highlighting (BenBE)