Home
last modified time | relevance | path

Searched refs:new_occs (Results 1 – 8 of 8) sorted by relevance

/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/calendar/libecal/
H A De-cal-recur.c3003 return new_occs; in cal_obj_bysetpos_filter()
3524 return new_occs; in cal_obj_bymonth_expand()
3553 return new_occs; in cal_obj_bymonth_filter()
3616 return new_occs; in cal_obj_byweekno_expand()
3673 return new_occs; in cal_obj_byyearday_expand()
3709 return new_occs; in cal_obj_byyearday_filter()
3769 return new_occs; in cal_obj_bymonthday_expand()
3803 return new_occs; in cal_obj_bymonthday_filter()
3879 return new_occs; in cal_obj_byday_expand_yearly()
3966 return new_occs; in cal_obj_byday_expand_monthly()
[all …]
/dports/math/py-sympy/sympy-1.9/sympy/physics/
H A Dsecondquant.py1011 new_occs = list(self.args[0])
1012 new_occs[i] = new_occs[i] + S.One
1013 return self.__class__(new_occs)
1030 new_occs = list(self.args[0])
1031 if new_occs[i] == S.Zero:
1034 new_occs[i] = new_occs[i] - S.One
1035 return self.__class__(new_occs)
1205 new_occs = list(self.args[0])
1206 pos = new_occs.index(i)
1207 del new_occs[pos]
[all …]
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Runtime/
H A DContext.hs348 shadowed tything = getOccName tything `elemOccSet` new_occs
349 new_occs = mkOccSet (map getOccName ids) function
/dports/lang/ghc/ghc-8.10.7/compiler/rename/
H A DRnNames.hs587 lcl_env_TH = lcl_env { tcl_rdr = delLocalRdrEnvList (tcl_rdr lcl_env) new_occs }
611 new_occs = map nameOccName new_names function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/main/
H A DHscTypes.hs1801 shadowed id = getOccName id `elemOccSet` new_occs
1802 new_occs = mkOccSet (map getOccName ids) function
/dports/lang/ghc/ghc-8.10.7/compiler/main/
H A DHscTypes.hs1801 shadowed id = getOccName id `elemOccSet` new_occs
1802 new_occs = mkOccSet (map getOccName ids) function
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Driver/
H A DTypes.hs1848 shadowed id = getOccName id `elemOccSet` new_occs
1849 new_occs = mkOccSet (map getOccName ids) function
/dports/lang/ghc/ghc-8.10.7/compiler/typecheck/
H A DTcHsType.hs2982 ; let new_occs = [ occ function
2990 ; return (go loc new_occs new_uniqs subst [] kind) }