Home
last modified time | relevance | path

Searched refs:combination (Results 1 – 25 of 9392) sorted by relevance

12345678910>>...376

/dports/finance/prestashop/prestashop/src/Adapter/Product/Combination/Validate/
H A DCombinationValidator.php43 * @param Combination $combination
45 public function validate(Combination $combination): void argument
47 $this->validateDetails($combination);
48 $this->validatePrices($combination);
49 $this->validateStock($combination);
53 * @param Combination $combination
69 * @param Combination $combination
83 * @param Combination $combination
88 private function validateStock(Combination $combination): void argument
95 $combination,
[all …]
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/
H A Dclos-methcomb1.lisp128 (setf (method-combination-name combination) name)
131 (setf (method-combination-expander combination) expander)
136 (setf (method-combination-operator combination) operator)
140 (setf (method-combination-options combination) options)
141 combination)
152 (defun copy-method-combination (combination)
154 :name (method-combination-name combination)
157 :expander (method-combination-expander combination)
161 :qualifiers (method-combination-qualifiers combination)
162 :operator (method-combination-operator combination)
[all …]
/dports/lang/ruby26/ruby-2.6.9/spec/ruby/core/array/
H A Dcombination_spec.rb13 @array.combination(2){}.should equal(@array)
17 @array.combination(5).to_a.should == []
18 @array.combination(-1).to_a.should == []
26 @array.combination(-1).to_a.should == []
27 @array.combination(5).to_a.should == []
31 r = @array.combination(4).to_a
47 @array.combination(2) do |x|
59 [].combination(-2).size.should == 0
62 @array.combination(5).size.should == 0
68 [].combination(0).size.should == 1
[all …]
/dports/finance/prestashop/prestashop/src/Adapter/
H A DCombinationDataProvider.php127 $combination = $attributesCombinations[0];
130 if ($combination['price'] > 0) {
132 } elseif ($combination['price'] < 0) {
137 if ($combination['weight'] > 0) {
139 } elseif ($combination['weight'] < 0) {
144 if ($combination['unit_price_impact'] > 0) {
146 } elseif ($combination['unit_price_impact'] < 0) {
179 'attribute_ean13' => $combination['ean13'],
180 'attribute_isbn' => $combination['isbn'],
181 'attribute_upc' => $combination['upc'],
[all …]
/dports/finance/prestashop/prestashop/src/Adapter/Product/Combination/QueryHandler/
H A DGetCombinationForEditingHandler.php153 $this->getStock($combination),
154 $this->getImages($combination)
181 * @param Combination $combination
188 $combination->ean13,
189 $combination->isbn,
190 $combination->mpn,
191 $combination->reference,
192 $combination->upc,
198 * @param Combination $combination
222 * @param Combination $combination
[all …]
/dports/lang/mit-scheme/mit-scheme-9.2/src/compiler/rtlgen/
H A Dopncod.scm487 combination
757 combination
838 combination
867 combination
979 combination
1002 combination
1071 combination
1093 combination
1142 combination
1162 combination
[all …]
/dports/lang/mit-scheme/mit-scheme-9.2/src/edwin/
H A Dcomwin.scm188 (or (window-next combination)
191 combination)))
194 (or (window-previous combination)
197 combination)))
354 (window-replace! leaf combination)
358 (add-inferior! combination leaf)
360 (set-window-size! combination
448 combination
503 (loop combination))))))
534 (size combination)))))))))))
[all …]
/dports/www/thirtybees/thirtybees-1.1.0/admin/
H A Dajax_products_list.php110 foreach ($combinations as $k => $combination) {
111 $results[$combination['id_product_attribute']]['id'] = $item['id_product'];
112 …$results[$combination['id_product_attribute']]['id_product_attribute'] = $combination['id_product_…
113combination['id_product_attribute']]['name']) ? $results[$combination['id_product_attribute']]['na…
114 …: $results[$combination['id_product_attribute']]['name'] = $item['name'].' '.$combination['group_n…
115 if (!empty($combination['reference'])) {
116 … $results[$combination['id_product_attribute']]['ref'] = $combination['reference'];
118 …$results[$combination['id_product_attribute']]['ref'] = !empty($item['reference']) ? $item['refere…
120 if (empty($results[$combination['id_product_attribute']]['image'])) {
121 …$results[$combination['id_product_attribute']]['image'] = str_replace('http://', Tools::getShopPro…
/dports/finance/prestashop/prestashop/src/PrestaShopBundle/Resources/config/services/adapter/product/
H A D_combination.yml5 prestashop.adapter.product.combination.command_handler.generate_product_combinations_handler:
8 - '@prestashop.adapter.product.combination.create.combination_creator'
16 - '@prestashop.adapter.product.combination.repository.combination_repository'
65 prestashop.adapter.product.combination.validate.combination_validator:
68 prestashop.adapter.product.combination.repository.combination_repository:
76 prestashop.adapter.product.combination.update.combination_stock_updater:
83 prestashop.adapter.product.combination.create.combination_creator:
90 prestashop.adapter.product.combination.update.default_combination_updater:
95 prestashop.adapter.product.combination.update.combination_remover:
102 prestashop.adapter.product.combination.update.combination_images_updater:
[all …]
/dports/finance/prestashop/prestashop/src/Adapter/Product/Combination/Update/
H A DCombinationStockUpdater.php82 $combination = $this->combinationRepository->get($combinationId);
84 $combination,
85 $this->fillUpdatableProperties($combination, $properties),
89 $this->updateStockAvailable($combination, $properties);
93 * @param Combination $combination
103 $combination->quantity = $properties->getQuantity();
113 $combination->location = $properties->getLocation();
123 $combination->minimal_quantity = $properties->getMinimalQuantity();
136 * @param Combination $combination
166 * @param Combination $combination
[all …]
/dports/www/drupal8/drupal-8.9.20/core/modules/comment/tests/src/Unit/
H A DCommentLinkBuilderTest.php202 foreach ($permutations as $combination) {
204 …$this->getMockNode(TRUE, $combination['comments'], $combination['form_location'], $combination['co…
206 $combination['has_access_comments'],
207 $combination['history_exists'],
208 $combination['has_post_comments'],
209 $combination['is_anonymous'],
214 …if ($combination['comments'] && $combination['view_mode'] == 'teaser' && $combination['comment_cou…
217 if ($combination['history_exists']) {
222 if ($combination['view_mode'] != 'rss') {
229 …if ($combination['view_mode'] == 'teaser' || ($combination['has_access_comments'] && $combination[…
[all …]
/dports/www/drupal9/drupal-9.2.10/core/modules/comment/tests/src/Unit/
H A DCommentLinkBuilderTest.php202 foreach ($permutations as $combination) {
204 …$this->getMockNode(TRUE, $combination['comments'], $combination['form_location'], $combination['co…
206 $combination['has_access_comments'],
207 $combination['history_exists'],
208 $combination['has_post_comments'],
209 $combination['is_anonymous'],
214 …if ($combination['comments'] && $combination['view_mode'] == 'teaser' && $combination['comment_cou…
217 if ($combination['history_exists']) {
222 if ($combination['view_mode'] != 'rss') {
229 …if ($combination['view_mode'] == 'teaser' || ($combination['has_access_comments'] && $combination[…
[all …]
/dports/lang/mit-scheme/mit-scheme-9.2/src/compiler/improvements/
H A Dcomcon.scm5 (define (combination/constant! combination rvalue)
6 (let ((continuation (combination/continuation combination)))
10 (delq! combination (continuation/combinations continuation)))
13 (cons combination (continuation/returns continuation))))
17 (delete-procedure-application! operator combination)))
18 (rvalue-values (combination/operator combination)))
19 (maybe-kill-application-procedure! combination)
20 (set-application-type! combination 'RETURN)
21 (set-application-operator! combination continuation)
22 (set-application-operands! combination (list rvalue))
[all …]
/dports/science/octopus/octopus-10.5/testsuite/performance/
H A Dcreate_combinations.py29 def keep_combination(combination, test_name): argument
36 combination['electrons_per_state'] = 2
37 if combination['spin_components'] == 'spinors':
38 combination['test_type'] = 'complex'
39 if combination['periodic_dimensions'] == 0 and \
40 combination['number_kpoints'] > 1:
42 if combination['dimensions'] == 2 and \
45 if combination['dimensions'] == 4 and \
46 combination['periodic_dimensions'] != 0:
76 for combination in combinations_list:
[all …]
/dports/math/gsl/gsl-2.7/doc/
H A Dcombination.rst46 want to create a combination which is initialized to the
55 available to create the combination.
76 Accessing combination elements
101 combination :data:`c`.
104 single: checking combination for validity
105 single: testing combination for validity
120 This function advances the combination :data:`c` to the next combination
151 combination :data:`c` in binary format. The combination :data:`c` must be
171 combination :data:`c`. The combination :data:`c` must be preallocated with
183 .. include:: examples/combination.c
[all …]
/dports/lang/mit-scheme/mit-scheme-9.2/src/runtime/
H A Dscomb.scm153 (object-type? (ucode-type combination) object))
155 (define-guarantee combination "SCode combination") unknown
158 (&typed-vector-cons (ucode-type combination)
161 (define (combination-size combination)
163 (&vector-length combination))
165 (define (combination-operator combination)
167 (&vector-ref combination 0))
169 (define (combination-operands combination)
171 (&subvector->list combination 1 (&vector-length combination)))
175 (receiver (&vector-ref combination 0)
[all …]
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/draft/keyboard/test/
H A DModifierKeySimplifierTest.java28 assertTrue("", combination.onKeys().isEmpty()); in testSimplifyInputWithBase()
31 assertEquals("", offKeys, combination.offKeys()); in testSimplifyInputWithBase()
38 assertEquals("", onKeys, combination.onKeys()); in testSimplifyInputWithParentOn()
41 assertEquals("", offKeys, combination.offKeys()); in testSimplifyInputWithParentOn()
48 assertEquals("", onKeys, combination.onKeys()); in testSimplifyInputWithChildOn()
51 assertEquals("", offKeys, combination.offKeys()); in testSimplifyInputWithChildOn()
59 assertEquals("", onKeys, combination.onKeys()); in testSimplifyInputWithBothChildrenOn()
62 assertEquals("", offKeys, combination.offKeys()); in testSimplifyInputWithBothChildrenOn()
71 assertEquals("", offKeys, combination.offKeys()); in testSimplifyInputWithParentDontCare()
78 assertEquals("", onKeys, combination.onKeys()); in testSimplifyInputWithParentDontCareAndChildOn()
[all …]
H A DModifierKeyCombinationTest.java14 assertEquals("", onKeys, combination.onKeys());
17 assertEquals("", offKeys, combination.offKeys());
18 assertEquals("", "shift", combination.toString());
26 assertEquals("", onKeys, combination.onKeys());
29 assertEquals("", offKeys, combination.offKeys());
38 assertEquals("", onKeys, combination.onKeys());
49 assertEquals("", onKeys, combination.onKeys());
62 assertEquals("", onKeys, combination.onKeys());
87 assertEquals("", "", combination.toString());
225 assertTrue("", combination.isBase());
[all …]
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/css/css-highlight-api/
H A DHighlight-setlike.html.ini5 …[Highlight add and has methods work as expected (using the following combination of ranges [[objec…
8 …[Highlight delete method works as expected (using the following combination of ranges [[object Ran…
11 …ructor behaves like a set when using equal ranges (using the following combination of ranges [[obj…
20 …[Highlight clear method works as expected (using the following combination of ranges [[object Rang…
26 …[Highlight delete method works as expected (using the following combination of ranges [[object Sta…
38 …[Highlight clear method works as expected (using the following combination of ranges [[object Stat…
41 …[Highlight add and has methods work as expected (using the following combination of ranges [[objec…
44 …[Highlight delete method works as expected (using the following combination of ranges [[object Ran…
56 …[Highlight clear method works as expected (using the following combination of ranges [[object Rang…
62 …[Highlight delete method works as expected (using the following combination of ranges [[object Sta…
[all …]
/dports/www/firefox/firefox-99.0/testing/web-platform/meta/css/css-highlight-api/
H A DHighlight-setlike.html.ini5 …[Highlight add and has methods work as expected (using the following combination of ranges [[objec…
8 …[Highlight delete method works as expected (using the following combination of ranges [[object Ran…
11 …ructor behaves like a set when using equal ranges (using the following combination of ranges [[obj…
20 …[Highlight clear method works as expected (using the following combination of ranges [[object Rang…
26 …[Highlight delete method works as expected (using the following combination of ranges [[object Sta…
38 …[Highlight clear method works as expected (using the following combination of ranges [[object Stat…
41 …[Highlight add and has methods work as expected (using the following combination of ranges [[objec…
44 …[Highlight delete method works as expected (using the following combination of ranges [[object Ran…
56 …[Highlight clear method works as expected (using the following combination of ranges [[object Rang…
62 …[Highlight delete method works as expected (using the following combination of ranges [[object Sta…
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/meta/css/css-highlight-api/
H A DHighlight-setlike.html.ini5 …[Highlight add and has methods work as expected (using the following combination of ranges [[objec…
8 …[Highlight delete method works as expected (using the following combination of ranges [[object Ran…
11 …ructor behaves like a set when using equal ranges (using the following combination of ranges [[obj…
20 …[Highlight clear method works as expected (using the following combination of ranges [[object Rang…
26 …[Highlight delete method works as expected (using the following combination of ranges [[object Sta…
38 …[Highlight clear method works as expected (using the following combination of ranges [[object Stat…
41 …[Highlight add and has methods work as expected (using the following combination of ranges [[objec…
44 …[Highlight delete method works as expected (using the following combination of ranges [[object Ran…
56 …[Highlight clear method works as expected (using the following combination of ranges [[object Rang…
62 …[Highlight delete method works as expected (using the following combination of ranges [[object Sta…
[all …]
/dports/finance/prestashop/prestashop/src/Adapter/Product/Combination/CommandHandler/
H A DUpdateCombinationDetailsHandler.php61 $combination = $this->combinationRepository->get($command->getCombinationId());
62 $updatableProperties = $this->fillUpdatableProperties($combination, $command);
65 $combination,
72 * @param Combination $combination
77 …private function fillUpdatableProperties(Combination $combination, UpdateCombinationDetailsCommand… argument
84 $combination->ean13 = $command->getEan13()->getValue();
89 $combination->isbn = $command->getIsbn()->getValue();
94 $combination->mpn = $command->getMpn();
99 $combination->reference = $command->getReference()->getValue();
104 $combination->upc = $command->getUpc()->getValue();
[all …]
/dports/math/p5-Math-GSL/Math-GSL-0.43/pod/
H A DCombination.pod39 my $fd = gsl_fopen('combination.dat', 'w');
52 The combination is not initialized and its elements are undefined. Use the
54 initialized to the lexicographically first combination.
59 initializes it to the lexicographically first combination.
64 combination, i.e. (0,1,2,...,k-1).
69 combination, i.e. (n-k,n-k+1,...,n-1).
73 This function frees all the memory used by the combination $c.
77 This function copies the elements of the combination $src into the combination
122 This function returns the range (n) of the combination $c.
140 This function advances the combination $c to the next combination in
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/tests/ui/
H A Dmin_max.stderr1 error: this `min`/`max` combination leads to constant result
9 error: this `min`/`max` combination leads to constant result
15 error: this `min`/`max` combination leads to constant result
21 error: this `min`/`max` combination leads to constant result
27 error: this `min`/`max` combination leads to constant result
33 error: this `min`/`max` combination leads to constant result
39 error: this `min`/`max` combination leads to constant result
45 error: this `min`/`max` combination leads to constant result
51 error: this `min`/`max` combination leads to constant result
57 error: this `min`/`max` combination leads to constant result
[all …]
/dports/games/legend-of-edgar/edgar-1.34/src/item/
H A Dsafe_combination.c77 char combination[MAX_VALUE_LENGTH]; in touch() local
89 … SNPRINTF(combination, sizeof(combination), "%s%d%s", self->requires, unit, dir == 0 ? "L" : "R"); in touch()
91 STRNCPY(self->requires, combination, sizeof(self->requires)); in touch()
105 char combination[MAX_VALUE_LENGTH], turns[5]; in activate() local
110 combination[0] = '\0'; in activate()
127 if (strlen(combination) == 0) in activate()
137 strncat(combination, self->description, MAX_MESSAGE_LENGTH - strlen(combination) - 1); in activate()
145 STRNCPY(self->description, combination, sizeof(self->description)); in activate()
147 …scription, sizeof(self->description), _("A scrap of paper. \"%s\" is written on it"), combination); in activate()

12345678910>>...376