| /plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/ |
| D | AbstractTransport.php | 96 …public static function create($transport, Connection $connection, array $params = []): AbstractTra… argument 98 if (\is_array($transport) && isset($transport['type'])) { 99 $transportParams = $transport; 103 $transport = $transport['type']; 106 if (\is_string($transport)) { 112 $transport = $specialTransports[\strtolower($transport)] ?? \ucfirst($transport); 113 $classNames = ["Elastica\\Transport\\{$transport}", $transport]; 116 $transport = new $className(); 122 if ($transport instanceof self) { 123 $transport->setConnection($connection); [all …]
|
| D | AwsAuthV4.php | 46 $transport = $this; variable in Elastica\\Transport\\AwsAuthV4 51 $transport 53 return $signer->signRequest($transport->sanitizeRequest($req), $credProvider()->wait());
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/ |
| D | AbstractNamespace.php | 29 protected $transport; variable in Elasticsearch\\Namespaces\\AbstractNamespace 36 public function __construct(Transport $transport, callable $endpoints) argument 38 $this->transport = $transport; 58 $response = $this->transport->performRequest( 66 return $this->transport->resultOrFuture($response, $endpoint->getOptions());
|
| D | BooleanRequestWrapper.php | 35 public static function performRequest(AbstractEndpoint $endpoint, Transport $transport) argument 38 $response = $transport->performRequest( 46 $response = $transport->resultOrFuture($response, $endpoint->getOptions());
|
| D | NamespaceBuilderInterface.php | 37 * @param Transport $transport 41 public function getObject(Transport $transport, SerializerInterface $serializer); argument
|
| D | IndicesNamespace.php | 400 return BooleanRequestWrapper::performRequest($endpoint, $this->transport); 430 return BooleanRequestWrapper::performRequest($endpoint, $this->transport); 456 return BooleanRequestWrapper::performRequest($endpoint, $this->transport); 482 return BooleanRequestWrapper::performRequest($endpoint, $this->transport); 512 return BooleanRequestWrapper::performRequest($endpoint, $this->transport);
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/ |
| D | Client.php | 77 public $transport; variable in Elasticsearch\\Client 268 * @param Transport $transport 272 … public function __construct(Transport $transport, callable $endpoint, array $registeredNamespaces) argument 274 $this->transport = $transport; 276 $this->asyncSearch = new AsyncSearchNamespace($transport, $endpoint); 277 $this->autoscaling = new AutoscalingNamespace($transport, $endpoint); 278 $this->cat = new CatNamespace($transport, $endpoint); 279 $this->ccr = new CcrNamespace($transport, $endpoint); 280 $this->cluster = new ClusterNamespace($transport, $endpoint); 281 $this->danglingIndices = new DanglingIndicesNamespace($transport, $endpoint); [all …]
|
| D | ClientBuilder.php | 48 private $transport; variable in Elasticsearch\\ClientBuilder 160 return $this->transport; 333 * @param Transport $transport 335 public function setTransport(Transport $transport): ClientBuilder argument 337 $this->transport = $transport; 691 …$registeredNamespaces[$builder->getName()] = $builder->getObject($this->transport, $this->serializ… 694 return $this->instantiate($this->transport, $this->endpoint, $registeredNamespaces); 697 …protected function instantiate(Transport $transport, callable $endpoint, array $registeredNamespac… argument 699 return new Client($transport, $endpoint, $registeredNamespaces); 737 if (is_null($this->transport)) { [all …]
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/ |
| D | endpoint-closure.asciidoc | 14 $transport = $this->transport; 17 $newEndpoint = function ($class) use ($transport, $serializer) { 19 return new MyProject\SuperSearch($transport); 24 return new $fullPath($transport, $serializer); 26 return new $fullPath($transport);
|
| D | http-handler.asciidoc | 4 Elasticsearch-PHP uses an interchangeable HTTP transport layer called 6 a generic HTTP request, then pass it to the transport layer to execute. The
|
| /plugin/pureldap/vendor/freedsx/socket/src/FreeDSx/Socket/ |
| H A D | SocketServer.php | 86 $transport = $this->options['transport']; 87 if ($transport === 'tcp' && $this->options['use_ssl'] === true) { 88 $transport = 'ssl'; 91 if ($transport !== 'unix' && $port === null) { 95 $uri = $transport.'://'.$ip; 96 if ($port !== null && $transport !== 'unix') {
|
| H A D | Socket.php | 223 $transport = $this->options['transport']; 224 if ($transport === 'tcp' && (bool) $this->options['use_ssl'] === true) { 225 $transport = 'ssl'; 228 $uri = $transport . '://' . $host; 230 if ($transport !== 'unix') {
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Eventarc/ |
| D | Trigger.php | 159 public function setTransport(Transport $transport) argument 161 $this->transport = $transport; 168 return $this->transport;
|
| /plugin/elasticsearch/vendor/ruflin/elastica/src/ |
| D | Connection.php | 136 * @param array|string $transport 140 public function setTransport($transport) argument 142 return $this->setParam('transport', $transport); 253 $transport = $this->getTransport(); 255 return AbstractTransport::create($transport, $this);
|
| D | Request.php | 180 $transport = $this->getConnection()->getTransportObject(); 183 return $transport->exec($this, $this->getConnection()->toArray());
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/ |
| D | run-elasticsearch.sh | 52 --env xpack.security.transport.ssl.enabled=true 53 --env xpack.security.transport.ssl.verification_mode=certificate 54 --env xpack.security.transport.ssl.key=certs/testnode.key 55 --env xpack.security.transport.ssl.certificate=certs/testnode.crt 56 --env xpack.security.transport.ssl.certificate_authorities=certs/ca.crt
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Connections/ |
| D | Connection.php | 201 * @param Transport $transport 204 …, string $uri, ?array $params = [], $body = null, array $options = [], Transport $transport = null) argument 241 $future = $handler($request, $this, $transport, $options); 258 …return function (array $request, Connection $connection, Transport $transport = null, $options) us… variable in Elasticsearch\\Connections\\Connection 266 function ($response) use ($connection, $transport, $request, $options) { 287 if (isset($transport) === true) { 288 $transport->connectionPool->scheduleCheck(); 291 $shouldRetry = $transport->shouldRetry($request); 296 return $transport->performRequest(
|
| D | ConnectionInterface.php | 78 … string $uri, ?array $params = [], $body = null, array $options = [], Transport $transport = null); argument
|
| /plugin/s5reloaded/ui/effects_support/ |
| D | controls.js | 611 handleAJAXFailure: function(transport) { argument 612 this.triggerCallback('onFailure', transport); 675 onSuccess: function(transport) { argument 677 var text = transport.responseText; 744 wrapUp: function(transport) { argument 748 this._boundComplete(transport, this.element); 782 onSuccess: function(transport) { argument 783 var js = transport.responseText.strip(); 820 onSuccess: function(transport) { argument 821 this._text = transport.responseText.strip(); [all …]
|
| /plugin/hipchat/ |
| D | action.php | 64 $transport = new rcrowe\Hippy\Transport\Guzzle($token, $room, $from); 65 $hippy = new rcrowe\Hippy\Client($transport);
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/ |
| D | ClientBuilder.asciidoc | 207 .`setTransport(Elasticsearch\Transport $transport)` 212 Set the transport 454 .`instantiate(Elasticsearch\Transport $transport, callable $endpoint, array $registeredNamespaces)`
|
| /plugin/jalbum/ |
| D | script.js | 20 function transport(){
|
| /plugin/authgooglesheets/vendor/guzzlehttp/guzzle/ |
| D | README.md | 17 - Abstracts away the underlying HTTP transport, allowing you to write 18 environment and transport agnostic code; i.e., no hard dependency on cURL,
|
| /plugin/codeprettify/code-prettify/src/ |
| D | lang-vhdl.js | 39 …n|rol|ror|select|severity|shared|signal|sla|sll|sra|srl|subtype|then|to|transport|type|unaffected|…
|
| /plugin/freechat/phpfreechat/data/public/js/ |
| D | prototype.js | 1139 dispatch: function(callback, request, transport, json) { argument 1143 responder[callback].apply(responder, [request, transport, json]); 1184 this.transport = Ajax.getTransport(); 1214 this.transport.open(this.method.toUpperCase(), this.url, 1219 this.transport.onreadystatechange = this.onStateChange.bind(this); 1223 this.transport.send(this.body); 1226 if (!this.options.asynchronous && this.transport.overrideMimeType) 1236 var readyState = this.transport.readyState; 1238 this.respondToReadyState(this.transport.readyState); 1256 if (this.transport.overrideMimeType && [all …]
|