Home
last modified time | relevance | path

Searched refs:index (Results 326 – 350 of 1806) sorted by last modified time

1...<<11121314151617181920>>...73

/plugin/s5/ui/dokuwiki/
H A Dframing.css9 div#header {top: 0; height: 2em; z-index: 1;}
10 div#footer {top: auto; bottom: 0; height: 2.5em; z-index: 5;}
11 .slide {top: 0; width: 92%; padding: 3.5em 4% 4%; z-index: 2; list-style: none;}
12 div#controls {left: 50%; bottom: 0; width: 50%; z-index: 100;}
15 #currentSlide {position: absolute; width: 10%; left: 45%; bottom: 1em; z-index: 10;}
H A Dpretty.css39 .slide h1 {position: absolute; top: 0.1em; left: 1.5%; z-index: 1;
/plugin/s5/ui/flower/
H A Dframing.css16 div#currentSlide {position: absolute; left: -500px; bottom: 1em; width: 130px; z-index: 10;}
H A Dpretty.css48 .slide h1 {position: absolute; z-index: 1;
57 div#controls {position: absolute; z-index: 1; left: 50%; top: 0;
/plugin/s5/ui/i18n/
H A Dframing.css7 div#header {top: 0; left: 0; z-index: 1;}
8 div#footer {top: auto; bottom: 0; width: 100%; z-index: 5;}
9 .slide {top: 0; width: 88%; padding: 1em 7% 2em 5%; z-index: 2;}
11 div#controls {bottom: 1em; left: 0; width: 100%; text-align: center; z-index: 1000;}
14 #currentSlide {position: absolute; left: 0; bottom: 0.5em; z-index: 10;
/plugin/s5/ui/pixel/
H A Dframing.css16 div#currentSlide {position: absolute; left: -500px; bottom: 1em; width: 130px; z-index: 10;}
/plugin/s5/ui/blue/
H A Ds5-core.css5 div#header {z-index: 1;}
6 div.slide {z-index: 2; visibility: hidden;}
8 div#footer {z-index: 5;}
9 div#controls {position: absolute; z-index: 1;}
/plugin/s5/ui/default/
H A Dpretty.css41 .slide h1 {position: absolute; top: 0.7em; left: 87px; z-index: 1;
/plugin/s5/ui/yatil/
H A Dpretty.css66 .slide h1 {position: absolute; top: 0.8em; left: 0; z-index: 1;
73 div#controls {position: absolute; z-index: 5; left: 75%; top: 0;
/plugin/fullscreenmode/
H A Dstyle.css2 z-index: 0;
18 z-index: -1;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D0989cc65d8924f666ce3eb0820d2d244.asciidoc6 'index' => 'users',
11 $response = $client->index($params);
13 'index' => 'users',
18 $response = $client->index($params);
H A D0bbd30b9be3e54ff3028b9f4459634d2.asciidoc6 'index' => 'my_index',
H A D0cc991e3f7f8511a34730e154b3c5edc.asciidoc8 'index' => 'twitter',
11 'index' => 'new_twitter',
H A D0ce3606f1dba490eef83c4317b315b62.asciidoc6 'index' => 'twitter',
H A D1216f8f7367df3aa823012cef310c08a.asciidoc8 'index' => 'test',
11 'index' => 'test2',
H A D12433d2b637d002e8d5c9a1adce69d3b.asciidoc6 'index' => 'publications',
H A D1b8655e6ba99fe39933c6eafe78728b7.asciidoc8 'index' => 'twitter',
15 'index' => 'new_twitter',
23 'index' => 'twitter',
30 'index' => 'new_twitter',
H A D1c23507edd7a3c18538b68223378e4ab.asciidoc1 // indices/create-index.asciidoc:10
6 'index' => 'twitter',
H A D1da77e114459e0b77d78a3dcc8fae429.asciidoc6 'index' => 'twitter-1',
10 'index' => 'twitter-2',
14 'index' => 'twitter-1,twitter-2',
H A D1f336ecc62480c1d56351cc2f82d0d08.asciidoc6 'index' => 'twitter',
12 $response = $client->index($params);
H A D1f6fe6833686e38c3711c6f2aa00a078.asciidoc6 'index' => 'my_index',
H A D210cf5c76bff517f48e80fa1c2d63907.asciidoc6 'index' => 'my_index',
H A D231aa0bb39c35fe199d28fe0e4a62b2e.asciidoc6 'index' => 'bank',
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DClient.php163 * Returns the index for the given connection.
205 * any index
238 * any index
272 * @param string $index index to update
281 public function updateDocument($id, $data, $index, array $options = []): Response
285 $endpoint->setIndex($index);
449 * Deletes documents with the given ids, index, type from the index.
454 * @param Index|string $index Inde
264 updateDocument($id, $data, $index, array $options = []) global() argument
438 deleteIds(array $ids, $index, $routing = false) global() argument
[all...]
/plugin/elasticsearch/vendor/ruflin/elastica/src/Cluster/
H A DHealth.php172 foreach ($this->_data['indices'] as $indexName => $index) {
173 $indices[$indexName] = new Index($indexName, $index);

1...<<11121314151617181920>>...73