Home
last modified time | relevance | path

Searched +defs:return +defs:from (Results 1 – 25 of 147) sorted by relevance

123456

/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/test/py/
H A DPythonReservedKeywords.thrift19 enum from { enum
20 from = 1, enumerator
33 service return { service
34 list<from> return(1: list<from> thing, 2: except except); argument
/dports/finance/R-cran-PerformanceAnalytics/PerformanceAnalytics/R/
H A DfindDrawdowns.R77 from = 1 functionVar
109 …list(return=draw, from=begin, trough = trough, to=end, length=(end-begin+1), peaktotrough = (troug… nameattr
/dports/net-mgmt/observium/observium/html/includes/graphs/
H A Dgraph.inc.php83 $from = (isset($vars['from'])) ? $vars['from'] : time() - 86400; variable
86 if ($from < 0) { $from = $to + $from; } variable
163 $return = rrdtool_graph($graphfile, $rrd_options); variable
/dports/games/hedgewars-server/hedgewars-src-1.0.0/gameServer/_cabal_deps/hslogger-1.3.1.0/src/System/Log/Handler/
H A DLog4jXML.hs184 return (sh{closeFunc = hClose}) function
192 return (sh{closeFunc = hClose}) function
220 replace from to xs@(a:as) = if isPrefixOf from xs function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/hslogger-1.3.1.0/src/System/Log/Handler/
H A DLog4jXML.hs184 return (sh{closeFunc = hClose}) function
192 return (sh{closeFunc = hClose}) function
220 replace from to xs@(a:as) = if isPrefixOf from xs function
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/hslogger-1.3.1.0/src/System/Log/Handler/
H A DLog4jXML.hs184 return (sh{closeFunc = hClose}) function
192 return (sh{closeFunc = hClose}) function
220 replace from to xs@(a:as) = if isPrefixOf from xs function
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/py-reserved/src/
H A Dtest.thrift18 1: i64 from; member
28 11: bool return; member
/dports/www/e107/e107/e107_handlers/
H A Dcomment_class.php163 …function form_comment($action, $table, $id, $subject, $content_type, $return = FALSE, $rating = FA…
1059 …function compose_comment($table, $action, $id, $width, $subject, $rate = FALSE, $return = FALSE, $…
1239 function getComments($table,$id,$from=0,$att=null)
1318 function nextprev($table,$id,$from=0)
1485 function getCommentData($amount = '', $from = 0, $qry = '', $cdvalid = FALSE, $cdreta = FALSE)
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Utils/
H A DRangeMap.hs70 return (Range { from = min, to = max + 1 }) function
164 return (Range { from = min, to = max }) function
345 | from r == to r = (empty, f) function
/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/alex-3.2.5/src/
H A DNFA.hs176 return = pure function
200 anyBytes from 0 to = epsilonEdge from to function
201 anyBytes from n to = do function
207 bytesEdge from [] [] to = epsilonEdge from to function
208 bytesEdge from [x] [y] to = byteEdge from (byteSetRange x y) to -- (OPTIMISATION) function
230 charEdge from charset to = do function
239 byteEdge from charset to = N $ \s n _ -> (s, addEdge n, ()) function
250 | from == to = return () function
/dports/devel/hs-threadscope/threadscope-0.2.14/_cabal_deps/alex-3.2.6/src/
H A DNFA.hs176 return = pure function
200 anyBytes from 0 to = epsilonEdge from to function
201 anyBytes from n to = do function
207 bytesEdge from [] [] to = epsilonEdge from to function
208 bytesEdge from [x] [y] to = byteEdge from (byteSetRange x y) to -- (OPTIMISATION) function
230 charEdge from charset to = do function
239 byteEdge from charset to = N $ \s n _ -> (s, addEdge n, ()) function
250 | from == to = return () function
/dports/games/hs-scroll/scroll-1.20180421/_cabal_deps/alex-3.2.5/src/
H A DNFA.hs176 return = pure function
200 anyBytes from 0 to = epsilonEdge from to function
201 anyBytes from n to = do function
207 bytesEdge from [] [] to = epsilonEdge from to function
208 bytesEdge from [x] [y] to = byteEdge from (byteSetRange x y) to -- (OPTIMISATION) function
230 charEdge from charset to = do function
239 byteEdge from charset to = N $ \s n _ -> (s, addEdge n, ()) function
250 | from == to = return () function
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/alex-3.2.5/src/
H A DNFA.hs176 return = pure function
200 anyBytes from 0 to = epsilonEdge from to function
201 anyBytes from n to = do function
207 bytesEdge from [] [] to = epsilonEdge from to function
208 bytesEdge from [x] [y] to = byteEdge from (byteSetRange x y) to -- (OPTIMISATION) function
230 charEdge from charset to = do function
239 byteEdge from charset to = N $ \s n _ -> (s, addEdge n, ()) function
250 | from == to = return () function
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/alex-3.2.6/src/
H A DNFA.hs176 return = pure function
200 anyBytes from 0 to = epsilonEdge from to function
201 anyBytes from n to = do function
207 bytesEdge from [] [] to = epsilonEdge from to function
208 bytesEdge from [x] [y] to = byteEdge from (byteSetRange x y) to -- (OPTIMISATION) function
230 charEdge from charset to = do function
239 byteEdge from charset to = N $ \s n _ -> (s, addEdge n, ()) function
250 | from == to = return () function
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/alex-3.2.6/src/
H A DNFA.hs176 return = pure function
200 anyBytes from 0 to = epsilonEdge from to function
201 anyBytes from n to = do function
207 bytesEdge from [] [] to = epsilonEdge from to function
208 bytesEdge from [x] [y] to = byteEdge from (byteSetRange x y) to -- (OPTIMISATION) function
230 charEdge from charset to = do function
239 byteEdge from charset to = N $ \s n _ -> (s, addEdge n, ()) function
250 | from == to = return () function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/alex-3.2.6/src/
H A DNFA.hs176 return = pure function
200 anyBytes from 0 to = epsilonEdge from to function
201 anyBytes from n to = do function
207 bytesEdge from [] [] to = epsilonEdge from to function
208 bytesEdge from [x] [y] to = byteEdge from (byteSetRange x y) to -- (OPTIMISATION) function
230 charEdge from charset to = do function
239 byteEdge from charset to = N $ \s n _ -> (s, addEdge n, ()) function
250 | from == to = return () function
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/alex-3.2.6/src/
H A DNFA.hs176 return = pure function
200 anyBytes from 0 to = epsilonEdge from to function
201 anyBytes from n to = do function
207 bytesEdge from [] [] to = epsilonEdge from to function
208 bytesEdge from [x] [y] to = byteEdge from (byteSetRange x y) to -- (OPTIMISATION) function
230 charEdge from charset to = do function
239 byteEdge from charset to = N $ \s n _ -> (s, addEdge n, ()) function
250 | from == to = return () function
/dports/www/hs-hjsmin/hjsmin-0.2.0.4/_cabal_deps/alex-3.2.5/src/
H A DNFA.hs176 return = pure function
200 anyBytes from 0 to = epsilonEdge from to function
201 anyBytes from n to = do function
207 bytesEdge from [] [] to = epsilonEdge from to function
208 bytesEdge from [x] [y] to = byteEdge from (byteSetRange x y) to -- (OPTIMISATION) function
230 charEdge from charset to = do function
239 byteEdge from charset to = N $ \s n _ -> (s, addEdge n, ()) function
250 | from == to = return () function
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/alex-3.2.5/src/
H A DNFA.hs176 return = pure function
200 anyBytes from 0 to = epsilonEdge from to function
201 anyBytes from n to = do function
207 bytesEdge from [] [] to = epsilonEdge from to function
208 bytesEdge from [x] [y] to = byteEdge from (byteSetRange x y) to -- (OPTIMISATION) function
230 charEdge from charset to = do function
239 byteEdge from charset to = N $ \s n _ -> (s, addEdge n, ()) function
250 | from == to = return () function
/dports/devel/hs-alex/alex-3.2.6/src/
H A DNFA.hs176 return = pure function
200 anyBytes from 0 to = epsilonEdge from to function
201 anyBytes from n to = do function
207 bytesEdge from [] [] to = epsilonEdge from to function
208 bytesEdge from [x] [y] to = byteEdge from (byteSetRange x y) to -- (OPTIMISATION) function
230 charEdge from charset to = do function
239 byteEdge from charset to = N $ \s n _ -> (s, addEdge n, ()) function
250 | from == to = return () function
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/alex-3.2.6/src/
H A DNFA.hs176 return = pure function
200 anyBytes from 0 to = epsilonEdge from to function
201 anyBytes from n to = do function
207 bytesEdge from [] [] to = epsilonEdge from to function
208 bytesEdge from [x] [y] to = byteEdge from (byteSetRange x y) to -- (OPTIMISATION) function
230 charEdge from charset to = do function
239 byteEdge from charset to = N $ \s n _ -> (s, addEdge n, ()) function
250 | from == to = return () function
/dports/x11/conlecterm/conlecterm-1.4.3.0/_cabal_deps/alex-3.2.5/src/
H A DNFA.hs176 return = pure function
200 anyBytes from 0 to = epsilonEdge from to function
201 anyBytes from n to = do function
207 bytesEdge from [] [] to = epsilonEdge from to function
208 bytesEdge from [x] [y] to = byteEdge from (byteSetRange x y) to -- (OPTIMISATION) function
230 charEdge from charset to = do function
239 byteEdge from charset to = N $ \s n _ -> (s, addEdge n, ()) function
250 | from == to = return () function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/node/node_modules/typescript/lib/
H A Dlib.es2015.iterable.d.ts38 return?(value?: any): IteratorResult<T>; method
75 from<T>(iterable: Iterable<T> | ArrayLike<T>): T[]; method
83from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[… method
263from(arrayLike: Iterable<number>, mapfn?: (v: number, k: number) => number, thisArg?: any): Int8Ar… method
291from(arrayLike: Iterable<number>, mapfn?: (v: number, k: number) => number, thisArg?: any): Uint8A… method
352from(arrayLike: Iterable<number>, mapfn?: (v: number, k: number) => number, thisArg?: any): Int16A… method
380from(arrayLike: Iterable<number>, mapfn?: (v: number, k: number) => number, thisArg?: any): Uint16… method
408from(arrayLike: Iterable<number>, mapfn?: (v: number, k: number) => number, thisArg?: any): Int32A… method
436from(arrayLike: Iterable<number>, mapfn?: (v: number, k: number) => number, thisArg?: any): Uint32… method
464from(arrayLike: Iterable<number>, mapfn?: (v: number, k: number) => number, thisArg?: any): Float3… method
[all …]
/dports/devel/jetbrains-webstorm/WebStorm-213.6461.79/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/
H A Dlib.es2015.iterable.d.ts46 return?(value?: TReturn): IteratorResult<T, TReturn>; method
83 from<T>(iterable: Iterable<T> | ArrayLike<T>): T[]; method
91from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[… method
275from(arrayLike: Iterable<number>, mapfn?: (v: number, k: number) => number, thisArg?: any): Int8Ar… method
303from(arrayLike: Iterable<number>, mapfn?: (v: number, k: number) => number, thisArg?: any): Uint8A… method
364from(arrayLike: Iterable<number>, mapfn?: (v: number, k: number) => number, thisArg?: any): Int16A… method
392from(arrayLike: Iterable<number>, mapfn?: (v: number, k: number) => number, thisArg?: any): Uint16… method
420from(arrayLike: Iterable<number>, mapfn?: (v: number, k: number) => number, thisArg?: any): Int32A… method
448from(arrayLike: Iterable<number>, mapfn?: (v: number, k: number) => number, thisArg?: any): Uint32… method
476from(arrayLike: Iterable<number>, mapfn?: (v: number, k: number) => number, thisArg?: any): Float3… method
[all …]
/dports/java/netbeans/netbeans/webcommon/typescript-lsp/node_modules/typescript/lib/
H A Dlib.es2015.iterable.d.ts46 return?(value?: TReturn): IteratorResult<T, TReturn>; method
83 from<T>(iterable: Iterable<T> | ArrayLike<T>): T[]; method
91from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[… method
275from(arrayLike: Iterable<number>, mapfn?: (v: number, k: number) => number, thisArg?: any): Int8Ar… method
303from(arrayLike: Iterable<number>, mapfn?: (v: number, k: number) => number, thisArg?: any): Uint8A… method
364from(arrayLike: Iterable<number>, mapfn?: (v: number, k: number) => number, thisArg?: any): Int16A… method
392from(arrayLike: Iterable<number>, mapfn?: (v: number, k: number) => number, thisArg?: any): Uint16… method
420from(arrayLike: Iterable<number>, mapfn?: (v: number, k: number) => number, thisArg?: any): Int32A… method
448from(arrayLike: Iterable<number>, mapfn?: (v: number, k: number) => number, thisArg?: any): Uint32… method
476from(arrayLike: Iterable<number>, mapfn?: (v: number, k: number) => number, thisArg?: any): Float3… method
[all …]

123456