/plugin/pdb/classes/ |
H A D | _xml.php | 27 $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/ |
H A D | _xml.php | 29 $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] [all...] |
/plugin/pubmed/classes/ |
H A D | _xml.php | 29 $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] [all...] |
/plugin/elasticsearch/vendor/ruflin/elastica/src/Index/ |
H A D | Stats.php | 3 namespace Elastica\Index; 5 use Elastica\Index; alias 32 * Index. 34 * @var Index 41 public function __construct(Index $index) 81 public function getIndex(): Index
|
H A D | Recovery.php | 3 namespace Elastica\Index; 5 use Elastica\Index as BaseIndex; 33 * Index. 35 * @var BaseIndex Index object 42 * @param BaseIndex $index Index object 53 * @return BaseIndex Index object
|
H A D | Settings.php | 3 namespace Elastica\Index; 9 use Elastica\Index as BaseIndex; 48 * Index. 50 * @var BaseIndex Index object 57 * @param BaseIndex $index Index object 91 throw new NotFoundException('Index '.$this->getIndex()->getName().' not found'); 393 * @return BaseIndex Index object
|
/plugin/searchindex/lang/ja/ |
H A D | intro.txt | 3 この画面では[[doku>ja:search|全文検索]]が使用する Index を再作成できます。 5 しかし、大量のファイルを更新・追加・削除した場合、Index を再作成するのは、おそらくいい考えです。 7 Index の再作成には長い時間がかかります。
|
/plugin/combo/ComboStrap/ |
H A D | Index.php | 7 class Index class 10 * @var Index 21 * Index constructor. 28 public static function getOrCreate(): Index 31 self::$index = new Index();
|
/plugin/elasticsearch/vendor/ruflin/elastica/src/ |
H A D | Reindex.php | 47 * @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
|
H A D | Search.php | 87 * @param Index $index Index object or string 93 if ($index instanceof Index) { 99 'Passing a string as 1st argument to "%s()" is deprecated, pass an Index instance or use "addIndexByName" instead. It will throw a %s in 8.0.', 125 * @param Index[] $indices 143 if (!$index instanceof Index) { 144 throw new InvalidException('Invalid param type for addIndices(), expected Index[]'); 269 * @param Index $index 273 if ($index instanceof Index) { 279 'Passing a string as 1st argument to "%s()" is deprecated, pass an Index instanc [all...] |
H A D | Mapping.php | 160 * @param Index $index the index to send the mappings to 165 public function send(Index $index, array $query = []): Response
|
H A D | Status.php | 100 * @return Index[] 122 $indices[] = new Index($this->_client, $name);
|
H A D | Index.php | 12 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 56 * Index name. 58 * @var string Index name 75 * @param string $name Index name 84 * Return Index Stats. 94 * Return Index Recover 50 class Index implements SearchableInterface global() class [all...] |
H A D | AbstractUpdateAction.php | 48 * @param Index|string $index Index name 52 if ($index instanceof Index) { 64 * @return string Index name
|
/plugin/searchindex/lang/de/ |
H A D | intro.txt | 3 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 D | index.md | 1 # Index chapter 3 `Index` is a little landing page
|
/plugin/elasticsearch/vendor/ruflin/elastica/src/Cluster/ |
H A D | Health.php | 6 use Elastica\Cluster\Health\Index; alias 167 * @return Index[] 173 $indices[$indexName] = new Index($indexName, $index);
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/ |
H A D | Index.php | 23 * Class Index 29 class Index extends AbstractEndpoint class 80 public function setBody($body): Index
|
/plugin/elasticsearch/vendor/ruflin/elastica/src/Bulk/ |
H A D | Action.php | 6 use Elastica\Index; alias 133 * @param Index|string $index 139 if ($index instanceof Index) {
|
/plugin/subjectindex/ |
H A D | readme.md | 1 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/ |
H A D | intro.txt | 1 ====== Index ======
|
/plugin/indexnumber/ |
H A D | style.css | 1 /* Index numbers and descriptions should be in close proximity to their content */
|
H A D | plugin.info.txt | 5 name Index number Toolbar
|
/plugin/linkscollection/ |
H A D | helper.php | 27 $index = new \dokuwiki\Ui\Index($IDX);
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/ |
H A D | MigrationNamespace.asciidoc | 31 $params['index'] = (string) Index pattern
|