Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/s/subaru/public_html/homepage/moniwiki/plugin/security/wikimaster.php on line 10

Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/s/subaru/public_html/homepage/moniwiki/plugin/security/wikimaster.php on line 10

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/s/subaru/public_html/homepage/moniwiki/plugin/security/wikimaster.php on line 11

Warning: Cannot modify header information - headers already sent by (output started at /home/s/subaru/public_html/homepage/moniwiki/plugin/security/wikimaster.php:10) in /home/s/subaru/public_html/homepage/moniwiki/wiki.php on line 1445
MelonCafe: Help On Processors
RecentChanges
  Home
  Blog  |  Document  |  Photo  |  Guest Book   Search  |  Index  
 
Help On Processors
1 Processors
1.1 Colorize


1 Processors #


Processors work on the data in a code display. You specify which processor to call by using a bang path-like construct in the first line. A bang path is a concept known from Unix command line scripts, where they serve the exact same purpose: the first line tells the shell what program to start to process the remaining lines of the script.

Similar to a parser, don't confuse them, see ?Parser.

See also ?ProcessorMarket.

1.1 Colorize #

The ?ColorizeProcessor knows of several source types, and can syntax-highlight them. For more information see ?ColorizeProcessor.

Example:
<?
for ($i=1;$i<=100;$++)
  
$sum+=$i;
?>


NotEditable | FindPage | DeletePage | LikePages

Powered by MoniWiki
xhtml1 | css2 | rss