Home
last modified time | relevance | path

Searched refs:Schema (Results 1 – 25 of 64) sorted by relevance

123

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/Resource/
H A DSchemas.php20 use Google\Service\Directory\Schema; alias
52 * @return Schema
58 return $this->call('get', [$params], Schema::class);
64 * @param Schema $postBody
66 * @return Schema
72 return $this->call('insert', [$params], Schema::class);
92 * @param Schema $postBody
94 * @return Schema
100 return $this->call('patch', [$params], Schema::class);
107 * @param Schema $postBody
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Pubsub/
H A DValidateSchemaRequest.php22 protected $schemaType = Schema::class;
26 * @param Schema
28 public function setSchema(Schema $schema)
33 * @return Schema
H A DValidateMessageRequest.php34 protected $schemaType = Schema::class;
80 * @param Schema
82 public function setSchema(Schema $schema)
87 * @return Schema
H A DListSchemasResponse.php27 protected $schemasType = Schema::class;
45 * @param Schema[]
52 * @return Schema[]
H A DSchema.php20 class Schema extends \Google\Model class
116 class_alias(Schema::class, 'Google_Service_Pubsub_Schema');
/plugin/struct/action/
H A Dmove.php16 use dokuwiki\plugin\struct\meta\Schema;
65 $schemas = Schema::getAll();
67 $schema = new Schema($table);
101 foreach (Schema::getAll() as $tbl) {
143 * @param Schema $schema
149 protected function updateColumnID(Schema $schema, Column $col, $old, $new, $hashes = false)
185 * @param Schema $schema
190 protected function updateColumnLookup(Schema $schema, Column $col, $old, $new)
193 $ref = new Schema($tconf['schema']);
12 use dokuwiki\plugin\struct\meta\Schema; global() alias
H A Dajax.php13 use dokuwiki\plugin\struct\meta\Schema;
72 $schema = new Schema($schema);
73 if (!$schema->getId()) throw new StructException('Unknown Schema');
10 use dokuwiki\plugin\struct\meta\Schema; global() alias
H A Daggregationeditor.php17 use dokuwiki\plugin\struct\meta\Schema;
161 $schema = new Schema($tablename);
198 * @param Schema $schema
14 use dokuwiki\plugin\struct\meta\Schema; global() alias
H A Doutput.php13 use dokuwiki\plugin\struct\meta\Schema;
114 $schemaObject = new Schema($schema);
10 use dokuwiki\plugin\struct\meta\Schema; global() alias
/plugin/struct/lang/de/
H A Deditor_intro.txt1 ====== Struktur Schema-Editor ======
3 Schemas sind der Kern des Struct Plugins. Ein Schema definiert eine Vorlage mit strukturierten Daten, welche den Seiten später zugeordnet werden sollen.
5 Wählen Sie ein vorhandenes Schema aus dem Inhaltsverzeichnis oder erstellen Sie ein neues Schema
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DUpdateSchemaRequest.php24 protected $schemaType = Schema::class;
46 * @param Schema
48 public function setSchema(Schema $schema)
53 * @return Schema
H A DSchema.php20 class Schema extends \Google\Collection class
61 class_alias(Schema::class, 'Google_Service_CloudSearch_Schema');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Pubsub/Resource/
H A DProjectsSchemas.php23 use Google\Service\Pubsub\Schema; alias
47 * @param Schema $postBody
54 * @return Schema
56 public function create($parent, Schema $postBody, $optParams = [])
60 return $this->call('create', [$params], Schema::class);
86 * @return Schema
92 return $this->call('get', [$params], Schema::class);
/plugin/struct/admin/
H A Dschemas.php17 use dokuwiki\plugin\struct\meta\Schema;
51 $table = Schema::cleanTableName($INPUT->str('table'));
61 $builder = new Schema($table);
117 $schema = new Schema($table);
134 $schema = new Schema($table);
153 $table = Schema::cleanTableName($INPUT->str('table'));
155 $schema = new Schema($table, 0);
188 * @param Schema $schema
191 protected function htmlJson(Schema $schema)
257 * @param Schema
15 use dokuwiki\plugin\struct\meta\Schema; global() alias
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DSchemas.php31 protected $schemasType = Schema::class;
63 * @param Schema[]
70 * @return Schema[]
H A DSchema.php20 class Schema extends \Google\Collection class
133 class_alias(Schema::class, 'Google_Service_Directory_Schema');
/plugin/struct/meta/
H A DAccessTable.php17 /** @var Schema */
59 $schema = new Schema($tablename, $ts);
65 $schema = new Schema($tablename, 0);
71 $schema = new Schema($tablename, 0);
78 * @param Schema $schema schema to load
85 public static function bySchema(Schema $schema, $pid, $ts = 0, $rid = 0)
109 $schema = new Schema($tablename, time());
111 $schema = new Schema($tablename, $ts);
119 * @param Schema $schema The schema valid at $ts
131 throw new StructException('Schema doe
[all...]
H A DSchemaEditor.php12 * Provides the editing interface for a given Schema as used in the admin backend. The actual modifying of the
19 /** @var Schema the schema that is edited */
27 * @param Schema $schema
29 public function __construct(Schema $schema)
H A DSchemaBuilder.php25 * @see Schema::AdminEditor()
37 * @var Schema the previously valid schema for this table
58 * @see Schema::AdminEditor()
66 $this->oldschema = new Schema($table, 0);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/Resource/
H A DIndexingDatasources.php21 use Google\Service\CloudSearch\Schema; alias
62 * @return Schema
68 return $this->call('getSchema', [$params], Schema::class);
/plugin/struct/helper/
H A Dimexport.php15 use dokuwiki\plugin\struct\meta\Schema;
26 return Schema::getAll();
57 * Returns array of patterns for the given Schema
82 $schema = new Schema($schemaName);
11 use dokuwiki\plugin\struct\meta\Schema; global() alias
/plugin/struct/
H A Dhelper.php14 use dokuwiki\plugin\struct\meta\Schema;
164 * @return Schema[]
170 $schemas = Schema::getAll();
177 $result[$table] = new Schema($table);
13 use dokuwiki\plugin\struct\meta\Schema; global() alias
/plugin/swarmwebhook/webhooks/
H A DZapier.php5 use dokuwiki\plugin\struct\meta\Schema; alias
77 $schemas = Schema::getAll('lookup');
H A DIFTTT.php6 use dokuwiki\plugin\struct\meta\Schema; alias
93 $schemas = Schema::getAll('lookup');
/plugin/structpublish/meta/
H A DRevision.php7 use dokuwiki\plugin\struct\meta\Schema; alias
48 $this->schema = new Schema('structpublish');
224 $schema = new Schema('structpublish', 0);

123