/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/ |
H A D | YtsFoldedScalars.yml | 6 block, in which newlines are preserved 19 The '+' indicator says to keep newlines at the end of text 37 test: Three trailing newlines in literals 43 ending newlines, while the chomp indicator 44 will strip all ending newlines. 61 This has four newlines. 72 'kept' => "This has four newlines.\n\n\n\n", 76 test: Extra trailing newlines with spaces 143 test: Three trailing newlines in folded blocks 163 This has four newlines. [all …]
|
H A D | YtsSpecificationExamples.yml | 368 test: Literal perserves newlines 396 test: Folded treats newlines as a space 1154 This has two newlines. 1156 same as "kept" above: "This has two newlines.\n\n" 1163 'kept' => "This has two newlines.\n\n", 1164 'same as "kept" above' => "This has two newlines.\n\n"
|
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/ |
H A D | AutoFormat.AutoParagraph.txt |
|
H A D | Core.NormalizeNewlines.txt |
|
H A D | HTML.Allowed.txt |
|
/plugin/codeprettify/code-prettify/ |
H A 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/jplayer/vendor/robloach/component-installer/ |
H A D | .editorconfig | 4 ; Unix-style newlines
|
/plugin/table2csv/ |
H A D | getTableData.php | 13 $newlines = array("\t","\n","\r","\x20\x20","\0","\x0B"); 14 $content = str_replace($newlines, "", html_entity_decode($raw));
|
/plugin/findologicxmlexport/vendor/twig/twig/ |
H A 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/ |
H A D | nl2br.rst | 7 The ``nl2br`` filter inserts HTML line breaks before all newlines in a string:
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/ |
H A D | 581.phpt | 2 GH-581: PHPUnit_Util_Type::export adds extra newlines in Windows
|
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/ |
H A D | dense-block-markers.md | 1 # this is to test dense blocks (no newlines between them)
|
/plugin/mdpage/vendor/cebe/markdown/tests/github-data/ |
H A 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/ |
H A D | MonitoringNamespace.asciidoc | 36 $params['body'] = (array) The operation definition and data (action-data pairs), separated by newlines (Required)
|
/plugin/avtaskbox/ |
H A 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/ |
H A D | README.md | 41 * two subsequent newlines (thus a whiteline in between as can be seen in this
|
/plugin/sqlraw/ |
H A D | syntax.php | 427 $newlines = array("\t","\n","\r","\x20\x20","\0","\x0B","<br />"); 432 $content = str_replace($newlines, "", $raw);
|
/plugin/latexit/ |
H A 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/ |
H A D | CHANGELOG.md | 90 - #27 Fixed some rendering problems with block elements not separated by newlines
|
H A D | README.md | 121 - `$parser->enableNewlines = true` to convert all newlines to `<br/>`-tags. By default only newline…
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/ |
H A D | crud.asciidoc | 73 action/metadata pairs, separated by newlines. When constructing your documents
|
/plugin/codemirror/dist/modes/ |
H A D | elm.min.js.map | 1 …n var specialRE = /[(),[\\]{}]/;\n var spacesRE = /[ \\v\\f]/; // newlines are handled in to…
|
/plugin/tablelayout/ |
H A D | yarn.lock | 1585 trim-newlines "^1.0.0" 2396 trim-newlines@^1.0.0: 2398 …resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-1.0.0.tgz#5887966bb582a4503a4…
|