Home
last modified time | relevance | path

Searched refs:connect (Results 26 – 50 of 203) sorted by relevance

123456789

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DCouchDBHandler.php66 throw new \RuntimeException(sprintf('Could not connect to %s', $url));
H A DSocketHandler.php342 $this->connect();
361 private function connect(): void function in Monolog\\Handler\\SocketHandler
H A DCubeHandler.php104 throw new \LogicException('Unable to connect to ' . $this->host . ':' . $this->port);
/plugin/autologoff/lang/fr/
H A Dintro.txt
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D15.15.js1 …-f]{4}|U[0-9A-Fa-f]{8})/,tokenizer:{root:[[/child-src/,"string.quote"],[/connect-src/,"string.quot…
/plugin/revealjs/plugin/notes-server/
H A Dclient.js6 var socket = io.connect( window.location.origin ),
/plugin/swarmwebhook/lang/en/
H A Dzapier_instructions.txt5 - connect to your Swarm account via the provided oAuth process
/plugin/swiftmail/Swift/Plugin/
H A DConnectionRotator.php90 $e->getSwift()->connect();
/plugin/asana/syntax/
H A DAsanaSyntax.php61 return $this->asana->connect();
/plugin/smtp/subtree/txtthinking/Mailer/src/Mailer/
H A DSMTP.php149 $this->connect()
171 protected function connect(){ function in Tx\\Mailer\\SMTP
/plugin/swiftmail/Swift/Authenticator/
H A D@PopB4Smtp.php75 $swift->connect();
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/net/
H A DSocket.php59 function connect($connectTimeout = 30) { function in Socket
H A DHTTPClient.php165 $success = $this->connect();
/plugin/elasticsearch/action/
H A Dindexing.php135 $client = $hlp->connect();
188 $client = $hlp->connect();
/plugin/zotero/
H A Dconfig.ini.dist2 ; this username is used to connect to the Zotero website
/plugin/database2/
H A Dsyntax.php136 if ($db->connect($this->dbName, $this->options['auth'])) {
/plugin/ckgdoku/ckeditor/plugins/copyformatting/styles/
H A Dcopyformatting.css13 …https://connect.microsoft.com/IE/feedback/details/1070215/cant-change-cursor-in-contenteditable-us…
/plugin/ckgedit/ckeditor/plugins/copyformatting/styles/
H A Dcopyformatting.css13 …https://connect.microsoft.com/IE/feedback/details/1070215/cant-change-cursor-in-contenteditable-us…
/plugin/redissue/redmine/
H A Dredmine.php15 function connect($url, $apiKey, $impersonate, $user){ function in DokuwikiRedmine
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/GUI/
H A DGtk.php266 $about->connect('activate', array(&$this, 'about'));
497 $about->connect('destroy', array('gtk', 'true'));
/plugin/ldapsearch/
H A Dsyntax.php144 return "Failed to connect to LDAP on ".$ldapDetails['hostname'].":".$ldapDetails['port']."\n";
/plugin/swiftmail/Swift/
H A DBatchMailer.php152 $this->swift->connect();
/plugin/sql/
H A DDB.php60 static function &connect($dsn, $options = array()) function in DB
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/
H A DConnectManager.as23 …4. Allow a specific port/protocol (1 connect type) to be used first, and then optionally fallback …
90 // Set a timeout function, just in case we never connect successfully
137 …_aNC[m_connListCounter].connect(m_connList[m_connListCounter].protocol + "://" + m_serverName + m_…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconnecting.asciidoc4 This page contains the information you need to connect and use the Client with
17 This section contains code snippets to show you how to connect to various {es}
24 You can connect to Elastic Cloud using **Basic authentication**:
85 connect the client with your cluster, as illustrated in the following code

123456789