Home
last modified time | relevance | path

Searched refs:useSSL (Results 1 – 6 of 6) sorted by path

/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md507 * Added `$useSSL` option to the PushoverHandler which is enabled by default
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DInsightOpsHandler.php32 * @param bool $useSSL Whether or not SSL encryption should be used
39 bool $useSSL = true, argument
48 if ($useSSL && !extension_loaded('openssl')) {
52 $endpoint = $useSSL
H A DLogEntriesHandler.php28 * @param bool $useSSL Whether or not SSL encryption should be used.
35 bool $useSSL = true, argument
45 if ($useSSL && !extension_loaded('openssl')) {
49 $endpoint = $useSSL ? 'ssl://' . $host . ':443' : $host . ':80';
H A DLogmaticHandler.php42 * @param bool $useSSL Whether or not SSL encryption should be used.
50 bool $useSSL = true, argument
59 if ($useSSL && !extension_loaded('openssl')) {
63 $endpoint = $useSSL ? 'ssl://api.logmatic.io:10515' : 'api.logmatic.io:10514';
H A DPushoverHandler.php86 …* @param bool $useSSL Whether to connect via SSL. Required when pushing message…
107 bool $useSSL = true, argument
118 $connectionString = $useSSL ? 'ssl://api.pushover.net:443' : 'api.pushover.net:80';
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...