search for: _super_

Displaying 4 results from an estimated 4 matches for "_super_".

2005 Sep 25
1
Prototype "classes" and inheritance
...appreciate suggestions for improvement. Michael Object.inherit = function(destination, source, ctorStyle) { for (property in source) { var superMethod = destination[property]; if (superMethod && typeof superMethod == ''function'') { destination[''_super_'' + property] = superMethod; } destination[property] = source[property]; } if (ctorStyle && ctorStyle != ''explicitSuperCtor'') { var _derived_initialize = destination.initialize; var _super_initialize = destination._super_initialize; destinat...
2005 Dec 24
8
Prototype OOP example
Hi, Here is what I want to do: Labour = Class.create(); Labour.prototype = { initialize:function(name){ this.name = name; } } What I want to do is create a class called "Worker" which will inherit from "Labour", and the signature of "initialize" is "function(name, position)". May I ask what should do? Thank you all very much for the
2013 Jul 18
0
FW: pxelinux 5.x, 6.x memtest problem
On Thu, 18 Jul, at 06:47:48PM, Igor Sverkos wrote: > Build logs and network capture can be found here: > https://www.dropbox.com/s/ekoth8nqdejk5iz/syslinux-6.02_pre6-logs.tar.bz2 Thanks, the network capture is _super_ helpful. ldlinux.c32 isn't being requested from the tftp server, which means you're machine is stuck somewhere in pxelinux.0. Could you try and narrow down which version your menu setup broke with? That will help us to track which commit(s) broke things. Even just trying the major release...
2013 Jul 18
4
FW: pxelinux 5.x, 6.x memtest problem
Hi, OK. I build syslinux-6.02-pre6 from https://www.kernel.org/pub/linux/utils/boot/syslinux/Testing/6.02/syslinux-6.02-pre6.tar.gz on a Debian jessie/sid system (with gnu-efi_3.0u+debian-2 from experimental): root at jessie: ~# cd /tmp root at jessie:/tmp# wget https://www.kernel.org/pub/linux/utils/boot/syslinux/Testing/6.02/syslinux-6.02-pre6.tar.gz root at jessie:/tmp# tar xfz