Home
last modified time | relevance | path

Searched refs:Index (Results 126 – 135 of 135) sorted by path

123456

/plugin/searchindex/lang/ja/
H A Dintro.txt3 この画面では[[doku>ja:search|全文検索]]が使用する Index を再作成できます。
5 しかし、大量のファイルを更新・追加・削除した場合、Index を再作成するのは、おそらくいい考えです。
7 Index の再作成には長い時間がかかります。
/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/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/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/subjectindex/
H A 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/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1 …@param {String} pattern Pattern to search within.\n * @param {Number} pos Index in `pattern` to se…
/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/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1Index of out of bounds\");\n\t\t\t\tindex = Math.min(order.length,index);\n\t\t\t}\n\t\t}\n\n\n\t\…

123456