Home
last modified time | relevance | path

Searched refs:columnkey (Results 1 – 15 of 15) sorted by relevance

/dports/devel/cdash/CDash-2-2-3/
H A DtestSummary.php145 for($columnkey=0;$columnkey<$columncount;$columnkey++) variable
147 if($columns[$columnkey]==$row['name'])
149 $columnkey+=1;
158 if($currentcolumn!=$columnkey-1) // If data does not belong to this column
162 …if(($currentcolumn+$t)%$columncount!=$columnkey-1) // Add blank values till you find the required …
/dports/www/moodle310/moodle/mod/quiz/tests/
H A Dattempt_walkthrough_from_csv_test.php194 foreach ($row as $columnkey => $value) {
195 $newkeys = explode('.', trim($columnkey));
/dports/www/moodle311/moodle/mod/quiz/tests/
H A Dattempt_walkthrough_from_csv_test.php194 foreach ($row as $columnkey => $value) {
195 $newkeys = explode('.', trim($columnkey));
/dports/www/moodle39/moodle/mod/quiz/tests/
H A Dattempt_walkthrough_from_csv_test.php195 foreach ($row as $columnkey => $value) {
196 $newkeys = explode('.', trim($columnkey));
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/docs/chunks-storage/
H A Dschema-config.md113 store: gcp-columnkey
125 store: gcp-columnkey
127 # Starting 2019-02-24 we moved our index from bigtable-columnkey to bigtable-hashed
/dports/chinese/wordpress-zh_TW/wordpress/wp-includes/
H A Dwp-db.php2851 $columnkey = strtolower( $column );
2889 if ( empty( $this->col_meta[ $tablekey ][ $columnkey ] ) ) {
2894 if ( empty( $this->col_meta[ $tablekey ][ $columnkey ]->Collation ) ) {
2898 list( $charset ) = explode( '_', $this->col_meta[ $tablekey ][ $columnkey ]->Collation );
2917 $columnkey = strtolower( $column );
2932 if ( empty( $this->col_meta[ $tablekey ][ $columnkey ] ) ) {
2936 $typeinfo = explode( '(', $this->col_meta[ $tablekey ][ $columnkey ]->Type );
/dports/chinese/wordpress-zh_CN/wordpress/wp-includes/
H A Dwp-db.php2851 $columnkey = strtolower( $column );
2889 if ( empty( $this->col_meta[ $tablekey ][ $columnkey ] ) ) {
2894 if ( empty( $this->col_meta[ $tablekey ][ $columnkey ]->Collation ) ) {
2898 list( $charset ) = explode( '_', $this->col_meta[ $tablekey ][ $columnkey ]->Collation );
2917 $columnkey = strtolower( $column );
2932 if ( empty( $this->col_meta[ $tablekey ][ $columnkey ] ) ) {
2936 $typeinfo = explode( '(', $this->col_meta[ $tablekey ][ $columnkey ]->Type );
/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/
H A Ddescriptor.h83 char columnkey; member
H A Dparse.c1150 tfi->columnkey = TRUE; in SC_set_SS_columnkey()
1174 if (!contains_key || tfi->columnkey < 0) in SC_set_SS_columnkey()
1175 tfi->columnkey = FALSE; in SC_set_SS_columnkey()
H A Ddescriptor.c71 self->columnkey = -1; in FI_Constructor()
H A Dresults.c859 if (fi->columnkey < 0) in PGAPI_ColAttributes()
863 value = fi->columnkey; in PGAPI_ColAttributes()
/dports/databases/sqlrelay/sqlrelay-1.7.0/src/protocols/
H A Dmysql.cpp4054 const char *columnkey=NULL; in sendFieldListResponse() local
4079 &columnkey,&fieldlength, in sendFieldListResponse()
4182 columnkey,"pri",3), in sendFieldListResponse()
4184 columnkey,"uni",3), in sendFieldListResponse()
4185 !charstring::isNullOrEmpty(columnkey), in sendFieldListResponse()
/dports/www/moodle310/moodle/grade/report/grader/
H A Dlib.php850 foreach ($row as $columnkey => $element) {
/dports/www/moodle311/moodle/grade/report/grader/
H A Dlib.php853 foreach ($row as $columnkey => $element) {
/dports/www/moodle39/moodle/grade/report/grader/
H A Dlib.php843 foreach ($row as $columnkey => $element) {