Home
last modified time | relevance | path

Searched refs:has_definitions (Results 1 – 3 of 3) sorted by relevance

/dports/deskutils/egroupware/egroupware/importexport/inc/
H A Dclass.importexport_admin_prefs_sidebox_hooks.inc.php102 $cache[$appname]['import'] = importexport_helper_functions::has_definitions($appname, 'import');
103 $cache[$appname]['export'] = importexport_helper_functions::has_definitions($appname, 'export');
H A Dclass.importexport_helper_functions.inc.php517 if(!self::has_definitions($app, $_type)) unset($apps[$key]);
554 public static function has_definitions( $_appname = 'all', $_type = 'all' ) { function in importexport_helper_functions
/dports/deskutils/egroupware/egroupware/addressbook/inc/
H A Dclass.addressbook_ui.inc.php894 !importexport_helper_functions::has_definitions('addressbook','export')))