Home
last modified time | relevance | path

Searched refs:Server (Results 176 – 200 of 243) sorted by path

12345678910

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/Token/
H A DBindToken.php12 namespace FreeDSx\Ldap\Server\Token;
H A DTokenInterface.php12 namespace FreeDSx\Ldap\Server\Token;
/plugin/quickstats/GEOIP/vendor/composer/ca-bundle/res/
H A Dcacert.pem88 Entrust.net Premium 2048 Secure Server CA
/plugin/sequencediagram/bower_components/js-sequence-diagrams/
H A DREADME.md199 * [Web Sequence Diagrams](http://www.websequencediagrams.com/) Server side version with a commercia…
/plugin/sketchcanvas/
H A DREADME.md89 ## Server-side SketchCanvas renderer
/plugin/sqlcomp/
H A Dsyntax.php382 private function _sqlaccess($Server,$User,$Pass,$Database,$Query,$Opts){ argument
398 private function _postgresql($Server,$User,$Pass,$Database,$Query,$Opts){ argument
400 …if(!$connection = pg_connect("host=".$Server." dbname=".$Database." user=".$User." password=".$Pas…
411 private function _mysql($Server,$User,$Pass,$Database,$Query,$Opts){ argument
412 if(!$connection = mysqli_connect($Server, $User, $Pass) or false)
433 private function _mssql($Server,$User,$Pass,$Database,$Query,$Opts){ argument
435 if(!$dbhandle = mssql_connect($Server, $User, $Pass))
455 private function _oracle($Server,$User,$Pass,$Database,$Query,$Opts){ argument
456 if(!$connection = oci_connect($User, $Pass, $Server) or false)
479 private function _sqlcsv($Server,$User,$Pass,$Database,$Query,$Opts){ argument
[all …]
/plugin/webdav/_test/lib/
H A DDAVServerTest.php21 $this->server = new DAV\Server(new DAV\SimpleCollection('root', [
/plugin/webdav/core/Plugin/
H A DDokuWiki.php15 use Sabre\DAV\Server; alias
40 public function initialize(Server $server)
H A DDummyGetResponse.php13 use Sabre\DAV\Server; alias
27 public function initialize(Server $server)
H A DException.php14 use Sabre\DAV\Server; alias
30 public function initialize(Server $server)
H A DFakeLocker.php55 public function initialize(\Sabre\DAV\Server $server)
138 $lockInfo->depth = \Sabre\DAV\Server::DEPTH_INFINITY;
/plugin/webdav/core/
H A DServer.php16 class Server class
55 $this->server = new DAV\Server(new DAV\SimpleCollection('root', [
/plugin/webdav/
H A Dplugin.info.txt5 name WebDAV DokuWiki Server
6 desc WebDAV Server for DokuWiki
H A Dserver.php63 $server = new dokuwiki\plugin\webdav\core\Server($base_uri);
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md864 * Removed: `Sabre\DAV\Server::NODE_*` constants.
904 authors this means Server::subscribeEvent is now Server::on, and
905 Server::broadcastEvent is now Server::emit.
1212 * Fixed: Server class will filter out any bonus properties if any extra were
2215 The Server class now directly works with the INode, IFile and IDirectory
2218 * Changed: Moved all the Locking logic from the Tree and Server classes into a
2263 * Added: Server class now sends back standard pre-condition error xml bodies.
2273 * Changed: removed functions (get(/set)HTTPRequest(/Response)) from Server
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Exception/
H A DInvalidComponentType.php26 function serialize(DAV\Server $server, \DOMElement $errorNode) {
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DICSExportPlugin.php62 function initialize(DAV\Server $server) {
288 if (DAV\Server::$exposeVersion) {
H A DPlugin.php179 function initialize(DAV\Server $server) {
H A DSharingPlugin.php74 function initialize(DAV\Server $server) {
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Notifications/
H A DPlugin.php8 use Sabre\DAV\Server; alias
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DIMipPlugin.php63 function initialize(DAV\Server $server) {
136 if (DAV\Server::$exposeVersion) {
H A DPlugin.php16 use Sabre\DAV\Server; alias
66 * @var Server
98 * @param Server $server
101 function initialize(Server $server) {
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Subscriptions/
H A DPlugin.php7 use Sabre\DAV\Server; alias
30 * @param Server $server
33 function initialize(Server $server) {
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php63 function initialize(DAV\Server $server) {
H A DVCFExportPlugin.php37 function initialize(DAV\Server $server) {

12345678910