Home
last modified time | relevance | path

Searched defs:is_decimal (Results 1 – 25 of 114) sorted by relevance

12345

/dports/graphics/openjump/OpenJUMP-1.16-r6669-PLUS/bin/
H A Doj_linux.sh37 is_decimal(){ function
/dports/www/firefox-esr/firefox-91.8.0/servo/components/style/values/generics/
H A Dcounters.rs134 fn is_decimal(counter_type: &CounterStyleType) -> bool { in is_decimal() function
140 fn is_decimal(counter_type: &CounterStyleType) -> bool { in is_decimal() function
/dports/mail/thunderbird/thunderbird-91.8.0/servo/components/style/values/generics/
H A Dcounters.rs134 fn is_decimal(counter_type: &CounterStyleType) -> bool { in is_decimal() function
140 fn is_decimal(counter_type: &CounterStyleType) -> bool { in is_decimal() function
/dports/lang/spidermonkey78/firefox-78.9.0/servo/components/style/values/generics/
H A Dcounters.rs134 fn is_decimal(counter_type: &CounterStyleType) -> bool { in is_decimal() function
140 fn is_decimal(counter_type: &CounterStyleType) -> bool { in is_decimal() function
/dports/devel/p5-Data-Types/Data-Types-0.17/lib/Data/
H A DTypes.pm75 sub is_decimal ($) { subroutine
/dports/www/firefox/firefox-99.0/servo/components/style/values/generics/
H A Dcounters.rs197 fn is_decimal(counter_type: &CounterStyleType) -> bool { in is_decimal() function
203 fn is_decimal(counter_type: &CounterStyleType) -> bool { in is_decimal() function
/dports/games/wesnoth/wesnoth-1.14.17/src/formula/
H A Dvariant.hpp63 bool is_decimal() const { return type() == VARIANT_TYPE::TYPE_DECIMAL; } in is_decimal() function in wfl::variant
/dports/net/tshark-lite/wireshark-3.6.1/docbook/wsug_src/
H A DWSUG_chapter_customize.adoc22
23 [[ChCustCommandLine]]
/dports/games/retroarch/RetroArch-1.9.7/gfx/video_layout/
H A Dinternal.c22 bool is_decimal(const char *str) in is_decimal() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/http/
H A Dstructured_headers.h81 bool is_decimal() const { return type_ == kDecimalType; } in is_decimal() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/http/
H A Dstructured_headers.h81 bool is_decimal() const { return type_ == kDecimalType; } in is_decimal() function
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Ditem.h141 is_decimal = 1 << 0, ///< Print as decimal rather than integer enumerator
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Ditem.h141 is_decimal = 1 << 0, ///< Print as decimal rather than integer enumerator
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/python/
H A Ddecimal.cc210 bool is_decimal = PyDecimal_Check(object); in Update() local
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/codec/hex/
H A Dhex.cpp66 const auto is_decimal = CT::Mask<uint8_t>::is_within_range(c, uint8_t('0'), uint8_t('9')); in hex_char_to_bin() local
/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/clippy_utils/src/
H A Dnumeric_literal.rs101 pub fn is_decimal(&self) -> bool { in is_decimal() method
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/codec/hex/
H A Dhex.cpp66 const auto is_decimal = CT::Mask<uint8_t>::is_within_range(c, uint8_t('0'), uint8_t('9')); in hex_char_to_bin() local
/dports/security/botan2/Botan-2.18.2/src/lib/codec/hex/
H A Dhex.cpp66 const auto is_decimal = CT::Mask<uint8_t>::is_within_range(c, uint8_t('0'), uint8_t('9')); in hex_char_to_bin() local
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/password-hash-0.2.3/src/
H A Dvalue.rs151 pub fn is_decimal(&self) -> bool { in is_decimal() method
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/python/
H A Ddecimal.cc233 bool is_decimal = PyDecimal_Check(object); in Update() local
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/python/
H A Ddecimal.cc232 bool is_decimal = PyDecimal_Check(object); in Update() local
/dports/devel/py-ijson/ijson-3.1.4/ijson/backends/yajl2_c/
H A Dbasic_parse_basecoro.c76 int is_decimal = 0; in number() local
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/codec/base32/
H A Dbase32.cpp134 const auto is_decimal = CT::Mask<uint8_t>::is_within_range(c, uint8_t('2'), uint8_t('7')); in lookup_binary_value() local
/dports/security/botan2/Botan-2.18.2/src/lib/codec/base32/
H A Dbase32.cpp134 const auto is_decimal = CT::Mask<uint8_t>::is_within_range(c, uint8_t('2'), uint8_t('7')); in lookup_binary_value() local
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/codec/base32/
H A Dbase32.cpp134 const auto is_decimal = CT::Mask<uint8_t>::is_within_range(c, uint8_t('2'), uint8_t('7')); in lookup_binary_value() local

12345