/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/tdutils/td/utils/ |
H A D | logging.h | 107 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 D | logging.cpp | 137 if (options_.fix_newlines) { in ~Logger()
|
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/oeb/polish/ |
H A D | parsing.py | 21 …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 D | html2text.php | 30 function fix_newlines($text) { function
|
/dports/deskutils/myitcrm/MyITCRM-0.2.9.3/include/SMARTY/ |
H A D | Config_File.class.php | 59 var $fix_newlines = true; variable in Config_File 269 if($this->fix_newlines) {
|
/dports/deskutils/moregroupware/moregroupware/include/smarty/ |
H A D | Config_File.class.php | 59 var $fix_newlines = true; variable in Config_File 269 if($this->fix_newlines) {
|
/dports/www/smarty2/smarty-2.6.31/libs/ |
H A D | Config_File.class.php | 63 var $fix_newlines = true; variable in Config_File 273 if($this->fix_newlines) {
|
/dports/www/gallery2/gallery2/lib/smarty/ |
H A D | Config_File.class.php | 59 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 D | Config_File.class.php | 64 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 D | Config_File.class.php | 63 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 D | banner.py | 106 return misc.fix_newlines(buf.getvalue())
|
H A D | misc.py | 267 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 D | function.config_load.php | 83 $smarty->_conf_obj->fix_newlines = $smarty->config_fix_newlines;
|
/dports/deskutils/moregroupware/moregroupware/include/smarty/plugins/ |
H A D | function.config_load.php | 88 $smarty->_conf_obj->fix_newlines = $smarty->config_fix_newlines;
|
/dports/deskutils/myitcrm/MyITCRM-0.2.9.3/include/SMARTY/plugins/ |
H A D | function.config_load.php | 86 $smarty->_conf_obj->fix_newlines = $smarty->config_fix_newlines;
|
/dports/www/smarty2/smarty-2.6.31/libs/plugins/ |
H A D | function.config_load.php | 88 $smarty->_conf_obj->fix_newlines = $smarty->config_fix_newlines;
|
/dports/www/gallery2/gallery2/lib/smarty/plugins/ |
H A D | function.config_load.php | 88 $smarty->_conf_obj->fix_newlines = $smarty->config_fix_newlines;
|
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/class/smarty/plugins/ |
H A D | function.config_load.php | 88 $smarty->_conf_obj->fix_newlines = $smarty->config_fix_newlines;
|
/dports/math/vtk9/VTK-9.1.0/ThirdParty/cli11/vtkcli11/CLI/ |
H A D | Config.hpp | 281 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 D | StringTools.hpp | 374 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 D | Config.hpp | 315 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 D | StringTools.hpp | 164 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 D | g.extension.py | 1523 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 D | html2text.php | 29 $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 D | links.py | 393 root = parse_html5(raw_data, discard_namespaces=True, line_numbers=False, fix_newlines=False)
|