Home
last modified time | relevance | path

Searched defs:fillchar (Results 1 – 25 of 163) sorted by relevance

1234567

/dports/net-p2p/bazarr/bazarr-1.0.2/libs/ftfy/
H A Dformatting.py67 def display_ljust(text, width, fillchar=' '): argument
101 def display_rjust(text, width, fillchar=' '): argument
130 def display_center(text, width, fillchar=' '): argument
/dports/textproc/py-ftfy/ftfy-6.0.3/ftfy/
H A Dformatting.py76 def display_ljust(text, width, fillchar=' '): argument
110 def display_rjust(text, width, fillchar=' '): argument
139 def display_center(text, width, fillchar=' '): argument
/dports/textproc/R-cran-pystr/pystr/R/
H A Dpystr_ljust.R22 pystr_ljust <- function(str, width, fillchar=" ") { argument
26 pystr_ljust_ <- function(str, width, fillchar) { argument
H A Dpystr_rjust.R22 pystr_rjust <- function(str, width, fillchar=" ") { argument
26 pystr_rjust_ <- function(str, width, fillchar) { argument
H A Dpystr_center.R23 pystr_center <- function(str, width, fillchar=" ") { argument
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/ncgen/
H A Dgenchar.c56 int fillchar = getfillchar(fillsrc); in gen_chararray() local
152 gen_charconstant(NCConstant* con, Bytebuffer* databuf, int fillchar) in gen_charconstant()
186 int fillchar = 0; in getfillchar() local
216 Bytebuffer* charbuf, int fillchar) in gen_leafchararray()
/dports/science/netcdf/netcdf-c-4.7.4/ncgen/
H A Dgenchar.c56 int fillchar = getfillchar(fillsrc); in gen_chararray() local
152 gen_charconstant(NCConstant* con, Bytebuffer* databuf, int fillchar) in gen_charconstant()
186 int fillchar = 0; in getfillchar() local
216 Bytebuffer* charbuf, int fillchar) in gen_leafchararray()
/dports/lang/python-legacy/Python-2.7.18/Objects/stringlib/
H A Dtransmogrify.h131 char fillchar = ' '; in stringlib_ljust() local
161 char fillchar = ' '; in stringlib_rjust() local
192 char fillchar = ' '; in stringlib_center() local
/dports/lang/python27/Python-2.7.18/Objects/stringlib/
H A Dtransmogrify.h131 char fillchar = ' '; in stringlib_ljust() local
161 char fillchar = ' '; in stringlib_rjust() local
192 char fillchar = ' '; in stringlib_center() local
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
H A Dtransmogrify.h131 char fillchar = ' '; in stringlib_ljust() local
161 char fillchar = ' '; in stringlib_rjust() local
192 char fillchar = ' '; in stringlib_center() local
/dports/databases/py-gdbm/Python-3.8.12/Objects/stringlib/clinic/
H A Dtransmogrify.h.h71 char fillchar = ' '; in stringlib_ljust() local
132 char fillchar = ' '; in stringlib_rjust() local
193 char fillchar = ' '; in stringlib_center() local
/dports/lang/python-tools/Python-3.8.12/Objects/stringlib/clinic/
H A Dtransmogrify.h.h71 char fillchar = ' '; in stringlib_ljust() local
132 char fillchar = ' '; in stringlib_rjust() local
193 char fillchar = ' '; in stringlib_center() local
/dports/lang/python311/Python-3.11.0a3/Objects/stringlib/clinic/
H A Dtransmogrify.h.h66 char fillchar = ' '; in stringlib_ljust() local
122 char fillchar = ' '; in stringlib_rjust() local
178 char fillchar = ' '; in stringlib_center() local
/dports/lang/python310/Python-3.10.1/Objects/stringlib/clinic/
H A Dtransmogrify.h.h66 char fillchar = ' '; in stringlib_ljust() local
122 char fillchar = ' '; in stringlib_rjust() local
178 char fillchar = ' '; in stringlib_center() local
/dports/lang/python38/Python-3.8.12/Objects/stringlib/clinic/
H A Dtransmogrify.h.h71 char fillchar = ' '; in stringlib_ljust() local
132 char fillchar = ' '; in stringlib_rjust() local
193 char fillchar = ' '; in stringlib_center() local
/dports/lang/python39/Python-3.9.9/Objects/stringlib/clinic/
H A Dtransmogrify.h.h71 char fillchar = ' '; in stringlib_ljust() local
132 char fillchar = ' '; in stringlib_rjust() local
193 char fillchar = ' '; in stringlib_center() local
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Objects/stringlib/clinic/
H A Dtransmogrify.h.h71 char fillchar = ' '; in stringlib_ljust() local
132 char fillchar = ' '; in stringlib_rjust() local
193 char fillchar = ' '; in stringlib_center() local
/dports/databases/py-sqlite3/Python-3.8.12/Objects/stringlib/clinic/
H A Dtransmogrify.h.h71 char fillchar = ' '; in stringlib_ljust() local
132 char fillchar = ' '; in stringlib_rjust() local
193 char fillchar = ' '; in stringlib_center() local
/dports/devel/py-numba/numba-0.51.2/numba/cpython/
H A Dcharseq.py827 def impl(a, width, fillchar=' '): argument
831 def impl(a, width, fillchar=' '): argument
835 def impl(a, width, fillchar=' '): argument
840 def impl(a, width, fillchar=' '): argument
844 def impl(a, width, fillchar=' '): argument
855 def impl(a, width, fillchar=' '): argument
859 def impl(a, width, fillchar=' '): argument
863 def impl(a, width, fillchar=' '): argument
868 def impl(a, width, fillchar=' '): argument
872 def impl(a, width, fillchar=' '): argument
[all …]
/dports/www/elinks/elinks-0.11.7/src/util/
H A Dconv.h106 #define ulongcat(s, slen, number, width, fillchar) \ argument
116 #define longcat(s, slen, number, width, fillchar) \ argument
126 #define ulonghexcat(s, slen, number, width, fillchar, upper) \ argument
/dports/astro/gpstk/GPSTk-8.0.0/ext/lib/Geomatics/
H A DGSatID.cpp46 char GSatID::fillchar = '0'; member in gpstk::GSatID
/dports/devel/py-blessed/blessed-1.19.0/blessed/
H A Dsequences.py265 def ljust(self, width, fillchar=u' '): argument
279 def rjust(self, width, fillchar=u' '): argument
293 def center(self, width, fillchar=u' '): argument
/dports/textproc/R-cran-pystr/pystr/src/
H A Dpystr_center.cpp24 CharacterVector pystr_center_(CharacterVector strs, int width, char fillchar){ in pystr_center_()
/dports/astro/gpstk/GPSTk-8.0.0/core/lib/GNSSEph/
H A DSP3SatID.cpp49 char SP3SatID::fillchar = '0'; member in gpstk::SP3SatID
/dports/www/dfileserver/DFileServer/src/contrib/
H A DBase64.cpp14 const char fillchar = '='; variable

1234567