Home
last modified time | relevance | path

Searched refs:create (Results 26 – 50 of 1906) sorted by relevance

12345678910>>...77

/plugin/davcal/vendor/sabre/dav/bin/
H A Dmigrateto20.php357 $create = false; variable
364 $create = true; variable
381 $create = true; variable
385 if ($create) {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A De5d2172b524332196cac0f031c043659.asciidoc1 // indices/create-index.asciidoc:81
16 $response = $client->indices()->create($params);
H A D4d46dbb96125b27f46299547de9d8709.asciidoc1 // indices/create-index.asciidoc:190
13 $response = $client->indices()->create($params);
H A Ddfef545b1e2c247bafd1347e8e807ac1.asciidoc1 // indices/create-index.asciidoc:123
20 $response = $client->indices()->create($params);
H A D4d56b179242fed59e3d6476f817b6055.asciidoc1 // indices/create-index.asciidoc:143
22 $response = $client->indices()->create($params);
H A D1da77e114459e0b77d78a3dcc8fae429.asciidoc8 $response = $client->indices()->create($params);
12 $response = $client->indices()->create($params);
/plugin/authgooglesheets/vendor/google/auth/
H A DREADME.md91 // create middleware
93 $stack = HandlerStack::create();
96 // create the HTTP client
116 // create the HTTP client
122 // create subscriber
147 // create middleware
152 // create the HTTP client
197 // create middleware
202 // create the HTTP client
239 // create middleware
[all …]
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/
H A DCodeCoverage.php245 throw InvalidArgumentException::create(
278 throw InvalidArgumentException::create(
285 throw InvalidArgumentException::create(
422 throw InvalidArgumentException::create(
447 throw InvalidArgumentException::create(
464 throw InvalidArgumentException::create(
481 throw InvalidArgumentException::create(
498 throw InvalidArgumentException::create(
526 throw InvalidArgumentException::create(
543 throw InvalidArgumentException::create(
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DBaseSerializationTest.php286 $builder = SerializerBuilder::create();
379 $builder = SerializerBuilder::create();
735 $builder = SerializerBuilder::create();
762 $builder = SerializerBuilder::create();
774 $builder = SerializerBuilder::create();
1165 SerializationContext::create()->setGroups([
1205 $builder = SerializerBuilder::create();
1273 $context = SerializationContext::create();
1419 $context = SerializationContext::create()
1454 $builder = SerializerBuilder::create();
[all …]
H A DSerializationContextFactoryTest.php54 $builder = SerializerBuilder::create();
73 $builder = SerializerBuilder::create();
93 $builder = SerializerBuilder::create();
112 $builder = SerializerBuilder::create();
/plugin/odt/ODT/
H A DODTHeading.php67 * @param boolean $create Create a new unique ID?
72 static protected function headerToLink(ODTDocument $doc, $title,$create=false) { argument
80 if($create){
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dexperimental-beta-apis.asciidoc31 $client = ClientBuilder::create()->build();
42 $client = ClientBuilder::create()->build();
55 $client = ClientBuilder::create()->build();
66 $client = ClientBuilder::create()->build();
/plugin/findologicxmlexport/vendor/findologic/libflexport/tests/FINDOLOGIC/Export/Tests/
H A DExporterTest.php13 Exporter::create(Exporter::TYPE_XML, 0);
23 Exporter::create(123, 20);
/plugin/html2pdf/html2pdf/html2ps/
H A Dvalue.border.class.php18 function create($data) { function in BorderPDF
20 $border->left =& EdgePDF::create($data['left']);
21 $border->right =& EdgePDF::create($data['right']);
22 $border->top =& EdgePDF::create($data['top']);
23 $border->bottom =& EdgePDF::create($data['bottom']);
H A Dfilter.data.encoding.class.php21 $converter = Converter::create();
24 $converter = Converter::create();
H A Dbox.table.row.php9 function &create(&$root, &$pipeline) { function in TableRowBox
54 array_splice($this->content, $index+1, 0, array(FakeTableCellBox::create($pipeline)));
58 array_splice($this->content, $index, 0, array(FakeTableCellBox::create($pipeline)));
62 $this->content[] = FakeTableCellBox::create($pipeline);
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DAsyncReadStreamTest.php143 list($buffer, $async) = AsyncReadStream::create();
151 list($buffer, $async) = AsyncReadStream::create(['buffer' => $buf]);
158 list($buffer, $async) = AsyncReadStream::create(['max_buffer' => 0]);
165 list($buffer, $async) = AsyncReadStream::create(['max_buffer' => 5]);
176 list($buffer, $async) = AsyncReadStream::create([
/plugin/findologicxmlexport/vendor/twig/twig/
H A D.php_cs.dist3 return PhpCsFixer\Config::create()
17 ->setFinder(PhpCsFixer\Finder::create()->in(__DIR__))
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A D.php_cs3 $config = PhpCsFixer\Config::create()
16 PhpCsFixer\Finder::create()
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/Constraint/
H A DCountTest.php67 $generator = $generatorMaker->create([1, 2, 3]);
74 $generator = $generatorMaker->create([1, 2, 3]);
83 $generator = $generatorMaker->create([1, 2, 3]);
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D2.2.js83 Position.create = create;
110 Range.create = create;
134 Location.create = create;
160 LocationLink.create = create;
189 Color.create = create;
420 Diagnostic.create = create;
456 Command.create = create;
539 CreateFile.create = create;
561 RenameFile.create = create;
582 DeleteFile.create = create;
[all …]
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/
H A DREADME.md30 Then we can use the `create` method of the factory to interpret the DocBlock.
33 create method will read that if it exists.
47 $docblock = $factory->create($docComment);
50 The `create` method will yield an object of type `\phpDocumentor\Reflection\DocBlock`
/plugin/labeled/
H A Dadmin.php22 $this->create();
25 $this->create(true);
89 private function create($applyMode = false) { function in admin_plugin_labeled
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DApigee.php154 'create' => [
267 'create' => [
481 'create' => [
561 'create' => [
665 'create' => [
829 'create' => [
1229 'create' => [
1324 'create',
1327 'create' => [
1427 'create' => [
[all …]
H A DSASPortalTesting.php129 'create' => [
215 'create' => [
267 'create' => [
383 'create' => [
469 'create' => [
511 'create' => [
563 'create' => [
813 'create' => [
865 'create' => [
981 'create' => [
[all …]

12345678910>>...77