Home
last modified time | relevance | path

Searched refs:isHandle (Results 1 – 25 of 42) sorted by relevance

12

/dports/math/scilab/scilab-6.1.1/scilab/modules/api_scilab/src/cpp/template/
H A Dapi_handle.hpp93 if (h->isHandle() == false) in API_PROTO()
108 if (h->isHandle() == false) in API_PROTO()
129 if (h->isHandle() == false || h->isScalar() == false) in API_PROTO()
143 if (h->isHandle() == false || h->isScalar() == false) in API_PROTO()
H A Dapi_common.hpp215 int API_PROTO(isHandle)(scilabEnv env, scilabVar var) in API_PROTO() argument
222 return it->isHandle() ? 1 : 0; in API_PROTO()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Activities/System/Activities/
H A DVariable.cs452 bool isHandle; field in System.Activities.Variable.VariableLocation
460 public VariableLocation(VariableModifiers modifiers, bool isHandle) in VariableLocation() argument
464 this.isHandle = isHandle; in VariableLocation()
509 get { return this.isHandle; }
510 set { this.isHandle = value; }
536 if (this.isHandle)
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmldesigner/components/timelineeditor/
H A Deasingcurve.cpp124 bool EasingCurve::isHandle(int idx) const in isHandle() function in QmlDesigner::EasingCurve
218 if (isHandle(idx)) { in curvePoint()
280 if (!isSmooth(idx) && !isHandle(idx)) { in makeSmooth()
309 if (isSmooth(idx) && !isHandle(idx)) { in breakTangent()
341 if (!isHandle(i)) { in addPoint()
375 QTC_ASSERT(!isHandle(newIdx), return ); in addPoint()
H A Dsplineeditor.cpp181 } else if (m_curve.isHandle(active)) { in mouseMoveEvent()
212 if (index > 0 && !m_curve.isHandle(index)) { in contextMenuEvent()
H A Deasingcurve.h71 bool isHandle(int idx) const;
H A Dcanvas.cpp187 if (curve.isHandle(i)) in paintControlPoints()
/dports/devel/luv/luv-1.41.0-0/src/
H A Dhandle.c32 int isHandle; in luv_check_handle() local
41 isHandle = lua_toboolean(L, -1); in luv_check_handle()
43 if (isHandle) { return handle; } in luv_check_handle()
/dports/math/scilab/scilab-6.1.1/scilab/modules/api_scilab/includes/
H A Dapi_common.h38 #define scilab_isHandle API_PROTO(isHandle)
76 int API_PROTO(isHandle)(scilabEnv env, scilabVar var);
/dports/math/scilab/scilab-6.1.1/scilab/modules/ast/includes/types/
H A Dgraphichandle.hxx37 bool isHandle() override in isHandle() function in types::GraphicHandle
H A Dinternal.hxx411 virtual bool isHandle(void);
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/
H A DGraalHotSpotVMConfig.java213 boolean isHandle = false;
222 isHandle = true;
227 isHandle = true;
236 classMirrorIsHandle = isHandle;
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/
H A DGraalHotSpotVMConfig.java213 boolean isHandle = false;
222 isHandle = true;
227 isHandle = true;
236 classMirrorIsHandle = isHandle;
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/
H A DGraalHotSpotVMConfig.java227 boolean isHandle = false;
236 isHandle = true;
241 isHandle = true;
250 classMirrorIsHandle = isHandle;
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/
H A DGraalHotSpotVMConfig.java213 boolean isHandle = false;
222 isHandle = true;
227 isHandle = true;
236 classMirrorIsHandle = isHandle;
/dports/math/scilab/scilab-6.1.1/scilab/modules/ast/src/cpp/types/
H A Dinternal.cpp278 bool InternalType::isHandle(void) in isHandle() function in types::InternalType
/dports/math/scilab/scilab-6.1.1/scilab/modules/completion/src/cpp/
H A Dgetfieldsdictionary.cpp97 if (pIT->isHandle()) in getfieldsdictionary()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/AngelScript/
H A DScriptInstance.cpp613 bool isPrivate, isProtected, isHandle; in GetScriptAttributes() local
622 isHandle = typeName.EndsWith("@"); in GetScriptAttributes()
623 if (isHandle) in GetScriptAttributes()
631 if (!isHandle) in GetScriptAttributes()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/tnztools/
H A Dskeletonsubtools.cpp528 bool isHandle = prevBone == 0; in hasPinned() local
557 bool isHandle = prevBone == 0; in addToActiveChain() local
577 if (isHandle || isFree) { in addToActiveChain()
587 if (isHandle) // the handle must be added anyway in addToActiveChain()
621 return isHandle || !isFree || propagate; in addToActiveChain()
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphics/sci_gateway/cpp/
H A Dsci_get.cpp126 else if (p1->isHandle()) in sci_get()
/dports/math/scilab/scilab-6.1.1/scilab/modules/ast/src/cpp/ast/
H A DexpHistory.cpp327 if (bForce || (m_pITCurrent != NULL && m_pITCurrent->isHandle() == false)) in setReinsertion()
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/generic/
H A DtkPanedWindow.c2697 int found, isHandle, lpad, rpad, tpad, bpad; local
2738 isHandle = 0;
2756 isHandle = 1;
2760 isHandle = 1;
2773 if (isHandle) {
/dports/x11-toolkits/tk85/tk8.5.19/generic/
H A DtkPanedWindow.c3037 int found, isHandle, lpad, rpad, tpad, bpad; in PanedWindowIdentifyCoords() local
3080 isHandle = 0; in PanedWindowIdentifyCoords()
3102 isHandle = 1; in PanedWindowIdentifyCoords()
3106 isHandle = 1; in PanedWindowIdentifyCoords()
3121 (isHandle ? "handle" : "sash"), -1)); in PanedWindowIdentifyCoords()
/dports/x11-toolkits/tk86/tk8.6.12/generic/
H A DtkPanedWindow.c3059 int found, isHandle, lpad, rpad, tpad, bpad; in PanedWindowIdentifyCoords() local
3101 isHandle = 0; in PanedWindowIdentifyCoords()
3123 isHandle = 1; in PanedWindowIdentifyCoords()
3127 isHandle = 1; in PanedWindowIdentifyCoords()
3144 list[1] = Tcl_NewStringObj((isHandle ? "handle" : "sash"), -1); in PanedWindowIdentifyCoords()
/dports/x11-toolkits/tk87/tk8.7a5/generic/
H A DtkPanedWindow.c3060 int found, isHandle, lpad, rpad, tpad, bpad; in PanedWindowIdentifyCoords() local
3102 isHandle = 0; in PanedWindowIdentifyCoords()
3124 isHandle = 1; in PanedWindowIdentifyCoords()
3128 isHandle = 1; in PanedWindowIdentifyCoords()
3145 list[1] = Tcl_NewStringObj((isHandle ? "handle" : "sash"), -1); in PanedWindowIdentifyCoords()

12