Home
last modified time | relevance | path

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

123

/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsFoldedScalars.yml6 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 DYtsSpecificationExamples.yml368 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 DAutoFormat.AutoParagraph.txt
H A DCore.NormalizeNewlines.txt
H A DHTML.Allowed.txt
/plugin/codeprettify/code-prettify/
H A 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/jplayer/vendor/robloach/component-installer/
H A D.editorconfig4 ; Unix-style newlines
/plugin/table2csv/
H A DgetTableData.php13 $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.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/
H A Dnl2br.rst7 The ``nl2br`` filter inserts HTML line breaks before all newlines in a string:
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D581.phpt2 GH-581: PHPUnit_Util_Type::export adds extra newlines in Windows
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Ddense-block-markers.md1 # this is to test dense blocks (no newlines between them)
/plugin/mdpage/vendor/cebe/markdown/tests/github-data/
H A Ddense-block-markers.md1 # this is to test dense blocks (no newlines between them)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DMonitoringNamespace.asciidoc36 $params['body'] = (array) The operation definition and data (action-data pairs), separated by newlines (Required)
/plugin/avtaskbox/
H A 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/
H A DREADME.md41 * two subsequent newlines (thus a whiteline in between as can be seen in this
/plugin/sqlraw/
H A Dsyntax.php427 $newlines = array("\t","\n","\r","\x20\x20","\0","\x0B","<br />");
432 $content = str_replace($newlines, "", $raw);
/plugin/latexit/
H A 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/
H A DCHANGELOG.md90 - #27 Fixed some rendering problems with block elements not separated by newlines
H A DREADME.md121 - `$parser->enableNewlines = true` to convert all newlines to `<br/>`-tags. By default only newline…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dcrud.asciidoc73 action/metadata pairs, separated by newlines. When constructing your documents
/plugin/codemirror/dist/modes/
H A Delm.min.js.map1 …n var specialRE = /[(),[\\]{}]/;\n var spacesRE = /[ \\v\\f]/; // newlines are handled in to…
/plugin/tablelayout/
H A Dyarn.lock1585 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…

123