Searched refs:newlines (Results 1 – 25 of 62) sorted by relevance
123
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/ |
| D | AutoFormat.AutoParagraph.txt | 8 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
|
| D | Core.NormalizeNewlines.txt | 7 Whether or not to normalize newlines to the operating
|
| D | HTML.Allowed.txt | 15 You can also use newlines instead of commas to separate elements.
|
| /plugin/codeprettify/code-prettify/ |
| D | CHANGES.md | 5 * 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/ |
| D | getTableData.php | 13 $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 | .editorconfig | 4 ; Unix-style newlines
|
| /plugin/findologicxmlexport/vendor/twig/twig/ |
| D | .editorconfig | 4 ; Unix-style newlines
|
| /plugin/combo/vendor/carica/phpcss/ |
| H A D | .editorconfig | 4 # Unix-style newlines with a newline ending every file
|
| /plugin/findologicxmlexport/vendor/twig/twig/doc/filters/ |
| D | nl2br.rst | 7 The ``nl2br`` filter inserts HTML line breaks before all newlines in a string:
|
| /plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/ |
| D | dense-block-markers.md | 1 # this is to test dense blocks (no newlines between them)
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/ |
| D | 581.phpt | 2 GH-581: PHPUnit_Util_Type::export adds extra newlines in Windows
|
| /plugin/mdpage/vendor/cebe/markdown/tests/github-data/ |
| D | dense-block-markers.md | 1 # this is to test dense blocks (no newlines between them)
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/ |
| D | MonitoringNamespace.asciidoc | 36 … = (array) The operation definition and data (action-data pairs), separated by newlines (Required)
|
| /plugin/avtaskbox/ |
| D | README.md | 22 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 D | CHANGELOG.md | 29 - Now supports expressions with any number of extra spaces, tabs, or newlines
|
| /plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/ |
| D | README.md | 41 * two subsequent newlines (thus a whiteline in between as can be seen in this
|
| /plugin/asciidocjs/node_modules/pug/ |
| D | History.md | 87 * 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/ |
| D | CHANGELOG.md | 164 * 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/ |
| D | CHANGELOG.md | 164 * 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/ |
| D | syntax.php | 427 $newlines = array("\t","\n","\r","\x20\x20","\0","\x0B","<br />"); 432 $content = str_replace($newlines, "", $raw);
|
| /plugin/latexit/ |
| D | renderer.php | 1380 * @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/ |
| D | CHANGELOG.md | 90 - #27 Fixed some rendering problems with block elements not separated by newlines
|
| D | README.md | 121 - `$parser->enableNewlines = true` to convert all newlines to `<br/>`-tags. By default only newline…
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/ |
| D | crud.asciidoc | 73 action/metadata pairs, separated by newlines. When constructing your documents
|
| /plugin/codemirror/dist/modes/ |
| D | elm.min.js.map | 1 …n var specialRE = /[(),[\\]{}]/;\n var spacesRE = /[ \\v\\f]/; // newlines are handled in to…
|
123