Lines Matching defs:lvl
108 * @param int $lvl
112 public function getFilesRows($ns, $lvl=0, $filesOnly = false) {
141 if ($lvl > 0) {
142 $html = '<span style="margin-left: ' . $lvl * 10 . 'px;">↳ </span>';
258 * @param integer $lvl
263 public function search_media_and_namespaces(&$data,$base,$file,$type,$lvl,$opts){
280 return search_media($data, $base, $file, $type, $lvl, $opts);
292 $msgs[] = array('message' => $msg, 'lvl' => 1);
295 $msgs[] = array('message' => $msg, 'lvl' => 0);
298 $msgs[] = array('message' => $msg, 'lvl' => -1);