Lines Matching +full:dokuwiki +full:- +full:release
3 use dokuwiki\Extension\Plugin;
6 * DokuWiki Plugin cosmocode (Helper Component)
8 * @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html
9 * @author Andreas Gohr <dokuwiki@cosmocode.de>
32 $info = $instance->getInfo();
46 * @return array an os-release array, might be empty
48 * @todo this will be included in future versions of DokuWiki
53 if (file_exists('/etc/os-release')) {
55 $osRelease = parse_ini_file('/etc/os-release');
75 * @todo this will be included in future versions of DokuWiki
82 $osRelease = $this->getOsRelease();