[PHP-DOC] xCHM

2003-09-24 Thread Sebastian Bergmann
Hi, I remember from a documentation team meeting that someone was looking for something similar to CHM for *NIX. Today I came across xCHM [1]. Maybe this is it? -- [1] http://xchm.sourceforge.net/ -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenT

Re: [PHP-DOC] Re: Idea: quickref.swf

2003-09-24 Thread Curt Zirzow
* Thus wrote Jan Fabry ([EMAIL PROTECTED]): > ... > I have created some sort of compression. It assigns a number to each > word, which says how much of the first letters are in common with the > previous word. It's only one hexadecimal character, so it is in the > range 0-15. I don't know the of

[PHP-DOC] cvs: phpdoc /en/reference/info/functions php-uname.xml

2003-09-24 Thread Friedhelm Betz
betzWed Sep 24 19:01:58 2003 EDT Modified files: /phpdoc/en/reference/info/functions php-uname.xml Log: func name corrected Index: phpdoc/en/reference/info/functions/php-uname.xml diff -u phpdoc/en/reference/info/functions/php-uname.xml:1.5 phpdoc/en/ref

[PHP-DOC] Re: Idea: quickref.swf

2003-09-24 Thread Jan Fabry
Gabor Hojtsy wrote: OK, we can reduce th size significantly if we use a function to build up the array of function names, like: addWithPrefix("cdpf_set_", new Array( "action_url", [ ... ] "viewer_preferences", "word_spacing")); This might not be the correct JS sytnax, but you can get it. We only

[PHP-DOC] Re: Idea: quickref.swf

2003-09-24 Thread Gabor Hojtsy
I'm thinking of implementing a above the text field that will be acceeded by arrow keys while typing the seeked function name. (like in a mailer for example when you start typing the recipient name). Yes. And it would be nice to be able to press some button to autocomplete the function name whi

[PHP-DOC] Re: Idea: quickref.swf

2003-09-24 Thread Mehdi
I'm thinking of implementing a above the text field that will be acceeded by arrow keys while typing the seeked function name. (like in a mailer for example when you start typing the recipient name). Yes. And it would be nice to be able to press some button to autocomplete the function name

[PHP-DOC] Re: Idea: quickref.swf

2003-09-24 Thread Gabor Hojtsy
OK, we can reduce th size significantly if we use a function to build up the array of function names, like: addWithPrefix("cdpf_set_", new Array( "action_url", "char_spacing", "creator", "current_page", "font", "font_directories", "font_map_file", "horiz_scaling", "keywords", "leading", "page_ani

[PHP-DOC] Re: Idea: quickref.swf

2003-09-24 Thread Mehdi
Gabor Hojtsy wrote: So it seems I really learned something useful during my first CS year... I have reworked the search function, it now uses 'binary searching'. This greatly reduces the search times. It needs some debugging, but the first results seem promising. I have also changed the array l

[PHP-DOC] Re: Idea: quickref.swf

2003-09-24 Thread Gabor Hojtsy
So it seems I really learned something useful during my first CS year... I have reworked the search function, it now uses 'binary searching'. This greatly reduces the search times. It needs some debugging, but the first results seem promising. I have also changed the array loading code, it shou

[PHP-DOC] cvs: phpdoc /en/reference/sockets/functions socket-recvfrom.xml

2003-09-24 Thread ali
ali Wed Sep 24 03:47:27 2003 EDT Modified files: /phpdoc/en/reference/sockets/functions socket-recvfrom.xml Log: correcting proto Index: phpdoc/en/reference/sockets/functions/socket-recvfrom.xml diff -u phpdoc/en/reference/sockets/functions/socket-re

[PHP-DOC] socket-recvfrom

2003-09-24 Thread ali
Hi, the user-note with the id 36049 states that the proto for socket_recvfrom is not correct as the sixth parameter is stated to be optional but in fact it's reqired. vi ext/sockets/sockets.c: 1293 /* {{{ proto int socket_recvfrom(resource socket, string &buf, int len, int flags, string &na