Home
last modified time | relevance | path

Searched refs:connectionId (Results 1 – 11 of 11) sorted by relevance

/plugin/webdavclient/
Dhelper.php69 * @param int $connectionId The connection ID to work with
75 public function addCalendarEntry($connectionId, $data, $dwuser = null) argument
77 $conn = $this->getConnection($connectionId);
80 $conn = array_merge($conn, $this->getCredentials($connectionId));
96 * @param int $connectionId The connection ID to work with
102 public function editCalendarEntry($connectionId, $uid, $data, $dwuser = null) argument
104 $conn = $this->getConnection($connectionId);
107 $conn = array_merge($conn, $this->getCredentials($connectionId));
125 * @param int $connectionId The connection ID to work with
131 public function deleteCalendarEntry($connectionId, $uid, $dwuser = null) argument
[all …]
/plugin/davcard/
Dhelper.php65 $connectionId = str_replace('webdav://', '', $id);
66 $settings = $wdc->getConnection($connectionId);
73 $entries = $wdc->getAddressbookEntries($connectionId);
213 $connectionId = str_replace('webdav://', '', $id);
214 $settings = $wdc->getConnection($connectionId);
221 $row = $wdc->getAddressbookEntryByUri($connectionId, $uri);
417 $connectionId = str_replace('webdav://', '', $id);
418 $settings = $wdc->getConnection($connectionId);
425 return $wdc->deleteAddressbookEntry($connectionId, $uri);
463 $connectionId = str_replace('webdav://', '', $id);
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
DExternalDataConfiguration.php38 public $connectionId; variable in Google\\Service\\Bigquery\\ExternalDataConfiguration
129 public function setConnectionId($connectionId) argument
131 $this->connectionId = $connectionId;
138 return $this->connectionId;
/plugin/davcard/syntax/
Dbook.php110 $connectionId = str_replace('webdav://', '', $addrbkid);
114 $meta['webdavclient'][] = $connectionId;
148 $connectionId = str_replace('webdav://', '', $id);
149 $settings = $wdc->getConnection($connectionId);
161 $entries = $wdc->getAddressbookEntries($connectionId);
Dcard.php104 $connectionId = str_replace('webdav://', '', $data['id']);
105 $R->meta['plugin_davcard']['webdavclient'][] = $connectionId;
/plugin/davcard/action/
Dcache.php37 foreach($meta['webdavclient'] as $connectionId)
39 $cache->depends['files'][] = $wdc->getLastSyncChangeFileForConnection($connectionId);
/plugin/upgrade/HTTP/
DHTTPClient.php252 $connectionId = $this->uniqueConnectionId($server,$port);
255 if (isset(self::$connections[$connectionId])) {
256 $this->debug('reusing connection', $connectionId);
257 $socket = self::$connections[$connectionId];
260 $this->debug('opening connection', $connectionId);
286 self::$connections[$connectionId] = $socket;
288 unset(self::$connections[$connectionId]);
369 unset(self::$connections[$connectionId]);
478 unset(self::$connections[$connectionId]);
487 unset(self::$connections[$connectionId]);
/plugin/elwikiupgrade/
DHTTPClient.php260 $connectionId = $this->_uniqueConnectionId($server,$port);
263 if (isset(self::$connections[$connectionId])) {
264 $this->_debug('reusing connection', $connectionId);
265 $socket = self::$connections[$connectionId];
268 $this->_debug('opening connection', $connectionId);
294 self::$connections[$connectionId] = $socket;
296 unset(self::$connections[$connectionId]);
377 unset(self::$connections[$connectionId]);
470 unset(self::$connections[$connectionId]);
479 unset(self::$connections[$connectionId]);
/plugin/davcal/
H A Dhelper.php95 $connectionId = str_replace('webdav://', '', $id);
96 $settings = $wdc->getConnection($connectionId);
198 $connectionId = str_replace('webdav://', '', $page);
199 $settings = $wdc->getConnection($connectionId);
204 $calid = $connectionId;
843 $connectionId = str_replace('webdav://', '', $id);
844 return $wdc->addCalendarEntry($connectionId, $eventStr);
1006 $connectionId = str_replace('webdav://', '', $id);
1007 $arr = $wdc->getCalendarEntries($connectionId, $startDate, $endDate);
1008 $conn = $wdc->getConnection($connectionId);
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
DBigQueryConnectionService.php78 'connectionId' => [
DConnectors.php135 'connectionId' => [