This file is indexed.

/usr/include/QtZeitgeist/manifestation.h is in libqzeitgeist-dev 0.7.0-1+b1.

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
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
/*
 * This file was generated by onto2cpp tool.
 * Command line was: onto2cpp [('-o', 'Manifestation')]

 * This is an auto-generated file.
 * Do not edit! All changes made to it will be lost.
 */


#ifndef QTZEITGEIST_MANIFESTATION_H
#define QTZEITGEIST_MANIFESTATION_H


namespace QtZeitgeist
{


namespace Manifestation
{


namespace Event
{


/**
 * ZGEventManifestation
 *
 * Macro defining the Manifestation type <ulink url="http://www.zeitgeist-project.com/ontologies/2010/01/27/zg#EventManifestation">http://www.zeitgeist-project.com/ontologies/2010/01/27/zg&num;EventManifestation</ulink>
 *
 *	Base class for event manifestation types. Please do no instantiate directly, but use one of the sub classes. The manifestation of an event describes 'how it happened'. Fx. 'the user did this' or 'the system notified the user'.
 */
const char ZGEventManifestation[] = "http://www.zeitgeist-project.com/ontologies/2010/01/27/zg#EventManifestation";

/**
 * ZGHeuristicActivity
 *
 * Macro defining the Manifestation type <ulink url="http://www.zeitgeist-project.com/ontologies/2010/01/27/zg#HeuristicActivity">http://www.zeitgeist-project.com/ontologies/2010/01/27/zg&num;HeuristicActivity</ulink>
 *
 *	An event that is caused indirectly from user activity or deducted via analysis of other events. Fx. if an algorithm divides a user workflow into disjoint 'projects' based on temporal analysis it could insert heuristic events when the user changed project.
 */
const char ZGHeuristicActivity[] = "http://www.zeitgeist-project.com/ontologies/2010/01/27/zg#HeuristicActivity";

/**
 * ZGScheduledActivity
 *
 * Macro defining the Manifestation type <ulink url="http://www.zeitgeist-project.com/ontologies/2010/01/27/zg#ScheduledActivity">http://www.zeitgeist-project.com/ontologies/2010/01/27/zg&num;ScheduledActivity</ulink>
 *
 *	An event that was directly triggered by some user initiated sequence of actions. For example a music player automatically changing to the next song in a playlist.
 */
const char ZGScheduledActivity[] = "http://www.zeitgeist-project.com/ontologies/2010/01/27/zg#ScheduledActivity";

/**
 * ZGSystemNotification
 *
 * Macro defining the Manifestation type <ulink url="http://www.zeitgeist-project.com/ontologies/2010/01/27/zg#SystemNotification">http://www.zeitgeist-project.com/ontologies/2010/01/27/zg&num;SystemNotification</ulink>
 *
 *	An event send to the user by the operating system. Examples could include when the user inserts a USB stick or when the system warns that the hard disk is full.
 */
const char ZGSystemNotification[] = "http://www.zeitgeist-project.com/ontologies/2010/01/27/zg#SystemNotification";

/**
 * ZGUserActivity
 *
 * Macro defining the Manifestation type <ulink url="http://www.zeitgeist-project.com/ontologies/2010/01/27/zg#UserActivity">http://www.zeitgeist-project.com/ontologies/2010/01/27/zg&num;UserActivity</ulink>
 *
 *	An event that was actively performed by the user. For example saving or opening a file by clicking on it in the file manager.
 */
const char ZGUserActivity[] = "http://www.zeitgeist-project.com/ontologies/2010/01/27/zg#UserActivity";

/**
 * ZGWorldActivity
 *
 * Macro defining the Manifestation type <ulink url="http://www.zeitgeist-project.com/ontologies/2010/01/27/zg#WorldActivity">http://www.zeitgeist-project.com/ontologies/2010/01/27/zg&num;WorldActivity</ulink>
 *
 *	An event that was performed by an entity, usually human or organization, other than the user. An example could be logging the activities of other people in a team.
 */
const char ZGWorldActivity[] = "http://www.zeitgeist-project.com/ontologies/2010/01/27/zg#WorldActivity";


};

namespace Subject
{


/**
 * NCALAttachment
 *
 * Macro defining the Manifestation type <ulink url="http://www.semanticdesktop.org/ontologies/2007/04/02/ncal#Attachment">http://www.semanticdesktop.org/ontologies/2007/04/02/ncal&num;Attachment</ulink>
 *
 *	An object attached to a calendar entity. This class has been introduced to serve as a structured value of the ncal:attach property. See the documentation of ncal:attach for details.
 */
const char NCALAttachment[] = "http://www.semanticdesktop.org/ontologies/2007/04/02/ncal#Attachment";

/**
 * NCALCalendarDataObject
 *
 * Macro defining the Manifestation type <ulink url="http://www.semanticdesktop.org/ontologies/2007/04/02/ncal#CalendarDataObject">http://www.semanticdesktop.org/ontologies/2007/04/02/ncal&num;CalendarDataObject</ulink>
 *
 *	A DataObject found in a calendar. It is usually interpreted as one of the calendar entity types (e.g. Event, Journal, Todo etc.).
 */
const char NCALCalendarDataObject[] = "http://www.semanticdesktop.org/ontologies/2007/04/02/ncal#CalendarDataObject";

/**
 * NFOArchiveItem
 *
 * Macro defining the Manifestation type <ulink url="http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#ArchiveItem">http://www.semanticdesktop.org/ontologies/2007/03/22/nfo&num;ArchiveItem</ulink>
 *
 *	A file entity inside an archive.
 */
const char NFOArchiveItem[] = "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#ArchiveItem";

/**
 * NFODeletedResource
 *
 * Macro defining the Manifestation type <ulink url="http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#DeletedResource">http://www.semanticdesktop.org/ontologies/2007/03/22/nfo&num;DeletedResource</ulink>
 *
 *	A file entity that has been deleted from the original source. Usually such entities are stored within various kinds of 'Trash' or 'Recycle Bin' folders.
 */
const char NFODeletedResource[] = "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#DeletedResource";

/**
 * NFOEmbeddedFileDataObject
 *
 * Macro defining the Manifestation type <ulink url="http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#EmbeddedFileDataObject">http://www.semanticdesktop.org/ontologies/2007/03/22/nfo&num;EmbeddedFileDataObject</ulink>
 *
 *	A file embedded in another data object. There are many ways in which a file may be embedded in another one. Use this class directly only in cases if none of the subclasses gives a better description of your case.
 */
const char NFOEmbeddedFileDataObject[] = "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#EmbeddedFileDataObject";

/**
 * NFOFileDataObject
 *
 * Macro defining the Manifestation type <ulink url="http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#FileDataObject">http://www.semanticdesktop.org/ontologies/2007/03/22/nfo&num;FileDataObject</ulink>
 *
 *	A resource containing a finite sequence of bytes with arbitrary information, that is available to a computer program and is usually based on some kind of durable storage. A file is durable in the sense that it remains available for programs to use after the current program has finished.
 */
const char NFOFileDataObject[] = "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#FileDataObject";

/**
 * NFOHardDiskPartition
 *
 * Macro defining the Manifestation type <ulink url="http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#HardDiskPartition">http://www.semanticdesktop.org/ontologies/2007/03/22/nfo&num;HardDiskPartition</ulink>
 *
 *	A partition on a hard disk.
 */
const char NFOHardDiskPartition[] = "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#HardDiskPartition";

/**
 * NFOMediaStream
 *
 * Macro defining the Manifestation type <ulink url="http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#MediaStream">http://www.semanticdesktop.org/ontologies/2007/03/22/nfo&num;MediaStream</ulink>
 *
 *	A stream of multimedia content, usually contained within a media container such as a movie (containing both audio and video) or a DVD (possibly containing many streams of audio and video). Most common interpretations for such a DataObject include Audio and Video.
 */
const char NFOMediaStream[] = "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#MediaStream";

/**
 * NFORemoteDataObject
 *
 * Macro defining the Manifestation type <ulink url="http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#RemoteDataObject">http://www.semanticdesktop.org/ontologies/2007/03/22/nfo&num;RemoteDataObject</ulink>
 *
 *	A file data object stored at a remote location. Don't confuse this class with a RemotePortAddress. This one applies to a particular resource, RemotePortAddress applies to an address, that can have various interpretations.
 */
const char NFORemoteDataObject[] = "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#RemoteDataObject";

/**
 * NFORemotePortAddress
 *
 * Macro defining the Manifestation type <ulink url="http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#RemotePortAddress">http://www.semanticdesktop.org/ontologies/2007/03/22/nfo&num;RemotePortAddress</ulink>
 *
 *	An address specifying a remote host and port. Such an address can be interpreted in many ways (examples of such interpretations include mailboxes, websites, remote calendars or filesystems), depending on an interpretation, various kinds of data may be extracted from such an address.
 */
const char NFORemotePortAddress[] = "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#RemotePortAddress";

/**
 * NFOSoftwareItem
 *
 * Macro defining the Manifestation type <ulink url="http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#SoftwareItem">http://www.semanticdesktop.org/ontologies/2007/03/22/nfo&num;SoftwareItem</ulink>
 *
 *	A DataObject representing a piece of software. Examples of interpretations of a SoftwareItem include an Application and an OperatingSystem.
 */
const char NFOSoftwareItem[] = "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#SoftwareItem";

/**
 * NFOSoftwareService
 *
 * Macro defining the Manifestation type <ulink url="http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#SoftwareService">http://www.semanticdesktop.org/ontologies/2007/03/22/nfo&num;SoftwareService</ulink>
 *
 *	A service published by a piece of software, either by an operating system or an application. Examples of such services may include calendar, addresbook and mailbox managed by a PIM application. This category is introduced to distinguish between data available directly from the applications (Via some Interprocess Communication Mechanisms) and data available from files on a disk. In either case both DataObjects would receive a similar interpretation (e.g. a Mailbox) and wouldn't differ on the content level.
 */
const char NFOSoftwareService[] = "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#SoftwareService";

/**
 * NMOMailboxDataObject
 *
 * Macro defining the Manifestation type <ulink url="http://www.semanticdesktop.org/ontologies/2007/03/22/nmo#MailboxDataObject">http://www.semanticdesktop.org/ontologies/2007/03/22/nmo&num;MailboxDataObject</ulink>
 *
 *	An entity encountered in a mailbox. Most common interpretations for such an entity include Message or Folder.
 */
const char NMOMailboxDataObject[] = "http://www.semanticdesktop.org/ontologies/2007/03/22/nmo#MailboxDataObject";


};


};


};

#endif // QTZEITGEIST_MANIFESTATION_H