search for: inputnam

Displaying 6 results from an estimated 6 matches for "inputnam".

Did you mean: inputname
2010 Feb 08
1
Help with assigning values to a row or column
...uble accessing the row or column within this dynamic variable. I have looked through the archives (nothing there) and read the rules for posting to this list. Please help me out! Here is a sample of the problem: testMatrix = matrix(data=2, nrow=10, ncol=10) testFunction = function (input) { inputName <<- deparse(substitute(input)) assign(inputName[1,], 4, envir = .GlobalEnv) } #this will give you the error testFunction(testMatrix) When I try to access "inputName[1,]" instead of "inputName," it fails. Does anyone know how to do this? Thanks in advance!! Best...
2004 Dec 03
0
[LLVMdev] [Fwd: Updated LLVM Visual Studio project files]
...t; RelativePath="..\..\utils\TableGen\FileLexer.l"> > > <FileConfiguration > > Name="Debug|Win32"> > > <Tool > > Name="VCCustomBuildTool" > > CommandLine="..\tools\flex -t &gt;$(InputDir)$(InputName).cpp $(InputPath) > > " > > Outputs="$(InputDir)$(InputName).cpp"/> > > </FileConfiguration> > > <FileConfiguration > > Name="Release|Win32"> > > <Tool > > Name="VCCustomBuildToo...
2004 Dec 03
2
[LLVMdev] [Fwd: Updated LLVM Visual Studio project files]
...</File> > <File > RelativePath="..\..\lib\Transforms\Utils\SimplifyCFG.cpp"> > <FileConfiguration > Name="Debug|Win32"> > <Tool > Name="VCCLCompilerTool" > ObjectFile="$(IntDir)/$(InputName)1.obj"/> > </FileConfiguration> > <FileConfiguration > Name="Release|Win32"> > <Tool > Name="VCCLCompilerTool" > ObjectFile="$(IntDir)/$(InputName)1.obj"/> > </FileConfiguration...
2011 Mar 09
1
Javascript call from view.
...>"#",:class => "replyMessage noBackgroundImage" ,:title =>"Click here to reply",:onclick=>"popup(''popUpDiv_reply'')"%> I have two javascript functions as follows defined seperately in an application.js file. function showName(inputName,textName){ var fieldName = document.getElementById(inputName); document.getElementById(textName).value += ''@'' + fieldName.value + '':''; } function decreaseName(inputname){ var fieldName = document.getElementById(inputname); var totalLength = fieldName.length...
2004 Nov 15
0
[LLVMdev] Fixes for windows version
...in32\Signals.cpp"> > <FileConfiguration > - Name="Debug|Win32" > - ExcludedFromBuild="TRUE"> > + Name="Debug|Win32"> > <Tool > Name="VCCLCompilerTool" > ObjectFile="$(IntDir)/$(InputName)1.obj"/> > </FileConfiguration> > <FileConfiguration > - Name="Release|Win32" > - ExcludedFromBuild="TRUE"> > + Name="Release|Win32"> > <Tool > Name="VCCLCompilerTool" >...
2004 Nov 15
2
[LLVMdev] Fixes for windows version
Hi, when I updated the sources today there were several small problems that stopped the windows version from compiling, here are the patches m. -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: win32patches.txt URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20041115/34634455/attachment.txt>