Home
last modified time | relevance | path

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

/dports/www/phpgroupware/phpgroupware-0.9.16.017/
H A Dhome.php234 $sorted_apps[] = $GLOBALS['phpgw']->applications->id2name(intval($app));
240 $sorted_apps = Array( variable
248 @reset($sorted_apps);
249 $GLOBALS['phpgw']->hooks->process('home',$sorted_apps);
/dports/www/phpgroupware/phpgroupware-0.9.16.017/admin/inc/
H A Dclass.uiloglevels.inc.php104 $sorted_apps = array();
108 $sorted_apps[$app] = $app_data['title'];
112 asort($sorted_apps);
114 foreach ( $sorted_apps as $app => $title)
H A Dclass.uiaccounts.inc.php918 $sorted_apps = $GLOBALS['phpgw_info']['apps'];
919 @asort($sorted_apps);
920 @reset($sorted_apps);
921 while ($permission = each($sorted_apps))
/dports/deskutils/egroupware/egroupware/home/inc/
H A Dclass.home_ui.inc.php311 $sorted_apps = array_keys($GLOBALS['egw_info']['user']['apps']);
314 foreach($sorted_apps as $appname)