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/tiki
File: index.html
<!doctype html>
[0] Fix | Delete
[1] Fix | Delete
<title>CodeMirror: Tiki wiki 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
<link rel="stylesheet" href="tiki.css">
[7] Fix | Delete
<script src="../../lib/codemirror.js"></script>
[8] Fix | Delete
<script src="tiki.js"></script>
[9] Fix | Delete
<style type="text/css">.CodeMirror {border-top: 1px solid black; border-bottom: 1px solid black;}</style>
[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="#">Tiki wiki</a>
[21] Fix | Delete
</ul>
[22] Fix | Delete
</div>
[23] Fix | Delete
[24] Fix | Delete
<article>
[25] Fix | Delete
<h2>Tiki wiki mode</h2>
[26] Fix | Delete
[27] Fix | Delete
[28] Fix | Delete
<div><textarea id="code" name="code">
[29] Fix | Delete
Headings
[30] Fix | Delete
!Header 1
[31] Fix | Delete
!!Header 2
[32] Fix | Delete
!!!Header 3
[33] Fix | Delete
!!!!Header 4
[34] Fix | Delete
!!!!!Header 5
[35] Fix | Delete
!!!!!!Header 6
[36] Fix | Delete
[37] Fix | Delete
Styling
[38] Fix | Delete
-=titlebar=-
[39] Fix | Delete
^^ Box on multi
[40] Fix | Delete
lines
[41] Fix | Delete
of content^^
[42] Fix | Delete
__bold__
[43] Fix | Delete
''italic''
[44] Fix | Delete
===underline===
[45] Fix | Delete
::center::
[46] Fix | Delete
--Line Through--
[47] Fix | Delete
[48] Fix | Delete
Operators
[49] Fix | Delete
~np~No parse~/np~
[50] Fix | Delete
[51] Fix | Delete
Link
[52] Fix | Delete
[link|desc|nocache]
[53] Fix | Delete
[54] Fix | Delete
Wiki
[55] Fix | Delete
((Wiki))
[56] Fix | Delete
((Wiki|desc))
[57] Fix | Delete
((Wiki|desc|timeout))
[58] Fix | Delete
[59] Fix | Delete
Table
[60] Fix | Delete
||row1 col1|row1 col2|row1 col3
[61] Fix | Delete
row2 col1|row2 col2|row2 col3
[62] Fix | Delete
row3 col1|row3 col2|row3 col3||
[63] Fix | Delete
[64] Fix | Delete
Lists:
[65] Fix | Delete
*bla
[66] Fix | Delete
**bla-1
[67] Fix | Delete
++continue-bla-1
[68] Fix | Delete
***bla-2
[69] Fix | Delete
++continue-bla-1
[70] Fix | Delete
*bla
[71] Fix | Delete
+continue-bla
[72] Fix | Delete
#bla
[73] Fix | Delete
** tra-la-la
[74] Fix | Delete
+continue-bla
[75] Fix | Delete
#bla
[76] Fix | Delete
[77] Fix | Delete
Plugin (standard):
[78] Fix | Delete
{PLUGIN(attr="my attr")}
[79] Fix | Delete
Plugin Body
[80] Fix | Delete
{PLUGIN}
[81] Fix | Delete
[82] Fix | Delete
Plugin (inline):
[83] Fix | Delete
{plugin attr="my attr"}
[84] Fix | Delete
</textarea></div>
[85] Fix | Delete
[86] Fix | Delete
<script type="text/javascript">
[87] Fix | Delete
var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
[88] Fix | Delete
mode: 'tiki',
[89] Fix | Delete
lineNumbers: true
[90] Fix | Delete
});
[91] Fix | Delete
</script>
[92] Fix | Delete
[93] Fix | Delete
</article>
[94] Fix | Delete
[95] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function