This file is indexed.

/usr/share/doc/unity-scopes/navtreedata.js is in libunity-scopes-doc 1.0.4+16.04.20160402.4-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
 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
var NAVTREE =
[
  [ "Unity Scopes API", "index.html", [
    [ "What are scopes", "index.html#overview", [
      [ "Introduction", "index.html#intro", null ]
    ] ],
    [ "Developing scopes", "index.html#develop", [
      [ "Getting started", "index.html#starting", null ],
      [ "Click packaging", "index.html#click", [
        [ "Multi-arch click packages", "index.html#multiarch_click", null ],
        [ "Multi-arch scope runner", "index.html#multiarch-scoperunner", null ],
        [ "Apparmor manifest", "index.html#apparmor", null ]
      ] ],
      [ "Implementing a scope", "index.html#impl", [
        [ "Case 1: A simple (non-aggregating) scope", "index.html#simplescope", [
          [ "Implementing ScopeBase", "index.html#scopebase", null ],
          [ "Handling search", "index.html#handlingsearch", null ],
          [ "Handling aggregation", "index.html#handlingaggregation", null ],
          [ "Surfacing mode", "index.html#surfacingmode", null ],
          [ "Implementing QueryBase", "index.html#querybase", null ],
          [ "Query cancellation", "index.html#cancellation", null ],
          [ "Filters", "index.html#filters", null ],
          [ "Handling previews", "index.html#handlingpreview", null ],
          [ "Preview actions", "index.html#previewactions", null ],
          [ "Handling result activation", "index.html#handlingactivation", null ],
          [ "Exporting a scope", "index.html#export", null ],
          [ "Inline music playback", "index.html#inlineplayback", null ]
        ] ],
        [ "Case 2: An aggregating scope", "index.html#aggscope", [
          [ "Finding child scopes", "index.html#childscopes", null ],
          [ "Sub-queries", "index.html#subquery", null ],
          [ "Receiving sub-query results", "index.html#receiver", null ],
          [ "Controlling category order", "index.html#aggbuffering", null ],
          [ "Activation and preview", "index.html#aggactiv", null ]
        ] ]
      ] ],
      [ "Threading model", "index.html#threading", null ],
      [ "Settings", "index.html#scopesettings", [
        [ "Defining settings", "index.html#settings_definitions", null ],
        [ "Accessing settings", "index.html#read_settings", null ]
      ] ],
      [ "File system access", "index.html#directories", null ],
      [ "Online Accounts", "index.html#online_accounts", [
        [ "Step 1: Update Apparmor manifest.", "index.html#oa_step1", [
          [ "Example Apparmor manifest file:", "index.html#oa_apparmor", null ]
        ] ],
        [ "Step 2: Account service configuration.", "index.html#oa_step2", [
          [ "Example .service file:", "index.html#oa_service", null ],
          [ "Example .application file:", "index.html#oa_application", null ]
        ] ],
        [ "Step 3: Update Click manifest.", "index.html#oa_step3", [
          [ "Example Click manifest file:", "index.html#oa_click", null ]
        ] ],
        [ "Step 4: Utilize the OnlineAccountClient class.", "index.html#oa_step4", [
          [ "Example OnlineAccountClient usage:", "index.html#oa_usage", null ]
        ] ]
      ] ],
      [ "Testing", "index.html#scopetesting", null ],
      [ "Deployment", "index.html#deployment", null ],
      [ "The scope tool", "index.html#scopetool", null ]
    ] ],
    [ "Release notes", "md_RELEASE_NOTES.html", null ],
    [ "Preview widget types", "previewwidgets.html", [
      [ "Recognized preview widget types", "previewwidgets.html#previewtypes", [
        [ "audio widget", "previewwidgets.html#audio", null ],
        [ "video widget", "previewwidgets.html#video", null ],
        [ "image widget", "previewwidgets.html#image", null ],
        [ "gallery widget", "previewwidgets.html#gallery", null ],
        [ "header widget", "previewwidgets.html#header", null ],
        [ "actions widget", "previewwidgets.html#actions", null ],
        [ "icon-actions widget", "previewwidgets.html#icon-actions", null ],
        [ "progress widget", "previewwidgets.html#progress", null ],
        [ "text widget", "previewwidgets.html#text", null ],
        [ "rating-input widget", "previewwidgets.html#rating-input", null ],
        [ "rating-edit widget", "previewwidgets.html#rating-edit", null ],
        [ "reviews widget", "previewwidgets.html#reviews", null ],
        [ "comment-input widget", "previewwidgets.html#comment-input", null ],
        [ "comment widget", "previewwidgets.html#comment", null ],
        [ "expandable widget", "previewwidgets.html#expandable", null ],
        [ "table widget", "previewwidgets.html#table", null ],
        [ "Content sharing", "previewwidgets.html#contentsharing", null ]
      ] ]
    ] ],
    [ "Namespaces", null, [
      [ "Namespace List", "namespaces.html", "namespaces" ],
      [ "Namespace Members", "namespacemembers.html", [
        [ "All", "namespacemembers.html", null ],
        [ "Functions", "namespacemembers_func.html", null ],
        [ "Variables", "namespacemembers_vars.html", null ],
        [ "Typedefs", "namespacemembers_type.html", null ]
      ] ]
    ] ],
    [ "Classes", "annotated.html", [
      [ "Class List", "annotated.html", "annotated_dup" ],
      [ "Class Index", "classes.html", null ],
      [ "Class Hierarchy", "hierarchy.html", "hierarchy" ],
      [ "Class Members", "functions.html", [
        [ "All", "functions.html", "functions_dup" ],
        [ "Functions", "functions_func.html", "functions_func" ],
        [ "Variables", "functions_vars.html", null ],
        [ "Typedefs", "functions_type.html", null ],
        [ "Enumerations", "functions_enum.html", null ],
        [ "Enumerator", "functions_eval.html", null ]
      ] ]
    ] ],
    [ "Files", null, [
      [ "File List", "files.html", "files" ],
      [ "File Members", "globals.html", [
        [ "All", "globals.html", null ],
        [ "Functions", "globals_func.html", null ],
        [ "Macros", "globals_defs.html", null ]
      ] ]
    ] ]
  ] ]
];

var NAVTREEINDEX =
[
".html",
"classunity_1_1scopes_1_1_department.html#a77c6faaed77693259c0862dca2fc2459",
"classunity_1_1scopes_1_1_result.html#a744776333a9748ba41dace7c6943ca4d",
"classunity_1_1scopes_1_1qt_1_1_q_canned_query.html#a80403c0f728ed7af60a04c0debb06d6d",
"functions_func_l.html"
];

var SYNCONMSG = 'click to disable panel synchronisation';
var SYNCOFFMSG = 'click to enable panel synchronisation';