Home
last modified time | relevance | path

Searched refs:table (Results 51 – 75 of 1203) sorted by path

12345678910>>...49

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastream/
H A DOracleObjectIdentifier.php29 public $table; variable in Google\\Service\\Datastream\\OracleObjectIdentifier
48 public function setTable($table) argument
50 $this->table = $table;
57 return $this->table;
H A DOracleTable.php28 public $table; variable in Google\\Service\\Datastream\\OracleTable
47 public function setTable($table) argument
49 $this->table = $table;
56 return $this->table;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
H A DStructuralElement.php98 public function setTable(Table $table) argument
100 $this->table = $table;
107 return $this->table;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/
H A DImportContextCsvImportOptions.php46 public $table; variable in Google\\Service\\SQLAdmin\\ImportContextCsvImportOptions
121 public function setTable($table) argument
123 $this->table = $table;
130 return $this->table;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DPageElement.php170 public function setTable(Table $table) argument
172 $this->table = $table;
179 return $this->table;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/
H A DDelete.php27 public $table; variable in Google\\Service\\Spanner\\Delete
46 public function setTable($table) argument
48 $this->table = $table;
55 return $this->table;
H A DPartitionReadRequest.php38 public $table; variable in Google\\Service\\Spanner\\PartitionReadRequest
101 public function setTable($table) argument
103 $this->table = $table;
110 return $this->table;
H A DReadRequest.php50 public $table; variable in Google\\Service\\Spanner\\ReadRequest
155 public function setTable($table) argument
157 $this->table = $table;
164 return $this->table;
H A DWrite.php30 public $table; variable in Google\\Service\\Spanner\\Write
53 public function setTable($table) argument
55 $this->table = $table;
62 return $this->table;
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DREADME.md508 …es of the package. The function API will be removed in 2.0.0. A migration table has been provided …
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md558 …es of the package. The function API will be removed in 2.0.0. A migration table has been provided …
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md230 * Fixed table row styling issues in HtmlFormatter
426 * Added support for table formatting in FirePHPHandler via the table context key
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DDynamoDbHandler.php39 protected $table; variable in Monolog\\Handler\\DynamoDbHandler
51 …public function __construct(DynamoDbClient $client, string $table, $level = Logger::DEBUG, bool $b… argument
62 $this->table = $table;
81 'TableName' => $this->table,
/plugin/authorstats/
H A Dstyle.css1 .authorstats-table {
6 .authorstats-table td {
12 .authorstats-table th {
/plugin/autlogin/
H A Dstyle.css43 div#auth_manager table.inline {
63 #auth_manager table {
/plugin/autolink3/
H A Dstyle.css1 div#autolink3>form>table
23 div#autolink3>form>table>tbody>tr>td>select
/plugin/autotranslation/
H A Dstyle.css82 table#outdated_translations td {
87 table#outdated_translations td.missing {
91 table#outdated_translations td.outdated {
95 table#outdated_translations td.current {
/plugin/avtaskbox/
H A Dplugin.info.txt6 desc Creates task/user story table boxes.
H A Dsyntax.php41 'desc' => 'Creates task/user story table boxes.',
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DBarcode1D.php2172 $table = array();
2188 $table[$lui] = $count;
2191 $table[$lli] = $count;
2193 $table[$lli] = $reverse;
2199 return $table;
/plugin/batchedit/
H A Dinterface.css16 #batchedit table {
118 #batchedit .be-match table {
180 #batchedit #be-mainform table {
/plugin/bez/mdl/
H A DFactory.php20 $table = $this->get_table_view();
21 if (!$table) {
22 $table = $this->get_table_name();
25 return "$table.$field";
29 $table = $this->get_table_view();
30 if (!$table) {
31 $table = $this->get_table_name();
33 return "SELECT * FROM $table";
155 $table = $this->get_table_view();
156 if (!$table) {
[all...]
H A DModel.php65 public function factory($table) { argument
66 $prop = $table . 'Factory';
/plugin/bez/meta/
H A DTpl.php57 public function factory($table) { argument
58 return $this->action->get_model()->factory($table);
H A DValidationException.php8 protected $table = ''; variable in dokuwiki\\plugin\\bez\\meta\\ValidationException
10 public function __construct($table, $validaion_errors, $code = 0, Exception $previous = null) { argument
12 $this->table = $table;

12345678910>>...49