Home
last modified time | relevance | path

Searched refs:new_tables (Results 1 – 25 of 31) sorted by relevance

12

/dports/www/p5-Bigtop/Bigtop-0.38/lib/Bigtop/ScriptHelp/Style/
H A DKickstart.pm54 my @new_tables;
86 push @new_tables, $table1;
92 push @new_tables, $table2;
121 push @new_tables, $art_element;
136 push @new_tables, $table;
145 foreach my $new_table ( @new_tables ) { # add default cols as needed
152 new_tables => \@new_tables,
H A DPg8Live.pm38 my @new_tables = grep { not defined $all_tables->{ $_ } } @db_tables;
75 foreach my $new_table ( @new_tables ) {
159 new_tables => \@new_tables,
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/rubocop/cop/migration/
H A Dadd_reference.rb17 new_tables = []
24 new_tables << first_arg if create_table?(send_node)
30 if existing_table?(new_tables, first_arg)
43 def existing_table?(new_tables, table) argument
44 !new_tables.include?(table)
H A Dadd_index.rb17 new_tables = []
24 new_tables << first_arg if create_table?(send_node)
30 next if new_tables.include?(first_arg)
/dports/www/p5-Jifty/Jifty-1.50430/lib/Jifty/
H A DSchema.pm115 my $new_tables = $self->new_db_schema;
124 unless ( $new_tables->{$table} ) {
132 unless ( $new_tables->{$table}->column($column) ) {
141 foreach my $table ( keys %$new_tables ) {
143 $add_tables->{$table} = $new_tables->{$table};
147 foreach my $column ( @{ $new_tables->{$table}->columns } ) {
/dports/textproc/py-agate/agate-1.6.3/agate/tableset/
H A Dhaving.py26 new_tables = []
33 new_tables.append(table)
36 return self._fork(new_tables, new_keys)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/liblouis/
H A DPRESUBMIT.py18 errors, new_tables = liblouis_list_tables.CheckTables("tables.json")
24 if len(new_tables) > 0:
26 for table in new_tables:
H A Dliblouis_list_tables.py101 new_tables = []
105 new_tables.append(table)
106 return (output, new_tables)
/dports/net/sniproxy/sniproxy-0.6.0/src/
H A Dtable.c144 reload_tables(struct Table_head *tables, struct Table_head *new_tables) { in reload_tables() argument
150 table_lookup(new_tables, SLIST_FIRST(tables)->name) == NULL) { in reload_tables()
157 table_lookup(new_tables, in reload_tables()
167 while ((iter = SLIST_FIRST(new_tables)) != NULL) { in reload_tables()
168 SLIST_REMOVE_HEAD(new_tables, entries); in reload_tables()
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/pip/_vendor/pytoml/
H A Dwriter.py86 new_tables = []
91 new_tables.append((name + (k,), v, False))
93 new_tables.extend((name + (k,), d, True) for d in v)
103 tables.extend(reversed(new_tables))
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/patched/notpip/_vendor/pytoml/
H A Dwriter.py94 new_tables = []
99 new_tables.append((name + (k,), v, False))
101 new_tables.extend((name + (k,), d, True) for d in v)
111 tables.extend(reversed(new_tables))
/dports/textproc/py-pytoml/pytoml-0.1.21/pytoml/
H A Dwriter.py94 new_tables = []
99 new_tables.append((name + (k,), v, False))
101 new_tables.extend((name + (k,), d, True) for d in v)
111 tables.extend(reversed(new_tables))
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pipenv/pipenv/vendor/pytoml/
H A Dwriter.py107 new_tables = []
112 new_tables.append((name + (k,), v, False))
114 new_tables.extend((name + (k,), d, True) for d in v)
124 tables.extend(reversed(new_tables))
/dports/www/p5-Bigtop/Bigtop-0.38/lib/Bigtop/
H A DScriptHelp.pm395 my ( $tables, $new_tables, $joiners, $foreign_key_for, $columns ) = (
397 $parsed_art->{ new_tables },
407 $new_tables = _safely_order( $new_tables, $foreign_key_for );
412 foreach my $table ( @{ $new_tables } ) {
/dports/www/p5-Bigtop/Bigtop-0.38/t/scripthelp/
H A D02_kickstart.t29 'new_tables' => [ 'job', 'skill', 'res', 'stray' ],
80 new_tables => [ 'job' ],
115 'new_tables' => [ 'job', 'skill', 'res' ],
177 'new_tables' => [ 'user_info', 'prof', 'stud' ],
251 'new_tables' => [
H A D03_pglive.t26 new_tables => [ 'child', 'parent' ],
/dports/databases/p5-SQL-Translator/SQL-Translator-1.62/script/
H A Dsqlt-diff-old177 my ( @new_tables, @diffs , @diffs_at_end);
194 push @new_tables, $t1;
450 if ( @new_tables ) {
452 $dummy_tr->schema->add_table( $_ ) for @new_tables;
/dports/lang/v8/v8-9.6.180.12/test/cctest/wasm/
H A Dwasm-run-utils.cc211 Handle<FixedArray> new_tables = in AddIndirectFunctionTable() local
215 new_tables->set(table_index, *table_obj); in AddIndirectFunctionTable()
216 instance_object_->set_indirect_function_tables(*new_tables); in AddIndirectFunctionTable()
241 Handle<FixedArray> new_tables = in AddIndirectFunctionTable() local
243 new_tables->set(old_tables->length(), *table_obj); in AddIndirectFunctionTable()
244 instance_object_->set_tables(*new_tables); in AddIndirectFunctionTable()
/dports/security/snort3/snort3-3.1.19.0/tools/snort2lua/data/
H A Ddt_table_api.cc429 void TableApi::swap_tables(std::vector<Table*>& new_tables) in swap_tables() argument
431 tables.swap(new_tables); in swap_tables()
H A Ddt_table_api.h96 void swap_tables(std::vector<Table*>& new_tables);
/dports/finance/frontaccounting/frontaccounting/admin/db/
H A Dmaintenance_db.inc675 $new_tables = array();
683 // delete from $tables and add to $new_tables
693 // delete from $tables and add to $new_tables
695 $new_tables[] = $row;
707 // until now, just add the lasting tables to $new_tables, return them and print a warning
709 $new_tables[] = $row;
712 return $new_tables;
/dports/databases/p5-DBIx-Custom/DBIx-Custom-0.40/lib/DBIx/
H A DCustom.pm1380 my $new_tables = [keys %tables, $main_table ? $main_table : ()];
1383 $_ =~ s/[$q]//g for @$new_tables;
1386 return $new_tables;
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/common/
H A Dparse_config.c904 s_p_hashtbl_t** new_tables; in _handle_expline() local
908 &new_tables, &new_tables_count, in _handle_expline()
916 v->key, new_tables[i]); in _handle_expline()
918 xfree(new_tables); in _handle_expline()
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/mariabackup/
H A Dxtrabackup.cc4889 std::set<std::string> new_tables;
4919 new_tables.insert(name);
4933 new_tables.insert(new_name);
4943 new_tables.insert(name);
4964 new_tables.insert(name);
5008 DBUG_EXECUTE_IF("check_mdl_lock_works", DBUG_ASSERT(new_tables.size() == 0););
5009 for (std::set<std::string>::iterator iter = new_tables.begin();
5010 iter != new_tables.end(); iter++) {
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/mariabackup/
H A Dxtrabackup.cc4889 std::set<std::string> new_tables; in backup_fix_ddl() local
4919 new_tables.insert(name); in backup_fix_ddl()
4933 new_tables.insert(new_name); in backup_fix_ddl()
4943 new_tables.insert(name); in backup_fix_ddl()
4964 new_tables.insert(name); in backup_fix_ddl()
5008 DBUG_EXECUTE_IF("check_mdl_lock_works", DBUG_ASSERT(new_tables.size() == 0);); in backup_fix_ddl()
5009 for (std::set<std::string>::iterator iter = new_tables.begin(); in backup_fix_ddl()
5010 iter != new_tables.end(); iter++) { in backup_fix_ddl()

12