Home
last modified time | relevance | path

Searched refs:Index (Results 1 – 25 of 140) sorted by relevance

123456

/plugin/pdb/classes/
D_xml.php27 $Index = count($NowObj);
29 $NowObj[$Index] = new Xml;
30 $NowObj[$Index]->tag = $Xml_Value["tag"];
31 $NowObj[$Index]->value = $Xml_Value["value"];
32 $NowObj[$Index]->attributes = $Xml_Value["attributes"];
34 $NowObj[$Index] = new Xml;
35 $NowObj[$Index]->tag = $Xml_Value["tag"];
36 $NowObj[$Index]->value = $Xml_Value["value"];
37 $NowObj[$Index]->attributes = $Xml_Value["attributes"];
38 $NowObj[$Index]->next = array();
[all …]
/plugin/pubchem/classes/
D_xml.php29 $Index = count($NowObj);
31 $NowObj[$Index] = new Xml;
32 $NowObj[$Index]->tag = array_key_exists($TG,$Xml_Value)?$Xml_Value[$TG]:"";
33 $NowObj[$Index]->value = array_key_exists($VL,$Xml_Value)?$Xml_Value[$VL]:"";
34 $NowObj[$Index]->attributes = array_key_exists($AT,$Xml_Value)?$Xml_Value[$AT]:"";
36 $NowObj[$Index] = new Xml;
37 $NowObj[$Index]->tag = array_key_exists($TG,$Xml_Value)?$Xml_Value[$TG]:"";
38 $NowObj[$Index]->value = array_key_exists($VL,$Xml_Value)?$Xml_Value[$VL]:"";
39 $NowObj[$Index]->attributes = array_key_exists($AT,$Xml_Value)?$Xml_Value[$AT]:"";
40 $NowObj[$Index]->next = array();
[all …]
/plugin/pubmed/classes/
D_xml.php29 $Index = count($NowObj);
31 $NowObj[$Index] = new Xml;
32 $NowObj[$Index]->tag = array_key_exists($TG,$Xml_Value)?$Xml_Value[$TG]:"";
33 $NowObj[$Index]->value = array_key_exists($VL,$Xml_Value)?$Xml_Value[$VL]:"";
34 $NowObj[$Index]->attributes = array_key_exists($AT,$Xml_Value)?$Xml_Value[$AT]:"";
36 $NowObj[$Index] = new Xml;
37 $NowObj[$Index]->tag = array_key_exists($TG,$Xml_Value)?$Xml_Value[$TG]:"";
38 $NowObj[$Index]->value = array_key_exists($VL,$Xml_Value)?$Xml_Value[$VL]:"";
39 $NowObj[$Index]->attributes = array_key_exists($AT,$Xml_Value)?$Xml_Value[$AT]:"";
40 $NowObj[$Index]->next = array();
[all …]
/plugin/elasticsearch/vendor/ruflin/elastica/src/Index/
DStats.php3 namespace Elastica\Index;
5 use Elastica\Index; alias
34 * @var Index
41 public function __construct(Index $index)
81 public function getIndex(): Index
DRecovery.php3 namespace Elastica\Index;
5 use Elastica\Index as BaseIndex;
/plugin/searchindex/lang/ja/
Dintro.txt3 この画面では[[doku>ja:search|全文検索]]が使用する Index を再作成できます。
5 しかし、大量のファイルを更新・追加・削除した場合、Index を再作成するのは、おそらくいい考えです。
7 Index の再作成には長い時間がかかります。
/plugin/combo/ComboStrap/
H A DIndex.php7 class Index class
10 * @var Index
28 public static function getOrCreate(): Index
31 self::$index = new Index();
/plugin/elasticsearch/vendor/ruflin/elastica/src/
DReindex.php47 * @var Index
52 * @var Index
61 public function __construct(Index $oldIndex, Index $newIndex, array $params = [])
152 protected function _getBody(Index $oldIndex, Index $newIndex, array $params): array
162 protected function _getSourcePartBody(Index $index, array $params): array
171 protected function _getDestPartBody(Index $index, array $params): array
DSearch.php87 * @param Index $index Index object or string
93 if ($index instanceof Index) {
125 * @param Index[] $indices
143 if (!$index instanceof Index) {
269 * @param Index $index
273 if ($index instanceof Index) {
DMapping.php160 * @param Index $index the index to send the mappings to
165 public function send(Index $index, array $query = []): Response
DStatus.php100 * @return Index[]
122 $indices[] = new Index($this->_client, $name);
DIndex.php12 use Elastica\Index\Recovery as IndexRecovery;
13 use Elastica\Index\Settings as IndexSettings;
14 use Elastica\Index\Stats as IndexStats;
21 use Elasticsearch\Endpoints\Index as IndexEndpoint;
53 class Index implements SearchableInterface class
DAbstractUpdateAction.php48 * @param Index|string $index Index name
52 if ($index instanceof Index) {
/plugin/searchindex/lang/de/
Dintro.txt3 Mit dieser Seite können Sie den Index neu erstellen, der von der Volltextsuche benutzt wird.
4 Normalerweise ist das nicht nötig, da sich der Index von selbst erstellt und aktualisiert,
11 Den Index neu zu erstellen dauert lange. Sie sollten diese Seite so lange
/plugin/combo/resources/theme/default/pages/templates/
H A Dindex.md1 # Index chapter
3 `Index` is a little landing page
/plugin/elasticsearch/vendor/ruflin/elastica/src/Cluster/
DHealth.php6 use Elastica\Cluster\Health\Index; alias
167 * @return Index[]
173 $indices[$indexName] = new Index($indexName, $index);
/plugin/elasticsearch/helper/
Dclient.php13 use Elastica\Index; alias
146 * @param Index $index
149 protected function createMappings(Index $index): Response
/plugin/elasticsearch/vendor/ruflin/elastica/src/Bulk/
DAction.php6 use Elastica\Index; alias
133 * @param Index|string $index
139 if ($index instanceof Index) {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/
DIndex.php29 class Index extends AbstractEndpoint class
80 public function setBody($body): Index
/plugin/subjectindex/
Dreadme.md1 Subject Index plugin for Dokuwiki:
3 … "anywhere" in your wiki pages, that will then be compiled into a Subject Index page, listed A-Z, …
/plugin/fullindex/lang/en/
Dintro.txt1 ====== Index ======
/plugin/indexnumber/
Dstyle.css1 /* Index numbers and descriptions should be in close proximity to their content */
Dplugin.info.txt5 name Index number Toolbar
/plugin/linkscollection/
Dhelper.php27 $index = new \dokuwiki\Ui\Index($IDX);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
DMigrationNamespace.asciidoc31 $params['index'] = (string) Index pattern

123456