Searched refs:breaks (Results 1 – 25 of 83) sorted by relevance
1234
35 breaks: breaks(false), property57 function breaks(value) { function110 breaks: breaks(true), property118 breaks: { property
9 ( var is escaped by |escape_and_nl2br, line-breaks are added, 14 ( var is escaped by |escape_and_nl2br, line-breaks are added, 19 ( var is escaped by |escape_and_nl2br, line-breaks are added,29 ( var is escaped by |escape_and_nl2br, line-breaks are added,36 the output is escaped by |escape_and_nl2br, line-breaks are added,70 ( var is escaped by |escape_and_nl2br, line-breaks are added, 76 ( var is escaped by |escape_and_nl2br, line-breaks are added, 82 ( var is escaped by |escape_and_nl2br, line-breaks are added,94 ( var is escaped by |escape_and_nl2br, line-breaks are added,102 the output is escaped by |escape_and_nl2br, line-breaks are added,
306 breaks = [];433 breaks[n] = [];434 breaks[n][0] = y;435 breaks[n][1] = (cmd[2]?cmd[2]:"");//save for later466 for(i in breaks)//draw breaks469 "M"+(breaks[i][1]?0:style.margin/2)+","+breaks[i][0]+ // from470 "L"+(breaks[i][1]?(maxx+style.margin):(maxx+style.margin-l_colsminlen/2))+","+breaks[i][0]) // to472 if(breaks[i][1])475 breaks[i][0]-style.txtsize/2,476 breaks[i][1])
777 $this->find_line_break($classes, $breaks, count($classes));782 for ($i = 0, $size = count($breaks); $i < $size; $i++) {785 $break = $breaks[$i];798 function find_complex_break($current_class, $classes, &$breaks, $offset, $length) { argument805 $breaks[$i - 1] = LB_PROHIBITED;814 function find_line_break($classes, &$breaks, $length) { argument833 $breaks[$i-1] = LB_PROHIBITED;840 $breaks[$i-1] = LB_PROHIBITED;847 $breaks[$i-1] = LB_PROHIBITED;853 $i += $this->find_complex_break($class, $classes, $breaks, $i, $length);[all …]
11 Table headers and footers should be repeated on page breaks
6 desc Adds page breaks before title in print view
6 desc A replacement for the standard dokuwiki renderer which keeps your line-breaks.
7 The ``nl2br`` filter inserts HTML line breaks before all newlines in a string:
5 Line breaks can be added using ``\n``.
13 breaks the idea of having images tagged by checksum (it would depend in which
14 Line breaks are not preserved.21 Notice how line breaks are now preserved.24 preserves spaces and line breaks, and is displayed in a
2624 var drawPageBreaks = mxUtils.bind(this, function(breaks) argument2626 if (breaks != null)2628 var count = (breaks == this.horizontalPageBreaks) ? horizontalCount : verticalCount; 2632 var pts = (breaks == this.horizontalPageBreaks) ?2638 if (breaks[i] != null)2640 breaks[i].points = pts;2641 breaks[i].redraw();2652 breaks[i] = pageBreak;2656 for (var i = count; i < breaks.length; i++)2658 breaks[i].destroy();[all …]
22 Use at your own risk (if it breaks you get to keep both pieces).
24 ### BC breaks
11 …are line delimited and HTML formatting can be used, enabling you to use <br /> for line breaks etc.
6 …breaks?this.rules=n.breaks:this.rules=n.gfm)}function r(e){this.options=e||m.defaults}function s()…
145 However, this syntax is not recommended anymore as it breaks section editing.
114 - Line breaks preserved
94 * `keepBreaks` option is replaced with `{ format: 'keep-breaks' }` to ease transition;125 * adds configurable line breaks via `format: { breakWith: 'lf' }` option.248 …format: 'keep-breaks' // formats output the default way but adds line breaks for improved readabil…257 breaks: { // controls where to insert breaks
32 …sue [#964](https://github.com/jakubpawlowicz/clean-css/issues/964) - adds configurable line breaks.74 * Fixed issue [#953](https://github.com/jakubpawlowicz/clean-css/issues/953) - beautify breaks attr…1020 * Fixed issue [#199](https://github.com/jakubpawlowicz/clean-css/issues/199) - keep line breaks wit…1054 * Changes behavior of `--keep-line-breaks`/`keepBreaks` option to keep breaks after trailing braces…1200 * Fixed issue [#66](https://github.com/jakubpawlowicz/clean-css/issues/66) - line breaks without ex…1208 …tions from `--removeempty` to `--remove-empty` and from `--keeplinebreaks` to `--keep-line-breaks`.1238 * Added removing line breaks after a comma, so all declarations are one-liners now.1262 * Rewrote breaks processing.1263 * Added `keepBreaks`/`-b` option to keep line breaks in the minimized file.1265 * Minimized test data is now minimized with line breaks so it's easier to
146 return context.format && context.format.breaks[where];
34 /* Work around a case of style reset, setting it on the container breaks the overview map. See: htt…
123 * Bug fix: IE8 line breaks.