Home
last modified time | relevance | path

Searched refs:cbt (Results 151 – 175 of 1017) sorted by relevance

12345678910>>...41

/dports/www/tusd/google-cloud-go-storage-v1.18.2/bigtable/
H A DCHANGES.md36 * **bigtable:** replace unsafe exec in cbt ([#3591](https://www.github.com/googleapis/google-cloud-…
70 - Update cbt usage string.
72 - Fix typo in cbt tool.
80 - Add support to cbt tool to drop all rows from a table.
86 - Add support for the `-auth-token` flag to cbt tool.
H A DCONTRIBUTING.md21 If you do not have a cluster and instance to target, you can create one via `cbt`:
25 cbt createinstance <instance-name> <display-name> <cluster-name> us-central1-b 1 SSD
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_cidlookup/
H A Dmod_cidlookup.c174 …ecute_sql_callback(char *sql, switch_core_db_callback_func_t callback, callback_t *cbt, char **err) in cidlookup_execute_sql_callback() argument
180 …if (switch_cache_db_execute_sql_callback(dbh, sql, callback, (void *) cbt, err) != SWITCH_STATUS_S… in cidlookup_execute_sql_callback()
186 …*err = switch_core_sprintf(cbt->pool, "Unable to get database handle. dsn: [%s]\n", switch_str_ni… in cidlookup_execute_sql_callback()
195 callback_t *cbt = (callback_t *) pArg; in cidlookup_callback() local
196 switch_memory_pool_t *pool = cbt->pool; in cidlookup_callback()
202 cbt->name = switch_core_strdup(pool, switch_str_nil(argv[0])); in cidlookup_callback()
203 switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG10, "Name: %s\n", cbt->name); in cidlookup_callback()
521 callback_t cbt = { 0 }; in do_db_lookup() local
522 cbt.pool = pool; in do_db_lookup()
527 if (cidlookup_execute_sql_callback(newsql, cidlookup_callback, &cbt, &err)) { in do_db_lookup()
[all …]
/dports/graphics/py-mcomix/mcomix3-9eb4fc7/mime/
H A Dcomicbook.schemas70 <key>/schemas/desktop/gnome/thumbnailers/application@x-cbt/enable</key>
71 <applyto>/desktop/gnome/thumbnailers/application@x-cbt/enable</applyto>
81 <key>/schemas/desktop/gnome/thumbnailers/application@x-cbt/command</key>
82 <applyto>/desktop/gnome/thumbnailers/application@x-cbt/command</applyto>
/dports/graphics/aloadimage/arcan-0.6.1/src/tools/acfgfs/
H A Dacfgfs.c223 struct rdircb_t* cbt = tag; in rdircb() local
250 cbt->filler(cbt->buf, str, &fs, 0, 0); in rdircb()
257 struct rdircb_t cbt = { in acfgfs_readdir() local
265 return wait_for_command("ls", path, NULL, rdircb, &cbt); in acfgfs_readdir()
/dports/sysutils/acfgfs/arcan-0.6.1/src/tools/acfgfs/
H A Dacfgfs.c223 struct rdircb_t* cbt = tag; in rdircb() local
250 cbt->filler(cbt->buf, str, &fs, 0, 0); in rdircb()
257 struct rdircb_t cbt = { in acfgfs_readdir() local
265 return wait_for_command("ls", path, NULL, rdircb, &cbt); in acfgfs_readdir()
/dports/x11/arcan-trayicon/arcan-0.6.1/src/tools/acfgfs/
H A Dacfgfs.c223 struct rdircb_t* cbt = tag; in rdircb() local
250 cbt->filler(cbt->buf, str, &fs, 0, 0); in rdircb()
257 struct rdircb_t cbt = { in acfgfs_readdir() local
265 return wait_for_command("ls", path, NULL, rdircb, &cbt); in acfgfs_readdir()
/dports/x11/aclip/arcan-0.6.1/src/tools/acfgfs/
H A Dacfgfs.c223 struct rdircb_t* cbt = tag; in rdircb() local
250 cbt->filler(cbt->buf, str, &fs, 0, 0); in rdircb()
257 struct rdircb_t cbt = { in acfgfs_readdir() local
265 return wait_for_command("ls", path, NULL, rdircb, &cbt); in acfgfs_readdir()
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Core/HW/WiimoteReal/
H A DIOdarwin.mm127 ConnectBT* cbt = [[ConnectBT alloc] init];
135 [cbt release];
139 ret = [m_btd openL2CAPChannelSync:&m_cchan withPSM:kBluetoothL2CAPPSMHIDControl delegate:cbt];
152 ret = [m_btd openL2CAPChannelSync:&m_ichan withPSM:kBluetoothL2CAPPSMHIDInterrupt delegate:cbt];
165 [cbt release];
173 [cbt release];
/dports/sysutils/istio/istio-1.6.7/vendor/cloud.google.com/go/bigtable/
H A DCHANGES.md5 * Add support to cbt tool to drop all rows from a table.
11 * Add support for the `-auth-token` flag to cbt tool.
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/cloud.google.com/go/bigtable/
H A DCHANGES.md5 * Add support to cbt tool to drop all rows from a table.
11 * Add support for the `-auth-token` flag to cbt tool.
/dports/science/tinker/tinker/source/
H A Dinitres.f26 integer cbt(maxamino) local
94 data cbt / 0, 13, 21, 33, 47, 61, 71, 83, 93, 102,
208 cbtyp(i) = cbt(i)
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_sofia/
H A Dsofia_reg.c549 if (!cbt->len) { in sofia_reg_find_callback()
551 cbt->matches++; in sofia_reg_find_callback()
555 switch_copy_string(cbt->val, argv[0], cbt->len); in sofia_reg_find_callback()
556 cbt->matches++; in sofia_reg_find_callback()
590 switch_copy_string(cbt->val, contact, cbt->len); in sofia_reg_find_reg_with_positive_expires_callback()
593 cbt->matches++; in sofia_reg_find_reg_with_positive_expires_callback()
1045 cbt.val = val; in sofia_reg_find_reg_url()
1046 cbt.len = len; in sofia_reg_find_reg_url()
1060 if (cbt.list) { in sofia_reg_find_reg_url()
1094 return cbt.list; in sofia_reg_find_reg_url_multi()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/cloud.google.com/go/bigtable/
H A DCONTRIBUTING.md21 If you do not have a cluster and instance to target, you can create one via `cbt`:
25 cbt createinstance <instance-name> <display-name> <cluster-name> us-central1-b 1 SSD
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/vendor/cloud.google.com/go/bigtable/
H A DCONTRIBUTING.md21 If you do not have a cluster and instance to target, you can create one via `cbt`:
25 cbt createinstance <instance-name> <display-name> <cluster-name> us-central1-b 1 SSD
/dports/net/drive/drive-0.4.0/vendor/cloud.google.com/go/bigtable/
H A DCONTRIBUTING.md21 If you do not have a cluster and instance to target, you can create one via `cbt`:
25 cbt createinstance <instance-name> <display-name> <cluster-name> us-central1-b 1 SSD
/dports/net/rclone/rclone-1.57.0/vendor/cloud.google.com/go/bigtable/
H A DCONTRIBUTING.md21 If you do not have a cluster and instance to target, you can create one via `cbt`:
25 cbt createinstance <instance-name> <display-name> <cluster-name> us-central1-b 1 SSD
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/cloud.google.com/go/bigtable/
H A DCONTRIBUTING.md21 If you do not have a cluster and instance to target, you can create one via `cbt`:
25 cbt createinstance <instance-name> <display-name> <cluster-name> us-central1-b 1 SSD
/dports/www/gohugo/hugo-0.91.2/vendor/cloud.google.com/go/bigtable/
H A DCONTRIBUTING.md21 If you do not have a cluster and instance to target, you can create one via `cbt`:
25 cbt createinstance <instance-name> <display-name> <cluster-name> us-central1-b 1 SSD
/dports/sysutils/restic/google-cloud-go-storage-v1.16.0/bigtable/
H A DCONTRIBUTING.md21 If you do not have a cluster and instance to target, you can create one via `cbt`:
25 cbt createinstance <instance-name> <display-name> <cluster-name> us-central1-b 1 SSD
/dports/sysutils/restic/restic-0.12.1/vendor/cloud.google.com/go/bigtable/
H A DCONTRIBUTING.md21 If you do not have a cluster and instance to target, you can create one via `cbt`:
25 cbt createinstance <instance-name> <display-name> <cluster-name> us-central1-b 1 SSD
/dports/www/tusd/tusd-1.8.0/vendor/cloud.google.com/go/bigtable/
H A DCONTRIBUTING.md21 If you do not have a cluster and instance to target, you can create one via `cbt`:
25 cbt createinstance <instance-name> <display-name> <cluster-name> us-central1-b 1 SSD
/dports/www/netsurf/netsurf-3.10/frontends/framebuffer/
H A Dfbtk.h141 int fbtk_post_callback(fbtk_widget_t *widget, fbtk_callback_type cbt, ...);
153 fbtk_callback fbtk_set_handler(fbtk_widget_t *widget, fbtk_callback_type cbt, fbtk_callback cb, voi…
157 fbtk_callback fbtk_get_handler(fbtk_widget_t *widget, fbtk_callback_type cbt);
/dports/converters/wkhtmltopdf/qt-5db36ec/src/corelib/global/
H A Dqglobal.cpp3209 QInternal_CallBackTable *cbt = global_callback_table(); in Q_GLOBAL_STATIC() local
3210 cbt->callbacks.resize(cb + 1); in Q_GLOBAL_STATIC()
3211 cbt->callbacks[cb].append(callback); in Q_GLOBAL_STATIC()
3220 QInternal_CallBackTable *cbt = global_callback_table(); in unregisterCallback() local
3221 return (bool) cbt->callbacks[cb].removeAll(callback); in unregisterCallback()
3230 QInternal_CallBackTable *cbt = global_callback_table(); in activateCallbacks() local
3231 if (cbt && cb < cbt->callbacks.size()) { in activateCallbacks()
3232 QList<qInternalCallback> callbacks = cbt->callbacks[cb]; in activateCallbacks()
/dports/www/grafana8/grafana-8.3.6/vendor/cloud.google.com/go/internal/kokoro/
H A Dvet.sh94 grep -v bigtable/cmd/cbt/cbt.go |

12345678910>>...41