This file is indexed.

/usr/share/doc/ubuntu-web/html/qml-ubuntu-web-sharedwebcontext.html is in qml-module-ubuntu-web-doc 0.23+16.04.20160413-0ubuntu1.

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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html lang="en">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- SharedWebContext.qdoc -->
  <title>SharedWebContext QML Type | UbuntuWeb 0.2</title>
<link rel="stylesheet" type="text/css" href="style/qtquick.css" />
<link rel="stylesheet" type="text/css" href="style/base.css" />
<link rel="stylesheet" type="text/css" href="style/custom.css" />
</head>
<body>
<div class="sidebar">
<div class="toc">
<h3><a name="toc">Contents</a></h3>
<ul>
<li class="level1"><a href="#properties">Properties</a></li>
<li class="level1"><a href="#details">Detailed Description</a></li>
</ul>
</div>
<div class="sidebar-content" id="sidebar-content"></div></div>
<h1 class="title">SharedWebContext QML Type</h1>
<span class="subtitle"></span>
<!-- $$$SharedWebContext-brief -->
<p>A singleton that exposes a shared <a href="qml-ubuntu-web-webcontext.html">WebContext</a> that can be used by several <a href="qml-ubuntu-web-webview.html">WebView</a> instances in the same application. <a href="#details">More...</a></p>
<!-- @@@SharedWebContext -->
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> Import Statement:</td><td class="memItemRight bottomAlign"> import Ubuntu.Web 0.2</td></tr></table></div><ul>
<li><a href="qml-ubuntu-web-sharedwebcontext-members.html">List of all members, including inherited members</a></li>
</ul>
<a name="properties"></a>
<h2 id="properties">Properties</h2>
<ul>
<li class="fn"><b><b><a href="qml-ubuntu-web-sharedwebcontext.html#customUA-prop">customUA</a></b></b> : string</li>
<li class="fn"><b><b><a href="qml-ubuntu-web-sharedwebcontext.html#sharedContext-prop">sharedContext</a></b></b> : WebContext</li>
</ul>
<!-- $$$SharedWebContext-description -->
<a name="details"></a>
<h2 id="details">Detailed Description</h2>
</p>
<p>Note that the <a href="qml-ubuntu-web-webview.html">WebView</a> component already uses the shared context.</p>
<!-- @@@SharedWebContext -->
<h2>Property Documentation</h2>
<!-- $$$customUA -->
<div class="qmlitem"><div class="qmlproto"><div class="table"><table class="qmlname"><tr valign="top" class="odd" id="customUA-prop"><td class="tblQmlPropNode"><p><a name="customUA-prop"></a><span class="name">customUA</span> : <span class="type">string</span></p></td></tr></table></div></div><div class="qmldoc"><p>An alias to the shared context’s default user agent string.</p>
</div></div><!-- @@@customUA -->
<br/>
<!-- $$$sharedContext -->
<div class="qmlitem"><div class="qmlproto"><div class="table"><table class="qmlname"><tr valign="top" class="odd" id="sharedContext-prop"><td class="tblQmlPropNode"><p><a name="sharedContext-prop"></a><span class="name">sharedContext</span> : <span class="type"><a href="qml-ubuntu-web-webcontext.html">WebContext</a></span></p></td></tr></table></div></div><div class="qmldoc"><p>The <a href="qml-ubuntu-web-webcontext.html">WebContext</a> instance that several <a href="qml-ubuntu-web-webview.html">WebView</a> instances can share.</p>
</div></div><!-- @@@sharedContext -->
<br/>
</body>
</html>