Home
last modified time | relevance | path

Searched refs:couchbase (Results 1 – 25 of 249) sorted by relevance

12345678910

/dports/databases/pecl-couchbase/couchbase-2.6.2/
H A Dconfig.m451 couchbase.c \
58 src/couchbase/crypto.c \
62 src/couchbase/base36.c \
63 src/couchbase/pool.c \
65 src/couchbase/bucket.c \
66 src/couchbase/bucket/cbft.c \
69 src/couchbase/bucket/get.c \
83 src/couchbase/cluster.c \
86 src/couchbase/document.c \
92 src/couchbase/n1ql_index.c \
[all …]
H A Dconfig.w324 ARG_WITH("couchbase", "Couchbase support", "no");
7 if (CHECK_LIB("libcouchbase.lib", "couchbase", PHP_COUCHBASE) &&
9 if (CHECK_LIB("zlib_a.lib;zlib.lib", "couchbase") &&
13 if (ADD_EXTENSION_DEP('couchbase', 'igbinary')) {
18 "couchbase.c " +
107 … ADD_SOURCES(configure_module_dirname + "\\src\\couchbase", src_couchbase_sources, "couchbase");
108 …DD_SOURCES(configure_module_dirname + "\\src\\couchbase\\search", src_couchbase_search_sources, "c…
109 …DD_SOURCES(configure_module_dirname + "\\src\\couchbase\\bucket", src_couchbase_bucket_sources, "c…
110 …ES(configure_module_dirname + "\\src\\couchbase\\bucket_manager", src_couchbase_bucket_manager_sou…
111 …S(configure_module_dirname + "\\src\\couchbase\\cluster_manager", src_couchbase_cluster_manager_so…
[all …]
H A DREADME.md1 … [![Build Status](http://sdkbuilds.sc.couchbase.com/buildStatus/icon?job=builds-php)](http://sdkbu…
10 * Source - https://github.com/couchbaselabs/php-couchbase
11 * Bug Tracker - https://www.couchbase.com/issues/browse/PCBC
14 * PECL - https://pecl.php.net/package/couchbase
29 pecl install couchbase
62 git clone git://github.com/couchbase/php-couchbase.git
63 cd php-couchbase
65 ./configure --with-couchbase
93 [PHP Community](https://forums.couchbase.com/c/php-sdk) on
105 rm -rf couchbase-php-client-$ver
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-database-couchbase/vendor/github.com/couchbase/gocb/v2/
H A DREADME.md1 [![GoDoc](https://godoc.org/github.com/couchbase/gocb?status.png)](https://godoc.org/github.com/cou…
7 [http://www.github.com/couchbase/go-couchbase](http://www.github.com/couchbase/go-couchbase).
18 The project source is hosted at [http://github.com/couchbase/gocb](http://github.com/couchbase/gocb…
21 …e through godoc at [https://godoc.org/github.com/couchbase/gocb](https://godoc.org/github.com/couc…
26 Issues are tracked on Couchbase's public [issues.couchbase.com](http://www.couchbase.com/issues/bro…
27 Contact [the site admins](https://issues.couchbase.com/secure/ContactAdministrators!default.jspa)
28 regarding login or other problems at issues.couchbase.com (officially) or ask
29 around in [couchbase/discuss on gitter.im](https://gitter.im/couchbase/discuss)
37 go get github.com/couchbase/gocb/v2
42 go get github.com/couchbase/gocb
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/couchbase/gocb/v2/
H A DREADME.md1 [![GoDoc](https://godoc.org/github.com/couchbase/gocb?status.png)](https://godoc.org/github.com/cou…
7 [http://www.github.com/couchbase/go-couchbase](http://www.github.com/couchbase/go-couchbase).
18 The project source is hosted at [http://github.com/couchbase/gocb](http://github.com/couchbase/gocb…
21 …e through godoc at [https://godoc.org/github.com/couchbase/gocb](https://godoc.org/github.com/couc…
26 Issues are tracked on Couchbase's public [issues.couchbase.com](http://www.couchbase.com/issues/bro…
27 Contact [the site admins](https://issues.couchbase.com/secure/ContactAdministrators!default.jspa)
28 regarding login or other problems at issues.couchbase.com (officially) or ask
29 around in [couchbase/discuss on gitter.im](https://gitter.im/couchbase/discuss)
37 go get github.com/couchbase/gocb/v2
42 go get github.com/couchbase/gocb
[all …]
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/doctrine/cache/lib/Doctrine/Common/Cache/
H A DCouchbaseCache.php36 private $couchbase; variable in Doctrine\\Common\\Cache\\CouchbaseCache
41 * @param Couchbase $couchbase
45 public function setCouchbase(Couchbase $couchbase) argument
47 $this->couchbase = $couchbase;
57 return $this->couchbase;
65 return $this->couchbase->get($id) ?: false;
73 return (null !== $this->couchbase->get($id));
92 return $this->couchbase->delete($id);
100 return $this->couchbase->flush();
108 $stats = $this->couchbase->getStats();
[all …]
/dports/www/bolt/bolt-2.2.24/vendor/doctrine/cache/lib/Doctrine/Common/Cache/
H A DCouchbaseCache.php36 private $couchbase; variable in Doctrine\\Common\\Cache\\CouchbaseCache
41 * @param Couchbase $couchbase
45 public function setCouchbase(Couchbase $couchbase) argument
47 $this->couchbase = $couchbase;
57 return $this->couchbase;
65 return $this->couchbase->get($id) ?: false;
73 return (null !== $this->couchbase->get($id));
92 return $this->couchbase->delete($id);
100 return $this->couchbase->flush();
108 $stats = $this->couchbase->getStats();
[all …]
/dports/www/drupal8/drupal-8.9.20/vendor/doctrine/cache/lib/Doctrine/Common/Cache/
H A DCouchbaseCache.php36 private $couchbase; variable in Doctrine\\Common\\Cache\\CouchbaseCache
41 * @param Couchbase $couchbase
45 public function setCouchbase(Couchbase $couchbase) argument
47 $this->couchbase = $couchbase;
57 return $this->couchbase;
65 return $this->couchbase->get($id) ?: false;
73 return (null !== $this->couchbase->get($id));
92 return $this->couchbase->delete($id);
100 return $this->couchbase->flush();
108 $stats = $this->couchbase->getStats();
[all …]
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/doctrine/cache/lib/Doctrine/Common/Cache/
H A DCouchbaseCache.php20 private $couchbase; variable in Doctrine\\Common\\Cache\\CouchbaseCache
27 public function setCouchbase(Couchbase $couchbase) argument
29 $this->couchbase = $couchbase;
39 return $this->couchbase;
47 return $this->couchbase->get($id) ?: false;
55 return $this->couchbase->get($id) !== null;
67 return $this->couchbase->set($id, $data, (int) $lifeTime);
75 return $this->couchbase->delete($id);
83 return $this->couchbase->flush();
91 $stats = $this->couchbase->getStats();
[all …]
/dports/audio/ampache/ampache-php74-5.0.0/vendor/doctrine/cache/lib/Doctrine/Common/Cache/
H A DCouchbaseCache.php21 private $couchbase; variable in Doctrine\\Common\\Cache\\CouchbaseCache
28 public function setCouchbase(Couchbase $couchbase) argument
30 $this->couchbase = $couchbase;
40 return $this->couchbase;
48 return $this->couchbase->get($id) ?: false;
56 return $this->couchbase->get($id) !== null;
68 return $this->couchbase->set($id, $data, (int) $lifeTime);
76 return $this->couchbase->delete($id);
84 return $this->couchbase->flush();
92 $stats = $this->couchbase->getStats();
[all …]
/dports/finance/prestashop/prestashop/vendor/doctrine/cache/lib/Doctrine/Common/Cache/
H A DCouchbaseCache.php20 private $couchbase; variable in Doctrine\\Common\\Cache\\CouchbaseCache
27 public function setCouchbase(Couchbase $couchbase) argument
29 $this->couchbase = $couchbase;
39 return $this->couchbase;
47 return $this->couchbase->get($id) ?: false;
55 return $this->couchbase->get($id) !== null;
67 return $this->couchbase->set($id, $data, (int) $lifeTime);
75 return $this->couchbase->delete($id);
83 return $this->couchbase->flush();
91 $stats = $this->couchbase->getStats();
[all …]
/dports/www/elgg/elgg-3.3.23/vendor/doctrine/cache/lib/Doctrine/Common/Cache/
H A DCouchbaseCache.php21 private $couchbase; variable in Doctrine\\Common\\Cache\\CouchbaseCache
28 public function setCouchbase(Couchbase $couchbase) argument
30 $this->couchbase = $couchbase;
40 return $this->couchbase;
48 return $this->couchbase->get($id) ?: false;
56 return $this->couchbase->get($id) !== null;
68 return $this->couchbase->set($id, $data, (int) $lifeTime);
76 return $this->couchbase->delete($id);
84 return $this->couchbase->flush();
92 $stats = $this->couchbase->getStats();
[all …]
/dports/www/typo3-10/typo3_src-10.4.25/vendor/doctrine/cache/lib/Doctrine/Common/Cache/
H A DCouchbaseCache.php19 private $couchbase; variable in Doctrine\\Common\\Cache\\CouchbaseCache
26 public function setCouchbase(Couchbase $couchbase) argument
28 $this->couchbase = $couchbase;
38 return $this->couchbase;
46 return $this->couchbase->get($id) ?: false;
54 return $this->couchbase->get($id) !== null;
65 return $this->couchbase->set($id, $data, (int) $lifeTime);
73 return $this->couchbase->delete($id);
81 return $this->couchbase->flush();
89 $stats = $this->couchbase->getStats();
[all …]
/dports/www/typo3-9/typo3_src-9.5.31/vendor/doctrine/cache/lib/Doctrine/Common/Cache/
H A DCouchbaseCache.php19 private $couchbase; variable in Doctrine\\Common\\Cache\\CouchbaseCache
26 public function setCouchbase(Couchbase $couchbase) argument
28 $this->couchbase = $couchbase;
38 return $this->couchbase;
46 return $this->couchbase->get($id) ?: false;
54 return $this->couchbase->get($id) !== null;
65 return $this->couchbase->set($id, $data, (int) $lifeTime);
73 return $this->couchbase->delete($id);
81 return $this->couchbase->flush();
89 $stats = $this->couchbase->getStats();
[all …]
/dports/www/matomo/piwik/vendor/matomo/doctrine-cache-fork/lib/Doctrine/Common/Cache/
H A DCouchbaseCache.php20 private $couchbase; variable in Doctrine\\Common\\Cache\\CouchbaseCache
27 public function setCouchbase(Couchbase $couchbase) argument
29 $this->couchbase = $couchbase;
39 return $this->couchbase;
47 return $this->couchbase->get($id) ?: false;
55 return $this->couchbase->get($id) !== null;
67 return $this->couchbase->set($id, $data, (int) $lifeTime);
75 return $this->couchbase->delete($id);
83 return $this->couchbase->flush();
91 $stats = $this->couchbase->getStats();
[all …]
/dports/www/typo3-11/typo3_src-11.5.7/vendor/doctrine/cache/lib/Doctrine/Common/Cache/
H A DCouchbaseCache.php19 private $couchbase; variable in Doctrine\\Common\\Cache\\CouchbaseCache
26 public function setCouchbase(Couchbase $couchbase) argument
28 $this->couchbase = $couchbase;
38 return $this->couchbase;
46 return $this->couchbase->get($id) ?: false;
54 return $this->couchbase->get($id) !== null;
65 return $this->couchbase->set($id, $data, (int) $lifeTime);
73 return $this->couchbase->delete($id);
81 return $this->couchbase->flush();
89 $stats = $this->couchbase->getStats();
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-database-couchbase/
H A DREADME.md1 # vault-plugin-database-couchbase
3 …ashicorp/vault-plugin-database-couchbase.svg?style=svg)](https://circleci.com/gh/hashicorp/vault-p…
32 command=couchbase-database-plugin
42 $ vault write database/config/insecure-couchbase plugin_name="couchbase-database-plugin" \
45 … allowed_roles="insecure-couchbase-admin-role,insecure-couchbase-*-bucket-role,static-account"
62 $ vault write database/config/secure-couchbase plugin_name="couchbase-database-plugin" \
66 allowed_roles="secure-couchbase-admin-role,secure-couchbase-*-bucket-role,static-account"
70 $ vault write -force database/rotate-root/secure-couchbase
79 $ vault write database/roles/insecure-couchbase-admin-role db_name=insecure-couchbase \
82 $ vault write database/roles/insecure-couchbase-travel-sample-bucket-role db_name=insecure-couchbas…
[all …]
/dports/databases/libcouchbase/libcouchbase-2.10.7/
H A DREADME.markdown3 This is the C client library for [Couchbase](http://www.couchbase.com)
49 $ git clone git://github.com/couchbase/libcouchbase.git
61 C:\> git clone git://github.com/couchbase/libcouchbase.git
106 servers the spec will look like `couchbase://localhost,default` or `couchbase://localhost,protected…
124 * [node.js](http://github.com/couchbase/couchnode)
125 * [Python](http://github.com/couchbase/couchbase-python-client)
126 * [PHP](http://github.com/couchbase/php-couchbase)
131 * [Ruby](http://github.com/couchbase/couchbase-ruby-client) (uses the old < 2.6 API)
175 * Dave Rigby <daver@couchbase.com>
179 * Patrick Varley <patrick@couchbase.com>
[all …]
H A DRELEASE_NOTES.markdown308 …ttps://issues.couchbase.com/browse/PCBC-543), [CCBC-932](https://issues.couchbase.com/browse/CCBC-…
578 * [CCBC-833](https://issues.couchbase.com/browse/CCBC-833), [CCBC-834](https://issues.couchbase.com…
1581 * Interpret `couchbase://host:8091` connection string as `couchbase://host`
2306 `<libcouchbase/couchbase.h>` file.
2312 * `arguments.h` - now a part of `couchbase.h`
2313 * `callbacks.h` - now a part of `couchbase.h`
2315 * `durability.h` - now a part of `couchbase.h`
2318 * `timings.h` - Part of `couchbase.h`
2737 more at man page lcb\_cntl(3couchbase) in section
2899 (http://review.couchbase.org/25170 and
[all …]
/dports/www/gitea/gitea-1.16.5/vendor/github.com/couchbase/go-couchbase/
H A DREADME.markdown1 # A smart client for couchbase in go
8 [couchbase](http://www.couchbase.com/) server including all of the
18 go get github.com/couchbase/go-couchbase
22 c, err := couchbase.Connect("http://dev-couchbase.example.com:8091/")
/dports/sysutils/py-salt/salt-3004.1/salt/returners/
H A Dcouchbase_return.py58 import couchbase
87 couchbase.set_json_converters(_json_dumps, salt.utils.json.loads)
113 COUCHBASE_CONN = couchbase.Couchbase.connect(
120 COUCHBASE_CONN = couchbase.Couchbase.connect(
159 except couchbase.exceptions.HTTPError:
194 except couchbase.exceptions.KeyExistsError:
217 except couchbase.exceptions.KeyExistsError:
234 except couchbase.exceptions.NotFoundError:
261 except couchbase.exceptions.NotFoundError:
281 except couchbase.exceptions.NotFoundError:
/dports/security/vault/vault-1.8.2/website/content/docs/secrets/databases/
H A Dcouchbase.mdx23 | `couchbase-database-plugin` | Yes | Yes | Yes |
40 $ vault write database/config/my-couchbase-database \
41 plugin_name="couchbase-database-plugin" \
57 $ vault write database/config/my-couchbase-database \
58 plugin_name="couchbase-database-plugin" \
73 vault write -force database/rotate-root/my-couchbase-database
90 db_name="my-couchbase-database" \
114 1. Configure a static role that maps a name in Vault to an existing couchbase
119 db_name="my-couchbase-database" \
120 username="my-existing-couchbase-user" \
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/bshaffer/oauth2-server-php/test/lib/OAuth2/Storage/
H A DBootstrap.php19 private $couchbase; variable in OAuth2\\Storage\\Bootstrap
200 if (!$this->couchbase) {
202 $this->couchbase = new NullStorage('Couchbase', 'Skipping Couchbase tests');
212 $couchbase = new \Couchbase(array('localhost:8091'), '', '', 'auth', false);
213 if ($this->testCouchbaseConnection($couchbase)) {
214 $this->clearCouchbase($couchbase);
215 $this->createCouchbaseDB($couchbase);
217 $this->couchbase = new CouchbaseDB($couchbase);
227 return $this->couchbase;
230 private function testCouchbaseConnection(\Couchbase $couchbase) argument
[all …]
/dports/devel/py-celery/celery-4.4.7/docs/internals/reference/
H A Dcelery.backends.couchbase.rst2 ``celery.backends.couchbase``
7 .. currentmodule:: celery.backends.couchbase
9 .. automodule:: celery.backends.couchbase
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/
H A DCouchbaseCacheTest.php13 private $couchbase; variable in Doctrine\\Tests\\Common\\Cache\\CouchbaseCacheTest
18 $this->couchbase = new Couchbase('127.0.0.1', 'Administrator', 'password', 'default');
27 $driver->setCouchbase($this->couchbase);

12345678910