Lines Matching +full:remote -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang)
22 64 => 'Remote',
35 'remote',
52 /** @var array The remote info array of the extension */
137 * Initializes an extension from remote data
151 if (!isset($data['plugin'])) throw new RuntimeException('Invalid remote data');
346 // still, here? use the remote info
536 $remote = $this->getLastUpdate();
537 return $self < $remote;
542 // region Remote Info
807 * Fetches the remote info from the repository
814 $remote = Repository::getInstance();
816 $this->remoteInfo = (array)$remote->getExtensionData($this->getId());
823 * Read information from either local or remote info
825 * Always prefers local info over remote info. Giving multiple keys is useful when the
826 * key has been renamed in the past or if local and remote keys might differ.
842 * Read information from remote info