Home
last modified time | relevance | path

Searched +defs:truncate +defs:lines (Results 1 – 25 of 102) sorted by relevance

12345

/dports/sysutils/vector/vector-0.10.0/website/plugins/releases/
H A DreleaseUtils.ts11 export function truncate(fileString: string, truncateMarker: RegExp) { function
78 const lines = fileContent.split('\n').map(line => { constant
/dports/sysutils/vector/vector-0.10.0/website/plugins/guides/
H A DguideUtils.ts13 export function truncate(fileString: string, truncateMarker: RegExp) { function
130 const lines = fileContent.split('\n').map(line => { constant
/dports/deskutils/timewarrior/timewarrior-1.4.3/src/
H A DAtomicFile.cpp170 void AtomicFile::impl::truncate () in truncate() function in AtomicFile::impl
212 void AtomicFile::impl::read (std::vector <std::string>& lines) in read()
371 void AtomicFile::truncate () in truncate() function in AtomicFile
389 void AtomicFile::read (std::vector <std::string>& lines) in read()
427 void AtomicFile::write (const Path& path, const std::vector <std::string>& lines) in write()
450 void AtomicFile::read (const Path& path, std::vector <std::string>& lines) in read()
/dports/sysutils/vector/vector-0.10.0/website/plugins/highlights/
H A DhighlightUtils.ts15 export function truncate(fileString: string, truncateMarker: RegExp) { function
88 const lines = fileContent.split('\n').map(line => { constant
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/lib/controls/
H A Dctextlabel.h91 truncate, enumerator
130 Lines lines; variable
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/lib/controls/
H A Dctextlabel.h99 truncate, enumerator
138 Lines lines; variable
/dports/deskutils/taskd/taskd-1.1.0/src/
H A DFile.cpp238 void File::write (const std::vector <std::string>& lines) in write()
267 void File::append (const std::vector <std::string>& lines) in append()
282 void File::truncate () in truncate() function in File
450 bool File::write ( in write()
491 bool File::append ( in append()
/dports/lang/python-legacy/Python-2.7.18/Tools/framer/
H A Dexample.py83 def truncate(self, pos): member in cStringIO.InputType
122 def writelines(self, lines): argument
/dports/lang/python27/Python-2.7.18/Tools/framer/
H A Dexample.py83 def truncate(self, pos): member in cStringIO.InputType
122 def writelines(self, lines): argument
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Tools/framer/
H A Dexample.py83 def truncate(self, pos): member in cStringIO.InputType
122 def writelines(self, lines): argument
/dports/sysutils/restic/restic-0.12.1/internal/ui/termstatus/
H A Dstatus.go42 lines []string member
283 func truncate(s string, w int) string { func
/dports/sysutils/onefetch/onefetch-2.10.2/src/ui/
H A Dascii_art.rs12 let mut lines: Vec<_> = input.lines().skip_while(|line| line.is_empty()).collect(); in new() localVariable
122 fn truncate(self, mut start: usize, end: usize) -> impl 'a + Iterator<Item = Token> { in truncate() method
283 fn truncate() { in truncate() function
/dports/devel/eric6/eric6-21.11/eric/eric6/DebugClients/Python/
H A DAsyncFile.py313 def truncate(self, size=-1): member in AsyncFile
367 def writelines(self, lines): argument
/dports/www/py-paste/Paste-3.4.6/paste/exceptions/
H A Dformatter.py200 def format_combine(self, data_by_importance, lines, exc_info): argument
207 def format_combine_lines(self, lines): argument
247 def format_combine_lines(self, lines): argument
284 def format_combine(self, data_by_importance, lines, exc_info): argument
514 def truncate(string, limit=1000): function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/Paste/paste/exceptions/
H A Dformatter.py200 def format_combine(self, data_by_importance, lines, exc_info): argument
207 def format_combine_lines(self, lines): argument
247 def format_combine_lines(self, lines): argument
284 def format_combine(self, data_by_importance, lines, exc_info): argument
514 def truncate(string, limit=1000): function
/dports/multimedia/totem/totem-3.38.2/src/plugins/pythonconsole/
H A Dconsole.py331 def writelines(self, lines): argument
337 truncate = tell variable in OutFile
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/gfx/
H A Dtext_elider.cc398 base::i18n::BreakIterator lines(input, in AddString() local
489 std::vector<base::string16>* lines) in RectangleText()
582 base::i18n::BreakIterator lines(input, in AddString() local
626 const bool truncate = !current_line_.empty(); in AddLine() local
763 std::vector<base::string16>* lines) { in ElideRectangleText()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/gfx/
H A Dtext_elider.cc401 base::i18n::BreakIterator lines(input, in AddString() local
491 std::vector<base::string16>* lines) in RectangleText()
584 base::i18n::BreakIterator lines(input, in AddString() local
628 const bool truncate = !current_line_.empty(); in AddLine() local
765 std::vector<base::string16>* lines) { in ElideRectangleText()
/dports/textproc/icdiff/icdiff-release-2.0.4/
H A Dicdiff.py90 truncate=False, argument
144 def _strip_trailing_cr(self, lines): argument
150 def _all_cr_nl(self, lines): argument
/dports/www/py-WebError/WebError-0.13.1/weberror/
H A Dformatter.py253 def format_combine(self, data_by_importance, lines, exc_info): argument
260 def format_combine_lines(self, lines): argument
304 def format_combine_lines(self, lines): argument
353 def format_combine(self, data_by_importance, lines, exc_info): argument
626 def truncate(string, limit=1000): function
/dports/lang/python-legacy/Python-2.7.18/Lib/
H A D_pyio.py326 def truncate(self, pos=None): member in IOBase
528 def writelines(self, lines): argument
712 def truncate(self, pos=None): member in _BufferedIOMixin
879 def truncate(self, pos=None): member in BytesIO
1115 def truncate(self, pos=None): member in BufferedWriter
1272 def truncate(self, pos=None): member in BufferedRandom
1326 def truncate(self, pos=None): member in TextIOBase
1778 def truncate(self, pos=None): member in TextIOWrapper
/dports/lang/python27/Python-2.7.18/Lib/
H A D_pyio.py326 def truncate(self, pos=None): member in IOBase
528 def writelines(self, lines): argument
712 def truncate(self, pos=None): member in _BufferedIOMixin
879 def truncate(self, pos=None): member in BytesIO
1115 def truncate(self, pos=None): member in BufferedWriter
1272 def truncate(self, pos=None): member in BufferedRandom
1326 def truncate(self, pos=None): member in TextIOBase
1778 def truncate(self, pos=None): member in TextIOWrapper
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/
H A D_pyio.py317 def truncate(self, pos=None): member in IOBase
519 def writelines(self, lines): argument
705 def truncate(self, pos=None): member in _BufferedIOMixin
872 def truncate(self, pos=None): member in BytesIO
1108 def truncate(self, pos=None): member in BufferedWriter
1263 def truncate(self, pos=None): member in BufferedRandom
1317 def truncate(self, pos=None): member in TextIOBase
1763 def truncate(self, pos=None): member in TextIOWrapper
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A D_pyio.py316 def truncate(self, pos=None): member in IOBase
516 def writelines(self, lines): argument
702 def truncate(self, pos=None): member in _BufferedIOMixin
866 def truncate(self, pos=None): member in BytesIO
1100 def truncate(self, pos=None): member in BufferedWriter
1256 def truncate(self, pos=None): member in BufferedRandom
1310 def truncate(self, pos=None): member in TextIOBase
1752 def truncate(self, pos=None): member in TextIOWrapper
/dports/deskutils/timewarrior/timewarrior-1.4.3/src/libshared/src/
H A DFS.cpp593 void File::append (const std::vector <std::string>& lines) in append()
620 void File::truncate () in truncate() function in File
792 bool File::write ( in write()

12345