Home
last modified time | relevance | path

Searched refs:maxstring (Results 126 – 150 of 154) sorted by relevance

1234567

/dports/lang/python311/Python-3.11.0a3/Lib/idlelib/
H A Ddebugger.py469 self.repr.maxstring = 60
/dports/lang/python38/Python-3.8.12/Lib/idlelib/
H A Ddebugger.py469 self.repr.maxstring = 60
/dports/net-mgmt/cacti/cacti-1.2.19/lib/
H A Drrd.php3644 $maxstring = (450 - (125 + 10)) / ($font_size / 0.9);
3648 if ($stringlen > $maxstring) {
3649 $cstring = wordwrap($string, $maxstring, "\n", true);
/dports/databases/redis-devel/redis-0e5b813/src/
H A Dt_zset.c577 *dest = shared.maxstring; in zslParseLexRangeItem()
601 spec->min != shared.maxstring) sdsfree(spec->min); in zslFreeLexRange()
603 spec->max != shared.maxstring) sdsfree(spec->max); in zslFreeLexRange()
632 if (a == shared.minstring || b == shared.maxstring) return -1; in sdscmplex()
633 if (a == shared.maxstring || b == shared.minstring) return 1; in sdscmplex()
H A Dserver.h1139 sds minstring, maxstring; member
/dports/devel/ipython/ipython-7.29.0/IPython/core/
H A Ddebugger.py236 aRepr.maxstring = 80
/dports/print/pdflib/PDFlib-Lite-7.0.5p3/libs/pdflib/
H A Dp_util.c903 cdata->maxstring = p->utilstring_number - 1; in pdf_set_clientdata()
/dports/print/pdflib-perl/PDFlib-Lite-7.0.5p3/libs/pdflib/
H A Dp_util.c903 cdata->maxstring = p->utilstring_number - 1; in pdf_set_clientdata()
/dports/games/renpy/renpy-7.4.11-sdk/renpy/common/_developer/
H A Ddeveloper.rpym166 aRepr.maxstring = 120
/dports/lang/python27/Python-2.7.18/Lib/
H A Dpdb.py25 _repr.maxstring = 200
/dports/lang/python-legacy/Python-2.7.18/Lib/
H A Dpdb.py25 _repr.maxstring = 200
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/
H A Dpdb.py25 _repr.maxstring = 200
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dpdb.py25 _repr.maxstring = 200
/dports/print/pdflib/PDFlib-Lite-7.0.5p3/libs/pdcore/
H A Dpc_optparse.c666 maxval = clientdata->maxstring; in pdc_parse_optionlist()
/dports/print/pdflib-perl/PDFlib-Lite-7.0.5p3/libs/pdcore/
H A Dpc_optparse.c666 maxval = clientdata->maxstring; in pdc_parse_optionlist()
/dports/sysutils/cluster-glue/Reusable-Cluster-Components-glue--0a7add1d9996/lrm/lrmd/
H A Dlrmd.c3462 get_lrmd_param(const char *name, char *value, int maxstring) in get_lrmd_param() argument
3469 snprintf(value, maxstring, "%d", max_child_count); in get_lrmd_param()
/dports/misc/py-toil/toil-5.4.0/src/toil/jobStores/aws/
H A DjobStore.py1662 aRepr.maxstring = 38 # so UUIDs don't get truncated (36 for UUID plus 2 for quotes)
/dports/databases/redis6/redis-6.0.16/tests/unit/type/
H A Dzset.tcl435 assert_equal 1 [r zlexcount zset (maxstring +]
/dports/databases/redis5/redis-5.0.14/tests/unit/type/
H A Dzset.tcl433 assert_equal 1 [r zlexcount zset (maxstring +]
/dports/databases/redis5/redis-5.0.14/src/
H A Dserver.h808 sds minstring, maxstring; member
H A Dserver.c1536 shared.maxstring = sdsnew("maxstring"); in createSharedObjects()
/dports/databases/redis6/redis-6.0.16/src/
H A Dserver.h910 sds minstring, maxstring; member
H A Dserver.c2340 shared.maxstring = sdsnew("maxstring"); in createSharedObjects()
/dports/lang/gforth/gforth-0.7.3/arch/386/
H A Ddisasm.fs13 260 chars constant maxstring
/dports/databases/redis-devel/redis-0e5b813/tests/unit/type/
H A Dzset.tcl616 assert_equal 1 [r zlexcount zset (maxstring +]

1234567