search for: setpath

Displaying 19 results from an estimated 19 matches for "setpath".

Did you mean: set_path
2017 Jun 01
1
Function with multi return path?
...architecture, so my question might be dumb. I'm looking for the possibility to define/call a function with multi return path, it might look like this: ``` ; Define a function with 1 alternate return path define i32 @f(i1 %i) fork 1 { br i1 %i, label %noraml, label %alternate noraml: ... setpath ret i32 42 ; take normal return path br %cleanup alternate: ... setpath fork 0 ; take the alternate return path br %cleanup cleanup: ; preds = %noraml, %alternate ... unwind ; return to the caller } ``` And at the call side: ``` %ret = call @f(i1 %i) fork [%otherwise] ... otherwise...
2006 Jan 29
2
help with read.table() function
...ot;) : unable to open connection In addition: Warning message: cannot open file 'D:/Oliver/Professional/Studies/Time Series Analysis/spdc2693.data', reason 'No such file or directory' as I am just a novice programmer, I really would appreciate help from you guys. Is there a need to setpath in R, like in java or something like that... I am using the windows version btw. I have also tried to put the file in the work directory of R, so that I only typed data <- read.table("spdc2693.data", header = TRUE) Again, it won't work, with the same error message. I would app...
2006 Jan 29
2
help with read.table() function
...ot;) : unable to open connection In addition: Warning message: cannot open file 'D:/Oliver/Professional/Studies/Time Series Analysis/spdc2693.data', reason 'No such file or directory' as I am just a novice programmer, I really would appreciate help from you guys. Is there a need to setpath in R, like in java or something like that... I am using the windows version btw. I have also tried to put the file in the work directory of R, so that I only typed data <- read.table("spdc2693.data", header = TRUE) Again, it won't work, with the same error message. I would app...
2014 Jun 03
2
Undef symbol FAIL: luaL_checklstring in vesa.c32
...fixed transparently. Currently (with /extlinux as install path and PATH /lua specified in the config): > print (package.cpath) /lua/?.c32;/lua/?/init.c32;/extlinux/?.c32;/extlinux/?/init.c32;./?.c32 The question marks above are replaced by the argument of require(). This variable is preset by setpath() at com32/lua/src/loadlib.c:674, where some string could be inserted before the question marks, or LUA_CPATH_DEFAULT (in luaconf.h) could be set to _lua.c32 instead of simply .c32 to have some extra suffix. -- Regards, Feri.
2014 Jun 05
1
Undef symbol FAIL: luaL_checklstring in vesa.c32
...tall path and PATH /lua specified in the config): >> >> > print (package.cpath) >> /lua/?.c32;/lua/?/init.c32;/extlinux/?.c32;/extlinux/?/init.c32;./?.c32 >> >> The question marks above are replaced by the argument of require(). >> This variable is preset by setpath() at com32/lua/src/loadlib.c:674, >> where some string could be inserted before the question marks, or >> LUA_CPATH_DEFAULT (in luaconf.h) could be set to _lua.c32 instead of >> simply .c32 to have some extra suffix. > > Please avoid using file names longer than really neces...
2014 Jun 03
0
Undef symbol FAIL: luaL_checklstring in vesa.c32
...; (with /extlinux as install path and PATH /lua specified in the config): > > > print (package.cpath) > /lua/?.c32;/lua/?/init.c32;/extlinux/?.c32;/extlinux/?/init.c32;./?.c32 > > The question marks above are replaced by the argument of require(). > This variable is preset by setpath() at com32/lua/src/loadlib.c:674, > where some string could be inserted before the question marks, or > LUA_CPATH_DEFAULT (in luaconf.h) could be set to _lua.c32 instead of > simply .c32 to have some extra suffix. > -- > Regards, > Feri. > Please avoid using file names longe...
2002 Mar 26
2
compling C code in R for Windows
I have used Splus 3.4 for UNIX and I have a C file that I compiled using "Splus COMPILE" and later called with dyn.load() and .C(). It works in Splus. I want to do the same thing in R, as in just use my .s and .c files and find the equivalent of "Splus COMPILE". I've ran into lots of problems trying to do this in Windows so far, so please help! My questions are: - Do
2014 Jun 03
3
Undef symbol FAIL: luaL_checklstring in vesa.c32
Testing Syslinux 6.03-pre13 in a BIOS 32-bit VM, boot: vesa.c32 Undef symbol FAIL: luaL_checklstring Failed to load COM32 file vesa.c32 boot: Is there a Lua-related issue? Is vesa.c32 expecting some kind of argument? TIA, Ady.
2007 Mar 28
0
[924] branches/wxruby2/wxwidgets_282: Changes 2.6 -> 2.8 Wx API; remove deprecated methods and update doc
...ot;:#DirDialog_getmessage </span><del>-* "DirDialog#get_style":#DirDialog_getstyle </del><span class="cx"> * "DirDialog#set_message":#DirDialog_setmessage </span><span class="cx"> * "DirDialog#set_path":#DirDialog_setpath </span><del>-* "DirDialog#set_style":#DirDialog_setstyle </del><span class="cx"> * "DirDialog#show_modal":#DirDialog_showmodal </span><span class="cx"> </span><span class="cx"> </div> </span&...
2012 Dec 08
20
[Bug 2050] New: Support XDG basedir specification
https://bugzilla.mindrot.org/show_bug.cgi?id=2050 Bug ID: 2050 Summary: Support XDG basedir specification Classification: Unclassified Product: Portable OpenSSH Version: -current Hardware: Other OS: Linux Status: NEW Severity: enhancement Priority: P5 Component: Miscellaneous
2007 Apr 13
0
[950] branches/wxruby2/wxwidgets_282: Changes in GenericDirCtrl API 2.6->2.8, fix TreeItemId mapping, remove cruft
...uot;> * "GenericDirCtrl#set_filter":#GenericDirCtrl_setfilter </span><span class="cx"> * "GenericDirCtrl#set_filter_index":#GenericDirCtrl_setfilterindex </span><span class="cx"> * "GenericDirCtrl#set_path":#GenericDirCtrl_setpath </span><ins>+* "GenericDirCtrl#show_hidden":#GenericDirCtrl_showhidden </ins><span class="cx"> </span><span class="cx"> </div> </span><span class="cx"> </span><span class="lines">@@...
2008 Feb 08
0
Wine release 0.9.55
...urlmon: Added support for binding to IID_IUnknown storage (cache file). urlmon: Correctly handle BINDF_NEEDFILE flag in http protocol. urlmon: Added more protocol tests. itss: Added BINDF_NEEDFILE test. urlmon: Added more tests. mshtml: Update wine_url in nsIURI::SetPath. urlmon: Added gecko_installer_workaround to url.c tests. urlmon: Fixed ref count leak. James Hawkins (16): kernel32: Factor out the VerifyVersionInfo tests into their own function. version: Return ERROR_RESOURCE_DATA_NOT_FOUND if the file does not have version information....
2010 Nov 26
0
Wine release 1.3.8
...of remaining WebBrowser object's *_THIS macros. shdocvw: Get rid of CLIENTSITE_THIS. shdocvw: Get rid of DocHost-related *_THIS macros. shdocvw: Get rid of *_THIS macros in navigate.c. shdocvw: Get rid of remaining *_THIS macros. mshtml: Use IUriBuilder for nsIURI::SetPath implementation. mshtml: Use IUri for nsIURI::GetSpec implementation. mshtml: Moved cloneNode implementation to vtbl. mshtml: Use custom get_readyState implementations for object and frame elements. mshtml: Added IHTMLDocument3::createDocumentFragment implementation. ms...
2007 Mar 17
0
[883] branches/wxruby2/wxwidgets_282/swig: API changes for move to WxWidgets 2.8
...lass="cx"> &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp * \brief Sets the default path. </span><span class="lines">@@ -54,12 +45,6 @@ </span><span class="cx"> </span><span class="cx"> void SetPath(const wxString& path ) ; </span><span class="cx"> &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp/** </span><del>-&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp * \brief Sets the dialog style. This is currentl...
2011 Jul 08
0
Wine release 1.3.24
...nced features. shell32: Add support of parent folder to RegisterFolder. shell32: Add support of parent folder to GetPath. shell32: Add support of known folders redirection to Redirect. shell32: Add support of known folders redirection to GetPath. shell32: IKnownFolder::SetPath modified to use redirection instead of overwriting original path. shell32: Check for known folder existance. include: Add FOF_NO_UI flag. shell32: Add support of KF_REDIRECT_COPY_CONTENTS flag to redirection. shell32: Add support of KF_REDIRECT_DEL_SOURCE_CONTENTS flag to re...
2008 Jul 25
0
Wine release 1.1.2
...ts: Use HRESULT_FROM_WIN32 to check the error codes, not LOWORD. shell32: Do not use a fixed path in the shelllink tests. shell32: Make the tests build with the Vista SDK. oleaut32: Fix the vartype tests on Vista. shell32/tests: Vista returns E_INVALIDARG if the path sent to SetPath is invalid. comctl32: Fixed the MRU tests on Vista. setupapi/tests: Use FIELD_OFFSET instead of offsetof. user32: Fixed building the tests with the Vista SDK. shell32: Don't crash if the shlexec tests fail to create an extension in the registry. crypt32/tests: Be m...
2011 Jun 24
0
Wine release 1.3.23
...folders to IKnownFolderManager::GetFolder. shell32: Fix typo. shell32: Add IKnownFolder::GetPath support. shell32/tests: Add test of IKnownFolder::GetCategory for custom known folder. shell32: Add implementation of IKnownFolder::GetCategory. shell32: Add IKnownFolder::SetPath() implementation. include: Add new flags to KF_DEFINITION_FLAGS. Matteo Bruni (3): wined3d: Fix context_apply_blit_state(). wined3d: Fix context_apply_draw_buffers() with backbuffer ORM. wined3d: Fix draw buffers tracking. Michael Mc Donnell (2): d3dx9/tests: Add Upd...
2011 Jun 30
0
help with interpreting what nnet() output gives:
...can't be secluded > very well? We use the Inno Setup installer; it has a function for this. Here's the code used: Root: HKLM; Subkey: SYSTEM\CurrentControlSet\Control\Session Manager\Environment; ValueType: expandsz; ValueName: PATH; ValueData: "{code:getNewPath}"; Tasks: setPath So I guess I do know what the registry key is. > > The motivation behind this is that I came to love applications that can > be run portably (i.e. apps that don't write anything to the Windows > registry and can therefore be easily be "installed" on a USB drive, for >...
2009 Jul 09
2
How to Populate List
...project.org] On Behalf Of Gabor Grothendieck > Sent: Wednesday, July 08, 2009 9:04 AM > To: Duncan Murdoch > Cc: R; Uwe Ligges; Farrel Buchinsky > Subject: Re: [R] Reading from Google Docs > > Its safer just to temporarily add it to your path. I recommend that also.  Here is the SETPATH.BAT file that I put into my Rtools directory that sets up PATH so it can be used for building R and R packages.  I run it from within the cmd window I will use for building packages.  Note that it totally replaces the current value of PATH with a new one; it does not append or prepend entries to th...