Home
last modified time | relevance | path

Searched refs:connection (Results 51 – 75 of 230) sorted by relevance

12345678910

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DFeaturesNamespace.asciidoc31 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
H A DCatNamespace.asciidoc79 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
170 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
194 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
300 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
321 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
341 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
361 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
403 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
443 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
464 $params['master_timeout'] = (time) Explicit operation timeout for connection t
[all...]
H A DSearchableSnapshotsNamespace.asciidoc54 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClientBuilder.asciidoc160 Set connection Factory
173 Set the connection pool (default is StaticNoPingConnectionPool)
329 Set connection parameters
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Connections/
H A DConnection.php258 return function (array $request, Connection $connection, Transport $transport = null, $options) use ($handler) {
266 function ($response) use ($connection, $transport, $request, $options) {
278 $node = $connection->getHost();
280 $connection->markDead();
316 $connection->markAlive();
/plugin/bpmnio/vendor/bpmn-js/
H A DCHANGELOG.md52 * `FEAT`: simplify connection-multi icon ([#1822](https://github.com/bpmn-io/bpmn-js/pull/1822))
55 * `FEAT`: round connection corners ([#1828](https://github.com/bpmn-io/bpmn-js/pull/1828))
185 * `FEAT`: select connection after connect ([#644](https://github.com/bpmn-io/diagram-js/pull/644))
188 * `FIX`: remove connection on source connection deletion ([#1663](https://github.com/bpmn-io/bpmn-j…
191 * `FIX`: correct connection drop highlighting
323 * `FIX`: fix reversed connection preview ([#1431](https://github.com/bpmn-io/bpmn-js/issues/1431))
526 * `FEAT`: improve connection cropping (bump to `path-intersection@2`)
527 * `FIX`: correctly mark elements as changed on `{shape|connection}.create` undo
570 * The rules `connection.reconnectStart` and `connection.reconnectEnd` got replaced with `connection
670 * `FEAT`: add connection previews ([#743](https://github.com/bpmn-io/bpmn-js/issues/743))
[all …]
/plugin/accscounter/lang/en/
H A Dviewer.txt11 [NOTE] The Spammer Check function needs connection to api.stopforumspam.org. If you specify many p…
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DCubeHandler.php155 throw new \LogicException('No connection could be established');
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Ddiagram-js.css132 .djs-connection.connect-ok .djs-visual > :nth-child(1),
133 .djs-connection.drop-ok .djs-visual > :nth-child(1) {
137 .djs-connection.connect-not-ok .djs-visual > :nth-child(1),
138 .djs-connection.drop-not-ok .djs-visual > :nth-child(1) {
314 * shape / connection basic styles
316 .djs-connection .djs-visual {
596 .djs-connection {
/plugin/bpmnio/vendor/dmn-js/dist/assets/dmn-font/css/
H A Ddmn.css85 .dmn-icon-connection:before { content: '\e81b'; } /* '' */
86 .dmn-icon-connection-multi:before { content: '\e81c'; } /* '' */
/plugin/flowplayer/player/
H A DREADME.txt8 - #9 when replaying from stopping, connection does not receive callbacks anymore.
48 …o times if the stream is not initially found. Also does 3 connection attempts if the connection fa…
82 - #191 send the resume event, and no stop event first before reconnecting due to a connection timeo…
86 - #391 add message argument to connection failure callback required by some connection providers.
101 - #430 clear buffering status on connection failure.
150 - moved parallel rtmp connection mechanism from the RTMP plugin to Core so other plugins can use it…
211 netConnection to an invalid state. Now when resuming playback on an invalid connection the clip sta…
221 - Fixed passing of connection arguments
272 …When these events get fired on the connection or stream object, corresponding Clip events will be …
286 - Replay of a RTMP stream was failing after the connection had expired
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconnection-factory.asciidoc1 [[connection-factory]]
H A Dhttp-meta-data.asciidoc4 By default, the client sends some meta data about the HTTP connection using
/plugin/authvk/
H A Dauth.php44 global $connection;
57 $collection = $connection->DatabaseName->admins;
H A Daction.php28 global $connection;
/plugin/sequencediagram/bower_components/lodash/test/
H A Dsaucelabs.js735 this.connection = new SauceTunnel(this.user, this.pass, this.id, this.tunneled, ['-P', '0']);
802 this.connection.start(onStart);
850 this.connection.stop(onStop);
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/lasso/
H A Dconfig.lasso31 var('connection') = array(
H A Dupload.lasso93 inline($connection);
/plugin/strata/driver/
H A Ddriver.php86 * Open the database connection.
123 * Initialises a connection directly after the connection was made (e.g. by setting the character set of the connection).
146 list($driver, $connection) = explode(':', $this->_dsn, 2);
/plugin/pureldap/vendor/freedsx/ldap/
H A DREADME.md13 It supports encryption of the LDAP connection through TLS via the OpenSSL extension if available.
53 # Encrypt the connection prior to binding
/plugin/bpmnioeditor/
H A Dstyle.css137 .djs-connection.connect-ok .djs-visual > :nth-child(1),
138 .djs-connection.drop-ok .djs-visual > :nth-child(1) {
142 .djs-connection.connect-not-ok .djs-visual > :nth-child(1),
143 .djs-connection.drop-not-ok .djs-visual > :nth-child(1) {
319 * shape / connection basic styles
321 .djs-connection .djs-visual {
601 .djs-connection {
893 .bpmn-icon-connection:before { content: '\e810'; } /* '' */
973 .bpmn-icon-connection-multi:before { content: '\e860'; } /* '' */
/plugin/bpmnio/vendor/bpmn-js/dist/assets/bpmn-font/css/
H A Dbpmn-codes.css93 .bpmn-icon-connection-multi:before { content: '\e860'; } /* '' */
106 .bpmn-icon-connection:before { content: '\e8dc'; } /* '' */
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DValidation.java.bak77 // Target needs exactly one incoming connection from Source
/plugin/webdavclient/
H A Dhelper.php1560 foreach($connections as $connection)
1562 $this->syncConnection($connection['id']);
1578 foreach($connections as $connection)
1580 if($this->syncConnection($connection['id']) === true)
/plugin/diagram/
H A Dprint.css38 /* --- borders (connection lines) --- */

12345678910