search for: typelist

Displaying 14 results from an estimated 14 matches for "typelist".

Did you mean: type_list
2010 Nov 07
2
stupid R tricks
...I wrote. For people like me who are bad at keeping a clean environment, it's a time-saver. #simple command to get only one type of object in current environment lstype<-function(type='closure'){ inlist<-ls(.GlobalEnv) if (type=='function') type <-'closure' typelist<-sapply(sapply(inlist,get),typeof) return(names(typelist[typelist==type])) } Carl
2005 Oct 12
1
Questions about readBin function (Was: dec2bin?)
...d the whole file or vector? Shouldn't that be the default? readBin(con, what, n = 1, size = NA, signed = TRUE, endian = .Platform$endian) bin2raw = function(x, ...) writeBin(x, raw(), ...) # old bin2raw can be easily written using curent writeBin raw2bin = function(r, what, size=NA, ...) { TypeList = c("logical", "integer", "double", "complex", "character", "raw", "numeric", "int") if (!is.character(what) || length(what) != 1 || !(what %in% TypeList)) what <- typeof(what) if (!is.vector...
2010 Dec 17
4
using ls() to find a function
Dear R People: Is there a way to find which objects are functions via ls(), please? I'm sure that there is, but I'm not sure how. Thanks, Erin -- Erin Hodgess Associate Professor Department of Computer and Mathematical Sciences University of Houston - Downtown mailto: erinm.hodgess at gmail.com
2006 Nov 01
0
AEL2 - CUT function usage
Hi, In Asterisk 1.2.7, my AEL code looks like this: macro callForwardHunt(numargs,numlist,typelist,ttr) { for(x=1;${x}<${numargs}+1;x=${x}+1) { CUT(number=numlist,-,${x}); CUT(type=typelist,-,${x}); NoOp(${number}); NoOp(${type}); Dial(${type}${number},${ttr}); }; }; In Asterisk 1...
2014 Feb 27
1
AIX 7.1 Winbind Module Problems
.../samba-3.6.0/source3/bin' Build failed: -> task failed (err #1): {task: PIDL_ATSVC atsvc.idl,CUtil.pm,Compat.pm,Dump.pm,Expr.pm,IDL.pm,NDR.pm,ODL.pm,ClientNDR.pm,ServerNDR.pm,Header.pm,Proxy.pm,Stub.pm,Header.pm,Client.pm,Parser.pm,Server.pm,Python.pm,TDR.pm,Template.pm,Samba4.pm,Typelist.pm,Util.pm,Conformance.pm,NDR.pm,Pidl.pm,Driver.pm -> atsvc.h,ndr_atsvc.c,ndr_atsvc.h,srv_atsvc.c,srv_atsvc.h,ndr_atsvc_s.c,ndr_atsvc_c.c,ndr_atsvc_c.h,py_atsvc.c} -> task failed (err #1): {task: PIDL_AUTH auth.idl,CUtil.pm,Compat.pm,Dump.pm,Expr.pm,IDL.pm,NDR.pm,ODL.pm,ClientND...
2014 Feb 27
0
AIX WINBIND ISSUES
...ash/samba-3.6.0/source3/bin' Build failed: -> task failed (err #1): {task: PIDL_ATSVC atsvc.idl,CUtil.pm,Compat.pm,Dump.pm,Expr.pm,IDL.pm,NDR.pm,ODL.pm,ClientNDR.pm,ServerNDR.pm,Header.pm,Proxy.pm,Stub.pm,Header.pm,Client.pm,Parser.pm,Server.pm,Python.pm,TDR.pm,Template.pm,Samba4.pm,Typelist.pm,Util.pm,Conformance.pm,NDR.pm,Pidl.pm,Driver.pm -> atsvc.h,ndr_atsvc.c,ndr_atsvc.h,srv_atsvc.c,srv_atsvc.h,ndr_atsvc_s.c,ndr_atsvc_c.c,ndr_atsvc_c.h,py_atsvc.c} -> task failed (err #1): {task: PIDL_AUTH auth.idl,CUtil.pm,Compat.pm,Dump.pm,Expr.pm,IDL.pm,NDR.pm,ODL.pm,ClientNDR.pm,...
2014 Feb 27
0
AIX 7.1 Winbind Module Load Issues
.../samba-3.6.0/source3/bin' Build failed: -> task failed (err #1): {task: PIDL_ATSVC atsvc.idl,CUtil.pm,Compat.pm,Dump.pm,Expr.pm,IDL.pm,NDR.pm,ODL.pm,ClientNDR.pm,ServerNDR.pm,Header.pm,Proxy.pm,Stub.pm,Header.pm,Client.pm,Parser.pm,Server.pm,Python.pm,TDR.pm,Template.pm,Samba4.pm,Typelist.pm,Util.pm,Conformance.pm,NDR.pm,Pidl.pm,Driver.pm -> atsvc.h,ndr_atsvc.c,ndr_atsvc.h,srv_atsvc.c,srv_atsvc.h,ndr_atsvc_s.c,ndr_atsvc_c.c,ndr_atsvc_c.h,py_atsvc.c} -> task failed (err #1): {task: PIDL_AUTH auth.idl,CUtil.pm,Compat.pm,Dump.pm,Expr.pm,IDL.pm,NDR.pm,ODL.pm,ClientND...
2008 Feb 12
0
Error message svIO library with latex option
.... I have a problem with the copy function of the svIO-library. The ascii option works, but with the latex-option, an error message appears ("invalid filename argument"): > library(svIO) Lade n?tiges Paket: svMisc Lade n?tiges Paket: R2HTML > data(iris) > copy(iris, type = "typelist") [1] "raw" "ascii" "html" "latex" > copy(iris, type = "ascii") > copy(iris, type = "latex") Fehler in file.info(lib.loc) : ung?ltiges Dateinamensargument (invalid filename argument) Can it be that an installed latex-System...
2007 Aug 10
3
[LLVMdev] Choosing Alias Analysis
On Friday 10 August 2007 17:55, David Greene wrote: > On Friday 10 August 2007 15:12, David Greene wrote: > > Perhaps an easier way is to just expose the -simple-register-coalescing > > and -conservative-register-coalescing options to the user, but I don't > > know how to do that on an individual pass bases. opt just jams then all > > in with PassNameParser.
2006 Jun 05
2
[PATCH] Pet peave then->than
.../NDR/Parser.pm (revision 16046) +++ source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm (working copy) @@ -836,7 +836,7 @@ { my ($e,$l,$ndr,$var_name,$ndr_flags) = @_; - # strings are passed by value rather then reference + # strings are passed by value rather than reference if (not Parse::Pidl::Typelist::is_scalar($l->{DATA_TYPE}) or Parse::Pidl::Typelist::scalar_is_reference($l->{DATA_TYPE})) { $var_name = get_pointer_to($var_name); } @@ -2101,7 +2101,7 @@ } # allocate the "simple" out ref variables. FIXME: Shouldn't this have it's - # own flag rather then be in...
2011 Aug 03
1
Samba4 on CentOS6 make quicktest failed
...rse_idl (Test::More not available) skipping pidl.samba-ndr (Test::More not available) skipping pidl.samba3-cli (Test::More not available) skipping pidl.samba3-srv (Test::More not available) skipping pidl.tdr (Test::More not available) skipping pidl.test_util (Test::More not available) skipping pidl.typelist (Test::More not available) skipping pidl.util (Test::More not available) skipping pidl.wireshark-conf (Test::More not available) skipping pidl.wireshark-ndr (Test::More not available) WARNING: allowing empty subunit output from samba4.urgent_replication.python(dc) WARNING: allowing empty subunit o...
2012 Dec 04
0
[LLVMdev] Visual Studio 2012 cl.exe ICE while building LLVM for x64 (in TableGen) at -O2
> On Behalf Of Nicholas Chapman > > On 04/12/2012 06:29, Michael Spencer wrote: > > On Mon, Dec 3, 2012 at 8:08 PM, Gordon Keiser <gkeiser at arxan.com> > wrote: > >> As an update to this: > >> http://connect.microsoft.com/VisualStudio/feedback/details/769222/cl- > >> exe-ice-when-building-llvm-trunk-at-o2 > >> > >> Microsoft
2012 Dec 04
3
[LLVMdev] Visual Studio 2012 cl.exe ICE while building LLVM for x64 (in TableGen) at -O2
On 04/12/2012 06:29, Michael Spencer wrote: > On Mon, Dec 3, 2012 at 8:08 PM, Gordon Keiser <gkeiser at arxan.com> wrote: >> As an update to this: >> http://connect.microsoft.com/VisualStudio/feedback/details/769222/cl-exe-ice-when-building-llvm-trunk-at-o2 >> >> Microsoft has reproduced the ICE, given a workaround, and is planning a fix for a future MSVC release.
2017 Apr 04
3
RFC: Adding a string table to the bitcode format
On Tue, Apr 4, 2017 at 12:36 PM, Duncan P. N. Exon Smith < dexonsmith at apple.com> wrote: > > On 2017-Apr-04, at 12:12, Peter Collingbourne <peter at pcc.me.uk> wrote: > > On Mon, Apr 3, 2017 at 8:13 PM, Mehdi Amini <mehdi.amini at apple.com> wrote: > >> >> On Apr 3, 2017, at 7:08 PM, Peter Collingbourne <peter at pcc.me.uk> wrote: >>