Home
last modified time | relevance | path

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

12345678

/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/lib/
H A DFXObject.cpp68 FXbool FXObject::isMemberOf(const FXMetaClass* metaclass) const { in isMemberOf() function in FX::FXObject
/dports/x11-toolkits/fox17/fox-1.7.77/lib/
H A DFXObject.cpp68 FXbool FXObject::isMemberOf(const FXMetaClass* metaclass) const { in isMemberOf() function in FX::FXObject
/dports/www/grafana8/grafana-8.3.6/pkg/services/ldap/
H A Dhelpers.go9 func isMemberOf(memberOf []string, group string) bool { func
H A Dldap_helpers_test.go24 assert.Equal(t, tc.expected, isMemberOf(tc.memberOf, tc.group))
/dports/security/palisade/palisade-release-d76213499af44558170cca6c72c5314755fec23c/src/core/unittest/
H A DUnitTestNbTheory.cpp128 ::testing::AssertionResult isMemberOf(Element val, in isMemberOf() function
144 EXPECT_TRUE(isMemberOf(*it, answers)) << msg; in method_factorize_returns_factors()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libobjc/objc/
H A DObject.h74 - (BOOL)isMemberOf:(Class)aClassObject;
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libobjc/objc/
H A DObject.h74 - (BOOL)isMemberOf:(Class)aClassObject;
/dports/irc/dxirc/dxirc-1.40.0/fox/
H A DFXTrayApp.cpp61 if (wnd && wnd->isMemberOf(&FXTrayIcon::metaClass) ) { in dispatchEvent()
/dports/lang/squeak/Squeak-4.10.2.2614-src/Cross/vm/
H A DsqVirtualMachine.c64 sqInt isMemberOf(sqInt oop, char *aString);
302 VM->isMemberOf = isMemberOf; in sqGetInterpreterProxy()
/dports/lang/squeak/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/GeniePlugin/
H A DGeniePlugin.c187 …rpreterProxy->success((interpreterProxy->isMemberOf(myPointsOop, "PointArray")) && (interpreterPro… in primSameClassAbsoluteStrokeDistanceMyPoints_otherPoints_myVectors_otherVectors_mySquaredLengths_otherSquaredLengths_myAngles_otherAngles_maxSizeAndReferenceFlag_rowBase_rowInsertRemove_rowInsertRemoveCount()
/dports/lang/smalltalk/smalltalk-3.2.5/packages/stinst/parser/
H A DSTEvaluationDriver.st65 ifFalse: [unusedTokens first isMemberOf: RBToken]
145 (parser isNil or: [ctx receiver parser isMemberOf: parser])
/dports/net-mgmt/icingaweb2-module-businessprocess/icingaweb2-module-businessprocess-2.2.0/library/Businessprocess/
H A DMetadata.php234 if ($user->isMemberOf($group)) {
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/include/
H A DFXObject.h111 FXbool isMemberOf(const FXMetaClass* metaclass) const;
/dports/x11-toolkits/fox17/fox-1.7.77/include/
H A DFXObject.h111 FXbool isMemberOf(const FXMetaClass* metaclass) const;
/dports/finance/prestashop/prestashop/vendor/doctrine/orm/lib/Doctrine/ORM/Query/
H A DQueryExpressionVisitor.php190 … return $this->expr->isMemberOf($comparison->getField(), $comparison->getValue()->getValue());
/dports/lang/smalltalk/smalltalk-3.2.5/kernel/
H A DRectangle.st438 (delta isMemberOf: Point)
440 (delta isMemberOf: Rectangle)
461 (delta isMemberOf: Point)
463 (delta isMemberOf: Rectangle)
/dports/biology/jalview/jalview/src/jalview/datamodel/
H A DAlignmentView.java117 if (!seq.isMemberOf(this)) in add()
509 && sequences[nsq].isMemberOf(scGroups.get(g))) in addPrunedGroupsInOrder()
1133 if (!sgr.seqs.get(s).isMemberOf(sgr)) in summariseAlignmentView()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/code/
H A DSymbol.java453 public boolean isMemberOf(TypeSymbol clazz, Types types) { in isMemberOf() method in Symbol
651 …public boolean isMemberOf(TypeSymbol clazz, Types types) { return other.isMemberOf(clazz, types); } in isMemberOf() method in Symbol.DelegatedSymbol
1425 this.isMemberOf(origin, types) && in binaryOverrides()
1479 !this.isMemberOf(origin, types)) in overrides()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/code/
H A DSymbol.java453 public boolean isMemberOf(TypeSymbol clazz, Types types) { in isMemberOf() method in Symbol
651 …public boolean isMemberOf(TypeSymbol clazz, Types types) { return other.isMemberOf(clazz, types); } in isMemberOf() method in Symbol.DelegatedSymbol
1425 this.isMemberOf(origin, types) && in binaryOverrides()
1479 !this.isMemberOf(origin, types)) in overrides()
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/Icinga/
H A DUser.php199 public function isMemberOf($group) function in Icinga\\User
/dports/math/reduce/Reduce-svn5758-src/csl/fox/include/
H A DFXObject.h177 bool isMemberOf(const FXMetaClass* metaclass) const;
/dports/math/reduce/Reduce-svn5758-src/csl/fox/src/
H A DFXObject.cpp284 bool FXObject::isMemberOf(const FXMetaClass* metaclass) const { in isMemberOf() function in FX::FXObject
/dports/x11-toolkits/fox14/fox-1.4.35/src/
H A DFXObject.cpp284 FXbool FXObject::isMemberOf(const FXMetaClass* metaclass) const { in isMemberOf() function in FX::FXObject
/dports/x11-toolkits/fox16/fox-1.6.57/include/
H A DFXObject.h177 bool isMemberOf(const FXMetaClass* metaclass) const;
/dports/x11-toolkits/fox16/fox-1.6.57/src/
H A DFXObject.cpp284 bool FXObject::isMemberOf(const FXMetaClass* metaclass) const { in isMemberOf() function in FX::FXObject

12345678