/3.0.3-GA/ep-engine/tests/ |
H A D | suite_stubs.h | 34 void prepend(ENGINE_HANDLE *h, ENGINE_HANDLE_V1 *h1);
|
H A D | suite_stubs.c | 144 void prepend(ENGINE_HANDLE *h, ENGINE_HANDLE_V1 *h1) { in prepend() function
|
/3.0.3-GA/memcached/testsuite/breakdancer/ |
H A D | suite_stubs.h | 29 void prepend(ENGINE_HANDLE *h, ENGINE_HANDLE_V1 *h1);
|
H A D | suite_stubs.c | 93 void prepend(ENGINE_HANDLE *h, ENGINE_HANDLE_V1 *h1) { in prepend() function
|
/3.0.3-GA/testrunner/scripts/ |
H A D | mb4461.py | 57 mc.prepend(k, "two")
|
/3.0.3-GA/couchbase-python-client/couchbase/tests/ |
H A D | test_couchbaseclient.py | 83 self.client.prepend('key', 'prepend')
|
/3.0.3-GA/couchbase-python-client/couchbase/ |
H A D | client.py | 222 def prepend(self, key, value, cas=0): member in Bucket 223 return self.mc_client.prepend(key, value, cas)
|
H A D | couchbaseclient.py | 330 def prepend(self, key, value, cas=0, vbucket=-1): member in MemcachedClient 950 def prepend(self, key, value, cas=0): member in CouchbaseClient 952 item = {"operation": "prepend", "key": key, "cas": cas, "value": value, 1145 elif item["operation"] == "prepend": 1151 item["response"]["return"] = conn.prepend(key, value, cas)
|
/3.0.3-GA/testrunner/lib/ |
H A D | sdk_client.py | 64 def prepend(self, key, value, cas=0, format=None, persist_to=0, replicate_to=0): member in SDKClient 66 self.cb.prepend(key, value, cas=cas, format=format, persist_to=persist_to, replicate_to=replicate_to)
|
H A D | mc_ascii_client.py | 133 def prepend(self, key, value, cas=0): member in MemcachedAsciiClient 134 response = self._doStore("prepend {0} 0 0 {1} {2}\r\n{3}\r\n".format(key, len(value), cas, value))
|
H A D | mc_bin_client.py | 141 def prepend(self, key, value, cas=0, vbucket= -1): member in MemcachedClient
|
/3.0.3-GA/moxi/t/ |
H A D | mc_bin_client.py | 99 def prepend(self, key, value, cas=0): member in MemcachedClient
|
/3.0.3-GA/ep-engine/src/ |
H A D | item.cc | 257 * @param itm the item to prepend to this one 261 ENGINE_ERROR_CODE Item::prepend(const Item &i, size_t maxItemSize) { in prepend() function in Item
|
H A D | item.h | 452 * @param item the item to prepend to this one 456 ENGINE_ERROR_CODE prepend(const Item &item, size_t maxItemSize);
|
H A D | ep_engine.cc | 2177 ret = old->prepend(*it, maxItemSize); in store()
|
/3.0.3-GA/testrunner/pytests/observe/ |
H A D | observetest.py | 139 elif self.mutate_by == "prepend" : 140 client.memcached(key).prepend(key, "prepend")
|
/3.0.3-GA/ns_server/priv/public/js/ |
H A D | app.js | 472 warnUl.prepend(li); 1204 $('#notice_container').prepend(div.children());
|
H A D | jquery-ui.custom.js | 1945 buttonElement.prepend( "<span class='ui-button-icon-primary ui-icon " + icons.primary + "'></span>" );
|
/3.0.3-GA/couchbase-cli/ |
H A D | cb_bin_client.py | 116 def prepend(self, key, value, cas=0): member in MemcachedClient
|
/3.0.3-GA/ep-engine/management/ |
H A D | mc_bin_client.py | 128 def prepend(self, key, value, cas=0): member in MemcachedClient
|
/3.0.3-GA/moxi/libmemcached/libmemcached/ |
H A D | memcached.hpp | 646 * @param[in] key key of object whose value we will prepend data to 647 * @param[in] value data to prepend to object's value 650 bool prepend(const std::string &key, const std::vector<char> &value) in prepend() function in memcache::Memcache 668 * @param[in] key key of object whose value we will prepend data to 669 * @param[in] value data to prepend to object's value
|
/3.0.3-GA/testrunner/pytests/ |
H A D | memcapable.py | 1091 self.onenodemc.prepend(key, value) 1093 self.onenodemc.prepend(key, value)
|
/3.0.3-GA/couchdb/share/www/script/ |
H A D | jquery.js | 4080 prepend: function() { 4388 prependTo: "prepend",
|
/3.0.3-GA/ns_server/priv/public/angular/libs/ |
H A D | angular-ui-router.js | 2206 element.prepend(anchor);
|
H A D | angular.js | 2019 * - [`prepend()`](http://api.jquery.com/prepend/) 2755 prepend: function(element, node) { 20100 $element.prepend(unknownOption); 20560 !angular.$$csp() && angular.element(document).find('head').prepend('<style type="text/css">@charset "UTF-8";[ng\\:cloak],[ng-cloak],[data-ng-cloak],[x-ng-cloak],.ng- (…)
|