This file is indexed.

/usr/share/doc/php-doctrine-orm/html/_sources/toc.txt is in doctrine-orm-doc 2.4.6-1+deb8u1.

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
Welcome to Doctrine 2 ORM's documentation!
==========================================

Tutorials
---------

.. toctree::
   :maxdepth: 1

   tutorials/getting-started
   tutorials/getting-started-database
   tutorials/getting-started-models
   tutorials/working-with-indexed-associations
   tutorials/extra-lazy-associations
   tutorials/composite-primary-keys
   tutorials/ordered-associations
   tutorials/override-field-association-mappings-in-subclasses
   tutorials/pagination.rst

Reference Guide
---------------

.. toctree::
   :maxdepth: 1
   :numbered:

   reference/architecture
   reference/installation
   reference/configuration.rst
   reference/faq
   reference/basic-mapping
   reference/association-mapping
   reference/inheritance-mapping
   reference/working-with-objects
   reference/working-with-associations
   reference/events
   reference/unitofwork
   reference/unitofwork-associations
   reference/transactions-and-concurrency
   reference/batch-processing
   reference/dql-doctrine-query-language
   reference/query-builder
   reference/native-sql
   reference/change-tracking-policies
   reference/partial-objects
   reference/xml-mapping
   reference/yaml-mapping
   reference/annotations-reference
   reference/php-mapping
   reference/caching
   reference/improving-performance
   reference/tools
   reference/metadata-drivers
   reference/best-practices
   reference/limitations-and-known-issues
   reference/filters.rst
   reference/namingstrategy.rst
   reference/advanced-configuration.rst


Cookbook
--------

.. toctree::
   :maxdepth: 1

   cookbook/aggregate-fields
   cookbook/custom-mapping-types
   cookbook/decorator-pattern
   cookbook/dql-custom-walkers
   cookbook/dql-user-defined-functions
   cookbook/implementing-arrayaccess-for-domain-objects
   cookbook/implementing-the-notify-changetracking-policy
   cookbook/implementing-wakeup-or-clone
   cookbook/integrating-with-codeigniter
   cookbook/resolve-target-entity-listener
   cookbook/sql-table-prefixes
   cookbook/strategy-cookbook-introduction
   cookbook/validation-of-entities
   cookbook/working-with-datetime
   cookbook/mysql-enums
   cookbook/advanced-field-value-conversion-using-custom-mapping-types
   cookbook/entities-in-session