Home
last modified time | relevance | path

Searched defs:no_prefix (Results 1 – 25 of 58) sorted by relevance

123

/dports/www/punbb/punbb-1.4.6/include/dblayer/
H A Dsqlite.php336 public function table_exists($table_name, $no_prefix = false)
342 public function field_exists($table_name, $field_name, $no_prefix = false)
351 public function index_exists($table_name, $index_name, $no_prefix = false)
357 public function create_table($table_name, $schema, $no_prefix = false)
404 public function drop_table($table_name, $no_prefix = false)
412 public function get_table_info($table_name, $no_prefix = false)
450 …$field_name, $field_type, $allow_null, $default_value = null, $after_field = 0, $no_prefix = false)
509 …$field_name, $field_type, $allow_null, $default_value = null, $after_field = 0, $no_prefix = false)
514 public function drop_field($table_name, $field_name, $no_prefix = false)
565 …public function add_index($table_name, $index_name, $index_fields, $unique = false, $no_prefix = f…
[all …]
H A Dsqlite3.php345 public function table_exists($table_name, $no_prefix = false)
359 public function field_exists($table_name, $field_name, $no_prefix = false)
370 public function index_exists($table_name, $index_name, $no_prefix = false)
384 public function create_table($table_name, $schema, $no_prefix = false)
431 public function drop_table($table_name, $no_prefix = false)
439 public function get_table_info($table_name, $no_prefix = false)
482 …$field_name, $field_type, $allow_null, $default_value = null, $after_field = 0, $no_prefix = false)
541 …$field_name, $field_type, $allow_null, $default_value = null, $after_field = 0, $no_prefix = false)
546 public function drop_field($table_name, $field_name, $no_prefix = false)
597 …public function add_index($table_name, $index_name, $index_fields, $unique = false, $no_prefix = f…
[all …]
H A Dmysql_innodb.php268 public function table_exists($table_name, $no_prefix = false)
274 public function field_exists($table_name, $field_name, $no_prefix = false)
280 public function index_exists($table_name, $index_name, $no_prefix = false)
297 public function create_table($table_name, $schema, $no_prefix = false)
347 public function drop_table($table_name, $no_prefix = false)
355 …eld_name, $field_type, $allow_null, $default_value = null, $after_field = null, $no_prefix = false)
368 …eld_name, $field_type, $allow_null, $default_value = null, $after_field = null, $no_prefix = false)
381 public function drop_field($table_name, $field_name, $no_prefix = false)
389 …public function add_index($table_name, $index_name, $index_fields, $unique = false, $no_prefix = f…
397 public function drop_index($table_name, $index_name, $no_prefix = false)
H A Dmysqli.php251 public function table_exists($table_name, $no_prefix = false)
257 public function field_exists($table_name, $field_name, $no_prefix = false)
263 public function index_exists($table_name, $index_name, $no_prefix = false)
280 public function create_table($table_name, $schema, $no_prefix = false)
330 public function drop_table($table_name, $no_prefix = false)
338 …eld_name, $field_type, $allow_null, $default_value = null, $after_field = null, $no_prefix = false)
351 …eld_name, $field_type, $allow_null, $default_value = null, $after_field = null, $no_prefix = false)
364 public function drop_field($table_name, $field_name, $no_prefix = false)
372 …public function add_index($table_name, $index_name, $index_fields, $unique = false, $no_prefix = f…
380 public function drop_index($table_name, $index_name, $no_prefix = false)
H A Dmysqli_innodb.php267 public function table_exists($table_name, $no_prefix = false)
273 public function field_exists($table_name, $field_name, $no_prefix = false)
279 public function index_exists($table_name, $index_name, $no_prefix = false)
296 public function create_table($table_name, $schema, $no_prefix = false)
346 public function drop_table($table_name, $no_prefix = false)
354 …eld_name, $field_type, $allow_null, $default_value = null, $after_field = null, $no_prefix = false)
367 …eld_name, $field_type, $allow_null, $default_value = null, $after_field = null, $no_prefix = false)
380 public function drop_field($table_name, $field_name, $no_prefix = false)
388 …public function add_index($table_name, $index_name, $index_fields, $unique = false, $no_prefix = f…
396 public function drop_index($table_name, $index_name, $no_prefix = false)
H A Dmysql.php252 public function table_exists($table_name, $no_prefix = false)
258 public function field_exists($table_name, $field_name, $no_prefix = false)
264 public function index_exists($table_name, $index_name, $no_prefix = false)
281 public function create_table($table_name, $schema, $no_prefix = false)
331 public function drop_table($table_name, $no_prefix = false)
339 …eld_name, $field_type, $allow_null, $default_value = null, $after_field = null, $no_prefix = false)
352 …eld_name, $field_type, $allow_null, $default_value = null, $after_field = null, $no_prefix = false)
365 public function drop_field($table_name, $field_name, $no_prefix = false)
373 …public function add_index($table_name, $index_name, $index_fields, $unique = false, $no_prefix = f…
381 public function drop_index($table_name, $index_name, $no_prefix = false)
H A Dpgsql.php342 public function table_exists($table_name, $no_prefix = false)
348 public function field_exists($table_name, $field_name, $no_prefix = false)
354 public function index_exists($table_name, $index_name, $no_prefix = false)
360 public function create_table($table_name, $schema, $no_prefix = false)
408 public function drop_table($table_name, $no_prefix = false)
416 …eld_name, $field_type, $allow_null, $default_value = null, $after_field = null, $no_prefix = false)
438 …eld_name, $field_type, $allow_null, $default_value = null, $after_field = null, $no_prefix = false)
462 public function drop_field($table_name, $field_name, $no_prefix = false)
470 …public function add_index($table_name, $index_name, $index_fields, $unique = false, $no_prefix = f…
478 public function drop_index($table_name, $index_name, $no_prefix = false)
/dports/graphics/py-pygal/pygal-2.4.0/pygal/test/
H A Dtest_config.py71 no_prefix = True variable in test_config_behaviours.LineConfig
103 no_prefix = True variable in test_config_alterations_class.LineConfig
126 no_prefix = True variable in test_config_alterations_instance.LineConfig
150 no_prefix = True variable in test_config_alterations_kwargs.LineConfig
/dports/net/py-pyzmq/pyzmq-22.3.0/zmq/utils/
H A Dconstant_names.py509 def no_prefix(name): function
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/jason-munro/cypht/modules/imap/
H A Dhm-imap-base.php363 protected function send_command($command, $no_prefix=false) {
/dports/multimedia/py-soco/SoCo-0.25.2/dev_tools/
H A Danalyse_ws.py168 def _debug(self, message, load=False, no_prefix=False): argument
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libc/test/src/stdlib/
H A Dstrtoul_test.cpp247 const char *no_prefix = "123abc"; in TEST() local
H A Dstrtol_test.cpp253 const char *no_prefix = "123abc"; in TEST() local
H A Dstrtoull_test.cpp255 const char *no_prefix = "123abc"; in TEST() local
H A Dstrtoll_test.cpp279 const char *no_prefix = "123abc"; in TEST() local
/dports/mail/rspamd-devel/rspamd-93430bb/src/libserver/html/
H A Dhtml_url.cxx305 gboolean has_bad_chars = FALSE, no_prefix = FALSE; in html_process_url() local
/dports/mail/rspamd/rspamd-3.1/src/libserver/html/
H A Dhtml_url.cxx305 gboolean has_bad_chars = FALSE, no_prefix = FALSE; in html_process_url() local
/dports/x11-wm/metacity/metacity-3.42.0/src/core/
H A Dutil.c66 static int no_prefix = 0; variable
/dports/x11-wm/marco/marco-1.26.0/src/core/
H A Dutil.c76 static int no_prefix = 0; variable
/dports/graphics/py-pygal/pygal-2.4.0/pygal/
H A Dconfig.py528 no_prefix = Key( variable in Config
/dports/x11-wm/mutter/mutter-41.1/src/core/
H A Dutil.c84 static int no_prefix = 0; variable
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/scan_fmt-0.2.6/src/
H A Dparse.rs511 let no_prefix = data.trim_start_matches("0x"); in scan() localVariable
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/scan_fmt-0.2.6/src/
H A Dparse.rs511 let no_prefix = data.trim_start_matches("0x"); in scan() localVariable
/dports/sysutils/vector/vector-0.10.0/cargo-crates/scan_fmt-0.2.5/src/
H A Dparse.rs495 let no_prefix = data.trim_start_matches("0x"); in scan() localVariable
/dports/audio/gsequencer/gsequencer-3.10.4/ags/test/lib/
H A Dags_turtle_test.c1124 gchar *no_prefix = "."; in ags_turtle_test_read_pn_prefix() local

123