Home
last modified time | relevance | path

Searched defs:a_table (Results 1 – 25 of 61) sorted by relevance

123

/dports/www/ilias/ILIAS-5.4.25/Services/Database/classes/
H A Dclass.ilMySQLAbstraction.php224 public function storeStep($a_table, $a_step)
250 public function replaceEmptyStringsWithNull($a_table)
277 public function replaceEmptyDatesWithNull($a_table)
368 public function removePrimaryKey($a_table, $a_pk)
382 public function removeIndices($a_table, $a_indices)
522 public function addPrimaryKey($a_table, $a_pk)
540 public function addIndices($a_table, $a_indices)
575 public function addConstraints($a_table, $a_constraints)
608 public function fixIndexNames($a_table)
651 public function fixClobNotNull($a_table)
[all …]
H A Dclass.ilDBAnalyzer.php65 public function getFieldInformation($a_table, $a_remove_not_allowed_attributes = false)
152 public function getAutoIncrementField($a_table)
174 public function getPrimaryKeyInformation($a_table)
205 public function getIndicesInformation($a_table, $a_abstract_table = false)
262 public function getConstraintsInformation($a_table, $a_abstract_table = false)
297 public function hasSequence($a_table)
H A Dclass.ilDBGenerator.php236 public function checkProcessing($a_table)
384 public function buildCreateTableStatement($a_table, $a_file = "")
435 public function buildAddPrimaryKeyStatement($a_table, $a_file = "")
464 public function buildAddIndexStatements($a_table, $a_file = "")
500 public function buildAddUniqueConstraintStatements($a_table, $a_file = "")
531 public function buildCreateSequenceStatement($a_table, $a_file = "")
581 public function buildInsertStatement($a_table, $a_basedir)
641 public function buildInsertStatementsXML($a_table, $a_basedir)
682 public function buildInsertStatements($a_table, $a_file = "")
753 public function addTableToOverview($a_table, $a_tpl, $a_cnt)
/dports/www/ilias6/ILIAS-6.14/Services/Database/classes/
H A Dclass.ilMySQLAbstraction.php219 public function storeStep($a_table, $a_step)
245 public function replaceEmptyStringsWithNull($a_table)
272 public function replaceEmptyDatesWithNull($a_table)
363 public function removePrimaryKey($a_table, $a_pk)
377 public function removeIndices($a_table, $a_indices)
517 public function addPrimaryKey($a_table, $a_pk)
535 public function addIndices($a_table, $a_indices)
570 public function addConstraints($a_table, $a_constraints)
603 public function fixIndexNames($a_table)
646 public function fixClobNotNull($a_table)
[all …]
H A Dclass.ilDBAnalyzer.php65 public function getFieldInformation($a_table, $a_remove_not_allowed_attributes = false)
152 public function getAutoIncrementField($a_table)
174 public function getPrimaryKeyInformation($a_table)
205 public function getIndicesInformation($a_table, $a_abstract_table = false)
262 public function getConstraintsInformation($a_table, $a_abstract_table = false)
297 public function hasSequence($a_table)
H A Dclass.ilDBGenerator.php235 public function checkProcessing($a_table)
383 public function buildCreateTableStatement($a_table, $a_file = "")
434 public function buildAddPrimaryKeyStatement($a_table, $a_file = "")
463 public function buildAddIndexStatements($a_table, $a_file = "")
499 public function buildAddUniqueConstraintStatements($a_table, $a_file = "")
530 public function buildCreateSequenceStatement($a_table, $a_file = "")
580 public function buildInsertStatement($a_table, $a_basedir)
640 public function buildInsertStatementsXML($a_table, $a_basedir)
680 public function buildInsertStatements($a_table, $a_file = "")
751 public function addTableToOverview($a_table, $a_tpl, $a_cnt)
/dports/textproc/turboxsl/turboxsl-b03c2c9/src/zlog/src/
H A Dzc_hashtable.c34 zc_hashtable_t *a_table; in zc_hashtable_new() local
61 void zc_hashtable_del(zc_hashtable_t * a_table) in zc_hashtable_del()
91 void zc_hashtable_clean(zc_hashtable_t * a_table) in zc_hashtable_clean()
114 static int zc_hashtable_rehash(zc_hashtable_t * a_table) in zc_hashtable_rehash()
151 zc_hashtable_entry_t *zc_hashtable_get_entry(zc_hashtable_t * a_table, const void *a_key) in zc_hashtable_get_entry()
165 void *zc_hashtable_get(zc_hashtable_t * a_table, const void *a_key) in zc_hashtable_get()
179 int zc_hashtable_put(zc_hashtable_t * a_table, void *a_key, void *a_value) in zc_hashtable_put()
234 void zc_hashtable_remove(zc_hashtable_t * a_table, const void *a_key) in zc_hashtable_remove()
280 zc_hashtable_entry_t *zc_hashtable_begin(zc_hashtable_t * a_table) in zc_hashtable_begin()
295 zc_hashtable_entry_t *zc_hashtable_next(zc_hashtable_t * a_table, zc_hashtable_entry_t * a_entry) in zc_hashtable_next()
H A Dzc_hashtable.h43 #define zc_hashtable_foreach(a_table, a_entry) \ argument
/dports/databases/beansdb/beansdb-0.7.1.4/third-party/zlog-1.2/
H A Dzc_hashtable.c34 zc_hashtable_t *a_table; in zc_hashtable_new() local
61 void zc_hashtable_del(zc_hashtable_t * a_table) in zc_hashtable_del()
91 void zc_hashtable_clean(zc_hashtable_t * a_table) in zc_hashtable_clean()
114 static int zc_hashtable_rehash(zc_hashtable_t * a_table) in zc_hashtable_rehash()
151 zc_hashtable_entry_t *zc_hashtable_get_entry(zc_hashtable_t * a_table, const void *a_key) in zc_hashtable_get_entry()
165 void *zc_hashtable_get(zc_hashtable_t * a_table, const void *a_key) in zc_hashtable_get()
179 int zc_hashtable_put(zc_hashtable_t * a_table, void *a_key, void *a_value) in zc_hashtable_put()
234 void zc_hashtable_remove(zc_hashtable_t * a_table, const void *a_key) in zc_hashtable_remove()
280 zc_hashtable_entry_t *zc_hashtable_begin(zc_hashtable_t * a_table) in zc_hashtable_begin()
295 zc_hashtable_entry_t *zc_hashtable_next(zc_hashtable_t * a_table, zc_hashtable_entry_t * a_entry) in zc_hashtable_next()
H A Dzc_hashtable.h43 #define zc_hashtable_foreach(a_table, a_entry) \ argument
/dports/www/ilias/ILIAS-5.4.25/Services/ADT/classes/ActiveRecord/
H A Dclass.ilADTActiveRecordByType.php404 public static function deleteByPrimary($a_table, array $a_primary, $a_type = null)
448 public static function preloadByPrimary($a_table, array $a_primary)
500 …public static function cloneByPrimary($a_table, array $a_primary_def, array $a_source_primary, arr…
573 public static function readByPrimary($a_table, array $a_primary, $a_type = null)
629 public static function writeByPrimary($a_table, array $a_primary, $a_type, $a_value)
670 …public static function find($a_table, $a_type, $a_field_id, $a_condition, $a_additional_fields = n…
/dports/www/ilias6/ILIAS-6.14/Services/ADT/classes/ActiveRecord/
H A Dclass.ilADTActiveRecordByType.php404 public static function deleteByPrimary($a_table, array $a_primary, $a_type = null)
448 public static function preloadByPrimary($a_table, array $a_primary)
500 …public static function cloneByPrimary($a_table, array $a_primary_def, array $a_source_primary, arr…
573 public static function readByPrimary($a_table, array $a_primary, $a_type = null)
629 public static function writeByPrimary($a_table, array $a_primary, $a_type, $a_value)
670 …public static function find($a_table, $a_type, $a_field_id, $a_condition, $a_additional_fields = n…
/dports/www/ilias/ILIAS-5.4.25/Services/COPage/classes/
H A Dclass.ilPCTableGUI.php514 public static function _addStyleCheckboxes($a_output, $a_table)
541 public static function _addAlignmentCheckboxes($a_output, $a_table)
565 public static function _addWidthInputs($a_output, $a_table)
586 public static function _addSpanInputs($a_output, $a_table)
/dports/www/ilias6/ILIAS-6.14/Services/COPage/classes/
H A Dclass.ilPCTableGUI.php514 public static function _addStyleCheckboxes($a_output, $a_table)
541 public static function _addAlignmentCheckboxes($a_output, $a_table)
565 public static function _addWidthInputs($a_output, $a_table)
586 public static function _addSpanInputs($a_output, $a_table)
/dports/archivers/rvm/rvm-1.11/
H A Dtable.cc825 table& table_write(table& a_table, const estring& a_estr) in table_write()
839 table& table_write(table& a_table, const table& a_subtable) in table_write()
853 table& table_endl(table& a_table) in table_endl()
862 table& table_rewind(table& a_table) in table_rewind()
869 table& table_skip(table& a_table) in table_skip()
883 table& table_repeat(table& a_table) in table_repeat()
890 table& operator<<(table& a_table, const estring& a_estr) in operator <<()
897 table& operator<<(table& a_table, const table& a_subtable) in operator <<()
904 table& operator<<(table& a_table, table& (*a_arg)(table&)) in operator <<() argument
/dports/devel/cargo-generate/cargo-generate-0.9.0/src/
H A Dconfig.rs173 let a_table = a.unwrap().as_table(); in config_try_from_handles_placeholders() localVariable
181 let a_table = a_table.unwrap(); in config_try_from_handles_placeholders() localVariable
/dports/www/ilias/ILIAS-5.4.25/Services/ADT/classes/Types/Group/
H A Dclass.ilADTGroupDBBridge.php52 public function setTable($a_table)
/dports/www/ilias6/ILIAS-6.14/Services/ADT/classes/Types/Group/
H A Dclass.ilADTGroupDBBridge.php52 public function setTable($a_table)
/dports/www/ilias/ILIAS-5.4.25/Services/Database/classes/PDO/
H A Dclass.ilDBPdoPostgreSQL.php112 public function constraintName($a_table, $a_constraint)
137 public function replace($a_table, $a_pk_columns, $a_other_columns)
H A Dclass.ilDBPdo.php907 public function addFulltextIndex($a_table, $a_fields, $a_name = "in")
919 public function dropFulltextIndex($a_table, $a_name)
929 public function isFulltextIndex($a_table, $a_name)
966 public function constraintName($a_table, $a_constraint)
1739 public function dropIndex($a_table, $a_name = "i1")
1925 public function dropUniqueConstraint($a_table, $a_name = "con")
1936 public function dropUniqueConstraintByFields($a_table, $a_fields)
/dports/www/ilias6/ILIAS-6.14/Services/Database/classes/PDO/
H A Dclass.ilDBPdoPostgreSQL.php107 public function constraintName($a_table, $a_constraint)
132 public function replace($a_table, $a_pk_columns, $a_other_columns)
H A Dclass.ilDBPdo.php883 public function addFulltextIndex($a_table, $a_fields, $a_name = "in")
895 public function dropFulltextIndex($a_table, $a_name)
905 public function isFulltextIndex($a_table, $a_name)
942 public function constraintName($a_table, $a_constraint)
1716 public function dropIndex($a_table, $a_name = "i1")
1902 public function dropUniqueConstraint($a_table, $a_name = "con")
1913 public function dropUniqueConstraintByFields($a_table, $a_fields)
/dports/graphics/telak/telak-0.6/
H A Dimage.c204 DATA8 a_table[256]; in load_img() local
/dports/www/ilias/ILIAS-5.4.25/Services/ADT/classes/Bridges/
H A Dclass.ilADTActiveRecordBridge.php76 public function setTable($a_table)
/dports/www/ilias6/ILIAS-6.14/Services/ADT/classes/Bridges/
H A Dclass.ilADTActiveRecordBridge.php75 public function setTable($a_table)

123