Home
last modified time | relevance | path

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

123

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools/src_ant/org/eclipse/pde/api/tools/internal/tasks/
H A DFilterListDeltaVisitor.java89 case IDelta.TYPE_MEMBER: in isExcluded()
152 case IDelta.TYPE_MEMBER: in processLeafDelta()
188 case IDelta.TYPE_MEMBER: in processLeafDelta()
258 case IDelta.TYPE_MEMBER: in processLeafDelta()
284 case IDelta.TYPE_MEMBER: in processLeafDelta()
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/categories/class/
H A Dapi_categories.class.php308 Categorie::TYPE_MEMBER,
322 } elseif ($type == Categorie::TYPE_MEMBER && !DolibarrApiAccess::$user->rights->adherent->lire) {
386 } elseif ($type === Categorie::TYPE_MEMBER) {
466 } elseif ($type === Categorie::TYPE_MEMBER) {
546 } elseif ($type === Categorie::TYPE_MEMBER) {
624 } elseif ($type === Categorie::TYPE_MEMBER) {
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/categories/class/
H A Dapi_categories.class.php303 Categorie::TYPE_MEMBER,
317 } elseif ($type == Categorie::TYPE_MEMBER && !DolibarrApiAccess::$user->rights->adherent->lire) {
381 } elseif ($type === Categorie::TYPE_MEMBER) {
461 } elseif ($type === Categorie::TYPE_MEMBER) {
541 } elseif ($type === Categorie::TYPE_MEMBER) {
619 } elseif ($type === Categorie::TYPE_MEMBER) {
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/provisional/comparator/
H A DDeltaProcessor.java178 case IDelta.TYPE_MEMBER: in isAnnotationCompatible()
404 case IDelta.TYPE_MEMBER: in isEnumCompatible()
482 case IDelta.TYPE_MEMBER: in isClassCompatible()
611 case IDelta.TYPE_MEMBER: in isInterfaceCompatible()
H A DIDelta.java596 public static final int TYPE_MEMBER = 48; field
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/provisional/problems/
H A DIApiProblemTypes.java36 …= Util.getDeltaPrefererenceKey(IDelta.ANNOTATION_ELEMENT_TYPE, IDelta.REMOVED, IDelta.TYPE_MEMBER);
49 … = Util.getDeltaPrefererenceKey(IDelta.INTERFACE_ELEMENT_TYPE, IDelta.REMOVED, IDelta.TYPE_MEMBER);
58 …EMBER = Util.getDeltaPrefererenceKey(IDelta.ENUM_ELEMENT_TYPE, IDelta.REMOVED, IDelta.TYPE_MEMBER);
72 …MBER = Util.getDeltaPrefererenceKey(IDelta.CLASS_ELEMENT_TYPE, IDelta.REMOVED, IDelta.TYPE_MEMBER);
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/comparator/
H A DMessages.java209 case IDelta.TYPE_MEMBER: in getKey()
268 case IDelta.TYPE_MEMBER: in getKey()
408 case IDelta.TYPE_MEMBER: in getKey()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/p2/metadata/expression/
H A DIExpression.java35 int TYPE_MEMBER = 13; field
/dports/devel/godot2-tools/godot-2.1.6-stable/servers/visual/
H A Dshader_language.h170 TYPE_MEMBER enumerator
240 MemberNode() { type = TYPE_MEMBER; } in MemberNode()
/dports/devel/godot2/godot-2.1.6-stable/servers/visual/
H A Dshader_language.h170 TYPE_MEMBER enumerator
240 MemberNode() { type = TYPE_MEMBER; } in MemberNode()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.tests/src/org/eclipse/pde/api/tools/comparator/tests/
H A DClassDeltaTests.java1575 assertEquals("Wrong flag", IDelta.TYPE_MEMBER, child.getFlags()); //$NON-NLS-1$ in test64()
1598 assertEquals("Wrong flag", IDelta.TYPE_MEMBER, child.getFlags()); //$NON-NLS-1$ in test65()
1622 assertEquals("Wrong flag", IDelta.TYPE_MEMBER, child.getFlags()); //$NON-NLS-1$ in test66()
1645 assertEquals("Wrong flag", IDelta.TYPE_MEMBER, child.getFlags()); //$NON-NLS-1$ in test67()
1831 assertEquals("Wrong flag", IDelta.TYPE_MEMBER, child.getFlags()); //$NON-NLS-1$ in test74()
1855 assertEquals("Wrong flag", IDelta.TYPE_MEMBER, child.getFlags()); //$NON-NLS-1$ in test75()
2002 assertEquals("Wrong flag", IDelta.TYPE_MEMBER, child.getFlags()); //$NON-NLS-1$ in test81()
2025 assertEquals("Wrong flag", IDelta.TYPE_MEMBER, child.getFlags()); //$NON-NLS-1$ in test82()
2049 assertEquals("Wrong flag", IDelta.TYPE_MEMBER, child.getFlags()); //$NON-NLS-1$ in test83()
2073 assertEquals("Wrong flag", IDelta.TYPE_MEMBER, child.getFlags()); //$NON-NLS-1$ in test84()
[all …]
H A DInterfaceDeltaTests.java592 assertEquals("Wrong flag", IDelta.TYPE_MEMBER, child.getFlags()); //$NON-NLS-1$ in test18()
616 assertEquals("Wrong flag", IDelta.TYPE_MEMBER, child.getFlags()); //$NON-NLS-1$ in test19()
640 assertEquals("Wrong flag", IDelta.TYPE_MEMBER, child.getFlags()); //$NON-NLS-1$ in test20()
646 assertEquals("Wrong flag", IDelta.TYPE_MEMBER, child.getFlags()); //$NON-NLS-1$ in test20()
669 assertEquals("Wrong flag", IDelta.TYPE_MEMBER, child.getFlags()); //$NON-NLS-1$ in test21()
693 assertEquals("Wrong flag", IDelta.TYPE_MEMBER, child.getFlags()); //$NON-NLS-1$ in test22()
699 assertEquals("Wrong flag", IDelta.TYPE_MEMBER, child.getFlags()); //$NON-NLS-1$ in test22()
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/takepos/admin/
H A Dorderprinters.php93 } elseif ($type == Categorie::TYPE_MEMBER) {
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/categories/
H A Dindex.php150 …if ($type == Categorie::TYPE_MEMBER) require_once DOL_DOCUMENT_ROOT.'/adherents/class/adherent.cla…
H A Dviewcat.php128 } elseif ($type == Categorie::TYPE_MEMBER && $user->rights->adherent->creer)
365 …if ($type == Categorie::TYPE_MEMBER) require_once DOL_DOCUMENT_ROOT.'/adherents/class/adherent.cla…
695 if ($type == Categorie::TYPE_MEMBER)
H A Dcard.php60 if ($type == Categorie::TYPE_MEMBER) $idMemberOrigin = $origin;
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/takepos/admin/
H A Dorderprinters.php103 } elseif ($type == Categorie::TYPE_MEMBER) {
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/categories/
H A Dindex.php158 if ($type == Categorie::TYPE_MEMBER) {
H A Dcard.php68 if ($type == Categorie::TYPE_MEMBER) {
H A Dviewcat.php120 } elseif ($type == Categorie::TYPE_MEMBER && $user->rights->adherent->creer) {
350 if ($type == Categorie::TYPE_MEMBER) {
680 if ($type == Categorie::TYPE_MEMBER) {
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/internal/p2/metadata/expression/
H A DMember.java203 return TYPE_MEMBER; in getExpressionType()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.tests/src/org/eclipse/pde/api/tools/builder/tests/compatibility/
H A DClassCompatibilityMemberTypeTests.java64 IDelta.TYPE_MEMBER); in getDefaultProblemId()
H A DEnumCompatibilityTests.java83 IDelta.TYPE_MEMBER) in xRemoveMemberType()
/dports/devel/godot-tools/godot-3.2.3-stable/servers/visual/
H A Dshader_language.h301 TYPE_MEMBER, enumerator
483 Node(TYPE_MEMBER), in MemberNode()
/dports/devel/godot/godot-3.2.3-stable/servers/visual/
H A Dshader_language.h301 TYPE_MEMBER, enumerator
483 Node(TYPE_MEMBER), in MemberNode()

123