Home
last modified time | relevance | path

Searched refs:Errors (Results 1 – 25 of 10953) sorted by relevance

12345678910>>...439

/dports/finance/weberp/webERP/api/
H A Dapi_branches.php249 $Errors=VerifyBranchName($BranchDetails['brname'], sizeof($Errors), $Errors);
269 $Errors=VerifyLatitude($BranchDetails['lat'], sizeof($Errors), $Errors);
272 $Errors=VerifyLongitude($BranchDetails['lng'], sizeof($Errors), $Errors);
278 $Errors=VerifyAreaCode($BranchDetails['area'], sizeof($Errors), $Errors);
284 $Errors=VerifyFwdDate($BranchDetails['fwddate'], sizeof($Errors), $Errors);
290 $Errors=VerifyFaxNumber($BranchDetails['faxno'], sizeof($Errors), $Errors);
392 $Errors=VerifyLatitude($BranchDetails['lat'], sizeof($Errors), $Errors);
395 $Errors=VerifyLongitude($BranchDetails['lng'], sizeof($Errors), $Errors);
401 $Errors=VerifyAreaCode($BranchDetails['area'], sizeof($Errors), $Errors);
407 $Errors=VerifyFwdDate($BranchDetails['fwddate'], sizeof($Errors), $Errors);
[all …]
H A Dapi_customers.php268 $Errors=VerifyDebtorNo($CustomerDetails['debtorno'], sizeof($Errors), $Errors);
272 $Errors=VerifyDebtorName($CustomerDetails['name'], sizeof($Errors), $Errors);
295 $Errors=VerifySalesType($CustomerDetails['salestype'], sizeof($Errors), $Errors);
307 $Errors=VerifyDiscount($CustomerDetails['discount'], sizeof($Errors), $Errors);
313 $Errors=VerifyLastPaid($CustomerDetails['lastpaid'], sizeof($Errors), $Errors);
346 $Errors=VerifyTaxRef($CustomerDetails['taxref'], sizeof($Errors), $Errors);
392 $Errors[sizeof($Errors)] = NoDebtorNumber;
400 $Errors=VerifyDebtorName($CustomerDetails['name'], sizeof($Errors), $Errors);
436 $Errors=VerifyDiscount($CustomerDetails['discount'], sizeof($Errors), $Errors);
475 $Errors=VerifyTaxRef($CustomerDetails['taxref'], sizeof($Errors), $Errors);
[all …]
H A Dapi_stock.php494 $Errors = VerifyStockCodeExists($StockID, sizeof($Errors), $Errors);
545 $Errors = VerifyStockCodeExists($StockID, sizeof($Errors), $Errors);
575 $Errors = VerifyStockCodeExists($StockID, sizeof($Errors), $Errors);
603 $Errors = VerifyStockCodeExists($StockID, sizeof($Errors), $Errors);
625 $Errors = VerifyStockCodeExists($StockID, sizeof($Errors), $Errors);
650 $Errors = VerifyStockCodeExists($StockID, sizeof($Errors), $Errors);
676 $Errors = VerifyCurrencyCode($Currency, sizeof($Errors), $Errors);
677 $Errors = VerifySalesType($SalesType, sizeof($Errors), $Errors);
713 $Errors = VerifyCurrencyCode($Currency, sizeof($Errors), $Errors);
714 $Errors = VerifySalesType($SalesType, sizeof($Errors), $Errors);
[all …]
H A Dapi_suppliers.php137 $Errors=VerifySupplierNo($SupplierDetails['supplierid'], sizeof($Errors), $Errors);
158 $Errors=VerifyLatitude($SupplierDetails['lat'], sizeof($Errors), $Errors);
161 $Errors=VerifyLongitude($SupplierDetails['lng'], sizeof($Errors), $Errors);
173 $Errors=VerifyLastPaid($SupplierDetails['lastpaid'], sizeof($Errors), $Errors);
182 $Errors=VerifyBankRef($SupplierDetails['bankref'], sizeof($Errors), $Errors);
197 $Errors=VerifyTaxRef($CustomerDetails['taxref'], sizeof($Errors), $Errors);
249 $Errors=VerifyLatitude($SupplierDetails['lat'], sizeof($Errors), $Errors);
252 $Errors=VerifyLongitude($SupplierDetails['lng'], sizeof($Errors), $Errors);
273 $Errors=VerifyBankRef($SupplierDetails['bankref'], sizeof($Errors), $Errors);
288 $Errors=VerifyTaxRef($CustomerDetails['taxref'], sizeof($Errors), $Errors);
[all …]
H A Dapi_locations.php111 $Errors=VerifyLocationCode($Location['loccode'], sizeof($Errors), $Errors);
115 $Errors=VerifyAddressLine($Location['deladd1'], 40, sizeof($Errors), $Errors);
118 $Errors=VerifyAddressLine($Location['deladd2'], 40, sizeof($Errors), $Errors);
133 $Errors=VerifyPhoneNumber($Location['tel'], sizeof($Errors), $Errors);
136 $Errors=VerifyFaxNumber($Location['fax'], sizeof($Errors), $Errors);
139 $Errors=VerifyEmailAddress($Location['email'], sizeof($Errors), $Errors);
142 $Errors=VerifyContactName($Location['contact'], sizeof($Errors), $Errors);
199 $Errors=VerifyPhoneNumber($Location['tel'], sizeof($Errors), $Errors);
202 $Errors=VerifyFaxNumber($Location['fax'], sizeof($Errors), $Errors);
205 $Errors=VerifyEmailAddress($Location['email'], sizeof($Errors), $Errors);
[all …]
H A Dapi_purchdata.php58 $Errors=VerifyStockCodeExists($PurchDataDetails['stockid'], sizeof($Errors), $Errors);
59 $Errors=VerifySupplierNoExists($PurchDataDetails['supplierno'], sizeof($Errors), $Errors);
61 $Errors=VerifyUnitPrice($PurchDataDetails['price'], sizeof($Errors), $Errors);
64 $Errors=VerifySuppliersUOM($PurchDataDetails['suppliersuom'], sizeof($Errors), $Errors);
73 $Errors=VerifyLeadTime($PurchDataDetails['leadtime'], sizeof($Errors), $Errors);
76 $Errors=VerifyPreferredFlag($PurchDataDetails['preferred'], sizeof($Errors), $Errors);
110 $Errors=VerifyStockCodeExists($PurchDataDetails['stockid'], sizeof($Errors), $Errors);
113 $Errors=VerifyUnitPrice($PurchDataDetails['price'], sizeof($Errors), $Errors);
116 $Errors=VerifySuppliersUOM($PurchDataDetails['suppliersuom'], sizeof($Errors), $Errors);
125 $Errors=VerifyLeadTime($PurchDataDetails['leadtime'], sizeof($Errors), $Errors);
[all …]
H A Dapi_stockcategories.php7 return $Errors;
51 $Errors=VerifyCategoryID($CategoryDetails['categoryid'], sizeof($Errors), $Errors);
53 $Errors=VerifyStockType($CategoryDetails['stocktype'], sizeof($Errors), $Errors);
54 $Errors=VerifyAccountCodeExists($CategoryDetails['stockact'], sizeof($Errors), $Errors);
55 $Errors=VerifyAccountCodeExists($CategoryDetails['adjglact'], sizeof($Errors), $Errors);
58 $Errors=VerifyAccountCodeExists($CategoryDetails['wipact'], sizeof($Errors), $Errors);
89 $Errors=VerifyCategoryID($CategoryDetails['categoryid'], sizeof($Errors), $Errors);
91 $Errors=VerifyStockType($CategoryDetails['stocktype'], sizeof($Errors), $Errors);
92 $Errors=VerifyAccountCodeExists($CategoryDetails['stockact'], sizeof($Errors), $Errors);
96 $Errors=VerifyAccountCodeExists($CategoryDetails['wipact'], sizeof($Errors), $Errors);
[all …]
H A Dapi_salesorders.php283 $Errors=VerifyComments($OrderHeader['comments'], sizeof($Errors), $Errors);
286 $Errors=VerifyOrderDate($OrderHeader['orddate'], sizeof($Errors), $Errors);
292 $Errors=VerifyShipVia($OrderHeader['shipvia'], sizeof($Errors), $Errors);
395 $Errors=VerifyShipVia($OrderHeader['shipvia'], sizeof($Errors), $Errors);
481 $Errors=VerifyQuantity($OrderLine['quantity'], sizeof($Errors), $Errors);
498 $Errors=VerifyPOLine($OrderLine['poline'], sizeof($Errors), $Errors);
545 $Errors=VerifyQuantity($OrderLine['quantity'], sizeof($Errors), $Errors);
559 $Errors=VerifyPOLine($OrderLine['poline'], sizeof($Errors), $Errors);
598 $Errors=VerifyOrderHeaderExists($OrderNo, sizeof($Errors), $Errors);
623 $Errors=VerifyOrderHeaderExists($OrderNo, sizeof($Errors), $Errors);
[all …]
H A Dapi_workorders.php211 $Errors=VerifyQtyReqd($WorkOrderDetails['qtyreqd'], sizeof($Errors), $Errors);
215 $Errors=VerifyQtyRecd($WorkOrderDetails['qtyrecd'], sizeof($Errors), $Errors);
219 $Errors=VerifyStdCost($WorkOrderDetails['stdcost'], sizeof($Errors), $Errors);
267 $Errors = VerifyStockCodeExists($StockID, sizeof($Errors), $Errors);
268 $Errors = VerifyWorkOrderExists($WONumber, sizeof($Errors), $Errors);
269 $Errors = VerifyStockLocation($Location, sizeof($Errors), $Errors);
270 $Errors = VerifyIssuedQuantity($Quantity, sizeof($Errors), $Errors);
376 $Errors = VerifyStockCodeExists($StockID, sizeof($Errors), $Errors);
377 $Errors = VerifyWorkOrderExists($WONumber, sizeof($Errors), $Errors);
378 $Errors = VerifyStockLocation($Location, sizeof($Errors), $Errors);
[all …]
H A Dapi_debtortransactions.php505 $Errors=VerifyDebtorExists($Header['debtorno'], sizeof($Errors), $Errors);
1191 $Errors=VerifyStockCodeExists($PartCode, sizeof($Errors), $Errors );
1208 $Errors=VerifyTpe($InvoiceDetails['tpe'], sizeof($Errors), $Errors);
1220 $Errors=VerifyOVGst($InvoiceDetails['ovgst'], sizeof($Errors), $Errors);
1489 $Errors=VerifyStockCodeExists($PartCode, sizeof($Errors), $Errors );
1500 $Errors=VerifySettled($CreditDetails['settled'], sizeof($Errors), $Errors);
1506 $Errors=VerifyTpe($CreditDetails['tpe'], sizeof($Errors), $Errors);
1518 $Errors=VerifyOVGst($CreditDetails['ovgst'], sizeof($Errors), $Errors);
1530 $Errors=VerifyAllocated($CreditDetails['alloc'], sizeof($Errors), $Errors);
1536 $Errors=VerifyShipVia($CreditDetails['shipvia'], sizeof($Errors), $Errors);
[all …]
H A Dapi_glgroups.php13 return $Errors;
26 return $Errors;
34 return $Errors;
42 return $Errors;
55 return $Errors;
68 $Errors=VerifyAccountGroup($AccountGroupDetails['groupname'], sizeof($Errors), $Errors);
69 …$Errors=VerifyAccountSectionExists($AccountGroupDetails['sectioninaccounts'], sizeof($Errors), $Er…
71 $Errors=VerifyPandL($AccountGroupDetails['pandl'], sizeof($Errors), $Errors);
73 …$Errors=VerifyParentGroupExists($AccountGroupDetails['parentgroupname'], sizeof($Errors), $Errors);
87 $Errors[0]=0;
[all …]
H A Dapi_salesareas.php13 return $Errors;
21 $Errors = array();
25 return $Errors;
47 return $Errors;
53 return $Errors;
55 $Errors[0]=0;
57 return $Errors;
70 return $Errors;
89 $Errors[0]=0;
92 return $Errors;
[all …]
H A Dapi_glaccounts.php13 return $Errors;
26 return $Errors;
34 return $Errors;
47 return $Errors;
55 return $Errors;
60 $Errors=VerifyAccountCode($AccountDetails['accountcode'], sizeof($Errors), $Errors);
62 $Errors=VerifyAccountName($AccountDetails['accountname'], sizeof($Errors), $Errors);
64 $Errors=VerifyAccountGroupExists($AccountDetails['group_'], sizeof($Errors), $Errors);
84 $Errors[0]=0;
87 return $Errors;
[all …]
H A Dapi_salesman.php8 $Errors = array();
12 return $Errors;
30 $Errors = array();
34 return $Errors;
40 return $Errors;
42 $Errors[0]=0;
44 return $Errors;
57 return $Errors;
73 $Errors[0]=0;
76 return $Errors;
[all …]
H A Dapi_salestypes.php8 $Errors = array();
12 return $Errors;
21 $Errors[0]=0;
23 return $Errors;
36 return $Errors;
38 $Errors = VerifySalesType($salestype, sizeof($Errors), $Errors);
42 $Errors[0]=0;
44 return $Errors;
46 return $Errors;
75 $Errors[0]=0;
[all …]
/dports/biology/mummer/mummer-4.0.0beta2-2-g277dac5/docs/web/examples/data/
H A Dmummer3.align4 Errors = 5
9 Errors = 1
14 Errors = 3
19 Errors = 1
24 Errors = 1
29 Errors = 1
34 Errors = 1
39 Errors = 1
44 Errors = 1
49 Errors = 5
[all …]
H A Dmummer1.align4 Errors = 5
9 Errors = 1
14 Errors = 3
19 Errors = 1
24 Errors = 1
29 Errors = 1
34 Errors = 1
39 Errors = 1
44 Errors = 1
49 Errors = 5
[all …]
/dports/net-mgmt/p5-FusionInventory-Agent/FusionInventory-Agent-2.5.2/resources/solaris/iostat/
H A Dsample3-wrong-vendor-product1 c0t0d0 Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
6 c3t0d0 Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
11 c3t1d0 Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
16 c1t13d0 Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
21 c1t14d0 Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
26 c2t13d0 Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
31 c2t14d0 Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
36 c2t15d0 Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
41 c2t16d0 Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
46 c2t17d0 Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
[all …]
/dports/lang/mono-basic/mono-basic-4.7/vbnc/vbnc/tests/
H A DChangeLog152 * Errors/30059.vb, Errors/30060.vb, Errors/30060-1.vb,
159 Errors/30060-4.vb, Errors/30060-5.vb, Errors/30060-6.vb,
160 Errors/30060-7.vb, Errors/30060-8.vb, Errors/30311-1.vb,
171 Errors/30311-5.vb, Errors/30311-6.vb, Errors/30311-7.vb,
173 Errors/30439.vb, Errors/30439-1.vb, Errors/30532.vb,
174 Errors/30533.vb, Errors/32006.vb, Errors/32006-1.vb,
175 Errors/32006-2.vb, Errors/32006-3.vb, Errors/32006-4.vb,
177 Errors/32007.vb, Errors/32007-1.vb, Errors/32007-2.vb,
234 * Errors/30206.vb, Errors/30207.vb, Errors/30225.vb, Errors/30225-1.vb,
235 Errors/30225-2.vb, Errors/30574.vb, Errors/30620.vb, Errors/30640.vb:
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/dennwc/graphql/
H A Dnonnull_test.go144 if len(result.Errors) != len(expected.Errors) {
182 if len(result.Errors) != len(expected.Errors) {
222 if len(result.Errors) != len(expected.Errors) {
262 if len(result.Errors) != len(expected.Errors) {
302 if len(result.Errors) != len(expected.Errors) {
342 if len(result.Errors) != len(expected.Errors) {
491 if len(result.Errors) != len(expected.Errors) {
596 if len(result.Errors) != len(expected.Errors) {
630 if len(result.Errors) != len(expected.Errors) {
661 if len(result.Errors) != len(expected.Errors) {
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ada/
H A Derrutil.adb204 Errors.Increment_Last;
205 Cur_Msg := Errors.Last;
226 Errors.Table (Cur_Msg).Sfile < Errors.Table (Next_Msg).Sfile;
228 if Errors.Table (Cur_Msg).Sfile = Errors.Table (Next_Msg).Sfile then
248 Errors.Table (Cur_Msg).Line
250 Errors.Table (Cur_Msg).Sfile
302 if Errors.Table (Cur_Msg).Warn
304 Errors.Table (Cur_Msg).Style
379 and then Errors.Table (F).Sptr = Errors.Table (Cur).Sptr
456 (Errors.Table (E).Line,
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/ada/
H A Derrutil.adb203 Errors.Increment_Last;
204 Cur_Msg := Errors.Last;
225 Errors.Table (Cur_Msg).Sfile < Errors.Table (Next_Msg).Sfile;
227 if Errors.Table (Cur_Msg).Sfile = Errors.Table (Next_Msg).Sfile then
247 Errors.Table (Cur_Msg).Line
249 Errors.Table (Cur_Msg).Sfile
301 if Errors.Table (Cur_Msg).Warn
303 Errors.Table (Cur_Msg).Style
378 and then Errors.Table (F).Sptr = Errors.Table (Cur).Sptr
455 (Errors.Table (E).Line,
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/ada/
H A Derrutil.adb203 Errors.Increment_Last;
204 Cur_Msg := Errors.Last;
225 Errors.Table (Cur_Msg).Sfile < Errors.Table (Next_Msg).Sfile;
227 if Errors.Table (Cur_Msg).Sfile = Errors.Table (Next_Msg).Sfile then
247 Errors.Table (Cur_Msg).Line
249 Errors.Table (Cur_Msg).Sfile
301 if Errors.Table (Cur_Msg).Warn
303 Errors.Table (Cur_Msg).Style
378 and then Errors.Table (F).Sptr = Errors.Table (Cur).Sptr
455 (Errors.Table (E).Line,
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Derrutil.adb194 Errors.Increment_Last;
195 Cur_Msg := Errors.Last;
215 Errors.Table (Cur_Msg).Sfile < Errors.Table (Next_Msg).Sfile;
217 if Errors.Table (Cur_Msg).Sfile = Errors.Table (Next_Msg).Sfile then
237 Errors.Table (Cur_Msg).Line
239 Errors.Table (Cur_Msg).Sfile
292 if Errors.Table (Cur_Msg).Warn or Errors.Table (Cur_Msg).Style then
365 and then Errors.Table (F).Sptr = Errors.Table (Cur).Sptr
443 (Errors.Table (E).Line,
461 (Errors.Table (E).Line,
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Derrutil.adb194 Errors.Increment_Last;
195 Cur_Msg := Errors.Last;
215 Errors.Table (Cur_Msg).Sfile < Errors.Table (Next_Msg).Sfile;
217 if Errors.Table (Cur_Msg).Sfile = Errors.Table (Next_Msg).Sfile then
237 Errors.Table (Cur_Msg).Line
239 Errors.Table (Cur_Msg).Sfile
292 if Errors.Table (Cur_Msg).Warn or Errors.Table (Cur_Msg).Style then
365 and then Errors.Table (F).Sptr = Errors.Table (Cur).Sptr
443 (Errors.Table (E).Line,
461 (Errors.Table (E).Line,
[all …]

12345678910>>...439