Home
last modified time | relevance | path

Searched refs:asubs (Results 1 – 23 of 23) sorted by relevance

/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/hledger-lib-1.19/Hledger/Data/
H A DAccount.hs51 , asubs = [] function
99 a' = a{aparent=parent, asubs=map (tie (Just a')) asubs}
112 mapAccounts f a = f a{asubs = map (mapAccounts f) $ asubs a}
123 | null $ asubs a = a{aibalance=aebalance a}
126 subs = map sumAccounts $ asubs a
131 clipAccounts 0 a = a{asubs=[]}
132 clipAccounts d a = a{asubs=subs}
183 a' = a{asubs=prunedsubs}
205 sortAccountTreeByAmount normalsign = mapAccounts $ \a -> a{asubs=sortSubs $ asubs a}
243 | null $ asubs a = a
[all …]
H A DLedger.hs84 ledgerTopAccounts = asubs . head . laccounts
88 ledgerLeafAccounts = filter (null.asubs) . laccounts
H A DJson.hs146 ,"asubs_" .= map aname (asubs a)
H A DTypes.hs496 ,asubs :: [Account] -- ^ this account's sub-accounts function
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/hledger-lib-1.19/Hledger/Data/
H A DAccount.hs51 , asubs = [] function
99 a' = a{aparent=parent, asubs=map (tie (Just a')) asubs}
112 mapAccounts f a = f a{asubs = map (mapAccounts f) $ asubs a}
123 | null $ asubs a = a{aibalance=aebalance a}
126 subs = map sumAccounts $ asubs a
131 clipAccounts 0 a = a{asubs=[]}
132 clipAccounts d a = a{asubs=subs}
183 a' = a{asubs=prunedsubs}
205 sortAccountTreeByAmount normalsign = mapAccounts $ \a -> a{asubs=sortSubs $ asubs a}
243 | null $ asubs a = a
[all …]
H A DLedger.hs84 ledgerTopAccounts = asubs . head . laccounts
88 ledgerLeafAccounts = filter (null.asubs) . laccounts
H A DJson.hs146 ,"asubs_" .= map aname (asubs a)
H A DTypes.hs496 ,asubs :: [Account] -- ^ this account's sub-accounts function
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/hledger-lib-1.19.1/Hledger/Data/
H A DAccount.hs51 , asubs = [] function
99 a' = a{aparent=parent, asubs=map (tie (Just a')) asubs}
112 mapAccounts f a = f a{asubs = map (mapAccounts f) $ asubs a}
123 | null $ asubs a = a{aibalance=aebalance a}
126 subs = map sumAccounts $ asubs a
131 clipAccounts 0 a = a{asubs=[]}
132 clipAccounts d a = a{asubs=subs}
183 a' = a{asubs=prunedsubs}
205 sortAccountTreeByAmount normalsign = mapAccounts $ \a -> a{asubs=sortSubs $ asubs a}
243 | null $ asubs a = a
[all …]
H A DLedger.hs84 ledgerTopAccounts = asubs . head . laccounts
88 ledgerLeafAccounts = filter (null.asubs) . laccounts
H A DJson.hs146 ,"asubs_" .= map aname (asubs a)
H A DTypes.hs496 ,asubs :: [Account] -- ^ this account's sub-accounts function
/dports/science/gramps/gramps-5.1.4/gramps/test/test/
H A Dtest_util_test.py135 asubs = [os.path.join(b,"test_sub") for b in bases] variable in Test3
141 for sub in self.asubs:
156 for sub in self.asubs:
/dports/cad/opencascade/opencascade-7.6.0/src/STEPConstruct/
H A DSTEPConstruct_ValidationProps.cxx305 Interface_EntityIterator asubs = Graph().Sharings(aPDS); in FindTarget() local
306 for (asubs.Start(); Context.IsNull() && asubs.More(); asubs.Next()) { in FindTarget()
307 … if ( ! asubs.Value()->IsKind(STANDARD_TYPE(StepShape_ShapeDefinitionRepresentation)) ) continue; in FindTarget()
309 Handle(StepShape_ShapeDefinitionRepresentation)::DownCast(asubs.Value()); in FindTarget()
/dports/finance/hs-hledger-web/hledger-web-1.19/Hledger/Web/Widget/
H A DCommon.hs94 hasSubAccounts acct = maybe True (not . null . asubs) (ledgerAccount l acct)
/dports/math/cvc4/CVC4-1.7/src/theory/quantifiers/
H A Dextended_rewrite.cpp738 std::vector<Node> asubs; in extendedRewriteBcp() local
786 asubs.push_back(val); in extendedRewriteBcp()
824 avars.begin(), avars.end(), asubs.begin(), asubs.end()); in extendedRewriteBcp()
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/hledger-lib-1.19/Hledger/Reports/
H A DMultiBalanceReport.hs454 && ((empty_ ropts && all (null . asubs) amts) -- Keep all leaves when using empty_
490 setibalance a = a{aibalance = maybe (sum . map aibalance $ asubs a) prrTotal $
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/hledger-lib-1.19/Hledger/Reports/
H A DMultiBalanceReport.hs454 && ((empty_ ropts && all (null . asubs) amts) -- Keep all leaves when using empty_
490 setibalance a = a{aibalance = maybe (sum . map aibalance $ asubs a) prrTotal $
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/hledger-lib-1.19.1/Hledger/Reports/
H A DMultiBalanceReport.hs454 && ((empty_ ropts && all (null . asubs) amts) -- Keep all leaves when using empty_
490 setibalance a = a{aibalance = maybe (sum . map aibalance $ asubs a) prrTotal $
/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/solvers/plugins/solvers/
H A Dmosek_direct.py352 asubs = tuple(itertools.chain.from_iterable(l_ids))
359 self._solver_model.putarowlist(sub, ptrb, ptre, asubs, avals)
/dports/finance/hs-hledger-web/hledger-web-1.19/
H A DCHANGES.md123 Accounts are returned as a flat list, in tree order, with asubs fields empty.
/dports/editors/neovim/neovim-0.6.1/runtime/syntax/
H A Dmaple.vim208 syn keyword mvLibrary BesselK LegendreF asubs floor maximize sec
/dports/editors/vim/vim-8.2.3745/runtime/syntax/
H A Dmaple.vim208 syn keyword mvLibrary BesselK LegendreF asubs floor maximize sec