Home
last modified time | relevance | path

Searched +full:name +(+path:plugin +path:statdisplay) -(+path:plugin +path:statdisplay +path:lang) (Results 1 – 8 of 8) sorted by relevance

/plugin/statdisplay/
H A DBrowser.php240 * The name of the browser. All return types are from the class contants
241 * @return string Name of the browser
245 * Set the name of the browser
246 * @param $browser The name of the Browser
250 * The name of the platform. All return types are from the class contants
251 * @return string Name of the browser
255 * Set the name of the platform
256 * @param $platform The name of the Platform
336 return "<strong>Browser Name:</strong>{$this->getBrowser()}<br/>\n" .
H A Dplugin.info.txt5 name DokuWiki statdisplay plugin
/plugin/statdisplay/pchart/
H A DDataDescription.php4 * @brief Holds Metadata for the data set (name, unit, type etc.)
37 public function setXAxisName($name) { argument
38 if (!is_string($name)) {
42 $this->xAxisName = $name;
49 public function setYAxisName($name) { argument
50 if (!is_string($name)) {
53 $this->yAxisName = $name;
61 * @todo Not sure I'm happy with the name of this - should it be
H A DpData.php43 $this->dataDescription = new DataDescription('Name',
80 $this->Data[$ID]["Name"] = $Description;
82 elseif (! isset ( $this->Data [$ID] ["Name"] )) {
83 $this->Data [$ID] ["Name"] = $ID;
109 if ($Key != "Name") {
134 public function setXAxisName($Name) { argument
135 $this->dataDescription->setXAxisName($Name);
138 public function setYAxisName($Name) { argument
139 $this->dataDescription->setYAxisName($Name);
142 public function setSeriesSymbol($Name, $Symbol) { argument
[all …]
H A DCSVImporter.php37 * @param $FileName Name of the file (with path if necessary)
40 * to name the series of data. If this is left to the default,
H A DpChart.php1117 * @todo What is the method name a typo for? Threshold?
2797 $DataDescription->setPosition("Name");
/plugin/statdisplay/helper/
H A Dlog.php294 * Returns the common user agent name and version as a string
H A Dtable.php378 $this->head($this->getLang('name'));