Home
last modified time | relevance | path

Searched refs:Data (Results 1 – 25 of 228) sorted by path

12345678910

/plugin/404manager/
H A DREADME.md126 ## Data Store
/plugin/accscounter/lang/en/
H A Dheading.txt1 ====== Access Counter - Data Manager ======
H A Dmovedirection.txt1 ====== Access Counter - Data Transferer ======
/plugin/achart/
H A DREADME.md30 ### Data from a local file
49 ### Data from a remote file
/plugin/addressbook/
H A DREADME.md76 ## Data storage
/plugin/adfs/lang/en/
H A Dfound.txt1 ===== Data Found =====
H A Dnotfound.txt1 ===== No Data Found =====
/plugin/adfs/phpsaml/
H A DREADME.md316 // Service Provider Data that we are deploying.
375 // Identity Provider Data that we want connected with our SP.
1362 * `getNameIdData` - Gets the NameID Data provided by the SAML response from the
1386 * `getNameIdData` - Gets the NameID Data of the the Logout Request.
/plugin/aichat/vendor/erusev/parsedown/
H A DParsedown.php830 $Data = array(
837 $Data['title'] = $matches[3];
840 $this->DefinitionData['Reference'][$id] = $Data;
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe22068 App Data
/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/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/export/libs/xlsx/
H A Dxlsx.min.map1 …Array","Temp","PasswordLastChar","PadIndex","crypto_DecryptData_Method1","Data","XorArrayIndex","X…
/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/google/apiclient/
H A DREADME.md194 (such as the [YouTube Data API](https://developers.google.com/youtube/v3/)) do
/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/barcodes/
H A DREADME.md23 Alternatively, put the same URL in [Data Matrix](https://en.wikipedia.org/wiki/Data_Matrix):
32 | Option | QR Code | Data Matrix | Other Barcodes | Description …
39 … | optional | Set the size in px (width and height for QR code and Data Matrix, height for …
/plugin/bibtex/OSBib/format/
H A DREADME.txt15 …ing arrays designed to get you up and running within a matter of minutes. Data stored in other for…
/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/ckgdoku/ckeditor/
H A DCHANGES.md156 * [#13174](http://dev.ckeditor.com/ticket/13174): Fixed: Data loss after [pasting from Word](http:/…
459Data Transfer](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.clipboard.dataTransfer) facade was…
477 …owsers only. All drag and drop operations can be identified thanks to the new Data Transfer facade.
478 …only plain text can be dropped from outside the editor. Thanks to the new Data Transfer facade, in…
1121 * [#10298](http://dev.ckeditor.com/ticket/10298): Fixed: Data processor breaks attributes containin…
/plugin/ckgdoku/ckeditor/lang/
H A Den.js.beautified590 data: "Data",
H A Den.js.unc5 …seline","bgColor":"Background Color","borderColor":"Border Color","data":"Data","header":"Header",…

12345678910