Home
last modified time | relevance | path

Searched refs:server (Results 176 – 200 of 659) sorted by relevance

12345678910>>...27

/plugin/backup/lang/en/
H A Dwindows.txt3 …kup Tool plugin has detected that you're attempting to generate a backup on a Windows-based server.
7 **Please note that running Backup Tool on a Windows-based server is unsupported, and that the autho…
/plugin/lms/
H A Daction.php35 $user = $INPUT->server->str('REMOTE_USER');
57 $user = $INPUT->server->str('REMOTE_USER');
/plugin/authldaplocal/
H A DREADME.md20 …ontrol Lists', select 'authldaplocal' as the authentication backend and configure your LDAP server:
28 # LDAP server URL (required)
29 $conf['plugin']['authldaplocal']['server'] = 'ldap://ldap.example.com:389';
36 # ldap version is optional but may be required for your server
40 The backend will try to authenticate every login against the configured LDAP server. In addition it…
/plugin/preregister/lang/en/
H A Dinfo.txt7 by the web server, if your web server supports this feature.
/plugin/ckgedit/lang/hr/
H A Dscayt.txt1server. Iako nema razloga vjerovati da je to sigurnosni rizik, ova promjena je učinjena radi koris…
/plugin/batchedit/
H A Daction.php12 require_once(DOKU_PLUGIN . 'batchedit/server.php');
42 $server = new BatcheditServer($this);
44 $server->handle();
70 $this->addTemplateHeaderInclude($event, 'server.js');
/plugin/aichat/
H A Daction.php85 'ip' => $INPUT->server->str('REMOTE_ADDR'),
86 'user' => $INPUT->server->str('REMOTE_USER'),
/plugin/elwikiupgrade/
H A DHTTPClient.php191 $server = $uri['host'];
202 $server = $this->proxy_host;
218 $server = 'ssl://'.$server;
260 $connectionId = $this->_uniqueConnectionId($server,$port);
270 $socket = @fsockopen($server,$port,$errno, $errstr, $this->timeout);
273 $this->error = "Could not connect to $server:$port\n$errstr ($errno)";
864 * @param string $server
868 function _uniqueConnectionId($server, $port) { argument
869 return "$server:$port";
/plugin/authimap/
H A Dauth.php64 $server = $this->getConf('server');
74 $imap_login = @imap_open($server, $login, $pass, OP_READONLY);
/plugin/pureldap/
H A Dauth.php55 $INPUT->server->str('REMOTE_USER') !== '' &&
56 $INPUT->server->str('REMOTE_USER') == $user
/plugin/ckgedit/lang/nl/
H A Dscayt.txt1server. Ondanks dat er geen reden is om te geloven dat hier een veiligheidsrisico is, is desalniet…
/plugin/ckgedit/lang/en/
H A Dscayt.txt1server. While there is no reason to believe this is a security risk, nevertheless this change is b…
/plugin/structpublish/helper/
H A Ddb.php110 $userId = $args[1] ?? $INPUT->server->str('REMOTE_USER');
135 $userId = $INPUT->server->str('REMOTE_USER');
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DIMipPlugin.php63 function initialize(DAV\Server $server) { argument
65 $server->on('schedule', [$this, 'schedule'], 120);
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DIMipPlugin.php63 function initialize(DAV\Server $server) { argument
65 $server->on('schedule', [$this, 'schedule'], 120);
/plugin/tline/
H A DREADME.txt16 serve those resources off a web server. Any web server will do.
30 2. No web server? The timeline project includes a small webserver called
/plugin/advrack/
H A Dscript.js79 jQuery.each(rack['servers'], function(idx, server) { argument
80 server['type'] = 'SERVER'; // stamp equipment as type: 'SERVER'
81 equipment = deleteFillerPanels(server, equipment);
107 var server = paper.set();
123 server.push(server_block);
129 server.push(text);
/plugin/authyubikey/lib/
H A DNEWS22 ** Verify server certificates by default when HTTPS is requested.
29 ** Support for new replicated server protocol.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dhost-config.asciidoc28 'mydomain.server.com:9201', // Domain + Port
29 'mydomain2.server.com', // Just Domain
46 'mydomain.server.com:9201', // Domain + Port
47 'mydomain2.server.com', // Just Domain
/plugin/dwcommits/
H A DREADME10 by the web server, including their .git directories.
18 concerning web server access.
/plugin/bliki/
H A Dlocal.php.dist4 … hours to offset new post times from your server (eg -3 if you post from a timezone 3 hours behind…
/plugin/plantuml/
H A DREADME.markdown27 The plugin can use PlantUML server to generate diagrams. So nothing is required to be installed on …
28 However, the server must have a access to the Web. This can be an issue if you're on a Corporate ne…
/plugin/twofactor/
H A DManager.php131 $this->user = $INPUT->server->str('REMOTE_USER');
323 if($INPUT->server->has('HTTP_SEC_FETCH_DEST') && $INPUT->server->str('HTTP_SEC_FETCH_DEST') !== 'document'){
/plugin/fileshare/
H A DREADME.md2 Dokuwiki-Plugin: Use a directory on your (web) server as file container.
4 Share, plublish files via web server (with dokuwiki).
/plugin/combo/ComboStrap/
H A DIdentity.php73 // $INPUT->server->set('REMOTE_USER', $user);
110 $INPUT->server->set('REMOTE_USER', $user);
179 $user = $INPUT->server->str('REMOTE_USER');

12345678910>>...27