Searched refs:nextID (Results 1 – 3 of 3) sorted by relevance
/plugin/database2/ |
H A D | database2.php | 1098 if ( !( $record[$idColumn] = $this->nextID( $this->table, true ) ) ) 1270 $nextID = $this->recordX2I( $input['____idx'] + 1 ); 1271 if ( $nextID ) 1272 $nav[] = array( 'N' . $nextID, $this->getLang( 'navnext' ), 4151 protected function nextID( $table, $nestedTransaction = false ) function in Database2 4187 $nextID = ++$row[0]; 4193 $nextID = 1; 4204 if ( !$st->execute( array( $nextID, $table ) ) ) 4213 return $nextID;
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/ |
H A D | pdfmake.js | 30413 …, endCode, endCodes, entrySelector, glyphIDs, i, id, indexes, last, map, nextID, offset, old, rang… 30459 nextID = 0; 30467 map[old] = ++nextID; 30550 maxGlyphID: nextID + 1
|
H A D | pdfmake.min.js.map | 1 …nextID","old","rangeOffsets","startCodes","startGlyph","_l","_len1","_len2","_len3","_len4","_len5…
|