Searched refs:micros (Results 1 – 2 of 2) sorted by relevance
| /plugin/gtime/gtlib/asn1/tsp/ |
| D | TSPAccuracy.php | 45 private $micros; variable in TSPAccuracy 120 if (!is_null($this->micros)) { 124 $micros = $item->getObjectAs(ASN1_TAG_INTEGER); 126 if (!$micros instanceof ASN1Integer) { 130 if ((int) $micros->getValue() < 1) { 131 … throw new GTException("Invalid value for micros: {$micros->getValue()}"); 134 if ((int) $micros->getValue() > 999) { 135 … throw new GTException("Invalid value for micros: {$micros->getValue()}"); 138 $this->micros = $micros->getValue(); 178 if ($this->micros != null) { [all …]
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/ |
| D | CatNamespace.asciidoc | 137 $params['time'] = (enum) The unit in which to display time values (Options = d,h,m,s,ms,micros,na… 176 … = (enum) The unit in which to display time values (Options = d,h,m,s,ms,micros,nanos) 218 …e'] = (enum) The unit in which to display time values (Options = d,h,m,s,ms,micros,nanos) 239 … = (enum) The unit in which to display time values (Options = d,h,m,s,ms,micros,nanos) 261 …e'] = (enum) The unit in which to display time values (Options = d,h,m,s,ms,micros,nanos) 284 …e'] = (enum) The unit in which to display time values (Options = d,h,m,s,ms,micros,nanos) 325 …e'] = (enum) The unit in which to display time values (Options = d,h,m,s,ms,micros,nanos) 345 …e'] = (enum) The unit in which to display time values (Options = d,h,m,s,ms,micros,nanos) 387 …time'] = (enum) The unit in which to display time values (Options = d,h,m,s,ms,micros,nanos) 447 …e'] = (enum) The unit in which to display time values (Options = d,h,m,s,ms,micros,nanos) [all …]
|