/usr/share/doc/elpa-flycheck/html/search.html is in flycheck-doc 31-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Search — Flycheck 31 documentation</title>
<link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: './',
VERSION: '31',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true,
SOURCELINK_SUFFIX: '.txt'
};
</script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<script type="text/javascript" src="_static/searchtools.js"></script>
<link rel="shortcut icon" href="_static/favicon.ico"/>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="#" />
<script type="text/javascript">
jQuery(function() { Search.loadIndex("searchindex.js"); });
</script>
<script type="text/javascript" id="searchindexloader"></script>
<script type="text/javascript">
/* Prevent injected analytics from running with a no-op, but
let other scripts be injected (we need that for the readthedocs
widget at the bottom-right of the screen) */
(function(){
var props = Object.getOwnPropertyDescriptor(HTMLScriptElement.prototype, 'src');
var _set = props.set;
Object.defineProperty(HTMLScriptElement.prototype, 'src', {
configurable: false, /* Prevent further redefinition of this property */
set: function(url) {
if (url.indexOf('google-analytics.com') > -1) return;
else _set.apply(this, arguments);
}
});
}())
</script>
</head>
<body>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<h1 id="search-documentation">Search</h1>
<div id="fallback" class="admonition warning">
<script type="text/javascript">$('#fallback').hide();</script>
<p>
Please activate JavaScript to enable the search
functionality.
</p>
</div>
<p>
From here you can search these documents. Enter your search
words into the box below and click "search". Note that the search
function will automatically search for all of the words. Pages
containing fewer words won't appear in the result list.
</p>
<form action="" method="get">
<input type="text" name="q" value="" />
<input type="submit" value="search" />
<span id="search-progress" style="padding-left: 10px"></span>
</form>
<div id="search-results">
</div>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<p class="logo">
<a href="index.html">
<img class="logo" src="_static/logo.png" alt="Logo"/>
</a>
</p>
<p class="blurb">Syntax checking for GNU Emacs</p>
<h4>Tables</h4>
<ul>
<li><a href="languages.html">Supported languages</a></li>
<li><a href="changes.html">List of changes</a></li>
<li><a href="genindex.html">Index</a></li>
</ul><h3>Navigation</h3>
<ul>
<li class="toctree-l1"><a class="reference internal" href="user/installation.html">Installation</a></li>
<li class="toctree-l1"><a class="reference internal" href="user/quickstart.html">Quickstart</a></li>
<li class="toctree-l1"><a class="reference internal" href="user/troubleshooting.html">Troubleshooting</a></li>
<li class="toctree-l1"><a class="reference internal" href="user/syntax-checks.html">Check buffers</a></li>
<li class="toctree-l1"><a class="reference internal" href="user/syntax-checkers.html">Syntax checkers</a></li>
<li class="toctree-l1"><a class="reference internal" href="user/error-reports.html">See errors in buffers</a></li>
<li class="toctree-l1"><a class="reference internal" href="user/error-list.html">List all errors</a></li>
<li class="toctree-l1"><a class="reference internal" href="user/error-interaction.html">Interact with errors</a></li>
<li class="toctree-l1"><a class="reference internal" href="user/flycheck-versus-flymake.html">Flycheck versus Flymake</a></li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="community/conduct.html">Flycheck Code of Conduct</a></li>
<li class="toctree-l1"><a class="reference internal" href="community/extensions.html">Recommended extensions</a></li>
<li class="toctree-l1"><a class="reference internal" href="community/get-help.html">Get help</a></li>
<li class="toctree-l1"><a class="reference internal" href="community/people.html">People</a></li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="developer/developing.html">Developer’s Guide</a></li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="contributor/contributing.html">Contributor’s Guide</a></li>
<li class="toctree-l1"><a class="reference internal" href="contributor/style-guide.html">Style Guide</a></li>
<li class="toctree-l1"><a class="reference internal" href="contributor/maintaining.html">Maintainer’s Guide</a></li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="languages.html">Supported Languages</a></li>
<li class="toctree-l1"><a class="reference internal" href="glossary.html">Glossary</a></li>
<li class="toctree-l1"><a class="reference internal" href="changes.html">Changes</a></li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="licenses.html">Flycheck licenses</a></li>
</ul>
<div class="relations">
<h3>Related Topics</h3>
<ul>
<li><a href="index.html">Documentation overview</a><ul>
</ul></li>
</ul>
</div>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="footer">
© 2014-2017, Sebastian Wiesner and Flycheck contributors.
|
Powered by <a href="http://sphinx-doc.org/">Sphinx 1.6.5</a>
& <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.8</a>
</div>
</body>
</html>
|