Home
last modified time | relevance | path

Searched refs:oldAliases (Results 1 – 5 of 5) sorted by relevance

/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/cmd/
H A Dconfig-migrate.go367 oldAliases := mcCfgV6.Data().(*configV6).Aliases
372 for aliasName, aliasedHost := range oldAliases {
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/tool/
H A DSubdivisionNode.java274 Collection<String> oldAliases = SubdivisionInfo.subdivisionIdToOld.get(value); in getBestName() local
275 if (oldAliases != null) { in getBestName()
276 for (String oldAlias : oldAliases) { in getBestName()
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/util/
H A DXMLSource.java1618 Set<String> oldAliases = new HashSet<>(filteredPaths); in getPathsWithValue() local
1621 String[] sortedPaths = new String[oldAliases.size()]; in getPathsWithValue()
1622 oldAliases.toArray(sortedPaths); in getPathsWithValue()
1625 oldAliases = newAliases; in getPathsWithValue()
/dports/net/h323plus/h323plus-1_27_2/src/
H A Dgkserver.cxx1590 const PStringArray & oldAliases) in IsAliasAddressSuperset() argument
1594 for (PINDEX i = 0; i < oldAliases.GetSize(); i++) { in IsAliasAddressSuperset()
1595 if (newAliases.GetValuesIndex(oldAliases[i]) == P_MAX_INDEX) in IsAliasAddressSuperset()
/dports/net/opal/opal-3.10.10/src/h323/
H A Dgkserver.cxx1592 const PStringArray & oldAliases) in IsAliasAddressSuperset() argument
1596 for (PINDEX i = 0; i < oldAliases.GetSize(); i++) { in IsAliasAddressSuperset()
1597 if (newAliases.GetValuesIndex(oldAliases[i]) == P_MAX_INDEX) in IsAliasAddressSuperset()