Home
last modified time | relevance | path

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

/plugin/statistics/inc/
H A DBrowscap.php52 * UPDATE_LOCAL: Updates from a local file (file_get_contents).
57 const UPDATE_LOCAL = 'local'; define in Browscap
491 if ($this->_getUpdateMethod() == self::UPDATE_LOCAL) {
796 if ($this->_getUpdateMethod() == self::UPDATE_LOCAL) {
919 $this->updateMethod = self::UPDATE_LOCAL;
946 case self::UPDATE_LOCAL: