Home
last modified time | relevance | path

Searched refs:is_table (Results 251 – 275 of 842) sorted by relevance

1...<<11121314151617181920>>...34

/dports/lang/php73/php-7.3.33/ext/intl/resourcebundle/
H A Dresourcebundle_iterator.h27 zend_bool is_table; member
/dports/lang/php74/php-7.4.27/ext/intl/resourcebundle/
H A Dresourcebundle_iterator.h27 zend_bool is_table; member
/dports/lang/php80/php-8.0.15/ext/intl/resourcebundle/
H A Dresourcebundle_iterator.h25 zend_bool is_table; member
/dports/devel/php73-intl/php-7.3.33/ext/intl/resourcebundle/
H A Dresourcebundle_iterator.h27 zend_bool is_table; member
/dports/www/mod_php73/php-7.3.33/ext/intl/resourcebundle/
H A Dresourcebundle_iterator.h27 zend_bool is_table; member
/dports/devel/php80-intl/php-8.0.15/ext/intl/resourcebundle/
H A Dresourcebundle_iterator.h25 zend_bool is_table; member
/dports/devel/php74-intl/php-7.4.27/ext/intl/resourcebundle/
H A Dresourcebundle_iterator.h27 zend_bool is_table; member
/dports/www/mod_php80/php-8.0.15/ext/intl/resourcebundle/
H A Dresourcebundle_iterator.h25 zend_bool is_table; member
/dports/www/mod_php74/php-7.4.27/ext/intl/resourcebundle/
H A Dresourcebundle_iterator.h27 zend_bool is_table; member
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/mroonga/lib/
H A Dmrn_grn.hpp27 bool is_table(grn_obj *obj) { in is_table() function
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/mroonga/lib/
H A Dmrn_grn.hpp27 bool is_table(grn_obj *obj) {
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/mroonga/lib/
H A Dmrn_grn.hpp27 bool is_table(grn_obj *obj) { in is_table() function
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/mroonga/lib/
H A Dmrn_grn.hpp27 bool is_table(grn_obj *obj) {
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/mroonga/lib/
H A Dmrn_grn.hpp27 bool is_table(grn_obj *obj) { in is_table() function
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/mroonga/lib/
H A Dmrn_grn.hpp27 bool is_table(grn_obj *obj) { in is_table() function
/dports/x11-wm/awesome/awesome-4.3/lib/wibox/widget/
H A Dbase.lua602 local is_table = type(wdg) == "table"
603 local is_function = ((not is_table) and type(wdg) == "function")
604 or (is_table and getmetatable(wdg) and getmetatable(wdg).__call)
608 elseif is_table and not wdg.is_widget then
/dports/www/luakit-devel/luakit-2.3-20-g4b10e55/tests/async/
H A Dtest_clib_regex.lua10 assert.is_table(regex)
/dports/www/luakit/luakit-2.3/tests/async/
H A Dtest_clib_regex.lua10 assert.is_table(regex)
/dports/textproc/py-pyexcel-ezodf/pyexcel-ezodf-0.3.4/ezodf/
H A Dtablecolumncontroller.py15 from .tableutils import is_table, RepetitionAttribute
69 if not is_table(xmlnode):
H A Dtablerowcontroller.py13 from .tableutils import get_table_rows, new_empty_cell, is_table
18 if not is_table(xmlnode):
/dports/sysutils/rmlint/rmlint-2.10.1-11-ga726d0cb/tests/test_speed/
H A Dplot_benchmark.py193 for attr, (plot_func, is_table) in PLOT_FUNCS.items():
195 suffix = '.html' if is_table else '.svg'
/dports/devel/elixir-eternal/eternal-1.2.0/lib/
H A Deternal.ex101 def heir(table) when is_table(table),
114 def owner(table) when is_table(table),
129 def stop(table) when is_table(table) do
/dports/databases/percona56-client/percona-server-5.6.51-91.0/mysql-test/suite/funcs_1/t/
H A Dis_table_constraints.test25 let $is_table = TABLE_CONSTRAINTS;
28 eval SHOW TABLES FROM information_schema LIKE '$is_table';
57 eval DESCRIBE information_schema.$is_table;
59 eval SHOW CREATE TABLE information_schema.$is_table;
61 eval SHOW COLUMNS FROM information_schema.$is_table;
/dports/databases/percona56-server/percona-server-5.6.51-91.0/mysql-test/suite/funcs_1/t/
H A Dis_table_constraints.test25 let $is_table = TABLE_CONSTRAINTS;
28 eval SHOW TABLES FROM information_schema LIKE '$is_table';
57 eval DESCRIBE information_schema.$is_table;
59 eval SHOW CREATE TABLE information_schema.$is_table;
61 eval SHOW COLUMNS FROM information_schema.$is_table;
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/mysql-test/suite/funcs_1/t/
H A Dis_table_constraints.test25 let $is_table = TABLE_CONSTRAINTS;
28 eval SHOW TABLES FROM information_schema LIKE '$is_table';
57 eval DESCRIBE information_schema.$is_table;
59 eval SHOW CREATE TABLE information_schema.$is_table;
61 eval SHOW COLUMNS FROM information_schema.$is_table;

1...<<11121314151617181920>>...34