ILIAS  Release_4_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
HFile_idl Class Reference
+ Inheritance diagram for HFile_idl:
+ Collaboration diagram for HFile_idl:

Public Member Functions

 HFile_idl ()
 donothing ($keywordin)
- Public Member Functions inherited from HFile
 HFile ()
 parse_file ($file)
 to_perl ($stub, $tofile=1)
 to_php ($stub, $tofile=1)
 _get_categories ()
 _dump_linkscripts ()
 _dump_perl_linkscripts ()
 _dump_perl_defaultscripts ()
 _dump_colours ()
 _dump_var ($variable, $name)
 _dump_array ($array, $name)
 _dump_perl_array ($array, $name)
 _dump_hash ($hash, $name)
 _dump_perl_hash ($hash, $name)

Detailed Description

Definition at line 5 of file HFile_idl.php.

Member Function Documentation

HFile_idl::donothing (   $keywordin)

Definition at line 156 of file HFile_idl.php.

{
return $keywordin;
}
HFile_idl::HFile_idl ( )

Definition at line 6 of file HFile_idl.php.

References HFile\HFile().

{
$this->HFile();
/*************************************/
// Beautifier Highlighting Configuration File
// IDL
/*************************************/
// Flags
$this->nocase = "1";
$this->notrim = "0";
$this->perl = "0";
// Colours
$this->colours = array("blue", "purple", "gray", "brown");
$this->quotecolour = "blue";
$this->blockcommentcolour = "green";
$this->linecommentcolour = "green";
// Indent Strings
$this->indent = array("{");
$this->unindent = array("}");
// String characters and delimiters
$this->stringchars = array("\"", "'");
$this->delimiters = array("~", "!", "@", "%", "^", "&", "*", "(", ")", "-", "+", "=", "|", "\\", "/", "{", "}", "[", "]", ":", ";", "\"", "'", "<", ">", " ", ",", " ", ".", "?");
$this->escchar = "";
// Comment settings
$this->linecommenton = array("//");
$this->blockcommenton = array("/*");
$this->blockcommentoff = array("*/");
// Keywords (keyword mapping to colour number)
$this->keywords = array(
"any" => "1",
"attribute" => "1",
"boolean" => "1",
"context" => "1",
"exception" => "1",
"FALSE" => "1",
"in" => "1",
"inout" => "1",
"Object" => "1",
"octet" => "1",
"oneway" => "1",
"out" => "1",
"raises" => "1",
"readonly" => "1",
"sequence" => "1",
"string" => "1",
"TRUE" => "1",
"auto" => "2",
"break" => "2",
"case" => "2",
"char" => "2",
"const" => "2",
"continue" => "2",
"default" => "2",
"do" => "2",
"double" => "2",
"else" => "2",
"enum" => "2",
"extern" => "2",
"float" => "2",
"for" => "2",
"goto" => "2",
"if" => "2",
"int" => "2",
"long" => "2",
"register" => "2",
"return" => "2",
"short" => "2",
"signed" => "2",
"sizeof" => "2",
"static" => "2",
"struct" => "2",
"switch" => "2",
"typedef" => "2",
"union" => "2",
"unsigned" => "2",
"void" => "2",
"volatile" => "2",
"while" => "2",
"__asm" => "2",
"__fastcall" => "2",
"__self" => "2",
"__segment" => "2",
"__based" => "2",
"__segname" => "2",
"__fortran" => "2",
"__cdecl" => "2",
"__huge" => "2",
"__far" => "2",
"__saveregs" => "2",
"__export" => "2",
"__pascal" => "2",
"__near" => "2",
"__loadds" => "2",
"__interrupt" => "2",
"__inline" => "2",
"#define" => "2",
"#error" => "2",
"#include" => "2",
"#elif" => "2",
"#if" => "2",
"#line" => "2",
"#else" => "2",
"#ifdef" => "2",
"#pragma" => "2",
"#endif" => "2",
"#ifndef" => "2",
"#undef" => "2",
"class" => "3",
"delete" => "3",
"friend" => "3",
"inline" => "3",
"new" => "3",
"operator" => "3",
"private" => "3",
"protected" => "3",
"public" => "3",
"this" => "3",
"try" => "3",
"virtual" => "3",
"__multiple_inheritance" => "3",
"__single_inheritance" => "3",
"__virtual_inheritance" => "3",
"interface" => "4",
"module" => "4");
// Special extensions
// Each category can specify a PHP function that returns an altered
// version of the keyword.
$this->linkscripts = array(
"1" => "donothing",
"2" => "donothing",
"3" => "donothing",
"4" => "donothing");
}

+ Here is the call graph for this function:


The documentation for this class was generated from the following file: