Home
last modified time | relevance | path

Searched refs:fix_newlines (Results 1 – 25 of 34) sorted by relevance

12

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/tdutils/td/utils/
H A Dlogging.h107 bool fix_newlines{true};
123 constexpr LogOptions(int level, bool fix_newlines, bool add_info) in LogOptions()
124 : level(level), fix_newlines(fix_newlines), add_info(add_info) { in LogOptions()
127 …LogOptions(const LogOptions &other) : LogOptions(other.level.load(), other.fix_newlines, other.add… in LogOptions()
135 fix_newlines = other.fix_newlines;
H A Dlogging.cpp137 if (options_.fix_newlines) { in ~Logger()
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/oeb/polish/
H A Dparsing.py21 …ces=False, line_numbers=True, linenumber_attribute=None, replace_entities=True, fix_newlines=True): argument
26 if fix_newlines:
78 …ine_numbers, linenumber_attribute=linenumber_attribute, replace_entities=False, fix_newlines=False)
91 …ine_numbers, linenumber_attribute=linenumber_attribute, replace_entities=False, fix_newlines=False)
/dports/finance/prestashop/prestashop/vendor/soundasleep/html2text/
H A Dhtml2text.php30 function fix_newlines($text) { function
/dports/deskutils/myitcrm/MyITCRM-0.2.9.3/include/SMARTY/
H A DConfig_File.class.php59 var $fix_newlines = true; variable in Config_File
269 if($this->fix_newlines) {
/dports/deskutils/moregroupware/moregroupware/include/smarty/
H A DConfig_File.class.php59 var $fix_newlines = true; variable in Config_File
269 if($this->fix_newlines) {
/dports/www/smarty2/smarty-2.6.31/libs/
H A DConfig_File.class.php63 var $fix_newlines = true; variable in Config_File
273 if($this->fix_newlines) {
/dports/www/gallery2/gallery2/lib/smarty/
H A DConfig_File.class.php59 var $fix_newlines = true; variable in Config_File
269 if($this->fix_newlines) {
/dports/devel/pear-PhpDocumentor/PhpDocumentor-1.4.4/phpDocumentor/Smarty-2.6.0/libs/
H A DConfig_File.class.php64 var $fix_newlines = true; variable in Config_File
251 if($this->fix_newlines) {
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/class/smarty/
H A DConfig_File.class.php63 var $fix_newlines = true; variable in Config_File
273 if($this->fix_newlines) {
/dports/devel/py-taskflow/taskflow-4.6.3/taskflow/utils/
H A Dbanner.py106 return misc.fix_newlines(buf.getvalue())
H A Dmisc.py267 def fix_newlines(text, replacement=os.linesep): function
/dports/devel/pear-PhpDocumentor/PhpDocumentor-1.4.4/phpDocumentor/Smarty-2.6.0/libs/plugins/
H A Dfunction.config_load.php83 $smarty->_conf_obj->fix_newlines = $smarty->config_fix_newlines;
/dports/deskutils/moregroupware/moregroupware/include/smarty/plugins/
H A Dfunction.config_load.php88 $smarty->_conf_obj->fix_newlines = $smarty->config_fix_newlines;
/dports/deskutils/myitcrm/MyITCRM-0.2.9.3/include/SMARTY/plugins/
H A Dfunction.config_load.php86 $smarty->_conf_obj->fix_newlines = $smarty->config_fix_newlines;
/dports/www/smarty2/smarty-2.6.31/libs/plugins/
H A Dfunction.config_load.php88 $smarty->_conf_obj->fix_newlines = $smarty->config_fix_newlines;
/dports/www/gallery2/gallery2/lib/smarty/plugins/
H A Dfunction.config_load.php88 $smarty->_conf_obj->fix_newlines = $smarty->config_fix_newlines;
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/class/smarty/plugins/
H A Dfunction.config_load.php88 $smarty->_conf_obj->fix_newlines = $smarty->config_fix_newlines;
/dports/math/vtk9/VTK-9.1.0/ThirdParty/cli11/vtkcli11/CLI/
H A DConfig.hpp281 out << commentLead << detail::fix_newlines(commentLead, app->get_description()) << '\n'; in to_config()
319 … out << commentLead << detail::fix_newlines(commentLead, opt->get_description()) << '\n'; in to_config()
H A DStringTools.hpp374 inline std::string fix_newlines(const std::string &leader, std::string input) { in fix_newlines() function
/dports/devel/cli11/CLI11-2.1.2/include/CLI/
H A DConfig.hpp315 out << commentLead << detail::fix_newlines(commentLead, app->get_description()) << '\n'; in to_config()
353 … out << commentLead << detail::fix_newlines(commentLead, opt->get_description()) << '\n'; in to_config()
H A DStringTools.hpp164 inline std::string fix_newlines(const std::string &leader, std::string input) { in fix_newlines() function
210 out << detail::fix_newlines(" ", alias); in format_aliases()
/dports/databases/grass7/grass-7.8.6/scripts/g.extension/
H A Dg.extension.py1523 def fix_newlines(directory): function
1662 fix_newlines(directory)
1671 fix_newlines(directory)
1674 fix_newlines(directory)
1677 fix_newlines(directory)
1680 fix_newlines(directory)
/dports/www/osticket/upload/include/
H A Dhtml2text.php29 $html = fix_newlines($html);
82 function fix_newlines($text) { function
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/oeb/polish/check/
H A Dlinks.py393 root = parse_html5(raw_data, discard_namespaces=True, line_numbers=False, fix_newlines=False)

12