Lines Matching defs:list
39 // list
40 $options->registerCommand('list', 'List installed extensions');
41 $options->registerOption('verbose', 'Show detailed extension information', 'v', false, 'list');
42 $options->registerOption('filter', 'Filter by this status', 'f', 'status', 'list');
79 case 'list':
121 $list = $this->getInstalledExtensions();
124 foreach ($list as $extname) {
292 $list = $this->getInstalledExtensions();
293 $this->listExtensions($list, $showdetails, $filter);
311 $list = array_merge($pluginlist, $tpllist);
312 sort($list);
313 return $list;
319 * @param string[] $list
324 protected function listExtensions($list, $details, $filter = '')
331 foreach ($list as $name) {