Home
last modified time | relevance | path

Searched refs:builder (Results 26 – 50 of 78) sorted by path

1234

/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-lang3-3.5.jar ... lang3/ org/apache/commons/lang3/builder/ org/apache/commons/lang3/concurrent ...
H A Dehcache-3.8.1.jar ... lang.String, org.ehcache.config.Builder) public abstract org.ehcache.Cache getCache ( ...
H A Dgson-2.7.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dhttpcore-4.4.9.jar ... org/apache/http/config/ConnectionConfig$Builder.class ConnectionConfig.java package org.apache. ...
H A Dpusher-http-java-1.0.0.jar ... .apache.http.impl.client.HttpClientBuilder builder protected java.lang.String serialise (java. ...
/plugin/diagramsnet/lib/
H A Dyarn.lock125 builder-util-runtime@8.7.5:
127 …resolved "https://registry.yarnpkg.com/builder-util-runtime/-/builder-util-runtime-8.7.5.tgz#fbe59…
312 builder-util-runtime "8.7.5"
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D2.2.js35700 var builder = new SelectorElementBuilder(root);
35704 builder.processSelector(selector);
35707 builder.processSelector(node);
H A D2.2.js.map1builder = new SelectorElementBuilder(root);\n for (var i = parentRuleSets.length - 1; i >= 0; i…
H A Dbundle.js.map1builder) {\n builder.addTrackedEditOperation(this._range, this._text);\n }\n computeC…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DREADME.md435 $builder = ClientBuilder::create();
436 $builder->setHosts(['somehost']);
437 $builder->setHandler($handler);
438 $client = $builder->build();
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dcommunity.asciidoc10 Introducing {es} DSL library to provide objective query builder for {es} bundle
35 Feature complete, object oriented, composable, extendable {es} query DSL builder
63 - Provides nestable and DSL query builder to be executed by type repository
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DClientBuilder.php198 $builder = new static;
201 $reflection = new ReflectionClass($builder);
205 $builder->$method(...$value);
207 $builder->$method($value);
217 return $builder->build();
687 foreach ($this->registeredNamespacesBuilders as $builder) {
689 * @var NamespaceBuilderInterface $builder
691 $registeredNamespaces[$builder->getName()] = $builder->getObject($this->transport, $this->serializer);
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md107 * Added `terms_set` in query builder by @deguif [#2036](https://github.com/ruflin/Elastica/pull/2036)
768 - Query builder is now compatible with Elasticsearch 2.X
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DIndex.php530 public function createSearch($query = '', $options = null, ?BuilderInterface $builder = null): Search
532 $search = new Search($this->getClient(), $builder);
465 createSearch($query = '', $options = null, BuilderInterface $builder = null) global() argument
H A DSearch.php76 private $builder; argument
78 public function __construct(Client $client, ?BuilderInterface $builder = null)
81 $this->builder = $builder ?: new DefaultBuilder();
354 return $this->builder->buildResultSet($response, $query);
384 $resultSet = $this->builder->buildResultSet($response, $query);
435 return $this->builder;
74 private $builder; global() variable in Elastica\\Search
/plugin/elasticsearch/vendor/ruflin/elastica/src/Multi/
H A DSearch.php49 public function __construct(Client $client, ?MultiBuilderInterface $builder = null) argument
51 $this->_builder = $builder ?? new MultiBuilder();
/plugin/elasticsearch/vendor/ruflin/elastica/src/ResultSet/
H A DProcessingBuilder.php14 private $builder; variable in Elastica\\ResultSet\\ProcessingBuilder
21 public function __construct(BuilderInterface $builder, ProcessorInterface $processor) argument
23 $this->builder = $builder;
34 $resultSet = $this->builder->buildResultSet($response, $query);
/plugin/fetchmedia/
H A Dyarn.lock232 babel-helper-builder-binary-assignment-operator-visitor@^6.24.1:
234 … "https://registry.yarnpkg.com/babel-helper-builder-binary-assignment-operator-visitor/-/babel-hel…
545 babel-helper-builder-binary-assignment-operator-visitor "^6.24.1"
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md102 - Do not instantiate visitors in the serialization builder [\#613](https://github.com/schmittjoh/se…
996 - Serialization profile/definition builder [\#68](https://github.com/schmittjoh/serializer/issues/6…
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Dconfiguration.rst20 This library provides a special builder object which makes constructing serializer instances a bree…
33 $builder = new JMS\Serializer\SerializerBuilder();
H A Devent_system.rst37 $builder
H A Dhandlers.rst14 You can register simple callables on the builder object::
16 $builder
73 Also, this type of handler is registered via the builder object::
75 $builder
H A Dindex.rst32 For standalone projects usage of the provided builder is encouraged::
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DArrayTest.php20 $builder = SerializerBuilder::create();
21 $this->serializer = $builder->build();

1234