Home
last modified time | relevance | path

Searched refs:valNames (Results 1 – 5 of 5) sorted by relevance

/dports/www/R-cran-scrapeR/scrapeR/R/
H A Dfunctions.R20 valNames<-lapply(headers,gsub,pattern="^(.+):\\s+.*",replacement="\\1") functionVar
21valNames<-lapply(valNames,gsub,pattern="HTTP/[0-9]{1}\\.[0-9]+\\s+[0-9]{3}\\s+.+",replacement="sta…
28 names(vals[[i]])<-valNames[[i]]
/dports/lang/purescript/purescript-0.14.5/src/Language/PureScript/CodeGen/
H A DJS.hs331 valNames <- replicateM (length vals) freshName
332 let assignments = zipWith (AST.VariableIntroduction Nothing) valNames (map Just vals)
335 go valNames ret bs
336 …ST.Block Nothing (assignments ++ concat jss ++ [AST.Throw Nothing $ failedPatternError valNames])))
/dports/comms/hylafax/hylafax-6.0.7/hfaxd/
H A DHylaFAXServer.h552 const char* valNames[], u_int nValNames);
H A DJobs.c++650 const char* valNames[], u_int nValNames) in setValue() argument
653 if (strcasecmp(value, valNames[i]) == 0) { in setValue()
/dports/security/hs-cryptol/cryptol-2.11.0/src/Cryptol/TypeCheck/
H A DType.hs868 ++ zip unnamed_vals valNames
872 valNames = avail ["a","b","c","d","e"] function