Home
last modified time | relevance | path

Searched refs:Breaks (Results 1 – 12 of 12) sorted by relevance

/plugin/asciidocjs/node_modules/clean-css/lib/options/
Dformat.js5 var Breaks = { variable
60 breakOptions[Breaks.AfterAtRule] = value;
61 breakOptions[Breaks.AfterBlockBegins] = value;
62 breakOptions[Breaks.AfterBlockEnds] = value;
63 breakOptions[Breaks.AfterComment] = value;
64 breakOptions[Breaks.AfterProperty] = value;
65 breakOptions[Breaks.AfterRuleBegins] = value;
66 breakOptions[Breaks.AfterRuleEnds] = value;
67 breakOptions[Breaks.BeforeBlockEnds] = value;
68 breakOptions[Breaks.BetweenSelectors] = value;
[all …]
/plugin/asciidocjs/node_modules/clean-css/lib/writer/
Dhelpers.js3 var Breaks = require('../options/format').Breaks; variable
102 store(context, semicolon(context, Breaks.AfterProperty, false));
106 store(context, openBrace(context, Breaks.AfterRuleBegins, true));
108 store(context, closeBrace(context, Breaks.AfterRuleEnds, false, isLast));
119 …store(context, needsSemicolon ? semicolon(context, Breaks.AfterProperty, isLast) : emptyCharacter);
131 store(context, openBrace(context, Breaks.AfterBlockBegins, false));
133 store(context, closeBrace(context, Breaks.AfterBlockEnds, false, true));
170 …return (allowsBreak(context, Breaks.AfterProperty) || beforeBlockEnd && allowsBreak(context, Break…
193 …Marker.COMMA + (allowsBreak(context, Breaks.BetweenSelectors) ? context.format.breakWith : emptyCh…
210 store(context, semicolon(context, Breaks.AfterAtRule, isLast));
[all …]
/plugin/jdraw/src/com/mxgraph/examples/swing/resources/
Deditor.properties.bak136 pageBreaks=Page Breaks
Deditor.properties140 pageBreaks=Page Breaks
Deditor_zh-CN.properties136 pageBreaks=Page Breaks
/plugin/elasticsearch/vendor/ruflin/elastica/
DCHANGELOG.md9 ### Backward Compatibility Breaks
45 ### Backward Compatibility Breaks
139 ### Backward Compatibility Breaks
162 ### Backward Compatibility Breaks
186 ### Backward Compatibility Breaks
261 ### Backward Compatibility Breaks
315 ### Backward Compatibility Breaks
344 ### Backward Compatibility Breaks
424 ### Backward Compatibility Breaks
497 ### Backward Compatibility Breaks
[all …]
/plugin/asciidocjs/node_modules/@asciidoctor/cli/data/reference/
Dsyntax.adoc283 == Breaks
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
Dspecs.md18 * [Paragraphs and Line Breaks](#p)
184 <h3 id="p">Paragraphs and Line Breaks</h3>
194 Type's "Convert Line Breaks" option) which translate every line break
/plugin/asciidocjs/node_modules/clean-css/
DHistory.md748 * Breaks 2.x compatibility for using CleanCSS as a function.
/plugin/dirtylittlehelper/mermaid/editor/docs/
D2.2.js.map1Breaks text using the least restrictive set of line-breaking rules. Typically used for short lines…
Dbundle.js.map1Breaks any long edges in the graph into short segments that span 1 layer\n * each. This operation …
/plugin/dirtylittlehelper/script/
Dmermaid.min.js.map1 …/util\");\n\nmodule.exports = {\n run: run,\n undo: undo\n};\n\n/*\n * Breaks any long edges in …