Item0
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 3 articles for 0.000 sec
Re: [dev] passwd template cleanup     

Group: mailing.www.horde-dev · Group Profile · Search for Item0 in mailing.www.horde-dev
Author: Jan Schneider
Date: Nov 11, 2006 07:45

Zitat von Duck <duck@obala.net>: Use stripe.js in stead of the deprecated item0/item1. Not needed to align left. More common title. No patch attached. Jan. -- Do you need professional PHP or Horde consulting? http://horde.org/consulting/ -- Horde developers mailing list - Join the hunt: http://horde.org/bounties/ Frequently Asked Questions: http://horde.org/faq/ ...
Show full article (0.44Kb)
[dev] passwd template cleanup     

Group: mailing.www.horde-dev · Group Profile · Search for Item0 in mailing.www.horde-dev
Author: Duck
Date: Nov 11, 2006 06:22

Use stripe.js in stead of the deprecated item0/item1. Not needed to align left. More common title. Duck -- Horde developers mailing list - Join the hunt: http://horde.org/bounties/ Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: dev-unsubscribe@lists.horde.org
Show full article (0.29Kb)
Re: Relative Chains in CMF...     

Group: comp.lang.forth.mac · Group Profile · Search for Item0 in comp.lang.forth.mac
Author: Roelf Toxopeus
Date: Oct 4, 2006 22:57

... : CONS ( item list -- newlist) swap add-node swap over cell+ ! ; \ make new list from items, which can be lists themself \ nil is always used as first node of a new list : LIST ( item0 ... itemn n-1 -- newlist ) r nil 0 ?do CONS loop ; \ show what is in list (* : show ( list - ) begin dup Nil = invert while dup CAR cr . CDR repeat drop cr ." ...
Show full article (3.20Kb) · Show article thread