Home
last modified time | relevance | path

Searched refs:haslf (Results 1 – 25 of 28) sorted by relevance

12

/dports/deskutils/treesheets/treesheets-1.0.2/lobster/src/
H A Dlobsterreader.cpp51 bool haslf = lex.token == T_LINEFEED; in ParseElems() local
52 if (haslf) lex.Next(); in ParseElems()
54 if (!haslf) Expect(T_COMMA); in ParseElems()
/dports/devel/tortoisehg/tortoisehg-5.9.3/tortoisehg/hgqt/
H A Dgrep.py442 haslf = settings.hasExtension('largefiles')
458 if haslf and thgrepo.isLfStandin(fname):
460 if (haslf or haskbf) and thgrepo.isBfStandin(fname):
535 haslf = settings.hasExtension('largefiles')
539 if haslf and thgrepo.isLfStandin(wfile):
541 if (haslf or haskbf) and thgrepo.isBfStandin(wfile):
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/
H A D_jyio.py1158 haslf = (self._writetranslate or self._line_buffering) and "\n" in s
1159 if haslf and self._writetranslate and self._writenl != "\n":
1165 if self._line_buffering and (haslf or "\r" in s):
H A D_pyio.py1599 haslf = (self._writetranslate or self._line_buffering) and "\n" in s
1600 if haslf and self._writetranslate and self._writenl != "\n":
1606 if self._line_buffering and (haslf or "\r" in s):
/dports/lang/python-legacy/Python-2.7.18/Lib/
H A D_pyio.py1613 haslf = (self._writetranslate or self._line_buffering) and "\n" in s
1614 if haslf and self._writetranslate and self._writenl != "\n":
1620 if self._line_buffering and (haslf or "\r" in s):
/dports/lang/python27/Python-2.7.18/Lib/
H A D_pyio.py1613 haslf = (self._writetranslate or self._line_buffering) and "\n" in s
1614 if haslf and self._writetranslate and self._writenl != "\n":
1620 if self._line_buffering and (haslf or "\r" in s):
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A D_pyio.py1588 haslf = (self._writetranslate or self._line_buffering) and "\n" in s
1589 if haslf and self._writetranslate and self._writenl != "\n":
1595 if self._line_buffering and (haslf or "\r" in s):
/dports/lang/python-legacy/Python-2.7.18/Modules/_io/
H A Dtextio.c1256 int haslf = 0; in textiowrapper_write() local
1279 haslf = 1; in textiowrapper_write()
1281 if (haslf && self->writetranslate && self->writenl != NULL) { in textiowrapper_write()
1291 (haslf || in textiowrapper_write()
/dports/lang/python27/Python-2.7.18/Modules/_io/
H A Dtextio.c1256 int haslf = 0; in textiowrapper_write() local
1279 haslf = 1; in textiowrapper_write()
1281 if (haslf && self->writetranslate && self->writenl != NULL) { in textiowrapper_write()
1291 (haslf || in textiowrapper_write()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
H A Dtextio.c1222 int haslf = 0; in textiowrapper_write() local
1245 haslf = 1; in textiowrapper_write()
1247 if (haslf && self->writetranslate && self->writenl != NULL) { in textiowrapper_write()
1257 (haslf || in textiowrapper_write()
/dports/databases/py-gdbm/Python-3.8.12/Modules/_io/
H A Dtextio.c1582 int haslf = 0; in _io_TextIOWrapper_write_impl() local
1600 haslf = 1; in _io_TextIOWrapper_write_impl()
1602 if (haslf && self->writetranslate && self->writenl != NULL) { in _io_TextIOWrapper_write_impl()
1614 (haslf || in _io_TextIOWrapper_write_impl()
/dports/lang/python37/Python-3.7.12/Modules/_io/
H A Dtextio.c1530 int haslf = 0; in _io_TextIOWrapper_write_impl() local
1548 haslf = 1; in _io_TextIOWrapper_write_impl()
1550 if (haslf && self->writetranslate && self->writenl != NULL) { in _io_TextIOWrapper_write_impl()
1562 (haslf || in _io_TextIOWrapper_write_impl()
/dports/lang/python310/Python-3.10.1/Modules/_io/
H A Dtextio.c1622 int haslf = 0; in _io_TextIOWrapper_write_impl() local
1640 haslf = 1; in _io_TextIOWrapper_write_impl()
1642 if (haslf && self->writetranslate && self->writenl != NULL) { in _io_TextIOWrapper_write_impl()
1654 (haslf || in _io_TextIOWrapper_write_impl()
/dports/lang/python-tools/Python-3.8.12/Modules/_io/
H A Dtextio.c1582 int haslf = 0; in _io_TextIOWrapper_write_impl() local
1600 haslf = 1; in _io_TextIOWrapper_write_impl()
1602 if (haslf && self->writetranslate && self->writenl != NULL) { in _io_TextIOWrapper_write_impl()
1614 (haslf || in _io_TextIOWrapper_write_impl()
/dports/lang/python39/Python-3.9.9/Modules/_io/
H A Dtextio.c1626 int haslf = 0; in _io_TextIOWrapper_write_impl() local
1644 haslf = 1; in _io_TextIOWrapper_write_impl()
1646 if (haslf && self->writetranslate && self->writenl != NULL) { in _io_TextIOWrapper_write_impl()
1658 (haslf || in _io_TextIOWrapper_write_impl()
/dports/lang/python38/Python-3.8.12/Modules/_io/
H A Dtextio.c1582 int haslf = 0; in _io_TextIOWrapper_write_impl() local
1600 haslf = 1; in _io_TextIOWrapper_write_impl()
1602 if (haslf && self->writetranslate && self->writenl != NULL) { in _io_TextIOWrapper_write_impl()
1614 (haslf || in _io_TextIOWrapper_write_impl()
/dports/databases/py-sqlite3/Python-3.8.12/Modules/_io/
H A Dtextio.c1582 int haslf = 0; in _io_TextIOWrapper_write_impl() local
1600 haslf = 1; in _io_TextIOWrapper_write_impl()
1602 if (haslf && self->writetranslate && self->writenl != NULL) { in _io_TextIOWrapper_write_impl()
1614 (haslf || in _io_TextIOWrapper_write_impl()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Modules/_io/
H A Dtextio.c1582 int haslf = 0; in _io_TextIOWrapper_write_impl() local
1600 haslf = 1; in _io_TextIOWrapper_write_impl()
1602 if (haslf && self->writetranslate && self->writenl != NULL) { in _io_TextIOWrapper_write_impl()
1614 (haslf || in _io_TextIOWrapper_write_impl()
/dports/lang/python311/Python-3.11.0a3/Modules/_io/
H A Dtextio.c1622 int haslf = 0; in _io_TextIOWrapper_write_impl() local
1640 haslf = 1; in _io_TextIOWrapper_write_impl()
1642 if (haslf && self->writetranslate && self->writenl != NULL) { in _io_TextIOWrapper_write_impl()
1654 (haslf || in _io_TextIOWrapper_write_impl()
/dports/databases/py-gdbm/Python-3.8.12/Lib/
H A D_pyio.py2203 haslf = (self._writetranslate or self._line_buffering) and "\n" in s
2204 if haslf and self._writetranslate and self._writenl != "\n":
2210 if self._line_buffering and (haslf or "\r" in s):
/dports/lang/python310/Python-3.10.1/Lib/
H A D_pyio.py2237 haslf = (self._writetranslate or self._line_buffering) and "\n" in s
2238 if haslf and self._writetranslate and self._writenl != "\n":
2244 if self._line_buffering and (haslf or "\r" in s):
/dports/lang/python38/Python-3.8.12/Lib/
H A D_pyio.py2203 haslf = (self._writetranslate or self._line_buffering) and "\n" in s
2204 if haslf and self._writetranslate and self._writenl != "\n":
2210 if self._line_buffering and (haslf or "\r" in s):
/dports/lang/python37/Python-3.7.12/Lib/
H A D_pyio.py2159 haslf = (self._writetranslate or self._line_buffering) and "\n" in s
2160 if haslf and self._writetranslate and self._writenl != "\n":
2166 if self._line_buffering and (haslf or "\r" in s):
/dports/lang/python-tools/Python-3.8.12/Lib/
H A D_pyio.py2203 haslf = (self._writetranslate or self._line_buffering) and "\n" in s
2204 if haslf and self._writetranslate and self._writenl != "\n":
2210 if self._line_buffering and (haslf or "\r" in s):
/dports/lang/python39/Python-3.9.9/Lib/
H A D_pyio.py2210 haslf = (self._writetranslate or self._line_buffering) and "\n" in s
2211 if haslf and self._writetranslate and self._writenl != "\n":
2217 if self._line_buffering and (haslf or "\r" in s):

12