Home
last modified time | relevance | path

Searched refs:destTable (Results 1 – 25 of 64) sorted by relevance

123

/dports/games/residualvm/residualvm-0.3.1/engines/grim/movie/codecs/
H A Dvima.cpp102 void vimaInit(uint16 *destTable) { in vimaInit() argument
115 destTable[destTablePos] = put; in vimaInit()
120 void decompressVima(const byte *src, int16 *dest, int destLen, uint16 *destTable) { in decompressVima() argument
172 int delta = destTable[index]; in decompressVima()
H A Dvima.h28 void vimaInit(uint16 *destTable);
29 void decompressVima(const byte *src, int16 *dest, int destLen, uint16 *destTable);
/dports/games/scummvm/scummvm-2.5.1/engines/grim/movie/codecs/
H A Dvima.cpp102 void vimaInit(uint16 *destTable) { in vimaInit() argument
115 destTable[destTablePos] = put; in vimaInit()
120 void decompressVima(const byte *src, int16 *dest, int destLen, uint16 *destTable) { in decompressVima() argument
172 int delta = destTable[index]; in decompressVima()
H A Dvima.h28 void vimaInit(uint16 *destTable);
29 void decompressVima(const byte *src, int16 *dest, int destLen, uint16 *destTable);
/dports/deskutils/gworkspace-gwmetadata/gworkspace-0.9.4/GWMetadata/MDKit/
H A DMDKQuery.m127 RELEASE (destTable);
484 ASSIGN (destTable, dsttab);
488 - (NSString *)destTable
490 return destTable;
497 if ([destTable isEqual: tab]) {
548 /* destTable is set in -init */
1137 @"END;", destTable, destTable, destTable];
1231 destTable, srcTable, destTable];
1239 [parentQuery setJoinTable: destTable];
1414 @"END;", destTable, destTable, destTable];
[all …]
/dports/deskutils/gworkspace/gworkspace-0.9.4/GWMetadata/MDKit/
H A DMDKQuery.m127 RELEASE (destTable);
484 ASSIGN (destTable, dsttab);
488 - (NSString *)destTable
490 return destTable;
497 if ([destTable isEqual: tab]) {
548 /* destTable is set in -init */
1137 @"END;", destTable, destTable, destTable];
1231 destTable, srcTable, destTable];
1239 [parentQuery setJoinTable: destTable];
1414 @"END;", destTable, destTable, destTable];
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/cloud.google.com/go/bigquery/storage/managedwriter/
H A Dwriter_option.go45 func WithDestinationTable(destTable string) WriterOption {
47 ms.destinationTable = destTable
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/vendor/cloud.google.com/go/bigquery/storage/managedwriter/
H A Dwriter_option.go45 func WithDestinationTable(destTable string) WriterOption {
47 ms.destinationTable = destTable
/dports/net/drive/drive-0.4.0/vendor/cloud.google.com/go/bigquery/storage/managedwriter/
H A Dwriter_option.go45 func WithDestinationTable(destTable string) WriterOption {
47 ms.destinationTable = destTable
/dports/net/rclone/rclone-1.57.0/vendor/cloud.google.com/go/bigquery/storage/managedwriter/
H A Dwriter_option.go45 func WithDestinationTable(destTable string) WriterOption {
47 ms.destinationTable = destTable
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/cloud.google.com/go/bigquery/storage/managedwriter/
H A Dwriter_option.go45 func WithDestinationTable(destTable string) WriterOption {
47 ms.destinationTable = destTable
/dports/www/gohugo/hugo-0.91.2/vendor/cloud.google.com/go/bigquery/storage/managedwriter/
H A Dwriter_option.go45 func WithDestinationTable(destTable string) WriterOption {
47 ms.destinationTable = destTable
/dports/www/tusd/tusd-1.8.0/vendor/cloud.google.com/go/bigquery/storage/managedwriter/
H A Dwriter_option.go45 func WithDestinationTable(destTable string) WriterOption {
47 ms.destinationTable = destTable
/dports/www/tusd/google-cloud-go-storage-v1.18.2/bigquery/storage/managedwriter/
H A Dwriter_option.go45 func WithDestinationTable(destTable string) WriterOption {
47 ms.destinationTable = destTable
/dports/games/scummvm-tools/scummvm-tools-2.5.0/engines/grim/
H A Dvima.cpp114 static uint16 destTable[5786]; variable
130 destTable[destTablePos] = put; in vimaInit()
188 int delta = destTable[index]; in decompressVima()
/dports/databases/db5/db-5.3.28/lang/sql/jdbc/SQLite/
H A DShell.java31 String destTable; field in Shell
266 if (destTable != null) { in newrow()
267 tname = destTable; in newrow()
287 if (destTable != null) { in newrow()
288 tname = destTable; in newrow()
368 destTable = args[1]; in do_meta()
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/cloud.google.com/go/bigquery/
H A Djob.go274 destTable := j.config.Query.DestinationTable
277 if destTable != nil && projectID != destTable.ProjectId {
278 …rf("bigquery: job project ID is %q, but destination table's is %q", projectID, destTable.ProjectId)
284 if destTable == nil {
287 dt := bqToTable(destTable, j.c)
/dports/sysutils/istio/google-cloud-go-logging-v1.0.0/bigquery/
H A Djob.go278 destTable := j.config.Query.DestinationTable
281 if destTable != nil && projectID != destTable.ProjectId {
282 …rf("bigquery: job project ID is %q, but destination table's is %q", projectID, destTable.ProjectId)
288 if destTable == nil {
291 dt := bqToTable(destTable, j.c)
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/cloud.google.com/go/bigquery/
H A Djob.go278 destTable := j.config.Query.DestinationTable
281 if destTable != nil && projectID != destTable.ProjectId {
282 …rf("bigquery: job project ID is %q, but destination table's is %q", projectID, destTable.ProjectId)
288 if destTable == nil {
291 dt := bqToTable(destTable, j.c)
/dports/audio/gonic/gonic-0.8.4/vendor/cloud.google.com/go/bigquery/
H A Djob.go278 destTable := j.config.Query.DestinationTable
281 if destTable != nil && projectID != destTable.ProjectId {
282 …rf("bigquery: job project ID is %q, but destination table's is %q", projectID, destTable.ProjectId)
288 if destTable == nil {
291 dt := bqToTable(destTable, j.c)
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/vendor/cloud.google.com/go/bigquery/
H A Djob.go278 destTable := j.config.Query.DestinationTable
281 if destTable != nil && projectID != destTable.ProjectId {
282 …rf("bigquery: job project ID is %q, but destination table's is %q", projectID, destTable.ProjectId)
288 if destTable == nil {
291 dt := bqToTable(destTable, j.c)
/dports/misc/concourse/concourse-6.7.2/vendor/cloud.google.com/go/bigquery/
H A Djob.go278 destTable := j.config.Query.DestinationTable
281 if destTable != nil && projectID != destTable.ProjectId {
282 …rf("bigquery: job project ID is %q, but destination table's is %q", projectID, destTable.ProjectId)
288 if destTable == nil {
291 dt := bqToTable(destTable, j.c)
/dports/sysutils/docker-registry/distribution-2.7.1/vendor/cloud.google.com/go/bigquery/
H A Djob.go278 destTable := j.config.Query.DestinationTable
281 if destTable != nil && projectID != destTable.ProjectId {
282 …rf("bigquery: job project ID is %q, but destination table's is %q", projectID, destTable.ProjectId)
288 if destTable == nil {
291 dt := bqToTable(destTable, j.c)
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/cloud.google.com/go/google-cloud-go-0.40.0/bigquery/
H A Djob.go278 destTable := j.config.Query.DestinationTable
281 if destTable != nil && projectID != destTable.ProjectId {
282 …rf("bigquery: job project ID is %q, but destination table's is %q", projectID, destTable.ProjectId)
288 if destTable == nil {
291 dt := bqToTable(destTable, j.c)
/dports/www/mediawiki137/mediawiki-1.37.1/includes/libs/rdbms/database/
H A DDatabasePostgres.php531 * @param string $destTable
541 $destTable, argument
553 $destTable = $this->tableName( $destTable );
564 $sql = "INSERT INTO $destTable (" . implode( ',', array_keys( $varMap ) ) . ') ' .
571 $destTable, $srcTable, $varMap, $conds, $fname,
576 parent::doInsertSelectNative( $destTable, $srcTable, $varMap, $conds, $fname,

123