Home
last modified time | relevance | path

Searched refs:alias (Results 126 – 150 of 245) sorted by path

12345678910

/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md226 * Used new alias endpoints classes [#1839](https://github.com/ruflin/Elastica/pull/1839)
520 - in order to delete an index you should not delete by its alias now you should delete using the [concrete index name](https://github.com/elastic/elasticsearch/blob/6.0/core/src/test/java/org/elasticsearch/aliases/IndexAliasesIT.java#L445) [#1348](https://github.com/ruflin/Elastica/pull/1348)
1221 - Update the branch alias in composer.json to match the library version [#683](https://github.com/ruflin/Elastica/issues/683/)
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DStatus.php84 * Checks if the given alias exists.
86 * @return bool True if alias exists
94 * Returns an array with all indices that the given alias name points to.
102 public function getIndicesWithAlias(string $alias)
106 $endpoint->setName($alias);
113 // 404 means the index alias doesn't exist which means no indexes have it.
96 getIndicesWithAlias(string $alias) global() argument
/plugin/farm/install/animaltemplate/conf/
H A Dmysql.conf.php.example45 * these array must also contain these aliases. Any unamed alias will cause
59 * The module access the password as 'pass' so a alias might be necessary.
91 * member of. The module access the group name as 'group' so a alias
113 * The login name will be accessed as 'user' to a alias might be neseccary.
177 * The module will access the index with the name 'id' so a alias might be
243 * The module will access the index with the name 'id' so a alias might
/plugin/fedauth/Auth/OpenID/
H A DAX.php599 $alias = $aliases->add($type_uri);
633 $alias = substr($key, 5);
641 $alias = $aliases->addAlias($type_uri, $alias);
643 if ($alias === null) {
646 $alias, $type_uri)
653 list($type_uri, $alias) = $pair;
657 $count_key = 'count.' . $alias;
685 $key = 'value.' . $alias;
834 if ($attr_info->alias === null) {
840 if ($alias === null) {
[all …]
H A DMessage.php111 unset($Auth_OpenID_registered_aliases[$alias]);
289 function getNamespaceURI($alias) argument
352 if (($alias !== null) && ($alias != $desired_alias)) {
379 if ($alias !== null) {
380 return $alias;
386 $alias = 'ext' . strval($i);
390 return $alias;
618 list($ns_uri, $alias) = $pair;
625 $ns_key = 'openid.ns.' . $alias;
900 list($alias, $key) = $parts;
[all …]
H A DSReg.php127 $alias = null;
134 $alias = $message->namespaces->getAlias($sreg_ns_uri);
135 if ($alias !== null) {
141 if ($alias === null) {
/plugin/findologicxmlexport/vendor/doctrine/annotations/
H A DCHANGELOG.md15 - [165: Update the composer branch alias](https://github.com/doctrine/annotations/pull/165) thanks …
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DDocParser.php702 $alias = (false === $pos)? $name : substr($name, 0, $pos);
704 $loweredAlias = strtolower($alias);
934 $alias = (false === $pos) ? $className : substr($className, 0, $pos);
936 $loweredAlias = strtolower($alias);
H A DTokenParser.php105 $alias = '';
112 $alias = $token[1];
114 $alias .= $token[1];
117 $alias = '';
119 $statements[strtolower($alias)] = $groupRoot . $class;
121 $alias = '';
124 $statements[strtolower($alias)] = $groupRoot . $class;
/plugin/findologicxmlexport/vendor/hoa/compiler/
H A DCHANGELOG.md158 * Add `branch-alias`. (Stéphane PY, 2014-09-23T11:50:46+02:00)
/plugin/findologicxmlexport/vendor/hoa/file/
H A DCHANGELOG.md65 * Add `branch-alias`. (Stéphane PY, 2014-09-23T11:50:42+02:00)
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DCHANGELOG.md78 * Add `branch-alias`. (Stéphane PY, 2014-09-23T11:50:40+02:00)
/plugin/findologicxmlexport/vendor/hoa/math/
H A DCHANGELOG.md83 * Add `branch-alias`. (Stéphane PY, 2014-09-23T16:02:37+02:00)
/plugin/findologicxmlexport/vendor/hoa/regex/
H A DCHANGELOG.md59 * Add `branch-alias`. (Stéphane PY, 2014-09-23T11:56:13+02:00)
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DCHANGELOG.md123 * Add `branch-alias`. (Stéphane PY, 2014-09-23T11:50:38+02:00)
/plugin/findologicxmlexport/vendor/hoa/ustring/
H A DCHANGELOG.md85 * Add `branch-alias`. (Stéphane PY, 2014-09-23T11:55:55+02:00)
/plugin/findologicxmlexport/vendor/hoa/visitor/
H A DCHANGELOG.md42 * Add `branch-alias`. (Stéphane PY, 2014-09-23T11:50:51+02:00)
/plugin/findologicxmlexport/vendor/jms/metadata/
H A DCHANGELOG.md61 - Branch alias [\#38](https://github.com/schmittjoh/metadata/issues/38)
102 - Added the branch alias and changed the constraint on common [\#8](https://github.com/schmittjoh/m…
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md351 - Added bool type alias [\#818](https://github.com/schmittjoh/serializer/pull/818) ([Majkl578](http…
876 - bump branch alias to 0.17 as 0.16 is already released [\#305](https://github.com/schmittjoh/seria…
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/Doctrine/
H A DIntegrationTest.php184 public function getAliasNamespace($alias) argument
191 return $manager->getConfiguration()->getEntityNamespace($alias);
200 …ow new \RuntimeException(sprintf('The namespace alias "%s" is not known to any manager.', $alias));
H A DObjectConstructorTest.php338 public function getAliasNamespace($alias) argument
345 return $manager->getConfiguration()->getEntityNamespace($alias);
354 …ow new \RuntimeException(sprintf('The namespace alias "%s" is not known to any manager.', $alias));
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
H A DStandardTagFactory.php136 public function addService($service, $alias = null) argument
138 $this->serviceLocator[$alias ?: get_class($service)] = $service;
H A DTagFactory.php54 * @param string $alias
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/src/Types/
H A DContext.php50 foreach ($namespaceAliases as $alias => $fqnn) {
58 $namespaceAliases[$alias] = $fqnn;
H A DContextFactory.php150 list($alias, $fqnn) = $this->extractUseStatement($tokens);
151 $uses[$alias] = $fqnn;

12345678910