Home
last modified time | relevance | path

Searched defs:is_fake (Results 1 – 25 of 52) sorted by relevance

123

/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/crypto/test/
H A Dengine_SUITE.erl1039 is_fake(Sig) -> is_fake(Sig, 0). function
1041 is_fake(<<>>, _) -> true; function
1042 is_fake(<<B,Rest/binary>>, B) -> is_fake(Rest, B+1); function
1043 is_fake(_, _) -> false. function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/crypto/test/
H A Dengine_SUITE.erl1078 is_fake(Sig) -> is_fake(Sig, 0). function
1080 is_fake(<<>>, _) -> true; function
1081 is_fake(<<B,Rest/binary>>, B) -> is_fake(Rest, B+1); function
1082 is_fake(_, _) -> false. function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/crypto/test/
H A Dengine_SUITE.erl987 is_fake(Sig) -> is_fake(Sig, 0). function
989 is_fake(<<>>, _) -> true; function
990 is_fake(<<B,Rest/binary>>, B) -> is_fake(Rest, B+1); function
991 is_fake(_, _) -> false. function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/crypto/test/
H A Dengine_SUITE.erl1078 is_fake(Sig) -> is_fake(Sig, 0). function
1080 is_fake(<<>>, _) -> true; function
1081 is_fake(<<B,Rest/binary>>, B) -> is_fake(Rest, B+1); function
1082 is_fake(_, _) -> false. function
/dports/lang/erlang/otp-OTP-24.1.7/lib/crypto/test/
H A Dengine_SUITE.erl1078 is_fake(Sig) -> is_fake(Sig, 0). function
1080 is_fake(<<>>, _) -> true; function
1081 is_fake(<<B,Rest/binary>>, B) -> is_fake(Rest, B+1); function
1082 is_fake(_, _) -> false. function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/crypto/test/
H A Dengine_SUITE.erl959 is_fake(Sig) -> is_fake(Sig, 0). function
961 is_fake(<<>>, _) -> true; function
962 is_fake(<<B,Rest/binary>>, B) -> is_fake(Rest, B+1); function
963 is_fake(_, _) -> false. function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/crypto/test/
H A Dengine_SUITE.erl1078 is_fake(Sig) -> is_fake(Sig, 0). function
1080 is_fake(<<>>, _) -> true; function
1081 is_fake(<<B,Rest/binary>>, B) -> is_fake(Rest, B+1); function
1082 is_fake(_, _) -> false. function
/dports/games/wesnoth/wesnoth-1.14.17/src/units/
H A Did.hpp28 bool is_fake() const { return (value & highest_bit) != 0; } in is_fake() function
/dports/devel/p5-Devel-NYTProf/Devel-NYTProf-6.10/lib/Devel/NYTProf/
H A DFileInfo.pm53 sub is_fake { shift->flags & NYTP_FIDf_IS_FAKE } subroutine
/dports/irc/irssi-scripts/irssi-scripts/scripts/
H A Didonkey.pl643 sub is_fake ($) { subroutine
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/tree/
H A DBuilding.py951 def _decideModuleSourceRef(filename, package, is_shlib, is_top, is_main, is_fake): argument
1264 is_fake, argument
/dports/news/newsx/newsx-1.6/src/
H A Dgetarticle.c122 is_fake(char *msgid) in is_fake() function
/dports/net-im/gajim/gajim-gajim-1.3.3/gajim/
H A Dvcard.py486 def __init__(self, contact, account, is_fake=False): argument
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DGroupCallParticipant.h45 bool is_fake = false; member
/dports/irc/undernet-ircu/ircu2.10.12.19/include/
H A Ds_misc.h81 unsigned int is_fake; /**< MODE 'fakes' */ member
/dports/devel/R-cran-progressr/progressr/R/
H A Dutils.R103 is_fake <- local({ globalVar
/dports/net/py-pyshark/pyshark-0.4.3/pyshark/packet/
H A Dlayer.py313 def _make_wrapped_field(self, name, field, is_fake=False, full_name=None): argument
/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Drpl_rli.h189 bool is_fake; /* Mark that this is a fake relay log info structure */ variable
/dports/sysutils/brasero/brasero-3.12.3/libbrasero-burn/
H A Dbrasero-file-node.h127 guint is_fake:1; member
/dports/sysutils/lizardfs/lizardfs-3.12.0/src/mount/
H A Dreaddata_cache.h95 bool is_fake; member
/dports/x11-wm/mutter/mutter-41.1/src/backends/native/
H A Dmeta-kms-plane.c43 gboolean is_fake; member
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkmenutracker.c81 guint is_fake : 1; member
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkmenutracker.c79 guint is_fake : 1; member
/dports/www/mod_php81/php-8.1.1/Zend/
H A Dzend_closures.c673 …c, zend_class_entry *scope, zend_class_entry *called_scope, zval *this_ptr, bool is_fake) /* {{{ */ in zend_create_closure_ex()
/dports/lang/php81/php-8.1.1/Zend/
H A Dzend_closures.c673 …c, zend_class_entry *scope, zend_class_entry *called_scope, zval *this_ptr, bool is_fake) /* {{{ */ in zend_create_closure_ex()

123