Home
last modified time | relevance | path

Searched refs:multiline (Results 1 – 25 of 57) sorted by relevance

123

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/exceptions/
H A Dmultiline_tag_with_undefined_variable.test2 Exception for multiline tag with undefined variable
H A Dmultiline_array_with_undefined_variable_again.test2 Exception for multiline array with undefined variable
H A Dmultiline_function_with_unknown_argument.test2 Exception for multiline function with unknown argument
H A Dmultiline_array_with_undefined_variable.test2 Exception for multiline array with undefined variable
/plugin/groupmail/
H A Dsyntax.php345 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 Dproperties.min.js.map1 …line : false, // Is the next line multiline value\n inMultiline : false, // Is the curr…
H A Dsieve.min.js.map1 … // \"text:\" *(SP / HTAB) (hash-comment / CRLF)\n // *(multiline-literal / multiline-dotsta…
H A Dfactor.min.js.map1 …\n {regex: /#?!.*/, token: \"comment\"},\n // strings \"\"\", multiline --> state\n …
H A Dwebidl.min.js.map1 …eturn {\n startState: function() {\n return {\n // Is in multiline comment\n …
H A Djulia.min.js.map1multiline comments\n if (stream.match(/^#=/, false)) {\n state.tokenize = tokenComment;\n …
H A Dgas.min.js.map1 …ecture.\n // If no architecture is pased in \"parserConfig\" then only multiline\n // comments w…
/plugin/batchedit/
H A Dinterface.php405 $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 DNEWS15 * Fixed highñighting of tables with multiline cells
/plugin/codeprettify/code-prettify/src/
H A Dnode_prettify.js507 if (regex.global || regex.multiline) { throw new Error('' + regex); }
H A Dprettify.js555 if (regex.global || regex.multiline) { throw new Error('' + regex); }
H A Drun_prettify.js784 if (regex.global || regex.multiline) { throw new Error('' + regex); }
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/
H A DJplayer.as139 txLog.multiline = true;
/plugin/amcharts/assets/amcharts/plugins/export/
H A DREADME.md914 * Fixed: Issue with multiline label positioning
992 * Fixed: Positioning issue on multiline labels
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D50.50.js.map1 … // i.e. http://stackoverflow.com/questions/728172/are-there-multiline-comment-delimite…
H A D35.35.js.map1 … // i.e. http://stackoverflow.com/questions/728172/are-there-multiline-comment-delimite…
H A D40.40.js.map1 … // i.e. http://stackoverflow.com/questions/728172/are-there-multiline-comment-delimite…
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshCore.js137 (regex.multiline ? "m" : "") +
H A DshCore.min.js17 …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 Dobjects.js399 …assert.notOk(_.isEqual(/Curly/g, {source: 'Larry', global: true, ignoreCase: false, multiline: fal…
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG-0.x.md

123