Home
last modified time | relevance | path

Searched refs:getAliases (Results 1 – 18 of 18) sorted by path

/plugin/authgoogle/google/contrib/
H A DGoogle_DirectoryService.php994 public function getAliases() { function in Google_Aliases
1194 public function getAliases() { function in Google_Group
1638 public function getAliases() { function in Google_User
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1Keystore.php42 public function getAliases() function in Google\\Service\\Apigee\\GoogleCloudApigeeV1Keystore
H A DGoogleCloudApigeeV1KeystoreConfig.php40 public function getAliases() function in Google\\Service\\Apigee\\GoogleCloudApigeeV1KeystoreConfig
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CivicInfo/
H A DDivisionSearchResult.php46 public function getAliases() function in Google\\Service\\CivicInfo\\DivisionSearchResult
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Classroom/
H A DListCourseAliasesResponse.php40 public function getAliases() function in Google\\Service\\Classroom\\ListCourseAliasesResponse
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DWafExpressionSet.php44 public function getAliases() function in Google\\Service\\Compute\\WafExpressionSet
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DAliases.php46 public function getAliases() function in Google\\Service\\Directory\\Aliases
H A DGroup.php88 public function getAliases() function in Google\\Service\\Directory\\Group
H A DUser.php244 public function getAliases() function in Google\\Service\\Directory\\User
/plugin/combo/ComboStrap/
H A DMarkupPath.php1395 function getAliases(): array function in ComboStrap\\MarkupPath
1740 $aliases = $this->getAliases();
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DCHANGELOG.md174 - Reintroduced the optional parameter in `Elasticsearch\Namespaces\IndicesNamespace::getAliases()`.
180 - Reintroduced `Elasticsearch\Namespaces\IndicesNamespace::getAliases()` as proxy
181 to `IndicesNamespace::getAlias()` to prevent BC breaks. The `getAliases()` is
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DIndicesNamespace.asciidoc76 * <<Elasticsearch_Namespaces_IndicesNamespacegetAliases_getAliases,`getAliases()`>>
998 .`getAliases(array $params = [])`
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Drelease-notes.asciidoc285 `Elasticsearch\Namespaces\IndicesNamespace::getAliases()`.
294 * Reintroduced `Elasticsearch\Namespaces\IndicesNamespace::getAliases()` as proxy
295 to `IndicesNamespace::getAlias()` to prevent BC breaks. The `getAliases()` is
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DIndicesNamespace.php1521 public function getAliases(array $params = []) function in Elasticsearch\\Namespaces\\IndicesNamespace
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md823 - Fix php notice on `\Elastica\Index::getAliases()` if index has no aliases [#1078](https://github.com/ruflin/Elastica/issues/1078)
929 - Move function \Elastica\Index\Status::getAliases() and hasAlias(...) to \Elastica\Index::getAliases()
1654 - Update Index\Status::getAliases() to use new API
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DIndex.php661 public function getAliases(): array
686 return \in_array($name, $this->getAliases(), true);
576 public function getAliases(): array global() function in Elastica\\Index
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshAutoloader.js62 function getAliases(item) function
73 var aliases = getAliases(list[i]),
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshAutoloader.js46 function getAliases(item) function
57 var aliases = getAliases(list[i]),