Home
last modified time | relevance | path

Searched refs:maxstring (Results 51 – 75 of 154) sorted by relevance

1234567

/dports/x11-toolkits/py-tkinter/Python-3.8.12/Doc/library/
H A Dreprlib.rst103 .. attribute:: Repr.maxstring
115 similar manner as :attr:`maxstring`. The default is ``20``.
/dports/databases/py-sqlite3/Python-3.8.12/Doc/library/
H A Dreprlib.rst103 .. attribute:: Repr.maxstring
115 similar manner as :attr:`maxstring`. The default is ``20``.
/dports/lang/python311/Python-3.11.0a3/Doc/library/
H A Dreprlib.rst111 .. attribute:: Repr.maxstring
123 similar manner as :attr:`maxstring`. The default is ``20``.
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/third_party/pytest/src/_pytest/_io/
H A Dsaferepr.py44 self.maxstring = maxsize
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/pytest/src/_pytest/_io/
H A Dsaferepr.py44 self.maxstring = maxsize
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/pytest/src/_pytest/_io/
H A Dsaferepr.py44 self.maxstring = maxsize
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/runtime/
H A Dprint.go202 if uintptr(len(s)) > maxstring {
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/runtime/
H A Dprint.go202 if uintptr(len(s)) > maxstring {
/dports/print/tex-dvipsk/texlive-20150521-source/texk/dvipsk/
H A Ddvips.c115 char *nextstring, *maxstring; /* string pointers */ variable
450 maxstring = strings + STRINGSIZE - 200; in morestrings()
507 if (nextstring + l >= maxstring) in newstring()
509 if (nextstring + l >= maxstring) in newstring()
H A Dfontdef.c132 if (nextstring + i + j > maxstring) in fontdef()
/dports/databases/py-gdbm/Python-3.8.12/Lib/idlelib/
H A Ddebugobj.py16 myrepr.maxstring = 100
/dports/lang/python310/Python-3.10.1/Lib/idlelib/
H A Ddebugobj.py16 myrepr.maxstring = 100
/dports/lang/python37/Python-3.7.12/Lib/idlelib/
H A Ddebugobj.py16 myrepr.maxstring = 100
/dports/lang/python38/Python-3.8.12/Lib/idlelib/
H A Ddebugobj.py16 myrepr.maxstring = 100
/dports/lang/python-tools/Python-3.8.12/Lib/idlelib/
H A Ddebugobj.py16 myrepr.maxstring = 100
/dports/lang/python27/Python-2.7.18/Lib/idlelib/
H A DObjectBrowser.py19 myrepr.maxstring = 100
/dports/lang/python-legacy/Python-2.7.18/Lib/idlelib/
H A DObjectBrowser.py19 myrepr.maxstring = 100
/dports/lang/python39/Python-3.9.9/Lib/idlelib/
H A Ddebugobj.py16 myrepr.maxstring = 100
/dports/databases/py-sqlite3/Python-3.8.12/Lib/idlelib/
H A Ddebugobj.py16 myrepr.maxstring = 100
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/idlelib/
H A Ddebugobj.py16 myrepr.maxstring = 100
/dports/lang/python311/Python-3.11.0a3/Lib/idlelib/
H A Ddebugobj.py16 myrepr.maxstring = 100
/dports/devel/py-epdb/epdb-epdb-0.15.1/epdb/
H A Depdb_stackutil.py40 _repr.maxstring = 3000
/dports/graphics/opendx/dx-4.4.4/src/exec/dxmods/
H A Dplot.c148 float aspect, ascent, descent, maxstring, cp[4], cp2[2], *actualcorners=NULL; in m_Plot() local
902 maxstring=0; in m_Plot()
919 if (!(MakeLegend(ino, legend, &num, &maxstring, linelength, font, in m_Plot()
923 if (!(MakeLegend((Object)group, legend, &num, &maxstring,linelength,font, in m_Plot()
931 DXTranslate(DXPt(-(maxstring+linelength),0.0,0.0))); in m_Plot()
1489 MakeLegend(Object ino, Object legend, int *num, float *maxstring, in MakeLegend() argument
1599 maxstring, linelength, font, in MakeLegend()
1711 if (!(MakeLegend(subin, legend, num, maxstring, linelength, font, in MakeLegend()
3857 MakeLabel(char *label, RGBColor color, int num, float *maxstring, in MakeLabel() argument
3914 if (width*15 > *maxstring) in MakeLabel()
[all …]
/dports/net/dictd/dictd-1.13.1/
H A Ddaemon.c243 char tstring[64], minstring[64], maxstring[64]; in daemon_check_range() local
267 strcpy(maxstring, inet_ntoa(max)); in daemon_check_range()
271 tstring, minstring, maxstring)); in daemon_check_range()
275 tstring, minstring, maxstring)); in daemon_check_range()
/dports/textproc/dict/dictd-1.13.1/
H A Ddaemon.c243 char tstring[64], minstring[64], maxstring[64]; in daemon_check_range() local
267 strcpy(maxstring, inet_ntoa(max)); in daemon_check_range()
271 tstring, minstring, maxstring)); in daemon_check_range()
275 tstring, minstring, maxstring)); in daemon_check_range()

1234567