Home
last modified time | relevance | path

Searched defs:product (Results 51 – 75 of 6674) sorted by relevance

12345678910>>...267

/dports/sysutils/ganglia-monitor-core/ganglia-3.7.2/libmetrics/aix/
H A Dmetrics.c51 struct product { struct
52 char filler[12];
53 char lpp_name[145]; /* offset: 0xc ( 12) */
54 char comp_id[20]; /* offset: 0x9d ( 157) */
55 short update; /* offset: 0xb2 ( 178) */
56 long cp_flag; /* offset: 0xb4 ( 180) */
57 char fesn[10]; /* offset: 0xb8 ( 184) */
59 short state; /* offset: 0xc8 ( 200) */
60 short ver; /* offset: 0xca ( 202) */
61 short rel; /* offset: 0xcc ( 204) */
[all …]
/dports/deskutils/kuserfeedback/kuserfeedback-1.0.0/src/server/shared/
H A Dsample.php36 public static function dataAsJson(DataStore $db, Product $product)
106 public static function insert(DataStore $db, $jsonData, Product $product)
126 public static function import(DataStore $db, $jsonData, Product $product)
148 private static function insertScalar(DataStore $db, $jsonObj, Product $product)
H A Daggregation.php36 static public function aggregationsForProduct(DataStore $db, Product $product)
55 static public function update(DataStore $db, Product $product, $aggregations)
71 static public function delete(DataStore $db, Product $product)
H A Dschemaentry.php42 public function __construct(Product $product)
64 public function product() function in SchemaEntry
70 static public function loadSchema(Datastore $db, Product &$product)
182 static public function fromJson($jsonArray, Product &$product)
/dports/www/chromium-legacy/chromium-88.0.4324.182/rlz/chromeos/lib/
H A Drlz_value_store_chromeos.cc85 std::string GetKeyName(const std::string& key, Product product) { in GetKeyName()
179 bool RlzValueStoreChromeOS::WritePingTime(Product product, int64_t time) { in WritePingTime()
186 bool RlzValueStoreChromeOS::ReadPingTime(Product product, int64_t* time) { in ReadPingTime()
202 bool RlzValueStoreChromeOS::ClearPingTime(Product product) { in ClearPingTime()
268 bool RlzValueStoreChromeOS::AddProductEvent(Product product, in AddProductEvent()
276 Product product, in ReadProductEvents()
299 bool RlzValueStoreChromeOS::ClearProductEvent(Product product, in ClearProductEvent()
307 bool RlzValueStoreChromeOS::ClearAllProductEvents(Product product) { in ClearAllProductEvents()
313 bool RlzValueStoreChromeOS::AddStatefulEvent(Product product, in AddStatefulEvent()
324 bool RlzValueStoreChromeOS::IsStatefulEvent(Product product, in IsStatefulEvent()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/taskcluster/taskgraph/transforms/
H A Dbouncer_submission.py190 def craft_paths_per_bouncer_platform(product, bouncer_product, bouncer_platforms, current_version, argument
226 def _craft_ftp_product(product): argument
240 def _craft_filename_product(product): argument
252 def craft_bouncer_product_name(product, bouncer_product, current_version, argument
288 def craft_add_locales(product): argument
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/web-platform/harness/wptrunner/
H A Dwptrunner.py43 def get_loader(test_paths, product, ssl_env, debug=None, run_info_extras=None, **kwargs): argument
74 def list_test_groups(test_paths, product, **kwargs): argument
86 def list_disabled(test_paths, product, **kwargs): argument
113 def run_tests(config, test_paths, product, **kwargs): argument
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/wptrunner/wptrunner/
H A Dproducts.py15 def product_module(config, product): argument
32 def __init__(self, config, product): argument
61 def load_product_update(config, product): argument
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/wptrunner/wptrunner/
H A Dproducts.py15 def product_module(config, product): argument
32 def __init__(self, config, product): argument
61 def load_product_update(config, product): argument
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/wptrunner/wptrunner/
H A Dproducts.py15 def product_module(config, product): argument
32 def __init__(self, config, product): argument
61 def load_product_update(config, product): argument
/dports/www/thirtybees/thirtybees-1.1.0/Core/Business/Stock/
H A DCore_Business_Stock_StockManager.php53 public function updatePackQuantity($product, $stockAvailable, $deltaQuantity, $idShop = null)
93 …public function updatePacksQuantityContainingProduct($product, $idProductAttribute, $stockAvailabl…
140 public function updateQuantity($product, $idProductAttribute, $deltaQuantity, $idShop = null)
/dports/www/firefox-legacy/firefox-52.8.0esr/build/release/
H A Dinfo.py23 def getBuildID(platform, product, version, buildNumber, nightlyDir='nightly', argument
40 def findOldBuildIDs(product, version, buildNumber, platforms, argument
58 def getReleaseConfigName(product, branch, version=None, staging=False): argument
108 def getBaseTag(product, version): argument
135 def getReleaseName(product, version, buildNumber): argument
146 def fileInfo(filepath, product): argument
/dports/x11-toolkits/kf5-kxmlgui/kxmlgui-5.89.0/
H A Dmake_kdepackages_updated.py31 product = match.group(2) variable
49 product = match.group(1) variable
50 product = unescape(product) variable
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Structures.ocd/Foundry.ocd/
H A DScript.c58 private func ProductionTime(id product) { return _inherited(product, ...) ?? 290; } in ProductionTime()
60 public func OnProductionStart(id product) in OnProductionStart()
67 public func OnProductionHold(id product) in OnProductionHold()
72 public func OnProductionFinish(id product) in OnProductionFinish()
128 public func OnProductEjection(object product) in OnProductEjection()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.ua.tests/help/org/eclipse/ua/tests/help/other/
H A DPathResolutionTest.java53 IProduct product = Platform.getProduct(); in testResolvePluginsRootProductPlugin() local
65 IProduct product = Platform.getProduct(); in testResolveProductPlugin() local
77 IProduct product = Platform.getProduct(); in testResolveSlashProductPlugin() local
/dports/cad/yosys/yosys-yosys-0.12/tests/asicworld/
H A Dcode_verilog_tutorial_multiply.v3 output [4:0] product; port
4 wire [4:0] product; net
/dports/www/thirtybees/thirtybees-1.1.0/controllers/admin/
H A DAdminProductsController.php2166 protected function addCarriers($product = null)
2190 public function updateAccessories($product)
2210 public function updatePackItems($product)
2353 public function getPreviewUrl(Product $product)
3702 protected function initPack(Product $product)
4203 protected function _applyTaxToEcotax($product)
4219 public function initFormSeo($product)
4265 public function initFormPack($product)
4307 public function getPackItems($product = null)
4641 public function initFormInformations($product)
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/drivers/mozab/bootstrap/
H A DMMozillaBootstrap.cxx91 ::sal_Int32 SAL_CALL MozillaBootstrap::getProfileCount( css::mozilla::MozillaProductType product) in getProfileCount()
95 ::sal_Int32 SAL_CALL MozillaBootstrap::getProfileList( css::mozilla::MozillaProductType product, cs… in getProfileList()
99 OUString SAL_CALL MozillaBootstrap::getDefaultProfile( css::mozilla::MozillaProductType product ) in getDefaultProfile()
103 OUString SAL_CALL MozillaBootstrap::getProfilePath( css::mozilla::MozillaProductType product, const… in getProfilePath()
111 sal_Bool SAL_CALL MozillaBootstrap::getProfileExists( css::mozilla::MozillaProductType product, con… in getProfileExists()
/dports/www/firefox-esr/firefox-91.8.0/python/mozrelease/mozrelease/
H A Dpaths.py13 def product2ftp(product): argument
17 def getCandidatesDir(product, version, buildNumber, protocol=None, server=None): argument
34 def getReleasesDir(product, version=None, protocol=None, server=None): argument
/dports/audio/mixxx/mixxx-2.3.0/src/controllers/
H A Dcontrollerpresetinfo.cpp71 QDomElement product = devices.firstChildElement("product"); in PresetInfo() local
94 ProductInfo product; in parseBulkProduct() local
111 ProductInfo product; in parseHIDProduct() local
/dports/www/firefox/firefox-99.0/python/mozrelease/mozrelease/
H A Dpaths.py13 def product2ftp(product): argument
17 def getCandidatesDir(product, version, buildNumber, protocol=None, server=None): argument
34 def getReleasesDir(product, version=None, protocol=None, server=None): argument
/dports/lang/spidermonkey60/firefox-60.9.0/python/mozrelease/mozrelease/
H A Dpaths.py10 def product2ftp(product): argument
14 def getCandidatesDir(product, version, buildNumber, protocol=None, server=None): argument
29 def getReleasesDir(product, version=None, protocol=None, server=None): argument
/dports/mail/thunderbird/thunderbird-91.8.0/python/mozrelease/mozrelease/
H A Dpaths.py13 def product2ftp(product): argument
17 def getCandidatesDir(product, version, buildNumber, protocol=None, server=None): argument
34 def getReleasesDir(product, version=None, protocol=None, server=None): argument
/dports/lang/spidermonkey78/firefox-78.9.0/python/mozrelease/mozrelease/
H A Dpaths.py14 def product2ftp(product): argument
18 def getCandidatesDir(product, version, buildNumber, protocol=None, server=None): argument
33 def getReleasesDir(product, version=None, protocol=None, server=None): argument
/dports/graphics/mypaint/mypaint-2.0.1/gui/
H A Dobjfactory.py170 def object_created(self, product): argument
187 def identify(self, product): argument
210 def rebadge(self, product, new_params): argument
245 def object_rebadged(self, product, old_params, new_params): argument

12345678910>>...267