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/ntriples
File: index.html
<!doctype html>
[0] Fix | Delete
[1] Fix | Delete
<title>CodeMirror: NTriples 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="ntriples.js"></script>
[8] Fix | Delete
<style type="text/css">
[9] Fix | Delete
.CodeMirror {
[10] Fix | Delete
border: 1px solid #eee;
[11] Fix | Delete
}
[12] Fix | Delete
</style>
[13] Fix | Delete
<div id=nav>
[14] Fix | Delete
<a href="http://codemirror.net"><h1>CodeMirror</h1><img id=logo src="../../doc/logo.png"></a>
[15] Fix | Delete
[16] Fix | Delete
<ul>
[17] Fix | Delete
<li><a href="../../index.html">Home</a>
[18] Fix | Delete
<li><a href="../../doc/manual.html">Manual</a>
[19] Fix | Delete
<li><a href="https://github.com/codemirror/codemirror">Code</a>
[20] Fix | Delete
</ul>
[21] Fix | Delete
<ul>
[22] Fix | Delete
<li><a href="../index.html">Language modes</a>
[23] Fix | Delete
<li><a class=active href="#">NTriples</a>
[24] Fix | Delete
</ul>
[25] Fix | Delete
</div>
[26] Fix | Delete
[27] Fix | Delete
<article>
[28] Fix | Delete
<h2>NTriples mode</h2>
[29] Fix | Delete
<form>
[30] Fix | Delete
<textarea id="ntriples" name="ntriples">
[31] Fix | Delete
<http://Sub1> <http://pred1> <http://obj> .
[32] Fix | Delete
<http://Sub2> <http://pred2#an2> "literal 1" .
[33] Fix | Delete
<http://Sub3#an3> <http://pred3> _:bnode3 .
[34] Fix | Delete
_:bnode4 <http://pred4> "literal 2"@lang .
[35] Fix | Delete
_:bnode5 <http://pred5> "literal 3"^^<http://type> .
[36] Fix | Delete
</textarea>
[37] Fix | Delete
</form>
[38] Fix | Delete
[39] Fix | Delete
<script>
[40] Fix | Delete
var editor = CodeMirror.fromTextArea(document.getElementById("ntriples"), {});
[41] Fix | Delete
</script>
[42] Fix | Delete
<p><strong>MIME types defined:</strong> <code>text/n-triples</code>.</p>
[43] Fix | Delete
</article>
[44] Fix | Delete
[45] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function