search for: qname

Displaying 20 results from an estimated 21 matches for "qname".

Did you mean: name
2013 Jun 27
3
Read a text file into R with .Call()
Hi, I want to read a text file into R with .Call(). So I define some NEW_CHARACTER() to store the chracters read and use SET_STRING_ELT to fill the elements. e.g. PROTECT(qNames = NEW_CHARACTER(10000)); char *foo; // This foo holds the string I want. while(foo = readLine(FN)){ SET_STRING_ELT(qNames, i, mkChar(foo))); } In this way, I can get the desired character from qNames. The only problem is that "mkChar" will make every foo string into a global CHARSXP c...
2006 Aug 01
1
xmlattr use .net web service from ruby problem
...**************************************************** the absInputParams structure class representation is # {http://home.setup.org/absParam.xsd}absParam class AbsParam @@schema_type = "absParam" @@schema_ns = "http://home.setup.org/absParam.xsd" @@schema_attribute = {XSD::QName.new(nil, "Name") => "SOAP::SOAPString"} @@schema_element = [["value", [nil, XSD::QName.new("http://home.setup.org/absParam.xsd", "Value")]]] def Value @value end def Value=(value) @value = value end def xmlattr_Name (@_...
2015 Sep 10
3
[PATCH 0/1] efi: DNS resolver
From: Sylvain Gault <sylvain.gault at gmail.com> Despite having native network capabilities, UEFI 2.4 (the most widely deployed at the moment) has no native DNS resolver. I propose here an implementation more or less inspired by the one found in core/legacynet/dnsresolv.c. Since it's non-trivial, I'd like to ask for a deep review of this code. I tried to make it as strong as
2005 Dec 30
4
soap4r 1.5.5 seems to break actionWebService tests
Hi, I just upgraded to soap4r 1.5.5, and now all my Rails Functional tests for the action_web_services fail as follows, any ideas what I did wrong? Thanks TypeError: can''t modify frozen object /usr/local/lib/ruby/1.8/xsd/qname.rb:78:in `name='' /usr/local/lib/ruby/1.8/soap/rpc/element.rb:118:in `set_param'' /usr/local/lib/ruby/1.8/soap/rpc/element.rb:116:in `each'' /usr/local/lib/ruby/1.8/soap/rpc/element.rb:116:in `set_param'' /usr/local/lib/ruby/gems/1.8/gems/actionwebser...
2005 Mar 08
2
ActionWebService SOAP Faults aren''t schema valid
...by ActionWebService aren''t schema valid to the SOAP 1.1 schema, specifically: > <faultcode xsi:type="xsd:string">Server</faultcode> SOAP 1.1 section 4.4 says that env:Fault/faultcode "MUST be a qualified name" and gives some recommended values (i.e xsd:QName). I''d like to fix these issues but I''m new to Rails, although I''ve been fiddling with Ruby for quite some time. I''m not sure whether this is an issue with ActionWebService or SOAP4R. If someone could point me in the general direction of where Rails generates SOAP...
2012 Dec 17
1
Code works standalone, yet same code fails when part of package
...it fine. Then I remove the function object, I load the package, and execute the same code from the package - and I get an error. Please help! Mick > library(Rsamtools) > source("viRome/R/read.bam.R") > read.bam function(bamfile=NULL, chr=NULL, start=1, end=1e07, what=c("qname", "flag", "rname", "strand", "pos", "qwidth", "mapq", "cigar", "mrnm", "mpos", "isize", "seq"), tag=c("NM"), removeN=TRUE) { which <- RangesList(c...
2007 Jan 27
1
Memory leaks in backgroundrb
...s top object counts dump: 36715 String 6211 Array 5598 Proc 3150 Hash 1478 DRb::DRbObject 1313 Regexp 1272 Class 750 Thread 741 Socket 739 Slave 739 Slave::LifeLine 737 Process::Status 691 DrillReminderWorker 391 Module 160 Range 75 Gem::Version 73 XSD::QName It''s easy to see that loads of threads and slaves are present in the process. It also has references to 691 workers! In case there might be some problems with my worker here''s its full code: class DrillReminderWorker < BackgrounDRb::Worker::RailsBase def do_work(args)...
2005 Jul 15
0
Queue_log stats
...e sure permissions are setup # chmod 777 /var/log/asterisk/queue_log # run this program as root or under another user as you see fit. # should start BEFORE asterisk. Add to /etc/rc.d/rc.local or whatever # restart asterisk # requires a DB table like the following.. # CREATE TABLE csr_queue ( # qname varchar(30) default NULL, # agent varchar(30) default NULL, # action text, # info1 text, # info2 text, # info3 text, # timestamp int(11) NOT NULL default '0', # id tinytext NOT NULL #) TYPE=MyISAM; use DBI; use IO::File; my $opt_debug = 0; # if you want postgres change this to &qu...
2005 Oct 17
0
Solved? => Playback audio before answered by a queue member
Regarding my previous post: "Playback audio before answered by a queue member" I added a ResetCDR() command at the middle: exten => XXXXXXXXXX,1,Background(audiofile) ;answers the channel immediately exten => XXXXXXXXXX,2,ResetCDR() ;clean slate exten => XXXXXXXXXX,3,Queue(Qname|tdn|||) ;new answer time written Looking at the CDR, the billsec is no longer the same as duration. This should be the actual talktime that I'm looking for. Are there any side effects to look out when I use ResetCDR()? -------------- next part -------------- An HTML attachment was scrubbed......
2014 Jul 16
0
[Bug 966] New: iptables can't change or drop or any effect on scapy packet!
...AssignedTo: netfilter-buglog at lists.netfilter.org ReportedBy: persianjambon at yahoo.com Estimated Hours: 0.0 this is my commnad: iptables -I OUTPUT -p udp -m udp --dport 53 -j DROP and i create and send scapy packet: sr1(IP(dst="4.2.2.4")/UDP()/DNS(rd=1,qd=DNSQR(qname="iranled.com"))) but iptable not DROP this packet!!! OR: this rule: iptables -t nat -A OUTPUT -p udp -m udp --dport 53 -j DNAT --to-destination 8.8.8.8 and all scapy pcket hoing to 4.2.2.4 tcpdump output: 04:43:00.442453 IP 192.168.1.2.53 > 4.2.2.4.53: UDP, length 29 04:43:00.85...
2006 Mar 05
1
TypeError in Rpc#invoke_submit
Hi! I''m getting "TypeError in Rpc#invoke_submit" when trying to get access my controller api via soap. What do I have to do? Here is the full trace: /home/www/lib/lib/ruby/1.8/xsd/qname.rb:78:in `name='' /home/www/lib/lib/ruby/1.8/soap/rpc/element.rb:118:in `set_param'' /home/www/lib/lib/ruby/1.8/soap/rpc/element.rb:116:in `set_param'' /home/www/lib/gems/gems/actionwebservice-1.0.0/lib/action_web_service/protocol/soap_protocol.rb:78:in `encode_request'&...
2006 Mar 27
2
Mongrel Web Server 0.3.12 -- Pre-Release
Hello Everyone, Mongrel is due for a 0.3.12 release which will feature some pretty insane goodies for everyone. There''s talk of IOWA support, lots of speed improvements (including sendfile support), a great Configurator which makes configuring Mongrel a snap (especially for framework implementers), and a ton of debugging stuff. WARNING This is a pre-release announcement for the
2014 Sep 01
2
[LLVMdev] Problem linking and JITing code through C++-API
...r = *module_stab.compiler; tgt::scope _ = module_stab.module_ir; tgt::extern_( tgt::types::int_(32)(), "main", {} , [&]{ // Construct the root expression (just the "main" symbol). tgt::value root_p = compiler.node_alloc(); sprite::curry::Qname const main_{topmodule, "main"}; root_p = construct(compiler, root_p, {main_, {}}); // Evaluate and then print the root expression. compiler.rt.normalize(root_p); compiler.rt.printexpr(root_p, "\n"); tgt::return_(0); } ); //...
2014 Sep 02
2
[LLVMdev] Problem linking and JITing code through C++-API
...> > tgt::extern_( > > tgt::types::int_(32)(), "main", {} > > , [&]{ > > // Construct the root expression (just the "main" symbol). > > tgt::value root_p = compiler.node_alloc(); > > sprite::curry::Qname const main_{topmodule, "main"}; > > root_p = construct(compiler, root_p, {main_, {}}); > > // Evaluate and then print the root expression. > > compiler.rt.normalize(root_p); > > compiler.rt.printexpr(root_p, "\n"); >...
2016 Dec 09
0
Wine release 2.0-rc1
...es. xmllite: Update prefix when moving to first attribute. xmllite: Free prefix and local name too when clearing element list. xmllite: Implement GetNamespaceUri(). xmllite: Improve GetValue() for namespace definition nodes. xmllite: Fix setting local name when parsing QName. xmllite: Allow prefixed element names. xmllite/tests: Some tests for returned namespace prefixes and uris. xmllite: Add maintainer entry. VRan Liu (1): shell32/tests: Simple test for KF_FLAG_DEFAULT_PATH. Vincent Povirk (3): mscoree: Update Wine Mono to 4.6.4....
2014 Sep 08
2
[LLVMdev] Problem linking and JITing code through C++-API
...tgt::types::int_(32)(), "main", {} > > > > , [&]{ > > > > // Construct the root expression (just the "main" symbol). > > > > tgt::value root_p = compiler.node_alloc(); > > > > sprite::curry::Qname const main_{topmodule, "main"}; > > > > root_p = construct(compiler, root_p, {main_, {}}); > > > > // Evaluate and then print the root expression. > > > > compiler.rt.normalize(root_p); > > > > compiler.rt...
2014 Feb 20
0
Wine release 1.7.13
...entSite implementation. wmp.idl: Added proper version independent ProgID. wmp: Added missing registry entries for WindowsMediaPlayer coclass registration. wmp: Added GetMiscStatus implementation. wmp: Added IOleInPlaceObjectWindowless stub implementation. msxml3: Fixed qname leak. wmp: Added IConnectionPointContainer stub implementation. msxml3: Read stream data until Read fails or returns 0 bytes. urlmon: Added IsInternetESCEnabledLocal implementation. atl: Share atl_ax.c with atl100. atl: Share sources with atl100 instead of forwarding c...
2010 Aug 11
3
samba 4 dns-update issue
Hi all, I've setup samba4 according to the samba4 wiki on centOS 5.4 in KVM. This went without any problems. I only had to install a higher version of bind to 9.6.x because Centos bind in repo will install version 9.3.x. I've used the Fedora12 source rpms for this to build bind 9.6.x on Centos 5.4. Then I configured bind according to the samba wiki
2006 Apr 28
0
rq-2.3.2
...this is another fantastic way to freeze your queue - use with care! backup, b : backup mode is exactly the same as getting a read lock on the queue and making a copy of it. this mode is provided as a convenience. 0) make a backup of the queue using default naming ( qname + timestamp + .bak ) ~ > rq q b 1) make a backup of the queue as ''q.bak'' ~ > rq q b q.bak rotate, r : rotate mode is conceptually similar to log rolling. normally the list of finished jobs will grow without bound in a queue unles...
2006 Jun 08
0
rq-2.3.3
...this is another fantastic way to freeze your queue - use with care! backup, b : backup mode is exactly the same as getting a read lock on the queue and making a copy of it. this mode is provided as a convenience. 0) make a backup of the queue using default naming ( qname + timestamp + .bak ) ~ > rq q b 1) make a backup of the queue as ''q.bak'' ~ > rq q b q.bak rotate, r : rotate mode is conceptually similar to log rolling. normally the list of finished jobs will grow without bound in a queue unless...