search for: delimitors

Displaying 2 results from an estimated 2 matches for "delimitors".

Did you mean: delimiters
2005 Jun 14
0
c(recursive=TRUE)
Hi R users, I am currently using c(...,recursive=TRUE) to handle list-structured objects. This allows to represent something like: > l1 = list(level1=1,level2=list(sub1=1,sub2=2)) as: > (l1names = names(c(l1,recursive=TRUE))) [1] "level1" "level2.sub1" "level2.sub2" Then, one can use: > (l1names = sapply(l1names,FUN=function(element)
2003 Aug 26
0
bug report: whitespaces in uris
...n't be accepted by URI parsers: username includes a whitespace. See for example the From header field. Attached is example of an incorrect message and related parts of RFC3261 specification. (Who doesn't want to dig into parser details may want to realize that whitespaces are used as uri delimitors in first request line and can't thus be a uri part.) I would recommend that the stack generally validates URIs for such glitches and uses other word for "no callId". "anonymous" is in frequent use by other software. -jiri OPTIONS sip:195.37.77.101 SIP/2.0 Via: SIP/2.0/UD...