Home
last modified time | relevance | path

Searched refs:Index (Results 1 – 25 of 135) sorted by last modified time

123456

/plugin/siteexport/
H A DREADME.md147 * [[.:index|Index of the page]]
148 * [[.:sub:index|Index of the sub namespace]]
149 * [[.:sub:sub:index|Index of the sub/sub namespace]]
152 * [[.:another-sub:index|Index of another sub namespace]]
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs10299 --Index;
10305 --Index;
10307 ObfuscationArray[Index] = XorRor(Password[Index], Temp);
10308 --Index;
10312 Index = 15;
10317 --Index;
10321 --Index;
10334 for(Index = 0; Index != Data.length; ++Index) {
18167 if(cell.Index) c = +cell.Index - 1;
18180 if(row.Index) r = +row.Index - 1;
[all …]
/plugin/bureaucracy/helper/
H A Dactiontemplate.php358 $index = new dokuwiki\Ui\Index();
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md255 - Index collation for non-ASCII characters.
256 - Index mark-up allowing control over layout using CSS.
417 - Index entries causing errors when repeat entries are used within page-break-inside:avoid, rotated tables etc.
/plugin/combo/ComboStrap/
H A DMarkupPath.php1921 Index::getOrCreate()->deletePage($this);
H A DIndex.php7 class Index class
10 * @var Index
21 * Index constructor.
28 public static function getOrCreate(): Index
31 self::$index = new Index();
H A DRouterBestEndPage.php36 $pagesWithSameName = Index::getOrCreate()
/plugin/combo/action/
H A Droutermessage.php7 use ComboStrap\Index; alias
193 $pagesWithSameName = Index::getOrCreate()->getPagesWithSameLastName($pageOrigin);
/plugin/combo/resources/theme/default/pages/templates/
H A Dindex.md1 # Index chapter
3 `Index` is a little landing page
/plugin/statistics/inc/pchart/
H A DPieChart.php702 $Index = count($Plots);
722 new Point($Plots[$Index - 4], $Plots [$Index - 3]),
H A DpChart.php1765 $Index = 1;
1770 $data->getXYMap($ColName, $XIn, $YIn, $Missing, $Index);
1773 assert($Index + 1 >= count($XIn));
1779 $this->calculateCubicCurve($Yt, $XIn, $YIn, $U, $Index);
1781 $Yt [$Index] = 0;
1783 for($k = $Index - 1; $k >= 1; $k--)
1787 for($X = 1; $X <= $Index; $X = $X + $Accuracy) {
1793 $khi = $Index;
1850 $YPos = $this->GArea_Y2 - (($YIn [$Index] - $this->VMin) * $this->DivisionRatio);
1874 private function calculateCubicCurve(array & $Yt, array $XIn, array $YIn, array & $U, $Index) { argument
[all...]
/plugin/statdisplay/pchart/
H A DPieChart.php657 $Index = count ( $Plots );
672 $this->canvas->drawAntialiasPixel(new Point($Plots[$Index - 4], $Plots [$Index - 3]),
H A DpChart.php1633 $Index = 1;
1637 $data->getXYMap($ColName, $XIn, $YIn, $Missing, $Index);
1640 assert($Index + 1 >= count($XIn));
1646 $this->calculateCubicCurve($Yt, $XIn, $YIn, $U, $Index);
1648 $Yt [$Index] = 0;
1650 for($k = $Index - 1; $k >= 1; $k --)
1654 for($X = 1; $X <= $Index; $X = $X + $Accuracy) {
1660 $khi = $Index;
1715 $YPos = $this->GArea_Y2 - (($YIn [$Index] - $this->VMin) * $this->DivisionRatio);
1737 private function calculateCubicCurve(array & $Yt, array $XIn, array $YIn, array & $U, $Index) { argument
[all …]
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DClient.php165 public function getIndex(string $name): Index
167 return new Index($this, $name);
203 * Array of \Elastica\Document as input. Index has to be set inside the
236 * Array of \Elastica\Document as input. Index has to be set inside the
454 * @param Index|string $index Index name
H A 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
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 DMapping.php160 * @param Index $index the index to send the mappings to
165 public function send(Index $index, array $query = []): Response
H A 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
H A DSearch.php87 * @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 DAbstractUpdateAction.php48 * @param Index|string $index Index name
52 if ($index instanceof Index) {
64 * @return string Index name
/plugin/elasticsearch/vendor/ruflin/elastica/src/Cluster/
H A DHealth.php6 use Elastica\Cluster\Health\Index; alias
167 * @return Index[]
173 $indices[$indexName] = new Index($indexName, $index);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Index/
H A DRecovery.php3 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
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dnamespaces.asciidoc12 | `indices()` | Index-centric stats and info
28 // Index Stats
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md34 * Changed `Elastica\Index\Settings::get` adding ability to get default settings by @krasilnikovm [#2115](https://github.com/ruflin/Elastica/pull/2115)
67 * Deprecated passing a `string` as 1st argument to `Search::addIndex()` and `Search::hasIndex()`, pass an Index instance instead by @franmomu [#2103](https://github.com/ruflin/Elastica/pull/2103)
68 * Deprecated passing an array of `string` as 1st argument to `Search::addIndices()`, use an array of Index instances by @franmomu [#2103](https://github.com/ruflin/Elastica/pull/2103)
94 * Fixed version parameters for Index::addDocument() by @pidera [#2050](https://github.com/ruflin/Elastica/pull/2050)
148 * Added `Elastica\Index::openPointInTime()` for opening a PiT on the index [#1994](https://github.com/ruflin/Elastica/pull/1994)
202 * Added endpoint options support to `Elastica\Index::create()` [#1859](https://github.com/ruflin/Elastica/pull/1859)
216 * Reviewed options handling in `Elastica\Index::create()` [#1822](https://github.com/ruflin/Elastica/pull/1822)
240 * Deprecated passing `bool` or `null` as 2nd argument to `Elastica\Index::create()` [#1828](https://github.com/ruflin/Elastica/pull/1828)
317 * The method `Index::deleteById()` does not throw an `NotFoundException` when deleting a non-existing document [#1732](https://github.com/ruflin/Elastica/pull/1732)
349 * Deprecated usage of `\Elastica\Type` class, `\Elastica\Index` clas
[all...]
/plugin/elasticsearch/helper/
H A Dclient.php132 * @param \Elastica\Index $index
135 protected function createMappings(\Elastica\Index $index): \Elastica\Response

123456