Home
last modified time | relevance | path

Searched defs:blueprint (Results 1 – 25 of 301) sorted by relevance

12345678910>>...13

/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/illuminate/database/Schema/Grammars/
H A DMySqlGrammar.php86 protected function compileCreateTable($blueprint, $command, $connection)
152 public function compileAdd(Blueprint $blueprint, Fluent $command)
166 public function compilePrimary(Blueprint $blueprint, Fluent $command)
180 public function compileUnique(Blueprint $blueprint, Fluent $command)
192 public function compileIndex(Blueprint $blueprint, Fluent $command)
235 public function compileDrop(Blueprint $blueprint, Fluent $command)
299 public function compileDropIndex(Blueprint $blueprint, Fluent $command)
339 public function compileRename(Blueprint $blueprint, Fluent $command)
982 protected function modifyFirst(Blueprint $blueprint, Fluent $column)
996 protected function modifyAfter(Blueprint $blueprint, Fluent $column)
[all …]
H A DSqlServerGrammar.php61 public function compileCreate(Blueprint $blueprint, Fluent $command)
75 public function compileAdd(Blueprint $blueprint, Fluent $command)
90 public function compilePrimary(Blueprint $blueprint, Fluent $command)
106 public function compileUnique(Blueprint $blueprint, Fluent $command)
122 public function compileIndex(Blueprint $blueprint, Fluent $command)
154 public function compileDrop(Blueprint $blueprint, Fluent $command)
191 public function compileDropColumn(Blueprint $blueprint, Fluent $command)
219 public function compileDropUnique(Blueprint $blueprint, Fluent $command)
233 public function compileDropIndex(Blueprint $blueprint, Fluent $command)
273 public function compileRename(Blueprint $blueprint, Fluent $command)
[all …]
H A DPostgresGrammar.php65 public function compileCreate(Blueprint $blueprint, Fluent $command)
81 public function compileAdd(Blueprint $blueprint, Fluent $command)
96 public function compilePrimary(Blueprint $blueprint, Fluent $command)
110 public function compileUnique(Blueprint $blueprint, Fluent $command)
126 public function compileIndex(Blueprint $blueprint, Fluent $command)
157 public function compileForeign(Blueprint $blueprint, Fluent $command)
183 public function compileDrop(Blueprint $blueprint, Fluent $command)
272 public function compileDropColumn(Blueprint $blueprint, Fluent $command)
314 public function compileDropIndex(Blueprint $blueprint, Fluent $command)
352 public function compileRename(Blueprint $blueprint, Fluent $command)
[all …]
H A DSQLiteGrammar.php56 public function compileCreate(Blueprint $blueprint, Fluent $command)
73 protected function addForeignKeys(Blueprint $blueprint)
122 protected function addPrimaryKeys(Blueprint $blueprint)
136 public function compileAdd(Blueprint $blueprint, Fluent $command)
152 public function compileUnique(Blueprint $blueprint, Fluent $command)
168 public function compileIndex(Blueprint $blueprint, Fluent $command)
197 public function compileForeign(Blueprint $blueprint, Fluent $command)
209 public function compileDrop(Blueprint $blueprint, Fluent $command)
300 public function compileDropIndex(Blueprint $blueprint, Fluent $command)
327 public function compileRename(Blueprint $blueprint, Fluent $command)
[all …]
H A DGrammar.php38 … public function compileRenameColumn(Blueprint $blueprint, Fluent $command, Connection $connection)
53 public function compileChange(Blueprint $blueprint, Fluent $command, Connection $connection)
65 public function compileForeign(Blueprint $blueprint, Fluent $command)
104 protected function getColumns(Blueprint $blueprint)
152 protected function addModifiers($sql, Blueprint $blueprint, Fluent $column)
170 protected function getCommandByName(Blueprint $blueprint, $name)
186 protected function getCommandsByName(Blueprint $blueprint, $name)
258 public function getDoctrineTableDiff(Blueprint $blueprint, SchemaManager $schema)
H A DChangeColumn.php27 …public static function compile($grammar, Blueprint $blueprint, Fluent $command, Connection $connec…
55 protected static function getChangedDiff($grammar, Blueprint $blueprint, SchemaManager $schema)
71 protected static function getTableWithColumnChanges(Blueprint $blueprint, Table $table)
H A DRenameColumn.php23 …public static function compile(Grammar $grammar, Blueprint $blueprint, Fluent $command, Connection…
46 …protected static function getRenamedDiff(Grammar $grammar, Blueprint $blueprint, Fluent $command, …
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/laravel/framework/src/Illuminate/Database/Schema/Grammars/
H A DMySqlGrammar.php117 protected function compileCreateTable($blueprint, $command, $connection)
183 public function compileAdd(Blueprint $blueprint, Fluent $command)
199 public function compileAutoIncrementStartingValues(Blueprint $blueprint)
213 public function compilePrimary(Blueprint $blueprint, Fluent $command)
227 public function compileUnique(Blueprint $blueprint, Fluent $command)
239 public function compileIndex(Blueprint $blueprint, Fluent $command)
282 public function compileDrop(Blueprint $blueprint, Fluent $command)
386 public function compileRename(Blueprint $blueprint, Fluent $command)
1052 protected function modifyFirst(Blueprint $blueprint, Fluent $column)
1066 protected function modifyAfter(Blueprint $blueprint, Fluent $column)
[all …]
H A DPostgresGrammar.php95 public function compileCreate(Blueprint $blueprint, Fluent $command)
111 public function compileAdd(Blueprint $blueprint, Fluent $command)
125 public function compileAutoIncrementStartingValues(Blueprint $blueprint)
139 public function compilePrimary(Blueprint $blueprint, Fluent $command)
153 public function compileUnique(Blueprint $blueprint, Fluent $command)
169 public function compileIndex(Blueprint $blueprint, Fluent $command)
200 public function compileForeign(Blueprint $blueprint, Fluent $command)
226 public function compileDrop(Blueprint $blueprint, Fluent $command)
357 public function compileDropIndex(Blueprint $blueprint, Fluent $command)
395 public function compileRename(Blueprint $blueprint, Fluent $command)
[all …]
H A DSQLiteGrammar.php56 public function compileCreate(Blueprint $blueprint, Fluent $command)
73 protected function addForeignKeys(Blueprint $blueprint)
122 protected function addPrimaryKeys(Blueprint $blueprint)
136 public function compileAdd(Blueprint $blueprint, Fluent $command)
154 public function compileUnique(Blueprint $blueprint, Fluent $command)
170 public function compileIndex(Blueprint $blueprint, Fluent $command)
200 public function compileForeign(Blueprint $blueprint, Fluent $command)
212 public function compileDrop(Blueprint $blueprint, Fluent $command)
303 public function compileDropIndex(Blueprint $blueprint, Fluent $command)
331 public function compileRename(Blueprint $blueprint, Fluent $command)
[all …]
H A DSqlServerGrammar.php90 public function compileCreate(Blueprint $blueprint, Fluent $command)
104 public function compileAdd(Blueprint $blueprint, Fluent $command)
119 public function compilePrimary(Blueprint $blueprint, Fluent $command)
135 public function compileUnique(Blueprint $blueprint, Fluent $command)
151 public function compileIndex(Blueprint $blueprint, Fluent $command)
183 public function compileDrop(Blueprint $blueprint, Fluent $command)
220 public function compileDropColumn(Blueprint $blueprint, Fluent $command)
272 public function compileDropUnique(Blueprint $blueprint, Fluent $command)
286 public function compileDropIndex(Blueprint $blueprint, Fluent $command)
326 public function compileRename(Blueprint $blueprint, Fluent $command)
[all …]
H A DGrammar.php62 … public function compileRenameColumn(Blueprint $blueprint, Fluent $command, Connection $connection)
77 public function compileChange(Blueprint $blueprint, Fluent $command, Connection $connection)
89 public function compileForeign(Blueprint $blueprint, Fluent $command)
128 protected function getColumns(Blueprint $blueprint)
176 protected function addModifiers($sql, Blueprint $blueprint, Fluent $column)
194 protected function getCommandByName(Blueprint $blueprint, $name)
210 protected function getCommandsByName(Blueprint $blueprint, $name)
282 public function getDoctrineTableDiff(Blueprint $blueprint, SchemaManager $schema)
H A DChangeColumn.php27 …public static function compile($grammar, Blueprint $blueprint, Fluent $command, Connection $connec…
59 protected static function getChangedDiff($grammar, Blueprint $blueprint, SchemaManager $schema)
75 protected static function getTableWithColumnChanges(Blueprint $blueprint, Table $table)
H A DRenameColumn.php23 …public static function compile(Grammar $grammar, Blueprint $blueprint, Fluent $command, Connection…
48 …protected static function getRenamedDiff(Grammar $grammar, Blueprint $blueprint, Fluent $command, …
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/laravel/framework/src/Illuminate/Database/Schema/
H A DForeignIdColumnDefinition.php14 protected $blueprint; variable in Illuminate\\Database\\Schema\\ForeignIdColumnDefinition
23 public function __construct(Blueprint $blueprint, $attributes = [])
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/illuminate/database/Schema/
H A DForeignIdColumnDefinition.php14 protected $blueprint; variable in Illuminate\\Database\\Schema\\ForeignIdColumnDefinition
23 public function __construct(Blueprint $blueprint, $attributes = [])
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/data/json/vehicles/
H A Dvehicles.json7 "blueprint": [ "H" ], array
15 "blueprint": [ "H" ], array
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/data/json/vehicles/
H A Dvehicles.json7 "blueprint": [ "H" ], array
15 "blueprint": [ "H" ], array
/dports/www/py-flask-smorest/flask-smorest-0.31.2/flask_smorest/spec/
H A D__init__.py53 def _register_redoc_rule(self, blueprint): argument
68 def _register_swagger_ui_rule(self, blueprint): argument
84 def _register_rapidoc_rule(self, blueprint): argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/dawn/src/dawn_native/
H A DDevice.cpp267 BindGroupLayoutBase blueprint(this, descriptor); in GetOrCreateBindGroupLayout() local
290 ComputePipelineBase blueprint(this, descriptor); in GetOrCreateComputePipeline() local
313 PipelineLayoutBase blueprint(this, descriptor); in GetOrCreatePipelineLayout() local
336 RenderPipelineBase blueprint(this, descriptor); in GetOrCreateRenderPipeline() local
359 SamplerBase blueprint(this, descriptor); in GetOrCreateSampler() local
382 ShaderModuleBase blueprint(this, descriptor); in GetOrCreateShaderModule() local
404 AttachmentStateBlueprint* blueprint) { in GetOrCreateAttachmentState()
418 AttachmentStateBlueprint blueprint(descriptor); in GetOrCreateAttachmentState() local
424 AttachmentStateBlueprint blueprint(descriptor); in GetOrCreateAttachmentState() local
430 AttachmentStateBlueprint blueprint(descriptor); in GetOrCreateAttachmentState() local
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/tests/ascent/
H A Dt_ascent_vtkh_data_adapter.cpp52 conduit::Node blueprint; in TEST() local
77 conduit::Node blueprint; in TEST() local
101 conduit::Node blueprint; in TEST() local
126 conduit::Node blueprint; in TEST() local
150 conduit::Node blueprint; in TEST() local
/dports/devel/py-celery/celery-4.4.7/celery/worker/
H A Dloops.py38 def asynloop(obj, connection, consumer, blueprint, hub, qos, argument
94 def synloop(obj, connection, consumer, blueprint, hub, qos, argument
/dports/security/vuls/vuls-0.13.7/vendor/github.com/Azure/azure-sdk-for-go/services/preview/blueprint/mgmt/2018-11-01-preview/blueprint/
H A Dversion.go1 package blueprint package
/dports/www/grafana8/azure-sdk-for-go-sdk-azidentity-v0.10.0/services/preview/blueprint/mgmt/2018-11-01-preview/blueprint/
H A Dversion.go1 package blueprint package
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/Azure/azure-sdk-for-go/services/preview/blueprint/mgmt/2018-11-01-preview/blueprint/
H A Dversion.go1 package blueprint package

12345678910>>...13