/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/Resource/ |
H A D | Schemas.php | 20 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/struct/_test/mock/ |
H A D | AccessTable.php | 6 use dokuwiki\plugin\struct\meta\Schema; alias 13 $schema = new Schema($tablename, $ts); 19 $schema = new Schema($tablename, 0); 24 * @param Schema $schema 31 public static function bySchema(Schema $schema, $pid, $ts = 0, $rid = 0) 49 $schema = new Schema($tablename, $ts);
|
/plugin/struct/_test/ |
H A D | Schema.test.php | 5 use dokuwiki\plugin\struct\meta\Schema; alias 65 $actual_cleaned_name = Schema::cleanTableName($input_name); 72 $schema = new Schema('foo'); 80 $schema = new Schema('schema1'); 85 $schema = new Schema('schema1');
|
H A D | SchemaImporter.test.php | 30 $schema = new meta\Schema('schema1'); 44 $schema = new meta\Schema('tag'); 59 $schema = new meta\Schema('foobar');
|
H A D | Type_Tag.test.php | 5 use dokuwiki\plugin\struct\meta\Schema; alias 30 $schema = new Schema('tag');
|
H A D | SchemaBuilder.test.php | 5 use dokuwiki\plugin\struct\meta\Schema; alias 50 $testname = Schema::cleanTableName($testname); 135 $testname = Schema::cleanTableName($testname);
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Pubsub/ |
H A D | ValidateSchemaRequest.php | 22 protected $schemaType = Schema::class; 26 * @param Schema 28 public function setSchema(Schema $schema) 33 * @return Schema
|
H A D | ValidateMessageRequest.php | 34 protected $schemaType = Schema::class; 80 * @param Schema 82 public function setSchema(Schema $schema) 87 * @return Schema
|
H A D | ListSchemasResponse.php | 27 protected $schemasType = Schema::class; 45 * @param Schema[] 52 * @return Schema[]
|
H A D | Schema.php | 20 class Schema extends \Google\Model class 116 class_alias(Schema::class, 'Google_Service_Pubsub_Schema');
|
/plugin/struct/lang/de/ |
H A D | editor_intro.txt | 1 ====== Struktur Schema-Editor ====== 3 Schemas sind der Kern des Struct Plugins. Ein Schema definiert eine Vorlage mit strukturierten Date… 5 Wählen Sie ein vorhandenes Schema aus dem Inhaltsverzeichnis oder erstellen Sie ein neues Schema.
|
/plugin/struct/action/ |
H A D | move.php | 12 use dokuwiki\plugin\struct\meta\Schema; alias 61 $schemas = Schema::getAll(); 63 $schema = new Schema($table); 104 foreach (Schema::getAll() as $tbl) { 146 * @param Schema $schema 152 protected function updateColumnID(Schema $schema, Column $col, $old, $new, $hashes = false) 188 * @param Schema $schema 193 protected function updateColumnLookup(Schema $schema, Column $col, $old, $new) 196 $ref = new Schema($tconf['schema']);
|
H A D | ajax.php | 10 use dokuwiki\plugin\struct\meta\Schema; alias 69 $schema = new Schema($schema);
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/ |
H A D | UpdateSchemaRequest.php | 24 protected $schemaType = Schema::class; 46 * @param Schema 48 public function setSchema(Schema $schema) 53 * @return Schema
|
H A D | Schema.php | 20 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 D | ProjectsSchemas.php | 23 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 D | schemas.php | 15 use dokuwiki\plugin\struct\meta\Schema; alias 50 $table = Schema::cleanTableName($INPUT->str('table')); 60 $builder = new Schema($table); 116 $schema = new Schema($table); 133 $schema = new Schema($table); 152 $table = Schema::cleanTableName($INPUT->str('table')); 154 $schema = new Schema($table, 0); 187 * @param Schema $schema 190 protected function htmlJson(Schema $schema) 256 * @param Schema $schema [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/ |
H A D | Schemas.php | 31 protected $schemasType = Schema::class; 63 * @param Schema[] 70 * @return Schema[]
|
H A D | Schema.php | 20 class Schema extends \Google\Collection class 133 class_alias(Schema::class, 'Google_Service_Directory_Schema');
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/Resource/ |
H A D | IndexingDatasources.php | 21 use Google\Service\CloudSearch\Schema; alias 62 * @return Schema 68 return $this->call('getSchema', [$params], Schema::class);
|
/plugin/struct/meta/ |
H A D | AccessTable.php | 17 /** @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 146 * @return Schema
|
H A D | SchemaEditor.php | 18 /** @var Schema the schema that is edited */ 26 * @param Schema $schema 28 public function __construct(Schema $schema)
|
/plugin/struct/ |
H A D | helper.php | 13 use dokuwiki\plugin\struct\meta\Schema; alias 163 * @return Schema[] 169 $schemas = Schema::getAll(); 176 $result[$table] = new Schema($table);
|
/plugin/struct/helper/ |
H A D | imexport.php | 11 use dokuwiki\plugin\struct\meta\Schema; alias 22 return Schema::getAll(); 82 $schema = new Schema($schemaName);
|
/plugin/swarmwebhook/webhooks/ |
H A D | Zapier.php | 5 use dokuwiki\plugin\struct\meta\Schema; alias 77 $schemas = Schema::getAll('lookup');
|