| /plugin/pdb/classes/ |
| 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/ |
| 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]->next = array(); [all …]
|
| /plugin/pubmed/classes/ |
| 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]->next = array(); [all …]
|
| /plugin/elasticsearch/vendor/ruflin/elastica/src/Index/ |
| D | Stats.php | 3 namespace Elastica\Index; 5 use Elastica\Index; alias 34 * @var Index 41 public function __construct(Index $index) 81 public function getIndex(): Index
|
| D | Recovery.php | 3 namespace Elastica\Index; 5 use Elastica\Index as BaseIndex;
|
| /plugin/searchindex/lang/ja/ |
| 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 28 public static function getOrCreate(): Index 31 self::$index = new Index();
|
| /plugin/elasticsearch/vendor/ruflin/elastica/src/ |
| 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
|
| D | Search.php | 87 * @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) {
|
| D | Mapping.php | 160 * @param Index $index the index to send the mappings to 165 public function send(Index $index, array $query = []): Response
|
| D | Status.php | 100 * @return Index[] 122 $indices[] = new Index($this->_client, $name);
|
| 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 class
|
| D | AbstractUpdateAction.php | 48 * @param Index|string $index Index name 52 if ($index instanceof Index) {
|
| /plugin/searchindex/lang/de/ |
| 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/ |
| D | Health.php | 6 use Elastica\Cluster\Health\Index; alias 167 * @return Index[] 173 $indices[$indexName] = new Index($indexName, $index);
|
| /plugin/elasticsearch/helper/ |
| D | client.php | 13 use Elastica\Index; alias 146 * @param Index $index 149 protected function createMappings(Index $index): Response
|
| /plugin/elasticsearch/vendor/ruflin/elastica/src/Bulk/ |
| D | Action.php | 6 use Elastica\Index; alias 133 * @param Index|string $index 139 if ($index instanceof Index) {
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/ |
| D | Index.php | 29 class Index extends AbstractEndpoint class 80 public function setBody($body): Index
|
| /plugin/subjectindex/ |
| 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/ |
| D | intro.txt | 1 ====== Index ======
|
| /plugin/indexnumber/ |
| D | style.css | 1 /* Index numbers and descriptions should be in close proximity to their content */
|
| D | plugin.info.txt | 5 name Index number Toolbar
|
| /plugin/linkscollection/ |
| D | helper.php | 27 $index = new \dokuwiki\Ui\Index($IDX);
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/ |
| D | MigrationNamespace.asciidoc | 31 $params['index'] = (string) Index pattern
|