Home
last modified time | relevance | path

Searched refs:productName (Results 1 – 25 of 2056) sorted by relevance

12345678910>>...83

/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/entity/npc/behaviour/impl/
H A DMultiProducerBehaviour.java156 return requiredResourcesPerProduct.get(productName); in getRequiredResourcesPerProduct()
193 public boolean isProductBound(final String productName) { in isProductBound() argument
194 return productsBound.get(productName); in isProductBound()
210 final String productName = order[1]; in getApproximateRemainingTime() local
228 final String productName = order[1]; in isOrderReady() local
322 String productName = res.getChosenItemName(); in askForResources() local
324 if (getMaximalAmount(productName, player) < amount) { in askForResources()
355 String productName = res.getChosenItemName(); in transactAgreedDeal() local
394 final String productName = order[1]; in giveProduct() local
405 if (isProductBound(productName)) { in giveProduct()
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/cmake/tribits/devtools_install/
H A DInstallProgramDriver.py119 you choose to install """+productName+r""" in.
152 "Version to install for "+productName+".", clp)
201 help="[ACTION] Configure "+productName+" to build" )
209 help="[ACTION] Install "+productName )
286 print("A) Download the source for "+productName+" ...")
304 print("C) Configure "+productName+" ...")
313 print("D) Build "+productName+" ...")
322 print("E) Install "+productName+" ...")
349 productName = installObj.getProductBaseName()+"-"+version
350 productBaseDirName = productName+"-base"
[all …]
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/extsrc/com/lightcrafts/mediax/jai/
H A DFactoryCache.java143 if (productName == null) in addFactory()
151 v.add(productName); in addFactory()
205 String productName, in setPreference() argument
257 String productName, in unsetPreference() argument
290 new CaselessStringKey(productName)); in unsetPreference()
326 String productName) { in getPreferences() argument
344 new CaselessStringKey(productName)); in getPreferences()
362 String productName) { in clearPreferences() argument
401 productName.equalsIgnoreCase(pn)) in getFactoryList()
458 if (productName == null) in checkRegistered()
[all …]
H A DOperationRegistry.java2173 String productName, in registerRIF() argument
2194 String productName, in unregisterRIF() argument
2256 String productName, in registerCIF() argument
2277 String productName, in unregisterCIF() argument
2414 String productName, in setRIFPreference() argument
2441 String productName, in setCIFPreference() argument
2467 String productName, in unsetRIFPreference() argument
2493 String productName, in unsetCIFPreference() argument
2516 String productName) { in clearRIFPreferences() argument
2537 String productName) { in clearCIFPreferences() argument
[all …]
/dports/deskutils/kuserfeedback/kuserfeedback-1.0.0/src/server/shared/
H A Dadmin.php50 public function put_products($productName) argument
57 $oldProduct = Product::productByName($db, $productName);
63 echo('Product ' . $productName . ' updated.');
67 public function delete_products($productName) argument
71 $product = Product::productByName($db, $productName);
76 echo('Product ' . $productName . ' deleted.');
80 public function post_data($productName) argument
84 $product = Product::productByName($db, $productName);
93 public function post_surveys($productName) argument
95 if ($productName == "")
[all …]
H A Danalytics.php63 public function get_data($productName) argument
66 $product = Product::productByName($db, $productName);
75 public function get_surveys($productName) argument
77 if ($productName == "")
81 $surveys = Survey::surveysForProduct($db, $productName);
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/maps/semos/house/
H A DSpiritTrapperNPC.java137 String productName = res.getChosenItemName(); in buildSemosHouseArea()
139 if (getMaximalAmount(productName, player) < amount) { in buildSemosHouseArea()
141 + Grammar.quantityplnoun(amount, productName, "a") in buildSemosHouseArea()
147 npc.say(Grammar.quantityplnoun(amount, productName, "a") in buildSemosHouseArea()
149 + getRequiredResourceNamesWithHashes(productName, amount) + ". " in buildSemosHouseArea()
161 String productName = res.getChosenItemName(); in buildSemosHouseArea()
164 if (getMaximalAmount(productName, player) < amount) { in buildSemosHouseArea()
177 if (getProductionTime(productName, amount) == 0) { in buildSemosHouseArea()
184 if (isProductBound(productName)) { in buildSemosHouseArea()
191 productName, "") + "."); in buildSemosHouseArea()
[all …]
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/extsrc/com/lightcrafts/mediax/jai/registry/
H A DCIFRegistry.java62 String productName, in register() argument
68 registry.registerFactory(MODE_NAME, operationName, productName, cif); in register()
93 String productName, in unregister() argument
99 registry.unregisterFactory(MODE_NAME, operationName, productName, cif); in unregister()
126 String productName, in setPreference() argument
134 operationName, productName, preferredCIF, otherCIF); in setPreference()
161 String productName, in unsetPreference() argument
169 operationName, productName, preferredCIF, otherCIF); in unsetPreference()
191 String productName) { in clearPreferences() argument
224 String productName) { in getOrderedList() argument
[all …]
H A DRIFRegistry.java62 String productName, in register() argument
68 registry.registerFactory(MODE_NAME, operationName, productName, rif); in register()
93 String productName, in unregister() argument
99 registry.unregisterFactory(MODE_NAME, operationName, productName, rif); in unregister()
126 String productName, in setPreference() argument
134 operationName, productName, preferredRIF, otherRIF); in setPreference()
161 String productName, in unsetPreference() argument
169 operationName, productName, preferredRIF, otherRIF); in unsetPreference()
191 String productName) { in clearPreferences() argument
224 String productName) { in getOrderedList() argument
[all …]
H A DTileDecoderRegistry.java64 String productName, in register() argument
70 registry.registerFactory(MODE_NAME, formatName, productName, tdf); in register()
100 String productName, in unregister() argument
106 registry.unregisterFactory(MODE_NAME, formatName, productName, tdf); in unregister()
138 String productName, in setPreference() argument
147 productName, in setPreference()
182 String productName, in unsetPreference() argument
191 productName, in unsetPreference()
217 String productName) { in clearPreferences() argument
248 String productName) { in getOrderedList() argument
[all …]
H A DTileEncoderRegistry.java61 String productName, in register() argument
67 registry.registerFactory(MODE_NAME, formatName, productName, tef); in register()
94 String productName, in unregister() argument
100 registry.unregisterFactory(MODE_NAME, formatName, productName, tef); in unregister()
129 String productName, in setPreference() argument
138 productName, in setPreference()
169 String productName, in unsetPreference() argument
178 productName, in unsetPreference()
201 String productName) { in clearPreferences() argument
229 String productName) { in getOrderedList() argument
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.e4.ui.dialogs/src/org/eclipse/e4/ui/internal/dialogs/about/
H A DProductInformation.java27 private final String productName; field in ProductInformation
38 this.productName = Optional.ofNullable(product.getName()).orElse(""); in ProductInformation()
42 return productName; in getName()
46 if (JFaceResources.getImage(productName) == null) { in getAboutImageDescriptor()
50 return JFaceResources.getImageRegistry().getDescriptor(productName); in getAboutImageDescriptor()
56 JFaceResources.getImageRegistry().put(productName, imageDescriptor.get()); in createAboutImage()
65 if (JFaceResources.getImage(productName) == null) { in getAboutImage()
68 return Optional.ofNullable(JFaceResources.getImage(productName)); in getAboutImage()
/dports/finance/prestashop/prestashop/src/Core/Domain/Customer/QueryResult/
H A DViewedProductInformation.php42 private $productName; variable in PrestaShop\\PrestaShop\\Core\\Domain\\Customer\\QueryResult\\ViewedProductInformation
51 * @param string $productName
54 public function __construct($productId, $productName, $productUrl) argument
57 $this->productName = $productName;
74 return $this->productName;
H A DBoughtProductInformation.php47 private $productName; variable in PrestaShop\\PrestaShop\\Core\\Domain\\Customer\\QueryResult\\BoughtProductInformation
57 * @param string $productName
63 $productName, argument
68 $this->productName = $productName;
93 return $this->productName;
/dports/devel/qbs/qbs-src-1.21.0/src/lib/corelib/buildgraph/
H A Ddependencyparametersscriptvalue.cpp49 static QScriptValue toScriptValue(ScriptEngine *engine, const QString &productName, in toScriptValue() argument
57 obj.setProperty(it.key(), toScriptValue(engine, productName, it.value().toMap(), in toScriptValue()
62 engine->observer()->addParameterObjectId(obj.objectId(), productName, depName, in toScriptValue()
72 static QScriptValue toScriptValue(ScriptEngine *scriptEngine, const QString &productName, in toScriptValue() argument
75 return toScriptValue(scriptEngine, productName, v, depName, {}); in toScriptValue()
78 QScriptValue dependencyParametersValue(const QString &productName, const QString &dependencyName, in dependencyParametersValue() argument
81 return toScriptValue(engine, productName, parametersMap, dependencyName); in dependencyParametersValue()
H A Dtransformerchangetracking.cpp101 const ResolvedProduct * const p = getProduct(property.productName); in propertyMapByKind()
105 const ResolvedProduct * const p = getProduct(property.productName); in propertyMapByKind()
109 if (property.productName == m_product->project->name) in propertyMapByKind()
111 const auto it = m_projectsByName.find(property.productName); in propertyMapByKind()
119 const ResolvedProduct * const p = getProduct(property.productName); in propertyMapByKind()
192 bool TrafoChangeTracker::isExportedModuleUpToDate(const QString &productName, in isExportedModuleUpToDate() argument
195 const ResolvedProduct * const product = getProduct(productName); in isExportedModuleUpToDate()
197 qCDebug(lcBuildGraph) << "product" << productName in isExportedModuleUpToDate()
220 const QString &productName) const in getArtifact()
223 && m_lastArtifact->product.get()->uniqueName() == productName) { in getArtifact()
[all …]
/dports/finance/prestashop/prestashop/src/Core/Domain/CustomerService/QueryResult/
H A DCustomerThreadMessage.php77 private $productName; variable in PrestaShop\\PrestaShop\\Core\\Domain\\CustomerService\\QueryResult\\CustomerThreadMessage
88 * @param string|null $productName
99 $productName argument
109 $this->productName = $productName;
181 return $this->productName;
/dports/deskutils/charmtimetracker/Charm-1.12.0/scripts/
H A DNullsoftInstaller.nsi12 !define regkey "Software\${companyName}\${productName}"
13 !define uninstkey "Software\Microsoft\Windows\CurrentVersion\Uninstall\${productName}"
15 !define startmenu "$SMPROGRAMS\${productName}"
34 Name "${productName}"
35 Caption "Installing ${productName}"
67 InstallDir "${programFilesDir}\${productName}"
76 Section "--hidden ${productName}" BASE
85 WriteRegStr HKLM "${uninstkey}" "DisplayName" "${productName} (remove only)"
111 … CreateShortCut "$SMPROGRAMS\$StartMenuFolder\${productName}.lnk" "$INSTDIR\${applicationName}"
118 UninstallText "This will uninstall ${productName}."
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/
H A DProductData.php21 public $productName; variable in Google_Service_AnalyticsReporting_ProductData
33 public function setProductName($productName) argument
35 $this->productName = $productName;
39 return $this->productName;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AnalyticsReporting/
H A DProductData.php21 public $productName; variable in Google_Service_AnalyticsReporting_ProductData
33 public function setProductName($productName) argument
35 $this->productName = $productName;
39 return $this->productName;
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/about/
H A DAboutAction.java55 String productName = null; in AboutAction() local
57 productName = product.getName(); in AboutAction()
59 if (productName == null) { in AboutAction()
60 productName = ""; //$NON-NLS-1$ in AboutAction()
62 setText(NLS.bind(WorkbenchMessages.AboutAction_text, productName)); in AboutAction()
63 setToolTipText(NLS.bind(WorkbenchMessages.AboutAction_toolTip, productName)); in AboutAction()
/dports/devel/qbs/qbs-src-1.21.0/src/lib/corelib/language/
H A Dproperty.h70 : productName(std::move(product)) in Property()
80 pool.serializationOp<opType>(productName, moduleName, propertyName, value, kind); in completeSerializationOp()
83 QString productName; // In case of kind == PropertyInProject, this is the project name. variable
92 return p1.productName == p2.productName && p1.moduleName == p2.moduleName
99 return QT_PREPEND_NAMESPACE(qHash)(p.productName + p.moduleName + p.propertyName); in qHash()
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Licensing/
H A DLicenseAssignment.php23 public $productName; variable in Google_Service_Licensing_LicenseAssignment
53 public function setProductName($productName) argument
55 $this->productName = $productName;
59 return $this->productName;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Licensing/
H A DLicenseAssignment.php23 public $productName; variable in Google_Service_Licensing_LicenseAssignment
53 public function setProductName($productName) argument
55 $this->productName = $productName;
59 return $this->productName;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AndroidPublisher/
H A DDeviceMetadata.php26 public $productName; variable in Google_Service_AndroidPublisher_DeviceMetadata
80 public function setProductName($productName) argument
82 $this->productName = $productName;
86 return $this->productName;

12345678910>>...83