Home
last modified time | relevance | path

Searched refs:isWanted (Results 1 – 25 of 32) sorted by relevance

12

/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAMaya/include/
H A DCOLLADAMayaAnimationSampleCache.h52 bool isMatrix, isWanted, isAnimated; member
56 Part() : isMatrix(false), isWanted(false), isAnimated(false) {} in Part()
57 Part(const MPlug& plug) : plug(plug), isMatrix(false), isWanted(false), isAnimated(false){} in Part()
/dports/lang/tcl86/tcl8.6.12/generic/
H A DtclOOCall.c386 void *isWanted; in TclOOGetSortedMethodList() local
474 FOREACH_HASH(namePtr, isWanted, &names) { in TclOOGetSortedMethodList()
476 if (PTR2INT(isWanted) & NO_IMPLEMENTATION) { in TclOOGetSortedMethodList()
519 void *isWanted; in TclOOGetSortedClassMethodList() local
547 FOREACH_HASH(namePtr, isWanted, &names) { in TclOOGetSortedClassMethodList()
549 if (PTR2INT(isWanted) & NO_IMPLEMENTATION) { in TclOOGetSortedClassMethodList()
663 int isWanted = (!(flags & PUBLIC_METHOD) in AddClassMethodNames() local
667 Tcl_SetHashValue(hPtr, INT2PTR(isWanted)); in AddClassMethodNames()
670 int isWanted = PTR2INT(Tcl_GetHashValue(hPtr)); in AddClassMethodNames() local
672 isWanted &= ~NO_IMPLEMENTATION; in AddClassMethodNames()
[all …]
/dports/x11/konsole/konsole-21.12.3/src/keyboardtranslator/
H A DKeyboardTranslatorReader.cpp139 bool isWanted = true; in decodeSequence() local
167 if (isWanted) { in decodeSequence()
173 if (isWanted) { in decodeSequence()
188 isWanted = true; in decodeSequence()
190 isWanted = false; in decodeSequence()
/dports/lang/tcl87/tcl8.7a5/generic/
H A DtclOOCall.c597 void *isWanted; in SortMethodNames() local
617 FOREACH_HASH(namePtr, isWanted, namesPtr) { in SortMethodNames()
618 if (!WANT_PUBLIC(flags) || (PTR2INT(isWanted) & IN_LIST)) { in SortMethodNames()
619 if (PTR2INT(isWanted) & NO_IMPLEMENTATION) { in SortMethodNames()
791 int isWanted = (!WANT_PUBLIC(flags) || IS_PUBLIC(mPtr)) in AddStandardMethodName() local
794 isWanted |= (mPtr->typePtr == NULL ? NO_IMPLEMENTATION : 0); in AddStandardMethodName()
795 Tcl_SetHashValue(hPtr, INT2PTR(isWanted)); in AddStandardMethodName()
798 int isWanted = PTR2INT(Tcl_GetHashValue(hPtr)); in AddStandardMethodName() local
800 isWanted &= ~NO_IMPLEMENTATION; in AddStandardMethodName()
801 Tcl_SetHashValue(hPtr, INT2PTR(isWanted)); in AddStandardMethodName()
/dports/math/octave/octave-6.4.0/libgui/qterminal/libqterminal/unix/
H A DKeyboardTranslator.cpp337 bool isWanted = true; in decodeSequence() local
368 if ( isWanted ) in decodeSequence()
375 if ( isWanted ) in decodeSequence()
389 isWanted = true; in decodeSequence()
391 isWanted = false; in decodeSequence()
/dports/lang/ghc/ghc-8.10.7/libraries/deepseq/tests/
H A DMain.hs86 assertRnfEx v = handleJust isWanted (const $ return ()) $ do
89 where isWanted = guard . (== RnfEx) function
/dports/x11-toolkits/qtermwidget/qtermwidget-1.0.0/lib/
H A DKeyboardTranslator.cpp347 bool isWanted = true; in decodeSequence() local
381 if ( isWanted ) in decodeSequence()
388 if ( isWanted ) in decodeSequence()
402 isWanted = true; in decodeSequence()
404 isWanted = false; in decodeSequence()
/dports/x11/cool-retro-term/cool-retro-term-1.1.1/qmltermwidget/lib/
H A DKeyboardTranslator.cpp341 bool isWanted = true; in decodeSequence() local
375 if ( isWanted ) in decodeSequence()
382 if ( isWanted ) in decodeSequence()
396 isWanted = true; in decodeSequence()
398 isWanted = false; in decodeSequence()
/dports/graphics/qgis/qgis-3.22.3/src/plugins/grass/qtermwidget/
H A DKeyboardTranslator.cpp337 bool isWanted = true; in decodeSequence() local
371 if ( isWanted ) in decodeSequence()
378 if ( isWanted ) in decodeSequence()
392 isWanted = true; in decodeSequence()
394 isWanted = false; in decodeSequence()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/plugins/grass/qtermwidget/
H A DKeyboardTranslator.cpp337 bool isWanted = true; in decodeSequence() local
371 if ( isWanted ) in decodeSequence()
378 if ( isWanted ) in decodeSequence()
392 isWanted = true; in decodeSequence()
394 isWanted = false; in decodeSequence()
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Tc/Types/
H A DConstraint.hs51 isWanted, isGiven, isDerived, isGivenOrWDeriv,
699 isWantedCt = isWanted . ctEvidence
1464 isWanted :: CtEvidence -> Bool
1465 isWanted (CtWanted {}) = True function
1466 isWanted _ = False function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/typecheck/
H A DConstraint.hs53 isWanted, isGiven, isDerived, isGivenOrWDeriv,
664 isWantedCt = isWanted . ctEvidence
1439 isWanted :: CtEvidence -> Bool
1440 isWanted (CtWanted {}) = True function
1441 isWanted _ = False function
/dports/lang/ghc/ghc-8.10.7/compiler/typecheck/
H A DConstraint.hs53 isWanted, isGiven, isDerived, isGivenOrWDeriv,
664 isWantedCt = isWanted . ctEvidence
1439 isWanted :: CtEvidence -> Bool
1440 isWanted (CtWanted {}) = True function
1441 isWanted _ = False function
H A DTcInteract.hs1061 | isWanted ev_w
1331 upgrade_ev ev = ASSERT2( isWanted ev, ppr ct )
H A DTcSMonad.hs301 = not insol && isWanted ev
1648 bumpUnsolvedCount ev n | isWanted ev = n+1
1894 | isWanted item
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Tc/Types/
H A DConstraint.hs64 isWanted, isGiven, isDerived,
870 isWantedCt = isWanted . ctEvidence
1722 isWanted :: CtEvidence -> Bool
1723 isWanted (CtWanted {}) = True function
1724 isWanted _ = False function
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAMaya/src/
H A DCOLLADAMayaAnimationSampleCache.cpp164 isSampling = ( *it ).isWanted = true; in markPlugWanted()
583 if ( part.isWanted) in samplePlugs()
603 if (part.isWanted) in samplePlugs()
/dports/net-p2p/transmission-utils/transmission-3.00/qt/
H A DOptionsDialog.cc239 void OptionsDialog::onWantedChanged(QSet<int> const& fileIndices, bool isWanted) in onWantedChanged() argument
243 myWanted[i] = isWanted; in onWantedChanged()
/dports/net-p2p/transmission-daemon/transmission-3.00/qt/
H A DOptionsDialog.cc239 void OptionsDialog::onWantedChanged(QSet<int> const& fileIndices, bool isWanted) in onWantedChanged() argument
243 myWanted[i] = isWanted; in onWantedChanged()
/dports/net-p2p/transmission-gtk/transmission-3.00/qt/
H A DOptionsDialog.cc239 void OptionsDialog::onWantedChanged(QSet<int> const& fileIndices, bool isWanted) in onWantedChanged() argument
243 myWanted[i] = isWanted; in onWantedChanged()
/dports/net-p2p/transmission-cli/transmission-3.00/qt/
H A DOptionsDialog.cc239 void OptionsDialog::onWantedChanged(QSet<int> const& fileIndices, bool isWanted) in onWantedChanged() argument
243 myWanted[i] = isWanted; in onWantedChanged()
/dports/net-p2p/transmission-qt/transmission-3.00/qt/
H A DOptionsDialog.cc239 void OptionsDialog::onWantedChanged(QSet<int> const& fileIndices, bool isWanted) in onWantedChanged() argument
243 myWanted[i] = isWanted; in onWantedChanged()
/dports/www/transmission-web/transmission-3.00/qt/
H A DOptionsDialog.cc239 void OptionsDialog::onWantedChanged(QSet<int> const& fileIndices, bool isWanted) in onWantedChanged() argument
243 myWanted[i] = isWanted; in onWantedChanged()
/dports/devel/stack/stack-2.7.3/src/Stack/Build/
H A DSource.hs284 isWanted = case mtarget of function
383 , lpWanted = isWanted
/dports/devel/stack/stack-2.7.3/src/Stack/
H A DSetup.hs546 isWanted = isWantedCompiler (soptsCompilerCheck sopts) (soptsWantedCompiler sopts) function
556 return (getInstalledTool installed ghcPkgName (isWanted . ACGhc), ghcBuild)
611 | not $ isWanted $ cpCompilerVersion cp = throwString "Not the compiler version we want"
614 isWanted = isWantedCompiler (soptsCompilerCheck sopts) (soptsWantedCompiler sopts) function

12