This file is indexed.

/usr/share/doc/rt4-doc-html/RT/URI.html is in rt4-doc-html 4.4.2-2.

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
<ul id="index">
  <li><a href="#NAME">NAME</a></li>
  <li><a href="#DESCRIPTION">DESCRIPTION</a></li>
  <li><a href="#API">API</a>
    <ul>
      <li><a href="#new">new</a></li>
      <li><a href="#CanonicalizeURI-URI">CanonicalizeURI &lt;URI&gt;</a></li>
      <li><a href="#FromObject-Object">FromObject &lt;Object&gt;</a></li>
      <li><a href="#FromURI-URI">FromURI &lt;URI&gt;</a></li>
      <li><a href="#GetResolver-scheme">_GetResolver &lt;scheme&gt;</a></li>
      <li><a href="#Scheme">Scheme</a></li>
      <li><a href="#URI">URI</a></li>
      <li><a href="#Object">Object</a></li>
      <li><a href="#IsLocal">IsLocal</a></li>
      <li><a href="#AsHREF">AsHREF</a></li>
      <li><a href="#Resolver">Resolver</a></li>
      <li><a href="#AsString">AsString</a></li>
    </ul>
  </li>
</ul>

<h1 id="NAME"><a href="#___top">NAME</a></h1>

<p>RT::URI</p>

<h1 id="DESCRIPTION"><a href="#___top">DESCRIPTION</a></h1>

<p>This class provides a base class for URIs, such as those handled by RT::Link objects.</p>

<h1 id="API"><a href="#___top">API</a></h1>

<h2 id="new"><a href="#___top">new</a></h2>

<p>Create a new RT::URI object.</p>

<h2 id="CanonicalizeURI-URI"><a href="#___top">CanonicalizeURI &lt;URI&gt;</a></h2>

<p>Returns the canonical form of the given URI by calling <a href="#FromURI">&quot;FromURI&quot;</a> and then <a href="#URI">&quot;URI&quot;</a>.</p>

<p>If the URI is unparseable by FromURI the passed in URI is simply returned untouched.</p>

<h2 id="FromObject-Object"><a href="#___top">FromObject &lt;Object&gt;</a></h2>

<p>Given a local object, such as an RT::Ticket or an RT::Article, this routine will return a URI for the local object</p>

<h2 id="FromURI-URI"><a href="#___top">FromURI &lt;URI&gt;</a></h2>

<p>Returns a local object id for this content. You are expected to know what sort of object this is the Id of</p>

<p>Returns true if everything is ok, otherwise false</p>

<h2 id="GetResolver-scheme"><a href="#___top">_GetResolver &lt;scheme&gt;</a></h2>

<p>Gets an RT URI resolver for the scheme &lt;scheme&gt;. Falls back to a null resolver. RT::URI::base.</p>

<h2 id="Scheme"><a href="#___top">Scheme</a></h2>

<p>Returns a local object id for this content. You are expected to know what sort of object this is the Id of</p>

<h2 id="URI"><a href="#___top">URI</a></h2>

<p>Returns a local object id for this content. You are expected to know what sort of object this is the Id of</p>

<h2 id="Object"><a href="#___top">Object</a></h2>

<p>Returns a local object for this content. This will usually be an RT::Ticket or somesuch</p>

<h2 id="IsLocal"><a href="#___top">IsLocal</a></h2>

<p>Returns a local object for this content. This will usually be an RT::Ticket or somesuch</p>

<h2 id="AsHREF"><a href="#___top">AsHREF</a></h2>

<h2 id="Resolver"><a href="#___top">Resolver</a></h2>

<p>Returns this URI&#39;s URI resolver object</p>

<h2 id="AsString"><a href="#___top">AsString</a></h2>

<p>Returns a friendly display form of the object if Local, or the full URI</p>

<a href="./../">&larr; Back to index</a>