Home
last modified time | relevance | path

Searched refs:getName (Results 101 – 125 of 2279) sorted by last modified time

12345678910>>...92

/plugin/combo/ComboStrap/
H A DSlug.php88 static public function getName(): string function in ComboStrap\\Slug
H A DStartDate.php36 static public function getName(): string function in ComboStrap\\StartDate
H A DLang.php186 public static function getName(): string function in ComboStrap\\Lang
/plugin/approve/helper/
H A Ddb.php44 if ($this->sqlite->getAdapter()->getName() != DOKU_EXT_PDO) {
/plugin/notification/helper/
H A Ddb.php44 if ($this->sqlite->getAdapter()->getName() != DOKU_EXT_PDO) {
/plugin/ireadit/helper/
H A Ddb.php44 if ($this->sqlite->getAdapter()->getName() != DOKU_EXT_PDO) {
/plugin/odt/ODT/elements/
H A DODTElementFrame.php111 $this->name = $this->getName();
261 public function getName() { function in ODTElementFrame
/plugin/blogtng/action/
H A Dajax.php47 if(!$comment->getName() && $INPUT->server->str('REMOTE_USER')){
/plugin/blogtng/entities/
H A DComment.php292 public function getName() function in dokuwiki\\plugin\\blogtng\\entities\\Comment
/plugin/blogtng/helper/
H A Dcomments.php112 $comment->getName(),
149 $comment->getName(),
250 'NAME' => $comment->getName(),
252 'USER' => $comment->getName(),
/plugin/blogtng/
H A Dadmin.php690 …if($avatar) ptln('<img src="' . $avatar . '" alt="' . hsc($comment->getName()) . '" class="avatar"…
692 … . '" class="mail" title="' . hsc($comment->getMail()) . '">' . hsc($comment->getName()) . '</a>');
694 ptln(hsc($comment->getName()));
798 …$form->addElement(form_makeTextField('comment-name', $comment->getName(), $this->getLang('comment_…
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DClientConfiguration.php77 if ('dsn' === $func->getName()) {
81 } elseif ('pool' === $func->getName()) {
90 throw new FunctionNotSupportedException($dsnString, $func->getName());
H A DIndex.php172 $doc->setIndex($this->getName());
276 $doc->setIndex($this->getName());
314 $doc = new Document($id, $data, $this->getName());
412 $doc->setIndex($this->getName());
590 public function getName(): string
621 $data['actions'][] = ['remove' => ['index' => $index->getName(), 'alias' => $name]];
625 $data['actions'][] = ['add' => ['index' => $this->getName(), 'alias' => $name]];
669 if (!isset($responseData[$this->getName()])) {
673 $data = $responseData[$this->getName()];
757 $path = $this->getName()
517 public function getName(): string global() function in Elastica\\Index
[all...]
H A DIndexTemplate.php101 public function getName()
130 $path = '_template/'.$this->getName();
86 public function getName() global() function in Elastica\\IndexTemplate
H A DNode.php73 public function getName(): string function in Elastica\\Node
76 $this->_name = $this->getInfo()->getName();
H A DParam.php160 $arr[$value instanceof NameableInterface ? $value->getName() : $key] = $value->toArray();
H A DReindex.php165 'index' => $index->getName(),
174 'index' => $index->getName(),
H A DSearch.php94 $index = $index->getName();
274 $index = $index->getName();
H A DAbstractUpdateAction.php53 $index = $index->getName();
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DNamespaceBuilderInterface.php30 public function getName(): string; function
/plugin/elasticsearch/action/
H A Dindexing.php141 $client->updateDocument($documentId, ['doc' => $data], $index->getName());
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md1847 - Rename Elastica_Type::getType() to Elastica_Type::getName(), getType() is now deprecated
2034 - getIndexName in Elastica_Index renamed to getName. getIndexName is deprecated
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DAbstractAggregation.php47 public function getName(): string function in Elastica\\Aggregation\\AbstractAggregation
/plugin/elasticsearch/vendor/nyholm/dsn/
H A DREADME.md78 echo $func->getName(); // "failover"
88 echo $func->getName(); // "foo"
110 echo $func->getName(); // "dsn"
116 echo $func->getName(); // "dsn"
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DClientBuilder.php691 $registeredNamespaces[$builder->getName()] = $builder->getObject($this->transport, $this->serializer);

12345678910>>...92