Home
last modified time | relevance | path

Searched refs:tables (Results 1 – 25 of 11016) sorted by relevance

12345678910>>...441

/dports/www/mybb/mybb-mybb_1829/install/resources/
H A Dmysql_db_tables.php11 $tables[] = "CREATE TABLE mybb_adminlog (
22 $tables[] = "CREATE TABLE mybb_adminoptions (
49 $tables[] = "CREATE TABLE mybb_adminviews (
124 $tables[] = "CREATE TABLE mybb_badwords (
142 $tables[] = "CREATE TABLE mybb_banned (
192 $tables[] = "CREATE TABLE mybb_captcha (
219 $tables[] = "CREATE TABLE mybb_events (
269 $tables[] = "CREATE TABLE mybb_forums (
362 $tables[] = "CREATE TABLE mybb_icons (
504 $tables[] = "CREATE TABLE mybb_polls (
[all …]
H A Dsqlite_db_tables.php11 $tables[] = "CREATE TABLE mybb_adminlog (
20 $tables[] = "CREATE TABLE mybb_adminoptions (
46 $tables[] = "CREATE TABLE mybb_adminviews (
113 $tables[] = "CREATE TABLE mybb_badwords (
128 $tables[] = "CREATE TABLE mybb_banned (
172 $tables[] = "CREATE TABLE mybb_captcha (
195 $tables[] = "CREATE TABLE mybb_events (
239 $tables[] = "CREATE TABLE mybb_forums (
324 $tables[] = "CREATE TABLE mybb_icons (
452 $tables[] = "CREATE TABLE mybb_polls (
[all …]
H A Dpgsql_db_tables.php17 $tables[] = "CREATE TABLE mybb_adminlog (
26 $tables[] = "CREATE TABLE mybb_adminoptions (
53 $tables[] = "CREATE TABLE mybb_adminviews (
125 $tables[] = "CREATE TABLE mybb_badwords (
142 $tables[] = "CREATE TABLE mybb_banned (
188 $tables[] = "CREATE TABLE mybb_captcha (
213 $tables[] = "CREATE TABLE mybb_events (
259 $tables[] = "CREATE TABLE mybb_forums (
349 $tables[] = "CREATE TABLE mybb_icons (
487 $tables[] = "CREATE TABLE mybb_polls (
[all …]
/dports/science/eccodes/eccodes-2.23.0-Source/definitions/
H A DMakefile.am49 bufr/tables/operators.table
14147 grib2/tables/0.0.table\
14148 grib2/tables/1.0.table
14152 grib2/tables/0/0.0.table\
14153 grib2/tables/0/1.0.table\
14253 grib2/tables/0/6.0.table
14358 grib2/tables/1/6.0.table
15736 grib2/tables/2/6.0.table
18592 grib3/tables/0.0.table\
18593 grib3/tables/1.0.table
[all …]
/dports/science/grib_api/grib_api-1.28.0-Source/definitions/
H A DMakefile.am731 grib2/tables/0.0.table\
732 grib2/tables/1.0.table
736 grib2/tables/0/0.0.table\
737 grib2/tables/0/1.0.table\
738 grib2/tables/0/1.1.table\
739 grib2/tables/0/1.2.table\
740 grib2/tables/0/1.3.table\
741 grib2/tables/0/1.4.table\
742 grib2/tables/0/3.0.table\
743 grib2/tables/0/3.1.table\
[all …]
H A DMakefile.in1249 grib2/tables/0.0.table\
1250 grib2/tables/1.0.table
1254 grib2/tables/0/0.0.table\
1255 grib2/tables/0/1.0.table\
1256 grib2/tables/0/1.1.table\
1257 grib2/tables/0/1.2.table\
1258 grib2/tables/0/1.3.table\
1259 grib2/tables/0/1.4.table\
1260 grib2/tables/0/3.0.table\
1261 grib2/tables/0/3.1.table\
[all …]
/dports/converters/trans/trans120/bin/
H A Dmaketabs5 transtab ../tables/iso8859.1 ../tables/cp850 iso1x850
6 transtab ../tables/iso8859.2 ../tables/cp852 iso2x852
7 transtab ../tables/iso8859.3 ../tables/cp853 iso3x853
8 transtab ../tables/iso8859.5 ../tables/cp866 iso5x866
9 transtab ../tables/iso8859.6 ../tables/cp864 iso6x864
10 transtab ../tables/iso8859.7 ../tables/cp869 iso7x869
11 transtab ../tables/iso8859.8 ../tables/cp862 iso8x862
12 transtab ../tables/iso8859.9 ../tables/cp857 iso9x857
16 transtab ../tables/cp850 ../tables/iso8859.1 850xiso1
17 transtab ../tables/cp852 ../tables/iso8859.2 852xiso2
[all …]
H A Dmaketabs.bat5 transtab ../tables/iso8859.1 ../tables/cp850 iso1x850
6 transtab ../tables/iso8859.2 ../tables/cp852 iso2x852
7 transtab ../tables/iso8859.3 ../tables/cp853 iso3x853
8 transtab ../tables/iso8859.5 ../tables/cp866 iso5x866
9 transtab ../tables/iso8859.6 ../tables/cp864 iso6x864
10 transtab ../tables/iso8859.7 ../tables/cp869 iso7x869
11 transtab ../tables/iso8859.8 ../tables/cp862 iso8x862
12 transtab ../tables/iso8859.9 ../tables/cp857 iso9x857
16 transtab ../tables/cp850 ../tables/iso8859.1 850xiso1
17 transtab ../tables/cp852 ../tables/iso8859.2 852xiso2
[all …]
/dports/www/phpbb3/phpBB3/config/default/container/
H A Dtables.yml2 tables.acl_groups: '%core.table_prefix%acl_groups'
4 tables.acl_roles: '%core.table_prefix%acl_roles'
11 tables.banlist: '%core.table_prefix%banlist'
14 tables.bots: '%core.table_prefix%bots'
18 tables.config: '%core.table_prefix%config'
22 tables.drafts: '%core.table_prefix%drafts'
23 tables.ext: '%core.table_prefix%ext'
31 tables.icons: '%core.table_prefix%icons'
32 tables.lang: '%core.table_prefix%lang'
33 tables.log: '%core.table_prefix%log'
[all …]
/dports/databases/py-pgcli/pgcli-3.2.0/tests/parseutils/
H A Dtest_parseutils.py8 tables = extract_tables("")
9 assert tables == ()
21 tables = extract_tables(sql)
27 tables = extract_tables(sql)
125 tables = extract_tables(sql)
138 tables = extract_tables(sql)
153 tables = extract_tables(sql)
154 assert tables == (
163 tables = extract_tables(sql)
170 assert tables == tuple()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/liblouis/src/extra/generate-display-names/
H A Ddisplay-names1 * ../../tables/afr-za-g1.ctb Afrikaans uncontracted braille
6 * ../../tables/as.tbl Assamese braille
7 * ../../tables/awa.tbl Awadhi braille
9 * ../../tables/bh.tbl Bihari braille
10 * ../../tables/bn.tbl Bengali braille
12 * ../../tables/bra.tbl Braj braille
13 * ../../tables/ca.tbl Catalan braille
14 * ../../tables/chr-us-g1.ctb Cherokee braille
15 * ../../tables/ckb.tbl Kurdish braille
16 * ../../tables/cs.tbl Czech braille
[all …]
/dports/emulators/yuzu/yuzu-0b47f7a46/src/video_core/renderer_opengl/
H A Dgl_state_tracker.cpp107 auto& table = tables[0]; in SetupDirtyDepthTest()
127 auto& table = tables[0]; in SetupDirtyAlphaTest()
153 auto& table = tables[0]; in SetupDirtyPolygonOffset()
195 auto& table = tables[0]; in SetupDirtyClipControl()
205 auto& table = tables[0]; in SetupDirtyMisc()
219 auto& tables = dirty.tables; local
223 SetupDirtyScissors(tables);
226 SetupDirtyShaders(tables);
231 SetupDirtyBlend(tables);
237 SetupDirtyLogicOp(tables);
[all …]
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Database/Schema/
H A DDefaultTcaSchema.php45 * @param Table[] $tables
50 $tables = $this->enrichSingleTableFields($tables);
51 $tables = $this->enrichMmTables($tables);
52 return $tables;
475 return $tables;
626 return $tables;
712 * @param Table[] $tables
718 foreach ($tables as $table) {
730 * @param Table[] $tables
755 * @param Table[] $tables
[all …]
/dports/databases/py-litecli/litecli-1.6.0/tests/
H A Dtest_parseutils.py11 tables = extract_tables("")
12 assert tables == []
16 tables = extract_tables("select * from abc")
17 assert tables == [(None, "abc", None)]
22 assert tables == [("abc", "def", None)]
37 assert tables == [(None, "abc", None)]
42 assert tables == [("abc", "def", None)]
57 assert tables == [(None, "abc", None)]
75 assert tables == [(None, "abc", "abc")]
81 assert tables == [("abc", "def", None)]
[all …]
/dports/databases/p5-MySQL-Diff/MySQL-Diff-0.50/t/
H A Dall.t13 my %tables = (
195 $tables{foo1}, $tables{foo2} . $tables{bar1},
219 $tables{foo1} . $tables{bar1}, $tables{foo2},
236 $tables{foo1} . $tables{bar1}, $tables{foo2},
252 $tables{foo1} . $tables{bar1}, $tables{foo2},
268 $tables{foo1} . $tables{bar1} . $tables{baz1},
269 $tables{foo2} . $tables{bar2} . $tables{baz2},
286 $tables{foo1} . $tables{bar1} . $tables{baz1},
287 $tables{foo2} . $tables{bar2} . $tables{baz2},
305 $tables{foo3},
[all …]
/dports/devel/liblouis/liblouis-3.20.0/extra/generate-display-names/
H A Ddisplay-names1 * ../../tables/afr-za-g1.ctb Afrikaans, uncontracted …
6 * ../../tables/as.tbl Assamese …
7 * ../../tables/awa.tbl Awadhi …
8 * ../../tables/ba.utb Bashkir …
9 * ../../tables/bel.utb Belarusian …
13 * ../../tables/bh.tbl Bihari …
14 * ../../tables/bn.tbl Bengali …
16 * ../../tables/bra.tbl Braj …
17 * ../../tables/ca.tbl Catalan …
21 * ../../tables/cs.tbl Czech …
[all …]
/dports/mail/phplist/phplist-3.6.6/public_html/lists/admin/
H A Dreconcileusers.php40 $tables['list'], $tables['list'],
41 $tables['listuser'], $tables['listuser'], $tables['list'], $tables['listuser'], $id));
137 global $tables;
166 … $tables['user'], $tables['listuser'], $tables['user'], $tables['listuser'],
196 $tables['user'], $tables['user'], $tables['listuser'], $tables['user'],
208 $tables['user'], $tables['user'], $tables['listuser'], $tables['user'],
346 …from {$tables['usermessage']} left join {$tables['user']} on {$tables['usermessage']}.userid = {$t…
353 …from {$tables['user_attribute']} left join {$tables['user']} on {$tables['user_attribute']}.userid…
360 …from {$tables['listuser']} left join {$tables['user']} on {$tables['listuser']}.userid = {$tables[…
367 …from {$tables['usermessage']} left join {$tables['user']} on {$tables['usermessage']}.userid = {$t…
[all …]
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Database/Schema/
H A DDefaultTcaSchema.php44 * @param Table[] $tables
47 public function enrich(array $tables): array argument
63 $tables[$tablePosition]->addColumn(
481 return $tables;
568 * @param Table[] $tables
574 foreach ($tables as $table) {
586 * @param Table[] $tables
593 foreach ($tables as $table) {
611 * @param Table[] $tables
618 foreach ($tables as $table) {
[all …]
/dports/japanese/scim-tables/scim-tables-0.5.10/
H A Dconfigure.ac9 GETTEXT_PACKAGE=scim-tables
106 scim-tables.spec
107 tables/Makefile
113 tables/am/Makefile
115 tables/ar/Makefile
118 tables/bn/Makefile
119 tables/gr/Makefile
123 tables/gu/Makefile
124 tables/he/Makefile
129 tables/hi/Makefile
[all …]
/dports/chinese/scim-tables/scim-tables-0.5.10/
H A Dconfigure.ac9 GETTEXT_PACKAGE=scim-tables
106 scim-tables.spec
107 tables/Makefile
113 tables/am/Makefile
115 tables/ar/Makefile
118 tables/bn/Makefile
119 tables/gr/Makefile
123 tables/gu/Makefile
124 tables/he/Makefile
129 tables/hi/Makefile
[all …]
/dports/textproc/scim-table-imengine/scim-tables-0.5.10/
H A Dconfigure.ac9 GETTEXT_PACKAGE=scim-tables
106 scim-tables.spec
107 tables/Makefile
113 tables/am/Makefile
115 tables/ar/Makefile
118 tables/bn/Makefile
119 tables/gr/Makefile
123 tables/gu/Makefile
124 tables/he/Makefile
129 tables/hi/Makefile
[all …]
/dports/korean/scim-tables/scim-tables-0.5.10/
H A Dconfigure.ac9 GETTEXT_PACKAGE=scim-tables
106 scim-tables.spec
107 tables/Makefile
113 tables/am/Makefile
115 tables/ar/Makefile
118 tables/bn/Makefile
119 tables/gr/Makefile
123 tables/gu/Makefile
124 tables/he/Makefile
129 tables/hi/Makefile
[all …]
/dports/print/py-fonttools/fonttools-4.28.2/Doc/source/ttLib/
H A Dtables.rst15 tables/_a_n_k_r
16 tables/_a_v_a_r
17 tables/B_A_S_E_
18 tables/_b_s_l_n
19 tables/C_B_D_T_
20 tables/C_B_L_C_
21 tables/C_F_F_
22 tables/C_F_F__2
23 tables/_c_i_d_g
24 tables/_c_m_a_p
[all …]
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Database/Schema/
H A DDefaultTcaSchema.php43 * @param Table[] $tables
46 public function enrich(array $tables): array argument
62 $tables[$tablePosition]->addColumn(
512 return $tables;
601 * @param Table[] $tables
607 foreach ($tables as $table) {
619 * @param Table[] $tables
626 foreach ($tables as $table) {
644 * @param Table[] $tables
651 foreach ($tables as $table) {
[all …]
/dports/databases/py-mycli/mycli-1.23.2/test/
H A Dtest_parseutils.py8 tables = extract_tables('')
9 assert tables == []
13 tables = extract_tables('select * from abc')
14 assert tables == [(None, 'abc', None)]
19 assert tables == [('abc', 'def', None)]
34 assert tables == [(None, 'abc', None)]
39 assert tables == [('abc', 'def', None)]
54 assert tables == [(None, 'abc', None)]
72 assert tables == [(None, 'abc', 'abc')]
83 assert tables == [(None, 'abc', None)]
[all …]

12345678910>>...441