Home
last modified time | relevance | path

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

1234

/dports/www/twiki-MailerContrib/MailerContrib-0.0.17641/lib/TWiki/Contrib/MailerContrib/
H A DSubscription.pm121 my( $this, $tother, $db ) = @_;
128 (($this->{options} & $tother->{options}) == $tother->{options});
131 return 0 unless( $this->matches($tother->{topics}, undef, 0) );
141 return 0 unless( $this->{depth} >= $tother->{depth} );
172 my( $this, $tother ) = @_;
173 return 0 unless ($this->{options} eq $tother->{options});
174 return 0 unless ($this->{depth} == $tother->{depth});
175 return 0 unless ($this->{topics} eq $tother->{topics});
/dports/www/foswiki/Foswiki-2.1.6/lib/Foswiki/Contrib/MailerContrib/
H A DSubscription.pm134 my ( $this, $tother, $db ) = @_;
140 unless ( $this->{options} & $tother->{options} ) == $tother->{options};
148 return 0 unless ( $this->matches( $tother->{topics}, undef, 0 ) );
158 return 0 unless ( $this->{depth} >= $tother->{depth} );
228 my ( $this, $tother ) = @_;
229 return 0 unless ( $this->{options} eq $tother->{options} );
230 return 0 unless ( $this->{depth} == $tother->{depth} );
231 return 0 unless ( _sameTopics( $this->{topics}, $tother->{topics} ) );
/dports/databases/py-psycopg2/psycopg2-2.9.2/psycopg/
H A Dnotify_type.c150 PyObject *tother = NULL; in notify_richcompare() local
154 if (!(tother = notify_astuple((notifyObject *)other, 1))) { goto exit; } in notify_richcompare()
155 rv = PyObject_RichCompare(tself, tother, op); in notify_richcompare()
168 Py_XDECREF(tother); in notify_richcompare()
/dports/science/py-ase/ase-3.22.0/ase/utils/
H A Dtiming.py107 tother = tot
118 tother -= t
119 exclusive[('Other',)] = tother
120 inclusive[('Other',)] = tother
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/text/normalizer/
H A DTrie2.java253 Range tother = (Range)other; in equals() local
254 return this.startCodePoint == tother.startCodePoint && in equals()
255 this.endCodePoint == tother.endCodePoint && in equals()
256 this.value == tother.value && in equals()
257 this.leadSurrogate == tother.leadSurrogate; in equals()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/sun/text/normalizer/
H A DTrie2.java253 Range tother = (Range)other; in equals() local
254 return this.startCodePoint == tother.startCodePoint && in equals()
255 this.endCodePoint == tother.endCodePoint && in equals()
256 this.value == tother.value && in equals()
257 this.leadSurrogate == tother.leadSurrogate; in equals()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/text/normalizer/
H A DTrie2.java253 Range tother = (Range)other; in equals() local
254 return this.startCodePoint == tother.startCodePoint && in equals()
255 this.endCodePoint == tother.endCodePoint && in equals()
256 this.value == tother.value && in equals()
257 this.leadSurrogate == tother.leadSurrogate; in equals()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/jdk/internal/icu/impl/
H A DTrie2.java253 Range tother = (Range)other; in equals() local
254 return this.startCodePoint == tother.startCodePoint && in equals()
255 this.endCodePoint == tother.endCodePoint && in equals()
256 this.value == tother.value && in equals()
257 this.leadSurrogate == tother.leadSurrogate; in equals()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/jdk/internal/icu/impl/
H A DTrie2.java253 Range tother = (Range)other; in equals() local
254 return this.startCodePoint == tother.startCodePoint && in equals()
255 this.endCodePoint == tother.endCodePoint && in equals()
256 this.value == tother.value && in equals()
257 this.leadSurrogate == tother.leadSurrogate; in equals()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/sun/text/normalizer/
H A DTrie2.java253 Range tother = (Range)other; in equals() local
254 return this.startCodePoint == tother.startCodePoint && in equals()
255 this.endCodePoint == tother.endCodePoint && in equals()
256 this.value == tother.value && in equals()
257 this.leadSurrogate == tother.leadSurrogate; in equals()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/jdk/internal/icu/impl/
H A DTrie2.java253 Range tother = (Range)other; in equals() local
254 return this.startCodePoint == tother.startCodePoint && in equals()
255 this.endCodePoint == tother.endCodePoint && in equals()
256 this.value == tother.value && in equals()
257 this.leadSurrogate == tother.leadSurrogate; in equals()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/sun/text/normalizer/
H A DTrie2.java253 Range tother = (Range)other; in equals() local
254 return this.startCodePoint == tother.startCodePoint && in equals()
255 this.endCodePoint == tother.endCodePoint && in equals()
256 this.value == tother.value && in equals()
257 this.leadSurrogate == tother.leadSurrogate; in equals()
/dports/math/cgal/CGAL-5.3/include/CGAL/Segment_Delaunay_graph_Linf_2/
H A DVertex_conflict_C2.h815 Point_2 tother = is_q_tsrc ? t.target() : t.source(); in incircle_sps() local
817 Orientation o = CGAL::orientation(pother, q.point(), tother); in incircle_sps()
820 << pother << ", " << q.point() << ", " << tother << " ) = " in incircle_sps()
831 return cmpy(pother, q.point()) == cmpy(tother, q.point()) ? in incircle_sps()
834 return cmpx(pother, q.point()) == cmpx(tother, q.point()) ? in incircle_sps()
1068 Point_2 tother = is_p_tsrc ? t.target() : t.source(); in incircle_pss() local
1070 Orientation o = CGAL::orientation(qother, p.point(), tother); in incircle_pss()
1073 << qother << ", " << p.point() << ", " << tother << " ) = " in incircle_pss()
1084 return cmpx(qother, p.point()) == cmpx(tother, p.point()) ? in incircle_pss()
1087 return cmpy(qother, p.point()) == cmpy(tother, p.point()) ? in incircle_pss()
/dports/lang/janet/janet-1.19.2/src/core/
H A Dvalue.c73 JanetTupleHead *tother = (JanetTupleHead *)other; in traversal_next() local
77 if (t->index < tself->length && t->index < tother->length) { in traversal_next()
80 *y = tother->data[index]; in traversal_next()
84 if (t->index2 && tself->length != tother->length) { in traversal_next()
85 return tself->length > tother->length ? 3 : 1; in traversal_next()
/dports/math/py-sympy/sympy-1.9/sympy/core/
H A Dbasic.py338 tother = type(other)
339 if tself is not tother:
342 tother = type(other)
352 if tself != tother:
354 elif tself is not tother:
/dports/dns/unbound/unbound-1.14.0/daemon/
H A Dcachedump.c718 tA = 0, tAAAA = 0, tother = 0; in print_dp_details() local
734 &ri, &delay, *worker->env.now, &tA, &tAAAA, &tother); in print_dp_details()
738 tother)) in print_dp_details()
764 tA, tAAAA, tother)) in print_dp_details()
/dports/editors/neovim/neovim-0.6.1/src/nvim/testdir/
H A Dtest_tab.vim13 \ "\t\tother test text",
/dports/editors/vim/vim-8.2.3745/src/testdir/
H A Dtest_tab.vim13 \ "\t\tother test text",
/dports/dns/unbound/unbound-1.14.0/services/cache/
H A Dinfra.h363 int* tA, int* tAAAA, int* tother);
H A Dinfra.c456 uint8_t tother = ((struct infra_data*)e->data)->timeout_other; in infra_host() local
472 ((struct infra_data*)e->data)->timeout_other = tother; in infra_host()
635 int* tA, int* tAAAA, int* tother) in infra_get_host_rto() argument
652 *tother = (int)data->timeout_other; in infra_get_host_rto()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/
H A DCode.java1802 Type tother = other.stack[i]; in join() local
1804 t==tother ? t : in join()
1805 types.isSubtype(t, tother) ? tother : in join()
1806 types.isSubtype(tother, t) ? t : in join()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/
H A DCode.java1802 Type tother = other.stack[i]; in join() local
1804 t==tother ? t : in join()
1805 types.isSubtype(t, tother) ? tother : in join()
1806 types.isSubtype(tother, t) ? t : in join()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DCode.java1805 Type tother = other.stack[i]; in join() local
1807 t==tother ? t : in join()
1808 types.isSubtype(t, tother) ? tother : in join()
1809 types.isSubtype(tother, t) ? t : in join()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DCode.java1805 Type tother = other.stack[i]; in join() local
1807 t==tother ? t : in join()
1808 types.isSubtype(t, tother) ? tother : in join()
1809 types.isSubtype(tother, t) ? t : in join()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/
H A DCode.java1806 Type tother = other.stack[i]; in join() local
1808 t==tother ? t : in join()
1809 types.isSubtype(t, tother) ? tother : in join()
1810 types.isSubtype(tother, t) ? t : in join()

1234