Displaying 20 results from an estimated 7207 matches for "prototypes".
Did you mean:
prototype
2007 Nov 27
0
12 commits - libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_strings.c libswfdec/swfdec_loader.c libswfdec/swfdec_loader_internal.h libswfdec/swfdec_load_object_as.c libswfdec/swfdec_load_object.c libswfdec/swfdec_load_object.h
libswfdec/swfdec_as_interpret.c | 3
libswfdec/swfdec_as_strings.c | 14
libswfdec/swfdec_load_object.c | 178 +---
libswfdec/swfdec_load_object.h | 21
libswfdec/swfdec_load_object_as.c | 71 +
libswfdec/swfdec_loader.c | 75 +
2018 Nov 22
0
[PATCH] x86: fix -Wmissing-prototypes warning
* Yi Wang <wang.yi59 at zte.com.cn> wrote:
> We may get -Wmissing-prototypes warnings when building
> kernel with W=1, it's better to fix them as global function
> signature can be changed and caller who use the old unchanged
> prototypes will be hosed.
>
> This patch fixes most of -Wmissing-prototypes warnings which
> are in the root directory of arc...
2024 Mar 07
1
[linux-next:master] BUILD REGRESSION 1843e16d2df9d98427ef8045589571749d627cf7
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
branch HEAD: 1843e16d2df9d98427ef8045589571749d627cf7 Add linux-next specific files for 20240307
Error/Warning reports:
https://lore.kernel.org/oe-kbuild-all/202403071947.NUYuBx0G-lkp at intel.com
Error/Warning: (recently discovered and may have been fixed)
fs/btrfs/extent_io.c:3246:26: warning:
2003 Mar 13
0
Still warnings on Solaris 9 (sparc)
Sun's Forte C 6.2 Solaris 9 (sparc64),
CVS of 2.2 as of Weds 13th March about 1130 UK time
CC=cc ./configure --with-readline=/usr/local/ --with-quotas --with-utmp --with-acl-support --with-syslog --with-libsmbclient --with-automount --without-winbind
Using FLAGS = -O -I./popt -Iinclude -I./include -I./ubiqx -I./smbwrapper -I/usr/local//include -I/usr/local//include -D_LARGEFILE_SOURCE
2007 Aug 15
0
4 commits - libswfdec/swfdec_as_object.c libswfdec/swfdec_movie.c test/trace
...ce \
preload.swf \
preload.swf.trace \
+ prototype-movie.as \
+ prototype-movie-5.swf \
+ prototype-movie-5.swf.trace \
+ prototype-movie-6.swf \
+ prototype-movie-6.swf.trace \
+ prototype-movie-7.swf \
+ prototype-movie-7.swf.trace \
+ prototype-movie-8.swf \
+ prototype-movie-8.swf.trace \
prototypes.swf \
prototypes.swf.trace \
register-count.swf \
diff --git a/test/trace/prototype-movie-5.swf b/test/trace/prototype-movie-5.swf
new file mode 100644
index 0000000..d6e8053
Binary files /dev/null and b/test/trace/prototype-movie-5.swf differ
diff --git a/test/trace/prototype-movie-5.swf.trace...
2003 Mar 26
0
Solaris 9 sparc, Forte C compile errors (2_2 branch)
Still compile errors on Solaris 9 (Ultra Sparc in 64bit mode)
Forte C, 2_2 branch from CVS as of about 11am UK time.
Only errors shown: -
rebuilding include/proto.h
Using FLAGS = -O -I./popt -Iinclude -I./include -I./ubiqx -I./smbwrapper -I/usr/local//include -I/usr/local//include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLOGFILEBASE="/usr/local/samba/var"
2007 Aug 16
0
Branch 'vivi' - 23 commits - libswfdec/swfdec_as_object.c libswfdec/swfdec_as_object.h libswfdec/swfdec_as_super.c libswfdec/swfdec_as_with.c libswfdec/swfdec_movie.c libswfdec/swfdec_net_stream.c libswfdec/swfdec_sprite_movie.c test/trace vivified/core
...elete-7.swf |binary
test/trace/addProperty-delete-7.swf.trace | 3
test/trace/addProperty-delete-8.swf |binary
test/trace/addProperty-delete-8.swf.trace | 3
test/trace/addProperty-delete.as | 11 ++
test/trace/addProperty-get-prototypes-5.swf |binary
test/trace/addProperty-get-prototypes-5.swf.trace | 6 +
test/trace/addProperty-get-prototypes-6.swf |binary
test/trace/addProperty-get-prototypes-6.swf.trace | 9 +
test/trace/addProperty-get-prototypes-7.swf |binary
test/trace/addProperty-get-prototypes-7....
2005 Jul 08
8
Integrating script.aculo.us into existing javascript codebase
Hi,
I''m new to this mailing list, so first off, a big THANK YOU for the
script.aculo.us and prototype.js libraries.
I''m trying to integrate script.aculo.us into an existing pretty large
Javascript codebase (see http://openrecord.org). I''m running into a
problem with prototype.js and the existing codebase''s use of for/in
loops over an Array.
1998 Jul 01
0
Please, help me! SAMBA
..., line 549: error 1000: Unexpected symbol: "share_mode_entry".
cc: "smb.h", line 553: error 1000: Unexpected symbol: "share_mode_entry".
cc: "smb.h", line 554: error 1000: Unexpected symbol: "*".
cc: "smb.h", line 546: error 1705: Function prototypes are an ANSI feature.
cc: "smb.h", line 547: error 1705: Function prototypes are an ANSI feature.
cc: "smb.h", line 548: error 1705: Function prototypes are an ANSI feature.
cc: "smb.h", line 549: error 1705: Function prototypes are an ANSI feature.
cc: "smb.h"...
2008 Apr 22
1
Problem with Prototype 1.6.0.2, Opera 9 and Form.serialize()
Hello,
following code fragment given:
~~~
function jsPostAppend(script, form_id)
{
if(form_id)
//parameters=''&'' + $(form_id).serialize() // first flavour
parameters=''&'' + Form.serialize($(form_id)) // second flavour
[...]
~~~
This works perfect for FF2, IE7 and Safari3 (in both flavours).
With Opera 9.x, I get the following javascript errors:
2007 Sep 03
0
20 commits - libswfdec/Makefile.am libswfdec/swfdec_as_context.c libswfdec/swfdec_as_function.c libswfdec/swfdec_as_initialize.as libswfdec/swfdec_as_initialize.h libswfdec/swfdec_as_internal.h libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_number.c
...--git a/test/trace/prototype-addProperty-5.swf.trace b/test/trace/prototype-addProperty-5.swf.trace
new file mode 100644
index 0000000..d6d590b
--- /dev/null
+++ b/test/trace/prototype-addProperty-5.swf.trace
@@ -0,0 +1,4 @@
+Check addProperty ("__proto__", ...) setting doesn't affect prototypes
+hi
+undefined
+undefined
diff --git a/test/trace/prototype-addProperty-6.swf b/test/trace/prototype-addProperty-6.swf
new file mode 100644
index 0000000..2e481fe
Binary files /dev/null and b/test/trace/prototype-addProperty-6.swf differ
diff --git a/test/trace/prototype-addProperty-6.swf.trace b/t...
2006 Jun 21
26
Implementing a boolean "switch" in a Class
...ototype = {
bSwitch: false,
setSwitch: function() {MyObject.prototype.bSwitch = true;}
}
// Now this works, and only requires a reference to a method on an instance
oMyOb1.setSwitch();
alert(oMyOb1.bSwitch); // reports true
alert(oMyOb2.bSwitch); // reports true
// I thought all objects had prototypes. Why doesn''t this work?
oMyOb1.prototype.bSwitch = true; // error: oMyOb1 is not a function
Is there another method that I''ve missed? Did prototype.js extend __proto__
to work in IE?
Sam
_______________________________________________
Rails-spinoffs mailing list
Rails-...
2005 Dec 12
7
possible opera+prototype bug in evalscripts?
Hi all,
I use the ajax updater with evalscripts=true.
When I load HTML with included <script> tags, I get this error in Opera 8.51:
------------------- snip -----------------------------
http://ccml.uni-weimar.de/
Timeout thread: delay 10 ms
Error:
name: EvalError
message: Statement on line 258: Illegal use of eval
Backtrace:
Line 258 of linked script
2005 Mar 02
1
Addons Make Problems! HELP!
...s. When
I try to make asterisk-addons-1.0.6 it say me:
[root@server1 asterisk-addons-1.0.6]# make
./mkdep -fPIC -I../asterisk -D_GNU_SOURCE -I/usr/include/mysql `ls *.c`
make -C format_mp3 all
make[1]: Entering directory `/usr/src/asterisk-addons-1.0.6/format_mp3'
gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE -O6 -m64 -c -o
common.o common.c
gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE -O6 -m64 -c -o
dct64_i386.o dct64_i386.c
gcc -pipe -Wall -Wstrict-protot...
2002 Jul 10
1
Samba 2.2.4 make fails on Solaris 8 (Ultra Sparc III) using Sun F orte 6-update 2 compilers
Greetings!
During the Samba 2.2.4 make (using Sun WorkShop 6 update 2 C/C++ 5.3)on Sun
Fire 880
running Solaris 8, I get the following error:
Any pointers or help would be very much appreciated..
Thanks,
-Murali
{root}69: make
Using FLAGS = -O -D__EXTENSIONS__ -xtarget=ultra -xarch=v9b -I./popt
-Iinclude -I./inc
FILE_OFFSET_BITS=64 -DLOGFILEBASE="/usr/local/samba/var"
2007 Aug 15
0
4 commits - libswfdec/swfdec_as_object.c libswfdec/swfdec_as_object.h libswfdec/swfdec_as_super.c libswfdec/swfdec_as_with.c libswfdec/swfdec_movie.c libswfdec/swfdec_net_stream.c libswfdec/swfdec_sprite_movie.c test/trace
...|binary
test/trace/addProperty-delete-7.swf.trace | 3 +++
test/trace/addProperty-delete-8.swf |binary
test/trace/addProperty-delete-8.swf.trace | 3 +++
test/trace/addProperty-delete.as | 11 +++++++++++
test/trace/addProperty-get-prototypes-5.swf |binary
test/trace/addProperty-get-prototypes-5.swf.trace | 6 ++++++
test/trace/addProperty-get-prototypes-6.swf |binary
test/trace/addProperty-get-prototypes-6.swf.trace | 9 +++++++++
test/trace/addProperty-get-prototypes-7.swf |binary
test/trace/addProperty-get-...
2007 Oct 25
0
6 commits - libswfdec/swfdec_as_interpret.c libswfdec/swfdec_movie.c test/trace
libswfdec/swfdec_as_interpret.c | 2
libswfdec/swfdec_movie.c | 2
test/trace/Makefile.am | 18 +++++++
test/trace/initaction-queue-5.swf |binary
test/trace/initaction-queue-5.swf.trace | 1
test/trace/initaction-queue-6.swf |binary
test/trace/initaction-queue-6.swf.trace | 2
2005 Mar 19
2
Problem with asterisk-addons/OS X
...cc doesn't support -shared
linking, which is wierd):
Anyone got mysql cdr support running on OS X?
Cheers
Rob
apsvr1:/usr/local/src/asterisk-addons root# make install
./mkdep -fPIC -I../asterisk -D_GNU_SOURCE -I/usr/include/mysql `ls
*.c`
make -C format_mp3 all
gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE -O6 -c -o
common.o common.c
gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE -O6 -c -o
dct64_i386.o dct64_i386.c
gcc -pipe -Wall -Wstrict-prototypes -Wm...
2002 Jul 11
1
Samba 2.2.4 make fails on Solaris 8 (Ultra Sparc III) using Sun Forte 6-update 2 compilers
Hi,
two weeks before, i had the same warnings, but no fatal errors and i got the
following answer von Gerald Carter:
> These are const warnings. Ignore them for now.
> (not that we don't care about them, but you should be ok).
Your compiler wants to compile nsswitch/wb_common.c with -Kpic. On Solaris
it has to be compiled with the option -fPic. Normaly the make-script looks
for the
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