Home
last modified time | relevance | path

Searched defs:newline (Results 26 – 50 of 5425) sorted by relevance

12345678910>>...217

/dports/databases/percona57-server/boost_1_59_0/boost/iostreams/detail/
H A Dnewline.hpp21 struct newline<char> { struct
26 struct newline<wchar_t> { struct
/dports/databases/xtrabackup/boost_1_59_0/boost/iostreams/detail/
H A Dnewline.hpp21 struct newline<char> { struct
26 struct newline<wchar_t> { struct
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/iostreams/detail/
H A Dnewline.hpp21 struct newline<char> { struct
26 struct newline<wchar_t> { struct
/dports/databases/percona57-client/boost_1_59_0/boost/iostreams/detail/
H A Dnewline.hpp21 struct newline<char> { struct
26 struct newline<wchar_t> { struct
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/iostreams/detail/
H A Dnewline.hpp21 struct newline<char> { struct
26 struct newline<wchar_t> { struct
/dports/devel/boost-libs/boost_1_72_0/boost/iostreams/detail/
H A Dnewline.hpp21 struct newline<char> { struct
26 struct newline<wchar_t> { struct
/dports/devel/boost-python-libs/boost_1_72_0/boost/iostreams/detail/
H A Dnewline.hpp21 struct newline<char> { struct
26 struct newline<wchar_t> { struct
/dports/multimedia/aegisub/aegisub-3.2.2/src/
H A Dtext_file_writer.h36 std::string newline = "\r\n"; variable
38 std::string newline = "\n"; variable
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/iostreams/detail/
H A Dnewline.hpp21 struct newline<char> { struct
26 struct newline<wchar_t> { struct
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/iostreams/detail/
H A Dnewline.hpp21 struct newline<char> { struct
26 struct newline<wchar_t> { struct
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/iostreams/detail/
H A Dnewline.hpp21 struct newline<char> { struct
26 struct newline<wchar_t> { struct
/dports/biology/lamarc/lamarc-2.1.8/boost/iostreams/detail/
H A Dnewline.hpp20 struct newline<char> { struct
25 struct newline<wchar_t> { struct
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/boost-1.60.0/boost/iostreams/detail/
H A Dnewline.hpp21 struct newline<char> { struct
26 struct newline<wchar_t> { struct
/dports/devel/gnome-builder/gnome-builder-41.3/src/libide/code/
H A Ddefaults.ini15 insert-trailing-newline = true key
22 insert-trailing-newline = true key
31 insert-trailing-newline = true key
49 insert-trailing-newline = true key
65 insert-trailing-newline = true key
73 insert-trailing-newline = true key
87 insert-trailing-newline = true key
93 insert-trailing-newline = true key
100 insert-trailing-newline = true key
106 insert-trailing-newline = true key
[all …]
/dports/www/bolt/bolt-2.2.24/vendor/composer/composer/src/Composer/IO/
H A DConsoleIO.php118 public function write($messages, $newline = true, $verbosity = self::NORMAL)
126 public function writeError($messages, $newline = true, $verbosity = self::NORMAL)
137 private function doWrite($messages, $newline, $stderr, $verbosity)
173 public function overwrite($messages, $newline = true, $size = null, $verbosity = self::NORMAL)
181 …public function overwriteError($messages, $newline = true, $size = null, $verbosity = self::NORMAL)
193 private function doOverwrite($messages, $newline, $size, $stderr, $verbosity)
H A DNullIO.php65 public function write($messages, $newline = true, $verbosity = self::NORMAL)
72 public function writeError($messages, $newline = true, $verbosity = self::NORMAL)
79 public function overwrite($messages, $newline = true, $size = 80, $verbosity = self::NORMAL)
86 … public function overwriteError($messages, $newline = true, $size = 80, $verbosity = self::NORMAL)
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/java/util/regex/
H A DRETokenStart.java44 private String newline; // matches after a newline field in RETokenStart
47 RETokenStart (int subIndex, String newline) in RETokenStart()
54 RETokenStart (int subIndex, String newline, boolean b) in RETokenStart()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/java/util/regex/
H A DRETokenStart.java44 private String newline; // matches after a newline field in RETokenStart
47 RETokenStart (int subIndex, String newline) in RETokenStart()
54 RETokenStart (int subIndex, String newline, boolean b) in RETokenStart()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/java/util/regex/
H A DRETokenStart.java44 private String newline; // matches after a newline field in RETokenStart
47 RETokenStart (int subIndex, String newline) in RETokenStart()
54 RETokenStart (int subIndex, String newline, boolean b) in RETokenStart()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/java/util/regex/
H A DRETokenStart.java44 private String newline; // matches after a newline field in RETokenStart
47 RETokenStart (int subIndex, String newline) in RETokenStart()
54 RETokenStart (int subIndex, String newline, boolean b) in RETokenStart()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/java/util/regex/
H A DRETokenStart.java44 private String newline; // matches after a newline field in RETokenStart
47 RETokenStart (int subIndex, String newline) in RETokenStart()
54 RETokenStart (int subIndex, String newline, boolean b) in RETokenStart()
/dports/devel/py-prettyprinter/prettyprinter-0.18.0/prettyprinter/
H A Drender.py21 def default_render_to_stream(stream, sdocs, newline='\n', separator=' '): argument
48 def default_render_to_str(sdocs, newline='\n', separator=' '): argument
/dports/deskutils/egroupware/egroupware/vendor/fxp/composer-asset-plugin/Tests/Fixtures/IO/
H A DMockIO.php87 public function write($messages, $newline = true, $verbosity = self::NORMAL)
102 public function writeError($messages, $newline = true, $verbosity = self::NORMAL)
110 public function overwrite($messages, $newline = true, $size = 80, $verbosity = self::NORMAL)
119 …public function overwriteError($messages, $newline = true, $size = null, $verbosity = self::NORMAL)
/dports/print/lilypond-devel/lilypond-2.23.5/flower/
H A Dwarn.cc156 print_message (int level, const string &location, string s, bool newline) in print_message()
233 progress_indication (const string &s, bool newline, const string &location) in progress_indication()
240 message (const string &s, bool newline, const string &location) in message()
248 debug_output (const string &s, bool newline, const string &location) in debug_output()
/dports/print/lilypond/lilypond-2.22.1/flower/
H A Dwarn.cc155 print_message (int level, const string &location, string s, bool newline) in print_message()
236 progress_indication (const string &s, bool newline, const string &location) in progress_indication()
243 message (const string &s, bool newline, const string &location) in message()
251 debug_output (const string &s, bool newline, const string &location) in debug_output()

12345678910>>...217