From: Daniel Gruno Date: Fri, 13 Jul 2012 11:15:45 +0000 (+0000) Subject: Add printf as a known function in Perl. X-Git-Tag: 2.5.0-alpha~6654 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ca68b5fec16d045f5a97e3806014b045f441e31;p=thirdparty%2Fapache%2Fhttpd.git Add printf as a known function in Perl. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1361158 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/style/scripts/prettify.js b/docs/manual/style/scripts/prettify.js index 1539b5eed87..49d134f6521 100644 --- a/docs/manual/style/scripts/prettify.js +++ b/docs/manual/style/scripts/prettify.js @@ -112,7 +112,7 @@ var prettyPrint; "debugger,eval,export,function,get,null,set,undefined,var,with," + "Infinity,NaN"]; var PERL_KEYWORDS = "caller,delete,die,do,dump,else,elsif,eval,exit,foreach,for," + - "goto,if,import,last,local,my,next,no,our,print,package,redo,require," + + "goto,if,import,last,local,my,next,no,our,print,printf,package,redo,require," + "sub,undef,unless,until,use,wantarray,while,BEGIN,END"; var PHP_KEYWORDS = "abstract,and,array,as,break,case,catch,cfunction,class," + "clone,const,continue,declare,default,do,else,elseif,enddeclare,endfor," +