Home
last modified time | relevance | path

Searched refs:server (Results 351 – 375 of 659) sorted by relevance

1...<<11121314151617181920>>...27

/plugin/smtp/subtree/txtthinking/Mailer/
H A Dcomposer.lock177 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
178 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
179 "ext-mongo": "Allow sending log messages to a MongoDB server",
180 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
182 "raven/raven": "Allow sending log messages to a Sentry server",
184 "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
185 … "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib"
/plugin/stale/_test/
H A DbaseTest.php175 $INPUT->server->set('REMOTE_USER', $user);
/plugin/acknowledge/
H A Daction.php148 $user = $INPUT->server->str('REMOTE_USER');
/plugin/struct/action/
H A Dcache.php109 $cache->key .= ';' . $INPUT->server->str('REMOTE_USER');
/plugin/do/
H A Dhelper.php516 if (!$INPUT->server->has('REMOTE_USER')) {
519 $user = $INPUT->server->str('REMOTE_USER');
/plugin/authgooglesheets/
H A Dcomposer.lock543 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
544 …icsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official clien…
545 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
548 "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
550 "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
551 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
552 "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
553 … "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
556 "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
/plugin/photogallery/phpThumb/
H A DphpThumb.config.php.default43 …nted, no actual thumbnail (to avoid accidentally leaving debug mode enabled on a production server)
44 …SSIBLE SERVER. If disabled, your server is more vulnerable to hacking attempts, both on your serve…
101 …b to share 1 set of cached files even if accessed under different servername/domains on same server
167 // * Off-server Thumbnailing Configuration:
171 $PHPTHUMB_CONFIG['nohotlink_text_message'] = 'Off-server thumbnailing is not allowed'; // text…
173 // * Off-server Linking Configuration:
215 …; // if true, $_SERVER[PATH_INFO] is not parsed. May be needed on some server configurations to …
/plugin/jmol2/jmol/
H A DREADME.txt75 other web server.
98 not downloaded from the server. It is still recommended that you put
99 all JmolApplet0*.jar files on your server, even if your page does not use
/plugin/fedauth/Auth/OpenID/
H A DDiscover.php264 'openid.server', 'openid.delegate')
/plugin/loglog/helper/
H A Dlogging.php31 if (is_null($user)) $user = $INPUT->server->str('REMOTE_USER');
/plugin/gil/
H A DChangeLog23 and server load in about one order of magnitude.
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DHttpMoveTest.php101 $this->server->on('beforeUnbind', function($path) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/PartialUpdate/
H A DPluginTest.php23 $this->server->addPlugin($this->plugin);
/plugin/aichat/
H A Dhelper.php86 return auth_isMember($this->getConf('restrict'), $INPUT->server->str('REMOTE_USER'), $USERINFO['grps']);
/plugin/linkback/exe/
H A Dtrackback.php4 * Trackback server for use with the DokuWiki Linkback Plugin.
183 $server = new TrackbackServer(); variable
/plugin/dbquery/
H A Dhelper.php133 ':user' => $INPUT->server->str('REMOTE_USER'),
/plugin/authimap2/
H A Dauth.php76 $server = $this->getConf('server');
88 $imap_login = @imap_open($server, $login, $pass, OP_READONLY);
/plugin/authdrupal7/
H A DREADME.md6 … internal knowledge transfer we also host a dokuwiki running on the same server. I don't want to a…
38 * MySQL server
/plugin/mantis/lib/
H A Dchangelog6 - applied John's patch, implementing compression for the server
22 - soap_transport_http: apply patch from Steven Brown "if the server closes connection prematurely, …
51 - soap_server: let the Web server decide whether to close the connection (no Connection: close head…
108 - soap_transport_http: disable cURL verification of peer and server (formerly the cURL default)
145 - wsdl: Support multiple <schema> (note that setting $server->wsdl->schemaTargetNamespace no longer…
249 - wsdl: allow compression from the server
258 - soap_transport_http: attempt to handle the case when both the service application and Web server
333 - soap_server: set character encoding for a fault to be the same as for the server (thanks Mark Sco…
358 - soap_transport_http: fix check for server request for digest authentication (thanks Mark Spavin)
414 - nusoapmime: add nusoapservermime class to implement MIME attachments on the server
[all …]
/plugin/autogroup/
H A Daction.php92 $user = $INPUT->server->str('REMOTE_USER', null);
/plugin/backup/lang/en/
H A Dintro.txt7 * If the backup times out on your server, try backing up fewer items at once.
/plugin/drawio/
H A Daction.php69 $user = $INPUT->server->str('REMOTE_USER');
/plugin/oauth/action/
H A Dlogin.php176 if ($INPUT->server->str('REMOTE_USER') !== '') {
/plugin/openid/Auth/OpenID/
H A DDiscover.php271 'openid.server',
/plugin/xcom/lang/en/
H A Dhowto.txt24 …x. The id must be the complete id that identifies the page on the remote server, in other words, i…
43 …id, the page and all of its referenced media will be copied to the local server. All will be copie…
74server's access. For this, there is a configuration option (''inidir'') for setting an alternate d…

1...<<11121314151617181920>>...27