Home
last modified time | relevance | path

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

/dports/devel/spdlog/spdlog-1.9.2/include/spdlog/fmt/
H A Dbin_to_hex.h89 bool show_ascii = false;
111 show_ascii = false;
116 show_ascii = true;
148 if (show_ascii && i != the_range.begin())
176 if (show_ascii) // add ascii to last line
/dports/deskutils/flameshot/flameshot-0.10.2/external/spdlog/include/spdlog/fmt/
H A Dbin_to_hex.h88 bool show_ascii = false;
110 show_ascii = false;
115 show_ascii = true;
147 if (show_ascii && i != the_range.begin())
175 if (show_ascii) // add ascii to last line
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/spdlog/fmt/
H A Dbin_to_hex.h88 bool show_ascii = false;
110 show_ascii = false;
115 show_ascii = true;
147 if (show_ascii && i != the_range.begin())
175 if (show_ascii) // add ascii to last line
/dports/security/tls-check/TLS-Check-cd2e654/bin/ext/
H A Dcheck-ssl-heartbleed.pl26 my $show_ascii = 0;
115 'a|show-ascii:i' => sub { $show_ascii = $_[1] || 80 },
293 show_ascii($buf,$show_ascii) if $show_ascii;
491 sub show_ascii { subroutine
/dports/devel/hyperscan/boost_1_75_0/boost/histogram/
H A Dostream.hpp304 bool show_ascii = std::is_convertible<value_type, double>::value && h.rank() == 1; in operator <<() local
305 if (show_ascii) { in operator <<()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/histogram/
H A Dostream.hpp304 bool show_ascii = std::is_convertible<value_type, double>::value && h.rank() == 1; in operator <<() local
305 if (show_ascii) { in operator <<()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/histogram/
H A Dostream.hpp304 bool show_ascii = std::is_convertible<value_type, double>::value && h.rank() == 1; in operator <<() local
305 if (show_ascii) { in operator <<()
/dports/net/p5-Net-AMQP/Net-AMQP-0.06/lib/Net/AMQP/
H A DCommon.pm298 sub show_ascii { subroutine
/dports/editors/rehex/rehex-0.4.0/src/
H A DDocumentCtrl.cpp98 show_ascii = true; in BEGIN_EVENT_TABLE()
245 return show_ascii; in get_show_ascii()
250 this->show_ascii = show_ascii; in set_show_ascii()
2914 + (doc_ctrl.show_ascii * doc_ctrl.hf_char_width()) in calc_width_for_bytes()
3006 if(doc.show_ascii) in draw()
3151 if(doc.show_ascii) in draw()
3783 if(!doc.show_ascii || mouse_x_px < ascii_text_x) in offset_at_xy_ascii()
3878 if(!doc.show_ascii || mouse_x_px < ascii_text_x) in offset_near_xy_ascii()
3907 if(doc.show_ascii && mouse_x_px >= ascii_text_x) in offset_at_xy()
3926 if(doc.show_ascii) in offset_near_xy()
[all …]
H A DDocumentCtrl.hpp417 void set_show_ascii(bool show_ascii);
607 bool show_ascii; member in REHex::DocumentCtrl
/dports/sysutils/edid-decode/edid-decode-0.1.20210115/
H A Dedid-decode.h400 bool show_ascii = true, unsigned step = 16);
H A Dedid-decode.cpp556 unsigned length, bool show_ascii, unsigned step)
570 if (show_ascii) {
/dports/sysutils/wiimms/wiimms-iso-tools/src/
H A Dlib-std.c950 const bool show_ascii = row_len >= 0; in HexDump() local
991 if (show_ascii) in HexDump()
/dports/security/gef/gef-2021.10/
H A Dgef.py9133 show_ascii = get_gef_setting("hexdump.always_show_ascii")
9154 if show_ascii: