Searched refs:breakWith (Results 1 – 6 of 6) sorted by relevance
| /plugin/asciidocjs/node_modules/clean-css/lib/writer/ |
| D | helpers.js | 159 (allowsBreak(context, where) ? context.format.breakWith : emptyCharacter) + 170 …ockEnd && allowsBreak(context, Breaks.BeforeBlockEnds) ? context.format.breakWith : emptyCharacter… 173 …(isLast ? emptyCharacter : (allowsBreak(context, where) ? context.format.breakWith : emptyCharacte… 187 …sLast || !allowsBreak(context, where) ? emptyCharacter : context.format.breakWith + context.indent… 193 …Marker.COMMA + (allowsBreak(context, Breaks.BetweenSelectors) ? context.format.breakWith : emptyCh… 226 …store(context, allowsBreak(context, Breaks.AfterComment) ? context.format.breakWith : emptyCharact…
|
| D | simple.js | 16 track(serializeContext, serializeContext.format.breakWith); 17 serializeContext.output.push(serializeContext.format.breakWith);
|
| D | source-maps.js | 25 track(serializeContext, serializeContext.format.breakWith, false); 26 serializeContext.output.push(serializeContext.format.breakWith);
|
| /plugin/asciidocjs/node_modules/clean-css/lib/options/ |
| D | format.js | 36 breakWith: BreakWith.System, property 89 source = override(source, { breakWith: mapBreakWith(source.breakWith) }); property
|
| /plugin/asciidocjs/node_modules/clean-css/ |
| D | README.md | 125 * adds configurable line breaks via `format: { breakWith: 'lf' }` option. 268 …breakWith: '\n', // controls the new line character, can be `'\r\n'` or `'\n'` (aliased as `'windo…
|
| D | History.md | 23 * Fixes giving `breakWith` option via a string.
|