Searched refs:timeSpan (Results 1 – 9 of 9) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/Resource/ |
H A D | Scores.php | 47 * @param string $timeSpan The time span for the scores and ranks you're 61 public function get($playerId, $leaderboardId, $timeSpan, $optParams = []) argument 63 $params = ['playerId' => $playerId, 'leaderboardId' => $leaderboardId, 'timeSpan' => $timeSpan]; 72 * @param string $timeSpan The time span for the scores and ranks you're 84 public function listScores($leaderboardId, $collection, $timeSpan, $optParams = []) argument 86 …params = ['leaderboardId' => $leaderboardId, 'collection' => $collection, 'timeSpan' => $timeSpan]; 96 * @param string $timeSpan The time span for the scores and ranks you're 114 public function listWindow($leaderboardId, $collection, $timeSpan, $optParams = []) argument 116 …params = ['leaderboardId' => $leaderboardId, 'collection' => $collection, 'timeSpan' => $timeSpan];
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/ |
H A D | PlayerScore.php | 41 public $timeSpan; variable in Google\\Service\\Games\\PlayerScore 102 public function setTimeSpan($timeSpan) argument 104 $this->timeSpan = $timeSpan; 111 return $this->timeSpan;
|
H A D | LeaderboardEntry.php | 51 public $timeSpan; variable in Google\\Service\\Games\\LeaderboardEntry 158 public function setTimeSpan($timeSpan) argument 160 $this->timeSpan = $timeSpan; 167 return $this->timeSpan;
|
H A D | PlayerLeaderboardScore.php | 54 public $timeSpan; variable in Google\\Service\\Games\\PlayerLeaderboardScore 175 public function setTimeSpan($timeSpan) argument 177 $this->timeSpan = $timeSpan; 184 return $this->timeSpan;
|
/plugin/authgoogle/google/contrib/ |
H A D | Google_GamesService.php | 1245 public $timeSpan; variable in Google_LeaderboardEntry 1283 public function setTimeSpan( $timeSpan) { argument 1284 $this->timeSpan = $timeSpan; 1287 return $this->timeSpan; 1664 public $timeSpan; variable in Google_PlayerLeaderboardScore 1702 public function setTimeSpan( $timeSpan) { argument 1703 $this->timeSpan = $timeSpan; 1706 return $this->timeSpan; 1747 public $timeSpan; variable in Google_PlayerScore 1767 $this->timeSpan = $timeSpan; [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
H A D | Games.php | 461 … 'path' => 'games/v1/players/{playerId}/leaderboards/{leaderboardId}/scores/{timeSpan}', 474 'timeSpan' => [ 510 'timeSpan' => [ 542 'timeSpan' => [
|
/plugin/diagramsnet/lib/js/orgchart/ |
H A D | bridge.min.js | 8 …turn this.ticks().mul(1e3).div(System.Diagnostics.Stopwatch.frequency)},timeSpan:function(){return…
|
/plugin/diagramsnet/lib/js/ |
H A D | orgchart.min.js | 8 …turn this.ticks().mul(1e3).div(System.Diagnostics.Stopwatch.frequency)},timeSpan:function(){return…
|
H A D | extensions.min.js | 1743 …turn this.ticks().mul(1e3).div(System.Diagnostics.Stopwatch.frequency)},timeSpan:function(){return…
|