search for: protypes

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

Did you mean: protype
2003 Sep 15
1
SCO Open Server 5.06 Several Problems running make
SCO Open Server Enterprise 5.06, Samba-2.2.8a I received the following compile errors: smbd/server.c line 302 argument is incompatible with prototype: arg #3 smbd/password.c line 664, argument is incompatible with prototype: arg #1 libsmb/clirap.c line 114 argument is incompatible with prototype arg #9 line 114 argument is incompatible with prototype arg#11
2009 Nov 29
3
Views/index to views/show loses javascript functionality
I am testing a local copy of my website using Mongrel trying to introduce a scriptaculous multi-level drop down menu. the menu is a partial that is loaded into every layout I have many pages with their individual layout file. When I jump from page to page(index to index) all works OK. When I jump from any "view/index" to "view/show" I lose the javascript and the drop down menu
2005 Aug 05
1
S4 setClass with prototypes " issues" (PR#8053)
To R-Developers: I wish to report what I believe are inconsistencies between Green Book descriptions and R methods behaviors. I **realize** that R does not guarantee total consistency with the Green Book; therefore I leave it to you to decide whether any of this is a bug, design choice, or a need for additional documentation -- or whether I have simply misread or overlooked existing explanations.
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
2007 Aug 31
0
observe_field is not working everytime in IE 6.0
Hi, This is Atit here. I am working on Ruby on Rails. I have one functionality in which, I have two drop down. Second drop down list is dependent on first one. So changing value of first drop down is refreshing the second drop down. I have used observe_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
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
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: Benja...
2008 Jan 24
10
sorting divs by class
I have a script that pulls in a bunch of data to my page and parses it out into the following format: <div id="container"> <div id="myID1" class="new">stuff</div> <div id="myID2" class="new">stuff</div> <div id="myID3" class="read">stuff</div> <div id="myID4"
2012 Oct 30
6
[rfc net-next v6 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. Changes from v5: - Align the implementation with the RFC spec update v4 - Switch the mode between single mode and multiqueue mode without reset - Remove the 256 limitation
2012 Oct 30
6
[rfc net-next v6 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. Changes from v5: - Align the implementation with the RFC spec update v4 - Switch the mode between single mode and multiqueue mode without reset - Remove the 256 limitation
2012 Dec 07
6
[PATCH net-next v3 0/3] Multiqueue support in virtio-net
Hi all: This series is an update version (hope the final version) of multiqueue (VIRTIO_NET_F_MQ) support in virtio-net driver. All previous comments were addressed, the work were based on Krishna Kumar's work to let virtio-net use multiple rx/tx queues to do the packets reception and transmission. Performance test show the aggregate latency were increased greately but may get some regression
2012 Dec 07
6
[PATCH net-next v3 0/3] Multiqueue support in virtio-net
Hi all: This series is an update version (hope the final version) of multiqueue (VIRTIO_NET_F_MQ) support in virtio-net driver. All previous comments were addressed, the work were based on Krishna Kumar's work to let virtio-net use multiple rx/tx queues to do the packets reception and transmission. Performance test show the aggregate latency were increased greately but may get some regression
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
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
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
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
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
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