/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/Language/Haskell/Syntax/ |
H A D | Binds.hs | 78 data HsLocalBindsLR idL idR 80 (XHsValBinds idL idR) 90 (XHsIPBinds idL idR) 100 type LHsLocalBindsLR idL idR = XRec idL (HsLocalBindsLR idL idR) 110 data HsValBindsLR idL idR 117 (XValBinds idL idR) 125 !(XXValBindsLR idL idR) 139 type LHsBindsLR idL idR = Bag (LHsBindLR idL idR) 142 type LHsBindLR idL idR = XRec idL (HsBindLR idL idR) 177 data HsBindLR idL idR [all …]
|
H A D | Expr.hs | 1112 type LStmtLR idL idR body = XRec idL (StmtLR idL idR body) 1154 (XLastStmt idL idR body) 1168 | BindStmt (XBindStmt idL idR body) 1174 (LPat idL) 1202 | LetStmt (XLetStmt idL idR body) (HsLocalBindsLR idL idR) 1207 [ParStmtBlock idL idR] 1263 | XStmtLR !(XXStmtLR idL idR body) 1271 data ParStmtBlock idL idR 1273 (XParStmtBlock idL idR) 1274 [ExprLStmt idL] [all …]
|
/dports/x11/pcdm/pcdm-690fdbdfc9fe482514161df1cd2bd994790c8a2d/src-qt5/PCDM/src/ |
H A D | fancySwitcher.cpp | 16 idL.clear(); icL.clear(); in FancySwitcher() 79 xsize = (idL.length()+1+(idL.length()-1)*5.0/4)*iconSize; in updateIconViewer() 83 ysize = (idL.length()+1+(idL.length()-1)*5.0/4)*iconSize; in updateIconViewer() 167 if(item > (idL.length()-1)){ item = idL.length()-1; } in checkButtons() 202 if(idL.indexOf(id)==-1){ in addItem() 203 idL << id; in addItem() 228 idL << idList[i]; in addItems() 248 idL.removeAt(index); in removeItem() 262 idL.removeAt(index); in removeItems() 273 idL.clear(); in removeAllItems() [all …]
|
H A D | loginWidget.cpp | 255 emit UserChanged(idL[row]); in slotUserHighlighted() 354 for(int i=0; i<idL.length(); i++){ in slotUserUpdated() 355 if(idL[i]!=user){ continue; } in slotUserUpdated() 394 }else if(idL.isEmpty()){ return; } in setCurrentUser() 396 int index = idL.indexOf(id); in setCurrentUser() 421 idL.clear(); in setUsernames() 426 bool firstfill = idL.isEmpty(); in setUsernames() 434 if( !uList.contains(idL[i]) ){ in setUsernames() 437 idL.removeAt(i); in setUsernames() 445 if(i<idL.length() &&uList[i]==idL[i]){ in setUsernames() [all …]
|
H A D | fancySwitcher.h | 60 QStringList idL; variable
|
H A D | loginWidget.h | 79 QStringList idL, desktopIcons, desktopInfo; variable
|
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Hs/ |
H A D | Binds.hs | 77 data HsLocalBindsLR idL idR 79 (XHsValBinds idL idR) 89 (XHsIPBinds idL idR) 104 type LHsLocalBindsLR idL idR = Located (HsLocalBindsLR idL idR) 114 data HsValBindsLR idL idR 121 (XValBinds idL idR) 135 data NHsValBindsLR idL 156 type LHsBindsLR idL idR = Bag (LHsBindLR idL idR) 159 type LHsBindLR idL idR = Located (HsBindLR idL idR) 194 data HsBindLR idL idR [all …]
|
H A D | Expr.hs | 1941 type LStmtLR idL idR body = Located (StmtLR idL idR body) 2003 (LPat idL) 2031 | LetStmt (XLetStmt idL idR body) (LHsLocalBindsLR idL idR) 2162 data ParStmtBlock idL idR 2164 (XParStmtBlock idL idR) 2165 [ExprLStmt idL] 2190 data ApplicativeArg idL 2392 instance (Outputable (StmtLR idL idL (LHsExpr idL)), 2403 pprStmt :: forall idL idR body . (OutputableBndrId idL, 2469 instance (OutputableBndrId idL) [all …]
|
H A D | Utils.hs | 357 emptyRecStmt' :: forall idL idR body. IsPass idR 918 -> [IdP (GhcPass idL)] 924 collectHsIdBinders :: CollectPass (GhcPass idL) 926 -> [IdP (GhcPass idL)] 932 -> [IdP (GhcPass idL)] 955 -> [IdP (GhcPass idL)] 992 collectMethodBinders :: LHsBindsLR idL idR -> [Located (IdP idL)] 1004 -> [IdP (GhcPass idL)] 1009 -> [IdP (GhcPass idL)] 1014 -> [IdP (GhcPass idL)] [all …]
|
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/GHC/Hs/ |
H A D | Binds.hs | 75 data HsLocalBindsLR idL idR 77 (XHsValBinds idL idR) 87 (XHsIPBinds idL idR) 102 type LHsLocalBindsLR idL idR = Located (HsLocalBindsLR idL idR) 112 data HsValBindsLR idL idR 119 (XValBinds idL idR) 133 data NHsValBindsLR idL 154 type LHsBindsLR idL idR = Bag (LHsBindLR idL idR) 157 type LHsBindLR idL idR = Located (HsBindLR idL idR) 192 data HsBindLR idL idR [all …]
|
H A D | Expr.hs | 1796 type LStmtLR idL idR body = Located (StmtLR idL idR body) 1852 (LPat idL) 1884 | LetStmt (XLetStmt idL idR body) (LHsLocalBindsLR idL idR) 2003 data ParStmtBlock idL idR 2005 (XParStmtBlock idL idR) 2006 [ExprLStmt idL] 2015 data ApplicativeArg idL 2209 instance (Outputable (StmtLR idL idL (LHsExpr idL)), 2220 pprStmt :: forall idL idR body . (OutputableBndrId idL, 2288 instance (OutputableBndrId idL) [all …]
|
H A D | Utils.hs | 259 mkBindStmt :: (XBindStmt (GhcPass idL) (GhcPass idR) 266 emptyRecStmt :: StmtLR (GhcPass idL) GhcPs bodyR 324 emptyRecStmt' :: forall idL idR body. 966 -> [IdP (GhcPass idL)] 974 :: HsValBindsLR (GhcPass idL) (GhcPass idR) -> [IdP (GhcPass idL)] 992 -> [IdP (GhcPass idL)] 1021 collectMethodBinders :: LHsBindsLR idL idR -> [Located (IdP idL)] 1031 -> [IdP (GhcPass idL)] 1035 -> [IdP (GhcPass idL)] 1039 -> [IdP (GhcPass idL)] [all …]
|
/dports/lang/ghc/ghc-8.10.7/compiler/GHC/Hs/ |
H A D | Binds.hs | 75 data HsLocalBindsLR idL idR 77 (XHsValBinds idL idR) 87 (XHsIPBinds idL idR) 102 type LHsLocalBindsLR idL idR = Located (HsLocalBindsLR idL idR) 112 data HsValBindsLR idL idR 119 (XValBinds idL idR) 133 data NHsValBindsLR idL 154 type LHsBindsLR idL idR = Bag (LHsBindLR idL idR) 157 type LHsBindLR idL idR = Located (HsBindLR idL idR) 192 data HsBindLR idL idR [all …]
|
H A D | Expr.hs | 1796 type LStmtLR idL idR body = Located (StmtLR idL idR body) 1852 (LPat idL) 1884 | LetStmt (XLetStmt idL idR body) (LHsLocalBindsLR idL idR) 2003 data ParStmtBlock idL idR 2005 (XParStmtBlock idL idR) 2006 [ExprLStmt idL] 2015 data ApplicativeArg idL 2209 instance (Outputable (StmtLR idL idL (LHsExpr idL)), 2220 pprStmt :: forall idL idR body . (OutputableBndrId idL, 2288 instance (OutputableBndrId idL) [all …]
|
H A D | Utils.hs | 259 mkBindStmt :: (XBindStmt (GhcPass idL) (GhcPass idR) 266 emptyRecStmt :: StmtLR (GhcPass idL) GhcPs bodyR 324 emptyRecStmt' :: forall idL idR body. 966 -> [IdP (GhcPass idL)] 974 :: HsValBindsLR (GhcPass idL) (GhcPass idR) -> [IdP (GhcPass idL)] 992 -> [IdP (GhcPass idL)] 1021 collectMethodBinders :: LHsBindsLR idL idR -> [Located (IdP idL)] 1031 -> [IdP (GhcPass idL)] 1035 -> [IdP (GhcPass idL)] 1039 -> [IdP (GhcPass idL)] [all …]
|
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Hs/ |
H A D | Utils.hs | 1108 collectMethodBinders :: forall idL idR. UnXRec idL => LHsBindsLR idL idR -> [LIdP idL] 1120 :: CollectPass (GhcPass idL) 1121 => CollectFlag (GhcPass idL) 1123 -> [IdP (GhcPass idL)] 1128 => CollectFlag (GhcPass idL) 1130 -> [IdP (GhcPass idL)] 1135 => CollectFlag (GhcPass idL) 1137 -> [IdP (GhcPass idL)] 1141 :: CollectPass (GhcPass idL) 1142 => CollectFlag (GhcPass idL) [all …]
|
H A D | Binds.hs | 82 data NHsValBindsLR idL 84 [(RecFlag, LHsBinds idL)] 110 type instance XPSB (GhcPass idL) GhcRn = NameSet 111 type instance XPSB (GhcPass idL) GhcTc = NameSet 369 pprLHsBinds :: (OutputableBndrId idL, OutputableBndrId idR) 375 pprLHsBindsForUser :: (OutputableBndrId idL, 422 emptyLHsBinds :: LHsBindsLR (GhcPass idL) idR 425 isEmptyLHsBinds :: LHsBindsLR (GhcPass idL) idR -> Bool 443 ppr_monobind :: forall idL idR. 444 (OutputableBndrId idL, OutputableBndrId idR) [all …]
|
H A D | Expr.hs | 458 pprBinds :: (OutputableBndrId idL, OutputableBndrId idR) 1374 instance (Outputable (StmtLR (GhcPass idL) (GhcPass idL) (LHsExpr (GhcPass idL))), 1385 pprStmt :: forall idL idR body . (OutputableBndrId idL, 1427 flattenStmt :: ExprLStmt (GhcPass idL) -> [SDoc] 1445 pp_arg :: (a, ApplicativeArg (GhcPass idL)) -> SDoc 1451 instance (OutputableBndrId idL) 1452 => Outputable (ApplicativeArg (GhcPass idL)) where 1455 pprArg :: forall idL . (OutputableBndrId idL) => ApplicativeArg (GhcPass idL) -> SDoc 1815 pprStmtInCtxt :: (OutputableBndrId idL, 1819 => HsStmtContext (GhcPass idL) [all …]
|
/dports/science/gnudatalanguage/gdl-1.0.1/src/ |
H A D | typedefs.hpp | 225 inline int FindInIDList(IDList& idL,const std::string& s) in FindInIDList() argument 228 for(IDList::iterator i=idL.begin(); i != idL.end(); ++i)//, ++ix) in FindInIDList() 231 return i - idL.begin(); in FindInIDList() 237 inline int FindInKeyVarListT(KeyVarListT& idL,const std::string& s) in FindInKeyVarListT() argument 240 for(KeyVarListT::iterator i=idL.begin(); i != idL.end(); ++i)//, ++ix) in FindInKeyVarListT() 243 return i - idL.begin(); in FindInKeyVarListT()
|
/dports/math/gap/gap-4.11.0/pkg/Modules-2019.09.02/gap/ |
H A D | OtherFunctors.gi | 79 local R, L, idL, hull_phi, emb_source, emb_target, mor; 88 idL := HomalgIdentityMatrix( NrGenerators( L ), R ); 90 hull_phi := DiagMat( [ MatrixOfMap( phi ), idL ] ); 97 idL := HomalgIdentityMatrix( NrGenerators( L ), R ); 99 hull_phi := DiagMat( [ idL, MatrixOfMap( phi ) ] );
|
H A D | BasicFunctors.gi | 381 local R, L, idL, hull_phi, covariant, emb_source, emb_target, mor; 390 idL := HomalgIdentityMatrix( NrGenerators( L ), R ); 392 hull_phi := KroneckerMat( MatrixOfMap( phi ), idL ); 401 idL := HomalgIdentityMatrix( NrGenerators( L ), R ); 403 hull_phi := Involution( KroneckerMat( idL, MatrixOfMap( phi ) ) ); 665 local R, L, M_or_mor, N_or_mor, rl, idL, hull_phi, 716 idL := HomalgIdentityMatrix( NrGenerators( L ), R ); 724 hull_phi := KroneckerMat( phi, idL ); 732 idL := HomalgIdentityMatrix( NrGenerators( L ), R ); 734 hull_phi := KroneckerMat( idL, MatrixOfMap( phi ) );
|
/dports/math/pari/pari-2.13.3/src/test/in/ |
H A D | rnf | 124 idL = idealhnf(Labs, x^3+x^2+10); 126 id = rnfidealabstorel(L,Labs.zk*idL) 127 rnfidealnormabs(L,id) == idealnorm(Labs, idL) 129 mathnf(matalgtobasis(Labs,m)) == idL 143 rnfidealfactor(L,id) == rnfidealfactor(L,idL) 150 m = rnfidealdown(L, Labs.zk*idL) 154 V=concat(v, [[;], [], 0, [[;],[]], idealprimedec(K,2)[1], idK, idL, Labs.zk*idL, id]);
|
/dports/cad/sumo/sumo-1.2.0/src/polyconvert/ |
H A D | PCLoaderVisum.cpp | 213 long long int idL = StringUtils::toLong(lineParser.get("Nr")); in load() local 214 std::string id = toString(idL); in load() 291 long long int idL = StringUtils::toLong(lineParser.get("NR")); in load() local 292 std::string id = toString(idL); in load()
|
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/apps/gustaf/ |
H A D | gustaf_matepairs.h | 157 TId idL; in _importSequences() local 165 readRecord(idL, seqL, leftMates); in _importSequences()
|
/dports/math/gismo/gismo-21.12.0/src/gsIO/ |
H A D | gsWriteParaview.hpp | 1627 int idL = static_cast<int>(idLoop); in gsWriteParaviewTrimmedCurve() local 1630 gsCurve<T>& curve = surf.getCurve(idL, idC); in gsWriteParaviewTrimmedCurve()
|