Home
last modified time | relevance | path

Searched refs:Key (Results 1 – 25 of 84) sorted by last modified time

1234

/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe
/plugin/combo/grammar/
H A DPageSql.g443 * Key word
/plugin/statistics/inc/pchart/
H A DPieChart.php66 foreach($Data as $Key => $Value) {
103 foreach($Data as $Key => $Value) {
168 foreach(array_keys($Data) as $Key) {
169 if(isset ($Data [$Key] [$ColName]))
170 $PieSum = $PieSum + $Data [$Key] [$ColName];
171 $iValues [] = $Data [$Key] [$ColName];
187 foreach($iValues as $Key => $Value) {
188 $TopPlots [$Key] [] = $XPos;
189 $TopPlots [$Key] [] = $YPos;
199 $TopPlots [$Key] []
[all...]
H A DpChart.php1016 foreach($DataDescription->description as $Key => $Value) {
1052 foreach($DataDescription->description as $Key => $Value) {
2084 foreach(array_keys($Data) as $Key) {
2085 $Value = $Data [$Key] [$ColName];
2090 $this->addToImageMap($XPos - 3, $YPos - 3, $XPos + 3, $YPos + 3, $DataDescription->description[$ColName], $Data [$Key] [$ColName].$DataDescription->getYUnit(), "FLine");
2170 foreach(array_keys($Data) as $Key) {
2171 if(isset ($Data [$Key] [$ColName])) {
2172 $Value = $Data [$Key] [$ColName];
2200 $this->addToImageMap($X1, min($Y1, $Y2), $X2, max($Y1, $Y2), $DataDescription->description[$ColName], $Data [$Key] [$ColName].$DataDescription->getYUnit(), "oBar");
2248 foreach(array_keys($Data) as $Key) {
[all...]
H A DpData.php108 foreach(array_keys($this->Data [0]) as $Key) {
109 if($Key != "Name") {
110 $this->dataDescription->values[] = $Key;
244 foreach(array_keys($this->Data) as $Key) {
245 if(isset ($this->Data[$Key] [$colName])) {
246 $Value = $this->Data[$Key] [$colName];
/plugin/statdisplay/pchart/
H A DPieChart.php180 $TopPlots [$Key] [] = $XPos;
181 $TopPlots [$Key] [] = $YPos;
191 $TopPlots [$Key] [] = $TopX;
192 $TopPlots [$Key] [] = $TopY;
195 $TopPlots [$Key] [] = $XPos;
196 $TopPlots [$Key] [] = $YPos;
252 $Caption = $iLabels [$Key];
505 $Caption = $iLabels [$Key];
541 $aTopPlots [$Key] [] = $TopX;
542 $aBotPlots [$Key] [] = $TopX;
[all …]
H A DpData.php108 foreach (array_keys($this->Data [0]) as $Key) {
109 if ($Key != "Name") {
110 $this->dataDescription->values[] = $Key;
240 foreach (array_keys($this->Data) as $Key) {
241 if (isset ( $this->Data[$Key] [$colName] )) {
242 $Value = $this->Data[$Key] [$colName];
H A DpChart.php1937 $Value = $Data [$Key] [$ColName];
2020 $Value = $Data [$Key] [$ColName];
2160 $LastValue [$Key] += $Value;
2164 $LastValue [$Key] = $Value;
2213 if ($Data [$Key] [$ColName] > $Max && is_numeric ( $Data [$Key] [$ColName] )) {
2214 $Max = $Data [$Key] [$ColName];
2218 if (isset ( $Data [$Key] [$ColName] ) && is_numeric ( $Data [$Key] [$ColName] )) {
2220 $Min = $Data [$Key] [$ColName];
2466 if ($Data [$Key] [$ColName] > $MaxValue && is_numeric($Data[$Key][$ColName])) {
2500 $Value = $Data [$Key] [$ColName];
[all …]
/plugin/ckgedit/ckeditor/
H A DCHANGES.md416 …itor/ckeditor-dev/issues/478): [Chrome] Fixed: Error thrown by the [Enter Key](https://ckeditor.c…
417 * [#424](https://github.com/ckeditor/ckeditor-dev/issues/424): Fixed: Error thrown by [Tab Key Hand…
/plugin/ckgedit/ckeditor/lang/
H A Den.4.9.js.beautified494 "acccessKey": "Access Key",
H A Den.js-4.9.merged5 …n":"Set language","remove":"Remove language"},"link":{"acccessKey":"Access Key","advanced":"Advanc…
H A Den.js.4.95 …n":"Set language","remove":"Remove language"},"link":{"acccessKey":"Access Key","advanced":"Advanc…
H A Den.js.unc5 …n":"Set language","remove":"Remove language"},"link":{"acccessKey":"Access Key","advanced":"Advanc…
H A Dlang_array.txt420 "acccessKey": "Access Key",
/plugin/ckgedit/lang/
H A Den.4.9.js.beautified494 "acccessKey": "Access Key",
/plugin/evesso/
H A DREADME.md38 * `eveonline-secret` (Secret Key)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastore/
H A DAllocateIdsResponse.php23 protected $keysType = Key::class;
27 * @param Key[]
34 * @return Key[]
H A DMutation.php26 protected $deleteType = Key::class;
54 * @param Key
56 public function setDelete(Key $delete)
61 * @return Key
H A DReserveIdsRequest.php27 protected $keysType = Key::class;
45 * @param Key[]
52 * @return Key[]
/plugin/authgooglesheets/vendor/firebase/php-jwt/src/
H A DJWK.php67 * @return Key The key object for the JWK
75 public static function parseKey(array $jwk): ?Key
108 return new Key($publicKey, $jwk['alg']);
H A DJWT.php72 …* @param Key|array<string, Key> $keyOrKeyArray The Key or associative array of key IDs (kid) to K…
413 * @param Key|array<string, Key> $keyOrKeyArray
418 * @return Key
423 ): Key {
424 if ($keyOrKeyArray instanceof Key) {
429 if (!$key instanceof Key) {
H A DKey.php10 class Key class
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ChromeUXReport/
H A DKey.php20 class Key extends \Google\Model class
98 class_alias(Key::class, 'Google_Service_ChromeUXReport_Key');
/plugin/authgooglesheets/vendor/google/apiclient/src/AccessToken/
H A DVerify.php23 use Firebase\JWT\Key; alias
105 if (class_exists(Key::class)) {
106 $args[] = new Key($publicKey, 'RS256');

1234