Searched refs:marg (Results 1 – 7 of 7) sorted by relevance
198 Py_ssize_t marg, left; in stringlib_center_impl() local204 marg = width - STRINGLIB_LEN(self); in stringlib_center_impl()205 left = marg / 2 + (marg & width & 1); in stringlib_center_impl()207 return pad(self, left, marg - left, fillchar); in stringlib_center_impl()
31 # https://web.archive.org/web/20021204222245/http://www.dstc.qut.edu.au/DST/marg/daylight.html
1414 many{"marg inmhalartaithe na Boisnia-Heirseagaivéine"}1416 other{"marg inmhalartaithe na Boisnia-Heirseagaivéine"}
11308 Py_ssize_t marg, left; in unicode_center_impl() local11316 marg = width - PyUnicode_GET_LENGTH(self); in unicode_center_impl()11317 left = marg / 2 + (marg & width & 1); in unicode_center_impl()11319 return pad(self, left, marg - left, fillchar); in unicode_center_impl()
4924 "Un argumento --flag no tiene la sintaxis <palabraclave>:<númarg>:"