Home
last modified time | relevance | path

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

/dports/mail/spamprobe/spamprobe-1.4d/src/scripts/
H A Dsplitmail.rb33 ignore_it = false
36 …if (message.length > 0) && (not digests.has_key?(digester.hexdigest) && (not ignore_it) && (rand(1…
53 ignore_it = false
68 ignore_it = ignore_it || (ignore_exp =~ line)
73 if (message.length > 0) && (not digests.has_key?(digester.hexdigest) && (not ignore_it))
/dports/devel/monotone/monotone-1.1/src/
H A Dlua_hooks.cc418 bool ignore_it = false; in hook_ignore_file() local
423 .extract_bool(ignore_it) in hook_ignore_file()
425 return exec_ok && ignore_it; in hook_ignore_file()
431 bool ignore_it = false; in hook_ignore_branch() local
436 .extract_bool(ignore_it) in hook_ignore_branch()
438 return exec_ok && ignore_it; in hook_ignore_branch()
/dports/lang/python-legacy/Python-2.7.18/Lib/
H A Dtrace.py604 ignore_it = self.ignore.names(filename, modulename)
605 if not ignore_it:
/dports/lang/python27/Python-2.7.18/Lib/
H A Dtrace.py604 ignore_it = self.ignore.names(filename, modulename)
605 if not ignore_it:
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/
H A Dtrace.py604 ignore_it = self.ignore.names(filename, modulename)
605 if not ignore_it:
/dports/devel/py-testoob/testoob-1.15/src/testoob/compatibility/
H A Dtrace.py598 ignore_it = self.ignore.names(filename, modulename)
599 if not ignore_it:
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dtrace.py612 ignore_it = self.ignore.names(filename, modulename)
613 if not ignore_it:
/dports/databases/py-sqlite3/Python-3.8.12/Lib/
H A Dtrace.py558 ignore_it = self.ignore.names(filename, modulename)
559 if not ignore_it:
/dports/databases/py-gdbm/Python-3.8.12/Lib/
H A Dtrace.py558 ignore_it = self.ignore.names(filename, modulename)
559 if not ignore_it:
/dports/lang/python310/Python-3.10.1/Lib/
H A Dtrace.py542 ignore_it = self.ignore.names(filename, modulename)
543 if not ignore_it:
/dports/lang/python37/Python-3.7.12/Lib/
H A Dtrace.py554 ignore_it = self.ignore.names(filename, modulename)
555 if not ignore_it:
/dports/lang/python-tools/Python-3.8.12/Lib/
H A Dtrace.py558 ignore_it = self.ignore.names(filename, modulename)
559 if not ignore_it:
/dports/lang/python38/Python-3.8.12/Lib/
H A Dtrace.py558 ignore_it = self.ignore.names(filename, modulename)
559 if not ignore_it:
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/
H A Dtrace.py558 ignore_it = self.ignore.names(filename, modulename)
559 if not ignore_it:
/dports/lang/python311/Python-3.11.0a3/Lib/
H A Dtrace.py542 ignore_it = self.ignore.names(filename, modulename)
543 if not ignore_it:
/dports/lang/python39/Python-3.9.9/Lib/
H A Dtrace.py542 ignore_it = self.ignore.names(filename, modulename)
543 if not ignore_it:
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/kernel/src/
H A Ddist_util.erl539 ignore_it
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/kernel/src/
H A Ddist_util.erl546 ignore_it
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/kernel/src/
H A Ddist_util.erl612 ignore_it
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/kernel/src/
H A Ddist_util.erl603 ignore_it
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/kernel/src/
H A Ddist_util.erl603 ignore_it
/dports/lang/erlang/otp-OTP-24.1.7/lib/kernel/src/
H A Ddist_util.erl603 ignore_it
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/kernel/src/
H A Ddist_util.erl603 ignore_it
/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dsemsmp.c8977 LOGICAL ignore_it; in enter_dir() local
8986 ignore_it = FALSE; in enter_dir()
8993 ignore_it = TRUE; in enter_dir()
9041 ignore_it = TRUE; in enter_dir()
9044 if (ignore_it) in enter_dir()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/test/stress/
H A Dqw.rc1234 function count_charges(wand_type, ignore_it)
1238 and (ignore_it == nil or slot(it) ~= slot(ignore_it))