Home
last modified time | relevance | path

Searched refs:builder (Results 1 – 25 of 78) sorted by last modified time

1234

/plugin/struct/admin/
H A Dschemas.php53 $builder = new SchemaBuilder($table, $INPUT->arr('schema'));
54 if (!$builder->build()) {
61 $builder = new Schema($table);
64 echo $builder->toJSON();
74 $builder = new SchemaImporter($table, $json);
75 if (!$builder->build()) {
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js53637 var builder = new Builder();
53638 builder.append(buffer);
53639 exports.blob = builder.getBlob('application/zip').size === 0;
54027 var builder = new Builder();
54028 builder.append(part);
54029 return builder.getBlob(type);
/plugin/xlsx2dw/packages/jszip/
H A Djszip.js2745 var builder = new Builder();
2746 builder.append(buffer);
2747 exports.blob = builder.getBlob("application/zip").size === 0;
3092 var builder = new Builder();
3093 builder.append(part);
3094 return builder.getBlob(type);
/plugin/combo/ComboStrap/
H A DMarkupRenderUtility.php90 $builder = FetcherMarkup::confChild()
95 $builder->setContextData($contextData);
97 $fetcherMarkup = $builder->build();
/plugin/combo/vendor/symfony/process/
H A DCHANGELOG.md105 * added ProcessBuilder::setArguments() to reset the arguments on a builder
/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/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/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/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/ckgedit/ckeditor/
H A DCHANGES.md1150 …o [CKBuilder](https://github.com/ckeditor/ckbuilder) when using the `/dev/builder/build.sh` script.
1499 …Standard package and add the Indent Block plugin in [CKBuilder](https://ckeditor.com/cke4/builder).
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md859 $builder = Guzzle\Service\Builder\ServiceBuilder::factory('/path/to/config.json');
860 $builder->addListener('service_builder.create_client', function ($event) use ($multi) {
H A DCHANGELOG.md913 …ty to overwrite configuration settings in a client when grabbing a throwaway client from a builder.
1125 * Using the union of two arrays rather than an array_merge when extending service builder services …
1127 in service builder config files.
1306 * Changing the format of XML and JSON service builder configs. Backwards compatible.
1315 * Adding the ability to set global option overrides to service builder configs
1316 * Adding the ability to include other service builder config files from within XML and JSON files
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OnDemandScanning/
H A DSlsaProvenance.php35 public function setBuilder(SlsaBuilder $builder) argument
37 $this->builder = $builder;
44 return $this->builder;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DSlsaProvenance.php35 public function setBuilder(SlsaBuilder $builder) argument
37 $this->builder = $builder;
44 return $this->builder;
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js7987 var builder = new DescriptorBuilder(nsName);
7990 builder.addTrait(type, inherited);
7993 var descriptor = builder.build();
/plugin/passpolicy/
H A D10k-common-passwords.txt3765 builder
/plugin/diagramsnet/lib/WEB-INF/lib/
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. ...
H A Dcommons-codec-1.10.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
H A Dcommons-io-2.4.jar ... .lang.String toString () int i StringBuilder builder static void <clinit> () } org/ ...

1234