Searched refs:Timestamp (Results 1 – 25 of 26) sorted by relevance
12
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/ToolResults/ |
| D | Execution.php | 23 protected $completionTimeType = Timestamp::class; 25 protected $creationTimeType = Timestamp::class; 47 * @param Timestamp 49 public function setCompletionTime(Timestamp $completionTime) 54 * @return Timestamp 61 * @param Timestamp 63 public function setCreationTime(Timestamp $creationTime) 68 * @return Timestamp
|
| D | TestCase.php | 25 protected $endTimeType = Timestamp::class; 33 protected $startTimeType = Timestamp::class; 63 * @param Timestamp 65 public function setEndTime(Timestamp $endTime) 70 * @return Timestamp 105 * @param Timestamp 107 public function setStartTime(Timestamp $startTime) 112 * @return Timestamp
|
| D | Environment.php | 23 protected $completionTimeType = Timestamp::class; 25 protected $creationTimeType = Timestamp::class; 57 * @param Timestamp 59 public function setCompletionTime(Timestamp $completionTime) 64 * @return Timestamp 71 * @param Timestamp 73 public function setCreationTime(Timestamp $creationTime) 78 * @return Timestamp
|
| D | Step.php | 23 protected $completionTimeType = Timestamp::class; 25 protected $creationTimeType = Timestamp::class; 65 * @param Timestamp 67 public function setCompletionTime(Timestamp $completionTime) 72 * @return Timestamp 79 * @param Timestamp 81 public function setCreationTime(Timestamp $creationTime) 86 * @return Timestamp
|
| D | PerfSample.php | 22 protected $sampleTimeType = Timestamp::class; 27 * @param Timestamp 29 public function setSampleTime(Timestamp $sampleTime) 34 * @return Timestamp
|
| D | ToolOutputReference.php | 22 protected $creationTimeType = Timestamp::class; 30 * @param Timestamp 32 public function setCreationTime(Timestamp $creationTime) 37 * @return Timestamp
|
| D | Timestamp.php | 20 class Timestamp extends \Google\Model class 62 class_alias(Timestamp::class, 'Google_Service_ToolResults_Timestamp');
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/ |
| D | DeveloperComment.php | 22 protected $lastModifiedType = Timestamp::class; 30 * @param Timestamp 32 public function setLastModified(Timestamp $lastModified) 37 * @return Timestamp
|
| D | ReviewReplyResult.php | 22 protected $lastEditedType = Timestamp::class; 30 * @param Timestamp 32 public function setLastEdited(Timestamp $lastEdited) 37 * @return Timestamp
|
| D | UserComment.php | 40 protected $lastModifiedType = Timestamp::class; 138 * @param Timestamp 140 public function setLastModified(Timestamp $lastModified) 145 * @return Timestamp
|
| D | Timestamp.php | 20 class Timestamp extends \Google\Model class 62 class_alias(Timestamp::class, 'Google_Service_AndroidPublisher_Timestamp');
|
| /plugin/farm/images/ |
| D | .directory | 3 Timestamp=2009,12,9,14,41,35
|
| /plugin/farm/install/animaltemplate/ |
| D | .directory | 2 Timestamp=2010,1,19,18,1,48
|
| /plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/ |
| D | Timestamp.php | 9 class Timestamp class
|
| /plugin/timestamp/ |
| D | plugin.info.txt | 5 name Timestamp Plugin
|
| /plugin/jukebox/id3/ |
| D | module.audio-video.flv.php | 81 $Timestamp = getid3_lib::BigEndian2Int(substr($ThisTagHeader, 8, 3)); 180 if ($Timestamp > $Duration) { 181 $Duration = $Timestamp;
|
| /plugin/tagfilter/script/select2/ |
| D | LICENSE | 3 Version: @@ver@@ Timestamp: @@timestamp@@
|
| D | select2.css | 2 Version: 3.4.6 Timestamp: Sat Mar 22 22:30:15 EDT 2014
|
| /plugin/jplayer/vendor/james-heinrich/getid3/getid3/ |
| D | module.audio-video.flv.php | 137 $Timestamp = getid3_lib::BigEndian2Int(substr($ThisTagHeader, 8, 3)); 140 if ($Timestamp > $Duration) { 141 $Duration = $Timestamp;
|
| /plugin/dokullm/ |
| H A D | README.md | 16 - **Update Optimization**: Timestamp-based checking to avoid reprocessing unchanged files
|
| /plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/ |
| D | BaseSerializationTest.php | 98 use JMS\Serializer\Tests\Fixtures\Timestamp; alias 680 $value = new Timestamp(new \DateTime('2016-02-11 00:00:00', new \DateTimeZone('UTC'))); 684 $deserialized = $this->deserialize($this->getContent('timestamp'), Timestamp::class); 688 … $deserialized = $this->deserialize($this->getContent('timestamp_prev'), Timestamp::class);
|
| /plugin/xcom/lang/en/ |
| D | functions.txt | 149 ==== Timestamp ====
|
| /plugin/tagfilter/ |
| D | style.css | 105 Version: 3.4.6 Timestamp: Sat Mar 22 22:30:15 EDT 2014
|
| /plugin/amcharts/assets/amcharts/plugins/export/ |
| D | README.md | 955 * Added: Timestamp date fields get converted as dates
|
| /plugin/findologicxmlexport/vendor/jms/serializer/ |
| D | CHANGELOG.md | 533 - Type DateTime and Timestamp \(U format\) [\#343](https://github.com/schmittjoh/serializer/issues/…
|
12