Home
last modified time | relevance | path

Searched refs:ConvertNewlines (Results 1 – 14 of 14) sorted by relevance

/dports/audio/rhvoice/RHVoice-1.2.4/site_scons/site_tools/
H A Dnewlines.py6 def ConvertNewlines(target,source,env): function
26 env["BUILDERS"]["ConvertNewlines"]=Builder(action=ConvertNewlines,suffix=".txt")
/dports/games/chessx/chessx-1.5.6/dep/scid/code/src/
H A Dtextbuf.cpp27 ConvertNewlines = true; in Init()
57 ConvertNewlines = true; in Empty()
216 if (*str == '\n' && !ConvertNewlines) { in PrintString()
H A Dtextbuf.h35 bool ConvertNewlines; // If true, convert newlines to spaces. variable
70 void NewlinesToSpaces (bool b) { ConvertNewlines = b; } in NewlinesToSpaces()
/dports/games/scid/scid/src/
H A Dtextbuf.cpp27 ConvertNewlines = true; in Init()
57 ConvertNewlines = true; in Empty()
216 if (*str == '\n' && !ConvertNewlines) { in PrintString()
H A Dtextbuf.h35 bool ConvertNewlines; // If true, convert newlines to spaces. variable
70 void NewlinesToSpaces (bool b) { ConvertNewlines = b; } in NewlinesToSpaces()
/dports/multimedia/aegisub/aegisub-3.2.2/src/
H A Dsubtitle_format_srt.cpp430 ConvertNewlines(copy, "\r\n", false); in WriteFile()
432 ConvertNewlines(copy, "\n", false); in WriteFile()
H A Dsubtitle_format_encore.cpp64 ConvertNewlines(copy, "\r\n"); in WriteFile()
H A Dsubtitle_format.h55 …static void ConvertNewlines(AssFile &file, std::string const& newline, bool mergeLineBreaks = true…
H A Dsubtitle_format_transtation.cpp61 ConvertNewlines(copy, "\r\n"); in WriteFile()
H A Dsubtitle_format_microdvd.cpp133 ConvertNewlines(copy, "|"); in WriteFile()
H A Dsubtitle_format_ttxt.cpp257 ConvertNewlines(file, "\r\n"); in ConvertToTTXT()
H A Dsubtitle_format.cpp162 void SubtitleFormat::ConvertNewlines(AssFile &file, std::string const& newline, bool mergeLineBreak… in ConvertNewlines() function in SubtitleFormat
/dports/devel/p5-libxml-enno/libxml-enno-1.02/lib/XML/Handler/
H A DComposer.pm71 $self->{ConvertNewlines} = 1;
118 my $convert_newlines = $self->{ConvertNewlines};
/dports/audio/rhvoice/RHVoice-1.2.4/
H A DSConstruct355 base_env.ConvertNewlines(os.path.join(BUILDDIR,f),f)