search for: protyp

Displaying 20 results from an estimated 20 matches for "protyp".

Did you mean: protype
2003 Sep 15
1
SCO Open Server 5.06 Several Problems running make
...with prototype arg#4 line 356 argument is incompatible with prototype arg#6 libsmp/clireadwrite.c line 60; shift count negative or too big >> 32 libsmp/clireadwrite.c line 288; shift count negative or too big >> 32 libsmp.clisecdesc.c line 52 argument invalid with protype arg #3 libsmp/clisecdesc.c line 116 argument invalid with protype arg#3 libsmp/clisecdesc.c line 116 argument invalid with protype arg#5 clidgram.c line 210 argument incompatible with prototype arg #3 rpc_parse/parse_spoolss.c line 1209 assignment type mismatch rpc_parse/parse_spoolss.c line 6666...
2009 Nov 29
3
Views/index to views/show loses javascript functionality
...ous.js" type="text/javascript"></script> <script type=''text/javascript'' src=''javascripts/menu.js''></script> </head> In the source html both index and show has exactly the same head (except title) I am using the control.js protype.js etc that came with the scriptaculous download also using the latest versions of Ruby, Rails, Gems etc Gems etc. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5...
2005 Aug 05
1
S4 setClass with prototypes " issues" (PR#8053)
...oked existing explanations. If the latter, I apologize for the error, but it was not for a want of effort. The issues all revolve around the setClass('xxx',prototype=...) without any slots construction. All references are to the Green Book. R 2.1.1 (on Windows) 1. Classes so defined (with protype, no slots) are not instantiated as described on the bottom of p.289. In particular, the following example from the book fails: > setClass('sequence',prototype=numeric(3)) [1] "sequence" > new('sequence',c(1,51,10)) Error in initialize(value, ...) : cannot use objec...
2007 Jun 18
0
audio stitching in php
found this at the php website http://au2.php.net/manual/en/ref.oggvorbis.php I have nearly completed the protype version ----- Original Message ----- From: "Conrad Parker" <conrad@metadecks.org> To: "Tom Sparks" <tom_a_sparks@yahoo.com.au> Cc: <speex-dev@xiph.org> Sent: Monday, June 18, 2007 3:48 PM Subject: Re: [Speex-dev] audio stitching in php > On 16/06/07,...
2007 Aug 31
0
observe_field is not working everytime in IE 6.0
...serve_field to implement this functionality. This is working fine in Fire Fox but in IE 6.0 it is not populating second drop down every time. I read in on of the blog and I have made changes in prototype.js to get it worked. I have added code mentioned below in Event Observer function of protype.js file. Previously my prototype.js like this registerCallback: function(element) { if (element.type) { switch (element.type.toLowerCase()) { case ''checkbox'': case ''radio'': Event.observe(element, ''click...
2009 Feb 03
0
Help needed regarding Yahoo autocomplete UI in rails
HI guys, I have a tag field in my rails app. I want to add auto complete option in tag input field by yahoo UI. I have googled a lot but nothing found workable. Here is the best one that I found from net but by protype. http://genlinux.blogspot.com/2008/07/prototype-ui-autocomplete-ajax-using.html I have tried with prototype also but not work for me. But when I type in the tag field nothing is shown. Please help me about it. any example or tutorial will be great. thanks. Amin -- Posted...
2007 Jun 11
0
swfdec-mozilla: Changes to 'refs/tags/0.4.5'
...illa-sucks/jritypes.h | 243 ++++ mozilla-sucks/npapi.h | 726 ++++++++++++++ mozilla-sucks/npruntime.h | 397 +++++++ mozilla-sucks/nptypes.h | 105 ++ mozilla-sucks/npupp.h | 1889 ++++++++++++++++++++++++++++++++++++++ mozilla-sucks/obsolete/protypes.h | 254 +++++ mozilla-sucks/prcpucfg.h | 707 ++++++++++++++ mozilla-sucks/prtypes.h | 547 +++++++++++ src/Makefile.am | 4 19 files changed, 8150 insertions(+), 33 deletions(-) ---
2006 Apr 21
13
Sorttable.js
I have come across this neat Javascript table sorter at http://kryogenix.org/code/browser/sorttable/ It seems straigh forward to use but i cant get it to work. I have included in the head <script src="javascripts/sorttable.js" type="text/javascript"></script> In the View <table class="sortable" id="anyid"> <thead>
2007 May 31
20
swfdec-mozilla: Changes to 'master'
...illa-sucks/jritypes.h | 243 ++++ mozilla-sucks/npapi.h | 726 ++++++++++++++ mozilla-sucks/npruntime.h | 397 +++++++ mozilla-sucks/nptypes.h | 105 ++ mozilla-sucks/npupp.h | 1889 ++++++++++++++++++++++++++++++++++++++ mozilla-sucks/obsolete/protypes.h | 254 +++++ mozilla-sucks/prcpucfg.h | 707 ++++++++++++++ mozilla-sucks/prtypes.h | 547 +++++++++++ src/Makefile.am | 4 18 files changed, 8143 insertions(+), 31 deletions(-) New commits: commit 8d1f2c33bdd45cfdc1f0c47e6a91f27bcca803eb Author: Ben...
2008 Jan 24
10
sorting divs by class
...stuff</div> <div id="myID3" class="read">stuff</div> <div id="myID4" class="read">stuff</div> . . . </div the divs of class new and read are all mixed up when the come into the page. How can I use scriptaculous/protype to automatically sort the div within the container so that divs of class new come first and divs of class ''read'' fill in underneath? Scriptaculous wiki is down at the moment so I couldn''t check that.. THANKS! --~--~---------~--~----~------------~-------~--~----~ You re...
2012 Oct 30
6
[rfc net-next v6 0/3] Multiqueue virtio-net
...ode and multiqueue mode without reset - Remove the 256 limitation of queues - Use helpers to do the mapping between virtqueues and tx/rx queues - Use commbined channels instead of separated rx/tx queus when do the queue number configuartion - Other coding style comments from Michael Reference: - A protype implementation of qemu-kvm support could by found in git://github.com/jasowang/qemu-kvm-mq.git - V5 could be found at http://lwn.net/Articles/505388/ - V4 could be found at https://lkml.org/lkml/2012/6/25/120 - V2 could be found at http://lwn.net/Articles/467283/ - Michael virtio-spec: http://www....
2012 Oct 30
6
[rfc net-next v6 0/3] Multiqueue virtio-net
...ode and multiqueue mode without reset - Remove the 256 limitation of queues - Use helpers to do the mapping between virtqueues and tx/rx queues - Use commbined channels instead of separated rx/tx queus when do the queue number configuartion - Other coding style comments from Michael Reference: - A protype implementation of qemu-kvm support could by found in git://github.com/jasowang/qemu-kvm-mq.git - V5 could be found at http://lwn.net/Articles/505388/ - V4 could be found at https://lkml.org/lkml/2012/6/25/120 - V2 could be found at http://lwn.net/Articles/467283/ - Michael virtio-spec: http://www....
2012 Dec 07
6
[PATCH net-next v3 0/3] Multiqueue support in virtio-net
...erformance test show the aggregate latency were increased greately but may get some regression in small packet transmission. Due to this, multiqueue were disabled by default. If user want to benefit form the multiqueue, ethtool -L could be used to enable the feature. Please review and comments. A protype implementation of qemu-kvm support could by found in git://github.com/jasowang/qemu-kvm-mq.git. To start a guest with two queues, you could specify the queues parameters to both tap and virtio-net like: ./qemu-kvm -netdev tap,queues=2,... -device virtio-net-pci,queues=2,... then enable the multi...
2012 Dec 07
6
[PATCH net-next v3 0/3] Multiqueue support in virtio-net
...erformance test show the aggregate latency were increased greately but may get some regression in small packet transmission. Due to this, multiqueue were disabled by default. If user want to benefit form the multiqueue, ethtool -L could be used to enable the feature. Please review and comments. A protype implementation of qemu-kvm support could by found in git://github.com/jasowang/qemu-kvm-mq.git. To start a guest with two queues, you could specify the queues parameters to both tap and virtio-net like: ./qemu-kvm -netdev tap,queues=2,... -device virtio-net-pci,queues=2,... then enable the multi...
2012 Nov 27
4
[net-next rfc v7 0/3] Multiqueue virtio-net
Hi all: This series is an update version of multiqueue virtio-net driver based on Krishna Kumar's work to let virtio-net use multiple rx/tx queues to do the packets reception and transmission. Please review and comments. A protype implementation of qemu-kvm support could by found in git://github.com/jasowang/qemu-kvm-mq.git. To start a guest with two queues, you could specify the queues parameters to both tap and virtio-net like: ./qemu-kvm -netdev tap,queues=2,... -device virtio-net-pci,queues=2,... then enable the multi...
2012 Nov 27
4
[net-next rfc v7 0/3] Multiqueue virtio-net
Hi all: This series is an update version of multiqueue virtio-net driver based on Krishna Kumar's work to let virtio-net use multiple rx/tx queues to do the packets reception and transmission. Please review and comments. A protype implementation of qemu-kvm support could by found in git://github.com/jasowang/qemu-kvm-mq.git. To start a guest with two queues, you could specify the queues parameters to both tap and virtio-net like: ./qemu-kvm -netdev tap,queues=2,... -device virtio-net-pci,queues=2,... then enable the multi...
2012 Dec 04
3
[PATCH net-next 0/3] Multiqueue support for virtio-net
Hi all: This series is an update version of multiqueue virtio-net driver based on Krishna Kumar's work to let virtio-net use multiple rx/tx queues to do the packets reception and transmission. Please review and comments. A protype implementation of qemu-kvm support could by found in git://github.com/jasowang/qemu-kvm-mq.git. To start a guest with two queues, you could specify the queues parameters to both tap and virtio-net like: ./qemu-kvm -netdev tap,queues=2,... -device virtio-net-pci,queues=2,... then enable the multi...
2012 Dec 04
3
[PATCH net-next 0/3] Multiqueue support for virtio-net
Hi all: This series is an update version of multiqueue virtio-net driver based on Krishna Kumar's work to let virtio-net use multiple rx/tx queues to do the packets reception and transmission. Please review and comments. A protype implementation of qemu-kvm support could by found in git://github.com/jasowang/qemu-kvm-mq.git. To start a guest with two queues, you could specify the queues parameters to both tap and virtio-net like: ./qemu-kvm -netdev tap,queues=2,... -device virtio-net-pci,queues=2,... then enable the multi...
2012 Dec 05
3
[PATCH net-next v2 0/3] Multiqueue support in virtio-net
Hi all: This series is an update version of multiqueue virtio-net driver based on Krishna Kumar's work to let virtio-net use multiple rx/tx queues to do the packets reception and transmission. Please review and comments. A protype implementation of qemu-kvm support could by found in git://github.com/jasowang/qemu-kvm-mq.git. To start a guest with two queues, you could specify the queues parameters to both tap and virtio-net like: ./qemu-kvm -netdev tap,queues=2,... -device virtio-net-pci,queues=2,... then enable the multi...
2012 Dec 05
3
[PATCH net-next v2 0/3] Multiqueue support in virtio-net
Hi all: This series is an update version of multiqueue virtio-net driver based on Krishna Kumar's work to let virtio-net use multiple rx/tx queues to do the packets reception and transmission. Please review and comments. A protype implementation of qemu-kvm support could by found in git://github.com/jasowang/qemu-kvm-mq.git. To start a guest with two queues, you could specify the queues parameters to both tap and virtio-net like: ./qemu-kvm -netdev tap,queues=2,... -device virtio-net-pci,queues=2,... then enable the multi...