Home
last modified time | relevance | path

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

123

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/componentmodel/design/
H A DNotifyParentPropertyAttribute.cs42 private bool notifyParent = false; field in System.ComponentModel.NotifyParentPropertyAttribute
50 public NotifyParentPropertyAttribute(bool notifyParent) { in NotifyParentPropertyAttribute() argument
51 this.notifyParent = notifyParent; in NotifyParentPropertyAttribute()
63 return notifyParent;
78 return ((NotifyParentPropertyAttribute)obj).NotifyParent == notifyParent; in Equals()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.Primitives/tests/
H A DNotifyParentPropertyAttributeTests.cs15 public void Ctor_NotifyParent(bool notifyParent) in Ctor_NotifyParent() argument
17 var attribute = new NotifyParentPropertyAttribute(notifyParent); in Ctor_NotifyParent()
18 Assert.Equal(notifyParent, attribute.NotifyParent); in Ctor_NotifyParent()
19 Assert.Equal(!notifyParent, attribute.IsDefaultAttribute()); in Ctor_NotifyParent()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.Primitives/src/System/ComponentModel/
H A DNotifyParentPropertyAttribute.cs39 public NotifyParentPropertyAttribute(bool notifyParent) => NotifyParent = notifyParent; field in System.ComponentModel.NotifyParentPropertyAttribute
/dports/x11-wm/icewm/icewm-2.9.4/src/
H A Dicetray.cc232 bool notifyParent = false; in main() local
240 notifyParent = true; in main()
264 if (notifyParent) { in main()
H A Dwmapp.h47 bool notifyParent, const char *splashFile,
116 bool notifyParent; variable
H A Dwmapp.cc781 if (notifyParent && notifiedParent && kill(notifiedParent, 0) == 0) in restartClient()
916 if (notifyParent && notifiedParent && kill(notifiedParent, 0) == 0) in actionPerformed()
1210 bool notifyParent, const char *splashFile, in YWMApp() argument
1216 notifyParent(notifyParent), in YWMApp()
1411 if (notifyParent) { in mainLoop()
1415 notifyParent = false; in mainLoop()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.naming/share/classes/com/sun/jndi/ldap/
H A DConnection.java623 void cleanup(Control[] reqCtls, boolean notifyParent) { in cleanup() argument
634 if (!notifyParent) { in cleanup()
649 if (!notifyParent) { in cleanup()
658 nparent = notifyParent; in cleanup()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.naming/share/classes/com/sun/jndi/ldap/
H A DConnection.java614 void cleanup(Control[] reqCtls, boolean notifyParent) { in cleanup() argument
625 if (!notifyParent) { in cleanup()
640 if (!notifyParent) { in cleanup()
649 nparent = notifyParent; in cleanup()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.naming/share/classes/com/sun/jndi/ldap/
H A DConnection.java595 void cleanup(Control[] reqCtls, boolean notifyParent) { in cleanup() argument
606 if (!notifyParent) { in cleanup()
621 if (!notifyParent) { in cleanup()
630 nparent = notifyParent; in cleanup()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.naming/share/classes/com/sun/jndi/ldap/
H A DConnection.java623 void cleanup(Control[] reqCtls, boolean notifyParent) { in cleanup() argument
634 if (!notifyParent) { in cleanup()
649 if (!notifyParent) { in cleanup()
667 nparent = notifyParent; in cleanup()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.naming/share/classes/com/sun/jndi/ldap/
H A DConnection.java623 void cleanup(Control[] reqCtls, boolean notifyParent) { in cleanup() argument
634 if (!notifyParent) { in cleanup()
649 if (!notifyParent) { in cleanup()
667 nparent = notifyParent; in cleanup()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.naming/share/classes/com/sun/jndi/ldap/
H A DConnection.java623 void cleanup(Control[] reqCtls, boolean notifyParent) { in cleanup() argument
634 if (!notifyParent) { in cleanup()
649 if (!notifyParent) { in cleanup()
667 nparent = notifyParent; in cleanup()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/jndi/ldap/
H A DConnection.java649 void cleanup(Control[] reqCtls, boolean notifyParent) { in cleanup() argument
660 if (!notifyParent) { in cleanup()
675 if (!notifyParent) { in cleanup()
684 nparent = notifyParent; in cleanup()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.naming/share/classes/com/sun/jndi/ldap/
H A DConnection.java623 void cleanup(Control[] reqCtls, boolean notifyParent) { in cleanup() argument
634 if (!notifyParent) { in cleanup()
649 if (!notifyParent) { in cleanup()
667 nparent = notifyParent; in cleanup()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.naming/share/classes/com/sun/jndi/ldap/
H A DConnection.java624 void cleanup(Control[] reqCtls, boolean notifyParent) { in cleanup() argument
635 if (!notifyParent) { in cleanup()
650 if (!notifyParent) { in cleanup()
668 nparent = notifyParent; in cleanup()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/jndi/ldap/
H A DConnection.java649 void cleanup(Control[] reqCtls, boolean notifyParent) { in cleanup() argument
660 if (!notifyParent) { in cleanup()
675 if (!notifyParent) { in cleanup()
684 nparent = notifyParent; in cleanup()
/dports/graphics/hugin/hugin-2020.0.0/src/hugin1/ptbatcher/
H A DBatch.cpp485 bool notifyParent=false; in OnProcessTerminate() local
490 notifyParent=true; in OnProcessTerminate()
496 notifyParent=true; in OnProcessTerminate()
498 if(notifyParent) in OnProcessTerminate()
/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/scintilla/qt/ScintillaEditBase/
H A DScintillaQt.h83 void notifyParent(SCNotification scn);
H A DScintillaEditBase.cpp48 connect(sqt, SIGNAL(notifyParent(SCNotification)), in ScintillaEditBase()
49 this, SLOT(notifyParent(SCNotification))); in ScintillaEditBase()
543 void ScintillaEditBase::notifyParent(SCNotification scn) in notifyParent() function in ScintillaEditBase
H A DScintillaEditBase.h65 void notifyParent(SCNotification scn);
/dports/x11-toolkits/scintilla/scintilla/qt/ScintillaEditBase/
H A DScintillaQt.h85 void notifyParent(SCNotification scn);
H A DScintillaEditBase.h72 void notifyParent(SCNotification scn);
/dports/devel/codequery/codequery-0.24.0/scintilla/qt/ScintillaEditBase/
H A DScintillaQt.h89 void notifyParent(SCNotification scn);
/dports/editors/textadept/scintilla/qt/ScintillaEditBase/
H A DScintillaQt.h85 void notifyParent(SCNotification scn);
/dports/editors/scite/scintilla/qt/ScintillaEditBase/
H A DScintillaQt.h85 void notifyParent(SCNotification scn);

123