Home
last modified time | relevance | path

Searched full:connections (Results 401 – 413 of 413) sorted by path

1...<<11121314151617

/plugin/vbsso/
H A DREADME.md74 6. Back to DokuWiki vBSSO Settings page and verify that API Connections fields are filled out.
/plugin/webdav/core/Plugin/
H A DFakeLocker.php39 * Class FakeLockerPlugin is a plugin only used when connections come in from
/plugin/webdav/vendor/sabre/http/lib/
H A DClient.php367 * like persistent connections are possible.
/plugin/webdavclient/
H A Dadmin.php219 $connections = $this->hlp->getConnections();
227 foreach($connections as $conn)
H A Dhelper.php229 $query = "DELETE FROM connections WHERE id = ?";
460 …$query = "UPDATE connections SET permission = ?, displayname = ?, syncinterval = ?, write = ?, act…
470 * Retrieve information about all configured connections
513 $query = "SELECT username, password FROM connections WHERE id = ?";
1358 $query = "UPDATE connections SET lastsynced = ?, ctag = ? WHERE id = ?";
1555 * Synchronise all configured connections
1559 $connections = $this->getConnections();
1560 foreach($connections as $connection)
1567 * Synchronise all configured connections when running with the indexer
1577 $connections = $this->getConnections();
[all …]
/plugin/webdavclient/db/
H A Dupdate0001.sql1 CREATE TABLE connections ( table
H A Dupdate0002.sql1 ALTER TABLE connections ADD permission text;
/plugin/webdavclient/lang/en/
H A Dlang.php11 $lang['existing_connections'] = "Existing Connections";
/plugin/wysiwyg/fckeditor/
H A D_whatsnew_history.html713 once for each button on slow connections. Some enhancements have also been made
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckdialog_gecko.js57 // On some Gecko browsers (probably over slow connections) the
/plugin/wysiwyg/fckeditor/editor/
H A Dfckdialog.html30 // On some Gecko browsers (probably over slow connections) the
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs5174 /* External Data Connections */
5175 "application/vnd.ms-excel.connections": "TODO",
5176 "application/vnd.openxmlformats-officedocument.spreadsheetml.connections+xml": "TODO",
5449 CONN: "http://schemas.openxmlformats.org/officeDocument/2006/relationships/connections",
22562 /* 14.6 DDE Connections */
/template/ospyramid/js/libs/
H A Djquery-1.6.1.js7727 var // #5280: Internet Explorer will keep connections alive if we don't abort on unload

1...<<11121314151617