Home
last modified time | relevance | path

Searched refs:sUnion (Results 1 – 25 of 27) sorted by relevance

12

/dports/devel/codeworker/CodeWorker4_5_3/WebSite/repository/
H A DSDLpackage.cwt110 local sUnion = i.name.subString(4);
111 @class @sUnion@UnionWrapper : public CodeWorker::ExternalValueNode {
116 inline @sUnion@UnionWrapper(@i.name@* internal = NULL) : internal_(internal) {}
/dports/science/py-rmf/rmf-1.3.1/src/avrocpp/impl/parsing/
H A DSymbol.hh63 sUnion, enumerator
184 static Symbol unionSymbol() { return Symbol(sUnion); } in unionSymbol()
449 case Symbol::sUnion: { in skip()
H A DValidatingCodec.cc356 parser.advance(Symbol::sUnion); in decodeUnionIndex()
508 parser_.advance(Symbol::sUnion); in encodeUnionIndex()
H A DJsonCodec.cc425 parser_.advance(Symbol::sUnion); in decodeUnionIndex()
624 parser_.advance(Symbol::sUnion); in encodeUnionIndex()
H A DResolvingDecoder.cc599 parser_.advance(Symbol::sUnion); in decodeUnionIndex()
/dports/science/rmf/rmf-1.3.1/src/avrocpp/impl/parsing/
H A DSymbol.hh63 sUnion, enumerator
184 static Symbol unionSymbol() { return Symbol(sUnion); } in unionSymbol()
449 case Symbol::sUnion: { in skip()
H A DValidatingCodec.cc356 parser.advance(Symbol::sUnion); in decodeUnionIndex()
508 parser_.advance(Symbol::sUnion); in encodeUnionIndex()
H A DJsonCodec.cc425 parser_.advance(Symbol::sUnion); in decodeUnionIndex()
624 parser_.advance(Symbol::sUnion); in encodeUnionIndex()
H A DResolvingDecoder.cc599 parser_.advance(Symbol::sUnion); in decodeUnionIndex()
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Cache/Backend/
H A DRedisBackend.php528 …$tagToIdentifiersSetsToRemoveIdentifiersFrom = $this->redis->sUnion($prefixedIdentifierToTagsKeysT…
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Cache/Backend/
H A DRedisBackend.php529 …$tagToIdentifiersSetsToRemoveIdentifiersFrom = $this->redis->sUnion($prefixedIdentifierToTagsKeysT…
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Cache/Backend/
H A DRedisBackend.php529 …$tagToIdentifiersSetsToRemoveIdentifiersFrom = $this->redis->sUnion($prefixedIdentifierToTagsKeysT…
/dports/databases/pecl-redis/redis-5.3.5/
H A Dphp_redis.h101 PHP_METHOD(Redis, sUnion);
H A DREADME.markdown2292 * [sUnion](#sunion) - Add multiple sets
2632 ### sUnion subsection
2642 **Note:** `sUnion` can also take a single array with keys (see example below).
2656 var_dump($redis->sUnion('s0', 's1', 's2'));
2659 var_dump($redis->sUnion(['s0', 's1', 's2']));
2678 _**Description**_: Performs the same action as sUnion, but stores the result in the first key
H A Dredis.c398 PHP_ME(Redis, sUnion, arginfo_nkeys, ZEND_ACC_PUBLIC)
1731 PHP_METHOD(Redis, sUnion) { in PHP_METHOD() argument
/dports/devel/spark/spark-2.1.1/core/src/test/java/org/apache/spark/
H A DJavaAPISuite.java104 JavaRDD<String> sUnion = sc.union(s1, s2); in sparkContextUnion() local
105 assertEquals(4, sUnion.count()); in sparkContextUnion()
109 sUnion = sc.union(s1, list); in sparkContextUnion()
110 assertEquals(4, sUnion.count()); in sparkContextUnion()
/dports/databases/pecl-redis/redis-5.3.5/tests/
H A DRedisTest.php1647 $xy = $this->redis->sUnion('{set}x', '{set}y'); // x U y
1653 $yz = $this->redis->sUnion('{set}y', '{set}z'); // y U Z
1659 $zt = $this->redis->sUnion('{set}z', '{set}t'); // z U t
1665 $xyz = $this->redis->sUnion('{set}x', '{set}y', '{set}z'); // x U y U z
3224 ->sUnion('{s}key2', '{s}keydest')
3453 ->sUnion($key, $dkey . 'skey4')
3572 ->sUnion($key, $dkey . 'skey4')
3822 ->sUnion($key, $dkey . 'skey4')
3937 ->sUnion($key, $dkey . 'skey4')
4046 $this->assertEquals(FALSE, $this->redis->sUnion($key, $dkey . 'skey4'));
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/go-redis/redis/
H A Dcommands_test.go2065 sUnion := client.SUnion("set1", "set2")
2066 Expect(sUnion.Err()).NotTo(HaveOccurred())
2067 Expect(sUnion.Val()).To(HaveLen(5))
/dports/multimedia/livego/livego-0.0.15/vendor/github.com/go-redis/redis/v7/
H A Dcommands_test.go2144 sUnion := client.SUnion("set1", "set2")
2145 Expect(sUnion.Err()).NotTo(HaveOccurred())
2146 Expect(sUnion.Val()).To(HaveLen(5))
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/go-redis/redis/v7/
H A Dcommands_test.go2144 sUnion := client.SUnion("set1", "set2")
2145 Expect(sUnion.Err()).NotTo(HaveOccurred())
2146 Expect(sUnion.Val()).To(HaveLen(5))
/dports/devel/pecl-swoole/swoole-4.8.5/ext-src/
H A Dswoole_redis_coro.cc1874 static PHP_METHOD(swoole_redis_coro, sUnion);
2062 PHP_ME(swoole_redis_coro, sUnion, arginfo_swoole_redis_coro_sUnion, ZEND_ACC_PUBLIC)
2689 static PHP_METHOD(swoole_redis_coro, sUnion) { in PHP_METHOD() argument
/dports/security/vuls/vuls-0.13.7/vendor/github.com/go-redis/redis/v8/
H A Dcommands_test.go2253 sUnion := client.SUnion(ctx, "set1", "set2")
2254 Expect(sUnion.Err()).NotTo(HaveOccurred())
2255 Expect(sUnion.Val()).To(HaveLen(5))
/dports/security/go-cve-dictionary/go-cve-dictionary-0.5.5/vendor/github.com/go-redis/redis/v8/
H A Dcommands_test.go2253 sUnion := client.SUnion(ctx, "set1", "set2")
2254 Expect(sUnion.Err()).NotTo(HaveOccurred())
2255 Expect(sUnion.Val()).To(HaveLen(5))
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/vendor/github.com/go-redis/redis/v8/
H A Dcommands_test.go2184 sUnion := client.SUnion(ctx, "set1", "set2")
2185 Expect(sUnion.Err()).NotTo(HaveOccurred())
2186 Expect(sUnion.Val()).To(HaveLen(5))
/dports/net/storj/storj-1.45.3/vendor/github.com/go-redis/redis/v8/
H A Dcommands_test.go2554 sUnion := client.SUnion(ctx, "set1", "set2")
2555 Expect(sUnion.Err()).NotTo(HaveOccurred())
2556 Expect(sUnion.Val()).To(HaveLen(5))

12