Home
last modified time | relevance | path

Searched refs:maxAdd (Results 1 – 15 of 15) sorted by relevance

/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/names/test/
H A Dtest_rfc1982.py178 maxAdd = SerialNumber(1)._maxAdd
180 ArithmeticError, lambda: SerialNumber(1) + SerialNumber(maxAdd + 1)
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/names/test/
H A Dtest_rfc1982.py203 maxAdd = SerialNumber(1)._maxAdd
206 lambda: SerialNumber(1) + SerialNumber(maxAdd + 1))
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/export/xpsexport/
H A Dxpsexplugin.cpp526 double maxAdd = 0; in handleImageFallBack() local
528maxAdd = qMax(fabs(item->softShadowXOffset()), fabs(item->softShadowYOffset())) + item->softShadow… in handleImageFallBack()
529 QRectF bounds = item->getVisualBoundingRect().adjusted(-maxAdd, -maxAdd, maxAdd, maxAdd); in handleImageFallBack()
537 …oc->currentPage()->xOffset() - maxAdd) * conversionFactor, (item->visualYPos() - m_Doc->currentPag… in handleImageFallBack()
559 …->currentPage()->xOffset() - maxAdd) * conversionFactor).arg((item->visualYPos() - m_Doc->currentP… in handleImageFallBack()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/asn1/test/asn1_SUITE_data/tcapsystem/
H A DMAP-LCS-DataTypes.asn431 Add-GeographicalInformation ::= OCTET STRING (SIZE (1..maxAdd-GeographicalInformation))
449 maxAdd-GeographicalInformation INTEGER ::= 91
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/asn1/test/asn1_SUITE_data/tcapsystem/
H A DMAP-LCS-DataTypes.asn431 Add-GeographicalInformation ::= OCTET STRING (SIZE (1..maxAdd-GeographicalInformation))
449 maxAdd-GeographicalInformation INTEGER ::= 91
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/asn1/test/asn1_SUITE_data/tcapsystem/
H A DMAP-LCS-DataTypes.asn431 Add-GeographicalInformation ::= OCTET STRING (SIZE (1..maxAdd-GeographicalInformation))
449 maxAdd-GeographicalInformation INTEGER ::= 91
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/asn1/test/asn1_SUITE_data/tcapsystem/
H A DMAP-LCS-DataTypes.asn431 Add-GeographicalInformation ::= OCTET STRING (SIZE (1..maxAdd-GeographicalInformation))
449 maxAdd-GeographicalInformation INTEGER ::= 91
/dports/lang/erlang/otp-OTP-24.1.7/lib/asn1/test/asn1_SUITE_data/tcapsystem/
H A DMAP-LCS-DataTypes.asn431 Add-GeographicalInformation ::= OCTET STRING (SIZE (1..maxAdd-GeographicalInformation))
449 maxAdd-GeographicalInformation INTEGER ::= 91
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/asn1/test/asn1_SUITE_data/tcapsystem/
H A DMAP-LCS-DataTypes.asn431 Add-GeographicalInformation ::= OCTET STRING (SIZE (1..maxAdd-GeographicalInformation))
449 maxAdd-GeographicalInformation INTEGER ::= 91
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/asn1/test/asn1_SUITE_data/tcapsystem/
H A DMAP-LCS-DataTypes.asn431 Add-GeographicalInformation ::= OCTET STRING (SIZE (1..maxAdd-GeographicalInformation))
449 maxAdd-GeographicalInformation INTEGER ::= 91
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/asn1/gsm_map/
H A DMAP-LCS-DataTypes.asn576 Add-GeographicalInformation ::= OCTET STRING (SIZE (1..maxAdd-GeographicalInformation))
594 maxAdd-GeographicalInformation INTEGER ::= 91
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/asn1/gsm_map/
H A DMAP-LCS-DataTypes.asn576 Add-GeographicalInformation ::= OCTET STRING (SIZE (1..maxAdd-GeographicalInformation))
594 maxAdd-GeographicalInformation INTEGER ::= 91
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/asn1/gsm_map/
H A DMAP-LCS-DataTypes.asn576 Add-GeographicalInformation ::= OCTET STRING (SIZE (1..maxAdd-GeographicalInformation))
594 maxAdd-GeographicalInformation INTEGER ::= 91
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/asn1/gsm_map/
H A DMAP-LCS-DataTypes.asn576 Add-GeographicalInformation ::= OCTET STRING (SIZE (1..maxAdd-GeographicalInformation))
594 maxAdd-GeographicalInformation INTEGER ::= 91
/dports/print/scribus-devel/scribus-1.5.7/scribus/
H A Dpageitem.cpp2320 double maxAdd = 0; in DrawObj_toImage() local
2322 maxAdd = qMax(fabs(softShadowXOffset()), fabs(softShadowYOffset())) + softShadowBlurRadius(); in DrawObj_toImage()
2323 minx = qMin(minx, x1) - maxAdd; in DrawObj_toImage()
2324 miny = qMin(miny, y1) - maxAdd; in DrawObj_toImage()
2325 maxx = qMax(maxx, x2) + maxAdd; in DrawObj_toImage()
2326 maxy = qMax(maxy, y2) + maxAdd; in DrawObj_toImage()