Home
last modified time | relevance | path

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

1234

/plugin/statdisplay/pchart/
DPieChart.php67 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];
179 foreach ( $iValues as $Key => $Value ) {
180 $TopPlots [$Key] [] = $XPos;
181 $TopPlots [$Key] [] = $YPos;
191 $TopPlots [$Key] [] = $TopX;
[all …]
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];
DpChart.php953 foreach ( $DataDescription->description as $Key => $Value ) {
985 foreach ( $DataDescription->description as $Key => $Value ) {
1936 foreach (array_keys($Data) as $Key) {
1937 $Value = $Data [$Key] [$ColName];
1942 … 3, $XPos + 3, $YPos + 3, $DataDescription->description[$ColName], $Data [$Key] [$ColName] . $Data…
2018 foreach (array_keys($Data) as $Key) {
2019 if (isset ( $Data [$Key] [$ColName] )) {
2020 $Value = $Data [$Key] [$ColName];
2046 …), $X2, max ( $Y1, $Y2 ), $DataDescription->description[$ColName], $Data [$Key] [$ColName] . $Data…
2092 foreach (array_keys($Data) as $Key) {
[all …]
/plugin/statistics/inc/pchart/
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] [] = $TopX;
[all …]
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];
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 … 3, $XPos + 3, $YPos + 3, $DataDescription->description[$ColName], $Data [$Key] [$ColName].$DataDe…
2170 foreach(array_keys($Data) as $Key) {
2171 if(isset ($Data [$Key] [$ColName])) {
2172 $Value = $Data [$Key] [$ColName];
2200 …$Y2), $X2, max($Y1, $Y2), $DataDescription->description[$ColName], $Data [$Key] [$ColName].$DataDe…
2248 foreach(array_keys($Data) as $Key) {
[all …]
/plugin/projects/pchart/pchart/
Dpchart.php405 foreach ( $Data as $Key => $Values )
409 if (isset($Data[$Key][$ColName]))
411 $Value = $Data[$Key][$ColName];
426 foreach ( $Data as $Key => $Values )
431 if (isset($Data[$Key][$ColName]))
433 $Value = $Data[$Key][$ColName];
589 foreach ( $Data as $Key => $Values )
594 $Value = $Data[$Key][$DataDescription["Position"]];
657 foreach ( $Data as $Key => $Values )
659 if (isset($Data[$Key][$YSerieName]))
[all …]
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/
DpChart.class.php405 foreach ( $Data as $Key => $Values )
409 if (isset($Data[$Key][$ColName]))
411 $Value = $Data[$Key][$ColName];
426 foreach ( $Data as $Key => $Values )
431 if (isset($Data[$Key][$ColName]))
433 $Value = $Data[$Key][$ColName];
589 foreach ( $Data as $Key => $Values )
594 $Value = $Data[$Key][$DataDescription["Position"]];
657 foreach ( $Data as $Key => $Values )
659 if (isset($Data[$Key][$YSerieName]))
[all …]
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/authgooglesheets/vendor/google/apiclient-services/src/Datastore/
DEntity.php22 protected $keyType = Key::class;
28 * @param Key
30 public function setKey(Key $key)
35 * @return Key
DMutationResult.php26 protected $keyType = Key::class;
52 * @param Key
54 public function setKey(Key $key)
59 * @return Key
DMutation.php26 protected $deleteType = Key::class;
54 * @param Key
56 public function setDelete(Key $delete)
61 * @return Key
DAllocateIdsRequest.php23 protected $keysType = Key::class;
27 * @param Key[]
34 * @return Key[]
DAllocateIdsResponse.php23 protected $keysType = Key::class;
27 * @param Key[]
34 * @return Key[]
DReserveIdsRequest.php27 protected $keysType = Key::class;
45 * @param Key[]
52 * @return Key[]
DLookupRequest.php23 protected $keysType = Key::class;
29 * @param Key[]
36 * @return Key[]
DLookupResponse.php23 protected $deferredType = Key::class;
35 * @param Key[]
42 * @return Key[]
DValue.php45 protected $keyValueType = Key::class;
171 * @param Key
173 public function setKeyValue(Key $keyValue)
178 * @return Key
DKey.php20 class Key extends \Google\Collection class
59 class_alias(Key::class, 'Google_Service_Datastore_Key');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ChromeUXReport/
DRecord.php22 protected $keyType = Key::class;
28 * @param Key
30 public function setKey(Key $key)
35 * @return Key
DKey.php20 class Key extends \Google\Model class
98 class_alias(Key::class, 'Google_Service_ChromeUXReport_Key');
/plugin/authgooglesheets/vendor/google/auth/src/
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/
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']);
/plugin/authgooglesheets/vendor/firebase/php-jwt/
DREADME.md30 use Firebase\JWT\Key;
47 $decoded = JWT::decode($jwt, new Key($key, 'HS256'));
66 $decoded = JWT::decode($jwt, new Key($key, 'HS256'));
72 use Firebase\JWT\Key;
111 $decoded = JWT::decode($jwt, new Key($publicKey, 'RS256'));
127 use Firebase\JWT\Key;
155 $decoded = JWT::decode($jwt, new Key($publicKey, 'RS256'));
163 use Firebase\JWT\Key;
186 $decoded = JWT::decode($jwt, new Key($publicKey, 'EdDSA'));
201 // JWK::parseKeySet($jwks) returns an associative array of **kid** to Firebase\JWT\Key
[all …]

1234