Home
last modified time | relevance | path

Searched refs:run_on_all_plugins (Results 1 – 2 of 2) sorted by relevance

/dports/deskutils/egroupware/egroupware/activesync/inc/
H A Dclass.activesync_backend.inc.php89 $response = $this->run_on_all_plugins('LooseProvisioning', array(), $dev_id);
121 $this->run_on_all_plugins(__FUNCTION__, array(), $username, $domain, $password);
142 $folderlist = $this->run_on_all_plugins(__FUNCTION__);
436 return $this->run_on_all_plugins('StatMeetingRequest',array(),$id);
724 $this->run_on_all_plugins(__FUNCTION__, array(), $settings);
738 $ret = $this->run_on_all_plugins(__FUNCTION__, array(), $devid, $user);
932 $rows = $this->run_on_all_plugins('getSearchResultsGAL',array(),$searchquery);
935 $rows = $this->run_on_all_plugins('getSearchResultsMailbox',array(),$searchquery);
1216 return $this->run_on_all_plugins('egw_settings',array(),$hook_data);
1227 return $this->run_on_all_plugins('verify_settings', array(), $hook_data);
[all …]
H A Dclass.activesync_statemachine.inc.php129 …$this->backend->run_on_all_plugins(__FUNCTION__, array(), $state, $devid, $type, $key, $counter, $…
152 … $this->backend->run_on_all_plugins(__FUNCTION__, array(), $state, $devid, $type, $key, $counter);