search for: createreference

Displaying 5 results from an estimated 5 matches for "createreference".

2009 Aug 03
1
RServe - How to use 'createReference' method?
I need to input a txt, or xls, file from a client to R, using RServe. >From what I've been reading, the best way to do this, is using the 'createReference' method, from REngine package. But I couldn't find any documents exemplifying it's use. I got to upload a file from java? And then? How do i refeer the file to this method? Best Regards, J. Daniel -- View this message in context: http://www.nabble.com/RServe---How-to-use-%27createRe...
2014 Feb 26
2
[LLVMdev] [lld] Relocation reading refactoring
...ed section/symbol. ReferenceRangeT getReferences(StringRef sectionName, Elf_Sym *symbol, ArrayRef<uint8_t> content); protected: // Target can override these methods in the inherited class. virtual ELFReference<ELFT> *createReference(Elf_Rela &rel, Elf_Sym *symbol); virtual ELFReference<ELFT> *createReference(Elf_Rel &rel, Elf_Sym *symbol); }; On Wed, Feb 26, 2014 at 9:42 PM, Shankar Easwaran <shankare at codeaurora.org> wrote: > I was thinking of having a separate class that would return a vector of &...
2014 Mar 06
2
[LLVMdev] [lld] Relocation reading refactoring
...Ref sectionName, >> Elf_Sym *symbol, >> ArrayRef<uint8_t> content); >> >> protected: >> // Target can override these methods in the inherited class. >> virtual ELFReference<ELFT> *createReference(Elf_Rela &rel, Elf_Sym >> *symbol); >> virtual ELFReference<ELFT> *createReference(Elf_Rel &rel, Elf_Sym >> *symbol); >> }; >> >> On Wed, Feb 26, 2014 at 9:42 PM, Shankar Easwaran >> <shankare at codeaurora.org> wrote: >>> &g...
2008 Jan 16
0
REST Web Service ActionController::InvalidAuthenticityToken
I am trying to write a REST web service testing locally is fine but whane I deploy the server and try test it via curl curl -i -X POST -H ''Content-Type:application/xml'' -d '''' http://mytesteddomain.tld/user/posts/createReference.xml I get an error : ERROR TYPE: ActionController::InvalidAuthenticityToken ERROR MESSAGE: ActionController::InvalidAuthenticityToken I don''t have any protection in my app as I put a filter to avoid the login check before_filter :login_required, :except => [ :createReference] my...
2014 Feb 26
2
[LLVMdev] [lld] Relocation reading refactoring
Hi Shankar, On Tue, Feb 12, 2013 at 10:46 PM, Shankar Easwaran <shankare at codeaurora.org> wrote: > Author: shankare > Date: Tue Feb 12 12:46:53 2013 > New Revision: 174990 > > URL: http://llvm.org/viewvc/llvm-project?rev=174990&view=rev [...] > ELFDefinedAtom<ELFT> *createDefinedAtomAndAssignRelocations( > StringRef symbolName, StringRef