/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/ |
H A D | Series.php | 47 public function setSeries($series) argument 49 $this->series = $series; 56 return $this->series;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/ |
H A D | HistogramChartSpec.php | 69 public function setSeries($series) argument 71 $this->series = $series; 78 return $this->series;
|
H A D | PieChartSpec.php | 75 public function setSeries(ChartData $series) argument 77 $this->series = $series; 84 return $this->series;
|
H A D | WaterfallChartSpec.php | 103 public function setSeries($series) argument 105 $this->series = $series; 112 return $this->series;
|
H A D | BasicChartSeries.php | 119 public function setSeries(ChartData $series) argument 121 $this->series = $series; 128 return $this->series;
|
H A D | BasicChartSpec.php | 179 public function setSeries($series) argument 181 $this->series = $series; 188 return $this->series;
|
H A D | BubbleChartSpec.php | 212 public function setSeries(ChartData $series) argument 214 $this->series = $series; 221 return $this->series;
|
/plugin/tableplot/ |
H A D | syntax.php | 108 $series .= $data['series'] . "',"; 110 $series .= $this->getConf('series'). "',"; 192 …ript type="text/javascript"> jQuery(\'#'.$id.'\').tablePlot({'.$orient .$series. $firstSeries . $l…
|
H A D | table2Plot.js | 55 series: 'rows', // are the series in rows or columns? property in jQuery.fn.tablePlot.args 84 args.lastSeries = (args.series == 'columns') ? 91 args.dataEnd = (args.series == 'rows') ? 124 switch (args.series) {
|
/plugin/achart/assets/ |
H A D | apexcharts.css | 35 .apexcharts-series-collapsed { 139 .apexcharts-tooltip-series-group { 152 .apexcharts-tooltip-series-group:last-child { 156 .apexcharts-tooltip-series-group-hidden { 193 .apexcharts-tooltip-rangebar .series-name { 618 .apexcharts-hide .apexcharts-series-points { 625 .apexcharts-area-series .apexcharts-area, 629 .apexcharts-area-series .apexcharts-series-markers .apexcharts-marker.no-pointer-events, 630 .apexcharts-line-series .apexcharts-series-markers .apexcharts-marker.no-pointer-events, 631 .apexcharts-radar-series path, [all …]
|
H A D | apexcharts.min.js | 6 …series[h.globals.maxValsInArrayIndex].length-2&&h.globals.shouldAnimate&&l.animationCompleted(t):"… property in AnonymousFunction1cae5b5136d00.AnonymousFunction1cae5b5136f00.c 14 …series=new z(this.ctx),this.ctx.theme=new tt(this.ctx),this.ctx.formatters=new W(this.ctx),this.ct…
|
/plugin/sequencediagram/bower_components/lodash/lib/main/ |
H A D | build-dist.js | 25 async.series([
|
H A D | build-modules.js | 31 async.series(actions, util.pitch);
|
/plugin/statistics/inc/pchart/ |
H A D | pData.php | 30 * An entry for each series giving the maximum value in that 31 * series, if we've previously calculated it 36 * An entry for each series giving the minimum value in that 37 * series, if we've previously calculated it 50 public function addPoint($value, $series = "Series1", $Description = "") { argument 57 $series, 167 * @brief Get the minimum data value in the specified series 176 * value at index 0 for the specified series - but this is the 195 * @brief Get the maximum data value in the specified series 214 * Get the numeric X and Y values, for a given series [all...] |
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Runner/ |
H A D | Version.php | 43 public static function series() function in PHPUnit_Runner_Version
|
/plugin/statdisplay/pchart/ |
H A D | pData.php | 51 public function addPoint($value, $series = "Series1", $Description = "") { argument 57 $series,
|
/plugin/sequencediagram/bower_components/lodash/lib/fp/ |
H A D | build-dist.js | 49 async.series([
|
H A D | build-modules.js | 147 async.series(actions, util.pitch);
|
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/ |
H A D | ChangeLog-3.2.md | 3 All notable changes of the PHP_CodeCoverage 3.2 release series are documented in this file using th…
|
H A D | ChangeLog-3.0.md | 3 All notable changes of the PHP_CodeCoverage 3.0 release series are documented in this file using th…
|
H A D | ChangeLog-3.3.md | 3 All notable changes of the PHP_CodeCoverage 3.3 release series are documented in this file using th…
|
H A D | ChangeLog-3.1.md | 3 All notable changes of the PHP_CodeCoverage 3.1 release series are documented in this file using th…
|
/plugin/findologicxmlexport/vendor/sebastian/version/ |
H A D | README.md | 19 …ance) or the name of the release series (`X.Y`) when no release has been made from that branch / f…
|
/plugin/layeranimation/ |
H A D | README.md | 4 …DokuWiki content in an animated series of layers. It supports the plugins you have installed in yo…
|
/plugin/tableplot/example/ |
H A D | exampleEarthquakePlot.txt | 64 <tableplot>&series=columns&width=600&height=400&id=Earthquakes&position=after&plotArgs={title: {tex…
|