Home
last modified time | relevance | path

Searched refs:getTypeLongString (Results 1 – 3 of 3) sorted by relevance

/dports/www/nextcloud/nextcloud/apps-pkg/circles/lib/Model/
H A DDeprecatedCircle.php62 public function getTypeLongString() { function in OCA\\Circles\\Model\\DeprecatedCircle
68 return $this->getTypeLongString();
98 'type_long_string' => $this->getTypeLongString(),
/dports/devel/simgear/simgear-2020.3.11/simgear/environment/
H A Dmetar.hxx152 inline const char *getTypeLongString() const { return _type_long; } in getTypeLongString() function in SGMetarCloud
H A Dmetar.cxx406 if ((s = cloud->getTypeLongString())) in getDescription()