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/rpm
File: index.html
<!doctype html>
[0] Fix | Delete
[1] Fix | Delete
<title>CodeMirror: RPM changes 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="rpm.js"></script>
[8] Fix | Delete
<link rel="stylesheet" href="../../doc/docs.css">
[9] Fix | Delete
<style type="text/css">.CodeMirror {border-top: 1px solid black; border-bottom: 1px solid black;}</style>
[10] Fix | Delete
[11] Fix | Delete
<div id=nav>
[12] Fix | Delete
<a href="http://codemirror.net"><h1>CodeMirror</h1><img id=logo src="../../doc/logo.png"></a>
[13] Fix | Delete
[14] Fix | Delete
<ul>
[15] Fix | Delete
<li><a href="../../index.html">Home</a>
[16] Fix | Delete
<li><a href="../../doc/manual.html">Manual</a>
[17] Fix | Delete
<li><a href="https://github.com/codemirror/codemirror">Code</a>
[18] Fix | Delete
</ul>
[19] Fix | Delete
<ul>
[20] Fix | Delete
<li><a href="../index.html">Language modes</a>
[21] Fix | Delete
<li><a class=active href="#">RPM</a>
[22] Fix | Delete
</ul>
[23] Fix | Delete
</div>
[24] Fix | Delete
[25] Fix | Delete
<article>
[26] Fix | Delete
<h2>RPM changes mode</h2>
[27] Fix | Delete
[28] Fix | Delete
<div><textarea id="code" name="code">
[29] Fix | Delete
-------------------------------------------------------------------
[30] Fix | Delete
Tue Oct 18 13:58:40 UTC 2011 - misterx@example.com
[31] Fix | Delete
[32] Fix | Delete
- Update to r60.3
[33] Fix | Delete
- Fixes bug in the reflect package
[34] Fix | Delete
* disallow Interface method on Value obtained via unexported name
[35] Fix | Delete
[36] Fix | Delete
-------------------------------------------------------------------
[37] Fix | Delete
Thu Oct 6 08:14:24 UTC 2011 - misterx@example.com
[38] Fix | Delete
[39] Fix | Delete
- Update to r60.2
[40] Fix | Delete
- Fixes memory leak in certain map types
[41] Fix | Delete
[42] Fix | Delete
-------------------------------------------------------------------
[43] Fix | Delete
Wed Oct 5 14:34:10 UTC 2011 - misterx@example.com
[44] Fix | Delete
[45] Fix | Delete
- Tweaks for gdb debugging
[46] Fix | Delete
- go.spec changes:
[47] Fix | Delete
- move %go_arch definition to %prep section
[48] Fix | Delete
- pass correct location of go specific gdb pretty printer and
[49] Fix | Delete
functions to cpp as HOST_EXTRA_CFLAGS macro
[50] Fix | Delete
- install go gdb functions & printer
[51] Fix | Delete
- gdb-printer.patch
[52] Fix | Delete
- patch linker (src/cmd/ld/dwarf.c) to emit correct location of go
[53] Fix | Delete
gdb functions and pretty printer
[54] Fix | Delete
</textarea></div>
[55] Fix | Delete
<script>
[56] Fix | Delete
var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
[57] Fix | Delete
mode: {name: "rpm-changes"},
[58] Fix | Delete
lineNumbers: true,
[59] Fix | Delete
indentUnit: 4
[60] Fix | Delete
});
[61] Fix | Delete
</script>
[62] Fix | Delete
[63] Fix | Delete
<h2>RPM spec mode</h2>
[64] Fix | Delete
[65] Fix | Delete
<div><textarea id="code2" name="code2">
[66] Fix | Delete
#
[67] Fix | Delete
# spec file for package minidlna
[68] Fix | Delete
#
[69] Fix | Delete
# Copyright (c) 2011, Sascha Peilicke <saschpe@gmx.de>
[70] Fix | Delete
#
[71] Fix | Delete
# All modifications and additions to the file contributed by third parties
[72] Fix | Delete
# remain the property of their copyright owners, unless otherwise agreed
[73] Fix | Delete
# upon. The license for this file, and modifications and additions to the
[74] Fix | Delete
# file, is the same license as for the pristine package itself (unless the
[75] Fix | Delete
# license for the pristine package is not an Open Source License, in which
[76] Fix | Delete
# case the license is the MIT License). An "Open Source License" is a
[77] Fix | Delete
# license that conforms to the Open Source Definition (Version 1.9)
[78] Fix | Delete
# published by the Open Source Initiative.
[79] Fix | Delete
[80] Fix | Delete
[81] Fix | Delete
Name: libupnp6
[82] Fix | Delete
Version: 1.6.13
[83] Fix | Delete
Release: 0
[84] Fix | Delete
Summary: Portable Universal Plug and Play (UPnP) SDK
[85] Fix | Delete
Group: System/Libraries
[86] Fix | Delete
License: BSD-3-Clause
[87] Fix | Delete
Url: http://sourceforge.net/projects/pupnp/
[88] Fix | Delete
Source0: http://downloads.sourceforge.net/pupnp/libupnp-%{version}.tar.bz2
[89] Fix | Delete
BuildRoot: %{_tmppath}/%{name}-%{version}-build
[90] Fix | Delete
[91] Fix | Delete
%description
[92] Fix | Delete
The portable Universal Plug and Play (UPnP) SDK provides support for building
[93] Fix | Delete
UPnP-compliant control points, devices, and bridges on several operating
[94] Fix | Delete
systems.
[95] Fix | Delete
[96] Fix | Delete
%package -n libupnp-devel
[97] Fix | Delete
Summary: Portable Universal Plug and Play (UPnP) SDK
[98] Fix | Delete
Group: Development/Libraries/C and C++
[99] Fix | Delete
Provides: pkgconfig(libupnp)
[100] Fix | Delete
Requires: %{name} = %{version}
[101] Fix | Delete
[102] Fix | Delete
%description -n libupnp-devel
[103] Fix | Delete
The portable Universal Plug and Play (UPnP) SDK provides support for building
[104] Fix | Delete
UPnP-compliant control points, devices, and bridges on several operating
[105] Fix | Delete
systems.
[106] Fix | Delete
[107] Fix | Delete
%prep
[108] Fix | Delete
%setup -n libupnp-%{version}
[109] Fix | Delete
[110] Fix | Delete
%build
[111] Fix | Delete
%configure --disable-static
[112] Fix | Delete
make %{?_smp_mflags}
[113] Fix | Delete
[114] Fix | Delete
%install
[115] Fix | Delete
%makeinstall
[116] Fix | Delete
find %{buildroot} -type f -name '*.la' -exec rm -f {} ';'
[117] Fix | Delete
[118] Fix | Delete
%post -p /sbin/ldconfig
[119] Fix | Delete
[120] Fix | Delete
%postun -p /sbin/ldconfig
[121] Fix | Delete
[122] Fix | Delete
%files
[123] Fix | Delete
%defattr(-,root,root,-)
[124] Fix | Delete
%doc ChangeLog NEWS README TODO
[125] Fix | Delete
%{_libdir}/libixml.so.*
[126] Fix | Delete
%{_libdir}/libthreadutil.so.*
[127] Fix | Delete
%{_libdir}/libupnp.so.*
[128] Fix | Delete
[129] Fix | Delete
%files -n libupnp-devel
[130] Fix | Delete
%defattr(-,root,root,-)
[131] Fix | Delete
%{_libdir}/pkgconfig/libupnp.pc
[132] Fix | Delete
%{_libdir}/libixml.so
[133] Fix | Delete
%{_libdir}/libthreadutil.so
[134] Fix | Delete
%{_libdir}/libupnp.so
[135] Fix | Delete
%{_includedir}/upnp/
[136] Fix | Delete
[137] Fix | Delete
%changelog</textarea></div>
[138] Fix | Delete
<script>
[139] Fix | Delete
var editor = CodeMirror.fromTextArea(document.getElementById("code2"), {
[140] Fix | Delete
mode: {name: "rpm-spec"},
[141] Fix | Delete
lineNumbers: true,
[142] Fix | Delete
indentUnit: 4
[143] Fix | Delete
});
[144] Fix | Delete
</script>
[145] Fix | Delete
[146] Fix | Delete
<p><strong>MIME types defined:</strong> <code>text/x-rpm-spec</code>, <code>text/x-rpm-changes</code>.</p>
[147] Fix | Delete
</article>
[148] Fix | Delete
[149] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function