Home
last modified time | relevance | path

Searched refs:PVN (Results 1 – 25 of 93) sorted by relevance

1234

/dports/x11-toolkits/xforms/xforms-1.2.4/fdesign/
H A Dfd_printC.c332 #define PVN( v ) v, #v macro
337 { PVN( FL_NO_BOX ), "No box%r1", "Nn#n" },
338 { PVN( FL_UP_BOX ), "Up box%r1", "Uu#u" },
339 { PVN( FL_DOWN_BOX ), "Down box%r1", "Dd#d" },
340 { PVN( FL_BORDER_BOX ), "Border box%r1", "Bb#b" },
341 { PVN( FL_SHADOW_BOX ), "Shadow box%r1", "Ss#s" },
342 { PVN( FL_FRAME_BOX ), "Frame box%r1", "Ff#f" },
343 { PVN( FL_ROUNDED_BOX ), "Rounded box%r1", "Rr#r" },
344 { PVN( FL_EMBOSSED_BOX ), "Embossed box%r1", "Ee#e" },
345 { PVN( FL_FLAT_BOX ), "Flat box%r1", "Ff#f" },
[all …]
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/langs/lv_LV/
H A Dcompta.lang65 VATCollected=Iekasētais PVN
88 PaymentVat=PVN maksājumi
109 VATDeclarations=PVN deklarācijas
110 VATDeclaration=PVN deklarācija
111 VATRefund=PVN atmaksa
116 ShowVatPayment=Rādīt PVN maksājumu
141 PayVAT=Samaksājiet PVN deklarāciju
147 DeleteVAT=Dzēst PVN deklarāciju
150 ConfirmDeleteVAT=Vai tiešām vēlaties dzēst šo PVN deklarāciju?
252 ConfirmCloneVAT=Apstipriniet PVN deklarācijas klonu
[all …]
H A Dcompanies.lang278 VATIntra=PVN ID
279 VATIntraShort=PVN ID
281 VATReturn=PVN atgriezšana
363 VATIntraCheckDesc=PVN ID ir jāiekļauj valsts prefikss. Saite <b> %s </b> izmanto Eiropas PVN pārbau…
365 VATIntraCheckableOnEUSite=Pārbaudiet Kopienas iekšējo PVN identifikācijas numuru Eiropas Komisijas …
H A Dproducts.lang20 ProductVatMassChange=Globālais PVN atjauninājums
21 ProductVatMassChangeDesc=Šis rīks atjaunina PVN likmi, kas noteikta <b><u>ALL</u> </b> produktiem u…
68 UpdateVAT=Atjaunot PVN
74 SellingPriceTTC=Pārdošanas cena (ar PVN)
83 …rdošanas cena nevar būt zemāka par minimālo pieļaujamo šī produkta (%s bez PVN). Šis ziņojums var …
140 VATRateForSupplierProduct=PVN likme (šim pārdevējam / produktam)
/dports/lang/perl5.30/perl-5.30.3/cpan/ExtUtils-Constant/lib/ExtUtils/Constant/
H A DXS.pm51 PVN => 'PUSHp(pv, iv)',
63 PVN => ['*pv_return = ', '*iv_return = (IV)'],
165 $params->{IV} = 1 if $what->{IV} || $what->{UV} || $what->{PVN};
167 $params->{PV} = 1 if $what->{PV} || $what->{PVN};
H A DProxySubs.pm21 PVN => '{const char *name; I32 namelen; const char *value; STRLEN len;}',
34 PVN => sub { $_[0] . '->value', $_[0] . '->len' },
47 PVN => sub { "newSVpvn($_[0], $_[1])" },
81 PVN => ['const char *', 'STRLEN'],
/dports/lang/perl5.32/perl-5.32.1/cpan/ExtUtils-Constant/lib/ExtUtils/Constant/
H A DXS.pm51 PVN => 'PUSHp(pv, iv)',
63 PVN => ['*pv_return = ', '*iv_return = (IV)'],
165 $params->{IV} = 1 if $what->{IV} || $what->{UV} || $what->{PVN};
167 $params->{PV} = 1 if $what->{PV} || $what->{PVN};
H A DProxySubs.pm21 PVN => '{const char *name; I32 namelen; const char *value; STRLEN len;}',
34 PVN => sub { $_[0] . '->value', $_[0] . '->len' },
47 PVN => sub { "newSVpvn($_[0], $_[1])" },
81 PVN => ['const char *', 'STRLEN'],
/dports/lang/perl5.34/perl-5.34.0/cpan/ExtUtils-Constant/lib/ExtUtils/Constant/
H A DXS.pm51 PVN => 'PUSHp(pv, iv)',
63 PVN => ['*pv_return = ', '*iv_return = (IV)'],
165 $params->{IV} = 1 if $what->{IV} || $what->{UV} || $what->{PVN};
167 $params->{PV} = 1 if $what->{PV} || $what->{PVN};
H A DProxySubs.pm21 PVN => '{const char *name; I32 namelen; const char *value; STRLEN len;}',
34 PVN => sub { $_[0] . '->value', $_[0] . '->len' },
47 PVN => sub { "newSVpvn($_[0], $_[1])" },
81 PVN => ['const char *', 'STRLEN'],
/dports/devel/p5-ExtUtils-Constant/ExtUtils-Constant-0.25/lib/ExtUtils/Constant/
H A DXS.pm51 PVN => 'PUSHp(pv, iv)',
63 PVN => ['*pv_return = ', '*iv_return = (IV)'],
165 $params->{IV} = 1 if $what->{IV} || $what->{UV} || $what->{PVN};
167 $params->{PV} = 1 if $what->{PV} || $what->{PVN};
H A DProxySubs.pm21 PVN => '{const char *name; I32 namelen; const char *value; STRLEN len;}',
34 PVN => sub { $_[0] . '->value', $_[0] . '->len' },
47 PVN => sub { "newSVpvn($_[0], $_[1])" },
81 PVN => ['const char *', 'STRLEN'],
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/ExtUtils-Constant/lib/ExtUtils/Constant/
H A DXS.pm51 PVN => 'PUSHp(pv, iv)',
63 PVN => ['*pv_return = ', '*iv_return = (IV)'],
165 $params->{IV} = 1 if $what->{IV} || $what->{UV} || $what->{PVN};
167 $params->{PV} = 1 if $what->{PV} || $what->{PVN};
H A DProxySubs.pm21 PVN => '{const char *name; I32 namelen; const char *value; STRLEN len;}',
34 PVN => sub { $_[0] . '->value', $_[0] . '->len' },
47 PVN => sub { "newSVpvn($_[0], $_[1])" },
81 PVN => ['const char *', 'STRLEN'],
/dports/games/alephone/alephone-release-20190331/Source_Files/ModelView/
H A DModel3D.cpp300 FlaggedVector& PVN = PerVertexNormalList[k]; in AdjustNormals() local
301 PVN.Flag = NormalizeNormal(PVN.Vec); in AdjustNormals()
319 if (PVN.Flag) in AdjustNormals()
321 GLfloat *V = PVN.Vec; in AdjustNormals()
354 if (PVN.Flag) in AdjustNormals()
372 FlaggedVector& PVN = PerVertexNormalList[k]; in AdjustNormals() local
373 IndxInList += PVN.Flag ? 1 : NumPolysPerVert[k]; in AdjustNormals()
388 if (PVN.Flag) in AdjustNormals()
431 FlaggedVector& PVN = PerVertexNormalList[k]; in AdjustNormals() local
464 if (PVN.Flag) in AdjustNormals()
[all …]
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/langs/lv_LV/
H A Dcompta.lang65 VATCollected=Iekasētais PVN
87 PaymentVat=PVN maksājumi
107 VATRefund=PVN atmaksa
112 ShowVatPayment=Rādīt PVN maksājumu
184 VATReportByCustomersInInputOutputMode=Ziņojums klientu PVN iekasē un izmaksā
193 RulesVATInProducts=- Materiālajiem aktīviem ziņojumā ir iekļauts PVN, kas saņemts vai izsniegts, pa…
195 RulesVATDueProducts=- Materiālajiem aktīviem ziņojumā ir iekļauti PVN rēķini, pamatojoties uz rēķin…
230 …OUNT=Grāmatvedības konts pēc noklusējuma par PVN pārdošanu (tiek izmantots, ja nav definēts, izman…
231 …OUNT=Grāmatvedības konts pēc noklusējuma par PVN pirkumiem (tiek izmantots, ja nav definēts, izman…
232 ACCOUNTING_VAT_PAY_ACCOUNT=Grāmatvedības konts pēc noklusējuma PVN maksāšanai
[all …]
H A Dcompanies.lang270 VATIntra=PVN ID
271 VATIntraShort=PVN ID
273 VATReturn=PVN atgriezšana
355 VATIntraCheckDesc=PVN ID ir jāiekļauj valsts prefikss. Saite <b> %s </b> izmanto Eiropas PVN pārbau…
357 VATIntraCheckableOnEUSite=Pārbaudiet Kopienas iekšējo PVN identifikācijas numuru Eiropas Komisijas …
H A Daccountancy.lang58 MainAccountForVatPaymentNotDefined=Galvenais grāmatvedības konts par PVN maksājumu, kas nav definēt…
71 AccountancyAreaDescVat=Solis %s: definējiet katras PVN likmes grāmatvedības kontus. Izmantojiet izv…
104 MenuVatAccounts=PVN konti
231 VATAccountNotDefined=PVN konts nav definēts
358 …ntot, lai saistītu darījumu protokolu par algas, ziedojumiem, nodokļiem un PVN, ja neviens konkrēt…
383 SaleEECWithVAT=Pārdošana EEK ar PVN nav spēkā, tāpēc domājams, ka tā NAV iekšējā tirdzniecība, un i…
384 …z PVN, bet trešās puses PVN ID nav definēts. Mēs atteicamies no standarta produkta standarta konta…
/dports/science/openbabel/openbabel-3.1.1/test/pdb_ligands_sdf/
H A D2pvn_p63.sdf3 Coordinates from PDB:2PVN:A:501 Model:1 without hydrogens
132 2PVN
/dports/astro/py-astropy/astropy-5.0/astropy/wcs/include/wcslib/
H A Dprj.h660 #define PVN 30 macro
707 double pv[PVN]; // Projection parameters.
/dports/astro/py-astropy/astropy-5.0/cextern/wcslib/C/
H A Dprj.h660 #define PVN 30 macro
707 double pv[PVN]; // Projection parameters.
/dports/astro/wcslib/wcslib-7.7/C/
H A Dprj.h660 #define PVN 30 macro
707 double pv[PVN]; // Projection parameters.
/dports/astro/siril/siril/subprojects/wcslib/
H A Dprj.h633 #define PVN 30 macro
680 double pv[PVN]; // Projection parameters.
/dports/biology/molden/molden5.8/plush/
H A DPVN1 mol="PVN" Charge="0"
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/account_edi_ubl/i18n/
H A Dlv.po60 msgstr "PVN"

1234