search for: propvalueal

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

Did you mean: propvalueall
2006 Jun 21
3
png() or jpeg() in a php script
Hello, I've got a problem with a PHP script, in which I call the system function (to call another processes). The call is : system("R --slave --vanilla < path/to/source/source.R"); if in this R file, I've got the lines: pdf(file="/path/to/file/file.pdf") commands dev.off() the pdf file is perfectly created but if I change the lines to:
2006 May 22
2
[vpim] Some small rrule.rb changes
...0 } end + def rdates + Vpim.decode_date_time_list(propvalue(''RDATE'')) + end + end end end Better would be an Rdate class with the same interfaces as Rrule, and none of the complexity, RDATE is just a list of date or date-time. See propvalueall(). Even better would be a reimplementation of occurrences that creates one Rrule for every RRULE and for every EXRRULE, one Rdate for every RDATE and EXRDATE, and uses ruby generators to return an enumerable class (Occurrences?) that combines correctly all the occurrences. I did a proof-of-conce...