Home
last modified time | relevance | path

Searched refs:Key (Results 1 – 25 of 84) sorted by relevance

1234

/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/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 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];
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...]
/plugin/projects/pchart/pchart/
H A Dpchart.php1409 if ( isset($Data[$Key][$Serie]) && is_numeric($Data[$Key][$Serie]))
2294 …if ( $Data[$Key][$ColName] > $MaxValue && is_numeric($Data[$Key][$ColName])) { $MaxValue = $Data[$
2456 …$this->drawLine($TopPlots[$Key][$j],$TopPlots[$Key][$j+1],$TopPlots[$Key][$j+2],$TopPlots[$Key][$j…
2513 …{ $Rc = $this->Palette[$Key]["R"]; $Gc = $this->Palette[$Key]["G"]; $Bc = $this->Palette[$Key]["B"…
2561 $TopPlots[$Key][] = round($PosX); $TopPlots[$Key][] = round($PosY);
2612Key][$ColName]; $iValues[] = $Data[$Key][$ColName]; $iLabels[] = $Data[$Key][$DataDescription["Pos…
2640 $aTopPlots[$Key][] = $XCenterPos; $aBotPlots[$Key][] = $XCenterPos;
2681 $aTopPlots[$Key][] = $TopX; $aBotPlots[$Key][] = $TopX;
2702Key][$j],$aBotPlots[$Key][$j+1],$aBotPlots[$Key][$j+2],$aBotPlots[$Key][$j+3],$this->Palette[$Key]…
2733 for($Key=count($iValues)-1;$Key>=0;$Key--)
[all …]
H A Dpdata.php165 foreach($this->Data[0] as $Key => $Value)
167 if ( $Key != "Name" )
168 $this->DataDescription["Values"][] = $Key;
239 foreach($this->DataDescription["Values"] as $Key => $Value)
240 unset($this->DataDescription["Values"][$Key]);
/plugin/charter/lib/pchart/
H A DpChart.class.php1433 if ( isset($Data[$Key][$Serie]) && is_numeric($Data[$Key][$Serie]))
2319 …if ( $Data[$Key][$ColName] > $MaxValue && is_numeric($Data[$Key][$ColName])) { $MaxValue = $Data[$
2481 …$this->drawLine($TopPlots[$Key][$j],$TopPlots[$Key][$j+1],$TopPlots[$Key][$j+2],$TopPlots[$Key][$j…
2538 …{ $Rc = $this->Palette[$Key]["R"]; $Gc = $this->Palette[$Key]["G"]; $Bc = $this->Palette[$Key]["B"…
2586 $TopPlots[$Key][] = round($PosX); $TopPlots[$Key][] = round($PosY);
2637Key][$ColName]; $iValues[] = $Data[$Key][$ColName]; $iLabels[] = $Data[$Key][$DataDescription["Pos…
2665 $aTopPlots[$Key][] = $XCenterPos; $aBotPlots[$Key][] = $XCenterPos;
2706 $aTopPlots[$Key][] = $TopX; $aBotPlots[$Key][] = $TopX;
2727Key][$j],$aBotPlots[$Key][$j+1],$aBotPlots[$Key][$j+2],$aBotPlots[$Key][$j+3],$this->Palette[$Key]…
2758 for($Key=count($iValues)-1;$Key>=0;$Key--)
[all …]
H A DpData.class.php172 foreach($this->Data[0] as $Key => $Value)
174 if ( $Key != "Name" )
175 $this->DataDescription["Values"][] = $Key;
246 foreach($this->DataDescription["Values"] as $Key => $Value)
247 unset($this->DataDescription["Values"][$Key]);
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DunindentedCollections.yml38 test: Key/value after unindented collection (1)
40 Key/value after unindented collection (1)
51 test: Key/value after unindented collection (at the same level)
53 Key/value after unindented collection
64 test: Shortcut Key after unindented collection
66 Key/value after unindented collection
74 test: Shortcut Key after unindented collection with custom spaces
76 Key/value after unindented collection
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ChromeUXReport/
H A DRecord.php22 protected $keyType = Key::class;
28 * @param Key
30 public function setKey(Key $key)
35 * @return Key
H A DKey.php20 class Key extends \Google\Model class
98 class_alias(Key::class, 'Google_Service_ChromeUXReport_Key');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastore/
H A DEntity.php22 protected $keyType = Key::class;
28 * @param Key
30 public function setKey(Key $key)
35 * @return Key
H A DMutationResult.php26 protected $keyType = Key::class;
52 * @param Key
54 public function setKey(Key $key)
59 * @return Key
H A DMutation.php26 protected $deleteType = Key::class;
54 * @param Key
56 public function setDelete(Key $delete)
61 * @return Key
H A DAllocateIdsResponse.php23 protected $keysType = Key::class;
27 * @param Key[]
34 * @return Key[]
H A DAllocateIdsRequest.php23 protected $keysType = Key::class;
27 * @param Key[]
34 * @return Key[]
H A DReserveIdsRequest.php27 protected $keysType = Key::class;
45 * @param Key[]
52 * @return Key[]
H A DLookupRequest.php23 protected $keysType = Key::class;
29 * @param Key[]
36 * @return Key[]
H A DLookupResponse.php23 protected $deferredType = Key::class;
35 * @param Key[]
42 * @return Key[]
H A DValue.php45 protected $keyValueType = Key::class;
171 * @param Key
173 public function setKeyValue(Key $keyValue)
178 * @return Key
H A DKey.php20 class Key extends \Google\Collection class
59 class_alias(Key::class, 'Google_Service_Datastore_Key');
/plugin/authgooglesheets/vendor/google/auth/src/
H A DOAuth2.php21 use Firebase\JWT\Key; alias
388 * @param string|Key|Key[] $publicKey The public key to use to authenticate the token
1446 * @param Key|Key[]|string|string[] $publicKey
1469 * @param Key|Key[]|string|string[] $publicKey
1471 * @return Key[]
1476 if ($publicKey instanceof Key) {
1484 if (!$pubKey instanceof Key) {
1488 Key::class,
1489 Key::class
1516 if ($pubKey instanceof Key) {
[all …]
/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']);

1234