Edit File by line

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93
/home/sportsfe.../httpdocs/wp-conte.../plugins/wp-file-.../lib/codemirr.../mode/ecl
File: index.html
<!doctype html>
[0] Fix | Delete
[1] Fix | Delete
<title>CodeMirror: ECL mode</title>
[2] Fix | Delete
<meta charset="utf-8"/>
[3] Fix | Delete
<link rel=stylesheet href="../../doc/docs.css">
[4] Fix | Delete
[5] Fix | Delete
<link rel="stylesheet" href="../../lib/codemirror.css">
[6] Fix | Delete
<script src="../../lib/codemirror.js"></script>
[7] Fix | Delete
<script src="ecl.js"></script>
[8] Fix | Delete
<style>.CodeMirror {border: 1px solid black;}</style>
[9] Fix | Delete
<div id=nav>
[10] Fix | Delete
<a href="http://codemirror.net"><h1>CodeMirror</h1><img id=logo src="../../doc/logo.png"></a>
[11] Fix | Delete
[12] Fix | Delete
<ul>
[13] Fix | Delete
<li><a href="../../index.html">Home</a>
[14] Fix | Delete
<li><a href="../../doc/manual.html">Manual</a>
[15] Fix | Delete
<li><a href="https://github.com/codemirror/codemirror">Code</a>
[16] Fix | Delete
</ul>
[17] Fix | Delete
<ul>
[18] Fix | Delete
<li><a href="../index.html">Language modes</a>
[19] Fix | Delete
<li><a class=active href="#">ECL</a>
[20] Fix | Delete
</ul>
[21] Fix | Delete
</div>
[22] Fix | Delete
[23] Fix | Delete
<article>
[24] Fix | Delete
<h2>ECL mode</h2>
[25] Fix | Delete
<form><textarea id="code" name="code">
[26] Fix | Delete
/*
[27] Fix | Delete
sample useless code to demonstrate ecl syntax highlighting
[28] Fix | Delete
this is a multiline comment!
[29] Fix | Delete
*/
[30] Fix | Delete
[31] Fix | Delete
// this is a singleline comment!
[32] Fix | Delete
[33] Fix | Delete
import ut;
[34] Fix | Delete
r :=
[35] Fix | Delete
record
[36] Fix | Delete
string22 s1 := '123';
[37] Fix | Delete
integer4 i1 := 123;
[38] Fix | Delete
end;
[39] Fix | Delete
#option('tmp', true);
[40] Fix | Delete
d := dataset('tmp::qb', r, thor);
[41] Fix | Delete
output(d);
[42] Fix | Delete
</textarea></form>
[43] Fix | Delete
<script>
[44] Fix | Delete
var editor = CodeMirror.fromTextArea(document.getElementById("code"), {});
[45] Fix | Delete
</script>
[46] Fix | Delete
[47] Fix | Delete
<p>Based on CodeMirror's clike mode. For more information see <a href="http://hpccsystems.com">HPCC Systems</a> web site.</p>
[48] Fix | Delete
<p><strong>MIME types defined:</strong> <code>text/x-ecl</code>.</p>
[49] Fix | Delete
[50] Fix | Delete
</article>
[51] Fix | Delete
[52] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function