Home
last modified time | relevance | path

Searched refs:uriWasteReduce (Results 1 – 4 of 4) sorted by relevance

/dports/print/py-reportlab/reportlab-3.5.68/src/reportlab/
H A Drl_settings.py151 uriWasteReduce=0 #split URI if we would waste 0.3 of a line or i… variable
/dports/print/py-reportlab/reportlab-3.5.68/src/reportlab/platypus/
H A Dparagraph.py989 if ww>maxWidth or (uriWasteReduce and w0 <= (1-uriWasteReduce)*maxWidth):
1055 def _hyGenFragsPair(hyphenator, FW, newWidth, maxWidth, uriWasteReduce, embeddedHyphenation, hymwl): argument
1084 if ww>maxWidth or (uriWasteReduce and w0 <= (1-uriWasteReduce)*maxWidth):
1146 def _hyphenateFragWord(hyphenator,FW,newWidth,maxWidth,uriWasteReduce,embeddedHyphenation, argument
1159 … R = _hyGenFragsPair(hyphenator, FW, newWidth, maxWidth,uriWasteReduce,embeddedHyphenation, hymwl)
2048 uriWasteReduce = style.uriWasteReduce
2053 attemptHyphenation = hyphenator or uriWasteReduce or embeddedHyphenation
2133 uriWasteReduce if hyOk else False,
2143 uriWasteReduce if hyOk else False,
2244 uriWasteReduce if hyOk else False,
[all …]
/dports/print/py-reportlab/reportlab-3.5.68/src/reportlab/lib/
H A Dstyles.py39 uriWasteReduce as _uriWasteReduce, \
/dports/print/py-reportlab/reportlab-3.5.68/tests/
H A Dtest_platypus_paragraphs.py998 def applyTest(w, uriWasteReduce, embeddedHyphenation, ex, split=None): argument
1001 … r = _hyphenateWord(None,fontName,fontSize,w,ww,ww+10,ww+5, uriWasteReduce, embeddedHyphenation)
1007 r = _hyphenateFragWord(None,fw,ww+10,ww+5, uriWasteReduce, embeddedHyphenation)
1011 …tEqual(r,ex,'hyphenation of w=%r u=%r e=%r ex=%r split=%r failed'%(w,uriWasteReduce,embeddedHyphen…