/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/exceptions/ |
H A D | multiline_tag_with_undefined_variable.test | 2 Exception for multiline tag with undefined variable
|
H A D | multiline_array_with_undefined_variable_again.test | 2 Exception for multiline array with undefined variable
|
H A D | multiline_function_with_unknown_argument.test | 2 Exception for multiline function with unknown argument
|
H A D | multiline_array_with_undefined_variable.test | 2 Exception for multiline array with undefined variable
|
/plugin/groupmail/ |
H A 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/ |
H A D | properties.min.js.map | 1 …line : false, // Is the next line multiline value\n inMultiline : false, // Is the curr…
|
H A D | sieve.min.js.map | 1 … // \"text:\" *(SP / HTAB) (hash-comment / CRLF)\n // *(multiline-literal / multiline-dotsta…
|
H A D | factor.min.js.map | 1 …\n {regex: /#?!.*/, token: \"comment\"},\n // strings \"\"\", multiline --> state\n …
|
H A D | webidl.min.js.map | 1 …eturn {\n startState: function() {\n return {\n // Is in multiline comment\n …
|
H A D | julia.min.js.map | 1 …multiline comments\n if (stream.match(/^#=/, false)) {\n state.tokenize = tokenComment;\n …
|
H A D | gas.min.js.map | 1 …ecture.\n // If no architecture is pased in \"parserConfig\" then only multiline\n // comments w…
|
/plugin/batchedit/ |
H A D | interface.php | 405 $multiline = isset($_REQUEST['multiline']); 408 $this->printEditBox($name, FALSE, TRUE, !$multiline, $placeholder); 409 $this->printTextArea($name, $multiline, $placeholder); 458 $this->printCheckBox('multiline', 'lbl_multiline');
|
/plugin/aceeditor/ |
H A D | NEWS | 15 * Fixed highñighting of tables with multiline cells
|
/plugin/codeprettify/code-prettify/src/ |
H A D | node_prettify.js | 279 * @param {Array.<RegExp>} regexs non multiline, non-global regexs. 507 if (regex.global || regex.multiline) { throw new Error('' + regex); } 879 if (hc > 1) { // multiline hash comments 1388 'regexLiterals': 2 // multiline regex literals
|
H A D | prettify.js | 327 * @param {Array.<RegExp>} regexs non multiline, non-global regexs. 555 if (regex.global || regex.multiline) { throw new Error('' + regex); } 927 if (hc > 1) { // multiline hash comments 1436 'regexLiterals': 2 // multiline regex literals
|
H A D | run_prettify.js | 556 * @param {Array.<RegExp>} regexs non multiline, non-global regexs. 784 if (regex.global || regex.multiline) { throw new Error('' + regex); } 1156 if (hc > 1) { // multiline hash comments 1665 'regexLiterals': 2 // multiline regex literals
|
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/ |
H A D | Jplayer.as | 139 txLog.multiline = true;
|
/plugin/amcharts/assets/amcharts/plugins/export/ |
H A D | README.md | 914 * Fixed: Issue with multiline label positioning 992 * Fixed: Positioning issue on multiline labels
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | 50.50.js.map | 1 … // i.e. http://stackoverflow.com/questions/728172/are-there-multiline-comment-delimite…
|
H A D | 35.35.js.map | 1 … // i.e. http://stackoverflow.com/questions/728172/are-there-multiline-comment-delimite…
|
H A D | 40.40.js.map | 1 … // i.e. http://stackoverflow.com/questions/728172/are-there-multiline-comment-delimite…
|
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/ |
H A D | shCore.js | 137 (regex.multiline ? "m" : "") +
|
H A D | shCore.min.js | 17 …e:!!n},e}function n(e){return(e.global?"g":"")+(e.ignoreCase?"i":"")+(e.multiline?"m":"")+(e.exten…
|
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/ |
H A D | objects.js | 399 …assert.notOk(_.isEqual(/Curly/g, {source: 'Larry', global: true, ignoreCase: false, multiline: fal…
|
/plugin/commonmark/vendor/league/commonmark/ |
H A D | CHANGELOG-0.x.md |
|