Home
last modified time | relevance | path

Searched refs:suppliers (Results 1 – 25 of 1546) sorted by relevance

12345678910>>...62

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi.compatibility.state/src/org/eclipse/osgi/internal/resolver/
H A DGenericSpecificationImpl.java27 private GenericDescription[] suppliers; field in GenericSpecificationImpl
107 return suppliers != null && suppliers.length > 0; in isResolved()
120 return suppliers == null || suppliers.length == 0 ? null : suppliers[0]; in getSupplier()
128 suppliers = null; in setSupplier()
131 int len = suppliers == null ? 0 : suppliers.length; in setSupplier()
133 if (suppliers != null) in setSupplier()
134 System.arraycopy(suppliers, 0, temp, 0, len); in setSupplier()
136 suppliers = temp; in setSupplier()
142 return suppliers; in getSuppliers()
146 void setSupplers(GenericDescription[] suppliers) { in setSupplers() argument
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/loader/sources/
H A DMultiSourcePackage.java21 private final SingleSourcePackage[] suppliers; field in MultiSourcePackage
23 public MultiSourcePackage(String id, SingleSourcePackage[] suppliers) { in MultiSourcePackage() argument
25 this.suppliers = suppliers; in MultiSourcePackage()
30 return suppliers; in getSuppliers()
36 for (SingleSourcePackage supplier : suppliers) { in loadClass()
47 for (SingleSourcePackage supplier : suppliers) { in getResource()
58 for (SingleSourcePackage supplier : suppliers) { in getResources()
67 for (SingleSourcePackage source : suppliers) { in listResources()
/dports/www/py-protego/Protego-0.1.16/tests/test_data/
H A Dwww.hktdc.com63 Disallow: /small-order-suppliers/quality-control/
65 Disallow: /small-order-suppliers/client/
66 Disallow: /small-order-suppliers/portfolio/
67 Disallow: /small-order-suppliers/suppliers-products-search/
68 Disallow: /small-order-suppliers/newsroom/
70 Disallow: /small-order-suppliers/matching-items/
71 Disallow: /small-order-suppliers/event/
72 Disallow: /small-order-suppliers/emagazine/
73 Disallow: /small-order-suppliers/events/
74 Disallow: /small-order-suppliers/clients/
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/google-endpoints/google/api/auth/
H A Dtokens.py25 from google.api.auth import suppliers
70 raise suppliers.UnauthenticatedException("Cannot decode the auth token",
78 raise suppliers.UnauthenticatedException("Unknown issuer: " + issuer)
82 raise suppliers.UnauthenticatedException("The requested method does not "
94 raise suppliers.UnauthenticatedException("Audiences not allowed")
128 raise suppliers.UnauthenticatedException("Signature verification failed",
184 raise suppliers.UnauthenticatedException('Malformed claim: "exp" must be an integer')
186 raise suppliers.UnauthenticatedException("The auth token has already expired")
193 raise suppliers.UnauthenticatedException('Malformed claim: "nbf" must be an integer')
195 raise suppliers.UnauthenticatedException('Current time is less than the "nbf" time')
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/google-endpoints/test/
H A Dtest_suppliers.py23 from google.api.auth import suppliers
31 configs = {issuer: suppliers.IssuerUriConfig(False, jwks_uri)}
32 supplier = suppliers.KeyUriSupplier(configs)
39 path="/" + suppliers._OPEN_ID_CONFIG_PATH)
45 configs = {issuer: suppliers.IssuerUriConfig(True, None)}
46 supplier = suppliers.KeyUriSupplier(configs)
53 path="/" + suppliers._OPEN_ID_CONFIG_PATH)
61 configs = {issuer: suppliers.IssuerUriConfig(True, None)}
62 supplier = suppliers.KeyUriSupplier(configs)
72 configs = {issuer: suppliers.IssuerUriConfig(True, None)}
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/google-endpoints/test/integration/
H A Dtest_auth.py30 from google.api.auth import suppliers
94 self._configs[IntegrationTest._ISSUER] = suppliers.IssuerUriConfig(False,
113 self._configs[IntegrationTest._ISSUER] = suppliers.IssuerUriConfig(False,
116 with self.assertRaisesRegexp(suppliers.UnauthenticatedException, message):
123 self._configs[IntegrationTest._ISSUER] = suppliers.IssuerUriConfig(False,
134 self._configs[IntegrationTest._ISSUER] = suppliers.IssuerUriConfig(False,
144 self._configs[IntegrationTest._ISSUER] = suppliers.IssuerUriConfig(True,
154 self._configs[IntegrationTest._ISSUER] = suppliers.IssuerUriConfig(False,
164 with self.assertRaisesRegexp(suppliers.UnauthenticatedException,
193 with self.assertRaisesRegexp(suppliers.UnauthenticatedException,
[all …]
/dports/finance/prestashop/prestashop/classes/
H A DSupplier.php139 $suppliers = Db::getInstance(_PS_USE_SQL_SLAVE_)->executeS($query);
140 if ($suppliers === false) {
175 foreach ($suppliers as $key => $supplier) {
177 $suppliers[$key]['nb_products'] = $counts[(int) $supplier['id_supplier']];
179 $suppliers[$key]['nb_products'] = 0;
184 $nbSuppliers = count($suppliers);
187 …$suppliers[$i]['link_rewrite'] = ($rewriteSettings ? Tools::link_rewrite($suppliers[$i]['name']) :…
190 return $suppliers;
206 $suppliers = Supplier::getSuppliers(false, $idLang, true);
207 if ($suppliers && count($suppliers)) {
[all …]
/dports/databases/gigabase/gigabase/
H A Dtestdb.cpp122 dbCursor<Supplier> suppliers; in main() local
169 suppliers.at(contracts->supplier); in main()
172 suppliers->company, suppliers->location, in main()
188 suppliers.at(contracts->supplier)->company, in main()
231 printf("%s\t%s\n", suppliers->company, in main()
232 suppliers->location); in main()
233 } while (suppliers.next()); in main()
254 suppliers.at(contracts->supplier)->company, in main()
293 if (suppliers.select(q9) == 0) { in main()
313 contract.supplier = suppliers.currentId(); in main()
[all …]
/dports/databases/fastdb/fastdb/examples/
H A Dtestdb.cpp120 dbCursor<Supplier> suppliers; in main() local
167 suppliers.at(contracts->supplier); in main()
170 suppliers->company, suppliers->location, in main()
186 suppliers.at(contracts->supplier)->company, in main()
229 printf("%s\t%s\n", suppliers->company, in main()
230 suppliers->location); in main()
231 } while (suppliers.next()); in main()
252 suppliers.at(contracts->supplier)->company, in main()
287 if (suppliers.select(q9) == 0) { in main()
307 contract.supplier = suppliers.currentId(); in main()
[all …]
/dports/finance/weberp/webERP/includes/
H A DPO_ReadInOrder.inc18 suppliers.suppname,
49 suppliers.currcode,
56 INNER JOIN suppliers ON purchorders.supplierno = suppliers.supplierid
107 suppliers.suppname,
108 suppliers.address1,
109 suppliers.address2,
110 suppliers.address3,
111 suppliers.address4,
112 suppliers.address5,
114 suppliers.currcode
[all …]
/dports/finance/prestashop/prestashop/src/Core/Grid/Data/Factory/
H A DSupplierGridDataFactory.php80 * @param array $suppliers
84 private function applyModification(array $suppliers) argument
86 foreach ($suppliers as $i => $supplier) {
87 … $suppliers[$i]['logo'] = $this->supplierLogoImageProvider->getPath($supplier['id_supplier']);
90 return $suppliers;
/dports/finance/frontaccounting/frontaccounting/sql/
H A Dalter2.1.sql193 ALTER TABLE `0_suppliers` ADD `supp_address` tinytext NOT NULL DEFAULT '' AFTER `address`;
195 ALTER TABLE `0_suppliers` ADD `phone` varchar(30) NOT NULL DEFAULT '' AFTER `supp_address`;
197 ALTER TABLE `0_suppliers` ADD `fax` varchar(30) NOT NULL DEFAULT '' AFTER `phone`;
199 ALTER TABLE `0_suppliers` ADD `gst_no` varchar(25) NOT NULL DEFAULT '' AFTER `fax`;
201 ALTER TABLE `0_suppliers` ADD `contact` varchar(60) NOT NULL DEFAULT '' AFTER `gst_no`;
203 ALTER TABLE `0_suppliers` ADD `credit_limit` double NOT NULL DEFAULT '0' AFTER `tax_group_id`;
205 ALTER TABLE `0_suppliers` ADD `supp_account_no` varchar(40) NOT NULL DEFAULT '' AFTER `contact`;
207 ALTER TABLE `0_suppliers` ADD `website` varchar(100) NOT NULL DEFAULT '' AFTER `email`;
209 ALTER TABLE `0_suppliers` ADD `notes` tinytext NOT NULL DEFAULT '';
253 ALTER TABLE `0_suppliers` ADD `inactive` tinyint(1) NOT NULL DEFAULT '0';
/dports/databases/db5/db-5.3.28/examples/java/src/collections/ship/factory/
H A DSample.java189 Set suppliers = views.getSupplierSet(); in addSuppliers() local
190 if (suppliers.isEmpty()) { in addSuppliers()
192 suppliers.add(new Supplier("S1", "Smith", 20, "London")); in addSuppliers()
193 suppliers.add(new Supplier("S2", "Jones", 10, "Paris")); in addSuppliers()
194 suppliers.add(new Supplier("S3", "Blake", 30, "Paris")); in addSuppliers()
195 suppliers.add(new Supplier("S4", "Clark", 20, "London")); in addSuppliers()
196 suppliers.add(new Supplier("S5", "Adams", 30, "Athens")); in addSuppliers()
/dports/java/berkeley-db/je-6.2.31/examples/collections/ship/entity/
H A DSample.java186 Set suppliers = views.getSupplierSet(); in addSuppliers() local
187 if (suppliers.isEmpty()) { in addSuppliers()
189 suppliers.add(new Supplier("S1", "Smith", 20, "London")); in addSuppliers()
190 suppliers.add(new Supplier("S2", "Jones", 10, "Paris")); in addSuppliers()
191 suppliers.add(new Supplier("S3", "Blake", 30, "Paris")); in addSuppliers()
192 suppliers.add(new Supplier("S4", "Clark", 20, "London")); in addSuppliers()
193 suppliers.add(new Supplier("S5", "Adams", 30, "Athens")); in addSuppliers()
/dports/java/berkeley-db/je-6.2.31/examples/collections/ship/sentity/
H A DSample.java187 Set suppliers = views.getSupplierSet(); in addSuppliers() local
188 if (suppliers.isEmpty()) { in addSuppliers()
190 suppliers.add(new Supplier("S1", "Smith", 20, "London")); in addSuppliers()
191 suppliers.add(new Supplier("S2", "Jones", 10, "Paris")); in addSuppliers()
192 suppliers.add(new Supplier("S3", "Blake", 30, "Paris")); in addSuppliers()
193 suppliers.add(new Supplier("S4", "Clark", 20, "London")); in addSuppliers()
194 suppliers.add(new Supplier("S5", "Adams", 30, "Athens")); in addSuppliers()
/dports/java/berkeley-db/je-6.2.31/examples/collections/ship/factory/
H A DSample.java186 Set suppliers = views.getSupplierSet(); in addSuppliers() local
187 if (suppliers.isEmpty()) { in addSuppliers()
189 suppliers.add(new Supplier("S1", "Smith", 20, "London")); in addSuppliers()
190 suppliers.add(new Supplier("S2", "Jones", 10, "Paris")); in addSuppliers()
191 suppliers.add(new Supplier("S3", "Blake", 30, "Paris")); in addSuppliers()
192 suppliers.add(new Supplier("S4", "Clark", 20, "London")); in addSuppliers()
193 suppliers.add(new Supplier("S5", "Adams", 30, "Athens")); in addSuppliers()
/dports/java/berkeley-db/je-6.2.31/examples/collections/ship/marshal/
H A DSample.java187 Set suppliers = views.getSupplierSet(); in addSuppliers() local
188 if (suppliers.isEmpty()) { in addSuppliers()
190 suppliers.add(new Supplier("S1", "Smith", 20, "London")); in addSuppliers()
191 suppliers.add(new Supplier("S2", "Jones", 10, "Paris")); in addSuppliers()
192 suppliers.add(new Supplier("S3", "Blake", 30, "Paris")); in addSuppliers()
193 suppliers.add(new Supplier("S4", "Clark", 20, "London")); in addSuppliers()
194 suppliers.add(new Supplier("S5", "Adams", 30, "Athens")); in addSuppliers()
/dports/java/berkeley-db/je-6.2.31/examples/collections/ship/tuple/
H A DSample.java186 Set suppliers = views.getSupplierSet(); in addSuppliers() local
187 if (suppliers.isEmpty()) { in addSuppliers()
189 suppliers.add(new Supplier("S1", "Smith", 20, "London")); in addSuppliers()
190 suppliers.add(new Supplier("S2", "Jones", 10, "Paris")); in addSuppliers()
191 suppliers.add(new Supplier("S3", "Blake", 30, "Paris")); in addSuppliers()
192 suppliers.add(new Supplier("S4", "Clark", 20, "London")); in addSuppliers()
193 suppliers.add(new Supplier("S5", "Adams", 30, "Athens")); in addSuppliers()
/dports/games/flightgear/flightgear-2020.3.11/src/Systems/
H A Delectrical.cxx453 deleteComponents(suppliers); in shutdown()
472 for ( i = 0; i < suppliers.size(); ++i ) { in update()
473 suppliers[i]->set_volts( 0.0 ); in update()
486 for ( i = 0; i < suppliers.size(); ++i ) { in update()
492 load = propagate( suppliers[i], dt, in update()
506 for ( i = 0; i < suppliers.size(); ++i ) { in update()
526 for ( i = 0; i < suppliers.size(); ++i ) { in update()
608 suppliers.push_back( s ); in build()
733 for ( i = 0; i < suppliers.size(); ++i ) { in find()
734 s = suppliers[i]->get_name(); in find()
[all …]
/dports/finance/prestashop/prestashop/src/PrestaShopBundle/Controller/Admin/
H A DSupplierController.php55 $suppliers = explode('-', $supplierIds);
56 if ($supplierIds == 0 || count($suppliers) == 0) {
68 foreach ($suppliers as $idSupplier) {
92 foreach ($suppliers as $idSupplier) {
112 'suppliers' => $suppliers,
/dports/finance/weberp/webERP/sql/mysql/country_sql/
H A Ddemo.sql3127 CREATE TABLE `suppliers` (
12713 INSERT INTO `reportlinks` VALUES ('grns','suppliers','grns.supplierid=suppliers.supplierid');
12714 INSERT INTO `reportlinks` VALUES ('suppliers','grns','suppliers.supplierid=grns.supplierid');
12939 INSERT INTO `reportlinks` VALUES ('grns','suppliers','grns.supplierid=suppliers.supplierid');
12940 INSERT INTO `reportlinks` VALUES ('suppliers','grns','suppliers.supplierid=grns.supplierid');
13165 INSERT INTO `reportlinks` VALUES ('grns','suppliers','grns.supplierid=suppliers.supplierid');
13166 INSERT INTO `reportlinks` VALUES ('suppliers','grns','suppliers.supplierid=grns.supplierid');
13391 INSERT INTO `reportlinks` VALUES ('grns','suppliers','grns.supplierid=suppliers.supplierid');
13392 INSERT INTO `reportlinks` VALUES ('suppliers','grns','suppliers.supplierid=grns.supplierid');
13617 INSERT INTO `reportlinks` VALUES ('grns','suppliers','grns.supplierid=suppliers.supplierid');
[all …]
/dports/finance/weberp/webERP/sql/mysql/
H A Dupgrade3.01-3.02.sql131 SELECT supptrans.id, suppliers.taxauthority, supptrans.ovgst
132 FROM supptrans INNER JOIN suppliers ON supptrans.supplierno=suppliers.supplierid
135 ALTER TABLE suppliers DROP FOREIGN KEY `suppliers_ibfk_3`;
136 ALTER TABLE `suppliers` CHANGE `taxauthority` `taxgroupid` TINYINT( 4 ) DEFAULT '1' NOT NULL;
137 ALTER TABLE `suppliers` DROP INDEX `taxauthority` , ADD INDEX `taxgroupid` ( `taxgroupid` );
138 UPDATE suppliers SET taxgroupid=1;
139 ALTER TABLE suppliers ADD FOREIGN KEY (taxgroupid) REFERENCES taxgroups (taxgroupid);
/dports/finance/frontaccounting/frontaccounting/inventory/includes/db/
H A Ditems_purchases_db.inc47 $sql = "SELECT ".TB_PREF."purch_data.*,".TB_PREF."suppliers.supp_name,"
48 .TB_PREF."suppliers.curr_code
49 FROM ".TB_PREF."purch_data INNER JOIN ".TB_PREF."suppliers
50 ON ".TB_PREF."purch_data.supplier_id=".TB_PREF."suppliers.supplier_id
58 $sql = "SELECT ".TB_PREF."purch_data.*,".TB_PREF."suppliers.supp_name FROM ".TB_PREF."purch_data
59 …INNER JOIN ".TB_PREF."suppliers ON ".TB_PREF."purch_data.supplier_id=".TB_PREF."suppliers.supplier…
/dports/databases/db5/db-5.3.28/examples/java/src/collections/ship/basic/
H A DSample.java189 Map suppliers = views.getSupplierMap(); in addSuppliers() local
190 if (suppliers.isEmpty()) { in addSuppliers()
192 suppliers.put(new SupplierKey("S1"), in addSuppliers()
194 suppliers.put(new SupplierKey("S2"), in addSuppliers()
196 suppliers.put(new SupplierKey("S3"), in addSuppliers()
198 suppliers.put(new SupplierKey("S4"), in addSuppliers()
200 suppliers.put(new SupplierKey("S5"), in addSuppliers()
/dports/databases/db5/db-5.3.28/examples/java/src/collections/ship/entity/
H A DSample.java191 Set suppliers = views.getSupplierSet(); in addSuppliers() local
192 if (suppliers.isEmpty()) { in addSuppliers()
194 suppliers.add(new Supplier("S1", "Smith", 20, "London")); in addSuppliers()
195 suppliers.add(new Supplier("S2", "Jones", 10, "Paris")); in addSuppliers()
196 suppliers.add(new Supplier("S3", "Blake", 30, "Paris")); in addSuppliers()
197 suppliers.add(new Supplier("S4", "Clark", 20, "London")); in addSuppliers()
198 suppliers.add(new Supplier("S5", "Adams", 30, "Athens")); in addSuppliers()

12345678910>>...62