Home
last modified time | relevance | path

Searched refs:Data (Results 201 – 225 of 228) sorted by last modified time

12345678910

/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.min.map1 …Array","Temp","PasswordLastChar","PadIndex","crypto_DecryptData_Method1","Data","XorArrayIndex","X…
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js29515 var Data;
29517 Data = (function() {
29698 return Data;
29826 var Data, Directory,
30019 table = new Data;
30238 table = new Data;
30316 table = new Data;
30637 table = new Data;
30699 table = new Data;
30772 table = new Data;
[all …]
H A Dpdfmake.min.js.map1Data","Directory","GlyfTable","HeadTable","HheaTable","HmtxTable","LocaTable","MaxpTable","NameTab…
/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Dreadme.md1 # amCharts Data Loader
96 init | | Callback function to execute when Data Loader is initialized, before any loading starts
100 noStyles | false | If set to true no styles will be applied to "Data loading" curtain
101 … it on to chart. The handler function will receive two parameters: loaded data, Data Loader options
189 Data Loader can call your own function when certain event happens, like data
232 text prompts, like 'Data loading...'.
316 * New example: Using Data Loader functions externally (map_json_external_function.html)
340 * postProcess function will now have "this" context set to Data Loader object as well as receive ch…
/plugin/icalevents/vendor/sabre/vobject/resources/schema/
H A Dxcal.rng185 # 3.3 Property Value Data Types
/plugin/datatemplate/
H A Dplugin.info.txt4 name Data Template Plugin
/plugin/data-graph/
H A Dplugin.info.txt5 name Data Graph Plugin
6 desc Create Graphs for the Data Plugin
/plugin/orgchart/
H A DREADME8 This plugin requires either the Wrap Plugin [https://www.dokuwiki.org/plugin:wrap] or the Data Plug…
26 == Using Data Plugin ==
/plugin/pgn4web/pgn4web/
H A Dpgn-standard.txt53 2.1: Data interchange incompatibility
2016 16.1.3: Data fields
2153 16.2.3: Data fields
/plugin/projects/pchart/pchart/
H A Dpcache.php61 function IsInCache($ID,$Data,$Hash="") argument
64 $Hash = $this->GetHash($ID,$Data);
73 function WriteToCache($ID,$Data,$Picture) argument
75 $Hash = $this->GetHash($ID,$Data);
82 function DeleteFromCache($ID,$Data) argument
84 $Hash = $this->GetHash($ID,$Data);
92 function GetFromCache($ID,$Data) argument
94 $Hash = $this->GetHash($ID,$Data);
106 function GetHash($ID,$Data) argument
109 foreach($Data as $key => $Values)
H A Dpdata.php52 var $Data; variable in pData
57 $this->Data = "";
119 for($i=0;$i<=count($this->Data);$i++)
124 $this->Data[$ID][$Serie] = $Value;
126 $this->Data[$ID]["Name"] = $Description;
128 $this->Data[$ID]["Name"] = $ID;
134 $this->Data[$ID][$Serie] = $Val;
135 if (!isset($this->Data[$ID]["Name"]))
136 $this->Data[$ID]["Name"] = $ID;
163 if ( isset($this->Data[0]) )
[all …]
H A Dpchart.php514 if ( count($Data) > 1 )
1304 if ( isset($Data[$Key][$YSerieName]) && isset($Data[$Key][$XSerieName]) )
1409 if ( isset($Data[$Key][$Serie]) && is_numeric($Data[$Key][$Serie]))
1477 if ( isset($Data[$Key][$YSerieName]) && isset($Data[$Key][$XSerieName]) )
2045 if ( $Data[$Key][$ColName] > $Max && is_numeric($Data[$Key][$ColName]))
2048 if ( isset($Data[$Key][$ColName]) && is_numeric($Data[$Key][$ColName]))
2084 $Points = count($Data);
2294 …if ( $Data[$Key][$ColName] > $MaxValue && is_numeric($Data[$Key][$ColName])) { $MaxValue = $Data[$…
2370 …$PieSum = $PieSum + $Data[$Key][$ColName]; $iValues[] = $Data[$Key][$ColName]; $iLabels[] = $Data[…
2485 …$PieSum = $PieSum + $Data[$Key][$ColName]; $iValues[] = $Data[$Key][$ColName]; $iLabels[] = $Data[…
[all …]
/plugin/jdraw/src/com/mxgraph/examples/swing/resources/
H A Deditor_zh-CN.properties178 noImageData=No Image Data
H A Deditor.properties182 noImageData=No Image Data
H A Deditor.properties.bak178 noImageData=No Image Data
/plugin/semanticdata/
H A Dplugin.info.txt5 name Semantic Data Plugin
/plugin/jmol2/jmol/
H A DCHANGES.txt3050 # new feature: State save of property_xxx now in easily readable Jmol Data Format
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolApplet0_Symmetry.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned0_Symmetry.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/charter/lib/pchart/
H A DpCache.class.php61 function IsInCache($ID,$Data,$Hash="") argument
64 $Hash = $this->GetHash($ID,$Data);
73 function WriteToCache($ID,$Data,$Picture) argument
75 $Hash = $this->GetHash($ID,$Data);
82 function DeleteFromCache($ID,$Data) argument
84 $Hash = $this->GetHash($ID,$Data);
92 function GetFromCache($ID,$Data) argument
94 $Hash = $this->GetHash($ID,$Data);
106 function GetHash($ID,$Data) argument
109 foreach($Data as $key => $Values)
H A DpChart.class.php514 if ( count($Data) > 1 )
1328 if ( isset($Data[$Key][$YSerieName]) && isset($Data[$Key][$XSerieName]) )
1433 if ( isset($Data[$Key][$Serie]) && is_numeric($Data[$Key][$Serie]))
1501 if ( isset($Data[$Key][$YSerieName]) && isset($Data[$Key][$XSerieName]) )
2070 if ( $Data[$Key][$ColName] > $Max && is_numeric($Data[$Key][$ColName]))
2073 if ( isset($Data[$Key][$ColName]) && is_numeric($Data[$Key][$ColName]))
2109 $Points = count($Data);
2319 …if ( $Data[$Key][$ColName] > $MaxValue && is_numeric($Data[$Key][$ColName])) { $MaxValue = $Data[$…
2395 …$PieSum = $PieSum + $Data[$Key][$ColName]; $iValues[] = $Data[$Key][$ColName]; $iLabels[] = $Data[…
2510 …$PieSum = $PieSum + $Data[$Key][$ColName]; $iValues[] = $Data[$Key][$ColName]; $iLabels[] = $Data[…
[all …]
H A DpData.class.php50 var $Data; variable in pData
55 $this->Data = "";
126 for($i=0;$i<=count($this->Data);$i++)
131 $this->Data[$ID][$Serie] = $Value;
133 $this->Data[$ID]["Name"] = $Description;
135 $this->Data[$ID]["Name"] = $ID;
141 $this->Data[$ID][$Serie] = $Val;
142 if (!isset($this->Data[$ID]["Name"]))
143 $this->Data[$ID]["Name"] = $ID;
170 if ( isset($this->Data[0]) )
[all …]
/plugin/wysiwyg/fckeditor/_samples/afp/
H A Dsampleposteddata.afp27 <title>FCKeditor - AFP - Samples - Posted Data</title>
33 <h1>FCKeditor - Samples - Posted Data</h1>

12345678910