Home
last modified time | relevance | path

Searched defs:schema (Results 1 – 25 of 7244) sorted by relevance

12345678910>>...290

/dports/www/zend-framework/ZendFramework-2.4.13/library/Zend/Db/Metadata/Source/
H A DAbstractSource.php115 public function getTable($tableName, $schema = null)
152 public function getViewNames($schema = null)
175 public function getViews($schema = null)
195 public function getView($viewName, $schema = null)
239 public function getColumns($table, $schema = null)
419 public function getTriggerNames($schema = null)
436 public function getTriggers($schema = null)
520 protected function loadTableNameData($schema)
535 protected function loadColumnData($table, $schema)
564 protected function loadConstraintDataKeys($schema)
[all …]
/dports/www/serendipity/Serendipity-2.3.5/bundled-libs/zendframework/zend-db/src/Metadata/
H A DMetadataInterface.php37 public function getTables($schema = null, $includeViews = false);
46 public function getTable($tableName, $schema = null);
54 public function getViewNames($schema = null);
62 public function getViews($schema = null);
71 public function getView($viewName, $schema = null);
80 public function getColumnNames($table, $schema = null);
89 public function getColumns($table, $schema = null);
108 public function getConstraints($table, $schema = null);
136 public function getTriggerNames($schema = null);
144 public function getTriggers($schema = null);
[all …]
H A DMetadata.php37 public function getTables($schema = null, $includeViews = false)
45 public function getViews($schema = null)
53 public function getTriggers($schema = null)
61 public function getConstraints($table, $schema = null)
69 public function getColumns($table, $schema = null)
109 public function getTable($tableName, $schema = null)
117 public function getViewNames($schema = null)
125 public function getView($viewName, $schema = null)
133 public function getTriggerNames($schema = null)
141 public function getTrigger($triggerName, $schema = null)
[all …]
/dports/www/zend-framework/ZendFramework-2.4.13/library/Zend/Db/Metadata/
H A DMetadataInterface.php17 public function getTables($schema = null, $includeViews = false);
18 public function getTable($tableName, $schema = null);
20 public function getViewNames($schema = null);
21 public function getViews($schema = null);
22 public function getView($viewName, $schema = null);
24 public function getColumnNames($table, $schema = null);
25 public function getColumns($table, $schema = null);
28 public function getConstraints($table, $schema = null);
32 public function getTriggerNames($schema = null);
33 public function getTriggers($schema = null);
[all …]
/dports/www/serendipity/Serendipity-2.3.5/bundled-libs/zendframework/zend-db/src/Metadata/Source/
H A DAbstractSource.php108 public function getTable($tableName, $schema = null)
144 public function getViewNames($schema = null)
164 public function getViews($schema = null)
180 public function getView($viewName, $schema = null)
216 public function getColumns($table, $schema = null)
374 public function getTriggerNames($schema = null)
388 public function getTriggers($schema = null)
468 protected function loadTableNameData($schema)
483 protected function loadColumnData($table, $schema)
512 protected function loadConstraintDataKeys($schema)
[all …]
/dports/net/cpp-pcp-client/cpp-pcp-client-1.7.7/lib/src/protocol/v1/
H A Dschemas.cc11 Schema schema { ENVELOPE_SCHEMA_NAME, ContentType::Json }; in EnvelopeSchema() local
24 Schema schema { ASSOCIATE_RESP_TYPE, ContentType::Json }; in AssociateResponseSchema() local
32 Schema schema { INVENTORY_REQ_TYPE, ContentType::Json }; in InventoryRequestSchema() local
38 Schema schema { INVENTORY_RESP_TYPE, ContentType::Json }; in InventoryResponseSchema() local
45 Schema schema { ERROR_MSG_TYPE, ContentType::Json }; in ErrorMessageSchema() local
52 Schema schema { DESTINATION_REPORT_TYPE, ContentType::Json }; in DestinationReportSchema() local
60 Schema schema { TTL_EXPIRED_TYPE, ContentType::Json }; in TTLExpiredSchema() local
67 Schema schema { VERSION_ERROR_TYPE, ContentType::Json }; in VersionErrorSchema() local
76 Schema schema { DEBUG_SCHEMA_NAME, ContentType::Json }; in DebugSchema() local
82 Schema schema { DEBUG_ITEM_SCHEMA_NAME, ContentType::Json }; in DebugItemSchema() local
/dports/www/owncloud/owncloud/apps/dav/appinfo/Migrations/
H A DVersion20170116150538.php40 public function changeSchema(Schema $schema, array $options) {
57 private function createAddressbooksTable(Schema $schema) {
95 private function createCardsTable(Schema $schema) {
136 private function createAddressbookChangesTable(Schema $schema) {
172 private function createCalendarObjectsTable(Schema $schema) {
240 private function createCalendarsTable(Schema $schema) {
301 private function createCalendarChangesTable(Schema $schema) {
337 private function createCalendarSubscriptionsTable(Schema $schema) {
400 private function createSchedulingObjectsTable(Schema $schema) {
437 private function createCardsPropertiesTable(Schema $schema) {
[all …]
/dports/devel/folly/folly-2021.12.27.00/folly/experimental/test/
H A DJSONSchemaTest.cpp193 dynamic schema = dynamic::object( in TEST() local
203 dynamic schema = in TEST() local
215 dynamic schema = dynamic::object( in TEST() local
225 dynamic schema = dynamic::object( in TEST() local
238 dynamic schema = dynamic::object( in TEST() local
280 dynamic schema = dynamic::object( in TEST() local
292 dynamic schema = dynamic::object( in TEST() local
302 dynamic schema = dynamic::object( in TEST() local
310 dynamic schema = dynamic::object( in TEST() local
339 dynamic schema = dynamic::object( in TEST() local
[all …]
/dports/misc/netron/netron-4.1.9/src/
H A Dmnn-metadata.json4 "schema": { object
10 "schema": { object
19 "schema": { object
25 "schema": { object
32 "schema": { object
39 "schema": { object
46 "schema": { object
53 "schema": { object
62 "schema": { object
68 "schema": { object
[all …]
/dports/net/rclone/rclone-1.57.0/vendor/google.golang.org/api/internal/gensupport/
H A Djson_test.go15 type schema struct { struct
17 B bool `json:"b,omitempty"`
18 F float64 `json:"f,omitempty"`
19 I int64 `json:"i,omitempty"`
21 Str string `json:"str,omitempty"`
24 PB *bool `json:"pb,omitempty"`
25 PF *float64 `json:"pf,omitempty"`
26 PI *int64 `json:"pi,omitempty"`
28 PStr *string `json:"pstr,omitempty"`
38 ForceSendFields []string `json:"-"`
[all …]
/dports/net/drive/drive-0.4.0/vendor/google.golang.org/api/internal/gensupport/
H A Djson_test.go15 type schema struct { struct
17 B bool `json:"b,omitempty"`
18 F float64 `json:"f,omitempty"`
19 I int64 `json:"i,omitempty"`
21 Str string `json:"str,omitempty"`
24 PB *bool `json:"pb,omitempty"`
25 PF *float64 `json:"pf,omitempty"`
26 PI *int64 `json:"pi,omitempty"`
28 PStr *string `json:"pstr,omitempty"`
38 ForceSendFields []string `json:"-"`
[all …]
/dports/security/vault/vault-1.8.2/vendor/google.golang.org/api/internal/gensupport/
H A Djson_test.go15 type schema struct { struct
17 B bool `json:"b,omitempty"`
18 F float64 `json:"f,omitempty"`
19 I int64 `json:"i,omitempty"`
21 Str string `json:"str,omitempty"`
24 PB *bool `json:"pb,omitempty"`
25 PF *float64 `json:"pf,omitempty"`
26 PI *int64 `json:"pi,omitempty"`
28 PStr *string `json:"pstr,omitempty"`
38 ForceSendFields []string `json:"-"`
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/google.golang.org/api/internal/gensupport/
H A Djson_test.go15 type schema struct { struct
17 B bool `json:"b,omitempty"`
18 F float64 `json:"f,omitempty"`
19 I int64 `json:"i,omitempty"`
21 Str string `json:"str,omitempty"`
24 PB *bool `json:"pb,omitempty"`
25 PF *float64 `json:"pf,omitempty"`
26 PI *int64 `json:"pi,omitempty"`
28 PStr *string `json:"pstr,omitempty"`
38 ForceSendFields []string `json:"-"`
[all …]
/dports/security/lego/lego-4.5.3/vendor/google.golang.org/api/internal/gensupport/
H A Djson_test.go15 type schema struct { struct
17 B bool `json:"b,omitempty"`
18 F float64 `json:"f,omitempty"`
19 I int64 `json:"i,omitempty"`
21 Str string `json:"str,omitempty"`
24 PB *bool `json:"pb,omitempty"`
25 PF *float64 `json:"pf,omitempty"`
26 PI *int64 `json:"pi,omitempty"`
28 PStr *string `json:"pstr,omitempty"`
38 ForceSendFields []string `json:"-"`
[all …]
/dports/www/pomerium/pomerium-0.8.3/vendor/google.golang.org/api/internal/gensupport/
H A Djson_test.go15 type schema struct { struct
17 B bool `json:"b,omitempty"`
18 F float64 `json:"f,omitempty"`
19 I int64 `json:"i,omitempty"`
21 Str string `json:"str,omitempty"`
24 PB *bool `json:"pb,omitempty"`
25 PF *float64 `json:"pf,omitempty"`
26 PI *int64 `json:"pi,omitempty"`
28 PStr *string `json:"pstr,omitempty"`
38 ForceSendFields []string `json:"-"`
[all …]
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/vendor/google.golang.org/api/internal/gensupport/
H A Djson_test.go15 type schema struct { struct
17 B bool `json:"b,omitempty"`
18 F float64 `json:"f,omitempty"`
19 I int64 `json:"i,omitempty"`
21 Str string `json:"str,omitempty"`
24 PB *bool `json:"pb,omitempty"`
25 PF *float64 `json:"pf,omitempty"`
26 PI *int64 `json:"pi,omitempty"`
28 PStr *string `json:"pstr,omitempty"`
38 ForceSendFields []string `json:"-"`
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/google.golang.org/api/gensupport/
H A Djson_test.go15 type schema struct { struct
17 B bool `json:"b,omitempty"`
18 F float64 `json:"f,omitempty"`
19 I int64 `json:"i,omitempty"`
21 Str string `json:"str,omitempty"`
24 PB *bool `json:"pb,omitempty"`
25 PF *float64 `json:"pf,omitempty"`
26 PI *int64 `json:"pi,omitempty"`
28 PStr *string `json:"pstr,omitempty"`
38 ForceSendFields []string `json:"-"`
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/google.golang.org/api/internal/gensupport/
H A Djson_test.go15 type schema struct { struct
17 B bool `json:"b,omitempty"`
18 F float64 `json:"f,omitempty"`
19 I int64 `json:"i,omitempty"`
21 Str string `json:"str,omitempty"`
24 PB *bool `json:"pb,omitempty"`
25 PF *float64 `json:"pf,omitempty"`
26 PI *int64 `json:"pi,omitempty"`
28 PStr *string `json:"pstr,omitempty"`
38 ForceSendFields []string `json:"-"`
[all …]
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/google.golang.org/api/google-api-go-client-0.7.0/gensupport/
H A Djson_test.go15 type schema struct { struct
17 B bool `json:"b,omitempty"`
18 F float64 `json:"f,omitempty"`
19 I int64 `json:"i,omitempty"`
21 Str string `json:"str,omitempty"`
24 PB *bool `json:"pb,omitempty"`
25 PF *float64 `json:"pf,omitempty"`
26 PI *int64 `json:"pi,omitempty"`
28 PStr *string `json:"pstr,omitempty"`
38 ForceSendFields []string `json:"-"`
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/google.golang.org/api/internal/gensupport/
H A Djson_test.go15 type schema struct { struct
17 B bool `json:"b,omitempty"`
18 F float64 `json:"f,omitempty"`
19 I int64 `json:"i,omitempty"`
21 Str string `json:"str,omitempty"`
24 PB *bool `json:"pb,omitempty"`
25 PF *float64 `json:"pf,omitempty"`
26 PI *int64 `json:"pi,omitempty"`
28 PStr *string `json:"pstr,omitempty"`
38 ForceSendFields []string `json:"-"`
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/google.golang.org/api/internal/gensupport/
H A Djson_test.go15 type schema struct { struct
17 B bool `json:"b,omitempty"`
18 F float64 `json:"f,omitempty"`
19 I int64 `json:"i,omitempty"`
21 Str string `json:"str,omitempty"`
24 PB *bool `json:"pb,omitempty"`
25 PF *float64 `json:"pf,omitempty"`
26 PI *int64 `json:"pi,omitempty"`
28 PStr *string `json:"pstr,omitempty"`
38 ForceSendFields []string `json:"-"`
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/google.golang.org/api/internal/gensupport/
H A Djson_test.go15 type schema struct { struct
17 B bool `json:"b,omitempty"`
18 F float64 `json:"f,omitempty"`
19 I int64 `json:"i,omitempty"`
21 Str string `json:"str,omitempty"`
24 PB *bool `json:"pb,omitempty"`
25 PF *float64 `json:"pf,omitempty"`
26 PI *int64 `json:"pi,omitempty"`
28 PStr *string `json:"pstr,omitempty"`
38 ForceSendFields []string `json:"-"`
[all …]
/dports/www/gohugo/hugo-0.91.2/vendor/google.golang.org/api/internal/gensupport/
H A Djson_test.go15 type schema struct { struct
17 B bool `json:"b,omitempty"`
18 F float64 `json:"f,omitempty"`
19 I int64 `json:"i,omitempty"`
21 Str string `json:"str,omitempty"`
24 PB *bool `json:"pb,omitempty"`
25 PF *float64 `json:"pf,omitempty"`
26 PI *int64 `json:"pi,omitempty"`
28 PStr *string `json:"pstr,omitempty"`
38 ForceSendFields []string `json:"-"`
[all …]
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/google.golang.org/api/internal/gensupport/
H A Djson_test.go15 type schema struct { struct
17 B bool `json:"b,omitempty"`
18 F float64 `json:"f,omitempty"`
19 I int64 `json:"i,omitempty"`
21 Str string `json:"str,omitempty"`
24 PB *bool `json:"pb,omitempty"`
25 PF *float64 `json:"pf,omitempty"`
26 PI *int64 `json:"pi,omitempty"`
28 PStr *string `json:"pstr,omitempty"`
38 ForceSendFields []string `json:"-"`
[all …]
/dports/net/bosh-bootloader/bosh-bootloader-7.2.12/vendor/google.golang.org/api/gensupport/
H A Djson_test.go15 type schema struct { struct
17 B bool `json:"b,omitempty"`
18 F float64 `json:"f,omitempty"`
19 I int64 `json:"i,omitempty"`
21 Str string `json:"str,omitempty"`
24 PB *bool `json:"pb,omitempty"`
25 PF *float64 `json:"pf,omitempty"`
26 PI *int64 `json:"pi,omitempty"`
28 PStr *string `json:"pstr,omitempty"`
38 ForceSendFields []string `json:"-"`
[all …]

12345678910>>...290