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/webidl
File: index.html
<!doctype html>
[0] Fix | Delete
[1] Fix | Delete
<title>CodeMirror: Web IDL mode</title>
[2] Fix | Delete
<meta charset="utf-8">
[3] Fix | Delete
<link rel="stylesheet" href="../../doc/docs.css">
[4] Fix | Delete
<link rel="stylesheet" href="../../lib/codemirror.css">
[5] Fix | Delete
<script src="../../lib/codemirror.js"></script>
[6] Fix | Delete
<script src="../../addon/edit/matchbrackets.js"></script>
[7] Fix | Delete
<script src="webidl.js"></script>
[8] Fix | Delete
<style type="text/css">.CodeMirror {border-top: 1px solid black; border-bottom: 1px solid black;}</style>
[9] Fix | Delete
[10] Fix | Delete
<div id="nav">
[11] Fix | Delete
<a href="http://codemirror.net"><h1>CodeMirror</h1><img id="logo" src="../../doc/logo.png"></a>
[12] Fix | Delete
[13] Fix | Delete
<ul>
[14] Fix | Delete
<li><a href="../../index.html">Home</a>
[15] Fix | Delete
<li><a href="../../doc/manual.html">Manual</a>
[16] Fix | Delete
<li><a href="https://github.com/codemirror/codemirror">Code</a>
[17] Fix | Delete
</ul>
[18] Fix | Delete
<ul>
[19] Fix | Delete
<li><a href="../index.html">Language modes</a>
[20] Fix | Delete
<li><a class="active" href="#">Web IDL</a>
[21] Fix | Delete
</ul>
[22] Fix | Delete
</div>
[23] Fix | Delete
[24] Fix | Delete
<article>
[25] Fix | Delete
<h2>Web IDL mode</h2>
[26] Fix | Delete
[27] Fix | Delete
<div>
[28] Fix | Delete
<textarea id="code" name="code">
[29] Fix | Delete
[NamedConstructor=Image(optional unsigned long width, optional unsigned long height)]
[30] Fix | Delete
interface HTMLImageElement : HTMLElement {
[31] Fix | Delete
attribute DOMString alt;
[32] Fix | Delete
attribute DOMString src;
[33] Fix | Delete
attribute DOMString srcset;
[34] Fix | Delete
attribute DOMString sizes;
[35] Fix | Delete
attribute DOMString? crossOrigin;
[36] Fix | Delete
attribute DOMString useMap;
[37] Fix | Delete
attribute boolean isMap;
[38] Fix | Delete
attribute unsigned long width;
[39] Fix | Delete
attribute unsigned long height;
[40] Fix | Delete
readonly attribute unsigned long naturalWidth;
[41] Fix | Delete
readonly attribute unsigned long naturalHeight;
[42] Fix | Delete
readonly attribute boolean complete;
[43] Fix | Delete
readonly attribute DOMString currentSrc;
[44] Fix | Delete
[45] Fix | Delete
// also has obsolete members
[46] Fix | Delete
};
[47] Fix | Delete
[48] Fix | Delete
partial interface HTMLImageElement {
[49] Fix | Delete
attribute DOMString name;
[50] Fix | Delete
attribute DOMString lowsrc;
[51] Fix | Delete
attribute DOMString align;
[52] Fix | Delete
attribute unsigned long hspace;
[53] Fix | Delete
attribute unsigned long vspace;
[54] Fix | Delete
attribute DOMString longDesc;
[55] Fix | Delete
[56] Fix | Delete
[TreatNullAs=EmptyString] attribute DOMString border;
[57] Fix | Delete
};
[58] Fix | Delete
</textarea>
[59] Fix | Delete
</div>
[60] Fix | Delete
[61] Fix | Delete
<script>
[62] Fix | Delete
var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
[63] Fix | Delete
lineNumbers: true,
[64] Fix | Delete
matchBrackets: true
[65] Fix | Delete
});
[66] Fix | Delete
</script>
[67] Fix | Delete
[68] Fix | Delete
<p><strong>MIME type defined:</strong> <code>text/x-webidl</code>.</p>
[69] Fix | Delete
</article>
[70] Fix | Delete
[71] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function