Searched refs:multiline (Results 1 – 25 of 87) sorted by relevance
1234
| /plugin/asciidocjs/node_modules/has-tostringtag/ |
| D | .eslintrc | 9 "multiline-comment-style": 0,
|
| /plugin/asciidocjs/node_modules/has-symbols/ |
| D | .eslintrc | 9 "multiline-comment-style": 0,
|
| /plugin/asciidocjs/node_modules/core-js/library/modules/ |
| D | _flags.js | 9 if (that.multiline) result += 'm';
|
| /plugin/asciidocjs/node_modules/core-js/modules/ |
| D | _flags.js | 9 if (that.multiline) result += 'm';
|
| D | es6.regexp.split.js | 40 (separator.multiline ? 'm' : '') + 98 (rx.multiline ? 'm' : '') +
|
| /plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/exceptions/ |
| D | multiline_tag_with_undefined_variable.test | 2 Exception for multiline tag with undefined variable
|
| D | multiline_function_with_unknown_argument.test | 2 Exception for multiline function with unknown argument
|
| D | multiline_array_with_undefined_variable_again.test | 2 Exception for multiline array with undefined variable
|
| D | multiline_array_with_undefined_variable.test | 2 Exception for multiline array with undefined variable
|
| /plugin/asciidocjs/node_modules/minimist/ |
| D | .eslintrc | 14 "multiline-comment-style": 0,
|
| /plugin/asciidocjs/node_modules/get-intrinsic/ |
| D | .eslintrc | 25 "multiline-comment-style": 0,
|
| /plugin/batchedit/ |
| D | interface.php | 405 $multiline = isset($_REQUEST['multiline']); 408 $this->printEditBox($name, FALSE, TRUE, !$multiline, $placeholder); 409 $this->printTextArea($name, $multiline, $placeholder);
|
| /plugin/groupmail/ |
| D | syntax.php | 345 private function _validate_value($val, $typ, $as_array=False, $multiline=False){ argument 348 foreach ($val as $v) { $this->_validate_value($v, $typ, False, $multiline); } 354 …if ((!$multiline && preg_match("/(\r|\n)/",$val)) || preg_match("/(MIME-Version: )/",$val) || pre…
|
| /plugin/codemirror/dist/modes/ |
| D | properties.min.js.map | 1 …line : false, // Is the next line multiline value\n inMultiline : false, // Is the curr…
|
| D | sieve.min.js.map | 1 … // \"text:\" *(SP / HTAB) (hash-comment / CRLF)\n // *(multiline-literal / multiline-dotsta…
|
| D | factor.min.js.map | 1 …\n {regex: /#?!.*/, token: \"comment\"},\n // strings \"\"\", multiline --> state\n …
|
| D | webidl.min.js.map | 1 …eturn {\n startState: function() {\n return {\n // Is in multiline comment\n …
|
| D | julia.min.js.map | 1 …multiline comments\n if (stream.match(/^#=/, false)) {\n state.tokenize = tokenComment;\n …
|
| D | gas.min.js.map | 1 …ecture.\n // If no architecture is pased in \"parserConfig\" then only multiline\n // comments w…
|
| /plugin/aceeditor/ |
| D | NEWS | 15 * Fixed highñighting of tables with multiline cells
|
| /plugin/codeprettify/code-prettify/src/ |
| D | prettify.js | 555 if (regex.global || regex.multiline) { throw new Error('' + regex); }
|
| D | node_prettify.js | 507 if (regex.global || regex.multiline) { throw new Error('' + regex); }
|
| D | run_prettify.js | 784 if (regex.global || regex.multiline) { throw new Error('' + regex); }
|
| /plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/ |
| D | Jplayer.as | 139 txLog.multiline = true;
|
| /plugin/amcharts/assets/amcharts/plugins/export/ |
| D | README.md | 914 * Fixed: Issue with multiline label positioning 992 * Fixed: Positioning issue on multiline labels
|
1234