Home
last modified time | relevance | path

Searched refs:newlines (Results 1 – 25 of 62) sorted by relevance

123

/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/
DAutoFormat.AutoParagraph.txt8 This directive turns on auto-paragraphing, where double newlines are
13 <li>Applies to inline elements or text with double newlines in nodes
15 <li>Applies to double newlines in paragraph tags</li>
24 double-newlines except to specify a new paragraph or in contexts where
DCore.NormalizeNewlines.txt7 Whether or not to normalize newlines to the operating
DHTML.Allowed.txt15 You can also use newlines instead of commas to separate elements.
/plugin/codeprettify/code-prettify/
DCHANGES.md5 * On some browsers, `<code>` elements with newlines in the text which use CSS
6 to specify `white-space:pre` will have the newlines improperly stripped if
8 Also, on IE6, all newlines will be stripped from `<code>` elements because
10 newlines.
73 Lua strings, C preprocessor directives, newlines in Wiki code on Windows, and
74 newlines in IE6.
78 * Fixed prettifying of `<code>` blocks with embedded newlines.
/plugin/table2csv/
DgetTableData.php13 $newlines = array("\t","\n","\r","\x20\x20","\0","\x0B");
14 $content = str_replace($newlines, "", html_entity_decode($raw));
/plugin/jplayer/vendor/robloach/component-installer/
D.editorconfig4 ; Unix-style newlines
/plugin/findologicxmlexport/vendor/twig/twig/
D.editorconfig4 ; Unix-style newlines
/plugin/combo/vendor/carica/phpcss/
H A D.editorconfig4 # Unix-style newlines with a newline ending every file
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
Dnl2br.rst7 The ``nl2br`` filter inserts HTML line breaks before all newlines in a string:
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
Ddense-block-markers.md1 # this is to test dense blocks (no newlines between them)
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
D581.phpt2 GH-581: PHPUnit_Util_Type::export adds extra newlines in Windows
/plugin/mdpage/vendor/cebe/markdown/tests/github-data/
Ddense-block-markers.md1 # this is to test dense blocks (no newlines between them)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
DMonitoringNamespace.asciidoc36 … = (array) The operation definition and data (action-data pairs), separated by newlines (Required)
/plugin/avtaskbox/
DREADME.md22 DESCRIPTION: Some stuff for you. You can have newlines in this part. Description must be the last i…
/plugin/combo/vendor/dragonmantank/cron-expression/
H A DCHANGELOG.md29 - Now supports expressions with any number of extra spaces, tabs, or newlines
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/
DREADME.md41 * two subsequent newlines (thus a whiteline in between as can be seen in this
/plugin/asciidocjs/node_modules/pug/
DHistory.md87 * Fix support for unicode newlines (\u2028, \u2029) ([@rlidwka](https://github.com/rlidwka))
256 * be strict about requiring newlines after tags to fix some odd corner cases
743 * Fixed preservation of newlines in text blocks
756 * Fixed pipe-less text newlines
877 * Added; Text introduces newlines to mimic the grammar.
888 * Reverted ignoring of newlines. Closes #92.
889 * Fixed; `Parser#parse()` ignoring newlines
901 * Fixed trailing newlines in blocks
945 * Fixed newlines before block
/plugin/asciidocjs/node_modules/pug-filters/node_modules/source-map/
DCHANGELOG.md164 * Fixed a bug where consecutive newlines were ignored in `SourceNode`s.
169 * Make `SourceNode` work with windows style ("\r\n") newlines. Issue #103.
/plugin/asciidocjs/node_modules/source-map/
DCHANGELOG.md164 * Fixed a bug where consecutive newlines were ignored in `SourceNode`s.
169 * Make `SourceNode` work with windows style ("\r\n") newlines. Issue #103.
/plugin/sqlraw/
Dsyntax.php427 $newlines = array("\t","\n","\r","\x20\x20","\0","\x0B","<br />");
432 $content = str_replace($newlines, "", $raw);
/plugin/latexit/
Drenderer.php1380 * @param int $newlines How many newlines after the command to insert.
1383 protected function _c($command, $text = NULL, $newlines = 1, $params = NULL) { argument
1396 $this->_n($newlines);
/plugin/mdpage/vendor/cebe/markdown/
DCHANGELOG.md90 - #27 Fixed some rendering problems with block elements not separated by newlines
DREADME.md121 - `$parser->enableNewlines = true` to convert all newlines to `<br/>`-tags. By default only newline…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
Dcrud.asciidoc73 action/metadata pairs, separated by newlines. When constructing your documents
/plugin/codemirror/dist/modes/
Delm.min.js.map1 …n var specialRE = /[(),[\\]{}]/;\n var spacesRE = /[ \\v\\f]/; // newlines are handled in to…

123