Home
last modified time | relevance | path

Searched refs:servers (Results 1 – 25 of 67) sorted by relevance

123

/plugin/elasticsearch/vendor/ezimuel/ringphp/
H A DREADME.md9 into a single PHP function. RingPHP be used to power HTTP clients and servers
15 servers, RingPHP allows you to utilize pluggable HTTP clients and servers
/plugin/elasticsearch/helper/
H A Dclient.php58 * Connects to the elastica servers and returns the client object
67 // parse servers config into DSN array
68 $dsn = ['servers' => []];
69 $servers = $this->getConf('servers');
70 $lines = explode("\n", $servers);
79 $dsn['servers'][] = compact('host', 'port', 'proxy', 'username', 'password');
/plugin/authradius/
H A Dplugin.info.txt6 desc Provides authentication against radius servers
H A DREADME3 Authenticated users using radius servers
/plugin/html2pdf/html2pdf/html2ps/templates/
H A Derror._redirects.tpl3 <p>This problem may arise on some servers requiring cookies support.</p>
/plugin/webdavclient/
H A Dplugin.info.txt6 desc Sync and subscribe to remote CalDAV and CardDAV servers
/plugin/advrack/
H A Dplugin.info.txt6 desc Display block representation of standard racks, mounted servers and server cages
H A DREADME4 Display block representation of standard racks, mounted servers and server cages
/plugin/botbouncer/lib/
H A Dmollom.php755 * @param array $servers
757 public static function setServerList($servers) argument
760 $server = (array) $servers;
763 foreach ($servers as $server) self::$serverList[] = $server;
/plugin/backup/lang/en/
H A Dwindows.txt5 While the plugin may work without issues, on some Windows-based servers, Backup Tool may fail to ac…
/plugin/davcal/vendor/sabre/event/
H A DREADME.md21 We recommend that you update your servers and use the regular version instead, though.
/plugin/webdav/vendor/sabre/dav/
H A DREADME.md7 … is the most popular WebDAV framework for PHP. Use it to create WebDAV, CalDAV and CardDAV servers.
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DClient.php671 if ($this->_config->has('servers')) {
672 $servers = $this->_config->get('servers');
673 foreach ($servers as $server) {
/plugin/gitlabproject/
H A DREADME.md43 …ou will have a JSON file called: `server.json`. Inside you can add other servers and their tokens,…
/plugin/gitlabapi/
H A DREADME.md54 There a JSON file `server.json` inside the root of plugin. You can add or change the servers and th…
/plugin/authldaplocal/
H A Dauth.php723 $servers = explode(',', $this->getConf('server'));
724 foreach($servers as $server) {
/plugin/aichat/vendor/vanderlee/php-sentence/
H A DREADME.md20 Supports PHP 5.3 and up, so you can use it on older servers.
/plugin/pureldap/vendor/freedsx/ldap/
H A DCHANGELOG.md53 * Implement OpenLDAP / Active Directory test servers with test data during CI runs for integration tests via PHPUnit.
H A DREADME.md48 'servers' => ['dc1', 'dc2'],
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DREADME.md36 mPDF has some problems with fetching external HTTP resources with single threaded servers such as `php -S`. A proper
/plugin/quickstats/
H A DHOW-TO33 every 6 weeks, in order to keep current with changing IP data. On Linux servers
/plugin/dwcommits/lang/en/
H A Ddwc_admin.txt60 You will be asked where to store you ssh key files. On linux servers, this defaults to /var/www, w…
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md523 * Added RavenHandler to send data to Sentry servers
537 * Added AmqpHandler (for use with AMQP servers)
554 * Added GelfHandler (for use with Graylog2 servers)
/plugin/authgooglesheets/vendor/firebase/php-jwt/
H A DREADME.md60 * the signing and verifying servers. It is recommended that this leeway should
/plugin/photogallery/phpThumb/
H A DphpThumb.config.php.default33 // but has been known to be broken on some servers. This value allows you to override the default v…
44 …le to hacking attempts, both on your server and via your server to other servers. When enabled, re…

123