Home
last modified time | relevance | path

Searched refs:Data (Results 26 – 50 of 228) sorted by last modified time

12345678910

/plugin/pubmed2020/tests/
H A DPM15924077.nbib20 diagnosed before the consultation or not. METHODS: Data concerning the first 300
H A DPM15924077.ris16 …pairment was known and diagnosed before the consultation or not. METHODS: Data concerning the firs…
/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 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 …]
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 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 …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dhttp-meta-data.asciidoc2 === HTTP Meta Data
10 Elastic Meta HeaderHTTP Meta Data global() argument
29 Include port number in Host headerHTTP Meta Data global() argument
46 Send the API compatibility layerHTTP Meta Data global() argument
/plugin/achart/
H A DREADME.md30 ### Data from a local file
49 ### Data from a remote file
/plugin/ckgedit/ckeditor/
H A DCHANGES.md576 * [#13174](https://dev.ckeditor.com/ticket/13174): Fixed: Data loss after [pasting from Word](https…
879Data Transfer](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR.plugins.clipboard.dataTrans…
897 …owsers only. All drag and drop operations can be identified thanks to the new Data Transfer facade.
898 …only plain text can be dropped from outside the editor. Thanks to the new Data Transfer facade, in…
1541 * [#10298](https://dev.ckeditor.com/ticket/10298): Fixed: Data processor breaks attributes containi…
/plugin/ckgedit/ckeditor/lang/
H A Den.4.9.js.beautified671 "data": "Data",
H A Den.js-4.9.merged5 …seline","bgColor":"Background Color","borderColor":"Border Color","data":"Data","header":"Header",…
H A Den.js.4.95 …seline","bgColor":"Background Color","borderColor":"Border Color","data":"Data","header":"Header",…
H A Den.js.unc5 …seline","bgColor":"Background Color","borderColor":"Border Color","data":"Data","header":"Header",…
H A Dlang_array.txt594 "data": "Data",
/plugin/ckgedit/lang/
H A Den.4.9.js.beautified671 "data": "Data",
/plugin/discussion/lang/it/
H A Dsubscribermail.txt5 Data: @DATE@
/plugin/discussion/lang/pl/
H A Dsubscribermail.txt5 Data: @DATE@
/plugin/discussion/lang/pt/
H A Dsubscribermail.txt5 Data: @DATE@
/plugin/discussion/lang/pt-br/
H A Dsubscribermail.txt5 Data: @DATE@
/plugin/publish/lang/it/
H A Dmailchangetext.txt3 Data : @DATE@
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/Resource/
H A DData.php28 class Data extends \Google\Service\Resource class
33 class_alias(Data::class, 'Google_Service_Analytics_Resource_Data');
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md61 from a redirect). Data that is read from the remote stream will be buffered in
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md194 (such as the [YouTube Data API](https://developers.google.com/youtube/v3/)) do
/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/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 ====

12345678910