Home
last modified time | relevance | path

Searched refs:noself (Results 1 – 15 of 15) sorted by relevance

/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-outlier/src/main/java/de/lmu/ifi/dbs/elki/algorithm/outlier/lof/parallel/
H A DLOFProcessor.java55 private boolean noself; field in LOFProcessor
64 public LOFProcessor(DataStore<? extends KNNList> knns, DoubleDataStore lrds, boolean noself) { in LOFProcessor() argument
68 this.noself = noself; in LOFProcessor()
104 if (noself && DBIDUtil.equal(n, id)) { in map()
/dports/databases/redis5/redis-5.0.14/tests/modules/
H A Dcommandfilter.c128 long long noself = 0; in RedisModule_OnLoad() local
130 RedisModule_StringToLongLong(argv[1], &noself); in RedisModule_OnLoad()
145 noself ? REDISMODULE_CMDFILTER_NOSELF : 0)) in RedisModule_OnLoad()
/dports/databases/redis6/redis-6.0.16/tests/modules/
H A Dcommandfilter.c128 long long noself = 0; in RedisModule_OnLoad() local
130 RedisModule_StringToLongLong(argv[1], &noself); in RedisModule_OnLoad()
145 noself ? REDISMODULE_CMDFILTER_NOSELF : 0)) in RedisModule_OnLoad()
/dports/databases/redis-devel/redis-0e5b813/tests/modules/
H A Dcommandfilter.c149 long long noself = 0; in RedisModule_OnLoad() local
151 RedisModule_StringToLongLong(argv[1], &noself); in RedisModule_OnLoad()
171 noself ? REDISMODULE_CMDFILTER_NOSELF : 0)) in RedisModule_OnLoad()
/dports/science/openkim-models/openkim-models-2021-01-28/model-drivers/EMT_Asap__MD_128315414717_004/
H A DTimingResults.h38 PyObject *PyAsap_TimingResults(PyObject *noself, PyObject *noargs);
H A DTiming.cpp81 PyObject *PyAsap_TimingResults(PyObject *noself, PyObject *noargs) { in PyAsap_TimingResults() argument
/dports/devel/p5-self/self-0.36/
H A DMANIFEST28 t/noself.t
/dports/games/scummvm/scummvm-2.5.1/engines/glk/hugo/
H A Dheexpr.cpp710 char noself = 0; in GetValue() local
745 noself = true; in GetValue()
790 val = GetProp(g, p, n, noself); in GetValue()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/hugo/
H A Dheexpr.cpp710 char noself = 0; in GetValue() local
745 noself = true; in GetValue()
790 val = GetProp(g, p, n, noself); in GetValue()
/dports/lang/mono/mono-5.10.1.57/external/ikdasm/
H A DCABlob.cs94 …void AppendTypeName(StringBuilder sb, Type type, string typeName, bool noself = false, bool securi… in AppendTypeName() argument
96 …if (type.Assembly == assembly && !type.__IsMissing && !noself && (!type.IsGenericType || type.IsGe… in AppendTypeName()
/dports/devel/py-cbor/cbor-1.0.0/c/
H A Dcbormodule.c581 cbor_loads(PyObject* noself, PyObject* args) { in cbor_loads() argument
902 cbor_load(PyObject* noself, PyObject* args) { in cbor_load() argument
1300 cbor_dumps(PyObject* noself, PyObject* args, PyObject* kwargs) { in cbor_dumps() argument
1357 cbor_dump(PyObject* noself, PyObject* args, PyObject *kwargs) { in cbor_dump() argument
/dports/devel/svk/SVK-v2.2.3/lib/SVK/
H A DMerge.pm359 my ($self, $target, $verbatim, $noself) = @_;
365 $info->add_target ($target, $self->{xd}) unless $noself;
/dports/print/fontforge/fontforge-20201107/fontforge/
H A Dpython.c18888 static PyObject *PyPS_Identity(PyObject *UNUSED(noself), PyObject *UNUSED(args)) { in PyPS_Identity() argument
18892 static PyObject *PyPS_Translate(PyObject *UNUSED(noself), PyObject *args) { in PyPS_Translate() argument
18904 static PyObject *PyPS_Scale(PyObject *UNUSED(noself), PyObject *args) { in PyPS_Scale() argument
18915 static PyObject *PyPS_Rotate(PyObject *UNUSED(noself), PyObject *args) { in PyPS_Rotate() argument
18925 static PyObject *PyPS_Skew(PyObject *UNUSED(noself), PyObject *args) { in PyPS_Skew() argument
18935 static PyObject *PyPS_Compose(PyObject *UNUSED(noself), PyObject *args) { in PyPS_Compose() argument
18955 static PyObject *PyPS_Inverse(PyObject *UNUSED(noself), PyObject *args) { in PyPS_Inverse() argument
19045 static PyObject *PyFFi_initPickles(PyObject *UNUSED(noself), PyObject *args) { in PyFFi_initPickles() argument
19061 static PyObject *PyFFi_newPoint(PyObject *UNUSED(noself), PyObject *args) { in PyFFi_newPoint() argument
19065 static PyObject *PyFFi_newContour(PyObject *UNUSED(noself), PyObject *args) { in PyFFi_newContour() argument
[all …]
/dports/mail/ezmlm-idx/ezmlm-idx-7.2.2/
H A DChangeLog5096 Inverted the meaning of the "noself" bug, to eliminate the nuisance
/dports/lang/ruby26/ruby-2.6.9/spec/ruby/
H A DCHANGES.before-2008-05-109901 Author: Curtis Schofield <123@noself.net>