Home
last modified time | relevance | path

Searched refs:allowChildren (Results 1 – 25 of 45) sorted by relevance

12

/dports/net/messagelib/messagelib-21.12.3/messagecore/src/helpers/
H A Dnodehelper.cpp33 KMime::Content *MessageCore::NodeHelper::next(KMime::Content *node, bool allowChildren) in next() argument
35 if (allowChildren) { in next()
H A Dnodehelper.h38 MESSAGECORE_EXPORT KMime::Content *next(KMime::Content *node, bool allowChildren = true);
/dports/textproc/write-good/write-good-1.0.8/node_modules/eslint-plugin-jsx-a11y/docs/rules/
H A Dlabel-has-for.md26 "allowChildren": false
67 The `allowChildren` option (defaults to `false`) determines whether `{children}` content is allowed…
73allowChildren` is set to `true`, no error will be raised. If you want to pass in `{children}` cont…
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmldesigner/
H A Ddesignermcumanager.h48 bool allowChildren = true; member
H A Ddesignermcumanager.cpp178 allowedProperties.allowChildren = childrenPropertyVar.toBool(); in readVersionData()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/share/qtcreator/qmldesigner/qt4mcu/
H A Dqul-14.qml104 allowChildren: false
117 allowChildren: false
H A Dqul-17.qml106 allowChildren: false
119 allowChildren: false
H A Dqul-18.qml107 allowChildren: false
120 allowChildren: false
H A Dqul-19.qml107 allowChildren: false
120 allowChildren: false
/dports/print/limereport/LimeReport-1.5.35/3rdparty/easyprofiler/easy_profiler_core/
H A Dprofile_manager.cpp798 if (!THIS_THREAD->allowChildren && (_desc->m_status & FORCE_ON_FLAG) == 0) in storeValue()
824 if (!THIS_THREAD->allowChildren && (_desc->m_status & FORCE_ON_FLAG) == 0) in storeBlock()
851 if (!THIS_THREAD->allowChildren && (_desc->m_status & FORCE_ON_FLAG) == 0) in storeBlock()
873 if (!THIS_THREAD->allowChildren && (_desc->m_status & FORCE_ON_FLAG) == 0) in storeBlockForce()
890 if (!THIS_THREAD->allowChildren && (_desc->m_status & FORCE_ON_FLAG) == 0) in storeBlockForce2()
962 if (THIS_THREAD->allowChildren) in beginBlock()
968 THIS_THREAD->allowChildren = ((blockStatus & profiler::OFF_RECURSIVE) == 0); in beginBlock()
1052 THIS_THREAD->allowChildren = true; in endBlock()
1056 THIS_THREAD->allowChildren = in endBlock()
H A Dthread_storage.h108 …bool allowChildren; ///< False if one of previously opened blocks has OFF_RECURS… member
H A Dthread_storage.cpp52 , allowChildren(true) in ThreadStorage()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/java/awt/
H A DContainer.java1116 public Point getMousePosition(boolean allowChildren) throws HeadlessException in getMousePosition() argument
1118 return super.getMousePositionHelper(allowChildren); in getMousePosition()
1121 boolean mouseOverComponent(Component component, boolean allowChildren) in mouseOverComponent() argument
1123 if (allowChildren) in mouseOverComponent()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/java/awt/
H A DContainer.java1116 public Point getMousePosition(boolean allowChildren) throws HeadlessException in getMousePosition() argument
1118 return super.getMousePositionHelper(allowChildren); in getMousePosition()
1121 boolean mouseOverComponent(Component component, boolean allowChildren) in mouseOverComponent() argument
1123 if (allowChildren) in mouseOverComponent()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/java/awt/
H A DContainer.java1116 public Point getMousePosition(boolean allowChildren) throws HeadlessException in getMousePosition() argument
1118 return super.getMousePositionHelper(allowChildren); in getMousePosition()
1121 boolean mouseOverComponent(Component component, boolean allowChildren) in mouseOverComponent() argument
1123 if (allowChildren) in mouseOverComponent()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/java/awt/
H A DContainer.java1116 public Point getMousePosition(boolean allowChildren) throws HeadlessException in getMousePosition() argument
1118 return super.getMousePositionHelper(allowChildren); in getMousePosition()
1121 boolean mouseOverComponent(Component component, boolean allowChildren) in mouseOverComponent() argument
1123 if (allowChildren) in mouseOverComponent()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/java/awt/
H A DContainer.java1116 public Point getMousePosition(boolean allowChildren) throws HeadlessException in getMousePosition() argument
1118 return super.getMousePositionHelper(allowChildren); in getMousePosition()
1121 boolean mouseOverComponent(Component component, boolean allowChildren) in mouseOverComponent() argument
1123 if (allowChildren) in mouseOverComponent()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/java/awt/
H A DContainer.java2628 public Point getMousePosition(boolean allowChildren) throws HeadlessException { in getMousePosition() argument
2641 if (isSameOrAncestorOf(inTheSameWindow, allowChildren)) { in getMousePosition()
2648 boolean isSameOrAncestorOf(Component comp, boolean allowChildren) { in isSameOrAncestorOf() argument
2649 return this == comp || (allowChildren && isParentOf(comp)); in isSameOrAncestorOf()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/java/awt/
H A DContainer.java2628 public Point getMousePosition(boolean allowChildren) throws HeadlessException { in getMousePosition() argument
2641 if (isSameOrAncestorOf(inTheSameWindow, allowChildren)) { in getMousePosition()
2648 boolean isSameOrAncestorOf(Component comp, boolean allowChildren) { in isSameOrAncestorOf() argument
2649 return this == comp || (allowChildren && isParentOf(comp)); in isSameOrAncestorOf()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/java/awt/
H A DContainer.java2628 public Point getMousePosition(boolean allowChildren) throws HeadlessException { in getMousePosition() argument
2641 if (isSameOrAncestorOf(inTheSameWindow, allowChildren)) { in getMousePosition()
2648 boolean isSameOrAncestorOf(Component comp, boolean allowChildren) { in isSameOrAncestorOf() argument
2649 return this == comp || (allowChildren && isParentOf(comp)); in isSameOrAncestorOf()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/awt/
H A DContainer.java2604 public Point getMousePosition(boolean allowChildren) throws HeadlessException { in getMousePosition() argument
2617 if (isSameOrAncestorOf(inTheSameWindow, allowChildren)) { in getMousePosition()
2624 boolean isSameOrAncestorOf(Component comp, boolean allowChildren) { in isSameOrAncestorOf() argument
2625 return this == comp || (allowChildren && isParentOf(comp)); in isSameOrAncestorOf()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/java/awt/
H A DContainer.java2628 public Point getMousePosition(boolean allowChildren) throws HeadlessException { in getMousePosition() argument
2641 if (isSameOrAncestorOf(inTheSameWindow, allowChildren)) { in getMousePosition()
2648 boolean isSameOrAncestorOf(Component comp, boolean allowChildren) { in isSameOrAncestorOf() argument
2649 return this == comp || (allowChildren && isParentOf(comp)); in isSameOrAncestorOf()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/java/awt/
H A DContainer.java2629 public Point getMousePosition(boolean allowChildren) throws HeadlessException { in getMousePosition() argument
2642 if (isSameOrAncestorOf(inTheSameWindow, allowChildren)) { in getMousePosition()
2649 boolean isSameOrAncestorOf(Component comp, boolean allowChildren) { in isSameOrAncestorOf() argument
2650 return this == comp || (allowChildren && isParentOf(comp)); in isSameOrAncestorOf()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/java/awt/
H A DContainer.java2631 public Point getMousePosition(boolean allowChildren) throws HeadlessException { in getMousePosition() argument
2645 if (isSameOrAncestorOf(inTheSameWindow, allowChildren)) { in getMousePosition()
2652 boolean isSameOrAncestorOf(Component comp, boolean allowChildren) { in isSameOrAncestorOf() argument
2653 return this == comp || (allowChildren && isParentOf(comp)); in isSameOrAncestorOf()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/java/awt/
H A DContainer.java2628 public Point getMousePosition(boolean allowChildren) throws HeadlessException { in getMousePosition() argument
2641 if (isSameOrAncestorOf(inTheSameWindow, allowChildren)) { in getMousePosition()
2648 boolean isSameOrAncestorOf(Component comp, boolean allowChildren) { in isSameOrAncestorOf() argument
2649 return this == comp || (allowChildren && isParentOf(comp)); in isSameOrAncestorOf()

12