This file is indexed.

/usr/share/php/IceGrid/Registry.php is in php-zeroc-ice 3.7.0-5.

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
<?php
// **********************************************************************
//
// Copyright (c) 2003-2017 ZeroC, Inc. All rights reserved.
//
// This copy of Ice is licensed to you under the terms described in the
// ICE_LICENSE file included in this distribution.
//
// **********************************************************************
//
// Ice version 3.7.0
//
// <auto-generated>
//
// Generated from file `Registry.ice'
//
// Warning: do not edit this file.
//
// </auto-generated>
//


namespace
{
    require_once 'IceGrid/Exception.php';
    require_once 'IceGrid/Session.php';
    require_once 'IceGrid/Admin.php';
    require_once 'Ice/Locator.php';
}

namespace IceGrid
{
    global $IceGrid__t_LoadSample;
    class LoadSample
    {
        const LoadSample1 = 0;
        const LoadSample5 = 1;
        const LoadSample15 = 2;
    }

    $IceGrid__t_LoadSample = IcePHP_defineEnum('::IceGrid::LoadSample', array('LoadSample1', 0, 'LoadSample5', 1, 'LoadSample15', 2));
}

namespace IceGrid
{
    global $IceGrid__t_Query;
    global $IceGrid__t_QueryPrx;

    class QueryPrxHelper
    {
        public static function checkedCast($proxy, $facetOrContext=null, $context=null)
        {
            return $proxy->ice_checkedCast('::IceGrid::Query', $facetOrContext, $context);
        }

        public static function uncheckedCast($proxy, $facet=null)
        {
            return $proxy->ice_uncheckedCast('::IceGrid::Query', $facet);
        }

        public static function ice_staticId()
        {
            return '::IceGrid::Query';
        }
    }

    $IceGrid__t_Query = IcePHP_defineClass('::IceGrid::Query', '\\IceGrid\\Query', -1, false, true, $Ice__t_Value, null);

    $IceGrid__t_QueryPrx = IcePHP_defineProxy('::IceGrid::Query', $Ice__t_ObjectPrx, null);

    IcePHP_defineOperation($IceGrid__t_QueryPrx, 'findObjectById', 2, 1, 0, array(array($Ice__t_Identity)), null, array($Ice__t_ObjectPrx), null);
    IcePHP_defineOperation($IceGrid__t_QueryPrx, 'findObjectByType', 2, 1, 0, array(array($IcePHP__t_string)), null, array($Ice__t_ObjectPrx), null);
    IcePHP_defineOperation($IceGrid__t_QueryPrx, 'findObjectByTypeOnLeastLoadedNode', 2, 1, 0, array(array($IcePHP__t_string), array($IceGrid__t_LoadSample)), null, array($Ice__t_ObjectPrx), null);
    IcePHP_defineOperation($IceGrid__t_QueryPrx, 'findAllObjectsByType', 2, 1, 0, array(array($IcePHP__t_string)), null, array($Ice__t_ObjectProxySeq), null);
    IcePHP_defineOperation($IceGrid__t_QueryPrx, 'findAllReplicas', 2, 2, 0, array(array($Ice__t_ObjectPrx)), null, array($Ice__t_ObjectProxySeq), null);
}

namespace IceGrid
{
    global $IceGrid__t_Registry;
    global $IceGrid__t_RegistryPrx;

    class RegistryPrxHelper
    {
        public static function checkedCast($proxy, $facetOrContext=null, $context=null)
        {
            return $proxy->ice_checkedCast('::IceGrid::Registry', $facetOrContext, $context);
        }

        public static function uncheckedCast($proxy, $facet=null)
        {
            return $proxy->ice_uncheckedCast('::IceGrid::Registry', $facet);
        }

        public static function ice_staticId()
        {
            return '::IceGrid::Registry';
        }
    }

    $IceGrid__t_Registry = IcePHP_defineClass('::IceGrid::Registry', '\\IceGrid\\Registry', -1, false, true, $Ice__t_Value, null);

    $IceGrid__t_RegistryPrx = IcePHP_defineProxy('::IceGrid::Registry', $Ice__t_ObjectPrx, null);

    IcePHP_defineOperation($IceGrid__t_RegistryPrx, 'createSession', 0, 0, 0, array(array($IcePHP__t_string), array($IcePHP__t_string)), null, array($IceGrid__t_SessionPrx), array($IceGrid__t_PermissionDeniedException));
    IcePHP_defineOperation($IceGrid__t_RegistryPrx, 'createAdminSession', 0, 0, 0, array(array($IcePHP__t_string), array($IcePHP__t_string)), null, array($IceGrid__t_AdminSessionPrx), array($IceGrid__t_PermissionDeniedException));
    IcePHP_defineOperation($IceGrid__t_RegistryPrx, 'createSessionFromSecureConnection', 0, 0, 0, null, null, array($IceGrid__t_SessionPrx), array($IceGrid__t_PermissionDeniedException));
    IcePHP_defineOperation($IceGrid__t_RegistryPrx, 'createAdminSessionFromSecureConnection', 0, 0, 0, null, null, array($IceGrid__t_AdminSessionPrx), array($IceGrid__t_PermissionDeniedException));
    IcePHP_defineOperation($IceGrid__t_RegistryPrx, 'getSessionTimeout', 2, 1, 0, null, null, array($IcePHP__t_int), null);
    IcePHP_defineOperation($IceGrid__t_RegistryPrx, 'getACMTimeout', 2, 1, 0, null, null, array($IcePHP__t_int), null);
}

namespace IceGrid
{
    global $IceGrid__t_Locator;
    global $IceGrid__t_LocatorPrx;

    class LocatorPrxHelper
    {
        public static function checkedCast($proxy, $facetOrContext=null, $context=null)
        {
            return $proxy->ice_checkedCast('::IceGrid::Locator', $facetOrContext, $context);
        }

        public static function uncheckedCast($proxy, $facet=null)
        {
            return $proxy->ice_uncheckedCast('::IceGrid::Locator', $facet);
        }

        public static function ice_staticId()
        {
            return '::IceGrid::Locator';
        }
    }

    $IceGrid__t_Locator = IcePHP_defineClass('::IceGrid::Locator', '\\IceGrid\\Locator', -1, false, true, $Ice__t_Value, null);

    $IceGrid__t_LocatorPrx = IcePHP_defineProxy('::IceGrid::Locator', $Ice__t_ObjectPrx, array($Ice__t_LocatorPrx));

    IcePHP_defineOperation($IceGrid__t_LocatorPrx, 'getLocalRegistry', 2, 2, 0, null, null, array($IceGrid__t_RegistryPrx), null);
    IcePHP_defineOperation($IceGrid__t_LocatorPrx, 'getLocalQuery', 2, 2, 0, null, null, array($IceGrid__t_QueryPrx), null);
}
?>