Home
last modified time | relevance | path

Searched +refs:product +refs:set +refs:name (Results 1 – 25 of 29150) sorted by relevance

12345678910>>...1166

/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GL/src/nvparse/
H A Drc1.0_final.cpp32 (GL_E_TIMES_F_NV == product.e.reg.bits.name || in Validate()
33 GL_SPARE0_PLUS_SECONDARY_COLOR_NV == product.e.reg.bits.name || in Validate()
34 GL_DISCARD_NV == product.e.reg.bits.name || in Validate()
35 GL_E_TIMES_F_NV == product.f.reg.bits.name || in Validate()
36 GL_SPARE0_PLUS_SECONDARY_COLOR_NV == product.f.reg.bits.name || in Validate()
37 GL_DISCARD_NV == product.f.reg.bits.name)) in Validate()
51 errors.set("rgb register used in final alpha"); in Validate()
85 errors.set("blue register used in final rgb"); in Validate()
91 errors.set("final_product used but not set"); in Validate()
142 product.e.reg.bits.name, in Invoke()
[all …]
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL/src/nvparse/
H A Drc1.0_final.cpp32 (GL_E_TIMES_F_NV == product.e.reg.bits.name || in Validate()
33 GL_SPARE0_PLUS_SECONDARY_COLOR_NV == product.e.reg.bits.name || in Validate()
34 GL_DISCARD_NV == product.e.reg.bits.name || in Validate()
35 GL_E_TIMES_F_NV == product.f.reg.bits.name || in Validate()
36 GL_SPARE0_PLUS_SECONDARY_COLOR_NV == product.f.reg.bits.name || in Validate()
37 GL_DISCARD_NV == product.f.reg.bits.name)) in Validate()
51 errors.set("rgb register used in final alpha"); in Validate()
85 errors.set("blue register used in final rgb"); in Validate()
91 errors.set("final_product used but not set"); in Validate()
142 product.e.reg.bits.name, in Invoke()
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/ml/vision/
H A Dresources.yaml2 name: project
12 name: location
23 name: location
32 name: product set
41 help: The ID of the product set.
44 name: product set
50 attribute_name: product-set
51 help: The ID of the product set.
54 name: product
66 name: operation
[all …]
/dports/audio/rhvoice/RHVoice-1.2.4/site_scons/RHVoicePackaging/
H A Dwindows.py32 self.short_name=name
43 def make_uuid(self,name): argument
117 self.product.set("Id",self.product_code)
118 self.product.set("Codepage","1252")
119 self.product.set("Language","0")
120 self.product.set("Manufacturer","Olga Yakovleva")
121 self.product.set("Name",self.display_name)
122 self.product.set("UpgradeCode",self.upgrade_code)
123 self.product.set("Version",self.version)
131 pkg.set("Languages",self.product.get("Language"))
[all …]
/dports/devel/bugzilla44/bugzilla-4.4.13/Bugzilla/
H A DMilestone.pm68 $product = $param->{product};
82 my @values = ($product->id, $name);
128 if ($self->name eq $self->product->default_milestone) {
138 undef, ($self->product->id, $self->name));
168 $name = trim($name);
174 my $milestone = new Bugzilla::Milestone({product => $product, name => $name});
177 product => $product->name });
198 return Bugzilla->user->check_can_admin_product($product->name);
205 sub set_name { $_[0]->set('value', $_[1]); }
206 sub set_sortkey { $_[0]->set('sortkey', $_[1]); }
[all …]
H A DComponent.pm89 my @values = ($product->id, $name);
177 $name = trim($name);
184 my $component = new Bugzilla::Component({product => $product, name => $name});
225 return Bugzilla->user->check_can_admin_product($product->name);
271 my $prodcomp = "&product=" . url_quote($self->product->name) .
283 my $series = new Bugzilla::Series(undef, $self->product->name,
290 sub set_name { $_[0]->set('name', $_[1]); }
291 sub set_description { $_[0]->set('description', $_[1]); }
292 sub set_is_active { $_[0]->set('isactive', $_[1]); }
296 $self->set('initialowner', $owner);
[all …]
H A DVersion.pm69 $product = $param->{product};
70 my $name = $param->{name};
83 my @values = ($product->id, $name);
100 my $product = delete $params->{product};
175 sub set_name { $_[0]->set('value', $_[1]); }
176 sub set_is_active { $_[0]->set('isactive', $_[1]); }
182 $name = trim($name);
185 $name = clean_text($name);
187 my $version = new Bugzilla::Version({ product => $product, name => $name });
190 product => $product->name });
[all …]
H A DClassification.pm74 $name = trim($name);
81 my $classification = new Bugzilla::Classification({name => $name});
85 return $name;
118 sub set_name { $_[0]->set('name', $_[1]); }
119 sub set_description { $_[0]->set('description', $_[1]); }
120 sub set_sortkey { $_[0]->set('sortkey', $_[1]); }
171 foreach my $product (@$products) {
172 $class->{$product->classification_id}->{'object'} ||=
173 new Bugzilla::Classification($product->classification_id);
176 push(@{$class->{$product->classification_id}->{'products'}}, $product);
[all …]
/dports/devel/bugzilla50/bugzilla-5.0.4/Bugzilla/
H A DMilestone.pm70 $product = $param->{product};
84 my @values = ($product->id, $name);
132 if ($self->name eq $self->product->default_milestone) {
142 undef, ($self->product->id, $self->name));
172 $name = trim($name);
178 my $milestone = new Bugzilla::Milestone({product => $product, name => $name});
181 product => $product->name });
202 return Bugzilla->user->check_can_admin_product($product->name);
209 sub set_name { $_[0]->set('value', $_[1]); }
210 sub set_sortkey { $_[0]->set('sortkey', $_[1]); }
[all …]
H A DComponent.pm93 my @values = ($product->id, $name);
184 $name = trim($name);
191 my $component = new Bugzilla::Component({product => $product, name => $name});
232 return Bugzilla->user->check_can_admin_product($product->name);
278 my $prodcomp = "&product=" . url_quote($self->product->name) .
290 my $series = new Bugzilla::Series(undef, $self->product->name,
297 sub set_name { $_[0]->set('name', $_[1]); }
298 sub set_description { $_[0]->set('description', $_[1]); }
299 sub set_is_active { $_[0]->set('isactive', $_[1]); }
303 $self->set('initialowner', $owner);
[all …]
H A DVersion.pm72 $product = $param->{product};
73 my $name = $param->{name};
86 my @values = ($product->id, $name);
103 my $product = delete $params->{product};
178 sub set_value { $_[0]->set('value', $_[1]); }
179 sub set_isactive { $_[0]->set('isactive', $_[1]); }
185 $name = trim($name);
188 $name = clean_text($name);
190 my $version = new Bugzilla::Version({ product => $product, name => $name });
193 product => $product->name });
[all …]
H A DClassification.pm89 $name = trim($name);
96 my $classification = new Bugzilla::Classification({name => $name});
100 return $name;
133 sub set_name { $_[0]->set('name', $_[1]); }
134 sub set_description { $_[0]->set('description', $_[1]); }
135 sub set_sortkey { $_[0]->set('sortkey', $_[1]); }
186 foreach my $product (@$products) {
187 $class->{$product->classification_id}->{'object'} ||=
188 new Bugzilla::Classification($product->classification_id);
191 push(@{$class->{$product->classification_id}->{'products'}}, $product);
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/surface/ml/vision/product_search/product_sets/
H A Dcreate.yaml4 brief: Create a new product set.
5 description: Create a product set.
7 To create a product set 'my-product-set' in location 'us-east1' with a display name
10 $ {command} my-product-set --location=us-east1 --display-name='my favorite'
17 help_text: Product set to create.
22 arg_name: display-name
25 The user provided name for this product set. It must not be empty and can be up to 4096
H A Dupdate.yaml4 brief: Update a product set.
5 description: Update a product set.
7 To change the display name to 'my favorite' of product set 'my-product-set'
10 $ {command} my-produt-set --location=us-east1 --display-name='my favorite'
17 help_text: Product set to update.
22 arg_name: display-name
24 The user provided name for this product set. It must not be empty and must be at most 4096
/dports/databases/kexi/kexi-3.2.0/cmake/modules/
H A DCalligraProductSetMacros.cmake214 # default product name to id, empty deps
223 set(_current_arg_type "name")
226 set(_current_arg_type "name")
251 # set product vars
266 # default product name to id, empty deps
275 set(_current_arg_type "name")
278 set(_current_arg_type "name")
318 # default product name to id, empty deps
328 set(_current_arg_type "name")
331 set(_current_arg_type "name")
[all …]
/dports/editors/calligra/calligra-3.2.1/cmake/modules/
H A DCalligraProductSetMacros.cmake224 # default product name to id, empty deps
233 set(_current_arg_type "name")
236 set(_current_arg_type "name")
263 # set product vars
280 # default product name to id, empty deps
289 set(_current_arg_type "name")
292 set(_current_arg_type "name")
334 # default product name to id, empty deps
344 set(_current_arg_type "name")
347 set(_current_arg_type "name")
[all …]
/dports/cad/electric/electric-7.00/examples/pla-rom/
H A Dnmos-pla-table1 set inputs = 3 ; sum of input and output is
2 set outputs = 2 ; number of columns
3 set pterms = 4 ; 4 product terms (number of rows)
5 set groundwidth = 6
8 set flexible = on ; use nonrigid arcs
9 set fixedangle = on ; use fixed-angle arcs
10 set name = Sample ; name to use for top-level cell
13 1 1 0 1 0 ; product term 1
14 0 0 X 1 0 ; product term 2
15 1 X 1 0 1 ; product term 3
[all …]
/dports/www/opencart/opencart-3.0.3.8/upload/catalog/view/theme/default/template/extension/payment/
H A Dpp_standard.twig8 {% set i = 1 %}
9 {% for product in products %}
10 <input type="hidden" name="item_name_{{ i }}" value="{{ product.name }}" />
11 <input type="hidden" name="item_number_{{ i }}" value="{{ product.model }}" />
12 <input type="hidden" name="amount_{{ i }}" value="{{ product.price }}" />
13 <input type="hidden" name="quantity_{{ i }}" value="{{ product.quantity }}" />
14 <input type="hidden" name="weight_{{ i }}" value="{{ product.weight }}" />
15 {% set j = 0 %}
16 {% for option in product.option %}
19 {% set j = j + 1 %}
[all …]
/dports/java/netbeans/netbeans/harness/nbi/.common/
H A Dproduct.properties28 nbproject.dist.file.name=${product.uid},logic.jar
34 # * if set to 'false' the data will be taken as it is (i.e. will be considered
36 # * if set to 'true' the data will be downloaded and packaged
37 # * if set to 'default' packaged data will be taken if it's available,
49 engine.dist.file.name=engine.jar
53 # * if the ${build.engine} has been set to 'false', make sure that
55 engine.dist.file=${engine.dist.dir}/${engine.dist.file.name}
72 product.dist.file.name=${product.uid},${product.version},${product.platforms}.jar
74 # name of the product's configuration logic jar with index ${i}
75 product.logic.file.name=logic,${i}.jar
[all …]
/dports/finance/prestashop/prestashop/src/PrestaShopBundle/Resources/views/Admin/Product/CatalogPage/Lists/
H A Dlist.html.twig31 …<tr data-uniturl="{{ product.unit_action_url|default('#') }}" data-product-id="{{ product.id_produ…
35 …id="bulk_action_selected_products-{{ product.id_product }}" name="bulk_action_selected_products[]"…
49 …<a href="{{ product.url|default('') }}#tab-step1">{{ product.name|default('N/A'|trans({}, 'Admin.G…
83name="input-{{ product.id_product }}" id="input-false-{{ product.id_product }}" value="0" {% if pr…
85name="input-{{ product.id_product }}" id="input-true-{{ product.id_product }}" value="1" {% if pro…
96 … <input type="hidden" name="mass_edit_action_sorted_products[]" value="{{ product.id_product }}" />
97 … <input type="hidden" name="mass_edit_action_sorted_positions[]" value="{{ product.position }}" />
103 {% set buttons_action = [
112 {% set buttons_action = buttons_action|merge([
120 {% set buttons_action = buttons_action|merge([
[all …]
/dports/science/py-ruffus/ruffus-2.8.3/doc/tutorials/new_tutorial/
H A Dcombinatorics.rst19 * :ref:`@product <decorators.product>`
43 functions of the same name.
70 * the first file name string in each **Input** of that set (**X1, Y1, Z1**)
135 … "{path[0][0]}", # Extra parameter: path for 1st set of files, 1st file name
137 … ["{basename[0][0]}", # Extra parameter: basename for 1st set of files, 1st file name
241 # Extra parameter: path for 1st set of files, 1st file name
245 ["{basename[0][0]}", # basename for 1st set of files, 1st file name
329 # Extra parameter: path for 1st set of files, 1st file name
333 ["{basename[0][0]}", # basename for 1st set of files, 1st file name
410 # Extra parameter: path for 1st set of files, 1st file name
[all …]
H A Dcombinatorics_code.rst16 * :ref:`@product <decorators.product>`
20 Example code for :ref:`@product <decorators.product>`
43 # @product
58 … "{path[0][0]}", # Extra parameter: path for 1st set of files, 1st file name
60 … ["{basename[0][0]}", # Extra parameter: basename for 1st set of files, 1st file name
147 # Extra parameter: path for 1st set of files, 1st file name
151 ["{basename[0][0]}", # basename for 1st set of files, 1st file name
216 # Extra parameter: path for 1st set of files, 1st file name
220 ["{basename[0][0]}", # basename for 1st set of files, 1st file name
276 # Extra parameter: path for 1st set of files, 1st file name
[all …]
/dports/science/py-OpenMC/openmc-0.12.2/openmc/deplete/
H A Dchain.py189 return product
279 def __getitem__(self, name): argument
358 name = evaluation.gnd_name
359 reactions[name] = {}
615 reactions = set()
670 for product, y in fission_yields[nuc.name].items():
771 missing_parents = set()
773 missing_reaction = set()
1056 remaining = set(self.nuclide_dict)
1068 next_iso = set()
[all …]
/dports/science/openmc/openmc-0.12.2/openmc/deplete/
H A Dchain.py189 return product
279 def __getitem__(self, name): argument
358 name = evaluation.gnd_name
359 reactions[name] = {}
615 reactions = set()
670 for product, y in fission_yields[nuc.name].items():
771 missing_parents = set()
773 missing_reaction = set()
1056 remaining = set(self.nuclide_dict)
1068 next_iso = set()
[all …]
/dports/science/py-ruffus/ruffus-2.8.3/doc/decorators/
H A Dproduct.rst39 function of the same name, i.e. a nested for loop.
59 #. The first level refers to which *set* in each tuple of |input|_.
98 # One from each set
107 First level of nesting (one list of files from each set):
157 formatter("(.start)$"), # match input file set # 1
160 formatter("(.start)$"), # match input file set # 2
163 formatter("(.start)$"), # match input file set # 3
171 "{path[0][0]}", # 1st set of files, 1st file name
174 ["{basename[0][0]}", # 1st set of files, 1st file name
240 #. (Nested) list of file name strings.
[all …]

12345678910>>...1166