Home
last modified time | relevance | path

Searched refs:Data (Results 201 – 225 of 228) sorted by path

12345678910

/plugin/pubmed2020/tests/
H A DPM15924077.ris16 …pairment was known and diagnosed before the consultation or not. METHODS: Data concerning the firs…
/plugin/quickstats/lang/en/
H A Dgeneral_intro.txt6 …n the **Update Quickstats Cache** button. For the Query panel, click on the **Query Data** button.
8 is displayed on first opening the Query Data panel and which can be closed with a button at the bot…
/plugin/refnotes/lang/en/
H A D__template.txt8 * Store one note per page as [[doku>plugin:data|Data plugin]] entry. This way the notes are stored in a database, which allows to make queries against the bibliography data, for example, see all books of a certain author. Unfortunately Data plugin allows only one ''dataentry'' section per page.
69 The dataentry below is wrapped into ''<code>'' section to be properly presented in absence of [[doku>plugin:data|Data plugin]].
/plugin/semantic/
H A Dplugin.info.txt6 desc Add Semantic Data in DokuWiki
/plugin/semanticdata/
H A Dplugin.info.txt5 name Semantic Data Plugin
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md9643 "escape" delimiters, and execute JavaScript in "evaluate" delimiters. Data
/plugin/statdisplay/pchart/
H A DPieChart.php59 $this->validateData ( "drawPieLegend", $Data );
67 foreach ( $Data as $Key => $Value ) {
100 foreach ( $Data as $Key => $Value ) {
160 foreach (array_keys($Data) as $Key) {
161 if (isset ( $Data [$Key] [$ColName] ))
162 $PieSum = $PieSum + $Data [$Key] [$ColName];
163 $iValues [] = $Data [$Key] [$ColName];
309 $this->drawFlatPieGraph($Data,
350 foreach (array_keys($Data) as $Key) {
351 if (isset ( $Data [$Key] [$ColName] ))
[all …]
H A DpCache.php50 public function IsInCache($ID, $Data, $Hash = "") { argument
52 $Hash = $this->GetHash ( $ID, $Data );
63 public function WriteToCache($ID, $Data, pChart $Picture) { argument
64 $Hash = $this->GetHash ( $ID, $Data );
73 public function DeleteFromCache($ID, $Data) { argument
74 $Hash = $this->GetHash ( $ID, $Data );
84 * @param pData $Data pChart->getData ;)
89 public function GetFromCache($ID, $Data, $return = FALSE) { argument
90 $Hash = $this->GetHash ( $ID, $Data );
107 protected function GetHash($ID, $Data) { argument
[all …]
H A DpChart.php532 $dataArray = $Data->getData();
1180 foreach ( $Data as $Value ) {
1375 foreach ( $Data as $Values ) {
1448 foreach ( $Data as $Values ) {
1583 foreach ($Data as $Values) {
2213 if ($Data [$Key] [$ColName] > $Max && is_numeric ( $Data [$Key] [$ColName] )) {
2218 if (isset ( $Data [$Key] [$ColName] ) && is_numeric ( $Data [$Key] [$ColName] )) {
2295 $Points = count ( $Data );
2466 if ($Data [$Key] [$ColName] > $MaxValue && is_numeric($Data[$Key][$ColName])) {
2482 $Points = count ( $Data );
[all …]
H A DpData.php27 private $Data = array(); variable in pData
72 if (isset ( $this->Data [$i] [$Serie] )) {
78 $this->Data [$ID] [$Serie] = $Val;
80 $this->Data[$ID]["Name"] = $Description;
83 $this->Data [$ID] ["Name"] = $ID;
107 if (isset ( $this->Data [0] )) {
159 return $this->Data;
181 foreach ($this->Data as $valueSet) {
198 foreach ($this->Data as $valueSet) {
240 foreach (array_keys($this->Data) as $Key) {
[all …]
/plugin/statistics/inc/pchart/
H A DPieChart.php45 * @param array Data pData->getData
51 public function drawPieLegend($XPos, $YPos, $Data, $DataDescription, Color $color, ShadowProperties $shadowProperties = null) { argument
56 /* Validate the Data and DataDescription array */
58 $this->validateData("drawPieLegend", $Data);
66 foreach($Data as $Key => $Value) {
103 foreach($Data as $Key => $Value) {
134 * @param array Data (PieChart->getData())
145 public function drawBasicPieGraph($Data, $DataDescription, $XPos, $YPos, $Radius = 100, $DrawLabels = PIE_NOLABEL, Color $color = null, $Decimals = 0, ShadowProperties $shadowProperties = null) { argument
158 /* Validate the Data and DataDescription array */
160 $this->validateData("drawBasicPieGraph", $Data);
314 drawFlatPieGraphWithShadow($Data, $DataDescription, $XPos, $YPos, $Radius = 100, $DrawLabels = PIE_NOLABEL, $SpliceDistance = 0, $Decimals = 0, ShadowProperties $shadowProperties = NULL) global() argument
359 drawFlatPieGraph($Data, $DataDescription, $XPos, $YPos, $Radius = 100, $DrawLabels = PIE_NOLABEL, $SpliceDistance = 0, $Decimals = 0, $AllBlack = FALSE, ShadowProperties $shadowProperties = null) global() argument
[all...]
H A DpCache.php51 public function IsInCache($ID, $Data, $Hash = '') { argument
53 $Hash = $this->GetHash($ID, $Data);
61 public function WriteToCache($ID, $Data, pChart $Picture) { argument
62 $Hash = $this->GetHash($ID, $Data);
71 public function DeleteFromCache($ID, $Data) { argument
72 $Hash = $this->GetHash($ID, $Data);
83 * @param pData $Data pChart->getData ;)
87 public function GetFromCache($ID, $Data, $return = FALSE) { argument
88 $Hash = $this->GetHash($ID, $Data);
104 protected function GetHash($ID, $Data) { argument
[all...]
H A DpChart.php304 function drawScale(pData $Data, ScaleStyle $style, $Angle = 0, $Decimals = 1, $WithMargin = FALSE, $SkipLabels = 1, $RightScale = FALSE) { argument
305 /* Validate the Data and DataDescription array */
306 $this->validateData("drawScale", $Data->getData());
326 $Divisions = $this->calculateDivisions($Data, $style);
341 if(count($Data->getData()) > 1) {
343 $this->DivisionWidth = ($this->GArea_X2 - $this->GArea_X1) / (count($Data->getData()) - 1);
345 $this->DivisionWidth = ($this->GArea_X2 - $this->GArea_X1) / (count($Data->getData()));
353 $this->DataCount = count($Data->getData());
384 $Data->getDataDescription()->getYFormat(),
385 $Data
554 calculateDivisions(pData $Data, ScaleStyle $style) global() argument
645 drawXYScale(pData $Data, ScaleStyle $style, $YSerieName, $XSerieName, $Angle = 0, $Decimals = 1) global() argument
1256 setLabel($Data, $DataDescription, $SerieName, $ValueName, $Caption, Color $color = null) global() argument
1379 drawPlotGraph($Data, $DataDescription, $BigRadius = 5, $SmallRadius = 2, Color $color2 = null, $Shadow = FALSE) global() argument
1559 drawArea($Data, $Serie1, $Serie2, Color $color, $Alpha = 50) global() argument
1605 writeValues($Data, $DataDescription, $Series) global() argument
1649 drawLineGraph($Data, $DataDescription, $SerieName = '') global() argument
1705 drawXYGraph($Data, $YSerieName, $XSerieName, $PaletteID = 0) global() argument
2057 drawFilledLineGraph($Data, $DataDescription, $Alpha = 100, $AroundZero = FALSE) global() argument
2156 drawOverlayBarGraph($Data, $DataDescription, $Alpha = 50) global() argument
2228 drawBarGraph($Data, $DataDescription, $Alpha = 100) global() argument
2291 drawStackedBarGraph($Data, $DataDescription, $Alpha = 50, $Contiguous = FALSE) global() argument
2352 drawLimitsGraph($Data, $DataDescription, Color $color = null) global() argument
2451 drawRadarAxis($Data, $DataDescription, $Mosaic = TRUE, $BorderOffset = 10, Color $colorA = null, Color $colorS = null, $MaxValue = 1) global() argument
2650 calculateMaxValue($Data, $DataDescription) global() argument
2666 drawRadar($Data, $DataDescription, $BorderOffset = 10, $MaxValue = 1) global() argument
2735 drawFilledRadar($Data, $DataDescription, $Alpha = 50, $BorderOffset = 10, $MaxValue = 1) global() argument
3031 validateData($FunctionName, $Data) global() argument
[all...]
H A DpData.php26 private $Data = array(); variable in pData
72 for($i = 0; $i < count($this->Data); $i++) {
73 if(isset ($this->Data [$i] [$Serie])) {
79 $this->Data [$ID] [$Serie] = $Val;
81 $this->Data[$ID]["Name"] = $Description;
82 } elseif(!isset ($this->Data [$ID] ["Name"])) {
83 $this->Data [$ID] ["Name"] = $ID;
107 if(isset ($this->Data [0])) {
108 foreach(array_keys($this->Data [0]) as $Key) {
159 return $this->Data;
[all...]
/plugin/strata/
H A Dmanual.txt1 ====== Strata: Structured Data Plugin======
16 ===== Data Block =====
18 Data entry is done with ''<data>'' tags. The following example is a data block for Jane Doe. The block is meant to add some extra data to the page it is on (we assume it is on the page ''persons:jane_doe''). The example shows you how to add simple values, how to declare a class, and how to use types.
140 * [[#Data Entry]]
147 ===== Data Entry =====
185 You can add a [[#types|type]] to a field by putting the type between ''['' and '']'' and placing it after the field name. This will change how the field's values are stored and displayed. Note that the declared type is only used during entry, that is, the type is not stored. You can declare a different type when [[#Querying Data]].
194 ==== Data Fragments ====
207 ==== Split Data Entries ====
/plugin/swarmwebhook/lang/en/
H A Difttt_instructions.txt3 - Enter the following Data in the Form:
H A Dzapier_instructions.txt10 - Adjust the following Data in the Form:
/plugin/textmodule/
H A DREADME.md17 ## Data section in DokuWiki-Plugin: Text module
/plugin/wavedrom/
H A DREADME.md14 { "name": "Data", "wave": "x.345x|=.x", "data": ["head", "body", "tail", "data"] },
/plugin/webcomponent/_test/
H A DREADME.md3 ## Data Directory
/plugin/webcomponent/_test/data/pages/
H A Dnavbar.txt39 <dropdown name="Data (State)" >
40 [[data:processing:|Data Processing]]
41 [[data:modeling:|Data Modeling]]
42 [[data:quality:|Data Quality]]
43 [[data:type:|Data Structure]]
44 [[data:type:|Data Type]]
45 [[:data:warehouse:|Data Warehouse]]
46 [[data:viz:|Data Visualization]]
47 [[data:partition:|Data Partition]]
52 <dropdown name="Data Type">
[all …]
/plugin/webdav/vendor/sabre/vobject/resources/schema/
H A Dxcal.rng185 # 3.3 Property Value Data Types
/plugin/wysiwyg/fckeditor/_samples/afp/
H A Dsampleposteddata.afp27 <title>FCKeditor - AFP - Samples - Posted Data</title>
33 <h1>FCKeditor - Samples - Posted Data</h1>
/plugin/wysiwyg/fckeditor/_samples/asp/
H A Dsampleposteddata.asp28 <title>FCKeditor - Samples - Posted Data</title>
34 <h1>FCKeditor - Samples - Posted Data</h1>
/plugin/wysiwyg/fckeditor/_samples/lasso/
H A Dsampleposteddata.lasso28 <title>FCKeditor - Samples - Posted Data</title>
34 <h1>FCKeditor - Samples - Posted Data</h1>

12345678910