Lines Matching refs:an
14 * software distributed under the License is distributed on an
29 /** Objects implementing this interface provide an URL to the root of
30 an installed package.
39 the unique identifier of an extension. The service looks for
40 an installed package with the given id and returns the URL to
42 package, an empty string will be returned.
46 /** check if there are updates available for an extension.
49 the unique identifier of an extension. When the extensionId is empty,
51 otherwise the service looks for updates for an installed package with
53 If the service finds an update for an extension, a sequence containing the name
54 and the version will be returned for each extension which has an update.
55 If the service can not find a matching package, an empty sequence is returned.