Home
last modified time | relevance | path

Searched refs:makeGroup (Results 1 – 25 of 107) sorted by relevance

12345

/dports/devel/py-opengrok-tools/opengrok-1.3.16/plugins/src/test/java/opengrok/auth/plugin/
H A DLdapAttrPluginTest.java114 private Group makeGroup(String name) { in makeGroup() method in LdapAttrPluginTest
132 Assert.assertTrue(plugin.isAllowed(dummyRequest, makeGroup("Group 1"))); in testIsAllowed()
133 Assert.assertTrue(plugin.isAllowed(dummyRequest, makeGroup("Group 2"))); in testIsAllowed()
139 Assert.assertTrue(plugin.isAllowed(dummyRequest, makeGroup("Group 1"))); in testIsAllowed()
140 Assert.assertTrue(plugin.isAllowed(dummyRequest, makeGroup("Group 2"))); in testIsAllowed()
146 Assert.assertFalse(plugin.isAllowed(dummyRequest, makeGroup("Group 1"))); in testIsAllowed()
147 Assert.assertFalse(plugin.isAllowed(dummyRequest, makeGroup("Group 2"))); in testIsAllowed()
153 Assert.assertTrue(plugin.isAllowed(dummyRequest, makeGroup("Group 1"))); in testIsAllowed()
154 Assert.assertTrue(plugin.isAllowed(dummyRequest, makeGroup("Group 2"))); in testIsAllowed()
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/cabal-install/tests/UnitTests/Distribution/Client/
H A DTargets.hs24 makeGroup :: String -> (a -> Assertion) -> [a] -> TestTree
25 makeGroup name f xs = testGroup name $ function
30 [ makeGroup "readUserConstraint" (uncurry readUserConstraintTest)
33 , makeGroup "parseUserConstraint" (uncurry parseUserConstraintTest)
36 , makeGroup "readUserConstraints" (uncurry readUserConstraintsTest)
/dports/games/amoebax/amoebax-0.2.1/src/
H A DGridStatus.cxx101 makeGroup (group, ghosts, main.x, mainY, visitedPositions); in checkPositions()
110 makeGroup (group, ghosts, satellite.x, satelliteY, visitedPositions); in checkPositions()
191 makeGroup (group, ghosts, currentX, currentY, visitedPositions); in checkPositions()
287 makeGroup (group, ghosts, currentPosition->first, in makeFloatingAmoebasFall()
313 GridStatus::makeGroup (Group &group, Group &ghosts, int16_t x, int16_t y, in makeGroup() function in GridStatus
348 makeGroup (group, ghosts, x, y - 1, visitedPositions, groupColour, false); in makeGroup()
349 makeGroup (group, ghosts, x + 1, y, visitedPositions, groupColour, false); in makeGroup()
350 makeGroup (group, ghosts, x, y + 1, visitedPositions, groupColour, false); in makeGroup()
351 makeGroup (group, ghosts, x - 1, y, visitedPositions, groupColour, false); in makeGroup()
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/utils/hdf5/
H A DHDF5LibraryUnitTest.java65 file.makeGroup("test-group/lola-run"); in testIsPresent()
91 Assert.assertTrue(file.makeGroup("test-group/lola-run")); in testCreateGroup()
93 Assert.assertFalse(file.makeGroup("test-group")); in testCreateGroup()
94 Assert.assertFalse(file.makeGroup("test-group/lola-run")); in testCreateGroup()
95 Assert.assertTrue(file.makeGroup("test-group/peter-pan")); in testCreateGroup()
103 file.makeGroup("test-group/double-group"); in testMakeDouble()
119 file.makeGroup("test-group/double-group"); in testMakeNaNDouble()
135 file.makeGroup("test-group/double-group"); in testMakeDoubleArray()
152 file.makeGroup("test-group/double-group"); in testReMakeDoubleArray()
175 file.makeGroup("test-group/double-group"); in testMakeDoubleMatrix()
[all …]
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/cabal-install/tests/UnitTests/Distribution/Client/
H A DTargets.hs27 makeGroup :: String -> (a -> Assertion) -> [a] -> TestTree
28 makeGroup name f xs = testGroup name $ function
33 [ makeGroup "readUserConstraint" (uncurry readUserConstraintTest)
36 , makeGroup "parseUserConstraint" (uncurry parseUserConstraintTest)
39 , makeGroup "readUserConstraints" (uncurry readUserConstraintsTest)
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthDrivers/engine_mp/
H A DTileGroupFactory.cpp321 bool makeGroup;
326 makeGroup = true;
332 makeGroup = true;
339 makeGroup = false;
344 makeGroup = true;
357 if ( makeGroup )
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/binary/
H A DPatternBuilder.java73 Pattern makeGroup(Pattern p1, Pattern p2) { in makeGroup() method in PatternBuilder
82 return makeGroup(sp.p1, makeGroup(sp.p2, p2)); in makeGroup()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/binary/
H A DPatternBuilder.java73 Pattern makeGroup(Pattern p1, Pattern p2) { in makeGroup() method in PatternBuilder
82 return makeGroup(sp.p1, makeGroup(sp.p2, p2)); in makeGroup()
/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/regex-tdfa-1.3.1.0/lib/Text/Regex/TDFA/NewDFA/
H A DEngine_NC_FA.hs65 Just winner -> mapM (makeGroup offsetIn) [winner]
73 makeGroup :: Position -> Position -> S.ST s MatchArray
74 makeGroup start stop = do function
/dports/games/hedgewars-server/hedgewars-src-1.0.0/gameServer/_cabal_deps/regex-tdfa-1.3.1.0/lib/Text/Regex/TDFA/NewDFA/
H A DEngine_NC_FA.hs65 Just winner -> mapM (makeGroup offsetIn) [winner]
73 makeGroup :: Position -> Position -> S.ST s MatchArray
74 makeGroup start stop = do function
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/regex-tdfa-1.3.1.1/lib/Text/Regex/TDFA/NewDFA/
H A DEngine_NC_FA.hs65 Just winner -> mapM (makeGroup offsetIn) [winner]
73 makeGroup :: Position -> Position -> S.ST s MatchArray
74 makeGroup start stop = do function
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/regex-tdfa-1.3.1.0/lib/Text/Regex/TDFA/NewDFA/
H A DEngine_NC_FA.hs65 Just winner -> mapM (makeGroup offsetIn) [winner]
73 makeGroup :: Position -> Position -> S.ST s MatchArray
74 makeGroup start stop = do function
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/regex-tdfa-1.3.1.0/lib/Text/Regex/TDFA/NewDFA/
H A DEngine_NC_FA.hs65 Just winner -> mapM (makeGroup offsetIn) [winner]
73 makeGroup :: Position -> Position -> S.ST s MatchArray
74 makeGroup start stop = do function
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/regex-tdfa-1.3.1.0/lib/Text/Regex/TDFA/NewDFA/
H A DEngine_NC_FA.hs65 Just winner -> mapM (makeGroup offsetIn) [winner]
73 makeGroup :: Position -> Position -> S.ST s MatchArray
74 makeGroup start stop = do function
/dports/devel/hs-ghcprofview/ghcprofview-0.1.0.1/_cabal_deps/regex-tdfa-1.3.1.0/lib/Text/Regex/TDFA/NewDFA/
H A DEngine_NC_FA.hs65 Just winner -> mapM (makeGroup offsetIn) [winner]
73 makeGroup :: Position -> Position -> S.ST s MatchArray
74 makeGroup start stop = do function
/dports/devel/hs-darcs/darcs-2.16.4/_cabal_deps/regex-tdfa-1.3.1.1/lib/Text/Regex/TDFA/NewDFA/
H A DEngine_NC_FA.hs65 Just winner -> mapM (makeGroup offsetIn) [winner]
73 makeGroup :: Position -> Position -> S.ST s MatchArray
74 makeGroup start stop = do function
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/regex-tdfa-1.3.1.1/lib/Text/Regex/TDFA/NewDFA/
H A DEngine_NC_FA.hs65 Just winner -> mapM (makeGroup offsetIn) [winner]
73 makeGroup :: Position -> Position -> S.ST s MatchArray
74 makeGroup start stop = do function
/dports/devel/hs-ShellCheck/ShellCheck-0.8.0/_cabal_deps/regex-tdfa-1.3.1.1/lib/Text/Regex/TDFA/NewDFA/
H A DEngine_NC_FA.hs65 Just winner -> mapM (makeGroup offsetIn) [winner]
73 makeGroup :: Position -> Position -> S.ST s MatchArray
74 makeGroup start stop = do function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/regex-tdfa-1.3.1.0/lib/Text/Regex/TDFA/NewDFA/
H A DEngine_NC_FA.hs65 Just winner -> mapM (makeGroup offsetIn) [winner]
73 makeGroup :: Position -> Position -> S.ST s MatchArray
74 makeGroup start stop = do function
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/regex-tdfa-1.3.1.1/lib/Text/Regex/TDFA/NewDFA/
H A DEngine_NC_FA.hs65 Just winner -> mapM (makeGroup offsetIn) [winner]
73 makeGroup :: Position -> Position -> S.ST s MatchArray
74 makeGroup start stop = do function
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/gui/editors/effects/
H A DGraceEditor.java86 Group noteGroup = makeGroup(composite,horizontalSpan, TuxGuitar.getProperty("note")); in show()
104 Group positionGroup = makeGroup(composite,horizontalSpan, TuxGuitar.getProperty("position")); in show()
119 Group durationGroup = makeGroup(composite,horizontalSpan, TuxGuitar.getProperty("duration")); in show()
141 Group dynamicGroup = makeGroup(composite,horizontalSpan, TuxGuitar.getProperty("dynamic")); in show()
186 …Group transitionGroup = makeGroup(composite,horizontalSpan, TuxGuitar.getProperty("effects.grace.t… in show()
251 private Group makeGroup(Composite parent,int horizontalSpan,String text){ in makeGroup() method in GraceEditor
H A DTrillEditor.java60 Group noteGroup = makeGroup(composite,horizontalSpan, TuxGuitar.getProperty("note")); in show()
74 Group durationGroup = makeGroup(composite,horizontalSpan, TuxGuitar.getProperty("duration")); in show()
135 private Group makeGroup(Composite parent,int horizontalSpan,String text){ in makeGroup() method in TrillEditor
/dports/devel/hyperscan/hyperscan-5.4.0/tools/fuzz/
H A Dheuristocrats.py23 def makeGroup(s): function
37 return makeGroup(s)
47 return makeGroup(r) + q
66 return makeGroup('\\' + choice('bB'))
/dports/biology/mothur/mothur-1.46.1/source/commands/
H A Dsffmultiplecommand.cpp62 abort = false; calledHelp = false; append=false; makeGroup=false; in setParameters()
312 …if (makeGroup) { outputNames.push_back(group); outputTypes["group"].push_back(group); current->set… in execute()
375 if (allFull) { makeGroup = true; } in readFile()
408 bool trim, large, flip, allFiles, keepforward, append, makeGroup; member
436 makeGroup = mkg; in setVariables()
644 if (params->makeGroup) { in driverSFFMultiple()
671 if (params->makeGroup) { params->util.appendFiles(groupFile, params->group); } in driverSFFMultiple()
720 …dataBundle->setVariables(trim, large, allFiles, flip, keepforward, makeGroup, append, largeSize, b… in createProcesses()
727 …dataBundle->setVariables(trim, large, allFiles, flip, keepforward, makeGroup, append, largeSize, b… in createProcesses()
746 … if (makeGroup) { util.appendFiles(group+extension, group); util.mothurRemove(group+extension); } in createProcesses()
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/contrib/jxpmap/org/xpilot/jxpmap/
H A DMapCanvas.java605 makeGroup(new BallArea(selected)); in makeBallAreaFromSelected()
610 makeGroup(new BallTarget(selected)); in makeBallTargetFromSelected()
615 makeGroup(new Cannon(selected)); in makeCannonFromSelected()
620 makeGroup(new Decoration(selected)); in makeDecorationFromSelected()
625 makeGroup(new FrictionArea(selected)); in makeFrictionAreaFromSelected()
630 makeGroup(new Group(selected)); in makeGroupFromSelected()
635 makeGroup(new Target(selected)); in makeTargetFromSelected()
640 makeGroup(new Wormhole(selected)); in makeWormholeFromSelected()
643 private void makeGroup(final Group g) { in makeGroup() method in MapCanvas

12345