Home
last modified time | relevance | path

Searched refs:nearestNode (Results 1 – 22 of 22) sorted by relevance

/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/fgl-5.7.0.3/Data/Graph/Inductive/Query/
H A DGVD.hs9 voronoiSet,nearestNode,nearestDist,nearestPath,
53 nearestNode :: Node -> Voronoi b -> Maybe Node
54 nearestNode v = fmap (fst . last . unLPath) . maybePath v function
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/fgl-5.7.0.3/Data/Graph/Inductive/Query/
H A DGVD.hs9 voronoiSet,nearestNode,nearestDist,nearestPath,
53 nearestNode :: Node -> Voronoi b -> Maybe Node
54 nearestNode v = fmap (fst . last . unLPath) . maybePath v function
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/fgl-5.7.0.3/Data/Graph/Inductive/Query/
H A DGVD.hs9 voronoiSet,nearestNode,nearestDist,nearestPath,
53 nearestNode :: Node -> Voronoi b -> Maybe Node
54 nearestNode v = fmap (fst . last . unLPath) . maybePath v function
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/fgl-5.7.0.3/Data/Graph/Inductive/Query/
H A DGVD.hs9 voronoiSet,nearestNode,nearestDist,nearestPath,
53 nearestNode :: Node -> Voronoi b -> Maybe Node
54 nearestNode v = fmap (fst . last . unLPath) . maybePath v function
/dports/devel/hs-darcs/darcs-2.16.4/_cabal_deps/fgl-5.7.0.3/Data/Graph/Inductive/Query/
H A DGVD.hs9 voronoiSet,nearestNode,nearestDist,nearestPath,
53 nearestNode :: Node -> Voronoi b -> Maybe Node
54 nearestNode v = fmap (fst . last . unLPath) . maybePath v function
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/fgl-5.7.0.3/test/Data/Graph/Inductive/Query/
H A DProperties.hs178 it "reachable" (nearestNode 6 vd `shouldBe` Just 5)
179 it "unreachable" (nearestNode 7 vd `shouldBe` Nothing)
181 it "reachable" (nearestNode 6 vd0 `shouldBe` Just 4)
182 it "unreachable" (nearestNode 1 vd0 `shouldBe` Nothing)
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/fgl-5.7.0.3/test/Data/Graph/Inductive/Query/
H A DProperties.hs178 it "reachable" (nearestNode 6 vd `shouldBe` Just 5)
179 it "unreachable" (nearestNode 7 vd `shouldBe` Nothing)
181 it "reachable" (nearestNode 6 vd0 `shouldBe` Just 4)
182 it "unreachable" (nearestNode 1 vd0 `shouldBe` Nothing)
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/fgl-5.7.0.3/test/Data/Graph/Inductive/Query/
H A DProperties.hs178 it "reachable" (nearestNode 6 vd `shouldBe` Just 5)
179 it "unreachable" (nearestNode 7 vd `shouldBe` Nothing)
181 it "reachable" (nearestNode 6 vd0 `shouldBe` Just 4)
182 it "unreachable" (nearestNode 1 vd0 `shouldBe` Nothing)
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/fgl-5.7.0.3/test/Data/Graph/Inductive/Query/
H A DProperties.hs178 it "reachable" (nearestNode 6 vd `shouldBe` Just 5)
179 it "unreachable" (nearestNode 7 vd `shouldBe` Nothing)
181 it "reachable" (nearestNode 6 vd0 `shouldBe` Just 4)
182 it "unreachable" (nearestNode 1 vd0 `shouldBe` Nothing)
/dports/devel/hs-darcs/darcs-2.16.4/_cabal_deps/fgl-5.7.0.3/test/Data/Graph/Inductive/Query/
H A DProperties.hs178 it "reachable" (nearestNode 6 vd `shouldBe` Just 5)
179 it "unreachable" (nearestNode 7 vd `shouldBe` Nothing)
181 it "reachable" (nearestNode 6 vd0 `shouldBe` Just 4)
182 it "unreachable" (nearestNode 1 vd0 `shouldBe` Nothing)
/dports/games/openjk/OpenJK-07675e2/codemp/game/
H A Dg_nav.c1899 …int nearestNode = trap->Nav_GetNearestNode( (sharedEntity_t *)&g_entities[0], g_entities[0].waypoi… in NAV_ShowDebugInfo() local
1900 int testNode = trap->Nav_GetBestNode( nearestNode, NAVDEBUG_curGoal, NODE_NONE ); in NAV_ShowDebugInfo()
1903 nearestNode = NAV_TestBestNode( &g_entities[0], nearestNode, testNode, qfalse ); in NAV_ShowDebugInfo()
1909 trap->Nav_GetNodePosition( nearestNode, start ); in NAV_ShowDebugInfo()
1913 trap->Nav_ShowPath( nearestNode, NAVDEBUG_curGoal ); in NAV_ShowDebugInfo()
/dports/games/openjk/OpenJK-07675e2/codeJK2/game/
H A Dg_nav.cpp1857 …int nearestNode = navigator.GetNearestNode( &g_entities[0], g_entities[0].waypoint, NF_ANY, WAYPOI… in NAV_ShowDebugInfo() local
1858 int testNode = navigator.GetBestNode( nearestNode, NAVDEBUG_curGoal ); in NAV_ShowDebugInfo()
1860 nearestNode = NAV_TestBestNode( &g_entities[0], nearestNode, testNode, qfalse ); in NAV_ShowDebugInfo()
1867 navigator.GetNodePosition( nearestNode, start ); in NAV_ShowDebugInfo()
1871 navigator.ShowPath( nearestNode, NAVDEBUG_curGoal ); in NAV_ShowDebugInfo()
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/fgl-5.7.0.3/
H A DChangeLog270 * bug fix for nearestNode (src/Data/Graph/Inductive/Query/GVD.hs)
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/fgl-5.7.0.3/
H A DChangeLog270 * bug fix for nearestNode (src/Data/Graph/Inductive/Query/GVD.hs)
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/fgl-5.7.0.3/
H A DChangeLog270 * bug fix for nearestNode (src/Data/Graph/Inductive/Query/GVD.hs)
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/fgl-5.7.0.3/
H A DChangeLog270 * bug fix for nearestNode (src/Data/Graph/Inductive/Query/GVD.hs)
/dports/devel/hs-darcs/darcs-2.16.4/_cabal_deps/fgl-5.7.0.3/
H A DChangeLog270 * bug fix for nearestNode (src/Data/Graph/Inductive/Query/GVD.hs)
/dports/games/openjk/OpenJK-07675e2/code/game/
H A Dg_navigator.cpp4670 int nearestNode = NAV::GetNearestNode(actor); in Stop() local
4671 if (nearestNode>0 && !mGraph.get_node(nearestNode).mFlags.get_bit(CWayNode::WN_FLOATING)) in Stop()
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-typescript/examples/
H A Dparser.ts7299 const nearestNode = findNearestNodeStartingBeforeOrAtPosition(sourceFile, start); constant
7300 Debug.assert(nearestNode.pos <= start);
7301 const position = nearestNode.pos;
/dports/www/grafana8/grafana-8.3.6/public/build/
H A D2201.0e38943fa459e872fe93.js.map1nearestNode = _normalizeNodeAndOffs.node,\n nearestOffset = _normalizeNodeAndOffs.offset;\n…
/dports/www/seahub/seahub-8.0.7-server/media/assets/frontend/static/js/
H A Dcommons.chunk.js.map1nearestNode","nearestOffset","leafNode","removals","slateNode","anchorNode","anchorOffset","focusN…
H A Dcommons.chunk.js.187be030c636.map1nearestNode","nearestOffset","leafNode","removals","slateNode","anchorNode","anchorOffset","focusN…