Home
last modified time | relevance | path

Searched refs:bag (Results 1 – 25 of 3240) sorted by relevance

12345678910>>...130

/dports/java/apache-commons-collections/commons-collections-3.2.2-src/src/test/org/apache/commons/collections/bag/
H A DAbstractTestBag.java80 bag.add("A"); in testBagAdd()
83 bag.add("A"); in testBagAdd()
86 bag.add("B"); in testBagAdd()
93 assertTrue(bag.equals(bag)); in testBagEqualsSelf()
95 assertTrue(bag.equals(bag)); in testBagEqualsSelf()
97 assertTrue(bag.equals(bag)); in testBagEqualsSelf()
99 assertTrue(bag.equals(bag)); in testBagEqualsSelf()
104 bag.add("A"); in testRemove()
108 bag.add("A"); in testRemove()
109 bag.add("A"); in testRemove()
[all …]
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/
H A DResponseHeaderBagTest.php45 $bag = new ResponseHeaderBag([]);
62 $bag = new ResponseHeaderBag([
86 $bag = new ResponseHeaderBag();
90 $bag = new ResponseHeaderBag();
117 $bag->clearCookie('foo');
156 $bag->remove('Cache-Control');
157 $bag->replace([]);
245 ], $bag->getCookies());
247 $bag->remove('set-cookie');
348 $bag->remove('Date');
[all …]
H A DHeaderBagTest.php22 $this->assertTrue($bag->has('foo'));
27 $bag = new HeaderBag();
40 $keys = $bag->keys();
62 $bag->getDate('foo');
67 $bag = new HeaderBag();
86 $bag->replace(['NOPE' => 'BAR']);
103 $bag->set('foo', 'bor', false);
107 $bag->set('baz', null);
113 $bag = new HeaderBag();
128 $bag->set('foo', 'bor', false);
[all …]
/dports/www/elgg/elgg-3.3.23/vendor/symfony/http-foundation/Tests/
H A DResponseHeaderBagTest.php45 $bag = new ResponseHeaderBag([]);
62 $bag = new ResponseHeaderBag([
86 $bag = new ResponseHeaderBag();
90 $bag = new ResponseHeaderBag();
117 $bag->clearCookie('foo');
156 $bag->remove('Cache-Control');
157 $bag->replace([]);
245 ], $bag->getCookies());
247 $bag->remove('set-cookie');
348 $bag->remove('Date');
[all …]
H A DHeaderBagTest.php22 $this->assertTrue($bag->has('foo'));
27 $bag = new HeaderBag();
40 $keys = $bag->keys();
62 $bag->getDate('foo');
67 $bag = new HeaderBag();
86 $bag->replace(['NOPE' => 'BAR']);
103 $bag->set('foo', 'bor', false);
107 $bag->set('baz', null);
113 $bag = new HeaderBag();
128 $bag->set('foo', 'bor', false);
[all …]
/dports/deskutils/egroupware/egroupware/vendor/symfony/http-foundation/Tests/
H A DResponseHeaderBagTest.php45 $bag = new ResponseHeaderBag([]);
62 $bag = new ResponseHeaderBag([
86 $bag = new ResponseHeaderBag();
90 $bag = new ResponseHeaderBag();
117 $bag->clearCookie('foo');
157 $bag->replace([]);
177 ], $bag->all('set-cookie'));
245 ], $bag->getCookies());
247 $bag->remove('set-cookie');
295 $bag->remove('Date');
[all …]
H A DHeaderBagTest.php22 $this->assertTrue($bag->has('foo'));
27 $bag = new HeaderBag();
40 $keys = $bag->keys();
62 $bag->getDate('foo');
67 $bag = new HeaderBag();
103 $bag->set('foo', 'bor', false);
107 $bag->set('baz', null);
120 $bag->set('foo', 'bor', false);
126 $bag = new HeaderBag();
141 $bag->set('foo', 'bor', false);
[all …]
/dports/audio/ampache/ampache-php74-5.0.0/vendor/symfony/http-foundation/Tests/
H A DResponseHeaderBagTest.php45 $bag = new ResponseHeaderBag([]);
62 $bag = new ResponseHeaderBag([
86 $bag = new ResponseHeaderBag();
90 $bag = new ResponseHeaderBag();
117 $bag->clearCookie('foo');
156 $bag->remove('Cache-Control');
157 $bag->replace([]);
245 ], $bag->getCookies());
247 $bag->remove('set-cookie');
348 $bag->remove('Date');
[all …]
H A DHeaderBagTest.php22 $this->assertTrue($bag->has('foo'));
27 $bag = new HeaderBag();
40 $keys = $bag->keys();
62 $bag->getDate('foo');
67 $bag = new HeaderBag();
86 $bag->replace(['NOPE' => 'BAR']);
103 $bag->set('foo', 'bor', false);
107 $bag->set('baz', null);
113 $bag = new HeaderBag();
128 $bag->set('foo', 'bor', false);
[all …]
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/
H A DResponseHeaderBagTest.php45 $bag = new ResponseHeaderBag([]);
62 $bag = new ResponseHeaderBag([
86 $bag = new ResponseHeaderBag();
90 $bag = new ResponseHeaderBag();
117 $bag->clearCookie('foo');
156 $bag->remove('Cache-Control');
157 $bag->replace([]);
245 ], $bag->getCookies());
247 $bag->remove('set-cookie');
348 $bag->remove('Date');
[all …]
H A DHeaderBagTest.php22 $this->assertTrue($bag->has('foo'));
27 $bag = new HeaderBag();
40 $keys = $bag->keys();
62 $bag->getDate('foo');
67 $bag = new HeaderBag();
86 $bag->replace(['NOPE' => 'BAR']);
103 $bag->set('foo', 'bor', false);
107 $bag->set('baz', null);
113 $bag = new HeaderBag();
128 $bag->set('foo', 'bor', false);
[all …]
/dports/www/itop/web/lib/silex/vendor/symfony/http-foundation/Tests/
H A DResponseHeaderBagTest.php86 $bag = new ResponseHeaderBag();
90 $bag = new ResponseHeaderBag();
95 $bag = new ResponseHeaderBag();
117 $bag->clearCookie('foo');
148 $bag->remove('Cache-Control');
149 $bag->replace(array());
156 $bag = new ResponseHeaderBag();
237 ), $bag->getCookies());
239 $bag->remove('set-cookie');
344 $bag->remove('Date');
[all …]
H A DHeaderBagTest.php22 $this->assertTrue($bag->has('foo'));
27 $bag = new HeaderBag();
40 $keys = $bag->keys();
47 $headerDate = $bag->getDate('foo');
57 $headerDate = $bag->getDate('foo');
62 $bag = new HeaderBag();
81 $bag->replace(array('NOPE' => 'BAR'));
98 $bag->set('foo', 'bor', false);
105 $bag = new HeaderBag();
120 $bag->set('foo', 'bor', false);
[all …]
/dports/devel/gitlist/gitlist/vendor/symfony/http-foundation/Tests/
H A DHeaderBagTest.php21 $this->assertTrue($bag->has('foo'));
26 $bag = new HeaderBag();
39 $keys = $bag->keys();
46 $headerDate = $bag->getDate('foo');
56 $headerDate = $bag->getDate('foo');
61 $bag = new HeaderBag();
80 $bag->replace(array('NOPE' => 'BAR'));
97 $bag->set('foo', 'bor', false);
104 $bag = new HeaderBag();
119 $bag->set('foo', 'bor', false);
[all …]
H A DResponseHeaderBagTest.php27 $bag = new ResponseHeaderBag($headers);
109 $bag = new ResponseHeaderBag();
121 $bag->clearCookie('foo');
152 $bag->remove('Cache-Control');
153 $bag->replace(array());
160 $bag = new ResponseHeaderBag();
183 $bag = new ResponseHeaderBag();
203 $bag = new ResponseHeaderBag();
210 $bag->removeCookie('foo', null);
214 $bag->removeCookie('bar', null);
[all …]
/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/livestatus/
H A Dlivestatuslogutility.cpp138 return bag; in GetAttributes()
159 return bag; in GetAttributes()
176 return bag; in GetAttributes()
203 return bag; in GetAttributes()
222 return bag; in GetAttributes()
248 return bag; in GetAttributes()
264 return bag; in GetAttributes()
275 return bag; in GetAttributes()
287 return bag; in GetAttributes()
292 return bag; in GetAttributes()
[all …]
/dports/lang/chibi-scheme/chibi-scheme-0.10/lib/srfi/
H A D113.sld33 bag bag-contains? bag-unfold
35 bag? bag-empty? bag-disjoint?
39 bag-adjoin bag-adjoin! bag-replace bag-replace!
43 bag-size bag-find bag-count bag-any? bag-every?
45 bag-map bag-for-each bag-fold bag-filter bag-filter!
46 bag-remove bag-remove! bag-partition bag-partition!
48 bag-copy bag->list list->bag list->bag!
50 bag=? bag<? bag>? bag<=? bag>=?
52 bag-union bag-intersection bag-difference bag-xor
59 bag-sum bag-sum! bag-product bag-product! bag-element-count
[all …]
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/ParameterBag/
H A DParameterBagTest.php37 $bag->clear();
43 $bag = new ParameterBag([
47 $bag->remove('foo');
54 $bag->set('bar', 'foo');
57 $bag->set('foo', 'baz');
61 $bag->get('baba');
119 $bag->remove('BAR');
201 $bag->resolve();
209 $bag->resolve();
222 $bag->resolve();
[all …]
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/ParameterBag/
H A DParameterBagTest.php37 $bag->clear();
43 $bag = new ParameterBag([
47 $bag->remove('foo');
54 $bag->set('bar', 'foo');
57 $bag->set('foo', 'baz');
61 $bag->get('baba');
119 $bag->remove('BAR');
201 $bag->resolve();
209 $bag->resolve();
222 $bag->resolve();
[all …]
/dports/deskutils/egroupware/egroupware/vendor/symfony/dependency-injection/Tests/ParameterBag/
H A DParameterBagTest.php37 $bag->clear();
43 $bag = new ParameterBag([
47 $bag->remove('foo');
54 $bag->set('bar', 'foo');
57 $bag->set('foo', 'baz');
61 $bag->get('baba');
113 $bag->remove('BAR');
193 $bag->resolve();
201 $bag->resolve();
214 $bag->resolve();
[all …]
/dports/devel/collada-dom/collada-dom-2.5.0/dom/codeGen/1.4/tpl/
H A Dtpl-class-def.php137 if ( count( $bag['attributes'] ) > 0 || $bag['useXMLNS'] )
169 if ( (count( $bag['elements'] ) > 0 && !$bag['isRestriction']) || $bag['has_any'] )
181 …$bag['element_documentation'][ $bag['elements'][$i] ] .= " @see " . $_globals['prefix'] . ucfirst(…
197 if ( $bag['hasChoice'] || $needsContents || $bag['has_any'] )
215 if ( ($bag['content_type'] != '' || $bag['mixed']) && !$bag['abstract'] )
236 if ( $bag['complex_type'] && !$bag['isAComplexType'] )
238 $bag2 = $bag;
244 …count($bag['elements'])>0 ||( ($bag['content_type'] != '' || $bag['mixed']) && !$bag['abstract'] )…
248 printAttributes( $bag, $typemeta, $indent, !$bag['isAComplexType'] );
296 if ( $bag['hasChoice'] || $needsContents || $bag['has_any'] )
[all …]
/dports/science/teem/teem-1.11.0-src/src/bin/
H A Dpuller.c193 bag->ncval = bag->nenr; in outputShow()
248 if (nrrdApply1DRegMap(bag->ncmapOut, bag->ncval, bag->cvalRange, in outputShow()
280 bag->icvalr[0] = bag->cvalRange->min; in outputShow()
281 bag->icvalr[1] = bag->cvalRange->max; in outputShow()
577 bag->strnMin = bag->strength->value(); in strength_cb()
584 bag->qualMin = bag->quality->value(); in quality_cb()
598 me, bag->scaleVec[0], bag->scaleVec[1], bag->scaleVec[2]); in save_cb()
1241 nrrdCopy(bag.nblur, bag.norig); in main()
1395 bag.sclMin = bag.sclMax = 0; in main()
1442 bag.viewer->resizable(bag.viewer); in main()
[all …]
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/camel/
H A Dcamel-object-bag.c53 bag->reserved = g_list_prepend (bag->reserved, reservation); in key_reservation_new()
81 bag->reserved = g_list_remove (bag->reserved, reservation); in key_reservation_free()
113 CamelObjectBag *bag; member
122 g_mutex_lock (&bag->mutex); in object_bag_notify()
146 ref->bag); in wref_free_func()
172 CamelObjectBag *bag; in camel_object_bag_new() local
192 bag->key_table = key_table; in camel_object_bag_new()
197 g_mutex_init (&bag->mutex); in camel_object_bag_new()
199 return bag; in camel_object_bag_new()
226 g_mutex_lock (&bag->mutex); in camel_object_bag_get()
[all …]
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/slim/slim/tests/Helper/
H A DSetTest.php35 protected $bag; variable in SetTest
47 $this->bag->set('foo', 'bar');
49 $bag = $this->property->getValue($this->bag);
67 $this->bag->replace(array(
73 $bag = $this->property->getValue($this->bag);
105 $this->bag->remove('foo');
116 $this->bag->clear();
138 $bag = $this->property->getValue($this->bag);
160 unset($this->bag['foo']);
198 $this->bag->foo = 'bar';
[all …]
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/rust_hawktracer_sys-0.4.2/hawktracer/lib/include/internal/
H A Dbag.h57 bag->size = 0; \
65 bag->size--; \
68 bag->data[n] = bag->data[bag->size]; \
71 if (bag->capacity > bag->min_capacity && bag->size < bag->capacity / 4) \
73 ht_bag##METHOD_SUFFIX##_resize_(bag, bag->capacity / 2); \
80 if (bag->capacity == bag->size) \
88 bag->data[bag->size++] = data; \
96 ht_bag##METHOD_SUFFIX##_resize_(bag, bag->min_capacity); \
109 #define ht_bag_last(bag) bag.data[bag.size - 1] argument
110 #define ht_bag_size(bag) bag.size argument
[all …]

12345678910>>...130